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.

Content in all repositories owned by your account will be closed.
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
Jeckerson/README.md

🔧 Work in progress

  • zephir-lang/zephir - Zephir is a compiled high-level language aimed to ease the creation of C-extensions for PHP (1 day ago)
  • pilothouse/bosun - Native macOS workbench for GitHub and coding agents. Connection rail for SSH remotes and local folders, an issue/PR detail pane, an org/repo tree and a built-in libghostty terminal drawn with Metal. (2 days ago)
  • zephir-lang/php-zephir-parser - The Zephir Parser delivered as a C extension for the PHP language. (2 days ago)
  • pilothouse/homebrew-bosun - (2 days ago)
  • phalcon/documentation - Official Phalcon Documentation (6 days ago)
  • phalcon/volt - Volt template engine. (1 week ago)
  • phalcon/bridge-psr3 - Bridge PSR-3 connects the Phalcon logger and the PSR-3 standard in both directions (3 weeks ago)
  • phalcon/bridge-swoole - Bridge to run Phalcon with Swoole. (1 month ago)
  • phalcon/vokuro - Sample application for Phalcon Framework (Acl, Auth, Security) (1 month ago)
  • phalcon/incubator-logger - Extended Adapters for Phalcon Framework Logger component. (1 month ago)

📌 Latest releases I've contributed to

Pinned Loading

  1. 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 462

  2. phalcon/cphalcon phalcon/cphalcon Public

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

    PHP 10.8k 1.9k

  3. pilothouse/bosun pilothouse/bosun Public

    Native macOS workbench for GitHub and coding agents. Connection rail for SSH remotes and local folders, an issue/PR detail pane, an org/repo tree and a built-in libghostty terminal drawn with Metal.

    Swift 3

  4. phalcon/migrations phalcon/migrations Public

    Generate or migrate database changes via migrations.

    PHP 28 25

  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