|
|
b1c53d88ae
|
Changed tas to spaces
|
2018-05-26 23:01:04 +02:00 |
|
Ziver Koc
|
a938b70d57
|
fixed gradient ascent
|
2018-05-22 17:31:58 +02:00 |
|
Ziver Koc
|
45b1f51685
|
Fixed some ml test cases
|
2018-05-21 16:06:46 +02:00 |
|
|
|
2160976406
|
Implemented Gradient Ascent (TCs failing)
|
2018-04-17 17:03:34 +02:00 |
|
|
|
8050170ee3
|
Initial commit of LinearRegression class
|
2018-03-27 16:39:14 +02:00 |
|
|
|
3c8c692b16
|
small change
|
2018-03-06 13:32:09 +01:00 |
|
|
|
eb30472a76
|
Some work done on charts
|
2018-03-01 15:59:08 +01:00 |
|
|
|
3df20257b0
|
Added multiply by element function
|
2018-01-11 16:35:33 +01:00 |
|
|
|
acc3ccfe1f
|
Added matrix transpose
|
2017-12-03 18:30:14 +01:00 |
|
|
|
41a70d45b8
|
Added identity matrix
|
2017-12-03 18:14:19 +01:00 |
|
|
|
9562d8615a
|
Implemented matrix multiplication
|
2017-12-03 18:04:52 +01:00 |
|
|
|
eb67cdb9d5
|
Added MatrixMath class
|
2017-11-02 17:17:43 +01:00 |
|
|
|
1cab6609c0
|
Fixed javadoc warnings
|
2017-10-21 18:39:06 +02:00 |
|
|
|
41f339be3e
|
Fixed timings
|
2017-10-06 16:31:16 +02:00 |
|
|
|
d2ea0e32bd
|
Implemented a Performance Counter class
|
2017-09-24 00:26:48 +02:00 |
|
|
|
8ce73e3f50
|
Moved getCallingClass function to ClassUtil
|
2017-09-21 23:41:24 +02:00 |
|
|
|
86ce0990c6
|
Fixed failing MqTT TC
|
2017-08-04 16:11:02 +02:00 |
|
|
|
fc1e650002
|
Added byte support to BinaryStruct
|
2017-08-04 16:10:41 +02:00 |
|
|
|
178f881d57
|
Fixed http server session recreated every connection
|
2017-04-19 17:33:47 +02:00 |
|
|
|
a6c34fa7ba
|
Added TimeZone method to CronTimer
|
2017-03-07 12:27:29 +01:00 |
|
|
|
bb038dce1f
|
bug fixes
|
2017-03-01 17:51:37 +01:00 |
|
|
|
9b1737acf0
|
Impl better cron algo and added mor TCs
|
2017-02-28 18:11:13 +01:00 |
|
|
|
a12ce134af
|
CronTimer impl done but more TC needed
|
2017-02-27 18:54:42 +01:00 |
|
|
|
d6e5bd2b65
|
Initial implementation of Cron format parser
|
2017-02-24 18:44:22 +01:00 |
|
|
|
f9dc882c1c
|
More Refactoring and added delete TC
|
2017-02-17 17:03:08 +01:00 |
|
|
|
7c4c536ce5
|
Added more TCs to DBBean and fixed a link table bug
|
2017-02-15 17:17:42 +01:00 |
|
|
|
0346fd21ba
|
Refactored out DBBean cache logic and also refactored test cases
|
2017-02-14 17:52:59 +01:00 |
|
|
|
cefd99f6c4
|
Changed join method parameters to add a generic new one
|
2017-02-14 17:45:06 +01:00 |
|
|
|
4f26a1ae87
|
Fixed DBBean TC
|
2017-02-13 17:58:32 +01:00 |
|
|
|
1aedfb52b7
|
Fixed some bugs in DBBean and added a Junit TC for it
|
2017-02-10 18:09:07 +01:00 |
|
|
|
84a3b13b76
|
Refactore MDNS so it can be tested, and also added Junit test for it
|
2017-02-07 18:50:36 +01:00 |
|
|
|
e50027906d
|
Refactored Dns classes and added initial implementation of a MDNS Server
|
2017-02-03 16:39:59 +01:00 |
|
|
|
e8491617c6
|
Refactored Dns classes
|
2017-02-02 17:39:19 +01:00 |
|
ziver
|
f34ac6f961
|
Updated Eclipse project and added a new qtype for MDNS
|
2017-01-23 17:17:07 +01:00 |
|
|
|
16f3d6fc60
|
Renamed smtp client and fix non flushing issue
|
2017-01-20 13:25:49 +01:00 |
|
|
|
7664b4bf00
|
Changed email date locale
|
2017-01-20 00:42:53 +01:00 |
|
|
|
3d04dba4fd
|
Improved SMTP email robustness and added JUnit test for it
|
2017-01-20 00:38:47 +01:00 |
|
|
|
b109d6ae5c
|
Adjusted timing for junit test
|
2017-01-19 22:05:38 +01:00 |
|
|
|
065595abd0
|
Fixed non renamed file name build issues
|
2017-01-19 21:55:38 +01:00 |
|
|
|
4c210fc38d
|
Initial MQTT packet structure. issue 73
|
2017-01-19 17:13:13 +01:00 |
|
|
|
1d34a264b1
|
Renamed some classes to lowercase
|
2017-01-19 17:12:11 +01:00 |
|
|
|
5c9a064eca
|
Improved robustness of TC on windows
|
2017-01-16 17:06:13 +01:00 |
|
|
|
de4e4e54c9
|
NioNetwork working now, but something wrong with close()
|
2016-12-08 17:57:56 +01:00 |
|
|
|
13082f0db0
|
Refactoring of NioNetwork classes, there are still some bugs
|
2016-12-07 19:16:37 +01:00 |
|
|
|
f9949ac9ef
|
Refactored digest auth to have a more flexible api
|
2016-12-05 16:59:36 +01:00 |
|
|
|
26c09452f3
|
Added JsonPage and finished implementation of digest auth page
|
2016-11-04 16:52:10 +01:00 |
|
|
|
2c7a9a6eff
|
Digest is now listening to correct headers
|
2016-10-28 17:15:22 +02:00 |
|
|
|
c4efab0609
|
Initial implementation of digest auth page
|
2016-10-26 17:34:21 +02:00 |
|
|
|
1e5e114300
|
Moved around OSAL and implemented /proc/net/arp parser
|
2016-09-30 16:57:43 +02:00 |
|
|
|
998cfb2f0b
|
Fixed testcase
|
2016-09-29 14:40:20 +02:00 |
|