Diferencia entre revisiones de «Programación»
De FJWiki
(No se muestran 11 ediciones intermedias del mismo usuario) | |||
Línea 15: | Línea 15: | ||
* Met Office: Fortran 90 Standards http://www.meto.gov.uk/research/nwp/numerical/fortran90/f90_standards.html | * Met Office: Fortran 90 Standards http://www.meto.gov.uk/research/nwp/numerical/fortran90/f90_standards.html | ||
* SNG Homepage http://dust.ess.uci.edu/f/ | * SNG Homepage http://dust.ess.uci.edu/f/ | ||
+ | * Fortran Open Source: | ||
+ | ** G95: http://www.g95.org | ||
+ | ** GFortran: http://gfortran.org | ||
+ | ** Manual de GFortran: http://gcc.gnu.org/onlinedocs/gfortran | ||
+ | * comp.lang.fortran: http://groups.google.com/group/comp.lang.fortran | ||
== Python == | == Python == | ||
* Página oficial: http://www.python.org | * Página oficial: http://www.python.org | ||
+ | * [http://docs.python.org/ Documentación oficial y de librerías] | ||
* Inmersión en Python http://es.diveintopython.org/ (a free Python book for experienced programmers). | * Inmersión en Python http://es.diveintopython.org/ (a free Python book for experienced programmers). | ||
* [http://pyspanishdoc.sourceforge.net/ Documentación de Pythom en castellano]. | * [http://pyspanishdoc.sourceforge.net/ Documentación de Pythom en castellano]. | ||
Línea 25: | Línea 31: | ||
* [http://www.djangoproject.com/ Python Web framework]. | * [http://www.djangoproject.com/ Python Web framework]. | ||
* [http://www.retronet.com.ar/?q=node/148 Tutorial simple de wxPython] | * [http://www.retronet.com.ar/?q=node/148 Tutorial simple de wxPython] | ||
− | * http://mundogeek.net/tutorial-python/ | + | * http://mundogeek.net/tutorial-python/ (de la cual la que mejores tips tiene es: http://mundogeek.net/traducciones/python-idiomatico/ ) |
* [http://python.computersci.org/ Python for Java programmers] | * [http://python.computersci.org/ Python for Java programmers] | ||
* [http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.47.4180 An introduction to Python for UNIX/C programmers]: ftp://ftp.enst.fr/pub/unix/lang/python/doc/nluug-paper.ps | * [http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.47.4180 An introduction to Python for UNIX/C programmers]: ftp://ftp.enst.fr/pub/unix/lang/python/doc/nluug-paper.ps | ||
* Guías para programadores: http://wiki.python.org/moin/BeginnersGuide/Programmers | * Guías para programadores: http://wiki.python.org/moin/BeginnersGuide/Programmers | ||
* Buen wikilibro: http://en.wikibooks.org/wiki/Python_Programming | * Buen wikilibro: http://en.wikibooks.org/wiki/Python_Programming | ||
+ | * Sobre usarlo en CGI: http://www.python.org/doc/essays/ppt/sd99east/index.htm | ||
+ | * Obtener parámetros: | ||
+ | ** Librería optparse (para leer la línea de comandos): http://docs.python.org/library/optparse.html | ||
+ | ** Clase que encontré que lee también archivos puesto en las opciones o stdin: http://code.activestate.com/recipes/302262/ | ||
+ | ** 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/ | ||
+ | * 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 49: | 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 75: | 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 == | ||
+ | |||
+ | * 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 | ||
+ | |||
+ | == 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.
Contenido
Real Programmers
- Real Programmers Don't Use Pascal http://www.pbm.com/~lindahl/real.programmers.html
- Real Programmers Don't Write Specs http://www.multicians.org/thvv/realprogs.html
- Real Programmers Don't Use Pascal http://spike.scu.edu.au/~barry/RealProgrammers1.html
- Best of Internet: Real Programmers do not use PASCAL... http://internet.ls-la.net/folklore/realprogrammers.html
FORTRAN
- Object Oriented Fortran 90 Programming http://www.cs.rpi.edu/~szymansk/oof90.html
- Mathtools.net Fortran-Utilities http://www.mathtools.net/Fortran/Utilities/
- Notes on FORTRAN Programming http://www.ibiblio.org/pub/languages/fortran/unfp.html
- Met Office: Fortran 90 Standards http://www.meto.gov.uk/research/nwp/numerical/fortran90/f90_standards.html
- SNG Homepage http://dust.ess.uci.edu/f/
- Fortran Open Source:
- G95: http://www.g95.org
- GFortran: http://gfortran.org
- Manual de GFortran: http://gcc.gnu.org/onlinedocs/gfortran
- comp.lang.fortran: http://groups.google.com/group/comp.lang.fortran
Python
- Página oficial: http://www.python.org
- Documentación oficial y de librerías
- Inmersión en Python http://es.diveintopython.org/ (a free Python book for experienced programmers).
- Documentación de Pythom en castellano.
- Guía de aprendizaje de Pythom
- Global Module Index en castellano.
- Python Web framework.
- Tutorial simple de wxPython
- http://mundogeek.net/tutorial-python/ (de la cual la que mejores tips tiene es: http://mundogeek.net/traducciones/python-idiomatico/ )
- Python for Java programmers
- An introduction to Python for UNIX/C programmers: ftp://ftp.enst.fr/pub/unix/lang/python/doc/nluug-paper.ps
- Guías para programadores: http://wiki.python.org/moin/BeginnersGuide/Programmers
- Buen wikilibro: http://en.wikibooks.org/wiki/Python_Programming
- Sobre usarlo en CGI: http://www.python.org/doc/essays/ppt/sd99east/index.htm
- Obtener parámetros:
- Librería optparse (para leer la línea de comandos): http://docs.python.org/library/optparse.html
- Clase que encontré que lee también archivos puesto en las opciones o stdin: http://code.activestate.com/recipes/302262/
- 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/
- 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
PHP
Bash
- http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html
- Excelente serie de tutoriales sobre BASH:
- Bash Hackers: http://bash-hackers.org/wiki/doku.php/start
- 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
- International standard date and time notation http://www.cl.cam.ac.uk/~mgk25/iso-time.html
- Date and Time Formats http://www.w3.org/TR/NOTE-datetime
Utilitarios
- SLOCCount http://www.dwheeler.com/sloccount/ sirve para contar líneas de código.
- Google Chart API, generando gráficas.
Hashing
RPM
- Extraer RPM sin instalar: http://www.cyberciti.biz/tips/how-to-extract-an-rpm-package-without-installing-it.html
Puertos
Vim
- Excelente tutorial de cómo programar C en VIM: http://www.kernel-labs.org/?q=vicscope
Make
- 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