santoshrajan.com santoshrajan.com

santoshrajan.com

Santosh Rajan

Crazy Indian Software Engineer. Founder - E2E Systems Solutions 2000 - 2004. Graduated from National Institute of Technology, Calicut 1982. I have been crazy about programming for 33 years! Educating the new generation of software engineers is my passion. GEEKSKOOL. Is a product of this passion. If you want to help in any way as sponsor, mentor, get in touch with me. And if you are a student, don't miss this opportunity, apply! Is your tech the best? Have the best people? Recent work and articles.

http://www.santoshrajan.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR SANTOSHRAJAN.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.9 out of 5 with 7 reviews
5 star
3
4 star
0
3 star
4
2 star
0
1 star
0

Hey there! Start your review of santoshrajan.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

5.2 seconds

FAVICON PREVIEW

  • santoshrajan.com

    16x16

  • santoshrajan.com

    32x32

  • santoshrajan.com

    64x64

  • santoshrajan.com

    128x128

CONTACTS AT SANTOSHRAJAN.COM

WHOISGUARD, INC.

WHOISGUARD PROTECTED

P.O. B●●●●●●-03411

PA●●MA , PANAMA, NA

PA

507.●●●●5503
51.1●●●●7182
32●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●@WHOISGUARD.COM

View this contact

WHOISGUARD, INC.

WHOISGUARD PROTECTED

P.O. B●●●●●●-03411

PA●●MA , PANAMA, NA

PA

507.●●●●5503
51.1●●●●7182
32●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●@WHOISGUARD.COM

View this contact

WHOISGUARD, INC.

WHOISGUARD PROTECTED

P.O. B●●●●●●-03411

PA●●MA , PANAMA, NA

PA

507.●●●●5503
51.1●●●●7182
32●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●@WHOISGUARD.COM

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
2013 April 09
UPDATED
2014 March 10
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

DOMAIN AGE

  • 11

    YEARS

  • 2

    MONTHS

  • 1

    DAYS

NAME SERVERS

1
dns1.registrar-servers.com
2
dns2.registrar-servers.com
3
dns3.registrar-servers.com
4
dns4.registrar-servers.com
5
dns5.registrar-servers.com

REGISTRAR

ENOM, INC.

ENOM, INC.

WHOIS : whois.enom.com

REFERRED : http://www.enom.com

CONTENT

SCORE

6.2

PAGE TITLE
Santosh Rajan | santoshrajan.com Reviews
<META>
DESCRIPTION
Crazy Indian Software Engineer. Founder - E2E Systems Solutions 2000 - 2004. Graduated from National Institute of Technology, Calicut 1982. I have been crazy about programming for 33 years! Educating the new generation of software engineers is my passion. GEEKSKOOL. Is a product of this passion. If you want to help in any way as sponsor, mentor, get in touch with me. And if you are a student, don't miss this opportunity, apply! Is your tech the best? Have the best people? Recent work and articles.
<META>
KEYWORDS
1 santosh
2 rajan
3 software
4 engineer
5 developer
6 manager
7 lean
8 startup
9 mvp
10 founder
CONTENT
Page content here
KEYWORDS ON
PAGE
santosh rajan,founder geekskool,software consultant,open source geek,spiel,development problems,want answers,talk to me,creator lispyscript,https / github.com/santoshrajan/monadjs,connection
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Santosh Rajan | santoshrajan.com Reviews

https://santoshrajan.com

Crazy Indian Software Engineer. Founder - E2E Systems Solutions 2000 - 2004. Graduated from National Institute of Technology, Calicut 1982. I have been crazy about programming for 33 years! Educating the new generation of software engineers is my passion. GEEKSKOOL. Is a product of this passion. If you want to help in any way as sponsor, mentor, get in touch with me. And if you are a student, don't miss this opportunity, apply! Is your tech the best? Have the best people? Recent work and articles.

LINKS TO THIS WEBSITE

functionaljavascript.blogspot.com functionaljavascript.blogspot.com

Functional JavaScript: March 2013

http://functionaljavascript.blogspot.com/2013_03_01_archive.html

Each post will cover a specific aspect of functional programming in JavaScript. Friday, March 29, 2013. Implementing Monads in JavaScript. UPDATE: This post has been updated to a new post. All the code has been refactored and redone in the new post. http:/ functionaljavascript.blogspot.in/2013/07/monads.html. And here is how a call to. Var result = doComputations( "a", function(scope) { return 2; }, "b", function(scope) { with (scope) { return a * 3; } }, function(scope) { with(scope) { return a b; } } );.

functionaljavascript.blogspot.com functionaljavascript.blogspot.com

Functional JavaScript: Implementing Monads in JavaScript

http://functionaljavascript.blogspot.com/2013/03/implementing-monads-in-javascript.html

