Tutorial by Topics: k

GTK+ 3 also known as Gtk3 is a multi-platform GUI toolkit, it is written in C but has bindings for a lot of languages including C++, Python, Vala and Ruby. (For the full list see the Gtk website). Gtk+ is part of the GNU Project and falls under the GNU LGPL licences meaning it is allowed to be us...
PUSHD [path] POPD ParameterDetailspathThe directory to navigate to Using pushd without parameters will print the stack. The popd command will overwrite the current Current Directory value.
The Kendo UI grid is a powerful widget which allows you to visualize and edit data via its table representation. It provides a variety of options about how to present and perform operations over the underlying data, such as paging, sorting, filtering, grouping, editing, etc. To feed the grid with ...
Searches for a value in the first column of a table array and returns a value in the same row from another column in the table array. The V in VLOOKUP stands for vertical. Use VLOOKUP instead of HLOOKUP when your comparison values are located in a column to the left of the data that you want to fin...
<<internal-code-chunk-name, options...>>= # R Code Here @ \Sexpr{ #R Code Here } << read-external-R-file >>= read_chunk('r-file.R') @ <<external-code-chunk-name, options...>>= @ OptionDetailsecho(TRUE/FALSE) - whether to include R source code in...
# Package a build directory pack [PATH] # Use a specific generator cpack -G [GENERATOR] [PATH] # Provide optional overrides cpack -G [GENERATOR] -C [CONFIGURATION] -P [PACKAGE NAME] -R [PACKAGE VERSION] -B [PACKAGE DIRECTORY] --vendor [PACKAGE VENDOR] CPack is an external tool allowing...

Page 16 of 49