ds cxv
@PurePanic99
dsfs
I have seen a couple of cool mock operating systems on repl.it, and I really liked them. So I decided to make my own mock os. It is called PYphone. PYpython
i am confused!
amasad In Repl.it it currently means "Karma". But we're changing that to "cycles" as "flops" has a negative connotation.5 years ago
Lumpy_Wiggles Flops stand for Floating Operations Per Second. Say I had this Python code:
import time
def calc(num):
return num * 2
i = 0
while True:
print(calc(i))
i+=1
time.sleep(0.01)
This runs two operations (calc and increment) in the infinite loop. The loop is run 100 times per second, thus requiring 200 flops to run. Normally, people don't say "flops", though. Now processing power is described in hertz, which means a similar thing to flops. Hertz are the cycles through a code in a seco5 years ago
https://repl.it/@PurePanic99/fastmailnet
https://repl.it/@PurePanic99/location-display
https://purepython--purepanic99.repl.co/
https://repl.it/@PurePanic99/not-amazon