Giter Site home page Giter Site logo

btfu's People

Contributors

alexbobp avatar sefodopo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

btfu's Issues

Player Presence

Could there by a setting in the config file to prevent backups when no one is one the server? Or would the benefit this would bring invalidated by rsync and logarthmic pruning?

oldest backup config

I would like to trim down the amount of history saved to say the last 7 days, I have no benefit of having a full history and would rather have higher frequency in recent time. Right now I have a script that wipes backups when they are older than 7 days to not fill up the amount with ancient stuff.
This especially becomes important when the server has been online for half a year or longer and more and more backup "slots" are taken up by ancient backups I will never need.

Should a be a pretty simple feature to add, but I don't feel comfortable enough with Scala to make a PR.

Exit on Start

fml-server-latest.log

Startup bat:
java -XX:+UseG1GC -Xmx6g -Xms6g -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -Dfml.debugExit=true -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -jar forge-1.10.2-12.18.3.2511-universal.jar nogui pause

Whats up with the exit each time I try to start?

In-game commands

Administrators of servers may wish to manually decide when a backup should be performed. Perhaps something experimental is about to be attempted which may result in catastrophic loss of work.

General command-line utilities may be useful to monitor the process of backups, in regards to last backup time, current size of last backup/all backups; as well as management of backups.

Thoughts?

Improve ReadME

As it stands the ReadMe is somewhat long and wordy. It may aid new, and potentially inexperienced users in installing and configuring the mod if the ReadMe was more concise and user-centric for installation.

The nitty gritty of how rsync works is really of no benefit to the average user; they care about more high-level concepts such as configuration settings, and impact/behaviour to their server.
A section for the 'science' behind why it works may be good, but I recommend this to be left for the end of the ReadMe.

I can possibly PR a new suggestion for the ReadMe at some point if you would like?

Change timestamp characters

I run my server on my Linux box, but often access via Windows network shares. Timestamps contain :, an illegal character in Windows, which is thus mangled to DOS filename constraints by Samba, making the folder name completely unreadable. 2018-03-28_23:58 displays as 2SY35O~Q

If timestamps could be printed as hh.mm or hhmm that would be far better.

Question(s)

Is it possible for me to change the backup times? Like have the backup go every 10 mins instead of 5?

Path exclusion

Hi!
I wish if ReadMe was provided with more relevant info, like how I'm supposed to exclude folders from being backed up?

1.10.2 Crash

Using BTFU-1.9.4-1.6.jar, no reproduction happened for the first time after like 20hours of server runtime

---- Minecraft Crash Report ----

WARNING: coremods are present:
  ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.3.jar)
  BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.2.331.jar)
  CoreMod (Aroma1997Core-1.9.4-1.1.1.0.jar)
  LoadingHook (Mekanism-1.10.2-9.2.0.292.jar)
  SpongeCoremod (spongeforge-1.10.2-2107-6.0.0-BETA-1867.jar)
  SFRCore (SolarFluxReborn_1.10.2-1.4r.jar)
  IC2core (industrialcraft-2-2.6.87-ex110.jar)
  Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  EnderCorePlugin (EnderCore-1.10.2-0.4.1.58-beta.jar)
  ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.2.jar)
  CoreMod (TickProfiler-1.10.2.jenkins.10.jar)
  DepLoader (BrandonsCore-1.10.2-2.1.1.60-universal.jar)
  FMLPlugin (InventoryTweaks-1.61-58.jar)
  TransformerLoader (OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar)
  CCLCorePlugin (CodeChickenLib-1.10.2-2.4.3.124-universal.jar)
Contact their authors BEFORE contacting forge

// I let you down. Sorry :(

Time: 11/5/16 2:17 PM
Description: Exception in server tick loop

