This is a plugin meant for Jekyll.
Example use:
Easily embed a YouTube video. Just drop this file in your _plugins directory.
{% youtube oHg5SJYRHA0 %}
| class SoapServiceController < ApplicationController | |
| include WashOut::SOAP | |
| soap_action "print_params", :args => { | |
| :circle => { | |
| :center => { | |
| :x => :integer, | |
| :y => :integer | |
| }, | |
| :radius => :double |
| class StoredProcedureService | |
| def self.instance | |
| @instance ||= StoredProcedureService.new | |
| end | |
| def execute(name, *args) | |
| results = [] | |
| begin | |
| connection.execute("CALL #{name}(#{args.join(',')})").each(as: :hash, symbolize_keys: true) do |row| |
| on findAndReplace(tofind, toreplace, TheString) | |
| set ditd to text item delimiters | |
| set res to missing value | |
| set text item delimiters to tofind | |
| repeat with tis in text items of TheString | |
| if res is missing value then | |
| set res to tis | |
| else | |
| set res to res & toreplace & tis | |
| end if |
| :;while [ $? -eq 0 ];do nc -vlp 8080 -c'(r=read;e=echo;$r a b c;z=$r;while [ ${#z} -gt 2 ];do $r z;done;f=`$e $b|sed 's/[^a-z0-9_.-]//gi'`;h="HTTP/1.0";o="$h 200 OK\r\n";c="Content";if [ -z $f ];then($e $o;ls|(while $r n;do if [ -f "$n" ]; then $e "<a href=\"/$n\">`ls -gh $n`</a><br>";fi;done););elif [ -f $f ];then $e "$o$c-Type: `file -ib $f`\n$c-Length: `stat -c%s $f`";$e;cat $f;else $e -e "$h 404 Not Found\n\n404\n";fi)';done |
This is a plugin meant for Jekyll.
Example use:
Easily embed a YouTube video. Just drop this file in your _plugins directory.
{% youtube oHg5SJYRHA0 %}
| <ul id="buzzcontent"> | |
| </ul> | |
| <script> | |
| function handler(response) { | |
| for (var i = 0; i < 5 && i < response.items.length; i++) { | |
| var item = response.items[i]; | |
| document.getElementById("buzzcontent").innerHTML += "<li><a href=\"" + item.url + "\">" + item.title + "</a></li>"; | |
| } | |
| } |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project name="Perks Security" default="build" basedir="."> | |
| <path id="project.classpath"> | |
| <fileset dir="${play.path}/framework"> | |
| <include name="*.jar"/> | |
| </fileset> | |
| <fileset dir="${play.path}/framework/lib"> | |
| <include name="*.jar"/> |