🏠
Working from home
I program stuff. Mostly computers.
-
DIA Soft
- Sofia, Bulgaria
- http://blog.bulsynt.org
Pinned Loading
-
piGameCreator
piGameCreator PublicpiGameCreator is multi-platform software development system for creating high quality 2D and 3D games.
-
simple_kernel_module_in_v
simple_kernel_module_in_v PublicAn example of writing an external, simple Linux kernel module, in V.
-
raylib_fps_in_v
raylib_fps_in_v PublicThe Raylib First Person Maze example, ported to V, using https://github.com/irishgreencitrus.raylibv
3,312 contributions in the last year
Skip to contributions year listDay of Week | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Loading
Contribution activity
October 2025
Created 86 commits in 2 repositories
Created 1 repository
-
spytheman/LD58
V
This contribution was made on Oct 4
Created a pull request in vlang/v that received 3 comments
thirdparty, vlib: add thirdparty/stb_vorbis; add a thin wrapper module for it too + test in encoding.vorbis
+6,472
−1
lines changed
•
3
comments
Opened 2 other pull requests in 1 repository
vlang/v
2
merged
-
thirdparty add macos arm64 bdwgc script
This contribution was made on Oct 9
-
os: cleanup; make os.Command available on windows too, add example, extract code to command.c.v and command_test.v
This contribution was made on Oct 4
Reviewed 15 pull requests in 1 repository
vlang/v
15 pull requests
-
perf,cgen: add integer overflow check
This contribution was made on Oct 8
-
checker: identify return on comptime generic match nested in if else
This contribution was made on Oct 8
-
builtin: fix int.str_l() integer overflow
This contribution was made on Oct 7
-
x.crypto.chacha20: mark
State
as public to make it a reusable thingThis contribution was made on Oct 7 -
scanner: fix raw string ending withs backslash
This contribution was made on Oct 7
-
cgen: fix sumtype alias cast to same sumtype
This contribution was made on Oct 6
-
checker: always use ... prefix when passing array to vararg
This contribution was made on Oct 6
-
cgen,markused: cleanup c code generated
This contribution was made on Oct 6
-
transformer: eval par expr for literal and ident
This contribution was made on Oct 4
-
transformer: add test
This contribution was made on Oct 4
-
cgen:fix builtin__closure__closure_init() before vinit() in -shared
This contribution was made on Oct 4
-
orm: fix f32 and f64
This contribution was made on Oct 3
-
token,scanner,parser,checker,cgen: add file_idx to token.Pos
This contribution was made on Oct 2
-
native: array with values
This contribution was made on Oct 1
-
x.crypto.chacha20poly1305: enables support for (x)chacha20 with 64-bit counter construct
This contribution was made on Oct 1
Created an issue in vlang/v that received 2 comments
cgen error for Sumtype(AliasOfTheSumtype(Sumtype(...)))
V version: V 0.4.12 78f3cf3, press to see full `v doctor` output
What did you do?
./v -g -o vdbg cmd/v && ./vdbg x.v && /home/delian/v/x
struct N…
2
comments