Serving the Quantitative Finance Community

Search found 27 matches

  • 1
  • 2
by Jew
February 9th, 2012, 12:41 pm
Forum: Programming and Software Forum
Topic: How to call XLL (like DLL) in VBA
Replies: 1
Views: 17239

How to call XLL (like DLL) in VBA

<r><URL url="http://stackoverflow.com/questions/375552/how-do-i-call-an-xll-addin-function-from-vba"><LINK_TEXT text="http://stackoverflow.com/questions/3755 ... n-from-vba">http://stackoverflow.com/questions/375552/how-do-i-call-an-xll-addin-function-from-vba</LINK_TEXT></URL> or I just don't under...
by Jew
February 9th, 2012, 5:41 am
Forum: Programming and Software Forum
Topic: microsoft-publishes-fancy-pants-heterogeneous-parallel-gpgpu-c-amp-specification
Replies: 15
Views: 18669

microsoft-publishes-fancy-pants-heterogeneous-parallel-gpgpu-c-amp-specification

<t>Hey,I suppose that kernels are still written in C or in PTX instruction set (in the end). There is no any big difference between CUDA C driver library (that are used for kernels development) and any other implementations of the GPGPU program model stack.There are no x100, x200 etc. speed ups in l...
by Jew
February 8th, 2012, 4:15 pm
Forum: Programming and Software Forum
Topic: microsoft-publishes-fancy-pants-heterogeneous-parallel-gpgpu-c-amp-specification
Replies: 15
Views: 18669

microsoft-publishes-fancy-pants-heterogeneous-parallel-gpgpu-c-amp-specification

<t>" The programmer still has to deal with low-level hardware details such as generation and synchronization of threads and GPU tracks and sectors. In this paper, we propose a programmer-friendly interface for CUDA-C programming, in such a way that most hardware details are hidden from the programme...
by Jew
February 8th, 2012, 1:30 pm
Forum: Programming and Software Forum
Topic: microsoft-publishes-fancy-pants-heterogeneous-parallel-gpgpu-c-amp-specification
Replies: 15
Views: 18669

microsoft-publishes-fancy-pants-heterogeneous-parallel-gpgpu-c-amp-specification

I'm sorry for the harshness.I mean, what a purpose of usage of OpenCL and AMP as cross-platform runtime, if you can setup all stuff (runtime, drivers etc.) given by GPU developers for your OS? I just want to say that ugly monsters are born exactly by this way.
by Jew
February 8th, 2012, 7:02 am
Forum: Programming and Software Forum
Topic: microsoft-publishes-fancy-pants-heterogeneous-parallel-gpgpu-c-amp-specification
Replies: 15
Views: 18669

microsoft-publishes-fancy-pants-heterogeneous-parallel-gpgpu-c-amp-specification

<t>Hi all,whether you have written something more difficult than multiplication of a matrix to a matrix (or any other not preinstalled solution)?I mean, all of this high-level stuff are useless if needs to do low latency real-time implementation of a code or if needs x10 etc. computation power incre...
by Jew
February 6th, 2012, 1:21 pm
Forum: Programming and Software Forum
Topic: Cross-platform open-source trading platform
Replies: 8
Views: 21941

Cross-platform open-source trading platform

You can trystocksharp.comand migrate it to Mono framework, if needs to run on UNIX - like OS. Fluent Russian are required to read the site .
by Jew
January 19th, 2012, 10:26 am
Forum: Programming and Software Forum
Topic: Interfacing C++ and C#
Replies: 12
Views: 19146

Interfacing C++ and C#

<r>QuoteOriginally posted by: quantericHi everyone, I am wondering if anyone can help me with interfacing... I have built a C++ DLL and am wondering how I can integrate that with C# code. There may be an additional complication in that some functions exposed in the DLL have user-defined types as inp...
by Jew
January 18th, 2012, 12:38 pm
Forum: Programming and Software Forum
Topic: How to publish a web-site via IIS?
Replies: 7
Views: 16970

How to publish a web-site via IIS?

<r>QuoteOriginally posted by: HansiNo you need an intermediary (registar) that keeps track of which dns servers belong to domain.tld and then you need dns servers that the registar contacts for server ip for the domain. The DNS server can be run by you or more easily most registars give you access t...
by Jew
January 18th, 2012, 12:00 pm
Forum: Programming and Software Forum
Topic: How to publish a web-site via IIS?
Replies: 7
Views: 16970

How to publish a web-site via IIS?

<t>QuoteOriginally posted by: HansiYes you need the register to know about a dns server and the dns server must have a zone file pointing the domain to your IP.As I understand it's a step A?I can't understand that how my server will understand, when someone adress to it - does only IIS (with OS, of ...
by Jew
January 18th, 2012, 11:22 am
Forum: Programming and Software Forum
Topic: How to publish a web-site via IIS?
Replies: 7
Views: 16970

How to publish a web-site via IIS?

<t>QuoteOriginally posted by: JewHansi,thank you for quick answering. I have done with a part "A". Now I'll do part "B".Greetings,I have Linksys E4200 and I have done with port forwarding (80, 8080, 20, 21, 110) from router to local server.Hansi, so could you tell me please, should I do some additio...
by Jew
January 18th, 2012, 11:02 am
Forum: Programming and Software Forum
Topic: Interfacing C++ and C#
Replies: 12
Views: 19146

Interfacing C++ and C#

<t>QuoteOriginally posted by: quantericThanks guys. I am very grateful of your help. However, please do forgive me for being ignorant on C# and interfacing and allow me to ask further questions. Can you tell me what is the distinction between managed and unmanaged C++ code? Is there a beginner's gui...
by Jew
January 13th, 2012, 3:32 am
Forum: Programming and Software Forum
Topic: FIVE hundred years from now: can you predict the Software Landscape in anno 2525?
Replies: 883
Views: 402829

Three years from now: can you predict the Software Landscape in anno 2018?

<t>QuoteOriginally posted by: Traden4AlphaI'm not sure that any given paradigm or language will dominate because of both the growing breadth of hardware devices (from micro-power SOC devices to GPUs to petabyte distributed web systems) and the growing breadth of applications (e.g., smartphones, home...
by Jew
January 13th, 2012, 3:29 am
Forum: Programming and Software Forum
Topic: XLL + RTD, how?
Replies: 13
Views: 18215

XLL + RTD, how?

<t>QuoteOriginally posted by: adcockjWhen I tried it, it worked but the sheet wasn't responsive all the time, even with just a few formulas on the sheet it would pause for around a secondBecause all computations (and Excel GUI updating too) are processed in main thread of the process. You should do ...
by Jew
January 12th, 2012, 10:21 am
Forum: Programming and Software Forum
Topic: GPU Application on High Frequency Trading
Replies: 11
Views: 29275

GPU Application on High Frequency Trading

<t>QuoteOriginally posted by: JT77QuoteOriginally posted by: kluikensEither way, if that was the question you were asking -- the answer is no. The fundamental reason is that your network device uses a bus that has no interconnect to your GPU(s) -- they (any networking devices) connect and are contro...
  • 1
  • 2