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
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
examples/coin_cell_demo/switch/main/app_main.c
null
null
null
null
null
null
C
2026-05-04T18:56:16.532901
/* * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #include "esp_log.h" #include "esp_system.h" #include "esp_wifi.h" #include "esp_sleep.h" #include "esp_pm.h" #if CONFIG_PM_ENABLE #include "driver/gpio.h" #endif #if ESP_IDF_VERSION >= ESP_IDF_VE...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
examples/get-started/main/app_main.c
null
null
null
null
null
null
C
2026-05-04T18:56:16.537236
/* Get Start Example This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include "freertos/Fre...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
examples/coin_cell_demo/bulb/main/app_main.c
null
null
null
null
null
null
C
2026-05-04T18:56:16.546812
/* * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #include "esp_log.h" #include "esp_system.h" #include "freertos/FreeRTOS.h" #include "freertos/timers.h" #include "esp_wifi.h" #if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(4, 4, 0) #include "esp_m...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
examples/ota/main/app_main.c
null
null
null
null
null
null
C
2026-05-04T18:56:16.555098
/* OTA Example This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include "freertos/FreeRTOS....
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
examples/coin_cell_demo/switch/main/switch_board.h
null
null
null
null
null
null
C
2026-05-04T18:56:16.559363
/* * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #pragma once #ifdef __cplusplus extern "C" { #endif #include "esp_err.h" /** * Define the GPIOs which are used for the power lock and status LED on the coin cell button. */ #define BOARD_IO_PW...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
examples/coin_cell_demo/switch/main/switch_board.c
null
null
null
null
null
null
C
2026-05-04T18:56:16.560790
/* * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #include "driver/gpio.h" #include "switch_board.h" #include "esp_log.h" #include "esp_sleep.h" static esp_err_t _board_gpio_init(void) { esp_err_t ret; // zero-initialize the config struct...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
examples/security/main/app_main.c
null
null
null
null
null
null
C
2026-05-04T18:56:16.561813
/* Security Example This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include "freertos/Free...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
examples/solution/components/espnow_device/include/initiator.h
null
null
null
null
null
null
C
2026-05-04T18:56:16.563468
/* Example This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #pragma once #ifdef __cplusplus...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
examples/provisioning/main/app_main.c
null
null
null
null
null
null
C
2026-05-04T18:56:16.577145
/* Provisioning Example This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <string.h>...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
examples/control/main/app_main.c
null
null
null
null
null
null
C
2026-05-04T18:56:16.583628
/* Control Example This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include "esp_log.h" #in...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
examples/solution/components/espnow_device/initiator.c
null
null
null
null
null
null
C
2026-05-04T18:56:17.165206
/* Solution Example This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include "freertos/Free...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
examples/solution/components/espnow_device/include/responder.h
null
null
null
null
null
null
C
2026-05-04T18:56:17.167221
/* Example This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #pragma once #ifdef __cplusplus...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
examples/solution/components/wifi_prov/wifi_prov.c
null
null
null
null
null
null
C
2026-05-04T18:56:17.204339
/* Wi-Fi Provisioning Manager Example This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #incl...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
examples/wireless_debug/components/espnow_device/monitor.c
null
null
null
null
null
null
C
2026-05-04T18:56:17.205933
/* * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Unlicense OR CC0-1.0 */ // Wireless Debug Example #include "esp_log.h" #include "esp_netif.h" #include "esp_spiffs.h" #include "esp_system.h" #include "esp_wifi.h" #include "esp_check.h" #if ESP_IDF_VERSION >=...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
examples/solution/components/wifi_prov/include/wifi_prov.h
null
null
null
null
null
null
C
2026-05-04T18:56:17.217828
/* Example This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #pragma once #ifdef __cplusplus...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
examples/solution/main/app_main.c
null
null
null
null
null
null
C
2026-05-04T18:56:17.227653
/* Solution Example This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <inttypes.h> ...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
examples/solution/components/espnow_device/responder.c
null
null
null
null
null
null
C
2026-05-04T18:56:17.228908
/* Solution Example This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include "freertos/Free...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
examples/wireless_debug/components/web_server/dns_server.c
null
null
null
null
null
null
C
2026-05-04T18:56:17.245408
/* * The MIT License (MIT) * * Copyright (c) 2015 by Sergey Fetisov <fsenok@gmail.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitati...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
examples/wireless_debug/components/espnow_device/include/monitor.h
null
null
null
null
null
null
C
2026-05-04T18:56:17.259616
/* Wireless Debug Example This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #pragma once #if...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
examples/wireless_debug/components/espnow_device/monitored.c
null
null
null
null
null
null
C
2026-05-04T18:56:17.260177
/* Debug Example This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include "freertos/FreeRTO...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
examples/wireless_debug/components/web_server/dns_server.h
null
null
null
null
null
null
C
2026-05-04T18:56:17.778688
/* * The MIT License (MIT) * * Copyright (c) 2015 by Sergey Fetisov <fsenok@gmail.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitati...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
examples/wireless_debug/main/app_main.c
null
null
null
null
null
null
C
2026-05-04T18:56:17.836985
/* Wireless Debug Example This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include "sdkconf...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
src/control/include/espnow_ctrl.h
null
null
null
null
null
null
C
2026-05-04T18:56:17.841559
/* * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #pragma once #include "esp_now.h" #include "esp_event.h" #include "espnow.h" #ifdef __cplusplus extern "C" { #endif /**< _cplusplus */ /** * @brief Enumerated list of control event id */ #def...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
examples/wireless_debug/components/web_server/web_server.c
null
null
null
null
null
null
C
2026-05-04T18:56:17.848089
/* * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Unlicense OR CC0-1.0 */ // HTTP Restful API Server #include <string.h> #include <fcntl.h> #include "esp_http_server.h" #include "esp_netif.h" #include "esp_system.h" #include "esp_log.h" #if ESP_IDF_VERSION >=...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
src/debug/include/espnow_console.h
null
null
null
null
null
null
C
2026-05-04T18:56:17.876399
// Copyright 2020 Espressif Systems (Shanghai) PTE LTD // // 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...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
examples/wireless_debug/components/web_server/include/web_server.h
null
null
null
null
null
null
C
2026-05-04T18:56:17.893087
/* HTTP Restful API Server - declarations This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
src/debug/include/espnow_cmd.h
null
null
null
null
null
null
C
2026-05-04T18:56:17.894386
// Copyright 2021 Espressif Systems (Shanghai) PTE LTD // // 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...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
src/debug/include/sdcard/sdcard.h
null
null
null
null
null
null
C
2026-05-04T18:56:17.915794
// Copyright 2017 Espressif Systems (Shanghai) PTE LTD // // 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...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
src/control/src/espnow_ctrl.c
null
null
null
null
null
null
C
2026-05-04T18:56:17.916458
/* * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #include <stdlib.h> #include <stdio.h> #include <string.h> #include <sys/param.h> #include "freertos/FreeRTOS.h" #include "freertos/event_groups.h" #include "freertos/task.h" #include "esp_wifi.h...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
src/debug/include/espnow_log.h
null
null
null
null
null
null
C
2026-05-04T18:56:17.951151
// Copyright 2017 Espressif Systems (Shanghai) PTE LTD // // 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...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
src/debug/src/commands/cmd_espnow.c
null
null
null
null
null
null
C
2026-05-04T18:56:19.014210
// Copyright 2021 Espressif Systems (Shanghai) PTE LTD // // 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...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
src/debug/src/commands/cmd_wifi.c
null
null
null
null
null
null
C
2026-05-04T18:56:19.194384
// Copyright 2021 Espressif Systems (Shanghai) PTE LTD // // 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...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
src/debug/src/commands/cmd_peripherals.c
null
null
null
null
null
null
C
2026-05-04T18:56:19.223275
// Copyright 2021 Espressif Systems (Shanghai) PTE LTD // // 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...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
src/debug/src/commands/cmd_system.c
null
null
null
null
null
null
C
2026-05-04T18:56:19.225228
// Copyright 2021 Espressif Systems (Shanghai) PTE LTD // // 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...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
src/debug/src/commands/pcap/pcap.h
null
null
null
null
null
null
C
2026-05-04T18:56:19.254775
// Copyright 2021 Espressif Systems (Shanghai) PTE LTD // // 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...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
src/debug/src/commands/cmd_sdcard.c
null
null
null
null
null
null
C
2026-05-04T18:56:19.263221
// Copyright 2021 Espressif Systems (Shanghai) PTE LTD // // 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...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
src/debug/src/commands/espnow_commands.c
null
null
null
null
null
null
C
2026-05-04T18:56:19.264227
// Copyright 2021 Espressif Systems (Shanghai) PTE LTD // // 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...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
src/debug/src/commands/cmd_iperf.c
null
null
null
null
null
null
C
2026-05-04T18:56:19.316606
// Copyright 2021 Espressif Systems (Shanghai) PTE LTD // // 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...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
src/debug/src/commands/cmd_wifi_sniffer.c
null
null
null
null
null
null
C
2026-05-04T18:56:19.447931
// Copyright 2021 Espressif Systems (Shanghai) PTE LTD // // 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...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
src/debug/src/commands/pcap/pcap.c
null
null
null
null
null
null
C
2026-05-04T18:56:19.492208
// Copyright 2021 Espressif Systems (Shanghai) PTE LTD // // 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...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
src/debug/src/espnow_console.c
null
null
null
null
null
null
C
2026-05-04T18:56:19.593673
// Copyright 2020 Espressif Systems (Shanghai) PTE LTD // // 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 applic...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
src/debug/src/espnow_log_flash.c
null
null
null
null
null
null
C
2026-05-04T18:56:19.879264
// Copyright 2020 Espressif Systems (Shanghai) PTE LTD // // 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...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
src/debug/src/sdcard/sdcard.c
null
null
null
null
null
null
C
2026-05-04T18:56:19.883098
// Copyright 2017 Espressif Systems (Shanghai) PTE LTD // // 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...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
src/espnow/src/espnow_group.c
null
null
null
null
null
null
C
2026-05-04T18:56:19.932990
// Copyright 2021 Espressif Systems (Shanghai) PTE LTD // // 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...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
src/espnow/src/espnow.c
null
null
null
null
null
null
C
2026-05-04T18:56:19.934144
/* * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #include <stdlib.h> #include <stdio.h> #include <string.h> #include <sys/param.h> #include "freertos/FreeRTOS.h" #include "freertos/event_groups.h" #include "freertos/task.h" #include "esp_wifi.h...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
src/debug/src/espnow_log_flash.h
null
null
null
null
null
null
C
2026-05-04T18:56:19.934804
// Copyright 2017 Espressif Systems (Shanghai) PTE LTD // // 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...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
src/espnow/include/espnow.h
null
null
null
null
null
null
C
2026-05-04T18:56:19.935476
// Copyright 2021 Espressif Systems (Shanghai) PTE LTD // // 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...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
src/debug/src/espnow_log.c
null
null
null
null
null
null
C
2026-05-04T18:56:20.085939
// Copyright 2017 Espressif Systems (Shanghai) PTE LTD // // 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...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
src/ota/espnow_ota_responder.c
null
null
null
null
null
null
C
2026-05-04T18:56:20.147417
// Copyright 2021 Espressif Systems (Shanghai) PTE LTD // // 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...
espressif/esp-now
https://github.com/espressif/esp-now
null
null
null
null
742
null
null
apache-2.0
null
null
null
null
null
null
null
src/ota/espnow_ota_initiator.c
null
null
null
null
null
null
C
2026-05-04T18:56:20.371411
// Copyright 2021 Espressif Systems (Shanghai) PTE LTD // // 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...
VirusTotal/yara-python
https://github.com/VirusTotal/yara-python
null
null
null
null
740
null
null
apache-2.0
null
null
null
null
null
null
null
yara-python.c
null
null
null
null
null
null
C
2026-05-04T18:56:23.162575
/* Copyright (c) 2007-2022. The YARA Authors. 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 o...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbindex/dbindex.h
null
null
null
null
null
null
C
2026-05-04T18:56:25.664167
/******************************************************************************/ /** @file dbindex.h @author Graeme Douglas @brief A generic relation index interface. @details @copyright Copyright 2013 Graeme Douglas @license Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dblogic/compare_tuple.c
null
null
null
null
null
null
C
2026-05-04T18:56:25.668750
/******************************************************************************/ /** @file compare_tuple.c @author Graeme Douglas @brief Implementation of tuple comparison library. @details The algorithm used to return a tuple is the following: previous <- next // previous min/max, or null on first call next ...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/db_ctconf.h
null
null
null
null
null
null
C
2026-05-04T18:56:25.670489
/******************************************************************************/ /** @file db_ctconf.h @author Graeme Douglas @brief Compile time options for the database. @details Certain features for the database need to be "mixed in" at compile time. For instance, it would be beneficial to only use features ...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/arduinodebug.h
null
null
null
null
null
null
C
2026-05-04T18:56:25.671549
/******************************************************************************/ /** @file arduinodebug.h @author Graeme Douglas @brief Header containing arduino debug message code. @details @copyright Copyright 2013 Graeme Douglas @license Licensed under the Apache License, Version 2.0 (the "License"); you may no...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dberror.h
null
null
null
null
null
null
C
2026-05-04T18:56:25.680307
/******************************************************************************/ /** @author Graeme Douglas @file dberror.h @brief A file containing macro definitions for error reporting. @details @copyright Copyright 2013 Graeme Douglas @license Licensed under the Apache License, Version 2.0 (the "License"); you ...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dblogic/compare_tuple.h
null
null
null
null
null
null
C
2026-05-04T18:56:25.686521
/******************************************************************************/ /** @file compare_tuple.h @author Graeme Douglas @brief Code to compare and sort tuples absolutely. @details This code allows us to compare two tuples to determine their order, assuming they belong to the same relation. It also pro...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbindex/dbindex_types.h
null
null
null
null
null
null
C
2026-05-04T18:56:25.689427
/******************************************************************************/ /** @file dbindex_types.h @author Graeme Douglas @brief A file storing index types that need to be referenced in ways that may lead to circular dependencies. @details @copyright Copyright 2013 Graeme Douglas @license Licensed under th...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbindex/dbindex.c
null
null
null
null
null
null
C
2026-05-04T18:56:25.697343
/******************************************************************************/ /** @file dbindex.c @author Graeme Douglas @brief A generic relation index interface. @see For more information, please refer to @ref dbindex.h and @ref dbindex_types.h. @details @copyright Copyright 2013 Graeme Douglas @license Lice...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dblogic/db_aggr_func_codes.h
null
null
null
null
null
null
C
2026-05-04T18:56:25.697863
/******************************************************************************/ /** @file db_aggr_func_codes.h @author Graeme Douglas @brief This file defines aggregate function codes. @details @copyright Copyright 2013 Graeme Douglas @license Licensed under the Apache License, Version 2.0 (the "License"); you ma...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/db_types.h
null
null
null
null
null
null
C
2026-05-04T18:56:25.723245
/******************************************************************************/ /** @file db_types.h @author Graeme Douglas @brief Header file containing type information to be used throughout the database. @details This file relies on pstdint.h for definitions of 8, 16, and 32 bit integers, except for certain ...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dblogic/eet.h
null
null
null
null
null
null
C
2026-05-04T18:56:26.322443
/*****************************************************************************/ /** @file eet.h @author Graeme Douglas @brief Structure definitions and method prototypes for handling expressions. @details Expressions are stored as "Evaluable Expression Trees", which are arrays where each term in the expression i...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbmm/db_query_mm.c
null
null
null
null
null
null
C
2026-05-04T18:56:26.324089
/******************************************************************************/ /** @file db_query_mm.c @author Graeme Douglas @brief A stack-based memory manager to be used on a per-query basis. @see For more information, refer to @ref db_query_mm.h. @details @copyright Copyright 2013 Graeme Douglas @license Lice...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbobjects/relation.h
null
null
null
null
null
null
C
2026-05-04T18:56:26.351048
//***************************************************************************** /** @file relation.h @author Graeme Douglas @brief Method prototype and structure definitions for managing relations. @details Conceptually, relations can be files or tables on stable stable storage, or they could also be the result ...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbobjects/tuple.h
null
null
null
null
null
null
C
2026-05-04T18:56:26.357329
//***************************************************************************** /** @file tuple.h @author Graeme Douglas @brief Method prototype and structure definitions for managing tuples. @details Notes: -See relation.h and relation.c -A tuple is an array of consecutive bytes. -To interpret the ar...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbobjects/tuple.c
null
null
null
null
null
null
C
2026-05-04T18:56:26.363443
/******************************************************************************/ /** @file tuple.c @author Graeme Douglas @brief Implementation of in memory tuple handling. @see For more information, refer to @ref tuple.h. @details @copyright Copyright 2013 Graeme Douglas @license Licensed under the Apache License,...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbmm/db_query_mm.h
null
null
null
null
null
null
C
2026-05-04T18:56:26.364007
/******************************************************************************/ /** @file db_query_mm.h @author Graeme Douglas @brief The interface for the database's per query memory manager. @details This memory manager takes a stack-based allocation approach. The idea is to enforce a policy where we allocate m...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbmacros.h
null
null
null
null
null
null
C
2026-05-04T18:56:26.371186
/******************************************************************************/ /** @author Graeme Douglas @file dbmacros.h @brief A place for various macros to reside. @details @copyright Copyright 2013 Graeme Douglas @license Licensed under the Apache License, Version 2.0 (the "License"); you may not use this f...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbobjects/relation.c
null
null
null
null
null
null
C
2026-05-04T18:56:26.376313
/******************************************************************************/ /** @file relation.c @author Graeme Douglas @brief Implementation of in-memory relation handling. @see For more information, refer to relation.h @details @copyright Copyright 2013 Graeme Douglas @license Licensed under the Apache Licen...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dblogic/eet.c
null
null
null
null
null
null
C
2026-05-04T18:56:26.377755
/******************************************************************************/ /** @file eet.c @author Graeme Douglas @brief The implementation of expression evaluation. @see For more information, refer to @ref eet.h. @details @copyright Copyright 2013 Graeme Douglas @license Licensed under the Apache License, Ve...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbops/aggregate.c
null
null
null
null
null
null
C
2026-05-04T18:56:26.434761
/******************************************************************************/ /** @file aggregate.c @author Graeme Douglas @brief Implementation for the relational aggregate operator. @see For external function definitions, reference header @ref aggregate.h. @details @copyright Copyright 2013 Graeme Douglas @l...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbops/osijoin.c
null
null
null
null
null
null
C
2026-05-04T18:56:27.388990
/******************************************************************************/ /** @file osijoin.c @author Graeme Douglas @brief Implementation of the one-sided index join. @see For more information, reference @ref osijoin.h. @details @copyright Copyright 2013 Graeme Douglas @license Licensed under the Apache Lic...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbops/ntjoin.c
null
null
null
null
null
null
C
2026-05-04T18:56:27.396386
/******************************************************************************/ /** @file ntjoin.c @author Graeme Douglas @brief Implementation of the ensted-tuple join oeprator. @see For more information, reference @ref ntjoin.h. @details @copyright Copyright 2013 Graeme Douglas @license Licensed under the Apache...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbops/osijoin.h
null
null
null
null
null
null
C
2026-05-04T18:56:27.399186
/******************************************************************************/ /** @file osijoin.h @author Graeme Douglas @brief One-sided index join. @details A join that requires one of the two input relations be indexed. @copyright Copyright 2013 Graeme Douglas @license Licensed under the Apache License, Vers...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbops/db_ops_types.h
null
null
null
null
null
null
C
2026-05-04T18:56:27.414307
//***************************************************************************** /** @file db_ops_types.h @author Graeme Douglas @brief Type definitions for relational operators. @details This is a utility header file that contains database operator related information. The main goal of this file is to achieve a...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbops/ntjoin.h
null
null
null
null
null
null
C
2026-05-04T18:56:27.414840
/******************************************************************************/ /** @file ntjoin.h @author Graeme Douglas @brief The relational join, specfically a binary nested-tuple join. @details @copyright Copyright 2013 Graeme Douglas @license Licensed under the Apache License, Version 2.0 (the "License"); y...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbops/db_ops.h
null
null
null
null
null
null
C
2026-05-04T18:56:27.437404
/******************************************************************************/ /** @author Graeme Douglas @file db_ops.h @brief Interface for generic database operators. @details This is a file that contains database operator related methods. The main goal of this file is to help achieve an object-oriented sty...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbops/db_ops.c
null
null
null
null
null
null
C
2026-05-04T18:56:27.509577
/***** ****************************************************************************** Author: Graeme Douglas Implementation of db_ops.h interface. See db_ops.h for documentation, notes. ****************************************************************************** */ #include "db_ops.h" #include "../db_ctconf.h" db...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbops/aggregate.h
null
null
null
null
null
null
C
2026-05-04T18:56:27.511813
/******************************************************************************/ /** @file aggregate.h @author Graeme Douglas @brief The relational aggregate (GROUP BY) operator. @details The projecting expressions are those that are parsed from the SELECT clause. Some assumptions are made. The most important ...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbops/select.c
null
null
null
null
null
null
C
2026-05-04T18:56:28.048856
/******************************************************************************/ /** @file select.c @author Graeme Douglas @brief The implementation of the relation selection operator. @see For more information, refer to @ref select.h. @details @copyright Copyright 2013 Graeme Douglas @license Licensed under the Ap...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbops/sort.c
null
null
null
null
null
null
C
2026-05-04T18:56:28.056817
/******************************************************************************/ /** @file sort.c @author Graeme Douglas @brief The implementation for the sort operator. @see For more information, see @ref sort.h. @details @copyright Copyright 2013 Graeme Douglas @license Licensed under the Apache License, Version ...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbops/scan.c
null
null
null
null
null
null
C
2026-05-04T18:56:28.057798
/******************************************************************************/ /** @file scan.c @author Graeme Douglas @brief The scan operator implementation. @see For all external function definitions, reference @ref scan.h. @details @copyright Copyright 2013 Graeme Douglas @license Licensed under the Apache ...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbops/scan.h
null
null
null
null
null
null
C
2026-05-04T18:56:28.073819
/******************************************************************************/ /** @file scan.h @author Graeme Douglas @brief The scan operator. @details @copyright Copyright 2013 Graeme Douglas @license Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in complianc...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbops/select.h
null
null
null
null
null
null
C
2026-05-04T18:56:28.075535
/******************************************************************************/ /** @file select.h @author Graeme Douglas @brief The relational selection operator. @details Selection (WHERE) is the part of the query that filters results that do not involve any form of aggregation/grouping. In other words, we ch...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbops/sort.h
null
null
null
null
null
null
C
2026-05-04T18:56:28.126052
/******************************************************************************/ /** @file sort.h @author Graeme Douglas @brief The relational sort operator. @details This is the relational operator behind the ORDER BY clause. @copyright Copyright 2013 Graeme Douglas @license Licensed under the Apache License, Versi...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dboutput/query_output.c
null
null
null
null
null
null
C
2026-05-04T18:56:28.161913
/******************************************************************************/ /** @file query_output.c @author Graeme Douglas @brief Query result formatting implementation. @see For more information, refer to @ref query_output.h. @details @copyright Copyright 2013 Graeme Douglas @license Licensed under the Apach...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dboutput/query_output.h
null
null
null
null
null
null
C
2026-05-04T18:56:28.180043
/******************************************************************************/ /** @file query_output.h @author Graeme Douglas @brief Output queries to string or standard output. @details @copyright Copyright 2013 Graeme Douglas @license Licensed under the Apache License, Version 2.0 (the "License"); you may not...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbops/project.h
null
null
null
null
null
null
C
2026-05-04T18:56:28.206515
/******************************************************************************/ /** @file project.h @author Graeme Douglas @brief The relational projection operator. @details This assumes a tuple at a time approach. @copyright Copyright 2013 Graeme Douglas @license Licensed under the Apache License, Version 2.0 (th...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbops/project.c
null
null
null
null
null
null
C
2026-05-04T18:56:28.222328
/******************************************************************************/ /** @file project.c @author Graeme Douglas @brief Implementation of the projection operator. @see For external method documentation, @ref project.h. @details @copyright Copyright 2013 Graeme Douglas @license Licensed under the Apache L...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbparser/dbcreate.c
null
null
null
null
null
null
C
2026-05-04T18:56:28.653152
/******************************************************************************/ /** @file dbcreate.c @author Graeme Douglas @brief Implementation of databases create functions. @see For more information, refer to @ref dbcreate.h. @details @copyright Copyright 2013 Graeme Douglas @license Licensed under the Apache ...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbparser/dbinsert.c
null
null
null
null
null
null
C
2026-05-04T18:56:28.672587
/******************************************************************************/ /** @file dbinsert.c @author Graeme Douglas @brief The implementation of the insert statement. @details @see Reference @ref dbinsert.h for more information. @copyright Copyright 2013 Graeme Douglas @license Licensed under the Apache Li...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbparser/dbcreate.h
null
null
null
null
null
null
C
2026-05-04T18:56:28.677280
/******************************************************************************/ /** @file dbcreate.h @author Graeme Douglas @brief The databases create functions. @details @copyright Copyright 2013 Graeme Douglas @license Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file ex...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbparser/dbinsert.h
null
null
null
null
null
null
C
2026-05-04T18:56:28.688153
/******************************************************************************/ /** @file dbinsert.h @author Graeme Douglas @brief Header for @c INSERT statement processing. @details @copyright Copyright 2013 Graeme Douglas @license Licensed under the Apache License, Version 2.0 (the "License"); you may not use t...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbparser/dbparseexpr.h
null
null
null
null
null
null
C
2026-05-04T18:56:28.756915
/******************************************************************************/ /** @author Graeme Douglas @file dbparseexpr.h @brief Portion of parser that converts SQL expressions to executable bytecode. @details @copyright Copyright 2013 Graeme Douglas @license Licensed under the Apache License, Version 2.0 (t...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbparser/dblexer.c
null
null
null
null
null
null
C
2026-05-04T18:56:28.801596
/******************************************************************************/ /** @file dblexer.c @author Graeme Douglas @brief Lexer implementation for the database. @see For more information, refer to @ref dblexer.h. @details @copyright Copyright 2013 Graeme Douglas @license Licensed under the Apache License, ...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbparser/dbparseexpr.c
null
null
null
null
null
null
C
2026-05-04T18:56:28.804477
/******************************************************************************/ /** @author Graeme Douglas @file dbparseexpr.c @brief Code which converts an SQL expression to an expression that can be evaluated by the backend. @see For more information, refer to @ref dbparseexpr.h. @details @copyright Copyright ...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbparser/dblexer.h
null
null
null
null
null
null
C
2026-05-04T18:56:28.859490
/******************************************************************************/ /** @file dblexer.h @author Graeme Douglas @brief Database lexer interface. @details A lexer breaks apart some well-formed string of characters into smaller chunks of logically related characters. In this case, tokens are defined t...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbparser/dbparser.c
null
null
null
null
null
null
C
2026-05-04T18:56:28.860193
/******************************************************************************/ /** @author Graeme Douglas @file dbparser.c @brief The databases SQL parser. @details The goal of the parser is to take a SQL query string and use it determine how to build up the query execution tree. @see For more information, refe...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbparser/dbparser.h
null
null
null
null
null
null
C
2026-05-04T18:56:28.960327
/******************************************************************************/ /** @author Graeme Douglas @file dbparser.h @brief The databases SQL parser interface. @details The goal of the parser is to take a SQL query string and use it to determine how to build up the query execution tree. @copyright Copyrigh...
graemedouglas/LittleD
https://github.com/graemedouglas/LittleD
null
null
null
null
737
null
null
apache-2.0
null
null
null
null
null
null
null
src/dbstorage/SD_c_iface.h
null
null
null
null
null
null
C
2026-05-04T18:56:29.271212
/******************************************************************************/ /** @file SD_c_iface.h @author Graeme Douglas @brief A wrapper around Arduino SD file handling so C code can call it. @details Since Arduino code is all C++ and this database is written in C, we must use a wrapper to use SD files on...