Rahul Rudragoudar
|
de50d8123e
|
Linter and Formatter support (#58)
* Add scala linter and formatter
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Add java formatter
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Add linter support
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Increase maxColumn limit
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Reformat and lint
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Minor reformatting
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Add scala formatter on compile option
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Enable scala linter for CI
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
|
2021-02-25 23:49:39 +05:30 |
|
Rahul Rudragoudar
|
6d04cdc3b4
|
Refactor modules (#56)
* Refactor:Modules
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Add config file
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Restore sample images
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
|
2021-02-24 15:21:16 +05:30 |
|
hrj
|
3d147950a4
|
prevent resource leak by using try-with-resource syntax
|
2020-07-03 22:20:30 +05:30 |
|
hrj
|
715b9e4206
|
set anti-aliasing
|
2019-06-08 11:21:13 +05:30 |
|
hrj
|
cf71757b5f
|
return correct content type
|
2019-06-08 11:07:06 +05:30 |
|
hrj
|
9c7efb5e4a
|
toString method for Challenge
|
2019-06-08 11:06:53 +05:30 |
|
hrj
|
80cf6b66fd
|
add attribution to gif sequence writer class
|
2019-03-31 19:03:22 +05:30 |
|
Prajwal Goudar
|
f2c588ef23
|
support for loading fonts dynamically with an option to choose level (#26)
* support for loading fonts dynamically with an option to choose level("easy","medium","hard")
* removed unwanted method
* changes made as required
|
2019-03-25 19:44:38 +05:30 |
|
Prajwal Goudar
|
0fe1dd1ae4
|
made changes to checkCaptcha function
|
2019-03-13 10:08:17 +05:30 |
|
Prajwal Goudar
|
a4a3a63f3f
|
added captcha types as required
|
2019-03-09 16:27:36 +05:30 |
|
Prajwal Goudar
|
bb9fa10d72
|
fixed issues
|
2019-03-09 16:23:56 +05:30 |
|
Prajwal Goudar
|
994c5751ca
|
added code to generate font fun captcha(type_1)
added code to generate gif format captcha(type_2)
added code to generate shadow text captcha(type_3)
minor changes in Main.scala file to fix errors
|
2019-03-06 02:53:09 +05:30 |
|