Note
This no longer works in browser!
This no longer works if you're alone in vc! Somebody else has to join you!
Warning
There are now two quest types ("stream" and "play")! Pay attention to the instructions!
// compile with zig build-exe srv.c.zig -lc (zig @master) | |
const c = @cImport({ | |
@cInclude("sys/socket.h"); | |
@cInclude("sys/types.h"); | |
@cInclude("arpa/inet.h"); | |
@cInclude("unistd.h"); | |
@cInclude("netinet/in.h"); | |
}); |
Taskmaster is a OneCommander utility to replace Explorer dialogs for file operations.
It uses Windows native APIs for Copy/Move operations and not hacks like some other copy/move replacements to speed-up operations. That means it won't break any speed records but it is as reliable as Explorer's operations.