- 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
(php: +1)
m (DeeDee moved page User:Doug/links3 to User:Deirdre/links3: Automatically moved page while renaming the user "Doug" to "Deirdre")
 
(21 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===
 
*[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]
 +
*[[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====
 
====PyWikipediaBot====
*[[meta:Pywikipediabot]]
+
*[[mw:Pywikipediabot]]
  
 
===php===
 
===php===
Line 24: 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: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 36: 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]
  
==IRC stuff==
+
==Editors==
*[http://freenode.net Freenode]
+
===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==
 
==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://lifehacker.com/124212/geek-to-live--how-to-set-up-a-personal-home-web-server How to set up a personal home web server]
Line 48: Line 173:
 
*[http://www.sitepoint.com/os-x-web-development/ Sitepoint OS X Web Development]
 
*[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]
 
*[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 55: Line 193:
 
*[http://www.sitepoint.com Sitepoint]
 
*[http://www.sitepoint.com Sitepoint]
 
**[http://reference.sitepoint.com/css Sitepoint Reference] - CSS, HTML, JS
 
**[http://reference.sitepoint.com/css Sitepoint Reference] - CSS, HTML, JS
 +
*[[wikipedia:Dynamic HTML]]
 +
*[http://www.gtalbot.org/DHTMLSection/ DHTML]
 +
 +
*[[wikipedia:Application programming interface]] - API general information
 +
 +
*[http://www.tizag.com/ tizag tutorials]
  
 
===HTML stuff===
 
===HTML stuff===
 
*[http://www.codehelp.co.uk/html/deprecated.html Deprecated Code]
 
*[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===
 
===CSS stuff===
Line 64: Line 211:
 
**[http://www.w3.org/TR/CSS2/fonts.html CSS fonts]
 
**[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/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://www.blooberry.com/indexdot/css/index.html Blooberry CSS]
 
*[http://reference.sitepoint.com/css/ Sitepoint CSS reference]
 
*[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://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://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:Interface/Sidebar]]
 
*[[mw:Manual:Configuration settings]]
 
*[[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===
 
===wiki js===
Line 84: Line 244:
 
===Wiki Multilingualism===
 
===Wiki Multilingualism===
 
*[[meta: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==
 
==Copyright stuff==
Line 100: Line 277:
 
*[[wikisource:fo:|fo:]] fo.WS - a really low activity wikisource that could stand watching
 
*[[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)
 
*''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 00:50, 5 March 2017

Unix info

Version Control stuff

Bug tracking stuff

Wikimedia Toolserver stuff

Programming

Programming for kids

Python

PyWikipediaBot

php

MediaWiki

Perl

Java

C

Fortran

F

Pascal

Basic

RealBasic

Gambas

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

Editors

Emacs

DB stuff

MySQL stuff

Webserver stuff

Apache stuff

FTP stuff

www stuff

HTML stuff

CSS stuff

wiki stuff


wiki js

Proofreadpage stuff

Wiki Multilingualism

IRC stuff

Crypto

VM 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)
  • 4chan