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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/apps/src/socket_echo_client.c | null | null | null | null | null | null | C | 2026-05-04T19:10:35.077871 | /*
* Copyright (c) 2017 Cisco and/or its affiliates.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/dev_ena/ena.h | null | null | null | null | null | null | C | 2026-05-04T19:10:35.080881 | /* SPDX-License-Identifier: Apache-2.0
* Copyright (c) 2023 Cisco Systems, Inc.
*/
#ifndef _ENA_H_
#define _ENA_H_
#include <vppinfra/clib.h>
#include <vppinfra/error_bootstrap.h>
#include <vppinfra/format.h>
#include <vnet/vnet.h>
#include <vnet/dev/types.h>
#include <dev_ena/ena_defs.h>
#define ENA_ADMIN_QUEUE_L... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/bpf/af_xdp.bpf.c | null | null | null | null | null | null | C | 2026-05-04T19:10:35.089553 | /*
* SPDX-License-Identifier: GPL-2.0 OR Apache-2.0
* Dual-licensed under GPL version 2.0 or Apache License version 2.0
* Copyright (c) 2020 Cisco and/or its affiliates.
*/
#include <linux/bpf.h>
#include <bpf/bpf_helpers.h>
#include <xdp/xdp_helpers.h>
#include <linux/in.h>
#include <linux/if_ether.h>
#include <li... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/dev_ena/aenq.c | null | null | null | null | null | null | C | 2026-05-04T19:10:35.090613 | /* SPDX-License-Identifier: Apache-2.0
* Copyright(c) 2023 Cisco Systems, Inc.
*/
#include <vlib/vlib.h>
#include <vnet/dev/dev.h>
#include <dev_ena/ena.h>
#include <dev_ena/ena_inlines.h>
#define ENA_AENQ_POLL_INTERVAL 0.2
VLIB_REGISTER_LOG_CLASS (ena_log, static) = {
.class_name = "ena",
.subclass_name = "a... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/dev_ena/ena_aenq_defs.h | null | null | null | null | null | null | C | 2026-05-04T19:10:35.114626 | /* SPDX-License-Identifier: Apache-2.0
* Copyright(c) 2023 Cisco Systems, Inc.
*/
#ifndef _ENA_AENQ_DEFS_H_
#define _ENA_AENQ_DEFS_H_
#include <vppinfra/clib.h>
#include <vppinfra/error_bootstrap.h>
#define foreach_aenq_group \
_ (0, LINK_CHANGE) ... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/dev_ena/format_aq.c | null | null | null | null | null | null | C | 2026-05-04T19:10:36.520948 | /* SPDX-License-Identifier: Apache-2.0
* Copyright(c) 2023 Cisco Systems, Inc.
*/
#include <vlib/vlib.h>
#include <vnet/dev/dev.h>
#include <dev_ena/ena.h>
#include <dev_ena/ena_inlines.h>
#include <vnet/ethernet/ethernet.h>
static char *opcode_names[] = {
#define _(v, s) [v] = #s,
foreach_ena_aq_opcode
#undef _... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/dev_ena/rx_node.c | null | null | null | null | null | null | C | 2026-05-04T19:10:36.551106 | /* SPDX-License-Identifier: Apache-2.0
* Copyright (c) 2023 Cisco Systems, Inc.
*/
#include <vnet/vnet.h>
#include <vnet/dev/dev.h>
#include <vnet/ethernet/ethernet.h>
#include <vppinfra/vector/mask_compare.h>
#include <vppinfra/vector/compress.h>
#include <dev_ena/ena.h>
#include <dev_ena/ena_inlines.h>
#define E... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/dev_ena/ena_defs.h | null | null | null | null | null | null | C | 2026-05-04T19:10:36.798572 | /* SPDX-License-Identifier: Apache-2.0
* Copyright(c) 2023 Cisco Systems, Inc.
*/
#ifndef _ENA_DEFS_H_
#define _ENA_DEFS_H_
#include <vppinfra/clib.h>
#include <vppinfra/error_bootstrap.h>
#include <dev_ena/ena_reg_defs.h>
#include <dev_ena/ena_admin_defs.h>
#include <dev_ena/ena_aenq_defs.h>
#include <dev_ena/ena_... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/dev_ena/ena_io_defs.h | null | null | null | null | null | null | C | 2026-05-04T19:10:36.847457 | /* SPDX-License-Identifier: Apache-2.0
* Copyright(c) 2023 Cisco Systems, Inc.
*/
#ifndef _ENA_IO_DEFS_H_
#define _ENA_IO_DEFS_H_
#include <vppinfra/clib.h>
#include <vppinfra/error_bootstrap.h>
#include <vppinfra/vector.h>
typedef struct
{
u16 length; /* 0 = 64K */
u8 reserved2;
union
{
struct
{
... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/dev_ena/format.c | null | null | null | null | null | null | C | 2026-05-04T19:10:36.943214 | /* SPDX-License-Identifier: Apache-2.0
* Copyright (c) 2023 Cisco Systems, Inc.
*/
#include "vlib/pci/pci.h"
#include "vnet/error.h"
#include "vppinfra/error.h"
#include <vnet/vnet.h>
#include <vnet/dev/dev.h>
#include <dev_ena/ena.h>
#include <dev_ena/ena_defs.h>
u8 *
format_ena_dev_info (u8 *s, va_list *args)
{
... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/dev_ena/ena_reg_defs.h | null | null | null | null | null | null | C | 2026-05-04T19:10:36.965886 | /* SPDX-License-Identifier: Apache-2.0
* Copyright(c) 2023 Cisco Systems, Inc.
*/
#ifndef _ENA_REG_DEFS_H_
#define _ENA_REG_DEFS_H_
#include <vppinfra/clib.h>
#include <vppinfra/error_bootstrap.h>
#define ena_reg_version_t_fields \
__ (8, minor) ... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/dev_ena/reg.c | null | null | null | null | null | null | C | 2026-05-04T19:10:36.978028 | /* SPDX-License-Identifier: Apache-2.0
* Copyright(c) 2023 Cisco Systems, Inc.
*/
#include <vlib/vlib.h>
#include <vnet/dev/dev.h>
#include <dev_ena/ena.h>
#include <dev_ena/ena_inlines.h>
VLIB_REGISTER_LOG_CLASS (ena_log, static) = {
.class_name = "ena",
.subclass_name = "reg",
};
static vnet_dev_rv_t
ena_er... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/dev_ena/queue.c | null | null | null | null | null | null | C | 2026-05-04T19:10:36.978558 | /* SPDX-License-Identifier: Apache-2.0
* Copyright(c) 2023 Cisco Systems, Inc.
*/
#include <vlib/vlib.h>
#include <vnet/dev/dev.h>
#include <dev_ena/ena.h>
#include <dev_ena/ena_inlines.h>
VLIB_REGISTER_LOG_CLASS (ena_log, static) = {
.class_name = "ena",
.subclass_name = "queue",
};
void
ena_rx_queue_free (v... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/dev_ena/port.c | null | null | null | null | null | null | C | 2026-05-04T19:10:36.982225 | /* SPDX-License-Identifier: Apache-2.0
* Copyright (c) 2023 Cisco Systems, Inc.
*/
#include <vnet/vnet.h>
#include <vnet/dev/dev.h>
#include <dev_ena/ena.h>
#include <dev_ena/ena_inlines.h>
#include <vnet/ethernet/ethernet.h>
#include <vnet/plugin/plugin.h>
#include <vpp/app/version.h>
VLIB_REGISTER_LOG_CLASS (ena_... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/dpdk-hqos/api/dpdk_api.c | null | null | null | null | null | null | C | 2026-05-04T19:10:37.277944 | /*
* Copyright (c) 2017 Cisco and/or its affiliates.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/dev_ena/tx_node.c | null | null | null | null | null | null | C | 2026-05-04T19:10:37.363456 | /* SPDX-License-Identifier: Apache-2.0
* Copyright (c) 2023 Cisco Systems, Inc.
*/
#include <vnet/vnet.h>
#include <vnet/dev/dev.h>
#include <dev_ena/ena.h>
#include <vnet/ethernet/ethernet.h>
#include <dev_ena/ena.h>
#include <dev_ena/ena_inlines.h>
#define ENA_TX_ENQ_BATCH_SZ 64
#define ENA_MAX_LOG2_TXQ_SIZE 11... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/dpdk-hqos/hqos.c | null | null | null | null | null | null | C | 2026-05-04T19:10:37.657268 | /*
* Copyright(c) 2016 Intel Corporation. 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... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/dpdk-hqos/api/dpdk_test.c | null | null | null | null | null | null | C | 2026-05-04T19:10:37.710090 |
/*
* dpdk_test.c - skeleton vpp-api-test plug-in
*
* Copyright (c) <current-year> <your-organization>
* 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/lic... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/dev_ena/ena_inlines.h | null | null | null | null | null | null | C | 2026-05-04T19:10:37.746749 | /* SPDX-License-Identifier: Apache-2.0
* Copyright(c) 2023 Cisco Systems, Inc.
*/
#ifndef _ENA_INLINES_H_
#define _ENA_INLINES_H_
#include <vppinfra/clib.h>
#include <vppinfra/error_bootstrap.h>
#include <dev_ena/ena.h>
#define ena_log_is_debug() \
vlib_log_is_e... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/dpdk-ipsec/crypto_node.c | null | null | null | null | null | null | C | 2026-05-04T19:10:37.772834 | /*
*------------------------------------------------------------------
* crypto_node.c - DPDK Cryptodev input node
*
* Copyright (c) 2017 Intel and/or its affiliates.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/dpdk-ipsec/esp_decrypt.c | null | null | null | null | null | null | C | 2026-05-04T19:10:37.807552 | /*
* esp_decrypt.c : IPSec ESP Decrypt node using DPDK Cryptodev
*
* Copyright (c) 2017 Intel and/or its affiliates.
* 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 opy of the License at:
*
* http://www.a... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/dpdk-ipsec/cli.c | null | null | null | null | null | null | C | 2026-05-04T19:10:37.817920 | /*
* Copyright (c) 2017 Intel and/or its affiliates.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/dpdk-ipsec/esp_encrypt.c | null | null | null | null | null | null | C | 2026-05-04T19:10:37.840364 | /*
* esp_encrypt.c : IPSec ESP encrypt node using DPDK Cryptodev
*
* Copyright (c) 2017 Intel and/or its affiliates.
* 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.... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/dpdk-ipsec/ipsec.c | null | null | null | null | null | null | C | 2026-05-04T19:10:37.861282 | /*
* Copyright (c) 2017 Intel and/or its affiliates.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/elftool/elftool.c | null | null | null | null | null | null | C | 2026-05-04T19:10:38.195654 | /*
* Copyright (c) 2015 Cisco and/or its affiliates.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/dpdk-ipsec/ipsec.h | null | null | null | null | null | null | C | 2026-05-04T19:10:38.207529 | /*
* Copyright (c) 2017 Intel and/or its affiliates.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/ixge/ixge.h | null | null | null | null | null | null | C | 2026-05-04T19:10:38.389237 | /*
* Copyright (c) 2016 Cisco and/or its affiliates.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/ixge/ixge.c | null | null | null | null | null | null | C | 2026-05-04T19:10:38.472472 | /*
* Copyright (c) 2016 Cisco and/or its affiliates.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/perfmon/perfmon.h | null | null | null | null | null | null | C | 2026-05-04T19:10:38.556001 | /*
* perfmon.h - performance monitor
*
* Copyright (c) 2018 Cisco Systems and/or its affiliates
* 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/L... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/perfmon/perfmon_intel_bdw_de.c | null | null | null | null | null | null | C | 2026-05-04T19:10:38.561549 |
#include <perfmon/perfmon_intel.h>
static perfmon_intel_pmc_cpu_model_t cpu_model_table[] = {
{0x56, 0x00, 0},
};
static perfmon_intel_pmc_event_t event_table[] = {
{
.event_code = {0x00},
.umask = 0x01,
.event_name = "inst_retired.any",
},
{
.event_code = {0x00},
.umask = 0x02,
.event_na... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/perfmon/perfmon.c | null | null | null | null | null | null | C | 2026-05-04T19:10:38.571401 | /*
* perfmon.c - skeleton vpp engine plug-in
*
* Copyright (c) <current-year> <your-organization>
* 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... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/perfmon/perfmon_intel_bdw.c | null | null | null | null | null | null | C | 2026-05-04T19:10:38.577456 |
#include <perfmon/perfmon_intel.h>
static perfmon_intel_pmc_cpu_model_t cpu_model_table[] = {
{0x3D, 0x00, 0},
{0x47, 0x00, 0},
};
static perfmon_intel_pmc_event_t event_table[] = {
{
.event_code = {0x00},
.umask = 0x01,
.event_name = "inst_retired.any",
},
{
.event_code = {0x00},
.umask =... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/perfmon/perfmon_intel.h | null | null | null | null | null | null | C | 2026-05-04T19:10:38.586400 | /*
*------------------------------------------------------------------
* Copyright (c) 2019 Cisco and/or its affiliates.
* 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://w... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/perfmon/mapfile_tool.c | null | null | null | null | null | null | C | 2026-05-04T19:10:38.638505 | /*
* mapfile_tool.c - skeleton vpp engine plug-in
*
* Copyright (c) 2018 Cisco Systems and/or affiliates
* 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/l... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/perfmon/perfmon_intel_bdx.c | null | null | null | null | null | null | C | 2026-05-04T19:10:38.911088 |
#include <perfmon/perfmon_intel.h>
static perfmon_intel_pmc_cpu_model_t cpu_model_table[] = {
{0x4F, 0x00, 0},
};
static perfmon_intel_pmc_event_t event_table[] = {
{
.event_code = {0x00},
.umask = 0x01,
.event_name = "inst_retired.any",
},
{
.event_code = {0x00},
.umask = 0x02,
.event_na... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/perfmon/perfmon_intel_bnl.c | null | null | null | null | null | null | C | 2026-05-04T19:10:38.954082 |
#include <perfmon/perfmon_intel.h>
static perfmon_intel_pmc_cpu_model_t cpu_model_table[] = {
{0x1C, 0x00, 0},
{0x26, 0x00, 0},
{0x27, 0x00, 0},
{0x36, 0x00, 0},
{0x35, 0x00, 0},
};
static perfmon_intel_pmc_event_t event_table[] = {
{
.event_code = {0x2},
.umask = 0x83,
.event_name = "store_for... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/perfmon/perfmon_intel_clx.c | null | null | null | null | null | null | C | 2026-05-04T19:10:39.268511 |
#include <perfmon/perfmon_intel.h>
static perfmon_intel_pmc_cpu_model_t cpu_model_table[] = {
{0x55, 0x05, 1},
{0x55, 0x06, 1},
{0x55, 0x07, 1},
{0x55, 0x08, 1},
{0x55, 0x09, 1},
{0x55, 0x0A, 1},
{0x55, 0x0B, 1},
{0x55, 0x0C, 1},
{0x55, 0x0D, 1},
{0x55, 0x0E, 1},
{0x55, 0x0F, 1},
};
static per... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/perfmon/perfmon_intel_hsw.c | null | null | null | null | null | null | C | 2026-05-04T19:10:39.587454 |
#include <perfmon/perfmon_intel.h>
static perfmon_intel_pmc_cpu_model_t cpu_model_table[] = {
{0x3C, 0x00, 0},
{0x45, 0x00, 0},
{0x46, 0x00, 0},
};
static perfmon_intel_pmc_event_t event_table[] = {
{
.event_code = {0x00},
.umask = 0x01,
.event_name = "inst_retired.any",
},
{
.event_code = ... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/perfmon/perfmon_intel_skx.c | null | null | null | null | null | null | C | 2026-05-04T19:10:39.596122 |
#include <perfmon/perfmon_intel.h>
static perfmon_intel_pmc_cpu_model_t cpu_model_table[] = {
{0x55, 0x00, 1},
{0x55, 0x01, 1},
{0x55, 0x02, 1},
{0x55, 0x03, 1},
{0x55, 0x04, 1},
};
static perfmon_intel_pmc_event_t event_table[] = {
{
.event_code = {0x00},
.umask = 0x01,
.event_name = "inst_reti... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/perfmon/perfmon_intel_ivb.c | null | null | null | null | null | null | C | 2026-05-04T19:10:39.609227 |
#include <perfmon/perfmon_intel.h>
static perfmon_intel_pmc_cpu_model_t cpu_model_table[] = {
{0x3A, 0x00, 0},
};
static perfmon_intel_pmc_event_t event_table[] = {
{
.event_code = {0x00},
.umask = 0x01,
.event_name = "inst_retired.any",
},
{
.event_code = {0x00},
.umask = 0x02,
.event_na... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/perfmon/perfmon_intel_nhm_ex.c | null | null | null | null | null | null | C | 2026-05-04T19:10:39.611830 |
#include <perfmon/perfmon_intel.h>
static perfmon_intel_pmc_cpu_model_t cpu_model_table[] = {
{0x2E, 0x00, 0},
};
static perfmon_intel_pmc_event_t event_table[] = {
{
.event_code = {0x14},
.umask = 0x1,
.event_name = "arith.cycles_div_busy",
},
{
.event_code = {0x14},
.umask = 0x1,
.event... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/perfmon/perfmon_intel_hsx.c | null | null | null | null | null | null | C | 2026-05-04T19:10:39.613141 |
#include <perfmon/perfmon_intel.h>
static perfmon_intel_pmc_cpu_model_t cpu_model_table[] = {
{0x3F, 0x00, 0},
};
static perfmon_intel_pmc_event_t event_table[] = {
{
.event_code = {0x00},
.umask = 0x01,
.event_name = "inst_retired.any",
},
{
.event_code = {0x00},
.umask = 0x02,
.event_na... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/perfmon/perfmon_intel_skl.c | null | null | null | null | null | null | C | 2026-05-04T19:10:39.613854 |
#include <perfmon/perfmon_intel.h>
static perfmon_intel_pmc_cpu_model_t cpu_model_table[] = {
{0x4E, 0x00, 0},
{0x5E, 0x00, 0},
{0x8E, 0x00, 0},
{0x9E, 0x00, 0},
};
static perfmon_intel_pmc_event_t event_table[] = {
{
.event_code = {0x00},
.umask = 0x01,
.event_name = "inst_retired.any",
},
... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/perfmon/perfmon_intel_nhm_ep.c | null | null | null | null | null | null | C | 2026-05-04T19:10:39.687829 |
#include <perfmon/perfmon_intel.h>
static perfmon_intel_pmc_cpu_model_t cpu_model_table[] = {
{0x1E, 0x00, 0},
{0x1F, 0x00, 0},
{0x1A, 0x00, 0},
};
static perfmon_intel_pmc_event_t event_table[] = {
{
.event_code = {0x14},
.umask = 0x1,
.event_name = "arith.cycles_div_busy",
},
{
.event_cod... |
FDio/vpp | https://github.com/FDio/vpp | null | null | null | null | 1,529 | null | null | apache-2.0 | null | null | null | null | null | null | null | extras/deprecated/perfmon/perfmon_intel_slm.c | null | null | null | null | null | null | C | 2026-05-04T19:10:39.900873 |
#include <perfmon/perfmon_intel.h>
static perfmon_intel_pmc_cpu_model_t cpu_model_table[] = {
{0x37, 0x00, 0},
{0x4C, 0x00, 0},
{0x4D, 0x00, 0},
};
static perfmon_intel_pmc_event_t event_table[] = {
{
.event_code = {0xC4},
.umask = 0x00,
.event_name = "br_inst_retired.all_branches",
},
{
.e... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | dep/libsoldout/benchmark.c | null | null | null | null | null | null | C | 2026-05-04T19:10:45.688713 | /* benchmark.c - main function for markdown module benchmarking */
/*
* Copyright (c) 2009, Natacha Porté
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all c... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | dep/libsoldout/buffer.h | null | null | null | null | null | null | C | 2026-05-04T19:10:45.691925 | /* buffer.h - automatic buffer structure */
/*
* Copyright (c) 2008, Natacha Porté
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWA... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | dep/libsoldout/mkd2html.c | null | null | null | null | null | null | C | 2026-05-04T19:10:45.696791 | /* main.c - main function for markdown module testing */
/*
* Copyright (c) 2009, Natacha Porté
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | dep/libsoldout/array.c | null | null | null | null | null | null | C | 2026-05-04T19:10:45.701443 | /* array.c - automatic dynamic array for pointers */
/*
* Copyright (c) 2008, Natacha Porté
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* T... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | dep/libsoldout/buffer.c | null | null | null | null | null | null | C | 2026-05-04T19:10:45.702381 | /* buffer.c - automatic buffer structure */
/*
* Copyright (c) 2008, Natacha Porté
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWA... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | dep/libsoldout/mkd2latex.c | null | null | null | null | null | null | C | 2026-05-04T19:10:45.718239 | /* mkd2latex.c - LaTeX-formatted output from markdown text */
/*
* Copyright (c) 2009, Baptiste Daroussin, Natacha Porté, and Michael Huang
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | dep/libsoldout/markdown.h | null | null | null | null | null | null | C | 2026-05-04T19:10:45.727607 | /* markdown.h - generic markdown parser */
/*
* Copyright (c) 2009, Natacha Porté
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWAR... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | dep/libsoldout/mkd2man.c | null | null | null | null | null | null | C | 2026-05-04T19:10:45.728283 | /* mkd2man.c - man-page-formatted output from markdown text */
/*
* Copyright (c) 2009, Baptiste Daroussin and Natacha Porté
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission not... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | dep/libsoldout/array.h | null | null | null | null | null | null | C | 2026-05-04T19:10:45.731239 | /* array.h - automatic dynamic array for pointers */
/*
* Copyright (c) 2008, Natacha Porté
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* T... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | dep/libsoldout/markdown.c | null | null | null | null | null | null | C | 2026-05-04T19:10:45.732538 | /* markdown.c - generic markdown parser */
/*
* Copyright (c) 2009, Natacha Porté
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWAR... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | dep/libsoldout/renderers.c | null | null | null | null | null | null | C | 2026-05-04T19:10:46.832557 | /* renderers.h - example markdown renderers */
/*
* Copyright (c) 2009, Natacha Porté
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOF... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | platform/ios/Bypass/Bypass/BPAttributedStringConverter.h | null | null | null | null | null | null | C | 2026-05-04T19:10:47.010522 | //
// BPAttributedStringRenderer.h
// Bypass
//
// Created by Damian Carrillo on 3/1/13.
// Copyright 2013 Uncodin, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | platform/ios/Bypass/Bypass/BPElement.h | null | null | null | null | null | null | C | 2026-05-04T19:10:47.011711 | //
// BPElement.h
// Bypass
//
// Created by Damian Carrillo on 2/28/13.
// Copyright 2013 Uncodin, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.or... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | platform/ios/Bypass/Bypass/BPImageGetter.h | null | null | null | null | null | null | C | 2026-05-04T19:10:47.417755 | //
// BPImageGetter.h
// Bypass
//
// Created by Victor Oliveira on 17/07/17.
// Copyright © 2017 Uncodin. 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
//
/... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | platform/ios/Bypass/Bypass/BPDocument.h | null | null | null | null | null | null | C | 2026-05-04T19:10:47.418646 | //
// BPDocument.h
// Bypass
//
// Created by Damian Carrillo on 2/28/13.
// Copyright 2013 Uncodin, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.o... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | platform/ios/Bypass/Bypass/BPElementPrivate.h | null | null | null | null | null | null | C | 2026-05-04T19:10:47.423222 | //
// BPElementPrivate.h
// Bypass
//
// Created by Damian Carrillo on 3/1/13.
// Copyright 2013 Uncodin, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apa... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | platform/ios/Bypass/Bypass/BPDocumentPrivate.h | null | null | null | null | null | null | C | 2026-05-04T19:10:47.427003 | //
// BPDocumentPrivate.h
// Bypass
//
// Created by Damian Carrillo on 3/1/13.
// Copyright 2013 Uncodin, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.ap... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | dep/libsoldout/renderers.h | null | null | null | null | null | null | C | 2026-05-04T19:10:47.431023 | /* renderers.h - example markdown renderers */
/*
* Copyright (c) 2009, Natacha Porté
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOF... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | platform/ios/Bypass/Bypass/BPDisplaySettings.h | null | null | null | null | null | null | C | 2026-05-04T19:10:47.490727 | //
// Created by Audun Holm Ellertsen on 4/30/13.
// Copyright (c) 2013 Uncodin. All rights reserved.
//
// To change the template use AppCode | Preferences | File Templates.
//
#import <Foundation/Foundation.h>
#import <CoreText/CoreText.h>
@interface BPDisplaySettings : NSObject
@property(nonatomic) UIColor *defa... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | platform/ios/Bypass/Bypass/BPMarkdownView.h | null | null | null | null | null | null | C | 2026-05-04T19:10:48.336579 | //
// BPMarkdownView.h
// Bypass
//
// Created by Damian Carrillo on 3/20/13.
// Copyright 2013 Uncodin, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apac... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | platform/ios/Bypass/Bypass/BPMarkdownPageView.h | null | null | null | null | null | null | C | 2026-05-04T19:10:48.340171 | //
// BPMarkdownPageView.h
// Bypass
//
// Created by Damian Carrillo on 3/13/13.
// Copyright 2013 Uncodin, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | platform/ios/Bypass/Bypass/BPParser.h | null | null | null | null | null | null | C | 2026-05-04T19:10:48.341167 | //
// BPParser.h
// Bypass
//
// Created by Damian Carrillo on 2/28/13.
// Copyright 2013 Uncodin, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | platform/ios/Bypass/Bypass/Bypass.h | null | null | null | null | null | null | C | 2026-05-04T19:10:48.683645 | //
// Bypass.h
// Bypass
//
// Created by Damian Carrillo on 2/28/13.
// Copyright 2013 Uncodin, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/l... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | platform/ios/BypassSample/BypassSampleTests/BypassSampleTests.h | null | null | null | null | null | null | C | 2026-05-04T19:10:48.688695 | //
// BypassSampleTests.h
// BypassSampleTests
//
// Created by Damian Carrillo on 2/28/13.
// Copyright (c) 2013 Uncodin. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@interface BypassSampleTests : SenTestCase
@end
|
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | platform/ios/BypassSample/BypassSample/BPMarkdownViewController.h | null | null | null | null | null | null | C | 2026-05-04T19:10:48.689172 | //
// BPMarkdownViewController.h
// BypassSample
//
// Created by Damian Carrillo on 3/13/13.
// Copyright (c) 2013 Uncodin. All rights reserved.
//
#import <Bypass/Bypass.h>
#import <UIKit/UIKit.h>
#import "BPAbstractViewController.h"
@interface BPMarkdownViewController : BPAbstractViewController
@end
|
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | platform/ios/BypassSample/BypassSample/BPTextViewController.h | null | null | null | null | null | null | C | 2026-05-04T19:10:48.689755 | //
// BPTextViewController.h
// BypassSample
//
// Created by Damian Carrillo on 3/1/13.
// Copyright 2013 Uncodin, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | platform/ios/BypassSample/BypassSample/BPImageGetterSample.h | null | null | null | null | null | null | C | 2026-05-04T19:10:48.692150 | //
// BPImageGetterSample.h
// BypassSample
//
// Created by Victor Oliveira on 17/07/17.
// Copyright © 2017 Uncodin. All rights reserved.
//
#import "BPImageGetter.h"
@interface BPImageGetterSample : NSObject<BPImageGetter>
- (UIImage *) getUIImageWithSource:(NSString *)source;
@end
|
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | platform/ios/BypassSample/BypassSample/BPAbstractViewController.h | null | null | null | null | null | null | C | 2026-05-04T19:10:48.692745 | //
// BPAbstractViewController.h
// BypassSample
//
// Created by Damian Carrillo on 3/13/13.
// Copyright (c) 2013 Uncodin. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface BPAbstractViewController : UIViewController
- (NSString *)sampleMarkdown;
@end
|
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | platform/ios/BypassSample/BypassSample/BPAppDelegate.h | null | null | null | null | null | null | C | 2026-05-04T19:10:48.694832 | //
// BPAppDelegate.h
// BypassSample
//
// Created by Damian Carrillo on 3/1/13.
// Copyright 2013 Uncodin, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/parser.h | null | null | null | null | null | null | C | 2026-05-04T19:10:49.338491 | //
// Copyright 2013 Uncodin, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/document.h | null | null | null | null | null | null | C | 2026-05-04T19:10:49.339158 | //
// Copyright 2013 Uncodin, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed... |
Uncodin/bypass | https://github.com/Uncodin/bypass | null | null | null | null | 1,524 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/element.h | null | null | null | null | null | null | C | 2026-05-04T19:10:49.372293 | //
// Copyright 2013 Uncodin, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed... |
Snowflake-Labs/pg_lake | https://github.com/Snowflake-Labs/pg_lake | null | null | null | null | 1,503 | null | null | apache-2.0 | null | null | null | null | null | null | null | pg_extension_base/include/pg_extension_base/extension_control_file.h | null | null | null | null | null | null | C | 2026-05-04T19:10:53.603560 | /*
* Copyright 2025 Snowflake Inc.
* 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 the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unle... |
Snowflake-Labs/pg_lake | https://github.com/Snowflake-Labs/pg_lake | null | null | null | null | 1,503 | null | null | apache-2.0 | null | null | null | null | null | null | null | pg_extension_base/include/pg_extension_base/pg_compat.h | null | null | null | null | null | null | C | 2026-05-04T19:10:53.610394 | /*
* Copyright 2025 Snowflake Inc.
* 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 the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unle... |
Snowflake-Labs/pg_lake | https://github.com/Snowflake-Labs/pg_lake | null | null | null | null | 1,503 | null | null | apache-2.0 | null | null | null | null | null | null | null | pg_extension_base/include/pg_extension_base/extension_dependencies.h | null | null | null | null | null | null | C | 2026-05-04T19:10:53.611295 | /*
* Copyright 2025 Snowflake Inc.
* 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 the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unle... |
Snowflake-Labs/pg_lake | https://github.com/Snowflake-Labs/pg_lake | null | null | null | null | 1,503 | null | null | apache-2.0 | null | null | null | null | null | null | null | pg_extension_base/include/pg_extension_base/base_workers.h | null | null | null | null | null | null | C | 2026-05-04T19:10:53.623652 | /*
* Copyright 2025 Snowflake Inc.
* 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 the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unle... |
Snowflake-Labs/pg_lake | https://github.com/Snowflake-Labs/pg_lake | null | null | null | null | 1,503 | null | null | apache-2.0 | null | null | null | null | null | null | null | pg_extension_base/include/pg_extension_base/spi_helpers.h | null | null | null | null | null | null | C | 2026-05-04T19:10:53.637114 | /*
* Copyright 2025 Snowflake Inc.
* 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 the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unle... |
Snowflake-Labs/pg_lake | https://github.com/Snowflake-Labs/pg_lake | null | null | null | null | 1,503 | null | null | apache-2.0 | null | null | null | null | null | null | null | pg_extension_base/src/attached_worker.c | null | null | null | null | null | null | C | 2026-05-04T19:10:53.688242 | /*
* Copyright 2025 Snowflake Inc.
* 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 the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unle... |
Snowflake-Labs/pg_lake | https://github.com/Snowflake-Labs/pg_lake | null | null | null | null | 1,503 | null | null | apache-2.0 | null | null | null | null | null | null | null | pg_extension_base/include/pg_extension_base/extension_ids.h | null | null | null | null | null | null | C | 2026-05-04T19:10:53.697035 | /*
* Copyright 2025 Snowflake Inc.
* 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 the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unle... |
Snowflake-Labs/pg_lake | https://github.com/Snowflake-Labs/pg_lake | null | null | null | null | 1,503 | null | null | apache-2.0 | null | null | null | null | null | null | null | duckdb_pglake/src/include/pg_lake/utils/pgduck_log_utils.h | null | null | null | null | null | null | C | 2026-05-04T19:10:53.698040 | /*
* Copyright 2025 Snowflake Inc.
* 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 the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unle... |
Snowflake-Labs/pg_lake | https://github.com/Snowflake-Labs/pg_lake | null | null | null | null | 1,503 | null | null | apache-2.0 | null | null | null | null | null | null | null | pg_extension_base/include/pg_extension_base/pg_extension_base_ids.h | null | null | null | null | null | null | C | 2026-05-04T19:10:53.710292 | /*
* Copyright 2025 Snowflake Inc.
* 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 the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unle... |
Snowflake-Labs/pg_lake | https://github.com/Snowflake-Labs/pg_lake | null | null | null | null | 1,503 | null | null | apache-2.0 | null | null | null | null | null | null | null | pg_extension_base/include/pg_extension_base/attached_worker.h | null | null | null | null | null | null | C | 2026-05-04T19:10:53.731590 | /*
* Copyright 2025 Snowflake Inc.
* 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 the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unle... |
Snowflake-Labs/pg_lake | https://github.com/Snowflake-Labs/pg_lake | null | null | null | null | 1,503 | null | null | apache-2.0 | null | null | null | null | null | null | null | pg_extension_base/src/extension_control_file.c | null | null | null | null | null | null | C | 2026-05-04T19:10:54.327602 | /*
* Copyright 2025 Snowflake Inc.
* 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 the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unle... |
Snowflake-Labs/pg_lake | https://github.com/Snowflake-Labs/pg_lake | null | null | null | null | 1,503 | null | null | apache-2.0 | null | null | null | null | null | null | null | pg_extension_base/src/base_worker_launcher.c | null | null | null | null | null | null | C | 2026-05-04T19:10:54.344601 | /*
* Copyright 2025 Snowflake Inc.
* 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 the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unle... |
Snowflake-Labs/pg_lake | https://github.com/Snowflake-Labs/pg_lake | null | null | null | null | 1,503 | null | null | apache-2.0 | null | null | null | null | null | null | null | pg_extension_base/tests/pg_extension_base_test_common/src/init.c | null | null | null | null | null | null | C | 2026-05-04T19:10:55.190291 | /*
* Copyright 2025 Snowflake Inc.
* 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 the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unle... |
Snowflake-Labs/pg_lake | https://github.com/Snowflake-Labs/pg_lake | null | null | null | null | 1,503 | null | null | apache-2.0 | null | null | null | null | null | null | null | pg_extension_base/src/pg_extension_base_ids.c | null | null | null | null | null | null | C | 2026-05-04T19:10:55.208901 | /*
* Copyright 2025 Snowflake Inc.
* 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 the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unle... |
Snowflake-Labs/pg_lake | https://github.com/Snowflake-Labs/pg_lake | null | null | null | null | 1,503 | null | null | apache-2.0 | null | null | null | null | null | null | null | pg_extension_base/src/pg_extension_base.c | null | null | null | null | null | null | C | 2026-05-04T19:10:55.209872 | /*
* Copyright 2025 Snowflake Inc.
* 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 the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unle... |
Snowflake-Labs/pg_lake | https://github.com/Snowflake-Labs/pg_lake | null | null | null | null | 1,503 | null | null | apache-2.0 | null | null | null | null | null | null | null | pg_extension_base/src/pg_compat.c | null | null | null | null | null | null | C | 2026-05-04T19:10:55.232486 | /*
* Copyright 2025 Snowflake Inc.
* 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 the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unle... |
Snowflake-Labs/pg_lake | https://github.com/Snowflake-Labs/pg_lake | null | null | null | null | 1,503 | null | null | apache-2.0 | null | null | null | null | null | null | null | pg_extension_base/src/extension_dependencies.c | null | null | null | null | null | null | C | 2026-05-04T19:10:55.253048 | /*
* Copyright 2025 Snowflake Inc.
* 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 the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unle... |
Snowflake-Labs/pg_lake | https://github.com/Snowflake-Labs/pg_lake | null | null | null | null | 1,503 | null | null | apache-2.0 | null | null | null | null | null | null | null | pg_extension_base/tests/pg_extension_base_test_common/include/pg_extension_base_test_common.h | null | null | null | null | null | null | C | 2026-05-04T19:10:55.295899 | /*
* Copyright 2025 Snowflake Inc.
* 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 the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unle... |
Snowflake-Labs/pg_lake | https://github.com/Snowflake-Labs/pg_lake | null | null | null | null | 1,503 | null | null | apache-2.0 | null | null | null | null | null | null | null | pg_extension_base/src/library_preloader.c | null | null | null | null | null | null | C | 2026-05-04T19:10:55.362272 | /*
* Copyright 2025 Snowflake Inc.
* 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 the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unle... |
Snowflake-Labs/pg_lake | https://github.com/Snowflake-Labs/pg_lake | null | null | null | null | 1,503 | null | null | apache-2.0 | null | null | null | null | null | null | null | pg_extension_base/src/extension_ids.c | null | null | null | null | null | null | C | 2026-05-04T19:10:55.363291 | /*
* Copyright 2025 Snowflake Inc.
* 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 the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unle... |
Snowflake-Labs/pg_lake | https://github.com/Snowflake-Labs/pg_lake | null | null | null | null | 1,503 | null | null | apache-2.0 | null | null | null | null | null | null | null | pg_extension_base/tests/pg_extension_base_test_ext2/src/init.c | null | null | null | null | null | null | C | 2026-05-04T19:10:55.943649 | /*
* Copyright 2025 Snowflake Inc.
* 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 the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unle... |
Snowflake-Labs/pg_lake | https://github.com/Snowflake-Labs/pg_lake | null | null | null | null | 1,503 | null | null | apache-2.0 | null | null | null | null | null | null | null | pg_extension_base/tests/pg_extension_base_test_ext1/src/pg_extension_base_test.c | null | null | null | null | null | null | C | 2026-05-04T19:10:56.033364 | /*
* Copyright 2025 Snowflake Inc.
* 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 the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unle... |
Snowflake-Labs/pg_lake | https://github.com/Snowflake-Labs/pg_lake | null | null | null | null | 1,503 | null | null | apache-2.0 | null | null | null | null | null | null | null | pg_extension_base/tests/pg_extension_base_test_ext3/src/init.c | null | null | null | null | null | null | C | 2026-05-04T19:10:56.195877 | /*
* Copyright 2025 Snowflake Inc.
* 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 the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unle... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.