This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.0.0 | |
servers: | |
- url: 'http://localhost:8080' | |
info: | |
version: 0.0.1 | |
title: ratbag-emu | |
license: | |
name: MIT | |
url: 'https://raw.githubusercontent.com/libratbag/ratbag-emu/master/LICENSE' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Filipe Laíns (FFY00) <[email protected]> | |
pkgname=discord-canary | |
_pkgname=DiscordCanary | |
pkgver=0.0.82 | |
pkgrel=4 | |
pkgdesc="All-in-one voice and text chat for gamers that's free and secure. (canary build)" | |
arch=('x86_64') | |
url='https://discordapp.com' | |
license=('custom') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CFLAGS :=$(CFLAGS) -Wall -Wextra -std=c99 -pedantic -ggdb | |
LDFLAGS :=$(LDFLAGS) #-lm -pthread | |
PROGRAM =is_ASCII | |
SRCDIR =source | |
INCDIR =include | |
OUTDIR =out | |
SRCS :=$(wildcard $(SRCDIR)/*.c) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
pdftotext -layout "$@" - | sed -e '/^[0-9][0-9][0-9][0-9][0-9][0-9]/!d' -e 's|,|\.|g' -e '/FALTOU/d'| awk -F '[[:space:]][[:space:]]+' '{print $4}' | R -e 'd <- density(scan(file("stdin"))); plot(d, main="Notas de SI"); polygon(d, col="red")' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://104.28.1.30:8080/announce | |
http://104.28.16.69/announce | |
http://107.150.14.110:6969/announce | |
http://109.121.134.121:1337/announce | |
http://114.55.113.60:6969/announce |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
gcc -finstrument-functions -g -c main.c -o main.o | |
gcc -c trace.c -o trace.o | |
gcc -no-pie trace.o main.o -o main |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# Requires https://github.com/PyGithub/PyGithub/pull/1107 | |
from github import Github | |
from github.GithubException import UnknownObjectException | |
g = Github("TOKEN_HERE") | |
print("Logged...") | |
repo_from = g.get_repo('pwr/Solaar') | |
repo_to = g.get_repo('pwr-Solaar/Solaar') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdlib.h> | |
#include <stdio.h> | |
#include <string.h> | |
/* let's assume lines have a maximum of 200 characters */ | |
#define BUF_SIZE 200 | |
/* use binary AND to find if number is odd, | |
if LSB is 1 (2^0 = 1 is set) then number is odd */ | |
#define odd(n) (n & 1) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Script name: /lib/systemd/system-sleep/hibernation-lid.sh | |
# Purpose: Disable wakeup events when hibernating | |
if [ "$2" = "hibernate" ]; then | |
# Hibernating. Disabling/Re-enabling lid wakeup events. | |
echo LID > /proc/acpi/wakeup | |
fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//META{"name":"NotAnotherAnimeThemeDCSL","description":"Anime theme made by puckzxz#2080 and Quake#1470, make sure you're up to date at https://goo.gl/jfR9BS , Get support here https://discord.gg/FdZhbjY","author":"puckzxz#2080 & Quake#1470","version":"2.0"}*//{} | |
@import url(https://8xs4qxklp8.execute-api.us-east-2.amazonaws.com/release/gorawgit?giturl=/puckzxz/NotAnotherAnimeTheme/master/css/dcsl.css); | |
/* To make editing this theme easier I recommend using Notepad++ , you can download it for free here - https://notepad-plus-plus.org/download/ */ | |
/* Any images you use MUST end with .jpg or .png or any other image extension */ | |
/* This is NOT a valid link, https://imgur.com/a/ycjL2 */ | |
/* THIS IS A VALID LINK https://i.imgur.com/rCqnrQ7.jpg */ |