Skip to content

Commit f574ea4

Browse files
added DiceRolling and WordsCount
1 parent 1783a75 commit f574ea4

56 files changed

Lines changed: 82892 additions & 54 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.idea/libraries/lib.xml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 127 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

JavaLearningExamples.iml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,24 @@
88
<orderEntry type="inheritedJdk" />
99
<orderEntry type="sourceFolder" forTests="false" />
1010
<orderEntry type="library" scope="PROVIDED" name="Tomcat 7.0.57" level="application_server_libraries" />
11+
<orderEntry type="library" scope="PROVIDED" name="lib" level="project" />
12+
<orderEntry type="module-library" scope="PROVIDED">
13+
<library>
14+
<CLASSES>
15+
<root url="jar://$MODULE_DIR$/../lib/commons-io-1.3.2.jar!/" />
16+
</CLASSES>
17+
<JAVADOC />
18+
<SOURCES />
19+
</library>
20+
</orderEntry>
21+
<orderEntry type="module-library" scope="PROVIDED">
22+
<library>
23+
<CLASSES>
24+
<root url="jar://$MODULE_DIR$/../lib/commons-csv-1.2/commons-csv-1.2.jar!/" />
25+
</CLASSES>
26+
<JAVADOC />
27+
<SOURCES />
28+
</library>
29+
</orderEntry>
1130
</component>
1231
</module>

data/20k.txt

Lines changed: 80746 additions & 0 deletions
Large diffs are not rendered by default.

data/common.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
the a word if case when then than
2+
loop
3+
crazy
4+
fuck
5+
where
6+
what
7+
why
8+
when
9+
alphabet
10+
blabla
11+
blablabla
12+
bla
13+
wtf

data/text.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
At noon be in the conference room with your hat on for a surprise party. YELL LOUD!
2+
At noon be in the conference room with your hat on for a surprise party. YELL LOUD!
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)