background preloader

Path

Path

eBay Open Source restcommander Fast Parallel Async HTTP client as a Service to monitor and manage 10,000 web servers. (Java+Akka) Updated bayesian-belief-networks Pythonic Bayesian Belief Network Package, supporting creation of and exact inference on Bayesian Belief Networks specified as pure python functions. reactive-source Moved at: hpulse Realtime Monitoring of Hadoop through JMX JSON fluid Fluid Web Components NococoHint NococoHint - Node Module for Istanbul and JSHint Report Aggregation skin cors-filter CORS (Cross Origin Resource Sharing) is a mechanism supported by W3C to enable cross origin requests in web-browsers. mtdtool The Manual Test Demultiplexer is a desktop app (Mac and Windows) that provides an interface for driving manual testing on multiple physical devices. geosense Self-contained jar to lookup timezone by lat+lon

webplatform Part 1: The Basics — South 0.7.6 documentation Welcome to the South tutorial; here, we’ll try and cover all the basic usage of South, as well as giving you some general hints about what else to do. If you’ve never heard of the idea of a migrations library, then please read What are migrations? first; that will help you get a better understanding of what both South (and others, such as django-evolution) are trying to achieve. This tutorial assumes you have South installed correctly; if not, see the installation instructions. Starting off In this tutorial, we’ll follow the process of using migrations on a brand new app. The first thing to note is that South is per-application; migrations are stored along with the app’s code . So, find a project to work in (or make a new one, and set it up with a database and other settings), and let’s create our new app: . As usual, this should make a new directory southtut/. It’s quite simple, but it’ll do. The First Migration So, let’s create our first migration: $ . $ . Changing the model $ . Now, apply it:

30 Days to Learn HTML & CSS Reactive programming is a way of coding with asynchronous data streams that makes a lot of problems easier to solve. RxJS is a popular library for reactive...Once in a while, it's important for us as developers to go back to what made us excited about computers in the first place. For Derek Jensen, that is gaming....React is a flexible framework that makes it easy to build single-page web applications. AWS re: Invent AWS News Images from AWS re:Invent 2015 Day 2 Day 1 Django To get started with Django in PyDev, the pre-requisite is that Django is installed in the Python / Jython / IronPython interpreter you want to use (so, "import django" must properly work – if you're certain that Django is there and PyDev wasn't able to find it during the install process, you must go to the interpreter configuration and reconfigure your interpreter so that PyDev can detect the change you did after adding Django). If you don't have Django installed, follow the steps from Note that this tutorial won't teach you Django. The Django integration in PyDev works through 3 main configurations: 1. 2. 3. And that's it, with those properly configured, all the Django-related actions should work (provided the project is already configured as a Django project, there's an UI to configure those settings in the project properties: right-click your project > properties > PyDev - Django) Another option is using (with focus on a PyDev editor):

LargeTripleStores - W3C Wiki This page is for references to signed quotes of deployments of large triples stores rather than predictions of what some software might scale to. Table of Contents: AllegroGraph (1+Trillion) Franz announced at the June 2011 Semtech conference a load and query of 310 Billion triples as part of a joint project with Intel. The driving force has been Amdocs and their AIDA platform. We currently load LUBM 8000 in just over 36 minutes. Franz is in late-stage development on a clustered version of AllegroGraph that will push storage into trillions of triples. Note 1: AllegroGraph provides dynamic reasoning and DOES NOT require materialization. Stardog (50B) Clark & Parsia announced that the 2.1 release of Stardog can scale up to 50 Billion triples on a $10k server (32 cores, 256G of RAM) with load speeds of 500k triples/sec for 1B triples and over 300k for 20B triples. Stardog is a pure Java RDF database which supports all of the OWL2 profiles using a dynamic (backward-chaining) approach.

Getting Started with Node.js on Heroku node Table of Contents This quickstart will get you going with Node.js and the Express web framework, deployed to Heroku. For general information on how to develop and architect apps for use on Heroku, see Architecting Applications for Heroku. Prerequisites If you’re new to Heroku or Node.js development, you’ll need to set up a few things first: A Heroku user account. Local workstation setup Once installed, you can use the heroku command from your command shell. heroku login Enter your Heroku credentials. Press enter at the prompt to upload your existing ssh key or create a new one, used for pushing code later on. Write your app You may be starting from an existing app. var express = require("express"); var logfmt = require("logfmt"); var app = express(); app.use(logfmt.requestLogger()); app.get('/', function(req, res) { res.send('Hello World!') Declare dependencies with npm Heroku recognizes an app as Node.js by the existence of a package.json file. Declare process types with Procfile Console

Related: