iExploit
Recent
Activity
Sign up
Have an account?
Sign in
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
About
Username
Deque
Joined
June 2011
Visits
0
Last Active
March 4
Roles
Member
Posts
78
Top Posters
Xin
3251
Sh3llc0d3
1910
chroniccommand
1389
undead
822
George
707
GameOver
675
Bursihido
406
m0rph
332
Mr. P-teo
269
D0WNGRADE
220
Who's Online (1)
mma
8:51PM
Powered by
Vanilla.
Made with
Bootstrap.
Looking to introduce yourself? Look no further, and click here! We also have IRC! [irc.evilzone.org #iexploit]
Deque
Activity
Discussions
20
Comments
58
Post your desktop [Pics]
"Sh3llc0d3" said: Boring for the moment but it's going to receive further pimpin' soon. [spoiler]http://i.imgur.com/4GKD7.png[/spoiler] [spoiler]http://i.imgur.com/0Z5xM.png[/spoiler] That looks neat.
Comment by
Deque
August 2011
permalink
Drawing plants with Lindenmayer
How does it not allow for easy debugging? I can do that with Eclipse very easily and I don't need a framework for it. NetBeans sure has a debugger too. Why is it not flexible? it has no "real" use apart from mobile dev JavaME is onl…
Comment by
Deque
August 2011
permalink
Drawing plants with Lindenmayer
"Flashlight" said: Shell, consider yourself lucky, java is the most horrible language ever, its like you took C++ and took all the good away from it. What is so horrible about it? I don't see any reason why it should be worse than C+…
Comment by
Deque
August 2011
permalink
*NIX Distribution Review(s)!
A nice idea. Hope this gets more. The OS' Window Manager (WM) is GNOME That is not a window manager, it is a desktop environment. Ubuntu uses Compiz or Metacity as WM. Depends on your settings of the desktop effects.
Comment by
Deque
August 2011
permalink
Caesar Cipher
Here is one I made in Java in case you want to show implementations in several languages: public String encrypt(String plainText, int shift) { StringBuilder code = new StringBuilder(); for (char c : plainText.toCha…
Comment by
Deque
August 2011
permalink
[Haskell] mirrorrank
Haskell was created by mathematicians and because of that is used a lot by mathematicians (i.e. the programs can be very easily mathematically proved to be correct which is what mathematicians need). So I guess a lot implementations are math related…
Comment by
Deque
August 2011
permalink
Caesar Cipher
"ir0n" said: where do they use this cipher? I mean advance ciphers are available so i don't think they use it anywhere,but really a VERY GOOD explanation It was used by Caesar (I guess you know that already). Back then it was ok, t…
Comment by
Deque
August 2011
permalink
[Haskell] mirrorrank
Thx, DOWNGRADE. I don't want to get rusty in Haskell. I don't use it much except for configuring xmonad. "p-teo" said: Looks reli nice, am i able to add this to my site - http://www.sourcex.info, you will be put down as creator …
Comment by
Deque
August 2011
permalink
Award Nominations...
Thanks for putting it all back. Must have been a lot of work. I also had a coder award.
Comment by
Deque
August 2011
permalink
Drawing plants with Lindenmayer
No I didn't. I don't even know it. Do you program with Java? I've the feeling I am the only one here. Our university uses Greenfoot to teach Java. I don't really like that.
Comment by
Deque
August 2011
permalink
Numbering Systems
Null Set, I know this stuff. I am a computer science grad. I am just saying that this tutorial needs to be improved.
Comment by
Deque
August 2011
permalink
Numbering Systems
Binary, like hexadecimal, can only count to 255 [...] Binary has a total of eight position That is just wrong. I am also missing, why these number systems are used and how to convert them back to decimal.
Comment by
Deque
August 2011
permalink
Award Nominations...
Thank you. Also for the linux setup award.
Comment by
Deque
August 2011
permalink
Award Nominations...
Academic is one for me. I will be finished in September this year with my BSc in computer science.
Comment by
Deque
August 2011
permalink
Linux Screenshots
It might not look that fantastic, but this is my current xmonad wm: [spoiler]http://s7.directupload.net/images/110809/jli83pku.png[/spoiler] [spoiler]http://s1.directupload.net/images/110809/mhouvtwi.png[/spoiler]
Comment by
Deque
August 2011
permalink
[Java] CAna v0.5 a cryptography program
I agree with Xinapse. Google tells you, what you need. I used JCE for most of the ciphers. Here is an example for you. (I made this right before I created CAna) The program takes three arguments that specify the algorithm for key generation (the fi…
Comment by
Deque
August 2011
permalink
NEW Hacking Challenges + Integrated with Users
"nu11byte" said: They're all gay. The first one wont accept the password for me. :( I turned off Javascript and typed it in... Am honestly gob-smacked. That is part of the challenge. ;)
Comment by
Deque
August 2011
permalink
Hey all
I missed you, chronic.
Comment by
Deque
July 2011
permalink
Null Set Intro
Welcome to iExploit.
Comment by
Deque
July 2011
permalink
Minicodingchallenge #1 (beginner)
It is not that hard to do that for multiple operations with brackets. This would be Java. It is a bit sloppy, it doesn't check wether the input is correct and the design could be better. But just to prove the concept: public class Calculator {…
Comment by
Deque
July 2011
permalink
More Comments