• Stars
    star
    1
  • Language
    PHP
  • License
    Apache License 2.0
  • Created almost 10 years ago
  • Updated almost 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

More 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

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

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
5

prayer_times_script

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

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
7

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
8

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