Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
04019cc
bla bla bla
mxchist Aug 5, 2019
bc29b84
.gitignore
mxchist Aug 6, 2019
a3ae6eb
many threads
mxchist Aug 6, 2019
d163b2a
mxchist Aug 6, 2019
262a9a1
reset on the a114b5e34cc4bd6b3ec43e8fbcf2057f545ad433
Aug 6, 2019
67d16d0
Merge branch 'multithreading' of github.com:mxchist/LearnJavacore int…
Aug 6, 2019
0c56f61
release with two threads
mxchist Aug 7, 2019
665198e
many threads release was started
mxchist Aug 7, 2019
055301f
mxchist Aug 8, 2019
25e14a7
multithreading - begin develop
mxchist Aug 14, 2019
531f28d
multithreading - continue developing
mxchist Aug 19, 2019
bec358d
Merge branch 'multithreading' of github.com:mxchist/LearnJavacore int…
Aug 22, 2019
c72f7b1
formula editing
mxchist Aug 24, 2019
a1e2a32
The simple server was added
mxchist Aug 25, 2019
40e7952
Revert "The simple server was added"
mxchist Aug 25, 2019
110ee15
Before the fx form
mxchist Aug 25, 2019
2a81480
FX Form was added
mxchist Aug 25, 2019
aa3611f
mxchist Aug 25, 2019
5b6e534
join was added
mxchist Aug 26, 2019
054367c
C:/Program Files/SmartGit/git/AnotherNewClass.java was ubtracked
mxchist Aug 26, 2019
d1f0b35
mxchist Aug 26, 2019
2a4339b
Merge branch 'multithreading' of github.com:mxchist/LearnJavacore int…
Aug 26, 2019
d93472c
fixes fixes
mxchist Aug 27, 2019
d352169
it's like that all this works
mxchist Aug 28, 2019
b5382a6
Merge branch 'multithreading' of github.com:mxchist/LearnJavacore int…
Aug 28, 2019
373b978
.gitignore was added
mxchist Aug 28, 2019
0b53b3c
.gitignore was added [2]
mxchist Aug 28, 2019
ea8e047
showArray() method was added
mxchist Aug 28, 2019
6c62727
The int[] array was removed
mxchist Aug 28, 2019
8b6dd69
improved multithreading
mxchist Aug 28, 2019
a5737e4
The gitignore file was added
mxchist Aug 29, 2019
40bccbd
The gitignore file was added
mxchist Aug 29, 2019
258f418
Improved design of FXML
mxchist Aug 29, 2019
7e5f42d
Improved design of FXML
mxchist Aug 29, 2019
98630d1
gitignore was added
mxchist Aug 31, 2019
5347d3c
chat works's on client side only
mxchist Sep 1, 2019
beccb92
Merge commit '5347d3c78ab3b01bde4e0d751b219f60d3d5ee1b' into netChat1
mxchist Sep 1, 2019
80da87f
mxchist Sep 2, 2019
f75a568
It must work but throws an errors
mxchist Sep 2, 2019
980d9af
.gitignore
mxchist Sep 2, 2019
0af7b58
.gitignore
mxchist Sep 2, 2019
9c21e98
something works
mxchist Sep 22, 2019
156867b
flush odd elements
mxchist Sep 22, 2019
394b2bf
not enough; i come to sleep
mxchist Oct 1, 2019
5954744
morning work
mxchist Oct 2, 2019
f77c00b
Merge branch 'multithreading' of github.com:mxchist/LearnJavacore int…
Oct 2, 2019
15a3128
Merge branch 'multithreading2' of github.com:mxchist/LearnJavacore in…
Oct 2, 2019
d32c47c
almost done
Oct 2, 2019
b49aa98
delete odd code
Oct 2, 2019
4d81d18
Merge branch 'netChat1' of github.com:mxchist/LearnJavacore into netC…
Oct 2, 2019
630b8e6
while was added in Controller
Oct 2, 2019
1fe4ffc
gitignore
mxchist Oct 2, 2019
80f15e7
Revert "while was added in Controller"
mxchist Oct 2, 2019
3a9e8cc
fix part of errors in Controller
mxchist Oct 2, 2019
ed49298
fixed all errors
mxchist Oct 2, 2019
739c7a6
design and some behaviour was changed
mxchist Oct 3, 2019
4cd1173
Remove .idea from repo
Oct 6, 2019
fd8de52
some improvements
Oct 6, 2019
e9cf3b2
first exercise
Oct 22, 2019
f129796
.gitignore. Again
Oct 22, 2019
4da0741
Merge branch 'generalization' of github.com:mxchist/LearnJavacore int…
Oct 22, 2019
47b05fc
Exercices 1,2
Oct 22, 2019
2da3ff7
Revert "Exercices 1,2"
Oct 22, 2019
2c46549
Exercises 1,2
Oct 22, 2019
d0908f9
Merge branch 'generalization' of github.com:mxchist/LearnJavacore int…
Oct 22, 2019
bb873fc
Excercise 3
Oct 22, 2019
8ff2acb
src/generalization/FruitOperation.java - morning work
Oct 23, 2019
fa96d88
Excercise 4
Oct 23, 2019
89ca8ef
Work in progress
Oct 23, 2019
27737a2
Excercise 5
Oct 23, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
../.idea/*
out/*

*.[ix]ml
16 changes: 0 additions & 16 deletions .idea/checkstyle-idea.xml

This file was deleted.

23 changes: 23 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .idea/description.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/libraries/sqlite_jdbc_3_28_0.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 124 additions & 0 deletions .idea/uiDesigner.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading