Main > Free Download Search >

Free ansi script

ansi

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 12
How to load file into memory using plain ANSI C language

How to load file into memory using plain ANSI C language


This C language article provides example of loading file (binary mode) into memory for later processing. Only standard libraries (stdio.h) are used, the source code is completly cross-platform. more>> This C language article provides example of loading file (binary mode) into memory for later processing. Only standard libraries (stdio.h) are used, the source code is completly cross-platform.<<less
Added: 2006-11-08 License: Other Free / Open Source License Price: Free
684 downloads
XFA library 0.17

XFA library 0.17


XFA library is a Finite Automata (FA) library to handle tasks like building programmatically or from regular expressions. more>>

XFA library 0.17 offers you a convenient tool which is designed to handle tasks like building (programmatically or from regular expressions), converting NFA (Non-deterministic FA) to DFA (Deterministic FA) and reducing FA graphs.

The library relies only on the availability of an ANSI C compiler, and in this way can be used in almost every system (from embedded devices to servers). The XFA library uses the concepts of state and transaction to define an arbitrarly complex FA graph, where states are connected by transactions.

The library supply both low level graph building capabilities and regular expression driven graph construction. The complexity of the graphs that are treatable by the XFA library is only limited by the amount of available memory.

<<less
Added: 2007-06-22 License: GPL - GNU Public License Price: GPLGNUPublicLicense
16 downloads
YapGB - Yet Another PHP Guest Book 0.7.2

YapGB - Yet Another PHP Guest Book 0.7.2


YapGB is a free guestbook written in PHP, relesed under the terms of the GNU GPL license. Its features are: - No database needed, just a plain text file. - Admin interface for editing/deleting entries. - Fully customizable appearance through a theme more>> YapGB is a free guestbook written in PHP, relesed under the terms of the GNU GPL license. Its features are: - No database needed, just a plain text file. - Admin interface for editing/deleting entries. - Fully customizable appearance through a theme system. - Custom timezone. - Notification of new entries. - Smilies and BBCode support. - Moderation queue. - Option to require the user to enter a confirmation code when signing the guestbook. - Email and URL links are optionally shown to visitors, theyre always shown to administrator. - System messages (mainly erros) are easily customized/translated. - UTF-8 character set (also available an ANSI version).<<less
Added: 2004-01-08 License: GPL Price: $0.00USD
13 downloads
 
Other version of YapGB - Yet Another PHP Guest Book
YapGB - Yet Another PHP Guest BookUTF-8 character set (also available an ANSI version)
License:GPL
Download
2124 downloads
Added: 2004-01-08
Mr. ChaTTY

Mr. ChaTTY


Mr. ChaTTY is a POSIX compliant CLI chat to talk via UNIX terminals through LANs and WANs. Its a client/server based application, its written in ANSI C and uses BSD sockets for network communications. more>> Mr. ChaTTY is a POSIX compliant CLI chat to talk via UNIX terminals through LANs and WANs. Its a client/server based application, its written in ANSI C and uses BSD sockets for network communications.<<less
Added: 2006-07-04 License: GPL Price: Free
1209 downloads
YaYacc 1.0.1

YaYacc 1.0.1


YaYacc is such a useful and great syntactical analyzer, compatible with the original Yacc in algorithm analysis and perceived language. more>>

YaYacc 1.0.1 is such a useful and great syntactical analyzer, which is compatible with original on algorithm analysis and perceived language with yacc. It generate C++ code. Resulting code can be used in multithreaded applications.

Major Features:

YaYacc guarantees:

  1. Transmission of yacc descriptions to template code on C++ language.
  2. The work of the resulting code the same algorithm LALR(1) as yacc.
  3. Object-oriented method of integration with a lexical analyzer.
  4. The method of integration with resulting application is incapsulated into object Parser, which gives the result of analysis.
  5. The possibility of using some syntactical analyzers for several different input languages in one programm.
  6. The possibility of a parallel implementation of some syntactical analyzers the same input language without mutual interlock.
  7. The possibility of request destruction for objects in stack of analyzer is foresees during restoration from mistakes.
  8. The programm guarantees the possibility of embedding of generated programms in systems, with are functioning 24 hours. The module returns the correct messages about mistakes when configuration or requirements are incorrect; and remain capable to execution other requirements. This fact confirms the reliabity of programm.
  9. Supported platforms:
    • The operational system: FreeBSD
    • The compiler for yayacc: ANSI C.
    • The operation system for a resulting code: any
    • The compiler for a resulting code: ANSI C++.
<<less
Added: 2009-07-29 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
downloads
STLport 5.2.1

STLport 5.2.1


STLport is a multiplatform ANSI C++ Standard Library implementation more>>
STLport 5.2.1 is a very serviceable multiplatform ANSI C++ Standard Library implementation. This library provides an uniform and solid code base for all compilers that users can use.

Major Features:

  1. Advanced techniques and optimizations for maximum efficiency
  2. Exception safety and thread safety
  3. Important extensions - hash tables, singly-linked list, rope
<<less
Added: 2009-07-02 License: BSD - BSD License Price: BSDBSDLicense
17 downloads
VistaDB 3.0 3.0

VistaDB 3.0 3.0


