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.
Asaf Gartner
It's been doing that for over a decade. Webdev tends to follow this hype cycle: "Look at this ne…
»
Asaf Gartner
That's generally known as a . It's used to prevent other websites from tricking their users to PO…
»
Oswald Hurlem
Good catch... I wanted to show off how simple the run-time computation was and ended up making it…
»
graeme
What to avoid in web development? [/quote] bootstrap makes it so you can make a decent looking we…
»
Mārtiņš Možeiko
You can also use editbin.exe (from vsvarsall.bat commandline) that can switch between application …
»
Mārtiņš Možeiko
Or just create cgi executable to produce dynamic pages.
»
Mārtiņš Možeiko
"return A > B ? LOOKUP[A-B] + B : LOOKUP[B-A] + A;" This code will generate ugly branch. It's too …
»
Jeremiah Goerdt
What to avoid in web development? [/quote] web development :-P
»
Allen Webster
There is no built in way, but the people have spoken so there will be a built in way in the next v…
»
Allen Webster
Hmmmmm... I'm not even sure why that is happening. I can launch 4coder with or without start and …
»
Allen Webster
This was a result of my reconfiguration of the input system without any audio device plugged into …
»
Allen Webster
Adding a configuration option for "save all dirty buffers before build" has been on my todo list f…
»
Mikkel
When you say webprogramming do you mean client-side in browser interaction? if so then no and it l…
»
»
Raytio
Happens to me to I kind of like it sometimes but mmmm had no control over it so I had to disable w…
»
Shazan
I have a big problem now I see web programming changing a lot.And I see like stuff like Bootstrap,…
»
Shazan
Does Odin support web programming yet? I can think of the possibilities of creating a web site usi…
»
ratchetfreak
@Allen, it would still be nice to be fixed. Cause the 'start 4coder' solution opens another cmd w…
»
Jeremiah Goerdt
Compiles to a tool that just works everywhereUnderstands your platform's toolchainSensible, overri…
»
Jeremiah Goerdt
.h -> .cpp[/quote] This would be invaluable.
»
ratchetfreak
From a pure C perspective there are only 2 ways to get different behaviors out of the same bit of …
»
Benjamin Arnaud
Glad to hear it. Thank you albatros !
»
Oswald Hurlem
I am finishing up the next pass of YAVE's light propagation system and one thing I needed to do w…
»
Doeke
Is there a way to quickly jump between a header and it's implementation? .h -> .cpp
»
Doeke
Thanks, that will do for now. @Allen, it would still be nice to be fixed. Cause the 'start 4coder'…
»
Doeke
Probably not. (As in, I would really like an auto save before build). Maybe there is a case where…
»
Benjamin Arnaud
This happens because Youtube updated their JavaScript signature implementation. I fixed it yester…
»
William Bundy
I've been having a difficult time trying to sum up January 2017. My best attempt has been "it's be…
»
k2t0f12d
Well, I wanted to mention how JAI is going to have the build in the code itself. I like what that'…
»
ratchetfreak
Yeah, once your code is more than a bunch of source and header files there should be a plain langu…
»