- This is a personal developmental wiki, it may often be in an unstable or experimental state and the lack of meaningful content on a page is often intentional; however, you can participate. Please: 1) create an account, 2) confirm your e-mail, 3) send Deirdre and e-mail telling her who you are and why you are interested. Thanks, --Deirdre(talk contribs)

Difference between revisions of "User:Deirdre/links3"

From DeeDeeswiki
Jump to: navigation, search
(+some)
(+some)
Line 6: Line 6:
 
==Programming==
 
==Programming==
 
*[stackoverflow.com]
 
*[stackoverflow.com]
 +
*[[wikipedia:GNAVI]] - GNU Development Environment
  
 
===Programming for kids===
 
===Programming for kids===
Line 16: Line 17:
 
*[http://stackoverflow.com/questions/2565201/wxpython-incompatible-with-snow-leopard] (this is where it describes how to change from 64 to 32 bit mode and back)
 
*[http://stackoverflow.com/questions/2565201/wxpython-incompatible-with-snow-leopard] (this is where it describes how to change from 64 to 32 bit mode and back)
 
*[http://stackoverflow.com/questions/1277124/how-do-you-install-lxml-on-os-x-leopard-without-using-macports-or-fink]
 
*[http://stackoverflow.com/questions/1277124/how-do-you-install-lxml-on-os-x-leopard-without-using-macports-or-fink]
 +
*[http://learnpythonthehardway.org/book/ Learn Python the Hard Way]
 +
**[http://learnpythonthehardway.org/exercise0.html Learn Python the Hard Way x0]
  
 
====PyWikipediaBot====
 
====PyWikipediaBot====
Line 24: Line 27:
 
**[http://www.php.net/manual/en/index.php PHP Manual]
 
**[http://www.php.net/manual/en/index.php PHP Manual]
 
**[http://de3.php.net/tut.php php tutorial]
 
**[http://de3.php.net/tut.php php tutorial]
 +
*[http://www.tizag.com/phpT/ tizag php tutorial]
 +
*[[wikibooks:PHP Programming]]
 +
 
====MediaWiki====
 
====MediaWiki====
 
*[[mw:How to become a MediaWiki hacker|How to become a MediaWiki hacker]]
 
*[[mw:How to become a MediaWiki hacker|How to become a MediaWiki hacker]]
 +
*[[mw:User:Sumanah/TechVolunteersCanDo]]
 
*[[mw:Volunteer coordination and outreach/Training materials]]
 
*[[mw:Volunteer coordination and outreach/Training materials]]
 
*[[wikitech:Presentations]]
 
*[[wikitech:Presentations]]
Line 32: Line 39:
 
*[[:File:Low-hanging-fruit-vs-micro-optimization.theora.ogv]]
 
*[[:File:Low-hanging-fruit-vs-micro-optimization.theora.ogv]]
 
*[[mw:MediaWiki developer meetings]]
 
*[[mw:MediaWiki developer meetings]]
 +
 +
===Perl===
 +
*[http://www.tizag.com/perlT/ tizag perl tutorial]
 +
*[http://bytebaker.com/2007/01/29/perl-vs-python-why-the-debate-is-meaningless/ Perl vs Python commentary]
  
 
===Java===
 
===Java===
 
*[http://www.boutell.com/javaclass/ Programming 101 by way of Java]
 
*[http://www.boutell.com/javaclass/ Programming 101 by way of Java]
 +
 +
===C===
 +
 +
===Fortran===
 +
*[http://lists.apple.com/archives/fortran-dev/2004/May/msg00012.html How to use Fortran on a mac] - out of date 2004 thread
 +
*[http://www.webmo.net/support/fortran_osx.html Fortran Compiler for OSX]
 +
====F====
 +
*[[wikipedia:F (programming language)]]
 +
*[http://www.fortran.com/F/index.html F Home Page]
 +
**[http://www.fortran.com/F/example_code.html Example Code]
 +
 +
===Pascal===
 +
*[[wikipedia:Free Pascal]]
 +
*[http://www.freepascal.org/ Free Pascal]
 +
*[http://pascal-central.com/fp-xcode/ Free Pascal for X-Code]
 +
*[http://www.gnu-pascal.de/gpc/h-index.html GNU Pascal]
 +
**[http://www.microbizz.nl/gpc.html GNU Pascal Compiler] - for OSX
 +
===Basic===
 +
*[[wikipedia:BASIC]]
 +
*[http://www.nicholson.com/rhn/basic/ Chipmunk Basic] - a freeware interpreter
 +
**[[wikipedia:Chipmunk Basic]] - reference to a PD interpreter
 +
 +
====RealBasic====
 +
*[[wikipedia:Realbasic]]
 +
 +
====Gambas====
 +
*[[wikipedia:Gambas]] - GNU Basic
 +
 +
====True Basic====
 +
(not a mac thing)
 +
*[[wikipedia:True BASIC]]
 +
*[http://www.truebasic.com/faq True Basic FAQ]
  
 
===Lisp===
 
===Lisp===
 
*[http://www.emacswiki.org/emacs/EmacsLisp ELisp]
 
*[http://www.emacswiki.org/emacs/EmacsLisp ELisp]
 +
 +
===JavaScript===
 +
*[http://www.tizag.com/javascriptT/ tizag JavaScript tutorial]
 +
===AJAX===
 +
*[[mw:Manual:Ajax]]
 +
*[http://www.tizag.com/ajaxTutorial/ tizag AJAX tutorial]
 +
 +
===Bash===
 +
*[[wikipedia:Bash (Unix shell)]]
 +
*[[wikibooks:Bash Shell Scripting]]
 +
*[http://tldp.org/LDP/Bash-Beginners-Guide/html/index.html Bash Guide for Beginners]
  
 
===Regex===
 
===Regex===
Line 50: Line 104:
 
*[http://www.sitepoint.com/regular-expressions-php/ regex in php]
 
*[http://www.sitepoint.com/regular-expressions-php/ regex in php]
 
*[http://www.emacswiki.org/emacs/RegularExpression Emacs Regex]
 
*[http://www.emacswiki.org/emacs/RegularExpression Emacs Regex]
 +
**[http://www.emacswiki.org/emacs/RegularExpressionHelp Emacs Regex Help]
 +
**[http://www.emacswiki.org/emacs/ReBuilder Emacs Re-builder]
 +
***[http://emacsblog.org/2007/03/15/newbie-tip-re-builder/ review of Re-builder]
 +
**[http://www.emacswiki.org/emacs/ReplaceRegexp Emacs Regex Replace]
 
*[http://www.gnu.org/software/emacs/manual/html_node/emacs/Regexps.html#Regexps emacs manual regex]
 
*[http://www.gnu.org/software/emacs/manual/html_node/emacs/Regexps.html#Regexps emacs manual regex]
 
*[http://xahlee.org/emacs/emacs_regex.html Emacs regex]
 
*[http://xahlee.org/emacs/emacs_regex.html Emacs regex]
 
*[[wikipedia:Regular expression]]
 
*[[wikipedia:Regular expression]]
 
*[http://www.cyberciti.biz/faq/grep-regular-expressions/ grep regex]
 
*[http://www.cyberciti.biz/faq/grep-regular-expressions/ grep regex]
 +
 +
==Editors==
 +
===Emacs===
 +
*
 +
*[http://emacsblog.org/ Emacs Blog]
 +
 +
==DB stuff==
 +
===MySQL stuff===
 +
*[http://www.tizag.com/mysqlTutorial/ tizag MySQL tutorial]
 +
 
==IRC stuff==
 
==IRC stuff==
 
*[http://freenode.net Freenode]
 
*[http://freenode.net Freenode]
Line 77: Line 145:
 
*[[wikipedia:Application programming interface]] - API general information
 
*[[wikipedia:Application programming interface]] - API general information
  
 +
*[http://www.tizag.com/ tizag tutorials]
  
 
===HTML stuff===
 
===HTML stuff===

Revision as of 17:59, 11 December 2011

Unix info

Programming

Programming for kids

Python

PyWikipediaBot

php

MediaWiki

Perl

Java

C

Fortran

F

Pascal

Basic

RealBasic

Gambas

True Basic

(not a mac thing)

Lisp

JavaScript

AJAX

Bash

Regex

(aka regexp or Regular Expressions) N.B.: There are several types, e.g. in emacs regex

Editors

Emacs

DB stuff

MySQL stuff

IRC stuff

Webserver stuff

www stuff

HTML stuff

CSS stuff

wiki stuff


wiki js

Proofreadpage stuff

Wiki Multilingualism

IRC stuff

Copyright stuff

to be moved somewhere else - I thought I already created this section but maybe not

Collections


Stuff

  • fo: fo.WS - a really low activity wikisource that could stand watching
  • Nazi Ideology before 1933: A Documentation by Barbara Miller Lane & Leila J. Rupp (June 29, 1978)