MrSaad – Telegram
MrSaad
304 subscribers
72 photos
8 videos
3 files
52 links
( '•_•' == '^_^' )
Download Telegram
Channel created
CommandLine Valid Data 1.0

 Not Found Data
1💩1
MrSaad
Source -->
<body style="background:black; justify-content: center; display:flex; align-items:center;">
<h1 id="p" style="font-size:190px;"></h1>
<noscript>
function moon () {
const spin = ['🌑','🌒','🌓','🌔','🌕','🌖','🌗','🌘'];
let i = 0;

return setInterval(() => {
i = (i >= 8) ? 0 : i;
document.getElementById("p").innerText =spin[i];
i++;
}, 1000);
}

function stars(num) {
for (let j = 0; j < num; j++) {
const star = document.createElement('h1');
star.innerText = '•';
star.style.position = 'absolute';
star.style.color = 'white';
star.style.fontSize = '20px';
star.style.top = Math.random() * 100+ 'vh';
star.style.left = Math.random() * 100+ 'vw';
document.body.appendChild(star);
}
}

function shootingStar() {
const shootingStar = document.createElement('h1');
shootingStar.innerText = '☄️';
shootingStar.style.position = 'absolute';
shootingStar.style.color = 'yellow';
shootingStar.style.fontSize = '20px';
shootingStar.style.top = Math.random() * 100 + 'vh';
shootingStar.style.left = '-10px';
shootingStar.style.transform = 'rotate(-90deg)';
document.body.appendChild(shootingStar);

let moveInterval = setInterval(() => {
const left = parseInt(shootingStar.style.left);
const top = parseInt(shootingStar.style.top);

if (left < window.innerWidth && top < window.innerHeight) {
shootingStar.style.left = left + 2 + 'px';
shootingStar.style.top = top + 2 + 'px';
} else {
clearInterval(moveInterval);
document.body.removeChild(shootingStar);
}
}, 60);
}

moon();
stars(15);
shootingStar();
</noscript>
</body>


Command@local-$ channel -d "GeekUNIX"
#Script
اومدیم یک نمونه اسکریپت مشابه history پیاده کردیم، با الگوریتم متفاوت تر

if [ "$1" ]; then
function data {
if [[ -f end.txt ]]; then
last_id=$(tail -n 1 end.txt | awk '{print $2}')
id=$((last_id + 1))
while grep -q " $id " end.txt; do
id=$((id + 1))
done

if ! grep -q "ID" end.txt; then
header="-------------------------------------------------------
| ID | Time | Command | User |
-------------------------------------------------------"
echo "$header" >> end.txt
fi
else
id=1
header="-------------------------------------------------------
| ID | Time | Command | User |
-------------------------------------------------------"
echo "$header" >> end.txt
fi

printf "| %-6s | %s | %-20s | %s |\n" "$id" "$(date +'%H:%M:%S')" "$1" "$(whoami)
"
}
data "$1" >> end.txt
fi

Command@local-$ "GeekUNIX"
#Script
👏4💩1
MrSaad pinned a photo
console.log(/[A-Z]+\d/.test("HELLO5") ? 'ok' : 'error');

با فقط یک لاین رجکستو تست کن

Command@local-$ "GeekUNIX"
#Script
👍1
curl -X GET https://open.wiki-api.ir/apis-1/ChatGPT-4o?q=$1 | jq '.results' | sed 's/"/ /' | sed 's/"/ /' | alias '@'='bash noscript.sh'

Command@local-$ @ hello

کامندلاین مجهز به ai

Command@local-$ "GeekUNIX"
#Script
🔥1💩1
سال جدیدتونو با debugging شروع کنین تا احتمال successful بودن projects بالاتر باشه

New Year 404

Not Found ...
💩1
<?php
function test($ch){
foreach ($ch as $end) {
foreach ($end as $txt) {
if($txt){
echo "#";
} else {
echo " ";
}
}
echo "\n";
}
}
test([[false,false,false],[false,false,true,true,false,false,true,true],[false,false,false,false,false,false,false,false],[false,true,false,false,false,false,false,false,true],[false,false,true,false,false,false,false,true,false],[false,false,false,true,true,true,true,false]]);
?>
1
Channel photo updated
Channel name was changed to «MrSaad»
https://geekunix.netlify.app/

It is connected to the GitHub repository