Skip to content

Instantly share code, notes, and snippets.

View hpstuff's full-sized avatar
🏠
Working from home

Rumen Rusanov hpstuff

🏠
Working from home
View GitHub Profile
sudo apt-get install default-jre
sudo apt-get install default-jdk
sudo apt-get install ant
sudo npm install -g phonegap
# 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
{
"name": "cinemacity.bg",
"preferGlobal": true,
"version": "0.1.0",
"author": "hpstuff <despario@gmail.com>",
"description": "cinemacity parcer",
"dependencies" : {
"request" : "",
"express" : "",
"iconv" : ""
@hpstuff
hpstuff / Ajax.js
Last active December 19, 2015 03:39
var Ajax = (function(){
function Ajax(){
this.xhr = new XMLHttpRequest();
this.handlers();
}
Ajax.prototype.handlers = function(){
var _this = this;