Parisa Arbab (ParisaArbab)

ParisaArbab

Geek Repo

0

followers

0

following

0

stars

Location:United States

Github PK Tool:Github PK Tool

Parisa Arbab's repositories

Abstract-Factory-pattern--OS

The Abstract Factory Pattern enables the creation of platform-specific UI widgets while ensuring consistency across different operating systems.

Language:JavaStargazers:0Issues:0Issues:0

Game-Programming

Space Invaders

Language:C#Stargazers:0Issues:0Issues:0

Gender-Classification

Gender Classification

Language:PythonStargazers:0Issues:0Issues:0

Neural-Network-Image-Processing

Image Processing-Neural Network

Language:PythonLicense:Apache-2.0Stargazers:0Issues:0Issues:0

Recommendation-System

Recommendation System

Language:PythonStargazers:0Issues:0Issues:0

Stock-Prediction

using SVR to predict stock rate in the next 29 days

Language:PythonStargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0

Closest-Planet

simulate a planet distance model calculator

Language:PythonStargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0

Conway-s-Game-of-Life

implementing Conway’s Game of Life.

Language:PythonStargazers:0Issues:0Issues:0

Coprime-numbers

use gcd (Greatest Common Divisor) function from math library for determining if two numbers are coprime.

Language:PythonStargazers:0Issues:0Issues:0

Cup-and-Dice

runs a dice betting game where players can roll different sets of dice, betting on the outcome to win money based on specific rules

Language:PythonStargazers:0Issues:0Issues:0

Datebase--Running-Total

Database- Nested Queries - Using Join and operation, Running Total

Stargazers:0Issues:0Issues:0

Dice-and-Cups

simulating dice with different numbers of sides (six, ten, and twenty) and a class for managing a collection of these dice.

Language:PythonStargazers:0Issues:0Issues:0

goldbach-conjecture-problem

This Python code tests Goldbach's Conjecture for even numbers less than 100, demonstrating that each can be expressed as the sum of two prime numbers.

Language:PythonStargazers:0Issues:0Issues:0

grading-system

calculate the total score of answers

Language:PythonStargazers:0Issues:0Issues:0

Group-Project--Design-a-prototype

Design a Prototype for application

Stargazers:0Issues:0Issues:0

Happy-prime-numbers

classifies numbers into one of four categories: Happy Prime, Sad Prime, Happy Non-Prime, or Sad Non-Prime, based on their primality and happiness status.

Language:PythonStargazers:0Issues:0Issues:0

Human-weight-Pyramid-

identify if there exists a pair of numbers within a randomly generated list that sums up to a target value specified by the user. The program combines the use of binary search with the generation of random numbers to efficiently solve the problem.

Language:PythonStargazers:0Issues:0Issues:0

ML-Find-the-best-model

Find the best classification model by TPOT lib

Language:PythonStargazers:0Issues:0Issues:0

Numpy-functions

implement some function of Numpy library

Language:PythonStargazers:0Issues:0Issues:0

Overlapping-Ellipses

This code estimates the area where two ellipses overlap by simulating random points within a specific area and checking how many of these points fall inside both ellipses. It leverages classes to represent points and ellipses in 2D space and uses a pseudo-random number generator for the simulation.

Language:PythonStargazers:0Issues:0Issues:0

Palindrome-Calendar

identifies palindrome dates in the 21st century (2001-2100) and writes them to a file

Language:PythonStargazers:0Issues:0Issues:0

Plot-Generator

Defines a model view controller system to generate plots (stories) in two ways: randomly and interactively, using data from text files.

Language:PythonStargazers:0Issues:0Issues:0
Stargazers:0Issues:1Issues:0

Pseudo-Random-numbers

create a pseudo-random number generator (PRNG) using the text file "war-and-peace.txt,"

Language:PythonStargazers:0Issues:0Issues:0

response-to-Proposal-for-Prototyping-Services

It is Supposed that I am a consultant responding to a Request for Proposal (RFP) from a client company. Here client is supposed to TechAid company and I am writing to them as a consultant from protoDesign Inc.

Stargazers:0Issues:0Issues:0

stem-and-leaf-plots

defines a Python program for generating and displaying stem-and-leaf plots based on data read from text files.

Language:PythonStargazers:0Issues:0Issues:0

surf-webpage-textual-content

analyzes the textual content of a webpage, identifying and ranking the most common words found within it

Language:PythonStargazers:0Issues:0Issues:0

War-and-Random-Numbers

implements a pseudo-random number generator (PRNG) using the characters from the text file "war-and-peace.txt."

Language:PythonStargazers:0Issues:1Issues:0