Each post will cover a specific aspect of functional programming in JavaScript. Friday, March 29, 2013. Implementing Monads in JavaScript. UPDATE: This post has been updated to a new post. All the code has been refactored and redone in the new post. http:/ functionaljavascript.blogspot.in/2013/07/monads.html. And here is how a call to. Var result = doComputations( "a", function(scope) { return 2; }, "b", function(scope) { with (scope) { return a * 3; } }, function(scope) { with(scope) { return a b; } } );.

functionaljavascript.blogspot.com functionaljavascript.blogspot.com

Functional JavaScript: April 2013

http://functionaljavascript.blogspot.com/2013_04_01_archive.html

Each post will cover a specific aspect of functional programming in JavaScript. Sunday, April 14, 2013. The Promise Monad in JavaScript. UPDATE: This post has been updated to a new post. All the code has been refactored and redone in the new post. http:/ functionaljavascript.blogspot.in/2013/07/monads.html. If you find it difficult to understand whats going on below, read the following posts. Implementing Monads in JavaScript. The monad laws and state monad in JavaScript. Node copy.js infile outfile.

functionaljavascript.blogspot.com functionaljavascript.blogspot.com

Functional JavaScript: The monad laws and state monad in JavaScript

http://functionaljavascript.blogspot.com/2013/04/the-monad-laws-and-state-monad-in.html

Each post will cover a specific aspect of functional programming in JavaScript. Friday, April 5, 2013. The monad laws and state monad in JavaScript. UPDATE: This post has been updated to a new post. All the code has been refactored and redone in the new post. http:/ functionaljavascript.blogspot.in/2013/07/monads.html. In the previous post. First we define the identityMonad that we use when calling. MUST return a monadic value. eg. the first computation returns. A monadic value. However what gets ass...

lispyscript.blogspot.com lispyscript.blogspot.com

LispyScript: September 2012

http://lispyscript.blogspot.com/2012_09_01_archive.html

Monday, September 10, 2012. Loop - Recur and Tail Call Optimization in LispyScript. Javascript does not have tail call optimisation. Which means recursively calling a function in javascript will eventually blow the stack. Lets look at a simple javascript function that recursively calls itself n number of times. Var count = function(i) { if (i = = 18000) { console.log(i) } else { count( i) } };. Recurring a million times without blowing the stack. If (= i 1000000). Loop (a b count) (1 0 n). If (= count 0).

functionaljavascript.blogspot.com functionaljavascript.blogspot.com

Functional JavaScript: Functors

http://functionaljavascript.blogspot.com/2013/07/functors.html

Each post will cover a specific aspect of functional programming in JavaScript. Tuesday, July 16, 2013. Consider the function below. Function plus1(value) { return value 1 }. It is just a function that takes an integer and adds one to it. Similarly we could could have another function plus2. We will use these functions later. Function plus2(value) { return value 2 }. And we could write a generalised function to use any of these functions as and when required. F([1, 2, 3], plus1) = '1,2,31'. Is a function...

functionaljavascript.blogspot.com functionaljavascript.blogspot.com

Functional JavaScript: The Promise Monad in JavaScript

http://functionaljavascript.blogspot.com/2013/04/the-promise-monad-in-javascript.html

Each post will cover a specific aspect of functional programming in JavaScript. Sunday, April 14, 2013. The Promise Monad in JavaScript. UPDATE: This post has been updated to a new post. All the code has been refactored and redone in the new post. http:/ functionaljavascript.blogspot.in/2013/07/monads.html. If you find it difficult to understand whats going on below, read the following posts. Implementing Monads in JavaScript. The monad laws and state monad in JavaScript. Node copy.js infile outfile.

functionaljavascript.blogspot.com functionaljavascript.blogspot.com

Functional JavaScript: Introduction to Functional JavaScript

http://functionaljavascript.blogspot.com/2013/03/introduction-to-functional-javascript.html

