I actually think most of my school experience will boil down to the networking and not what I lear…
This is a post to briefly describe the new 4coder project file feature in alpha 4.0.14. The featur…
I've hit this issue logging in from pages other than the "/_login" page a few times over the last …
Todd —
OH GOSH THIS IS SO CLASSIC: If you haven't seen that, you're gonna love the source code!
I am having problems with drawing the random, or well any map for that matter using the ScreenX/Y …
Hello everyone! A new CDbg build is here. You can download build using this . All instructions you…
Thanks for the info! That company looks interesting and has a couple open positions I might look a…
Neo Ar —
RISC-V hardware has arrived!
Alright Guys. I will do that. Thanks for the help.
Neo Ar —
I took a course last year on extending ENVI with their "IDL" programming language at the Exelis he…
Yeah this is an issue that has been reported once or twice before. The only solution right now is…
The "base language" is nearly done and I'm soon to begin work on the "metaprogramming part" of the…
I live in Nebraska with my wife and kids and we're looking at getting to Colorado for our permanen…
Try removing /I%CODE_HOME% from the cl command line (in buildsuper.bat): Since all #include in th…
Stefan —
I have been thinking about what could be done about how shitty web development is as well and I th…
Does 4coder custom build supports a path address with a folder name with spaces? Something like "C…
[/quote] there's a few errors in there: i
Thanks, that makes sense. I'll try doing the mixing on the high priority thread first, as this app…
} [/code] [/quote] So, one reason this is likely slow is you're calling strlen inside the loop t…
The first video has been posted:
I interviewed at Intel in Portland this year. There were two phone screens and one day at a campus…
It's things like this that make security and encryption a problem.[/quote] Yup, no disagreement …
Shazan —
This is the XOR function but its so slow, } [/code] And here's main } [/code]
But encrypting after compression leaks information about the length of the compressed data (down …
Should i just XOR all the File Contents after compressing. Any guidance would be helpful.[/quote]…
Shazan —
So if i am writing a basic RLE compressor .What is the encryption to be used? Just for practicing.…
After thinking about it myself, I came to a similar conclusion, that metaprogramming really only …
It's easy to encrypt after compression, but not easy to compress after encryption. If you do encr…
Shazan —
Yesterday I watched the Handmade Hero videos on compression and I thought about what is different …