I can't find proper "old" "ex4 to mq4 decompiler"? - decompiler

I know that there were ex4 to mq4 decompilers for old version of MT4, but can't find anything which works properly. In fact, all of them which are on the internet are viruses or malware.
I could find some codes for it in github.
https://github.com/FX31337/ex4_to_mq4_cli/
But this is wrapper, not decompiler, so needs ex4_to_mq4.exe itself for working.
My purpose is to recover my code from ex4 which was made in 2015 and lost by accident.
Please help if you have it or some experiences.
Thank you in advance.

Related

PHPStorm for Hack Language

I am kinda of a new user here and don't have enough reputation points to comment/ask on this question: IDE support for Hack Lang.
So, I am hoping that since the last entry provided by Themis Beris someone has been able to get PHPStorm working properly with Hack. I followed the 3 steps described in the post I mentioned, but still get compile-time errors on the classes I've written using Hack. <?hh is not recognized, for instance.
Any suggestions as to how to get PHPStorm playing nice with Hack?
I have no idea what Themis Beris is talking about on the linked question. (He seems to be saying something about PHPUnit, which is a completely separate issue.)
JetBrains has a feature request open for Hack support and last I heard was very actively working on it. But as of this writing (Feb 2015) it's not released yet.

C++/C Code::blocks crashes while editing

I'm not completly sure if it's proper to ask this here, but...
I'm a student forced to work with Code:Blocks IDE on Win7 (64 bits), and it keeps crashing everytime I try and add/edit an #include, I've tried in both C and C++ and I think it's got to do with the editor since it compiles correctly.
Has anybody else had this problem? Is there any way to fix it?
Best bet would be to search through the Code::Blocks ticketing system to see if anyone knows about the problem.
If no-one does, then raise a ticket yourself.
It'd also be a good idea to provide as much information there up front as possible, such as the source files (or enough of them to cause the actual problem), project settings, IDE version, and so on.
That'll get your ticket moving along faster than if they have to chase you for the information.

My Ftp Custom Provider is not invoked

I've gone through all steps in tutorial on IIS Website, how create my own custom Ftp Logging/Authentication Provider. Unfortunately, it doesn't work still. What can I do?
I've been struggling with this problem for past few days. And I finally got it.
Sometimes it doesn't work at all. Sometimes, it works for a while and suddenly, after few changes in code [or somewhere else] it stops and you can't find out what happened [that was in my case].
To solve my problem [and, I believe, many others] helps me this article:
http://blogs.msdn.com/b/robert_mcmurray/archive/2012/08/28/troubleshooting-custom-ftp-providers-with-etw.aspx
It's pretty hard to google, but value of tool from article is enormous.
I hope you can find and solve your problem with it, too.

where is the source code for Oolong and Gnoloo?

I'm reading Programming for the Java Virtual Machine which discusses the Oolong assembler and Gnoloo disassembler. Judging by references online the source code was at one point available, but I can't find it now. Does anyone know where to get it?
UPDATE: thanks to belisarius I have the code, and have put it on GitHub with some build automation to make it a little easier to play with.
Found them here for download.
HTH!
Ps: there are several downloads in the page. The one you're looking for is this

ReSharper API... Uh... where is it?

Ok I must be having a blonde moment, but for the life of me I can't find where to
download the ReSharper API, to use with the project I got from here.
Any help or links would be greatly appreciated.
Api information:
http://www.jetbrains.com/resharper/features/open_api.html
You mostly need to reference various DLLs in the bin directory of the Resharper folder, then you can get started playing around.
If you don't have a license to the product, that would be an obvious prerequisite.
Edited to add:
Here's some ancient documentation, which may get you somewhere:
http://www.jetbrains.com/resharper/documentation/help20/Introduction/openapi.html
And the developer forums:
http://devnet.jetbrains.net/community/resharper/resharper_eap
And occasional tutorials on their blog:
http://blogs.jetbrains.com/dotnet/
It's not really great documentation, but you probably will have at least a little bit of help from Xml Doc comments.
You can look at sources of ReSharper PowerToys, open sourced examples of small features done with Open API.