Git Product home page Git Product logo

javaproject's Introduction

JavaProjects

Info on Projects:

ImageChecker

Moves an image from any windows directory into a locally stored "image folder", if the image(in name) already exists in the folder it will move the existing image into an archive folder and the selected image into the archive folder

Is built purely using Java  
Input(Takes in an image using a directory through command line)  
		Examples: 
			C:\Users\home\Desktop\JavaProject\ImageChecker\image\dog.png
			C:\Users\home\Desktop\index.png
Assumptions:
	The ImageChecker generally works with any file (but limited to the following ext):
	jpeg(jpg), png, gif, tiff, psd, pdf, eps, ai, svg, indd, raw, svg  
	The "Archive Folder" and "Image Folder" are located within the ImageChecker folder  
	If the image file exists in archive's folder it is overwritten  

JsonToExcel

Takes a json file as input where java parses the data and creates an xls file and txt file containing the content of the json file
Uses the json.jar file and Maven Dependencies of org.apache.poi poi and org.apache.poi ooxml

Input(Takes in a json file using a directory through command line)
	Example: 
	C:\Users\Soul\Desktop\people.json

Ouput:
	Example if we take in C:\Users\Soul\Desktop\people.json
	The output file will be "people.xls" => name_of_file.xls
	With the contents of the json file
	It will also print out a file pipe delimited as "people_output".txt => fileName_output.txt


		
Assumptions:
	Json File is formatted to the following Structure => JSONObj to JsonArray of JSONObjs
	{
		"something": [	
				{ "Test": "Yes",
				  "Best": "Fast"
				}
		]
	}

javaproject's People

Contributors

ajarlin avatar

Watchers

 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.