FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/main/java/dev/simplified - simplified-dev/utils · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
simplified-dev
/
utils
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
utils
src
main
java
dev
simplified
on
master
User selector
Datepicker
Commit history
Commits on Aug 14, 2026
Move off Lombok onto the in-house annotations, and drop Lazy
Show description for 0c3c633
CraftedFury
committed
0c3c633
View commit details
Copy full SHA for 0c3c633
View code at this point
Browse repository at this point
Commits on Jul 6, 2026
util: add toSnakeCase/toPascalCase/toTitleCase; generalize toCamelCase
Show description for 04648d7
CraftedFury
committed
04648d7
View commit details
Copy full SHA for 04648d7
View code at this point
Browse repository at this point
Commits on May 18, 2026
util: package-private GzipCompression / ZlibCompression
Show description for 8313f31
CraftedFury
committed
8313f31
View commit details
Copy full SHA for 8313f31
View code at this point
Browse repository at this point
util: re-home stream classes under util, add ZlibCompression
Show description for b3637d9
CraftedFury
committed
b3637d9
View commit details
Copy full SHA for b3637d9
View code at this point
Browse repository at this point
stream: pre-size gzip buffers in Compression via GzipCompression
Show description for 6b7b1a1
CraftedFury
committed
6b7b1a1
View commit details
Copy full SHA for 6b7b1a1
View code at this point
Browse repository at this point
Commits on May 15, 2026
style: normalize javadocs (FQN auto-import, oneliner-to-block, dash style)
CraftedFury
committed
b2c723a
View commit details
Copy full SHA for b2c723a
View code at this point
Browse repository at this point
Commits on Apr 30, 2026
Add Lazy<T> memoizing supplier
CraftedFury
committed
3731f37
View commit details
Copy full SHA for 3731f37
View code at this point
Browse repository at this point
Commits on Apr 19, 2026
Add os-name property
CraftedFury
committed
51cec06
View commit details
Copy full SHA for 51cec06
View code at this point
Browse repository at this point
Fix method signature
CraftedFury
committed
f1024b1
View commit details
Copy full SHA for f1024b1
View code at this point
Browse repository at this point
Commits on Apr 9, 2026
Compression: add byte[] offset overload and wrap(OutputStream)
Show description for 9f75fec
CraftedFury
committed
9f75fec
View commit details
Copy full SHA for 9f75fec
View code at this point
Browse repository at this point
Commits on Apr 7, 2026
Convert Stopwatch to record
Show description for 4099341
CraftedFury
committed
4099341
View commit details
Copy full SHA for 4099341
View code at this point
Browse repository at this point
Commits on Apr 6, 2026
Add Logging utility with Level enum, replace LogUtil
Show description for 92bd8eb
CraftedFury
committed
92bd8eb
View commit details
Copy full SHA for 92bd8eb
View code at this point
Browse repository at this point
Commits on Apr 5, 2026
Update collection imports for package restructuring
Show description for 40da1e6
CraftedFury
committed
40da1e6
View commit details
Copy full SHA for 40da1e6
View code at this point
Browse repository at this point
Add stream package (ByteArrayData*, Compression)
Show description for ef461fc
CraftedFury
committed
ef461fc
View commit details
Copy full SHA for ef461fc
View code at this point
Browse repository at this point
Add LogUtil and Range
Show description for cd71aa3
CraftedFury
committed
cd71aa3
View commit details
Copy full SHA for cd71aa3
View code at this point
Browse repository at this point
Rename packages to dev.simplified and add Gradle build
Show description for 17af73f
CraftedFury
committed
17af73f
View commit details
Copy full SHA for 17af73f
View code at this point
Browse repository at this point
Move getCurrentDirectory into SystemUtil
CraftedFury
committed
3fc927e
View commit details
Copy full SHA for 3fc927e
View code at this point
Browse repository at this point
Pre-extraction refactors
CraftedFury
committed
3c72a7b
View commit details
Copy full SHA for 3c72a7b
View code at this point
Browse repository at this point
Pre-extraction refactors
CraftedFury
committed
9bce35c
View commit details
Copy full SHA for 9bce35c
View code at this point
Browse repository at this point
Commits on Mar 27, 2026
Fix integer overflow
CraftedFury
committed
fa4e192
View commit details
Copy full SHA for fa4e192
View code at this point
Browse repository at this point
Commits on Mar 25, 2026
Fix NPE
CraftedFury
committed
8b03f96
View commit details
Copy full SHA for 8b03f96
View code at this point
Browse repository at this point
Commits on Mar 22, 2026
Line separator and interface changes
CraftedFury
committed
7fb45b7
View commit details
Copy full SHA for 7fb45b7
View code at this point
Browse repository at this point
Commits on Mar 21, 2026
Move Stopwatch and SimpleDate to util.time
CraftedFury
committed
dfb5e8f
View commit details
Copy full SHA for dfb5e8f
View code at this point
Browse repository at this point
Migrate away from HashCodeBuilder/EqualsBuilder, and move ClassBuilder/BuildFlag to util package
CraftedFury
committed
3cb4614
View commit details
Copy full SHA for 3cb4614
View code at this point
Browse repository at this point
Exception message changes
CraftedFury
committed
d720cdf
View commit details
Copy full SHA for d720cdf
View code at this point
Browse repository at this point
Massive javadoc rewrite
CraftedFury
committed
40a9e55
View commit details
Copy full SHA for 40a9e55
View code at this point
Browse repository at this point
Annotate variables as nullable to suppress warnings
CraftedFury
committed
37c4ca3
View commit details
Copy full SHA for 37c4ca3
View code at this point
Browse repository at this point
Annotate regular expression parameter
CraftedFury
committed
0672d07
View commit details
Copy full SHA for 0672d07
View code at this point
Browse repository at this point
New getLast method
CraftedFury
committed
d9f67e0
View commit details
Copy full SHA for d9f67e0
View code at this point
Browse repository at this point
Call the concrete primitive wrapper hashCode method
CraftedFury
committed
a81ea98
View commit details
Copy full SHA for a81ea98
View code at this point
Browse repository at this point
Add and rewrite javadocs
CraftedFury
committed
76f057f
View commit details
Copy full SHA for 76f057f
View code at this point
Browse repository at this point
Rewrite javadocs
CraftedFury
committed
5359743
View commit details
Copy full SHA for 5359743
View code at this point
Browse repository at this point
Add proper javadocs to mutables
CraftedFury
committed
6f238c0
View commit details
Copy full SHA for 6f238c0
View code at this point
Browse repository at this point
Commits on Mar 14, 2026
Add toCamelCase helper method
CraftedFury
committed
aec1881
View commit details
Copy full SHA for aec1881
View code at this point
Browse repository at this point
Update new reflection call
CraftedFury
committed
39cbbc9
View commit details
Copy full SHA for 39cbbc9
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL