- 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
(+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 16:59, 11 December 2011
Contents
Unix info
- UNIX basics
- Computing Information for Stanford Linguists, contains several sections on UNIX, including:
Programming
- [stackoverflow.com]
- wikipedia:GNAVI - GNU Development Environment
Programming for kids
- Alice
- Scratch, and
- Getting Started
- [file:///Applications/Scratch%201.4/Help/en/index.html Scratch Help Files]
Python
- [1] (this is where it describes how to change from 64 to 32 bit mode and back)
- [2]
- Learn Python the Hard Way
PyWikipediaBot
php
MediaWiki
- How to become a MediaWiki hacker
- mw:User:Sumanah/TechVolunteersCanDo
- mw:Volunteer coordination and outreach/Training materials
- wikitech:Presentations
- Wikimania 2011 2nd Day MediaWiki dev video
- Wikimania 2011 3d day MediaWiki extension dev video
- File:Low-hanging-fruit-vs-micro-optimization.theora.ogv
- mw:MediaWiki developer meetings
Perl
Java
C
Fortran
- How to use Fortran on a mac - out of date 2004 thread
- Fortran Compiler for OSX
F
Pascal
Basic
- wikipedia:BASIC
- Chipmunk Basic - a freeware interpreter
- wikipedia:Chipmunk Basic - reference to a PD interpreter
RealBasic
Gambas
- wikipedia:Gambas - GNU Basic
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
- Tutorial, such as:
- Tools & Languages, such as:
- JavaScript RegExp Object (explains what's not in JS that's in python, etc)
- Python re Module
- The Grymoire
- regex in php
- Emacs Regex
- emacs manual regex
- Emacs regex
- wikipedia:Regular expression
- grep regex
Editors
Emacs
DB stuff
MySQL stuff
IRC stuff
Webserver stuff
- How to set up a personal home web server
- setting up a local server
- Mac Dev Center
- Using your Mac as a Web Server
- Install local web server mac osx
- Sitepoint OS X Web Development
- Setting up local web server on OS X snow leopard 10.6
www stuff
- Sitepoint
- Sitepoint Reference - CSS, HTML, JS
- wikipedia:Dynamic HTML
- DHTML
- wikipedia:Application programming interface - API general information
HTML stuff
- Deprecated Code
- Getting started in HTML
- Website design resources for beginner and intermediate users
- Table-based webpage design versus CSS-based webpage design: resources
CSS stuff
- CSS index
- CSS text
- CSS fonts
- HTML Graphics - alignment, horizontal rules, floating objects, font styles
- Style
- Adding a touch of style
- Blooberry CSS
- Sitepoint CSS reference
- Letter spacing CSS - letter spacing such as in sperrschrift
wiki stuff
- Help:Introduction_to_Semantic_MediaWiki (considering using this)
- mw:Manual:Interface/Sidebar
- mw:Manual:Configuration settings
- mw:API:Main page - Mediawiki API Documentation
- meta:Help talk:Edit toolbar - Info on custom edit toolbars and buttons
- wikipedia:User:MarkS/Extra edit buttons - "XEB" a particular system of extra edit buttons.
wiki js
- wikipedia:User:Steven Zhang/monobook.js - really neatly put together
Proofreadpage stuff
- Wikisource:Wikisource:ProofreadPage (has the best description of how to configure index pages)
Wiki Multilingualism
IRC stuff
Copyright stuff
to be moved somewhere else - I thought I already created this section but maybe not
- Cornell's famous cheat sheet
- wikipedia:Wikipedia:Media copyright questions
- How can I tell whether a copyright was renewed
- Stanford Copyright Renewals database
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)