- 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
(+2)
m (DeeDee moved page User:Doug/links3 to User:Deirdre/links3: Automatically moved page while renaming the user "Doug" to "Deirdre")
 
(7 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]
 
*[http://www.itd.umich.edu/itcsdocs/s4148/  U.Mich. Unix documentation]
  
==SVN stuff==
+
==Version Control stuff==
 
*[http://svnbook.red-bean.com/en/1.2/index.html Version Control with Subversion]
 
*[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://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
 
*[[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.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://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 31: Line 53:
 
*[http://learnpythonthehardway.org/book/ Learn Python the Hard Way]
 
*[http://learnpythonthehardway.org/book/ Learn Python the Hard Way]
 
**[http://learnpythonthehardway.org/exercise0.html Learn Python the Hard Way x0]
 
**[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 137: Line 162:
 
==DB stuff==
 
==DB stuff==
 
===MySQL 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]
 
*[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 149: 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==

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