I hereby claim:
- I am insiderphd on github.
- I am insiderphd (https://keybase.io/insiderphd) on keybase.
- I have a public key whose fingerprint is CFD3 B6E3 1FB7 42D7 F4A9 04BA 031B 8B44 177C DCC8
To claim this, I am signing this object:
<?php | |
namespace App\Http\Controllers; | |
use App\Models\Email; | |
use Illuminate\Http\Request; | |
use Illuminate\Support\Facades\DB; | |
class AuthApiController extends ApiController | |
{ |
<style> | |
</style> | |
<div> | |
<table> | |
<tbody> | |
<tr> | |
<?php | |
echo 30/3; |
<?php | |
namespace App\Http\Controllers; | |
use App\Models\Email; | |
use Illuminate\Http\Request; | |
use Illuminate\Support\Facades\Auth; | |
class EmailController extends AuthApiController | |
{ |
import os | |
import re | |
import shutil | |
import requests | |
token = 'PASTE YOUR TOKEN HERE' | |
perpage = 50 | |
# get all the items |
I hereby claim:
To claim this, I am signing this object:
// ==UserScript== | |
// @name Neopets - Search Helper | |
// @version 1.0.27 | |
// @namespace neopets | |
// @description Adds convenient search icons to many places | |
// @author diceroll123 | |
// @match *://*.neopets.com/auctions.phtml* | |
// @match *://*.neopets.com/closet.phtml* | |
// @match *://*.neopets.com/dome/neopets.phtml* | |
// @match *://*.neopets.com/faerieland/darkfaerie.phtml* |