Pinned Loading
-
mersenne-twister
mersenne-twister PublicHigh-performance 32- and 64-bit global-state (thread-unsafe) and thread-safe uniform pseudorandom number generators for C, C++ and Python. Provided as an installable package.
C
-
hash-drbg
hash-drbg PublicCryptographically secure pseudorandom number generator for C, C++ and Python with global-state (thread-unsafe) and thread-safe variants, implementing NIST SP 800-90A. Provided as an installable pac…
C
-
pysorteddict
pysorteddict PublicPython sorted dictionary: a Python dictionary in which the keys are always in ascending order
C++
-
ScrollableContainers
ScrollableContainers PublicScrollable containers for Tkinter, wxPython, PyQt5 and PyQt6. Can scroll horizontally as well as vertically, and automatically handle resize events.
Python 2
-
Teal-Sea
Teal-Sea PublicForked from paullinuxthemer/Mc-OS-themes
Clean and beautiful themes for the Xfce desktop environment.
CSS 2
743 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
April 2025
Created 30 commits in 1 repository
Created a pull request in tfpf/dotfiles that received 2 comments
Store relative and absolute paths and replace str
s with Path
s
Opened 18 other pull requests in 1 repository
tfpf/dotfiles
2
open
14
merged
2
closed
-
diff.py
: show file mode and detect mode changesThis contribution was made on Apr 19 -
Move extra logic into methods of
Path
subclassThis contribution was made on Apr 19 -
Extremely basic test for
diff.py
This contribution was made on Apr 19 -
Set up GHA for
diff.py
This contribution was made on Apr 19 -
diff.py
: use words to calculate similarity, not lettersThis contribution was made on Apr 17 -
Cache results of disk reads
This contribution was made on Apr 15
-
diff.py
: calculate hashes in main processThis contribution was made on Apr 15 -
Speed up
diff.py
using parallelisationThis contribution was made on Apr 13 -
Name macros according to what they are used for
This contribution was made on Apr 12
-
diff.py
: usePath
s throughout instead ofstr
sThis contribution was made on Apr 7 -
Don't show tables for exact renames
This contribution was made on Apr 6
-
Specify encoding for
FileInput
This contribution was made on Apr 5 -
Handle binary files
This contribution was made on Apr 5
-
Use
pathlib.Path.__truediv__
instead ofos.path.join
This contribution was made on Apr 5 -
Break
Diff.report
into smaller methods; handle HTML inDiff._report
This contribution was made on Apr 5 -
Changed C files to C++
This contribution was made on Apr 5
-
Add margin to
summary
and remove dedicated separatorThis contribution was made on Apr 5 -
Detect exact renames first
This contribution was made on Apr 3
Created an issue in tfpf/dotfiles that received 1 comment
Opened 9 other issues in 1 repository
tfpf/dotfiles
8
closed
1
open
-
diff.py
: calculate similarity ratio by passing lists of wordsThis contribution was made on Apr 16 -
diff.py
: detect mode changesThis contribution was made on Apr 13 -
diff.py
: reduce usages of_left_directory
and_right_directory
This contribution was made on Apr 7 -
diff.py
: usequick_ratio
and/orreal_quick_ratio
to fail fastThis contribution was made on Apr 5 -
diff.py
: try usingpathlib.Path
instead of spammingos.path.join
This contribution was made on Apr 5 -
diff.py
: breakDiff.report
into two methods, with the second method exclusively handling the HTML fileThis contribution was made on Apr 5 -
diff.py
: handle binary (non-text) filesThis contribution was made on Apr 5 -
diff.py
: coalesceseparator
CSS with thesummary
textThis contribution was made on Apr 5 -
Show the count of the files alongside their names
This contribution was made on Apr 1