Skip to content

Instantly share code, notes, and snippets.

View tambry's full-sized avatar

Raul Tambre tambry

View GitHub Profile
// ==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
@tambry
tambry / jpdb-windows-ime-fix.js
Last active August 11, 2022 07:01
Tampermonkey script to fix Windows Japanese IME on JPDC (jpdb.io).
// ==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==
@tambry
tambry / Steam.ps1
Created October 4, 2019 15:16
Script for scraping AAAA records of Steam content servers.
$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)

Keybase proof

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:

This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<!-- saved from url=(0043)https://www.youtube.com/watch?v=QH2-TGUlwu4 -->
<html invert="" style="font-size: 10px;font-family: Roboto, Arial, sans-serif; background-color: #fafafa;"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><!-- Shady DOM styles for custom-style --><!-- Shady DOM styles for dom-template --><!-- Shady DOM styles for dom-repeat --><!-- Shady DOM styles for array-selector --><!-- Shady DOM styles for dom-if --><!-- Shady DOM styles for iron-meta --><!-- Shady DOM styles for iron-a11y-announcer --><style scope="iron-a11y-announcer">iron-a11y-announcer{display:inline-block;position:fixed;clip:rect(0px,0px,0px,0px);}</style><!-- Shady DOM styles for paper-menu-button --><style scope="paper-menu-button">paper-menu-button{display:inline-block;position:relative;padding:8px;outline:none;padding:var(--paper-menu-button_-_padding, 8px);color:var(--paper-menu-button_-_color);}paper-menu-button[disabled]{cursor:auto;color:var(--disabled-text-color);}.dropdown-c
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:
@tambry
tambry / RPCS3.log
Created December 31, 2015 12:06
Hatsune Miku: Project DIVA F
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/ ->
@tambry
tambry / log_1
Created December 8, 2012 18:50
Client Log of Already Tesselating!
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 :(
@tambry
tambry / client_compile.log
Created December 8, 2012 07:37
mcp_compile log
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) {