Skip to content
View onecoding1's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Organizations

@distro @gentoomen

Block or report onecoding1

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. gd_ttf.php gd_ttf.php
    1
    <?php
    2
    //a simple text image generator using libgd and ttf fonts.
    3
    //
    4
    //example
    5
    //<img src="gd_ttf.php?font=HEINEKEN.TTF&size=20&br=255&bg=255&bb=255&fr=0&fg=0&fb=0&text=Hello World :D">
  2. PHP nano library to give you a JavaS... PHP nano library to give you a JavaScript like console function
    1
    <?php
    2
    //PHP nano library to give you a JavaScript like console function
    3
    //author: onecoding
    4
    //email : [email protected]
    5
    //made with ♥ in berlin
  3. micropython-libzip micropython-libzip Public

    a tiny micropython library to parse and extract zip archives

    Python