Skip to content

Instantly share code, notes, and snippets.

/*
* Basic CSS skill
*
* https://pjchender.blogspot.com/2015/03/cssmultiple-selectorsspace.html
* https://pjchender.blogspot.com/2015/07/css_25.html
*/
body {
background-color: #303030 !important;
color: #f4f1f1 !important;
}
@iamsleep
iamsleep / gist:2585be4370f5b49dce687c6bbe47c9e7
Created January 18, 2018 08:19 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue:
@iamsleep
iamsleep / restart_bluetooth.sh
Created October 18, 2017 07:26 — forked from nicolasembleton/restart_bluetooth.sh
Restart Bluetooth Daemon on Mac OS X without restarting
#!/bin/bash
sudo kextunload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
sudo kextload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
@iamsleep
iamsleep / markdown syntax.md
Last active August 29, 2015 14:05
markdown related information
  • [markdown] 1
@iamsleep
iamsleep / 0_reuse_code.js
Created August 30, 2014 13:45
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
LOAD DATA INFILE 'table1.txt' REPLACE INTO TABLE table1 FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n';
@iamsleep
iamsleep / random string
Last active August 29, 2015 14:05
all vim useful function
" ref http://stackoverflow.com/questions/12737977/native-vim-random-number-script
for i in range(1,500) | put ='array(\"derektest'.i.'#87\", '. str2nr(matchstr(reltimestr(reltime()), '\v\.@<=\d+')[1:]) .'),' | endfor