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
jiangdongguo/AndroidUSBCamera
https://github.com/jiangdongguo/AndroidUSBCamera
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
libnative/src/main/cpp/module/yuv/yuv.h
null
null
null
null
null
null
C
2026-05-04T19:30:57.370294
/** * yuv handle header * * @author Created by jiangdg on 2022/2/18 */ #ifndef ANDROIDUSBCAMERA_YUV_H #define ANDROIDUSBCAMERA_YUV_H #ifdef __cplusplus extern "C" { #endif #include <cstring> void *yuv420spToNv21Internal(char* srcData, char* destData, int width, int height); void *nv21ToYuv420spInternal(char* src...
jiangdongguo/AndroidUSBCamera
https://github.com/jiangdongguo/AndroidUSBCamera
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
libnative/src/main/cpp/module/mp3/lame/psymodel.c
null
null
null
null
null
null
C
2026-05-04T19:30:57.508771
/* * psymodel.c * * Copyright (c) 1999-2000 Mark Taylor * Copyright (c) 2001-2002 Naoki Shibata * Copyright (c) 2000-2003 Takehiro Tominaga * Copyright (c) 2000-2011 Robert Hegemann * Copyright (c) 2000-2005 Gabriel Bouvigne * Copyright (c) 2000-2005 Alexander Leidinger * * ...
jiangdongguo/AndroidUSBCamera
https://github.com/jiangdongguo/AndroidUSBCamera
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
libnative/src/main/cpp/proxy/proxy_mp3.h
null
null
null
null
null
null
C
2026-05-04T19:30:57.523579
/* * Copyright 2017-2022 Jiangdg * * 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 agreed to...
jiangdongguo/AndroidUSBCamera
https://github.com/jiangdongguo/AndroidUSBCamera
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
libnative/src/main/cpp/module/mp3/mp3.h
null
null
null
null
null
null
C
2026-05-04T19:30:57.576465
/* * Copyright 2017-2022 Jiangdg * * 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 agreed to...
jiangdongguo/AndroidUSBCamera
https://github.com/jiangdongguo/AndroidUSBCamera
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
libnative/src/main/cpp/module/mp3/lame/takehiro.c
null
null
null
null
null
null
C
2026-05-04T19:30:57.611065
/* * MP3 huffman table selecting and bit counting * * Copyright (c) 1999-2005 Takehiro TOMINAGA * Copyright (c) 2002-2005 Gabriel Bouvigne * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software F...
jiangdongguo/AndroidUSBCamera
https://github.com/jiangdongguo/AndroidUSBCamera
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
libnative/src/main/cpp/module/mp3/lame/quantize.h
null
null
null
null
null
null
C
2026-05-04T19:30:58.057530
/* * MP3 quantization * * Copyright (c) 1999 Mark Taylor * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later versio...
jiangdongguo/AndroidUSBCamera
https://github.com/jiangdongguo/AndroidUSBCamera
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
libnative/src/main/cpp/proxy/proxy_yuv.h
null
null
null
null
null
null
C
2026-05-04T19:30:58.161948
/* * Copyright 2017-2022 Jiangdg * * 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 agreed to...
jiangdongguo/AndroidUSBCamera
https://github.com/jiangdongguo/AndroidUSBCamera
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
libuvc/src/main/jni/UVCCamera/UVCButtonCallback.h
null
null
null
null
null
null
C
2026-05-04T19:30:58.222467
#ifndef UVCBUTTONCALLBACK_H_ #define UVCBUTTONCALLBACK_H_ #include "libUVCCamera.h" #include <pthread.h> #include <android/native_window.h> #include "objectarray.h" #pragma interface // for callback to Java object typedef struct { jmethodID onButton; } Fields_ibuttoncallback; class UVCButtonCallback { private: uv...
jiangdongguo/AndroidUSBCamera
https://github.com/jiangdongguo/AndroidUSBCamera
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
libuvc/src/main/jni/UVCCamera/UVCCamera.h
null
null
null
null
null
null
C
2026-05-04T19:30:58.256345
/* * UVCCamera * library and sample to access to UVC web camera on non-rooted Android device * * Copyright (c) 2014-2017 saki t_saki@serenegiant.com * * File name: UVCCamera.h * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. ...
jiangdongguo/AndroidUSBCamera
https://github.com/jiangdongguo/AndroidUSBCamera
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
libuvc/src/main/jni/UVCCamera/Parameters.h
null
null
null
null
null
null
C
2026-05-04T19:30:58.374808
/* * UVCCamera * library and sample to access to UVC web camera on non-rooted Android device * * Copyright (c) 2015-2017 saki t_saki@serenegiant.com * * File name: Parameters.h * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License....
jiangdongguo/AndroidUSBCamera
https://github.com/jiangdongguo/AndroidUSBCamera
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
libnative/src/main/cpp/utils/logger.h
null
null
null
null
null
null
C
2026-05-04T19:30:58.822588
/** * * * @author Created by jiangdg on 2022/2/18 */ #ifndef ANDROIDUSBCAMERA_LOGGER_H #define ANDROIDUSBCAMERA_LOGGER_H #ifdef __cplusplus extern "C" { #endif #include <android/log.h> #define TAG "AUSBC" #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, TAG, "%s", __VA_ARGS__) #define LOG_I(format, ...)...
jiangdongguo/AndroidUSBCamera
https://github.com/jiangdongguo/AndroidUSBCamera
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
libnative/src/main/cpp/module/mp3/lame/encoder.c
null
null
null
null
null
null
C
2026-05-04T19:30:59.650800
/* * LAME MP3 encoding engine * * Copyright (c) 1999 Mark Taylor * Copyright (c) 2000-2002 Takehiro Tominaga * Copyright (c) 2000-2011 Robert Hegemann * Copyright (c) 2001 Gabriel Bouvigne * Copyright (c) 2001 John Dahlstrom * * This library is free software; you can redistribute ...
jiangdongguo/AndroidUSBCamera
https://github.com/jiangdongguo/AndroidUSBCamera
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
libnative/src/main/cpp/module/mp3/lame/lame-analysis.h
null
null
null
null
null
null
C
2026-05-04T19:31:01.999088
/* * GTK plotting routines source file * * Copyright (c) 1999 Mark Taylor * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at yo...
jiangdongguo/AndroidUSBCamera
https://github.com/jiangdongguo/AndroidUSBCamera
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
libnative/src/main/cpp/module/mp3/lame/vbrquantize.h
null
null
null
null
null
null
C
2026-05-04T19:31:05.565393
/* * MP3 VBR quantization * * Copyright (c) 1999 Mark Taylor * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later ve...
jiangdongguo/AndroidUSBCamera
https://github.com/jiangdongguo/AndroidUSBCamera
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
libnative/src/main/cpp/module/mp3/lame/version.h
null
null
null
null
null
null
C
2026-05-04T19:31:06.167554
/* * Version numbering for LAME. * * Copyright (c) 1999 A.L. Faber * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your opti...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/blueninja.c
null
null
null
null
null
null
C
2026-05-04T19:31:10.946424
/** * @file blueninja_sb.c * @brief board ID for the Cerevo BlueNinja sub board & specific functions. * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may ...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/c027.c
null
null
null
null
null
null
C
2026-05-04T19:31:11.023140
/** * @file c027.c * @brief board ID for the u-blox C027 board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in complian...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/archpro.c
null
null
null
null
null
null
C
2026-05-04T19:31:11.037107
/** * @file archpro.c * @brief board ID for the Seeed Studio Arch Pro board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file excep...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/ep_agora.c
null
null
null
null
null
null
C
2026-05-04T19:31:11.039169
/** * @file ep_agora.c * @brief board ID for the Embedded Planet EP_AGORA * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except ...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/archble.c
null
null
null
null
null
null
C
2026-05-04T19:31:11.042691
/** * @file archble.c * @brief board ID for the Seeed Studio Arch BLE board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file excep...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/ep_kairos.c
null
null
null
null
null
null
C
2026-05-04T19:31:11.619797
/** * @file ep_kairos.c * @brief board ID for the Embedded Planet Kairos board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file ex...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/frdmk28f.c
null
null
null
null
null
null
C
2026-05-04T19:31:11.732461
/** * @file frdmk28f.c * @brief board ID for the NXP FRDM-K28F board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in co...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/ff_lpc546xx.c
null
null
null
null
null
null
C
2026-05-04T19:31:11.742543
/** * @file ff_lpc546xx.c * @brief board ID for the L-Tek FF-LPC546XX board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file excep...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/frdmk20dx.c
null
null
null
null
null
null
C
2026-05-04T19:31:11.768264
/** * @file frdmk20dx.c * @brief board ID for the NXP FRDM-K20DX board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in ...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/archlink.c
null
null
null
null
null
null
C
2026-05-04T19:31:11.984376
/** * @file archlink.c * @brief board ID for the Seeed Studio Arch Link board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file exc...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/artemis_dk.c
null
null
null
null
null
null
C
2026-05-04T19:31:11.987694
/** * @file microbit.c * @brief board ID for the SparkFun Artemis Development Kit * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/FF1705_L151.c
null
null
null
null
null
null
C
2026-05-04T19:31:12.100513
/** * @file FF1705_L151.c * @brief board ID for the L-TEK FF1705 * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compli...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/96b_nitrogen.c
null
null
null
null
null
null
C
2026-05-04T19:31:12.109957
/** * @file 96b_nitrogen.c * @brief board ID for the Seeed Studio 96Boards Nitrogen board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use t...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/frdmk32l3a6.c
null
null
null
null
null
null
C
2026-05-04T19:31:12.331806
/** * @file frdmk32l3a6.c * @brief board ID for the NXP FRDM-K32L3A6 board * * DAPLink Interface Firmware * Copyright (c) 2017-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/frdmk64f.c
null
null
null
null
null
null
C
2026-05-04T19:31:12.447666
/** * @file frdmk64f.c * @brief board ID for the NXP FRDM-K64F board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in co...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/frdmk66f.c
null
null
null
null
null
null
C
2026-05-04T19:31:12.462421
/** * @file frdmk66f.c * @brief board ID for the NXP FRDM-K66F board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in co...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/frdmkl02z.c
null
null
null
null
null
null
C
2026-05-04T19:31:12.735692
/** * @file frdmkl02z.c * @brief board ID for the NXP FRDM-KL02Z board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in ...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/frdmke15z.c
null
null
null
null
null
null
C
2026-05-04T19:31:12.736792
/** * @file frdmke15z.c * @brief board ID for the NXP FRDM-KE15Z board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in ...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/frdmk22f.c
null
null
null
null
null
null
C
2026-05-04T19:31:12.746795
/** * @file frdmk22f.c * @brief board ID for the NXP FRDM-K22F board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in co...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/frdmkl05z.c
null
null
null
null
null
null
C
2026-05-04T19:31:12.757091
/** * @file frdmkl05z.c * @brief board ID for the NXP FRDM-KL05Z board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in ...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/frdmkl03z.c
null
null
null
null
null
null
C
2026-05-04T19:31:12.802906
/** * @file frdmkl03z.c * @brief board ID for the NXP FRDM-KL03Z board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in ...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/frdmkl25z.c
null
null
null
null
null
null
C
2026-05-04T19:31:13.046121
/** * @file frdmkl25z.c * @brief board ID for the NXP FRDM-KL25Z board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in ...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/frdmkl26z.c
null
null
null
null
null
null
C
2026-05-04T19:31:13.606836
/** * @file frdmkl26z.c * @brief board ID for the NXP FRDM-KL26Z board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in ...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/frdmkl28z.c
null
null
null
null
null
null
C
2026-05-04T19:31:13.680530
/** * @file frdmkl28z.c * @brief board ID for the NXP FRDM-KL28Z board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in ...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/frdmkl46z.c
null
null
null
null
null
null
C
2026-05-04T19:31:13.683489
/** * @file frdmkl46z.c * @brief board ID for the NXP FRDM-KL46Z board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in ...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/frdmkl82z.c
null
null
null
null
null
null
C
2026-05-04T19:31:13.684821
/** * @file frdmkl82z.c * @brief board ID for the NXP FRDM-KL82Z board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in ...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/frdmkl43z.c
null
null
null
null
null
null
C
2026-05-04T19:31:13.730871
/** * @file frdmkl43z.c * @brief board ID for the NXP FRDM-KL43Z board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in ...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/frdmkw41z.c
null
null
null
null
null
null
C
2026-05-04T19:31:13.984320
/** * @file frdmkw41z.c * @brief board ID for the NXP FRDM-KW41Z board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in ...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/hexiwear.c
null
null
null
null
null
null
C
2026-05-04T19:31:14.352747
/** * @file hexiwear.c * * DAPLink Interface Firmware * Copyright (c) 2018, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * You may obtain a copy of...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/gr-peach.c
null
null
null
null
null
null
C
2026-05-04T19:31:14.409130
/** * @file gr-peach.c * @brief board ID for the GR-PEACH * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance wi...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/hrm1017.c
null
null
null
null
null
null
C
2026-05-04T19:31:14.446188
/** * @file hrm1017.c * @brief board ID for the Switch Science mbed HRM1017 board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/gr-lychee.c
null
null
null
null
null
null
C
2026-05-04T19:31:14.455542
/** * @file gr-lychee.c * @brief board ID for the GR-LYCHEE * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance ...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/frdmkw24d.c
null
null
null
null
null
null
C
2026-05-04T19:31:14.587397
/** * @file frdmkw24d.c * @brief board ID for the NXP FRDM-KW24D board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in ...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/k20dx_bl.c
null
null
null
null
null
null
C
2026-05-04T19:31:14.975211
/** * @file k20dx_bl.c * @brief board ID and meta-data for the hardware interface circuit (HIC) based on the NXP K20DX * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "Li...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/hani_iot.c
null
null
null
null
null
null
C
2026-05-04T19:31:14.992713
/** * @file hani_iot.c * @brief board ID for the Arrow HANI_IOT board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in c...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/k26f_bl.c
null
null
null
null
null
null
C
2026-05-04T19:31:15.082903
/** * @file k26f_bl.c * @brief board ID and meta-data for the hardware interface circuit (HIC) based on the NXP K26F * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "Lice...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/kl26z_bl.c
null
null
null
null
null
null
C
2026-05-04T19:31:15.117245
/** * @file kl26z_bl.c * @brief board ID and meta-data for the hardware interface circuit (HIC) based on the NXP KL26Z * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "Li...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/kl27z_bl.c
null
null
null
null
null
null
C
2026-05-04T19:31:15.141512
/** * @file kl27z_bl.c * @brief board ID and meta-data for the hardware interface circuit (HIC) based on the NXP KL27Z * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "Li...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/kl27z_microbit_bl.c
null
null
null
null
null
null
C
2026-05-04T19:31:15.246918
/** * @file kl27z_microbit_bl.c * @brief board ID and meta-data for the hardware interface circuit (HIC) based on the NXP KL27Z * * DAPLink Interface Firmware * Copyright 2020 NXP * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use th...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/lpc4088qsb.c
null
null
null
null
null
null
C
2026-05-04T19:31:15.719258
/** * @file lpc4088qsb.c * @brief board ID for the Embedded Artists LPC4088 QuickStart Board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not us...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/lpc4322_bl.c
null
null
null
null
null
null
C
2026-05-04T19:31:15.724924
/** * @file lpc4322_bl.c * @brief board ID and meta-data for the hardware interface circuit (HIC) based on the NXP LPC4322 * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/lpc4337xpresso.c
null
null
null
null
null
null
C
2026-05-04T19:31:15.877744
/** * @file lpc4337xpresso.c * @brief board ID for the NXP LPC4337Xpresso board * * DAPLink Interface Firmware * Copyright (c) 2022, Arm Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/lpc54114xpresso.c
null
null
null
null
null
null
C
2026-05-04T19:31:15.936250
/** * @file lpc54114xpresso.c * @brief board ID for the NXP LPC54114Xpresso board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/archmax.c
null
null
null
null
null
null
C
2026-05-04T19:31:16.050885
/** * @file archmax.c * @brief board ID for the Seeed Studio Arch Max board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file excep...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/lpc54608xpresso.c
null
null
null
null
null
null
C
2026-05-04T19:31:16.357167
/** * @file lpc54608xpresso.c * @brief board ID for the NXP LPC54608Xpresso board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/frdmk82f.c
null
null
null
null
null
null
C
2026-05-04T19:31:17.930379
/** * @file frdmk82f.c * @brief board ID for the NXP FRDM-K82F board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in co...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/frdmkl27z.c
null
null
null
null
null
null
C
2026-05-04T19:31:18.434545
/** * @file frdmkl27z.c * @brief board ID for the NXP FRDM-KL27Z board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in ...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/hvpke18f.c
null
null
null
null
null
null
C
2026-05-04T19:31:19.984909
/** * @file hvpke18f.c * @brief board ID for the NXP HVP-KE18F board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in co...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/lpc4088dm.c
null
null
null
null
null
null
C
2026-05-04T19:31:20.933290
/** * @file lpc4088dm.c * @brief board ID for the Embedded Artists LPC4088 Display Module * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use t...
ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
null
null
null
null
2,705
null
null
apache-2.0
null
null
null
null
null
null
null
source/board/lpc4367xpresso.c
null
null
null
null
null
null
C
2026-05-04T19:31:21.081805
/** * @file lpc4367xpresso.c * @brief board ID for the NXP LPC4367Xpresso board * * DAPLink Interface Firmware * Copyright (c) 2022, Arm Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except...
jfernandez/bpftop
https://github.com/jfernandez/bpftop
null
null
null
null
2,671
null
null
apache-2.0
null
null
null
null
null
null
null
src/bpf/bpf_core_read.h
null
null
null
null
null
null
C
2026-05-04T19:31:30.132575
/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */ #ifndef __BPF_CORE_READ_H__ #define __BPF_CORE_READ_H__ /* * enum bpf_field_info_kind is passed as a second argument into * __builtin_preserve_field_info() built-in to get a specific aspect of * a field, captured as a first argument. __builtin_preserve_field...
jfernandez/bpftop
https://github.com/jfernandez/bpftop
null
null
null
null
2,671
null
null
apache-2.0
null
null
null
null
null
null
null
src/bpf/pid_iter.bpf.c
null
null
null
null
null
null
C
2026-05-04T19:31:34.838252
#include "vmlinux.h" #include "bpf_helpers.h" #include "bpf_core_read.h" char _license[] SEC("license") = "GPL"; extern const void bpf_prog_fops __ksym; struct pid_iter_entry { __u32 id; int pid; char comm[16]; }; SEC("iter/task_file") int bpftop_iter(struct bpf_iter__task_file *ctx) { struct file *file = ctx->...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/commands.h
null
null
null
null
null
null
C
2026-05-04T19:31:37.052111
/*------------------------------------------------------------------------- * * commands.h * Interface for processing commands * * Copyright (c) 2018, PipelineDB, Inc. * *------------------------------------------------------------------------- */ #ifndef COMMANDS_H #define COMMANDS_H #include "tcop/utility....
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/bloomfuncs.h
null
null
null
null
null
null
C
2026-05-04T19:31:37.058954
/*------------------------------------------------------------------------- * * bloomfuncs.h * Interface for Bloom Filter functions * * Copyright (c) 2018, PipelineDB, Inc. * *------------------------------------------------------------------------- */ #ifndef BLOOMFUNCS_H #define BLOOMFUNCS_H #include "post...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/compat.h
null
null
null
null
null
null
C
2026-05-04T19:31:37.074011
/*------------------------------------------------------------------------- * * compat.h * Interface for functionality that breaks between major PG versions * * Copyright (c) 2018, PipelineDB, Inc. * *------------------------------------------------------------------------- */ #include "postgres.h" #include "...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/analyzer.h
null
null
null
null
null
null
C
2026-05-04T19:31:37.076946
/*------------------------------------------------------------------------- * * analyzer.h * Interface for for parsing and analyzing continuous queries * * Copyright (c) 2018, PipelineDB, Inc. * *------------------------------------------------------------------------- */ #ifndef PIPELINEDB_ANALYZE_H #define ...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/cmsketch.h
null
null
null
null
null
null
C
2026-05-04T19:31:37.079620
/*------------------------------------------------------------------------- * * cmsketch.h * Interface for Count-Min Sketch support * * Copyright (c) 2018, PipelineDB, Inc. * *------------------------------------------------------------------------- */ #ifndef PIPELINE_CMSKETCH_H #define PIPELINE_CMSKETCH_H ...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/catalog.h
null
null
null
null
null
null
C
2026-05-04T19:31:37.121689
/*------------------------------------------------------------------------- * * catalog.h * * Copyright (c) 2018, PipelineDB, Inc. * *------------------------------------------------------------------------- */ #ifndef PIPELINE_CATALOG_H #define PIPELINE_CATALOG_H #include "access/attnum.h" #include "access/htu...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/config.h
null
null
null
null
null
null
C
2026-05-04T19:31:37.148828
/*------------------------------------------------------------------------- * * config.h * * Copyright (c) 2018, PipelineDB, Inc. * * ------------------------------------------------------------------------- */ #ifndef PIPELINEDB_CONFIG #define PIPELINEDB_CONFIG #define PIPELINEDB_EXTENSION_NAME "pipelinedb" e...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/aggfuncs.h
null
null
null
null
null
null
C
2026-05-04T19:31:37.444763
/*------------------------------------------------------------------------- * * aggfuncs.h * Interface for for aggregate support functions * * Copyright (c) 2018, PipelineDB, Inc. * *------------------------------------------------------------------------- */ #ifndef PIPELINEDB_AGGFUNCS_H #define PIPELINEDB_A...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/distfuncs.h
null
null
null
null
null
null
C
2026-05-04T19:31:37.653042
/*------------------------------------------------------------------------- * * distfuncs.h * * Copyright (c) 2018, PipelineDB, Inc. * *------------------------------------------------------------------------- */ #ifndef DISTFUNCS_H #define DISTFUNCS_H #include "postgres.h" #include "fmgr.h" #define TDIGEST_TY...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/combiner_receiver.h
null
null
null
null
null
null
C
2026-05-04T19:31:37.679700
/*------------------------------------------------------------------------- * * combiner_receiver.h * An implementation of DestReceiver that that allows combiners to receive * tuples from worker processes. * * Copyright (c) 2018, PipelineDB, Inc. * * ---------------------------------------------------------...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/firstvalues.h
null
null
null
null
null
null
C
2026-05-04T19:31:37.700679
/*------------------------------------------------------------------------- * * firstvalues.h * * Interface for first_values aggregate and support functionality * * Copyright (c) 2018, PipelineDB, Inc. * *------------------------------------------------------------------------- */ #ifndef FIRSTVALUES_H #defi...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/executor.h
null
null
null
null
null
null
C
2026-05-04T19:31:37.701935
/*------------------------------------------------------------------------- * * executor.h * * Copyright (c) 2018, PipelineDB, Inc. * * ------------------------------------------------------------------------- */ #ifndef PIPELINEDB_EXECUTOR #define PIPELINEDB_EXECUTOR #include "postgres.h" #include "nodes/exec...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/fss.h
null
null
null
null
null
null
C
2026-05-04T19:31:37.751728
/*------------------------------------------------------------------------- * * fss.h * Interface for Filtered Space Saving support * * Copyright (c) 2018, PipelineDB, Inc. * *------------------------------------------------------------------------- */ #ifndef PIPELINE_FSS_H #define PIPELINE_FSS_H #include "...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/hashfuncs.h
null
null
null
null
null
null
C
2026-05-04T19:31:37.787932
/*------------------------------------------------------------------------- * * hashfuncs.h * * Copyright (c) 2018, PipelineDB, Inc. * *------------------------------------------------------------------------- */ #ifndef HASHFUNCS_H #define HASHFUNCS_H #include "postgres.h" #include "fmgr.h" #define get_combin...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/hll.h
null
null
null
null
null
null
C
2026-05-04T19:31:38.452551
/*------------------------------------------------------------------------- * * hll.h * Interface for HyperLogLog support * * Portions Copyright (c) 2014, Salvatore Sanfilippo <antirez at gmail dot com> * Portions Copyright (c) 2018, PipelineDB, Inc. * *--------------------------------------------------------...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/hllfuncs.h
null
null
null
null
null
null
C
2026-05-04T19:31:38.656065
/*------------------------------------------------------------------------- * * hllfuncs.h * * Interface for HyperLogLog-based functions * * Copyright (c) 2018, PipelineDB, Inc. * *------------------------------------------------------------------------- */ #ifndef HLLFUNCS_H #define HLLFUNCS_H #include "po...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/matrel.h
null
null
null
null
null
null
C
2026-05-04T19:31:38.794129
/*------------------------------------------------------------------------- * * matrel.h * Interface for modifying continuous view materialization tables * * Copyright (c) 2018, PipelineDB, Inc. * *------------------------------------------------------------------------- */ #ifndef CQMATVIEW_H #define CQMATVI...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/copy.h
null
null
null
null
null
null
C
2026-05-04T19:31:38.811363
/*------------------------------------------------------------------------- * * copy.h * COPY for streams * * Portions Copyright (c) 2018, PipelineDB, Inc. * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * *-------...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/miscutils.h
null
null
null
null
null
null
C
2026-05-04T19:31:39.115829
/*------------------------------------------------------------------------- * * Miscellaneous utilities * * Copyright (c) 2018, PipelineDB, Inc. * *------------------------------------------------------------------------- */ #ifndef MISCUTILS_H #define MISCUTILS_H #include "postgres.h" #include "access/htup_de...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/mutator.h
null
null
null
null
null
null
C
2026-05-04T19:31:39.708315
/*------------------------------------------------------------------------- * * mutator.h * Interface for mutating parse trees * * Copyright (c) 2018, PipelineDB, Inc. * *------------------------------------------------------------------------- */ #ifndef PIPELINE_MUTATOR_H #define PIPELINE_MUTATOR_H #includ...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/pipeline_combine.h
null
null
null
null
null
null
C
2026-05-04T19:31:39.774623
/*------------------------------------------------------------------------- * * pipeline_combine.h * Interface for pipelinedb.combine catalog * * Copyright (c) 2018, PipelineDB, Inc. * * ------------------------------------------------------------------------- */ #ifndef PIPELINE_COMBINE_H #define PIPELINE_CO...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/physical_group_lookup.h
null
null
null
null
null
null
C
2026-05-04T19:31:39.825960
/*------------------------------------------------------------------------- * * physical_group_lookup.h * * Copyright (c) 2018, PipelineDB, Inc. * *------------------------------------------------------------------------- */ #ifndef PHYSICAL_GROUP_LOOKUP_H #define PHYSICAL_GROUP_LOOKUP_H #include "postgres.h" ...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/pipeline_query.h
null
null
null
null
null
null
C
2026-05-04T19:31:40.097237
/*------------------------------------------------------------------------- * * pipeline_query.h * Interface for pipelinedb.cont_query catalog * * Copyright (c) 2018, PipelineDB, Inc. * * ------------------------------------------------------------------------- */ #ifndef PIPELINE_QUERY_H #define PIPELINE_QUE...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/planner.h
null
null
null
null
null
null
C
2026-05-04T19:31:40.608376
/*------------------------------------------------------------------------- * * planner.h * Interface for generating/modifying CQ plans * * Copyright (c) 2018, PipelineDB, Inc. * */ #ifndef CONT_PLAN_H #define CONT_PLAN_H #include "executor/execdesc.h" #include "optimizer/planner.h" #include "pipeline_query.h...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/pipeline_stream.h
null
null
null
null
null
null
C
2026-05-04T19:31:40.725274
/*------------------------------------------------------------------------- * * pipeline_stream.h * Interface for pipelinedb.stream catalog * * Copyright (c) 2018, PipelineDB, Inc. * * ------------------------------------------------------------------------- */ #ifndef PIPELINE_STREAM_H #define PIPELINE_STREA...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/pzmq.h
null
null
null
null
null
null
C
2026-05-04T19:31:40.979784
/*------------------------------------------------------------------------- * * zmq.h * * Copyright (c) 2018, PipelineDB, Inc. * *------------------------------------------------------------------------- */ #ifndef PZMQ_H #define PZMQ_H #include "postgres.h" #define PZMQ_SOCKNAME_STR "ipc://%s/pipeline/zmq/%ld...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/reaper.h
null
null
null
null
null
null
C
2026-05-04T19:31:41.419130
/*------------------------------------------------------------------------- * * reaper.h * * Copyright (c) 2018, PipelineDB, Inc. * *------------------------------------------------------------------------- */ #ifndef REAPER_H #define REAPER_H extern int ttl_expiration_batch_size; extern int ttl_expiration_thre...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/ruleutils.h
null
null
null
null
null
null
C
2026-05-04T19:31:41.636414
/*------------------------------------------------------------------------- * * ruleutils.h * Declarations for ruleutils.c * * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 2018, PipelineDB, I...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/stats.h
null
null
null
null
null
null
C
2026-05-04T19:31:42.388474
/*------------------------------------------------------------------------- * * stats.h * * Copyright (c) 2018, PipelineDB, Inc. * *------------------------------------------------------------------------- */ #ifndef PIPELINE_CORE_STATS_H #define PIPELINE_CORE_STATS_H #include "postgres.h" #include "utils/time...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/freqfuncs.h
null
null
null
null
null
null
C
2026-05-04T19:31:42.885587
/*------------------------------------------------------------------------- * * freqfuncs.h * * Copyright (c) 2018, PipelineDB, Inc. * *------------------------------------------------------------------------- */ #ifndef FREQHFUNCS_H #define FREQHFUNCS_H #include "postgres.h" #include "fmgr.h" extern Datum cms...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/reader.h
null
null
null
null
null
null
C
2026-05-04T19:31:42.948315
/*------------------------------------------------------------------------- * * reader.h * * Copyright (c) 2018, PipelineDB, Inc. * *------------------------------------------------------------------------- */ #ifndef READER_H #define READER_H #include "postgres.h" #include "access/htup.h" #include "access/tup...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/kv.h
null
null
null
null
null
null
C
2026-05-04T19:31:43.358653
/*------------------------------------------------------------------------- * * kv.h * Simple key-value pair type implementation. * * Copyright (c) 2018, PipelineDB, Inc. * *------------------------------------------------------------------------- */ #ifndef KV_H #define KV_H #include "c.h" #include "fmgr.h...
pipelinedb/pipelinedb
https://github.com/pipelinedb/pipelinedb
null
null
null
null
2,660
null
null
apache-2.0
null
null
null
null
null
null
null
include/json.h
null
null
null
null
null
null
C
2026-05-04T19:31:43.496543
/*------------------------------------------------------------------------- * * json.h * Declarations for JSON data type support. * * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 2018, Pipel...