Skip to content

Instantly share code, notes, and snippets.

View ahmadali-jamali's full-sized avatar
:octocat:
Focusing

Ahmadali Jamali ahmadali-jamali

:octocat:
Focusing
View GitHub Profile
@ahmadali-jamali
ahmadali-jamali / SmokerMeter
Last active December 17, 2020 19:07
The statistical program which recognize smoker or nonsmoker of the person with percentage
#Project Name : Smokermeter Program#
#2018
#The Goal of the Project : This Programme predicts how many percent the person
#is tending to become a smoker or how many percent is smoker in life duration and she/he is smoker or not?!
############################################################################################################
#Start :
@ahmadali-jamali
ahmadali-jamali / Vocab and capital small alphabet counter by C++
Last active December 17, 2020 19:09
The program which count capital and small alphabets, vocab by C++
/* Name of the Programm : Print of count of capital and small, digit data type.
Ahmadali Jamali
11/13/2019*/
//>>>START
// Libraries
@ahmadali-jamali
ahmadali-jamali / Art "Happy Birthday" C++
Last active December 17, 2020 19:08
Little program which say Happybithday in art by C++
#include <iostream>
// Little project which show one text art. 2019
using namespace std;
class H_B{
public:
void outside_schema_Method(){
@ahmadali-jamali
ahmadali-jamali / Iris supervised
Created December 12, 2020 09:08
Iris supervised ML with python
#Machin learning for Iris.data (supervised)
#First Ml project 2019
#All of the Libraries
from sklearn.model_selection import cross_val_score
from sklearn.metrics import classification_report
from sklearn.metrics import confusion_matrix
from sklearn.linear_model import LogisticRegression
from sklearn.tree import DecisionTreeClassifier
@ahmadali-jamali
ahmadali-jamali / predict of price of house's in Boston city
Created December 12, 2020 15:39
Ml regression with python sklearn (predict of price of house's in Boston city(my second project of ML))
# Machin learning for predict of price of house's in Boston city with regression target
#Ahmadali 2019
#All of the Libraries
from sklearn.model_selection import cross_val_score
from sklearn.metrics import classification_report
from sklearn.metrics import confusion_matrix
from sklearn.linear_model import LogisticRegression
from sklearn.tree import DecisionTreeClassifier
@ahmadali-jamali
ahmadali-jamali / Binary Colored Christmas Tree
Last active December 17, 2020 19:11
Chrismath Binary colored Tree (art design, colored ) with Python
""" Name of the project : Christmas Binary colored Tree.
Ahmadali Jamali
Binary Neko
Teheran 12/15/2019"""
#Start>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#My libraries:
@ahmadali-jamali
ahmadali-jamali / Geometric serie(Python)
Last active December 19, 2020 19:51
This programm compairs real result of the formula of 1/(1+a) where 0<|a|<1 is with geometric series of 1-a^2+a^3-a^4+....a^n. (Python)
""" Name of the programm:
Geometric serie
Ahmadali Jamali
12.19.2019
Tehran
"""
#This programm compairs real result of the formula of 1/(1+a) where 0<|a|<1 is with geometric series of 1-a^2+a^3-a^4+....a^n.
#Start
@ahmadali-jamali
ahmadali-jamali / BMI software recognition of Extra-Under weight
Last active December 29, 2020 20:48
One mini software which displays extra and under weight.(Gui،Tkinter, software, BMI extra-under weight, Python)
"""
Project_Name = BMI_Metter;
Programmer : Ahmadali Jamali;
Tehran 01/014/2020
"""
#One mini software which displays your extra and under weight.(Gui،Tkinter, software, BMI-extra/under weight, Python)
@ahmadali-jamali
ahmadali-jamali / X&O gameplay AI Cum vs Hum
Created February 10, 2021 10:26
AI progect with C++ X&O game Computer VS Human
/*
Project name: X&O Human VS Computer
Ahmadali Jamail
04.29.2020
Tehran
*/
//..........................................<START>..............................
@ahmadali-jamali
ahmadali-jamali / screen recorder and alarmer
Last active May 2, 2021 09:11
Mini software which can detect and alarme for owner when somebody uses the pc. Alarm with record the time and play the song. Ahmadali Jamali
'''
Mini software which can detect and alarme for owner when somebody uses the pc. Alarm with record the time and play the song.
Ahmadali Jamali
'''
#libraries:
from tkinter import *
import numpy as np
import pyautogui