cashme://cashstaging.me/launch/money
cashme://cashstaging.app/widget/boost
cashme://cashstaging.app/launch/investing
cashme://cashstaging.app/widget/addCash
cashme://cashstaging.me/launch/money
cashme://cashstaging.app/widget/boost
cashme://cashstaging.app/launch/investing
cashme://cashstaging.app/widget/addCash
| (ns life.core | |
| (:require [clojure.string :as string])) | |
| (def map-indexedv (comp vec map-indexed)) | |
| (defn neighbors | |
| ([coords] | |
| (neighbors coords [1 1])) | |
| ([[y x] [ystep xstep]] | |
| (let [x-range (range (- x xstep) (+ x xstep 1) xstep) |
| #!/usr/bin/python | |
| import csv, sys, math | |
| vocal = False | |
| high_prob = 0.33 | |
| low_prob = high_prob / 2 | |
| high_prob_miss = 1 - high_prob |
| #!/usr/bin/python | |
| import csv, sys | |
| vocal = False | |
| high_prob = 0.33 | |
| low_prob = high_prob / 2 | |
| high_prob_miss = 1 - high_prob |
| package com.instagram.common.json.annotation.processor.parent; | |
| import com.fasterxml.jackson.core.JsonGenerator; | |
| import com.fasterxml.jackson.core.JsonParser; | |
| import com.fasterxml.jackson.core.JsonToken; | |
| import com.instagram.common.json.JsonFactoryHolder; | |
| import com.instagram.common.json.JsonHelper; | |
| import com.instagram.common.json.JsonSerializationHandler; | |
| import java.io.IOException; | |
| import java.util.HashMap; |