Skip to content

Instantly share code, notes, and snippets.

View nemanjan00's full-sized avatar

Nemanja Nedeljković nemanjan00

View GitHub Profile
[colors]
background = #282a36
background-alt = #282a36
foreground = #dfdfdf
foreground-alt = #555
primary = #50fa7b
secondary = #e60053
alert = #bd2c40
[bar/bottom]
socket(AF_INET6, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROTO_IP) = 21
setsockopt(21, SOL_SOCKET, SO_OOBINLINE, [1], 4) = 0
connect(21, {sa_family=AF_INET6, sin6_port=htons(40818), inet_pton(AF_INET6, "fe80::f2cb:270c:128f:22d4", &sin6_addr), sin6_flowinfo=htonl(0), sin6_scope_id=0}, 28) = -1 EINVAL (Invalid argument)
String.prototype.replaceAll = function(search, replacement) {
var target = this;
return target.replace(new RegExp(search, 'g'), replacement);
};
normalizer = (pattern) => {
result = {};
pattern.split("").forEach((character) => result[character] = true);

rofi-books

#!/usr/bin/env bash
LIBRARY="$HOME/Library"
function display() {
books=$(find $LIBRARY | grep '\.epub\|\.pdf')
books=${books//$LIBRARY/"~"}
line=$(echo "$books" | rofi -matcher fuzzy -dmenu -i -p "book> ")
# Route recieved IPv4 packages
sudo sysctl -w net.ipv4.ip_forward=1
# Forward packages from AP to mitmproxy
sudo iptables -t nat -A PREROUTING -i ap0 -p tcp --dport 443 -j REDIRECT --to-port 8080
sudo iptables -t nat -A PREROUTING -i ap0 -p tcp --dport 80 -j REDIRECT --to-port 8080
# Forward packages from WiFi to mitmproxy
sudo iptables -t nat -A PREROUTING -i wlp2s0 -p tcp --dport 443 -j REDIRECT --to-port 8080
sudo iptables -t nat -A PREROUTING -i wlp2s0 -p tcp --dport 80 -j REDIRECT --to-port 8080
insmod part_gpt
insmod part_msdos
insmod lvm
insmod luks
insmod cryptodisk
insmod gcry_rijndael
insmod gcry_sha256
font=(cbfsdisk)/grub/unicode.pf2

Keybase proof

I hereby claim:

  • I am nemanjan00 on github.
  • I am nemanjan00 (https://keybase.io/nemanjan00) on keybase.
  • I have a public key ASCc1eVXEUhTnGxAhCSfw2JcwavBiBTM6OA2gx646Tcj4wo To claim this, I am signing this object:
{
  "body": {
    "key": {
# Last Modified: Fri Sep 7 21:20:10 2018
#include <tunables/global>
/usr/bin/qutebrowser {
#include <abstractions/audio>
#include <abstractions/base>
#include <abstractions/bash>
#include <abstractions/dbus-session-strict>
#include <abstractions/dri-common>
#include <abstractions/dri-enumerate>
{
"type": "webpack",
"entryPoint": 1,
"knownPaths": {
"0": "interface",
"4": "eventHandler",
"3": "controller",
"2": "init",
"6": "crypto",
"7": "hexBinConverter"