This document defines a mechanism to enable client-side cross-origin requests. Specifications that enable an API to make cross-origin requests to resources can use the algorithms defined by this specification. If such an API is used on http://example.org resources, a resource on http://hello-world.example can opt in using the mechanism described by this specification (e.g., specifying Access-Control-Allow-Origin: http://example.org as response header), which would allow that resource to be fetched cross-origin from http://example.org.
Fast interactive prototyping with Sketch and d3.js
Ori A Secure Distributed File System Ori is a distributed file system built for offline operation and empowers the user with control over synchronization operations and conflict resolution. We provide history through light weight snapshots and allow users to verify the history has not been tampered with. Through the use of replication instances can be resilient and recover damaged data from other nodes.
I found Amalien-Cache (http://t.co/erpeIuFSUv) #cgeo #geocaching
Web development has seen a huge innovative jump in the last years. Frameworks such as Ruby on Rails or node.js and several other frameworks have changed the landscape of the CGI and PHP based web considerably. New programming paradigms have emerged to make web apps managable to facilitate a clean application design. Node.js was the first to succeed in bringing the performance of asynchronous I/O to the masses. With vibe.d we are trying to bring the highest performance possible together with a programming interface that is as clean as possible. At the same time the choice of D as the programming language leads to code that provides much less potential for errors thanks to it's comprehensive static type system. Still, D's clean syntax gives you the same lean programming experience as in dynamically typed scripting languages. The combination is a very fast and practical system that provides a solid basis for many typical web applications and services, as well as non-web services. It st
Docker is an open-source engine that automates the deployment of any application as a lightweight, portable, self-sufficient container that will run virtually anywhere. Docker containers can encapsulate any payload, and will run consistently on and between virtually any server. The same container that a developer builds and tests on a laptop will run at scale, in production*, on VMs, bare-metal servers, OpenStack clusters, public instances, or combinations of the above. Common use cases for Docker include: Automating the packaging and deployment of applications Creation of lightweight, private PAAS environments Automated testing and continuous integration/deployment Deploying and scaling web apps, databases and backend services
I found Im Schatten des Parkhauses (http://t.co/8hJDlA9EHe) #cgeo #geocaching
ODA stands for Online DisAssembler. ODA is a general purpose machine code disassembler that supports a myriad of machine architectures. Built on the shoulders of libbfd and libopcodes (part of binutils), ODA allows you to explore an executable by dissecting its sections, strings, symbols, raw hex, and machine level instructions. You can use it for a variety of purposes such as: Malware analysis Vulnerability research Visualizing the control flow of a group of instructions Disassembling a few bytes of an exception handler that is going off into the weeds Reversing the first few bytes of a Master Boot Record (MBR) that may be corrupt Debugging an embedded systems device driver Satisying your own intellectual curiosity (Does there exist some sequence of bytes that disassembles to the same logical operation for two separate platforms?)
Follow up blog post on adding #codecoverage for your #scala project utilizing #scct and #gradle . http://t.co/LkxicBRZsz
StackEdit is a free, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.
Kojo is an open source App that runs on Linux, Windows, and the Mac. It is a Learning Environment - with many different features that enable play, exploration, creation, and learning in the areas of:
Small blog post on one way to get your #scala #specs2 tests executed in your #gradle build: http://t.co/qvXG4L8doM