Instantly share code, notes, and snippets.

View Logs
[17:13:07] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[17:13:07] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[17:13:07] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[17:13:07] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2768 for Minecraft 1.12.2 loading
[17:13:07] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_191, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_191
[17:13:07] [main/INFO] [FML]: Searching C:\Users\BamBum\AppData\Roaming\.minecraft\Server\.\mods for mods
[17:13:07] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from spongeforge-1.12.2-2768-7.1.4.jar
[17:13:07] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[17:13:07] [main/INFO]
View .block
license: mit
View PY0101EN-3-3-Functions.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View svn_cmd.txt
# 除了路径中包含static的文件,查看本次修改了什么内容
svn status -q | grep -v static | tr -s ' ' | cut -d ' ' -f 2 | xargs svn diff | more
# 除了路径中包含static的文件,提交本次修改的内容
svn status -q | grep -v static | tr -s ' ' | cut -d ' ' -f 2 | xargs svn commit -m ''
# 查看指定版本之间的Diff
svn diff -r 57:56 auth/views.py
View output_log.txt
Log uploaded on Tuesday, January 15, 2019, 11:14:01 PM
Loaded mods:
Core: (no assemblies)
模组MOD控制: 0Harmony(1.2.0.1), _harmonycheck(1.0.0.0), ModSwitch(1.5.0.143)
HugsLib[ov:6.1.1]: 0Harmony(1.2.0.1), HugsLib(av:1.0.0.0,fv:6.1.1)
0022a我是猪脚: (no assemblies)
0049自动开关及隐藏电缆: PowerSwitch(1.0.0.0)
0063女仆猫娘: AnimalClean(1.0.0.0), MaidNukos(1.0.0.0)
0089女仆进阶体型和服装: (no assemblies)
0090女仆发型: (no assemblies)
View mocp_display_song.sh
#! /bin/bash
set -e
moc-gather-info ()
{
local key val
while read -r key val ; do
eval "Moc${key%:}='${val//\'}'"
done < <( mocp --info )
}
View verify-google-recaptcha-with-php
#
# Verify captcha
$post_data = http_build_query(
array(
'secret' => CAPTCHA_SECRET,
'response' => $_POST['g-recaptcha-response'],
'remoteip' => $_SERVER['REMOTE_ADDR']
)
);
$opts = array('http' =>
View Week3TorontoCapstone.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View easybuild_test_report_easyconfigs_pr7419_20191315-UTC-15-13-36.md