Skip to content

Instantly share code, notes, and snippets.

View bfchengnuo's full-sized avatar
🎯
Focusing

Kerronex bfchengnuo

🎯
Focusing
View GitHub Profile
@jinjier
jinjier / 250.csv
Last active May 5, 2024 04:31
JavDB Top 250 movies code list. [Updated at 2024/02]
1 LAFBD-41
2 SSNI-497
3 ABP-984
4 IPX-580
5 IPX-811
6 IPX-177
7 STARS-804
8 SMBD-115
9 ABP-968
10 ABF-017
@flymop
flymop / EdgeSettings.mobileconfig
Last active December 14, 2021 15:32
Remove unnecessary settings on Microsoft Edge for MacOS, check all Edge policies at edge://policy/
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>DiagnosticData</key>
<integer>0</integer>
<key>FamilySafetySettingsEnabled</key>
@blanboom
blanboom / tmcleanup.md
Last active December 3, 2023 07:19 — forked from linjer/tmcleanup.md
Script to automatically remote old Mac OSX Time Machine Backups older than a specified number of days

Prerequisites

  • gfind (via brew install findutils)
  • Time Machine drive mounted on your computer (or you can change path from standard /Volume/Time\ Machine\ Backups/Backups.backup.db/
  • Admin/sudo access in the OSX terminal

Script

  • Be sure to set the correct machine name. You can check the actual folder things are going into by looking in the backup location.
  • By default, it erases all backups older than 30 days. Adjust as desired.
@bmaupin
bmaupin / free-database-hosting.md
Last active May 4, 2024 14:38
Free database hosting
@zxhfighter
zxhfighter / emmet-snippet.md
Last active January 8, 2019 07:27
自定义emmet模板

自定义emmet模板

问题复现

ST(Sublime Text)安装emmet插件后,输入!,按tab键就可以快速得到一个简易的html5模板,甚是便捷:

<!DOCTYPE html>
<html lang="en">
<head>