[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
Pete's QBASIC Site Discuss QBasic, Freebasic, QB64 and more 2005-11-06T12:34:13-05:00 http://www.petesqbsite.com/phpBB3/app.php/feed/topic/1148 2005-11-06T12:34:13-05:00 2005-11-06T12:34:13-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=9180#p9180 <![CDATA[QB Express #15 Now Available!]]> Statistics: Posted by {Nathan} — Sun Nov 06, 2005 12:34 pm


]]>
2005-11-05T22:48:57-05:00 2005-11-05T22:48:57-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=9177#p9177 <![CDATA[QB Express #15 Now Available!]]>
I'm sitting here stumped as to how to make it a fairly efficient process. I'm at a friend's place, and he doesn't code, let alone have FB, so I can't really just code something up... I'm heading back home in a few hours, I'll have to try something then.

Statistics: Posted by The Awakened — Sat Nov 05, 2005 10:48 pm


]]>
2005-11-05T19:48:37-05:00 2005-11-05T19:48:37-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=9174#p9174 <![CDATA[QB Express #15 Now Available!]]> Statistics: Posted by {Nathan} — Sat Nov 05, 2005 7:48 pm


]]>
2005-11-05T19:40:45-05:00 2005-11-05T19:40:45-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=9173#p9173 <![CDATA[QB Express #15 Now Available!]]>
Nathan1993's little thing on compression was interesting. I never even thought of doing something like that... although it seems like it could be pretty damn slow for large files.
Slow, but really good if you really spent a lot of time and you needed to compress a lot of files. Like, if you had 1 gigabyte of stuff you needed to put onto a CD, sure, it would take a LONG time, but it would really compress it if you did it for each file (EG have a master un-compression file, and have that take account for each file).
Is it slow due to the compression logic, or could it be slow because of the I/O involved?

If you think that the I/O is contributing to it being slow, than consider adding a "LEN =" statement to the OPEN statements of the input and output files. Without the "LEN =", the buffer size will default to 256 bytes, which for a large file means many, many accesses to the disk. Increase the buffer size with "LEN =" and you will appreciate much faster file I/O.

With a bigger buffer, you will transfer larger blocks of data on every access to the disk, with fewer time-consuming, physical accesses to the hard disk or CD.
(Thanks to Ethan Winer)
*****

Statistics: Posted by moneo — Sat Nov 05, 2005 7:40 pm


]]>
2005-11-05T14:32:43-05:00 2005-11-05T14:32:43-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=9171#p9171 <![CDATA[QB Express #15 Now Available!]]>
Nathan1993's little thing on compression was interesting. I never even thought of doing something like that... although it seems like it could be pretty damn slow for large files.
Slow, but really good if you really spent a lot of time and you needed to compress a lot of files. Like, if you had 1 gigabyte of stuff you needed to put onto a CD, sure, it would take a LONG time, but it would really compress it if you did it for each file (EG have a master un-compression file, and have that take account for each file).

Statistics: Posted by {Nathan} — Sat Nov 05, 2005 2:32 pm


]]>
2005-11-04T22:39:00-05:00 2005-11-04T22:39:00-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=9169#p9169 <![CDATA[QB Express #15 Now Available!]]> I'm just really getting into Rel's 3D tutorials, and, quite honestly, it's been taking up much of my free time.

Statistics: Posted by The Awakened — Fri Nov 04, 2005 10:39 pm


]]>
2005-11-04T19:54:12-05:00 2005-11-04T19:54:12-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=9168#p9168 <![CDATA[QB Express #15 Now Available!]]> .

Statistics: Posted by MystikShadows — Fri Nov 04, 2005 7:54 pm


]]>
2005-11-04T22:39:37-05:00 2005-11-04T17:16:51-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=9166#p9166 <![CDATA[QB Express #15 Now Available!]]>
Not sure what to say about mennonite's email, only that I agree with Pete, for the most part, with the whole RTFM thing. I think it's completely reasonable for someone to get that response. All it takes is a quick Google search and a poke through the tutorials around. Now, there's some things where you go to search for them and it's tough to know where to start as far as a search string. Anyway...

Matt2Jones, I really enjoyed your article on creating more professional games. Interestingly enough, Mysterious Song was the first game I thought of when you started talking about title screens. :)

Both comics were good. :)

Nathan1993's little thing on compression was interesting. I never even thought of doing something like that... although it seems like it could be pretty damn slow for large files.

Let me know how my article was, if it caught your interest at all.

Statistics: Posted by The Awakened — Fri Nov 04, 2005 5:16 pm


]]>
2005-11-04T15:39:39-05:00 2005-11-04T15:39:39-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=9163#p9163 <![CDATA[QB Express #15 Now Available!]]> Nice issue once agian....
??? PETE? My name isnt on the contributer's list... why? WHY DO YOU DO THIS TO ME!
:lol:

Statistics: Posted by Rattrapmax6 — Fri Nov 04, 2005 3:39 pm


]]>
2005-11-05T18:49:31-05:00 2005-11-04T09:25:32-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=9154#p9154 <![CDATA[QB Express #15 Now Available!]]>
edit: thx man! hehe... now, back to... uhh... i need to get a life.

Statistics: Posted by {Nathan} — Fri Nov 04, 2005 9:25 am


]]>
2005-11-04T00:27:48-05:00 2005-11-04T00:27:48-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=9143#p9143 <![CDATA[QB Express #15 Now Available!]]> Statistics: Posted by Pete — Fri Nov 04, 2005 12:27 am


]]>
2005-11-04T00:02:03-05:00 2005-11-04T00:02:03-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=9142#p9142 <![CDATA[QB Express #15 Now Available!]]>
Wish you all the best. :)

Statistics: Posted by lurah- — Fri Nov 04, 2005 12:02 am


]]>
2005-11-03T19:36:03-05:00 2005-11-03T19:36:03-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=9135#p9135 <![CDATA[QB Express #15 Now Available!]]> but her name's Rhianna, not Rhiannon! :D We were going to name her Rhiannon but Rhianna sounded better with her middle name, which is Aracelis. :D

Statistics: Posted by Nodtveidt — Thu Nov 03, 2005 7:36 pm


]]>
2005-11-03T17:04:59-05:00 2005-11-03T17:04:59-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=9133#p9133 <![CDATA[QB Express #15 Now Available!]]>

Statistics: Posted by Kyle — Thu Nov 03, 2005 5:04 pm


]]>
2005-11-03T16:39:40-05:00 2005-11-03T16:39:40-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=9131#p9131 <![CDATA[QB Express #15 Now Available!]]> :lol:

That certain letter/article combination was something that mostlikely makes some "noice" on whole community soon.

Good Pete quality in all ways :D

Statistics: Posted by lurah- — Thu Nov 03, 2005 4:39 pm


]]>