ôøåé÷èéí

Project Name:Panorama Based Web Site
Project Description:Generic web site example and web controls for use with SQL Server 2005 or 2008 and Panorama NovaView. The project now contains -PanoramaView web control and UpdateDateLabel web control
Project URL: http://www.codeplex.com/PanoramaBasedWebSite
Developers:Miky Shriber

Project Name:rNunit
Project Description:rNunit is a distributed Nunit project. Many application these days are client-server application, distributed application and regular unit testing are not satisfactory anymore. With rNunit a user can create a Nunit TestSuite that will define which TestCase to run on which machine and this way check the full functionality of the tested application
Project URL: http://www.codeplex.com/rnunit/
Developers:Aviad Lichtenstadt

Project Name:GAPI.Net
Project Description:This project provides a .NET (C#) wrapper for Google API. It enables interfacing with Google search, translation and other services.
Project URL: http://www.codeplex.com/GAPIdotNET
Developers:Sagi Shporer

Project Name:Live Hits Finder
Project Description:Many times when we are searching for some item in Google/Live/Yahoo/... The top results do not satisfy us. Sometimes the best results are hidden in the next search results pages. By finding the BUZZ words related to the searched item we can modify our search and get a better understanding on the searched item. The project searches for BUZZ in Google's top 100 results and in Wikipedia relevant page (If any). The results are ordered in a simple list. After watching the results you can search again using the search item plus one of the found BUZZ words.
Project URL: http://www.codeplex.com/LiveHitsFinder
Developers:Amit Talmor

Project Name:Transfer gigantic DataTables over WCF / .Net Remoting
Project Description:This solution deals with transferring huge DataTables over WCF and .NET Remoting. When transporting large DataTables between a Server and a remote Client, there are several issues; that stem from .NET serialization. Serialization of a large DataTable is memory thirsty. A large enough DataTable will cause the client to get System.OutOfMemoryException, or System.InsufficientMemoryException. Those exceptions cannot be caught at the server side, as they occur in the innards of the framework code that deals with seriailization and transport. If the DataTable is really large, the framework will throw the server process all together, with brute force. There is no way around that. Another issue is throughput, which is not outstanding, and becomes noticeable when the table gets large. The solution at hand circumvents this problem by partitioning the DataTable to chunks and transferring the chunks in a multi-threaded fashion.
Project URL: http://www.codeplex.com/ChunkTransporter
Developers:Guy Eden

Project Name:Silverlight Tree View
Project Description:Silverlight 2 is great technology, but some of very handy User Controls are still missing. This project provides Tree View user control for Silverlight 2
Project URL: http://www.codeplex.com/SilverlightTreeView
Developers:Alexander Golesh

Project Name:Quick Query
Project Description:QuickQuery is a tool that allow the user to choose SQL type (microsoft sql, mysql, sqlite and more) and inject a query to his the database. You can configure default details of your SQL (like server, username, password etc). QuickQuery allow you to control your SQL database easily and fast without any installation required. Just put it in your server folder and it works! QuickQuery is avilable for PHP and ASP servers. Project URL: http://www.codeplex.com/quickquery
Developers:Guy Rombaut

Project Name:Framework Detector
Project Description:When you testing a windows application the Framework version is very important! If your application needs framework 2.0 and not framework 3.0 or framework 3.0 and not framework 3.5 how can you know which version is installed? With this tool you will be able to know which framework version is installed on your computer.
Project URL: http://www.codeplex.com/FrameworkDetector
Developers:Shai Raiten

Project Name: MOSS 2007 Open Calais Integration
Project Description:The MOSS 2007 Open Calais Integration automatically adds semantic metadata and intelligent search capabilities to content pages on Microsoft Office SharePoint Server 2007 (MOSS 2007) content management web sites. Basic knowledge about the MOSS 2007 infrastructure is required.
Project URL: http://www.codeplex.com/MossOpenCalais
Developers:Eran Steinmetz

Project Name: T Messager
Project Description:T Messager is an Instant Messaging application, which uses .NET Framework 3.5 networking (by sockets). It uses both TCP and UDP protocols in order to communicate over the network. T Messager can transfer text messages, as well as emoticons, images and files. Transferred text and images are displayed in the T Messager GUI.
Project URL: http://www.codeplex.com/TMessager
Developers:Tom Hanetz

Project Name: Text2Speech
Project Description: You write and the computer reads. This package contains Windows Application and Word Addin.
Project URL: http://www.codeplex.com/Text2Speech
Developers:Shai Raiten

Project Name: Defrost Outlook
Project Description: You outlook 2007 sp1 freezes or hangs in some occasions. Until a formal fix release from Microsoft , we want to help in the meanwhile. Send what makes your outlook hang (messages,ical,vcal,vcard etc) to defrostoutlook@gmail.com .
Project URL: http://www.codeplex.com/defrostoutlook
Developers:Daniel Cohen

Project Name: Wireless Migrator
Project Description: A handy small program, that knows to backup and restore all wireless networks setting from your computer. For some reason, there is no way to do it by using regular Windows Vista tools. This feature is extremely useful, when you have to reinstall your computer or use the same settings of wireless networks for different machines.
Project URL: http://www.codeplex.com/wlan/
Developers:Tamir Khason

Project Name: Non-Paged CLR Host
Project Description: This project is a custom CLR host that can provide significant performance improvements for applications that consume large amounts of memory. This is accomplished by locking all CLR-allocated pages into physical memory. Running an application under this host can guarantee that paging will not occur even if other applications on the system are allocating and deallocating memory continuously, or if the application becomes idle for a long period of time.
Project URL: http://www.codeplex.com/NonPagedCLRHost
Developers:Sasha Goldshtein and Alon Fliess

Project Name: Silverlight String-To-PathGeometry Converter
Project Description: : Silverlight 2 is great technology. But for developers who used to work with WPF there are some missed helper classes, which are very handy. One of them is “PathFigureCollectionConverter” object, which accepts string with figure path definition and convert it to Geometry object. This project provides similar functionality for Silverlight 2: it accepts string with path definition, and return PathGeometry object which could be used in Silverlight 2 applications to set “Data” property for Path object.
Project URL: http://www.codeplex.com/StringToPathGeometry
Developers:Alexander Golesh

Project Name: GSender
Project Description: A Simple Gmail desktop application. You can now send with your Gmail account, just enter user & pass. Not configuration is needed. Drag and Drop attachment, Schedule email, add and remove contacts and more… You can even you this as an Email Boomer :-)
Project URL: http://www.codeplex.com/GSender
Developers:Shai Raiten

