Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Most Popular Scripts | C & C++ | Scripts & Programs

Results 21-40 of 320
Mr. ChaTTY
Mr. ChaTTY is a POSIX compliant CLI chat to talk via UNIX terminals through LANs and WANs. It's a client/server based application, it's written in ANSI C and uses BSD sockets for network communications.
(19 ratings)
Reviews0
PriceFree
Views4130
Simple Tic Tac Toe
A simple Tic Tac Toe game written in C++. The program runs in console, and allows two human players to choose grid locations to play. I am working on optimizing the code, and adding AI players.
(19 ratings)
Reviews0
PriceFree
Views1495
SQL Relay
SQL Relay is a persistent database connection pooling, proxying and load balancing system for Unix and Linux supporting ODBC, Oracle, MySQL, mSQL, PostgreSQL, Sybase, MS SQL Server, IBM DB2, Interbase, Lago and SQLite with APIs for C, C++, Perl, Perl-DBD, Python, Python-DB, Zope, PHP, Ruby, Ruby-DBD, Java and TCL, command line clients, a GUI configuration tool and extensive documentation. The APIs support advanced database operations such as bind variables, multi-row fetches, client side result set caching and suspended transactions. It is ideal for speeding up database-driven web-based applications, accessing databases from unsupported platforms, migrating between databases, distributing access to replicated databases and throttling database access.
(18 ratings)
Reviews0
PriceFree
Views6516
Clear Screen Function
This function uses the Windows API to clear a console screen, and is useful for when the standard system("cls") is unavailable.
(18 ratings)
Reviews0
PriceFree
Views6606
quiz
This is a simple ditty of a program that quizzes multiple choice questions randomly until it is sure that the user answers them correctly.
(18 ratings)
Reviews0
PriceFree
Views12936
Websqlbrowse
Websqlbrowse is a web-based SQL database browser. It allows you to quickly and easily view your database tables and add, update, or delete records from within your web browser. Websqlbrowse provides an excellent tool to administer your database whether you are on-site or on the other side of the globe. Browse views are completely customizable, and lookups to other tables are supported.
(18 ratings)
Reviews0
PriceFree
Views5113
Linkbot
Linkbot started out in #uacs on freenode, and migrated with us to the UACS IRC network. The idea was simple: people post a lot of interesting links on IRC and sometimes you want to look at them again later (or look at them when you're not at work ... you know). Linkbot collects all the links posted in the channel in a simple text file, and there is a CGI script to display them online.
(16 ratings)
Reviews0
PriceFree
Views3056
Encoding.com XML API Wrappers
Sample PHP Script to build a web form for users to enter encoding parameters and send API requests for encoding to FLV format using the Enocding.com API
(16 ratings)
Reviews1
PriceFree
Views3544
DBMail
What are the advantages? Free, and open source! Scalability DBMail is as scalable as the database system that is used for the mail storage. In theory millions of accounts can be managed using DBMail. One could, for example, run 4 different servers with the pop3 daemon each connecting to the same database (cluster) server. Manageability DBMail is based upon a database. DBMail can be managed by changing settings in the database (f.e. using PHP/Perl/SQL), without needing shell access. Speed DBMail uses very efficient, database specific queries for retrieving mail information. This is much faster then parsing a filesystem. Security DBMail has got nothing to do with the filesystem or interaction with other programs in the Unix environment which need special permissions. DBMail is as secure as the database it's based upon. Flexibility. Changes on a DBMail system (adding of users, changing passwords etc.) are effective immediately.
(15 ratings)
Reviews0
PriceFree
Views4218
Computer Controlled RC Car Hack
rccar.c is a C++ program that can be used to control a simple radio controlled car. UPDATE: check out the webpage url for new photos of the project, and a correct wiring diagram. This project is portable to any style remote control device. I used a $10 tiny matchbox sized RC car i got for christmas. The car is controlled through a printer cable. The software directly controls the voltage to 4 pins, providing forward, reverse, left, and right controls. Includes a simple wiring diagram.
(15 ratings)
Reviews0
PriceFree
Views4392
Mp3Splt
Mp3Splt is a command line utility that splits an mp3/ogg file selecting a begin and an end time position, without decoding. It's very useful to split large mp3/ogg to make smaller files or to split entire albums to obtain original tracks. If you want to split an album, you can select split points and filenames manually, with silence detection, or you can get them automatically from CDDB (internet or a local file) or from .cue files. Otherwise it can be used as a AlbumWrap extractor, infact if you have a file created either with Mp3Wrap or AlbumWrap you can extract tracks just in few seconds. Supports VBR mp3.
(15 ratings)
Reviews0
PriceFree
Views5981
Blockies
Blockies is a C++ Tetris Clone. I made this game in one 3 weeks or so, using the SFML library. Its very easy to play, easy to the eye, and quite enjoyable I think.
(15 ratings)
Reviews0
PriceFree
Views2188
Day Finder
Program to find the day on a certain date entered by the user.
(15 ratings)
Reviews0
PriceFree
Views3688
Copy Path To Clipboard
This simple console application copies the path of the current working directory to the Windows clipboard. When a parameter is given, it is added to the end of the path.
(13 ratings)
Reviews1
PriceFree
Views3263
Virtual Machine Simulator
Virtual Machine Simulator was an Operating System lecture project.This simulator holds up to 5 operating systems in itself and each operating system has its own weight. (this weights are used as priorities to schedule all operating systems in virtual machine).Each operating system may have up to 10 processes each with its own arrival time and burst time. Also each operating system has its own scheduling algorithm to schedule the processes (First Come First Served, Shortest Job First, Round Robin), This simulator may run for a random based simulation or user defined values. It draws ganth charts associated to operating systems and the virtual machine itself. This was the first main part of this project, second part of this project includes memory paging algorithms for processes, each operating system has its own memory paging algorithm (Least Recently Used, Optimal).
(12 ratings)
Reviews0
PriceFree
Views2600
Statomatic
Statomatic is a real-time web site traffic analysis tool written in C++. It will track and analyze your web site hits and generate detailed, on-demand reports in HTML format with interactive pie-charts and graphs. The fastest and easiest way to get up to the second statistics for your web site from any web browser at any time. Works with or without server log files of any format, on any web server.
(12 ratings)
Reviews0
PriceFree
Views6442
ASPseek
ASPseek is a search engine software written in C++, using STL library and SQL server. It consists of indexing robot, search daemon and search frontend (CGI program). Indexing robot (index) walks across the sites and stores found pages in a special data structures. Search daemon (searchd) listen to and performs search queries, issued by search frontend s.cgi. Frontend (cgi or apache module) then formats the results into nice-looking HTML page. ASPseek is optimized for many languages/encodings, multiple sites and medium loads, and can be used to search within several million pages (URLs). User can search for words and phrases, use wildcards, and do a Boolean search. Search results can be limited to time period given, site or Web space (set of sites) and sorted by relevance or by date. Full documentation included.
(12 ratings)
Reviews0
PriceFree
Views15595
XML for C++
posted byawtechinXML
XML4C consists of three shared libraries (two code and one data) that provide classes for parsing, generating, manipulating, and validating XML documents. XML4C is faithful to the XML 1.0 Recommendation and associated standards (DOM 1.0, SAX 1.0, DOM 2.0, SAX 2.0, Namespaces). XML4C also supports a subset of the W3C Schema language (see the documentation for supported features). Source code, samples, and API documentation are provided with the XML4C parser.
(12 ratings)
Reviews0
PriceFree
Views3412
PVD Tusa Chat
posted byinfoinChat Scripts
PVD Tusa Chat is a highly productive web server for online and offline dialog. It is a kind of mini portal which includes web chat, forum, local mail and many other things. IRC Modules QUIZ Modules Mafia Modules
(12 ratings)
Reviews0
PriceUSD 297.53
Views6062
FreeLords
The game principle is simple: Produce armies, occupy new cities and defeat your enemies. You can play against other players on one computer or against the (admittedly stupid) AI.
(12 ratings)
Reviews0
PriceFree
Views6597
Results 21-40 of 320