Skip to content

Instantly share code, notes, and snippets.

View samuelhnrq's full-sized avatar
🏳️‍🌈
CHECK MY TECHNIQUE; UHNNN

Samuel Henrique samuelhnrq

🏳️‍🌈
CHECK MY TECHNIQUE; UHNNN
View GitHub Profile
package io.github.samosaara;
import com.sk89q.worldedit.Vector;
import com.sk89q.worldedit.regions.CuboidRegion;
import io.github.samosaara.Exeptions.SpawnOutsideAreaException;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.Location;
import org.bukkit.World;
import org.bukkit.configuration.file.FileConfiguration;
package io.github.samosaara;
import java.util.ArrayList;
import com.sk89q.worldedit.Vector;
import com.sk89q.worldedit.regions.CuboidRegion;
import io.github.samosaara.Exeptions.SpawnOutsideAreaException;
import org.bukkit.Bukkit;
import org.bukkit.Location;
Conquer Online (400MB+)
Asda Story (700MB)
Legend of Edda (800MB+)
Aika (400MB+)
Gates of Andaron (800MB)
Soul Order Online (600MB+)
Tales of Pirates 2 (457MB)
Grand Fantasia (600MB+)
Luna Online (600MB)
Fairy Story Online (750MB)
Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 23Dec2013]
============================= Boot Info Summary: ===============================
=> Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
in partition 112 for .
sda1: __________________________________________________________________________
import greenfoot.World;
/**
* Write a description of class TPiece here.
*
* @author (your name)
* @version (a version number or a date)
*/
@SuppressWarnings("UnusedAssignment")
public class TPiece implements Piece{
@samuelhnrq
samuelhnrq / one_of_each_alpha.py
Created February 7, 2017 18:51
One of each alphanumeric keyboard
class Combinator:
def __init__(self, bidimensional_list):
self.master = bidimensional_list
self.maxes = []
self.number = []
for li in range(0, len(bidimensional_list)):
self.maxes.append(len(self.master[li]) - 1)
self.number.append(0)
def next(self) -> bool:
func smallestMult() {
fmt.Println("searching for ans.")
res := 1
for i := 1; i <= 20; i++ {
j := maxPowPrime(i)
if j == 0 {
continue
}
res *= j
}
@samuelhnrq
samuelhnrq / rust-day5.rs
Created December 10, 2017 17:55
My solution for the fifth day of advent of code
extern crate time;
use std::fs::File;
use std::io::prelude::*;
fn main() {
let mut inpt = File::open("input/xmas5.txt").expect("file not found");
let mut content = String::new();
inpt.read_to_string(&mut content).unwrap();
let tm = time::now();
@samuelhnrq
samuelhnrq / log.txt
Created December 16, 2017 12:53
Doom install output
minotaur@thinkfree  ~/.emacs.d 
❯ make install [09:58:48]
Importing package-keyring.gpg...
Importing package-keyring.gpg...done
Contacting host: elpa.gnu.org:443
Contacting host: elpa.gnu.org:443
Contacting host: melpa.org:443
Contacting host: melpa.org:443
Package refresh done
Installed persistent-soft
@samuelhnrq
samuelhnrq / attempt_overwrite_old.log
Created January 5, 2018 03:27
Xperia T2 Ultra Dual (tianchi-dsds) D5322 magisk logs
__bionic_open_tzdata: couldn't find any tzdata when looking for localtime!
__bionic_open_tzdata: couldn't find any tzdata when looking for GMT!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
Starting TWRP 2.7.1.0 on Thu Jan 1 04:44:05 1970
I:Has /data/media + external storage in '/external_sd'
I:Device has /data/media defined.
I:Only external path defined: '/external_sd'
I:Backup folder set to '/external_sd/TWRP/BACKUPS/BY900EUWQN'
TW_DEFAULT_EXTERNAL_STORAGE := true
I:Mount: Unable to find partition for path '/data'