Engineeringserver.com

A community for computer science students & developers about software development, game development, game design, games, anime preview & reviews and more!

Archive for July, 2008


[NDS] Nintendo DS complete romlist!

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...
543 views

For those that are interested in the most up to date nintendo ds romlist, here’s a list i’ve posted on our forums that is compiled from various sources: http://www.engineeringserver.com/forum/general+game+discussions-b114.0/

Note that we do NOT allow warez discussions on engineeringserver.com OR javaforums.net , the rom list is just for general purposes to see what games are out for the NDS (nintendo ds)

Bookmark this page: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • De.lirio.us
  • Slashdot
  • StumbleUpon
  • Technorati
  • Reddit
  • Digg

Your Ad Here

Anyone heard of gunggo.com ?

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...
331 views

Website: http://gunggo.com/ I recieved an email from them and i would like to know if anyone heard from this publisher? I’m also wondering if they pay better than the average publishers out there on the market? Their website look good but i’m not sure if I should take the offer without knowing more about them.

Gunggo’s Competitive Advantage for Publishers:

  1. Gunggo’s highly targeted Advertisements for your tailored channel.
  2. 24/7 publisher login account with customized reports.
  3. Provide diversified list of ad formats to choose from.
  4. Fixed CPM’s for all Impressions delivered.
  5. Excellent fill rate for English speaking countries.
  6. Net 15 payment terms.
  7. Ad Serving Solution provided If necessary

For those that want to take a look at the mail i recieved from them this is the mail i recieved (edited out the names) To discuss this you can visit my forums here with a link to the topic with more information.

Bookmark this page: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • De.lirio.us
  • Slashdot
  • StumbleUpon
  • Technorati
  • Reddit
  • Digg

Your Ad Here

Java programming books that I recommend for Java developers

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...
608 views

On our forums we opened a topic with recommended books that Java developers should read to master the Java programming language. The topic can be found here and the books that are recommended can be easily understood by Java developers that just started to learn Java or java developers that are in the field for the past few years. If you are looking for a good book to read before going to sleep I suggest you to check out the topic on our forums or if you know a good Java book that we should read we would like to hear from you!

Bookmark this page: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • De.lirio.us
  • Slashdot
  • StumbleUpon
  • Technorati
  • Reddit
  • Digg

Your Ad Here

Want to get the latest Java news? Subscribe to our feed!

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...
167 views

Want to read our latest blog post because you want to be up to date about Java programming? Subscribe to our blog at: http://feeds.feedburner.com/Engineeringservercom

Bookmark this page: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • De.lirio.us
  • Slashdot
  • StumbleUpon
  • Technorati
  • Reddit
  • Digg

Your Ad Here

FINAL FANTASY IV | SQUARE ENIX savegame

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...
909 views

Here’s a savegame for Final fantasy IV for the nintendo ds ( nds ) that was request some time ago. The savegame starts at the Lunar surface of the moon and the party is around level 50/60 with 88000+ gil and good equipment. Enjoy the savegame like i did and happy playing on your nintendo ds and remember: byt the game like I did because SQUARE ENIX deserves it!

Download: finalfantasy IV nds savegame

Bookmark this page: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • De.lirio.us
  • Slashdot
  • StumbleUpon
  • Technorati
  • Reddit
  • Digg

Your Ad Here

Java ftp client sourcecode

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...
626 views

A simple ftp client that download files from a remote server, the functionalities are very basic (for demo purposes) but i'll work on more features later when I have the time. In the mean time you can play with it by downloading the sourcecode/classes below.

JAVA:
  1. /*-------------------------------------------------------------------------- Main class ***************** By: deAppel   http://www.engineeringserver.com Contact:  info [@] engineeringserver.com Version:    29/07/2008 "***************** Note: an FTP console client that download files on a remote server //----------------------------------------------------------------------*/ public class Main { public static void main(String[] args){ String userName = "yourUserName"; String userPassword = "yourPassword"; String userHost = "engineeringserver.com"; String userDirectory = "public_html"; System.out.println("Downloading files from: " + userHost + "/" +  userDirectory);  FilePath FP = new FilePath(); FP.connectToFTPAndSaveStructure(userName,userPassword,userHost,userDirectory)} }

screenshot download filedownloader

Bookmark this page: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • De.lirio.us
  • Slashdot
  • StumbleUpon
  • Technorati
  • Reddit
  • Digg

Your Ad Here

A simple Java one way chat

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
326 views

For those that are interested in creating chat software using java, here's a demo I wrapped up, visit the topic on our forums here for more information and sourcecode

The demo basically features a server that sends the message and a client that recieves the message.

Bookmark this page: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • De.lirio.us
  • Slashdot
  • StumbleUpon
  • Technorati
  • Reddit
  • Digg

Your Ad Here

Your Java drawing / paint application

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...
860 views

A very basic demo that demonstrates how you can create a basic paint like application using Java. This demo can only draw lines and the functions are limited.


You can get the code and information about this application on the forums here

Bookmark this page: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • De.lirio.us
  • Slashdot
  • StumbleUpon
  • Technorati
  • Reddit
  • Digg

Your Ad Here

Java Video Tutorials. Beginner to Advanced Java Training videos

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...
589 views

Java video tutorials are one of the better ways to learn java besides getting yourself a teacher or buying a book. Not only can you see the developer coding the application in his favorite IDE (Integrated Development environment) , you can also see how he codes the application. The audio explanation makes the video a worthy resource to watch a Java video tutorial.

So for those that learn better from videos than from books or teachers here's a link with java videos that can be found on google.

If i happen to find any other Java tutorial videos that are worthy of posting i'll let you guys/girls know for sure!

Additionally, visit our forums for more interesting Java discussions here.

Bookmark this page: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • De.lirio.us
  • Slashdot
  • StumbleUpon
  • Technorati
  • Reddit
  • Digg

Your Ad Here

Java Video Tutorial 2: Hello World!

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
178 views

This video tutorial guides you through the basics of writing, compiling and running a simple program with some extra hints and tips along the way.

This video is not mine but a good video non the less that explains the basics of Java (writing, compiling and running a java application)

Bookmark this page: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • De.lirio.us
  • Slashdot
  • StumbleUpon
  • Technorati
  • Reddit
  • Digg

Your Ad Here