Close

7769 Results for "↘ 최저가 Ò1Ò〈⑻⑷89〉83Ò⑥ ↗ 쓰리아워레깅스룸○ 강남술집정보fields쓰리아워쓰리아워레깅스룸쓰리아워레깅스룸amiable 쓰리아워레깅스룸υ↘쓰리아워storm"

  • Housing selection

  • Requirements Easily found when misplacedBig enough to hold easily but not too big that it's cumbersomeShould have a battery compartment so that unskilled personnel can replace batteries without having to open up the housingRoom enough for the necessary...
  • MIKBUG Commands

  • MIKBUG (Smithbug) has the following case-sensitive commands. ; V VIEW MEMORY; E CHANGE MEMORY; M MOVE MEMORY; I FILL MEMORY; F FIND  ; D DISASSEMBLE CODE; & S1 LOAD PROGRAMME; G GO TO PROGRAM; J JUMP TO TARGET PROGRAM ; T TRACE PROGRAM; K CONTINUE...
  • FlexSEA-Plan

  • FlexSEA-Plan is an embedded computer used for high-level computing. It boasts a powerful processor and can run an operating system such as Linux. Developing code on this platform is similar to the regular (i.e. non-embedded) software development process....
  • Rev1 Voltage Test

  • I did another test with the rev1 prototype, this time only measuring voltage, and bringing it all the way to the maximum voltage of 60V. Again I am doing calibration and comparison to my Fluke 101 Multimeter. This has a problem as the Fluke 101 does...
  • INFORMED HEX DUMP

  • 66 03 60 4D F5 66 03 C0 SOH DE 1D 40 E5 #62 E7 41 EE 70 48 4F 52 50 43 35 33 32 34 37 36 19 06 22 06 22 SOH10 46 30 46 19 SOH42 70 40 40 40 40 40 40 30 30 31 38 30 33 35 33 32 34 37 36 4B 08 08 DC C1 C1 32 DC C1 C1 32 42 B4 42 B4 02 SOH02 02 02...
  • Diving in with Calamity and Confusion

  • On my TI-89, one of the battery contacts on the PCB was heavily corroded and it took a good deal of time and heat to reflow solder to make a new pad. I did this to the V200 as a preventative measure too, but I guess I heated up the nearby fuse to where...
  • Tapo circuit COMPLETED! + Tested + Programmed

  • //----------------------------------------------------------------------------------------------------- // LIBRARIES //----------------------------------------------------------------------------------------------------- #include #include #include //-----------------------------------------------------------------------------------------------------...
  • Mystery of Green and Blue light

  • I know the title sounds really mysterious, but just have a look at the gathered data.(Date Time R_max R_min G_max G_min B_max B_min Ir_max Ir_min)2014/8/23 0:39:55 55 49 1 0 1 0 25 22 2014/8/23 0:59:1 84 73 2 1 1 0 47 41 2014/8/23 9:7:35 97 87 3 1 2...
  • Deep Sleep

  • I've been testing the deep sleep mode on the ESP-03. I loaded the frankenstein firmware from here https://github.com/nekromant/esp8266-frankenstein onto the module to test the deep sleep mode.Note, you need to tie gpio15 to GND in order to boot any firmware...
  • Reverse Engineering from Package Data

  • As you can see airodump-ng picked up the WiFi of the drone and also that it is running on channel 2. Next I recorded some packages. sudo airodump-ng -w JJRC_out -c 2 -bssid 10:A4:BE:2E:77:B5 wlan0mon While recording I simply used all the functions the...
  • More sieving

  • Let's go back to logs 139. Heuristic breakthrough and 140. gPEAC to 1 million.  Now that the gPEAC inner loop is optimised, it's time to build the distributed scanner to hack through a mountain of numbers... It should be faster with the optimised...
  • C-ving

  • OK I thought that the amount of data in the future would be too large and I decided to do the sieving in C. Using the available scanning data, I could only go up to 2161 : n1=46 and n2=2114.The first hicup comes at 1511 so there is no point in dealing...