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
3656ad1f1d3e9d6263375d3d8fe88f0fdd8e0652
5,760
c
C
C/read_bincl.c
servesh/alcl
221578ccb6731b14b8e4d11c94dc8f2dbbb7f9f1
[ "Unlicense" ]
null
null
null
C/read_bincl.c
servesh/alcl
221578ccb6731b14b8e4d11c94dc8f2dbbb7f9f1
[ "Unlicense" ]
null
null
null
C/read_bincl.c
servesh/alcl
221578ccb6731b14b8e4d11c94dc8f2dbbb7f9f1
[ "Unlicense" ]
null
null
null
// Includes #include <stdio.h> #include <CL/cl.h> #include "./cl_utils.h" int main(int argc, char* argv[]) { cl_int err; if (argc < 5) exit_msg("Not enought arguments."); // _ _ _ // |_) | _. _|_ _|_ _ ._ ._ _ () | \ _ o _ _ // | | (_| ...
35.121951
179
0.584201
cfce07d5a13376fcb663807a20ecc0031781b747
1,054
c
C
corewar/src/create_champion/create_list_champion.c
FlorianMarcon/CPE_corewar
26b2cfb24604d89ee2ca4ede4aa1411a94b6e646
[ "MIT" ]
null
null
null
corewar/src/create_champion/create_list_champion.c
FlorianMarcon/CPE_corewar
26b2cfb24604d89ee2ca4ede4aa1411a94b6e646
[ "MIT" ]
null
null
null
corewar/src/create_champion/create_list_champion.c
FlorianMarcon/CPE_corewar
26b2cfb24604d89ee2ca4ede4aa1411a94b6e646
[ "MIT" ]
null
null
null
/* ** EPITECH PROJECT, 2017 ** create_list_champion ** File description: ** create_list_champion */ #include "header_corewar.h" #include "my.h" linked_list_t *add_in_list_champion(linked_list_t *list, char *path, int load_address, int *nb) { int number = *nb; champion_t *champ; champ = create_champion(numbe...
21.510204
68
0.63852
322397a66cbbd9c3d9a57f45d7f07603bbbfef92
1,490
c
C
core/bus_center/lnn/net_builder/src/lnn_node_weight.c
czy0538/ohos_dsoftbus_read
f38516f077f147fa835b0ad22c2733d385d91517
[ "Apache-2.0" ]
null
null
null
core/bus_center/lnn/net_builder/src/lnn_node_weight.c
czy0538/ohos_dsoftbus_read
f38516f077f147fa835b0ad22c2733d385d91517
[ "Apache-2.0" ]
null
null
null
core/bus_center/lnn/net_builder/src/lnn_node_weight.c
czy0538/ohos_dsoftbus_read
f38516f077f147fa835b0ad22c2733d385d91517
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
29.215686
86
0.712752
2c976e000307eed09f7889766552c43b32574215
312
h
C
src/app_constants.h
pghalliday/bitpin
af68c8202ae5c1c4baabf3fa9bffcbfc3c93c1a3
[ "MIT" ]
null
null
null
src/app_constants.h
pghalliday/bitpin
af68c8202ae5c1c4baabf3fa9bffcbfc3c93c1a3
[ "MIT" ]
null
null
null
src/app_constants.h
pghalliday/bitpin
af68c8202ae5c1c4baabf3fa9bffcbfc3c93c1a3
[ "MIT" ]
1
2021-09-23T16:29:17.000Z
2021-09-23T16:29:17.000Z
#ifndef APP_CONSTANTS_H__ #define APP_CONSTANTS_H__ #include "bip39_constants.h" #define APP_MNEMONIC_PREFIX "mnemonic:" #define APP_MNEMONIC_PREFIX_LENGTH (sizeof(APP_MNEMONIC_PREFIX) - 1) #define APP_PREFIXED_MNEMONIC_MAX_SIZE (MNEMONIC_MAX_SIZE + APP_MNEMONIC_PREFIX_LENGTH) char * app_init(void); #endif
24
87
0.833333
1921e137e651a5867cd025a01b86e27f6fc964a3
379
h
C
loadMNIST.h
phy710/loadMNIST-Cpp
c8c6a1154d834e109a3787729ea5d6d401a1acb3
[ "Apache-2.0" ]
null
null
null
loadMNIST.h
phy710/loadMNIST-Cpp
c8c6a1154d834e109a3787729ea5d6d401a1acb3
[ "Apache-2.0" ]
null
null
null
loadMNIST.h
phy710/loadMNIST-Cpp
c8c6a1154d834e109a3787729ea5d6d401a1acb3
[ "Apache-2.0" ]
null
null
null
#pragma once #include <iostream> #include <fstream> #include <string> #include <vector> #include <stdio.h> using namespace std; bool loadMNISTImages(string fileName, vector<vector<unsigned char>> &images); bool loadMNISTLabels(string fileName, vector<char> &labels); void showMNIST(vector<vector<unsigned char>> &images,...
31.583333
88
0.770449
d0748f659ef3841b6a368f5665067f00106f51c9
13,175
h
C
models/lnd/clm/src/iac/giac/gcam/cvs/objects/technologies/include/production_technology.h
E3SM-Project/iESM
2a1013a3d85a11d935f1b2a8187a8bbcd75d115d
[ "BSD-3-Clause-LBNL" ]
9
2018-05-15T02:10:40.000Z
2020-01-10T18:27:31.000Z
models/lnd/clm/src/iac/giac/gcam/cvs/objects/technologies/include/production_technology.h
zhangyue292/iESM
2a1013a3d85a11d935f1b2a8187a8bbcd75d115d
[ "BSD-3-Clause-LBNL" ]
3
2018-10-12T18:41:56.000Z
2019-11-12T15:18:49.000Z
models/lnd/clm/src/iac/giac/gcam/cvs/objects/technologies/include/production_technology.h
zhangyue292/iESM
2a1013a3d85a11d935f1b2a8187a8bbcd75d115d
[ "BSD-3-Clause-LBNL" ]
3
2018-05-15T02:10:33.000Z
2021-04-06T17:45:49.000Z
#ifndef _PRODUCTION_TECHNOLOGY_H_ #define _PRODUCTION_TECHNOLOGY_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER TH...
46.390845
114
0.670285
ecf96ef82429e4bfe0aaa85a70ed33067a4eb3d3
2,286
h
C
include/swift/Threading/Thread.h
xjc90s/swift
cafe5ccbd1b7aa9cc9c837c5be2cdf3d5acd8a49
[ "Apache-2.0" ]
1
2022-03-15T08:31:21.000Z
2022-03-15T08:31:21.000Z
include/swift/Threading/Thread.h
xjc90s/swift
cafe5ccbd1b7aa9cc9c837c5be2cdf3d5acd8a49
[ "Apache-2.0" ]
null
null
null
include/swift/Threading/Thread.h
xjc90s/swift
cafe5ccbd1b7aa9cc9c837c5be2cdf3d5acd8a49
[ "Apache-2.0" ]
null
null
null
//===--- Thread.h - Thread abstraction ------------------------ -*- C++ -*-===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2022 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/LICENSE....
28.222222
80
0.651794
10c88c7c5f4dc689a6320cc20a079c618fab5791
484
c
C
C/code case/code case 175.c
amazing-2020/pdf
8cd3f5f510a1c1ed89b51b1354f4f8c000c5b24d
[ "Apache-2.0" ]
3
2021-01-01T13:08:24.000Z
2021-02-03T09:27:56.000Z
C/code case/code case 175.c
amazing-2020/pdf
8cd3f5f510a1c1ed89b51b1354f4f8c000c5b24d
[ "Apache-2.0" ]
null
null
null
C/code case/code case 175.c
amazing-2020/pdf
8cd3f5f510a1c1ed89b51b1354f4f8c000c5b24d
[ "Apache-2.0" ]
null
null
null
#include <stdio.h> #include <string.h> int main(void) { int a=12021; char s[10] = {'\0'}, s1[10] = {'\0'}; sprintf(s, "%d", a); int n=strlen(s); int j=0; for (int i=n-1; i>=0; i--) { s1[j++] = s[i]; printf("%2d", i); } printf("%s %s \n", s, s1); if (!strcmp(s, s1))...
21.043478
53
0.452479
10e78d41329a211839424b3a3ea2ed8012262b6a
6,015
c
C
sdsoc/hash/SDDebug/_sds/swstubs/portinfo.c
chris-wood/yield
61f2bf399e98bbb0bc9107cdc58ae1e18d02231c
[ "MIT" ]
null
null
null
sdsoc/hash/SDDebug/_sds/swstubs/portinfo.c
chris-wood/yield
61f2bf399e98bbb0bc9107cdc58ae1e18d02231c
[ "MIT" ]
null
null
null
sdsoc/hash/SDDebug/_sds/swstubs/portinfo.c
chris-wood/yield
61f2bf399e98bbb0bc9107cdc58ae1e18d02231c
[ "MIT" ]
null
null
null
/* File: C:/Users/sskalick/Xilinx/hash/hash/SDDebug/_sds/p0/.cf_work/portinfo.c */ #include "cf_lib.h" #include "cf_request.h" #include "devreg.h" #include "portinfo.h" #include "stdio.h" // for printf #include "xlnk_core_cf.h" #include "accel_info.h" #include "axi_lite_dm.h" #include "zero_copy_dm.h" ...
27.847222
83
0.697922
43ea5359e0114fb4b7b7f2343f14759b1df2924a
1,817
h
C
Unreal/Plugins/AirSim/Source/Vehicles/ComputerVision/ComputerVisionPawn.h
aszego/AirSim
74fb9108e7a8426a17fd4ad3a34d97fe070cc35e
[ "MIT" ]
1
2021-09-27T13:37:49.000Z
2021-09-27T13:37:49.000Z
Unreal/Plugins/AirSim/Source/Vehicles/ComputerVision/ComputerVisionPawn.h
aszego/AirSim
74fb9108e7a8426a17fd4ad3a34d97fe070cc35e
[ "MIT" ]
1
2018-06-27T13:08:46.000Z
2018-06-27T13:08:46.000Z
Unreal/Plugins/AirSim/Source/Vehicles/ComputerVision/ComputerVisionPawn.h
aszego/AirSim
74fb9108e7a8426a17fd4ad3a34d97fe070cc35e
[ "MIT" ]
1
2020-01-14T02:12:48.000Z
2020-01-14T02:12:48.000Z
#pragma once #include "CoreMinimal.h" #include "UObject/ConstructorHelpers.h" #include "physics/Kinematics.hpp" #include "common/AirSimSettings.hpp" #include "AirBlueprintLib.h" #include "api/VehicleSimApiBase.hpp" #include "common/common_utils/UniqueValueMap.hpp" #include "PawnEvents.h" #include "PIPCamera.h" #inclu...
30.283333
158
0.766098
a15142ea9fe0ab805f157082ada923567f696faf
95
h
C
main/interface/uart/web3/web3_http.h
chesterliliang/esp-at
9ed19a5c100597c839c9548724ea3b429bb2eb63
[ "MIT-0" ]
null
null
null
main/interface/uart/web3/web3_http.h
chesterliliang/esp-at
9ed19a5c100597c839c9548724ea3b429bb2eb63
[ "MIT-0" ]
null
null
null
main/interface/uart/web3/web3_http.h
chesterliliang/esp-at
9ed19a5c100597c839c9548724ea3b429bb2eb63
[ "MIT-0" ]
null
null
null
#include "web3_inc.h" uint32_t http_post(const char* url, const char* post_data, char* result);
47.5
73
0.768421
bd98be79eca9bfb6adaf5ca22c691d06d9cea93a
388
h
C
CartoonWorld/CartoonWorld/Models/SearchHotModel.h
luo6luo/CartoonWorld
f4cab1eeff3d85fccd4ea6ba370a47a763df5291
[ "MIT" ]
3
2018-12-11T10:35:01.000Z
2019-05-09T09:03:33.000Z
CartoonWorld/CartoonWorld/Models/SearchHotModel.h
luo6luo/CartoonWorld
f4cab1eeff3d85fccd4ea6ba370a47a763df5291
[ "MIT" ]
null
null
null
CartoonWorld/CartoonWorld/Models/SearchHotModel.h
luo6luo/CartoonWorld
f4cab1eeff3d85fccd4ea6ba370a47a763df5291
[ "MIT" ]
2
2018-01-02T02:58:48.000Z
2019-05-09T09:03:34.000Z
// // SearchHotModel.h // CartoonWorld // // Created by dundun on 2017/11/6. // Copyright © 2017年 顿顿. All rights reserved. // #import <Foundation/Foundation.h> @interface SearchHotModel : NSObject @property (nonatomic, strong) NSString *bgColor; // 字体颜色 @property (nonatomic, assign) NSInteger search_num; // 搜...
21.555556
59
0.703608
311968c27f24a06b13a3a29280253783b072d044
680
h
C
iOS/UnityTapticPlugin.h
SoyYuma/unity-taptic-plugin
0f5df6c82140d8f831094e1b9f544af3e82908af
[ "MIT" ]
null
null
null
iOS/UnityTapticPlugin.h
SoyYuma/unity-taptic-plugin
0f5df6c82140d8f831094e1b9f544af3e82908af
[ "MIT" ]
null
null
null
iOS/UnityTapticPlugin.h
SoyYuma/unity-taptic-plugin
0f5df6c82140d8f831094e1b9f544af3e82908af
[ "MIT" ]
null
null
null
// // UnityTapticPlugin.h // unity-taptic-plugin // // Created by Koki Ibukuro on 12/6/16. // Modified by Ale Cámara in 2019. // // Licensed under MIT License. // See LICENSE in root directory. // #ifndef UnityTapticPlugin_h #define UnityTapticPlugin_h #import <UIKit/UIKit.h> @interface UnityTapticPlugin : NSO...
20.606061
63
0.739706
236e7277ca513774a11ae20cbb3e13d2f475f698
13,370
h
C
libminifi/include/core/state/nodes/DeviceInformation.h
dtrodrigues/nifi-minifi-cpp
87147e2dffcda6cc6e4e0510a57cc88011fda37f
[ "Apache-2.0", "OpenSSL" ]
113
2016-04-30T15:00:13.000Z
2022-03-26T20:42:58.000Z
libminifi/include/core/state/nodes/DeviceInformation.h
dtrodrigues/nifi-minifi-cpp
87147e2dffcda6cc6e4e0510a57cc88011fda37f
[ "Apache-2.0", "OpenSSL" ]
688
2016-04-28T17:52:38.000Z
2022-03-29T07:58:05.000Z
libminifi/include/core/state/nodes/DeviceInformation.h
dtrodrigues/nifi-minifi-cpp
87147e2dffcda6cc6e4e0510a57cc88011fda37f
[ "Apache-2.0", "OpenSSL" ]
104
2016-04-28T15:20:51.000Z
2022-03-01T13:39:20.000Z
/** * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you ...
29.449339
194
0.672401
03c761e754ef2cdc18f65253dec93f90b6088d04
4,098
h
C
RecvMsg.h
JakeMont/OpenBFDD
841b82ce9562175843e21bcb26f194a12e399a54
[ "BSD-3-Clause" ]
null
null
null
RecvMsg.h
JakeMont/OpenBFDD
841b82ce9562175843e21bcb26f194a12e399a54
[ "BSD-3-Clause" ]
null
null
null
RecvMsg.h
JakeMont/OpenBFDD
841b82ce9562175843e21bcb26f194a12e399a54
[ "BSD-3-Clause" ]
null
null
null
/************************************************************** * Copyright (c) 2011, Dynamic Network Services, Inc. * Jake Montgomery (jmontgomery@dyn.com) & Tom Daly (tom@dyn.com) * Distributed under the FreeBSD License - see LICENSE ***************************************************************/ #pragma once #incl...
29.271429
107
0.588336
ea824dc3ac01377c4560ff72593f41a5d1378749
22,238
c
C
test/performance-regression/full-apps/hpcc-1.5.0/PTRANS/cblacslt.c
FeiyangJin/hclib
d23c850dce914e2d80cae733670820812a1edeee
[ "BSD-3-Clause" ]
55
2015-07-28T01:32:58.000Z
2022-02-27T16:27:46.000Z
test/performance-regression/full-apps/hpcc-1.5.0/PTRANS/cblacslt.c
FeiyangJin/hclib
d23c850dce914e2d80cae733670820812a1edeee
[ "BSD-3-Clause" ]
66
2015-06-15T20:38:19.000Z
2020-08-26T00:11:43.000Z
test/performance-regression/full-apps/hpcc-1.5.0/PTRANS/cblacslt.c
FeiyangJin/hclib
d23c850dce914e2d80cae733670820812a1edeee
[ "BSD-3-Clause" ]
26
2015-10-26T22:11:51.000Z
2021-03-02T22:09:15.000Z
/* -*- mode: C; tab-width: 2; indent-tabs-mode: nil; -*- */ /* cblacslt.c -- V0.0 Stripped-down BLACS routines -- University of Tennessee, October, 2003 Written by Piotr Luszczek. */ #include <hpcc.h> #include <mpi.h> #include "cblacslt.h" #define DPRN(i,v) do{printf(__FILE__ "(%d)@%d:" #v "=%g\n",__LINE__,i,(do...
29.183727
122
0.616737
c189dec44ed642b239aeccdd04dff723ff123eaa
304
h
C
TMTTabBar/Styles/TMTTabBarStyle.h
TobiasMende/TMTTabBar
172b6158a1cda4a11ade12fbae8d0a71b48d4d78
[ "MIT" ]
9
2015-12-24T10:54:07.000Z
2020-07-06T08:57:10.000Z
TMTTabBar/Styles/TMTTabBarStyle.h
TobiasMende/TMTTabBar
172b6158a1cda4a11ade12fbae8d0a71b48d4d78
[ "MIT" ]
10
2015-11-08T09:50:16.000Z
2015-11-10T07:10:37.000Z
TMTTabBar/Styles/TMTTabBarStyle.h
TobiasMende/TMTTabBar
172b6158a1cda4a11ade12fbae8d0a71b48d4d78
[ "MIT" ]
null
null
null
// // Created by Tobias Mende on 27.10.15. // Copyright (c) 2015 Tobias Mende. All rights reserved. // #import <Cocoa/Cocoa.h> @interface TMTTabBarStyle : NSObject @property NSColor* backgroundColor; @property CGFloat addButtonSpacing; @property BOOL shouldShowAddButton; - (instancetype)init; @end
17.882353
56
0.753289
1e8324e49b64dc746c11e06330c085c5b5aa4260
24,402
h
C
Validation/pyFrame3DD-master/gcc-master/gcc/common/config/i386/cpuinfo.h
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/common/config/i386/cpuinfo.h
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/common/config/i386/cpuinfo.h
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
/* Get CPU type and Features for x86 processors. Copyright (C) 2012-2020 Free Software Foundation, Inc. Contributed by Sriraman Tallam (tmsriram@google.com) This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by ...
27.417978
72
0.655233
e7a831fcfb9df118e5fa94919f74b1ca1dfcb328
1,974
c
C
chapter08/8.31.c
kaiiak/APUE
5c0606a031bdf290a266c7192f70d3683fce4635
[ "MIT" ]
3
2017-06-14T05:21:36.000Z
2018-02-10T01:58:41.000Z
chapter08/8.31.c
kaiiak/APUE
5c0606a031bdf290a266c7192f70d3683fce4635
[ "MIT" ]
null
null
null
chapter08/8.31.c
kaiiak/APUE
5c0606a031bdf290a266c7192f70d3683fce4635
[ "MIT" ]
null
null
null
#include "apue.h" #include <sys/times.h> static void pr_times(clock_t, struct tms *, struct tms *); static void do_cmd(char *); void pr_exit(int status) { if(WIFEXITED(status)) printf("normal termination, exit status = %d\n", WEXITSTATUS(status)); else if(WIFSIGNALED(status)) pri...
30.369231
67
0.614995
1b33f973f35ffb451d4fa44971eeb6b8c730b3bd
5,345
h
C
src/atlas/domain/Domain.h
wdeconinck/atlas
8949d2b362b9b5431023a967bcf4ca84f6b8ce05
[ "Apache-2.0" ]
3
2021-08-17T03:08:45.000Z
2021-09-09T09:22:54.000Z
src/atlas/domain/Domain.h
pmarguinaud/atlas
7e0a1251685e07a5dcccc84f4d9251d5a066e2ee
[ "Apache-2.0" ]
62
2020-10-21T15:27:38.000Z
2022-03-28T12:42:43.000Z
src/atlas/domain/Domain.h
pmarguinaud/atlas
7e0a1251685e07a5dcccc84f4d9251d5a066e2ee
[ "Apache-2.0" ]
1
2021-03-10T19:19:08.000Z
2021-03-10T19:19:08.000Z
/* * (C) Copyright 2013 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...
29.694444
119
0.566324
29cb2e1f68ffc531e0ab39e6d5ab9c1341fcb454
1,996
h
C
GWToolboxdll/Windows/HotkeysWindow.h
franneck94/GWToolboxpp
7968764b088949cf79974632a4541767e82a585c
[ "MIT" ]
2
2019-03-21T19:36:58.000Z
2020-11-19T02:06:14.000Z
GWToolboxdll/Windows/HotkeysWindow.h
BearsMan/GWToolboxpp
ab04aeb3b1fd9e53fda8245686a8c732dfc58eb1
[ "MIT" ]
null
null
null
GWToolboxdll/Windows/HotkeysWindow.h
BearsMan/GWToolboxpp
ab04aeb3b1fd9e53fda8245686a8c732dfc58eb1
[ "MIT" ]
null
null
null
#pragma once #include <Logger.h> #include <Timer.h> #include <ToolboxWindow.h> #include <Windows/Hotkeys.h> // class used to keep a list of hotkeys, capture keyboard event and fire hotkeys as needed class HotkeysWindow : public ToolboxWindow { HotkeysWindow() {}; ~HotkeysWindow() {}; public: static Hotk...
31.1875
96
0.665331
29e1d03f98bfe8b8c3f9b1367b1794b3c879bde7
2,625
h
C
software/atmega324p_u1/hwc_u1/src/sys.h
greenenergyprojects/rpi-hot-water-controller
74fe24d7410fc97e39176c0ca31ebdca7afd343d
[ "MIT" ]
null
null
null
software/atmega324p_u1/hwc_u1/src/sys.h
greenenergyprojects/rpi-hot-water-controller
74fe24d7410fc97e39176c0ca31ebdca7afd343d
[ "MIT" ]
3
2022-02-13T20:55:08.000Z
2022-02-27T10:40:57.000Z
software/atmega324p_u1/hwc_u1/src/sys.h
greenenergyprojects/rpi-hot-water-controller
74fe24d7410fc97e39176c0ca31ebdca7afd343d
[ "MIT" ]
null
null
null
#ifndef SYS_H_ #define SYS_H_ #include <stdio.h> #include "global.h" #if GLOBAL_UART0_RXBUFSIZE > 255 #error "Error: GLOBAL_UART0_RXBUFSIZE value over maximum (255)" #endif typedef unsigned char uint8_t; // declarations typedef uint8_t Sys_Event; struct Sys_Uart0_RXBuffer { uint8_t rpos_u8; uint8_t w...
21.694215
72
0.719619
49f2e23b2873a5ecc0034ae72cdb05fa9c1e623e
1,229
h
C
multiscale/amsiAssemblable.h
SCOREC/amsi
a9d33804e951b397b3a0ca5f07efe854536c8e0a
[ "BSD-3-Clause" ]
null
null
null
multiscale/amsiAssemblable.h
SCOREC/amsi
a9d33804e951b397b3a0ca5f07efe854536c8e0a
[ "BSD-3-Clause" ]
null
null
null
multiscale/amsiAssemblable.h
SCOREC/amsi
a9d33804e951b397b3a0ca5f07efe854536c8e0a
[ "BSD-3-Clause" ]
null
null
null
#ifndef AMSI_ASSEMBLABLE_H_ #define AMSI_ASSEMBLABLE_H_ #include <mpi.h> namespace amsi { class Assemblable { public: virtual void Assemble(MPI_Comm) = 0; bool isAssembled() {return assembled;} protected: void unassembled() {assembled = false;} bool assembled; }; class Reconcilable...
27.311111
71
0.662327
632ba820f3d578f34b8ae244c87f2c5c496460b0
5,526
c
C
galpy/orbit/orbit_c_ext/integrateLinearOrbit.c
itsx/galpy
d7fec24568347776ad89b4d4d1fc71a3f2f8d5e1
[ "BSD-3-Clause" ]
1
2019-02-28T08:54:38.000Z
2019-02-28T08:54:38.000Z
galpy/orbit/orbit_c_ext/integrateLinearOrbit.c
itsx/galpy
d7fec24568347776ad89b4d4d1fc71a3f2f8d5e1
[ "BSD-3-Clause" ]
null
null
null
galpy/orbit/orbit_c_ext/integrateLinearOrbit.c
itsx/galpy
d7fec24568347776ad89b4d4d1fc71a3f2f8d5e1
[ "BSD-3-Clause" ]
null
null
null
/* Wrappers around the C integration code for linear Orbits */ #include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include <math.h> #include <bovy_symplecticode.h> #include <bovy_rk.h> //Potentials #include <galpy_potentials.h> #include <integrateFullOrbit.h> #ifndef M_PI #define M_PI 3.14159265358979323846 ...
30.7
110
0.666486
5b74e0e7e418ea6be416f78086ffa379b79b62d5
1,105
h
C
src/orninstalledappsmodel.h
Acidburn0zzz/harbour-storeman
beda8d3aa7b580b35200816a5494532102eff7ba
[ "MIT" ]
1
2019-08-26T04:02:24.000Z
2019-08-26T04:02:24.000Z
src/orninstalledappsmodel.h
Acidburn0zzz/harbour-storeman
beda8d3aa7b580b35200816a5494532102eff7ba
[ "MIT" ]
null
null
null
src/orninstalledappsmodel.h
Acidburn0zzz/harbour-storeman
beda8d3aa7b580b35200816a5494532102eff7ba
[ "MIT" ]
null
null
null
#ifndef ORNINSTALLEDAPPSMODEL_H #define ORNINSTALLEDAPPSMODEL_H #include <QAbstractListModel> #include "orninstalledpackage.h" class OrnInstalledAppsModel : public QAbstractListModel { Q_OBJECT public: enum Roles { NameRole = Qt::UserRole + 1, TitleRole, VersionRole, Ic...
21.666667
70
0.710407
85a3810d7bb5a0226431e6baca23d5208f9cba2c
823
h
C
kernel/linux-4.13/drivers/staging/wilc1000/wilc_wfi_cfgoperations.h
ShawnZhong/SplitFS
7e21a6fc505ff70802e5666d097326ecb97a4ae3
[ "Apache-2.0" ]
55
2019-12-20T03:25:14.000Z
2022-01-16T07:19:47.000Z
kernel/linux-4.13/drivers/staging/wilc1000/wilc_wfi_cfgoperations.h
braymill/SplitFS
00a42bb1b51718048e4c15dde31e9d358932575e
[ "Apache-2.0" ]
5
2020-04-04T09:24:09.000Z
2020-04-19T12:33:55.000Z
kernel/linux-4.13/drivers/staging/wilc1000/wilc_wfi_cfgoperations.h
braymill/SplitFS
00a42bb1b51718048e4c15dde31e9d358932575e
[ "Apache-2.0" ]
30
2018-05-02T08:43:27.000Z
2022-01-23T03:25:54.000Z
/*! * @file wilc_wfi_cfgoperations.h * @brief Definitions for the network module * @author syounan * @sa wilc_oswrapper.h top level OS wrapper file * @date 31 Aug 2010 * @version 1.0 */ #ifndef NM_WFI_CFGOPERATIONS #define NM_WFI_CFGOPERATIONS #include "wilc_wfi_netdevice.h" struct wireless_dev *wilc_cre...
34.291667
94
0.783718
85b46b347f91b2832ec88ed51227e56d408a67c9
1,676
h
C
XADMaster/PPMd/VariantH.h
d4rkie/Simple-Comic
3ef3b8502a7adb02b673ef63561b2e782d01bf5d
[ "MIT" ]
1
2017-09-24T02:54:11.000Z
2017-09-24T02:54:11.000Z
XADMaster/PPMd/VariantH.h
d4rkie/Simple-Comic
3ef3b8502a7adb02b673ef63561b2e782d01bf5d
[ "MIT" ]
null
null
null
XADMaster/PPMd/VariantH.h
d4rkie/Simple-Comic
3ef3b8502a7adb02b673ef63561b2e782d01bf5d
[ "MIT" ]
null
null
null
/* * VariantH.h * * Copyright (c) 2017-present, MacPaw Inc. All rights reserved. * * This library 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 2.1 of the License, or (at your...
32.230769
70
0.778043
8b89b6bd2eef147454918e3d75222be83243358b
542
h
C
src/Hittable.h
robbiesri/ray-tracing-one-wknd-sdl
64d1fd3b6214ec8e9c799c5df628c920e1815c62
[ "Apache-2.0" ]
null
null
null
src/Hittable.h
robbiesri/ray-tracing-one-wknd-sdl
64d1fd3b6214ec8e9c799c5df628c920e1815c62
[ "Apache-2.0" ]
null
null
null
src/Hittable.h
robbiesri/ray-tracing-one-wknd-sdl
64d1fd3b6214ec8e9c799c5df628c920e1815c62
[ "Apache-2.0" ]
null
null
null
#pragma once #include "Ray.h" #include "Vec3.h" #include <memory> class IMaterial; struct HitRecord { Point3 hitPoint; Vec3 normal; double t; bool frontFace; std::shared_ptr<IMaterial> matPtr; void SetFaceNormal(const Ray& ray, const Vec3& outwardNormal) { frontFace = Dot(ray.Direc...
20.846154
92
0.669742
eb0cb49001042682cddec9066a2d1d3d292c9adc
3,149
h
C
ODAF.iPhoneApp/route-me/MapView/Map/RMLatLong.h
openlab/ODAF-OpenTurf
ab413a7dc913a86b40db8edf6373017fdd696fad
[ "MS-PL" ]
1
2015-04-16T04:11:06.000Z
2015-04-16T04:11:06.000Z
ODAF.iPhoneApp/route-me/MapView/Map/RMLatLong.h
openlab/ODAF-OpenTurf
ab413a7dc913a86b40db8edf6373017fdd696fad
[ "MS-PL" ]
null
null
null
ODAF.iPhoneApp/route-me/MapView/Map/RMLatLong.h
openlab/ODAF-OpenTurf
ab413a7dc913a86b40db8edf6373017fdd696fad
[ "MS-PL" ]
null
null
null
// // RMLatLong.h // // Copyright (c) 2008-2009, Route-Me Contributors // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above copyright n...
35.382022
210
0.765322
6ab9c6b1da853b4aa43775be30c93961e5c9097c
27,830
h
C
include/libnode/detail/net/socket.h
plenluno/libnode
9dea4f2390422e70544186df3f5c032cb4a7db08
[ "BSD-2-Clause", "MIT" ]
255
2015-01-06T15:11:26.000Z
2022-03-30T20:52:58.000Z
include/libnode/detail/net/socket.h
plenluno/libnode
9dea4f2390422e70544186df3f5c032cb4a7db08
[ "BSD-2-Clause", "MIT" ]
2
2018-12-18T22:50:25.000Z
2019-01-09T16:57:11.000Z
include/libnode/detail/net/socket.h
plenluno/libnode
9dea4f2390422e70544186df3f5c032cb4a7db08
[ "BSD-2-Clause", "MIT" ]
36
2015-03-28T03:23:57.000Z
2022-01-16T12:51:30.000Z
// Copyright (c) 2012-2015 Plenluno All rights reserved. #ifndef LIBNODE_DETAIL_NET_SOCKET_H_ #define LIBNODE_DETAIL_NET_SOCKET_H_ #include <libnode/config.h> #include <libnode/dns.h> #include <libnode/net.h> #include <libnode/process.h> #include <libnode/string_decoder.h> #include <libnode/timer.h> #include <libnode...
27.636544
78
0.519224
6adb26ea0665494dfaa6bac15af6848f4f8087b7
1,169
h
C
services/viz/public/cpp/compositing/selection_mojom_traits.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
services/viz/public/cpp/compositing/selection_mojom_traits.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
113
2015-05-04T09:58:14.000Z
2022-01-31T19:35:03.000Z
services/viz/public/cpp/compositing/selection_mojom_traits.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 2017 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 SERVICES_VIZ_PUBLIC_CPP_COMPOSITING_SELECTION_MOJOM_TRAITS_H_ #define SERVICES_VIZ_PUBLIC_CPP_COMPOSITING_SELECTION_MOJOM_TRAITS_H_ #include "com...
32.472222
73
0.742515
fee61aa66738b444143e783358b02e2da5ee6868
1,205
c
C
test_inputs/codegen/cloog/reservoir-QR.c
chelini/isl-haystack
61c4ee2a58021f9515cce4ee73adc3bd887d55d0
[ "MIT" ]
2,338
2018-06-19T17:34:51.000Z
2022-03-31T11:00:37.000Z
test_inputs/codegen/cloog/reservoir-QR.c
chelini/isl-haystack
61c4ee2a58021f9515cce4ee73adc3bd887d55d0
[ "MIT" ]
3,740
2019-01-23T15:36:48.000Z
2022-03-31T22:01:13.000Z
test_inputs/codegen/cloog/reservoir-QR.c
chelini/isl-haystack
61c4ee2a58021f9515cce4ee73adc3bd887d55d0
[ "MIT" ]
500
2019-01-23T07:49:22.000Z
2022-03-30T02:59:37.000Z
if (N >= 1) { S1(0); if (N == 1) { for (int c1 = 0; c1 < M; c1 += 1) S2(0, c1); S3(0); for (int c1 = 0; c1 < M; c1 += 1) S4(0, c1); S10(0); S5(0); } else { for (int c1 = 0; c1 < M; c1 += 1) S2(0, c1); S3(0); for (int c1 = 0; c1 < M; c1 += 1) S4(0, c1); S...
21.909091
44
0.3361
3a032ca2c913605e4691addde321759cafbdec5b
2,483
h
C
dependencies/panda/Panda3D-1.10.0-x64/include/textGraphic.h
CrankySupertoon01/Toontown-2
60893d104528a8e7eb4aced5d0015f22e203466d
[ "MIT" ]
3
2018-03-09T12:07:29.000Z
2021-02-25T06:50:25.000Z
panda/src/text/textGraphic.h
Sinkay/panda3d
16bfd3750f726a8831771b81649d18d087917fd5
[ "PHP-3.01", "PHP-3.0" ]
1
2018-07-28T20:07:04.000Z
2018-07-30T18:28:34.000Z
panda/src/text/textGraphic.h
Sinkay/panda3d
16bfd3750f726a8831771b81649d18d087917fd5
[ "PHP-3.01", "PHP-3.0" ]
2
2019-12-02T01:39:10.000Z
2021-02-13T22:41:00.000Z
// Filename: textGraphic.h // Created by: drose (18Aug06) // //////////////////////////////////////////////////////////////////// // // PANDA 3D SOFTWARE // Copyright (c) Carnegie Mellon University. All rights reserved. // // All use of this software is subject to the terms of the revised BSD // license. You should ...
36.514706
118
0.607733
0e5071f53dbe02955d7a77cbfda158a9dfcf592a
2,621
h
C
3rdparty/webkit/Source/WebKit/UIProcess/API/gtk/WebKitAuthenticationDialog.h
mchiasson/PhaserNative
f867454602c395484bf730a7c43b9c586c102ac2
[ "MIT" ]
1
2021-05-27T07:29:31.000Z
2021-05-27T07:29:31.000Z
WebKit2-7606.2.104.1.1/WebKit2-7606.2.104.1.1/UIProcess/API/gtk/WebKitAuthenticationDialog.h
mlcldh/appleWebKit2
39cc42a4710c9319c8da269621844493ab2ccdd6
[ "MIT" ]
9
2020-04-18T18:47:18.000Z
2020-04-18T18:52:41.000Z
Source/WebKit/UIProcess/API/gtk/WebKitAuthenticationDialog.h
ijsf/DeniseEmbeddableWebKit
57dfc6783d60f8f59b7129874e60f84d8c8556c9
[ "BSD-3-Clause" ]
1
2019-01-25T13:55:25.000Z
2019-01-25T13:55:25.000Z
/* * Copyright (C) 2012 Igalia S.L. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library i...
43.683333
156
0.814193
cdc4c991799dbf9b7465332a5fbf3bcab6beac43
820
h
C
Source/UtilsDevice/UtEspresso/espresso_cubestr.h
keshbach/PEP
75071aee89a718d318e13c55eee9eb5b9ae4e987
[ "Apache-2.0" ]
1
2021-12-11T14:21:55.000Z
2021-12-11T14:21:55.000Z
Source/UtilsDevice/UtEspresso/espresso_cubestr.h
keshbach/PEP
75071aee89a718d318e13c55eee9eb5b9ae4e987
[ "Apache-2.0" ]
null
null
null
Source/UtilsDevice/UtEspresso/espresso_cubestr.h
keshbach/PEP
75071aee89a718d318e13c55eee9eb5b9ae4e987
[ "Apache-2.0" ]
1
2021-06-23T14:01:55.000Z
2021-06-23T14:01:55.000Z
/***************************************************************************/ /* Copyright (c) 1988, 1989, Regents of the University of California. */ /* All rights reserved. */ /***************************************************************************/ #if !de...
43.157895
77
0.362195
35edebfe8860d7b78a4f4609770cd1c7089448ae
8,904
c
C
luat/packages/epaper/EPD_5in65f.c
pengxxxxx/LuatOS
dc163e7dc2d5230901b7ce57566d662d1954546e
[ "MIT" ]
217
2019-12-29T15:52:46.000Z
2022-03-29T05:44:29.000Z
luat/packages/epaper/EPD_5in65f.c
zhangyinpeng/LuatOS
7543d59cbfe0fbb9c9ba1c3a0b506660c783367a
[ "MIT" ]
64
2019-12-30T05:50:04.000Z
2022-03-06T03:48:56.000Z
luat/packages/epaper/EPD_5in65f.c
zhangyinpeng/LuatOS
7543d59cbfe0fbb9c9ba1c3a0b506660c783367a
[ "MIT" ]
59
2020-01-09T03:46:01.000Z
2022-03-27T03:17:36.000Z
/***************************************************************************** * | File : EPD_5in65f.c * | Author : Waveshare team * | Function : 5.65inch e-paper * | Info : *---------------- * | This version: V1.0 * | Date : 2020-07-07 * | Info : * -------------------------...
33.473684
88
0.569407
e05e8c59efe601cf96c9f60b6fe1f1790c7d5c6d
34
h
C
modules/lpc4337_m4/osek/inc/cortexM4/StartOs_Arch_SysTick.h
mmarando/workspace
62afb4f9ae2ef4f7cab28ce63ceb2c7a7a83ed4b
[ "BSD-3-Clause" ]
19
2017-06-08T23:23:03.000Z
2021-04-15T03:33:11.000Z
modules/lpc4337_m4/osek/inc/cortexM4/StartOs_Arch_SysTick.h
mmarando/workspace
62afb4f9ae2ef4f7cab28ce63ceb2c7a7a83ed4b
[ "BSD-3-Clause" ]
21
2017-01-05T23:52:21.000Z
2022-02-02T18:26:23.000Z
modules/lpc4337_m4/osek/inc/cortexM4/StartOs_Arch_SysTick.h
mmarando/workspace
62afb4f9ae2ef4f7cab28ce63ceb2c7a7a83ed4b
[ "BSD-3-Clause" ]
50
2016-12-14T20:28:43.000Z
2021-12-20T09:30:02.000Z
void StartOs_Arch_SysTick(void);
11.333333
32
0.823529
0d8b2c91bc640ca656b520b0b15edb266e360e32
2,845
c
C
mtcp/src/schedule.c
acceltcp/AccelTCP
b1d36680fd370cfdc6b2cb182b26b4c55c468754
[ "BSD-3-Clause" ]
53
2019-11-14T12:47:44.000Z
2022-03-19T15:11:58.000Z
host/mtcp_ssl_offload/mtcp/src/schedule.c
SmartTLS/SmartTLS
8e8b37161577a08feb7d59f242cf53949ef47646
[ "BSD-3-Clause" ]
2
2019-12-06T23:12:52.000Z
2020-09-17T04:27:53.000Z
host/mtcp_ssl_offload/mtcp/src/schedule.c
SmartTLS/SmartTLS
8e8b37161577a08feb7d59f242cf53949ef47646
[ "BSD-3-Clause" ]
11
2020-02-28T00:41:36.000Z
2022-03-19T15:13:46.000Z
#include <signal.h> #include <time.h> #include <unistd.h> #include <sys/syscall.h> #include <assert.h> #include "schedule.h" #include "lthread_api.h" #include "debug.h" #ifdef ENABLE_APP_INTERRUPT static inline int UnregisterTimerInterrupt(timer_t timerid) { int ret; struct itimerspec its = { .it_value = { .tv...
18.121019
93
0.679438
c71eb0e0503eb9100165f68fd273245f095da69e
20,640
c
C
src/3rd/libvorbis/src/info.c
koron0902/BGMPlayer
cc00454b463ae6c339235ee59f4249c33263438e
[ "BSD-2-Clause", "BSD-3-Clause" ]
null
null
null
src/3rd/libvorbis/src/info.c
koron0902/BGMPlayer
cc00454b463ae6c339235ee59f4249c33263438e
[ "BSD-2-Clause", "BSD-3-Clause" ]
1
2019-12-04T01:47:08.000Z
2019-12-04T01:47:08.000Z
src/3rd/libvorbis/src/info.c
koron0902/Cocoa
cc00454b463ae6c339235ee59f4249c33263438e
[ "BSD-2-Clause", "BSD-3-Clause" ]
null
null
null
/******************************************************************** * * * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. * * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS * * GOVERNED BY A BSD-STYLE SOURCE LICENS...
28.666667
80
0.591182
6096866c9bb72f1282da43fef564dcd39275b09d
2,228
h
C
iverilog-parser/PDelays.h
gokhankici/iodine
7b5d00eb37bf31b9d1c4e69e176271244e86b26f
[ "MIT" ]
9
2019-05-31T08:52:38.000Z
2021-12-12T15:31:00.000Z
iverilog-parser/PDelays.h
gokhankici/xenon
d749abd865f2017cda323cf63cf38b585de9e7af
[ "MIT" ]
1
2019-08-16T23:42:16.000Z
2019-09-01T20:06:52.000Z
iverilog-parser/PDelays.h
gokhankici/iodine
7b5d00eb37bf31b9d1c4e69e176271244e86b26f
[ "MIT" ]
null
null
null
#ifndef IVL_PDelays_H #define IVL_PDelays_H /* * Copyright (c) 1999-2014 Stephen Williams (steve@icarus.com) * * This source code is free software; you can redistribute it * and/or modify it in source code form under the terms of the GNU * General Public License as published by the Free Software * Fou...
26.52381
84
0.679533
e4f0d8f5b3c38d9f3aee74566f6c0a77c98cf25e
714
h
C
tools/miso/pysplicing/include/pyerror.h
globusgenomics/galaxy
7caf74d9700057587b3e3434c64e82c5b16540f1
[ "CC-BY-3.0" ]
1
2021-02-05T13:19:58.000Z
2021-02-05T13:19:58.000Z
tools/miso/pysplicing/include/pyerror.h
globusgenomics/galaxy
7caf74d9700057587b3e3434c64e82c5b16540f1
[ "CC-BY-3.0" ]
null
null
null
tools/miso/pysplicing/include/pyerror.h
globusgenomics/galaxy
7caf74d9700057587b3e3434c64e82c5b16540f1
[ "CC-BY-3.0" ]
null
null
null
#ifndef PYSPLICING_ERROR_H #define PYSPLICING_ERROR_H #include <Python.h> #include "splicing_error.h" PyObject* splicingmodule_handle_splicing_error(void); void splicingmodule_splicing_warning_hook(const char *reason, const char *file, int line, int splicing_errno); void splicingmodule_splicing_error_...
27.461538
77
0.717087
c275b7d365b4494864fa1f6cf81a6d43a59795c2
58
h
C
implementations/ugene/src/include/U2Core/CopyFileTask.h
r-barnes/sw_comparison
1ac2c9cc10a32badd6b8fb1e96516c97f7800176
[ "BSD-Source-Code" ]
null
null
null
implementations/ugene/src/include/U2Core/CopyFileTask.h
r-barnes/sw_comparison
1ac2c9cc10a32badd6b8fb1e96516c97f7800176
[ "BSD-Source-Code" ]
null
null
null
implementations/ugene/src/include/U2Core/CopyFileTask.h
r-barnes/sw_comparison
1ac2c9cc10a32badd6b8fb1e96516c97f7800176
[ "BSD-Source-Code" ]
null
null
null
#include "../../corelibs/U2Core/src/tasks/CopyFileTask.h"
29
57
0.724138
5279738b3c34b894771257ac86c64af0177a05e4
426
h
C
macgyver/FastMath.h
fmidev/smartmet-library-macgyver
c91c28535c5df15856caf59e1d29f96917378eca
[ "MIT" ]
null
null
null
macgyver/FastMath.h
fmidev/smartmet-library-macgyver
c91c28535c5df15856caf59e1d29f96917378eca
[ "MIT" ]
2
2017-03-13T18:40:43.000Z
2022-02-08T11:47:22.000Z
macgyver/FastMath.h
fmidev/smartmet-library-macgyver
c91c28535c5df15856caf59e1d29f96917378eca
[ "MIT" ]
1
2017-03-16T07:47:23.000Z
2017-03-16T07:47:23.000Z
#pragma once /*! * \brief Fast replacements for math commands when compiler fast math options cannot be enabled */ namespace Fmi { // https://stackoverflow.com/questions/824118/why-is-floor-so-slow/30308919#30308919 inline long floor(double x) { return static_cast<long>(x) - (x < static_cast<long>(x)); } inline...
19.363636
95
0.706573
0a0d4c58f18c4a5761f7806648ee5bd02b2b64c8
12,565
h
C
3rdParty/ArNetworking/include/ArServerHandlerPopup.h
bellonemauro/myARIAtestApp
8223b5833ccf37cf9f503337858a46544d36a19c
[ "Linux-OpenIB" ]
null
null
null
3rdParty/ArNetworking/include/ArServerHandlerPopup.h
bellonemauro/myARIAtestApp
8223b5833ccf37cf9f503337858a46544d36a19c
[ "Linux-OpenIB" ]
null
null
null
3rdParty/ArNetworking/include/ArServerHandlerPopup.h
bellonemauro/myARIAtestApp
8223b5833ccf37cf9f503337858a46544d36a19c
[ "Linux-OpenIB" ]
null
null
null
/* Adept MobileRobots Robotics Interface for Applications (ARIA) Copyright (C) 2004-2005 ActivMedia Robotics LLC Copyright (C) 2006-2010 MobileRobots Inc. Copyright (C) 2011-2015 Adept Technology, Inc. Copyright (C) 2016 Omron Adept Technologies, Inc. This program is free software; you can redistribute it and/or ...
44.399293
113
0.737923
ddf7127a0017abd246976c5d0c54d8f3d944d593
2,575
c
C
src/Problem19.c
jonarivas/EulerProject
6542102f5ad9f778183804b31fc4c53e7649379a
[ "MIT" ]
1
2015-02-13T18:20:18.000Z
2015-02-13T18:20:18.000Z
src/Problem19.c
jonarivas/EulerProject
6542102f5ad9f778183804b31fc4c53e7649379a
[ "MIT" ]
null
null
null
src/Problem19.c
jonarivas/EulerProject
6542102f5ad9f778183804b31fc4c53e7649379a
[ "MIT" ]
null
null
null
/* ============================================================================ Name : Euler.c Author : Jonathan Rivas Version : Copyright : Description : Problem #19 ============================================================================ */ #include <stdio.h> #include <stdlib.h> struc...
19.360902
113
0.596505
25e5e67131ad42ea0df0fcbd6b74fb573ee6d5e1
1,003
c
C
C00/ex04/ft_is_negative.c
Karlsons/42_Wolfsburg
3ea66f1b50126e9d2e700e5861ac086c37f2436e
[ "MIT" ]
null
null
null
C00/ex04/ft_is_negative.c
Karlsons/42_Wolfsburg
3ea66f1b50126e9d2e700e5861ac086c37f2436e
[ "MIT" ]
null
null
null
C00/ex04/ft_is_negative.c
Karlsons/42_Wolfsburg
3ea66f1b50126e9d2e700e5861ac086c37f2436e
[ "MIT" ]
null
null
null
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_is_negative.c :+: :+: :+: ...
45.590909
80
0.174477
202785eb48b30d84ba5ebabd95fe608383b5bbdb
1,160
h
C
tool/ResultFile.h
akb825/VertexFormatConvert
3e664b07f94ae36a7ab9cfbaed29d5254975c138
[ "Apache-2.0" ]
1
2020-09-20T16:27:08.000Z
2020-09-20T16:27:08.000Z
tool/ResultFile.h
akb825/VertexFormatConvert
3e664b07f94ae36a7ab9cfbaed29d5254975c138
[ "Apache-2.0" ]
null
null
null
tool/ResultFile.h
akb825/VertexFormatConvert
3e664b07f94ae36a7ab9cfbaed29d5254975c138
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2020-2021 Aaron Barany * * 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 agre...
28.292683
92
0.742241
ee7e4152fd7c9283a8103e413ca141dd4deab9fb
19,784
h
C
src/infact/environment.h
alex-quiterio/infact
478b005263534b5809dcd67bef280fbdecec6392
[ "BSD-3-Clause" ]
79
2015-04-27T17:15:04.000Z
2021-12-28T14:03:09.000Z
src/infact/environment.h
alan0526/infact
449cff906c46de086111d65fd7b15897d3e1f05f
[ "BSD-3-Clause" ]
null
null
null
src/infact/environment.h
alan0526/infact
449cff906c46de086111d65fd7b15897d3e1f05f
[ "BSD-3-Clause" ]
23
2015-04-22T10:06:54.000Z
2021-09-10T11:18:32.000Z
// Copyright 2014, Google 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: // // * Redistributions of source code must retain the above copyright // notice, this list of condition...
37.048689
80
0.649717
ee347d248f18802b1bc8f2bea1ede415da8d4ce9
1,580
h
C
patches/llvm/src/tools/clang/include/clang/CodeGen/PrefetchBuilder.h
systems-nuts/popcorn-compiler-alpine
5c225c7d3055db83dc654b6b5525c34bbdacded1
[ "Linux-OpenIB" ]
30
2019-04-07T14:58:31.000Z
2021-05-24T19:07:20.000Z
patches/llvm/src/tools/clang/include/clang/CodeGen/PrefetchBuilder.h
XRDevIEEE/popcorn-compiler
2cb2eccc0c75b5963d9fec26ad80a7b881316b1d
[ "Linux-OpenIB" ]
11
2018-07-24T19:31:26.000Z
2020-09-03T08:56:23.000Z
patches/llvm/src/tools/clang/include/clang/CodeGen/PrefetchBuilder.h
XRDevIEEE/popcorn-compiler
2cb2eccc0c75b5963d9fec26ad80a7b881316b1d
[ "Linux-OpenIB" ]
17
2018-08-26T12:43:15.000Z
2022-03-18T12:08:40.000Z
//===- Prefetch.h - Prefetching Analysis for Statements -----------*- C++ --*-// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
27.719298
80
0.647468
f6d436995b0d1051bf8c75c2c7a51cae4eb1d890
2,377
h
C
core/src/index/knowhere/knowhere/index/vector_index/IndexKDT.h
NeatNerdPrime/milvus
98de0f87e99cd1ff86d8e63b91c76589b195abe1
[ "Apache-2.0" ]
1
2020-05-31T00:34:00.000Z
2020-05-31T00:34:00.000Z
core/src/index/knowhere/knowhere/index/vector_index/IndexKDT.h
NeatNerdPrime/milvus
98de0f87e99cd1ff86d8e63b91c76589b195abe1
[ "Apache-2.0" ]
1
2019-11-22T07:07:47.000Z
2019-11-22T07:07:47.000Z
core/src/index/knowhere/knowhere/index/vector_index/IndexKDT.h
flydragon2018/milvus
fa1effdb91d9fd9710ff5a9ae519bd538e79b0b0
[ "Apache-2.0" ]
1
2021-05-23T15:04:01.000Z
2021-05-23T15:04:01.000Z
// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may...
27.011364
114
0.727387
c6edc882555afe6d86aee87f3d23297dd7b67bc5
4,253
h
C
User/Drivers/Sensors/ns2009.h
PinoDM/H7PI_Samples
7c408d9a5b3954173f2e95132e5c2af3ae864792
[ "BSD-3-Clause" ]
9
2020-03-11T17:21:26.000Z
2020-08-03T09:19:40.000Z
User/Drivers/Sensors/ns2009.h
PinoDM/H7PI_Samples
7c408d9a5b3954173f2e95132e5c2af3ae864792
[ "BSD-3-Clause" ]
null
null
null
User/Drivers/Sensors/ns2009.h
PinoDM/H7PI_Samples
7c408d9a5b3954173f2e95132e5c2af3ae864792
[ "BSD-3-Clause" ]
7
2020-03-11T23:48:14.000Z
2021-08-05T08:31:07.000Z
/** ****************************************************************************** * @file NS2009.h * @author Taomi Tech Team * @brief This file contains all the functions prototypes for the NS2009 * module driver. ******************************************************************************...
22.036269
84
0.551611
0cbe9016d2f07daabb2090ceaf3272c181499806
3,921
h
C
Barcode Scanner & Generator/DTBarcodeScanner/DTBarcodeScannerController.h
Darktt/DTBarcodeScanner-DTQRCodeGenerator
f01f0b96281beb8e0538d16db85b22fcc04c26be
[ "Apache-2.0" ]
null
null
null
Barcode Scanner & Generator/DTBarcodeScanner/DTBarcodeScannerController.h
Darktt/DTBarcodeScanner-DTQRCodeGenerator
f01f0b96281beb8e0538d16db85b22fcc04c26be
[ "Apache-2.0" ]
null
null
null
Barcode Scanner & Generator/DTBarcodeScanner/DTBarcodeScannerController.h
Darktt/DTBarcodeScanner-DTQRCodeGenerator
f01f0b96281beb8e0538d16db85b22fcc04c26be
[ "Apache-2.0" ]
null
null
null
// // DTBarcodeScannerController.h // // Created by Darktt on 15/6/9. // Copyright © 2015 Darktt Personal Company. All rights reserved. // @import UIKit; @import AVFoundation; NS_ASSUME_NONNULL_BEGIN @protocol DTBarcodeScannerControllerDelegate; /*! @class DTBarcodeScannerController @abstract DTBarcodeScann...
29.481203
149
0.768171
c64293d6090dc54d1cebbc826279227403d3ffb8
1,212
c
C
samples/getctty.c
skatsuta/linux-programming
f29e21b2ab557745a39066fd8eb9cd89a2453d78
[ "MIT" ]
null
null
null
samples/getctty.c
skatsuta/linux-programming
f29e21b2ab557745a39066fd8eb9cd89a2453d78
[ "MIT" ]
null
null
null
samples/getctty.c
skatsuta/linux-programming
f29e21b2ab557745a39066fd8eb9cd89a2453d78
[ "MIT" ]
null
null
null
/* getctty.c Detouch controling tty then get tty again. */ #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/param.h> #include <sys/types.h> #include <sys/wait.h> #include <sys/stat.h> #if defined(__digital__) && defined(__unix__) # define TTYP...
18.9375
51
0.525578
a72303392809810e89f744541dca1fbdc627ace5
878
c
C
src/Utils/test/file.c
polynomialchaos/basec
29922073b4aca96ab3a4d1cf0509c1d05fdd42e9
[ "MIT" ]
null
null
null
src/Utils/test/file.c
polynomialchaos/basec
29922073b4aca96ab3a4d1cf0509c1d05fdd42e9
[ "MIT" ]
null
null
null
src/Utils/test/file.c
polynomialchaos/basec
29922073b4aca96ab3a4d1cf0509c1d05fdd42e9
[ "MIT" ]
null
null
null
/******************************************************************************* * @file file.c * @author Florian Eigentler * @brief * @version 1.0.0 * @date 2022-02-22 * @copyright Copyright (c) 2022 by Florian Eigentler. * This work is licensed under terms of the MIT license (<LICENSE>). ********************...
30.275862
80
0.425968
bc5600914b9e415a991cef5aab3b6bf3e598cc52
3,299
h
C
bin/ledger/encryption/impl/encryption_service_impl.h
Acidburn0zzz/peridot
9a3b1fb8e834d0315092478d83d0176ef28cb765
[ "BSD-3-Clause" ]
1
2018-02-05T23:33:32.000Z
2018-02-05T23:33:32.000Z
bin/ledger/encryption/impl/encryption_service_impl.h
Acidburn0zzz/peridot
9a3b1fb8e834d0315092478d83d0176ef28cb765
[ "BSD-3-Clause" ]
null
null
null
bin/ledger/encryption/impl/encryption_service_impl.h
Acidburn0zzz/peridot
9a3b1fb8e834d0315092478d83d0176ef28cb765
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2017 The Fuchsia 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 PERIDOT_BIN_LEDGER_ENCRYPTION_IMPL_ENCRYPTION_SERVICE_IMPL_H_ #define PERIDOT_BIN_LEDGER_ENCRYPTION_IMPL_ENCRYPTION_SERVICE_IMPL_H_ #include <func...
38.360465
80
0.729918
ad86acd00e9af7847078a36a1f272cdae33f8812
4,424
c
C
rclc_examples/src/example_lifecycle_node.c
amfern/rclc
f8de341e2f9926d91af765d4587d4ca04954666a
[ "Apache-2.0" ]
null
null
null
rclc_examples/src/example_lifecycle_node.c
amfern/rclc
f8de341e2f9926d91af765d4587d4ca04954666a
[ "Apache-2.0" ]
null
null
null
rclc_examples/src/example_lifecycle_node.c
amfern/rclc
f8de341e2f9926d91af765d4587d4ca04954666a
[ "Apache-2.0" ]
null
null
null
// Copyright (c) 2020 - for information on the respective copyright owner // see the NOTICE file and/or the repository https://github.com/ros2/rclc. // Copyright 2014 Open Source Robotics Foundation, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compli...
32.057971
100
0.733725
213e2d07271055bd6ab4c9199eab477a98950fd1
1,482
h
C
include/soulblight/BloodseekerPalangquin.h
rweyrauch/AoSSimulator
d2bfbbe0fab904cc543f1a01e62e0b82cf67c27b
[ "MIT" ]
5
2019-02-01T01:41:19.000Z
2021-06-17T02:16:13.000Z
include/soulblight/BloodseekerPalangquin.h
rweyrauch/AoSSimulator
d2bfbbe0fab904cc543f1a01e62e0b82cf67c27b
[ "MIT" ]
2
2020-01-14T16:57:42.000Z
2021-04-01T00:53:18.000Z
include/soulblight/BloodseekerPalangquin.h
rweyrauch/AoSSimulator
d2bfbbe0fab904cc543f1a01e62e0b82cf67c27b
[ "MIT" ]
1
2019-03-02T20:03:51.000Z
2019-03-02T20:03:51.000Z
/* * Warhammer Age of Sigmar battle simulator. * * Copyright (C) 2019 by Rick Weyrauch - rpweyrauch@gmail.com * * This code is licensed under the MIT license (MIT) (http://opensource.org/licenses/MIT) */ #pragma once #include <soulblight/SoulblightGravelords.h> #include <Weapon.h> namespace Soulblight { cl...
24.7
142
0.622132
3943349c23dda90d77f23a969d2e373aa6aae385
1,777
c
C
mod_global_vars.c
bit4bit/mod_global_vars
d1278af7d19555471a6c8ef30c2571a64953291f
[ "MIT" ]
null
null
null
mod_global_vars.c
bit4bit/mod_global_vars
d1278af7d19555471a6c8ef30c2571a64953291f
[ "MIT" ]
null
null
null
mod_global_vars.c
bit4bit/mod_global_vars
d1278af7d19555471a6c8ef30c2571a64953291f
[ "MIT" ]
null
null
null
#include <switch.h> SWITCH_MODULE_LOAD_FUNCTION(mod_global_vars_load); SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_global_vars_shutdown); SWITCH_MODULE_DEFINITION(mod_global_vars, mod_global_vars_load, mod_global_vars_shutdown, NULL); static switch_status_t load_variables_from_config(void) { char *cf = "global_vars.conf";...
29.131148
117
0.751266
0675770041c79488a373f029c57b99a369735425
1,946
c
C
DSA LAB/20-09-21/2.c
HANS-2002/Jab-sab-aapki-le-rahe-ho-tab-aap-bhi-kuch-lelo
8a9d67153797e9a6d438151c70f6726a50079df4
[ "MIT" ]
2
2021-09-18T10:50:20.000Z
2021-11-12T13:19:45.000Z
DSA LAB/20-09-21/2.c
HANS-2002/Jab-sab-aapki-le-rahe-ho-tab-aap-bhi-kuch-lelo
8a9d67153797e9a6d438151c70f6726a50079df4
[ "MIT" ]
null
null
null
DSA LAB/20-09-21/2.c
HANS-2002/Jab-sab-aapki-le-rahe-ho-tab-aap-bhi-kuch-lelo
8a9d67153797e9a6d438151c70f6726a50079df4
[ "MIT" ]
3
2021-09-10T14:08:12.000Z
2021-09-18T10:52:09.000Z
// Q2) Write a menu driven program to implement queue operations such as Enqueue, Dequeue, Peek, // Display of elements, IsEmpty, IsFull // using static array. #include <stdio.h> #include <stdlib.h> struct Queue { int front, rear, size; int capacity; int* array; }; struct Queue* makeQueue(int capacity)...
23.731707
97
0.609455
d532dab78d1494fe81856c26e8848be1a9c1eea6
136
h
C
BananaCore/Define.h
kusharami/bananaqt
79327ecddc769e4df0ebe8109c30c5ae74a31a12
[ "MIT" ]
null
null
null
BananaCore/Define.h
kusharami/bananaqt
79327ecddc769e4df0ebe8109c30c5ae74a31a12
[ "MIT" ]
null
null
null
BananaCore/Define.h
kusharami/bananaqt
79327ecddc769e4df0ebe8109c30c5ae74a31a12
[ "MIT" ]
null
null
null
#pragma once #define CSTRKEY(key) #key #define WSTRKEY(key) QT_UNICODE_LITERAL(CSTRKEY(key)) #define QSTRKEY(key) QStringLiteral(#key)
22.666667
53
0.779412
d5bcc606b1e492109e2d16b32c02acd5cc184146
8,704
h
C
Desktop/bio/Mobility/uparg.h
Smyja/mobility
a05427257ea0cc81f904f8cf9082063e95d00851
[ "MIT" ]
null
null
null
Desktop/bio/Mobility/uparg.h
Smyja/mobility
a05427257ea0cc81f904f8cf9082063e95d00851
[ "MIT" ]
null
null
null
Desktop/bio/Mobility/uparg.h
Smyja/mobility
a05427257ea0cc81f904f8cf9082063e95d00851
[ "MIT" ]
null
null
null
void FOCUS(HWND hwnd){ sprintf(how,"%s\\*",path); hhh=FindFirstFile(how,&wff); FindNextFile(hhh,&wff); int a=0; sprintf(asset,""); while(FindNextFile(hhh,&wff)!=0){ sprintf(how,"%s",wff.cFileName); sprintf(asset,"%s %s; %s\\%s\n",asset,how,path,how); sprintf(how,"%s\\%s",path,wff.cFileName); SHGetFileInfo(how,NULL...
59.210884
201
0.644876
84f143c4d1b6fc7d9c3ed9f9cbd4e0795bb317b8
222
h
C
CommonProject/Feature/Base/Controller/BPTabBarController.h
happyer-lwl/SecMaps
68c2d598aa6ed645f35134142df6a0bc2d417f5e
[ "MIT" ]
null
null
null
CommonProject/Feature/Base/Controller/BPTabBarController.h
happyer-lwl/SecMaps
68c2d598aa6ed645f35134142df6a0bc2d417f5e
[ "MIT" ]
null
null
null
CommonProject/Feature/Base/Controller/BPTabBarController.h
happyer-lwl/SecMaps
68c2d598aa6ed645f35134142df6a0bc2d417f5e
[ "MIT" ]
null
null
null
// // BPTabBarController.h // CommonProject // // Created by WyzcWin on 16/10/26. // Copyright © 2016年 runlwl. All rights reserved. // #import <UIKit/UIKit.h> @interface BPTabBarController : UITabBarController @end
15.857143
50
0.711712
3be1af491e254a8ec5b2d2e643633c3ae0af503b
768
h
C
DDCryptor/DDCryptor/DDCryptor/NSString+DDDES.h
longxdragon/DDCryptor
a7a18aa9bce946f207685a10b1f27c7497ab846c
[ "MIT" ]
3
2017-08-14T08:59:05.000Z
2018-03-12T15:44:16.000Z
DDCryptor/DDCryptor/DDCryptor/NSString+DDDES.h
longxdragon/DDCryptor
a7a18aa9bce946f207685a10b1f27c7497ab846c
[ "MIT" ]
null
null
null
DDCryptor/DDCryptor/DDCryptor/NSString+DDDES.h
longxdragon/DDCryptor
a7a18aa9bce946f207685a10b1f27c7497ab846c
[ "MIT" ]
1
2018-03-12T09:49:20.000Z
2018-03-12T09:49:20.000Z
// // NSString+DDDES.h // DDCryptor // // Created by longxdragon on 2018/3/5. // Copyright © 2018年 longxdragon. All rights reserved. // #import <Foundation/Foundation.h> @interface NSString (DDDES) // 3DES encrypt - (NSString *)dd_3desEncryptWithKey:(NSString *)key; - (NSString *)dd_3desEncryptWithKey:(NSString ...
25.6
70
0.717448
47d170120e795ebe280aac58945129019e462e24
6,288
h
C
src/DFPlayerMini_Fast.h
cavamora/mongooseos-walle
b6c730c4be6260ea0e1c1ea4ee39be75e4450709
[ "Apache-2.0" ]
1
2022-01-10T23:26:32.000Z
2022-01-10T23:26:32.000Z
src/DFPlayerMini_Fast.h
cavamora/mongooseos-walle
b6c730c4be6260ea0e1c1ea4ee39be75e4450709
[ "Apache-2.0" ]
null
null
null
src/DFPlayerMini_Fast.h
cavamora/mongooseos-walle
b6c730c4be6260ea0e1c1ea4ee39be75e4450709
[ "Apache-2.0" ]
null
null
null
#pragma once #include "Arduino.h" #include "mgos_uart.h" //-------------------------------------------------------------------------------------// // Packet Values //-------------------------------------------------------------------------------------// const uint8_t STACK_SIZE = 10; //total number...
33.269841
108
0.500954
a47ad9faebca91a7429dd2bf453e62efba1ccef8
130
c
C
src/runtime/object/any.c
emptyland/yalx
0bfd54d62fb0c4c4ad205a613a77e57c1b4e6d69
[ "BSD-2-Clause" ]
null
null
null
src/runtime/object/any.c
emptyland/yalx
0bfd54d62fb0c4c4ad205a613a77e57c1b4e6d69
[ "BSD-2-Clause" ]
null
null
null
src/runtime/object/any.c
emptyland/yalx
0bfd54d62fb0c4c4ad205a613a77e57c1b4e6d69
[ "BSD-2-Clause" ]
null
null
null
#include "runtime/object/any.h" struct yalx_value_str *yalx_any_to_string(struct yalx_value_any *any) { return NULL; }
16.25
71
0.730769
78c094f04549293d104018ef000fd8dc561654fe
827
c
C
lib/src/osEepromLongWrite.c
Daviz00/sm64
fd2ed5e0e72d04732034919f8442f8d2cc40fd67
[ "Unlicense" ]
1
2020-12-23T13:53:10.000Z
2020-12-23T13:53:10.000Z
lib/src/osEepromLongWrite.c
Daviz00/sm64
fd2ed5e0e72d04732034919f8442f8d2cc40fd67
[ "Unlicense" ]
null
null
null
lib/src/osEepromLongWrite.c
Daviz00/sm64
fd2ed5e0e72d04732034919f8442f8d2cc40fd67
[ "Unlicense" ]
null
null
null
#include "libultra_internal.h" extern u64 osClockRate; extern u8 D_80365D20; extern u8 _osCont_numControllers; extern OSTimer D_80365D28; extern OSMesgQueue _osContMesgQueue; extern OSMesg _osContMesgBuff[4]; // exactly the same as osEepromLongRead except for osEepromWrite call s32 osEepromLongWrite(OSMesgQueue *mq, ...
26.677419
102
0.65659
603a39825e09bd13beb744dc0422ce1bceec1281
507
h
C
phast_gui/interfaces/idatawindowstub.h
stijnhinterding/phast
dad4702eb6401c1eba03ad70eff3659292636d30
[ "MIT" ]
1
2021-05-22T17:40:51.000Z
2021-05-22T17:40:51.000Z
phast_gui/interfaces/idatawindowstub.h
stijnhinterding/phast
dad4702eb6401c1eba03ad70eff3659292636d30
[ "MIT" ]
null
null
null
phast_gui/interfaces/idatawindowstub.h
stijnhinterding/phast
dad4702eb6401c1eba03ad70eff3659292636d30
[ "MIT" ]
1
2021-03-15T07:09:03.000Z
2021-03-15T07:09:03.000Z
/* Copyright (c) 2020 Stijn Hinterding, Utrecht University * This sofware is licensed under the MIT license (see the LICENSE file) */ #ifndef IDATAWINDOWSTUB_H #define IDATAWINDOWSTUB_H class IDataWindow; class IDataPlot; class IBinningClass; class IDataWindowStub { public: virtual ~IDataWindowSt...
22.043478
74
0.714004
2f21068c6d3d1e6fb0e5deaef2b4e15cd3f90dbe
1,667
h
C
flashroute/prober.h
maxmouchet/FlashRoute
d4a6782f35cd5873687fee1c020e13bd1624f3df
[ "BSD-3-Clause" ]
27
2020-09-22T21:35:53.000Z
2022-02-22T01:47:04.000Z
flashroute/prober.h
maxmouchet/FlashRoute
d4a6782f35cd5873687fee1c020e13bd1624f3df
[ "BSD-3-Clause" ]
3
2020-12-12T12:22:32.000Z
2021-11-01T14:07:59.000Z
flashroute/prober.h
maxmouchet/FlashRoute
d4a6782f35cd5873687fee1c020e13bd1624f3df
[ "BSD-3-Clause" ]
5
2021-02-25T08:08:44.000Z
2022-01-04T02:12:10.000Z
/* Copyright (C) 2019 Neo Huang - All Rights Reserved */ #pragma once #include <chrono> #include <functional> #include <iostream> #include <string> #include <arpa/inet.h> #include <netinet/ip.h> // ip header #include <netinet/ip_icmp.h> // icmp header #include <netinet/tcp.h> #include <netinet/udp.h> // udp h...
26.887097
80
0.692861
92261bf6dafe37508565a4992f944aa1a5ba0f87
230
h
C
Example/FireBasePod/ggggViewController.h
tthufo/FireBasePod
e2f4aa53f93146c9db0e479c51538018aa77f597
[ "MIT" ]
null
null
null
Example/FireBasePod/ggggViewController.h
tthufo/FireBasePod
e2f4aa53f93146c9db0e479c51538018aa77f597
[ "MIT" ]
null
null
null
Example/FireBasePod/ggggViewController.h
tthufo/FireBasePod
e2f4aa53f93146c9db0e479c51538018aa77f597
[ "MIT" ]
null
null
null
// // ggggViewController.h // FireBasePod_Example // // Created by Mac on 7/10/18. // Copyright © 2018 tthufo@gmail.com. All rights reserved. // #import <UIKit/UIKit.h> @interface ggggViewController : UIViewController @end
16.428571
59
0.713043
f3ed2cd95d3e481db3026b2a858e18b68c48fa54
3,362
h
C
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/AUImplDatePicker.h
ceekay1991/AliPayForDebug
5795e5db31e5b649d4758469b752585e63e84d94
[ "MIT" ]
5
2020-03-29T12:08:37.000Z
2021-05-26T05:20:11.000Z
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/AUImplDatePicker.h
ceekay1991/AliPayForDebug
5795e5db31e5b649d4758469b752585e63e84d94
[ "MIT" ]
null
null
null
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/AUImplDatePicker.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 <UIKit/UIPickerView.h> #import "UIPickerViewDataSource-Protocol.h" #import "UIPickerViewDelegate-Protocol.h" @class NSArray, ...
45.432432
120
0.783165
fa7f64ec1a03b9986160cffa00985cc5b60733d2
1,124
h
C
Source/OroUnrealPrototype/Public/FXBaseBurstActor.h
sharaquss/OrotheGameUnrealPrototype
feb4e8791a75130b6bc3dd18ce383aea26bf3b3b
[ "MIT" ]
null
null
null
Source/OroUnrealPrototype/Public/FXBaseBurstActor.h
sharaquss/OrotheGameUnrealPrototype
feb4e8791a75130b6bc3dd18ce383aea26bf3b3b
[ "MIT" ]
16
2017-03-01T22:28:08.000Z
2017-03-11T20:13:14.000Z
Source/OroUnrealPrototype/Public/FXBaseBurstActor.h
sharaquss/OrotheGameUnrealPrototype
feb4e8791a75130b6bc3dd18ce383aea26bf3b3b
[ "MIT" ]
null
null
null
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "GameFramework/Actor.h" #include "IFXBurst.h" #include "FXBaseBurstActor.generated.h" UCLASS() class OROUNREALPROTOTYPE_API AFXBaseBurstActor : public AActor, public IIFXBurst { GENERATED_BODY() public: // Sets...
22.039216
80
0.786477
7aae89a7625ca71af613cb13ccc14bd25ad83e99
11,200
h
C
[Lib]__Engine/Sources/Common/ByteStream.h
yexiuph/RanOnline
7f7be07ef740c8e4cc9c7bef1790b8d099034114
[ "Apache-2.0" ]
null
null
null
[Lib]__Engine/Sources/Common/ByteStream.h
yexiuph/RanOnline
7f7be07ef740c8e4cc9c7bef1790b8d099034114
[ "Apache-2.0" ]
null
null
null
[Lib]__Engine/Sources/Common/ByteStream.h
yexiuph/RanOnline
7f7be07ef740c8e4cc9c7bef1790b8d099034114
[ "Apache-2.0" ]
null
null
null
#pragma once #include <vector> #include <GASSERT.h> #include "./basestream.h" class CByteStream : public basestream { public: typedef std::vector<BYTE> BVECT; typedef std::vector<BYTE>::iterator BVECT_IT; protected: BVECT m_Buffer; DWORD m_dwIter; public: virtual BOOL operator << ( short Value ); virtual...
24.295011
110
0.675446
ff98becbfd261b3a1d607b87f04890e7473ad6a6
168
h
C
src/level.h
kdiduk/vagabond
297cd73e6856e72d36222cadd54e556a34d04146
[ "MIT" ]
1
2020-12-04T18:35:49.000Z
2020-12-04T18:35:49.000Z
src/level.h
kdiduk/fotd
297cd73e6856e72d36222cadd54e556a34d04146
[ "MIT" ]
3
2020-11-24T22:32:39.000Z
2020-11-28T23:26:09.000Z
src/level.h
kdiduk/vagabond
297cd73e6856e72d36222cadd54e556a34d04146
[ "MIT" ]
null
null
null
#ifndef LEVEL_H #define LEVEL_H #include <stdint.h> void level_init(void); void level_draw(void); void level_player_move(uint8_t direction); #endif /* LEVEL_H */
12
42
0.744048
9fa73d8d49460d679111763d585847f125c45994
1,189
h
C
ash/mus/touch_transform_setter_mus.h
metux/chromium-deb
3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
ash/mus/touch_transform_setter_mus.h
metux/chromium-deb
3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
ash/mus/touch_transform_setter_mus.h
metux/chromium-deb
3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// Copyright 2017 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 ASH_MUS_TOUCH_TRANSFORM_SETTER_MUS_H_ #define ASH_MUS_TOUCH_TRANSFORM_SETTER_MUS_H_ #include "base/macros.h" #include "services/ui/public/interfa...
30.487179
82
0.798991
d72e16d0d174747a1c4b339594cbe1fe5daa57a2
1,412
c
C
src/hdr2ddr/c_pxcopy.c
glshort/MapReady
c9065400a64c87be46418ab32e3a251ca2f55fd5
[ "BSD-3-Clause" ]
3
2017-12-31T05:33:28.000Z
2021-07-28T01:51:22.000Z
src/asf_meta/c_pxcopy.c
glshort/MapReady
c9065400a64c87be46418ab32e3a251ca2f55fd5
[ "BSD-3-Clause" ]
null
null
null
src/asf_meta/c_pxcopy.c
glshort/MapReady
c9065400a64c87be46418ab32e3a251ca2f55fd5
[ "BSD-3-Clause" ]
7
2017-04-26T18:18:33.000Z
2020-05-15T08:01:09.000Z
/***************************************************************************** NAME pxcopy PURPOSE Copy an input array to an output array. The output array will be of the same type as the input array. PROGRAM HISTORY PROGRAMMER DATE REASON ---------- ---- ------ D.GORDON 5/7/85 Original development for NEW...
27.153846
92
0.648725
b5fc5c5d7480dc9245f9a1de7cd799e189f6921d
1,558
h
C
src/basegui/ToolBarImplementor.h
0of/WebOS-Magna
a0fe2c9708fd4dd07928c11fcb03fb29fdd2d511
[ "Apache-2.0" ]
1
2016-03-26T13:25:08.000Z
2016-03-26T13:25:08.000Z
src/basegui/ToolBarImplementor.h
0of/WebOS-Magna
a0fe2c9708fd4dd07928c11fcb03fb29fdd2d511
[ "Apache-2.0" ]
null
null
null
src/basegui/ToolBarImplementor.h
0of/WebOS-Magna
a0fe2c9708fd4dd07928c11fcb03fb29fdd2d511
[ "Apache-2.0" ]
null
null
null
#ifndef TOOLBARIMPLEMENTOR_H #define TOOLBARIMPLEMENTOR_H #include <vector> #include "basedef/RectRegion.h" using namespace Magna::Core; #include "ControllerImplementor.h" #include "ToolBarElement.h" namespace Magna{ namespace GUI{ class ToolBar; class ToolBarImplementor : public Contr...
24.34375
65
0.646983
80cf7779b306bcafb11b982805f1b59e5eadb79f
1,439
h
C
project3D/Scene.h
TorbjornMain/Graphics-Engine-Major-Project
9fe7d2cd65906b452fdd17e6eafc6d3eefa69d42
[ "MIT" ]
null
null
null
project3D/Scene.h
TorbjornMain/Graphics-Engine-Major-Project
9fe7d2cd65906b452fdd17e6eafc6d3eefa69d42
[ "MIT" ]
null
null
null
project3D/Scene.h
TorbjornMain/Graphics-Engine-Major-Project
9fe7d2cd65906b452fdd17e6eafc6d3eefa69d42
[ "MIT" ]
null
null
null
#pragma once #include <map> #include "Model.h" #include <glm/glm.hpp> #include <glm/ext.hpp> #include "FrameBuffer.h" #include "ParticleSystem.h" #include "FieldVisualiser.h" #include "typedefs.h" struct Camera { glm::mat4 projection; glm::mat4 view; glm::mat4 transform; }; class Scene { public: Scene(); ~Scene(...
29.367347
115
0.749131
c53b681456135051233463801bca942f1cfb7f33
1,666
h
C
src/include/nuodb_common.h
nuodb/dbt2
f24725f0c8f7a7a0286f077d553f0ad808faf48f
[ "Artistic-1.0" ]
12
2015-03-27T08:57:22.000Z
2021-06-15T13:43:08.000Z
src/include/nuodb_common.h
nuodb/dbt2
f24725f0c8f7a7a0286f077d553f0ad808faf48f
[ "Artistic-1.0" ]
6
2015-06-11T10:18:21.000Z
2020-04-24T12:58:04.000Z
src/include/nuodb_common.h
nuodb/dbt2
f24725f0c8f7a7a0286f077d553f0ad808faf48f
[ "Artistic-1.0" ]
17
2015-02-26T21:55:02.000Z
2021-06-15T11:35:02.000Z
#ifndef _NUODB_COMMON_H_ #define _NUODB_COMMON_H_ #include "nuodb_capi.h" /* #define NUODB_NEW_ORDER_2 \ "SELECT d_tax, (next value for order_seq) as order_id\n" \ "FROM district \n" \ "WHERE d_w_id = %d\n" \ " AND d_id = %d" #define NUODB_NEW_ORDER_3 \ "UPDATE district\n" \ ...
20.317073
66
0.672269
413d4fe36394425c305183a69bff11de205160b7
678
c
C
bc/1/pyramid 2.c
rulan87/devclab.bc
04d29c63d2279041f3d1890974d070848bf0b82a
[ "Unlicense" ]
null
null
null
bc/1/pyramid 2.c
rulan87/devclab.bc
04d29c63d2279041f3d1890974d070848bf0b82a
[ "Unlicense" ]
null
null
null
bc/1/pyramid 2.c
rulan87/devclab.bc
04d29c63d2279041f3d1890974d070848bf0b82a
[ "Unlicense" ]
null
null
null
// Вывести в консоль числовую пирамидку на total строк. // В каждой строке числа идут от единицы до номера строки через пробел. // Пропустить rows строк и cols столбцов. // В выводе не должно быть пустых строк до и после чисел. // Целые положительные числа total, rows и cols считать с клавиатуры. #include <stdio.h> i...
25.111111
71
0.561947
7e026328c9d86b90a8fd69329e9840a75b9cd045
2,177
c
C
test/lanczos_test.c
cmendl/tensor_networks
da47a4699b1efcd6d5854760564f1b8b3c4b094b
[ "BSD-2-Clause" ]
9
2018-12-28T19:11:08.000Z
2021-08-17T19:31:31.000Z
test/lanczos_test.c
cmendl/tensor_networks
da47a4699b1efcd6d5854760564f1b8b3c4b094b
[ "BSD-2-Clause" ]
1
2022-02-18T00:16:55.000Z
2022-02-18T00:16:55.000Z
test/lanczos_test.c
cmendl/tensor_networks
da47a4699b1efcd6d5854760564f1b8b3c4b094b
[ "BSD-2-Clause" ]
3
2020-04-08T13:10:47.000Z
2021-08-17T19:31:47.000Z
#include "lanczos.h" #include "linalg.h" #include "util.h" #include <stdint.h> #include <math.h> #include <stdio.h> static void DenseMatrixVectorMult(const size_t n, const void *restrict data, const double complex *restrict v, double complex *restrict ret) { const double complex *A = (double complex *)data; // per...
32.492537
140
0.702802
24df5499d54228487b9910247855da01e9f065ab
4,268
c
C
customer_app/bl602_demo_joylink/components/joylink_adapter/pal/src/joylink_time.c
hjq-sir/bl_iot_sdk
abdd7b749e73b0655a9364e1a824a60b17f41118
[ "Apache-2.0" ]
null
null
null
customer_app/bl602_demo_joylink/components/joylink_adapter/pal/src/joylink_time.c
hjq-sir/bl_iot_sdk
abdd7b749e73b0655a9364e1a824a60b17f41118
[ "Apache-2.0" ]
null
null
null
customer_app/bl602_demo_joylink/components/joylink_adapter/pal/src/joylink_time.c
hjq-sir/bl_iot_sdk
abdd7b749e73b0655a9364e1a824a60b17f41118
[ "Apache-2.0" ]
null
null
null
#include <stdio.h> #include <stddef.h> #include <stdint.h> #if 0 //CSRC #include <time.h> #include <sys/time.h> #endif #include <FreeRTOS.h> #include <task.h> #include <bl_timer.h> #include <utils_time.h> #include "joylink_stdio.h" #include "joylink_time.h" static int64_t jl_time_delta_ms; /** *...
21.664975
100
0.597704
013c4a4eb3e6449fff1d916f084b63a2c1dfc60b
947
h
C
clib/stdafx.h
dehilsterlexis/eclide-1
0c1685cc7165191b5033d450c59aec479f01010a
[ "Apache-2.0" ]
8
2016-08-29T13:34:18.000Z
2020-12-04T15:20:36.000Z
clib/stdafx.h
dehilsterlexis/eclide-1
0c1685cc7165191b5033d450c59aec479f01010a
[ "Apache-2.0" ]
221
2016-06-20T19:51:48.000Z
2022-03-29T20:46:46.000Z
clib/stdafx.h
dehilsterlexis/eclide-1
0c1685cc7165191b5033d450c59aec479f01010a
[ "Apache-2.0" ]
13
2016-06-24T15:59:31.000Z
2022-01-01T11:48:20.000Z
#pragma once #pragma warning(disable:4251) #pragma warning(disable:4275) #pragma warning(disable:4503) #pragma warning(disable:4127) // Leak Checking --- #if defined(_DEBUG) && !defined(SEISINT_LIBEXPORTS) #define _CRTDBG_MAP_ALLOC #endif // Target --- #include "stdversion.h" // Platform SDK --- #include "stdpl...
18.211538
62
0.689546
4aba90e154ecd7268c3db38d319391d93eecd4df
1,273
h
C
DTSource/Support/DTLock.h
newby-jay/AshbyaTracking
9e80513d52281cf51d35bfef1e164148a9d3439e
[ "Apache-2.0" ]
null
null
null
DTSource/Support/DTLock.h
newby-jay/AshbyaTracking
9e80513d52281cf51d35bfef1e164148a9d3439e
[ "Apache-2.0" ]
null
null
null
DTSource/Support/DTLock.h
newby-jay/AshbyaTracking
9e80513d52281cf51d35bfef1e164148a9d3439e
[ "Apache-2.0" ]
null
null
null
// Part of DTSource. Copyright 2004-2015. David A. David Adalsteinsson. // see https://www.visualdatatools.com/DTSource/license.html for more information. #ifndef _DTLock_Header #define _DTLock_Header // Assignment and copy constructors are not thread safe for this class. #ifndef DTUseThreads #define DTUseThreads 0 ...
24.960784
103
0.711705
006168fbe265cd19f5c8033fc338e5eadbc42391
2,525
h
C
IbAccess/Common/Public/isysutil.h
dsilakov/opa-fm
72d7942fd7f33c1b67d8cd981efe1bd8733ef54a
[ "Intel" ]
4
2018-05-26T14:03:22.000Z
2019-05-14T09:56:19.000Z
IbAccess/Common/Public/isysutil.h
dsilakov/opa-fm
72d7942fd7f33c1b67d8cd981efe1bd8733ef54a
[ "Intel" ]
10
2018-07-24T14:21:58.000Z
2019-10-30T18:07:00.000Z
IbAccess/Common/Public/isysutil.h
dsilakov/opa-fm
72d7942fd7f33c1b67d8cd981efe1bd8733ef54a
[ "Intel" ]
8
2018-07-29T18:21:10.000Z
2020-01-07T18:10:19.000Z
/* BEGIN_ICS_COPYRIGHT3 **************************************** Copyright (c) 2015, Intel Corporation Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright no...
39.453125
78
0.754455
6d4eacf9ad93809340be3ed94cb72931f1def004
356
c
C
university-c-training/HwLab/HwLab5.1_353.c
phumoonlight/ossuary
7f0465ee83cd127d76ecc04b5e6b87f73274356e
[ "MIT" ]
null
null
null
university-c-training/HwLab/HwLab5.1_353.c
phumoonlight/ossuary
7f0465ee83cd127d76ecc04b5e6b87f73274356e
[ "MIT" ]
null
null
null
university-c-training/HwLab/HwLab5.1_353.c
phumoonlight/ossuary
7f0465ee83cd127d76ecc04b5e6b87f73274356e
[ "MIT" ]
null
null
null
#include<stdio.h> #include<conio.h> int main() { int i=1,v=0,a=0; char ch; do { printf("Enter your letter = "); ch=getche(); printf("\n"); i++; if(ch=='a'||ch=='e'||ch=='i'||ch=='o'||ch=='u') { v++; }else { a++; } } while(i<=10); printf("\nVowel = %d\n",v); printf("Alphabet = %d\n",a);...
11.866667
49
0.47191
a3a4d3b6bb7f0b75bd6e90db12718f776005c9f0
1,504
h
C
tools/flang1/flang1exe/findloop.h
kammerdienerb/flang
8cc4a02b94713750f09fe6b756d33daced0b4a74
[ "Apache-2.0" ]
1
2019-12-11T17:43:58.000Z
2019-12-11T17:43:58.000Z
tools/flang1/flang1exe/findloop.h
kammerdienerb/flang
8cc4a02b94713750f09fe6b756d33daced0b4a74
[ "Apache-2.0" ]
2
2019-12-29T21:15:40.000Z
2020-06-15T11:21:10.000Z
tools/flang1/flang1exe/findloop.h
kammerdienerb/flang
8cc4a02b94713750f09fe6b756d33daced0b4a74
[ "Apache-2.0" ]
3
2019-12-21T06:35:35.000Z
2020-06-07T23:18:58.000Z
/* * Copyright (c) 2018, NVIDIA CORPORATION. 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 requi...
15.831579
75
0.633644
9360d22f4c0fbfc3a2ce3a5d8be81406575ee9f7
573
h
C
v1/modules/identitymap/inc/identitymap.h
outotec/iot-edge
999e2586b597b2ff17544daf63722edfe143b52e
[ "MIT" ]
138
2018-06-28T18:02:55.000Z
2022-03-18T04:38:15.000Z
v1/modules/identitymap/inc/identitymap.h
outotec/iot-edge
999e2586b597b2ff17544daf63722edfe143b52e
[ "MIT" ]
215
2016-05-02T11:38:35.000Z
2017-05-09T11:32:44.000Z
v1/modules/identitymap/inc/identitymap.h
outotec/iot-edge
999e2586b597b2ff17544daf63722edfe143b52e
[ "MIT" ]
132
2016-04-29T17:23:03.000Z
2017-05-08T22:09:24.000Z
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #ifndef IDENTITYMAP_H #define IDENTITYMAP_H #include "module.h" #ifdef __cplusplus extern "C" { #endif typedef struct IDENTITY_MAP_CONFIG_TAG { const char* macAd...
20.464286
113
0.78185
d8f1778462bcd93337b8ed4c93bb91aefaaf7c7e
62
h
C
source/script/python/UIModule.h
freneticmonkey/epsilonc
0fb7c6c4c6342a770e2882bfd67ed34719e79066
[ "MIT" ]
null
null
null
source/script/python/UIModule.h
freneticmonkey/epsilonc
0fb7c6c4c6342a770e2882bfd67ed34719e79066
[ "MIT" ]
null
null
null
source/script/python/UIModule.h
freneticmonkey/epsilonc
0fb7c6c4c6342a770e2882bfd67ed34719e79066
[ "MIT" ]
null
null
null
#pragma once #include "script/ScriptCommon.h" void initUI();
12.4
32
0.741935
7f3f1334995e7905d133cf1888a4aa5beda56597
972
c
C
sim/prog5/ap_prog/main.c
yutongshen/RISC-V-Simulator
6ba9f6ae516a35829c78542944afa6817a6ff01d
[ "MIT" ]
7
2020-03-24T09:41:13.000Z
2021-06-18T09:19:39.000Z
sim/prog5/ap_prog/main.c
yutongshen/RISC-V-Simulator
6ba9f6ae516a35829c78542944afa6817a6ff01d
[ "MIT" ]
null
null
null
sim/prog5/ap_prog/main.c
yutongshen/RISC-V-Simulator
6ba9f6ae516a35829c78542944afa6817a6ff01d
[ "MIT" ]
2
2020-03-24T18:17:48.000Z
2021-06-18T09:19:39.000Z
void merge(short *list, int a, int b, int b_end) { int start = a; int a_end = b; int i = 0; short buff[b_end - a]; asm("nop"); while (a != a_end && b != b_end) { if (list[a] <= list[b]) buff[i++] = list[a++]; else buff[i++] = list[b++]; } while (a ...
22.090909
49
0.501029
fa0b3ec0e80f8fcfdfadb55fc7f6ac0c8153b51a
1,255
h
C
GI-MonteCarlo/monte-carlo-raytracer/Renderers/OpenMPRenderer.h
micma909/MonteCarloRaytraycer
7ea086158028deb3c7de340a46d5626faefdfade
[ "MIT" ]
3
2020-01-09T08:30:46.000Z
2021-08-18T19:08:23.000Z
GI-MonteCarlo/monte-carlo-raytracer/Renderers/OpenMPRenderer.h
micma909/MonteCarloRaytraycer
7ea086158028deb3c7de340a46d5626faefdfade
[ "MIT" ]
null
null
null
GI-MonteCarlo/monte-carlo-raytracer/Renderers/OpenMPRenderer.h
micma909/MonteCarloRaytraycer
7ea086158028deb3c7de340a46d5626faefdfade
[ "MIT" ]
1
2022-02-15T08:37:00.000Z
2022-02-15T08:37:00.000Z
#ifndef OpenMPRenderer_H #define OpenMPRenderer_H #include "Renderer.h" #include "Cameras/Camera.h" #include "Spectrum/CIE.h" #include <iomanip> //#include <ncurses.h> #include "Util/spectrum.h" #ifdef __APPLE__ #include <omp.h> #elif defined _WIN32 || defined _WIN64 #include <C:/MinGW32/lib/gcc/mingw32/4.7.0/include...
25.1
103
0.656574
368bb4a795213c722c750bf3c6945e58d6f9936b
4,148
h
C
couchbasejs/node_modules/couchbase/iojs-1.6.0/src/async-wrap.h
Jacqueline95/nosql
30de35ac22cda872fcc7330f28632f50692c2218
[ "MIT" ]
null
null
null
couchbasejs/node_modules/couchbase/iojs-1.6.0/src/async-wrap.h
Jacqueline95/nosql
30de35ac22cda872fcc7330f28632f50692c2218
[ "MIT" ]
null
null
null
couchbasejs/node_modules/couchbase/iojs-1.6.0/src/async-wrap.h
Jacqueline95/nosql
30de35ac22cda872fcc7330f28632f50692c2218
[ "MIT" ]
null
null
null
#ifndef SRC_ASYNC_WRAP_H_ #define SRC_ASYNC_WRAP_H_ #if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS #include "base-object.h" #include "uv.h" #include "v8.h" #include <stdint.h> namespace node { #define NODE_ASYNC_ID_OFFSET 0xA1C #define NODE_ASYNC_PROVIDER_TYPES(V) ...
41.069307
80
0.375362
cfcc38f327526d6a3f0e25bb04b05f3d63b44362
1,940
c
C
assets/levelselect_map.c
irishgreencitrus/maze-rage-demo
d1e79ef6b4b58a5058a63d363442c3b35cbff0b2
[ "MIT" ]
null
null
null
assets/levelselect_map.c
irishgreencitrus/maze-rage-demo
d1e79ef6b4b58a5058a63d363442c3b35cbff0b2
[ "MIT" ]
null
null
null
assets/levelselect_map.c
irishgreencitrus/maze-rage-demo
d1e79ef6b4b58a5058a63d363442c3b35cbff0b2
[ "MIT" ]
1
2021-10-02T17:48:21.000Z
2021-10-02T17:48:21.000Z
/* Generated By GameBoyPngConverter Tiles map TileMap Size : 20 x 18 */ const unsigned char levelselect_map[] = { 0x00,0x01,0x01,0x01,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x01,0x01,0x01,0x02,0x00,0x01,0x01,0x03,0x04,0x05,0x06,0x05,0x04,0x07,0x08,0x05,0x04,0x05,0x08,0x09,0x0...
176.363636
1,801
0.786598
82b50d0c04520ec3e327a1f6fffbf2c0cf30a86f
1,358
h
C
objective c/CtCILibrary/CtCILibrary/AssortedMethods.h
Kiandr/crackingcodinginterview
b499f5bc704ce24f8826d5facfaf6a3cc996a86a
[ "Apache-2.0" ]
null
null
null
objective c/CtCILibrary/CtCILibrary/AssortedMethods.h
Kiandr/crackingcodinginterview
b499f5bc704ce24f8826d5facfaf6a3cc996a86a
[ "Apache-2.0" ]
null
null
null
objective c/CtCILibrary/CtCILibrary/AssortedMethods.h
Kiandr/crackingcodinginterview
b499f5bc704ce24f8826d5facfaf6a3cc996a86a
[ "Apache-2.0" ]
null
null
null
// // AssortedMethods.h // // // Created by Ryan Moniz on 11/27/2013. // // #import <Foundation/Foundation.h> @interface AssortedMethods : NSObject +(AssortedMethods *)sharedInstance; - (int)randomInt:(int)n; - (int)randomIntInRange:(int)min to:(int)max; - (BOOL)randomBoolean; - (BOOL)randomBoolean:(int)percent...
33.121951
85
0.704713
c5bdbf0539f06e47fd689aa8b7f6744b067dd321
29,289
h
C
C/syntax/SyntaxDumper.h
ltcmelo/psychec
00963d2d18b7a55d8dd469ea8d34424c2d996713
[ "BSD-3-Clause" ]
435
2016-11-07T23:16:51.000Z
2022-03-27T16:16:00.000Z
C/syntax/SyntaxDumper.h
ltcmelo/psychec
00963d2d18b7a55d8dd469ea8d34424c2d996713
[ "BSD-3-Clause" ]
46
2016-11-09T14:08:41.000Z
2022-03-08T01:25:36.000Z
C/syntax/SyntaxDumper.h
ltcmelo/psychec
00963d2d18b7a55d8dd469ea8d34424c2d996713
[ "BSD-3-Clause" ]
32
2016-11-09T12:54:14.000Z
2022-03-20T10:08:44.000Z
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** Modifications (apply on the LGPL usage): ** Copyright (c) 2016-20 Leandro T. C. Melo (ltcmelo@gmail.com) ** ** This file is part of Qt Creator. ** ** ...
35.718293
141
0.643211
30607cb08f9e9e0494998637076c90c408fc5df3
173
h
C
PG/app/KeyCodeUtils.h
mcdreamer/PG
a047615d9eae7f2229a203a262f239106cf7f39c
[ "MIT" ]
2
2018-01-14T17:47:22.000Z
2021-11-15T10:34:24.000Z
PG/app/KeyCodeUtils.h
mcdreamer/PG
a047615d9eae7f2229a203a262f239106cf7f39c
[ "MIT" ]
23
2017-07-31T19:43:00.000Z
2018-11-11T18:51:28.000Z
PG/app/KeyCodeUtils.h
mcdreamer/PG
a047615d9eae7f2229a203a262f239106cf7f39c
[ "MIT" ]
null
null
null
#pragma once #include <string> namespace PG { enum class KeyCode; namespace KeyCodeUtils { void addCharacterForKeyCode(const PG::KeyCode& code, std::string& str); } }
11.533333
71
0.734104
d0713c64c427bd98680c7ec01448d045ecebd540
323
h
C
Project_2/Tests/packet-format.h
Opty1337/CN
bc01cf39bcc017783fdbb84ebd7958f405511e6c
[ "MIT" ]
null
null
null
Project_2/Tests/packet-format.h
Opty1337/CN
bc01cf39bcc017783fdbb84ebd7958f405511e6c
[ "MIT" ]
null
null
null
Project_2/Tests/packet-format.h
Opty1337/CN
bc01cf39bcc017783fdbb84ebd7958f405511e6c
[ "MIT" ]
null
null
null
#include <stdint.h> #define MAX_WINDOW_SIZE 32 #define TIMEOUT 1000 // ms #define MAX_RETRIES 3 typedef struct __attribute__((__packed__)) data_pkt_t { uint32_t seq_num; char data[1000]; } data_pkt_t; typedef struct __attribute__((__packed__)) ack_pkt_t { uint32_t seq_num; uint32_t selective_acks; } ack_pkt_...
20.1875
55
0.767802
a90fe853c58a915daa24fc3499de35af093d4271
311
c
C
src/lock-spin.c
jsyou-sor/dlmalloc
043f8fcfceafcc5bf40ea61c12b586522dfd0001
[ "CC0-1.0" ]
1
2021-12-27T09:25:36.000Z
2021-12-27T09:25:36.000Z
src/lock-spin.c
jsyou-sor/dlmalloc
043f8fcfceafcc5bf40ea61c12b586522dfd0001
[ "CC0-1.0" ]
null
null
null
src/lock-spin.c
jsyou-sor/dlmalloc
043f8fcfceafcc5bf40ea61c12b586522dfd0001
[ "CC0-1.0" ]
4
2020-05-15T04:49:43.000Z
2022-01-13T11:35:39.000Z
#include "config.h" #include "lock.h" #include "assert.h" MLOCK_T malloc_global_mutex = 0; /* Plain spin locks use single word (embedded in malloc_states) */ int spin_acquire_lock(int *sl) { int spins = 0; while (*(volatile int *) sl != 0 || CAS_LOCK(sl)) { SPIN(spins); } return 0; }
20.733333
66
0.630225
6507ef82fb1fb8698b88438f51f82b310fbdac7d
3,480
h
C
FlurryLib/FlurryAPI.h
daveverwer/UncaughtExceptionsDemo
64442b31f2fd2f6a788229a4d73705b69d93ffd6
[ "BSD-3-Clause" ]
1
2016-07-11T16:46:10.000Z
2016-07-11T16:46:10.000Z
FlurryLib/FlurryAPI.h
daveverwer/UncaughtExceptionsDemo
64442b31f2fd2f6a788229a4d73705b69d93ffd6
[ "BSD-3-Clause" ]
null
null
null
FlurryLib/FlurryAPI.h
daveverwer/UncaughtExceptionsDemo
64442b31f2fd2f6a788229a4d73705b69d93ffd6
[ "BSD-3-Clause" ]
null
null
null
// // FlurryAPI.h // Flurry iPhone Analytics Agent // // Copyright 2009 Flurry, Inc. All rights reserved. // #import <UIKit/UIKit.h> @class CLLocationManager; @class CLLocation; @interface FlurryAPI : NSObject { } /* optional sdk settings that should be called before start session */ + (void)setAppVersion:(NSSt...
37.419355
259
0.751437
45e392a66a959e961663d5440bbee562559de762
14,743
c
C
libnetutils/dhcpclient.c
nDroidProject/android_system_core
a6d3016791b1b702a8f8010abcc0ad63fc96ab59
[ "MIT" ]
29
2015-09-20T20:15:22.000Z
2021-12-23T09:48:19.000Z
libnetutils/dhcpclient.c
jsherman/platform_system_core
4a4c9f6f98055918f1ebff06b3cc1ed622c058fe
[ "MIT" ]
null
null
null
libnetutils/dhcpclient.c
jsherman/platform_system_core
4a4c9f6f98055918f1ebff06b3cc1ed622c058fe
[ "MIT" ]
15
2015-03-03T07:49:39.000Z
2021-01-20T03:02:06.000Z
/* * Copyright 2008, The Android Open Source 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 applica...
26.186501
118
0.52764
30af76ef9b5f8284ed7bcacb4417125a421566e3
25,585
c
C
snapgear_linux/user/w3cam/w3cam.c
impedimentToProgress/UCI-BlueChip
53e5d48b79079eaf60d42f7cb65bb795743d19fc
[ "MIT" ]
null
null
null
snapgear_linux/user/w3cam/w3cam.c
impedimentToProgress/UCI-BlueChip
53e5d48b79079eaf60d42f7cb65bb795743d19fc
[ "MIT" ]
null
null
null
snapgear_linux/user/w3cam/w3cam.c
impedimentToProgress/UCI-BlueChip
53e5d48b79079eaf60d42f7cb65bb795743d19fc
[ "MIT" ]
3
2016-06-13T13:20:56.000Z
2019-12-05T02:31:23.000Z
/* * w3cam.c * * Copyright (C) 1998 - 2001 Rasca, Berlin * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * *...
25.306627
83
0.599765