v/examples
2023-12-19 14:16:07 +02:00
..
2048 all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
assets
call_c_from_v pref: fix unintended file extensions in default output names, allow for v run file.c.v (#19745) 2023-11-03 19:51:44 +02:00
call_v_from_c all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
call_v_from_python all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
call_v_from_ruby all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
clock all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
compiletime
concurrency
coroutines coroutines: use photon work_pool when nr_jobs > 0, and use photon libc fn wrappers (#19711) 2023-10-31 20:12:52 +03:00
database all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
dynamic_library_loader all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
dynamic_library_loading all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
eventbus all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
fireworks
flappylearning all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
game_of_life all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
get_weather all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
gg gg: fix overlapping slices in draw_slice_filled() (#20182) 2023-12-15 19:31:33 +02:00
graphs checker: fix generic fn with generic fn call returning generic map (fix #20106) (#20150) 2023-12-12 11:41:58 +02:00
hot_reload all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
js_dom_cube ci: run VAUTOFIX=1 ./v check-md -hide-warnings . to fix doc failures 2023-11-25 09:34:46 +02:00
js_dom_draw ci: run VAUTOFIX=1 ./v check-md -hide-warnings . to fix doc failures 2023-11-25 09:34:46 +02:00
js_dom_draw_bechmark_chart all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
linear_regression
macos_tray all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
native
password all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
pendulum-simulation all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
pico vweb2 (#19997) 2023-12-09 08:07:51 +03:00
process examples: add an example of a simple process wrapper, built around an interactive python process, in wrapping_interactive_python.v 2023-12-08 14:39:08 +02:00
quadtree_demo all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
readline all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
regex docs: update deprecated blockquote highlight syntax (#19974) 2023-11-23 13:33:33 +02:00
smtp
snek all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
sokol builtin: deprecate string.last_index/1 for string.index_last/1, and string.last_index_u8/1 for string.index_u8_last/1 (#20095) 2023-12-05 13:56:59 +02:00
ssl_server net.mbedtls: add SSLListener to allow creating SSL servers (#19022) 2023-08-01 20:45:50 +03:00
submodule
templates examples: fix typos (#18229) 2023-05-25 16:54:46 +03:00
term.ui all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
tetris all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
ttf_font all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
vcasino all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
viewer all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
vwatch db.sqlite: make functions return results, breaking change (#19093) 2023-08-10 05:39:32 +03:00
vweb websocket: enable using an already existing connection (from vweb or another http server) (#20103) 2023-12-19 14:16:07 +02:00
vweb_fullstack all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
vweb_orm_jwt all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
wasm examples: increase the resolution of the generated image in examples/wasm/mandelbrot 2023-12-11 16:54:09 +02:00
wasm_codegen examples: fix brainvuck.v (handle [ and ] properly); allow both brainvuck.v wasm_codegen/bf_compiler.v to work with .b files too 2023-10-03 17:01:55 +03:00
web_crawler net.html: fix semantic inconsistencies of tag retrieving functions (#18558) 2023-06-27 20:10:31 +03:00
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
xvweb/todo examples: minor refactor in the xvweb example (#20206) 2023-12-17 20:51:32 +02:00
.gitignore
asm.v
binary_search_tree.v examples: fix typos (#18229) 2023-05-25 16:54:46 +03:00
brainvuck.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
bst_map.v
buf_reader.v
c_interop_wkhtmltopdf.v all: make all struct C.XYZ -> pub struct C.XYZ (#19651) 2023-10-25 15:01:50 +03:00
cli.v
control_thread_stack_size.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
custom_error.v
dump_factorial.v
errors.v
fetch.v
fetch_ip.v examples: add examples/fetch_ip.v, showing how to contact http://ifconfig.co/json and parse the result 2023-09-06 12:24:01 +03:00
fibonacci.v
file_list.v
fizz_buzz.v
function_types.v
hanoi.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
hello_v_js.v
hello_world.v
http_server.v
json.v
lander.v
links_scraper.v
log.v log: improve the most common use case (#19242) 2023-08-31 06:44:11 +03:00
logfatal.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
mini_calculator.v
nbody.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
net_failconnect.v
net_peer_ip.v
net_raw_http.v
net_resolve.v
net_t.v
net_udp_server_and_client.v examples: fix net_udp_server_and_client.v with latest V and latest net module (listen on 0.0.0.0, and dial to 127.0.0.1) (#19564) 2023-10-14 17:08:26 +03:00
news_fetcher.v
path_tracing.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
quick_sort.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
random_ips.v
rule110.v
rune.v
spectral.v
tcp_echo_server.v
tcp_notify_echo_server.v
terminal_control.v
toml.v
tree_of_nodes.v
v_script.vsh
vmod.v
vpwgen.v