Skip to content
View Jeckerson's full-sized avatar
Today I work hard to get a dinner!
Today I work hard to get a dinner!

Sponsors

@Ultimater

Block or report Jeckerson

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
Jeckerson/README.md

🔧 Work in progress

📌 Latest releases I've contributed to

Pinned Loading

  1. phalcon/cphalcon phalcon/cphalcon Public

    High performance, full-stack PHP framework delivered as a C extension.

    PHP 10.8k 2k

  2. zephir-lang/zephir zephir-lang/zephir Public

    Zephir is a compiled high-level language aimed to ease the creation of C-extensions for PHP

    PHP 3.3k 466

  3. zephir-lang/php-zephir-parser zephir-lang/php-zephir-parser Public

    The Zephir Parser delivered as a C extension for the PHP language.

    C 184 36

  4. phalcon/phalcon-devtools phalcon/phalcon-devtools Public

    Phalcon Developer Tools

    JavaScript 1.3k 630

  5. phalcon/migrations phalcon/migrations Public

    Generate or migrate database changes via migrations.

    PHP 27 23

  6. Create swap file on Linux Create swap file on Linux
    1
    fallocate -l 1G /swapfile
    2
    chmod 600 /swapfile
    3
    mkswap /swapfile
    4
    swapon /swapfile
    5
    echo "/swapfile none swap sw 0 0" | tee -a /etc/fstab