Topics - cnewtonne [ switch to compact view ]

Pages: [1] 2 3 4next
1
Hi all ....
I'm trying to automate logging in to remote hosts via ss and execute shell scripts saved in a local folder on the PC. The final commands looks like this

ssh user@host_name my_shell_script.sh

I have 2 variables. First is host_name and a second is my_shell_script.sh

I created 2 aliases ...
1) script_lib which does a 'dosearch' on the folder where scripts are saved
2) exec_ssh defined as 'ssh (.*) (.*) and the pass to the ssh binary 'c:\....\ssh.exe jsmith@$$1 $$2'

In the farr search box I type ....

script_lib get_host_name.sh +exec_ssh

This command passes the get_host_name.sh search hit as $$1 to action alias +exec_ssh. It needs to pass as $$2 since $$1 is the host name. The tool I'm using requires this ordering of arguments.

How can I do this in farr, please.

Thanks

2
I'm migrating from ListPro to MLO and would like to know if this app is still developed at all? The Google group seems obsolete and with no recent updates. I'm seeking ideas as to ...

- Is this app still developed?
- an alternatives in this category that provide the following ...
 - hierarchy of tasks in tree style.
 - search as you type
 - custom fields

Thank you.

3
Developer's Corner / C++ Development: win32 or .NET?
« on: August 06, 2007, 12:03 PM »
As you probably can tell from this question that the I'm beginning to delve into the world of desktop development. Having spent the last 3 months getting up to speed on C++ and VS IDE, I'm at a fork road now trying to decide which way to go, C++ with native win32 or .net.

Can the gurus on this site validate my understanding of this subject and provide their insights please ...

There are 3 ways to develop windows GUI apps with C++:
  • by calling win32 API directly 
  • using MFC
  • using .NET 

My understanding is ...

1- Using direct API calls is obsolete and is not being done nowadays.

2- Most of the existing apps are probably developed using MFC. However, this technology is gradually and officially phased out in favor of .net

3- For a starter like myself and when developing apps from scratch, is there any reason why I should NOT abandon win32 MFC projects. In other words, what does win32 offer that .net does not?

4- If I do go for C++ .net, my next dilemma is why? C++ is not, by design, optimized for the .net. I should as well just go to C#. Can anyone think of any reason why I should look back to C++ to develop my app in respect to using C# directly.

5- Almost all books I read stated that apps written in C++ .net vs. win32 compare (if not faster) response-wise and are more stable. There are, however, a very limited number of apps on the high end of industrial performance that will always benefit from win32. Is is true if my scope is simply DK development, I should NOT be concerned about any stability or performance issue developing in .net?

6- Finally, can you by looking at an app on your DK tell if it was developed via win32 vs. .net? And how? For example, are there controls that can only be used via one and not the other?


Thank you all


4
I have a need to convert some DRM protected music files that I purchased absolutely legally. However, I need to have them convert to an MP3 format so I can play them on my CD player, Treo, and IPod shuffle.

I searched the web and came up with these 3 contenders, TuneBite, SoundTaxi, and NoteBurner. I tested all, they all were able to do the conversion.
This music conversion tools business if full of crab and trashy vendors. To be specific ...

- I would like to hear from other users what their experience has been with any of these products, good and bad.
- If you used TuneBite, do you know if it can convert unprotected files too

Thank you

5
To start with, I have to state that I'm not affiliated with this product in any way other than being a long-time user of it. This long-term use has given me insights into how powerful and stable this fine piece of software is. I would like to briefly share with this forum hoping it will spark some genuine interest in exploiting its features (and specifically its SDK) to improve and extend it.
The product reside on this web site http://wjjsoft.com/ and it is described as ...

myBase is a versatile free-form database system that allows entry of unstructured text, webpages, images, documents, emails and even arbitrary files without regard to length or format. All information is compressed with the integrated zip utility and stored in the tree structured outline form.
...

Developed using C++ and laid on top of a solid rock SSG database engine (http://wjjsoft.com/nyf_sdk.html) using zlip compression (http://www.zlib.net/),  it has delivered such an unparalleled stability and performance beyond comparison to any other solution in its category. Best of all, the developer WJJ, has made pubic and an SDK that opens up the doors wide open to a limitless array of features and extensions. Something that makes me drool just thinking about it.

Wjj offers the SDK on his site (http://wjjsoft.com/nyf_sdk.html). The license terms indicate that you are FREE to use at no charge to develop extensions to MB. With this SDK, one can develop three distinct types of solutions:

- Stand alone applications built on top of the SSG databases.
- Plugins that integrate to the internal functionality of MB to add features.
- Add-ons that are external to MB, yet, integrate with it to capture, organize, and share information from any sources. Source may include any app like  a web browser, office suite, email clients, and so forth. The current WebCollect add-on is a good example (http://wjjsoft.com/nyf_webcollect.html).

Again, for plug-ins and add-ons, you are to use the SDK free of charge. For the first one, though, you have to pay a royalty fee and understandably so.

The SDK if very well documented, indeed. It contains the header files, the library DDLs, full API documentation, reusable code snippets that integrate right into your project, and code examples. It just can not be any more complete.

I would like to invite to readers of this forum, and especially the developers amongst them, to browse the above links to get an idea. Download the software for 30 days and try it. See how much you can benefit and help develop it. 

This software has changed the way I manage and interact with my data for years. I hope it will help you as much as it did for me.

Pages: [1] 2 3 4next
Go to full version