Skip to content

Instantly share code, notes, and snippets.

View unstppbl's full-sized avatar
🐯

unstppbl

🐯
View GitHub Profile
@unstppbl
unstppbl / sleep.js
Last active December 25, 2017 06:20
Synchronous and asynchronous python-like sleep function
// Sycnhronous python-like sleep function
const sleep = (ms) => {
const start = new Date().getTime();
const expire = start + ms;
while (new Date().getTime() < expire) {
// spinning...
}
};
// Asynchronous sleep
@etaf
etaf / mtw_download.sh
Last active July 19, 2016 05:39
download the easy fm more to learn mp3 from start day to now
#!/bin/bash
#usage:
#download the easy fm more to learn mp3 from start day to now
trap ctrl_c INT
function ctrl_c(){
echo "\n catched interput signal, exiting..."
[ ! -e $current_process_file ] || rm $current_process_file
echo "bye!"
exit
}
@nickbudi
nickbudi / README.md
Last active February 17, 2024 14:25
Budi's Counter-Strike: Global Offensive config

Budi's CS:GO Config

This is my constantly updated CS:GO autoexec config. Changelogs can be found under revisions here

Put autoexec.cfg in ...\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg or take what you want from it and add to your autoexec config!

After the Wild West Simulator 2015 update, video.txt needs to be put in ...\Steam\userdata\<Steam3 ID>\730\local\cfg

Launch Options