This file contains 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
#version 330 | |
uniform float opacity; | |
uniform float dim; | |
uniform bool invert_color; | |
in vec2 texcoord; | |
uniform sampler2D tex; | |
uniform sampler2D brightness; | |
uniform float max_brightness; | |
float get_color_distance(vec3 a, vec3 b) { |
This file contains 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
# Frame 01 | |
077 084 085 117 078 106 103 117 077 084 103 048 076 106 089 | |
050 067 106 077 052 076 106 069 120 076 106 069 049 078 105 | |
052 121 078 068 069 075 077 084 107 052 076 106 081 049 076 | |
106 085 048 076 106 069 053 078 065 111 121 078 105 052 121 | |
077 122 081 117 079 068 073 117 077 084 107 120 067 106 069 | |
122 077 067 052 120 077 068 065 117 077 106 077 052 076 106 | |
073 049 067 106 081 119 076 106 069 052 077 083 052 052 078 | |
067 052 121 077 106 107 075 077 084 081 121 076 106 069 049 | |
076 106 073 122 077 105 052 120 077 122 085 075 077 106 081 |
This file contains 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 | |
# | |
# run as: ./render_final.sh BLENDFILE | |
# | |
# (c) 2019 Bernd Busse | |
# | |
BUILDROOT="$HOME/blender" | |
SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" |
This file contains 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
<ActionMap deviceType="Logitech G29 Driving Force Racing Wheel USB" schemeType="Logitech G29 Driving Force Racing Wheel USB" priority="0" > | |
<!-- In Game Actions --> | |
<Action actionName = "Accelerate" > | |
<Axis axisName = "win_con_di_axisY" deviceName = "Logitech G29 Driving Force Racing Wheel USB" baseCalibration = "uniDirectionalNegative" deadZone = "0.0" saturation = "1.0"/> | |
</Action> | |
<Action actionName = "Brake" > | |
<Axis axisName = "win_con_di_axisRz" deviceName = "Logitech G29 Driving Force Racing Wheel USB" baseCalibration = "uniDirectionalNegative" deadZone = "0.0" saturation = "1.0"/> | |
</Action> | |
<Action actionName = "Hand Brake" > |
This file contains 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
### | |
### vlc 2.2.6 | |
### | |
### | |
### lines beginning with a '#' character are comments | |
### | |
[visual] # Visualizer filter |
This file contains 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: tryone144 <bernd AT busse-apps DOT de> | |
# Contributor: WorMzy Tykashi <[email protected]> | |
# Contributor: OK100 <ok100 at lavabit dot com> | |
# Contributor: Valère Monseur <valere dot monseur at ymail dot com> | |
pkgname=compton-dual_kawase-git | |
_gitname=compton | |
pkgver=0.1_beta2.95.g241bbc5 | |
pkgrel=1 | |
pkgdesc="X Compositor (a fork of xcompmgr-dana) with dual_kawase blur patch (git version)" |
This file contains 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 python3 | |
# -*- coding: utf-8 -*- | |
# | |
# implementation of the AES protocol as used by https://encipher.it | |
# | |
# (c) 2018 Bernd Busse | |
from cryptography.hazmat.primitives.ciphers import Cipher | |
from cryptography.hazmat.primitives.ciphers.algorithms import AES | |
from cryptography.hazmat.primitives.ciphers.modes import ECB, CTR |
This file contains 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 python3 | |
# -*- coding: utf-8 -*- | |
# | |
# simple morse-code implementation for strings usings '.' and '-' symbols | |
# | |
# (c) 2018 Bernd Busse | |
import sys | |
This file contains 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 python3 | |
# -*- coding: utf-8 -*- | |
# | |
# (c) 2020 Bernd Busse | |
# | |
"""Implementation of AES as used by https://aesencryption.net.""" | |
import base64 | |
import sys |
This file contains 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
[Unit] | |
Description=Arachni Web Application Scanner – WebUI | |
Requires=postgresql.service | |
After=postgresql.service | |
[Service] | |
Type=forking | |
PIDFile=/var/run/arachni_web.pid | |
ExecStart=/usr/local/bin/arachni_web -D -P /var/run/arachni_web.pid |
NewerOlder