Skip to main content

Posts

Showing posts from 2019

SFace V2.1(Laravel+Angular) _ Lite Social Site

SFace Now we with new version of my chat  after added new features: +Boosting performance +UI Changed +Posts Added +Comments +Files +Profile GitHub = > Waiting me for new things<= =>I need new Ideas<= Thank You.... 

Translation section (Laravel+PHP+JS+Mysql)

Translation  in  new project i working on. I made it for Fun .... For learning or question please contact me or comments Thanks....

MS Chat V1.5 (WebSocket+PHP+Laravel+Angular)

Chat MS in my prev article i said i learning new things with Angular , PHP Services and Web Sockets so i present to you what i made from scratch for applying new things i learned.

Core PHP&MYSQL&MVC

- I worked on a project using PHP core and MYSQL to increase my understanding of how PHP works underground sense and also I used the MVC technique. - I make a strong core then I will work on view to be like good I know that's basic but I use it to test my app performance. SourceCode : FuelStock

Secured signup Form - Full stack developing

SignUp Secured Form SignUp Form i now working on full stack development projects  by native html,javascript,css,php,mysql no libraries so i made secure  signup form and i will made it soon on my new project.

eQuran V1

E-Quran link:  E-Quran i created a website for Quran Kareem with pure javascript and CSS and HTML without any library and that's the first version wait for me with the next project but don't forget to contact me for any question or suggestions  thank you......

Pong Game With Unity

what i made is Pong Game I made it from scratch and that game under developing now and i hope you enjoy. Source Code : Link

Fun With Vectors - Python

i loved fun with vectors using pygame so i create object moving smoothly . and i working on make that a full game soon 😎 project: GitHub

Python-Snake Game(Auto Play)

I made game with algorithm play snake game while i learning Machine Learning Download: SourceCode

XMarket V1.0 (Small Business)

XMarket For Small Business *FREE* *OPEN SOURCE* *FAST* *MYSQL DATABASE* Download : source Made By Mahmoud Shahin

Folk and signals - C

I maked sample process in c it plays with folk function to make it pause and resume while clicking ctrl+c If you have any questions please comment. Code: #include <stdio.h> #include <unistd.h> #include <signal.h> void reverse_handler(int sig); _Bool isPause=0; _Bool isRunning=1; int main() { int ppid; int counter=0; //make parent respond for ctrl+c (pause,resume). signal(SIGINT,reverse_handler); while(isRunning){ while(isPause==0) { /*code exec while process is resuming */ printf("\nc:%d",counter++); fflush(stdout); sleep(1); } //close parent after child is alive. if((ppid=fork())==0){ exit(0); } //make child respond for ctrl+c (pause,resume). signal(SIGINT,reverse_handler); //keep child alive and listening. while(isPause==1){ /*code exec while process is pausing */ sleep(1); } } return 0; } //if process is pause made it resume and vice versa....

Wifi Zoom - Android

With this application you can get password it's will taking time but it's doesn't need root your phone :) GitHub : here SlideMe: uploading... Thanks..

Hercules in python

For source or game please visit:   GitHub  If you have any questions please comment.

Analog Clock in Python

After what i learned from previous project and it was how i can rotate points (mathematics of rotation) then i wanted to make project to applied what i learned so i made this project analog watch from scratch 😃 GitHub

Bunny Game

Now we are with another game but i quoted from other developer code his name Julian Meyer but i indeed learned new things of his code like how i can rotating things and moving it smoothly . I Loved python.... :D GitHub