Youtubed activities
Oct 2022
26
Oct
Concurrent Programming in Python3 Using Asyncio
Asyncio is a library to write concurrent code using the async/await syntax. Asyncio is used as a foundation for multiple Python asynchronous frameworks that provide [...]
19
Oct
Quantum Cryptography: Quantum Key Distribution protocols
Quantum cryptography [BBE92] consists of the communication of a shared secret key between two users (Alice and Bob) which prevents an eavesdropper (Eve) from intercepting [...]
12
Oct
Extended Reality in 5G NR and Beyond
Extended Reality (XR) has been one of the ambitious research topics under development for several decades and today it is becoming mature enough to appear [...]
12
Oct
Vehicular Networks, in Practice
Vehicular ad hoc networks are composed by vehicles sharing data over the radio channel. They are the basic infrastructure of Cooperative Intelligent Transport Systems (C-ITS), [...]
05
Oct
Distributed Task Processing with GNU Parallel
You probably tried many times to execute a script on multiple files in parallel, or to download multiple files at the same time, only to [...]
Sep 2022
28
Sep
PCANT — Programable Capture and Analysis of Network Traffic
PCANT is a solution for streamlining the deployment of arbitrary online traffic analysis methods inside networks. It allows network administrators to dynamically instantiate new monitoring [...]
21
Sep
Calculating the probability of the Condorcet Paradox using combinatorics tools
The paradox of Condorcet (1785) is a phenomenon that occurs when people express their preferences amongst candidates. Calculating the limiting probability of the Condorcet paradox [...]
Jun 2022
22
Jun
Invertibility on the Poisson space and construction of Hawkes processes
Following previous investigations by Üstünel about the invertibility of some transformations on the Wiener space, we find some entropic conditions under which a random [...]
15
Jun
Bidding efficiently in Simultaneous Ascending Auctions using Monte Carlo Tree Search
We tackle in this work the problem for a player to efficiently bid in Simultaneous Ascending Auctions (SAA). Although the success of SAA partially comes [...]
15
Jun
Enumerating Bipartite Graphs With Degree Constraints
Enumerating graphs with a given degree sequence is a problem of interest in many fields such as voting theory and statistics. If we are able [...]