Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am freeman on github.
  • I am mrasscha (https://keybase.io/mrasscha) on keybase.
  • I have a public key ASA0Clyumb3TRebGqRP5CmFyyzwiezFvBPxBOMCCVry0Zgo

To claim this, I am signing this object:

using System;
using System.Collections.Generic;
using System.Threading;
namespace Sequencer
{
using System.Collections.Concurrent;
public class Sequencer
{
#!/bin/bash
for i in "$@"
do
echo $i
done
require 'formula'
class Exiftool <Formula
url 'http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-8.18.tar.gz'
homepage 'http://www.sno.phy.queensu.ca/~phil/exiftool/index.html'
md5 '549607a165499db04bc69019119099f8'
def install
system "perl", "Makefile.PL"
system "make"
require 'formula'
class Exiftool <Formula
url 'http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-8.18.tar.gz'
homepage 'http://www.sno.phy.queensu.ca/~phil/exiftool/index.html'
md5 '549607a165499db04bc69019119099f8'
def install
system "perl", "Makefile.PL"
system "make"
diff --git a/Library/Formula/exiftool.rb b/Library/Formula/exiftool.rb
index 469b057..168248d 100644
--- a/Library/Formula/exiftool.rb
+++ b/Library/Formula/exiftool.rb
@@ -7,13 +7,21 @@ class Exiftool <Formula
def install
system "perl", "Makefile.PL"
- system "make", "test"
+ system "make"
# Ne pas utiliser cette forme, c'est la source des problèmes :
export PS1='[\u@\033[31;1m\h\033[0m \W ] '
# Mais utiliser celle-ci :
export PS1='[\u@\[\033[31;1m\]\h\[\033[0m\] \W ] '
# Ne pas utiliser cette forme, c'est la source des problèmes :
export PS1='[\u@\033[31;1m\h\033[0m \W ] '
# Mais utiliser celle-ci :
export PS1='[\u@\[\033[31;1m\]\h\[\033[0m\] \W ] '
private static InitialContext buildInitialContext() {
Properties p = new Properties();
}