Werne Posted June 21, 2013 Share Posted June 21, 2013 I always thought Opera is a crappy browser, but it's not bad at all, it's actually quite good. Link to comment Share on other sites More sharing options...
brokenergy Posted June 21, 2013 Share Posted June 21, 2013 I know, right? Link to comment Share on other sites More sharing options...
Iv000 Posted June 21, 2013 Share Posted June 21, 2013 (edited) http://d24w6bsrhbeh9d.cloudfront.net/photo/aKzz30O_460sa.gif lol http://d24w6bsrhbeh9d.cloudfront.net/photo/ajrrqog_460sa.gif Edited June 21, 2013 by Iv000 Link to comment Share on other sites More sharing options...
Werne Posted June 21, 2013 Share Posted June 21, 2013 http://www.youtube.com/watch?v=hrzIykdka4s Everybody do the flop! ;D Link to comment Share on other sites More sharing options...
slayerpaul Posted June 21, 2013 Share Posted June 21, 2013 :cool: Link to comment Share on other sites More sharing options...
Werne Posted June 21, 2013 Share Posted June 21, 2013 Finally, it's done! I think Thor will like it, he was the one asking for it. I finished a script that, once executed, prints one to five random error messages. For now I don't have too many errors to print (14), still looking. A test run pic:The script is pretty darn simple: #!/bin/bash cd $(dirname $0) echo "Scanning system..." sleep 5 echo " WARNING! The following errors were found: " cat data | sort --random-sort | head -n $(shuf -i 1-5 -n 1) Now I just need to add more errors and find a way to port it over to Windows. :thumbsup: Link to comment Share on other sites More sharing options...
M48A5 Posted June 21, 2013 Share Posted June 21, 2013 :mellow: Link to comment Share on other sites More sharing options...
naomis8329 Posted June 21, 2013 Share Posted June 21, 2013 Finally, it's done! I think Thor will like it, he was the one asking for it. I finished a script that, once executed, prints one to five random error messages. For now I don't have too many errors to print (14), still looking. A test run pic:The script is pretty darn simple: #!/bin/bash cd $(dirname $0) echo "Scanning system..." sleep 5 echo " WARNING! The following errors were found: " cat data | sort --random-sort | head -n $(shuf -i 1-5 -n 1) Now I just need to add more errors and find a way to port it over to Windows. :thumbsup: Omg please don't I have enough problems with windows and microsoft in general... Link to comment Share on other sites More sharing options...
Werne Posted June 21, 2013 Share Posted June 21, 2013 Omg please don't I have enough problems with windows and microsoft in general...There's never enough problems with Windows and Microsoft, the problems just multiply. Just like mother in law, Windows is very buggy and those are hardcoded so you can't get rid of them. Mine are at least funny. :yes: And that's why I don't have Windows or any other Microsoft product any more, all replaced by Debian and open-source software. No bugs so far, and I run the testing distribution instead of stable. :happy: Link to comment Share on other sites More sharing options...
M48A5 Posted June 21, 2013 Share Posted June 21, 2013 :blink: Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now