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 / 3
  • 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
  • Cloud Interfaces, Simplified
    jclouds is an open source library that helps you get started in the cloud and utilizes your Java or Clojure development skills. The jclouds API gives you the freedom to use portable abstractions or cloud-specific features.
    jclouds tests support of 30 cloud providers and cloud software stacks including Amazon, GoGrid, Ninefold, vCloud, OpenStack, and Azure. Please see the complete list of jclouds supported providers that are supported by the jclouds API.
    Sat 16 Feb 2013 11:39:30 AM CET - permalink -
    - http://www.jclouds.org
    cloud java API APL
  • Atom Hopper is an open source ATOMPub server
    Atom Hopper is an open source ATOMPub server for accessing, processing and aggregating ATOM entries. Atom Hopper was designed to make it easy to build both generalized and specialized persistence mechanisms for ATOM XML data, based on the ATOM Syndication Format and the ATOM Publishing Protocol.
    Sat 16 Feb 2013 11:34:00 AM CET - permalink -
    - http://atomhopper.org
    ATOM ATOMPub APL java opensource
  • REPOSE - The REstful PrOxy Service Engine
    REPOSE is an open-source RESTful HTTP proxy service that scales to the cloud. REPOSE provides the solution to common API processing tasks such as rate limiting, client authentication, versioning, and logging so that web service developers can focus on the unique features of their services.
    Sat 16 Feb 2013 11:32:15 AM CET - permalink -
    - http://openrepose.org
    REPOSE http web proxy REST java GPL APL opensource
  • ScaleDFS - Enabling an Open-Source Cloud with Live Deduplication Storage of Virtual Machine Images
    The implementation improves LiveDFS with better read/write performance: it uses multi-threading to improve the write performance and uses a deduplication read cache to improve the read performance.
    Thu 31 Jan 2013 01:52:23 AM CET - permalink -
    - http://ansrlab.cse.cuhk.edu.hk/software/livedfs/index.html
    ScaleDFS filesystem deduplication
  • Comparison of VoIP software
    This is a comparison of Voice over IP (VoIP) software used to conduct telephone-like voice conversations across Internet Protocol (IP) based networks.
    Mon 28 Jan 2013 10:17:06 PM CET - permalink -
    - http://en.wikipedia.org/wiki/Comparison_of_VoIP_software
    VoIP comparison
  • simpl.info
    This site aims to provide the simplest possible examples of HTML, CSS and JavaScript.
    Mon 28 Jan 2013 10:15:44 PM CET - permalink -
    - http://www.simpl.info
    html css javascript tutorial
  • undefined word at the end of url in logs
    Wed 23 Jan 2013 02:26:37 PM CET - permalink -
    - https://productforums.google.com/forum/?fromgroups=#!topic/chrome/G1snYHaHSOc
    debugging undefined log
  • javascript stacktrace
    Framework-agnostic, micro-library for getting stack traces in all web browsers
    Wed 23 Jan 2013 02:24:06 PM CET - permalink -
    - https://github.com/eriwen/javascript-stacktrace
    javascript debugging PD
  • 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
  • Open-source file synchronization and filesharing application
    Syncany is an open-source cloud storage and filesharing application. It allows users to backup and share certain folders of their workstations using any kind of storage, e.g. FTP, Amazon S3 or Google Storage.
    Mon 21 Jan 2013 02:27:21 PM CET - permalink -
    - http://www.syncany.org
    file-sharing opensource java
  • ownCloud.org
    ownCloud gives you universal access to your files through a web interface or WebDAV. It also provides a platform to easily view & sync your contacts, calendars and bookmarks across all your devices and enables basic editing right on the web. Installation has minimal server requirements, doesn’t need special permissions and is quick.
    Mon 21 Jan 2013 02:13:04 PM CET - permalink -
    - http://owncloud.org
    file-sharing cloud php GPL
  • Seafile -- Self-hosting dropbox for teams
    Mon 21 Jan 2013 02:09:56 PM CET - permalink -
    - https://github.com/haiwen/seafile
    file-sharing dropbox seafile GPL C python
  • Desktop user interface for managing virtual machines
    Fri 18 Jan 2013 05:23:56 PM CET - permalink -
    - http://virt-manager.org
    virtualization management python GPL
  • Open your virtual datacenter
    oVirt manages virtual machines, storage and virtualized networks.
    Fri 18 Jan 2013 04:52:04 PM CET - permalink -
    - http://www.ovirt.org
    oVirt virtualization management java APL
  • vzctl like lxc managing utility
    Fri 18 Jan 2013 04:34:46 PM CET - permalink -
    - https://github.com/lxctl/lxctl
    lxc management perl GPL
  • A documented shell script to build complete OpenStack development environments.
    Fri 18 Jan 2013 04:29:36 PM CET - permalink -
    - http://devstack.org
    openstack virtualization management APL
  • Enterprise grade network management application platform
    OpenNMS is an award winning network management application platform with a long track record of providing solutions for enterprises and carriers.
    Tue 15 Jan 2013 10:57:24 AM CET - permalink -
    - http://www.opennms.org
    OpenNMS network management GPL java
  • xCAT Extreme Cloud Administration Toolkit
    xCAT offers complete management for HPC clusters, RenderFarms, Grids, WebFarms, Online Gaming Infrastructure, Clouds, Datacenters, and whatever tomorrow's buzzwords may be. It is agile, extensible, and based on years of system administration best practices and experience.
    Tue 15 Jan 2013 10:43:31 AM CET - permalink -
    - http://xcat.sourceforge.net/
    xCAT cluster management opensource EPL
  • SchedMD :: SLURM Development, Installation, and Support
    Slurm is a highly configurable open-source workload manager. In its simplest configuration, it can be installed and configured in a few minutes
    Tue 15 Jan 2013 10:38:24 AM CET - permalink -
    - https://github.com/SchedMD/slurm
    Slurm workload management opensource C
  • 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++
  • Hungarian Electronic Library
    During the course of the past few years the Hungarian Electronic Library became one of the most popular and most significant text-archives of the Hungarian webspace.
    Mon 14 Jan 2013 11:27:06 PM CET - permalink -
    - http://mek.oszk.hu/
    MEK library
  • Project Gutenberg - free ebooks
    Project Gutenberg offers over 40,000 free ebooks: choose among free epub books, free kindle books, download them or read them online.
    Mon 14 Jan 2013 11:25:18 PM CET - permalink -
    - http://www.gutenberg.org/
    Gutenberg ebook
  • BackTrack Linux
    BackTrack is a Linux-based penetration testing arsenal that aids security professionals in the ability to perform assessments in a purely native environment dedicated to hacking.
    Mon 14 Jan 2013 11:21:28 PM CET - permalink -
    - http://www.backtrack-linux.org/
    BackTrack penetration testing linux
  • 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++
  • A high performance, open source, data replication engine for MySQL
    Tungsten Replicator is a high performance, open source, data replication engine for MySQL. It offers a set of features that surpass any open source replicator available today: global transaction IDs to support failover, flexible transaction filtering, extensible transaction metadata, sharding, multiple replication services per process, high performance, and simple, well-documented operation.
    Mon 14 Jan 2013 10:57:11 PM CET - permalink -
    - http://code.google.com/p/tungsten-replicator/
    tungsten-replicator mysql replication GPL java
  • Terascale Open-source Resource and Queue manger
    It is typically used solely as a resource manager with a scheduler making requests to it. Resources managers provide the low-level functionality to start, hold, cancel, and monitor jobs. Without these capabilities, a scheduler alone cannot control jobs.
    Mon 14 Jan 2013 10:44:43 PM CET - permalink -
    - https://github.com/adaptivecomputing/torque
    TORQUE resource-manager opensource
  • The Cluster Command and Control
    C3 is a command line interface that may also be called within programs. The suite includes tools for cluster-wide command execution, file distribution and gathering, process termination, remote shutdown and restart, and system image updates.
    Mon 14 Jan 2013 10:29:15 PM CET - permalink -
    - http://www.csm.ornl.gov/torc/C3/
    C3 cluster management CLI python
  • Fully Automatic Installation
    FAI is a non-interactive system to install, customize and manage Linux systems and software configurations on computers as well as virtual machines and chroot environments, from small networks to large-scale infrastructures like clusters and cloud environments.
    Mon 14 Jan 2013 10:25:01 PM CET - permalink -
    - http://fai-project.org
    FAI linux configuration management GPL
  • 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
  • Xenomai: Real-Time Framework for Linux
    Xenomai is a real-time development framework cooperating with the Linux kernel, in order to provide a pervasive, interface-agnostic, hard real-time support to user-space applications, seamlessly integrated into the GNU/Linux environment.
    Mon 14 Jan 2013 09:51:45 PM CET - permalink -
    - http://www.xenomai.org
    Xenomai real-time framework linux GPL C
  • TIPC: Cluster Communication Protocol
    The Transparent Inter Process Communication protocol allows applications in a clustered computer environment to communicate quickly and reliably with other applications, regardless of their location within the cluster.
    Mon 14 Jan 2013 09:47:09 PM CET - permalink -
    - http://tipc.sourceforge.net
    TIPC protocol GPL C
  • Kitten Lightweight Kernel
    Kitten is a lightweight kernel (LWK) operating system designed to be used on the compute nodes of massively-parallel, distributed-memory supercomputers.
    Mon 14 Jan 2013 09:38:16 PM CET - permalink -
    - http://code.google.com/p/kitten/
    Kitten operating-system GPL C
  • Castle is an industrial-strength, write-optimized, multi-dimensional, fully-versioned, key-value store.
    Castle is a key-value store responsible for redundancy, caching, indexing and disk layout management. Acunu uses it to store all user data as well as statistics captured and displayed by the Control Center.
    Castle is not cluster aware and thus it doesn’t participate in distributing data in a cluster. However, Castle interfaces are designed with distributed databases in mind, featuring timestamps and automated discarding of old, deleted data.
    Mon 14 Jan 2013 09:01:13 PM CET - permalink -
    - https://github.com/acunu/castle
    key-value Castle GPL C linux Acunu
  • Open Virtualization - ARM TrustZone and ARM Hypervisor Open Source Software
    Open Virtualization maintains SierraVisor, a hypervisor for ARM-based systems, and SierraTEE, a Trusted Execution Environment (TEE) for ARM TrustZone hardware security extensions.
    Thu 03 Jan 2013 09:30:43 PM CET - permalink -
    - http://www.openvirtualization.org
    virtualization ARM TrustZone security hypervisor 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++
  • Easy, proactive monitoring of processes, programs, files, directories and filesystems on Linux/Unix
    Monit is a free open source utility for managing and monitoring, processes, programs, files, directories and filesystems on a UNIX system. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations.
    Sun 30 Dec 2012 09:51:47 PM CET - permalink -
    - http://mmonit.com/monit/
    monit monitoring C GPL
  • A software NetFlow probe
    Softflowd is flow-based network traffic analyser capable of Cisco NetFlow data export. Softflowd semi-statefully tracks traffic flows recorded by listening on a network interface or by reading a packet capture file. These flows may be reported via NetFlow to a collecting host or summarised within softflowd itself.
    Sun 30 Dec 2012 09:45:18 PM CET - permalink -
    - http://code.google.com/p/softflowd/
    softflowd NetFlow IPFIX network analyser BSD C
  • ARGUS- Auditing Network Activity
    Argus, the network Audit Record Generation and Utilization System. The Argus Project is focused on developing network activity audit strategies and prototype technology to support Network Operations, Performance and Security Management.
    Sun 30 Dec 2012 09:40:04 PM CET - permalink -
    - http://qosient.com/argus/
    argus network monitoring security opensource
  • 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++
  • 2N Telecommunications
    Sun 30 Dec 2012 09:27:29 PM CET - permalink -
    - http://www.2n.cz
    VoIP equipment
  • CyberData
    Sun 30 Dec 2012 09:20:58 PM CET - permalink -
    - http://cyberdata.net
    VoIP equipment
  • Rohde & Schwarz Topex
    Sun 30 Dec 2012 09:17:14 PM CET - permalink -
    - http://www.topex.ro
    VoIP equipment
  • Multi-Tech Systems
    Sun 30 Dec 2012 09:09:26 PM CET - permalink -
    - http://www.multitech.com
    VoIP equipment
  • PhoneControl - The Complete Telephone Monitoring & Management System
    Sun 30 Dec 2012 09:02:47 PM CET - permalink -
    - http://phonecontrol.com
    VoIP accounting
  • Yealink
    Sun 30 Dec 2012 08:58:11 PM CET - permalink -
    - http://yealink.com
    VoIP equipment
  • snom technology AG
    Sun 30 Dec 2012 08:55:49 PM CET - permalink -
    - http://www.snom.com
    VoIP equipment
  • Media5 Corporation
    Sun 30 Dec 2012 08:54:04 PM CET - permalink -
    - http://www.media5corp.com
    VoIP equipment
  • Zultys
    Sun 30 Dec 2012 08:40:43 PM CET - permalink -
    - http://www.zultys.com
    VoIP equipment
  • Epygi
    Sun 30 Dec 2012 08:39:45 PM CET - permalink -
    - http://www.epygi.com
    VoIP equipment
  • 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++
  • Wireless Sensor Networks
    Sun 30 Dec 2012 07:47:23 PM CET - permalink -
    - http://www.memsic.com/products/wireless-sensor-networks.html
    wireless sensor network
  • NixOS
    NixOS is an experimental GNU/Linux distribution that aims to improve the state of the art in system configuration management.
    Sun 30 Dec 2012 07:34:59 PM CET - permalink -
    - http://nixos.org
    nixos GNU linux distribution
  • University of California Santa Cruz CS research
    Sun 30 Dec 2012 07:07:54 PM CET - permalink -
    - http://cs.soe.ucsc.edu/research
    research
  • University of Arizona CS research
    Sun 30 Dec 2012 06:58:52 PM CET - permalink -
    - http://www.cs.arizona.edu/research/
    research
  • IBM Research
    Sun 30 Dec 2012 06:50:04 PM CET - permalink -
    - http://www.research.ibm.com/labs/
    research
  • Research at HP Labs
    Sun 30 Dec 2012 06:29:39 PM CET - permalink -
    - http://www.hpl.hp.com/research/
    research
  • SmartFrog
    SmartFrog is a powerful and flexible Java-based software framework for configuring, deploying and managing distributed software systems.
    Sun 30 Dec 2012 06:24:42 PM CET - permalink -
    - http://smartfrog.org
    smartfrog management deployment configuration distributed java LGPL
  • MERL - Mitsubishi Electric Research Laboratories
    Mitsubishi Electric Research Laboratories is the North American arm of the Corporate R&D organization of the Mitsubishi Electric Corporation. As an open corporate lab, we collaborate with other research organizations, publish our results and measure our performance by the impact we have on the Mitsubishi Electric Corporation and the world.
    Sun 30 Dec 2012 05:43:36 PM CET - permalink -
    - http://www.merl.com/projects/
    research
  • Sparrow Scheduler
    Sparrow is a high throughput, low latency, distributed cluster scheduler. Sparrow is designed for applications which require resource allocations frequently for very short jobs, such as analytics frameworks.
    Sun 30 Dec 2012 05:37:16 PM CET - permalink -
    - https://github.com/radlab/sparrow
    sparrow cluster scheduler javascript
  • Shark - Lightning Fast Data Warehouse System
    Shark is a large-scale data warehouse system for Spark designed to be compatible with Apache Hive. Shark is built on top of Spark, a data-parallel execution engine that is fast and fault-tolerant.
    Sun 30 Dec 2012 05:19:46 PM CET - permalink -
    - http://shark.cs.berkeley.edu
    shark warehouse Hive APL Scala spark
  • Spark - Lightning-Fast Cluster Computing
    Spark is an open source cluster computing system that aims to make data analytics fast — both fast to run and fast to write.
    Sun 30 Dec 2012 05:12:09 PM CET - permalink -
    - http://spark-project.org
    spark cloud MapReduce Hive BSD Scala
  • 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
  • University of California at Berkeley research
    Sun 30 Dec 2012 04:37:55 PM CET - permalink -
    - http://www.eecs.berkeley.edu/Research/Projects/
    research
  • Johns Hopkins University research
    Sun 30 Dec 2012 01:53:18 PM CET - permalink -
    - http://webapps.jhu.edu/jhuniverse/research/
    research
  • University of Manchester research
    Sun 30 Dec 2012 01:44:04 PM CET - permalink -
    - http://www.cs.manchester.ac.uk/research/
    research
  • Centrum Wiskunde & Informatica research
    Sun 30 Dec 2012 01:41:12 PM CET - permalink -
    - http://www.cwi.nl/research
    research
  • University of Massachusetts Amherst - Computer Sciences
    Sun 30 Dec 2012 01:31:28 PM CET - permalink -
    - https://www.cs.umass.edu/faculty/research-clusters
    CS research
  • University of Twente research
    Sun 30 Dec 2012 01:09:15 PM CET - permalink -
    - http://www.utwente.nl/en/research/
    research
  • OneSwarm is a privacy preserving peer-to-peer data sharing.
    OneSwarm is a P2P file sharing service that protects your privacy. It's fast, BitTorrent-compatible, and free!
    Sun 30 Dec 2012 01:04:21 PM CET - permalink -
    - http://www.oneswarm.org
    oneswarm privacy p2p GPL java web
  • University of Washington research
    Sun 30 Dec 2012 12:48:36 PM CET - permalink -
    - http://www.cs.washington.edu/research/
    research
  • MIT research
    Massachusetts Institute of Technology research topics
    Sun 30 Dec 2012 12:41:38 PM CET - permalink -
    - http://web.mit.edu/research/
    research
  • 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
  • OpenMAMA is a high performance Middleware Agnostic Messaging API
    OpenMAMA Project provides a vendor neutral integration layer for a variety of message oriented middleware systems and messaging protocols. It enables an application to employ a range or middleware systems simultaneously or switch between them at will while developing with a single open source API. OpenMAMA implements a number of advanced features that simplify writing many messaging applications including those that consume financial market data.
    Sun 30 Dec 2012 12:28:16 PM CET - permalink -
    - http://www.openmama.org
    openmama middleware messaging GPL
  • Yocto Project | Open Source embedded Linux build system, package metadata and SDK generator
    The Yocto Project™ is an open source collaboration project that provides templates, tools and methods to help you create custom Linux-based systems for embedded products regardless of the hardware architecture.
    Sun 30 Dec 2012 12:23:21 PM CET - permalink -
    - https://www.yoctoproject.org
    yocto linux build-system
  • Ericsson Labs | Research, Concepts, Innovation
    Take a behind-the-scenes peek at some of the early research results and innovative ideas we’re working on at Ericsson Research.
    Sun 30 Dec 2012 12:14:51 PM CET - permalink -
    - http://labs.ericsson.com
    research
  • University of Cambridge - Computer Laboratory - Research
    Sun 30 Dec 2012 12:02:23 PM CET - permalink -
    - http://www.cl.cam.ac.uk/research/
    research
  • Parallel Distributed Shell
    Pdsh is a high-performance, parallel remote shell utility. It uses a sliding window of threads to execute remote commands, conserving socket resources while allowing some connections to timeout if needed.
    Sun 30 Dec 2012 11:53:45 AM CET - permalink -
    - https://code.google.com/p/pdsh/
    pdsh cluster shell GPL C
Links per page: 20 50 100
◄Older
page 1 / 3
Shaarli 0.0.40 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.