background preloader

Computing

Facebook Twitter

DotNet

Boost C++ Libraries. Real Time Market Database by ModulusFE. The Real Time Market Data Server by Modulus Financial Engineering The perception of speed is relative to the perspective of the observer. -- Unknown RMD Server Desktop Edition Scenario: You have a Desktop trading application that uses one or more data feeds. You would like to work with just one interface for simplicity, and be able to request secondly, minutely, and daily bars with ease.

You need a database system that is easy to setup and maintain, and cost effective. RMD Server Enterprise Edition Scenario: You have multiple data feeds. View the RMD Server Documentation Any in-depth study of the method in which Time Series Analysis (TSA) results are obtained reveal that a structured relational database is the last way that time series data should be stored. "Having an RDBMS doesn't mean instant decision-support nirvana. . - Ted Codd, inventor of the relational database model, 1993.

A look at traditional data storage RDBMS Are Too Slow Features Easy Setup RMD Server is easy to deploy. Pythonxy - Scientific-oriented Python Distribution based on Qt and Spyder. Algorithmic Trading. Algorithmic Trading Algorithmic trading (also known as Black-box trading) - computer-guided trading, where a program with direct market access can monitor the market and order trades when certain conditions are met. As of this writing (2009) probably ~40% of all trades are done this way. The companies run by quants using algorithmic trading produce higher returns than conventional companies. Front Office, Middle Office and Back Office. The front office is literally the bank's interface with the market.

The front office coordinates and handles all the needs of the bank and its clients with respect to hedging and financing. Investment, position management trading, arbitrage Front-Office information systems : Electronic listing and trading systems Position-keeping systems often specialised for certain financial instruments (derivatives, fixed-income products, stock markets, etc.) Transverse systems: risk monitoring, liquidity forecasting. Windows Forms Controls - NetAdvantage for Windows Forms - User Experience Controls and Components. We’re Here for You. Technical support is important. Especially when you get stuck. And we offer the very best support on the market — and it starts when you download the trial. We provide you with BOTH case-level and forum based support 24 hours a day, 5 days a week.

Consulting Services Sometimes you need experts to help you get your project finished. Training Services. Growl for Windows. What is Growl for Windows?

Growl for Windows

Growl for Windows is a Windows-compatible version of Growl, a notification system for Mac OS X. Ok, so what is Growl? Put simply, Growl lets you know when things happen. Files finished downloading, friends came online, new email has arrived - Growl can let you know when any event occurs with a subtle notification. The rest of the time, Growl stays out of your way. Mobile BI Dashboards by ComponentArt. Identity and Access management solutions, User Management, Password Management, SSO, RBAC, audit, compliance. Windows CMD Commands. Try Gibraltar. Collect data for free. Free trial for analysis.

Ascii Table - ASCII character codes and html, octal, hex and decimal chart conversion. Join Example: LINQ. LINQ provides a fully featured query language. It offers the join operation. As with other query languages—such as SQL—joining matches every element in two collections based on some condition. Example This first example shows the Join extension method from the System.Linq namespace.

And then it shows the equivalent join query expression syntax. Extension Method Tip:You can read in painful detail how query expressions are translated in the chapter on Expressions (7) in the C# specification. But:This material is complex, tiresome and not all that useful for actual development. With the Join method, we provide delegates as arguments. So:If ints1 contains an element of value 4, it is selected only if there is an element of value of 5 in ints2. Int Array In my view, the second syntax in the example—with the query expression—is easier to read. MS-DOS/MSDOS Batch File troubleshooter. MS-DOS/MSDOS Batch Files: Batch File Tutorial and Reference. Interactive Batch Course with built-in Reference The versatile MS-DOS/MSDOS Batch Language automates routine tasks with Batch files (lists of Batch commands).

Learn how to write Batch files with this free , interactive Course and built-in Batch Reference. Batch File to Append Date to file name. Batch File to Append Date to file name Saturday 24 Feb, 2007 - 21:49pm | 36 comments | A DOS batch file (file with extension .bat) can be a very effective way to automate a series of file operations.

You can schedule the batch file to run at a specific time, and automate, say, a series of operations such as copying, moving, deleting or renaming files. You can create a batch file in any text editor like notepad and just save the file with an extension of .bat. In windows, if you open a DOS prompt, type edit and hit return a retro text editor will open which you can also use. The batch file code below will copy all microsoft excel files (.xls) from the current folder into a folder called "import" and append the current date in yyyymmdd format to the filename. Flowchart Software. Tutorial - NLog - Advanced .NET Logging.

Books

Oleg Sych. How to read and write a file to or from a BLOB column by using ADO.NET and Visual C# .NET. This article describes how to read and write data from LongVarBinary BLOB columns in a database table. This article contains examples of both the SqlDataAdapter class and the OleDbDataAdapter class. The only differences between the two classes, other than the class names, are the connection strings and the declaration of SQL parameters; the fundamental technique for retrieving the BLOB data is the same.

The sample code in this article uses a sample record that is added to the Categories table of the Northwind database. After you use this sample, you may want to remove this record: Enter the following command in SQL Query Analyzer, and then press F5: use Northwind delete from Categories where CategoryName = 'Test' Requirements. How to Press Buttons in Batch File. Windows 7 Network Monitoring software downloads. .NET Downloads, Developer Resources & Case Studies. LINQ Distinct: IEqualityComparer and Func extension method Implementations - Carl's Blog.

As you may know when working with LINQ there is a method that allows one to return distinct elements from a sequence. Two prototypes are supported: Distinct<TSource>(IEqualityComparer<TSource>)Distinct() Unlike most sequence operations that take some form of a Func parameter, the Distinct() method takes an instance of an IEqualityComparer Type. It is the implementation of this Type that I will be discussing which will hopefully provide some insight into why this approach has been taken.

I am going to demonstrate the Distinct() method using the following class definition: A distinct product is one defined where the Reference and ProductVersion values are unalike. Ecosytem. Drawing class diagrams in VP-UML.