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.
Chen
Hi all. I am currently a college student in the U.S. who is about to graduate. I apply myself to l…
»
Allen Webster
Yep! You don't have to do anything special to register your own maps except you need to make sure …
»
Andrew Reece
Ever wanted to draw shapes on top of your shapes? Well, now you can, with the all-new Geometer! Pr…
»
CalPhorus
Hello, I know that there are the built-in values for Map_ID, but is it possible to create new ones…
»
Mārtiņš Možeiko
You don't really need to decode unicode codepoints unless you want to handle all the normalization…
»
Kiril Osi'yuk
Basically, you can start with . In your lexer, you interpret not next char, but int (code point), …
»
pragmatic_hero
You are "optimizing" code based on FEELINGS of what IS and ISN'T going to be fast/slow without …
»
pragmatic_hero
Use of indices/handles for most things, IS a matter of workflow. It simplifies serialization, and…
»
Mārtiņš Možeiko
Designing crypto protocols is hard. Don't do that unless you are expert in this area. I mean.. its…
»
Finalspace
The only thing which would work is to fully all the standards we have right now (HTTP, FPL, HTML…
»
Per Vognsen
You say you can't figure out how to output S-expressions. As a first step, I would recommend writi…
»
Per Vognsen
You'll first want to change the stream step size and character decoding as Martins explained, whic…
»
Chen
The collision system is one of the areas worth investing time into to get rid of all the bugs and …
»
Kiril Osi'yuk
Help! I am stuck on Day 2 homework. I have read chapters 2 through 4.1 of Wirth book. And I have i…
»
Mārtiņš Možeiko
It is actually pretty easy, there is nothing special about it. Only place you will need to change …
»
PanKracy
Per, Could you please show us how to make parser/lexer supporting the UTF-8 encoding, instead of p…
»
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, …
»