Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.285.143 Times

Irs Schedule C Instructions freeware
Filter: All | Freeware | Demo
 

Irs Schedule C Instructions

< 1 2 3 4 5 > 
Added: August 19, 2008 | Visits: 1.387

C++ Server Pages C++ Server Pages (CSP) allows developers to build Dynamic Web Pages and Web Applications by using C++. Existing C++ projects can be ported to the Web by simply including the C++ source code, or by importing the C++ libraries to CSP scripts. It is similar to ASP and JSP, but instead of VBScript,...



Platforms: Windows

License: Freeware Size: 7.85 MB Download (123): C++ Server Pages Download

Added: April 08, 2010 | Visits: 1.583

Simple C++ ODBC Database API Simple C++ ODBC Database API is designed to encapsulate the ODBC API functionality in an object oriented manner. The API was created due to an absence of any other such API that was database independent. The database independence is achieved using the ODBC (Open DataBase Connectivity) API....





Platforms: *nix

License: Freeware Size: 84.99 KB Download (117): Simple C++ ODBC Database API Download

Added: June 14, 2010 | Visits: 929

C::Sharp::Tokener C::Sharp::Tokener is a Tokeniser for C#. SYNOPSIS use C::Sharp::Tokener; do { ($token, $ttype, $remainder) = C::Sharp::Tokener::tokener($input); } while ($input = $remainder) use C::Sharp::Parser; $parser = new C::Sharp::Parser; $parser->YYParse(yylex =>...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (117): C::Sharp::Tokener Download

Added: August 03, 2008 | Visits: 1.104

Topcoder AutoGen for Arena C++ TopCoder AutoGen will help you focus your attention on the problem themselves by generating a pure C++ programming and test framework automatically, and help you win the arena in the limited competition time. You can copy the problem, and paste into it, click the generate button. It will then...


Platforms: Windows

License: Freeware Size: 128 KB Download (117): Topcoder AutoGen for Arena C++ Download

Added: June 12, 2010 | Visits: 1.016

libbsb libbsb is a portable C library for reading and writing BSB format image files. Typically used for nautical charts, BSB charts use the .KAP or .CAP extension and store cartographic information in addition to a run-length encoded raster image. libbsb is capable of recovering truncated or otherwise...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (117): libbsb Download

Added: January 18, 2010 | Visits: 1.219

Exceptions in C Exceptions in C implements fully-functional nested exceptions with these constructs: try except on throw Also, it allows to define various datatypes for exception object (default is int, can be anything from char * to struct foo *). Compiling and running Precodey straight forward....


Platforms: *nix

License: Freeware Size: 15.36 KB Download (116): Exceptions in C Download

Added: June 21, 2010 | Visits: 1.705

GNOME Schedule GNOME Schedule is a system schedule maintenance tool. GNOME Schedule project has support for the cron and at scheduling systems. It aims to be as HIG compatible as possible. The target is to provide any sane desktop user with a tool to maintain the scheduling of his or her desktop tasks, while...


Platforms: *nix

License: Freeware Size: 624.64 KB Download (116): GNOME Schedule Download

Added: March 05, 2010 | Visits: 1.420

C Algorithms Library C Algorithms Library is a collection of commonly used Computer Science algorithms. The focus is on code that is well documented and tested, portable, and reusable. The C Programming Language has a much smaller standard library compared to other more modern programming languages such as Java...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (116): C Algorithms Library Download

Added: January 01, 2010 | Visits: 1.469

Games::Tournament::RoundRobin Games::Tournament::RoundRobin is a Perl module for Round-Robin Tournament Schedule Pairings. SYNOPSIS $schedule = Games::Tournament::RoundRobin->new; $pairings = $schedule->indexesInRound($roundm); $round = $schedule->meeting($member1, [$member2, $member3]); ... Every member of a league...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (116): Games::Tournament::RoundRobin Download

Added: January 18, 2010 | Visits: 925

C::Include C::Include is a package to easy operate with binary data via describing they like C/C++ structs. CLASSES AND PACKAGES C::Include - Header file base parser class C::Include::Struct - Struct wraper class USAGE use C::Include; POSSIBILITY - skip comments; - valid preprocessor...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (115): C::Include Download

