| Some light reading 5 days ago by King_Critter Two tutorials I just finished up and learned a shit-ton from. First one is on making a GUI with Glade, then tying it in to a Python app. http://www.overclock.net/application-programming/342279-tutorial-using-python-glade-create-simple.html Second one is on object oriented programming with Python, so ... King Critter's World - kingcritter.kupatrix.net | | Flashing your clock 10 days ago by ithinkitsnice I was digging through some old, unfinished self-initiated projects looking for some inspiration when I found this… Pretty little clock, but the code was a bit rubbish and I’ve learned a lot about ActionScript since then. So, I decided to write myself my very own AS2.0 Clock class. Granted, clock scr ... ithinkitsnice - ithinkitsnice.com · Rank: 15,873 · 7 references | | Library or Framework 10 days ago by Blogger A library is a collection of routines that’s usually meant to be shared for multiple programs. Generally this involves providing a file (usually in the form of a DLL) that gets distributed with each program that uses it. With more modern development technology, it’s usually more than just a collecti ... CSharpner - csharpner.blogspot.com · 1 reference | | Java ile OOP ye giriş -1 10 days ago by tugce kal Gnmzde kullanılan dillerin çoğu artık OOPye dayanmaya başladı. Temel olarak 3 programlama dili vardır. ☞ 1/Makina dilleri ☞ 2/Assembly dilleri ☞ 3/High-level dilleri Bunlardan en gelişmişi high-level dillerdir(C,C++,.NET vb).High -level diller ... Kategori: Programlama Etiketler: java Java Developme ... MMistanbul Dersler - mmistanbul.com | |