Close

6669 Results for "Y 대전 프로토 베팅 CDDC7.COM ▧프로모션번호 B77▧농구경기분석ϧ에스퍼홀덤℁KB손보👢메이저리그라이브중계ӈ대전 프로토 베팅애용 assurable/"

  • Ongoing fixes, ongoing problems

  • Again, I've run into another roadblock in the course of this project.First of all: the communications glitch has been solved. Here's the technical lowdown.My code has a simple communications protocol:Send a "~" to signal the start of a packetSend a byte...
  • 3D Steel Printer

  • How it works:Current 3d metal printers work by using a laser or an electron beam to melt layers of metal powder together:Image credit:  http://en.wikipedia.org/wiki/Selective_laser_sinteringThis one works the same way, except it replaces the dangerous...
  • Sciclone 3D Printer Conversion

  • OK, I've picked the 350-pound unit up in NJ and brought it home to MA and I'm currently constructing a rolling stand out of aluminum extrusions that I'm reusing from another lot of surplus laboratory items. Once I get the machine on wheels, I'll park...
  • I have this idea for another ring

  • I ordered an Adafruit 9-DOF IMU board for a client who went on holiday vacation before signing the contract so now I've got this board burning a hole in my pocket. Given how much I spent at their site, Adafruit sent along a free Trinket board. At the...
  • Up Side Down

  • Today I worked a little bit more with the robot. It's actually quite convenient to have it sit on a box (so that the legs are in the air) next to my computer, connected over the USB cable.As you can see, the OpenMV camera is actually installed up-side-down....
  • SOURCE CODE

  • package printscii; import java.awt.List; import java.io.File; import java.io.FileNotFoundException; import java.io.PrintWriter; import java.util.Scanner; /** * * @author TAIBHSE */ public class PrintSCII { /** * given a file containing text, this * method...
  • General design

  • For this robot, i am using the general design choices made for R.Cerda, a differential drive robot (link on hackaday.io).This obviously implies a differential drive robot, meaning that we will use two or for motors, on the left and right. For those motors,...
  • Z Axis Modifications

  • The Z axis uses a tray selection option that was available for printers. It has two tray selection devices that could select where which slot the papers came out of. It uses two rack and pinions, one located on each upright. The location of the uprights...
  • Need some help reverse engneering

  • Somewhere someone knows something I do not. It was more than a decade ago that overclocking these calculators was common knowledge. Half of the sources have disappeared over time and the other half tell you nothing more than the instructions and the...
  • Digital Patterns for Sewing

  • The first step was to obtain a 3D mesh data file of my head. My wife took pictures of my head about every 22 degrees around at three levels for a total of 48 photos. These were uploaded into AutoDesk 123D Catch. I deleted the things that I did not want...
  • Calculation of usable area

  • To check if the geometry is ok I wrote a little python script to calculate the area which the plotter arms can acces:import math import matplotlib.pyplot as plt from matplotlib.patches import Rectangle from planar import Vec2 al = 0.75 #arm length [m]...