Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
... | |
Training ResidualQuantizer, with 4 steps on 3000 32D vectors | |
[0.009 s, 0.008 s clustering] train stage 0, 6 bits, kmeans objective 33217.3, total distance 200231, beam_size 1->5 (batch size 3000) | |
[0.048 s, 0.044 s clustering] train stage 1, 6 bits, kmeans objective 155050, total distance 143425, beam_size 5->5 (batch size 3000) | |
[0.088 s, 0.079 s clustering] train stage 2, 6 bits, kmeans objective 112965, total distance 107746, beam_size 5->5 (batch size 3000) | |
[0.127 s, 0.115 s clustering] train stage 3, 6 bits, kmeans objective 85549.6, total distance 81995.9, beam_size 5->5 (batch size 3000) | |
[0.001 s] encode stage 0, 6 bits, total error 67433, beam_size 5 | |
[0.002 s] encode stage 1, 6 bits, total error 51657.3, beam_size 5 | |
[0.004 s] encode stage 2, 6 bits, total error 40562.2, beam_size 5 | |
[0.005 s] encode stage 3, 6 bits, total error 32055.1, beam_size 5 |
This file contains hidden or 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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQ7CUh2+ugpVpylm9s6i/mFitKiMntV5KKxbsWigtwVcPfkG1sQP1IhX+3/nfihHuKn6Klx6Qa7438oKXj5EacoPseQtemTc0KJap7SQjnqocPcWyIz9lkF9O9kBsB5ePWalNjdswC5iKPYsvy3kAZYgoKovqRlmwco9VafeXO0+fg/hJG1Y8pw8xNPQc2GMdyABPXMspzn/jYAvk/bLMvawozXs1FAG9TQpKnH7ynUXxwdumulh2ksN56Q8Wvr7NO/NQgiYhuzYT2AVWKCNR0UqCNf5gnKzVSw3+JGpJ7tstL/Cbhoq2WhDUL6+EuuxowoC9w2+U3Sqm8L/BQShan [email protected] |
This file contains hidden or 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
Verifying my Blockstack ID is secured with the address 18Si2iMyM28vstfEGSeAVBbTMTrijpSF9X https://explorer.blockstack.org/address/18Si2iMyM28vstfEGSeAVBbTMTrijpSF9X |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
Verifying that +princehonest is my blockchain ID. https://onename.com/princehonest |
This file contains hidden or 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
// Key-ring comb. | |
// Author: Amir Sadoughi. | |
// Date: 2016/04/03. | |
// Units in mm. | |
module tooth(width, height) { | |
depth = 2; | |
/* Note: points in faces must be left-hand rule clockwise ordered | |
otherwise it will fail to render |
This file contains hidden or 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
find /Applications/Vidyo/ -name *.wav | xargs -I {} mv {} {}.bk |
This file contains hidden or 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
Using library Wire in folder: /Applications/Arduino.app/Contents/Java/hardware/arduino/avr/libraries/Wire | |
Using library SPI in folder: /Applications/Arduino.app/Contents/Java/hardware/arduino/avr/libraries/SPI | |
Using library Adafruit Unified Sensor in folder: /Users/amir/Documents/Arduino/libraries/Adafruit_Unified_Sensor | |
Using library Adafruit LSM9DS0 Library in folder: /Users/amir/Documents/Arduino/libraries/Adafruit_LSM9DS0_Library | |
/Applications/Arduino.app/Contents/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega32u4 -DF_CPU=8000000L -DARDUINO=10605 -DARDUINO_AVR_FLORA8 -DARDUINO_ARCH_AVR -DUSB_VID=0x239A -DUSB_PID=0x8004 -DUSB_MANUFACTURER="Adafruit" -DUSB_PRODUCT="Flora" -I/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/cores/arduino -I/Users/amir/Library/Arduino15/packages/adafruit/hardware/avr/1.3.3/variants/flora -I/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/libraries/Wire - |
This file contains hidden or 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
(.venv)amir@devbox:~/rackerlabs/inova/supernova$ pip freeze | |
Babel==1.3 | |
argparse==1.2.1 | |
cliff==1.9.0 | |
cmd2==0.6.8 | |
iso8601==0.1.10 | |
keyring==4.0 | |
netaddr==0.7.12 | |
netifaces==0.10.4 | |
os-diskconfig-python-novaclient-ext==0.1.2 |
NewerOlder