Pinned Repositories
scala-spark-presentations
A collection of code, markdowns, data files and so on that I developed based on books, blogs, personal explorations and moments of Scala or Spark based magical realism.
spark-data-munging-examples
A small set of example Spark Shell commands to process some publc domain CSV and JSON files. Used in a tutorial at work.
InvisibleTech's Repositories
InvisibleTech/scala-spark-presentations
A collection of code, markdowns, data files and so on that I developed based on books, blogs, personal explorations and moments of Scala or Spark based magical realism.
InvisibleTech/spark-data-munging-examples
A small set of example Spark Shell commands to process some publc domain CSV and JSON files. Used in a tutorial at work.
InvisibleTech/adam
A genomics processing engine and specialized file format built using Apache Avro, Apache Spark and Parquet. Apache 2 licensed.
InvisibleTech/BlogsReloaded
A place for Markdown files that are posts about things I tried and what happened.
InvisibleTech/couch_db_queue_spike
A POC for handling store and forward, deliver at most once messages.
InvisibleTech/datasciencefromscratch
NOTE: I am putting this on hold for a couple months. Other things have moved up the queue. My Scala version of theMachine Learning code developed working through the book: "Data Science from Scratch".
InvisibleTech/dotfiles
A collection of configs to keep on hand and share when useful.
InvisibleTech/evalfun
A partially implemented LISP interpreter having an AST tree and evaluator. Also an Environment. For use in a talk at work.
InvisibleTech/go_interfaces
For a lunch talk at work - some example use of interfaces
InvisibleTech/guicebar
A simple example using Guice.
InvisibleTech/hadoop.2.4.1
My own local formula for installing Hadoop 2.4.1 using Homebrew so I can run Apache Spark built for 2.4.1. It is based on the 2.5 Hadoop Formula. Feel free to use it.
InvisibleTech/jmhlambdas
A small JMH test for part of a blog post about Java 8 map and lambda performance.
InvisibleTech/JWave
Java implementation of a Discrete Fourier Transform (DFT), a Fast Wavelet Transform (FWT), and a Wavelet Packet Transform (WPT) algorithm in 1-D, 2-D, and 3-D using normalized orthogonal (orthonormal) Haar, Coiflet, Daubechie, Legendre and normalized biorthognal wavelets.
InvisibleTech/life
A Java based version of the Game of Life for the purpose of deomonstrating SOLID.
InvisibleTech/manning-swift-in-depth
Source code for Manning's book: Swift in depth
InvisibleTech/multithreadinggo
Just the output of coding along with Udemy tutorial on Go Lang Concurrency
InvisibleTech/my-fp-scala
An SBT based project for my solutions to "Functional Programming In Scala" exercises.
InvisibleTech/or-tools-service
REST service for invoking some of the Google OR Tools with Docker container.
InvisibleTech/react-webpack-starter
A minimal React JS app using Webpack, not based on the CRA tools. Used a couple blogs as well as trail and error to get here.
InvisibleTech/scala-ml-experiments
A place to experiment with Machine Learning related code, tools, algorithms in Scala.
InvisibleTech/scheme
Write You a Scheme
InvisibleTech/spark-pres
A collection of some code samples based on Spark samples, an original sample, and some text from Gutenburg.
InvisibleTech/sql_hood
Project used to explore Spark SQL.
InvisibleTech/sqlalchemy-s3sqlite
persist a sqlite database in s3, for use with aws lambda
InvisibleTech/state
Something I am playing with to learn things.
InvisibleTech/svm
Scala Version Manager - Simple bash script to manage multiple active scala versions
InvisibleTech/tinyblog
A Tiny Blog Application using Spring Boot for the frameworks and Scala for the language.
InvisibleTech/todo-list-mobx
A Mobx based Todo List React App Based on Docs and Blogs
InvisibleTech/todo-list-rtk
A sample Todo List App using Typescript and RTK for use in a feature comparison with Mobx.
InvisibleTech/typescript-react-webpack
A starter project based on https://medium.com/@fay_jai/getting-started-with-reactjs-typescript-and-webpack-95dcaa0ed33c