Skip to content

Instantly share code, notes, and snippets.

@making
making / IntroductionToSpringWebFlux.md
Last active November 27, 2017 14:52
Introduction To Spring WebFluxのアウトラインです
  • Spring WebFluxイントロダクション
    • 【Demo】 Reactiveアプリケーション (IoTデバイスとグラフ描画) http://bit.ly/demoiot
    • Spring WebFluxがターゲットととしているユースケース
    • Servlet StackとReactive Stack
    • なぜSpring WebFluxを作ったのか
  • Reactive Streams復習
    • Reative Streamsのデータの流れ
    • FluxとMono
    • Reactorのサンプル
  • Hot Streamの例 (Twitter4j連携)
@k2wanko
k2wanko / app.go
Last active February 4, 2017 08:37
package linebot
import (
"encoding/base64"
"encoding/json"
"net/http"
"net/url"
"os"
"golang.org/x/net/context"
@suma
suma / mist.rb
Created May 11, 2012 11:16
Convert MIST for Jubatus Ruby Client see next slide http://www.slideshare.net/suma_/jubatus-12892694
class MIST
def initialize(file)
@bags = []
File.open(file) {|file|
# collect LEVEL 1 each threads
bag = []
line = file.gets
pos = line.index('thread')
if pos
@kdabir
kdabir / groovy.sublime-build
Last active May 22, 2019 09:24
Run groovy scripts from sublime-text
{
"cmd": ["groovy", "$file"],
"selector": "source.groovy",
"file_regex": "[ ]*at .+[(](.+):([0-9]+)[)]",
"windows": {
"shell": "cmd.exe"
}
}
@giudinvx
giudinvx / slideshare-downloader.sh
Last active November 17, 2022 01:00
Slideshare Downloader
#!/bin/bash
#-----------------------------------------------
# Modify 4/08/2018 by giudinvx
# Email giudinvx[at]gmail[dot]com
#-----------------------------------------------
# Author: Andrea Lazzarotto
# http://andrealazzarotto.com
# andrea.lazzarotto@gmail.com