

MIT/GPL is fine for smaller tools.
MIT/GPL is fine for smaller tools.
I like lower languages as well well, but everything doesn’t need to be built in C/C++/Rust and so on.
Numpy is what makes python fast though
I’ll be great. The big question is how long it’s left until a stable release
I personally think that C++ can be beautiful. For example: std::filesystem::path
overrides the /
operator, for specifying parent paths. It’s the same as Kotlin’s OKIO and Pythons standard pathlib.
void main(){...}
is not in the standard, but works on both MSVC and GCC (with warnings). I think it works on both C/C++, but you really shouldn’t use it in production. Just use int main(void){...}
, without any return value, which is permitted in the standard, and will return success iirc.
from random import uniform
from time import sleep
target = input("Enter target to hack:")
print(f'--Hacking {target}--')
print('initiating ~~anal penetration~~ backdoor entry')
for progress in range(0,100,20):
print(f'Hacking {target}: {progress}%')
sleep(uniform(1,3))
print(f'{target} hacked successfully')
Two hours a day? Rookie numbers…
Debian’s pretty good, but you can always use RHEL with a free account too
Yes, and a cp or ls clone isn’t that meaningful to stick GPL to.