This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class ASCIIHistogramMaker { | |
public static void main(String[] args){ | |
String inFile="/data/challenge302intermediate.txt"; | |
// ArrayList<int[]> graphData = new ArrayList<int[]>(); | |
ArrayList<String> input = new ChallengeInput() | |
.getInputByLines(ASCIIHistogramMaker.class, inFile); | |
//take first line as the chart bounds and create new BarChart with those bounds | |
IntBasedBarChart chart = new IntBasedBarChart(input.remove(0).split(" ")); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jason J. Robinson – Java Developer | |
Phone: (208) 724-7600 E-mail: [email protected] | |
OSS development on GitHub: github.com/jjrobinson | |
Skill Sets: | |
• Java Development (4+ yrs): Test Automation (LeanFT + JUnit); Java with Struts2/Spring/Hibernate; Perl scripting, | |
PHP web development. Extensive Regular Expression knowledge (POSIX & Java style). Usage of NetBeans and Eclipse IDEs. | |
• SQL & Data Analysis (2+ yrs): MS SQL & Oracle; query troubleshooting, joins, custom reporting, stored procedure & | |
production monitoring, data warehousing & reporting; Excel pivot tables and large data set analysis & trends. Query | |
optimization and execution plan analysis. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am jjrobinson on github. | |
* I am jasonrobinson (https://keybase.io/jasonrobinson) on keybase. | |
* I have a public key whose fingerprint is BEBF E4B2 323E 7439 E39B A63B 200E 5862 6800 07C0 | |
To claim this, I am signing this object: |