profiling
Profile Designer 1
Profile Designer is created to be a useful and helpful utility which lets you design your own page and profile. more>> <<less
Profile Manager Basic 3.0.0.1
Profile Manager Basic - highly customizable membership software for web sites more>>
Profile Manager Basic is a software that can create registration forms for website registration.
On the member area, users can update their information, change password, access member-only content or browse other user profiles. You have total control over abilities of the users or the design of the pages.
Profile Manager Basic - highly customizable membership software for web sites. Profile Manager Basic 3.0 - Interlogy Internet Technologies
Profile Picture Genius 1
Profile Picture Genius is a free picture cutting and resizing program, which allows you to create a custom profile avatar for your favorite social forum or instant messenger tools (MySpace, more>>
Profile Picture Genius 1 offers you a useful editor tool which allows you to create a custom profile avatar for your favorite social forum or instant messenger tools (MySpace, MSN,Skype, Flickr, YouTube, Blogger, phpBB Forum, vBulletin Forum, IPB Forum , for example). Profile Picture Genius support more than 40 picture file format and save them in JPEG, GIF, PNG, and BMP formats.
Lonking Software LLC - Profile Picture Genius is a free picture cutting and resizing program. Profile PictureIE Profile Manager 1.4.0.5
IE Profile Manager keeps as many different LAN and proxy profiles for your Internet Explorer as you need. more>>
IE Profile Manager is a tool that was developed to maintain different LAN setups and proxy settings for the Internet Explorer.
Its a handy solution for the mobile PC (notebook) user, who needs to connect the PC into different network environments and wants to run IE easy without manual reconfiguration of LAN settings.
After installation, IEProf shows you the current LAN setup and proxy server addresses for the Internet Explorer. This profile is named Initial configuration.
Now you can start to modify particular settings for different LAN environments and save every profile.
Additionally to the original IE setup, you can choose and save a WWW start
page for every profile.
Selecting a profile and clicking on the Start IE button will reconfigure the appropriate IE settings in the Windows Registry and start IE itself after that. You can also double click on the profile name in order to start IE.
CPS PROFILER 2.02
Pre-employment personality profiling software for Employers & HR Professionals.... more>> Pre-employment personality profiling software for Employers, Recruiters, HR Professionals & Team Builders.The CPS PROFILER is a computer based method of obtaining a personality profile of a job applicant. The candidate does not need to be present at the analysis and does not need to know that the analysis is being performed. This means that there can be no lying, cheating or faking. Its quick, cost effective and easy to use.<<less
CPS Profiler offers a useful and effective Pre-employment personality profiling software for employers, recruiters, HR professionals and team builders. CPS Profiler 2.02 - Covert ProfilingLicense:Freeware
Net Profiles 2.1.7
Save your network settings as profiles! more>>
Net Profiles is an easy-to-use software application that will help you to eliminate the need to manually reconfigure your network settings when you move your desktop/laptop computer to another location and want to connect to another network.
Enhancements:
- Fixed a looping problem with perpetually detecting the connected wireless network and applying the appropriate profile.

Modify Profile 1.21
Loads Registry hives and modifies profiles! more>> Loads Registry hives and modifies profiles for users who are not currently logged in. Can also be used to modify new user profiles (Default User). Use ModifyProfile /? to view the syntax.<<less
HDD-Profiler 1.0.30
HDD-Profiler is a powerful HDD (Hard-Disk-Drive) profiling utility more>>
HDD-Profiler is also easy-to-use, accurate and highly-featured.

Delete Profiles 1.10
Deletes user profiles, based on the number of days since they were last used. more>> Deletes user profiles, based on the number of days since they were last used. Profiles are enumerated from the registry under HKLM\Software\Microsoft\Windows NT\CurrentVersion\ProfileList\ and then the modified date of each profiles NTUSER.DAT (the HKCU hive) is used to determine the age of each profile. Use DeleteProfiles to view the syntax.<<less
Profile Ferret 1.1.2
PROFILE FERRET is a free and very simple tool which helps you in digging up the online profile of a Yahoo Identity more>>
Just Enter a yahoo ID and press the Dig For Info button and it will get you the onlne profile in a small window.
xSQL Profiler 1.0.1
Advanced SQL Server Profiling - monitor multiple SQL Servers from one location more>> xSQL Profiler is an easy to install, easy to use, agent-less SQL Server monitoring tool that can be utilized for performance, auditing and compliance related tasks. Monitor multiple SQL Servers from one central location - choose SQL Servers and databases you want to monitor, define precise traces to trace exactly what you need, nothing more nothing less, schedule the traces and forget it - xSQL Profiler takes care of the rest.<<less

OrlyGurus Profile Builder 1
OrlyGurus Profile Builder wont make you disappointed because it is a simple, easy-to-use, profile creation and editing tool, developed to help new and expert MySpace users with editing their profiles with ease. more>>
OrlyGurus Profile Builder 1 won't make you disappointed because it is a simple, easy-to-use, profile creation and editing tool, developed to help new and expert MySpace users with editing their profiles with ease.
Use its simplistic, but powerful features to improve your profiles with only a few clicks. Never lose your important profile data to hackers, human error, or broken code again.
Profile Password Writer 1.0
Profile Password Writer allows you to set the password to any profile you may have forgotten more>>
NetBeans Profiler 5.5.1
NetBeans Profiler, with its tight integration into the NetBeans IDE work flow helps you build reliable and scalable applications more>>
Select from several of the most common tasks, such as standard CPU or memory profiling, or simple monitoring. The options are preset to default values by experts. Only the application-specific options are exposed to you. If you need to tune the tools nuts and bolts, switch to custom profiling for full flexibility.
The Profiler can be set up to report only on the methods in which you are interested. Profile the entire application, or a subset, under a realistic workload. Using dynamic bytecode instrumentation and additional algorithms, the NetBeans Profiler obtains runtime information on applications that are too large or complex for other profilers.
Main features:
- Low overhead profiling: you can profile just a subset of the application code - the rest of the code is not instrumented and thus runs at full speed. The profiled subset and the kind of profiling (CPU, memory, etc.) can be changed at any moment during run time.
- CPU Performance profiling: you can profile the entire application, or select a subset of its code to profile based on one or more root methods that you are free to choose. For example, you can set the doGet() method of your servlet as a root, and thus profile only the code of this method and other methods that it calls. The rest of the Java code, including most of the code of your Web/Application server, will run at full speed. Selective profiling based on chosen root methods appears to be a surprisingly good way to reduce the performance overhead and obtain accurate results for heavily multithreaded applications under realistic workload.
- Memory profiling: you can profile only object creation events, which imposes smaller overhead and allows you to detect problems with excessive object allocations. If this is not enough, you can turn on object liveness profiling, that records both object creation and reclamation events. It allows you to see the number, age, allocation paths, and other characteristics of objects currently in memory. It also can help you to detect memory leaks.
- Memory leak debugging: memory leaks are not uncommon with large Java applications. With most of the existing tools, it may take hours to make sure there is really a memory leak, and then to identify leaking objects. Our technology can pinpoint leaking objects for you immediately, based on the special pattern of allocations and reclamations (or lack thereof) that such objects typically demonstrate. You can then check where these objects were allocated, which in many cases is sufficient for identifying the root cause of the leak.
- Task-based profiling: profiling is a complex activity, which may require quite a bit of tuning, and thus learning the tools nuts and bolts. However, our task-based approach makes climbing the learning curve much easier, by first offering you several of the most common tasks, such as standard CPU or memory profiling, or simple monitoring. In these tasks, most of the options are preset to the most common values, and only the most important options are exposed to you. Once you learn more, you can switch to custom profiling, where you can get a full advantage of the flexibility of the advanced NetBeans Profiler technology.
- Threads profiling: you can observe threads & their activity during application execution. The threads profiling offers two views of the threads: "Threads timeline", showing threads activity side-by-side, and "Thread details" showing detailed information about one or more selected threads, including a list of all state changes in the threads life
- Processing collected data offline: you can save snapshots of collected results and process them offline.
System requirements:
- You must have NetBeans IDE installed first. Download it here
Public Fix Profile 1.0
Public Fix Profile is a Microsoft Outlook Addon created to support the delation of duplicate Personal Folders in Outlook more>>
These duplicate entries of identical Personal Folders in Outlook is a result of abandoned entries in the Windows Registry.
Clear Editor - the announcement of the Registry entries which can be deleted were placed in a clear editor.
Backup function for the appropriate range of the Registry. If you should delete wrong entries of the Outlook profile, you can recreate the Registry at any time.
Why do i get Personal Folder entries in Microsoft Outlook?
The reason is often an update of Outlook on a higher version, without to create a new Outlook profile or to delete at first the old Outlook profile. Other reasons could be wrong developed Outlook Addons who create additional registry entries for Outlook folders or a reason could be the import of data in Outlook.