Skip to content

Instantly share code, notes, and snippets.

View oskarer's full-sized avatar
🎾
Focusing

Oskar Eriksson oskarer

🎾
Focusing
View GitHub Profile
{"version":1,"resource":"file:///Users/oskareriksson/git/teamtailor/app/models/career_site_header.rb","entries":[{"id":"mrlQ.rb","source":"undoRedo.source","timestamp":1649765260646},{"id":"KFRx.rb","timestamp":1649924429233},{"id":"dbl2.rb","timestamp":1649929685826},{"id":"ZUiz.rb","timestamp":1650357580182}]}

Keybase proof

I hereby claim:

  • I am oskarer on github.
  • I am oskarer (https://keybase.io/oskarer) on keybase.
  • I have a public key ASCMoYFJYLRRalXqhVyRX_RfmfldR5RJ-tmaQC8KCwvYrwo

To claim this, I am signing this object:

@oskarer
oskarer / .block
Last active November 1, 2017 12:00 — forked from ColinEberhardt/.block
OHLC and Volume Chart
license: mit
Date Open High Low Close Volume
9-Jun-14 62.40 63.34 61.79 62.88 37617413
6-Jun-14 63.37 63.48 62.15 62.50 42442096
5-Jun-14 63.66 64.36 62.82 63.19 47352368
4-Jun-14 62.45 63.59 62.07 63.34 36513991
3-Jun-14 62.62 63.42 62.32 62.87 32216707
2-Jun-14 63.23 63.59 62.05 63.08 35995537
30-May-14 63.95 64.17 62.56 63.30 45283577
29-May-14 63.84 64.30 63.51 63.83 42699670
28-May-14 63.39 64.14 62.62 63.51 47795088
asdsad
@oskarer
oskarer / .eslintrc
Created January 26, 2016 18:04
My ESLint preferences
{
"parser": "babel-eslint",
"extends": "airbnb",
"rules": {
"padded-blocks": 0,
"no-console": 0,
"no-use-before-define": 0,
"no-unused-vars": [2, { "args": "none" }],
"no-shadow": 0
}