Skip to content

Instantly share code, notes, and snippets.

<?php
class Palindrome
{
public static function isPalindrome($word)
{
$word = strtolower($word);
$b = strrev($word);
if($word == $b)
{
<?php
class Pipeline
{
public static function make_pipeline(...$funcs)
{
return function($arg) use ($funcs)
{
foreach($funcs as $list)
{
if(!isset($value))
SELECT count(id) from students WHERE firstName='John';
SELECT name FROM employees WHERE id NOT IN(SELECT managerId FROM employees WHERE managerId IS NOT NULL)

Keybase proof

I hereby claim:

  • I am akirayuuji on github.
  • I am akirayuuji (https://keybase.io/akirayuuji) on keybase.
  • I have a public key ASAtlWXHBTaygW2LAJuPqzpT_J5LqKSbDirEad9J9AhExQo

To claim this, I am signing this object: