Jump to content

Recommended Posts

Posted

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

 

Posted

AWESOME!!! I needed the java links only ... gonna practice and learn ! Thanks exosouler!

Posted

C# sux....

 

That is your opinion.

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

 

Posted

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.
Posted

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. ;)

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

    • How much would something like thos cost for H5? Im not a developer just want something like so i could play alone on my server, and i need it to be easy to instal ;3
    • The service is developing step by step to be convenient and reliable for every user. 🤝 We strive to build a strong foundation for long-term and comfortable cooperation, so you can rely on us and get consistent results. 🌟 Our goal is long-term relationships with every user, creating a solid base for stable work with our service. 📌 Website: vibe-sms.net 📲 Our Telegram channel: https://t.me/vibe_sms    
    • datapack + login server + gameserver for personal use doesnt have to be fancy 
    • 最优质的 Reddit 账号,专为想要影响舆论而不仅仅是阅读的人准备。 在互联网上,重要的不仅仅是观点,还有声誉。在 Reddit 上,声誉以业力值(Karma)衡量——只有少数人才能获得真正有分量的话语权。 对于企业家、营销人员、投资者和意见领袖来说,高业力账号能打开通往那些制定趋势、孕育创意、驱动数百万人的社区之门。 成为别人愿意倾听的人。推广产品、测试想法、塑造舆论——并且以强势的姿态去做。 为什么这很重要: 高业力不仅仅是你个人资料上的一个数字,它是一种能换取信任的工具。而信任是一种可以换取一切的货币。 我们的在线商店产品: 账号: Telegram、Facebook、Reddit、Twitter (X)、Instagram、YouTube、TikTok、Discord、VK、LinkedIn、GitHub、Snapchat、Gmail、电子邮箱(Outlook、Firstmail、Rambler、Onet、Gazeta、GMX、Yahoo、Proton、Web.de)、Google Voice、Google Ads 高级订阅: Telegram Premium、Twitter Premium X、YouTube Premium、Spotify Premium、Netflix Premium、Discord Nitro、ChatGPT Plus/PRO、XBOX Game Pass 附加服务: Telegram Stars、代理(IPv4、IPv6、ISP、Mobile)、VPN(Outline、WireGuard 等)、VDS/RDP 服务器 优惠码: AUGUST2025(九折优惠) 支付方式: 银行卡 · 加密货币 · 其他常用方式 购买方式: 在线商店:点击  Telegram 机器人:点击  其他服务: SMM 面板:点击 - 社交账号推广服务 使用我们的SMM面板可进行推广:Facebook、Instagram、Telegram、Spotify、Soundcloud、YouTube、Reddit、Threads、Kick、Discord、LinkedIn、Likee、VK、Twitch、Kwai、网站流量、TikTok、Trust Pilot、Apple Music、Tripadvisor、Snapchat 等等 首次试用SMM面板可获得$1奖励: 只需在我们网站提交一个主题为“Get Trial Bonus”的工单(Support) 产品列表: Reddit Karma Brute Account | 1 KARMA | 仅限 Cookies 访问(密码可能无效)| 最便宜的账号 | 起价:$1 Reddit Karma Brute Account | 20-100 发帖和评论业力 | 混合 IP 注册 | 格式:USERNAME: PASSWORD:EMAIL:MAILPASS | 起价:$5 Reddit Karma Brute Account | 500-1000 发帖和评论业力 | 混合 IP 注册 | 格式:USERNAME: PASSWORD:EMAIL:MAILPASS | 起价:$9 Reddit Karma Brute Account | 1000 发帖业力 + 100 评论业力 | 混合 IP 注册 | 格式:USERNAME: PASSWORD:EMAIL:MAILPASS | 起价:$15 Reddit Karma Brute Account | 2000 发帖业力 + 100 评论业力 | 混合 IP 注册 | 格式:USERNAME: PASSWORD:EMAIL:MAILPASS | 起价:$20 Reddit Karma Brute Account | 3000 发帖业力 + 100 评论业力 | 混合 IP 注册 | 格式:USERNAME: PASSWORD:EMAIL:MAILPASS | 起价:$25 Reddit Karma Brute Account | 5000 发帖业力 + 100 评论业力 | 混合 IP 注册 | 格式:USERNAME: PASSWORD:EMAIL:MAILPASS | 起价:$35 Reddit Karma Brute Account | 10000+ 业力 | 混合 IP 注册 | 格式:USERNAME: PASSWORD:EMAIL:MAILPASS(包含并可用邮箱)| 起价:$45 Reddit Karma Brute Account | 20000 业力 | 混合 IP 注册 | 格式:USERNAME: PASSWORD:EMAIL:MAILPASS(包含并可用邮箱)| 起价:$60 Reddit Karma Brute Account | 50000+ 业力 | 混合 IP 注册 | 格式:USERNAME: PASSWORD:EMAIL:MAILPASS(包含并可用邮箱)| 起价:$90 Reddit Karma Brute Account | 100000+ 业力 | 混合 IP 注册 | 格式:USERNAME: PASSWORD:EMAIL:MAILPASS(包含并可用邮箱)| 起价:$149 忠实客户 — 额外折扣与优惠码! 九折至八折优惠或注册即送 $1 奖励 如果您想获得注册奖励 $1 或 首次购买九折至八折优惠,您可以留言: "请发给我奖励, 我的用户名是..." 您也可以在所有我们的商店首次购买时使用优惠码:"SOCNET"(85 折优惠!) 联系方式与支持: Telegram: https://t.me/socnet_support Telegram频道: https://t.me/accsforyou_shop WhatsApp: https://wa.me/79051904467  WhatsApp频道: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n Discord: socnet_support  Discord服务器: https://discord.gg/y9AStFFsrh  邮箱: solomonbog@socnet.store  通过以上联系方式您还可以: — 咨询批发采购事宜 — 建立合作关系(现有合作伙伴:https://socnet.bgng.io/partners ) — 成为我们的供应商 SocNet — 数字商品与高级订阅商店 
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock