Skip to content

Instantly share code, notes, and snippets.

View yukpiz's full-sized avatar
🐢
|ω・)و ̑̑༉

yukpiz yukpiz

🐢
|ω・)و ̑̑༉
View GitHub Profile
@yukpiz
yukpiz / fizzbuzz.go
Last active September 11, 2018 06:16
package main
import (
"fmt"
"github.com/julienschmidt/httprouter"
"log"
"net/http"
"strconv"
)

golang-hands-on(解なし)

※計画中の資料ですので、内容が変わる事があります。

  • 全体で50分で達成することを目標とします
  • 各テーブルでのサポーター(3人)

Introduction

package main
import (
"fmt"
"github.com/julienschmidt/httprouter"
"html/template"
"log"
"net/http"
)

沖縄Go言語勉強会 企画

企画中:確定ではありません

イベント概要

  • 東京で活動している登壇・勉強会コミュニティ(#engineers_lt)
  • #engineers_ltのイベントグループ使用OK
  • 沖縄のエンジニアが登壇する機会を作りたい
  • 今回はGo言語というテーマを通す

mecab-ipadic-neologdをRubyから使う

  • 環境はUbuntu15.04
# -*- coding: utf-8 -*-
import json
import datetime
import csv
import codecs
d = datetime.datetime(2017, 9, 1, 0, 0, 0, 0)
rows = []
while True:
Part1(Piano)
MML@t184r2r.v15<g+8>g+g+8g+g+g+l8gfd+4<a+b+a+g+4g+fg+fa+>c2&crc<a+g+4g+fg+a+4>f4d+c<a+g+a+>d+c1&c4>c16d+16g2&grn44<g+4g+g+4g+g+4gfd+r<a+16b+16a+g+4.g+fg+fa+>c4d+fd+4<a+b+a+g+4g+fg+a+>fd+4d+fc4<a+g+g+1l16&g+>>cd+g2.&gl8rn44<g+4g+g+4g+4g+4gfd+4<a+16b+16a+g+4.g+4g+4a+>c4d+fd+4<a+16b+16a+g+4.g+4g+a+>fd+4d+fc4<a+g+g+1&g+g+2>g+4.f4d+4d+d+f4c4<a+g+>d+4d+d+4d+4c<a+g+a+b+a+4b+d+4d+2f4g+g+4f4>d+16f.d+c<a+g+a+g+>c4l16d+fg+a+>cd+fd+c<a+g+8l4>g+.r<<g+8>g+fd+l8d+d+fd+c<a+16g+16g+a+>c4d+4d+f4g+g+4a+b+a+4bb+d+4d+4d+e2g+2g+4ed+4g+a+a+4<fg+n51g+>d+g+g4.l16>d+ga+>d+2rl4<ccc<a+8g+8a+8>d+c<d+d+8fg+a+>fd+fc<a+8g+8a+2>c2d+<g+gg+.r8c+16d+8.fg+a+b+a+g+>ccc<a+8g+8a+8>d+c<d+d+8fg+a+>fd+fg+l8a+g+a+g+4.>g+2d+4f4c<a+g+4.rg+4d+2>cc+dd+4c<a+g+4l16n56cd+g+>cd+g+4,r2r.v13<<c+8l1f&fd+&d+2&d+4.c+&c+c.&c2l8&ca+>fa+>c2&cr4c+4<a+16>c4&c.n32<c+fg+1&g+2&g+<g>c+fg+4.c4d+>c2&c4.<fg+>cfg+>cf2.<<f<fr4n22fa+b+4a+f<a+4>fa+b+4a+f4<a>c+fg+2<g+4>c+fg+2&g+<g>c+fa+2c4g>c+f2&f<f4>cfb+cfg+b+fc<f4.f>c+4c+4.n25c+n25c+<cb+cb+cb+cb+n22a+n22a+

Compile error of Kotlin for Android application.

This type has a constructor, and thus must be initialized here

基底クラスがコンストラクタを持つ場合、それを明示的に呼び出す必要がkotlinではあります。
kotlinではクラスと継承の定義にコンストラクタ定義まで含めることができます。

This type has a constructor and must be initialized here - Kotlin

@yukpiz
yukpiz / compile.sh
Created March 29, 2017 03:19
Build for Android application and library.
#/bin/bash
if [ "${1}" == "app" ]; then
# Build application.
./gradlew clean installDebug >> build.log 2>&1
if [ $? == 0 ]; then
osascript -e 'display notification "Successfully build in Android application🐰 " with title "✅ Android Compile"'
else
osascript -e 'display notification "Failed to build in Android application🐰 " with title "❌ Android Compile"'
fi
@yukpiz
yukpiz / kipi.md
Last active February 3, 2017 00:50

Spec of the kipi bundles.

Lambada Functions

yukpiz/kipi-lambda

  1. Trade Board Crawler
  2. Entry to Twitter
  3. Google Natural Language API