amergerzic.com
Downloads
http://amergerzic.com/page/Downloads.aspx
Tips and tricks, articles, code . Windows Live Writer (1). Note: For Customization and Configuration, CheckOut Recent Tweets Documentation. Retirement Calculator Applet (Java). Download Source Code - jar file (21.03 kb). Regular Expression Library (Java and C ). The article for the library can be found at CodeProject.com. Download Source Code - Java (11.36 kb). Download Source Code - C (22.96 kb). Hex Editor (MFC, C ). Download Source Code - C (78.98 kb). TinyPascal Compiler (C ). SQL CLR Sample Library ...
amergerzic.com
C#
http://amergerzic.com/category/C.aspx
Tips and tricks, articles, code . Windows Live Writer (1). Note: For Customization and Configuration, CheckOut Recent Tweets Documentation. Asynchronous Named Pipe IPC and Messaging. December 4, 2013 at 9:10 AM. Mdash; Amer Gerzic. Windows Communication Foundation;. After some testing and experimentation, I decided to develop my own IPC mechanism. Below, you will find some reasoning behind the effort. Df0db371-6b0a-4e90-b226-44b64060ae96 2 5.0 96d5b379-7e1d-4dac-a6ba-1e50db561b04. Posted in: .NET. Lately...
amergerzic.com
.NET
http://amergerzic.com/category/NET.aspx
Tips and tricks, articles, code . Windows Live Writer (1). Note: For Customization and Configuration, CheckOut Recent Tweets Documentation. Asynchronous Named Pipe IPC and Messaging. December 4, 2013 at 9:10 AM. Mdash; Amer Gerzic. Windows Communication Foundation;. After some testing and experimentation, I decided to develop my own IPC mechanism. Below, you will find some reasoning behind the effort. Df0db371-6b0a-4e90-b226-44b64060ae96 2 5.0 96d5b379-7e1d-4dac-a6ba-1e50db561b04. Posted in: .NET. Unlike...
amergerzic.com
CPP
http://amergerzic.com/category/CPP.aspx
Tips and tricks, articles, code . Windows Live Writer (1). Note: For Customization and Configuration, CheckOut Recent Tweets Documentation. Linking with Xerces 2.8.0 statically. February 12, 2008 at 10:33 PM. Mdash; Amer Gerzic. Couple of weeks ago, I needed to parse a set of XML files. As always, my first thought was to search the web for free XML parsers. But then I remembered that I found a solution in the past: Xerces XML parser. Download compiler in binary form from here;. May 31, 2007 at 5:05 PM.
amergerzic.com
Crystal Reports
http://amergerzic.com/category/Crystal-Reports.aspx
Tips and tricks, articles, code . Windows Live Writer (1). Note: For Customization and Configuration, CheckOut Recent Tweets Documentation. Displaying IEnumerable .NET Collection with Crystal Reports. February 26, 2008 at 11:41 AM. Mdash; Amer Gerzic. In my previous post Displaying .NET DataSet with Crystal Reports. F6f833f0-bee1-4bca-96c7-9e0e84e318c9 3 5.0 96d5b379-7e1d-4dac-a6ba-1e50db561b04. Posted in: .NET. Displaying .NET DataSet with Crystal Reports. February 26, 2008 at 8:36 AM. Mdash; Amer Gerzic.
amergerzic.com
Bookshelf
http://amergerzic.com/category/Bookshelf.aspx
Tips and tricks, articles, code . Windows Live Writer (1). Note: For Customization and Configuration, CheckOut Recent Tweets Documentation. Book Review: Programming MS Windows Driver Model. July 18, 2006 at 10:32 AM. Mdash; Amer Gerzic. Programming MS Windows Driver Model. Generally, the book can be considered as valuable resource for every driver developer. However, on occasion, the reader is left wondering about certain details of a topic. Book Review: C Templates - The Complete Guide. By Jeffrey Richt...
amergerzic.com
Archive
http://amergerzic.com/archive.aspx
Tips and tricks, articles, code . Windows Live Writer (1). Note: For Customization and Configuration, CheckOut Recent Tweets Documentation. Asynchronous Named Pipe IPC and Messaging. Korat# with Data Generation. Windows Live Writer Plugin - Source Code Formatter. Setting up debugging environment - ASP.NET and Flex Builder. Creating and linking CLR stored procedures for SQL Server 2005. Alternative MDI or SDI Solution for .NET. Displaying IEnumerable .NET Collection with Crystal Reports. Windows Live Writ...
amergerzic.com
ASP.NET
http://amergerzic.com/category/ASPNET.aspx
Tips and tricks, articles, code . Windows Live Writer (1). Note: For Customization and Configuration, CheckOut Recent Tweets Documentation. Manual Sign Out in ASP.NET Forms Authentication. July 28, 2008 at 10:03 AM. Mdash; Amer Gerzic. After some research I ran into following Microsoft article: http:/ support.microsoft.com/kb/900111. Create new session ticket that expires immediately */. FormsAuthenticationTicket ticket = new. GuidNewGuid().ToString() ; /* Encrypt the ticket */. HttpCookie cookie = new.
amergerzic.com
Products
http://amergerzic.com/page/Products.aspx
Tips and tricks, articles, code . Windows Live Writer (1). Note: For Customization and Configuration, CheckOut Recent Tweets Documentation. Reed Solomon Error Detection and Correction Library. Reed Solomon ECC is written in C and it is delivered as a DLL that can be linked with almost any application. Bindings for all languages are provided as needed. RS library exports only 4 functions:. Initialize(int,int) - initialize RS library with specifiying the total packet length and ecc length. MsgPacket2[3]) {...
amergerzic.com
Adobe Flex
http://amergerzic.com/category/Adobe-Flex.aspx
Tips and tricks, articles, code . Windows Live Writer (1). Note: For Customization and Configuration, CheckOut Recent Tweets Documentation. Creating custom entry renderer for Adobe Flex Schedule Viewer. July 15, 2008 at 11:09 AM. Mdash; Amer Gerzic. Last couple of weeks I have been coding a lot of Flex, specifically. Component included in flexlib. Version 1.9. I was mostly happy with. Xml version=1.0 encoding=utf-8? Http:/ www.adobe.com/2006/mxml. From the code above it is clear that we are simply custom...