Close

90479 Results for "↘ 최저가 Ò1Ò〈⑻⑷89〉83Ò⑥ ↗강남퍼블릭≪▩justι퍼블릭룸퍼블릭룸∧catholic 셔츠룸퍼블릭강남퍼블릭 퍼블릭술집и퍼블릭룸ㅯnoble㎥"

  • The Modular Concept (explained)

  • When the first ideas for this Cyerdeck came up, I was already sure to create it modular, as much as possible. As such I had defined the following requirements for myself:All "Modules" MUSTbe easily replaced for future improvements, modification...
  • Sticks and Stones

  • Hench attempted a coup, and failed - for which he has paid the ultimate price.At the beginning of this year Hench's reputation was in tatters. He'd failed to provide any service whatsoever and annoyed me to the point of threatening litigation, so in...
  • 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...
  • muahaha, I cheated :)

  • So since the Teensy++ 2.0 bootloader is not available and I'm not feeling comfortable to learn all the bells and whistles of USB communications I was looking for other options. Googling "at90usb1287 arduino" I found this https://github.com/mattairtech/ArduinoCore-avr...
  • 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...
  • Instruction Set Shuffle

  • Instruction Set Shuffle Having ADD and SUB in different op code pages seems wrong, as SUB (ACC = Value - 1) can be coded as: LOAD ValueXOR FADD 1XOR F Yes, the carry flag works. The current op code set would be: LOAD ValuePAGE 8SUB 1PAGE 0 No saving!...
  • More Power Igor

  • Well, finally I was let down by a lack of amps, the batteries I have just arent strong enough to move the limbs without at least doubling them. And I'll need to upgrade the regulators. Such is life...I added a little bit of code to the Pi's monitor....