Skip to main content
Tobias's user avatar
Tobias's user avatar
Tobias's user avatar
Tobias
  • Member for 2 years, 7 months
  • Last seen this week
8 votes
5 answers
483 views

Custom hash function as Bash script

8 votes
2 answers
647 views

Own HTTP server implementation in Java with a simple template engine

7 votes
2 answers
3k views

Gaussian elimination algorithm in C++

6 votes
3 answers
552 views

Arguments parsing for two-actions list in C++

6 votes
4 answers
371 views

Sort strings containing valid and invalid substrings by substring groups

6 votes
1 answer
372 views

Simple XML string to user-friendly plain text converter method in Java

5 votes
4 answers
1k views

Very simple CSV-parser in Java

5 votes
3 answers
820 views

Bash script for manually cleaning up the Traefik access log file and limiting it to a maximum of 50 MB

5 votes
1 answer
1k views

Determine if it is EU summer time in Java

5 votes
2 answers
186 views

Print the three most occurring chars in Java using streams

4 votes
2 answers
231 views

Add offset to all filenames

4 votes
1 answer
89 views

Debian and Docker compose upgrade script, 2nd version

4 votes
3 answers
229 views

Redouble each occurrence of char recursively, and add n

4 votes
2 answers
387 views

Calculate the base 10 log with loops in Java without using Math

4 votes
2 answers
176 views

(Another) text formatting method with word wrapping in Java

4 votes
1 answer
449 views

Java: Benchmark findFirst() and findAny() methods on non-parallel streams

4 votes
2 answers
559 views

Simple Java program to aggregate lines of a text file

4 votes
2 answers
168 views

Custom RowSorter that sorts a Swing table containing data with unit suffixes

4 votes
1 answer
181 views

Implement a simple image captcha test yourself in Java and JS

3 votes
1 answer
202 views

Mail Client - Displaying email details for selected JTable Row

3 votes
1 answer
208 views

Debian and Docker compose upgrade script

3 votes
2 answers
136 views

Implement a simple port knocking client (UDP or TCP) in Java

3 votes
1 answer
286 views

Calculate the maximum number of decimal places with which all floating point numbers can be represented in a range in C++

3 votes
1 answer
124 views

Double each occurrence of a char recursively

2 votes
2 answers
163 views

Find all line numbers of prefix duplicates with streams

2 votes
1 answer
183 views

Update a docker compose service properly

2 votes
1 answer
749 views

Little CLI game in C++ with random words

2 votes
1 answer
122 views

Positioning boxes in a box with backtracking in Java

2 votes
2 answers
407 views

Another cash machine with special bill values in Java

2 votes
0 answers
118 views

Simple image captcha test in Java and JS (revised version)