This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 클모앙 v1.13.0 (2024/11/02) | |
* 제작: 8086 | |
_ _ __ _ _ _ __ | |
/ |\/|/ \ /\ |\ |/__ _ _ _ _|__ ._ | \ /\ |\/|/ \ /\ |\ |/__ | |
\_| |\_//--\| \|\_|o(__>_> |(_)| |_//--\| |\_//--\| \|\_| | |
*/ | |
/* | |
* Global Color |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
QUERYNUM=1 | |
# Completely free to modify or whatever. Made by hexagonwin <[email protected]> | |
# This thing is FREE SOFTWARE or whatever you choose to call it | |
FIRST=1 | |
# Bing starts at FIRST=1, Google starts at FIRST=0 | |
PAGE=1 | |
UA="Mozilla/5.0 (MSIE 9.0; Windows NT 6.1; Trident/5.0)" | |
DELAY="2" | |
OUTPUT=./out |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
## THIS SOFTWARE IS FREE SOFTWARE LICENSED UNDER THE GNU GPL V3 | |
## CONFIGURATION | |
export A2PRG_VER=0 | |
export A2PRG_SCRPT=Sample | |
# COLOR SETUP | |
RED='\033[0;31m' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
## THIS SOFTWARE IS FREE SOFTWARE LICENSED UNDER THE GNU GPL V3 | |
export IPH_SITE=pantech.iyagi.net | |
export IPH_SITE_PROT=http://$IPH_SITE | |
export IPH_PRGROOT=$(pwd) | |
export IPH_INITIME=$(date) | |
export IPH_WAITTIME=2 | |
# ^Seconds |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- vim: ts=4 sw=4 noet ai cindent syntax=lua | |
--[[ | |
Conky, a system monitor, based on torsmo | |
Any original torsmo code is licensed under the BSD license | |
All code written since the fork of torsmo is licensed under the GPL | |
Please see COPYING for details |