Programming at Kaboodle
  • Print Print

Programming

by varunchaudhari

0 Hearts

This page contains all information which helped (or will help) me greatly in programming, in some or other way. It may contain tutorials, specifications, library documentations (such as STL, pthread etc.) and debugging. - Varun Chaudhari

View:   List | Grid | Slideshow
flag-list Flag List
This list will be added to your My Favorites list.

Cancel
Show 30 | 60
1
default

See this at: rossi.com| Added on 03/27/08

This page gives a working C++ implementation of a big integer math library.

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Create a Linux Desktop...

See this at: clivecooper.co.uk| Added on 06/05/07

This tutorial is designed for absolute beginners, even if you have programmed in other languages and are new to Linux and C++ then this tutorial will help get you up and running with Qt and C++.

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
GSL - GNU Scientific...

See this at: gnu.org| Added on 02/21/07

GSL is distributed under the terms of the GNU General Public License (GPL). The reasons why the GNU Project uses the GPL are described in the following articles: * Copyleft: Pragmatic Idealism by Richard Stallman * Why you should not use the Library... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
C++ dlopen mini HOWTO

See this at: faqs.org| Added on 10/17/06

How to dynamically load C++ functions and classes using dlopen()

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.

See this at: opengroup.org| Added on 10/17/06

The dlopen() function shall make an executable object file specified by file available to the calling program. The class of files eligible for this operation and the manner of their construction are implementation-defined, though typically such files... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
C Formatted Output

See this at: ucsd.edu| Added on 09/25/06

A format string has the same syntax for both the print functions and the scan functions: A format string consists of zero or more conversion specifications interspersed with literal text and white space. White space is a sequence of one or more... See more more

Highlights: Good for format specifiers and conversion specifications used in printf() et al..

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.

See this at: forums.devshed.com| Added on 09/03/06

Substring(start, end, str) in c- C Programming. Visit Dev Shed to discuss Substring(start, end, str) in c

TAGS: C, substring

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Regular Expressions...

See this at: zez.org| Added on 08/18/06

Developers can use them to parse text files, fix up code and other wonders. System administrators can use them to search trough logs, automate boring tasks and sniff the network traffic for unauthorized activity.

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Ajax: A New Approach to...

See this at: adaptivepath.com| Added on 06/26/06

An Ajax application eliminates the start-stop-start-stop nature of interaction on the Web by introducing an intermediary — an Ajax engine — between the user and the server. It seems like adding a layer to the application would make it less... See more more

Highlights: A good AJAX description with illustrative figures

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Windows Programming

See this at: en.wikibooks.org| Added on 06/26/06

This book is an attempt to be a comprehensive source for any developer who is interested in programming for the Windows platform. This book will start it's discussion at the lowest level, with the Win32 API (C and VB Classic) and MFC (C++). Beyond... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.

See this at: ncst.ernet.in| Added on 06/12/06

It is intended to help C programmers ease into using the NCURSES package. This document is aimed at C applications programmers not yet specifically familiar with ncurses. If you are already an experienced

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.

See this at: oopweb.com| Added on 06/01/06

An Online Data Structures and Algorithms book

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.

See this at: eternallyconfuzzled....| Added on 05/15/06

In Binary Search Trees I, II, and III, we considered methods for efficient searching of an ordered collection by using key comparisons. While these methods were indeed very fast, they were limited to O(log N) performance due to the comparison tree... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Configuring & Using...

See this at: coreservlets.com| Added on 05/14/06

A Tutorial on Installing and Using Apache Tomcat 5.5 for Servlet and JSP Development

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Many O'Reilly Computer...

See this at: goldfish.org| Added on 05/13/06

