• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Resources]

Custom Title Activated
Loyal Member
Joined
Sep 7, 2004
Messages
1,886
Reaction score
5
Well i went through the trouble to find the links again and compiled this. Hope you guys like it.

www.planetsourcecode.com
All you need - Blaminator


Visual Basic

Visual Basic (VB) is a programming environment from Microsoft in which a programmer uses a graphical user interface to choose and modify preselected sections of code written in the BASIC programming language.

www.vbtutor.net/vbtutor.html
http://www.devdos.com/vb/Visual_Basic.shtml
http://cuinl.tripod.com/tutorials.htm
www.imt.net/~joe/matt/program/vb/Tutorials/
www.xploiter.com/mirrors/vbtut/
www.geocities.com/SiliconValley/Bay/5707/vbasic.html
www.vbexplorer.com/VBExplorer/default.asp

-----------------------------------------------------------------------

C++

C++ is a general-purpose programming language with a bias towards systems programming. C++ runs on most computers from the most powerful supercomputers to the ubiquitous personal computers. Symbian OS is written in C++.

www.cprogramming.com/tutorial.html
www.cyberdiem.com/vin/learn.html
www.gustavo.net/programming/c__tutorials.shtml
www.cs.wustl.edu/~schmidt/C++/
www.devcentral.iticentral.com/articles/C++/default.php
www.cplusplus.com/doc/tutorial/

-----------------------------------------------------------------------

Perl

Short for Practical Extraction and Report Language, Perl is a programming language developed by Larry Wall, especially designed for processing text. Because of its strong text processing abilities, Perl has become one of the most popular languages for writing CGI scripts. Perl is an interpretive language, which makes it easy to build and test simple programs.

http://www.lies.com/begperl/
http://www.devlearn.com/perl/
http://www.devshed.com/c/b/Perl/
http://www.perlarchives.com/
http://perl-begin.berlios.de/
http://www.perlmonks.com/
http://www.perldoc.com/
www.pageresource.com/cgirec/index2.htm
www.sthomas.net/oldpages/roberts-perl-tutorial.htm

-----------------------------------------------------------------------

HTML

HyperText Markup Language. A markup language based on but simpler than SGML used to annotate hypertext documents for publication on the World Wide Web, to take advantage of the WWW;s capacity to connect documents and sectins of documents across the Net.

http://www.davesite.com/webstation/html/
http://www.seekeasy.net/html/
http://www.htmlgoodies.com/primers/basics.html
http://www.cwru.edu/help/introHTML/toc.html
http://hotwired.lycos.com/webmonkey/
www.w3schools.com/html/
www.htmlcodetutorial.com/

------------------------------------------------------------------------

XML

Short for Extensible Markup Language, a specification developed by the W3C. XML is a pared-down version of SGML, designed especially for Web documents. It allows designers to create their own customized tags, enabling the definition, transmission, validation, and interpretation of data between applications and between organizations.

www.w3schools.com/xml/default.asp
www.xml.com/pub/a/98/10/guide0.html
www.xmlfiles.com/xml/
www.spiderpro.com/bu/buxmlm001.html
www.brics.dk/~amoeller/XML/

-----------------------------------------------------------------------

PHP

PHP is a server-side, cross-platform, HTML embedded scripting language that lets you create dynamic web pages. PHP-enabled web pages are treated just like regular HTML pages and you can create and edit them the same way you normally create regular HTML pages.

www.php.net/tut.php
www.w3schools.com/php/default.asp
www.devshed.com/c/b/PHP
www.zend.com/php/beginners/index.php
www.hotscripts.com/PHP/Tips_and_Tutorials/

-----------------------------------------------------------------------

CSS

Short for Cascading Style Sheets, a new feature being added to HTML that gives both Web site developers and users more control over how pages are displayed. With CSS, designers and users can create style sheets that define how different elements, such as headers and links, appear. These style sheets can then be applied to any Web page.

www.w3schools.com/css/default.asp
www.csszengarden.com/
www.htmlhelp.com/reference/css/quick-tutorial.html
www.echoecho.com/css.htm
www.css.maxdesign.com.au/
www.htmlhelp.com/reference/css/

-----------------------------------------------------------------------

ASP

Active Server Pages, Microsoft's technology to enables HTML pages to be dynamic and interactive by embedding scripts, ie either VBScript or JScript, Microsoft's alternative of JavaScript. Since the scripts in ASP pages (suffix .asp) are processed by the server, any browser can work with ASP pages regardless of its support for the scripting language used therein.

www.w3schools.com/asp/default.asp
www.learnasp.com/learnasp/
www.webwizguide.info/asp/default.asp
www.aspin.com/
www.htmlgoodies.com/beyond/asp/index.php

------------------------------------------------------------------------

Java

