-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I am planning to create an online scriptable application, any framework or platform for the .net framework
Thanks
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've written an application in C++ that takes a complex binary file format and translates it into human-readable text. Having edited the text you can recompile it back into the binary file format.
This would be more useful if the application's internal object model was scriptable. On Windows I'd…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Quick question, simple console client for Amazon S3 at Windows?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need to setup some automated testing of HTTP requests, to check cookies are doing the right thing, with (manual) debugging when there is a problem.
So far I've been muddling along with Firebug, but it's quite a bit of effort using that, and I would prefer some form of scriptable tool, both to make…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi guys.
I am using a Javascript object as an object with configuration properties.
E.g. I have this object in javascript:
var myProps = {prop1: 'prop1', prop2: 'prop2', 'prop3': 'prop3'};
This object (NativeObject) is returned to me in Java function.
E.g.
public Static void jsStaticFunction_test(NativeObject…
>>> More