Skip to content

Instantly share code, notes, and snippets.

View 0xlemi's full-sized avatar
🏠
Working from home

lemi 0xlemi

🏠
Working from home
View GitHub Profile
@0xlemi
0xlemi / dvorak.txt
Created July 27, 2020 23:27
kinesis advantage 2 remap
[=]>[`]
[tab]>[null]
[escape]>[caps]
[caps]>[null]
[lshift]>[null]
[up]>[left]
[down]>[right]
[right]>[up]
[left]>[down]
[intl-\]>[=]
@0xlemi
0xlemi / keymap.cson
Created October 17, 2016 03:25
Atom Keymap
# Your keymap
#
# Atom keymaps work similarly to style sheets. Just as style sheets use
# selectors to apply styles to elements, Atom keymaps use selectors to associate
# keystrokes with events in specific contexts. Unlike style sheets however,
# each selector can only be declared once.
#
# You can create a new keybinding in this file by typing "key" and then hitting
# tab.
#
<div class="form-group{{ $errors->has('field') ? ' has-error': '' }}">
<lable for="field">Field</label>
<input type="text" class="form-control" name="field" value="{{ old('field') ? old('field') : $object->field }}">
@if ($errors->has('field'))
<div class="help-block">
{{ $errors->first('field') }}
</div>
@endif
</div>
@0xlemi
0xlemi / countries.js
Created September 16, 2016 15:19
List of countries
let countries = [
{'key' : 'AF', 'label' : 'Afghanistan'},
{'key' : 'AX', 'label' : 'Aland Islands'},
{'key' : 'AL', 'label' : 'Albania'},
{'key' : 'DZ', 'label' : 'Algeria'},
{'key' : 'AS', 'label' : 'American Samoa'},
{'key' : 'AD', 'label' : 'Andorra'},
{'key' : 'AO', 'label' : 'Angola'},
{'key' : 'AI', 'label' : 'Anguilla'},
{'key' : 'AQ', 'label' : 'Antarctica'},