This post describes how we can define a custom operator with F#. Defining a new operator in F# is very straightforward. For instance, by using the following code, we can define "!"
To filter the folders (i.e., directories) available in the current context, the following property can be used with a predicate:$_.psiscontainer
In essence, it returns a boolean indicating whether the current object
By invoking the following powershell commands, svn binding can be removed effectively from the current source directory.
[gist]4726680[/gist]
It just traverses all the subdirectories of the current directory and remove its
This post quickly describes how to get the list of projects available in the current Eclipse workspace. Eclipse PDE's API provides the functionalities to query different meta-data relevant to the current Eclipse workspace. Using following code snippet, all the projects of the current workspace can b
The code snippets listed below defines a function to compute the length of a give list using F#. Note that these functions are also called polymorphic function, as they work with any type