I hereby claim:
- I am deliquescence on github.
- I am jjbaird (https://keybase.io/jjbaird) on keybase.
- I have a public key ASA-XBjsFSFGtS1vgbg_MsmOyyUK_cUGvOwupp_PgWKCbwo
To claim this, I am signing this object:
[Unit] | |
Description=Minecraft Server | |
After=network.target | |
[Service] | |
Type=simple | |
Restart=always | |
RestartSec=30 | |
User=minecraft | |
Group=minecraft |
#!/bin/bash | |
# This program is free software; you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation; either version 3 of the License, or | |
# (at your option) any later version. | |
# | |
# This program is distributed in the hope that it will be useful, | |
# but WITHOUT ANY WARRANTY; without even the implied warranty of | |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
:root { | |
--custom-accent-color: white; | |
} | |
/* Hide "Close Multiple Tabs" menu */ | |
#context_closeTabOptions { | |
display: none !important; | |
} |
&youtube-dl --cookies cookies.txt --download-archive archive.txt -i -o '_/%(uploader)s (%(uploader_id)s)/%(upload_date)s %(id)s/%(title)s.%(ext)s' --format "(bestvideo[ext=mp4]/bestvideo)+(bestaudio[ext=m4a]/bestaudio)" --all-subs --write-description --write-info-json --write-annotations --write-thumbnail $args |
[alias] | |
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short | |
# https://www.git-scm.com/docs/git-config#Documentation/git-config.txt-color | |
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%C(bold)%d%Creset %s %C(brightgreen)(%cr) %C(cyan)<%an>%Creset' --abbrev-commit --branches | |
sizeof = ls-tree -r -l HEAD -- | |
[merge] | |
conflictstyle = diff3 |
javafx.fxml.LoadException: | |
/home/josh/Documents/_School/SoftwareEng/Calendar1998/out/production/resources/CreateAccountGUI.fxml | |
at javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2601) | |
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2571) | |
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2441) | |
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:3214) | |
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:3175) | |
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:3148) | |
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:3124) |
I hereby claim:
To claim this, I am signing this object:
---- Minecraft Crash Report ---- | |
// This doesn't make any sense! | |
Time: 4/24/16 4:47 PM | |
Description: Tesselating block model | |
java.lang.IllegalArgumentException: Cannot get property PropertyEnum{name=variant, clazz=class biomesoplenty.common.enums.BOPTrees, values=[mangrove, palm, redwood, willow]} as it does not exist in BlockState{block=minecraft:air, properties=[]} | |
at net.minecraft.block.state.BlockState$StateImplementation.func_177229_b(BlockState.java:137) | |
at biomesoplenty.common.block.BlockBOPLeaves.func_180662_a(BlockBOPLeaves.java:180) | |
at net.minecraftforge.client.model.pipeline.BlockInfo.getColorMultiplier(BlockInfo.java:32) |
/* | |
* To change this license header, choose License Headers in Project Properties. | |
* To change this template file, choose Tools | Templates | |
* and open the template in the editor. | |
*/ | |
package facebookmessing; | |
import com.sun.org.apache.xerces.internal.impl.dv.util.Base64; | |
import java.io.ByteArrayOutputStream; | |
import java.io.File; |
/* | |
* To change this license header, choose License Headers in Project Properties. | |
* To change this template file, choose Tools | Templates | |
* and open the template in the editor. | |
*/ | |
package facebookmessing; | |
import com.sun.org.apache.xerces.internal.impl.dv.util.Base64; | |
import java.io.File; | |
import java.io.FileInputStream; |