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
◄Older
page 1 / 11
  • OpenPGP JavaScript implementation
    The idea is to implement all the needed OpenPGP functionality in a JavaScript library, to reuse it in other projects and to provide example applications and browser plugins. It should allow you to sign, encrypt, decrypt, and verify any kind of text - in particular e-mails - as well as managing keys.
    Wed 18 Dec 2013 09:36:13 PM CET - permalink -
    - http://openpgpjs.org/
    javascript security OpenPGP
  • Pligg CMS
    An Open Source, PHP + MySQL, Social Publishing Content Management System
    Sat 28 Sep 2013 07:08:22 PM CEST - permalink -
    - http://pligg.com
    pligg CCA3.0 CMS
  • SonarQube is an open platform to manage code quality.
    SonarQube has got a very efficient way of navigating, a balance between high-level view, dashboard, TimeMachine and defect hunting tools. This enables to quickly uncover projects and / or components that are in Technical Debt to establish action plans.
    Sat 28 Sep 2013 07:02:13 PM CEST - permalink -
    - http://www.sonarqube.org
    sonarqube LGPL inspection
  • CoovaChilli is an open-source software access controller
    CoovaChilli is a feature rich software access controller that provides a captive portal / walled-garden environment and uses RADIUS or a HTTP protocol for access provisioning and accounting.
    Sat 28 Sep 2013 06:58:30 PM CEST - permalink -
    - http://coova.org/CoovaChilli
    coovachillli GPL opensource access
  • Open Working Group for Keyless Signature Infrastructure
    Keyless Signature Infrastructure (KSI) is a web-scale digital signature/timestamp system for electronic data. The term “keyless” denotes that the signatures can be reliably verified without assuming secrecy of cryptographic keys.
    Fri 26 Jul 2013 05:33:32 AM CEST - permalink -
    - http://www.openksi.org
    pki signature openpki
  • The Least-Authority File System
    Tahoe-LAFS is a Free and Open cloud storage system. It distributes your data across multiple servers. Even if some of the servers fail or are taken over by an attacker, the entire filesystem continues to function correctly, including preservation of your privacy and security.
    Sat 16 Feb 2013 06:16:43 PM CET - permalink -
    - https://tahoe-lafs.org
    Tahoe-LAFS distributed filesystem python opensource
  • XtreemFS is a fault-tolerant distributed file system for all storage needs
    XtreemFS replicates your file data across multiple storage servers. Our replication algorithm is designed to automatically cope with all the problems and failure scenarios that can occur in truly distributed systems: message loss, network partitions, server crashes etc.
    Sat 16 Feb 2013 06:03:53 PM CET - permalink -
    - http://www.xtreemfs.org
    XtreemFS distributed filesystem java BSD opensource
  • Mongrel2 - Web Server Project
    Mongrel2 is an application, language, and network architecture agnostic web server that focuses on web applications using modern browser technologies.
    Sat 16 Feb 2013 03:22:35 PM CET - permalink -
    - http://mongrel2.org
    Mongrel zeromq web http BSD C opensource
  • Media Capture and Streams
    The MediaStream interface is used to represent streams of media data, typically (but not necessarily) of audio and/or video content, e.g. from a local camera. The data from a MediaStream object does not necessarily have a canonical binary form; for example, it could just be "the video currently coming from the user’s video camera". This allows user agents to manipulate media streams in whatever fashion is most suitable on the user’s platform.
    Sat 16 Feb 2013 02:15:11 PM CET - permalink -
    - http://www.w3.org/TR/mediacapture-streams/
    MediaStream W3C specification
  • Media Source Extensions
    This specification allows JavaScript to dynamically construct media streams for <audio> and <video>. It defines objects that allow JavaScript to pass media segments to an HTMLMediaElement. A buffering model is also included to describe how the user agent should act when different media segments are appended at different times. Byte stream specifications for WebM, ISO Base Media File Format, and MPEG-2 Transport Streams are given to specify the expected format of byte streams used with these extensions.
    Sat 16 Feb 2013 02:08:57 PM CET - permalink -
    - http://www.w3.org/TR/media-source/
    streaming W3C specification
  • DASH - Dynamic Adaptive Streaming over HTTP
    Dynamic Adaptive Streaming over HTTP (DASH), also known as MPEG-DASH, enables high quality streaming of media content over the Internet delivered from conventional HTTP web servers. Similar to Apple's HTTP Live Streaming (HLS) solution, MPEG-DASH works by breaking the content into a sequence of small HTTP-based file segments, each segment containing a short interval of playback time of a content that is potentially many hours in duration, such as a movie or the live broadcast of a sports event.
    Sat 16 Feb 2013 01:52:40 PM CET - permalink -
    - http://en.wikipedia.org/wiki/Dynamic_Adaptive_Streaming_over_HTTP
    DASH streaming specification
  • rsnapshot is a filesystem snapshot utility for making backups of local and remote systems
    Using rsync and hard links, it is possible to keep multiple, full backups instantly available. The disk space required is just a little more than the space of one full backup, plus incrementals.
    Sat 16 Feb 2013 01:08:35 PM CET - permalink -
    - http://www.rsnapshot.org
    rsnapshot rsync backup perl GPL opensource
  • Encrypted bandwidth-efficient backup using the rsync algorithm
    Sat 16 Feb 2013 01:07:24 PM CET - permalink -
    - http://duplicity.nongnu.org
    duplicity rsync backup python GPL
  • Repoman is a virtual machine image catalog and repository with a RESTful interface
    Sat 16 Feb 2013 01:05:40 PM CET - permalink -
    - https://github.com/hep-gc/repoman
    repoman virtualization repository REST GPL opensource python
  • 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
  • Lustre
    Lustre, an open-source file system that supports many of the world’s largest and most complex computing environments.
    Sat 16 Feb 2013 12:48:20 PM CET - permalink -
    - http://www.opensfs.org
    distributed filesystem Lustre C GPL 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
  • OpenReplica is an object replication service for providing reliability and fault-tolerance in distributed systems.
    It is designed to maintain long-lived, critical state (such as configuration information) and to synchronize distributed components. It works as follows: you define a Python object and give it to OpenReplica, and the service ensures that as many replicas as necessary are maintained on geographically distributed hosts.
    Sat 16 Feb 2013 12:40:58 PM CET - permalink -
    - http://openreplica.org
    OpenReplica replication ConCoord paxos python 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++
  • PHP SDK for OpenStack/Rackspace APIs
    The PHP SDK should work with most OpenStack-based cloud deployments, though it specifically targets the Rackspace public cloud. In general, whenever a Rackspace deployment is substantially different than a pure OpenStack one, a separate Rackspace subclass is provided so that you can still use the SDK with a pure OpenStack instance.
    Sat 16 Feb 2013 11:44:24 AM CET - permalink -
    - https://github.com/rackspace/php-opencloud
    php openstack cloud API opensource
Links per page: 20 50 100
◄Older
page 1 / 11
Shaarli 0.0.40 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.