I hereby claim:
- I am tambry on github.
- I am tambre (https://keybase.io/tambre) on keybase.
- I have a public key ASCS76FmNbJ_RrcbgB1maEp_lS64EI-jOfS2V0n5pd328wo
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name Remove custom GitLab fonts | |
| // @namespace https://tambre.ee/ | |
| // @version 1.11 | |
| // @description Replace GitLab's own serif (GitLab Sans) and monospace (JetBrains Mono) fonts with Consolas and Segoe UI. | |
| // @author Raul Tambre | |
| // @match https://gitlab.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=gitlab.com | |
| // @grant GM_addStyle | |
| // @updateURL https://gist.github.com/tambry/5946eb1c020f4e5b3013a07641211ef7/raw/remove-custom-gitlab-fonts.user.js |
| // ==UserScript== | |
| // @name JPDC (jpdb.io) search Windows Japanese IME fix | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description Fixes Windows Japanese IME not working in the search bar on Chrome. | |
| // @author tambre | |
| // @match https://jpdb.io/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=jpdb.io | |
| // @grant none | |
| // ==/UserScript== |
| $end = 3000 | |
| $folder_name = Get-Date -UFormat %Y-%m-%d | |
| $folder_name = 'Steam/' + $folder_name | |
| New-Item -Path $folder_name -ItemType Directory -Force | Out-Null | |
| For ($i=0; $i -lt $end; $i++) | |
| { | |
| $path = "valve$i.steamcontent.com" | |
| Write-Progress -Activity "Scanning $path" -Status "$i/$end" -PercentComplete (($i * 100) / $end) |
I hereby claim:
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <!-- saved from url=(0043)https://www.youtube.com/watch?v=QH2-TGUlwu4 --> |
| G: ! RPCS3 v0.0.0.6-4027-ec1b13b | |
| G: ! | |
| HLE: ! (S)ELF: booting... | |
| G: ! Stopping emulator... | |
| LDR: ! Decrypting 'C:\Users\rault_000\Desktop\PS3\SDK4.0\samples\sdk\sail\player\simple_player\PS3_PPU_Release\simple_player.ppu.self'... | |
| LDR: W Debug SELF detected! Removing fake header... | |
| LDR: ! Loading 'C:\Users\rault_000\Desktop\PS3\SDK4.0\samples\sdk\sail\player\simple_player\PS3_PPU_Release\simple_player.ppu.elf'... | |
| G: W fs::file::open('C:/Users/rault_000/Desktop/PS3/SDK4.0/samples/sdk/sail/player/simple_player/dev_bdvd.path', 0x1) failed: error 0x2 | |
| LDR: ! | |
| LDR: ! Mount info: |
| G: ! RPCS3 v0.0.0.6-3987-d323f33 | |
| G: ! | |
| G: ! Stopping emulator... | |
| LDR: ! Loading 'F:/Games/dev_hdd0/game/NPUB31241/USRDIR/BOOT.BIN'... | |
| G: W fs::file::open('F:/Games/dev_hdd0/game/NPUB31241/dev_bdvd.path', 0x1) failed: error 0x2 | |
| LDR: ! | |
| LDR: ! Mount info: | |
| LDR: ! /dev_usb000/ -> C:/Users/rault_000/Documents/GitHub/rpcs3/bin/dev_usb000/ | |
| LDR: ! /dev_flash/ -> C:/Users/rault_000/Documents/GitHub/rpcs3/bin/dev_flash/ | |
| LDR: ! /host_root/ -> |
| G: ! RPCS3 v0.0.0.6-5-44b311d | |
| G: ! | |
| G: ! Stopping emulator... | |
| LDR: ! Loading 'F:/Games/dev_hdd0/game/NPUB31419/USRDIR/BOOT.BIN'... | |
| G: W fs::file::open('F:/Games/dev_hdd0/game/NPUB31419/dev_bdvd.path', 0x1) failed: error 0x2 | |
| LDR: ! | |
| LDR: ! Mount info: | |
| LDR: ! /dev_usb000/ -> C:/Users/rault_000/Documents/GitHub/rpcs3/bin/dev_usb000/ | |
| LDR: ! /dev_flash/ -> C:/Users/rault_000/Documents/GitHub/rpcs3/bin/dev_flash/ | |
| LDR: ! /host_root/ -> |
| Minecraft has crashed! | |
| ---------------------- | |
| Minecraft has stopped running because it encountered a problem; Unexpected error | |
| A full error report has been saved to C:\Users\Raul\AppData\Roaming\.minecraft\crash-reports\crash-2012-12-08_20.48.41-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash :( | |
| src\common\net\minecraftforge\liquids\LiquidTank.java:48: warning: [deprecation] setCapacity(int) in ILiquidTank has been deprecated | |
| public void setCapacity(int capacity) { | |
| ^ | |
| src\common\net\minecraftforge\liquids\LiquidTank.java:43: warning: [deprecation] setLiquid(LiquidStack) in ILiquidTank has been deprecated | |
| public void setLiquid(LiquidStack liquid) { |