Skip to content

Instantly share code, notes, and snippets.

@fatpandadesigns
fatpandadesigns / TTL2016.txt
Created October 6, 2016 05:05 — forked from CHEF-KOCH/TTL2016.txt
Torrent Tracker List [2016 Edition]
udp://tracker.coppersurfer.tk:6969/announce
udp://p4p.arenabg.ch:1337
udp://p4p.arenabg.com:1337
http://bttracker.crunchbanglinux.org:6969/announce
http://tracker.aletorrenty.pl:2710/announce
@fatpandadesigns
fatpandadesigns / .gitignore
Created September 28, 2016 07:52 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
background-color: #F42; */
/* background: -webkit-linear-gradient(left top,#C09,#F42 85%); */
background: -moz-linear-gradient(bottom right,#C09,#F42 85%);
background: -o-linear-gradient(bottom right,#C09,#F42 85%);
background: linear-gradient(to bottom right,#c09,#f42 85%);
.attraction--a--horizontal {
background: linear-gradient(to left, #21abc7, #616db3);
}
=============================
**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
@fatpandadesigns
fatpandadesigns / create-project.sh
Created May 28, 2016 06:10 — forked from jasonlewis/create-project.sh
Bash script that creates a new project and virtual host for that project. Can also be used to quickly create a new Laravel project.
#!/bin/bash
# This script creates a new project (or site) under /var/sites and creates
# new virtual host for that site. With the options a site can also
# install the latest version of Laravel directly.
# This script was originally based on the following script by @Nek from
# Coderwall: https://coderwall.com/p/cqoplg
# Display the usage information of the command.
create-project-usage() {
@fatpandadesigns
fatpandadesigns / 0_reuse_code.js
Last active August 29, 2015 14:21
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console