RSS Feed for open sourceCategory: open source

WebCommander–PowerShell Web Services »

WebCommander wraps Powershell scripts into web services and presents them as a simple one-click automation solution. This can be likened to an "App Store" for PowerShell/PowerCLI ! Wrapping a program as a web service means using a web portal to gather parameters and then passing them to the wrapped program. By doing so, details on [...]

Open Source Mobile Conferencing/Event Mgmt App »

Google IO Android App is the Android app for the conference. The app supports devices running Android 4.0+, and is optimized for phones and tablets of all shapes and sizes. It also contains an Android Wear integration. With the app, you can: View the conference agenda and edit your personal schedule Sync your schedule between [...]

Open Source Web Security Scanner »

IronWASP is an open source web security scanner. It’s Free and Open source GUI based and very easy to use, no security expertise required Powerful and effective scanning engine Supports recording Login sequence Reporting in both HTML and RTF formats – Click here to view the sample report Checks for over 25 different kinds of [...]

Open Source Home Automation »

More and more new cool devices and technologies arrive at our homes every day. But though they are all aimed at enhancing our lifestyle they all lack one important feature: a common language they could speak to each other to create a really automated and smart environment at home. The main goal of openHAB is [...]

Awesome Sysadmin »

A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP Awesome Sysadmin Backups Cloning Cloud Computing Cloud Storage Collaborative Software Configuration Management Database Configuration Management Continuous Integration & Continuous Deployment Distributed Filesystems DNS Hosting Control Panels IMAP/POP3 IT Asset Management LDAP Log Management Monitoring Metric & Metric Collection Network Configuration Management [...]

Open Source Graph Database–Cayley »

  Cayley is an open-source graph inspired by the graph database behind Freebase and Google’s Knowledge Graph. Its goal is to be a part of the developer’s toolbox where Linked Data and graph-shaped data (semantic webs, social networks, etc) in general are concerned. Written in Go Easy to get running (3 or 4 commands, below) [...]

Javascript XMPP Library »

Stanza.io is a library for using modern XMPP in the browser, and it does that by exposing everything as JSON. Unless you insist, you have no need to ever see or touch any XML when using stanza.io.  

Open Source Mind Mapping »

Freeplane is a free and open source software application that supports thinking, sharing information and getting things done at work, in school and at home. The software can be used for mind mapping and analyzing the information contained in mind maps. Freeplane runs on any operating system that has a current version of Java installed. [...]

Open Source Photography »

darktable is an open source photography workflow application and RAW developer. A virtual lighttable and darkroom for photographers. It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop raw images and enhance them.

Apache Allura »

Apache Allura is an open source implementation of a software forge, a web site that manages source code repositories, bug reports, discussions, wiki pages, blogs, and more for any number of individual projects. Read about all of Allura’s features or compare features to other OSS forge software. The Allura project is self-hosted on an instance [...]

Google Open Source PDF Library »

PDFium is an open-source PDF rendering engine. Source is hosted at http://pdfium.googlesource.com A sample consumer of this library is Chromium’s PDF plugin. You can see the source for it athttp://src.chromium.org/viewvc/chrome/trunk/src/pdf/

Open Source Android Spy Camera »

Spy Camera OS is open source Android spy camera project. Features: – Small size application – Minimize to background – Support Back/front camera – HD/All image capture resolution – Burst shot – Auto shot with delay setting – Face detection auto shot – Auto focus – Black screen (touch to capture) – Hide/custom* folder – [...]

Open Source WhatsApp Alternative–Telegram »

Telegram is like SMS, but more powerful. You can send messages, photos, videos and documents to people who are in your phone contacts (and have Telegram). You can also create groups for up to 200 people. Unlike WhatsApp, Telegram is cloud-based and heavily encrypted. As a result, you can access your messages from several devices [...]

Open Source Project Management Tools »

LibrePlan LibrePlan is a collaborative tool to plan, monitor and control projects and has a rich web interface which provides a desktop alike user experience. All the team members can take part in the planning and this makes possible to have a real-time planning. ProjectLibre ProjectLibre – Open source replacement of Microsoft Project. OpenProject OpenProject [...]

Android HTTP Library »

ion Asynchronously download: Images into ImageViews or Bitmaps (animated GIFs supported too) JSON (via Gson) Strings Files Java types using Gson Easy to use Fluent API designed for Android Automatically cancels operations when the calling Activity finishes Manages invocation back onto the UI thread All operations return a Future and can be cancelled HTTP POST/PUT: [...]

Open Source Android WebSocket Library »

  AndroidAsync AndroidAsync is a low level network protocol library. If you are looking for an easy to use, higher level, Android aware, http request library, check out Ion (it is built on top of AndroidAsync). The typical Android app developer would probably be more interested in Ion. But if you’re looking for a raw [...]

Java NIO Asynchronous Sockets »

Naga aims to be a very small NIO library that provides a handful of java classes to wrap the usual Socket and ServerSocket with asynchronous NIO counterparts (similar to NIO2 planned for Java 1.7). All of this is driven from a single thread, making it useful for both client (e.g. allowing I/O to be done [...]

Java–Realtime Client Server Framework »

The Atmosphere Framework contains client and server side components for building Asynchronous Web Application. The majority of popular frameworks are either supporting Atmosphere or supported natively by the framework. The Atmosphere Framework supports all majors Browsers and Servers Atmosphere transparently supports WebSockets, Server Side Events (SSE), Long-Polling, HTTP Streaming (Forever frame) and JSONP. The Atmosphere [...]

AJAX Push Engine »

APE is a full-featured OpenSource solution designed for Ajax Push. It includes a comet server and a Javascript Framework. APE allows to implement any kind of real-time data streaming to a web browser, without having to install anything on the client-side. The Ajax Push Engine Project is divided into two distinct parts communicating via a [...]

Java–CORS Filter »

Cross-origin resource sharing (CORS) is a mechanism that allows JavaScript on a web page to make XMLHttpRequests to another domain, not the domain the JavaScript originated from. Such “cross-domain” requests would otherwise be forbidden by web browsers, per the same origin security policy. eBay CORS filter is a Java Servlet Filter implementation of server-side CORS [...]