This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copyright 2014 The Go Authors. All rights reserved. | |
// Use of this source code is governed by a BSD-style | |
// license that can be found in the LICENSE file. | |
package draw | |
import ( | |
"image" | |
"image/color" | |
"math" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copyright 2014 The Go Authors. All rights reserved. | |
// Use of this source code is governed by a BSD-style | |
// license that can be found in the LICENSE file. | |
package draw | |
import ( | |
"image" | |
"image/color" | |
"math" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Camera make="AVT" model="F-080C" mode="chdk"> | |
<CFA2 width="2" height="2"> | |
<ColorRow y="0">RG</ColorRow> | |
<ColorRow y="1">GB</ColorRow> | |
</CFA2> | |
<Crop x="0" y="0" width="0" height="0"/> | |
<Sensor black="0" white="255"/> | |
<Hints> | |
<Hint name="filesize" value="786432"/> | |
<Hint name="bits" value="8"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"encoding/xml" | |
"fmt" | |
"io" | |
"net/http" | |
"os" | |
"strings" | |
"sync" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"encoding/json" | |
"fmt" | |
"github.com/pquerna/ffjson/ffjson" | |
"io" | |
"log" | |
"net/http/httptest" | |
"runtime" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package bench | |
import ( | |
na "github.com/akualab/narray/na64" | |
"math" | |
"testing" | |
) | |
func benchmarkMin(bench *testing.B, size int, useGo bool) { | |
a := na.New(size) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ID make="Canon" model="EOS 1000D">Canon EOS 1000D</ID> | |
<ID make="Canon" model="EOS 100D">Canon EOS 100D</ID> | |
<ID make="Canon" model="EOS 10D">Canon EOS 10D</ID> | |
<ID make="Canon" model="EOS 1100D">Canon EOS 1100D</ID> | |
<ID make="Canon" model="EOS 1200D">Canon EOS 1200D</ID> | |
<ID make="Canon" model="EOS 20D">Canon EOS 20D</ID> | |
<ID make="Canon" model="EOS 20Da">Canon EOS 20Da</ID> | |
<ID make="Canon" model="EOS 300D">Canon EOS 300D</ID> | |
<ID make="Canon" model="EOS 30D">Canon EOS 30D</ID> | |
<ID make="Canon" model="EOS 350D">Canon EOS 350D</ID> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"encoding/xml" | |
"fmt" | |
"io/ioutil" | |
"os" | |
"path/filepath" | |
"strings" | |
"time" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package controllers | |
import ( | |
"os" | |
fpath "path/filepath" | |
"strings" | |
"syscall" | |
"github.com/revel/revel" | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"bytes" | |
"flag" | |
"fmt" | |
"io/ioutil" | |
"os" | |
"path/filepath" | |
) |
OlderNewer