Instantly share code, notes, and snippets.
Discover gists
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
| packageedu.jhuapl.trinity.javafx.javafx3d.animated; | |
| importjavafx.animation.AnimationTimer; | |
| importjavafx.geometry.Point3D; | |
| importjavafx.scene.Group; | |
| importjavafx.scene.Node; | |
| importjavafx.scene.paint.Color; | |
| importjavafx.scene.paint.PhongMaterial; | |
| importjavafx.scene.shape.Cylinder; | |
| importjavafx.scene.transform.Rotate; |
Jekins /Markdown-docs.md
Last activeNovember 6, 2025 07:30
Руководство по оформлению Markdown файловaleskxyz /sing-box.json
Last activeNovember 6, 2025 07:29
Sing-Box / Xray Config to Open Google Services (No Proxy) 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
| { | |
| "log": { | |
| "level":"panic" | |
| }, | |
| "dns": { | |
| "independent_cache":true, | |
| "disable_cache":false, | |
| "strategy":"ipv4_only", | |
| "fakeip": { | |
| "enabled":true, |
0x4D31 /beautiful_idiomatic_python.md
Last activeNovember 6, 2025 07:27 — forked fromJeffPaine/beautiful_idiomatic_python.md
[Beautiful Idiomatic Python] Transforming Code into Beautiful, Idiomatic Python #pythonmcwehner /lenovo_chromebook-linux_install.md
CreatedMay 4, 2022 03:28
Linux installation on Lenovo Ideabook Duet (Chromebook) 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
| BEGIN:VCALENDAR | |
| VERSION:2.0 | |
| PRODID:-//Nygma//Festivals//EN | |
| CALSCALE:GREGORIAN | |
| METHOD:PUBLISH | |
| BEGIN:VTIMEZONE | |
| TZID:Asia/Shanghai | |
| LAST-MODIFIED:20240827T233300Z | |
| TZURL:https://www.tzurl.org/zoneinfo-outlook/Asia/Shanghai | |
| X-LIC-LOCATION:Asia/Shanghai |
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
| 약자 | 한국정보과학회 (2024) | BK21플러스 IF (2018) | KAIST CS (2022) | SNU CSE (2024.4) | POSTECH CSE (2024.9) | 평균 (정규화) | 학회명 | DBLP Key | |
|---|---|---|---|---|---|---|---|---|---|
| AAAI | 최우수 | 4 | O | O | 최우수 | 1.00 | AAAI Conference on Artificial Intelligence (AAAI) | conf/aaai | |
| AAMAS | 우수 | 2 | 0.20 | International Conference on Autonomous Agents and Multiagent Systems (AAMAS) | conf/ifaamas | ||||
| ACCV | 우수 | 1 | 우수 | 0.25 | Asian Conference on Computer Vision (ACCV) | conf/accv | |||
| ACL | 최우수 | 4 | O | O | 최우수 | 1.00 | Annual Meeting of the Association for Computational Linguistics (ACL) | conf/acl | |
| ACL Findings | 우수 | 우수 | 0.20 | Findings of ACL | series/findacl | ||||
| ACNS | 우수 | 0.10 | International Conference on Applied Cryptography and Network Security (ACNS) | conf/acns | |||||
| ACSAC | 우수 | 2 | 우수 | 0.30 | Annual Computer Security Applications Conference (ACSAC) | conf/acsac | |||
| AIED | 우수 | 0.10 | International Conference on Artificial Intelligence in Education (AIED) | conf/aied | |||||
| AISTATS | 우수 | 1 | 우수 | 0.25 | International Conference on Artificial Intelligence and Statistics (AISTATS) | conf/aistats |
glubsy /howto_record_youtube_livestreams.md
Last activeNovember 6, 2025 07:16
How to properly record Youtube & Twitch live streamsuselivestream_saver to download from the first segment. Can also record membership-only streams by supplying it your cookies (uses yt-dlp to download)
useytarchive which basically does the same thing, except a bit better.
useyoutube_stream_capture. You can use cookies file to get member-only streams too. Be aware that this script currently fails to download chunks as soon as the stream has ended (this might be a bug).
or uselive-dl which does monitoring of streams too. This is a wrapper around streamlink and yt-dlp.
eros18123 /botao pra abrir pdf dentro da tela de revisao do anki
CreatedNovember 6, 2025 07:12
botao pra abrir pdf dentro da tela de revisao do anki 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 -*- | |
| # Nome do arquivo: visualizador_pdf_simples.py | |
| import sys | |
| import os | |
| import subprocess | |
| from aqt import mw | |
| from aqt.qt import ( | |
| QDialog, |
ghostrider-05 /discord_app_protocols.md
Last activeNovember 6, 2025 07:11
An unofficial list of discord app protocol routesNewerOlder