This site contains links to many O'Reilly books on computer programming, SQL, Linux et al.

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
The Java Tutorial (at...

See this at: java.sun.com| Added on 05/08/06

A practical guide for programmers with hundreds of complete, working examples and dozens of trails — groups of lessons on a particular subject

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Java Language Reference

See this at: goldfish.org| Added on 05/13/06

A good Java language reference book

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Free Computer Books,...

See this at: maththinking.com| Added on 05/07/06

Free Computer books, Free Computer ebooks, Free Online Computer Books, free programming books, Free programming ebooks, Free Online technical Books, Computing, Computer Book, Computer Books, Free Computer Book, Free Computer Books, Free IT Books,... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Java Servlet Programming...

See this at: goldfish.org| Added on 05/07/06

A good Java servlet programming book with a great introduction on JDBC

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Trail: JDBC(TM) Database...

See this at: java.sun.com| Added on 05/10/06

JDBC Basics covers the JDBC 1.0 API, which is included in JDK tm 1.1. The second part covers the JDBC 2.0 API, which is part of the JDK 1.2 release. It also briefly describes the JDBC extension API, which, like other standard extensions, will be... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Oracle PL/SQL...

See this at: goldfish.org| Added on 05/13/06

A good book on Oracle PL/SQL programming

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
J2EE 1.4 Tutorial (great...

See this at: java.sun.com| Added on 05/07/06

The J2EE 1.4 platform is quite large, and this tutorial reflects this. However, you don't have to digest everything in it at once. This tutorial opens with three introductory chapters, which you should read before proceeding to any specific... See more more

TAGS: j2ee, java, tutorial

Highlights: A great comprehensive J2EE tutorial by Sun. Requires prerequisites of Core Java (ie whatever learnt in OOPJ at NCST)

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Mastering Regular...

See this at: mamiyami.com| Added on 05/08/06

Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Perl, Java, VB.NET and C# (and any language using the .NET Framework), PHP,... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Webmonkey Encryption...

See this at: webmonkey.com| Added on 05/14/06

"Crypto," to use the all-purpose abbreviation for cryptography, cryptoanalysis, and cryptology, is cool. Just plain cool. My biggest regret in life is that I never took a math class past Algebra II, so I really don't know jack about the mathematical... See more more

Highlights: This Webmonkey tutorial offers good help on learning encryption in PHP using PGP and GnuPG

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Unified Modeling Language...

See this at: pigseye.kennesaw.edu| Added on 05/04/06

The Unified Modeling Language (UML) is a standard language for specifying, visualizing, constructing, and documenting the artifacts of software systems, as well as for business modeling and other non-software systems

TAGS: UML

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.

See this at: msoe.edu| Added on 05/04/06

A complete introduction to the STL can be found by consulting the references below. For starters, though, a small number of classes and algorithms can be very useful: * The string class * The vector container template * The sort algorithm * The list... See more more

TAGS: STL

Highlights: A good reference for the Standard Template Library (STL) ....

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Windows Programming

See this at: en.wikibooks.org| Added on 05/04/06

This book is an attempt to be a comprehensive source for any developer who is interested in programming for the Windows platform. This book will start it's discussion at the lowest level, with the Win32 API (C and VB Classic) and MFC (C++). Beyond... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
CoderWiki - Main Page

See this at: coderwiki.com| Added on 04/30/06

Welcome to CoderWiki, a free online programmers reference manual anyone can edit.

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Programming Ebooks -...

See this at: ftp.cgu.edu.tw| Added on 04/30/06

Many Programming ebooks available such as C++ programming for Network etc. and also Java books

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Debugging Segmentation...

See this at: cprogramming.com| Added on 05/04/06

For new programmers, debugging errors associated with pointers can be a nightmare. "Segmentation Fault (core dumped)" is a pretty vague error message, and it's even worse when strange bugs start appearing that don't cause segmentation faults -- but... See more more

Highlights: Gives information on segmentation fault errors in C Programming and how to debug them ....

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Show 30 | 60
1

Sign in to comment. Not a member yet? Sign up here.

Share This List!

Share via URL:

Delete