Pinned Repositories
codespaces-demo-cpp
An example of how codespaces can significantly facilitate development work on C/C++ projects.
coursera-image-and-video-processing
Slides for the Coursera course "Image and video processing: From Mars to Hollywood with a stop at the hospital".
cracking-the-coding-interview
Solutions (in C++) to selected problems from the book "Cracking the Coding Interview, 4th Edition - 150 Programming Interview Questions and Solutions".
dna-compression
A simple example which shows how DNA data can be efficiently stored in C++.
double-pendulum
A double pendulum simulator.
langcmp
A language comparison tool.
mapgen
A tool for generating maps with customizable markers.
nmeagen
A drawing tool for generating GPS logs in NMEA format.
parallel-code-scanning
An example of a GitHub Actions workflow showing how code scanning with CodeQL can be parallelized on monorepos.
sudoku
A Sudoku puzzle solver which models and solves the puzzle as an integer linear programming problem.
dassencio's Repositories
dassencio/cracking-the-coding-interview
Solutions (in C++) to selected problems from the book "Cracking the Coding Interview, 4th Edition - 150 Programming Interview Questions and Solutions".
dassencio/double-pendulum
A double pendulum simulator.
dassencio/nmeagen
A drawing tool for generating GPS logs in NMEA format.
dassencio/codespaces-demo-cpp
An example of how codespaces can significantly facilitate development work on C/C++ projects.
dassencio/coursera-image-and-video-processing
Slides for the Coursera course "Image and video processing: From Mars to Hollywood with a stop at the hospital".
dassencio/mapgen
A tool for generating maps with customizable markers.
dassencio/parallel-code-scanning
An example of a GitHub Actions workflow showing how code scanning with CodeQL can be parallelized on monorepos.
dassencio/dna-compression
A simple example which shows how DNA data can be efficiently stored in C++.
dassencio/sudoku
A Sudoku puzzle solver which models and solves the puzzle as an integer linear programming problem.
dassencio/langcmp
A language comparison tool.
dassencio/freeaml
An easy-to-use, parallel applied mathematics library written in C++.
dassencio/blog
My personal blog.
dassencio/codespaces-demo-python
A collection of codespace examples created for demonstration purposes.
dassencio/denoise
A script which denoises data without using fitting functions.
dassencio/huffman
A script which compresses/decompreses text files using Huffman's algorithm.
dassencio/image-dft
A script for analyzing discrete Fourier transforms of images.
dassencio/assencio-management-consulting
ASSÊNCIO Management Consulting's website.
dassencio/dotfiles
Personal configuration files and helper scripts.
dassencio/easy-geoip
An easy-to-install and easy-to-use IP geolocation server.
dassencio/fibonacci
A script which computes any element of the Fibonacci sequence with arbitrary precision.
dassencio/issue-shell
Run the contents of issue comments as shell commands via GitHub Actions.
dassencio/simple-nodejs-app-template
A simple Node.js web server developed for demonstration purposes.