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
890f2d73996e8bd7c471e9aebbdcd59b8baa3f8f
1,369
c
C
Algorithms_1/corewar/assembler/src/detection5.c
diVid3/WeThinkCode_Projects
5bf4d715410eb6c974a763016aff65875ccebe5f
[ "MIT" ]
1
2020-04-02T15:54:44.000Z
2020-04-02T15:54:44.000Z
Algorithms_1/corewar/assembler/src/detection5.c
diVid3/WeThinkCode_Projects
5bf4d715410eb6c974a763016aff65875ccebe5f
[ "MIT" ]
11
2021-05-07T15:33:47.000Z
2022-03-02T04:25:08.000Z
Algorithms_1/corewar/assembler/src/detection5.c
diVid3/WeThinkCode_Projects
5bf4d715410eb6c974a763016aff65875ccebe5f
[ "MIT" ]
1
2018-06-07T07:07:45.000Z
2018-06-07T07:07:45.000Z
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* detection5.c :+: :+: :+: ...
36.026316
80
0.294375
defadeb02834fe892e2a772ea237bd7672735225
2,244
h
C
icing/testing/snippet-helpers.h
PixelPlusUI-SnowCone/external_icing
206a7d6b4ab83c6acdb8b14565e2431751c9e4cf
[ "Apache-2.0" ]
null
null
null
icing/testing/snippet-helpers.h
PixelPlusUI-SnowCone/external_icing
206a7d6b4ab83c6acdb8b14565e2431751c9e4cf
[ "Apache-2.0" ]
null
null
null
icing/testing/snippet-helpers.h
PixelPlusUI-SnowCone/external_icing
206a7d6b4ab83c6acdb8b14565e2431751c9e4cf
[ "Apache-2.0" ]
null
null
null
// Copyright (C) 2019 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to...
39.368421
80
0.738414
607307e2b93ec69fe6a556df1022f74b36e4b448
538
h
C
include/pyctreemodule.h
sneppy/pyctree
6253ab5f30e6eb11516d27c69e3140ea1e930a64
[ "MIT" ]
null
null
null
include/pyctreemodule.h
sneppy/pyctree
6253ab5f30e6eb11516d27c69e3140ea1e930a64
[ "MIT" ]
null
null
null
include/pyctreemodule.h
sneppy/pyctree
6253ab5f30e6eb11516d27c69e3140ea1e930a64
[ "MIT" ]
null
null
null
#pragma once #include "python.h" #include "pyctree_tree.h" #include "pyctree_sorted_set.h" #define PYCTREE_MODULE /* The name of the Python module. */ static char const module_name[] = "pyctree"; /* Definition for the Python module. */ static struct PyModuleDef pyctreemodule = { .m_base = PyModuleDef_HEAD_INIT, ....
21.52
48
0.693309
8e6e02bc3b766e08d215aa86e2fbdc11eabfc47f
754
h
C
apps/common/include/matrix_keyboard.h
JL-SZ-FU/fw-AC63_BT_SDK
25164864d501ec6a72bf93efe685c5c552263777
[ "Apache-2.0" ]
76
2020-08-07T07:01:18.000Z
2022-03-25T15:31:03.000Z
apps/common/include/matrix_keyboard.h
JL-SZ-FU/fw-AC63_BT_SDK
25164864d501ec6a72bf93efe685c5c552263777
[ "Apache-2.0" ]
140
2020-07-30T06:38:35.000Z
2022-03-31T10:51:49.000Z
apps/common/include/matrix_keyboard.h
JL-SZ-FU/fw-AC63_BT_SDK
25164864d501ec6a72bf93efe685c5c552263777
[ "Apache-2.0" ]
55
2020-07-30T11:40:47.000Z
2022-03-24T11:14:11.000Z
#ifndef _MATRIX_KEYBOARD_H_ #define _MATRIX_KEYBOARD_H_ #include "typedef.h" //左/右CTL,在/右ALT,在/右SHIFT,左/右WIN键盘 #define S_KEY(x) (x|(0x1<<8)) #define _KEY_FN 0xff #define ROW_MAX 8 #define COL_MAX 20 enum { MATRIX_KEY_UP = 0, MATRIX_KEY_SHORT, MATRIX_KEY_LON...
19.333333
45
0.636605
8e9b47b209d6b42e6eb15fdf7887e23b21d3fae7
1,610
h
C
include/variables.h
suraj022/RESCUEMAZE2019
e5ef12308255191d7ddb6f0e1c346ff40c6dcf82
[ "Apache-2.0" ]
null
null
null
include/variables.h
suraj022/RESCUEMAZE2019
e5ef12308255191d7ddb6f0e1c346ff40c6dcf82
[ "Apache-2.0" ]
1
2019-06-24T13:58:57.000Z
2019-06-25T13:44:16.000Z
include/variables.h
suraj022/RESCUEMAZE2019
e5ef12308255191d7ddb6f0e1c346ff40c6dcf82
[ "Apache-2.0" ]
1
2019-06-15T12:44:17.000Z
2019-06-15T12:44:17.000Z
#ifndef _VARIABLES_H #define _VARIABLES_H unsigned long currentpulsetime1 = 0; unsigned long currentpulsetime2 = 0; unsigned long previoustime1 = 0; unsigned long previoustime2 = 0; // Servo position int pos = 0; // bump flags bool leftBumpFlag = false; bool rightBumpFlag = false; bool bumpcheck = true; // Colour ...
19.39759
77
0.717391
f1271eccb6f1b9cd76348de8429424237b624e24
3,283
h
C
Samples/InferObjectDetection/CustomDataRecvInterface.h
huaweiatlasTest/samples
5d1fcd6dc1b25bca3bf0a82f3e40d95d03f6995b
[ "BSD-3-Clause" ]
23
2019-07-29T02:15:20.000Z
2020-01-09T02:20:32.000Z
Samples/InferObjectDetection/CustomDataRecvInterface.h
huaweiatlasTest/samples
5d1fcd6dc1b25bca3bf0a82f3e40d95d03f6995b
[ "BSD-3-Clause" ]
4
2019-09-26T07:50:26.000Z
2019-11-29T06:01:29.000Z
Samples/InferObjectDetection/CustomDataRecvInterface.h
huaweiatlasTest/samples
5d1fcd6dc1b25bca3bf0a82f3e40d95d03f6995b
[ "BSD-3-Clause" ]
14
2019-08-14T07:54:55.000Z
2020-01-14T08:09:21.000Z
/** * ============================================================================ * * Copyright (C) 2019, Huawei Technologies Co., Ltd. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * ...
31.567308
103
0.617118
dafbda94e2c2bd08a1fb3b6e620a5230e2f8e08d
178
h
C
Example/Pods/Target Support Files/Pods-MCSwipeTransition_Tests/Pods-MCSwipeTransition_Tests-umbrella.h
mohonish/MCSwipeTransition
5b5f59632a7e96024dde26604105fa7983d44113
[ "MIT" ]
null
null
null
Example/Pods/Target Support Files/Pods-MCSwipeTransition_Tests/Pods-MCSwipeTransition_Tests-umbrella.h
mohonish/MCSwipeTransition
5b5f59632a7e96024dde26604105fa7983d44113
[ "MIT" ]
null
null
null
Example/Pods/Target Support Files/Pods-MCSwipeTransition_Tests/Pods-MCSwipeTransition_Tests-umbrella.h
mohonish/MCSwipeTransition
5b5f59632a7e96024dde26604105fa7983d44113
[ "MIT" ]
null
null
null
#import <UIKit/UIKit.h> FOUNDATION_EXPORT double Pods_MCSwipeTransition_TestsVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_MCSwipeTransition_TestsVersionString[];
25.428571
82
0.876404
970d1880b474a0930f73a24d12e2140eaca6d7bb
1,035
c
C
src/file_io.c
E-creator513/memory-allocate
8562f4da9bd7c0931c535628799bfcacdd263c89
[ "Vim" ]
null
null
null
src/file_io.c
E-creator513/memory-allocate
8562f4da9bd7c0931c535628799bfcacdd263c89
[ "Vim" ]
null
null
null
src/file_io.c
E-creator513/memory-allocate
8562f4da9bd7c0931c535628799bfcacdd263c89
[ "Vim" ]
null
null
null
#include <stdlib.h> #include <stdio.h> #include <stdint.h> #include "file_io.h" enum open_status fopen_read(FILE ** file, const char *filepath){ *file = fopen(filepath, "rb"); if (!*file) { return OPEN_READ_ERROR; } return OPEN_OK; } enum open_status fopen_write(FILE ** file, const ch...
24.642857
73
0.645411
97f4a18e311b6275d0466bd243099de53e2daa0d
19,537
c
C
sm64ex-nightly/levels/rr/areas/1/2/model.inc.c
alex-free/sm64ex-creator
e7089df69fb43f266b2165078d94245b33b8e72a
[ "Intel", "X11", "Unlicense" ]
2
2022-03-12T08:27:53.000Z
2022-03-12T18:26:06.000Z
levels/rr/areas/1/2/model.inc.c
Daviz00/sm64
fd2ed5e0e72d04732034919f8442f8d2cc40fd67
[ "Unlicense" ]
null
null
null
levels/rr/areas/1/2/model.inc.c
Daviz00/sm64
fd2ed5e0e72d04732034919f8442f8d2cc40fd67
[ "Unlicense" ]
null
null
null
// 0x070021D8 - 0x070022C8 static const Vtx rr_seg7_vertex_070021D8[] = { {{{ 984, 0, 210}, 0, { 2678, 2252}, {0xfe, 0xff, 0xcd, 0xff}}}, {{{ 404, 0, 210}, 0, { 1956, 2976}, {0xfe, 0xff, 0xcd, 0xff}}}, {{{ -101, 0, 717}, 0, { 690, 2976}, {0xfe, 0xff, 0xcd, 0xff}}}, ...
61.825949
173
0.473154
3e1a932922a1a6a334c45d93bd5576418255acab
16,639
h
C
src/tio_xhdf5_int.h
benjaminjeliot/typhonio
d369bdec1a17862d4fd937399f17656cb9147d68
[ "BSD-3-Clause" ]
3
2018-07-19T21:30:59.000Z
2020-07-21T13:50:36.000Z
src/tio_xhdf5_int.h
benjaminjeliot/typhonio
d369bdec1a17862d4fd937399f17656cb9147d68
[ "BSD-3-Clause" ]
null
null
null
src/tio_xhdf5_int.h
benjaminjeliot/typhonio
d369bdec1a17862d4fd937399f17656cb9147d68
[ "BSD-3-Clause" ]
null
null
null
/* Crown Copyright 2014 AWE. This file is part of TyphonIO. Released under the BSD 3-clause license. For more details see license.txt */ #ifndef _TIO_XHDF5_INT_H #define _TIO_XHDF5_INT_H #include "tio_global_int.h" #ifdef _TYPHIO_HDF5 #ifdef _H5_USE_16_API #define H5_USE_16_API #endif #include <hdf5.h> ...
39.711217
113
0.448705
2d7f54af54405d7b100ca463f2889104cf814b57
93
h
C
arch/x86/include/cache_private.h
dmgerman/zephyrd3
b6a23cc9c5d534c352e33fd18fff7799ac3c2886
[ "Apache-2.0" ]
null
null
null
arch/x86/include/cache_private.h
dmgerman/zephyrd3
b6a23cc9c5d534c352e33fd18fff7799ac3c2886
[ "Apache-2.0" ]
null
null
null
arch/x86/include/cache_private.h
dmgerman/zephyrd3
b6a23cc9c5d534c352e33fd18fff7799ac3c2886
[ "Apache-2.0" ]
null
null
null
DECL|ZEPHYR_ARCH_X86_INCLUDE_CACHE_PRIVATE_H_|macro|ZEPHYR_ARCH_X86_INCLUDE_CACHE_PRIVATE_H_
46.5
92
0.956989
ee2bd57ceaae7b41fd626650cac04d1d831aa900
13,662
h
C
include/graph.h
loreloc/data-structures
3ae4056b7b979bac0cc0365c87a89c809d801d10
[ "MIT" ]
3
2018-11-30T16:30:04.000Z
2020-12-13T18:01:24.000Z
include/graph.h
loreloc/data-structures
3ae4056b7b979bac0cc0365c87a89c809d801d10
[ "MIT" ]
null
null
null
include/graph.h
loreloc/data-structures
3ae4056b7b979bac0cc0365c87a89c809d801d10
[ "MIT" ]
5
2018-12-15T14:32:02.000Z
2019-12-02T13:47:02.000Z
#pragma once #include <iostream> #include <cstring> #include <climits> #include "stack.h" #include "queue.h" #include "hashtable.h" #include "linkedlist.h" #include "searchtree.h" #include "priorityqueue.h" template<class T, class W> class Graph; template<class T, class W> class GEdge; template<class T, class W> ...
18.663934
131
0.622456
7cba0ebe8c4f38b2637677a6fc00ecc2d3cca675
487
h
C
AERecord/AERecord.h
szehnder/AERecord
ddf3e97040ab6b43798e8563623b186ff7c62dad
[ "MIT" ]
null
null
null
AERecord/AERecord.h
szehnder/AERecord
ddf3e97040ab6b43798e8563623b186ff7c62dad
[ "MIT" ]
null
null
null
AERecord/AERecord.h
szehnder/AERecord
ddf3e97040ab6b43798e8563623b186ff7c62dad
[ "MIT" ]
null
null
null
// // AERecord.h // AERecord // // Created by Sean Zehnder on 12/10/14. // Copyright (c) 2014 Tadija. All rights reserved. // #import <UIKit/UIKit.h> //! Project version number for AERecord. FOUNDATION_EXPORT double AERecordVersionNumber; //! Project version string for AERecord. FOUNDATION_EXPORT const unsigned ...
24.35
133
0.753593
6e63f573970d5d9875cc8c5c808d16ab24b574d5
293
h
C
iOS/FireflyUtility/FireflyUtility/FDDetailTimingViewController.h
mpkasp/firefly-ice-api
5e43cb56eb3be4391fd55bdc75d5d0db40249519
[ "Apache-2.0" ]
null
null
null
iOS/FireflyUtility/FireflyUtility/FDDetailTimingViewController.h
mpkasp/firefly-ice-api
5e43cb56eb3be4391fd55bdc75d5d0db40249519
[ "Apache-2.0" ]
null
null
null
iOS/FireflyUtility/FireflyUtility/FDDetailTimingViewController.h
mpkasp/firefly-ice-api
5e43cb56eb3be4391fd55bdc75d5d0db40249519
[ "Apache-2.0" ]
null
null
null
// // FDDetailTimingViewController.h // FireflyUtility // // Created by Denis Bohm on 7/8/14. // Copyright (c) 2014 Firefly Design. All rights reserved. // #import "FDDetailViewController.h" #import <UIKit/UIKit.h> @interface FDDetailTimingViewController : FDDetailViewController @end
18.3125
64
0.74744
05246ec121d2ca4279380c7b17ad7b56a52e287b
6,527
c
C
util/hull.c
raptoravis/cr19
4f5e7a1d44aadbb75160e64563e53c418cd330a6
[ "MIT" ]
1
2015-04-30T14:18:45.000Z
2015-04-30T14:18:45.000Z
util/hull.c
raptoravis/cr19
4f5e7a1d44aadbb75160e64563e53c418cd330a6
[ "MIT" ]
null
null
null
util/hull.c
raptoravis/cr19
4f5e7a1d44aadbb75160e64563e53c418cd330a6
[ "MIT" ]
null
null
null
#include <stdlib.h> #include <math.h> #include "cr_mem.h" #include "cr_hull.h" #include "cr_error.h" #ifdef WINDOWS /* I know while(1) is constant */ #pragma warning( disable: 4127 ) #endif /*================================================== * * Do S1 & S2 intersect? if so, return t for s1 */ static double _seg...
20.655063
77
0.49548
f511129184de447c60005ad4df995c9e8a387b58
2,000
h
C
System/Library/PrivateFrameworks/HomeUI.framework/HUIconPickerViewController.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
1
2020-11-04T15:43:01.000Z
2020-11-04T15:43:01.000Z
System/Library/PrivateFrameworks/HomeUI.framework/HUIconPickerViewController.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
System/Library/PrivateFrameworks/HomeUI.framework/HUIconPickerViewController.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:42:57 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/HomeUI.framework/HomeUI * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Lim...
46.511628
188
0.7835
dc40ba3eef72df0282bc45ac3066a3e66f78a1ec
596
h
C
fbpcf/gcp/GCSInputStream.h
taoyong-ty/fbpcf
4bfc81ce3fa7acde42575b26dd261fb0caec5502
[ "MIT" ]
null
null
null
fbpcf/gcp/GCSInputStream.h
taoyong-ty/fbpcf
4bfc81ce3fa7acde42575b26dd261fb0caec5502
[ "MIT" ]
null
null
null
fbpcf/gcp/GCSInputStream.h
taoyong-ty/fbpcf
4bfc81ce3fa7acde42575b26dd261fb0caec5502
[ "MIT" ]
null
null
null
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <google/cloud/storage/object_read_stream.h> #include <istream> #include "fbpcf/io/IInputStream.h" namespace...
22.923077
74
0.723154
8cf684857ae6c9db8ca30f97a5c819fb8df1ec30
1,349
h
C
PrivateFrameworks/NeutrinoCore/NUCGLRendererInfo.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
17
2018-11-13T04:02:58.000Z
2022-01-20T09:27:13.000Z
PrivateFrameworks/NeutrinoCore/NUCGLRendererInfo.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
3
2018-04-06T02:02:27.000Z
2018-10-02T01:12:10.000Z
PrivateFrameworks/NeutrinoCore/NUCGLRendererInfo.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
1
2018-09-28T13:54:23.000Z
2018-09-28T13:54:23.000Z
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSObject.h" @interface NUCGLRendererInfo : NSObject { BOOL _online; BOOL _accelerated; BOOL _acceleratedCompute; unsigned int _displayMask; unsigned in...
39.676471
140
0.779837
0cff18fda43576f8dd67d7a342777ad9e5d6b97b
1,756
c
C
SingleSource/UnitTests/Integer/convert.c
gmlueck/llvm-test-suite
7ff842b8fec970561fed78c9347e496538cf74f5
[ "Apache-2.0" ]
70
2019-01-15T03:03:55.000Z
2022-03-28T02:16:13.000Z
SingleSource/UnitTests/Integer/convert.c
gmlueck/llvm-test-suite
7ff842b8fec970561fed78c9347e496538cf74f5
[ "Apache-2.0" ]
519
2020-09-15T07:40:51.000Z
2022-03-31T20:51:15.000Z
SingleSource/UnitTests/Integer/convert.c
gmlueck/llvm-test-suite
7ff842b8fec970561fed78c9347e496538cf74f5
[ "Apache-2.0" ]
117
2020-06-24T13:11:04.000Z
2022-03-23T15:44:23.000Z
//===--- convert.c --- Test Cases for Bit Accurate Types ------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
25.449275
80
0.540433
efbfdb7753d0edf5f2d1d9bbed7e73544f94b4f8
5,239
h
C
lib/AccessLine.h
jojochuang/eventwave
6cb3a8569f12a9127bf326be3231123428cd754d
[ "BSD-3-Clause" ]
null
null
null
lib/AccessLine.h
jojochuang/eventwave
6cb3a8569f12a9127bf326be3231123428cd754d
[ "BSD-3-Clause" ]
null
null
null
lib/AccessLine.h
jojochuang/eventwave
6cb3a8569f12a9127bf326be3231123428cd754d
[ "BSD-3-Clause" ]
null
null
null
#ifndef __ACCESSLINE_H #define __ACCESSLINE_H #include "ContextMapping.h" #include "Event.h" #include "ThreadStructure.h" /** * \file AccessLine.h * \brief declares the AccessLine class */ namespace mace{ /** * \brief AccessLine checks if the current event is allowed to enter the context * * */ class AccessLine...
38.807407
168
0.67761
d030b3fc9b7755fbe9bed9c472e9a8e03922e316
311
h
C
vpr/src/place/initial_placement.h
Vitoast/vtr-verilog-to-routing
0a7b78d4f466cccb247a436b3b88b120cbf15fad
[ "MIT" ]
null
null
null
vpr/src/place/initial_placement.h
Vitoast/vtr-verilog-to-routing
0a7b78d4f466cccb247a436b3b88b120cbf15fad
[ "MIT" ]
null
null
null
vpr/src/place/initial_placement.h
Vitoast/vtr-verilog-to-routing
0a7b78d4f466cccb247a436b3b88b120cbf15fad
[ "MIT" ]
null
null
null
#ifndef VPR_INITIAL_PLACEMENT_H #define VPR_INITIAL_PLACEMENT_H #include "vpr_types.h" #include "place_constraints.h" void initial_placement(enum e_pad_loc_type pad_loc_type, const char* constraints_file, std::map<ClusterBlockId, std::map<AtomBlockId, Change_Entry>>* final_perms, char** lut_errors); #endif
31.1
182
0.819936
1ba0eb78b34da8048698672918ad85eb081b4a4a
3,928
h
C
MultiThreadingTesting/MultiThreadingTesting/Util.h
Lusane/FractalGen
77d7f776542b57561770b3509b440f7fcba99e4f
[ "BSD-3-Clause" ]
null
null
null
MultiThreadingTesting/MultiThreadingTesting/Util.h
Lusane/FractalGen
77d7f776542b57561770b3509b440f7fcba99e4f
[ "BSD-3-Clause" ]
null
null
null
MultiThreadingTesting/MultiThreadingTesting/Util.h
Lusane/FractalGen
77d7f776542b57561770b3509b440f7fcba99e4f
[ "BSD-3-Clause" ]
null
null
null
#define VERITAS_FACTA 420 #ifndef _CRT_SECURE_NO_WARNINGS #define _CRT_SECURE_NO_WARNINGS 1 #endif #define _WIN32_WINNT 0x0501 #include <ios> #include <iostream> #include <fstream> #include <string> #include <sstream> #include <thread> #include <atomic> #include <vector> #include <time.h> #include <ratio> #include <ch...
23.662651
97
0.72887
48a91e130a8e4c87e04c123a894d45ee00391b74
435
h
C
Device/Source/Include/includes.h
NufrontIOT/NL6621-OneNet
6edd3823809f79ee5c079f88bbbef5143ff51a3f
[ "Apache-2.0" ]
2
2015-08-25T06:28:16.000Z
2015-12-30T03:15:01.000Z
Device/Source/Include/includes.h
NufrontIOT/NL6621-OneNet
6edd3823809f79ee5c079f88bbbef5143ff51a3f
[ "Apache-2.0" ]
null
null
null
Device/Source/Include/includes.h
NufrontIOT/NL6621-OneNet
6edd3823809f79ee5c079f88bbbef5143ff51a3f
[ "Apache-2.0" ]
1
2019-05-29T06:26:35.000Z
2019-05-29T06:26:35.000Z
#ifndef INCLUDES_H_ #define INCLUDES_H_ #include <ctype.h> #include <setjmp.h> #include "os_cpu.h" #include "os_cfg.h" #include "os_dmem.h" #include "arch/sys_arch.h" #include "app_cfg.h" #include "types_def.h" #include "bsp.h" #include "board.h" #include "util.h" #include "global....
19.772727
29
0.632184
0b2fe06914800a7df633879ea0b35c96a4a5f161
69
h
C
cppversion/sensor.h
noelleclement/musichand
0d81d3edf77dfe642ca33a17a8fc68dff3c8c36f
[ "MIT" ]
null
null
null
cppversion/sensor.h
noelleclement/musichand
0d81d3edf77dfe642ca33a17a8fc68dff3c8c36f
[ "MIT" ]
null
null
null
cppversion/sensor.h
noelleclement/musichand
0d81d3edf77dfe642ca33a17a8fc68dff3c8c36f
[ "MIT" ]
null
null
null
class Sensor{ public: Sensor(){ } void setupSensor(){ } };
4.928571
20
0.550725
29958f7a2871ccaca3606765a2eacd2a24c97ced
366
h
C
Applications/PreBoard/PREViewController.h
lechium/tvOS144Headers
e22dcf52662ae03002e3a6d57273f54e74013cb0
[ "MIT" ]
2
2021-04-15T10:50:21.000Z
2021-08-19T19:00:09.000Z
Applications/PreBoard/PREViewController.h
lechium/tvOS142Headers
c7696f6d760e4822f61b9f2c2adcd18749700fda
[ "MIT" ]
null
null
null
Applications/PreBoard/PREViewController.h
lechium/tvOS142Headers
c7696f6d760e4822f61b9f2c2adcd18749700fda
[ "MIT" ]
null
null
null
// // Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20). // // Copyright (C) 1997-2019 Steve Nygard. // #import <UIKit/UIAlertController.h> @interface PREViewController : UIAlertController { } + (id)viewController; // IMP=0x0000000100008fc4 - (void)...
20.333333
120
0.721311
73e9d11e22b25ece54440a4a2fa74d40513b5ca3
2,837
h
C
extensions/renderer/bindings/js_runner.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
extensions/renderer/bindings/js_runner.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
extensions/renderer/bindings/js_runner.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 EXTENSIONS_RENDERER_BINDINGS_JS_RUNNER_H_ #define EXTENSIONS_RENDERER_BINDINGS_JS_RUNNER_H_ #include <memory> #include "base/callback.h" #includ...
39.957746
80
0.663729
5db1d6be3da505a27912182935f4bcfa30c5070c
103
h
C
KoalaRunBot/KoalaRunBotCore/source/StrategyCenter.h
koalarun/KoalaRunBot
2c2093d26b1ca87a08731727a189f32297e9c6cd
[ "MIT" ]
null
null
null
KoalaRunBot/KoalaRunBotCore/source/StrategyCenter.h
koalarun/KoalaRunBot
2c2093d26b1ca87a08731727a189f32297e9c6cd
[ "MIT" ]
null
null
null
KoalaRunBot/KoalaRunBotCore/source/StrategyCenter.h
koalarun/KoalaRunBot
2c2093d26b1ca87a08731727a189f32297e9c6cd
[ "MIT" ]
null
null
null
#pragma once class StrategyCenter { public: void Update(); static StrategyCenter& Instance(); };
12.875
36
0.708738
951a6a784c249325ca49d5ae9ee41d2ef4e5a704
239
h
C
CHGAdapter/Sample/keyPath用法(tableView)/controller/TVKeyPathViewController.h
chenhaigang888/CHGAdapter
44e76c42b20e6defed8333f89be2e45f0b7e4b36
[ "MIT" ]
21
2018-05-12T06:00:53.000Z
2022-03-31T06:39:49.000Z
CHGAdapter/Sample/keyPath用法(tableView)/controller/TVKeyPathViewController.h
chenhaigang888/CHGAdapter
44e76c42b20e6defed8333f89be2e45f0b7e4b36
[ "MIT" ]
null
null
null
CHGAdapter/Sample/keyPath用法(tableView)/controller/TVKeyPathViewController.h
chenhaigang888/CHGAdapter
44e76c42b20e6defed8333f89be2e45f0b7e4b36
[ "MIT" ]
1
2018-05-17T01:54:20.000Z
2018-05-17T01:54:20.000Z
// // TVKeyPathViewController.h // CHGAdapter // // Created by chen haiGang on 2018/9/12. // Copyright © 2018年 chen haiGang. All rights reserved. // #import <UIKit/UIKit.h> @interface TVKeyPathViewController : UIViewController @end
17.071429
56
0.723849
ab58bc5e03e6db1cf6fbb94a513740786e0d6794
386
h
C
gp3Circuit/components.h
LandKingdom/CppSchoolProjects
813b48264a8e2f8600dec7ed12ac1bb628108c0b
[ "MIT" ]
1
2019-10-22T03:36:55.000Z
2019-10-22T03:36:55.000Z
gp3Circuit/components.h
Karrq/CppSchoolProjects
813b48264a8e2f8600dec7ed12ac1bb628108c0b
[ "MIT" ]
null
null
null
gp3Circuit/components.h
Karrq/CppSchoolProjects
813b48264a8e2f8600dec7ed12ac1bb628108c0b
[ "MIT" ]
null
null
null
#ifndef COMPONENTS_H #define COMPONENTS_H coords drawCapacitor(coords cC, bool r=false); coords drawResistor(coords cR, bool r=false); coords drawTransistor(coords cQ, bool r=false, int terminal=0); coords drawGround(coords cG); coords drawResistor(int x, int y, bool r=false); coords protoResistor(int x, int y, bool...
25.733333
63
0.772021
225371151ba438d82ae89d59bf4adbe689dec3f9
28,563
c
C
spike_dcerpc.c
hsluoyz/SpikeFuzzUI
690e850f517105d4f068a6c23eeeaabca0e05b8a
[ "Apache-2.0" ]
2
2018-07-04T14:35:25.000Z
2018-12-28T13:51:37.000Z
spike_dcerpc.c
hsluoyz/SpikeFuzzUI
690e850f517105d4f068a6c23eeeaabca0e05b8a
[ "Apache-2.0" ]
null
null
null
spike_dcerpc.c
hsluoyz/SpikeFuzzUI
690e850f517105d4f068a6c23eeeaabca0e05b8a
[ "Apache-2.0" ]
2
2018-07-04T14:35:26.000Z
2020-02-22T11:52:49.000Z
/*Spike_dce_rpc.c*/ /*Dave Aitel, 2001*/ /*License: GPL v2.0 */ /*this supports msrpcfuzz, and provides a few useful dce-rpc functions in case someone else wants them*/ /*this will even do ltlm authentication - eventually*/ /*TODO Fix the string stuff so it's a real DCE string. Get multi-fragment queries working b...
22.651071
377
0.67857
958253ab804c2a38763803a159057c5bde87396a
21,110
c
C
sdk/sdk/driver/xcpu_master/xcpu_io.c
doyaGu/C0501Q_HWJL01
07a71328bd9038453cbb1cf9c276a3dd1e416d63
[ "MIT" ]
1
2021-10-09T08:05:50.000Z
2021-10-09T08:05:50.000Z
sdk/sdk/driver/xcpu_master/xcpu_io.c
doyaGu/C0501Q_HWJL01
07a71328bd9038453cbb1cf9c276a3dd1e416d63
[ "MIT" ]
null
null
null
sdk/sdk/driver/xcpu_master/xcpu_io.c
doyaGu/C0501Q_HWJL01
07a71328bd9038453cbb1cf9c276a3dd1e416d63
[ "MIT" ]
null
null
null
/* * Copyright (c) 2013 ITE Technology Corp. All Rights Reserved. */ /** @file xcpu_io.c * * @version 0.1 */ #include "xcpu_io.h" #include "bus.h" #include "itx.h" //============================================================================= // Constant Definition //==============...
26.755387
116
0.542871
9f3f77cb0073e3325f2c4c23b059056707f0e435
2,048
c
C
dynamic_programming/knapsack/knapsack.c
poyichou/aligorithm_note
faf3bcecb594fe9e062bb9c177ae8c62c63b19b6
[ "MIT" ]
null
null
null
dynamic_programming/knapsack/knapsack.c
poyichou/aligorithm_note
faf3bcecb594fe9e062bb9c177ae8c62c63b19b6
[ "MIT" ]
null
null
null
dynamic_programming/knapsack/knapsack.c
poyichou/aligorithm_note
faf3bcecb594fe9e062bb9c177ae8c62c63b19b6
[ "MIT" ]
null
null
null
/** knapsack problem, 0-1 knapsack Goal: for a knapsack of # capacity, and items with weights, value, fill the knapsack to approach max value Time complexity: O(nW), n: # items, W: capacity W not polynomial with input size pseudo-polynomial NP-complete problem */ #include <stdio.h> #include <stdlib.h> struc...
26.25641
108
0.609863
c36fc5ec77da9d01a8352ab2025a2a9cb8819c3c
1,546
h
C
Define/XNColorDefine.h
JiabaoZhu/XNLib
b45b9abd99e73e6c018ea71d8f151974bfea3e97
[ "Apache-2.0" ]
1
2016-12-22T09:30:50.000Z
2016-12-22T09:30:50.000Z
Define/XNColorDefine.h
JiabaoZhu/XNLib
b45b9abd99e73e6c018ea71d8f151974bfea3e97
[ "Apache-2.0" ]
null
null
null
Define/XNColorDefine.h
JiabaoZhu/XNLib
b45b9abd99e73e6c018ea71d8f151974bfea3e97
[ "Apache-2.0" ]
null
null
null
// // ColorDefine.h // IM // // Created by Jiabao on 16/6/25. // Copyright © 2016年 Jiabao. All rights reserved. // #ifndef ColorDefine_h #define ColorDefine_h #import <Foundation/Foundation.h> #pragma mark - 颜色的RGBA转换 #define COLOR_RGBA(redValue, greenValue, blueValue, alphaValue) \ [UIColor colorWithRed...
35.136364
99
0.65912
ba9ebacf0028035488bcf7d880175841bf0a80c0
1,215
c
C
cluster/ejercicio1.c
sebaxtian/Plataformas
0c1c5217c5affd72d4653db9d99c93ac0d3881de
[ "MIT" ]
1
2018-04-23T23:48:54.000Z
2018-04-23T23:48:54.000Z
cluster/ejercicio1.c
Sebaxtian/Plataformas
0c1c5217c5affd72d4653db9d99c93ac0d3881de
[ "MIT" ]
null
null
null
cluster/ejercicio1.c
Sebaxtian/Plataformas
0c1c5217c5affd72d4653db9d99c93ac0d3881de
[ "MIT" ]
3
2017-02-28T01:21:34.000Z
2020-04-20T19:16:09.000Z
#include <stdio.h> #include "mpi.h" int main(int argc,char *argv[]){ int size, rank, dest, source, count, tag=1; int invalue, outvalue = 1; MPI_Status Stat; MPI_Init(&argc,&argv); MPI_Comm_size(MPI_COMM_WORLD, &size); MPI_Comm_rank(MPI_COMM_WORLD, &rank); if (rank == 0) { dest = 1; source = 3; M...
20.948276
70
0.628807
f9902ebe2d6471915affc5097238bf895cccc152
153
c
C
src/term/enter_draft_quality.c
ung-org/lib-c
55fc64c7ffd7792bc88451a736c2e94e5865282f
[ "MIT" ]
null
null
null
src/term/enter_draft_quality.c
ung-org/lib-c
55fc64c7ffd7792bc88451a736c2e94e5865282f
[ "MIT" ]
null
null
null
src/term/enter_draft_quality.c
ung-org/lib-c
55fc64c7ffd7792bc88451a736c2e94e5865282f
[ "MIT" ]
null
null
null
#include <term.h> #define enter_draft_quality tigetstr("sdrfq") /** set draf quality print **/ /* TERMINFO_NAME(sdrfq) TERMCAP_NAME(ZG) XOPEN(400) */
12.75
45
0.712418
ba3128d70ceb04e1a0e78ef272d22c69f765f750
7,852
c
C
gen/windows/kin/slrt/src/p_knee_to_shin_right_src.c
UMich-BipedLab/Cassie_StateEstimation
d410ddce0ab342651f5ec0540c2867faf959a3a9
[ "BSD-3-Clause" ]
26
2018-07-20T15:20:19.000Z
2022-03-14T07:12:12.000Z
gen/windows/kin/slrt/src/p_knee_to_shin_right_src.c
UMich-BipedLab/Cassie_StateEstimation
d410ddce0ab342651f5ec0540c2867faf959a3a9
[ "BSD-3-Clause" ]
2
2019-04-19T22:57:00.000Z
2022-01-11T12:46:20.000Z
gen/windows/kin/slrt/src/p_knee_to_shin_right_src.c
UMich-BipedLab/Cassie_StateEstimation
d410ddce0ab342651f5ec0540c2867faf959a3a9
[ "BSD-3-Clause" ]
10
2018-07-29T08:05:14.000Z
2022-02-03T08:48:11.000Z
/* * Automatically Generated from Mathematica. * Thu 23 May 2019 13:07:40 GMT-04:00 */ #include <stdio.h> #include <stdlib.h> #include <math.h> #include "p_knee_to_shin_right_src.h" #ifdef _MSC_VER #define INLINE __forceinline /* use __forceinline (VC++ specific) */ #else #define INLINE static __i...
24.08589
295
0.647478
c9ad8de071be49c78d21fa26c6e80dc9b6852a63
305
h
C
src/uml/name_label.h
Quicksilver-Project/quicksilveruml
c9019443360c98c61edbd60c93cf2c1701912c2e
[ "MIT" ]
null
null
null
src/uml/name_label.h
Quicksilver-Project/quicksilveruml
c9019443360c98c61edbd60c93cf2c1701912c2e
[ "MIT" ]
null
null
null
src/uml/name_label.h
Quicksilver-Project/quicksilveruml
c9019443360c98c61edbd60c93cf2c1701912c2e
[ "MIT" ]
1
2021-04-02T21:35:06.000Z
2021-04-02T21:35:06.000Z
#include "label.h" /**~UML Diagram Interchange~ * A_UMLNameLabel_modelElement_umlDiagramElement [Association] * * Owned Ends * *  umlDiagramElement : UMLNameLabel [0..*]{redefines * A_UMLDiagramElement_modelElement_umlDiagramElement::umlDiagramElement} (opposite * UMLNameLabel::modeElement) **/
30.5
83
0.77377
a006e11b37d5fdb53b744eff368128222b6d620d
1,822
h
C
workshop/SheetViewer.h
Zackmon/SeventhUmbral
25580111b361d2fdc2c15fd2cd150e4c763ca774
[ "BSD-2-Clause" ]
92
2015-01-30T01:57:18.000Z
2022-02-14T00:05:30.000Z
workshop/SheetViewer.h
Zackmon/SeventhUmbral
25580111b361d2fdc2c15fd2cd150e4c763ca774
[ "BSD-2-Clause" ]
6
2015-08-18T19:57:17.000Z
2022-01-31T14:48:33.000Z
workshop/SheetViewer.h
Zackmon/SeventhUmbral
25580111b361d2fdc2c15fd2cd150e4c763ca774
[ "BSD-2-Clause" ]
44
2015-01-03T13:01:21.000Z
2022-01-31T14:24:40.000Z
#pragma once #include <unordered_map> #include "win32/Dialog.h" #include "win32/Splitter.h" #include "win32/ToolBar.h" #include "SheetViewerSchemaPane.h" #include "SheetViewerDataPane.h" #include "Document.h" class CSheetViewer : public Framework::Win32::CDialog, public IDocument { public: CShe...
28.46875
131
0.722283
a7b6521dd7fd7e0ccd9ac61635a396dfb20e1551
3,362
h
C
CsPlugin/Source/CsCore/Public/Types/Delegate/CsDelegateArray.h
closedsum/core
c3cae44a177b9684585043a275130f9c7b67fef0
[ "Unlicense" ]
2
2019-03-17T10:43:53.000Z
2021-04-20T21:24:19.000Z
CsPlugin/Source/CsCore/Public/Types/Delegate/CsDelegateArray.h
closedsum/core
c3cae44a177b9684585043a275130f9c7b67fef0
[ "Unlicense" ]
null
null
null
CsPlugin/Source/CsCore/Public/Types/Delegate/CsDelegateArray.h
closedsum/core
c3cae44a177b9684585043a275130f9c7b67fef0
[ "Unlicense" ]
null
null
null
// Copyright 2017-2021 Closed Sum Games, LLC. All Rights Reserved. #pragma once template<typename DelegateType> struct TCsDelegateArray { public: TArray<DelegateType> Delegates; TArray<FDelegateHandle> Handles; TArray<bool> IsBoundFlags; TArray<bool> IsExplicitClearFlags; TArray<int32> IndexByOrder; TCsDele...
20.625767
111
0.676383
24ebc9579b34da15f036ef4c1bffcb741cc76ae7
3,720
h
C
src/vec3.h
asolis/raytracer
6a1f96d632c2f264b44ceb5743e2a200bc73d578
[ "BSD-3-Clause" ]
1
2016-02-02T21:04:12.000Z
2016-02-02T21:04:12.000Z
src/vec3.h
asolis/raytracing
6a1f96d632c2f264b44ceb5743e2a200bc73d578
[ "BSD-3-Clause" ]
null
null
null
src/vec3.h
asolis/raytracing
6a1f96d632c2f264b44ceb5743e2a200bc73d578
[ "BSD-3-Clause" ]
null
null
null
// ========================================================================== // Final Project (CSI5146): raytracer // Description:vec3.h /************************************************************************************************** *****************************************************************************...
33.818182
101
0.592204
2ac2effe509b7a31793f960da0d5bfbd840d1d48
306
h
C
WTDemo/Pods/WTBaseCore/WTBaseCore/CoreUtil/WTJsonUtil.h
aliang124/QLCareModel
04a1d2aec9287e3c93362289c77f5660ff1bc144
[ "MIT" ]
null
null
null
WTDemo/Pods/WTBaseCore/WTBaseCore/CoreUtil/WTJsonUtil.h
aliang124/QLCareModel
04a1d2aec9287e3c93362289c77f5660ff1bc144
[ "MIT" ]
null
null
null
WTDemo/Pods/WTBaseCore/WTBaseCore/CoreUtil/WTJsonUtil.h
aliang124/QLCareModel
04a1d2aec9287e3c93362289c77f5660ff1bc144
[ "MIT" ]
null
null
null
// // WTJsonUtil.h // WTDemo // // Created by 计恩良 on 2019/1/9. // Copyright © 2019年 计恩良. All rights reserved. // #import <Foundation/Foundation.h> @interface WTJsonUtil : NSObject + (NSString *) jsonStringWithObject:(id) object; + (NSDictionary *)dictionaryWithJsonString:(NSString *)jsonString; @end
21.857143
66
0.712418
01a7b2eca3cabfc0e6056ac56fd0fe81be70711e
3,129
h
C
third-party/libfabric/libfabric-src/prov/usnic/src/usnic_direct/kcompat_priv.h
jhh67/chapel
f041470e9b88b5fc4914c75aa5a37efcb46aa08f
[ "ECL-2.0", "Apache-2.0" ]
1,602
2015-01-06T11:26:31.000Z
2022-03-30T06:17:21.000Z
third-party/libfabric/libfabric-src/prov/usnic/src/usnic_direct/kcompat_priv.h
jhh67/chapel
f041470e9b88b5fc4914c75aa5a37efcb46aa08f
[ "ECL-2.0", "Apache-2.0" ]
11,789
2015-01-05T04:50:15.000Z
2022-03-31T23:39:19.000Z
third-party/libfabric/libfabric-src/prov/usnic/src/usnic_direct/kcompat_priv.h
jhh67/chapel
f041470e9b88b5fc4914c75aa5a37efcb46aa08f
[ "ECL-2.0", "Apache-2.0" ]
498
2015-01-08T18:58:18.000Z
2022-03-20T15:37:45.000Z
/* * Copyright (c) 2014, Cisco Systems, Inc. All rights reserved. * * LICENSE_BEGIN * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main dir...
32.59375
74
0.653563
62d61487d6a9e7e413526efacd53c4d9e73a5b03
1,173
c
C
src/ui_el/ui_el_add_child.c
frolushka/libui
1375f7f62424b28095f6d9648509d5c1d90f0d83
[ "MIT" ]
1
2019-06-20T22:15:28.000Z
2019-06-20T22:15:28.000Z
src/ui_el/ui_el_add_child.c
frolushka/libui
1375f7f62424b28095f6d9648509d5c1d90f0d83
[ "MIT" ]
null
null
null
src/ui_el/ui_el_add_child.c
frolushka/libui
1375f7f62424b28095f6d9648509d5c1d90f0d83
[ "MIT" ]
1
2019-09-04T14:32:09.000Z
2019-09-04T14:32:09.000Z
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ui_el_add_child.c :+: :+: :+: ...
45.115385
80
0.252344
4add03d8a8307256f28b011bb5a37357976ac19c
8,796
c
C
src/asset.c
colbyhall/orchard_old
a60e29f2f42bba95126c7205f706d3c8ccc93f50
[ "MIT" ]
2
2020-12-01T18:40:18.000Z
2021-02-23T19:42:44.000Z
src/asset.c
colbyhall/orchard_old
a60e29f2f42bba95126c7205f706d3c8ccc93f50
[ "MIT" ]
null
null
null
src/asset.c
colbyhall/orchard_old
a60e29f2f42bba95126c7205f706d3c8ccc93f50
[ "MIT" ]
null
null
null
#include "asset.h" #include "debug.h" #define STB_IMAGE_IMPLEMENTATION #include <stb/stb_image.h> #include <fast_obj/fast_obj.h> enum Asset_Flags { AF_Initialized = (1 << 0), }; static char* asset_type_string[] = { "None", "Shader", "Texture2d", "Font Collection", "Mesh" }; #define ASSET_TY...
34.629921
150
0.635402
f3fea03a4709c589c60e67c2a92015f6f650f2d5
1,521
c
C
kernel/src/main.c
dr4g0nsr/simple-os
aa718cf7f2b4c8ca0150c872c3977a134e356525
[ "MIT" ]
46
2015-08-19T16:08:00.000Z
2022-03-15T08:39:30.000Z
kernel/src/main.c
dr4g0nsr/simple-os
aa718cf7f2b4c8ca0150c872c3977a134e356525
[ "MIT" ]
2
2017-06-23T07:30:13.000Z
2017-07-10T16:44:31.000Z
kernel/src/main.c
dr4g0nsr/simple-os
aa718cf7f2b4c8ca0150c872c3977a134e356525
[ "MIT" ]
15
2018-03-16T18:25:26.000Z
2021-10-06T10:15:49.000Z
#include "../stdlib/stdio.h" #include "../stdlib/stdlib.h" #include "irq.h" #include "keyboard.h" #include "paging.h" #include "descriptorTables.h" #include "fileSystem.h" #include "kernelHeap.h" #include "processScheduler.h" #include "io.hh" #include "pci.hh" #include "types.hh" void print_device_info(); extern "C"...
19.253165
75
0.593031
285b8ede16bb44ee6f4414013306d770b8eea8c2
166
h
C
GDADPRG_HO7/VectorUtils.h
NeilDG/GDADPRG-GDPARCM_Courseware
771509ec7b3eb6d6375807819ca9da957dd22641
[ "MIT" ]
null
null
null
GDADPRG_HO7/VectorUtils.h
NeilDG/GDADPRG-GDPARCM_Courseware
771509ec7b3eb6d6375807819ca9da957dd22641
[ "MIT" ]
null
null
null
GDADPRG_HO7/VectorUtils.h
NeilDG/GDADPRG-GDPARCM_Courseware
771509ec7b3eb6d6375807819ca9da957dd22641
[ "MIT" ]
null
null
null
#pragma once #include "SFML/Graphics.hpp"; class VectorUtils { private: VectorUtils(); public: static float getDistance(sf::Vector2f v1, sf::Vector2f v2); };
13.833333
61
0.710843
ffe6fe0af36a869f6762ce8dee9d74d18aea6710
144,104
c
C
update-client-hub/modules/multicast/libota.c
jeffbradham/mbed-cloud-client
f72a23e0dc21de4c82ee53fe947153341419a5b9
[ "Apache-2.0" ]
null
null
null
update-client-hub/modules/multicast/libota.c
jeffbradham/mbed-cloud-client
f72a23e0dc21de4c82ee53fe947153341419a5b9
[ "Apache-2.0" ]
1
2020-12-03T10:32:23.000Z
2020-12-03T11:04:21.000Z
update-client-hub/modules/multicast/libota.c
jeffbradham/mbed-cloud-client
f72a23e0dc21de4c82ee53fe947153341419a5b9
[ "Apache-2.0" ]
null
null
null
// ---------------------------------------------------------------------------- // Copyright 2020 ARM Ltd. // // SPDX-License-Identifier: Apache-2.0 // // 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 L...
47.387044
206
0.666734
94ba567807f52040d97163fe2e0c5cde922626b4
8,284
h
C
libpvguiqt/src/include/pvguiqt/PVStatsListingWidget.h
inendi-inspector/inspector
9b9a00222d8a73cb0817ca56790ee9155db61cc4
[ "MIT" ]
null
null
null
libpvguiqt/src/include/pvguiqt/PVStatsListingWidget.h
inendi-inspector/inspector
9b9a00222d8a73cb0817ca56790ee9155db61cc4
[ "MIT" ]
null
null
null
libpvguiqt/src/include/pvguiqt/PVStatsListingWidget.h
inendi-inspector/inspector
9b9a00222d8a73cb0817ca56790ee9155db61cc4
[ "MIT" ]
null
null
null
/* * MIT License * * © ESI Group, 2015 * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to * use, copy, modify, merge, pub...
23.942197
95
0.756156
a23f60210524809f5cc783002eea8dfac0ae2b60
122
h
C
os161-1.99/kern/compile/ASST0/opt-A3.h
Laturine/CS431sys161_0
9a619988c6012acd229d1327b056a482ddfe5fcc
[ "MIT" ]
null
null
null
os161-1.99/kern/compile/ASST0/opt-A3.h
Laturine/CS431sys161_0
9a619988c6012acd229d1327b056a482ddfe5fcc
[ "MIT" ]
null
null
null
os161-1.99/kern/compile/ASST0/opt-A3.h
Laturine/CS431sys161_0
9a619988c6012acd229d1327b056a482ddfe5fcc
[ "MIT" ]
null
null
null
/* Automatically generated; do not edit */ #ifndef _OPT_A3_H_ #define _OPT_A3_H_ #define OPT_A3 0 #endif /* _OPT_A3_H_ */
20.333333
42
0.745902
9e824461f7ee84f8d33bb0e4b732ca3ca93e9c9e
4,191
h
C
tools/src/Unicode.h
sl1pkn07/onslaught-vn
b9eadbfc66e363a872a98d5455c7b9567de3e2b0
[ "BSD-3-Clause" ]
1
2021-06-10T08:26:59.000Z
2021-06-10T08:26:59.000Z
tools/src/Unicode.h
sl1pkn07/onslaught-vn
b9eadbfc66e363a872a98d5455c7b9567de3e2b0
[ "BSD-3-Clause" ]
null
null
null
tools/src/Unicode.h
sl1pkn07/onslaught-vn
b9eadbfc66e363a872a98d5455c7b9567de3e2b0
[ "BSD-3-Clause" ]
1
2021-06-10T08:27:01.000Z
2021-06-10T08:27:01.000Z
/* * Copyright (c) 2008-2010, Helios (helios.vmg@gmail.com) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, * ...
34.636364
81
0.745645
7f947763f3d9b1b558352d2ff049db749b0c2e03
443
h
C
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/YTEnginePlayerConstant.h
ceekay1991/AliPayForDebug
5795e5db31e5b649d4758469b752585e63e84d94
[ "MIT" ]
5
2020-03-29T12:08:37.000Z
2021-05-26T05:20:11.000Z
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/YTEnginePlayerConstant.h
ceekay1991/AliPayForDebug
5795e5db31e5b649d4758469b752585e63e84d94
[ "MIT" ]
null
null
null
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/YTEnginePlayerConstant.h
ceekay1991/AliPayForDebug
5795e5db31e5b649d4758469b752585e63e84d94
[ "MIT" ]
5
2020-04-17T03:24:04.000Z
2022-03-30T05:42:17.000Z
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <objc/NSObject.h> @interface YTEnginePlayerConstant : NSObject { } + (id)oneChangeValKeys; + (id)oneChangeDimKeys; + (id)vide...
21.095238
90
0.717833
7fdd0ff35c1d9747e844cc1e81420a72ac4dd3ce
1,093
h
C
OrderingS/CSUpdImgListPanel.h
yihongmingfeng/OrderingS
e33bafe6412789d08e41567353ee2a17fac790e8
[ "MIT" ]
null
null
null
OrderingS/CSUpdImgListPanel.h
yihongmingfeng/OrderingS
e33bafe6412789d08e41567353ee2a17fac790e8
[ "MIT" ]
null
null
null
OrderingS/CSUpdImgListPanel.h
yihongmingfeng/OrderingS
e33bafe6412789d08e41567353ee2a17fac790e8
[ "MIT" ]
null
null
null
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "UIView.h" #import "CSUpdImgPanelDelegate.h" @class BaseBizVc, NSObject<CSUpdImgListPanelDelegate>, NSString, ResFoodPicDataDTO; @interface CSUpdImgListPanel : UIView <CS...
28.763158
92
0.757548
2c6ffb28daf647701e05c91f0a7432b227436a12
8,860
h
C
src/objects/backing-store.h
supercreative-dev/v8
5342d5654e7da72ceb1fbe4449c02053194cae8a
[ "BSD-3-Clause" ]
1
2019-10-14T07:04:41.000Z
2019-10-14T07:04:41.000Z
src/objects/backing-store.h
supercreative-dev/v8
5342d5654e7da72ceb1fbe4449c02053194cae8a
[ "BSD-3-Clause" ]
3
2019-02-04T18:30:41.000Z
2019-02-06T08:22:02.000Z
src/objects/backing-store.h
supercreative-dev/v8
5342d5654e7da72ceb1fbe4449c02053194cae8a
[ "BSD-3-Clause" ]
2
2019-02-04T11:57:51.000Z
2019-02-04T16:53:47.000Z
// Copyright 2019 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef V8_OBJECTS_BACKING_STORE_H_ #define V8_OBJECTS_BACKING_STORE_H_ #include <memory> #include "include/v8-internal.h" #include "src/handles/handl...
42.801932
80
0.689955
82e557b5316fd2ccfa2327bafb0a02b6dc5b7d78
9,898
c
C
tk_ports/HticSrc/i_bgb_sdl.c
cr88192/bgbtech_btsr1arch
dcee6e5c7bbdac33a6891228f2238f6489e3c29a
[ "MIT" ]
15
2019-05-19T15:51:06.000Z
2021-12-01T08:12:17.000Z
tk_ports/HticSrc/i_bgb_sdl.c
cr88192/bgbtech_btsr1arch
dcee6e5c7bbdac33a6891228f2238f6489e3c29a
[ "MIT" ]
null
null
null
tk_ports/HticSrc/i_bgb_sdl.c
cr88192/bgbtech_btsr1arch
dcee6e5c7bbdac33a6891228f2238f6489e3c29a
[ "MIT" ]
1
2019-11-21T16:57:31.000Z
2019-11-21T16:57:31.000Z
#include "doomdef.h" // #include "i_system.h" // #include "i_sound.h" // #include "i_video.h" // #include "i_net.h" // #include "v_video.h" #include "r_local.h" #include "gfxdrv_keys.h" // #include "bgbmid/bgbmid.h" typedef unsigned short u16; typedef signed short s16; typedef unsigned int u32; typedef signed int ...
17.304196
75
0.643564
c57588c7704d5619d24166b017eb41a3d1dd7014
11,824
c
C
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/Common/RuntimeService.c
CEOALT1/RefindPlusUDK
116b957ad735f96fbb6d80a0ba582046960ba164
[ "BSD-2-Clause" ]
2,757
2018-04-28T21:41:36.000Z
2022-03-29T06:33:36.000Z
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/Common/RuntimeService.c
CEOALT1/RefindPlusUDK
116b957ad735f96fbb6d80a0ba582046960ba164
[ "BSD-2-Clause" ]
20
2019-07-23T15:29:32.000Z
2022-01-21T12:53:04.000Z
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/Common/RuntimeService.c
CEOALT1/RefindPlusUDK
116b957ad735f96fbb6d80a0ba582046960ba164
[ "BSD-2-Clause" ]
449
2018-05-09T05:54:05.000Z
2022-03-30T14:54:18.000Z
/*++ Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be fou...
25.050847
104
0.616458
30987a688b76f95c13860a985b2f859421fbb885
1,470
h
C
Foundation/Include/IndustryStandard/pci30.h
bitcrystal/edk
321b15a55b946372eb21b3e95d323be245c31021
[ "BSD-3-Clause" ]
14
2016-09-25T02:27:49.000Z
2021-09-22T15:39:44.000Z
Foundation/Include/IndustryStandard/pci30.h
bitcrystal/edk
321b15a55b946372eb21b3e95d323be245c31021
[ "BSD-3-Clause" ]
1
2015-12-04T20:53:47.000Z
2015-12-04T20:53:47.000Z
Foundation/Include/IndustryStandard/pci30.h
bitcrystal/edk
321b15a55b946372eb21b3e95d323be245c31021
[ "BSD-3-Clause" ]
17
2015-07-21T10:18:21.000Z
2021-11-22T17:36:53.000Z
/*++ Copyright (c) 2006 - 2007, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distrib...
27.735849
101
0.62381
cf8e74ff69222b1c9fc9aa8dbcdb0a122c9726b3
3,312
h
C
include/hpdf_pages.h
gregfrazier/htmlpdfconv
ea19a99d6bdcba82018990eb390db2d888099869
[ "MIT" ]
1
2022-01-31T08:48:13.000Z
2022-01-31T08:48:13.000Z
include/hpdf_pages.h
gregfrazier/htmlpdfconv
ea19a99d6bdcba82018990eb390db2d888099869
[ "MIT" ]
null
null
null
include/hpdf_pages.h
gregfrazier/htmlpdfconv
ea19a99d6bdcba82018990eb390db2d888099869
[ "MIT" ]
null
null
null
/* * << Haru Free PDF Library >> -- hpdf_pages.c * * URL: http://libharu.org * * Copyright (c) 1999-2006 Takeshi Kanno <takeshi_kanno@est.hi-ho.ne.jp> * Copyright (c) 2007-2008 Antony Dovgal <tony@daylessday.org> * * Permission to use, copy, modify, distribute and sell this software * and its document...
25.090909
81
0.541667
a952a63d55b0d763e2c299dea03657f291c2a946
448
c
C
testProcInfo.c
amateur29/xv6
52a30e5f032982c58a98d11e99661017808b56ab
[ "MIT-0" ]
null
null
null
testProcInfo.c
amateur29/xv6
52a30e5f032982c58a98d11e99661017808b56ab
[ "MIT-0" ]
null
null
null
testProcInfo.c
amateur29/xv6
52a30e5f032982c58a98d11e99661017808b56ab
[ "MIT-0" ]
null
null
null
#include "types.h" #include "stat.h" #include "user.h" #include "fcntl.h" int main() { int pid=3; struct processInfo *p = malloc (sizeof (struct processInfo)); int res = getProcInfo(pid, p); if(res==-1) printf(1, "Process not found.\n"); else{ printf(1, "Process Parent PID: %d\n", p->ppid); printf(...
21.333333
75
0.622768
343a7f62194bef2297c7b43290f4c267bd79784a
3,967
c
C
main/main.c
SergeyGritsay/esp32-ht1613
2eadf4d8bd281f3aaf6735a26dc7b59aa09fec6e
[ "CC0-1.0" ]
null
null
null
main/main.c
SergeyGritsay/esp32-ht1613
2eadf4d8bd281f3aaf6735a26dc7b59aa09fec6e
[ "CC0-1.0" ]
null
null
null
main/main.c
SergeyGritsay/esp32-ht1613
2eadf4d8bd281f3aaf6735a26dc7b59aa09fec6e
[ "CC0-1.0" ]
null
null
null
#include <stdio.h> #include <math.h> #include <esp32/rom/ets_sys.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "driver/gpio.h" #include "driver/ledc.h" #include "driver/periph_ctrl.h" #include "esp_log.h" #define data_LED GPIO_NUM_17 //uint8_t data = 0b0001; /* data example for ht1613 0b0...
23.89759
77
0.683136
43aacd4d2c3265b37816b7ce404ac81af29e972d
517
h
C
check_limits.h
clean-code-craft-tcq-2/simple-monitor-in-c-harshitakumari9
198134ace0158720ccc865ce578c925fc8249071
[ "MIT" ]
null
null
null
check_limits.h
clean-code-craft-tcq-2/simple-monitor-in-c-harshitakumari9
198134ace0158720ccc865ce578c925fc8249071
[ "MIT" ]
null
null
null
check_limits.h
clean-code-craft-tcq-2/simple-monitor-in-c-harshitakumari9
198134ace0158720ccc865ce578c925fc8249071
[ "MIT" ]
null
null
null
#include <stdio.h> #define Low_temp_limit (float)0U #define High_temp_limit (float)45U #define soc_lower_limit (float)20U #define soc_upper_limit (float)80U #define chargeRate_threshold (float)0.8 int Check_Temperature_Range(float); int Check_SOC_Range(float); int Charge_Rate_Limit(fl...
28.722222
105
0.754352
c83cf60020e94a11206cdbe1935b657b2708f984
4,799
h
C
src/gpu/d3d/GrD3DRenderTarget.h
suirless/skia
8d0bc51fca2ea921fec2b1b58dd5e6114241f786
[ "BSD-3-Clause" ]
19
2018-05-28T15:21:28.000Z
2022-03-13T09:00:08.000Z
src/gpu/d3d/GrD3DRenderTarget.h
RainwayApp/skia
f5583b4936ad13c4efe170807fbaf9b2decd0618
[ "BSD-3-Clause" ]
3
2017-04-28T13:58:09.000Z
2020-09-03T09:23:39.000Z
src/gpu/d3d/GrD3DRenderTarget.h
RainwayApp/skia
f5583b4936ad13c4efe170807fbaf9b2decd0618
[ "BSD-3-Clause" ]
10
2017-08-04T08:46:49.000Z
2021-12-27T03:41:41.000Z
/* * Copyright 2020 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef GrD3DRenderTarget_DEFINED #define GrD3DRenderTarget_DEFINED #include "src/gpu/GrRenderTarget.h" #include "src/gpu/d3d/GrD3DTextureResource.h" #include "include/gpu/d...
36.915385
98
0.652844
aeea14d61faecbcc3cc7d919fbf514bb35646f91
3,356
h
C
utils/nw-ipv4-if/NwIpv4If.h
Aalto5G/AaltoSPGW
3f397c8984377783682b3ee3c7497d3ba3a5437b
[ "BSD-3-Clause" ]
8
2018-03-13T21:42:32.000Z
2022-03-12T13:16:15.000Z
utils/nw-ipv4-if/NwIpv4If.h
Aalto5G/AaltoSPGW
3f397c8984377783682b3ee3c7497d3ba3a5437b
[ "BSD-3-Clause" ]
null
null
null
utils/nw-ipv4-if/NwIpv4If.h
Aalto5G/AaltoSPGW
3f397c8984377783682b3ee3c7497d3ba3a5437b
[ "BSD-3-Clause" ]
4
2018-03-13T21:32:41.000Z
2018-04-24T23:04:52.000Z
/*----------------------------------------------------------------------------* * * * Copyright (c) 2010-2011 Amit Chawre * * All rights reserved. * ...
40.926829
80
0.52205
64b3f3b0f34486d7c6d6e41f7e4c9e486a2a1f24
3,157
h
C
intern/memalloc.h
joeedh/cserver
1261a9c2a7d4cc768e71fefba33a4542648fa7fe
[ "Apache-2.0" ]
null
null
null
intern/memalloc.h
joeedh/cserver
1261a9c2a7d4cc768e71fefba33a4542648fa7fe
[ "Apache-2.0" ]
null
null
null
intern/memalloc.h
joeedh/cserver
1261a9c2a7d4cc768e71fefba33a4542648fa7fe
[ "Apache-2.0" ]
1
2018-02-26T16:24:43.000Z
2018-02-26T16:24:43.000Z
#ifndef _MEMALLOC_H #define _MEMALLOC_H #include "stdint.h" #include "stdio.h" void MEM_PrintMemBlocks(FILE *file); #define MEM_malloc(size, tag) _MEM_malloc(size, tag, __FILE__, __LINE__) #define MEM_calloc(size, tag) _MEM_calloc(size, tag, __FILE__, __LINE__) #define MEM_check(mem) _MEM_check(mem, __FILE__, __LINE...
47.119403
106
0.742477
23423c26d5f31423e3806717a99f16c93433921b
841
h
C
include/minimization.h
cmendl/tensor_networks
da47a4699b1efcd6d5854760564f1b8b3c4b094b
[ "BSD-2-Clause" ]
9
2018-12-28T19:11:08.000Z
2021-08-17T19:31:31.000Z
include/minimization.h
cmendl/tensor_networks
da47a4699b1efcd6d5854760564f1b8b3c4b094b
[ "BSD-2-Clause" ]
1
2022-02-18T00:16:55.000Z
2022-02-18T00:16:55.000Z
include/minimization.h
cmendl/tensor_networks
da47a4699b1efcd6d5854760564f1b8b3c4b094b
[ "BSD-2-Clause" ]
3
2020-04-08T13:10:47.000Z
2021-08-17T19:31:47.000Z
/// \file minimization.h /// \brief Energy minimization and ground state computation #ifndef MINIMIZATION_H #define MINIMIZATION_H #include "mps.h" #include "mpo.h" void MinimizeLocalEnergy(const tensor_t *restrict L, const tensor_t *restrict R, const tensor_t *restrict W, const tensor_t *restrict M_start, double *...
33.64
203
0.819263
d944be956a25a66a29668eb6008f0867f25e550f
539
h
C
linux-2.6.0/include/asm-h8300/softirq.h
dnhua/Linux_study
96863b599cbba9c925b3209bed07b1d7b60cb463
[ "MIT" ]
1
2020-11-10T12:47:02.000Z
2020-11-10T12:47:02.000Z
linux-2.6.0/include/asm-h8300/softirq.h
dnhua/Linux_study
96863b599cbba9c925b3209bed07b1d7b60cb463
[ "MIT" ]
null
null
null
linux-2.6.0/include/asm-h8300/softirq.h
dnhua/Linux_study
96863b599cbba9c925b3209bed07b1d7b60cb463
[ "MIT" ]
null
null
null
#ifndef __ASM_SOFTIRQ_H #define __ASM_SOFTIRQ_H #include <linux/preempt.h> #include <asm/hardirq.h> #define local_bh_disable() \ do { preempt_count() += SOFTIRQ_OFFSET; barrier(); } while (0) #define __local_bh_enable() \ do { barrier(); preempt_count() -= SOFTIRQ_OFFSET; } while (0) #define local_bh_enable() ...
25.666667
72
0.666048
039b9c3b70dbfa311c5ca8b594f0aa9f8fcd414c
1,169
h
C
Immortal/Scene/ObserverCamera.h
QSXW/Immortal
bac85fa526b77ed8cf49954f66ad3e9a165348e6
[ "Apache-2.0" ]
6
2021-09-15T08:56:28.000Z
2022-03-29T15:55:02.000Z
Immortal/Scene/ObserverCamera.h
QSXW/Immortal
bac85fa526b77ed8cf49954f66ad3e9a165348e6
[ "Apache-2.0" ]
null
null
null
Immortal/Scene/ObserverCamera.h
QSXW/Immortal
bac85fa526b77ed8cf49954f66ad3e9a165348e6
[ "Apache-2.0" ]
4
2021-12-05T17:28:57.000Z
2022-03-29T15:55:05.000Z
#pragma once #include "Core.h" #include "SceneCamera.h" namespace Immortal { class ObserverCamera : public SceneCamera { public: enum class Type : INT32 { LookAt, FirstPerson }; public: ObserverCamera() : SceneCamera() { } void OnUpdate(float deltaTime); private: void Update(float deltaT...
15.797297
75
0.647562
03bcc627a618906fee1e939056784ff14c219215
148
h
C
Example/Pods/Target Support Files/IceAndFireKit/IceAndFireKit-umbrella.h
murphb52/IceAndFireKit
62806fc336333329402c40115e2083b648464398
[ "MIT" ]
3
2016-02-24T06:59:12.000Z
2016-04-09T22:01:16.000Z
Example/Pods/Target Support Files/IceAndFireKit/IceAndFireKit-umbrella.h
murphb52/IceAndFireKit
62806fc336333329402c40115e2083b648464398
[ "MIT" ]
null
null
null
Example/Pods/Target Support Files/IceAndFireKit/IceAndFireKit-umbrella.h
murphb52/IceAndFireKit
62806fc336333329402c40115e2083b648464398
[ "MIT" ]
1
2021-12-12T14:56:22.000Z
2021-12-12T14:56:22.000Z
#import <UIKit/UIKit.h> FOUNDATION_EXPORT double IceAndFireKitVersionNumber; FOUNDATION_EXPORT const unsigned char IceAndFireKitVersionString[];
21.142857
67
0.851351
1e186ecd53b0d571d41da6c8b920345b06a470d9
2,587
c
C
core/sim/sim_2_77/options.c
Michaelbest1/ojnju
73ddc4f993366efe3f7f9b5fc82e0c682ee84283
[ "Apache-2.0" ]
8
2015-02-28T15:23:53.000Z
2020-09-21T13:03:24.000Z
core/sim/sim_2_77/options.c
Michaelbest1/ojnju
73ddc4f993366efe3f7f9b5fc82e0c682ee84283
[ "Apache-2.0" ]
209
2019-04-02T08:19:34.000Z
2022-03-02T02:48:18.000Z
core/sim/sim_2_77/options.c
Michaelbest1/ojnju
73ddc4f993366efe3f7f9b5fc82e0c682ee84283
[ "Apache-2.0" ]
7
2020-05-13T06:37:34.000Z
2022-01-06T09:29:31.000Z
/* This file is part of the software similarity tester SIM. Written by Dick Grune, Vrije Universiteit, Amsterdam. $Id: options.c,v 1.10 2012-05-13 09:05:49 Gebruiker Exp $ */ #include <stdio.h> #include <stdlib.h> #include "options.h" static char options[128]; static void bad_option( const char *progname, const ...
18.883212
69
0.626595
d842dd6e8b1d57550f44256d9c0a73b71320fff3
2,665
h
C
include/xidx/elements/xidx_attribute.h
sci-visus/IDXmetadata
fe1b093c53afa808a5fb8670023c6bef6a5d4dba
[ "BSD-3-Clause" ]
1
2017-08-03T18:41:26.000Z
2017-08-03T18:41:26.000Z
include/xidx/elements/xidx_attribute.h
sci-visus/IDXmetadata
fe1b093c53afa808a5fb8670023c6bef6a5d4dba
[ "BSD-3-Clause" ]
null
null
null
include/xidx/elements/xidx_attribute.h
sci-visus/IDXmetadata
fe1b093c53afa808a5fb8670023c6bef6a5d4dba
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 2017 University of Utah * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * this list of c...
33.734177
89
0.728705
53479c3db1ffbfe00a49f8d8a630981a1fb11c29
8,211
h
C
ValveSDK/engine/studio.h
rafalohaki/kzh
0e5df9e4de402845e1c6001cd93369b71cf78fa7
[ "Apache-2.0" ]
1
2019-04-10T01:31:42.000Z
2019-04-10T01:31:42.000Z
valvesdk/engine/studio.h
kanez0redd/rnr_anticheat
c9aec41ab86e1a5d58f3abd0622d20d6bf3a47d7
[ "Apache-2.0" ]
null
null
null
valvesdk/engine/studio.h
kanez0redd/rnr_anticheat
c9aec41ab86e1a5d58f3abd0622d20d6bf3a47d7
[ "Apache-2.0" ]
1
2019-11-09T15:19:57.000Z
2019-11-09T15:19:57.000Z
/*** * * Copyright (c) 1999, Valve LLC. All rights reserved. * * This product contains software technology licensed from Id * Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc. * All Rights Reserved. * * Use, distribution, and modification of this source code and/or resulting * ...
22.619835
87
0.642187
18480cb0ad1763dee19fde221c0ef734b7ccc6c0
966
h
C
shell/platform/darwin/ios/framework/Headers/FlutterViewController.h
najeira/flutter-engine
c826a59d1d7fa8e3307c1d8b9800b2c01ad9f470
[ "BSD-3-Clause" ]
null
null
null
shell/platform/darwin/ios/framework/Headers/FlutterViewController.h
najeira/flutter-engine
c826a59d1d7fa8e3307c1d8b9800b2c01ad9f470
[ "BSD-3-Clause" ]
null
null
null
shell/platform/darwin/ios/framework/Headers/FlutterViewController.h
najeira/flutter-engine
c826a59d1d7fa8e3307c1d8b9800b2c01ad9f470
[ "BSD-3-Clause" ]
1
2020-03-05T02:44:12.000Z
2020-03-05T02:44:12.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 FLUTTER_FLUTTERVIEWCONTROLLER_H_ #define FLUTTER_FLUTTERVIEWCONTROLLER_H_ #import <UIKit/UIKit.h> #include <sys/cdefs.h> #include "FlutterBinary...
28.411765
84
0.753623
63e160d8a0766c76dee288ca231994764a165288
3,293
h
C
Marlin-2.0.x/Marlin/src/pins/lpc1768/pins_BTT_SKR_common.h
tajchert/Ender-5-Marlin-
9a90eb58b8282ec28fb28922d4163ca8d0f7cccd
[ "MIT" ]
5
2020-05-17T21:16:41.000Z
2021-06-11T04:46:31.000Z
Marlin-2.0.x/Marlin/src/pins/lpc1768/pins_BTT_SKR_common.h
tajchert/Ender-5-Marlin-
9a90eb58b8282ec28fb28922d4163ca8d0f7cccd
[ "MIT" ]
1
2020-05-07T07:34:13.000Z
2020-09-12T09:09:44.000Z
Marlin/src/pins/lpc1768/pins_BTT_SKR_common.h
dwhitlockii/Marlin_corexy_SKR-Pro1.1_bltouch
1f8aa64218067a134250b8c1017826e8abf87296
[ "MIT" ]
null
null
null
/** * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * * Based on Sprinter and grbl. * Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
27.90678
85
0.640146
637fa4fbb888c9c71e03e3c0c701b9a811a99524
3,831
c
C
FFmpeg/libavfilter/af_asetrate.c
lambda666/ffmpeg-cli
8061e093260e061ee0cbb11f2cfaed4f4f0ae738
[ "Apache-2.0" ]
null
null
null
FFmpeg/libavfilter/af_asetrate.c
lambda666/ffmpeg-cli
8061e093260e061ee0cbb11f2cfaed4f4f0ae738
[ "Apache-2.0" ]
null
null
null
FFmpeg/libavfilter/af_asetrate.c
lambda666/ffmpeg-cli
8061e093260e061ee0cbb11f2cfaed4f4f0ae738
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2013 Nicolas George * * This file is part of FFmpeg. * * FFmpeg 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 option) any la...
32.74359
83
0.65492
6f23042a81d94ca9a244ad735de78594a2d21570
75,461
c
C
open-vm-tools/vgauth/lib/proto.c
dancernetworks/open-vm-tools
4c913e372609287a4506bb4373b8fcd9e704ae18
[ "X11" ]
1,816
2015-01-23T17:21:48.000Z
2022-03-31T07:36:28.000Z
open-vm-tools/vgauth/lib/proto.c
dancernetworks/open-vm-tools
4c913e372609287a4506bb4373b8fcd9e704ae18
[ "X11" ]
576
2015-02-06T14:11:34.000Z
2022-03-31T13:25:48.000Z
open-vm-tools/vgauth/lib/proto.c
dancernetworks/open-vm-tools
4c913e372609287a4506bb4373b8fcd9e704ae18
[ "X11" ]
438
2015-02-03T09:57:57.000Z
2022-03-26T01:12:43.000Z
/********************************************************* * Copyright (C) 2012-2017, 2019-2021 VMware, Inc. All rights reserved. * * This program 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 ver...
34.935648
237
0.586767
176c06f9e5b4ddc181f72a1dab070cf9fb910b51
5,112
c
C
ompi/mca/io/romio314/romio/mpi2-other/array/fortran/subarrayf.c
jjolly/ompi
385d91bbd20fb43c53801adb4638d955f3ae4a9f
[ "BSD-3-Clause-Open-MPI" ]
null
null
null
ompi/mca/io/romio314/romio/mpi2-other/array/fortran/subarrayf.c
jjolly/ompi
385d91bbd20fb43c53801adb4638d955f3ae4a9f
[ "BSD-3-Clause-Open-MPI" ]
3
2016-06-13T18:28:35.000Z
2018-06-20T21:52:05.000Z
ompi/mca/io/romio314/romio/mpi2-other/array/fortran/subarrayf.c
jjolly/ompi
385d91bbd20fb43c53801adb4638d955f3ae4a9f
[ "BSD-3-Clause-Open-MPI" ]
5
2018-05-23T22:17:59.000Z
2021-03-07T10:54:14.000Z
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */ /* * * Copyright (C) 1997 University of Chicago. * See COPYRIGHT notice in top-level directory. */ #include "adio.h" #include "mpio.h" #if defined(MPIO_BUILD_PROFILING) || defined(HAVE_WEAK_SYMBOLS) #if defined(HAVE_WEAK_SYMBOLS) #if defined(H...
39.9375
157
0.77054
3e47ea6773cab223e2dde4501474a0e1cb2b3c9b
47,998
h
C
2018/17/17input.h
mark-inderhees/aoc
ac40055faef4875c8446b27f54977105b65e41ad
[ "MIT" ]
null
null
null
2018/17/17input.h
mark-inderhees/aoc
ac40055faef4875c8446b27f54977105b65e41ad
[ "MIT" ]
null
null
null
2018/17/17input.h
mark-inderhees/aoc
ac40055faef4875c8446b27f54977105b65e41ad
[ "MIT" ]
null
null
null
char* testData[] = { "x=495, y=2..7", "y=7, x=495..501", "x=501, y=3..7", "x=498, y=2..4", "x=506, y=1..2", "x=498, y=10..13", "x=504, y=10..13", "y=13, x=498..504", }; char* inputData[] = { "x=401, y=545..548", "x=429, y=1026..1041", "x=462, y=229..240", ...
26.562258
27
0.436268
3f578c17f728185b30065a47aa2ec53b99a3b140
1,456
h
C
inc/UdpHost.h
plainNet/plainNet
97cb39181aed9b519e279cf7f520e82bcbc0d449
[ "MIT" ]
2
2021-12-31T02:49:34.000Z
2022-01-14T10:50:59.000Z
inc/UdpHost.h
plainNet/plainNet
97cb39181aed9b519e279cf7f520e82bcbc0d449
[ "MIT" ]
null
null
null
inc/UdpHost.h
plainNet/plainNet
97cb39181aed9b519e279cf7f520e82bcbc0d449
[ "MIT" ]
null
null
null
/* * UdpHost.h * * Created on: 27 ���. 2021 �. * Author: kgn */ #ifndef UDPHOST_H_ #define UDPHOST_H_ #include <EasyFreeRtos.h> #include <plainNet.h> #include <lwip/sockets.h> #include <vector> namespace kvpr { namespace network { class UdpHost; class UdpHostListener; typedef struct { uint8_t ip[4]; u...
22.4
109
0.751374
3f64465384693eb86726e9c7fb5c7e113b196c8f
203
h
C
include/jast/macros.h
PrinceDhaliwal/copta
396404bc7ecc3e28cc2582acd9d1c19857e6b471
[ "MIT" ]
14
2016-09-13T09:01:20.000Z
2020-07-30T08:48:32.000Z
include/jast/macros.h
PrinceDhaliwal/copta
396404bc7ecc3e28cc2582acd9d1c19857e6b471
[ "MIT" ]
3
2017-01-20T14:27:24.000Z
2018-05-01T14:42:41.000Z
include/jast/macros.h
PrinceDhaliwal/copta
396404bc7ecc3e28cc2582acd9d1c19857e6b471
[ "MIT" ]
6
2017-01-20T07:15:29.000Z
2020-05-25T03:17:40.000Z
#ifndef MACROS_H_ #define MACROS_H_ #ifndef DISABLE_COPY #define DISABLE_COPY(className) \ className(const className &c) = delete; \ className &operator=(const className &c) = delete #endif #endif
18.454545
51
0.753695
2746026477fc3c927a0b57a9e5d0015bf218b72f
1,810
c
C
firmware/src/event.c
mamaheux/Adaptone-firmware-sonde
4e94203554920693b41f81438d02843819728672
[ "MIT" ]
null
null
null
firmware/src/event.c
mamaheux/Adaptone-firmware-sonde
4e94203554920693b41f81438d02843819728672
[ "MIT" ]
null
null
null
firmware/src/event.c
mamaheux/Adaptone-firmware-sonde
4e94203554920693b41f81438d02843819728672
[ "MIT" ]
null
null
null
#include "event.h" #include "config.h" #include "network/ethernet.h" #include <esp_event_loop.h> #include <esp_event.h> #include <esp_err.h> #include <string.h> static esp_err_t eventHandler(void *ctx, system_event_t *event) { uint8_t macAddress[MAC_ADDRESS_SIZE] = { 0 }; tcpip_adapter_ip_info_t ip; swi...
33.518519
106
0.643094
8f7eb86dfc1881b17d3094eb668d64bd04a4adc2
871
h
C
SDK/MobAD/Channels/KSAdSDK/KSAdSDK.framework/Headers/KSAdSDK.h
MobClub/MobAD-for-iOS
0890887553c9e824c7016eca7c24dd8aabac531b
[ "MIT" ]
1
2021-09-14T11:32:24.000Z
2021-09-14T11:32:24.000Z
SDK/MobAD/Channels/KSAdSDK/KSAdSDK.framework/Headers/KSAdSDK.h
MobClub/MobAD-for-iOS
0890887553c9e824c7016eca7c24dd8aabac531b
[ "MIT" ]
null
null
null
SDK/MobAD/Channels/KSAdSDK/KSAdSDK.framework/Headers/KSAdSDK.h
MobClub/MobAD-for-iOS
0890887553c9e824c7016eca7c24dd8aabac531b
[ "MIT" ]
1
2020-09-08T01:31:17.000Z
2020-09-08T01:31:17.000Z
// // KSAdSDK.h // KSAdSDK // // Created by 徐志军 on 2019/9/5. // Copyright © 2019 KuaiShou. All rights reserved. // #import <Foundation/Foundation.h> #import <KSAdSDK/KSAdPos.h> #import <KSAdSDK/KSAdSDKManager.h> #import <KSAdSDK/KSAdSDKError.h> #import <KSAdSDK/KSAdExportManager.h> #import <KSAdSDK/KSFullscree...
18.934783
51
0.758898
ace65e6931a5e5e39752f03e55613b37508ef172
225,326
c
C
Library/Il2cppBuildCache/Lumin/il2cppOutput/UnityEngine.XR.MagicLeap_CodeGen.c
coderrick/xrrx-snake
acc1212ff0cf5aba3ad101f7cabb4adab935fb62
[ "MIT" ]
null
null
null
Library/Il2cppBuildCache/Lumin/il2cppOutput/UnityEngine.XR.MagicLeap_CodeGen.c
coderrick/xrrx-snake
acc1212ff0cf5aba3ad101f7cabb4adab935fb62
[ "MIT" ]
null
null
null
Library/Il2cppBuildCache/Lumin/il2cppOutput/UnityEngine.XR.MagicLeap_CodeGen.c
coderrick/xrrx-snake
acc1212ff0cf5aba3ad101f7cabb4adab935fb62
[ "MIT" ]
null
null
null
#include "pch-c.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include "codegen/il2cpp-codegen-metadata.h" extern const RuntimeMethod* MagicLeapMeshSubsystemExtensions_OnMeshSubsystemStart_m05D28E145075008853AFBDDDE8326E30C9BD03BD_RuntimeMethod_var; extern const RuntimeMethod* MagicLea...
75.334671
415
0.899137
fee3466c09208a98db62e86a61282112211c99e7
8,481
c
C
lib/panmaster/src/panmaster_cli.c
WildflowerSchools/mynewt-dw1000-core
dd8e62594cf138aca51a5ce0f716bd2f964b994a
[ "Apache-2.0" ]
55
2018-09-17T22:55:36.000Z
2021-12-23T05:51:08.000Z
lib/panmaster/src/panmaster_cli.c
WildflowerSchools/mynewt-dw1000-core
dd8e62594cf138aca51a5ce0f716bd2f964b994a
[ "Apache-2.0" ]
21
2018-09-29T01:56:08.000Z
2020-11-20T18:26:03.000Z
lib/panmaster/src/panmaster_cli.c
WildflowerSchools/mynewt-dw1000-core
dd8e62594cf138aca51a5ce0f716bd2f964b994a
[ "Apache-2.0" ]
36
2018-09-04T16:35:42.000Z
2021-12-26T10:44:27.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.14433
112
0.555713
df80cff167fabc0af1aeadf1933c4c90102fcdab
8,776
h
C
Unix/samples/Providers/Test_TorSwitchSchema/CIM_SystemComponent.h
Beguiled/omi
1c824681ee86f32314f430db972e5d3938f10fd4
[ "MIT" ]
165
2016-08-18T22:06:39.000Z
2019-05-05T11:09:37.000Z
Unix/samples/Providers/Test_TorSwitchSchema/CIM_SystemComponent.h
snchennapragada/omi
4fa565207d3445d1f44bfc7b890f9ea5ea7b41d0
[ "MIT" ]
409
2016-08-18T20:52:56.000Z
2019-05-06T10:03:11.000Z
Unix/samples/Providers/Test_TorSwitchSchema/CIM_SystemComponent.h
snchennapragada/omi
4fa565207d3445d1f44bfc7b890f9ea5ea7b41d0
[ "MIT" ]
72
2016-08-23T02:30:08.000Z
2019-04-30T22:57:03.000Z
/* @migen@ */ /* **============================================================================== ** ** WARNING: THIS FILE WAS AUTOMATICALLY GENERATED. PLEASE DO NOT EDIT. ** **============================================================================== */ #ifndef _CIM_SystemComponent_h #define _CIM_SystemComponent_h...
29.85034
91
0.724476
07589669408f1a05a6b0a5e0f9c28327059714d9
1,510
h
C
src/support/alloc.h
ProgArt/WebAssembly_binaryen
812bce93447756891e311334bff413e3b79ed2c7
[ "Apache-2.0" ]
2
2019-02-09T15:46:51.000Z
2020-04-24T15:34:22.000Z
src/support/alloc.h
ProgArt/WebAssembly_binaryen
812bce93447756891e311334bff413e3b79ed2c7
[ "Apache-2.0" ]
null
null
null
src/support/alloc.h
ProgArt/WebAssembly_binaryen
812bce93447756891e311334bff413e3b79ed2c7
[ "Apache-2.0" ]
1
2022-01-08T13:19:12.000Z
2022-01-08T13:19:12.000Z
/* * Copyright 2019 WebAssembly Community Group participants * * 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...
25.166667
75
0.727815
a3396c0f7270122669da4581ff9c6b5ff0d33699
571
h
C
GU/Renderer/Shape.h
ImGili/GU
5337781a8921b47cdd2e4eafe3224b87c4bcf35d
[ "MIT" ]
1
2021-12-10T07:34:31.000Z
2021-12-10T07:34:31.000Z
GU/Renderer/Shape.h
ImGili/GU
5337781a8921b47cdd2e4eafe3224b87c4bcf35d
[ "MIT" ]
null
null
null
GU/Renderer/Shape.h
ImGili/GU
5337781a8921b47cdd2e4eafe3224b87c4bcf35d
[ "MIT" ]
null
null
null
/* * @Author: ImGili * @Description: */ #pragma once #include"Core/Core.h" #include"Renderer/VertexArray.h" #include"Renderer/Buffer.h" #include"Renderer/Shader.h" namespace GU { // TODO: implement Line shape class class Line { public: Line(); void Draw(); std::shared_ptr<Ver...
22.84
82
0.647986
33e82d8f38b4f558d82c72bfe974b88ffc996436
2,142
c
C
alice2/blan9/tst.c
lkesteloot/alice
44b85caf744e5830536b5e813e761cc0ce3f695e
[ "Apache-2.0" ]
63
2015-08-14T23:27:39.000Z
2022-03-09T22:46:11.000Z
alice2/blan9/tst.c
lkesteloot/alice
44b85caf744e5830536b5e813e761cc0ce3f695e
[ "Apache-2.0" ]
64
2015-09-11T23:13:03.000Z
2018-10-29T09:38:06.000Z
alice2/blan9/tst.c
lkesteloot/alice
44b85caf744e5830536b5e813e761cc0ce3f695e
[ "Apache-2.0" ]
9
2016-01-06T00:06:33.000Z
2021-12-07T10:38:15.000Z
#include <stdio.h> #include <unistd.h> #include <string.h> #if 0 int main() { char *p; int i; for (i = 0; i < 16384; i++) { p = (char *)i; *p = i & 0xFF; } for (i = 0; i < 16384; i++) { p = (char *)i; if (*p != (i & 0xFF)) { printf("Error at %d\nFix it now!\\\t\n", i); } } for...
14
49
0.398226
ed666f794bfb83783fd4d4148d1b5ee81f103394
3,920
h
C
AppiariesSDK.framework/Headers/ABTwitterService.h
appiaries/sample-puzzle-ios
9b097c0ce1e76947c6c977bf3307a7ee7308d864
[ "Unlicense" ]
1
2015-07-27T20:05:12.000Z
2015-07-27T20:05:12.000Z
AppiariesSDK.framework/Headers/ABTwitterService.h
appiaries/sample-puzzle-ios
9b097c0ce1e76947c6c977bf3307a7ee7308d864
[ "Unlicense" ]
null
null
null
AppiariesSDK.framework/Headers/ABTwitterService.h
appiaries/sample-puzzle-ios
9b097c0ce1e76947c6c977bf3307a7ee7308d864
[ "Unlicense" ]
null
null
null
// // Created by Appiaries Corporation on 15/03/17. // Copyright (c) 2015 Appiaries Corporation. All rights reserved. // #import <Foundation/Foundation.h> #import <AppiariesSDK/ABConstants.h> @class ABTwitterClient; /*! Twitter サービス __See Also__: [アピアリーズドキュメント &raquo; SNS連携](http://docs.appiaries.com/?p=11373)<br...
36.981132
234
0.810204
4bf8baeb257298309c3dbc810cf6eb034d82483a
409
c
C
packages/PIPS/validation/Pointers/pv_assign07.c
DVSR1966/par4all
86b33ca9da736e832b568c5637a2381f360f1996
[ "MIT" ]
51
2015-01-31T01:51:39.000Z
2022-02-18T02:01:50.000Z
packages/PIPS/validation/Pointers/pv_assign07.c
DVSR1966/par4all
86b33ca9da736e832b568c5637a2381f360f1996
[ "MIT" ]
7
2017-05-29T09:29:00.000Z
2019-03-11T16:01:39.000Z
packages/PIPS/validation/Pointers/pv_assign07.c
DVSR1966/par4all
86b33ca9da736e832b568c5637a2381f360f1996
[ "MIT" ]
12
2015-03-26T08:05:38.000Z
2022-02-18T02:01:51.000Z
// assignments which kill aliased paths //#include <stdio.h> typedef struct {int n; int *a; } mystruct; int main() { mystruct s1, s2, *s1p, *s2p; int i = 1; int j = 2; int k = 3; s1p = &s1; s2p = &s1; s1.a = &i; s2.a = &j; s1p->a = s2.a; s2p->a = &k; s2p = &s2; // printf("s1.a = %d, ...
14.607143
98
0.476773
331463a7811d580978db5df0118906af505202a1
19,534
c
C
FreeRTOS/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/uip/cs8900a.c
dapperfu/STM32F4-Discovery_FW_V1.1.0_Makefiles
425e37855dcffbf181bcd8ed788afce5824c2f81
[ "BSD-3-Clause" ]
1
2021-11-27T12:12:38.000Z
2021-11-27T12:12:38.000Z
FreeRTOS/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/uip/cs8900a.c
jbasu2013/STM32F4-Discovery_FW_V1.1.0_Makefiles
425e37855dcffbf181bcd8ed788afce5824c2f81
[ "BSD-3-Clause" ]
null
null
null
FreeRTOS/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/uip/cs8900a.c
jbasu2013/STM32F4-Discovery_FW_V1.1.0_Makefiles
425e37855dcffbf181bcd8ed788afce5824c2f81
[ "BSD-3-Clause" ]
3
2020-04-12T14:24:11.000Z
2021-12-09T21:03:44.000Z
// cs8900a.c: device driver for the CS8900a chip in 8-bit mode. #include <LPC210x.h> #include "cs8900a.h" #include "uip.h" #include "uip_arp.h" #define IOR (1<<12) // CS8900's ISA-bus interface pins #define IOW (1<<13) // definitions for Crystal CS8900 ethernet-...
35.711152
94
0.576789
81df48e4e69f5207a5fd7f8b493b4be81d86abdc
608
h
C
src/Toggle.h
FRC830/2017Robot
8815adc47ca64a287aa352302a8127fce34fb1f1
[ "MIT" ]
1
2017-06-19T15:52:59.000Z
2017-06-19T15:52:59.000Z
src/Toggle.h
FRC830/2017Robot
8815adc47ca64a287aa352302a8127fce34fb1f1
[ "MIT" ]
null
null
null
src/Toggle.h
FRC830/2017Robot
8815adc47ca64a287aa352302a8127fce34fb1f1
[ "MIT" ]
null
null
null
/* * Toggle.h * * Created on: Aug 16, 2017 * Author: RatPack */ #include "WPIlib.h" #ifndef SRC_TOGGLE_H_ #define SRC_TOGGLE_H_ class Toggle { public: Toggle(bool toggle_state =false):pre_state(false),toggle_state(toggle_state) {}; bool pre_state; bool toggle_state; bool toggle( bool button_state) { ...
15.589744
81
0.692434
dcec2b6db274d377f4e32d8188f92a8a70b39b7f
2,405
h
C
cascade_parts_detector/include/cascade_parts_detector/cascade_parts_detector.h
MRSD2018/reefbot-1
a595ca718d0cda277726894a3105815cef000475
[ "MIT" ]
null
null
null
cascade_parts_detector/include/cascade_parts_detector/cascade_parts_detector.h
MRSD2018/reefbot-1
a595ca718d0cda277726894a3105815cef000475
[ "MIT" ]
null
null
null
cascade_parts_detector/include/cascade_parts_detector/cascade_parts_detector.h
MRSD2018/reefbot-1
a595ca718d0cda277726894a3105815cef000475
[ "MIT" ]
null
null
null
// Wrapper for the MATLAB implementation of the the Discriminatively // Trained Deformable Part Model object detector // // Author: Mark Desnoyer (mdesnoyer@gmail.com) #ifndef __CASCADE_PARTS_DETECTOR_H__ #define __CASCADE_PARTS_DETECTOR_H__ #include <ros/ros.h> #include <string.h> #include "sensor_msgs/Image.h" #inc...
26.428571
73
0.735551
0d1a11b43d0d1acae729a33a2bf2b27e90439e87
536
h
C
src/RESTful/UMARestHandler.h
kotmasha/kodlab-uma-encapsulated
cb812f07906c62d958041d41d58623fd99fdb8ac
[ "MIT" ]
null
null
null
src/RESTful/UMARestHandler.h
kotmasha/kodlab-uma-encapsulated
cb812f07906c62d958041d41d58623fd99fdb8ac
[ "MIT" ]
1
2019-11-16T02:57:35.000Z
2019-11-16T02:57:35.000Z
src/RESTful/UMARestHandler.h
kotmasha/kodlab-uma-encapsulated
cb812f07906c62d958041d41d58623fd99fdb8ac
[ "MIT" ]
1
2021-08-02T21:14:54.000Z
2021-08-02T21:14:54.000Z
#ifndef _UMA_REST_HANDLER_ #define _UMA_REST_HANDLER_ #include "Global.h" #include "UMARestRequest.h" class DLL_PUBLIC UMARestHandler { protected: const string _handlerName; public: UMARestHandler(const string &handlerName); virtual void handleCreate(UMARestRequest &request) = 0; virtual void handleUpdate(UMARe...
22.333333
56
0.785448
607282bddf17614e00b82879b7c89640e771140b
403
c
C
routes/executables/system_calls/link.c
AnkushChandra/Os-simulator
5e6227121776573a29d3fd33089e855adbb1498f
[ "MIT" ]
10
2020-11-10T17:08:53.000Z
2021-11-20T11:29:19.000Z
routes/executables/system_calls/link.c
AnkushChandra/Os-simulator
5e6227121776573a29d3fd33089e855adbb1498f
[ "MIT" ]
2
2019-04-12T08:49:31.000Z
2019-04-19T02:54:34.000Z
routes/executables/system_calls/link.c
AnkushChandra/Os-simulator
5e6227121776573a29d3fd33089e855adbb1498f
[ "MIT" ]
11
2019-03-09T18:45:36.000Z
2020-05-27T10:05:36.000Z
#include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/ioctl.h> #include <fcntl.h> #include <unistd.h> #include <stdlib.h> #include <string.h> // Usage ./link oldpath newpath int main(int argc, char const *argv[]) { if(strcmp(argv[1],"./link")==0) { int linked = link(argv[2],argv[3]); ...
17.521739
38
0.615385
694268c78d5da053440cf4c69875e6b9901dfe47
616
h
C
include/linux/spi/ifx_modem.h
fergy/aplit_linux-5
a6ef4cb0e17e1eec9743c064e65f730c49765711
[ "MIT" ]
34
2019-07-19T20:44:15.000Z
2022-03-07T12:09:00.000Z
include/linux/spi/ifx_modem.h
fergy/aplit_linux-5
a6ef4cb0e17e1eec9743c064e65f730c49765711
[ "MIT" ]
3
2021-09-06T09:14:42.000Z
2022-03-27T08:09:54.000Z
include/linux/spi/ifx_modem.h
fergy/aplit_linux-5
a6ef4cb0e17e1eec9743c064e65f730c49765711
[ "MIT" ]
20
2021-10-22T02:21:23.000Z
2022-03-31T04:55:35.000Z
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef LINUX_IFX_MODEM_H #define LINUX_IFX_MODEM_H struct ifx_modem_platform_data { unsigned short rst_out; /* modem reset out */ unsigned short pwr_on; /* power on */ unsigned short rst_pmu; /* reset modem */ unsigned short tx_pwr; /* modem power threshold */ unsigned ...
29.333333
58
0.712662
e6547bee49d0016b905bde6a047b3bf5012976f1
3,020
h
C
myodd/string/formatter.h
FFMG/myoddweb.piger
6c5e9dff6ab8e2e02d6990c1959450f087acf371
[ "MIT" ]
18
2016-03-04T15:44:24.000Z
2021-12-31T11:06:25.000Z
myodd/string/formatter.h
FFMG/myoddweb.piger
6c5e9dff6ab8e2e02d6990c1959450f087acf371
[ "MIT" ]
49
2016-02-29T17:59:52.000Z
2019-05-05T04:59:26.000Z
myodd/string/formatter.h
FFMG/myoddweb.piger
6c5e9dff6ab8e2e02d6990c1959450f087acf371
[ "MIT" ]
2
2016-07-30T10:17:12.000Z
2016-08-11T20:31:46.000Z
// *********************************************************************** // Copyright (c) 2016 Florent Guelfucci // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, i...
29.038462
122
0.623179
92e558a8b7784935f3fa91d73f12afba941cc73a
302
c
C
src/math/td_abs.c
Spriithy/td_libc
30c7a1dc9a98407d00524a43d5f26be3efe6b3ab
[ "MIT" ]
1
2016-01-09T00:20:01.000Z
2016-01-09T00:20:01.000Z
src/math/td_abs.c
Spriithy/td_libc
30c7a1dc9a98407d00524a43d5f26be3efe6b3ab
[ "MIT" ]
null
null
null
src/math/td_abs.c
Spriithy/td_libc
30c7a1dc9a98407d00524a43d5f26be3efe6b3ab
[ "MIT" ]
null
null
null
/* * td_abs.c * * This file is part of the libtd project and provided under the MIT License. * You can refer to the LICENSE file at repository's root for complete license * terms. * * Created on: 9 Jan. 2016 * Author: theophile */ int td_abs (i) int i; { return ((i < 0) ? -i : i); }
16.777778
78
0.629139
fb056e4d281ece18d2b1ef75faa201d487849bc8
2,636
h
C
TravelCrash/Plugins/HoudiniEngine/Source/HoudiniEngineRuntime/Private/HoudiniAssetComponentMaterials.h
all-in-one-of/HoudiniBugs
00ccf448e4536241c9e4cf25ee4906f38479032c
[ "Unlicense" ]
null
null
null
TravelCrash/Plugins/HoudiniEngine/Source/HoudiniEngineRuntime/Private/HoudiniAssetComponentMaterials.h
all-in-one-of/HoudiniBugs
00ccf448e4536241c9e4cf25ee4906f38479032c
[ "Unlicense" ]
null
null
null
TravelCrash/Plugins/HoudiniEngine/Source/HoudiniEngineRuntime/Private/HoudiniAssetComponentMaterials.h
all-in-one-of/HoudiniBugs
00ccf448e4536241c9e4cf25ee4906f38479032c
[ "Unlicense" ]
null
null
null
/* * Copyright (c) <2017> Side Effects Software Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, mer...
35.146667
140
0.728756
dadf87965d264d0064b97fe6da54f7a064d8ca6b
3,779
h
C
sdl_exp/visualisation/shader/ComputeShader.h
Robadob/sdl_exp
a40d4cae105933d7baa06a02c3f588938a8ef379
[ "MIT" ]
2
2018-01-12T18:52:53.000Z
2018-12-05T23:05:22.000Z
sdl_exp/visualisation/shader/ComputeShader.h
Robadob/sdl_exp
a40d4cae105933d7baa06a02c3f588938a8ef379
[ "MIT" ]
43
2015-11-22T22:02:06.000Z
2021-03-27T12:33:07.000Z
sdl_exp/visualisation/shader/ComputeShader.h
Robadob/sdl_exp
a40d4cae105933d7baa06a02c3f588938a8ef379
[ "MIT" ]
2
2015-11-23T09:30:30.000Z
2016-10-26T09:30:09.000Z
#ifndef __ComputeShader_h__ #define __ComputeShader_h__ #include "ShaderCore.h" #include <glm/detail/type_vec2.hpp> #include <glm/detail/type_vec3.hpp> /** * Class representative of a compute shader, it wraps the common bindings found in ShaderCore and adds a custom wrapper * to glUseProgram();glDispatchCompute() wh...
37.79
127
0.756549
50d2d4c0dd1de682db52e09055564e0e9c814dea
7,080
h
C
eval/eval/evaluator_core.h
sefk/cel-cpp
a9eec4686b72c28980a09fe2e253ec897a781c32
[ "Apache-2.0" ]
null
null
null
eval/eval/evaluator_core.h
sefk/cel-cpp
a9eec4686b72c28980a09fe2e253ec897a781c32
[ "Apache-2.0" ]
null
null
null
eval/eval/evaluator_core.h
sefk/cel-cpp
a9eec4686b72c28980a09fe2e253ec897a781c32
[ "Apache-2.0" ]
null
null
null
#ifndef THIRD_PARTY_CEL_CPP_EVAL_EVAL_EVALUATOR_CORE_H_ #define THIRD_PARTY_CEL_CPP_EVAL_EVAL_EVALUATOR_CORE_H_ #include "eval/public/activation.h" #include "eval/public/cel_expression.h" #include "eval/public/cel_value.h" #include "google/api/expr/v1alpha1/syntax.pb.h" namespace google { namespace api { namespace ex...
36.307692
85
0.700141
7c6fed92807bed1ca8cbd9cdfbc5b3b2ce8b57fe
2,073
c
C
physicalrobots/player/replace/dirname.c
parasol-ppl/PPL_utils
92728bb89692fda1705a0dee436592d97922a6cb
[ "BSD-3-Clause" ]
null
null
null
physicalrobots/player/replace/dirname.c
parasol-ppl/PPL_utils
92728bb89692fda1705a0dee436592d97922a6cb
[ "BSD-3-Clause" ]
null
null
null
physicalrobots/player/replace/dirname.c
parasol-ppl/PPL_utils
92728bb89692fda1705a0dee436592d97922a6cb
[ "BSD-3-Clause" ]
null
null
null
/* dirname - return directory part of PATH. Copyright (C) 1996 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library ...
33.983607
78
0.681138