Skip to content

Instantly share code, notes, and snippets.

View my5t3ry's full-sized avatar

Sascha Bast my5t3ry

  • Bochum
View GitHub Profile
{
"project": {
"sheetsById": {
"Scene": {
"staticOverrides": {
"byObject": {
"c4a0c598": {
"x": -369,
"y": -64,
"width": 1022,
{
"status":true,
"response":{
"results":[
{
"crawl_result":{
"success":true
},
"classify_result":{
"success":true,
{
"status":true,
"response":{
"policy":{
"name":"DoubleClick Campaign Manager",
"slug":"dcm",
"input_type":"upload",
"supports_preview":true,
"default_preview_expand":true,
"allow_preview_popups":false
GOROOT=/home/my5t3ry/.go #gosetup
GOPATH=/home/my5t3ry/go #gosetup
/home/my5t3ry/.go/bin/go build -o /tmp/___2go_build_github_com_lxc_lxd_lxd -gcflags all=-N -l github.com/lxc/lxd/lxd #gosetup
/home/my5t3ry/bin/GoLand-2020.3.3/plugins/go/lib/dlv/linux/dlv --listen=0.0.0.0:35463 --headless=true --api-version=2 --check-go-version=false --only-same-user=false exec /tmp/___2go_build_github_com_lxc_lxd_lxd --
API server listening at: [::]:35463
time="2021-06-02T18:14:32+02:00" level=warning msg="CGO_CFLAGS already set, Cgo code could be optimized." layer=dlv
could not launch process: could not open debug info
go version
go version go1.15.4 linux/amd64
/home/my5t3ry/bin/GoLand-2020.3.3/plugins/go/lib/dlv/linux/dlv version
@my5t3ry
my5t3ry / mailjet
Last active April 27, 2021 10:25
mailjet
telnet in-v3.mailjet.com 25
Trying 104.199.96.85...
Connected to in-v3.mailjet.com.
Escape character is '^]'.
220 in.mailjet.com ESMTP Mailjet
AUTH LOGIN
334 VXNlcm5hbWU6
*******mMjY5MmRjZDdiYTBhNWQzNDEwNTk2YjRjYmI=
334 UGFzc3dvcmQ6
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <fcntl.h>
#include <signal.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
/* printf-tac-toe: tic-tac-toe in a single call to printf
* Copyright (C) 2020 Nicholas Carlini.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
['SIGHUP', 'SIGINT' , 'SIGQUIT', 'SIGILL', 'SIGABRT', 'SIGFPE', 'SIGKILL', 'SIGSEGV', 'SIGPIPE', 'SIGALRM', 'SIGTERM', 'SIGCHLD', 'SIGCONT', 'SIGSTOP', 'SIGTTIN', 'SIGTTOU']
const termSignals = ['SIGHUP', 'SIGINT', 'SIGQUIT', 'SIGILL',
'SIGTRAP', 'SIGABRT',
'SIGBUS', 'SIGFPE', 'SIGUSR1', 'SIGSEGV', 'SIGUSR2', 'SIGTERM'];
function removeAnimatedFrames() {
let result = [];
let i = 0;
let freezeLastFrame = 200;
let stillFrames = 0;
let dropFrames = 5;
let stillFrameThreshold = 10;
let frame = {
duration: recordedFrames[i].duration,