Giter VIP home page Giter VIP logo

dataspliternunpacker's Introduction

DataSpliterNUnpacker

This project is capable of splitting a dataset into different zip files and/or unpack all zip files in a folder

Dependency

  • commons-io-2.6.jar
  • zip4j_1.3.2.jar
  • java 1.8

Spliter Environment & Running Instruction

Place the files in a sibling folder as Resource and Coding.

Run with "java -cp "zip4j_1.3.2.jar:commons-io-2.6.jar:" Main <Resource_folder> <Code_Folder> <#ofNodes>"

For example: "java -cp "zip4j_1.3.2.jar:commons-io-2.6.jar:" Main Resource Code 5"

Jar

Using Packed jar File: "java -jar java -jar Unpacker.jar <Resource_folder> <Code_Folder> <#ofNodes>"

For Example: "java -jar Unpacker.jar Resource Code 5"

Unpacker Environment & Running Instruction

Place the files in a sibling folder as Target unpacking folder.

Run with "java -cp "zip4j_1.3.2.jar:commons-io-2.6.jar:" Main "

For example: "java -cp "zip4j_1.3.2.jar:commons-io-2.6.jar:" Main Target_Folder"

Jar

Using Packed jar File: "java -jar java -jar Unpacker.jar "

For Example: "java -jar Unpacker.jar Target_Folder"

Output

Application will return on "System.exit" an int value for the actual number of nodes needed. This number will be equal or less than claimed number of nodes.

Output of the application will be zip files named "Distribute#". # will be based 0 to number of nodes required-1. THe zip file contains code and segmented recourses.

dataspliternunpacker's People

Contributors

bowenislandsong avatar

Watchers

 avatar  avatar

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.