Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.964 Times

Demand Paging freeware
Filter: All | Freeware | Demo
 

Demand Paging

1 2 3 4 5 > 
Added: September 21, 2010 | Visits: 2.001

Driver On Demand Driver on demand is an attempt to ease driver installations in linux. Basically, what happens is that a user plugs any device into the computer, and if a driver isnt found, the client connects to a CGI server, to check if the device is known, and if its not in the database, then the driver lookup... Platforms: *nix

License: Freeware Size: 32.77 KB Download (227): Driver On Demand Download

Added: November 26, 2010 | Visits: 2.202

ssh tunnel on demand ssh tunnel on demand provides a script that creates an SSH tunnel on demand. ssh tunnel on demand is a script that makes it possible for a user to create an SSH tunnel to a server and connect to it without needing an account on the box or any experience with SSH. It was written for users that... Platforms: *nix

License: Freeware Size: 13.31 KB Download (198): ssh tunnel on demand Download

Released: July 18, 2012  |  Added: July 18, 2012 | Visits: 1.265

Drums on Demand+iC Royalty-Free Apple Loops for Mac OS iCompositions and Drums on Demand have teamed up to give away a package of free loops for GarageBand, Logic, and Soundtrack. The collection consists of 90 drum loops, 19 'single hit' sounds for applications such as sound effects, and 9 'loop layers' for building your own drum loops. The loops... Platforms: Mac

License: Freeware Size: 85 MB Download (690): Drums on Demand+iC Royalty-Free Apple Loops for Mac OS Download

Released: August 23, 2012  |  Added: August 23, 2012 | Visits: 766

Print On Demand Print On Demand is a handy Outlook add-in that will make your email printing simpler. Easily print just your selected emails, just the attachments, or both the emails and their attachments, without having to open the emails or their attachments. Best of all, it prints them in order - no more... Platforms: Windows, Windows Vista, 7

License: Freeware Download (53): Print On Demand Download

Added: May 03, 2013 | Visits: 524

Simple Paging Simple Paging can be used to show navigation links to browse MySQL SELECT query results split in multiple pages. It can calculate the total number of pages to display the results of a given MySQL select query.Simple Paging generates a navigation bar made of HTML links to go to the next, the... Platforms: PHP

License: Freeware Size: 10 KB Download (46): Simple Paging Download

Added: May 03, 2013 | Visits: 532

EZ Results Paging Class EZ Results is a paging class that can be formatted in any way you choose. Have a read through the documentation to see just how unlimited it is.Once you start working with it you will be amazed at how quickly you can prototype pages. Supports mySQL & Oracle. Platforms: PHP

License: Freeware Size: 40.96 KB Download (44): EZ Results Paging Class Download

Added: August 07, 2013 | Visits: 564

Demand It, MP3 Server Demand It, MP3 Server is a full featured on demand mp3 streaming server. It catalogs all the mp3 in the server and provides a searchable front end for users for access the the mp3s. It includes search, browse and custom playlists. Platforms: *nix

License: Freeware Size: 20.48 KB Download (36): Demand It, MP3 Server Download

Released: June 22, 2012  |  Added: June 22, 2012 | Visits: 710

ASDN - Agile Supply Demand Networks "Agile Supply Demand Networks" is software for analyzing and developing logistics networks. This rapid modelling tool should help decision-making in network architecture design and performance management. ASDN software is Open Source and developed by University of Vaasa, Finland and ABB... Platforms: Windows

License: Freeware Download (422): ASDN - Agile Supply Demand Networks Download

Released: September 08, 2012  |  Added: September 08, 2012 | Visits: 1.112

SAManage On-Demand IT Management softwar SAManage is a leading provider of secure, on-demand IT Management services that helps companies manage their PC and software assets, organize software licenses and IT contracts, and detect risks and license compliance gaps. Delivered as an on-demand service with no software or servers required,... Platforms: Windows, Mac, Unix, Linux

License: Freeware Download (54): SAManage On-Demand IT Management softwar Download

Released: July 13, 2012  |  Added: July 13, 2012 | Visits: 654

On-demand Metadata Extraction Network OMEN (On-demand Metadata Extraction Network) is a tomcat based system that allows external users (music information researchers) to request from participating libraries the extraction of features from music archives without violating copyright. Platforms: Windows, Mac, Linux

