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
h2zero/NimBLE-Arduino
https://github.com/h2zero/NimBLE-Arduino
null
null
null
null
1,056
null
null
apache-2.0
null
null
null
null
null
null
null
src/nimble/console/console.h
null
null
null
null
null
null
C
2026-05-04T19:19:46.314649
#ifndef __CONSOLE_H__ #define __CONSOLE_H__ #include <stdio.h> #ifdef __cplusplus extern "C" { #define console_printf(_fmt, ...) ::printf(_fmt, ##__VA_ARGS__) #else #define console_printf(_fmt, ...) printf(_fmt, ##__VA_ARGS__) #endif #ifdef __cplusplus } #endif #endif /* __CONSOLE_H__ */
h2zero/NimBLE-Arduino
https://github.com/h2zero/NimBLE-Arduino
null
null
null
null
1,056
null
null
apache-2.0
null
null
null
null
null
null
null
src/nimble/esp_port/esp-hci/include/esp_nimble_hci.h
null
null
null
null
null
null
C
2026-05-04T19:19:46.324130
/* * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #ifndef __ESP_NIMBLE_HCI_H__ #define __ESP_NIMBLE_HCI_H__ #include "nimble/nimble/transport/include/nimble/transport.h" #ifdef __cplusplus extern "C" { #endif #define BLE_HCI_UART_H4_NONE ...
h2zero/NimBLE-Arduino
https://github.com/h2zero/NimBLE-Arduino
null
null
null
null
1,056
null
null
apache-2.0
null
null
null
null
null
null
null
src/nimble/esp_port/esp-hci/src/esp_nimble_hci.c
null
null
null
null
null
null
C
2026-05-04T19:19:46.408591
/* * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #ifdef ESP_PLATFORM #include "syscfg/syscfg.h" #if CONFIG_BT_NIMBLE_LEGACY_VHCI_ENABLE #include <assert.h> #include "nimble/porting/nimble/include/sysinit/sysinit.h" #include "nimble/nimble/includ...
h2zero/NimBLE-Arduino
https://github.com/h2zero/NimBLE-Arduino
null
null
null
null
1,056
null
null
apache-2.0
null
null
null
null
null
null
null
src/nimble/esp_port/esp-hci/src/na_hci_driver.c
null
null
null
null
null
null
C
2026-05-04T19:19:46.497319
/* * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #ifdef ESP_PLATFORM #include "syscfg/syscfg.h" #if CONFIG_BT_LE_CONTROLLER_NPL_OS_PORTING_SUPPORT #include <string.h> #include <stdio.h> #include "esp_hci_internal.h" #include "esp_hci_driver.h" ...
h2zero/NimBLE-Arduino
https://github.com/h2zero/NimBLE-Arduino
null
null
null
null
1,056
null
null
apache-2.0
null
null
null
null
null
null
null
src/nimble/esp_port/esp_ipc/src/hci_esp_ipc.c
null
null
null
null
null
null
C
2026-05-04T19:19:46.765258
/* * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #include <syscfg/syscfg.h> #ifdef ESP_PLATFORM # if !defined(CONFIG_IDF_TARGET_ESP32) && !defined(CONFIG_IDF_TARGET_ESP32C3) && \ !defined(CONFIG_IDF_TARGET_ESP32S3) && CONFIG_BT_BLUEDROID_ENABLED ...
h2zero/NimBLE-Arduino
https://github.com/h2zero/NimBLE-Arduino
null
null
null
null
1,056
null
null
apache-2.0
null
null
null
null
null
null
null
src/nimble/esp_port/port/include/bt_osi_mem.h
null
null
null
null
null
null
C
2026-05-04T19:19:46.864148
/* * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #pragma once #include "sdkconfig.h" #include "esp_attr.h" #include "esp_heap_caps.h" void *bt_osi_mem_malloc(size_t size); void *bt_osi_mem_calloc(size_t n, size_t size); void *bt_osi_mem_mallo...
h2zero/NimBLE-Arduino
https://github.com/h2zero/NimBLE-Arduino
null
null
null
null
1,056
null
null
apache-2.0
null
null
null
null
null
null
null
src/nimble/esp_port/esp_ipc_legacy/src/hci_esp_ipc_legacy.c
null
null
null
null
null
null
C
2026-05-04T19:19:46.865310
/* * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #include <syscfg/syscfg.h> #if defined(CONFIG_IDF_TARGET_ESP32) || defined(CONFIG_IDF_TARGET_ESP32C3) || defined(CONFIG_IDF_TARGET_ESP32S3) #include <assert.h> #include <string.h> #include <errno.h> #in...
h2zero/NimBLE-Arduino
https://github.com/h2zero/NimBLE-Arduino
null
null
null
null
1,056
null
null
apache-2.0
null
null
null
null
null
null
null
src/nimble/esp_port/port/include/esp_nimble_mem.h
null
null
null
null
null
null
C
2026-05-04T19:19:46.940690
/* * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #ifndef __ESP_NIMBLE_MEM_H__ #define __ESP_NIMBLE_MEM_H__ #include <stdlib.h> #ifdef __cplusplus extern "C" { #endif #if 0 //ESP_IDF_VERSION_MAJOR >= 5 // #pragma message "This file should be re...
h2zero/NimBLE-Arduino
https://github.com/h2zero/NimBLE-Arduino
null
null
null
null
1,056
null
null
apache-2.0
null
null
null
null
null
null
null
src/nimble/esp_port/port/src/exp_nimble_mem.c
null
null
null
null
null
null
C
2026-05-04T19:19:46.971767
/* * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #ifdef ESP_PLATFORM #include "esp_attr.h" #include "esp_heap_caps.h" #include "syscfg/syscfg.h" #include "../include/esp_nimble_mem.h" void *nimble_platform_mem_malloc(size_t size) { #if ...
h2zero/NimBLE-Arduino
https://github.com/h2zero/NimBLE-Arduino
null
null
null
null
1,056
null
null
apache-2.0
null
null
null
null
null
null
null
src/nimble/esp_port/port/transport/include/esp_hci_driver.h
null
null
null
null
null
null
C
2026-05-04T19:19:47.057953
/* * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #ifndef H_ESP_HCI_DRIVER_ #define H_ESP_HCI_DRIVER_ #include <stdint.h> /** * @brief Enumeration of HCI transport direction. */ typedef enum { HCI_DRIVER_DIR_C2H = 0x00, ///< From controller...
h2zero/NimBLE-Arduino
https://github.com/h2zero/NimBLE-Arduino
null
null
null
null
1,056
null
null
apache-2.0
null
null
null
null
null
null
null
src/nimble/esp_port/esp-hci/src/na_hci_transport.c
null
null
null
null
null
null
C
2026-05-04T19:19:47.091144
/* * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #ifdef ESP_PLATFORM #include "syscfg/syscfg.h" #if CONFIG_BT_LE_CONTROLLER_NPL_OS_PORTING_SUPPORT && CONFIG_BT_BLUEDROID_ENABLED #include <stdio.h> #include <string.h> #include "esp_log.h" #include "ni...
h2zero/NimBLE-Arduino
https://github.com/h2zero/NimBLE-Arduino
null
null
null
null
1,056
null
null
apache-2.0
null
null
null
null
null
null
null
src/nimble/esp_port/port/transport/include/esp_hci_transport.h
null
null
null
null
null
null
C
2026-05-04T19:19:47.447589
/* * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #ifndef H_ESP_HCI_TRANSPORT_ #define H_ESP_HCI_TRANSPORT_ #ifdef __cplusplus extern "C" { #endif #include <stdint.h> #include "nimble/porting/nimble/include/os/os_mbuf.h" #include "esp_hci_driver....
h2zero/NimBLE-Arduino
https://github.com/h2zero/NimBLE-Arduino
null
null
null
null
1,056
null
null
apache-2.0
null
null
null
null
null
null
null
src/nimble/ext/tinycrypt/include/tinycrypt/aes.h
null
null
null
null
null
null
C
2026-05-04T19:19:47.565491
/* aes.h - TinyCrypt interface to an AES-128 implementation */ /* * Copyright (C) 2017 by Intel Corporation, All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * - Redistributions of sou...
h2zero/NimBLE-Arduino
https://github.com/h2zero/NimBLE-Arduino
null
null
null
null
1,056
null
null
apache-2.0
null
null
null
null
null
null
null
src/NimBLEClient.h
null
null
null
null
null
null
C
2026-05-04T19:19:49.132601
/* * Copyright 2020-2025 Ryan Powell <ryan@nable-embedded.io> and * esp-nimble-cpp, NimBLE-Arduino contributors. * * 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.ap...
h2zero/NimBLE-Arduino
https://github.com/h2zero/NimBLE-Arduino
null
null
null
null
1,056
null
null
apache-2.0
null
null
null
null
null
null
null
src/NimBLELog.h
null
null
null
null
null
null
C
2026-05-04T19:19:50.954125
/* * Copyright 2020-2025 Ryan Powell <ryan@nable-embedded.io> and * esp-nimble-cpp, NimBLE-Arduino contributors. * * 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.ap...
h2zero/NimBLE-Arduino
https://github.com/h2zero/NimBLE-Arduino
null
null
null
null
1,056
null
null
apache-2.0
null
null
null
null
null
null
null
src/nimble/esp_port/port/transport/include/esp_hci_internal.h
null
null
null
null
null
null
C
2026-05-04T19:19:52.422445
/* * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #ifndef H_ESP_HCI_INTERNAL_ #define H_ESP_HCI_INTERNAL_ #ifdef __cplusplus extern "C" { #endif #include <stdint.h> #include "nimble/porting/nimble/include/os/os_mbuf.h" /* The leadingspace in us...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/kws/audio/fbank1a.c
null
null
null
null
null
null
C
2026-05-04T19:19:55.050053
const unsigned char mel_buf[64*40*1]={\ 77, 97, 111, 115, 112, 112, 114, 112, 107, 99, 113, 117, 116, 128, 127, 123, 135, 125, 125, 123, 130, 136, 134, 132, 141, 138, 136, 142, 143, 148, 148, 148, 146, 147, 146, 145, 147, 141, 135, 127, 74, 109, 103, 108, 101, 102, 114, 113, 106, 116, 109, 99, 104, 120, 118, 12...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/cifar10/pic/pic7.h
null
null
null
null
null
null
C
2026-05-04T19:19:55.051828
const unsigned char pic[32*32*3]={\ 46, 48, 56, 63, 66, 71, 84, 88, 89, 96,103, 96, 98,108, 92, 113,125,107, 128,137,127, 200,208,208, 242,248,253, 235,244,248, 240,248,248, 226,234,233, 219,225,224, 218,223,221, 211,215,209, 197,203,192, 186,195,192, 169,177,176, 160,166,165, 174,180,179, 203,208,207, 200,202,202...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/kws/audio/fbank0b.c
null
null
null
null
null
null
C
2026-05-04T19:19:55.053522
const unsigned char mel_buf[64*40*1]={\ 107, 105, 93, 95, 96, 100, 107, 112, 118, 99, 89, 96, 107, 98, 99, 104, 96, 96, 96, 96, 89, 90, 96, 89, 95, 91, 92, 91, 87, 91, 94, 90, 94, 91, 90, 92, 94, 95, 101, 108, 96, 96, 89, 94, 101, 98, 100, 101, 95, 100, 84, 92, 95, 94, 99, 9...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/cifar10/pic/pic2.h
null
null
null
null
null
null
C
2026-05-04T19:19:55.055483
const unsigned char pic[32*32*3]={\ 62,116, 47, 60,111, 51, 64,113, 59, 68,119, 62, 74,127, 64, 79,132, 69, 82,133, 76, 89,134, 85, 94,136, 89, 97,136, 91, 104,143, 98, 100,142, 95, 100,145, 89, 102,146, 87, 106,145, 90, 113,146,101, 107,156, 88, 110,157, 95, 113,154,103, 118,157,112, 120,156,112, 120,157,111...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/cifar10/pic/pic4.h
null
null
null
null
null
null
C
2026-05-04T19:19:55.057007
const unsigned char pic[32*32*3]={\ 55, 72, 63, 47, 68, 59, 66, 84, 77, 86, 95, 92, 84, 89, 88, 89,101,103, 90,111,113, 84,109,111, 91,110,115, 89,101,107, 83, 98,101, 90,103,105, 72, 77, 80, 85, 84, 86, 89, 94, 93, 82, 95, 93, 84,112,106, 73, 99, 93, 59, 83, 73, 71, 88, 79, 65, 78, 70, 82, 89, 82...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/cifar10/pic/pic5.h
null
null
null
null
null
null
C
2026-05-04T19:19:55.057959
const unsigned char pic[32*32*3]={\ 105,110, 41, 111,109, 44, 121,110, 48, 131,116, 53, 131,120, 52, 129,123, 50, 127,127, 51, 126,123, 49, 132,124, 54, 139,124, 55, 147,132, 60, 141,131, 54, 134,128, 51, 123,114, 46, 132,120, 62, 135,118, 69, 147,133, 51, 144,136, 59, 138,129, 61, 138,123, 60, 144,125, 64, 146,131, 68...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/cifar10/pic/pic8.h
null
null
null
null
null
null
C
2026-05-04T19:19:55.063874
const unsigned char pic[32*32*3]={\ 96,120,142, 94,122,139, 93,124,139, 95,122,142, 89,113,135, 99,125,142, 106,132,144, 108,130,142, 108,123,139, 109,120,134, 103,119,131, 96,120,138, 91,121,150, 92,120,155, 107,129,154, 112,131,139, 102,128,135, 102,128,140, 107,132,148, 107,131,149, 99,124,140, 97,123,139...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/cifar10/pic/pic3.h
null
null
null
null
null
null
C
2026-05-04T19:19:55.068265
const unsigned char pic[32*32*3]={\ 67, 41, 27, 61, 38, 22, 62, 46, 23, 86, 77, 44, 86, 86, 50, 91, 96, 65, 103,110, 89, 134,140,123, 148,149,133, 135,127,114, 146,128,117, 192,168,148, 159,135, 99, 169,144,102, 175,145,118, 181,144,136, 208,176,165, 184,150,137, 165,136,121, 134,119,100, 128,128,110, 219,223,212...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/kws/audio/fbank0a.c
null
null
null
null
null
null
C
2026-05-04T19:19:55.079609
const unsigned char mel_buf[64*40*1]={\ 76, 103, 110, 104, 109, 113, 119, 107, 108, 106, 101, 119, 116, 120, 121, 123, 119, 124, 126, 121, 111, 118, 121, 117, 117, 117, 124, 124, 122, 133, 129, 126, 124, 128, 128, 129, 132, 132, 125, 119, 80, 96, 103, 115, 100, 104, 114, 107, 113, 112, 108, 119, 113, 122, 125, 13...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/cifar10/main.c
null
null
null
null
null
null
C
2026-05-04T19:19:55.088568
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/kws/main.c
null
null
null
null
null
null
C
2026-05-04T19:19:56.009894
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/maixhub_detection_fomo/include/fomo.h
null
null
null
null
null
null
C
2026-05-04T19:19:56.024059
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/layer_test/main.c
null
null
null
null
null
null
C
2026-05-04T19:19:56.025870
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/maixhub_detection_fomo/fomo.c
null
null
null
null
null
null
C
2026-05-04T19:19:56.026998
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/kws/audio/fbank2a.c
null
null
null
null
null
null
C
2026-05-04T19:19:56.063949
const unsigned char mel_buf[64*40*1]={\ 74, 74, 82, 125, 127, 116, 104, 122, 119, 118, 110, 111, 106, 112, 114, 132, 145, 128, 117, 121, 130, 130, 107, 108, 100, 102, 107, 113, 114, 124, 120, 114, 114, 112, 110, 105, 98, 98, 100, 98, 76, 76, 75, 123, 122, 107, 98, 118, 118, 117, 108, 114, 122, 100, 112, 12...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/kws/kws_mdl.h
null
null
null
null
null
null
C
2026-05-04T19:19:56.103298
#ifndef __MODEL_FILE__H #define __MODEL_FILE__H #include <stdint.h> #define MDL_BUF_LEN (5120) #define LBUF_LEN (5008) const uint8_t mdl_data[9448]={\ 0x4d, 0x41, 0x49, 0x58, 0x00, 0x01, 0x01, 0x00, 0x01, 0x00, 0x0d, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x40, 0x00, 0x28, 0x00, 0...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/kws/audio/fbank2b.c
null
null
null
null
null
null
C
2026-05-04T19:19:56.199087
const unsigned char mel_buf[64*40*1]={\ 66, 119, 128, 119, 136, 118, 105, 97, 108, 115, 127, 123, 108, 131, 126, 127, 150, 139, 131, 132, 140, 160, 128, 119, 117, 127, 140, 128, 127, 126, 138, 127, 126, 139, 132, 130, 134, 132, 135, 133, 77, 105, 128, 118, 119, 134, 101, 104, 118, 114, 126, 121, 111, 135, 132, 11...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/maixhub_detection_fomo/include/tinymaix.h
null
null
null
null
null
null
C
2026-05-04T19:19:56.301832
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/maixhub_detection_yolov2/include/decoder_yolov2.h
null
null
null
null
null
null
C
2026-05-04T19:19:56.653556
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/maixhub_detection_yolov2/decoder_yolov2.c
null
null
null
null
null
null
C
2026-05-04T19:19:56.664074
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/maixhub_detection_fomo/include/tm_port.h
null
null
null
null
null
null
C
2026-05-04T19:19:56.695186
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/maixhub_detection_yolov2/main.c
null
null
null
null
null
null
C
2026-05-04T19:19:56.762551
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/maixhub_image_classification/include/tinymaix.h
null
null
null
null
null
null
C
2026-05-04T19:19:56.773402
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/maixhub_image_classification/include/tm_port.h
null
null
null
null
null
null
C
2026-05-04T19:19:56.878283
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/maixhub_image_classification/main.c
null
null
null
null
null
null
C
2026-05-04T19:19:56.879887
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/maixhub_detection_yolov2/include/tm_port.h
null
null
null
null
null
null
C
2026-05-04T19:19:57.041608
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/maixhub_detection_fomo/main.c
null
null
null
null
null
null
C
2026-05-04T19:19:57.253175
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/mbnet/main.c
null
null
null
null
null
null
C
2026-05-04T19:19:57.279854
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/maixhub_detection_yolov2/include/tinymaix.h
null
null
null
null
null
null
C
2026-05-04T19:19:57.281134
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/mbnet/label.c
null
null
null
null
null
null
C
2026-05-04T19:19:57.312237
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/mnist_arduino/tinymaix.h
null
null
null
null
null
null
C
2026-05-04T19:19:57.396646
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 la...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/mnist_arduino/tm_port.h
null
null
null
null
null
null
C
2026-05-04T19:19:57.441905
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 la...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/vww/main.c
null
null
null
null
null
null
C
2026-05-04T19:19:57.515400
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/tinymaix.h
null
null
null
null
null
null
C
2026-05-04T19:19:57.546914
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/tm_port.h
null
null
null
null
null
null
C
2026-05-04T19:19:57.651810
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
src/arch_arm_mvei.h
null
null
null
null
null
null
C
2026-05-04T19:19:57.897449
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
src/arch_arm_simd.h
null
null
null
null
null
null
C
2026-05-04T19:19:57.915262
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
src/arch_cpu.h
null
null
null
null
null
null
C
2026-05-04T19:19:57.928534
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
src/arch_cskyv2.h
null
null
null
null
null
null
C
2026-05-04T19:19:58.034007
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
src/arch_rv32p.h
null
null
null
null
null
null
C
2026-05-04T19:19:58.085501
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
src/arch_x86_sse2.h
null
null
null
null
null
null
C
2026-05-04T19:19:58.150426
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
src/arch_arm_neon.h
null
null
null
null
null
null
C
2026-05-04T19:19:58.420257
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
src/tm_layers_O1.c
null
null
null
null
null
null
C
2026-05-04T19:19:58.523094
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
src/tm_layers_fp8.c
null
null
null
null
null
null
C
2026-05-04T19:19:58.538660
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
src/tm_stat.c
null
null
null
null
null
null
C
2026-05-04T19:19:58.709881
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
tools/tmdl/mnist_arduino_q.h
null
null
null
null
null
null
C
2026-05-04T19:19:58.746482
#include <stdint.h> #define MDL_BUF_LEN (960) #define LBUF_LEN (360) const uint8_t mdl_data[920]={\ 0x4d, 0x41, 0x49, 0x58, 0x00, 0x01, 0x01, 0x00, 0x01, 0x00, 0x06, 0x00, 0xc0, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x1c, 0x00, 0x1c, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x0a,...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
src/tm_model.c
null
null
null
null
null
null
C
2026-05-04T19:19:58.786037
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
src/tm_layers.c
null
null
null
null
null
null
C
2026-05-04T19:19:59.338917
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
src/arch_rv64v.h
null
null
null
null
null
null
C
2026-05-04T19:19:59.853424
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
sipeed/TinyMaix
https://github.com/sipeed/TinyMaix
null
null
null
null
1,053
null
null
apache-2.0
null
null
null
null
null
null
null
examples/mnist/main.c
null
null
null
null
null
null
C
2026-05-04T19:20:04.541177
/* Copyright 2022 Sipeed Technology Co., Ltd. All Rights Reserved. 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 ...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_apache.c
null
null
null
null
null
null
C
2026-05-04T19:20:12.022604
/* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * 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:...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_adapter.h
null
null
null
null
null
null
C
2026-05-04T19:20:12.069406
#ifndef WSGI_ADAPTER_H #define WSGI_ADAPTER_H /* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_buckets.c
null
null
null
null
null
null
C
2026-05-04T19:20:12.085396
/* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * 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:...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_auth.h
null
null
null
null
null
null
C
2026-05-04T19:20:12.104185
#ifndef WSGI_AUTH_H #define WSGI_AUTH_H /* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * 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...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_config.c
null
null
null
null
null
null
C
2026-05-04T19:20:12.118742
/* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * 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:...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/mod_wsgi.c
null
null
null
null
null
null
C
2026-05-04T19:20:12.127043
/* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * 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:...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_auth.c
null
null
null
null
null
null
C
2026-05-04T19:20:12.150648
/* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * 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:...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_apache.h
null
null
null
null
null
null
C
2026-05-04T19:20:12.164209
#ifndef WSGI_APACHE_H #define WSGI_APACHE_H /* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_buckets.h
null
null
null
null
null
null
C
2026-05-04T19:20:12.166942
#ifndef WSGI_BUCKETS_H #define WSGI_BUCKETS_H /* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_adapter.c
null
null
null
null
null
null
C
2026-05-04T19:20:12.181073
/* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * 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:...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_config.h
null
null
null
null
null
null
C
2026-05-04T19:20:12.670657
#ifndef WSGI_CONFIG_H #define WSGI_CONFIG_H /* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_convert.c
null
null
null
null
null
null
C
2026-05-04T19:20:12.685412
/* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * 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:...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_convert.h
null
null
null
null
null
null
C
2026-05-04T19:20:12.706866
#ifndef WSGI_CONVERT_H #define WSGI_CONVERT_H /* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_execute.h
null
null
null
null
null
null
C
2026-05-04T19:20:12.965089
#ifndef WSGI_EXECUTE_H #define WSGI_EXECUTE_H /* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_daemon.h
null
null
null
null
null
null
C
2026-05-04T19:20:12.965579
#ifndef WSGI_DAEMON_H #define WSGI_DAEMON_H /* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_environ.h
null
null
null
null
null
null
C
2026-05-04T19:20:12.967385
#ifndef WSGI_ENVIRON_H #define WSGI_ENVIRON_H /* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_execute.c
null
null
null
null
null
null
C
2026-05-04T19:20:12.968539
/* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * 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:...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_dispatch.c
null
null
null
null
null
null
C
2026-05-04T19:20:12.969628
/* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * 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:...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_dispatch.h
null
null
null
null
null
null
C
2026-05-04T19:20:13.419595
#ifndef WSGI_DISPATCH_H #define WSGI_DISPATCH_H /* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ma...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_environ.c
null
null
null
null
null
null
C
2026-05-04T19:20:13.541160
/* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * 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:...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_interp.h
null
null
null
null
null
null
C
2026-05-04T19:20:13.765300
#ifndef WSGI_INTERP_H #define WSGI_INTERP_H /* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_input.c
null
null
null
null
null
null
C
2026-05-04T19:20:13.795993
/* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * 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:...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_module.c
null
null
null
null
null
null
C
2026-05-04T19:20:14.003879
/* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * 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:...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_module.h
null
null
null
null
null
null
C
2026-05-04T19:20:14.253451
#ifndef WSGI_MODULE_H #define WSGI_MODULE_H /* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_python.h
null
null
null
null
null
null
C
2026-05-04T19:20:14.398759
#ifndef WSGI_PYTHON_H #define WSGI_PYTHON_H /* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_remote.c
null
null
null
null
null
null
C
2026-05-04T19:20:14.441152
/* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * 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:...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_input.h
null
null
null
null
null
null
C
2026-05-04T19:20:14.625453
#ifndef WSGI_INPUT_H #define WSGI_INPUT_H /* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obta...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_remote.h
null
null
null
null
null
null
C
2026-05-04T19:20:14.636741
#ifndef WSGI_REMOTE_H #define WSGI_REMOTE_H /* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_server.c
null
null
null
null
null
null
C
2026-05-04T19:20:15.089366
/* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * 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:...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_server.h
null
null
null
null
null
null
C
2026-05-04T19:20:15.293515
#ifndef WSGI_SERVER_H #define WSGI_SERVER_H /* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_restrict.c
null
null
null
null
null
null
C
2026-05-04T19:20:15.801949
/* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * 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:...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_shutdown.h
null
null
null
null
null
null
C
2026-05-04T19:20:15.838432
#ifndef WSGI_SHUTDOWN_H #define WSGI_SHUTDOWN_H /* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ma...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_signal.c
null
null
null
null
null
null
C
2026-05-04T19:20:16.017007
/* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * 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:...
GrahamDumpleton/mod_wsgi
https://github.com/GrahamDumpleton/mod_wsgi
null
null
null
null
1,043
null
null
apache-2.0
null
null
null
null
null
null
null
src/server/wsgi_shutdown.c
null
null
null
null
null
null
C
2026-05-04T19:20:16.449067
/* ------------------------------------------------------------------------- */ /* * Copyright 2007-2026 GRAHAM DUMPLETON * * 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:...