as topic,
I have googing, but still no good result .
thanks for your help.
Regards
Try this is free http://www.webservicex.net/CurrencyConvertor.asmx
It isn't free, but i've used xe.com. It is relatively inexpensive and easy to implement.
Related
I got that nice assignment in school - create a simple ftp client. Something graphically like midnight commander is enough, so I don't need any graphical libraries. But... What would you suggest to use for the networking part? Never done this before :( Please be as specific as possible, means a lot to me.
Thanks guys, have a nice day ;)
You don't have much choice for the "networking part". Ye olde sockets will work just as well for FTP as for any other networking application.
I would like to extend geode with custom binary data (serialization). Is there any documentation about how to kickoff a minimal setup/system using geode? I saw a docker image but didn't find any docs on this.
It would be more than enough for me to have a c++ client which can push and query the stored (~30 GB of) data by a key.
Thank you very much for your help!
Checkout... https://cwiki.apache.org/confluence/display/GEODE/Index#Index-Geodein5minutes
There is more information on the Geode Wiki as well that maybe of use to you.
https://cwiki.apache.org/confluence/display/GEODE/Application+Development
This maybe of particular interests to you...
https://cwiki.apache.org/confluence/display/GEODE/PDX+Serialization+Internals
Hope this helps get you started.
Cheers!
The C++ and C# clients are currently not part of Apache Geode, just Pivotal GemFire.
You will find information about Geode and Docker here, here and here.
There may not be actual documentation for C++, but you can use the REST client to communication with GemFire as well. Documentation is here and here.
I recently learned about django-discussion. I don't know it may be a great application but I couldn't find any documentation, no example anywhere on the web.
Can somebody please guide me to the right direction? How can I integrate it with other application?
According to the lists of django forum applications here and here, there are better alternatives like django-threadedcomments, djangobb or pybbm - take a look.
Plus, django-discussion is not actively developed now.
Hope that helps.
I'm briefly familiar with SvctraceViewer, but I'm not sure that is the right tool for this. Problem is, I'm trying to work with a rather large WCF app, not designed nor developed by me. Also, it is poorly documented.
Some of the views are running slowly, but - I have no idea why.
Is there any program that I can use to find out where the bottleneck is?
How many milliseconds a task takes before completing and so on?
Just use any profiler. There's nothing magical about WCF services which requires a special tool.
I have used both the built-in profiler in Visual Studio and also the dotTrace product from Jetbrains to accomplish this.
+1 to John Saunders - a profiler is the way to go to diagnose your problem. Ants Profiler is also excellent. I think you can get a 15 day free trial - might be long enough to identify your problem
I have heard that MSBuild 4.0 has increased Regex parsing support. However, I am unable to find any detailed documentation/links/material on this. Can anyone give a brief description of the new features and/or possibly give pointers to more material?
Thanks in advance.
Check out http://msdn.microsoft.com/en-us/library/dd633440(VS.100).aspx
I think you might have heard wrong. I haven't heard of this, and the MSBuild team has been communicating changes to me.