hexsha
stringlengths
40
40
size
int64
5
2.72M
ext
stringclasses
5 values
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
3
976
max_stars_repo_name
stringlengths
5
113
max_stars_repo_head_hexsha
stringlengths
40
78
max_stars_repo_licenses
listlengths
1
10
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringdate
2015-01-01 00:01:43
2022-03-31 23:59:48
max_stars_repo_stars_event_max_datetime
stringdate
2015-01-01 00:06:24
2022-03-31 23:59:53
max_issues_repo_path
stringlengths
3
976
max_issues_repo_name
stringlengths
5
116
max_issues_repo_head_hexsha
stringlengths
40
78
max_issues_repo_licenses
listlengths
1
10
max_issues_count
float64
1
134k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
976
max_forks_repo_name
stringlengths
5
116
max_forks_repo_head_hexsha
stringlengths
40
78
max_forks_repo_licenses
listlengths
1
10
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringdate
2015-01-01 00:01:19
2022-03-31 23:59:49
max_forks_repo_forks_event_max_datetime
stringdate
2015-01-03 12:00:57
2022-03-31 23:59:49
content
stringlengths
5
2.72M
avg_line_length
float64
1.38
573k
max_line_length
int64
2
1.01M
alphanum_fraction
float64
0
1
4dd4747f989444ff1e24482553f687162b217058
165
h
C
b.h
urbasus/cpp-include-once
42e80b73bfa5b5cd088726f9fd032d8bd737a78f
[ "MIT" ]
null
null
null
b.h
urbasus/cpp-include-once
42e80b73bfa5b5cd088726f9fd032d8bd737a78f
[ "MIT" ]
null
null
null
b.h
urbasus/cpp-include-once
42e80b73bfa5b5cd088726f9fd032d8bd737a78f
[ "MIT" ]
null
null
null
// include null file next time #undef B_H #define B_H NULL_H // include "c.h", or null if already included #include C_H static inline int b() { return c() + 3; }
13.75
45
0.678788
060bba92ea4fbeead93d025174b99f3598d11f79
207
h
C
flowkit/utils_c_ext/utils.h
whitews/FlowK
d4e43a0488606ce5479b5110486dc3db128f6a87
[ "BSD-3-Clause" ]
73
2019-02-18T01:03:06.000Z
2022-03-18T14:03:01.000Z
flowkit/utils_c_ext/utils.h
whitews/FlowK
d4e43a0488606ce5479b5110486dc3db128f6a87
[ "BSD-3-Clause" ]
90
2019-01-28T22:04:04.000Z
2022-03-31T16:40:14.000Z
flowkit/utils_c_ext/utils.h
whitews/FlowK
d4e43a0488606ce5479b5110486dc3db128f6a87
[ "BSD-3-Clause" ]
8
2019-08-19T16:58:48.000Z
2022-01-11T08:55:23.000Z
int calc_wind_count(double point_x, double point_y, int vert_count, double *poly_vertices); int * points_in_polygon(int *wind_counts, double *poly_vertices, int vert_count, double *points, int point_count);
69
114
0.811594
0611ec70bbeeecbef2ace4ec503d5350cc5bd379
885
h
C
libcamera/utils.h
KB-JetDroid/android_device_samsung_jet
d05bd991a58765e048e85ecf02b08dbaabb7b4a3
[ "Apache-2.0" ]
1
2015-09-26T20:30:02.000Z
2015-09-26T20:30:02.000Z
libcamera/utils.h
KB-JetDroid/android_device_samsung_jet
d05bd991a58765e048e85ecf02b08dbaabb7b4a3
[ "Apache-2.0" ]
null
null
null
libcamera/utils.h
KB-JetDroid/android_device_samsung_jet
d05bd991a58765e048e85ecf02b08dbaabb7b4a3
[ "Apache-2.0" ]
null
null
null
#ifndef _LIBCAMERA_UTILS_H_ #define _LIBCAMERA_UTILS_H_ #define DEBUG #define DEBUG_TRACE #ifdef DEBUG #define DBG(format, ...) \ LOGD("DBG(%s): " format, __func__, ##__VA_ARGS__) #else #define DBG(format, ...) #endif #ifdef DEBUG_TRACE class Tracer { const char *name; static int level; public: Tracer(const ch...
17.019231
65
0.640678
061370665e01c6c6768f52e01f6dfb7116e82a5f
541
c
C
src/009-special-pythagorean-triplet/c/test/solve_test.c
xfbs/ProjectEulerRust
e26768c56ff87b029cb2a02f56dc5cd32e1f7c87
[ "MIT" ]
1
2018-01-26T21:18:12.000Z
2018-01-26T21:18:12.000Z
src/009-special-pythagorean-triplet/c/test/solve_test.c
xfbs/ProjectEulerRust
e26768c56ff87b029cb2a02f56dc5cd32e1f7c87
[ "MIT" ]
3
2017-12-09T14:49:30.000Z
2017-12-09T14:59:39.000Z
src/009-special-pythagorean-triplet/c/test/solve_test.c
xfbs/ProjectEulerRust
e26768c56ff87b029cb2a02f56dc5cd32e1f7c87
[ "MIT" ]
null
null
null
#define EULER_TEST_MAIN #include "solve.h" #include <euler/test.h> void test_solve() { assert(60 == solve(12)); } void test_is_pythagorean_triplet() { assert(is_pythagorean_triplet(3, 4, 5) == true); assert(is_pythagorean_triplet(3, 4, 6) == false); assert(is_pythagorean_triplet(4, 3, 5) == false); assert(is_...
27.05
54
0.704251
06139ff5beaf2a4b5674ce5d5637462c7103d1af
107
h
C
src/qt/src/3rdparty/webkit/Source/WebCore/ForwardingHeaders/profiler/Profiler.h
ant0ine/phantomjs
8114d44a28134b765ab26b7e13ce31594fa81253
[ "BSD-3-Clause" ]
46
2015-01-08T14:32:34.000Z
2022-02-05T16:48:26.000Z
src/qt/src/3rdparty/webkit/Source/WebCore/ForwardingHeaders/profiler/Profiler.h
ant0ine/phantomjs
8114d44a28134b765ab26b7e13ce31594fa81253
[ "BSD-3-Clause" ]
7
2015-01-20T14:28:12.000Z
2017-01-18T17:21:44.000Z
src/qt/src/3rdparty/webkit/Source/WebCore/ForwardingHeaders/profiler/Profiler.h
ant0ine/phantomjs
8114d44a28134b765ab26b7e13ce31594fa81253
[ "BSD-3-Clause" ]
14
2015-10-27T06:17:48.000Z
2020-03-03T06:15:50.000Z
#ifndef WebCore_FWD_Profiler_h #define WebCore_FWD_Profiler_h #include <JavaScriptCore/Profiler.h> #endif
17.833333
36
0.850467
0613e0982b8f0bf9db8318ab31b9b13a4c7406ba
1,166
c
C
srcs/libft/ft_strncmp.c
Imgox/Fractol_1337
31e5e0c0802f864b9d46eeb58134067cae6227d0
[ "MIT" ]
null
null
null
srcs/libft/ft_strncmp.c
Imgox/Fractol_1337
31e5e0c0802f864b9d46eeb58134067cae6227d0
[ "MIT" ]
null
null
null
srcs/libft/ft_strncmp.c
Imgox/Fractol_1337
31e5e0c0802f864b9d46eeb58134067cae6227d0
[ "MIT" ]
2
2019-10-31T22:03:53.000Z
2020-01-07T19:41:07.000Z
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strncmp.c :+: :+: :+: ...
41.642857
80
0.217839
0617d1a000dc94e0f2b9ea8826a6bb393fae9be3
398
h
C
project/Component/NefCarbon/Support Files/NefCarbon.h
chenrui333/nef
cc9210bb4151cb502a71e5b7a1e6166735f834b5
[ "Apache-2.0" ]
265
2018-12-19T16:17:22.000Z
2022-03-29T07:39:00.000Z
project/Component/NefCarbon/Support Files/NefCarbon.h
chenrui333/nef
cc9210bb4151cb502a71e5b7a1e6166735f834b5
[ "Apache-2.0" ]
73
2019-01-02T12:17:18.000Z
2022-01-19T18:55:43.000Z
project/Component/NefCarbon/Support Files/NefCarbon.h
chenrui333/nef
cc9210bb4151cb502a71e5b7a1e6166735f834b5
[ "Apache-2.0" ]
11
2019-04-18T12:31:38.000Z
2022-01-29T15:01:48.000Z
// Copyright © 2019 The nef Authors. #import <Cocoa/Cocoa.h> //! Project version number for NefCarbon. FOUNDATION_EXPORT double NefCarbonVersionNumber; //! Project version string for NefCarbon. FOUNDATION_EXPORT const unsigned char NefCarbonVersionString[]; // In this header, you should import all the public heade...
33.166667
134
0.79397
061845535ec1a403022d64fd26961df39e4c1dd5
1,188
c
C
libft/ft_memcpy.c
svassal/Wolf_3D
7b2ba1e8b313ed0cec62be43d221f40ea4ee66e7
[ "MIT" ]
null
null
null
libft/ft_memcpy.c
svassal/Wolf_3D
7b2ba1e8b313ed0cec62be43d221f40ea4ee66e7
[ "MIT" ]
null
null
null
libft/ft_memcpy.c
svassal/Wolf_3D
7b2ba1e8b313ed0cec62be43d221f40ea4ee66e7
[ "MIT" ]
null
null
null
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memcpy.c :+: :+: :+: ...
36
80
0.231481
061b2bb228b8be9b088ff16a475d47cc275e1189
6,985
c
C
Openharmony v1.0/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/clock_adjtime01.c
clkbit123/TheOpenHarmony
0e6bcd9dee9f1a2481d762966b8bbd24baad6159
[ "MIT" ]
1
2022-02-15T08:51:55.000Z
2022-02-15T08:51:55.000Z
hihope_neptune-oh_hid/00_src/v0.3/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/clock_adjtime01.c
dawmlight/vendor_oh_fun
bc9fb50920f06cd4c27399f60076f5793043c77d
[ "Apache-2.0" ]
null
null
null
hihope_neptune-oh_hid/00_src/v0.3/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/clock_adjtime01.c
dawmlight/vendor_oh_fun
bc9fb50920f06cd4c27399f60076f5793043c77d
[ "Apache-2.0" ]
null
null
null
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (c) 2019 Linaro Limited. All rights reserved. * Author: Rafael David Tinoco <rafael.tinoco@linaro.org> */ /* * clock_adjtime() syscall might have as execution path: * * 1) a regular POSIX clock (only REALTIME clock implements adjtime()) * - will...
26.458333
107
0.65927
061bba27125f0d2f28c11d911fd4fbbeaf2356ba
5,512
h
C
include/pottery/intro_sort/impl/pottery_intro_sort_config_lifecycle.t.h
ludocode/pottery
437b071ee8dd496a8a2d47c1db2643eaa82dc34d
[ "MIT" ]
85
2020-12-17T01:21:32.000Z
2022-03-25T10:47:00.000Z
include/pottery/intro_sort/impl/pottery_intro_sort_config_lifecycle.t.h
ludocode/pottery
437b071ee8dd496a8a2d47c1db2643eaa82dc34d
[ "MIT" ]
3
2020-12-20T16:09:37.000Z
2022-03-19T18:58:14.000Z
include/pottery/intro_sort/impl/pottery_intro_sort_config_lifecycle.t.h
ludocode/pottery
437b071ee8dd496a8a2d47c1db2643eaa82dc34d
[ "MIT" ]
4
2020-12-17T02:13:40.000Z
2022-01-24T03:58:36.000Z
/* * MIT License * * Copyright (c) 2020-2021 11037650 Canada 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 u...
41.134328
102
0.805515
061bc24f35cf5fe8aa47f860ad6df8b6706b80ad
405
h
C
VideoPlayer/VideoPlayer/VideoPlayerAppDelegate.h
apperian/template-apps
b886ad7cea7715d991b05c039de389e983302969
[ "MIT" ]
null
null
null
VideoPlayer/VideoPlayer/VideoPlayerAppDelegate.h
apperian/template-apps
b886ad7cea7715d991b05c039de389e983302969
[ "MIT" ]
null
null
null
VideoPlayer/VideoPlayer/VideoPlayerAppDelegate.h
apperian/template-apps
b886ad7cea7715d991b05c039de389e983302969
[ "MIT" ]
null
null
null
// // VideoPlayerAppDelegate.h // VideoPlayer // // Created by Jeremy Debate on 5/31/11. // Copyright 2011 Apperian. All rights reserved. // #import <UIKit/UIKit.h> #import <MediaPlayer/MediaPlayer.h> @interface VideoPlayerAppDelegate : NSObject <UIApplicationDelegate> { MPMoviePlayerViewController *movieVie...
19.285714
70
0.74321
061d6ae85af0c313de83c6b5065add14200f8664
26,146
h
C
src/DialLexer.h
Belovedbb/DialLexer
0ab00be22f9de556487495feb5bf360066a51299
[ "MIT" ]
3
2020-12-21T09:40:01.000Z
2020-12-25T21:19:16.000Z
src/DialLexer.h
Belovedbb/DialLexer
0ab00be22f9de556487495feb5bf360066a51299
[ "MIT" ]
null
null
null
src/DialLexer.h
Belovedbb/DialLexer
0ab00be22f9de556487495feb5bf360066a51299
[ "MIT" ]
null
null
null
/* Dial Lexing library Copyright (c) 2020 - present, Oluwadare Beloved 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, m...
30.402326
162
0.665991
06202eaf8cc48c633f431a3afcd8e4545fdae531
1,638
c
C
source/TextureList.c
ftraple/WolfensteinEngine
84226a97ef5c98293b5f39c12d8a923f25da0264
[ "MIT" ]
1
2018-10-03T10:41:13.000Z
2018-10-03T10:41:13.000Z
source/TextureList.c
ftraple/WolfensteinEngine
84226a97ef5c98293b5f39c12d8a923f25da0264
[ "MIT" ]
null
null
null
source/TextureList.c
ftraple/WolfensteinEngine
84226a97ef5c98293b5f39c12d8a923f25da0264
[ "MIT" ]
null
null
null
#include "TextureList.h" struct w3d_TextureListSt { w3d_Texture** texture; uint16_t size; }; /*################################################################################*/ w3d_TextureList* w3d_TextureList_Create(uint16_t initialSize) { w3d_TextureList* textureList = (w3d_TextureList*)malloc(sizeof(w3d_Text...
28.736842
87
0.557998
0620f414988dd8639c6b9f39a7983b194955e029
1,691
h
C
Debugging/WinDbg/headers/DumpHeader32.h
matthew6868/tools_tip
47cafd5c0eb2e0bddaadb87f0c17c3f8e8f3f9e3
[ "Apache-2.0" ]
null
null
null
Debugging/WinDbg/headers/DumpHeader32.h
matthew6868/tools_tip
47cafd5c0eb2e0bddaadb87f0c17c3f8e8f3f9e3
[ "Apache-2.0" ]
null
null
null
Debugging/WinDbg/headers/DumpHeader32.h
matthew6868/tools_tip
47cafd5c0eb2e0bddaadb87f0c17c3f8e8f3f9e3
[ "Apache-2.0" ]
null
null
null
typedef struct _DUMP_HEADER32 { /* 0x000 */ ULONG Signature; /* 0x004 */ ULONG ValidDump; /* 0x008 */ ULONG MajorVersion; /* 0x00C */ ULONG MinorVersion; /* 0x010 */ ULONG DirectoryTableBase; /* 0x014 */ ULONG PfnDataBase; /* 0x018 */ PLIST_ENTRY PsLoadedModuleList; /* 0x01C */ PLIST_ENT...
35.978723
48
0.628031
0624f0af663032743f26c3fd12ff8c82364ae5d7
26,819
h
C
arch/PowerPC/CapstonePPCModule.h
Phosphorus15/Capstone
1bca4211bd7c132c57d0006a26de57d42a4bcdb9
[ "BSD-3-Clause" ]
null
null
null
arch/PowerPC/CapstonePPCModule.h
Phosphorus15/Capstone
1bca4211bd7c132c57d0006a26de57d42a4bcdb9
[ "BSD-3-Clause" ]
4
2021-12-06T13:41:54.000Z
2021-12-09T14:59:13.000Z
arch/PowerPC/CapstonePPCModule.h
Phosphorus15/Capstone
1bca4211bd7c132c57d0006a26de57d42a4bcdb9
[ "BSD-3-Clause" ]
null
null
null
// // Created by Phosphorus15 on 2021/7/12. // #ifndef CAPSTONE_CAPSTONEPPCMODULE_H #define CAPSTONE_CAPSTONEPPCMODULE_H static void llvm_unreachable(const char *info) {} static void assert(int val) {} #define PPC_REGS0_31(X) \ { ...
43.117363
80
0.571871
062758bdaea13be817d8352884b7799362eeacb6
755
h
C
include/riku/net.h
maihd/riku
daca9172f4ee0e303060796e86859247e4306dcc
[ "Unlicense" ]
2
2019-03-22T05:01:03.000Z
2020-05-07T11:26:03.000Z
include/riku/net.h
maihd/riku
daca9172f4ee0e303060796e86859247e4306dcc
[ "Unlicense" ]
null
null
null
include/riku/net.h
maihd/riku
daca9172f4ee0e303060796e86859247e4306dcc
[ "Unlicense" ]
null
null
null
// Copyright (c) 2019, MaiHD. All right reversed. // License: Unlicensed #pragma once #include "./core.h" namespace net { struct Socket { public: int handle; bool is_server; public: RIKU_API Socket(void); RIKU_API ~Socket(void); public: RIKU_API void ...
22.878788
62
0.631788
0629021241c85757577d86aa3fc47c7e95ce4d8d
289
h
C
ImageView01/ImageModel.h
WYPRita/ImageView
ca6fec90e20e580e4a324c5b2e18e30836981090
[ "Apache-2.0" ]
null
null
null
ImageView01/ImageModel.h
WYPRita/ImageView
ca6fec90e20e580e4a324c5b2e18e30836981090
[ "Apache-2.0" ]
null
null
null
ImageView01/ImageModel.h
WYPRita/ImageView
ca6fec90e20e580e4a324c5b2e18e30836981090
[ "Apache-2.0" ]
null
null
null
// // ImageModel.h // ImageView01 // // Created by wxweven on 16/5/3. // Copyright © 2016年 wxweven. All rights reserved. // #import <Foundation/Foundation.h> @interface ImageModel : NSObject @property(nonatomic,copy) NSString *icon; @property(nonatomic,copy) NSString *desc; @end
16.055556
51
0.709343
06293420a040f29c5afdeba2dbafe4d50c01374d
286
h
C
Onyx2D/O2Font+PDF.h
bamwu/cocotron
9cda7d719428a8ff940b134e391e511104ee0b5d
[ "MIT" ]
374
2015-03-20T03:04:04.000Z
2022-03-23T11:49:51.000Z
Onyx2D/O2Font+PDF.h
bamwu/cocotron
9cda7d719428a8ff940b134e391e511104ee0b5d
[ "MIT" ]
8
2015-05-01T17:10:19.000Z
2018-03-10T13:51:52.000Z
Onyx2D/O2Font+PDF.h
bamwu/cocotron
9cda7d719428a8ff940b134e391e511104ee0b5d
[ "MIT" ]
99
2015-03-20T03:04:12.000Z
2022-03-15T03:09:07.000Z
#import <Onyx2D/O2Font.h> @class O2PDFObject, O2PDFContext; @interface O2Font (PDF) - (void)getMacRomanBytes:(unsigned char *)bytes forGlyphs:(const O2Glyph *)glyphs length:(unsigned)length; - (O2PDFObject *)encodeReferenceWithContext:(O2PDFContext *)context size:(O2Float)size; @end
31.777778
106
0.77972
062ab937de499368a6f199de01a64484e461da57
1,086
h
C
System/Library/PrivateFrameworks/NewsCore.framework/FCABConfig.h
lechium/iPhoneOS_12.1.1_Headers
aac688b174273dfcbade13bab104461f463db772
[ "MIT" ]
12
2019-06-02T02:42:41.000Z
2021-04-13T07:22:20.000Z
System/Library/PrivateFrameworks/NewsCore.framework/FCABConfig.h
lechium/iPhoneOS_12.1.1_Headers
aac688b174273dfcbade13bab104461f463db772
[ "MIT" ]
null
null
null
System/Library/PrivateFrameworks/NewsCore.framework/FCABConfig.h
lechium/iPhoneOS_12.1.1_Headers
aac688b174273dfcbade13bab104461f463db772
[ "MIT" ]
3
2019-06-11T02:46:10.000Z
2019-12-21T14:58:16.000Z
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:47:46 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias ...
35.032258
137
0.725599
062de93faa80b04062f35fd1937141663bfbb07d
897
h
C
System/Library/PrivateFrameworks/PhotosUICore.framework/PXGDataSourceDrivenLayout.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
1
2020-11-04T15:43:01.000Z
2020-11-04T15:43:01.000Z
System/Library/PrivateFrameworks/PhotosUICore.framework/PXGDataSourceDrivenLayout.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
System/Library/PrivateFrameworks/PhotosUICore.framework/PXGDataSourceDrivenLayout.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
/* * This header is generated by classdump-dyld 1.0 * on Monday, September 28, 2020 at 5:54:57 PM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/PhotosUIC...
52.764706
214
0.683389
062f90fbebd574de6f6126cdb93874237d45328c
878
h
C
MidtransCoreKit/MidtransCoreKit/MidtransPromo.h
denistirta/Veritrans-ios-sdk
fb98bd9e7579939f6c5be903ed9d124f617b5fd5
[ "MIT" ]
12
2016-10-05T05:25:33.000Z
2021-02-12T07:08:19.000Z
MidtransCoreKit/MidtransCoreKit/MidtransPromo.h
denistirta/Veritrans-ios-sdk
fb98bd9e7579939f6c5be903ed9d124f617b5fd5
[ "MIT" ]
114
2016-06-07T10:01:35.000Z
2022-03-28T06:08:26.000Z
MidtransCoreKit/MidtransCoreKit/MidtransPromo.h
denistirta/Veritrans-ios-sdk
fb98bd9e7579939f6c5be903ed9d124f617b5fd5
[ "MIT" ]
35
2016-06-02T15:44:43.000Z
2022-03-25T06:56:19.000Z
// // MidtransPromo.h // // Created by Nanang on 2/6/17 // Copyright (c) 2017 Zahir. All rights reserved. // #import <Foundation/Foundation.h> @interface MidtransPromo : NSObject <NSCoding, NSCopying> @property (nonatomic) id sponsorMessageEn; @property (nonatomic, strong) NSString *promoCode; @property (nonat...
29.266667
63
0.771071
0630eee0106423443e92c64ba4dba697aa70f162
11,418
c
C
src/sdes.c
Sholde/des
b213f3339ae8ee89efeaefb58c96cebd45aae06b
[ "MIT" ]
2
2020-05-22T22:09:01.000Z
2020-05-27T20:39:48.000Z
src/sdes.c
Sholde/des
b213f3339ae8ee89efeaefb58c96cebd45aae06b
[ "MIT" ]
2
2020-05-24T22:02:52.000Z
2020-05-25T13:27:24.000Z
src/sdes.c
Sholde/des
b213f3339ae8ee89efeaefb58c96cebd45aae06b
[ "MIT" ]
null
null
null
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "sdes.h" /* Global tab */ const int IP[64] = {58, 50, 42, 34, 26, 18, 10, 2, 60, 52, 44, 36, 28, 20, 12, 4, 62, 54, 46, 38, 30, 22, 14, 6, 64, 56, 48, 40, 32, 24, 16, 8, ...
24.930131
84
0.440708
0634ad217943f4c18fc84b514ce6ae0e9d40f744
1,598
c
C
rank.c
freebee-game/console-client
f956adc1ca5bda73c91a11bae856e64e37d702db
[ "0BSD" ]
5
2020-07-18T05:54:09.000Z
2022-03-02T21:43:05.000Z
rank.c
freebee-game/console-client
f956adc1ca5bda73c91a11bae856e64e37d702db
[ "0BSD" ]
1
2022-03-05T15:35:32.000Z
2022-03-05T15:35:32.000Z
rank.c
freebee-game/console-client
f956adc1ca5bda73c91a11bae856e64e37d702db
[ "0BSD" ]
2
2022-03-02T23:51:39.000Z
2022-03-05T15:07:24.000Z
/* * Copyright (c) 2020 Brian Callahan <bcallah@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" ...
25.365079
75
0.70025
063656a2ce3e9d05abe65a637dc02d5036362fe9
1,065
h
C
plugin_III/game_III/CDirectory.h
gta-chaos-mod/plugin-sdk
e3bf176337774a2afc797a47825f81adde78e899
[ "Zlib" ]
368
2015-01-01T21:42:00.000Z
2022-03-29T06:22:22.000Z
plugin_III/game_III/CDirectory.h
SteepCheat/plugin-sdk
a17c5d933cb8b06e4959b370092828a6a7aa00ef
[ "Zlib" ]
89
2016-05-08T06:42:36.000Z
2022-03-29T06:49:09.000Z
plugin_III/game_III/CDirectory.h
SteepCheat/plugin-sdk
a17c5d933cb8b06e4959b370092828a6a7aa00ef
[ "Zlib" ]
179
2015-02-03T23:41:17.000Z
2022-03-26T08:27:16.000Z
/* Plugin-SDK (Grand Theft Auto 3) header file Authors: GTA Community. See more here https://github.com/DK22Pac/plugin-sdk Do not delete this comment block. Respect others' work! */ #pragma once #include "PluginBase.h" //! http://www.gtamodding.com/wiki/IMG_archive#Version_1_-_GTA_III_.26_VC class P...
28.783784
110
0.74554
0637a012054cf115d2f5390ba2a536e579910e80
5,139
h
C
bitnumber/Flags.h
basicpp17/cpp17_flags
fcb45ff5fca54ee16cfc0a8dd9b90d6d6e0466e5
[ "Apache-2.0" ]
17
2017-12-14T15:20:00.000Z
2021-11-19T12:14:15.000Z
bitnumber/Flags.h
arBmind/cpp17_flags
fcb45ff5fca54ee16cfc0a8dd9b90d6d6e0466e5
[ "Apache-2.0" ]
null
null
null
bitnumber/Flags.h
arBmind/cpp17_flags
fcb45ff5fca54ee16cfc0a8dd9b90d6d6e0466e5
[ "Apache-2.0" ]
1
2019-01-11T21:18:46.000Z
2019-01-11T21:18:46.000Z
#pragma once #include <cinttypes> #include <initializer_list> #include <type_traits> namespace bitnumber { #define ENABLE_BITNUMBER_FLAGS_OP(T) \ constexpr auto operator|(T::EnumType e1, T::EnumType e2) noexcept->T { return T(e1) | ...
30.957831
120
0.580074
063966672f7745eba209808ecee7775f96671094
10,441
h
C
Boards/LDM-uROB-K1986BE1QI/LedBlink/SPL/inc/MDR32F9Qx_power.h
L-proger/Milandr.Examples
671763dc4a3cbb5acd08386453ec3c30afae7e28
[ "MIT" ]
null
null
null
Boards/LDM-uROB-K1986BE1QI/LedBlink/SPL/inc/MDR32F9Qx_power.h
L-proger/Milandr.Examples
671763dc4a3cbb5acd08386453ec3c30afae7e28
[ "MIT" ]
null
null
null
Boards/LDM-uROB-K1986BE1QI/LedBlink/SPL/inc/MDR32F9Qx_power.h
L-proger/Milandr.Examples
671763dc4a3cbb5acd08386453ec3c30afae7e28
[ "MIT" ]
null
null
null
/** ****************************************************************************** * @file MDR32F9Qx_power.h * @author Milandr Application Team * @version V2.0.0 * @date 06/05/2021 * @brief This file contains all the functions prototypes for the POWER * firmware library. **************...
40.157692
105
0.597357
063a1d5f4743e5eb4617fb8e6557510ffbea729d
3,112
c
C
UDTswap_scripts/UDTswap_lock_udt_based.c
GrowFi-labs/UDTswap
fff0f31450468a8978108380fba24a1d1eff917e
[ "MIT" ]
null
null
null
UDTswap_scripts/UDTswap_lock_udt_based.c
GrowFi-labs/UDTswap
fff0f31450468a8978108380fba24a1d1eff917e
[ "MIT" ]
null
null
null
UDTswap_scripts/UDTswap_lock_udt_based.c
GrowFi-labs/UDTswap
fff0f31450468a8978108380fba24a1d1eff917e
[ "MIT" ]
null
null
null
#include <memory.h> #include "ckb_syscalls.h" #include "udtswap_common.h" /* * @dev check UDTswap type script * check UDTswap type script code hash * check all 3 lock script hash * * @param index UDTswap cell index * @param current_script_hash_buf UDTswap lock script hash */ int check_udtswap_type(size_t index...
29.084112
110
0.698586
063b03b26ed7c51e0b57969befa17d22789c7f20
286
c
C
c/70_climbing_stairs.c
axzxc1236/leetcode
cb257b91267b4cd5445b597a378d83af4ad78370
[ "MIT" ]
1
2016-09-27T17:57:01.000Z
2016-09-27T17:57:01.000Z
c/70_climbing_stairs.c
axzxc1236/leetcode
cb257b91267b4cd5445b597a378d83af4ad78370
[ "MIT" ]
null
null
null
c/70_climbing_stairs.c
axzxc1236/leetcode
cb257b91267b4cd5445b597a378d83af4ad78370
[ "MIT" ]
null
null
null
//question : https://leetcode.com/problems/climbing-stairs/ //runtime : 0ms int climbStairs(int n) { //Yes, it is almost Fibonacci sequence. int i,num1=0,num2=1,num3; for (i=0;i<n;i++) { num3=num1+num2; num1=num2; num2=num3; } return num3; }
23.833333
59
0.587413
063b31980841da5e6c4371aa10f5679ceba8e764
2,518
c
C
bspwc/output.c
colemickens/bspwc
4e47a7ec720db2dbc667523c3884bd5d487b8f05
[ "MIT" ]
1
2019-04-14T20:19:10.000Z
2019-04-14T20:19:10.000Z
bspwc/output.c
colemickens/bspwc
4e47a7ec720db2dbc667523c3884bd5d487b8f05
[ "MIT" ]
null
null
null
bspwc/output.c
colemickens/bspwc
4e47a7ec720db2dbc667523c3884bd5d487b8f05
[ "MIT" ]
null
null
null
#include "bspwc/output.h" void output_destroy_notify(struct wl_listener* listener, void* data) { struct output* output = wl_container_of(listener, output, destroy); wlr_output_layout_remove(output->server->output_layout, output->wlr_output); wl_list_remove(&output->link); wl_list_remove(&output->destroy.link); ...
31.475
121
0.758539
063d97f02d1434aa3b06e7ca97c9a71542c6c6fc
123
h
C
vos/p2/inc/zphist.h
NASA-AMMOS/VICAR
4504c1f558855d9c6eaef89f4460217aa4909f8e
[ "BSD-3-Clause" ]
16
2020-10-21T05:56:26.000Z
2022-03-31T10:02:01.000Z
vos/p2/inc/zphist.h
NASA-AMMOS/VICAR
4504c1f558855d9c6eaef89f4460217aa4909f8e
[ "BSD-3-Clause" ]
null
null
null
vos/p2/inc/zphist.h
NASA-AMMOS/VICAR
4504c1f558855d9c6eaef89f4460217aa4909f8e
[ "BSD-3-Clause" ]
2
2021-03-09T01:51:08.000Z
2021-03-23T00:23:24.000Z
#ifndef _ZPHIST_H_ #define _ZPHIST_H_ void zphist(int *freq, int ns, int ilow, int ihigh, int ispike, int imode); #endif
17.571429
75
0.739837
063dc47738c17a4d98a014168ff47f29a21a4d7e
2,637
c
C
SourceCode/scripts/4_World/Plugins/PluginBase/PluginDeveloper/DeveloperTeleport.c
DevulTj/DayZOfflineMode
0ba7e58858c7cd62e6a08f451ba60a3961575353
[ "MIT" ]
1
2018-12-17T01:52:23.000Z
2018-12-17T01:52:23.000Z
SourceCode/scripts/4_World/Plugins/PluginBase/PluginDeveloper/DeveloperTeleport.c
DevulTj/DayZOfflineMode
0ba7e58858c7cd62e6a08f451ba60a3961575353
[ "MIT" ]
null
null
null
SourceCode/scripts/4_World/Plugins/PluginBase/PluginDeveloper/DeveloperTeleport.c
DevulTj/DayZOfflineMode
0ba7e58858c7cd62e6a08f451ba60a3961575353
[ "MIT" ]
null
null
null
class DeveloperTeleport { protected static const int TELEPORT_DISTANCE_MAX = 1000; static void TeleportAtCursor() { if ( !DeveloperFreeCamera.IsFreeCameraEnabled() ) { PlayerBase player = PlayerBase.Cast( GetGame().GetPlayer() ); vector pos_player = player.GetPosition(); vector rayStart = GetGame(...
25.852941
118
0.678802
0640a4e5d0e804744808c6d0062bbb6523f6580e
3,338
h
C
StdAfx.h
IvarJonsson/Project-Unknown
4675b41bbb5e90135c7bf3aded2c2e262b50f351
[ "BSL-1.0" ]
null
null
null
StdAfx.h
IvarJonsson/Project-Unknown
4675b41bbb5e90135c7bf3aded2c2e262b50f351
[ "BSL-1.0" ]
null
null
null
StdAfx.h
IvarJonsson/Project-Unknown
4675b41bbb5e90135c7bf3aded2c2e262b50f351
[ "BSL-1.0" ]
null
null
null
// Copyright 2001-2016 Crytek GmbH / Crytek Group. All rights reserved. /************************************************************************* ------------------------------------------------------------------------- $Id$ $DateTime$ Description: include file for standard system include files, or project ...
26.283465
97
0.666267
064494d89a3c9d209ed0238f3cbba969254c391d
442
h
C
mille-feuille_ATMEGASample/mille-feuile_IRsend/IRSEND.h
yoshinarikou/MilleFeuilleATMEGA328P
53f1ed302e564a5dab8bcf82736b8862c1005c0a
[ "MIT" ]
null
null
null
mille-feuille_ATMEGASample/mille-feuile_IRsend/IRSEND.h
yoshinarikou/MilleFeuilleATMEGA328P
53f1ed302e564a5dab8bcf82736b8862c1005c0a
[ "MIT" ]
null
null
null
mille-feuille_ATMEGASample/mille-feuile_IRsend/IRSEND.h
yoshinarikou/MilleFeuilleATMEGA328P
53f1ed302e564a5dab8bcf82736b8862c1005c0a
[ "MIT" ]
null
null
null
#ifndef IRSEND_H #define IRSEND_H #include <inttypes.h> class IRSEND { public: // constructor IRSEND(uint8_t ledPin); void sendNECCommand(uint8_t data, uint8_t custom0, uint8_t custom1); void sendData(uint8_t date); private: uint8_t _ledPin; // the pin number which the LED is con...
23.263158
73
0.662896
0644992d34b5d51f956a0f719136490767dfbb19
2,720
c
C
main.c
Napster653/uc3m-dso-p1
4a071b88a65694800961fcc5d932c4de91f23989
[ "MIT" ]
1
2019-04-23T07:30:14.000Z
2019-04-23T07:30:14.000Z
main.c
Napster653/uc3m-dso-p1
4a071b88a65694800961fcc5d932c4de91f23989
[ "MIT" ]
null
null
null
main.c
Napster653/uc3m-dso-p1
4a071b88a65694800961fcc5d932c4de91f23989
[ "MIT" ]
null
null
null
#include <stdio.h> #include <sys/time.h> #include <signal.h> #include <stdlib.h> #include <ucontext.h> #include <unistd.h> #include "mythread.h" void fun1 (int global_index) { int a=0, b=0; read_network (); for (a=0; a<10; ++a) { // printf ("Thread %d with priority %d\t from fun2 a = %d\tb = %d\n", mythread_gett...
22.857143
121
0.601103
06449ab6d5103bf079d9c1e858b5c75dee868b86
4,556
h
C
deps/CustomOps/RollingFunctions/RollingFunctions.h
ziyiyin97/ADCME.jl
1c9b2c1ae63059d79a5a6a7b86eee64796868755
[ "MIT" ]
202
2019-06-12T18:42:20.000Z
2022-03-24T16:56:46.000Z
deps/CustomOps/RollingFunctions/RollingFunctions.h
ziyiyin97/ADCME.jl
1c9b2c1ae63059d79a5a6a7b86eee64796868755
[ "MIT" ]
46
2019-08-19T19:37:52.000Z
2022-03-27T11:17:50.000Z
deps/CustomOps/RollingFunctions/RollingFunctions.h
jiaqiwang969/ADCME.jl
33e8d39ab18274c98e11330d5d3e65f7a9ed8e99
[ "MIT" ]
56
2019-07-30T05:50:55.000Z
2022-03-28T02:41:07.000Z
void RollingSumFunctionForward( double *out, const double *u, int window, int n){ for(int i = 0; i < window; i++) out[0] += u[i]; for (int i = window; i < n; i++){ out[i - (window-1)] = out[i-window] + u[i] - u[i-window]; } } void RollingSumFunctionBackward( double *grad_u, co...
30.783784
137
0.576822
0646d603e66f0cd19f23bcaa7eac8750076435ad
491
h
C
src/scomponents/io/brush.h
guillaume-haerinck/voxel-editor
78c2db3e7f33a1944ef6202c8ae33f4008695153
[ "MIT" ]
7
2019-12-30T21:01:06.000Z
2022-02-24T07:41:52.000Z
src/scomponents/io/brush.h
guillaume-haerinck/voxel-editor
78c2db3e7f33a1944ef6202c8ae33f4008695153
[ "MIT" ]
null
null
null
src/scomponents/io/brush.h
guillaume-haerinck/voxel-editor
78c2db3e7f33a1944ef6202c8ae33f4008695153
[ "MIT" ]
1
2020-04-26T22:02:29.000Z
2020-04-26T22:02:29.000Z
#pragma once enum class BrushType { VOXEL = 0, FACE, BOX, LINE, CIRCLE }; enum class BrushUse { ADD = 0, REMOVE, PAINT, SELECT }; class Brush { public: Brush() {}; BrushType type() const { return m_type; } BrushUse usage() const { return m_usage; } bool started() const { return m_started; }...
14.028571
46
0.655804
064794c1482c6f0827b61240463edb3d37a7f6ef
1,881
h
C
include/org/w3c/dom/ls/LSParser.h
iFindTA/PBJ2Objc
014bd0f99b129cb094ee35e472802fd38c5c0f87
[ "MIT" ]
null
null
null
include/org/w3c/dom/ls/LSParser.h
iFindTA/PBJ2Objc
014bd0f99b129cb094ee35e472802fd38c5c0f87
[ "MIT" ]
null
null
null
include/org/w3c/dom/ls/LSParser.h
iFindTA/PBJ2Objc
014bd0f99b129cb094ee35e472802fd38c5c0f87
[ "MIT" ]
null
null
null
// // Generated by the J2ObjC translator. DO NOT EDIT! // source: android/libcore/luni/src/main/java/org/w3c/dom/ls/LSParser.java // #ifndef _OrgW3cDomLsLSParser_H_ #define _OrgW3cDomLsLSParser_H_ #include "J2ObjC_header.h" @protocol OrgW3cDomDOMConfiguration; @protocol OrgW3cDomDocument; @protocol OrgW3cDomLsLSI...
30.33871
89
0.809144
06479a3fba691179673b3b867b97ac167e1b04ad
3,145
h
C
libintrinsic3d/include/nv/mesh/marching_cubes.h
dazinovic/intrinsic3d
4e5ea3b3d81b4174f33765e1d3dd0b24c2716c06
[ "BSD-3-Clause" ]
370
2019-01-03T23:22:40.000Z
2022-03-09T12:40:03.000Z
libintrinsic3d/include/nv/mesh/marching_cubes.h
jtpils/intrinsic3d
3f94bc59dba6d77981aad1c8f38531706e51078f
[ "BSD-3-Clause" ]
16
2019-02-13T10:15:19.000Z
2021-11-10T10:22:47.000Z
libintrinsic3d/include/nv/mesh/marching_cubes.h
jtpils/intrinsic3d
3f94bc59dba6d77981aad1c8f38531706e51078f
[ "BSD-3-Clause" ]
66
2019-02-28T06:19:55.000Z
2022-03-10T10:06:35.000Z
/** * This file is part of Intrinsic3D. * * Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2019, Technical University of Munich. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ...
35.738636
146
0.725278
064be4a8b15bee8a39629aa2ea7b92d054ad57ff
980
c
C
ft_printf/ft_strclr.c
NowakAydm/anowak
9ffcf8d6ec7a72fcacbed0cc6f766041914f3b27
[ "CC0-1.0" ]
null
null
null
ft_printf/ft_strclr.c
NowakAydm/anowak
9ffcf8d6ec7a72fcacbed0cc6f766041914f3b27
[ "CC0-1.0" ]
null
null
null
ft_printf/ft_strclr.c
NowakAydm/anowak
9ffcf8d6ec7a72fcacbed0cc6f766041914f3b27
[ "CC0-1.0" ]
null
null
null
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strclr.c :+: :+: :+: ...
46.666667
80
0.145918
064fdc0a045860c597e070190560aee059ff5098
298
h
C
Pods/EasyLibs/Framework/EServiceSDK.framework/Headers/UIImage+ScanExtend.h
EasySnail/TokenKit
c94f77aa1712c978bb660105a0f3f2b419601693
[ "MIT" ]
null
null
null
Pods/EasyLibs/Framework/EServiceSDK.framework/Headers/UIImage+ScanExtend.h
EasySnail/TokenKit
c94f77aa1712c978bb660105a0f3f2b419601693
[ "MIT" ]
null
null
null
Pods/EasyLibs/Framework/EServiceSDK.framework/Headers/UIImage+ScanExtend.h
EasySnail/TokenKit
c94f77aa1712c978bb660105a0f3f2b419601693
[ "MIT" ]
null
null
null
// // UIImage+ScanExtend.h // ScanManager // // Created by Easy on 2017/12/28. // Copyright © 2017年 Easy. All rights reserved. // #import <UIKit/UIKit.h> @interface UIImage (ScanExtend) + (UIImage *)imageWithCIImage:(CIImage *)ciimage fromOrect:(CGRect)orect contentRect:(CGRect)crect; @end
19.866667
99
0.711409
06506eca0401f299c3951228e3b42c7c79514232
2,501
h
C
dev/Code/Sandbox/Plugins/DeploymentTool/DeployWorker_devicefarm.h
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
1,738
2017-09-21T10:59:12.000Z
2022-03-31T21:05:46.000Z
dev/Code/Sandbox/Plugins/DeploymentTool/DeployWorker_devicefarm.h
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
427
2017-09-29T22:54:36.000Z
2022-02-15T19:26:50.000Z
dev/Code/Sandbox/Plugins/DeploymentTool/DeployWorker_devicefarm.h
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
671
2017-09-21T08:04:01.000Z
2022-03-29T14:30:07.000Z
/* * All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or * its licensors. * * For complete copyright and license terms please see the LICENSE at the root of this * distribution (the "License"). All use of this software is governed by the License, * or, if provided, by the license below or t...
29.77381
85
0.732507
065195cbf04f60252bbe8ce707cffe2c2d4460e1
492
h
C
src/entities/Bullet.h
haviital/GalaxyFighter_Pokitto
bbb8d6519585928f7e26399efa87566589bf2209
[ "BSD-3-Clause" ]
3
2020-01-10T18:06:25.000Z
2020-11-10T01:17:54.000Z
src/entities/Bullet.h
haviital/GalaxyFighter_Pokitto
bbb8d6519585928f7e26399efa87566589bf2209
[ "BSD-3-Clause" ]
null
null
null
src/entities/Bullet.h
haviital/GalaxyFighter_Pokitto
bbb8d6519585928f7e26399efa87566589bf2209
[ "BSD-3-Clause" ]
2
2020-01-14T12:27:52.000Z
2022-02-18T14:32:08.000Z
#pragma once #include "Pokitto.h" #include "../utils/Constants.h" #include "../utils/Enums.h" #include "../utils/Structs.h" class Bullet { public: Bullet(); // Properties .. uint8_t getX(); uint8_t getY(); bool isEnabled(); void setX(uint8_t x)...
15.870968
38
0.510163
0654630e978ee041dce043a65cef04087fba2e5d
3,549
c
C
kapps/artii.c
Unluckiestnoob/AhnTri
2e7842300adde22590bcfb124445da4b5f11c2c6
[ "Apache-2.0" ]
1
2021-07-11T11:21:03.000Z
2021-07-11T11:21:03.000Z
kapps/artii.c
Unluckiestnoob/AhnTri
2e7842300adde22590bcfb124445da4b5f11c2c6
[ "Apache-2.0" ]
null
null
null
kapps/artii.c
Unluckiestnoob/AhnTri
2e7842300adde22590bcfb124445da4b5f11c2c6
[ "Apache-2.0" ]
null
null
null
#include "../kernel.h" #include "../libc/atclib.h" void plant() { os_print_color("dddddddmmmdddmmmmmNNN", GREEN, BLACK); suspend(1); os_print_color("hsyyh", RED, BLACK); suspend(1); os_print_color("ddmNNNNNNNmNNmNNNNNNNNNN\n", GREEN, BLACK); suspend(1); os_print_color("ddddddmmmmmdddmmNNNNNd", GREEN, BLACK); s...
31.40708
60
0.744999
06548f9c816f00e275a669126ff5dce213846985
862
h
C
KD_Tree/kd_tree.h
changzeng/BasicML
0124be866b241af039773b9f71c06c3eba4339b4
[ "MIT" ]
null
null
null
KD_Tree/kd_tree.h
changzeng/BasicML
0124be866b241af039773b9f71c06c3eba4339b4
[ "MIT" ]
null
null
null
KD_Tree/kd_tree.h
changzeng/BasicML
0124be866b241af039773b9f71c06c3eba4339b4
[ "MIT" ]
null
null
null
// // Created by pc-20171125 on 2019/1/21. // #ifndef KD_TREE_KD_TREE_H #define KD_TREE_KD_TREE_H #include <memory> #include <vector> #include <random> using namespace std; class Point{ private: int dim; vector<double> values; default_random_engine randint; public: explicit Point(int dim); doubl...
18.73913
64
0.690255
065566342929f45b314d6605da0f80a09dff4da4
1,452
c
C
Lab3/main4.c
rhazra-003/OSLab
1c9c6dea71d67c60fd6062f78ef472f2e1e3fa9f
[ "MIT" ]
1
2022-01-31T15:03:46.000Z
2022-01-31T15:03:46.000Z
Lab3/main4.c
rhazra-003/OSLab
1c9c6dea71d67c60fd6062f78ef472f2e1e3fa9f
[ "MIT" ]
null
null
null
Lab3/main4.c
rhazra-003/OSLab
1c9c6dea71d67c60fd6062f78ef472f2e1e3fa9f
[ "MIT" ]
null
null
null
#include <stdio.h> #include <stdlib.h> #define __USE_GNU 1 #include <pthread.h> #include <errno.h> #include <string.h> static int x = 0; void *func(void *arg) { char *ret; ret = (char *)malloc(20); if ((int *)arg) printf("Created Detached Thread\n"); else printf("Created Joinable Thre...
22.6875
106
0.544766
06556dfbf3ee598f25a3bdcc848b201454fc1026
435
h
C
qemu/target/m68k/cpu-param.h
hyunjoy/scripts
01114d3627730d695b5ebe61093c719744432ffa
[ "Apache-2.0" ]
44
2022-03-16T08:32:31.000Z
2022-03-31T16:02:35.000Z
qemu/target/m68k/cpu-param.h
hyunjoy/scripts
01114d3627730d695b5ebe61093c719744432ffa
[ "Apache-2.0" ]
1
2022-03-29T02:30:28.000Z
2022-03-30T03:40:46.000Z
qemu/target/m68k/cpu-param.h
hyunjoy/scripts
01114d3627730d695b5ebe61093c719744432ffa
[ "Apache-2.0" ]
18
2022-03-19T04:41:04.000Z
2022-03-31T03:32:12.000Z
/* * m68k cpu parameters for qemu. * * Copyright (c) 2005-2007 CodeSourcery * SPDX-License-Identifier: LGPL-2.0+ */ #ifndef M68K_CPU_PARAM_H #define M68K_CPU_PARAM_H 1 #define TARGET_LONG_BITS 32 /* * Coldfire Linux uses 8k pages * and m68k linux uses 4k pages * use the smallest one */ #define TARGET_PAGE_BI...
18.913043
39
0.763218
0659618b34c371a1518330519f97e1ff45e48a17
468
h
C
Sources/DNWebSocket.h
dvt282/DNWebSocket
bcd1394bf79b2cee7abb20f7b4901df71df67aff
[ "MIT" ]
35
2018-02-11T16:51:07.000Z
2022-01-29T17:51:43.000Z
Sources/DNWebSocket.h
dvt282/DNWebSocket
bcd1394bf79b2cee7abb20f7b4901df71df67aff
[ "MIT" ]
null
null
null
Sources/DNWebSocket.h
dvt282/DNWebSocket
bcd1394bf79b2cee7abb20f7b4901df71df67aff
[ "MIT" ]
5
2018-08-27T07:07:57.000Z
2022-01-29T17:51:48.000Z
// // DNWebSocket.h // DNWebSocket // // Created by Gleb Radchenko on 2/2/18. // #import <Foundation/Foundation.h> //! Project version number for DNWebSocket. FOUNDATION_EXPORT double DNWebSocket_VersionNumber; //! Project version string for DNWebSocket. FOUNDATION_EXPORT const unsigned char DNWebSocket_VersionSt...
24.631579
136
0.775641
065c8800384c5eb7e64e8a1e53d5db3a3c2a1e3d
626
h
C
Util/Tools/JKMarketManager/JKMarketManager.h
baodieppro/101
2aadda95a766aa8bbf96e8fe7e55ef260df6987f
[ "Apache-2.0" ]
1
2021-06-24T06:14:34.000Z
2021-06-24T06:14:34.000Z
Util/Tools/JKMarketManager/JKMarketManager.h
Gongshaopeng/MyBrowser
8f816491b26bc96d22443bcdf34189320b414193
[ "Apache-2.0" ]
null
null
null
Util/Tools/JKMarketManager/JKMarketManager.h
Gongshaopeng/MyBrowser
8f816491b26bc96d22443bcdf34189320b414193
[ "Apache-2.0" ]
null
null
null
// // MarketManager.h // MT // // Created by jianjie on 16/6/24. // Copyright © 2016年 jianjie. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import "JKMarketDefine.h" typedef enum : NSUInteger { JKMarketSizeTypeFour, JKMarketSizeTypeSix, JKMarketSizeTypePlus, J...
20.866667
91
0.753994
065cbabf9a7b094c9f5e3a5e458681b99eb9a95c
4,093
h
C
fastinterp/wasm_common_ops_helper.h
ngaut/WasmNow
28bdf8e33b56d6c6e5d0fec58264fda0f58b5d59
[ "MIT" ]
3
2021-09-16T14:39:15.000Z
2021-10-03T07:41:03.000Z
fastinterp/wasm_common_ops_helper.h
ngaut/WasmNow
28bdf8e33b56d6c6e5d0fec58264fda0f58b5d59
[ "MIT" ]
null
null
null
fastinterp/wasm_common_ops_helper.h
ngaut/WasmNow
28bdf8e33b56d6c6e5d0fec58264fda0f58b5d59
[ "MIT" ]
1
2021-10-02T15:16:03.000Z
2021-10-02T15:16:03.000Z
#pragma once #include "fastinterp_tpl_common.hpp" // All common wasm opcodes share the same placeholder configuration // DATA_0: int stack top // DATA_1: float stack top // DATA_2: constant // DATA_8: a fake operand which always equals DATA_0 + 8 // DATA_9: a fake operand which always equals DATA_0 - 8 // DATA_10: a ...
25.905063
107
0.683606
065d8deb50862573d3f3fe7daeb25979ff6c08d8
1,177
h
C
pkcs11-gui/inc/p11core.h
T-Bonhagen/pkcs11-gui
95eed0e907235af826d79a58531dca07b77cca5d
[ "Apache-2.0" ]
7
2018-06-06T12:53:46.000Z
2022-02-28T16:42:09.000Z
pkcs11-gui/inc/p11core.h
n3wtron/pkcs11-gui
faccbaa79dd58d803d8466ae28af7098c3a8e92a
[ "Apache-2.0" ]
4
2020-07-28T06:46:28.000Z
2021-01-22T09:55:13.000Z
pkcs11-gui/inc/p11core.h
n3wtron/pkcs11-gui
faccbaa79dd58d803d8466ae28af7098c3a8e92a
[ "Apache-2.0" ]
4
2018-04-25T16:57:55.000Z
2021-01-21T19:59:11.000Z
/* * Copyright 2017 Igor Maculan <n3wtron@gmail.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...
27.372093
75
0.734919
0662b63142f93b45d2492652ba621b866cc1c81f
345
h
C
headers/masked_sbox_lin.h
NicsTr/better_cortexm
7ada0e1934928fe074a6cb137f741936d3505f8c
[ "MIT" ]
null
null
null
headers/masked_sbox_lin.h
NicsTr/better_cortexm
7ada0e1934928fe074a6cb137f741936d3505f8c
[ "MIT" ]
null
null
null
headers/masked_sbox_lin.h
NicsTr/better_cortexm
7ada0e1934928fe074a6cb137f741936d3505f8c
[ "MIT" ]
null
null
null
#ifndef MASKED_SBOX_LIN_H #define MASKED_SBOX_LIN_H #include <stdint.h> void masked_sbox_l1(uint16_t all_tmp[21][D + 1], const uint16_t state[8][D+1]); void masked_sbox_l2(uint16_t state[8][D+1], uint16_t all_tmp[18][D + 1]); void masked_sbox_l_int0(uint16_t state[7][D+1], const uint16_t all_tmp[2][D + 1]); #endif...
34.5
83
0.736232
06643ad1774980309e58424e742a00b298e312a4
1,941
c
C
ex1-4.c
koreakimbing/20220211
3a108ed167042153a7032ec001da8b420a9cd3f0
[ "Apache-2.0" ]
null
null
null
ex1-4.c
koreakimbing/20220211
3a108ed167042153a7032ec001da8b420a9cd3f0
[ "Apache-2.0" ]
null
null
null
ex1-4.c
koreakimbing/20220211
3a108ed167042153a7032ec001da8b420a9cd3f0
[ "Apache-2.0" ]
null
null
null
// SAVING SIMULATION WITH RANDOM VARIABLES // // PERINC : increment of salary, uniform random number // // PERINT : increment of savings, 9% compounded // // YEAR : current year of simulation // // PERLOW : lower bound 0% ...
30.328125
98
0.473982
0666b8dbf53f9587dd0db8df9d3799f32ee89aec
3,907
h
C
mbed-gr-libs/GraphicsFramework/TARGET_RZA1H/RGA/inc/window_surfaces_inline.h
h7ga40/PeachCam
06d023a908dc38228e77b47f80bc8496a4d35806
[ "Apache-2.0" ]
1
2019-12-13T05:51:34.000Z
2019-12-13T05:51:34.000Z
mbed-gr-libs/GraphicsFramework/TARGET_RZA1H/RGA/inc/window_surfaces_inline.h
h7ga40/PeachCam
06d023a908dc38228e77b47f80bc8496a4d35806
[ "Apache-2.0" ]
null
null
null
mbed-gr-libs/GraphicsFramework/TARGET_RZA1H/RGA/inc/window_surfaces_inline.h
h7ga40/PeachCam
06d023a908dc38228e77b47f80bc8496a4d35806
[ "Apache-2.0" ]
1
2021-09-17T15:41:36.000Z
2021-09-17T15:41:36.000Z
/******************************************************************************* * DISCLAIMER * This software is supplied by Renesas Electronics Corporation and is only * intended for use with Renesas products. No other uses are authorized. This * software is owned by Renesas Electronics Corporation and is protecte...
38.303922
82
0.518556
06695f5ff792dbcb6c17c81dacdab1271ae1dc9b
414
h
C
ired6 1.0.0/ired6/Classes/Mine/Views/SQMyOrderView.h
zc150815/ired6-1.0.0
0422c295445d9b59f59d90d8c9f87f270a0e556a
[ "MIT" ]
null
null
null
ired6 1.0.0/ired6/Classes/Mine/Views/SQMyOrderView.h
zc150815/ired6-1.0.0
0422c295445d9b59f59d90d8c9f87f270a0e556a
[ "MIT" ]
null
null
null
ired6 1.0.0/ired6/Classes/Mine/Views/SQMyOrderView.h
zc150815/ired6-1.0.0
0422c295445d9b59f59d90d8c9f87f270a0e556a
[ "MIT" ]
null
null
null
// // SQMyOrderView.h // SQ565 // // Created by zhangchong on 16/12/13. // Copyright © 2016年 Online Community Of China. All rights reserved. // #import <UIKit/UIKit.h> @class SQMyOrderView; @protocol SQMyOrderViewDelegate<NSObject> -(void)myOrderView:(SQMyOrderView*)myOrderView myOrderButtonActiton:(UIButton*)s...
19.714286
86
0.746377
066c29f1547d7ac101b65ae99273884991b3f2d1
2,169
h
C
Core/DianYing/Include/Dy/Meta/Information/ElementLevelMetaInfo.h
liliilli/DianYing
6e19f67e5d932e346a0ce63a648bed1a04ef618e
[ "MIT" ]
4
2019-03-17T19:46:54.000Z
2019-12-09T20:11:01.000Z
Core/DianYing/Include/Dy/Meta/Information/ElementLevelMetaInfo.h
liliilli/DianYing
6e19f67e5d932e346a0ce63a648bed1a04ef618e
[ "MIT" ]
null
null
null
Core/DianYing/Include/Dy/Meta/Information/ElementLevelMetaInfo.h
liliilli/DianYing
6e19f67e5d932e346a0ce63a648bed1a04ef618e
[ "MIT" ]
null
null
null
#ifndef GUARD_DY_ELELMENT_DESCRIPTOR_LEVELDESCRIPTOR_H #define GUARD_DY_ELELMENT_DESCRIPTOR_LEVELDESCRIPTOR_H /// /// 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 MERCHAN...
31.897059
95
0.757953
066cae4685d95751bab8b283cb44b846f430f25e
259
h
C
particlefilter-hip/kernel_sum.h
BeauJoh/HeCBench
594b845171d686dc951971ce36ed59cf114dd2b4
[ "BSD-3-Clause" ]
58
2020-08-06T18:53:44.000Z
2021-10-01T07:59:46.000Z
particlefilter-hip/kernel_sum.h
BeauJoh/HeCBench
594b845171d686dc951971ce36ed59cf114dd2b4
[ "BSD-3-Clause" ]
2
2020-12-04T12:35:02.000Z
2021-03-04T22:49:25.000Z
particlefilter-hip/kernel_sum.h
BeauJoh/HeCBench
594b845171d686dc951971ce36ed59cf114dd2b4
[ "BSD-3-Clause" ]
13
2020-08-19T13:44:18.000Z
2021-09-08T04:25:34.000Z
__global__ void kernel_sum (float* partial_sums, const int Nparticles) { int x; float sum = 0; int num_blocks = (Nparticles + BLOCK_SIZE - 1) / BLOCK_SIZE; for (x = 0; x < num_blocks; x++) { sum += partial_sums[x]; } partial_sums[0] = sum; }
19.923077
62
0.637066
066f9d7f67427eba58574802ee20a75e2d81e4c6
1,308
h
C
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/ARTVCMCUReplyRequest.h
ceekay1991/AliPayForDebug
5795e5db31e5b649d4758469b752585e63e84d94
[ "MIT" ]
5
2020-03-29T12:08:37.000Z
2021-05-26T05:20:11.000Z
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/ARTVCMCUReplyRequest.h
ceekay1991/AliPayForDebug
5795e5db31e5b649d4758469b752585e63e84d94
[ "MIT" ]
null
null
null
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/ARTVCMCUReplyRequest.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 "ARTVCMCUBasicRequest.h" @class ARTVCMCUInviteInfo, NSDictionary, NSString; @interface ARTVCMCUReplyRequest : ARTVCMCUBasicRe...
33.538462
99
0.736239
067102d7c1a395e92b673cd175e88fb74f8b7727
552
c
C
Strings/ex_2.c
dibyanshushekhardey/Quiestion-Bank-C-Program-KGEC
0dba700ddddaa3248749978ad5e6eab394768995
[ "MIT" ]
null
null
null
Strings/ex_2.c
dibyanshushekhardey/Quiestion-Bank-C-Program-KGEC
0dba700ddddaa3248749978ad5e6eab394768995
[ "MIT" ]
null
null
null
Strings/ex_2.c
dibyanshushekhardey/Quiestion-Bank-C-Program-KGEC
0dba700ddddaa3248749978ad5e6eab394768995
[ "MIT" ]
null
null
null
#include<stdio.h> #include<string.h> void main() { char str1[50],str2[50]; int i,j,n,m,l; printf("Enter the string\n"); gets(str1); //scanf ("%s",str1); printf("Enter the position of the required character: "); scanf("%d",&n); printf("Enter the required number of characters to be extracted: "); scanf("%d",&m); l=strlen...
19.714286
68
0.599638
9448fa10383acea5964e33f42dcf2c11bdc33541
372
h
C
lexer.h
mizkichan/hacek
a61a4085994e4d890e2d35e00f2c030712284a94
[ "CC0-1.0" ]
null
null
null
lexer.h
mizkichan/hacek
a61a4085994e4d890e2d35e00f2c030712284a94
[ "CC0-1.0" ]
null
null
null
lexer.h
mizkichan/hacek
a61a4085994e4d890e2d35e00f2c030712284a94
[ "CC0-1.0" ]
null
null
null
#ifndef LEXER_H #define LEXER_H struct Line **split_source_into_lines(const char *) __attribute__((nonnull)); void reconstruct_lines(struct Line **) __attribute__((nonnull)); void replace_comments(struct Line **) __attribute__((nonnull)); struct PPTokenLine **tokenize(struct Line **) __attribute__((returns_nonnull...
31
77
0.755376
944b3a65e0bb5213e6041fbb9acc62b52ecb11ef
328
h
C
Pods/Target Support Files/Pods-ezTippinTests/Pods-ezTippinTests-umbrella.h
catekat16/ezTippin
8851274be78a963fdb8d14375e58125c0b36d8a5
[ "Apache-2.0" ]
null
null
null
Pods/Target Support Files/Pods-ezTippinTests/Pods-ezTippinTests-umbrella.h
catekat16/ezTippin
8851274be78a963fdb8d14375e58125c0b36d8a5
[ "Apache-2.0" ]
null
null
null
Pods/Target Support Files/Pods-ezTippinTests/Pods-ezTippinTests-umbrella.h
catekat16/ezTippin
8851274be78a963fdb8d14375e58125c0b36d8a5
[ "Apache-2.0" ]
null
null
null
#ifdef __OBJC__ #import <UIKit/UIKit.h> #else #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern "C" #else #define FOUNDATION_EXPORT extern #endif #endif #endif FOUNDATION_EXPORT double Pods_ezTippinTestsVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_ezTippinTestsVersionStr...
19.294118
72
0.835366
944de417f58239f36be0d69fa169efb988f99fe9
1,103
c
C
c6/reading-client.c
stevedh/readingdb
5ebc06c567becb84a7eeaade9d5ebce3f13210ef
[ "BSD-2-Clause" ]
14
2015-02-07T16:04:57.000Z
2020-01-07T11:44:34.000Z
c6/reading-client.c
cbs-iiith/readingdb
5ebc06c567becb84a7eeaade9d5ebce3f13210ef
[ "BSD-2-Clause" ]
1
2018-10-03T06:56:18.000Z
2018-10-03T06:56:18.000Z
c6/reading-client.c
cbs-iiith/readingdb
5ebc06c567becb84a7eeaade9d5ebce3f13210ef
[ "BSD-2-Clause" ]
6
2016-03-18T01:06:02.000Z
2020-01-07T11:43:27.000Z
#include <stdlib.h> #include <stdio.h> #include <stdint.h> #include <sys/ipc.h> #include <sys/mman.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <semaphore.h> #include <string.h> #include <signal.h> #include <time.h> #include "readingdb.h" #include "util.h" int main() { IPC *ipp = ipc...
22.510204
57
0.653672
945136f0d642c57c238d2fbdddf2a7d18b45e328
21,413
c
C
sh2emu/btesh2/btesh2_opjmp.c
cr88192/bgbtech_shxemu
0e8c2de32c94631a1c18df17f23385235dc67879
[ "MIT" ]
5
2017-02-23T21:23:16.000Z
2018-04-12T20:42:03.000Z
sh2emu/btesh2/btesh2_opjmp.c
cr88192/bgbtech_shxemu
0e8c2de32c94631a1c18df17f23385235dc67879
[ "MIT" ]
null
null
null
sh2emu/btesh2/btesh2_opjmp.c
cr88192/bgbtech_shxemu
0e8c2de32c94631a1c18df17f23385235dc67879
[ "MIT" ]
null
null
null
void BTSH_Op_UpdateForSr(BTESH2_CpuState *cpu); void BTSH_Op_BF_Abs(BTESH2_CpuState *cpu, BTESH2_Opcode *op) { u32 i; i=BTESH2_GetRegDWord(cpu, BTESH2_REG_SR); if(!(i&1)) { BTESH2_SetRegQWord(cpu, BTESH2_REG_PC, op->imm); // cpu->trnext=NULL; cpu->trnext=cpu->trjmpnext; } } void BTSH_Op_BFS_Abs(BTESH2_CpuSt...
23.739468
68
0.726241
94514b38d2c916dd4a29c9b53754780f24b3f71f
1,493
h
C
include/MusicLibrary/MLGeniusPlaylistController.h
iMokhles/MyTheosHeaders
2c263362a8a6f947b1a868e03983ed188ead6539
[ "MIT" ]
7
2016-07-22T14:29:58.000Z
2021-03-19T05:31:48.000Z
iphone-private-frameworks-master/MusicLibrary/MLGeniusPlaylistController.h
tt295362026/demo
7d6e9e75f29c992ea9c5693d38f76e0012bbbf15
[ "BSD-4-Clause" ]
null
null
null
iphone-private-frameworks-master/MusicLibrary/MLGeniusPlaylistController.h
tt295362026/demo
7d6e9e75f29c992ea9c5693d38f76e0012bbbf15
[ "BSD-4-Clause" ]
3
2017-02-06T23:58:01.000Z
2017-10-31T03:47:52.000Z
/** * This header is generated by class-dump-z 0.2a. * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3. * * Source: /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary */ #import <Foundation/NSObject.h> @class NSMutableData; @interface MLGeniusPlaylistController : NSObject...
38.282051
142
0.80509
94593c6c50432b12d07215f215a8685a2f18baa5
2,377
h
C
src/atlas/io/types/scalar.h
twsearle/atlas
a1916fd521f9935f846004e6194f80275de4de83
[ "Apache-2.0" ]
67
2018-03-01T06:56:49.000Z
2022-03-08T18:44:47.000Z
src/atlas/io/types/scalar.h
twsearle/atlas
a1916fd521f9935f846004e6194f80275de4de83
[ "Apache-2.0" ]
93
2018-12-07T17:38:04.000Z
2022-03-31T10:04:51.000Z
src/atlas/io/types/scalar.h
twsearle/atlas
a1916fd521f9935f846004e6194f80275de4de83
[ "Apache-2.0" ]
33
2018-02-28T17:06:19.000Z
2022-01-20T12:12:27.000Z
/* * (C) Copyright 2020 ECMWF. * * This software is licensed under the terms of the Apache Licence Version 2.0 * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. * In applying this licence, ECMWF does not waive the privileges and immunities * granted to it by virtue of its status as an intergo...
44.849057
119
0.581826
945af63b83530b4d804129468c47a308cb98976a
2,171
c
C
src/life.c
cjglo/GameOfLifeVisualizer
d07a5a166d3093bab34a701e8102e9606cc3c3b5
[ "MIT" ]
null
null
null
src/life.c
cjglo/GameOfLifeVisualizer
d07a5a166d3093bab34a701e8102e9606cc3c3b5
[ "MIT" ]
null
null
null
src/life.c
cjglo/GameOfLifeVisualizer
d07a5a166d3093bab34a701e8102e9606cc3c3b5
[ "MIT" ]
null
null
null
#include "../inc/draw_callback.h" #include "../inc/selecting_cells.h" #include "../inc/const.h" // quick helper functions to trigger draw and game start gboolean timeout(GtkWidget *widget); gboolean on_key_press (GtkWidget *widget, GdkEventKey *event, gpointer data); gint main(int argc,char *argv[]) { // matrix t...
31.014286
134
0.669737
94616a45e10563ad2c848be8e8118368194c31a1
3,618
h
C
usr/libexec/wifivelocityd/W5WiFiInterface.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
1
2020-11-04T15:43:01.000Z
2020-11-04T15:43:01.000Z
usr/libexec/wifivelocityd/W5WiFiInterface.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
usr/libexec/wifivelocityd/W5WiFiInterface.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
// // 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 <objc/NSObject.h> @class CWFInterface, NSData, NSMutableArray, NSMutableDictionary, NSString; @protocol OS_dispatch_queue; @interface W5W...
48.891892
123
0.774461
946384c32c9f81dadf514922f077ede6fcb9bbfd
20
h
C
plugins/mtrace.h
gili-yankovitch/mambo-cfi
4bca7a8c9c54f7f1254f5bdbfd310e96866b01eb
[ "Apache-2.0" ]
237
2016-04-22T10:33:57.000Z
2022-03-31T15:39:58.000Z
plugins/mtrace.h
gili-yankovitch/mambo-cfi
4bca7a8c9c54f7f1254f5bdbfd310e96866b01eb
[ "Apache-2.0" ]
55
2017-02-02T14:34:37.000Z
2022-03-25T14:12:45.000Z
plugins/mtrace.h
gili-yankovitch/mambo-cfi
4bca7a8c9c54f7f1254f5bdbfd310e96866b01eb
[ "Apache-2.0" ]
46
2017-02-01T19:31:50.000Z
2022-03-23T16:15:58.000Z
#define BUFLEN 2047
10
19
0.8
94655767971d8e18536a7d65b7967137f5537582
243
h
C
protocols/GEOServiceGap.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
36
2016-04-20T04:19:04.000Z
2018-10-08T04:12:25.000Z
protocols/GEOServiceGap.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
null
null
null
protocols/GEOServiceGap.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
10
2016-06-16T02:40:44.000Z
2019-01-15T03:31:45.000Z
/* Generated by RuntimeBrowser. */ @protocol GEOServiceGap <NSObject> @required - (<GEOServerFormattedString> *)displayMessagFormatString; - (NSDate *)endDate; - (unsigned long long)routeListInsertBeforeIndex; - (NSDate *)startDate; @end
17.357143
58
0.757202
94670076d32ba0ec2cf13cc4a798cde3362962db
2,874
c
C
release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/common/eeprom.c
afeng11/tomato-arm
1ca18a88480b34fd495e683d849f46c2d47bb572
[ "FSFAP" ]
21
2021-01-22T06:47:38.000Z
2022-03-20T14:24:29.000Z
release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/common/eeprom.c
afeng11/tomato-arm
1ca18a88480b34fd495e683d849f46c2d47bb572
[ "FSFAP" ]
1
2021-02-24T05:16:58.000Z
2021-02-24T05:16:58.000Z
release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/common/eeprom.c
afeng11/tomato-arm
1ca18a88480b34fd495e683d849f46c2d47bb572
[ "FSFAP" ]
12
2021-01-22T14:59:28.000Z
2022-02-22T04:03:31.000Z
/* ************************************************************************* * Ralink Tech Inc. * 5F., No.36, Taiyuan St., Jhubei City, * Hsinchu County 302, * Taiwan, R.O.C. * * (c) Copyright 2002-2007, Ralink Technology, Inc. * * This program is free software; you can redistribute it and/or modify * * it u...
31.23913
74
0.551844
946cc6638184a83d5ca11481af4c3b217ce3c48d
1,516
h
C
usr/libexec/backupd/MBCKCodeLongLivedOperator.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
2
2021-11-02T09:23:27.000Z
2022-03-28T08:21:57.000Z
usr/libexec/backupd/MBCKCodeLongLivedOperator.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
null
null
null
usr/libexec/backupd/MBCKCodeLongLivedOperator.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 <objc/NSObject.h> #import "MBCKLongLivedOperator-Protocol.h" @class NSString; @interface MBCKCodeLongLivedOperator : NSObject <MBCKLongL...
38.871795
134
0.773747
946e3c28799d5e61e1c7be42943daf76573a9df4
257
h
C
Hummer/Classes/Component/Image/HMImageView.h
xiaohongjun0509/hummer-ios
33889f5ecffbf73d77846ecafee57d7043ff58b4
[ "Apache-2.0" ]
2
2020-08-05T07:47:33.000Z
2020-10-29T11:30:38.000Z
Hummer/Classes/Component/Image/HMImageView.h
xiaohongjun0509/hummer-ios
33889f5ecffbf73d77846ecafee57d7043ff58b4
[ "Apache-2.0" ]
2
2020-10-29T11:33:36.000Z
2020-10-29T11:33:36.000Z
Hummer/Classes/Component/Image/HMImageView.h
xiaohongjun0509/hummer-ios
33889f5ecffbf73d77846ecafee57d7043ff58b4
[ "Apache-2.0" ]
2
2020-08-02T13:38:47.000Z
2020-08-19T10:30:18.000Z
// // HMImageView.h // Hummer // // Copyright © 2019年 huangjy. All rights reserved. // #import <UIKit/UIKit.h> @interface HMImageView : UIImageView @property (nonatomic, copy) NSString *imageURL; @property (nonatomic, copy) NSString *imageName; @end
16.0625
51
0.708171
946f0cbea6852f8d79c4bbe3e6ae031e089f0345
4,796
h
C
DataCollector/mozilla/xulrunner-sdk/include/GMPVideoDecoder.h
andrasigneczi/TravelOptimiser
b08805f97f0823fd28975a36db67193386aceb22
[ "Apache-2.0" ]
1
2016-04-20T08:35:44.000Z
2016-04-20T08:35:44.000Z
DataCollector/mozilla/xulrunner-sdk/include/GMPVideoDecoder.h
andrasigneczi/TravelOptimiser
b08805f97f0823fd28975a36db67193386aceb22
[ "Apache-2.0" ]
null
null
null
DataCollector/mozilla/xulrunner-sdk/include/GMPVideoDecoder.h
andrasigneczi/TravelOptimiser
b08805f97f0823fd28975a36db67193386aceb22
[ "Apache-2.0" ]
null
null
null
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim:set ts=2 sw=2 sts=2 et cindent: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2....
28.547619
81
0.69141
947a793b96a6db21db6f4a6627e398071a17e230
1,786
c
C
src/conversions/c_ftoe.c
juliuskoskela/libft
011737822b644f900b88ee802a3d85ef12607a75
[ "Xnet", "X11" ]
null
null
null
src/conversions/c_ftoe.c
juliuskoskela/libft
011737822b644f900b88ee802a3d85ef12607a75
[ "Xnet", "X11" ]
null
null
null
src/conversions/c_ftoe.c
juliuskoskela/libft
011737822b644f900b88ee802a3d85ef12607a75
[ "Xnet", "X11" ]
null
null
null
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* c_ftoe.c :+: :+: :+: ...
28.806452
80
0.290034
947c0b1d91aefc3e13a54b2ab23929fb8f136a9e
285
h
C
source/ThirdParty/gtm-oauth2/Source/Touch/ApigeeGTMOAuth2ViewControllerTouch.h
RobertWalsh/apigee-ios-sdk
f23ca1fa4eed88de2f5c260a47cefe7f57701e06
[ "Apache-2.0" ]
null
null
null
source/ThirdParty/gtm-oauth2/Source/Touch/ApigeeGTMOAuth2ViewControllerTouch.h
RobertWalsh/apigee-ios-sdk
f23ca1fa4eed88de2f5c260a47cefe7f57701e06
[ "Apache-2.0" ]
null
null
null
source/ThirdParty/gtm-oauth2/Source/Touch/ApigeeGTMOAuth2ViewControllerTouch.h
RobertWalsh/apigee-ios-sdk
f23ca1fa4eed88de2f5c260a47cefe7f57701e06
[ "Apache-2.0" ]
null
null
null
// // ApigeeGTMOAuth2ViewControllerTouch.h // ApigeeiOSSDK // // Created by Robert Walsh on 11/7/14. // Copyright (c) 2014 Apigee. All rights reserved. // #import "GTMOAuth2ViewControllerTouch.h" @interface ApigeeGTMOAuth2ViewControllerTouch : GTMOAuth2ViewControllerTouch @end
20.357143
76
0.77193
94813ed7f2a48c0943d4b61e3fa2a4d12c2703ea
1,596
h
C
include/Camera.h
hkzhugc/Scan-Zbuffer
48a9c8bb2c0c4b28c15a69a3ae50b6f0028525e6
[ "MIT" ]
4
2019-01-12T10:46:31.000Z
2019-11-18T06:24:51.000Z
include/Camera.h
hkzhugc/Scan-Zbuffer
48a9c8bb2c0c4b28c15a69a3ae50b6f0028525e6
[ "MIT" ]
null
null
null
include/Camera.h
hkzhugc/Scan-Zbuffer
48a9c8bb2c0c4b28c15a69a3ae50b6f0028525e6
[ "MIT" ]
null
null
null
#pragma once #include "glm/vec3.hpp" #include "glm/mat4x4.hpp" #include <glm/gtc/type_ptr.hpp> class Camera { public: Camera(){}; ~Camera(){}; inline void set_camera(glm::vec3 position = glm::vec3(0, 0, 0), glm::vec3 view_dir = glm::vec3(0, 0, 0), glm::vec3 up = glm::vec3(0, 0, 0)) { _position = position; _vie...
24.9375
141
0.640351
9481dc13f7c25262c85ffbabee8c7fa2637bd339
660
c
C
2021-2/2021-2-uff-prog-estr/listas1-3/L2.Ex1.c
joaog314/uff-projects
417895d5b7c6fd88e9c67c925e7c6a4abb6bb6f4
[ "MIT" ]
null
null
null
2021-2/2021-2-uff-prog-estr/listas1-3/L2.Ex1.c
joaog314/uff-projects
417895d5b7c6fd88e9c67c925e7c6a4abb6bb6f4
[ "MIT" ]
null
null
null
2021-2/2021-2-uff-prog-estr/listas1-3/L2.Ex1.c
joaog314/uff-projects
417895d5b7c6fd88e9c67c925e7c6a4abb6bb6f4
[ "MIT" ]
null
null
null
#include <stdio.h> int main() { int primo, i; printf("insira o numero que voce queira saber se eh primo ou nao: "); scanf("%d", &primo); if (primo == 1 || primo == 2){ //já tiramos 1 e 2 da jogada printf("NUMERO PRIMO"); } else{ for (i=2; i < primo; i++) { ...
28.695652
74
0.430303
9482893df4fd46ad113fea77e0e6e8ac583e1198
88
h
C
src/xml/saxparser.h
torsten-schenk/gla
099f025936f48db9e1ad787b9d791095e8d42097
[ "MIT" ]
null
null
null
src/xml/saxparser.h
torsten-schenk/gla
099f025936f48db9e1ad787b9d791095e8d42097
[ "MIT" ]
null
null
null
src/xml/saxparser.h
torsten-schenk/gla
099f025936f48db9e1ad787b9d791095e8d42097
[ "MIT" ]
null
null
null
#pragma once #include "common.h" int gla_mod_xml_saxparser_cbridge( gla_rt_t *rt);
11
34
0.75
94849feca8640cb3cdbf44bc4bae5b6164655ab5
12,791
h
C
src/canvasimpl.h
vgui/kcanvas
3b88116ac995ff9c919d2ab0e1457a765e202d04
[ "BSD-3-Clause" ]
30
2016-06-25T12:27:58.000Z
2022-03-06T13:23:36.000Z
src/canvasimpl.h
vgui/kcanvas
3b88116ac995ff9c919d2ab0e1457a765e202d04
[ "BSD-3-Clause" ]
14
2015-04-29T20:29:26.000Z
2017-09-06T18:15:48.000Z
src/canvasimpl.h
vgui/kcanvas
3b88116ac995ff9c919d2ab0e1457a765e202d04
[ "BSD-3-Clause" ]
14
2016-04-13T02:03:27.000Z
2022-01-21T21:06:04.000Z
/* KCANVAS PROJECT Common 2D graphics API abstraction with multiple back-end support (c) livingcreative, 2015 - 2017 https://github.com/livingcreative/kcanvas canvasimpl.h basic API objects implementation interfaces defines interfaces for platform independend API functionali...
39.236196
180
0.537253
948572129384b3c2549e54dc6c43b39726355ad5
1,162
c
C
src/mx_cmnd_cd.c
yohrudkov/Ush
f9723519397b6b770bc35d0eaace9bef427e9a2c
[ "MIT" ]
null
null
null
src/mx_cmnd_cd.c
yohrudkov/Ush
f9723519397b6b770bc35d0eaace9bef427e9a2c
[ "MIT" ]
null
null
null
src/mx_cmnd_cd.c
yohrudkov/Ush
f9723519397b6b770bc35d0eaace9bef427e9a2c
[ "MIT" ]
null
null
null
#include "../inc/header.h" bool check_char(char c) { if (c == 'P' || c == 's' || c == '-') { return true; } return false; } int mx_flagscd(char *str) { for (char *s = str; *s; s++) { if (!check_char(*s)) { return mx_error_return("cd: illegal flags\n", -1); ...
22.784314
74
0.503442
948652d95530555c4c487c4a30710795e71d6588
768
h
C
Sources/Geometrics/Builders/TransformBase.h
IvanPleshkov/RedLiliumEngine
5e7c14d9c750db8054bde53b772e30e3682c2f1d
[ "Apache-2.0" ]
null
null
null
Sources/Geometrics/Builders/TransformBase.h
IvanPleshkov/RedLiliumEngine
5e7c14d9c750db8054bde53b772e30e3682c2f1d
[ "Apache-2.0" ]
1
2019-02-09T09:53:01.000Z
2019-02-09T09:53:01.000Z
Sources/Geometrics/Builders/TransformBase.h
IvanPleshkov/RedLiliumEngine
5e7c14d9c750db8054bde53b772e30e3682c2f1d
[ "Apache-2.0" ]
null
null
null
#pragma once #include <Render/RenderCommon.h> #include "BuilderBase.h" namespace RED_LILIUM_NAMESPACE { namespace Geometrics { template <class T> class TransformBase : public BuilderBase<T> { public: TransformBase(Context& context) : BuilderBase(context) {} T& position(const vec3& position) { RED_LILIUM_NO...
14.490566
43
0.723958
948a6e087136e989d851c543fa509a6a0e04c9a1
467
h
C
mainapp/Classes/Common/Basic/NodeScopeGuard.h
JaagaLabs/GLEXP-Team-KitkitSchool
f94ea3e53bd05fdeb2a9edcc574bc054e575ecc0
[ "Apache-2.0" ]
45
2019-05-16T20:49:31.000Z
2021-11-05T21:40:54.000Z
mainapp/Classes/Common/Basic/NodeScopeGuard.h
rdsmarketing/GLEXP-Team-KitkitSchool
6ed6b76d17fd7560abc35dcdf7cf4a44ce70745e
[ "Apache-2.0" ]
123
2019-05-28T14:03:04.000Z
2019-07-12T04:23:26.000Z
pehlaschool/Classes/Common/Basic/NodeScopeGuard.h
maqsoftware/Pehla-School-Hindi
61aeae0f1d91952b44eaeaff5d2f6ec1d5aa3c43
[ "Apache-2.0" ]
29
2019-05-16T17:49:26.000Z
2021-12-30T16:36:24.000Z
// // NodeScopeGuard.h -- Temporarily increase the reference count in the scope // TodoSchool on Sep 16, 2016 // // Copyright (c) 2016 Enuma, Inc. All rights reserved. // See LICENSE.md for more details. // #pragma once #include "ScopeGuard.h" #include <cocos/2d/CCNode.h> class NodeScopeGuard { // NB(xenos...
18.68
77
0.691649
948b1b238a6286e62f75655c4af60ff70de38247
5,125
h
C
System/Library/PrivateFrameworks/GeoServices.framework/GEOTraceRouteSimulator.h
lechium/tvOS130Headers
6b47cdcd4a6f453b399aa9d742b5d0f7e3f732fd
[ "MIT" ]
11
2019-11-06T04:48:48.000Z
2022-02-09T17:48:15.000Z
System/Library/PrivateFrameworks/GeoServices.framework/GEOTraceRouteSimulator.h
lechium/tvOS130Headers
6b47cdcd4a6f453b399aa9d742b5d0f7e3f732fd
[ "MIT" ]
1
2020-04-16T01:41:56.000Z
2020-04-16T04:32:00.000Z
System/Library/PrivateFrameworks/GeoServices.framework/GEOTraceRouteSimulator.h
lechium/tvOS130Headers
6b47cdcd4a6f453b399aa9d742b5d0f7e3f732fd
[ "MIT" ]
3
2019-12-22T20:17:53.000Z
2021-01-25T09:47:49.000Z
/* * This header is generated by classdump-dyld 1.0 * on Tuesday, November 5, 2019 at 2:41:11 AM Mountain Standard Time * Operating System: Version 13.0 (Build 17J586) * Image Source: /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by E...
57.58427
164
0.742049
948c2a12117bd89569a0b0476e2168b6a3231d44
2,834
h
C
src/java.desktop/share/native/common/java2d/opengl/OGLPaints.h
siweilxy/openjdkstudy
8597674ec1d6809faf55cbee1f45f4e9149d670d
[ "Apache-2.0" ]
2
2018-06-19T05:43:32.000Z
2018-06-23T10:04:56.000Z
src/java.desktop/share/native/common/java2d/opengl/OGLPaints.h
siweilxy/openjdkstudy
8597674ec1d6809faf55cbee1f45f4e9149d670d
[ "Apache-2.0" ]
1
2020-12-26T04:57:19.000Z
2020-12-26T04:57:19.000Z
src/java.desktop/share/native/common/java2d/opengl/OGLPaints.h
siweilxy/openjdkstudy
8597674ec1d6809faf55cbee1f45f4e9149d670d
[ "Apache-2.0" ]
1
2021-12-06T01:13:18.000Z
2021-12-06T01:13:18.000Z
/* * Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Softwa...
44.28125
76
0.609739
948d8c89477a25dd24f8edca374701b42c8de5e4
1,005
h
C
paddle/phi/kernels/selected_rows/isfinite_kernel.h
Li-fAngyU/Paddle
e548f65f96697830035a28f9070b40829408ccdb
[ "Apache-2.0" ]
11
2016-08-29T07:43:26.000Z
2016-08-29T07:51:24.000Z
paddle/phi/kernels/selected_rows/isfinite_kernel.h
Li-fAngyU/Paddle
e548f65f96697830035a28f9070b40829408ccdb
[ "Apache-2.0" ]
1
2022-01-28T07:23:22.000Z
2022-01-28T07:23:22.000Z
paddle/phi/kernels/selected_rows/isfinite_kernel.h
Li-fAngyU/Paddle
e548f65f96697830035a28f9070b40829408ccdb
[ "Apache-2.0" ]
1
2021-09-24T11:23:36.000Z
2021-09-24T11:23:36.000Z
/* Copyright (c) 2021 PaddlePaddle Authors. 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 applicable law or...
31.40625
72
0.761194
9491e6a79ceb6ed3196ceebae83f8e802d07f5e0
3,230
h
C
trial/fs.h
louis-tru/Ngui
c1f25d8b6c42e873d5969fb588af22f428c58d4c
[ "BSD-3-Clause-Clear" ]
86
2017-11-21T01:05:30.000Z
2020-05-21T12:30:31.000Z
trial/fs.h
louis-tru/Ngui
c1f25d8b6c42e873d5969fb588af22f428c58d4c
[ "BSD-3-Clause-Clear" ]
14
2020-10-16T11:30:57.000Z
2021-04-16T06:10:06.000Z
trial/fs.h
louis-tru/Ngui
c1f25d8b6c42e873d5969fb588af22f428c58d4c
[ "BSD-3-Clause-Clear" ]
13
2017-11-21T10:18:53.000Z
2019-10-18T09:15:55.000Z
/* ***** BEGIN LICENSE BLOCK ***** * Distributed under the BSD license: * * Copyright (c) 2015, xuewen.chu * 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...
28.839286
102
0.713622
94933fd64388c00d002cd541b6ab3561dc85c62f
2,172
h
C
include/network/CConnection.h
lirizhong/easygo
cd3a3656d94da0f915c67e871b85d40c9bc4aac0
[ "Apache-2.0" ]
1
2018-07-21T15:51:55.000Z
2018-07-21T15:51:55.000Z
include/network/CConnection.h
lirizhong/easygo
cd3a3656d94da0f915c67e871b85d40c9bc4aac0
[ "Apache-2.0" ]
null
null
null
include/network/CConnection.h
lirizhong/easygo
cd3a3656d94da0f915c67e871b85d40c9bc4aac0
[ "Apache-2.0" ]
null
null
null
#ifndef EASYGO_NETWORK_CCONNECTION_H #define EASYGO_NETWORK_CCONNECTION_H #include <mutex> #include <vector> #include <queue> #include <deque> #include "../include/network/NetType.h" #include "../include/base/CCounter.h" #include "../include/thread/CThread.h" #include "../include/network/CSocket.h" #include "../include...
25.255814
68
0.741252
94947a1650636caddde668ffb701f83d27a1f4af
1,259
h
C
Markov/Markov.h
TexAgg/MarkovTextGenerator
ed1b260da8cd6a015a422a332102c34226de52ba
[ "MIT" ]
3
2016-08-20T02:10:57.000Z
2019-02-04T21:12:47.000Z
Markov/Markov.h
TexAgg/MarkovTextGenerator
ed1b260da8cd6a015a422a332102c34226de52ba
[ "MIT" ]
null
null
null
Markov/Markov.h
TexAgg/MarkovTextGenerator
ed1b260da8cd6a015a422a332102c34226de52ba
[ "MIT" ]
null
null
null
#ifndef MARKOV_H #define MARKOV_H #include <vector> #include <string> #include <map> #include "Utility.h" namespace markov { class Markov { private: /** Number of words to use as current state. */ int order; /** A vector of all the input texts. */ std::vector<std::string> input_texts; /** * A map of strings...
20.639344
69
0.669579
94979cb16ef74b090001e76770b48cf6dc8d171b
1,658
h
C
sources/thelib/include/streaming/hls/fileaacsegment.h
rdkcmf/rdkc-rms
65ab1efcee9e3de46a888c125f591cd48b815601
[ "Apache-2.0" ]
3
2020-07-30T19:41:00.000Z
2020-10-28T12:52:37.000Z
sources/thelib/include/streaming/hls/fileaacsegment.h
rdkcmf/rdkc-rms
65ab1efcee9e3de46a888c125f591cd48b815601
[ "Apache-2.0" ]
null
null
null
sources/thelib/include/streaming/hls/fileaacsegment.h
rdkcmf/rdkc-rms
65ab1efcee9e3de46a888c125f591cd48b815601
[ "Apache-2.0" ]
2
2020-05-11T03:19:00.000Z
2021-07-07T17:40:47.000Z
/** ########################################################################## # If not stated otherwise in this file or this component's LICENSE # file the following copyright and licenses apply: # # Copyright 2019 RDK Management # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use thi...
36.043478
74
0.699638
9498f4c3fcf051d8da5282a858ec64ae3d119168
3,162
c
C
target_fn.c
ewust/speculake
dff8da69c765cb5f30288eee93cb8f740539df8d
[ "MIT" ]
15
2019-02-26T03:19:21.000Z
2020-12-12T05:29:15.000Z
target_fn.c
ewust/speculake
dff8da69c765cb5f30288eee93cb8f740539df8d
[ "MIT" ]
null
null
null
target_fn.c
ewust/speculake
dff8da69c765cb5f30288eee93cb8f740539df8d
[ "MIT" ]
4
2019-03-01T20:53:31.000Z
2019-08-31T09:54:12.000Z
#include <unistd.h> #include <stdint.h> extern uint8_t *probe_buf; extern uint64_t cur_probe_space; extern uint64_t signal_idx; uint64_t try_decrypt(void); __uint128_t aes_ctr(uint64_t ctr); extern uint8_t *turing_tape; extern uint8_t turing_state; // This will be an int 0-255 typically... inline void signal(uint64...
27.495652
90
0.534788
94996d4a820ee92026c7e78ce00d08ba186a124f
3,520
c
C
nitan/adm/daemons/base64d.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
1
2019-03-27T07:25:16.000Z
2019-03-27T07:25:16.000Z
nitan/adm/daemons/base64d.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
nitan/adm/daemons/base64d.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
/**************************************** * base64_d.c * * * * BASE64 編碼和解碼。我是為了 ESMTP 協 * * 議的認證信息寫的這個玩意,因為我們是 * * 要用的。 * * * * by Find@TX. * ****************...
22.278481
93
0.392614
9499a6da37dbcf804d32f597de590dd2fe6d24b4
192
h
C
src/net/method.h
panda-factory/cpp-improvement-tutorial
6e9256d5cdab46e320a9aab0a29ccd1af4ec5079
[ "BSD-2-Clause" ]
null
null
null
src/net/method.h
panda-factory/cpp-improvement-tutorial
6e9256d5cdab46e320a9aab0a29ccd1af4ec5079
[ "BSD-2-Clause" ]
null
null
null
src/net/method.h
panda-factory/cpp-improvement-tutorial
6e9256d5cdab46e320a9aab0a29ccd1af4ec5079
[ "BSD-2-Clause" ]
null
null
null
// // Created by admin on 2021/1/10. // #ifndef TEST_METHOD_H #define TEST_METHOD_H #include <string> namespace net { using Method = std::string; } //namespace net #endif //TEST_METHOD_H
12
33
0.708333
949a3b01fff254e7a6f5496aaf79a198a9ead65b
2,775
h
C
lib/jxl/enc_heuristics.h
krinfels/jpeg-xl
c8b827fdffaacfd2dd6fab9a34659d3b415350b6
[ "Apache-2.0" ]
1
2021-04-26T19:19:08.000Z
2021-04-26T19:19:08.000Z
lib/jxl/enc_heuristics.h
krinfels/jpeg-xl
c8b827fdffaacfd2dd6fab9a34659d3b415350b6
[ "Apache-2.0" ]
null
null
null
lib/jxl/enc_heuristics.h
krinfels/jpeg-xl
c8b827fdffaacfd2dd6fab9a34659d3b415350b6
[ "Apache-2.0" ]
1
2021-06-17T15:55:20.000Z
2021-06-17T15:55:20.000Z
// Copyright (c) the JPEG XL Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
35.576923
80
0.702703
949a9f6c22449d23389702b63d2d9a280e2734f3
1,035
h
C
src/client/windows/client-service/io-cache.h
dschwoerer/orangefs
386a12df2b0310ec2e0d37aba092204d9490c7be
[ "Apache-2.0" ]
44
2018-10-11T23:16:42.000Z
2022-03-16T11:23:49.000Z
src/client/windows/client-service/io-cache.h
dschwoerer/orangefs
386a12df2b0310ec2e0d37aba092204d9490c7be
[ "Apache-2.0" ]
84
2018-05-31T20:14:51.000Z
2021-09-05T19:37:51.000Z
src/client/windows/client-service/io-cache.h
dschwoerer/orangefs
386a12df2b0310ec2e0d37aba092204d9490c7be
[ "Apache-2.0" ]
7
2018-10-23T13:40:21.000Z
2021-09-26T07:19:44.000Z
/* * (C) 2010-2013 Clemson University and Omnibond Systems, LLC * * See COPYING in top-level directory. */ /* * IO cache declarations */ #ifndef __IO_CACHE_H #define __IO_CACHE_H #include <Windows.h> #include "pvfs2.h" #include "quickhash.h" #define IO_CACHE_HIT 0 #define IO_CACHE_MISS ...
21.122449
62
0.626087
949dd6cebe1121ddff3a0e076f65f143d614de98
494
h
C
src/net/webrtc/libwebrtc/modules/remote_bitrate_estimator/rate_control.h
mtdxc/cpp_media_server
98e267e712690c2fe36796ce752fcc1b969afa24
[ "MIT" ]
null
null
null
src/net/webrtc/libwebrtc/modules/remote_bitrate_estimator/rate_control.h
mtdxc/cpp_media_server
98e267e712690c2fe36796ce752fcc1b969afa24
[ "MIT" ]
null
null
null
src/net/webrtc/libwebrtc/modules/remote_bitrate_estimator/rate_control.h
mtdxc/cpp_media_server
98e267e712690c2fe36796ce752fcc1b969afa24
[ "MIT" ]
null
null
null
#ifndef RATE_CONTROL_H #define RATE_CONTROL_H #include "include/bwe_defines.h" #include <stdint.h> #include <stddef.h> namespace webrtc { class RateControl { public: RateControl(); ~RateControl(); public: bool update(int64_t rate, BandwidthUsage state); int64_t get_target_bitrate() { return target_bit...
17.642857
60
0.738866
949e8bd7c0aef4d15379abb22adb0f1f3392463f
1,454
h
C
lite/kernels/arm/fc_compute.h
wanglei91/Paddle-Lite
8b2479f4cdd6970be507203d791bede5a453c09d
[ "Apache-2.0" ]
1,799
2019-08-19T03:29:38.000Z
2022-03-31T14:30:50.000Z
lite/kernels/arm/fc_compute.h
wanglei91/Paddle-Lite
8b2479f4cdd6970be507203d791bede5a453c09d
[ "Apache-2.0" ]
3,767
2019-08-19T03:36:04.000Z
2022-03-31T14:37:26.000Z
lite/kernels/arm/fc_compute.h
yingshengBD/Paddle-Lite
eea59b66f61bb2acad471010c9526eeec43a15ca
[ "Apache-2.0" ]
798
2019-08-19T02:28:23.000Z
2022-03-31T08:31:54.000Z
// Copyright (c) 2019 PaddlePaddle Authors. 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...
26.436364
75
0.732462
94a27aebc29bb624719d43e48b532e42174fdcae
2,441
h
C
cpp/tracereading/TraceReaderAndCleaner.h
serik1987/ihna_kozhuhov_image_analysis
ccfb3b48cbf6b351acb10f8b99315c65281f8ab8
[ "Unlicense" ]
null
null
null
cpp/tracereading/TraceReaderAndCleaner.h
serik1987/ihna_kozhuhov_image_analysis
ccfb3b48cbf6b351acb10f8b99315c65281f8ab8
[ "Unlicense" ]
null
null
null
cpp/tracereading/TraceReaderAndCleaner.h
serik1987/ihna_kozhuhov_image_analysis
ccfb3b48cbf6b351acb10f8b99315c65281f8ab8
[ "Unlicense" ]
null
null
null
// // Created by serik1987 on 12.01.2020. // #ifndef IHNA_KOZHUKHOV_IMAGE_ANALYSIS_TRACEREADERANDCLEANER_H #define IHNA_KOZHUKHOV_IMAGE_ANALYSIS_TRACEREADERANDCLEANER_H #include "TraceReader.h" #include "../isolines/Isoline.h" namespace GLOBAL_NAMESPACE { /** * This is a derived class from the TraceReader....
29.768293
104
0.644818
94a72eb7132a98e5792924951aa79de9aa19a9eb
94
c
C
test_sunifdef/test_cases/test0073.c
HaomingJu/sunifdef
67c6b3ae5f3e20e1dbf5c4e4e47c7e08b7e4d815
[ "BSD-3-Clause" ]
3
2019-08-08T08:17:05.000Z
2021-09-10T01:57:40.000Z
test_sunifdef/test_cases/test0073.c
HaomingJu/sunifdef
67c6b3ae5f3e20e1dbf5c4e4e47c7e08b7e4d815
[ "BSD-3-Clause" ]
null
null
null
test_sunifdef/test_cases/test0073.c
HaomingJu/sunifdef
67c6b3ae5f3e20e1dbf5c4e4e47c7e08b7e4d815
[ "BSD-3-Clause" ]
2
2021-06-17T04:28:28.000Z
2022-01-19T11:26:17.000Z
/**ARGS: -DFOO1 -UFOO2 */ /**SYSCODE: = 1 | 16 */ #ifdef FOO1 KEEPME #else #undef FOO1 #endif
11.75
25
0.606383
94a930755ac0c062b76b84e6ba72deac3e6188c1
4,787
h
C
p4bridge/OutStr.h
septag/p4api.net
ac6b2391aa086b9325466a8357c375846f8899ad
[ "BSD-3-Clause" ]
null
null
null
p4bridge/OutStr.h
septag/p4api.net
ac6b2391aa086b9325466a8357c375846f8899ad
[ "BSD-3-Clause" ]
null
null
null
p4bridge/OutStr.h
septag/p4api.net
ac6b2391aa086b9325466a8357c375846f8899ad
[ "BSD-3-Clause" ]
null
null
null
/******************************************************************************* Copyright (c) 2010, Perforce Software, Inc. 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 sourc...
35.459259
80
0.572801
94abd68e662f210976e858771e0054ed0c57cbc6
2,007
c
C
examples/common/iota_receiver.c
francescolavra/iota-c-client
e4997bb4eae25faf3406cbd29e8bdb40de24d584
[ "MIT" ]
1
2019-03-14T13:07:46.000Z
2019-03-14T13:07:46.000Z
examples/common/iota_receiver.c
francescolavra/iota-c-client
e4997bb4eae25faf3406cbd29e8bdb40de24d584
[ "MIT" ]
1
2020-01-14T16:03:25.000Z
2020-01-20T14:36:05.000Z
examples/common/iota_receiver.c
francescolavra/iota-c-client
e4997bb4eae25faf3406cbd29e8bdb40de24d584
[ "MIT" ]
null
null
null
/* * MIT License * * Copyright (c) 2019 Francesco Lavra <francescolavra.fl@gmail.com> * and Contributors * * 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, includi...
31.359375
80
0.716492
94ae3aaf643559dfafcf815a7a86c2b1300f4892
959
h
C
Plugins/VoxelPlugin-master/Source/Voxel/Public/VoxelData/VoxelDataImpl.h
drakelinglabs/breakup
04cc209605082a61399f52a174057eda56b797f2
[ "MIT" ]
3
2020-10-05T18:52:08.000Z
2020-12-01T15:14:36.000Z
Plugins/VoxelPlugin-master/Source/Voxel/Public/VoxelData/VoxelDataImpl.h
Bluedrake42/breakup
04cc209605082a61399f52a174057eda56b797f2
[ "MIT" ]
null
null
null
Plugins/VoxelPlugin-master/Source/Voxel/Public/VoxelData/VoxelDataImpl.h
Bluedrake42/breakup
04cc209605082a61399f52a174057eda56b797f2
[ "MIT" ]
2
2020-10-10T20:16:12.000Z
2020-11-01T13:11:40.000Z
// Copyright 2020 Phyronnaz #pragma once #include "CoreMinimal.h" class FVoxelData; struct FVoxelIntBox; struct FModifiedValueDummy { template<typename... TArgs> FModifiedValueDummy(TArgs...) {} }; template<typename TModifiedValue = FModifiedValueDummy, typename TOtherModifiedValue = FModifiedValueDummy> class T...
25.236842
111
0.798749