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
824e0833af1ca81fe5e10e9d47057adf303b3421
1,677
h
C
Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/Generators/EnvQueryGenerator_ActorsOfClass.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
1
2022-01-29T18:36:12.000Z
2022-01-29T18:36:12.000Z
Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/Generators/EnvQueryGenerator_ActorsOfClass.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
null
null
null
Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/Generators/EnvQueryGenerator_ActorsOfClass.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
null
null
null
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "UObject/ObjectMacros.h" #include "Templates/SubclassOf.h" #include "GameFramework/Actor.h" #include "EnvironmentQuery/EnvQueryContext.h" #include "DataProviders/AIDataProvider.h" #include "EnvironmentQuery/Env...
39.928571
196
0.80322
79a029cc2e0409094567973a340229bad3b1922d
1,175
h
C
sfxclasses/ResourceChange.h
alexanders-code/cmdxmlinstaller
a17abda09635566748887aeae1ee047b8bbf134e
[ "BSD-2-Clause" ]
null
null
null
sfxclasses/ResourceChange.h
alexanders-code/cmdxmlinstaller
a17abda09635566748887aeae1ee047b8bbf134e
[ "BSD-2-Clause" ]
null
null
null
sfxclasses/ResourceChange.h
alexanders-code/cmdxmlinstaller
a17abda09635566748887aeae1ee047b8bbf134e
[ "BSD-2-Clause" ]
null
null
null
// ************************************************************************ // ResourceChange.h - v 0.0.1 // ************************************************************************ #pragma once #ifndef _CMDINST_RESOURCECHANGE_H #define _CMDINST_RESOURCECHANGE_H #include <stdlib.h> #include <string> static cons...
20.614035
93
0.64
fbcf4f26bc00fca6032dbac3f46e61dfcd55b6e8
1,028
c
C
commands/repeat/repeat.c
siddharth-mavani/Linux-C-Shell
676fb21635a16b69e4dd3ecd118d4b4429693a68
[ "MIT" ]
null
null
null
commands/repeat/repeat.c
siddharth-mavani/Linux-C-Shell
676fb21635a16b69e4dd3ecd118d4b4429693a68
[ "MIT" ]
null
null
null
commands/repeat/repeat.c
siddharth-mavani/Linux-C-Shell
676fb21635a16b69e4dd3ecd118d4b4429693a68
[ "MIT" ]
null
null
null
#include "../headers.h" #include "../utils/utils.h" #include "./repeat.h" // This function converts a number of type string to int int get_num_2(char *str){ int num = 0, single_num; for(int i=0; i<strlen(str); i++){ num *= 10; single_num = str[i] - '0'; if(!(single_num >= 0 && single_...
22.347826
56
0.555447
e5e0382c53ff233d6ee3db6b80d096cde10a1257
470
h
C
settingsLoader/theos/include/Gremlin/GRServer.h
lechium/tvOSPreferenceLoader
378e54459231263efeb695dd08c7ea2653826897
[ "MIT" ]
9
2018-08-06T20:04:08.000Z
2021-08-19T19:00:49.000Z
settingsLoader/theos/include/Gremlin/GRServer.h
sbingner/tvOSPreferenceLoader
5f583f6e22280a82228379aac03490aba8cc224c
[ "MIT" ]
null
null
null
settingsLoader/theos/include/Gremlin/GRServer.h
sbingner/tvOSPreferenceLoader
5f583f6e22280a82228379aac03490aba8cc224c
[ "MIT" ]
2
2019-12-21T14:56:46.000Z
2020-12-11T01:23:35.000Z
/* * Created by Youssef Francis on September 25th, 2012. */ #import "GRTask.h" @protocol GRServerImportDelegate <NSObject> - (void)importTask:(GRTask*)task; @end @interface GRServer : NSObject @property (assign) id<GRServerImportDelegate> importDelegate; + (GRServer*)sharedServer; - (void)signalImportC...
21.363636
61
0.640426
b22d453871a5da1975e3b19cd6fd6e11086fc786
651
h
C
PrivateFrameworks/PhotoLibraryServices/PLInvitationRecordsChangeNotification.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
17
2018-11-13T04:02:58.000Z
2022-01-20T09:27:13.000Z
PrivateFrameworks/PhotoLibraryServices/PLInvitationRecordsChangeNotification.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
3
2018-04-06T02:02:27.000Z
2018-10-02T01:12:10.000Z
PrivateFrameworks/PhotoLibraryServices/PLInvitationRecordsChangeNotification.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
1
2018-09-28T13:54:23.000Z
2018-09-28T13:54:23.000Z
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import <PhotoLibraryServices/PLContainerChangeNotification.h> @class NSDictionary, PLGenericAlbum; @interface PLInvitationRecordsChangeNotification : PLContainerChangeNotificatio...
24.111111
83
0.760369
c3a11dfa4f386f28030cfb4a2abaf05288df6e0f
14,113
h
C
src/utests/include/utests/baselib/HttpServerHelpers.h
sturosier/swblocks-baselib
3f6ad1f34bbdef5824ab7c91344eec5b876fa718
[ "Apache-2.0" ]
30
2017-01-27T00:12:43.000Z
2021-04-02T23:33:49.000Z
src/utests/include/utests/baselib/HttpServerHelpers.h
sha-shrestha/swblocks-baselib
f5d38ace39e386b233fa96239ba16cdedac765aa
[ "Apache-2.0" ]
33
2017-04-20T15:42:53.000Z
2021-01-24T14:04:07.000Z
src/utests/include/utests/baselib/HttpServerHelpers.h
sha-shrestha/swblocks-baselib
f5d38ace39e386b233fa96239ba16cdedac765aa
[ "Apache-2.0" ]
29
2017-01-27T17:57:39.000Z
2021-09-09T01:06:35.000Z
/* * This file is part of the swblocks-baselib library. * * 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 appl...
37.735294
126
0.514561
bab8511863dcc969bc755e3d397557b637cb421b
228
h
C
kcdpg/common.h
tmbx/kas
0d4e74d0a8ec0e0f85ba574eb01d389530bdeecc
[ "BSD-3-Clause" ]
null
null
null
kcdpg/common.h
tmbx/kas
0d4e74d0a8ec0e0f85ba574eb01d389530bdeecc
[ "BSD-3-Clause" ]
null
null
null
kcdpg/common.h
tmbx/kas
0d4e74d0a8ec0e0f85ba574eb01d389530bdeecc
[ "BSD-3-Clause" ]
null
null
null
/* Copyright (C) 2006-2012 Opersys inc., All rights reserved. */ #ifndef _COMMON_H #define _COMMON_H #include "config_path.h" #include "kmod_base.h" #include "anp.h" #include "kanp_core_defs.h" #include "pg_common.h" #endif
16.285714
64
0.72807
c93c126d947925973680a326e6f87900e9630933
3,840
h
C
src/json_support.h
josephg/mime-to-jmap
870d25eb474adcb1083570454d341142a0279e6d
[ "MIT-CMU" ]
9
2020-06-13T15:04:37.000Z
2022-03-30T05:57:43.000Z
src/json_support.h
josephg/mime-to-jmap
870d25eb474adcb1083570454d341142a0279e6d
[ "MIT-CMU" ]
null
null
null
src/json_support.h
josephg/mime-to-jmap
870d25eb474adcb1083570454d341142a0279e6d
[ "MIT-CMU" ]
null
null
null
/* json_support.h -- Helper functions for jansson and JSON * * Copyright (c) 1994-2019 Carnegie Mellon University. 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 o...
39.587629
80
0.666927
c76cd006ada7ae9c8cdb46e2ef5b5f89fe477d59
1,280
c
C
ft_lstmap.c
BlackFrosty/libft
60950ce6ff50ef0b84f70464065b4129d5550a31
[ "MIT" ]
null
null
null
ft_lstmap.c
BlackFrosty/libft
60950ce6ff50ef0b84f70464065b4129d5550a31
[ "MIT" ]
null
null
null
ft_lstmap.c
BlackFrosty/libft
60950ce6ff50ef0b84f70464065b4129d5550a31
[ "MIT" ]
1
2020-04-24T01:24:57.000Z
2020-04-24T01:24:57.000Z
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstmap.c :+: :+: :+: ...
33.684211
80
0.253125
e1396ff4d93ccf08890022200a715210f5928264
978
c
C
testsuite/sandbox/matlab/dgemvt__5.c
parsabee/Orio
64de0f7ee422483b60a9f02793472e20e864aa08
[ "MIT" ]
24
2015-01-26T03:14:19.000Z
2021-09-27T23:10:12.000Z
testsuite/sandbox/matlab/dgemvt__5.c
parsabee/Orio
64de0f7ee422483b60a9f02793472e20e864aa08
[ "MIT" ]
30
2015-04-17T18:14:27.000Z
2021-05-30T15:01:47.000Z
testsuite/sandbox/matlab/dgemvt__5.c
parsabee/Orio
64de0f7ee422483b60a9f02793472e20e864aa08
[ "MIT" ]
20
2015-02-11T08:20:19.000Z
2022-01-15T17:55:00.000Z
void DGEMVT (float *A, int A_nrows, int A_ncols, float a, float b, float *y, int y_nrows, float *z, int z_nrows, float *w, int w_nrows, float *x, int x_nrows) { float *t5 = new float[A_ncols]; float *t9 = new float[A_nrows]; for (int i = 0; i < A_ncols; i += 1) { float *t13 = A + i * A_nrows; float &t18 = t...
19.959184
71
0.503067
103f36e6f26c26d5ecdca92b99678a476b03ce05
1,422
h
C
src/windows/SmartCardRemoval/precompiled.h
kaidokert/old-esteid-stack
0391bbf600556dc8527c4f87eed2c95afc878ab4
[ "BSD-3-Clause" ]
null
null
null
src/windows/SmartCardRemoval/precompiled.h
kaidokert/old-esteid-stack
0391bbf600556dc8527c4f87eed2c95afc878ab4
[ "BSD-3-Clause" ]
null
null
null
src/windows/SmartCardRemoval/precompiled.h
kaidokert/old-esteid-stack
0391bbf600556dc8527c4f87eed2c95afc878ab4
[ "BSD-3-Clause" ]
null
null
null
// or project specific include files that are used frequently, // but are changed infrequently #pragma once #ifndef STRICT #define STRICT #endif // Modify the following defines if you have to target a platform prior to the ones specified below. // Refer to MSDN for the latest info on corresponding values for differe...
34.682927
104
0.772152
f4a73e4c3a843d67a43ae12d22fbe9736c4bea65
2,202
h
C
robot/common/Action/jhcAliaKernel.h
jconnell11/ALIA
f7a6c9dfd775fbd41239051aeed7775adb878b0a
[ "Apache-2.0" ]
1
2020-03-01T13:22:34.000Z
2020-03-01T13:22:34.000Z
robot/common/Action/jhcAliaKernel.h
jconnell11/ALIA
f7a6c9dfd775fbd41239051aeed7775adb878b0a
[ "Apache-2.0" ]
null
null
null
robot/common/Action/jhcAliaKernel.h
jconnell11/ALIA
f7a6c9dfd775fbd41239051aeed7775adb878b0a
[ "Apache-2.0" ]
1
2020-06-29T15:11:03.000Z
2020-06-29T15:11:03.000Z
// jhcAliaKernel.h : generic interface to a pool of grounding functions // // Written by Jonathan H. Connell, jconnell@alum.mit.edu // /////////////////////////////////////////////////////////////////////////// // // Copyright 2018-2019 IBM Corporation // // Licensed under the Apache License, Version 2.0 (the "License"...
31.014085
78
0.639419
0916a20d47e2af2886cdea375e93975b2f6a9a50
275
h
C
PyzeViewController/PyzeViewController/SearchTableViewController.h
pyze/iOS-Samples
a61b4ad3748d514ff5f55962f9da734b1c0e1c5e
[ "MIT" ]
2
2016-11-15T11:03:31.000Z
2017-08-26T16:17:42.000Z
PyzeViewController/PyzeViewController/SearchTableViewController.h
pyze/iOS-Samples
a61b4ad3748d514ff5f55962f9da734b1c0e1c5e
[ "MIT" ]
1
2018-03-06T20:57:30.000Z
2018-03-06T20:57:30.000Z
PyzeViewController/PyzeViewController/SearchTableViewController.h
pyze/iOS-Samples
a61b4ad3748d514ff5f55962f9da734b1c0e1c5e
[ "MIT" ]
null
null
null
// // SearchTableViewController.h // PyzeViewController // // Created by Ramachandra Naragund on 03/12/15. // Copyright © 2015 Pyze Technologies Pvt Ltd. All rights reserved. // #import <UIKit/UIKit.h> @interface SearchTableViewController : UITableViewController @end
19.642857
68
0.752727
091a24791fa854c5ae8a21caca5cf63b90ac5c45
682
h
C
lib/src/platform/win/process_singleton_impl.h
Voxelum/DeskGap
9201f1197170385c53f0a2dbb45b6283b518b1c3
[ "MIT" ]
null
null
null
lib/src/platform/win/process_singleton_impl.h
Voxelum/DeskGap
9201f1197170385c53f0a2dbb45b6283b518b1c3
[ "MIT" ]
2
2022-03-20T13:09:11.000Z
2022-03-30T05:07:12.000Z
lib/src/platform/win/process_singleton_impl.h
Voxelum/DeskGap
9201f1197170385c53f0a2dbb45b6283b518b1c3
[ "MIT" ]
1
2022-03-24T01:33:56.000Z
2022-03-24T01:33:56.000Z
#ifndef DESKGAP_PROCESS_SINGLETON_IMPL_HPP #define DESKGAP_PROCESS_SINGLETON_IMPL_HPP #include "process_singleton.hpp" #include <Windows.h> namespace DeskGap { #ifdef WIN32 typedef const COPYDATASTRUCT *MessagePayload; #else typedef char *MessagePayload; #endif struct ProcessSingleton::Impl { // ...
22.733333
63
0.725806
ade3ee6329d7154065c42f3f8f1185126db338ad
73
c
C
contrib/gnu/gdb/dist/gold/testsuite/aarch64_pr23870_foo.c
TheSledgeHammer/2.11BSD
fe61f0b9aaa273783cd027c7b5ec77e95ead2153
[ "BSD-3-Clause" ]
3
2021-05-04T17:09:06.000Z
2021-10-04T07:19:26.000Z
contrib/gnu/gdb/dist/gold/testsuite/aarch64_pr23870_foo.c
TheSledgeHammer/2.11BSD
fe61f0b9aaa273783cd027c7b5ec77e95ead2153
[ "BSD-3-Clause" ]
null
null
null
contrib/gnu/gdb/dist/gold/testsuite/aarch64_pr23870_foo.c
TheSledgeHammer/2.11BSD
fe61f0b9aaa273783cd027c7b5ec77e95ead2153
[ "BSD-3-Clause" ]
null
null
null
void foo (void (*bar)(void)); void foo (void (*bar)(void)) { bar(); }
10.428571
29
0.534247
f638b6cd4c3bb86a4514f9a90645920c27d5ec1d
3,374
c
C
srcs/lexer/sh_lexer.c
mmalekseev/21sh
9f1d07af205ff09c436947f24160668a78c11c03
[ "MIT" ]
null
null
null
srcs/lexer/sh_lexer.c
mmalekseev/21sh
9f1d07af205ff09c436947f24160668a78c11c03
[ "MIT" ]
null
null
null
srcs/lexer/sh_lexer.c
mmalekseev/21sh
9f1d07af205ff09c436947f24160668a78c11c03
[ "MIT" ]
null
null
null
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* sh_lexer.c :+: :+: :+: ...
26.566929
85
0.466212
5542de2939195388e6bb741a52aff82794f59b48
181
h
C
IoT_BBQ_STM32/SSD1306/SSD1306_demo.h
gojimmypi/IoT_BBQ
0928f345fa53f3ebabc53c452f5f5a3e1c581e02
[ "MIT" ]
5
2016-07-10T14:49:45.000Z
2022-02-20T16:45:24.000Z
IoT_BBQ_STM32/SSD1306/SSD1306_demo.h
gojimmypi/IoT_BBQ
0928f345fa53f3ebabc53c452f5f5a3e1c581e02
[ "MIT" ]
null
null
null
IoT_BBQ_STM32/SSD1306/SSD1306_demo.h
gojimmypi/IoT_BBQ
0928f345fa53f3ebabc53c452f5f5a3e1c581e02
[ "MIT" ]
null
null
null
#pragma once #ifdef __cplusplus extern "C" { #endif // void ssd1306_TestAll(); void SSD1306_test(); void _Error_Handler(char* file, int line); #ifdef __cplusplus } #endif
13.923077
43
0.701657
71074e21f85f3d8c833c33868600cd4e5629bd17
698
h
C
longtaillib/longtail/include/lib/brotli/longtail_brotli.h
firingorder/golongtail
11c8689e75a3c449edce4b341ac3dc18f0f9e355
[ "MIT" ]
28
2019-12-26T07:51:04.000Z
2022-02-16T09:36:11.000Z
longtaillib/longtail/include/lib/brotli/longtail_brotli.h
firingorder/golongtail
11c8689e75a3c449edce4b341ac3dc18f0f9e355
[ "MIT" ]
26
2020-01-24T13:01:41.000Z
2022-02-11T12:26:11.000Z
longtaillib/longtail/include/lib/brotli/longtail_brotli.h
firingorder/golongtail
11c8689e75a3c449edce4b341ac3dc18f0f9e355
[ "MIT" ]
4
2020-01-27T08:57:07.000Z
2021-12-29T11:54:23.000Z
#pragma once #include "../../src/longtail.h" #include "../compressblockstore/longtail_compressblockstore.h" #ifdef __cplusplus extern "C" { #endif LONGTAIL_EXPORT extern struct Longtail_CompressionAPI* Longtail_CreateBrotliCompressionAPI(); LONGTAIL_EXPORT extern uint32_t Longtail_GetBrotliGenericMinQuality(); LONGT...
33.238095
93
0.858166
9fd0ee3ddc482302b445dc90c40cd836882a9c7f
839
h
C
src/commit.h
jaihyunp/vhe
e4ba6cb6ad752a76454eb2daba5969b46a8b08d1
[ "MIT" ]
null
null
null
src/commit.h
jaihyunp/vhe
e4ba6cb6ad752a76454eb2daba5969b46a8b08d1
[ "MIT" ]
null
null
null
src/commit.h
jaihyunp/vhe
e4ba6cb6ad752a76454eb2daba5969b46a8b08d1
[ "MIT" ]
null
null
null
#ifndef H_COMMIT #define H_COMMIT #include <time.h> #include <stdio.h> #include <stdlib.h> #include <gmp.h> #include "field.h" #include "parameters.h" void commit_keygen(mpz_t* pks, mpz_t* sks, const uint64 key_num); void commit_commit(mpz_t* commits, const mpz_t* input, const uint64 key_num, const uint64 input_row_n...
34.958333
168
0.76758
bf5572f4b6a67adb2d6094716f0f3feb4fefc509
133
h
C
src/calendar.h
DuncanCragg/OnexApp
9b682c54424876bb063f73545ce00bd4391e9d33
[ "MIT" ]
14
2018-03-23T22:45:42.000Z
2021-03-15T14:04:38.000Z
src/calendar.h
DuncanCragg/OnexApp
9b682c54424876bb063f73545ce00bd4391e9d33
[ "MIT" ]
null
null
null
src/calendar.h
DuncanCragg/OnexApp
9b682c54424876bb063f73545ce00bd4391e9d33
[ "MIT" ]
1
2020-08-05T17:08:59.000Z
2020-08-05T17:08:59.000Z
bool evaluate_event(object* o, void* d); void draw_calendar(char* path, int16_t width, int16_t height); void set_time_save_days();
22.166667
62
0.766917
bafd005c9ce213b8c8868af6f8e8ac13b82c140a
430
h
C
third_party/libusb/libusb.h
junmin-zhu/chromium-rivertrail
eb1a57aca71fe68d96e48af8998dcfbe45171ee1
[ "BSD-3-Clause" ]
5
2018-03-10T13:08:42.000Z
2021-07-26T15:02:11.000Z
third_party/libusb/libusb.h
sanyaade-mobiledev/chromium.src
d496dfeebb0f282468827654c2b3769b3378c087
[ "BSD-3-Clause" ]
1
2015-07-21T08:02:01.000Z
2015-07-21T08:02:01.000Z
third_party/libusb/libusb.h
jianglong0156/chromium.src
d496dfeebb0f282468827654c2b3769b3378c087
[ "BSD-3-Clause" ]
6
2016-11-14T10:13:35.000Z
2021-01-23T15:29:53.000Z
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef THIRD_PARTY_LIBUSB_LIBUSB_H_ #define THIRD_PARTY_LIBUSB_LIBUSB_H_ #if defined(USE_SYSTEM_LIBUSB) #include <libusb.h> #else // Relative to '.'...
26.875
73
0.772093
f97034e6e5d9059b01551b22dd1aa1c7f23e8688
692
c
C
How old are you.c
fakeid30/UVA-problems
2d31b8c48873d6813a341a3aa72d067174656d1c
[ "Unlicense" ]
1
2021-05-13T07:52:38.000Z
2021-05-13T07:52:38.000Z
How old are you.c
fakeid30/UVA-problems
2d31b8c48873d6813a341a3aa72d067174656d1c
[ "Unlicense" ]
null
null
null
How old are you.c
fakeid30/UVA-problems
2d31b8c48873d6813a341a3aa72d067174656d1c
[ "Unlicense" ]
2
2021-05-13T07:53:16.000Z
2021-05-13T07:54:36.000Z
#include<stdio.h> int main() { int t,i,d1,m1,y1,d2,m2,y2,age; scanf("%d",&t); for(i=1;i<=t;i++) { scanf("%d/%d/%d",&d1,&m1,&y1); scanf("%d/%d/%d",&d2,&m2,&y2); age=0; age=y1-y2; if(m2>m1) { age--; } else if(m2==m1) { ...
18.210526
55
0.323699
ba1064a0b81abb8124edc28440b13b8549449af4
208
h
C
UGCKit/Classes/Edit/Views/UGCKitVideoEffectColorPalette.h
fandongtongxue/UGCKit
90a388f523e237ac3efad4b9dd8e0b01e6065897
[ "MIT" ]
null
null
null
UGCKit/Classes/Edit/Views/UGCKitVideoEffectColorPalette.h
fandongtongxue/UGCKit
90a388f523e237ac3efad4b9dd8e0b01e6065897
[ "MIT" ]
null
null
null
UGCKit/Classes/Edit/Views/UGCKitVideoEffectColorPalette.h
fandongtongxue/UGCKit
90a388f523e237ac3efad4b9dd8e0b01e6065897
[ "MIT" ]
1
2021-03-14T03:22:16.000Z
2021-03-14T03:22:16.000Z
// Copyright (c) 2019 Tencent. All rights reserved. @import UIKit; /// @param index 第几个颜色,index相同,颜色相同 /// @return 色板中第index个颜色 extern UIColor *UGCKitVideoEffectColorPaletteColorAtIndex(NSUInteger index);
23.111111
76
0.778846
3bdbd96d9a0320f4c39a273cdddbb4cd1dfeed95
248,457
c
C
kernels/basis/basis_eval_tensor.c
ammarhakim/gkylzero
7a17fd4bec9cc546400a24d3987c0ee6e1865152
[ "MIT" ]
2
2021-04-09T21:38:06.000Z
2021-05-20T19:07:48.000Z
kernels/basis/basis_eval_tensor.c
ammarhakim/gkylzero
7a17fd4bec9cc546400a24d3987c0ee6e1865152
[ "MIT" ]
12
2021-06-06T04:03:36.000Z
2022-03-20T04:29:03.000Z
kernels/basis/basis_eval_tensor.c
ammarhakim/gkylzero
7a17fd4bec9cc546400a24d3987c0ee6e1865152
[ "MIT" ]
1
2021-06-02T16:14:50.000Z
2021-06-02T16:14:50.000Z
// Wed Oct 6 12:06:51 2021 #include <gkyl_basis_tensor_kernels.h> GKYL_CU_DH void eval_2d_tensor_p2(const double *z, double *b ) { const double z0 = z[0]; const double z1 = z[1]; b[0] = 5.0000000000000000e-01; b[1] = 8.6602540378443860e-01*z0; b[2] = 8.6602540378443860e-01*z1; b[3] = 1.5000000000000000e+00...
475.061185
45,107
0.715311
460a384ec009a4b36e92ee073708e8a1f4d9fbc8
957
h
C
Class_exercises/Animal_inheritance/Animal_class.h
UAH-s-Telematics-Engineering-Tasks/adv_programming
a31750a2ad2d998208d240a5f4a0d78d4b39f801
[ "MIT" ]
null
null
null
Class_exercises/Animal_inheritance/Animal_class.h
UAH-s-Telematics-Engineering-Tasks/adv_programming
a31750a2ad2d998208d240a5f4a0d78d4b39f801
[ "MIT" ]
null
null
null
Class_exercises/Animal_inheritance/Animal_class.h
UAH-s-Telematics-Engineering-Tasks/adv_programming
a31750a2ad2d998208d240a5f4a0d78d4b39f801
[ "MIT" ]
null
null
null
#include "Library_includes.h" #if !defined(__ANIMAL_CLASS__) #define __ANIMAL_CLASS__ /*enum color { undefined, red, green, blue };*/ class Animal_class { private: int age; /*color col;*/ std::string color; public: /*Animal_class(int a = 0, color c = undefined) : age{a}, col{c} {}*/ Animal...
24.538462
87
0.589342
2f6a9b8acddc9206730c84745663e5b22346b4eb
599
c
C
src/interface/socket_connector_interface.c
RickySu/respondphp
9316f019356afeab25bfe073b6a01dfc6da75ef8
[ "MIT" ]
null
null
null
src/interface/socket_connector_interface.c
RickySu/respondphp
9316f019356afeab25bfe073b6a01dfc6da75ef8
[ "MIT" ]
null
null
null
src/interface/socket_connector_interface.c
RickySu/respondphp
9316f019356afeab25bfe073b6a01dfc6da75ef8
[ "MIT" ]
null
null
null
#include "respondphp.h" #include "interface/socket_connector_interface.h" DECLARE_FUNCTION_ENTRY(respond_socket_connector_interface) = { ZEND_FENTRY(__construct, NULL, NULL, ZEND_ACC_PRIVATE | ZEND_ACC_ABSTRACT) ZEND_FENTRY(connect, NULL, ARGINFO(respond_socket_connector_interface, connect), ZEND_ACC_PUBLIC | ...
37.4375
139
0.833055
448170a3348f55ac45d63f487fd7f516bb8e8fbf
1,455
h
C
ZJBaseUtils/ZJLabel/ZJLabel.h
Eafy/ZJBaseUtils_iOS
a47bf89317fe748d3d9f68ef83a4c52b0a20a93e
[ "MIT" ]
null
null
null
ZJBaseUtils/ZJLabel/ZJLabel.h
Eafy/ZJBaseUtils_iOS
a47bf89317fe748d3d9f68ef83a4c52b0a20a93e
[ "MIT" ]
null
null
null
ZJBaseUtils/ZJLabel/ZJLabel.h
Eafy/ZJBaseUtils_iOS
a47bf89317fe748d3d9f68ef83a4c52b0a20a93e
[ "MIT" ]
1
2021-12-27T06:15:45.000Z
2021-12-27T06:15:45.000Z
// // ZJLabel.h // ZJBaseUtils // // Created by eafy on 2020/7/25. // Copyright © 2020 ZJ. All rights reserved. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN typedef NS_ENUM(NSUInteger, ZJLabelStyle) { ZJLabelStyleNormal, //普通样式 ZJLabelStyleLine = 1 << 1, //线条框样式 ZJLabelStyleDo...
25.086207
80
0.72646
44a1b329f9ffd0e58fbb4cfd5aaeb0f6c30d335e
1,072
h
C
rxnes/core/cpu.h
shangluo/rxnes
c723e3f1cc9a2aa1fb22b27f3f92d070f8136c55
[ "BSD-3-Clause" ]
2
2016-01-21T08:54:19.000Z
2017-05-17T15:21:59.000Z
rxnes/core/cpu.h
shangluo/rxnes
c723e3f1cc9a2aa1fb22b27f3f92d070f8136c55
[ "BSD-3-Clause" ]
null
null
null
rxnes/core/cpu.h
shangluo/rxnes
c723e3f1cc9a2aa1fb22b27f3f92d070f8136c55
[ "BSD-3-Clause" ]
null
null
null
//cpu.h #ifndef _CPU_H #define _CPU_H #include "types.h" //cpu memory extern u8 memory[0x10000]; void cpu_init( void ); u32 cpu_execute_translate( u32 n_cycles ); void cpu_test( void ); //cpu memory management void cpu_mm_write( u16 addr, u8 *buf, u16 len ); void cpu_mm_read( u16 addr, u8 *buf, u1...
23.304348
62
0.555037
2896e1b3734d9cbab86d0c54cd6eeb3a1b41d9fc
2,914
h
C
ftemplate.h
harkaitz/c-ftemplate
a000a2eb0cdd421a14b9722a6735bd190654d896
[ "MIT" ]
null
null
null
ftemplate.h
harkaitz/c-ftemplate
a000a2eb0cdd421a14b9722a6735bd190654d896
[ "MIT" ]
null
null
null
ftemplate.h
harkaitz/c-ftemplate
a000a2eb0cdd421a14b9722a6735bd190654d896
[ "MIT" ]
null
null
null
#ifndef FTEMPLATE_H #define FTEMPLATE_H #include <stdio.h> #include <stdbool.h> #include <string.h> #include <unistd.h> __attribute__((weak)) bool ftemplate_key (FILE *_fp1, const char _k[]) { return false; } static __attribute__((unused)) bool ftemplate(FILE *_o, FILE *_i, const char _start[], const char _end[]...
35.536585
110
0.603638
138cecb14dc12036be1272557cac2af19f9c1f48
285
c
C
gcc-gcc-7_3_0-release/gcc/testsuite/gcc.dg/pr52769.c
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/gcc.dg/pr52769.c
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gcc.dg/pr52769.c
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
/* PR c/52769 */ /* { dg-do run } */ /* { dg-options "-O3" } */ typedef struct { int should_be_zero; char s[6]; int x; } foo_t; int main (void) { volatile foo_t foo = { .s = "123456", .x = 2 }; if (foo.should_be_zero != 0) __builtin_abort (); return 0; }
11.4
30
0.522807
7a6213ef519985fa952904103e58eadd334b09b1
924
h
C
third_party/blink/public/platform/web_text_input_mode.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
14,668
2015-01-01T01:57:10.000Z
2022-03-31T23:33:32.000Z
third_party/blink/public/platform/web_text_input_mode.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
third_party/blink/public/platform/web_text_input_mode.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
5,941
2015-01-02T11:32:21.000Z
2022-03-31T16:35:46.000Z
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef THIRD_PARTY_BLINK_PUBLIC_PLATFORM_WEB_TEXT_INPUT_MODE_H_ #define THIRD_PARTY_BLINK_PUBLIC_PLATFORM_WEB_TEXT_INPUT_MODE_H_ namespace blink { // T...
30.8
73
0.830087
2875175029201650f80a215d50d6a3b723132ca1
1,099
c
C
day11/ex09/ft_list_foreach.c
k-k-s/42-Piscine
3daba77790258018adbc0e8997970a1c6669b10d
[ "MIT" ]
70
2018-07-06T13:03:16.000Z
2022-03-24T19:51:48.000Z
day11/ex09/ft_list_foreach.c
k-k-s/42-Piscine
3daba77790258018adbc0e8997970a1c6669b10d
[ "MIT" ]
null
null
null
day11/ex09/ft_list_foreach.c
k-k-s/42-Piscine
3daba77790258018adbc0e8997970a1c6669b10d
[ "MIT" ]
17
2018-07-13T08:40:28.000Z
2021-11-16T07:52:58.000Z
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_list_foreach.c :+: :+: :+: ...
42.269231
80
0.215651
ffb05ec436b16f1e78b66cc04f39574037ad56a1
925
h
C
Project/cri/samples/common/include/CriSmpVideoOutput.h
HirooSugiyama/ReleaseHousekeeper
5a1dd913f704160c2b72ab526029e91247909ec8
[ "Unlicense" ]
null
null
null
Project/cri/samples/common/include/CriSmpVideoOutput.h
HirooSugiyama/ReleaseHousekeeper
5a1dd913f704160c2b72ab526029e91247909ec8
[ "Unlicense" ]
null
null
null
Project/cri/samples/common/include/CriSmpVideoOutput.h
HirooSugiyama/ReleaseHousekeeper
5a1dd913f704160c2b72ab526029e91247909ec8
[ "Unlicense" ]
null
null
null
#ifndef CRISMPVIDEOINPUT_H_INCLUDED /* Re-definition prevention */ #define CRISMPVIDEOINPUT_H_INCLUDED /**************************************************************************** * * CRI Middleware SDK * * Copyright (c) 2006 CRI Middleware Co., Ltd. * * Library : Sample Library * Module : Video Output * F...
26.428571
78
0.608649
d22466b303e13b9f3d1c0fc95d3480b7a3e526b8
10,724
c
C
src/sgx/sgx_enclave_config.c
eyeKill/rkt-io
7981814bc58d5071e0a4c3ce22040ee840cdf7d7
[ "MIT" ]
15
2021-02-02T13:25:27.000Z
2022-03-02T12:23:49.000Z
src/sgx/sgx_enclave_config.c
eyeKill/rkt-io
7981814bc58d5071e0a4c3ce22040ee840cdf7d7
[ "MIT" ]
null
null
null
src/sgx/sgx_enclave_config.c
eyeKill/rkt-io
7981814bc58d5071e0a4c3ce22040ee840cdf7d7
[ "MIT" ]
4
2021-05-18T11:07:49.000Z
2022-03-16T07:25:51.000Z
/* * Copyright 2016, 2017, 2018 Imperial College London * Copyright 2016, 2017 TU Dresden (under SCONE source code license) */ #ifdef SGXLKL_HW #include <assert.h> #include <setjmp.h> #include <stdio.h> #include <string.h> #include "mpmc_queue.h" #include "sgx_enclave_config.h" #include "sgx_hostcall_interface.h" #...
33.304348
103
0.632227
89ed951b6d749bfe4ec79f596b22b0e0eec742ab
414
h
C
AsciiEngine/StaticBackground.h
RandyGaul/AsciiEngine
ffd4766e0f81c5b2efa347484585d09a6e4d2b26
[ "MIT" ]
106
2015-02-09T17:31:32.000Z
2022-03-29T11:30:26.000Z
AsciiEngine/StaticBackground.h
RandyGaul/AsciiEngine
ffd4766e0f81c5b2efa347484585d09a6e4d2b26
[ "MIT" ]
null
null
null
AsciiEngine/StaticBackground.h
RandyGaul/AsciiEngine
ffd4766e0f81c5b2efa347484585d09a6e4d2b26
[ "MIT" ]
25
2015-03-02T09:32:01.000Z
2022-02-07T03:47:53.000Z
//////////////////////////////////////////////////// // Copyright (c) 2012 ICRL // See the file LICENSE.txt for copying permission. // // Original Author: Randy Gaul // Date: 7/20/2012 // Contact: r.gaul@digipen.edu //////////////////////////////////////////////////// #pragma once #include "EntityCreato...
25.875
53
0.519324
9632439f2b89f9d5036c07ce863bce08467dfb67
2,467
h
C
frs/include/huaweicloud/frs/v2/model/AddFacesBase64Req.h
huaweicloud/huaweicloud-sdk-cpp-v3
d3b5e07b0ee8367d1c7f6dad17be0212166d959c
[ "Apache-2.0" ]
5
2021-03-03T08:23:43.000Z
2022-02-16T02:16:39.000Z
frs/include/huaweicloud/frs/v2/model/AddFacesBase64Req.h
ChenwxJay/huaweicloud-sdk-cpp-v3
f821ec6d269b50203e0c1638571ee1349c503c41
[ "Apache-2.0" ]
null
null
null
frs/include/huaweicloud/frs/v2/model/AddFacesBase64Req.h
ChenwxJay/huaweicloud-sdk-cpp-v3
f821ec6d269b50203e0c1638571ee1349c503c41
[ "Apache-2.0" ]
7
2021-02-26T13:53:35.000Z
2022-03-18T02:36:43.000Z
#ifndef HUAWEICLOUD_SDK_FRS_V2_MODEL_AddFacesBase64Req_H_ #define HUAWEICLOUD_SDK_FRS_V2_MODEL_AddFacesBase64Req_H_ #include <huaweicloud/frs/v2/FrsExport.h> #include <huaweicloud/core/utils/ModelBase.h> #include <huaweicloud/core/http/HttpResponse.h> #include <huaweicloud/core/utils/Object.h> #include <string> na...
24.67
129
0.688285
306d895c453747af9c5af2200154017a48ed6e6f
1,710
h
C
System/Library/PrivateFrameworks/PassKitCore.framework/PKPaymentDeviceMetadataFetchTask.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
2
2021-11-02T09:23:27.000Z
2022-03-28T08:21:57.000Z
System/Library/PrivateFrameworks/PassKitCore.framework/PKPaymentDeviceMetadataFetchTask.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
null
null
null
System/Library/PrivateFrameworks/PassKitCore.framework/PKPaymentDeviceMetadataFetchTask.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
1
2022-03-28T08:21:59.000Z
2022-03-28T08:21:59.000Z
/* * This header is generated by classdump-dyld 1.5 * on Friday, April 30, 2021 at 11:36:41 AM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/PassKitCore...
48.857143
160
0.695322
a92b85c61815e0fb11e54a1f7bcd6495e681134a
381
h
C
Supporting Files/RxMoyaGloss.h
Cartaxo/Moya-Gloss
5260a75764b87130488d3ba1a6196c1b9de8ed2e
[ "MIT" ]
42
2016-04-14T20:00:31.000Z
2020-07-01T07:01:13.000Z
Supporting Files/RxMoyaGloss.h
Cartaxo/Moya-Gloss
5260a75764b87130488d3ba1a6196c1b9de8ed2e
[ "MIT" ]
30
2016-04-05T18:38:50.000Z
2018-10-03T08:56:56.000Z
Supporting Files/RxMoyaGloss.h
Cartaxo/Moya-Gloss
5260a75764b87130488d3ba1a6196c1b9de8ed2e
[ "MIT" ]
29
2016-05-21T01:21:20.000Z
2020-05-15T23:29:57.000Z
#import <Foundation/Foundation.h> //! Project version number for RxMoyaGloss. FOUNDATION_EXPORT double RxMoyaGlossVersionNumber; //! Project version string for RxMoyaGloss. FOUNDATION_EXPORT const unsigned char RxMoyaGlossVersionString[]; // In this header, you should import all the public headers of your framework ...
31.75
136
0.813648
a96efb89ac11ae3e1c7049ea4754aba4018ee5e0
12,883
c
C
src/tool/hpcrun/unwind/x86-family/x86-validate-retn-addr.c
Paul-Ferrell/hpctoolkit
d7062c3747e8747ff16a9f5764fa4cf57a21ee36
[ "BSD-3-Clause" ]
null
null
null
src/tool/hpcrun/unwind/x86-family/x86-validate-retn-addr.c
Paul-Ferrell/hpctoolkit
d7062c3747e8747ff16a9f5764fa4cf57a21ee36
[ "BSD-3-Clause" ]
null
null
null
src/tool/hpcrun/unwind/x86-family/x86-validate-retn-addr.c
Paul-Ferrell/hpctoolkit
d7062c3747e8747ff16a9f5764fa4cf57a21ee36
[ "BSD-3-Clause" ]
null
null
null
// -*-Mode: C++;-*- // technically C99 // * BeginRiceCopyright ***************************************************** // // $HeadURL$ // $Id$ // // -------------------------------------------------------------------------- // Part of HPCToolkit (hpctoolkit.org) // // Information about sources of support for research an...
30.67381
121
0.664519
aa90c8c616d635b8da205409bc76ada4241ee88f
9,282
h
C
include/freerdp/channels/rdpgfx.h
ApolloSoftwareSolutions/FreeRDP
267dea928c1ef65abdf937049c6cdca920ca2b0b
[ "Apache-2.0" ]
null
null
null
include/freerdp/channels/rdpgfx.h
ApolloSoftwareSolutions/FreeRDP
267dea928c1ef65abdf937049c6cdca920ca2b0b
[ "Apache-2.0" ]
null
null
null
include/freerdp/channels/rdpgfx.h
ApolloSoftwareSolutions/FreeRDP
267dea928c1ef65abdf937049c6cdca920ca2b0b
[ "Apache-2.0" ]
1
2021-10-06T08:55:59.000Z
2021-10-06T08:55:59.000Z
/** * FreeRDP: A Remote Desktop Protocol Implementation * Graphics Pipeline Extension * * Copyright 2013 Marc-Andre Moreau <marcandre.moreau@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 o...
23.263158
76
0.835165
4e00c2d9a92a4588f99ff250339289ec3a273e37
1,404
h
C
fboss/cli/fboss2/CmdArgsLists.h
nathanawmk/fboss
9f36dbaaae47202f9131598560c65715334a9a83
[ "BSD-3-Clause" ]
1
2022-02-10T10:48:41.000Z
2022-02-10T10:48:41.000Z
fboss/cli/fboss2/CmdArgsLists.h
nathanawmk/fboss
9f36dbaaae47202f9131598560c65715334a9a83
[ "BSD-3-Clause" ]
null
null
null
fboss/cli/fboss2/CmdArgsLists.h
nathanawmk/fboss
9f36dbaaae47202f9131598560c65715334a9a83
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 2004-present, Facebook, Inc. * 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. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * */ #pr...
27
89
0.700855
4e53e2a7e21ead866a8be37683f675daf73e8294
465
h
C
src/degnome.h
Darokrithia/PolygenSim
4ef91b1d3cf00d9caca6c4fa2fb5c401a0f8d191
[ "MIT" ]
3
2018-08-14T20:45:40.000Z
2019-02-01T18:53:36.000Z
src/degnome.h
Darokrithia/PopGenSim
4ef91b1d3cf00d9caca6c4fa2fb5c401a0f8d191
[ "MIT" ]
27
2019-09-17T20:12:17.000Z
2020-11-29T23:56:03.000Z
src/degnome.h
Darokrithia/PolygenSim
4ef91b1d3cf00d9caca6c4fa2fb5c401a0f8d191
[ "MIT" ]
1
2021-04-27T23:28:50.000Z
2021-04-27T23:28:50.000Z
#ifndef DEGNOME #define DEGNOME #include <stdlib.h> #include <gsl/gsl_rng.h> #include <gsl/gsl_randist.h> //Degnomedia Rogerus typedef struct Degnome Degnome; struct Degnome { double* dna_array; double hat_size; }; Degnome* Degnome_new(void); void Degnome_mate(Degnome* location, Degnome* p1, Degno...
20.217391
77
0.731183
ebe22e015566a7a16e1ee4b93595e1c504827ee7
63,885
c
C
src/if-options.c
DanielG/dhcpcd
34399db6978cd4a263c729d23f13e549b9c2d862
[ "BSD-2-Clause" ]
null
null
null
src/if-options.c
DanielG/dhcpcd
34399db6978cd4a263c729d23f13e549b9c2d862
[ "BSD-2-Clause" ]
null
null
null
src/if-options.c
DanielG/dhcpcd
34399db6978cd4a263c729d23f13e549b9c2d862
[ "BSD-2-Clause" ]
null
null
null
/* * dhcpcd - DHCP client daemon * Copyright (c) 2006-2019 Roy Marples <roy@marples.name> * 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...
23.935931
80
0.575847
8616e964e7d078f0a2655afa63ad591b152b30d5
1,962
c
C
mgmt/mgmt_hw.c
SoulInfernoDE/mt7610u_wifi_sta_v3002_dpo_20130916
d020d81ecbbb6fe0eb914bc5017ab369b1372556
[ "MIT" ]
151
2015-12-09T07:02:37.000Z
2022-03-31T10:02:40.000Z
mgmt/mgmt_hw.c
yangbo/mt7610u_wifi_sta
c271ef4bb9ad6d9f99196fd62ffc2356d9eea6ba
[ "MIT" ]
47
2015-09-09T16:55:59.000Z
2022-03-28T02:24:24.000Z
mgmt/mgmt_hw.c
yangbo/mt7610u_wifi_sta
c271ef4bb9ad6d9f99196fd62ffc2356d9eea6ba
[ "MIT" ]
85
2015-04-26T12:20:57.000Z
2020-07-17T09:00:41.000Z
/* ************************************************************************* * Ralink Tech Inc. * 5F., No.36, Taiyuan St., Jhubei City, * Hsinchu County 302, * Taiwan, R.O.C. * * (c) Copyright 2002-2010, Ralink Technology, Inc. * * This program is free software; you can redistribute it and/or modify * * it u...
33.254237
75
0.510703
1444cbd884df90f9b7a14c63154e3db42320029a
2,586
h
C
vegastrike/src/gfx/vid_file.h
Ezeer/VegaStrike_win32FR
75891b9ccbdb95e48e15d3b4a9cd977955b97d1f
[ "MIT" ]
null
null
null
vegastrike/src/gfx/vid_file.h
Ezeer/VegaStrike_win32FR
75891b9ccbdb95e48e15d3b4a9cd977955b97d1f
[ "MIT" ]
null
null
null
vegastrike/src/gfx/vid_file.h
Ezeer/VegaStrike_win32FR
75891b9ccbdb95e48e15d3b4a9cd977955b97d1f
[ "MIT" ]
null
null
null
// //C++ Interface: vid_file // #ifndef __VID_FILE_H__INCLUDED__ #define __VID_FILE_H__INCLUDED__ #include <string> #include <vsfilesystem.h> #include <exception> class VidFileImpl; class VidFile { public: class Exception : public std::exception { private: std::string _message; public: Exception() {...
29.386364
111
0.673627
886559af766f6972d5ffce8cc425073ac6a97ed1
15,081
h
C
rEFIt_UEFI/cpp_lib/XmlLiteDictTypes.h
crazyinsanejames/CloverBootloader
799880e95aaa2783f27373e91837fc105352e82f
[ "BSD-2-Clause" ]
1
2022-03-18T16:46:31.000Z
2022-03-18T16:46:31.000Z
rEFIt_UEFI/cpp_lib/XmlLiteDictTypes.h
crazyinsanejames/CloverBootloader
799880e95aaa2783f27373e91837fc105352e82f
[ "BSD-2-Clause" ]
null
null
null
rEFIt_UEFI/cpp_lib/XmlLiteDictTypes.h
crazyinsanejames/CloverBootloader
799880e95aaa2783f27373e91837fc105352e82f
[ "BSD-2-Clause" ]
null
null
null
/* * * Copyright (c) 2020 Jief * All rights reserved. * */ #include "../cpp_foundation/XToolsCommon.h" #ifndef XmlLiteDictTypes_h #define XmlLiteDictTypes_h #include <stdio.h> #include "XmlLiteSimpleTypes.h" #include "XmlLiteDictTypes.h" #if defined(_MSC_VER) && !defined(__PRETTY_FUNCTION__) #define __PRETTY_F...
34.58945
223
0.710629
bb238ebeba42427a31b883a9ac25563f5cda97dd
25,907
c
C
source/libio.c
macmade/CLibs
0931d64beacbf3d1b96170dee1ace7a0d19885c9
[ "BSL-1.0" ]
1
2020-08-03T17:09:30.000Z
2020-08-03T17:09:30.000Z
source/libio.c
macmade/CLibs
0931d64beacbf3d1b96170dee1ace7a0d19885c9
[ "BSL-1.0" ]
null
null
null
source/libio.c
macmade/CLibs
0931d64beacbf3d1b96170dee1ace7a0d19885c9
[ "BSL-1.0" ]
1
2018-10-17T08:50:19.000Z
2018-10-17T08:50:19.000Z
/******************************************************************************* * Copyright (c) 2010, Jean-David Gadina - www.xs-labs.com * Distributed under the Boost Software License, Version 1.0. * * Boost Software License - Version 1.0 - August 17th, 2003 * * Permission is hereby granted, free of charge, t...
25.803785
109
0.560235
63f1d08723707c2d2b70524193bbbda84a1955b6
1,434
h
C
Python/esys/lsm/SphereBodyPrmsPy.h
danielfrascarelli/esys-particle
e56638000fd9c4af77e21c75aa35a4f8922fd9f0
[ "Apache-2.0" ]
null
null
null
Python/esys/lsm/SphereBodyPrmsPy.h
danielfrascarelli/esys-particle
e56638000fd9c4af77e21c75aa35a4f8922fd9f0
[ "Apache-2.0" ]
null
null
null
Python/esys/lsm/SphereBodyPrmsPy.h
danielfrascarelli/esys-particle
e56638000fd9c4af77e21c75aa35a4f8922fd9f0
[ "Apache-2.0" ]
null
null
null
///////////////////////////////////////////////////////////// // // // Copyright (c) 2003-2017 by The University of Queensland // // Centre for Geoscience Computing // // http://earth.uq.edu.au/centre-geoscience-computing // // ...
26.555556
63
0.506974
63fd4edfc0ebd4633a27179ae9ca44bd5579cb59
490
c
C
main.c
maxicombina/c-calculator
6a93b0fc381c852d7559b247a0062859c67fec28
[ "MIT" ]
3
2020-02-28T17:07:14.000Z
2022-03-10T18:54:31.000Z
main.c
maxicombina/c-calculator
6a93b0fc381c852d7559b247a0062859c67fec28
[ "MIT" ]
null
null
null
main.c
maxicombina/c-calculator
6a93b0fc381c852d7559b247a0062859c67fec28
[ "MIT" ]
1
2021-11-25T13:08:23.000Z
2021-11-25T13:08:23.000Z
#include <stdio.h> #include "calculator.h" int main(int argc, char* argv[]) { byte_8 result; simple_queue_t output; simple_stack_t ops; if (argc != 2) { fprintf(stderr, "Use %s 'expression'\n", argv[0]); return 1; } queue_init(&output); stack_init(&ops); /* Conver...
18.148148
58
0.57551
4b06c2e2247f576c9fb388b810ea3d865e1aceb5
1,304
h
C
include/il2cpp/System/Array/EmptyInternalEnumerator_EvolveDemoTools.Param_.h
martmists-gh/BDSP
d6326c5d3ad9697ea65269ed47aa0b63abac2a0a
[ "MIT" ]
1
2022-01-15T20:20:27.000Z
2022-01-15T20:20:27.000Z
include/il2cpp/System/Array/EmptyInternalEnumerator_EvolveDemoTools.Param_.h
martmists-gh/BDSP
d6326c5d3ad9697ea65269ed47aa0b63abac2a0a
[ "MIT" ]
null
null
null
include/il2cpp/System/Array/EmptyInternalEnumerator_EvolveDemoTools.Param_.h
martmists-gh/BDSP
d6326c5d3ad9697ea65269ed47aa0b63abac2a0a
[ "MIT" ]
null
null
null
#pragma once #include "il2cpp.h" void System_Array_EmptyInternalEnumerator_EvolveDemoTools_Param___Dispose (System_Array_EmptyInternalEnumerator_EvolveDemoTools_Param__o* __this, const MethodInfo* method_info); bool System_Array_EmptyInternalEnumerator_EvolveDemoTools_Param___MoveNext (System_Array_EmptyInternalEnume...
108.666667
221
0.92408
4b6a35b340d64d662e4b4a055548c3009068ae4b
1,540
h
C
boinc_new/vda/stats.h
tomasbrod/tbboinc
c125cc355b2dc9a1e536b5e5ded028d4e7f4613a
[ "MIT" ]
null
null
null
boinc_new/vda/stats.h
tomasbrod/tbboinc
c125cc355b2dc9a1e536b5e5ded028d4e7f4613a
[ "MIT" ]
4
2020-09-07T15:54:45.000Z
2020-09-27T16:47:16.000Z
boinc_new/vda/stats.h
tomasbrod/tbboinc
c125cc355b2dc9a1e536b5e5ded028d4e7f4613a
[ "MIT" ]
null
null
null
// This file is part of BOINC. // http://boinc.berkeley.edu // Copyright (C) 2012 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation, // either version 3 of the Licens...
30.8
92
0.724026
49ed2c972b118f75df47cb1a56b7caf5035519fb
1,536
h
C
src/mplfe/jbc_input/include/jbc_compiler_component.h
MapleSystem/OpenArkCompiler
fc250857642ca38ac8b83ae7486513fadf3ab742
[ "MulanPSL-1.0" ]
5
2019-09-02T04:44:52.000Z
2021-11-08T12:23:51.000Z
src/mplfe/jbc_input/include/jbc_compiler_component.h
MapleSystem/OpenArkCompiler
fc250857642ca38ac8b83ae7486513fadf3ab742
[ "MulanPSL-1.0" ]
2
2020-07-21T01:22:01.000Z
2021-12-06T08:07:16.000Z
src/mplfe/jbc_input/include/jbc_compiler_component.h
MapleSystem/OpenArkCompiler
fc250857642ca38ac8b83ae7486513fadf3ab742
[ "MulanPSL-1.0" ]
4
2019-09-02T04:46:52.000Z
2020-09-10T11:30:03.000Z
/* * Copyright (c) [2020-2021] Huawei Technologies Co.,Ltd.All rights reserved. * * OpenArkCompiler is licensed under Mulan PSL v2. * You can use this software according to the terms and conditions of the Mulan PSL v2. * You may obtain a copy of Mulan PSL v2 at: * * http://license.coscl.org.cn/MulanPSL2 * ...
34.909091
94
0.777995
637dadd2f30562152d5dbce913b21a60f7d8ef0d
2,643
h
C
DataFormats/L1TMuon/interface/OMTF/OmtfCscDataWord64.h
nistefan/cmssw
ea13af97f7f2117a4f590a5e654e06ecd9825a5b
[ "Apache-2.0" ]
3
2018-08-24T19:10:26.000Z
2019-02-19T11:45:32.000Z
DataFormats/L1TMuon/interface/OMTF/OmtfCscDataWord64.h
nistefan/cmssw
ea13af97f7f2117a4f590a5e654e06ecd9825a5b
[ "Apache-2.0" ]
3
2018-08-23T13:40:24.000Z
2019-12-05T21:16:03.000Z
DataFormats/L1TMuon/interface/OMTF/OmtfCscDataWord64.h
nistefan/cmssw
ea13af97f7f2117a4f590a5e654e06ecd9825a5b
[ "Apache-2.0" ]
5
2018-08-21T16:37:52.000Z
2020-01-09T13:33:17.000Z
#ifndef DataFormat_L1TMuon_Omtf_CscDataWord64_H #define DataFormat_L1TMuon_Omtf_CscDataWord64_H #include<iostream> #include "DataFormats/L1TMuon/interface/OMTF/OmtfDataWord64.h" namespace omtf { class CscDataWord64 { public: CscDataWord64(const Word64 & data) : rawData(data) {} CscDataWord64() : rawData(Word64(D...
40.045455
83
0.622399
c0d3669853e42c36f9549e66c3c9328db2408877
3,259
h
C
ASNativeActivity/phoenixas/src/main/cpp/input/connect/joypad_connection.h
playbar/android-ndk
34e79bc1de9caa27faa72f5f1fb4ad3202debdc6
[ "Apache-2.0" ]
1
2017-06-01T01:20:57.000Z
2017-06-01T01:20:57.000Z
ASNativeActivity/phoenixas/src/main/cpp/input/connect/joypad_connection.h
playbar/android-ndk
34e79bc1de9caa27faa72f5f1fb4ad3202debdc6
[ "Apache-2.0" ]
1
2018-07-17T07:09:17.000Z
2018-07-17T07:09:17.000Z
ASNativeActivity/phoenixas/src/main/cpp/input/connect/joypad_connection.h
playbar/android-ndk
34e79bc1de9caa27faa72f5f1fb4ad3202debdc6
[ "Apache-2.0" ]
null
null
null
/* RetroArch - A frontend for libretro. * Copyright (C) 2013-2014 - Jason Fetters * Copyright (C) 2011-2017 - Daniel De Matteis * * RetroArch 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 Found- * ation, eithe...
35.043011
91
0.789506
c0f9cb53b2bda482b0e87a5b3475ef93900c544d
1,110
h
C
WKBCategory/NSDate+wkb/NSDate+wkb.h
a-stupid-wood/WKBCategory
56ffe19802774d1c46974095354309a0cb4f4342
[ "MIT" ]
1
2019-11-03T15:36:43.000Z
2019-11-03T15:36:43.000Z
WKBCategory/NSDate+wkb/NSDate+wkb.h
a-stupid-wood/WKBCategory
56ffe19802774d1c46974095354309a0cb4f4342
[ "MIT" ]
null
null
null
WKBCategory/NSDate+wkb/NSDate+wkb.h
a-stupid-wood/WKBCategory
56ffe19802774d1c46974095354309a0cb4f4342
[ "MIT" ]
null
null
null
// // NSDate+wkb.h // WKBCategory // // Created by 王凯彬 on 2019/11/3. // Copyright © 2019 王凯彬. All rights reserved. // #import <Foundation/Foundation.h> NS_ASSUME_NONNULL_BEGIN @interface NSDate (wkb) @property (nonatomic, copy, readonly) NSString *wkb_year; @property (nonatomic, copy, readonly) NSString *wkb_mon...
25.813953
65
0.73964
77ede3f3ecce4e125454bef5ed93a1eb3bc856e8
416
h
C
src/main/akee/actor/IActorRef.h
shines77/Akee
6b39d0d45455fdc9149618a0b6cf2152e25074b2
[ "MIT" ]
null
null
null
src/main/akee/actor/IActorRef.h
shines77/Akee
6b39d0d45455fdc9149618a0b6cf2152e25074b2
[ "MIT" ]
null
null
null
src/main/akee/actor/IActorRef.h
shines77/Akee
6b39d0d45455fdc9149618a0b6cf2152e25074b2
[ "MIT" ]
1
2017-05-04T18:48:35.000Z
2017-05-04T18:48:35.000Z
#ifndef _AKEE_ACTOR_IACTORREF_H_ #define _AKEE_ACTOR_IACTORREF_H_ #if defined(_MSC_VER) && (_MSC_VER >= 1020) #pragma once #endif #include "akee/actor/ICanTell.h" #include "akee/actor/ISurrogated.h" namespace akee { class ActorPath; class IActorRef : public ICanTell, public ISurrogated { public: virtual Actor...
17.333333
55
0.735577
cb82e211e2b5ca8ff0f4d85abffb7ef187b11743
241
h
C
EmbededData.h
76328/SEA_UP_Computer
27ca725cf838a3395a7da4067edd3a1bd84acb65
[ "MIT" ]
1
2021-12-20T14:08:10.000Z
2021-12-20T14:08:10.000Z
EmbededData.h
76328/SEA_UP_Computer
27ca725cf838a3395a7da4067edd3a1bd84acb65
[ "MIT" ]
null
null
null
EmbededData.h
76328/SEA_UP_Computer
27ca725cf838a3395a7da4067edd3a1bd84acb65
[ "MIT" ]
null
null
null
#pragma once #ifndef EMBEDEDDATA_H #define EMBEDEDDATA_H typedef struct _embededdata EMBEDED_DATA; struct _embededdata { float pos; char cmd; }; bool EmbededDataModuleRegister(EMBEDED_DATA **p); #endif // ! EmbededData_H
16.066667
50
0.738589
cbb0adc6d32683b8e445ec602e7f5feb2e31e6a1
1,228
c
C
rtos/libwwg/src/mcuio.c
iMorphiy/stm32
4a50098e9d5ff6cec3820c147de557b963544c72
[ "MIT" ]
null
null
null
rtos/libwwg/src/mcuio.c
iMorphiy/stm32
4a50098e9d5ff6cec3820c147de557b963544c72
[ "MIT" ]
null
null
null
rtos/libwwg/src/mcuio.c
iMorphiy/stm32
4a50098e9d5ff6cec3820c147de557b963544c72
[ "MIT" ]
null
null
null
/* MCU I/O: UART or USB on STM32 * Warren W. Gay VE3WWG * Sun Apr 30 16:46:11 2017 */ #include <stdarg.h> #include <mcuio.h> static const struct s_mcuio dev_uart1 = { uart1_putc, uart1_puts, uart1_vprintf, uart1_getc, uart1_peek, uart1_gets, uart1_write, uart1_getline }; static const struct s_mcuio dev_uart2 = ...
23.615385
107
0.730456
5b41e30b197307260a998f3b29742ed5bd03831c
1,718
c
C
corewar/libft/srcs/ft_lstdelif.c
fflorens/portofolio42
4368c33460129beaebea0c983a133f717bc9fe13
[ "MIT" ]
null
null
null
corewar/libft/srcs/ft_lstdelif.c
fflorens/portofolio42
4368c33460129beaebea0c983a133f717bc9fe13
[ "MIT" ]
null
null
null
corewar/libft/srcs/ft_lstdelif.c
fflorens/portofolio42
4368c33460129beaebea0c983a133f717bc9fe13
[ "MIT" ]
null
null
null
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstdelif.c :+: :+: :+: ...
35.791667
80
0.361467
e268389036c068096da9f77dbbfb2849baefcb0c
1,858
h
C
include/my.h
iliam-12/CPE_lemin_2019
789ddb683d1eccb39d8818b64ea8f7130c7ad2ba
[ "MIT" ]
null
null
null
include/my.h
iliam-12/CPE_lemin_2019
789ddb683d1eccb39d8818b64ea8f7130c7ad2ba
[ "MIT" ]
null
null
null
include/my.h
iliam-12/CPE_lemin_2019
789ddb683d1eccb39d8818b64ea8f7130c7ad2ba
[ "MIT" ]
null
null
null
/* ** EPITECH PROJECT, 2020 ** CPE_lemin_2019 ** File description: ** my */ #ifndef MY_H_ #define MY_H_ /* ___ INCLUDES ___ */ #include <unistd.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <sys/stat.h> #include <sys/types.h> #include <dirent.h> #include <fcntl.h> /* ___ STRUCTURES ___ */ ...
21.113636
49
0.653929
274ba810874d29b1f0f0614516114238a2174aa8
1,374
h
C
src/CyPhyCriticalityMeter/ComponentConfig.h
lefevre-fraser/openmeta-mms
08f3115e76498df1f8d70641d71f5c52cab4ce5f
[ "MIT" ]
null
null
null
src/CyPhyCriticalityMeter/ComponentConfig.h
lefevre-fraser/openmeta-mms
08f3115e76498df1f8d70641d71f5c52cab4ce5f
[ "MIT" ]
null
null
null
src/CyPhyCriticalityMeter/ComponentConfig.h
lefevre-fraser/openmeta-mms
08f3115e76498df1f8d70641d71f5c52cab4ce5f
[ "MIT" ]
null
null
null
#define RAWCOMPONENT // COM UUID-s, names and ProgID #define TYPELIB_UUID "0268F5DC-6F7B-46B8-9503-703E4F4075BD" #define TYPELIB_NAME "MGA Interpreter TypeLibrary CyPhyCriticalityMeter)" #define COCLASS_UUID "B59C028E-D9FF-4E2E-9D85-D1FBE9E1F6E5" #define COCLASS_NAME "MGA Interpreter CoClass (CyPhyCriticalityMet...
32.714286
74
0.802766
6a7b00af8801f3190a012cdb2c98cc4d53398fa3
255
h
C
MultiThreadingTesting/MultiThreadingTesting/MemDeallocation.h
Lusane/FractalGen
77d7f776542b57561770b3509b440f7fcba99e4f
[ "BSD-3-Clause" ]
null
null
null
MultiThreadingTesting/MultiThreadingTesting/MemDeallocation.h
Lusane/FractalGen
77d7f776542b57561770b3509b440f7fcba99e4f
[ "BSD-3-Clause" ]
null
null
null
MultiThreadingTesting/MultiThreadingTesting/MemDeallocation.h
Lusane/FractalGen
77d7f776542b57561770b3509b440f7fcba99e4f
[ "BSD-3-Clause" ]
null
null
null
#define VERITAS_FACTA 420 #include "MemAllocation.cpp" void RTA_Deallocate(); void TVA_Deallocate(); void RemoveFrac(); void MemDeallocationThreadCreation(); void MemDeallocationThreadDestruction(); void JoinMemDeallocationThreads(); void DeallocateMem();
28.333333
40
0.827451
b9e4b0f63fda95df0a523584e48ab1a7e3c0a373
23,444
c
C
software/sensor/thirdparty/lwip/lwip-port-1.4.1/sam/netif/sam_spi_ksz8851snl.c
ghsecuritylab/project-powerline
6c0ec13bbfc11c3790c506f644db4fe45021440a
[ "MIT" ]
null
null
null
software/sensor/thirdparty/lwip/lwip-port-1.4.1/sam/netif/sam_spi_ksz8851snl.c
ghsecuritylab/project-powerline
6c0ec13bbfc11c3790c506f644db4fe45021440a
[ "MIT" ]
null
null
null
software/sensor/thirdparty/lwip/lwip-port-1.4.1/sam/netif/sam_spi_ksz8851snl.c
ghsecuritylab/project-powerline
6c0ec13bbfc11c3790c506f644db4fe45021440a
[ "MIT" ]
1
2020-03-08T01:50:58.000Z
2020-03-08T01:50:58.000Z
/** * \file * * \brief KSZ8851SNL SAM driver for lwIP. * * Copyright (c) 2013-2015 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are ...
30.32859
96
0.722701
acd6434e7c1becaf56eaf93e45e71bcf5a9d7a33
233
h
C
benchmarks/src/cuda/dragon_li/dragon_li/util/userConfig.h
abca3210/gpgpu-sim_simulations
bf7eaf6e49bf357e0cc2ecfe7e0ff446d88e2691
[ "BSD-2-Clause" ]
28
2017-09-06T21:12:53.000Z
2022-02-16T01:01:55.000Z
benchmarks/src/cuda/dragon_li/dragon_li/util/userConfig.h
abca3210/gpgpu-sim_simulations
bf7eaf6e49bf357e0cc2ecfe7e0ff446d88e2691
[ "BSD-2-Clause" ]
1
2019-10-02T13:56:24.000Z
2019-10-02T13:56:24.000Z
benchmarks/src/cuda/dragon_li/dragon_li/util/userConfig.h
abca3210/gpgpu-sim_simulations
bf7eaf6e49bf357e0cc2ecfe7e0ff446d88e2691
[ "BSD-2-Clause" ]
34
2017-12-14T01:06:58.000Z
2022-02-14T09:40:35.000Z
#pragma once namespace dragon_li { namespace util { class UserConfig { public: bool verbose; bool veryVerbose; UserConfig( bool _verbose, bool _veryVerbose) : verbose(_verbose), veryVerbose(_veryVerbose) {} }; } }
11.095238
31
0.703863
7538a61bf52c8e99d6d5a056cd354359543879cb
3,719
c
C
source/gps.c
sceaj/teensy_track_logger_v2
7120e33bd24000922c06be2367fb11bb4307580b
[ "MIT" ]
null
null
null
source/gps.c
sceaj/teensy_track_logger_v2
7120e33bd24000922c06be2367fb11bb4307580b
[ "MIT" ]
null
null
null
source/gps.c
sceaj/teensy_track_logger_v2
7120e33bd24000922c06be2367fb11bb4307580b
[ "MIT" ]
null
null
null
/* * gps.c * * Created on: Feb 15, 2021 * Author: sceaj * * MIT License * * Copyright (c) 2021 Jeff Rosen * * 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 ...
35.084906
115
0.677333
d4e0e11c17342732136560a9470e3f192857c8d9
2,248
h
C
tetris.h
andreiapanasik/console_tetris
ab44b80b1cd72ca0094d45f73542a30c14e70d81
[ "MIT" ]
null
null
null
tetris.h
andreiapanasik/console_tetris
ab44b80b1cd72ca0094d45f73542a30c14e70d81
[ "MIT" ]
null
null
null
tetris.h
andreiapanasik/console_tetris
ab44b80b1cd72ca0094d45f73542a30c14e70d81
[ "MIT" ]
null
null
null
#ifndef TETRIS_H #define TETRIS_H struct game; /* Funkcja wyczyszcza strumień wejścia */ void areaCleanupIo(); /* Funkcja aktualizuje wyświetlaną informację */ void areaSetIoconfig(); /* Inicjalizacja boiska do gry @param t struktura zawierająca parametry dla gry oraz boiska @param width szerokość boiska @par...
23.663158
79
0.778025
8da47340a6fe99f7b6070904d580682c86bef6eb
708
h
C
XXDownload/Classes/XXDownloadTool.h
XXDownload/XXDownload
fd694c1922c07815cde5b9730376d6c3ac4970cc
[ "MIT" ]
16
2017-06-14T08:52:29.000Z
2018-11-24T09:45:46.000Z
XXDownload/Classes/XXDownloadTool.h
XXDownload/XXDownload
fd694c1922c07815cde5b9730376d6c3ac4970cc
[ "MIT" ]
1
2017-06-21T00:59:15.000Z
2017-06-21T00:59:41.000Z
XXDownload/Classes/XXDownloadTool.h
XXDownload/XXDownload
fd694c1922c07815cde5b9730376d6c3ac4970cc
[ "MIT" ]
4
2017-11-23T01:13:23.000Z
2018-11-08T11:21:11.000Z
// // XXDownloadTool.h // BackgroundDownload // // Created by xby on 2017/6/5. // Copyright © 2017年 wanxue. All rights reserved. // #import <UIKit/UIKit.h> #import "XXDownloadTask.h" #import "XXDownloadTaskDelegate.h" @interface XXDownloadTool: NSObject /** 下载单例工具 @return 下载工具 */ + (instancetype)sharedTool;...
15.391304
64
0.706215
c0923bae4fc199455512605221a07b7a6fc84971
337,199
h
C
dev/ese/src/noncore/interop/exceptions.h
ScriptBox99/Extensible-Storage-Engine
3bcf428c8a041733043e18fd9ae55cffeba307b2
[ "MIT" ]
803
2021-01-30T02:25:26.000Z
2022-03-23T15:50:48.000Z
dev/ese/src/noncore/interop/exceptions.h
ScriptBox99/Extensible-Storage-Engine
3bcf428c8a041733043e18fd9ae55cffeba307b2
[ "MIT" ]
10
2021-01-30T23:45:49.000Z
2021-07-06T22:03:58.000Z
dev/ese/src/noncore/interop/exceptions.h
ScriptBox99/Extensible-Storage-Engine
3bcf428c8a041733043e18fd9ae55cffeba307b2
[ "MIT" ]
49
2021-01-30T11:04:35.000Z
2022-03-24T11:25:10.000Z
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. #pragma once // Auto generated by exceptions.pl using namespace System; using namespace System::Security::Permissions; namespace Microsoft { #if (ESENT) namespace Windows #else namespace Exchange #endif { namespace Isam { // Base error...
35.513323
371
0.668323
0d773432a8323c9325e7a635716463aa4ed4e47f
3,396
h
C
apps/plugins/fractals/cpu_sh7043.h
Rockbox-Chinese-Community/Rockbox-RCC
a701aefe45f03ca391a8e2f1a6e3da1b8774b2f2
[ "BSD-3-Clause" ]
24
2015-03-10T08:43:56.000Z
2022-01-05T14:09:46.000Z
apps/plugins/fractals/cpu_sh7043.h
Rockbox-Chinese-Community/Rockbox-RCC
a701aefe45f03ca391a8e2f1a6e3da1b8774b2f2
[ "BSD-3-Clause" ]
4
2015-07-04T18:15:33.000Z
2018-05-18T05:33:33.000Z
apps/plugins/fractals/cpu_sh7043.h
Rockbox-Chinese-Community/Rockbox-RCC
a701aefe45f03ca391a8e2f1a6e3da1b8774b2f2
[ "BSD-3-Clause" ]
15
2015-01-21T13:58:13.000Z
2020-11-04T04:30:22.000Z
/*************************************************************************** * __________ __ ___. * Open \______ \ ____ ____ | | _\_ |__ _______ ___ * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / * Jukebox | | ( <_> ) \___| < | \_\ ( <_> ...
35.010309
80
0.352179
defd6b41cf482203b77e43d452cd5acd38117f71
4,474
c
C
VirtualBox-5.0.0/src/VBox/GuestHost/OpenGL/util/bufpool.c
egraba/vbox_openbsd
6cb82f2eed1fa697d088cecc91722b55b19713c2
[ "MIT" ]
1
2015-04-30T14:18:45.000Z
2015-04-30T14:18:45.000Z
VirtualBox-5.0.0/src/VBox/GuestHost/OpenGL/util/bufpool.c
egraba/vbox_openbsd
6cb82f2eed1fa697d088cecc91722b55b19713c2
[ "MIT" ]
null
null
null
VirtualBox-5.0.0/src/VBox/GuestHost/OpenGL/util/bufpool.c
egraba/vbox_openbsd
6cb82f2eed1fa697d088cecc91722b55b19713c2
[ "MIT" ]
null
null
null
/* Copyright (c) 2001, Stanford University * All rights reserved * * See the file LICENSE.txt for information on redistributing this software. */ #include "cr_mem.h" #include "cr_error.h" #include "cr_bufpool.h" #include <limits.h> /* * New (version 1.4) buffer pool implementation. * * Now, each buffer in the ...
22.94359
82
0.558784
90847c1cae42bfa941791285f7c46195eb39cdd2
12,017
h
C
include/template_tensors/TemplateTensors.h
fferflo/template_tensors
7c3538356bd0658df6e51e848b09cbe1b2857d31
[ "MIT" ]
null
null
null
include/template_tensors/TemplateTensors.h
fferflo/template_tensors
7c3538356bd0658df6e51e848b09cbe1b2857d31
[ "MIT" ]
null
null
null
include/template_tensors/TemplateTensors.h
fferflo/template_tensors
7c3538356bd0658df6e51e848b09cbe1b2857d31
[ "MIT" ]
null
null
null
#pragma once #ifdef CEREAL_INCLUDED #include <cereal/access.hpp> #endif #include <fstream> #include <iostream> #include <limits> #include <type_traits> #include <utility> #include <mutex> #include <template_tensors/cuda/Cuda.h> #include <template_tensors/util/Array.h> #include <template_tensors/tmp/Reflection.h> #in...
44.672862
95
0.838728
e6406203385961960343eb8f77fec3a7ef0351e8
1,573
h
C
Examples/To do/Image synthesis/RayTracer2010Cpp/RayTracer2010Cpp/array.h
dotnuttx/Alter-Native
9282c7d48a4baae1ea6fd9b102bc6f55ba0e6e95
[ "MIT" ]
119
2015-01-09T14:02:17.000Z
2022-03-09T14:24:21.000Z
Examples/To do/Image synthesis/RayTracer2010Cpp/RayTracer2010Cpp/array.h
dotnuttx/Alter-Native
9282c7d48a4baae1ea6fd9b102bc6f55ba0e6e95
[ "MIT" ]
12
2016-01-15T11:33:32.000Z
2021-06-08T04:57:07.000Z
Examples/To do/Image synthesis/RayTracer2010Cpp/RayTracer2010Cpp/array.h
dotnuttx/Alter-Native
9282c7d48a4baae1ea6fd9b102bc6f55ba0e6e95
[ "MIT" ]
43
2015-01-14T10:59:51.000Z
2022-01-10T23:46:06.000Z
#pragma once #include <assert.h> template <class T> struct Array { Array(){data = 0; s = 0; c = 0;} Array(const Array<T> &a){data = 0; s = 0; c = 0; copy(a);} ~Array(){clear();} T *data; int s, c; void operator=(const Array<T> &a) {copy(a);} void copy(const Array<T> &a) { if (a.s) { resize(a.s); fo...
12.584
59
0.459631
61dcfcd0a01ad5e3f2427fd73f349f62720ab873
420
h
C
Chip/inc/io.h
498143049/smartcar
b1e58dacbe88a883034f48ae008df0b97d108e2a
[ "MIT" ]
null
null
null
Chip/inc/io.h
498143049/smartcar
b1e58dacbe88a883034f48ae008df0b97d108e2a
[ "MIT" ]
null
null
null
Chip/inc/io.h
498143049/smartcar
b1e58dacbe88a883034f48ae008df0b97d108e2a
[ "MIT" ]
null
null
null
/* * File: io.h * Purpose: Serial Input/Output routines * */ #ifndef _IO_H #define _IO_H /********************************************************************/ char in_char(void); void out_char(char); int char_present(void); int printf(const char *, ... ); int sprintf(char *, const ...
14
71
0.37381
fb333b88a2304990544af86067a80c645288bbfc
526
h
C
youth/practise/YourOS/Tinix/chapter5/i/include/proto.h
uivid64/violet_youth
8568c1c22b2dc446d54061474330620f92bd594d
[ "Apache-2.0" ]
null
null
null
youth/practise/YourOS/Tinix/chapter5/i/include/proto.h
uivid64/violet_youth
8568c1c22b2dc446d54061474330620f92bd594d
[ "Apache-2.0" ]
null
null
null
youth/practise/YourOS/Tinix/chapter5/i/include/proto.h
uivid64/violet_youth
8568c1c22b2dc446d54061474330620f92bd594d
[ "Apache-2.0" ]
null
null
null
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ proto.h ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Forrest Yu, 2005 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ ...
37.571429
70
0.328897
59ccb13c398de11c884e22587eeb85e1946cff76
939
h
C
exercises/4.4.2/contact.h
PatrickTrentin88/intro_c-_qt
1d73ef364711fac7b46cd3752258c0273c689835
[ "MIT" ]
null
null
null
exercises/4.4.2/contact.h
PatrickTrentin88/intro_c-_qt
1d73ef364711fac7b46cd3752258c0273c689835
[ "MIT" ]
null
null
null
exercises/4.4.2/contact.h
PatrickTrentin88/intro_c-_qt
1d73ef364711fac7b46cd3752258c0273c689835
[ "MIT" ]
null
null
null
#ifndef __CONTACT_H__ #define __CONTACT_H__ #include <QTextStream> #include <QString> class Contact { public: Contact(QString firstName, QString lastName, QString streetAddress, QString zipCode, QString city, QString phoneNumber); QString toString() const; int getCategory() { return category...
24.710526
72
0.693291
50e33ed89c47f0722e0fec1ee08e0ab1561c026f
445
h
C
device/Passive.h
start-x/startx-src
4f09e6d42af365cd69f8d1ada6e2b2ab4b4f5632
[ "MIT" ]
2
2016-06-30T12:53:45.000Z
2016-06-30T12:53:47.000Z
device/Passive.h
start-x/startx-src
4f09e6d42af365cd69f8d1ada6e2b2ab4b4f5632
[ "MIT" ]
1
2015-04-03T17:01:58.000Z
2015-04-03T17:01:58.000Z
device/Passive.h
start-x/startx-src
4f09e6d42af365cd69f8d1ada6e2b2ab4b4f5632
[ "MIT" ]
null
null
null
#ifndef PASSIVE_H #define PASSIVE_H #include <Device.h> #define PASSIVE_FILENAME "files/passive.txt" /** * Represents all devices which will be serving as data sources */ class Passive : public Device { public: /** * Reads specific char at from a device and returns 0 in case of success or != 0 otherwise */ ...
16.481481
91
0.689888
1cb10b3b79e15db0d024fea442e157932a88a852
772
h
C
pariapse-networking/WebRequestFactories/AbstractWebRequest/WebRequest.h
JeremyVoisin/PeriapseNetworking
482ae487ea1d652fdd82ece6b372caad537af889
[ "MIT" ]
null
null
null
pariapse-networking/WebRequestFactories/AbstractWebRequest/WebRequest.h
JeremyVoisin/PeriapseNetworking
482ae487ea1d652fdd82ece6b372caad537af889
[ "MIT" ]
null
null
null
pariapse-networking/WebRequestFactories/AbstractWebRequest/WebRequest.h
JeremyVoisin/PeriapseNetworking
482ae487ea1d652fdd82ece6b372caad537af889
[ "MIT" ]
null
null
null
// // WebRequest.h // // Created by Jérémy Voisin on 16/09/2015. // Copyright (c) 2015 jeyz. All rights reserved. // #import <Foundation/Foundation.h> #import "WebRequestProtocol.h" #import "NetworkStateHelper.h" #import "NetworkStateObserver.h" #import "WebRequestURLProperty.h" #ifndef WebRequest_h #define WebReq...
26.62069
140
0.778497
2dad6de03183973907910b357447b57500ddf843
1,750
c
C
src/chxj_apache.c
unpush/mod_chxj
b4dc76ad0f5c843c1b250fd0ee4c0616bbc39c48
[ "Apache-2.0" ]
1
2016-05-08T13:23:59.000Z
2016-05-08T13:23:59.000Z
src/chxj_apache.c
unpush/mod_chxj
b4dc76ad0f5c843c1b250fd0ee4c0616bbc39c48
[ "Apache-2.0" ]
null
null
null
src/chxj_apache.c
unpush/mod_chxj
b4dc76ad0f5c843c1b250fd0ee4c0616bbc39c48
[ "Apache-2.0" ]
null
null
null
/* * Copyright (C) 2005-2008 Atsushi Konno All rights reserved. * Copyright (C) 2005 QSDN,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....
22.727273
78
0.740571
1017656a5867164a0c1752325e032c3cbb147366
2,918
h
C
data/shapenet/libvoxelizemesh/timer/timer.h
davidstutz/aml-improved-shape-completion
9337a0421994199fa218d564cc34a7e7af1a275f
[ "Unlicense" ]
9
2018-10-11T08:03:59.000Z
2021-11-17T11:16:07.000Z
icp/timer/timer.h
jtpils/aml-improved-shape-completion
9337a0421994199fa218d564cc34a7e7af1a275f
[ "Unlicense" ]
1
2019-07-08T16:43:53.000Z
2019-11-25T17:08:07.000Z
icp/timer/timer.h
jtpils/aml-improved-shape-completion
9337a0421994199fa218d564cc34a7e7af1a275f
[ "Unlicense" ]
3
2018-07-19T13:06:16.000Z
2020-12-09T00:59:56.000Z
////////////////////////////////////////////////////////////////////////////// // Timer.h // ======= // High Resolution Timer. // This timer is able to measure the elapsed time with 1 micro-second accuracy // in both Windows, Linux and Unix system // // AUTHOR: Song Ho Ahn (song.ahn@gmail.com) // CREATED: 2003-01-13 /...
25.823009
89
0.570596
f4aa0b22e60157b7642e3c91ce6b8f787d463d93
360
h
C
platforms/ios/Weexplugin/Weexplugin/Plugins/nat-stream/WeexNatStream.h
weexjs/weex-plugins
d9396d7c37d9aecbf489571b1c8cc6d5403a8294
[ "MIT" ]
2
2018-03-21T08:10:54.000Z
2018-07-22T02:59:20.000Z
platforms/ios/Weexplugin/Weexplugin/Plugins/nat-stream/WeexNatStream.h
weexjs/weex-plugins
d9396d7c37d9aecbf489571b1c8cc6d5403a8294
[ "MIT" ]
null
null
null
platforms/ios/Weexplugin/Weexplugin/Plugins/nat-stream/WeexNatStream.h
weexjs/weex-plugins
d9396d7c37d9aecbf489571b1c8cc6d5403a8294
[ "MIT" ]
null
null
null
// // WeexNatStream.h // // Created by huangyake on 17/1/7. // Copyright © 2017 Instapp. All rights reserved. // #import <Foundation/Foundation.h> #import <WeexSDK/WeexSDK.h> @protocol WeexNatStreamPro <WXModuleProtocol> - (void)fetch:(NSDictionary *)params :(WXModuleCallback)callback; @end @interface WeexNatSt...
18
65
0.738889
4c2785342f843f117ad5872d95494b9ecd9e1d1b
418
h
C
src/regions/llist.h
magnostherobot/czi-tools
e6fe3f2e078ba794f3dcadabea4265b9ecc9ba7b
[ "BSD-2-Clause" ]
5
2019-04-02T00:56:01.000Z
2022-03-11T06:33:52.000Z
src/regions/llist.h
aly202012/czi-tools
e6fe3f2e078ba794f3dcadabea4265b9ecc9ba7b
[ "BSD-2-Clause" ]
4
2018-09-14T10:00:09.000Z
2019-05-03T19:14:38.000Z
src/regions/llist.h
aly202012/czi-tools
e6fe3f2e078ba794f3dcadabea4265b9ecc9ba7b
[ "BSD-2-Clause" ]
2
2020-11-16T20:46:47.000Z
2021-03-31T12:49:16.000Z
#ifndef _LLIST_H #define _LLIST_H #include <stdbool.h> typedef struct ll_node { void *content; struct ll_node *next; } llist; typedef bool ll_comparator(void *, void *); typedef bool ll_foreach_fn(void *, void*); llist *ll_add_item(llist *list, void *content, ll_comparator *comp); bool ll_foreac...
19
68
0.700957
ad91f9219fb25b436ca600a315b045145079da8a
901
h
C
SiriusClient.h
NiklasWang/Sirius
823f73363984a166124c2c9ffd08bbacfe7f7ee7
[ "Apache-2.0" ]
null
null
null
SiriusClient.h
NiklasWang/Sirius
823f73363984a166124c2c9ffd08bbacfe7f7ee7
[ "Apache-2.0" ]
null
null
null
SiriusClient.h
NiklasWang/Sirius
823f73363984a166124c2c9ffd08bbacfe7f7ee7
[ "Apache-2.0" ]
null
null
null
#ifndef _SIRIUS_CLIENT_H_ #define _SIRIUS_CLIENT_H_ #include "SiriusClientIntf.h" namespace sirius { class SiriusClientImpl; class SiriusClient : public SiriusClientIntf { public: int32_t init(Header &header) override; int32_t onPreviewReady(int32_t w, int32_t h, int32_t stride, int32_t scanlin...
21.452381
72
0.72808
1fcd9e1134aafcff5fe2c94d6db002bae25256e2
2,559
h
C
WVRUIFrame/WVRUIFrame/Core/SQKit/Core/SQCollectionViewDelegate.h
portal-io/portal-ios-midware
371f7ef4f6a390fb56ed508964f69b7b4855c3b8
[ "MIT" ]
null
null
null
WVRUIFrame/WVRUIFrame/Core/SQKit/Core/SQCollectionViewDelegate.h
portal-io/portal-ios-midware
371f7ef4f6a390fb56ed508964f69b7b4855c3b8
[ "MIT" ]
null
null
null
WVRUIFrame/WVRUIFrame/Core/SQKit/Core/SQCollectionViewDelegate.h
portal-io/portal-ios-midware
371f7ef4f6a390fb56ed508964f69b7b4855c3b8
[ "MIT" ]
null
null
null
// // SQCollectionViewDelegate.h // SQCollectionDemo // // Created by qbshen on 16/6/14. // Copyright © 2016年 qbshen. All rights reserved. // #import <UIKit/UIKit.h> @interface SQBaseCollectionViewInfo : NSObject @property (nonatomic) NSString * cellNibName; @property (nonatomic) NSString * cellClassName; @prop...
25.088235
134
0.79406
af37207453d9087c7d7d986a29952da1d4586b07
1,226
c
C
v3/ext/asn1c/Features.c
fotisl/zlint
6bd12988da7f11085e83f9d3bb0933df200d89f0
[ "Apache-2.0" ]
null
null
null
v3/ext/asn1c/Features.c
fotisl/zlint
6bd12988da7f11085e83f9d3bb0933df200d89f0
[ "Apache-2.0" ]
null
null
null
v3/ext/asn1c/Features.c
fotisl/zlint
6bd12988da7f11085e83f9d3bb0933df200d89f0
[ "Apache-2.0" ]
null
null
null
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "TLS-Feature-Module-2015" * found in "asn1/rfc7633-TLS-Feature-Module-2015.asn1" * `asn1c -S /home/fotisl/Projects/revlintsynt/asn1c/skeletons -pdu=all -fwide-types -fcompound-names` */ #include "Features.h" static asn_TYPE_member_t ...
27.244444
103
0.715334
79d84224c243df51c9cb5c47db304e993868d420
320
h
C
HDMap/include/map_api/msg/nav_msgs_GetMapResult.h
1335654481ren/autoparking
a36ffaa1f787329b5e8324beb261059d6c0bd63f
[ "MIT" ]
2
2019-10-16T06:48:35.000Z
2019-10-22T16:06:30.000Z
HDMap/include/map_api/msg/nav_msgs_GetMapResult.h
1335654481ren/autoparking
a36ffaa1f787329b5e8324beb261059d6c0bd63f
[ "MIT" ]
null
null
null
HDMap/include/map_api/msg/nav_msgs_GetMapResult.h
1335654481ren/autoparking
a36ffaa1f787329b5e8324beb261059d6c0bd63f
[ "MIT" ]
1
2019-10-16T08:15:01.000Z
2019-10-16T08:15:01.000Z
#ifndef NAV_MSGS_GETMAPRESULT_H #define NAV_MSGS_GETMAPRESULT_H #include "nav_msgs_OccupancyGrid.h" #include <string> #include <vector> using namespace std; namespace nav_msgs { class GetMapResult { public: GetMapResult() {}; ~GetMapResult() {}; nav_msgs::OccupancyGrid map; }; } // namespace nav_msgs #endif
14.545455
35
0.753125
61256c6c9c947e8589338ba7c1b741b35bcbb4a1
324
c
C
Languages/C/Swap two numbers without using third variable .c
bluey-crypto/Hacktoberfest
c826d5faf1d1c860dbffe665e6a7cf1e35ba76ba
[ "MIT" ]
1
2020-10-03T03:17:03.000Z
2020-10-03T03:17:03.000Z
Languages/C/Swap two numbers without using third variable .c
bluey-crypto/Hacktoberfest
c826d5faf1d1c860dbffe665e6a7cf1e35ba76ba
[ "MIT" ]
1
2020-10-01T18:03:45.000Z
2020-10-01T18:03:45.000Z
Languages/C/Swap two numbers without using third variable .c
bluey-crypto/Hacktoberfest
c826d5faf1d1c860dbffe665e6a7cf1e35ba76ba
[ "MIT" ]
4
2020-10-07T14:58:50.000Z
2020-10-24T10:13:17.000Z
//Swapping two numbers without using additional variables #include<stdio.h> int main() { int a,b; printf("Enter two numbers to be swapped:\n") scanf("%d %d",&a,&b); printf("Before swap a=%d b=%d",a,b); a=a+b; b=a-b; a=a-b; printf("\nAfter swap a=%d b=%d",a,b); return 0; ...
20.25
57
0.54321
056f33f7ff9900bf644c54aa1f23d71127e025ab
4,103
c
C
nitan/d/heimuya/npc/obj/pixie-jian.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
1
2019-03-27T07:25:16.000Z
2019-03-27T07:25:16.000Z
nitan/d/heimuya/npc/obj/pixie-jian.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
nitan/d/heimuya/npc/obj/pixie-jian.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
// pixie-jian.c 辟邪劍法 // Jay 4/5/96 inherit SKILL; string *dodge_msg = ({ "突然之間,白影急幌,$n向後滑出丈餘,立時又回到了原地,躲過了$N這一招。\n", "$n手臂迴轉,在$N手肘下一推,順勢閃到一旁。\n", "$n右手伸出,在$N手腕上迅速無比的一按,順勢跳到一旁。\n", "$n身形飄忽,有如鬼魅,轉了幾轉,移步到$N的身後,躲過了$N這一招。\n", "$N只覺眼前一花,似乎見到$n身形一幌,但隨即又見$n回到原地,卻似從未離開。\n", "$N眼睛...
25.484472
69
0.481599
0579d83e289352d42a3b3bc91cc53741c66b3d98
9,148
h
C
src/tersgen.h
MyersResearchGroup/ATACS
d6eeec63fbc53794f0376592e7357ad08a7dddd1
[ "Apache-2.0" ]
6
2017-03-10T14:55:45.000Z
2021-09-10T10:44:21.000Z
src/tersgen.h
MyersResearchGroup/ATACS
d6eeec63fbc53794f0376592e7357ad08a7dddd1
[ "Apache-2.0" ]
77
2016-11-07T08:44:57.000Z
2018-07-11T03:19:13.000Z
src/tersgen.h
MyersResearchGroup/ATACS
d6eeec63fbc53794f0376592e7357ad08a7dddd1
[ "Apache-2.0" ]
1
2021-09-10T10:44:22.000Z
2021-09-10T10:44:22.000Z
/*****************************************************************************/ /* */ /* Automated Timed Asynchronous Circuit Synthesis (ATACS) */ /* */ ...
50.263736
79
0.365654
ba2c6efd80bee08ead9f7b9c30129b5ff5d33b42
816
h
C
Nanoforge/gui/MenuItem.h
Moneyl/Nanoforge
8fb24f6033d2c50496960ff0c00b48bf80b90b14
[ "MIT" ]
18
2020-11-15T00:30:37.000Z
2021-12-02T23:32:58.000Z
Nanoforge/gui/MenuItem.h
Moneyl/Nanoforge
8fb24f6033d2c50496960ff0c00b48bf80b90b14
[ "MIT" ]
15
2021-06-09T15:31:10.000Z
2022-01-02T07:52:45.000Z
Nanoforge/gui/MenuItem.h
Moneyl/Nanoforge
8fb24f6033d2c50496960ff0c00b48bf80b90b14
[ "MIT" ]
null
null
null
#pragma once #include "common/Typedefs.h" #include "IGuiPanel.h" #include <vector> struct MenuItem { string Text; std::vector<MenuItem> Items = {}; //Todo: Must update if we resize MainGui::panels_. Currently do not do this Handle<IGuiPanel> panel = nullptr; MenuItem* GetItem(std::string_view text...
20.4
79
0.480392
d571086068a9b19177a8d5055744976baf0ca440
4,810
h
C
Headers/Frameworks/Flexo/MXFMedia.h
CommandPost/FinalCutProFrameworks
d98b00ff0c84af80942d71514e9238d624aca50a
[ "MIT" ]
3
2020-11-19T10:04:02.000Z
2021-10-02T17:25:21.000Z
Headers/Frameworks/Flexo/MXFMedia.h
CommandPost/FinalCutProFrameworks
d98b00ff0c84af80942d71514e9238d624aca50a
[ "MIT" ]
null
null
null
Headers/Frameworks/Flexo/MXFMedia.h
CommandPost/FinalCutProFrameworks
d98b00ff0c84af80942d71514e9238d624aca50a
[ "MIT" ]
null
null
null
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Mar 11 2021 20:53:35). // // Copyright (C) 1997-2019 Steve Nygard. // #import <objc/NSObject.h> #import <Flexo/HPMMediaProtocol-Protocol.h> @class NSString; __attribute__((visibility("hidden"))) @interface MXFMedia : NSObject <HPMMediaProtocol>...
50.104167
207
0.796466
8451b2cd1f7abf231c5635760e208702e0ac1f43
2,158
c
C
Openharmony v1.0/third_party/ltp/testcases/kernel/syscalls/mlock2/mlock203.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/mlock2/mlock203.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/mlock2/mlock203.c
dawmlight/vendor_oh_fun
bc9fb50920f06cd4c27399f60076f5793043c77d
[ "Apache-2.0" ]
null
null
null
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (c) 2018 FUJITSU LIMITED. All rights reserved. * Author: Xiao Yang <yangx.jy@cn.fujitsu.com> */ /* * Description: * If one memory is already locked by mlock2() with MLOCK_ONFAULT and then * it is locked again by mlock()(or mlock2() without MLOCK_ONFAULT)...
23.204301
107
0.679796
c535fc462be76604c5d4a9220ce16d749831dbae
1,212
h
C
development/C++/src/client/Ae/ClientAeAttribute.h
Movares/OPC-Classic-SDK
65e022dd4ccf20bbdacdfc49cac23bd99d773b98
[ "MIT" ]
19
2021-05-19T11:03:57.000Z
2022-03-18T06:53:48.000Z
development/C++/src/client/Ae/ClientAeAttribute.h
Movares/OPC-Classic-SDK
65e022dd4ccf20bbdacdfc49cac23bd99d773b98
[ "MIT" ]
8
2021-04-26T10:47:20.000Z
2022-03-15T11:25:07.000Z
development/C++/src/client/Ae/ClientAeAttribute.h
Movares/OPC-Classic-SDK
65e022dd4ccf20bbdacdfc49cac23bd99d773b98
[ "MIT" ]
11
2021-05-28T06:35:20.000Z
2022-03-31T14:07:25.000Z
#ifndef _CLIENTAEATTRIBUTE_H_ #define _CLIENTAEATTRIBUTE_H_ #include "../ClientEnums.h" #include "../../Enums.h" #ifdef WIN64 #pragma pack(push,8) #else #pragma pack(push,4) #endif namespace SoftingOPCToolboxClient { class TBC_EXPORT AeAttribute { private: protected: unsigned long m_id; tstring m_description;...
14.60241
43
0.69967
d59f5753ce33c762e00cc685ee17cb2336ebf624
127
h
C
Simplified/NYPLOPDSAttribute.h
datalogics-tsmith/Simplified-iOS
2822295486f3f4901ce65731bcd30dd77b9ed003
[ "Apache-2.0" ]
null
null
null
Simplified/NYPLOPDSAttribute.h
datalogics-tsmith/Simplified-iOS
2822295486f3f4901ce65731bcd30dd77b9ed003
[ "Apache-2.0" ]
1
2021-08-04T12:29:05.000Z
2021-08-04T12:29:05.000Z
Simplified/NYPLOPDSAttribute.h
datalogics-tsmith/Simplified-iOS
2822295486f3f4901ce65731bcd30dd77b9ed003
[ "Apache-2.0" ]
3
2016-11-08T20:22:53.000Z
2021-08-04T12:28:03.000Z
BOOL NYPLOPDSAttributeKeyStringIsActiveFacet(NSString *string); BOOL NYPLOPDSAttributeKeyStringIsFacetGroup(NSString *string);
42.333333
63
0.889764
22ef4d4bb777bddd4d47318cafdffdbad0479ef3
29,737
c
C
Driver/OID/OIDRequest.c
cloudbase/openvswitch-hyperv-kernel
25bf7b34107f4c2d4f5ac5846112f78e3769a2bc
[ "Apache-2.0" ]
6
2015-05-30T21:51:50.000Z
2019-06-27T07:56:32.000Z
Driver/OID/OIDRequest.c
cloudbase/openvswitch-hyperv-kernel
25bf7b34107f4c2d4f5ac5846112f78e3769a2bc
[ "Apache-2.0" ]
null
null
null
Driver/OID/OIDRequest.c
cloudbase/openvswitch-hyperv-kernel
25bf7b34107f4c2d4f5ac5846112f78e3769a2bc
[ "Apache-2.0" ]
3
2016-01-26T03:35:19.000Z
2018-04-12T03:13:45.000Z
/* Copyright 2014 Cloudbase Solutions Srl 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 in writing, sof...
32.822296
162
0.718566
831f056ff523e18b33cd622f4c90823903f3446f
6,069
h
C
gpac-0.7.1/src/compositor/mpeg4_grouping.h
xu5343/ffmpegtoolkit_CentOS7
974496c709a1c8c69034e46ae5ce7101cf03716f
[ "Apache-2.0" ]
null
null
null
gpac-0.7.1/src/compositor/mpeg4_grouping.h
xu5343/ffmpegtoolkit_CentOS7
974496c709a1c8c69034e46ae5ce7101cf03716f
[ "Apache-2.0" ]
null
null
null
gpac-0.7.1/src/compositor/mpeg4_grouping.h
xu5343/ffmpegtoolkit_CentOS7
974496c709a1c8c69034e46ae5ce7101cf03716f
[ "Apache-2.0" ]
1
2021-04-15T18:27:37.000Z
2021-04-15T18:27:37.000Z
/* * GPAC - Multimedia Framework C SDK * * Authors: Jean Le Feuvre * Copyright (c) Telecom ParisTech 2000-2012 * All rights reserved * * This file is part of GPAC / Scene Compositor sub-project * * GPAC is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser...
30.807107
177
0.756138
7ed88aca80c5b6ca4a96b9733f26febe57072049
10,087
c
C
Tweaks/sm64ios/sm64ios/Applications/sm64ios.app/textures/grass/wf_textures.09800.rgba16.inc.c
xxthepersonx/repo
c7f535be4a04a7a1c3117566941d7ffc9c0812fe
[ "MIT" ]
null
null
null
Tweaks/sm64ios/sm64ios/Applications/sm64ios.app/textures/grass/wf_textures.09800.rgba16.inc.c
xxthepersonx/repo
c7f535be4a04a7a1c3117566941d7ffc9c0812fe
[ "MIT" ]
null
null
null
Tweaks/sm64ios/sm64ios/Applications/sm64ios.app/textures/grass/wf_textures.09800.rgba16.inc.c
xxthepersonx/repo
c7f535be4a04a7a1c3117566941d7ffc9c0812fe
[ "MIT" ]
null
null
null
0x39,0xCD,0x5A,0x53,0x29,0x9,0x31,0x8B,0x52,0x51,0x21,0x7,0x31,0x49,0x5A,0x93,0x4A,0xF,0x5A,0x93,0x18,0x41,0x7B,0x9D,0x62,0xD5,0x18,0x85,0x31,0x4B,0x6A,0xD5,0x18,0xC7,0x83,0x59,0xAC,0xE7,0x7B,0x5B,0xBD,0xAF,0x39,0x8B,0x21,0x7,0x4A,0xF,0x5A,0x93,0x62,0xD3,0x4A,0xF,0x31,0x8D,0x5A,0x93,0x39,0x49,0x39,0x8D,0x39,0xCF,0x8C,0...
5,043.5
10,086
0.796867
7d218dfd7d1f938ed3208fdc46b3d133bb385c47
352
h
C
src/utility/bitmaps.h
influenza/c8
2cc34f384cedce9626e76be8ea22e5967db1b69b
[ "BSD-3-Clause" ]
null
null
null
src/utility/bitmaps.h
influenza/c8
2cc34f384cedce9626e76be8ea22e5967db1b69b
[ "BSD-3-Clause" ]
null
null
null
src/utility/bitmaps.h
influenza/c8
2cc34f384cedce9626e76be8ea22e5967db1b69b
[ "BSD-3-Clause" ]
null
null
null
#ifndef BITMAPS_H_ #define BITMAPS_H_ #include "globals.h" typedef struct { size_t width; size_t height; char depth; char has_alpha; // Caller must free this! GLfloat* bmp_data; } bmp_info; typedef struct { sd_result (* read_bitmap)(const char* resource_path, bmp_info** out); } bitmaps_struct; extern ...
16
71
0.732955
e0f94ddbe87ed42e89ce95683e6a7b162f9b7e8b
14,593
c
C
src/server/security-server-cookie.c
tizenorg/framework.security.security-server
37a81afa64c4c8f022af8d7977cc1cb69a8ca842
[ "Apache-2.0" ]
null
null
null
src/server/security-server-cookie.c
tizenorg/framework.security.security-server
37a81afa64c4c8f022af8d7977cc1cb69a8ca842
[ "Apache-2.0" ]
null
null
null
src/server/security-server-cookie.c
tizenorg/framework.security.security-server
37a81afa64c4c8f022af8d7977cc1cb69a8ca842
[ "Apache-2.0" ]
null
null
null
/* * security-server * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd All Rights Reserved * * Contact: Bumjin Im <bj.im@samsung.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...
23.844771
102
0.631399
cc17dcf78986f55a22ec293b39c97c16774421f3
5,762
c
C
usart/usart.c
obeny/ehal
846f9f68e1503d423ad22194364482de3b3eb04b
[ "MIT" ]
null
null
null
usart/usart.c
obeny/ehal
846f9f68e1503d423ad22194364482de3b3eb04b
[ "MIT" ]
null
null
null
usart/usart.c
obeny/ehal
846f9f68e1503d423ad22194364482de3b3eb04b
[ "MIT" ]
null
null
null
/*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Fre...
31.145946
114
0.543041
cc2a5d8c515c533a23d4b7e808a6b750190e1c6d
2,452
c
C
examples/ini_example.c
dbj-data/inih
0337e41dc2fe314bc7370a5812ea3b7b6f6c47b8
[ "BSD-3-Clause-Clear" ]
null
null
null
examples/ini_example.c
dbj-data/inih
0337e41dc2fe314bc7370a5812ea3b7b6f6c47b8
[ "BSD-3-Clause-Clear" ]
null
null
null
examples/ini_example.c
dbj-data/inih
0337e41dc2fe314bc7370a5812ea3b7b6f6c47b8
[ "BSD-3-Clause-Clear" ]
null
null
null
/* Example: parse a simple configuration file */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include "../ini.h" #include "../value_parsers.h" typedef struct { int version; bool active; const char* name; const char* email; float pi; } configuration; /* DBJ: there is no ini file in memory it is si...
23.576923
90
0.630914