Skip to content

Instantly share code, notes, and snippets.

@speedyGonzales
speedyGonzales / gist:5a2f09c321cb5c0b5232
Created February 20, 2015 15:08
javascript under pressure
//01. i will be an integer. Double it and return it.
function doubleInteger(i) {
return i*2;
}
//02. i will be an integer. Return true if it's even, and false if it isn't.
function isNumberEven(i) {
return (i%2 == 0);
}
@speedyGonzales
speedyGonzales / Makefile
Last active August 29, 2015 14:15 — forked from skanev/Makefile
gui:
python2 gui.py
cli:
python3 cli.py
test:
python3 tests.py
#!/bin/bash
#title :wildfly-install.sh
#description :The script to install Wildfly 8.x
#more :http://sukharevd.net/wildfly-8-installation.html
#author :Dmitriy Sukharev
#date :20141129
#usage :/bin/bash wildfly-install.sh
WILDFLY_VERSION=8.2.0.Final
WILDFLY_FILENAME=wildfly-$WILDFLY_VERSION
@speedyGonzales
speedyGonzales / osx-10-10-virtualbox.md
Last active October 6, 2015 14:24 — forked from frdmn/osx-10-10-virtualbox.md
Install OS X 10.10 Yosemite in VirtualBox
@speedyGonzales
speedyGonzales / post.md
Created November 12, 2015 12:47 — forked from kbond/post.md
Ubuntu LAMP Development Environment Setup

Install git:

sudo apt-get install git

Configure Git:

touch ~/.gitignore_global
git config --global core.excludesfile ~/.gitignore_global
git config --global user.name "Your Name"

git config --global user.email "Your Email"

@speedyGonzales
speedyGonzales / go-interfaces.go
Created November 26, 2015 10:24
some bulshit
Some resources on Golang Interfaces
1. http://go-book.appspot.com/contents.html
2. https://github.com/luciotato/golang-notes/blob/master/OOP.md
3. http://nathanleclaire.com/blog/2015/10/10/interfaces-and-composition-for-effective-unit-testing-in-golang/
4. https://github.com/gyuho/learn/tree/master/doc/go_interface
@speedyGonzales
speedyGonzales / Galaxy Of Tutorial Torrents
Created July 4, 2016 12:42 — forked from iHassan/Galaxy Of Tutorial Torrents
Ultimate Galaxy Of Tutorial Torrents
=============================
**http://kickass.to/infiniteskills-learning-jquery-mobile-working-files-t7967156.html
**http://kickass.to/lynda-bootstrap-3-advanced-web-development-2013-eng-t8167587.html
**http://kickass.to/lynda-css-advanced-typographic-techniques-t7928210.html
**http://kickass.to/lynda-html5-projects-interactive-charts-2013-eng-t8167670.html
**http://kickass.to/vtc-html5-css3-responsive-web-design-course-t7922533.html
*http://kickass.to/10gen-m101js-mongodb-for-node-js-developers-2013-eng-t8165205.html
*http://kickass.to/cbt-nuggets-amazon-web-services-aws-foundations-t7839734.html
@speedyGonzales
speedyGonzales / postbank.location.js
Created January 19, 2018 15:03 — forked from miglen/postbank.location.js
postbank.location.js
/*
Този скрипт е пълен с едни от най-забавните коментари на български.
Разработен е от някой от разработчиците на Iliyan.com за Пощенска банка.
Пазя го за да се смеем ако го променят в сайта.
Оригинална локация: https://www.postbank.bg/Applications/Locations/_inc/js/locations.js
*/