Date Archives

December 2023

Piano Application

The TypeScript code snippet is part of a web application designed to simulate a piano. Initially, it imports a CSS stylesheet and a Note model from the models directory, indicating a structured and well-styled application with defined models for its functionality. The core of the script is in the main.ts file, where an event listener…

Read More

Manga Generator

The manga generator is designed to interact with the OpenAI API to generate manga blurbs and cover images. It starts by setting up constants for API endpoints and initializes global variables. The program listens for the DOMContentLoaded event and retrieves an API key stored in local storage. It defines two main functions: getBlurb and getCoverImage….

Read More

Sticky Notes

The StickyNotesApp.js script is designed for a web-based sticky notes application. It facilitates the creation, editing, and management of text notes on a virtual notes wall. Key functionalities include handling user interactions such as double-clicks for editing notes, shifting to move onto the next line in a single note, and hovering over the top right…

Read More

Flashcard Application

The  Flashcards App which designed for authenticated users features a streamlined and user-friendly interface. At the core of the app is a secure user authentication system, allowing for safe sign-up and login, along with profile management options. Once logged in, users are greeted with a dashboard that showcases an overview of their flashcard decks and…

Read More

Hex Dump

This assignment involves creating a hex dump program, which is executed in two distinct programming languages: C and assembly, specifically targeting the x86_64 architecture. The primary function of a hex dump program is to read binary data from a file or input stream and display each byte in a readable hexadecimal format. This is particularly…

Read More

Cache Simulator

This assignment involves creating a hex dump program, which is executed in two distinct programming languages: C and assembly, specifically targeting the x86_64 architecture. The primary function of a hex dump program is to read binary data from a file or input stream and display each byte in a readable hexadecimal format. This is particularly…

Read More