Skip to content
View khooz's full-sized avatar

Block or report khooz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. nothing nothing Public

    It's nothing, written in PHP, Java, Javascript, ASP.NET, .NET Framework, C/C++, and every other major and minor language. Feel free to clone and use

    6 4

  2. oath oath Public

    Oath is a One Time Password library mostly known as authenticators in Google's Two-Step Verification and similar products. It covers both HOTP and TOTP based on their RFC descriptions.

    PHP 3 2

  3. Simple age restriction guard that on... Simple age restriction guard that only relies on js-cookie.
    1
    // Make sure js-cookies are loaded before this code
    2
    function verifyAge(gaurdingPage = "./age-verification.html") {
    3
    	if (!Cookies.get("age-verification"))
    4
    	{
    5
    		Cookies.set("intended", window.location.href);
  4. Syslogger Syslogger Public

    It's a Syslogger client based on RFC5424. Full description of Syslog at http://tools.ietf.org/html/rfc5424

    PHP 1 3

  5. adi adi Public

    Airflow Data Integrator

    Python

  6. date-persian-java date-persian-java Public

    Java module for Persian chronology support in Java

    Java