/usr/bin/kwinwrapper
cat: /sys/devices/virtual/dmi/id/board_name: No such file or directory Error: could not determine $DISPLAY. kwin_core: Platform does not support input, enforcing libinput support kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5127:46: this compose sequence is a duplicate of another; skipping line kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5129:48: this compose sequence is a duplicate of another; skipping line
py2_menu
# a menu with python2 & py3 import sys,os import curses global menuE
Bitmessage TUI
#!/usr/bin/env python2 # -*- coding: UTF-8 -*- ''' This Bitmessage messenger TUI can run from any subdir unlike crappy https://github.com/Bitmessage/PyBitmessage/blob/v0.6/src/bitmessagecli.py and pybitmessage --curses '''
API Test
echo "Hello World!"
kdesrc-build ide setup generator
#!/usr/bin/env bash env >/tmp/oldenv source ~/.config/kde-env-master.sh env >/tmp/newenv diff /tmp/oldenv /tmp/newenv | grep ">" | sed 's/> //g' | grep -v "_=/usr/bin/env"
Paste #TpNM0fhOS
MIX PAM wird nicht unterstuetzt (urn:xmpp:mix:pam:0): [client] [incoming] <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< <iq xml:lang="de" to="lnj0@messaging.one/kaidan.LX4P" from="messaging.one" type="result" id="qxmpp8" xmlns:n1="http://jabber.org/protocol/disco#info"> <n1:query> <n1:identity type="pep" category="pubsub"/> <n1:identity name="ejabberd" type="im" category="server"/>
apriori.py
#!/usr/bin/env python3 """ MIT License Copyright (C) 2019 Linus Jahn <lnj@kaidan.im>
Paste #8D_mzQ4mT
/builds/debian-pm/apps/kaidan/src/ClientWorker.cpp: In member function 'QString ClientWorker::generateRandomString(unsigned int) const': /builds/debian-pm/apps/kaidan/src/ClientWorker.cpp:192:20: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] for (int i = 0; i < length; ++i) ~~^~~~~~~~ /builds/debian-pm/apps/kaidan/src/Notifications.cpp: In function 'void Notifications::sendMessageNotification(std::__cxx11::string, std::__cxx11::string)':
search_and_destroy_drohnenkrieg_3.0
import math import random import time def splitList(ls): n = len(ls)
Quicksort LNJ
#!/usr/bin/env python2 def splitList(ls): n = len(ls) comp = ls[n / 2] l = 0