Skip to content

Instantly share code, notes, and snippets.

View oshikiri's full-sized avatar
🚶‍♂️

Takamasa Oshikiri oshikiri

🚶‍♂️
View GitHub Profile
@oshikiri
oshikiri / main.scala
Last active May 20, 2023 16:35
puzzle-seq-nil
package example
object Hello {
def main(_args: Array[String]): Unit = {
check("1")
check("1,2")
}
def check(s: String) = {
val integers = s.split(",")
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@oshikiri
oshikiri / github-punch-card-using-d3js.ipynb
Last active June 12, 2018 14:00
Plot the GitHub punch card of d3/d3 repository using d3.js
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@oshikiri
oshikiri / github-punch-card-using-vegas.ipynb
Last active February 25, 2018 07:50
Plot a GitHub punch card using vegas-viz/Vegas
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@oshikiri
oshikiri / run_oscca-sembei.ipynb
Created March 5, 2017 13:44
(oscca-)sembei の実行例
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.