- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 4
- Posts with Upvotes
- 4
- Upvoting Members
- 4
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
Interesting doesn't mean easy going.
- Interests
- Learning languages, Travelling, Cooking, Long walks, Chess, Reading small stories and Discussing problems.
- PC Specs
- Linux, Windows, Python, Web development, CISCO, Networking and Security.
74 Posted Topics
Re: This is nice, nonetheless it wouldn't work for a person like me that does all sort of programming in a Linux box. | |
Re: I'm happy to see Fedora on the list. | |
Re: I 100% agree with you. They should focus on improving their current existing applications like *docs* instead of licking Microsoft's arse all the time. | |
Hi, can someone please tell me if there is a way to make my server accessible from the outside world? it works pretty well on localhost. I tried port forwarding, opening the ports it uses, but nothing works. I read somewhere that it only allows connection from the same network, … | |
Hi, I just installed PyQt Designer to start creating UI's with python, I've used WxPython and TKinter before, but never really done anything with PyQt. So for some of you this might be a very simple question that I can't seem to find with google. I really like how it … | |
Re: Download and install ccleaner, it doesnt protect you from being hacked but will clean up some bad stuff that you may have on your computer. I normally run it 2 or 3 times a day because its really fast scaning and deleting rubbish that you may have. Also, i really … | |
Re: hope you dont mind asking this in your thread, but does anyone know if there is a way to do this with wxpython? Thanks | |
alright guys? i just started working on my first assignment for networking and its very unclear of what i have to do for my first PASS assignment! :'( It doesnt seem very hard, really just very unclear! alright, so this is what it says we have to do: [QUOTE]Give a … | |
Hi everyone. Well I've been trying to figure this out for a quite a long time now by looking at some examples and searching the web, reading some tutorials and so on, but I don't even know where to start yet. Can you explain to me about the sprites too … | |
Re: Im really impressed, it works perfectly on windows vista, nice work. 5 Stars. | |
Re: Try and install another firewall, i use COMODO which is free and you can get it from [URL="http://www.comodo.com/home/internet-security/firewall.php"]here[/URL]. There are more free firewalls, but COMODO is my favourite. Questions that you might want to think about? [CODE]1. Have you been downloading/installing files/programs from untrusted locations or in other words, torrents … | |
Re: Ok, sounds really good but, I still don't know how the Obfuscated 2 example works. How did you get those values? I want to know more about this. | |
Again, another hard question. So Ive got a function, and ive got a couple of try and exception in it, and basically what i need is, if those exception give me an error, i want that function to go to an end. So, how am i suppose to do this. … | |
Hey people, I've got a file, looks like this: [QUOTE]england america spain brazil germany australia[/QUOTE] now, I need to read it line by line: [CODE]country = open('languages/country.lang', 'r')[/CODE] and give a value to it, like: [QUOTE]A1 = country.readline()[/QUOTE] and then A2 for the next country and so on. So I … | |
Is there a way to delete every n bytes from one point to the first byte? This s quite confusing. What I've done: [CODE]a = open("file.txt","r") b = a.read() a.close() findit = "WIN - PLACE" texto = b.find(findit)[/CODE] And now I need to delete everything before "WIN - PLACE", its … | |
Hey everyone again, so I am having a lot of problems with function in wxPython, this time, I need to know how, or if it is possible, to add new widgets to the main frame from a function, so here is my code: [CODE]import wx class Example(wx.Frame): def __init__(self,parent,id): wx.Frame.__init__(self,parent,id,'Example', … | |
Re: [QUOTE]It goes to objects creation method __init__[/QUOTE] I think, he means something like, __init__ will create the frame and the main things to be able to put widgets into the application. But __init__ creates, like the parent window (normally), and then you can have the called (child) windows into the … | |
Re: Think first. Think about what you said. And put into the code. Simple... Ok, I'm actually going to give you a hand. So you want, 11 seconds in a minute, 5 minutes in an hour, 3 hours in a day and 3 months per year, and I don't know what … | |
Hey everyone, I decided I didn't want to use Tkinter, so now I'm using wxPython, and I'm having some problems, such as getting values from a function to another. I know, it's a bit hard to understand, and I don't even know if this is possible. [CODE=python]import wx class Example(wx.Frame): … | |
Hello, I think it was yesterday, that I turned on my computer and my mouse wasn't working. First, [URL="http://www.daniweb.com/forums/thread276352.html"]Mozilla Firefox doesn't start [/URL] and then I cannot move the pointer on my screen, I don't think both problems are related, but I might have deleted some file(s) or while removing … | |
Hey, so as the title says my Firefox Web Browser doesn't want to start. It was working properly, but I guess after running a virus scan with KlamAV and quarantine a couple of errors that it gave me, it simply does not start. I've googled it, and I've tried a … | |
Hey, I have a really big file on my computer, this file only got words in it. And because the file is really big, I sure there are repeted words in there. Is there a way of deleting every single repeated word, leaving at least one? Every single word is … | |
Re: im so excited c: looking forward to buy it | |
Re: Salem's way of doing it is efficient and easier. I would just do what he said: [QUOTE]$ find . | xargs stat -c "%Y %n" Then check for differences.[/QUOTE] Salem, thanks for the link c: never heard of it before. | |
Hi, so as I said in a post a couple weeks ago, I am doing a project for my school and I am having some problems at the moment. My problems include, get values from one tab to another in my form and get values from one form to another. … | |
Re: Can you be more specific on what you really want to do? I don't understand. Do you want to use a form to do it, or you a query. Is it even in access or what? Do you have a table? What do you have in it? I can try … | |
Re: What do you mean by "drop down"? once, what ive done was i had to combos so, for example lets suppose the second one was dependong on the first on, so lets suppose: [CODE]First combo is 1 - Second Combo is 1, 2, 3 Second combo is 2 - Second … | |
Hello everyone, well I'm having some problems changing line every time my PHP code writes something to a file. Right now, it's writing the time of everyone, who visits my website, then it adds a comma and his ready to write the time of another person that visits the website. … | |
Re: Can you give us the link to the post on that vb forum which you found the code? Can you tell us what the code is supposed to do? | |
Re: You did not specify what OS you're coding in, but [URL="http://www.daniweb.com/code/snippet230886.html"]this one[/URL] is to get the mouse position in Linux, and apparently in the same thread, Gribouillis gives an answer on how to do it in Windows as well. Also read vagaseat's post, which is interesting. Hope this helps. | |
Re: First when I read this post's title, I thought "this guy is crazy", dont judge me, at least not yet. Then I read the post, and I thought "What's he talking about?", and finally I read the title again, and I thought "What the heck does he want to do?". … | |
Re: Ohhh, I got it now, what you want. It's really easy, so this is how it should be: [CODE] Private Sub YourButton_Click() Memo.Value = Memo.Value & vbNewLine End Sub [/CODE] Hope it helps. Dan08 | |
Re: [QUOTE=zelkea;1169533]Would NTFS symbolic links work for you? [url]http://en.wikipedia.org/wiki/NTFS_symbolic_link[/url] AJZ[/QUOTE] Link's broken. I can't open it. | |
Re: Sometimes, (it happened to me once) upgrades overwrite the grub file (it normally asks you as well, if you want to overwrite it or not). Can you paste your grub file here, so we can see if the problem actually is coming from the grub or not, at least makes … | |
Re: Im not sure what your want to do, but i think the solution is Date(), can u tell us what exactly you want to do? were you saying that you want to change the date of each record that you visit? why would you want to do that? | |
Re: [QUOTE=Access07-Jon;1165138]Does anyone know if VbCrlf will work to make a new line in a memo field that is set as RichText ? I have a richText memo field and have been attempting to do the following: Me.MemoFieldRichText.value = vbCrLf & "This is a new entered into this memo field from … | |
Each time I create a new GUI, the bit that I always hate, is the bit where the buttons and entries look like I am working on a Windows 98 machine, isn't there a way to make my buttons and entries look like Qt would look like? They're well squary … | |
Hello everyone, I currently doing a database project, which is part of my coursework, and I am having some difficulties. So, I am making it in Microsoft Access 2003. In my form, I want have to tabs (Client and Music Store), and I already have 2 tables, for each tab. … | |
Re: Can you be more precise? Please. | |
Re: Can you tell us what exactly the project is? | |
Re: Easy Easy. So you want to control one of your tables with your form. So, first open up your form, open up the properties, go to the tab called "Data" and where it says "Record Source", click on the arrow and chose the table that you want to control. Now … | |
Re: You basically need to know how to turtle works, I havent used it fo ages, but it is very complicated if you want to do a lot of wall tiles. The process is something like: PenDown, Forward 20, Left 90, Forward 50, Left 90, Forward 20, Left 90, Forward 50, … | |
Well, couple days ago I've red in some thread in daniweb, which I was thinking in a solution for it. So the problem is Linux has got the speech recognition, El Duke was trying to find something like windows speech recognition for Linux. As Mathhax0r and vagaseat said, there isn't … | |
Re: I suppose you have python installed on your c:/ drive. So, first go to the folder where python is, for example mine is c:/python26/, so copy the game.py and the a.py to your python directory, now open up a windows command prompt and move to the folder where your python.exe … | |
Re: The project sounds good... And I honestly think the project would be successful, what I mean is a lot of users would actually sign up for an account. But to be honest it's not easy and cheap to make it. There are different aspects that you mainly need to think … | |
Re: Everything is possible... Well, first you need to choose a programming language, i recommend you to make a reseach and find out what is the most suitable to make a suggestion based file search of linux files. Then get some tutorials, and start building it, if you get stuck use … | |
Re: You need to make sure that the ICO file is in the same directory where you working or you have to specify the correct location of the icon. Dan08 | |
hey everyone, i am writting an app with tkinter, well ive tried quite alot of different ways but i couldnt find the solution for my problem. So, in that window there is time and i need it to constantly change, like every second. Any ideas? Thanks Dan08 |
The End.