Skip to content

Instantly share code, notes, and snippets.

package cz.citco.u1;
import java.awt.GridLayout;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.io.File;
import java.io.IOException;
import java.util.Properties;
import javax.mail.Message;
SITES BEGIN (ordered by live bytes) Sun Mar 29 04:51:44 2009
percent live alloc'ed stack class
rank self accum bytes objs bytes objs trace name
1 43.23% 43.23% 212195120 2652439 212200720 2652509 300294 java.util.HashMap$Entry[]
2 21.62% 64.85% 106100360 2652509 106100360 2652509 300293 java.util.HashMap
3 12.97% 77.82% 63660216 2652509 63660216 2652509 300295 java.util.HashMap$Entry
4 8.88% 86.70% 43583808 2723988 56169808 3510613 300291 java.lang.Long
5 8.43% 95.12% 41362112 2585132 41362112 2585132 300296 cz.dizzi.UniqueFiles$Node
6 0.65% 95.78% 3207672 133653 84254712 3510613 300274 java.lang.String
7 0.59% 96.37% 2901040 8478 90742120 197419 300275 java.lang.Object[]
package cz.dizzi;
import java.io.BufferedReader;
import java.io.FileReader;
import java.util.ArrayList;
import java.util.HashMap;
public class UniqueFiles {
private int counter = 0;
When an oper-
ator performs this test, we find that many look fairly comfortable at the five-minute mark. It is at
this point that we tell them not to worry, as they will quickly get over it. At approximately seven
minutes, the looks of extreme horror begin to come over their faces and we let them know that it
will only hurt up until this point, and then it really doesn’t get any worse. At nine minutes, it is no
longer about who’s bigger or stronger, but rather about who has the most guts. At ten minutes, we
have the buckets ready!
Windows IP Configuration
Ethernet adapter WiFi:
Connection-specific DNS Suffix . : praha5.net
IP Address. . . . . . . . . . . . : 10.91.1.189
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . : 10.91.255.254
dizzi_cz (11:20:31 28/04/2009)
si se nepochlubil ze mas pritulku
gs (11:20:42 28/04/2009)
minule to nechal na baru, tak mrkni nejdriv tam
dizzi_cz (11:20:46 28/04/2009)
jj
gs (11:20:46 28/04/2009)
function writeToMonitor{
write-host LOG: Last transfer $args[0]
}
$now = Get-Date 13:00
$start = Get-Date 7:00
$end = Get-Date 20:00
if($now -gt $start -and $now -lt $end) {
blogout = new Button("Registrovat");
blogout.addClickHandler(new ClickHandler(){
public void onClick(ClickEvent sender) {
RequestBuilder request = new RequestBuilder(RequestBuilder.POST, GWT.getModuleBaseURL()
+ "userhandling/createUser");
request.setRequestData("username=" + user.getText() + "&password=" + pass.getText() + "&im=" + im.getText()
+ "&email=" + email.getText());
request.setHeader("Content-Type", "application/x-www-form-urlencoded");
request.setCallback(new RequestCallback() {
public void onError(Request request, Throwable exception) {
@dizzi
dizzi / gist:176971
Created August 28, 2009 12:45
test1
package cz.ing;
import java.io.BufferedReader;
import java.io.FileReader;
import java.util.ArrayList;
public class Peck {
static String screenStart = "CHARGE CODE INQUIRY";
static String inputData = "3,18,22;3,41,45;4,20,22;4,42,48";
static String inputFile = "c:\\dizzi\\prj\\keyfiles\\chrgcapt.txt";
file.eachFile({
if(it.toString()==~/.*o\.txt/){
println it
totalFiles++
}
})