WebGL experiment using ThreeJS. Move the fan and press to make wind, the lion will surely appreciate.
A Pen by Karim Maaloul on CodePen.
| https://iratawa.com/python-docker-mysqlclient-install/ |
| <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> |
| "custom-types": { | |
| "json()": { | |
| "^searchresults": "c9search", | |
| "settings": "javascript", | |
| "gs": "javascript", | |
| "ts": "javascript" | |
| } | |
| }, | |
| 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() |
| #Wrapper |
WebGL experiment using ThreeJS. Move the fan and press to make wind, the lion will surely appreciate.
A Pen by Karim Maaloul on CodePen.
| <h1 class="text-center">VueJS Search Input with Debounce</h1> | |
| <p class="lead text-muted text-center">Using lodash _.debounce with a 1s delay</p> | |
| <div id="app"> | |
| <my-list/> | |
| </div> |
| <div id="app"> | |
| <link href="https://fonts.googleapis.com/css?family=Roboto|Poppins" rel="stylesheet"> | |
| <meta name="viewport" content="width=device-width"> | |
| <header> | |
| <div class="wrap"> | |
| <div id="hamburger" v-on:click="display_menu()"> | |
| <span></span> | |
| <span></span> | |
| <span></span> | |
| </div> |
| GIST |
| var scene = new THREE.Scene(); | |
| scene.background = new THREE.Color( 0xcccccc ); | |
| var camera = new THREE.PerspectiveCamera(45, window.innerWidth / window.innerHeight, 0.1, 1000); | |
| camera.position.z = 5; | |
| camera.position.y = 5; | |
| camera.position.x = 5; | |
| camera.lookAt(new THREE.Vector3(0,0,0)); // Make the camera look at the point of origin | |