Search found 22 matches

by pedromalta
Wed May 02, 2012 11:22 pm
Forum: Challenges Solved
Topic: Lower Count
Replies: 20
Views: 1480

Simpla java code

Code: Select all

	public int lowerCaseCount(String string){
		int pivot = 0, sum = 0;
		
		while (true){
			try{
				if(Character.isLowerCase(string.charAt(pivot))){
					sum ++;					
				}
				pivot++;
				
			}catch (StringIndexOutOfBoundsException e) {
				return sum;
			}
			
		}		
		
	}
by pedromalta
Wed May 02, 2012 11:09 pm
Forum: Challenges Solved
Topic: The Powers That Be
Replies: 27
Views: 2903

Java is easy enough

For the Math public BigInteger ThePowersThatBe(){ BigInteger n17 = new BigInteger("17"); return n17.pow(39).pow(11); } And to concatenate each 33rd public String ThePowersThatBe(BigInteger result){ String retorno = ""; int pivot = 0; while (true){ try{ retorno += result.toString(...
by pedromalta
Wed May 02, 2012 10:51 pm
Forum: Challenges Solved
Topic: Valuation
Replies: 103
Views: 8935

Java is nice for Strings

//Trust in the errors and get your answers! public class Principal { public static int ValuationChallenge(String string){ int sum = 0, pivot = 0; String algarismo; while (true){ try{ algarismo = string.substring(pivot, pivot+1); sum += Integer.parseInt(algarismo); pivot++; }catch (StringIndexOutOfB...
by pedromalta
Sun Apr 17, 2011 1:35 pm
Forum: Challenges Solved
Topic: Don't Blink
Replies: 22
Views: 1900

wget --server-response http://www.hacker.org/challenge/misc/one.php

Nice challenge, my favourite till now...
by pedromalta
Sun Apr 17, 2011 12:27 pm
Forum: Challenges Solved
Topic: NEWSGROUP Cipher
Replies: 9
Views: 1404

Lol, i'm too young to get that fast, took a lot of google to understand usenet, and then rot13...
by pedromalta
Sun Apr 17, 2011 2:13 am
Forum: The Hacker's Server
Topic: Which 1 better XP oR window 7 ?
Replies: 12
Views: 17476

Thats a misconception, with things like WINE, you can play most windows games. but besides that point. if you have a friend who is willing to give you a windows 7 key and disk to barrow and your already on xp, make a VB and see if you like 7 before you buy it. Sure you can use WINE to play a lot of...
by pedromalta
Sat Apr 16, 2011 7:20 am
Forum: Challenges Solved
Topic: Lorem Ipsum
Replies: 34
Views: 3517

I did one for the RPC 3280, wich counts the word with 9 letters that appear the most.

i guess with some tweeking it would fit this one too... but it's a terrible code, yet fast...

It's posted under the RPC 3280 on this forum
by pedromalta
Fri Apr 15, 2011 1:07 am
Forum: The Hacker's Server
Topic: How Has Hacking Effected Your Life?
Replies: 12
Views: 18092

(1) How has hacking enhanced or improved your life? Nerd is the new sexy, as The Big Bang Theory says... There actually girls that likes smart guys... perharps they think you'll get rich with it, i don't know, and, despite my curiosity nature, i don't want to know. So, i dated some nice girls mainl...
by pedromalta
Fri Apr 15, 2011 12:48 am
Forum: The Hacker's Server
Topic: Could anyone help me get the password to this email adress??
Replies: 4
Views: 11259

Try brutus or john the ripper...

Lol, but that story is really not fitting...
by pedromalta
Fri Apr 15, 2011 12:39 am
Forum: The Hacker's Server
Topic: I am all right
Replies: 3
Views: 10270

It's inspiring how you Japanese face this disaster, here in Brazil to get the public things done, without any earthquake, tsunami, hurricanes or any other natural disaster than bad buildings on slopes, or near rivers where they never should be, is as hard as getting a donkey to walk when it just ref...
by pedromalta
Fri Apr 15, 2011 12:33 am
Forum: The Hacker's Server
Topic: help making a virus
Replies: 7
Views: 14343

Learn the concepts of malware, search it on wikipedia. Then see if it's a virus that you really want, virus are fun, but not that fun, that fun would be a good trojan. Learn to code, of course, and take a look at the metasploit framework, and the backtrack linux distribution. Those are good resource...
by pedromalta
Fri Apr 15, 2011 12:27 am
Forum: The Hacker's Server
Topic: something is wrong
Replies: 3
Views: 7972

I ended up here 3 days ago, i was looking for an old site that was similar to this one, but with a lot less challenges, and it was segregated, not in the forum, but they had like a library with hack stuff that you gain access by solving the challenges... Well, i'm still trying to remember the site, ...
by pedromalta
Fri Apr 15, 2011 12:14 am
Forum: The Hacker's Server
Topic: best programming language
Replies: 17
Views: 65201

I think the best language would depend on the task you're doing...

And a great free tool for programming is linux...
by pedromalta
Fri Apr 15, 2011 12:08 am
Forum: The Hacker's Server
Topic: Which 1 better XP oR window 7 ?
Replies: 12
Views: 17476

In my opinion the strongest reason to use Windows (over other operating system, like linux, or perharps OS/2) is the gaming options, you have plenty of great games for the Windows family. Since i'm talking about games the choice is the Windows 7, wich is the newest, comes with the new DirectX, and i...
by pedromalta
Thu Apr 14, 2011 11:46 pm
Forum: The Hacker's Server
Topic: Uncovering Personal Information over the Internet
Replies: 2
Views: 9231

I miss the days where irc and icq where really popular, it was so fun to dig those informations... we usually had real ips back then, and everything was usually peer to peer... and to add the fun the informations weren't so easy to find as now with facebook and myspaces! so fun!