Pinned Loading
-
-
check the list is sorted!
check the list is sorted! 1import random
2class Quick_sort_randominizer:
3def check_sorted(list_=[7,3,5,5,6,0,8]):
4length = len(list_)
5sorted = None
-
clock program in python
clock program in python 1i=0
2from datetime import datetime
3import time
4import os; os.system('clear')
5while True:
-
A Daemon which will check for Logins...
A Daemon which will check for Logins in and will write it as a file for you're Arch. 1import subprocess
2import os
3def get_no_of_logins(logins=subprocess.getoutput("last tty1")):
4get_logins_list = logins.splitlines()
5return f'The no of logins that took place :{len(get_logins_list)-2}'
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.