I hereby claim:
- I am yoloxpanda1 on github.
- I am yoloxpanda (https://keybase.io/yoloxpanda) on keybase.
- I have a public key whose fingerprint is AF8B A46A 985E A483 D65B 30FF 5D5A 4DD3 6E54 9953
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| ### Keybase proof | |
| I hereby claim: | |
| * I am yoloxpanda on github. | |
| * I am yoloxpanda (https://keybase.io/yoloxpanda) on keybase. | |
| * I have a public key whose fingerprint is FB4A A6F1 5292 CD78 D4BB 4761 8F4C F89E B13F A82D | |
| To claim this, I am signing this object: |
| [9:48:26 PM] Steven (YoloxPanda): oh shit | |
| [9:48:28 PM] Steven (YoloxPanda): shits going down | |
| [9:48:31 PM] Steven (YoloxPanda): SHIT IS GOING DOWN | |
| [9:48:34 PM] Mason: not really lol | |
| [9:48:39 PM] Reminant: yeah not really | |
| [9:48:41 PM] Mason: i just give results, that's all that clients pay for (wasntme) | |
| [9:48:53 PM] audrey: Why not just tps = 20; while we're at it? | |
| [9:48:59 PM] audrey: Never have TPS problems again. | |
| [9:49:12 PM] Mason: if your server runs 600 players @ 20tps, who cares how it was done as long as everything works? | |
| [9:49:19 PM] Steven (YoloxPanda): yaok |
I hereby claim:
To claim this, I am signing this object:
| /* FONTS */ | |
| @import url(https://fonts.googleapis.com/css?family=Roboto); | |
| @import url(https://fonts.googleapis.com/icon?family=Material+Icons); | |
| /* MAIN */ | |
| * { | |
| font-family: Roboto !important; | |
| font-size: 11px !important; | |
| font-weight: normal !important; | |
| white-space: nowrap !important; |
| ### Keybase proof | |
| I hereby claim: | |
| * I am panda on github. | |
| * I am yoloxpanda (https://keybase.io/yoloxpanda) on keybase. | |
| * I have a public key whose fingerprint is EFFC 45FF B7D8 EEFC 01CF 374F B165 B07B BC0C 1CE7 | |
| To claim this, I am signing this object: |
| @font-face { | |
| font-family: 'Gilroy'; | |
| src: url('Gilroy/Gilroy-MediumItalic.eot'); | |
| src: url('Gilroy/Gilroy-MediumItalic.eot?#iefix') format('embedded-opentype'), | |
| url('Gilroy/Gilroy-MediumItalic.woff2') format('woff2'), | |
| url('Gilroy/Gilroy-MediumItalic.woff') format('woff'); | |
| font-weight: 500; | |
| font-style: italic; | |
| } |
| { | |
| "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
| "name": "Windows PowerShell", | |
| "commandline": "powershell.exe", | |
| "background": "#000000", | |
| "hidden": false, | |
| "useAcrylic": true, | |
| "backgroundImage": "ms-appdata:///roaming/anca-albu-gategif2.gif", | |
| "backgroundImageOpacity": 0.2, | |
| "backgroundImageStretchMode": "uniformToFill", |
| package playground.scala | |
| /** | |
| * Created by steve on May 2022 | |
| */ | |
| object MethodNotations extends App { | |
| class Person(val name: String, favoriteMovie: String) { | |
| def likes(movie: String): Boolean = { | |
| movie == favoriteMovie | |
| } |