cetinkoca.com
EvilInput(TM) - çetin's blog
http://www.cetinkoca.com/blog/evilinputtm
April 2, 2009. DirectInput has been one of the commonly used components of game engines, especially the ones developed by hobbyists which easily cloaks the fact that it’s actually quite deprecated. I believe that the reason DirectInput is so commonly used is not its ease of use. It is rather the amount of tutorials available on the Internet and also the amount of ready-to-use code written on top of DirectInput. It does not apply pointer ballistics (i.e. pointer acceleration). Some of the issues mentioned...
cetinkoca.com
Regular Mess - çetin's blog
http://www.cetinkoca.com/blog/regular-mess
March 11, 2009. Regular expressions can actually be quite messy. Don’t you think so? Well, think not before you see this…. Below is a regular expression. Used to validate email addresses according to the RFC 822. Grammar. I just encountered this while browsing web today. Seriously, what the hell? April 3, 2009 at 5:13 pm. Makes me wonder, how in the world did they come up with this? Probably drawing the Finite Automata first is a better approach…. Leave a Reply Cancel reply. Proudly powered by WordPress.
cetinkoca.com
Nature by Numbers - çetin's blog
http://www.cetinkoca.com/blog/nature-by-numbers
February 19, 2011. I just came across this short movie by Cristóbal Vila. It presents an attempt to show how nature and math are related in an artistic and beautiful manner. You can see familiar stuff like Fibonacci series, golden ratio, Delaunay triangulation, Voronoi diagrams in it. It has great visuals as well as a great choice of music. I simply loved this video and I cannot give enough credit to it! Leave a Reply Cancel reply. Proudly powered by WordPress. Theme: Flat 1.7.6 by Themeisle.
cetinkoca.com
Bit Fields - çetin's blog
http://www.cetinkoca.com/blog/bit-fields
March 10, 2009. Bit fields are probably one of the least popular language features of C/C . By using bit fields the programmer can precisely define how many bits are occupied by each member of a. The syntax for bit fields follows:. Struct Time { unsigned int pm : 1; unsigned int hour : 4; unsigned int minute : 6; };. The member field called. Above occupies only 1-bit,. Note that the members specified as a bit-field are always treated as integers, so you can omit the keyword. PM : AM); return 0; }.
cetinkoca.com
Funny Archives - çetin's blog
http://www.cetinkoca.com/blog/category/funny
Funny images, videos, articles etc. January 4, 2011. Supported by the IPsec, which you can use to encrypt IPsec packets, and I had a lot of fun reading its RFC yesterday. As you may have already guessed from its name, what it does is nothing. If you wonder how someone could have written a document of 1400 words specifying something that literally does nothing then I suggest that you read RFC 2410. March 11, 2009. Regular expressions can actually be quite messy. Don’t you think so?
cetinkoca.com
Tips & Tricks Archives - çetin's blog
http://www.cetinkoca.com/blog/category/tips
Category: Tips and Tricks. Little tips and tricks. March 10, 2009. Bit fields are probably one of the least popular language features of C/C . By using bit fields the programmer can precisely define how many bits are occupied by each member of a. Proudly powered by WordPress. Theme: Flat 1.7.6 by Themeisle.
cetinkoca.com
Entertaining Archives - çetin's blog
http://www.cetinkoca.com/blog/category/entertaining
February 19, 2011. I just came across this short movie by Cristóbal Vila. It presents an attempt to show how nature and math are related in an artistic and beautiful manner. You can see familiar stuff like Fibonacci series, golden ratio, Delaunay triangulation, Voronoi diagrams in it. It has great visuals as well as a great choice of music. I simply loved this video and I cannot give enough credit to it! Proudly powered by WordPress. Theme: Flat 1.7.6 by Themeisle.
cetinkoca.com
çetin, Author at çetin's blog
http://www.cetinkoca.com/blog/author/ckoca
February 19, 2011. I just came across this short movie by Cristóbal Vila. It presents an attempt to show how nature and math are related in an artistic and beautiful manner. You can see familiar stuff like Fibonacci series, golden ratio, Delaunay triangulation, Voronoi diagrams in it. It has great visuals as well as a great choice of music. I simply loved this video and I cannot give enough credit to it! January 4, 2011. April 2, 2009. March 11, 2009. March 10, 2009. Java is so slow…. March 7, 2009.
cetinkoca.com
Null Encryption - çetin's blog
http://www.cetinkoca.com/blog/null-encryption
January 4, 2011. Supported by the IPsec, which you can use to encrypt IPsec packets, and I had a lot of fun reading its RFC yesterday. As you may have already guessed from its name, what it does is nothing. If you wonder how someone could have written a document of 1400 words specifying something that literally does nothing then I suggest that you read RFC 2410. Here are some bits and pieces from the document:. Test case = 1 data = 0x123456789abcdef data len = 8 NULL data = 0x123456789abcdef test case = ...
cetinkoca.com
Bits & Pieces Archives - çetin's blog
http://www.cetinkoca.com/blog/category/bits
Category: Bits and Pieces. Interesting, usually little, information. March 11, 2009. Regular expressions can actually be quite messy. Don’t you think so? Well, think not before you see this… Continue reading. Java is so slow…. March 7, 2009. 8230; you would think. Maybe not, but many people seem to agree with that. One interesting fact is that, though, Java’s allocations are much faster than classic malloc allocations. Continue reading. Proudly powered by WordPress. Theme: Flat 1.7.6 by Themeisle.