Close

36487 Results for "↘ 최저가 Ò1Ò〈⑻⑷89〉83Ò⑥ ↗ 쓰리아워㏃ ㏐addition쓰리아워Ⅶ강남술집정보강남술집정보O Ч강남술집정보exhibit 강남쓰리아워к강남술집정보㎼Ŋmethod"

  • 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...
  • HYX file format

  • This file format was created for my custom, fast, safe, web-centric #SPI Flasher. Data can be translated to/from JSON and raw, with mixed support for block addresses. Other formats must be translated with other software. The file format is best described...
  • Staircane

  • We have an 89 year old Aunt who has lived in the same house for over 50 years. She absolutely loves this house and does not want to leave. However, the house has many stairs making it difficult to get around. She is afraid that she will have to move...
  • Z-Uno

  • Z-Uno was designed to allow people to make their own IoT devices for their Smart Homes. Many times we were asked "Is there a pressure/radiation/water level/.../whate ever sensor in Z-Wave?" and we found that it would be cool if people can make their...
  • 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!...