Tutorial by Topics: is

This section provides an overview of what tortoisesvn is, and why a developer might want to use it. It should also mention any large subjects within tortoisesvn, and link out to the related topics. Since the Documentation for tortoisesvn is new, you may need to create initial versions of those ...
This post is for those who were having trouble installing Spark in their windows machine. Mostly using sparkR function for R session. Used reference from r-bloggers
std::forward_list is a container that supports fast insertion and removal of elements from anywhere in the container. Fast random access is not supported. It is implemented as a singly-linked list and essentially does not have any overhead compared to its implementation in C. Compared to std::list t...
There are more than ten different client libraries to use with Redis in Java. One of the most popular clients is Jedis. Further information: Java Redis Clients Jedis Github Repository Jedis Documentation/Wiki
This is a list of commonly-used shortcuts in Sublime Text version 3. If you know of others, feel free to suggest an edit but I'll start it with [Windows] ones I know. There is a list of shortcuts in the sublime text docs (at http://docs.sublimetext.info/en/latest/reference/keyboard_shortcuts_win.ht...
The principle states that no client should be forced to depend on methods that it doesn't use. A client should never be forced to implement an interface that it doesn't use or client shouldn't be forced to depend on methods that they don't use.
When dealing with objects in an MVC app, if any object should be shown in multiple places with the same format, we'd need some kind of standardized layout. ASP.NET MVC has made this kind of standardization easy to do with the inclusion of display and editor templates. In short, display and editor te...
Devise is authentication solution for Rails. Before going any further i would like to add quick note on API. So API does not handle sessions (is stateless) which means one that provide response after you request, and then requires no further attention, which means no previous or future state is requ...
Laravel requires some folders to be writable for the web server user.
These where some of the hardest things (and least talked about) to do with the PHP API advanced search (where you specify what fields). Im in the process of migrating to rest_suite github library that uses RESTLET, and get around the PHP API user concurrency limit of 1. But before i delete my old ...
This section provides an overview of what linked-list is, and why a developer might want to use it. It should also mention any large subjects within linked-list, and link out to the related topics. Since the Documentation for linked-list is new, you may need to create initial versions of those ...
Promises and Futures are used to ferry a single object from one thread to another. A std::promise object is set by the thread which generates the result. A std::future object can be used to retrieve a value, to test to see if a value is available, or to halt execution until the value is available....
Many people like working with promises and/or async/await syntax, but when writing a module it would be useful to some programmers to support classic callback style methods as well. Rather than creating two modules, or two sets of functions, or having the programmer promisify your module, your modul...
This section provides an overview of what hybris is, and why a developer might want to use it. It should also mention any large subjects within hybris, and link out to the related topics. Since the Documentation for hybris is new, you may need to create initial versions of those related topics....
How to create unit test project and unit tests and how to run the unit tests and code coverage tool. In this guide the standard MSTest framework will be used and the standard Code Coverage Analyses tool which are available in Visual Studio. The guide was written for Visual Studio 2015, so it's pos...

Page 20 of 23