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
#include <cpr/cpr.h> // https://github.com/whoshuu/cpr | |
#include <iostream> | |
static const char* sURL = "https://www.google.fr"; | |
void async_result() { | |
auto fr = cpr::GetAsync( | |
cpr::Url{sURL} | |
, cpr::VerifySsl{false} | |
); |
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
// ==UserScript== | |
// @name YouTube Spam Filters | |
// @namespace Youtube Scripts | |
// @description Remove unused links from Youtube's front page. | |
// @match *://www.youtube.com/* | |
// @grant GM_addStyle | |
// @run-at document-idle | |
// @icon http://www.youtube.com/favicon.ico | |
// ==/UserScript== |
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
# retrieve the total number of CPU minus one to avoid stall. | |
export NUM_CPU=$((`grep -c ^processor /proc/cpuinfo`-1)) |
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
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\14.0\Text Editor] | |
"Guides"="RGB(128,192,128) 80" |
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
DHALF.TXT | |
June 20, 1991 | |
Original name: DITHER.TXT | |
Original date: January 2, 1989 | |
===================================== | |
ORIGINAL FOREWORD BY LEE CROCKER |
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
################################################################### | |
Writing C software without the standard library | |
Linux Edition | |
################################################################### | |
There are many tutorials on the web that explain how to build a | |
simple hello world in C without the libc on AMD64, but most of them | |
stop there. | |
I will provide a more complete explanation that will allow you to | |
build yourself a little framework to write more complex programs. |
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
255 250 250 snow | |
248 248 255 ghost white | |
248 248 255 GhostWhite | |
245 245 245 white smoke | |
245 245 245 WhiteSmoke | |
220 220 220 gainsboro | |
255 250 240 floral white | |
255 250 240 FloralWhite | |
253 245 230 old lace | |
253 245 230 OldLace |
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
Show hidden characters
{ | |
"selector": "source.cpp", | |
"working_dir": "$folder", | |
"shell_cmd": "make -j7 Release && make RunRelease;" | |
} |
OlderNewer