Skip to content

Instantly share code, notes, and snippets.

View boycaught's full-sized avatar
🏠
Working from home!

.LAG boycaught

🏠
Working from home!
View GitHub Profile
@boycaught
boycaught / gist:8388366
Last active January 3, 2016 01:19
Base OSX Box
@boycaught
boycaught / youtube-dl.js
Created October 19, 2014 01:45
Youtube-DL node function
/* ///////////////////////////////////////////////////////////////////////////
Simple YOUTUBE-DL function
AUTHOR: .LAG (@boycaught)
VERSION: 0.0.1
DATE: 2014-10-18
/////////////////////////////////////////////////////////////////////////// */
var exec = require('child_process').exec;
@boycaught
boycaught / node-and-npm-in-30-seconds.sh
Last active September 6, 2015 03:45 — forked from isaacs/node-and-npm-in-30-seconds.sh
Use one of these techniques to install node and npm without having to sudo. Discussed in more detail at http://joyeur.com/2010/12/10/installing-node-and-npm/ Note: npm >=0.3 is *safer* when using sudo.
echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc
. ~/.bashrc
mkdir ~/local
mkdir ~/node-latest-install
cd ~/node-latest-install
curl http://nodejs.org/dist/node-latest.tar.gz | tar xz --strip-components=1
./configure --prefix=~/local
make install # ok, fine, this step probably takes more than 30 seconds...
curl https://www.npmjs.org/install.sh | sh
### Keybase proof
I hereby claim:
* I am boycaught on github.
* I am boycaught (https://keybase.io/boycaught) on keybase.
* I have a public key whose fingerprint is C8C4 344C B6E3 FB5E 1258 7F82 B803 4D70 F4AF 1C97
To claim this, I am signing this object:
@boycaught
boycaught / bootstrap-carousel-slider.markdown
Created March 10, 2024 03:13
Bootstrap Carousel Slider
@boycaught
boycaught / 3d-carousel-materialize.markdown
Created March 10, 2024 08:10
3d carousel materialize