Lost Password?

Go Back   CodeCall Programming Forum > Software Development > General Programming

Vote on your favorite hash algorithm here!

General Programming Non language specific, Assembly, Linux/Unix, Mac and anything not covered in other topics. Talk about Programming Theory here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #21 (permalink)  
Old 04-25-2008, 12:08 PM
R-G's Avatar   
R-G R-G is offline
Programmer
 
Join Date: Apr 2007
Location: Europe
Posts: 144
Credits: 0
Rep Power: 0
R-G is an unknown quantity at this point
Default

Thats good for you, Xav. That means you don't need to have three or four different topics while writing exams!

By the way, read the interview that Jordan made with me, I think it explains a lot. However, our school system is more or less the same as in the United States of America.
__________________
Like an angel without a sense of mercy.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #22 (permalink)  
Old 04-26-2008, 10:07 AM
G_Morgan G_Morgan is offline
Guru
 
Join Date: Oct 2007
Age: 24
Posts: 443
Last Blog:
Just over the next hil...
Credits: 45
Rep Power: 8
G_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura about
Default Re: Computer Software Implementation Issue

UK exams are easy. There's just so bloody many of them and plenty of kids have an irrational fear of exams. It's all about getting higher pass grades each year, separating exams into smaller chunks make passes much easier.

On Scheme. PLT Scheme is probably the nicest implementation. Although I usually take MzScheme (the PLT Scheme interpreter) and run it using Emacs Scheme mode rather than using DrScheme.

The biggest problem with Scheme implementations is that Scheme tries to be as minimalistic as possible and hence many implement their own library sub systems. The new standard (R6RS) solves many of these issues but most of the implementations intend to stick with R5RS.

