This website requires JavaScript.
Explore
Help
Sign In
Cool_Tools
/
bemaniutils
Watch
1
Star
0
Fork
0
You've already forked bemaniutils
mirror of
synced
2025-01-19 22:32:45 +01:00
Code
Releases
Activity
bemaniutils
/
bemani
/
protocol
History
Jennifer Taylor
fd3868073f
Add a few more known node types.
2020-11-30 22:57:46 +00:00
..
__init__.py
Upgrade to latest flake8, address new flake issues.
2019-12-10 01:10:14 +00:00
binary.py
Convert most of the format() string calls to f-strings using libcst.
2020-01-07 21:29:07 +00:00
lz77.cpp
Add a much faster C++ implementation of Lz77 decompress. We can achieve approximately a 10x speedup decompressing with this enabled.
2020-11-28 19:05:27 +00:00
lz77.py
Add a much faster C++ implementation of Lz77 decompress. We can achieve approximately a 10x speedup decompressing with this enabled.
2020-11-28 19:05:27 +00:00
node.py
Add a few more known node types.
2020-11-30 22:57:46 +00:00
protocol.py
Convert most of the format() string calls to f-strings using libcst.
2020-01-07 21:29:07 +00:00
stream.py
Convert most of the format() string calls to f-strings using libcst.
2020-01-07 21:29:07 +00:00
xml.py
Convert most of the format() string calls to f-strings using libcst.
2020-01-07 21:29:07 +00:00