Close

27106 Results for "《 예약문의 OIO≡⑧④89≡83O⑥》강남하이킥레깅스룸Χぬscheme하이킥레깅스룸⊂선릉하이킥강남하이킥레깅스룸⑪も강남하이킥they 강남하이킥레깅스룸㈌선릉하이킥ㅼぷpoor"

  • TI-84+ SE Backlight

  • Solder the - wire from the inverter to the - lead on the battery case. The inverter needs 3V, not 6V, so solder the + wire to the connector going between the second and third AA.
  • TI-84+ SE Backlight

  • Finally you can put the two halves back together. Plug in the EL panel and arrange all the wires so they don't get pinched. Snap the two halves of the case together.Before you screw everything together, put the batteries in and make sure it all works....
  • TI-84+ SE Backlight

  • Now its time to take apart the inverter. Clip off the spring and solder some wires onto the battery contacts. The inverter will be powered by two of the calculator's AAs.The inverter has two buttons, but they both do the same thing. Desolder the button...
  • DIY SlingBox $30

  • Server Controls:The real tricky part here is starting VLC from the web, as a user, that will allow outside connections.My solution was to configure Apache to have user pages. I then placed the server controls in /home/username/public_html/cgi-binhttp://httpd.apache.org/docs/2.2/howto/public_html.html...
  • DIY SlingBox $30

  • VLC:Live transcoding is resource intensive, making it nice to be able to turn it on and off. Also switching the VLC configurations allows for many variations of size and quality, useful in tailor the stream to different devices and scenarios. Below are...
  • DIY SlingBox $30

  • LIRC Web Interfacehttp://home.comcast.net/~tomhorsley/wisdom/lirc/lirc.htmlI re-purposed Tom's code to run my VLC server commands as well.
  • DIY SlingBox $30

  • This is the code I used for the right frame in the first picture.#!/usr/bin/perl#use CGI qw/:standard/;use URI::Escape;my $cols = 3;my %button_codes;$button_codes{'1'}='BTN_1';$button_codes{'2'}='BTN_2';$button_codes{'3'}='BTN_3';$button_codes{'4'}='BTN_4';$button_codes{'5'}='BTN_5';$button_codes{'6'}='BTN_6';$button_codes{'7'}='BTN_7';$button_codes{'8'}='BTN_8';$button_codes{'9'}='BTN_9';$button_codes{'0'}='BTN_0';$button_codes{'Ch-'}='KEY_CHANNELDOWN';$button_codes{'Ch+'}='KEY_CHANNELUP';if...
  • DIY SlingBox $30

  • And this is the left frame. flowplayer href="http://xxx.xxxxxx.org:8080/stream.flv" style="display:block;width:320px;height:240px" id="player"> flowplayer("player", "flowplayer-3.2.11.swf");
  • DIY SlingBox $30

  • Check Server Status:#!/bin/sh##echo "Content-type: text/plain"echo "Content-type: text/html\n"echo ""echo "Check Server"echo ""if ps -C vlc > /dev/nullthen echo "VLC is running"else echo "No server found"fiecho ""echo "Back"echo ""echo ""
  • DIY SlingBox $30

  • #!/bin/bash##recording1.shirsend SEND_ONCE --count=2 radioshack BTN_4irsend SEND_ONCE --count=2 radioshack BTN_6mencoder tv:// -tv driver=v4l2:norm=NTSC_M:width=720:height=480:outfmt=uyvy:device=/dev/video0:input=0:fps=25:buffersize=16:alsa:amode=1:forcechan=2:audiorate=48000:adevice=plughw.1,0:forceaudio:immediatemode=0...