Introducing Woo Young-woo: A Quirky Self-Introduction

This web program was inspired by the enjoyable drama “Extraordinary Attorney Woo Young-woo” that I recently watched. It doesnโ€™t have any special features, but I hope you find it fun. ๐Ÿ˜‰ Check out my self-introduction as Woo Young-woo Websites used for extracting/organizing words https://www.korean.go.kr https://stdict.korean.go.kr https://opendict.korean.go.kr https://krdict.korean.go.kr Source Code https://github.com/newkilho/woo0woo Library https://www.typeitjs.com

PHP Short Tag Conversion Program

This program changes short tags (<?) in PHP files to long tags (<?php).If the file has been modified, the original file will have a .bak extension added.<?=$hello?> will be changed to <?php echo $hello; ?>.Using the option (-s), <?= will not be changed.Currently, only UTF-8 format is supported. How to Use ConvertShortOpenTag.exe [options] {filename or...

A Fun Look at the Bitcoin Han River Index

When it comes to virtual gambling tokens like Bitcoin, I've been crawling various data to predict trends using AI. Suddenly, a playful thought popped into my head, and I whipped this up. I extracted the frequency of the term 'Han River' from cryptocurrency-related communities and displayed it on a chart, haha. Please take this lightly...

Damoa Distribution

This is an app I built while studying React Native. It's an app that collects and displays posts trending in popular communities. Community List: Ppomppu, Today's Humor, Ruliweb, Clien, AFEM Korea, Bobae Dream, Nate Pann, Wigo(Sites that require login to view properly have been excluded.) If you have any sites to add, please send me...

SecretSNI Update

SecretSNI has been updated as a no-install version of SecretDNS. It has been integrated with SecretDNS. A tray icon has been added. Autostart feature on boot has been added. DNS settings can be configured without changing Windows settings. The optimal number of threads minimizes speed degradation. You can edit whitelist.txt to specify domains for which...

Collection of Trending Posts

In 2021, I wish you an abundance of luck and peace. Looking back on last year, it felt like I spent my time without much interest outside a specific area. This new year, in the spirit of starting fresh, I thought to myself, if I could gather popular posts from famous communities, it would allow...

Mask Shopping Mall Notification Release

We monitor the mask shopping mall and inform you of available products. Features We provide information on online shopping malls, not offline ones.We track the sales status of each product in real-time.Only products priced below 2,000 KRW are displayed.Data refreshes without needing a manual refresh.When restocked items are updated, an alert sound will notify you....

Cyworld Photo Backup

This is a program that allows you to easily back up photos stored on Cyworld. How to Use Run the program.Enter your ID (email) and password.If you lose your ID or password, you can enter your own address directly. (Only public images will be extracted)Click the 'Run' button. Download The service has been suspended following...

URL Shortening Service

I've recently discovered that the URL shortening service provided by Google will soon be discontinued, so I've quickly created and launched my own version. It's similar to the existing service, but since it's hard to obtain an API and I found it tedious, I decided to build it myself. Itโ€™s also available as an OpenAPI...