Hi,
I'm a coding newbie, but I really wanna learn how to do multithreading and event handling.
Does anyone know of any good tutorials out there, or can they explain it to me in a nutshell?
Hello,
I'm a newbie whitebelt with WCF.
I have a namespace: http://schemas.datacontract.org/2004/07/System/ArgumentException.
I'm looking to take that string and convert it into a CLR type so that I end up with typeof(ArgumentException).
Is this possible? :)
Thank you,
MichaelD
I'd like to search for tracks on iTunes using a Python script on Mac OS/X. I found a way to access the iTunes application through:
iTunes = SBApplication.applicationWithBundleIdentifier_("com.apple.iTunes")
but I haven't figured out (yet) the way to perform searches. A little help appreciated.
Disclaimer: OS/X newbie here.
Possible Dupe: http://stackoverflow.com/questions/2624589/visual-studio-express-2010-license
Sorry for newbie question, but
I saw there was some license file on ISO image and it tells it wont allow me to develop commercial software , but there was Free registration, and I think that after registration I can develop application on it for free .
Correct me if I'm not right or Tell me if I am :) thanks.
I am by no means a security expert or even a novice. I'm a newbie at security at best.
Someone suggested I use SHA1 instead of MD5 - why would I choose one over the other? Is one more secure?
def merge(l1,l2):
i=0;
while((l1[i]!=none)||(l2[i]!=none)):
SyntaxError: invalid syntax
being a newbie i can't figure out whats wrong with the abouve code.
Hello peeps, newbie here, i'm trying to get the value of a link using document.getelementbyClass/Name & then navigate to the page the link points to in a different window/tab using Selenium IDE. All suggestions gratefully received, thanks
In mysql a result of a query is
say select timestamp from newbie;
| 2010-03-12 14:50:46 |
| 2010-03-12 14:50:46 |
| 2010-03-12 14:50:51 |
| 2010-03-12 14:50:52 |
| 2010-03-12 14:50:54 |
| 2010-03-12 14:51:04 |
| 2010-03-12 14:51:07 |
| 2010-03-12 14:51:08 |
Is there a way to subquery the above and sum up the i.e, the final result should be the delta of each row in hh:mm:ss format
I got the Wrox.Beginning.JavaScript.3rd.Edition and wanted to start learning it from scratch, then my boss came along and said that why bother, learn jQuery.
Can I understand jQuery and work with it although I am a newbie and have limited knowledge in ASP.net, vb.net, some C#, and basic HTML?!
I am a newbie to jQuery Mobile and trying to come with the best and scure way of passing login details between pages in jQuery Mobile.I did a quick search and found some solutions,
Solution 1 :Since its the same dom data can be accessed using plain old variables.
Solution 2 :Use HTML5 sessionStorage
I have not found anymore solutions yet.If some one has successfully implemented this,could you please advise how I should go about doing this?
Thank You
I run rake and I get this error. What's that supposed to mean? Sorry I'm newbie to RoR sb please help. Thanks a lot.
undefined method `reserved=' for #
I'm a Scala newbie I'm afraid:
I'm trying to convert a Map to a new Map based on some simple logic:
val postVals = Map("test" - "testing1", "test2" - "testing2", "test3" - "testing3")
I want to test for value "testing1" and change the value (while creating a new Map)
def modMap(postVals: Map[String, String]): Map[String, String] = {
postVals foreach {case(k, v) => if(v=="testing1") postVals.update(k, "new value")}
}
I'm a newbie to Linux systems and recently I started using Ubuntu 10.04. When I do java development in Windows, I usually keep my project files under some drive (D: for example) and under my development folder, such as D:\projects\myproj. But I'm bit confused with Ubuntu's folder structure. So, I just want to know how do you organize your projects in Ubuntu? Under which folder do we keep our projects file?
I am newbie.
many of javascript code start with <!--
<script type="text/javascript">
<!--
and finish with //-->
//-->
</script>
I think the reason is for compatibility.
But I cannot find the clue in any books.
even I cannot find anything with google.
Hi,
I am newbie in vc++. I have configured my system with WDK,DDK and Visual Studio 2008. I want to implement dual functionality to my wireless hardware and i am using Vista so please help me out from here.
so just tell me which function should i use
Thanks in advance... :)
Hello,
I'm a matlab newbie, and i'd like to superpose some hist fit on a same figure.
I know the function histfit, but unfortunatly i can't get to remove the hist and only keep the curve.
I guess once i'll know how to do that i'll be able to add several curves using "hold on".
Thanx for any answers or advices!
Hi all
I am a newbie to the python. Can I unhash, or rather how can I unhash a value. I am using std hash() function. What I would like to do is to first hash a value send it somewhere and then unhash it as such:
#process X
hashedVal = hash(someVal)
#send n receive in process Y
someVal = unhash(hashedVal)
#for example print it
print someVal
Thx in advance
Hi,
I have 2 scripts working ok separately but can't get them working together -
What I'm after is expanding menus where if the items exceed 10 a 'more' link appears that expands the list, which can also then be hidden.
http://www.brianfitzer.ie/test2/
expanding menu is file test12.html
toggle+limit:
toggle is file test13.html
(I have these working separately)
And then I need this to be able to be applied in multiple instances as I'll have multiple categories.
Any code help greatly appreciated! (i'm a jquery newbie so if you have full code that would be xtra handy)
Hello,
I am a ruby and rails newbie. And I am working on a rails application with RadRails. RadRails has a "Switch to Test" function for my controller, model, etc. but not for my library. if I have class Foo::Bar in /lib/foo/bar.rb, where should I put the unittest for it?
or should I separate the foo library in a separated project?
Thanks.
Hi, I ve forgot what i set as username and password for mysql database. How could I be able to find it out.I am using wamp server. I am a newbie in mysql and its time to get started for my first project.Please help.
I am a newbie to perl. My problem is...
I have a relative path
$base_path = input/myMock.TGZ
The filename can change. But the path is always stored in $base_path.
I need to check if the file exists in $base_path.
Any suggestions are helpful to me
I'm creating a Wordpress plugin and, being a newbie in the development on this platform, I'm stuck on this problem.
I'd like to have posts in the loop filtered by categories, defined by the user through an admin page. I would actually like to be able to modify query_post() parameters in the plugin, but the only trick I found is to re-run the query_post() with my user-defined criteria, thing that I would like to avoid.
I'm sure the solution is evident, but can't find it!
Extreme Android developer newbie here...well, new to Android development, not development in general.
I want to write an application that gets notified when emails come into the device, and takes various actions based on data in the email (subject, sender, to, etc). I think what I have to do is create a BroadcastReceiver with an IntentFilter. The problem I'm having is figuring out what Intent(s) I need to "listen" for. Can anyone point me in the right direction? Thanks.
Dear All,
I am a real newbie in programming and now I have to combine Google Maps and Dojo. Both alone are fine but when I try to implement a Google Map into a Dojo content pane which is embedded in a border-container it simply does not work. I think there is a problem with the naming of the divs but perhaps there is something else to take care of?
Could someone post the simplest possible solution?
many thanks