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
ec12aa83221a94d8440547ffc834a4dabe3b283f
753
h
C
include/SpringBoard/SBBlockWorkspaceQueueTestRecipe.h
ItHertzSoGood/DragonBuild
1aaf6133ab386ba3a5165a4b29c080ca8d814b52
[ "MIT" ]
3
2020-06-20T02:53:25.000Z
2020-11-07T08:39:13.000Z
include/SpringBoard/SBBlockWorkspaceQueueTestRecipe.h
elihwyma/DragonBuild
0891eb72d33d59fc05f8455a8a30ce6eebebddec
[ "MIT" ]
null
null
null
include/SpringBoard/SBBlockWorkspaceQueueTestRecipe.h
elihwyma/DragonBuild
0891eb72d33d59fc05f8455a8a30ce6eebebddec
[ "MIT" ]
1
2020-07-26T02:16:06.000Z
2020-07-26T02:16:06.000Z
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Mar 22 2020 01:47:48). // // Copyright (C) 1997-2019 Steve Nygard. // #import <objc/NSObject.h> #import <SpringBoard/SBTestRecipe-Protocol.h> @class FBWorkspaceEventQueueLock, NSTimer; @interface SBBlockWorkspaceQueueTestRecipe : NSObject <SBTe...
25.1
103
0.749004
578286ec430e48038b3a964974058809d9337701
231
c
C
src/map/free_map.c
Nilexplr/my_rpg_2017
f4ef26df6265c16f7a22afd6ecb9045c43959c63
[ "MIT" ]
3
2020-03-08T01:22:50.000Z
2020-05-01T09:03:58.000Z
src/map/free_map.c
Nilexplr/my_world
536dfde00bc624fc4826de985c555ad8b30b7d2a
[ "MIT" ]
null
null
null
src/map/free_map.c
Nilexplr/my_world
536dfde00bc624fc4826de985c555ad8b30b7d2a
[ "MIT" ]
null
null
null
/* ** EPITECH PROJECT, 2018 ** create_map.c ** File description: ** julien.ollivier@epitech.eu */ #include <stdlib.h> void free_map(float **map) { if (!map) return; for (int i = 0; map[i] ; i++) free(map[i]); free(map); }
12.833333
30
0.606061
f35fecefa4c2cf2b6a06d538a0a3d384e82dada0
533
h
C
rift.h
OhioIon/riftDriverWin
7be84f57141f86b49e6fc7406ea1ed7781c0afa9
[ "MIT" ]
2
2021-03-27T04:45:58.000Z
2021-04-24T04:07:38.000Z
rift.h
OhioIon/riftDriverWin
7be84f57141f86b49e6fc7406ea1ed7781c0afa9
[ "MIT" ]
null
null
null
rift.h
OhioIon/riftDriverWin
7be84f57141f86b49e6fc7406ea1ed7781c0afa9
[ "MIT" ]
null
null
null
#ifndef _RIFT_H #define _RIFT_H // ********************* Includes ********************* // #include <stdint.h> #include <stdio.h> #include <windows.h> // ********************* Defines ********************* // // ********************* Types ********************* // // ********************* Data...
25.380952
64
0.362101
b3d7d08053c13071ca763b42a99638c5b9b3c885
9,436
c
C
nitan/cmds/adm/setcoor.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
1
2019-03-27T07:25:16.000Z
2019-03-27T07:25:16.000Z
nitan/cmds/adm/setcoor.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
nitan/cmds/adm/setcoor.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
// This program is a part of NT MudLIB // Written by Lonely@nitan.org // setcoor.c inherit F_CLEAN_UP; #define SYNTAX "syntax: setcoor x,y,z\n" #define VALUE query("env/setcoor", this_player(1)) //#define VALUE 10 mapping map_dirs = ([ "enter" : ([ "x" : -1, "y" : -1, ...
35.473684
130
0.373145
b3e0c6d84acc528ab7c8de042f728d43af684ace
216
h
C
UICategory/YMUIKit/YMCategory/YMRichTextPattern/YMEmojPattern.h
acekiller/UICategory
b8d956d40b12e317cec3dff67f99b1900c58525e
[ "MIT" ]
null
null
null
UICategory/YMUIKit/YMCategory/YMRichTextPattern/YMEmojPattern.h
acekiller/UICategory
b8d956d40b12e317cec3dff67f99b1900c58525e
[ "MIT" ]
null
null
null
UICategory/YMUIKit/YMCategory/YMRichTextPattern/YMEmojPattern.h
acekiller/UICategory
b8d956d40b12e317cec3dff67f99b1900c58525e
[ "MIT" ]
null
null
null
// // YMEmojPattern.h // UICategory // // Created by fengxijun on 5/10/16. // Copyright © 2016 goappbox. All rights reserved. // #import "YMRichTextPattern.h" @interface YMEmojPattern : YMRichTextPattern @end
15.428571
51
0.708333
7e7cc58452678156a3710bb4927024f6e05824e6
244
h
C
KRProduct/KRProduct/Classes/Store/StoreDetail/Controller/KRStoreDetailController.h
KinRainModulization/KRProduct
c9469a9493e62a045e134a320c1c8741180ebee3
[ "MIT" ]
null
null
null
KRProduct/KRProduct/Classes/Store/StoreDetail/Controller/KRStoreDetailController.h
KinRainModulization/KRProduct
c9469a9493e62a045e134a320c1c8741180ebee3
[ "MIT" ]
null
null
null
KRProduct/KRProduct/Classes/Store/StoreDetail/Controller/KRStoreDetailController.h
KinRainModulization/KRProduct
c9469a9493e62a045e134a320c1c8741180ebee3
[ "MIT" ]
null
null
null
// // KRStoreDetailController.h // KRProduct // // Created by LX on 2018/1/5. // Copyright © 2018年 Ace. All rights reserved. // #import <KRPublishLibrary/BaseViewController.h> @interface KRStoreDetailController : BaseViewController @end
17.428571
55
0.737705
47a7b0f24a50259859b32fc2a722aba40cc7d5af
2,575
h
C
src/main/third_party/lock/shared_lock.h
tinro/RedGiant
01cd9d8d13d5b5db581af771a51e32e5e96dba85
[ "MIT" ]
17
2016-05-30T07:20:45.000Z
2021-08-16T07:40:42.000Z
src/main/third_party/lock/shared_lock.h
tinro/RedGiant
01cd9d8d13d5b5db581af771a51e32e5e96dba85
[ "MIT" ]
13
2016-04-21T03:30:18.000Z
2016-06-02T03:48:50.000Z
src/main/third_party/lock/shared_lock.h
tinro/RedGiant
01cd9d8d13d5b5db581af771a51e32e5e96dba85
[ "MIT" ]
5
2016-05-24T11:49:13.000Z
2016-06-06T09:22:17.000Z
#ifndef SRC_MAIN_CORE_LOCK_SHARED_LOCK_H_ #define SRC_MAIN_CORE_LOCK_SHARED_LOCK_H_ #include <mutex> #include <system_error> #include <utility> namespace redgiant { /* * A simple version of c++14 shared_lock without timed features */ /// shared_lock template<typename _Mutex> class shared_lock { public: typedef _...
21.106557
74
0.677282
24f1ff8ebbeb87ab8c360e161cbab88919b739e3
1,541
c
C
conpad.c
ThymoNL/conpad
e9907091f6c03f0fe8464e71402d74a349848eb7
[ "MIT" ]
null
null
null
conpad.c
ThymoNL/conpad
e9907091f6c03f0fe8464e71402d74a349848eb7
[ "MIT" ]
null
null
null
conpad.c
ThymoNL/conpad
e9907091f6c03f0fe8464e71402d74a349848eb7
[ "MIT" ]
null
null
null
// SPDX-License-Identifier: MIT #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <string.h> void usage() { puts("Concatenate contents from all arguments and print to stdout."); } int main(int argc, char *argv[]) { const int padding = 1; if (argc < 2) { usage(); return 1; ...
19.2625
102
0.523037
2a86ae53f1f4f138b74ef9b0cb36ae674f8d157c
385
h
C
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/FMLModelConfigLoader.h
ceekay1991/AliPayForDebug
5795e5db31e5b649d4758469b752585e63e84d94
[ "MIT" ]
5
2020-03-29T12:08:37.000Z
2021-05-26T05:20:11.000Z
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/FMLModelConfigLoader.h
ceekay1991/AliPayForDebug
5795e5db31e5b649d4758469b752585e63e84d94
[ "MIT" ]
null
null
null
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/FMLModelConfigLoader.h
ceekay1991/AliPayForDebug
5795e5db31e5b649d4758469b752585e63e84d94
[ "MIT" ]
5
2020-04-17T03:24:04.000Z
2022-03-30T05:42:17.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 <objc/NSObject.h> @interface FMLModelConfigLoader : NSObject { } + (id)configFilesWithFolder:(id)arg1; + (id)loadConfigsWithC...
20.263158
90
0.701299
631b09393eb20ca344bc957afd9fc645c8e18a3f
2,420
h
C
Sources/CryGame C++/Solution1/CryCommon/CRETerrainSector.h
fromasmtodisasm/CryENGINE_MOD_SDK
0b242ffcf615cdc0177f6c96b03b4d60a4338321
[ "FSFAP" ]
null
null
null
Sources/CryGame C++/Solution1/CryCommon/CRETerrainSector.h
fromasmtodisasm/CryENGINE_MOD_SDK
0b242ffcf615cdc0177f6c96b03b4d60a4338321
[ "FSFAP" ]
null
null
null
Sources/CryGame C++/Solution1/CryCommon/CRETerrainSector.h
fromasmtodisasm/CryENGINE_MOD_SDK
0b242ffcf615cdc0177f6c96b03b4d60a4338321
[ "FSFAP" ]
1
2021-04-13T22:35:28.000Z
2021-04-13T22:35:28.000Z
////////////////////////////////////////////////////////////////////// // // Crytek Source code // Copyright (c) Crytek 2001-2004 // // File: CRETerrainSector.h // Description: Misc Renderer element interface. // // History: // - File created by Khonich Andrey // - February 2005: Modified by Marco Corbett...
23.269231
71
0.525207
f24a77b3942cc03573cff9bd94f087f4be938918
439
h
C
Pods/YelpAPI/Classes/Client/YLPClient+Business.h
Armandocarrillo/YetiDate
f02583cd3dc29fac83c4dd38ca59ff70c357dd95
[ "MIT" ]
66
2016-04-14T17:53:20.000Z
2022-02-17T03:00:25.000Z
Pods/YelpAPI/Classes/Client/YLPClient+Business.h
Armandocarrillo/YetiDate
f02583cd3dc29fac83c4dd38ca59ff70c357dd95
[ "MIT" ]
61
2016-04-13T19:03:05.000Z
2020-08-26T04:33:22.000Z
Pods/YelpAPI/Classes/Client/YLPClient+Business.h
Armandocarrillo/YetiDate
f02583cd3dc29fac83c4dd38ca59ff70c357dd95
[ "MIT" ]
66
2016-04-27T16:03:33.000Z
2020-03-15T19:51:01.000Z
// // YLPClient+Business.h // Pods // // Created by David Chen on 1/4/16. // // #import "YLPClient.h" @class YLPBusiness; NS_ASSUME_NONNULL_BEGIN typedef void(^YLPBusinessCompletionHandler)(YLPBusiness * _Nullable business, NSError * _Nullable error); @interface YLPClient (Business) - (void)businessWithId:(NSSt...
18.291667
105
0.767654
0bd535752d3a54ff97b2dfd1639c9009a9413b4a
653
h
C
tdd_game1/tdd_game1.h
nathhB/raylib-webrtc_bomberman
4d43e9d5856107e14371339c5d93af25f1cb58d8
[ "Zlib" ]
21
2020-04-27T17:45:13.000Z
2022-03-17T07:42:11.000Z
tdd_game1/tdd_game1.h
nathhB/raylib-webrtc_bomberman
4d43e9d5856107e14371339c5d93af25f1cb58d8
[ "Zlib" ]
null
null
null
tdd_game1/tdd_game1.h
nathhB/raylib-webrtc_bomberman
4d43e9d5856107e14371339c5d93af25f1cb58d8
[ "Zlib" ]
2
2020-05-16T17:22:03.000Z
2022-01-23T20:55:30.000Z
#ifndef TDD_GAME1_H_INCLUDED #define TDD_GAME1_H_INCLUDED #include <stdio.h> #include <raylib.h> #include <raymath.h> #include <tdd_ecs.h> #include <tdd_network.h> #define MAX_PLAYERS 4 #define PLAYER_NICKNAME_MAX_LENGTH 12 #define NEXT_ROUND_DELAY_MS 5000 #define ROUND_TIME_SEC 120 #define MAX_REQUIRED_ROUNDS 5 typ...
23.321429
45
0.782542
921f51372bee8e3858f7ce4bb8bf6bd1df0710b1
131
h
C
ui/HUImageView.h
rsms/hunch-cocoa
43d56bad1bb8b8df39f3135ff139cf9e0af41c02
[ "Unlicense" ]
2
2015-03-23T19:12:15.000Z
2016-05-16T04:33:24.000Z
ui/HUImageView.h
rsms/hunch-cocoa
43d56bad1bb8b8df39f3135ff139cf9e0af41c02
[ "Unlicense" ]
null
null
null
ui/HUImageView.h
rsms/hunch-cocoa
43d56bad1bb8b8df39f3135ff139cf9e0af41c02
[ "Unlicense" ]
null
null
null
@interface HUImageView : NSImageView { NSArray *paths; } @property(assign) NSArray *paths; @property(assign) NSString *path; @end
18.714286
38
0.748092
d8b787bd46b00eba8470b905bba36e0149321046
955
h
C
skypath_lib.h
agabrown/astrometric-sky-path
a72e4dc2db09038191f2fc03969228d91b4f39ee
[ "MIT" ]
3
2019-07-16T16:59:20.000Z
2022-02-17T07:15:37.000Z
skypath_lib.h
agabrown/astrometric-sky-path
a72e4dc2db09038191f2fc03969228d91b4f39ee
[ "MIT" ]
null
null
null
skypath_lib.h
agabrown/astrometric-sky-path
a72e4dc2db09038191f2fc03969228d91b4f39ee
[ "MIT" ]
null
null
null
/* * Header file for skypath_lib.c * * Anthony Brown 23 Aug 2011 - Oct 2018 */ #include <stdio.h> #include <stdlib.h> #include <math.h> #include <string.h> #include "sofa.h" #include "sofam.h" #include "vecmat_utils.h" #include "astrometry.h" // Rename a number of the SOFA constants for clarity static const doub...
24.487179
93
0.726702
b14953d7c42857f62f591e778f1b08d0217fc952
6,953
h
C
xar/src/cpp_stl_11/xar.h
kaitai-io/formats-kaitai-io.github.io
2700514a2a8f67c5351fe93962c70abea02fd3d3
[ "0BSD" ]
4
2018-12-10T09:21:19.000Z
2021-11-03T16:43:22.000Z
xar/src/cpp_stl_11/xar.h
kaitai-io/formats-kaitai-io.github.io
2700514a2a8f67c5351fe93962c70abea02fd3d3
[ "0BSD" ]
null
null
null
xar/src/cpp_stl_11/xar.h
kaitai-io/formats-kaitai-io.github.io
2700514a2a8f67c5351fe93962c70abea02fd3d3
[ "0BSD" ]
3
2019-04-08T08:22:22.000Z
2021-10-10T19:11:51.000Z
#pragma once // This is a generated file! Please edit source .ksy file and use kaitai-struct-compiler to rebuild #include "kaitai/kaitaistruct.h" #include <stdint.h> #include <memory> #if KAITAI_STRUCT_VERSION < 9000L #error "Incompatible Kaitai Struct C++/STL API: version 0.9 or later is required" #endif /** * Fr...
29.713675
107
0.646052
d24747ffb50cd975dca357c4a214d0293f5edb4f
1,373
c
C
libk/WARF/wind.c
eingaeph/pip.imbue.hood
7aa271dadd1d23b19a95a68961b19f4249eec14e
[ "BSD-2-Clause" ]
null
null
null
libk/WARF/wind.c
eingaeph/pip.imbue.hood
7aa271dadd1d23b19a95a68961b19f4249eec14e
[ "BSD-2-Clause" ]
null
null
null
libk/WARF/wind.c
eingaeph/pip.imbue.hood
7aa271dadd1d23b19a95a68961b19f4249eec14e
[ "BSD-2-Clause" ]
null
null
null
#include "../libk.h" /* wind.c write a window into text to the screen window coordinates require intital cursor at top left that is text coordinate position xmin, ymin is at the top left at the screen note: wind.c is written in terms of text coordinates x,y */ void wind(int xmin, int xm...
26.921569
69
0.613256
9a69d85687d9ae65f3745c7f6a899fa3b7ac338d
2,348
h
C
libncftp-3.2.6/sio/wincfg.h
AYM1607/advanced_programming_ad2020
e10d0ec0504c1aa1df1555f4e9a330d7ff5d3c61
[ "MIT" ]
null
null
null
libncftp-3.2.6/sio/wincfg.h
AYM1607/advanced_programming_ad2020
e10d0ec0504c1aa1df1555f4e9a330d7ff5d3c61
[ "MIT" ]
null
null
null
libncftp-3.2.6/sio/wincfg.h
AYM1607/advanced_programming_ad2020
e10d0ec0504c1aa1df1555f4e9a330d7ff5d3c61
[ "MIT" ]
null
null
null
/* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ /* #define alarm_time_t unsigned int */ /* leave undefined */ #define gethost_addrptr_t const char * #define gethostname_size_t int #define listen_backlog_t int #define read_return_t in...
27.952381
77
0.710392
82c93da676cc4aa6fc91de8bfa62a2718d75a105
304
h
C
usr/libexec/assistant_cdmd/NSData-CDMJSONSerialization.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
2
2021-11-02T09:23:27.000Z
2022-03-28T08:21:57.000Z
usr/libexec/assistant_cdmd/NSData-CDMJSONSerialization.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
null
null
null
usr/libexec/assistant_cdmd/NSData-CDMJSONSerialization.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
1
2022-03-28T08:21:59.000Z
2022-03-28T08:21:59.000Z
// // Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20). // // Copyright (C) 1997-2019 Steve Nygard. // #import <Foundation/NSData.h> @interface NSData (CDMJSONSerialization) - (id)_cdm_safeJSONString; // IMP=0x0000000100035d08 @end
23.384615
120
0.720395
324101ce163cfcdb6507916f6d0f4ec829670f7d
243
c
C
baekjoon/1735/source.c
qilip/ACMStudy
c4d6f31b01358ead4959c92f1fac59a3826f3f77
[ "CC-BY-3.0" ]
4
2020-02-02T08:34:46.000Z
2021-10-01T11:21:17.000Z
baekjoon/1735/source.c
qilip/ACMStudy
c4d6f31b01358ead4959c92f1fac59a3826f3f77
[ "CC-BY-3.0" ]
1
2021-09-04T14:03:50.000Z
2021-09-04T14:03:50.000Z
baekjoon/1735/source.c
qilip/ACMStudy
c4d6f31b01358ead4959c92f1fac59a3826f3f77
[ "CC-BY-3.0" ]
null
null
null
#include <stdio.h> int e(int a, int b){ return a%b ? e(b, a%b) : b; } int main(void){ int a, b, c, d, q, w, k, t; scanf("%d %d %d %d", &a, &b, &c, &d); q = a*d+c*b; w = b*d; k = e(q, w); printf("%d %d", q/k, w/k); }
16.2
41
0.399177
aabb89f8fff226e4c9f422b0969e148887a05e3b
632
h
C
Dark soft/Buhtrap Source Code/10.vnc/VNC/VNC/layout.h
ExaByt3s/hack_scripts
cc801b36ea25f3b5a82d2900f53f5036e7abd8ad
[ "WTFPL" ]
3
2021-01-22T19:32:23.000Z
2022-01-03T01:06:44.000Z
Dark soft/IFSB_Bot src/IFSB_Source Code/10.vnc/VNC/VNC/layout.h
a04512/hack_scripts
cc801b36ea25f3b5a82d2900f53f5036e7abd8ad
[ "WTFPL" ]
null
null
null
Dark soft/IFSB_Bot src/IFSB_Source Code/10.vnc/VNC/VNC/layout.h
a04512/hack_scripts
cc801b36ea25f3b5a82d2900f53f5036e7abd8ad
[ "WTFPL" ]
1
2019-06-18T22:10:53.000Z
2019-06-18T22:10:53.000Z
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // VNC project. Version 1.9.17.3 // // module: layout.h // $Revision: 186 $ // $Date: 2014-07-04 19:05:58 +0400 (Пт, 04 июл 2014) $ // description: // keyboard layout switcher #ifndef LAYOU...
26.333333
119
0.583861
6537f64b0f68878377fe82670135d6eff6109907
4,953
h
C
celix/framework/public/include/bundle_revision.h
marcojansen/android-inaetics
c9b938c6a1323a96e8d7094f3a74300f67872bc4
[ "Apache-2.0" ]
null
null
null
celix/framework/public/include/bundle_revision.h
marcojansen/android-inaetics
c9b938c6a1323a96e8d7094f3a74300f67872bc4
[ "Apache-2.0" ]
null
null
null
celix/framework/public/include/bundle_revision.h
marcojansen/android-inaetics
c9b938c6a1323a96e8d7094f3a74300f67872bc4
[ "Apache-2.0" ]
null
null
null
/* *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 no...
36.962687
136
0.752271
6539513eeca719af100a5e1d060d1acb253e2491
1,606
h
C
include/VRoutine/inner/AtomicQueueBase.h
fengsheng666/VictorRoutine
d9c9b9c9e49ead47812a0a1ddb08e777cea3a4cf
[ "Apache-2.0" ]
3
2021-09-16T08:49:25.000Z
2021-11-07T20:20:40.000Z
include/VRoutine/inner/AtomicQueueBase.h
fengsheng666/VictorRoutine
d9c9b9c9e49ead47812a0a1ddb08e777cea3a4cf
[ "Apache-2.0" ]
null
null
null
include/VRoutine/inner/AtomicQueueBase.h
fengsheng666/VictorRoutine
d9c9b9c9e49ead47812a0a1ddb08e777cea3a4cf
[ "Apache-2.0" ]
null
null
null
// Copyright (c) 2020 Feng Sheng(EN. Victor Fung) // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
26.327869
75
0.709838
04cb07ee173b0eda4db5b211cdc4a01983bcebc3
1,688
h
C
src/include/fst/script/reweight.h
grammatek/openfst
ee52bdb80e60a0d0e82ba9399d53a4bb876a966a
[ "Apache-2.0" ]
25
2016-02-19T18:03:58.000Z
2022-03-09T08:12:41.000Z
src/include/fst/script/reweight.h
grammatek/openfst
ee52bdb80e60a0d0e82ba9399d53a4bb876a966a
[ "Apache-2.0" ]
1
2021-03-11T12:30:20.000Z
2021-03-11T12:30:20.000Z
src/include/fst/script/reweight.h
grammatek/openfst
ee52bdb80e60a0d0e82ba9399d53a4bb876a966a
[ "Apache-2.0" ]
22
2016-02-09T07:49:44.000Z
2022-02-03T06:40:27.000Z
// Copyright 2005-2020 Google LLC // // Licensed under the Apache License, Version 2.0 (the 'License'); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to...
32.461538
80
0.727488
ca92b542457c11858986abe3b1426e45b0eb5d6e
3,688
c
C
Cores/Atari800/atari800-src/pbi_proto80.c
werminghoff/Provenance
de61b4a64a3eb8e2774e0a8ed53488c6c7aa6cb2
[ "BSD-3-Clause" ]
3,459
2015-01-07T14:07:09.000Z
2022-03-25T03:51:10.000Z
Cores/Atari800/atari800-src/pbi_proto80.c
werminghoff/Provenance
de61b4a64a3eb8e2774e0a8ed53488c6c7aa6cb2
[ "BSD-3-Clause" ]
1,046
2018-03-24T17:56:16.000Z
2022-03-23T08:13:09.000Z
Cores/Atari800/atari800-src/pbi_proto80.c
werminghoff/Provenance
de61b4a64a3eb8e2774e0a8ed53488c6c7aa6cb2
[ "BSD-3-Clause" ]
549
2015-01-07T14:07:15.000Z
2022-01-07T16:13:05.000Z
/* * pbi_proto.c - Emulation of a prototype 80 column board for the * Atari 1090 expansion interface. * * Copyright (C) 2007-2008 Perry McFarlane * Copyright (C) 2002-2008 Atari800 development team (see DOC/CREDITS) * * This file is part of the Atari800 emulator project which emulates * the Atari 400, 800, 800X...
24.104575
85
0.708243
1082afdf0b4b76b0432278234fd322b2347ab3b5
793
h
C
matMPi.h
Nayaco/Mpi_Matrix
bb7849eb5f1d49c64bf94f39cee6fddd601ce43a
[ "MIT" ]
null
null
null
matMPi.h
Nayaco/Mpi_Matrix
bb7849eb5f1d49c64bf94f39cee6fddd601ce43a
[ "MIT" ]
null
null
null
matMPi.h
Nayaco/Mpi_Matrix
bb7849eb5f1d49c64bf94f39cee6fddd601ce43a
[ "MIT" ]
null
null
null
#ifndef MATMPI_H #define MATMPI_H #include <assert.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <mpi.h> #include "mat.h" #define NOSYNC 0 #define SYNC 1 #define MIN_LEN_P 131072 struct conn{ MPI_Comm _comm; mwise_callback *_wiseList; int list_len; ...
20.333333
63
0.711223
b783b59d15e14896a37defda03a9729d1a587f39
903
h
C
usr/include/spike-fuzzer/spike_oncrpc.h
SofianeHamlaoui/Spike-Fuzzer
24551e4fa7a5183f22390a4a274229b122d2e55f
[ "MIT" ]
2
2021-01-19T18:48:54.000Z
2021-03-19T13:34:45.000Z
usr/include/spike-fuzzer/spike_oncrpc.h
SofianeHamlaoui/Spike-Fuzzer
24551e4fa7a5183f22390a4a274229b122d2e55f
[ "MIT" ]
null
null
null
usr/include/spike-fuzzer/spike_oncrpc.h
SofianeHamlaoui/Spike-Fuzzer
24551e4fa7a5183f22390a4a274229b122d2e55f
[ "MIT" ]
3
2019-12-13T17:47:56.000Z
2021-03-11T21:34:14.000Z
/* spike_oncrpc.h * Dominique Brezinski, 2002 * License: GPL v2.0 * * This is the public header file for spike_oncrpc.c * Use these functions to fuzz ONC-RPC applications to your heart's content */ #include <sys/types.h> #include "spike.h" struct onc_endpoint { uint prognum; uint progver; uint prot...
21.5
75
0.750831
2e8e68a17cfb821f44c72bdae0fed1754c7099e5
22,488
c
C
openair2/NETWORK_DRIVER/MESH/tool.c
danghoaison91/openairinterface
ca28acccb2dfe85a0644d5fd6d379928d89f72a6
[ "Apache-2.0" ]
9
2019-09-09T19:57:39.000Z
2022-02-16T02:03:51.000Z
openair2/NETWORK_DRIVER/MESH/tool.c
danghoaison91/openairinterface
ca28acccb2dfe85a0644d5fd6d379928d89f72a6
[ "Apache-2.0" ]
null
null
null
openair2/NETWORK_DRIVER/MESH/tool.c
danghoaison91/openairinterface
ca28acccb2dfe85a0644d5fd6d379928d89f72a6
[ "Apache-2.0" ]
5
2019-06-11T17:18:47.000Z
2021-10-16T04:05:07.000Z
/* * Licensed to the OpenAirInterface (OAI) Software Alliance under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The OpenAirInterface Software Alliance licenses this file to You under * the OAI Public Lic...
25.295838
139
0.54518
c82b3402477b2df681b9c4cbf970b51f9b5a38ba
757
h
C
mojowannabe/mojowannabe.h
towbes/rancha
156c69ca298d489cd660ee7ab2ba96bdec455e44
[ "MIT" ]
null
null
null
mojowannabe/mojowannabe.h
towbes/rancha
156c69ca298d489cd660ee7ab2ba96bdec455e44
[ "MIT" ]
null
null
null
mojowannabe/mojowannabe.h
towbes/rancha
156c69ca298d489cd660ee7ab2ba96bdec455e44
[ "MIT" ]
1
2022-01-03T16:46:02.000Z
2022-01-03T16:46:02.000Z
#pragma once #include "Resource.h" #include "Account.h" #include <string> #include <CommCtrl.h> #include <iostream> #include <fstream> #include <filesystem> //Index of menu for server, account name, password int LaunchDaoc(int server, const wchar_t* acct, const wchar_t* password, const wchar_t* character, int realm)...
26.103448
110
0.77675
c8f0f9dc0a3dbc7726dd67021fd4715353584657
4,810
h
C
TELCOVOICEMgrHal_Stub/include/TELCOVOICEMgrHal.h
rdkcmf/rdkb-tools-tdkb
9f9c3600cd701d5fc90ac86a6394ebd28d49267e
[ "Apache-2.0" ]
null
null
null
TELCOVOICEMgrHal_Stub/include/TELCOVOICEMgrHal.h
rdkcmf/rdkb-tools-tdkb
9f9c3600cd701d5fc90ac86a6394ebd28d49267e
[ "Apache-2.0" ]
null
null
null
TELCOVOICEMgrHal_Stub/include/TELCOVOICEMgrHal.h
rdkcmf/rdkb-tools-tdkb
9f9c3600cd701d5fc90ac86a6394ebd28d49267e
[ "Apache-2.0" ]
null
null
null
/* *If not stated otherwise in this file or this component's Licenses.txt file the * following copyright and licenses apply: * * Copyright 2021 RDK Management * * 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...
54.659091
252
0.739709
ae7cf554d17234de4433d35810d8e290359dfde2
394
c
C
qemu_mode/qemu-2.10.0/stubs/arch-query-cpu-model-expansion.c
braymar/afl
a6b2dad6bbd9c9401814e088582bc04a074651eb
[ "Apache-2.0" ]
60
2020-10-14T07:11:48.000Z
2022-02-14T23:00:51.000Z
qemu_mode/qemu-2.10.0/stubs/arch-query-cpu-model-expansion.c
braymar/afl
a6b2dad6bbd9c9401814e088582bc04a074651eb
[ "Apache-2.0" ]
8
2020-10-19T02:17:19.000Z
2022-01-15T05:52:46.000Z
qemu_mode/qemu-2.10.0/stubs/arch-query-cpu-model-expansion.c
braymar/afl
a6b2dad6bbd9c9401814e088582bc04a074651eb
[ "Apache-2.0" ]
17
2020-10-14T07:13:47.000Z
2022-03-31T03:40:44.000Z
#include "qemu/osdep.h" #include "qemu-common.h" #include "sysemu/arch_init.h" #include "qapi/qmp/qerror.h" CpuModelExpansionInfo *arch_query_cpu_model_expansion(CpuModelExpansionType type, CpuModelInfo *mode, E...
30.307692
81
0.558376
ebe6cd674cdfa1c67bb4a909cb4deb28e733f1a8
21,090
c
C
netbsd/sys/dev/rnd.c
shisa/kame-shisa
25dfcf220c0cd8192e475a602501206ccbd9263e
[ "BSD-3-Clause" ]
1
2019-10-15T06:29:32.000Z
2019-10-15T06:29:32.000Z
netbsd/sys/dev/rnd.c
shisa/kame-shisa
25dfcf220c0cd8192e475a602501206ccbd9263e
[ "BSD-3-Clause" ]
null
null
null
netbsd/sys/dev/rnd.c
shisa/kame-shisa
25dfcf220c0cd8192e475a602501206ccbd9263e
[ "BSD-3-Clause" ]
3
2017-01-09T02:15:36.000Z
2019-10-15T06:30:25.000Z
/* $NetBSD: rnd.c,v 1.26 2002/03/08 20:48:37 thorpej Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Michael Graff <explorer@flame.org>. This code uses ideas and * algorithms from the Linux driv...
21.697531
78
0.668658
d944313612cd0d419d3a3287eab0e79b7cf31ba7
3,020
h
C
lasrc/c_version/src/output.h
ldj01/espa-surface-reflectance
d6f617095710883763734ff6d8943e80822d80ed
[ "Unlicense" ]
1
2020-02-25T20:07:43.000Z
2020-02-25T20:07:43.000Z
lasrc/c_version/src/output.h
ldj01/espa-surface-reflectance
d6f617095710883763734ff6d8943e80822d80ed
[ "Unlicense" ]
null
null
null
lasrc/c_version/src/output.h
ldj01/espa-surface-reflectance
d6f617095710883763734ff6d8943e80822d80ed
[ "Unlicense" ]
1
2020-02-25T20:07:48.000Z
2020-02-25T20:07:48.000Z
#ifndef OUTPUT_H #define OUTPUT_H #include "common.h" #include "input.h" /* Define some of the constants to use in the output data products */ #define FILL_VALUE -9999 #define RADSAT_FILL_VALUE 1 #define CLOUD_FILL_VALUE 0 #define SCALE_FACTOR 0.0001 #define MULT_FACTOR 10000.0 #define SCALE_FACTOR_TH 0.1 #define MUL...
34.712644
79
0.612914
c124da7547b6002a0d2daca4e9de43d14c98baae
2,843
h
C
meeting-qt/meeting-ipc/nem_sdk_interface/premeeting_service.h
GrowthEase/-
5cc7cab95fc309049de8023ff618219dff22d773
[ "MIT" ]
48
2022-03-02T07:15:08.000Z
2022-03-31T08:37:33.000Z
meeting-qt/meeting-ipc/nem_sdk_interface/premeeting_service.h
chandarlee/Meeting
9350fdea97eb2cdda28b8bffd9c4199de15460d9
[ "MIT" ]
1
2022-02-16T01:54:05.000Z
2022-02-16T01:54:05.000Z
meeting-qt/meeting-ipc/nem_sdk_interface/premeeting_service.h
chandarlee/Meeting
9350fdea97eb2cdda28b8bffd9c4199de15460d9
[ "MIT" ]
9
2022-03-01T13:41:37.000Z
2022-03-10T06:05:23.000Z
/** * @file premeeting_service.h * @brief 预约会议头文件 * @copyright (c) 2014-2021, NetEase Inc. All rights reserved * @author * @date 2021/04/08 */ #ifndef NEM_SDK_INTERFACE_INTERFACE_PREMEETING_SERVICE_H_ #define NEM_SDK_INTERFACE_INTERFACE_PREMEETING_SERVICE_H_ #include "service_define.h" #include <list> NNEM_SD...
27.07619
119
0.705593
1e2df04b33dc6123822097c9b491b867e880ea7b
126
h
C
wasm/src/lib/assert.h
carlpett/opa
7559ad0f51c051e56667b5d723f52cb42c979b0e
[ "Apache-2.0" ]
4
2020-10-06T11:03:26.000Z
2021-08-24T10:47:50.000Z
wasm/src/lib/assert.h
carlpett/opa
7559ad0f51c051e56667b5d723f52cb42c979b0e
[ "Apache-2.0" ]
1
2022-01-22T16:36:54.000Z
2022-01-22T16:36:54.000Z
wasm/src/lib/assert.h
soluble-ai/opa
eb8e8d186566c5c195e6b9497ca7d410300a16d6
[ "Apache-2.0" ]
1
2020-05-17T15:09:15.000Z
2020-05-17T15:09:15.000Z
#ifndef OPA_ASSERT_H #define OPA_ASSERT_H #include "../std.h" #define assert(expr) ((expr) ? 0 : opa_abort(#expr)); #endif
14
53
0.68254
8c0d707faf29ec119be9f8330f3f05f19f31eca2
2,224
h
C
Example/Pods/Headers/Public/XYCommonKit/NSString+XYDateStringExt.h
LinkRober/RBMonitor
472e7f1d8083da6c652b69f225411af4e1eba95f
[ "MIT" ]
null
null
null
Example/Pods/Headers/Public/XYCommonKit/NSString+XYDateStringExt.h
LinkRober/RBMonitor
472e7f1d8083da6c652b69f225411af4e1eba95f
[ "MIT" ]
null
null
null
Example/Pods/Headers/Public/XYCommonKit/NSString+XYDateStringExt.h
LinkRober/RBMonitor
472e7f1d8083da6c652b69f225411af4e1eba95f
[ "MIT" ]
null
null
null
// // NSString+XYDateStringExt.h // XiaoYing // // Created by hongru qi on 2016/12/14. // Copyright © 2016年 XiaoYing. All rights reserved. // #import <Foundation/Foundation.h> @interface NSString (XYDateStringExt) + (NSString *)xy_getDateStringWithFormat:(NSString *)format date:(NSDate *)date; /** Get a EN loc...
32.231884
110
0.759442
1b0821cabce4e952a44725bae929cf2d34e0b3fc
1,155
c
C
security/id2/src/log/log.c
mu340881/alios_Integrate
a9f98898e13725423bd2379b2d766e2414c40e99
[ "Apache-2.0" ]
12
2020-12-04T15:06:22.000Z
2022-01-19T09:57:47.000Z
security/id2/src/log/log.c
mu340881/alios_Integrate
a9f98898e13725423bd2379b2d766e2414c40e99
[ "Apache-2.0" ]
1
2019-11-05T08:31:41.000Z
2019-11-05T08:31:41.000Z
security/id2/src/log/log.c
mu340881/alios_Integrate
a9f98898e13725423bd2379b2d766e2414c40e99
[ "Apache-2.0" ]
5
2020-12-10T09:09:24.000Z
2021-04-15T11:50:32.000Z
/* * Copyright (C) 2015-2017 Alibaba Group Holding Limited */ #include <stdint.h> #include <string.h> #include <stdio.h> #include "config.h" #include "log.h" #if (ID2_DEBUG) #define COL_SIZE 0x10 void id2_log_hex_dump(const char* name, const uint8_t* in_data, uint32_t in_len) { uint32_t i; char buf[80]; ...
19.576271
80
0.467532
1453f4162cec66df4ce182c0d00921f83d862f90
2,614
h
C
009_Assimp/assimp_app.h
kumakoko/KumaGL
b5179c72f148332fc16786d7f2186c3368614c39
[ "MIT" ]
10
2019-02-14T06:44:52.000Z
2021-11-17T07:33:34.000Z
009_Assimp/assimp_app.h
kumakoko/KumaGL
b5179c72f148332fc16786d7f2186c3368614c39
[ "MIT" ]
null
null
null
009_Assimp/assimp_app.h
kumakoko/KumaGL
b5179c72f148332fc16786d7f2186c3368614c39
[ "MIT" ]
2
2019-02-14T06:56:12.000Z
2021-11-17T07:33:24.000Z
/************************************************************************************************************************** Copyright(C) 2014-2017 www.xionggf.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to d...
40.215385
125
0.656465
6cf97be43804aeeabc164b373f139f2991597511
311
h
C
source_to_source_translator/boiler_plate_code_for_textures_template.h
paulmetzger/Device-Hopping-Paper
323acf941080760990ad58b4ed7418462a3c8e0c
[ "BSD-3-Clause" ]
null
null
null
source_to_source_translator/boiler_plate_code_for_textures_template.h
paulmetzger/Device-Hopping-Paper
323acf941080760990ad58b4ed7418462a3c8e0c
[ "BSD-3-Clause" ]
null
null
null
source_to_source_translator/boiler_plate_code_for_textures_template.h
paulmetzger/Device-Hopping-Paper
323acf941080760990ad58b4ed7418462a3c8e0c
[ "BSD-3-Clause" ]
1
2021-11-08T22:51:16.000Z
2021-11-08T22:51:16.000Z
texture<%TYPE%, 1> %BUFFER_NAME%_tex; // vector textures struct %BUFFER_NAME%_tex_reader_struct { __device__ __forceinline__ float operator()(const int idx) const { // The IDE shows an error here but the CUDA compiler compiles this fine. return tex1Dfetch(%BUFFER_NAME%_tex, idx); } };
38.875
80
0.707395
37ff63ee8fc12341297885839b97fb9ab76a6f9f
2,761
c
C
nitan/kungfu/skill/bihai-chaosheng.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
1
2019-03-27T07:25:16.000Z
2019-03-27T07:25:16.000Z
nitan/kungfu/skill/bihai-chaosheng.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
nitan/kungfu/skill/bihai-chaosheng.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
#include <ansi.h> inherit SKILL; string type() { return "knowledge"; } int valid_enable(string usage) { return usage == "chuixiao-jifa"; } int valid_learn(object me) { if (me->query_skill("chuixiao-jifa", 1) < 100) return notify_fail("你的吹蕭技法水平不夠,還是先練好再説吧!\n"); if (me->query_skill("c...
29.063158
88
0.469033
15c7d49b1e357b03a8b48c53efea8ca35907ecc2
1,912
h
C
pwiz_tools/BiblioSpec/src/original-LibIterator.h
shze/pwizard-deb
4822829196e915525029a808470f02d24b8b8043
[ "Apache-2.0" ]
2
2019-12-28T21:24:36.000Z
2020-04-18T03:52:05.000Z
pwiz_tools/BiblioSpec/src/original-LibIterator.h
shze/pwizard-deb
4822829196e915525029a808470f02d24b8b8043
[ "Apache-2.0" ]
null
null
null
pwiz_tools/BiblioSpec/src/original-LibIterator.h
shze/pwizard-deb
4822829196e915525029a808470f02d24b8b8043
[ "Apache-2.0" ]
null
null
null
// // $Id: original-LibIterator.h 6870 2014-11-03 19:12:11Z chambm $ // // // Original author: Barbara Frewen <frewen@u.washington.edu> // // Copyright 2012 University of Washington - Seattle, WA 98195 // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in complian...
25.157895
76
0.710774
63cfcead9e35c71aa392119b7808d6f9c7b3a8af
869
h
C
client/Audio.h
blazeroni/foxc
c143edb63b90a6c500193ea5eac95f9c89e3c4ff
[ "MIT" ]
null
null
null
client/Audio.h
blazeroni/foxc
c143edb63b90a6c500193ea5eac95f9c89e3c4ff
[ "MIT" ]
null
null
null
client/Audio.h
blazeroni/foxc
c143edb63b90a6c500193ea5eac95f9c89e3c4ff
[ "MIT" ]
null
null
null
#ifndef XCLONE_AUDIO_H #define XCLONE_AUDIO_H #include "includes.h" #include "xcore/Singleton.h" #include <SDL/SDL_mixer.h> class Audio : public Singleton<Audio> { friend class Singleton<Audio>; public: static Mix_Chunk *_blaster; static Mix_Chunk *_scream; Audio(); void i...
24.138889
89
0.644419
29da9d92d83f9c65a8298771f08c6eb6780187d5
15,143
c
C
projects/samples/curriculum/controllers/advanced_path_planning_NF1/advanced_path_planning_NF1.c
victorhu3/webots
60d173850f0b4714c500db004e69f2df8cfb9e8a
[ "Apache-2.0" ]
1
2020-06-08T13:38:11.000Z
2020-06-08T13:38:11.000Z
projects/samples/curriculum/controllers/advanced_path_planning_NF1/advanced_path_planning_NF1.c
victorhu3/webots
60d173850f0b4714c500db004e69f2df8cfb9e8a
[ "Apache-2.0" ]
2
2020-05-18T12:49:14.000Z
2020-12-01T15:13:43.000Z
projects/samples/curriculum/controllers/advanced_path_planning_NF1/advanced_path_planning_NF1.c
victorhu3/webots
60d173850f0b4714c500db004e69f2df8cfb9e8a
[ "Apache-2.0" ]
1
2022-02-25T12:34:18.000Z
2022-02-25T12:34:18.000Z
/* * Copyright 1996-2020 Cyberbotics 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 or ...
28.251866
122
0.612824
6328844a8babb7aa77f3b6f4c7c35544f2332098
497
h
C
RunsCamera/Classes/RunsCameraViewDelegate.h
RunsCode/Camera
ebddc6660c277876287322f60510f93a4e94cbec
[ "MIT" ]
2
2017-07-06T10:50:11.000Z
2017-07-06T11:33:05.000Z
RunsCamera/Classes/RunsCameraViewDelegate.h
RunsCode/Camera
ebddc6660c277876287322f60510f93a4e94cbec
[ "MIT" ]
null
null
null
RunsCamera/Classes/RunsCameraViewDelegate.h
RunsCode/Camera
ebddc6660c277876287322f60510f93a4e94cbec
[ "MIT" ]
2
2018-02-01T06:52:37.000Z
2021-11-17T06:46:25.000Z
// // RunsCameraViewDelegate.h // Hey // // Created by Dev_Wang on 2017/5/31. // Copyright © 2017年 www.dev_wang.com. All rights reserved. // #import <Foundation/Foundation.h> @protocol RunsCameraViewDelegate <NSObject> - (void)cameraViewDidDismissed:(UIView *)cameraView; - (void)cameraViewDidSelectedAlnbum:(UIVie...
29.235294
79
0.756539
49ae12ab64c4c50d1a329b40ea846dc7ad0d28d0
1,821
h
C
connections/implementation/wifi_hotspot_endpoint_channel.h
google/nearby
1aeb1093a9864c73394d27598684f2e9287d6e4e
[ "Apache-2.0" ]
69
2021-10-18T00:37:29.000Z
2022-03-20T19:53:38.000Z
connections/implementation/wifi_hotspot_endpoint_channel.h
google/nearby
1aeb1093a9864c73394d27598684f2e9287d6e4e
[ "Apache-2.0" ]
14
2021-10-13T19:49:27.000Z
2022-03-31T22:19:13.000Z
connections/implementation/wifi_hotspot_endpoint_channel.h
google/nearby
1aeb1093a9864c73394d27598684f2e9287d6e4e
[ "Apache-2.0" ]
22
2021-10-20T12:36:47.000Z
2022-03-31T18:39:46.000Z
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
33.722222
79
0.763317
a0b38f5e00ac0c3eacc5650f0791933010d0a094
3,030
h
C
include/afv-native/audio/WavFile.h
kuroneko/AFV-Native
6e333322badb5248bb5b37994815066838034bde
[ "BSD-3-Clause" ]
6
2020-03-22T21:45:30.000Z
2021-10-10T09:04:32.000Z
include/afv-native/audio/WavFile.h
xpilot-project/AFV-Native
b79feb90f31ded5f736234a58c6b07ee86cf9384
[ "BSD-3-Clause" ]
2
2019-11-24T20:58:29.000Z
2020-06-27T07:41:50.000Z
include/afv-native/audio/WavFile.h
xpilot-project/AFV-Native
b79feb90f31ded5f736234a58c6b07ee86cf9384
[ "BSD-3-Clause" ]
3
2020-10-12T11:57:47.000Z
2020-12-14T14:41:36.000Z
/* WavFile.h * * Class(es) for reading audio samples * * Copyright (C) 2018, Christopher Collins * * This file is part of AFV-Native. * * Copyright (c) 2019 Christopher Collins * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following con...
36.071429
102
0.69835
6f32fe39c88ee000dcd785d1cd0b032522e2352e
4,024
h
C
cs6V81-kinect-research/project/MyKinect.h
gsteelman/utd
65bf3b81b7a089612f6c7546aa0bbdfbdcdb334e
[ "Apache-2.0" ]
3
2017-03-17T15:15:11.000Z
2020-10-01T16:05:17.000Z
cs6V81-kinect-research/project/MyKinect.h
gsteelman/utd
65bf3b81b7a089612f6c7546aa0bbdfbdcdb334e
[ "Apache-2.0" ]
null
null
null
cs6V81-kinect-research/project/MyKinect.h
gsteelman/utd
65bf3b81b7a089612f6c7546aa0bbdfbdcdb334e
[ "Apache-2.0" ]
7
2016-02-07T22:56:26.000Z
2021-02-26T02:50:28.000Z
#pragma once #include "NuiApi.h" #include "ImageMap.h" class MyKinect { public: // Pointer to actual Kinect sensor struct INuiSensor* m_pNuiSensor; // Received image resolutions static const NUI_IMAGE_RESOLUTION cDepthResolution = NUI_IMAGE_RESOLUTION_640x480; static c...
31.685039
120
0.593439
1782c2167ffa51c8a8cb53a78f73ae2b297b99d8
4,641
h
C
sys/bus/u4b/net/if_cuereg.h
cooljeanius/DragonFlyBSD
4c4e823ecc4019d4536be9493e38fef118f9a8cf
[ "BSD-3-Clause" ]
1
2018-01-12T03:55:33.000Z
2018-01-12T03:55:33.000Z
sys/bus/u4b/net/if_cuereg.h
jorisgio/DragonFlyBSD
d37cc9027d161f3e36bf2667d32f41f87606b2ac
[ "BSD-3-Clause" ]
null
null
null
sys/bus/u4b/net/if_cuereg.h
jorisgio/DragonFlyBSD
d37cc9027d161f3e36bf2667d32f41f87606b2ac
[ "BSD-3-Clause" ]
null
null
null
/*- * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@ee.columbia.edu>. 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 co...
34.894737
77
0.776557
a5679ffb4a9384a8649ea4dd1ca3b5c82abfedcf
30,593
c
C
third_party/cordio/ble-profiles/sources/apps/app/app_master.c
vaxradius/Apollo4B-SDK-2021.02.08
507e328b16a179f5d5b18685d5be4a5c6753f852
[ "BSD-3-Clause" ]
null
null
null
third_party/cordio/ble-profiles/sources/apps/app/app_master.c
vaxradius/Apollo4B-SDK-2021.02.08
507e328b16a179f5d5b18685d5be4a5c6753f852
[ "BSD-3-Clause" ]
null
null
null
third_party/cordio/ble-profiles/sources/apps/app/app_master.c
vaxradius/Apollo4B-SDK-2021.02.08
507e328b16a179f5d5b18685d5be4a5c6753f852
[ "BSD-3-Clause" ]
null
null
null
/*************************************************************************************************/ /*! * \file * * \brief Application framework module for master. * * Copyright (c) 2011-2019 Arm Ltd. * * Copyright (c) 2019 Packetcraft, Inc. * * Licensed under the Apache License, Version 2.0 (the "Licens...
30.839718
130
0.515837
02148c48b89d1cb1e05ddb2b4083d57536eb438c
3,815
h
C
Modules/Rendering/DirectX/vaRenderDeviceContextDX11.h
KakCAT/ASSAO
06881a1632576468b9816d3d28aa06b49a06afa8
[ "MIT" ]
234
2016-11-16T06:00:37.000Z
2022-01-06T05:19:14.000Z
Modules/Rendering/DirectX/vaRenderDeviceContextDX11.h
KakCAT/ASSAO
06881a1632576468b9816d3d28aa06b49a06afa8
[ "MIT" ]
9
2017-01-06T17:00:37.000Z
2021-09-03T22:10:00.000Z
Modules/Rendering/DirectX/vaRenderDeviceContextDX11.h
KakCAT/ASSAO
06881a1632576468b9816d3d28aa06b49a06afa8
[ "MIT" ]
34
2016-11-16T16:30:33.000Z
2022-02-23T06:41:30.000Z
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2016, Intel Corporation // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated // documentation files (the "Software"), to de...
50.866667
371
0.618611
9d3e34da53868c4923700e5fadc080353e7a6cc9
84,214
h
C
content/common/view_messages.h
meego-tablet-ux/meego-app-browser
0f4ef17bd4b399c9c990a2f6ca939099495c2b9c
[ "BSD-3-Clause" ]
1
2015-10-12T09:14:22.000Z
2015-10-12T09:14:22.000Z
content/common/view_messages.h
meego-tablet-ux/meego-app-browser
0f4ef17bd4b399c9c990a2f6ca939099495c2b9c
[ "BSD-3-Clause" ]
null
null
null
content/common/view_messages.h
meego-tablet-ux/meego-app-browser
0f4ef17bd4b399c9c990a2f6ca939099495c2b9c
[ "BSD-3-Clause" ]
1
2020-11-04T07:22:28.000Z
2020-11-04T07:22:28.000Z
// Copyright (c) 2011 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. // IPC messages for page rendering. // Multiply-included message file, hence no include guard. #include "base/process.h" #include "base/shared_memory...
42.276104
85
0.724499
4fff4ec8acaaedcec339d5d9183a57664c115cf9
65
c
C
rts/sm/Evac_thr.c
AntonXue/ghc-8.2.2-base-dumper
02cb9dd92a5e209ec775ed940f73a7f8eb3508a1
[ "BSD-3-Clause" ]
null
null
null
rts/sm/Evac_thr.c
AntonXue/ghc-8.2.2-base-dumper
02cb9dd92a5e209ec775ed940f73a7f8eb3508a1
[ "BSD-3-Clause" ]
null
null
null
rts/sm/Evac_thr.c
AntonXue/ghc-8.2.2-base-dumper
02cb9dd92a5e209ec775ed940f73a7f8eb3508a1
[ "BSD-3-Clause" ]
null
null
null
#ifdef THREADED_RTS #define PARALLEL_GC #include "Evac.c" #endif
13
19
0.784615
539db7f2ab72b7fef2ce6282b57cb706546894d6
9,975
c
C
libMx/mx_time.c
nbeaver/mx-trunk
8f9305f42cc5b12b77ba0354680bb317d779165d
[ "X11", "MIT" ]
null
null
null
libMx/mx_time.c
nbeaver/mx-trunk
8f9305f42cc5b12b77ba0354680bb317d779165d
[ "X11", "MIT" ]
null
null
null
libMx/mx_time.c
nbeaver/mx-trunk
8f9305f42cc5b12b77ba0354680bb317d779165d
[ "X11", "MIT" ]
2
2016-11-21T05:10:10.000Z
2019-11-14T11:35:45.000Z
/* * Name: mx_time.c * * Purpose: This file provides thread-safe Posix time functions for * those platforms that do not have them and also adds * some MX-specific functions. * * Author: William Lavender * *------------------------------------------------------------------------ * * Copy...
20.233266
77
0.630376
5b4e8026b4fd18a13e9e92b67c0e7d01a985132f
426
c
C
code/8-5.c
Adiao1973/C
d30b377c7ff5d5b664c1543010705d35a89be526
[ "MIT" ]
null
null
null
code/8-5.c
Adiao1973/C
d30b377c7ff5d5b664c1543010705d35a89be526
[ "MIT" ]
null
null
null
code/8-5.c
Adiao1973/C
d30b377c7ff5d5b664c1543010705d35a89be526
[ "MIT" ]
null
null
null
#include <stdio.h> int main() { /* 局部变量定义 */ char grade = 'B'; switch (grade) { case 'A': printf("很棒!\n"); break; case 'B': case 'C': printf("做得好\n"); break; case 'D': printf("您通过了\n"); break; case 'F': printf("最好再试一下\n"); ...
15.214286
32
0.420188
85dc06fc39dee165088e7dda4725c0bb0c7d731c
2,266
h
C
dbms/src/Client/InterruptListener.h
SevaCode/ClickHouse
08cb8e506b49aef6ae2086be8947f728450c4d73
[ "Apache-2.0" ]
1
2017-01-17T17:29:05.000Z
2017-01-17T17:29:05.000Z
dbms/src/Client/InterruptListener.h
SevaCode/ClickHouse
08cb8e506b49aef6ae2086be8947f728450c4d73
[ "Apache-2.0" ]
1
2017-01-13T21:29:36.000Z
2017-01-16T18:29:08.000Z
dbms/src/Client/InterruptListener.h
jbfavre/clickhouse-debian
3806e3370decb40066f15627a3bca4063b992bfb
[ "Apache-2.0" ]
null
null
null
#pragma once #include <signal.h> #include <DB/Common/Exception.h> namespace DB { namespace ErrorCodes { extern const int CANNOT_MANIPULATE_SIGSET; extern const int CANNOT_WAIT_FOR_SIGNAL; extern const int CANNOT_BLOCK_SIGNAL; extern const int CANNOT_UNBLOCK_SIGNAL; } #ifdef __APPLE__ // We only need to support...
20.414414
107
0.695499
1291a5205717c973644ca0b4b1c5471747bdba56
76,298
h
C
demo_drivers/heat_transfer_and_melting/two_d_unsteady_heat_melt/contact_elements.h
pkeuchel/oomph-lib
37c1c61425d6b9ea1c2ddceef63a68a228af6fa4
[ "RSA-MD" ]
4
2020-11-16T12:25:09.000Z
2021-06-29T08:53:25.000Z
demo_drivers/heat_transfer_and_melting/two_d_unsteady_heat_melt/contact_elements.h
pkeuchel/oomph-lib
37c1c61425d6b9ea1c2ddceef63a68a228af6fa4
[ "RSA-MD" ]
2
2020-05-05T22:41:37.000Z
2020-05-10T14:14:17.000Z
demo_drivers/heat_transfer_and_melting/two_d_unsteady_heat_melt/contact_elements.h
pkeuchel/oomph-lib
37c1c61425d6b9ea1c2ddceef63a68a228af6fa4
[ "RSA-MD" ]
3
2021-01-31T14:09:20.000Z
2021-06-07T07:20:51.000Z
//LIC// ==================================================================== //LIC// This file forms part of oomph-lib, the object-oriented, //LIC// multi-physics finite-element library, available //LIC// at http://www.oomph-lib.org. //LIC// //LIC// Copyright (C) 2006-2021 Matthias Heil and Andrew Hazel //LIC// //L...
30.157312
133
0.59898
6ab9145d4e85e201b8addff758599780508973e5
571
h
C
ios/CustomCode/Modules/Restore/Controller/OKFindFollowingWalletController.h
huazhouwang/electrum
3d7cf4aa05593ea71caec264065a1116b25324a6
[ "MIT" ]
null
null
null
ios/CustomCode/Modules/Restore/Controller/OKFindFollowingWalletController.h
huazhouwang/electrum
3d7cf4aa05593ea71caec264065a1116b25324a6
[ "MIT" ]
null
null
null
ios/CustomCode/Modules/Restore/Controller/OKFindFollowingWalletController.h
huazhouwang/electrum
3d7cf4aa05593ea71caec264065a1116b25324a6
[ "MIT" ]
null
null
null
// // OKFindFollowingWalletController.h // OneKey // // Created by xiaoliang on 2020/11/16. // Copyright © 2020 OneKey. All rights reserved.. // #import "BaseViewController.h" #import "OKCreateResultModel.h" #import "OKCreateResultWalletInfoModel.h" NS_ASSUME_NONNULL_BEGIN @interface OKFindFollowingWalletControl...
23.791667
67
0.803853
6ad412477f09c8886216c61fcc9c01fdc49d7124
3,208
h
C
hazelcast/include/hazelcast/client/topic/impl/reliable/ReliableTopicExecutor.h
yuce/hazelcast-cpp-client
027d56df46d770d8e2225693e4bbc91703451757
[ "Apache-2.0" ]
null
null
null
hazelcast/include/hazelcast/client/topic/impl/reliable/ReliableTopicExecutor.h
yuce/hazelcast-cpp-client
027d56df46d770d8e2225693e4bbc91703451757
[ "Apache-2.0" ]
null
null
null
hazelcast/include/hazelcast/client/topic/impl/reliable/ReliableTopicExecutor.h
yuce/hazelcast-cpp-client
027d56df46d770d8e2225693e4bbc91703451757
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2008-2021, Hazelcast, 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 ...
32.734694
107
0.515898
591365a8701d133d3d23d619870096a5f6cc7ef1
1,701
h
C
util/system/pipe.h
jjzhang166/balancer
84addf52873d8814b8fd30289f2fcfcec570c151
[ "Unlicense" ]
39
2015-03-12T19:49:24.000Z
2020-11-11T09:58:15.000Z
util/system/pipe.h
jjzhang166/balancer
84addf52873d8814b8fd30289f2fcfcec570c151
[ "Unlicense" ]
null
null
null
util/system/pipe.h
jjzhang166/balancer
84addf52873d8814b8fd30289f2fcfcec570c151
[ "Unlicense" ]
11
2016-01-14T16:42:00.000Z
2022-01-17T11:47:33.000Z
#pragma once #include <util/system/defaults.h> #include <util/generic/ptr.h> #include <util/network/pair.h> #include <util/generic/noncopyable.h> typedef SOCKET PIPEHANDLE; #define INVALID_PIPEHANDLE INVALID_SOCKET /// Pipe-like object: pipe on POSIX and socket on windows class TPipeHandle: public TNonCopyable { pub...
21.531646
88
0.6408
ce3ec8a66c70bf4d328811b8ec1e0f9c9526d210
7,426
h
C
external/TSP/mex/binTree.h
KnockKnock13/segmentation-track
bc43079a182fa736859dae24ffaa35aa06159830
[ "MIT" ]
1
2020-01-07T04:49:16.000Z
2020-01-07T04:49:16.000Z
external/TSP/mex/binTree.h
KnockKnock13/segmentation-track
bc43079a182fa736859dae24ffaa35aa06159830
[ "MIT" ]
null
null
null
external/TSP/mex/binTree.h
KnockKnock13/segmentation-track
bc43079a182fa736859dae24ffaa35aa06159830
[ "MIT" ]
null
null
null
// ============================================================================= // == binNode.h // == -------------------------------------------------------------------------- // == A Binary Tree Node class // == -------------------------------------------------------------------------- // == Written by Jason Ch...
37.316583
81
0.310396
ed2380889726c32400ec9e0bab15e59efdf66410
34,056
h
C
ports/aurix/tc397_bstep/0_Src/BaseSw/Infra/Sfr/TC39B/_Reg/IfxSbcu_regdef.h
bhsh/infineon_micropython
1f8561de224239bd9382714d0fe14bd8dc9b5212
[ "MIT" ]
3
2021-07-16T03:15:06.000Z
2022-03-20T09:53:51.000Z
ports/aurix/tc397_bstep/0_Src/BaseSw/Infra/Sfr/TC39B/_Reg/IfxSbcu_regdef.h
bhsh/infineon_micropython
1f8561de224239bd9382714d0fe14bd8dc9b5212
[ "MIT" ]
null
null
null
ports/aurix/tc397_bstep/0_Src/BaseSw/Infra/Sfr/TC39B/_Reg/IfxSbcu_regdef.h
bhsh/infineon_micropython
1f8561de224239bd9382714d0fe14bd8dc9b5212
[ "MIT" ]
1
2022-02-09T06:16:39.000Z
2022-02-09T06:16:39.000Z
/** * \file IfxSbcu_regdef.h * \brief * \copyright Copyright (c) 2018 Infineon Technologies AG. All rights reserved. * * * Version: TC39XB_UM_V1.0.0.R0 * Specification: TC3xx User Manual V1.0.0 * MAY BE CHANGED BY USER [yes/no]: No * * IMPORTANT NOTICE * * * Infineon Technol...
55.19611
133
0.559696
d44c8577f976b0cb86b570732c6d0c421aefbf52
2,427
h
C
mips-side/include/sys/stat.h
FlexingTiger/Supercard-API
d8294f85f6dd97100c0b4d598ee42a55993ccf61
[ "BSD-4-Clause", "Zlib", "BSD-3-Clause" ]
11
2017-03-25T21:25:51.000Z
2020-01-31T06:51:06.000Z
mips-side/include/sys/stat.h
FlexingTiger/Supercard-API
d8294f85f6dd97100c0b4d598ee42a55993ccf61
[ "BSD-4-Clause", "Zlib", "BSD-3-Clause" ]
1
2017-09-29T13:18:46.000Z
2017-09-29T13:18:46.000Z
mips-side/include/sys/stat.h
FlexingTiger/Supercard-API
d8294f85f6dd97100c0b4d598ee42a55993ccf61
[ "BSD-4-Clause", "Zlib", "BSD-3-Clause" ]
2
2017-09-28T16:43:32.000Z
2021-12-21T04:48:34.000Z
/* * This file is part of the C standard library for the Supercard DSTwo. * * Copyright 2017 Nebuleon Fumika <nebuleon.fumika@gmail.com> * * It 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, eit...
30.3375
72
0.669551
d45737b2769f515336320542bf27cecc0007b9a6
17,121
h
C
Plugins/RuntimeGeometryUtils/Source/RuntimeGeometryUtils/Public/GeneratedMesh.h
monizka/UnrealRuntimeToolsFrameworkDemo
07aac135dc975c4833ae081a69be9f725412ffa0
[ "MIT" ]
47
2021-01-20T16:52:07.000Z
2022-02-02T05:39:50.000Z
Plugins/RuntimeGeometryUtils/Source/RuntimeGeometryUtils/Public/GeneratedMesh.h
monizka/UnrealRuntimeToolsFrameworkDemo
07aac135dc975c4833ae081a69be9f725412ffa0
[ "MIT" ]
1
2022-02-10T01:21:23.000Z
2022-02-10T01:21:23.000Z
Plugins/RuntimeGeometryUtils/Source/RuntimeGeometryUtils/Public/GeneratedMesh.h
tomleetv/UnrealRuntimeToolsFrameworkDemo
e5702d55f45e580c932d99aaef1fd2b73479c636
[ "MIT" ]
17
2021-01-24T12:58:58.000Z
2022-03-13T10:55:12.000Z
#pragma once #include "CoreMinimal.h" #include "DynamicMesh3.h" #include "DynamicMeshAABBTree3.h" #include "Spatial/FastWinding.h" #include "GeneratedMesh.generated.h" class ADynamicMeshBaseActor; UENUM(BlueprintType) enum class EGeneratedMeshBooleanOperation : uint8 { Union = 0, Subtraction = 1, Intersection = ...
45.900804
173
0.767303
0d0ba5efd142bfb4d1457920a46a06c634662cf6
122
h
C
include/proc.h
vladski-i/kalimba-hero
32be569ea3968501f2a7a9701feea6c6992a856a
[ "MIT" ]
1
2022-02-27T20:45:43.000Z
2022-02-27T20:45:43.000Z
include/proc.h
vladski-i/kalimba-hero
32be569ea3968501f2a7a9701feea6c6992a856a
[ "MIT" ]
3
2022-03-06T15:23:32.000Z
2022-03-06T15:25:06.000Z
include/proc.h
vladski-i/kalimba-hero
32be569ea3968501f2a7a9701feea6c6992a856a
[ "MIT" ]
null
null
null
#ifndef __PROC_H #define __PROC_H #include <stdint.h> void dft(uint32_t nframes, float *indata, float *outdata); #endif
15.25
58
0.754098
a6ce1110a79c92fd279189c407e95770912f53ab
427
h
C
LZBMVVMDemo/LZBMVVMDemo/Common/NetWork/BaseResquestModel.h
lzbgithubcode/LZBMVVMDemo
ead8f569680133fe8bd6e527b5cfc0fbe8e739e1
[ "Apache-2.0" ]
29
2017-03-19T11:08:41.000Z
2022-02-20T13:25:59.000Z
LZBMVVMDemo/LZBMVVMDemo/Common/NetWork/BaseResquestModel.h
lzbgithubcode/LZBMVVMDemo
ead8f569680133fe8bd6e527b5cfc0fbe8e739e1
[ "Apache-2.0" ]
null
null
null
LZBMVVMDemo/LZBMVVMDemo/Common/NetWork/BaseResquestModel.h
lzbgithubcode/LZBMVVMDemo
ead8f569680133fe8bd6e527b5cfc0fbe8e739e1
[ "Apache-2.0" ]
14
2016-08-30T05:36:46.000Z
2021-08-11T02:28:45.000Z
// // BaseResquestModel.h // LZBYKLive // // Created by zibin on 16/8/30. // Copyright © 2016年 刘子彬(更多项目源码分享平台“开发者源代码” 微信号:developerCode 作者简介:iOS开发者,喜爱交流分享). All rights reserved. // #import "BaseModel.h" #import "BaseHttpModel.h" #import "BaseResponseModel.h" @interface BaseResquestModel : BaseModel /** * 服务器需求...
17.08
104
0.702576
813be4ce8ea4bdbb356ec120b3a2d57cad48c910
16,117
c
C
PVCJPEGDecode.c
liqi17thu/xv6-photo-viewer
a72af17a5856788a59fb26a430de52ebf7fcd410
[ "MIT-0" ]
null
null
null
PVCJPEGDecode.c
liqi17thu/xv6-photo-viewer
a72af17a5856788a59fb26a430de52ebf7fcd410
[ "MIT-0" ]
null
null
null
PVCJPEGDecode.c
liqi17thu/xv6-photo-viewer
a72af17a5856788a59fb26a430de52ebf7fcd410
[ "MIT-0" ]
null
null
null
#include "PVCJPEGDecode.h" uchar* GetImage(Context* ctx){ return (ctx->compNum == 1) ? ctx->comp[0].pixels : ctx->rgb; } int GetWidth(Context* ctx){ return ctx->width; } int GetHeight(Context* ctx){ return ctx->height; } uint GetImageSize(Context* ctx){ return ctx->width * ctx->height * ctx->compNu...
32.169661
130
0.479556
81b5ad814e5fc103cfd0f4acb27a36bd13e8391a
148
h
C
crc32.h
shipwadkaw/XOR-CRC32-BIT
42da5ad51f93c438c04a3081f3dccf7188240b62
[ "BSD-2-Clause" ]
null
null
null
crc32.h
shipwadkaw/XOR-CRC32-BIT
42da5ad51f93c438c04a3081f3dccf7188240b62
[ "BSD-2-Clause" ]
null
null
null
crc32.h
shipwadkaw/XOR-CRC32-BIT
42da5ad51f93c438c04a3081f3dccf7188240b62
[ "BSD-2-Clause" ]
null
null
null
#ifndef __ALSKDJFLASLKDFJLA_crc32_h #define __ALSKDJFLASLKDFJLA_crc32_h int fLengthL(const char * fname); int crc32L(const char * fname); #endif
21.142857
35
0.804054
54b347366b5d15e5591827612ee685175c128edf
18,382
c
C
datasets/linux-4.11-rc3/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c
yijunyu/demo-fast
11c0c84081a3181494b9c469bda42a313c457ad2
[ "BSD-2-Clause" ]
2
2020-09-26T13:18:36.000Z
2021-06-16T20:38:20.000Z
datasets/linux-4.11-rc3/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c
yijunyu/demo-vscode-fast
11c0c84081a3181494b9c469bda42a313c457ad2
[ "BSD-2-Clause" ]
null
null
null
datasets/linux-4.11-rc3/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c
yijunyu/demo-vscode-fast
11c0c84081a3181494b9c469bda42a313c457ad2
[ "BSD-2-Clause" ]
1
2020-05-08T04:02:02.000Z
2020-05-08T04:02:02.000Z
/* * Copyright 2015 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, m...
35.147228
200
0.728974
0731d9aef1977087c35f95071c80d9786107af8f
7,594
h
C
qemu/include/hw/ptimer.h
WUSTL-CSPL/RT-TEE
aafb3e9ff6c6e744c6bce1e42bcb198e1063efcc
[ "MIT" ]
55
2019-12-20T03:25:14.000Z
2022-01-16T07:19:47.000Z
qemu/include/hw/ptimer.h
WUSTL-CSPL/RT-TEE
aafb3e9ff6c6e744c6bce1e42bcb198e1063efcc
[ "MIT" ]
3
2021-07-27T19:36:05.000Z
2021-12-31T02:20:53.000Z
qemu/include/hw/ptimer.h
WUSTL-CSPL/RT-TEE
aafb3e9ff6c6e744c6bce1e42bcb198e1063efcc
[ "MIT" ]
11
2020-08-06T03:59:45.000Z
2022-02-25T02:31:59.000Z
/* * General purpose implementation of a simple periodic countdown timer. * * Copyright (c) 2007 CodeSourcery. * * This code is licensed under the GNU LGPL. */ #ifndef PTIMER_H #define PTIMER_H #include "qemu-common.h" #include "qemu/timer.h" #include "migration/vmstate.h" /* The ptimer API implements a simple ...
35.820755
77
0.728733
60cdf96c2b20f2c2d733073aaeb9df4ca75bd9b5
1,628
h
C
src/baye/paccount.h
GDxU/ibayesanfight
30c67bad75e6cc7e28578d98419244fc324ed315
[ "MIT" ]
4
2020-12-22T08:14:47.000Z
2022-01-11T02:06:55.000Z
src/baye/paccount.h
lyxverycool/sanguobaye_c
f6484b1b67219633dd7e6603d7c53d1a801e9992
[ "MIT" ]
null
null
null
src/baye/paccount.h
lyxverycool/sanguobaye_c
f6484b1b67219633dd7e6603d7c53d1a801e9992
[ "MIT" ]
2
2021-01-18T04:46:36.000Z
2022-03-26T05:05:52.000Z
#ifndef PACCOUNT_H #define PACCOUNT_H /*------------------------------- 特效资源结构定义 魔法特效序号200以后为幻身魔法特效 序号,到239共40个。 魔法特效序号239以后为玩家角色合体 普通攻击效果所用 过场特效序号239以后为异常状态特效 动画所用,249以后为主菜单动画所用 ---------------------------------*/ typedef struct {/*特效数据结构(5 byte)*/ U8 x; /*该图片在屏幕上输出的坐标*/ U8 y; /*该图片在屏幕上输出的坐标*/ U8...
19.380952
67
0.656634
c262d2e931d0f8698dc9a422e7d3324cbcf57555
3,980
c
C
src/addfname.c
wernsey/zoo
6264a99f9aea7afb4deb3089bd6d4d036e94f9ab
[ "Unlicense" ]
5
2020-12-20T21:07:41.000Z
2022-01-25T16:43:42.000Z
src/addfname.c
wernsey/zoo
6264a99f9aea7afb4deb3089bd6d4d036e94f9ab
[ "Unlicense" ]
1
2020-12-20T20:27:19.000Z
2020-12-21T12:34:12.000Z
src/addfname.c
wernsey/zoo
6264a99f9aea7afb4deb3089bd6d4d036e94f9ab
[ "Unlicense" ]
2
2020-09-24T15:25:26.000Z
2020-12-20T21:08:01.000Z
/* Adds a filename to global list. * * This global list will eventually be searched by the inlist() function. * The second and subsequent parameters suppplied are stored with the * name of the file and returned by inlist. * * The contents of this file are hereby released to the public domain. * * ...
26.891892
96
0.666834
fc29ed6acc4b622e609f67d105d82dff0ad263e4
15,001
h
C
ace/tao/tao/Stub.h
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
46
2015-12-04T17:12:58.000Z
2022-03-11T04:30:49.000Z
ace/tao/tao/Stub.h
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
null
null
null
ace/tao/tao/Stub.h
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
23
2016-10-24T09:18:14.000Z
2022-02-25T02:11:35.000Z
// This may look like C, but it's really -*- C++ -*- //============================================================================= /** * @file Stub.h * * Stub.h,v 1.84 2001/08/03 03:46:52 othman Exp * * * Data structures used by static and dynamic stubs, and to a * lesser degree by skeleton...
33.634529
88
0.658023
0a134c8bc3eb8751923696a4860a0694bd325ff2
910
h
C
cpptest/include/operator_lookup.h
mattxlee/clvm_rs
57ac7502d0b63e3be674b3e619894af9c8039f8f
[ "Apache-2.0" ]
null
null
null
cpptest/include/operator_lookup.h
mattxlee/clvm_rs
57ac7502d0b63e3be674b3e619894af9c8039f8f
[ "Apache-2.0" ]
null
null
null
cpptest/include/operator_lookup.h
mattxlee/clvm_rs
57ac7502d0b63e3be674b3e619894af9c8039f8f
[ "Apache-2.0" ]
null
null
null
#ifndef CHIA_OPERATOR_LOOKUP_H #define CHIA_OPERATOR_LOOKUP_H #include <functional> #include <map> #include <string> #include <string_view> #include <tuple> #include "program.h" namespace chia { using OpFunc = std::function<std::tuple<int, CLVMObjectPtr>(CLVMObjectPtr args)>; class Ops { public: static Ops&...
17.169811
70
0.683516
f748c4712510e24e9dc045652a26344c037d2d74
2,115
c
C
uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/DriverBinding/BlackBoxTest/Guid.c
sunnywang-arm/edk2-test
475be9f7a70d012705eca64dd24a9eeaed643183
[ "BSD-2-Clause" ]
47
2018-10-15T02:34:39.000Z
2022-02-07T11:02:45.000Z
uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/DriverBinding/BlackBoxTest/Guid.c
sunnywang-arm/edk2-test
475be9f7a70d012705eca64dd24a9eeaed643183
[ "BSD-2-Clause" ]
null
null
null
uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/DriverBinding/BlackBoxTest/Guid.c
sunnywang-arm/edk2-test
475be9f7a70d012705eca64dd24a9eeaed643183
[ "BSD-2-Clause" ]
78
2018-10-08T01:17:19.000Z
2022-03-16T14:33:15.000Z
/** @file Copyright 2006 - 2015 Unified EFI, Inc.<BR> Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full tex...
39.166667
113
0.844444
f78dc74211f5ccc60146c0651a162feea186d6b4
3,253
c
C
tests/poolalloc.c
Gustavo6046/annkh
86e1cce56137fd8b64dc891745a1bf6e21fbc401
[ "MIT" ]
null
null
null
tests/poolalloc.c
Gustavo6046/annkh
86e1cce56137fd8b64dc891745a1bf6e21fbc401
[ "MIT" ]
null
null
null
tests/poolalloc.c
Gustavo6046/annkh
86e1cce56137fd8b64dc891745a1bf6e21fbc401
[ "MIT" ]
null
null
null
#include "munit/munit.h" #include "poollist.h" struct p_root all_numbers = POOL_ROOT(int, 4); void list_length_and_middle_free(void) { int idx; struct pl_pool_list mylist = pl_make(&all_numbers, 2); int someints[] = { 2, 3, 4 }; // add three numbers idx = pl_insert(&mylist, &someints[0]); ...
27.108333
59
0.653551
59cd0437d7bea3b20a965ea3c557c1cd4af35b2f
315
h
C
CubeEngine/EngineSrc/BackEnd/gl/DeviceShaderGL.h
tangziwen/Cube-Engine
c79b878dcc7e2e382f4463ca63519627d6220afd
[ "MIT" ]
360
2015-01-26T08:15:01.000Z
2021-07-11T16:30:58.000Z
CubeEngine/EngineSrc/BackEnd/gl/DeviceShaderGL.h
tangziwen/Cube-Engine
c79b878dcc7e2e382f4463ca63519627d6220afd
[ "MIT" ]
6
2015-03-09T09:15:07.000Z
2020-07-06T01:34:00.000Z
CubeEngine/EngineSrc/BackEnd/gl/DeviceShaderGL.h
tangziwen/CubeMiniGame
90bffa66d4beba5fddc39fc642a8fb36703cf32d
[ "MIT" ]
41
2015-03-10T03:17:46.000Z
2021-07-13T06:26:26.000Z
#pragma once #include "../DeviceShaderCollection.h" namespace tzw { class DeviceShaderGL : public DeviceShaderCollection { public: void addShader(const unsigned char * buff, size_t size, DeviceShaderType type, const unsigned char * fileInfoStr) override; bool create() override; bool finish() override; }; };
19.6875
124
0.765079
59d545998a3db614cf20e3725a061b079fa4dad5
1,139
h
C
build/stx/support/tools/splint-3.1.2/src/Headers/programNodeList.h
GunterMueller/ST_STX_Fork
d891b139f3c016b81feeb5bf749e60585575bff7
[ "MIT" ]
1
2020-01-23T20:46:08.000Z
2020-01-23T20:46:08.000Z
build/stx/support/tools/splint-3.1.2/src/Headers/programNodeList.h
GunterMueller/ST_STX_Fork
d891b139f3c016b81feeb5bf749e60585575bff7
[ "MIT" ]
null
null
null
build/stx/support/tools/splint-3.1.2/src/Headers/programNodeList.h
GunterMueller/ST_STX_Fork
d891b139f3c016b81feeb5bf749e60585575bff7
[ "MIT" ]
null
null
null
/* ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003. ** See ../LICENSE for license information. ** */ # ifndef PROGRAMNODELIST_H # define PROGRAMNODELIST_H typedef /*@only@*/ programNode o_programNode; struct s_programNodeList { int nelements; int nspace; /*@reldef@*/ /*@...
26.488372
91
0.72432
74a83ef10a79908fd5bea00f101200b6026604f6
1,198
h
C
LiteCppDB/LiteCppDB/JsonSerializer.h
pnadan/LiteCppDB
cb17db1ea6d82e0c1e669b4d70271dcf9c03d1a2
[ "MIT" ]
2
2019-07-18T06:30:33.000Z
2020-01-23T17:40:36.000Z
LiteCppDB/LiteCppDB/JsonSerializer.h
pnadan/LiteCppDB
cb17db1ea6d82e0c1e669b4d70271dcf9c03d1a2
[ "MIT" ]
null
null
null
LiteCppDB/LiteCppDB/JsonSerializer.h
pnadan/LiteCppDB
cb17db1ea6d82e0c1e669b4d70271dcf9c03d1a2
[ "MIT" ]
null
null
null
#pragma once #include "BsonValue.h" #include "StringScanner.h" #include <string> #include <sstream> #ifdef LITECPPDB_EXPORTS #define LITECPPDB_API __declspec(dllexport) #else #define LITECPPDB_API __declspec(dllimport) #endif namespace LiteCppDB { // Static class for serialize/deserialize BsonDocuments into json e...
27.227273
129
0.787145
dd6d52ec6caf58c261695c33d5ecde0bc1710abc
1,029
h
C
Applications/AppStore/ContextActionsPresentationController.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
2
2021-11-02T09:23:27.000Z
2022-03-28T08:21:57.000Z
Applications/AppStore/ContextActionsPresentationController.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
null
null
null
Applications/AppStore/ContextActionsPresentationController.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
1
2022-03-28T08:21:59.000Z
2022-03-28T08:21:59.000Z
// // Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20). // // Copyright (C) 1997-2019 Steve Nygard. // #import <UIKit/UIPresentationController.h> @class UIVisualEffectView; @interface ContextActionsPresentationController : UIPresentationController ...
38.111111
123
0.793975
f7cc06972a39e318ef96c6f4ded38e7cfc5c22b9
934
h
C
include/timers.h
CodeOhms/egb220_line_robot
33c60296d58d8edcdf55579fa50ee50c9058f60c
[ "MIT" ]
null
null
null
include/timers.h
CodeOhms/egb220_line_robot
33c60296d58d8edcdf55579fa50ee50c9058f60c
[ "MIT" ]
null
null
null
include/timers.h
CodeOhms/egb220_line_robot
33c60296d58d8edcdf55579fa50ee50c9058f60c
[ "MIT" ]
null
null
null
#ifndef TIMERS_H #define TIMERS_H #include <avr/io.h> enum timer_prescalers { no_clock_source, no_prescaler, timer_prescaler8, timer_prescaler64, timer_prescaler256, timer_prescaler1024, extern_clock_falling, extern_clock_rising }; enum waveform_generation_mode { normal, pwm_...
17.622642
92
0.767666
101182ab8c182ae6585ef99292aa106b54df2b6d
832
c
C
rouziclib/text/history.c
forksnd/rouziclib
347a5482cd34092c408502a3bdc4eda2c82672a7
[ "Apache-2.0" ]
36
2015-11-26T00:08:02.000Z
2022-01-18T20:54:05.000Z
rouziclib/text/history.c
forksnd/rouziclib
347a5482cd34092c408502a3bdc4eda2c82672a7
[ "Apache-2.0" ]
2
2018-04-01T04:11:52.000Z
2020-04-25T16:13:51.000Z
rouziclib/text/history.c
forksnd/rouziclib
347a5482cd34092c408502a3bdc4eda2c82672a7
[ "Apache-2.0" ]
7
2017-05-24T02:04:55.000Z
2022-01-31T05:26:42.000Z
void text_history_add(text_history_t *th, const char *string) { uint64_t hash; int create_entry = 1; if (th==NULL) return ; hash = get_string_hash(string); if (th->entry==NULL) alloc_enough(&th->entry, 8, &th->entry_as, sizeof(text_history_entry_t), 1.); if (th->entry_count > 0) if (th->entry[th->entry_...
21.894737
96
0.68149
103466f294b24bfca04265b3a22e78f00d64097e
907
c
C
OpenCorePkg/Library/OcGuardLib/Canary.c
CEOALT1/RefindPlusUDK
116b957ad735f96fbb6d80a0ba582046960ba164
[ "BSD-2-Clause" ]
133
2019-12-19T12:46:09.000Z
2022-02-26T13:36:48.000Z
OpenCorePkg/Library/OcGuardLib/Canary.c
CEOALT1/RefindPlusUDK
116b957ad735f96fbb6d80a0ba582046960ba164
[ "BSD-2-Clause" ]
35
2019-12-26T11:17:33.000Z
2021-12-25T18:52:12.000Z
OpenCorePkg/Library/OcGuardLib/Canary.c
CEOALT1/RefindPlusUDK
116b957ad735f96fbb6d80a0ba582046960ba164
[ "BSD-2-Clause" ]
35
2019-12-18T13:42:41.000Z
2022-02-08T10:38:00.000Z
/** @file OcGuardLib Copyright (c) 2018, vit9696 All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-li...
22.675
83
0.734289
dc2fefe0cc6ac817d52c8f94bba2ac34437b11b4
4,067
c
C
transports/ip.c
sshoecraft/solardirector
9b971097f7ad9afa88e0785f51801fda22b8abf6
[ "BSD-3-Clause" ]
5
2021-05-10T21:07:17.000Z
2021-09-29T20:31:00.000Z
transports/ip.c
sshoecraft/solardirector
9b971097f7ad9afa88e0785f51801fda22b8abf6
[ "BSD-3-Clause" ]
2
2021-03-01T04:04:19.000Z
2022-02-21T16:13:04.000Z
transports/ip.c
sshoecraft/solardirector
9b971097f7ad9afa88e0785f51801fda22b8abf6
[ "BSD-3-Clause" ]
null
null
null
/* Copyright (c) 2021, Stephen P. Shoecraft All rights reserved. This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree. */ #include <sys/types.h> #ifdef __WIN32 #include <winsock2.h> #include <windows.h> #include <ws2tcpip.h> #else #include <sys/...
20.133663
69
0.644455
dc87aea6a54cb0243ec4b6a66581ec768f226fbb
3,391
c
C
mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/layer_norm_int8.c
PowerOlive/mindspore
bda20724a94113cedd12c3ed9083141012da1f15
[ "Apache-2.0" ]
3,200
2020-02-17T12:45:41.000Z
2022-03-31T20:21:16.000Z
mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/layer_norm_int8.c
zimo-geek/mindspore
665ec683d4af85c71b2a1f0d6829356f2bc0e1ff
[ "Apache-2.0" ]
176
2020-02-12T02:52:11.000Z
2022-03-28T22:15:55.000Z
mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/layer_norm_int8.c
zimo-geek/mindspore
665ec683d4af85c71b2a1f0d6829356f2bc0e1ff
[ "Apache-2.0" ]
621
2020-03-09T01:31:41.000Z
2022-03-30T03:43:19.000Z
/** * Copyright 2020 Huawei Technologies 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...
45.213333
116
0.673253
673a0e7693f830196640ddad7720f824b4139741
1,145
c
C
plugins/copy_totals/lib/lclipboard.c
drmargarido/dr-tracker
9bd7568719c72741156b8898b92050e29c3ecc4b
[ "MIT" ]
17
2019-11-17T01:04:48.000Z
2021-11-06T09:40:52.000Z
plugins/copy_totals/lib/lclipboard.c
drmargarido/dr-tracker
9bd7568719c72741156b8898b92050e29c3ecc4b
[ "MIT" ]
3
2020-02-07T12:43:42.000Z
2020-08-06T18:24:32.000Z
plugins/copy_totals/lib/lclipboard.c
drmargarido/d-tracker
99e6ed113f655cc8e90aefacad7b82b0cc55a6de
[ "MIT" ]
null
null
null
#include <stdlib.h> #include "lua.h" #include "lauxlib.h" #include "lualib.h" #include "libclipboard.h" static clipboard_c *cb; char * text = NULL; // Lua bindings to Interact with the clipboard static int f_init(lua_State *L){ cb = clipboard_new(NULL); int result = 1; if (cb == NULL) { printf("Clipboard i...
18.174603
49
0.633188
7cdc989c4741d6d78b8028cc30ed99c1fdf810ac
281
h
C
EP Mobile/EP Mobile/EPSDrugCalculatorNotes.h
mannd/epmobile-ios
7974764c7c5233668f02876598af985e0f79692d
[ "Apache-2.0" ]
2
2015-02-13T17:16:50.000Z
2015-08-19T01:51:56.000Z
EP Mobile/EP Mobile/EPSDrugCalculatorNotes.h
mannd/epmobile-ios
7974764c7c5233668f02876598af985e0f79692d
[ "Apache-2.0" ]
6
2015-10-26T06:16:56.000Z
2020-12-08T17:21:50.000Z
EP Mobile/EP Mobile/EPSDrugCalculatorNotes.h
mannd/epmobile-ios
7974764c7c5233668f02876598af985e0f79692d
[ "Apache-2.0" ]
1
2022-03-13T21:59:39.000Z
2022-03-13T21:59:39.000Z
// // EPSDrugCalculatorNotes.h // EP Mobile // // Created by David Mann on 2/24/15. // Copyright (c) 2015 EP Studios. All rights reserved. // #import <Foundation/Foundation.h> #import "EPSNotesProtocol.h" @interface EPSDrugCalculatorNotes : NSObject <EPSNotesProtocol> @end
18.733333
63
0.725979
73307d566a57d6a1b1fbcea83e2583eb56fa2510
4,179
h
C
code_reading/oceanbase-master/src/sql/dtl/ob_dtl_channel_mem_manager.h
wangcy6/weekly_read
3a8837ee9cd957787ee1785e4066dd623e02e13a
[ "Apache-2.0" ]
null
null
null
code_reading/oceanbase-master/src/sql/dtl/ob_dtl_channel_mem_manager.h
wangcy6/weekly_read
3a8837ee9cd957787ee1785e4066dd623e02e13a
[ "Apache-2.0" ]
null
null
null
code_reading/oceanbase-master/src/sql/dtl/ob_dtl_channel_mem_manager.h
wangcy6/weekly_read
3a8837ee9cd957787ee1785e4066dd623e02e13a
[ "Apache-2.0" ]
1
2020-10-18T12:59:31.000Z
2020-10-18T12:59:31.000Z
/** * Copyright (c) 2021 OceanBase * OceanBase CE is licensed under Mulan PubL v2. * You can use this software according to the terms and conditions of the Mulan PubL v2. * You may obtain a copy of Mulan PubL v2 at: * http://license.coscl.org.cn/MulanPubL-2.0 * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BAS...
22.711957
88
0.74324
7364d0de1039d7dec398a680750665c589b649ed
575
h
C
imgui_markup/include/imgui_markup/objects/attribute_types/object_float2.h
FluxxCode/imgui_layer
0b0b73b132160d483259d88c9b024fdb2e1d3e63
[ "MIT" ]
null
null
null
imgui_markup/include/imgui_markup/objects/attribute_types/object_float2.h
FluxxCode/imgui_layer
0b0b73b132160d483259d88c9b024fdb2e1d3e63
[ "MIT" ]
null
null
null
imgui_markup/include/imgui_markup/objects/attribute_types/object_float2.h
FluxxCode/imgui_layer
0b0b73b132160d483259d88c9b024fdb2e1d3e63
[ "MIT" ]
null
null
null
#ifndef IMGUI_MARKUP_INCLUDE_IMGUI_MARKUP_OBJECTS_ATTRIBUTE_TYPES_OBJECT_FLOAT2_H_ #define IMGUI_MARKUP_INCLUDE_IMGUI_MARKUP_OBJECTS_ATTRIBUTE_TYPES_OBJECT_FLOAT2_H_ #include "imgui_markup/objects/common/object.h" #include "imgui_markup/attribute_types/float2.h" namespace imgui_markup { struct ObjectFloat2 : public ...
26.136364
85
0.833043
738b6d7425ec16fa2dea3de466ee1188001b7c19
661
c
C
qemu/scsi/pr-manager-stub.c
hyunjoy/scripts
01114d3627730d695b5ebe61093c719744432ffa
[ "Apache-2.0" ]
55
2019-12-20T03:25:14.000Z
2022-01-16T07:19:47.000Z
qemu/scsi/pr-manager-stub.c
hyunjoy/scripts
01114d3627730d695b5ebe61093c719744432ffa
[ "Apache-2.0" ]
3
2021-07-27T19:36:05.000Z
2021-12-31T02:20:53.000Z
qemu/scsi/pr-manager-stub.c
hyunjoy/scripts
01114d3627730d695b5ebe61093c719744432ffa
[ "Apache-2.0" ]
18
2022-03-19T04:41:04.000Z
2022-03-31T03:32:12.000Z
/* * Persistent reservation manager - stub for non-Linux platforms * * Copyright (c) 2018 Red Hat, Inc. * * Author: Paolo Bonzini <pbonzini@redhat.com> * * This code is licensed under the LGPL. * */ #include "qemu/osdep.h" #include "qapi/error.h" #include "scsi/pr-manager.h" #include "trace.h" #include "qapi/...
21.322581
75
0.686838
485ffe8aaf936e88ce9d0411aedeb64b897dcd58
793
h
C
Twitter-Dumped/7.51.5/t1/T1NewsCameraCaptureCameraScribeValue.h
ichitaso/TwitterListEnabler
d4d9ba973e59ff7f0d97ae74fc473bdd0aea54df
[ "MIT" ]
1
2019-10-15T09:26:49.000Z
2019-10-15T09:26:49.000Z
Twitter-Dumped/7.60.6/T1NewsCameraCaptureCameraScribeValue.h
ichitaso/TwitterListEnabler
d4d9ba973e59ff7f0d97ae74fc473bdd0aea54df
[ "MIT" ]
null
null
null
Twitter-Dumped/7.60.6/T1NewsCameraCaptureCameraScribeValue.h
ichitaso/TwitterListEnabler
d4d9ba973e59ff7f0d97ae74fc473bdd0aea54df
[ "MIT" ]
1
2019-11-17T06:06:49.000Z
2019-11-17T06:06:49.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 <objc/NSObject.h> @interface T1NewsCameraCaptureCameraScribeValue : NSObject { long long _position; long long _flashMo...
30.5
94
0.736444
092391b8196446478d10b96b2c3270cde1589c5a
16,547
c
C
handc/runtime/smemory.c
dkolbly/rscheme
cb112d601ac9b99fadbbce3263d6677d91e78313
[ "TCL" ]
15
2015-02-05T14:59:12.000Z
2021-02-04T07:13:00.000Z
handc/runtime/smemory.c
dkolbly/rscheme
cb112d601ac9b99fadbbce3263d6677d91e78313
[ "TCL" ]
null
null
null
handc/runtime/smemory.c
dkolbly/rscheme
cb112d601ac9b99fadbbce3263d6677d91e78313
[ "TCL" ]
2
2016-02-17T07:26:02.000Z
2018-08-19T06:26:53.000Z
/*-----------------------------------------------------------------*-C-*--- * File: %p% * * Copyright (C)1997 Donovan Kolbly <d.kolbly@rscheme.org> * as part of the RScheme project, licensed for free use. * See <http://www.rscheme.org/> for the latest information. * * File version: ...
22.121658
79
0.610624
6e0967e96dfd37f3b5335be466dced35957539be
415
h
C
WooNetwork/WooNetwork/Client/ClientNetwork.h
jstzwd/WooNetwork
d74a556de4a00129bbeed47549696dc5f39292b2
[ "Apache-2.0" ]
null
null
null
WooNetwork/WooNetwork/Client/ClientNetwork.h
jstzwd/WooNetwork
d74a556de4a00129bbeed47549696dc5f39292b2
[ "Apache-2.0" ]
null
null
null
WooNetwork/WooNetwork/Client/ClientNetwork.h
jstzwd/WooNetwork
d74a556de4a00129bbeed47549696dc5f39292b2
[ "Apache-2.0" ]
null
null
null
#pragma once #include <WinSock2.h> #include <WS2tcpip.h> #include "..\Base\NetworkCommunication.h" #include <iostream> namespace Woo { namespace Client { #define DEFAULT_PORT "1000" #define MAX_PACKAGE_SIZE 1000000 class ClientNetwork { public: SOCKET m_clientSocket; u_long m_blockingMode; ClientNetwo...
16.6
41
0.73012
abb85e37fcb4b27a3b55c6b213bd0736e18ce2f7
5,752
h
C
WWDirectComputeTest/WWDirectComputeUser.h
yamamoto2002/bitspersampleconv2
331a9fc531269e5dfdc78548e583f793a7687dc0
[ "MIT" ]
null
null
null
WWDirectComputeTest/WWDirectComputeUser.h
yamamoto2002/bitspersampleconv2
331a9fc531269e5dfdc78548e583f793a7687dc0
[ "MIT" ]
null
null
null
WWDirectComputeTest/WWDirectComputeUser.h
yamamoto2002/bitspersampleconv2
331a9fc531269e5dfdc78548e583f793a7687dc0
[ "MIT" ]
1
2020-11-12T06:55:18.000Z
2020-11-12T06:55:18.000Z
// 日本語。 #pragma once #include <d3d11.h> #include <map> #include <list> #include <stdint.h> /// 読み出し専用GPUメモリ管理情報 struct WWReadOnlyGpuBufferInfo { ID3D11Resource *pBuf; ID3D11ShaderResourceView *pSrv; }; /// 読み書き可能GPUメモリ管理情報 struct WWReadWriteGpuBufferInfo { ID3D11Resource ...
27.132075
84
0.627608
822241c8b428a00910e4aa552eaf754f0bc30180
8,085
c
C
bootstrap/instantiate.c
nanocritical/n
52324a7c9fab49a37c842a43d6c25d7cef4750b3
[ "Apache-2.0" ]
null
null
null
bootstrap/instantiate.c
nanocritical/n
52324a7c9fab49a37c842a43d6c25d7cef4750b3
[ "Apache-2.0" ]
null
null
null
bootstrap/instantiate.c
nanocritical/n
52324a7c9fab49a37c842a43d6c25d7cef4750b3
[ "Apache-2.0" ]
null
null
null
#include "instantiate.h" #include "types.h" #include "topdeps.h" #include "unify.h" #include "passzero.h" // Does not itself check that 'args' are valid types for instantiation. // This is done in passfwd.c:validate_genarg_types(). static ERROR do_instantiate(struct typ **result, struct m...
33.135246
94
0.625727
79f946d664a6a926298ee724fd87ae57a54f3d80
11,697
c
C
IOT_Device/src/client.c
Victoooooor/IOT_FactoryData
3a56dfeed3574331612a4717075ea061385ef17e
[ "MIT" ]
null
null
null
IOT_Device/src/client.c
Victoooooor/IOT_FactoryData
3a56dfeed3574331612a4717075ea061385ef17e
[ "MIT" ]
null
null
null
IOT_Device/src/client.c
Victoooooor/IOT_FactoryData
3a56dfeed3574331612a4717075ea061385ef17e
[ "MIT" ]
null
null
null
#include "client.h" //初始化数据接收空间 static char tempbuf[512] = {0}; static cJSON *parsed_json,*json_dsp,*json_cmd; //显示二级缓存 static char data_str[20] = {0}; int server_connect(char* ip, int port) { int re; int fd = 0; struct sockaddr_in addr; struct timeval timeout; memset(&addr, 0,sizeof(addr)); ...
26.344595
97
0.540138
615bed4504c1e177bc18a49f7dfa70feae8581c2
1,011
h
C
Project 5/inc/Bank.h
ethanstockbridge/Advanced-Computer-Hardware-Design
dfc9ecc6e282d82bf8aa2b5e5dcb17234ef38d6c
[ "MIT" ]
null
null
null
Project 5/inc/Bank.h
ethanstockbridge/Advanced-Computer-Hardware-Design
dfc9ecc6e282d82bf8aa2b5e5dcb17234ef38d6c
[ "MIT" ]
null
null
null
Project 5/inc/Bank.h
ethanstockbridge/Advanced-Computer-Hardware-Design
dfc9ecc6e282d82bf8aa2b5e5dcb17234ef38d6c
[ "MIT" ]
null
null
null
/** * @file Bank.h * @author Ethan Stockbridge (ethanstockbridge@gmail.com) * @author Devan Kidd (jjkidd1245@gmail.com) * @brief Bank class * @date 2022-04-05 * */ #ifndef BANK_H #define BANK_H #include "Database.h" #include "Logger.h" #include "Request.h" /** * @brief Bank class to manage user's transac...
19.442308
89
0.634026
b232492f9e3564142ca7d6027078bed86e304a26
8,260
h
C
istool/source/PageLanguages.h
YURSHAT/istool
544cfb9c180cc746e90a9e5cc2e56b60f709ff82
[ "BSD-3-Clause" ]
3
2020-04-24T23:21:48.000Z
2020-04-30T10:52:33.000Z
istool/source/PageLanguages.h
YURSHAT/istool
544cfb9c180cc746e90a9e5cc2e56b60f709ff82
[ "BSD-3-Clause" ]
null
null
null
istool/source/PageLanguages.h
YURSHAT/istool
544cfb9c180cc746e90a9e5cc2e56b60f709ff82
[ "BSD-3-Clause" ]
1
2021-09-02T03:29:47.000Z
2021-09-02T03:29:47.000Z
#pragma once #include "MyDoc.h" #include "FilesHelper.h" #include "StringToken.h" #include "DlgSelectLanguageFiles.h" ///////////////////////////////////////////////////////////////////////////// // CPageLanguages dialog class CPageLanguages : public CPropertyPageImpl<CPageLanguages>, public CMyPropertyPageBase<C...
56.190476
574
0.772397
ba2a5dae3598f98abac384ef20150c2e230203cf
863
h
C
native/java_header/org_apache_hadoop_hdfs_server_datanode_BlockSender.h
rhli/Degraded-First-Scheduler
aac85775c6d5236fb64dff1855f39fa81dd6479a
[ "Apache-2.0" ]
1
2015-08-11T06:57:22.000Z
2015-08-11T06:57:22.000Z
native/java_header/org_apache_hadoop_hdfs_server_datanode_BlockSender.h
rhli/Degraded-First-Scheduler
aac85775c6d5236fb64dff1855f39fa81dd6479a
[ "Apache-2.0" ]
null
null
null
native/java_header/org_apache_hadoop_hdfs_server_datanode_BlockSender.h
rhli/Degraded-First-Scheduler
aac85775c6d5236fb64dff1855f39fa81dd6479a
[ "Apache-2.0" ]
null
null
null
/* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class org_apache_hadoop_hdfs_server_datanode_BlockSender */ #ifndef _Included_org_apache_hadoop_hdfs_server_datanode_BlockSender #define _Included_org_apache_hadoop_hdfs_server_datanode_BlockSender #ifdef __cplusplus extern "C" { #end...
35.958333
92
0.841251
b5dc66a3069e5ed3f13b4612362e6fe5abc07ffb
479
h
C
Spy/Spy.h
appunite/Spy
5f5af7fc06e0e1f5f6d1c345e3cc401c50c92711
[ "MIT" ]
11
2020-01-25T12:02:18.000Z
2021-07-28T14:11:25.000Z
Spy/Spy.h
appunite/Spy
5f5af7fc06e0e1f5f6d1c345e3cc401c50c92711
[ "MIT" ]
8
2020-01-29T21:42:44.000Z
2020-07-28T08:31:38.000Z
Spy/Spy.h
appunite/Spy
5f5af7fc06e0e1f5f6d1c345e3cc401c50c92711
[ "MIT" ]
1
2020-01-23T19:01:18.000Z
2020-01-23T19:01:18.000Z
// // Spy.h // Spy // // Created by Tomasz Lewandowski on 22/01/2020. // Copyright © 2020 AppUnite Sp. z o.o. All rights reserved. // #import <Foundation/Foundation.h> //! Project version number for Spy. FOUNDATION_EXPORT double SpyVersionNumber; //! Project version string for Spy. FOUNDATION_EXPORT const unsign...
25.210526
128
0.743215
db4fddc92aeecba4710433e1be04cac89cebb880
956
h
C
src/Blob.h
shantha-a/vehicle-counting
8ce9fb13763536b71dea38cad3051cb60a43f55a
[ "MIT" ]
122
2017-08-23T06:31:41.000Z
2022-03-30T18:49:41.000Z
src/Blob.h
shantha-a/vehicle-counting
8ce9fb13763536b71dea38cad3051cb60a43f55a
[ "MIT" ]
5
2017-09-09T14:07:16.000Z
2021-02-06T16:28:24.000Z
src/Blob.h
shantha-a/vehicle-counting
8ce9fb13763536b71dea38cad3051cb60a43f55a
[ "MIT" ]
53
2017-08-08T06:12:51.000Z
2022-03-31T08:22:35.000Z
/* ---------------------------------------------- --- Author : Ahmet Özlü --- Mail : ahmetozlu93@gmail.com --- Date : 1st August 2017 --- Version : 1.0 --- OpenCV Version : 2.4.10 --- Demo Video : https://youtu.be/3uMKK28bMuY ---------------------------------------------- */ #ifnd...
25.157895
49
0.635983
ca1028e7ab455abf1c3c06ada249c0097f707eb9
76,494
c
C
kernel/msm-4.14_1/drivers/dma/qcom/gpi.c
clovadevice/clockplus
156ba1d7a75aa3d45569916d02610737ca38cce0
[ "Apache-2.0" ]
null
null
null
kernel/msm-4.14_1/drivers/dma/qcom/gpi.c
clovadevice/clockplus
156ba1d7a75aa3d45569916d02610737ca38cce0
[ "Apache-2.0" ]
null
null
null
kernel/msm-4.14_1/drivers/dma/qcom/gpi.c
clovadevice/clockplus
156ba1d7a75aa3d45569916d02610737ca38cce0
[ "Apache-2.0" ]
1
2021-06-29T01:29:23.000Z
2021-06-29T01:29:23.000Z
/* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
26.450207
80
0.702081