Tutorial by Topics: cs

One of the challenges I faced when I first started using SAS was not only passing Macro Variable data into a PROC SQL pass-through, but having it resolve properly if it needed quotes around it. When passing a string like value or date/datetime into a PROC SQL pass-through, it most likely needs to ha...
Most of this documentation implicitly or explicitly applies to GNU Emacs. This may be the most well known variant of Emacs, as well as the source of several forks, and the target of some merges. This topic discusses some of the variants of Emacs one may encounter, and their primary differences fro...
This section provides an overview of what microsoft-dynamics is, and why a developer might want to use it. It should also mention any large subjects within microsoft-dynamics, and link out to the related topics. Since the Documentation for microsoft-dynamics is new, you may need to create initi...
UIKit Dynamics is a full real-world physics engine integrated into UIKit. It allows you to create interfaces that feel real by adding behaviors such as gravity, attachments, collision and forces. You define the physical traits that you would like your interface elements to adopt, and the dynamics en...
Microsoft Dynamics CRM has evolved drastically over the past few years. There have been many updates and versions released, with a range of new features and improvements at each stage along the path. During the upgrade of a Dynamics CRM environment, there are a few points to bear in mind to ensure a...
In this guide you can find out steps to load multiple CSV/TXT files from a folder to the database table. Parameter/VaiableDetailsSourceFolderIt is a read only project parameter available and configurable at the deployment. Example of project parameter are Connection Strings, passwords, port no,...
The guide helps in understanding how to import data from the SQL server table to a CSV/txt file. Right click on the Data Flow Task and select property. DefaultBufferMaxRows and DefaultBufferSize properties can be changed to improve data load performance. Multiple Data Flow Task can be execu...
Cron is a task scheduler daemon which runs scheduled tasks at certain intervals. Cron uses a configuration file called crontab, also known as cron table, to manage the scheduling process.
MVC Frameworks such as Spring MVC are using to create web applications that serve dynamic web pages. Jersey, though known to be a REST Framework, also has support for create dynamic web pages using its MVC module.
Kibana is front end data visualization tool for elasticsearch. for installing kibana refer to the kibana documentation. For running kibana on localhost go to https://localhost:5601 and go to kibana console.
UIKit Dynamics is a physics engine integrated into UIKit. UIKit Dynamics offers a set of API that offers interoperability with a UICollectionView and UICollectionViewLayout
Graphics are visual images or designs on some surface, such as a wall, canvas, screen, paper, or stone to inform, illustrate, or entertain. It includes: pictorial representation of data, as in computer-aided design and manufacture, in typesetting and the graphic arts, and in educational and recreati...
This topic introduces some of the underlying core mechanics of parallel computing which are needed to fully understand and utilize OpenCL.
Before utilizing OpenCL, one has to set up their code to use it. This topic focuses on how to get opencl up and running in your project and execute a basic kernel. The examples are based on the C# wrapper OpenCL.NET but as the wrapper adds no abstraction to OpenCL the code will probably run with ver...
This topic aims to explain the fundamentals of writing kernels for opencl
Getting started guide using Sass exentsion Compass. Compass is very useful when dealing with CSS3 as it provides mixins to write 1 line in order to support every browser using CSS3 features. It is also great to include sprite images.
As AppDynamics aims to provide a way to measure application performance, speed of development, delivery (deployment) of applications is an essential factor in making DevOps efforts a true success. Monitoring a TIBCO BW application with AppD is generally simple and not time consuming but when deploy...
This is for the readers who come from relational background and want to learn elasticsearch. This topic shows the use cases for which Relational databases are not a suitable option.
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...

Page 7 of 8