Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vokimon/linkspot
Personal list of useful documentation and resources
https://github.com/vokimon/linkspot
Last synced: 16 days ago
JSON representation
Personal list of useful documentation and resources
- Host: GitHub
- URL: https://github.com/vokimon/linkspot
- Owner: vokimon
- License: agpl-3.0
- Created: 2015-08-11T16:02:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-09T11:46:51.000Z (about 9 years ago)
- Last Synced: 2024-11-10T23:33:21.415Z (2 months ago)
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linkspot - My personal list of documentation and resources
- [Web App framewoks comparision](http://noeticforce.com/best-Javascript-frameworks-for-single-page-modern-web-applications)
## Web - Angular
- [UI Tree](http://jimliu.github.io/angular-ui-tree/) widget resulton para editar jerarquias.
- [http auth interceptor](http://ngmodules.org/modules/http-auth-interceptor) Calls a login callback whenever a webservice requires auth
- [Powerfull AngularJS grid (works as well without angularjs](http://www.angulargrid.com/)
- [Upload:](https://github.com/danialfarid/ng-file-upload) Drag&drop, filters, upload progress, preview...
- Editores:
- [TextAngular:](http://textangular.com/) WYSIWYG
- [Angular TynyMCE:](https://github.com/angular-ui/ui-tinymce) WYSIWYG
- [Angular UI ACE:](http://angular-ui.github.io/ui-ace/) Plain Text Editor: Syntax Highlight, errors...## Web - Content based sites
- [Printing css styles](http://www.smashingmagazine.com/2015/01/designing-for-print-with-css/)
- Editores Markdown
- [SimpleMDE](http://nextstepwebs.github.io/simplemde-markdown-editor/) Preferred, styled source, side-by-side option, preview
- [Hallo](http://hallojs.org/demo/markdown/): Inplace, source, buttons
- [Markdown-WYSIWYG](http://md-wysiwyg.sourceforge.net/cgi-bin/cgi_wysiwyg_test.py/) Simple, en python
- [StackEdit](https://stackedit.io/editor) Side by side editor (Local storage, github, drive, cloud...)
- [Dillinger](http://dillinger.io/) Side by side editor (Local storage, github, drive, cloud...)
- [Markable](http://markable.in/) Side by Side editor. Closed source
- [JBT Markdown editor](https://github.com/jbt/markdown-editor) clonable, sin conexiones- [strapdown](http://strapdownjs.com/) Escribir md en el html, compilado en el cliente, con estilos bootstrap
- [gdocs2md](https://github.com/trepidacious/gdocs2md) Conversor de google docs a md (fork avanzado del original)
- [markdown css theme emulating github ]()
- [markdown css themes by jasonm23](http://jasonm23.github.io/markdown-css-themes/foghorn.html)
- [buttondown css theme](https://gist.github.com/ryangray/1882525)
- [wkhtmltopdf](http://wkhtmltopdf.org/) conversor html a pdf (commandline, lib)## Web - Wordpress
- [maintaining wordpress upgrades using git](https://github.com/fadookie/wp-upgrade) Not Gui triggered :-(
## Encryption
- [Tutorial on using pycrypto](http://www.laurentluce.com/posts/python-and-cryptography-with-pycrypto/)
## Systems
- [Persistent encrypted liveusb](https://archimedesden.wordpress.com/2013/09/12/encrypted-persistent-storage-on-ubuntu-livecd/)