- 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
(+2) |
m (DeeDee moved page User:Doug/links3 to User:Deirdre/links3: Automatically moved page while renaming the user "Doug" to "Deirdre") |
||
(26 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
==Unix info== | ==Unix info== | ||
*[http://kb.iu.edu/data/apek.html UNIX basics] | *[http://kb.iu.edu/data/apek.html UNIX basics] | ||
+ | **http://kb.iu.edu/data/abng.html - doesn't seem to be in the index | ||
*[http://mally.stanford.edu/~sr/computing/ Computing Information for Stanford Linguists], contains several sections on UNIX, including: | *[http://mally.stanford.edu/~sr/computing/ Computing Information for Stanford Linguists], contains several sections on UNIX, including: | ||
**[http://mally.stanford.edu/~sr/computing/basic-unix.html Basic UNIX commands] | **[http://mally.stanford.edu/~sr/computing/basic-unix.html Basic UNIX commands] | ||
+ | *[http://www.itd.umich.edu/itcsdocs/s4148/ U.Mich. Unix documentation] | ||
+ | ==Version Control stuff== | ||
+ | *[http://svnbook.red-bean.com/en/1.2/index.html Version Control with Subversion] | ||
+ | *[http://www.adp-gmbh.ch/misc/tools/svn/index.html René Nyffenegger's collection of things on the web: Subversion] | ||
+ | *[http://ariejan.net/2007/07/04/how-to-resolve-subversion-conflicts How to resolve Subversion Conflicts] | ||
+ | *[http://wiki.greenstone.org/wiki/index.php/Useful_SVN_Commands Useful SVN Commands] | ||
+ | *[[tswiki:https://wiki.toolserver.org/view/Subversion]] | ||
+ | *[https://fisheye.toolserver.org/ FishEye on Toolserver] - [[w:FishEye (software)|FishEye]] revision control browser | ||
+ | *[http://maverick.inria.fr/~Xavier.Decoret/resources/svn/index.html SVN Tutorial fo Unix] | ||
+ | *[http://svnbook.red-bean.com/ Version Control with Subversion] | ||
+ | *[[mw:Subversion|MediaWiki Subversion page]] | ||
+ | *[[mw:Git|MediaWiki Git page]] | ||
+ | *[http://cia.vc/ CIA.vc] - Open Source Version Control Informant | ||
+ | |||
+ | ==Bug tracking stuff== | ||
+ | *[http://www.bugzilla.org/ Bugzilla.org] | ||
+ | **[https://bugzilla.wikimedia.org/ Wikimedia Bugzilla] | ||
+ | **[https://issues.apache.org/bugzilla/ Apache Bugzilla] | ||
+ | *[http://www.atlassian.com/software/jira/overview JIRA website] | ||
+ | **[https://jira.toolserver.org JIRA on Toolserver] - [[w:JIRA|JIRA]] issue tracking system | ||
+ | **[https://issues.apache.org/jira/secure/Dashboard.jspa Apache JIRA] | ||
+ | |||
+ | ==Wikimedia Toolserver stuff== | ||
+ | *[[meta:Toolserver]] - the meta page describing the Toolserver | ||
+ | *[[tswiki:Account approval process]] | ||
+ | *[[tswiki:Rules Toolserver Rules]] | ||
==Programming== | ==Programming== | ||
− | *[stackoverflow.com] | + | *[http://stackoverflow.com stackoverflow.com] |
+ | *[[wikipedia:GNAVI]] - GNU Development Environment | ||
+ | *[http://www.13idol.com/mac/program.html Learn to Program your Macintosh] Out of date but some of the links are still good | ||
+ | *[http://www.pure-mac.com/prog.html Pure-Mac: Programming and Scripting] - links to some useful mac dev stuff | ||
+ | *[http://openhatch.org/missions/ OpenHatch.org] | ||
===Programming for kids=== | ===Programming for kids=== | ||
Line 11: | Line 42: | ||
*[http://scratch.mit.edu/ Scratch], and | *[http://scratch.mit.edu/ Scratch], and | ||
**[http://info.scratch.mit.edu/Support/Get_Started Getting Started] | **[http://info.scratch.mit.edu/Support/Get_Started Getting Started] | ||
+ | **[http://info.scratch.mit.edu/WeDo/StarterProjects] | ||
+ | **[http://info.scratch.mit.edu/WeDo] | ||
**[file:///Applications/Scratch%201.4/Help/en/index.html Scratch Help Files] | **[file:///Applications/Scratch%201.4/Help/en/index.html Scratch Help Files] | ||
+ | **[http://wiki.scratch.mit.edu/wiki/Scratch_Wiki:Become_a_contributor Scratch Wiki] | ||
+ | **[http://scratch.mit.edu/users/DougHendrick My Scratch Account] | ||
===Python=== | ===Python=== | ||
− | *[stackoverflow.com/questions/1277124/how-do-you-install-lxml-on-os-x-leopard-without-using-macports-or-fink] | + | *[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://learnpythonthehardway.org/book/ Learn Python the Hard Way] | ||
+ | **[http://learnpythonthehardway.org/exercise0.html Learn Python the Hard Way x0] | ||
+ | *[[wikipedia:PyPI]] | ||
+ | *[https://code.google.com/edu/languages/google-python-class/introduction.html Google Python Class] | ||
+ | *[http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-189-a-gentle-introduction-to-programming-using-python-january-iap-2011/ A Gentle Introduction to Programming Using Python from MIT] | ||
+ | |||
+ | ====PyWikipediaBot==== | ||
+ | *[[mw:Pywikipediabot]] | ||
===php=== | ===php=== | ||
Line 20: | Line 64: | ||
**[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==== | ||
+ | *[[mw:How to become a MediaWiki hacker|How to become a MediaWiki hacker]] | ||
+ | *[[mw:User:Sumanah/TechVolunteersCanDo]] | ||
+ | *[[mw:Volunteer coordination and outreach/Training materials]] | ||
+ | *[[wikitech:Presentations]] | ||
+ | *[[youtube:PEUI9sBii9Y|Wikimania 2011 2nd Day MediaWiki dev video]] | ||
+ | *[[youtube:4zlGo-hrnt8|Wikimania 2011 3d day MediaWiki extension dev video]] | ||
+ | *[[:File:Low-hanging-fruit-vs-micro-optimization.theora.ogv]] | ||
+ | *[[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 | ||
+ | *[http://alstaffieri.com/basiclist.html Al's Mac BASIC Programming Page] - mostly out of date environments but some good info | ||
+ | |||
+ | ====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] | ||
+ | |||
+ | ====Objective Basic==== | ||
+ | (very mac, not free) | ||
+ | *[http://www.objective-basic.com/ Objective-Basic.com] | ||
+ | |||
+ | ===Lisp=== | ||
+ | *[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=== | ||
(aka ''regexp'' or ''Regular Expressions'') | (aka ''regexp'' or ''Regular Expressions'') | ||
+ | ''N.B.'': There are several types, e.g. in emacs regex | ||
*[http://www.regular-expressions.info/tutorial.html Tutorial], such as: | *[http://www.regular-expressions.info/tutorial.html Tutorial], such as: | ||
**[http://www.regular-expressions.info/conditional.html Conditionals] | **[http://www.regular-expressions.info/conditional.html Conditionals] | ||
Line 32: | Line 143: | ||
**[http://www.regular-expressions.info/javascript.html JavaScript RegExp Object] (explains what's not in JS that's in python, etc) | **[http://www.regular-expressions.info/javascript.html JavaScript RegExp Object] (explains what's not in JS that's in python, etc) | ||
**[http://www.regular-expressions.info/python.html Python re Module] | **[http://www.regular-expressions.info/python.html Python re Module] | ||
+ | *[http://www.grymoire.com/Unix/Regular.html The Grymoire] | ||
+ | *[http://www.sitepoint.com/regular-expressions-php/ regex in php] | ||
+ | *[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://xahlee.org/emacs/emacs_regex.html Emacs regex] | ||
+ | *[[wikipedia:Regular expression]] | ||
+ | *[http://www.cyberciti.biz/faq/grep-regular-expressions/ grep regex] | ||
+ | |||
+ | ==Editors== | ||
+ | ===Emacs=== | ||
+ | * | ||
+ | *[http://emacsblog.org/ Emacs Blog] | ||
+ | |||
+ | ==DB stuff== | ||
+ | ===MySQL stuff=== | ||
+ | *[http://dev.mysql.com/ MySQL.com] | ||
+ | **[http://dev.mysql.com/downloads/gui-tools/5.0.html MySQL GUI Tools Bundle: Archived Downloads] | ||
+ | *[http://www.tizag.com/mysqlTutorial/ tizag MySQL tutorial] | ||
+ | ==Webserver stuff== | ||
+ | *[http://lifehacker.com/124212/geek-to-live--how-to-set-up-a-personal-home-web-server How to set up a personal home web server] | ||
+ | *[http://www.akamarketing.com/setting-up-a-local-server.html setting up a local server] | ||
+ | *[http://oreilly.com/pub/ct/49 Mac Dev Center] | ||
+ | *[[wikibooks:Mac OS X Tiger/Using your Mac as a Web Server|Using your Mac as a Web Server]] | ||
+ | *[http://www.lullabot.com/videos/install-local-web-server-mac-osx Install local web server mac osx] | ||
+ | *[http://www.sitepoint.com/os-x-web-development/ Sitepoint OS X Web Development] | ||
+ | *[http://georgebutler.com/blog/setting-up-local-web-server-on-os-x-snow-leopard-10-6/ Setting up local web server on OS X snow leopard 10.6] | ||
+ | |||
+ | ==Apache stuff== | ||
+ | *[http://httpd.apache.org/ The Apache HTTP Server Project] | ||
+ | **[http://httpd.apache.org/docs/2.0/ Apache HTTP Server Version 2.0 Documentation] | ||
+ | **[http://httpd.apache.org/docs/2.0/howto/ Tutorials] | ||
+ | ***[http://httpd.apache.org/docs/2.0/howto/htaccess.html htaccess] | ||
+ | |||
+ | *More generically: [http://www.apache.org/ Apache Software Foundation] | ||
+ | |||
+ | ==FTP stuff== | ||
+ | *[http://www.panic.com/transmit/ Transmit] - a decent FTP client - costs, but not much | ||
+ | **[http://www.panic.com/transmit/support.html Transmit Support] - some useful stuff | ||
+ | **[https://www.panic.com/blog/2010/11/15-secrets-of-transmit/ Secrets of Transmit] - more useful stuff | ||
==www stuff== | ==www stuff== | ||
Line 37: | Line 191: | ||
**[http://www.boutell.com/newfaq/definitions/mimetype.html Mimetypes] | **[http://www.boutell.com/newfaq/definitions/mimetype.html Mimetypes] | ||
− | + | *[http://www.sitepoint.com Sitepoint] | |
− | *[www. | + | **[http://reference.sitepoint.com/css Sitepoint Reference] - CSS, HTML, JS |
− | *[www. | + | *[[wikipedia:Dynamic HTML]] |
+ | *[http://www.gtalbot.org/DHTMLSection/ DHTML] | ||
+ | *[[wikipedia:Application programming interface]] - API general information | ||
− | *[ | + | *[http://www.tizag.com/ tizag tutorials] |
+ | ===HTML stuff=== | ||
+ | *[http://www.codehelp.co.uk/html/deprecated.html Deprecated Code] | ||
+ | *[http://www.w3.org/MarkUp/Guide/ Getting started in HTML] | ||
+ | *[http://www.gtalbot.org/NvuSection/NvuWebDesignTips/WebDesignResources.html Website design resources for beginner and intermediate users] | ||
+ | *[http://www.gtalbot.org/NvuSection/NvuWebDesignTips/TableVsCSSDesign.html Table-based webpage design versus CSS-based webpage design: resources] | ||
+ | |||
+ | ===CSS stuff=== | ||
+ | *[http://www.w3.org/TR/CSS2/indexlist.html CSS index] | ||
+ | **[http://www.w3.org/TR/CSS2/text.html CSS text] | ||
+ | **[http://www.w3.org/TR/CSS2/fonts.html CSS fonts] | ||
+ | **[http://www.w3.org/TR/REC-html40/present/graphics.html HTML Graphics] - alignment, horizontal rules, floating objects, font styles | ||
+ | **[http://www.w3.org/Style/ Style] | ||
+ | ***[http://www.w3.org/Style/Examples/007/ Tips & Tricks] | ||
+ | ****[http://www.w3.org/Style/Examples/007/center.html centering] | ||
+ | ***[http://www.w3.org/Style/CSS/ About CSS] | ||
+ | ****[http://www.w3.org/Style/CSS/#learning Learning CSS] | ||
+ | ***[http://www.w3.org/Style/Examples/011/firstcss Tutorial] | ||
+ | **[http://www.w3.org/MarkUp/Guide/Style Adding a touch of style] | ||
+ | *[http://www.blooberry.com/indexdot/css/index.html Blooberry CSS] | ||
+ | *[http://reference.sitepoint.com/css/ Sitepoint CSS reference] | ||
+ | **[http://reference.sitepoint.com/css/letter-spacing Letter spacing CSS] - letter spacing such as in sperrschrift | ||
+ | * | ||
+ | **[http://www.gtalbot.org/NvuSection/NvuWebDesignTips/HorizontalAlignment.html CSS Horizontal Alignment] | ||
+ | |||
+ | *[http://webdesign.about.com/od/styleproperties/p/blptextindent.htm text indent] | ||
+ | *[http://css-discuss.incutio.com/wiki/Main_Page CSS Discuss Wiki] | ||
+ | **[http://css-discuss.incutio.com/wiki/Centering_Block_Element Centering Block Element] | ||
==wiki stuff== | ==wiki stuff== | ||
*[[Semantic:Help:Introduction_to_Semantic_MediaWiki|Help:Introduction_to_Semantic_MediaWiki]] (considering using this) | *[[Semantic:Help:Introduction_to_Semantic_MediaWiki|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=== | ||
+ | *[[meta:Multilingualism]] | ||
+ | |||
+ | ==IRC stuff== | ||
+ | *[http://freenode.net/using_the_network.shtml Freenode manual] | ||
+ | *[http://www.irchelp.org/irchelp/ircprimer.html IRC primer] | ||
+ | *[http://www.irchelp.org/irchelp/irctutorial.html IRC tutorial] | ||
+ | *[[wikipedia:Direct Client-to-Client]] | ||
+ | *[http://www.technerd.net/memoserv.html MemoServ] | ||
+ | *[http://colloquy.info/extras/ Colloquy stuff] | ||
+ | |||
+ | ==Crypto== | ||
+ | *[http://cryptography.org/getpgp.htm Where to get PGP] | ||
+ | |||
+ | ==VM stuff== | ||
+ | *[http://www.itworld.com/virtualization/212245/desktop-virtualization-smackdown-parallels-vs-vmware-vs-virtualbox] | ||
+ | *[https://www.virtualbox.org/] | ||
+ | *[http://wiki.debian.org/InstallingDebianOn/Apple?highlight=%28CategoryMacintoshComputer%29] | ||
+ | |||
+ | |||
+ | ==Copyright stuff== | ||
+ | ''to be moved somewhere else'' - I thought I already created this section but maybe not | ||
+ | *[http://www.copyright.cornell.edu/resources/publicdomain.cfm Cornell's famous cheat sheet] | ||
+ | *[[wikipedia:Wikipedia:Media copyright questions]] | ||
+ | *[http://onlinebooks.library.upenn.edu/renewals.html How can I tell whether a copyright was renewed] | ||
+ | *[http://collections.standford.edu/copyrightrenewals/bin/page?forward=home Stanford Copyright Renewals database] | ||
+ | |||
+ | ==Collections== | ||
+ | *[http://international.loc.gov/intldl/eshtml/es_collections/collections.html LoC International Collections] | ||
+ | *[http://www.thelatinlibrary.com/persius.html The Latin Library] | ||
+ | |||
+ | |||
+ | ==Stuff== | ||
+ | *[[wikisource:fo:|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) | ||
+ | *[http://www.4chan.org/ 4chan] |
Latest revision as of 23:50, 4 March 2017
Contents
Unix info
- UNIX basics
- http://kb.iu.edu/data/abng.html - doesn't seem to be in the index
- Computing Information for Stanford Linguists, contains several sections on UNIX, including:
- U.Mich. Unix documentation
Version Control stuff
- Version Control with Subversion
- René Nyffenegger's collection of things on the web: Subversion
- How to resolve Subversion Conflicts
- Useful SVN Commands
- tswiki:https://wiki.toolserver.org/view/Subversion
- FishEye on Toolserver - FishEye revision control browser
- SVN Tutorial fo Unix
- Version Control with Subversion
- MediaWiki Subversion page
- MediaWiki Git page
- CIA.vc - Open Source Version Control Informant
Bug tracking stuff
- Bugzilla.org
- JIRA website
- JIRA on Toolserver - JIRA issue tracking system
- Apache JIRA
Wikimedia Toolserver stuff
- meta:Toolserver - the meta page describing the Toolserver
- tswiki:Account approval process
- tswiki:Rules Toolserver Rules
Programming
- stackoverflow.com
- wikipedia:GNAVI - GNU Development Environment
- Learn to Program your Macintosh Out of date but some of the links are still good
- Pure-Mac: Programming and Scripting - links to some useful mac dev stuff
- OpenHatch.org
Programming for kids
- Alice
- Scratch, and
- Getting Started
- [1]
- [2]
- [file:///Applications/Scratch%201.4/Help/en/index.html Scratch Help Files]
- Scratch Wiki
- My Scratch Account
Python
- [3] (this is where it describes how to change from 64 to 32 bit mode and back)
- [4]
- Learn Python the Hard Way
- wikipedia:PyPI
- Google Python Class
- A Gentle Introduction to Programming Using Python from MIT
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
- Al's Mac BASIC Programming Page - mostly out of date environments but some good info
RealBasic
Gambas
- wikipedia:Gambas - GNU Basic
True Basic
(not a mac thing)
Objective Basic
(very mac, not free)
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
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
Apache stuff
- More generically: Apache Software Foundation
FTP stuff
- Transmit - a decent FTP client - costs, but not much
- Transmit Support - some useful stuff
- Secrets of Transmit - more useful stuff
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
Crypto
VM 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