Toggle navigation
Code Maven
Exercises
Slides
Books
Courses
Services
Type keyword:
Archive
About
Show abstract:
All
Free
Pro
Interviews
Previews
0
Total: 51
2020-10-03
Printing Unicode characters from Groovy
2019-08-24
Groovy iterate over map keys
2019-08-24
Groovy get the list of keys of a map as an ArrayList
2019-05-07
Groovy: import standard libraries
2019-04-21
Groovy casting
2019-04-21
Groovy throw (raise) exception
2019-04-21
Groovy Exception handling (try, catch, Exception)
2019-04-20
Groovy path to current executable script
2019-04-20
Groovy System properties
2019-04-20
Groovy: Formatted printing with printf and sprintf
2019-04-20
Groovy pop push
2019-04-17
Groovy: join elements of an array
2019-04-16
Groovy recursive functions
2019-04-16
Groovy file and directory attributes
2019-04-16
Groovy exit - System.exit - early exit from Groovy script
2019-04-16
Groovy command line arguments (args)
2019-04-12
Groovy variable scope
2019-04-09
Groovy function overloading
2019-04-09
Groovy classes
2019-04-09
Groovy: evaluate code in another file
2019-04-08
Groovy code reuse
2019-04-08
Groovy functions
2019-02-21
Groovy: for loop - break - continue
2019-02-15
Groovy: substring
2019-02-15
Groovy string length
2019-02-15
Jenkins Pipeline BuildUser plugin
2018-10-30
Return multiple values from a function
2018-10-30
Groovy: relative path
2018-10-30
Groovy: temporary file with autodelete
2018-10-30
Groovy: remove spaces from a string
2018-09-14
Groovy: Closures
2018-09-14
Groovy: Random numbers, random selection from list of values
2018-09-13
Groovy: import and use functions from another file
2018-09-07
Groovy: Date, Time, Timezone
2018-08-02
Groovy: JSON - reading and writing
2018-07-31
Groovy map (dictionary, hash, associative array)
2018-07-31
Groovy - Regular Expressions - regexes
2018-06-03
Groovy: listing the content of a directory, traversing a directory tree
2018-06-03
Groovy: reading and writing files - appending content
2018-06-03
Count digits in Groovy
2018-06-02
Groovy: read CSV file
2018-06-02
Groovy: color selector
2018-06-01
Groovy: sum of numbers
2018-06-01
Groovy: Lists
2018-06-01
Groovy: Determine type of an object
2018-05-27
Groovy: Number guessing game
2018-05-27
Groovy: Undeclared variable - runtime exception - groovy.lang.MissingPropertyException
2018-05-27
Groovy: read from console (STDIN, keyboard)
2018-05-27
Groovy value types
2018-05-24
Groovy
2018-05-01
Hello World in Groovy