SourceForge
Browse Enterprise Blog Help Jobs
Log In or Join

Solution Centers

Go Parallel HTML5 Windows 8 Smarter IT Big Data
Newsletters
  • Home
  • Browse
Find out more about Go Parallel Find out more about Apache Open Office Find out more about VLC Media Player Find out more about Pidgin Find out more about PDFCreator Find out more about Sweet Home 3D
Advanced
Filters
  • Programming Language: C++ ×
  • OS: BSD/OS ×
Refine your search
Translations
  • English (82)
  • German (24)
  • Russian (9)
  • French (8)
  • Hebrew (6)
  • Spanish (6)
  • Italian (5)
  • Japanese (5)
  • Afrikaans (3)
  • Brazilian Portuguese (3)
  • Chinese (3)
  • Bulgarian (2)
  • Dutch (2)
  • Finnish (2)
  • Arabic (1)
License
  • OSI-Approved Open Source (108)
    • GNU General Public License version 2.0 (72)
    • BSD License (19)
    • GNU Library or Lesser General Public License version 2.0 (9)
    • MIT License (6)
    • GNU General Public License version 3.0 (5)
    • Qt Public License (4)
    • Apache Software License (2)
    • Frameworx Open License (2)
    • GNU Library or Lesser General Public License version 3.0 (2)
    • Open Software License 3.0 (2)
    • Adaptive Public License (1)
    • Computer Associates Trusted Open Source License 1.1 (1)
    • Intel Open Source License (1)
    • Microsoft Reciprocal License (1)
    • Mozilla Public License 1.0 (1)
  • Creative Commons Attribution License (3)
  • Other License (3)
  • Public Domain (2)
Programming Language
  • C (38)
  • Java (10)
  • Python (10)
  • C# (8)
  • Assembly (6)
  • PHP (5)
  • Perl (4)
  • Unix Shell (4)
  • GLSL (3)
  • JavaScript (3)
  • APL (2)
  • ASP.NET (2)
  • ActionScript (2)
  • AppleScript (2)
  • Visual Basic .NET (2)
Status
  • 4 - Beta (36)
  • 5 - Production/Stable (29)
  • 1 - Planning (26)
  • 2 - Pre-Alpha (22)
  • 3 - Alpha (20)
  • 6 - Mature (4)
  • 7 - Inactive (2)
OS
  • Other Operating Systems (113)
    • Other (9)
    • BeOS (6)
    • WinNT (4)
    • Console-based Platforms (3)
    • GNU Hurd (2)
    • IBM OS/2 (2)
    • MS-DOS (2)
    • HP-UX (1)
    • IBM AIX (1)
    • OpenVMS (1)
    • SGI IRIX (1)
    • Win98 (1)
  • BSD (107)
  • Linux (88)
  • Modern (83)
    • Linux (76)
    • OS X (11)
    • WinXP (10)
    • FreeBSD (8)
    • Solaris (8)
    • NetBSD (6)
    • OpenBSD (6)
    • Win2K (4)
    • Windows 7 (4)
    • Vista (3)
  • Grouping and Descriptive Categories (52)
    • All POSIX (27)
    • All 32-bit MS Windows (24)
    • All BSD Platforms (11)
    • 32-bit MS Windows (9)
    • OS Independent (6)
    • OS Portable (6)
    • 32-bit MS Windows (4)
    • 64-bit MS Windows (2)
    • Classic 8-bit Operating Systems (1)
    • Project is OS Distribution-Specific (1)
    • Project is an Operating System Distribution (1)
  • Windows (42)
  • Mac (27)
Freshness
  • Recently updated (44)

Top Apps

Sort By
Most Popular
  • Most Popular
  • Last Updated
  • Name
  • Rating
  • Audio & Video
  • Business & Enterprise
  • Communications
  • Development
  • Home & Education
  • Games
  • Graphics
  • Science & Engineering
  • Security & Utilities
  • System Administration

