Main > Free Download Search >

Free ntldr is compressed script

ntldr is compressed

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 108
DS Compress - Flash

DS Compress - Flash


This Flash animation displays a compress effect. Includes an HTML code generator that allows change to the parameters without any knowledge of Flash and HTML programming more>> This Flash animation displays a compress effect. Includes an HTML code generator that allows change to the parameters without any knowledge of Flash and HTML programming<<less
Added: 2004-09-20 License: Free for non-commercial use Price: Free
1875 downloads
Javascript Compressor

Javascript Compressor


You can compress & obfuscate your javascript files with this free online javascript compressor. Compressing your scripts will make them download faster, reduce bandwidth usage and make it harder for others to steal your code. The javascript more>> You can compress & obfuscate your javascript files with this free online javascript compressor. Compressing your scripts will make them download faster, reduce bandwidth usage and make it harder for others to steal your code. The javascript compressor leaves function names and global variables untouched, so your script will continue to work with other scripts.<<less
Added: 2006-08-27 License: Freeware Price: $0.00USD
13 downloads
JavaScripts and CSS Compressor

JavaScripts and CSS Compressor


Compressing your scripts will make them download faster, reduce bandwidth usage and make it harder for others to steal your code. The javascript compressor leaves function names and global variables u more>> Compressing your scripts will make them download faster, reduce bandwidth usage and make it harder for others to steal your code. The javascript compressor leaves function names and global variables untouched, so your script will continue to work with other scripts.<<less
Added: 2006-10-25 License: Freeware Price: Free
1106 downloads
compress_file 0.85

compress_file 0.85


compress_file -php script, which can compress files to .tar.gz archive. Its basical and simple and its all in one file compress_file.php. Tested on windows and unix. more>> compress_file -php script, which can compress files to .tar.gz archive. Its basical and simple and its all in one file compress_file.php. Tested on windows and unix.<<less
Added: 2008-09-07 License: Free Non-Commercial Price: $0.00USD
12 downloads
How metadata is stored?

How metadata is stored?


Assemblies contain tables of metadata. These tables are described by the CIL specification. The metadata tables will have zero or more entries and the position of an entry determines its index. When C more>> Assemblies contain tables of metadata. These tables are described by the CIL specification. The metadata tables will have zero or more entries and the position of an entry determines its index. When CIL code uses metadata it does so through a metadata token. This is a 32-bit value where the top 8 bits identify the appropriate metadata table, and the remaining 24 bits give the index of the metadata in the table. The Framework SDK contains a sample called metainfo that will list the metadata tables in an assembly; however, this information is rarely of use to a developer.<<less
Added: 2007-06-07 License: Freeware Price: Free
876 downloads
Web Resource Compressors 2.0

Web Resource Compressors 2.0


Developers and professionals from Boryi have written and will keep writing a lot of open source code both in their free time and on company time. It helps to keep skills up-to-date, all the while contributing back to the community. Visit more>> Developers and professionals from Boryi have written and will keep writing a lot of open source code both in their free time and on company time. It helps to keep skills up-to-date, all the while contributing back to the community. Visit [url]http://www.boryi.com/html/free-tools.html[/url] for free javascript, xml, css, html compressing tools. Online compressing or download executables for offline compressing. Note: Make sure your javascript file are properly ended with semi-colon ";"<<less
Added: 2009-04-19 License: Freeware Price: $0.00USD
12 downloads
What is PHP Sessions? 1.0.0

What is PHP Sessions? 1.0.0


Session concept is very useful for Web based applications to pass and share information from one Web page (request) to another Web page (request). Session support in PHP consists of a way to preserve certain data across subsequent accesses. This enables more>> Session concept is very useful for Web based applications to pass and share information from one Web page (request) to another Web page (request). Session support in PHP consists of a way to preserve certain data across subsequent accesses. This enables you to build more customized applications and increase the appeal of your web site. A visitor accessing your web site is assigned a unique id, the so-called session id. This is either stored in a cookie on the user side or is propagated in the URL. A PHP session solves this problem by allowing you to store user information on the server for later use (i.e. username, shopping cart items, etc). However, this session information is temporary and is usually deleted very quickly after the user has left the website that uses sessions.<<less
Added: 2007-07-13 License: Freeware Price: $0.00USD
11 downloads
 
Other version of What is PHP Sessions
What is PHP Sessions?Session concept is very useful for Web based applications to pass and share information from ...Session concept is very useful for Web based applications to pass and share
License:Freeware
Download
836 downloads
Added: 2007-07-13
What is .NET assembly?

What is .NET assembly?


