Skip to content

Instantly share code, notes, and snippets.

@ychaouche
ychaouche / Spamassassin rules description
Last active February 13, 2026 02:54
Spamassassin rules description
Note:
to keep this list automatically updated,
I turned it into a repo which is automatically updated via cron.
see https://github.com/ychaouche/spamassassin-rules-description
AC_BR_BONANZA Too many newlines in a row... spammy template
ACCESSDB Bericht zou gevangen zijn door accessdb
ACCESSDB Ce message aurait �t� bloqu� par accessdb
ACCESSDB Mensagem teria sido pega pela accessdb
ACCESSDB Message would have been caught by accessdb
@tuantvk
tuantvk / react-native-react-hook-form.js
Last active August 5, 2024 09:57
React Native use React Hook Form
import React from 'react';
import {
View,
Text,
TextInput,
Button,
StyleSheet,
} from 'react-native';
import { Picker } from '@react-native-picker/picker';
import { useForm, Controller } from 'react-hook-form';
@RogerRordo
RogerRordo / get_automatic_captions.py
Last active April 5, 2021 06:55
20201212-临时解决youtube_dl无法下载自动字幕的问题
#替换youtube-dl/extractor/youtube.py的_get_automatic_captions函数
def _get_automatic_captions(self, video_id, webpage):
"""We need the webpage for getting the captions url, pass it as an
argument to speed up the process."""
self.to_screen('%s: Looking for automatic captions' % video_id)
err_msg = 'Couldn\'t find automatic captions for %s' % video_id
pattern = r'var\s*ytInitialPlayerResponse\s*=\s*({.+?});'
@cnjax
cnjax / Activate Office 2019 for macOS VoL.md
Created August 23, 2019 15:53 — forked from zthxxx/Activate Office 2019 for macOS VoL.md
crack activate office on mac with license file

Activate MS Office 2019/2016 for macOS - Microsoft_Office_2019_VL_Serializer

Office 2019 above

2019-06-03

Note that Office2019 DO NOT support activate via simple copy/paste plist license file which is the simplest way to activate Office 2016. Fortunately, you can also use the VL Serializer tool, just install Office 2019 and Serializer, then run Serializer to activate.

Ref

@zthxxx
zthxxx / Activate Office 2019 for macOS VoL.md
Last active March 17, 2026 03:17
crack activate Office on mac with license file
@dmnsgn
dmnsgn / WebGL-WebGPU-frameworks-libraries.md
Last active March 11, 2026 09:44
A collection of WebGL and WebGPU frameworks and libraries

A non-exhaustive list of WebGL and WebGPU frameworks and libraries. It is mostly for learning purposes as some of the libraries listed are wip/outdated/not maintained anymore.

Engines and libraries ⚙️

Name Stars Last Commit Description
three.js ![GitH
@paulirish
paulirish / data-markdown.user.js
Last active February 11, 2026 22:49
*[data-markdown] - use markdown, sometimes, in your HTML
// ==UserScript==
// @name Use Markdown, sometimes, in your HTML.
// @author Paul Irish <http://paulirish.com/>
// @link http://git.io/data-markdown
// @match *
// ==/UserScript==
// If you're not using this as a userscript just delete from this line up. It's cool, homey.