Category: Uncategorized
Introduction Functional programming is a declarative programming paradigm in that the programming is done with expressions or declarations instead of statements. In functional programming code, the output value of a function depends only on its arguments, so calling a function multiple times with the same value for an argument always produces the same result. Therefore…
Posted in Uncategorized
Introduction This tutorial will show you how to capture or copy scrolling web page using Chrome browser’s built-in features. Generally you use PrtSc button on keyboard or Snipping Tool that comes with Windows operating system for capturing screenshot of the web page or screen. But these tools have limitation and you cannot capture or copy…
Posted in Uncategorized