Some code of which I currently have no idea of it's purpose.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Georg Hopp 1a51aba1c0 Add README.md 10 years ago
gentoo use autotools now with ebuild 14 years ago
include code cleanups, made naming more consisten, etc. 14 years ago
m4 put the whole stuff in an autobuild environment 14 years ago
patches added a doxygen config as well as the patch for doxygen to handle my own class definitions. Changed all copyright to file scope 14 years ago
src code cleanups, made naming more consisten, etc. 14 years ago
tests code cleanups, made naming more consisten, etc. 14 years ago
.doxygen added a doxygen config as well as the patch for doxygen to handle my own class definitions. Changed all copyright to file scope 14 years ago
.gitignore some more work on dyntype 14 years ago
AUTHORS restructure as this is now a private project of mine and no longer related to bigpoint. It was anyways open source as it uses opensource code from another project 14 years ago
COPYING put the whole stuff in an autobuild environment 14 years ago
ChangeLog code cleanups, made naming more consisten, etc. 14 years ago
INSTALL put the whole stuff in an autobuild environment 14 years ago
Makefile.am finalize definition and initialization macro for for cclass and add -Wall to all Makefiles 14 years ago
Makefile.in finalize definition and initialization macro for for cclass and add -Wall to all Makefiles 14 years ago
NEWS put the whole stuff in an autobuild environment 14 years ago
README put the whole stuff in an autobuild environment 14 years ago
README.md Add README.md 10 years ago
aclocal.m4 put the whole stuff in an autobuild environment 14 years ago
base64.c initial checkin 14 years ago
base64.h initial checkin 14 years ago
bootstrap changed name ob build.sh to bootstrap 14 years ago
compile put the whole stuff in an autobuild environment 14 years ago
config.guess put the whole stuff in an autobuild environment 14 years ago
config.h.in put the whole stuff in an autobuild environment 14 years ago
config.sub put the whole stuff in an autobuild environment 14 years ago
configure and add newly build configure 14 years ago
configure.ac exit if needed libs not found 14 years ago
createToken.c added more convenience macros for classes and used them in the classes 14 years ago
depcomp put the whole stuff in an autobuild environment 14 years ago
install-sh put the whole stuff in an autobuild environment 14 years ago
ltmain.sh put the whole stuff in an autobuild environment 14 years ago
missing put the whole stuff in an autobuild environment 14 years ago

README.md

token

This is a C implementation of a crypted token the holds json data.

Synopsis

[unknown]

Description

The original implementation was done in PHP from me and my collegues. It took the concept and made my own implementation from it.

Requirements

  • Gnu C

Contributing

Just email me.

License

GNU General Public License Version 3 (GPLv3)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Author

Georg Hopp <georg@steffers.org>