I hereby claim:
- I am zrt on github.
- I am zrt (https://keybase.io/zrt) on keybase.
- I have a public key whose fingerprint is 8781 3E29 0648 42F3 87D9 BE68 63FB 4168 BCA6 5083
To claim this, I am signing this object:
| <!-- MIT License --> | |
| <html> | |
| <head> | |
| <script> | |
| function generateKey(alg, scope) { | |
| return new Promise(function(resolve) { | |
| var genkey = crypto.subtle.generateKey(alg, true, scope) | |
| genkey.then(function (pair) { | |
| resolve(pair) | |
| }) |
| // I2C device class (I2Cdev) demonstration Processing sketch for MPU6050 DMP output | |
| // 6/20/2012 by Jeff Rowberg <[email protected]> | |
| // Updates should (hopefully) always be available at https://github.com/jrowberg/i2cdevlib | |
| // | |
| // Changelog: | |
| // 2012-06-20 - initial release | |
| /* ============================================ | |
| I2Cdev device library code is placed under the MIT license | |
| Copyright (c) 2012 Jeff Rowberg |
| ################### | |
| # # | |
| # SU.SG # | |
| # # | |
| ################### | |
| # https://mp.weixin.qq.com/s/H3OOqhFRr0YZGorIAlsCjA | |
| # todo | |
| # replace or remove content-security-policy header |
| #! /usr/bin/env python3 | |
| import os | |
| import time | |
| PIC = False | |
| CV2 = False | |
| try: | |
| from picamera import PiCamera |
| #! /usr/bin/python3 | |
| from random import * | |
| import os,sys | |
| run = os.system | |
| ##BEGIN 这些需要修改 | |
| dataset = '20180103_nanian_103247' | |
| target_dir = "/home/a/Desktop/PublicCourse/perception_project/Simple" | |
| data_dir = "/home/a/Desktop/PublicCourse/perception_project/%s"%(dataset) |
| <button id="load-disqus" onclick="disqus.load();"> | |
| 加载Disqus | |
| </button> | |
| <div id="disqus_thread"></div> |
I hereby claim:
To claim this, I am signing this object:
| import os | |
| now=os.getcwd() | |
| a=os.listdir() | |
| a=list(filter(lambda x:os.path.isdir(x),a)) | |
| for s in a: | |
| path=os.path.join(now,s) | |
| os.chdir(path) | |
| if os.path.isdir('.git'): |
| /************************************************************** | |
| Problem: 2725 | |
| User: zrts | |
| Language: C++ | |
| Result: Accepted | |
| Time:13512 ms | |
| Memory:49700 kb | |
| ****************************************************************/ | |
| #include<iostream> |