Tutorial by Topics: es

Pkg.add(package) Pkg.checkout(package, branch="master") Pkg.clone(url) Pkg.dir(package) Pkg.pin(package, version) Pkg.rm(package) ParameterDetailsPkg.add(package)Download and install the given registered package.Pkg.checkout(package,branch)Check out the given branch for the gi...
csvReader := csv.NewReader(r) data, err := csvReader.Read()
@Test(groups = {"group1", "group.regression" }, dependsOnGroups = {"group2", "group3"})
BACKUP DATABASE database TO backup_device [ ,...n ] WITH with_options [ ,...o ] RESTORE DATABASE database FROM backup_device [ ,...n ] WITH with_options [ ,...o ] ParameterDetailsdatabaseThe name of the database to backup or restorebackup_deviceThe device to backup or restore the database f...
This section provides an overview of what opengl-es is, and why a developer might want to use it. It should also mention any large subjects within opengl-es, and link out to the related topics. Since the Documentation for opengl-es is new, you may need to create initial versions of those related...
adb push [-p] LOCAL REMOTE adb pull [-a] [-p] REMOTE [LOCAL] ParametersDetailsLOCALA file or directory that is located on the user's computerREMOTEA file or directory that is located on the user's Android device-aAlso copy the file the remote file's timestamp and file mode data-pDisplay tra...
Curses is a basic terminal ( or character display ) handling module from Python. This can be used to create Terminal based User interfaces or TUIs. This is a python port of a more popular C library 'ncurses'
As a rule of thumb, avoid using double-negations in code. Rubocop says that double negations are unnecessarily complex and can often be replaced with something more readable. Instead of writing def user_exists? !!user end use def user_exists? !user.nil? end
Method: getActive() Return Type: Spreadsheet
IF [condition 1] THEN [statements to execute when condition 1 is TRUE]; ELSIF [condition 2] THEN [statements to execute when condition 2 is TRUE]; ELSE [statements to execute when both condition 1 & condition 2 are FALSE]; END IF;
Video playback is front and center in a large range of modern solutions, with the software and standards evolving rapidly. To understand what makes up a media presentation, you must first understand the multiple aspects involved in working with video: Raw color information captured from the phy...
Sample code More sample code can be found here.
Regex("[regex]") r"[regex]" match(needle, haystack) matchall(needle, haystack) eachmatch(needle, haystack) ismatch(needle, haystack) ParameterDetailsneedlethe Regex to look for in the haystackhaystackthe text in which to look for the needle
@FixMethodOrder // Runs test using default method sorter @FixMethodOrder(MethodSorters) // Runs test using MethodSorter associated with the MethodSorters enum.

Page 50 of 96