HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rlinge

no profile record

Submissions

[untitled]

1 points·by rlinge·2 jaar geleden·0 comments

Anonymous Private Chatroom

cnt2.cf
1 points·by rlinge·2 jaar geleden·0 comments

An Old-School Chat Room with WebRTC Video Call Support

1 points·by rlinge·2 jaar geleden·1 comments

[untitled]

1 points·by rlinge·2 jaar geleden·0 comments

Embed the resource files into the executable program

github.com
2 points·by rlinge·2 jaar geleden·4 comments

[untitled]

1 points·by rlinge·2 jaar geleden·0 comments

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

webd.cf
3 points·by rlinge·2 jaar geleden·0 comments

There's another way to write GUI apps for Windows

5 points·by rlinge·2 jaar geleden·8 comments

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

webd.cf
2 points·by rlinge·2 jaar geleden·0 comments

comments

rlinge
·2 jaar geleden·discuss
Webd: A 90kB Alternative you might want to try https://github.com/webd90kb/webd
rlinge
·2 jaar geleden·discuss
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 jaar geleden·discuss
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 jaar geleden·discuss
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 jaar geleden·discuss
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 jaar geleden·discuss
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 jaar geleden·discuss
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 jaar geleden·discuss
Sorry for that, but it's why I call it "another way" :-)
rlinge
·2 jaar geleden·discuss
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 jaar geleden·discuss
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.