Thursday, 20 December 2007
Reality Mining using Mobiles
This "Reality Mining" is some sort of technique which collects information regarding a person using the mobile phone usage. This can be used to create a social network model. Just go through.. its interesting. He is using bluetooth when the phones come nearer to each other to find that they are nearer.
Thursday, 13 December 2007
Shell Scripting
I found quotes are little bit tricky and confusing in Shell Script. Below is about them got from freeos.com
"Double Quotes" - Anything enclose in double quotes removed meaning of that characters (except \ and $).
'Single quotes' - Enclosed in single quotes remains unchanged.
`Back quote` - To execute command.
Also, it looks like interpreter converts all the "Double Quotes" into 'single quotes' and again executes this resulted one with single quotes. You can get this from the output if you have "#!/bin/sh -vx" as first line in your script.
"Double Quotes" - Anything enclose in double quotes removed meaning of that characters (except \ and $).
'Single quotes' - Enclosed in single quotes remains unchanged.
`Back quote` - To execute command.
Also, it looks like interpreter converts all the "Double Quotes" into 'single quotes' and again executes this resulted one with single quotes. You can get this from the output if you have "#!/bin/sh -vx" as first line in your script.
Wednesday, 12 December 2007
Subscribe to:
Posts (Atom)