Tutorial by Topics: me

The point of this wiki is to show you how to execute integration tests using Apache Camel. More precisely, doing this you will be able to launch an existing route from beginning to end (With or without your real database) or intercept the exchange between each part of the route and test if your hea...
SQL Server Management Studio (SSMS) is a tool to manage and administer SQL Server and SQL Database. SSMS is offered free of charge by Microsoft. SSMS Documentation is available.
I have been searching on this topic for sometime till i found this post https://stackoverflow.com/a/17266448/4535386 from ircmaxell, I think it deserves more exposure.
Every new functionality in NopCommerce comes in as a plugin. This documentation helps you create plugin that is basic in nature but teaches how a plugin is made for NopCommerce. Since NopCommerce is an Open Source project, there are many plugins available for reference which are very helpful. ...
Comments are used to indicate something to the person reading the code. Comments are treated like a blank by the compiler and do not change anything in the code's actual meaning. There are two syntaxes used for comments in C, the original /* */ and the slightly newer //. Some documentation systems ...
Robot framework is widely used in Automation testing of Embedded products. We are going to take an Embedded product as an example and see how to automate the test cases using Robot Framework. Abbreviation: RPS - Remote power supply RF - Robot frame work
You can create a custom loss function and metrics in Keras by defining a TensorFlow/Theano symbolic function that returns a scalar for each data-point and takes the following two arguments: tensor of true values, tensor of the corresponding predicted values. Note that the loss/metric (for display a...
themeAnnArborcolor themeseahoarse For other themes and colors you can visit here
The MESSAGE statement may be used to interrupt program flow to display short messages to the user. Messages content may be defined in the program's code, in the program's text symbols, or in an independent message class defined in SE91. The maximum length of a message, including parameters pas...
Batch files allows only 32bit integer calculations , though this can be bypassed with different approaches.
This is a cheat sheet for the Polymer 2.x library. Fork of post from Monica Dinculescu.
Creating a poster using beamerposter package is very similar to creating a single frame. Put the content in columns. Within each column, separate the content using blocks.
This topic covers the end to end setup of Selenium i.e. Selenium Webdriver + TestNG + Maven + Jenkins. For report addition, please refer to topic HTML Reports
A code block is a piece of Python program text that can be executed as a unit, such as a module, a class definition or a function body. Some code blocks (like modules) are normally executed only once, others (like function bodies) may be executed many times. Code blocks may textually contain other c...
NUI : A natural user interface (NUI) is a system for human-computer interaction that the user operates through intuitive actions related to natural, everyday human behavior. Kivy is a Python library for development of multi-touch enabled media rich applications which can be installed on different d...
Creating the data validation constraint can be tricky and time taking in NPOI. I have shared some of my workable approach. These approach will give good idea to customize your own constraint types.

Page 44 of 46