Arindam's blog
Tuesday, February 28, 2012
Cheat for FieldRunners on any MAP or MODE
›
In this post, I'll show a way to hack the game FieldRunners to get as much money as you want. This applies to all maps and all modes ...
3 comments:
Friday, February 17, 2012
Fieldrunners Drylands Perfect Strategy
›
This guide is the cheapest way to get to perfect victory in Extended/Classic - Easy - Drylands map. No need for extra weapons and long pa...
1 comment:
Javascript closure for callbacks
›
Closures are useful mostly when invoking callbacks. Like in case of Youtube iframe API's , it expects a global function to be defi...
Tuesday, November 22, 2011
Shell Script Errors. Part1. Basic syntax
›
Pitfalls of shell scripting. Part1 In this post ( and in the next few posts) I'll try to cover some pitfalls where beginners to she...
Shell Script Errors. Part2. Control Structures
›
Pitfalls of shell scripting. Part2 Control structures If statement General programming languages provide the ability to add cond...
shell script errors. Part3. Looping constructs
›
Pitfalls of shell scripting. Part 3 Looping constructs. FOR for var in list do commands done list can be a space sep...
shell script Part4. file handling
›
Utility small scripts. Reading directories using wildcards for file in /home/user/* do if [ -d "$file" ] the...
Shell Script examples for user Input. Part6
›
Handling User Inputs from the shell - Code snippets 1. Grab all parameters count=1 echo "No of parameters = ${!#}...
Shell Scripting errors. Part5. Handling User Input
›
Pitfalls of shell scripting. Part 5 Handling User Input. 1. Command line parameters $ ./file 10 20 30 The way to capture th...
Monday, November 21, 2011
Hack for functions inside loop in Javascript
›
In one of my earlier blogs , I had mentioned that is not advisable to create functions inside a loop in Javascript, as any strict environm...
›
Home
View web version