Close

69867 Results for "《 예약문의 OIO≡⑧④89≡83O⑥》텐하드룸ぉぅvictorious≒텐하드레깅스룸텐하드레깅스◀texas 텐하드선릉텐하드 텐하드룸セ텐하드룸⇒like㎂"

  • Still Testing II

  • Still Testing II A bit of code clean up! Used enum types rather and constants as this makes changing the menu easier: enum NoYes {N,Y}; enum MenuLevel {Top,Menu,Set}; enum MenuItem { Exit_Menu , Year , Month , Day , Hour , Minute , Second , Use_Time...
  • Bioinspired Robotic Snake

  • Components This is a parts list for a single snake, if you want to make both snakes you will need to double the volume of components. 10 MG996R servos*1.75mm 3D printing filament10 ball bearings, part number 608 (I salvaged mine from the outer rim of...
  • EmotiGlass

  • EmotiGlass By: David Prutchi and Jason MeyersIMPORTANT NOTE:  A complete, single-document whitepaper for the project is available for download at: https://cdn.hackaday.io/files/1606156871752160/EmotiGlass%20-%20v4.1%20PUBLISHED%20-%20.pdf All augmented...
  • Node-RED & MQTT

  • You can program all the scenario inside the Core Module, but thanks to wireless transmission and cheap computers like Raspberry Pi you can have IoT pumpkin and even change behavior over internet.Download BigClown Playground for your computer or use Raspberry...
  • Speak&SID CPC

  • SID 8580 R5 - Golden Axe by Jeroen Tel:  SID 6581 R4 - In Concert. Just playing a selection of great SID songs on the Speak&SID: MIDI IN Synth Demo - Playing the SID and AY-3-8912 in parallel via a MIDI keyboard. The "synthesizer program" is running...
  • CSV TileMap Game

  • I've only just gotten this working and need to clean it up a bit still but I thought it was neat and wanted to share.  To run the example you need code.py, castle_sprite_sheet.bmp, and map.csv from the files section or the repo. Once you get it...
  • Online Weather Station (NodeMCU)

  • Hey guys! I Hope you already enjoyed my previous project "Arduino Robot 4WR" and you are ready for a new one, as usual I made this tutorial to guide you step by step while you make your own electronic project. During the making of this project, we tried...
  • Dinotron Wiolink Hacking

  • HW Requirements Wio-link board WiFi connected PC/Laptop + Router Software tools Anaconda (Py3.4+, ampy, esptools), Visual Studio, PuTTY, httplib header, Any text editor, Chrome browser on PCDemonstration of BrainStem Customised WebGL gamehttps://www.gpupowered.org/brainstem/game.html...
  • How to Make a Walking Robot

  • This project is so handy to make specially after getting the customized PCB that we’ve ordered from JLCPCB to improve the appearance of our electronic device and also there is enough documents and codes in this guide to assist you create your...
  • The Algorithm itself

  • from itertools import groupby import random from itertools import combinations from itertools import permutations import sympy s = 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30 c = [[1,2,3],[1,2,4],[1,2,5],[1,2,6],[3,4,5],[3,4,6],[3,4,7],[4,5,6],[4,5,7],[6,3,7],[7,10,11],[22,1,11],[22,27,29],[30,1,14],[30,13,14],[14,20,11],[25,27,29],[14,1,2],[14,2,3],[14,5,1],[26,4,13],[26,7,17],[27,29,18],[19,27,13],[3,4,13],[19,2,1],[19,20,9],[18,3,2],[29,26,1],[5,3,11],[13,16,19],[13,20,21],[13,1,9],[17,19,23],[1,3,5],[5,3,2],[6,8,1],[7,30,23],[11,19,7],[7,4,28],[7,4,28],[18,13,1],[7,12,15],[15,2,3],[29,1,2],[29,2,3],[29,2,4],[29,5,4],[29,23,22],[3,26,5],[3,26,4],[3,25,3],[10,11,2],[30,1,2],[30,3,4],[30,4,5],[30,8,9],[30,18,19],[30,20,13],[6,22,23],[6,24,15],[18,1,2],[18,2,3],[18,4,5],[18,16,1],[24,26,27],[10,...