Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~9K People Reached
About Me

Student

Interests
Computers, Linux, Unix, Programming, German Music
PC Specs
Ubuntu 7.04 (Custom Kernel) Intel Pentium D 930 2x512MB OCZ DDR2 667 ECS 945G-M3 Nvidia GeForce 6500…
Favorite Tags
Member Avatar for jobs

How do I get datalist to string? >>> days = 24/6 >>> print days 4 >>> hours = 45/7 >>> print hours 6 >>> datalist = [] >>> datalist.append(days) >>> datalist.append(" days ") >>> print datalist [4, ' days '] >>> datalist_str = "".join(datalist) Traceback (most recent call last): File …

Member Avatar for cementovoz
0
855
Member Avatar for alski

hi all, I'm having a hard time searching on how to read or write on a smart card? i have an acr120 contactless reader/writer as the input/output device. Please help. Thank you.

Member Avatar for A.Basile
-1
3K
Member Avatar for maddog39

This class will allow you to take an RSS feed (local or remote) and "export" it to an easily managed/viewed array. Below is an example of it usage: [code=php] <?php include("exportrss.php"); // Parse XML/RSS 2.0 feed $feed = new ExportRSS("test.xml", "2.0"); $channel = $feed->get_channel_data(); echo "<h3>Channel</h3> <p> <b>Title:</b> {$channel['title']}<br/> <b>Date:</b> …

0
220
Member Avatar for maddog39

This snippet will allow you to separate or "explode" strings into vectors via a character separator or the visa versa. In which case you would take a vector and "implode" it into a string separated by a character. Also keep in mind that this requires the libboost libraries. This was …

0
524
Member Avatar for mike4

Hey, How can I cause a block of php code be executed once using a command like the [B]include_once();[/B]If i use this directly it includes the contents of the include file like HTML content! What can I do?:$

Member Avatar for vdeych
0
178
Member Avatar for ProgrammersTalk
Member Avatar for Ezzaral
0
591
Member Avatar for oreo_cheesecake

hi, can i ask, what are the basic parts of a game engine? because i am planning to make one using java and i dont know where to start!! need you help thanks

Member Avatar for beefstick720
0
945
Member Avatar for maddog39

Hello all, I am building a website and on my search page I want to be able to display the relevance of each search result. I've searched all over the place but still haven't found any information on how to do this.And obviously im building this website in PHP. Any …

Member Avatar for maddog39
0
102
Member Avatar for superjacent

I think this is the right forum for this type of question as opposed to the C++ forum. I'm learning C++ via Windows Vista, console stuff, at the moment. I've also got Ubunto installed and trying to figure out which programs I need in order to write simple console type …

Member Avatar for superjacent
0
205
Member Avatar for olddocks

[B]Build Your Own Web Server ~ Quick & Easy Do it Yourself Installation ~ All within 24 hours !!!![/B] After long hardwork and desperation searching web to prepare for a linux server on my VPS plan, i wrote my tutorial for somebody like me who is new to vps and …

Member Avatar for maddog39
0
263
Member Avatar for Ravenous Wolf

here is a question which some would consider silly but i would still love to ask. what are the chances of C# or java replacing c++ as the gaming language? more and more books are being written about game design in C#. c++ has the advantages of being fast and …

Member Avatar for maddog39
0
182
Member Avatar for yuzhang

Hello All: I have been thinking to learn develop a GUI using C++. Any suggestions on where to start? (Using which development kits and etc) Thank you

Member Avatar for maddog39
0
83
Member Avatar for scru

Why is direct x so hard for me to understand? Usually I'm fast to catch on to things relating to programming, but this gives me headaches. Has anyone tried learning Direct X? What was your experience? Is it that it's just not up my alley?

Member Avatar for addy999
0
171
Member Avatar for cancer10

Hey, I was wondering if there is/are any drawbacks/limitations of php over other web languages? Thanx

Member Avatar for maddog39
0
87
Member Avatar for darkagn

Hi all, I have done some development in OpenGL in the C++ platform and was thinking about trying my hand at DirectX which I have heard is a bit more challenging than OpenGL. From what I have read, DirectX seems to be the more popular format so I was wanting …

Member Avatar for jbennet
0
200
Member Avatar for princestasnley

I actually need a self tutorial step by step on how to buid a proffessional php web site from scatch to finnish. thanks.

Member Avatar for dopple
0
115
Member Avatar for HLA91

Hi all I started learning C# but I became annoyed at the need for the .NET enviroment on every machine the program was run on, so I switched to C++ and started learning that. I am hearing talk about C++ dying out and C# is better and is where all …

Member Avatar for HLA91
0
150
Member Avatar for maddog39

Hello all, In my python application I am trying to capture the output of stdin from a command that I run via popen2(). The python docs say that it returns a tuple of (stdin, stdout) however and i run: [code=python] result = popen2(command)[0].read() [/code] It only prints the results to …

Member Avatar for maddog39
0
126
Member Avatar for Panarchy

Hello! I was wondering if anyone has a forum backend, in python? I know a bit of python myself, but I want the backend (working backend for a forum) I am going to make the frontend myself (in html, not php, has to be html) Please provide it! Thanks in …

Member Avatar for Panarchy
0
114
Member Avatar for firefly81189

Any ideas on how i can password protect a folder on a website without using .htaccess files.

Member Avatar for maddog39
0
105
Member Avatar for tonyaim83

My C++ program creates a nxn matrix with given value. For e.g if the input is 10 it will creates a matrix of 10x10 now what i want is the script should run program and give input values in a variation of 1000. Say first matrix of 1000 then 2000 …

Member Avatar for maddog39
0
71
Member Avatar for maddog39

Hello all, I've been having a ton of trouble with this custom gtk dialog I am trying to create. The code "runs" however I receive a GtkWarning message saying: [code] /home/maddog39/Projects/mmoalert/actiondialog.py:42: GtkWarning: gtk_box_pack_end: assertion `child->parent == NULL' failed self.message_hbox.pack_end(self.message_entry) [/code] For the life of me, I can't seem to figure …

0
71
Member Avatar for chris5126

Hi can anyone help, I have bought myself a lan hdd caddy. It is connected to my bthome hub and i can access it from my internal network but what do i need to do to access it from anywhere . Do i need to set up a vpn if …

Member Avatar for chris5126
0
76
Member Avatar for jobs

what is %r mean? [code=python] "%r tag requires exactly two arguments" % token.contents.split()[0] [/code]

Member Avatar for vegaseat
0
87
Member Avatar for maddog39

Hello all, Recently I've been hanging out on the IRC server and I have a registered nick, just like I do on every other server. Except today (October, 15) I tried to login with my usual password and I got repeatedly denied. I have XChat setup with custom user commands …

Member Avatar for John A
0
163
Member Avatar for maddog39

Hello all, My name is Alec Hussey, I'm a freelance open source developer and I am 15 years old. I develop for the NIX platform (specifically Linux and FreeBSD). I've known about daniweb for a while but haven't really looked into it before. Until recently I hadn't realized how much …

Member Avatar for maddog39
0
68
Member Avatar for jrcagle

I'm writing a lesson on debugging for my students. They will have already had a lesson on how to read code and do walkthroughs, either manually or using the debugger. They currently know about [B]if[/B], [B]while[/B], types, math operators, and have some experience with but no formal training in functions …

Member Avatar for jrcagle
0
96