Shaare your links...
210 links
ivan's bookmarks Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
page 1 / 1
19 results for tags C++ x
  • HyperDex is a distributed, searchable, and consistent key-value store
    HyperDex is a relatively new distributed key-value store designed from the ground up to provide a convenient user interface without sacrificing reliability or robustness. The result is a NoSQL storage system that provides a unique set of features not found together in other NoSQL or RDBMS systems.
    Sat 16 Feb 2013 12:56:24 PM CET - permalink -
    - http://hyperdex.org
    HyperDex nosql C++ key-value opensource
  • Quantcast File System
    Quantcast File System (QFS) is a high-performance, fault-tolerant, distributed file system developed to support MapReduce processing, or other applications reading and writing large files sequentially.
    Sat 16 Feb 2013 12:44:51 PM CET - permalink -
    - https://github.com/quantcast/qfs
    QFS distributed filesystem C++ APL opensource
  • MistServer streaming server
    Mistserver is a lightweight, open-source multistandard multimedia server. It bridges the gap between lightweight webservers and the usually heavyweight mediaservers that support non-HTTP protocols.
    Sat 16 Feb 2013 12:28:27 PM CET - permalink -
    - http://www.mistserver.org
    MistServer streaming MistServer GPL opensource C++
  • RetroShare: secure communications with friends
    RetroShare is a Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform.
    It lets you to securely chat and share files with your friends and family, using a web-of-trust to authenticate peers and OpenSSL to encrypt all communication.
    RetroShare provides filesharing, chat, messages, forums and channels
    Mon 21 Jan 2013 02:56:42 PM CET - permalink -
    - http://retroshare.sourceforge.net
    file-sharing p2p chat C++ opensource
  • C++ dlopen mini HOWTO
    Tue 15 Jan 2013 10:33:26 AM CET - permalink -
    - http://www.isotton.com/devel/docs/C++-dlopen-mini-HOWTO/C++-dlopen-mini-HOWTO.html
    dlopen howto C++
  • The C++ Annotations
    Tue 15 Jan 2013 10:31:10 AM CET - permalink -
    - http://www.icce.rug.nl/documents/cplusplus/
    reference C++
  • The C++ Resources Network
    Tue 15 Jan 2013 10:28:29 AM CET - permalink -
    - http://www.cplusplus.com/
    reference C C++
  • FlameRobin is a management GUI for Firebird
    FlameRobin is a database administration tool for Firebird RDBMS.
    Mon 14 Jan 2013 11:13:02 PM CET - permalink -
    - http://flamerobin.org/
    FlameRobin Firebird management opensource C++
  • Open Source Scientific Visualization
    ParaView is an open-source, multi-platform data analysis and visualization application. ParaView users can quickly build visualizations to analyze their data using qualitative and quantitative techniques.
    Mon 14 Jan 2013 10:12:12 PM CET - permalink -
    - http://www.paraview.org/
    ParaView visualization C++ opensource
  • Computing with HTCondorâ„¢
    HTCondor is a specialized workload management system for compute-intensive jobs. Like other full-featured batch systems, HTCondor provides a job queueing mechanism, scheduling policy, priority scheme, resource monitoring, and resource management. Users submit their serial or parallel jobs to HTCondor, HTCondor places them into a queue, chooses when and where to run the jobs based upon a policy, carefully monitors their progress, and ultimately informs the user upon completion.
    Sun 30 Dec 2012 10:13:57 PM CET - permalink -
    - http://research.cs.wisc.edu/htcondor/
    htcondor cluster workload management APL C++
  • The Bro Network Security Monitor
    While focusing on network security monitoring, Bro provides a comprehensive platform for more general network traffic analysis as well.
    Sun 30 Dec 2012 09:36:49 PM CET - permalink -
    - http://www.bro-ids.org
    bro network security monitoring BSD C++
  • Click! modular router
    Sun 30 Dec 2012 08:17:38 PM CET - permalink -
    - http://www.read.cs.ucla.edu/click/
    click router opensource C++
  • XORP is a modular, extensible, open source networking platform
    XORP is the industry's only extensible open source routing platform. XORP provides a fully featured platform that implements IPv4 and IPv6 routing protocols and a unified platform to configure them. It is the only open source platform to offer integrated multicast capability.
    Sun 30 Dec 2012 08:13:37 PM CET - permalink -
    - http://www.xorp.org
    XORP opensource networking OSPF BGP C++
  • Apache Mesos Dynamic Resource Sharing for Clusters
    Apache Mesos is a cluster manager that provides efficient resource isolation and sharing across distributed applications, or frameworks. It can run Hadoop, MPI, Hypertable, Spark (a new framework for low-latency interactive and iterative jobs), and other applications.
    Sun 30 Dec 2012 05:00:00 PM CET - permalink -
    - http://www.mesosproject.org
    mesos cluster resource-manager APL C++ Java python
  • Metis / MapReduce for multi-core
    Metis is a multi-core MapReduce library.
    Sun 30 Dec 2012 12:36:52 PM CET - permalink -
    - https://github.com/ydmao/Metis
    Metis multi-core MapReduce library C++ opensource
  • GNU SIP Witch - secure peer-to-peer VoIP server that uses the SIP protocol
    Calls can be made peer-to-peer behind NAT firewalls, and without needing a service provider. GNU SIP Witch does not perform codec operations and thereby enables SIP endpoints to directly peer negotiate call setting and process peer to peer media streaming even when when multiple SIP Witch call nodes at multiple locations are involved. This means GNU SIP Witch operates without introducing additional media latency or offering a central point for media intercept or capture. GNU SIP Witch can be used to build secure and intercept-free telephone systems that can operate over the public Internet.
    Wed 07 Nov 2012 01:05:18 PM CET - permalink -
    - http://www.gnu.org/software/sipwitch/
    sipwitch VoIP SIP telephony p2p GPL C++
  • System Security Services Daemon
    Its primary function is to provide access to identity and authentication remote resource through a common framework that can provide caching and offline support to the system. It provides PAM and NSS modules, and in the future will D-BUS based interfaces for extended user information. It provides also a better database to store local users as well as extended user data.
    Fri 02 Nov 2012 02:23:11 PM CET - permalink -
    - https://fedorahosted.org/sssd/
    linux security authentication pam nss GPL python C++
  • A distributed key-value storage system developed by Taobao.com
    Fri 02 Nov 2012 08:50:57 AM CET - permalink -
    - https://github.com/taobao/tair
    tair distributed key-value storage C++
  • Golomb Compressed Sets
    Simple implementation of the Golomb Compressed Sets (GCS), a statistical
    compressed data-structure. It is similar to Bloom filters, but it is far more
    compact: given N elements, and P probability of a false positive, an optimal
    Bloom filter requires at least N*log2(e)*log2(1/P) bits, where GCS gets the
    bar closer to theoretical minimum of N*log2(1/P). With real-world data sets,
    GCS can be 20-30% more compact than a Bloom filter.
    Fri 02 Nov 2012 08:40:22 AM CET - permalink -
    - https://github.com/rasky/gcs
    gcs data-structure C++ python
Links per page: 20 50 100
page 1 / 1
Shaarli 0.0.40 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.