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
4a1310369ca74331970e703939192028ef025ec5
8,061
h
C
ascent/core/Vars.h
AnyarInc/ascent-beta
db65bd071931d1eff07eb32070675085e63cfb43
[ "Apache-2.0" ]
6
2017-09-15T19:59:05.000Z
2022-02-11T11:07:19.000Z
ascent/core/Vars.h
AnyarInc/ascent-beta
db65bd071931d1eff07eb32070675085e63cfb43
[ "Apache-2.0" ]
null
null
null
ascent/core/Vars.h
AnyarInc/ascent-beta
db65bd071931d1eff07eb32070675085e63cfb43
[ "Apache-2.0" ]
null
null
null
// Copyright (c) 2015 - 2016 Anyar, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicab...
32.244
131
0.533805
d1144769e2d47dda46ea8e8330b6b69afd578b47
1,244
h
C
src/icmp6.h
clarinette9/dperf
4087f2f7f8881ce5bca86af222c5f87ea9a3cf2b
[ "Apache-2.0" ]
597
2021-12-21T08:04:41.000Z
2022-03-31T15:43:33.000Z
src/icmp6.h
clarinette9/dperf
4087f2f7f8881ce5bca86af222c5f87ea9a3cf2b
[ "Apache-2.0" ]
39
2021-12-31T07:56:47.000Z
2022-03-31T11:37:46.000Z
src/icmp6.h
clarinette9/dperf
4087f2f7f8881ce5bca86af222c5f87ea9a3cf2b
[ "Apache-2.0" ]
84
2021-12-22T07:30:05.000Z
2022-03-31T11:32:24.000Z
/* * Copyright (c) 2021 Baidu.com, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
27.043478
75
0.717846
6d102eb4123495e3e3afb46f8ff55932b033e538
17,016
c
C
src/dictionary.c
eerpini/Retrieval-Tree
f270c54fbdc88c9c25515aed9a9e99a50d8a4450
[ "MIT" ]
2
2015-08-28T21:45:42.000Z
2015-12-26T04:25:54.000Z
src/dictionary.c
eerpini/Retrieval-Tree
f270c54fbdc88c9c25515aed9a9e99a50d8a4450
[ "MIT" ]
null
null
null
src/dictionary.c
eerpini/Retrieval-Tree
f270c54fbdc88c9c25515aed9a9e99a50d8a4450
[ "MIT" ]
null
null
null
#include <dictionary.h> #include <cmdutils.h> #include <strutils.h> dict * new_dictionary (){ return (dict *)trie_create(); } /* * Recursive call to insert a word */ bool _insert_word_recur(trienode * root, char *word, int wlen){ int i; /* * if no match is found return false * If exact match ...
31.924953
146
0.532323
921a74bee3dad2a9eec3024afc1cfd4dc5461e37
236
h
C
examples/jpeg/jpeg_debug.h
PPCDroid/external-liboil
30c33c74706cc8cebe4f74c552d75d632eef02be
[ "BSD-2-Clause-NetBSD", "BSD-2-Clause" ]
1
2018-04-28T07:47:28.000Z
2018-04-28T07:47:28.000Z
examples/jpeg/jpeg_debug.h
PPCDroid/external-liboil
30c33c74706cc8cebe4f74c552d75d632eef02be
[ "BSD-2-Clause-NetBSD", "BSD-2-Clause" ]
null
null
null
examples/jpeg/jpeg_debug.h
PPCDroid/external-liboil
30c33c74706cc8cebe4f74c552d75d632eef02be
[ "BSD-2-Clause-NetBSD", "BSD-2-Clause" ]
null
null
null
#ifndef _JPEG_DEBUG_H_ #define _JPEG_DEBUG_H_ #define JPEG_DEBUG(n, format...) do{ \ if((n)<=JPEG_DEBUG_LEVEL)jpeg_debug((n),format); \ }while(0) #define JPEG_DEBUG_LEVEL 4 void jpeg_debug(int n, const char *format, ... ); #endif
16.857143
51
0.711864
1aee6bfb3cafab2e7e1f56bddd263c32d9e05e5b
10,370
h
C
services/distributeddataservice/libs/distributeddb/syncer/src/single_ver_data_sync.h
openharmony-gitee-mirror/distributeddatamgr_datamgr
3f17e1a6a6e0f83f3a346e87073b39dd949b0c9e
[ "Apache-2.0" ]
null
null
null
services/distributeddataservice/libs/distributeddb/syncer/src/single_ver_data_sync.h
openharmony-gitee-mirror/distributeddatamgr_datamgr
3f17e1a6a6e0f83f3a346e87073b39dd949b0c9e
[ "Apache-2.0" ]
null
null
null
services/distributeddataservice/libs/distributeddb/syncer/src/single_ver_data_sync.h
openharmony-gitee-mirror/distributeddatamgr_datamgr
3f17e1a6a6e0f83f3a346e87073b39dd949b0c9e
[ "Apache-2.0" ]
1
2021-09-13T12:07:54.000Z
2021-09-13T12:07:54.000Z
/* * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
33.668831
116
0.758631
4d8e400e9576500d2c6399ecd09b1f4938bb6f35
1,075
h
C
Chapter21/StrProg/StrLib.h
UncleCShark/ProgrammingWindows5thEdWithCMake
0ace890f9d08079402d6d59bd648f7e98a21f925
[ "MIT" ]
null
null
null
Chapter21/StrProg/StrLib.h
UncleCShark/ProgrammingWindows5thEdWithCMake
0ace890f9d08079402d6d59bd648f7e98a21f925
[ "MIT" ]
null
null
null
Chapter21/StrProg/StrLib.h
UncleCShark/ProgrammingWindows5thEdWithCMake
0ace890f9d08079402d6d59bd648f7e98a21f925
[ "MIT" ]
null
null
null
/*---------------------- STRLIB.H header file ----------------------*/ #ifdef __cplusplus #define EXPORT extern "C" __declspec (dllexport) #else #define EXPORT __declspec (dllexport) #endif // The maximum number of strings STRLIB will store and their lengths #define MAX_STRINGS 256 #define MAX_LENGTH 64 ...
25.595238
73
0.734884
0630fb32b909893ab1c986bcedbdb0fdc7d1b314
825
c
C
src/dictset.c
xupingmao/minipy
5bce2f238925eb92fe9ff7d935f59ef68daa257a
[ "MIT" ]
52
2016-07-11T10:14:35.000Z
2021-12-09T09:10:43.000Z
src/dictset.c
xupingmao/minipy
5bce2f238925eb92fe9ff7d935f59ef68daa257a
[ "MIT" ]
13
2016-07-24T13:50:37.000Z
2019-03-02T06:56:18.000Z
src/dictset.c
xupingmao/minipy
5bce2f238925eb92fe9ff7d935f59ef68daa257a
[ "MIT" ]
9
2017-01-27T10:46:04.000Z
2021-12-09T09:10:46.000Z
/** * HashSet * @author xupingmao <578749341@qq.com> * @since 2021/09/30 20:45:28 * @modified 2021/09/30 22:24:31 */ #include "include/mp.h" /* TODO: set.contains */ MpObj dictset_builtin_add() { MpObj self = arg_take_dict_obj("set.add"); MpObj key = arg_take_obj("set.add"); obj_set(self, key, tm->_T...
25.78125
68
0.683636
9edac9ed655e246295ea41661fa8e797bcbdc249
261
h
C
src/platform/platform_dc.h
spencerelliott/dc-powervr-sandbox
f6c056876a1a643b5691ced4f9a5fb0a0cc69d3b
[ "MIT" ]
null
null
null
src/platform/platform_dc.h
spencerelliott/dc-powervr-sandbox
f6c056876a1a643b5691ced4f9a5fb0a0cc69d3b
[ "MIT" ]
null
null
null
src/platform/platform_dc.h
spencerelliott/dc-powervr-sandbox
f6c056876a1a643b5691ced4f9a5fb0a0cc69d3b
[ "MIT" ]
null
null
null
#ifndef __PLATFORM_PC_H__ #define __PLATFORM_PC_H__ #include "platform.h" class DreamcastPlatform : virtual public Platform { public: DreamcastPlatform(); void Init(void); bool ProcessFrame(); void Cleanup(void); }; #endif
18.642857
51
0.67433
36c17be9002f999accc25755616aa96d18164216
2,169
h
C
tools/gap8-openocd/src/flash/nor/cc3220sf.h
knmcguire/gap_sdk
7b0a09a353ab6f0550793d40bd46e98051f4a3d7
[ "Apache-2.0" ]
1
2020-01-29T15:39:31.000Z
2020-01-29T15:39:31.000Z
tools/gap8-openocd/src/flash/nor/cc3220sf.h
knmcguire/gap_sdk
7b0a09a353ab6f0550793d40bd46e98051f4a3d7
[ "Apache-2.0" ]
null
null
null
tools/gap8-openocd/src/flash/nor/cc3220sf.h
knmcguire/gap_sdk
7b0a09a353ab6f0550793d40bd46e98051f4a3d7
[ "Apache-2.0" ]
1
2021-11-11T02:12:25.000Z
2021-11-11T02:12:25.000Z
/*************************************************************************** * Copyright (C) 2017 by Texas Instruments, Inc. * * * * This program is free software; you can redistribute it and/or modify * * it unde...
47.152174
77
0.578608
36c5fb6fdfe774812237b6e090a1a10d73747646
5,323
h
C
src/core/LinearInterpolation.h
Exawind/NaluWindUtils
ae571b914bf27adaa7a569be5d590840d0f6cb48
[ "Apache-2.0" ]
2
2019-10-17T04:29:46.000Z
2020-03-24T20:08:55.000Z
src/core/LinearInterpolation.h
Exawind/NaluWindUtils
ae571b914bf27adaa7a569be5d590840d0f6cb48
[ "Apache-2.0" ]
5
2018-05-08T21:05:32.000Z
2020-07-07T16:29:38.000Z
src/core/LinearInterpolation.h
Exawind/NaluWindUtils
ae571b914bf27adaa7a569be5d590840d0f6cb48
[ "Apache-2.0" ]
5
2018-08-03T21:51:31.000Z
2020-11-17T17:35:32.000Z
// Copyright 2016 National Renewable Energy Laboratory // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by ...
27.020305
85
0.658088
9a5004f674c75303365feb25c90a4ee207f53696
234,415
c
C
net-next/drivers/net/ethernet/sun/niu.c
CavalryXD/APN6_Repo
7a6af135ad936d52599b3ce59cf4f377a97a51d4
[ "Apache-2.0" ]
2
2020-09-18T07:01:49.000Z
2022-01-27T08:59:04.000Z
net-next/drivers/net/ethernet/sun/niu.c
MaoJianwei/Mao_Linux_Network_Enhance
2ba9e6278e3f405dcb9fc807d9f9a8d4ff0356dd
[ "Apache-2.0" ]
null
null
null
net-next/drivers/net/ethernet/sun/niu.c
MaoJianwei/Mao_Linux_Network_Enhance
2ba9e6278e3f405dcb9fc807d9f9a8d4ff0356dd
[ "Apache-2.0" ]
4
2020-06-29T04:09:48.000Z
2022-01-27T08:59:01.000Z
// SPDX-License-Identifier: GPL-2.0 /* niu.c: Neptune ethernet driver. * * Copyright (C) 2007, 2008 David S. Miller (davem@davemloft.net) */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/module.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/pci.h> #include <linux/dma-mapping....
22.972854
96
0.677687
d63f35748c650fa59806d9fb81496e5f5805a8b0
346
h
C
WTCategories/Category/MJRefresh/MJRefreshGifHeader+AJRefreshHeader.h
WynterW/WTCategories
ae4c28ad7b1e0a9f4124f149eaa16ed56057570f
[ "Apache-2.0" ]
null
null
null
WTCategories/Category/MJRefresh/MJRefreshGifHeader+AJRefreshHeader.h
WynterW/WTCategories
ae4c28ad7b1e0a9f4124f149eaa16ed56057570f
[ "Apache-2.0" ]
null
null
null
WTCategories/Category/MJRefresh/MJRefreshGifHeader+AJRefreshHeader.h
WynterW/WTCategories
ae4c28ad7b1e0a9f4124f149eaa16ed56057570f
[ "Apache-2.0" ]
null
null
null
// // WTCategories // // Created by Wynter on 2018/9/7. // Copyright © 2018年 Wynter. All rights reserved. // #import "MJRefresh.h" @interface MJRefreshGifHeader (AJRefreshHeader) + (instancetype)ajHeaderWithRefreshingTarget:(id)target refreshingAction:(SEL)action; + (MJRefreshGifHeader*)prepareRefresh:(MJRefresh...
20.352941
85
0.757225
d0db7d5d213d1b765a9b06928553eee6cb1088df
8,809
c
C
kernels/linux-2.4.0/drivers/sound/midibuf.c
liuhaozzu/linux
bdf9758cd23e34b5f53e8e6339d9b29348615e14
[ "Apache-2.0" ]
4
2020-01-01T20:26:42.000Z
2021-10-17T21:51:58.000Z
kernels/linux-2.4.0/drivers/sound/midibuf.c
liuhaozzu/linux
bdf9758cd23e34b5f53e8e6339d9b29348615e14
[ "Apache-2.0" ]
4
2020-07-23T11:20:30.000Z
2020-07-24T20:09:09.000Z
linux/drivers/sound/midibuf.c
CodeAsm/PS1Linux
8c3c4d9ffccf446dd061a38186efc924da8a66be
[ "CC0-1.0" ]
null
null
null
/* * sound/midibuf.c * * Device file manager for /dev/midi# */ /* * Copyright (C) by Hannu Savolainen 1993-1997 * * OSS/Free for Linux is distributed under the GNU GENERAL PUBLIC LICENSE (GPL) * Version 2 (June 1991). See the "COPYING" file distributed with this software * for more info. */ /* * Thomas Saile...
20.066059
83
0.637189
aab6da37d3dbd1f3430dc0b3fd77eb66b362dc2c
2,349
h
C
usr/lib/libacmobileshim.dylib/ACMPrincipalPreferences.h
lechium/tvOS144Headers
e22dcf52662ae03002e3a6d57273f54e74013cb0
[ "MIT" ]
2
2021-04-15T10:50:21.000Z
2021-08-19T19:00:09.000Z
usr/lib/libacmobileshim.dylib/ACMPrincipalPreferences.h
lechium/tvOS144Headers
e22dcf52662ae03002e3a6d57273f54e74013cb0
[ "MIT" ]
null
null
null
usr/lib/libacmobileshim.dylib/ACMPrincipalPreferences.h
lechium/tvOS144Headers
e22dcf52662ae03002e3a6d57273f54e74013cb0
[ "MIT" ]
null
null
null
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:31:47 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /usr/lib/libacmobileshim.dylib ...
35.059701
139
0.716901
c57d0f1109ecafbb17948f4a8037c1b09b065b6f
17,304
h
C
be/src/udf/uda-test-harness-impl.h
suifengzhuliu/impala
611f4c6f3b18cfcddff3b2956cbb87c295a87655
[ "Apache-2.0" ]
1,523
2015-01-01T03:42:24.000Z
2022-02-06T22:24:04.000Z
be/src/udf/uda-test-harness-impl.h
xwzbupt/impala
97dda2b27da99367f4d07699aa046b16cda16dd4
[ "Apache-2.0" ]
10
2015-01-09T06:46:05.000Z
2022-03-29T21:57:57.000Z
be/src/udf/uda-test-harness-impl.h
xwzbupt/impala
97dda2b27da99367f4d07699aa046b16cda16dd4
[ "Apache-2.0" ]
647
2015-01-02T04:01:40.000Z
2022-03-30T15:57:35.000Z
// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may...
40.055556
91
0.702208
d6acc03c21d1374eb1ddc0b2fc057d1ce6a54dc6
1,935
h
C
lib/headers.h
vhn0912/curl
d79b1ead74377481de34ac543f2503b1b416e2f4
[ "curl" ]
null
null
null
lib/headers.h
vhn0912/curl
d79b1ead74377481de34ac543f2503b1b416e2f4
[ "curl" ]
null
null
null
lib/headers.h
vhn0912/curl
d79b1ead74377481de34ac543f2503b1b416e2f4
[ "curl" ]
null
null
null
#ifndef HEADER_CURL_HEADER_H #define HEADER_CURL_HEADER_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (...
35.833333
77
0.587597
6524bef97ed603edae08d9dd07489eaeedea284f
4,117
c
C
usr.bin/sortinfo/sortinfo.c
TheSledgeHammer/2.11BSD
fe61f0b9aaa273783cd027c7b5ec77e95ead2153
[ "BSD-3-Clause" ]
3
2021-05-04T17:09:06.000Z
2021-10-04T07:19:26.000Z
usr.bin/sortinfo/sortinfo.c
TheSledgeHammer/2.11BSD
fe61f0b9aaa273783cd027c7b5ec77e95ead2153
[ "BSD-3-Clause" ]
null
null
null
usr.bin/sortinfo/sortinfo.c
TheSledgeHammer/2.11BSD
fe61f0b9aaa273783cd027c7b5ec77e95ead2153
[ "BSD-3-Clause" ]
null
null
null
/* $NetBSD: sortinfo.c,v 1.6 2017/04/30 13:45:06 abhinav Exp $ */ /*- * Copyright (c) 2015 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Christos Zoulas. * * Redistribution and use in source and binary forms, with or without ...
24.801205
78
0.677435
65561ff95660a2b56890fb12e11f74f0b42fb5af
6,326
h
C
third_party/include/Awesomium/WebCore.h
Simmesimme/swift2d
147a862208dee56f972361b5325009e020124137
[ "MIT" ]
null
null
null
third_party/include/Awesomium/WebCore.h
Simmesimme/swift2d
147a862208dee56f972361b5325009e020124137
[ "MIT" ]
null
null
null
third_party/include/Awesomium/WebCore.h
Simmesimme/swift2d
147a862208dee56f972361b5325009e020124137
[ "MIT" ]
null
null
null
/// /// @file WebCore.h /// /// @brief The main header for the Awesomium C++ API. This header includes most /// of the common API functions you will need. /// /// @author /// /// This file is a part of Awesomium, a Web UI bridge for native apps. /// /// Website: <http://www.awesomium.com> /// /// Copyright (C) 2...
32.608247
80
0.650648
10e8e9e431f581196dee081876b86c1992682092
12,638
c
C
toys/lsb/mount.c
leonardo-dong/toybox
8b97a1fb86b06e329c77c64cdbef29d7738f5840
[ "0BSD" ]
null
null
null
toys/lsb/mount.c
leonardo-dong/toybox
8b97a1fb86b06e329c77c64cdbef29d7738f5840
[ "0BSD" ]
null
null
null
toys/lsb/mount.c
leonardo-dong/toybox
8b97a1fb86b06e329c77c64cdbef29d7738f5840
[ "0BSD" ]
null
null
null
/* mount.c - mount filesystems * * Copyright 2014 Rob Landley <rob@landley.net> * * See http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/mount.html * * Note: -hV is bad spec, haven't implemented -FsLU yet * no mtab (/proc/mounts does it) so -n is NOP. * TODO mount -o loop,autoclea...
31.051597
97
0.588226
e792beb9e19004988f5a526e9bd012304f012249
1,333
h
C
core/common/id.h
plonk/peercast-0.1218
30fc2401dc798336429a979fe7aaca8883e63ed9
[ "PSF-2.0", "Apache-2.0", "OpenSSL", "MIT" ]
28
2017-04-30T13:56:13.000Z
2022-03-20T06:54:37.000Z
core/common/id.h
plonk/peercast-0.1218
30fc2401dc798336429a979fe7aaca8883e63ed9
[ "PSF-2.0", "Apache-2.0", "OpenSSL", "MIT" ]
72
2017-04-25T03:42:58.000Z
2021-12-04T06:35:28.000Z
core/common/id.h
plonk/peercast-0.1218
30fc2401dc798336429a979fe7aaca8883e63ed9
[ "PSF-2.0", "Apache-2.0", "OpenSSL", "MIT" ]
12
2017-04-16T06:25:24.000Z
2021-07-07T13:28:27.000Z
#ifndef _ID_H #define _ID_H // --------------------------------------------------- class IDString { private: enum { LENGTH = 31 }; char data[LENGTH+1]; public: IDString(const char *id, int cnt) { if (cnt >= LENGTH) cnt=LENGTH; int i; for (i=0; i<cnt;...
14.648352
61
0.381095
a29f58472040e0e289bacbf9736d7a1d08bf11f6
3,494
c
C
lex/header.c
aslettemark/kencc-cross
37dc0933c2adfa414d9b1612c43fd7f4791327d0
[ "MIT" ]
20
2015-03-02T14:33:41.000Z
2022-03-20T03:29:21.000Z
lex/header.c
aslettemark/kencc-cross
37dc0933c2adfa414d9b1612c43fd7f4791327d0
[ "MIT" ]
1
2020-09-02T13:03:52.000Z
2020-09-02T13:03:52.000Z
lex/header.c
aslettemark/kencc-cross
37dc0933c2adfa414d9b1612c43fd7f4791327d0
[ "MIT" ]
4
2020-08-28T10:21:35.000Z
2021-09-23T20:42:24.000Z
# include "ldefs.h" extern int nine; void phead1(void) { Bprint(&fout,"typedef unsigned char Uchar;\n"); if (nine) { Bprint(&fout,"# include <u.h>\n"); Bprint(&fout,"# include <libc.h>\n"); } else { Bprint(&fout,"# include <lib9.h>\n"); } Bprint(&fout,"# include <bio.h>\n"); Bprint(&fout,...
29.116667
88
0.571551
315fec850a2629c3fd86c683bb718ac8565d5539
272
h
C
HNReader iOS/HNLoadMoreTableViewCell.h
andyshep/HNReader
0477abc9dce39b83310d06a442b66bcbfefc8d1d
[ "MIT" ]
2
2015-12-01T03:27:07.000Z
2019-03-17T08:23:56.000Z
HNReader iOS/HNLoadMoreTableViewCell.h
alex-ross/HNReader
0477abc9dce39b83310d06a442b66bcbfefc8d1d
[ "MIT" ]
null
null
null
HNReader iOS/HNLoadMoreTableViewCell.h
alex-ross/HNReader
0477abc9dce39b83310d06a442b66bcbfefc8d1d
[ "MIT" ]
2
2015-11-07T09:13:35.000Z
2018-04-07T23:29:47.000Z
// // HNLoadMoreTableViewCell.h // HNReader // // Created by Andrew Shepard on 10/4/11. // Copyright 2011 Andrew Shepard. All rights reserved. // @interface HNLoadMoreTableViewCell : UITableViewCell @property (nonatomic, weak) IBOutlet UILabel *loadMoreLabel; @end
19.428571
60
0.746324
c8e91918a131c846e90d628ba8e152007a799c03
1,929
c
C
src/runtime/cgo/linux_syscall.c
3noch/go
c45d78013f92a29285cd81488eb7a16819f01e18
[ "BSD-3-Clause" ]
3
2018-10-23T09:42:32.000Z
2021-04-13T08:34:49.000Z
src/runtime/cgo/linux_syscall.c
3noch/go
c45d78013f92a29285cd81488eb7a16819f01e18
[ "BSD-3-Clause" ]
5
2020-11-06T22:12:06.000Z
2022-01-12T14:36:07.000Z
src/runtime/cgo/linux_syscall.c
3noch/go
c45d78013f92a29285cd81488eb7a16819f01e18
[ "BSD-3-Clause" ]
3
2021-12-29T12:13:05.000Z
2022-01-11T22:22:06.000Z
// Copyright 2019 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build linux #ifndef _GNU_SOURCE // setres[ug]id() API. #define _GNU_SOURCE #endif #include <grp.h> #include <sys/types.h> #include <sys/unistd.h> #include...
22.430233
72
0.672369
bd4cd539fcf677dc48b795898dd0b5340b17ab0a
2,466
h
C
src/cborDecoder.h
TU-Darmstadt-APQ/Library-Arduino-Cbor
548feacf0ff2fb0f6d43efd4d8b9ee8f8bd1ac27
[ "Apache-2.0" ]
null
null
null
src/cborDecoder.h
TU-Darmstadt-APQ/Library-Arduino-Cbor
548feacf0ff2fb0f6d43efd4d8b9ee8f8bd1ac27
[ "Apache-2.0" ]
4
2018-11-16T21:04:45.000Z
2018-11-16T21:09:43.000Z
src/cborDecoder.h
TU-Darmstadt-APQ/Library-Arduino-Cbor
548feacf0ff2fb0f6d43efd4d8b9ee8f8bd1ac27
[ "Apache-2.0" ]
2
2018-11-16T17:44:39.000Z
2019-04-16T18:32:20.000Z
/* Copyright 2014-2015 Stanislav Ovsyannikov Copyright 2018 Patrick Baus Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by...
27.4
83
0.70884
bd58f7a5838b5515da4871708542aa685ae0fb9d
202
h
C
include/data.h
infoforcefeed/OlegDB
4291acb715b9f9eb41d0dcf5bf2e19b8ea882e62
[ "MIT" ]
103
2015-01-19T03:25:00.000Z
2022-02-19T02:16:24.000Z
include/data.h
infoforcefeed/OlegDB
4291acb715b9f9eb41d0dcf5bf2e19b8ea882e62
[ "MIT" ]
45
2015-01-12T01:38:55.000Z
2020-04-24T07:59:13.000Z
include/data.h
infoforcefeed/OlegDB
4291acb715b9f9eb41d0dcf5bf2e19b8ea882e62
[ "MIT" ]
17
2015-01-16T18:55:20.000Z
2021-04-21T09:02:05.000Z
#pragma once #include <stdlib.h> /* Datatype used in the aol for storing string data. */ typedef struct ol_string { char *data; size_t dlen; } ol_string; void ol_string_free(ol_string** str);
18.363636
55
0.707921
aebc372d2c91e26cfca2922f4466be3a5e4d4d7c
2,593
h
C
src/include/daos/drpc.h
Nasf-Fan/daos
cdc0786aefadebdd31a5b650d858f0a0391ca263
[ "Apache-2.0" ]
null
null
null
src/include/daos/drpc.h
Nasf-Fan/daos
cdc0786aefadebdd31a5b650d858f0a0391ca263
[ "Apache-2.0" ]
null
null
null
src/include/daos/drpc.h
Nasf-Fan/daos
cdc0786aefadebdd31a5b650d858f0a0391ca263
[ "Apache-2.0" ]
null
null
null
/* * (C) Copyright 2018-2019 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/licenses/LICENSE-2.0 * * Unless required by applicable la...
34.118421
80
0.748168
834b2db6c45b5401dcaaccba298b8f5f47b86ec4
4,932
h
C
PortableGraphicsToolkit/src/pgt/utils/containers/DArray.h
chris-b-h/PortableGraphicsToolkit
85862a6c5444cf9689821ff23952b56a01ff5835
[ "Zlib" ]
3
2017-07-12T20:18:51.000Z
2017-07-20T15:02:58.000Z
PortableGraphicsToolkit/src/pgt/utils/containers/DArray.h
chris-b-h/PortableGraphicsToolkit
85862a6c5444cf9689821ff23952b56a01ff5835
[ "Zlib" ]
null
null
null
PortableGraphicsToolkit/src/pgt/utils/containers/DArray.h
chris-b-h/PortableGraphicsToolkit
85862a6c5444cf9689821ff23952b56a01ff5835
[ "Zlib" ]
1
2019-04-03T01:19:42.000Z
2019-04-03T01:19:42.000Z
#pragma once #include <pgt/io/logger/logger.h> namespace pgt { // A dynamically resizing Array of a templated type. // It does NOT support const types. // It does NOT have ACCESS_VIOLATION protection on pop operations for // performance reason. Use with caution (as always :)) The number of elements it // grows once the...
29.183432
80
0.486415
264fe5a5cd4bd74eabdb44f10d88bb57033b2878
528
h
C
ucore_OS/kern/sync/sync_base.h
zrafa/MIPS32-Release-1-CPU-System-Emulator
2daa49e3f24711bda74f2b8693c7dc1573e2cd2b
[ "MIT" ]
null
null
null
ucore_OS/kern/sync/sync_base.h
zrafa/MIPS32-Release-1-CPU-System-Emulator
2daa49e3f24711bda74f2b8693c7dc1573e2cd2b
[ "MIT" ]
null
null
null
ucore_OS/kern/sync/sync_base.h
zrafa/MIPS32-Release-1-CPU-System-Emulator
2daa49e3f24711bda74f2b8693c7dc1573e2cd2b
[ "MIT" ]
null
null
null
#ifndef __KERN_SYNC_SYNC_BASE_H__ #define __KERN_SYNC_SYNC_BASE_H__ #include <defs.h> #include <mips32s.h> #include <intr.h> static inline bool __intr_save(void) { if (mfc0(CP0_Status) & 0x00000001) { intr_disable(); return 1; } return 0; } static inline void __intr_restore(bool flag) { ...
18.206897
67
0.664773
ebf4f09718f373790931b118e003375b62296553
8,694
h
C
base_c/include/embb/base/c/atomic.h
bufferoverflow/embb
1ff7f601d8e903355e83d766029a3e6164f31750
[ "BSD-2-Clause" ]
1
2020-08-17T11:06:50.000Z
2020-08-17T11:06:50.000Z
base_c/include/embb/base/c/atomic.h
bufferoverflow/embb
1ff7f601d8e903355e83d766029a3e6164f31750
[ "BSD-2-Clause" ]
null
null
null
base_c/include/embb/base/c/atomic.h
bufferoverflow/embb
1ff7f601d8e903355e83d766029a3e6164f31750
[ "BSD-2-Clause" ]
null
null
null
/* * Copyright (c) 2014, Siemens AG. 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 list of conditions an...
32.2
80
0.710605
03cbbc4d02e9513d5876837a255a14c44dce6cb7
6,074
h
C
src/mineserver/world.h
Mineserver/mineserver2
c9778daa0cbe72993f54c27e264664c489df2414
[ "BSD-3-Clause" ]
10
2015-03-25T18:13:04.000Z
2021-07-01T03:30:51.000Z
src/mineserver/world.h
Mineserver/mineserver2
c9778daa0cbe72993f54c27e264664c489df2414
[ "BSD-3-Clause" ]
1
2020-01-20T16:22:35.000Z
2020-01-20T17:52:11.000Z
src/mineserver/world.h
Mineserver/mineserver2
c9778daa0cbe72993f54c27e264664c489df2414
[ "BSD-3-Clause" ]
1
2016-08-02T00:57:26.000Z
2016-08-02T00:57:26.000Z
/* Copyright (c) 2011, The Mineserver Project All rights reserved. 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 condition...
31.148718
105
0.687521
c179bfd125b02582f0169df99aab1464df77c1f9
44,195
c
C
src/observe_core.c
dextero/Anjay
968bec079207315bba27bc59bd59f6d17a65d80d
[ "Apache-2.0" ]
null
null
null
src/observe_core.c
dextero/Anjay
968bec079207315bba27bc59bd59f6d17a65d80d
[ "Apache-2.0" ]
null
null
null
src/observe_core.c
dextero/Anjay
968bec079207315bba27bc59bd59f6d17a65d80d
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2017 AVSystem <avsystem@avsystem.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
37.903087
80
0.621609
1eb399cc2507a3c07c8aab1ba1fecf2eae9ff9da
679
h
C
AdvertDemo/include/Advert/NSString+MD5.h
TangYangCoder/AdvertTask
33bb998a496fa93af1af5b4619ca4f9a534cf2df
[ "Apache-2.0" ]
1
2017-03-13T07:01:50.000Z
2017-03-13T07:01:50.000Z
AdvertDemo/include/Advert/NSString+MD5.h
TangYangCoder/AdvertTask
33bb998a496fa93af1af5b4619ca4f9a534cf2df
[ "Apache-2.0" ]
null
null
null
AdvertDemo/include/Advert/NSString+MD5.h
TangYangCoder/AdvertTask
33bb998a496fa93af1af5b4619ca4f9a534cf2df
[ "Apache-2.0" ]
null
null
null
/*--------------------------------------------------------------------------- Copyright © TangYang. 2017. All rights reserved. File name: NSString+MD5 Author: TangYang ID: Version: General Framework Description: 用于本地缓存数据URL绝对路径 MD5解密 Note:仅限用于图片,视屏缓存 History: 2017 - Later ------------------------------------...
33.95
79
0.594993
9b37e5329999df1fadad24215f9f5aed3149a3e9
2,257
h
C
channel.h
napsy/cbot
51749c3011a270951beda1fb6b5fb49e9b336504
[ "BSD-3-Clause" ]
1
2016-08-09T21:32:24.000Z
2016-08-09T21:32:24.000Z
channel.h
napsy/cbot
51749c3011a270951beda1fb6b5fb49e9b336504
[ "BSD-3-Clause" ]
null
null
null
channel.h
napsy/cbot
51749c3011a270951beda1fb6b5fb49e9b336504
[ "BSD-3-Clause" ]
null
null
null
/* Copyright (c) 2009, Luka Napotnik <luka.napotnik@gmx.com> All rights reserved. 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 o...
38.254237
79
0.76739
15a0d88ad2b57e7305dac2906f293ab484718a03
212
h
C
delegate/IComparable.h
vu-bui/cplusplus-delegate
d33efec0bdd29a7dc43d1442cc3d744af0f563d1
[ "BSD-3-Clause" ]
null
null
null
delegate/IComparable.h
vu-bui/cplusplus-delegate
d33efec0bdd29a7dc43d1442cc3d744af0f563d1
[ "BSD-3-Clause" ]
null
null
null
delegate/IComparable.h
vu-bui/cplusplus-delegate
d33efec0bdd29a7dc43d1442cc3d744af0f563d1
[ "BSD-3-Clause" ]
null
null
null
#ifndef DELEGATE_ICOMPARABLE_H #define DELEGATE_ICOMPARABLE_H namespace delegate { template<typename T> struct IComparable { virtual ~IComparable() {} virtual bool operator==(const T&) const = 0; }; } #endif
16.307692
45
0.759434
1894012eebcfa4a8ab6e6025f55d5fdec4e19931
224
h
C
Sources/MSWebActivityChrome.h
MaxseyLau/MSWebViewController
4f78c1e0202c6e4f29da0632c15169d49576778e
[ "Apache-2.0" ]
79
2017-05-09T12:25:45.000Z
2018-02-19T08:13:14.000Z
Sources/MSWebActivityChrome.h
MaxseyLau/MSWebViewController
4f78c1e0202c6e4f29da0632c15169d49576778e
[ "Apache-2.0" ]
null
null
null
Sources/MSWebActivityChrome.h
MaxseyLau/MSWebViewController
4f78c1e0202c6e4f29da0632c15169d49576778e
[ "Apache-2.0" ]
2
2017-05-20T04:55:55.000Z
2017-06-09T02:28:55.000Z
// // MSWebActivityChrome.h // MSWebController // // Created by Maxwell on 2017/5/9. // Copyright © 2017年 Maxwell. All rights reserved. // #import "MSWebActivity.h" @interface MSWebActivityChrome : MSWebActivity @end
16
51
0.71875
633b18435608da6e76c27450710ab7a3c50defdf
850
h
C
src/Win/DlgRegNum.h
dconnet/AgilityBook
4804c79079d6109294a6d377fb6ebda70bcb30a1
[ "MIT" ]
1
2020-11-23T20:33:41.000Z
2020-11-23T20:33:41.000Z
src/Win/DlgRegNum.h
dconnet/AgilityBook
4804c79079d6109294a6d377fb6ebda70bcb30a1
[ "MIT" ]
null
null
null
src/Win/DlgRegNum.h
dconnet/AgilityBook
4804c79079d6109294a6d377fb6ebda70bcb30a1
[ "MIT" ]
3
2020-05-04T19:42:26.000Z
2022-03-08T09:36:54.000Z
#pragma once /* * Copyright (c) David Connet. All Rights Reserved. * * License: See License.txt */ /** * @file * @brief interface of the CDlgRegNum class * @author David Connet * * Revision History * 2009-02-11 Ported to wxWidgets. * 2006-02-16 Cleaned up memory usage with smart pointers. * 2004-06-29 Add...
18.085106
58
0.737647
0ab8ba9579f1e55c300e0abed4f075bbdbe6cd0e
4,561
h
C
deps/uv/src/unix/internal.h
bpasero/node
105d1787dc05e7f8785db1be7c84350bfde0bb98
[ "MIT" ]
2
2019-03-03T22:05:27.000Z
2020-07-18T10:13:16.000Z
deps/uv/src/unix/internal.h
bpasero/node
105d1787dc05e7f8785db1be7c84350bfde0bb98
[ "MIT" ]
null
null
null
deps/uv/src/unix/internal.h
bpasero/node
105d1787dc05e7f8785db1be7c84350bfde0bb98
[ "MIT" ]
null
null
null
/* Copyright Joyent, Inc. and other Node contributors. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to * deal in the Software without restriction, including without limitation the * righ...
34.55303
91
0.721991
5bb372ee07d4d58e562eae7e125d59bc792ddc20
1,752
h
C
VTK/ThirdParty/vtkm/vtk-m/vtkm/worklet/colorconversion/Portals.h
brown-ccv/paraview-scalable
64b221a540737d2ac94a120039bd8d1e661bdc8f
[ "Apache-2.0", "BSD-3-Clause" ]
1
2021-10-03T16:47:04.000Z
2021-10-03T16:47:04.000Z
VTK/ThirdParty/vtkm/vtk-m/vtkm/worklet/colorconversion/Portals.h
brown-ccv/paraview-scalable
64b221a540737d2ac94a120039bd8d1e661bdc8f
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
VTK/ThirdParty/vtkm/vtk-m/vtkm/worklet/colorconversion/Portals.h
brown-ccv/paraview-scalable
64b221a540737d2ac94a120039bd8d1e661bdc8f
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
//============================================================================= // // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. // // This software is distributed WITHOUT ANY WARRANTY; without even // the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR // ...
25.391304
86
0.656393
a5b59ce6375dadb601b50d8709fbb2e1009b88d8
13,395
c
C
lib/secure-streams/system/auth-sigv4/sign.c
suirless/libwebsockets
763d5adc6e5a366f5ac6fde57c44c3f0130f239c
[ "MIT" ]
null
null
null
lib/secure-streams/system/auth-sigv4/sign.c
suirless/libwebsockets
763d5adc6e5a366f5ac6fde57c44c3f0130f239c
[ "MIT" ]
null
null
null
lib/secure-streams/system/auth-sigv4/sign.c
suirless/libwebsockets
763d5adc6e5a366f5ac6fde57c44c3f0130f239c
[ "MIT" ]
1
2020-08-10T22:17:23.000Z
2020-08-10T22:17:23.000Z
/* * Sigv4 support for Secure Streams * * libwebsockets - small server side websockets and web server implementation * * Copyright (C) 2020 Andy Green <andy@warmcat.com> * securestreams-dev@amazon.com * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this ...
24.443431
103
0.640538
8b45b4ae33b71aa406798684544588548c8d3cd6
266
c
C
test/test_lstm_get_tfunc_id.c
jamesljlster/lstm
9fe427551fae4fae6542196405f6c797a6ce31aa
[ "MIT" ]
null
null
null
test/test_lstm_get_tfunc_id.c
jamesljlster/lstm
9fe427551fae4fae6542196405f6c797a6ce31aa
[ "MIT" ]
null
null
null
test/test_lstm_get_tfunc_id.c
jamesljlster/lstm
9fe427551fae4fae6542196405f6c797a6ce31aa
[ "MIT" ]
null
null
null
#include <stdio.h> #include "lstm.h" #include "lstm_builtin_math.h" int main() { int i; const char* tmp; for(i = 0; i < LSTM_TFUNC_AMOUNT; i++) { tmp = lstm_transfer_func_name[i]; printf("%s: %d\n", tmp, lstm_get_transfer_func_id(tmp)); } return 0; }
13.3
58
0.642857
53ce82547b864b2e349d223ba46453da6d9ef78c
542
h
C
examples/linking/dll_uses_dll/dll1.h
swils/verifast
b0bdb6b5bb49cb6a6ae5457e703ee3eea9f3463e
[ "MIT" ]
272
2016-01-28T16:01:28.000Z
2022-03-10T11:53:19.000Z
examples/linking/dll_uses_dll/dll1.h
swils/verifast
b0bdb6b5bb49cb6a6ae5457e703ee3eea9f3463e
[ "MIT" ]
207
2016-01-28T16:03:17.000Z
2022-03-11T14:38:58.000Z
examples/linking/dll_uses_dll/dll1.h
DriesVuylsteke/verifast
79e814ad7236a7aa99424a03799d27b73b71c4ce
[ "MIT" ]
59
2016-04-03T17:52:17.000Z
2022-01-28T11:35:57.000Z
#ifndef DLL1_H #define DLL1_H #include "dll2.h" struct struct_dll1; //@ predicate predicate_dll1(struct struct_dll1* s); struct struct_dll1* get_struct_dll1(); //@ requires true; //@ ensures predicate_dll1(result); void free_struct_dll1(struct struct_dll1 *s); //@ requires predicate_dll1(s); //@ ensures tr...
20.074074
52
0.728782
3ecaf5db5d45112196f2117e567b8b0a33918dc8
1,865
c
C
Queue/Queue.c
blentle/DataStructure
df43eeebb14e88997bbc848f9e754b50d3d9e113
[ "MIT" ]
5
2021-04-09T16:05:16.000Z
2022-02-11T06:55:45.000Z
Queue/Queue.c
blentle/DataStructure
df43eeebb14e88997bbc848f9e754b50d3d9e113
[ "MIT" ]
1
2022-01-28T08:56:54.000Z
2022-01-28T08:56:54.000Z
Queue/Queue.c
blentle/DataStructure
df43eeebb14e88997bbc848f9e754b50d3d9e113
[ "MIT" ]
5
2021-04-09T16:05:47.000Z
2022-03-26T09:58:46.000Z
/** * File Name: Queue.c * Author: tyrantlucifer * E-mail: tyrantlucifer@gmail.com * Blog: https://tyrantlucifer.com */ #include <stdio.h> #include <stdlib.h> /** * define the node of queue */ typedef struct Node { int data; struct Node* next; struct Node* pre; } Node; /** * init queue * @return ...
17.761905
45
0.534048
0edf09b936c09d439bbc14cbdfa65debdca3d98c
1,032
h
C
cds/os/timer.h
simple555a/libcds
d05a0909402369d4a79eb82aed1742a7b227548b
[ "BSD-2-Clause" ]
null
null
null
cds/os/timer.h
simple555a/libcds
d05a0909402369d4a79eb82aed1742a7b227548b
[ "BSD-2-Clause" ]
null
null
null
cds/os/timer.h
simple555a/libcds
d05a0909402369d4a79eb82aed1742a7b227548b
[ "BSD-2-Clause" ]
1
2020-02-01T15:18:59.000Z
2020-02-01T15:18:59.000Z
//$$CDS-header$$ #ifndef CDSLIB_OS_TIMER_H #define CDSLIB_OS_TIMER_H #include <cds/details/defs.h> #if CDS_OS_TYPE == CDS_OS_WIN32 || CDS_OS_TYPE == CDS_OS_WIN64 || CDS_OS_TYPE == CDS_OS_MINGW # include <cds/os/win/timer.h> #elif CDS_OS_TYPE == CDS_OS_LINUX # include <cds/os/linux/timer.h> #elif CDS_OS_TYPE ==...
32.25
93
0.622093
856be1e51fdeba110b0310254e097affe1ab86b7
1,682
h
C
src/Qt/TreeItem.h
DrScKAWAMOTO/FullereneViewer
8ddbbf337610e85825735481ee7dd549357f4f02
[ "Apache-2.0" ]
null
null
null
src/Qt/TreeItem.h
DrScKAWAMOTO/FullereneViewer
8ddbbf337610e85825735481ee7dd549357f4f02
[ "Apache-2.0" ]
10
2015-01-01T02:56:26.000Z
2015-09-18T19:10:55.000Z
src/Qt/TreeItem.h
DrScKAWAMOTO/FullereneViewer
8ddbbf337610e85825735481ee7dd549357f4f02
[ "Apache-2.0" ]
1
2018-11-20T06:00:21.000Z
2018-11-20T06:00:21.000Z
/* * Project: FullereneViewer * Version: 1.0 * Copyright: (C) 2011-15 Dr.Sc.KAWAMOTO,Takuji (Ext) */ #ifndef __TREEITEM_H__ #define __TREEITEM_H__ #include <QVariant> class TreeItem { // friend classes & functions // members private: int p_row; const TreeItem* p_parent; int p_number_of_children; con...
23.690141
86
0.720571
8b6040d82cc300ef8fde44b1cbf5ae20bb82d369
17,640
c
C
components/connectivity/qcloud-iot-hub-sdk/3rdparty/samples/mqtt/multi_thread_mqtt_sample.c
QingChuanWS/tencentos-tiny-with-tflitemicro-and-iot
e036d344b4729e70877f55026bb11841991f6650
[ "Apache-2.0" ]
4
2021-02-01T07:14:21.000Z
2021-04-08T08:24:25.000Z
components/connectivity/qcloud-iot-hub-sdk/3rdparty/samples/mqtt/multi_thread_mqtt_sample.c
QingChuanWS/tencentos-tiny-with-tflitemicro-and-iot
e036d344b4729e70877f55026bb11841991f6650
[ "Apache-2.0" ]
null
null
null
components/connectivity/qcloud-iot-hub-sdk/3rdparty/samples/mqtt/multi_thread_mqtt_sample.c
QingChuanWS/tencentos-tiny-with-tflitemicro-and-iot
e036d344b4729e70877f55026bb11841991f6650
[ "Apache-2.0" ]
3
2021-01-10T09:56:57.000Z
2022-02-08T19:56:50.000Z
/* * Tencent is pleased to support the open source community by making IoT Hub available. * Copyright (C) 2018-2020 THL A29 Limited, a Tencent company. All rights reserved. * Licensed under the MIT License (the "License"); you may not use this file except in * compliance with the License. You may obtain a cop...
36.07362
121
0.609184
e999c9dc4092288bc5328316c76969842bf69f8d
4,316
c
C
src/_ecdsa.c
shikuk/fastecdsa
dc9e8b083009a48d5c9ff02702c18aab35069cd9
[ "Unlicense" ]
null
null
null
src/_ecdsa.c
shikuk/fastecdsa
dc9e8b083009a48d5c9ff02702c18aab35069cd9
[ "Unlicense" ]
null
null
null
src/_ecdsa.c
shikuk/fastecdsa
dc9e8b083009a48d5c9ff02702c18aab35069cd9
[ "Unlicense" ]
null
null
null
#include "_ecdsa.h" #include <string.h> #include <stdio.h> void signZZ_p(Sig * sig, char * msg, mpz_t d, mpz_t k, const CurveZZ_p * curve) { mpz_t e, kinv; int orderBits, digestBits; // R = k * G, r = R[x] PointZZ_p R; pointZZ_pMul(&R, curve->g, k, curve); mpz_init_set(sig->r, R.x); mpz_mod(s...
27.144654
99
0.556302
8f414786ea9aa5bc104c340e4b6523bc405f64d7
29,250
h
C
platform/example/include/pdclib/_PDCLIB_config.h
dracc/nxdk-pdclib
d326c64808fb9027738f6430481ffefb59e09456
[ "CC0-1.0" ]
13
2019-04-10T05:11:03.000Z
2021-04-14T06:41:04.000Z
platform/example/include/pdclib/_PDCLIB_config.h
dracc/nxdk-pdclib
d326c64808fb9027738f6430481ffefb59e09456
[ "CC0-1.0" ]
36
2019-04-05T12:57:50.000Z
2022-02-14T22:54:18.000Z
platform/example/include/pdclib/_PDCLIB_config.h
dracc/nxdk-pdclib
d326c64808fb9027738f6430481ffefb59e09456
[ "CC0-1.0" ]
9
2019-03-28T16:04:49.000Z
2021-10-03T05:12:20.000Z
/* Internal PDCLib configuration <_PDCLIB_config.h> (Generic Template) This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. */ #ifndef _PDCLIB_CONFIG_H #define _PDCLIB_CONFIG_H _PDCLIB_CONFIG_H /* ------------------------------------...
45.918367
121
0.594632
755d4dd4fc5a5ecd2f7e7e3a8a033511662e4181
620
h
C
Frameworks/LinkGameOpenSDK.framework/Headers/LinkGameOpenSDK.h
Link-Game/example-ios
d8094a482d0abce29464dd10e2c42c10f3e30928
[ "Apache-2.0" ]
null
null
null
Frameworks/LinkGameOpenSDK.framework/Headers/LinkGameOpenSDK.h
Link-Game/example-ios
d8094a482d0abce29464dd10e2c42c10f3e30928
[ "Apache-2.0" ]
null
null
null
Frameworks/LinkGameOpenSDK.framework/Headers/LinkGameOpenSDK.h
Link-Game/example-ios
d8094a482d0abce29464dd10e2c42c10f3e30928
[ "Apache-2.0" ]
null
null
null
// // LinkGameOpenSDK.h // LinkGameOpenSDK // // Created by 刘万林 on 2018/8/9. // Copyright © 2018年 ChaungMiKeJi. All rights reserved. // #import <UIKit/UIKit.h> //! Project version number for LinkGameOpenSDK. FOUNDATION_EXPORT double LinkGameOpenSDKVersionNumber; //! Project version string for LinkGameOpenSDK. FO...
28.181818
140
0.787097
55dd59093be8cdf921385026fcf7e5d106f83e84
2,334
h
C
src/parser/SparqlParser.h
niklas88/QLever
f2ece56a1503f59c9f52ba795f7d3e9150367cb1
[ "Apache-2.0" ]
null
null
null
src/parser/SparqlParser.h
niklas88/QLever
f2ece56a1503f59c9f52ba795f7d3e9150367cb1
[ "Apache-2.0" ]
null
null
null
src/parser/SparqlParser.h
niklas88/QLever
f2ece56a1503f59c9f52ba795f7d3e9150367cb1
[ "Apache-2.0" ]
1
2018-10-05T11:54:34.000Z
2018-10-05T11:54:34.000Z
// Copyright 2014, University of Freiburg, // Chair of Algorithms and Data Structures. // Author: Björn Buchhold (buchhold@informatik.uni-freiburg.de) #pragma once #include <string> #include "ParsedQuery.h" #include "SparqlLexer.h" using std::string; // A simple parser of SPARQL. // No supposed to feature the comple...
37.645161
80
0.715938
1d108f5c28cdbb5c97b534e75b89d24e7f64f912
342
h
C
DrawPane/View/ColorView.h
xiaojiezi/DrawPane
04fa06332835c677aa1f1d829fe01eabd67c633d
[ "Apache-2.0" ]
null
null
null
DrawPane/View/ColorView.h
xiaojiezi/DrawPane
04fa06332835c677aa1f1d829fe01eabd67c633d
[ "Apache-2.0" ]
null
null
null
DrawPane/View/ColorView.h
xiaojiezi/DrawPane
04fa06332835c677aa1f1d829fe01eabd67c633d
[ "Apache-2.0" ]
null
null
null
// // ColorView.h // DrawPane // // Created by yangjie on 14-4-27. // Copyright (c) 2014年 YJ. All rights reserved. // #import <UIKit/UIKit.h> @protocol ColorViewDelegate <NSObject> - (void)colorViewSelectedColor:(UIColor *)color; @end @interface ColorView : UIView @property (weak, nonatomic) id <ColorViewDele...
15.545455
60
0.704678
076a1816781cbdd0d4f80c4e5f2f8ee9e1254bf5
1,880
h
C
fennel/tuple/TupleProjectionAccessor.h
alexavila150/luciddb
e3125564eb18238677e6efb384b630cab17bb472
[ "Apache-2.0" ]
14
2015-07-21T06:31:22.000Z
2020-05-13T14:18:33.000Z
fennel/tuple/TupleProjectionAccessor.h
alexavila150/luciddb
e3125564eb18238677e6efb384b630cab17bb472
[ "Apache-2.0" ]
1
2020-05-04T23:08:51.000Z
2020-05-04T23:08:51.000Z
fennel/tuple/TupleProjectionAccessor.h
alexavila150/luciddb
e3125564eb18238677e6efb384b630cab17bb472
[ "Apache-2.0" ]
22
2015-01-03T14:27:36.000Z
2021-09-14T02:09:13.000Z
/* // Licensed to DynamoBI Corporation (DynamoBI) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. DynamoBI licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may ...
27.647059
72
0.754787
371bb18f88ba30f24a825b6f1efed369d1f2e2b1
532
h
C
src/n4502.h
merlinblack/manualbind
7609fc504f468285412a45f53c5a3adca62cd883
[ "MIT" ]
5
2018-07-06T04:55:10.000Z
2021-11-07T02:59:55.000Z
src/n4502.h
merlinblack/manualbind
7609fc504f468285412a45f53c5a3adca62cd883
[ "MIT" ]
null
null
null
src/n4502.h
merlinblack/manualbind
7609fc504f468285412a45f53c5a3adca62cd883
[ "MIT" ]
null
null
null
#ifndef n4502_H #define n4502_H // See http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4502.pdf. template <typename...> using void_t = void; // Primary template handles all types not supporting the operation. template <typename, template <typename> class, typename = void_t<> > struct detect : std::false_type...
31.294118
75
0.740602
354c364962cee52a166b664418cefd424ce89bc6
177
h
C
CharacterLocationSeekerDemo/CharacterLocationSeekerDemo/ViewController.h
hjw6160602/CharacterLocationSeeker
42bcdab817e5a8d191ac43710c74522ca0e2244c
[ "MIT" ]
null
null
null
CharacterLocationSeekerDemo/CharacterLocationSeekerDemo/ViewController.h
hjw6160602/CharacterLocationSeeker
42bcdab817e5a8d191ac43710c74522ca0e2244c
[ "MIT" ]
null
null
null
CharacterLocationSeekerDemo/CharacterLocationSeekerDemo/ViewController.h
hjw6160602/CharacterLocationSeeker
42bcdab817e5a8d191ac43710c74522ca0e2244c
[ "MIT" ]
null
null
null
// // ViewController.h // CharacterLocationSeekerDemo // // Created by 贺嘉炜 on 2017/7/25. // // #import <UIKit/UIKit.h> @interface ViewController : UIViewController @end
11.0625
44
0.689266
3566c796c190db579ad8f3d9ae0f34c22ff30e3c
998
h
C
src/chrono_ogre/Graphics/ChOgreMeshBase.h
felixvd/chrono
4c437fc1fc8964310d53206dda45e8ba9c734fa2
[ "BSD-3-Clause" ]
1
2015-03-19T16:48:13.000Z
2015-03-19T16:48:13.000Z
src/chrono_ogre/Graphics/ChOgreMeshBase.h
felixvd/chrono
4c437fc1fc8964310d53206dda45e8ba9c734fa2
[ "BSD-3-Clause" ]
null
null
null
src/chrono_ogre/Graphics/ChOgreMeshBase.h
felixvd/chrono
4c437fc1fc8964310d53206dda45e8ba9c734fa2
[ "BSD-3-Clause" ]
1
2018-10-25T07:05:40.000Z
2018-10-25T07:05:40.000Z
#pragma once #include "chrono_ogre/ChOgreApi.h" #include <Ogre.h> namespace ChOgre { class CHOGRE_DLL_TAG ChOgreMeshBase { public: ChOgreMeshBase(); ChOgreMeshBase(Ogre::SceneManager* SceneManager); ChOgreMeshBase(Ogre::SceneManager* SceneManager, const std::string& MeshPath); ChOgreMeshBase(const ...
31.1875
97
0.733467
a6c9459c23a6f43aeb84fe1c06a987b4f748717d
2,415
h
C
Code/Engine/Foundation/IO/SerializationContext.h
Tekh-ops/ezEngine
d6a5887d8709f267bf8f2943ef15054e29f6d3d5
[ "MIT" ]
703
2015-03-07T15:30:40.000Z
2022-03-30T00:12:40.000Z
Code/Engine/Foundation/IO/SerializationContext.h
Tekh-ops/ezEngine
d6a5887d8709f267bf8f2943ef15054e29f6d3d5
[ "MIT" ]
233
2015-01-11T16:54:32.000Z
2022-03-19T18:00:47.000Z
Code/Engine/Foundation/IO/SerializationContext.h
Tekh-ops/ezEngine
d6a5887d8709f267bf8f2943ef15054e29f6d3d5
[ "MIT" ]
101
2016-10-28T14:05:10.000Z
2022-03-30T19:00:59.000Z
#pragma once /// \brief Base class for serialization contexts. A serialization context can be used to add high level logic to serialization, e.g. /// de-duplicating objects. /// /// Typically a context is created before any serialization happens and can then be accessed anywhere through the GetContext method. templat...
56.162791
134
0.563561
071e0c8cad975695a7ba94344432932d84bfa277
324
h
C
Projector/Projector/User Interface/PROLogoLoadingView.h
planningcenter/projector
5fc2b3baa752331e505228503fb4e6e82cdd0e0d
[ "MIT" ]
9
2018-02-13T18:33:43.000Z
2020-03-08T15:31:48.000Z
Projector/Projector/User Interface/PROLogoLoadingView.h
planningcenter/projector
5fc2b3baa752331e505228503fb4e6e82cdd0e0d
[ "MIT" ]
2
2018-04-30T10:28:56.000Z
2019-02-23T16:31:10.000Z
Projector/Projector/User Interface/PROLogoLoadingView.h
planningcenter/projector
5fc2b3baa752331e505228503fb4e6e82cdd0e0d
[ "MIT" ]
11
2018-02-17T12:39:27.000Z
2021-03-10T09:07:41.000Z
/*! * PROLogoLoadingView.h * * * Created by Skylar Schipper on 5/9/14 */ #ifndef PROLogoLoadingView_h #define PROLogoLoadingView_h #import "PCOView.h" @interface PROLogoLoadingView : PCOView @property (nonatomic) CGFloat sizeIndex; - (void)startAnimating; - (void)stopAnimating; - (BOOL)isAnimating; @end #en...
13.5
40
0.737654
c29b85088f4e0edf456a55dcc5c5a5c90ed0d7df
5,881
h
C
Code/Core/Network/TCPConnectionPool.h
qq573011406/FASTBuild_UnrealEngine
29c49672f82173a903cb32f0e4656e2fd07ebef2
[ "MIT" ]
30
2020-07-15T06:16:55.000Z
2022-02-10T21:37:52.000Z
Code/Core/Network/TCPConnectionPool.h
qq573011406/FASTBuild_UnrealEngine
29c49672f82173a903cb32f0e4656e2fd07ebef2
[ "MIT" ]
1
2020-11-23T13:35:00.000Z
2020-11-23T13:35:00.000Z
Code/Core/Network/TCPConnectionPool.h
qq573011406/FASTBuild_UnrealEngine
29c49672f82173a903cb32f0e4656e2fd07ebef2
[ "MIT" ]
12
2020-09-16T17:39:34.000Z
2021-08-17T11:32:37.000Z
// TCPConnectionPool //------------------------------------------------------------------------------ #pragma once // Includes //------------------------------------------------------------------------------ #include "NetworkStartupHelper.h" #include "Core/Containers/Array.h" #include "Core/Env/Types.h" #include "Cor...
38.94702
157
0.611461
b8219394636e37687d08cff0f7a6f6f10f5243b9
1,811
h
C
Samples/_Common/Include/IGuiFrameModel.h
liliilli/SH-D3D11
1ffb4639d5d9dd06d08b2aa21ebc781ee22fb26c
[ "Unlicense", "MIT" ]
null
null
null
Samples/_Common/Include/IGuiFrameModel.h
liliilli/SH-D3D11
1ffb4639d5d9dd06d08b2aa21ebc781ee22fb26c
[ "Unlicense", "MIT" ]
null
null
null
Samples/_Common/Include/IGuiFrameModel.h
liliilli/SH-D3D11
1ffb4639d5d9dd06d08b2aa21ebc781ee22fb26c
[ "Unlicense", "MIT" ]
null
null
null
#pragma once /// /// MIT License /// Copyright (c) 2018-2019 Jongmin Yun /// /// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR /// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, /// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE /// AUT...
29.209677
86
0.721701
110f4d4fd69f432b46f007543236a51ddd1b0a92
416
h
C
protocols/SKUIProductPageChildViewController.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
36
2016-04-20T04:19:04.000Z
2018-10-08T04:12:25.000Z
protocols/SKUIProductPageChildViewController.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
null
null
null
protocols/SKUIProductPageChildViewController.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
10
2016-06-16T02:40:44.000Z
2019-01-15T03:31:45.000Z
/* Generated by RuntimeBrowser. */ @protocol SKUIProductPageChildViewController <NSObject> @required - (<SKUIProductPageChildViewControllerDelegate> *)delegate; - (SKUIProductPageHeaderViewController *)headerViewController; - (UIScrollView *)scrollView; - (void)setDelegate:(id <SKUIProductPageChildViewControllerDel...
27.733333
76
0.822115
7466e3a6dd3bca06ce61eb0a032bff8b0c27b89a
312
h
C
Beat/Level.h
MasakiMuto/Beat
d056b336f77a0d1f10c4602edc22782cbdef735e
[ "MIT" ]
null
null
null
Beat/Level.h
MasakiMuto/Beat
d056b336f77a0d1f10c4602edc22782cbdef735e
[ "MIT" ]
null
null
null
Beat/Level.h
MasakiMuto/Beat
d056b336f77a0d1f10c4602edc22782cbdef735e
[ "MIT" ]
null
null
null
#pragma once #include <random> #include <memory> namespace dxshoot { class Level { public: Level(); ~Level(); void update(); private: int count; int beatCount; bool direction; std::unique_ptr<std::mt19937> mt; std::unique_ptr<std::uniform_int_distribution<> > dist; int getNum(); int getBeat(); }; }
13.565217
56
0.692308
fb081b6a198d38bacf9edf5f2f49c54e96de09e9
304
h
C
OneDay/OneBase/controller/ContactUsViewController.h
1box/onedayapp
576255d230a4508fd8de2a0b14a8108b44479809
[ "MIT" ]
2
2016-04-20T06:57:18.000Z
2017-09-18T08:16:23.000Z
OneDay/OneBase/controller/ContactUsViewController.h
1box/onedayapp
576255d230a4508fd8de2a0b14a8108b44479809
[ "MIT" ]
null
null
null
OneDay/OneBase/controller/ContactUsViewController.h
1box/onedayapp
576255d230a4508fd8de2a0b14a8108b44479809
[ "MIT" ]
null
null
null
// // ContactUsViewController.h // MedAlarm // // Created by Kimi on 12-10-16. // Copyright (c) 2012年 Kimi Yu. All rights reserved. // #import <UIKit/UIKit.h> @class KMTableView; @interface ContactUsViewController : UITableViewController @property (nonatomic) IBOutlet KMTableView *listView; @end
19
58
0.736842
5993fb4917b49e2d127a995097596dcda21908b3
51,581
h
C
kernel/tegra/drivers/net/wireless/sd8897/mlinux/mlan_ieee.h
alexunder/CellMatrix
bd21813ad8ab4ccd320bcac9aad7c61eb7f35df2
[ "MIT" ]
null
null
null
kernel/tegra/drivers/net/wireless/sd8897/mlinux/mlan_ieee.h
alexunder/CellMatrix
bd21813ad8ab4ccd320bcac9aad7c61eb7f35df2
[ "MIT" ]
null
null
null
kernel/tegra/drivers/net/wireless/sd8897/mlinux/mlan_ieee.h
alexunder/CellMatrix
bd21813ad8ab4ccd320bcac9aad7c61eb7f35df2
[ "MIT" ]
null
null
null
/** @file mlan_ieee.h * * @brief This file contains IEEE information element related * definitions used in MLAN and MOAL module. * * Copyright (C) 2008-2013, Marvell International Ltd. * * This software file (the "File") is distributed by Marvell International * Ltd. under the terms of the GNU General Publ...
30.058858
84
0.715806
20cd51df3fb2fb2d4fe9f44331355feaeb760eb7
4,738
c
C
src/syntax.c
kaitou-ryaku/min-bnf-parser
3c4bc44f88c18c7b2f1487fee164022afe631614
[ "MIT" ]
null
null
null
src/syntax.c
kaitou-ryaku/min-bnf-parser
3c4bc44f88c18c7b2f1487fee164022afe631614
[ "MIT" ]
null
null
null
src/syntax.c
kaitou-ryaku/min-bnf-parser
3c4bc44f88c18c7b2f1487fee164022afe631614
[ "MIT" ]
null
null
null
#include "../include/common.h" #include "../include/text.h" #include "../include/bnf.h" #include "../include/syntax.h" #include "../min-regex/include/min-regex.h" #include <stdio.h> #include <string.h> extern int create_syntax(/*{{{*/ const char* syntax_str , BNF* bnf , char* work , ...
29.428571
152
0.531659
2025848132b2564c1b0d11ceabca04ebdbb518ea
13,017
c
C
b tree/btree.c
sidbee/Data-Structures-and-Algorithms-Labs
f1c0edea76d89cf9989d9302e803ca7db2a860c7
[ "MIT" ]
1
2020-07-07T09:53:22.000Z
2020-07-07T09:53:22.000Z
b tree/btree.c
sidbee/Data-Structures-and-Algorithms-Labs
f1c0edea76d89cf9989d9302e803ca7db2a860c7
[ "MIT" ]
null
null
null
b tree/btree.c
sidbee/Data-Structures-and-Algorithms-Labs
f1c0edea76d89cf9989d9302e803ca7db2a860c7
[ "MIT" ]
1
2020-12-09T19:20:49.000Z
2020-12-09T19:20:49.000Z
#include <stdio.h> #include <stdlib.h> #include "btree.h" void traverse(btree T) { int i; for(i=0;i<T->numkeys;i++) //n keys and n children. so first through n children { if(T->leaf==false) traverse(T->child[i]); //if not leaf then traversing child printf("%d ",T->keys[i]); } if(T->leaf==false) //pr...
24.606805
91
0.563494
ea712a5f37d8b95f9a0cdd973cd57d853aeb576e
362
h
C
operator_presence/IOperatorModelMediator.h
aesir84/operator_presence
e7e512d0a19a547ec21698ca66fed9094796a0cd
[ "MIT" ]
null
null
null
operator_presence/IOperatorModelMediator.h
aesir84/operator_presence
e7e512d0a19a547ec21698ca66fed9094796a0cd
[ "MIT" ]
null
null
null
operator_presence/IOperatorModelMediator.h
aesir84/operator_presence
e7e512d0a19a547ec21698ca66fed9094796a0cd
[ "MIT" ]
null
null
null
#pragma once namespace operator_model { class IVision; } namespace operator_model { class IMediator { public: virtual ~IMediator() { } public: virtual void registerVision(IVision * vision) = 0; public: virtual void notifyLeftEyeImageUpdated(EyeImage leftEyeImage) = 0; virtual void notifyRightEyeImageU...
15.73913
70
0.748619
6e7c7f49d7a40dea2d70158a8f0f58f61b4b6651
3,735
h
C
src/wasm/stacks.h
ammarfaizi2/v8-fork
a1c7bb44d16dc3baeb7dc92409fb40a8a927563f
[ "BSD-3-Clause" ]
null
null
null
src/wasm/stacks.h
ammarfaizi2/v8-fork
a1c7bb44d16dc3baeb7dc92409fb40a8a927563f
[ "BSD-3-Clause" ]
1
2021-05-26T11:38:05.000Z
2021-05-26T11:38:05.000Z
src/wasm/stacks.h
ammarfaizi2/v8-fork
a1c7bb44d16dc3baeb7dc92409fb40a8a927563f
[ "BSD-3-Clause" ]
1
2021-05-25T13:48:16.000Z
2021-05-25T13:48:16.000Z
// Copyright 2021 the V8 project 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 V8_WASM_STACKS_H_ #define V8_WASM_STACKS_H_ #if !V8_ENABLE_WEBASSEMBLY #error This header should only be included if WebAssembly is enabled. #e...
32.198276
80
0.699331
f5c93b7bdb2e765c9a73cea09e40f93ccf4f93ea
2,125
h
C
JaraffeEngine_ComponentSystem/Jaraffe/Engine/Source/Core/Object/Component/JFPointLight.h
Jaraffe-github/Old_Engines
0586d383af99cfcf076b18dace49e779a55b88e8
[ "BSD-3-Clause" ]
null
null
null
JaraffeEngine_ComponentSystem/Jaraffe/Engine/Source/Core/Object/Component/JFPointLight.h
Jaraffe-github/Old_Engines
0586d383af99cfcf076b18dace49e779a55b88e8
[ "BSD-3-Clause" ]
null
null
null
JaraffeEngine_ComponentSystem/Jaraffe/Engine/Source/Core/Object/Component/JFPointLight.h
Jaraffe-github/Old_Engines
0586d383af99cfcf076b18dace49e779a55b88e8
[ "BSD-3-Clause" ]
null
null
null
#pragma once namespace JF { namespace Component { class JFPointLight : public BaseComponent { //============================================================================= // Constructor/Destructor) //============================================================================= public: JFPointLight() { m_pLight ...
40.09434
102
0.461647
0b8f9e0df4cecbaeda13eb3a1d0e3f759b4a2a2e
4,887
c
C
blinky/blinky/asf-3.21.0/avr32/applications/evk1100-control-panel/utils/tracedump.c
femtoio/femtousb-blink-example
5e166bdee500f67142d0ee83a1a169bab57fe142
[ "MIT" ]
null
null
null
blinky/blinky/asf-3.21.0/avr32/applications/evk1100-control-panel/utils/tracedump.c
femtoio/femtousb-blink-example
5e166bdee500f67142d0ee83a1a169bab57fe142
[ "MIT" ]
null
null
null
blinky/blinky/asf-3.21.0/avr32/applications/evk1100-control-panel/utils/tracedump.c
femtoio/femtousb-blink-example
5e166bdee500f67142d0ee83a1a169bab57fe142
[ "MIT" ]
null
null
null
/***************************************************************************** * * \file * * \brief Control Panel trace dump module. * * This file defines a set of functions to dump trace. * * Copyright (c) 2014 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistrib...
31.127389
107
0.689585
73b7237c3a2569d0ad2c23a3b9167e985d8b6887
9,875
h
C
dependencies/include/cgal/CGAL/intersections_d.h
rosecodym/space-boundary-tool
300db4084cd19b092bdf2e8432da065daeaa7c55
[ "FSFAP" ]
6
2016-11-01T11:09:00.000Z
2022-02-15T06:31:58.000Z
dependencies/include/cgal/CGAL/intersections_d.h
rosecodym/space-boundary-tool
300db4084cd19b092bdf2e8432da065daeaa7c55
[ "FSFAP" ]
null
null
null
dependencies/include/cgal/CGAL/intersections_d.h
rosecodym/space-boundary-tool
300db4084cd19b092bdf2e8432da065daeaa7c55
[ "FSFAP" ]
null
null
null
// Copyright (c) 2000,2001 // Utrecht University (The Netherlands), // ETH Zurich (Switzerland), // INRIA Sophia-Antipolis (France), // Max-Planck-Institute Saarbruecken (Germany), // and Tel-Aviv University (Israel). All rights reserved. // // This file is part of CGAL (www.cgal.org); you can redistribute it and/o...
27.430556
123
0.692354
14d463799fad9a441ce92e45ec9915e64933fcda
23,489
c
C
Software/New_MG/Firmware/PCB_Test/CPU2/F2837xD_common/source/F2837xD_SysCtrl.c
moverlin/Kirtley_picogrid
3bb52c55e9ed9cb5f91d36e366ab3978a417813a
[ "MIT" ]
2
2018-12-15T01:46:51.000Z
2018-12-15T01:46:58.000Z
Software/3_INV_DEMO_MIKE_DONT_TOUCH_new_CCS/Inveter_RS485/CPU1/F2837xD_common/source/F2837xD_SysCtrl.c
moverlin/Kirtley_picogrid
3bb52c55e9ed9cb5f91d36e366ab3978a417813a
[ "MIT" ]
null
null
null
Software/3_INV_DEMO_MIKE_DONT_TOUCH_new_CCS/Inveter_RS485/CPU1/F2837xD_common/source/F2837xD_SysCtrl.c
moverlin/Kirtley_picogrid
3bb52c55e9ed9cb5f91d36e366ab3978a417813a
[ "MIT" ]
4
2020-06-03T12:51:37.000Z
2021-01-02T14:49:34.000Z
//########################################################################### // // FILE: F2837xD_SysCtrl.c // // TITLE: F2837xD Device System Control Initialization & Support Functions. // // DESCRIPTION: // // Example initialization of system resources. // //################################################...
30.544863
116
0.60722
42709c3ce73389e16ee26ef72493b5ed518bf528
408
c
C
stsdas/pkg/hst_calib/stis/calstis/lib/initreftab.c
iraf-community/stsdas
043c173fd5497c18c2b1bfe8bcff65180bca3996
[ "BSD-3-Clause" ]
1
2020-12-20T10:06:48.000Z
2020-12-20T10:06:48.000Z
stsdas/pkg/hst_calib/stis/calstis/lib/initreftab.c
spacetelescope/stsdas_stripped
043c173fd5497c18c2b1bfe8bcff65180bca3996
[ "BSD-3-Clause" ]
null
null
null
stsdas/pkg/hst_calib/stis/calstis/lib/initreftab.c
spacetelescope/stsdas_stripped
043c173fd5497c18c2b1bfe8bcff65180bca3996
[ "BSD-3-Clause" ]
2
2019-10-12T20:01:16.000Z
2020-11-19T08:04:30.000Z
# include "../stis.h" /* Initialize the elements of a RefTab structure. Phil Hodge, 2004 Dec 27: Duplicate code extracted from several functions to this one. */ void InitRefTab (RefTab *table) { table->name[0] = '\0'; table->pedigree[0] = '\0'; table->descrip[0] = '\0'; table->descrip2[0] = ...
22.666667
68
0.632353
f651e4565bc5931199307defb1beff1c34676e51
950
h
C
EVENTS/GeoClawOpenFOAM/bathymetry.h
claudioperez/HydroUQ
89447d50524057f7e30d9d31e04f074a94095aad
[ "BSD-2-Clause" ]
2
2021-03-03T06:37:21.000Z
2021-03-29T20:46:37.000Z
EVENTS/GeoClawOpenFOAM/bathymetry.h
claudioperez/HydroUQ
89447d50524057f7e30d9d31e04f074a94095aad
[ "BSD-2-Clause" ]
10
2021-07-22T04:22:28.000Z
2021-07-29T02:16:52.000Z
EVENTS/GeoClawOpenFOAM/bathymetry.h
claudioperez/HydroUQ
89447d50524057f7e30d9d31e04f074a94095aad
[ "BSD-2-Clause" ]
9
2020-05-18T18:37:44.000Z
2021-08-02T18:12:49.000Z
#ifndef BATHYMETRY_H #define BATHYMETRY_H //#include "mainwindow.h" #include <QFrame> #include <QFileDialog> #include <QDir> #include <QDebug> #include <QMessageBox> #include <QFileInfo> #include <QJsonObject> #include "hydroerror.h" namespace Ui { class bathymetry; } class bathymetry : public QFrame { Q_OBJECT...
20.652174
60
0.730526
5154e975ec7c45a1b4bae36c0e4b8da71d3545ba
1,618
h
C
adium/UnitTests/TestRichTextCoercion.h
sin-ivan/AdiumPipeEvent
1f3b215a07729868d25197c40200e181e06f6de5
[ "BSD-3-Clause" ]
null
null
null
adium/UnitTests/TestRichTextCoercion.h
sin-ivan/AdiumPipeEvent
1f3b215a07729868d25197c40200e181e06f6de5
[ "BSD-3-Clause" ]
null
null
null
adium/UnitTests/TestRichTextCoercion.h
sin-ivan/AdiumPipeEvent
1f3b215a07729868d25197c40200e181e06f6de5
[ "BSD-3-Clause" ]
null
null
null
/* * Adium is the legal property of its developers, whose names are listed in the copyright file included * with this source distribution. * * 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; ...
36.772727
105
0.777503
51738766a10f8f66dcafdc328c0867e08941883a
320
h
C
src/core_lib/include/core/type_utils.h
grishavanika/mix
6a4b465debfd16a6cdc4b76cb730a17ee631b062
[ "MIT" ]
3
2018-01-25T01:14:37.000Z
2021-08-31T15:22:21.000Z
src/core_lib/include/core/type_utils.h
grishavanika/mix
6a4b465debfd16a6cdc4b76cb730a17ee631b062
[ "MIT" ]
null
null
null
src/core_lib/include/core/type_utils.h
grishavanika/mix
6a4b465debfd16a6cdc4b76cb730a17ee631b062
[ "MIT" ]
3
2020-03-07T06:35:23.000Z
2020-12-04T04:15:35.000Z
#pragma once #include <type_traits> namespace type_utils { // "Transformation Trait uncvref": http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0550r0.pdf template<typename T> using uncvref = typename std::remove_cv< typename std::remove_reference<T>::type>::type; } // namespace type_utils
21.333333
103
0.71875
518e7e3b37a21e36c01b21fbecf24098f6d65a1f
1,604
h
C
src/paintown-engine/object/enemy.h
marstau/shinsango
d9468787ae8e18fa478f936770d88e9bf93c11c0
[ "BSD-3-Clause" ]
1
2021-06-16T15:25:47.000Z
2021-06-16T15:25:47.000Z
src/paintown-engine/object/enemy.h
marstau/shinsango
d9468787ae8e18fa478f936770d88e9bf93c11c0
[ "BSD-3-Clause" ]
null
null
null
src/paintown-engine/object/enemy.h
marstau/shinsango
d9468787ae8e18fa478f936770d88e9bf93c11c0
[ "BSD-3-Clause" ]
null
null
null
#ifndef _paintown_enemy_guy_h #define _paintown_enemy_guy_h #include "character.h" #include "util/file-system.h" #include <string> #include <vector> class World; namespace Paintown{ class Object; class Enemy: public Character{ public: Enemy( ); Enemy( const char * filename ); Enemy( const Filesystem::AbsoluteP...
19.325301
104
0.669576
4e80642ec35806e9366005970cce0058518bb79a
206
h
C
DemoApp/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAuth.framework/Headers/AppCenterAuth.h
vaagn-avanesyan/rn-test
32de9030ec3e33c705a6f6e2e906f94c06bc2eda
[ "MIT" ]
7
2019-06-19T11:37:46.000Z
2021-06-24T06:12:31.000Z
DemoApp/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAuth.framework/Headers/AppCenterAuth.h
vaagn-avanesyan/rn-test
32de9030ec3e33c705a6f6e2e906f94c06bc2eda
[ "MIT" ]
3
2020-02-28T02:26:34.000Z
2020-03-01T01:40:16.000Z
DemoApp/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAuth.framework/Headers/AppCenterAuth.h
vaagn-avanesyan/rn-test
32de9030ec3e33c705a6f6e2e906f94c06bc2eda
[ "MIT" ]
4
2019-06-20T07:33:21.000Z
2020-10-08T19:21:17.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #import <Foundation/Foundation.h> #import "MSAuth.h" #import "MSAuthErrors.h" #import "MSUserInformation.h"
22.888889
60
0.757282
8699533c6c5e06be0ad299166f894e6b50dddf54
3,552
c
C
NuttX/nuttx/arch/arm/src/calypso/calypso_armio.c
shening/PX4-1.34-Vision-Fix
1e696bc1c2dae71ba7b277d40106a5b6c0a1a050
[ "BSD-3-Clause" ]
24
2019-08-13T02:39:01.000Z
2022-03-03T15:44:54.000Z
NuttX/nuttx/arch/arm/src/calypso/calypso_armio.c
shening/PX4-1.34-Vision-Fix
1e696bc1c2dae71ba7b277d40106a5b6c0a1a050
[ "BSD-3-Clause" ]
11
2017-10-22T09:45:51.000Z
2019-05-28T23:25:29.000Z
NuttX/nuttx/arch/arm/src/calypso/calypso_armio.c
shening/PX4-1.34-Vision-Fix
1e696bc1c2dae71ba7b277d40106a5b6c0a1a050
[ "BSD-3-Clause" ]
11
2019-07-28T09:11:40.000Z
2022-03-17T08:08:27.000Z
/**************************************************************************** * Driver for shared features of ARMIO modules * * Copyright (C) 2011 Stefan Richter. All rights reserved. * Author: Stefan Richter <ichgeh@l--putt.de> * * Redistribution and use in source and binary forms, with or without * modific...
34.153846
78
0.592624
fbd1f1522ebfd471fde5e30f8c4e3633cf47c32c
475
h
C
src/renderer.h
fabian-rump/larry-screweater
86e1ee54581e5c0ee39cef424879e5109ce8e5a1
[ "Zlib" ]
null
null
null
src/renderer.h
fabian-rump/larry-screweater
86e1ee54581e5c0ee39cef424879e5109ce8e5a1
[ "Zlib" ]
null
null
null
src/renderer.h
fabian-rump/larry-screweater
86e1ee54581e5c0ee39cef424879e5109ce8e5a1
[ "Zlib" ]
null
null
null
#ifndef RENDERER_H #define RENDERER_H #include <SFML/Graphics.hpp> #include <vector> #include <string> #include <iostream> #include <sstream> #include "game_state.h" class Renderer { public: Renderer(sf::RenderWindow *window, GameState *state); void drawGame(); private: sf::RenderWindow *m_wnd; GameState *m_gst; ...
18.269231
54
0.757895
791fc57b37a0b96a07918832ce64b353ca4d3e63
538
h
C
instagrambyme/Models/PostViewCell.h
nihaljemal/Instagrambyme
571470af52e1c39c91ce7c7dcf4fe58e5f561001
[ "Apache-2.0" ]
null
null
null
instagrambyme/Models/PostViewCell.h
nihaljemal/Instagrambyme
571470af52e1c39c91ce7c7dcf4fe58e5f561001
[ "Apache-2.0" ]
1
2018-07-14T09:48:59.000Z
2018-07-14T09:48:59.000Z
instagrambyme/Models/PostViewCell.h
nihaljemal/Instagrambyme
571470af52e1c39c91ce7c7dcf4fe58e5f561001
[ "Apache-2.0" ]
null
null
null
// // PostViewCell.h // instagrambyme // // Created by Nihal Riyadh Jemal on 7/9/18. // Copyright © 2018 Facebook. All rights reserved. // #import <UIKit/UIKit.h> #import "Post.h" #import <ParseUI/ParseUI.h> @interface PostViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet PFImageView *postedPicture...
22.416667
64
0.741636
193e54ff8612762013b264ace8c0fbe9decd5135
417,945
c
C
external/curl-7.21.6/src/hugehelp.c
framos-gemini/giapi-glue-cc
f59e1ce572494b57aad6985f3233f0e51167bb42
[ "BSD-3-Clause" ]
null
null
null
external/curl-7.21.6/src/hugehelp.c
framos-gemini/giapi-glue-cc
f59e1ce572494b57aad6985f3233f0e51167bb42
[ "BSD-3-Clause" ]
3
2017-06-14T15:21:50.000Z
2020-08-03T19:51:57.000Z
external/curl-7.21.6/src/hugehelp.c
framos-gemini/giapi-glue-cc
f59e1ce572494b57aad6985f3233f0e51167bb42
[ "BSD-3-Clause" ]
3
2017-06-13T13:59:36.000Z
2021-02-09T02:01:14.000Z
#include "setup.h" #ifndef HAVE_LIBZ /* * NEVER EVER edit this manually, fix the mkhelp.pl script instead! * Generation time: Fri Apr 22 19:02:51 2011 */ #include "setup.h" #ifdef USE_MANUAL #include "hugehelp.h" #include <stdio.h> void hugehelp(void) { fputs( " _ _ ____ _\n" "...
57.315551
90
0.627992
58ae914701bfcfb337ba8216803cf187f16ce6da
1,399
h
C
MoravaEngine/src/Core/AABB.h
imgui-works/MoravaEngine_opengl_vulkan_2d_3d_game_engine
b8e6ee3c3c890e9b8cf5de7bcb564b32f6767b6b
[ "Apache-2.0" ]
168
2020-07-18T04:20:27.000Z
2022-03-31T23:39:38.000Z
MoravaEngine/src/Core/AABB.h
imgui-works/MoravaEngine_opengl_vulkan_2d_3d_game_engine
b8e6ee3c3c890e9b8cf5de7bcb564b32f6767b6b
[ "Apache-2.0" ]
5
2020-11-23T12:33:06.000Z
2022-01-05T15:15:30.000Z
MoravaEngine/src/Core/AABB.h
dtrajko/MoravaEngine
dab8a9e84bde6bdb5e979596c29cabccb566b9d4
[ "Apache-2.0" ]
8
2020-09-07T03:04:18.000Z
2022-03-25T13:47:16.000Z
#ifndef _AABB_H #define _AABB_H #include "Shader/MoravaShader.h" #include <glm/glm.hpp> #include <glm/ext/quaternion_float.hpp> #include <iostream> /** * Taken from the strifeEngine project */ class AABB { public: AABB(); AABB(glm::vec3 positionOrigin, glm::quat rotationOrigin, glm::vec3 scaleOrigin); bool Co...
24.54386
110
0.71837
8418819caffa607e7908b080889dc99067fb65ad
1,765
h
C
dependencies/skse64/src/skse64/CommonLibSSE/include/RE/NiControllerSequence.h
clayne/papyrus-debug-server
f5c3878cd485ba68aaadf39bb830ca88bf53bfff
[ "MIT" ]
10
2019-06-01T20:24:04.000Z
2021-08-16T19:32:24.000Z
dependencies/skse64/src/skse64/CommonLibSSE/include/RE/NiControllerSequence.h
clayne/papyrus-debug-server
f5c3878cd485ba68aaadf39bb830ca88bf53bfff
[ "MIT" ]
null
null
null
dependencies/skse64/src/skse64/CommonLibSSE/include/RE/NiControllerSequence.h
clayne/papyrus-debug-server
f5c3878cd485ba68aaadf39bb830ca88bf53bfff
[ "MIT" ]
4
2019-06-09T05:00:55.000Z
2022-01-27T16:30:31.000Z
#pragma once #include "skse64/GameRTTI.h" // RTTI_NiControllerSequence #include "skse64/NiRTTI.h" // NiRTTI_NiControllerSequence #include "RE/BSFixedString.h" // BSFixedString #include "RE/NiObject.h" // NiObject namespace RE { class NiControllerSequence : public NiObject { public: inline static const void...
28.934426
77
0.671388
84d3ed7f934731a8044f8b12f63b6833bf005b9c
186
c
C
src/9pm/port/strecpy.c
kaveman-/9pm
c5a560d936a46ec64b05f302fbe811b11a341285
[ "LPL-1.02" ]
null
null
null
src/9pm/port/strecpy.c
kaveman-/9pm
c5a560d936a46ec64b05f302fbe811b11a341285
[ "LPL-1.02" ]
null
null
null
src/9pm/port/strecpy.c
kaveman-/9pm
c5a560d936a46ec64b05f302fbe811b11a341285
[ "LPL-1.02" ]
null
null
null
#include <u.h> #include <9pm/libc.h> char* strecpy(char *s1, char *s2, char *e) { assert(s1<e); while(s1<e && *s2) *s1++ = *s2++; if(s1 == e) s1--; *s1 = 0; return s1; }
9.789474
36
0.5
572fa1eb424b7513421f53af00bcaca643a3c033
402
h
C
Parcial 2/2016/Ejercicio 2/lista.h
DBFritz/IB_ICOM
e505f62be2a33d4a6004ffdbf82a6a7ebef907d7
[ "MIT" ]
null
null
null
Parcial 2/2016/Ejercicio 2/lista.h
DBFritz/IB_ICOM
e505f62be2a33d4a6004ffdbf82a6a7ebef907d7
[ "MIT" ]
null
null
null
Parcial 2/2016/Ejercicio 2/lista.h
DBFritz/IB_ICOM
e505f62be2a33d4a6004ffdbf82a6a7ebef907d7
[ "MIT" ]
null
null
null
#ifndef LISTA_H_INCLUDED #define LISTA_H_INCLUDED #include <stdlib.h> typedef struct Node { int cont; struct Node * pNext; } *List_t; #define LIST_EMPTY NULL #define LIST_CONT(lst) ((lst)->cont) #define LIST_TAIL(lst) ((lst)->pNext) int ListNumNodes(List_t lst); List_t ListNodeCreate(int e, List_t tail); voi...
21.157895
42
0.743781
3b22498c3106c85e78c55cdf1f0c4b2d011576e9
265
h
C
winml/lib/Api.Ort/pch.h
dennyac/onnxruntime
d5175795d2b7f2db18b0390f394a49238f814668
[ "MIT" ]
6,036
2019-05-07T06:03:57.000Z
2022-03-31T17:59:54.000Z
winml/lib/Api.Ort/pch.h
dennyac/onnxruntime
d5175795d2b7f2db18b0390f394a49238f814668
[ "MIT" ]
5,730
2019-05-06T23:04:55.000Z
2022-03-31T23:55:56.000Z
winml/lib/Api.Ort/pch.h
dennyac/onnxruntime
d5175795d2b7f2db18b0390f394a49238f814668
[ "MIT" ]
1,566
2019-05-07T01:30:07.000Z
2022-03-31T17:06:50.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #include "winrt_headers.h" #include "core/providers/winml/winml_provider_factory.h" #include "adapter/winml_adapter_c_api.h" #include "UniqueOrtPtr.h"
22.083333
61
0.777358
2a41d7d5fd640fcf0ece819933b477f719fe26d4
641
h
C
src/Lazer.h
GabeTobias/Diode
6e2bd3ec249c0aa731d74f00f868d920c6bd99f3
[ "MIT" ]
null
null
null
src/Lazer.h
GabeTobias/Diode
6e2bd3ec249c0aa731d74f00f868d920c6bd99f3
[ "MIT" ]
null
null
null
src/Lazer.h
GabeTobias/Diode
6e2bd3ec249c0aa731d74f00f868d920c6bd99f3
[ "MIT" ]
null
null
null
#pragma once #include <glm/glm.hpp> #include <glm/gtc/quaternion.hpp> #include "nlohmann.hpp" #include "World.h" #include "Time.h" class Collidable; class Destructable; class Lazer : public World::Entity { public: Collidable* collider; Destructable* destruct; glm::vec2 beamTarget; float flipInterval = 1; fl...
14.244444
58
0.695788
4a0729dd2385cc84423fcbc4cdf22dfb652345ab
219
h
C
proj/EF3R2build/RepoDesk/StatusBar.h
eirTony/EIRC2
e8cb7239cff9c0ddce72e63d41b352ec1b4d1eb5
[ "BSD-3-Clause" ]
null
null
null
proj/EF3R2build/RepoDesk/StatusBar.h
eirTony/EIRC2
e8cb7239cff9c0ddce72e63d41b352ec1b4d1eb5
[ "BSD-3-Clause" ]
6
2016-04-12T02:41:00.000Z
2016-06-01T09:28:02.000Z
proj/EF3R2build/RepoDesk/StatusBar.h
eirTony/EIRC2
e8cb7239cff9c0ddce72e63d41b352ec1b4d1eb5
[ "BSD-3-Clause" ]
null
null
null
#ifndef STATUSBAR_H #define STATUSBAR_H #include <QStatusBar> class StatusBar : public QStatusBar { Q_OBJECT public: explicit StatusBar(QWidget * parent=0); signals: public slots: }; #endif // STATUSBAR_H
11.526316
43
0.730594
044bae4a25cd8023eae3c001a04c09f2982df32f
228
h
C
HockeyPlayoffs/Constants/Images.h
pmairoldi/hockey-playoffs
f29a2cf29c143d0ff97314324e718e0e3a9c2db2
[ "MIT" ]
null
null
null
HockeyPlayoffs/Constants/Images.h
pmairoldi/hockey-playoffs
f29a2cf29c143d0ff97314324e718e0e3a9c2db2
[ "MIT" ]
null
null
null
HockeyPlayoffs/Constants/Images.h
pmairoldi/hockey-playoffs
f29a2cf29c143d0ff97314324e718e0e3a9c2db2
[ "MIT" ]
null
null
null
// // Images.h // Hockey Playoffs // // Created by Pierre-Marc Airoldi on 2014-03-07. // Copyright (c) 2015 Pierre-Marc Airoldi. All rights reserved. // #define BRACKET_TAB_ICON @"Bracket" #define RECENT_TAB_ICON @"Recent"
20.727273
64
0.70614
a8909c8bce9359e2126151449978994bea4c0b07
4,507
h
C
protorpc/src/protorpc/rpc_service.h
chai2010/protorpc3-cxx
eb384a6296817e0352b6febde5190b1f7947edeb
[ "BSD-3-Clause" ]
4
2016-02-29T08:57:54.000Z
2019-06-30T17:36:31.000Z
protorpc/src/protorpc/rpc_service.h
chai2010/protorpc3-cxx
eb384a6296817e0352b6febde5190b1f7947edeb
[ "BSD-3-Clause" ]
null
null
null
protorpc/src/protorpc/rpc_service.h
chai2010/protorpc3-cxx
eb384a6296817e0352b6febde5190b1f7947edeb
[ "BSD-3-Clause" ]
2
2017-07-16T09:52:53.000Z
2021-12-22T01:32:42.000Z
// Copyright 2013 <chaishushan{AT}gmail.com>. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. #pragma once #ifndef PROTORPC_SERVICE_H__ #define PROTORPC_SERVICE_H__ #include "protorpc/wire.pb/wire.pb.h" #include <google/protobuf/descriptor...
36.942623
93
0.742179
78b9e4ad886b718d6722f652de8a1d1126893d23
1,984
h
C
boards/M5STICKC/st77xx/st77xx.h
nexus166/micropython-esp
533d5cf1ba4c99e64621a8e3b1805598e66a61f0
[ "MIT" ]
1
2021-09-07T12:35:37.000Z
2021-09-07T12:35:37.000Z
boards/M5STICKC/st77xx/st77xx.h
nexus166/micropython-esp
533d5cf1ba4c99e64621a8e3b1805598e66a61f0
[ "MIT" ]
null
null
null
boards/M5STICKC/st77xx/st77xx.h
nexus166/micropython-esp
533d5cf1ba4c99e64621a8e3b1805598e66a61f0
[ "MIT" ]
null
null
null
#ifndef __ST77XX_H__ #define __ST77XX_H__ #ifdef __cplusplus extern "C" { #endif #define ST77XX_80x160_XSTART 25 #define ST77XX_80x160_YSTART 0 #define ST77XX_135x240_XSTART 52 #define ST77XX_135x240_YSTART 40 #define ST77XX_240x240_XSTART 0 #define ST77XX_240x240_YSTART 0 // color modes #define COLOR_...
24.493827
61
0.771169
28989002a7330dfe56e38a10377aa9f09c4d9fca
10,510
h
C
sm3600.h
meichholz/sm3600
d3954bb1c3a9420009e612677da6c1439d1ecfbf
[ "MIT" ]
null
null
null
sm3600.h
meichholz/sm3600
d3954bb1c3a9420009e612677da6c1439d1ecfbf
[ "MIT" ]
null
null
null
sm3600.h
meichholz/sm3600
d3954bb1c3a9420009e612677da6c1439d1ecfbf
[ "MIT" ]
null
null
null
/* sane - Scanner Access Now Easy. Copyright (C) Marian Matthias Eichholz 2001 This file is part of the SANE package. 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 o...
33.259494
122
0.6647
28a64e703eb222ea45f89fc59220c14bcc48b97b
3,197
h
C
AppDemo/AppDemo/NYSKit/Utils/Tools/NYSRegularCheck.h
niyongsheng/AppDemo
a863e2a868d14806bed5effddf09b92265a1cf34
[ "MIT" ]
25
2018-10-26T12:54:07.000Z
2022-02-08T08:16:29.000Z
AppDemo/AppDemo/NYSKit/Utils/Tools/NYSRegularCheck.h
niyongsheng/AppDemo
a863e2a868d14806bed5effddf09b92265a1cf34
[ "MIT" ]
null
null
null
AppDemo/AppDemo/NYSKit/Utils/Tools/NYSRegularCheck.h
niyongsheng/AppDemo
a863e2a868d14806bed5effddf09b92265a1cf34
[ "MIT" ]
5
2018-11-19T06:09:52.000Z
2021-12-17T01:58:46.000Z
// // NYSRegularCheck.h // NYS // // Created by niyongsheng on 2021/8/18. // Copyright © 2021 niyongsheng. All rights reserved. // ⚠️建议后端做校验,降低多端开发调试成本 /** * 正则表达式简单说明 * 语法: . 匹配除换行符以外的任意字符 \w 匹配字母或数字或下划线或汉字 \s 匹配任意的空白符 \d 匹配数字 \b 匹配单词的开始或结束 ^ 匹配字符串的开始 $ 匹配字符串的结束 ...
25.782258
79
0.661558
f3c1c28fd864787cbb06d27fba95fdf3c8f4af7e
1,934
h
C
CoreGraphics/include/CoreGraphics/CGPDFArray.h
waleedmashaqbeh/freequartz
64cd65bb76aac6608ed6e3de07c58c131d0dc5bc
[ "Apache-2.0" ]
12
2016-03-24T22:26:38.000Z
2022-02-01T19:40:02.000Z
CoreGraphics/include/CoreGraphics/CGPDFArray.h
stan6/freequartz
64cd65bb76aac6608ed6e3de07c58c131d0dc5bc
[ "Apache-2.0" ]
null
null
null
CoreGraphics/include/CoreGraphics/CGPDFArray.h
stan6/freequartz
64cd65bb76aac6608ed6e3de07c58c131d0dc5bc
[ "Apache-2.0" ]
4
2015-10-27T19:55:54.000Z
2020-03-09T23:04:56.000Z
/* Copyright 2010 Smartmobili SARL * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
33.929825
76
0.767839
f3d42d563ce27f6bcc0ced728aa0e80c8987c80e
349
h
C
mappedmemoryio.h
avinfinity/UnmanagedCodeSnippets
2bd848db88d7b271209ad30017c8f62307319be3
[ "MIT" ]
null
null
null
mappedmemoryio.h
avinfinity/UnmanagedCodeSnippets
2bd848db88d7b271209ad30017c8f62307319be3
[ "MIT" ]
null
null
null
mappedmemoryio.h
avinfinity/UnmanagedCodeSnippets
2bd848db88d7b271209ad30017c8f62307319be3
[ "MIT" ]
null
null
null
#ifndef __IMT_MAPPEDMEMORYIO_H__ #define __IMT_MAPPEDMEMORYIO_H__ #include "iostream" #include "string" namespace imt{ namespace volume{ class MappedMemoryIO { public: MappedMemoryIO(); void setFileName( std::string fileName ); protected: std::string _FileName; }...
8.948718
43
0.624642
ffe487c3aad234a2b5e844da941d305f88f0b1b1
711
h
C
Visual Studio 6/Kapitel 4/OLEDBChart/resource.h
gisfromscratch/windowsappsamples
594badf5dd3f5272a4aae36b3d35257c91c29135
[ "Apache-2.0" ]
1
2021-08-03T23:13:53.000Z
2021-08-03T23:13:53.000Z
Visual Studio 6/Kapitel 4/OLEDBChart/resource.h
gisfromscratch/windowsappsamples
594badf5dd3f5272a4aae36b3d35257c91c29135
[ "Apache-2.0" ]
null
null
null
Visual Studio 6/Kapitel 4/OLEDBChart/resource.h
gisfromscratch/windowsappsamples
594badf5dd3f5272a4aae36b3d35257c91c29135
[ "Apache-2.0" ]
1
2015-12-25T11:15:10.000Z
2015-12-25T11:15:10.000Z
//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by OLEDBChart.rc // #define IDD_ABOUTBOX 100 #define IDR_OLEDBCHART 102 #define IDR_MAINFRAME 128 #define IDR_OLEDBCTYPE 129 #define IDD_STOCKCHOOSER ...
30.913043
53
0.639944
d8d776d2e422b1045f056c9e24b9f6579d4f0d3f
3,550
c
C
src/spawn.c
kotovalexarian/bloatwm
e674a2da7e56fe4b23fee2229d8c12379f640133
[ "MIT" ]
null
null
null
src/spawn.c
kotovalexarian/bloatwm
e674a2da7e56fe4b23fee2229d8c12379f640133
[ "MIT" ]
4
2021-11-14T18:53:07.000Z
2021-11-18T18:32:38.000Z
src/spawn.c
kotovalexarian/bloatwm
e674a2da7e56fe4b23fee2229d8c12379f640133
[ "MIT" ]
null
null
null
#include "spawn.h" #include <stddef.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #define MAX_ARGS_COUNT 25 #define ARGS_SIZE (MAX_ARGS_COUNT + 1) #define MON_ARG_SIZE 2 #ifdef WITH_LOCKER_I3LOCK_COLOR #define COLOR_BLANK "#00000000" #define COLOR_CLEAR "#ffffff22" #define...
22.327044
65
0.647606
946e14d812a089cec9294d67f268bd07ca426c26
2,538
h
C
PrivateFrameworks/GeoServices/GEOPOIEvent.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
17
2018-11-13T04:02:58.000Z
2022-01-20T09:27:13.000Z
PrivateFrameworks/GeoServices/GEOPOIEvent.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
3
2018-04-06T02:02:27.000Z
2018-10-02T01:12:10.000Z
PrivateFrameworks/GeoServices/GEOPOIEvent.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 "NSSecureCoding.h" @class GEOCacheInvalidationData, GEOMapItemIdentifier, NSArray, NSDateInterval, NSString, NSTimeZone; @interface GEOPOIEvent : NSO...
43.016949
123
0.789204
94d04c42a42f19684844065ee391f40eef0586ce
1,198
c
C
ext/digest/murmurhash/2.c
ksss/digest-murmurhash
e79f43165c5f38c04f84e5560cba4e268723fe16
[ "MIT" ]
33
2015-02-17T21:24:27.000Z
2021-03-26T23:37:07.000Z
ext/digest/murmurhash/2.c
ksss/digest-murmurhash
e79f43165c5f38c04f84e5560cba4e268723fe16
[ "MIT" ]
1
2016-12-30T11:43:00.000Z
2016-12-30T14:29:12.000Z
ext/digest/murmurhash/2.c
ksss/digest-murmurhash
e79f43165c5f38c04f84e5560cba4e268723fe16
[ "MIT" ]
7
2015-07-02T12:05:34.000Z
2021-06-04T07:30:44.000Z
/* * MurmurHash2 (C) Austin Appleby */ #include "init.h" static uint32_t murmur_hash_process2(const char *data, uint32_t length, uint32_t seed) { const uint32_t m = MURMURHASH_MAGIC; const uint8_t r = 24; uint32_t h, k; h = seed ^ length; while (4 <= length) { k = *(uint32_t*)data; k *= m; k...
17.362319
80
0.615192
9ea75b8f73d2ca71717d8bbdb9757fc3273ae3cb
322
h
C
vowpalwabbit/explore_eval.h
Debjoy10/vowpal_wabbit
21b1e4cb46e9bc21dd773013a79785f1d032ab97
[ "BSD-3-Clause" ]
2
2021-02-16T14:20:34.000Z
2021-02-16T16:37:43.000Z
vowpalwabbit/explore_eval.h
KonstantinKlepikov/vowpal_wabbit
d24912fb51a838e2034fe897865ce29963f90e65
[ "BSD-3-Clause" ]
null
null
null
vowpalwabbit/explore_eval.h
KonstantinKlepikov/vowpal_wabbit
d24912fb51a838e2034fe897865ce29963f90e65
[ "BSD-3-Clause" ]
null
null
null
// Copyright (c) by respective owners including Yahoo!, Microsoft, and // individual contributors. All rights reserved. Released under a BSD (revised) // license as described in the file LICENSE. #pragma once #include "reductions_fwd.h" LEARNER::base_learner* explore_eval_setup(VW::config::options_i& options, vw& all)...
40.25
83
0.773292
d2257df583164dc73e976041ed49039ded2d638a
2,063
h
C
platform_bionic-android-vts-12.0_r2/libc/malloc_debug/debug_log.h
webos21/xbionic
ffb3965e86ae4a921d0cffbfdc44cbdfe6acf67a
[ "Apache-2.0" ]
1
2019-05-04T02:30:08.000Z
2019-05-04T02:30:08.000Z
platform_bionic-android-vts-12.0_r2/libc/malloc_debug/debug_log.h
webos21/xbionic
ffb3965e86ae4a921d0cffbfdc44cbdfe6acf67a
[ "Apache-2.0" ]
null
null
null
platform_bionic-android-vts-12.0_r2/libc/malloc_debug/debug_log.h
webos21/xbionic
ffb3965e86ae4a921d0cffbfdc44cbdfe6acf67a
[ "Apache-2.0" ]
null
null
null
/* * Copyright (C) 2009 The Android Open Source Project * All rights reserved. * * 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, t...
47.976744
92
0.702375