Skip to content

Instantly share code, notes, and snippets.

@rrichardsonv
rrichardsonv / ntest.ex
Created March 18, 2020 16:56 — forked from cblavier/ntest.ex
Parallel test runner
defmodule Mix.Tasks.NTest do
use Mix.Task
@wildcard "apps/*/test/**/*_test.exs"
def run([i, n | args]) do
{i, _} = Integer.parse(i)
{n, _} = Integer.parse(n)
test_paths =
@rrichardsonv
rrichardsonv / 0_reuse_code.js
Created January 12, 2017 20:26
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console