|
|
SDL and Allegro: mortal enemies glued together
|
C
|
1.35 Year Ago
|
0
|
|
4.00
|
- - -
|
2,119 Chrs
|
|
|
This is how to harness the speed of SDL with your Allegro app. Note that you'll have to do a whole bunch of stuff via SDL, but you get all the Allegro drawing functions, apart from makecol, which you'
|
|
|
|
How to secure Lua (and also build a rootkit for that matter)
|
Other
|
1.36 Year Ago
|
0
|
|
- - -
|
- - -
|
1,245 Chrs
|
|
|
This is how to secure a Lua system from code attacks. You can also build a rootkit with wrapper functions.
How it works:
- Copies the entire global space ("_G") into table "dspace".
- Sets dspace
|
|
|
|
Yet another prime number generator (fairly fast)
|
C
|
1.41 Year Ago
|
1
|
|
1.00
|
- - -
|
650 Chrs
|
|
|
This only checks what it has to. When a particular counter gets up to the prime number 3, it will only check the numbers 2 and 3 until it reaches 5^2, in which it then checks up to 5, until it reaches
|
|
|
|