text
stringlengths
9
39.2M
dir
stringlengths
25
226
lang
stringclasses
163 values
created_date
timestamp[s]
updated_date
timestamp[s]
repo_name
stringclasses
751 values
repo_full_name
stringclasses
752 values
star
int64
1.01k
183k
len_tokens
int64
1
18.5M
```c++ /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #include "jqnetwork_server.h" // Qt lib import #include <QDebug> #include <QTcpServer> #include <QThread> #include <QMetaObject> // JQNetwork lib import #inc...
/content/code_sandbox/library/JQNetwork/src/jqnetwork_server.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
2,237
```c++ /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #include "jqnetwork_client.h" // Qt lib import #include <QDebug> #include <QThread> #include <QSemaphore> #include <QJsonArray> #include <QJsonObject> #includ...
/content/code_sandbox/library/JQNetwork/src/jqnetwork_client.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
6,030
```c++ /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #include "jqnetwork_package.h" // Qt lib import #include <QDebug> #include <QJsonObject> #include <QJsonDocument> #include <QFileInfo> #include <QDateTime> #...
/content/code_sandbox/library/JQNetwork/src/jqnetwork_package.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
3,738
```c++ /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #include "jqnetwork_lan.h" // Qt lib import #include <QDebug> #include <QUdpSocket> #include <QTimer> #include <QJsonDocument> #include <QJsonObject> #include...
/content/code_sandbox/library/JQNetwork/src/jqnetwork_lan.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
2,915
```c++ /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #include "jqnetwork_clientforqml.h" // Qt lib import #include <QDebug> #include <QJsonObject> #include <QJsonDocument> #include <QMetaObject> // JQNetwork li...
/content/code_sandbox/library/JQNetwork/src/jqnetwork_clientforqml.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
825
```unknown /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #include <JQNetworkFoundation> #include <JQNetworkPackage> #include <JQNetworkConnect> #include <JQNetworkConnectPool> #include <JQNetworkServer> #include ...
/content/code_sandbox/library/JQNetwork/include/JQNetwork
unknown
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
116
```c++ /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #include "jqnetwork_connectpool.h" // Qt lib import #include <QDebug> #include <QTimer> // JQNetwork lib import #include <JQNetworkConnect> using namespace ...
/content/code_sandbox/library/JQNetwork/src/jqnetwork_connectpool.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
2,072
```objective-c /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef JQNETWORK_INCLUDE_JQNETWORK_CONNECTPOOL_H_ #define JQNETWORK_INCLUDE_JQNETWORK_CONNECTPOOL_H_ // JQNetwork lib import #include <JQNetworkFound...
/content/code_sandbox/library/JQNetwork/include/jqnetwork_connectpool.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,249
```unknown /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #include "jqnetwork_connectpool.h" ```
/content/code_sandbox/library/JQNetwork/include/JQNetworkConnectPool
unknown
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
46
```unknown /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #include "jqnetwork_client.h" ```
/content/code_sandbox/library/JQNetwork/include/JQNetworkClient
unknown
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
45
```unknown /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #include "jqnetwork_server.h" ```
/content/code_sandbox/library/JQNetwork/include/JQNetworkServer
unknown
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
45
```sourcepawn /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef JQNETWORK_INCLUDE_JQNETWORK_CLIENGFORQML_INC_ #define JQNETWORK_INCLUDE_JQNETWORK_CLIENGFORQML_INC_ // JQNetwork lib import #include "jqnetwork...
/content/code_sandbox/library/JQNetwork/include/jqnetwork_clientforqml.inc
sourcepawn
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
128
```sourcepawn /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef JQNETWORK_INCLUDE_JQNETWORK_PROCESSOR_INC_ #define JQNETWORK_INCLUDE_JQNETWORK_PROCESSOR_INC_ // JQNetwork lib import #include "jqnetwork_proce...
/content/code_sandbox/library/JQNetwork/include/jqnetwork_processor.inc
sourcepawn
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
131
```unknown /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #include "jqnetwork_processor.h" ```
/content/code_sandbox/library/JQNetwork/include/JQNetworkProcessor
unknown
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
45
```objective-c /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef JQNETWORK_INCLUDE_JQNETWORK_LAN_H_ #define JQNETWORK_INCLUDE_JQNETWORK_LAN_H_ // JQNetwork lib import #include <JQNetworkFoundation> struct J...
/content/code_sandbox/library/JQNetwork/include/jqnetwork_lan.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
844
```objective-c /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef JQNETWORK_INCLUDE_JQNETWORK_PACKAGE_H_ #define JQNETWORK_INCLUDE_JQNETWORK_PACKAGE_H_ // Qt lib import #include <QVariant> // JQNetwork lib i...
/content/code_sandbox/library/JQNetwork/include/jqnetwork_package.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
924
```unknown /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #include "jqnetwork_clientforqml.h" ```
/content/code_sandbox/library/JQNetwork/include/JQNetworkClientForQml
unknown
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
47
```sourcepawn /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef JQNETWORK_INCLUDE_JQNETWORK_SERVER_INC_ #define JQNETWORK_INCLUDE_JQNETWORK_SERVER_INC_ // JQNetwork lib import #include "jqnetwork_server.h" ...
/content/code_sandbox/library/JQNetwork/include/jqnetwork_server.inc
sourcepawn
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
988
```sourcepawn /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef JQNETWORK_INCLUDE_JQNETWORK_CLIENG_INC_ #define JQNETWORK_INCLUDE_JQNETWORK_CLIENG_INC_ // JQNetwork lib import #include "jqnetwork_client.h" ...
/content/code_sandbox/library/JQNetwork/include/jqnetwork_client.inc
sourcepawn
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,636
```unknown /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #include "jqnetwork_connect.h" ```
/content/code_sandbox/library/JQNetwork/include/JQNetworkConnect
unknown
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
45
```objective-c /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef JQNETWORK_INCLUDE_JQNETWORK_FOUNDATION_H_ #define JQNETWORK_INCLUDE_JQNETWORK_FOUNDATION_H_ // C++ lib import #include <functional> #include <...
/content/code_sandbox/library/JQNetwork/include/jqnetwork_foundation.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,628
```sourcepawn /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef JQNETWORK_INCLUDE_JQNETWORK_LAN_INC_ #define JQNETWORK_INCLUDE_JQNETWORK_LAN_INC_ // JQNetwork lib import #include "jqnetwork_lan.h" inline JQ...
/content/code_sandbox/library/JQNetwork/include/jqnetwork_lan.inc
sourcepawn
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
372
```objective-c /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef JQNETWORK_INCLUDE_JQNETWORK_SERVER_H_ #define JQNETWORK_INCLUDE_JQNETWORK_SERVER_H_ // JQNetwork lib import #include <JQNetworkFoundation> st...
/content/code_sandbox/library/JQNetwork/include/jqnetwork_server.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,131
```unknown /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #include "jqnetwork_encrypt.h" ```
/content/code_sandbox/library/JQNetwork/include/JQNetworkEncrypt
unknown
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
45
```unknown /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #include "jqnetwork_package.h" ```
/content/code_sandbox/library/JQNetwork/include/JQNetworkPackage
unknown
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
45
```sourcepawn /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef JQNETWORK_INCLUDE_JQNETWORK_CONNECTPOOL_INC_ #define JQNETWORK_INCLUDE_JQNETWORK_CONNECTPOOL_INC_ // JQNetwork lib import #include "jqnetwork_c...
/content/code_sandbox/library/JQNetwork/include/jqnetwork_connectpool.inc
sourcepawn
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
826
```sourcepawn /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef JQNETWORK_INCLUDE_JQNETWORK_CONNECT_INC_ #define JQNETWORK_INCLUDE_JQNETWORK_CONNECT_INC_ // JQNetwork lib import #include "jqnetwork_connect.h...
/content/code_sandbox/library/JQNetwork/include/jqnetwork_connect.inc
sourcepawn
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
868
```objective-c /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef JQNETWORK_INCLUDE_JQNETWORK_CLIENGFORQML_H_ #define JQNETWORK_INCLUDE_JQNETWORK_CLIENGFORQML_H_ // Qt lib import #include <QJSValue> #include ...
/content/code_sandbox/library/JQNetwork/include/jqnetwork_clientforqml.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
516
```sourcepawn /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef JQNETWORK_INCLUDE_JQNETWORK_PACKAGE_INC_ #define JQNETWORK_INCLUDE_JQNETWORK_PACKAGE_INC_ // JQNetwork lib import #include "jqnetwork_package.h...
/content/code_sandbox/library/JQNetwork/include/jqnetwork_package.inc
sourcepawn
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,051
```unknown /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #include "jqnetwork_lan.h" ```
/content/code_sandbox/library/JQNetwork/include/JQNetworkLan
unknown
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
46
```objective-c /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef JQNETWORK_INCLUDE_JQNETWORK_CONNECT_H_ #define JQNETWORK_INCLUDE_JQNETWORK_CONNECT_H_ // JQNetwork lib import #include <JQNetworkFoundation> ...
/content/code_sandbox/library/JQNetwork/include/jqnetwork_connect.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
2,391
```unknown /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #include "jqnetwork_foundation.h" ```
/content/code_sandbox/library/JQNetwork/include/JQNetworkFoundation
unknown
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
46
```sourcepawn /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef JQNETWORK_INCLUDE_JQNETWORK_FOUNDATION_INC_ #define JQNETWORK_INCLUDE_JQNETWORK_FOUNDATION_INC_ // JQNetwork lib import #include "jqnetwork_fou...
/content/code_sandbox/library/JQNetwork/include/jqnetwork_foundation.inc
sourcepawn
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
403
```objective-c /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef JQNETWORK_INCLUDE_JQNETWORK_PROCESSOR_H_ #define JQNETWORK_INCLUDE_JQNETWORK_PROCESSOR_H_ // JQNetwork lib import #include <JQNetworkFoundatio...
/content/code_sandbox/library/JQNetwork/include/jqnetwork_processor.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,412
```objective-c /* This file is part of JQNetwork Library introduce: path_to_url Contact email: Jason@JasonServer.com GitHub: path_to_url */ #ifndef JQNETWORK_INCLUDE_JQNETWORK_CLIENG_H_ #define JQNETWORK_INCLUDE_JQNETWORK_CLIENG_H_ // JQNetwork lib import #include <JQNetworkFoundation> st...
/content/code_sandbox/library/JQNetwork/include/jqnetwork_client.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
2,693
```qmake # # This file is part of JQLibrary # # # Contact email: 188080501@qq.com # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the # "Software"), to deal in the Software without restriction, including # without limita...
/content/code_sandbox/library/JQLibrary/JQZopfli.pri
qmake
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
653
```qmake # # This file is part of JQLibrary # # Library introduce: path_to_url # # # Contact email: Jason@JasonServer.com # # GitHub: path_to_url # INCLUDEPATH *= \ $$PWD/include/JQQRCodeWriter/ # JQQRCodeWriter JQQRCODEWRITER_VERSIONSTRING = 1.6 # Qt5.6 lessThan( QT_MAJOR_VERSION, 5 ) | lessThan( QT_MIN...
/content/code_sandbox/library/JQLibrary/JQQRCodeWriter.pri
qmake
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,086
```qmake # # This file is part of JQLibrary # # Library introduce: path_to_url # # # Contact email: Jason@JasonServer.com # # GitHub: path_to_url # INCLUDEPATH *= \ $$PWD/include/JQQRCodeReader/ # JQQRCodeReader JQQRCODEREADER_VERSIONSTRING = 1.6 # Qt5.6 lessThan( QT_MAJOR_VERSION, 5 ) | lessThan( QT_MIN...
/content/code_sandbox/library/JQLibrary/JQQRCodeReader.pri
qmake
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
3,151
```qmake # # This file is part of JQLibrary # # # Contact email: 188080501@qq.com # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the # "Software"), to deal in the Software without restriction, including # without limita...
/content/code_sandbox/library/JQLibrary/JQGuetzli.pri
qmake
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
423
```qmake # # This file is part of JQLibrary # # # Contact email: 188080501@qq.com # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the # "Software"), to deal in the Software without restriction, including # without limita...
/content/code_sandbox/library/JQLibrary/JQLibrary.pri
qmake
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,660
```c++ /* This file is part of JQLibrary Contact email: 188080501@qq.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation...
/content/code_sandbox/library/JQLibrary/src/JQFile.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
2,348
```c++ /* This file is part of JQLibrary Contact email: 188080501@qq.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation...
/content/code_sandbox/library/JQLibrary/src/JQBarcode.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
2,396
```c++ /* This file is part of JQLibrary Contact email: 188080501@qq.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/JQQRCodeWriter.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
780
```unknown m4_define([__MAJOR_VERSION], [3])dnl m4_define([__MINOR_VERSION], [4])dnl m4_define([__MICRO_VERSION], [4])dnl m4_define([__VERSION], [__MAJOR_VERSION.__MINOR_VERSION.__MICRO_VERSION])dnl AC_INIT(QRencode, __VERSION) MAJOR_VERSION=__MAJOR_VERSION MINOR_VERSION=__MINOR_VERSION MICRO_VERSION=__MICRO_VERSION A...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/configure.ac
unknown
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,231
```objective-c /* * qrencode - QR Code encoder * * Masking. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied war...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/mask.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
298
```objective-c /* config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H /* Define if you have the iconv() function and it works. */ #undef HAVE_ICONV /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H ...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/config.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
607
```unknown %define ver 3.4.4 %define rel 1 Name: qrencode Version: %{ver} Release: %{rel}%{?dist} Summary: Libqrencode is a library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Cod...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/qrencode.spec
unknown
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
715
```shell #!/bin/sh set -e if [ `uname -s` = Darwin ]; then LIBTOOLIZE=glibtoolize else LIBTOOLIZE=libtoolize fi ACLOCAL_OPT="" if [ -d /usr/local/share/aclocal ]; then ACLOCAL_OPT="-I /usr/local/share/aclocal" elif [ -d /opt/local/share/aclocal ]; then ACLOCAL_OPT="-I /opt/local/share/aclocal" elif [...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/autogen.sh
shell
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
175
```unknown Micro QR code encoding is not tested well. Documents (not only the README, but also the manual of the library) needs revision of grammer, spell or to resolve ambiguity or incomplete descriptions. Feel really free to send us your revision. ```
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/TODO
unknown
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
50
```c++ /* This file is part of JQLibrary Contact email: 188080501@qq.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation...
/content/code_sandbox/library/JQLibrary/src/JQFoundation.cpp
c++
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
8,729
```c /* * qrencode - QR Code encoder * * Input data chunk class * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/qrinput.c
c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
11,385
```unknown .TH QRENCODE 1 "Oct. 9, 2012" "qrencode @VERSION@" .SH NAME qrencode \- Encode input data in a QR Code and save as a PNG or EPS image. .SH SYNOPSIS .B "qrencode" [OPTION]... [STRING] .SH DESCRIPTION Libqrencode is a library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/qrencode.1.in
unknown
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,063
```unknown prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: libqrencode Description: A QR Code encoding library Version: @VERSION@ Libs: -L${libdir} -lqrencode Libs.private: @LIBPTHREAD@ Cflags: -I${includedir} ```
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/libqrencode.pc.in
unknown
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
76
```unknown libqrencode NEWS - Overview of changes ====================================== Version 3.4.4 (2014.7.24) ------------------------- * Bug fix release. (Thanks to Yoshimichi Inoue) * New option "--verbose" has been added to the command line tool. Release Note: When only one symbol is generated in structured-a...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/NEWS
unknown
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
2,629
```objective-c /* * qrencode - QR Code encoder * * Input data chunk class * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even t...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/qrinput.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
739
```objective-c /* * qrencode - QR Code encoder * * Input data splitter. * * The following data / specifications are taken from * "Two dimensional symbol -- QR-code -- Basic Specification" (JIS X0510:2004) * or * "Automatic identification and data capture techniques -- * QR Code 2005 bar code symbology speci...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/split.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
388
```c /* * qrencode - QR Code encoder * * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTAB...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/qrencode.c
c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
5,828
```objective-c /* * qrencode - QR Code encoder * * Micro QR Code specification in convenient format. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * * This library is distributed in the hope that it will be useful, * but WITHOUT ...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/mqrspec.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
861
```unknown 2014.07.24 Kentaro FUKUCHI <kentaro@fukuchi.org> * qrinput.c: - Code refactoring (QRinput_Struct_count has been added). - And more code cleanups. - Avoid to add a Structued-append chunk when only one symbol is generated. * tests/test_qrinput.c: - New test has been added. * qrinput.c, qren...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/ChangeLog
unknown
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
11,052
```m4sugar ```
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/acinclude.m4
m4sugar
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1
```m4sugar # generated automatically by aclocal 1.14.1 -*- Autoconf -*- # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/aclocal.m4
m4sugar
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
127,348
```objective-c /** * qrencode - QR Code encoder * * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of *...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/qrencode.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
4,798
```objective-c /* * qrencode - QR Code encoder * * Binary sequence class. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even t...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/bitstream.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
265
```c /* * qrencode - QR Code encoder * * Micor QR Code specification in convenient format. * * The following data / specifications are taken from * "Two dimensional symbol -- QR-code -- Basic Specification" (JIS X0510:2004) * or * "Automatic identification and data capture techniques -- * QR Code 2005 bar ...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/mqrspec.c
c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
2,240
```objective-c /* * qrencode - QR Code encoder * * Reed solomon encoder. This code is taken from Phil Karn's libfec then * editted and packed into a pair of .c and .h files. * * * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * * ...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/rscode.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
266
```c /** * qrencode - QR Code encoder * * QR Code encoding tool * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/qrenc.c
c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
9,296
```objective-c /** * qrencode - QR Code encoder * * Header for test use * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/qrencode_inner.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
489
```c /* * qrencode - QR Code encoder * * Input data splitter. * * The following data / specifications are taken from * "Two dimensional symbol -- QR-code -- Basic Specification" (JIS X0510:2004) * or * "Automatic identification and data capture techniques -- * QR Code 2005 bar code symbology specification" (...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/split.c
c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
2,403
```objective-c /* * qrencode - QR Code encoder * * QR Code specification in convenient format. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WA...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/qrspec.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,137
```c /* * qrencode - QR Code encoder * * Masking. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of ...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/mask.c
c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
2,287
```unknown %define ver @VERSION@ %define rel 1 Name: qrencode Version: %{ver} Release: %{rel}%{?dist} Summary: Libqrencode is a library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/qrencode.spec.in
unknown
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
711
```objective-c /* * qrencode - QR Code encoder * * Masking for Micro QR Code. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without ev...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/mmask.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
261
```c /* * qrencode - QR Code encoder * * Binary sequence class. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/bitstream.c
c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,234
```c /* * qrencode - QR Code encoder * * Masking for Micro QR Code. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the imp...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/mmask.c
c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,151
```unknown libqrencode 3.4.4 - QR Code encoding library GENERAL INFORMATION =================== Libqrencode is a library for encoding data in a QR Code symbol, a 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters and has ...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/README
unknown
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,057
```c /* * qrencode - QR Code encoder * * Reed solomon encoder. This code is taken from Phil Karn's libfec then * editted and packed into a pair of .c and .h files. * * * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * * This libra...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/rscode.c
c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
2,532
```unknown # Doxyfile 1.7.6.1 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project. # # All text after a hash (#) is considered a comment and will be ignored. # The format is: # TAG = value [value, ...] # For lists items can also be appended using: #...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/Doxyfile
unknown
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
17,386
```c /* * qrencode - QR Code encoder * * QR Code specification in convenient format. * * The following data / specifications are taken from * "Two dimensional symbol -- QR-code -- Basic Specification" (JIS X0510:2004) * or * "Automatic identification and data capture techniques -- * QR Code 2005 bar code s...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/qrspec.c
c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
6,509
```unknown GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. [This is the first releas...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/COPYING
unknown
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
4,889
```c #include <stdio.h> #include <stdlib.h> #include <sys/time.h> #include <pthread.h> #include <time.h> #include <errno.h> #include "../qrencode.h" #define THREADS (10) static pthread_t threads[THREADS]; struct timeval tv; void timerStart(const char *str) { printf("%s: START\n", str); gettimeofday(&tv, NULL); } ...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/tests/pthread_qrencode.c
c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
599
```c #include <stdio.h> #include <string.h> #include <stdarg.h> #include "common.h" #include "../qrspec.h" #include "../qrinput.h" #include "../mask.h" #include "../split.h" #include "../bitstream.h" static int inputTest(QRinput_List *list, const char *fmt, ...) { va_list ap; int size; QRencodeMode mode; int i, er...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/tests/test_split.c
c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
4,259
```c /* * This tool creates a frame pattern data for debug purpose used by * test_qrspec. test_qrspec and create_frame_pattern uses the same function * of libqrencode. This means the test is meaningless if test_qrspec is run * with a pattern data created by create_frame_pattern of the same version. * In order to t...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/tests/create_frame_pattern.c
c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,114
```objective-c #ifndef __DECODER_H__ #define __DECODER_H__ #include "../qrencode.h" typedef struct _DataChunk { QRencodeMode mode; int size; int bits; unsigned char *data; struct _DataChunk *next; } DataChunk; typedef struct { int size; unsigned char *data; int mqr; int version; QRecLevel level; DataChunk...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/tests/decoder.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
357
```c #include <stdio.h> #include <string.h> #include <errno.h> #include "common.h" #include "../qrencode_inner.h" #include "../qrspec.h" #include "../mqrspec.h" #include "../qrinput.h" #include "../mask.h" #include "../rscode.h" #include "../split.h" #include "decoder.h" static const char decodeAnTable[45] = { '0', '...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/tests/test_qrencode.c
c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
11,472
```c #include <stdio.h> #include <string.h> #include <errno.h> #include "common.h" #include "../qrinput.h" #include "../qrencode_inner.h" #include "../split.h" #include "decoder.h" int encodeAndCheckBStream(int mqr, int version, QRecLevel level, QRencodeMode mode, char *data, char *correct) { QRinput *input; BitStre...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/tests/test_qrinput.c
c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
8,050
```unknown #! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for QRencode 3.4.4. # # # # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## -------------------- ## ## M4sh...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/configure
unknown
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
157,120
```c #include <stdio.h> #include <string.h> #include "common.h" #include "../qrencode_inner.h" #include "../qrinput.h" #include "../rscode.h" /* See pp. 73 of JIS X0510:2004 */ void test_rscode1(void) { QRinput *stream; QRRawCode *code; static const char str[9] = "01234567"; static unsigned char correct[26] = { ...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/tests/test_rs.c
c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
333
```c #include <stdio.h> #include <string.h> #include <unistd.h> #include <SDL.h> #include <getopt.h> #include <errno.h> #include "../config.h" #include "../qrspec.h" #include "../qrinput.h" #include "../split.h" #include "../qrencode_inner.h" static SDL_Surface *screen = NULL; static int casesensitive = 1; static int ...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/tests/view_qrcode.c
c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
3,798
```c #include <stdio.h> #include <stdlib.h> #include <string.h> #include <iconv.h> #include "../qrspec.h" #include "../bitstream.h" #include "../mask.h" #include "../mqrspec.h" #include "../mmask.h" #include "decoder.h" static unsigned int bitToInt(unsigned char *bits, int length) { int i; unsigned int val = 0; fo...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/tests/decoder.c
c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
7,360
```c #include <stdio.h> #include <stdlib.h> #include <string.h> #include "common.h" #include "../qrinput.h" QRinput *gstream; void test_numbit(void) { QRinput *stream; char num[9]="01234567"; int bits; testStart("Estimation of Numeric stream (8 digits)"); stream = QRinput_new(); QRinput_append(stream, QR_MODE_...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/tests/test_estimatebit.c
c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,033
```c #include <stdio.h> #include <string.h> #include "common.h" #include "../mqrspec.h" unsigned char v4frame[] = { 0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,0xc0,0x91,0x90,0x91,0x90,0x91,0x90,0x91,0x90,0x91, 0xc1,0xc0,0xc0,0xc0,0xc0,0xc0,0xc1,0xc0,0x84,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0xc1,0xc0,0xc1,0xc1,0xc1,0xc...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/tests/test_mqrspec.c
c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
2,228
```c #include <stdio.h> #include <string.h> #include "common.h" #include "../mmask.h" #include "../mqrspec.h" char dot[2] = {'_', '#'}; static char *maskPatterns[4] = { /* i mod 2 = 0 */ "######" "______" "######" "______" "######" "______", /* ((i div 2) + (j div 3)) mod 2 = 0 */ "###___" "###___" "___###"...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/tests/test_mmask.c
c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,003
```c #include <stdio.h> #include <stdlib.h> #include <sys/time.h> #include <time.h> #include <errno.h> #include "../qrencode.h" struct timeval tv; void timerStart(const char *str) { printf("%s: START\n", str); gettimeofday(&tv, NULL); } void timerStop(void) { struct timeval tc; gettimeofday(&tc, NULL); printf("...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/tests/prof_qrencode.c
c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
426
```c #include <stdio.h> #include <string.h> #include "common.h" #include "../qrspec.h" #include "../qrencode_inner.h" #include "decoder.h" void print_eccTable(void) { int i, j; int ecc; int data; int spec[5]; for(i=1; i<=QRSPEC_VERSION_MAX; i++) { printf("Version %2d\n", i); for(j=0; j<4; j++) { QRspec_ge...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/tests/test_qrspec.c
c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
2,904
```c /* * This tool creates a frame pattern data for debug purpose used by * test_qrspec. test_qrspec and create_frame_pattern uses the same function * of libqrencode. This means the test is meaningless if test_qrspec is run * with a pattern data created by create_frame_pattern of the same version. * In order to t...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/tests/create_mqr_frame_pattern.c
c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,119
```c #include <stdio.h> #include <string.h> #include "common.h" #include "../mask.h" #include "../qrspec.h" #include "decoder.h" char dot[2] = {'_', '#'}; static char *maskPatterns[8] = { /* (i + j) mod 2 = 0 */ "#_#_#_" "_#_#_#" "#_#_#_" "_#_#_#" "#_#_#_" "_#_#_#", /* i mod 2 = 0 */ "######" "______" "####...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/tests/test_mask.c
c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
4,116
```c #include <stdio.h> #include <string.h> #include "common.h" #include "../bitstream.h" void test_null(void) { BitStream *bstream; testStart("Empty stream"); bstream = BitStream_new(); assert_zero(BitStream_size(bstream), "Size of empty BitStream is not 0.\n"); assert_null(BitStream_toByte(bstream), "BitStream...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/tests/test_bitstream.c
c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,544
```objective-c /* * common part of test units. */ #ifndef __COMMON_H__ #define __COMMON_H__ #include <stdlib.h> #include "../config.h" #include "../qrencode.h" #include "../qrinput.h" #include "../bitstream.h" #include "../qrencode_inner.h" #define testStart(__arg__) (testStartReal(__func__, __arg__)) #define test...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/tests/common.h
objective-c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
1,322
```shell #!/bin/sh -e ./test_bitstream ./test_estimatebit ./test_qrencode ./test_qrinput ./test_qrspec ./test_rs ./test_split ./test_mask ./test_mqrspec ./test_mmask ./test_monkey ```
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/tests/test_all.sh
shell
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
64
```c #include <stdio.h> #include <string.h> #include <errno.h> #include "common.h" #include "../qrinput.h" #include "../split.h" #include "../qrspec.h" #include "decoder.h" #define MAX_LENGTH 7091 static unsigned char data[MAX_LENGTH]; static unsigned char check[MAX_LENGTH]; static const char *AN = "0123456789ABCDEFG...
/content/code_sandbox/library/JQLibrary/src/JQQRCodeWriter/qrencode/tests/test_monkey.c
c
2016-05-15T04:09:51
2024-08-15T07:23:05
JQTools
188080501/JQTools
1,683
4,077