I've thought about writing an R6RS interpreter but I've got so many half done projects (including a tutorial I've promised for here) that I best not start another until I've cleared some of the back log.

//edit - I'd say PLT is nice because it has a decent library set. More than any other free implementation.//
__________________
Code:
glBegin(GL_TRIANGLES);
    drawWorld();
glEnd();
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #23 (permalink)  
Old 04-26-2008, 10:40 AM
R-G's Avatar   
R-G R-G is offline
Programmer
 
Join Date: Apr 2007
Location: Europe
Posts: 144
Credits: 0
Rep Power: 0
R-G is an unknown quantity at this point
Default Re: Computer Software Implementation Issue

Thank you for your opinion and advice.
__________________
Like an angel without a sense of mercy.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #24 (permalink)  
Old 04-26-2008, 02:39 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 7,553
Last Blog:
Web slideshow in JavaS...
Credits: 1,358
Rep Power: 61
Xav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to behold
Send a message via MSN to Xav
Default Re: Computer Software Implementation Issue

You misunderstand me. In addition to the normal exams every year, we have extra exams for every topic!
__________________
[TRUTH] TcM is the best moderator ever! [/TRUTH]
"Valid XHTML is like sex - everybody claims to have the same goal, but everybody has their own tricks and results vary wildly."
Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #25 (permalink)  
Old 04-27-2008, 05:28 AM
G_Morgan G_Morgan is offline
Guru
 
Join Date: Oct 2007
Age: 24
Posts: 443
Last Blog:
Just over the next hil...
Credits: 45
Rep Power: 8
G_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura about
Default Re: Computer Software Implementation Issue

Quote:
Originally Posted by Xav View Post
You misunderstand me. In addition to the normal exams every year, we have extra exams for every topic!
I assume that the normal ones means internal exams?

I was in the first year that did the AS/A2 split for the A-Levels and was fortunate enough that all my subjects (Computing, Maths, Physics and Chemistry) were already modular so the only difference was you got a intermediate AS qualification.

We didn't do any internal or mock exams during A-Level. Did loads in compulsory education though and that was annoying.

R-G, if you already know Scheme then disregard this but a good book that covers Scheme programming is Structure and Interpretation of Computer Programs.

Welcome to the SICP Web Site

There's also a PDF

http://deptinfo.unice.fr/~roy/sicp.pdf

This book is free and covers quite a lot of basic computing topics in Scheme (from basic programming all the way to implementing a basic interpreter).
__________________
Code:
glBegin(GL_TRIANGLES);
    drawWorld();
glEnd();
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #26 (permalink)  
Old 04-27-2008, 05:31 AM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 7,553
Last Blog:
Web slideshow in JavaS...
Credits: 1,358
Rep Power: 61
Xav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to behold
Send a message via MSN to Xav
Default Re: Computer Software Implementation Issue

It's a known fact - the UK does more exams than most other countries.
__________________
[TRUTH] TcM is the best moderator ever! [/TRUTH]
"Valid XHTML is like sex - everybody claims to have the same goal, but everybody has their own tricks and results vary wildly."
Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #27 (permalink)  
Old 04-27-2008, 06:10 AM
G_Morgan G_Morgan is offline
Guru
 
Join Date: Oct 2007
Age: 24
Posts: 443
Last Blog:
Just over the next hil...
Credits: 45
Rep Power: 8
G_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura about
Default Re: Computer Software Implementation Issue

Quote:
Originally Posted by Xav View Post
It's a known fact - the UK does more exams than most other countries.
I didn't say any different. Only that the individual exams are easier than the exams that done in the UK 20 years ago because the individual focus is narrower. Doing a large number of small exams is easier than a small number of large exams (without actually reducing the content of the course). It's the reason pass rates have kept going up as they have made the course more modular.
__________________
Code:
glBegin(GL_TRIANGLES);
    drawWorld();
glEnd();
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #28 (permalink)  
Old 04-27-2008, 06:16 AM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 7,553
Last Blog:
Web slideshow in JavaS...
Credits: 1,358
Rep Power: 61
Xav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to behold
Send a message via MSN to Xav
Default Re: Computer Software Implementation Issue

Yes, but we still do the large exams and the small exams!
__________________
[TRUTH] TcM is the best moderator ever! [/TRUTH]
"Valid XHTML is like sex - everybody claims to have the same goal, but everybody has their own tricks and results vary wildly."
Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #29 (permalink)  
Old 04-27-2008, 07:00 AM
R-G's Avatar   
R-G R-G is offline
Programmer
 
Join Date: Apr 2007
Location: Europe
Posts: 144
Credits: 0
Rep Power: 0
R-G is an unknown quantity at this point
Default Re: Computer Software Implementation Issue

Literature, under certain conditions, always comes right.
__________________
Like an angel without a sense of mercy.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #30 (permalink)  
Old 04-27-2008, 07:01 AM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 7,553
Last Blog:
Web slideshow in JavaS...
Credits: 1,358
Rep Power: 61
Xav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to behold
Send a message via MSN to Xav
Default Re: Computer Software Implementation Issue

What do you mean?
__________________
[TRUTH] TcM is the best moderator ever! [/TRUTH]
"Valid XHTML is like sex - everybody claims to have the same goal, but everybody has their own tricks and results vary wildly."
Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows XP Tricks & Tips!!!!..new ones. pranky Tutorials 9 08-23-2008 03:22 PM
Successfully Selling Your Software Jordan Tutorials 11 07-16-2008 05:25 PM
Issue a command to another computer reachpradeep ASP, ASP.NET and Coldfusion 0 03-03-2007 11:52 AM


All times are GMT -5. The time now is 09:11 AM.

Contest Stats

Xav ........ 1357.94
MeTh0Dz|Reb0rn ........ 1083.85
WingedPanther ........ 919.18
morefood2001 ........ 909.18
marwex89 ........ 906.86
John ........ 902.37
Brandon W ........ 789.89
chili5 ........ 312.39
Steve.L ........ 264.99
dcs ........ 240.34

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 83%

Ads