Run Translations with your Message.
groovy Translations.groovy "Welcome\!"Then point your browser to http://localhost:8000/.
| Pod::Spec.new do |s| | |
| s.name = 'MXLCalendarManager' | |
| s.version = '1.0.0' | |
| s.license = { :type => 'MIT License', :file => 'LICENSE.txt' } | |
| s.summary = 'A set of classes used to parse and handle iCalendar (.ICS) files' | |
| s.homepage = 'https://github.com/rahulsom/MXLCalendarManager' | |
| s.author = { 'Kiran Panesar' => '[email protected]' } | |
| s.source = { :git => 'https://github.com/rahulsom/MXLCalendarManager.git'} | |
| s.platform = :ios, '4.0' | |
| s.source_files = 'MXLCalendarManager/*.{h,m}' |
| Pod::Spec.new do |s| | |
| s.name = 'ACEDrawingView' | |
| s.version = '1.3.0' | |
| s.license = { :type => 'Apache 2.0 License', :file => 'LICENSE.txt' } | |
| s.summary = 'An open source iOS component to create a drawing app.' | |
| s.homepage = 'https://github.com/rahulsom/ACEDrawingView' | |
| s.author = { 'Stefano Acerbetti' => '[email protected]' } | |
| s.source = { :git => 'https://github.com/rahulsom/ACEDrawingView.git' } | |
| s.platform = :ios, '4.0' | |
| s.source_files = 'ACEDrawingView/*.{h,m}' |
Run Translations with your Message.
groovy Translations.groovy "Welcome\!"Then point your browser to http://localhost:8000/.
| import groovy.xml.XmlUtil | |
| import java.security.SecureRandom | |
| import java.text.SimpleDateFormat | |
| void anonymize(Reader reader, Writer writer) { | |
| def xml = new XmlParser().parse(reader) | |
| xml.recordTarget.patientRole.with { patientRole -> | |
| patientRole.id.each { |
| Hapi: 2.604747 ms per cycle | |
| LightHl7Lib: 0.00451332 ms per cycle |
| <j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define"> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <!-- If you delete this tag, the sky will fall on your head --> | |
| <meta name="viewport" content="width=device-width" /> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
| <title>ZURBemails</title> | |
| <style data-inline="true"> |
| public class ReloadingScript { | |
| /** | |
| * The Class of the script | |
| */ | |
| Class clazz | |
| /** | |
| * Runs the script in a Erlang-ish loop | |
| * |
| #!/bin/sh | |
| # | |
| # Tests network status and resets Airport if required | |
| # | |
| usage() { | |
| cat << EOF | |
| Usage: $0 options | |
| -h HOST host to ping | |
| -s <ON|OFF> say out loud: on or off default: OFF |
| @Grapes([ | |
| @Grab('ca.uhn.hapi:hapi-base:1.2'), | |
| @Grab('ca.uhn.hapi:hapi-structures-v26:1.2'), | |
| @Grab('ca.uhn.hapi:hapi-structures-v251:1.2'), | |
| @Grab('ca.uhn.hapi:hapi-structures-v25:1.2'), | |
| @Grab('ca.uhn.hapi:hapi-structures-v24:1.2'), | |
| @Grab('ca.uhn.hapi:hapi-structures-v231:1.2'), | |
| @Grab('ca.uhn.hapi:hapi-structures-v23:1.2'), | |
| @Grab('ca.uhn.hapi:hapi-structures-v22:1.2'), | |
| @Grab('ca.uhn.hapi:hapi-structures-v21:1.2') |