Each post will cover a specific aspect of functional programming in JavaScript. Wednesday, March 27, 2013. Introduction to Functional JavaScript. JavaScript was a functional programming language even before it got its name! For (int i = 0; i. The same for-loop in C. Int i; for (i = 0; i. And the for-loop in JavaScript. For (var i = 0; i. Programming languages are made up of operators, conditional statements, loop statements and functions. Having conditional statements and loop statements are hallmark...

functionaljavascript.blogspot.com functionaljavascript.blogspot.com

Functional JavaScript: Monads

http://functionaljavascript.blogspot.com/2013/07/monads.html

Each post will cover a specific aspect of functional programming in JavaScript. Thursday, July 25, 2013. All the code for this post are available here. https:/ github.com/santoshrajan/monadjs. Functor from the last chapter. We could use. To iterate over two arrays adding each element of the first to the second. Var result = [1, 2].map(function(i) { return [3, 4].map(function(j) { return i j }) }) console.log(result) = [ [ 4, 5 ], [ 5, 6 ] ]. The type signature of the inner function is. F: int - int.

UPGRADE TO PREMIUM TO VIEW 7 MORE

TOTAL LINKS TO THIS WEBSITE

16

SOCIAL ENGAGEMENT



OTHER SITES

santoshpur.com santoshpur.com

Coming Soon - Future home of something quite cool

Future home of something quite cool. If you're the site owner. To launch this site. If you are a visitor. Please check back soon.

santoshputhran.com santoshputhran.com

Santosh Puthran - Senior SAP FICO consultant freelance

Technical discussion on SAP FICO. House bank address data BNKA is not stored in the transport. When a House bank is created, or when any change(s) is made to its Address/Control data section, this information is not being transported to the target system, via transaction FI12 (i.e. Customization of House banks/Bank accounts). Menupath to transaction FI12 is as following; Execute transaction code FI12 Select Master records– Banks– House …. August 28, 2013. January 22, 2013. When the SD / FI billing happen...

santoshrai.com santoshrai.com

Dr. Santosh Rai

From The Desk of DSR. I would like to tell all the students that it’s wrong to think that everyone is better than you; but it is also wrong to think that you are better than everyone Lacking confidence and being over confident, both are bad. I’m very adamant or stubborn I get angry very easily or I am short tempered It is going to sound really strange, but both are good qualities and help you in becoming successful. Let’s have a look how:. I’m very stubborn or adamant. Be adamant about being disciplined.

santoshrai81.wordpress.com santoshrai81.wordpress.com

santoshrai81

It seems we can’t find what you’re looking for. Perhaps searching can help. Blog at WordPress.com.

santoshraj.com santoshraj.com

santoshraj.com - This domain may be for sale!

Find the best information and most relevant links on all topics related to santoshraj.com. This domain may be for sale!

santoshrajan.com santoshrajan.com

Santosh Rajan

Crazy Indian Software Engineer. Founder - E2E Systems Solutions 2000 - 2004. Graduated from National Institute of Technology, Calicut 1982. I have been crazy about programming for 33 years! Educating the new generation of software engineers is my passion. GEEKSKOOL. Is a product of this passion. If you want to help in any way as sponsor, mentor, get in touch with me. And if you are a student, don't miss this opportunity, apply! Is your tech the best? Have the best people? Recent work and articles.

santoshrajus.com santoshrajus.com

The Wild & I | Santosh Rajus

The Wild and I. Have a home next year at the Pallikaranai Marshland, Chennai? Have a home next year at the Pallikaranai Marshland, Chennai? The flood water drainage system, a threat to the Kallu Kuttai lake ecosystem! July 27, 2015. The life of Swamphens and remaining ecosystem thriving in Velachery! February 17, 2015. Have a home next year at the Pallikaranai Marshland, Chennai? Have a home next year at the Pallikaranai Marshland, Chennai? Will the visiting Grey-headed Lapwing (. One of the rare bird sp...

santoshram.in santoshram.in

Santosh Ram | Writer | Producer |Movie Director

Ldquo;Cinema is a matter of whats in the frame and whats out.”. 1 Feature Film 2 Short Films 4 Political Promotional Films 3 Documetaries 5 Other Projects. AD Films Films for Image Building Documentaries Corporate Films. Bank Films Institution Films Hospital Films NGO Films School –College Films. 18min 30 sec / 35MM (CINEMASCOPE) / MARATHI./ SHORT FILM. Since its world premiere in July 2009, the film has been selected for 54 Film Festivals across the world, Winning Thirteen Awards. 2nd Asian Film Festival.

santoshramanaandhisrelatives.blogspot.com santoshramanaandhisrelatives.blogspot.com

MY RELATIVES

Monday, December 26, 2005. A warm welcome to one and all. On 16 November,2005* there was a get-to-gether party in my house#.so that day when i was taking photographs of my relatives i thought to put them up in this page . Please donot mind if any *mistakes done by me in setting up the page. Firstly introducing myself i am SANTOSH RAMANA.Persuing my graduation in ELECTRONICS TECHNOLOGY from an esteemed LOYOLA INSTITUTION. And comming to my sweet family . My dad MOHAN RAO the best friend of mine. My mom's ...

santoshranamagar.com.np santoshranamagar.com.np

Home | Offical website of santosh rana magar

Beautiful, simple and easy to use Web development. A full service website design, development and marketing that delivers on time every time. My main focus is to provide My clients the very best in web based technology, world class design, cutting edge marketing products yet at an affordable price. Our Focused on Feature. Reliable and Secure Platform. Everything is perfectly orgainized.

santoshranjan.blogspot.com santoshranjan.blogspot.com

Trainers' Forum for Business Excellence

Trainers' Forum for Business Excellence. The readers of this Blog can be broadly classified into two groups: A. Training Provider B. Training Seekers. Wednesday, 27 August 2014. Simple Six Steps for Training Needs Analysis. Training needs analysis is the process by which the instructional needs of the. Organisation are identified and interpreted prior to the training delivery. Organizational goals and objectives. Analysis of labour turnover,. Age profiles and expected retirements, etc. Accident rates, etc.