Athanasios Salamanis
deanone
Building software that improves people's lives.
Languages
Repos
79
Stars
12
Forks
2
Top Language
Java
Loading contributions...
Top Repositories
Native Python implementation of an SVD-based variant of the Iterative Closest Point (ICP) algorithm for matching 2 point clouds.
Principal Components Analysis based on the Lanczos algorithm.
Solving the two-dimensional partial differential equation Nagumo using the finite differences method (FDM) and the BiCGSTAB solver
Native Python implementation of the outlier detection method proposed by Basu and Meckesheimer.
A collection of algorithms for solving several scientific and engineering problems.
Solution to the assignment problem with more jobs than workers using the Hungarian algorithm and cloning trick.
Repositories
79Native Python implementation of an SVD-based variant of the Iterative Closest Point (ICP) algorithm for matching 2 point clouds.
No description provided.
No description provided.
Native C implementation of the Conway's Game of Life.
Native Python implementation of the outlier detection method proposed by Basu and Meckesheimer.
Simple CNN architecture for solving the MNIST handwritten digit recognition problem.
Principal Components Analysis based on the Lanczos algorithm.
Efficiently sorting 10 million integers
Solving the two-dimensional partial differential equation Nagumo using the finite differences method (FDM) and the BiCGSTAB solver
Parallel implementation of the dot product calculation using MPI
Java Library Package (JLP)
A collection of algorithms for solving several scientific and engineering problems.
Solution to the assignment problem with more jobs than workers using the Hungarian algorithm and cloning trick.
The Eclipse OpenSmartCLIDE API Gateway
The Eclipse OpenSmartCLIDE Security Component
The Eclipse OpenSmartCLIDE Documentation
A custom implementation of a singly linked list in Java
A fork of the Eclipse OpenSmartCLIDE's smartclide-broker project for contributing changes
A fork of the Eclipse OpenSmartCLIDE's smartclide-db-api project for contributing changes
A simple Java MQTT client with Eclipse Paho
A REST API implemented using the Spring Boot framework
A set of style guidelines for developing applications in Python.
JavaOpt - A Java library for metaheuristic optimization algorithms
My first Hello World project in Typescript
Native Java implementation of the Nelder-Mead direct search optimization method.
Native Java implementation of the Delaunay triangulation algorithm.
A simple of using the Armadillo C++ library for linear algebra & scientific computing
A CLI application simulating the movement of a robot into an infinite 2D grid.
Implementation of the Jacobi method for determining the solutions of a strictly diagonally dominant system of linear equations in native Fortran (Fortran 90)
A custom implementation of a binary max heap in native C++.