I hereby claim:
- I am jessestuart on github.
- I am jaystu (https://keybase.io/jaystu) on keybase.
- I have a public key ASDDsPFj-8lKxQgc2ZH5N2ao39gWNCmJWr8j-ZRoa5sQKwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
@-webkit-keyframes fadein { | |
from { | |
opacity: 0; | |
} | |
to { | |
opacity: 1; | |
} | |
} | |
#sVim-command { |
" Settings | |
let fullpagescrollpercent = 100 | |
let scrollduration = 25 | |
let scrollstep = 150 | |
let zoomstep = 20 | |
let mapleader = " " | |
" Shortcuts | |
" map "q" nextTab | |
" map "shift+q" previousTab |
# Hello, and welcome to makefile basics. | |
# | |
# You will learn why `make` is so great, and why, despite its "weird" syntax, | |
# it is actually a highly expressive, efficient, and powerful way to build | |
# programs. | |
# | |
# Once you're done here, go to | |
# http://www.gnu.org/software/make/manual/make.html | |
# to learn SOOOO much more. |
Good news is we're only using lodash/fp
, which makes it easier to match function signatures.
Other 66 hrs 48 mins βββββββββββββββββββββ 86.8% | |
TypeScript 3 hrs 47 mins βββββββββββββββββββββ 4.9% | |
Kubernetes 2 hrs 50 mins βββββββββββββββββββββ 3.7% | |
YAML 1 hr βββββββββββββββββββββ 1.3% | |
serverless lib 31 mins βββββββββββββββββββββ 0.7% |
import java.time.LocalDate | |
public class AmountModel { | |
private Integer id; | |
private Double amount; | |
// Not defined in OP | |
// private CategoryModel categoryModel; | |
private LocalDate localDate; | |
} |