Jump to content

[TUTORIAL]Programming Links to Learn


xXxExosoulerxXx

Recommended Posts

i searched using this words:Programming Links to Learn and i didn't find antyithing like it so i share this tutorial for all mxc members!!!.if there is something like it .plz someone mod delete it!!!!.ty in advance

 

 

Well i went through the trouble to find the links again and compiled this. Hope you guys like it.

 

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/

http://www.geocities.com/SiliconVall...07/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++/

http://www.devcentral.iticentral.com...++/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

http://www.sthomas.net/oldpages/robe...l-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/

http://www.htmlhelp.com/reference/cs...-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/

*NEW* http://java.sun.com/docs/books/tutorial/java/index.html

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

 

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

http://www.freeprogrammingresources....rtrantutr.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/

 

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.

 

http://www.ourworld.compuserve.com/h...K_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/

http://www.ourworld.compuserve.com/h...K_Boyd/Tut.htm

www.coronadoenterprises.com/tutorials/pascal/

www.techtutorials.info/pascal.html

 

 

 

credits to Hybr!d

 

Link to comment
Share on other sites

Look this:

Shellcode Tutorial(Linux,Windows)

Linux SYS CallTAble

Linux Assembly Guide

assembly in linux its more easyer than windows

what u need:

nasm

objdump

gbd

if u want to learn assembly shellcoding and how to find bugs on programs(in linux)

Link to comment
Share on other sites

That is your opinion.

I prefer c++ over c# but still,sometimes its much more easier to code smthin in c# then in c++.

 

C++ is more difficult that's why. C++ is also used to code CS/CSS hacks.
Link to comment
Share on other sites

C++ is more difficult that's why. C++ is also used to code CS/CSS hacks.

 

I know both languages,use em pretty often,what am i tryin to say,that sometimes u can do stuff in c# much much more easier than in c++,and vice versa. ;)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • From my personal experiences 🙂   Few months ago I decided to create my own Essence project. Project needs website, and I do not specialize in frontend development (t.y. i can make web work, but it won't be pretty for eye). So I search and find a guy in Discord, which claims he can make me a good looking HTML website for 30 EUR, prove some screenshots from his previous work. I agree. 1 week later, I get my HTML website, make few changes to contents, update URLs and upload it to FTP. Site looks good, I am happy that this headache is no more.   Few months passes. I randomly crawl through other Essence server websites scouting for good ideas for my own project. Suddenly one of russians project website opens and.. it's the same website as one I have 😉 perfectly absolutely same layout, colours, etc etc etc. I contact my guy to ask what the hell, to get blocked 😉  So I find a weekend worth of my time. Find HTML5 boilerplate generator and ask it to include Bootstrap 5 and some other stuff. Open Bootstrap documentation, drink two energy drinks on instant and start working my backend-inspired HTML black magic... Once I found suiting firefly effect for header, result looked oikay for me: Absolutely no magic or beauty here, but: * Unique (and probably nobody cares to rip it) * Done for free in ~10 hours by non-frontend dev * Most modern browsers friendly * Completely static content, loads instantly. No PHP at all * Sidebar statuses (online, pvp, pk) are pulled from account manager REST API endpoint and is cached for 5 minutes. Account manager runs separately from website frontend and has access to server DB. Where could/will it get better? * Code in Vue instead of HTML - time concerns only, but Vue is superior compared to HTML/PHP for supporting desktop/mobile, easing development by miles. Need to learn how to use it properly. * Way to manage content from backend - in my instance I think account manager is not really meant for that. Vue can help here too - there are components for content building. * Currently default Bootstrap components are used. Would be nice to have custom and more vibrant buttons. Guess what, Vue can help here too.   tl;dr don't buy 30EUR website, it will be ripped or shit. you better make your own website. Be curious. I am backend developer, I obviously have general idea how frontend works. But imho everyone who can make L2 server by editing NPC HTMLs, also can make their own simple website. ChatGPT and other AIs are your friends. Bootstrap. jQuery documentations are your friends. And when you feel good and comfortable with HTML, if you like, you can continue learning Vue, or going backend. Now, as for the top sites. You really need to invest money to make new project work. I mean really, really much money. For this concept to work, top website itself must get visited. But if you can sort that your top site would be popular amongst players, then it's a really very simple concept, as far as current 2004-ish sites goes. I think simple, working concept of this, maybe without proper frontend, but with implemented backend logics (add/edit/disable server, sort by votes count (top list), vote for server with verification, callback to server endpoint - all of that can be done using Symfony in mostly 5 days, with lots of breaks for coffee and a smoke 😉. Experienced mid frontend dev would make a Vue/React frontend for it in another 5 days. it's really really simple concept 🙂  
    • Need cheap aged discord accounts ? :  https://campsite.bio/utchihaamkt DISCORD USERNAME : utchiha_market TELEGRAM : https://t.me/utchiha_market Discover new products in our exclusive server today : https://discord.gg/hoodservices
    • i've copyed the files from a server that has it , like all except system folder to another that didn't had the feature and it worked but i can't find any file to resemble save acc or something
  • Topics

×
×
  • Create New...