├── LICENSE ├── README.md ├── contributors.md ├── misc └── pycon-2024-booth.jpg └── resources └── stickers └── hacker_UNION_sticker ├── README.md ├── hacker_UNION.png └── hacker_UNION.svg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaunagm/turn-the-tables/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaunagm/turn-the-tables/HEAD/README.md -------------------------------------------------------------------------------- /contributors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaunagm/turn-the-tables/HEAD/contributors.md -------------------------------------------------------------------------------- /misc/pycon-2024-booth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaunagm/turn-the-tables/HEAD/misc/pycon-2024-booth.jpg -------------------------------------------------------------------------------- /resources/stickers/hacker_UNION_sticker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaunagm/turn-the-tables/HEAD/resources/stickers/hacker_UNION_sticker/README.md -------------------------------------------------------------------------------- /resources/stickers/hacker_UNION_sticker/hacker_UNION.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaunagm/turn-the-tables/HEAD/resources/stickers/hacker_UNION_sticker/hacker_UNION.png -------------------------------------------------------------------------------- /resources/stickers/hacker_UNION_sticker/hacker_UNION.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaunagm/turn-the-tables/HEAD/resources/stickers/hacker_UNION_sticker/hacker_UNION.svg --------------------------------------------------------------------------------