60 projects tagged "Windows"
Wt is a C++ library for developing Web applications with an API that is widget-centric and inspired by existing C++ graphical user interface APIs. To the developer, it offers abstraction of Web-specific implementation details, increasing the accessibility and portability. Under the hood, the library uses the latest techniques (HTML5, Ajax, WebSockets) to handle user events and update the Web page.
Cell server is a project that allows tasks to be remotely queried through the SMS service of one's cell phone. These tasks are then followed out by the software on the user's computer. Cell Server is made to use with any mobile device. It requires the device to be able to send email. Cell Server also requires you to use the Authentication code as the subject, or it won't even read your commands. Commands are then placed in the body field. Cell Server currently only supports the use of one command per email message.
Mortgage Calculator is a Silverlight application that provides a mortgage calculator that can be embedded into Web sites. It can be used to appraise the amount of equity built within any period and estimate the costs involved, including PMI and taxes. The dynamically updated parameter fields are synchronized with the entry fields' data as one clicks on the adjustment arrows. Multiple adjustable parameters allow for refined results, which are presented as graphs and tables.
Java Debugging with Statement Aspects provides the possibility to skip certain statements from being executed during debugging. It lets you add your custom logic before and after execution of certain statements. It provides the possibility of tracing at the granularity of line numbers without touching the source code.