SchellCodeCode knowhow and stuff I've discovered
http://schellcode.github.io
WAjic (WebAssembly JavaScript Interface Creator) - How and WhyThis is somewhat of a followup to my last post “WebAssembly without Emscripten”
where I will describe the steps that brought me to the release of WAjic which stands
for “WebAssembly JavaScript Interface Creator”. I think it was 4 AM during another...Fri, 08 May 2020 12:00:00 +0000
http://schellcode.github.io/wajic-how-and-why
http://schellcode.github.io/wajic-how-and-whyWebAssembly without EmscriptenHow to get rid of Emscripten and build and compile WebAssembly applications with ease.
Wed, 27 Mar 2019 12:00:00 +0000
http://schellcode.github.io/webassembly-without-emscripten
http://schellcode.github.io/webassembly-without-emscriptenFixing Visual Studio undo behavior with assembly editingVisual Studio has a really annoying behavior regarding its undo/redo functionality.
In addition to text edits, it somehow also considers expanding/collapsing code blocks as an edit step.
So if you undo a change and then happen to expand a section ...Sat, 18 Nov 2017 23:00:00 +0000
http://schellcode.github.io/fixing-visual-studio-undo-behavior
http://schellcode.github.io/fixing-visual-studio-undo-behaviorProfiling with Valgrind and visualization with KCachegrindProfiling native code is certainly an interesting topic. Many people don’t do it at all, and some people overdo it (unnecessary micro optimization).
Also there’s the problem of finding good (free) tools which are easy to use.
I write code on Wind...Sun, 22 Feb 2015 23:00:00 +0000
http://schellcode.github.io/profiling-and-visualization
http://schellcode.github.io/profiling-and-visualizationFake Windows application that runs on a remote hostHere’s a cool little trick to get a command line application on Windows to act like it is being run locally, but it actually runs something on a remote Linux host.
Sun, 22 Feb 2015 22:00:00 +0000
http://schellcode.github.io/commandline-tunnel
http://schellcode.github.io/commandline-tunnel