Skip to content

Instantly share code, notes, and snippets.

View Jire's full-sized avatar
🍖
the coding caveman

Jire Jire

🍖
the coding caveman
View GitHub Profile
@Jire
Jire / OSRS sound IDs
Created March 3, 2024 21:07
OSRS sound IDs
eyeglo_battle_fighting_1=0
eyeglo_aspidistra=1
eyeglo_battle_gnomes_scared=2
eyeglo_battle_gnomes_1=3
eyeglo_battle_gnomes_scared_running=4
eyeglo_battle_gnomes_scared_2=5
eyeglo_crystal_axe_recharge=6
eyeglo_battle_goblins_1=7
eyeglo_bowl_ring=8
eyeglo_bowl_ring2=9
@Jire
Jire / ChromeDriverProxied.kt
Created January 5, 2023 06:13
Creates a ChromeDriver for Selenium that uses authenticated proxy
import org.openqa.selenium.WebDriver
import org.openqa.selenium.chrome.ChromeDriver
import org.openqa.selenium.chrome.ChromeOptions
import java.net.URI
import java.nio.file.FileSystems
import java.nio.file.Files
object ChromeDriverProxied {
operator fun get(
package com.lunariaps.cache
import net.runelite.cache.IndexType
import net.runelite.cache.definitions.loaders.ModelLoader
import net.runelite.cache.fs.Store
import java.awt.Color
import java.io.File
import kotlin.math.*
data class RS2HSB(val value: Short) {
@Jire
Jire / gist:256e10ea3864ff04221d83059f672f08
Created May 12, 2021 16:11
Clomid for Restoring Testosterone - Jire
He may not be well versed enough on the subject familiar with the subject beyond its use as part of PCT, as are most bodybuilders. Most people think that the drug is only used for boosting back up LH levels following a cycle. That's why he didn't explain the mechanism of action for why it's a bad idea at a young age.
Physically altering estrogen receptors before the brain is fully developed can leave you with dramatically altered cognition. Hell, even after the brain has finished developing the drug is powerful enough to be used as an anti-psychotic. Nobody knows this. It's never been studied before, but it's true. The cause of psychotic episodes are the brain's shift in "perception" of estrogen. During an episode, the brain starts peaking estrogen receptor activity, with increasingly higher and higher receptivity until the episode is over, at which point the receptors return to normal. Bipolar disorder is just the continual fluctuation of the brain's estrogenic activity, which is why really bad cases show s
package ps.eden.server
import java.util.*
import kotlin.random.Random
import kotlin.system.measureNanoTime
import sun.misc.Unsafe
import java.lang.reflect.Field
object BFS {
package ps.eden.server
import java.util.*
import kotlin.random.Random
import kotlin.system.measureNanoTime
import sun.misc.Unsafe
import java.lang.reflect.Field
object BFS {
package ps.eden.server
import java.util.*
import kotlin.random.Random
import kotlin.system.measureNanoTime
import sun.misc.Unsafe
import java.lang.reflect.Field
object BFS {
package ps.eden.server
import java.util.*
import kotlin.random.Random
import kotlin.system.measureNanoTime
import sun.misc.Unsafe
import java.lang.reflect.Field
object BFS {
<domain type="kvm">
<name>Windows</name>
<uuid>2be0ee16-4447-4db7-a19f-49d579a22a4e</uuid>
<metadata>
<libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0">
<libosinfo:os id="http://microsoft.com/win/10"/>
</libosinfo:libosinfo>
</metadata>
<memory unit="KiB">12521472</memory>
<currentMemory unit="KiB">12521472</currentMemory>
import java.io.FileOutputStream
import java.nio.file.Paths
class Agent(var id1: String, val id2: String, val id: String, val email: String, val urls: MutableSet<String> = mutableSetOf())
fun main() {
val fileOne = Paths.get("original.txt").toFile().readLines()
val fileTwo = Paths.get("scraped.txt").toFile().readLines()
val agents = mutableListOf<Agent>()