java.util.NoSuchElementException
	at java.util.concurrent.ConcurrentHashMap$KeyIterator.next(ConcurrentHashMap.java:3416)
	at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75814_c(AnvilChunkLoader.java:208)
	at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75818_b(AnvilChunkLoader.java:260)
	at net.minecraft.world.gen.ChunkProviderServer.func_104112_b(ChunkProviderServer.java:243)
	at net.minecraft.world.WorldServer.func_104140_m(WorldServer.java:1031)
	at btfubackup.WorldSavingControl$$anonfun$realSaveTasks$1.apply(WorldSavingControl.scala:49)
	at btfubackup.WorldSavingControl$$anonfun$realSaveTasks$1.apply(WorldSavingControl.scala:44)
	at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33)
	at scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:186)
	at btfubackup.WorldSavingControl$.realSaveTasks(WorldSavingControl.scala:44)
	at btfubackup.WorldSavingControl$.mainThreadTick(WorldSavingControl.scala:16)
	at btfubackup.BTFUPerformer$.tick(BTFUPerformer.scala:30)
	at btfubackup.BTFU$$anon$1.onServerTick(BTFU.scala:37)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_155_anon$1_onServerTick_ServerTickEvent.invoke(.dynamic)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:130)
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:99)
	at net.minecraftforge.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler.java:274)
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:602)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
	at java.lang.Thread.run(Thread.java:745)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
	Minecraft Version: 1.10.2
	Operating System: Linux (amd64) version 3.14.32-xxxx-grs-ipv6-64
	Java Version: 1.8.0_111, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 357824864 bytes (341 MB) / 2723164160 bytes (2597 MB) up to 8303607808 bytes (7918 MB)
	JVM Flags: 8 total; -Xms512M -Xmx8192M -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:ParallelGCThreads=2 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10
	IntCache: cache: 0, tcache: 0, allocated: 4, tallocated: 105
	FML: MCP 9.32 Powered by Forge 12.18.2.2119 119 mods loaded, 119 mods active
	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
	UCHIJAAAA	mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
	UCHIJAAAA	FML{8.0.99.99} [Forge Mod Loader] (forge_server.jar) 
	UCHIJAAAA	Forge{12.18.2.2119} [Minecraft Forge] (forge_server.jar) 
	UCHIJAAAA	Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.0.jar) 
	UCHIJAAAA	OpenComputers|Core{1.6.0.3-rc.1} [OpenComputers (Core)] (minecraft.jar) 
	UCHIJAAAA	spongeapi{6.0.0-SNAPSHOT-167fe7b} [SpongeAPI] (minecraft.jar) 
	UCHIJAAAA	sponge{1.10.2-2107-6.0.0-BETA-1867} [SpongeForge] (spongeforge-1.10.2-2107-6.0.0-BETA-1867.jar) 
	UCHIJAAAA	mantle{1.10.2-1.1.1.194} [Mantle] (Mantle-1.10.2-1.1.1.jar) 
	UCHIJAAAA	tconstruct{1.10.2-2.5.6b.jenkins424} [Tinkers' Construct] (TConstruct-1.10.2-2.5.6b.jar) 
	UCHIJAAAA	immersiveengineering{0.10-48} [Immersive Engineering] (ImmersiveEngineering-0.10-48.jar) 
	UCHIJAAAA	JEI{3.13.1.346} [Just Enough Items] (jei_1.10.2-3.13.1.346.jar) 
	UCHIJAAAA	appleskin{1.0.4} [AppleSkin] (AppleSkin-mc1.10.2-1.0.4.jar) 
	UCHIJAAAA	Aroma1997CoreHelper{1.1.1.0} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.0.jar) 
	UCHIJAAAA	Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.2.jar) 
	UCHIJAAAA	bagginses{2.4.2d} [Bagginses] (Bagginses-1.10.2-3.0.4e.jar) 
	UCHIJAAAA	Baubles{1.3.2} [Baubles] (Baubles-1.10.2-1.3.2.jar) 
	UCHIJAAAA	BBG{5.0.0} [BetterBedrockGen] (BBG-1.9.4-5.0.0.jar) 
	UCHIJAAAA	bdlib{1.12.2.17} [BD Lib] (bdlib-1.12.2.17-mc1.10.2.jar) 
	UCHIJAAAA	betterbuilderswands{0.6.5} [Better Builder's Wands] (BetterBuildersWands-0.6.5-1.10r138+8595fc7.jar) 
	UCHIJAAAA	BiomesOPlenty{5.0.0.2091} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2091-universal.jar) 
	UCHIJAAAA	guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.2-45.jar) 
	UCHIJAAAA	BloodMagic{1.9.4-2.1.0-66} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.1.0-66.jar) 
	UCHIJAAAA	bookshelf{1.4.2.331} [Bookshelf] (Bookshelf-1.10.2-1.4.2.331.jar) 
	UCHIJAAAA	Botania{r1.9-337} [Botania] (Botania r1.9-337.jar) 
	UCHIJAAAA	CodeChickenLib{2.4.3.124} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.4.3.124-universal.jar) 
	UCHIJAAAA	brandonscore{2.1.1} [Brandon's Core] (BrandonsCore-1.10.2-2.1.1.60-universal.jar) 
	UCHIJAAAA	BTFU{1} [BTFU] (BTFU-1.9.4-1.6.jar) 
	UCHIJAAAA	Chameleon{1.10-2.1.7} [Chameleon] (Chameleon-1.10-2.1.7.jar) 
	UCHIJAAAA	mcmultipart{1.3.0} [MCMultiPart] (MCMultiPart-1.3.0-universal.jar) 
	UCHIJAAAA	CharsetLib{0.3.0-pre15} [‽] (Charset-0.3.0-pre15.jar) 
	UCHIJAAAA	CharsetAudio{0.3.0-pre15} [♫] (Charset-0.3.0-pre15.jar) 
	UCHIJAAAA	CharsetCarts{0.3.0-pre15} [U] (Charset-0.3.0-pre15.jar) 
	UCHIJAAAA	CharsetDecoration{0.3.0-pre15} [�?] (Charset-0.3.0-pre15.jar) 
	UCHIJAAAA	CharsetDrama{0.3.0-pre15} [!] (Charset-0.3.0-pre15.jar) 
	UCHIJAAAA	CharsetFarming{0.3.0-pre15} [;] (Charset-0.3.0-pre15.jar) 
	UCHIJAAAA	CharsetGates{0.3.0-pre15} [&] (Charset-0.3.0-pre15.jar) 
	UCHIJAAAA	CharsetPipes{0.3.0-pre15} [|] (Charset-0.3.0-pre15.jar) 
	UCHIJAAAA	CharsetStorage{0.3.0-pre15} [#] (Charset-0.3.0-pre15.jar) 
	UCHIJAAAA	CharsetTweaks{0.3.0-pre15} [*] (Charset-0.3.0-pre15.jar) 
	UCHIJAAAA	CharsetWires{0.3.0-pre15} [+] (Charset-0.3.0-pre15.jar) 
	UCHIJAAAA	CharsetWrench{0.3.0-pre15} [/] (Charset-0.3.0-pre15.jar) 
	UCHIJAAAA	ChestTransporter{2.5.3} [Chest Transporter] (ChestTransporter-1.10.2-2.5.3.jar) 
	UCHIJAAAA	chisel{MC1.10.2-0.0.7.3} [Chisel] (Chisel-MC1.10.2-0.0.7.3.jar) 
	UCHIJAAAA	chiselsandbits{12.7} [Chisels & Bits] (chiselsandbits-12.7.jar) 
	UCHIJAAAA	IC2{2.6.87-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.87-ex110.jar) 
	UCHIJAAAA	CompactSolars{5.0.4.328} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.4.328-universal.jar) 
	UCHIJAAAA	cookingforblockheads{4.2.26} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.26.jar) 
	UCHIJAAAA	covers{0.4.1.13} [Simple Covers] (covers-0.4.1.13-mc1.10.2.jar) 
	UCHIJAAAA	MineTweaker3{3.0.13} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.13.jar) 
	UCHIJAAAA	darkutils{1.1.5.92} [Dark Utilities] (DarkUtilities-1.10.2-1.1.5.93.jar) 
	UCHIJAAAA	forestry{5.2.16.310} [Forestry] (forestry_1.10.2-5.2.16.310.jar) 
	UCHIJAAAA	ElecCore{1.6.328} [ElecCore] (ElecCore-1.10.2-1.6.328.jar) 
	UCHIJAAAA	OpenComputers{1.6.0.3-rc.1} [OpenComputers] (OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar) 
	UCHIJAAAA	deepresonance{1.2.9} [DeepResonance] (deepresonance-1.10-1.2.9.jar) 
	UCHIJAAAA	draconicevolution{2.0.1} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.1.126-universal.jar) 
	UCHIJAAAA	Dynmap{2.3-3} [Dynmap] (Dynmap-2.3-forge-1.9.4.jar) 
	UCHIJAAAA	elevatorid{1.2.0} [Elevator Mod] (ElevatorMod[V.1.2.0][MC.1.10.2].jar) 
	UCHIJAAAA	endercore{1.10.2-0.4.1.58-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.58-beta.jar) 
	UCHIJAAAA	EnderIO{1.10.2-3.0.1.125_beta} [Ender IO] (EnderIO-1.10.2-3.0.1.125_beta.jar) 
	UCHIJAAAA	shetiphiancore{3.3.2} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.2.jar) 
	UCHIJAAAA	endertanks{1.4.2} [EnderTanks] (endertanks-1.10.0-1.4.2.jar) 
	UCHIJAAAA	ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-alpha-1.2.1.jar) 
	UCHIJAAAA	zerocore{1.10.2-0.0.8.0} [Zero CORE] (zerocore-1.10.2-0.0.8.0.jar) 
	UCHIJAAAA	bigreactors{0.4.5.18} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.18.jar) 
	UCHIJAAAA	flatcoloredblocks{mc1.10-v4.3} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.3.jar) 
	UCHIJAAAA	ftbl{0.0.0} [FTBLib] (FTBLib-1.10.2-3.1.2.jar) 
	UCHIJAAAA	ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.10.2-3.1.2.jar) 
	UCHIJAAAA	gendustry{1.6.4.24} [GenDustry] (gendustry-1.6.4.24-mc1.10.2.jar) 
	UCHIJAAAA	gravestone{1.5.8} [Gravestone] (GraveStone Mod 1.5.8.jar) 
	UCHIJAAAA	inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar) 
	UCHIJAAAA	ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar) 
	UCHIJAAAA	jeibees{0.9.0.4} [JEI Bees] (jeibees-0.9.0.4-mc1.10.2.jar) 
	UCHIJAAAA	journeymap{1.10.2-5.3.0b2} [JourneyMap] (journeymap-1.10.2-5.3.0b2-unlimited.jar) 
	UCHIJAAAA	kleeslabs{3.3.5} [KleeSlabs] (KleeSlabs_1.10.2-3.3.5.jar) 
	UCHIJAAAA	Mekanism{9.2.0} [Mekanism] (Mekanism-1.10.2-9.2.0.292.jar) 
	UCHIJAAAA	MekanismGenerators{9.2.0} [MekanismGenerators] (MekanismGenerators-1.10.2-9.2.0.292.jar) 
	UCHIJAAAA	MekanismTools{9.2.0} [MekanismTools] (MekanismTools-1.10.2-9.2.0.292.jar) 
	UCHIJAAAA	mercurius{1.0.1} [Mercurius] (Mercurius-1.10.2-1.0.1.jar) 
	UCHIJAAAA	missing_pieces{4.0.2} [Missing Pieces] (missing_pieces-1.10.2-4.0.2.jar) 
	UCHIJAAAA	testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.jar) 
	UCHIJAAAA	modtweaker{2.0.5} [Mod Tweaker] (ModTweaker2-2.0.5.jar) 
	UCHIJAAAA	Morpheus{1.10.2-3.1.9} [Morpheus] (Morpheus-1.10.2-3.1.9.jar) 
	UCHIJAAAA	multistorage{1.2.4} [Multi-Storage] (multistorage-1.10.0-1.2.4.jar) 
	UCHIJAAAA	natura{1.10.2-4.0.0.87} [Natura] (natura-1.10.2-4.0.0.87.jar) 
	UCHIJAAAA	netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar) 
	UCHIJAAAA	nodebbintegration{0.7.3.2} [NodeBBIntegration] (nodebb-integration-universal-0.7.3.2.jar) 
	UCHIJAAAA	orespawn{1.1.0} [Ore Spawn] (OreSpawn_1.10.2-1.1.0.jar) 
	UCHIJAAAA	harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2g.jar) 
	UCHIJAAAA	platforms{1.2.1} [Platforms] (platforms-1.10.0-1.2.1.jar) 
	UCHIJAAAA	reborncore{2.7.3.46} [RebornCore] (RebornCore-1.10.2-2.7.3.46-universal.jar) 
	UCHIJAAAA	quantumstorage{3.2.7} [QuantumStorage] (QuantumStorage-1.10.2-3.2.7.jar) 
	UCHIJAAAA	railcraft{10.0.0} [Railcraft] (Railcraft_1.10.2-10.0.0.jar) 
	UCHIJAAAA	rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar) 
	UCHIJAAAA	reborncore-mcmultipart{2.7.3.46} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.7.3.46-universal.jar) 
	UCHIJAAAA	refinedrelocation{@VERSION@} [Refined Relocation] (RefinedRelocation-mc1.10.2-2.1.16.jar) 
	UCHIJAAAA	StorageDrawers{1.10.2-3.4.0} [Storage Drawers] (StorageDrawers-1.10.2-3.4.0.jar) 
	UCHIJAAAA	refinedstorage{1.1.3} [Refined Storage] (refinedstorage-1.1.3.jar) 
	UCHIJAAAA	xreliquary{1.10.2-1.3.3.585} [Reliquary] (Reliquary-1.10.2-1.3.3.585.jar) 
	UCHIJAAAA	rftools{5.58} [RFTools] (rftools-1.10-5.58.jar) 
	UCHIJAAAA	rftoolscontrol{1.5.1} [RFTools Control] (rftoolsctrl-1.10-1.5.1.jar) 
	UCHIJAAAA	roots{0.204} [Roots] (roots-1.10.2-0.204.0.jar) 
	UCHIJAAAA	shadowmc{3.4.9} [ShadowMC] (ShadowMC-1.10.2-3.4.9.jar) 
	UCHIJAAAA	Signals{1.0} [Signals] (Signals-1.10.2-0.5.0-universal.jar) 
	UCHIJAAAA	simplebarrels{1.25h} [Simple Barrels] (simplebarrels-1.10.2-2002-1.25h.jar) 
	UCHIJAAAA	valkyrielib{1.10.2-0.10.5d} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.5d.jar) 
	UCHIJAAAA	simplegenerators{1.10.2-0.10.5b} [Simple Generators] (simplegenerators-1.10.2-0.10.5b.jar) 
	UCHIJAAAA	simpleretrogen{4.0.1+8} [Simple Retrogen] (simpleretrogen-1.10-4.0.1+8.jar) 
	UCHIJAAAA	SleepingBag{1.3.0} [Sleeping Bag] (SleepingBag-1.10.2-1.3.0.jar) 
	UCHIJAAAA	SolarFluxReborn{1.4r} [Solar Flux Reborn] (SolarFluxReborn_1.10.2-1.4r.jar) 
	UCHIJAAAA	soulshardstow{1.10.2-2.6.4-44} [Soul Shards - The Old Ways] (SoulShards-TOW-1.10.2-2.6.4-44.jar) 
	UCHIJAAAA	stacksonstacks{1.1.4} [stacksonstacks] (StacksOnStacks2-1.1.4.jar) 
	UCHIJAAAA	supercraftingframe{1.2.1.88} [Super Crafting Frame] (supercraftingframe-1.10.2-1.2.1.88.jar) 
	UCHIJAAAA	theoneprobe{1.2.1} [The One Probe] (theoneprobe-1.10-1.2.1.jar) 
	UCHIJAAAA	Thump{@VERSION@} [Thump] (Thump-1.10.2-4.1.0.123.jar) 
	UCHIJAAAA	TickProfiler{1.10.2.jenkins.10} [TickProfiler] (TickProfiler-1.10.2.jenkins.10.jar) 
	UCHIJAAAA	usefulnullifiers{1.2.1} [Useful Nullifiers] (usefulnullifiers-1.2.1.jar) 
	UCHIJAAAA	nucleus{0.12.1-5.0} [Nucleus] (Nucleus-0.12.1-S5-1.10.2-plugin.jar) 
	UCHIJAAAA	permissionsex{2.0-SNAPSHOT-b145} [PermissionsEx] (PermissionsEx-build145-Sponge.jar) 
	UCHIJAAAA	worldedit{6.1.5-SNAPSHOT} [WorldEdit] (worldedit-build3628-sponge-mc1.10.2-6.1.5-SNAPSHOT-dist.jar) 
	Loaded coremods (and transformers): 
ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.3.jar)
  team.chisel.common.asm.ChiselTransformer
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.2.331.jar)
  net.darkhax.bookshelf.asm.BookshelfTransformerManager
