Hello,
Can i share one application related data with another. Say I have a music file in resources/raw folder of apk2. Can I use the same file in apk1.
thx...
Hi,
Weird question, but I have a dictionary created with StringComparer.OrdinalIgnoreCase, looks something like this
AaA, 10
aAB, 20
AAC, 12
I then use myDictionary["AAA"] to find the value associated with the key, but what I also need to know is what the actual spelling of the key is in myDictionary, e.g. in this case I want it to return AaA. Any way to do this without a loop?
Thx.
So, after a while of researching what SVN system should I use, I end up creating a project in Google Code.. thing is, that ANYONE can habe access to my repository, and is NOT what I want :)
So, I'm looking for a "private Google Code" code hosting web.
I found out that Bitbucket and Assembla are good, but.. any opinions?
Thx!
Hi,
When developing for the web, one of the saddest issue might be crossbrowser testing. Is there a great solution for testing both on IE6, IE7, IE8, Chrome, Safari and Firefox ?
I tried some web-based solutions but it's not really usable when working offline.
Thx
Boris
Hello,
I have an ANTLR grammar that can parse and evaluate simple expressions like 1+2*4, etc.
What I would like to do is to evaluate expressions like 2+$a-$b/4 where the $ variables are dynamic variables, that come from an external source and are continuously updated.
Is there any design pattern on how to do this using ANTLR, best practices, etc?
Shall I "substring" the $a with the updated value ($a - 4.34)
A nicer way to do this?
Thx
I'v got some problem to understand the difference between Logarithmic(Lcc) and Uniform(Ucc) cost criteria and also how to use it in calculations.
Could someone please explain the difference between the two and perhaps show how to calculate the complexity for a problem like A+B*C
(Yes this is part of an assignment =) )
Thx for any help!
/Marthin
Hu guys, I'm developing a Flash game, and I'm interested in knowing what would be the process of making sound.
I want to make my own sounds, if possible, and not to download some premade standard (and possibly lawsuitable if they are not "totally free") sounds from the web.
So.. I've read that a synthesizer could be useful.. but, I really dont know.
Thx!
Hi
In my app, for debugging i want to save pointer, before i do other operations on it eg:
void foo(...)
{
/* suppose ptr1 points to one of my strcuts */
ptr1 = NULL;
/* before that ptr1=NULL i want to save value of that pointer - how to do it ? */
}
thx for any help
i'm developing an application for content filtering. i'll use it as web service but my problem is that i hadn't developed any extension for firefox or ie before. i read some about firefox extensions and now i know a little about it.
firstly can i use web service in a firefox/ie extension? if yes, can you give me a link of tutorial or sth like that?
all suggestions are welcome.
thx..
Hi,
i have a webview in my iphone app where a google map location is opened like;
Directions
now the google map native app opens fine, but how could i add a RETURN button so it would jump back to my html page. Now i have to click my home button and the app close back to the desktop, so i have to start my webview again.
in android its more easy, because there is always a back button and after viewing my gmap i simply back in my webview.
thx
chris
Hi,
I just installed a couple of fonts on my Mac.
The font shows up in my Photoshop, but not in the Flash font list.
I already clear the font cache, reboot, put fonts in all folders (/Library/..., /Users/... etc)
What could be causing it?
Thx
Hi, i have the following scenario. i have a main application wich can import usercontrols/views from other .dlls via mef. all works fine. but if i define usersettings im my plugin dlls, i got the following error
Das Konfigurationssystem konnte nicht initialisiert werden.
is there any way to include the settings in my plugin.dlls? or are there other ways to use UserSettings with plugin.dlls and mef?
thx
I have the following command
find /var -type f -exec grep "param1" {} \; -print
With this command I can find the param1 string in any file under /var
but the time that it take for this is very long.
I need other possibility to find string in file but much more faster then my example
THX
yael
Hi,
I'm a total beginner with Typo3 and would like to show a RSS feed in a Typo3 template using typoscript. And I have no idea how to do this !
Is there any way to do this quite easily ? Calling an external PHP script maybe ?
Thx !
hi,
i'm reading some blogs on blogspot.com and i was wondering:
is it possible to change a blog's url that it will display ALL posts?
i mean that it will show all blog entries without having to click "older posts" over + over again.
thx
Hi, I am writing a function in which I need to read a string contains floating point number and turn it back to Rational. But When I do toRational (read input :: Double), it will not turn for eg: 0.9 into 9 % 10 as expected, but instead 81..... % 9007...
Thx
Hi,
ive just set up my machine from scratch and was wondering if there are any open available ready to use eclipse versions (3.5 preferred) which have already installed famous (most used) plugins like subversion support, maven, pmd, checkstyle findbugs etc. Would save me time setting it up myself.
thx,
kuku
Hi
I am trying to do the following
I am building asp.net website with c# language
I want to read a text file from my project(the file is inside the project)
I tried to get the file Path by this way :
string path=Request.PhysicalApplicationPath+"filename.txt";
but I can't use The "Request" object from separated C# file ??
note: separated C3 file,I mean it's not related with aspx file
can you help me with my way or do you have another way ??
thx
Someone told me to use MFC,but it seems that MFC will be dead,although its not already...
so if i want to learn windows programming now, which one should i choose? thx.
Hi,
looking for an impulse, how to get that done. I know that it is possible to capture the iSight but I have no Idea how to capture the screen and output it in realtime to an other... there will be no recording, just output... would be nice if someone could give me an hint.
thx in advance
Before disconnect the client, the server wants to send some info to the client - why do I(server) disconnect you(client).
If I send packet to the info and close the client socket immediately, closesocket() returns -1 and if I use linger option to work closesocket() successfully, the info cannot be sent completely.
How can I complete this and is it possible to know socket buffer is empty(means my packet sent all)?
thx.