I hereby claim:
- I am namedkitten on github.
- I am namedkitten (https://keybase.io/namedkitten) on keybase.
- I have a public key whose fingerprint is BC76 39FD 5238 4027 1252 C8F6 7F49 B641 7EED B7D8
To claim this, I am signing this object:
| #!/bin/sh | |
| # | |
| # Copyright (c) 2014 Tiancheng "Timothy" Gu | |
| # | |
| # Permission is hereby granted, free of charge, to any person obtaining | |
| # a copy of this software and associated documentation files (the | |
| # "Software"), to deal in the Software without restriction, including | |
| # without limitation the rights to use, copy, modify, merge, publish, | |
| # distribute, sublicense, and/or sell copies of the Software, and to | |
| # permit persons to whom the Software is furnished to do so, subject |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| var doesMatchTagsTests = []struct { | |
| searchTags []string | |
| post Post | |
| result bool | |
| }{ | |
| { | |
| []string{"potato"}, | |
| Post{ | |
| Tags: []string{"tomato"}, | |
| }, |
| SearchText = "Search:" | |
| SearchButton = "Search" | |
| Tags = "Tags" | |
| Home = "Home" | |
| Rules = "Rules" | |
| Login = "Login" | |
| Logout = "Logout" | |
| Register = "Register" | |
| Upload = "Upload" | |
| UserProfileAccountSettings = "User Profile and Account Settings" |
| :33 < 1 | |
| :33 < Yellow, black. Yellow, black. | |
| :33 < Yellow, black. Yellow, black. | |
| :33 < Ooh, black and yellow! | |
| :33 < Let's shak3 it up a littl3. | |
| :33 < Barry! Breakfast is ready! | |
| :33 < Coming! | |
| :33 < Hang on a second. | |
| :33 < Hello? | |
| :33 < - Barry? |
| // ==UserScript== | |
| // @name New Userscript | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.2 | |
| // @description try to take over the world! | |
| // @author You | |
| // @downloadURL https://gist.githubusercontent.com/NamedKitten/f171b664859fdb1be8afc434cafa5a79/raw/dd7646ed48c02256c91a9627270af57538b6d551/discord.js | |
| // @match https://discordapp.com/* | |
| // @require https://code.jquery.com/jquery-3.4.1.slim.min.js | |
| // @grant none |
/*
* Copyright (c) 2016 Andrew Kelley
*
* This file is part of zig, which is MIT licensed.
* See http://opensource.org/licenses/MIT
*/
#include "analyze.hpp"
#include "ast_render.hpp"