Skip to content

Instantly share code, notes, and snippets.

View TanjimReza's full-sized avatar
🎯
Focusing

Tanjim Reza TanjimReza

🎯
Focusing
View GitHub Profile
@TanjimReza
TanjimReza / YourUninstaller Key
Last active April 26, 2021 11:42
youruninstaller.key
Giveawayoftheday
000017-2PNBK2-J59U6F-317E09-R5TGJQ-6B1WNA-AZCYNJ-GVP86A-7VP2MX-JFY2Q1
Download Link: `http://www.ursoftware.com/dlds/yusetup.exe`
NetLimiter 3
Registration name: Peter Raheli
Registration code: C99A2-QSSUD-2CSBG-TSRPN-A2BEB
NetLimiter 4
Registration Name: Vladimir Putin #2
Registration Code: XLEVD-PNASB-6A3BD-Z72GJ-SPAH7
https://www.netlimiter.com/download
function FindProxyForURL(url, host)
{
return "18.214.150.6:1080";
}
class CSEDepartment:
total_student = 0
def __init__(self, name, credit):
self.name = name
self.credit = credit
def __str__(self):
s = "Program: " + self.name + ", Credit hours: "+ str(self.credit)
return s
name = input("Enter word: ")
length_of_name = len(name)
reversed_name = ""
for i in range(length_of_name-1, -1, -1):
reversed_name = reversed_name + name[i]
if reversed_name == name:
print("The word is palindrome!")
else:
print("The word is not palindrome.")
newList = [1,2,3,2,1]
ggList = []
print(newList)
lenOfList = len(newList) - 1
for i in range(lenOfList, -1, -1):
print(f"Apending {newList[i]}")
ggList.append(newList[i])
print(ggList)
take = True
lst = []
while take:
a = input("Enter number: ")
if a == "STOP":
take = False
else:
print(f"Entered number {a}")
lst.append(a)
import math
# a = 2
# b = 4
a = int(input("Enter a:"))
b = int(input("Enter b:"))
q1 = int(input("Enter q1:"))
q2 = int(input("Enter q2:"))
r1b1 = -1*b
r1a1 = -1*a
@TanjimReza
TanjimReza / UsisShowRoutine.console
Last active May 23, 2024 22:30
BRACU USIS Routine
$("#column2").append(
`
<li class="widget color-red">
<div class="widget-head" style="cursor: move;"><a href="http://usis.bracu.ac.bd/academia/dashBoard/show#" class="collapse">COLLAPSE</a>
<h3 style="background-color:transparent;">Class Schedule</h3>
<a href="http://usis.bracu.ac.bd/academia/dashBoard/show#" class="remove">CLOSE</a><a href="http://usis.bracu.ac.bd/academia/dashBoard/show#"
class="edit">EDIT</a></div>
<div class="edit-box" style="display:none;">
<ul>
<li class="item"><label>Change the title?</label><input value="Class Schedule"></li>
('1','Optimus Prime','OP','Truck','99225','Sword of Judgment','Artillery','2016/01/18'),
('2','Bumblebee','OG','Mini-vehicle','14808','Cosmic Rust Gun','Artillery','2017/05/19'),
('2','Ratchet','NF','Car','10644','Shield Cannon','Artillery','2018/01/09'),
('5','Outback','UW','Mini-vehicle','1390','Primax Blade','Engineering','2015/06/04'),
('5','Huffer','CX','Mini-vehicle','4865','Machine Gun','Medical','2014/02/05'),
('4','Bluestreak','AB','Car','12438','Chainsaw','Artillery','2015/08/16'),
('6','Grimlock','FF','Dinobot','25634','Padding Missiles','Intelligence','2012/08/11'),
('2','Brawn','HI','Mini-vehicle','9339','Shield Cannon','Infantry','2017/05/22'),
('1','Sentinel Prime','KY','Truck','65214','Cybertronian Sword','Engineering','2016/01/19'),
('3','Slag','GU','Dinobot','9213','Shield Cannon','Engineering','2017/05/19'),