13 Unanswered Topics

Remove Filter
Member Avatar for Mushy-pea

Hey. I've been working on a home brew game since late last year, writing an engine in Haskell and GLSL that includes 3D graphics, basic physics and programmable game logic. The version in the second video shows the first appearance of lighting and importation of OBJ files (the cube was …

0
304
Member Avatar for Mushy-pea

Hi. I'm working on some Haskell code that takes some string input and processes it to return a list of integers, the reason for which should become clear when the app. eventually get finished. The list processing functions do what I want when I call "parse_data (contents)" in GHCi, but …

0
99
Member Avatar for Mushy-pea

Hello everyone and welcome to the next episode of Mushy-pea's blog. This entry is about my favourite language (except English of course) Perl. If you're a regular Perl user you might already know this; the developers of Perl 6 are using a prototype version of the Perl 6 interpreter written …

0
64
Member Avatar for Mushy-pea

Hi. In my house we have an IPv6 capable router, for which the owner of has kindly given me the password for the settings page. It is a Linksys DD-WRT wireless device with Linux installed. When you enable IPv6 support it gives you the option to enter a Radvd configuration …

0
71
Member Avatar for Mushy-pea

Hi people. Just thought I would warn about a little issue I had with my Vista system last night. I tried to install [URL="http://www.colinux.org"]colinux[/URL] and the system crashed to a blue screen. When I tried to start it again normally it suffered some kind of kernel mode exception, did a …

0
79
Member Avatar for Mushy-pea

Hello everyone. We were introduced to a nifty little tool in my job today (I'm in broadband tech support). It's called Go To Assist and it lets you "share" a customers desktop to help solve their problems remotely. I came up with tyhe idea of trying to do a reciprocal …

0
33
Member Avatar for Mushy-pea

Hello everyone. I've got the stuff working I talked about here ( [url]http://www.daniweb.com/techtalkforums/thread68292.html[/url] ). Now, I am working on this problem; I need to check if a cookie is present on the client machine. It's presense will indicate the user is logged in. If it is there I need to …

0
76
Member Avatar for Mushy-pea

Hello everyone. I'm working on getting threads of replies to work in my forum system. I'm using this function: [code=perl] sub read_fields { my($offset1, $offset2, $offset3, $offset4, $this_offset, $result, $n, $dbase, $data, @field_name, @name_length, $num_fields, $m, $check, $check2, $primary_key, $action, @passed_array); ($offset1, $offset2, $result, $dbase, $num_fields, $m, $action, $primary_key, @passed_array) …

0
63
Member Avatar for Mushy-pea

Hello everyone. I am getting close to completing an early version of my open source forum system perlBB ([url]http://sourceforge.net/projects/perlbb)[/url]. I was wondering if someone could give me some advice about distribution of code between modules. In the scenario that the perl scripts in my system are run non - persistantly …

0
33
Member Avatar for Mushy-pea

Hello everyone. I've seen computers crash a few times in my time :p . From what I've read it seems that when a computer "freezes" or stops responding it may be down to the following causes: 1. The operating system kernel has detected a serious problem and has sent the …

0
65
Member Avatar for Mushy-pea

Hello everyone. Does anyone know at what offset the boot sector of a FAT 32 file system starts? I mean just past the BIOS data block, where the executable boot code is found. I'm trying to build an image file of ReactOS that I can run in QEMU. Any help …

0
72
Member Avatar for Mushy-pea

Hello everyone. If I save an XML document in ANSI format, should I identify it's character set as ISO-8859 in the DTD? Thanks. Steven.

0
82
Member Avatar for Mushy-pea

Hello all. I am trying to write an SSJS application to process the submissions from a form on my website. I downloaded the Mono .NET compiler, which has a JScript.NET compiler in it. I believe JScript.NET is a superset of Javascript (and my host has a Javascript runtime engine) so …

0
82

The End.