Ludio
-
Total Posts
:
1
- Scores: 0
-
Reward points
:
0
- Joined: 2/11/2011
-
Status: offline
|
VBScript which provides C++ style data structures stack, queue, deque, rb_tree (aka map).
Friday, February 11, 2011 8:31 PM
( permalink)
This code is a bundle of useful VB Script functions and classes which are reusable and work without third party ActiveX dlls. The source provides a test function which demonstrates usage of the various objects. Here is a list of a few of the classes contained within the source: - std_registry - Allows for local and remote registry manipulation encapsulates all WMI
- std_process - Allows for local and remote process manipulation encapsulates all WMI
- std_service - Allows for local and remote service manipulation encapsulates all WMI
- std_queue - Classic queue data struxture
- std_stack - Classic stack data structure
- std_deque - Classic deque data structure
- std_rb_tree - Red Black binary search tree provides O(log(n)) efficiency
- std_fs_search - Unix style file system searcher allowing to search by regex, file atrributes, and types
- std_logfile - Generic logging object allows for multiple types of log output similar to log4j
- std_auto - Object which can store unknown types without using the set key word
- rshift - Bitwise right shift
- lshift - Bitwise left shift
- ping - Ping host and get ping stats like ttl etc.
- nslookup - Resolve ip's to names.
- and many other helper function
This code can be found on my download page http://www.ludvikjerabek.com/downloads.html Since code and scripts are always being updated I have linked rather than pasted.
|
|
|
|
DiGiTAL.SkReAM
-
Total Posts
:
1259
- Scores: 7
-
Reward points
:
0
- Joined: 9/7/2005
- Location: Clearwater, FL, USA
-
Status: offline
|
Re:VBScript which provides C++ style data structures stack, queue, deque, rb_tree (aka map
Sunday, March 13, 2011 4:03 AM
( permalink)
The link you provided to /downloads.html returns a "FORBIDDEN" error.
"Would you like to touch my monkey?" - Dieter (Mike Meyers) "It is better to die like a tiger, than to live like a pussy." -Master Wong, from Balls of Fury
|
|
|
|
ehvbs
-
Total Posts
:
3321
- Scores: 110
-
Reward points
:
0
- Joined: 6/22/2005
- Location: Germany
-
Status: offline
|
Re:VBScript which provides C++ style data structures stack, queue, deque, rb_tree (aka map
Sunday, March 13, 2011 4:33 AM
( permalink)
Workaround: start with http://www.ludvikjerabek.com/index.html and proceed to "Downloads". At the bottom of the page there is a link to get the .zip ("Download Source"). (P.S.: Nice to see you again!)
|
|
|
|
DiGiTAL.SkReAM
-
Total Posts
:
1259
- Scores: 7
-
Reward points
:
0
- Joined: 9/7/2005
- Location: Clearwater, FL, USA
-
Status: offline
|
Re:VBScript which provides C++ style data structures stack, queue, deque, rb_tree (aka map
Tuesday, March 15, 2011 8:50 AM
( permalink)
Hi ehvbs! Yeah, i started at the domain root, and burrowed through his links till I found it. BUT, i figured that I owuld let the OP know that his link was broken so that he could edit it. P.S. Thanks! Been a little busy this past year or so! heheh
"Would you like to touch my monkey?" - Dieter (Mike Meyers) "It is better to die like a tiger, than to live like a pussy." -Master Wong, from Balls of Fury
|
|
|
|