Skip to main content

Home/ Programming/ Group items tagged programming

Rss Feed Group items tagged

jdr santos

The Object Oriented Programming Web - 0 views

  •  
    The Object Oriented Programming Web publishes FREE programming and computer science tutorials, lecture notes, course slides and e-books. OOPWeb.com is a great resource for all programmers and computer science students, but it's especially popular among those who are interested in C++, Java and Object Oriented Programming.
yc c

The Programming Historian | NiCHE - 0 views

  •  
    The Programming Historian is an open-access introduction to programming in Python, aimed at working historians (and other humanists) with little previous experience.
yc c

Processing 1.0 - 0 views

  •  
    Processing is an open source programming language and environment for people who want to program images, animation, and interactions. It is used by students, artists, designers, researchers, and hobbyists for learning, prototyping, and production. It is created to teach fundamentals of computer programming within a visual context and to serve as a software sketchbook and professional production tool. Processing is an alternative to proprietary software tools in the same domain. Processing is free to download and available for GNU/Linux, Mac OS X, and Windows. Please help to release the next version!
Andrey Karpov

The reasons why 64-bit programs require more stack memory - 0 views

  •  
    In forums, people often say that 64-bit versions of programs consume a larger amount of memory and stack. Saying so, they usually argue that the sizes of data have become twice larger. But this statement is unfounded since the size of most types (char, short, int, float) in the C/C++ language remains the same on 64-bit systems. Of course, for instance, the size of a pointer has increased but far not all the data in a program consist of pointers. The reasons why the memory amount consumed by programs has increased are more complex. I decided to investigate this issue in detail.
yc c

The Scala Programming Language - 0 views

shared by yc c on 30 Jan 10 - Cached
  •  
    The design of Scala started in 2001 at the École Polytechnique Fédérale de Lausanne (EPFL) by Martin Odersky, following on from work on Funnel, a programming language combining ideas from functional programming and Petri nets. Odersky had previously worked on Generic Java and javac, Sun's Java compiler. Scala was released late 2003 / early 2004 on the Java platform, and on the .NET platform in June 2004. A second version of the language, v2.0, was released in March 2006.
cprogrammings example

Free C Plus Plus Tutorials | Download Free C++ Programming references and tutorials - 0 views

  •  
    Visit www.cprogrammings.com and Get Free C Plus Plus Tutorials. Learn C ++ Program with C Plus Plus tutorials. It provide free C Plus Plus Program and C Plus Plus Reference
Richard Lloyd

Literate programming - Wikipedia - 0 views

  •  
    Literate programming is a philosophy of computer programming based on the premise that a computer program should be written similar to literature, with human readability as a primary goal.
erin kd

Programming Book Review - 0 views

  •  
    Free Programming EBooks Downloads O Reilly - Java Extreme Programming Cookbook Secure for C Oreilly eBook-LiB PHP index php path CSharp E-Book F amp download Addison Wesley Language OReilly nd Premier Press Microsoft the Absolute Beginner Sybex Network Visual NET CGI Perl oreilly programming c
jdr santos

Aegis 4.24 - 0 views

  •  
    Aegis is a transaction-based software configuration management system. It provides a framework within which a team of developers may work on many changes to a program independently, and Aegis coordinates integrating these changes back into the master source of the program, with as little disruption as possible.
yc c

Douwe Osinga's Artificial Life Projects - 0 views

  •  
    Artificial Life or A-Life is one of my greatest fascinations. In fact I started programming to simulate the start of life on a BBC computer. It never got too far, the BBC computer being a thousand times too slow for what I wanted. But I learned to program better and of course computers became more than a thousand times as fast.
Andrey Karpov

What Every Programmer Should Know About Memory - 0 views

  •  
    As CPU cores become both faster and more numerous, the limiting factor for most programs is now, and will be for some time, memory access. Hardware designers have come up with ever more sophisticated memory handling and acceleration techniques-such as CPU caches-but these cannot work optimally without some help from the programmer. Unfortunately, neither the structure nor the cost of using the memory subsystem of a computer or the caches on CPUs is well understood by most programmers. This paper explains the structure of memory subsys- tems in use on modern commodity hardware, illustrating why CPU caches were developed, how they work, and what programs should do to achieve optimal performance by utilizing them.
