aelesbao


Member since 01/27/2011

3 snippets

958 profile views

0 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

first submission:submitting first snipplet

aelesbao's Recent Snippets



« Prev 1 Next »
[Serializable] [XmlRoot("items")] public class ItemCollection : XmlSerializableCollection<Item> { }
0 436 posted 12 years ago by aelesbao
Sets the keep-alive interval for the socket.
0 1113 posted 12 years ago by aelesbao
The regular expression must be in non-literal notation; so replace all backslashes with two backslashes (e.g. ^\w+$ -> ^\\w+$). All searches are case insensitive; you can change this by removing the ‘i’ flag in the plugin.
1 696 posted 13 years ago by aelesbao
« Prev 1 Next »