Skip to content

Instantly share code, notes, and snippets.

View mariogarcia's full-sized avatar

Mario Garcia mariogarcia

View GitHub Profile
@ChrisManess
ChrisManess / csvParser.html
Created May 1, 2013 01:41
Reading a CSV file with HTML5's FileReader
<html>
<head>
<script>
// Check for the various File API support.
if (window.File && window.FileReader && window.FileList && window.Blob) {
// Great success! All the File APIs are supported.
} else {
@Alotor
Alotor / 00_README.md
Last active January 16, 2018 13:14
New files streaming

New files stream

This file creates a stream that will emit values for each new file created in the directory watching. It's only dependency is the RxJava library, and uses inside the java.nio2 watch service for new values.