Close

10563 Results for "python"

  • 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...
  • Hack Chat Transcript, Part 2

  • Kate Temkin12:32 PM@alexwhittemore That means you need to start scheduling the transfers in advance; which means using the async API; which brings the Usual Asynchronous Fun. Twisted Pair in my Hair12:32 PMIn KiCad (newer versions at least) diff-pairs...
  • 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,...
  • Let's Do Encrypt; And Why Not?

  • Summary Here I modify the nginx configuration to also support TLS, and redirect unencrypted requests to our encrypted version.  I also modify the base nginx image to include the Let's Encrypt certbot tool to keep the certificates renewed automatically....
  • Grayscale on 1-bit LCDs

  • This is my little research project to see how grayscale works on FSTN LCDs. I have made a video about what I learned: The following is the transcript of the video for archiving purposes. Hello everyone, Wenting here. What type of screen are you currently...
  • Dagu rover line sensing robot

  • Initial PlanThis is a project I have undertaken since joining the UoM Robotics Society. It is presented in blog form as it happens. For this reason it may contain errors. I intend to leave these in, along with the solutions when I find them so that others...
  • TrillSat

  • Introduction Polo and the Pony Express: The T Acronyms Primary Purpose Restoring Communication When Our Infrastructure is Down Secondary Purposes The Ancient Library A Clarkeian Satellite/Spacecraft Analog The Trill Tethered Rocking Orbiting Tracker...
  • Etch-A-Whiteboard

  • Etch-A-WhiteboardAutomated Precision Drawing for the Artistically ImpairedNate Foss and Alex HogansonAutomation and Robotics Research LabThomas Jefferson High School for Science and Technology2015-16Table of ContentsAbstract 3Introduction 4Literature...
  • Detecting Mains Voltage/Current

  • My Project Rationale: A 600 foot deep well provides water to my house. The well only produces 8 gallons/hour. Therefore I also have a 1700 gallon cistern to store the water before it is pumped into the house for use. There is a float valve that turns...
  • Transcript: Hacking Voice UIs

  • Stephen Tranovich12:05 PMHello hello hello, everybody, and welcome to another epic Hack Chat. This week we're talking about hacking voice user interfaces with @Nadine ! Thom12:05 PMThank you for putting this chat together. Stephen Tranovich12:05 PM@Nadine...