Tutorial by Topics: ip

Background The JavaScript Object Model was introduced in SharePoint 2010. It exposes on the client side many of the objects that were previously only accessible through server-side code or through dedicated web services. Embedding JavaScript in SharePoint Pages In SharePoint 2013 you can put yo...
JavaScript, like any language, requires us to be judicious in the use of certain language features. Overuse of some features can decrease performance, while some techniques can be used to increase performance. Remember that premature optimization is the root of all evil. Write clear, correct c...
To install package simply run: install.packages("stringi") to load it: require("stringi")
This section provides an overview of what stripe-payments is, and why a developer might want to use it. It should also mention any large subjects within stripe-payments, and link out to the related topics. Since the Documentation for stripe-payments is new, you may need to create initial version...
To increment and decrement things like 11:59AM, 3rd, and XVIII, use the plugin vim-speeddating
Silverstripe is an open source PHP content management system. A developer might want to use it because BSD License - meaning it can be rebranded as your own application Clean Object Oriented code very easy to understand and use - along with extend and customise Simple and powerful template en...
pip is the most widely-used package manager for the Python Package Index, installed by default with recent versions of Python. pip <command> [options] where <command> is one of: install Install packages uninstall Uninstall packages freeze Output installed pack...
This section provides an overview of what eclipse-rcp is, and why a developer might want to use it. It should also mention any large subjects within eclipse-rcp, and link out to the related topics. Since the Documentation for eclipse-rcp is new, you may need to create initial versions of those r...
#one line comment /* multiple line comments */ parameter = value parameter.property = value2 parameter.property > # delete property parameter.property2 < parameter.property # copy (deep) properties parameter.property := addToList(35) # Add value to comma separated list parameter.prope...
About Scipy SciPy is a collection of mathematical algorithms and convenience functions built on the Numpy extension of Python. It adds significant power to the interactive Python session by providing the user with high-level commands and classes for manipulating and visualizing data. With SciPy a...
This topic consists of a wide variety of useful tips and tricks discovered by SO users through their experience in coding. These are often examples of ways to circumvent common frustrations or ways of using Excel in a more "clever" way.
index(big, little) length or length() length(string) match(string, regex) split(string, array, separator) split(string, array) sprintf(format, ...) sub(regex, subst, string) sub(regex, subst) gsub(regex, subst) gsub(regex, subst, string) substr(string, start, end) substr(string, start)...

Page 2 of 17