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
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/BeLessThan.swift:32:53: error: expected type after 'as' | |
let expr = actualExpression.cast { $0 as! NMBComparable? } | |
^ | |
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/Contain.swift:64:43: error: expected type after 'as' | |
return contain(expected as! String).matches(expr, failureMessage: failureMessage) | |
^ | |
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/Contain.swift:64:43: error: expected ',' separator | |
return contain(expected as! String).matches(expr, failureMessage: failureMessage) | |
^ | |
, |
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
(00) Emergency treatment of poisoning | |
(01) GASTRO-INTESTINAL SYSTEM | |
(01.01) Dyspepsia and gastro-oesophageal reflux disease | |
(01.01.01) Antacids and Simeticone | |
(01.01.01) -- magnesium trisilicate (Firstline - green) | |
(01.01.01) -- aluminium&magnesium hydroxide (Firstline - green) | |
(01.01.02) Compound alginates and proprietary indigestion preparations | |
(01.01.02) -- Gastrocote (Firstline - green) | |
(01.01.02) -- Gaviscon Advance (Firstline - green) | |
(01.01.02) -- Gaviscon Infant (Firstline - green) |
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
/** | |
* A generic javascript validator, which uses html elements such as | |
* a data-set or classes. | |
* | |
* Author: Sam Sherar <[email protected]> | |
* | |
* Class selectors: | |
* - required | |
* Make sure that the field not empty | |
* - numeric |
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
'========================================================================== | |
' JSON Encoder for VBScript | |
' Copyright (c) 2013 Atif Aziz. All rights reserved. | |
' | |
' Licensed under the Apache License, Version 2.0 (the "License"); | |
' you may not use this file except in compliance with the License. | |
' You may obtain a copy of the License at | |
' | |
' http://www.apache.org/licenses/LICENSE-2.0 | |
' |
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 | |
//retrieve the id from the GET variable | |
$ref = $_GET['ref']; | |
//Why do all the work if $ref is empty?! | |
// I think a redirect to index should be good enough | |
if($ref == NULL || count($ref) == 0) { | |
"<meta http-equiv='refresh' content='0; url=index.php' />"; | |
} |
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
Simulator run Thu May 02 23:00:19 BST 2013 | |
uk.ac.aber.rcs.cs211.schedulersim.scheduler.FirstComeFirstServed | |
DataFile name: /Users/sam/repos/cs211/schedulers/code/bin/Test.jobs | |
CPU2:1 13 | |
CPU1:2 37 | |
CPU3:2 56 | |
MIXED1:2 63 | |
IO1:3 75 | |
Mean elapsed duration 48 | |
Total CPU time 75 |
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
curl -i -L --data "test" 'https://jetpack.wordpress.com/jetpack.register/1' > ~/curlError.txt |
NewerOlder