Skip to content

Instantly share code, notes, and snippets.

View naoyanickf's full-sized avatar

Naoya Fujita naoyanickf

View GitHub Profile
@naoyanickf
naoyanickf / sample.rb
Created January 25, 2018 04:04
sample code
Coin.where(coin_image: nil).each do |coin|
p coin.id
end
@naoyanickf
naoyanickf / 0_reuse_code.js
Created November 22, 2016 11:52
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console