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
[package] | |
name = "rsa_pem_test" | |
version = "0.1.0" | |
authors = ["YuzuRyo61"] | |
edition = "2018" | |
[dependencies] | |
bcrypt = "*" | |
openssl = "*" | |
pem = "*" |
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
[wating_room] | |
wating_room_id = 741234567894561232 # 待機室のボイスチャンネルのID | |
main_room_id = 741234567894561232 # メインのボイスチャンネルのID | |
text_channel_id = 741234567894561232 # メインのテキストチャンネルのID | |
role_id = 7400000000000000 # 参加承認時に付与されるロールのID |
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 threading | |
import schedule | |
import time | |
# Thread-2 within required argument | |
def th2(txt): | |
print(txt) | |
print(1 + 2) |
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
#!/usr/bin/env python3 | |
import re | |
if __name__ == "__main__": | |
text = input("何か入力> ") | |
search = re.search(r"[^\s]{2,}", text) | |
if search != None: | |
print("密です!") | |
else: |
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
#!/usr/bin/env python3 | |
import cv2 | |
import os | |
from bottle import route, run, static_file, abort | |
@route('/') | |
def capture(): | |
cap = cv2.VideoCapture(0) | |
# 解像度は適宜変更してください | |
cap.set(cv2.CAP_PROP_FRAME_WIDTH, 1600) |
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
[ | |
{ | |
"method": "mastodon", | |
"address": "example.com", | |
"token": "abcdefg1234567890" | |
}, | |
{ | |
"method": "misskey", | |
"address": "example.com", | |
"token": "abcdefg1234567890" |
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
=========== | |
Environment Information | |
=========== | |
Base OS: Ubuntu 18.04 (Bionic Beaver) [Vagrant version] | |
Vagrant Box Information: https://app.vagrantup.com/ubuntu/boxes/bionic64 | |
Package version: | |
nodejs: 11.13.0 | |
npm: 6.7.0 | |
yarn: 1.15.2 | |
redis: 4.0.9 |
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
=========== | |
Environment Information | |
=========== | |
Base OS: Ubuntu 18.04 (Bionic Beaver) [Vagrant version] | |
Vagrant Box Information: https://app.vagrantup.com/ubuntu/boxes/bionic64 | |
Package version: | |
nodejs: 11.13.0 | |
npm: 6.7.0 | |
yarn: 1.15.2 | |
redis: 4.0.9 |
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
[Desktop Entry] | |
Name=Eclipse | |
Comment=Extensible Tool Platform and Java IDE | |
Exec=/usr/local/eclipse/eclipse | |
Path=/usr/local/eclipse | |
Terminal=false | |
Type=Application | |
StartupNotify=true | |
Icon=/usr/local/eclipse/icon.xpm | |
Categories=Development;TextEditor;Utility; |
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
{"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36","environment":{"networkUserAgent":"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3559.0 Mobile Safari/537.36","hostUserAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36","benchmarkIndex":407},"lighthouseVersion":"4.0.0-alpha.1","fetchTime":"2019-01-13T15:59:11.780Z","requestedUrl":"https://yuzulia.github.io/","finalUrl":"https://yuzulia.github.io/","runWarnings":["Chrome extensions negatively affected this page's load performance. Try auditing the page in incognito mode or from a Chrome profile without extensions."],"runtimeError":{"code":"NO_ERROR","message":""},"audits":{"is-on-https":{"id":"is-on-https","title":"Uses HTTPS","description":"All sites should be protected with HTTPS, even ones that don't handle sensitive data. HTTPS prevents intruder |