about 3 months ago - No comments
I have uploaded binary and source files for my senior thesis TrackMania K.T.Ü., so what are you waiting for? Go get it!
about 5 months ago - No comments
I found a very handful software about making live USB linux systems. Personally I create USB based linux system with virtualization softwares like VirtualBox so I can use it like I do on my own computer; I mean the storage will be full persistent and I will be able to install softwares or save my More >
about 5 months ago - No comments
I decided to give a chance to commercial virtualization products because of bad performance issues I have encountered with VirtualBox on ubuntu linux. You need to install RealTime kernel for your virtualization system work as you expect on ubuntu. Even with RealTime kernel virtualization on ubuntu is not good enough in every phase. For linux More >
about 5 months ago - No comments
I just able to get my hands on Windows Virtual PC for Windows 7. Can’t say Windows XP Mode is awesome but it works and it works better then any alternative on the market. Another free tool can be used to replace Windows Virtual PC is VirtualBox but of course VirtualBox can’t give you the More >
about 7 months ago - No comments
Many times I found myself trying to figure out how to work with 32 bit Xdebug on 32 bit LAMPP server on 64 bit linux. I have done exact same searches on Google over and over again in time. So I decided to mix those informations up once and not to search Google for this More >
about 8 months ago - No comments
While stumbling upon the Google Reader, i see this post on my friends weblog.
http://www.codinghorror.com/blog/archives/000822.html
about 8 months ago - No comments
Unreal Engine 3 on your project free! Epic Games released Unreal Development Kit for free, game developers should check this out.
http://udk.com/
about 8 months ago - No comments
I put some code on site about linux network programming. It is a very basic work indeed, actually i wrote this code as a homework for my school. But if you need something like this anyway, feel free the use.
http://toreuyar.net/projects/linux-network-programming/
about 8 months ago - No comments
I have just attended on a Windows 7 seminar at our school and guess what happened ? Yes, ubuntu karmic adv. showed on the show. Looks like Microsoft and their personal does not take this serious, but i can say that this is one of the most important things that you should never do on More >
about 8 months ago - No comments
High School/Jr.High
10 PRINT “HELLO WORLD”
20 END
First year in College
program Hello(input, output)
begin
writeln(‘Hello World’)
end.
Senior year in College
(defun hello
(print
(cons ‘Hello (list ‘World))))
New professional
#include <stdio.h>
More >