Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fichiers
Recherche: 

Determine CPU Utilization
Josh Assing, Jassing Consulting
Client required his app to "stop processing" if utilization reached 90%, so I added this in a timer to check. This is VB6 DLL (needs VB runtimes) to determine % of CPU utilization. The usage in simple: loMon=createobject("cpumon.cpuuse") ?loMon.cpuuse()
Créé le
Il y a 22 années
Téléchargements
620
Type de fichier
Résultat de votes
5.00/5.00
General information
Résultat de votes:
5.00/5.00 (1 rate) Évaluer cet item
Créé par
Josh Assing, Jassing Consulting
Josh Assing has been pogramming in xbase & C since the 80's. FoxPro since FoxBase thru FPW and VFP9. MultiUser, SQL, single user, BarCodes, Inventory, and realtime processing. Including, FLL/DLL in C to speed up calculations/CPU intensive processing. ASP/VFP integration thru custom COM objects; help files, robust installers. White & Black box testing in our testing lab.

Commentaires
Ajouter un commentaire
More downloads created from this member
Josh Assing, Jassing Consulting
Easily track packages sent thru DHL, FedX, UPS, or USPS Updated to handle new page result format.
Créé le
Il y a 17 années
Téléchargements
513
Type de fichier
Freeware
Josh Assing, Jassing Consulting
The server I used for my COM object seems to be more flakey than at first believed. This is a list of some quotes & history dates I've accumulated. Good for adding some end user enjoyment to an app. Two database Quotes & DayEvent Enjoy -josh
Créé le
Il y a 18 années
Téléchargements
277
Type de fichier
Freeware
Josh Assing, Jassing Consulting
Add Quotes, Weather, or Day In History to your applications (COM Object)Requires VFP9 Framework files (http://jassing.com/binaries/vfp9FrameWork.exe) COM object requires internet connection to retrieve Quotes, Weather & History from well known server.
Créé le
Il y a 18 années
Téléchargements
288
Type de fichier
Freeware
Josh Assing, Jassing Consulting
Freeware/donationware Provides a way to retrieve Zip+4 for an address (USA only) via a COM object. This is done by retrieving it from USPS, NOT a database housed on a 3rd party server. Zip4COM homepage: http://zip4com.jassing.com Demo has been fixed.
Créé le
Il y a 18 années
Téléchargements
269
Type de fichier
Freeware
Josh Assing, Jassing Consulting
Fast CRC32 for files & strings -- writen in C for fast calculations. *Tests performed on 1000mhz PentiumIII machine: *Times in seconds. Using 256, 1024, and 2048 as chunk size *12 Meg file: * FileToStr = .4 *crc of the string = .9 * crc of the file = .6,.5,.4 *103 Meg File: * FileTo...
Créé le
Il y a 22 années
Téléchargements
624
Type de fichier
Josh Assing, Jassing Consulting
PRG's to allow you to call dynazip ax compression/decompression routines in procedure style -- zip(cZip,cMask,cControl) Provides callbacks so it will display its progress Updated for latest 5.00.03 dynazip DLL's. ...
Créé le
Il y a 22 années
Téléchargements
1529
Type de fichier
Josh Assing, Jassing Consulting
Enables Long File Name support for FPW 2.6 Recently I got a few emails regarding it; and one person asked about a "rename" function.. So I dug up the code, added a rename, and recompiled. http://www.jassing.com/binaries/foxlfn.zip is the last "real" version.
Créé le
Il y a 22 années
Téléchargements
407
Type de fichier
Josh Assing, Jassing Consulting
Allows you to query the connection status (connected, disconnected, etc), Logoff the session, get the username, etc. Small FLL (library) to help you, combined with a timer, you can check the status of the connection state, and if disconnected, you can close files, or log off the server for security...
Créé le
Il y a 22 années
Téléchargements
933
Type de fichier
Josh Assing, Jassing Consulting
This utility allows you to check for a server & port to be running. For example: ?ping("jassing.com",80) would check to see if jassing.com is running a web server. Does *not* do any record lookups (ie: ?ping("Jassing.com",25) would be for a SMTP server, but if the MX record points to a different s...
Créé le
Il y a 22 années
Téléchargements
827
Type de fichier
Josh Assing, Jassing Consulting
Can verify NT Domain passwords (from NT/W2K/Win9x) & for local system. ?vpass("password","user","domain") Returns .t. on success, .f. on failure. Domain & user are optional. Tested with VFP6, sp5 on W2K & NT4 & TerminalServer & Win98 Sample form included.
Créé le
Il y a 23 années
Téléchargements
1377
Type de fichier