Tutorial by Topics: d

The version syntax doesn't allow us to guard off versions that don't exist yet, so this is a reminder for somebody to go back and edit them in once it lands( RE: Perl 5.26 ). The version guards rather need to have a "future" classification for tentative features that might be available ...
Kafka is a high throughput publish-subscribe messaging system implemented as distributed, partitioned, replicated commit log service. Taken from official Kafka site Fast A single Kafka broker can handle hundreds of megabytes of reads and writes per second from thousands of clients. Scalable...
Laravel is a MVC framework with bundles, migrations, and Artisan CLI. Laravel offers a robust set of tools and an application architecture that incorporates many of the best features of frameworks like CodeIgniter, Yii, ASP.NET MVC, Ruby on Rails, Sinatra, and others. Laravel is an Open Source fram...
You will need the Qt SQL plugin corresponding to the type given to QSqlDatabase::addDatabase If you don't have the required SQL plugin, Qt will warn you that it can't find the requested driver If you don't have the required SQL plugin you will have to compile them from the Qt source
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...
Leaflet is an open-source JavaScript library for creating interactive maps. VersionRelease Date1.0.32017-01-231.0.22016-11-211.0.12016-09-301.02016-09-270.72013-11-180.62013-06-260.52013-01-170.42012-07-300.32012-02-130.22011-06-170.12011-05-16
Best used for objects which depend on internals during invoking a call, but are stateless otherwise, like SimpleDateFormat, Marshaller For Random ThreadLocal usage, consider using ThreadLocalRandom
CONTAINS operator : It allows to filter objects with matching subset. NSPredicate *filterByName = [NSPredicate predicateWithFormat:@"self.title CONTAINS[cd] %@",@"Tom"]; LIKE : Its simple comparison filter. NSPredicate *filterByNameCIS = [NSPredicate predicateWithForma...
A new section called Data Structures was brought to life where explanations of certain structures + some simple example(s) of creation are provided. To keep its content concise and uncluttered, it should not contain any documentation about data manipulation. Therefore, this section was renamed to...
The Microsoft Foundation Classes, or MFC, is a library that provides an object-oriented wrapper around the Win32 API. By encapsulating the "raw" Win32 API in C++ classes, MFC makes it significantly easier to create GUI applications and manage resources. MFC has been around a very long t...
RSpec is a BDD tool used to specify and test Ruby programs. It is used primarily to specify and test classes and methods, i.e. for unit testing. The rspec gem is just a meta-gem which brings in the three parts of RSpec. Those three parts are also a way to structure this documentation. rspec-co...
This section provides an overview of what database is, and why a developer might want to use it. It should also mention any large subjects within database, and link out to the related topics. Since the Documentation for database is new, you may need to create initial versions of those related to...
Overload resolution happens in several different situations Calls to named overloaded functions. The candidates are all the functions found by name lookup. Calls to class object. The candidates are usually all the overloaded function call operators of the class. Use of an operator. The candid...
This section provides an overview of what mvvmcross is, and why a developer might want to use it. It should also mention any large subjects within mvvmcross, and link out to the related topics. Since the Documentation for mvvmcross is new, you may need to create initial versions of those related...
This section provides an overview of what resharper is, and why a developer might want to use it. It should also mention any large subjects within resharper, and link out to the related topics. Since the Documentation for resharper is new, you may need to create initial versions of those related...

Page 39 of 221