Tutorial by Topics

var regExp = RegExp(r'^(.*)$', multiLine: true, caseSensitive: false); ParameterDetailsString sourceThe regular expression as a String{bool multiline}Whether this is a multiline regular expression. (matches ^ and $ at the beginning and end of each line individually not the whole String){bool...
To save the UUID we can use SSKeychainUtility. Example can be found on Github page
This section provides an overview of what arm is, and why a developer might want to use it. It should also mention any large subjects within arm, and link out to the related topics. Since the Documentation for arm is new, you may need to create initial versions of those related topics.
Ionic 2 is a cross-platform mobile development technology. This framework is built for building hybrid mobile applications and it can be also used for desktop application as well. It is a write once, run everywhere technology. It uses web technologies such as JavaScript/Typescript, Angular 2, HTML...
Categories can be used to override methods of a class. Even if the method is actually private. The overridden method cannot be accessed from the category or anywhere else. So it's important to make sure when adding methods to an existing class, that those methods don't exist already.
List.Add(item As Type) List.RemoveRange(index As Integer, count As Integer) List.Remove(index As Integer) List.AddRange(collection) List.Find(match as Predicate(of String)) List.Insert(index as Integer , item as Type) List.Contains(item as Type)
sed -I extension - FreeBSD sed (continuous line-counter) sed -I[extension] - NetBSD and Illumos sed (continuous line-counter) sed -i extension - FreeBSD sed sed -i[extension] - NetBSD, OpenBSD, Illumos, BusyBox and GNU sed sed --in-place[=extension] - Illumos, BusyBox, and GNU sed Parame...
Icon Fonts are like normal font types that have symbols instead of letters. It can be used in your application with at-most ease. They are: Flexible Scalable Vectors Fast Processable Light Weight Accessible Effect on Size Exporting an image in various sizes for android devices would c...

Page 142 of 428