HackerTrans
トップ新着トレンドコメント過去質問紹介求人

rlinge

no profile record

投稿

[untitled]

1 ポイント·投稿者 rlinge·2 年前·0 コメント

Anonymous Private Chatroom

cnt2.cf
1 ポイント·投稿者 rlinge·2 年前·0 コメント

An Old-School Chat Room with WebRTC Video Call Support

1 ポイント·投稿者 rlinge·2 年前·1 コメント

[untitled]

1 ポイント·投稿者 rlinge·2 年前·0 コメント

Embed the resource files into the executable program

github.com
2 ポイント·投稿者 rlinge·2 年前·4 コメント

[untitled]

1 ポイント·投稿者 rlinge·2 年前·0 コメント

Why I Created Webd: A Simple, Lightweight Solution for Your Storage Needs

webd.cf
3 ポイント·投稿者 rlinge·2 年前·0 コメント

There's another way to write GUI apps for Windows

5 ポイント·投稿者 rlinge·2 年前·8 コメント

A Lightweight, 90KB Web File Manager with Built-In Server and Essential Features

webd.cf
2 ポイント·投稿者 rlinge·2 年前·0 コメント

コメント

rlinge
·2 年前·議論
Webd: A 90kB Alternative you might want to try https://github.com/webd90kb/webd
rlinge
·2 年前·議論
I started to make some new toys in C too:

https://github.com/webd90kb/webd/tree/master/codes/c_project...

https://github.com/webd90kb/webd/tree/master/codes/scripts/e...
rlinge
·2 年前·議論
My script/tool can embed a directory with it's structure, the files(memory block) can be found by path/filename. It's suitable for my app like 'webd file server' which has a lot files embed in it.
rlinge
·2 年前·議論
Creating a well-structured C project can greatly enhance code maintainability, readability, and reusability. This blog post will guide you through a practical example of a C project with a complete directory structure, including a functional Makefile.
rlinge
·2 年前·議論
Embedding resource files into the executable program ensures that all necessary resources are included, simplifying distribution and preventing issues with missing files. It also enhances security by making it harder to modify or tamper with the resources.
rlinge
·2 年前·議論
Yes, Qt is a perfect choice for many developers, but there are also some developers who can't fully master C++. For example, I'm not smart enough to learn C++ and can only use C. Fortunately, there are some C language UI libraries available.
rlinge
·2 年前·議論
I use this method because I happen to know how to develop web servers and work with HTML/JavaScript. That's why I chose this approach. I assume they are in a similar situation, or they might have other considerations. Over the past decade, there has not been a truly perfect and convenient way to develop GUIs. Everyone has been trying different approaches.
rlinge
·2 年前·議論
Sorry for that, but it's why I call it "another way" :-)
rlinge
·2 年前·議論
I believe it is due to the widespread popularity of Electron. What is widely popular is not necessarily the most perfect, but it is more developer-friendly.

In recent years, developers and companies have become less concerned about the memory, storage, and CPU usage on users' devices.
rlinge
·2 年前·議論
There's another way to build a 150KB or less executable today. Mime is less than 90KB, have a look at https://webd.cf/webd/ It's a web file manager.