Ruby On brute-force password cracker

by Ishkur, October 11, 2008 02:36

Hmmm, I certainly can't spe...

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk
1
2
3
package ircbot;

...

Java On Java IRC Bot

by Ishkur, September 14, 2008 00:19

I decided to refactor it my...

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk
1
2
3
4
package ircbot;

/**
...

Java Java IRC Bot

by Ishkur, September 13, 2008 06:04, 4 refactorings, tagged with java, IRC bot, regex

I've been working on this f...

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk
1
2
3
4
package spirals;
import processing.core.*;

...

Java Processing / Java

by Ishkur, September 11, 2008 04:07, 2 refactorings

I'm trying to move out of P...

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk

PHP On model loader

by Ishkur, August 24, 2008 04:01

Very interesting ways of go...

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk

PHP On model loader

by Ishkur, August 22, 2008 20:07

Wow, that refactoring is ni...

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk
1
2
3
<?php
function loadModel($model)
...

PHP model loader

by Ishkur, August 21, 2008 14:16, 5 refactorings, tagged with model loading

I'm doing a lot of work wit...

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk

PHP On Universal File Download Class

by Ishkur, August 19, 2008 18:41

In your function 'public fu...

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk

PHP On Getter and Setter

by Ishkur, August 14, 2008 14:54

Note: the above refactoring...

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk
1
2
3
<?php
	/**
...

PHP On MySQL original PHP 5 wrappe...

by Ishkur, August 05, 2008 05:39

I've taken to liking your d...

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk

PHP On MySQL original PHP 5 wrappe...

by Ishkur, August 02, 2008 19:14

Can you elaborate some more...

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk
1
2
3
4
<?php

	//...
...

PHP On MySQL original PHP 5 wrappe...

by Ishkur, August 02, 2008 03:04

There seem to be a lot of t...

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk

PHP On Object with Field names as ...

by Ishkur, July 31, 2008 06:45

Going with that the previou...

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk
1
2
3
4
<?php

class ParentClass
...

PHP On Object with Field names as ...

by Ishkur, July 28, 2008 20:16

Sorry, I mixed up my terms....

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk
1
2
3
+----------+-------------+------+-----+---------+----------------+
| Field    | Type        | Null | Key | Default | Extra          |
...

PHP Object with Field names as ...

by Ishkur, July 28, 2008 19:35, 6 refactorings, tagged with php5, field names, database, object

What I am trying to do is a...

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk

PHP On PHP5 Database Clas

by Ishkur, July 22, 2008 03:36

Well if I wanted to go that...

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk
1
2
3
4
<?php

class DB {
...

PHP PHP5 Database Clas

by Ishkur, July 21, 2008 16:33, 3 refactorings, tagged with php5, database, class

For the most part, this cla...

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk

PHP On Database Class

by Ishkur, July 11, 2008 00:46

I've got a sourceforge proj...

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk
1
2
3
4
<?php

/**
...

PHP On Interfacing Tor with cURL

by Ishkur, June 29, 2008 02:03

Well, what I was going for ...

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk
1
2
3
4
<?php

/**
...

PHP Interfacing Tor with cURL

by Ishkur, June 28, 2008 20:29, 5 refactorings, tagged with Tor, OOP Class, php

I found a php function that...

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk