It’s literally an Enjoy generator.
Type Enjoy and click OK, and you’ll see something like the image above ^^;
It’s literally an Enjoy generator.
Type Enjoy and click OK, and you’ll see something like the image above ^^;
A way to generate all the different sizes of icons and splash images needed when developing iPhone and Android apps at once. These sizes are used in FireMonkey, so change the numbers for other environments. I lost (?) the program…
You can packet-sniff the HTTP protocol to easily get the information you want. Enter the URL you want under Domain and the variable name under Param, then click Add. ilikeclick.com and linkprice.com are entered by default, so please keep that…
“Dream World” is an app that interprets dreams. Dream Interpretation: AI-powered dream analysis Based on the details of the dream you enter, cutting-edge AI analyzes and interprets its meaning and messages. This service provides a personalized interpretation that takes into…
How to Use Launch the program. Click the File button, enter the commands as shown below, and save the file. (If you have multiple accounts, repeat these steps.) [php] # Connect to the account to create the backup files. ssh://{아이디}:{패스워드}@{아이피}:{포트}…
This is an app I made while learning React Native. The app gathers and displays trending posts from popular online communities. Communities: Ppomppu, Today’s Humor, Ruliweb, Clien, FM Korea, Bobaedream, Nate Pann, Ygosu(Sites that require you to log in to…
PHP 파일에서 짧은 태그(<?) 를 긴 태그(<?php) 로 변경하는 프로그램입니다. 변경된 파일인 경우 원본 파일은 확장자에 .bak 를 추가합니다. <?=$hello?> 는 <?php echo $hello; ?> 로 변경됩니다. 옵션(-s) 를 사용하면 <?= 는 변경하지 않습니다. 현재 UTF-8 형식만 지원합니다. 사용방법 다운로드 관련링크 소스 :…