
Search found 416 matches
- Mon Mar 30, 2009 7:39 am
- Forum: OS Development
- Topic: ATA IDE PIO 1.0 Library in NASM
- Replies: 21
- Views: 27673
Re: ATA IDE PIO 1.0 Library in NASM
Yeah I know 

- Mon Mar 30, 2009 5:46 am
- Forum: OS Development
- Topic: ATA IDE PIO 1.0 Library in NASM
- Replies: 21
- Views: 27673
Re: ATA IDE PIO 1.0 Library in NASM
Hello everyone. My old website doesn't exist anymore. I have not done any OSDEV for about a year and a few months now but I still have my source codes. If anybody wants to use this code, please give me some credits at least :P It took me a long time to write this :D I will host this file in my new w...
- Thu Jul 03, 2008 1:42 pm
- Forum: General Programming
- Topic: Disassembler source needed
- Replies: 5
- Views: 1727
Disassembler source needed
I am in need of an IA-32 BIN disassembler WITH source code written in C/C++. This is going to be used as a part of my dissertation. If anybody knows of such program, please do let me know.
- Wed May 14, 2008 10:39 am
- Forum: General Programming
- Topic: ASP.NET and Flickr API
- Replies: 0
- Views: 1269
ASP.NET and Flickr API
Has anybody uploaded pictures to Flickr using ASP.NET? I have coded one application in ASP.NET. I am sending and receiving information to and from Flickr but right when I am stuck at the last step, after authentication and etc, where a POST request must be made to Flickr for uploading the image. Doe...
- Mon Mar 31, 2008 7:40 am
- Forum: General Ramblings
- Topic: Free File Server?
- Replies: 4
- Views: 1566
Free File Server?
Does anybody know of a simple open-source/free program that accepts incoming TCP connections and then allows a client to send over a file. The server will then have to save the file in a folder where it is installed. I could code this program in ~3-4 hours but my boss won't be happy with that. So if...
- Mon Mar 03, 2008 2:29 am
- Forum: General Programming
- Topic: PHP MySQL Error
- Replies: 20
- Views: 21645
Apache 2.2.x *IS* compatible with PHP5 - I setup a Windows-based server two weeks ago with Apache 2.2.0, PHP5 and MySQL and it's still running smoothly. You just need to make sure all the DLLs are referenced properly in all the configuration files. Really? I tried and it didn't work especially when...
- Mon Mar 03, 2008 2:27 am
- Forum: General Ramblings
- Topic: Give me strength...
- Replies: 32
- Views: 5525
- Sun Mar 02, 2008 9:13 am
- Forum: General Ramblings
- Topic: Give me strength...
- Replies: 32
- Views: 5525
JamesM, Majority of programmers use Macs to write programs? Are you serious? :lol: I mean who would in their right minds use a Mac to write programs while they can't even say if their programs are going to be able to be run on the same OS after 2-3 years? I mean have you ever compared the number of ...
- Wed Feb 27, 2008 6:51 pm
- Forum: General Ramblings
- Topic: Give me strength...
- Replies: 32
- Views: 5525
It's funny how the roles are reversed. Now it's Windows that's a sinking ship, instead of the MacOS of the latter 90's. And it's more more to use MacOS X than Windows Vista. I remember in 1996 when It when it was better to use WIndows 95 with its true preemptive multitasking than System 7.5.3 relea...
- Wed Feb 27, 2008 2:09 pm
- Forum: General Ramblings
- Topic: Give me strength...
- Replies: 32
- Views: 5525
- Wed Feb 27, 2008 12:16 pm
- Forum: General Programming
- Topic: PHP MySQL Error
- Replies: 20
- Views: 21645
- Wed Feb 27, 2008 9:49 am
- Forum: General Programming
- Topic: PHP MySQL Error
- Replies: 20
- Views: 21645
- Tue Feb 26, 2008 5:41 pm
- Forum: General Programming
- Topic: PHP MySQL Error
- Replies: 20
- Views: 21645
- Tue Feb 26, 2008 7:38 am
- Forum: General Programming
- Topic: PHP MySQL Error
- Replies: 20
- Views: 21645
Solar, Thanks for the prompt reply. I was actually looking at this link but didn't bother with MySQLi. I followed the instructions but now I am getting the same exact error but this time for mysqli of course. I am using: MySQL 5.0.51a PHP 5.2.5 (With PHP ISAPI on IIS) IIS 5.1 on Windows XP SP2 Some ...
- Tue Feb 26, 2008 7:08 am
- Forum: General Programming
- Topic: PHP MySQL Error
- Replies: 20
- Views: 21645
PHP MySQL Error
So I'm learning PHP and I got this error message while invoking the mysql_pconnect() function: [quote=Server]Fatal error: Call to undefined function mysqli_pconnect() in C:\Inetpub\wwwroot\index.php on line 16[/quote] I searched on the Internet and apparently it means that the version of PHP that I ...