Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @ConfigName 墨鱼自用的QX配置文件
// @Author @ddgksf2013
// @TgChannel https://t.me/ddgksf2021
// @WechatID 墨鱼手记
// @Feedback 💡请通过邮件反馈问题[其它方式一概无视]:𝐝𝐝𝐠𝐤𝐬𝐟𝟐𝟎𝟏𝟑@𝟏𝟔𝟑.𝐜𝐨𝐦 💡
// @UpdateTime 2025/01/04 11:49UTC/GMT +8
// @Function 请参考对应的注释或Tag
// @MainFunction 去开屏广告、应用净化、超级VIP、智能分流、自动优选、图标订阅、流媒体查询、Boxjs订阅、IOS更新屏蔽
// @ExpressThanks @ddgksf2013,@Nick-workflow,@KOP-XIAO,@DivineEngine,@blackmatrix7,@Orz-3,@yjqiang,@O7Y0,@Peng-YM,@Neurogram-R,@id77,@NobyDa,@17mon
@rxaviers
rxaviers / gist:7360908
Last active March 7, 2025 03:20
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@reinsteam
reinsteam / atmosphere_clouds_rendering.md
Last active March 7, 2025 03:18
A collection of links to various materials on atmosphere / clouds rendering

Atmosphere / Clouds Rendering

Research papers

Atmosphere

  • A fast, simple method to render sky color using gradients maps [[Abad06]]
  • A Framework for the Experimental Comparison of Solar and Skydome Illumination [[Kider14]]
  • A Method for Modeling Clouds based on Atmospheric Fluid Dynamics [[Miyazaki01]]
  • A Physically-Based Night Sky Model [[Jensen01]]
@joulgs
joulgs / terminal.txt
Last active March 7, 2025 03:16
How install libssl1.1 on ubuntu 22.04
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
@glowinthedark
glowinthedark / nllb200_translate.py
Last active March 7, 2025 03:15
Text translation with facebook/nllb-200-3.3B model
#!/usr/bin/env python3
# Dependencies
# =============================
# pip install nltk transformers
import argparse
import sys
from pathlib import Path
@zwz0304
zwz0304 / index.html
Created March 7, 2025 03:15
Untitled
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Feedback - Art Ticketing Platform</title>
<link rel="stylesheet" href="feedback.css">
</head>
<body>
<header>
<h1 class="title">Feedback</h1>
@ih2502mk
ih2502mk / list.md
Last active March 7, 2025 03:14
Quantopian Lectures Saved
@zwz0304
zwz0304 / index.html
Created March 7, 2025 03:11
yyLgpxP
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - Art Ticketing Platform</title>
<link rel="stylesheet" href="styles.css"> <!-- 连接 CSS 文件 -->
</head>
<body>
<header>
@iexa
iexa / hbqc.py
Last active March 7, 2025 03:13
Python script to create a handbrake encoding queue for a tree of files using a built-in json template
#!/usr/bin/env python3
"""
Handbrake (json) Queue Creator
last updated: 2021/oct/9 iexa
changelog:
- 21/oct/9: open hb.json file in utf8 encoding to be sure
- 21/jul/15: added rotation check
- 21/jun/23: added ffmpeg automatic resolution sniffing
"""