Main > Free Download Search >

Free nt script

nt

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 32
SWI-Prolog 5.7.12

SWI-Prolog 5.7.12


SWI-Prolog is very useful because it offers a comprehensive Free Software Prolog environment, licensed under the Lesser GNU Public License. more>>

SWI-Prolog 5.7.12 is very useful because it offers a comprehensive Free Software Prolog environment, licensed under the Lesser GNU Public License. Together with its graphics toolkit XPCE, its development started in 1987 and has been driven by the needs for real-world applications. These days SWI-Prolog is widely used in research and education as well as for commercial applications.

Major Features:

  1. Kernel licensed under the LGPL. Prolog libraries are distributed under the GPL with an additional statement that allows for use in proprietary applications. Details can be found on the license page.
  2. fast compilation. E.g., loads 140,000 lines of code spread over 500 source-files in 2.3 seconds on an AMD 5400+ system.
  3. Robust and free of memory leaks. In use for several servers that run 24x7.
  4. Small. The full development environment, including graphics, libraries and many interface packages requires approx. 40MB harddisk. The non-graphical kernel is about 650Kb, the graphics library adds about 1.2Mb to the image.
  5. Scales well for large applications. No limits on program size, atom-length, term-arity or integer values. No performance degradation on predicates with many (indexed) facts.
  6. Unbounded integer and rational number arithmetic based on GMP library.
  7. Comprehensive set of built-in predicates, covering Part 1 of the ISO standard, the de-facto Edinburgh Prolog standard and important parts of Quintus and SICStus Prolog. Fair compatibility to Ciao, YAP and GNU-Prolog.
  8. Flexible and fast interface to the C- and C++-Language. The interface allows for calling both-ways, handling of non-determinism both ways and embedding of the SWI-Prolog kernel in C/C++ projects.
  9. The goodies: modules (upward compatible to Quintus and SICStus), garbage-collection (transparent to C/C++-code, including atom garbage collection), last-call optimisation, Dynamic expansion of the runtime stacks, ISO exception-handling (including C/C++ interface for catching and throwing exceptions).
  10. Execution profiler (time and call statistics) for Linux, most Unix platforms and Windows NT/2000/XP/Vista.
  11. Cross-Referencer. gxref/0 provides a graphical front-end for the extensible Prolog cross-referencer (xref).
  12. Portable to many platforms, including almost all Unix/Linux platforms, Windows (NT/2000/XP/Vista, including 64-bit editions), MacOS X (using X11 for graphics) and many more. Both 32-bits and 64-bits hardware is supported. Sources are plain C99, configured automatically using GNU autoconf (configure, make, make install).
  13. UNICODE character set handling internal. Ideal for web- and international applications.
  14. Machine-independent saved-states (save on one platform, run using the virtual machine of another platform).
  15. Multi-threading support: run multiple pre-emptively scheduled prolog engines on the same database.
  16. attributed variables, coroutining (freeze/2, when/2, dif/2), global variables, cyclic terms. Flag-controlled handling of occurs-check (on/off/error) see current_prolog_flag/2.
  17. Constraint Logic Programming, providing libraries for CHR (Constraint Handling Rules), clp(FD), clp(R,Q) and various others.
  18. Bundled with interface libraries for Java (JPL), ODBC, TCP/IP sockets, SSL, CGI form handling, etc.
  19. Multi-threaded Web server library with comprehensive libraries to generate HTML, HTTP authorization, session management, exchanging JSON (used by many AJAX widgets), etc.
  20. Fast and flexible libraries for parsing SGML/XML (HTML), parsing RDF, store and query the RDF triple model. A graphical editor for RDF/RDFS and OWL models called Triple20 is distributed seperately.
  21. Literate programming support through PlDoc. Provides integrated view on manual and application documentation and producing LaTeX documentation for your application.
  22. Unit testing support through PlUnit.
  23. Regular binary distributions for most popular platforms (Windows (32/64 bits), Linux (32 bits) and MacOS X (32 bits)).
  24. Regular distribution of the full source packages. The sources are also accesible through GIT.
