07-11-2014, 09:21 PM
Lucky you
Where to?

Random Chitchat 2012-2016
|
07-11-2014, 09:22 PM
Terschelling. It's a Dutch island where we go to almost every year
![]()
07-11-2014, 10:42 PM
Enjoy your vacation
![]() Thanks given by: NiLSPACE
07-12-2014, 07:13 AM
Oh, WECUI got updated to 1.7.10. Thanks to AntherusCraft for letting me know
![]()
07-12-2014, 08:51 AM
Why BSD forked openSSL. https://www.youtube.com/watch?v=GnBbhXBDmwU. The code base is horrific. Did you know that openSSL had untested support for big-endian on x86_64. Or worked to the lowest compatabilty possible, i.e. doing 17 deep #ifdef because some old borland prepressors couldn't handle #ifdef #elseif chains beyond a certain length. And has source files that just don't compile but were nearly removed from the build not the source tree. And memory leaks because no-one has ever run valgrind on it because it has several (not one) custom malloc implementations rather than using system malloc.
07-12-2014, 06:49 PM
My 2nd computer hard drive started to fail, and for precaution took my usb and installed an OS inside.
Now i'm using lubuntu loaded from an usb ![]()
07-12-2014, 07:11 PM
Haha, no problem xoft^^ you should defently fix the "unable to locate sign" by now, i reset all the unused galleries (like 15 or so) and they all had signs... And all the signs can't be located
![]()
07-12-2014, 09:59 PM
(This post was last modified: 07-12-2014, 09:59 PM by daniel0916.)
Have a char a limit for the size?
Because i will uncompress the chunk data but it doesn't work. Code: int UncompressedMaxSize = DataLength - (DataLength << 12) - (DataLength << 14) - (DataLength << 25) - 16; My program crash when i make the char.
07-12-2014, 10:04 PM
Yes, chars have a limit.
It cannot be more than the free memory in your computer, or be negative ![]() |
« Next Oldest | Next Newest »
|