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
| import pip | |
| from subprocess import call | |
| for dist in pip.get_installed_distributions(): | |
| call("pip install --upgrade " + dist.project_name, shell=True) |
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
| # coding: utf-8 | |
| import moviepy.editor as mp | |
| import sys | |
| def convert(video_file_name, audio_file_name=None): | |
| if audio_file_name is None: | |
| audio_file_name = video_file_name + '.mp3' | |
| try: | |
| clip = mp.VideoFileClip(video_file_name) | |
| clip.audio.write_audiofile(audio_file_name) |
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
| from PIL import Image | |
| img = Image.open("QQwhite.jpg") | |
| width, height = img.size | |
| result = Image.new('RGB', (width, height)) | |
| data = list(img.getdata()) | |
| for i, t in enumerate(data): | |
| if set(t) == {255}: |
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
| clash |
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
| Markdown 3 hrs 30 mins โโโโโโโโโโโโโโโโโโโโโ 58.7% | |
| TypeScript 1 hr 13 mins โโโโโโโโโโโโโโโโโโโโโ 20.4% | |
| Bash 31 mins โโโโโโโโโโโโโโโโโโโโโ 8.8% | |
| YAML 28 mins โโโโโโโโโโโโโโโโโโโโโ 8.0% | |
| JSON 12 mins โโโโโโโโโโโโโโโโโโโโโ 3.4% |
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
| ๐ 205 Contributions in year 2020 | |
| ๐ฆ Used 24 MB in GitHub's Storage | |
| ๐ 7 Public Gists | |
| ๐ 5 Public Keys | |
| ๐ผ Opted to Hire |
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
| #!/bin/bash | |
| install_ipset() { | |
| yum install -y ipset ipvsadm | |
| } | |
| load_mod() { | |
| echo "#!/bin/bash | |
| modprobe -- ip_vs | |
| modprobe -- ip_vs_rr |
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
| { | |
| "configurations":{ | |
| "Debug GRPC":{ | |
| "adapter":"vscode-go", | |
| "configuration":{ | |
| "type":"go", | |
| "request":"launch", | |
| "mode":"debug", | |
| "remotePath":"", | |
| "port":2345, |
- ๅคฉ่ฏญๅ่ฝๆบ
- ๆฏๅMTKๅฑฑๅฏจๆบ
- ๅคๆฎ่พพ 696
- HTC G1
- HTC G6
- iPhone 4
- HTC G18
- HTC G23 (One X)
- iPhone 5s
- iPhone 6
OlderNewer