hexsha stringlengths 40 40 | size int64 5 2.72M | ext stringclasses 5
values | lang stringclasses 1
value | max_stars_repo_path stringlengths 3 976 | max_stars_repo_name stringlengths 5 113 | max_stars_repo_head_hexsha stringlengths 40 78 | 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:01:43 2022-03-31 23:59:48 ⌀ | max_stars_repo_stars_event_max_datetime stringdate 2015-01-01 00:06:24 2022-03-31 23:59:53 ⌀ | max_issues_repo_path stringlengths 3 976 | max_issues_repo_name stringlengths 5 116 | max_issues_repo_head_hexsha stringlengths 40 78 | 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 976 | max_forks_repo_name stringlengths 5 116 | max_forks_repo_head_hexsha stringlengths 40 78 | 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:19 2022-03-31 23:59:49 ⌀ | max_forks_repo_forks_event_max_datetime stringdate 2015-01-03 12:00:57 2022-03-31 23:59:49 ⌀ | content stringlengths 5 2.72M | avg_line_length float64 1.38 573k | max_line_length int64 2 1.01M | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
44ecf9a14bc206521e8ce7329a40a0887d89e156 | 462 | c | C | src/sync.c | nolash/pss-cli | afe3008f1342945837f576fb9a8881c6656cacdc | [
"MIT"
] | null | null | null | src/sync.c | nolash/pss-cli | afe3008f1342945837f576fb9a8881c6656cacdc | [
"MIT"
] | null | null | null | src/sync.c | nolash/pss-cli | afe3008f1342945837f576fb9a8881c6656cacdc | [
"MIT"
] | null | null | null | #include <pthread.h>
#include "sync.h"
static pthread_rwlock_t pt_lock_run;
static int running;
void psscli_start() {
pthread_rwlock_wrlock(&pt_lock_run);
running = 1;
pthread_rwlock_unlock(&pt_lock_run);
}
void psscli_stop() {
pthread_rwlock_wrlock(&pt_lock_run);
running = 0;
pthread_rwlock_unlock(&pt_lock_r... | 17.111111 | 37 | 0.75974 |
44f64a1ccebe28c79b53d2bd7891050532aef5cf | 2,289 | c | C | bsp/renesas/libraries/HAL_Drivers/drv_wdt.c | cazure/rt-thread | 1bdde743433d331740766c895ff867df6268df20 | [
"Apache-2.0"
] | 4 | 2018-01-17T03:12:59.000Z | 2020-04-13T06:55:07.000Z | bsp/renesas/libraries/HAL_Drivers/drv_wdt.c | cazure/rt-thread | 1bdde743433d331740766c895ff867df6268df20 | [
"Apache-2.0"
] | 1 | 2018-12-20T00:02:50.000Z | 2018-12-20T00:02:50.000Z | bsp/renesas/libraries/HAL_Drivers/drv_wdt.c | cazure/rt-thread | 1bdde743433d331740766c895ff867df6268df20 | [
"Apache-2.0"
] | 1 | 2022-01-12T07:33:32.000Z | 2022-01-12T07:33:32.000Z | /*
* Copyright (c) 2006-2021, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2021-08-20 Mr.Tiger first version
*/
#include <rtthread.h>
#include <rtdevice.h>
#include <rthw.h>
#include <drv_common.h>
#include <drv_config.h>
#inc... | 24.094737 | 98 | 0.602883 |
44f685dbe2941a50d92d1cffb77ce6d626588245 | 615 | h | C | ios/web_view/internal/utils/nsobject_description_utils.h | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 14,668 | 2015-01-01T01:57:10.000Z | 2022-03-31T23:33:32.000Z | ios/web_view/internal/utils/nsobject_description_utils.h | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 113 | 2015-05-04T09:58:14.000Z | 2022-01-31T19:35:03.000Z | ios/web_view/internal/utils/nsobject_description_utils.h | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 5,941 | 2015-01-02T11:32:21.000Z | 2022-03-31T16:35:46.000Z | // Copyright 2019 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 IOS_WEB_VIEW_INTERNAL_UTILS_NSOBJECT_DESCRIPTION_UTILS_H_
#define IOS_WEB_VIEW_INTERNAL_UTILS_NSOBJECT_DESCRIPTION_UTILS_H_
#import <Foundation/F... | 32.368421 | 77 | 0.82439 |
44fb2480d8481b8bd11cf969c75c035dd2b3fcdf | 55,278 | c | C | testsuite/EXP_2/test211.c | ishiura-compiler/CF3 | 0718aa176d0303a4ea8a46bd6c794997cbb8fabb | [
"MIT"
] | 34 | 2017-07-04T14:16:12.000Z | 2021-04-22T21:04:43.000Z | testsuite/EXP_2/test211.c | ishiura-compiler/CF3 | 0718aa176d0303a4ea8a46bd6c794997cbb8fabb | [
"MIT"
] | 1 | 2017-07-06T03:43:44.000Z | 2017-07-06T03:43:44.000Z | testsuite/EXP_2/test211.c | ishiura-compiler/CF3 | 0718aa176d0303a4ea8a46bd6c794997cbb8fabb | [
"MIT"
] | 6 | 2017-07-04T16:30:42.000Z | 2019-10-16T05:37:29.000Z |
/*
CF3
Copyright (c) 2015 ishiura-lab.
Released under the MIT license.
https://github.com/ishiura-compiler/CF3/MIT-LICENSE.md
*/
#include<stdio.h>
#include<stdint.h>
#include<stdlib.h>
#include"test1.h"
static int8_t x1 = INT8_MIN;
int32_t x5 = 770995;
int32_t x6 = -1;
uint16_t x17 = 317U;
int32_t x22 = -1;
int6... | 19.574363 | 61 | 0.608398 |
6d05e6387e70788d5bd4a938958823e786913a98 | 282 | h | C | glsdk/glload/include/glload/gl_1_5.h | lukassup/gltut | 8dc97626ab58fbd76c3ee7010321e5eef22b5fb0 | [
"MIT"
] | 973 | 2016-01-02T14:14:11.000Z | 2022-03-27T10:05:28.000Z | glsdk/glload/include/glload/gl_1_5.h | lukassup/gltut | 8dc97626ab58fbd76c3ee7010321e5eef22b5fb0 | [
"MIT"
] | 58 | 2016-04-10T18:53:39.000Z | 2022-03-29T09:39:51.000Z | glsdk/glload/include/glload/gl_1_5.h | lukassup/gltut | 8dc97626ab58fbd76c3ee7010321e5eef22b5fb0 | [
"MIT"
] | 283 | 2016-03-27T19:10:11.000Z | 2022-03-18T16:44:14.000Z | #ifndef OPENGL_GEN_1_5_H
#define OPENGL_GEN_1_5_H
#include "_int_gl_type.h"
#include "_int_gl_exts.h"
#include "_int_gl_1_0.h"
#include "_int_gl_1_1.h"
#include "_int_gl_1_2.h"
#include "_int_gl_1_3.h"
#include "_int_gl_1_4.h"
#include "_int_gl_1_5.h"
#endif /*OPENGL_GEN_1_5_H*/
| 20.142857 | 27 | 0.776596 |
6d071a6c39b1a789e8a7b5c935f79b629dc9c39a | 906 | h | C | src/utils/type_pun.h | contested-space/optics | f75337c3a7750244511d5a27951f92fd28435d33 | [
"BSD-2-Clause"
] | 13 | 2016-02-26T14:36:07.000Z | 2019-01-20T13:12:32.000Z | src/utils/type_pun.h | contested-space/optics | f75337c3a7750244511d5a27951f92fd28435d33 | [
"BSD-2-Clause"
] | 20 | 2016-06-15T18:22:47.000Z | 2019-05-23T14:36:57.000Z | src/utils/type_pun.h | contested-space/optics | f75337c3a7750244511d5a27951f92fd28435d33 | [
"BSD-2-Clause"
] | 13 | 2016-03-22T23:22:32.000Z | 2019-07-15T19:50:38.000Z | /* type_pun.h
Rémi Attab (remi.attab@gmail.com), 10 Mar 2016
FreeBSD-style copyright and disclaimer apply
*/
#pragma once
#include <assert.h>
// -----------------------------------------------------------------------------
// float - int
// ----------------------------------------------------------------------... | 23.230769 | 80 | 0.537528 |
6d0827768853b2f238629e3cbf9bcbfa246eded6 | 554 | h | C | FamilyCircleUI.framework/FACATransitionObserver.h | reels-research/iOS-Private-Frameworks | 9a4f4534939310a51fdbf5a439dd22487efb0f01 | [
"MIT"
] | 4 | 2021-10-06T12:15:26.000Z | 2022-02-21T02:26:00.000Z | FamilyCircleUI.framework/FACATransitionObserver.h | reels-research/iOS-Private-Frameworks | 9a4f4534939310a51fdbf5a439dd22487efb0f01 | [
"MIT"
] | null | null | null | FamilyCircleUI.framework/FACATransitionObserver.h | reels-research/iOS-Private-Frameworks | 9a4f4534939310a51fdbf5a439dd22487efb0f01 | [
"MIT"
] | 1 | 2021-10-08T07:40:53.000Z | 2021-10-08T07:40:53.000Z | /* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/FamilyCircleUI.framework/FamilyCircleUI
*/
@interface FACATransitionObserver : NSObject {
id /* block */ _completion;
NSString * _stateName;
}
@property (nonatomic, copy) id /* block */ completion;
@property (nonatomic, retain) NSStr... | 26.380952 | 83 | 0.709386 |
6d08fe658a0bfb5379eceeb4867ac8eeb3f2c14a | 1,253 | h | C | SelfDrivingCar/SelfDrivingCar/Source/Pilot.h | Sireis/SelfDrivingCar | 2ff8d14289ffd57e790e414cd789c885667b3714 | [
"MIT"
] | null | null | null | SelfDrivingCar/SelfDrivingCar/Source/Pilot.h | Sireis/SelfDrivingCar | 2ff8d14289ffd57e790e414cd789c885667b3714 | [
"MIT"
] | null | null | null | SelfDrivingCar/SelfDrivingCar/Source/Pilot.h | Sireis/SelfDrivingCar | 2ff8d14289ffd57e790e414cd789c885667b3714 | [
"MIT"
] | null | null | null | #pragma once
#include "Updateable.h"
#include "Car.h"
#include "Track.h"
class Pilot : public Updateable
{
public:
Pilot (Track *track, Car *car);
Pilot ();
~Pilot ();
void update (const double &dt) override;
void give_new_car (Car* car);
bool wrong_direction ();
float get_laptime ();
void reset ();
int... | 21.982456 | 95 | 0.727055 |
6d0a01eefc795d54efeed1415eeabf7ecd5dc1d2 | 260 | h | C | Sources/FHXMenuView.h | fenghanxu/FHXMenuView | e2a81b0077d1630612c2690c7aae9ce00563d678 | [
"MIT"
] | null | null | null | Sources/FHXMenuView.h | fenghanxu/FHXMenuView | e2a81b0077d1630612c2690c7aae9ce00563d678 | [
"MIT"
] | null | null | null | Sources/FHXMenuView.h | fenghanxu/FHXMenuView | e2a81b0077d1630612c2690c7aae9ce00563d678 | [
"MIT"
] | null | null | null | //
// FHXMenuView.h
// Pods
//
// Created by 冯汉栩 on 2018/8/11.
//
#ifndef FHXMenuView_h
#define FHXMenuView_h
FOUNDATION_EXPORT double FHXMenuViewVersionNumber;
FOUNDATION_EXPORT const unsigned char FHXMenuViewVersionString[];
#endif /* FHXMenuView_h */
| 17.333333 | 65 | 0.761538 |
6d0c67c1d8151b975f12ad260e4f901dac6fd5a2 | 705 | h | C | external/RNAlib/plot/boltzmann.h | tsznxx/rsq | 8c2da449445445c55a1b07c21644b380f0809781 | [
"CNRI-Python"
] | null | null | null | external/RNAlib/plot/boltzmann.h | tsznxx/rsq | 8c2da449445445c55a1b07c21644b380f0809781 | [
"CNRI-Python"
] | null | null | null | external/RNAlib/plot/boltzmann.h | tsznxx/rsq | 8c2da449445445c55a1b07c21644b380f0809781 | [
"CNRI-Python"
] | null | null | null | #if !defined(BOLTZMANN_H)
#define BOLTZMANN_H
/*======================================================================
// define boltzman() *once* in the code -- this is the place right now.
// is partition.h is a better place?
//
// also removed a version of boltzman that accepts ints -- this
// causes weird result... | 32.045455 | 82 | 0.565957 |
6d0ce95445bbf79d9d3c57da0b952e5458cb7807 | 770 | c | C | contrib/shuffle_neon/unshuffle4_neon/unshuffle4_neon.c | DimitriPapadopoulos/c-blosc2 | 0531e8a988738e09672fd6bff78b119565ea9236 | [
"BSD-3-Clause"
] | 245 | 2015-08-20T23:05:27.000Z | 2022-03-31T19:20:56.000Z | contrib/shuffle_neon/unshuffle4_neon/unshuffle4_neon.c | DimitriPapadopoulos/c-blosc2 | 0531e8a988738e09672fd6bff78b119565ea9236 | [
"BSD-3-Clause"
] | 260 | 2015-09-04T16:25:59.000Z | 2022-03-30T16:26:17.000Z | contrib/shuffle_neon/unshuffle4_neon/unshuffle4_neon.c | DimitriPapadopoulos/c-blosc2 | 0531e8a988738e09672fd6bff78b119565ea9236 | [
"BSD-3-Clause"
] | 53 | 2015-09-01T14:43:18.000Z | 2022-03-11T16:05:10.000Z | /* Routine optimized for unshuffling a buffer for a type size of 4 bytes. */
static void
unshuffle4_neon(uint8_t* const dest, const uint8_t* const src,
const size_t vectorizable_elements, const size_t total_elements)
{
size_t i, j, k;
static const size_t bytesoftype = 4;
uint8x16x4_t r0;
for(i ... | 36.666667 | 80 | 0.658442 |
6d0d8ec408fd288cecb4ba367893f5c41225dea2 | 291 | c | C | Workshops/c/exercise1W2.c | 97joaquinhr/FinancesR | b9a92eeeae784aad2a8cc085505f1f85aec6469c | [
"MIT"
] | null | null | null | Workshops/c/exercise1W2.c | 97joaquinhr/FinancesR | b9a92eeeae784aad2a8cc085505f1f85aec6469c | [
"MIT"
] | null | null | null | Workshops/c/exercise1W2.c | 97joaquinhr/FinancesR | b9a92eeeae784aad2a8cc085505f1f85aec6469c | [
"MIT"
] | null | null | null | #include<stdio.h>
int main(){
float L=1000000,APR=0.11,MFP=15000,MPR;
//MPR=APR/12;
int m=0;
//aplicado anualmente
while(L>=MFP){
if(m%12==0)
L*=(1+APR);
//L*=(MPR+1);
printf("%f\n", L);
L-=MFP;
m++;
}
printf("months to finish: %i\n",m);
printf("Last payment: %f",L);
}
| 16.166667 | 40 | 0.556701 |
6d0feb04baf309c15dd35da09dbdce9f4e1bc219 | 3,569 | h | C | cpe-2015-projects/DragonCommon/include/vectorDataReader.h | patinyanudklin/git_testing | 81aa72dd211e8931df5d8a3f7852bb4ea09ad3f1 | [
"Unlicense"
] | null | null | null | cpe-2015-projects/DragonCommon/include/vectorDataReader.h | patinyanudklin/git_testing | 81aa72dd211e8931df5d8a3f7852bb4ea09ad3f1 | [
"Unlicense"
] | null | null | null | cpe-2015-projects/DragonCommon/include/vectorDataReader.h | patinyanudklin/git_testing | 81aa72dd211e8931df5d8a3f7852bb4ea09ad3f1 | [
"Unlicense"
] | null | null | null | /*
* filename vectorDataReader.h -
* $Revision: 1.5 $ $Date: 2014/12/05 10:38:00 $
* ~~ Copyright 2006-2014 Kurt Rudahl and Sally Goldin
*
* All rights are reserved. Copying or other reproduction of
* this program except for archival purposes is prohibited
* without the prior written consent of Goldin-R... | 33.35514 | 97 | 0.637714 |
6d105189ad4cc6808866c0a345046bd1ea332df8 | 807 | c | C | src/golden_ratio_module/golden_ratio.c | JaredDyreson/Jiffies-Kernel-Mod | 08d30f992b806e00b298f2549f220e1b441057ad | [
"MIT"
] | null | null | null | src/golden_ratio_module/golden_ratio.c | JaredDyreson/Jiffies-Kernel-Mod | 08d30f992b806e00b298f2549f220e1b441057ad | [
"MIT"
] | null | null | null | src/golden_ratio_module/golden_ratio.c | JaredDyreson/Jiffies-Kernel-Mod | 08d30f992b806e00b298f2549f220e1b441057ad | [
"MIT"
] | null | null | null | #include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/proc_fs.h>
#include <linux/uaccess.h>
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/jiffies.h>
#include <linux/gcd.h>
#include <linux/hash.h>
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Jared Dyreson");
MODULE_DES... | 24.454545 | 84 | 0.718711 |
6d131bbe488e7a47f2b524327aebf40198c05de8 | 2,296 | c | C | contoh1.c | WesleyJefferson/ASD | 79f809cf8e951ab685376986de2ee1a998bf238a | [
"MIT"
] | null | null | null | contoh1.c | WesleyJefferson/ASD | 79f809cf8e951ab685376986de2ee1a998bf238a | [
"MIT"
] | null | null | null | contoh1.c | WesleyJefferson/ASD | 79f809cf8e951ab685376986de2ee1a998bf238a | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <stdlib.h>
/*void main(){
char nama [32];
printf("Masukkan : ");
scanf("%s", &nama);
printf("\n%s", nama);
}*/
/*#include<stdio.h>
int main()
{
int i, space, rows, star=0;
printf("Enter the number of rows\n");
scanf("%d",&rows);
// printi... | 22.732673 | 51 | 0.364547 |
6d18f9b9107d3b5e9493c803fa3d8f0473b547d6 | 730 | h | C | CloverFly/LxCategory/MKMapView+LxMapZoomLevel.h | liwanren/cloverfly | ae800dc5c43ebeef8accba26e533947c6a35e7e9 | [
"MIT"
] | 1 | 2018-03-27T06:13:00.000Z | 2018-03-27T06:13:00.000Z | CloverFly/LxCategory/MKMapView+LxMapZoomLevel.h | liwanren/cloverfly | ae800dc5c43ebeef8accba26e533947c6a35e7e9 | [
"MIT"
] | null | null | null | CloverFly/LxCategory/MKMapView+LxMapZoomLevel.h | liwanren/cloverfly | ae800dc5c43ebeef8accba26e533947c6a35e7e9 | [
"MIT"
] | 5 | 2015-07-23T07:20:20.000Z | 2019-09-01T11:43:20.000Z | //
// MKMapView+LxMapZoomLevel.h
/*
// ___ __ ____ _ _________
// / __// / / __ \| | / / __/ _ \
// / / / /_ / /_/ /| |/ / _// , _/
// /___//____/\____/_\___/___/_/|_|
// --------Created by clover--------
*/
#import <MapKit/MapKit.h>
/**
#define GEORGIA_TECH_LATITUDE 33.777328
#define GEORGIA_... | 26.071429 | 88 | 0.641096 |
6d1961e5fedae47133638557ed26ba065cff1262 | 3,352 | h | C | CallTraceForWeChat/CallTraceForWeChat/WeChat_Headers/WAReportSplashAdItem.h | ceekay1991/CallTraceForWeChat | 5767cb6f781821b6bf9facc8c87e58e15fa88541 | [
"MIT"
] | 30 | 2020-03-22T12:30:21.000Z | 2022-02-09T08:49:13.000Z | CallTraceForWeChat/CallTraceForWeChat/WeChat_Headers/WAReportSplashAdItem.h | ceekay1991/CallTraceForWeChat | 5767cb6f781821b6bf9facc8c87e58e15fa88541 | [
"MIT"
] | null | null | null | CallTraceForWeChat/CallTraceForWeChat/WeChat_Headers/WAReportSplashAdItem.h | ceekay1991/CallTraceForWeChat | 5767cb6f781821b6bf9facc8c87e58e15fa88541 | [
"MIT"
] | 8 | 2020-03-22T12:30:23.000Z | 2020-09-22T04:01:47.000Z | //
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import "WAReportBaseItem.h"
@class NSString;
@interface WAReportSplashAdItem : WAReportBaseItem
{
NSString *_instanceId;
uns... | 58.807018 | 156 | 0.827267 |
6d1c48e644a43788f68adea14ed2bc2ee0509b27 | 6,092 | c | C | homework7/Hw7Task1/Hw7Task1/dictionaryFunctions.c | artemiipatov/HomeworksSPbU | 73e8412351cf56ce6839928a478c59557f0a5149 | [
"Apache-2.0"
] | null | null | null | homework7/Hw7Task1/Hw7Task1/dictionaryFunctions.c | artemiipatov/HomeworksSPbU | 73e8412351cf56ce6839928a478c59557f0a5149 | [
"Apache-2.0"
] | null | null | null | homework7/Hw7Task1/Hw7Task1/dictionaryFunctions.c | artemiipatov/HomeworksSPbU | 73e8412351cf56ce6839928a478c59557f0a5149 | [
"Apache-2.0"
] | null | null | null | #define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include "dictionaryFunctions.h"
typedef enum Direction
{
left,
right
} Direction;
typedef struct Node
{
struct Node* leftSon;
struct Node* rightSon;
struct Node* parent;
int key;
... | 19.651613 | 82 | 0.44698 |
6d1f85e7d7f6608aee50662c2a602e8fd4e4b45c | 2,382 | h | C | source/VecMath.h | SpaceAccountant/Simple3DRenderer | 724338b9a8bc20d587c8d7596b461fa556db8a23 | [
"MIT"
] | null | null | null | source/VecMath.h | SpaceAccountant/Simple3DRenderer | 724338b9a8bc20d587c8d7596b461fa556db8a23 | [
"MIT"
] | null | null | null | source/VecMath.h | SpaceAccountant/Simple3DRenderer | 724338b9a8bc20d587c8d7596b461fa556db8a23 | [
"MIT"
] | null | null | null | #ifndef __DECKARD_VECMATH_H__
#define __DECKARD_VECMATH_H__
#include "VecTypes.h"
// Functions were implemented as needed (hence why there are no vec2 functions)
// vector 3 math
void dVM_AddVec3( const dVEC3 *v0, const dVEC3 *v1, dVEC3 *r );
void dVM_CrossVec3( const dVEC3 *v0, const dVEC3 *v1, dVEC3 *r );... | 44.111111 | 119 | 0.709488 |
6d215c6248d12e4e91b2c84a7cb8add20c815688 | 3,598 | c | C | mpid/ch2/adi2wrapper.c | RWTH-OS/MP-MPICH | f2ae296477bb9d812fda587221b3419c09f85b4a | [
"mpich2"
] | null | null | null | mpid/ch2/adi2wrapper.c | RWTH-OS/MP-MPICH | f2ae296477bb9d812fda587221b3419c09f85b4a | [
"mpich2"
] | null | null | null | mpid/ch2/adi2wrapper.c | RWTH-OS/MP-MPICH | f2ae296477bb9d812fda587221b3419c09f85b4a | [
"mpich2"
] | 1 | 2021-01-23T11:01:01.000Z | 2021-01-23T11:01:01.000Z |
/*
| These are the wrapper functions between ADI2 and the ch_device which set
| the active_dev pointer in a multidevice environment:
| (the respective header are defined in dev.h)
*/
#include "dev.h"
#include "mpid.h"
#include "mpiddev.h"
/* Wrapper function for the device struct (MPID_Device): */
int MPID_... | 27.257576 | 129 | 0.706226 |
6d23f0f5744f20613dc9007f4f29ec7e53cd9326 | 538 | h | C | Sources/Friends3A.h | mevansjr/Friends3A | 7bc766ea181783c6369a55593cc2241d01064aec | [
"MIT"
] | null | null | null | Sources/Friends3A.h | mevansjr/Friends3A | 7bc766ea181783c6369a55593cc2241d01064aec | [
"MIT"
] | null | null | null | Sources/Friends3A.h | mevansjr/Friends3A | 7bc766ea181783c6369a55593cc2241d01064aec | [
"MIT"
] | null | null | null | //
// Friends3A.h
// Friends3A
//
// Created by Mark Evans on 04/10/16.
// Copyright © 2017 3Advance. All rights reserved.
//
#import <Foundation/Foundation.h>
//! Project version number for Friends3A.
FOUNDATION_EXPORT double Friends3AVersionNumber;
//! Project version string for Friends3A.
FOUNDATION_EXPORT co... | 26.9 | 134 | 0.769517 |
6d24633f834176be162bfc58ef43e1fbbade4b15 | 1,981 | h | C | Lesson-2/gstdsexample2.h | jayanthvarma134/Gstreamer-Lessons | c0ae0c8d0ceef164d1e2df46791133d2af1e8343 | [
"MIT"
] | null | null | null | Lesson-2/gstdsexample2.h | jayanthvarma134/Gstreamer-Lessons | c0ae0c8d0ceef164d1e2df46791133d2af1e8343 | [
"MIT"
] | null | null | null | Lesson-2/gstdsexample2.h | jayanthvarma134/Gstreamer-Lessons | c0ae0c8d0ceef164d1e2df46791133d2af1e8343 | [
"MIT"
] | null | null | null | /**
* @file gstdsexample2.h
* @author M JAYANTH VARMA (jayanthvarma134@gmail.com)
* @brief
* @version 1.0
* @date 2022-04-24
*
* @copyright Copyright (c) 2022
*
*/
#ifndef __GST_DSEXAMPLE2_H__
#define __GST_DSEXAMPLE2_H__
#include <gst/base/gstbasetransform.h>
#include <gst/video/video.h>
/* Open CV headers... | 28.3 | 113 | 0.792024 |
6d24fe0758683fa687cb90086499d132b6acbb09 | 784 | h | C | PG/data/EntityHandle.h | mcdreamer/PG | a047615d9eae7f2229a203a262f239106cf7f39c | [
"MIT"
] | 2 | 2018-01-14T17:47:22.000Z | 2021-11-15T10:34:24.000Z | PG/data/EntityHandle.h | mcdreamer/PG | a047615d9eae7f2229a203a262f239106cf7f39c | [
"MIT"
] | 23 | 2017-07-31T19:43:00.000Z | 2018-11-11T18:51:28.000Z | PG/data/EntityHandle.h | mcdreamer/PG | a047615d9eae7f2229a203a262f239106cf7f39c | [
"MIT"
] | null | null | null | #pragma once
#include <boost/optional.hpp>
namespace PG {
template <typename T>
class EntityHandle
{
public:
EntityHandle()
{}
EntityHandle(const T& entity)
: m_Entity(entity)
{}
const T* getEntity() const { return m_Entity ? &(*m_Entity) : nullptr; }
T* ... | 21.189189 | 87 | 0.524235 |
6d27eed7267a19dc3c7f62885bf45e072b43a147 | 4,487 | h | C | interface/ipopt/NLPExpression.h | mhsung/cuboid-prediction | 23eec356dcd32da62b20e96c9ebf0913dadb6921 | [
"MIT"
] | 23 | 2015-12-27T10:57:14.000Z | 2021-09-08T09:50:02.000Z | interface/ipopt/NLPExpression.h | mhsung/cuboid-prediction | 23eec356dcd32da62b20e96c9ebf0913dadb6921 | [
"MIT"
] | 1 | 2020-04-01T01:07:33.000Z | 2020-04-01T01:07:33.000Z | interface/ipopt/NLPExpression.h | mhsung/cuboid-prediction | 23eec356dcd32da62b20e96c9ebf0913dadb6921 | [
"MIT"
] | 9 | 2015-10-29T06:14:07.000Z | 2021-07-05T18:38:40.000Z | // Author: Minhyuk Sung
// Mar. 2015
#ifndef __NLP_EXPRESSION_H__
#define __NLP_EXPRESSION_H__
#include <list>
#include <string>
#include <vector>
#include "IpTNLP.hpp"
using namespace Ipopt;
//typedef double Number;
//typedef int Index;
class NLPTerm;
class NLPExpression;
class NLPTerm
{
public:
NLPTerm();
NL... | 23.994652 | 89 | 0.738355 |
6d2e8a589b43567b786e404c60d3da894e88c696 | 259 | h | C | sudyOnline/sudyOnline/HomePage/View/AIHomeLabel.h | DongDongDongDong/StudyOnline | db177b8f9f2f7e0ca513403985577804183e0b45 | [
"MIT"
] | 1 | 2016-09-20T03:35:09.000Z | 2016-09-20T03:35:09.000Z | sudyOnline/sudyOnline/HomePage/View/AIHomeLabel.h | DongDongDongDong/StudyOnline | db177b8f9f2f7e0ca513403985577804183e0b45 | [
"MIT"
] | 1 | 2016-12-18T08:42:28.000Z | 2016-12-18T08:42:28.000Z | sudyOnline/sudyOnline/HomePage/View/AIHomeLabel.h | DongDongDongDong/StudyOnline | db177b8f9f2f7e0ca513403985577804183e0b45 | [
"MIT"
] | null | null | null | //
// AIHomeLabel.h
// MarkMan_New
//
// Created by andylau on 16/1/15.
// Copyright © 2016年 andylau. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AIHomeLabel : UILabel
/** 这个label的比例值 */
@property (nonatomic, assign) CGFloat scale;
@end
| 16.1875 | 51 | 0.683398 |
6d339dd678ea70796b102b8475d724523f2741d9 | 9,799 | h | C | Examples/include/asposecpplib/system/io/path.h | kashifiqb/Aspose.PDF-for-C | 13d49bba591c5704685820185741e64a462a5bdc | [
"MIT"
] | null | null | null | Examples/include/asposecpplib/system/io/path.h | kashifiqb/Aspose.PDF-for-C | 13d49bba591c5704685820185741e64a462a5bdc | [
"MIT"
] | null | null | null | Examples/include/asposecpplib/system/io/path.h | kashifiqb/Aspose.PDF-for-C | 13d49bba591c5704685820185741e64a462a5bdc | [
"MIT"
] | null | null | null | /// @file system/io/path.h
#ifndef _aspose_system_io_path_h_
#define _aspose_system_io_path_h_
#include <system/exceptions.h>
#include <system/array.h>
#include <system/string.h>
#ifdef GetCurrentDirectory
#pragma message("!!! GetCurrentDirectory defined, please do not include windows.h manually")
#undef GetCurrentDi... | 54.743017 | 135 | 0.693234 |
6d36b418aa48acab68da478fdbaeb681ca1ef3b6 | 54 | c | C | src/output.c | robsware/kadimus | 642c247218700099defbdedff22e021ff385afba | [
"MIT"
] | 428 | 2015-03-14T22:42:20.000Z | 2020-04-19T03:56:06.000Z | src/output.c | robsware/kadimus | 642c247218700099defbdedff22e021ff385afba | [
"MIT"
] | 13 | 2015-03-30T18:48:25.000Z | 2020-04-12T20:59:53.000Z | src/output.c | robsware/kadimus | 642c247218700099defbdedff22e021ff385afba | [
"MIT"
] | 131 | 2015-03-17T16:12:45.000Z | 2020-03-17T10:47:01.000Z | #include "output.h"
FILE *output;
int thread_enable;
| 10.8 | 19 | 0.740741 |
6d371162897969347cf28fe9f15f5e207be3f525 | 2,249 | h | C | hw/drivers/sensors/bmp388/src/bmp388_priv.h | tt1pjm/mynewt-core | e579008c676fe2d56141eb8c3add36c57296a007 | [
"Apache-2.0"
] | 535 | 2017-07-01T10:26:14.000Z | 2022-03-25T20:45:29.000Z | hw/drivers/sensors/bmp388/src/bmp388_priv.h | tt1pjm/mynewt-core | e579008c676fe2d56141eb8c3add36c57296a007 | [
"Apache-2.0"
] | 1,178 | 2017-06-29T21:43:17.000Z | 2022-03-30T12:53:16.000Z | hw/drivers/sensors/bmp388/src/bmp388_priv.h | isabella232/mynewt-core | 280685006f7d9d1026d539aa681b5022a9620bc8 | [
"Apache-2.0"
] | 316 | 2017-07-02T23:48:11.000Z | 2022-03-27T13:37:09.000Z | /**\mainpage
* Copyright (C) 2017 - 2019 Bosch Sensortec GmbH
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright
* notice, this list of conditions a... | 35.698413 | 94 | 0.762561 |
6d3796717f2697abd20870cadfa4c693b39b448b | 1,229 | h | C | so_tema_1/structures.h | gabi62215/Teme | 57ed22f5e146d075f7a950b1a789f64822297aab | [
"Linux-OpenIB"
] | null | null | null | so_tema_1/structures.h | gabi62215/Teme | 57ed22f5e146d075f7a950b1a789f64822297aab | [
"Linux-OpenIB"
] | null | null | null | so_tema_1/structures.h | gabi62215/Teme | 57ed22f5e146d075f7a950b1a789f64822297aab | [
"Linux-OpenIB"
] | null | null | null | #define CAPACITY 50
/* List of directories to look for include file */
typedef struct list {
char *directories[CAPACITY];
int index;
} list;
/* Element in the hash table,the key is the symbol and value the mapping */
typedef struct hash_entry {
char *key;
char *value;
} hash_entry;
/*
* Just a vector with the h... | 22.759259 | 75 | 0.713588 |
6d379c65c079a5e3c0621fc5b29fe03623934b3b | 1,488 | h | C | Include/KAI/Console.h | kalineh/KAI | 43ab555bcbad1886715cd00b2cdac89e12d5cfe5 | [
"MIT"
] | 1 | 2018-06-16T17:53:43.000Z | 2018-06-16T17:53:43.000Z | Include/KAI/Console.h | kalineh/KAI | 43ab555bcbad1886715cd00b2cdac89e12d5cfe5 | [
"MIT"
] | null | null | null | Include/KAI/Console.h | kalineh/KAI | 43ab555bcbad1886715cd00b2cdac89e12d5cfe5 | [
"MIT"
] | null | null | null |
#ifdef KAI_HAVE_PRAGMA_ONCE
# pragma once
#endif
#ifndef KAI_CONSOLE_H
# define KAI_CONSOLE_H
#include "KAI/KAI.h"
#include "KAI/Tree.h"
#include "KAI/BuiltinTypes/Array.h"
#include "KAI/Continuation.h"
#include "KAI/Value.h"
#include "KAI/Operation.h"
#include "KAI/Executor.h"
#include "KAI/Compiler.h"
#include "K... | 20.957746 | 65 | 0.729839 |
6d3809644840bd2ec3eaf3eb8729f17965eafa33 | 309 | h | C | src/libs/data/pdzBabel/pdzbabel_global.h | eirTony/PixDeZ | 6fa38bc7ee3245c83814c423d4158a0630871823 | [
"BSD-3-Clause"
] | null | null | null | src/libs/data/pdzBabel/pdzbabel_global.h | eirTony/PixDeZ | 6fa38bc7ee3245c83814c423d4158a0630871823 | [
"BSD-3-Clause"
] | null | null | null | src/libs/data/pdzBabel/pdzbabel_global.h | eirTony/PixDeZ | 6fa38bc7ee3245c83814c423d4158a0630871823 | [
"BSD-3-Clause"
] | null | null | null | #ifndef PDZBABEL_GLOBAL_H
#define PDZBABEL_GLOBAL_H
#include <QtCore/qglobal.h>
#ifndef LIBRARY_NAME
# define LIBRARY_NAME "pdzBabel"
#endif
#if defined(PDZBABEL_LIBRARY)
# define PDZBABELSHARED_EXPORT Q_DECL_EXPORT
#else
# define PDZBABELSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // PDZBABEL_GLOBAL_H
| 18.176471 | 45 | 0.815534 |
6d3d7e837ce0affca07bb19a3aeef57a5ed96e52 | 1,657 | h | C | src/threadPool/CWorkTask.h | RothschildYuan/tcpServer | a8de303d4e7bfa4ecf2f677b8f31f41e788ccd5f | [
"MIT"
] | 2 | 2019-11-11T06:27:19.000Z | 2020-07-20T16:20:40.000Z | src/threadPool/CWorkTask.h | RothschildYuan/tcpServer | a8de303d4e7bfa4ecf2f677b8f31f41e788ccd5f | [
"MIT"
] | null | null | null | src/threadPool/CWorkTask.h | RothschildYuan/tcpServer | a8de303d4e7bfa4ecf2f677b8f31f41e788ccd5f | [
"MIT"
] | 1 | 2020-03-11T15:52:03.000Z | 2020-03-11T15:52:03.000Z | #ifndef CWORKTASK_H
#define CWORKTASK_H
typedef void (*CallBackFunc)(void *);
// 各子线程任务结构体
class CWorkTask
{
public:
CWorkTask();
CWorkTask(CallBackFunc func, void* arg);
CWorkTask(const CWorkTask& oth);
CWorkTask& operator=(const CWorkTask& oth);
/**
* @brief setFunc 设置工作任务内容
* @para... | 21.24359 | 54 | 0.511165 |
6d3e99fb50250aba6ea3ecdf22c5738b6be4821e | 489 | h | C | sourceCode/dotNet4.6/wpf/src/Core/cpp/dwritewrapper/ifontsourcecollection.h | csoap/csoap.github.io | 2a8db44eb63425deff147652b65c5912f065334e | [
"Apache-2.0"
] | 5 | 2017-03-03T02:13:16.000Z | 2021-08-18T09:59:56.000Z | sourceCode/dotNet4.6/wpf/src/Core/cpp/dwritewrapper/ifontsourcecollection.h | 295007712/295007712.github.io | 25241dbf774427545c3ece6534be6667848a6faf | [
"Apache-2.0"
] | null | null | null | sourceCode/dotNet4.6/wpf/src/Core/cpp/dwritewrapper/ifontsourcecollection.h | 295007712/295007712.github.io | 25241dbf774427545c3ece6534be6667848a6faf | [
"Apache-2.0"
] | 4 | 2016-11-15T05:20:12.000Z | 2021-11-13T16:32:11.000Z | #ifndef __IFONTSOURCECOLLECTION_H
#define __IFONTSOURCECOLLECTION_H
#include "IFontSource.h"
using namespace System;
namespace MS { namespace Internal { namespace Text { namespace TextInterface
{
private interface class IFontSourceCollection : IEnumerable<IFontSource^>
{
};
private interface class IF... | 23.285714 | 77 | 0.750511 |
6d3ee4fe71ba0d7e4efadc13ff9ddc8bbde12f63 | 851 | h | C | Pixelate/src/Pixelate/Editor/Misc/ColorStyleEditor.h | hech11/RetroGameFramework | e039a54d5bf8fba6f2e0bcf5e56a3cb78253ea0a | [
"Apache-2.0"
] | 3 | 2019-06-23T15:02:20.000Z | 2020-06-27T22:24:32.000Z | Pixelate/src/Pixelate/Editor/Misc/ColorStyleEditor.h | hech11/RetroGameFramework | e039a54d5bf8fba6f2e0bcf5e56a3cb78253ea0a | [
"Apache-2.0"
] | null | null | null | Pixelate/src/Pixelate/Editor/Misc/ColorStyleEditor.h | hech11/RetroGameFramework | e039a54d5bf8fba6f2e0bcf5e56a3cb78253ea0a | [
"Apache-2.0"
] | null | null | null | #pragma once
#ifdef PX_USE_IMGUI
#include "Pixelate/Core/Core.h"
#include "Pixelate/Core/Layer.h"
#include "Pixelate/Events/WindowEvents.h"
// This allows to change Imgui's "Theme". This class can also create custom themes.
// (Although it's not really a main feature. Just used to develop the framework and used f... | 23.638889 | 122 | 0.72738 |
6d4619bde78f4f3eb8362416c2168f7e269f1802 | 12,472 | h | C | include/polarphp/pil/lang/PILWitnessTable.h | agxmaster/polarphp | 31012ff7e6c0f72ee587546c296b06013c98cf9a | [
"PHP-3.01"
] | 1,083 | 2018-05-26T09:12:13.000Z | 2022-02-14T00:13:01.000Z | include/polarphp/pil/lang/PILWitnessTable.h | agxmaster/polarphp | 31012ff7e6c0f72ee587546c296b06013c98cf9a | [
"PHP-3.01"
] | 27 | 2018-08-25T07:28:25.000Z | 2021-05-06T06:31:09.000Z | include/polarphp/pil/lang/PILWitnessTable.h | agxmaster/polarphp | 31012ff7e6c0f72ee587546c296b06013c98cf9a | [
"PHP-3.01"
] | 78 | 2018-08-28T02:43:09.000Z | 2020-11-21T15:45:24.000Z | //===--- PILWitnessTable.h - Defines the PILWitnessTable class --*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/L... | 35.532764 | 84 | 0.681847 |
6d48ae0888ed6ae00bf7e5c0bd9cd6b901b99db0 | 642 | h | C | appez/services/MapService.h | appez/appez-ios | 64335dcffdf30895d882facb8f9454c968f160b1 | [
"MIT"
] | 1 | 2017-03-24T07:28:26.000Z | 2017-03-24T07:28:26.000Z | appez/services/MapService.h | appez/appez-ios | 64335dcffdf30895d882facb8f9454c968f160b1 | [
"MIT"
] | null | null | null | appez/services/MapService.h | appez/appez-ios | 64335dcffdf30895d882facb8f9454c968f160b1 | [
"MIT"
] | 1 | 2020-07-23T11:06:21.000Z | 2020-07-23T11:06:21.000Z | //
// MapService.h
// appez
//
// Created by Transility on 11/09/12.
//
//
/**
* MapService : Allows the web layer to show maps in the appez powered
* application. Currently this operation
* is supported through the CO event which means it is not purely WEB or APP
* event
* */
#import <Foundation/Foundation.h>... | 23.777778 | 77 | 0.747664 |
6d4b496d540099b781d0b89f006d485704e2afa7 | 44,182 | c | C | src/ns_msg.c | GangZhuo/dohclient | c5b2d86ce17a04a3ebbebf9ad3ed1b34240d793b | [
"MIT"
] | 5 | 2020-09-04T04:58:03.000Z | 2022-03-30T01:55:48.000Z | src/ns_msg.c | GangZhuo/dohclient | c5b2d86ce17a04a3ebbebf9ad3ed1b34240d793b | [
"MIT"
] | 1 | 2020-11-25T14:33:24.000Z | 2020-12-02T14:00:07.000Z | src/ns_msg.c | GangZhuo/dohclient | c5b2d86ce17a04a3ebbebf9ad3ed1b34240d793b | [
"MIT"
] | 2 | 2021-05-05T15:56:00.000Z | 2021-11-15T10:28:33.000Z | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#ifdef WINDOWS
#include "../windows/win.h"
#else
#include <arpa/inet.h>
#endif
#include "ns_msg.h"
#include "log.h"
#include "utils.h"
#include "mleak.h"
typedef struct opt_rdata_into {
int count; /* number of option(s) */
int size; /* to... | 21.4893 | 103 | 0.587547 |
6d56e42a83b3e72a0e2a4f9d140fa8da62b28bba | 597 | h | C | XQArchiveProject/XQArchiveProject/Edit/XQEditMobileprovisionView.h | SyKingW/XQScriptArchive | 980e332c480ff85b0247845a383ee002a06fef76 | [
"MIT"
] | 1 | 2020-03-23T18:36:15.000Z | 2020-03-23T18:36:15.000Z | XQArchiveProject/XQArchiveProject/Edit/XQEditMobileprovisionView.h | SyKingW/XQScriptArchive | 980e332c480ff85b0247845a383ee002a06fef76 | [
"MIT"
] | null | null | null | XQArchiveProject/XQArchiveProject/Edit/XQEditMobileprovisionView.h | SyKingW/XQScriptArchive | 980e332c480ff85b0247845a383ee002a06fef76 | [
"MIT"
] | null | null | null | //
// XQEditMobileprovisionView.h
// XQArchiveProject
//
// Created by WXQ on 2019/5/30.
// Copyright © 2019 WXQ. All rights reserved.
//
#import <Cocoa/Cocoa.h>
NS_ASSUME_NONNULL_BEGIN
@interface XQEditMobileprovisionView : NSView
@property (nonatomic, strong) NSTextField *mobileprovisionDescriptTF;
@property... | 22.961538 | 69 | 0.788945 |
6d59ec3db6822a874d719074e9395cdfa595f2b7 | 3,931 | h | C | Decoder/tree.h | liqiangnlp/SMT.Decoder | 922dd23df01789185ae6b4e252432864344bf40f | [
"MIT"
] | null | null | null | Decoder/tree.h | liqiangnlp/SMT.Decoder | 922dd23df01789185ae6b4e252432864344bf40f | [
"MIT"
] | null | null | null | Decoder/tree.h | liqiangnlp/SMT.Decoder | 922dd23df01789185ae6b4e252432864344bf40f | [
"MIT"
] | null | null | null | /*
* $Id:
* 0001
*
* $File:
* OurTree.h
*
* $Proj:
* Tree Structure
*
* $Func:
* header file of tree function
*
* $Version:
* 0.0.1
*
* $Created by:
* Qiang Li
*
* $Email
* liqiangneu@gmail.com
*
* $Last Modified by:
* 2014-10-29,12:09
*/
#ifndef DECODER_TREE_H_
#define DECODER_TREE_H_
#includ... | 22.20904 | 103 | 0.71534 |
6d59f89d193ac829d61f577fca1647ed4d9c227c | 358 | h | C | package/win32/android/gameplay/src/lua/lua_AudioBuffer.h | sharkpp/openhsp | 0d412fd8f79a6ccae1d33c13addc06fb623fb1fe | [
"BSD-3-Clause"
] | 1 | 2021-06-17T02:16:22.000Z | 2021-06-17T02:16:22.000Z | package/win32/android/gameplay/src/lua/lua_AudioBuffer.h | sharkpp/openhsp | 0d412fd8f79a6ccae1d33c13addc06fb623fb1fe | [
"BSD-3-Clause"
] | null | null | null | package/win32/android/gameplay/src/lua/lua_AudioBuffer.h | sharkpp/openhsp | 0d412fd8f79a6ccae1d33c13addc06fb623fb1fe | [
"BSD-3-Clause"
] | 1 | 2021-04-06T14:58:08.000Z | 2021-04-06T14:58:08.000Z | #ifndef LUA_AUDIOBUFFER_H_
#define LUA_AUDIOBUFFER_H_
namespace gameplay
{
// Lua bindings for AudioBuffer.
int lua_AudioBuffer__gc(lua_State* state);
int lua_AudioBuffer_addRef(lua_State* state);
int lua_AudioBuffer_getRefCount(lua_State* state);
int lua_AudioBuffer_release(lua_State* state);
void luaRe... | 19.888889 | 51 | 0.784916 |
6d5bc6b4cf89920ca5a95e901c88f9516df141a1 | 431 | h | C | MKScannerPro/Classes/Modules/107PModule/Functions/FilterPages/FilterByBeaconPage/Controller/MKSPPFilterByBeaconController.h | MKScannerPro/MKScannerPro_iOS | f4e9babd1ce18404706c0d23bb0ec8172e8c4c70 | [
"MIT"
] | null | null | null | MKScannerPro/Classes/Modules/107PModule/Functions/FilterPages/FilterByBeaconPage/Controller/MKSPPFilterByBeaconController.h | MKScannerPro/MKScannerPro_iOS | f4e9babd1ce18404706c0d23bb0ec8172e8c4c70 | [
"MIT"
] | null | null | null | MKScannerPro/Classes/Modules/107PModule/Functions/FilterPages/FilterByBeaconPage/Controller/MKSPPFilterByBeaconController.h | MKScannerPro/MKScannerPro_iOS | f4e9babd1ce18404706c0d23bb0ec8172e8c4c70 | [
"MIT"
] | null | null | null | //
// MKSPPFilterByBeaconController.h
// MKScannerPro_Example
//
// Created by aa on 2021/11/29.
// Copyright © 2021 aadyx2007@163.com. All rights reserved.
//
#import "MKSPBaseViewController.h"
#import "MKSPPFilterByBeaconDefines.h"
NS_ASSUME_NONNULL_BEGIN
@interface MKSPPFilterByBeaconController : MKSPBaseVie... | 19.590909 | 68 | 0.800464 |
6d61227c8bfc95f5b2b7790fe079dfbb43c452de | 680 | h | C | Modules/ThirdParty/VNL/src/vxl/v3p/netlib/lapack/double/dhgeqz.h | nalinimsingh/ITK_4D | 95a2eacaeaffe572889832ef0894239f89e3f303 | [
"Apache-2.0"
] | 3 | 2018-10-01T20:46:17.000Z | 2019-12-17T19:39:50.000Z | Modules/ThirdParty/VNL/src/vxl/v3p/netlib/lapack/double/dhgeqz.h | nalinimsingh/ITK_4D | 95a2eacaeaffe572889832ef0894239f89e3f303 | [
"Apache-2.0"
] | null | null | null | Modules/ThirdParty/VNL/src/vxl/v3p/netlib/lapack/double/dhgeqz.h | nalinimsingh/ITK_4D | 95a2eacaeaffe572889832ef0894239f89e3f303 | [
"Apache-2.0"
] | 4 | 2018-05-17T16:34:54.000Z | 2020-09-24T02:12:40.000Z | extern int v3p_netlib_dhgeqz_(
char *job,
char *compq,
char *compz,
v3p_netlib_integer *n,
v3p_netlib_integer *ilo,
v3p_netlib_integer *ihi,
v3p_netlib_doublereal *a,
v3p_netlib_integer *lda,
v3p_netlib_doublereal *b,
v3p_netlib_integer *ldb,
v3p_netlib_doublereal *alphar,
v3p_netlib... | 26.153846 | 33 | 0.752941 |
6d61fb53f8d25758ba929193289f1aa9e00cf6b5 | 778 | h | C | code/addons/ui/base/uiplugin.h | gscept/nebula-trifid | e7c0a0acb05eedad9ed37a72c1bdf2d658511b42 | [
"BSD-2-Clause"
] | 67 | 2015-03-30T19:56:16.000Z | 2022-03-11T13:52:17.000Z | code/addons/ui/base/uiplugin.h | gscept/nebula-trifid | e7c0a0acb05eedad9ed37a72c1bdf2d658511b42 | [
"BSD-2-Clause"
] | 5 | 2015-04-15T17:17:33.000Z | 2016-02-11T00:40:17.000Z | code/addons/ui/base/uiplugin.h | gscept/nebula-trifid | e7c0a0acb05eedad9ed37a72c1bdf2d658511b42 | [
"BSD-2-Clause"
] | 34 | 2015-03-30T15:08:00.000Z | 2021-09-23T05:55:10.000Z | #pragma once
//------------------------------------------------------------------------------
/**
@class UI::UIPlugin
(C) 2015 Individual contributors, see AUTHORS file
*/
#include "core/refcounted.h"
#include "timing/time.h"
#include "frame/framebatch.h"
//------------------------------------------------... | 24.3125 | 80 | 0.539846 |
6d657d6b88d117280a74f31aec4356f6390db0ac | 554 | h | C | third_party/mplayer/libvo/w32_common.h | Narflex/sagetv | 76cb5755e54fd3b01d2bb708a8a72af0aa1533f1 | [
"Apache-2.0"
] | 292 | 2015-08-10T18:34:55.000Z | 2022-01-26T00:38:45.000Z | third_party/mplayer/libvo/w32_common.h | Narflex/sagetv | 76cb5755e54fd3b01d2bb708a8a72af0aa1533f1 | [
"Apache-2.0"
] | 366 | 2015-08-10T18:21:02.000Z | 2022-01-22T20:03:41.000Z | third_party/mplayer/libvo/w32_common.h | Narflex/sagetv | 76cb5755e54fd3b01d2bb708a8a72af0aa1533f1 | [
"Apache-2.0"
] | 227 | 2015-08-10T22:24:29.000Z | 2022-02-25T19:16:21.000Z | extern int vo_depthonscreen;
extern int vo_screenwidth;
extern int vo_screenheight;
extern uint32_t o_dwidth;
extern uint32_t o_dheight;
extern HWND vo_w32_window;
extern HDC vo_hdc;
extern int vo_fs;
extern int vo_vm;
extern int vo_ontop;
extern int vo_w32_init(void);
extern void vo_w32_uninit(void);
extern void vo_w... | 27.7 | 55 | 0.83213 |
6d69bf0b12a1050356cc69ae880571de1db5904e | 2,553 | h | C | SanwuUMGExtender/Source/SanwuUMGExtender/Public/SAutoLayout.h | sanwu/jjboomsky | aa33f891baa1b0da890be6c6c4019c3c4d0b29ea | [
"MIT"
] | 14 | 2016-06-12T16:40:15.000Z | 2021-05-04T09:33:38.000Z | SanwuUMGExtender/Source/SanwuUMGExtender/Public/SAutoLayout.h | sanwu/jjboomsky | aa33f891baa1b0da890be6c6c4019c3c4d0b29ea | [
"MIT"
] | null | null | null | SanwuUMGExtender/Source/SanwuUMGExtender/Public/SAutoLayout.h | sanwu/jjboomsky | aa33f891baa1b0da890be6c6c4019c3c4d0b29ea | [
"MIT"
] | 14 | 2016-02-23T16:55:02.000Z | 2019-11-25T02:14:37.000Z | #pragma once
#include "SBoxPanel.h"
///自动排列的容器组件。
class SAutoLayout :public SBoxPanel
{
public:
class FSlot : public SBoxPanel::FSlot
{
public:
FSlot()
: SBoxPanel::FSlot()
{
}
FSlot& AutoHeight()
{
SizeParam = FAuto();
return *this;
}
FSlot& MaxHeight(const TAt... | 19.790698 | 131 | 0.660008 |
cd0bde8bb1ff4d5132ec835c7b41456b299fe4a8 | 300 | h | C | ios/versioned-react-native/ABI43_0_0/Expo/ExpoKit/Core/Api/Appearance/ABI43_0_0RNCAppearanceProvider.h | zakharchenkoAndrii/expo | f6b009d204b9124d43df59b75eb6affc2f0ba5bd | [
"Apache-2.0",
"MIT"
] | 16,461 | 2017-03-24T19:59:01.000Z | 2022-03-31T21:52:45.000Z | ios/versioned-react-native/ABI43_0_0/Expo/ExpoKit/Core/Api/Appearance/ABI43_0_0RNCAppearanceProvider.h | zakharchenkoAndrii/expo | f6b009d204b9124d43df59b75eb6affc2f0ba5bd | [
"Apache-2.0",
"MIT"
] | 13,016 | 2017-03-25T22:49:31.000Z | 2022-03-31T23:23:58.000Z | ios/versioned-react-native/ABI43_0_0/Expo/ExpoKit/Core/Api/Appearance/ABI43_0_0RNCAppearanceProvider.h | zakharchenkoAndrii/expo | f6b009d204b9124d43df59b75eb6affc2f0ba5bd | [
"Apache-2.0",
"MIT"
] | 3,945 | 2017-03-25T07:12:57.000Z | 2022-03-31T20:55:18.000Z | #import <UIKit/UIKit.h>
#import <ABI43_0_0React/ABI43_0_0RCTView.h>
#import <ABI43_0_0React/ABI43_0_0RCTBridge.h>
NS_ASSUME_NONNULL_BEGIN
@interface ABI43_0_0RNCAppearanceProvider : ABI43_0_0RCTView
- (instancetype)initWithBridge:(nonnull ABI43_0_0RCTBridge *)bridge;
@end
NS_ASSUME_NONNULL_END
| 21.428571 | 68 | 0.84 |
cd0c5be3586781223f8c749c85444d879ba79669 | 838 | h | C | modules/softgun/devices/serial/ptmx.h | zihui89w/leigun | 85aa02f2f0ef9240eef99d0f7d24a061e3e197a8 | [
"Apache-2.0"
] | 3 | 2018-06-22T20:45:34.000Z | 2020-05-13T04:33:25.000Z | modules/softgun/devices/serial/ptmx.h | zihui89w/leigun | 85aa02f2f0ef9240eef99d0f7d24a061e3e197a8 | [
"Apache-2.0"
] | 12 | 2016-11-13T06:57:21.000Z | 2017-01-30T05:55:37.000Z | modules/softgun/devices/serial/ptmx.h | tenmyo/softgun | 9babd1e9fc7c98257b6f83a300454e38dadba703 | [
"Apache-2.0"
] | 2 | 2018-06-22T20:45:35.000Z | 2021-12-28T19:01:08.000Z | #include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <string.h>
#include "asyncmanager.h"
typedef struct PtmxIface PtmxIface;
typedef void PtmxDataSinkProc(void *evData, uint8_t * buf, int cnt);
PtmxIface *PtmxIface_New(const char *linkname);
int Ptmx_Write(PtmxIface * pi, void *vdata, int cnt);
void P... | 36.434783 | 97 | 0.75895 |
cd0c7bc8402531c2f9642d60317a44db2fb017ab | 590 | c | C | rectangle.c | aarushivohra/my-c-programs | 1a264d393a12dd16851b432da6f6527ca306bc41 | [
"MIT"
] | null | null | null | rectangle.c | aarushivohra/my-c-programs | 1a264d393a12dd16851b432da6f6527ca306bc41 | [
"MIT"
] | null | null | null | rectangle.c | aarushivohra/my-c-programs | 1a264d393a12dd16851b432da6f6527ca306bc41 | [
"MIT"
] | null | null | null | #include <stdio.h>
/* The purpose of this program is to calculate the perimeter and the area of a rectangle*/
int main()
{
double width=24;
double height=35;
double perimeter = 0.0;
double area = 0.0;
width = 56.144;
height = 144.376;
perimeter = 2.0*(width+height);
area = width*heigh... | 24.583333 | 90 | 0.627119 |
cd1008b67cdb25d750fef2f7df02926a5555900a | 572 | h | C | include/il2cpp/Dpr/UI/CardFrontView/__c.h | martmists-gh/BDSP | d6326c5d3ad9697ea65269ed47aa0b63abac2a0a | [
"MIT"
] | 1 | 2022-01-15T20:20:27.000Z | 2022-01-15T20:20:27.000Z | include/il2cpp/Dpr/UI/CardFrontView/__c.h | martmists-gh/BDSP | d6326c5d3ad9697ea65269ed47aa0b63abac2a0a | [
"MIT"
] | null | null | null | include/il2cpp/Dpr/UI/CardFrontView/__c.h | martmists-gh/BDSP | d6326c5d3ad9697ea65269ed47aa0b63abac2a0a | [
"MIT"
] | null | null | null | #pragma once
#include "il2cpp.h"
void Dpr_UI_CardFrontView___c___cctor (const MethodInfo* method_info);
void Dpr_UI_CardFrontView___c___ctor (Dpr_UI_CardFrontView___c_o* __this, const MethodInfo* method_info);
void Dpr_UI_CardFrontView___c___Initialize_b__13_1 (Dpr_UI_CardFrontView___c_o* __this, const MethodInfo* me... | 57.2 | 119 | 0.874126 |
cd12101d76d377814ce9834425644e4ef0bee240 | 301 | h | C | LiveDemo/Util/Streaming/StreamingViewController.h | lee409/LiveDemo | 7853a88325e0b40305e166720e4dc3c04b0132ae | [
"MIT"
] | 1 | 2016-09-06T09:33:18.000Z | 2016-09-06T09:33:18.000Z | LiveDemo/Util/Streaming/StreamingViewController.h | lee409/LiveDemo | 7853a88325e0b40305e166720e4dc3c04b0132ae | [
"MIT"
] | null | null | null | LiveDemo/Util/Streaming/StreamingViewController.h | lee409/LiveDemo | 7853a88325e0b40305e166720e4dc3c04b0132ae | [
"MIT"
] | null | null | null | //
// StreamingViewController.h
// LiveDemo
//
// Created by 白璐 on 16/8/10.
// Copyright © 2016年 baidu. All rights reserved.
//
#import <UIKit/UIKit.h>
@class StreamingViewModel;
@interface StreamingViewController : UIViewController
@property(nonatomic, strong) StreamingViewModel* model;
@end
| 18.8125 | 55 | 0.740864 |
cd14712dff7c0187b4696f0e1728fb3432d75086 | 6,668 | h | C | opennsl/helper.h | beluganos/go-opennsl | d0ce2bf8483c0901e5fbf8bae98e0ed383dba411 | [
"Apache-2.0"
] | 4 | 2019-02-13T07:27:34.000Z | 2020-10-19T15:49:31.000Z | opennsl/helper.h | beluganos/go-opennsl | d0ce2bf8483c0901e5fbf8bae98e0ed383dba411 | [
"Apache-2.0"
] | null | null | null | opennsl/helper.h | beluganos/go-opennsl | d0ce2bf8483c0901e5fbf8bae98e0ed383dba411 | [
"Apache-2.0"
] | 1 | 2019-04-13T15:33:47.000Z | 2019-04-13T15:33:47.000Z | // -*- coding: utf-8 -*-
// Copyright (C) 2018 Nippon Telegraph and Telephone 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/licenses/LICENSE... | 42.471338 | 127 | 0.79919 |
cd169a371c5eea62b4d563b2ff3562eb9ebf77c6 | 3,585 | c | C | Debuging/OV7725/OV7725.c | chenxiangang/stm32f4_modules | 74cc9c773cfb6ee7b889c72ae281ef9ee1a84c33 | [
"MIT"
] | 1 | 2019-12-23T01:09:33.000Z | 2019-12-23T01:09:33.000Z | Debuging/OV7725/OV7725.c | chenxiangang/stm32f4_modules | 74cc9c773cfb6ee7b889c72ae281ef9ee1a84c33 | [
"MIT"
] | null | null | null | Debuging/OV7725/OV7725.c | chenxiangang/stm32f4_modules | 74cc9c773cfb6ee7b889c72ae281ef9ee1a84c33 | [
"MIT"
] | null | null | null | /*
* @Author: QianXu
* @LastEditors: QianXu
* @Description: NONE
* @Date: 2019-04-05 20:11:53
* @LastEditTime: 2019-04-05 22:09:37
*/
#include "OV7725.h"
#include "ov7725config.h"
#include "dcmi.h"
#include "sccb.h"
#include "delay.h"
/**
* @description: 找不到就自己先定义了
* @param {type}
* @return:
*/
#define OV7... | 23.279221 | 112 | 0.490098 |
cd1a2abdc770b6f514f9f82f695ea68771a49b18 | 1,309 | h | C | WAVM/Include/WAVM/Emscripten/Emscripten.h | duanbing/wavm-1 | cbd1f0b8ea94c901d7d389e4ecd08a049d0311ef | [
"MIT"
] | 22 | 2019-06-18T07:39:48.000Z | 2021-07-02T12:27:43.000Z | WAVM/Include/WAVM/Emscripten/Emscripten.h | duanbing/wavm-1 | cbd1f0b8ea94c901d7d389e4ecd08a049d0311ef | [
"MIT"
] | 2 | 2019-06-26T06:29:35.000Z | 2019-07-05T13:26:10.000Z | WAVM/Include/WAVM/Emscripten/Emscripten.h | duanbing/wavm-1 | cbd1f0b8ea94c901d7d389e4ecd08a049d0311ef | [
"MIT"
] | 3 | 2019-06-18T08:44:02.000Z | 2020-09-15T09:30:21.000Z | #pragma once
#include <vector>
#include "WAVM/IR/Value.h"
#include "WAVM/Runtime/Runtime.h"
namespace WAVM { namespace IR {
struct Module;
}}
namespace WAVM { namespace Emscripten {
struct Instance
{
Runtime::GCPointer<Runtime::ModuleInstance> env;
Runtime::GCPointer<Runtime::ModuleInstance> asm2wasm;
Runt... | 33.564103 | 124 | 0.729565 |
cd1b6c6fe3be3e96ee9c25f6a0ed044fab405a8b | 715 | h | C | PrivateFrameworks/GameCenterFoundation/GKInternalRepresentation.h | phatblat/macOSPrivateFrameworks | 9047371eb80f925642c8a7c4f1e00095aec66044 | [
"MIT"
] | 17 | 2018-11-13T04:02:58.000Z | 2022-01-20T09:27:13.000Z | PrivateFrameworks/GameCenterFoundation/GKInternalRepresentation.h | phatblat/macOSPrivateFrameworks | 9047371eb80f925642c8a7c4f1e00095aec66044 | [
"MIT"
] | 3 | 2018-04-06T02:02:27.000Z | 2018-10-02T01:12:10.000Z | PrivateFrameworks/GameCenterFoundation/GKInternalRepresentation.h | phatblat/macOSPrivateFrameworks | 9047371eb80f925642c8a7c4f1e00095aec66044 | [
"MIT"
] | 1 | 2018-09-28T13:54:23.000Z | 2018-09-28T13:54:23.000Z | //
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
#import "NSCoding.h"
#import "NSCopying.h"
#import "NSSecureCoding.h"
@interface GKInternalRepresentation : NSObject <NSCoding, NSCopying, NSSecureCoding>
{
}... | 22.34375 | 84 | 0.731469 |
cd1ea8ad2b6f6eaf09507b1c5cc72cfc81f32c75 | 730 | h | C | Tunti/src/Tunti/Renderer/Renderer.h | batuhanbozyel/Tunti | dcab6c59659df72ce14725fa6f1467e6dedb572b | [
"Apache-2.0"
] | 1 | 2021-05-17T08:16:36.000Z | 2021-05-17T08:16:36.000Z | Tunti/src/Tunti/Renderer/Renderer.h | batuhanbozyel/Tunti | dcab6c59659df72ce14725fa6f1467e6dedb572b | [
"Apache-2.0"
] | null | null | null | Tunti/src/Tunti/Renderer/Renderer.h | batuhanbozyel/Tunti | dcab6c59659df72ce14725fa6f1467e6dedb572b | [
"Apache-2.0"
] | null | null | null | #pragma once
#include "ScriptableRenderPipeline.h"
namespace Tunti
{
class Renderer
{
public:
static void Init();
static void Destroy();
static void OutputToScreenFramebuffer(Texture2D texture);
static void OnWindowResize(uint32_t width, uint32_t height);
static void SetRenderPipeline(... | 22.121212 | 84 | 0.749315 |
cd1fe5c0b7a9cbbe417e8406fd4c6e2ccb07bab1 | 3,589 | h | C | 02_Library/Include/XMCocos2D/extensions/CCArtPig/APSResource.h | mcodegeeks/OpenKODE-Framework | d4382d781da7f488a0e7667362a89e8e389468dd | [
"MIT"
] | 2 | 2017-08-03T07:15:00.000Z | 2018-06-18T10:32:53.000Z | 02_Library/Include/XMCocos2D/extensions/CCArtPig/APSResource.h | mcodegeeks/OpenKODE-Framework | d4382d781da7f488a0e7667362a89e8e389468dd | [
"MIT"
] | null | null | null | 02_Library/Include/XMCocos2D/extensions/CCArtPig/APSResource.h | mcodegeeks/OpenKODE-Framework | d4382d781da7f488a0e7667362a89e8e389468dd | [
"MIT"
] | 2 | 2019-03-04T22:57:42.000Z | 2020-03-06T01:32:26.000Z | /* --------------------------------------------------------------------------
*
* File APSResource.h
* Author Young-Hwan Mun
*
* --------------------------------------------------------------------------
*
* Copyright (c) 2012 ArtPig Software LLC
*
* http://www.ar... | 31.208696 | 81 | 0.601839 |
cd20fb0200ffc2bb30409fa03a8a67357002f7c7 | 3,839 | h | C | contrib/cppClientCom/YarsClientCom.h | kzahedi/YARS | 48d9fe4178d699fba38114d3b299a228da41293d | [
"MIT"
] | 4 | 2017-08-05T03:33:21.000Z | 2021-11-08T09:15:42.000Z | contrib/cppClientCom/YarsClientCom.h | kzahedi/YARS | 48d9fe4178d699fba38114d3b299a228da41293d | [
"MIT"
] | null | null | null | contrib/cppClientCom/YarsClientCom.h | kzahedi/YARS | 48d9fe4178d699fba38114d3b299a228da41293d | [
"MIT"
] | 1 | 2019-03-24T08:35:25.000Z | 2019-03-24T08:35:25.000Z | #ifndef __YARS_CLIENT_COM_H__
#define __YARS_CLIENT_COM_H__
#include <yars/util/Socket.h>
#include <yars/types/Domain.h>
#include <string>
#include <exception>
#include <iostream>
#include <fstream>
#include <pthread.h>
#include <stdio.h>
using namespace std;
class YarsClientComException : public exception
{
pu... | 24.767742 | 81 | 0.629852 |
cd22577c73b2a2077bc1e3a2ca5f22af571e9511 | 12,739 | c | C | mifflib/base64.c | Zekaric/ProjectMIFF | 97093f79e9e43b91d92548f7e9b0d28e938e7ba2 | [
"MIT"
] | null | null | null | mifflib/base64.c | Zekaric/ProjectMIFF | 97093f79e9e43b91d92548f7e9b0d28e938e7ba2 | [
"MIT"
] | null | null | null | mifflib/base64.c | Zekaric/ProjectMIFF | 97093f79e9e43b91d92548f7e9b0d28e938e7ba2 | [
"MIT"
] | null | null | null | /******************************************************************************
file: base64
author: Robbert de Groot
copyright: 2021,
description:
functions to convert binary data into a base64 string.
******************************************************************************/
/**********************... | 33.701058 | 88 | 0.513855 |
cd22b712e2a07d7a13cee92145e18a833879fb6e | 31 | h | C | mem-axc-64/apps/macsim.r.d.b.s/macsim-mem-axc-64/gems-lib-ooo/simics/src/include/obsolete/types_api.h | vnaveen0/nachos | 99933b0da5474bf43bd167d2540438375237b2d9 | [
"MIT"
] | 1 | 2018-02-28T10:00:00.000Z | 2018-02-28T10:00:00.000Z | mem-axc-64/apps/macsim.r.d.b.s/macsim-mem-axc-64/gems-lib-ooo/simics/src/include/obsolete/types_api.h | vnaveen0/nachos | 99933b0da5474bf43bd167d2540438375237b2d9 | [
"MIT"
] | 1 | 2020-04-06T22:30:00.000Z | 2020-04-06T22:30:00.000Z | mem-axc-64/apps/macsim.r.d.b.s/macsim-mem-axc-64/gems-lib-ooo/simics/src/include/obsolete/types_api.h | vnaveen0/nachos | 99933b0da5474bf43bd167d2540438375237b2d9 | [
"MIT"
] | null | null | null | #include <simics/core/types.h>
| 15.5 | 30 | 0.741935 |
cd22e4560081e425f414b0357617bc9ed07e93ab | 10,683 | c | C | test.c | maandree/libar2simplified | f3a7696b190f58379c81bcf8683b86373eedfc63 | [
"0BSD"
] | 1 | 2022-02-14T20:36:48.000Z | 2022-02-14T20:36:48.000Z | test.c | maandree/libar2simplified | f3a7696b190f58379c81bcf8683b86373eedfc63 | [
"0BSD"
] | null | null | null | test.c | maandree/libar2simplified | f3a7696b190f58379c81bcf8683b86373eedfc63 | [
"0BSD"
] | null | null | null | /* See LICENSE file for copyright and license details. */
#include "common.h"
#ifdef __linux__
#include <sys/random.h>
#endif
#include <time.h>
#ifndef CLOCK_MONOTONIC_RAW
# define CLOCK_MONOTONIC_RAW CLOCK_MONOTONIC
#endif
#define SALT_ALPHABET "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
#defi... | 34.911765 | 187 | 0.729196 |
cd285744690a33bd68be8de7e12c72533074cc7f | 9,944 | h | C | schwarzwald/core/io/LASPersistence.h | igd-geo/schwarzwald | e3e041f87c93985394444ee056ce8ba7ae62194b | [
"Apache-2.0"
] | 10 | 2021-01-06T14:16:31.000Z | 2022-02-13T00:15:17.000Z | schwarzwald/core/io/LASPersistence.h | igd-geo/schwarzwald | e3e041f87c93985394444ee056ce8ba7ae62194b | [
"Apache-2.0"
] | 1 | 2022-03-25T08:37:30.000Z | 2022-03-30T06:28:06.000Z | schwarzwald/core/io/LASPersistence.h | igd-geo/schwarzwald | e3e041f87c93985394444ee056ce8ba7ae62194b | [
"Apache-2.0"
] | 3 | 2020-12-03T13:50:42.000Z | 2022-02-08T11:45:45.000Z | #pragma once
#include "datastructures/PointBuffer.h"
#include "io/LASFile.h"
#include "laszip_api.h"
#include "math/AABB.h"
#include "pointcloud/PointAttributes.h"
#include "util/Definitions.h"
#include "util/stuff.h"
#include <boost/scope_exit.hpp>
struct SRSTransformHelper;
double
compute_las_scale_from_bounds(co... | 38.84375 | 100 | 0.651348 |
cd2e91f6f5bc17d5078d8c2562bdc220bb4aa7b6 | 3,071 | h | C | T3D/Engine/lib/bullet/src/BulletDynamics/ConstraintSolver/btUprightConstraint.h | logicking/GMK | ed1ebd275734777263434396ce8518b65429b5ae | [
"MIT"
] | 3 | 2015-05-30T21:35:07.000Z | 2016-01-10T01:41:48.000Z | T3D/Engine/lib/bullet/src/BulletDynamics/ConstraintSolver/btUprightConstraint.h | logicking/GMK | ed1ebd275734777263434396ce8518b65429b5ae | [
"MIT"
] | null | null | null | T3D/Engine/lib/bullet/src/BulletDynamics/ConstraintSolver/btUprightConstraint.h | logicking/GMK | ed1ebd275734777263434396ce8518b65429b5ae | [
"MIT"
] | 6 | 2015-01-17T21:16:51.000Z | 2018-12-17T22:49:30.000Z | /*
Bullet Continuous Collision Detection and Physics Library
Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this software.
Permis... | 23.992188 | 243 | 0.707913 |
cd30475f6d0690f1d93e3818275823fcb20cb9cf | 4,076 | c | C | udp/server/handler/handler.c | 7aitsev/NetworksLab2017 | 82b39b0b79ec24a5594769d13913fe4093e9ff54 | [
"MIT"
] | null | null | null | udp/server/handler/handler.c | 7aitsev/NetworksLab2017 | 82b39b0b79ec24a5594769d13913fe4093e9ff54 | [
"MIT"
] | null | null | null | udp/server/handler/handler.c | 7aitsev/NetworksLab2017 | 82b39b0b79ec24a5594769d13913fe4093e9ff54 | [
"MIT"
] | null | null | null | #include "logger/logger.h"
#include "server/handler/handler.h"
#include "server/service/service.h"
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <winsock2.h>
#define HANDLER_PEERS_SIZE 20
static peer_t g_current;
static peer_t g_total;
static peer_t g_peerslen;
static stru... | 21.229167 | 74 | 0.61261 |
cd3100876debdc498e221eb390eff3b93d68a488 | 248 | c | C | Algoritmi-e-strutture-dati/2021-10-28/scambia.c | MarcoBuster/university | 1ec71a8b70490870b6ca1c00d14d384a12bb1ba6 | [
"MIT"
] | 5 | 2020-10-12T15:27:09.000Z | 2022-03-16T16:46:47.000Z | Algoritmi-e-strutture-dati/2021-10-28/scambia.c | MarcoBuster/university | 1ec71a8b70490870b6ca1c00d14d384a12bb1ba6 | [
"MIT"
] | null | null | null | Algoritmi-e-strutture-dati/2021-10-28/scambia.c | MarcoBuster/university | 1ec71a8b70490870b6ca1c00d14d384a12bb1ba6 | [
"MIT"
] | 1 | 2021-03-04T18:33:54.000Z | 2021-03-04T18:33:54.000Z | #include <stdio.h>
void scambia(int *p, int *q) {
int tmp;
tmp = *p;
*p = *q;
*q = tmp;
}
int main() {
int a, b;
printf("a? ");
scanf("%d", &a);
printf("b? ");
scanf("%d", &b);
scambia(&a, &b);
printf("a=%d, b=%d", a, b);
return 0;
}
| 12.4 | 30 | 0.467742 |
cd312fc775fa6c6cd7853d29bb04d35a88c942d7 | 14,156 | c | C | model_server/gedge/src/planar.c | kit-transue/software-emancipation-discover | bec6f4ef404d72f361d91de954eae9a3bd669ce3 | [
"BSD-2-Clause"
] | 2 | 2015-11-24T03:31:12.000Z | 2015-11-24T16:01:57.000Z | model_server/gedge/src/planar.c | radtek/software-emancipation-discover | bec6f4ef404d72f361d91de954eae9a3bd669ce3 | [
"BSD-2-Clause"
] | null | null | null | model_server/gedge/src/planar.c | radtek/software-emancipation-discover | bec6f4ef404d72f361d91de954eae9a3bd669ce3 | [
"BSD-2-Clause"
] | 1 | 2019-05-19T02:26:08.000Z | 2019-05-19T02:26:08.000Z |
/******************************************************************************/
/* */
/* PLANARISATIONSALGORITHMUS */
/* ... | 44.939683 | 82 | 0.418692 |
cd31bac7c0e543765cf9fd3dcfe99d381b436a95 | 22,588 | h | C | arm9/include/_type/type.list.h | DuffsDevice/winds | 35f1b5fd458c527a6c372f94077e784f6fd960b2 | [
"MIT"
] | 2 | 2017-02-07T18:25:07.000Z | 2021-12-13T18:29:03.000Z | arm9/include/_type/type.list.h | DuffsDevice/winds | 35f1b5fd458c527a6c372f94077e784f6fd960b2 | [
"MIT"
] | null | null | null | arm9/include/_type/type.list.h | DuffsDevice/winds | 35f1b5fd458c527a6c372f94077e784f6fd960b2 | [
"MIT"
] | null | null | null | #ifndef _FASTLIST_HEADER_
#define _FASTLIST_HEADER_
/**
* @brief Simple doubly-linked List
*
* @author Jakob Riedle
* @version 1.0
*/
template<typename T>
class flist
{
private:
class _node
{
private:
_node* prev;
_node* next;
T val;
public:
/**... | 23.286598 | 133 | 0.542323 |
cd332648e69c5b2873fec546900100bd2dee45e4 | 862 | h | C | GameFramework/Helper/HlKeyboard.h | GavWood/tutorials | d5140129b6acd6d61f6feedcd352c12e4ebabd40 | [
"BSD-2-Clause"
] | 8 | 2017-10-26T14:26:55.000Z | 2022-01-07T07:35:39.000Z | GameFramework/Helper/HlKeyboard.h | GavWood/tutorials | d5140129b6acd6d61f6feedcd352c12e4ebabd40 | [
"BSD-2-Clause"
] | 1 | 2017-09-28T08:21:04.000Z | 2017-10-04T09:17:57.000Z | GameFramework/Helper/HlKeyboard.h | GavWood/Game-Framework | d5140129b6acd6d61f6feedcd352c12e4ebabd40 | [
"BSD-2-Clause"
] | 1 | 2021-07-21T17:37:33.000Z | 2021-07-21T17:37:33.000Z | ////////////////////////////////////////////////////////////////////////////////
// HlKeyboard
// Include guard
#pragma once
// Includes
#include "BtTypes.h"
#include "UiKeyboard.h"
const UiKeyCode DebugKey = UiKeyCode_F1;
const UiKeyCode SaveCameraKey = UiKeyCode_F2;
const UiKeyCode LoadCameraKey = UiKeyCode_F3... | 27.806452 | 80 | 0.722738 |
cd38495b7cc36bd749cd4aa12c485930464c6853 | 738 | h | C | src/simutrans/descriptor/writer/way_writer.h | Andarix/simutrans_nightly | 2013a1610828a2fd078227d3452f2c307720c49d | [
"Artistic-1.0"
] | 292 | 2015-01-04T20:33:57.000Z | 2022-03-21T21:36:25.000Z | src/simutrans/descriptor/writer/way_writer.h | Andarix/simutrans_nightly | 2013a1610828a2fd078227d3452f2c307720c49d | [
"Artistic-1.0"
] | 12 | 2021-12-19T22:51:36.000Z | 2022-03-11T18:59:13.000Z | descriptor/writer/way_writer.h | prissi/simutrans | 022b07d26b03d5b4c9dd67182e7e7c8bf3951a63 | [
"Artistic-1.0"
] | 126 | 2015-01-05T10:27:14.000Z | 2022-03-05T14:08:50.000Z | /*
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/
#ifndef DESCRIPTOR_WRITER_WAY_WRITER_H
#define DESCRIPTOR_WRITER_WAY_WRITER_H
#include <string>
#include "obj_writer.h"
#include "../objversion.h"
class way_writer_t : public obj_writer_t
{
private:
static way_wr... | 20.5 | 87 | 0.750678 |
cd38c81c4c49010bc074aa9f39d84b1c7900511b | 173 | h | C | lib/plugin/template/ios/PluginDemo/PluginDemoAppModule.h | asd1233446/eper-cli | a4853772f7642cd1a2e696e52e6e217c216b08e0 | [
"MIT"
] | 6 | 2019-10-03T13:18:38.000Z | 2020-06-17T06:55:41.000Z | lib/plugin/template/ios/PluginDemo/PluginDemoAppModule.h | asd1233446/eper-cli | a4853772f7642cd1a2e696e52e6e217c216b08e0 | [
"MIT"
] | 2 | 2020-04-15T08:40:30.000Z | 2020-08-04T02:25:11.000Z | lib/plugin/template/ios/PluginDemo/PluginDemoAppModule.h | asd1233446/eper-cli | a4853772f7642cd1a2e696e52e6e217c216b08e0 | [
"MIT"
] | 8 | 2019-11-05T08:14:16.000Z | 2021-12-14T09:36:57.000Z | //
// PluginDemoAppModule.h
// Pods
//
#import <Foundation/Foundation.h>
#import <WeexSDK/WeexSDK.h>
@interface PluginDemoAppModule : NSObject <WXModuleProtocol>
@end
| 13.307692 | 60 | 0.734104 |
cd3f6d5cb0bb792e9f288b01bdd47768e2325575 | 7,965 | h | C | hprose/stringstream.h | hprose/hprose-phpcpp | c53c4f71ac5d4f3f2b165f708a9e624d937a7c8f | [
"MIT"
] | 15 | 2015-04-18T03:09:43.000Z | 2019-12-29T12:33:15.000Z | hprose/stringstream.h | hprose/hprose-phpcpp | c53c4f71ac5d4f3f2b165f708a9e624d937a7c8f | [
"MIT"
] | null | null | null | hprose/stringstream.h | hprose/hprose-phpcpp | c53c4f71ac5d4f3f2b165f708a9e624d937a7c8f | [
"MIT"
] | 4 | 2015-04-21T01:03:27.000Z | 2019-12-29T12:33:20.000Z | /**********************************************************\
| |
| hprose |
| |
| Official WebSite: http://www.hprose.com/ |
| ... | 34.331897 | 86 | 0.404143 |
cd40040d5ef21e66e368d20efc6774fc5cfe6ea4 | 1,338 | c | C | tests/dispatch_semaphore_blocks.c | DeaDBeeF-Player/xdispatch | 330221c0f0f04b0fa508af4f5fc9ca37931570bd | [
"ECL-2.0",
"Apache-2.0"
] | 67 | 2015-01-14T04:20:15.000Z | 2021-12-17T02:34:26.000Z | tests/dispatch_semaphore_blocks.c | DeaDBeeF-Player/xdispatch | 330221c0f0f04b0fa508af4f5fc9ca37931570bd | [
"ECL-2.0",
"Apache-2.0"
] | 7 | 2015-07-10T03:29:12.000Z | 2019-04-15T19:36:27.000Z | tests/dispatch_semaphore_blocks.c | DeaDBeeF-Player/xdispatch | 330221c0f0f04b0fa508af4f5fc9ca37931570bd | [
"ECL-2.0",
"Apache-2.0"
] | 21 | 2015-02-03T02:50:34.000Z | 2022-03-23T13:34:54.000Z | /*
* dispatch_semaphore_blocks.c
*
* Copyright (c) 2008-2009 Apple Inc.
* Copyright (c) 2011-2013 MLBA-Team.
* All rights reserved.
*
* @LICENSE_HEADER_START@
* 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... | 23.473684 | 74 | 0.749626 |
cd40860f467ffac677ae4bb14c22abb975772dad | 3,472 | c | C | arun-c/ParameterPositionTests.c | tajmone/alan-pb | 1112ff456df70dd46a8128787d26b35bf70f5f31 | [
"MIT"
] | 12 | 2019-07-30T23:25:12.000Z | 2021-09-07T08:06:10.000Z | arun-c/ParameterPositionTests.c | tajmone/alan-pb | 1112ff456df70dd46a8128787d26b35bf70f5f31 | [
"MIT"
] | 40 | 2019-08-01T09:12:47.000Z | 2022-01-09T18:09:51.000Z | arun-c/ParameterPositionTests.c | tajmone/alan-pb | 1112ff456df70dd46a8128787d26b35bf70f5f31 | [
"MIT"
] | 2 | 2021-04-21T13:23:10.000Z | 2022-02-21T19:27:45.000Z | #include "cgreen/cgreen.h"
#include "cgreen/mocks.h"
#include "ParameterPosition.c"
/* Private Data */
static ACodeHeader acdHeader;
Describe(ParameterPosition);
BeforeEach(ParameterPosition){
header = &acdHeader;
header->maxParameters = 10;
}
AfterEach(ParameterPosition) {}
/*---------------------------... | 33.384615 | 98 | 0.669355 |
cd4180cfc89b358d618083ea8b6a37f329e674f6 | 19,809 | c | C | relcom/nserv28/compack.c | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | 34 | 2016-10-29T19:50:34.000Z | 2022-02-12T21:27:43.000Z | relcom/nserv28/compack.c | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | null | null | null | relcom/nserv28/compack.c | sergev/vak-opensource | e1912b83dabdbfab2baee5e7a9a40c3077349381 | [
"Apache-2.0"
] | 19 | 2017-06-19T23:04:00.000Z | 2021-11-13T15:00:41.000Z | /*
* $Header: compack.c,v 2.0 92/08/05 08:42:39 vak Exp $
* $Log: compack.c,v $
* Revision 2.0 92/08/05 08:42:39 vak
*
*
* Revision 1.3 92/06/19 22:19:45 usenet
* Fix errors. Rudnev
*
* Revision 1.2 92/06/19 22:11:39 usenet
*
* Revision 1.2 92/06/19 22:08:30 usenet
* News Server
*
*/
/*
... | 22.28234 | 77 | 0.565501 |
cd41a38e02f63261d7a6119988f38b2b82faa314 | 1,852 | h | C | Light Engine/src/Engine/Events/Event.h | Light3039/Old-LightEngine | 3a8c920bdc9b2468b2ab11215d6938de19cee394 | [
"MIT"
] | 10 | 2019-12-23T12:20:44.000Z | 2020-06-03T09:50:04.000Z | Light Engine/src/Engine/Events/Event.h | Light3039/Old-LightEngine | 3a8c920bdc9b2468b2ab11215d6938de19cee394 | [
"MIT"
] | 2 | 2020-01-21T21:26:06.000Z | 2020-03-04T15:56:43.000Z | Light Engine/src/Engine/Events/Event.h | Verodicia/LightEngine | 3a8c920bdc9b2468b2ab11215d6938de19cee394 | [
"MIT"
] | null | null | null | #pragma once
#include "Core/Core.h"
#include <ostream>
#include <functional>
namespace Light {
enum EventCategory
{
EventCategory_Input = BIT(0),
EventCategory_Mouse = BIT(1),
EventCategory_Keyboard = BIT(2),
EventCategory_Window = BIT(3),
};
enum class EventType
{
WindowResized, WindowMove... | 25.027027 | 130 | 0.711123 |
cd4498a8d9ca46ae50cb8ad192c701b9be99f326 | 619 | h | C | System/Library/Frameworks/MapKit.framework/MKNearestStationLoadingCell.h | lechium/tvOS130Headers | 6b47cdcd4a6f453b399aa9d742b5d0f7e3f732fd | [
"MIT"
] | 11 | 2019-11-06T04:48:48.000Z | 2022-02-09T17:48:15.000Z | System/Library/Frameworks/MapKit.framework/MKNearestStationLoadingCell.h | lechium/tvOS130Headers | 6b47cdcd4a6f453b399aa9d742b5d0f7e3f732fd | [
"MIT"
] | 1 | 2020-04-16T01:41:56.000Z | 2020-04-16T04:32:00.000Z | System/Library/Frameworks/MapKit.framework/MKNearestStationLoadingCell.h | lechium/tvOS130Headers | 6b47cdcd4a6f453b399aa9d742b5d0f7e3f732fd | [
"MIT"
] | 3 | 2019-12-22T20:17:53.000Z | 2021-01-25T09:47:49.000Z | /*
* This header is generated by classdump-dyld 1.0
* on Tuesday, November 5, 2019 at 2:50:11 AM Mountain Standard Time
* Operating System: Version 13.0 (Build 17J586)
* Image Source: /System/Library/Frameworks/MapKit.framework/MapKit
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
... | 26.913043 | 81 | 0.783522 |
cd46b068114bcbe47f45b5d07bdb65bc423d5e0b | 737 | h | C | libmmdpi/pmx/pmx_analyze.h | shirobu2400/mmdpi | 705d13ae2122f0f20292ba8e962293985a78a882 | [
"MIT"
] | 6 | 2016-02-21T12:33:21.000Z | 2021-05-22T09:23:14.000Z | libmmdpi/pmx/pmx_analyze.h | shirobu2400/mmdpi | 705d13ae2122f0f20292ba8e962293985a78a882 | [
"MIT"
] | null | null | null | libmmdpi/pmx/pmx_analyze.h | shirobu2400/mmdpi | 705d13ae2122f0f20292ba8e962293985a78a882 | [
"MIT"
] | 2 | 2020-04-13T12:13:30.000Z | 2021-05-22T09:23:05.000Z |
#include "pmx_load.h"
#include "../model/mmdpi_model.h"
#ifndef __MMDPI__PMX__ANALYZE__DEFINES__
#define __MMDPI__PMX__ANALYZE__DEFINES__ ( 1 )
class mmdpiPmxAnalyze : public mmdpiPmxLoad, public mmdpiModel
{
private:
MMDPI_MATERIAL_PTR adjust_material;
MMDPI_BLOCK_VERTEX_PTR adjust_vertex;
... | 21.676471 | 70 | 0.725916 |
cd4861a5b96c67f7b166150f125c2d554b33ad2a | 5,935 | c | C | arch/x86/start_multiboot1.c | libunicycle/unicycle | 0dfaf28495cfc2ed4d42d2dc95397a5d2b1819a8 | [
"MIT"
] | 6 | 2019-05-07T01:03:12.000Z | 2021-06-29T16:26:23.000Z | arch/x86/start_multiboot1.c | libunicycle/unicycle | 0dfaf28495cfc2ed4d42d2dc95397a5d2b1819a8 | [
"MIT"
] | null | null | null | arch/x86/start_multiboot1.c | libunicycle/unicycle | 0dfaf28495cfc2ed4d42d2dc95397a5d2b1819a8 | [
"MIT"
] | null | null | null | #include "compiler.h"
#include "mmu.h"
#include "multiboot1.h"
#include "start.h"
#include "x86.h"
#include "x86_init.h"
#include <stdint.h>
static void print(const char *msg) {
static volatile uint16_t *cursor = (uint16_t *)0xb8000;
for (const char *p = msg; *p; p++, cursor++) {
*cursor = *p | (0x4f ... | 38.538961 | 122 | 0.667397 |
cd490adb93bb737cf13885a47762a4f0319ce308 | 571 | c | C | nitan/d/xiaoyao/shiji5.c | cantona/NT6 | 073f4d491b3cfe6bfbe02fbad12db8983c1b9201 | [
"MIT"
] | 1 | 2019-03-27T07:25:16.000Z | 2019-03-27T07:25:16.000Z | nitan/d/xiaoyao/shiji5.c | cantona/NT6 | 073f4d491b3cfe6bfbe02fbad12db8983c1b9201 | [
"MIT"
] | null | null | null | nitan/d/xiaoyao/shiji5.c | cantona/NT6 | 073f4d491b3cfe6bfbe02fbad12db8983c1b9201 | [
"MIT"
] | null | null | null | // shiji5.c
// Modified by Winder June.25 2000
#include <room.h>
inherit ROOM;
void create()
{
set("short", "石級");
set("long", @LONG
又行二百餘級,水聲已然振耳欲聾,前面並有光亮透入。走到石級
的盡頭,前面是個僅可容身的洞穴,探頭向外一眼望出去,外邊怒濤洶
湧,水流湍急,竟是一條大江。江岸山石壁立,嶙峋巍峨,看這情勢,
已是到了瀾滄江畔。
LONG );
set("exits", ([
"westdown" : __DI... | 21.961538 | 54 | 0.532399 |
cd4ac90f57ff2c91e629f5dad06d3a3cbec5a9b4 | 1,178 | h | C | app/ParametricBuilder.h | potato3d/instancing | cf5c70533d31a534e6641f21499049b44241116a | [
"MIT"
] | 4 | 2021-02-13T17:46:03.000Z | 2021-11-23T23:55:21.000Z | app/ParametricBuilder.h | potato3d/instancing | cf5c70533d31a534e6641f21499049b44241116a | [
"MIT"
] | null | null | null | app/ParametricBuilder.h | potato3d/instancing | cf5c70533d31a534e6641f21499049b44241116a | [
"MIT"
] | null | null | null | //---------------------------------------------//
// Developed by: CAE/Tecgraf/PUC-Rio
// (C) COPYRIGHT 2013: Petrobras
//---------------------------------------------//
#pragma once
namespace cad
{
class DrawArraysData
{
public:
DrawArraysData();
unsigned int mode;
int first;
int count;
};
class DrawEl... | 24.040816 | 108 | 0.70034 |
cd4ee5a4fd652e5b27214bec7a68813dc01e1eee | 675 | h | C | Producer/interface/MetFiltersFiller.h | dr-stringfellow/SUEPProd | 23080a1cdbca6692ed279d43e5b4ae4ae12c91c5 | [
"MIT"
] | null | null | null | Producer/interface/MetFiltersFiller.h | dr-stringfellow/SUEPProd | 23080a1cdbca6692ed279d43e5b4ae4ae12c91c5 | [
"MIT"
] | null | null | null | Producer/interface/MetFiltersFiller.h | dr-stringfellow/SUEPProd | 23080a1cdbca6692ed279d43e5b4ae4ae12c91c5 | [
"MIT"
] | null | null | null | #ifndef SUEPProd_Producer_MetFiltersFiller_h
#define SUEPProd_Producer_MetFiltersFiller_h
#include "FillerBase.h"
#include "DataFormats/Common/interface/TriggerResults.h"
#include "DataFormats/DetId/interface/DetIdCollection.h"
class MetFiltersFiller : public FillerBase {
public:
MetFiltersFiller(std::string cons... | 30.681818 | 100 | 0.788148 |
cd4fc5936d1a6e8c9743cbe7c5efc907d16d8c27 | 21,890 | h | C | erts/emulator/x86_64-unknown-linux-gnu/opt/plain/erl_alloc_types.h | ThisisGurwinder/otp_src_19.0 | 5a899bf01c20b39d410a24125118cb9c357fafa0 | [
"Apache-2.0"
] | null | null | null | erts/emulator/x86_64-unknown-linux-gnu/opt/plain/erl_alloc_types.h | ThisisGurwinder/otp_src_19.0 | 5a899bf01c20b39d410a24125118cb9c357fafa0 | [
"Apache-2.0"
] | null | null | null | erts/emulator/x86_64-unknown-linux-gnu/opt/plain/erl_alloc_types.h | ThisisGurwinder/otp_src_19.0 | 5a899bf01c20b39d410a24125118cb9c357fafa0 | [
"Apache-2.0"
] | null | null | null | /*
* -----------------------------------------------------------------------
*
* NOTE: Do *not* edit this file; instead, edit 'erl_alloc.types' and
* build again! This file was automatically generated by
* 'make_alloc_types' on Fri Dec 8 11:06:22 2017.
*
* -------------------------------------------... | 26.405308 | 79 | 0.763088 |
cd5553ada13468bc8b0e8852d66d351cae3e9150 | 1,303 | c | C | 72_comm_ws8212b/comm_ws8212b/comm_ws8212b.c | olekmali/ATMega328P | c09fcf4e52706e454d4b7fec70254ff46d1b3af5 | [
"MIT"
] | 1 | 2020-09-13T08:37:29.000Z | 2020-09-13T08:37:29.000Z | 72_comm_ws8212b/comm_ws8212b/comm_ws8212b.c | olekmali/ATMega328P | c09fcf4e52706e454d4b7fec70254ff46d1b3af5 | [
"MIT"
] | null | null | null | 72_comm_ws8212b/comm_ws8212b/comm_ws8212b.c | olekmali/ATMega328P | c09fcf4e52706e454d4b7fec70254ff46d1b3af5 | [
"MIT"
] | null | null | null | //* Test program for the Neopixel WS8212B library *
#define F_CPU 16000000UL
#include <util/delay.h>
#include "lib_ws8212.h"
#include <stdlib.h> // for random number generator
#define ntests 11U
#define nneopx 2U
const rgb_t Test[ntests][nneopx] = {
{ {255, 255, 255}, {255, 255, 255} },
{ {255, ... | 26.591837 | 54 | 0.444359 |
cd57414af36eb00743cc635eb0cac011df7413a4 | 1,131 | h | C | include/util/osgi/IServiceRegistration.h | izenecloud/izenelib | 9d5958100e2ce763fc75f27217adf982d7c9d902 | [
"Apache-2.0"
] | 31 | 2015-03-03T19:13:42.000Z | 2020-09-03T08:11:56.000Z | include/util/osgi/IServiceRegistration.h | izenecloud/izenelib | 9d5958100e2ce763fc75f27217adf982d7c9d902 | [
"Apache-2.0"
] | 1 | 2016-12-24T00:12:11.000Z | 2016-12-24T00:12:11.000Z | include/util/osgi/IServiceRegistration.h | izenecloud/izenelib | 9d5958100e2ce763fc75f27217adf982d7c9d902 | [
"Apache-2.0"
] | 8 | 2015-09-06T01:55:21.000Z | 2021-12-20T02:16:13.000Z | #ifndef ISERVICE_REGISTRATION_H
#define ISERVICE_REGISTRATION_H
namespace izenelib{namespace osgi{
/**
* The <code>IServiceRegistration</code> class defines an
* interface which enables the deregistration of a service
* object.<br>
* If a service object is registered with the framework
* the register met... | 23.5625 | 81 | 0.665782 |
cd57cd8012a27b8d41f29438e817a790119db323 | 2,355 | h | C | Tests/2019-2020/T3/Tests/Gallery.h | DoStini/FEUP-AEDA | 4ac4bbeda07c17837a13a81de197bfcc7857c3be | [
"MIT"
] | null | null | null | Tests/2019-2020/T3/Tests/Gallery.h | DoStini/FEUP-AEDA | 4ac4bbeda07c17837a13a81de197bfcc7857c3be | [
"MIT"
] | 1 | 2020-09-30T18:59:40.000Z | 2020-10-09T22:13:39.000Z | Tests/2019-2020/T3/Tests/Gallery.h | DoStini/FEUP-AEDA | 4ac4bbeda07c17837a13a81de197bfcc7857c3be | [
"MIT"
] | null | null | null | #ifndef AEDA1920_CP03_SOL_GALLERY_H
#define AEDA1920_CP03_SOL_GALLERY_H
#include "bst.h"
#include <vector>
#include <unordered_set>
#include <queue>
#include "Paint.h"
// ----------------------------------------------------------
struct AuthorRecordHash {
int operator()(const AuthorRecord& ar) const ... | 37.983871 | 191 | 0.684926 |
cd5a8250cb8290a5d9eec9d45465df2e70e7d1dd | 1,149 | h | C | include/animations/setstate/setcamerarotation.h | mamontov-cpp/saddy | f20a0030e18af9e0714fe56c19407fbeacc529a7 | [
"BSD-2-Clause"
] | 58 | 2015-08-09T14:56:35.000Z | 2022-01-15T22:06:58.000Z | include/animations/setstate/setcamerarotation.h | mamontov-cpp/saddy-graphics-engine-2d | e25a6637fcc49cb26614bf03b70e5d03a3a436c7 | [
"BSD-2-Clause"
] | 245 | 2015-08-08T08:44:22.000Z | 2022-01-04T09:18:08.000Z | include/animations/setstate/setcamerarotation.h | mamontov-cpp/saddy | f20a0030e18af9e0714fe56c19407fbeacc529a7 | [
"BSD-2-Clause"
] | 23 | 2015-12-06T03:57:49.000Z | 2020-10-12T14:15:50.000Z | /*! \file animations/setstate/setcamerarotation.h
Defines a command, which rotates scene's camera for angle around a pivot
*/
#pragma once
#include "typedcommand.h"
#include "../../scene.h"
#include "../../sadpoint.h"
namespace sad
{
namespace animations
{
namespace setstate
{
class... | 21.277778 | 88 | 0.619669 |
cd5b76a1c951e1464dacf9ec58929bb26d960b86 | 11,426 | c | C | src/linux/arch/mips/powertv/asic/prealloc-calliope.c | wangyan98/linux-lib | f98bbaec0d696b948935939b2d613cd15cd6105f | [
"MIT"
] | 21 | 2021-01-22T06:47:38.000Z | 2022-03-20T14:24:29.000Z | src/linux/arch/mips/powertv/asic/prealloc-calliope.c | wangyan98/linux-lib | f98bbaec0d696b948935939b2d613cd15cd6105f | [
"MIT"
] | 1 | 2021-08-07T07:14:45.000Z | 2021-08-07T08:24:23.000Z | src/linux/arch/mips/powertv/asic/prealloc-calliope.c | wangyan98/linux-lib | f98bbaec0d696b948935939b2d613cd15cd6105f | [
"MIT"
] | 12 | 2021-01-22T14:59:28.000Z | 2022-02-22T04:03:31.000Z | /*
* Memory pre-allocations for Calliope boxes.
*
* Copyright (C) 2005-2009 Scientific-Atlanta, Inc.
*
* 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 of the License, or
... | 18.399356 | 75 | 0.567478 |
cd5fd8c414bd5c626b1dc6b7bc54a8e3bf038b90 | 963 | h | C | main/WebServer.h | Djimmo/ufo-esp32 | 2c4991a59f63542acf976b8509b86104faeed96b | [
"MIT"
] | 12 | 2017-06-09T08:38:05.000Z | 2021-05-11T23:13:28.000Z | main/WebServer.h | Djimmo/ufo-esp32 | 2c4991a59f63542acf976b8509b86104faeed96b | [
"MIT"
] | 21 | 2017-08-08T21:03:40.000Z | 2020-11-10T21:48:58.000Z | main/WebServer.h | Djimmo/ufo-esp32 | 2c4991a59f63542acf976b8509b86104faeed96b | [
"MIT"
] | 20 | 2017-08-08T09:09:36.000Z | 2021-08-17T14:46:09.000Z | #ifndef MAIN_WEBSERVER_H_
#define MAIN_WEBSERVER_H_
#include "freertos/FreeRTOS.h"
#include "openssl/ssl.h"
class HttpRequestParser;
class HttpResponse;
class DownAndUploadHandler;
class String;
class WebServer {
public:
WebServer();
virtual ~WebServer();
void SetUploadHandler(DownAndUploadHandler* pUploadHandle... | 20.934783 | 99 | 0.794393 |
cd63178234104521a554bf45c276c07e9861dc76 | 7,206 | c | C | Src/modes.c | STM32OV/OV | eb469ff41ee309243ffc48d9667f67c70a5d141c | [
"MIT"
] | 2 | 2020-09-02T14:43:01.000Z | 2021-05-04T01:58:03.000Z | Src/modes.c | STM32OV/OV | eb469ff41ee309243ffc48d9667f67c70a5d141c | [
"MIT"
] | null | null | null | Src/modes.c | STM32OV/OV | eb469ff41ee309243ffc48d9667f67c70a5d141c | [
"MIT"
] | null | null | null | #include "main.h"
extern int8_t current[128];
extern int8_t volume[128];
extern int8_t pressure[128];
extern int8_t flow[128];
//int8_t params[4]={1,12,45,20};
//int8_t params_min[4]={0,4,25,10};
//int8_t params_max[4]={1,20,99,30};
//char* modes[2]={"NF","AC"};
extern uint8_t piezo_alarm;
extern uint8_t keypressed... | 26.492647 | 202 | 0.741188 |
cd652c0bbdd51502de3ee95e7546125d73e03f6d | 4,634 | c | C | lib/ntime.c | Latice-Gain/frelay | 030559a07172143818292cc8dae5c98005a7cfbc | [
"BSD-3-Clause"
] | 2 | 2017-12-09T11:08:33.000Z | 2021-07-16T19:36:38.000Z | lib/ntime.c | Latice-Gain/frelay | 030559a07172143818292cc8dae5c98005a7cfbc | [
"BSD-3-Clause"
] | null | null | null | lib/ntime.c | Latice-Gain/frelay | 030559a07172143818292cc8dae5c98005a7cfbc | [
"BSD-3-Clause"
] | 1 | 2018-05-13T17:12:11.000Z | 2018-05-13T17:12:11.000Z | /*
* ntime.c
*
* Get and convert absolute and relative times expressed in nanoseconds
* represented as simple integral objects. Accuracy depends on the
* underlying implementation and hardware.
*
* The getter functions are basically convenience wrappers for the POSIX
* clock_gettime() and clock_getres() interfa... | 30.287582 | 74 | 0.723133 |
cd67f87fbe538c73a08a747e7537753819297cbd | 6,355 | h | C | ESP8266_ArtNetNode_v2-master/libs/espDMX_RDM/espDMX_RDM.h | CompewterTutor/nerdery-kicad-master | 7e2389cfcae9445e91acc0130ae098bff18279ab | [
"CC0-1.0"
] | null | null | null | ESP8266_ArtNetNode_v2-master/libs/espDMX_RDM/espDMX_RDM.h | CompewterTutor/nerdery-kicad-master | 7e2389cfcae9445e91acc0130ae098bff18279ab | [
"CC0-1.0"
] | null | null | null | ESP8266_ArtNetNode_v2-master/libs/espDMX_RDM/espDMX_RDM.h | CompewterTutor/nerdery-kicad-master | 7e2389cfcae9445e91acc0130ae098bff18279ab | [
"CC0-1.0"
] | null | null | null | /*
espDMX v2 library
Copyright (c) 2016, Matthew Tong
https://github.com/mtongnz/espDMX
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 3 of the License, or (at your option) any
later ... | 26.152263 | 126 | 0.65775 |
cd6c07e8f785916cd6b962118b845b886f3673b4 | 1,481 | h | C | net/ipsec/spd/server/pammauth.h | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | net/ipsec/spd/server/pammauth.h | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | net/ipsec/spd/server/pammauth.h | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z |
typedef struct _mmauthstate {
GUID gMMAuthID;
BOOL bInSPD;
DWORD dwErrorCode;
struct _mmauthstate * pNext;
} MMAUTHSTATE, * PMMAUTHSTATE;
DWORD
PAAddMMAuthMethods(
PIPSEC_NFA_DATA * ppIpsecNFAData,
DWORD dwNumNFACount,
DWORD dwSource
);
DWORD
PACreateMMAuthState(
... | 16.455556 | 51 | 0.69345 |
288416195685755371da0558e118f971eb3ab386 | 2,749 | h | C | acp_ros_conversions/include/sev/acp_ros_conversions/conversions.h | sevensense-robotics/alphasense_acp_bridge | 58482fef6c5d74f8e2e7c5ea34116bf4eb3ceaf4 | [
"BSD-3-Clause"
] | 1 | 2022-02-03T09:31:31.000Z | 2022-02-03T09:31:31.000Z | acp_ros_conversions/include/sev/acp_ros_conversions/conversions.h | sevensense-robotics/alphasense_acp_bridge | 58482fef6c5d74f8e2e7c5ea34116bf4eb3ceaf4 | [
"BSD-3-Clause"
] | null | null | null | acp_ros_conversions/include/sev/acp_ros_conversions/conversions.h | sevensense-robotics/alphasense_acp_bridge | 58482fef6c5d74f8e2e7c5ea34116bf4eb3ceaf4 | [
"BSD-3-Clause"
] | null | null | null | #ifndef SEV_ACP_ROS_CONVERSIONS_CONVERSIONS_H_
#define SEV_ACP_ROS_CONVERSIONS_CONVERSIONS_H_
#include <stdexcept>
#include <string>
#include <tuple>
#include "atlas_msgs/PositioningUpdate.h"
#include "geometry_msgs/Pose.h"
#include "geometry_msgs/PoseStamped.h"
#include "geometry_msgs/Twist.h"
#include "geometry_msgs/... | 30.88764 | 74 | 0.772645 |
2887cc499a2fcee5d9130a60c92875371ae676fb | 3,498 | h | C | VkRenderer/Include/VkRenderer/BinTree.h | JanVijfhuizen/VkRenderer | 5f5848f637dcf587b55ff8bd52bdb56fcf9caab4 | [
"MIT"
] | null | null | null | VkRenderer/Include/VkRenderer/BinTree.h | JanVijfhuizen/VkRenderer | 5f5848f637dcf587b55ff8bd52bdb56fcf9caab4 | [
"MIT"
] | null | null | null | VkRenderer/Include/VkRenderer/BinTree.h | JanVijfhuizen/VkRenderer | 5f5848f637dcf587b55ff8bd52bdb56fcf9caab4 | [
"MIT"
] | null | null | null | #pragma once
#include "KeyValue.h"
namespace vi
{
/// <summary>
/// Binary tree that can be used to quickly sort data based on the key value.
/// </summary>
template <typename T>
class BinTree final : public ArrayPtr<KeyValue<int32_t, T>>
{
public:
typedef KeyValue<int32_t, T> Node;
BinTree();
explicit ... | 21.726708 | 107 | 0.66295 |
2888353768caf167c8a2ba3c80dccf3f6e55d69e | 1,904 | c | C | examples/bm/pcre.c | data-man/libfsm | 90eb0e0794f4eee2e65584549104023f224fed89 | [
"BSD-2-Clause"
] | 766 | 2017-02-01T21:47:09.000Z | 2022-03-30T23:14:02.000Z | examples/bm/pcre.c | data-man/libfsm | 90eb0e0794f4eee2e65584549104023f224fed89 | [
"BSD-2-Clause"
] | 174 | 2017-02-02T18:11:46.000Z | 2022-02-24T23:06:17.000Z | examples/bm/pcre.c | data-man/libfsm | 90eb0e0794f4eee2e65584549104023f224fed89 | [
"BSD-2-Clause"
] | 52 | 2017-02-01T21:45:45.000Z | 2022-01-25T09:21:30.000Z | /*
* Copyright 2019 Katherine Flavel
*
* See LICENCE for the full copyright terms.
*/
#define _POSIX_C_SOURCE 200112L
#include <unistd.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <pcre.h>
int
main(int argc, char *argv[])
{
pcre *re;
pcre_extra *e;
int r;
char s[4096];
const char *... | 14.992126 | 74 | 0.549895 |
2889f0af7ba942e5395ab1067494e95b79aa3ffc | 70,738 | c | C | platform/micrium_os/fs/source/storage/nor/phy/fs_nor_phy_mx25r.c | lmnotran/gecko_sdk | 2e82050dc8823c9fe0e8908c1b2666fb83056230 | [
"Zlib"
] | 82 | 2016-06-29T17:24:43.000Z | 2021-04-16T06:49:17.000Z | platform/micrium_os/fs/source/storage/nor/phy/fs_nor_phy_mx25r.c | GoldSora/sdk_support | 5f92c311a302e2ba06040ec37f8ac4eba91b3d5d | [
"Zlib"
] | 7 | 2020-08-25T02:41:16.000Z | 2022-03-21T19:55:46.000Z | platform/micrium_os/fs/source/storage/nor/phy/fs_nor_phy_mx25r.c | GoldSora/sdk_support | 5f92c311a302e2ba06040ec37f8ac4eba91b3d5d | [
"Zlib"
] | 56 | 2016-08-02T10:50:50.000Z | 2021-07-19T08:57:34.000Z | /***************************************************************************//**
* @file
* @brief File System - Macronix MX25R Driver
*******************************************************************************
* # License
* <b>Copyright 2018 Silicon Laboratories Inc. www.silabs.com</b>
***********************... | 52.987266 | 174 | 0.483488 |
288ac52aed020c3f26609692bb88d6760539de27 | 12,619 | c | C | src/core/transfer/gfal_transfer_localcopy.c | dynamic-entropy/gfal2 | 90bc0a58587b986a0d7335f244fd4cfe3079b72f | [
"Apache-2.0"
] | 6 | 2018-08-28T15:20:24.000Z | 2021-09-14T13:03:15.000Z | src/core/transfer/gfal_transfer_localcopy.c | dynamic-entropy/gfal2 | 90bc0a58587b986a0d7335f244fd4cfe3079b72f | [
"Apache-2.0"
] | 10 | 2020-06-16T09:21:04.000Z | 2022-03-04T13:41:00.000Z | src/core/transfer/gfal_transfer_localcopy.c | dynamic-entropy/gfal2 | 90bc0a58587b986a0d7335f244fd4cfe3079b72f | [
"Apache-2.0"
] | 6 | 2020-06-13T18:06:41.000Z | 2022-02-21T09:47:56.000Z | /*
* Copyright (c) CERN 2013-2017
*
* Copyright (c) Members of the EMI Collaboration. 2010-2013
* See http://www.eu-emi.eu/partners for details on the copyright
* holders.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*... | 34.105405 | 128 | 0.652984 |
288adc7deb07a3959ea540dee17469dddc853afa | 750 | h | C | VerifEye/VerifEye.h | sanket26jadhav/VerifEye | 493f9ef0872b20ad482fcec0fa60306457ec44c7 | [
"Apache-2.0"
] | 4 | 2018-04-07T11:04:51.000Z | 2018-12-27T15:34:14.000Z | VerifEye/VerifEye.h | sanket26jadhav/VerifEye | 493f9ef0872b20ad482fcec0fa60306457ec44c7 | [
"Apache-2.0"
] | null | null | null | VerifEye/VerifEye.h | sanket26jadhav/VerifEye | 493f9ef0872b20ad482fcec0fa60306457ec44c7 | [
"Apache-2.0"
] | 3 | 2018-04-07T06:44:15.000Z | 2018-10-27T08:15:49.000Z | #pragma once
#include <QtWidgets/QMainWindow>
#include <qmessagebox.h>
#include "modnn.h"
#include "ui_VerifEye.h"
#include "Show_Patient.h"
#include "db.h"
#include "Add_Patient.h"
using namespace verifEye;
class VerifEye : public QMainWindow
{
Q_OBJECT
public:
VerifEye(QWidget *parent = Q_NULLPTR);
~VerifEye()... | 18.75 | 39 | 0.754667 |
288ade6a9a6f8f42d40dd16a1f5ca777372a645c | 20,913 | h | C | Processor/__8008_opcodes.h | paulscottrobson/experimental-computer-system-1 | e8b0f771fde8a69cf5e373ff6b496a2be5d40f1e | [
"MIT"
] | null | null | null | Processor/__8008_opcodes.h | paulscottrobson/experimental-computer-system-1 | e8b0f771fde8a69cf5e373ff6b496a2be5d40f1e | [
"MIT"
] | null | null | null | Processor/__8008_opcodes.h | paulscottrobson/experimental-computer-system-1 | e8b0f771fde8a69cf5e373ff6b496a2be5d40f1e | [
"MIT"
] | null | null | null | case 0x00: /**** hlt ****/
Halt = 1;
Cycles += 4;
break;
case 0x01: /**** hlt ****/
Halt = 1;
Cycles += 4;
break;
case 0x02: /**** rlc ****/
Carry = (A >> 7) & 1;
A = (A << 1) | Carry;
Cycles += 5;
break;
case 0x03: /**** rnc ****/
if (Carry == 0) { RETURN();
};
C... | 15.514095 | 44 | 0.413045 |
288c3ffb10039fb11feb66f63668b2e560fbbb51 | 1,013 | h | C | base/thread/CurrentThread.h | zlonqi/longky | cc793313bed5ef8041face306279825328c70351 | [
"MIT"
] | null | null | null | base/thread/CurrentThread.h | zlonqi/longky | cc793313bed5ef8041face306279825328c70351 | [
"MIT"
] | null | null | null | base/thread/CurrentThread.h | zlonqi/longky | cc793313bed5ef8041face306279825328c70351 | [
"MIT"
] | null | null | null | //
// Created by root on 2019/11/5.
//
#ifndef CURRENTTHREAD_H
#define CURRENTTHREAD_H
#include "../Types.h"
namespace tank{
namespace CurrentThread{
extern __thread int t_cacheTid;
extern __thread char t_tidString[32];
extern __thread int t_tidStringLength;
extern __thread const c... | 27.378378 | 90 | 0.604146 |
288c4c54fc43a33d722dc7590397e1f54e799d84 | 771 | c | C | GCD02.c | Bhargavi-hash/Overview-of-algos | e8aaf3affaa8c0812fdb9d6db50a83ca211fab0a | [
"MIT"
] | null | null | null | GCD02.c | Bhargavi-hash/Overview-of-algos | e8aaf3affaa8c0812fdb9d6db50a83ca211fab0a | [
"MIT"
] | null | null | null | GCD02.c | Bhargavi-hash/Overview-of-algos | e8aaf3affaa8c0812fdb9d6db50a83ca211fab0a | [
"MIT"
] | null | null | null | #include <stdio.h>
//**************************************************************************************
// Brute-Force implementation of GCD using Iteration
//**************************************************************************************
int gcd(int num1, int num2)
{
int result = 1;
... | 22.028571 | 88 | 0.380026 |