This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Flash from File [object File] stubundefined | |
caught usb config errorError: Failed to open device. | |
caught error in process head and calling handlErrorTimeoutError: operation timed out | |
Handling error | |
r__stackCleaned__: trueisOperational: truemessage: "operation timed out"name: "TimeoutError"stack: "TimeoutError: operation timed out↵ at Object.u [as pollPromise] (chrome-extension://bpohdfcdfghdcgflomadkijfdgalcgoi/scripts/bundle.min.js:4:17839)↵ at chrome-extension://bpohdfcdfghdcgflomadkijfdgalcgoi/scripts/bundle.min.js:4:4108↵From previous event:↵ at chrome-extension://bpohdfcdfghdcgflomadkijfdgalcgoi/scripts/bundle.min.js:4:4083↵From previous event:↵ at e.value (chrome-extension://bpohdfcdfghdcgflomadkijfdgalcgoi/scripts/bundle.min.js:4:3823)↵ at e.value (chrome-extension://bpohdfcdfghdcgflomadkijfdgalcgoi/scripts/bundle.min.js:4:1025)↵From previous event:↵ at e.value (chrome-extension://bpohdfcdfghdcgflomadkijfdgalcgoi/scripts/bundle.min.js:4:1157)↵ at e.value (chrome-extension://bpohdfcd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
U-Boot SPL 2016.01-gc23364e (Jun 01 2016 - 05:57:25) | |
DRAM: 512 MiB | |
CPU: 1008000000Hz, AXI/AHB/APB: 3/2/2 | |
Trying to boot from NAND | |
U-Boot 2016.01-gc23364e (Jun 01 2016 - 05:57:25 +0000) Allwinner Technology |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# Original code found at: | |
# https://gist.github.com/DenisFromHR/cc863375a6e19dce359d | |
""" | |
Compiled, mashed and generally mutilated 2014-2015 by Denis Pleic | |
Made available under GNU GENERAL PUBLIC LICENSE | |
# Modified Python I2C library for Raspberry Pi | |
# as found on http://www.recantha.co.uk/blog/?p=4849 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Menyiapkan development environment untuk AVR karena saya sering main dengan mikrokontroler avr | |
sudo dnf install avr-gcc avr-gcc-c++-1\:4.9.3-2.fc24.x86_64 avr-binutils-1\:2.25-3.fc24.x86_64 avr-gdb-7.1-13.fc24.x86_64 avr-libc avarice-2.13-1.fc24.x86_64 avrdude-6.1-5.fc24.x86_64 dfu-programmer-0.6.2-5.fc24.x86_64 uisp | |
#install chromium, alternatif untuk firefox. Saya gunakan untuk CHIP Flahser | |
sudo dnf install chromium-53.0.2785.101-1.fc24.x86_64 | |
#install alternatif photosop dan corel | |
sudo dnf install gimp inkscape | |
#install paket untuk archive |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var_1 = "saya sedang belajar untuk menjadi guru profesional" | |
def split_string(string, length): | |
return (string[0+i:length+i] for i in range(0, len(string), length)) | |
def buat_list(data, z): | |
return list(split_string(data, z)) | |
hasil = buat_list(var_1, 16) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hasil = ['saya sedang bela', 'jar untuk menjad', 'i guru profesion', 'al'] | |
for x in hasil: | |
print x |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm verb addRemoteTarball 'b00aaa556dd8b44568150ec9d1b953f3f90cbb61' ] | |
npm info retry fetch attempt 1 at 1:49:38 PM | |
npm info attempt registry request try #1 at 1:49:38 PM | |
npm http fetch GET https://registry.npmjs.org/type-is/-/type-is-1.6.13.tgz | |
npm verb addRemoteTarball https://registry.npmjs.org/async/-/async-0.1.22.tgz not in flight; adding | |
npm verb addRemoteTarball [ 'https://registry.npmjs.org/async/-/async-0.1.22.tgz', | |
npm verb addRemoteTarball '0fc1aaa088a0e3ef0ebe2d8831bab0dcf8845061' ] | |
npm info retry fetch attempt 1 at 1:49:38 PM | |
npm info attempt registry request try #1 at 1:49:38 PM | |
npm http fetch GET https://registry.npmjs.org/qs/-/qs-6.2.0.tgz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm info it worked if it ends with ok | |
npm verb cli [ '/usr/bin/node', | |
npm verb cli '/usr/bin/npm', | |
npm verb cli 'install', | |
npm verb cli '--production', | |
npm verb cli 'heapdump', | |
npm verb cli '--verbose' ] | |
npm info using [email protected] | |
npm info using [email protected] | |
npm verb install initial load of /home/sumarsono/belajar-node-red/package.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sumarsono ~ belajar-node-red rm -rf /home/sumarsono/.node-gyp/ | |
sumarsono ~ belajar-node-red npm install node-red --verbose | |
npm info it worked if it ends with ok | |
npm verb cli [ '/usr/bin/node', | |
npm verb cli '/usr/bin/npm', | |
npm verb cli 'install', | |
npm verb cli 'node-red', | |
npm verb cli '--verbose' ] | |
npm info using [email protected] | |
npm info using [email protected] |
OlderNewer