Java is an object-oriented programming language developed primarily by James Gosling and colleagues at Sun Microsystems. The language, initially called Oak (named after the oak trees outside Gosling's office), was intended to replace C++, although the feature set better resembles that of Objective C. Java should not be confused with JavaScript, which shares only the name and a similar C-like syntax. Sun Microsystems currently maintains and updates Java regularly.

www.java.sun.com/docs/books/tutorial/
www.ibiblio.org/javafaq/javatutorial.html
www.freewarejava.com/tutorials/index.shtml
www.javacoffeebreak.com/tutorials/

-----------------------------------------------------------------------

FORTRAN

A high-level programming language that is used primarily for scientific, engineering, and mathematical applications.

www.donpac.ru/usr/golub/fortran/
www.mathtools.net/Fortran/Books_and_Tutorials/
www.fortran.com/fortran/tutorials.html
www.techtutorials.info/fortran.html
www.freeprogrammingresources.com/fortrantutr.html

-----------------------------------------------------------------------

COBOL

Common Business Oriented Language. A computer programming language invented during the second generation of computers and designed to meet the needs of business. Although less often used today, it was well-suited for writing programs that process large files and generate reports.

www.csis.ul.ie/COBOL/
www.techtutorials.info/cobol.html
www.freebyte.com/programming/cobol/
www.jaymoseley.com/programming/cobol.htm
www.programmingtutorials.com/cobol.aspx

-----------------------------------------------------------------------

Python

The scripting language integrated into Blender. Python is an interpreted, interactive, object-oriented programming language.

www.docs.python.org/tut/tut.html
www.awaretek.com/tutorials.html
www.python.org/doc/Intros.html
www.python.org/doc/
www.devshed.com/c/b/Python
www.tutorialized.com/tutorials/Python/1

-----------------------------------------------------------------------

Javascript

JavaScript is a scripting language developed by Netscape to enable Web authors to design interactive sites. Although it shares many of the features and structures of the full Java language, it was developed independently. Javascript can interact with HTML source code, enabling Web authors to spice up their sites with dynamic content. JavaScript is endorsed by a number of software companies and is an open language that anyone can use without purchasing a license. It is supported by recent browsers from Netscape and Microsoft, though Internet Explorer supports only a subset, which Microsoft calls Jscript.

www.w3schools.com/js/default.asp
www.pageresource.com/jscript/
www.javascript.internet.com/
www.webteacher.com/javascript/
www.webreference.com/js/


-----------------------------------------------------------------------

Well i hope this helps you in choosing what language you want to learn.
 
Last edited by a moderator:
Custom Title Activated
Loyal Member
Joined
Sep 7, 2004
Messages
1,886
Reaction score
5
Heres abit more

Delphi

An object-oriented programming language developed by Borland International for the rapid development of windowing applications for the PC environment. Delphi has been described as object-oriented Pascal by some programmers.

www.ourworld.compuserve.com/homepages/TK_Boyd/Tut.htm
www.festra.com/eng/
www.delphi-central.com/tutorials/
www.delphi-resource.com/tutorials.shtml
www.programmingtutorials.com/delphi.aspx
www.freeprogrammingresources.com/delphi.html

-----------------------------------------------------------------------

Pascal

Pascal is one of the landmark computer programming languages on which generations of students "cut their teeth" and variants of which are still widely used today. The popular typesetting system TeX and much of the original Macintosh operating system were written in Pascal.

www.taoyue.com/tutorials/pascal/
www.ourworld.compuserve.com/homepages/TK_Boyd/Tut.htm
www.coronadoenterprises.com/tutorials/pascal/
www.techtutorials.info/pascal.html

----------------------------------------------------------------------
 
Experienced Elementalist
Loyal Member
Joined
Apr 17, 2004
Messages
260
Reaction score
2
Addition

I'm going to add to this:

LUA (Extreemly Flexible Scripting Language. Read the following links for more information about it. Lua is a perfect language specifically for game development, and other API related interactions! Good memory management system.)
---------------------------------------------------------------------------------------------------------------------------------------

Download lua 5.0 (may be out dated by now) (Attached File to forum (87kb), see below)
  • Main Lua Documentation (Here)
  • Lua 5.0 Manual (Here)
  • Lua Wiki/help/BasicTuts (Here)
  • Lua's Website (Here)
Basically, to do a quick run through with you (I recommend putting the two files in the zip to a directory at: c:\lua\) extract the lua zip attached below. You can use notpad to practice, but you can actually lively script by opening lua.exe itself too. To run scripts you saved in a .txt file, run command or cmd, then for example type: 1) "cd c:\lua\" 2) lua.exe mytestfile.txt -- and lua will execute the script/block. When you, well if you start to use lua deeply, and your programs tend to get large, you might want to use an IDE for it, obviously. The Lua website along with a google search should fill you in on how to compile lua, and interpret it for other applications.
 

Attachments

  • lua-5.0.zip
    87.3 KB · Views: 54
Last edited:
Newbie Spellweaver
Joined
Apr 29, 2007
Messages
92
Reaction score
0
FarPy GUIE
-------------------------------About------------------------------------
GUIE (GUI Editor) provides a simple WYSIWYG GUI editor for wxWidgets. The program was made in C# and saves the GUI that was created to a XML format I called GUIML. This GUIML is a pretty standard representation of the GUI created with the program with some helpful additions for .NET. Next, GUIE takes these GUIML files and translates it to either wxPython Python code or wxRuby Ruby code (more languages in the future).
The GUI Editor was built to be as point & click as possible, trying to avoid wx's sizers completly. This means that controls can go anywhere, and you have the freedom to play with the GUI however you want.
-------------------------------Links-------------------------------------
1. Home Page Link : ( FarPy ) Finally a reasonable Python...

2. Download Link: ( FarPy ) Finally a reasonable Python...

-----------------------------ScreenShots-------------------------------
Hybr!d - [Resources] - RaGEZONE Forums




Hybr!d - [Resources] - RaGEZONE Forums





Hope you like it I know it isnt that great but it is pretty good if you know how to use python and stuff like that then yea and hope you use it if you need any help just PM me

Hope you like it and no critiscisim if you dont :D
 
offonline
Loyal Member
Joined
Aug 5, 2009
Messages
1,403
Reaction score
164
Somebody recommended me these video tutorials on PHP a while ago.
I had a flick through them for a while and they taught me a lot. Sadly, my attention span lacks, so I decided to discontinue learning PHP.
But I just thought I'd share these with you.

http://www.youtube.com/phpacademy

Yea his turtorials is really great, i've seen alot of them and i have'nt been disappointed once =p. This is suggested by me, too.
 
Back
Top