License: Freeware Size: 22.79 MB Download (49): On-demand Metadata Extraction Network Download

Released: November 14, 2012  |  Added: November 14, 2012 | Visits: 520

Travel Demand Generator That project aims at providing a clean API, and the corresponding C++ implementation, able to generate demand for travel solutions (e.g., from JFK to PEK on 25-05-2009) according to characteristics (e.g., Willingness-To-Pay, preferred airline, etc). Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 330.4 KB Download (50): Travel Demand Generator Download

Added: July 19, 2013 | Visits: 481

Generate Paging Generate Paging can be used to display MySQL database query results split into multiple HTML pages. It can execute a MySQL query and display the results in an HTML page with table.If the total number of result set rows exceeds a given limit, the class display the results split among several pages... Platforms: PHP

License: Freeware Size: 10 KB Download (42): Generate Paging Download

Added: May 03, 2013 | Visits: 546

MySQL Paging MySQL Paging is a simple class that can return a MySQL database query results for spliting into multiple pages given the maximum number of result rows to present on each page.Usage :- Create a class object with 3 arguments: MySQL SQL query, limit of records per page, MySQL connection handle-... Platforms: PHP

License: Freeware Size: 10 KB Download (41): MySQL Paging Download

Added: June 30, 2013 | Visits: 413

Perfect MySQL Paging The number of result rows of an SQL query string are counted.Perfect MySQL Paging can generate links to browse multiple pages among which the query results will be split. The presentation of the links is configurable using CSS styles.The limit number of results to display per page, the limit of... Platforms: PHP

License: Freeware Size: 51.2 KB Download (43): Perfect MySQL Paging Download

Added: September 10, 2013 | Visits: 495

Paging Class with AJAX or HREF Paging Class with AJAX or HREF can be used to browse database query results split between pages using AJAX to switch between the listing without page reloading. It can execute an SQL query using the PEAR DB API and return records to be displayed in the page.Paging Class with AJAX or HREF also... Platforms: PHP

License: Freeware Size: 10 KB Download (40): Paging Class with AJAX or HREF Download

Added: November 22, 2013 | Visits: 331

django-paging A simple and efficient paginator. Jinja2 is supported via Coffin: {% with paginate(request, my_queryset) as results %} {{ results.paging }} {% for result in results.objects %} {{ result }} {% endfor %} {{ results.paging }} {% endwith %} Django templatetags require... Platforms: *nix

License: Freeware Size: 10.24 KB Download (40): django-paging Download

Released: November 11, 2012  |  Added: December 05, 2012 | Visits: 4.297

All Mobile Download MP3 songs and albums, complete movies and tv series, tv episodes, video on demand, videogames, ebooks and digital books, digital magazines, digital newspapers and many more digital products. Downloads are fully compatible with PC, Mac, IPhone, IPod, any digital cellular phone, Kindle and... Platforms: Windows

License: Freeware Size: 28.36 MB Download (926): All Mobile Download

Added: May 17, 2010 | Visits: 1.118

Template::Plugin::Page Template::Plugin::Page is a plugin to help when paging through sets of results. SYNOPSIS [% USE page = Page($total_entries, $entries_per_page, $current_page) %] First page: [% page.first_page %] Last page: [% page.last_page %] First entry on page: [% page.first %] Last entry on page: [%... Platforms: *nix

License: Freeware Size: 3.07 KB Download (89): Template::Plugin::Page Download

Added: April 11, 2010 | Visits: 1.045

PagingMon PagingMon project is a Paging Activity Monitor. PagingMon project provides useful tools based on windows platform to monitor the page activity of the remote computer system in real time through UDP packages. To use it, user needs configure the Linux site and the monitor site over Window... Platforms: *nix

License: Freeware Size: 5 MB Download (95): PagingMon Download

Added: June 08, 2010 | Visits: 679

Beepage Beepage is a Unix-based text paging package. Text pages sent by the client over TCP/IP are received by the provided server, which queues and transmits the data to any paging service providers that support the Telocator Alpha-numeric Protocol. The beepage package includes two programs, a cleint... Platforms: *nix

License: Freeware Size: 296.96 KB Download (92): Beepage Download

1 2 3 4 5 >