Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

Discover gists

@Birdasaur
Birdasaur /RadialGrid.java
CreatedJune 18, 2025 00:36
Animated 3D Radial Grid using JavaFX 3D
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
Jekins /Markdown-docs.md
Last activeNovember 6, 2025 07:30
Руководство по оформлению Markdown файлов

Markdown - это облегчённый язык разметки, который преобразует текст в структурированный HTML. Следующее руководство поможет вам разобраться, как использовать Markdown.

Заголовки

# Заголовок первого уровня## Заголовок второго уровня### Заголовок третьего уровня#### Заголовок четвёртого уровня##### Заголовок пятого уровня
@aleskxyz
aleskxyz /sing-box.json
Last activeNovember 6, 2025 07:29
Sing-Box / Xray Config to Open Google Services (No Proxy)
{
"log": {
"level":"panic"
},
"dns": {
"independent_cache":true,
"disable_cache":false,
"strategy":"ipv4_only",
"fakeip": {
"enabled":true,
@0x4D31
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 #python

Notes from Raymond Hettinger's talk at pycon US 2013video,slides.

The code examples and direct quotes are all from Raymond's talk. I've reproduced them here for my own edification and the hopes that others will find them as handy as I have!

Looping over a range of numbers

foriin [0,1,2,3,4,5]:
@nygmaaa
nygmaaa /festivals.ics
Last activeNovember 6, 2025 07:18
iOS/macOS 日历中缺少的节假日订阅
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
@Pusnow
Pusnow /CS 분야 우수 학술대회 목록.csv
Last activeNovember 6, 2025 07:16
CS 분야 우수 학술대회 목록
약자한국정보과학회 (2024)BK21플러스 IF (2018)KAIST CS (2022)SNU CSE (2024.4)POSTECH CSE (2024.9)평균 (정규화)학회명DBLP Key
AAAI최우수4OO최우수1.00AAAI Conference on Artificial Intelligence (AAAI)conf/aaai
AAMAS우수20.20International Conference on Autonomous Agents and Multiagent Systems (AAMAS)conf/ifaamas
ACCV우수1우수0.25Asian Conference on Computer Vision (ACCV)conf/accv
ACL최우수4OO최우수1.00Annual Meeting of the Association for Computational Linguistics (ACL)conf/acl
ACL Findings우수우수0.20Findings of ACLseries/findacl
ACNS우수0.10International Conference on Applied Cryptography and Network Security (ACNS)conf/acns
ACSAC우수2우수0.30Annual Computer Security Applications Conference (ACSAC)conf/acsac
AIED우수0.10International Conference on Artificial Intelligence in Education (AIED)conf/aied
AISTATS우수1우수0.25International Conference on Artificial Intelligence and Statistics (AISTATS)conf/aistats
@glubsy
glubsy /howto_record_youtube_livestreams.md
Last activeNovember 6, 2025 07:16
How to properly record Youtube & Twitch live streams
  • uselivestream_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
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
# -*- 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
ghostrider-05 /discord_app_protocols.md
Last activeNovember 6, 2025 07:11
An unofficial list of discord app protocol routes

Home:

  • /:discord://-/
  • friends:discord://-/channels/@me/
  • nitro:discord://-/store
  • shop:discord://-/shop
  • message requests:discord://-/message-requests
  • family centre:discord://-/family-center
NewerOlder

[8]ページ先頭

©2009-2025 Movatter.jp