yc c

CWE - 2010 CWE/SANS Top 25 Most Dangerous Programming Errors - 0 views

  • The 2010 CWE/SANS Top 25 Most Dangerous Programming Errors is a list of the most widespread and critical programming errors that can lead to serious software vulnerabilities. They are often easy to find, and easy to exploit. They are dangerous because they will frequently allow attackers to completely take over the software, steal data, or prevent the software from working at all.
yc c

Lingua::Romana::Perligata -- Perl for the XXIimum Century - 0 views

  • Lingua::Romana::Perligata -- that makes it possible to write Perl programs in Latin.
  • Compared to other languages (both modern and ancient), English has a comparatively weak lexical structure. Much of the grammatical load of an English sentence is carried by positional cues. A statement such as ``The boy gave the dog the food'' only makes sense because of the convention that the subject precedes the verb, which precedes the indirect object, which precedes the direct object. Changing the order -- ``The food gave the boy the dog'' -- changes the meaning. Most programming languages use similar positional grammatical cues. The operation $maximum = $next is very different in meaning from $next = $maximum. Likewise, the function call push @my_assets, @your_money is not the same as push @your_money, @my_assets.
  • Compared to other languages (both modern and ancient), English has a comparatively weak lexical structure. Much of the grammatical load of an English sentence is carried by positional cues. A statement such as ``The boy gave the dog the food'' only makes sense because of the convention that the subject precedes the verb, which precedes the indirect object, which precedes the direct object. Changing the order -- ``The food gave the boy the dog'' -- changes the meaning. Most programming languages use similar positional grammatical cues. The operation $maximum = $next is very different in meaning from $next = $maximum. Likewise, the function call push @my_assets, @your_money is not the same as push @your_money, @my_assets.
yc c

Scratch | Home | imagine, program, share - 0 views

  •  
    Scratch is a new programming language that makes it easy to create your own interactive stories, animations, games, music, and art -- and share your creations on the web.
jdr santos

Allegro - A game programming library - 0 views

  •  
    "Allegro is a game programming library for C/C++ developers distributed freely, supporting the following platforms: DOS, Unix (Linux, FreeBSD, Irix, Solaris, Darwin), Windows, QNX, BeOS and MacOS X. It provides many functions for graphics, sounds, player input (keyboard, mouse and joystick) and timers. It also provides fixed and floating point mathematical functions, 3d functions, file management functions, compressed datafile and a GUI."
improgrammer

how to write c program in ubuntu - 0 views

  •  
    how to write c program in ubuntu
Andrey Karpov

The Ultimate Question of Programming, Refactoring, and Everything - 0 views

  •  
    Yes, you've guessed correctly - the answer is "42". In this article you will find 42 recommendations about coding in C++ that can help a programmer avoid a lot of errors, save time and effort. The author is Andrey Karpov - technical director of "Program Verification Systems", a team of developers, working on PVS-Studio static code analyzer. Having checked a large number of open source projects, we have seen a large variety of ways to shoot yourself in the foot; there is definitely much to share with the readers. Every recommendation is given with a practical example, which proves the currentness of this question. These tips are intended for C/C++ programmers, but usually they are universal, and may be of interest for developers using other languages.
yc c

The CPAN Search Site - search.cpan.org - 0 views

  •  
    Comprehensive Perl Archive Network (CPAN) is a repository of over 250,000 software modules and accompanying documentation for 39,000 distributions, written in the Perl programming language by over 12,000 contributors
Richard Lloyd

Programming | PHP a Desktop Reference - 1 views

  •  
    Learn, Discover, Discuss, & more What is PHP? PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.
jdr santos

wxWidgets Home - 0 views

  •  
    An open source C++ GUI framework to make cross-platform programming child's play. Well, almost.
1 - 20 of 147 Next › Last »
Showing 20 items per page