FindThePrecious
A Pen by muriel1995 on CodePen.
| [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] |
A Pen by muriel1995 on CodePen.
| license: mit |
| # 除了路径中包含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 |
| 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) |
| #! /bin/bash | |
| set -e | |
| moc-gather-info () | |
| { | |
| local key val | |
| while read -r key val ; do | |
| eval "Moc${key%:}='${val//\'}'" | |
| done < <( mocp --info ) | |
| } |
| # | |
| # Verify captcha | |
| $post_data = http_build_query( | |
| array( | |
| 'secret' => CAPTCHA_SECRET, | |
| 'response' => $_POST['g-recaptcha-response'], | |
| 'remoteip' => $_SERVER['REMOTE_ADDR'] | |
| ) | |
| ); | |
| $opts = array('http' => |
Test report for https://github.com/easybuilders/easybuild-easyconfigs/pull/7419
Build succeeded for 2 out of 2 (2 easyconfigs in this PR)