<<less
Added: 2009-07-31 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
downloads
The .NET Framework Versions Road Map 1.0.0

The .NET Framework Versions Road Map 1.0.0


Microsoft started development on the .NET Framework in the late 1990s originally under the name of Next Generation Windows Services (NGWS). By late 2000 the first beta versions of .NET 1.0 were released. .NET Framework 1.0 This is the first release more>> Microsoft started development on the .NET Framework in the late 1990s originally under the name of Next Generation Windows Services (NGWS). By late 2000 the first beta versions of .NET 1.0 were released. .NET Framework 1.0 This is the first release of the .NET Framework. Released on February 13, 2002. Available for Windows 98, NT 4.0, 2000, and XP. Mainstream support by Microsoft for this version ended July 10th, 2007, and extended support ends July 14th, 2009.<<less
Added: 2008-07-09 License: Freeware Price: $0.00USD
13 downloads
LFTP 3.7.3

LFTP 3.7.3


LFTP is sophisticated file transfer program with command line interface. more>>

LFTP 3.7.3 is created to be a sophisticated file transfer program with command line interface. It supports FTP, HTTP, FISH, SFTP, HTTPS and FTPS protocols. GNU Readline library is used for input.Every operation in lftp is reliable, that is any non-fatal error is handled and the operation is retried automatically.

If downloading breaks, it will be restarted from the point automatically. Even if ftp server does not support REST command, lftp will try to retrieve the file from the very beginning until the file is transferred completely. This is useful for dynamic-ip machines which change their IP addresses quite often, and for sites with very bad internet connectivity.

If you exit lftp when some jobs are not finished yet, lftp will move itself to nohup mode in background. The same happens when you have a real modem hangup or when you close an xterm.lftp has shell-like command syntax allowing you to launch several commands in parallel in background. It is also possible to group commands within () and execute them in background.