VistaDB 3.0 was developed in C# to be the world?s first fully managed SQL database engine built specifically for the Microsoft .NET Framework, Compact Framework and Mono. VistaDB is smaller than SQL CE, and works in shared hosting environments. No CPU or more>> VistaDB 3.0 was developed in C# to be the world?s first fully managed SQL database engine built specifically for the Microsoft .NET Framework, Compact Framework and Mono. VistaDB is smaller than SQL CE, and works in shared hosting environments. No CPU or RAM limitations imposed by our engine. Features include royalty-free distribution, easy-to-use small single-file 600KB footprint, ZeroClick deployment lets you embedded VistaDB directly into your EXE and DLLs, Visual Studio 2005 integration, built-in ADO.NET Provider, Direct Data Access? objects, T-SQL compatible SQL query processor, data types are 1:1 compatible with SQL Server, Data Migration Wizard, Data Builder tool for managing databases (C# source code included), robust single-file data store, ANSI and Unicode support, tables, views, CLRProcs, indexes, constraints, primary and foreign keys, Blowfish encryption, transaction processing with Snapshot isolation.<<less
Added: 2004-05-21 License: Commercial Price: $0.00USD
60 downloads
DBIx-Sequence 1.5

DBIx-Sequence 1.5


This gives you easier portability to Perl database application by providing a database independent unique ID generator. more>>

DBIx-Sequence 1.5 with its excellent features will surely help you in Perl programming. It is actually intended to give easier portability to Perl database application by providing a database independent unique ID generator. This way, an application developer is not bound to use his database's SEQUENCE or auto_increment thus making his application portable on multiple database environments.

This module implements a simple Spin Locker mechanism and is guaranteed to return a unique value every time it is called, even with concurrent processes. It uses your database for its state storage with ANSI SQL92 compliant SQL. All SQL queries inside DBIx: Sequence are pre cached and very efficient especially under mod_perl.

Installation Instructions:

  • perl Makefile.PL
  • make
  • make test
  • make install

Major Features: This supports

  1. Getting the next ID
  2. Releasing ID's
  3. Permanently remove a dataset
  4. Bootstrapping a dataset from an existing data
  5. Overloading
<<less
Added: 2007-06-23 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
1 downloads
YouGrabber 0.29.4

YouGrabber 0.29.4


YouGrabber is a lightweight, command line YouTube.com video downloader, made from scratch in ANSI C. more>> <<less
Added: 2008-06-27 License: GPL - GNU Public License Price: GPLGNUPublicLicense
17 downloads
Mr. ChaTTY 0.1-pre_alpha_130506

Mr. ChaTTY 0.1-pre_alpha_130506


Mr. ChaTTY is a POSIX compliant CLI chat to talk via UNIX terminals through LANs and WANs. Its a client/server based application, its written in ANSI C and uses BSD sockets for network communications. more>> Mr. ChaTTY is a POSIX compliant CLI chat to talk via UNIX terminals through LANs and WANs. Its a client/server based application, its written in ANSI C and uses BSD sockets for network communications.<<less
Added: 2006-07-04 License: GPL Price: $0.00USD
14 downloads
CBIRC (Christoph Bratschi's IRC Client) 1.07

CBIRC (Christoph Bratschi's IRC Client) 1.07


CBIRC is written for Java 1.4.1 or higher. There are a Webstart and an applet version available. CBIRC supports several simultaneous connections to IRC servers. RFC 1459/2812, ANSI, mIRC, CTCP/2 styles and colors, emoticons, flood protection, web links, more>> CBIRC is written for Java 1.4.1 or higher. There are a Webstart and an applet version available. CBIRC supports several simultaneous connections to IRC servers. RFC 1459/2812, ANSI, mIRC, CTCP/2 styles and colors, emoticons, flood protection, web links, CTCP and DCC are supported. Plus many more features.<<less
Added: 2003-05-19 License: Freeware Price: 0.00
10 downloads
 
Other version of CBIRC
CBIRC (Christoph Bratschis IRC Client)Christoph Bratschi - RFC 1459/2812, ANSI, mIRC, CTCP/2 style. CBIRC. CBIRC is written for Java 1.4.1 or higher. There are a Webstart and an applet version
License:Freeware
Download
1273 downloads
Added: 2003-05-19
DJGPP 2.03

DJGPP 2.03


DJGPP is a complete 32-bit C/C development system for Intel 80386 (and higher) PCs running DOS. more>>
DJGPP 2.03 brings you an ideal application which is used for Intel 80386 (and higher) PCs running DOS. It includes ports of many GNU development utilities.

The development tools require a 80386 or newer computer to run, as do the programs they produce. In most cases, the programs it produces can be sold commercially without license or royalties.

It is fun to port industry-strength applications to MS-DOS and have them running seamlessly on top of a 16-bit "toy operating system". It is fun to see how these applications change the way your system looks and feels, to a point that you can almost think it is a Unix box.

It is fun to have all the source code, down to the darkest corners of the library internals, free for reading and hacking. It is fun to be able to find and fix bugs no matter whether they occurred in the application code, in the library, or in the compiler. And it is fun to discuss all these matters with other users and developers all over the world, and to join forces to make the free software better and more powerful.

Major Features:

  1. ANSI and POSIX.2 compatibility
  2. Cleaner headers
  3. Performance enhancements
  4. Pure DPMI runtime environment
  5. Enhanced DPMI support
  6. Fully bootstrapping (no TurboC required, everything builds with gcc)
<<less
Added: 2007-11-03 License: GPL - GNU Public License Price: GPLGNUPublicLicense
32 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1