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 | ||
|
wiki2:programming_links [2015/09/29 07:52] alfred [C and C++] |
wiki2:programming_links [2020/06/22 10:19] (actual) |
||
|---|---|---|---|
| Línea 10: | Línea 10: | ||
| * [[http://preshing.com/20141202/cpp-has-become-more-pythonic/|Pythonic C++]] | * [[http://preshing.com/20141202/cpp-has-become-more-pythonic/|Pythonic C++]] | ||
| * [[https://medium.com/@marinamakarova/26-tips-on-c-programming-61cb54900234|Tips for C]] | * [[https://medium.com/@marinamakarova/26-tips-on-c-programming-61cb54900234|Tips for C]] | ||
| + | |||
| + | === Libraries and snippets === | ||
| + | |||
| + | * [[http://libcello.org/learn/garbage-collection|Garbage collection with cello]] | ||
| + | * [[https://github.com/nbsdx/ThreadPool/blob/master/ThreadPool.h|Thread pool in C++11]] | ||
| ==== Python ==== | ==== Python ==== | ||
| * [[https://codefisher.org/catch/blog/2015/01/27/python-tips-tricks-and-idioms/|Tips & tricks]] | * [[https://codefisher.org/catch/blog/2015/01/27/python-tips-tricks-and-idioms/|Tips & tricks]] | ||
| * [[https://www.airpair.com/python/posts/python-tips-and-traps|Tips & traps]] | * [[https://www.airpair.com/python/posts/python-tips-and-traps|Tips & traps]] | ||
| + | * http://mezzanine.jupo.org/ CMS for Django | ||
| + | |||
| + | Resources | ||
| + | * [[http://pycoders.com/]], weekly news. | ||
| + | * [[http://blog.notdot.net/tag/damn-cool-algorithms]], damn cool algorithms. | ||
| + | Blogs | ||
| + | * [[http://blog.christianperone.com/|Good computer vision articles]]. | ||
| + | Videos | ||
| + | * [[https://www.youtube.com/channel/UCgxzjK6GuOHVKR_08TT4hJQ]], PyCon 2015 | ||
| + | ===== Globals ===== | ||
| + | |||
| + | * [[https://stefanoborini.gitbooks.io/modelviewcontroller/content/index.html|MVC book]] | ||
| + | * http://logstash.net/ log system | ||
| + | * http://nwjs.io/ write apps in node | ||
| + | * http://littlebits.cc/ used in gamestart | ||
| + | * https://github.com/jbochi/bullock and https://github.com/RealGeeks/sherlock Distributed mutex systems | ||
| + | * http://streaming.medialab-prado.es/ Medialab videos | ||
| + | * http://libcinder.org/ Librería de código creativo | ||
| + | |||
| + | ===== OpenGL ===== | ||
| + | |||
| + | * Tutoriales | ||
| + | * http://ogldev.atspace.co.uk/index.html | ||
| + | * http://www.opengl-tutorial.org/ | ||
| + | |||
| + | |||
| + | ====== Artículos how to ====== | ||
| + | |||
| + | * [[https://wiki.unrealengine.com/Building_On_Linux|Compilar unreal engine en Linux]] | ||
| + | |||
| + | ===== iPython ===== | ||
| + | |||
| + | * [[https://blog.jupyter.org/2015/05/07/rendering-notebooks-on-github/|Render iPython books on github]] | ||
| + | |||
| + | ===== Python ===== | ||
| + | |||
| + | * [[https://www.fyears.org/2015/06/electron-as-gui-of-python-apps.html|Use Electron (Atom library) as GUI]] | ||
| + | * [[http://nbviewer.ipython.org/url/norvig.com/ipython/Gesture%20Typing.ipynb|Gesture typing]] | ||
| + | * [[http://multithreaded.stitchfix.com/blog/2015/07/16/pyxley/|Create Python Dashboards]] | ||
| + | * [[https://www.youtube.com/playlist?list=PLLjmbh6XPGK4ISY747FUHXEl9lBxre4mM|Flask videos]] | ||
| + | * [[https://geekinsideyou.wordpress.com/2015/05/17/automating-stuff-using-python-and-selenium/|Automatizar usando selenium]] | ||
| + | * [[http://geeksta.net/geeklog/automating-browser-tasks-without-distraction-on-ubuntu/|Automatizar]] | ||
| + | ===== OpenGL & Graphics ===== | ||
| + | |||
| + | * [[http://voxels.blogspot.com.es/2015/07/opengl-game-gui-widgets-with-source.html|Create a GUI with OGL]] | ||
| + | * [[https://www.youtube.com/playlist?list=PLSPw4ASQYyymu3PfG9gxywSPghnSMiOAW|YouTube Channel with tutorials]] | ||
| + | |||
| + | ===== Programación funcional ===== | ||
| + | |||
| + | * [[http://drboolean.gitbooks.io/mostly-adequate-guide/|Book]] | ||
| + | |||
| + | ===== Image processing Tool ===== | ||
| + | |||
| + | * http://imageplay.io/ | ||
| + | |||
| + | ===== Web Dev ===== | ||
| + | * [[https://developer.cdn.mozilla.net/media/uploads/demos/e/l/elfoxero/c17223c414d8ddafb7808972b5617d9e/html5-notifications_1400214081_demo_package/index.html#en|Notifications]] | ||