Tutorial by Topics

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.
The ~ operator looks at the binary representation of the values of the expression and does a bitwise negation operation on it. Any digit that is a 1 in the expression becomes a 0 in the result. Any digit that is a 0 in the expression becomes a 1 in the result.
This section provides an overview of what jenkins-pipeline is, and why a developer might want to use it. It should also mention any large subjects within jenkins-pipeline, and link out to the related topics. Since the Documentation for jenkins-pipeline is new, you may need to create initial ver...
The WordPress REST API provides API endpoints for WordPress data types that allow developers to interact with sites remotely by sending and receiving JSON (JavaScript Object Notation) objects. When you send content to or make a request to the API, the response will be returned in JSON. This enables...
Google Drive is a file hosting service created by Google. It provides file storage service and allows the user to upload files in the cloud and also share with other people. Using Google Drive API, we can synchronize files between computer or mobile device and Google Drive Cloud. Legal If you...
This topic covers the basics of Kotlin for beginners. Kotlin file has an extension .kt. All classes in Kotlin have a common superclass Any, that is a default super for a class with no supertypes declared(similar to Object in Java). Variables can be declared as val(immutable- assign once) o...
Topic for important notes about specific Component.render method behavoir.
This is the topic for ESLint rules explanation for react-native.
Tips for golfing in Groovy
If you are having issues with your Shiny apps, it is good practice to create an app that illustrates your point. This app should be as simple as possible while still reflecting your problem. This means using simple datasets, self-explanatory naming (especially for I/O IDs) and replacing plots with s...
Animated Alert Dialog Which display with some animation effects.. You Can Get Some Animation for dialog box like Fadein, Slideleft, Slidetop, SlideBottom, Slideright, Fall, Newspager, Fliph, Flipv, RotateBottom, RotateLeft, Slit, Shake, Sidefill to make Your application attractive..
If you want more than a simple string replacement with common regular expressions you certainly run into trouble and hit the wall when discovering the limits of the regex functions Coldfusion has. There is no build-in function like php's preg_replace_callback. ParameterDetailsreThe regular expr...
I have analyzed that ratio of getting TokenMismatch Error is very high. And this error occurs because of some silly mistakes. There are many reasons where developers are making mistakes. Here are some of the examples i.e No _token on headers, No _token passed data when using Ajax, permission issue o...
This section provides an overview of what sqlite3 is, and why a developer might want to use it. It should also mention any large subjects within sqlite3, and link out to the related topics. Since the Documentation for sqlite3 is new, you may need to create initial versions of those related topi...
Accept-Ranges tells the client that this server will supports ranges for this resource (file). Accept-Ranges: RangeType Accept-Ranges: none ParameterDescriptionRangeTypeThat type of ranges are supported. This is currently only bytes or none.noneThe server does not support ranges on thi...
In this topic you'll read about annotations mainly related to Spring MVC. Some of the related annotations are as follows: @Controller, @RequestMapping, @RequestParam, @RequestBody, @ResponseBody, @RestController, @ModelAttribute, @ControllerAdvice, @ExceptionHandler, @ResponseStatus. Of course ther...
This section provides an overview of what blogger is, and why a developer might want to use it. It should also mention any large subjects within blogger, and link out to the related topics. Since the Documentation for blogger is new, you may need to create initial versions of those related topi...
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.

Page 411 of 428