Skip to content

Commit b4dedcc

Browse files
committed
format files
1 parent 45e9e6d commit b4dedcc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+3326
-3326
lines changed

LICENSE

+201-201
Large diffs are not rendered by default.

_syso/favicon.manifest

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
3-
<assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="SomeFunkyNameHere" type="win32"/>
4-
<dependency>
5-
<dependentAssembly>
6-
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>
7-
</dependentAssembly>
8-
</dependency>
9-
<asmv3:application>
10-
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
11-
<dpiAware>true</dpiAware>
12-
</asmv3:windowsSettings>
13-
</asmv3:application>
14-
</assembly>
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
3+
<assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="SomeFunkyNameHere" type="win32"/>
4+
<dependency>
5+
<dependentAssembly>
6+
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>
7+
</dependentAssembly>
8+
</dependency>
9+
<asmv3:application>
10+
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
11+
<dpiAware>true</dpiAware>
12+
</asmv3:windowsSettings>
13+
</asmv3:application>
14+
</assembly>

doc/server.png

-60.7 KB
Loading

ext/barcode/LICENSE

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
The MIT License (MIT)
2-
3-
Copyright (c) 2014 Florian Sundermann
4-
5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
11-
12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
14-
15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2014 Florian Sundermann
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

ext/barcode/README.md

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
##Introduction##
2-
This is a package for GO which can be used to create different types of barcodes.
3-
4-
##Supported Barcode Types##
5-
* Codabar
6-
* Code 128
7-
* Code 39
8-
* EAN 8
9-
* EAN 13
10-
* Datamatrix
11-
* QR Codes
12-
* 2 of 5
13-
14-
##Documentation##
15-
See [GoDoc](https://godoc.org/github.com/boombuler/barcode)
16-
17-
To create a barcode use the Encode function from one of the subpackages.
1+
##Introduction##
2+
This is a package for GO which can be used to create different types of barcodes.
3+
4+
##Supported Barcode Types##
5+
* Codabar
6+
* Code 128
7+
* Code 39
8+
* EAN 8
9+
* EAN 13
10+
* Datamatrix
11+
* QR Codes
12+
* 2 of 5
13+
14+
##Documentation##
15+
See [GoDoc](https://godoc.org/github.com/boombuler/barcode)
16+
17+
To create a barcode use the Encode function from one of the subpackages.

ext/otp/.travis.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
language: go
2-
3-
go:
4-
- 1.5
5-
- 1.6
6-
- tip
1+
language: go
2+
3+
go:
4+
- 1.5
5+
- 1.6
6+
- tip

0 commit comments

Comments
 (0)