I hereby claim:
- I am zst123 on github.
- I am zst123 (https://keybase.io/zst123) on keybase.
- I have a public key whose fingerprint is 8A8A 85BC 7CEA 9C31 8045 18FF BE23 79CE 3D18 A071
To claim this, I am signing this object:
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #include <rtthread.h> | |
| #include <rtdevice.h> | |
| #include <webnet.h> | |
| #include <wn_module.h> |
| import sys, os, cv2, time | |
| import numpy as np, math | |
| from argparse import ArgumentParser | |
| try: | |
| from armv7l.openvino.inference_engine import IENetwork, IEPlugin | |
| except: | |
| from openvino.inference_engine import IENetwork, IEPlugin | |
| # sudo apt-get install python3.6-tk |
| #!/usr/bin/env perl | |
| use Lingua::Romana::Perligata | |
| # 'converte', | |
| # 'discribe' | |
| # 'investiga', | |
| ; | |
| adnota ========================================================= | |
| adnota #[EN] This is my first program. | |
| adnota #[LA] haec est mea prima programma. |
| # References: | |
| # http://sourabhbajaj.com/blog/2017/02/07/gui-applications-docker-mac/ | |
| # https://forums.docker.com/t/how-to-run-gui-apps-in-containiers-in-osx-docker-for-mac/17797/21 | |
| # https://fredrikaverpil.github.io/2016/07/31/docker-for-mac-and-gui-applications/ | |
| # Install XQuartz | |
| brew cask install xquartz | |
| # Allow network connections | |
| defaults write org.macosforge.xquartz.X11 nolisten_tcp 0 | |
| # Don't launch terminal when starting XQuartz |
| #!/usr/bin/env python | |
| import binascii | |
| import sys | |
| # PARITY_MODE = True # for odd number detection | |
| PARITY_MODE = False # for 1 and only 1 | |
| def xor(numb_list): | |
| final = "" |
| #!/usr/bin/env python | |
| import sys | |
| import os | |
| class CmdColors: | |
| ATTR_OFF = '\033[0m' | |
| DEFAULT = '\033[99m' | |
| BOLD = '\033[1m' | |
| UNDERLINE = '\033[4m' | |
| # Colors |
I hereby claim:
To claim this, I am signing this object:
| /* Captions Styling */ | |
| span.captions-text * { | |
| font-family: "Helvetica Neue", "Yuanti SC", "Yuanti TC", "LiHei Pro" !important; | |
| color: #fff !important; | |
| background-color: rgba(0, 0, 0, 0) !important; | |
| text-shadow: -3px 0 3px black, 0 3px 3px black, 3px 0 3px black, 0 -3px 3px black !important; | |
| padding-top: -16px; | |
| } | |
| /* Widen Caption */ |
| .content * .Prompt {display: none !important; } | |
| body { background: #303030 url('') repeat fixed center !important; } | |
| * { | |
| border-color: transparent !important; | |
| font-family: Century Gothic !important; | |
| font-size: 13px; | |
| font-weight: bold; | |
| font-align:center; | |
| color: rgba(255,255,255,.8) !important; |
| javascript:!function(a){function g(a,b){for(var c in b)b.hasOwnProperty(c)&&(a.style[c]=b[c])}var b=a.querySelector("video"),c=a.createElement("input"),d=a.createElement("label"),e=a.createElement("div"),f;d.innerHTML='<span class="asdf">1x</span>',g(d,{color:"#EEE",fontSize:"11px",background:"transparent"}),h=document.getElementsByClassName("ytp-chrome-controls"),c.type="range",c.max=4,c.min=.25,c.value=1,c.step=.25,g(c,{left:"8px",width:"90%",verticalAlign:"middle",webkitAppearance:"slider-horizontal",mozAppearance:"slider-horizontal"}),d.appendChild(c),g(e,{top:"22%",width:"50%",padding:"4px",position:"absolute",zIndex:1e3}),e.appendChild(d),(f=a.querySelector(".ytp-chrome-bottom"))?(f.appendChild(e),g(e,{left:"25%"})):b.parentNode.insertBefore(e,b),d.querySelector(".asdf").innerHTML=b.playbackRate+"x",c.value=b.playbackRate,c.addEventListener("change",function(a){var c=a.target.value;b.playbackRate=c,d.querySelector(".asdf").innerHTML=c+"x"})}(document); |