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
saschagrunert/demystifying-containers
https://github.com/saschagrunert/demystifying-containers
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
part1-kernel-space/src/namespaces.c
null
null
null
null
null
null
C
2026-05-04T18:55:27.163687
// SPDX-License-Identifier: Apache-2.0 #define _GNU_SOURCE #include <errno.h> #include <sched.h> #include <stdio.h> #include <string.h> #include <sys/mount.h> #include <sys/msg.h> #include <sys/stat.h> #include <sys/types.h> #include <sys/wait.h> #include <unistd.h> #define STACKSIZE (1024 * 1024) static char stack[ST...
saschagrunert/demystifying-containers
https://github.com/saschagrunert/demystifying-containers
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
part1-kernel-space/src/unroot.c
null
null
null
null
null
null
C
2026-05-04T18:55:27.164269
// SPDX-License-Identifier: Apache-2.0 #include <sys/stat.h> #include <unistd.h> int main(void) { mkdir(".out", 0755); chroot(".out"); chdir("../../../../../../../../../../"); chroot("."); return execl("/bin/bash", "-i", NULL); }
titansec/OpenWAF
https://github.com/titansec/OpenWAF
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
lib/openresty/lua-geoip-0.1.2/src/lua-geoip.h
null
null
null
null
null
null
C
2026-05-04T18:55:29.846563
/* * lua-geoip.h: Bindings for MaxMind's GeoIP library * See copyright information in file COPYRIGHT. */ #ifndef LUAGEOIP_LUA_GEOIP_H_ #define LUAGEOIP_LUA_GEOIP_H_ #if defined (__cplusplus) extern "C" { #endif #include <lua.h> #include <lauxlib.h> #ifndef luaL_checkint #define luaL_checkint(L,n) luaL_...
titansec/OpenWAF
https://github.com/titansec/OpenWAF
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
lib/openresty/lua-geoip-0.1.2/src/database.h
null
null
null
null
null
null
C
2026-05-04T18:55:29.847955
/* * database.h: Bindings for MaxMind's GeoIP library * See copyright information in file COPYRIGHT. */ #ifndef LUAGEOIP_DATABASE_H_ #define LUAGEOIP_DATABASE_H_ #define LUAGEOIP_COUNTRY_MT "lua-geoip.db.country" #define LUAGEOIP_CITY_MT "lua-geoip.db.city" int luageoip_common_open_db( lua_State * L...
titansec/OpenWAF
https://github.com/titansec/OpenWAF
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
lib/openresty/lua-geoip-0.1.2/src/database.c
null
null
null
null
null
null
C
2026-05-04T18:55:29.848989
#include <fcntl.h> #include <unistd.h> #include "lua-geoip.h" #include "database.h" int luageoip_common_open_db( lua_State * L, const luaL_Reg * M, int default_type, int default_flags, const char * mt_name, unsigned int bad_flags, size_t num_allowed_types, const int * allowed_types )...
titansec/OpenWAF
https://github.com/titansec/OpenWAF
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
lib/openresty/lua-geoip-0.1.2/src/country.c
null
null
null
null
null
null
C
2026-05-04T18:55:29.849997
/* * country.c: Bindings for MaxMind's GeoIP library * See copyright information in file COPYRIGHT. */ #include "lua-geoip.h" #include "database.h" #define LUAGEOIP_COUNTRY_VERSION "lua-geoip.country 0.1.1" #define LUAGEOIP_COUNTRY_COPYRIGHT "Copyright (C) 2011, lua-geoip authors" #define LUAGEOIP_...
titansec/OpenWAF
https://github.com/titansec/OpenWAF
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
lib/openresty/lua-libinjection-3.9.1/src/html5_cli.c
null
null
null
null
null
null
C
2026-05-04T18:55:29.852629
/** * Copyright 2012, 2013, 2014 Nick Galbreath * nickg@client9.com * BSD License -- see COPYING.txt for details * * This is for testing against files in ../data/ *.txt * Reads from stdin or a list of files, and emits if a line * is a SQLi attack or not, and does basic statistics * */ #include <string.h> #incl...
titansec/OpenWAF
https://github.com/titansec/OpenWAF
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
lib/openresty/lua-geoip-0.1.2/src/lua-geoip.c
null
null
null
null
null
null
C
2026-05-04T18:55:29.853565
/* * lua-geoip.c: Bindings for MaxMind's GeoIP library * See copyright information in file COPYRIGHT. */ #define LUAGEOIP_VERSION "lua-geoip 0.1.1" #define LUAGEOIP_COPYRIGHT "Copyright (C) 2011, lua-geoip authors" #define LUAGEOIP_DESCRIPTION "Bindings for MaxMind's GeoIP library" #include "lua-ge...
titansec/OpenWAF
https://github.com/titansec/OpenWAF
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
lib/openresty/lua-libinjection-3.9.1/src/fptool.c
null
null
null
null
null
null
C
2026-05-04T18:55:29.854592
/** * Copyright 2012, 2013 Nick Galbreath * nickg@client9.com * BSD License -- see COPYING.txt for details * * This is for testing against files in ../data/ *.txt * Reads from stdin or a list of files, and emits if a line * is a SQLi attack or not, and does basic statistics * */ #include <string.h> #include <s...
titansec/OpenWAF
https://github.com/titansec/OpenWAF
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
lib/openresty/lua-libinjection-3.9.1/src/example1.c
null
null
null
null
null
null
C
2026-05-04T18:55:29.880293
#include <stdio.h> #include <string.h> #include "libinjection.h" int main(int argc, const char* argv[]) { char fingerprint[8]; const char* input; size_t slen; int issqli; if (argc < 2) { fprintf(stderr, "Usage: %s inputstring\n", argv[0]); return -1; } inpu...
titansec/OpenWAF
https://github.com/titansec/OpenWAF
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
lib/openresty/lua-geoip-0.1.2/src/city.c
null
null
null
null
null
null
C
2026-05-04T18:55:29.880805
/* * city.c: Bindings for MaxMind's GeoIP library * See copyright information in file COPYRIGHT. */ #include <fcntl.h> #include "lua-geoip.h" #include "database.h" #define LUAGEOIP_CITY_VERSION "lua-geoip.city 0.1.1" #define LUAGEOIP_CITY_COPYRIGHT "Copyright (C) 2011, lua-geoip authors" #define L...
titansec/OpenWAF
https://github.com/titansec/OpenWAF
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
lib/openresty/lua-libinjection-3.9.1/src/libinjection.h
null
null
null
null
null
null
C
2026-05-04T18:55:29.960638
/** * Copyright 2012, 2013 Nick Galbreath * nickg@client9.com * BSD License -- see COPYING.txt for details * * https://libinjection.client9.com/ * */ #ifndef _LIBINJECTION_H #define _LIBINJECTION_H #ifdef __cplusplus # define LIBINJECTION_BEGIN_DECLS extern "C" { # define LIBINJECTION_END_DECL...
titansec/OpenWAF
https://github.com/titansec/OpenWAF
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
lib/openresty/lua-libinjection-3.9.1/src/libinjection_sqli.h
null
null
null
null
null
null
C
2026-05-04T18:55:30.556334
/** * Copyright 2012, 2013 Nick Galbreath * nickg@client9.com * BSD License -- see COPYING.txt for details * * https://libinjection.client9.com/ * */ #ifndef _LIBINJECTION_SQLI_H #define _LIBINJECTION_SQLI_H #ifdef __cplusplus extern "C" { #endif /* * Pull in size_t */ #include <string.h>...
titansec/OpenWAF
https://github.com/titansec/OpenWAF
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
lib/openresty/lua-libinjection-3.9.1/src/libinjection_xss.c
null
null
null
null
null
null
C
2026-05-04T18:55:30.559935
#include "libinjection.h" #include "libinjection_xss.h" #include "libinjection_html5.h" #include <assert.h> #include <stdio.h> typedef enum attribute { TYPE_NONE , TYPE_BLACK /* ban always */ , TYPE_ATTR_URL /* attribute value takes a URL-like object */ , TYPE_STYLE , TYPE_ATTR_INDIRECT /*...
titansec/OpenWAF
https://github.com/titansec/OpenWAF
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
lib/openresty/lua-libinjection-3.9.1/src/libinjection_html5.c
null
null
null
null
null
null
C
2026-05-04T18:55:30.568421
#include "libinjection_html5.h" #include <string.h> #include <assert.h> #ifdef DEBUG #include <stdio.h> #define TRACE() printf("%s:%d\n", __FUNCTION__, __LINE__) #else #define TRACE() #endif #define CHAR_EOF -1 #define CHAR_NULL 0 #define CHAR_BANG 33 #define CHAR_DOUBLE 34 #define CHAR_PERCENT 37 #define CHAR_SING...
titansec/OpenWAF
https://github.com/titansec/OpenWAF
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
lib/openresty/lua-libinjection-3.9.1/src/test_speed_sqli.c
null
null
null
null
null
null
C
2026-05-04T18:55:30.596646
/* * A not very good test for performance. This is mostly useful in * testing performance -regressions- * */ #include <time.h> #include <string.h> #include <stdio.h> #include "libinjection.h" #include "libinjection_sqli.h" int testIsSQL(void); int testIsSQL(void) { const char* const s[] = { "123 LIKE...
titansec/OpenWAF
https://github.com/titansec/OpenWAF
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
lib/openresty/lua-libinjection-3.9.1/src/libinjection_sqli.c
null
null
null
null
null
null
C
2026-05-04T18:55:30.597933
/** * Copyright 2012,2013 Nick Galbreath * nickg@client9.com * BSD License -- see COPYING.txt for details * * https://libinjection.client9.com/ * */ #include <string.h> #include <stdlib.h> #include <stdio.h> #include <ctype.h> #include <assert.h> #include <stddef.h> #include "libinjection.h" #include "libinje...
titansec/OpenWAF
https://github.com/titansec/OpenWAF
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
lib/openresty/lua-libinjection-3.9.1/src/reader.c
null
null
null
null
null
null
C
2026-05-04T18:55:30.599060
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <assert.h> #include "libinjection.h" #include "libinjection_sqli.h" #include "libinjection_xss.h" #ifndef TRUE #define TRUE 1 #endif #ifndef FALSE #define FALSE 0 #endif static int g_test_ok = 0; static int g_test_fail = 0; typedef enum { MODE_...
titansec/OpenWAF
https://github.com/titansec/OpenWAF
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
lib/openresty/lua-libinjection-3.9.1/src/libinjection_xss.h
null
null
null
null
null
null
C
2026-05-04T18:55:30.626233
#ifndef LIBINJECTION_XSS #define LIBINJECTION_XSS #ifdef __cplusplus extern "C" { #endif /** * HEY THIS ISN'T DONE */ /* pull in size_t */ #include <string.h> int libinjection_is_xss(const char* s, size_t len, int flags); #ifdef __cplusplus } #endif #endif
titansec/OpenWAF
https://github.com/titansec/OpenWAF
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
lib/openresty/lua-libinjection-3.9.1/src/test_speed_xss.c
null
null
null
null
null
null
C
2026-05-04T18:55:30.626748
/* * A not very good test for performance. This is mostly useful in * testing performance -regressions- * */ #include <time.h> #include <string.h> #include <stdio.h> #include "libinjection.h" int testIsSQL(void); int testIsSQL(void) { const char* const s[] = { "<script>alert(1);</script>...
titansec/OpenWAF
https://github.com/titansec/OpenWAF
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
lib/openresty/lua-libinjection-3.9.1/src/libinjection_html5.h
null
null
null
null
null
null
C
2026-05-04T18:55:30.660479
#ifndef LIBINJECTION_HTML5 #define LIBINJECTION_HTML5 #ifdef __cplusplus extern "C" { #endif /* pull in size_t */ #include <stddef.h> enum html5_type { DATA_TEXT , TAG_NAME_OPEN , TAG_NAME_CLOSE , TAG_NAME_SELFCLOSE , TAG_DATA , TAG_CLOSE , ATTR_NAME , ATTR_VALUE ...
titansec/OpenWAF
https://github.com/titansec/OpenWAF
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
lib/openresty/lua-libinjection-3.9.1/src/sqli_cli.c
null
null
null
null
null
null
C
2026-05-04T18:55:30.673860
/** * Copyright 2012, 2013 Nick Galbreath * nickg@client9.com * BSD License -- see COPYING.txt for details * * This is for testing against files in ../data/ *.txt * Reads from stdin or a list of files, and emits if a line * is a SQLi attack or not, and does basic statistics * */ #include <string.h> ...
titansec/OpenWAF
https://github.com/titansec/OpenWAF
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
lib/openresty/lua-upstream-cache-nginx-module-0.1.1/src/ngx_http_lua_cache_control.h
null
null
null
null
null
null
C
2026-05-04T18:55:31.211950
#ifndef NGX_HTTP_LUA_CACHE_CONTROL_H #define NGX_HTTP_LUA_CACHE_CONTROL_H #include "ngx_http_lua_api.h" #include "lauxlib.h" int ngx_http_lua_inject_cache_control_api(lua_State *L); #endif /* NGX_HTTP_LUA_CACHE_CONTROL_H */
titansec/OpenWAF
https://github.com/titansec/OpenWAF
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
lib/openresty/lua-upstream-cache-nginx-module-0.1.1/src/ddebug.h
null
null
null
null
null
null
C
2026-05-04T18:55:31.266215
/* vim:set ft=c ts=4 sw=4 et fdm=marker: */ #ifndef DDEBUG_H #define DDEBUG_H #include <nginx.h> #include <ngx_core.h> #if defined(DDEBUG) && (DDEBUG) # if (NGX_HAVE_VARIADIC_MACROS) # define dd(...) fprintf(stderr, "lua *** %s: ", __func__); \ fprintf(stderr, __VA_ARGS__); \ fprint...
titansec/OpenWAF
https://github.com/titansec/OpenWAF
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
lib/openresty/lua-libinjection-3.9.1/src/testdriver.c
null
null
null
null
null
null
C
2026-05-04T18:55:31.266774
#include <assert.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <glob.h> #include "libinjection.h" #include "libinjection_sqli.h" #include "libinjection_html5.h" #include "libinjection_xss.h" static char g_test[8096]; static char g_input[8096]; static char g_expected[8096]; size_...
titansec/OpenWAF
https://github.com/titansec/OpenWAF
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
lib/openresty/ngx-http-waf-variables-module-0.01/ngx_http_twaf_variables_module.c
null
null
null
null
null
null
C
2026-05-04T18:55:31.295412
#include <ngx_config.h> #include <ngx_core.h> #include <ngx_http.h> static ngx_int_t ngx_http_twaf_variables_str(ngx_http_request_t *r, ngx_http_variable_value_t *v, uintptr_t data); static ngx_int_t ngx_http_twaf_variables_stat(ngx_http_request_t *r, ngx_http_variable_value_t *v, uintptr_t data); static ngx...
titansec/OpenWAF
https://github.com/titansec/OpenWAF
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
lib/openresty/lua-upstream-cache-nginx-module-0.1.1/src/ngx_http_lua_cache_module.c
null
null
null
null
null
null
C
2026-05-04T18:55:31.374679
#include <ngx_core.h> #include <ngx_http.h> #include "ngx_http_lua_api.h" #include "ngx_http_lua_cache_control.h" ngx_module_t ngx_http_lua_cache_module; static ngx_int_t ngx_http_lua_cache_init(ngx_conf_t *cf); static ngx_http_module_t ngx_http_lua_cache_ctx = { NULL, /* preconfiguration */ ngx_http_lua_cac...
titansec/OpenWAF
https://github.com/titansec/OpenWAF
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
lib/openresty/lua-upstream-cache-nginx-module-0.1.1/src/ngx_http_lua_cache_control.c
null
null
null
null
null
null
C
2026-05-04T18:55:31.375288
#ifndef DDEBUG #define DDEBUG 0 #endif #include "ddebug.h" #include "ngx_http_lua_cache_control.h" #define ASSIGN_NUMBER_OR_RET(field, target, flag) \ do { \ lua_getfield(L, n, field); ...
titansec/OpenWAF
https://github.com/titansec/OpenWAF
null
null
null
null
772
null
null
apache-2.0
null
null
null
null
null
null
null
lib/openresty/transforms/transforms.c
null
null
null
null
null
null
C
2026-05-04T18:55:31.440335
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> /** * NOTE: Be careful as these can ONLY be used on static values for X. * (i.e. VALID_HEX(c++) will NOT work) */ #define VALID_HEX(X) (((X >= '0')&&(X <= '9')) || ((X >= 'a')&&(X <= 'f')) || ((X >= 'A')&&(X <= 'F'))) #define ISODIGIT(X) ...
lengjibo/FourEye
https://github.com/lengjibo/FourEye
null
null
null
null
769
null
null
apache-2.0
null
null
null
null
null
null
null
module/darkexe/build/main.h
null
null
null
null
null
null
C
2026-05-04T18:55:33.816794
#define key0 0x5a #define key1 0x5f #define key2 0x2a #define key3 0x4a #define key4 0x62 VOID FixImageIAT(PIMAGE_DOS_HEADER dos_header, PIMAGE_NT_HEADERS nt_header); LPVOID MapImageToMemory(LPVOID base_addr);
lengjibo/FourEye
https://github.com/lengjibo/FourEye
null
null
null
null
769
null
null
apache-2.0
null
null
null
null
null
null
null
module/darkexe/src/jmp_loader/main.c
null
null
null
null
null
null
C
2026-05-04T18:55:33.817440
/* ############################################################################# ## IMPORTANT ## ## ## ## Elements of this file are automatically ...
vvb2060/MagiskDetector
https://github.com/vvb2060/MagiskDetector
null
null
null
null
769
null
null
apache-2.0
null
null
null
null
null
null
null
app/src/main/jni/logging.h
null
null
null
null
null
null
C
2026-05-04T18:55:36.464373
#pragma once #include <android/log.h> #define LOGI(...) (__android_log_print(ANDROID_LOG_INFO, TAG, __VA_ARGS__)) #define LOGW(...) (__android_log_print(ANDROID_LOG_WARN, TAG, __VA_ARGS__)) #define LOGE(...) (__android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__)) #ifdef NDEBUG #define LOGV(...) #define LOGD(...) ...
vvb2060/MagiskDetector
https://github.com/vvb2060/MagiskDetector
null
null
null
null
769
null
null
apache-2.0
null
null
null
null
null
null
null
app/src/main/jni/vvb2060.c
null
null
null
null
null
null
C
2026-05-04T18:55:36.465027
#include <jni.h> #include <stdlib.h> #include <sys/sysmacros.h> #include <sys/system_properties.h> #include "logging.h" #include "linux_syscall_support.h" #define TAG "MagiskDetector" static dev_t scan_mountinfo() { int major = 0; int minor = 0; char line[PATH_MAX]; char mountinfo[] = "/proc/self/mou...
SequoiaSan/FlipperZero-WiFi-Scanner_Module
https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module
null
null
null
null
760
null
null
apache-2.0
null
null
null
null
null
null
null
FlipperZero-WiFi-Scanner-App/applications/wifi_scanner/FlipperZeroWiFiModuleDefines.h
null
null
null
null
null
null
C
2026-05-04T18:55:38.939933
#define WIFI_MODULE_INIT_VERSION "WFSM_0.1" #define MODULE_CONTEXT_INITIALIZATION WIFI_MODULE_INIT_VERSION #define MODULE_CONTEXT_MONITOR "monitor" #define MODULE_CONTEXT_SCAN "scan" #define MODULE_CONTEXT_SCAN_ANIMATION "scan_anim" #define MODULE_CONTEXT_MONITOR_ANIMATION "monitor_anim" #define MODULE_CONTROL_COMMAN...
SequoiaSan/FlipperZero-WiFi-Scanner_Module
https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module
null
null
null
null
760
null
null
apache-2.0
null
null
null
null
null
null
null
FlipperZero-WiFi-Scanner_Module/FlipperZeroWiFiModuleDefines.h
null
null
null
null
null
null
C
2026-05-04T18:55:38.941021
#define WIFI_MODULE_INIT_VERSION "WFSM_0.1" #define MODULE_CONTEXT_INITIALIZATION WIFI_MODULE_INIT_VERSION #define MODULE_CONTEXT_MONITOR "monitor" #define MODULE_CONTEXT_SCAN "scan" #define MODULE_CONTEXT_SCAN_ANIMATION "scan_anim" #define MODULE_CONTEXT_MONITOR_ANIMATION "monitor_anim" #define MODULE_CONTROL_COMMAN...
SequoiaSan/FlipperZero-WiFi-Scanner_Module
https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module
null
null
null
null
760
null
null
apache-2.0
null
null
null
null
null
null
null
FlipperZero-WiFi-Scanner_Module/DebugHelpers.h
null
null
null
null
null
null
C
2026-05-04T18:55:38.941637
class PerfTimer { public: PerfTimer(const char* debugName) : m_debugName(debugName) { m_startTime = millis(); } ~PerfTimer() { char buffer[128]; sprintf(buffer, "[%s] %ul millis", m_debugName, millis() - m_startTime); Serial.println(); Serial.println(buffer); }...
SequoiaSan/FlipperZero-WiFi-Scanner_Module
https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module
null
null
null
null
760
null
null
apache-2.0
null
null
null
null
null
null
null
FlipperZero-WiFi-Scanner-App/applications/wifi_scanner/wifi_scanner.c
null
null
null
null
null
null
C
2026-05-04T18:55:38.948834
#include <furi.h> #include <furi_hal_console.h> #include <furi_hal_gpio.h> #include <furi_hal_power.h> #include <furi_hal_uart.h> #include <gui/canvas_i.h> #include <gui/gui.h> #include <input/input.h> #include <m-string.h> #include <math.h> #include <notification/notification.h> #include <notification/notification_mes...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
CL/cl_gl.h
null
null
null
null
null
null
C
2026-05-04T18:55:41.380359
/******************************************************************************* * Copyright (c) 2008-2026 The Khronos Group Inc. * * 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 * * ...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
CL/cl_gl_ext.h
null
null
null
null
null
null
C
2026-05-04T18:55:41.401484
/******************************************************************************* * Copyright (c) 2008-2026 The Khronos Group Inc. * * 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 * * ...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
CL/cl_egl.h
null
null
null
null
null
null
C
2026-05-04T18:55:41.402130
/******************************************************************************* * Copyright (c) 2008-2026 The Khronos Group Inc. * * 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 * * ...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
CL/cl_dx9_media_sharing_intel.h
null
null
null
null
null
null
C
2026-05-04T18:55:41.404697
/******************************************************************************* * Copyright (c) 2008-2026 The Khronos Group Inc. * * 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 * * ...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
CL/cl_function_types.h
null
null
null
null
null
null
C
2026-05-04T18:55:41.411893
/* * Copyright (c) 2023-2026 The Khronos Group Inc. * * 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 applicab...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
CL/cl_dx9_media_sharing.h
null
null
null
null
null
null
C
2026-05-04T18:55:41.427730
/******************************************************************************* * Copyright (c) 2008-2026 The Khronos Group Inc. * * 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 * * ...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
CL/cl.h
null
null
null
null
null
null
C
2026-05-04T18:55:41.429024
/******************************************************************************* * Copyright (c) 2008-2026 The Khronos Group Inc. * * 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 * * ...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
CL/cl_ext_intel.h
null
null
null
null
null
null
C
2026-05-04T18:55:41.442821
/******************************************************************************* * Copyright (c) 2008-2026 The Khronos Group Inc. * * 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 * * ...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
CL/cl_d3d10.h
null
null
null
null
null
null
C
2026-05-04T18:55:41.444178
/******************************************************************************* * Copyright (c) 2008-2026 The Khronos Group Inc. * * 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 * * ...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
CL/cl_d3d11.h
null
null
null
null
null
null
C
2026-05-04T18:55:41.472186
/******************************************************************************* * Copyright (c) 2008-2026 The Khronos Group Inc. * * 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 * * ...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
CL/cl_half.h
null
null
null
null
null
null
C
2026-05-04T18:55:41.956724
/******************************************************************************* * Copyright (c) 2019-2026 The Khronos Group Inc. * * 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 * * ...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
CL/cl_va_api_media_sharing_intel.h
null
null
null
null
null
null
C
2026-05-04T18:55:42.038952
/******************************************************************************* * Copyright (c) 2008-2026 The Khronos Group Inc. * * 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 * * ...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
CL/cl_icd.h
null
null
null
null
null
null
C
2026-05-04T18:55:42.069616
/******************************************************************************* * Copyright (c) 2019-2026 The Khronos Group Inc. * * 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 * * ...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
CL/opencl.h
null
null
null
null
null
null
C
2026-05-04T18:55:42.103827
/******************************************************************************* * Copyright (c) 2008-2026 The Khronos Group Inc. * * 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 * * ...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
CL/cl_version.h
null
null
null
null
null
null
C
2026-05-04T18:55:42.105891
/******************************************************************************* * Copyright (c) 2018-2026 The Khronos Group Inc. * * 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 * * ...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
tests/conan/example.c
null
null
null
null
null
null
C
2026-05-04T18:55:42.108247
#define CL_TARGET_OPENCL_VERSION 220 #include <CL/cl.h> int main(void) { cl_platform_id id; cl_int result; result = 0; return result; }
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
tests/test_cl.h.c
null
null
null
null
null
null
C
2026-05-04T18:55:42.169637
// // Copyright (c) 2020-2026 The Khronos Group Inc. // // 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 applicabl...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
CL/cl_layer.h
null
null
null
null
null
null
C
2026-05-04T18:55:42.214475
/******************************************************************************* * Copyright (c) 2008-2026 The Khronos Group Inc. * * 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 * * ...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
CL/cl_platform.h
null
null
null
null
null
null
C
2026-05-04T18:55:42.239412
/******************************************************************************* * Copyright (c) 2008-2026 The Khronos Group Inc. * * 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 * * ...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
tests/test_cl_d3d10.h.c
null
null
null
null
null
null
C
2026-05-04T18:55:42.779375
// // Copyright (c) 2020-2026 The Khronos Group Inc. // // 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 applicabl...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
tests/test_cl_d3d11.h.c
null
null
null
null
null
null
C
2026-05-04T18:55:43.146758
// // Copyright (c) 2020-2026 The Khronos Group Inc. // // 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 applicabl...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
tests/test_cl_dx9_media_sharing.h.c
null
null
null
null
null
null
C
2026-05-04T18:55:43.147376
// // Copyright (c) 2020-2026 The Khronos Group Inc. // // 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 applicabl...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
tests/test_cl_egl.h.c
null
null
null
null
null
null
C
2026-05-04T18:55:43.223506
// // Copyright (c) 2020-2026 The Khronos Group Inc. // // 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 applicabl...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
tests/test_cl_ext_intel.h.c
null
null
null
null
null
null
C
2026-05-04T18:55:43.224096
// // Copyright (c) 2020-2026 The Khronos Group Inc. // // 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 applicabl...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
tests/test_cl_half.h.c
null
null
null
null
null
null
C
2026-05-04T18:55:43.339479
// // Copyright (c) 2020-2026 The Khronos Group Inc. // // 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 applicabl...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
tests/test_cl_icd.h.c
null
null
null
null
null
null
C
2026-05-04T18:55:44.377422
// // Copyright (c) 2020-2026 The Khronos Group Inc. // // 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 applicabl...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
tests/test_cl_layer.h.c
null
null
null
null
null
null
C
2026-05-04T18:55:44.378253
// // Copyright (c) 2020-2026 The Khronos Group Inc. // // 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 applicabl...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
tests/test_cl_platform.h.c
null
null
null
null
null
null
C
2026-05-04T18:55:44.379226
// // Copyright (c) 2020-2026 The Khronos Group Inc. // // 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 applicabl...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
tests/test_cl_version.h.c
null
null
null
null
null
null
C
2026-05-04T18:55:44.575158
// // Copyright (c) 2020-2026 The Khronos Group Inc. // // 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 applicabl...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
tests/test_ext_headers.c
null
null
null
null
null
null
C
2026-05-04T18:55:44.575699
// // Copyright (c) 2024-2026 The Khronos Group Inc. // // 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 applicabl...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
tests/test_cl_ext.h.c
null
null
null
null
null
null
C
2026-05-04T18:55:44.606137
// // Copyright (c) 2020-2026 The Khronos Group Inc. // // 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 applicabl...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
tests/test_headers.c
null
null
null
null
null
null
C
2026-05-04T18:55:45.276900
// // Copyright (c) 2020-2026 The Khronos Group Inc. // // 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 applicabl...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
tests/test_cl_dx9_media_sharing_intel.h.c
null
null
null
null
null
null
C
2026-05-04T18:55:46.209152
// // Copyright (c) 2020-2026 The Khronos Group Inc. // // 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 applicabl...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
tests/test_opencl.h.c
null
null
null
null
null
null
C
2026-05-04T18:55:46.413778
// // Copyright (c) 2020-2026 The Khronos Group Inc. // // 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 applicabl...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
tests/test_cl_gl_ext.h.c
null
null
null
null
null
null
C
2026-05-04T18:55:48.257960
// // Copyright (c) 2020-2026 The Khronos Group Inc. // // 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 applicabl...
KhronosGroup/OpenCL-Headers
https://github.com/KhronosGroup/OpenCL-Headers
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
tests/test_cl_gl.h.c
null
null
null
null
null
null
C
2026-05-04T18:55:48.258527
// // Copyright (c) 2020-2026 The Khronos Group Inc. // // 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 applicabl...
veorq/SipHash
https://github.com/veorq/SipHash
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
test.c
null
null
null
null
null
null
C
2026-05-04T18:55:50.446542
/* SipHash reference C implementation Copyright (c) 2012-2021 Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com> Copyright (c) 2012 Daniel J. Bernstein <djb@cr.yp.to> To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software...
veorq/SipHash
https://github.com/veorq/SipHash
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
siphash.c
null
null
null
null
null
null
C
2026-05-04T18:55:50.469497
/* SipHash reference C implementation Copyright (c) 2012-2022 Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com> Copyright (c) 2012-2014 Daniel J. Bernstein <djb@cr.yp.to> To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this so...
veorq/SipHash
https://github.com/veorq/SipHash
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
vectors.h
null
null
null
null
null
null
C
2026-05-04T18:55:50.488957
#include <stdint.h> const uint8_t vectors_sip64[64][8] = { { 0x31, 0x0e, 0x0e, 0xdd, 0x47, 0xdb, 0x6f, 0x72, }, { 0xfd, 0x67, 0xdc, 0x93, 0xc5, 0x39, 0xf8, 0x74, }, { ...
veorq/SipHash
https://github.com/veorq/SipHash
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
siphash.h
null
null
null
null
null
null
C
2026-05-04T18:55:50.502058
/* SipHash reference C implementation Copyright (c) 2012-2021 Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com> Copyright (c) 2012-2014 Daniel J. Bernstein <djb@cr.yp.to> To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this so...
veorq/SipHash
https://github.com/veorq/SipHash
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
halfsiphash.h
null
null
null
null
null
null
C
2026-05-04T18:55:50.506157
/* SipHash reference C implementation Copyright (c) 2012-2021 Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com> Copyright (c) 2012-2014 Daniel J. Bernstein <djb@cr.yp.to> To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this so...
veorq/SipHash
https://github.com/veorq/SipHash
null
null
null
null
757
null
null
apache-2.0
null
null
null
null
null
null
null
halfsiphash.c
null
null
null
null
null
null
C
2026-05-04T18:55:50.506722
/* SipHash reference C implementation Copyright (c) 2016 Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com> To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distribute...
ytai/ioio
https://github.com/ytai/ioio
null
null
null
null
754
null
null
apache-2.0
null
null
null
null
null
null
null
firmware/app_layer_v1/features.c
null
null
null
null
null
null
C
2026-05-04T18:55:53.786915
/* * Copyright 2011 Ytai Ben-Tsvi. All rights reserved. * * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this list of * con...
ytai/ioio
https://github.com/ytai/ioio
null
null
null
null
754
null
null
apache-2.0
null
null
null
null
null
null
null
firmware/app_layer_v1/i2c.h
null
null
null
null
null
null
C
2026-05-04T18:55:53.792259
/* * Copyright 2011 Ytai Ben-Tsvi. All rights reserved. * * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this list of * con...
ytai/ioio
https://github.com/ytai/ioio
null
null
null
null
754
null
null
apache-2.0
null
null
null
null
null
null
null
firmware/app_layer_v1/adc.c
null
null
null
null
null
null
C
2026-05-04T18:55:53.794484
/* * Copyright 2011 Ytai Ben-Tsvi. All rights reserved. * * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this list of * con...
ytai/ioio
https://github.com/ytai/ioio
null
null
null
null
754
null
null
apache-2.0
null
null
null
null
null
null
null
firmware/app/main.c
null
null
null
null
null
null
C
2026-05-04T18:55:53.795913
/* * Copyright 2011 Ytai Ben-Tsvi. All rights reserved. * * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this list of * con...
ytai/ioio
https://github.com/ytai/ioio
null
null
null
null
754
null
null
apache-2.0
null
null
null
null
null
null
null
firmware/app_layer_v1/i2c.c
null
null
null
null
null
null
C
2026-05-04T18:55:53.797097
/* * Copyright 2011 Ytai Ben-Tsvi. All rights reserved. * * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this list of * con...
ytai/ioio
https://github.com/ytai/ioio
null
null
null
null
754
null
null
apache-2.0
null
null
null
null
null
null
null
firmware/app_layer_v1/adc.h
null
null
null
null
null
null
C
2026-05-04T18:55:53.800482
/* * Copyright 2011 Ytai Ben-Tsvi. All rights reserved. * * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this list of * con...
ytai/ioio
https://github.com/ytai/ioio
null
null
null
null
754
null
null
apache-2.0
null
null
null
null
null
null
null
firmware/app_layer_v1/field_accessors.h
null
null
null
null
null
null
C
2026-05-04T18:55:53.802163
#ifndef __FIELD_ACCESSORS_H__ #define __FIELD_ACCESSORS_H__ void AssignUxRXIF(unsigned index, unsigned value); void AssignUxRXIE(unsigned index, unsigned value); void AssignUxRXIP(unsigned index, unsigned value); void AssignUxTXIF(unsigned index, unsigned value); void AssignUxTXIE(unsigned index, unsigned value); void...
ytai/ioio
https://github.com/ytai/ioio
null
null
null
null
754
null
null
apache-2.0
null
null
null
null
null
null
null
firmware/app_layer_v1/digital.h
null
null
null
null
null
null
C
2026-05-04T18:55:53.809841
/* * Copyright 2011 Ytai Ben-Tsvi. All rights reserved. * * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this list of * con...
ytai/ioio
https://github.com/ytai/ioio
null
null
null
null
754
null
null
apache-2.0
null
null
null
null
null
null
null
firmware/app_layer_v1/features.h
null
null
null
null
null
null
C
2026-05-04T18:55:53.814468
/* * Copyright 2011 Ytai Ben-Tsvi. All rights reserved. * * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this list of * con...
ytai/ioio
https://github.com/ytai/ioio
null
null
null
null
754
null
null
apache-2.0
null
null
null
null
null
null
null
firmware/app_layer_v1/digital.c
null
null
null
null
null
null
C
2026-05-04T18:55:53.847696
/* * Copyright 2011 Ytai Ben-Tsvi. All rights reserved. * * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this list of * con...
ytai/ioio
https://github.com/ytai/ioio
null
null
null
null
754
null
null
apache-2.0
null
null
null
null
null
null
null
firmware/app_layer_v1/icsp.h
null
null
null
null
null
null
C
2026-05-04T18:55:55.225021
/* * Copyright 2011 Ytai Ben-Tsvi. All rights reserved. * * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this list of * con...
ytai/ioio
https://github.com/ytai/ioio
null
null
null
null
754
null
null
apache-2.0
null
null
null
null
null
null
null
firmware/app_layer_v1/incap.h
null
null
null
null
null
null
C
2026-05-04T18:55:55.227482
/* * Copyright 2011 Ytai Ben-Tsvi. All rights reserved. * * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this list of * con...
ytai/ioio
https://github.com/ytai/ioio
null
null
null
null
754
null
null
apache-2.0
null
null
null
null
null
null
null
firmware/app_layer_v1/main.c
null
null
null
null
null
null
C
2026-05-04T18:55:55.228960
/* * Copyright 2011 Ytai Ben-Tsvi. All rights reserved. * * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this list of * con...
ytai/ioio
https://github.com/ytai/ioio
null
null
null
null
754
null
null
apache-2.0
null
null
null
null
null
null
null
firmware/app_layer_v1/icsp.c
null
null
null
null
null
null
C
2026-05-04T18:55:55.230014
/* * Copyright 2011 Ytai Ben-Tsvi. All rights reserved. * * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this list of * con...
ytai/ioio
https://github.com/ytai/ioio
null
null
null
null
754
null
null
apache-2.0
null
null
null
null
null
null
null
firmware/app_layer_v1/pins.h
null
null
null
null
null
null
C
2026-05-04T18:55:55.231484
/* * Copyright 2011 Ytai Ben-Tsvi. All rights reserved. * * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this list of * con...
ytai/ioio
https://github.com/ytai/ioio
null
null
null
null
754
null
null
apache-2.0
null
null
null
null
null
null
null
firmware/app_layer_v1/pp_util.h
null
null
null
null
null
null
C
2026-05-04T18:55:55.233109
/* * Copyright 2011 Ytai Ben-Tsvi. All rights reserved. * * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this list of * con...
ytai/ioio
https://github.com/ytai/ioio
null
null
null
null
754
null
null
apache-2.0
null
null
null
null
null
null
null
firmware/app_layer_v1/pins.c
null
null
null
null
null
null
C
2026-05-04T18:55:55.234542
/* * Copyright 2011 Ytai Ben-Tsvi. All rights reserved. * * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this list of * con...
ytai/ioio
https://github.com/ytai/ioio
null
null
null
null
754
null
null
apache-2.0
null
null
null
null
null
null
null
firmware/app_layer_v1/incap.c
null
null
null
null
null
null
C
2026-05-04T18:55:55.235496
/* * Copyright 2011 Ytai Ben-Tsvi. All rights reserved. * * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this list of * con...
ytai/ioio
https://github.com/ytai/ioio
null
null
null
null
754
null
null
apache-2.0
null
null
null
null
null
null
null
firmware/app_layer_v1/protocol.h
null
null
null
null
null
null
C
2026-05-04T18:55:56.786757
/* * Copyright 2011 Ytai Ben-Tsvi. All rights reserved. * * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this list of * con...
ytai/ioio
https://github.com/ytai/ioio
null
null
null
null
754
null
null
apache-2.0
null
null
null
null
null
null
null
firmware/app_layer_v1/protocol.c
null
null
null
null
null
null
C
2026-05-04T18:55:57.111076
/* * Copyright 2011 Ytai Ben-Tsvi. All rights reserved. * * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this list of * con...
ytai/ioio
https://github.com/ytai/ioio
null
null
null
null
754
null
null
apache-2.0
null
null
null
null
null
null
null
firmware/app_layer_v1/queue.h
null
null
null
null
null
null
C
2026-05-04T18:55:57.124930
/* * Copyright 2013 Ytai Ben-Tsvi. All rights reserved. * * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this list of * con...