Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
67% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
4
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
~100.40K People Reached
About Me

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

Member Avatar for jeffcogswell

This is nice, nonetheless it wouldn't work for a person like me that does all sort of programming in a Linux box.

Member Avatar for Tcll
3
2K
Member Avatar for khess
Member Avatar for newsguy

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.

Member Avatar for eldergeek
0
1K
Member Avatar for Dan08

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, …

0
139
Member Avatar for Dan08

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 …

0
139
Member Avatar for zephyre

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 …

Member Avatar for crunchie
0
223
Member Avatar for ryufire

hope you dont mind asking this in your thread, but does anyone know if there is a way to do this with wxpython? Thanks

Member Avatar for cgsig
0
11K
Member Avatar for Dan08

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 …

Member Avatar for suley04
0
198
Member Avatar for Dan08

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 …

Member Avatar for TrustyTony
0
3K
Member Avatar for vegaseat
Member Avatar for cguan_77

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 …

Member Avatar for cguan_77
0
631
Member Avatar for hondros

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.

Member Avatar for hondros
2
166
Member Avatar for Dan08

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. …

Member Avatar for Dan08
0
170
Member Avatar for Dan08

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 …

Member Avatar for TrustyTony
0
185
Member Avatar for Dan08

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 …

Member Avatar for TrustyTony
0
180
Member Avatar for Dan08

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', …

Member Avatar for TrustyTony
0
260
Member Avatar for lewashby

[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 …

Member Avatar for TrustyTony
0
278
Member Avatar for Kanem

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 …

Member Avatar for TrustyTony
0
146
Member Avatar for Dan08

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): …

Member Avatar for Dan08
0
96
Member Avatar for Dan08

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 …

Member Avatar for Dan08
0
232
Member Avatar for Dan08

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 …

Member Avatar for Dan08
0
392
Member Avatar for Dan08

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 …

Member Avatar for TrustyTony
0
4K
Member Avatar for newsguy
Member Avatar for Dream2code

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.

Member Avatar for Dan08
0
156
Member Avatar for Dan08

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. …

0
75
Member Avatar for Ranvijay87

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 …

Member Avatar for ChrisPadgham
0
84
Member Avatar for leverin4

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 …

Member Avatar for ChrisPadgham
0
115
Member Avatar for Dan08

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. …

Member Avatar for Dan08
0
99
Member Avatar for kunal_00731
Member Avatar for Access07-Jon

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?

Member Avatar for Access07-Jon
0
1K
Member Avatar for aot

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.

Member Avatar for Gribouillis
0
4K
Member Avatar for qwertyui

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?". …

Member Avatar for woooee
0
175
Member Avatar for Access07-Jon

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

Member Avatar for Access07-Jon
0
2K
Member Avatar for agent154

[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.

Member Avatar for caperjack
0
135
Member Avatar for Dennis7

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 …

Member Avatar for Dan08
0
193
Member Avatar for persianprez
Member Avatar for tanu arora

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?

Member Avatar for Dan08
0
65
Member Avatar for tulsi_apr03

[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 …

Member Avatar for Dan08
0
1K
Member Avatar for Dan08

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 …

Member Avatar for snippsat
0
123
Member Avatar for Dan08

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. …

Member Avatar for Dan08
0
210
Member Avatar for jeffery12109
Member Avatar for firefightinfool
Member Avatar for S.N.Mazumder

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 …

Member Avatar for Dan08
0
105
Member Avatar for Tops

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, …

Member Avatar for Dan08
0
100
Member Avatar for Dan08

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 …

Member Avatar for Dan08
0
135
Member Avatar for emir_gradacac

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 …

Member Avatar for Stefano Mtangoo
0
153
Member Avatar for cressy

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 …

Member Avatar for Dan08
0
75
Member Avatar for seriousgeek

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 …

Member Avatar for Dan08
0
157
Member Avatar for SoulMazer

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

Member Avatar for SoulMazer
0
24K
Member Avatar for 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

Member Avatar for Dan08
0
22K

The End.