I hereby claim:
- I am skbolton on github.
- I am skbolton (https://keybase.io/skbolton) on keybase.
- I have a public key whose fingerprint is 35BE 29E1 74F8 981E CF31 D03C 6041 0414 D406 AF1D
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| defmodule SubSetSum do | |
| @moduledoc """ | |
| Given a possibly duplicated list of non negative numbers and a target number, | |
| determine if any subset of numbers equal the target number | |
| """ | |
| defmodule Node do | |
| @moduledoc """ | |
| Node in a decision tree |
| ## versions | |
| vim version: NVIM v0.5.0-nightly | |
| node version: v12.13.1 | |
| coc.nvim version: 0.0.78-57637bb44c | |
| term: tmux-256color | |
| platform: darwin | |
| ## Output channel: languageserver.elixirLS |
| { | |
| // A File Icon Preferences – User | |
| // ================================================================ | |
| // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | |
| // ! PLEASE RESTART SUBLIME TEXT FOR THESE CHANGES TO TAKE EFFECT ! | |
| // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | |
| "force_mode": true, | |
| "opacity": 0.9 |
| atom-text-editor.editor { | |
| font-family: "OperatorMono-Light"; | |
| text-rendering: optimizeLegibility; | |
| font-size: 16px; | |
| font-weight: 400; | |
| line-height: 1.6; | |
| atom-text-editor.editor .syntax--string.syntax--quoted, | |
| atom-text-editor.editor .syntax--string.syntax--regexp { | |
| -webkit-font-feature-settings: "liga" off, "calt" off; |
| {"lastUpload":"2019-01-12T02:01:01.905Z","extensionVersion":"v3.2.4"} |
| #!/bin/bash | |
| ##################################################### | |
| # Name: Bash CheatSheet for Mac OSX | |
| # | |
| # A little overlook of the Bash basics | |
| # | |
| # Usage: | |
| # | |
| # Author: J. Le Coupanec | |
| # Date: 2014/11/04 |
| # this is my settings |