Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 3.28 KB

README.md

File metadata and controls

57 lines (46 loc) · 3.28 KB

Learning

Some experiments made in Java while learning...

Contents by package

  • Simple Implementation of Matrices and 3-vectors
  • Experiments with sockets
    • Includes a Jframe chat
    • scrappy web server build from scratch
  • Util classes for the interpreter in package function
  • ExpressionFunction:
    • Is a interpreter of a simple language that evaluates mathematical expressions such as "sin(x^2 + y) + exp(-z^2)"
  • Image and Text IO utils.
  • Some experiments (some are visual)
  • Tool to tokenize strings
  • Implementation of a 3D engine from scratch in Java.
  • Some visualization utils