.. |
2048
|
|
|
assets
|
|
|
call_v_from_c
|
examples: use -Wl,-rpath=. instead of LD_LIBRARY_PATH=. in the call_v_from_c example (#17244)
|
2023-02-08 09:44:10 +02:00 |
call_v_from_python
|
|
|
clock
|
|
|
compiletime
|
all: replace generic <> with [] - part 2 (#16536)
|
2022-11-26 18:23:26 +02:00 |
concurrency
|
|
|
coroutines
|
examples: use printf in the coroutines example for now
|
2023-06-03 23:56:07 +02:00 |
database
|
orm: enforce that queries always return a Result, a query-resulting array can be used as a V array in place. (#17871)
|
2023-04-04 08:23:06 +03:00 |
dynamic_library_loader
|
vlib: add a new dl.loader module, to simplify dynamic library loading, when the DLLs may be in multiple customisable locations (#17161)
|
2023-01-31 09:27:48 +02:00 |
dynamic_library_loading
|
|
|
eventbus
|
|
|
fireworks
|
|
|
flappylearning
|
gg: make create_image() return !Image
|
2023-03-29 19:04:41 +02:00 |
game_of_life
|
fmt: remove redundant parenthesis in the complex infix expr (#17873)
|
2023-04-04 13:47:48 +03:00 |
get_weather
|
|
|
gg
|
checker: only allow &u8 with byteptr and itself (#18146)
|
2023-05-11 18:28:49 +10:00 |
graphs
|
examples: fix typos (#18229)
|
2023-05-25 16:54:46 +03:00 |
hot_reload
|
|
|
js_dom_cube
|
docs: fix typos using codespell (#17332)
|
2023-02-16 11:43:39 +02:00 |
js_dom_draw
|
docs: fix typos using codespell (#17332)
|
2023-02-16 11:43:39 +02:00 |
js_dom_draw_bechmark_chart
|
examples: fix typos (#18229)
|
2023-05-25 16:54:46 +03:00 |
linear_regression
|
|
|
macos_tray
|
|
|
native
|
|
|
password
|
|
|
pendulum-simulation
|
examples: fix typos (#18229)
|
2023-05-25 16:54:46 +03:00 |
pico
|
|
|
process
|
|
|
quadtree_demo
|
|
|
readline
|
termios: new termios module (#17792)
|
2023-03-30 08:58:52 +03:00 |
regex
|
examples: fix typos (#18229)
|
2023-05-25 16:54:46 +03:00 |
smtp
|
examples: fix unset reader notice for the smtp/mail example (#17998)
|
2023-05-02 22:54:57 +03:00 |
snek
|
|
|
sokol
|
examples: fix typos (#18229)
|
2023-05-25 16:54:46 +03:00 |
submodule
|
|
|
templates
|
examples: fix typos (#18229)
|
2023-05-25 16:54:46 +03:00 |
term.ui
|
checker: require unsafe for Struct(voidptr) casts
|
2023-01-06 09:28:11 +03:00 |
tetris
|
all: 2023 copyright
|
2023-03-28 22:55:57 +02:00 |
ttf_font
|
examples: fix typos (#18229)
|
2023-05-25 16:54:46 +03:00 |
vcasino
|
|
|
viewer
|
examples: fix typos (#18229)
|
2023-05-25 16:54:46 +03:00 |
vweb
|
examples: fix typos (#18229)
|
2023-05-25 16:54:46 +03:00 |
vweb_fullstack
|
examples: create readme.md for vweb_fullstack (#17928)
|
2023-04-10 19:20:03 +03:00 |
vweb_orm_jwt
|
orm: enforce that queries always return a Result, a query-resulting array can be used as a V array in place. (#17871)
|
2023-04-04 08:23:06 +03:00 |
wasm
|
wasm: add a webassembly compiler backend, based on using binaryen (#17368)
|
2023-02-28 23:58:53 +02:00 |
wasm_codegen
|
wasm: add basic debuginfo through name section (#18130)
|
2023-05-08 09:31:36 +03:00 |
web_crawler
|
|
|
websocket
|
net.websocket: make thread safe/concurrent (#18179)
|
2023-05-18 11:27:00 +02:00 |
word_counter
|
examples: fix typos (#18229)
|
2023-05-25 16:54:46 +03:00 |
.gitignore
|
|
|
asm.v
|
|
|
binary_search_tree.v
|
examples: fix typos (#18229)
|
2023-05-25 16:54:46 +03:00 |
brainvuck.v
|
|
|
bst_map.v
|
all: replace generic <> with [] - part 2 (#16536)
|
2022-11-26 18:23:26 +02:00 |
buf_reader.v
|
|
|
c_interop_wkhtmltopdf.v
|
|
|
cli.v
|
|
|
control_thread_stack_size.v
|
cgen: support [spawn_stack: 131072] fn attribute, for controlling the max size of the stack, of the spawned threads (#17222)
|
2023-02-09 15:57:53 +02:00 |
custom_error.v
|
|
|
dump_factorial.v
|
|
|
errors.v
|
|
|
fetch.v
|
|
|
fibonacci.v
|
|
|
file_list.v
|
|
|
fizz_buzz.v
|
|
|
function_types.v
|
|
|
hanoi.v
|
|
|
hello_v_js.v
|
|
|
hello_world.v
|
|
|
http_server.v
|
|
|
json.v
|
|
|
lander.v
|
|
|
links_scraper.v
|
|
|
log.v
|
|
|
logfatal.v
|
|
|
mini_calculator.v
|
|
|
nbody.v
|
|
|
net_failconnect.v
|
|
|
net_peer_ip.v
|
|
|
net_raw_http.v
|
|
|
net_resolve.v
|
|
|
net_t.v
|
|
|
net_udp_server_and_client.v
|
|
|
news_fetcher.v
|
all: 2023 copyright
|
2023-03-28 22:55:57 +02:00 |
path_tracing.v
|
examples: fix typos (#18229)
|
2023-05-25 16:54:46 +03:00 |
quick_sort.v
|
all: replace generic <> with [] - part 2 (#16536)
|
2022-11-26 18:23:26 +02:00 |
random_ips.v
|
|
|
rule110.v
|
|
|
rune.v
|
|
|
spectral.v
|
|
|
tcp_echo_server.v
|
|
|
tcp_notify_echo_server.v
|
checker: check if guard returning non-propagate option or result (fix #17742) (#17794)
|
2023-03-29 14:51:29 +03:00 |
terminal_control.v
|
|
|
toml.v
|
|
|
tree_of_nodes.v
|
|
|
v_script.vsh
|
|
|
vmod.v
|
|
|
vpwgen.v
|
|
|