1
2
3
#!perl
...

Perl On Delete files from a directory

by Marco Valtas, October 14, 2008 22:35

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
4
#!/usr/bin/perl -w

# This scrit use the Net::Ping Module to ping an 
...

Perl On Example of Net::Ping

by Marco Valtas, March 18, 2008 04:01

I think there's not much to...

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
1
2
3

...

Java On Email addresses validator

by Marco Valtas, October 12, 2007 01:10

Here my thoughts about your...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk
1
2
3
tab()
...

Bash On Open a new tab in current d...

by Marco Valtas, October 10, 2007 05:00

Macournoyer, I tried your f...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk
1
2
3

...

Java On Hello World

by Marco Valtas, October 06, 2007 15:40 Star_fullStar_fullStar_fullStar_full

Ok, your HelloWorld is not ...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk
1
2
3
/* Copyright (c) 2007 the authors listed at the following URL, and/or
...

Java On Fastest way to sort doubles...

by Marco Valtas, October 02, 2007 21:49

I forgot to paste the Quick...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk