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:
<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> |
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 |
I hereby claim:
To claim this, I am signing this object:
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
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 |
<!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 { |
/* | |
XerzTerm - A serial terminal for controlling an Arduino (Uno) | |
Written in 2018 by Francisco Gómez García <[email protected]> | |
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 |
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); |
This repository has moved! There's a newer version with more scripts you can find at https://gitlab.com/xerz/toolbox. Cheers!
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
(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) |