Skip to content

Instantly share code, notes, and snippets.

View Kitsumi's full-sized avatar
💭
Just a dude writing code.

Jayce Webb Kitsumi

💭
Just a dude writing code.
View GitHub Profile
#!/bin/env bash
# Pre install configurations
## Workaround for flakiness of `pt` mirror.
sed -i 's/mirror.archlinuxarm.org/de.mirror.archlinuxarm.org/g' /etc/pacman.d/mirrorlist
echo -e "[switch]\nSigLevel = Optional\nServer = https://9net.org/l4t-arch/" >> /etc/pacman.conf
# Configuring pacman
pacman-key --init
pacman-key --populate archlinuxarm
Atmosphère Crash Report (v1.3):
Result: 0x4A8 (2168-0002)
Process Info:
Process Name: ldn.mitm
Title ID: 4200000000000010
Process ID: 000000000000007c
Process Flags: 00000137
User Exception Address: 0000004865912000
Exception Info:
function getGlee() {
var con = "bcdfghjklmnpqrstvwxyz";
var vow = "aeiou";
var conRan = Math.floor(Math.random()*21);
var conRann = Math.floor(Math.random()*21);
var vowRan = Math.floor(Math.random()*5);
return con.substring(conRan, conRan+1) + vow.substring(vowRan, vowRan+1) + con.substring(conRann, conRann+1) + (Math.floor(Math.random()*89)+10);
}
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;