Does anybody know how to add a customer exe into a ISO or boot.wim file with WinPE?
Please provide sample statements on how to add file and then launch it from WinPE Command Line.
Thanks
I'm working on a large Flash CS4 project with multiple swfs and want to consolidate my build process. Are ant/make overkill or have people out there successfully used them on large Flash projects?
Thanks
Hi, what would be the best way to remove whitespace only around certain character. Let's say a dash - Some- String- 12345- Here would become Some-String-12345-Here. Something like sed 's/\ -/-/g;s/-\ /-/g' but I am sure there must be a better way.
Thanks!
Hi,
Following url there is right hand toggle menu which is on flash. I need a Same functionality On jquery. I have try but the problem is to fixing the position. of next div and Image bellow
http://www.junkiesdigital.com/
I have made a use Jquery function but I unable to get the exact animation. Here is the page.
http://www.junkiesdigital.com/html/Index.htm
Any one help me out this problem.
Kind regards,
Thanks
How can i format quantity value in crystal report like if the value is 5, then just show as 5. If the value is 5.25, then show as 5.25. So which format should i use for that?
Thanks.
Hello,
I have 2 geometries A and B which I'd like to combine like shown at the end of the following drawing:
http://www.imagebanana.com/view/9vm6zoy/geocombine.png
How could one do this? Is there something like a "virtual canvas for geometries" where I can place A and B, move B accordingly and then get a geometrie from this? Thanks for any hint!
Hi All,
I am an experienced .NET developer (C#/ASP.NET) looking to broaden my skills to the PHP/MySQL arena. I would like get recommendations on books for learning PHP/MySQL that are geared towards someone who is already familiar with object oriented programming and web development. I do realize that there are lots of online material out there but I am looking for an actual print book I can read. Thanks a bunch.
All,
I am trying to perform a nested AJAX call using the following code. The nested call doesn't seem to work. Am I doing anything wrong?
$.ajax({
type: 'GET',
url: "/public/customcontroller/dosomething",
cache: false,
dataType: "html",
success: function(html_input)
{
$.ajax({
type: 'GET',
url: "/public/customcontroller/getjobstatus",
cache: false,
dataType: "html",
success: function(html_input){
alert(html_input);
}
});
}
});
Thanks
Hi
No one said that OrderedDictionary is having two copies of elements, one in a hashtable and other in a list, I can't find complexity measurements at MSDN for OrderedList.
thanks
Hi,
I'm using INSERT INTO to copy rows of data from one table to another:
INSERT INTO tblNewCustomers (CustomerID, [Last Name], [First Name])
SELECT CustomerID, [Last Name], [First Name]
FROM tblOldCustomers
How can I set one of the field values in tblNewCustomers for all of the new records that I am importing in withn this statement e.g
tblNewCustomers.existCustomer = TRUE
Thanks in advance for any help
Noel
I have two classes inside a package. Both call a method from another class, one works perfectly fine and the other gives the error java.lang.ClassNotFoundException
and the error
java.lang.NoClassDefFoundError: com/google/common/base/Predicate
The class path should be the same for both as they are in he same package so I can't figure out why one has access to the class and the other doesn't?
thanks in advance for any help given.
Hello
I'm coding a demo in python and I need to read a MIDI file in python (no real-time stuff is needed).
In particular, I'm looking for a library which preserves channel information.
The most promising libraries I found are:
http://code.google.com/p/midiutil/
http://www.mxm.dk/products/public/pythonmidi
Any experience with those?
Thanks a lot
Nicola Montecchio
I want to populate a field from a session bean.
I attempted this:
`<html:text
property="docId"
value="<bean:write name="queryResponseBean" property="queryResults" />" />`
but to no avail.
thanks.
Anyone have any luck using Vimeo's moogaloop player? I'm wanting to use Vimeo's supposed API functions to create custom buttons to control the Vimeo player on my site. Here's the reference page for moogaloop: http://vimeo.com/api/docs/moogaloop
I've been able to get the player to embed using SWFObject, but I can't seem to get the API functions to work (e.g. api_play()).
Any help is greatly appreciated.
Thanks!
-Tim.
How do you use Objective-C (iPhone) to send an AppleScript to a remote computer (on same network) to be executed?
I think something like NSNetService would be of use here, but I don't know.
Thanks!
I managed to set the compiler to execute another program when the project is built/ran with the following directive in project options:
call program.exe param1 param2
The problem is that the compiler executes "program.exe" and waits for it to terminate and THEN the project executable is ran.
What I ask: How to set the compiler to run both executables in paralel without waiting for the one in PostBuild event to terminate?
Thanks in advance
Hi folks,
I know this is a mater of taste, but actually I cannot accept the Objective-c syntax.
Any advices so that I can go ahead and learn this language with this freak syntax?
Thanks.
Well, the title say it all. I have a ruby script I want running as a service (one I can start and stop) on my Linux box. I was able to find how to do it on Windows here
Some readings point to creating daemons or cron tasks.
I just need something simple I can call on my box's reboot, and can stop/start whenever I please. my script has an internal sleep call, and runs in "eternal loop"
thanks in advance
I am playing around with an iPhone app, and need to accomplish something that I am sure is very basic:
I have a slider that is implemented in a Controller.m class. However, I need its value must be available in a different class, MainView.m class where I have defined an equation that depends on the value of the slider. How can I do it??
Thanks,
Miguel Bayona
I have a spark component VideoDisplay which displays a video.
I want to add a ProgressBar to it which will show load progress of the video and when the video is loaded ProgressBar to disappear. How to do that?
Thanks,
Using Eclipse/Subversive I commanded it to delete a branch of mine. Unfortunately it also took the liberty of wiping out my trunk folder. SVN isn't my strong suit so I am trying to figure out how to get Subversive to move it's head back one revision so the trunk/branch that was deleted re-appears again. Anyone have any ideas? Thanks!
i went to a prestigeous software conference (as dominant in its own field as MS in general), one main speaker is a professor of computer science who has been teaching Java for 20 years. During question session, he seems never heard of Groovy or Scala....
He is from a decent University in US...
Is Groovy or Scala too new to attract academic attention or is this professor abnormal?
thanks.
Hi all.
I have time value 04:30:25 , I want to convert this to seconds .
Is there any dedicated function to do this...?
I know that we can extract hours ,minutes, seconds then we can calculate the second .
SELECT extract ( hour from t ) * 60*60 + extract ( minutes from t ) * 60 + extract ( seconds from t ) from test ;
But I want some other way...
Thanks
I know about Papervision 3D. However, alot of the realism there comes from textures.
Does anyone know of a benchmark that shows how many single-color, flash-shaded 3D triagnels flash10 can reasonably render? I can't find this benchmark online or an engine for this (most seems to really value bitmaps / texture).
Thanks!