v/examples
kristof de spiegeleer 3f3bec45fa
examples: add a template example, update the regex examples (#8829)
2021-02-19 12:39:15 +02:00
..
2048 examples: fix 2048 scaling 2021-02-17 16:18:33 +01:00
assets/fonts examples: add license files for fonts 2020-03-07 14:14:37 +01:00
compiletime all: change .ReturnType and .Type to .return_type and .typ (#6494) 2020-09-28 06:13:38 +02:00
concurrency examples: fix warnings when doing `./v -W -progress -check-syntax build-examples` 2020-10-26 13:14:26 +02:00
database examples: improve the pg and vweb output (#8640) 2021-02-09 11:31:25 +02:00
eventbus checker: add error for `fn f() Struct { return &Struct{} }` (#6019) 2020-07-29 21:40:43 +02:00
fireworks examples: fix fireworks.v 2021-02-17 06:50:09 +01:00
flappylearning gg: use gg types for Events instead of sapp 2021-02-17 06:44:01 +01:00
game_of_life docs_ci: check all md files except thirdparty (#6855) 2020-11-18 18:28:28 +01:00
gg gg: add draw_convex_poly/2 and draw_empty_poly/2 methods (#8487) 2021-02-01 18:18:23 +02:00
hot_reload gg: use gg types for Events instead of sapp 2021-02-17 06:44:01 +01:00
linear_regression .gitignore: ignore all binary files by default 2020-04-29 16:49:13 +02:00
pico examples: fix `v build-examples` 2020-07-24 13:29:47 +03:00
process examples: make a process example compile with -prod 2021-02-07 05:23:45 +01:00
regex examples: add a template example, update the regex examples (#8829) 2021-02-19 12:39:15 +02:00
smtp examples: add example for using the SMTP module (#5870) 2020-07-18 15:59:54 +03:00
snek gg: use gg types for Events instead of sapp 2021-02-17 06:44:01 +01:00
sokol examples: add examples/sokol/05_instancing_glsl, cleanup code (#8809) 2021-02-18 11:11:26 +02:00
templates examples: add a template example, update the regex examples (#8829) 2021-02-19 12:39:15 +02:00
term.ui checker: check `unsafe` V function calls (#8752) 2021-02-14 19:31:42 +01:00
tetris gg: use gg types for Events instead of sapp 2021-02-17 06:44:01 +01:00
ttf_font gg: use gg types for Events instead of sapp 2021-02-17 06:44:01 +01:00
vcasino examples: fix warnings when doing `./v -W -progress -check-syntax build-examples` 2020-10-26 13:14:26 +02:00
vweb examples: add examples/vweb/server_sent_events; implement vweb.sse 2021-02-03 16:03:06 +02:00
websocket examples: move websocket example from x/ 2021-01-31 15:18:54 +01:00
word_counter all: update copyright to 2019-2021 (#8029) 2021-01-18 13:20:06 +01:00
x64 make v build-examples work: part 1 2020-06-02 16:09:41 +02:00
.gitignore .gitignore: ignore all binary files by default 2020-04-29 16:49:13 +02:00
binary_search_tree.v examples: fix typos/grammar and chmod u+x v_script.vsh (#8304) 2021-01-24 11:15:11 +02:00
buf_reader.v io: fix detection of end_of_stream, when reading files through io.new_buffered_reader(reader: io.make_reader(f)) 2021-02-16 23:22:17 +02:00
cli.v cli: fix typo (#8742) 2021-02-15 17:25:30 +02:00
fetch.v http: mutable request fields 2020-04-28 13:57:48 +02:00
fibonacci.v examples: fix fibonacci warning 2020-05-13 15:51:17 +03:00
fizz_buzz.v examples: reorganize 2020-03-21 09:47:38 +01:00
hanoi.v examples,tools: cleanup most warnings 2020-12-04 16:05:39 +02:00
hello_v_js.v examples: build examples/hello_v_js.v without warnings/errors 2020-10-18 09:33:55 +03:00
hello_world.v examples: reorganize 2020-03-21 09:47:38 +01:00
json.v parser: check `(mut f Foo)` syntax 2020-05-17 13:51:18 +02:00
lander.v all: remove `it` smartcast and replace with original variable name (#5764) 2020-07-09 17:14:14 +02:00
links_scraper.v http: refactor and reduce duplication 2020-01-16 18:16:11 +01:00
log.v log: fix example error 2020-04-06 17:22:53 +02:00
mini_calculator.v examples: update mini_calculator.v (#8182) 2021-01-18 18:40:47 +02:00
nbody.v examples: fix `v build-examples` 2020-07-24 13:29:47 +03:00
net_peer_ip.v vlib/net: add buffered IO, x.net -> net (#6754) 2020-11-15 22:54:47 +02:00
net_raw_http.v all: require calling `optfn() ?` / `optfn() or {...}` for `fn optfn() ? {}` 2021-01-26 16:43:17 +02:00
net_t.v vlib/net: add buffered IO, x.net -> net (#6754) 2020-11-15 22:54:47 +02:00
net_udp_server_and_client.v examples: add net_udp_server_and_client.v 2021-02-02 10:36:56 +02:00
news_fetcher.v sync: move pool related code to `sync.pool`, cleanup, add a README.md 2021-02-11 10:55:23 +02:00
path_tracing.v all: require calling `optfn() ?` / `optfn() or {...}` for `fn optfn() ? {}` 2021-01-26 16:43:17 +02:00
quick_sort.v example: make quick_sort generic (#5898) 2020-07-20 20:17:01 +03:00
random_ips.v examples: remove unused import (#6063) 2020-08-05 05:11:58 +02:00
rune.v add `str` function for `rune` 2019-07-01 17:36:23 +02:00
spectral.v examples: fix spectral.v 2020-12-21 08:50:31 +01:00
terminal_control.v examples: fix warnings when doing `./v -W -progress -check-syntax build-examples` 2020-10-26 13:14:26 +02:00
tree_of_nodes.v examples: use Empty instead of Leaf in tree_of_nodes.v 2021-01-15 11:15:29 +02:00
v_script.vsh examples: fix typos/grammar and chmod u+x v_script.vsh (#8304) 2021-01-24 11:15:11 +02:00
vmod.v v.mod: remove commas; add example for v.vmod (#6169) 2020-08-19 16:07:10 +02:00
vpwgen.v examples: add a simplified mini (v)pwgen program 2020-07-05 01:44:00 +03:00
wkhtmltopdf.v examples: C interop for HTML to PDF conversion using libwkhtmltox (#7751) 2021-01-03 16:56:55 +01:00