RSS 26 projects tagged "Windows"

Download Website Updated 08 May 2013 PulseView

Screenshot
Pop 66.86
Vit 1.00

PulseView is a portable, cross-platform, sigrok GUI for logic analyzers, oscilloscopes, and MSOs.

No download Website Updated 30 Apr 2013 QMentat

Screenshot
Pop 82.50
Vit 1.60

QMentat helps you practice mental arithmetic. It uses arbitrary-length fixed point arithmetic, and can handle any size numbers, only limited by the size of your screen (and in the case of division with an integer result, the speed at which the number can be factored). It is also quite configurable, allowing you to tailor the questions to your needs.

Download Website Updated 26 Mar 2013 dlib C++ Library

Screenshot
Pop 403.09
Vit 52.53

dlib is a C++ library for developing portable applications dealing with networking, threads, graphical interfaces, data structures, linear algebra, machine learning, XML and text parsing, numerical optimization, Bayesian nets, and numerous other tasks.

No download Website Updated 18 Mar 2013 Bitcoin

Screenshot
Pop 421.39
Vit 18.52

Bitcoin is a peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to check for double-spending.

Download Website Updated 12 Mar 2013 innoextract

Screenshot
Pop 165.63
Vit 5.52

innoextract is a tool that allows you to extract the contents of Inno Setup installers on non-Windows systems. It does so without running the actual installer using Wine.

Download Website Updated 31 Jan 2013 YB.ORM

Screenshot
Pop 70.77
Vit 3.06

The YB.ORM library aims to simplify writing C++ code that has to deal with SQL databases. The goal is to provide a convenient interface like SQLAlchemy (Python) or Hibernate (Java). The library itself is cross-platform and supports a variety of SQL dialects: SQLite3, MySQL, Postgres, Oracle, and Firebird. Integration with Boost, Qt4, and wxWidgets is built-in. In a typical usage scenario, you would describe your database schema and table relationships in a simple XML-based format, generate SQL code to populate database schema with tables, generate C++ classes, add application-specific logic to the classes, and use these classes in cooperation with the Session object to query objects from the database, create new or modify/delete existing objects, or link and unlink objects using relations. Simple serialization to XML is supported along with connection pooling.

Download Website Updated 02 Dec 2012 ChaiScript

Screenshot
Pop 150.67
Vit 12.41

ChaiScript is an embedded scripting language designed from the ground up to directly target C++ and take advantage of modern C++ development techniques. Being a native C++ application, it has some advantages over existing embedded scripting languages. It uses a header-only approach, which makes it easy to integrate with existing projects. It maintains type safety between your C++ application and user scripts. It supports a variety of C++ techniques including callbacks, overloaded functions, class methods, and STL containers.

Download Website Updated 24 Sep 2012 4K Video Downloader

Screenshot
Pop 34.32
Vit 15.61

4K Video Downloader is a video and audio downloader for YouTube, Vimeo, Facebook, Dailymotion, Metacafe, and other video-sharing services. It features video quality up to 4k resolution, FLV, MP4, and MKV support, extraction of audio to the MP3 format, and a "Smart Mode" for fast downloads.

Download Website Updated 21 Aug 2012 ImageVis3D

Screenshot
Pop 79.87
Vit 6.88

ImageVis3D is a volume rendering application specifically designed to render large data sets. This is achieved by splitting the data set into multiple levels of detail (LoD), with each level itself decomposed into multiple bricks (atomic rendering primitives). Interaction occurs at the coarsest LoD, which can be rendered instantaneously on almost all modern systems. After a configurable delay, ImageVis3D will successively render finer levels of detail, until the data are visible at their native resolution. Volume rendering, as the name implies, is a technique for rendering scalar volumes of data. The rendering method allows one to see "inside" a data set, allowing the user to understand the inner three-dimensional structure of the data.

Download Website Updated 31 Jul 2012 Arx Libertatis

Screenshot
Pop 94.92
Vit 2.32

Arx Libertatis is a cross-platform, open source port of Arx Fatalis, a 2002 first-person role-playing game developed by Arkane Studios. Arx Fatalis features crafting, melee and ranged combat, and a unique casting system where the player draws runes in real time to effect the desired spell. The Arx Libertatis source code is based on the publicly released Arx Fatalis sources. This does however not include the game data, so you need to obtain a copy of the original Arx Fatalis or its demo.

Screenshot

Project Spotlight

check_updates

A Nagios plugin to check if a Red Hat system is up to date.

Screenshot

Project Spotlight

HTTPTunnel

A program to tunnel arbitrary TCP connections over HTTP.