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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/rnn-denoise/main.c | null | null | null | null | null | null | C | 2026-05-04T19:16:46.110611 | /*
* Copyright (c) 2018-2020, Jianjia Ma
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-09-09 Jianjia Ma The first version
*
*
* This file is apart of NNoM examples, which aims to provide clear demo of every steps.
* Therefor, it is not optimized fo... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/mnist-simple/mcu/main.c | null | null | null | null | null | null | C | 2026-05-04T19:16:46.343392 | /*
* Copyright (c) 2018-2020, Jianjia Ma
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2019-03-29 Jianjia Ma first implementation
*/
#include <stdio.h>
#include "rtthread.h"
#include "nnom.h"
#include "image.h"
#include "weights.h"
nnom_model_t *model;
... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/rnn-denoise/mfcc.h | null | null | null | null | null | null | C | 2026-05-04T19:16:46.654456 | /*
* Copyright (C) 2018 Arm Limited or its affiliates. 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 the License at
*
* www.apache.org/l... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/uci-inception/main.c | null | null | null | null | null | null | C | 2026-05-04T19:16:46.736491 | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2018-05-14 ZYH first implementation
*/
#include <stdio.h>
#include "stm32l4xx_hal.h"
#include "rtthread.h"
#include "rtdevice.h"
#include "nnom.h... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/layers/nnom_avgpool.h | null | null | null | null | null | null | C | 2026-05-04T19:16:46.803980 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-05-03 Jianjia Ma The first version
*/
#ifndef __NNOM_AVGPOOL_H__
#define __NNOM_AVGPOOL_H__
#ifdef __cplusplus
extern "C" {
#endif
#includ... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/layers/nnom_activation.h | null | null | null | null | null | null | C | 2026-05-04T19:16:46.834668 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-05-03 Jianjia Ma The first version
*/
#ifndef __NNOM_ACTIVATION_H__
#define __NNOM_ACTIVATION_H__
#ifdef __cplusplus
extern "C" {
#endif
#... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/layers/nnom_baselayer.h | null | null | null | null | null | null | C | 2026-05-04T19:16:47.070605 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-05-03 Jianjia Ma The first version
*/
#ifndef __NNOM_BASELAYER_H__
#define __NNOM_BASELAYER_H__
#ifdef __cplusplus
extern "C" {
#endif
#in... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/octave-conv/image.h | null | null | null | null | null | null | C | 2026-05-04T19:16:47.139278 | #define IMG0 {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/uci-har-rnn/main.c | null | null | null | null | null | null | C | 2026-05-04T19:16:47.169138 | /*
* Copyright (c) 2018-2020, Jianjia Ma
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2019-06-30 Jianjia Ma The first version
*/
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <assert.h>
#include "nnom.h"
#include "weights.h"
int8_... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/layers/nnom_concat.h | null | null | null | null | null | null | C | 2026-05-04T19:16:47.287264 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-05-03 Jianjia Ma The first version
*/
#ifndef __NNOM_CONCAT_H__
#define __NNOM_CONCAT_H__
#ifdef __cplusplus
extern "C" {
#endif
#include ... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/layers/nnom_conv2d.h | null | null | null | null | null | null | C | 2026-05-04T19:16:47.406260 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-05-03 Jianjia Ma The first version
*/
#ifndef __NNOM_CONV2D_H__
#define __NNOM_CONV2D_H__
#ifdef __cplusplus
extern "C" {
#endif
#include... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/rnn-denoise/wav.h | null | null | null | null | null | null | C | 2026-05-04T19:16:47.474449 | #ifndef __342_WAV_H__
#define __343_WAV_H__
typedef struct {
char chunk_id[4];
uint32_t chunk_size;
char format[4];
char fmtchunk_id[4];
uint32_t fmtchunk_size;
uint16_t audio_format;
uint16_t num_channels;
uint32_t sample_rate;
uint32_t byte_rate;
uint16_t block_ali... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/layers/nnom_cropping.h | null | null | null | null | null | null | C | 2026-05-04T19:16:47.556253 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-05-03 Jianjia Ma The first version
*/
#ifndef __NNOM_CROPPING_H__
#define __NNOM_CROPPING_H__
#ifdef __cplusplus
extern "C" {
#endif
#incl... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/layers/nnom_dense.h | null | null | null | null | null | null | C | 2026-05-04T19:16:47.702162 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-05-03 Jianjia Ma The first version
*/
#ifndef __NNOM_DENSE_H__
#define __NNOM_DENSE_H__
#ifdef __cplusplus
extern "C" {
#endif
#include <s... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/layers/nnom_dw_conv2d.h | null | null | null | null | null | null | C | 2026-05-04T19:16:47.784821 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-05-03 Jianjia Ma The first version
*/
#ifndef __NNOM_DW_CONV2D_H__
#define __NNOM_DW_CONV2D_H__
#ifdef __cplusplus
extern "C" {
#endif
#in... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/layers/nnom_flatten.h | null | null | null | null | null | null | C | 2026-05-04T19:16:47.876565 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-05-03 Jianjia Ma The first version
*/
#ifndef __NNOM_FLATTEN_H__
#define __NNOM_FLATTEN_H__
#ifdef __cplusplus
extern "C" {
#endif
#includ... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/layers/nnom_global_pool.h | null | null | null | null | null | null | C | 2026-05-04T19:16:47.953982 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-05-03 Jianjia Ma The first version
*/
#ifndef __NNOM_GLOBAL_POOL_H__
#define __NNOM_GLOBAL_POOL_H__
#ifdef __cplusplus
extern "C" {
#endif
... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/layers/nnom_lambda.h | null | null | null | null | null | null | C | 2026-05-04T19:16:48.229600 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-05-03 Jianjia Ma The first version
*/
#ifndef __NNOM_LAMBDA_H__
#define __NNOM_LAMBDA_H__
#ifdef __cplusplus
extern "C" {
#endif
#include ... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/layers/nnom_conv2d_trans.h | null | null | null | null | null | null | C | 2026-05-04T19:16:48.328516 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-05-30 Jianjia Ma The first version
*/
#ifndef __NNOM_DECONV2D_H__
#define __NNOM_DECONV2D_H__
#ifdef __cplusplus
extern "C" {
#endif
#inc... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/layers/nnom_lstm_cell.h | null | null | null | null | null | null | C | 2026-05-04T19:16:48.365559 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-08-24 Jianjia Ma The first version
*/
#ifndef __NNOM_LSTM_CELL_H__
#define __NNOM_LSTM_CELL_H__
#ifdef __cplusplus
extern "C" {
#endif
#in... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/layers/nnom_matrix.h | null | null | null | null | null | null | C | 2026-05-04T19:16:48.443985 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-05-03 Jianjia Ma The first version
*/
#ifndef __NNOM_MATRIX_H__
#define __NNOM_MATRIX_H__
#ifdef __cplusplus
extern "C" {
#endif
#include ... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/layers/nnom_maxpool.h | null | null | null | null | null | null | C | 2026-05-04T19:16:48.562398 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-05-03 Jianjia Ma The first version
*/
#ifndef __NNOM_MAXPOOL_H__
#define __NNOM_MAXPOOL_H__
#ifdef __cplusplus
extern "C" {
#endif
#includ... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/layers/nnom_output.h | null | null | null | null | null | null | C | 2026-05-04T19:16:48.634671 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-05-03 Jianjia Ma The first version
*/
#ifndef __NNOM_OUTPUT_H__
#define __NNOM_OUTPUT_H__
#ifdef __cplusplus
extern "C" {
#endif
#include ... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/layers/nnom_rnn.h | null | null | null | null | null | null | C | 2026-05-04T19:16:49.017122 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-05-03 Jianjia Ma The first version
*/
#ifndef __NNOM_RNN_H__
#define __NNOM_RNN_H__
#ifdef __cplusplus
extern "C" {
#endif
#include <stdin... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/layers/nnom_simple_cell.h | null | null | null | null | null | null | C | 2026-05-04T19:16:49.079876 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-08-20 Jianjia Ma The first version
*/
#ifndef __NNOM_SIMPLE_CELL_H__
#define __NNOM_SIMPLE_CELL_H__
#ifdef __cplusplus
extern "C" {
#endif
... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/layers/nnom_sumpool.h | null | null | null | null | null | null | C | 2026-05-04T19:16:49.242747 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-05-03 Jianjia Ma The first version
*/
#ifndef __NNOM_SUMPOOL_H__
#define __NNOM_SUMPOOL_H__
#ifdef __cplusplus
extern "C" {
#endif
#includ... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/layers/nnom_upsample.h | null | null | null | null | null | null | C | 2026-05-04T19:16:49.277848 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-05-03 Jianjia Ma The first version
*/
#ifndef __NNOM_UPSAMPLE_H__
#define __NNOM_UPSAMPLE_H__
#ifdef __cplusplus
extern "C" {
#endif
#incl... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/layers/nnom_softmax.h | null | null | null | null | null | null | C | 2026-05-04T19:16:49.364144 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-05-03 Jianjia Ma The first version
*/
#ifndef __NNOM_SOFTMAX_H__
#define __NNOM_SOFTMAX_H__
#ifdef __cplusplus
extern "C" {
#endif
#includ... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/nnom.h | null | null | null | null | null | null | C | 2026-05-04T19:16:49.734613 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2019-02-05 Jianjia Ma The first version
* 2019-02-10 Jianjia Ma Compiler supports dense net connection
*/
#ifndef __NNOM_H__
#define __NNO... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/nnom_layers.h | null | null | null | null | null | null | C | 2026-05-04T19:16:49.899614 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2019-02-05 Jianjia Ma The first version
*/
#ifndef __NNOM_LAYERS_H__
#define __NNOM_LAYERS_H__
#ifdef __cplusplus
extern "C" {
#endif
#include... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/layers/nnom_reshape.h | null | null | null | null | null | null | C | 2026-05-04T19:16:49.907571 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-12-07 Jianjia Ma The first version
*/
#ifndef __NNOM_RESHAPE_H__
#define __NNOM_RESHAPE_H__
#ifdef __cplusplus
extern "C" {
#endif
#includ... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/nnom_local.h | null | null | null | null | null | null | C | 2026-05-04T19:16:49.943664 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Notice:
* Code in this file inlcudes derivative works from CMSIS, which is released under alternative license.
* Please check the LICENSE file for detial.
*
* Change Logs:
* Date Author ... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/nnom_tensor.h | null | null | null | null | null | null | C | 2026-05-04T19:16:50.031004 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2019-02-05 Jianjia Ma The first version
* 2019-02-10 Jianjia Ma Compiler supports dense net connection
*/
#ifndef __NNOM_TENSOR_H__
#defin... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/mnist-simple/image.h | null | null | null | null | null | null | C | 2026-05-04T19:16:50.251201 | #define IMG0 {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/layers/nnom_zero_padding.h | null | null | null | null | null | null | C | 2026-05-04T19:16:50.889742 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-05-03 Jianjia Ma The first version
*/
#ifndef __NNOM_ZERO_PADDING_H__
#define __NNOM_ZERO_PADDING_H__
#ifdef __cplusplus
extern "C" {
#endi... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/layers/nnom_gru_cell.h | null | null | null | null | null | null | C | 2026-05-04T19:16:53.226464 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-08-27 Jianjia Ma The first version
*/
#ifndef __NNOM_GRU_CELL_H__
#define __NNOM_GRU_CELL_H__
#ifdef __cplusplus
extern "C" {
#endif
#incl... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | inc/layers/nnom_input.h | null | null | null | null | null | null | C | 2026-05-04T19:16:53.306162 | /*
* Copyright (c) 2018-2020
* Jianjia Ma
* majianjia@live.com
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-05-03 Jianjia Ma The first version
*/
#ifndef __NNOM_INPUT_H__
#define __NNOM_INPUT_H__
#ifdef __cplusplus
extern "C" {
#endif
#include <s... |
majianjia/nnom | https://github.com/majianjia/nnom | null | null | null | null | 1,151 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/keyword_spotting/main_pc.c | null | null | null | null | null | null | C | 2026-05-04T19:16:55.060796 | /*
* Copyright (c) 2018-2020, Jianjia Ma
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2019-03-29 Jianjia Ma first implementation
*
* Notes:
* This is a keyword spotting example using NNoM
*
*/
#include <stdlib.h>
#include <stdint.h>
#i... |
jattach/jattach | https://github.com/jattach/jattach | null | null | null | null | 1,131 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/posix/jattach.c | null | null | null | null | null | null | C | 2026-05-04T19:16:57.380787 | /*
* Copyright The jattach authors
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
#include <unistd.h>
#include "psutil.h"
extern int is_openj9_process(int pid);
extern int jattach_openj9(int pid, int nspid, int argc, char** argv, int print_output);
extern int j... |
jattach/jattach | https://github.com/jattach/jattach | null | null | null | null | 1,131 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/posix/jattach_hotspot.c | null | null | null | null | null | null | C | 2026-05-04T19:16:57.383194 | /*
* Copyright The jattach authors
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/un.h>
#include <fcntl.h>
#include <signal.h>
#include <time.h>
#include <unistd.h>
#include "psutil.h"
extern int mnt_c... |
jattach/jattach | https://github.com/jattach/jattach | null | null | null | null | 1,131 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/posix/psutil.h | null | null | null | null | null | null | C | 2026-05-04T19:16:57.388378 | /*
* Copyright The jattach authors
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _PSUTIL_H
#define _PSUTIL_H
#include <sys/types.h>
#ifdef __cplusplus
extern "C" {
#endif
#define MAX_PATH 1024
extern char tmp_path[];
// Gets /tmp path of the specified process, as it can be accessed from the host.
// The obt... |
jattach/jattach | https://github.com/jattach/jattach | null | null | null | null | 1,131 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/posix/psutil.c | null | null | null | null | null | null | C | 2026-05-04T19:16:57.388829 | /*
* Copyright The jattach authors
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/syscall.h>
#include <dirent.h>
#include <fcntl.h>
#include <unistd.h>
#include "psutil.h"
// Less than MAX_PATH to leave some space for appendi... |
jattach/jattach | https://github.com/jattach/jattach | null | null | null | null | 1,131 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/windows/jattach.c | null | null | null | null | null | null | C | 2026-05-04T19:16:57.504229 | /*
* Copyright The jattach authors
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
#include <sddl.h>
typedef HMODULE (WINAPI *GetModuleHandle_t)(LPCTSTR lpModuleName);
typedef FARPROC (WINAPI *GetProcAddress_t)(HMODULE hModule, LPCSTR lpProcName);
typedef int (_... |
jattach/jattach | https://github.com/jattach/jattach | null | null | null | null | 1,131 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/posix/jattach_openj9.c | null | null | null | null | null | null | C | 2026-05-04T19:17:04.085579 | /*
* Copyright The jattach authors
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/file.h>
#include <sys/ipc.h>
#include <sys/sem.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <netinet/in.h>
#include <dirent.h>
#include <errno.h>
#include... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dex_modifiers.h | null | null | null | null | null | null | C | 2026-05-04T19:17:11.391775 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/common.h | null | null | null | null | null | null | C | 2026-05-04T19:17:11.404058 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/log.c | null | null | null | null | null | null | C | 2026-05-04T19:17:11.409291 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/hashset/hashset.h | null | null | null | null | null | null | C | 2026-05-04T19:17:11.413848 | /*
* Copyright 2012 Couchbase, 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... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/hashset/hashset.c | null | null | null | null | null | null | C | 2026-05-04T19:17:11.415500 | /*
* Copyright 2012 Couchbase, 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... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dex.c | null | null | null | null | null | null | C | 2026-05-04T19:17:11.416822 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dex_instruction_list.h | null | null | null | null | null | null | C | 2026-05-04T19:17:11.464342 | /*
* Copyright (C) 2011 The Android Open Source Project
*
* 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 app... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dex.h | null | null | null | null | null | null | C | 2026-05-04T19:17:11.493963 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/out_writer.h | null | null | null | null | null | null | C | 2026-05-04T19:17:12.034611 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdex/vdex_006.c | null | null | null | null | null | null | C | 2026-05-04T19:17:12.056239 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/utils.c | null | null | null | null | null | null | C | 2026-05-04T19:17:12.071193 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdex/vdex_010.c | null | null | null | null | null | null | C | 2026-05-04T19:17:12.132887 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdex/vdex_010.h | null | null | null | null | null | null | C | 2026-05-04T19:17:12.925417 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/out_writer.c | null | null | null | null | null | null | C | 2026-05-04T19:17:13.207538 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdex/vdex_019.h | null | null | null | null | null | null | C | 2026-05-04T19:17:13.249847 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdex/vdex_006.h | null | null | null | null | null | null | C | 2026-05-04T19:17:13.681788 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdex/vdex_021.h | null | null | null | null | null | null | C | 2026-05-04T19:17:13.770007 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2020 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdex/vdex_backend_006.c | null | null | null | null | null | null | C | 2026-05-04T19:17:14.023318 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdex/vdex_019.c | null | null | null | null | null | null | C | 2026-05-04T19:17:14.044012 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdex/vdex_021.c | null | null | null | null | null | null | C | 2026-05-04T19:17:14.045431 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2020 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdex/vdex_backend_006.h | null | null | null | null | null | null | C | 2026-05-04T19:17:14.071035 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdex/vdex_backend_010.c | null | null | null | null | null | null | C | 2026-05-04T19:17:14.284703 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdex/vdex_backend_019.h | null | null | null | null | null | null | C | 2026-05-04T19:17:14.694571 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdex/vdex_backend_021.h | null | null | null | null | null | null | C | 2026-05-04T19:17:14.871023 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdex/vdex_common.h | null | null | null | null | null | null | C | 2026-05-04T19:17:14.935847 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdex/vdex_backend_021.c | null | null | null | null | null | null | C | 2026-05-04T19:17:15.075679 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdex/vdex_backend_010.h | null | null | null | null | null | null | C | 2026-05-04T19:17:15.388783 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdex/vdex_backend_019.c | null | null | null | null | null | null | C | 2026-05-04T19:17:15.390038 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdex/vdex_decompiler_006.h | null | null | null | null | null | null | C | 2026-05-04T19:17:15.513588 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdex/vdex_decompiler_010.c | null | null | null | null | null | null | C | 2026-05-04T19:17:15.593837 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdex/vdex_decompiler_010.h | null | null | null | null | null | null | C | 2026-05-04T19:17:15.701334 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdex/vdex_decompiler_019.c | null | null | null | null | null | null | C | 2026-05-04T19:17:16.034265 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdex/vdex_decompiler_021.c | null | null | null | null | null | null | C | 2026-05-04T19:17:16.100976 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdex/vdex_decompiler_006.c | null | null | null | null | null | null | C | 2026-05-04T19:17:16.263419 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dex_instruction.c | null | null | null | null | null | null | C | 2026-05-04T19:17:16.264286 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dex_instruction.h | null | null | null | null | null | null | C | 2026-05-04T19:17:16.430389 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdexExtractor.c | null | null | null | null | null | null | C | 2026-05-04T19:17:16.987563 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdex_api.c | null | null | null | null | null | null | C | 2026-05-04T19:17:16.988385 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdex_api.h | null | null | null | null | null | null | C | 2026-05-04T19:17:17.041166 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdex/vdex_decompiler_021.h | null | null | null | null | null | null | C | 2026-05-04T19:17:17.147954 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/vdex/vdex_decompiler_019.h | null | null | null | null | null | null | C | 2026-05-04T19:17:17.220746 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/utils.h | null | null | null | null | null | null | C | 2026-05-04T19:17:17.489291 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
anestisb/vdexExtractor | https://github.com/anestisb/vdexExtractor | null | null | null | null | 1,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/log.h | null | null | null | null | null | null | C | 2026-05-04T19:17:22.180848 | /*
vdexExtractor
-----------------------------------------
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. 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 ... |
haywire/haywire | https://github.com/haywire/haywire | null | null | null | null | 1,123 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/haywire/configuration/configuration.c | null | null | null | null | null | null | C | 2026-05-04T19:17:25.600933 | #include "configuration.h"
#include "../hw_string.h"
#include "../khash.h"
#include "ini.h"
KHASH_MAP_INIT_STR(route_hashes, char*)
int configuration_handler(void* user, const char* section, const char* name, const char* value)
{
configuration* config = (configuration*)user;
#define MATCH(s, n) strcmp(sectio... |
haywire/haywire | https://github.com/haywire/haywire | null | null | null | null | 1,123 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/haywire/connection_dispatcher.c | null | null | null | null | null | null | C | 2026-05-04T19:17:25.602269 | #include <stdlib.h>
#include <stdio.h>
#include "uv.h"
#include "connection_dispatcher.h"
#include "connection_consumer.h"
static struct sockaddr_in listen_addr;
void ipc_close_cb(uv_handle_t* handle)
{
struct ipc_peer_ctx* ctx;
ctx = container_of(handle, struct ipc_peer_ctx, peer_handle);
free(ctx);
}
v... |
haywire/haywire | https://github.com/haywire/haywire | null | null | null | null | 1,123 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/haywire/connection_consumer.h | null | null | null | null | null | null | C | 2026-05-04T19:17:25.628750 | #include <stdbool.h>
#pragma once
#include "uv.h"
#ifndef offsetof
#define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
#endif
#define container_of(ptr, type, member) ((type*)(((char*)(ptr)) - offsetof(type, member)))
union stream_handle2
{
uv_pipe_t pipe;
uv_tcp_t tcp;
};
typedef unsigned char ... |
haywire/haywire | https://github.com/haywire/haywire | null | null | null | null | 1,123 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/haywire/configuration/ini.h | null | null | null | null | null | null | C | 2026-05-04T19:17:25.632988 | /* inih -- simple .INI file parser
inih is released under the New BSD license (see LICENSE.txt). Go to the project
home page for more info:
http://code.google.com/p/inih/
https://github.com/armon/hlld/tree/master/deps/inih
*/
#ifndef __INI_H__
#define __INI_H__
/* Make this header file easier to include in... |
haywire/haywire | https://github.com/haywire/haywire | null | null | null | null | 1,123 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/haywire/http_connection.h | null | null | null | null | null | null | C | 2026-05-04T19:17:25.638061 | #include <stddef.h>
#pragma once
#include "uv.h"
#include "http_parser.h"
#include "http_request.h"
#include "http_request_buffers.h"
typedef struct
{
uv_tcp_t stream;
http_parser parser;
uv_write_t write_req;
http_request* request;
hw_string current_header_key;
hw_string current_header_value;... |
haywire/haywire | https://github.com/haywire/haywire | null | null | null | null | 1,123 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/haywire/connection_consumer.c | null | null | null | null | null | null | C | 2026-05-04T19:17:25.646744 | #include <stdlib.h>
#include <stdio.h>
#include "uv.h"
#include "connection_consumer.h"
#include "http_server.h"
#include "http_connection.h"
#include "http_response_cache.h"
static bool tcp_nodelay;
void ipc_read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf)
{
int rc;
struct ipc_client_ctx* ctx... |
haywire/haywire | https://github.com/haywire/haywire | null | null | null | null | 1,123 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/haywire/http_request_buffers.h | null | null | null | null | null | null | C | 2026-05-04T19:17:26.263550 | #pragma once
#include <stdbool.h>
#include "khash.h"
#include "haywire.h"
typedef struct {
void* buffer;
size_t size;
} hw_request_buffer_chunk;
typedef void* hw_request_buffer;
/**
* Initializes a new buffer. The caller is responsible for calling http_request_buffer_destroy to free up memory.
*/
hw_reques... |
haywire/haywire | https://github.com/haywire/haywire | null | null | null | null | 1,123 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/haywire/http_parser.h | null | null | null | null | null | null | C | 2026-05-04T19:17:26.268737 | /* Copyright Joyent, Inc. and other Node contributors. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including without limitation the
* righ... |
haywire/haywire | https://github.com/haywire/haywire | null | null | null | null | 1,123 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/haywire/http_request_buffers.c | null | null | null | null | null | null | C | 2026-05-04T19:17:26.272085 | #include <stdbool.h>
#include <errno.h>
#include "haywire.h"
#include "http_request_buffers.h"
#define DEFAULT_BUFFER_SHRINKSIZE 65536
#define MIN(x, y) (((x) < (y)) ? (x) : (y))
KHASH_MAP_INIT_INT64(pointer_hashmap, void*)
typedef struct {
size_t max_size;
size_t size;
size_t mark;
size_t used;
... |
haywire/haywire | https://github.com/haywire/haywire | null | null | null | null | 1,123 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/haywire/http_request.c | null | null | null | null | null | null | C | 2026-05-04T19:17:26.280370 | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <haywire.h>
#include "hw_string.h"
#include "khash.h"
#include "http_request.h"
#include "http_response.h"
#include "http_server.h"
#include "server_stats.h"
#include "route_compare_method.h"
extern char* uv__strndup(const char* s, ... |
haywire/haywire | https://github.com/haywire/haywire | null | null | null | null | 1,123 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/haywire/http_response.c | null | null | null | null | null | null | C | 2026-05-04T19:17:26.311228 | #include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <limits.h>
#include "http_response.h"
#include "http_server.h"
#include "http_response_cache.h"
#include "hw_string.h"
#define CRLF "\r\n"
KHASH_MAP_INIT_STR(string_hashmap, char*)
hw_http_response hw_create_http_response(http_connection* connection)... |
haywire/haywire | https://github.com/haywire/haywire | null | null | null | null | 1,123 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/haywire/http_request.h | null | null | null | null | null | null | C | 2026-05-04T19:17:26.825090 | #include <stddef.h>
#pragma once
#include "uv.h"
#include "http_parser.h"
extern int last_was_value;
void free_http_request(http_request* request);
int http_request_on_message_begin(http_parser *parser);
int http_request_on_url(http_parser *parser, const char *at, size_t length);
int http_request_on_header_field(htt... |
haywire/haywire | https://github.com/haywire/haywire | null | null | null | null | 1,123 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/haywire.h | null | null | null | null | null | null | C | 2026-05-04T19:17:27.027187 | #pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdbool.h>
#ifdef _WIN32
/* Windows - set up dll import/export decorators. */
#ifdef BUILDING_HAYWIRE_SHARED
/* Building shared library. */
#define HAYWIRE_EXTERN __declspec(dllexport)
#else
#ifdef US... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.