Pinned Repositories
advent-of-code
E-Commerce-Website-Project
University project involving Javascript, PHP, HTML, CSS, security and database’s queries management.
LeetCode_To_GitHub
Python tool to search your solutions from LeetCode and transfer them to your GitHub account automagically
MPTCP-Exploit
Testing MPTCP vulnearibilites using MPTCP-compatible suite of scapy from repo: nimai/mptcp-scapy
WiFiName
(Personal Project) Menu Bar app for Mac OS to display current WiFi connection's name
confidence-sdk-android
confidence-sdk-swift
luigi
Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in.
openfeature-kotlin-sdk
openfeature-swift-sdk
Swift implementation of the OpenFeature SDK
fabriziodemaria's Repositories
fabriziodemaria/LeetCode_To_GitHub
Python tool to search your solutions from LeetCode and transfer them to your GitHub account automagically
fabriziodemaria/E-Commerce-Website-Project
University project involving Javascript, PHP, HTML, CSS, security and database’s queries management.
fabriziodemaria/MPTCP-Exploit
Testing MPTCP vulnearibilites using MPTCP-compatible suite of scapy from repo: nimai/mptcp-scapy
fabriziodemaria/WiFiName
(Personal Project) Menu Bar app for Mac OS to display current WiFi connection's name
fabriziodemaria/GeCode-Constraint-Programming
Exercises on constraint programming adopting GeCode framework
fabriziodemaria/LeetCode_Parser_Tool
Simple tool to get a Tree data structure by passing an input string that follows the syntax on www.leetcode.org
fabriziodemaria/Windows-Programming
Exercises on Windows programming mainly based on multithreading concurrency and Win APIs
fabriziodemaria/advent-of-code
fabriziodemaria/community
OpenFeature project community and governance
fabriziodemaria/Compiler-Exercise
--- Sorry, I lost the pdf explaining the compiler's behaviour in detials
fabriziodemaria/confidence-openfeature-provider-swift
fabriziodemaria/CPU_Monitor
Graph generator that is able to monitor the CPU usage of a single process in your Linux machine. Uses gnuplot.
fabriziodemaria/docker-gc
Docker garbage collection of containers and images
fabriziodemaria/flo
A lightweight workflow definition library
fabriziodemaria/Internet-Security
--NO CODE. Reports from various University projects involving GPG, Shellshock analysis and IPTables tests
fabriziodemaria/java-sdk
Java implementation of the OpenFeature SDK
fabriziodemaria/Kruskal-and-Prim-algorithms
---NO CODE. (Personal project) Video explaining how Kruskal and Prim algorithms can provide the MST of a given graph
fabriziodemaria/LeetCode_Solutions
Collection of all the problems I have solved on https://leetcode.com/problemset/algorithms/
fabriziodemaria/luigi
Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in.
fabriziodemaria/MPTCP_Security
Master Thesis work on MPTCP security, with main focus on ADD_ADDR vulnerability and fix
fabriziodemaria/MPTCP_Thesis
LaTex repository for my Master Thesis report in Computer Engineering
fabriziodemaria/openfeature-swift-sdk
Swift implementation of the OpenFeature SDK
fabriziodemaria/PlaneGame_Unity
Simple 2D game in Unity and C#
fabriziodemaria/Programming_Basics
(Personal work) Some Java code written to revise basic data structures and visiting/sorting algorithms.
fabriziodemaria/schemas
Schemas and spec files pertaining to OpenFeature
fabriziodemaria/sl-commuter-privacy-policy
App Store Privacy Policy Website
fabriziodemaria/SPTDataLoader
The HTTP library used by the Spotify iOS client
fabriziodemaria/styx
The path to execution
fabriziodemaria/SWIM
Scalable Weakly-consistent Infection-style Group Membership Protocol using Kompics that scales to at least hundreds of peers and works through NAT.
fabriziodemaria/TSP_Genetic_2opt
Genetic and 2opt hybrid algorithm developed to optimize the analyis performance on the given set of cities-distances. Recursion adopted to study the best parameters combination to be set as input of the algorithm