Skip to content

Instantly share code, notes, and snippets.

@mpipalia
Last active September 30, 2015 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mpipalia/1830057 to your computer and use it in GitHub Desktop.
Save mpipalia/1830057 to your computer and use it in GitHub Desktop.
Random useful stuff related to web development
Hosting
BuyVM: extremely cheap, hard to get...
Anti-Spam
https://www.projecthoneypot.org/
Javascript
XXTEA: http://www.movable-type.co.uk/scripts/tea-block.html
TLS: https://github.com/digitalbazaar/forge
emscripten: https://github.com/kripken/emscripten/wiki - llvm to js compiler. Has links to libz/lzma, sqlite, xml validation in js.
Charting (non-free): http://www.highcharts.com/
Chartin (free): http://g.raphaeljs.com/
Web App Toolkit: Dojo Toolkit
Script Loader: RequireJS, YepNope.js
Text Editor: CodeMirror (specialized for editing code)
CSS
Sass: http://sass-lang.com/
Git
https://github.com/robertwilczynski/GitPrise - git repository browser written in ASP.NET MVC
http://gittf.codeplex.com/ - similar to git-tfs, but written by Microsoft guys and is cross platform.
http://gitlabhq.com/ - self hosted git management (i.e. your own github)
ASP.NET
https://cassinidev.codeplex.com/ - can replace VS's builtin web server. Supportx x64, but you'll need to compile it manually to do that.
http://refactoringaspnet.blogspot.com/2009/09/different-approaches-for-resolving-urls.html
http://getglimpse.com - performance analysis
C#
Article on Threading: http://www.albahari.com/threading/
C5 Generic Collection Library: http://www.itu.dk/research/c5/
Wiki
http://tiddlywiki.com/
PDF Conversion: Weasyprint. Looks similar to PrinceXML, except it's open source. Not sure how functional it is...
Also EvoPDF - paid, but much cheaper than PrinceXML.
Headless Browser: PhantomJS. WebKit without the GUI. Looks like you use javascript to use it.
Messaging: http://www.rabbitmq.com/
Web-Based IDE: https://github.com/ajaxorg/ace
Cloud9: https://c9.io/
Documentation
http://jashkenas.github.io/docco/ - also nocco for .NET version
Lightweight http server/listener:
NancyFX: http://nancyfx.org/
Icons:
http://glyphicons.com/
http://www.flaticon.com/
Email
http://www.mailgun.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment