This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<mj-section background-color="#fff"> | |
<mj-column> | |
<mj-text css-class="subtitle"> | |
<%= @subtitle %> | |
</mj-text> | |
</mj-column> | |
</mj-section> | |
<mj-section background-color="#fff"> | |
<mj-column> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "Truly ergonomic bépo custom keys combo", | |
"rules": [ | |
{ | |
"description": "Undo", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"modifiers": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Bulk API design | |
# | |
# resources :posts | |
class PostsController < ActiveController::Base | |
# GET /posts/1,4,50,90 | |
# post_url([ @post, @post ]) | |
def show_many | |
@posts = Post.find(params[:ids]) | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am borisrorsvort on github. | |
* I am borisrorsvort (https://keybase.io/borisrorsvort) on keybase. | |
* I have a public key whose fingerprint is 7F14 8A73 0F88 1A55 2905 C38B 7EF3 9C1F BDEE E387 | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cheat sheets. | |
$ command line ruby cheat sheets | |
PostgreSQL | |
---------- | |
Create the filesystem | |
---- | |
$ export PGROOT="/var/lib/postgres" | |
$ mkdir -p $PGROOT/data && chown postgres.postgres $PGROOT/data |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that +borisrorsvort is my blockchain ID. https://onename.com/borisrorsvort |