Pinned Repositories
slider
slider in python using pygame
A-star-search
a simple python program to implement a star serach
js-simple-game
A simple learning exercise for javascript
lab-manual
orbital-sim
physics-engine-v1
practice-question
Q: You have to develop a PROGRAM (in any programming language) that takes a TEXT file (.txt) and performs the following tasks: 1: Remove WHITE SPACES (more than one at any point - two or more) and any thing which is in PARENTHESIS ( ) 2: Generate TOKENS for PRONOUNS, ARTICLES, and PUNCTUATIONS MARKS (e.g. for 'a' -> <article, A>, for : -> <punc, COLON>) OUTPUT: the program should generate a new TEXT file (.txt) containing tokens and the remaining text (e.g. output.txt) The input file should contain at least 300 words.
project-ui
ui template for blazor
simple-car-game
simple practice game built on c#
testwebsite
a small simple website made using flask
syedzaki114689's Repositories
syedzaki114689/VistaPrint
syedzaki114689/project-ui
ui template for blazor
syedzaki114689/js-simple-game
A simple learning exercise for javascript
syedzaki114689/slider
slider in python using pygame
syedzaki114689/physics-engine-v1
syedzaki114689/A-star-search
a simple python program to implement a star serach
syedzaki114689/testwebsite
a small simple website made using flask
syedzaki114689/traffic-signal-agent
an agent that controls the traffic lights at a 4-way intersection
syedzaki114689/practice-question
Q: You have to develop a PROGRAM (in any programming language) that takes a TEXT file (.txt) and performs the following tasks: 1: Remove WHITE SPACES (more than one at any point - two or more) and any thing which is in PARENTHESIS ( ) 2: Generate TOKENS for PRONOUNS, ARTICLES, and PUNCTUATIONS MARKS (e.g. for 'a' -> <article, A>, for : -> <punc, COLON>) OUTPUT: the program should generate a new TEXT file (.txt) containing tokens and the remaining text (e.g. output.txt) The input file should contain at least 300 words.
syedzaki114689/orbital-sim
syedzaki114689/simple-car-game
simple practice game built on c#
syedzaki114689/lab-manual