Project Name: .NET Assembly Information
Project Description: A nice and small .NET tool that display useful information on .NET DLL (Assembly). Information like: Compilation mode Debug\Release. .NET Assembly full name. .NET Assembly references
Project URL: http://www.codeplex.com/AssemblyInformation
Developers:Rotem Bloom

Project Name: WCF Extras
Project Description: A collection of useful WCF extensions including Soap Header support, WSDL documentation etc. The WCF platform is very extensible and allows you to easily add features that are not part of the core product. This project contains some extensions I needed in a WCF based project: 1) SOAP Header support for WCF. 2) Adding WSDL Documentation from Source Code XML Comments. 3) Override SOAP Address Location URL. 4) Single WSDL file for better compatibility with older SOAP tools.
Project URL: http://www.codeplex.com/WCFExtras
Developers:Eyal Post

Project Name: SnakeX
Project Description: This is a Direct3D based snake game (using C# and .NET Framework 3.5). This game demonstrates basic DirectX usage. SnakeX uses basic Direct3D components such as Fonts, Sprites and Vertexes, to create basic Direct3D based game, which contains abillities like object movemnet, input handling and collisions
Project URL: http://www.codeplex.com/SnakeX
Developers:Omer Hanetz

Project Name: TurningOffService
Project Description: By turning off your computer instead of leaving it in sleep mode, you can save 40 watt-hours per day. That adds up to 4 cents a day, or $14 per year. Turning off a computer extends its lifetime, contrary to some misconceptions. Leaving a computer running the whole year will cost you more than 1,000 kWh/y, or almost as much a the total electricity consumption of a high-efficiency household. The easy-to-install windows service "TurningOffService" forces a computer shotdown in an hour chosen by the user. "A small service to help save the planet.
Project URL: http://www.codeplex.com/TurningOffService
Developers:Roni Furer

Project Name: elevators
Project Description: a monitor which enables the user to view the movement of the elevators in a building
Project URL: http://www.codeplex.com/elivators
Developers:Salim Marana

Project Name:Sudoku
Project Description: a Sudoku Puzzle application
Project URL: http://www.codeplex.com/Sudoku
Developers: Eyal Vardi

Project Name:Licenser - A Software license package
Project Description: A package used by the software developers for licensing their products. The produced license file is digitally signed. It is also specific for the licensed computer. The developer may license any feature in his program separately. Each of the license features might be time depended (optional).
Project URL: http://www.codeplex.com/Licenser
Developers: Eyal Levin

Project Name:WPF poker
Project Description: A simple WPF base poker for local area networks. The project is developed under Visual Studio 2008 and uses .NET 3.5
Project URL: http://www.codeplex.com/wpfPoker
Developers: Gil Shinnar and Simon Grinberg

Project Name:Add Stirng 2 Pic
Project Description: AddStirng2Pic gives to a tool to add any string to any picture
Project URL: http://www.codeplex.com/AddStirng2Pic
Developer: Sagi Levi

Project Name:Tipeysh! – VS Add-in that helps you creating C/C++ header files on a single click.
Project Description: : Are you also feel miserable when you need to create a new header file in your Visual Studio C/C++ project? Repeatedly choosing "new header file", then writing the annoying (but needed) "#ifndef" section, then writing the class name with it's "private", "protected" and "public" access modifiers... too much clicks and typewriting! Well, there is a solution: Tipeysh! is a simple, easy to use, very handy and configurable Visual Studio Add-In, compatible for both the 2005 and 2008 versions. Once you'll start using it, you won't go back... The Add-In is programmed using C# under the 3.5 .NET Framework.
Project URL: http://www.codeplex.com/tipeysh
Developer: Jacob Barkai

Project Name: Automate TFS Build Delete
Project Description: For TFS 2005 users Deleting Builds are not a problem anymore. For TFS 2008 users, Automate TFS Build Delete can be used as third party tool to easily manage your builds. Simple statistics about all Builds and their status, fast way to enter Build Log, Build Drop Location, Changesets and of course delete them. You can easily filter your Builds list by Date.( Example - Delete all builds before DD/MM/YYYY)
Project URL: http://www.codeplex.com/TFSBuildDelete
Developer: Shai Raiten

Project Name: DirectX Video Player
Project Description: This simple .NET based application allows you to control Video from the DirectX library. The code is designed in VisualBasic2008 - a NET framework, it is a simple and easy to understand. Using this Video player you can play many Video formats, inside the code there is, in addition to the Video controller, an Audio controller in which I decided not to use. The Video player have simple functions such as- Playing, Puasing and stopping, a slider that allows you to control the Video's current position. I also added some new functions such as Fast forward and ReWinding the Video.
Project URL: http://www.codeplex.com/DirectXPlayer
Developer: Yinon Eliraz

Project Name: WCF Visualizers
Project Description: Visual Studio 2005 shipped with a very nice feature called debugger visualizers. In accordance with their names, debugger visualizers allow you to visually view useful information about objects during debug. WCF Visualizers contain 5 visualizers: 1. Message Visualizer 2. ChannelDispatcher Visualizer 3. ServiceDescription Visualizer 4. ServiceHost Visualizer 5. ServiceEndpoint for the client side.
Project URL: http://www.codeplex.com/WCFVisualizer
Developer: Eyal Vardi

Project Name: WPF Recursion Controls
Project Description: WPF Recursion Controls presents a simple language for drawing pictures that illustrates the power of data abstraction and closure, and also exploits higher-order procedures in an essential way. The language is designed to make it easy to experiment with patterns such as the ones in figure , which are composed of repeated elements that are shifted and scaled. In this language, the data objects being combined are represented as procedures rather than as list structure.
Project URL: http://www.codeplex.com/WPFRecursionControls
Developer: Eyal Vardi

Project Name: CAB WorkItem Visualization
Project Description: CAB WorkItem Visualizations is upgrade to Sample Visualizations. this Visualizations show the WorkItem hierarchy, Worksapce, SmartPart, Command, Events, State and Items. CAB WorkItem Visualizations contains 3 main windows: 1. CAB WorkItem Visualizations hierarchy tree. 2. Properties Windows. 3. Control Visualizer, show the Workspace and SmartPart.
Project URL: http://www.codeplex.com/WorkItemVisualizer
Developer: Eyal Vardi

Project Name: PhoneBook2008
Project Description: Project Description: A Phone Book 2008 system that enables users to add/edit/search/delete records And make a call to specific phone number
Project URL: http://www.codeplex.com/PhoneBook2008
Developer: Salim Marana

Project Name: TFSUndoUtility
Project Description: Project Description: Neat little utility that scans a teamsystem source-control tree and finds all locked pending changes. With a simple double-click, you can undo the change, thus unlocking the file (given you have the sufficient permissions,of course). Very useful if running a single-checkout project, and someone "forgets" to check-in his file before going abroad for two weeks...
Project URL: http://www.codeplex.com/TFSUndoUtility
Developer: Natan Gamoran

Project Name: WebCam control for WPF
Project Description: Reusable WPF control to display high frame rate video such as WebCam or framegrabber DirectShow output. This control uses InteropBitmap introduced in .NET framework 3.5 and managed DirectShow P/Invoke. This control does not uses DirectShow.net library, so it's completely imdependent.
Project URL: http://www.codeplex.com/wpfcap/
Developer: Tamir Khason

Project Name: Silverlight controls library
Project Description: This is the library of WPF (and not only WPF) control, I am missing in Silverlight 2.0.
Project URL: http://www.codeplex.com/SharpControls/
Developer: Tamir Khason

Project Name: Duplicate images finder
Project Description: This application can search through your images collection and find duplicates not only by file name or size, but also by visual similarity. It’s done by implementation of some public domain algorithm to do its work.
Project URL: http://www.codeplex.com/DupliFinder/
Developer: Tamir Khason

Project Name: XSchedule
Project Description: XSchedule is a program which automatically build the schedule of a given school\university. The program will allow the user to define rules to guide the schedule building.Also, offering a dynamic and extensive UI abilities to view & manipulate the different objects in the schedule (staff, students, rooms, events etc). The program is build on .net framework 3.5, using WPF in the client.
Project URL: http://www.codeplex.com/XSchedule
Developer: Itamar Mula

Project Name: Timer
Project Description: This is a timer that beeps after a given time (MM:SS). This program can run in the background (with a notify icon), or in a normal mode.
Project URL: http://www.codeplex.com/timer/
Developer: Yosef Arbiv