Major Features:

  1. FTP and HTTP protocols support.
  2. FTP (e.g. TIS FWTK) proxy support.
  3. HTTP proxy support.
  4. FTP over HTTP proxy support (hftp).
  5. HTTPS and FTPS protocols support using GNU TLS or OpenSSL library.
  6. Automatic OPIE/SKEY support in FTP protocol.
  7. FXP transfers support (between two FTP servers, bypassing client machine).
  8. FTP listings support: unix-style, NT, EPLF, OS/2, AS400, MacWebStar, MLSD.
  9. Automatic reconnect and retry of an operation on retriable errors or timeout.
  10. IPv6 support in both FTP and HTTP.
  11. FISH protocol support. It uses ssh with no special program on server side.
  12. SFTP protocol v3-v6 support.
  13. HTTP/1.1 keep-alive support.
  14. Partial WebDAV support.
  15. Experimental support for SRV DNS records.
  16. SOCKS support (configure option).
  17. Modification time preservation (if server can report it).
  18. `reget and `reput support.
  19. Built-in mirror and reverse mirror (mirror -R).
  20. Transfer rate throttling for each connection and for all connections in sum.
  21. Limit for number of connections to the same site. Interruption of background transfer to do a foreground operation when the limit is reached.
  22. Socket options tuning: buffer size and maximum segment size.
  23. Job queueing.
  24. Job execution at specified time.
  25. Comprehensive scripting support.
  26. URL recognition in most operations.
  27. Readline library is used for input.
  28. Context sensitive completion.
  29. Bash-like prompt extensions.
  30. Launching of local shell commands.
  31. Suspend support.
  32. Bookmarks.
  33. Aliases.
  34. Saving of last directory on each site. `cd to go there.
  35. Copying of files between two servers, e.g. between FTP and HTTP.
  36. Numerous settings which can be associated with a specific server or a group.
  37. Paging of remote files using external program.
  38. `zcat and `zmore support.
  39. Help for commands.
  40. Command history saved in a file.
  41. Transfer status includes rate and ETA.
  42. File listing cache.
<<less
Added: 2008-06-12 License: GPL - GNU Public License Price: GPLGNUPublicLicense
22 downloads
Apache AxKit

Apache AxKit


Apache AxKit is an XML application server for Apache. more>> Apache AxKit is a convenient server management tool which is used for Apache. It provides on-the-fly conversion from XML to any format, such as HTML, WAP or text using either W3C standard techniques, or flexible custom code. AxKit also uses a built-in Perl interpreter to provide some amazingly powerful techniques for XML transformation.

AxKit makes the separation of content and presentation a practical reality. The pipelining technique that AxKit uses allows content to be converted to a presentable format in stages, allowing certain platforms to see data differently to others. AxKit allows web designers to focus on web site design, content developers to work on a purely content basis, and webmasters to focus on their core competencies.

AxKit is based on components that are replaceable. This allows the web site developer to create a completely custom XML Application Server based around the AxKit API. AxKit can either automatically provide caching facilities, or you can create yThe toolkit also provides ability to build component based web sites, and dynamic content.

Database integration is fully supported, allowing either delivery of XML from a database, or XML generation from a database query. Dynamic web components can be built using the Perl language, making the possibilities as infinite as CGI scripts, without the potential mess that CGI programming can cause.

Major Features:

  1. XSLT based pipelined XML transformations
  2. Standards base stylesheet selection criteria
  3. Output in more than 180 different character sets (although browser support means that only about 10 of those are useful).
  4. XSP support for the Perl language, including Perl DBI based SQL taglib
  5. Built in Perl interpreter no more CGI overhead
  6. Plug-in API All components are replaceable with custom components.
  7. Support for almost every platform around: Linux, Solaris, HPUX, AIX, Windows NT, BeOS, *BSD, VMS.
  8. Intelligent caching technology means yDeliver to different media using the sames set of URLs for all media types. Media types supported are: Screen (web browsers), Handheld (such as palmtop computers and mobile phones), TV (for example Skys "Open", or Microsofts WebTV), braille, aural, print, projection and tty (for text-only browsers).
  9. GZipped output encoding great for slower links
<<less
Added: 2008-05-27 License: Other Free / Open Source License - Apache License Price: OtherFreeOpenSourceLicenseApacheLicense
13 downloads
schoorbs 1.0

schoorbs 1.0


schoorbs 1.0 provides users with a secure yet free system to make room and resource bookings through a WebGUI or interact with it through a REST-API. more>> schoorbs 1.0 provides users with a secure yet free system to make room and resource bookings through a WebGUI or interact with it through a REST-API.

Major Features:

  1. View everything per a XHTML 1.1 valid Webinterface, you use your favorite Webbrowser
  2. Runs on all servers supporting PHP(>= 4.3) and MySQL(either the mysql or the mysqli interface) or PostgreSQL.
  3. Authentication with your existing user database (eg Netware, NT Domain, NIS etc.)
  4. Ensures that conflicting entries cannot be entered
  5. Reporting option
  6. Selectable DAY / WEEK / MONTH views
  7. Multiple auth levels (read-only, user, admin)
  8. Multiple languages supported (translated to Czech, Chinese, Danish, Dutch, Finnish, French, German, Greek, Italian, Japanese, Norwegian, Portuguese, Spanish, Swedish)
  9. Communication with Schoorbs through a REST-API is also possible, so making own scripts/programs using Schoorbs is possible without using PHP.
  10. Uses the equal database structure as MRBS, you even could use both in parallel, if you want to evaluate them
<<less
Added: 2008-03-26 License: GPL - GNU Public License Price: GPLGNUPublicLicense
1 downloads
gpib

gpib


gpib allows you to communicate with lab equipment from MATLAB using GPIB commands. more>>

gpib with its features will surely be useful for MatLab users. It will help you communicate with lab equipment from MATLAB using GPIB commands. This package contains the C source for a MEX-file that provides an interface to National Instruments GPIB board using NI-488M functions. Pre-built MEX-files for PowerMac, Windows NT and SunOS are included.

Enhancements:

  • Modified description
  • Added features and support for Mac, Unix and Windows platforms

Requirements:

  • MATLAB 5.2 (R10)
<<less
Added: 2007-09-21 License: Freeware Price: Freeware
1 downloads
Any Service Installer 1.3b

Any Service Installer 1.3b


Service-Installer is a FREE utility that makes it easy to install programs as Windows NT (or 2000 or XP ) Services, including pure Java applications, and python scripts (without compiling them as .exe files via py2exe ) without manually editing the more>> Service-Installer is a FREE utility that makes it easy to install programs as Windows NT (or 2000 or XP ) Services, including pure Java applications, and python scripts (without compiling them as .exe files via py2exe ) without manually editing the registry!<<less
Added: 2007-08-17 License: Freeware Price: $0.00USD
14 downloads
Getting uptime in windows 2000/NT/XP 1.0

Getting uptime in windows 2000/NT/XP 1.0


Getting uptime in windows 2000/NT/XP script returns a datetime.timedelta instance representing the uptime in a Windows 2000/NT/XP machine. more>>
Getting uptime in windows 2000/NT/XP 1.0 provides you with a brilliant way to return a datetime.timedelta instance representing the uptime in a Windows 2000/NT/XP machine.
<<less
Added: 2007-06-23 License: Other Free / Open Source License - Python License Price: OtherFreeOpenSourceLicensePythonLicense
15 downloads
Ovidentia 6.7.1

Ovidentia 6.7.1


Ovidentia is a portal Generator for companies, organizations or communities allowing an administrable management for publications of informations, forums of discussions, shareable diaries, FAQs, Workflow, file sharing, project manager, Charts, vacation more>> Ovidentia is a portal Generator for companies, organizations or communities allowing an administrable management for publications of informations, forums of discussions, shareable diaries, FAQs, Workflow, file sharing, project manager, Charts, vacation management and mail interface....With a WYSIWYG HTML editor to publish articles, news, posts or write emails. Ovidentia is 100% PHP and requires Unix, Linux, or Windows NT/2000/XP and a Web server Apache or IIS with PHP and MySQL.<<less
Added: 2007-05-09 License: GPL Price: $0.00USD
12 downloads
 
Other version of Ovidentia
OvidentiaOvidentia is 100% PHP and requires Unix, Linux, or Windows NT/2000/XP and a Web server Apache or IIS with PHP and MySQL
License:GPL
Download
899 downloads
Added: 2007-05-09
How to install PHP5 on Windows with Apache

How to install PHP5 on Windows with Apache


This article is a quick guide to getting PHP 5 running on your Windows machine (be it Windows 98/Me or Windows NT/2000/XP/2003). Note! We advise you remove all files like php.ini and PHP related DLLs more>> This article is a quick guide to getting PHP 5 running on your Windows machine (be it Windows 98/Me or Windows NT/2000/XP/2003). Note! We advise you remove all files like php.ini and PHP related DLLs from the Windows SYSTEM folder before moving on with a new PHP installation.<<less
Added: 2007-02-04 License: GPL Price: Free
1026 downloads
How to install PHP4 on Windows with Apache

How to install PHP4 on Windows with Apache


This article is a quick guide to getting PHP 4 running on your Windows machine (be it Windows 98/Me or Windows NT/2000/XP/2003). The later versions of PHP4 allow you to install it either as an Apache more>> This article is a quick guide to getting PHP 4 running on your Windows machine (be it Windows 98/Me or Windows NT/2000/XP/2003). The later versions of PHP4 allow you to install it either as an Apache module or as a CGI binary.<<less
Added: 2007-02-04 License: GPL Price: Free
1019 downloads
Ultra Power Board 1.0.0 Alpha 1

Ultra Power Board 1.0.0 Alpha 1


Ultra Power Board is a fast and secure bulletin board system. Features a SQL powered backend, supporting many popular database providers, MySQL, MSSQL, and PostgreSQL. Unlimited forums, members and groups. Detailed Whos Online feature. Complete group more>> Ultra Power Board is a fast and secure bulletin board system. Features a SQL powered backend, supporting many popular database providers, MySQL, MSSQL, and PostgreSQL. Unlimited forums, members and groups. Detailed Whos Online feature. Complete group management along with group permissions. Member Birthday information as well as bulletin board statistics. Includes a fully features administration control panel, allowing you to change anything on the fly. Very customizable with its unique templating system. Supports multiple different languages, with the ability to add more. Guests can select a language, time zone, and a display name for their visit duration. Complete moderation capabilities, move thread, lock thread, and more. Three different new member account activation methods available. Supports Send Mail and SMTP servers. Capatible with Unix, Linux, and Windows NT. Very easy installation with the included installation wizard. Many more features to name. Visit our website today!<<less
Added: 2007-01-21 License: GPL Price: $0.00USD
12 downloads
 
Other version of Ultra Power Board
Ultra Power BoardCapatible with Unix, Linux, and Windows NT. Very easy installation with the included installation wizard. Many more features to name. Visit our website today!
License:GPL
Download
1008 downloads
Added: 2007-01-21
XML PAD Retrieval Software

XML PAD Retrieval Software


Data Doctor PAD XML extractor software is a read only and non destructive powerful tool. PAD XML extractor tool extracts data from online Xml websites and store in .CSV (Comma Separated Values) file f more>> Data Doctor PAD XML extractor software is a read only and non destructive powerful tool. PAD XML extractor tool extracts data from online Xml websites and store in .CSV (Comma Separated Values) file format. XML PAD extractor utility helps user to extract Company name, Company Website URL, Author Last Name, Author First name, Author Email, Contact last name, Contact First name ‘Contact’ ‘Sales’ ‘Support’ ‘General’ Email Program Name, Program Version, Primary Download URL, Secondary Download URL, Application XML File URL, Application Screenshot URL, Application Icon URL and Application Info URL from PAD enabled websites. Software can run on all windows system: 98/NT/2000/2003/Me/XP.Ext ractor helps webmaster to archive information for website promotion use. Features: * Easy to use and handle. * Powerful resource for website promotion. *Freeware software for unlimited use.<<less
Added: 2007-01-11 License: Freeware Price: Free
1025 downloads
FAQ Lite 1.0

FAQ Lite 1.0


Easy to use and Free FAQ management software with a web interface to manage FAQs and categories. Secured admin interface with username and password, to protect the content. Display faqs based on categories and back, top and next navigation format. Listed more>> Easy to use and Free FAQ management software with a web interface to manage FAQs and categories. Secured admin interface with username and password, to protect the content. Display faqs based on categories and back, top and next navigation format. Listed below are features No programming knowledge needed Easy and Quick Installation Browser based administration Windows 2000/2003 compatible Fully Customizable & Personal Branding Comes with complete source code No DLL installation needed MS Access Support Admin Features Secured Admin Section Categories (List/Add/Edit) FAQs (List/Add/Edit) Enable/Disable FAQ FAQ order Listing User Features View All FAQs View Based on Category Next/Top/Previous Navigation Others Features Easy installation Support for MS Access Easy customization Easily change colors and fonts Complete Asp Source Code Use your own Design Template Sys. Req. Windows 98/2003/NT 4.0 Microsoft IIS 4.0 or Personal Web Server MS Access 2000 or above<<less
Added: 2007-01-11 License: Other Price: $0.00USD
11 downloads
 
Other version of FAQ
FAQ LiteWindows 98/2003/NT 4.0 Microsoft IIS 4.0 or Personal Web Server MS Access 2000 or above
License:Other Free / Open Source License
Download
1026 downloads
Added: 2007-01-11
Verio Guestbook 1.0

Verio Guestbook 1.0


A very customizable guestbook program MySQL powered. Limit entries per page, e-mail notifications, censor bad words, administrative control panel, installation wizard, and much more. Compatible with Unix, Linux and Windows NT. more>> A very customizable guestbook program MySQL powered. Limit entries per page, e-mail notifications, censor bad words, administrative control panel, installation wizard, and much more. Compatible with Unix, Linux and Windows NT.<<less
Added: 2007-01-02 License: GPL Price: $0.00USD
10 downloads
 
Other version of Verio Guestbook
License:GPL
Download
1030 downloads
Added: 2007-01-02
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3