gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

Help Wanted > NDS Simple downloader and display image. (Payment : Afiliate

#142169 - exorter - Fri Oct 05, 2007 6:26 pm

Payment will be our afiliates $, every single peny from this proyect.

We need a C#/C++ programmer, with some expiriance on downloaders and image display on the DS, thats it, the proyect is really simple but very efective, will mantain our users ocupied with our latest news, or our afiliate's news.

If you need any other information contact us at :


exorter@exorters.com or our im :

tashicoma_14@hotmail.com


Thank You
_________________
More to find out in one place, http://www.exorters.com , The entertainment is now !

#142171 - NeX - Fri Oct 05, 2007 7:37 pm

Oh, it's you again. Still not downloaded that spell checker for Firefox, then?
_________________
Strummer or Drummer?.
Or maybe you would rather play with sand? Sandscape is for you in that case.

#142173 - keldon - Fri Oct 05, 2007 7:41 pm

dnt feed da duks

#142187 - NeX - Fri Oct 05, 2007 10:20 pm

One word that flashes across my mind from the distant, vast plains of Oblivion when I read the word Exorter is this:

Extortion.
_________________
Strummer or Drummer?.
Or maybe you would rather play with sand? Sandscape is for you in that case.

#142203 - Vich - Sat Oct 06, 2007 12:08 pm

I saw that you stole http://www.exorters.com/c_sharp-lesson_1.html from http://www.csharp-station.com/Tutorials/Lesson01.aspx

[edit] Google cache for a similar page, if he'd remove it in the meanwhile:
http://64.233.183.104/search?q=cache:Uu1Xw926BCQJ:www.exorters.com/c_sharp-lesson_7.html+exorters+C%23&hl=en&ct=clnk&cd=1&client=firefox-a

Stealing intellectual property is not going to get you anywhere.

[edit] http://youtube.com/tashicoma
Posting 'hacking videos' like "Yahoo Messenger Fake Real (Get your bf, gf, friend, pswrd)" and "create a virus" is bad karma too.
I'm sure this is you, since the youtube page says "Name: Bryanne", which is the same name your domain is registered with.
_________________
[project website] [personal website]

#142204 - keldon - Sat Oct 06, 2007 12:49 pm

it might help if the site was readable, oh why do companies allow affiliate marketing?

#142214 - exorter - Sat Oct 06, 2007 2:58 pm

[quote="Vich"]I saw that you stole http://www.exorters.com/c_sharp-lesson_1.html from http://www.csharp-station.com/Tutorials/Lesson01.aspx
If im not mistaken, I removed ALL OF THOSE VIDEOS, and second, I will place a link to the default page where I got the info at lesson 8, 14, 18
_________________
More to find out in one place, http://www.exorters.com , The entertainment is now !

#142216 - SimonB - Sat Oct 06, 2007 3:24 pm

Exorters Corp. wrote:
Tired of people mocking your Corp/Inc ?
...
Whatever it is you have . . . Exorters Are Here To Help !
...
This is why we are called the Dominators Of The Internet Zone !
...
With us, you, your members, family are safe.


Hmm...

Simon

#142223 - sonny_jim - Sat Oct 06, 2007 5:11 pm

Quote:

Recent Proyect (DS-TV) :
The proyect will be stopped, so we can study more abuot the C++ language, then continue our proyect, so there will be less errors and bugs.


So they've finally worked out that it was nigh on impossible to stream a video in a format small enough to fit over the DS wifi connection and also be able to uncompress fast enough using the DS CPU?

EDIT: And also http://ustream.tv/exorter Only 15 and a member of 3 different corporations! Well done!
EDIT2: And a Myspace Page

#142225 - exorter - Sat Oct 06, 2007 5:28 pm

[quote="sonny_jim"]
Quote:

Recent Proyect (DS-TV) :
The proyect will be stopped, so we can study more abuot the C++ language, then continue our proyect, so there will be less errors and bugs.


So they've finally worked out that it was nigh on impossible to stream a video in a format small enough to fit over the DS wifi connection and also be able to uncompress fast enough using the DS CPU?
Not to be rude, but the ds isnt going to so that work, its your pc

remember

ds to pc, pc takes care of the rest, then pc sends to ds and u view on the ds
_________________
More to find out in one place, http://www.exorters.com , The entertainment is now !

#142229 - sonny_jim - Sat Oct 06, 2007 5:46 pm

It doesn't matter how much CPU power you have BEFORE the wifi transmission, as you only get around 110KB/s over the DS wifi hardware.

Now the challenge for you is to get a 14f.p.s 256x192 video stream into a codec that can run on a 90MHz cpu and cannot use anymore than 110KB/s (assuming you want 'realtime' playback).

The more you compress a stream to fit into that 110KB/s, the more CPU power you need at the other end to decompress it.

Or am I just talking rubbish?

#142230 - tepples - Sat Oct 06, 2007 6:13 pm

sonny_jim wrote:
Now the challenge for you is to get a 14f.p.s 256x192 video stream into a codec that can run on a 90MHz cpu and cannot use anymore than 110KB/s (assuming you want 'realtime' playback).

MoonShell video is 32 kB/s.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.

#142232 - sonny_jim - Sat Oct 06, 2007 6:31 pm

Fair enough, then it should be entirely possible. I don't want to rain on Exorters parade, but if they are needing to recruit a coder to create a DS project that all it does is fetch and display an image I highly doubt their abilities to be able to produce video playback to rival Moonshells.

I'm 99% sure that fetching an image remotely and displaying it is well within the reach of PALib. In fact there must be a tutorial for PALib to display an image.