Tutorial by Topics: ms

Before you jump into ASP. NET MVC to develop your web application you should consider the advantages and disavantages of the framework and you should know that there is another web framework made and maintained by Microsoft that is ASP .NET Web Forms. Which one should you choose is a matter of know...
Platform based conditional compiling comes in two forms in Go, one is with file suffixes and the other is with build tags. After "// +build", a single platform or a list can follow Platform can be reverted by preceding it by ! sign List of space separated platforms are ORed togethe...
Example on how to add a spell check box to a WindowsForms application. This example DOES NOT require Word to be installed nor does it use Word in any way. It uses WPF Interop using the ElementHost control to create a WPF UserControl from a WPF TextBox. WPF TextBox has a built in function for spel...
This section contains information about various operating systems available for the Raspberry Pi's.
In this example, lets say we have many product CSV files in a folder. Each CSV file need to upload our database from our console write a command. Run the following command in a new or existing project to create this model.
Sometimes we need to build QtWebEngine from source for some reason, such as for mp3 support.
N-GRAMs are statistical models that predict the next word in the sentence by using the previous n-1 words. This type of statistical models that uses word sequences are also called Language Models. For instance we have a sentence "I can't read without my reading _____", we can tell that the...
The Ada standard library provides for I/O of traditional files of text or binary data, as well as I/O of streamed files. Files of binary data will be sequences of values of a type, while stream files can be sequences of values of possibly different types. To read and write elements of different ...
This section provides an overview of what django-forms is, and why a developer might want to use it. It should also mention any large subjects within django-forms, and link out to the related topics. Since the Documentation for django-forms is new, you may need to create initial versions of tho...
Django is shipped with several views that require forms. These forms are, naturally, built-in. A good example are Authentication Built-in forms. This topic intends to bring documentation on how to work with these forms.
Kafka stores and transports byte arrays in its queue. The (de)serializers are responsible for translating between the byte array provided by Kafka and POJOs. public void configure(Map<String, ?> config, boolean isKey); public T deserialize(String topic, byte[] bytes); public byte[] ser...
The Windows API is vast, and contains a lot of features. The size of the API is such that no one can know all of it. While there are many resources like StackOverflow, there is no substitute for the official documentation. Examples of Documentation: Topic Overview: Desktop Window Manager Pe...
Algorithms are a backbone to computing. Making a choice of which algorithm to use in which situation distinguishes an average from good programmer. With that in mind, here are definitions and code examples of some of the basic algorithms out there.
This describes how to directly obtain a SqlRowSet using SimpleJdbcCall with a stored procedure in your database that has a cursor output parameter, I am working with an Oracle database, I've attempted to create an example that should work for other databases, my Oracle example details issues with O...
In this topic you will learn how to modify field attributes inherited from the PXStringList or PXIntList attributes. The demonstrated approach will make sure to not break functionality of the base Acumatica ERP product and require minimal maintenance, if any, while upgrading your customizations to a...
This section provides an overview of what webforms is, and why a developer might want to use it. It should also mention any large subjects within webforms, and link out to the related topics. Since the Documentation for webforms is new, you may need to create initial versions of those related t...

NMS

NMS, also known as Net.Minecraft.Server is the package which contains core Minecraft server code. Classes in this package were made by Mojang (not Bukkit) and are therefore mostly obfuscated and not meant to be used or altered. However, interacting with the Minecraft server code at this level allows...

Page 7 of 9