PHP On MD5 strings

by Marco Valtas, September 17, 2009 02:17

Maybe you should post this ...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk
1
2
3
public class RegExpExample {
	public static void main(String[] args) {
...

Java On replace with regex

by Marco Valtas, August 12, 2009 03:10 Star_fullStar_fullStar_fullStar_full

Here's my example, use a si...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk

Java On First LotusScript Agent

by Marco Valtas, March 17, 2009 13:40

This code isn´t Java.

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk
1
2
3
# here's some steps.
...

Bash On sort | uniq alternative

by Marco Valtas, February 08, 2009 01:01

Hi, this problem remembered...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk
1
2
3
4
package psigate.model;

import java.util.ArrayList;
...

Java On PSiGate

by Marco Valtas, January 31, 2009 02:00

Here's some Java way to thi...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk
1
2
3
#!perl
...

Perl On Delete files from a directory

by Marco Valtas, October 14, 2008 22:35 Star_fullStar_fullStar_fullStar_fullStar_full

Hi, usually I use File::Fin...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk
1
2
3
<?php
...

PHP On Array and ForEach Loop

by Marco Valtas, August 12, 2008 19:02 Star_fullStar_fullStar_full

My experience tells that I ...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk
1
2
3
<?php
...

PHP On Getter and Setter

by Marco Valtas, August 08, 2008 17:31 Star_fullStar_fullStar_fullStar_fullStar_full

The concept of a getter/set...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk

Java On Closing database connection...

by Marco Valtas, July 31, 2008 19:06

Hi, you should probably use...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk

Bash On Memory usage script

by Marco Valtas, July 31, 2008 03:24 Star_fullStar_fullStar_fullStar_fullStar_full

I think is a very good scri...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk
1
2
3
<?php

...

PHP On Object with Field names as ...

by Marco Valtas, July 29, 2008 13:51 Star_fullStar_fullStar_fullStar_fullStar_full

I did something similar not...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk
1
2
3
#!/usr/bin/perl
use strict;
...

Perl On MAC Formatting

by Marco Valtas, July 21, 2008 05:59 Star_fullStar_fullStar_fullStar_fullStar_full

I think there's a million w...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk
1
2
pkill "nginx: master"

Bash On kill nginx master proces

by Marco Valtas, June 28, 2008 04:13 Star_fullStar_fullStar_fullStar_fullStar_full

In Linux check the "pkill" ...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk
1
perl -e "$_='doHole klrWlg';$_.=$1,print$2while s/(..)(.)//;"

Perl On Hello world!

by Marco Valtas, March 19, 2008 16:54 Star_fullStar_fullStar_full

A simple one, don´t know if...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk
1
2
3
java.util.Arrays.sort(cArray);
...

Java On clean up nested loops?

by Marco Valtas, January 25, 2008 00:30

I think you can remove the ...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk

Java On Incompatible Types

by Marco Valtas, November 10, 2007 15:01

Hi, here some explanation o...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk

Java On Cannot Ref from Static Content

by Marco Valtas, November 10, 2007 02:20

Mark,
I see you are beginn...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk

Java On Equals Method

by Marco Valtas, November 05, 2007 16:09

Wheres the hashCode() imple...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk
1
2
3
public class Parks {
...

Java On Errors With Exception

by Marco Valtas, November 05, 2007 11:58 Star_fullStar_fullStar_full

Here is my corrections they...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk
1
2
3
<?
class WWW_Robot {
...

PHP On Robots Reader

by Marco Valtas, October 30, 2007 05:20 Star_fullStar_fullStar_fullStar_fullStar_full

Hi, when I saw your code I ...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk
1
// See above code, already fixed.

Java On Detect neighboring pixels

by Marco Valtas, October 26, 2007 13:47

I´m behind a very nasty fir...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk
1
2
3
/** 
...

Java On Detect neighboring pixels

by Marco Valtas, October 26, 2007 13:19

Here's a simple way. Note t...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk

Ruby On Getting QWERTY misstypes

by Marco Valtas, October 24, 2007 02:45

Hi, I don't how to write a ...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk

Java On Email addresses validator

by Marco Valtas, October 16, 2007 23:31

matrixise, this is more a d...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk
1
2
3
 
...

Perl On Cache::Cache subroutine wit...

by Marco Valtas, October 12, 2007 02:34 Star_fullStar_fullStar_fullStar_full

Hi, I made some modificatio...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk