Haystack is a modern, engaging, and intuitive intranet platform that employees actually use.
You Deserve the Best Intranet Experience
With customizable iOS and Android mobile apps, Slack and Microsoft Teams integrations, and an intuitive design employees love, Haystack brings an outstanding digital employee experience to your entire workforce, no matter where their work takes them.
Learn More
World class QA, 100% done-for-you
For engineering teams in search of a solution to design, manage and maintain E2E tests for their apps
MuukTest is a test automation service that combines our own proprietary, AI-powered software with expert QA services to help you achieve world class test automation at a fraction of the in-house costs.
Paged Lists & Iterators GXS for C++ Sources by Vincent Radio {Adrix.NT
...)
- VR Generic Multi Dim Array Class
- VR Generic MDArray List Mgr Class
- VR Generic Adjacency (List | Matrix) Direct Graph Classes
- VR List Interface with STL Support with some nice implementations (ArrayList, Paged-LIst)
- Env Var Notes for sources
for C++ Builder (Embarcadero)
- Special DLLs Build
- Embarcadero C++Builder VCL Test Application for Paged List
- Dev-C++, Visual Studio Build Projects
have fun
another fine SunStorm release
for more products write to ...
Vincent Radio {Adrix.NT}
adrixnt@hotmail.it
C# Framework for WinCC OA Open Architecture connectivity (XMLRPC)
...The proxy also acts as a distributor - if clients have the same dp(Query)Connects,
the connects are done once, and the proxy will forward it to the clients.
Easy example for a dpQueryConnect with a delegate:
client.DpQueryConnectSingle((object s, ArrayList a) => {
Console.WriteLine("event!);
}, "SELECT '_online.._value', '_online.._stime' FROM '*.**'");
SWCollections is a port of the popular java.util classes to the SuperWaba platform.
SuperWaba doesn't have Collections support by itself, but you will be able to use an ArrayList or a TreeMap as usual with this library.