![]() |
FAQ/Help |
Calendar |
Search |
#26
|
||||
|
||||
Quote:
I dont know much about hacker psychology and their motives. Probably all sorts of people are hackers. Will have to look into this more... |
#27
|
|||
|
|||
Quote:
You will have plenty of chances to either observe and study how they talk and behave or even engage them in conversation; many of them are friendly. It's also a way to learn a lot of hacking and OPsec related knowledge ![]() Don't worry, just registering an account isn't illegal ![]() |
![]() bearguardian
|
#28
|
||||
|
||||
Useless but impressive perl script. It runs spirals when executed:
HTML Code:
#!/usr/bin/perl $_=' $q ="\ 47"; wh ile ($ ;= $z += .5 ){ %c= $r=0;$/ ="";whi le(2 0+ $z>($;+=.05)){$c{int$ _+ 2 6+ 2*($ r+= .0 2) * s in$ ;}{1 -$_ +1 0+ int $r*c o s $ ;} =1for(0. .1) }$ t =r ever se;$ /. =` c le ar `. " #! / usr /bi n/ pe rl \n\ $_ =$q \n" ; fo r$y (1..20){$c{$_} { $ y }? $ /.=chop$t : ($/ . =" \4 0") for(0. .53) ; $/. ="\n"}pri nt"$/$ q; s; ". chr(9 2)."s;;g;eval\n "} ';s;\s;;g;eval |
#29
|
||||
|
||||
Alan Turing:
|
#30
|
||||
|
||||
linux elive, the beauty I discovered today:
|
#31
|
||||
|
||||
3AM
Learning programming in virtual win10: |
#32
|
||||
|
||||
#33
|
||||
|
||||
#34
|
||||
|
||||
#35
|
||||
|
||||
#36
|
||||
|
||||
#37
|
||||
|
||||
The most stylish movie ever.
|
#38
|
||||
|
||||
I just youtubed ninja fighting technique and realized I was practicing, for fun, the same thing without prior knowledge.
|
#39
|
||||
|
||||
...our continuing mission: to seek out knowledge of C, to explore strange unix commands, and to boldly code where no one has man page 4.
https://en.wikibooks.org/wiki/Linux_...gramming_tools |
#40
|
||||
|
||||
#41
|
||||
|
||||
Check out my tarot shuffler script. It very simple to make. Next mission is to make a simple text editor.
http://namshub.000webhostapp.com/pages/tarot.php |
#42
|
||||
|
||||
#43
|
||||
|
||||
Learned alot of python and GUI in breaking this text editor.
No ugly tools of any kind. Just window and text. Now I have to figure out how to make it automatically save text, if its possible. |
#44
|
||||
|
||||
Very cool!
__________________
![]() You're only given one little spark of madness. You mustn't lose it. ~ Robin Williams Did you exchange a walk on part in the war for a lead role in a cage? ~ Pink Floyd |
![]() bearguardian
|
#45
|
||||
|
||||
I will only be really impressed if we invent a replicator and a hyperdrive.
Is technology development slowing down, speeding up, going as it should? Will it save us or doom us? https://fossbytes.com/research-tribo...-and-wearables |
#46
|
||||
|
||||
#47
|
||||
|
||||
More messing with text editor...
|
#48
|
||||
|
||||
Final tweek for now. I have stripped 100 lines of code to this:
HTML Code:
#!/usr/bin/python import sys, Tkinter sys.modules['tkinter'] = Tkinter from Tkinter import * master = Tk() text = Text(master, bg="pink") text.pack() master.mainloop() |
#49
|
||||
|
||||
There is Dagon missing on this scale...
|
#50
|
||||
|
||||
Hope oneday I wont be forced to convert, or worse, dump my Mp3 collection...
https://fossbytes.com/rip-mp3-audio-format-dead |
Reply |
|