Skip to content

Instantly share code, notes, and snippets.

View xerz-one's full-sized avatar
💗
nyanyaaaaa~

Xerz xerz-one

💗
nyanyaaaaa~
View GitHub Profile
@xerz-one
xerz-one / MainWindow.xaml
Created March 12, 2021 13:11
Example of in-app acrylic in MSIX Reunion app
<Window
x:Class="HelloReunion.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:HelloReunion"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
<Grid>
@xerz-one
xerz-one / gist:c422cbb7cf24432c48e56a5c58a926b2
Created January 11, 2021 21:33
Output from `for _ in {0..1000}; do ./oof; done | sort | uniq -cd`
2 RDRAND() = 0x010fe15d
2 RDRAND() = 0x01e8e70a
2 RDRAND() = 0x02609a36
2 RDRAND() = 0x03e0f0b3
2 RDRAND() = 0x047669a3
2 RDRAND() = 0x0485e624
2 RDRAND() = 0x04e600ee
2 RDRAND() = 0x06191109
2 RDRAND() = 0x063749e3
2 RDRAND() = 0x0680728b

Keybase proof

I hereby claim:

  • I am espectalll on github.
  • I am xerz (https://keybase.io/xerz) on keybase.
  • I have a public key ASB7r0LMDarZTneiPf1eL-LGSn_uhH-WFVK8p7W0Rii4VQo

To claim this, I am signing this object:

@xerz-one
xerz-one / #neon.md
Created March 28, 2019 23:07
Neon: a Base16 dark theme

@espectalll's Neon

A Base16 theme. It looks like neon lights. I think it's cute. The theme has also been adapted to at least be mildly tolerable for people with deuteranopia, protanopia, tritanopia and other kinds of color blindness.

Warning: this is still in development. Particularly, it's aimed to be properly formalized, more accesible, 256-color adapted (I don't really know if I have to do anything there) and standardized into

@xerz-one
xerz-one / Lime.attheme
Last active June 16, 2023 01:48
Metro-inspired black and lime theme for Telegram for Android
chat_unreadMessagesStartText=-1
chat_inFileBackgroundSelected=-13347218
chat_editDoneIcon=-4129024
radioBackgroundChecked=-4129024
dialogTextBlue=-9456666
chat_inSentClockSelected=-595287880
avatar_backgroundActionBarGreen=-14605274
chat_goDownButtonCounterBackground=-4129024
actionBarActionModeDefault=-16777216
actionBarActionModeDefaultTop=-1543503872
@xerz-one
xerz-one / fonttest.html
Created January 11, 2019 18:27
HTML testpage for previewing and playing with fonts
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<title>Font testpage</title>
<style>
/* Replace here with your color and font of choice */
body { background: white; font-family: "Arial"; }
p {
@xerz-one
xerz-one / XerzTerm.ino
Created October 7, 2018 22:49
XerzTerm: A serial terminal for controlling an Arduino (Uno)
/*
XerzTerm - A serial terminal for controlling an Arduino (Uno)
Written in 2018 by Francisco Gómez García <espectalll@kydara.com>
To the extent possible under law, the author(s) have dedicated all copyright
and related and neighboring rights to this software to the public domain
worldwide. This software is distributed without any warranty.
You should have received a copy of the CC0 Public Domain Dedication along
@xerz-one
xerz-one / Main.java
Last active February 26, 2018 08:17
A piping thing in Java, pretty dumb
package net.espectalll.Pipe;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.FileInputStream;
public class Main {
public static void read(InputStreamReader stream) {
try {
BufferedReader stdin = new BufferedReader(stream);
@xerz-one
xerz-one / #toolbox.rst
Last active May 25, 2019 16:21
@espectalll's Tiny Terminal Toolbox

HEY THERE!!!

This repository has moved! There's a newer version with more scripts you can find at https://gitlab.com/xerz/toolbox. Cheers!

@espectalll's Tiny Terminal Toolbox

Welcome! This repo contains some useful small commands which I've coded for my (GNU)Linux installations in response to my urgent need for awesome ways to run

@xerz-one
xerz-one / config.scm
Last active June 27, 2017 22:32
My personal GuixSD configuration
(use-modules (gnu) (gnu system nss))
(use-service-modules networking desktop)
(use-package-modules admin bootloaders certs ncurses linux gnome)
(operating-system
(host-name "gnu")
(timezone "Europe/Madrid")
(locale "es_ES.utf8")
(bootloader (grub-configuration (grub grub-efi)