Skip to content

Instantly share code, notes, and snippets.

@shiraco
shiraco / setup-nao-grape.md
Last active March 4, 2016 06:17
Setup NAO Environment

Setup NAO Environment

For Windows,

Install python2

  • install python with miniconda

download miniconda for python2.7 in your os from below site

@shiraco
shiraco / 0_reuse_code.js
Created October 12, 2016 05:00
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
@shiraco
shiraco / index.html
Created September 13, 2020 16:04
tab-sample
<div class="wrap-tab">
<ul id="js-tab" class="list-tab">
<li class="active">全て</li>
<li>報知</li>
<li>通達</li>
</ul>
<div class="wrap-tab-content">
<div class="tab-content active">
<p>通達1</p>