I'm a EU-based software developer with DevOps and Web experience for more than 15 years, focused on GNU/Linux and FOSS and interested in functional programming.
- European Union
Pinned Loading
-
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. 1javascript: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))
-
-
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. 1const fib=(a=>(b=>n=>(c=>(c+(n%2||-1)/c)/a)(b**n))((1+a)/2))(5**.5);
23// works up to fib(1474) before only returning Infinity
-
apollo-cli
apollo-cli PublicUse Apollo client tools like codegen despite working in an up-to date Node.js/npm environment
Dockerfile
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.