Format: 1A Host: http://blog.acme.com
Welcome to the ACME Blog API. This API provides access to the ACME Blog service.
| /* Based on Royall's original quicky script: | |
| * http://gist.github.com/16507 | |
| */ | |
| CmdUtils.CreateCommand({ | |
| name: "quicky", | |
| icon: "http://www.google.com/favicon.ico", | |
| homepage: "http://lkraider.eipper.com.br/ubiquity", | |
| author: { name: "Paul Eipper", email: "paul@eipper.com.br"}, | |
| license: "GPL", | |
| description: "Perform an I'm Feeling Lucky google search on the preview pane", |
Welcome to the ACME Blog API. This API provides access to the ACME Blog service.
| #!/bin/env python2.7 | |
| from schematics.models import Model | |
| from schematics.types import StringType | |
| from schematics.exceptions import ValidationError | |
| class EventType(StringType): | |
| DIVIDER = ':' | |
| import fileinput | |
| MAX = 0 | |
| P = 10000 | |
| def identidade(matriz): | |
| for i in range(MAX): | |
| for j in range(MAX): | |
| matriz[i][j] = int((i == j)) |
| #!/bin/sh | |
| set -ex | |
| ## El Capitan Download | |
| ## based on https://github.com/lioonline/OS-X-El-Capitan | |
| ## and https://7labs.heypub.com/tips-tricks/el-capitan-direct-download.html | |
| ## pkg file link - version 10.11.4 | |
| HOST="http://osxapps.itunes.apple.com" | |
| PATH="/apple-assets-us-std-000001/Purple69/v4/6a/c9/bc/6ac9bcc0-71a4-9b73-bb59-c1b053df10b9/" |
| { | |
| "type": "object", | |
| "required": [ | |
| "AWSEBDockerrunVersion", | |
| "containerDefinitions", | |
| "volumes" | |
| ], | |
| "properties": { | |
| "AWSEBDockerrunVersion": { | |
| "type": "integer", |
| print(bin(int(input("Escolha um número decimal para transformar em binario: ")))[2:]) |
| resource "aws_iam_policy" "terraform_create_policy" { | |
| name = "terraform_create_policy" | |
| path = "/" | |
| policy = "${data.aws_iam_policy_document.terraform_create_policy.json}" | |
| } | |
| data "aws_iam_policy_document" "terraform_create_policy" { | |
| statement { | |
| sid = "1" | |
| actions = [ |
{
"shell_cmd": "/usr/bin/env python3 -u \"${file}\" 2> >(tr '\\n' '|')",
"selector": "source.python",
"file_regex": "[ ]*File \"(...*?)\", line ([0-9]*)(...*?)\\|...*?\\|(.*)\\|",
"working_dir": "${file_path}"
}