Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by Yeaseen

A curated list of projects in awesome lists by Yeaseen .

https://github.com/yeaseen/ml_pattern

:trident: Some recognized algorithms[Decision Tree, Adaboost, Perceptron, Clustering, Neural network etc. ] of machine learning and pattern recognition are implemented from scratch using python. Data sets are also included to test the algorithms.

adaboost-learning als-algorithm artificial-neural-networks basic-learning binary-perceptron decision-tree-classifier multiclass-classification multiclass-kersel numpy perceptron-learning-algorithm pocket python recommendation-algorithm reward-and-punishment scikit-learn scratch template-matching

Last synced: 17 Nov 2024

https://github.com/yeaseen/ns2_dos_on_mac

:white_check_mark: Implementation of A Machine Learning based Approach for Protecting Wireless Networks Against Virtual Jamming based Denial of Service (DoS) Attacks. Undergrad research work

cpp dos-attack dos-attack-on-mac-layer ns2

Last synced: 17 Nov 2024

https://github.com/yeaseen/c-compiler

:hamburger: A subset of C Compiler[Lexical Analyzer, Syntax Analyzer, Semantic Analyzer & Intermediate Code Generator] , DAG & TAC implemented in C++ using Flex and Yacc-Bison as an assignment of sessional course CSE310 in undergradute studies in CSE, BUET

assembly-8086 bison c-compiler compiler-construction compiler-design cse-buet dag intermediate-code-generation lexical-analyzer parser parser-generator semantic-analyzer symbol-table tac yacc

Last synced: 17 Nov 2024

https://github.com/yeaseen/eventbooking_spa_merng

:collision: EventPlanner:: This repo is to make a Single Page Event Management application using MERNG stack. It also covers building GraphQL based backend API with Node.js & Expres.js, JWT based authentication. Client-side is developed in React Typescript using React Hooks, Context API for state management, React Router Hooks, Protecting routes/endpoints.

context-api css-in-react express-server graphql-api graphql-resolver graphql-schema-language jwt-authentication jwt-token mongodb-atlas mongoose nodejs react-functional-components react-hooks react-router-dom react-typescript

Last synced: 17 Nov 2024

https://github.com/yeaseen/angrybirds_igraphics

:performing_arts: A casual puzzle video game implemented in C/C++ with OpenGL iGraphics for GUI as a term project assignment of C Programming Language Sessional course, CSE102 of CSE, BUET.

angry-bird-game angry-birds c cpp cse-buet igraphics-project opengl visual-studio

Last synced: 17 Nov 2024

https://github.com/yeaseen/iinstagram_mern_stack_project

📫 This repo is to build a fully fledged INSTAGRAM website using MERN stack. It also covers Building a backend API with Node.js & Expres.js, JWT based authentication, Image upload to cloud, Context API for state management, React Hooks, React Router Hooks, Protecting routes/endpoints, Sending emails, Forget & Reset password.

cloudinary-api context-api express-middleware expressjs file-upload-server forget-password instagram-client instagram-clone jwt-authentication mern-stack mongodb-atlas mongoose nodejs react-hooks reactjs reducers reset-password sendgrid

Last synced: 17 Nov 2024

https://github.com/yeaseen/microservice_blog_app

The crux of this repo is to get the nitty-gritty of micro service architecture and database-per-service in asynchronous system by building a simple BLOG application using react, express and in-memory database system.

asynchronous-microservices express microservices-architecture reactjs simpleblog

Last synced: 17 Nov 2024

https://github.com/yeaseen/my-shopping-cart

React Typescript based A simple Shopping Cart using contextAPI, reducers.

Last synced: 17 Nov 2024

https://github.com/yeaseen/my-weather-app

This is a react app which gives you current weather and forecast of weather of every 3 hours for next five days based on your selected country and region.

gh-pages node npm npm-package npm-packages openweathermap openweathermap-api reactjs region-selector

Last synced: 17 Nov 2024

https://github.com/yeaseen/leb-linuxechobeach

:pisces: This repo contains as many as possible linux commands for educational and professional purposes.

ctf-tool hacking-tool linux-commands-cheatsheet linux-shell

Last synced: 17 Nov 2024

https://github.com/yeaseen/my_ctf_writeups

my solves of some ctfs and some write-ups regarding security tools

bandit ctf-challenge ctf-writeups linux-privilege-escalation natas

Last synced: 17 Nov 2024

https://github.com/yeaseen/genericlistcpp

