27 projects tagged "English"
CUBRID is a comprehensive relational database management system highly optimized for Web applications. CUBRID is fast and powerful. Its multi-process architecture and its multi-threaded server implementation scale very well as the data and the number of users grow. CUBRID has optimizations such as Click Counter feature and Fast Concurrent Insertions, which are designed for Web applications' high workloads. CUBRID is a reliable and feature-rich DBMS. The high availability (HA) and replication features can help you provide non-stop service. Query plan caching and query result caching allow your application to serve read-mostly queries with minimal server resource usage. It supports unlimited databases. As a relational database system, CUBRID provides seamless transactions even for your high-volume databases, regardless of the number and the size of your databases or tables.
The Dextop application framework allows you to create Rich Internet Applications based on .NET/Mono and Sencha Ext JS. It has proven to be useful for online business applications. It features a desktop-like Ext JS frontend, simplified client-server communication, a stateful programming model, real-time updates and notifications from the server, automatic column model generation, automatic store model generation, and automatic form generation.
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.
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.
KeyBoards is a cross-operating system platform that synchronizes short text messages or URLs. It is designed to be used for composing messages on a desktop system with a real, comfortable keyboard, and then sending them to a mobile device for transmission as an SMS. It is ideal for use with non-Latin character sets.
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.