mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-15 11:12:22 +01:00
10 lines
3.0 KiB
JavaScript
10 lines
3.0 KiB
JavaScript
const o={projects:e=>{const{normalize:r}=e;return r(["Projects"])},wip:e=>{const{normalize:r}=e;return r(["Currently I'm working on"])},completed:e=>{const{normalize:r}=e;return r(["Completed projects"])},"unibo_20-21":e=>{const{normalize:r}=e;return r(["University of Bologna, A.Y. 2020-2021"])},"unibo_21-22":e=>{const{normalize:r}=e;return r(["University of Bologna, A.Y. 2021-2022"])},"unibo_22-23":e=>{const{normalize:r}=e;return r(["University of Bologna, A.Y. 2022-2023"])},"notxia.github.io.description":e=>{const{normalize:r}=e;return r(["Here's a secret preview of my website."])},"no recursion":e=>{const{normalize:r}=e;return r(["Recursion out of service, sorry for the inconvenience."])},"bsc_thesis.title":e=>{const{normalize:r}=e;return r(["Bachelor's thesis"])},"bsc_thesis.description":e=>{const{normalize:r}=e;return r(["Something related to the application of Large Language Models in the biomedical field."])},"wavemap.description":e=>{const{normalize:r}=e;return r([`Project for the Mobile Applications Laboratory course.
|
|
Android application displaying the strength of signals (Wi-Fi, Bluetooth, LTE) and noise level through a heat-map.`])},"wirefilter.description":e=>{const{normalize:r}=e;return r([`Virtual Distributed Ethernet (VDE) is an open source project that allows the creation of virtual networks through a set of plugins.
|
|
Wirefilter is a plugin that allows to manipulate packet flow by changing the parameters of the virtual cable.`])},"tweet_analysis.description":e=>{const{normalize:r}=e;return r([`Project for the Software Engineering course.
|
|
Twitter client with analytics features developed using the Scrum methodology.`])},"animalhouse.description":e=>{const{normalize:r}=e;return r([`Project for the Web Technology course.
|
|
Web app with three sections:`])},"animalhouse.description.game":e=>{const{normalize:r}=e;return r(["Game: area with games and facts about animals"])},"animalhouse.description.frontoffice":e=>{const{normalize:r}=e;return r(["Frontoffice: area to access services as a logged user"])},"animalhouse.description.backoffice":e=>{const{normalize:r}=e;return r(["Backoffice: administration panel"])},"pandos+.description":e=>{const{normalize:r}=e;return r([`Project for the Operating Systems course.
|
|
Minimal operating system for the MIPS architecture.`])},"imaging.description":e=>{const{normalize:r}=e;return r([`Project for the Numerical Computing course.
|
|
Image deblurring solved as a minimization problem.`])},"mnk.description":e=>{const{normalize:r}=e;return r([`Project for the Algorithms and Data Structures course.
|
|
Algorithm able to efficiently play a generalized version of tic-tac-toe.`])},"platform.description":e=>{const{normalize:r}=e;return r([`Project for the Programmin course.
|
|
Text based platform game with randomly generated levels.`])},"pathfinding_visualizer.description":e=>{const{normalize:r}=e;return r(["Visualizer of some graph search algorithms."])},"sort_visualizer.description":e=>{const{normalize:r}=e;return r(["Visualizer of some sorting algorithms."])}};export{o as default};
|