Skip to content

Instantly share code, notes, and snippets.

{
"columns":[
"YearBuilt",
"YrSold",
"MonthSold",
"Size(sqf)",
"Floor",
"HallwayType",
"HeatingType",
"AptManageType",
[
[
"Abhishek Jha\nApplication Development Associate - Accenture\n\nBengaluru, Karnataka - Email me on Indeed: indeed.com/r/Abhishek-Jha/10e7a8cb732bc43a\n\n\u2022 To work for an organization which provides me the opportunity to improve my skills\nand knowledge for my individual and company's growth in best possible ways.\n\nWilling to relocate to: Bangalore, Karnataka\n\nWORK EXPERIENCE\n\nApplication Development Associate\n\nAccenture -\n\nNovember 2017 to Present\n\nRole: Currently working on Chat-bot. Developing Backend Oracle PeopleSoft Queries\nfor the Bot which will be triggered based on given input. Also, Training the bot for different possible\nutterances (Both positive and negative), which will be given as\ninput by the user.\n\nEDUCATION\n\nB.E in Information science and engineering\n\nB.v.b college of engineering and technology - Hubli, Karnataka\n\nAugust 2013 to June 2017\n\n12th in Mathematics\n\nWoodbine modern school\n\nApril 2011 to March 2013\n\n10th\n\nKendriya Vidyalaya\n\nAp
This file has been truncated, but you can view the full file.
[
[
"I picked this DVD up at the Dollar Store. The DVD was on the 2 for $1 rack, but since it had Michael Madsen in it, I thought that since I had never seen the movie, I bought it anyway.\n\n\n\nI must say that I didn't like the movie. The movie played more like a documentary or an advertisement for religion than anything else. I found that the director's use of flashbacks did not add to the story line for me. I would have preferred to view the story line in chronological order.\n\n\n\nI won't throw it away like one of the other commentators, but It may be quite awhile before I would consider watching this movie again.\n\n\n\nWho knows, since it was Michael Madsen's film debut, maybe it might have some archival value at some future date.",
{
"cats": {
"POSITIVE": false
}
}
],
[
ContentVersion=1
Count=1
Data=[
{
ContentVersion=2
ManipulatorData {
CommandBookCommands=[
"$time set day"
]
CommandBookUses=-1
@Listener(order = Order.LATE)
public void onBlockPlace(ChangeBlockEvent.Place event, @Getter("getCause") Cause cause) {
Object root = cause.root();
// Growing player-placed trees naturally
if (root instanceof LocatableBlock) {
event.getTransactions().forEach(trans -> trans.getOriginal().getLocation()
.ifPresent(loc -> loc.getExtent().setCreator(loc.getBlockPosition(), null)));
}
@Listener(order = Order.LATE)
@IsCancelled(value = Tristate.FALSE)
public void onBlockPlace(ChangeBlockEvent.Place event, @Getter("getCause") Cause cause) {
// Growing blocks with bonemeal
cause.getContext().get(EventContextKeys.USED_ITEM).ifPresent(itemStackSnapshot -> {
if (itemStackSnapshot.getType().equals(ItemTypes.DYE)) {
itemStackSnapshot.get(Keys.DYE_COLOR).ifPresent(dyeColor -> {
if (dyeColor.equals(DyeColors.WHITE)) {
event.getTransactions().forEach(trans -> trans.getFinal().getLocation()
---- Minecraft Crash Report ----
WARNING: coremods are present:
SpongeCoremod (sponge.jar)
Contact their authors BEFORE contacting forge
// Don't be sad. I'll do better next time, I promise!
Time: 1/28/18 4:20 PM
Description: Ticking entity
minecraft:air
minecraft:stone[variant=stone]
minecraft:stone[variant=granite]
minecraft:stone[variant=smooth_granite]
minecraft:stone[variant=diorite]
minecraft:stone[variant=smooth_diorite]
minecraft:stone[variant=andesite]
minecraft:stone[variant=smooth_andesite]
minecraft:grass[snowy=true]
minecraft:grass[snowy=false]
$ java -jar forge-1.12.2-14.23.1.2555-universal.jar
2018-01-04 15:19:13,467 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2018-01-04 15:19:13,469 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[15:19:13] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[15:19:13] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[15:19:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
2018-01-04 15:19:13,699 main WARN Disabling terminal, you're running in an unsupported environment.
[15:19:13] [main/INFO] [FML]: Forge Mod Loader version 14.23.1.2555 for Minecraft 1.12.2 loading
[15:19:13] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_151, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_151
[15:19:13] [main/INFO] [FML]: Loadi
[15:25:56 ERROR] [Sponge]: Could not pass GameInitializationEvent$Impl to Plugin{id=presents, name=Presents, version=1.1.0, description=A simple gift giving plugin, authors=[Zerthick], source=mods\Presents-1.1.0.jar}
java.lang.NoClassDefFoundError: io/github/zerthick/presents/present/data/mutable/PresentItemData
at io.github.zerthick.presents.present.data.PresentData.registerData(PresentData.java:36) ~[PresentData.class:?]
at io.github.zerthick.presents.Presents.onServerInit(Presents.java:101) ~[Presents.class:?]
at org.spongepowered.common.event.listener.GameInitializationEventListener_Presents_onServerInit4.handle(Unknown Source) ~[?:?]
at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95) ~[RegisteredListener.class:1.12.2-7.1.0-BETA-2]
at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:407) [SpongeEventManager.class:1.12.2-7.1.0-BETA-2]
at org.spongepowered.common.event.SpongeEventManager.post(S