Skip to content

Instantly share code, notes, and snippets.

diff --git a/core/templates/page.html b/core/templates/page.html
index e9a3bae..716ac3b 100644
--- a/core/templates/page.html
+++ b/core/templates/page.html
@@ -159,7 +159,7 @@
data-width="{{page.jp2_width}}"
data-height="{{page.jp2_length}}"
data-page_url="{% url chronam_page title.lccn,issue.date_issued,issue.edit
- data-tile_url="/images/tiles/{{issue.batch.name}}/data/{{page.jp2_filename
+ data-tile_url="http://ec2-54-234-225-5.compute-1.amazonaws.com/images/tile
Content-Type: multipart/mixed; boundary="===============0722602642128676011=="
MIME-Version: 1.0
--===============0722602642128676011==
Content-Type: text/upstart-job; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="brikker.conf"
description "brikker"
--- openjpeg-trunk-r2299-2/CMakeLists.txt.orig 2013-03-01 12:43:57.000000000 +0100
+++ openjpeg-trunk-r2299-2/CMakeLists.txt 2013-03-07 21:46:29.845377357 +0100
@@ -233,7 +233,12 @@
${CMAKE_CURRENT_BINARY_DIR}/src/lib/openjp2/opj_config.h
@ONLY
)
-
+#
+configure_file(
+ ${CMAKE_CURRENT_SOURCE_DIR}/src/lib/openjp2/opj_libconf.h.cmake.in
@eikeon
eikeon / queue.go
Last active December 11, 2015 20:38
package main
import (
"fmt"
"log"
"runtime"
"time"
"launchpad.net/goamz/aws"
"launchpad.net/~prudhvikrishna/goamz/sqs"
@eikeon
eikeon / total.go
Last active December 11, 2015 19:29
package main
import (
"fmt"
"log"
"runtime"
"strconv"
"time"
"launchpad.net/goamz/aws"
package main
import (
"fmt"
"log"
"time"
"github.com/eikeon/tweet"
"github.com/stathat/go"
"launchpad.net/goamz/aws"
package main
import (
"bufio"
"io"
"flag"
"log"
"fmt"
"os"
"os/exec"
@eikeon
eikeon / merge.go
Last active December 11, 2015 05:08
package main
import (
"log"
"time"
"github.com/eikeon/funnelsort"
"github.com/eikeon/tweet"
"github.com/stathat/go"
"launchpad.net/goamz/aws"
@eikeon
eikeon / split.go
Last active December 10, 2015 20:18
package main
import (
"bufio"
"compress/gzip"
"encoding/binary"
"encoding/json"
"fmt"
"io"
"log"
package main
import (
"io"
"log"
"os"
"os/exec"
"path"
"strings"
"time"