Added: February 17, 2010 | Visits: 1.532

C to C++ C to C++ is a Python script that converts C code to C++ code. The main program is ctocpp.py that performs successive stages for converting C to C++. A script, ctocpp gives it as parameter to the python interpreter with options you add. The archive also includes scripts that may help you: -...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (112): C to C++ Download

Added: August 25, 2010 | Visits: 1.164

C::Scan C::Scan is a Perl module that can scan C language files for easily recognized constructs. SYNOPSIS $c = new C::Scan filename => $filename, filename_filter => $filter, add_cppflags => $addflags; $c->set(includeDirs => [$Config::Config{shrpdir}]); my $fdec = $c->get(parsed_fdecls); This...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (112): C::Scan Download

Added: September 24, 2010 | Visits: 1.310

O.H.R.RPG.C.E 2006-08-03 O.H.R.RPG.C.E is an engine for making 2D console-style Role Playing Games. A Linux port of the DOS-based "Official Hamster Republic RPG Construction Engine". Used for making games similar in style to the NES and Super Nintendo Final Fantasy games. A large assortment of RPG games are already...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (112): O.H.R.RPG.C.E 2006-08-03 Download

Released: July 05, 2012  |  Added: July 05, 2012 | Visits: 1.238

C-MOR IP Video Surveillance VM Software C-MOR Video Surveillance VM is a Virtual Machine software which covers all the features of the Video Surveillance Appliance C-MOR. It records a lot of IP cameras of well-known brands and supports the video standards MJPEG and JPEG. C-MOR also does motion detection and sends alarms. Also it...


Platforms: Windows, Mac, Linux, Android, iPhone, iPad, Other

License: Freeware Size: 281.7 MB Download (112): C-MOR IP Video Surveillance VM Software Download

Added: September 05, 2010 | Visits: 1.211

File::Comments::Plugin::C File::Comments::Plugin::C is a plugin to detect comments in C/C++ source code. SYNOPSIS use File::Comments::Plugin::C; File::Comments::Plugin::C is a plugin for the File::Comments framework. Both /* ... */ and // style comments are recognized. This is not a full-blown C...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (111): File::Comments::Plugin::C Download

Added: May 15, 2010 | Visits: 1.677

C Minimal Perfect Hashing Library C Minimal Perfect Hashing Library encapsulates the newest and more efficient algorithms in an easy-to-use, production-quality, fast API. The library was designed to work with big entries that cannot fit in the main memory. It has been used successfully for constructing minimal perfect hash...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (110): C Minimal Perfect Hashing Library Download

Added: January 25, 2010 | Visits: 1.409

NFL Schedule and Travel NFL Schedule and travel widget that automatically updates NFL schedule for 2005 regular season.NFL 2005 Schedule updated for purchased edition. Collapse arrows for times of National and DirecTV channel broadcasts. Click on link and book travel for that game through Expedia.com.The schedule will...


Platforms: Mac

License: Freeware Download (110): NFL Schedule and Travel Download

Added: October 13, 2010 | Visits: 1.379

GNU C library GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions. GNU C library is used by almost all C programs and provides the most essential program interface. The history of Unix and various standards determine much of the interface of the C...


Platforms: *nix

License: Freeware Size: 19.5 MB Download (109): GNU C library Download

Added: March 11, 2010 | Visits: 1.151

C++ base C++ base is a base class suite contains several powerful c++ base classes for basic encapsulation of low level operating system calls and basic library functions. Further packages you may access from this page require the installation of this base package.


Platforms: *nix

License: Freeware Size: 102.4 KB Download (109): C++ base Download

Added: November 06, 2010 | Visits: 1.271

The C++ Cmdline Library The C++ Cmdline Library provides a framework for handling command line options and arguments. Either variables (of any type) are set to values given at the command line. Or user defined functions are called with arguments (of any type) read from the command line. It was developed and tested...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (108): The C++ Cmdline Library Download

< 1 2 3 4 5 >