Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anterior Revisión previa Próxima revisión | Revisión previa | ||
|
fw:others [2013/07/02 09:44] alfred |
fw:others [2020/05/09 09:25] (actual) |
||
|---|---|---|---|
| Línea 2: | Línea 2: | ||
| ^ Librería ^ Uso ^ Lenguaje utilizado ^ | ^ Librería ^ Uso ^ Lenguaje utilizado ^ | ||
| - | ^ [[fw:zeromq|ZeroMQ]] | Librería para el desarrollo de sistemas distribuidos | Python (y otros) | | + | ^ [[fw:tornado|Tornado]] | Web y acceso asíncrono | Python | |
| - | ^ [[fw:gevent|Gevent]] | | Python | | + | ^ [[fw:qt|Qt]] | Interficies de usuario | C\C++ | |
| - | ^ [[fw:greenlet|Greenlet]] | | Python | | + | ^ [[fw:gevent|Gevent & greenlet]] | | Python | |
| + | ^ [[fw:log4j|log4j]] | Gestión de logs en Java | Java | | ||
| ^ [[fw:flask|Flask]] | Framework minimalista para el desarrollo web en python. | Python | | ^ [[fw:flask|Flask]] | Framework minimalista para el desarrollo web en python. | Python | | ||
| ^ [[fw:as3corelib:as3corelib]] | librería de utilidades básicas para ActionScript 3 | ActionScript3 | | ^ [[fw:as3corelib:as3corelib]] | librería de utilidades básicas para ActionScript 3 | ActionScript3 | | ||
| ^ [[fw:ironpython:IronPython]] | Combinar Python con .NET | .NET & Python | | ^ [[fw:ironpython:IronPython]] | Combinar Python con .NET | .NET & Python | | ||
| - | ^ [[fw:log4j|log4j]] | Gestión de logs en Java | Java | | ||
| ^ [[fw:txml|TinyXML]] | Tratamiento de ficheros XML | C\C++ | | ^ [[fw:txml|TinyXML]] | Tratamiento de ficheros XML | C\C++ | | ||
| - | ^ [[fw:qt|Qt]] | Interficies de usuario | C\C++ | | ||
| ^ [[fw:qt4|Qt4]] | Interficies de usuario | C\C++ | | ^ [[fw:qt4|Qt4]] | Interficies de usuario | C\C++ | | ||
| ^ [[fw:pyqt4|PyQt4]] | Interficies de usuario | Python | | ^ [[fw:pyqt4|PyQt4]] | Interficies de usuario | Python | | ||
| Línea 28: | Línea 27: | ||
| ^ [[fw:elixir|Elixir]] | Facilitar el uso de SQLAlchemy | Python | | ^ [[fw:elixir|Elixir]] | Facilitar el uso de SQLAlchemy | Python | | ||
| ^ [[fw:maths:armadillo|Armadillo]] | Cálculos matemáticos | C++ | | ^ [[fw:maths:armadillo|Armadillo]] | Cálculos matemáticos | C++ | | ||
| + | ^ [[fw:behave|Behave]] | BDD for Python | Python | | ||
| + | ^ [[fw:mongoengine|MongoEngine]] | MongoDB ORM for Python | Python | | ||
| + | ^ [[fw:celery|Celery]] | A task queue | Python | | ||
| + | ^ [[fw:locust|Locust]] | A load testing tool | Python | | ||
| + | ===== Frameworks grandes ===== | ||
| + | ==== Django ==== | ||
| + | * [[fw:django|Django]], //framework para el desarrollo web en Python//. | ||
| + | * [[fw:djangoadv|Advanced Django]], //authentication, authorization, and other perls from Django//. | ||
| + | * [[fw:djangorest|Django REST Framework]], //librería para Django que permite el desarrollo de API REST//. | ||
| + | |||
| + | |||
| + | ===== Librerías para .NET ===== | ||
| + | ^ Librería ^ Uso ^ | ||
| + | ^ [[fw:othersnet:Log4Net]] | gestión de logs | | ||
| + | ^ [[fw:othersnet:jsonnet|Json.NET]] | librería para trabajar con Json de forma simple | | ||
| + | ^ [[fw:othersnet:opentk|OpenTK]] | librería abierta multimedia | | ||
| + | ^ [[fw:othersnet:linq|LINQ]] | acceso ágil a datos, como utilizar este sub-lenguaje para moverse por colecciones | | ||
| + | ^ [[fw:othersnet:dlinq|DLINQ]] | acceso ágil a datos relacionales, como acceder a bases de datos | | ||
| + | ^ [[fw:othersnet:linqxml|LINQ TO XML]] | acceso ágil a datos contenidos en un xml | | ||
| + | ^ [[fw:othersnet:easygis|EasyGIS]] | | | ||
| + | |||
| + | ===== APIS de Google ===== | ||
| + | * [[fw:google:smaps2|Google Static Maps (v2)]] | ||
| + | * [[fw:google:gtfs|General Transit Feed Specification]] | ||