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.
Benjamin Pedersen
The only thing which would work is to fully all the standards we have right now (HTTP, FPL, HTML…
»
Finalspace
The problem is that there are a lot of companies out there which makes money with the way the web …
»
Christopher Dyken
Software is already covered in FAQ: and . If you are looking for inspiration where and how to dev…
»
Benjamin Pedersen
I have heard that the actual infrastructure of the Internet was cleverly designed, and that most …
»
Nikita Smith
Thanks! Right now at the top of the list there are several things: data breakpoints, value editor …
»
Maykeye
Software is already covered in FAQ: and . If you are looking for inspiration where and how to de…
»
Jeremiah Goerdt
Great demo! What's on the list to do before this thing is shippable?
»
Finalspace
I changed the entire FPL codebase to in the x11linux branch. (Took me two evenings). Now my plan…
»
Nikita Smith
Hello folks! I am not sure if this is the right place to do this thing but here it goes. things an…
»
Finalspace
This is not about crappy drivers. This is about crappy distributions (if libGL.so is really brok…
»
Per Vognsen
Yeah, the token class approach is what I was originally planning, and maybe when I start optimizin…
»
HawYeah
In case of A) at some point in the function "gun_types" variable has to be loaded into rdi or som…
»
HawYeah
Hey guys, I spent the last couple of days trying to iron out how to build my game for android and …
»
Mārtiņš Možeiko
If this is intended to be put in header file (single-file-lib) which user includes in their code, …
»
Simon Anciaux
Thanks. I'm having another issue. This code is in a header that can be included in a .c or .cpp fi…
»
Mārtiņš Možeiko
Are you sure? Can you show output of "ls -la /usr/lib/libGL.so"? (or wherever this file is) I exp…
»
spx
This is an intermediate build and requires Linux kernel 3.2 or later. Porting continues to progres…
»
Christopher Dyken
Thanks for the recommendation! Personally, I look at this as a nice opportunity to get a bit of ex…
»
Anikki
This is probably a reason as to why Go uses the := operator, especially in this case: := is a pr…
»
Anikki
I think, the single tokens' token kind value being their ASCII character value idea, could've been…
»
Finalspace
Good news people, i am switching to C99. I got sick of all the namespace typing nonsense. The onl…
»
Oliver Marsh
Your video helped me a lot, also the reference and Casey's great GJK video. I had a go at impleme…
»
BlahBlah
What is it? Is the method described by the stack overflow question correct? IE [/code] where wai…
»
Mārtiņš Možeiko
Yes, there is. But that works only for windowed application and if compositor is enabled (meaning …
»
Todd
Do any of you folks who spend most of your time writing code in C or C++ specifically address secu…
»
BlahBlah
Is there a guaranteed way to wait for the vblank interval on windows? I was watching and Casey gi…
»
Alphapork
I think it's up to you how you want to do it. I did it as a look ahead because i wanted to get fam…
»
Justin Liew
Hi all! I totally missed the homework part for day 2 as I only watched the stream and didn't check…
»
Mārtiņš Možeiko
Yea, you need to define them yourself. Sometimes Microsoft gives static library with IID/CLSID val…
»
Simon Anciaux
I'm trying to compile a function that uses COM (for WASAPI) as a .c file and got some problems (it…
»