Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #2K
~6K People Reached
Member Avatar for MUFC4life

i = 1 while i < 10000 and i > 0 and 1 : print " still going ..." i = 2 * i Hi i am new to Python and completley useless at it. Can somebody please explain to me why this code prints "Still going" 14 times. I …

Member Avatar for 15uck
0
131
Member Avatar for lagspike

A simple physics graph... [code=python]import pylab a_time = range(0,141,10) a_R = [3.0,2.8,2.56,2.36,2.2,2.0,1.86,1.7,1.6,1.43,1.3,1.2,1.1,1.06,0.96] for i in range(0,15): pylab.plot(a_time[i],a_R[i], 'x') pylab.errorbar(a_time[i], a_R[i], 0.5, 0.05) pylab.show() [/code] I'm guessing the [icode]pylab.plot[/icode] line isn't needed, but even with this there is nothing connecting the plots together. I'm pretty sure there wasn't anything extra needed …

Member Avatar for lagspike
0
267
Member Avatar for Simplicity.

I have developed a python code that is comprised of several functions, I want the output from the last function to be an input in the first function and the program should stop when a certain criterion is met! for example: [CODE] [[COLOR="Red"]def[/COLOR] f1(something1): Block of statements [COLOR="Red"] return[/COLOR] something …

Member Avatar for Simplicity.
0
138
Member Avatar for greatmind

Hello there, i am very new in this community and i am very much interested in developming web pages with php but i am having trouble using all the php features. I am currently usig windows vista. what version of wamp sever do i need toinstall on my system? Please …

Member Avatar for lagspike
0
102
Member Avatar for maheshshinde

give me complete code to see content of table and after tat edit data everytime diff an update it in same table of database

Member Avatar for lagspike
0
106
Member Avatar for kamotekid08

Hi there somebody pls help me with this..how to create a registration using php while the data is stored on the notepad..pls help me..Php disaster my brain..

Member Avatar for lagspike
0
86
Member Avatar for nukabolhi

I am just trying to make a php edit script using a combo box or any other method. But I am not sure how to write a script when selecting a sportsid and fetch the related data at the same time. [CODE] $sql = "SELECT * FROM sports WHERE sport_id=2"; …

Member Avatar for lagspike
0
885
Member Avatar for pooja bhatt
Member Avatar for pooja bhatt
0
109
Member Avatar for lagspike

I came across this application called [URL="http://www.eziriz.com/dotnet_reactor.htm"].NET Reactor[/URL] and this text was very interesting, "In combination with the Native EXE File feature and NecroBit, .NET Reactor is able to convert managed methods into REAL x86 native code." I guess it works a bit like a compiler? I tried this with …

0
118
Member Avatar for lagspike

I have a program which connects to a remote MySQL Server. When i try running the program on other PCs (ones with nothing more than the .NET Framework) I tried using ODBC, which would run the program, but not be able to connect to the database because of the lack …

Member Avatar for lagspike
0
215
Member Avatar for Acute

How can i move the Rectangle on the form and animate it as it moves? If i want to move it for example to the right, i must increase it's X cordinate, right? I did it (++x) and drawed a new rectangle and overdrawed the old one with background color. …

Member Avatar for ddanbe
0
715
Member Avatar for Bold Eagle

I have the following code: tb_Job_No.Text is a combobox This is the code [code] Public Sub RepCD_process() ssql_Job = "SELECT * FROM Rep_Dist" ssql_Job = ssql_Job + " WHERE (Job_Number = '" & tb_Job_No.Text & "') " Dim Main_Form As New Main_Form With Main_Form .DC_Reps.Open() .DS_RepDist1.Clear() .DA_RepDist.SelectCommand.CommandText = ssql_Job .DA_RepDist.Fill(.DS_RepDist1) …

Member Avatar for lagspike
0
269
Member Avatar for happygeek

It's always fun to stand and watch as two big names slug it out, and they don't come much bigger than Microsoft. Sophos, it has to be said, is no small fry either when it comes to the world of IT Security. So when a Sophos [URL="http://www.sophos.com/blogs/gc/g/2009/07/17/guest-blog-xp-mode-demonstrating-security-microsofts-priority/"]blog posting[/URL] from it's …

Member Avatar for happygeek
0
519
Member Avatar for lagspike

I'm using this code to colour individual items in a listbox, but the problem i am having is it colours all previous items with the new colour. How can i colour each induvidual item without this happening? Here is the code I'm using: (_colour is a global int) [code=c#]private void …

Member Avatar for serkan sendur
0
136
Member Avatar for plastered

Hi, I was deleting some processes as they were eating up the CPU usage when accidentally I clicked on something and lost the Menu bar to the Task Manager. Can anyone help me to get that back. The screen shot is attached. Thanks.

Member Avatar for plastered
0
123
Member Avatar for camykamani

Hi 1]Am new to VB.NET and m required to design the form for log in id and password connected to MS ACCESS 2003 containing the fields 1)user no 2)user id 3)type 4)password. Can you please provide me with the code for the same. 2]Secondly am required to make a splash …

Member Avatar for lagspike
0
139
Member Avatar for lagspike

hey world, im studying computing in A-Level, hoping to do it in university too. i'll be around the VB.NET and C# programming topics (i prefer C#) i hope this site will be a great resource.. -- lagspike

Member Avatar for lagspike
0
47
Member Avatar for sarganaa

i m new to c# i was designing a calculator i need to accept a string of integers from textbox save it in a variable clear the textbox and then accept a new string of integers plz kindly help

Member Avatar for sarganaa
0
2K