• Leap year calculation program

    Updated: 2009-12-30 05:13:58
    C++ နဲ႔ ရက္ထပ္ႏွစ္ကို တြက္တဲ့ program ေလးကိုေရးသားထားပါတယ္။ က်ေနာ္က ခုမွ C++ ကို စတင္ေလ့လာသူ ျဖစ္တာေ

  • The thrilling potential of SixthSense technology

    Updated: 2009-12-27 00:24:42
    At TEDIndia, Pranav Mistry demos several tools that help the physical world interact with the world of data — including a deep look at his SixthSense device and a new, paradigm-shifting paper “laptop.” In an onstage Q&A, Mistry says he’ll open-source the software behind SixthSense, to open its possibilities to all. ‘SixthSense’ is a wearable gestural [...]

  • Packet Sniffer

    Updated: 2009-12-26 00:01:18
    Packet Sniffer A packet sniffer is a program that can see all of the information passing over the ne

  • The Naive Bayes Classifer - Machine Learning, Engine Implementation Introduction

    Updated: 2009-12-25 15:51:48
    The Naive Bayes Classifer We can read in Wikipedia : A Naive Bayes Classifier is a simple probabilis

  • Local language trends 2009

    Updated: 2009-12-21 08:56:00
    : skip to main skip to sidebar On Software and Languages Speaking up from the Telco ghetto . on C++ , Java , Perl , Python , Haskell Erlang Systems and Processes Monday , 21 December 2009 Local language trends 2009 I just had a look on the statistics pages on our local IT freelancer website http : www.freelancermap.de and found the results pretty interesting . First let have a look at the languages which are most popular in the freelancer projects . The picture below shows the languages , the supply of programmers the blue bar and the demand in projects the red bar As it seems , here in Germany there are only two serious languages : C C++ and Java Well , ok , Visual Basic and C are sough after rather strongly red bars but there seems to bee too little supply . Is that the fear of a vendor lock-in or is it just because Microsoft is considered evil that the programmers don't like NET The same case of too little supply for PHP but here I must mention that the hourly rates for PHP tend to be rather low PHP still considered a hacker language And now look at the last but one language wit a longwinded German name I won't retype here too lazy In fact it's not a language of its own , but

  • WebsiteNews.BlogPage

    Updated: 2009-12-19 17:36:02
    robertcmartin:Sat, 19 Dec 2009 11:36:02 -0600

  • Bresenham's Ellipse

    Updated: 2009-12-18 19:27:42
    //Bresenham's Ellipse Code #include<iostream.h> #include<graphics.h> #include<conio.h

  • Computer Graphics Files Link

    Updated: 2009-12-18 18:57:02
    Copy and paste the link to your browser to view the files http://cid-a471b944ed61bc5c.skydrive.live.

  • Bresenham's Line

    Updated: 2009-12-18 18:50:52
    //Bresenham's Line Code #include<conio.h> #include<graphics.h> #include<math.h> #d

  • DDA Line

    Updated: 2009-12-18 18:48:59
    //DDA Line Code #include<conio.h> #include<graphics.h> #include<math.h> #define ro

  • C# First Program :- Hello World !!!

    Updated: 2009-12-17 02:57:34
    If you have ever learned a programming language, you know that they all start with the “Hello,

  • Introduction To C# Language

    Updated: 2009-12-17 02:24:13
    With the introduction of the .NET framework, Microsoft included a new language called C# (pronounced

  • C++ Programming - Sharam Hekmat

    Updated: 2009-12-16 20:34:20
    C++ Programming Author(s) : Sharam Hekmat Publication date : 1998 Book excerpts: This book serves as

  • ECos Architecture

    Updated: 2009-12-14 13:51:04
    ECos ROTS The eCos is an open source, royalty free, real time operating system intended for embedded

  • OSAL Architecture

    Updated: 2009-12-14 00:44:09
    OSAL Architecture OSAL acts as a middle layer between a real time operating system and an applicatio

  • download tugas fungsi di c++

    Updated: 2009-12-12 05:23:28
    download

  • ADT Programming in C Guidelines: Global Variables are Evil

    Updated: 2009-12-11 11:54:04
    Hi there. I’ve been teaching data structures and algorithms for more than three years now, and

  • Displaying file contents in binary

    Updated: 2009-12-08 09:48:24
    #include #include int main() { FILE *fA; int nNum, nCtr; char cTmp; nCtr = 0; //char *sPtr; if((fA =

  • Another good thing developed by Microsoft

    Updated: 2009-12-04 20:46:57
    There was always a time when you needed to make an application that used videos and music ,and you n

  • More about Java Closures

    Updated: 2009-11-24 16:23:00
    : skip to main skip to sidebar On Software and Languages Speaking up from the Telco ghetto . on C++ , Java , Perl , Python , Haskell Erlang Systems and Processes Tuesday , 24 November 2009 More about Java Closures Surprize , surprize Hear , hear One year ago , Mark Reinhold , Principal Engineer at Sun Microsystems , announced At the Devoxx conference in Antwerp , Belgium that the next major release of Java , JDK 7, would not include closures At the same conference this year , however , Reinhold announced in a surprise turn around the Java would be getting closures after all in JDK 7 More specifically , they adopt the BGGA proposal look here but without the non-local return look here and control invocation statements This leaves Java without any destructor or C style using statements support What can I say I can only reinstate what I said in my previous post : comparing to the development of the C language look here for an interesting inteview about LINQ and its supporting language features the Java language looks increasingly mouldy ouch But maybe I'm mistaken maybe there will be some support for modern ressource management in Java but it's decoupled from the closure proposal Let's

  • GO – A systems programming language from Google

    Updated: 2009-11-17 17:03:10
    Google launched Go, a new systems programming language born with concurrency, simplicity and performance in mind. Go is open source and its syntax is similar to C Programming Language, C++ and Python. Typical builds take a fraction of a second yet the resulting programs run nearly as quickly as comparable C or C++ code.  It [...]

  • Songs in code

    Updated: 2009-11-12 07:36:00
    Won't explain what they are, because it's obvious. These two made me laugh:Bob Marley's (and Groovy's): 4.times{ !woman == !cry }and REM's (and SQL's): DROP TABLE MyReligionbut normally they are boring, uninspired or plainly wrong, like this one: while(young) {} // loops foreverCome on, the whole thing is that young is a volatile variable, which will somehow, sometimes be set to false! ;-)

  • JunkPage

    Updated: 2009-11-03 22:26:34
    robertcmartin:Tue, 3 Nov 2009 16:26:34 -0600

Last Months Items