←back to thread

1901 points l2silver | 1 comments | | HN request time: 0.389s | source

Maybe you've created your own AR program for wearables that shows the definition of a word when you highlight it IRL, or you've built a personal calendar app for your family to display on a monitor in the kitchen. Whatever it is, I'd love to hear it.
1. psnehanshu ◴[] No.35756139[source]
When I started learning code and to build websites, I felt it very cumbersome to login into cpanel and upload PHP files. Hence I built my own file manager called HostBrowser[1]. It was a single PHP script. It had a lot of functionality that a lot of advanced file mangers have, like copy paste, compress files to Zip, extract Zip, copy-paste, directly download file from remote server, a code editor. The UI was inspired by that of phpLiteAdmin[2].

[1] https://github.com/anupamsaikia/HostBrowser

[2] https://en.wikipedia.org/wiki/File:PhpLiteAdmin_Main_Screen....