Clone with HTTPS:
V
99.7% 299k loc
JavaScript
0.1% 413 loc
C
0.0% 83 loc
C++
0.0% 131 loc
Go
0.0% 63 loc
TypeScript
0.0% 64 loc
2048
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
assets
examples: clean file path usage in the examples, move all the fonts in the common assets folder (examples: clean file path usage in the examples, move all the fonts in the common assets folder (#12736))
1 year ago
call_v_from_c
docs: improve the README for examples/call_v_from_c/ with instructions for macos (docs: improve the README for examples/call_v_from_c/ with instructions for macos (#17060))
last Jan 22
call_v_from_python
examples: mention `-d no_backtrace` in examples/call_v_from_python/README.md
last Nov 1
clock
cgen: remove the need for [console] for gg or ui programs on windows (cgen: remove the need for [console] for gg or ui programs on windows (#15912))
last Sep 29
compiletime
all: replace generic `<>` with `[]` - part 2 (all: replace generic `<>` with `[]` - part 2 (#16536))
last Nov 26
concurrency
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
database
vlib: move the mysql/sqlite/pg/mssql modules under vlib/db (vlib: move the mysql/sqlite/pg/mssql modules under vlib/db (#16820))
last Jan 13
dynamic_library_loader
vlib: add a new dl.loader module, to simplify dynamic library loading, when the DLLs may be in multiple customisable locations (vlib: add a new dl.loader module, to simplify dynamic library loading, when the DLLs may be in multiple customisable locations (#17161))
last Jan 31
dynamic_library_loading
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
eventbus
examples: improve the sendbus example (examples: improve the sendbus example (#13604))
1 year ago
fireworks
cgen: remove the need for [console] for gg or ui programs on windows (cgen: remove the need for [console] for gg or ui programs on windows (#15912))
last Sep 29
flappylearning
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
game_of_life
checker: fix nested struct reference type field initialized check. (fix: checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752)) (checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752))
last Sep 15
get_weather
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
gg
gg: setup ctx.window.user_data and ctx.user_data on ctx.run(), instead of in gg.new_context, to allow for embedding gg.Context in `ui` (gg: setup ctx.window.user_data and ctx.user_data on ctx.run(), instead of in gg.new_context, to allow for embedding gg.Context in `ui` (#17169))
last Jan 31
graphs
examples: add more graphs examples, fix typo (examples: add more graphs examples, fix typo (#17113))
last Jan 25
js_dom_draw_bechmark_chart
examples: update examples/js_dom_draw_bechmark_chart/README.md with a chart (examples: update examples/js_dom_draw_bechmark_chart/README.md with a chart (#17084))
last Jan 24
macos_tray
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
native
native: implement for-c and for-in range loops (native: implement for-c and for-in range loops (#12155))
1 year ago
password
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
pendulum-simulation
gg: setup ctx.window.user_data and ctx.user_data on ctx.run(), instead of in gg.new_context, to allow for embedding gg.Context in `ui` (gg: setup ctx.window.user_data and ctx.user_data on ctx.run(), instead of in gg.new_context, to allow for embedding gg.Context in `ui` (#17169))
last Jan 31
pico
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
process
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
quadtree_demo
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
regex
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
smtp
tools: format most examples and tutorials, add them to `v test-cleancode` (tools: format most examples and tutorials, add them to `v test-cleancode` (#9826))
2 years ago
snek
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
sokol
thirdparty: update all sokol and fontstash headers with their upstream versions (thirdparty: update all sokol and fontstash headers with their upstream versions (#16940))
last Jan 11
templates
fmt: fix unnecessary line break in array init (fix fmt: fix unnecessary line break in array init (fix #11448) (#11562)) (fmt: fix unnecessary line break in array init (fix #11448) (#11562))
1 year ago
ttf_font
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
vcasino
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
viewer
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
vweb_fullstack
all: cleanup sqlite.connect statements (do not leave strange test.db or vweb.sql artefacts around, after running common tests)
last Jan 19
vweb_orm_jwt
examples: minor change after examples: minor change after #16948 (#16965) (examples: minor change after #16948 (#16965))
last Jan 15
web_crawler
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
word_counter
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
asm.v
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
binary_search_tree.v
all: replace generic `<>` with `[]` - part 2 (all: replace generic `<>` with `[]` - part 2 (#16536))
last Nov 26
brainvuck.v
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
bst_map.v
all: replace generic `<>` with `[]` - part 2 (all: replace generic `<>` with `[]` - part 2 (#16536))
last Nov 26
buf_reader.v
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
c_interop_wkhtmltopdf.v
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
cli.v
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
custom_error.v
examples: add custom_error.v, that shows how to match over possible errors (examples: add custom_error.v, that shows how to match over possible errors (#16265))
last Oct 31
fetch.v
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
fibonacci.v
docs: document more `builtin` functions/methods (docs: document more `builtin` functions/methods (#14229))
1 year ago
file_list.v
examples: add web_crawler and get_weather (examples: add web_crawler and get_weather (#10084))
2 years ago
function_types.v
doc: document `type Fn = fn (string) string` (type aliases) (doc: document `type Fn = fn (string) string` (type aliases) (#10471))
1 year ago
hanoi.v
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
hello_v_js.v
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
http_server.v
all: change optional to result of io (all: change optional to result of io (#16075))
last Oct 16
json.v
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
lander.v
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
log.v
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
logfatal.v
log: mark log.fatal as `[noreturn]` (log: mark log.fatal as `[noreturn]` (#16129))
last Oct 21
mini_calculator.v
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
net_failconnect.v
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
net_peer_ip.v
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
net_raw_http.v
all: change optional to result of io (all: change optional to result of io (#16075))
last Oct 16
net_resolve.v
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
net_udp_server_and_client.v
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
news_fetcher.v
all: replace generic `<>` with `[]` - part 2 (all: replace generic `<>` with `[]` - part 2 (#16536))
last Nov 26
path_tracing.v
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
quick_sort.v
all: replace generic `<>` with `[]` - part 2 (all: replace generic `<>` with `[]` - part 2 (#16536))
last Nov 26
random_ips.v
db, json, time, term: change optional to result (db, json, time, term: change optional to result (#16201))
last Oct 26
rule110.v
rand: simplify rand.PRNG, move to optional types for error handling (rand: simplify rand.PRNG, move to optional types for error handling (#13570))
1 year ago
spectral.v
fmt: remove unnecessary parentheses after `return` (fix fmt: remove unnecessary parentheses after `return` (fix #11423) (#11435)) (fmt: remove unnecessary parentheses after `return` (fix #11423) (#11435))
1 year ago
tcp_echo_server.v
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
tcp_notify_echo_server.v
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
toml.v
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15
tree_of_nodes.v
vfmt: change all '$expr' to '${expr}' (vfmt: change all '$expr' to '${expr}' (#16428))
last Nov 15