Skip to content

Instantly share code, notes, and snippets.

diff -ur a/globals.h b/globals.h
--- a/globals.h 2010-05-28 17:16:31.000000000 -0400
+++ b/globals.h 2010-05-28 21:28:58.000000000 -0400
@@ -34,6 +34,7 @@
WHERE char *AliasFile;
WHERE char *AliasFmt;
WHERE char *AssumedCharset;
+WHERE char *AttachKeyword;
WHERE char *AttachSep;
WHERE char *Attribution;
# @tlvince's empirical ad/bug blocking.
# Usage: append to /etc/hosts
# Social sharing widgets
0.0.0.0 platform.twitter.com
0.0.0.0 static.bufferapp.com
0.0.0.0 platform.linkedin.com
0.0.0.0 cdn.stumble-upon.com
0.0.0.0 www.stumbleupon.com
0.0.0.0 stumbleupon.com
diff --git a/.SRCINFO b/.SRCINFO
index e7f6c6f..f9e0eb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
-# Generated by mksrcinfo v8
-# Sun Feb 26 23:13:24 UTC 2017
pkgbase = ruby-charlock_holmes
pkgdesc = Character encoding detection, brought to you by ICU
- pkgver = 0.7.3
Throw to key `numerical-overflow' with args `("/" "Numerical overflow" #f #f)'.
17 (apply-smob/1 #<catch-closure 564b85f7db80>)
In c-interface.scm:
22:4 16 (gnc:call-with-error-handling _ _)
In ice-9/boot-9.scm:
829:9 15 (catch #t #<procedure 564b865c7f90 at c-interface.scm:…> …)
In c-interface.scm:
29:29 14 (_)
In unknown file:
13 (eval-string "(gnc:report-run 1)" #<undefined>)
-> Using [aur] repository
==> Resolving dependencies...
-> pgmodeler N/A -> 2:0.9.0-1
==> Retrieving build files...
From https://aur.archlinux.org/pgmodeler
= [up to date] master -> origin/master
==> Making package: pgmodeler 2:0.9.0-1 (Thu 14 Dec 16:49:13 GMT 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
# 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
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations under
@tlvince
tlvince / README.md
Last active August 19, 2017 13:43
Methods of running Pandoc in TravisCI

1. sudo & apt-get

Using Travis' standard infrastructure, you can simply use apt-get:

sudo: true
before_install:
  - sudo apt-get -qq update
  - sudo apt-get install -y pandoc
{
"name": "ngcomponent",
"version": "3.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@types/angular": {
"version": "1.6.25",
"resolved": "https://registry.npmjs.org/@types/angular/-/angular-1.6.25.tgz",
"integrity": "sha512-8L9VLUTwbLRzCo9OWk5YQmvDmGCkxhjDIulw7hWIVHa9AV4ojRsbtBdhF06VOgK1mV4U7vej3fw0ivjppZmgTg=="
{
"name": "ngimport",
"version": "0.7.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@types/angular": {
"version": "1.6.25",
"resolved": "https://registry.npmjs.org/@types/angular/-/angular-1.6.25.tgz",
"integrity": "sha512-8L9VLUTwbLRzCo9OWk5YQmvDmGCkxhjDIulw7hWIVHa9AV4ojRsbtBdhF06VOgK1mV4U7vej3fw0ivjppZmgTg=="
diff --git PKGBUILD PKGBUILD
index efdf464..5ba6583 100644
--- PKGBUILD
+++ PKGBUILD
@@ -9,7 +9,7 @@ license=('custom')
url='https://developer.apple.com/fonts/'
depends=('fontconfig' 'xorg-font-utils')
source=("https://developer.apple.com/fonts/downloads/SFPro.zip")
-sha256sums=('5c596d7d5d54fd309f973809edbc0297ac15979c2c40ebc380ae9397501306ed')
+sha256sums=('1235856837d0123a4ea3f434933381c90f808e0e05e04af965c873a5d7ce3bd6')