Main > Free Download Search >

Free load software for windows

load

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3352
I-Load 1.0

I-Load 1.0


I-Load is a ASP.NET web control that makes uploading images faster and easier. more>>
I-Load is a ASP.NET web control that makes uploading images faster and easier.
Check out its numerous benefits and features:
- Uploads images without writing even one line of code
- Informs the user of the status of the uploading process
- Allows either automatic or manual resizing and cutting of the uploaded image
- Automatically generates unlimited resizing options from the original image
- Allows previews of the uploaded images
- Integrates perfectly with the Microsoft Visual Studio .NET environment.
I-Load is an ASP.NET web control uniquely composed of 100% managed code written in C#.
<<less
Download (2942K)
Added: 2005-11-04 License: Freeware Price: $0.00
1566 downloads
CPU Load 2.0

CPU Load 2.0


CPU Load is a powerful and splendid 32-bit software for Windows 95 and 98 which can manage the CPU Load (or Usage). more>>

CPU Load 2.0 is a powerful and splendid 32-bit software for Windows 95 and 98 which can manage the CPU Load (or Usage). Its display includes a CPU Indicator, a CPU Usage History and a system tray icon as a CPU meter.

<<less
Added: 2000-05-31 License: Freeware Price:
3 downloads
 
Other version of CPU Load
CPU Load 2.00CPU Load is a 32-bit software for Windows 95 and 98 that monitors the CPU Loa... CPU Load is a 32-bit software for Windows 95 and 98 that monitors the CPU Load (or
License:Freeware
Download (385KB)
1199 downloads
Added: 2006-09-24
IP Load 1.20

IP Load 1.20


IP Load is built to send a large number of IP frames to an individual (or broadcast) address, using a specific TCP or UDP port more>>
IP Load is built to send a large number of IP frames to an individual (or broadcast) address, using a specific TCP or UDP port, and allowing a user defined data packet
It is not intended to listen to any frames which may be sent in response. The maximum packets per second may also be specified, and the software will attempt to maintain this level of traffic, up to the maximum possible for the platform.
This software was developed with the IP developer / Network tester in mind, as a means to test and debug networks. Statistics are displayed in the main window indicating the current rate at which frames are being sent, along with the total number of frames sent and how long frames have been transmitted.
When TCP connections are used, the connection is opened after the setup window has been closed, the connection stays open until the setup window is again opened.
In some situations, especially when the receiver experiences congestion, the data sent in the TCP frames may not be broken into the specified size of packets. The receivers TCP window size affects this. In these situations, the statistics may not be accurate.
<<less
Download (15.5KB)
Added: 2006-06-21 License: Freeware Price:
1224 downloads
LOADTeVe 1.6

LOADTeVe 1.6


A 100% free software application in Spanish that uses Real Player and Windows Media Player to turn your PC into a set-top box. LOADTeVe es un reproductor gratuito de video en español que usa las venta more>> <<less
Download (4273K)
Added: 2000-04-09 License: Freeware Price:
3484 downloads
Computer Load 1.1

Computer Load 1.1


Computer Load is an easy-to-use, powerful and perfect tool which shows the amount of RAM and CPU being used. more>>

Computer Load 1.1 is an easy-to-use, powerful and perfect tool which shows the amount of RAM and CPU being used.

<<less
Download (27.4KB)
Added: 2007-03-25 License: Freeware Price: $0.00
downloads
 
Other version of Computer Load
Computer Load 1Steven McDonald - Computer Load widget allows you to view and monitor the system resources. Computer Load. This Widget shows the amount of RAM and CPU being used. Computer
License:Freeware
Download (27.4KB)
1002 downloads
Added: 2007-03-05
Load Tester 1.0

Load Tester 1.0


Load Tester produces hits to a web server more>>
Load Tester will produce hits to a web server.
Just put in the URL! You can set how many hits you want, and how many milliseconds between hits. You can produce up to 40 hits a second! Great for testing out servers to see what load they can handle.
<<less
Download (829KB)
Added: 2006-10-09 License: Freeware Price:
1195 downloads
BlockN Load 1.1

BlockN Load 1.1


An effective adblock program. Free of charge, ad and spyware free. more>> An effective adblock program. Free of charge, ad and spyware free. I made it to be my perfect companion to Opera, but it can be used with your favorite browser.
Download and run the setup program. Set your browser HTTP proxy settings to "localhost" and port 7768 and you are up and running. Surf the web as usual and get the feel of world without ads.
<<less
Download (3.13MB)
Added: 2008-06-26 License: Freeware Price: Free
495 downloads
SQL Load Test 1.0

SQL Load Test 1.0


Generates a Visual Studio 2005 Unit Test from a SQL Server Profiler trace more>> Generates a Visual Studio 2005 Unit Test from a SQL Server Profiler trace

The SQL Load Test was designed to generate a Visual Studio 2005 Unit Test from a SQL Server Profiler trace. The tool extracts all the SQL statements and stored procedure calls from the trace and turns them into a single Visual Studio Unit Test, which can then be configured as a Visual Studio Load Test.
The tool does not interact with the database itself when it generates the test code and so it can be used "offline".
The generated code needs to be customised to include a connection string to the database under test. The generated code also includes hooks to allow the user to customise the parameters that are passed to the SQL statements and stored procedures, so that variability can be introduced into the data to prevent caching from giving artificially high performance figures.
The tool is intended to be used in conjunction with a client program that exercises the database. A trace of the clients SQL Server activity is captured using the SQL Server Profiler. This represents a test scenario, which is then processed by the tool to produce a Unit Test that replays the scenario.
The tool requires a trace to be collected using the SQL Server Profiler tool. The tool assumes that the trace only contains records pertaining to a single client session. So it is important to ensure that the trace is set up to only collect trace records generated by the activity of the client being used to generate the scenario.
It is therefore advisable to run the client on a machine from which no other activity on the SQL Server database is being generated, and to set the SQL Server Profiler filter accordingly.
System requirements:
- SQL Server 2005 SDK and the SQL Server 2005 Management Tools are installed.
Version restrictions:
- Only supports code that operates against a single database with a single connection.
- Prepared statements are not supported.
- The tool cannot (yet) configure and capture the trace for you, it requires you to use the SQL Profiler yourself to get a trace. With SQL 2005 it is possible to automate this.
- Not (yet) integrated into Visual Studio or the DB Pro edition.
- The tool has only been tested in an English environment, it is unlikely to work correctly in other environments, particularly with dates. In a future version this could be resolved by requiring the ExistingConnection event class, which lists language and date format.
- The tool does not support the XML data types.
- InputOutput parameters that are initialised with a NULL cannot be distinguished from Output-only parameters, so they are treated as Output only.
- When the trace passes a NULL to a binary parameter (e.g. image, binary, varbinary) the generated code will generate a runtime error. The generated code needs to be modified to pass SqlBinary.Null. The custom code generation extensibility point can be used to work around this.
- Positional parameters passed to SQL statements (as opposed to stored procedure calls) are not supported.

<<less
Download (229KB)
Added: 2008-09-30 License: Freeware Price: FREE
388 downloads
Raw Load Hive N/A

Raw Load Hive N/A


This program will read all keys and values found inside a Windows Registry. more>> This program will read all keys and values found inside a Windows Registry Hive file - which are commonly found inside system32\config and I386 folders on windows operative systems.
It will not use the default Windows registry hive API for this operation and is also planned to have write support in a near future since it is not yet producing 100% compatible registry hives.
<<less
Download (223KB)
Added: 2008-06-18 License: Freeware Price: Free
492 downloads
Check Load Time 2.1

Check Load Time 2.1


Check Load Time is a free and useful application that will check the Load time of Web Pages more>>
Check Load Time is a free and useful application that will check the Load time of Web Pages.
<<less
Download (44KB)
Added: 2006-02-20 License: Freeware Price:
1382 downloads
Check Page Load 2.1

Check Page Load 2.1


Check Page Load - check the load time of Web Pages more>>
Check the load time of your web pages with Check Page Load
Check Page Load is a small software that checks the time that a web page is loaded
<<less
Download (48KB)
Added: 2003-11-01 License: Freeware Price:
2237 downloads
 
Other version of Check Page Load
Check Page Load 2.1VsiSoftware.com, Inc. - Check Page Load 2.1 Check the Load time of Web Pages. Check Page Load. Check Page Load 2.1 Check the Load time of Web
License:Freeware
Download (48KB)
1108 downloads
Added: 2006-10-16
CPU Load Widget 2.0

CPU Load Widget 2.0


CPU Load is a free widget that displays the current load on your computers CPU utilization more>>
CPU Load is a free widget that displays the current load on your computers CPU utilization.
CPU Load Widget allows you to view and monitor the load of your CPU. The status of your CPU is displayed right on your desktop.
<<less
Download (82.6KB)
Added: 2007-03-16 License: Freeware Price:
1004 downloads
Country Loader 1.0

Country Loader 1.0


Load ISO country codes into a database more>> A WebObjects project which will load 243 countries, along with their ISO codes, into a database. It can also be extended to insert additional default information. Instructions are included.<<less
Download (48k)
Added: 2008-11-09 License: Freeware Price: Free
349 downloads
LoadTimePage 1.0.1

LoadTimePage 1.0.1


A Statusbar with page load time whit measured in milliseconds more>> A Statusbar with page load time whit measured in milliseconds

LoadTimePage can measure statusbar weight, speed and time in milliseconds that it takes to load a page.
System requirements:
- Firefox 1.0 - 3.0.*

<<less
Download (9KB)
Added: 2008-09-29 License: Freeware Price: FREE
391 downloads
Load Time Analyzer 1.5

Load Time Analyzer 1.5


Load Time Analyzer - A Firefox extension for displaying load performance data more>>
The Load Time Analyzer allows developers to measure and graph how long web pages take to load in Firefox.
Load Time Analyzer will produce graphs that show the occurrence of events such as requests for the page, stylesheets, images and scripts, along with events like the execution of an onload script.
Use it to tune the performance of your page or to help make Firefox better
Using the Load Time Analyzer
- Choose which events you?d like to record using the ?Record? drop-down menu.
- Click the ?Clear? button on the toolbar to reset the event log.
- Visit a web page.
- Click the ?Graph? button to display the page load graph.
- Use the ?Scale? menu to view the graph more easily.
- Choose which events to graph using the ?Graph? menu.
- Choose which labels to show on the graph using the ?Text? menu.
- Change the colors of the graph by clicking the ?Colors...? button.
<<less
Download (24KB)
Added: 2006-12-07 License: Freeware Price:
1142 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5