hadjiprocopis
Artificial Intelligence, Bioinformatics, Medical Image Processing & Analysis, Single-cell Imaging, Photogrammetry. In C, C++, Java, Perl, UNIX, bash, R, SQL ..
1+1=1
Pinned Repositories
medical-image-analysis
Various programs and libraries for the analysis of MRI brain scans (UNC and ANALYZE formats). From my work at the Institute of Neurology.
neural-parser
np is a language to create neural networks and connect them together in order to create entities of neural networks. (C, bash and perl). It depends on my Neural Network Engine (see NNengine in this repository).
perl-gcc-builtins
access GCC compiler builtin functions from Perl via XS
perl-inline-cuda
Provides a preliminary Perl Inline::CUDA module until migration to CPAN. Inline::CUDA allows inlining in Perl C-or-C++-code with NVIDIA's CUDA extensions.
protein-hops
Reads protein functional associations (e.g. from STRING-DB) and finds direct (0-hops) or indirect (1,2-hops) protein-links between a pair of proteins (C/C++).This work was done while working at the Institute of Cancer Research in London in association with people from the Erler Lab.
pthreadpool
A thread-pool implementation for C++ written by Johan Hanssen Seferidis. It is a dependency for protein-hops and possibly other programs I am distributing here.
R-and-friends
A collection of R procedures bundled inside a bash script. The bash script can be run from the command line and provides a very convenient way to execute tedious R procedures with command-line parameters, debug capabilities and parallelisation when appropriate. From my time at the Institute of Cancer Research (Erler Lab, Linding Lab).
statistics-covid
collect data from online providers relating to the COVID19 epidemic (confirmed cases, etc.) over time and for different geographical locations
hadjiprocopis's Repositories
hadjiprocopis/perl-inline-cuda
Provides a preliminary Perl Inline::CUDA module until migration to CPAN. Inline::CUDA allows inlining in Perl C-or-C++-code with NVIDIA's CUDA extensions.
hadjiprocopis/statistics-covid
collect data from online providers relating to the COVID19 epidemic (confirmed cases, etc.) over time and for different geographical locations
hadjiprocopis/neural-parser
np is a language to create neural networks and connect them together in order to create entities of neural networks. (C, bash and perl). It depends on my Neural Network Engine (see NNengine in this repository).
hadjiprocopis/perl-gcc-builtins
access GCC compiler builtin functions from Perl via XS
hadjiprocopis/Algorithm-Markov-Multiorder-Learner
Perl module to learn a corpus and make predictions using a multi-order (multi-dimensional) Markov learner
hadjiprocopis/config-json-enhanced
hadjiprocopis/Data-Random-Structure-UTF8
Perl module to create random nested data structures, arbitrarily deep and with unicode support for keys, values, elements
hadjiprocopis/data-roundtrip
convert between Perl data structures, YAML and JSON with unicode support (I believe ...)
hadjiprocopis/genetic-algorithm-search-2d-grid
Uses Genetic Algorithms to plan a route over a 2D grid optimising for maximum score and minimum distance. In Perl and using Algorithm::Evolutionary by J. J. Merelo-Guervós
hadjiprocopis/Geo-OSM-Overpass
change me
hadjiprocopis/Geo-OSM-Overpass-Plugin-FetchBusStops
change me
hadjiprocopis/Geo-OSM-Overpass-Plugin-FetchRoundabouts
Perl module for accessing OpenStreetMap (OSM) data - whole ecosystem
hadjiprocopis/Geo-OSM-Overpass-Plugin-ParseJSON
change me
hadjiprocopis/gnu-make-alternative-targets
Proof of the concept of having make to update on evicence other than timestamps, for example by checking on a DB.
hadjiprocopis/javafx-uberjar
Scripts and demo on how to create an archive for distributing JavaFX app with dependencies
hadjiprocopis/NNengine
A Feed Forward Neural Network library and stand-alone executables. Written in C for utmost efficiency.
hadjiprocopis/perl-astro-moonphase-simple
Calculate the phase of the Moon on a given time without too much blah blah
hadjiprocopis/perl-Automate-Animate-FFmpeg
hadjiprocopis/perl-embed-autotools
Skeleton for building perlembed projects using the GNU Build System aka Autotools
hadjiprocopis/perl-image-decodeqr-wechat
hadjiprocopis/perl-latex-easy-templates
Easily format content into PDF/PS/DVI with LaTeX templates
hadjiprocopis/perl-net-canbus
Perl wrapper for sending data to the CANbus using can-utils (https://github.com/linux-can/can-utils)
hadjiprocopis/perl-nvidia2-ml
Takes original nvidia::ml Perl Bindings for nvml and tries to update it for current nvml
hadjiprocopis/perl-statistics-running
Basic descriptive statistics (mean/stdev/min/max/skew/kurtosis) and discrete Probability Distribution (via histogram) over data without the need to store data points ever. OOP style.
hadjiprocopis/perl-statistics-running-tiny
Statistics::Running::Tiny - Basic descriptive statistics (mean/stdev/min/max/skew/kurtosis) over data without the need to store data points ever. OOP style. The Tiny version.
hadjiprocopis/perl5
🐫 The Perl programming language
hadjiprocopis/string-random-regexp-regxstring
Perl XS interface to the great daidodo / regxstring C++ library for generating random strings given a Regexp
hadjiprocopis/Tree-AVL-Range
hadjiprocopis/Tree-Nary-Tiny
Perl module for a simple Nary tree
hadjiprocopis/www-mechanize-chrome-domops
A set of tools to operate on the DOM of the provided WWW::Mechanize::Chrome