This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Read permissions: | |
| read_friendlists | |
| read_insights | |
| read_mailbox | |
| read_requests | |
| read_stream | |
| user_online_presence | |
| friends_online_presence |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (.*)(d[0-9]+)(.*) | |
| $2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \n | |
| time_namelookup: %{time_namelookup}\n | |
| time_connect: %{time_connect}\n | |
| time_appconnect: %{time_appconnect}\n | |
| time_pretransfer: %{time_pretransfer}\n | |
| time_redirect: %{time_redirect}\n | |
| time_starttransfer: %{time_starttransfer}\n | |
| ----------\n | |
| time_total: %{time_total}\n | |
| \n |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| i=0 | |
| while true | |
| do | |
| i=$(($i+1)) | |
| status=$(curl -H 'Content-Type: application/json' --request POST --data '{"data":"Goodbye world!"}' --write-out %{http_code} --silent https://tourbillon.herokuapp.com/dev/null) | |
| if [ "$status" -eq 200 ] | |
| then | |
| echo "$i Discarded successfully." | |
| else |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <root> | |
| <item> | |
| <name>CAPSLOCKTOLOCK</name> | |
| <appendix>this is to remap caps lock to CtrlShiftEject</appendix> | |
| <identifier>private.swap_capslock</identifier> | |
| <autogen> | |
| --KeyToKey-- | |
| KeyCode::PC_APPLICATION, | |
| KeyCode::VK_CONSUMERKEY_EJECT, ModifierFlag::SHIFT_L | ModifierFlag::CONTROL_L |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ls *.jpg | xargs -n1 sh -c 'convert $0 -resize 640x480 -background "#000000" -gravity center -extent 640x480 fixed/$0' |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| void setup() { | |
| background(255, 255, 255); | |
| size(1120, 860); | |
| translate(50, height - 15); | |
| scale(0.1,-0.1); | |
| frameRate(30); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ mkvinfo Seinfeld.S01E01.The.Seinfeld.Chronicles.mkv | |
| ... | |
| |+ Segment tracks | |
| ... | |
| | + A track | |
| | + Track number: 3 (track ID for mkvmerge & mkvextract: 2) | |
| | + Track UID: 17434673961305370787 | |
| | + Track type: subtitles | |
| | + Lacing flag: 0 | |
| | + Codec ID: S_TEXT/UTF8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1 | |
| 00:00:01,266 --> 00:00:03,366 | |
| Do you know what this is all | |
| about? Why we're here? | |
| 2 | |
| 00:00:03,400 --> 00:00:06,366 | |
| To be out. This is out. | |
| [AUDIENCE LAUGHS] |