#
pex
Here are 48 public repositories matching this topic...
ps and top for human beings
python
java
macos
linux
console
screenshot
socket
demo
tree
terminal
osx
command-line
ipc
pipe
tui
python3
symlink
process-monitor
pex
ps
top
command-line-tool
htop
console-application
pgrep
pstree
domain-socket
-
Updated
Jan 15, 2022 - Python
Implementation of ut_pex bittorrent protocol (PEX) for webtorrent
-
Updated
Apr 28, 2022 - JavaScript
A permissions system for Go structs
golang
permissions
pex
go-packages
go-restful
go-permissions
struct-permissions
go-struct
gopex
fields-extraction
-
Updated
Feb 16, 2018 - Go
Geometry intersection and bounding volume helpers for PEX.
-
Updated
Apr 8, 2022 - JavaScript
Run ansible inside a pex that includes all playbooks, the inventory file and even custom modules.
-
Updated
May 30, 2016 - Python
Application that anonymize's Bethesda's compiled Papyrus script files (.pex).
-
Updated
Oct 18, 2017 - C++
tybaker
commented
Oct 19, 2020
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
TypeScript types for pex: https://github.com/pex-gl/pex-context
-
Updated
Nov 5, 2018
Application that anonymize's Bethesda's compiled Papyrus script files (.pex).
-
Updated
Dec 13, 2017 - C#
Docker build script for Arch Linux base used for development
-
Updated
Mar 7, 2022 - Shell
Actionscript 3 Flash tool to create particle effect files (.pex) compatible for use with Starling and Sparrow frameworks.
-
Updated
Feb 8, 2021 - ActionScript
Prototyping visuals for mixing-senses.art
-
Updated
Feb 13, 2021 - JavaScript
Improve this page
Add a description, image, and links to the pex topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pex topic, visit your repo's landing page and select "manage topics."


Today we detect
if __name__ == "__main__"in a file as indicating that it's an entry point to a binary.However in Python a
__main__.pycan also act as the entry point to the package containing it, soit would be great for tailor to generate the appropriate target in that case.