text
stringlengths
9
39.2M
dir
stringlengths
26
295
lang
stringclasses
185 values
created_date
timestamp[us]
updated_date
timestamp[us]
repo_name
stringlengths
1
97
repo_full_name
stringlengths
7
106
star
int64
1k
183k
len_tokens
int64
1
13.8M
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * FormatException.cpp * zxing * * Created by Christian Brunschen on 13/05/2008. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, e...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/FormatException.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
153
```objective-c // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- #ifndef __NOT_FOUND_EXCEPTION_H__ #define __NOT_FOUND_EXCEPTION_H__ /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either exp...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/NotFoundException.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
135
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * LuminanceSource.cpp * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <sstream> ...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/LuminanceSource.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
608
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * Binarizer.cpp * zxing * * Created by Ralf Kistner on 16/10/2009. * Modified by Lukasz Warchol on 02/02/2010. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRAN...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/Binarizer.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
225
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * DecodeHintType.cpp * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/Deco...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/DecodeHints.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,200
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * ResultPoint.cpp * zxing * * Created by Christian Brunschen on 13/05/2008. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, eithe...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/ResultPoint.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
942
```objective-c #ifndef __FORMAT_EXCEPTION_H__ #define __FORMAT_EXCEPTION_H__ /* * FormatException.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/ReaderE...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/FormatException.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
124
```c++ /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/multi/ByQuadrantReader.h> #include <zxing/ReaderException.h> namespace zxing { namespace multi { ByQuadrantRead...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/multi/ByQuadrantReader.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
505
```objective-c #ifndef __BY_QUADRANT_READER_H__ #define __BY_QUADRANT_READER_H__ /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/Reader.h> #include <zxing/BinaryBitmap...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/multi/ByQuadrantReader.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
188
```objective-c #ifndef __MULTIPLE_BARCODE_READER_H__ #define __MULTIPLE_BARCODE_READER_H__ /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/common/Counted.h> #include <...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/multi/MultipleBarcodeReader.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
197
```c++ /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/multi/MultipleBarcodeReader.h> namespace zxing { namespace multi { MultipleBarcodeReader::~MultipleBarcodeReade...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/multi/MultipleBarcodeReader.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
121
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/multi/GenericMultipleBarcodeReader.h> #i...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/multi/GenericMultipleBarcodeReader.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,062
```objective-c // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- #ifndef __GENERIC_MULTIPLE_BARCODE_READER_H__ #define __GENERIC_MULTIPLE_BARCODE_READER_H__ /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS ...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/multi/GenericMultipleBarcodeReader.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
284
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/multi/qrcode/QRCodeMultiReader.h> #inclu...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/multi/qrcode/QRCodeMultiReader.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
421
```objective-c #ifndef __QRCODE_MULTI_READER_H__ #define __QRCODE_MULTI_READER_H__ /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/multi/MultipleBarcodeReader.h> #incl...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/multi/qrcode/QRCodeMultiReader.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
168
```c++ /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/multi/qrcode/detector/MultiDetector.h> #include <zxing/multi/qrcode/detector/MultiFinderPatternFinder.h> #include...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/multi/qrcode/detector/MultiDetector.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
277
```objective-c #ifndef __MULTI_FINDER_PATTERN_FINDER_H__ #define __MULTI_FINDER_PATTERN_FINDER_H__ /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/qrcode/detector/Find...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/multi/qrcode/detector/MultiFinderPatternFinder.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
276
```objective-c #ifndef __MULTI_DETECTOR_H__ #define __MULTI_DETECTOR_H__ /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/qrcode/detector/Detector.h> #include <zxing/co...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/multi/qrcode/detector/MultiDetector.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
164
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <cmath> #include <algorithm> #include <zxing/mu...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/multi/qrcode/detector/MultiFinderPatternFinder1.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
2,374
```c++ /* * PerspectiveTransform.cpp * zxing * * Created by Christian Brunschen on 12/05/2008. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/common/PerspectiveTra...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/PerspectiveTransform.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,481
```objective-c // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- #ifndef __STRING_UTILS__ #define __STRING_UTILS__ /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/StringUtils.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
224
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * HybridBinarizer.cpp * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/com...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/HybridBinarizer.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,717
```c++ /* * GridSampler.cpp * zxing * * Created by Christian Brunschen on 18/05/2008. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/common/GridSampler.h> #include...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/GridSampler.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,149
```objective-c #ifndef __POINT_H__ #define __POINT_H__ /* * Point.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ namespace zxing { class PointI { public: int x; int...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/Point.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
165
```objective-c // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- #ifndef __GREYSCALE_LUMINANCE_SOURCE__ #define __GREYSCALE_LUMINANCE_SOURCE__ /* * GreyscaleLuminanceSource.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITH...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/GreyscaleLuminanceSource.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
300
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/common/BitArray.h> using std::vector; u...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/BitArray.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,146
```objective-c // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- #ifndef __GREYSCALE_ROTATED_LUMINANCE_SOURCE__ #define __GREYSCALE_ROTATED_LUMINANCE_SOURCE__ /* * GreyscaleRotatedLuminanceSource.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in wr...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/GreyscaleRotatedLuminanceSource.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
240
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * GreyscaleLuminanceSource.cpp * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/GreyscaleLuminanceSource.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
692
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/common/BitMatrix.h> #include <zxing/comm...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/BitMatrix.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
936
```objective-c // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- #ifndef __STR_H__ #define __STR_H__ /* * Str.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or im...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/Str.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
245
```objective-c #ifndef __GRID_SAMPLER_H__ #define __GRID_SAMPLER_H__ /* * GridSampler.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/common/Counted.h> #...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/GridSampler.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
334
```shell # libtool (GNU libtool) 2.4.2 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # ...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/use/ltmain.sh
shell
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
81,217
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * BitSource.cpp * zxing * * Created by Christian Brunschen on 09/05/2008. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either ...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/BitSource.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
504
```objective-c // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- #ifndef __GLOBALHISTOGRAMBINARIZER_H__ #define __GLOBALHISTOGRAMBINARIZER_H__ /* * GlobalHistogramBinarizer.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITH...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/GlobalHistogramBinarizer.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
290
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * GlobalHistogramBinarizer.cpp * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/GlobalHistogramBinarizer.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,878
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/common/CharacterSetECI.h> #include <zxin...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/CharacterSetECI.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,087
```c++ /* * IllegalArgumentException.cpp * zxing * * Created by Christian Brunschen on 06/05/2008. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/common/IllegalArg...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/IllegalArgumentException.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
111
```objective-c // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- #ifndef __CHARACTERSET_ECI__ #define __CHARACTERSET_ECI__ /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or im...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/CharacterSetECI.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
275
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/common/StringUtils.h> #include <zxing/D...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/StringUtils.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,789
```objective-c // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- #ifndef __ARRAY_H__ #define __ARRAY_H__ /* * Array.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/Array.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
892
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * DecoderResult.cpp * zxing * * Created by Christian Brunschen on 20/05/2008. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, eit...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/DecoderResult.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
237
```objective-c // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- #ifndef __BIT_ARRAY_H__ #define __BIT_ARRAY_H__ /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ ...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/BitArray.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
413
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * String.cpp * zxing * * Created by Christian Brunschen on 20/05/2008. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either exp...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/Str.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
299
```objective-c #ifndef __PERSPECTIVE_TANSFORM_H__ #define __PERSPECTIVE_TANSFORM_H__ /* * PerspectiveTransform.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/PerspectiveTransform.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
420
```objective-c #ifndef __DETECTOR_RESULT_H__ #define __DETECTOR_RESULT_H__ /* * DetectorResult.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/common/Cou...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/DetectorResult.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
194
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/common/BitArray.h> using zxing::BitArra...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/BitArrayIO.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
167
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * DetectorResult.cpp * zxing * * Created by Christian Brunschen on 14/05/2008. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, ei...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/DetectorResult.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
179
```objective-c #ifndef __DECODER_RESULT_H__ #define __DECODER_RESULT_H__ /* * DecoderResult.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/common/Counte...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/DecoderResult.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
227
```objective-c #ifndef __ILLEGAL_ARGUMENT_EXCEPTION_H__ #define __ILLEGAL_ARGUMENT_EXCEPTION_H__ /* * IllegalArgumentException.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied....
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/IllegalArgumentException.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
114
```objective-c // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- #ifndef __BIT_MATRIX_H__ #define __BIT_MATRIX_H__ /* * BitMatrix.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, ...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/BitMatrix.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
537
```objective-c // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- #ifndef __HYBRIDBINARIZER_H__ #define __HYBRIDBINARIZER_H__ /* * HybridBinarizer.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITION...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/HybridBinarizer.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
391
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * GreyscaleRotatedLuminanceSource.cpp * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #i...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/GreyscaleRotatedLuminanceSource.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
618
```objective-c // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- #ifndef __COUNTED_H__ #define __COUNTED_H__ /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #in...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/Counted.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
643
```objective-c #ifndef __BIT_SOURCE_H__ #define __BIT_SOURCE_H__ /* * BitSource.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/common/Array.h> namespac...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/BitSource.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
394
```objective-c // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * GenericGF.h * zxing * * Created by Lukas Stabe on 13/02/2012. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either ex...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/reedsolomon/GenericGF.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
429
```objective-c #ifndef __REED_SOLOMON_EXCEPTION_H__ #define __REED_SOLOMON_EXCEPTION_H__ /* * ReedSolomonException.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #inclu...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/reedsolomon/ReedSolomonException.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
132
```c++ /* * ReedSolomonException.cpp * zxing * * Created by Christian Brunschen on 06/05/2008. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/common/reedsolomon/Re...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/reedsolomon/ReedSolomonException.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
134
```objective-c #ifndef __REED_SOLOMON_DECODER_H__ #define __REED_SOLOMON_DECODER_H__ /* * ReedSolomonDecoder.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <me...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/reedsolomon/ReedSolomonDecoder.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
303
```objective-c // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * GenericGFPoly.h * zxing * * Created by Lukas Stabe on 13/02/2012. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, eithe...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/reedsolomon/GenericGFPoly.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
327
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * Created by Christian Brunschen on 05/05/2008. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #inclu...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/reedsolomon/ReedSolomonDecoder.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,628
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * GenericGF.cpp * zxing * * Created by Lukas Stabe on 13/02/2012. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express ...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/reedsolomon/GenericGF.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,073
```objective-c #ifndef __WHITERECTANGLEDETECTOR_H__ #define __WHITERECTANGLEDETECTOR_H__ /* * WhiteRectangleDetector.h * * * Created by Luiz Silva on 09/02/2010. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, ei...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/detector/WhiteRectangleDetector.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
340
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * GenericGFPoly.cpp * zxing * * Created by Lukas Stabe on 13/02/2012. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expr...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/reedsolomon/GenericGFPoly.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,841
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * MonochromeRectangleDetector.cpp * y_wmk * * Created by Luiz Silva on 09/02/2010. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/detector/MonochromeRectangleDetector.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,485
```objective-c // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- #ifndef __MONOCHROMERECTANGLEDETECTOR_H__ #define __MONOCHROMERECTANGLEDETECTOR_H__ /* * MonochromeRectangleDetector.h * y_wmk * * Created by Luiz Silva on 09/02/2010. * * * path_to_url * * Unless required by appl...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/detector/MonochromeRectangleDetector.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
371
```objective-c // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- #ifndef __ZXING_COMMON_DETECTOR_MATHUTILS_H__ #define __ZXING_COMMON_DETECTOR_MATHUTILS_H__ /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS O...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/detector/MathUtils.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
316
```objective-c // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- #ifndef __ZXING_COMMON_DETECTOR_MATH_H__ #define __ZXING_COMMON_DETECTOR_MATH_H__ /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/detector/JavaMath.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
150
```objective-c // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- #ifndef __QR_CODE_READER_H__ #define __QR_CODE_READER_H__ /* * QRCodeReader.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/QRCodeReader.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
195
```objective-c #ifndef __ERROR_CORRECTION_LEVEL_H__ #define __ERROR_CORRECTION_LEVEL_H__ /* * ErrorCorrectionLevel.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #inclu...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/ErrorCorrectionLevel.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
227
```objective-c #ifndef __FORMAT_INFORMATION_H__ #define __FORMAT_INFORMATION_H__ /* * FormatInformation.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/q...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/FormatInformation.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
290
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * WhiteRectangleDetector.cpp * y_wmk * * Created by Luiz Silva on 09/02/2010. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, eit...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/common/detector/WhiteRectangleDetector.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
2,495
```c++ /* * FormatInformation.cpp * zxing * * Created by Christian Brunschen on 18/05/2008. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/qrcode/FormatInformation...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/FormatInformation.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,404
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * QRCodeReader.cpp * zxing * * Created by Christian Brunschen on 20/05/2008. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, eith...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/QRCodeReader.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
336
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * ErrorCorrectionLevel.cpp * zxing * * Created by Christian Brunschen on 15/05/2008. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KI...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/ErrorCorrectionLevel.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
383
```objective-c #ifndef __VERSION_H__ #define __VERSION_H__ /* * Version.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/common/Counted.h> #include <zxing...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/Version.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
492
```c++ /* * DataMask.cpp * zxing * * Created by Christian Brunschen on 19/05/2008. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/qrcode/decoder/DataMask.h> #incl...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/decoder/DataMask.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,098
```objective-c #ifndef __DATA_MASK_H__ #define __DATA_MASK_H__ /* * DataMask.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/common/Array.h> #include <zx...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/decoder/DataMask.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
205
```c++ /* * DataBlock.cpp * zxing * * Created by Christian Brunschen on 19/05/2008. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/qrcode/decoder/DataBlock.h> #inc...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/decoder/DataBlock2.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,028
```c++ /* * Version.cpp * zxing * * Created by Christian Brunschen on 14/05/2008. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/qrcode/Version.h> #include <zxing/...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/Version2.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
6,823
```objective-c #ifndef __DATA_BLOCK_H__ #define __DATA_BLOCK_H__ /* * DataBlock.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <vector> #include <zxing/common/...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/decoder/DataBlock.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
226
```objective-c #ifndef __BIT_MATRIX_PARSER_H__ #define __BIT_MATRIX_PARSER_H__ /* * BitMatrixParser.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/Reade...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/decoder/BitMatrixParser.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
262
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * Decoder.cpp * zxing * * Created by Christian Brunschen on 20/05/2008. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either ex...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/decoder/Decoder4.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
825
```objective-c // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- #ifndef __DECODED_BIT_STREAM_PARSER_H__ #define __DECODED_BIT_STREAM_PARSER_H__ /* * DecodedBitStreamParser.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WI...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/decoder/DecodedBitStreamParser.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
517
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * Mode.cpp * zxing * * Created by Christian Brunschen on 19/05/2008. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expre...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/decoder/Mode.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
792
```objective-c // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- #ifndef __MODE_H__ #define __MODE_H__ /* * Mode.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/decoder/Mode.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
285
```objective-c #ifndef __DECODER_H__ #define __DECODER_H__ /* * Decoder.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/common/reedsolomon/ReedSolomonDec...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/decoder/Decoder.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
190
```c++ /* * BitMatrixParser.cpp * zxing * * Created by Christian Brunschen on 20/05/2008. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/qrcode/decoder/BitMatrixPa...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/decoder/BitMatrixParser3.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,502
```objective-c // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- #ifndef __FINDER_PATTERN_H__ #define __FINDER_PATTERN_H__ /* * FinderPattern.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS O...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/detector/FinderPattern.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
241
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * DecodedBitStreamParser.cpp * zxing * * Created by Christian Brunschen on 20/05/2008. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY ...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/decoder/DecodedBitStreamParser3.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
3,748
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * FinderPattern.cpp * zxing * * Created by Christian Brunschen on 13/05/2008. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, eit...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/detector/FinderPattern.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
585
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * FinderPatternFinder.cpp * zxing * * Created by Christian Brunschen on 13/05/2008. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIN...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/detector/FinderPatternFinder2.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
4,993
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * AlignmentPattern.cpp * zxing * * Created by Christian Brunschen on 13/05/2008. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, ...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/detector/AlignmentPattern.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
353
```c++ /* * FinderPatternInfo.cpp * zxing * * Created by Christian Brunschen on 13/05/2008. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/qrcode/detector/FinderPa...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/detector/FinderPatternInfo.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
205
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing/qrcode/detector/AlignmentPatternFinder.h...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/detector/AlignmentPatternFinder.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,805
```c++ // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- /* * Detector.cpp * zxing * * Created by Christian Brunschen on 14/05/2008. * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either e...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/detector/Detector4.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
3,169
```objective-c #ifndef __FINDER_PATTERN_INFO_H__ #define __FINDER_PATTERN_INFO_H__ /* * FinderPatternInfo.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <zxing...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/detector/FinderPatternInfo.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
213
```objective-c // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- #ifndef __ALIGNMENT_PATTERN_H__ #define __ALIGNMENT_PATTERN_H__ /* * AlignmentPattern.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CO...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/detector/AlignmentPattern.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
200
```objective-c // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- #ifndef __DETECTOR_H__ #define __DETECTOR_H__ /* * Detector.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, eithe...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/detector/Detector.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
510
```objective-c #ifndef __ALIGNMENT_PATTERN_FINDER_H__ #define __ALIGNMENT_PATTERN_FINDER_H__ /* * AlignmentPatternFinder.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ ...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/detector/AlignmentPatternFinder.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
371
```objective-c // -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*- #ifndef __FINDER_PATTERN_FINDER_H__ #define __FINDER_PATTERN_FINDER_H__ /* * FinderPatternFinder.h * zxing * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRAN...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeReader/zxing/zxing/qrcode/detector/FinderPatternFinder.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
496