Showing 4 Result(s)

OWASP Juice Shop: A Hands-On Approach to Web Security

The Juice Shop repository, an OWASP project, serves both as a learning platform and a tool for web security testing. It features intentionally implanted security vulnerabilities for hands-on education and employs automated security checks through CI/CD tools to ensure continuous analysis and improvement. Users can learn, contribute, and enhance their understanding of web security vulnerabilities by actively engaging with the repository and its community.

Custom Coding Language and Interpreter (Big Add Language)

This project showcases a project designed to create a lexical analyzer and interpreter for a custom language called Big Add Language using C. Below is an overview of the repository, its files, and their purposes. Overview The Big Add Language includes classic declarations, basic arithmetic operations, assignments, loops, and conditionals. This project involves a lexical …

Money Classification with KNN

The repository focuses on implementing basic to intermediate data structure problems using C#. Here’s a detailed look into what this project entails and how it works. Project Overview This repository primarily addresses two significant problems: Distance Matrix Generation: Creating a distance matrix from points in a 2D plane. Distance matrix formula is this: Money classification …

8 Bit Computer

What is an 8 bit CPU and why I did this? This repository provides a comprehensive design and implementation of an 8-bit CPU using SystemVerilog. It includes all necessary modules to simulate and synthesize a functional CPU. The project can be used for educational purposes, helping users understand CPU architecture and design principles through practical …