Skip to content
View kepawni's full-sized avatar
  • European Union
Block or Report

Block or report kepawni

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

  1. serge serge Public

    Generates your CQRS/ES model classes from your GraphQL schema.

    PHP 5 1

  2. twilted twilted Public

    A strictly typed PHP 7 library/framework suited for PhpSpec and striving for highest IDE intellisense comfort

    PHP 2

  3. A bookmarklet that pops up a browser... A bookmarklet that pops up a browser prompt with a random pronounceable word until you hit Esc or Cancel.
    1
    javascript:void((m=>{while(prompt('',[,,,,,,].fill(0).map(a=>((a,b,c,d)=>d(b).replace('q','qu')+d(a)+d(c))(...['aeiouyaeioueo','bcdghjkpqtvwzbcdgkpt','flmnrsxflmnrslmnrs'].map(s=>s.split('')),a=>a[m.floor(m.random()*a.length)])).join('')));})(Math))
  4. limerick limerick Public

    A Redis-based Hexastore implementation

    PHP

  5. A non-recursive, ultra-fast and “cod... A non-recursive, ultra-fast and “code-golf”ily condensed Fibonacci implementation based on Binet's formula, which uses currification to avoid any internal variable declarations.
    1
    const fib=(a=>(b=>n=>(c=>(c+(n%2||-1)/c)/a)(b**n))((1+a)/2))(5**.5);
    2
    
                  
    3
    // works up to fib(1474) before only returning Infinity
  6. apollo-cli apollo-cli Public

    Use Apollo client tools like codegen despite working in an up-to date Node.js/npm environment

    Dockerfile