- Canada
Popular repositories Loading
-
ABS-Fractal-Explorer
ABS-Fractal-Explorer PublicABS Fractal Explorer will allow you to explore hundereds of different Mandelbrot variants. Also checkout the GitHub-Wiki
-
Super-Sweeper
Super-Sweeper PublicSuper-Sweeper Windows Edition is a port of Super-Sweeper for the Ti84CE.
C 1
-
LIB-Dekker-Float
LIB-Dekker-Float PublicA collection of Dekker Float implementations for C and C++. Supporting Float32x2, Float64x2, Float64x4, Float80x2, along with SIMD implementations.
C++ 1
-
Web-Color-Conversions
Web-Color-Conversions PublicAll 140 Web Colors in C #defines. Includes RGB and BGR color formats along with the following pixel formats: 888,666,444 ; 565,555,1555
C
-
Struct-Splitter
Struct-Splitter PublicType your Struct into input.h, then compile and run to convert your Struct into a Parallel Array
C
305 contributions in the last year
Day of Week | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
January 2025
Created 4 commits in 1 repository
Created 1 repository
-
ZERICO2005/ez80-docs
Pascal
This contribution was made on Jan 20
Created a pull request in CE-Programming/toolchain that received 2 comments
Added SPI register defines
Defines for the SPI registers. Not sure if this should go inside lcddrvce.h
or in its own header.
Opened 4 other pull requests in 1 repository
CE-Programming/toolchain
1
open
3
merged
-
Integrated 64bit long double into the toolchain
This contribution was made on Jan 10
-
Add C++20 <concepts>
This contribution was made on Jan 6
-
Added is_signed to <type_traits>
This contribution was made on Jan 6
-
__integral<signed short> was missing from type_traits
This contribution was made on Jan 5
Reviewed 1 pull request in 1 repository
CE-Programming/toolchain
1 pull request
-
Added additional macros/constants to sys/lcd.h and created sys/spi.h
This contribution was made on Jan 15
Created an issue in EzCE/ez80-docs that received 1 comment
inc and dec don't impact the carry flags
inc reg8
and dec reg8
don't impact the carry flag C
, they only impact S Z H P N