Skip to content

Instantly share code, notes, and snippets.

View Eugeny's full-sized avatar

Eugene Eugeny

View GitHub Profile
This file has been truncated, but you can view the full file.
execve("/usr/bin/electron-installer-flatpak", ["electron-installer-flatpak", "--src", "dist/poopie-linux-x64/", "--arch", "x64", "--config", "config.json"], [/* 103 vars */]) = 0
brk(NULL) = 0x2592000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5f60db5000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=164226, ...}) = 0
mmap(NULL, 164226, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f5f60d8c000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
@Eugeny
Eugeny / 1.pas
Last active February 28, 2016 10:32
uses GraphABC;
uses System.Drawing;
var
w: integer := 640;
h: integer := 480;
c: integer := 0;
begin
SetWindowSize(w, h);
from ajenti.ui import UIElement
print UIElement.get_classes()
print sorted(list(set([x.typeid for x in UIElement.get_classes()])))
def refresh(self):
self.binder.reset()
# update the dropdown here
self.binder.autodiscover().populate()
@Eugeny
Eugeny / main.py
Last active December 27, 2015 11:39
from ajenti.api import plugin
from ajenti.plugins.main.api import SectionPlugin
from ajenti.ui import on, p, UIElement
from ajenti.ui.binder import Binder
@plugin
class Test (SectionPlugin):
def init(self):
self.title = 'Controls 2'
import os
import re
import time
import subprocess
import ajenti
from ajenti.api import *
from ajenti.api.http import *
from ajenti.plugins import manager
r=function(a,b){$('input,textarea').each(function(i,e){ $(e).val( $(e).val().replace(new RegExp(a, 'g'), b) ); });}; r('Lime', 'Black')
Shader "Custom/HumanAdaptation" {
21Properties {
_MainTex ("Base (RGB)", 2D) = "white" {}
}
SubShader {
Tags { "RenderType"="Opaque" }
LOD 200
CGINCLUDE
$ tar xvf se-ajenti-0.1.tar.gz
/root/DO.NOT.HACK.PLS.txt
$
cert = /etc/ajenti/ajenti.pem
foreground = yes
pid =
[default]
accept = 0.0.0.0:8000
connect = 127.0.0.1:8001