Diferencia entre revisiones de «Programación»

De FJWiki
Saltar a: navegación, buscar
 
(No se muestran 3 ediciones intermedias del mismo usuario)
Línea 42: Línea 42:
 
** Ejemplo sencillo de uso de getopt: http://www.dreamincode.net/code/snippet2156.htm
 
** Ejemplo sencillo de uso de getopt: http://www.dreamincode.net/code/snippet2156.htm
 
* Excelente introducción a threads en python: http://www.devshed.com/c/a/Python/Basic-Threading-in-Python/
 
* Excelente introducción a threads en python: http://www.devshed.com/c/a/Python/Basic-Threading-in-Python/
 +
* Numpy, librerías numéricas incluye también (F2Py): http://numpy.scipy.org/
 +
* Ejemplo de uso de F2Py: http://www.scipy.org/Cookbook/F2Py
  
 
== SDL ==
 
== SDL ==
Línea 61: Línea 63:
 
* Bash Hackers: http://bash-hackers.org/wiki/doku.php/start
 
* Bash Hackers: http://bash-hackers.org/wiki/doku.php/start
 
* Bash FAQ: http://wooledge.org:8000/BashFAQ de la wiki: http://mywiki.wooledge.org/
 
* Bash FAQ: http://wooledge.org:8000/BashFAQ de la wiki: http://mywiki.wooledge.org/
 +
* Advanced Bash-Scripting Guide: http://tldp.org/LDP/abs/html/index.html
 +
** En particular es buena la lista de variables internas: http://tldp.org/LDP/abs/html/internalvariables.html
 +
* Autocomplete de service: http://www.linux-noob.com/forums/index.php?/topic/1685-howto-create-the-service-command/
  
 
== Fecha y hora ==
 
== Fecha y hora ==
Línea 87: Línea 92:
  
 
* Excelente tutorial de cómo programar C en VIM: http://www.kernel-labs.org/?q=vicscope
 
* Excelente tutorial de cómo programar C en VIM: http://www.kernel-labs.org/?q=vicscope
 
  
 
== Make ==
 
== Make ==
Línea 93: Línea 97:
 
* Manual de GNUMake: http://www.gnu.org/software/make/manual/
 
* Manual de GNUMake: http://www.gnu.org/software/make/manual/
 
* Tutorial básico en castellano: http://arco.esi.uclm.es/~david.villa/doc/repo/make/make.html
 
* Tutorial básico en castellano: http://arco.esi.uclm.es/~david.villa/doc/repo/make/make.html
 +
 +
== Mathematica ==
 +
 +
* http://www.wolfram.com/products/mathematica/index.html
 +
* Sobre Kernel remotos: http://www.mathematica-users.org/webMathematica/wiki/wiki.jsp?pageName=FAQ_Remote_Kernels
  
  
 
[[Category:Enlaces]]
 
[[Category:Enlaces]]

Revisión actual del 13:44 30 abr 2010

Enlaces relacionados con Programación.

Real Programmers

FORTRAN

Python

SDL

PHP

Bash

Fecha y hora

Utilitarios

Hashing

RPM

Puertos

Vim

Make

Mathematica