I hereby claim:
- I am yonigoldberg on github.
- I am yoni (https://keybase.io/yoni) on keybase.
- I have a public key whose fingerprint is A128 FD77 7A7C B742 6E06 7540 1F22 D47C A662 5848
To claim this, I am signing this object:
| import requests | |
| # Configuration | |
| TOKEN = '' # Replace with your personal token | |
| OWNER = '' # Replace with the repository owner's username | |
| REPO = '' # Replace with the repository name | |
| HEADERS = { | |
| 'Authorization': f'token {TOKEN}', | |
| 'Accept': 'application/vnd.github.v3+json' |
| import { ReactNode, useState, useEffect } from 'react'; | |
| type IsBrowserProps = { | |
| children: ReactNode; | |
| }; | |
| export const IsBrowser = ({ children }: IsBrowserProps) => { | |
| const [isBrowser, setIsBrowser] = useState(false); | |
| // this useEffect does not run during SSR |
| Verifying that +yonigoldberg is my blockchain ID. https://onename.com/yonigoldberg |
| #functions for showing git repo status on the command line | |
| # * uncommitted changes | |
| # ^ stashed changes | |
| # > ahead of origin | |
| # < behind origin | |
| # ↕ diverged from origin | |
| # R rebasing | |
| function parse_git_dirty() { |
I hereby claim:
To claim this, I am signing this object:
| public class MagicLand { | |
| public static void main(String[] args) { | |
| for (int i = 0; i < (Math.random() * 500) + 2; i++) { | |
| if (Unicorn.pat()) { | |
| System.out.println("UNICORN #1: PAT THIS UNICORN ONCE"); | |
| } | |
| } | |
| for (int i = 0; i < (Math.random() * 500) + 2; i++) { | |
| if (Unicorn.pat()) { |