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
SeeFlowerX/stackplz
https://github.com/SeeFlowerX/stackplz
null
null
null
null
1,401
null
null
apache-2.0
null
null
null
null
null
null
null
src/utils.h
null
null
null
null
null
null
C
2026-05-04T19:12:02.457429
#ifndef STACKPLZ_UTILS_H #define STACKPLZ_UTILS_H #include "vmlinux_510.h" #include "bpf_helpers.h" #include "bpf_core_read.h" #include "bpf_tracing.h" #include "common/common.h" #include "common/consts.h" #include "common/buffer.h" typedef struct point_arg_t { u32 point_flag; u32 filter_idx[MAX_FILTER_COUN...
SeeFlowerX/stackplz
https://github.com/SeeFlowerX/stackplz
null
null
null
null
1,401
null
null
apache-2.0
null
null
null
null
null
null
null
src/syscall.c
null
null
null
null
null
null
C
2026-05-04T19:12:02.474303
#include "utils.h" #include <stdbool.h> #include "types.h" #include "common/arguments.h" #include "common/common.h" #include "common/consts.h" #include "common/context.h" #include "common/filtering.h" SEC("raw_tracepoint/sched_process_fork") int tracepoint__sched__sched_process_fork(struct bpf_raw_tracepoint_args *ct...
SeeFlowerX/stackplz
https://github.com/SeeFlowerX/stackplz
null
null
null
null
1,401
null
null
apache-2.0
null
null
null
null
null
null
null
src/stack.c
null
null
null
null
null
null
C
2026-05-04T19:12:02.504423
#include "types.h" #include "common/arguments.h" #include "common/common.h" #include "common/consts.h" #include "common/context.h" #include "common/filtering.h" #include "utils.h" SEC("raw_tracepoint/sched_process_fork") int tracepoint__sched__sched_process_fork(struct bpf_raw_tracepoint_args *ctx) { long ret = 0...
SeeFlowerX/stackplz
https://github.com/SeeFlowerX/stackplz
null
null
null
null
1,401
null
null
apache-2.0
null
null
null
null
null
null
null
user/event/load_so.c
null
null
null
null
null
null
C
2026-05-04T19:12:02.505048
#include "load_so.h" #include <dlfcn.h> #include <stdio.h> #include <stdlib.h> typedef const char* (*FPTR)(char*, void*, void*, void*); typedef const char* (*FPTRV2)(int, void*, void*, void*); static void* g_handle = NULL; static FPTR g_fptr = NULL; static FPTRV2 g_fptrv2 = NULL; int init_stack_unwinder(const cha...
SeeFlowerX/stackplz
https://github.com/SeeFlowerX/stackplz
null
null
null
null
1,401
null
null
apache-2.0
null
null
null
null
null
null
null
src/types.h
null
null
null
null
null
null
C
2026-05-04T19:12:02.521263
#ifndef __STACKPLZ_TYPES_H__ #define __STACKPLZ_TYPES_H__ #include "vmlinux_510.h" #include "common/consts.h" typedef struct common_filter { u32 is_32bit; u32 trace_mode; u32 trace_uid_group; u32 signal; u32 tsignal; } common_filter_t; typedef struct ctx_regs { u64 regs[31]; u64 sp; u...
SeeFlowerX/stackplz
https://github.com/SeeFlowerX/stackplz
null
null
null
null
1,401
null
null
apache-2.0
null
null
null
null
null
null
null
user/event/load_so.h
null
null
null
null
null
null
C
2026-05-04T19:12:02.521847
#ifndef LOAD_SO_H #define LOAD_SO_H #include <stdlib.h> // 初始化函数,返回0表示成功,-1表示失败 int init_stack_unwinder(const char* dl_path); // 关闭和清理资源 void close_stack_unwinder(); // 业务函数,不再需要 dl_path 参数 const char* get_stack(char* map_buffer, void* opt, void* regs_buf, void* stack_buf); const char* get_stackv2(int pid, void* op...
Mithril-mine/libmdbx
https://github.com/Mithril-mine/libmdbx
null
null
null
null
1,397
null
null
apache-2.0
null
null
null
null
null
null
null
mdbx_drop.c
null
null
null
null
null
null
C
2026-05-04T19:12:09.996599
/* This file is part of the libmdbx amalgamated source code (v0.14.1-595-ge91db90a at 2026-05-04T12:55:04+03:00). * * libmdbx (aka MDBX) is an extremely fast, compact, powerful, embeddedable, transactional key-value storage engine with * open-source code. MDBX has a specific set of properties and capabilities, focus...
Mithril-mine/libmdbx
https://github.com/Mithril-mine/libmdbx
null
null
null
null
1,397
null
null
apache-2.0
null
null
null
null
null
null
null
mdbx_stat.c
null
null
null
null
null
null
C
2026-05-04T19:12:09.997262
/* This file is part of the libmdbx amalgamated source code (v0.14.1-595-ge91db90a at 2026-05-04T12:55:04+03:00). * * libmdbx (aka MDBX) is an extremely fast, compact, powerful, embeddedable, transactional key-value storage engine with * open-source code. MDBX has a specific set of properties and capabilities, focus...
Mithril-mine/libmdbx
https://github.com/Mithril-mine/libmdbx
null
null
null
null
1,397
null
null
apache-2.0
null
null
null
null
null
null
null
mdbx_copy.c
null
null
null
null
null
null
C
2026-05-04T19:12:09.998038
/* This file is part of the libmdbx amalgamated source code (v0.14.1-595-ge91db90a at 2026-05-04T12:55:04+03:00). * * libmdbx (aka MDBX) is an extremely fast, compact, powerful, embeddedable, transactional key-value storage engine with * open-source code. MDBX has a specific set of properties and capabilities, focus...
Mithril-mine/libmdbx
https://github.com/Mithril-mine/libmdbx
null
null
null
null
1,397
null
null
apache-2.0
null
null
null
null
null
null
null
mdbx_dump.c
null
null
null
null
null
null
C
2026-05-04T19:12:09.998564
/* This file is part of the libmdbx amalgamated source code (v0.14.1-595-ge91db90a at 2026-05-04T12:55:04+03:00). * * libmdbx (aka MDBX) is an extremely fast, compact, powerful, embeddedable, transactional key-value storage engine with * open-source code. MDBX has a specific set of properties and capabilities, focus...
Mithril-mine/libmdbx
https://github.com/Mithril-mine/libmdbx
null
null
null
null
1,397
null
null
apache-2.0
null
null
null
null
null
null
null
ut_and_examples/example-mdbx.c
null
null
null
null
null
null
C
2026-05-04T19:12:09.999018
/** \file The example of using the libmdbx C API. * However, it is strongly recommended to use the modern C++ API, which requires less effort * and ensures against many bugs related to resource leaks. * * \note If you have already used Berkeley DB, * it will be useful to make a line-by-line comparison of this exam...
Mithril-mine/libmdbx
https://github.com/Mithril-mine/libmdbx
null
null
null
null
1,397
null
null
apache-2.0
null
null
null
null
null
null
null
mdbx_defrag.c
null
null
null
null
null
null
C
2026-05-04T19:12:10.530488
/* This file is part of the libmdbx amalgamated source code (v0.14.1-595-ge91db90a at 2026-05-04T12:55:04+03:00). * * libmdbx (aka MDBX) is an extremely fast, compact, powerful, embeddedable, transactional key-value storage engine with * open-source code. MDBX has a specific set of properties and capabilities, focus...
Mithril-mine/libmdbx
https://github.com/Mithril-mine/libmdbx
null
null
null
null
1,397
null
null
apache-2.0
null
null
null
null
null
null
null
mdbx_chk.c
null
null
null
null
null
null
C
2026-05-04T19:12:10.567986
/* This file is part of the libmdbx amalgamated source code (v0.14.1-595-ge91db90a at 2026-05-04T12:55:04+03:00). * * libmdbx (aka MDBX) is an extremely fast, compact, powerful, embeddedable, transactional key-value storage engine with * open-source code. MDBX has a specific set of properties and capabilities, focus...
Mithril-mine/libmdbx
https://github.com/Mithril-mine/libmdbx
null
null
null
null
1,397
null
null
apache-2.0
null
null
null
null
null
null
null
mdbx_load.c
null
null
null
null
null
null
C
2026-05-04T19:12:11.111169
/* This file is part of the libmdbx amalgamated source code (v0.14.1-595-ge91db90a at 2026-05-04T12:55:04+03:00). * * libmdbx (aka MDBX) is an extremely fast, compact, powerful, embeddedable, transactional key-value storage engine with * open-source code. MDBX has a specific set of properties and capabilities, focus...
Mithril-mine/libmdbx
https://github.com/Mithril-mine/libmdbx
null
null
null
null
1,397
null
null
apache-2.0
null
null
null
null
null
null
null
mdbx-wingetopt.h
null
null
null
null
null
null
C
2026-05-04T19:12:11.255524
/* * POSIX getopt for Windows * * AT&T Public License * * Code given out at the 1985 UNIFORUM conference in Dallas. */ #ifndef _WINGETOPT_H_ #define _WINGETOPT_H_ #ifdef __cplusplus extern "C" { #endif extern int opterr; extern int optind; extern int optopt; extern char *optarg; int getopt(int argc, char *cons...
Mithril-mine/libmdbx
https://github.com/Mithril-mine/libmdbx
null
null
null
null
1,397
null
null
apache-2.0
null
null
null
null
null
null
null
ut_and_examples/pcrf/pcrf_simulator.c
null
null
null
null
null
null
C
2026-05-04T19:12:11.256770
/* * Copyright 2015 Vladimir Romanov * <https://www.linkedin.com/in/vladimirromanov>, Yota Lab. * SPDX-License-Identifier: AGPL-3.0 * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <sys/stat.h> #includ...
ele7enxxh/Android-Inline-Hook
https://github.com/ele7enxxh/Android-Inline-Hook
null
null
null
null
1,394
null
null
apache-2.0
null
null
null
null
null
null
null
example/hooktest.c
null
null
null
null
null
null
C
2026-05-04T19:12:14.036992
#include <stdio.h> #include "inlineHook.h" int (*old_puts)(const char *) = NULL; int new_puts(const char *string) { old_puts("inlineHook success"); } int hook() { if (registerInlineHook((uint32_t) puts, (uint32_t) new_puts, (uint32_t **) &old_puts) != ELE7EN_OK) { return -1; } if (inlineHook...
ele7enxxh/Android-Inline-Hook
https://github.com/ele7enxxh/Android-Inline-Hook
null
null
null
null
1,394
null
null
apache-2.0
null
null
null
null
null
null
null
inlineHook.c
null
null
null
null
null
null
C
2026-05-04T19:12:14.041118
/* thumb16 thumb32 arm32 inlineHook author: ele7enxxh mail: ele7enxxh@qq.com website: ele7enxxh.com modified time: 2015-01-23 created time: 2015-11-30 */ #include <stdlib.h> #include <stdbool.h> #include <string.h> #include <dirent.h> #include <signal.h> #include <sys/mman.h> // #include <asm/ptrace.h> #include <sys/w...
ele7enxxh/Android-Inline-Hook
https://github.com/ele7enxxh/Android-Inline-Hook
null
null
null
null
1,394
null
null
apache-2.0
null
null
null
null
null
null
null
relocate.h
null
null
null
null
null
null
C
2026-05-04T19:12:14.044519
#ifndef _RELOCATE_H #define _RELOCATE_H #include <stdio.h> void relocateInstruction(uint32_t target_addr, void *orig_instructions, int length, void *trampoline_instructions, int *orig_boundaries, int *trampoline_boundaries, int *count); #endif
ele7enxxh/Android-Inline-Hook
https://github.com/ele7enxxh/Android-Inline-Hook
null
null
null
null
1,394
null
null
apache-2.0
null
null
null
null
null
null
null
relocate.c
null
null
null
null
null
null
C
2026-05-04T19:12:14.045554
/* relocate instruction author: ele7enxxh mail: ele7enxxh@qq.com website: ele7enxxh.com modified time: 2016-10-17 created time: 2015-01-17 */ #include "relocate.h" #define ALIGN_PC(pc) (pc & 0xFFFFFFFC) enum INSTRUCTION_TYPE { // B <label> B1_THUMB16, // B <label> B2_THUMB16, // BX PC BX_THUMB16, // ADD <Rdn>...
ele7enxxh/Android-Inline-Hook
https://github.com/ele7enxxh/Android-Inline-Hook
null
null
null
null
1,394
null
null
apache-2.0
null
null
null
null
null
null
null
include/inlineHook.h
null
null
null
null
null
null
C
2026-05-04T19:12:14.100369
#ifndef _INLINEHOOK_H #define _INLINEHOOK_H #include <stdio.h> #ifdef __cplusplus extern "C" { #endif enum ele7en_status { ELE7EN_ERROR_UNKNOWN = -1, ELE7EN_OK = 0, ELE7EN_ERROR_NOT_INITIALIZED, ELE7EN_ERROR_NOT_EXECUTABLE, ELE7EN_ERROR_NOT_REGISTERED, ELE7EN_ERROR_NOT_HOOKED, ELE7EN_ERROR_ALREADY_REGISTERED,...
doonny/PipeCNN
https://github.com/doonny/PipeCNN
null
null
null
null
1,376
null
null
apache-2.0
null
null
null
null
null
null
null
project_xilinx/device/hw_param.h
null
null
null
null
null
null
C
2026-05-04T19:12:24.718329
/* * ------------------------------------------------------ * * PipeCNN: An OpenCL-Based FPGA Accelerator for CNNs * * ------------------------------------------------------ * Filename: * - hw_param.cl * * Author(s): * - Dong Wang, wangdong@m.bjtu.edu.cn * * History: * - v1.3 Win-Buffer-Based Imple...
doonny/PipeCNN
https://github.com/doonny/PipeCNN
null
null
null
null
1,376
null
null
apache-2.0
null
null
null
null
null
null
null
project_intel/device/RTL/rtl_lib.h
null
null
null
null
null
null
C
2026-05-04T19:12:24.723670
int mult_add_fix8bx4 (char a0_in, char b0_in, char a1_in, char b1_in, char a2_in, char b2_in, char a3_in, char b3_in);
doonny/PipeCNN
https://github.com/doonny/PipeCNN
null
null
null
null
1,376
null
null
apache-2.0
null
null
null
null
null
null
null
yolo/device/RTL/rtl_lib.h
null
null
null
null
null
null
C
2026-05-04T19:12:24.742295
short mult_fix8b (char a_in, char b_in); int mult_add_fix8bx2 (char a0_in, char b0_in, char a1_in, char b1_in); int mult_add_fix8bx4 (char a0_in, char b0_in, char a1_in, char b1_in, char a2_in, char b2_in, char a3_in, char b3_in);
doonny/PipeCNN
https://github.com/doonny/PipeCNN
null
null
null
null
1,376
null
null
apache-2.0
null
null
null
null
null
null
null
common/timer.h
null
null
null
null
null
null
C
2026-05-04T19:12:24.742932
// timer.h #ifndef _TIMER_H #define _TIMER_H #include <stdio.h> #include "CL/opencl.h" #ifdef _WIN32 #include <windows.h> class Timer { public: Timer(); void start(); void stop(); float get_time_s(); private: LARGE_INTEGER m_start_time; LARGE_INTEGER m_stop_time; LARGE_INTEGER m_tic...
doonny/PipeCNN
https://github.com/doonny/PipeCNN
null
null
null
null
1,376
null
null
apache-2.0
null
null
null
null
null
null
null
project_intel/host/layer_config.h
null
null
null
null
null
null
C
2026-05-04T19:12:24.748294
#include "../device/hw_param.cl" #define NUM_CONFIG_ITEM 25 /* // VGG-16 Configuration unsigned layer_config[][NUM_CONFIG_ITEM] = {{0, 224, 224, 3, 3, 3, 3, 64, 64, 0, 224, 224, 64, 1, 1, 0, 1, 0, 224, 224, 64, 0, 0, 0, 1},//Layer-1 (conv1_1) {0, ...
doonny/PipeCNN
https://github.com/doonny/PipeCNN
null
null
null
null
1,376
null
null
apache-2.0
null
null
null
null
null
null
null
project_xilinx/host/layer_config.h
null
null
null
null
null
null
C
2026-05-04T19:12:24.751537
#include "../device/hw_param.h" #define NUM_CONFIG_ITEM 25 #ifdef TEST_CASE_1 unsigned layer_config[][NUM_CONFIG_ITEM] = {{0, 3, 3, 4, 3, 3, 4, 4, 4, 0, 1, 1, 4, 1, 0, 0, 0, 0, 1, 1, 4, 1, 1, 0, 1}//Layer-1 }; char precision_config[][3] ={{(char) 7, (char...
doonny/PipeCNN
https://github.com/doonny/PipeCNN
null
null
null
null
1,376
null
null
apache-2.0
null
null
null
null
null
null
null
common/ocl_util.h
null
null
null
null
null
null
C
2026-05-04T19:12:24.785913
// OpenCL Utility Functions #ifndef _OCL_UTIL_H #define _OCL_UTIL_H #include <stdlib.h> #include <string.h> #include <string> #include <algorithm> #include <stdarg.h> #ifdef _WIN32 // Windows #include <windows.h> #else // Linux #include <stdio.h> #include <unistd.h> #endif #include "CL/opencl.h" namespace ...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
remote-client/gfx.h
null
null
null
null
null
null
C
2026-05-04T19:12:28.035685
/* * Copyright (C) 2015 Sergii Pylypenko * * 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
remote-client/camera.h
null
null
null
null
null
null
C
2026-05-04T19:12:28.089452
#ifndef __CAMERA_H__ #define __CAMERA_H__ // Camera always captures in RGB565 format typedef void (*CameraCallback_t) (void); void openCamera(int *width, int *height, int fps, unsigned char ** buffer, int *bufferLength, CameraCallback_t callback); void closeCamera(); #endif
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
remote-client/tools.h
null
null
null
null
null
null
C
2026-05-04T19:12:28.089959
/* * Copyright (C) 2015 Sergii Pylypenko * * 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
remote-client/input.h
null
null
null
null
null
null
C
2026-05-04T19:12:28.092422
/* * Copyright (C) 2015 Sergii Pylypenko * * 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
remote-client/gui.h
null
null
null
null
null
null
C
2026-05-04T19:12:28.094264
/* * Copyright (C) 2015 Sergii Pylypenko * * 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
remote-client/touchpad.h
null
null
null
null
null
null
C
2026-05-04T19:12:28.095490
/* * Copyright (C) 2015 Sergii Pylypenko * * 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
remote-client/scancodes.c
null
null
null
null
null
null
C
2026-05-04T19:12:28.096399
/* * Copyright (C) 2015 Sergii Pylypenko * * 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
remote-client/flash_kernel.h
null
null
null
null
null
null
C
2026-05-04T19:12:28.097694
/* * Copyright (C) 2015 Sergii Pylypenko * * 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
remote-client/scancodes.h
null
null
null
null
null
null
C
2026-05-04T19:12:28.098557
/* * Copyright (C) 2015 Sergii Pylypenko * * 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
hid-gadget-test/jni/hid-gadget-test.c
null
null
null
null
null
null
C
2026-05-04T19:12:28.345770
/* hid_gadget_test */ #include <pthread.h> #include <string.h> #include <stdio.h> #include <ctype.h> #include <fcntl.h> #include <errno.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> #define BUF_LEN 512 struct options { const char *opt; unsigned char val; }; static struct options kmod[] = { {.o...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/VbrTag.h
null
null
null
null
null
null
C
2026-05-04T19:12:29.983077
/* * Xing VBR tagging for LAME. * * Copyright (c) 1999 A.L. Faber * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your optio...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
remote-client/vnc_keysyms_unicode.h
null
null
null
null
null
null
C
2026-05-04T19:12:30.000583
static struct { uint32_t X; uint32_t unicode; } XKeysymToUnicode[] = { { 0x0020, 0x0020 }, { 0x0021, 0x0021 }, { 0x0022, 0x0022 }, { 0x0023, 0x0023 }, { 0x0024, 0x0024 }, { 0x0025, 0x0025 }, { 0x0026, 0x0026 }, { 0x0027, 0x0027 }, { 0x0027, 0x0027 }, { 0x0028, 0x0028 }, { 0x0029, 0x0029 }, { 0x002a, 0x002a ...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/beginvision.h
null
null
null
null
null
null
C
2026-05-04T19:12:30.049577
#ifndef _AUDIOENCODER_H_ #define _AUDIOENCODER_H_ #include <jni.h> #include <android/log.h> #define LOG_TAG "TEAONLY" #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG,LOG_TAG,__VA_ARGS__) #endif
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/VbrTag.c
null
null
null
null
null
null
C
2026-05-04T19:12:30.050802
/* * Xing VBR tagging for LAME. * * Copyright (c) 1999 A.L. Faber * Copyright (c) 2001 Jonathan Dee * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * ver...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
remote-client/vnc_server.h
null
null
null
null
null
null
C
2026-05-04T19:12:30.051844
#ifndef __VNC_SERVER_H__ #define __VNC_SERVER_H__ #include <string> void vncServerStart(); void vncServerStop(); bool vncServerRunning(); std::string vncServerGetIpAddress(); void vncServerDrawVideoBuffer(int x, int y, int w, int h); #endif
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
remote-client/vnc_keysyms.h
null
null
null
null
null
null
C
2026-05-04T19:12:30.054512
#ifndef __VNC_KEYSYMS_H__ #define __VNC_KEYSYMS_H__ #include <stdint.h> #include <map> #include <SDL_keysym.h> #include <rfb/keysym.h> extern std::map<uint32_t, SDLKey> vncKeysymToSDLKey; extern std::map<uint32_t, uint32_t> vncKeysymToUnicode; #endif
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/bitstream.h
null
null
null
null
null
null
C
2026-05-04T19:12:30.056156
/* * MP3 bitstream Output interface for LAME * * Copyright (c) 1999 Takehiro TOMINAGA * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at ...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/bitstream.c
null
null
null
null
null
null
C
2026-05-04T19:12:30.057029
/* * MP3 bitstream Output interface for LAME * * Copyright (c) 1999-2000 Mark Taylor * Copyright (c) 1999-2002 Takehiro Tominaga * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Softw...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/encoder.c
null
null
null
null
null
null
C
2026-05-04T19:12:30.062841
/* * LAME MP3 encoding engine * * Copyright (c) 1999 Mark Taylor * Copyright (c) 2000-2002 Takehiro Tominaga * Copyright (c) 2000-2011 Robert Hegemann * Copyright (c) 2001 Gabriel Bouvigne * Copyright (c) 2001 John Dahlstrom * * This library is free software; you can redistribute ...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/encoder.h
null
null
null
null
null
null
C
2026-05-04T19:12:31.234379
/* * encoder.h include file * * Copyright (c) 2000 Mark Taylor * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) ...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/id3tag.h
null
null
null
null
null
null
C
2026-05-04T19:12:31.887136
#ifndef LAME_ID3_H #define LAME_ID3_H #define CHANGED_FLAG (1U << 0) #define ADD_V2_FLAG (1U << 1) #define V1_ONLY_FLAG (1U << 2) #define V2_ONLY_FLAG (1U << 3) #define SPACE_V1_FLAG (1U << 4) #define PAD_V2_FLAG (1U << 5) enum { MIMETYPE_NONE = 0, MIMETYPE_JPEG, MIMETYPE_PNG, MIM...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/gain_analysis.h
null
null
null
null
null
null
C
2026-05-04T19:12:31.890356
/* * ReplayGainAnalysis - analyzes input samples and give the recommended dB change * Copyright (C) 2001 David Robinson and Glen Sawyer * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Fo...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/fft.h
null
null
null
null
null
null
C
2026-05-04T19:12:31.891938
/* * Fast Fourier Transform include file * * Copyright (c) 2000 Mark Taylor * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your optio...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/fft.c
null
null
null
null
null
null
C
2026-05-04T19:12:31.893151
/* ** FFT and FHT routines ** Copyright 1988, 1993; Ron Mayer ** Copyright (c) 1999-2000 Takehiro Tominaga ** ** fht(fz,n); ** Does a hartley transform of "n" points in the array "fz". ** ** NOTE: This routine uses at least 2 patented algorithms, and may be ** under the restrictions of a bunch of diff...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/l3side.h
null
null
null
null
null
null
C
2026-05-04T19:12:31.894255
/* * Layer 3 side include file * * Copyright (c) 1999 Mark Taylor * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any lat...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/lame-analysis.h
null
null
null
null
null
null
C
2026-05-04T19:12:31.895634
/* * GTK plotting routines source file * * Copyright (c) 1999 Mark Taylor * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at yo...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/gain_analysis.c
null
null
null
null
null
null
C
2026-05-04T19:12:31.896836
/* * ReplayGainAnalysis - analyzes input samples and give the recommended dB change * Copyright (C) 2001 David Robinson and Glen Sawyer * Improvements and optimizations added by Frank Klemm, and by Marcel Muller * * This library is free software; you can redistribute it and/or * modify it under the terms of...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/id3tag.c
null
null
null
null
null
null
C
2026-05-04T19:12:31.898011
/* * id3tag.c -- Write ID3 version 1 and 2 tags. * * Copyright (C) 2000 Don Melton * Copyright (C) 2011-2012 Robert Hegemann * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; eit...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/lame.c
null
null
null
null
null
null
C
2026-05-04T19:12:31.899288
/* -*- mode: C; mode: fold -*- */ /* * LAME MP3 encoding engine * * Copyright (c) 1999-2000 Mark Taylor * Copyright (c) 2000-2005 Takehiro Tominaga * Copyright (c) 2000-2011 Robert Hegemann * Copyright (c) 2000-2005 Gabriel Bouvigne * Copyright (c) 2000-2004 Alexander Leidinger * ...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/lame.h
null
null
null
null
null
null
C
2026-05-04T19:12:32.314246
/* * Interface to MP3 LAME encoding engine * * Copyright (c) 1999 Mark Taylor * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your opt...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/newmdct.h
null
null
null
null
null
null
C
2026-05-04T19:12:32.810170
/* * New Modified DCT include file * * Copyright (c) 1999 Takehiro TOMINAGA * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your optio...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/lame_global_flags.h
null
null
null
null
null
null
C
2026-05-04T19:12:32.844581
#ifndef LAME_GLOBAL_FLAGS_H #define LAME_GLOBAL_FLAGS_H #ifndef lame_internal_flags_defined #define lame_internal_flags_defined struct lame_internal_flags; typedef struct lame_internal_flags lame_internal_flags; #endif typedef enum short_block_e { short_block_not_set = -1, /* allow LAME to decide */ short_bl...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/newmdct.c
null
null
null
null
null
null
C
2026-05-04T19:12:32.846142
/* * MP3 window subband -> subband filtering -> mdct routine * * Copyright (c) 1999-2000 Takehiro Tominaga * * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either *...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/lameerror.h
null
null
null
null
null
null
C
2026-05-04T19:12:32.875077
/* * A collection of LAME Error Codes * * Please use the constants defined here instead of some arbitrary * values. Currently the values starting at -10 to avoid intersection * with the -1, -2, -3 and -4 used in the current code. * * May be this should be a part of the include/lame.h. */ typedef enum { ...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/psymodel.h
null
null
null
null
null
null
C
2026-05-04T19:12:32.876405
/* * psymodel.h * * Copyright (c) 1999 Mark Taylor * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * ...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/mpglib_interface.c
null
null
null
null
null
null
C
2026-05-04T19:12:32.876904
/* -*- mode: C; mode: fold -*- */ /* * LAME MP3 encoding engine * * Copyright (c) 1999-2000 Mark Taylor * Copyright (c) 2003 Olcios * Copyright (c) 2008 Robert Hegemann * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Pu...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/presets.c
null
null
null
null
null
null
C
2026-05-04T19:12:32.941554
/* * presets.c -- Apply presets * * Copyright (c) 2002-2008 Gabriel Bouvigne * Copyright (c) 2007-2011 Robert Hegemann * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either *...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/machine.h
null
null
null
null
null
null
C
2026-05-04T19:12:32.977404
/* * Machine dependent defines/includes for LAME. * * Copyright (c) 1999 A.L. Faber * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License,...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/quantize.c
null
null
null
null
null
null
C
2026-05-04T19:12:32.990294
/* * MP3 quantization * * Copyright (c) 1999-2000 Mark Taylor * Copyright (c) 1999-2003 Takehiro Tominaga * Copyright (c) 2000-2011 Robert Hegemann * Copyright (c) 2001-2005 Gabriel Bouvigne * * This library is free software; you can redistribute it and/or * modify it under the terms of the...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/psymodel.c
null
null
null
null
null
null
C
2026-05-04T19:12:33.049780
/* * psymodel.c * * Copyright (c) 1999-2000 Mark Taylor * Copyright (c) 2001-2002 Naoki Shibata * Copyright (c) 2000-2003 Takehiro Tominaga * Copyright (c) 2000-2011 Robert Hegemann * Copyright (c) 2000-2005 Gabriel Bouvigne * Copyright (c) 2000-2005 Alexander Leidinger * * ...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/quantize_pvt.h
null
null
null
null
null
null
C
2026-05-04T19:12:33.772852
/* * quantize_pvt include file * * Copyright (c) 1999 Takehiro TOMINAGA * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) a...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/set_get.c
null
null
null
null
null
null
C
2026-05-04T19:12:33.803971
/* -*- mode: C; mode: fold -*- */ /* * set/get functions for lame_global_flags * * Copyright (c) 2001-2005 Alexander Leidinger * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; ei...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/set_get.h
null
null
null
null
null
null
C
2026-05-04T19:12:33.834118
/* * set_get.h -- Internal set/get definitions * * Copyright (C) 2003 Gabriel Bouvigne / Lame project * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the ...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/reservoir.c
null
null
null
null
null
null
C
2026-05-04T19:12:33.834704
/* * bit reservoir source file * * Copyright (c) 1999-2000 Mark Taylor * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your ...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/quantize.h
null
null
null
null
null
null
C
2026-05-04T19:12:34.327480
/* * MP3 quantization * * Copyright (c) 1999 Mark Taylor * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later versio...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/takehiro.c
null
null
null
null
null
null
C
2026-05-04T19:12:34.328433
/* * MP3 huffman table selecting and bit counting * * Copyright (c) 1999-2005 Takehiro TOMINAGA * Copyright (c) 2002-2005 Gabriel Bouvigne * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software F...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/quantize_pvt.c
null
null
null
null
null
null
C
2026-05-04T19:12:34.329442
/* * quantize_pvt source file * * Copyright (c) 1999-2002 Takehiro Tominaga * Copyright (c) 2000-2012 Robert Hegemann * Copyright (c) 2001 Naoki Shibata * Copyright (c) 2002-2005 Gabriel Bouvigne * * This library is free software; you can redistribute it and/or * modify it under the te...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/reservoir.h
null
null
null
null
null
null
C
2026-05-04T19:12:34.532876
/* * bit reservoir include file * * Copyright (c) 1999 Mark Taylor * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any la...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/tables.h
null
null
null
null
null
null
C
2026-05-04T19:12:34.693379
/* * MPEG layer 3 tables include file * * Copyright (c) 1999 Albert L Faber * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your optio...
pelya/android-keyboard-gadget
https://github.com/pelya/android-keyboard-gadget
null
null
null
null
1,375
null
null
apache-2.0
null
null
null
null
null
null
null
send-pin-with-camera/jni/libmp3lame/tables.c
null
null
null
null
null
null
C
2026-05-04T19:12:35.052778
/* * MPEG layer 3 tables source file * * Copyright (c) 1999 Albert L Faber * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option...
tenox7/ttyplot
https://github.com/tenox7/ttyplot
null
null
null
null
1,357
null
null
apache-2.0
null
null
null
null
null
null
null
stresstest.c
null
null
null
null
null
null
C
2026-05-04T19:12:37.536060
// // stresstest ttyplot // // License: Apache 2.0 // // This is needed for musl libc #if ! defined(_XOPEN_SOURCE) || (_XOPEN_SOURCE < 500) #undef _XOPEN_SOURCE // to address warnings about potential re-definition #define _XOPEN_SOURCE 500 #endif #include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include <...
tenox7/ttyplot
https://github.com/tenox7/ttyplot
null
null
null
null
1,357
null
null
apache-2.0
null
null
null
null
null
null
null
ttyplot.c
null
null
null
null
null
null
C
2026-05-04T19:12:37.569628
// // ttyplot: a realtime plotting utility for terminal with data input from stdin // Copyright (c) 2018-2025 by Antoni Sawicki // Copyright (c) 2023-2024 by Edgar Bonet // Copyright (c) 2023-2024 by Sebastian Pipping // Apache License 2.0 // // This is needed on FreeBSD and macOS to get the ncurses widechar API, // a...
joypad-ai/joypad-os
https://github.com/joypad-ai/joypad-os
null
null
null
null
1,350
null
null
apache-2.0
null
null
null
null
null
null
null
esp/main/btstack_hal_esp32.c
null
null
null
null
null
null
C
2026-05-04T19:12:40.437553
// btstack_hal_esp32.c - BTstack embedded HAL for ESP32 // // Provides hal_time_ms() and IRQ enable/disable stubs required // by BTstack's embedded platform layer. #include "platform/platform.h" #include <stdint.h> // BTstack embedded HAL: time in milliseconds // Note: btstack_port_esp32.c also defines hal_time_ms() ...
joypad-ai/joypad-os
https://github.com/joypad-ai/joypad-os
null
null
null
null
1,350
null
null
apache-2.0
null
null
null
null
null
null
null
esp/main/pad_input_stub.c
null
null
null
null
null
null
C
2026-05-04T19:12:40.438749
// pad_input_stub.c - Stub for pad_input on ESP32 // GPIO pad polling not yet ported to ESP-IDF. Only config storage works. #include "pad/pad_input.h" static uint8_t stub_count = 0; int pad_input_add_device(const pad_device_config_t* config) { (void)config; return -1; // Not supported yet } void pad_input_...
joypad-ai/joypad-os
https://github.com/joypad-ai/joypad-os
null
null
null
null
1,350
null
null
apache-2.0
null
null
null
null
null
null
null
esp/main/btstack_config.h
null
null
null
null
null
null
C
2026-05-04T19:12:40.439340
// btstack_config.h wrapper for ESP32 build // Shadows src/bt/btstack/btstack_config.h (the RP2040 version) // so BTstack library sources pick up our ESP32 config instead. #include "../../src/bt/btstack/btstack_config_esp32.h"
joypad-ai/joypad-os
https://github.com/joypad-ai/joypad-os
null
null
null
null
1,350
null
null
apache-2.0
null
null
null
null
null
null
null
esp/main/max3421_host_esp32.c
null
null
null
null
null
null
C
2026-05-04T19:12:40.450230
// max3421_host_esp32.c - MAX3421E USB Host for ESP32-S3 // // Implements TinyUSB MAX3421E platform callbacks using ESP-IDF SPI driver. // Used with the Adafruit MAX3421E FeatherWing (#5858) on Feather ESP32-S3. // // Uses spi_device_polling_transmit() with pre-acquired bus for ISR-safe // SPI transfers (TinyUSB calls ...
joypad-ai/joypad-os
https://github.com/joypad-ai/joypad-os
null
null
null
null
1,350
null
null
apache-2.0
null
null
null
null
null
null
null
esp/main/button_esp32.c
null
null
null
null
null
null
C
2026-05-04T19:12:40.453956
// button_esp32.c - GPIO button for ESP32 // // Implements the button.h API using ESP-IDF GPIO. // Same state machine as RP2040 button.c but using platform HAL. #include "core/services/button/button.h" #include "platform/platform.h" #include "driver/gpio.h" #include <stdio.h> // Button GPIO pin (can be overridden via...
joypad-ai/joypad-os
https://github.com/joypad-ai/joypad-os
null
null
null
null
1,350
null
null
apache-2.0
null
null
null
null
null
null
null
esp/main/pad_config_storage_esp32.c
null
null
null
null
null
null
C
2026-05-04T19:12:40.455256
// pad_config_storage_esp32.c - ESP32 NVS storage for pad config // SPDX-License-Identifier: Apache-2.0 // Copyright 2024 Robert Dale Smith #include "pad/pad_config_storage.h" #include "nvs_flash.h" #include "nvs.h" #include <string.h> #include <stdio.h> #define NVS_NAMESPACE "joypad" #define NVS_PAD_KEY "padcfg" ...
joypad-ai/joypad-os
https://github.com/joypad-ai/joypad-os
null
null
null
null
1,350
null
null
apache-2.0
null
null
null
null
null
null
null
esp/main/flash_esp32.c
null
null
null
null
null
null
C
2026-05-04T19:12:40.484044
// flash_esp32.c - NVS-based flash storage for ESP32 // // Implements the flash.h API using ESP-IDF NVS (Non-Volatile Storage). // Same flash_t struct, just stored in NVS instead of raw flash. #include "core/services/storage/flash.h" #include "platform/platform.h" #include "nvs_flash.h" #include "nvs.h" #include <stri...
joypad-ai/joypad-os
https://github.com/joypad-ai/joypad-os
null
null
null
null
1,350
null
null
apache-2.0
null
null
null
null
null
null
null
esp/main/battery_esp32.c
null
null
null
null
null
null
C
2026-05-04T19:12:40.485132
// battery_esp32.c - Battery level monitoring for Feather ESP32-S3 // // Reads battery percentage from I2C fuel gauge chip. // Supports MAX17048 (addr 0x36) and LC709203F (addr 0x0B). #include "platform/platform_i2c.h" #include "ble/gatt-service/battery_service_server.h" #include "freertos/FreeRTOS.h" #include "freert...
joypad-ai/joypad-os
https://github.com/joypad-ai/joypad-os
null
null
null
null
1,350
null
null
apache-2.0
null
null
null
null
null
null
null
esp/main/main.c
null
null
null
null
null
null
C
2026-05-04T19:12:40.521830
// main.c - ESP32-S3 entry point // // FreeRTOS entry point for Joypad apps on ESP32-S3. // BTstack runs in its own FreeRTOS task (created by btstack_run_loop_freertos). // Main task handles USB device, app logic, LED, and storage. #include <stdio.h> #include <string.h> #include "freertos/FreeRTOS.h" #include "freerto...
joypad-ai/joypad-os
https://github.com/joypad-ai/joypad-os
null
null
null
null
1,350
null
null
apache-2.0
null
null
null
null
null
null
null
esp/main/display_i2c_esp32.c
null
null
null
null
null
null
C
2026-05-04T19:12:40.523259
// display_i2c_esp32.c - I2C display transport for ESP32-S3 // // Implements display_i2c_init() using ESP-IDF I2C driver via platform HAL. // Used with the Adafruit SH1107 FeatherWing OLED on Feather ESP32-S3. // // Display flush runs in a low-priority FreeRTOS task so I2C // transfers don't block the main loop. #incl...
joypad-ai/joypad-os
https://github.com/joypad-ai/joypad-os
null
null
null
null
1,350
null
null
apache-2.0
null
null
null
null
null
null
null
esp/main/pico/rand.h
null
null
null
null
null
null
C
2026-05-04T19:12:41.084724
// pico/rand.h shim for ESP32 // Provides get_rand_32() using ESP-IDF's hardware RNG. #ifndef PICO_RAND_H_SHIM #define PICO_RAND_H_SHIM #include "esp_random.h" static inline uint32_t get_rand_32(void) { return esp_random(); } #endif
joypad-ai/joypad-os
https://github.com/joypad-ai/joypad-os
null
null
null
null
1,350
null
null
apache-2.0
null
null
null
null
null
null
null
esp/main/tusb_config_esp32.h
null
null
null
null
null
null
C
2026-05-04T19:12:41.154637
// tusb_config_esp32.h - TinyUSB configuration for ESP32-S3 // // Device-only configuration for bt2usb on ESP32-S3. // No USB host (BT input only), same HID/CDC config as RP2040. #ifndef _TUSB_CONFIG_H_ #define _TUSB_CONFIG_H_ #ifdef __cplusplus extern "C" { #endif //------------------------------------------------...
joypad-ai/joypad-os
https://github.com/joypad-ai/joypad-os
null
null
null
null
1,350
null
null
apache-2.0
null
null
null
null
null
null
null
esp/main/ws2812_esp32.c
null
null
null
null
null
null
C
2026-05-04T19:12:41.155831
// ws2812_esp32.c - NeoPixel driver for ESP32-S3 via RMT // // Uses ESP-IDF RMT peripheral with bytes encoder for hardware-timed WS2812 // waveform generation. No CPU involvement during transmission. // // Feather ESP32-S3: NeoPixel on GPIO33, power on GPIO21 (active high) #include "core/services/leds/neopixel/ws2812....
joypad-ai/joypad-os
https://github.com/joypad-ai/joypad-os
null
null
null
null
1,350
null
null
apache-2.0
null
null
null
null
null
null
null
nrf/src/btstack_tlv_nrf.h
null
null
null
null
null
null
C
2026-05-04T19:12:41.174696
// btstack_tlv_nrf.h - BTstack TLV backed by Zephyr NVS // // Provides persistent key-value storage for BTstack (BLE bond keys, // SM identity keys, etc.) using the nRF52840's internal flash via NVS. #ifndef BTSTACK_TLV_NRF_H #define BTSTACK_TLV_NRF_H #include "btstack_tlv.h" #include <zephyr/fs/nvs.h> // Initialize...
joypad-ai/joypad-os
https://github.com/joypad-ai/joypad-os
null
null
null
null
1,350
null
null
apache-2.0
null
null
null
null
null
null
null
nrf/src/btstack_tlv_nrf.c
null
null
null
null
null
null
C
2026-05-04T19:12:41.175932
// btstack_tlv_nrf.c - BTstack TLV backed by Zephyr NVS // // Maps 32-bit BTstack TLV tags to 16-bit NVS IDs via XOR hash. // Shares the NVS partition with flash_nrf.c (app settings use key 1; // BTstack tags hash to 0x0600+ range, no collision). // // Zephyr NVS is internally mutex-protected, so this is safe to call /...
joypad-ai/joypad-os
https://github.com/joypad-ai/joypad-os
null
null
null
null
1,350
null
null
apache-2.0
null
null
null
null
null
null
null
esp/main/platform_gpio_esp32.c
null
null
null
null
null
null
C
2026-05-04T19:12:41.188221
// platform_gpio_esp32.c - ESP32 GPIO/ADC implementation // SPDX-License-Identifier: Apache-2.0 #include "platform/platform_gpio.h" #include "driver/gpio.h" #include "esp_adc/adc_oneshot.h" #include <stdio.h> static adc_oneshot_unit_handle_t adc_handle = NULL; static bool adc_inited = false; void platform_gpio_init_...
joypad-ai/joypad-os
https://github.com/joypad-ai/joypad-os
null
null
null
null
1,350
null
null
apache-2.0
null
null
null
null
null
null
null
nrf/src/display_i2c_nrf.c
null
null
null
null
null
null
C
2026-05-04T19:12:41.189668
// display_i2c_nrf.c - I2C display transport for nRF52840 boards // // Implements display_i2c_init() using Zephyr I2C driver. // XIAO nRF52840: SSD1306 on i2c1 (XIAO Expansion Board) // Feather nRF52840: SH1107 on i2c0 (FeatherWing OLED) // // Display flush runs in a low-priority background thread so I2C // transfers...
joypad-ai/joypad-os
https://github.com/joypad-ai/joypad-os
null
null
null
null
1,350
null
null
apache-2.0
null
null
null
null
null
null
null
nrf/src/button_nrf.c
null
null
null
null
null
null
C
2026-05-04T19:12:41.225443
// button_nrf.c - Button driver for nRF52840 boards // // Implements button.h using Zephyr GPIO. Active low with internal pull-up. // // XIAO nRF52840: D1 = P0.03 on gpio0 // Feather nRF52840: User switch = P1.02 on gpio1 #include "core/services/button/button.h" #include "platform/platform.h" #include <zephyr/driver...
joypad-ai/joypad-os
https://github.com/joypad-ai/joypad-os
null
null
null
null
1,350
null
null
apache-2.0
null
null
null
null
null
null
null
esp/main/stubs_peripheral.c
null
null
null
null
null
null
C
2026-05-04T19:12:41.226548
// stubs_peripheral.c - Weak stubs for peripheral-only ESP32 builds // // When building in peripheral mode (controller_btusb), btstack_host.c and // bthid are not linked. Shared code (router.c, cdc_commands.c, sinput_mode.c) // references symbols from those modules. These weak stubs satisfy the linker. #include <stdin...
joypad-ai/joypad-os
https://github.com/joypad-ai/joypad-os
null
null
null
null
1,350
null
null
apache-2.0
null
null
null
null
null
null
null
nrf/src/btstack_config.h
null
null
null
null
null
null
C
2026-05-04T19:12:41.267477
// btstack_config.h - Seeed XIAO nRF52840 BTstack config wrapper // Shadows src/bt/btstack/btstack_config.h (RP2040 version) in include path #include "../../src/bt/btstack/btstack_config_nrf.h"