Skip to content

Instantly share code, notes, and snippets.

<!--
-->
<html>
<head>
<title>WebGL Demo</title>
<meta charset="utf-8">
<script src="./js/build/Three.js" type="text/javascript"></script>
<script src="./js/js/RequestAnimationFrame.js" type="text/javascript"></script>
<script src="./js/js/Stats.js" type="text/javascript"></script>
@gengshenghong
gengshenghong / draw_circle.json
Created September 1, 2017 09:55
Scratch3.0 project for issue #647
{"targets":[{"id":"tnS[rT1rD;(XNwiV}`my","name":"Stage","isStage":true,"x":0,"y":0,"size":100,"direction":90,"draggable":false,"currentCostume":0,"costume":{"name":"backdrop1","bitmapResolution":1,"rotationCenterX":240,"rotationCenterY":180,"skinId":0,"assetId":"739b5e2a2435f6e1ec2993791b423146","dataFormat":"png"},"costumeCount":1,"visible":true,"rotationStyle":"all around","blocks":{},"variables":{},"lists":{},"costumes":[{"name":"backdrop1","bitmapResolution":1,"rotationCenterX":240,"rotationCenterY":180,"skinId":0,"assetId":"739b5e2a2435f6e1ec2993791b423146","dataFormat":"png"}],"sounds":[{"name":"pop","format":"","rate":11025,"sampleCount":258,"soundID":1,"md5":"83a9787d4cb6f3b7632b4ddfebf74367.wav","data":null,"assetId":"83a9787d4cb6f3b7632b4ddfebf74367","dataFormat":"wav","soundId":"T%I#Kw4UYgsi{HrN(wgO"}]},{"id":"dGdiN0(ZhQh^jB%}2A4V","name":"Sprite1","isStage":false,"x":-1.4210854715202004e-14,"y":2.4424906541753444e-15,"size":100,"direction":90,"draggable":false,"currentCostume":0,"costume":{"name":
@gengshenghong
gengshenghong / test_http.py
Last active December 21, 2018 06:23
test http server with workder threads
'''
code to test http server with workder threads on esp32
'''
# test configurations
HTTP_IN_THREAD = True
NNN = 1
THREAD_SLEEP = True
# ssid configurations