Showing page 2 of 5.

  • DiSigo Icon
    DiSigo

    DiSigo is a Nintendo DS client for Internet Go Server (IGS). This is a port of ViZigo using libnds and PAlib.

    2 weekly downloads
  • FreeNX Sessions Administrator Icon
    FreeNX Sessions Administrator

    FreeNX Sessions Administrator provides a graphical tool for management of active NX sessions on FreeNX server

    2 weekly downloads
  • IzSound Icon
    IzSound

    IzSound is a STL/C++ stream-oriented sound processing library. It has been designed around small DSP units that can be chained together to operate on the sound data stream.

    2 weekly downloads
  • Pika Icon
    Pika

    Pika is a fast, lightweight, dynamic multi-paradigm programming language. Its list of features includes: First Class Functions, Closures, Lexical Scoping, Optimized Tail Calls, Classes, Cooperative threads, Packages, Properties and Exceptions.

    2 weekly downloads
  • RoNOTE Icon
    RoNOTE

    Very Powerfull Crossplatform Qt Based Music Note Editor[Still Planing]

    2 weekly downloads
  • Transvader Icon
    Transvader

    Transvader is a free ("free speech") "Asteroids"-like arcade game, implemented in C++, using the Allegro game library.

    2 weekly downloads
  • msort3 Icon
    msort3

    This is a fast sorting/indexing example that builds a file position sorting tree as a result of n-depth text file line byte sorting.

    2 weekly downloads
  • Shilosh OS Icon
    Shilosh OS

    Provide secure and stable OS, based on highly modified Linux Kernel, own package system, like "BSD Ports". Compatible with x86, Power PC. Easy to use of any level users. Complete Documentantion in many languages. 99% compatible with Windows.

    1 weekly downloads
  • BCRT - BC Raytracer Icon
    BCRT - BC Raytracer

    BCRT is a raytracer that uses povray-like syntax for defining scenes. It is ment as a teaching-projekt and offers multiple shapes and special effects.

    1 weekly downloads
  • C++ Hierarchical Data Framework Icon
    C++ Hierarchical Data Framework

    A framework for creating automatically-assembling trees of objects. Intended to parallel another interface as strictly a data I/O structure (e.g. file load/save in parallel with a GUI displaying it.) Adaptable to any hierachical data format.

    1 weekly downloads
  • C/C++ Memory Debugging Library Icon
    C/C++ Memory Debugging Library

    MemDBG is a little library that can help C and C++ programmers to debug memory leak bugs and other common pitfalls. It traces the memory blocks allocated and can reports errors and other informations on standard output, files and through UDP datagrams.

    1 weekly downloads
  • CJKVInput - a branch of UNICON/CHINPUT P Icon
    CJKVInput - a branch of UNICON/CHINPUT P

    CJKVInput, an enhanced branch of UNICON/CHINPUT, which is used to display/input Chinese, Japanese, Korean & Vietnamese. The main goal is to crack more better inputmethods and more features.

    1 weekly downloads
  • Computing very large Fibonacci numbers Icon
    Computing very large Fibonacci numbers

    A tool written in C++ to generate very large Fibonacci numbers using the primary recursive formula: F(n) = F(n-1) + F(n-2) n > 1; F(1) = 1, F(0) = 0.

    1 weekly downloads
  • CrossPlatform Toolkit Library Icon
    CrossPlatform Toolkit Library

    A C++ based framework for highly object-oriented cross-platform programming. Includes Thread, Processes,Filesystem access,GUI, etc. plus a set of generic utilities like Strings,Data structures,advanced debugging tools, etc.

    1 weekly downloads
  • EagleFlyer electronics board Icon
    EagleFlyer electronics board

    Low cost electronics board for use in amateur rocketry and other hobbies.

    1 weekly downloads
  • Haiku Icon
    Haiku

    Haiku is an open-source operating system currently in development designed from the ground up for desktop computing. Inspired by the BeOS, Haiku aims to provide a computing experience that is simple yet powerful, and free of any unnecessary complexities.

    1 weekly downloads
  • IceGenerator Icon
    IceGenerator

    IceGenerator is a direct stream generator for Icecast/Shoutcast servers. Streams MP3 to an Icecast/Shoutcast server without resampling it, saving CPU. Features directories search, MySQL/PGSQL support, ID3, M3U/PLS, META dynamic info and telnet interfac

    1 weekly downloads
  • KGamma Icon
    KGamma

    KGamma is a KDE Control Center modul for gamma correction of XFree86. With proper gamma settings, your display (websites, images, etc.) will look the same on your monitor as on other monitors.

    1 weekly downloads
  • KHTML/BeOS Browser Icon
    KHTML/BeOS Browser

    Nirvana is the new approach to produce brand new alternative way to Web Browsing under BeOS/Haiku. Our main goal is bring free, fast browser which is coded in BeOS-native C++ style and utilizes proven codebase, with support for modern technologies like CS

    1 weekly downloads
  • KOpenHBCI Icon
    KOpenHBCI

    A KDE program which allows managing your bank accounts via HBCI using OpenHBCI and LibChipCard. It is written in C++ and is supposed to work on all Linux-alike operating systems.

    1 weekly downloads
  • Netpanzer Masterserver Icon
    Netpanzer Masterserver

    Masterserver (Metaserver) code used in netpanzer. The code is generic enough to be usefull for other projects. This is a server implementation and a specification of the plain text based protocol.

    1 weekly downloads
  • Nikhil's DevOS Icon
    Nikhil's DevOS

    This is a unix distribution I made so that I can develop from anywhere--a virtual desk if you will. Some of my friends and colleagues have found it useful, and an easily accessible place to put the operating system up is on the internet.

    1 weekly downloads
  • Odin Icon
    Odin

    Operating system striving for component orientation, persistence, distributed computing support.

    1 weekly downloads
  • PSP-OSS Icon
    PSP-OSS

    PSP-OSS is an initative for a 3rd party shell on Sony's PSP

    1 weekly downloads
  • Pertergrin - A RPG System Icon
    Pertergrin - A RPG System

    Pertergrin a fantasy role playing game. The player plays the role of a hero going through adventures. Pertergrin is also an role playing game system. This enables you to create or improve a world, towns, items etc. using an Editor.

    1 weekly downloads
  • Back
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next

Staff Picks

  • Icon Clover EFI bootloader
  • Icon Dungeon Crawl Reference
  • Icon Data Crow
  • Icon LibreCAD
  • Icon OpenCPN
  • Icon OS4
  • Icon Pinguy OS
  • Icon PNotes
  • Icon Synfig

Top Downloaded

Powered by Dice Logo Latest Tech Jobs

  • Loading... The latest tech jobs.
See All Jobs ››
SourceForge
About Site Status @sfnet_ops
Find and Develop Software
Create a Project Software Directory Top Downloaded Projects
Community
Blog @sourceforge Job Board
Help
Site Documentation Support Request Real-Time Support
Copyright © 2013 Dice. All Rights Reserved.
SourceForge is a Dice Holdings, Inc. service.
Terms Privacy Cookies/Opt Out Advertise SourceForge.JP Smarter IT