An implementation of a generic ArrayList and a generic LinkedList in cpp which can store multiple data type variables.

arraylist arraylistassignments cpp17 data-structure data-structure-cpp data-structures-algorithms multiple-data-type variant variant-calls

Last synced: 17 Nov 2024

https://github.com/yeaseen/java_course_tasks

Java OOP problem solves || Project code for java course || Design Pattern Game

factory-pattern jframe linked-list oops-in-java sorting swing-gui

Last synced: 17 Nov 2024

https://github.com/yeaseen/yeaseen.github.io

My personal website

Last synced: 17 Nov 2024

https://github.com/yeaseen/play_learn_android_app

:high_brightness: A simple android app for those who are suffering from developmental disorders by which they can learn through play. Alarming system is also included to enjoy them. There's heavy chance to extend this version to different ideas.

alarm-system alarmmanager android-alarm-clock android-app android-development autism cse imagebutton java learning-by-project question-answering ringtone-manager services sqlite3

Last synced: 17 Nov 2024

https://github.com/yeaseen/graphicsopengl

Cpp implementation of various kinds of OpenGL projects. Koch Snow Curve, Simple Harmonic Motion and Ray Tracing are done. Translation and Rotation of a Camera is done. Implementation of 2D Hermite Curve is done

camera-rotation camera-translation cpp graphics koch-snowflake opengl ray-tracing raycasting simple-harmonic-motion sun-earth-roation

Last synced: 17 Nov 2024

https://github.com/yeaseen/syscallimplementationos

A c++ implementation of making bin file for a c file using system calls internally. This program averse creating a command line and to activate that from any location in the linux terminal

bin-file cpp creating-command-line-in-linux linux-command system-calls

Last synced: 17 Nov 2024

https://github.com/yeaseen/foodproject

Last synced: 17 Nov 2024

https://github.com/yeaseen/ftp-protocol-java-

A Java implementation of FTP(file transfer protocol) protocol based on server-client relation.

ftp ftp-client ftp-server java

Last synced: 17 Nov 2024

https://github.com/yeaseen/micro-controller-project

This project belongs to detect any alcoholic driver for avoiding unnecessary accidents. To do this we built a system using MQ-5 gas sensor which can detect alcohol gas and glow a green signal at the back of its led. We are assuming a motor as a vehicle. Now if it sense any alcohol gas then this will be displayed on the LCD display and system will block the motor. That means if any driver gets alcoholic, this system will detect that.

atmega32 dc-motor interfacing-mcq-with-atmega32 ispconfig lcd-display micro-controller mq5-sensor progisp proteus-v8

Last synced: 17 Nov 2024

https://github.com/yeaseen/fileexplorer

A tree or grid view based File explorer system with UI built in javafx and design issues are followed by Factory pattern, Composite pattern and Adapter pattern.

adapter-pattern composite-pattern design-patterns factory-pattern file-explorer grid-layout javafx javafx-gui tile-view tree-structure

Last synced: 19 Nov 2024

https://github.com/yeaseen/nachos-os_build

This is an extension of Nachos to support multiprogramming using system calls such as Exec, Exit, Read and Write to have processes request services from the kernel. Then it is further extended by a Virtual Memory Manager supported by Demand Paging and Page Replacement procedures.

demand-paging nachos-os operating-system page-replacement syscalls threading virtual-memory-manager

Last synced: 17 Nov 2024

https://github.com/yeaseen/neo4j_database_project

A vibrant experience with Graph Database:neo4j to extract data from Twitter data set while implementing DFS, BFS algorithms using java. This is a database project of sessional course CSE304 in undergradute studies in CSE, BUET

bfs-algorithm cse-buet database dfs-algorithm graphdb java maven maven-dependency-plugin maven-plugin neo4j neo4j-database neo4j-driver neo4j-graph neo4j-plugin twitter-database

Last synced: 17 Nov 2024

https://github.com/yeaseen/lottery_app_ethereum

A lottery react app based on ethereum blockchain system

blockchain ethereum-contract ethereum-dapp lottery

Last synced: 17 Nov 2024

https://github.com/yeaseen/security_courseworks

This repo contains my courseworks at Uni of Utah

Last synced: 17 Nov 2024

https://github.com/yeaseen/brainfog

Brainfuck PL interpreter+ lopp profiler and compiler for x86_64

Last synced: 17 Nov 2024

https://github.com/yeaseen/yeaseen

Last synced: 17 Nov 2024