23 projects tagged "English"
FeResPost is a library that allows the rapid development of small programs for the post-processing of Nastran or Samcef finite element results. The library allows easy manipulation of finite element models, groups, and results. Efficient post-processing is possible because the time-consuming operations are written in C/C++. The library is distributed as a COM component, a .NET assembly, as well as a Ruby compiled extension.
i-net Clear Reports (formerly i-net Crystal-Clear) is a very powerful reporting solution. It can accommodate a broad range of reporting needs, from a simple standalone application to a really big enterprise Web solution. It can produce many different output formats like Java Viewer, PDF, HTML, PS, RTF, XLS, TXT, CSV, SVG, and XML. It can generate reports from many different data sources like JDBC, ODBC, Java API, JNDI Data Source, and without data.
EC2 Mobile manages Amazon AWS EC2 instances from a Windows Mobile device. It allows you to start, stop, and manage running EC2 instances. If you have multiple clients who run their services on EC2, you can also store multiple profiles so that you can see all of the instances running across all clients. Similarly, you can see each profile's AMI images.
Vici MVC is a MVC Web application framework for .NET 2.0 or higher. It runs on the low-level ASP.NET layer provided by the .NET framework, but does not use ASP.NET WebForms and Controls. The framework is controller-centric as opposed to the view-centric architecture of ASP.NET WebForms. This allows Web applications to be built according to the MVC pattern with minimal effort. Vici MVC emphasises complete separation of concerns, ease of use, minimal configuration requirements, integration with any data access technology, performance, and easy deployment ("XCOPY deployment").
CVS, GIT, and Mercurial as well as other well-known version control systems cannot version directories. In other words, you cannot add empty directories. A "workaround" for this issue is to use placeholder files that are placed into empty directories. These placeholder files can then be committed into the repository and will make sure that, upon checkout, the directory tree is entirely reconstructed. The problem with using placeholder files is that you need to create them, and need to delete them if they are not necessary anymore (because sub-directories or real files were added). With big source trees, managing these placeholder files can be cumbersome and error prone. MarkEmptyDirs can manage the creation/deletion of such placeholder files automatically. It creates placeholder files in all empty "leaf" directories. If later on new files or directories are put into such directories, the placeholder files are not necessary anymore, and are removed automatically.
Wieldy is a to-do list manager that is based on the principles of GTD (Getting Things Done). It allows you to manage your to-dos in a simple but effective way. To-dos can be created as thoughts and actions, which can then be assigned to the Next Action, Today, or Someday categories. Tasks can also be scheduled and listed in a calender-like overview, as well as linked to a project or simply put on hold. Wieldy also allows you to manage your contacts and delegate actions to them. Other features include support for data encryption, tagging, priorities, recurring action templates, and synchronization with other PIMs like Outlook. No installation is needed.
TCRun is a tool written by software engineers in QA to help in writing, managing, and running automated test cases. The current version is written in C# for use on Windows, though other versions / platforms may be created later as necessary. It tries to make writing automated test cases as simple and painless as possible. It includes support for NUnit exceptions, logging (both test case specific and framwork/runtime), parameterized tests, test case resource files, and a validation framework. It can be used in mono, but is somewhat untested (it's actually built by mono, and it tests itself).