Tutorial by Topics: mac

\newcommand{\macro}{replacement text} \newcommand{\macro}[argcount]{replacement text} \renewcommand{\macro}{replacement text} \renewcommand{\macro}[argcount]{replacement text} ParameterDetails\macroThe macro to defineargcountThe number of arguments the macro expects (optional)replacement ...
ANSI C defines a number of macros. Although each one is available for your use in programming, the predefined macros should not be directly modified. DATE The current date as a character literal in "MMM DD YYYY" format TIME The current time as a character literal in "HH:MM:SS...
Using SSIS to extract data from a CSV file and insert into a SQL Server table
CIDER is the acronym for Clojure(script) Interactive Development Environment that Rocks. It is an extension to emacs. CIDER aims to provide an interactive development environment to the programmer. CIDER is built on top of nREPL, a networked REPL server and SLIME served as the principle inspiration...
As part of the Serverless movement, AWS recently announced C# support for AWS Lambda functions. In this article, I will show you how to develop, install and call a simple C# AWS Lambda Function using Visual Studio 2015. Before you start this example, first go to the Remarks section of this documen...
Action Filters Attributes are a part of the ASP .NET Framework that I find useful to help follow the DRY principle. You can replace several lines of common logic with one simple declarative tag. The framework provides several useful Action Filter Attributes by default, such as the Authorize and Hand...
We have new features for Eloquent Relationship in Laravel version 5.4.8. We can fetch a single instance of a hasMany (it is just one example) relationship by define it at on place and it will works for all relationship
https://www.gnu.org/software/emacs/manual/html_node/emacs/index.html#Top
Rust 1.15 added (stabilized) a new feature: Custom derive aka Macros 1.1. Now apart from usual PartialEq or Debug you can have #[deriving(MyOwnDerive)]. Two primary users of the feature is serde and diesel. Rust Book link: https://doc.rust-lang.org/stable/book/procedural-macros.html
Finite States Machine concepts are usually implemented under Object Oriented Programming (OOP) languages, for example using Java language, based on the State pattern defined in GOF (refers to the book: "Design Patterns"). R provides several mechanisms to simulate the OO paradigm, let's ap...
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...

Page 2 of 3