Skip to content

Instantly share code, notes, and snippets.

View miyataken999's full-sized avatar

kenichi miyata miyataken999

View GitHub Profile
@miyataken999
miyataken999 / index.haml
Created September 9, 2018 16:27
threejs parallax
#Wrapper
BEGIN
set @word = casea;
set @cmd = concat('import websocket
if __name__ == "__main__":
websocket.enableTrace(True)
ws = websocket.create_connection("wss://***.***.***.***:9000")
ws.send("',@word,'")
result = ws.recv()
@miyataken999
miyataken999 / file0.txt
Created September 14, 2018 00:55
processmakerのAPIをCLASPとCLOUD9で作成 ref: https://qiita.com/miyataken999/items/1bab0bea1170c48677e1
"custom-types": {
"json()": {
"^searchresults": "c9search",
"settings": "javascript",
"gs": "javascript",
"ts": "javascript"
}
},
@miyataken999
miyataken999 / index.html
Created September 15, 2018 21:34
Tic Tac Toe
<div id="errors" style="
background: #c00;
color: #fff;
display: none;
margin: -20px -20px 20px;
padding: 20px;
white-space: pre-wrap;
"></div>
<div id="root"></div>
<script>
https://iratawa.com/python-docker-mysqlclient-install/