Microsys Ajour : Free Calendar and information manager
Screen Ruler : Measure anything on your screen
LINQ to SQL Debug Visualizer
Download LINQ to SQL Debug Visualizer. http://www.scottgu.com/blogposts/linqquery/SqlServerQueryVisualizer.zip
To install the visualizer you need to copy the the SqlServerQueryVisualizer.dll assembly from the .zip package to your local \Program Files\Microsoft Visual Studio 9.0\Common7\Packages\Debugger\Visualizers\ directory.
Unlock files in use with Unlocker
Alkitab Bible Study : open source bible study toolset
based on the NetBeans Platform and JSword CrossWire library. It features
rich and user friendly Bible study tools. Alkitab supports parallel view,
commentaries, lexicons, dictionaries, glossaries, and daily devotions. It
also come with powerful search capability. Alkitab is an alternative front
end to the JSword CrossWire which is available for Windows, Unix/Linux, or
Mac OSX.
Features :
-------------------------
View Single Book or Bible
View Parallel Books or Bibles
Cross Reference and Search
Commentaries
Strong's Concordance and Morphology
Lexicons/Dictionaries/Glossaries
Daily Devotions
Plugins Support
This application requires Java 1.5 or higher (http://www.java.com/getjava)
to run.
UniConvertor : universal vector graphics translator/converter
to convert one format to another.
Development of the import/export modules for this program goes through
different stages, quality and feature coverage are different among formats.
Supported Import Filters:
-------------------------
1. CorelDRAW ver.7-X3,X4 (CDR/CDT/CCX/CDRX/CMX)
2. Adobe Illustrator up to 9 ver. (AI postscript based)
3. Postscript (PS)
4. Encapsulated Postscript (EPS)
5. Computer Graphics Metafile (CGM)
6. Windows Metafile (WMF)
7. XFIG
8. Scalable Vector Graphics (SVG)
9. Skencil/Sketch/sK1 (SK and SK1)
10. Acorn Draw (AFF)
Export Filters:
---------------------------
1. AI (Postscript based Adobe Illustrator 5.0 format)
2. SVG (Scalable Vector Graphics)
3. SK (Sketch/Skencil format)
4. SK1 (sK1 format)
5. CGM (Computer Graphics Metafile)
5. WMF (Windows Metafile)
Latest binaries can be downloaded from below URL :
http://sk1project.org/modules.php?name=Products&product=uniconvertor
Creative Docs .NET - free vector-based graphic design tool
|
|
|
|
Real time multi-user collaboration with WhiteBoardMeeting
- Windows 2000, Windows XP or Windows Vista
- .NET framework 2.0 or later
- 400MHz processor with 256MB RAM
- Skype 3.0 or later
- 5 MB free hard disk space
- Mouse or some other pointing device
Open Links in Internet Explorer from Firefox using FireGestures
Mole : multipurpose visualizer for VisualStudio
Mole is a multipurpose visualizer for VisualStudio. Mole is designed to not only allow the developer to view objects or data, but to also allow the developer to drill into properties of those objects. Mole allows unlimited drilling into objects and sub-objects. When Mole finds an IEnumerable object, the data can be viewed in a DataGridView or in the properties grid. Mole easily handles collections that contain multiple types of data. Mole also allows the developer to view non-public fields of all these same objects. You can learn a lot about the .NET framework by drilling around your application's data.
Mole can be downloaded from : http://www.codeproject.com/KB/macros/MoleForVisualStudio.aspx
Great work from Andrew Smith, Josh Smith and Karl Shifflett.
Open all type of files quickly with notepad - Registry Hack
Many times you might be using notepad or any other editor to quickly open files with unknown extensions. The default method of opening unknown files shows a long list of known applications and is not very convenient to use. This small trick lets you open any kind of files by just right click and "Open with Notepad" context menu. Copy and paste the code below into Notepad. Then save it as a .reg file and import it to registry by clicking on it.
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\Open with Notepad] @=”" [HKEY_CLASSES_ROOT\*\shell\Open with Notepad\command] @=”notepad.exe %1″
In place of notepad you can use any of the text editor as notepad is very basic and takes lots of time for large files.