We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Andre Bauland
my edit.bat file content looks like this now: IF /i %1==atom (atom %2) IF /i %1==emacs ("D:\Users…
»
Tribuadore
I think you're right @midnight_mero. The suggests that .
»
Nines Baobaberson
I have an st.bat in my misc directory that looks like this: IIRC, the %* will forward any command…
»
Casey Muratori
So, the broadcast schedule is now available in machine-readable form for testing here: Please let…
»
David Owens II
I wrote an Automator workflow and bash script to download the source code and unpack it all. If yo…
»
popcorn
I hate to bring this topic back up, but one of topic that came up in the Jeff and Casey show was G…
»
Elias
More like SendOwl of Shame, amirite? : )
»
Casey Muratori
In theory, this should be fixed now. It was a SendOwl problem.Casey
»
Iker Murga
I did think about the adding new parts, but hand't realized about the part of making it easier to …
»
Lachlan Easton
I wouldn't call it copy pasta since it doesn't mess the code up in any way. As it is the increment…
»
Iker Murga
At the beginning of GameUpdateAndRender, the Bitmap pointer is advanced after loading the head, ca…
»
Iker Murga
If you check the Coding Resources link, Matthew VanDevander wrote a guide to use Sublime Text 3, y…
»
Benjamin Kloster
covers some of the new features in CPUs during the last few decades, including some things that C…
»
Andre Bauland
Thats amazing! Thanks I will have a look :)
»
sinsizer
Add quotation marks as parameter and it works without blocking. I've created a cmd shortcut with…
»
Andre Bauland
In my edit.bat I can run one of four editors atom emacs notepad++ sublimetext3 only notepad++ kee…
»
Andrew Bromage
On POSIX platforms (Linux, OS X) the C standard library includes the ffs family of functions, e.g.…
»
Tribuadore
I get about the same as @thrahistan....16%-18% But I'm running an implementation of Handmade Hero …
»
Gregory
:cheer: that worked! thanks.
»
Mārtiņš Možeiko
I'm not familiar with Sublime, but I'm pretty sure that is not a feature of Sublime. That is simpl…
»
Andre Bauland
In your sublimetext directory should be a subl.exe try pointing to that exe in your sublime.bat sh…
»
Gregory
I followed the steps in "Day 001" to create a batch file to open up my text editor (text below). I…
»
Randy Gaul
Here's to hoping Casey can do some metaprogramming for HMH at some point!
»
Patrick Lahey
If you start googling around, be aware that sometimes people call what (I think) Casey is doing co…
»
Livet Ersomen Strøm
Yes I guess, something like that:) Thanks for feedback.
»
Livet Ersomen Strøm
Yes it's called once and tested for. The program works and keeps running. But I think it went away…
»
Mārtiņš Možeiko
Casey explained in one of Q&A's that his metaprogramming is simply C code that writes C code. For …
»
BlueWolf
I think this question was already asked several times and Casey always responds with something lik…
»
Filip
I second this request! While there is no problem to find links to preprocessor tricks and code-gen…
»
Mārtiņš Možeiko
Are you calling GetDC(0) just once, or in a loop? It should be called once, obviously. Can you sho…
»