java
My snippets
Java pass by value! A snippet showing that on sending objects to a method, the method receives a copy of a reference, although it points to the original object it does not change the reference itself. Conclusion: java pass by value, not by reference (also available here).
Finding an algorithm / equation that matches with observations using groovy assert. This second algorithm also compares the estimation from an equation obtained from exponential regression given by wolfram alpha regression calculator.
My favourite libraries
Last updated
Was this helpful?