Stop Microsoft
Welcome,
Guest
. Please
login
or
register
.
Have you missed your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length.
News:
Home
Help
Login
Register
Stop Microsoft
»
Miscellaneous
»
Programming & Networking
»
Some Useful Programming Links
« previous
next »
Print
Pages: [
1
]
2
Go Down
Author
Topic: Some Useful Programming Links (Read 13255 times)
anphanax
Member
Posts: 197
Kudos: 11
Some Useful Programming Links
«
on:
26 September 2005, 07:04 »
I didn't see one of these topics already, but I figured one would be nice. Programming links i've found useful (sometimes VERY useful). Feel free to post your own links.
(Note, if you're not sure what PANGO, ATK or GDK is, you can easily look that stuff up on Wikipedia)
GTK+ 2.x API Reference:
<
http://developer.gnome.org/doc/API/2.0/gtk/index.html
>
GTK General API Reference:
<
http://www.gtk.org/api/
>
Glade Interface Builder (think VB's simplicity):
<
http://glade.gnome.org/
>
Java 2 Platform SE 5.0 Reference:
<
http://java.sun.com/j2se/1.5.0/docs/api/overview-tree.html
>
Java 2 Platform SE 1.4 Reference (just another flavor):
<
http://java.sun.com/j2se/1.4.2/docs/api/overview-tree.html
>
OpenGL Tutorials (covers win/*nix/mac):
<
http://nehe.gamedev.net/
>
One of those nice sites you can post stuff on, to avoid pasting junk in IRC:
<
http://www.rafb.net/paste/
>.
MSDN documentation on the C++ STL (Standard Template Library) (yeah, it's MSDN, but I like their layout). This is much better to have than just the
http://www.cplusplus.com
link people pass around, although i'm not saying that one's useless.
<
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcstdlib/html/vclrfcpluspluslibraryoverview.asp
>
Trigraphs and C/C++ (a possible gotcha for people who weren't introduced to them in a classroom setting).
<
http://en.wikipedia.org/wiki/C_trigraph
>
«
Last Edit: 26 September 2005, 13:06 by Refalm
»
Logged
WMD
Global Moderator
Member
Posts: 2,525
Kudos: 391
Re: Some Useful Programming Links
«
Reply #1 on:
26 September 2005, 22:34 »
I'll add one.
C Tutorial (well regarded):
http://www.eskimo.com/~scs/cclass/notes/top.html
Logged
My BSOD gallery
"Yes there's nothing wrong with going around being rude and selfish, killing people and fucking married women, but being childish is a cardinal sin around these parts." -Aloone_Jonez
Aloone_Jonez
Administrator
Member
Posts: 4,090
Kudos: 954
Re: Some Useful Programming Links
«
Reply #2 on:
27 September 2005, 01:07 »
http://computer.howstuffworks.com/c.htm
Logged
This is not a Windows help forum, however please do feel free to sign up and agree or disagree with our views on Microsoft.
Oh and
FUCK
Microsoft! :fu:
Refalm
Administrator
Member
Posts: 5,183
Kudos: 704
Sjembek!
Re: Some Useful Programming Links
«
Reply #3 on:
27 September 2005, 12:51 »
Learn the wonders of programming in Mozilla
XULPlanet.com
Tutorials and examples from XHTML, XML, PHP, ASP .NET, etc.
W3Schools Online Web Tutorials
Great PHP examples (most of em not for real use, some scripts lack security features)
PHPFreakz
Logged
RADIOKNOP
.
Jack2000
Guest
Re: Some Useful Programming Links
«
Reply #4 on:
27 September 2005, 23:28 »
If you need to make some(if any) work an automation in dos here is a good
link for ref. :
Commands Reference with versions, syntax, notes, and examples
ps(some of them are usefull for MsDos alts. so ...)
Logged
Aloone_Jonez
Administrator
Member
Posts: 4,090
Kudos: 954
Re: Some Useful Programming Links
«
Reply #5 on:
27 September 2005, 23:31 »
http://www.freedos.org
Logged
This is not a Windows help forum, however please do feel free to sign up and agree or disagree with our views on Microsoft.
Oh and
FUCK
Microsoft! :fu:
themacuser
Member
Posts: 189
Kudos: 120
Re: Some Useful Programming Links
«
Reply #6 on:
29 September 2005, 12:50 »
http://www.macdevcenter.com/pub/ct/37
Mac OS X Cocoa programming tutorials.
Logged
I'm often asked why I hate Microsoft - "What did they ever do to you?". Well, I'll tell you. They made dodgy programs and standards which have wasted hundreds of hours of my time involving lost work in crashes and stupidity.
solemnwarning
Member
Posts: 747
Kudos: 338
Re: Some Useful Programming Links
«
Reply #7 on:
9 October 2005, 04:11 »
http://www.cpan.org
Logged
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS/CM d- s+:+ a--- C++ UL++++>$ P+ L+++ !E W++ !N !o !K-- w !O !M !V PS+ PE- !Y !PGP !t !5 !X !R tv b+ DI+ !D G e- h !r y-
------END GEEK CODE BLOCK------
Dark_Me
Member
Posts: 302
Kudos: 314
Re: Some Useful Programming Links
«
Reply #8 on:
2 November 2005, 08:27 »
http://en.tldp.org/HOWTO/Unix-and-Internet-Fundamentals-HOWTO/
Not quite programming. It's bascaly how a computer works. Good for newbies like myself.
Logged
Capitalism kicks ass.
-Skyman
If your a selfish, self-centred prick, who is willing to leave half the world in poverty, then yes.
-Kintaro
anphanax
Member
Posts: 197
Kudos: 11
Re: Some Useful Programming Links
«
Reply #9 on:
5 November 2005, 06:00 »
http://www.gamedev.net/reference/articles/article1698.asp
"Graphics Programming Black Book"
"by Michael Abrash"
Old book, but an interesting read (entire book is online).
Logged
Master of Reality
VIP
Member
Posts: 4,249
Kudos: 177
Re: Some Useful Programming Links
«
Reply #10 on:
4 December 2005, 16:43 »
http://www.mono-project.com/
Mono - Pretty much a port of the .NET framework. It seems to work fairly well and stable, although the IDE (mono-develop) is
almost
stable.
Logged
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'
lamdo
Newbie
Posts: 1
Kudos: 10
Re: Some Useful Programming Links
«
Reply #11 on:
13 January 2006, 16:00 »
Nice post;very usefull buddy;thank
Logged
Aloone_Jonez
Administrator
Member
Posts: 4,090
Kudos: 954
Algorithms and complexity
«
Reply #12 on:
4 February 2006, 18:42 »
http://www.cis.upenn.edu/%7Ewilf/AlgComp3.html
Logged
This is not a Windows help forum, however please do feel free to sign up and agree or disagree with our views on Microsoft.
Oh and
FUCK
Microsoft! :fu:
bigpimping
Member
Posts: 272
Kudos: 195
Re: Some Useful Programming Links
«
Reply #13 on:
29 November 2006, 04:41 »
here are links to download vids on how to program in C way better then any site or doc there is out there theres 19 episodes with them grouped in two and the last 17-18-19 here yah go :
chaps 1-2 :
http://www.megaupload.com/?d=7VU5L8DG
chaps 3-4 :
http://www.megaupload.com/?d=FD9U9F15
chaps 5-6 :
http://www.megaupload.com/?d=6V9ZWUXJ
chaps 7-8 :
http://www.megaupload.com/?d=3MT28JSP
chaps 9-10 :
http://www.megaupload.com/?d=J0B7360Z
chaps 11-12 :
http://www.megaupload.com/?d=XVUAKZ8I
chaps 13-14 :
http://www.megaupload.com/?d=S0P92KRV
chaps 15-16 :
http://www.megaupload.com/?d=MNNSDHDS
chaps 17-18-19 :
http://www.megaupload.com/?d=591EZKRF
there rly long to look at them all but its one of the most indepth and amazing ones ive ever seen.
Logged
Time is money, therefor m$ owes me approximatly 1.4 million dollars for all my time they have wasted.
H_TeXMeX_H
Member
Posts: 1,988
Kudos: 494
Re: Some Useful Programming Links
«
Reply #14 on:
29 November 2006, 05:00 »
Nice one, I happened to be looking for a review of C++, C is close enough.
There is a duplicate tho, no chapter 15-16.
Logged
Print
Pages: [
1
]
2
Go Up
« previous
next »
Stop Microsoft
»
Miscellaneous
»
Programming & Networking
»
Some Useful Programming Links