Skip to content

Instantly share code, notes, and snippets.

View matsumoto-k4zuki's full-sized avatar

Kazuki Matsumoto matsumoto-k4zuki

View GitHub Profile
@matsumoto-k4zuki
matsumoto-k4zuki / swagger.yaml
Created September 14, 2018 13:39
サンプル 本棚アプリケーション
swagger: "2.0"
info:
description: "This is a sample server Bookshelf server. 本棚アプリケーションのサンプル。"
version: "1.0.0"
title: "Swagger Bookshelf"
termsOfService: "http://www.example.com/terms/"
contact:
email: "hoge@example.com"
license:
name: "Apache 2.0"
package main
import (
"fmt"
"github.com/PuerkitoBio/goquery"
"unicode/utf8"
)
func main() {
// 投稿した記事の一覧ページのリンクから、記事のリンクを取得
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
title
Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

@matsumoto-k4zuki
matsumoto-k4zuki / HelloJuyter.ipynb
Created April 25, 2018 18:15
HelloJuyter.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.