2008 standard deduction
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2384
Ch Standard Edition 5.0
Ch is an embeddable C/C++ interpreter for scripting and numerical computing. more>>
Ch is an embeddable C/C++ interpreter for cross-platform scripting, shell programming, 2D/3D plotting, numerical computing, and embedded scripting. C/Ch/C++ allow users to use one language, anywhere and everywhere, for any programming tasks. Ch is the solution for:
- Embedded Scripting
- Enterprise
- Academic
- Plotting and Numerical Computing
C++ is C plus plus minus. Ch is C plus (Ch = C+). Ch is a C interpreter. Ch is C with classes and high-level extensions. Ch is a superset of C. Note that C++ is no longer a superset of C. For example, VLA and IEEE floating-point arithmetic in C are not supported in C++.
C is for low-level system programming and embedded systems; C++ for large-scale projects. Ch is optimal for platform-independent scripting in numerical computing and visualization, rapid application development, Web programming and plotting, embedded scripting, shell programming and integration with legacy systems.
Like C++, Ch is designed to be a superset of C, which means a C program can run in Ch without modification. Unlike C++ which is designed for serious professional programmers (elite), Ch is designed for both novice beginners with no computer experience (average Joe and John) as well as experienced programmers.
<<less- Embedded Scripting
- Enterprise
- Academic
- Plotting and Numerical Computing
C++ is C plus plus minus. Ch is C plus (Ch = C+). Ch is a C interpreter. Ch is C with classes and high-level extensions. Ch is a superset of C. Note that C++ is no longer a superset of C. For example, VLA and IEEE floating-point arithmetic in C are not supported in C++.
C is for low-level system programming and embedded systems; C++ for large-scale projects. Ch is optimal for platform-independent scripting in numerical computing and visualization, rapid application development, Web programming and plotting, embedded scripting, shell programming and integration with legacy systems.
Like C++, Ch is designed to be a superset of C, which means a C program can run in Ch without modification. Unlike C++ which is designed for serious professional programmers (elite), Ch is designed for both novice beginners with no computer experience (average Joe and John) as well as experienced programmers.
Download (14MB)
Added: 2005-04-15 License: Other/Proprietary License Price:
1655 downloads
1060 NetKernel Standard Edition 3.2
1060 NetKernel is a resource oriented microkernel and application server. more>>
1060 NetKernel is a resource oriented microkernel and application server that provides a coherent execution abstraction that radically reduces software complexity. Its self-consistent design is based on the convergence and unification of powerful fundamental concepts found in the World Wide Web and Unix.
Resource Oriented Microkernel
The heart of NetKernel is a high-performance, carefully designed, and tightly crafted microkernel. Services and resources within NetKernel are located by URI addresses, just as resources are located on the World Wide Web. NetKernel implements and extends REST 1 into a general-purpose processing abstraction and allows it to be applied to the finest granularity of software systems to achieve phenominal performance; just as the REST Web-architecture achieves global scaling and high performance.
Coherent Abstraction
NetKernel unifies code execution and resource identification into a single addressing and processing abstraction. With this, software development becomes a process of construction (coding services), composition (linking and issuing service and resource requests), and constraint (restricting data values and honoring boundaries).
The simplicity of URI identified resources means that the results of service calls can be cached just as other resources, resulting in self-optimizing software where computation cost is a guaranteed minima.
Reduce Software Complexity
The unification of resources and services with URI addressing radically reduces sofware complexity. Because resources are addressed by URI and each request is a Web-like REST request dispatched to the microkernel, binding between clients and services occurs dynamically for each request. This late binding and the indirection of logical URI addressing results in a loosely coupled system which may be easily adapted. In fact, NetKernel supports dynamic upgrading of software and can support multiple versions of the same components simultaneously.
Complexity brought about by system growth is also managed through the URI address space which may be remodelled and extended indefinitely. A complex aggregation of services may always be abstracted into one or more higher-level services surfaced through URI interfaces.
Main features:
Manage Complexity
- NetKernels unification of resource and service addressing through the active URI scheme combined with late binding and loose typing means that complex systems can be partitioned not just into smaller coorperating systems, you can now create micro-services that hide complexity.
- With NetKernel, design and build larger and more ambitious systems while maintaining control of complexity.
Process XML with ease!
- Processing XML is often just too difficult. But the potential of XML is communication with almost no limit. How to harness and leverage the potential of XML? NetKernel provides hundreds of XML technologies as simple services (no APIs). Simply compose XML services into powerful message processes...
Integrate diverse technologies, apply business logic
- NetKernels uniform URI addressing of resources and service allow you to encapsulate and hide the complexities of any technology, whether it is a Java API, legacy code, or remote corporate systems. Once encapsulated, develop new coordination logic in one of NetKernels scripting languages.
Transport technology independence
- Write a service or application and deploy it to service requests from multiple transports concurrently. NetKernel makes it easy to utilize SOAP 1.1, SOAP 1.2, HTTP, JMS, Email, and Cron.
Extreme performance from intra-application caching
- NetKernels fine-grained dependency cache transparently and opportunistically caches the results of all micro-service requests. NetKernel processes are self-optimizing with guaranteed minimal processing required for a given transaction.
Team Player
- NetKernel has several deployment options that allow it to play well with other technologies and systems. Deploy NetKernel as an advanced standalone application server, as an embedded "co-processor" within existing J2EE applications, as a JMS message processor, as a SOAP client or server, or as an embedded component within any application.
Enhancements:
- New features include support for Berkeley DBXML and PiNKY, a community developed module providing Yahoo! Pipes features.
- Updates include Groovy language support at release 1.0, Ruby (JRuby) support at 0.9.9, and XML library updates.
- There are also documentation updates and UI refinements.
<<lessResource Oriented Microkernel
The heart of NetKernel is a high-performance, carefully designed, and tightly crafted microkernel. Services and resources within NetKernel are located by URI addresses, just as resources are located on the World Wide Web. NetKernel implements and extends REST 1 into a general-purpose processing abstraction and allows it to be applied to the finest granularity of software systems to achieve phenominal performance; just as the REST Web-architecture achieves global scaling and high performance.
Coherent Abstraction
NetKernel unifies code execution and resource identification into a single addressing and processing abstraction. With this, software development becomes a process of construction (coding services), composition (linking and issuing service and resource requests), and constraint (restricting data values and honoring boundaries).
The simplicity of URI identified resources means that the results of service calls can be cached just as other resources, resulting in self-optimizing software where computation cost is a guaranteed minima.
Reduce Software Complexity
The unification of resources and services with URI addressing radically reduces sofware complexity. Because resources are addressed by URI and each request is a Web-like REST request dispatched to the microkernel, binding between clients and services occurs dynamically for each request. This late binding and the indirection of logical URI addressing results in a loosely coupled system which may be easily adapted. In fact, NetKernel supports dynamic upgrading of software and can support multiple versions of the same components simultaneously.
Complexity brought about by system growth is also managed through the URI address space which may be remodelled and extended indefinitely. A complex aggregation of services may always be abstracted into one or more higher-level services surfaced through URI interfaces.
Main features:
Manage Complexity
- NetKernels unification of resource and service addressing through the active URI scheme combined with late binding and loose typing means that complex systems can be partitioned not just into smaller coorperating systems, you can now create micro-services that hide complexity.
- With NetKernel, design and build larger and more ambitious systems while maintaining control of complexity.
Process XML with ease!
- Processing XML is often just too difficult. But the potential of XML is communication with almost no limit. How to harness and leverage the potential of XML? NetKernel provides hundreds of XML technologies as simple services (no APIs). Simply compose XML services into powerful message processes...
Integrate diverse technologies, apply business logic
- NetKernels uniform URI addressing of resources and service allow you to encapsulate and hide the complexities of any technology, whether it is a Java API, legacy code, or remote corporate systems. Once encapsulated, develop new coordination logic in one of NetKernels scripting languages.
Transport technology independence
- Write a service or application and deploy it to service requests from multiple transports concurrently. NetKernel makes it easy to utilize SOAP 1.1, SOAP 1.2, HTTP, JMS, Email, and Cron.
Extreme performance from intra-application caching
- NetKernels fine-grained dependency cache transparently and opportunistically caches the results of all micro-service requests. NetKernel processes are self-optimizing with guaranteed minimal processing required for a given transaction.
Team Player
- NetKernel has several deployment options that allow it to play well with other technologies and systems. Deploy NetKernel as an advanced standalone application server, as an embedded "co-processor" within existing J2EE applications, as a JMS message processor, as a SOAP client or server, or as an embedded component within any application.
Enhancements:
- New features include support for Berkeley DBXML and PiNKY, a community developed module providing Yahoo! Pipes features.
- Updates include Groovy language support at release 1.0, Ruby (JRuby) support at 0.9.9, and XML library updates.
- There are also documentation updates and UI refinements.
Download (29MB)
Added: 2007-05-18 License: Other/Proprietary License with Source Price:
891 downloads
Dreamlinux XFCE Standard Edition 1.3
Dreamlinux is a modern and modular Linux system that can be run directly from the CD. more>>
Dreamlinux distribution is a modern and modular Linux system that can be run directly from the CD and optionally be easily installed onto your HD.
Dreamlinux comes with a selection of the best applications designed to meet mostly of your daily needs.
Dreamlinux is based on Debian and Morphix, which means it takes advantages of their best features and adds its own modern development tools.
Being a modular system Dreamlinux allows you to add new modules comprising your preferred applications and build a new Distro that meet your requirements by means of its revolutionary MKDistro tool.
<<lessDreamlinux comes with a selection of the best applications designed to meet mostly of your daily needs.
Dreamlinux is based on Debian and Morphix, which means it takes advantages of their best features and adds its own modern development tools.
Being a modular system Dreamlinux allows you to add new modules comprising your preferred applications and build a new Distro that meet your requirements by means of its revolutionary MKDistro tool.
Download (417.2MB)
Added: 2006-07-03 License: GPL (GNU General Public License) Price:
1209 downloads
Java 2 Standard Edition Runtime Environment 6u2
Java 2 SE Runtime Environment 6 offers a feature complete version of Suns next major release of the Java SE platform. more>>
Java 2 Standard Edition Runtime Environment 6 (Mustang) offers a feature complete version of Suns next major release of the Java SE platform.
Sun has endeavored to foster the highest level of transparency and collaboration on the platform with the Java community through the Mustang Project, and expects to ship the final release of Java SE 6 the fall of 2006.
Main features:
New Security features and enhancements:
- Native platform GSS/Kerberos integration
- Java Authentication and Authorization Service (JAAS) login module that employs LDAP authentication
- New Smart Card I/O API
Integrated Web Services:
- New API for XML digital signature services for secure web services
- New Client and Core Java Architecture for XML-Web Services (JAX-WS) 2.0 APIs
- New support for Java Architecture for XML Binding (JAXB) 2.0
Enhanced Management & Serviceability:
- Improved JMX Monitoring API
- Runtime Support for dTrace (Solaris 10 and future Solaris OS releases only)
- New custom deployment facilities
Increased Developer Productivity:
- Improved memory usage analysis and leak detection
- Significant library improvements
- Improvements to the Java Platform Debug Architecture (JPDA) & JVM Tool Interface
Improved User Experience:
- Look and feel updates to better match underlying platforms
- Improved desktop performance and integration
- Enhanced internationalization support
<<lessSun has endeavored to foster the highest level of transparency and collaboration on the platform with the Java community through the Mustang Project, and expects to ship the final release of Java SE 6 the fall of 2006.
Main features:
New Security features and enhancements:
- Native platform GSS/Kerberos integration
- Java Authentication and Authorization Service (JAAS) login module that employs LDAP authentication
- New Smart Card I/O API
Integrated Web Services:
- New API for XML digital signature services for secure web services
- New Client and Core Java Architecture for XML-Web Services (JAX-WS) 2.0 APIs
- New support for Java Architecture for XML Binding (JAXB) 2.0
Enhanced Management & Serviceability:
- Improved JMX Monitoring API
- Runtime Support for dTrace (Solaris 10 and future Solaris OS releases only)
- New custom deployment facilities
Increased Developer Productivity:
- Improved memory usage analysis and leak detection
- Significant library improvements
- Improvements to the Java Platform Debug Architecture (JPDA) & JVM Tool Interface
Improved User Experience:
- Look and feel updates to better match underlying platforms
- Improved desktop performance and integration
- Enhanced internationalization support
Download (17.6MB)
Added: 2007-07-08 License: SUN Community Source License Price:
843 downloads
XMLmind XML Editor 3.6.0 (Standard Edition)
XMLmind XML Editor is a validating XML editor featuring a word processor-like view. more>>
XMLmind XML Editor project is a validating XML editor featuring a word processor-like view.
- makes content authors more productive
- excels at editing a mix of XML data and XML document
- has an integrated spreadsheet engine which makes it suitable for a broad range of applications
- is highly extensible and its extensions are easy to deploy
XMLmind XML Editor is available in two editions: Standard Edition and Professional Edition. Standard Edition is free of charge but has fewer features than Professional Edition.
Main features:
- Supports the DTD, W3C XML Schema, RELAX NG schemas, XML namespace, XSLT, XPath, XInclude, XML catalog standards.
- Editing commands are DTD/schema aware. This makes creating invalid documents almost impossible.
- Word processor-like views are configured using cascading style sheets (CSS2).
- When a CSS style sheet is not available for a document, a fully editable tree view is used instead of the word processor-like view.
- Multiple, synchronized, views can be used to edit the same document.
- Standard controls such as buttons, check boxes, combo boxes, text fields, etc, can be embedded in the word processor-like view. With this feature, XXE can be used to edit XML data, XML documents or a mix of both content types.
- Has an easy to use and yet extremely powerful integrated spreadsheet engine.
- Can transform the document being edited using a built-in XSLT engine and FO processor plug-ins.
- Supports many image formats (GIF, JPEG, PNG, SVG, TIFF, BMP, EPS, PDF, etc) through the use of image toolkit plug-ins.
- Can be used to edit documents stored on an FTP or WebDAV server.
- Ready-to-use support for XHTML (including HTML.4 tables and forms), DocBook (including CALS tables), Simplified DocBook, Slides.
- Fully customizable, fully extensible (yes, really!); and much can be done without programming.
- Comprehensive documentation, including many tutorials.
- Configuration files and Jar files containing extension code can be centralized on an HTTP or FTP server.
- Professional Edition can be deployed using JavaTM Web Start.
- Localized to English, French, German and Czech. Spell checker with dictionaries for English, French, German and Spanish.
- Multi-platform: Windows, Linux, MacOS X.
- Full source code included in Professional Edition.
<<less- makes content authors more productive
- excels at editing a mix of XML data and XML document
- has an integrated spreadsheet engine which makes it suitable for a broad range of applications
- is highly extensible and its extensions are easy to deploy
XMLmind XML Editor is available in two editions: Standard Edition and Professional Edition. Standard Edition is free of charge but has fewer features than Professional Edition.
Main features:
- Supports the DTD, W3C XML Schema, RELAX NG schemas, XML namespace, XSLT, XPath, XInclude, XML catalog standards.
- Editing commands are DTD/schema aware. This makes creating invalid documents almost impossible.
- Word processor-like views are configured using cascading style sheets (CSS2).
- When a CSS style sheet is not available for a document, a fully editable tree view is used instead of the word processor-like view.
- Multiple, synchronized, views can be used to edit the same document.
- Standard controls such as buttons, check boxes, combo boxes, text fields, etc, can be embedded in the word processor-like view. With this feature, XXE can be used to edit XML data, XML documents or a mix of both content types.
- Has an easy to use and yet extremely powerful integrated spreadsheet engine.
- Can transform the document being edited using a built-in XSLT engine and FO processor plug-ins.
- Supports many image formats (GIF, JPEG, PNG, SVG, TIFF, BMP, EPS, PDF, etc) through the use of image toolkit plug-ins.
- Can be used to edit documents stored on an FTP or WebDAV server.
- Ready-to-use support for XHTML (including HTML.4 tables and forms), DocBook (including CALS tables), Simplified DocBook, Slides.
- Fully customizable, fully extensible (yes, really!); and much can be done without programming.
- Comprehensive documentation, including many tutorials.
- Configuration files and Jar files containing extension code can be centralized on an HTTP or FTP server.
- Professional Edition can be deployed using JavaTM Web Start.
- Localized to English, French, German and Czech. Spell checker with dictionaries for English, French, German and Spanish.
- Multi-platform: Windows, Linux, MacOS X.
- Full source code included in Professional Edition.
Download (12.8MB)
Added: 2007-04-26 License: Freeware Price:
921 downloads
AutoQ3D Standard for Linux 3
Its an easy, light and fast design tool to draw 3D models. more>> Its an easy, light and fast design tool to draw 3D models using the full power of your PCs graphics hardware, allowing you to rapidly prototype your designs. You can easily rotate, pan, zoom your 3D designs in real-time, use text tools. AutoQ3D Standard can export to DXF files for interchange with other applications. AutoQ3D Standard works great on Windows and Linux. You dont need to be a 3D designer expert to get the best out of AutoQ3D Standard.<<less
Download (1.50MB)
Added: 2009-04-17 License: Freeware Price: Free
199 downloads
ExtenDB Parallel Server Standard Edition 1.1.1
ExtenDB Parallel Server project is a loosely-coupled clustered database system. more>> <<less
Download (2.8MB)
Added: 2006-11-08 License: Freeware Price:
1080 downloads
Java 2 Standard Edition Runtime Environment 1.5.0 Update 12
Java 2 Platform, Standard Edition (J2SE) software is the premier platform for rapidly developing. more>>
Java 2SE technology readily harnesses the power of the network because it is both a programming language and a selection of specialized platforms.
As such, it standardizes the development and deployment of the kind of secure, portable, reliable, and scalable applications required by the networked economy.
Because the Internet and World Wide Web play a major role in new business development, consistent and widely supported standards are critical to growth and success.
The Java programming language lets you write powerful, enterprise-worthy programs that run in the browser, from the desktop, on a server, or on a consumer device. Java programs are run on -- interpreted by -- another program called the Java Virtual Machine (Java VM).
Rather than running directly on the native operating system, the program is interpreted by the Java VM for the native operating system. This means that any computer system with the Java VM installed can run a Java program regardless of the computer system on which the application was originally developed.
The Java platform is a software-only platform that runs on top of other hardware-based platforms. Because hardware-based platforms vary in their storage, memory, network connection, and computing power capabilities, specialized Java platforms are available to address applications development for and deployment to those different environments.
Java technology has grown to include the portfolio of specialized platforms listed below. Each platform is based on a Java VM that has been ported to the target hardware environment. This means, for example, in the case of Desktop Java, desktop applications written in the Java programming language can run on any Java VM-enabled desktop without modification.
Java 2 Platform, Standard Edition (J2SE), provides an environment for Core Java and Desktop Java applications development, and is the basis for Java 2 Platform, Enterprise Edition (J2EE) and Java Web Services technologies. It has the compiler, tools, runtimes, and Java APIs that let you write, test, deploy, and run applets and applications.
Enhancements:
- Olson time zone data was updated to version 2007e.
- Solaris-specific I/O interruption in response to thread interruption can now be switched off.
- Many bugs were fixed.
<<lessAs such, it standardizes the development and deployment of the kind of secure, portable, reliable, and scalable applications required by the networked economy.
Because the Internet and World Wide Web play a major role in new business development, consistent and widely supported standards are critical to growth and success.
The Java programming language lets you write powerful, enterprise-worthy programs that run in the browser, from the desktop, on a server, or on a consumer device. Java programs are run on -- interpreted by -- another program called the Java Virtual Machine (Java VM).
Rather than running directly on the native operating system, the program is interpreted by the Java VM for the native operating system. This means that any computer system with the Java VM installed can run a Java program regardless of the computer system on which the application was originally developed.
The Java platform is a software-only platform that runs on top of other hardware-based platforms. Because hardware-based platforms vary in their storage, memory, network connection, and computing power capabilities, specialized Java platforms are available to address applications development for and deployment to those different environments.
Java technology has grown to include the portfolio of specialized platforms listed below. Each platform is based on a Java VM that has been ported to the target hardware environment. This means, for example, in the case of Desktop Java, desktop applications written in the Java programming language can run on any Java VM-enabled desktop without modification.
Java 2 Platform, Standard Edition (J2SE), provides an environment for Core Java and Desktop Java applications development, and is the basis for Java 2 Platform, Enterprise Edition (J2EE) and Java Web Services technologies. It has the compiler, tools, runtimes, and Java APIs that let you write, test, deploy, and run applets and applications.
Enhancements:
- Olson time zone data was updated to version 2007e.
- Solaris-specific I/O interruption in response to thread interruption can now be switched off.
- Many bugs were fixed.
Download (15.7MB)
Added: 2007-06-12 License: SUN Community Source License Price:
635 downloads
DRBL Live Standard 20070323
Diskless Remote Boot in Linux (DRBL) provides a diskless or systemless environment for client machines. more>>
Diskless Remote Boot in Linux (DRBL) provides a diskless or systemless environment for client machines. DRBL Live Standard works on Debian, Ubuntu, Mandriva, Red Hat, Fedora, CentOS and SuSE. DRBL uses distributed hardware resources and makes it possible for clients to fully access local hardware. It also includes Clonezilla, a partitioning and disk cloning utility similar to Symantec Ghost.
The purpose of DRBL live is to let you run a machine as DRBL server without installation. Its based on Debian Live. DRBL live includes all the DRBL functions, plus Clonezilla. Therefore it can provide PXEBoot Clonezilla, which can be used to do massively clone in a computer classrom or similar environment. Multicast clone is also supported.
Generally speaking, DRBL live is server edition, while Clonezilla live is personal edition. The differece between DRBL live and Clonezilla live is: DRBL live provides DRBL functions (DHCP, TFTP, NFS, NIS services), so client can boot via PXE and be cloned. Since DRBL live includes all the Clonezilla programs, it can be used as an alternative of Clonezilla live.
<<lessThe purpose of DRBL live is to let you run a machine as DRBL server without installation. Its based on Debian Live. DRBL live includes all the DRBL functions, plus Clonezilla. Therefore it can provide PXEBoot Clonezilla, which can be used to do massively clone in a computer classrom or similar environment. Multicast clone is also supported.
Generally speaking, DRBL live is server edition, while Clonezilla live is personal edition. The differece between DRBL live and Clonezilla live is: DRBL live provides DRBL functions (DHCP, TFTP, NFS, NIS services), so client can boot via PXE and be cloned. Since DRBL live includes all the Clonezilla programs, it can be used as an alternative of Clonezilla live.
Download (122.8MB)
Added: 2007-05-09 License: GPL (GNU General Public License) Price:
921 downloads
XML Schema Standard Type Library 1.0.0
XML Schema Standard Type Library (XSSTL) is a collection of universally-useful data types defined in the W3C XML Schema language more>>
XML Schema Standard Type Library, in short XSSTL, is a collection of universally-useful data types defined in the W3C XML Schema language. The provided types describe concepts such as email address, IP address, phone number, country code, US states, etc.
To make all the types from XSSTL available in your schema simply add the following import directive:
< import namespace="http://www.codesynthesis.com/xmlns/xsstl"
schemaLocation="xsstl.xsd"/ >
And the following namespace-to-prefix mapping to your schema root:
xmlns:stl="http://www.codesynthesis.com/xmlns/xsstl"
Alternatively, you can import individual types:
< import namespace="http://www.codesynthesis.com/xmlns/xsstl"
schemaLocation="xsstl/email-address.xsd"/ >
< import namespace="http://www.codesynthesis.com/xmlns/xsstl"
schemaLocation="xsstl/phone-number.xsd"/ >
Enhancements:
- This initial version includes the following data types: EmailAddress, IPv4Address, Port, IPv4Endpoint, IPv4EndpointStruct, ISO3166CountyCode, Percentage, PhoneNumber, PhoneCountryCode, PhoneAreaCode, PhoneSubscriberNumber, PhoneExtensionNumber, PhoneNumberStruct, RFC822DateTime, USStateTerritoryCode, USStateCode, USTerritoryCode, USContinentalStateCode, and USContiguousStateCode.
<<lessTo make all the types from XSSTL available in your schema simply add the following import directive:
< import namespace="http://www.codesynthesis.com/xmlns/xsstl"
schemaLocation="xsstl.xsd"/ >
And the following namespace-to-prefix mapping to your schema root:
xmlns:stl="http://www.codesynthesis.com/xmlns/xsstl"
Alternatively, you can import individual types:
< import namespace="http://www.codesynthesis.com/xmlns/xsstl"
schemaLocation="xsstl/email-address.xsd"/ >
< import namespace="http://www.codesynthesis.com/xmlns/xsstl"
schemaLocation="xsstl/phone-number.xsd"/ >
Enhancements:
- This initial version includes the following data types: EmailAddress, IPv4Address, Port, IPv4Endpoint, IPv4EndpointStruct, ISO3166CountyCode, Percentage, PhoneNumber, PhoneCountryCode, PhoneAreaCode, PhoneSubscriberNumber, PhoneExtensionNumber, PhoneNumberStruct, RFC822DateTime, USStateTerritoryCode, USStateCode, USTerritoryCode, USContinentalStateCode, and USContiguousStateCode.
Download (0.011MB)
Added: 2006-09-28 License: BSD License Price:
1121 downloads
Standard Als PHP Library 0.2
Standard Als PHP Library (SAPL) is a fully object oriented library for Web development with PHP5. more>>
Standard Als PHP Library (SAPL) is a fully object oriented library for Web development with PHP5.
Standard Als PHP Library offers many classes in several packages and is intended to satisfy simple and at the same time recurring needs in Web development.
About PHP:
PHP, short for "PHP: Hypertext Preprocessor", is an open-source, reflective programming language used mainly for developing server-side applications and dynamic web content, and more recently, a broader range of software applications.
PHP allows interaction with a large number of relational database management systems, such as MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL and SQLite. PHP runs on most major operating systems, including UNIX, Linux, Windows, and Mac OS X, and can interact with many major web servers. The official PHP website contains very extensive documentation.
There is a command line interface, as well as GUI libraries such as the Gimp Tool Kit (GTK+) and text mode libraries like Ncurses and Newt.
Enhancements:
- A generateClass method was added to the DataBase class.
- The DataBaseColumn class was added.
- getTables and getTableColumns methods were added to the DataBase class.
- The insertTuple method was optimized.
- The toString method was added to the Resource class.
- The fromFile method of the MailAttachment class now takes only one argument, the File.
- Content-Type is now obtained from the extension.
- Content-type methods were added to the File class.
- All W3C 16 color names were added.
<<lessStandard Als PHP Library offers many classes in several packages and is intended to satisfy simple and at the same time recurring needs in Web development.
About PHP:
PHP, short for "PHP: Hypertext Preprocessor", is an open-source, reflective programming language used mainly for developing server-side applications and dynamic web content, and more recently, a broader range of software applications.
PHP allows interaction with a large number of relational database management systems, such as MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL and SQLite. PHP runs on most major operating systems, including UNIX, Linux, Windows, and Mac OS X, and can interact with many major web servers. The official PHP website contains very extensive documentation.
There is a command line interface, as well as GUI libraries such as the Gimp Tool Kit (GTK+) and text mode libraries like Ncurses and Newt.
Enhancements:
- A generateClass method was added to the DataBase class.
- The DataBaseColumn class was added.
- getTables and getTableColumns methods were added to the DataBase class.
- The insertTuple method was optimized.
- The toString method was added to the Resource class.
- The fromFile method of the MailAttachment class now takes only one argument, the File.
- Content-Type is now obtained from the extension.
- Content-type methods were added to the File class.
- All W3C 16 color names were added.
Download (0.053MB)
Added: 2006-02-20 License: GPL (GNU General Public License) Price:
1343 downloads
Download (1700MB)
Added: 2006-03-16 License: GPL (GNU General Public License) Price:
1323 downloads
Application Standard Components Library 0.2.0
Application Standard Components Library (ASCL) comprises a set of reusable Ada packages. more>>
Application Standard Components Library (ASCL) comprises a set of reusable Ada packages. The focus is not on light-weight components but larger components such as a configuration manager and a CLI application environment which does all the argument parsing.
It also includes a build environment for Linux which can be updated and maintained independently of the actual source code. It supports the personal software process for Ada programming.
<<lessIt also includes a build environment for Linux which can be updated and maintained independently of the actual source code. It supports the personal software process for Ada programming.
Download (0.66MB)
Added: 2007-04-18 License: GMGPL (GNAT Modified GPL) Price:
920 downloads
Standard Portable Library 0.1.5
Standard Portable Library is a pointer friendly C/C++ STL substitute. more>>
Standard Portable Library is a pointer friendly C/C++ STL substitute. The API is similar to Java or .NET and includes common data structures, networking, and database support.
<<less Download (0.50MB)
Added: 2007-03-21 License: LGPL (GNU Lesser General Public License) Price:
948 downloads
File type determination 0.9
File type determination is a little KDE Service Menu that calls the GNU file command to retrieve Mime information from files. more>>
File type determination is a little KDE Service Menu that calls the GNU file command to retrieve Mime information from files, and presents it inside a standard KDE dialog.
<<less Download (MB)
Added: 2006-09-13 License: GPL (GNU General Public License) Price:
1138 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above 2008 standard deduction search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed