Skip to content

Instantly share code, notes, and snippets.

View LibertyBeta's full-sized avatar
👺
I'mma Tengu!

Rainer Paskiewicz LibertyBeta

👺
I'mma Tengu!
View GitHub Profile
@LibertyBeta
LibertyBeta / Gruvbox.json
Last active June 23, 2019 18:14
Windows Terminal Themes
{
"background" : "#282828",
"black" : "#1D2021",
"blue" : "#458588",
"brightBlack" : "#3C3836",
"brightBlue" : "#83A598",
"brightCyan" : "#8EC07C",
"brightGreen" : "#B8BB26",
"brightPurple" : "#D3869B",
"brightRed" : "#FB4934",
@LibertyBeta
LibertyBeta / GruvboxDarkHard.json
Last active June 23, 2019 02:04
Windows Terminal Colors
{
"background" : "#0C0C0C",
"black" : "#1D2021",
"blue" : "#83A598",
"brightBlack" : "#665C54",
"brightBlue" : "#BDAE93",
"brightCyan" : "#D65D0E",
"brightGreen" : "#3C3836",
"brightPurple" : "#EBDBB2",
"brightRed" : "#FE8019",
@LibertyBeta
LibertyBeta / keybase.md
Created March 14, 2018 14:48
keybase.md

Keybase proof

I hereby claim:

  • I am libertybeta on github.
  • I am libertybeta (https://keybase.io/libertybeta) on keybase.
  • I have a public key ASAjLPwijN4BesJ0cwJytcUY0_HrARcfP_HZUfuKFkcOmAo

To claim this, I am signing this object:

import { Injectable } from '@angular/core';
import { HttpClient } from '@angular/common/http';
import { Subject } from 'rxjs/Subject';
import { ReplaySubject } from 'rxjs/ReplaySubject';
import { Observable } from 'rxjs/Observable';
import { Subscription } from 'rxjs/Subscription';
import { Subscriber } from 'rxjs/Subscriber';
import { mergeMap, merge, catchError, take, filter, finalize, map, distinctUntilChanged } from 'rxjs/operators';
import 'rxjs/operator/map';
@LibertyBeta
LibertyBeta / guard.ts
Created December 20, 2017 01:21
Fitler Guard
import { Injectable } from '@angular/core';
import { CanActivate, CanActivateChild, ActivatedRouteSnapshot, RouterStateSnapshot, Router } from '@angular/router';
import { Observable } from 'rxjs/Observable';
import { AutService } from '../services/auth.service';
import { nearer } from './/Users/rainer/Documents/Checkmate/Staunch-Odigos/node_modules/@types/q';
@Injectable()
export class ComplexGuard implements CanActivate, CanActivateChild {
export let Games = new Mongo.Collection<Game>(‘games’);
interface Game {
_id?: string;
name: string;
users?: Array;
inviteCode?: string;
displayNPC: boolean;
battle: boolean;
createdAt: Date;
}
set head "
____ _____ __ _
/ __ \____ ____ / ___/___ ____ ____/ /___ _(_)
/ / / / __ \/ __ \ \__ \/ _ \/ __ \/ __ / __ `/ /
/ /_/ / / / / /_/ / ___/ / __/ / / / /_/ / /_/ / /
\________/_/\____/ /____/\_____/ /_/\__,_/\__,_/_/ _____
/ ____/_ __/ /_ ___ _____/ /_ ___ ____________ __ |__ /
/ / / / / / __ \/ _ \/ ___/ __ \/ _ \/ ___/ ___/ / / / /_ <
/ /___/ /_/ / /_/ / __/ / / /_/ / __/ / / / / /_/ / ___/ /
\____/\__, /_.___/\___/_/ /_.___/\___/_/ /_/ \__, / /____/
[ 0.437899] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: d490763cc418e29de79f40a5aa7d97747ec8882c'
[ 1.338346] ath: phy0: Unable to initialize hardware; initialization status: -5
[ 1.338351] ath9k 0000:05:00.0: Failed to initialize device
[ 1.462471] ath9k: probe of 0000:05:00.0 failed with error -5
[ 2.238729] usb 3-3.3: Product: Razer DeathAdder
[ 2.240926] input: Razer Razer DeathAdder as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.3/3-3.3:1.0/input/input16
[ 2.240993] hid-generic 0003:1532:0016.0003: input,hidraw1: USB HID v1.11 Mouse [Razer Razer DeathAdder ] on usb-0000:00:14.0-3.3/input0
public class BumperMatchFragment extends Fragment {
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container,
Bundle savedInstanceState) {
View rootView = inflater.inflate(R.layout.bump_share, container, false);