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
<script> | |
function htmz(frame) { | |
// ---------------------------------------------------------------------- | |
// History + innerHTML | |
// ---------------------------------------------------------------------- | |
setTimeout(() => { | |
const el = document .querySelector(frame.contentWindow.location.hash || null) | |
el.innerHTML = frame.contentDocument.body.innerHTML; |
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/sh | |
set -x | |
node=${1} | |
#nodeName=$(kubectl get node ${node} -o template --template='{{index .metadata.labels "kubernetes.io/hostname"}}') | |
nodeSelector='"nodeSelector": { "kubernetes.io/hostname": "'${node:?}'" },' | |
podName=${USER}-nsenter-${node} | |
kubectl -n kube-system run ${podName:?} --restart=Never -it --rm --image overriden --overrides ' | |
{ | |
"spec": { |
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
ctr i pull docker.io/aptman/qus:latest && \ | |
ctr run --rm --privileged docker.io/aptman/qus:latest qus /qus/register -s -- -p x86_64 |
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/perl | |
use strict; | |
use warnings; | |
use GD::Simple; | |
# create a new image (width, height) | |
my $width = 80; | |
my $height = 45; | |
my $img = GD::Simple->new($width, $height); |
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
TOP8fcfc9a3 START | |
TOP8fcfc9a3 attack_mode 3 | |
TOP8fcfc9a3 benchmark 0 | |
TOP8fcfc9a3 benchmark_mode 1 | |
TOP8fcfc9a3 bitmap_max 24 | |
TOP8fcfc9a3 debug_mode 0 | |
TOP8fcfc9a3 eula 0 | |
TOP8fcfc9a3 force 0 | |
TOP8fcfc9a3 gpu_accel 0 | |
TOP8fcfc9a3 gpu_async 0 |
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/perl | |
use warnings; | |
use strict; | |
package MyBot; | |
use base qw( Bot::BasicBot ); | |
# the 'said' callback gets called when someone says something in | |
# earshot of the bot. | |
sub said { |
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/perl | |
use warnings; | |
use strict; | |
package MyBot; | |
use base qw( Bot::BasicBot ); | |
# the 'said' callback gets called when someone says something in | |
# earshot of the bot. | |
sub said { |
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
> 5*pi*8/e | |
(5 * pi * 8) / e = approx. 46.229094 | |
> |
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
ButtonPress event, serial 32, synthetic NO, window 0x3800001, | |
root 0x9d, subw 0x0, time 96990854, (504,315), root:(507,344), | |
state 0x10, button 8, same_screen YES | |
ButtonRelease event, serial 32, synthetic NO, window 0x3800001, | |
root 0x9d, subw 0x0, time 96991040, (504,315), root:(507,344), |
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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCy8mWgcGq27LwbDvmhNJ+c/Lf5NDlPGT/fxPuo8aELReNF8f2sa1D2mR0UUvaQjrFjHkua/eW/SDy/Vkxtt23A7KPqnmA4YaTSiqgby+MQbPFMWmBfeTmQ+f+p7rs4WNGHRkf/hr2mk8lAkrxP1wEk2KTF6l1Vh+H12afYjDaAye66o/NmBmTW9iz3g1VtjqwxZ3Kvv6mqOEQSE8O0oEXHyP+OtlTD/eYGyqalZDe4kqnS/toWdhlHLmpG6nbp+6Y4olnYuBssFk7azrw35ScEJUnKPL0EOIB1jnOWrzquTbbBCv5OADHuuUQX23MsyfnDu3a1ZG99MP+WZHA6la6t dork@Y580 |
NewerOlder