No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
10 Posted Topics
Hi folks: How can I get information regarding the drives in the system?, using Python, off course ;) The information must include (at least in part) the following: [LIST] [*]Size [*]Used space [*]Free space (although you can calculate this value from the former two, some systems are tricky and don't …
You need to be more explicit. That error shows when the BIOS is booting or when the operating system is taking control? What is your OS (Windows, Linux, Mac OS)???
Hi: I needed to format and install my PC and I switch from Win XP to Win 7. The problems comes when I try to configure a website (asp.net) in IIS 7. I use Visual Studio 2008 SP1 and I was recommended to install IIS 7 with the compatibility features …
How can I create a white loading page like GMail, and when the content of the page is loaded then replace the white page with the original one. I'm using ASP.NET with jQuery. Thanks in advance.
Hi people: I have three dropdown controls in my page for selecting birthdate. How can I filter the values on my controls, in order to show to the user only those days available for that specific year and month??? For instance if the user selects Year: 2008, Month: Feb... then …
I have three ASP.Net applications and I want them to share their user status (Anonymous, LoggedIn). For this I use a custom Membership provider which lets me manage my users database effectively. But... How can I authenticate a user in one of this applications AND let the other two applications …
Can anyone tell me if there is any function for replacing multiples substrings within a string. For instance we have this function call to replace multiple appearances of the same substring: [CODE=python] newLine = line.replace(';', '_') [/CODE] Here I replace all appearances of ';' with '_' But what I need …
Hello this is it: I have a desktop app using WinForms and the user have an option in which he/she can enter a query to a database (TRANSACT-SQL, PLSQL). I need to validate that input, but the user would have to struggle with typos and remember exactly every database detail. …
Hi there I'm a software engineer wanting to be the greatest ever ;) I'm working now on C# and Java; and within a few days I will start some projects in Python and PHP. So these are my last minutes of soberness. I'm really interested in Python since the very …
First of all you need to surround your code with the code tags, to achieve something like this: [CODE]import math[/CODE] I think you first try to tabulate your code and the read some documentation about global variables in python. This done, an accumulator will come out pretty straightforward. best regards, …
The End.