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.
Patsy Hambright
I'm used to download videos with keepvid...But sometimes I also use this one for batch download:h…
»
Demetri Spanos
I'm making an HMN lesson teaching the concepts behind a basic face detection algorithm. I'd lik…
»
Neo Ar
Updated the topic with the first 3 videos (Exercises 1-11). My response to Miblo's post is in the…
»
Simon Anciaux
The link above only disable the "windows logo keys" (not the shortcuts, just the keys), so other …
»
»
Mārtiņš Možeiko
I am actually very sad if standard windows shortcuts don't work for application or game. I like t…
»
x13pixels
On the handmade hero streams we've seen cases where Casey brings up Milton, uses ctray's hotkey t…
»
x13pixels
Thanks for the suggestion mmozeiko. I'll check it out.
»
Israel Fernández Angullo
Thank you very much for the links! Disable windows shortcuts is really usefull! All the games usi…
»
Mārtiņš Možeiko
Very nice! Here are few more I found: 1 2 3proc void abs(int a) { a =--a; } proc void fpdec(int*…
»
Simon Anciaux
Have a look at RegisterHotKey and WM_HOTKEY. Upon finding a match, the system posts the WM_HOTKEY…
»
Dumitru Frunza
HoC 0.1c That's quite a bunch of bugs :) These 3 lines below have same root cause - bug in the …
»
Jeroen van Rijn
Wo0t! This is great news.
»
»
Jeremiah Goerdt
Welp, it's about time I stop cowering in fear and get some Lysa users. A few Patreon backers will…
»
Mārtiņš Možeiko
:) That's cool. I'm just sitting and thinking what it could be used for... Anyways, here are bun…
»
Dumitru Frunza
..with what syntax do you access "x" variable from b2 structure in second array element? I don't …
»
Mārtiņš Možeiko
Oh, I didn't think that master would not compile. Ok, that clears things up a bit. I was using g…
»
Dumitru Frunza
It doesn't compile with MSVC for me. 1'a2 [2]' : no members defined using this type This does :…
»
Dumitru Frunza
1DEBUG_print_ast_node(str, indent_level, ptr->type_expr, "type_expr"); This one doesn't comp…
»
Mārtiņš Možeiko
This is completely bananas... 1 2 3 4 5 6 7 8 9 10 11 12typedef struct a { int x; } a; t…
»
Mārtiņš Možeiko
There is more magical code that compiles for some reason I don't understand... 1 2 3 4 5 6…
»
Mārtiņš Možeiko
Wait a sec, by anonymous struct I always called this thing: 1 2 3 4 5 6 7typedef struct Foo { …
»
pragmatic_hero
Welcome to C (not even the plus plus kind). Anonymous structs, its similar to anonymous unions (…
»
Israel Fernández Angullo
Hi! While debugging my handmade engine the shortcut win+D stop working. Other windows shortcuts…
»
Mārtiņš Možeiko
What kind of magic is this? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 …
»
Dumitru Frunza
HoC v0.1b could not read file `vm.exe` Fixed; the problem is that the compiler needs the `vm.exe…
»
Simon Anciaux
I tried to compile test.hoc with the source files in a different directory than the compiler and …
»
Sailor
Ahhhh... so simple when you know how... Thanks
»
Mārtiņš Možeiko
HMN is organized by projects So "https://projectA.handmade.network/xyz" URL goes to "xyz" section…
»