Skip to content

Instantly share code, notes, and snippets.

View remram44's full-sized avatar

Remi Rampin remram44

View GitHub Profile
#include <stdio.h>
#define STRINGIFY(x) #x
#define TOSTRING(x) STRINGIFY(x)
int main(void)
{
puts("ex" TOSTRING(__LINE__));
return 0;
}
@remram44
remram44 / build.bat
Last active December 11, 2015 18:38
Mouse sensitivity changer
gcc set_mouse.c -o set_mouse.exe
gcc set_mouse.c -o set_trackpad.exe -DSENSITIVITY=20
@remram44
remram44 / README
Last active August 6, 2017 08:48
Cygwin wrapper for Windows
Cygwin wrapper for Windows
These files are used to expose the "sh" binary to your regular Windows console.
Installation:
* Put sh.bat somewhere in your PATH (example: C:\Windows)
* Put sh_wrapper.sh where sh.bat will find it
(default: C:\cygwin\bin\sh_wrapper.sh)
If you don't use these paths, you will have to adapt the filenames in those
@catawbasam
catawbasam / julia_npp.xml
Created October 9, 2012 12:23
Julia language syntax highlighting for Notepad++. Goes in /users/{username}/AppData/Roaming/Notepad++.
<NotepadPlus>
<UserLang name="Julia" ext="jl">
<Settings>
<Global caseIgnored="no" />
<TreatAsSymbol comment="no" commentLine="yes" />
<Prefix words1="no" words2="no" words3="no" words4="no" />
</Settings>
<KeywordLists>
<Keywords name="Delimiters">&quot;00&quot;00</Keywords>
<Keywords name="Folder+">begin function type for while if</Keywords>
@schlamar
schlamar / gist:2993700
Last active September 23, 2016 20:55
urllib2 HTTPS connection with proxy and cert verification
import httplib
import urllib2
import ssl
import certifi
from backports.ssl_match_hostname import match_hostname
class CertValidatingHTTPSConnection(httplib.HTTPConnection):
default_port = httplib.HTTPS_PORT
@remram44
remram44 / TextLoader.java
Created March 4, 2012 21:33
UTF-8 decoder with fallback
package common;
import java.io.IOException;
import java.io.InputStream;
import java.io.Reader;
/**
* A UTF-8 decoder, that fallbacks to Latin-1.
*
@mrdoob
mrdoob / RequestAnimationFrame.js
Created February 22, 2011 14:50
Provides requestAnimationFrame in a cross browser way.
/**
* Provides requestAnimationFrame in a cross browser way.
* @author paulirish / http://paulirish.com/
*/
if ( !window.requestAnimationFrame ) {
window.requestAnimationFrame = ( function() {
return window.webkitRequestAnimationFrame ||
@endolith
endolith / Has weird right-to-left characters.txt
Last active April 4, 2025 22:38
Unicode kaomoji smileys emoticons emoji
ּ_בּ
בּ_בּ
טּ_טּ
כּ‗כּ
לּ_לּ
מּ_מּ
סּ_סּ
תּ_תּ
٩(×̯×)۶
٩(̾●̮̮̃̾•̃̾)۶