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
sudo apt-get install default-jre | |
sudo apt-get install default-jdk | |
sudo apt-get install ant | |
sudo npm install -g phonegap |
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
# Alias definitions. | |
# You may want to put all your additions into a separate file like | |
# ~/.bash_aliases, instead of adding them here directly. | |
# See /usr/share/doc/bash-doc/examples in the bash-doc package. | |
if [ -f ~/.bash_aliases ]; then | |
. ~/.bash_aliases | |
fi | |
# enable programmable completion features (you don't need to enable |
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
{ | |
"name": "cinemacity.bg", | |
"preferGlobal": true, | |
"version": "0.1.0", | |
"author": "hpstuff <despario@gmail.com>", | |
"description": "cinemacity parcer", | |
"dependencies" : { | |
"request" : "", | |
"express" : "", | |
"iconv" : "" |
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
var Ajax = (function(){ | |
function Ajax(){ | |
this.xhr = new XMLHttpRequest(); | |
this.handlers(); | |
} | |
Ajax.prototype.handlers = function(){ | |
var _this = this; |
NewerOlder