Assemblies are the building blocks of .NET Framework applications; they form the fundamental unit of deployment, version control, reuse, activation scoping, and security permissions. An assembly is a more>> Assemblies are the building blocks of .NET Framework applications; they form the fundamental unit of deployment, version control, reuse, activation scoping, and security permissions. An assembly is a collection of types and resources that are built to work together and form a logical unit of functionality. An assembly provides the common language runtime with the information it needs to be aware of type implementations. To the runtime, a type does not exist outside the context of an assembly.<<less
Added: 2007-06-07 License: Freeware Price: Free
870 downloads
What is XML Sapiens?

What is XML Sapiens?


The number of commercial CMSs is diligently growing up. Many of open standards have been approved lately. They allow to structure information within sites, separate it from design, but the most of CMS more>> The number of commercial CMSs is diligently growing up. Many of open standards have been approved lately. They allow to structure information within sites, separate it from design, but the most of CMSs still don?t follow them. The XSLT standard exists for quite a long time. It allows to form documents from different sources: XML-files with structured document contents and an XSL-template with the description how the document will be presented at the site. Besides, document forming can be performed at the client side. Well, XSLT is a perfect solution in conception, but practically it is used quite rarely within CMSs. Why? Maybe we need new solutions, which include features of the open standards and are easy to use. One of those solutions can be XML Sapiens markup language. So, what is XML Sapiens?<<less
Added: 2006-12-07 License: Freeware Price: Free
1052 downloads
What is PHP

What is PHP


PHP, which stands for Hypertext Preprocessor, is a server-side scripting language.<br> PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone gra more>> PHP, which stands for "Hypertext Preprocessor", is a server-side scripting language.
PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone graphical applications. PHP was written as a set of CGI binaries in the C programming language by the Danish/Greenlandic programmer Rasmus Lerdorf in 1994, to replace a small set of Perl scripts. Rasmus Lerdorf initially created PHP..
<<less
Added: 2007-05-02 License: Freeware Price: Free
909 downloads
What is .NET metadata?

What is .NET metadata?


In the past, a software component (.exe or .dll) written in one language could not easily use a software component written in another language. COM provided a step forward in solving this problem. The more>> In the past, a software component (.exe or .dll) written in one language could not easily use a software component written in another language. COM provided a step forward in solving this problem. The .NET Framework makes component interoperation even easier by allowing compilers to emit additional declarative information into all modules and assemblies. This information, called metadata, helps components to seamlessly interact.<<less
Added: 2007-06-07 License: Freeware Price: Free
870 downloads
Non Convex Compressed Sensing for Non Gaussian Noise

Non Convex Compressed Sensing for Non Gaussian Noise


Non Convex Compressed Sensing for Non Gaussian Noise is designed to be a professional and useful MATLAB functions that are a practical implementation of the Non Convex Compressed Sensing for Non Gaussian Noise Theory more>> Non Convex Compressed Sensing for Non Gaussian Noise is designed to be a professional and useful MATLAB functions that are a practical implementation of the Non Convex Compressed Sensing for Non Gaussian Noise Theory<<less
Added: 2009-07-23 License: BSD - BSD License Price: BSDBSDLicense
1 downloads
PHP & File Compression/Archiving techniques

PHP & File Compression/Archiving techniques


PHP has some very easy, simple yet powerful, extensions for file compression support. zip, gZip, bZip2, LZF libraries are popular extensions with php. Each one is actually a different compression form more>> PHP has some very easy, simple yet powerful, extensions for file compression support. zip, gZip, bZip2, LZF libraries are popular extensions with php. Each one is actually a different compression format... all of them have their own algorithms to compress files, and some of them support mentioning which compression algorithm you want to use, while creating/opening a compressed file. We will look at some of the features of these libraries with reference to PHP.<<less
Added: 2007-07-27 License: Freeware Price: Free
530 downloads
What is Common Language Runtime(CLR)

What is Common Language Runtime(CLR)


The CLR is the layer of the .NET Framework that makes language independence work. Written mostly in Microsofts new language, C#, the CLR provides services that any .NET program can use. Because of .NE more>> The CLR is the layer of the .NET Framework that makes language independence work. Written mostly in Microsofts new language, C#, the CLR provides services that any .NET program can use. Because of .NETs component architecture, software written in any language can call upon these services. Microsoft has also submitted a subset of the CLR to ECMA, the European information and communications standards organization. This subset is referred to as the Common Language Infrastructure (CLI). CLR provides following services:<<less
Added: 2007-05-28 License: Freeware Price: Free
888 downloads
File Upload & Compression in ASP.Net 1

File Upload & Compression in ASP.Net 1


This article will show you how to upload a file to the web server and compress it using the compression methods provided in .Net. I will use the open source compression method to compress to a .gz file. The method is available in System.IO.Compression. more>> This article will show you how to upload a file to the web server and compress it using the compression methods provided in .Net. I will use the open source compression method to compress to a .gz file. The method is available in System.IO.Compression.<<less
Added: 2007-09-18 License: Freeware Price: $0.00USD
10 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5