- jQuery - The de-facto library for the modern age. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers.
- Backbone - Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface.
- AngularJS - Conventions based MVC framework for HTML5 apps.
- Underscore - Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects.
- lawnchair - Key/value store adapter for indexdb, localStorage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| To include the source files for Console and its dependencies, first load the YUI seed file if you haven't already loaded it. | |
| <script src="http://yui.yahooapis.com/3.8.0/build/yui/yui-min.js"></script> | |
| Next, create a new YUI instance for your application and populate it with the modules you need by specifying them as arguments to the YUI().use() method. YUI will automatically load any dependencies required by the modules you specify. | |
| <script> | |
| // Create a new YUI instance and populate it with the required modules. | |
| YUI().use('console', function (Y) { | |
| // Console is available and ready for use. Add implementation | |
| // code here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Debian | |
| # 1. Add this line to your list of repositories by | |
| # editing your /etc/apt/sources.list | |
| deb http://repository.spotify.com stable non-free | |
| # 2. If you want to verify the downloaded packages, | |
| # you will need to add our public key | |
| sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59 | |
| # 3. Run apt-get update |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [.ShellClassInfo] | |
| InfoTip=Text goes here becomes a tooltip for hovering over the folder in Exlorer. | |
| IconFile=.\wherever-icons-are-kept\SomeIcon.ico | |
| IconIndex=0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Lab1.asm | |
| * | |
| * Author: njsoly | |
| */ | |
| .include "m8515def.inc" | |
| .def temp = r16 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Android ADT Plugin Site https://dl-ssl.google.com/android/eclipse/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # System-wide .bashrc file for interactive bash(1) shells. | |
| # To enable the settings / commands in this file for login shells as well, | |
| # this file has to be sourced in /etc/profile. | |
| # If not running interactively, don't do anything | |
| [ -z "$PS1" ] && return | |
| # check the window size after each command and, if necessary, | |
| # update the values of LINES and COLUMNS. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /səlˈɪntʃəs/ |
- lxml - Pythonic binding for the C libraries libxml2 and libxslt.
- boto - Python interface to Amazon Web Services
- Django - Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
- Fabric - Library and command-line tool for streamlining the use of SSH for application deployment or systems administration task.
- PyMongo - Tools for working with MongoDB, and is the recommended way to work with MongoDB from Python.
- Celery - Task queue to distribute work across threads or machines.
- pytz - pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.4 or higher.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2>&1 |
OlderNewer