hexsha stringlengths 40 40 | size int64 5 1.05M | ext stringclasses 588
values | lang stringclasses 305
values | max_stars_repo_path stringlengths 3 363 | max_stars_repo_name stringlengths 5 118 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses listlengths 1 10 | max_stars_count float64 1 191k ⌀ | max_stars_repo_stars_event_min_datetime stringdate 2015-01-01 00:00:35 2022-03-31 23:43:49 ⌀ | max_stars_repo_stars_event_max_datetime stringdate 2015-01-01 12:37:38 2022-03-31 23:59:52 ⌀ | max_issues_repo_path stringlengths 3 363 | max_issues_repo_name stringlengths 5 118 | max_issues_repo_head_hexsha stringlengths 40 40 | max_issues_repo_licenses listlengths 1 10 | max_issues_count float64 1 134k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 3 363 | max_forks_repo_name stringlengths 5 135 | max_forks_repo_head_hexsha stringlengths 40 40 | max_forks_repo_licenses listlengths 1 10 | max_forks_count float64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringdate 2015-01-01 00:01:02 2022-03-31 23:27:27 ⌀ | max_forks_repo_forks_event_max_datetime stringdate 2015-01-03 08:55:07 2022-03-31 23:59:24 ⌀ | content stringlengths 5 1.05M | avg_line_length float64 1.13 1.04M | max_line_length int64 1 1.05M | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
58051f66452f8d1fa14edc13a22191e48d3d5498 | 7,682 | c | C | base/bt1g_blkenc.c | cr88192/bgbtech_engine2 | e6c0e11f0b70ac8544895a10133a428d5078d413 | [
"MIT"
] | 1 | 2016-12-28T05:46:24.000Z | 2016-12-28T05:46:24.000Z | base/bt1g_blkenc.c | cr88192/bgbtech_engine2 | e6c0e11f0b70ac8544895a10133a428d5078d413 | [
"MIT"
] | null | null | null | base/bt1g_blkenc.c | cr88192/bgbtech_engine2 | e6c0e11f0b70ac8544895a10133a428d5078d413 | [
"MIT"
] | null | null | null | /*
Reserve 128 bits.
Y,U,V,d, Pa,Pb,Pc,Pd
d==0: Flat or Special
Pa==0: Flat
Pa==1: 2x2x2bpp
Pb=Diff
Pc=Pixel Bits
Pa==2: 4x4x1bpp
Pb=Diff
Pc/Pd=Pixel Bits
Pa==3: Skip (No Translate)
Pa==4: Skip+Translate
Pc=Y Offset
Pd=X Offset
*/
#include <bteifgl.h>
int clamp255(int i)
{ return((i<0... | 19.748072 | 55 | 0.535668 |
55bf2bb25a33af0da7e37ddbc0ce7aa35b3f597f | 1,576 | h | C | blades/xbmc/xbmc/music/EmbeddedArt.h | krattai/AEBL | a7b12c97479e1236d5370166b15ca9f29d7d4265 | [
"BSD-2-Clause"
] | 4 | 2016-04-26T03:43:54.000Z | 2016-11-17T08:09:04.000Z | blades/xbmc/xbmc/music/EmbeddedArt.h | krattai/AEBL | a7b12c97479e1236d5370166b15ca9f29d7d4265 | [
"BSD-2-Clause"
] | 17 | 2015-01-05T21:06:22.000Z | 2015-12-07T20:45:44.000Z | blades/xbmc/xbmc/music/EmbeddedArt.h | krattai/AEBL | a7b12c97479e1236d5370166b15ca9f29d7d4265 | [
"BSD-2-Clause"
] | 3 | 2016-04-26T03:43:55.000Z | 2020-11-06T11:02:08.000Z | #pragma once
/*
* Copyright (C) 2015 Team XBMC
* http://xbmc.org
*
* This Program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* T... | 26.266667 | 75 | 0.694162 |
0dd03220e282a37993d7c5e87ca26b2e0eb48fc4 | 319 | h | C | archive/src_curt3/inc/msh/fio.h | ecrc/kfun3d | 90d1f221198dbbc980d33532a175127d3735b4e0 | [
"MIT"
] | 5 | 2020-06-30T01:09:28.000Z | 2021-12-21T08:38:23.000Z | archive/src_curt1/inc/msh/fio.h | ecrc/kfun3d | 90d1f221198dbbc980d33532a175127d3735b4e0 | [
"MIT"
] | null | null | null | archive/src_curt1/inc/msh/fio.h | ecrc/kfun3d | 90d1f221198dbbc980d33532a175127d3735b4e0 | [
"MIT"
] | 1 | 2021-11-04T08:15:43.000Z | 2021-11-04T08:15:43.000Z |
/*
Author: Mohammed Al Farhan
Email: mohammed.farhan@kaust.edu.sa
*/
#ifndef __FIO_H
#define __FIO_H
#define LIMIT_D 100
#define LIMIT_I 250
enum dtype { UINT, DOUBLE };
struct wtbl {
char * l;
char * h;
enum dtype t;
size_t sz;
};
void
walkfbuf(const struct wtbl *restrict, void *restrict);
#endif
| 12.269231 | 54 | 0.683386 |
ad0074a1f47e89188166d414a848bc591264e73e | 4,402 | h | C | service/easy-setup/enrollee/inc/ESEnrolleeCommon.h | jonghenhan/iotivity | 7dfc2bc6a5c0506cf88bc23e88e38fe1b795da31 | [
"Apache-2.0"
] | 301 | 2015-01-20T16:11:32.000Z | 2021-11-25T04:29:36.000Z | service/easy-setup/enrollee/inc/ESEnrolleeCommon.h | jonghenhan/iotivity | 7dfc2bc6a5c0506cf88bc23e88e38fe1b795da31 | [
"Apache-2.0"
] | 13 | 2015-06-04T09:55:15.000Z | 2020-09-23T00:38:07.000Z | service/easy-setup/enrollee/inc/ESEnrolleeCommon.h | jonghenhan/iotivity | 7dfc2bc6a5c0506cf88bc23e88e38fe1b795da31 | [
"Apache-2.0"
] | 233 | 2015-01-26T03:41:59.000Z | 2022-03-18T23:54:04.000Z | /******************************************************************
*
* Copyright 2016 Samsung Electronics 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
*
... | 36.081967 | 126 | 0.636302 |
07c248617f55eccdbbd33bf6643fbe180d9e64b8 | 19,930 | h | C | src/owl/core/owl_ndarray_pool_impl.h | diml/owl | 03accba58c6d3ffb19feab02154c36dc5098e803 | [
"MIT"
] | null | null | null | src/owl/core/owl_ndarray_pool_impl.h | diml/owl | 03accba58c6d3ffb19feab02154c36dc5098e803 | [
"MIT"
] | null | null | null | src/owl/core/owl_ndarray_pool_impl.h | diml/owl | 03accba58c6d3ffb19feab02154c36dc5098e803 | [
"MIT"
] | null | null | null | /*
* OWL - OCaml Scientific and Engineering Computing
* Copyright (c) 2016-2018 Liang Wang <liang.wang@cl.cam.ac.uk>
*/
#ifdef OWL_ENABLE_TEMPLATE
CAMLprim value FUN_NATIVE (spatial) (
value vInput_ptr, value vOutput_ptr,
value vBatches, value vInput_cols, value vInput_rows, value vIn_channel,
value vKernel... | 35.716846 | 79 | 0.597692 |
35d99d9f42238f9be8c4144d49b5d4b0da70d1c8 | 389 | h | C | defpfd/src/message.h | phi-x/defpfd | 221863e44920134cce5c7bbfb74f32f8c0dd041e | [
"MIT"
] | 1 | 2020-10-10T12:00:42.000Z | 2020-10-10T12:00:42.000Z | defpfd/src/message.h | phi-x/defpfd | 221863e44920134cce5c7bbfb74f32f8c0dd041e | [
"MIT"
] | null | null | null | defpfd/src/message.h | phi-x/defpfd | 221863e44920134cce5c7bbfb74f32f8c0dd041e | [
"MIT"
] | null | null | null | #ifndef __MESSAGE_H__
#define __MESSAGE_H__
#include <dmsdk/sdk.h>
#include "portable-file-dialogs.h"
class Message
{
private:
pfd::message *message;
Message(pfd::message *message);
static int ready(lua_State *L);
static int kill(lua_State *L);
static int result(lua_State *L);
public:
static M... | 19.45 | 41 | 0.696658 |
e0821a3256097da81b58085361311622a9291404 | 1,517 | h | C | src/rdmnet/private/rpt_prot.h | RichardTea/RDMnet | fb48866be0396beb7875ba515ad966f19aa46350 | [
"Apache-2.0"
] | null | null | null | src/rdmnet/private/rpt_prot.h | RichardTea/RDMnet | fb48866be0396beb7875ba515ad966f19aa46350 | [
"Apache-2.0"
] | null | null | null | src/rdmnet/private/rpt_prot.h | RichardTea/RDMnet | fb48866be0396beb7875ba515ad966f19aa46350 | [
"Apache-2.0"
] | null | null | null | /******************************************************************************
* Copyright 2019 ETC 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... | 41 | 87 | 0.632169 |
dcbafaff18fbfd03b52d396fa99fdc6c21578f43 | 207 | c | C | uri/1015-distancia-entre-dois-pontos.c | capaci/desafios | b643467af7eb2e7ab7db78acc881497e0713cdb9 | [
"MIT"
] | 1 | 2020-12-24T22:07:13.000Z | 2020-12-24T22:07:13.000Z | uri/1015-distancia-entre-dois-pontos.c | capaci/desafios | b643467af7eb2e7ab7db78acc881497e0713cdb9 | [
"MIT"
] | null | null | null | uri/1015-distancia-entre-dois-pontos.c | capaci/desafios | b643467af7eb2e7ab7db78acc881497e0713cdb9 | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
void main()
{
float x1, y1, x2, y2;
scanf("%f%f%f%f", &x1, &y1, &x2, &y2);
printf("%.4f\n", sqrt((x2-x1)*(x2-x1) + (y2-y1)*(y2-y1)) );
} | 18.818182 | 63 | 0.512077 |
a6a91035cb5101ec633987933e2b95bc13223478 | 2,366 | h | C | 3rd_party/mongodb/db/security.h | ot/semi_index | f00811737917707896cce8fb40be5d07ea42956f | [
"Apache-2.0"
] | 36 | 2015-01-27T09:10:32.000Z | 2022-01-16T23:03:15.000Z | 3rd_party/mongodb/db/security.h | ot/semi_index | f00811737917707896cce8fb40be5d07ea42956f | [
"Apache-2.0"
] | null | null | null | 3rd_party/mongodb/db/security.h | ot/semi_index | f00811737917707896cce8fb40be5d07ea42956f | [
"Apache-2.0"
] | 4 | 2015-11-02T16:05:11.000Z | 2020-08-31T10:14:48.000Z | // security.h
/**
* Copyright (C) 2009 10gen Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will b... | 31.546667 | 128 | 0.621724 |
903f25d829958e06aa95730fe80883365af04ff6 | 2,660 | c | C | debug_uart.c | danmcb/MAX32-RT-Scheduler | 85317dbf7de9b9665951a3a6e827769b65db6f64 | [
"MIT"
] | null | null | null | debug_uart.c | danmcb/MAX32-RT-Scheduler | 85317dbf7de9b9665951a3a6e827769b65db6f64 | [
"MIT"
] | null | null | null | debug_uart.c | danmcb/MAX32-RT-Scheduler | 85317dbf7de9b9665951a3a6e827769b65db6f64 | [
"MIT"
] | null | null | null | /*
* File: debug_uart.c
* Project : Cooperative scheduler for Digilent MAX32
* Author: Daniel McBrearty, McBee Audio Labs
* ( www.mcbeeaudio.com )
*
*/
#define CRITICAL_SECTION_SYNC
#include "debug_uart.h"
#include "xprintf.h"
#include <sys/attribs.h>
void debug_buf_put(uint8_t c);
void usb_... | 30.930233 | 81 | 0.645489 |
7c26635916c8f49360ea157837dafe0ff081b2f9 | 1,350 | h | C | chrome/browser/storage_monitor/mock_removable_storage_observer.h | GnorTech/chromium | e1c7731d5bd099ca5544fcf8eda3867d4ce5bab5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2018-03-10T13:08:49.000Z | 2018-03-10T13:08:49.000Z | chrome/browser/storage_monitor/mock_removable_storage_observer.h | GnorTech/chromium | e1c7731d5bd099ca5544fcf8eda3867d4ce5bab5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | chrome/browser/storage_monitor/mock_removable_storage_observer.h | GnorTech/chromium | e1c7731d5bd099ca5544fcf8eda3867d4ce5bab5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2020-11-04T07:19:31.000Z | 2020-11-04T07:19:31.000Z | // Copyright (c) 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_STORAGE_MONITOR_MOCK_REMOVABLE_STORAGE_OBSERVER_H_
#define CHROME_BROWSER_STORAGE_MONITOR_MOCK_REMOVABLE_STORAGE_OBSERVER_H_
#... | 29.347826 | 76 | 0.801481 |
c2652552a258b6c334f28d602413726c7a6eeb08 | 51 | c | C | ARM_STM32/Firmware/servers/servers_init.c | fuszenecker/ARM | ef5f58eb0b907ddd4aa807bba43c61b9afb63f21 | [
"MIT"
] | 1 | 2020-02-01T19:52:50.000Z | 2020-02-01T19:52:50.000Z | ARM_STM32/Firmware/servers/servers_init.c | fuszenecker/ARM | ef5f58eb0b907ddd4aa807bba43c61b9afb63f21 | [
"MIT"
] | null | null | null | ARM_STM32/Firmware/servers/servers_init.c | fuszenecker/ARM | ef5f58eb0b907ddd4aa807bba43c61b9afb63f21 | [
"MIT"
] | null | null | null | #include <servers_init.h>
void servers_init() {
}
| 10.2 | 25 | 0.705882 |
e6ff950d3c229cc785558c43af8ee32718820eab | 216 | h | C | include/jitcat/CustomObject.h | mvhooren/JitCat | 8e05b51c5feda8fa9258ba443854b23c4ad8bf7c | [
"MIT"
] | 14 | 2019-03-16T07:00:44.000Z | 2021-10-20T23:36:51.000Z | include/jitcat/CustomObject.h | mvhooren/JitCat | 8e05b51c5feda8fa9258ba443854b23c4ad8bf7c | [
"MIT"
] | 13 | 2019-11-22T12:43:55.000Z | 2020-05-25T13:09:08.000Z | include/jitcat/CustomObject.h | mvhooren/JitCat | 8e05b51c5feda8fa9258ba443854b23c4ad8bf7c | [
"MIT"
] | 1 | 2019-11-23T17:59:58.000Z | 2019-11-23T17:59:58.000Z | #pragma once
namespace jitcat::Reflection
{
//This is the type that is used to pass objects created by a CustomTypeInfo in std::any
class CustomObject
{
public:
CustomObject() {}
~CustomObject() {}
};
} | 15.428571 | 88 | 0.694444 |
fc3ede2648ed1122176893609eae954c5c6bd667 | 369 | h | C | Soundrocket/SRStreamViewController.h | SebastianBoldt/Soundrocket | 8aac6384184d2e646512a33b1e26607a60ef827a | [
"Apache-2.0"
] | 7 | 2015-03-15T20:44:26.000Z | 2021-02-17T21:34:31.000Z | Soundrocket/SRStreamViewController.h | SebastianBoldt/Soundrocket | 8aac6384184d2e646512a33b1e26607a60ef827a | [
"Apache-2.0"
] | 1 | 2021-02-17T21:33:52.000Z | 2021-08-20T10:08:13.000Z | Soundrocket/SRStreamViewController.h | SebastianBoldt/Soundrocket | 8aac6384184d2e646512a33b1e26607a60ef827a | [
"Apache-2.0"
] | 3 | 2015-03-24T03:39:00.000Z | 2020-11-09T03:27:09.000Z | //
// StreamTableViewController.h
// Soundtrace
//
// Created by Sebastian Boldt on 20.12.14.
// Copyright (c) 2014 sebastianboldt. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "SRBaseCollectionViewController.h"
/**
* This Viewcontroller displays stream items of the user
*/
@interface SRStreamViewC... | 20.5 | 66 | 0.747967 |
ccfb80a12f4639286d46d00257143ccdd034727d | 1,198 | h | C | DFGPatternPass/DFGNode.h | dtchuink/DFG-Pattern-Generator | a57b46dd3439b316f98e856bbd1841cc1b34bb29 | [
"MIT"
] | null | null | null | DFGPatternPass/DFGNode.h | dtchuink/DFG-Pattern-Generator | a57b46dd3439b316f98e856bbd1841cc1b34bb29 | [
"MIT"
] | null | null | null | DFGPatternPass/DFGNode.h | dtchuink/DFG-Pattern-Generator | a57b46dd3439b316f98e856bbd1841cc1b34bb29 | [
"MIT"
] | null | null | null | #ifndef DFGNODE_H
#define DFGNODE_H
#include "Node.h"
#include "llvm/Support/raw_ostream.h"
#include <iostream>
#include "llvm/IR/Function.h"
#include "llvm/Support/raw_ostream.h"
#include "TypeDefine.h"
#include <map>
#include <iterator>
using namespace llvm;
/**
* @abstract Node of a DFG
* @author Danielle Tchuink... | 23.490196 | 140 | 0.601836 |
52bae474403bd0cb9f2a083841e5d5195f228ca0 | 16,340 | h | C | hw/mcu/nxp/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/tfa9xxx_parameters.h | bm16ton/portenta-tinyusb | 472ccb5bd6da5c3cf55210c28df72667c825152a | [
"MIT"
] | 175 | 2021-01-19T17:11:01.000Z | 2022-03-31T06:04:43.000Z | components/codec/tfa9xxx/vas_tfa_drv/tfa9xxx_parameters.h | tannewt/mcux-sdk | 1f15787b0abb7886f24434297cd293cf16ad04ab | [
"Apache-2.0"
] | 69 | 2021-01-27T08:18:51.000Z | 2022-03-29T12:16:57.000Z | components/codec/tfa9xxx/vas_tfa_drv/tfa9xxx_parameters.h | tannewt/mcux-sdk | 1f15787b0abb7886f24434297cd293cf16ad04ab | [
"Apache-2.0"
] | 72 | 2021-01-19T14:34:20.000Z | 2022-03-21T09:02:18.000Z | /*
* Copyright 2019 NXP
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef TFA98XXPARAMETERS_H_
#define TFA98XXPARAMETERS_H_
#ifdef __KERNEL__
#include <linux/types.h>
#else
#include <stdint.h>
#endif
typedef struct tfa_msg
{
uint8_t msg_size;
unsigned char cmdId[3];
int da... | 24.534535 | 119 | 0.663892 |
ddd65c129ab8a327d86b6f5eb60faffeee90a34e | 279 | h | C | RileyLink/RuntimeUtils.h | prassein/rileylink_ios | 6f40233696f57d4eb6568d51f3c47651ccabdd2e | [
"MIT"
] | null | null | null | RileyLink/RuntimeUtils.h | prassein/rileylink_ios | 6f40233696f57d4eb6568d51f3c47651ccabdd2e | [
"MIT"
] | null | null | null | RileyLink/RuntimeUtils.h | prassein/rileylink_ios | 6f40233696f57d4eb6568d51f3c47651ccabdd2e | [
"MIT"
] | null | null | null | //
// RuntimeUtils.h
// RileyLink
//
// Created by Pete Schwamb on 11/18/15.
// Copyright © 2015 Pete Schwamb. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface RuntimeUtils : NSObject
+ (NSArray *)classStringsForClassesOfType:(Class)filterType;
@end
| 16.411765 | 60 | 0.716846 |
dd943e32765bb3fb67b4eeaaaa7ff783c780b69b | 3,968 | h | C | FreeBSD/sys/compat/linuxkpi/common/include/linux/interrupt.h | TigerBSD/FreeBSD-Custom-ThinkPad | 3d092f261b362f73170871403397fc5d6b89d1dc | [
"0BSD"
] | 4 | 2016-08-22T22:02:55.000Z | 2017-03-04T22:56:44.000Z | FreeBSD/sys/compat/linuxkpi/common/include/linux/interrupt.h | TigerBSD/FreeBSD-Custom-ThinkPad | 3d092f261b362f73170871403397fc5d6b89d1dc | [
"0BSD"
] | 21 | 2016-08-11T09:43:43.000Z | 2017-01-29T12:52:56.000Z | FreeBSD/sys/compat/linuxkpi/common/include/linux/interrupt.h | TigerBSD/TigerBSD | 3d092f261b362f73170871403397fc5d6b89d1dc | [
"0BSD"
] | null | null | null | /*-
* Copyright (c) 2010 Isilon Systems, Inc.
* Copyright (c) 2010 iX Systems, Inc.
* Copyright (c) 2010 Panasas, Inc.
* Copyright (c) 2013-2015 Mellanox Technologies, Ltd.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that t... | 26.105263 | 76 | 0.713458 |
1f883667da4bcc141a61438c8562ece37e4a3cf8 | 2,832 | c | C | Proyecto atmel studio/Archivos descontinuados/Codigo placa motriz/Placa motriz codigo/Placa motriz codigo/main.c | julian-zatloukal/SAPLM | 53111d36c7780210afb9c0594188be928b0e9d0b | [
"MIT"
] | null | null | null | Proyecto atmel studio/Archivos descontinuados/Codigo placa motriz/Placa motriz codigo/Placa motriz codigo/main.c | julian-zatloukal/SAPLM | 53111d36c7780210afb9c0594188be928b0e9d0b | [
"MIT"
] | null | null | null | Proyecto atmel studio/Archivos descontinuados/Codigo placa motriz/Placa motriz codigo/Placa motriz codigo/main.c | julian-zatloukal/SAPLM | 53111d36c7780210afb9c0594188be928b0e9d0b | [
"MIT"
] | null | null | null |
#define F_CPU 16000000UL
#define MOTOR_SPEED_MS 250
#ifndef BIT_MANIPULATION_MACRO
#define BIT_MANIPULATION_MACRO 1
#define bit_get(p,m) ((p) & (m))
#define bit_set(p,m) ((p) |= (m))
#define bit_clear(p,m) ((p) &= ~(m))
#define bit_flip(p,m) ((p) ^= (m))
#define bit_write(c,p,m) (c ? bit_set(p,m) : bi... | 22.299213 | 61 | 0.609816 |
de8ec2ee2a0eddac0f625cc906b81827c0203009 | 2,786 | c | C | lib/Runtime/operator/maxpool.c | jdh8/onnc | 018ff007e20734585579aac87ca9a573aa012909 | [
"BSD-3-Clause"
] | 1 | 2021-02-25T13:36:26.000Z | 2021-02-25T13:36:26.000Z | lib/Runtime/operator/maxpool.c | jdh8/onnc | 018ff007e20734585579aac87ca9a573aa012909 | [
"BSD-3-Clause"
] | null | null | null | lib/Runtime/operator/maxpool.c | jdh8/onnc | 018ff007e20734585579aac87ca9a573aa012909 | [
"BSD-3-Clause"
] | null | null | null | #include <onnc/Runtime/operator/maxpool.h>
#include <stdint.h>
#include <stdbool.h>
#include <stdio.h>
#include <float.h>
#include <math.h>
#include <assert.h>
#include <string.h>
static inline bool next_dim(int32_t ndim, int32_t * restrict dim,
const int32_t * restrict dim_max) {
do {
... | 29.326316 | 99 | 0.625269 |
5a0fbdd710ee7564ba8e46b527a05d9bf9f52606 | 4,544 | h | C | Code_arduino/arduino-1.0.6/libraries/GCS_MAVLink/include/mavlink/v0.9/common/mavlink_msg_debug.h | NeLy-EPFL/SeptaCam | 7cdf6031193fc68ae5527578e2fd21ea1ed8ee0a | [
"MIT"
] | 6 | 2015-01-20T09:51:29.000Z | 2018-12-03T09:56:30.000Z | Code_arduino/arduino-1.0.6/libraries/GCS_MAVLink/include/mavlink/v0.9/common/mavlink_msg_debug.h | NeLy-EPFL/SeptaCam | 7cdf6031193fc68ae5527578e2fd21ea1ed8ee0a | [
"MIT"
] | null | null | null | Code_arduino/arduino-1.0.6/libraries/GCS_MAVLink/include/mavlink/v0.9/common/mavlink_msg_debug.h | NeLy-EPFL/SeptaCam | 7cdf6031193fc68ae5527578e2fd21ea1ed8ee0a | [
"MIT"
] | 7 | 2015-10-30T22:56:14.000Z | 2021-11-29T10:10:15.000Z | // MESSAGE DEBUG PACKING
#define MAVLINK_MSG_ID_DEBUG 255
typedef struct __mavlink_debug_t
{
uint8_t ind; ///< index of debug variable
float value; ///< DEBUG value
} mavlink_debug_t;
#define MAVLINK_MSG_ID_DEBUG_LEN 5
#define MAVLINK_MSG_ID_255_LEN 5
#define MAVLINK_MESSAGE_INFO_DEBUG { \
"DEBUG", \
2, \
{ ... | 27.209581 | 142 | 0.739877 |
dc0acf14fe4d58e0eecf09e9d477d684779930e0 | 7,690 | h | C | include/FedTree/FL/distributed_server.h | Xtra-Computing/FedTree | c84a465dc8153e040d7648653c65881ae161dabc | [
"Apache-2.0"
] | 12 | 2021-04-27T11:59:15.000Z | 2022-03-15T02:55:52.000Z | include/FedTree/FL/distributed_server.h | Xtra-Computing/FedTree | c84a465dc8153e040d7648653c65881ae161dabc | [
"Apache-2.0"
] | 1 | 2021-12-20T09:54:01.000Z | 2021-12-21T04:08:44.000Z | include/FedTree/FL/distributed_server.h | Xtra-Computing/FedTree | c84a465dc8153e040d7648653c65881ae161dabc | [
"Apache-2.0"
] | 5 | 2021-04-28T03:27:07.000Z | 2021-12-18T09:55:58.000Z | //
// Created by 韩雨萱 on 11/4/21.
//
#ifndef FEDTREE_DISTRIBUTED_SERVER_H
#define FEDTREE_DISTRIBUTED_SERVER_H
#include <grpcpp/grpcpp.h>
#include <grpcpp/security/server_credentials.h>
#include <grpcpp/server.h>
#include <grpcpp/server_builder.h>
#include <grpcpp/server_context.h>
#include "FedTree/FL/server.h"
#inc... | 41.793478 | 133 | 0.660468 |
7cc76a6b354c3556069930cb85483289160d4254 | 1,438 | c | C | src/thread/thread_launcher.c | ccup/mcl | 4f9fc954de7c696539430daee06a7218517d6c0f | [
"Apache-2.0"
] | 10 | 2020-09-07T02:39:51.000Z | 2021-09-26T00:44:40.000Z | src/thread/thread_launcher.c | ccup/mcl | 4f9fc954de7c696539430daee06a7218517d6c0f | [
"Apache-2.0"
] | null | null | null | src/thread/thread_launcher.c | ccup/mcl | 4f9fc954de7c696539430daee06a7218517d6c0f | [
"Apache-2.0"
] | 1 | 2020-09-11T01:21:42.000Z | 2020-09-11T01:21:42.000Z | #include "mcl/thread/thread_launcher.h"
#include "mcl/algo/loop.h"
#include "mcl/assert.h"
MCL_PRIVATE void MclThreadLauncher_WaitThread(MclThreadInfo *thread) {
MCL_ASSERT_SUCC_CALL_VOID(MclThread_Join(thread->thread, NULL));
}
MCL_PRIVATE void MclThreadLauncher_StopThread(MclThreadInfo *thread) {
if (thread->stop... | 28.196078 | 100 | 0.792072 |
3c52b298ff4d69cadf00595f749f9a5459761da3 | 2,273 | h | C | neopg/openpgp/signature/data/v4_signature_data.h | mehrdad-shokri/neopg | 05b370c04ffc019e55d75ab262d17abe6e69cafc | [
"BSD-2-Clause"
] | 224 | 2017-10-29T09:48:00.000Z | 2021-07-21T10:27:14.000Z | neopg/openpgp/signature/data/v4_signature_data.h | mehrdad-shokri/neopg | 05b370c04ffc019e55d75ab262d17abe6e69cafc | [
"BSD-2-Clause"
] | 66 | 2017-10-29T16:17:55.000Z | 2020-11-30T18:53:40.000Z | neopg/openpgp/signature/data/v4_signature_data.h | mehrdad-shokri/neopg | 05b370c04ffc019e55d75ab262d17abe6e69cafc | [
"BSD-2-Clause"
] | 22 | 2017-10-29T19:55:45.000Z | 2020-01-04T13:25:50.000Z | // OpenPGP v4 signature data
// Copyright 2018 The NeoPG developers
//
// NeoPG is released under the Simplified BSD License (see license.txt)
/// \file
/// This file contains the v4 specific data of signature packets.
#pragma once
#include <neopg/openpgp/signature/signature_data.h>
#include <neopg/openpgp/signature... | 28.4125 | 78 | 0.737791 |
1ed3a8a90bd787f687c5b8d95eaceedff42fce3e | 93 | c | C | release/src/router/iproute2-3.x/tc/static-syms.c | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | null | null | null | release/src/router/iproute2-3.x/tc/static-syms.c | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | null | null | null | release/src/router/iproute2-3.x/tc/static-syms.c | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | 2 | 2017-03-24T18:55:32.000Z | 2020-03-08T02:32:43.000Z | #include <string.h>
void *_dlsym(const char *sym)
{
#include "static-syms.h"
return NULL;
}
| 13.285714 | 29 | 0.688172 |
34a714908d5d8b90b1ce3e25d0dfce060d4dcaf5 | 1,905 | c | C | ccode/ctest/src/executor.c | garious/loom | b59836e88eadb6070c0de3c8b52889dfdbd8b202 | [
"Apache-2.0"
] | null | null | null | ccode/ctest/src/executor.c | garious/loom | b59836e88eadb6070c0de3c8b52889dfdbd8b202 | [
"Apache-2.0"
] | null | null | null | ccode/ctest/src/executor.c | garious/loom | b59836e88eadb6070c0de3c8b52889dfdbd8b202 | [
"Apache-2.0"
] | 2 | 2020-10-18T12:23:07.000Z | 2021-12-24T05:41:11.000Z | #include "hashtable.h"
#include "protocol.h"
struct state {
sem_t sem;
sem_t waiter;
size_t cnt;
//hashtable of all the loaded accounts
struct tx_state *states;
struct packet *packets;
size_t ix;
uint64_t deposits;
uint64_t withdrawals;
};
LOCAL void *withdrawals(void *ctx) {
s... | 24.113924 | 54 | 0.52126 |
950994f263cb40997a7161af291eeeb64d1e3e66 | 342 | h | C | CVFramework/Classes/CVTableView/CVBaseTableViewCell.h | jzy476731162/CVFramework | d4673488e8faa2ceaea236436b789a153291c096 | [
"MIT"
] | null | null | null | CVFramework/Classes/CVTableView/CVBaseTableViewCell.h | jzy476731162/CVFramework | d4673488e8faa2ceaea236436b789a153291c096 | [
"MIT"
] | null | null | null | CVFramework/Classes/CVTableView/CVBaseTableViewCell.h | jzy476731162/CVFramework | d4673488e8faa2ceaea236436b789a153291c096 | [
"MIT"
] | null | null | null | //
// CVBaseTableViewCell.h
// CVFramework
//
// Created by Carl Ji on 2019/1/9.
//
#import <UIKit/UIKit.h>
#import "CVProtocol.h"
@interface CVBaseTableViewCell : UITableViewCell <CVTableViewCellLayout>
+ (UINib *)nib;
+ (NSString *)reuseID;
- (void)configureWithRenderObject:(id<CVTableViewRenderObjectDelegate... | 17.1 | 84 | 0.736842 |
b2f31474973b6770507b7d433f6267d23ec3993f | 131 | c | C | Code/L3.1.c | int13jji/CxiaoyunLearn | 6886017542e15e96153722df2caff1169c770912 | [
"Unlicense"
] | null | null | null | Code/L3.1.c | int13jji/CxiaoyunLearn | 6886017542e15e96153722df2caff1169c770912 | [
"Unlicense"
] | null | null | null | Code/L3.1.c | int13jji/CxiaoyunLearn | 6886017542e15e96153722df2caff1169c770912 | [
"Unlicense"
] | null | null | null | #include <stdio.h>
#define PRICE 30
int main()
{
int num,total;
num = 10;
total = num*PRICE;
printf("total = %d", total);
} | 10.916667 | 29 | 0.603053 |
b27b0a027ef726ffbaa9866897758a5a9ff0b1a7 | 24,801 | h | C | src/reflect.h | stevinz/reflect | 75ed165e0e4e064e57723d42ab00aa80c6288863 | [
"MIT"
] | 3 | 2021-03-20T18:57:08.000Z | 2022-03-22T03:03:21.000Z | src/reflect.h | stevinz/reflect | 75ed165e0e4e064e57723d42ab00aa80c6288863 | [
"MIT"
] | null | null | null | src/reflect.h | stevinz/reflect | 75ed165e0e4e064e57723d42ab00aa80c6288863 | [
"MIT"
] | null | null | null | //####################################################################################
//
// Description: Reflect, C++ 11 Reflection Library
// Author: Stephens Nunnally and Scidian Software
// License: Distributed under the MIT License
// Source(s): https://github.com/stevinz/reflect
//
// C... | 44.2875 | 156 | 0.551026 |
58f9e280f01638436c67e58a248e1cba15472e8c | 3,181 | h | C | include/deemon/bool.h | GrieferAtWork/deemon | 16a4899303390c93d6e7b3910aa4d20e7a55d80b | [
"Zlib"
] | 5 | 2019-09-27T01:33:53.000Z | 2021-11-29T16:31:39.000Z | include/deemon/bool.h | GrieferAtWork/deemon | 16a4899303390c93d6e7b3910aa4d20e7a55d80b | [
"Zlib"
] | null | null | null | include/deemon/bool.h | GrieferAtWork/deemon | 16a4899303390c93d6e7b3910aa4d20e7a55d80b | [
"Zlib"
] | 1 | 2019-10-04T09:42:30.000Z | 2019-10-04T09:42:30.000Z | /* Copyright (c) 2018-2021 Griefer@Work *
* *
* This software is provided 'as-is', without any express or implied *
* warranty. In no event will the authors be held liable for any damages *
... | 44.180556 | 96 | 0.63502 |
0fd77fb62bd62ab21de4a867163370cf4fe2965e | 1,890 | h | C | include/votca/xtp/qmnblist.h | rubengerritsen/xtp | af4db53ca99853280d0e2ddc7f3c41bce8ae6e91 | [
"Apache-2.0"
] | null | null | null | include/votca/xtp/qmnblist.h | rubengerritsen/xtp | af4db53ca99853280d0e2ddc7f3c41bce8ae6e91 | [
"Apache-2.0"
] | null | null | null | include/votca/xtp/qmnblist.h | rubengerritsen/xtp | af4db53ca99853280d0e2ddc7f3c41bce8ae6e91 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2009-2020 The VOTCA Development Team
* (http://www.votca.org)
*
* 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
*
* h... | 27.391304 | 78 | 0.696296 |
be551aaa797fbe5db0706dbc34c476ab9f07aea2 | 1,778 | c | C | client.c | bwackwat/c-json-webservices | 8a14e6043eb67360acf0cb484a5efe40847235fc | [
"MIT"
] | null | null | null | client.c | bwackwat/c-json-webservices | 8a14e6043eb67360acf0cb484a5efe40847235fc | [
"MIT"
] | null | null | null | client.c | bwackwat/c-json-webservices | 8a14e6043eb67360acf0cb484a5efe40847235fc | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#define BUFSIZE 1024
int main(int argc, char** argv){
int sockfd, portno, n;
FILE* fp;
size_t len = 0;
struct sockaddr_in serveraddr;
struct hos... | 21.682927 | 90 | 0.614736 |
631bc623ecb04a44db44ca7753c08da065119cfb | 340 | h | C | Mac App/Scripting/TBPost+Scripting.h | CarterA/Tribo | f649d9ff6c643143a0140e961267377ca18df9a8 | [
"Apache-2.0"
] | 13 | 2015-01-24T06:01:56.000Z | 2021-01-25T22:37:52.000Z | Mac App/Scripting/TBPost+Scripting.h | mralexgray/Tribo | f649d9ff6c643143a0140e961267377ca18df9a8 | [
"Apache-2.0"
] | null | null | null | Mac App/Scripting/TBPost+Scripting.h | mralexgray/Tribo | f649d9ff6c643143a0140e961267377ca18df9a8 | [
"Apache-2.0"
] | 1 | 2019-08-21T09:28:59.000Z | 2019-08-21T09:28:59.000Z | //
// TBPost+Scripting.h
// Tribo
//
// Created by Carter Allen on 2/7/12.
// Copyright (c) 2012 Opt-6 Products, LLC. All rights reserved.
//
#import "TBPost.h"
@interface TBPost (Scripting)
- (NSScriptObjectSpecifier *)objectSpecifier;
- (NSTextStorage *)markdownContentForScripting;
- (NSTextStorage *)HTMLConten... | 21.25 | 64 | 0.726471 |
018db26be2668e3917b4ff304e9042315aaf4cca | 4,677 | h | C | producer/api/cpp/src/producer_impl.h | SergeyYakubov/asapo | 25fddf9af6b215a6fc0da6108bc6b91dff813362 | [
"MIT",
"Apache-2.0",
"MIT-0",
"BSD-3-Clause"
] | null | null | null | producer/api/cpp/src/producer_impl.h | SergeyYakubov/asapo | 25fddf9af6b215a6fc0da6108bc6b91dff813362 | [
"MIT",
"Apache-2.0",
"MIT-0",
"BSD-3-Clause"
] | null | null | null | producer/api/cpp/src/producer_impl.h | SergeyYakubov/asapo | 25fddf9af6b215a6fc0da6108bc6b91dff813362 | [
"MIT",
"Apache-2.0",
"MIT-0",
"BSD-3-Clause"
] | null | null | null | #ifndef ASAPO_PRODUCER__PRODUCER_IMPL_H
#define ASAPO_PRODUCER__PRODUCER_IMPL_H
#include <string>
#include <asapo/common/networking.h>
#include <asapo/io/io.h>
#include "asapo/producer/producer.h"
#include "asapo/logger/logger.h"
#include "asapo/request/request_pool.h"
#include "producer_request_handler_factory.h"
#in... | 41.758929 | 116 | 0.702373 |
350ada8b924ec4e1a5fb9335b282d3ecdafa23f7 | 3,153 | h | C | practica1/Monticulo_arboles.h | DavidSolanas/algoritmia_basica | 51ff6215b879525645ea75833e0a887b2b19ea47 | [
"MIT"
] | null | null | null | practica1/Monticulo_arboles.h | DavidSolanas/algoritmia_basica | 51ff6215b879525645ea75833e0a887b2b19ea47 | [
"MIT"
] | null | null | null | practica1/Monticulo_arboles.h | DavidSolanas/algoritmia_basica | 51ff6215b879525645ea75833e0a887b2b19ea47 | [
"MIT"
] | 1 | 2021-01-05T13:01:37.000Z | 2021-01-05T13:01:37.000Z | /**
* Fichero Monticulo_arboles.h
* Práctica 1 Algoritmia Básica
* Autores: Diego Martínez Baselga 735969
* David Solanas Sanz 738630
*/
#include "Arbol_caracteres.h"
//Monticulo de árboles de Huffman
class Monticulo_arboles
{
private:
//Posicion del vector en donde está el último punte... | 27.902655 | 92 | 0.562322 |
624d213decf7dd0f7dbbc35728b55a8c6db9d425 | 624 | h | C | ajaapps/crossplatform/demoapps/NVIDIA/commonCUDA/gpuvio.h | ibstewart/ntv2 | 0acbac70a0b5e6509cca78cfbf69974c73c10db9 | [
"MIT"
] | null | null | null | ajaapps/crossplatform/demoapps/NVIDIA/commonCUDA/gpuvio.h | ibstewart/ntv2 | 0acbac70a0b5e6509cca78cfbf69974c73c10db9 | [
"MIT"
] | null | null | null | ajaapps/crossplatform/demoapps/NVIDIA/commonCUDA/gpuvio.h | ibstewart/ntv2 | 0acbac70a0b5e6509cca78cfbf69974c73c10db9 | [
"MIT"
] | null | null | null | /* SPDX-License-Identifier: MIT */
#ifndef _GPUVIO_
#define _GPUVIO_
// GPU Video I/O Type Definitions
#include <ajatypes.h>
#include <ntv2card.h>
#include <ntv2devicefeatures.h>
#include <ntv2devicescanner.h>
#include <ntv2utils.h>
// Type / Direction
typedef enum {
VIO_OUT,
VIO_IN
} VIO_TYPE;... | 23.111111 | 65 | 0.665064 |
2e58e88bda698169229b7221d7f3f59e49e54297 | 874 | h | C | include/create.h | nithinvnath/minirel | aaffbb69a912c9dabb8863cf959d67208a1418e5 | [
"MIT"
] | 6 | 2017-03-21T12:07:04.000Z | 2020-10-26T00:39:26.000Z | include/create.h | nithinvnath/minirel | aaffbb69a912c9dabb8863cf959d67208a1418e5 | [
"MIT"
] | null | null | null | include/create.h | nithinvnath/minirel | aaffbb69a912c9dabb8863cf959d67208a1418e5 | [
"MIT"
] | 5 | 2018-06-29T08:52:37.000Z | 2022-02-08T03:40:05.000Z | /*
* create.h
*
* Created on: 08-Nov-2014
* Author: nithin
*/
#ifndef CREATE_H_
#define CREATE_H_
#include "defs.h"
#include "error.h"
#include "globals.h"
#include "helpers.h"
#include "openrel.h"
#include "insert.h"
#include "destroy.h"
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include ... | 19 | 81 | 0.691076 |
93ea13cdb1ad6cb2b21bcce714efa47dc5b91fba | 305 | c | C | hackerrank_problems/Staircase.c | sreshtha10/CC | 77147ce863dab64ecb2f76dd09560d963c763fa0 | [
"MIT"
] | 2 | 2021-11-26T13:50:59.000Z | 2021-11-26T14:00:16.000Z | hackerrank_problems/Staircase.c | sreshthamehrotra00/CC | 77147ce863dab64ecb2f76dd09560d963c763fa0 | [
"MIT"
] | null | null | null | hackerrank_problems/Staircase.c | sreshthamehrotra00/CC | 77147ce863dab64ecb2f76dd09560d963c763fa0 | [
"MIT"
] | null | null | null | #include<stdio.h>
int main()
{
int n;
scanf("%d",&n);
for(int i =1 ; i<= n;i++)
{
for( int j = 1;j <= n-i;j++)
{
printf("%c",32);
}
for(int j =1; j<=i;j++)
{
printf("#");
}
printf("\n");
}
return 0;
}
| 15.25 | 36 | 0.308197 |
fa890b1bb07f0dc60239eec0fd6a133457cf0802 | 997 | h | C | External/xnet/Plugins/Ordering.h | prophile/xsera | f1495245461bdbeea4c6761731ba648bdc200646 | [
"MIT"
] | 3 | 2016-05-08T17:24:45.000Z | 2018-08-27T18:57:53.000Z | External/xnet/Plugins/Ordering.h | prophile/xsera | f1495245461bdbeea4c6761731ba648bdc200646 | [
"MIT"
] | null | null | null | External/xnet/Plugins/Ordering.h | prophile/xsera | f1495245461bdbeea4c6761731ba648bdc200646 | [
"MIT"
] | 1 | 2022-03-28T08:14:14.000Z | 2022-03-28T08:14:14.000Z | #ifndef __XNET_PLUGIN_ORDERING__
#define __XNET_PLUGIN_ORDERING__
#include "XNet.h"
#include <map>
#include <queue>
namespace XNet
{
namespace Plugins
{
class Ordering : public Plugin
{
private:
struct QueuedMessage
{
Message msg;
uint32_t seqID;
QueuedMessage(const Message& aMesg, uint32_t sid) :
msg(a... | 21.212766 | 83 | 0.766299 |
7ab7e8d0c07ace443a84558d25439471d5caf4ed | 2,005 | h | C | Modules/CameraCalibration/mitkCameraIntrinsicsProperty.h | liu3xing3long/MITK-2016.11 | 385c506f9792414f40337e106e13d5fd61aa3ccc | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | Modules/CameraCalibration/mitkCameraIntrinsicsProperty.h | liu3xing3long/MITK-2016.11 | 385c506f9792414f40337e106e13d5fd61aa3ccc | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | Modules/CameraCalibration/mitkCameraIntrinsicsProperty.h | liu3xing3long/MITK-2016.11 | 385c506f9792414f40337e106e13d5fd61aa3ccc | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | /*===================================================================
The Medical Imaging Interaction Toolkit (MITK)
Copyright (c) German Cancer Research Center,
Division of Medical and Biological Informatics.
All rights reserved.
This software is distributed WITHOUT ANY WARRANTY; without
even the implied w... | 26.038961 | 82 | 0.716209 |
d88c950cbde34d6fb4c324c840cd520151696adc | 17,834 | c | C | C Programming/CPTS 121/Programming Assignments/The Game of Yahtzee/main.c | subhamb123/WSU-Coding-Projects | bb2910d76ac446f190ce641b869e68ae86d9b760 | [
"MIT"
] | 1 | 2020-09-03T07:09:05.000Z | 2020-09-03T07:09:05.000Z | C Programming/CPTS 121/Programming Assignments/The Game of Yahtzee/main.c | subhamb123/WSU-Coding-Projects | bb2910d76ac446f190ce641b869e68ae86d9b760 | [
"MIT"
] | null | null | null | C Programming/CPTS 121/Programming Assignments/The Game of Yahtzee/main.c | subhamb123/WSU-Coding-Projects | bb2910d76ac446f190ce641b869e68ae86d9b760 | [
"MIT"
] | null | null | null | /************************************************************************
* Programmer: Subham Behera *
* Class: CptS 121; Lab Section 21 *
* Programming Assignment: PA 5 - The Game of Yahtzee *
* Date: 10/16/2020 ... | 26.737631 | 266 | 0.424302 |
94ca97cccba66ece9e0063b35c7fb5a4543fc154 | 1,433 | h | C | src/genomicsdb_processor.h | GenomicsDB/GenomicsDB-Python | b73d246c80331b5429b243a61985b74b711acef3 | [
"MIT"
] | 1 | 2019-04-30T23:28:24.000Z | 2019-04-30T23:28:24.000Z | src/genomicsdb_processor.h | nalinigans/GenomicsDB-Python | 8d9a83dfc360738971698dc957cec3d7a6a99e1c | [
"MIT"
] | 5 | 2019-06-23T20:34:47.000Z | 2020-07-01T20:43:38.000Z | src/genomicsdb_processor.h | GenomicsDB/GenomicsDB-Python | b73d246c80331b5429b243a61985b74b711acef3 | [
"MIT"
] | null | null | null | #include "genomicsdb.h"
#include <cstring>
#include <iostream>
#include <Python.h>
#include <stdio.h>
#define THROW_GENOMICSDB_EXCEPTION(MSG) \
do { \
std::string errmsg = std::string("GenomicsDB-Python: (") \
+ __func__ + ") " +... | 36.74359 | 79 | 0.571528 |
9e1daa842ca627691b3a9d58718cbb2b8e2452ae | 7,835 | c | C | libxpm/rgb.c | sdelmas/TkPixmap | 4b9817e768f42554cfbd2f6169257a6a1825aa8c | [
"TCL",
"X11"
] | null | null | null | libxpm/rgb.c | sdelmas/TkPixmap | 4b9817e768f42554cfbd2f6169257a6a1825aa8c | [
"TCL",
"X11"
] | null | null | null | libxpm/rgb.c | sdelmas/TkPixmap | 4b9817e768f42554cfbd2f6169257a6a1825aa8c | [
"TCL",
"X11"
] | null | null | null | /*
* Copyright (C) 1989-94 GROUPE BULL
*
* 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
* rights to use, copy, modify, merge, publ... | 26.469595 | 79 | 0.568985 |
9e1f681d25e34ba64dd5a92f567b17610a3b1904 | 1,118 | h | C | src/assembler.h | Shao-Group/scallop-umi | 85d5d645d36b1fee9088c59db3ee358909276bd8 | [
"BSD-3-Clause"
] | 1 | 2021-12-02T15:48:07.000Z | 2021-12-02T15:48:07.000Z | src/assembler.h | Shao-Group/scallop-umi | 85d5d645d36b1fee9088c59db3ee358909276bd8 | [
"BSD-3-Clause"
] | 4 | 2021-11-23T17:54:56.000Z | 2021-12-30T07:17:55.000Z | src/assembler.h | Shao-Group/scallop2 | 85d5d645d36b1fee9088c59db3ee358909276bd8 | [
"BSD-3-Clause"
] | null | null | null | /*
Part of Scallop Transcript Assembler
(c) 2017 by Mingfu Shao, Carl Kingsford, and Carnegie Mellon University.
Part of Scallop2
(c) 2021 by Qimin Zhang, Mingfu Shao, and The Pennsylvania State University.
See LICENSE for licensing.
*/
#ifndef __ASSEMBLER_H__
#define __ASSEMBLER_H__
#include <fstream>
#include <st... | 19.614035 | 101 | 0.738819 |
9e6b9728630773f445a094e7f9a837d2127a5ce1 | 3,142 | h | C | openeuler-kernel/arch/arm/include/asm/processor.h | Ddnirvana/test-CI | dd7a0a71281075e8ab300bddbab4a9fa039958f0 | [
"MulanPSL-1.0"
] | 31 | 2021-04-27T08:50:40.000Z | 2022-03-01T02:26:21.000Z | kernel/arch/arm/include/asm/processor.h | SFIP/SFIP | e428a425d2d0e287f23d49f3dd583617ebd2e4a3 | [
"Zlib"
] | 13 | 2021-07-10T04:36:17.000Z | 2022-03-03T10:50:05.000Z | kernel/arch/arm/include/asm/processor.h | SFIP/SFIP | e428a425d2d0e287f23d49f3dd583617ebd2e4a3 | [
"Zlib"
] | 12 | 2021-04-06T02:23:10.000Z | 2022-02-28T11:43:19.000Z | /* SPDX-License-Identifier: GPL-2.0-only */
/*
* arch/arm/include/asm/processor.h
*
* Copyright (C) 1995-1999 Russell King
*/
#ifndef __ASM_ARM_PROCESSOR_H
#define __ASM_ARM_PROCESSOR_H
#ifdef __KERNEL__
#include <asm/hw_breakpoint.h>
#include <asm/ptrace.h>
#include <asm/types.h>
#include <asm/unified.h>
#inc... | 22.934307 | 70 | 0.655952 |
9ecea925838efe6bff6104bad0bdd208a18aca7b | 321 | h | C | Tests/Pods/Kiwi/Classes/Mocking/NSObject+KiwiMockAdditions.h | shibob/ECSlidingViewController | 70ad1703168a14786e4966f3878f00b7eaa919a0 | [
"MIT"
] | 3,970 | 2015-01-02T10:58:09.000Z | 2021-01-23T05:32:14.000Z | Tests/Pods/Kiwi/Classes/Mocking/NSObject+KiwiMockAdditions.h | shibob/ECSlidingViewController | 70ad1703168a14786e4966f3878f00b7eaa919a0 | [
"MIT"
] | 378 | 2015-01-01T23:48:20.000Z | 2020-09-02T22:47:18.000Z | Tests/Pods/Kiwi/Classes/Mocking/NSObject+KiwiMockAdditions.h | shibob/ECSlidingViewController | 70ad1703168a14786e4966f3878f00b7eaa919a0 | [
"MIT"
] | 570 | 2015-01-04T08:29:30.000Z | 2021-01-27T12:40:17.000Z | //
// Licensed under the terms in License.txt
//
// Copyright 2010 Allen Ding. All rights reserved.
//
#import "KiwiConfiguration.h"
@interface NSObject(KiwiMockAdditions)
#pragma mark - Creating Mocks
+ (id)mock;
+ (id)mockWithName:(NSString *)aName;
+ (id)nullMock;
+ (id)nullMockWithName:(NSString *)aName;
@end... | 16.05 | 50 | 0.716511 |
fa0f206363b8eaa30b8cab0625e5d7b59008fecf | 2,534 | h | C | System/Library/PrivateFrameworks/DoNotDisturbServer.framework/DNDSBaseLifetimeMonitor.h | lechium/tvOS142Headers | c7696f6d760e4822f61b9f2c2adcd18749700fda | [
"MIT"
] | 1 | 2020-11-11T06:05:23.000Z | 2020-11-11T06:05:23.000Z | System/Library/PrivateFrameworks/DoNotDisturbServer.framework/DNDSBaseLifetimeMonitor.h | lechium/tvOS142Headers | c7696f6d760e4822f61b9f2c2adcd18749700fda | [
"MIT"
] | null | null | null | System/Library/PrivateFrameworks/DoNotDisturbServer.framework/DNDSBaseLifetimeMonitor.h | lechium/tvOS142Headers | c7696f6d760e4822f61b9f2c2adcd18749700fda | [
"MIT"
] | null | null | null | /*
* This header is generated by classdump-dyld 1.5
* on Tuesday, November 10, 2020 at 10:20:23 PM Mountain Standard Time
* Operating System: Version 14.2 (Build 18K57)
* Image Source: /System/Library/PrivateFrameworks/DoNotDist... | 51.714286 | 197 | 0.745856 |
3c232e63d03c831a151725bd20e80c0e0ae5999c | 2,054 | h | C | panda/src/chan/movingPartMatrix.h | sean5470/panda3d | ea2d4fecd4af1d4064c5fe2ae2a902ef4c9b903d | [
"PHP-3.0",
"PHP-3.01"
] | null | null | null | panda/src/chan/movingPartMatrix.h | sean5470/panda3d | ea2d4fecd4af1d4064c5fe2ae2a902ef4c9b903d | [
"PHP-3.0",
"PHP-3.01"
] | null | null | null | panda/src/chan/movingPartMatrix.h | sean5470/panda3d | ea2d4fecd4af1d4064c5fe2ae2a902ef4c9b903d | [
"PHP-3.0",
"PHP-3.01"
] | null | null | null | /**
* PANDA 3D SOFTWARE
* Copyright (c) Carnegie Mellon University. All rights reserved.
*
* All use of this software is subject to the terms of the revised BSD
* license. You should have received a copy of this license along
* with this source code in a file named "LICENSE."
*
* @file movingPartMatrix.h
* @... | 27.026316 | 103 | 0.750243 |
89e93aad0bd07c020a94d0bfec451971f3295d5f | 9,162 | h | C | absl/base/internal/spinlock.h | kraj/abseil-cpp | 744db4df2a8a75f42912edd36b10e1e8f6b280bf | [
"Apache-2.0"
] | 190 | 2017-09-06T19:55:48.000Z | 2022-02-11T22:26:29.000Z | src/third_party/abseil-cpp/absl/base/internal/spinlock.h | MarshalX/tg_owt | a19877363082da634a3c851a4698376504d2eaee | [
"BSD-3-Clause"
] | 30 | 2017-10-02T09:26:11.000Z | 2021-06-05T22:06:34.000Z | src/third_party/abseil-cpp/absl/base/internal/spinlock.h | MarshalX/tg_owt | a19877363082da634a3c851a4698376504d2eaee | [
"BSD-3-Clause"
] | 27 | 2017-09-14T11:46:01.000Z | 2022-03-23T09:00:53.000Z | //
// Copyright 2017 The Abseil Authors.
//
// 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
//
// Unless required by applicable law or ... | 37.395918 | 80 | 0.717529 |
325cdf0e163e8149c31b31f6a17be71080123417 | 1,137 | c | C | 3rdParty/lz4/ossfuzz/round_trip_hc_fuzzer.c | rajeev02101987/arangodb | 817e6c04cb82777d266f3b444494140676da98e2 | [
"Apache-2.0"
] | 12,278 | 2015-01-29T17:11:33.000Z | 2022-03-31T21:12:00.000Z | 3rdParty/lz4/ossfuzz/round_trip_hc_fuzzer.c | rajeev02101987/arangodb | 817e6c04cb82777d266f3b444494140676da98e2 | [
"Apache-2.0"
] | 9,469 | 2015-01-30T05:33:07.000Z | 2022-03-31T16:17:21.000Z | 3rdParty/lz4/ossfuzz/round_trip_hc_fuzzer.c | rajeev02101987/arangodb | 817e6c04cb82777d266f3b444494140676da98e2 | [
"Apache-2.0"
] | 892 | 2015-01-29T16:26:19.000Z | 2022-03-20T07:44:30.000Z | /**
* This fuzz target performs a lz4 round-trip test (compress & decompress),
* compares the result with the original, and calls abort() on corruption.
*/
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include "fuzz_helpers.h"
#include "lz4.h"
#include "lz4hc.h"
int LLVMFuzzerTe... | 28.425 | 77 | 0.666667 |
d29df40e20bf292a958fb70d89ce740e7c06ab3d | 1,475 | h | C | LxFTPRequest/LxFTPRequest.h | Kssss/LYTFTP | 074bc1c6199c46811e3f19282bba660a3fef13bf | [
"Apache-2.0"
] | 3 | 2018-02-12T07:25:46.000Z | 2019-04-30T01:46:50.000Z | LxFTPRequest/LxFTPRequest.h | Kssss/LYTFTP | 074bc1c6199c46811e3f19282bba660a3fef13bf | [
"Apache-2.0"
] | 1 | 2019-12-24T11:10:10.000Z | 2019-12-29T08:07:57.000Z | LxFTPRequest/LxFTPRequest.h | Kssss/LYTFTP | 074bc1c6199c46811e3f19282bba660a3fef13bf | [
"Apache-2.0"
] | 2 | 2019-04-30T01:46:52.000Z | 2021-05-01T12:24:31.000Z | //
// LxFTPRequest.h
// LxFTPRequestDemo
//
#import <CoreGraphics/CoreGraphics.h>
#import <Foundation/Foundation.h>
@interface LxFTPRequest : NSObject
@property (nonatomic,copy) NSURL * serverURL;
@property (nonatomic,copy) NSURL * localFileURL;
@property (nonatomic,copy) NSString * username;
@property (nonatomic,... | 28.921569 | 125 | 0.777627 |
6825fa3b479ec97e027ebe656ba1bbf32b2818fd | 524 | h | C | src/main/cpp/Commands/DualDrive.h | frc5024/PowerUp-Offseason | f141b2d53c98dac6189dbb2d0780fe7b2cc113ee | [
"Apache-2.0"
] | null | null | null | src/main/cpp/Commands/DualDrive.h | frc5024/PowerUp-Offseason | f141b2d53c98dac6189dbb2d0780fe7b2cc113ee | [
"Apache-2.0"
] | null | null | null | src/main/cpp/Commands/DualDrive.h | frc5024/PowerUp-Offseason | f141b2d53c98dac6189dbb2d0780fe7b2cc113ee | [
"Apache-2.0"
] | null | null | null | #ifndef _DualDrive_HG_
#define _DualDrive_HG_
#include <WPILib.h>
#include "../CommandBase.h"
class DualDrive: public CommandBase
{
public:
DualDrive();
~DualDrive();
void Initialize() override;
void Execute() override;
bool IsFinished() override;
void End() override;
void Interrupted() over... | 16.903226 | 63 | 0.679389 |
aa8ec6a67aa268f27659efb104d4e30b7bcaa01d | 9,688 | h | C | System/Library/PrivateFrameworks/CalDAV.framework/CalDAVContainer.h | lechium/tvOS10Headers | f0c99993da6cc502d36fdc5cb4ff90d94b12bf67 | [
"MIT"
] | 4 | 2017-03-23T00:01:54.000Z | 2018-08-04T20:16:32.000Z | System/Library/PrivateFrameworks/CalDAV.framework/CalDAVContainer.h | lechium/tvOS10Headers | f0c99993da6cc502d36fdc5cb4ff90d94b12bf67 | [
"MIT"
] | null | null | null | System/Library/PrivateFrameworks/CalDAV.framework/CalDAVContainer.h | lechium/tvOS10Headers | f0c99993da6cc502d36fdc5cb4ff90d94b12bf67 | [
"MIT"
] | 4 | 2017-05-14T16:23:26.000Z | 2019-12-21T15:07:59.000Z | /*
* This header is generated by classdump-dyld 1.0
* on Wednesday, March 22, 2017 at 9:07:40 AM Mountain Standard Time
* Operating System: Version 10.1 (Build 14U593)
* Image Source: /System/Library/PrivateFrameworks/CalDAV.framework/CalDAV
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limne... | 56.325581 | 191 | 0.737201 |
108f72803e192e678ac64425ab33188a26c8934f | 19,445 | c | C | src/hclib.c | FeiyangJin/hclib | d23c850dce914e2d80cae733670820812a1edeee | [
"BSD-3-Clause"
] | null | null | null | src/hclib.c | FeiyangJin/hclib | d23c850dce914e2d80cae733670820812a1edeee | [
"BSD-3-Clause"
] | null | null | null | src/hclib.c | FeiyangJin/hclib | d23c850dce914e2d80cae733670820812a1edeee | [
"BSD-3-Clause"
] | null | null | null | #include <string.h>
#include <stdarg.h>
#include "hclib.h"
#include "hclib-rt.h"
#include "hclib-task.h"
#include "hclib-async-struct.h"
#include "hclib-finish.h"
#include "hclib-module.h"
#include "hclib-fptr-list.h"
static int task_id = 0;
#ifdef __cplusplus
extern "C" {
#endif
static loop_dist_func *registered_d... | 38.428854 | 134 | 0.653536 |
b7c698218f5c15204da5a132cb5146c0de7d60c0 | 4,331 | h | C | test/datatype/ddt_lib.h | abouteiller/ulfm-legacy | 720dfbd7d522b67b8ff0b3e1321676a1870c7fc8 | [
"BSD-3-Clause-Open-MPI"
] | 1 | 2015-12-16T08:16:23.000Z | 2015-12-16T08:16:23.000Z | test/datatype/ddt_lib.h | abouteiller/ulfm-legacy | 720dfbd7d522b67b8ff0b3e1321676a1870c7fc8 | [
"BSD-3-Clause-Open-MPI"
] | null | null | null | test/datatype/ddt_lib.h | abouteiller/ulfm-legacy | 720dfbd7d522b67b8ff0b3e1321676a1870c7fc8 | [
"BSD-3-Clause-Open-MPI"
] | 1 | 2019-10-16T09:18:38.000Z | 2019-10-16T09:18:38.000Z | /* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
* Copyright (c) 2004-2009 The University of Tennessee and The University
* ... | 45.589474 | 119 | 0.654814 |
a1309abd66e8e740586b4f1df736a78024b20093 | 1,319 | h | C | Assets/header/MMShareActionSheetCell.h | NuolanNuolan/IPAPatch-master | 0f1821950c9b26d504c73681673901b8efa1e44c | [
"MIT"
] | 5 | 2017-09-21T06:56:18.000Z | 2021-01-02T22:15:23.000Z | Assets/header/MMShareActionSheetCell.h | NuolanNuolan/IPAPatch-master | 0f1821950c9b26d504c73681673901b8efa1e44c | [
"MIT"
] | null | null | null | Assets/header/MMShareActionSheetCell.h | NuolanNuolan/IPAPatch-master | 0f1821950c9b26d504c73681673901b8efa1e44c | [
"MIT"
] | 5 | 2017-11-14T03:18:42.000Z | 2019-12-30T03:09:35.000Z | //
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Mar 29 2017 23:22:24).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <UIKit/UIView.h>
@class MMWebImageView, NSString, NSURL, ShareOpenSDKStateItem, UIImage, UILabel, WCLanDeviceStateItemProgress... | 31.404762 | 114 | 0.740713 |
3147df5b9049dcb7f5cb1f3879c022bc5f505ee0 | 8,784 | h | C | SynthFur/SynthFurDXPanel.h | codingPhilosopher/SynthFur | aead6e17c16852e7d30591af4822a0186d7a1dc2 | [
"MIT"
] | 3 | 2020-02-05T21:55:17.000Z | 2022-03-07T03:55:57.000Z | SynthFur/SynthFurDXPanel.h | codingPhilosopher/SynthFur | aead6e17c16852e7d30591af4822a0186d7a1dc2 | [
"MIT"
] | null | null | null | SynthFur/SynthFurDXPanel.h | codingPhilosopher/SynthFur | aead6e17c16852e7d30591af4822a0186d7a1dc2 | [
"MIT"
] | 2 | 2019-03-18T08:32:22.000Z | 2020-09-03T08:27:52.000Z | #pragma once
#include <dxgi.h>
#include <dxgi1_2.h>
#include <d3dcommon.h>
#include <d3d11_2.h>
#include <directxmath.h>
#include <chrono>
#include <wrl/client.h>
#include "pch.h"
#include <windows.ui.xaml.media.dxinterop.h>
#include <windows.graphics.directx.direct3d11.interop.h>
namespace DXPanel
{
enum class EXPO... | 52.598802 | 146 | 0.753301 |
bd6d6d82d9382c458a9c8232f684fbb8dc155d7c | 3,886 | c | C | src/command.c | skylermaxwell42/mash | e2438df7a4a04b819695514de4edbadba46299c2 | [
"MIT"
] | null | null | null | src/command.c | skylermaxwell42/mash | e2438df7a4a04b819695514de4edbadba46299c2 | [
"MIT"
] | 6 | 2019-02-22T02:48:01.000Z | 2019-02-22T04:17:48.000Z | src/command.c | skylermaxwell42/mash | e2438df7a4a04b819695514de4edbadba46299c2 | [
"MIT"
] | null | null | null | #include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <unistd.h>
#include <sys/wait.h>
#include "command.h"
struct Command createCommand(char* user_input) {
struct Command command ;
initCommand(&command);
strcpy(command.string_rep, user_input);
command.num_processes = 1;
... | 26.256757 | 105 | 0.661348 |
8366db1d7057691c2b517bc1c0eea8bfda6e9b34 | 483 | h | C | ClogAmpSwift/ObjCWrapper/PlaylistSongItem.h | lunk22/ClogAmpSwift | d99d1aa02e20aad52a6bf4c073eb7716017ff267 | [
"MIT"
] | 1 | 2019-02-13T14:32:16.000Z | 2019-02-13T14:32:16.000Z | ClogAmpSwift/ObjCWrapper/PlaylistSongItem.h | lunk22/ClogAmpSwift | d99d1aa02e20aad52a6bf4c073eb7716017ff267 | [
"MIT"
] | null | null | null | ClogAmpSwift/ObjCWrapper/PlaylistSongItem.h | lunk22/ClogAmpSwift | d99d1aa02e20aad52a6bf4c073eb7716017ff267 | [
"MIT"
] | 1 | 2020-05-08T01:04:15.000Z | 2020-05-08T01:04:15.000Z | //
// PlaylistSongItem.h
// ClogAmpSwift
//
// Created by Roessel, Pascal on 16.11.19.
// Copyright © 2019 Pascal Roessel. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface PlaylistSongItem : NSObject {
NSString *title;
NSString *fileName;
int duration;
int order;
}
@property (nonatomic, retain) ... | 21 | 57 | 0.722567 |
8381c41f85af4791aea36c6343e09bc61d5ea7b0 | 2,317 | h | C | src/database/vtk/generated/SoVtkBYUReader.h | OpenXIP/xip-libraries | 9f0fef66038b20ff0c81c089d7dd0038e3126e40 | [
"Apache-2.0"
] | 2 | 2020-05-21T07:06:07.000Z | 2021-06-28T02:14:34.000Z | src/database/vtk/generated/SoVtkBYUReader.h | OpenXIP/xip-libraries | 9f0fef66038b20ff0c81c089d7dd0038e3126e40 | [
"Apache-2.0"
] | null | null | null | src/database/vtk/generated/SoVtkBYUReader.h | OpenXIP/xip-libraries | 9f0fef66038b20ff0c81c089d7dd0038e3126e40 | [
"Apache-2.0"
] | 6 | 2016-03-21T19:53:18.000Z | 2021-06-08T18:06:03.000Z | /*
Copyright (c) 2011, Siemens Corporate Research a Division of Siemens 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.... | 21.858491 | 81 | 0.76953 |
262634c85c05f54cb874e45a01b8830342b520f9 | 1,630 | h | C | Gateway_STM32/user/NET/crc.h | sdlylshl/Gateway | ae25497548df73137518529b8ef23d3b0accb4ad | [
"Apache-2.0"
] | 1 | 2017-02-17T07:16:49.000Z | 2017-02-17T07:16:49.000Z | Gateway_STM32/user/NET/crc.h | sdlylshl/Gateway | ae25497548df73137518529b8ef23d3b0accb4ad | [
"Apache-2.0"
] | null | null | null | Gateway_STM32/user/NET/crc.h | sdlylshl/Gateway | ae25497548df73137518529b8ef23d3b0accb4ad | [
"Apache-2.0"
] | null | null | null | #ifndef __CRC_H
#define __CRC_H
#include "stm32f10x.h"
//#define BUFFER_SIZE 114
// 用于产生CRC校验码的原始数
/*
static const uint32_t DataBuffer[BUFFER_SIZE] =
{
0x00001021, 0x20423063, 0x408450a5, 0x60c670e7, 0x9129a14a, 0xb16bc18c,
0xd1ade1ce, 0xf1ef1231, 0x32732252, 0x52b54294, 0x72f762d6, 0x93398318,
0x... | 45.277778 | 73 | 0.789571 |
d3cf90afdfdb582161ccfa10c03a20bc637f107f | 1,087 | c | C | board/Renesas_ra6m2/ra_gen/pin_data.c | qq49707555/TencentOS-tiny | aa59be273746928656323e0ae1cfde88502eff39 | [
"Apache-2.0"
] | 2 | 2021-07-09T05:29:47.000Z | 2022-03-18T03:39:05.000Z | board/Renesas_ra6m2/ra_gen/pin_data.c | ilikeit2018/TencentOS-tiny | 3aaafde714d39c45ad281eedc8a54be16b663d48 | [
"Apache-2.0"
] | 2 | 2021-05-14T09:27:47.000Z | 2021-05-14T09:30:13.000Z | board/Renesas_ra6m2/ra_gen/pin_data.c | ilikeit2018/TencentOS-tiny | 3aaafde714d39c45ad281eedc8a54be16b663d48 | [
"Apache-2.0"
] | 1 | 2020-05-27T11:28:36.000Z | 2020-05-27T11:28:36.000Z | /* generated pin source file - do not edit */
#include "bsp_api.h"
#include "r_ioport_api.h"
const ioport_pin_cfg_t g_bsp_pin_cfg_data[] = {
{
.pin = BSP_IO_PORT_01_PIN_00,
.pin_cfg = ((uint32_t) IOPORT_CFG_PERIPHERAL_PIN | (uint32_t) IOPORT_PERIPHERAL_SCI0_2_4_6_8),
},
{
.pin = BSP_IO_PORT_01_PIN_01,
.pin_c... | 31.970588 | 96 | 0.74701 |
2328f76022959b8fc4371cad91f86c3381308916 | 7,203 | c | C | linux-2.6.0/drivers/acorn/char/i2c.c | dnhua/Linux_study | 96863b599cbba9c925b3209bed07b1d7b60cb463 | [
"MIT"
] | 1 | 2020-11-10T12:47:02.000Z | 2020-11-10T12:47:02.000Z | linux-2.6.0/drivers/acorn/char/i2c.c | dnhua/Linux_study | 96863b599cbba9c925b3209bed07b1d7b60cb463 | [
"MIT"
] | null | null | null | linux-2.6.0/drivers/acorn/char/i2c.c | dnhua/Linux_study | 96863b599cbba9c925b3209bed07b1d7b60cb463 | [
"MIT"
] | null | null | null | /*
* linux/drivers/acorn/char/i2c.c
*
* Copyright (C) 2000 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* ARM IOC/IOMD i2c driver.
*
* On Acorn machi... | 21.565868 | 73 | 0.6675 |
83e9f5a137c79fd2da21731f6f1a03b351cdf9cd | 246 | h | C | RogueKit/ViewControllers/RogueBaseViewContorller.h | RogueAndy/RogueKit2 | de1ff83d120ce15a0aff91811a49d1ea1934bc8e | [
"MIT"
] | 4 | 2016-03-21T08:51:51.000Z | 2016-12-29T06:44:04.000Z | RogueKit/ViewControllers/RogueBaseViewContorller.h | RogueAndy/RogueKit2 | de1ff83d120ce15a0aff91811a49d1ea1934bc8e | [
"MIT"
] | null | null | null | RogueKit/ViewControllers/RogueBaseViewContorller.h | RogueAndy/RogueKit2 | de1ff83d120ce15a0aff91811a49d1ea1934bc8e | [
"MIT"
] | null | null | null | //
// RogueBaseViewContorller.h
// RogueKitDemo
//
// Created by Rogue on 16/1/22.
// Copyright © 2016年 Rogue. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "Masonry.h"
@interface RogueBaseViewContorller : UIViewController
@end
| 15.375 | 53 | 0.711382 |
eac823d674c04c04c9ea31c7ddfdc61659a6d0cc | 76 | h | C | extensions/third_party/perfetto/include/perfetto/tracing/track_event_interned_data_index.h | blockspacer/chromium_base_conan | b4749433cf34f54d2edff52e2f0465fec8cb9bad | [
"Apache-2.0",
"BSD-3-Clause"
] | 6 | 2020-12-22T05:48:31.000Z | 2022-02-08T19:49:49.000Z | extensions/third_party/perfetto/include/perfetto/tracing/track_event_interned_data_index.h | blockspacer/chromium_base_conan | b4749433cf34f54d2edff52e2f0465fec8cb9bad | [
"Apache-2.0",
"BSD-3-Clause"
] | 4 | 2020-05-22T18:36:43.000Z | 2021-05-19T10:20:23.000Z | extensions/third_party/perfetto/include/perfetto/tracing/track_event_interned_data_index.h | blockspacer/chromium_base_conan | b4749433cf34f54d2edff52e2f0465fec8cb9bad | [
"Apache-2.0",
"BSD-3-Clause"
] | 2 | 2019-12-06T11:48:16.000Z | 2021-09-16T04:44:47.000Z | #pragma once
#include "perfetto/tracing/track_event_interned_data_index.h"
| 25.333333 | 62 | 0.842105 |
142d5717f7ee79c3adaa3db81d9f16f4ac65b308 | 68,713 | h | C | BBX/include/bing.h | rcmaniac25/bing-for-blackberry | 1268fd0b9c26b62680b8e38af19d3f26c2f8c943 | [
"MS-PL"
] | null | null | null | BBX/include/bing.h | rcmaniac25/bing-for-blackberry | 1268fd0b9c26b62680b8e38af19d3f26c2f8c943 | [
"MS-PL"
] | null | null | null | BBX/include/bing.h | rcmaniac25/bing-for-blackberry | 1268fd0b9c26b62680b8e38af19d3f26c2f8c943 | [
"MS-PL"
] | null | null | null | /*
* Bing.h
*
* (c) 2009 Microsoft corp.
* This software is distributed under Microsoft Public License (MSPL)
* see http://opensource.org/licenses/ms-pl.html
*
* Authors: Microsoft, Vincent Simonetti
*/
#ifndef BING_H_
#define BING_H_
#include <sys/platform.h>
#include <bps/bps.h>
#include <s... | 44.018578 | 195 | 0.751299 |
6c551d1d412dfc0c5f0dee063d746e581975bf24 | 1,791 | h | C | ast.h | fengjixuchui/xlang-1 | 04aefa9e972be51e75f4435011af935a9b320d7d | [
"MIT"
] | 1 | 2021-01-05T13:48:14.000Z | 2021-01-05T13:48:14.000Z | ast.h | fengjixuchui/xlang-1 | 04aefa9e972be51e75f4435011af935a9b320d7d | [
"MIT"
] | 1 | 2021-01-05T13:51:36.000Z | 2021-01-05T13:51:36.000Z | ast.h | v01d-dev/XLang | 58024662bfede05db7a2738f6cf6698977a70855 | [
"MIT"
] | null | null | null | //
// Created by voidptr on 2020/2/23.
//
#pragma once
#include <vector>
#include "token.h"
#include <memory>
using namespace std;
class Ast;
class Node;
class Expression;
class Type;
class Identifier;
class Statement;
class Import;
/* Ast And Parser */
class Ast{
public:
Ast(vector<Token>... | 16.583333 | 58 | 0.619207 |
14ab0a78aab27e2f070cdede13eeb5d1892f6386 | 26,260 | c | C | drivers/input/touchscreen/sec_ts/sec_ts_fw.c | CaelestisZ/IrisCore | 6f0397e43335434ee58e418c9d1528833c57aea2 | [
"MIT"
] | 1 | 2020-06-28T00:49:21.000Z | 2020-06-28T00:49:21.000Z | drivers/input/touchscreen/sec_ts/sec_ts_fw.c | CaelestisZ/AetherAura | 1b30acb7e6921042722bc4aff160dc63a975abc2 | [
"MIT"
] | null | null | null | drivers/input/touchscreen/sec_ts/sec_ts_fw.c | CaelestisZ/AetherAura | 1b30acb7e6921042722bc4aff160dc63a975abc2 | [
"MIT"
] | 4 | 2020-05-26T12:40:11.000Z | 2021-07-15T06:46:33.000Z | /* drivers/input/touchscreen/sec_ts_fw.c
*
* Copyright (C) 2015 Samsung Electronics Co., Ltd.
* http://www.samsungsemi.com/
*
* Core file for Samsung TSC driver
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* publish... | 26.960986 | 178 | 0.669497 |
9f201883be8cd6abc19bd9748ce9673770b246b7 | 1,521 | c | C | test/map-view-str-int32.c | wilsonzlin/nicehash | b782840187e67fb79695898571e7232306e0efaa | [
"MIT"
] | 1 | 2018-10-27T07:33:28.000Z | 2018-10-27T07:33:28.000Z | test/map-view-str-int32.c | wilsonzlin/nicehash | b782840187e67fb79695898571e7232306e0efaa | [
"MIT"
] | null | null | null | test/map-view-str-int32.c | wilsonzlin/nicehash | b782840187e67fb79695898571e7232306e0efaa | [
"MIT"
] | null | null | null | #include "./_common.h"
#include <map-view-str.h>
#include <stdint.h>
#include <stdio.h>
NH_MAP_VIEW_STR_PROTO(nh_map_view_str_int32, int32_t)
NH_MAP_VIEW_STR_IMPL(nh_map_view_str_int32, int32_t, -1)
int main(void)
{
char* alpha = "abcdefghijklmnopqrstuvwxyz";
nh_view_str* view_whole_bcde = nh_view_str_of_whole_lit... | 30.42 | 73 | 0.759369 |
1b368ba3e929a98f5a0d3f2bc0eb4a133bf849b5 | 3,653 | h | C | applications/physbam/physbam-lib/Public_Library/PhysBAM_Geometry/Read_Write/Implicit_Objects/READ_WRITE_IMPLICIT_OBJECT_TRANSFORMED.h | schinmayee/nimbus | 170cd15e24a7a88243a6ea80aabadc0fc0e6e177 | [
"BSD-3-Clause"
] | 20 | 2017-07-03T19:09:09.000Z | 2021-09-10T02:53:56.000Z | PhysBAM/Public_Library/PhysBAM_Geometry/Read_Write/Implicit_Objects/READ_WRITE_IMPLICIT_OBJECT_TRANSFORMED.h | uwgraphics/PhysicsBasedModeling-Core | dbc65b8e93b1a3d69fcc82aba06d28dc6c0adb8b | [
"BSD-3-Clause"
] | null | null | null | PhysBAM/Public_Library/PhysBAM_Geometry/Read_Write/Implicit_Objects/READ_WRITE_IMPLICIT_OBJECT_TRANSFORMED.h | uwgraphics/PhysicsBasedModeling-Core | dbc65b8e93b1a3d69fcc82aba06d28dc6c0adb8b | [
"BSD-3-Clause"
] | 9 | 2017-09-17T02:05:06.000Z | 2020-01-31T00:12:01.000Z | //#####################################################################
// Copyright 2009, Avi Robinson-Mosher.
// This file is part of PhysBAM whose distribution is governed by the license contained in the accompanying file PHYSBAM_COPYRIGHT.txt.
//#####################################################################
... | 57.984127 | 184 | 0.773611 |
1b75ff4017fb4208cdc1a05c9b3805ecf2cd2690 | 1,708 | h | C | components/assist_ranker/assist_ranker_service_impl.h | zipated/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | components/assist_ranker/assist_ranker_service_impl.h | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | components/assist_ranker/assist_ranker_service_impl.h | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_ASSIST_RANKER_ASSIST_RANKER_SERVICE_IMPL_H_
#define COMPONENTS_ASSIST_RANKER_ASSIST_RANKER_SERVICE_IMPL_H_
#include <memory>
#include ... | 28.949153 | 74 | 0.802108 |
af88435790b20d15347c626068eaa1a14d36eb85 | 727 | h | C | MetaLand/Classes/MainScene.h | LuoYangDxx/IOS-2DGame | 6583d0d7873c0109a4b260c8e3ccf0ab9f9a596e | [
"Apache-2.0"
] | null | null | null | MetaLand/Classes/MainScene.h | LuoYangDxx/IOS-2DGame | 6583d0d7873c0109a4b260c8e3ccf0ab9f9a596e | [
"Apache-2.0"
] | null | null | null | MetaLand/Classes/MainScene.h | LuoYangDxx/IOS-2DGame | 6583d0d7873c0109a4b260c8e3ccf0ab9f9a596e | [
"Apache-2.0"
] | null | null | null | //
// HelloWorldScene.h
// MetaLand
//
// Created by Weiwei Zheng on 6/3/14.
// Copyright Weiwei Zheng 2014. All rights reserved.
//
// -----------------------------------------------------------------------
// Importing cocos2d.h and cocos2d-ui.h, will import anything you need to start using Cocos2D v3
#import "c... | 25.964286 | 96 | 0.407153 |
762617b04a78e9e013d33d454100f836ac8667dc | 14,415 | c | C | oskar/telescope/station/src/oskar_evaluate_station_beam_aperture_array.c | davepallot/OSKAR | cadde89d692f853250abf4f736bcac17c99df7d7 | [
"BSD-3-Clause"
] | 1 | 2019-02-01T03:05:58.000Z | 2019-02-01T03:05:58.000Z | oskar/telescope/station/src/oskar_evaluate_station_beam_aperture_array.c | davepallot/OSKAR | cadde89d692f853250abf4f736bcac17c99df7d7 | [
"BSD-3-Clause"
] | 1 | 2019-04-18T05:47:43.000Z | 2019-04-18T05:47:43.000Z | oskar/telescope/station/src/oskar_evaluate_station_beam_aperture_array.c | davepallot/OSKAR | cadde89d692f853250abf4f736bcac17c99df7d7 | [
"BSD-3-Clause"
] | 1 | 2019-10-17T03:39:46.000Z | 2019-10-17T03:39:46.000Z | /*
* Copyright (c) 2012-2017, The University of Oxford
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright notice,
* this ... | 42.397059 | 133 | 0.614846 |
496abd29a1d4ea41769025291241aad6c994e9e1 | 2,197 | h | C | include/RE/hkMemoryAllocator.h | powerof3/CommonLibVR | c84cd2c63ccba0cc88a212fe9cf86b5470b10a4f | [
"MIT"
] | 6 | 2020-04-05T04:37:42.000Z | 2022-03-19T17:42:24.000Z | include/RE/hkMemoryAllocator.h | kassent/CommonLibSSE | 394231b44ba01925fef9d01ea2b0b29c2fff601c | [
"MIT"
] | 3 | 2021-11-08T09:31:20.000Z | 2022-03-02T19:22:42.000Z | include/RE/hkMemoryAllocator.h | kassent/CommonLibSSE | 394231b44ba01925fef9d01ea2b0b29c2fff601c | [
"MIT"
] | 6 | 2020-04-10T18:11:46.000Z | 2022-01-18T22:31:25.000Z | #pragma once
#include "RE/hkBaseTypes.h"
namespace RE
{
class hkMemoryAllocator
{
public:
inline static constexpr auto RTTI = RTTI_hkMemoryAllocator;
using MemoryWalkCallback = void(void* a_start, std::size_t a_size, bool a_allocated, SInt32 a_pool, void* a_param);
enum class MemoryState : UInt32
{
... | 30.943662 | 117 | 0.67137 |
6f513dbbb5ff72638391674fc5230a86086b1318 | 565 | h | C | vistorSDK/trunk/SDK/vistorsSDK/view/vioceObject.h | xieyan123456/FDSocket | d08615b659ed5052f11642127971b9dfa3f803d2 | [
"Apache-2.0"
] | null | null | null | vistorSDK/trunk/SDK/vistorsSDK/view/vioceObject.h | xieyan123456/FDSocket | d08615b659ed5052f11642127971b9dfa3f803d2 | [
"Apache-2.0"
] | null | null | null | vistorSDK/trunk/SDK/vistorsSDK/view/vioceObject.h | xieyan123456/FDSocket | d08615b659ed5052f11642127971b9dfa3f803d2 | [
"Apache-2.0"
] | null | null | null | //
// vioceObject.h
// 53kfiOS
//
// Created by tagaxi on 15/4/21.
// Copyright (c) 2015年 wenqing. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface vioceObject : NSObject
@property (nonatomic,assign)NSInteger duration;
@property (nonatomic,strong)NSMutableString *wavfile;
@property (nonatomic... | 28.25 | 99 | 0.775221 |
1732dda39660780acdb68625bd097c5f2f665885 | 38,470 | h | C | paddlenlp/ops/patches/FasterTransformer/fastertransformer/bert_encoder_transformer.h | JeremyZhao1998/PaddleNLP | 5a34684a7f0c8a186043fed386be4b62cb85fb15 | [
"Apache-2.0"
] | 7,091 | 2021-02-05T13:56:25.000Z | 2022-03-31T11:42:50.000Z | paddlenlp/ops/patches/FasterTransformer/fastertransformer/bert_encoder_transformer.h | JeremyZhao1998/PaddleNLP | 5a34684a7f0c8a186043fed386be4b62cb85fb15 | [
"Apache-2.0"
] | 844 | 2021-02-10T01:09:29.000Z | 2022-03-31T12:12:58.000Z | paddlenlp/ops/patches/FasterTransformer/fastertransformer/bert_encoder_transformer.h | JeremyZhao1998/PaddleNLP | 5a34684a7f0c8a186043fed386be4b62cb85fb15 | [
"Apache-2.0"
] | 1,035 | 2021-02-05T14:26:48.000Z | 2022-03-31T11:42:57.000Z | /*
* Copyright (c) 2019-2021, NVIDIA 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 ... | 35.03643 | 80 | 0.537874 |
17426f380da3ec61f7661600ee0e5bc296854fe8 | 258 | c | C | stdlib/mktemp.c | lucvoo/slibc | 2f356f934078425b620b047d6344b85912d219a4 | [
"MIT"
] | 1 | 2018-10-05T14:02:32.000Z | 2018-10-05T14:02:32.000Z | stdlib/mktemp.c | lucvoo/slibc | 2f356f934078425b620b047d6344b85912d219a4 | [
"MIT"
] | null | null | null | stdlib/mktemp.c | lucvoo/slibc | 2f356f934078425b620b047d6344b85912d219a4 | [
"MIT"
] | null | null | null | #include <stdlib.h>
#include <unistd.h>
#include "libc/cdefs.h"
char *mktemp(char *tmpl)
{
int fd;
fd = mkstemp(tmpl);
if (__unlikely(fd == -1))
return NULL;
close(fd);
return tmpl;
}
#include "libc/link_warning.h"
warn_legacy(mktemp, "mkstemp");
| 13.578947 | 31 | 0.662791 |
17a25587d6d11f505e36301fa6139abc725eb678 | 20,590 | c | C | u-boot-2011.09/board/ttcontrol/vision2/vision2.c | swingflip/C64_mini_UBOOT | 69da654f6e72134df8f4efccc9240c6aaf8ccc7a | [
"Apache-2.0"
] | null | null | null | u-boot-2011.09/board/ttcontrol/vision2/vision2.c | swingflip/C64_mini_UBOOT | 69da654f6e72134df8f4efccc9240c6aaf8ccc7a | [
"Apache-2.0"
] | null | null | null | u-boot-2011.09/board/ttcontrol/vision2/vision2.c | swingflip/C64_mini_UBOOT | 69da654f6e72134df8f4efccc9240c6aaf8ccc7a | [
"Apache-2.0"
] | null | null | null | /*
* (C) Copyright 2010
* Stefano Babic, DENX Software Engineering, sbabic@denx.de.
*
* (C) Copyright 2009 Freescale Semiconductor, Inc.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of t... | 29.081921 | 76 | 0.775716 |
e2c905e28eff2d144508394213b7a68baa868d5f | 237 | h | C | PyCommon/modules/Optimization/BaseLibUtil.h | snumrl/ys2010 | 02ae02acb4064a56a8c6ca13dbdee1f70096c443 | [
"Apache-2.0"
] | null | null | null | PyCommon/modules/Optimization/BaseLibUtil.h | snumrl/ys2010 | 02ae02acb4064a56a8c6ca13dbdee1f70096c443 | [
"Apache-2.0"
] | null | null | null | PyCommon/modules/Optimization/BaseLibUtil.h | snumrl/ys2010 | 02ae02acb4064a56a8c6ca13dbdee1f70096c443 | [
"Apache-2.0"
] | 1 | 2021-07-26T15:13:55.000Z | 2021-07-26T15:13:55.000Z | #pragma once
#include "../../external_libraries/BaseLib/baselib.h"
inline numeric::array vectorn_2_pyVec(const vectorn& vecn)
{
bp::list ls;
for(int i=0; i<vecn.size(); ++i)
ls.append(vecn[i]);
return numeric::array(ls);
} | 23.7 | 59 | 0.666667 |
85d51d04b42c590d8344ec02dffce66146c566fa | 394 | h | C | nRF5_SDK_12/examples/ble_peripheral/experimental_ble_app_eddystone/occ/occ/OberonHAPCrypto/occ_sha256_loop.h | Yugontech/SenStick | 9ebd86a342a2c66c2759ba030dbd84c82bab5f2e | [
"MIT"
] | 28 | 2016-08-05T02:11:14.000Z | 2021-03-01T05:15:39.000Z | nRF5_SDK_12/examples/ble_peripheral/experimental_ble_app_eddystone/occ/occ/OberonHAPCrypto/occ_sha256_loop.h | Yugontech/SenStick | 9ebd86a342a2c66c2759ba030dbd84c82bab5f2e | [
"MIT"
] | 28 | 2016-08-05T03:02:09.000Z | 2017-10-18T00:04:01.000Z | nRF5_SDK_12/examples/ble_peripheral/experimental_ble_app_eddystone/occ/occ/OberonHAPCrypto/occ_sha256_loop.h | Yugontech/SenStick | 9ebd86a342a2c66c2759ba030dbd84c82bab5f2e | [
"MIT"
] | 5 | 2016-08-05T17:59:33.000Z | 2019-06-16T07:41:22.000Z | //
// Optimized Crypto Library for OberonHAP.
// Copyright 2016 Oberon microsystems, Inc.
//
#ifndef OCC_SHA256_LOOP_H
#define OCC_SHA256_LOOP_H
#include <stdint.h>
/**
* First SHA-256 inner loop.
*/
void occ_sha256_loop1(const uint32_t *cptr, uint32_t w[16], uint32_t v[8]);
/**
* Second SHA-... | 16.416667 | 76 | 0.667513 |
8b9ea558d43a1100a80c5f1f86489a393b8e9f40 | 1,164 | h | C | System/Library/PrivateFrameworks/TSUtility.framework/TSULRUCache.h | lechium/iOS1351Headers | 6bed3dada5ffc20366b27f7f2300a24a48a6284e | [
"MIT"
] | 2 | 2021-11-02T09:23:27.000Z | 2022-03-28T08:21:57.000Z | System/Library/PrivateFrameworks/TSUtility.framework/TSULRUCache.h | lechium/iOS1351Headers | 6bed3dada5ffc20366b27f7f2300a24a48a6284e | [
"MIT"
] | null | null | null | System/Library/PrivateFrameworks/TSUtility.framework/TSULRUCache.h | lechium/iOS1351Headers | 6bed3dada5ffc20366b27f7f2300a24a48a6284e | [
"MIT"
] | 1 | 2022-03-28T08:21:59.000Z | 2022-03-28T08:21:59.000Z | /*
* This header is generated by classdump-dyld 1.5
* on Wednesday, October 27, 2021 at 3:17:07 PM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/PrivateFrameworks/TSUtili... | 31.459459 | 130 | 0.679553 |
27254ddffcc237e85f1175afbc7a0e195c8e4272 | 5,218 | h | C | code_reading/oceanbase-master/deps/oblib/src/lib/charset/ob_mysql_global.h | wangcy6/weekly_read | 3a8837ee9cd957787ee1785e4066dd623e02e13a | [
"Apache-2.0"
] | null | null | null | code_reading/oceanbase-master/deps/oblib/src/lib/charset/ob_mysql_global.h | wangcy6/weekly_read | 3a8837ee9cd957787ee1785e4066dd623e02e13a | [
"Apache-2.0"
] | null | null | null | code_reading/oceanbase-master/deps/oblib/src/lib/charset/ob_mysql_global.h | wangcy6/weekly_read | 3a8837ee9cd957787ee1785e4066dd623e02e13a | [
"Apache-2.0"
] | 1 | 2020-10-18T12:59:31.000Z | 2020-10-18T12:59:31.000Z | /**
* Copyright (c) 2021 OceanBase
* OceanBase CE is licensed under Mulan PubL v2.
* You can use this software according to the terms and conditions of the Mulan PubL v2.
* You may obtain a copy of Mulan PubL v2 at:
* http://license.coscl.org.cn/MulanPubL-2.0
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BAS... | 37.271429 | 115 | 0.449981 |
278112966230515ee17eb4134a65a025b77297a1 | 363 | h | C | include/ParseKit/PKSingleLineCommentState.h | jsz1/todparsekit | 6d02e8680f2a42213cb79344b51127fd0b4d10fc | [
"MIT"
] | 7 | 2018-02-18T20:36:25.000Z | 2020-01-09T11:35:22.000Z | include/ParseKit/PKSingleLineCommentState.h | jsz1/todparsekit | 6d02e8680f2a42213cb79344b51127fd0b4d10fc | [
"MIT"
] | null | null | null | include/ParseKit/PKSingleLineCommentState.h | jsz1/todparsekit | 6d02e8680f2a42213cb79344b51127fd0b4d10fc | [
"MIT"
] | null | null | null | //
// PKSingleLineCommentState.h
// ParseKit
//
// Created by Todd Ditchendorf on 12/28/08.
// Copyright 2009 Todd Ditchendorf. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <ParseKit/PKTokenizerState.h>
@interface PKSingleLineCommentState : PKTokenizerState {
NSMutableArray *startMarkers;... | 20.166667 | 57 | 0.749311 |
8f03240db33ca3706d9ef52284dcb0190313035e | 1,915 | h | C | krb5/src/windows/identity/kcreddb/langres.h | kbore/pbis-open | a05eb9309269b6402b4d6659bc45961986ea5eab | [
"Apache-2.0"
] | 372 | 2016-10-28T10:50:35.000Z | 2022-03-18T19:54:37.000Z | krb5/src/windows/identity/kcreddb/langres.h | kbore/pbis-open | a05eb9309269b6402b4d6659bc45961986ea5eab | [
"Apache-2.0"
] | 317 | 2016-11-02T17:41:48.000Z | 2021-11-08T20:28:19.000Z | krb5/src/windows/identity/kcreddb/langres.h | kenferrara/pbis-open | 690c325d947b2bf6fb3032f9d660e41b94aea4be | [
"Apache-2.0"
] | 107 | 2016-11-03T19:25:16.000Z | 2022-03-20T21:15:22.000Z | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by D:\work\pismere\athena\auth\krb5\src\windows\identity\kcreddb\lang\en_us\kcredres.rc
//
#define IDS_CREDDB 101
#define IDS_NAME 102
#define IDS_IDENTITY 103
#define IDS_ISSUED ... | 39.081633 | 95 | 0.540992 |
6a58904c92dfcc0d63c414c08a4e36a40f5f540c | 1,265 | h | C | src/UI.h | tbydza/tomas.bydzovsky-gmail.com | 67fa100a26bf79df4ba756f52366af59c80925a2 | [
"MIT"
] | null | null | null | src/UI.h | tbydza/tomas.bydzovsky-gmail.com | 67fa100a26bf79df4ba756f52366af59c80925a2 | [
"MIT"
] | null | null | null | src/UI.h | tbydza/tomas.bydzovsky-gmail.com | 67fa100a26bf79df4ba756f52366af59c80925a2 | [
"MIT"
] | null | null | null | #ifndef UI_H
#define UI_H
#include "State.h"
class GameController;
class UI;
typedef struct shared_ptr<UI> UI_;
using namespace std;
/**
* UI class
* UI abstract class serves as interface for user interfaces
*/
class UI
{
public:
/**
* UI class constructor
* @param controller pointer to program control... | 21.440678 | 77 | 0.699605 |
ace92e5f242f9373285293c82b5db90d4b23316f | 550 | h | C | MapKit/Plugins/AscMapKit/Source/AscMapKit/Public/Enemy/AscMapKitEnemyDefaultGameRuntimeBoundingBox.h | Ascentroid/Ascentroid-Map-Kit-Plugin | 722384c597f08df08850fb49387c0b661240303b | [
"MIT"
] | 11 | 2020-09-29T15:01:08.000Z | 2022-03-28T12:33:31.000Z | MapKit/Plugins/AscMapKit/Source/AscMapKit/Public/Enemy/AscMapKitEnemyDefaultGameRuntimeBoundingBox.h | Ascentroid/Ascentroid-Map-Kit-Plugin | 722384c597f08df08850fb49387c0b661240303b | [
"MIT"
] | 151 | 2020-10-12T00:05:52.000Z | 2022-01-01T04:01:38.000Z | MapKit/Plugins/AscMapKit/Source/AscMapKit/Public/Enemy/AscMapKitEnemyDefaultGameRuntimeBoundingBox.h | Ascentroid/Ascentroid-Map-Kit-Plugin | 722384c597f08df08850fb49387c0b661240303b | [
"MIT"
] | 1 | 2021-01-06T21:21:57.000Z | 2021-01-06T21:21:57.000Z | #pragma once
// UE4
#include "Runtime/Engine/Classes/Components/BoxComponent.h"
// Ascentroid
#include "AscMapKit/Public/Enemy/AscMapKitEnemyTypeEnum.h"
// Generated
#include "AscMapKitEnemyDefaultGameRuntimeBoundingBox.generated.h"
UCLASS()
class ASCMAPKIT_API UAscMapKitEnemyDefaultGameRuntimeBoundingB... | 22.916667 | 88 | 0.776364 |
16bd582d9ee2cba5b064c4365a4a6962b4991817 | 1,234 | h | C | epid/member/tpm2/createprimary.h | TinkerBoard-Android/external-epid-sdk | 7d6a6b63582f241b4ae4248bab416277ed659968 | [
"Apache-2.0"
] | 1 | 2019-04-15T16:27:54.000Z | 2019-04-15T16:27:54.000Z | epid/member/tpm2/createprimary.h | TinkerBoard-Android/external-epid-sdk | 7d6a6b63582f241b4ae4248bab416277ed659968 | [
"Apache-2.0"
] | null | null | null | epid/member/tpm2/createprimary.h | TinkerBoard-Android/external-epid-sdk | 7d6a6b63582f241b4ae4248bab416277ed659968 | [
"Apache-2.0"
] | null | null | null | /*############################################################################
# Copyright 2017 Intel Corporation
#
# 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... | 30.85 | 78 | 0.669368 |
cef698e79ecd2e6eca8a5a1db65964f2ff035d07 | 2,346 | h | C | source/Configuration/resource.h | Vladimir-Novick/DesktopToolbox | 13ed631d91a8b622d3b6c0803141aec5572f36d2 | [
"MIT"
] | null | null | null | source/Configuration/resource.h | Vladimir-Novick/DesktopToolbox | 13ed631d91a8b622d3b6c0803141aec5572f36d2 | [
"MIT"
] | null | null | null | source/Configuration/resource.h | Vladimir-Novick/DesktopToolbox | 13ed631d91a8b622d3b6c0803141aec5572f36d2 | [
"MIT"
] | 1 | 2021-11-21T07:25:50.000Z | 2021-11-21T07:25:50.000Z | //{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by TabViewDemo.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#define IDD_TABVIEWDEMO_FORM 129
#define IDR_HTML1 201
#define IDD_STYLES_DIALOG ... | 40.448276 | 54 | 0.580136 |
c07d6eb6230b9ce03b43662721e0bcf9a5f26fc6 | 300 | h | C | Example Apps/8tracksExample/AppDelegate.h | indragiek/SNRMusicK | 2eb02ff6281bc623f7147c14b69344135cbadeff | [
"MIT"
] | 39 | 2015-01-30T01:05:58.000Z | 2021-02-08T02:38:26.000Z | Example Apps/8tracksExample/AppDelegate.h | krishaamer/SNRMusicKit | d1197aa3fa7b71d6edda27f9b80acbe7a1582114 | [
"MIT"
] | null | null | null | Example Apps/8tracksExample/AppDelegate.h | krishaamer/SNRMusicKit | d1197aa3fa7b71d6edda27f9b80acbe7a1582114 | [
"MIT"
] | 5 | 2015-01-16T02:38:20.000Z | 2021-02-08T02:38:27.000Z | //
// AppDelegate.h
// 8tracksExample
//
// Created by Indragie Karunaratne on 2012-08-23.
// Copyright (c) 2012 Indragie Karunaratne. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@property (assign) IBOutlet NSWindow *window;
@end
| 18.75 | 65 | 0.73 |
dca2ee876fb327b7b75dc62564f9153a38935cf9 | 1,909 | c | C | src/main.c | WuGambinos/chip-8 | ac9f54fbc3fb10c58601955cbcd0b5f708f4e693 | [
"MIT"
] | null | null | null | src/main.c | WuGambinos/chip-8 | ac9f54fbc3fb10c58601955cbcd0b5f708f4e693 | [
"MIT"
] | null | null | null | src/main.c | WuGambinos/chip-8 | ac9f54fbc3fb10c58601955cbcd0b5f708f4e693 | [
"MIT"
] | null | null | null | /*
* =====================================================================================
*
* Filename: main.c
*
* Description:
* Date: 8/1/2021
* Version: 1.0
* Revision: none
* Compiler: gcc
*
* Author: Lajuan Station
*
*
* ==========... | 19.680412 | 88 | 0.456784 |
908c8f4b15f4f1114562e878fa0584f938d60483 | 5,961 | c | C | bsp/at32/Libraries/AT32_Std_Driver/AT32F4xx_StdPeriph_Driver/src/at32f4xx_syscfg.c | pan-shanjin/rt-thread | 729cff2f05ed6cfad3b7cab9b14c19b7e7bd260c | [
"Apache-2.0"
] | null | null | null | bsp/at32/Libraries/AT32_Std_Driver/AT32F4xx_StdPeriph_Driver/src/at32f4xx_syscfg.c | pan-shanjin/rt-thread | 729cff2f05ed6cfad3b7cab9b14c19b7e7bd260c | [
"Apache-2.0"
] | null | null | null | bsp/at32/Libraries/AT32_Std_Driver/AT32F4xx_StdPeriph_Driver/src/at32f4xx_syscfg.c | pan-shanjin/rt-thread | 729cff2f05ed6cfad3b7cab9b14c19b7e7bd260c | [
"Apache-2.0"
] | null | null | null | /**
**************************************************************************
* File : at32f4xx_syscfg.c
* Version: V1.3.0
* Date : 2021-03-18
* Brief : at32f4xx syscfg source file
**************************************************************************
*/
#include "at32f4xx_syscfg.h"
/** @addto... | 31.877005 | 126 | 0.667841 |
b0900c7e19e628220f4ba7f6d1f86d2db74859c6 | 1,239 | h | C | jetson/carControl/src/0.3/ObjectRecognition/SignProc.h | thanhwins/DriveCarLessChallenge | 716304f3e25b383781ade5f1560ef0d538fc634e | [
"MIT"
] | 1 | 2020-04-17T18:30:51.000Z | 2020-04-17T18:30:51.000Z | jetson/carControl/src/0.3/ObjectRecognition/SignProc.h | thanhwins/DriveCarLessChallenge | 716304f3e25b383781ade5f1560ef0d538fc634e | [
"MIT"
] | null | null | null | jetson/carControl/src/0.3/ObjectRecognition/SignProc.h | thanhwins/DriveCarLessChallenge | 716304f3e25b383781ade5f1560ef0d538fc634e | [
"MIT"
] | null | null | null | #ifndef __SIGN_PROC_H
#define __SIGN_PROC_H
#include <eigen3/Eigen/Dense>
#include <eigen3/Eigen/Sparse>
#include <eigen3/Eigen/Core>
#include <eigen3/Eigen/SVD>
/** \brief Namespace SignProc dùng để biểu diễn các descriptor của ảnh bằng dictionary.
*/
namespace SignProc {
class OMP {
public :
OMP();
~OMP... | 23.377358 | 87 | 0.66586 |
b0956716fdfa5766d2ac279c56e2ecaa086f486b | 1,303 | h | C | shared_stuff/memory/internal/memory_pool_settings.h | vadersb/cpp-experiments | b7c6a28507081766e308bd0feec8ce6f73f08195 | [
"MIT"
] | null | null | null | shared_stuff/memory/internal/memory_pool_settings.h | vadersb/cpp-experiments | b7c6a28507081766e308bd0feec8ce6f73f08195 | [
"MIT"
] | null | null | null | shared_stuff/memory/internal/memory_pool_settings.h | vadersb/cpp-experiments | b7c6a28507081766e308bd0feec8ce6f73f08195 | [
"MIT"
] | null | null | null | //
// Created by Alexander on 30.09.2021.
//
#pragma once
#include <cassert>
namespace st::memory
{
class MemoryPoolSettings final
{
public:
static constexpr int MaxBucketsCount = 256;
struct BucketDefinition
{
public:
BucketDefinition() : m_ItemSize(0), m_FirstPageItemsCount(0), m_ExtraPageItemsCo... | 21.016129 | 116 | 0.752111 |
523aa9929e3763371a030d43ee31505d027f0e6d | 637 | h | C | TMRelearnModule/Classes/TMRelearnModule/TMRelearnSpeak/TMRelearnSpeakTipsAlertView.h | GuiLQing/TMRelearnModule | fbd5947f285ad863ddefe1f8f2fe5557130f3dbb | [
"MIT"
] | null | null | null | TMRelearnModule/Classes/TMRelearnModule/TMRelearnSpeak/TMRelearnSpeakTipsAlertView.h | GuiLQing/TMRelearnModule | fbd5947f285ad863ddefe1f8f2fe5557130f3dbb | [
"MIT"
] | null | null | null | TMRelearnModule/Classes/TMRelearnModule/TMRelearnSpeak/TMRelearnSpeakTipsAlertView.h | GuiLQing/TMRelearnModule | fbd5947f285ad863ddefe1f8f2fe5557130f3dbb | [
"MIT"
] | null | null | null | //
// TMRelearnSpeakTipsAlertView.h
// TMRelearnModule
//
// Created by lg on 2019/8/8.
// Copyright © 2019 GUI. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
typedef NS_ENUM(NSUInteger, TMWordsStudyTipsTriangleMode) {
TMWordsStudyTipsTriangleModeLeft,
TMWordsStudyTipsTriangleMo... | 25.48 | 225 | 0.805338 |
92a1d72f712a75ce9e84e4376e1f4f1ea2faa6cb | 1,703 | h | C | src/methodsData/docId8.h | DanielMazurkiewicz/ultradb | 923bb891dbda3817e0f5b725f4699b521dd20179 | [
"MIT"
] | 12 | 2018-10-17T19:11:29.000Z | 2021-06-17T11:56:43.000Z | src/methodsData/docId8.h | DanielMazurkiewicz/ultradb | 923bb891dbda3817e0f5b725f4699b521dd20179 | [
"MIT"
] | 1 | 2021-12-27T08:31:36.000Z | 2021-12-27T08:31:36.000Z | src/methodsData/docId8.h | DanielMazurkiewicz/ultradb | 923bb891dbda3817e0f5b725f4699b521dd20179 | [
"MIT"
] | null | null | null |
function (docIdVerify8) { // (documentInfoBuffer, at)
napi_status status;
var(result);
n_getThisAndArguments(thisJS, args, argsCount, 2, status);
getLocalData(thisJS, localData, result, status);
DocumentInfo* documentInfo;
n_getBufferPointer(documentInfo, args[0]);
DocumentAddress at;
... | 27.467742 | 109 | 0.69818 |
d38c4d9517cbf2cc0ddf4aaabf1824aa5290b753 | 257 | h | C | external_libs/isf/wrappers/dgemmsy/gemm_block_c.h | gimunu/octopus-metric | baabccd5402922a2f62f5cf6030d15e7ea76dc9b | [
"Apache-2.0"
] | 4 | 2016-11-17T09:03:11.000Z | 2019-10-17T06:31:08.000Z | external_libs/isf/wrappers/dgemmsy/gemm_block_c.h | gimunu/octopus-metric | baabccd5402922a2f62f5cf6030d15e7ea76dc9b | [
"Apache-2.0"
] | 6 | 2019-12-15T19:35:34.000Z | 2021-05-07T15:32:18.000Z | external_libs/isf/wrappers/dgemmsy/gemm_block_c.h | gimunu/octopus-metric | baabccd5402922a2f62f5cf6030d15e7ea76dc9b | [
"Apache-2.0"
] | 5 | 2016-11-22T20:30:46.000Z | 2020-05-29T23:24:51.000Z | #include <emmintrin.h>
#include <pmmintrin.h>
void gemm_block_2x4_c(const double * a,const double * b,long long int n,double * y,long long int ldy);
/*void gemm_block_2x2_c(const double * a,const double * b,long long int n,double * y,long long int ldy);*/
| 42.833333 | 106 | 0.731518 |
20fc88512f6b1898eb4e2c3dc1efa39432a86a22 | 9,495 | c | C | src/do_server.c | JimenaVega/SO2-RestulAPI | e07119bb46704d5de91b944385deb0661026c717 | [
"Apache-2.0"
] | null | null | null | src/do_server.c | JimenaVega/SO2-RestulAPI | e07119bb46704d5de91b944385deb0661026c717 | [
"Apache-2.0"
] | null | null | null | src/do_server.c | JimenaVega/SO2-RestulAPI | e07119bb46704d5de91b944385deb0661026c717 | [
"Apache-2.0"
] | null | null | null | /**
* @file do_server.c
* @author Jimena Vega Cuevas
* @brief
* Servicio de descargas. Para poder consultar los productos disponibles se puede ingresar a:
* https://noaa-goes16.s3.amazonaws.com/index.html#ABI-L2-RRQPEF/. Aqui se veran productos de la forma:
* https://noaa-goes16.s3.amazonaws.com/ABI-L2-RRQPEF/20... | 25.80163 | 243 | 0.619589 |
ea339b030c4db9120f60cd78e4abab262d5255db | 242 | h | C | TransitionBook/ETPCoverPageViewController.h | pavangandhi/iOS_Archieves | b54c7e772e4bd3bf3ec07170da272e451fb9d079 | [
"MIT"
] | 13 | 2016-10-31T14:12:55.000Z | 2021-11-09T11:30:29.000Z | TransitionBook/ETPCoverPageViewController.h | onmyway133/CodeKata | 2d347033d337aa8b3f42c471d0bd630207d4a96d | [
"MIT"
] | null | null | null | TransitionBook/ETPCoverPageViewController.h | onmyway133/CodeKata | 2d347033d337aa8b3f42c471d0bd630207d4a96d | [
"MIT"
] | 4 | 2018-08-16T01:28:20.000Z | 2020-07-25T21:50:48.000Z | //
// ETPCoverPageViewController.h
// TransitionBook
//
// Created by Khoa Pham on 3/3/14.
// Copyright (c) 2014 Khoa Pham. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ETPCoverPageViewController : UIViewController
@end
| 16.133333 | 56 | 0.719008 |
e364fda0f6b925ede47b306d29c95abd9eff5678 | 369 | h | C | src/autopas/InstanceCounter.h | TheH0bbit/autopas_dem | d7761e6ba0f6353fb97ecf78fb60873a00e41e17 | [
"BSD-2-Clause"
] | null | null | null | src/autopas/InstanceCounter.h | TheH0bbit/autopas_dem | d7761e6ba0f6353fb97ecf78fb60873a00e41e17 | [
"BSD-2-Clause"
] | null | null | null | src/autopas/InstanceCounter.h | TheH0bbit/autopas_dem | d7761e6ba0f6353fb97ecf78fb60873a00e41e17 | [
"BSD-2-Clause"
] | null | null | null | /**
* @file InstanceCounter.h
* @author seckler
* @date 06.11.20
*/
#pragma once
namespace autopas {
/**
* Class to count autopas instances.
*/
struct InstanceCounter {
/**
* Instance counter to help track the number of autopas instances. Needed for correct management of the logger.
*/
static inline ... | 18.45 | 113 | 0.685637 |
91987b354f40add17e7659f5cd8e68d010f1bb84 | 184 | h | C | tests/testStringPool.h | aszecsei/kestrel_compiler | 3b592c77042f534ee725d076701800d5ad19318c | [
"MIT"
] | null | null | null | tests/testStringPool.h | aszecsei/kestrel_compiler | 3b592c77042f534ee725d076701800d5ad19318c | [
"MIT"
] | null | null | null | tests/testStringPool.h | aszecsei/kestrel_compiler | 3b592c77042f534ee725d076701800d5ad19318c | [
"MIT"
] | null | null | null |
#ifndef TESTSTRINGPOOL_H
#define TESTSTRINGPOOL_H
#include "tester.h"
#include "../stringpool.h"
#include <sstream>
void buildStringPoolTests(Tester *t);
#endif //TESTSTRINGPOOL_H
| 15.333333 | 37 | 0.771739 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.