1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added Strings.split() functions, based on java.lang.String.split(). Note: java.lang.String.split uses regex and can be quite slow. I will added non-regex splitting soon. Added more variates to SumOfSquares along with comments
Brian Cavalier
as briancavalier
More... over 15 years ago
Trivial spelling correction
Brian Cavalier
as briancavalier
More... over 15 years ago
Added more Functions.compose() variants. Added several examples of computing sum of squares in SumOfSquares.java to illustrate function composition.
Brian Cavalier
as briancavalier
More... over 15 years ago
Javadoc
Brian Cavalier
as briancavalier
More... over 15 years ago
Added math functions for Double and Float
Brian Cavalier
as briancavalier
More... over 15 years ago
Added Integers and Longs utility classes with static factory methods for mathematic Functions like sum(), pow(), etc. New example SumOfSquares. Minor cleanup and renaming
Brian Cavalier
as briancavalier
More... over 15 years ago
Javadoc
Brian Cavalier
as briancavalier
More... over 15 years ago
Moving examples to their own top-level dir to avoid putting them in the dist jar file. Created dist jar file for upload to github
Brian Cavalier
as briancavalier
More... over 15 years ago
Added additional url reader variants that take a Map for the headers
Brian Cavalier
as briancavalier
More... over 15 years ago
Added composition for BinaryFunctions, and made all unit tests use JUnit4 style tests.
Brian Cavalier
as briancavalier
More... over 15 years ago
Added Function composition methods and classes for composing g of f, and composition monoids.
Brian Cavalier
as briancavalier
More... over 15 years ago
Moved some String related methods from Iterate to Strings. Created Hello World example. Added javadoc
Brian Cavalier
as briancavalier
More... over 15 years ago
Minor change to README
Brian Cavalier
as briancavalier
More... over 15 years ago
Added unit tests and started README
Brian Cavalier
as briancavalier
More... over 15 years ago
Added 2 Conditions to Strings: contains(String) and contains(char)
Brian Cavalier
as briancavalier
More... over 15 years ago
Renaming Predicate -> Visitor and reduce() variants that rely on Visitor to visit().
Brian Cavalier
as briancavalier
More... over 15 years ago
Minor code cleanup
Brian Cavalier
as briancavalier
More... over 15 years ago
Initial import of iterate project into git, preparing to push to github
Brian Cavalier
as briancavalier
More... over 15 years ago
iterate project setup
Brian Cavalier
as briancavalier
More... over 15 years ago