Ahmed Magdy Ezzeldin (@amagdy)
  • Stars
    star
    11
  • Global Rank 920,086 (Top 32 %)
  • Followers 7
  • Following 7
  • Registered over 13 years ago
  • Most used languages
    PHP
    44.4 %
    Python
    22.2 %
    Java
    22.2 %
    Shell
    11.1 %
  • Location 🇪🇬 Egypt
  • Country Total Rank 2,008
  • Country Ranking
    Shell
    199
    PHP
    203
    Java
    583
    Python
    1,036

Top repositories

1

feature_select

A Java Feature Selection application using PMI and Chi-squared metrics (Machine Learning, Feature Selection, Information Theory)
Java
2
star
2

php_session_in_cookies

This class enables SSO (Single sign on) by saving the session data in a cookie on the client. It supports session accross multiple servers and multiple subdomains. Its idea that it uses the session save handler and mcrypt to encrypt the session data and save it in a cookie. This session handling is totally transparent to the developer he just includes the class at the beginning of hist pages and use the session array as usual.
PHP
2
star
3

a1php_generator

PHP
1
star
4

a1php

A simple light weight MVC framework with a built in ORM.
PHP
1
star
5

islamic_cron_jobs

This script enables system admins and Linux/Unix users to create cron jobs that run according to the Hijri calendar and can be related to prayer times.
Python
1
star
6

prayer_times_script

This script is a very basic initial project for prayer times script that depends on IslamicFinder.com
Python
1
star
7

misc_linux_automation_scripts

This is a group of scripts that I use to automate a lot of tedious tasks in development or day to day work. These scripts are written in Bash, PHP and Python.
Shell
1
star
8

a1works_java_commons

This library offers some utility classes that offer common functionality like object equality and hash code generation check and common constructs for safer development with Java 7+.
Java
1
star
9

PHP_Enum

An Enum class to write safer PHP code. So, instead of using Strings or constants it is safer to use Enums.
PHP
1
star