Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~861 People Reached
Favorite Tags
Member Avatar for as3g

I'm learning JavaScript, and want to know how I can run / test code on windows? I also want to download the library. Can anyone assist me? Thanks

Member Avatar for as3g
0
118
Member Avatar for as3g

I just completed an assignment, and both scripts function the same ultimatley, but just wanted to know if there were any potential differences, or is it just a matter of style? [CODE] if num % 2 ==0 : new = num //2 num = new print(num) count = count +1 …

Member Avatar for Gribouillis
0
152
Member Avatar for as3g

Is there any way to shorten this function by way of an array, list or the like? I've tried various methods (no pun intended) but can't seem to make it work, I'm getting errors coming out the wazoo! I don't want the code, just point me in the right direction.[CODE]def …

Member Avatar for TrustyTony
0
86
Member Avatar for as3g

Sup people, AS3G here! I'm an AS3 developer who's back in school for a comp sci degree, as other than my specialty, the rest of the IT realm is pretty much a mystery to me! More importantly, I wan make more money! (although flash devs make decent cash, don't want …

Member Avatar for as3g
0
246
Member Avatar for as3g

I know how to write to an existing txt file via Py function, but can you create the file itself from the function, or MUST the txt file already exist?

Member Avatar for as3g
0
94
Member Avatar for as3g

I'm new to python and I'm trying to count punctuation in a string input by user, and I"ve been able to do it w/ out a loop, but would like to emply a more efficiant method. I've been able to loop through and grabb the characters, but they are'nt being …

Member Avatar for as3g
0
165