This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Copyright (c) 2003, 2009 Danilo Segan <[email protected]>. | |
Copyright (c) 2005 Nico Kaiser <[email protected]> | |
This file is part of PHP-gettext. | |
PHP-gettext is free software; you can redistribute it and/or modify | |
it under the terms of the GNU General Public License as published by | |
the Free Software Foundation; either version 2 of the License, or |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/**Display Bitbucket wiki pages with SimpleWiki parser. | |
* A rough script for refactoring. | |
* | |
* @copyright Copyright Nick Freear, 29 April 2011. | |
* @uses http://simplewiki.org/language#patterns | |
*/ | |
ini_set('display_errors', 1); | |
header('Content-Type: text/html; charset=utf-8'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/**Drupal block to launch accessibility tools: JISC/Southampton ATbar and WebAnywhere. | |
* Drupal 6 input format: PHP code. | |
* | |
* @copyright (c) 2010 Nicholas Freear {@link http://freear.org.uk} | |
* @license http://opensource.org/licenses/bsd-license.php BSD License. | |
* @uses http://access.ecs.soton.ac.uk/ToolBar/ | |
* @uses http://wa.cs.washington.edu/ | |
*/ | |
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
CloudEngine URL: http://cloudworks.ac.uk | |
Cloudworks user ID: 3 | |
--> | |
<script | |
type="text/javascript" src= | |
"http://cloudworks.ac.uk/api/users/3/stream.js?count=3&title=Gr%C3%A1inne%27s+Cloudstream&api_key=12345" | |
></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** A simple demonstration of the CloudEngine/ Cloudworks API, using cURL. | |
* | |
* @copyright 2010 The Open University. | |
* @license http://opensource.org/licenses/bsd-license.php BSD License. | |
* @uses http://getcloudengine.org//wiki/API | |
*/ | |
# Uncomment the following line to set a proxy for cURL. | |
//putenv("http_proxy=MY_HOST:PORT"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
# | |
# CGI script to bridge eSpeak TTS to the Web - WebAnywhere. | |
# | |
# @copyright (c)2008 University of Washington. | |
# @license http://www.opensource.org/licenses/bsd-license.php | |
# @source http://code.google.com/p/webanywhere/#trunk/tts/espeak/getsound.pl#r264 | |
# Modifications, Nick Freear {http://freear.org.uk} | |
# | |
use strict; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name MALT Wiki plugin | |
// @namespace http://maltwiki.org | |
// @author N.D.Freear[AT]open.ac.uk | |
// @copyright 2009-10-12 N.D.Freear, The Open University. | |
// @version 0.1 | |
// @description Multimedia accessibility evaluation on YouTube, http://maltwiki.org | |
// Requires Firefox 3.x and Greasemonkey http://greasespot.net/ | |
// @include http://*.youtube.com/watch?* | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*<RDF:Description RDF:about="rdf:#$LTa1y3" | |
xmlns:stylish="urn:stylish#" | |
xmlns:NC="http://home.netscape.com/NC-rdf#" | |
xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
stylish:global="false" | |
stylish:namespace="http://www.w3.org/1999/xhtml" | |
stylish:domain="twitter.com" | |
stylish:description="Twitter yellow-black" | |
stylish:neverUpdate="false" | |
stylish:customized="true" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/**Drupal rotator block - with RDFa. | |
©N.D.Freear, 20 Oct 2010. | |
*/ | |
$links = array( | |
array( | |
'text' => '<em property="dc:title">CloudEngine</em>: powering Cloudworks<i>, on Bitbucket.</i>', | |
'url'=>'http://getcloudengine.org', | |
'img'=>'https://bitbucket-assetroot.s3.amazonaws.com/c/photos/2010/Oct/11/cloudengine-avatar2_avatar.png'), |
OlderNewer