CoreMod (Aroma1997Core-1.9.4-1.1.1.0.jar)
  
LoadingHook (Mekanism-1.10.2-9.2.0.292.jar)
  
SpongeCoremod (spongeforge-1.10.2-2107-6.0.0-BETA-1867.jar)
  org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
SFRCore (SolarFluxReborn_1.10.2-1.4r.jar)
  com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
IC2core (industrialcraft-2-2.6.87-ex110.jar)
  
Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  net.blay09.mods.defaultoptions.coremod.DefaultOptionsClassTransformer
EnderCorePlugin (EnderCore-1.10.2-0.4.1.58-beta.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.2.jar)
  shetiphian.core.asm.ClassTransformer
CoreMod (TickProfiler-1.10.2.jenkins.10.jar)
  
DepLoader (BrandonsCore-1.10.2-2.1.1.60-universal.jar)
  
FMLPlugin (InventoryTweaks-1.61-58.jar)
  invtweaks.forge.asm.ContainerTransformer
TransformerLoader (OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar)
  li.cil.oc.common.asm.ClassTransformer
CCLCorePlugin (CodeChickenLib-1.10.2-2.4.3.124-universal.jar)
  codechicken.lib.asm.ClassHeirachyManager
  codechicken.lib.asm.RenderHookTransformer
	Pulsar/tconstruct loaded Pulses: 
		- TinkerCommons (Enabled/Forced)
		- TinkerWorld (Enabled/Not Forced)
		- TinkerTools (Enabled/Not Forced)
		- TinkerHarvestTools (Enabled/Forced)
		- TinkerMeleeWeapons (Enabled/Forced)
		- TinkerRangedWeapons (Enabled/Forced)
		- TinkerModifiers (Enabled/Forced)
		- TinkerSmeltery (Enabled/Not Forced)
		- TinkerGadgets (Enabled/Not Forced)
		- TinkerOredict (Enabled/Forced)
		- TinkerIntegration (Enabled/Forced)
		- TinkerFluids (Enabled/Forced)
		- TinkerMaterials (Enabled/Forced)
		- TinkerModelRegister (Enabled/Forced)
		- chiselsandbitsIntegration (Enabled/Not Forced)
		- theoneprobeIntegration (Enabled/Not Forced)

	Pulsar/natura loaded Pulses: 
		- NaturaCommons (Enabled/Forced)
		- NaturaOverworld (Enabled/Not Forced)
		- NaturaNether (Enabled/Not Forced)
		- NaturaEntities (Enabled/Not Forced)
		- NaturaOredict (Enabled/Forced)
		- NaturaWorld (Enabled/Not Forced)

	List of loaded APIs: 
		* Baubles|API (1.3.1.0) from Baubles-1.10.2-1.3.2.jar
		* BloodMagic|API (@VERSION@) from BloodMagic-1.9.4-2.1.0-66.jar
		* BotaniaAPI (85) from Botania r1.9-337.jar
		* CharsetAPI (0.1) from Charset-0.3.0-pre15.jar
		* CharsetAPI|Audio (0.0) from Charset-0.3.0-pre15.jar
		* CharsetAPI|Lib (0.2) from Charset-0.3.0-pre15.jar
		* CharsetAPI|Pipes (0.3) from Charset-0.3.0-pre15.jar
		* CharsetAPI|Storage (0.1) from Charset-0.3.0-pre15.jar
		* CharsetAPI|Tape (0.0) from Charset-0.3.0-pre15.jar
		* CharsetAPI|Wires (0.3) from Charset-0.3.0-pre15.jar
		* ChiselAPI (0.0.1) from Chisel-MC1.10.2-0.0.7.3.jar
		* ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.7.3.jar
		* ChiselsAndBitsAPI (12.5.0) from chiselsandbits-12.7.jar
		* CoFHAPI (1.8.9R1.2.0B1) from RebornCore-1.10.2-2.7.3.46-universal.jar
		* CoFHAPI|block (1.8.9R1.2.0B1) from zerocore-1.10.2-0.0.8.0.jar
		* CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.5d.jar
		* CoFHAPI|energy (1.8.9R1.2.0B1) from rangedpumps-0.3.jar
		* CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.5d.jar
		* CoFHAPI|item (1.8.9R1.2.0B1) from Mekanism-1.10.2-9.2.0.292.jar
		* CoFHAPI|tileentity (1.8.9R1.2.0B1) from zerocore-1.10.2-0.0.8.0.jar
		* CoFHAPI|transport (1.8.9R1.2.0B1) from zerocore-1.10.2-0.0.8.0.jar
		* ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
		* ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
		* ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
		* ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
		* ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
		* ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
		* ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
		* ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
		* DR-API (1.0.4-Beta) from deepresonance-1.10-1.2.9.jar
		* DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.0.1.126-universal.jar
		* ElecCore|Abilities (#API_VER#) from ElecCore-1.10.2-1.6.328.jar
		* EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.0.1.125_beta.jar
		* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.0.1.125_beta.jar
		* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.0.1.125_beta.jar
		* EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.0.1.125_beta.jar
		* ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.16.310.jar
		* ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.16.310.jar
		* ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.16.310.jar
		* ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.16.310.jar
		* ForestryAPI|core (5.0.0) from forestry_1.10.2-5.2.16.310.jar
		* ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.16.310.jar
		* ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.16.310.jar
		* ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.16.310.jar
		* ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.16.310.jar
		* ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.16.310.jar
		* ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.16.310.jar
		* ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.16.310.jar
		* ForestryAPI|mail (3.0.0) from forestry_1.10.2-5.2.16.310.jar
		* ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.16.310.jar
		* ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.16.310.jar
		* ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.16.310.jar
		* ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.16.310.jar
		* gendustryAPI (2.3.0) from gendustry-1.6.4.24-mc1.10.2.jar
		* Guide-API|API (1.10.2-2.0.2-45) from Guide-API-1.10.2-2.0.2-45.jar
		* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-48.jar
		* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-48.jar
		* jeresources|API (0.5.3.65) from JustEnoughResources-1.10.2-0.5.3.65.jar
		* journeymap|client-api (1.3-SNAPSHOT) from journeymap-1.10.2-5.3.0b2-unlimited.jar
		* journeymap|client-api-display (1.3-SNAPSHOT) from journeymap-1.10.2-5.3.0b2-unlimited.jar
		* journeymap|client-api-event (1.3-SNAPSHOT) from journeymap-1.10.2-5.3.0b2-unlimited.jar
		* journeymap|client-api-model (1.3-SNAPSHOT) from journeymap-1.10.2-5.3.0b2-unlimited.jar
		* journeymap|client-api-util (1.3-SNAPSHOT) from journeymap-1.10.2-5.3.0b2-unlimited.jar
		* JustEnoughItemsAPI (4.9.0) from jei_1.10.2-3.13.1.346.jar
		* McJtyLib (1.10-2.2.0) from mcjtylib-1.10-2.2.0.jar
		* MekanismAPI|core (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
		* MekanismAPI|energy (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
		* MekanismAPI|gas (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
		* MekanismAPI|infuse (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
		* MekanismAPI|laser (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
		* MekanismAPI|reactor (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
		* MekanismAPI|recipe (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
		* MekanismAPI|transmitter (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
		* MekanismAPI|util (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
		* OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
		* OpenComputersAPI|Core (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
		* OpenComputersAPI|Driver (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
		* OpenComputersAPI|Driver|Item (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
		* OpenComputersAPI|Event (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
		* OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
		* OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
		* OpenComputersAPI|Machine (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
		* OpenComputersAPI|Manual (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
		* OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
		* OpenComputersAPI|Prefab (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
		* railcraft:API|core (2.0.0) from Railcraft_1.10.2-10.0.0.jar
		* RailcraftAPI|bore (2.0.0) from Railcraft_1.10.2-10.0.0.jar
		* RailcraftAPI|carts (2.0.0) from Railcraft_1.10.2-10.0.0.jar
		* RailcraftAPI|charge (3.0.0) from Railcraft_1.10.2-10.0.0.jar
		* RailcraftAPI|crafting (2.0.0) from Railcraft_1.10.2-10.0.0.jar
		* RailcraftAPI|events (2.0.0) from Railcraft_1.10.2-10.0.0.jar
		* RailcraftAPI|fuel (2.0.0) from Railcraft_1.10.2-10.0.0.jar
		* RailcraftAPI|helpers (2.0.0) from Railcraft_1.10.2-10.0.0.jar
		* RailcraftAPI|items (2.0.0) from Railcraft_1.10.2-10.0.0.jar
		* RailcraftAPI|locomotive (2.0.0) from Railcraft_1.10.2-10.0.0.jar
		* RailcraftAPI|signals (3.0.0) from Railcraft_1.10.2-10.0.0.jar
		* RailcraftAPI|tracks (3.0.0) from Railcraft_1.10.2-10.0.0.jar
		* reborncoreAPI (2.7.3.46) from RebornCore-1.10.2-2.7.3.46-universal.jar
		* RefinedRelocationAPI (2.0.0) from RefinedRelocation-mc1.10.2-2.1.16.jar
		* SoulShardsTOW|API (0.1.5) from SoulShards-TOW-1.10.2-2.6.4-44.jar
		* StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-1.1.3.jar
		* StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.0.jar
		* StorageDrawersAPI|event (1.7.10-1.2.0) from refinedstorage-1.1.3.jar
		* StorageDrawersAPI|inventory (1.7.10-1.2.0) from refinedstorage-1.1.3.jar
		* StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.0.jar
		* StorageDrawersAPI|registry (1.7.10-1.2.0) from refinedstorage-1.1.3.jar
		* StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.0.jar
		* StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.0.jar
		* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.0.jar
		* valkyrielib.api (1.10.2-0.10.5d) from valkyrielib-1.10.2-0.10.5d.jar
		* zerocore|API|multiblock (1.9.4-0.0.1) from zerocore-1.10.2-0.0.8.0.jar
		* zerocore|API|multiblock|rectangular (1.9.4-0.0.1) from zerocore-1.10.2-0.0.8.0.jar
		* zerocore|API|multiblock|validation (1.9.4-0.0.1) from zerocore-1.10.2-0.0.8.0.jar
	EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
                 An unsupported base software is installed: 'sponge'. This is NOT supported.
                 This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
	Detailed RF API diagnostics:
                  * RF API class 'EnergyStorage' is loaded from: jar:file:/home/moderator/multicraft/servers/server8/mods/BrandonsCore-1.10.2-2.1.1.60-universal.jar!/cofh/api/energy/EnergyStorage.class
                  * RF API class 'IEnergyConnection' is loaded from: jar:file:/home/moderator/multicraft/servers/server8/mods/BrandonsCore-1.10.2-2.1.1.60-universal.jar!/cofh/api/energy/IEnergyConnection.class
                  * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/home/moderator/multicraft/servers/server8/mods/BrandonsCore-1.10.2-2.1.1.60-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
                  * RF API class 'IEnergyHandler' is loaded from: jar:file:/home/moderator/multicraft/servers/server8/mods/BrandonsCore-1.10.2-2.1.1.60-universal.jar!/cofh/api/energy/IEnergyHandler.class
                  * RF API class 'IEnergyProvider' is loaded from: jar:file:/home/moderator/multicraft/servers/server8/mods/BrandonsCore-1.10.2-2.1.1.60-universal.jar!/cofh/api/energy/IEnergyProvider.class
                  * RF API class 'IEnergyReceiver' is loaded from: jar:file:/home/moderator/multicraft/servers/server8/mods/BrandonsCore-1.10.2-2.1.1.60-universal.jar!/cofh/api/energy/IEnergyReceiver.class
                  * RF API class 'IEnergyStorage' is loaded from: jar:file:/home/moderator/multicraft/servers/server8/mods/BrandonsCore-1.10.2-2.1.1.60-universal.jar!/cofh/api/energy/IEnergyStorage.class
                  * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/home/moderator/multicraft/servers/server8/mods/BrandonsCore-1.10.2-2.1.1.60-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
                  * RF API class 'TileEnergyHandler' is loaded from: jar:file:/home/moderator/multicraft/servers/server8/mods/BrandonsCore-1.10.2-2.1.1.60-universal.jar!/cofh/api/energy/TileEnergyHandler.class
	Detailed Tesla API diagnostics:
                  * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
                  * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
                  * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
                  * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
                  * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
                  * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
                  * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
                  * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
                  * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
                  * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
                  * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)

	Profiler Position: N/A (disabled)
	Player Count: 10 / 32; [EntityPlayerMP['ryu2065'/247840, l='world', x=1671.90, y=66.00, z=725.71], EntityPlayerMP['ST753M'/388036, l='world', x=-358.71, y=78.00, z=943.20], EntityPlayerMP['EvanTheMonkeh'/314956, l='world', x=1414.05, y=62.65, z=1831.64], EntityPlayerMP['LogicEngineer'/501537, l='world', x=-1948.56, y=63.00, z=-1031.11], EntityPlayerMP['TerrisFarrin'/600598, l='world', x=-421.59, y=63.00, z=279.81], EntityPlayerMP['ShadowAssassin'/614538, l='world', x=-1570.92, y=67.00, z=-703.97], EntityPlayerMP['Revlis22'/246903, l='world', x=473.94, y=61.00, z=-1669.27], EntityPlayerMP['arobinson410'/628696, l='world', x=-1545.41, y=70.00, z=-218.95], EntityPlayerMP['DonLokko1'/629146, l='DIM-1', x=-14.44, y=74.60, z=80.63], EntityPlayerMP['vindag'/376790, l='world', x=-277.50, y=63.00, z=-235.50]]
	Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
	Type: Dedicated Server (map_server.txt)

CME while saving chunks

I occasionally get CME errors while BTFU is trying to save the chunks on my server. I don't know if this is caused by some mod doing something in a thread, or does BTFU do the saving in a thread, or what...?

These errors seem to happen very randomly, sometimes they don't happen for several hours, and then suddenly several errors happen all at once, and sometimes just the one. This server was started on 2016-08-02 and as of now (2016-08-13) there are 298 of these errors in the server log.

The server is on MC 1.10.2, currently running Forge 2049
Here is the latest error from this morning and the current mod list: https://gist.github.com/maruohon/f355b86caed1c110e3fe977928ae013c

Port to 1.16?

This was one of the most essential mods on my server and still is, but now I'm finally trying to update from 1.12 to 1.16 and this mod would be nice to have again.

So, are you planning to update this to Minecraft 1.16?

Configuration for time interval

Saving every 5 minutes may be too frequent for certain servers.
Perhaps it should be configurable such that administrators can decide upon a suitable period taking into account server activity, available disk space, etc?

As the number of items to remain in the backup is configurable, it stands to reason that interval should as well. I understand the logarithmic saving, but 128 backups with 1 hour intervals may be preferred for servers who wish to capture a large window of change depending on how much their server changes.

Would like to know your thoughts. Stumbled upon the mod when looking for backups, and being a Linux user, rsync is fantastic. I'm giving it a try now on 1.10.2 with Forge 2147 ( near latest ).

Minimal Container Support

I know it's been some years since BTFU has been updated, but I would like to see support for linux containers that don't have rsync installed, e.g. alpine linux.

I'm not sure what would be required to support this, but more and more game panels are being hosted in containers.

1.10.2 Crashing On Server Start

fml-server-latest.log

Startup bat:
java -XX:+UseG1GC -Xmx6g -Xms6g -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -Dfml.debugExit=true -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -jar forge-1.10.2-12.18.3.2511-universal.jar nogui pause

Whats up with the exit each time I try to start?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.