repo_full_name
stringlengths
6
93
repo_url
stringlengths
25
112
repo_api_url
stringclasses
28 values
owner
stringclasses
28 values
repo_name
stringclasses
28 values
description
stringclasses
28 values
stars
int64
617
98.8k
forks
int64
31
355
watchers
int64
990
999
license
stringclasses
2 values
default_branch
stringclasses
2 values
repo_created_at
timestamp[s]date
2012-07-24 23:12:50
2025-06-16 08:07:28
repo_updated_at
timestamp[s]date
2026-02-23 15:23:15
2026-05-03 18:52:12
repo_topics
listlengths
0
13
repo_languages
unknown
is_fork
bool
1 class
open_issues
int64
3
104
file_path
stringlengths
3
208
file_name
stringclasses
509 values
file_extension
stringclasses
1 value
file_size_bytes
int64
101
84k
file_url
stringclasses
627 values
file_raw_url
stringclasses
627 values
file_sha
stringclasses
624 values
language
stringclasses
8 values
parsed_at
stringdate
2026-05-04 01:12:36
2026-05-04 19:41:55
text
stringlengths
100
102k
cnlohr/ch32fun
https://github.com/cnlohr/ch32fun
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
examples/dma_gpio_mem2mem/funconfig.h
null
null
null
null
null
null
C
2026-05-04T18:25:17.421370
#ifndef _FUNCONFIG_H #define _FUNCONFIG_H // Place configuration items here, you can see a full list in ch32fun/ch32fun.h // To reconfigure to a different processor, update TARGET_MCU in the Makefile #endif
cnlohr/ch32fun
https://github.com/cnlohr/ch32fun
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
examples/external_crystal/funconfig.h
null
null
null
null
null
null
C
2026-05-04T18:25:18.220181
#ifndef _FUNCONFIG_H #define _FUNCONFIG_H // Place configuration items here, you can see a full list in ch32fun/ch32fun.h // To reconfigure to a different processor, update TARGET_MCU in the Makefile #define FUNCONF_USE_HSE 1 // Use External Oscillator #define FUNCONF_USE_PLL 0 // Do not ...
cnlohr/ch32fun
https://github.com/cnlohr/ch32fun
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
examples/color_lcd/funconfig.h
null
null
null
null
null
null
C
2026-05-04T18:25:20.062821
#ifndef _FUNCONFIG_H #define _FUNCONFIG_H // Place configuration items here, you can see a full list in ch32fun/ch32fun.h // To reconfigure to a different processor, update TARGET_MCU in the Makefile #endif
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/dll_e.h
null
null
null
null
null
null
C
2026-05-04T18:25:25.794644
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ring_dll_extension_h #define ring_dll_extension_h #ifdef _WIN32 #define LoadDLL(cFileName) LoadLibrary(cFileName) #define GetDLLFunc GetProcAddress #define CloseDLL FreeLibrary typedef HINSTANCE LpHandleType; #else #if RING_MSDOS #else #...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/file_e.h
null
null
null
null
null
null
C
2026-05-04T18:25:25.796016
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ring_file_extension_h #define ring_file_extension_h /* Constants */ #define RING_VM_FILE_BUFFERSIZE "Buffer size must be >= 1" #define RING_VM_POINTER_FILE "file" #define RING_VM_POINTER_FILEPOS "filepos" #define RING_API_BADDIRECTORY "Error, C...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/genlib_e.h
null
null
null
null
null
null
C
2026-05-04T18:25:25.796984
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ring_generallib_extension_h #define ring_generallib_extension_h /* Constants */ #define C_EXPRCODESIZE 200 #define RING_VM_GENERALLIB_TIMEROVERFLOW "Error: Timer Overflow!" RING_API void ring_vm_generallib_loadfunctions(RingState *pRingState);...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/codegen.h
null
null
null
null
null
null
C
2026-05-04T18:25:25.798977
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ring_codegen_h #define ring_codegen_h /* Intermediate Code */ typedef enum IC_OPERATIONS { /* General */ ICO_NEWLINE = RING_ZERO, ICO_FILENAME, ICO_NEWCLASS, ICO_NEWFUNC, ICO_DUPLICATE, ICO_NEWOBJ, ICO_PRIVATE, ICO_NEWLABEL, /* Contro...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/ext.h
null
null
null
null
null
null
C
2026-05-04T18:25:25.800556
/* Copyright (c) 2013-2024 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ringext_h #define ringext_h /* Constants */ #define RING_VM_LISTFUNCS 1 #define RING_VM_REFMETA 1 #define RING_VM_INFO 1 #define RING_VM_MATH 1 #define RING_VM_FILE 1 #define RING_VM_OS 1 #define RING_VM_DLL 1 /* Compiler - Scanner - Reading Fil...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
applications/sudoku/v2/mylibSudoku.c
null
null
null
null
null
null
C
2026-05-04T18:25:25.801713
#include "ring.h" #include "stdlib.h" #include <stdio.h> #include <conio.h> #include <time.h> //------------------------------------ // GLOBALS // Comments at end of this file // Visual Studio C does NOT have these ?!?! // int bool = 0; // Use int int true = 1; int false = 0; int sudoku[9][9] = { {1,2,3...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/hashlib.h
null
null
null
null
null
null
C
2026-05-04T18:25:25.802691
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ring_hashlib_h #define ring_hashlib_h RING_API unsigned ring_hashlib_xorhash(unsigned char *cKey, int nLen); RING_API unsigned int ring_hashlib_murmurthree32(const char *cKey, unsigned int nLen, unsigned int nSeed); #endif
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
applications/sudoku/v3/mylibSudoku.c
null
null
null
null
null
null
C
2026-05-04T18:25:25.804235
#include "ring.h" #include "stdlib.h" #include <stdio.h> #include <conio.h> #include <time.h> //------------------------------------ // GLOBALS // Comments at end of this file // Visual Studio C does NOT have these ?!?! // int bool = 0; // Use int int true = 1; int false = 0; int sudoku[9][9] = { {1,2,3...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/general.h
null
null
null
null
null
null
C
2026-05-04T18:25:25.805361
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #include "ring.h" #ifdef _WIN32 /* Windows only */ #include <direct.h> #define GetCurrentDir _getcwd #ifndef RING_EXTENSION #include <windows.h> #endif #else #if RING_MSDOS #else #include <unistd.h> #endif #define GetCurrentDir getcwd #if...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
applications/sudoku/v3/mylibSudokuGenerator.c
null
null
null
null
null
null
C
2026-05-04T18:25:25.806729
//--------------------------------------------------------------------------- // Borland C++ Builder 6.0 //#include <vcl.h> //#pragma hdrstop //#pragma argsused #include "ring.h" #include<stdio.h> #include<stdlib.h> #include<conio.h> #include<time.h> //=================================================================...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/list_e.h
null
null
null
null
null
null
C
2026-05-04T18:25:28.623172
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ring_list_extension_h #define ring_list_extension_h void ring_vm_list_loadfunctions(RingState *pRingState); void ring_vm_listfuncs_add(void *pPointer); void ring_vm_listfuncs_del(void *pPointer); void ring_vm_listfuncs_swap(void *pPointer);...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/meta_e.h
null
null
null
null
null
null
C
2026-05-04T18:25:28.624814
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ring_refmeta_extension_h #define ring_refmeta_extension_h void ring_vm_refmeta_loadfunctions(RingState *pRingState); void ring_vm_refmeta_locals(void *pPointer); void ring_vm_refmeta_globals(void *pPointer); void ring_vm_refmeta_functions(v...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/math_e.h
null
null
null
null
null
null
C
2026-05-04T18:25:28.626011
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ring_math_extension_h #define ring_math_extension_h #define RING_VM_DECIMALSLIMIT 90 void ring_vm_math_loadfunctions(RingState *pRingState); void ring_vm_math_sin(void *pPointer); void ring_vm_math_cos(void *pPointer); void ring_vm_math_tan...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/pooldata.h
null
null
null
null
null
null
C
2026-05-04T18:25:28.627157
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ring_pooldata #define ring_pooldata /* ** Macro ** Memory pool is thread safe because ring_vm_runcodefromthread() create new state */ #define RING_USEPOOLMANAGER 1 #if RING_LOWMEM #define RING_POOLMANAGER_ITEMSINBLOCK 128 #define RING_POOLM...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/objfile.h
null
null
null
null
null
null
C
2026-05-04T18:25:28.629034
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ring_objfile_h #define ring_objfile_h /* ** Constants ** Object File Source */ #define RING_OBJFILE_READFROMFILE 1 #define RING_OBJFILE_READFROMSTRING 2 /* Embedded Object */ #define RING_OBJFILE_ITEMSPERFUNCTION 100000 #define RING_OBJFILE_I...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/ring.h
null
null
null
null
null
null
C
2026-05-04T18:25:28.630263
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ring_h #define ring_h /* Include Custom Configuration File */ #include "rconfig.h" /* Include C Headers */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include <ctype.h> #include <time.h> #include <assert.h> #in...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/rhtable.h
null
null
null
null
null
null
C
2026-05-04T18:25:28.631228
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ring_hashtable_h #define ring_hashtable_h /* Data */ typedef struct HashItem { char *cKey; union HashValue { unsigned int nIndex; void *pValue; } HashValue; struct HashItem *pNext; unsigned char nItemType; } HashItem; typedef struct Ha...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/parser.h
null
null
null
null
null
null
C
2026-05-04T18:25:28.632593
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ring_parser_h #define ring_parser_h /* Data */ typedef struct Parser { RingState *pRingState; /* Tokens and Generated Code */ List *pTokens; List *pGenCode; List *pActiveGenCodeList; /* Lists of Lists, Functions in Program or in Class */ ...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/ringapi.h
null
null
null
null
null
null
C
2026-05-04T18:25:29.711682
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ring_api_h #define ring_api_h /* Constants/MACRO */ #define RING_API_MISS1PARA "Bad parameters count, the function expect one parameter" #define RING_API_MISS2PARA "Bad parameters count, the function expect two parameters" #define RING_API_MISS...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/rstring.h
null
null
null
null
null
null
C
2026-05-04T18:25:29.712283
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ring_string_h #define ring_string_h #define RING_LOOP_THRESHOLD 16 #if RING_LOWMEM #define RING_STRING_ARRAYSIZE 8 #else #define RING_STRING_ARRAYSIZE 32 #endif /* ** nSize is (Allocation Size - 1) i.e. String length execulding the NULL term...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/rlist.h
null
null
null
null
null
null
C
2026-05-04T18:25:29.714381
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ring_list_h #define ring_list_h /* Data */ typedef struct ListBlocks { void *pValue; struct ListBlocks *pNext; unsigned int nType; } ListBlocks; typedef struct List { struct Items *pFirst; struct Items *pLast; unsigned int nSize; unsigne...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/ritems.h
null
null
null
null
null
null
C
2026-05-04T18:25:29.740530
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ring_items_h #define ring_items_h typedef struct Items { struct Item *pValue; struct Items *pNext; struct Items *pPrev; unsigned char lDelete; } Items; RING_API Items *ring_items_new_gc(void *pState); RING_API Items *ring_items_delete_gc(...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/scanner.h
null
null
null
null
null
null
C
2026-05-04T18:25:29.844529
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ring_scanner_h #define ring_scanner_h typedef struct Scanner { RingState *pRingState; List *pKeywords; List *pOperators; List *pTokens; String *pActiveToken; unsigned int nTokenIndex; unsigned int nLiteralLine; unsigned int nLinesCount;...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/ritem.h
null
null
null
null
null
null
C
2026-05-04T18:25:29.853508
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ring_item_h #define ring_item_h /* Data */ typedef struct Item { /* Data */ union { struct String *pString; double dNumber; int iNumber; void *pPointer; struct List *pList; void (*pFunc)(void *); float fNumber; } data; /* Item...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/test.h
null
null
null
null
null
null
C
2026-05-04T18:25:29.910089
/* Copyright (c) 2013-2024 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ring_test_h #define ring_test_h void ring_testallunits(void); void ring_string_test(void); void ring_list_test(void); void ring_list_testfuncpointer(void *pPointer); void ring_hashtable_test(void); void ring_section(const char *cTitle); ...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/state.h
null
null
null
null
null
null
C
2026-05-04T18:25:29.911287
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ring_state_h #define ring_state_h typedef struct RingState { /* Virtual Machine */ struct VM *pVM; /* Log File */ FILE *pLogFile; /* Command line parameters */ char **pArgv; /* First use by ring_state_runfile */ List *pRingFilesList; L...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/vm.h
null
null
null
null
null
null
C
2026-05-04T18:25:30.008272
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ring_vm_h #define ring_vm_h /* ** Data ** Stack Size */ #if RING_LOWMEM #define RING_VM_STACK_SIZE 32 #define RING_VM_STACK_CHECKOVERFLOW 30 #define RING_VM_FREE_STACK_IN_CLASS_REGION_AFTER 24 #else #define RING_VM_STACK_SIZE 1004 #defin...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/vmgc.h
null
null
null
null
null
null
C
2026-05-04T18:25:30.365472
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ring_gc_h #define ring_gc_h /* Constants */ #define RING_LISTREF_INC 1 #define RING_LISTREF_DEC -1 /* ** Functions ** Item GC Functions */ RING_API void ring_vm_gc_setfreefunc(Item *pItem, void (*pFreeFunc)(void *, void *)); RING_API void r...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/vmgcdata.h
null
null
null
null
null
null
C
2026-05-04T18:25:30.366059
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ring_vmgcdata #define ring_vmgcdata #define RING_VM_BITSFORREFCOUNT 23 #define RING_VM_REFCOUNTMAX 8388607 typedef struct ListGCData { void *pContainer; int nReferenceCount : RING_VM_BITSFORREFCOUNT; int nTempRC : RING_VM_BITSFORREFCOUNT; u...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/vminfo_e.h
null
null
null
null
null
null
C
2026-05-04T18:25:30.424165
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ring_vminfo_extension_h #define ring_vminfo_extension_h /* Constants */ #define RING_VMINFO_ITEMSTOCHECKMEMPOOL 10000 #define RING_VMINFO_CANTFINDTHECFUNCTION "Can't find the C function!" #define RING_VMINFO_WRONGLIST "The list must contain fiv...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/vmoop.h
null
null
null
null
null
null
C
2026-05-04T18:25:30.424762
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ring_vmoop #define ring_vmoop /* ** Constants ** pClassesMap */ #define RING_CLASSMAP_CLASSNAME 1 #define RING_CLASSMAP_PC 2 #define RING_CLASSMAP_PARENTCLASS 3 #define RING_CLASSMAP_METHODSLIST 4 #define RING_CLASSMAP_ISPARENTINFO 5 #define R...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/src/SDL2_gfx/SDL2_framerate.h
null
null
null
null
null
null
C
2026-05-04T18:25:30.481127
/* SDL2_framerate.h: framerate manager Copyright (C) 2012 Andreas Schiffler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any pur...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/src/SDL2_gfx/SDL2_framerate.c
null
null
null
null
null
null
C
2026-05-04T18:25:30.509038
/* SDL_framerate.c: framerate manager Copyright (C) 2001-2012 Andreas Schiffler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/src/SDL2_gfx/SDL2_gfxPrimitives.h
null
null
null
null
null
null
C
2026-05-04T18:25:30.537722
/* SDL2_gfxPrimitives.h: graphics primitives for SDL Copyright (C) 2012 Andreas Schiffler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this softw...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/src/SDL2_gfx/SDL2_imageFilter.h
null
null
null
null
null
null
C
2026-05-04T18:25:30.695783
/* SDL2_imageFilter.h: byte-image "filter" routines Copyright (C) 2001-2012 Andreas Schiffler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this s...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/src/SDL2_gfx/SDL2_gfxPrimitives_font.h
null
null
null
null
null
null
C
2026-05-04T18:25:30.763664
/* ---- 8x8 font definition ---- */ /* ZLIB (c) A. Schiffler 2012 */ #define GFX_FONTDATAMAX (8*256) static unsigned char gfxPrimitivesFontdata[GFX_FONTDATAMAX] = { /* * 0 0x00 '^@' */ 0x00, /* 00000000 */ 0x00, /* 00000000 */ 0x00, /* 00000000 */ 0x00, /* 00000000 */ 0x00, /* 00000000 */ 0x00...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/src/SDL2_gfx/SDL2_rotozoom.h
null
null
null
null
null
null
C
2026-05-04T18:25:31.023628
/* SDL2_rotozoom.c: rotozoomer, zoomer and shrinker for 32bit or 8bit surfaces Copyright (C) 2001-2012 Andreas Schiffler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is gra...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/src/SDL2_gfx/SDL2_rotozoom.c
null
null
null
null
null
null
C
2026-05-04T18:25:31.025484
/* SDL2_rotozoom.c: rotozoomer, zoomer and shrinker for 32bit or 8bit surfaces Copyright (C) 2012 Andreas Schiffler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted ...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/src/SDL2_gfx/test/testimagefilter.c
null
null
null
null
null
null
C
2026-05-04T18:25:31.064893
/* TestImageFilter.c: test program for MMX filter routines (C) A. Schiffler, 2006, zlib license (C) Sylvain Beucler, 2013, zlib license */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include "SDL.h" #ifdef WIN32 #include <windows.h> #ifndef bcmp #define bcmp(s1, s2, n) memcmp ((...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/src/SDL2_gfx/test/testgfx.c
null
null
null
null
null
null
C
2026-05-04T18:25:31.121381
/* Copyright (C) 2012-2014 Andreas Schiffler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including comme...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/src/codegen.c
null
null
null
null
null
null
C
2026-05-04T18:25:31.157498
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #include "ring.h" void ring_parser_icg_newoperation(Parser *pParser, IC_OPERATIONS nOPCode) { if (pParser->lInsertFlag == RING_TRUE) { ring_parser_icg_insertoperation(pParser, pParser->nInsertCounter, nOPCode); pParser->nInsertCounter++; return...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/src/SDL2_gfx/test/testrotozoom.c
null
null
null
null
null
null
C
2026-05-04T18:25:31.177866
/* Copyright (C) 2012-2014 Andreas Schiffler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applic...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/src/dll_e.c
null
null
null
null
null
null
C
2026-05-04T18:25:31.197313
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #include "ring.h" void ring_vm_dll_loadfunctions(RingState *pRingState) { RING_API_REGISTER("loadlib", ring_vm_dll_loadlib); RING_API_REGISTER("closelib", ring_vm_dll_closelib); } void ring_vm_dll_loadlib(void *pPointer) { LpHandleType pHandle; c...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/src/expr.c
null
null
null
null
null
null
C
2026-05-04T18:25:31.396634
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #include "ring.h" int ring_parser_expr(Parser *pParser) { int x, nMark; List *pMark; /* Expr --> LogicAnd { or LogicAnd } */ if (ring_parser_logicand(pParser)) { x = 1; RING_STATE_PRINTRULE(RING_RULE_EXPRISLOGICAND); while (ring_parser_iskey...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/src/ext.c
null
null
null
null
null
null
C
2026-05-04T18:25:31.470548
/* Copyright (c) 2013-2024 Mahmoud Fayed <msfclipper@yahoo.com> */ #include "ring.h" void ringlib_init(RingState *pRingState); void ring_vm_extension ( RingState *pRingState ) { /* Reflection and Meta-programming */ #if RING_VM_REFMETA ring_vm_refmeta_loadfunctions(pRingState); #endif /* VM Infor */ #if RING_VM...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/include/os_e.h
null
null
null
null
null
null
C
2026-05-04T18:25:31.609466
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #ifndef ring_os_extension_h #define ring_os_extension_h void ring_vm_os_loadfunctions(RingState *pRingState); void ring_vm_os_ismsdos(void *pPointer); void ring_vm_os_iswindows(void *pPointer); void ring_vm_os_iswindows64(void *pPointer); void rin...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/src/general.c
null
null
null
null
null
null
C
2026-05-04T18:25:31.662725
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #include "ring.h" RING_API RING_FILE ring_general_fopen(const char *cFileName, const char *cMode) { #if defined(_WIN32) && !defined(__TINYC__) /* Code For MS-Windows */ RING_FILE pFile; int nLen1, nLen2, nFileNameSize, nModeSize; wchar_t cPath[MAX...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/src/file_e.c
null
null
null
null
null
null
C
2026-05-04T18:25:31.762880
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #include "ring.h" void ring_vm_file_loadfunctions(RingState *pRingState) { RING_API_REGISTER("fopen", ring_vm_file_fopen); RING_API_REGISTER("fclose", ring_vm_file_fclose); RING_API_REGISTER("fflush", ring_vm_file_fflush); RING_API_REGISTER("freop...
ring-lang/ring
https://github.com/ring-lang/ring
null
null
null
null
1,436
null
null
mit
null
null
null
null
null
null
null
extensions/android/ringlibsdl/project/app/src/main/cpp/ring/src/genlib_e.c
null
null
null
null
null
null
C
2026-05-04T18:25:31.838542
/* Copyright (c) 2013-2026 Mahmoud Fayed <msfclipper@yahoo.com> */ #include "ring.h" RING_API void ring_vm_generallib_loadfunctions(RingState *pRingState) { /* General */ RING_API_REGISTER("version", ring_vm_generallib_version); RING_API_REGISTER("nothing", ring_vm_generallib_nothing); RING_API_REGISTER("optional...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Exporters/ChatExporterJson.h
null
null
null
null
null
null
C
2026-05-04T18:25:39.719524
#pragma once #include <string> #include "ChatExporter.h" #define RAPIDJSON_HAS_STDSTRING 1 #include "../Libraries/Json/rapidjson/document.h" #include "../Libraries/Json/rapidjson/prettywriter.h" #include "../Libraries/Json/rapidjson/stringbuffer.h" class Settings; class WhatsappChat; class WhatsappMessage; class ...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Exceptions/SQLiteException.h
null
null
null
null
null
null
C
2026-05-04T18:25:39.720615
#pragma once #include "Exception.h" class SQLiteDatabase; class SQLiteException : public Exception { private: static std::string buildCause(const std::string &reason, SQLiteDatabase &database); public: SQLiteException(const std::string &reason, SQLiteDatabase &database); };
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Exceptions/KeyNotFoundException.h
null
null
null
null
null
null
C
2026-05-04T18:25:39.731553
#pragma once #include "Exception.h" class KeyNotFoundException : public Exception { public: KeyNotFoundException(const std::string &reason); };
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Exporters/ChatExporterHtml.h
null
null
null
null
null
null
C
2026-05-04T18:25:39.733172
#pragma once #include <string> #include <set> #include "ChatExporter.h" class Settings; class WhatsappChat; class WhatsappMessage; class ChatExporterHtml : public ChatExporter { private: Settings &settings; std::string templateHtml; std::string entryTemplateHtml; std::string buildMessages(WhatsappChat &chat, ...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
resources/resource.h
null
null
null
null
null
null
C
2026-05-04T18:25:39.734427
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by Resources.rc // #define IDD_MAIN 104 #define IDR_MENU1 105 #define IDR_MENU_MAIN 105 #define IDB_0E00A 113 #define IDB_0E00B 114 #de...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/MyAES.h
null
null
null
null
null
null
C
2026-05-04T18:25:39.774460
#pragma once void decrypt_aes_cbc(int keySize, std::istream& input, std::streamoff length, const unsigned char* key, unsigned char* initVector, std::ostream& output); void decrypt_aes_gcm(std::istream& input, std::streamoff length, const unsigned char* key, unsigned char* initVector, std::ostream& output); extern int...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Exporters/ChatExporter.h
null
null
null
null
null
null
C
2026-05-04T18:25:39.774986
#pragma once #include <string> #include <vector> class WhatsappChat; class ChatExporter { public: ChatExporter() {} virtual ~ChatExporter() {} virtual void exportChats(const std::vector<WhatsappChat *> &chats, const std::string &filename) = 0; };
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/CLI.h
null
null
null
null
null
null
C
2026-05-04T18:25:39.777047
#pragma once #include <vector> bool handleCommandLineArguments(const std::vector<std::string *> arguments);
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Exceptions/Exception.h
null
null
null
null
null
null
C
2026-05-04T18:25:39.778031
#pragma once #include <string> class Exception { private: std::string cause; public: Exception(const std::string &cause); const std::string &getCause() const; };
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Exporters/ChatExporterTxt.h
null
null
null
null
null
null
C
2026-05-04T18:25:39.778906
#pragma once #include <fstream> #include <string> #include "ChatExporter.h" class WhatsappChat; class ChatExporterTxt : public ChatExporter { private: void exportChat(WhatsappChat &chat, std::ofstream &file); public: ChatExporterTxt(); ~ChatExporterTxt(); void exportChats(const std::vector<WhatsappChat *> &ch...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/aesni.h
null
null
null
null
null
null
C
2026-05-04T18:25:40.703185
/** * \file aesni.h * * \brief AES-NI for hardware AES acceleration on some Intel processors * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in complian...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/asn1write.h
null
null
null
null
null
null
C
2026-05-04T18:25:40.704499
/** * \file asn1write.h * * \brief ASN.1 buffer writing functionality * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. *...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/aes.h
null
null
null
null
null
null
C
2026-05-04T18:25:40.705605
/** * \file aes.h * * \brief AES block cipher * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * You may obtain a copy ...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/aesni.c
null
null
null
null
null
null
C
2026-05-04T18:25:40.706985
/* * AES-NI support functions * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * You may obtain a copy of the License at...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/asn1write.c
null
null
null
null
null
null
C
2026-05-04T18:25:40.708187
/* * ASN.1 buffer writing functionality * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * You may obtain a copy of the L...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/aes.c
null
null
null
null
null
null
C
2026-05-04T18:25:40.709582
/* * FIPS-197 compliant AES implementation * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * You may obtain a copy of t...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/arc4.h
null
null
null
null
null
null
C
2026-05-04T18:25:41.250780
/** * \file arc4.h * * \brief The ARCFOUR stream cipher * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * You may obta...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/asn1parse.c
null
null
null
null
null
null
C
2026-05-04T18:25:41.252595
/* * Generic ASN.1 parsing * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * You may obtain a copy of the License at *...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/arc4.c
null
null
null
null
null
null
C
2026-05-04T18:25:41.253659
/* * An implementation of the ARCFOUR algorithm * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * You may obtain a copy...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/asn1.h
null
null
null
null
null
null
C
2026-05-04T18:25:41.772438
/** * \file asn1.h * * \brief Generic ASN.1 parsing * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * You may obtain a...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/camellia.h
null
null
null
null
null
null
C
2026-05-04T18:25:43.212753
/** * \file camellia.h * * \brief Camellia block cipher * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * You may obta...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/base64.h
null
null
null
null
null
null
C
2026-05-04T18:25:43.667498
/** * \file base64.h * * \brief RFC 1521 base64 encoding/decoding * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * Yo...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/bn_mul.h
null
null
null
null
null
null
C
2026-05-04T18:25:43.669190
/** * \file bn_mul.h * * \brief Multi-precision integer library * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * You...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/blowfish.h
null
null
null
null
null
null
C
2026-05-04T18:25:44.024426
/** * \file blowfish.h * * \brief Blowfish block cipher * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * You may obta...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/camellia.c
null
null
null
null
null
null
C
2026-05-04T18:25:44.026114
/* * Camellia implementation * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * You may obtain a copy of the License at ...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/ccm.c
null
null
null
null
null
null
C
2026-05-04T18:25:44.139924
/* * NIST SP800-38C compliant CCM implementation * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * You may obtain a cop...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/bignum.h
null
null
null
null
null
null
C
2026-05-04T18:25:44.253412
/** * \file bignum.h * * \brief Multi-precision integer library * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * You...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/blowfish.c
null
null
null
null
null
null
C
2026-05-04T18:25:44.367364
/* * Blowfish implementation * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * You may obtain a copy of the License at ...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/bignum.c
null
null
null
null
null
null
C
2026-05-04T18:25:44.479858
/* * Multi-precision integer library * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * You may obtain a copy of the Lic...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/certs.h
null
null
null
null
null
null
C
2026-05-04T18:25:44.481444
/** * \file certs.h * * \brief Sample certificates and DHM parameters for testing * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/certs.c
null
null
null
null
null
null
C
2026-05-04T18:25:44.594910
/* * X.509 test certificates * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * You may obtain a copy of the License at ...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/cipher.c
null
null
null
null
null
null
C
2026-05-04T18:25:44.708099
/** * \file cipher.c * * \brief Generic cipher wrapper for mbed TLS * * \author Adriaan de Jong <dejong@fox-it.com> * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use thi...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/check_config.h
null
null
null
null
null
null
C
2026-05-04T18:25:44.800990
/** * \file check_config.h * * \brief Consistency checks for configuration options * * Copyright (C) 2006-2016, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with th...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/cipher.h
null
null
null
null
null
null
C
2026-05-04T18:25:44.812631
/** * \file cipher.h * * \brief Generic cipher wrapper. * * \author Adriaan de Jong <dejong@fox-it.com> * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file excep...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/cipher_internal.h
null
null
null
null
null
null
C
2026-05-04T18:25:44.910795
/** * \file cipher_internal.h * * \brief Cipher wrappers. * * \author Adriaan de Jong <dejong@fox-it.com> * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file exc...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/cipher_wrap.c
null
null
null
null
null
null
C
2026-05-04T18:25:44.930826
/** * \file cipher_wrap.c * * \brief Generic cipher wrapper for mbed TLS * * \author Adriaan de Jong <dejong@fox-it.com> * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not us...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/base64.c
null
null
null
null
null
null
C
2026-05-04T18:25:45.064699
/* * RFC 1521 base64 encoding/decoding * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * You may obtain a copy of the L...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/cmac.c
null
null
null
null
null
null
C
2026-05-04T18:25:45.104823
/* * \file cmac.c * * \brief NIST SP800-38B compliant CMAC implementation for AES and 3DES * * Copyright (C) 2006-2016, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/cmac.h
null
null
null
null
null
null
C
2026-05-04T18:25:45.177482
/** * \file cmac.h * * \brief Cipher-based Message Authentication Code (CMAC) Mode for * Authentication * * Copyright (C) 2015-2016, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/config.h
null
null
null
null
null
null
C
2026-05-04T18:25:45.292446
/** * \file config.h * * \brief Configuration options (set of defines) * * This set of compile-time options may be used to enable * or disable features selectively, and reduce the global * memory footprint. * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2....
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/ctr_drbg.c
null
null
null
null
null
null
C
2026-05-04T18:25:45.331392
/* * CTR_DRBG implementation based on AES-256 (NIST SP 800-90) * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * You ma...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/debug.c
null
null
null
null
null
null
C
2026-05-04T18:25:45.445391
/* * Debugging routines * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * You may obtain a copy of the License at * *...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/ctr_drbg.h
null
null
null
null
null
null
C
2026-05-04T18:25:45.446135
/** * \file ctr_drbg.h * * \brief CTR_DRBG based on AES-256 (NIST SP 800-90) * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the Lice...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/debug.h
null
null
null
null
null
null
C
2026-05-04T18:25:45.558918
/** * \file debug.h * * \brief Functions for controlling and providing debug output from the library. * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/des.c
null
null
null
null
null
null
C
2026-05-04T18:25:45.607889
/* * FIPS-46-3 compliant Triple-DES implementation * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * You may obtain a c...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/des.h
null
null
null
null
null
null
C
2026-05-04T18:25:45.712928
/** * \file des.h * * \brief DES block cipher * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * You may obtain a copy ...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/dhm.c
null
null
null
null
null
null
C
2026-05-04T18:25:45.826333
/* * Diffie-Hellman-Merkle key exchange * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * You may obtain a copy of the ...
andreas-mausch/whatsapp-viewer
https://github.com/andreas-mausch/whatsapp-viewer
null
null
null
null
1,425
null
null
mit
null
null
null
null
null
null
null
source/Libraries/AES/mbedtls/dhm.h
null
null
null
null
null
null
C
2026-05-04T18:25:45.939539
/** * \file dhm.h * * \brief Diffie-Hellman-Merkle key exchange * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * You ...