Skip to content

Instantly share code, notes, and snippets.

@s0h3ck
s0h3ck / notes
Last active December 25, 2022 04:06
Quick Discord Notes - Training: Active Defense & Cyber Deception w/ John Strand [04-09-2020]
AV Products or Companies:
Avast
BitDefender
Carbon Black
Check Point
Cisco
ClamAV
CrowdStrike
Cylance
Elastic Endpoint Security
@s0h3ck
s0h3ck / lockerlayout.py
Last active April 24, 2018 21:58 — forked from jb1123/lockerlayout.py
LockerLayout - adding kivy widgets to predefined boxes in desired sequence
import kivy
from kivy.app import App
from kivy.uix.label import Label
from kivy.uix.layout import Layout
from kivy.properties import NumericProperty, VariableListProperty, ListProperty, OptionProperty, DictProperty
from kivy.uix.button import Button
class LockerLayout(Layout):
"""Spacing between children, in pixels."""