asp
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 128
ASPLinux 11.2
ASPLinux - modern multifunctional GNU/Linux distribution. more>>
ASPLinux is a modern multifunctional GNU/Linux distribution, includes all components for creation of a high perfomance Internet/Intranet server or powerful multimedia workstation.
Enhancements:
Some of the more prominent features of the new version include:
- simplicity - all the necessary applications are included and ready for use without any further configuration, irrespective of the purpose of the system;
- convenience - the presence of graphical configuration tools makes it easy to modify system settings, install and remove software, etc;
- broad multimedia support, including out-of-the box support for all popular video formats and availability of proprietary video drivers.
ASP Linux 11 uses kernel 2.6.14 and includes KDE 3.5.0, GNOME 2.12, Firefox 1.5 and Evolution 2.4.1
<<lessEnhancements:
Some of the more prominent features of the new version include:
- simplicity - all the necessary applications are included and ready for use without any further configuration, irrespective of the purpose of the system;
- convenience - the presence of graphical configuration tools makes it easy to modify system settings, install and remove software, etc;
- broad multimedia support, including out-of-the box support for all popular video formats and availability of proprietary video drivers.
ASP Linux 11 uses kernel 2.6.14 and includes KDE 3.5.0, GNOME 2.12, Firefox 1.5 and Evolution 2.4.1
Download (676MB)
Added: 2006-11-14 License: GPL (GNU General Public License) Price:
1076 downloads
Apache::ASP 2.59
Apache::ASP is a Perl module for Active Server Pages for Apache with mod_perl . more>>
Apache::ASP is a Perl module for Active Server Pages for Apache with mod_perl .
SYNOPSIS
SetHandler perl-script
PerlModule Apache::ASP
PerlHandler Apache::ASP
PerlSetVar Global /tmp/asp
Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including XML taglibs, XSLT rendering, and new events not originally part of the ASP API!
<<lessSYNOPSIS
SetHandler perl-script
PerlModule Apache::ASP
PerlHandler Apache::ASP
PerlSetVar Global /tmp/asp
Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including XML taglibs, XSLT rendering, and new events not originally part of the ASP API!
Download (0.50MB)
Added: 2006-09-09 License: Perl Artistic License Price:
1157 downloads
Other version of Apache::ASP
License:GPL (GNU General Public License)
Apache2::ASP 1.15
Apache2::ASP was developed in an attempt to address some of the problems associated with web application development in Perl. more>>
Apache2::ASP was developed in an attempt to address some of the problems associated with web application development in Perl.
Main features:
- Easy to install and get going.
- Requires only a small number of dependencies, each of which install automatically.
- Offers some structure without enforcing undue rigidity.
- Scales out instantly across multiple servers without requiring front-end proxies.
<<lessMain features:
- Easy to install and get going.
- Requires only a small number of dependencies, each of which install automatically.
- Offers some structure without enforcing undue rigidity.
- Scales out instantly across multiple servers without requiring front-end proxies.
Download (0.060MB)
Added: 2007-07-11 License: Perl Artistic License Price:
842 downloads
asp2php 0.77.1
asp2php is converts Active Server Pages (ASP) to PHP3 scripts. more>>
asp2php project will take web pages written for Microsofts ASP and convert them to PHP.
asp2php works mostly on VBScript, but some JScript support has been added.
Supports the following databases:
- MySQL
- Oracle
- ODBC
- Postgres
- Sybase
Enhancements:
- Many features were added and many bugs were fixed.
<<lessasp2php works mostly on VBScript, but some JScript support has been added.
Supports the following databases:
- MySQL
- Oracle
- ODBC
- Postgres
- Sybase
Enhancements:
- Many features were added and many bugs were fixed.
Download (0.06MB)
Added: 2006-05-16 License: GPL (GNU General Public License) Price:
1259 downloads
Apache2::ASP::Server 1.15
Apache2::ASP::Server is an utility object for Apache2::ASP programming. more>>
Apache2::ASP::Server is an utility object for Apache2::ASP programming.
The global $Server object is used in ASP programming for utility tasks such as string sanitation, finding files, sending email and registering subroutines to be performed asynchronously.
URLEncode( $str )
Returns a URL-Encoded version of the string provided.
For example, "test@test.com" becomes "test%40test.com" with URLEncode().
HTMLEncode( $str )
Returns an HTML-Encoded version of the string provided.
For example, "< b>Hello< /b>" becomes "Hello" with HTMLEncode().
HTMLDecode( $str )
Returns an HTML-Decoded version of the string provided.
For example, "Hello" becomes "Hello" with HTMLDecode().
MapPath( $path )
Given a relative path MapPath() returns the absolute path to the file on disk.
For example, /index.asp might return /usr/local/dstack/www/index.asp.
Mail( %args )
A wrapper around the sendmail() function from Mail::Sendmail.
RegisterCleanup( $sub )
A wrapper around the function cleanup_register( $sub ) function provided by mod_perl2.
Pass in a subref that should be executed after the current request has completed.
For example:
< %
$Server->RegisterCleanup(sub { do_something_later() });
# Do more stuff here:
$Response->Write("Hello!");
% >
<<lessThe global $Server object is used in ASP programming for utility tasks such as string sanitation, finding files, sending email and registering subroutines to be performed asynchronously.
URLEncode( $str )
Returns a URL-Encoded version of the string provided.
For example, "test@test.com" becomes "test%40test.com" with URLEncode().
HTMLEncode( $str )
Returns an HTML-Encoded version of the string provided.
For example, "< b>Hello< /b>" becomes "Hello" with HTMLEncode().
HTMLDecode( $str )
Returns an HTML-Decoded version of the string provided.
For example, "Hello" becomes "Hello" with HTMLDecode().
MapPath( $path )
Given a relative path MapPath() returns the absolute path to the file on disk.
For example, /index.asp might return /usr/local/dstack/www/index.asp.
Mail( %args )
A wrapper around the sendmail() function from Mail::Sendmail.
RegisterCleanup( $sub )
A wrapper around the function cleanup_register( $sub ) function provided by mod_perl2.
Pass in a subref that should be executed after the current request has completed.
For example:
< %
$Server->RegisterCleanup(sub { do_something_later() });
# Do more stuff here:
$Response->Write("Hello!");
% >
Download (0.060MB)
Added: 2007-07-12 License: Perl Artistic License Price:
836 downloads
ArrowHead ASP Server 0.2.3
ArrowHead ASP Server is a 100% Java Servlet supporting ASP and VBScript. more>>
ArrowHead ASP Server is a Java Servlet which supports the ASP syntax and the VBScript programming language. It aims to support VBScript version 3.1 and the standard set of COM objects, but has a little ways to go yet.
It is extendable using Java objects and the Server.CreateObject syntax. It has been developed and tested under Apache 2.x and Tomcat 5.0.x, but should run under any Java servlet server.
<<lessIt is extendable using Java objects and the Server.CreateObject syntax. It has been developed and tested under Apache 2.x and Tomcat 5.0.x, but should run under any Java servlet server.
Download (0.18MB)
Added: 2005-04-15 License: GPL (GNU General Public License) Price:
1655 downloads
ModVB Alpha
ModVB is a Apache module which aims to provide an ASP/VBScript/JScript compatibility layer for your web-pages. more>>
ModVB is a Apache module which aims to provide an JScript/VBScript/ASP compatibility layer for your web-pages. In other words it allows you to run with none or little modifications your ASP pages on your Linux server running Apache.
A bit of perspective
ModVB is based on the work done by Marco Ridoni (mod_gb) and Michael Meeks, Ravi Pratap and other people on Gnome Basic which was meant to be a VB work-alike for Linux. After the successful launch of Mono, Gnome Basic was officially declared "dead".
A few months later Marco Ridoni decided to start mod_gb, dropping (even if not completely) the support for GUI elements (Forms, Buttons, etc.) and adding external "class libraries" which could be used to expand the language in real ASP-fashion.
The ModVB project was started to improve upon Marco Ridonis work and create a full featured IIS clone with possible JScript support as well as more objects than supported by standard IIS/ASP
Current state
ModVB is currently alpha-quality software, maybe even a step behind that. Its nowhere near ready to be installed and run by the faint-hearted, let alone on a production server. If you decide to download, compile and install it, just dont say we never warned you.
<<lessA bit of perspective
ModVB is based on the work done by Marco Ridoni (mod_gb) and Michael Meeks, Ravi Pratap and other people on Gnome Basic which was meant to be a VB work-alike for Linux. After the successful launch of Mono, Gnome Basic was officially declared "dead".
A few months later Marco Ridoni decided to start mod_gb, dropping (even if not completely) the support for GUI elements (Forms, Buttons, etc.) and adding external "class libraries" which could be used to expand the language in real ASP-fashion.
The ModVB project was started to improve upon Marco Ridonis work and create a full featured IIS clone with possible JScript support as well as more objects than supported by standard IIS/ASP
Current state
ModVB is currently alpha-quality software, maybe even a step behind that. Its nowhere near ready to be installed and run by the faint-hearted, let alone on a production server. If you decide to download, compile and install it, just dont say we never warned you.
Download (0.25MB)
Added: 2006-05-30 License: GPL (GNU General Public License) Price:
1242 downloads
jsTemplate 0.2
jsTemplate is a small JavaScript library that allows you to create templates like PHP and ASP with JavaScript. more>>
jsTemplate is a small JavaScript library that allows you to create templates like PHP and ASP with JavaScript.
The project can fetch templates using AJAX and execute them into the browser. The code is an evolution from the StickyShare.com project.
jsTemplate is a very small library (just 4k minified) written in javascript that allows you
to write template file similar to PHP or ASP but using JavaScript.
The main advantage of this solution is the fact that the clients browser perform all
the operations and it frees your server. Your web server has only to send a static file
and it has more resources to do really important task like data access.
We developed this as an evolution from the code of StickyShare (www.stickyshare.com) and we plan to use it for future releases.
<<lessThe project can fetch templates using AJAX and execute them into the browser. The code is an evolution from the StickyShare.com project.
jsTemplate is a very small library (just 4k minified) written in javascript that allows you
to write template file similar to PHP or ASP but using JavaScript.
The main advantage of this solution is the fact that the clients browser perform all
the operations and it frees your server. Your web server has only to send a static file
and it has more resources to do really important task like data access.
We developed this as an evolution from the code of StickyShare (www.stickyshare.com) and we plan to use it for future releases.
Download (0.005MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
1012 downloads
SourceBase 0.1.1
SourceBase is a parser library aimed at developers of free Integrated Development Environments. more>>
SourceBase is a parser library aimed at developers of free Integrated Development Environments.
It should make implementing advanced features such as intellisense code completion, call trees, symbol browsers, etc. a no-brainer. SourceBase is a tear-away development from Source Navigator.
The current aim is to support C and C++, and to provide a clean API. Future aims include addition of more languages such as Java, PHP/HTML/ASP, Perl, Python, FORTRAN and COBOL.
SourceBase uses code from Source Navigator and is licenced under GNU GPL. One of our aims is to move to a more commerce-friendly licence such as LGPL in the future. However, for that to happen, we need to move away from the source navigator codebase to fresh code. All new code contributions should be dual licenced under GPL/LGPL.
<<lessIt should make implementing advanced features such as intellisense code completion, call trees, symbol browsers, etc. a no-brainer. SourceBase is a tear-away development from Source Navigator.
The current aim is to support C and C++, and to provide a clean API. Future aims include addition of more languages such as Java, PHP/HTML/ASP, Perl, Python, FORTRAN and COBOL.
SourceBase uses code from Source Navigator and is licenced under GNU GPL. One of our aims is to move to a more commerce-friendly licence such as LGPL in the future. However, for that to happen, we need to move away from the source navigator codebase to fresh code. All new code contributions should be dual licenced under GPL/LGPL.
Download (0.16MB)
Added: 2006-08-07 License: GPL (GNU General Public License) Price:
1175 downloads
NeatUpload 1.2.18
NeatUpload allows ASP.NET developers to stream uploaded files to disk and allows users to monitor upload progress. more>>
NeatUpload allows ASP.NET developers to stream uploaded files to disk and allows users to monitor upload progress.
NeatUpload works under Monos XSP/mod_mono as well as Microsofts ASP.NET implementation and features two custom controls. InputFile allows the user to select a file to upload and ProgressBar displays the upload progress either inline or in a popup.
ProgressBar even allows users without JavaScript to see upload progress.
Main features:
- Streams uploads directly to disk. This conserves server memory, allows larger uploads, and helps prevent Denial of Service attacks.
- Integrates easily with existing applications. Replace < HtmlInputFile > with < NeatUpload:InputFile > and add a < NeatUpload:ProgressBar > to your ASP.NET pages. Then use the TmpFile and FileName members of InputFile to access the uploaded file and its original name.
- Supports both inline and popup progress bars.
- Falls back to using ASP.NETs HttpPostedFile if the NeatUpload HttpModule is not present. This makes it easy to remove the HttpModule if for some reason it causes problems.
- Supports customization through styles and custom progress display pages.
- Does not require JavaScript.
- Works under Monos XSP/mod_mono and Microsofts ASP.NET.
- Removes uploaded files when an error occurs. This helps prevent disk space leakage.
- Licensed under the Lesser General Public License (LGPL), a business-friendly open source license.
Enhancements:
- This version fixes a bug where using HttpResponse.TransmitFile() could cause the entire transmitted file to be buffered in memory temporarily, and a bug where the script elements produced by NeatUploads ProgressBar control were not XHTML compliant.
- The fix for the TransmitFile() issue has the small side effect that sometimes responses larger than 1MB are not buffered.
<<lessNeatUpload works under Monos XSP/mod_mono as well as Microsofts ASP.NET implementation and features two custom controls. InputFile allows the user to select a file to upload and ProgressBar displays the upload progress either inline or in a popup.
ProgressBar even allows users without JavaScript to see upload progress.
Main features:
- Streams uploads directly to disk. This conserves server memory, allows larger uploads, and helps prevent Denial of Service attacks.
- Integrates easily with existing applications. Replace < HtmlInputFile > with < NeatUpload:InputFile > and add a < NeatUpload:ProgressBar > to your ASP.NET pages. Then use the TmpFile and FileName members of InputFile to access the uploaded file and its original name.
- Supports both inline and popup progress bars.
- Falls back to using ASP.NETs HttpPostedFile if the NeatUpload HttpModule is not present. This makes it easy to remove the HttpModule if for some reason it causes problems.
- Supports customization through styles and custom progress display pages.
- Does not require JavaScript.
- Works under Monos XSP/mod_mono and Microsofts ASP.NET.
- Removes uploaded files when an error occurs. This helps prevent disk space leakage.
- Licensed under the Lesser General Public License (LGPL), a business-friendly open source license.
Enhancements:
- This version fixes a bug where using HttpResponse.TransmitFile() could cause the entire transmitted file to be buffered in memory temporarily, and a bug where the script elements produced by NeatUploads ProgressBar control were not XHTML compliant.
- The fix for the TransmitFile() issue has the small side effect that sometimes responses larger than 1MB are not buffered.
Download (0.50MB)
Added: 2007-06-16 License: LGPL (GNU Lesser General Public License) Price:
936 downloads
NullableTypes 1.2
NullableTypes for .NET are a very reliable and efficient version of built-in value-types that can be Null. more>>
NullableTypes for .NET are a very reliable and efficient version of built-in value-types that can be Null. NullableTypes pass more than 800 differents test cases and have close-to-optimal efficiency as built-in value-types. They may be used every time you need to store a Null value in a .NET built-in value-type.
Types implemented by NullableTypes are: NullableBoolean, NullableByte, NullableInt16, NullableInt32, NullableInt64, NullableSingle, NullableDouble, NullableDecimal, NullableString and NullableDateTime.
Helper functions provide seamless integration with Windows and ASP.NET user controls and with ADO.NET.
NullableTypes will let you write code like this:
public sealed class Order{
public int OrderID {get {/*...*/}}
public int CustomerID {get {/*...*/}}
public NullableDateTime RequestedDeliveryDate {get {/*...*/}}
// remaining members elided for clarity
}
where RequestedDeliveryDate can be either NullableDateTime.Null or a valid DateTime value.
The property RequestedDeliveryDate.IsNull tests if the date is Null, and when it is not Null the property RequestedDeliveryDate.Value returns a valid DateTime value.
<<lessTypes implemented by NullableTypes are: NullableBoolean, NullableByte, NullableInt16, NullableInt32, NullableInt64, NullableSingle, NullableDouble, NullableDecimal, NullableString and NullableDateTime.
Helper functions provide seamless integration with Windows and ASP.NET user controls and with ADO.NET.
NullableTypes will let you write code like this:
public sealed class Order{
public int OrderID {get {/*...*/}}
public int CustomerID {get {/*...*/}}
public NullableDateTime RequestedDeliveryDate {get {/*...*/}}
// remaining members elided for clarity
}
where RequestedDeliveryDate can be either NullableDateTime.Null or a valid DateTime value.
The property RequestedDeliveryDate.IsNull tests if the date is Null, and when it is not Null the property RequestedDeliveryDate.Value returns a valid DateTime value.
Download (0.76MB)
Added: 2006-09-06 License: MIT/X Consortium License Price:
1143 downloads
Bashblogger 0.3.5
Bash Blogger is a small, bash-powered, weblog engine. more>>
Bash Blogger is a small, bash-powered, weblog engine. Bashblogger generates valid, semantic, XHTML 1.1 webpages styled with a single CSS for layout and appearance without relying on popular, server-side scripting languages (i.e. Perl, Python, PHP, ASP, SSI, etc.).
Why program in the shell instead of (Perl, Python, etc)?
You may not have Perl, PHP or any number of the other scripting languages available on your hosting provider. Its a fairly safe bet that if you have shell access to your account, you can use Bash Blogger.
Enhancements:
- When I change the name of an article and rebuild the site the name change only changes in the bash blogger menu. The index/article etc ... still list the original title. FIXED
- If you attempt to delete an article and fail to confirm with Y/n (just press enter) bblog exits instead of returning to previous menu. FIXED
<<lessWhy program in the shell instead of (Perl, Python, etc)?
You may not have Perl, PHP or any number of the other scripting languages available on your hosting provider. Its a fairly safe bet that if you have shell access to your account, you can use Bash Blogger.
Enhancements:
- When I change the name of an article and rebuild the site the name change only changes in the bash blogger menu. The index/article etc ... still list the original title. FIXED
- If you attempt to delete an article and fail to confirm with Y/n (just press enter) bblog exits instead of returning to previous menu. FIXED
Download (0.024MB)
Added: 2006-10-04 License: GPL (GNU General Public License) Price:
1115 downloads
Yahoo::Marketing::AdResponse 0.08
Yahoo::Marketing::AdResponse is an object to represent a Yahoo Marketing AdResponse. more>>
Yahoo::Marketing::AdResponse is an object to represent a Yahoo Marketing AdResponse.
SYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
METHODS
new
Creates a new instance
get/set methods
ad
editorialReasons
errors
operationSucceeded
get (read only) methods
<<lessSYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
METHODS
new
Creates a new instance
get/set methods
ad
editorialReasons
errors
operationSucceeded
get (read only) methods
Download (0.066MB)
Added: 2006-12-11 License: Perl Artistic License Price:
1047 downloads
Text::MicroMason::ServerPages 1.992
Text::MicroMason::ServerPages Perl module contains an alternate syntax like ASP/JSP Templates. more>>
Text::MicroMason::ServerPages Perl module contains an alternate syntax like ASP/JSP Templates.
SYNOPSIS
Instead of using this class directly, pass its name to be mixed in:
use Text::MicroMason;
my $mason = Text::MicroMason::Base->new( -ServerPages );
Use the standard compile and execute methods to parse and evalute templates:
print $mason->compile( text=>$template )->( @%args );
print $mason->execute( text=>$template, @args );
Server Pages syntax provides another way to mix Perl into a text template:
< % my $name = $ARGS{name};
if ( $name eq Dave ) { % >
Im sorry
Good < %= $daypart % >, < %= $name % >!
< % } % >
This subclass replaces MicroMasons normal lexer with one that supports a syntax similar to Active Server Pages and Java Server Pages.
Compatibility with Apache::ASP
Apache::ASP is a full-featured application server toolkit with many fatures, of which only the templating functionality is emulated.
This is not a drop-in replacement for Apache::ASP, as the implementation is quite different, but it should be able to process some existing templates without major changes.
The following features of EmbPerl syntax are supported:
Angle-bracket markup tags
The following syntax features of are not supported:
Dynamic XML/XSL processing.
Web server objects such as $Session, $Request, $Response, and $Application.
Application events such as Application_OnStart, Script_OnStart, and other gloga.asa features.
<<lessSYNOPSIS
Instead of using this class directly, pass its name to be mixed in:
use Text::MicroMason;
my $mason = Text::MicroMason::Base->new( -ServerPages );
Use the standard compile and execute methods to parse and evalute templates:
print $mason->compile( text=>$template )->( @%args );
print $mason->execute( text=>$template, @args );
Server Pages syntax provides another way to mix Perl into a text template:
< % my $name = $ARGS{name};
if ( $name eq Dave ) { % >
Im sorry
Good < %= $daypart % >, < %= $name % >!
< % } % >
This subclass replaces MicroMasons normal lexer with one that supports a syntax similar to Active Server Pages and Java Server Pages.
Compatibility with Apache::ASP
Apache::ASP is a full-featured application server toolkit with many fatures, of which only the templating functionality is emulated.
This is not a drop-in replacement for Apache::ASP, as the implementation is quite different, but it should be able to process some existing templates without major changes.
The following features of EmbPerl syntax are supported:
Angle-bracket markup tags
The following syntax features of are not supported:
Dynamic XML/XSL processing.
Web server objects such as $Session, $Request, $Response, and $Application.
Application events such as Application_OnStart, Script_OnStart, and other gloga.asa features.
Download (0.068MB)
Added: 2007-06-14 License: Perl Artistic License Price:
863 downloads
Yahoo::Marketing::BasicResponse 0.08
Yahoo::Marketing::BasicResponse is an object to represent a Yahoo Marketing BasicResponse. more>>
Yahoo::Marketing::BasicResponse is an object to represent a Yahoo Marketing BasicResponse.
SYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
METHODS
new
Creates a new instance
get/set methods
errors
operationSucceeded
get (read only) methods
<<lessSYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
METHODS
new
Creates a new instance
get/set methods
errors
operationSucceeded
get (read only) methods
Download (0.066MB)
Added: 2006-12-07 License: Perl Artistic License Price:
1051 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 asp 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