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

Organizations

@phalcon @zephir-lang @phanbook @phlexus @CGHell @truedkp @casa-dulce

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

  • zephir-lang/php-zephir-parser - The Zephir Parser delivered as a C extension for the PHP language. (today)
  • zephir-lang/zephir - Zephir is a compiled high-level language aimed to ease the creation of C-extensions for PHP (1 day ago)
  • Jeckerson/idea-orbitrack - JetBrains plugin to aggregate GitHub issues and PRs across organizations and repositories into a single IDE-native interface with LLM context extraction. (1 day ago)
  • zephir-lang/setup-php-sdk - GitHub Action to setup PHP SDK and Developer Pack for Windows PHP builds (1 day ago)
  • phalcon/cphalcon - High performance, full-stack PHP framework delivered as a C extension. (1 day ago)
  • phalcon/phalcon - [WIP] Phalcon Framework. Work will continue after release of v5.0 (6 days ago)
  • phalcon/volt - Volt template engine. (6 days ago)
  • phalcon/incubator-session - Extra Phalcon Session Adapters. (1 week ago)
  • phalcon/migrations - Generate or migrate database changes via migrations. (1 week ago)
  • zephir-lang/idea-plugin - An IntelliJ plugin for editing Zephir code (2 weeks ago)

📌 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 1.9k

  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.4k 463

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

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

    PHP 193 35

  4. phalcon/migrations phalcon/migrations Public

    Generate or migrate database changes via migrations.

    PHP 29 26

  5. idea-orbitrack idea-orbitrack Public

    JetBrains plugin to aggregate GitHub issues and PRs across organizations and repositories into a single IDE-native interface with LLM context extraction.

    Kotlin

  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