Saturday, March 29, 2014

mremoteng with multi ssh command ready

its been some weeks I am playing with mremoteng codes. here is the output

download
source

I had test this for a while it looks ready for people. please feel free to contact me if you have any problems

Sunday, March 16, 2014

now mremoteng has multi command for ssh session

I just commit my code and send pull request to project here its

https://github.com/rmcardle/mRemoteNG/pull/101

you can test it.

after long years playing with win32 api was fun anyway :)

Monday, March 10, 2014

mremoteng has not got multi command for putty and ssh session

I want to implement mremoteng a multi command for putty sessions. it means when you write and send command to all putty sessions. which will help things a lot. anyway when I checked out mremoteng is written in visual basic .net. it was a shock.

anyway I will probably solve things soon and see what will happen. but I must say its not easy to remember things when you see an old friend.

odd string diff

 https://leetcode.com/problems/odd-string-difference/ Beats 19.92% of users with Java   class Solution { public String oddString ( S...