Word up y'all
I recently successfully experimented with Scala futures, got future { my shiznit } all over da place. I'm pleased as punch w/ the gains I'm seeing from the parallelism and whatnot, but I'm only seeing 4 worker threads. Wanna see some more. I've been looking all over for how I can crank up the number of threads to 11, but no luck. Help me out doods
Hello guys, I just wanna know if it is possible to pause a playing SWF file in adobe flex?
I have an SWF Loader and it plays my SWF file however, it does not have any capability (or built in function) that pauses the file.
Can anyone help me with this please? I'll appreciate some code to start with. :) Thanks in advance.
The default behaviour of doubleclicking in a textbox is select part of text. Iwanna override it with selecting a word. But I found handling the doubleclick event(or override the OnDoubleClick method) actually do the default behaviour first, then execute my code. Is it possible to disable the default behaviour.
In practice, what are the advantages of using createElement over innerHTML? I am asking because I'm convinced that using innerHTML is more efficient in terms of performance and code readability/maintainability but my teammates have settled on using createElement as the coding approach. I just wanna understand how createElement can be more efficient.
hi iwanna make a retail store software for my family retail store ....
can anyone help me out with which language to use and just give me some basic ideas
I'm an engineering student and have good knowledge of ASP, HTML, CSS, VBSCRIPT and have gone through java , c ,c++.
please help me anyone
How to Join N live MP3 streams (radio streams like such live KCDX mp3 stream http://mp3.kcdx.com:8000/stream
) into 1 using FFMPEG? (I have N incoming live mp3 streams I vant to join them and stream out 1 live mp3 stream) I mean Iwanna to mix sounds like thay N speakers speak at the same time (btw N stereo to 1 mono), please help
BTW: My problem is mainly how to make FFMPEG read from stream not from file...
Would you mind giving some code examples, please...
Hi,
ive configured local service under some app.
iwanna know how could i invoke methods on the activity, through the service while sending parameters to that method.
(the method exists in the activity)
thanks.
Hi,
Iwanna do some local developer tests of IIS 7 but I don't have Windows Vista, 7 or 2008 server - I currently run XP SP3.
I have Virtual PC installed so I can use Microsoft's IE compatibility images - are there any time-limited images that I can use with Virtual PC so I can check out IIS 7?
The IIS 7 "Try it" link points to this page. But the VHS is for Windows Server platforms only I think and I don't want an ISO?
Any advice?
hi i have this little snippet of code i wrote that checks to see if a folder is present (only exists in x64) if so it does "X" commands, if not (i.e x86) does "Z" commands (x,Z are just markers for code) but what iwanna know is there a better or more reliable way to do this using only the 2.0 .net Framework?
string target = @"C:\Windows\SysWow64";
{
if (Directory.Exists(target))
{
//do x64 stuff
}
else
{
//do x86 stuff
}
Hi folks,
Iwanna have a drop down that lets me select "Week Commencing Monday the 20th" going back 10 Mondays but I'm not sure how to go about doing this.
I've used date.now(), etc. before but not sure how to do this one.
Thanks,
Billy
I have a line like this:
pad (2) = 0x0041
Iwanna change the hex into decimal and the expected result is
pad (2) = 65
I just tried :%s/\(.*\) = \(.*\)/\1 = \=printf("%d", submatch(2)), but it failed.
Would you help to solve this? Thank you very much.
I have a control for uploading an image and above it is an image control.
When User clicks 'Upload' button, image turns to an animated image displaying 'WAIT' message, after the image is uploaded, the image source changes to that image.
I want to do this using simple AJAX, JAVASCRIPT (xmlHTTP objects) , ASP.NET, VB.NET.
Can anyone help me out???
Don't wanna use iframe or flash besides above four.
Hi
Iwanna create a Boolean field in my oracle table but I seen there is no boolean or byte data type so,which one of the oracle data type I must choose for a boolean value?
I need to do some macros and Iwanna know what is the most recommended way to do it...
So, I need to write somethings and click some places with it and I need to emulate the TAB key to..
Thank you
hi,
i am looking for code to validate html color codes. wanna check if user typed valid color code, can you guyz help ?
i know i need that regex stuff but i cant understand a think about that regex things :S
thanks
I wanna sth like Spring framework to use in client side. Actually I am going to abstract ui from data sources that may be added to system while it is up. An XML will be injected to system and ui will be generated automatically. Client side use would be able to search on new data source while objects are created in client side.
Thanks
i m devlopuing one consol application in c#.net and in this i need one text file which is resides in local disc but iwanna make it dynamic and add that file in the project as a resources so when i create final exe of my project and place it any where it works proparly without having that file in local disc.
pls help me regarding this issue
hi people, iwanna make change in css class every 3 loop. In the first three i want to use the CSS class A, in the next three i want to use the CSS class B, in the next three i want to use the CSS class A again and so on.
can anyone help? Thanks
How to get the parent page values from the usercontrol.
I have a usercontrol in a page. On click of the usercontrols button iwanna get some values from the page after executing a method. i need those values in my usercontrol. What is the best way to get the results of the page in the usercontrol.
Hi,
ive configured local service under some app.
iwanna know how could i invoke methods on the activity, through the service in a synchronous way for example:
the service invoke a method inthe activity and waiting for for result(synchronous) from it.
(the method exists in the activity)
thanks.
Hi,
ive configured local service under some app.
iwanna know how could i invoke methods on the activity, through the service while sending parameters to that method.
(the method exists in the activity)
thanks.
Hi
I'm wanna learn C++ and i'm going to buy one of these books :
Accelerated C++
Programming: Principles and Practice Using C++
Wich one do you consider more appropriate for me ? And is it worth it that I buy both of them ?
PS: I'm not new to programming, I already have a good experience with Java and Scala.
Thank you !
hi,all
i am a new object-c developer,iwanna implement Tea Algorithm, but i don't know more about the byte infomation ,so i cant control the string byte stream .who can tall me how to implement this Algorithm. thanks.