hexsha
stringlengths
40
40
size
int64
5
2.72M
ext
stringclasses
5 values
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
3
976
max_stars_repo_name
stringlengths
5
113
max_stars_repo_head_hexsha
stringlengths
40
78
max_stars_repo_licenses
listlengths
1
10
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringdate
2015-01-01 00:01:43
2022-03-31 23:59:48
max_stars_repo_stars_event_max_datetime
stringdate
2015-01-01 00:06:24
2022-03-31 23:59:53
max_issues_repo_path
stringlengths
3
976
max_issues_repo_name
stringlengths
5
116
max_issues_repo_head_hexsha
stringlengths
40
78
max_issues_repo_licenses
listlengths
1
10
max_issues_count
float64
1
134k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
976
max_forks_repo_name
stringlengths
5
116
max_forks_repo_head_hexsha
stringlengths
40
78
max_forks_repo_licenses
listlengths
1
10
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringdate
2015-01-01 00:01:19
2022-03-31 23:59:49
max_forks_repo_forks_event_max_datetime
stringdate
2015-01-03 12:00:57
2022-03-31 23:59:49
content
stringlengths
5
2.72M
avg_line_length
float64
1.38
573k
max_line_length
int64
2
1.01M
alphanum_fraction
float64
0
1
935c041d3565b41f5255a576c5c1f1c17a4951cb
385
c
C
Cprimerplus/A-3-0.c
JaydenYL/Projects
b51c0476f7be80f0b0d6aa84592966ecb4343d76
[ "MIT" ]
5
2021-09-06T04:27:56.000Z
2021-12-14T14:50:27.000Z
Cprimerplus/A-3-0.c
JaydenYL/Projects
b51c0476f7be80f0b0d6aa84592966ecb4343d76
[ "MIT" ]
null
null
null
Cprimerplus/A-3-0.c
JaydenYL/Projects
b51c0476f7be80f0b0d6aa84592966ecb4343d76
[ "MIT" ]
null
null
null
#include <stdio.h> #define SIZE 5 int main(int argc, char *argv[]) { short date[SIZE]; short * pt_short; short index; double bills[SIZE]; double * pt_double; pt_short = date; pt_double = bills; printf("%23s%14s\n", "short", "double"); for(index = 0; index < SIZE ;index ++) { printf("pointers + %d: %16p %1...
20.263158
81
0.638961
935c79a80c5f000b549628399e0a51dc1180f1ce
6,017
h
C
base/task_scheduler/scheduler_worker_pool_impl.h
Wzzzx/chromium-crosswalk
768dde8efa71169f1c1113ca6ef322f1e8c9e7de
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2019-01-28T08:09:58.000Z
2021-11-15T15:32:10.000Z
base/task_scheduler/scheduler_worker_pool_impl.h
Wzzzx/chromium-crosswalk
768dde8efa71169f1c1113ca6ef322f1e8c9e7de
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
base/task_scheduler/scheduler_worker_pool_impl.h
Wzzzx/chromium-crosswalk
768dde8efa71169f1c1113ca6ef322f1e8c9e7de
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
6
2020-09-23T08:56:12.000Z
2021-11-18T03:40:49.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 BASE_TASK_SCHEDULER_SCHEDULER_WORKER_POOL_IMPL_H_ #define BASE_TASK_SCHEDULER_SCHEDULER_WORKER_POOL_IMPL_H_ #include <stddef.h> #include <memory...
36.466667
80
0.751537
935d3f1f336a61eefddc74a8e696057c55527327
345,000
h
C
boards/Pynq-Z2/cv_dfx_4_composable_pr_test_add_rm_pass/cv_dfx_4_pr.gen/sources_1/bd/video_cp/ip/video_cp_tier2_xbar_2_0/sim/video_cp_tier2_xbar_2_0.h
Kgfu/PYNQ_Composable_Pipeline
9e86888b1c2582edfe3f63eb1c401ad40c0501dd
[ "BSD-3-Clause" ]
null
null
null
boards/Pynq-Z2/cv_dfx_4_composable_pr_test_add_rm_pass/cv_dfx_4_pr.gen/sources_1/bd/video_cp/ip/video_cp_tier2_xbar_2_0/sim/video_cp_tier2_xbar_2_0.h
Kgfu/PYNQ_Composable_Pipeline
9e86888b1c2582edfe3f63eb1c401ad40c0501dd
[ "BSD-3-Clause" ]
null
null
null
boards/Pynq-Z2/cv_dfx_4_composable_pr_test_add_rm_pass/cv_dfx_4_pr.gen/sources_1/bd/video_cp/ip/video_cp_tier2_xbar_2_0/sim/video_cp_tier2_xbar_2_0.h
Kgfu/PYNQ_Composable_Pipeline
9e86888b1c2582edfe3f63eb1c401ad40c0501dd
[ "BSD-3-Clause" ]
null
null
null
#ifndef IP_VIDEO_CP_TIER2_XBAR_2_0_H_ #define IP_VIDEO_CP_TIER2_XBAR_2_0_H_ // (c) Copyright 1995-2022 Xilinx, Inc. All rights reserved. // // This file contains confidential and proprietary information // of Xilinx, Inc. and is protected under U.S. and // international copyright and other intellectual property // la...
58.159137
80
0.806565
9360a57d375e6472bd18fd19e02ee3436966be94
1,395
h
C
src/watcher.h
cedricpinson/shaderViewer
7ff1ce024d9c4cb79b6a9aa7d6aba0520f28de94
[ "MIT" ]
9
2020-12-03T12:53:13.000Z
2021-09-06T02:12:01.000Z
src/watcher.h
cedricpinson/shaderViewer
7ff1ce024d9c4cb79b6a9aa7d6aba0520f28de94
[ "MIT" ]
null
null
null
src/watcher.h
cedricpinson/shaderViewer
7ff1ce024d9c4cb79b6a9aa7d6aba0520f28de94
[ "MIT" ]
1
2021-09-09T00:32:31.000Z
2021-09-09T00:32:31.000Z
#pragma once #include "Texture.h" #include <assert.h> #include <mutex> #include <string> #include <sys/stat.h> #include <vector> struct WatchFile { enum Type { TEXTURE0 = 0, // NOLINT TEXTURE1 = 1, TEXTURE2 = 2, TEXTURE3 = 3, SHADER = 4 }; WatchFile() {} WatchFi...
25.363636
88
0.640143
9360e0264c5c75d1469cd101bac81d6324ecf288
4,007
c
C
thirdparty/EVPath/EVPath/evp_threads.c
yunai2384/ADIOS2
c88fd748720dfdfb0d7f8a529d7838ea86ecfa65
[ "ECL-2.0", "Apache-2.0" ]
190
2017-04-05T20:16:22.000Z
2022-03-30T20:26:01.000Z
thirdparty/EVPath/EVPath/evp_threads.c
yunai2384/ADIOS2
c88fd748720dfdfb0d7f8a529d7838ea86ecfa65
[ "ECL-2.0", "Apache-2.0" ]
1,514
2017-02-03T16:19:17.000Z
2022-03-29T16:36:48.000Z
thirdparty/EVPath/EVPath/evp_threads.c
yunai2384/ADIOS2
c88fd748720dfdfb0d7f8a529d7838ea86ecfa65
[ "ECL-2.0", "Apache-2.0" ]
114
2016-12-06T16:47:45.000Z
2022-02-01T19:56:01.000Z
#include "config.h" #undef NDEBUG #include <assert.h> #include <stdio.h> #include <stdlib.h> #include <memory.h> #include <strings.h> #include <unistd.h> #include "evpath.h" #include "cm_internal.h" #include "response.h" /* * This file is meant to capture all the points at which CM/EVPath * instances in a shared...
32.577236
99
0.721487
9364deef6cf5e58d850c09dbdaa6993059f9da32
5,187
c
C
src/mruby_git_time.c
jbreeden/mruby-git
3a729c34769aa97aee34a08f68deac77ff205d6a
[ "MIT" ]
null
null
null
src/mruby_git_time.c
jbreeden/mruby-git
3a729c34769aa97aee34a08f68deac77ff205d6a
[ "MIT" ]
null
null
null
src/mruby_git_time.c
jbreeden/mruby-git
3a729c34769aa97aee34a08f68deac77ff205d6a
[ "MIT" ]
null
null
null
/* * git_time * Defined in file types.h @ line 156 */ #include "mruby_Git.h" #if BIND_Time_TYPE /* MRUBY_BINDING: header */ /* sha: user_defined */ /* MRUBY_BINDING_END */ /* MRUBY_BINDING: Time::initialize */ /* sha: dfae0af4f24b81fe9008f635871711e06bac1c153c244aaf28971a0f5681f534 */ #if BIND_Time_INITIALIZE m...
26.19697
102
0.761712
9366a064e7b651ab92aeb407d848e95e257b314d
282
h
C
Boards/T3Test/Matrix.h
CurrentResident/IncrediBoard
0082b617afc5ddc7b2e858d62a016bf1a63204d2
[ "Unlicense" ]
1
2016-02-05T15:22:45.000Z
2016-02-05T15:22:45.000Z
Boards/T3Test/Matrix.h
CurrentResident/IncrediBoard
0082b617afc5ddc7b2e858d62a016bf1a63204d2
[ "Unlicense" ]
null
null
null
Boards/T3Test/Matrix.h
CurrentResident/IncrediBoard
0082b617afc5ddc7b2e858d62a016bf1a63204d2
[ "Unlicense" ]
null
null
null
#ifndef IB1_MATRIX_H_ #define IB1_MATRIX_H_ #include <boost/fusion/include/vector.hpp> #include "KeyClasses.h" typedef boost::fusion::vector<KeyA, KeyB> Row0; typedef boost::fusion::vector<KeyC, KeyD> Row1; typedef boost::fusion::vector<Row0, Row1> Matrix; #endif
20.142857
50
0.72695
936781c141b24e1c1938ddc5fc58e3266c622787
1,295
h
C
include/Models/headers/Enemies/MAMUTMAN/Mamutman.h
openlastchaos/lastchaos-source-client
3d88594dba7347b1bb45378136605e31f73a8555
[ "Apache-2.0" ]
1
2022-02-14T15:46:44.000Z
2022-02-14T15:46:44.000Z
include/Models/Enemies/MAMUTMAN/Mamutman.h
openlastchaos/lastchaos-source-client
3d88594dba7347b1bb45378136605e31f73a8555
[ "Apache-2.0" ]
null
null
null
include/Models/Enemies/MAMUTMAN/Mamutman.h
openlastchaos/lastchaos-source-client
3d88594dba7347b1bb45378136605e31f73a8555
[ "Apache-2.0" ]
2
2022-01-10T22:17:06.000Z
2022-01-17T09:34:08.000Z
// Animation names #define MAMUTMAN_ANIM_ATTACK01 0 #define MAMUTMAN_ANIM_ATTACK02 1 #define MAMUTMAN_ANIM_DEATH01 2 #define MAMUTMAN_ANIM_DEATH02 3 #define MAMUTMAN_ANIM_FALL01 4 #define MAMUTMAN_ANIM_GETUP01 5 #define MAMUTMAN_ANIM_FALL02 6 #define MAMUTMAN_ANIM_GETUP02 7 #define MAMUTMAN_ANIM_RUN 8 #define MAMUTMAN_...
30.116279
44
0.874903
937095ec1fe0036e13daf53b64d8bca8084f39d5
5,088
c
C
ConfProfile/jni/strongswan/src/libcharon/plugins/eap_simaka_reauth/eap_simaka_reauth_provider.c
Infoss/conf-profile-4-android
619bd63095bb0f5a67616436d5510d24a233a339
[ "MIT" ]
2
2017-10-16T07:51:18.000Z
2019-06-16T12:07:52.000Z
strongswan/strongswan-5.3.2/src/libcharon/plugins/eap_simaka_reauth/eap_simaka_reauth_provider.c
SECURED-FP7/secured-mobility-ned
36fdbfee58a31d42f7047f7a7eaa1b2b70246151
[ "Apache-2.0" ]
5
2016-01-25T18:04:42.000Z
2016-02-25T08:54:56.000Z
strongswan/strongswan-5.3.2/src/libcharon/plugins/eap_simaka_reauth/eap_simaka_reauth_provider.c
SECURED-FP7/secured-mobility-ned
36fdbfee58a31d42f7047f7a7eaa1b2b70246151
[ "Apache-2.0" ]
2
2016-01-25T17:14:17.000Z
2016-02-13T20:14:09.000Z
/* * Copyright (C) 2009 Martin Willi * Hochschule fuer Technik Rapperswil * * 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 late...
22.918919
89
0.709316
937360e224086a8a3a13601db4ba86a15a463edf
1,239
h
C
usr/libexec/backboardd/BKDigitizerArbiterInfoPerDisplay.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
1
2020-11-04T15:43:01.000Z
2020-11-04T15:43:01.000Z
usr/libexec/backboardd/BKDigitizerArbiterInfoPerDisplay.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
usr/libexec/backboardd/BKDigitizerArbiterInfoPerDisplay.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
// // Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20). // // Copyright (C) 1997-2019 Steve Nygard. // #import <objc/NSObject.h> @class BKDigitizerTouchStreamAggregate, BKTouchDeliveryStatisticsLoggingObserver, NSMapTable; @interface BKDigitizerArb...
45.888889
181
0.814366
9373ffd67a9782023b03db0e4e20a4ed67c069ac
1,344
h
C
crypto_kem/saber/aarch64/pack_unpack.h
vincentvbh/pqax
f207aae5506ad767fd8d0baebee663db021d8061
[ "CC0-1.0" ]
5
2020-08-28T04:44:22.000Z
2021-09-16T18:33:56.000Z
crypto_kem/saber/aarch64/pack_unpack.h
vincentvbh/pqax
f207aae5506ad767fd8d0baebee663db021d8061
[ "CC0-1.0" ]
4
2021-06-16T03:13:26.000Z
2021-06-29T12:26:25.000Z
crypto_kem/saber/aarch64/pack_unpack.h
vincentvbh/pqax
f207aae5506ad767fd8d0baebee663db021d8061
[ "CC0-1.0" ]
4
2021-05-01T02:47:29.000Z
2021-07-02T09:35:57.000Z
/*============================================================================= This file has been adapted from the implementation (available at, Public Domain https://github.com/KULeuven-COSIC/SABER) of "Saber: Module-LWR based key exchange, CPA-secure encryption and CCA-secure KEM" by : Jan-Pieter D'Anvers, Angshum...
44.8
100
0.71131
93759e6789bb5b9b963526cb612fd5d182f2d845
2,386
h
C
FangameReader/CompositeColumnContent.h
TheBiob/DeadSplit
2e29bae2b86fa689ed9c28d345f2e8743b10c115
[ "MIT" ]
3
2019-04-02T19:23:35.000Z
2021-04-30T03:57:15.000Z
FangameReader/CompositeColumnContent.h
TheBiob/DeadSplit
2e29bae2b86fa689ed9c28d345f2e8743b10c115
[ "MIT" ]
1
2018-07-10T22:34:41.000Z
2018-07-10T22:52:43.000Z
FangameReader/CompositeColumnContent.h
TheBiob/DeadSplit
2e29bae2b86fa689ed9c28d345f2e8743b10c115
[ "MIT" ]
3
2020-12-28T19:06:07.000Z
2021-01-30T10:09:56.000Z
#pragma once #include <ColumnContent.h> #include <ColumnContentUtils.h> namespace Fangame { class CGlTexturedQuad; struct CBossAttackInfo; ////////////////////////////////////////////////////////////////////////// class CCompositeColumnData : public IColumnContentData { public: explicit CCompositeColumn...
41.859649
175
0.708298
9375c6e4f457c65439a0b0f6eecb954ed764907c
1,391
h
C
Classes/TimelineVolumeTrackView.h
qmat/VCode-QMAT
2ef94b458c51188b7bd43fcadbf446b25bf3f263
[ "BSD-3-Clause" ]
3
2015-09-30T13:09:17.000Z
2020-09-03T16:17:51.000Z
Classes/TimelineVolumeTrackView.h
qmat/VCode-QMAT
2ef94b458c51188b7bd43fcadbf446b25bf3f263
[ "BSD-3-Clause" ]
null
null
null
Classes/TimelineVolumeTrackView.h
qmat/VCode-QMAT
2ef94b458c51188b7bd43fcadbf446b25bf3f263
[ "BSD-3-Clause" ]
null
null
null
// // TimelineVolumeTrackView.h // VCode // // Created by Joey Hagedorn on 10/21/07. // Updated and modified by Joshua Hailpern & Zhongnan Du on 12/7/2011 // Copyright 2008 University of Illinois & Joey Hagedorn. All rights reserved. // This software is licensed under a BSD license. Please refer to the included //...
28.979167
83
0.731848
9377185e7022d817d158d5b57529e9172a870d64
87
h
C
crypto_aead/proest256otrv1/ref/otr.h
iadgov/simon-speck-supercop
5bba85c3094029eb73b7077441e5c6ea2f2cb1c6
[ "CC0-1.0" ]
21
2016-12-03T14:19:01.000Z
2018-03-09T14:52:25.000Z
crypto_aead/proest256otrv1/ref/otr.h
iadgov/simon-speck-supercop
5bba85c3094029eb73b7077441e5c6ea2f2cb1c6
[ "CC0-1.0" ]
null
null
null
crypto_aead/proest256otrv1/ref/otr.h
iadgov/simon-speck-supercop
5bba85c3094029eb73b7077441e5c6ea2f2cb1c6
[ "CC0-1.0" ]
11
2017-03-06T17:21:42.000Z
2018-03-18T03:52:58.000Z
#ifndef OTR_H #define OTR_H #define OTR_BLOCKBYTES 64 #define OTR_TAGBYTES 32 #endif
10.875
25
0.793103
9378581cee67166627c6dd051ad9000f6dc9e925
243
h
C
LeetCode/utils/sort.h
apoptoxin/LeetCode
2b042572891e075d7ff21c9f3822197a26a8325e
[ "MIT" ]
null
null
null
LeetCode/utils/sort.h
apoptoxin/LeetCode
2b042572891e075d7ff21c9f3822197a26a8325e
[ "MIT" ]
null
null
null
LeetCode/utils/sort.h
apoptoxin/LeetCode
2b042572891e075d7ff21c9f3822197a26a8325e
[ "MIT" ]
null
null
null
// // sort.h // LeetCode // // Created by apoptoxin on 2018/6/24. // Copyright © 2018年 micronil.com. All rights reserved. // #ifndef sort_h #define sort_h #include <stdio.h> #endif /* sort_h */ void quickSort(int * oriAry, int length);
15.1875
56
0.662551
937cb29b63e2ff17849933871a40a99e5aee6a80
2,886
c
C
lib/sw_apps/versal_plm/src/xplm_sem_init.c
erique/embeddedsw
4b5fd15c71405844e03f2c276daa38cfcbb6459b
[ "BSD-2-Clause", "MIT" ]
595
2015-02-03T15:07:36.000Z
2022-03-31T18:21:23.000Z
lib/sw_apps/versal_plm/src/xplm_sem_init.c
Xilinx/embeddedsw-experimental-dt-support
329bf8fa54110034c8436d0b3b4aa40e8a56b02d
[ "BSD-2-Clause", "MIT" ]
144
2016-01-08T17:56:37.000Z
2022-03-31T13:23:52.000Z
lib/sw_apps/versal_plm/src/xplm_sem_init.c
Xilinx/embeddedsw-experimental-dt-support
329bf8fa54110034c8436d0b3b4aa40e8a56b02d
[ "BSD-2-Clause", "MIT" ]
955
2015-03-30T00:54:27.000Z
2022-03-31T11:32:23.000Z
/****************************************************************************** * Copyright (c) 2018 - 2021 Xilinx, Inc. All rights reserved. * SPDX-License-Identifier: MIT ******************************************************************************/ /*****************************************************************...
31.032258
79
0.412335
937d1a7c7c15b6620ad029b5b5c186a005ac830a
1,146
h
C
arduino/opencr_arduino/opencr/libraries/OpenManipulator/include/open_manipulator/OPM/OPMComm.h
yemiaobing/opencr
8700d276f60cb72db4f1ed85deff26a5f96ce7b6
[ "Apache-2.0" ]
1
2019-03-09T05:56:55.000Z
2019-03-09T05:56:55.000Z
arduino/opencr_arduino/opencr/libraries/OpenManipulator/include/open_manipulator/OPM/OPMComm.h
yemiaobing/opencr
8700d276f60cb72db4f1ed85deff26a5f96ce7b6
[ "Apache-2.0" ]
null
null
null
arduino/opencr_arduino/opencr/libraries/OpenManipulator/include/open_manipulator/OPM/OPMComm.h
yemiaobing/opencr
8700d276f60cb72db4f1ed85deff26a5f96ce7b6
[ "Apache-2.0" ]
null
null
null
/******************************************************************************* * Copyright 2016 ROBOTIS 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.o...
24.382979
80
0.628272
93810bc8911881998a0d5043c44fcf96b7475b5b
637
h
C
emu.h
terryyz/MIPS-Emulator
74df476f5f1b3841c4fe58c6ff3b3c5376783fad
[ "MIT" ]
1
2020-07-28T14:51:37.000Z
2020-07-28T14:51:37.000Z
emu.h
terryyz/MIPS-Emulator
74df476f5f1b3841c4fe58c6ff3b3c5376783fad
[ "MIT" ]
null
null
null
emu.h
terryyz/MIPS-Emulator
74df476f5f1b3841c4fe58c6ff3b3c5376783fad
[ "MIT" ]
null
null
null
//////////////////////////////////////////////////////////////////////// // COMP1521 19t3 ... assignment 1: emu -- a MIPS emulator // // 2019-10-15 v1.0 emu squad <cs1521@cse.unsw.edu.au> // Initial release onto unsuspecting students. // // // // // // // // DO NOT MODIFY THIS FILE! // // // // // // // // // ...
30.333333
73
0.605965
93880a1eba3d3ff04d95df7dcac46ad085da51a7
516
h
C
src/Seeed_Arduino_ooFreeRTOS.h
Seeed-Studio/Seeed_Arduino_ooFreeRTOS
d0695a89c28c467532eed25c2b39102cd062ed28
[ "MIT" ]
2
2020-08-09T14:23:23.000Z
2020-10-23T00:42:41.000Z
src/Seeed_Arduino_ooFreeRTOS.h
Seeed-Studio/Seeed_Arduino_ooFreeRTOS
d0695a89c28c467532eed25c2b39102cd062ed28
[ "MIT" ]
null
null
null
src/Seeed_Arduino_ooFreeRTOS.h
Seeed-Studio/Seeed_Arduino_ooFreeRTOS
d0695a89c28c467532eed25c2b39102cd062ed28
[ "MIT" ]
3
2020-08-09T14:23:24.000Z
2021-06-05T09:29:37.000Z
#ifndef OO_FREE_RTOS_H #define OO_FREE_RTOS_H #include <Seeed_Arduino_FreeRTOS.h> #define CPP_FREERTOS_NO_EXCEPTIONS #include <version.hpp> #include <condition_variable.hpp> #include <critical.hpp> #include <event_groups.hpp> #include <mem_pool.hpp> #include <message.hpp> #include <mutex.hpp> #include <queue.hpp> #i...
23.454545
35
0.777132
938f32ccf1b9002513159fa141285b01d3406354
6,563
h
C
SmallText.h
paulopilot/MicroEFIS_Mavlink_T4
5d80277f99db276bac96dc723f070aca776a424e
[ "MIT" ]
null
null
null
SmallText.h
paulopilot/MicroEFIS_Mavlink_T4
5d80277f99db276bac96dc723f070aca776a424e
[ "MIT" ]
null
null
null
SmallText.h
paulopilot/MicroEFIS_Mavlink_T4
5d80277f99db276bac96dc723f070aca776a424e
[ "MIT" ]
null
null
null
#ifndef SMALL_TEXT_H__ #define SMALL_TEXT_H__ //#include <ILI9341_t3n.h> #define FONT_W 4 #define FONT_H 5 const uint8_t PROGMEM FONT_SMALL[] = { // SPACE 0b00000000, 0b00000000, 0b00000000, 0b00000000, 0b00000000, // ! 0b00000100, 0b00000100, 0b00000100, 0b00000000, 0b00000100, // " 0...
12.669884
128
0.625933
93904d723c995c0d0b52184cd78c7f0951311fbc
335
h
C
YGStudy/ViewController.h
YOGURTtS/YGStudy
b8c8459e8363d56948e97e4afa07963dbde98dc2
[ "MIT" ]
null
null
null
YGStudy/ViewController.h
YOGURTtS/YGStudy
b8c8459e8363d56948e97e4afa07963dbde98dc2
[ "MIT" ]
null
null
null
YGStudy/ViewController.h
YOGURTtS/YGStudy
b8c8459e8363d56948e97e4afa07963dbde98dc2
[ "MIT" ]
null
null
null
// // ViewController.h // YGStudy // // Created by 孙星 on 2019/9/2. // Copyright © 2019 YOGURTS. All rights reserved. // #import <UIKit/UIKit.h> @interface YGClassModel : NSObject @property (nonatomic, copy) NSString *title; @property (nonatomic, strong) Class clazz; @end @interface ViewController : UIViewCont...
13.958333
50
0.704478
9394b349d7b43ea95f4088624cd25d8cafcbdfdb
1,053
h
C
System/Library/PrivateFrameworks/iWorkImport.framework/Frameworks/TSCharts.framework/TSCH3DMaterialShaderEffect.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
1
2020-11-04T15:43:01.000Z
2020-11-04T15:43:01.000Z
System/Library/PrivateFrameworks/iWorkImport.framework/Frameworks/TSCharts.framework/TSCH3DMaterialShaderEffect.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
System/Library/PrivateFrameworks/iWorkImport.framework/Frameworks/TSCharts.framework/TSCH3DMaterialShaderEffect.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 12:31:22 PM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/iWorkImport.framework/Frameworks/TSCharts.framework/TSCharts * classdump-dyld is licensed under GPLv...
32.90625
110
0.782526
93958b5c71d9c20c1f0eb73645f6f44bc1837ac2
4,205
h
C
hal/include/hthread/mutex/hardware.h
eugenecartwright/hthreads
826c495dd855f8fcc1e12e1ac01845c2983ecf04
[ "BSD-3-Clause" ]
3
2018-02-14T23:24:45.000Z
2022-03-30T18:48:06.000Z
include/hthread/mutex/hardware.h
eugenecartwright/hthreads
826c495dd855f8fcc1e12e1ac01845c2983ecf04
[ "BSD-3-Clause" ]
null
null
null
include/hthread/mutex/hardware.h
eugenecartwright/hthreads
826c495dd855f8fcc1e12e1ac01845c2983ecf04
[ "BSD-3-Clause" ]
null
null
null
/************************************************************************************ * Copyright (c) 2015, University of Arkansas - Hybridthreads Group * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are...
33.110236
116
0.669917
93961e2d7f881fd1487530d5e2c9158634f872c0
3,124
c
C
src/native/partner/gpxcore.c
tstih/libgpx
97d3e038f2b541c1ea6915980bb1d3567302d69c
[ "MIT" ]
1
2022-01-28T17:14:14.000Z
2022-01-28T17:14:14.000Z
src/native/partner/gpxcore.c
tstih/libgpx
97d3e038f2b541c1ea6915980bb1d3567302d69c
[ "MIT" ]
null
null
null
src/native/partner/gpxcore.c
tstih/libgpx
97d3e038f2b541c1ea6915980bb1d3567302d69c
[ "MIT" ]
null
null
null
/* * gpxcore.c * * Graphics init and exit functions for Iskra Delta Partner. * * MIT License (see: LICENSE) * copyright (c) 2021 tomaz stih * * 03.08.2021 tstih * */ #include <std.h> #include <gpxcore.h> #include <cap.h> #include <rect.h> #include "partner/ef9367.h" /* there can be only one gpx! */ stati...
23.488722
66
0.548335
1a8f8e18d8f86ad66e786cfc9924b0a8b36af144
608
h
C
JMExpandableTableView/JMExpandableTableView/Core/DefaultTableViewSectionView.h
Chanryma/JMExpandableTableView
246c1aa92b166f4769b667e7111adbdb8aedf783
[ "MIT" ]
null
null
null
JMExpandableTableView/JMExpandableTableView/Core/DefaultTableViewSectionView.h
Chanryma/JMExpandableTableView
246c1aa92b166f4769b667e7111adbdb8aedf783
[ "MIT" ]
null
null
null
JMExpandableTableView/JMExpandableTableView/Core/DefaultTableViewSectionView.h
Chanryma/JMExpandableTableView
246c1aa92b166f4769b667e7111adbdb8aedf783
[ "MIT" ]
null
null
null
// // ExpandableTableViewSectionView.h // JMExpandableTableView // // Created by jonathan ma on 3/11/2016. // Copyright © 2016 jonathan ma. All rights reserved. // #import "SectionViewDelegate.h" /** Default section view implementation. You can */ @interface DefaultTableViewSectionView : UIView <SectionViewDel...
24.32
69
0.759868
1a929e5bd51512b19c481dbea49b1ad443258412
984
c
C
challenge/challenge_control_flow/triangle_goto.c
liangcorp/learning_c
5d77d0beec5557d7f077fc0760e6c8513d820403
[ "MIT" ]
null
null
null
challenge/challenge_control_flow/triangle_goto.c
liangcorp/learning_c
5d77d0beec5557d7f077fc0760e6c8513d820403
[ "MIT" ]
null
null
null
challenge/challenge_control_flow/triangle_goto.c
liangcorp/learning_c
5d77d0beec5557d7f077fc0760e6c8513d820403
[ "MIT" ]
null
null
null
/* Description: use goto to print the following * * * * * * * ********* */ #include <stdio.h> int main(void) { int i = 0; tracking: if (i == 0) { i++; goto print_star1; } else if (i == 1) ...
15.619048
48
0.335366
1a957eacf4a93b4139b077ec71bb7a9ba68f7b17
5,869
h
C
tic/include/tencentcloud/tic/v20201117/model/DescribeStackEventResponse.h
sinjoywong/tencentcloud-sdk-cpp
1b931d20956a90b15a6720f924e5c69f8786f9f4
[ "Apache-2.0" ]
null
null
null
tic/include/tencentcloud/tic/v20201117/model/DescribeStackEventResponse.h
sinjoywong/tencentcloud-sdk-cpp
1b931d20956a90b15a6720f924e5c69f8786f9f4
[ "Apache-2.0" ]
null
null
null
tic/include/tencentcloud/tic/v20201117/model/DescribeStackEventResponse.h
sinjoywong/tencentcloud-sdk-cpp
1b931d20956a90b15a6720f924e5c69f8786f9f4
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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 ...
29.641414
83
0.393423
1a96e2b8996be708200174636149d178b725e07a
1,299
h
C
services/video_capture/mojo_shared_memory_buffer_tracker.h
xzhan96/chromium.src
1bd0cf3997f947746c0fc5406a2466e7b5f6159e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
3
2018-02-22T18:06:56.000Z
2021-08-28T12:49:27.000Z
services/video_capture/mojo_shared_memory_buffer_tracker.h
emilio/chromium.src
1bd0cf3997f947746c0fc5406a2466e7b5f6159e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
services/video_capture/mojo_shared_memory_buffer_tracker.h
emilio/chromium.src
1bd0cf3997f947746c0fc5406a2466e7b5f6159e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2017-08-16T08:15:01.000Z
2018-03-27T00:07:30.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 SERVICES_VIDEO_CAPTURE_MOJO_SHARED_MEMORY_BUFFER_TRACKER_H_ #define SERVICES_VIDEO_CAPTURE_MOJO_SHARED_MEMORY_BUFFER_TRACKER_H_ #include "media/c...
34.184211
78
0.802156
1a97d4c27191888b8d327ce6d68e53a5c5d44305
1,328
c
C
fourth_semester/Sysopy/Zadanie5/zad2/src/slave.c
MajronMan/agh_stuff
d045e3bd47ac17880526203d9993d9b2389a9ffe
[ "Unlicense" ]
2
2019-03-02T19:31:57.000Z
2019-04-03T19:54:39.000Z
fourth_semester/Sysopy/Zadanie5/zad2/src/slave.c
MajronMan/agh_stuff
d045e3bd47ac17880526203d9993d9b2389a9ffe
[ "Unlicense" ]
null
null
null
fourth_semester/Sysopy/Zadanie5/zad2/src/slave.c
MajronMan/agh_stuff
d045e3bd47ac17880526203d9993d9b2389a9ffe
[ "Unlicense" ]
1
2019-04-03T18:26:50.000Z
2019-04-03T18:26:50.000Z
#include "../include/slave.h" int main(int argc, char **argv){ if(argc != 4){ printf("Wrong number of arguments, required 3\n"); exit(-1); } srand((unsigned int) (time(NULL) ^ (getpid() << 16))); char *path = argv[1]; int N = atoi(argv[2]), K = atoi(argv[3]); CHECK_ZERO("main", ...
30.181818
103
0.536898
1a986ab0d7b051f381f7ee0020f2c68d99ebb647
2,341
h
C
NotUsed/AutoResetCondition.h
dwhobrey/MindCausalModellingLibrary
797d716e785d2dcd5c373ab385c20d3a74bbfcb0
[ "BSD-3-Clause" ]
null
null
null
NotUsed/AutoResetCondition.h
dwhobrey/MindCausalModellingLibrary
797d716e785d2dcd5c373ab385c20d3a74bbfcb0
[ "BSD-3-Clause" ]
null
null
null
NotUsed/AutoResetCondition.h
dwhobrey/MindCausalModellingLibrary
797d716e785d2dcd5c373ab385c20d3a74bbfcb0
[ "BSD-3-Clause" ]
null
null
null
#pragma once namespace Plato::Standard { /// <summary> /// Portable Condition Variable implementation. /// </summary> public class AutoResetCondition { public: /// <summary> /// Creates a new condition variable. /// </summary> AutoResetCondition(); /// <summa...
36.015385
105
0.580948
1a9b73c2e940aebae87b43326cd7f387eda91c15
75
h
C
src/help.h
reoky/chainsaw
39d6e9e89ff46250f0325f9cf5e0289273c62435
[ "MIT" ]
null
null
null
src/help.h
reoky/chainsaw
39d6e9e89ff46250f0325f9cf5e0289273c62435
[ "MIT" ]
null
null
null
src/help.h
reoky/chainsaw
39d6e9e89ff46250f0325f9cf5e0289273c62435
[ "MIT" ]
null
null
null
#pragma once #include <iostream> void print_banner(); void print_usage();
12.5
20
0.746667
1a9b9f4d4aeb219bff4bae637f39d185c8501bd9
552
c
C
executor/operator/ref/kernel/broadmul/ref_broadmul_fp32.c
wangshankun/Tengine_Atlas
b5485039e72b4a624c795ff95d73eb6d719c7706
[ "Apache-2.0" ]
25
2018-12-09T09:31:56.000Z
2021-08-12T10:32:19.000Z
executor/operator/ref/kernel/broadmul/ref_broadmul_fp32.c
wangshankun/Tengine_Atlas
b5485039e72b4a624c795ff95d73eb6d719c7706
[ "Apache-2.0" ]
1
2022-03-31T03:33:42.000Z
2022-03-31T03:33:42.000Z
executor/operator/ref/kernel/broadmul/ref_broadmul_fp32.c
wangshankun/Tengine_Atlas
b5485039e72b4a624c795ff95d73eb6d719c7706
[ "Apache-2.0" ]
6
2018-12-16T01:18:42.000Z
2019-09-18T07:29:56.000Z
static int ref_broadmul_fp32(float* in0,float *in1,float* out, const ref_broadmul_param* param) { int out_size = param->out_size; int in_size = param->in_size; int on_size = param->on_size; for(int o = 0; o < out_size; o++) { for(int j = 0; j < on_size;j++) { float d...
25.090909
95
0.480072
1a9be2fdebf1d1502df56de38cb2d7888206ef47
6,145
c
C
EXP6/code1.c
PrakharJ22/Data-Structures-UPES
0d68c4339a689350befdaa59cf72da7e0f881562
[ "MIT" ]
null
null
null
EXP6/code1.c
PrakharJ22/Data-Structures-UPES
0d68c4339a689350befdaa59cf72da7e0f881562
[ "MIT" ]
null
null
null
EXP6/code1.c
PrakharJ22/Data-Structures-UPES
0d68c4339a689350befdaa59cf72da7e0f881562
[ "MIT" ]
null
null
null
/*1. Implement Doubly Linked List and its operations. */ #include<stdio.h> #include<stdlib.h> //for malloc() and free() struct node { int number; struct node *prev; struct node *next; }; struct node *head=0,*tail=0; //to create a doubly linked list void create() { struct no...
22.104317
82
0.468999
1a9c3a904581c92644dfb63f8e8c8313c077bb5c
292
c
C
tests/print.c
Koxiaet/tiny-regex-c
4383013bb92aa972e803530228e624e5d41bd414
[ "Unlicense" ]
1
2020-09-23T17:17:40.000Z
2020-09-23T17:17:40.000Z
tests/print.c
Koxiaet/tiny-regex-c
4383013bb92aa972e803530228e624e5d41bd414
[ "Unlicense" ]
null
null
null
tests/print.c
Koxiaet/tiny-regex-c
4383013bb92aa972e803530228e624e5d41bd414
[ "Unlicense" ]
null
null
null
/* * This program prints out a regular expression. */ #include <stdio.h> #include "re.h" int main(int argc, char* argv[]) { if (argc != 2) { printf("\nUsage: %s <PATTERN> \n", argv[0]); return -1; } Regex pattern; re_compile(&pattern, argv[1]); re_print(pattern); return 0; }
13.904762
48
0.613014
1a9c602b49f33df569c8d78b7def22cb0f2624a3
417
h
C
tools/loader/run.h
av-7/TrainOS
051dcd27fd0a5f77a7e86cfc556a82ae396e49a5
[ "MIT" ]
null
null
null
tools/loader/run.h
av-7/TrainOS
051dcd27fd0a5f77a7e86cfc556a82ae396e49a5
[ "MIT" ]
null
null
null
tools/loader/run.h
av-7/TrainOS
051dcd27fd0a5f77a7e86cfc556a82ae396e49a5
[ "MIT" ]
null
null
null
/* * run.h *--------------------------------------------------------- * Header file for run.c AP 2/91 */ #ifndef __RUN_H__ #define __RUN_H__ #define BYTE 0xff #define GNU_MAGIC_NUMBER 0x00640107 #define TEXT_SEGMENT_BASE 0x00000000 #define GDT_BASE 50000 #define SIZE_OF_GDT_EN...
16.038462
59
0.582734
1a9e5aa2f628510a8eceb9ece4dce290b926ffd3
2,448
h
C
src/knMotorSvcs/WheelGroupJointProvider.h
hhutz/kn_wheel_group
18ed3220bd46282ec9cbe38e8a573e6f2de49f05
[ "NASA-1.3" ]
null
null
null
src/knMotorSvcs/WheelGroupJointProvider.h
hhutz/kn_wheel_group
18ed3220bd46282ec9cbe38e8a573e6f2de49f05
[ "NASA-1.3" ]
null
null
null
src/knMotorSvcs/WheelGroupJointProvider.h
hhutz/kn_wheel_group
18ed3220bd46282ec9cbe38e8a573e6f2de49f05
[ "NASA-1.3" ]
null
null
null
/* -*- C++ -*- ***************************************************************** * Copyright (c) 2013 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. * All rights reserved. * * Licensed under the NASA Open Source Agreement, Version 1.3 (the "Lice...
31.384615
93
0.678513
1a9f1257c189082dbd042e2a057c6fb1552d3a76
3,329
h
C
include/FileSystem.h
felixjones/SDL-GL
f12f0620c920a5b65db268f5ada8ccc64520101e
[ "MIT" ]
3
2020-01-06T16:54:23.000Z
2020-08-14T07:38:09.000Z
include/FileSystem.h
felixjones/SDL-GL
f12f0620c920a5b65db268f5ada8ccc64520101e
[ "MIT" ]
null
null
null
include/FileSystem.h
felixjones/SDL-GL
f12f0620c920a5b65db268f5ada8ccc64520101e
[ "MIT" ]
null
null
null
#ifndef __FILE_SYSTEM_H__ #define __FILE_SYSTEM_H__ #include <stdint.h> #include "ReadFile.h" #include "WriteFile.h" #include "FileList.h" #define DIRECTORY_LEN ( 240 ) class xiFileArchive; class xiArchiveLoader; class xiFileSystem { public: enum deleteType_e { DELETE_WHEN_DROPPED, DELETE_NEVER }; enum exte...
42.139241
175
0.755783
1a9ffef0d181f34386089b69da3e170b74f46ad6
4,186
h
C
tools/rndf_visualizer/include/rndf_visualizer/euclidean_distance.h
ekumenlabs/terminus
ce6dcdc797011155e8fd52d40d910bdaf9bfe397
[ "Apache-2.0" ]
52
2016-10-12T17:54:10.000Z
2021-09-29T04:06:24.000Z
tools/rndf_visualizer/include/rndf_visualizer/euclidean_distance.h
ekumenlabs/terminus
ce6dcdc797011155e8fd52d40d910bdaf9bfe397
[ "Apache-2.0" ]
216
2016-09-14T18:51:36.000Z
2019-01-31T05:57:57.000Z
tools/rndf_visualizer/include/rndf_visualizer/euclidean_distance.h
ekumenlabs/terminus
ce6dcdc797011155e8fd52d40d910bdaf9bfe397
[ "Apache-2.0" ]
28
2016-09-21T17:55:23.000Z
2021-09-29T04:06:25.000Z
/* -*- mode: C++ -*- */ /* * Description: Euclidean distance functions * * Copyright (C) 2009 Austin Robot Technology * * License: Modified BSD Software License Agreement * * $Id: b012b1857a1a9df1341949683413d626a9b90b28 $ */ #ifndef _EUCLIDEAN_DISTANCE_H_ #define _EUCLIDEAN_DISTANCE_H_...
27.359477
75
0.620879
1aa08f6a819b6b1531284f338a2fb2c4cc23c367
7,896
c
C
src/kcontinuation.c
AndresNavarro82/klisp
2b3a1cf774e0ab527a561e5d93dacbfdf0b545d1
[ "MIT" ]
1
2022-02-26T22:18:26.000Z
2022-02-26T22:18:26.000Z
src/kcontinuation.c
AndresNavarro82/klisp
2b3a1cf774e0ab527a561e5d93dacbfdf0b545d1
[ "MIT" ]
null
null
null
src/kcontinuation.c
AndresNavarro82/klisp
2b3a1cf774e0ab527a561e5d93dacbfdf0b545d1
[ "MIT" ]
null
null
null
/* ** kcontinuation.c ** Kernel Continuations ** See Copyright Notice in klisp.h */ #include <stdarg.h> #include "kcontinuation.h" #include "kpair.h" #include "kapplicative.h" #include "kobject.h" #include "kstate.h" #include "kmem.h" #include "kgc.h" TValue kmake_continuation(klisp_State *K, TValue parent, klisp_CF...
31.584
80
0.605623
1aa1499f676e47248caaef07043f439b93e0e20f
580
c
C
lang/cem/libcc/stdio/fdopen.c
wyan/ack
cf1b02d26cdfaff4417011c49d112b8dfc877df2
[ "BSD-3-Clause" ]
282
2015-07-01T10:17:17.000Z
2022-03-31T02:14:30.000Z
lang/cem/libcc/stdio/fdopen.c
wyan/ack
cf1b02d26cdfaff4417011c49d112b8dfc877df2
[ "BSD-3-Clause" ]
176
2016-06-07T06:46:55.000Z
2022-03-19T21:40:17.000Z
lang/cem/libcc/stdio/fdopen.c
wyan/ack
cf1b02d26cdfaff4417011c49d112b8dfc877df2
[ "BSD-3-Clause" ]
58
2015-12-02T16:29:18.000Z
2022-01-26T17:54:35.000Z
/* $Id$ */ #include <stdio.h> FILE *fdopen(fd,mode) char *mode; { register int i; FILE *fp; char *malloc(); int flags = 0; if (fd < 0) return NULL; for (i = 0; _io_table[i] != 0 ; i++) if ( i >= _NFILES ) return(NULL); switch(*mode) { case 'r': flags |= IO_READMODE; break; case 'a': lseek(fd, 0L...
14.146341
56
0.546552
1aa1cad4547c391f8aa40022a8b69dcab99d34c8
1,480
h
C
DTLiving/core/effect/video_effect_processor.h
danjiang/DTLiving
c0008b7b7f94a392a514b112c0b97564d7d8f12a
[ "MIT" ]
21
2020-04-04T13:41:45.000Z
2022-02-19T23:38:36.000Z
DTLiving/core/effect/video_effect_processor.h
danjiang/DTLiving
c0008b7b7f94a392a514b112c0b97564d7d8f12a
[ "MIT" ]
9
2020-02-02T10:42:05.000Z
2022-02-28T18:50:48.000Z
DTLiving/core/effect/video_effect_processor.h
danjiang/DTLiving
c0008b7b7f94a392a514b112c0b97564d7d8f12a
[ "MIT" ]
3
2020-10-19T08:28:38.000Z
2021-11-29T09:24:42.000Z
// // video_effect_processor.h // DTLiving // // Created by Dan Jiang on 2020/3/15. // Copyright © 2020 Dan Thought Studio. All rights reserved. // #ifndef DTLIVING_EFFECT_VIDEO_EFFECT_PROCESSOR_H_ #define DTLIVING_EFFECT_VIDEO_EFFECT_PROCESSOR_H_ #include <vector> #include "video_frame.h" #include "video_effect...
32.173913
103
0.749324
1aa34408e192bb86e4e2f99de25b13faa9b824a0
179
h
C
Project1/Scene/func/FuncSlash.h
justin111175/2020project
ec698e0a471a4ea2f109e9dd55061e08a54a51cc
[ "Unlicense" ]
null
null
null
Project1/Scene/func/FuncSlash.h
justin111175/2020project
ec698e0a471a4ea2f109e9dd55061e08a54a51cc
[ "Unlicense" ]
null
null
null
Project1/Scene/func/FuncSlash.h
justin111175/2020project
ec698e0a471a4ea2f109e9dd55061e08a54a51cc
[ "Unlicense" ]
null
null
null
#pragma once #include <BaseScene.h> #include <map> struct FuncSlash { bool operator()(ActQueT &actQue, void* scene); private: static std::map<UNIT_ID, int> _MaxCount; };
10.529412
47
0.692737
1aa4a4ea9609e4c8971a14b8e52532eac2d72115
8,034
c
C
src/Include/images/toolbarPrint_png.c
dconnet/AgilityBook
4804c79079d6109294a6d377fb6ebda70bcb30a1
[ "MIT" ]
1
2020-11-23T20:33:41.000Z
2020-11-23T20:33:41.000Z
src/Include/images/toolbarPrint_png.c
dconnet/AgilityBook
4804c79079d6109294a6d377fb6ebda70bcb30a1
[ "MIT" ]
null
null
null
src/Include/images/toolbarPrint_png.c
dconnet/AgilityBook
4804c79079d6109294a6d377fb6ebda70bcb30a1
[ "MIT" ]
3
2020-05-04T19:42:26.000Z
2022-03-08T09:36:54.000Z
/* Generated by bin2c, do not edit manually */ /* Contents of 'toolbarPrint.png' */ const size_t toolbarPrint_png_size = 1283; const unsigned char toolbarPrint_png[1283] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,...
48.39759
48
0.655091
1aa70391352f89452d1e219af9aacdf6f8a54ff9
969
c
C
V/01/20/task3.c
elsys/po-2015
28d352ab8d7d4eb55620b01f9176f8e3f6838744
[ "MIT" ]
27
2015-09-28T19:47:23.000Z
2016-07-25T15:17:32.000Z
V/01/20/task3.c
elsys/po-2015
28d352ab8d7d4eb55620b01f9176f8e3f6838744
[ "MIT" ]
391
2015-09-28T05:57:05.000Z
2016-06-09T16:43:53.000Z
V/01/20/task3.c
elsys/po-2015
28d352ab8d7d4eb55620b01f9176f8e3f6838744
[ "MIT" ]
351
2015-06-29T17:17:31.000Z
2016-05-04T17:57:14.000Z
#include <stdio.h> #include <string.h> typedef struct { long hash, count; char similar[4][200]; } occurance_t; long hash(char *word) { long i, sum = 42; for (i = 0; i < strlen(word); ++i) sum += word[i]*(i+1); return sum; } int main() { occurance_t words[3000]; char word[200]; long i, max_count = 0, k ...
16.15
53
0.52322
1aa943562673dd59c8e65c72b2c37e32cc34e034
9,999
c
C
external/ebtables/userspace/ebtables2/extensions/ebt_inat.c
cesarmo759/android_kernel_samsung_msm8916
f19717ef6c984b64a75ea600a735dc937b127c25
[ "Apache-2.0" ]
1
2020-06-28T00:49:21.000Z
2020-06-28T00:49:21.000Z
external/ebtables/userspace/ebtables2/extensions/ebt_inat.c
cesarmo759/android_kernel_samsung_msm8916
f19717ef6c984b64a75ea600a735dc937b127c25
[ "Apache-2.0" ]
null
null
null
external/ebtables/userspace/ebtables2/extensions/ebt_inat.c
cesarmo759/android_kernel_samsung_msm8916
f19717ef6c984b64a75ea600a735dc937b127c25
[ "Apache-2.0" ]
1
2021-03-05T16:54:52.000Z
2021-03-05T16:54:52.000Z
/* ebt_inat * * Authors: * Grzegorz Borowiak <grzes@gnu.univ.gda.pl> * * August, 2003 */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <netinet/ether.h> #include <getopt.h> #include <ctype.h> #include "../include/ebtables_u.h" #include <linux/netfilter_bridge/ebt_inat.h> static int s_sub_s...
25.770619
94
0.651265
1aac04aad2a68636117cd4432a7d03eb44284362
3,433
h
C
include/nebula/mclient/MetaClient.h
vesoft-inc/nebula-cpp
e34071fe7bfb68e2012c94fcd03be4707216c45a
[ "Apache-2.0" ]
8
2020-12-01T02:04:35.000Z
2022-03-30T12:33:30.000Z
include/nebula/mclient/MetaClient.h
vesoft-inc/nebula-cpp
e34071fe7bfb68e2012c94fcd03be4707216c45a
[ "Apache-2.0" ]
35
2020-08-19T15:51:45.000Z
2022-03-08T09:07:16.000Z
include/nebula/mclient/MetaClient.h
vesoft-inc/nebula-cpp
e34071fe7bfb68e2012c94fcd03be4707216c45a
[ "Apache-2.0" ]
10
2020-11-30T09:33:48.000Z
2022-01-31T06:47:23.000Z
/* Copyright (c) 2020 vesoft inc. All rights reserved. * * This source code is licensed under Apache 2.0 License. */ #pragma once #include <functional> #include <memory> #include <string> #include <thread> #include <unordered_map> #include <vector> #include "common/datatypes/HostAddr.h" #include "common/thrift/Th...
29.34188
100
0.713953
1aacf8b4dd9328253f5ca94844c24effc046914b
722
h
C
CGXSlideMenuView/CGXSlideEditView/CGXSlideChannelControll.h
974794055/CGXConfigSlideMenuExampleDemo
16c014b144c17da48e0402fe5c462667883e92a7
[ "MIT" ]
2
2018-03-20T12:46:18.000Z
2019-05-24T02:09:21.000Z
CGXSlideMenuView/CGXSlideEditView/CGXSlideChannelControll.h
974794055/CGXConfigSlideMenuExampleDemo
16c014b144c17da48e0402fe5c462667883e92a7
[ "MIT" ]
null
null
null
CGXSlideMenuView/CGXSlideEditView/CGXSlideChannelControll.h
974794055/CGXConfigSlideMenuExampleDemo
16c014b144c17da48e0402fe5c462667883e92a7
[ "MIT" ]
null
null
null
// // CGXScrollMenuChannelControll.h // CGXMenu // // Created by 曹贵鑫 on 2017/6/23. // Copyright © 2017年 曹贵鑫. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> typedef void(^ChannelBlock)(NSArray *channels); typedef void(^VoidBlock)(void); @interface CGXSlideChannelControll : NSO...
16.790698
84
0.738227
1aae2cf9d0753264cc256ec9accc0bb825390178
94,639
h
C
ExampleProject/Plugins/PlayFab/Source/PlayFabProxy/Public/Proxy/PlayFabClientBPDataModels.h
fordream/UnrealCppSdk
84a38f3f32712334c29704892c5c8358804b40ae
[ "Apache-2.0" ]
null
null
null
ExampleProject/Plugins/PlayFab/Source/PlayFabProxy/Public/Proxy/PlayFabClientBPDataModels.h
fordream/UnrealCppSdk
84a38f3f32712334c29704892c5c8358804b40ae
[ "Apache-2.0" ]
null
null
null
ExampleProject/Plugins/PlayFab/Source/PlayFabProxy/Public/Proxy/PlayFabClientBPDataModels.h
fordream/UnrealCppSdk
84a38f3f32712334c29704892c5c8358804b40ae
[ "Apache-2.0" ]
1
2020-04-09T10:55:33.000Z
2020-04-09T10:55:33.000Z
// This is automatically generated by PlayFab SDKGenerator. DO NOT modify this manually! #pragma once #include "Core/PlayFabClientAPI.h" #include "Core/PlayFabClientDataModels.h" #include "PlayFabClientBPDataModels.generated.h" USTRUCT(BlueprintType, meta = (HasNativeBreak = "PlayFabProxy.PFClientProxyLibrary.BreakB...
39.747585
185
0.869293
1aafe42133ad89cfd0678f27a6d21e8343cb8584
1,576
h
C
System/Library/PrivateFrameworks/WorkflowUI.framework/WFDrawerVelocityFilter.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
1
2020-11-04T15:43:01.000Z
2020-11-04T15:43:01.000Z
System/Library/PrivateFrameworks/WorkflowUI.framework/WFDrawerVelocityFilter.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
System/Library/PrivateFrameworks/WorkflowUI.framework/WFDrawerVelocityFilter.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 12:27:04 PM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/WorkflowUI.framework/WorkflowUI * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by E...
41.473684
147
0.76967
1ab01989c760e3339ba84c73cd3816dcc3ebdfed
2,936
h
C
cpp/util/libevent_wrapper.h
laiqu/certificate-transparency
9e1bd563bf19188373edee5ae7195f9cdced7a74
[ "Apache-2.0" ]
1
2015-04-09T15:34:59.000Z
2015-04-09T15:34:59.000Z
cpp/util/libevent_wrapper.h
laiqu/certificate-transparency
9e1bd563bf19188373edee5ae7195f9cdced7a74
[ "Apache-2.0" ]
null
null
null
cpp/util/libevent_wrapper.h
laiqu/certificate-transparency
9e1bd563bf19188373edee5ae7195f9cdced7a74
[ "Apache-2.0" ]
null
null
null
#ifndef CERT_TRANS_UTIL_LIBEVENT_WRAPPER_H_ #define CERT_TRANS_UTIL_LIBEVENT_WRAPPER_H_ #include <boost/function.hpp> #include <boost/shared_ptr.hpp> #include <boost/thread.hpp> #include <boost/thread.hpp> #include <event2/dns.h> #include <event2/event.h> #include <event2/http.h> #include <vector> #include "base/macr...
21.430657
77
0.721049
1ab0436d2bc0dd1d221f620da1647fb4bbbbdbf6
1,182
h
C
applications/physbam/physbam-lib/Public_Library/PhysBAM_Geometry/Basic_Geometry_Intersections/RAY_TRIANGLE_3D_INTERSECTION.h
schinmayee/nimbus
170cd15e24a7a88243a6ea80aabadc0fc0e6e177
[ "BSD-3-Clause" ]
20
2017-07-03T19:09:09.000Z
2021-09-10T02:53:56.000Z
PhysBAM/Public_Library/PhysBAM_Geometry/Basic_Geometry_Intersections/RAY_TRIANGLE_3D_INTERSECTION.h
uwgraphics/PhysicsBasedModeling-Core
dbc65b8e93b1a3d69fcc82aba06d28dc6c0adb8b
[ "BSD-3-Clause" ]
null
null
null
PhysBAM/Public_Library/PhysBAM_Geometry/Basic_Geometry_Intersections/RAY_TRIANGLE_3D_INTERSECTION.h
uwgraphics/PhysicsBasedModeling-Core
dbc65b8e93b1a3d69fcc82aba06d28dc6c0adb8b
[ "BSD-3-Clause" ]
9
2017-09-17T02:05:06.000Z
2020-01-31T00:12:01.000Z
//##################################################################### // Copyright 2009, Jon Gretarsson. // This file is part of PhysBAM whose distribution is governed by the license contained in the accompanying file PHYSBAM_COPYRIGHT.txt. //##################################################################### // Na...
56.285714
135
0.563452
1ab2027fe41f4c64c6b15e891c1aab4f40c2d738
2,654
c
C
mini_b9s_installer/source/draw.c
zoogie/unSAFE_MODE
c563a785041dafe709a1ecb04814084df8fa1b79
[ "MIT" ]
80
2020-04-26T12:04:50.000Z
2021-04-14T08:01:25.000Z
mini_b9s_installer/source/draw.c
TuxSH/unSAFE_MODE
d52ad6d6f817eb30fec0be7e45ad10cf50bf42c0
[ "MIT" ]
1
2020-09-10T09:03:42.000Z
2020-09-22T11:09:42.000Z
mini_b9s_installer/source/draw.c
TuxSH/unSAFE_MODE
d52ad6d6f817eb30fec0be7e45ad10cf50bf42c0
[ "MIT" ]
4
2020-04-29T12:58:16.000Z
2021-05-07T18:16:40.000Z
/* * This file is part of Luma3DS * Copyright (C) 2016 Aurora Wright, TuxSH * * 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 3 of the License, or * (at your option) a...
31.975904
120
0.57046
1ab9015f398ab499a422a4d5c7021ec1306c05cc
4,492
h
C
src/submodules/operators/int3x3.operators.h
maihd/hlslmath
63dfc2b2de8d2e47e87282d7006b44a6b37401be
[ "Unlicense" ]
3
2019-09-26T16:52:00.000Z
2020-09-06T09:14:36.000Z
src/submodules/operators/int3x3.operators.h
maihd/hlslmath
63dfc2b2de8d2e47e87282d7006b44a6b37401be
[ "Unlicense" ]
null
null
null
src/submodules/operators/int3x3.operators.h
maihd/hlslmath
63dfc2b2de8d2e47e87282d7006b44a6b37401be
[ "Unlicense" ]
null
null
null
inline int3x3 operator-(const int3x3& m) { int3x3 result; result[0] = -m[0]; result[1] = -m[1]; result[2] = -m[2]; return result; } inline const int3x3& operator+(const int3x3& m) { return m; } inline int3x3& operator--(int3x3& m) { --m[0]; --m[1]; --m[2]; return m; } inline i...
18.186235
59
0.533615
1ab90c66d3607f288bf34049f8541c59cb3ccc9f
151
h
C
project700/src/component128/headers/component128/lib24.h
gradle/perf-native-large
af00fd258fbe9c7d274f386e46847fe12062cc71
[ "Apache-2.0" ]
2
2016-11-23T17:25:24.000Z
2016-11-23T17:25:27.000Z
project700/src/component128/headers/component128/lib24.h
gradle/perf-native-large
af00fd258fbe9c7d274f386e46847fe12062cc71
[ "Apache-2.0" ]
15
2016-09-15T03:19:32.000Z
2016-09-17T09:15:32.000Z
project700/src/component128/headers/component128/lib24.h
gradle/perf-native-large
af00fd258fbe9c7d274f386e46847fe12062cc71
[ "Apache-2.0" ]
2
2019-11-09T16:26:55.000Z
2021-01-13T10:51:09.000Z
#ifndef PROJECT_HEADER_component128_24_H #define PROJECT_HEADER_component128_24_H int component128_24(); #endif // PROJECT_HEADER_component128_24_H
18.875
42
0.86755
1abc7c1fcd18895cd1e8b261eb4e9e7a3f182283
38
h
C
toonz/sources/include/tcg/tcg_unique_ptr.h
jhonsu01/opentoonz
b8b0f90055ae6a54fc5926c46a063d460c9884d7
[ "BSD-3-Clause" ]
1
2018-09-01T15:06:39.000Z
2018-09-01T15:06:39.000Z
toonz/sources/include/tcg/tcg_unique_ptr.h
LibrePhone/opentoonz
cb95a29db4c47ab1f36a6e85a039c4c9c901f88a
[ "BSD-3-Clause" ]
null
null
null
toonz/sources/include/tcg/tcg_unique_ptr.h
LibrePhone/opentoonz
cb95a29db4c47ab1f36a6e85a039c4c9c901f88a
[ "BSD-3-Clause" ]
null
null
null
#pragma once #include "unique_ptr.h"
9.5
23
0.736842
1ac12df19bd9e84d2eb0ee53021a77159cb1ee0e
3,698
h
C
src/Engine/MiniAppKronecker.h
npatel37/dmrgornl
56a24aac92f2bb982dabfdb9f2ff5999bffe44b5
[ "Unlicense" ]
1
2019-11-13T22:13:53.000Z
2019-11-13T22:13:53.000Z
src/Engine/MiniAppKronecker.h
npatel37/dmrgornl
56a24aac92f2bb982dabfdb9f2ff5999bffe44b5
[ "Unlicense" ]
null
null
null
src/Engine/MiniAppKronecker.h
npatel37/dmrgornl
56a24aac92f2bb982dabfdb9f2ff5999bffe44b5
[ "Unlicense" ]
null
null
null
#ifndef MINIAPPKRONECKER_H #define MINIAPPKRONECKER_H #include "Vector.h" #include "IoSimple.h" #include "VerySparseMatrix.h" #include "Matrix.h" namespace Dmrg { template <typename ComplexOrRealType> class MiniAppKronecker { typedef PsimagLite::Vector<SizeType>::Type VectorSizeType; typedef VerySparseMatrix<Compl...
24.328947
62
0.640617
1ac41a601ac9ea7236201869fb9a8e469dff0cf1
7,461
h
C
BattleshipAdvancedOld/src/BACharAssets.h
yinkou/BattleshipAdvanced-Arduboy
b8cd3be1c54f2c0ebb1a5acfc1bb2668ff0a6aa9
[ "MIT" ]
null
null
null
BattleshipAdvancedOld/src/BACharAssets.h
yinkou/BattleshipAdvanced-Arduboy
b8cd3be1c54f2c0ebb1a5acfc1bb2668ff0a6aa9
[ "MIT" ]
null
null
null
BattleshipAdvancedOld/src/BACharAssets.h
yinkou/BattleshipAdvanced-Arduboy
b8cd3be1c54f2c0ebb1a5acfc1bb2668ff0a6aa9
[ "MIT" ]
null
null
null
#ifndef CHAR_ASSETS #define CHAR_ASSETS PROGMEM const unsigned char BACharAsset_characterID1[] = { 0x00, 0x00, 0x00, 0x00, 0x80, 0x40, 0x20, 0x38, 0x06, 0x84, 0x84, 0xcc, 0xc8, 0xc8, 0xc4, 0xc2, 0xda, 0x97, 0x20, 0x20, 0x20, 0x40, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1f...
41.220994
78
0.68838
1ac46a5d1be33596b00f1f5ffdd0b0cf4311ba2b
1,758
c
C
Practica 6/Main.c
oscar-gf/Practicas_Microcontroladores
df0f067fc141629dc41a7b0105198318784b2806
[ "Linux-OpenIB" ]
null
null
null
Practica 6/Main.c
oscar-gf/Practicas_Microcontroladores
df0f067fc141629dc41a7b0105198318784b2806
[ "Linux-OpenIB" ]
null
null
null
Practica 6/Main.c
oscar-gf/Practicas_Microcontroladores
df0f067fc141629dc41a7b0105198318784b2806
[ "Linux-OpenIB" ]
null
null
null
#include "device_config.h" #include "practice6.h" #include <math.h> enum port_dir{ output, input }; enum port_DCAC{ digital, analog }; enum led_state{ led_OFF, led_ON }; enum button_state{ pushed, no_pushed }; enum exponent { bbase=2, limit=8}; //Definition of priorities __interrupt( high_priority ) void h...
24.416667
58
0.542662
1ac5ec654146088001cedf73267eea53647fdc32
909
h
C
Engine/Console/DXL_Console.h
BielBdeLuna/DarkXL
647f88835b78f0afc595c17ccb7410c0661c93a9
[ "MIT" ]
3
2020-02-21T13:25:46.000Z
2021-02-27T06:49:18.000Z
Engine/Console/DXL_Console.h
BielBdeLuna/DarkXL
647f88835b78f0afc595c17ccb7410c0661c93a9
[ "MIT" ]
null
null
null
Engine/Console/DXL_Console.h
BielBdeLuna/DarkXL
647f88835b78f0afc595c17ccb7410c0661c93a9
[ "MIT" ]
null
null
null
#pragma once #include "Console.h" class Font; class DXL_Console { public: static bool Init(); static void Destroy(); static void SetBackspace(); static void SetEnter(); static void SetKeyDown(int key); static void SetKeyDown_VirtualKey(int key); static void Render(); static void RegisterCmd(c...
26.735294
116
0.723872
1ac9ff97d708d08fab0104ce397161e1ed31141e
4,001
h
C
simpliciti/simpliciti.h
exosite-garage/cc1111_chronos_uartgw
fdd2dd0478bc1680f7b391814c42d5cc6095454c
[ "BSD-3-Clause-Attribution" ]
7
2015-04-07T20:35:42.000Z
2021-07-19T14:28:10.000Z
simpliciti/simpliciti.h
exosite-garage/cc1111_chronos_uartgw
fdd2dd0478bc1680f7b391814c42d5cc6095454c
[ "BSD-3-Clause-Attribution" ]
null
null
null
simpliciti/simpliciti.h
exosite-garage/cc1111_chronos_uartgw
fdd2dd0478bc1680f7b391814c42d5cc6095454c
[ "BSD-3-Clause-Attribution" ]
2
2018-06-01T08:01:22.000Z
2021-07-19T14:28:58.000Z
// ************************************************************************************************* // // Copyright (C) 2009 Texas Instruments Incorporated - http://www.ti.com/ // // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the followi...
43.021505
100
0.645589
1acb03142a8bc552520df53b662c9dacb6bb2d76
951
c
C
G/03/07/04_geri.c
elsys/c-programming-hw
9c390d97299e4ea41b5516f3ca2904756e722ad0
[ "MIT" ]
18
2016-10-04T14:58:45.000Z
2021-04-12T17:35:30.000Z
G/03/07/04_geri.c
elsys/c-programming-hw
9c390d97299e4ea41b5516f3ca2904756e722ad0
[ "MIT" ]
634
2016-09-27T21:18:53.000Z
2016-12-10T10:31:47.000Z
G/03/07/04_geri.c
elsys/c-programming-hw
9c390d97299e4ea41b5516f3ca2904756e722ad0
[ "MIT" ]
216
2016-09-27T17:15:58.000Z
2019-09-15T03:22:15.000Z
#include <stdio.h> int main(){ int j; int count; int height; int number = 0; scanf("%d", &height); number = (height * height) - (height + (height - 1) + (height - 2) * 2 + 1); printf("\n%d\n", number); for(count = 0; count < height; count++){ int all_symbols = height + (height -...
30.677419
96
0.412198
1acb3874c6b6f49e6461d1bd4836e5cdd2e72009
698
h
C
HostsManager/HostsManager.h
Mr-zhaohy/HostsManager
b6760587c4625144c7f6654a3148858f662a6447
[ "MIT" ]
null
null
null
HostsManager/HostsManager.h
Mr-zhaohy/HostsManager
b6760587c4625144c7f6654a3148858f662a6447
[ "MIT" ]
null
null
null
HostsManager/HostsManager.h
Mr-zhaohy/HostsManager
b6760587c4625144c7f6654a3148858f662a6447
[ "MIT" ]
null
null
null
// // HostsManager.h // HostsChangeDemo // // Created by Mr_zhaohy on 2017/11/9. // Copyright © 2017年 Mr_zhaohy. All rights reserved. // #import <Foundation/Foundation.h> #define HostsUrl @"url" #define DefaultHosts @"default" @interface HostsManager : NSObject /** 当前设置的url */ @property (nonatomic,copy,readonl...
14.851064
62
0.702006
1acd6bc5e7f60548cbdd894761e49e78abfe2559
913
h
C
src/serial_command.h
alex-w/NexStarAdapter
5d48ef57ff50366112f011cb3f41139c1ee9ac7d
[ "MIT" ]
18
2017-11-21T18:56:39.000Z
2021-06-20T18:52:14.000Z
src/serial_command.h
juanmb/nextdriver
5d48ef57ff50366112f011cb3f41139c1ee9ac7d
[ "MIT" ]
3
2020-06-28T16:05:17.000Z
2020-08-20T16:38:07.000Z
src/serial_command.h
juanmb/nextdriver
5d48ef57ff50366112f011cb3f41139c1ee9ac7d
[ "MIT" ]
10
2017-11-23T13:58:07.000Z
2020-11-21T19:54:49.000Z
/****************************************************************** Author: Juan Menendez Blanco <juanmb@gmail.com> This code is part of the NextDriver project: https://github.com/juanmb/NextDriver *******************************************************************/ #ifndef _SerialCommand_h_ #...
20.75
68
0.606791
1ace643435f860c88089c8e4dd398a89922ee30b
744
h
C
ArqComputadoras/ASM_AC/proyecto/ASM/source/disassemble.h
AntiDesert5/Ingenieria-en-Computacion-UAEM
02b5713ccd3752566d50d0d16fc7719a00d382f4
[ "MIT" ]
1
2021-08-16T19:44:08.000Z
2021-08-16T19:44:08.000Z
ArqComputadoras/ASM_AC/proyecto/ASM/source/disassemble.h
AntiDesert5/Ingenieria-en-Computacion-UAEM
02b5713ccd3752566d50d0d16fc7719a00d382f4
[ "MIT" ]
null
null
null
ArqComputadoras/ASM_AC/proyecto/ASM/source/disassemble.h
AntiDesert5/Ingenieria-en-Computacion-UAEM
02b5713ccd3752566d50d0d16fc7719a00d382f4
[ "MIT" ]
null
null
null
#ifndef DISASSEMBLE_H #define DISASSEMBLE_H #include <QString> #include "label.h" class MainWindow; class Disassemble{ public: Disassemble(); ~Disassemble(); void getTextEdit1(MainWindow & w); void changeTextEdit2(MainWindow & w); void coeMain(MainWindow & w); private: label labelLib; QStr...
23.25
48
0.716398
1ace8b94fbd37ca9e10c5528a357e5e110875e95
856
h
C
LEngine/src/LEngine.h
leafvmaple/LOpenGL
58a696c2115078668ffe463c7d219de5f92c4203
[ "MIT" ]
null
null
null
LEngine/src/LEngine.h
leafvmaple/LOpenGL
58a696c2115078668ffe463c7d219de5f92c4203
[ "MIT" ]
null
null
null
LEngine/src/LEngine.h
leafvmaple/LOpenGL
58a696c2115078668ffe463c7d219de5f92c4203
[ "MIT" ]
null
null
null
// // LEngine.h // LEngine // // Created by LeafMaple on 2018/06/20. // Copyright © 2018 LeafMaple. All rights reserved. // #ifndef LEngine_h #define LEngine_h #include "LInterface.h" class L3DModel; class L3DInput; class L3DCamera; class L3DEngine : public IL3DEngine { public: L3DEngine(); virtual ~L3D...
16.784314
52
0.686916
1acee1769de5d2ce6bcf49d936a9d591eea149d5
320
h
C
app/example/comboapp/dev_info.h
jinlongliu/AliOS-Things
ce051172a775f987183e7aca88bb6f3b809ea7b0
[ "Apache-2.0" ]
4
2019-03-12T11:04:48.000Z
2019-10-22T06:06:53.000Z
app/example/comboapp/dev_info.h
IamBaoMouMou/AliOS-Things
195a9160b871b3d78de6f8cf6c2ab09a71977527
[ "Apache-2.0" ]
3
2018-12-17T13:06:46.000Z
2018-12-28T01:40:59.000Z
app/example/comboapp/dev_info.h
IamBaoMouMou/AliOS-Things
195a9160b871b3d78de6f8cf6c2ab09a71977527
[ "Apache-2.0" ]
2
2018-01-23T07:54:08.000Z
2018-01-23T11:38:59.000Z
#ifndef _DEV_INFO_H_ #define _DEV_INFO_H_ /* for demo only, subject to change to user's specific ones. */ #define PRODUCT_ID 213226 #define DEVICE_SECRET "cNwnA4W7amnkgG6s8zGXSJD3nI1c7kO1" #define DEVICE_NAME "112233445566" #define PRODUCT_KEY "b1XVhqfan1X" #define PRODUCT_SECRET "iX6XqAjaCTXBv4h3" #endif
26.666667
63
0.7875
1acf952377b6467eb113366f90c33ed9a0c77579
3,468
h
C
SRC/COMMON/ITTI_ANALYZER/libui/ui_tree_view.h
zhouxiang93123/openair-cn
18c5858887d73ee811161a28fde3cb7da8af458c
[ "Apache-2.0" ]
4
2020-09-25T05:54:47.000Z
2022-02-22T08:06:21.000Z
SRC/COMMON/ITTI_ANALYZER/libui/ui_tree_view.h
zhouxiang93123/openair-cn
18c5858887d73ee811161a28fde3cb7da8af458c
[ "Apache-2.0" ]
null
null
null
SRC/COMMON/ITTI_ANALYZER/libui/ui_tree_view.h
zhouxiang93123/openair-cn
18c5858887d73ee811161a28fde3cb7da8af458c
[ "Apache-2.0" ]
5
2020-11-11T01:20:50.000Z
2021-04-15T08:25:36.000Z
/* * Copyright (c) 2015, EURECOM (www.eurecom.fr) * 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 * li...
33.028571
88
0.754037
1acfa00345f83740139975466d6acde744e2a55a
152
c
C
libft/ft_lstadd.c
Foksu/Hive
6729959ec1c32a68135f234286ca06c9ac2109f5
[ "MIT" ]
null
null
null
libft/ft_lstadd.c
Foksu/Hive
6729959ec1c32a68135f234286ca06c9ac2109f5
[ "MIT" ]
null
null
null
libft/ft_lstadd.c
Foksu/Hive
6729959ec1c32a68135f234286ca06c9ac2109f5
[ "MIT" ]
null
null
null
#include "libft.h" void ft_lstadd(t_list **alst, t_list *new) { t_list *elem; elem = new; elem->next = *alst; *alst = elem; }
15.2
43
0.539474
1acffbffc2cc269240315033154a3dcffb154549
2,102
c
C
sway/commands/exec_always.c
pg83/sway
d8011541a6a04642a752eb2de719bd10022d90de
[ "MIT" ]
1
2022-02-08T19:07:24.000Z
2022-02-08T19:07:24.000Z
sway/commands/exec_always.c
pg83/sway
d8011541a6a04642a752eb2de719bd10022d90de
[ "MIT" ]
null
null
null
sway/commands/exec_always.c
pg83/sway
d8011541a6a04642a752eb2de719bd10022d90de
[ "MIT" ]
null
null
null
#define _POSIX_C_SOURCE 200809L #include <stdlib.h> #include <stdint.h> #include <string.h> #include <sys/wait.h> #include <unistd.h> #include <signal.h> #include "sway/commands.h" #include "sway/config.h" #include "sway/server.h" #include "sway/tree/container.h" #include "sway/tree/root.h" #include "sway/tree/workspac...
26.948718
85
0.609895
1ad0a243a3fd9c810f986f030156067912f05338
7,384
c
C
main.c
xiangyann/openpose_raise_hand
1e866067b001061a508a413dfbd637ffb4683abe
[ "BSD-2-Clause" ]
null
null
null
main.c
xiangyann/openpose_raise_hand
1e866067b001061a508a413dfbd637ffb4683abe
[ "BSD-2-Clause" ]
null
null
null
main.c
xiangyann/openpose_raise_hand
1e866067b001061a508a413dfbd637ffb4683abe
[ "BSD-2-Clause" ]
1
2019-11-20T08:29:35.000Z
2019-11-20T08:29:35.000Z
#include <stdio.h> #include <stdlib.h> #include <sys/stat.h> #include <string.h> #include <time.h> #include "json.h" #ifdef _WIN32 #include <Windows.h> #else #include <unistd.h> #endif //dirty hacks for higher than implementation double coor_x[100][4]={[0 ... 99][0 ... 3] = 16384}, coor_y[100][4]={[0 ... 99][0 ... 3]...
28.291188
146
0.556203
1ad3fca0f23edfd9198762bfd39069a93d7c0ef9
848
c
C
tests/si_log_tests.c
jvennix-r7/stack_int
763aaa13017ca93f4d5369089206cb5aedaf2526
[ "BSD-4-Clause" ]
1
2017-03-22T03:21:06.000Z
2017-03-22T03:21:06.000Z
tests/si_log_tests.c
jvennix-r7/stack_int
763aaa13017ca93f4d5369089206cb5aedaf2526
[ "BSD-4-Clause" ]
null
null
null
tests/si_log_tests.c
jvennix-r7/stack_int
763aaa13017ca93f4d5369089206cb5aedaf2526
[ "BSD-4-Clause" ]
1
2021-12-08T08:33:41.000Z
2021-12-08T08:33:41.000Z
#include "minunit.h" #include <stack_int.h> #include <string.h> #define CHECK_LOG(X,Y,Z) \ stack_int a; \ si_from_ascii("" #X "", strlen("" #X ""), 10, 10, &a); \ mu_assert(si_log(&a, Y) == Z, "" #X " log base " #Y " = " #Z ""); \ char out[4096]; \ si_to_ascii(&a, out, 4096); \ mu_assert(si_log(&a, Y) == Z...
20.190476
73
0.627358
1ad449b9cfcf440871de3a2684ad1b5764d405d9
736
c
C
Lista.c
salgado/EstruturaDados
ad8bf2e29c5ee0f404e389af5e75a8454f534e4b
[ "MIT" ]
null
null
null
Lista.c
salgado/EstruturaDados
ad8bf2e29c5ee0f404e389af5e75a8454f534e4b
[ "MIT" ]
null
null
null
Lista.c
salgado/EstruturaDados
ad8bf2e29c5ee0f404e389af5e75a8454f534e4b
[ "MIT" ]
null
null
null
#include <stdlib.h> /* Algoritmo simples para construcao do TAD Lista */ typedef struct no { int info; struct no *prox; } Lista; struct no { int info; struct no *prox; }; typedef struct no Lista; */ Lista *cria() { return NULL; } Lista* insere(int n, Lista* l) { Lista *no...
12.912281
53
0.552989
1ad44ae31a1dcdddbcb1226690a6e34337724c78
16,393
h
C
system/drivers/st/hts221/hts221.h
li77leprince/STM32_Platform
27fa717be8e876b168d9fa28d8c0adcda04ae4dd
[ "Apache-2.0" ]
119
2016-01-13T18:25:16.000Z
2022-03-18T19:26:55.000Z
system/drivers/st/hts221/hts221.h
li77leprince/STM32_Platform
27fa717be8e876b168d9fa28d8c0adcda04ae4dd
[ "Apache-2.0" ]
62
2016-01-13T06:16:53.000Z
2020-06-09T10:05:53.000Z
system/drivers/st/hts221/hts221.h
li77leprince/STM32_Platform
27fa717be8e876b168d9fa28d8c0adcda04ae4dd
[ "Apache-2.0" ]
100
2016-01-13T05:57:37.000Z
2021-05-11T20:03:27.000Z
/** ****************************************************************************** * @file hts221.h * @author MEMS Application Team * @version V1.2.0 * @date 11-February-2015 * @brief This file contains definitions for the hts221.c * firmware driver. *******************************************...
27.321667
132
0.596779
1ad5f31be5d62e880f8eadc7fdd955132e5fab4c
16,153
h
C
admin-manual/dot-style.h
ecs-org/ecs-docs
0d685db17731a35c90852d7f75fbdf3791bd696c
[ "Apache-2.0" ]
1
2020-01-04T05:51:39.000Z
2020-01-04T05:51:39.000Z
admin-manual/dot-style.h
ecs-org/ecs-docs
0d685db17731a35c90852d7f75fbdf3791bd696c
[ "Apache-2.0" ]
null
null
null
admin-manual/dot-style.h
ecs-org/ecs-docs
0d685db17731a35c90852d7f75fbdf3791bd696c
[ "Apache-2.0" ]
1
2021-11-23T15:41:01.000Z
2021-11-23T15:41:01.000Z
#### perform execution via cpp | dot #ifndef INITSTYLE #define WITH_ROLE #define WITH_REQ #### general macros ######################################### #define _QUOTEME(x) #x #define QUOTEME(x) _QUOTEME(x) #define startpoint(name) { rank=source name_begin [shape=point style=filled fillcolor=black label=""]} #defi...
38.829327
202
0.689717
1ad8ec906aa7b01cf403d9831ef0097a626fe240
1,715
c
C
src/midi.c
mnyrenius/hades-alternative-firmware
fce2fec0f6a41240bfc3c1643617490519b8330d
[ "MIT" ]
5
2017-11-14T15:32:09.000Z
2020-11-01T09:05:49.000Z
src/midi.c
mnyrenius/hades-alternative-firmware
fce2fec0f6a41240bfc3c1643617490519b8330d
[ "MIT" ]
null
null
null
src/midi.c
mnyrenius/hades-alternative-firmware
fce2fec0f6a41240bfc3c1643617490519b8330d
[ "MIT" ]
null
null
null
#include "midi.h" #define MIDI_NOTE_ON 0x90 #define MIDI_NOTE_OFF 0x80 #define MIDI_CLOCK 0xf8 #define MIDI_START 0xfa #define MIDI_CONTINUE 0xfb #define MIDI_STOP 0xfc void handle_voice_msg(midi_t *m, uint8_t byte); void handle_rt_msg(midi_t *m, uint8_t byte); void midi_init(midi_t *m) { m->running_sta...
19.055556
55
0.589504
1ad9d99a40cb0f161567985988dd31b4d5965598
195
c
C
lab3/zad_dom/plik.c
R3zn0w/blue-rapier
84cdc33e1e327c0a402a4d2e29a8d6f5cda95e9b
[ "MIT" ]
null
null
null
lab3/zad_dom/plik.c
R3zn0w/blue-rapier
84cdc33e1e327c0a402a4d2e29a8d6f5cda95e9b
[ "MIT" ]
null
null
null
lab3/zad_dom/plik.c
R3zn0w/blue-rapier
84cdc33e1e327c0a402a4d2e29a8d6f5cda95e9b
[ "MIT" ]
null
null
null
#include <stdio.h> // cos tam cos tam /* bardzo wazny i dlugi komentarz wielolinijkowy */ int sum(int a, int b) { return a + b; } void main() { printf("Hello world"); return 0; }
9.285714
26
0.605128
1ade1829aee10f8e906435a278ff6a4af1ddfa53
1,088
h
C
libwx/src/DrawingMovable/DrawingObject.h
EnjoMitch/EnjoLib
321167146657cba1497a9d3b4ffd71430f9b24b3
[ "BSD-3-Clause" ]
3
2021-06-14T15:36:46.000Z
2022-02-28T15:16:08.000Z
libwx/src/DrawingMovable/DrawingObject.h
EnjoMitch/EnjoLib
321167146657cba1497a9d3b4ffd71430f9b24b3
[ "BSD-3-Clause" ]
1
2021-07-17T07:52:15.000Z
2021-07-17T07:52:15.000Z
libwx/src/DrawingMovable/DrawingObject.h
EnjoMitch/EnjoLib
321167146657cba1497a9d3b4ffd71430f9b24b3
[ "BSD-3-Clause" ]
3
2021-07-12T14:52:38.000Z
2021-11-28T17:10:33.000Z
#ifndef DRAWINGOBJECT_H #define DRAWINGOBJECT_H #include <STD/Vector.hpp> class wxClientDC; class wxMouseEvent; #include "MovableRect.h" namespace EnjoLib { class Point; class Canvas; class DrawingObject { public: DrawingObject(const Canvas & canvas, const Point & start); virtual ~DrawingO...
23.148936
92
0.649816
1adeeacf9bcd878ebde0b5ced742c72eb3fd19bb
577
h
C
NotifyIconWin32/Error.h
samgrogan/notify-icon.net
b31fe0c57ec4aaa03d9a3821fb278dad33bddef6
[ "MIT" ]
null
null
null
NotifyIconWin32/Error.h
samgrogan/notify-icon.net
b31fe0c57ec4aaa03d9a3821fb278dad33bddef6
[ "MIT" ]
null
null
null
NotifyIconWin32/Error.h
samgrogan/notify-icon.net
b31fe0c57ec4aaa03d9a3821fb278dad33bddef6
[ "MIT" ]
1
2021-01-05T11:14:22.000Z
2021-01-05T11:14:22.000Z
#pragma once //#include <string> //#include <iostream> #include <Windows.h> using namespace System; namespace NotifyIcon { namespace Win32 { public ref class Error { private: DWORD _last_error; public: // Construct an error based on GetLastError Error(); // Gets the error code DWORD GetEr...
14.794872
47
0.672444
1ae3c2104fa7fbe98234d019403027fa33d61481
323
h
C
Purchases/Caching/RCInMemoryCachedObject+Protected.h
OgrePet/purchases-ios
0ce5b4f47ad541a5139e8d0d819bd0171f661b30
[ "MIT" ]
4
2021-01-31T08:20:49.000Z
2021-03-08T13:15:03.000Z
Purchases/ProtectedExtensions/RCInMemoryCachedObject+Protected.h
Timac/purchases-ios
f2b25180ce5b65ec272a5144ed9f61dd135d5cee
[ "MIT" ]
null
null
null
Purchases/ProtectedExtensions/RCInMemoryCachedObject+Protected.h
Timac/purchases-ios
f2b25180ce5b65ec272a5144ed9f61dd135d5cee
[ "MIT" ]
1
2021-02-23T12:03:55.000Z
2021-02-23T12:03:55.000Z
// // Created by RevenueCat on 2/3/20. // Copyright (c) 2020 Purchases. All rights reserved. // #import <Foundation/Foundation.h> #import "RCInMemoryCachedObject.h" NS_ASSUME_NONNULL_BEGIN @interface RCInMemoryCachedObject (Protected) @property (nonatomic, nullable) NSDate *lastUpdatedAt; @end NS_ASSUME_NONNULL_E...
17.944444
54
0.780186
1ae7f84c8b573016c2d1b0c80b315225db080ec6
2,130
h
C
cpp/test-harness/ta3/pub-sub-gen/num-predicate-generators.h
nathanawmk/SPARTA
6eeb28b2dd147088b6e851876b36eeba3e700f16
[ "BSD-2-Clause" ]
37
2017-06-09T13:55:23.000Z
2022-01-28T12:51:17.000Z
cpp/test-harness/ta3/pub-sub-gen/num-predicate-generators.h
nathanawmk/SPARTA
6eeb28b2dd147088b6e851876b36eeba3e700f16
[ "BSD-2-Clause" ]
null
null
null
cpp/test-harness/ta3/pub-sub-gen/num-predicate-generators.h
nathanawmk/SPARTA
6eeb28b2dd147088b6e851876b36eeba3e700f16
[ "BSD-2-Clause" ]
5
2017-06-09T13:55:26.000Z
2021-11-11T03:51:56.000Z
//***************************************************************** // Copyright 2013 MIT Lincoln Laboratory // Project: SPAR // Authors: OMD // Description: A collection of generators for use with // LowMatchRatePubSubGen. // // Modifications: // Date Name ...
29.178082
81
0.647418
1aebd2c27d4d5b6132c0db1ee6bb596942c7a2ab
575
h
C
3PXNet_models/face_detection/3pxnet-model-autogen/onet_model_binary_bw1_input_bw2_0a2c3f60_autogen/99.h
SRavit1/esp-dl
a556f533f35a6d04e50bcbb4fa434a8815c28b78
[ "MIT-0" ]
null
null
null
3PXNet_models/face_detection/3pxnet-model-autogen/onet_model_binary_bw1_input_bw2_0a2c3f60_autogen/99.h
SRavit1/esp-dl
a556f533f35a6d04e50bcbb4fa434a8815c28b78
[ "MIT-0" ]
null
null
null
3PXNet_models/face_detection/3pxnet-model-autogen/onet_model_binary_bw1_input_bw2_0a2c3f60_autogen/99.h
SRavit1/esp-dl
a556f533f35a6d04e50bcbb4fa434a8815c28b78
[ "MIT-0" ]
null
null
null
#define _99 {\ 0x1407b5f6, \ 0x1113f7a, \ 0xc06ea26b, \ 0xb759ad16, \ 0x22691ef6, \ 0x97cded3b, \ 0xa4de2c13, \ 0xaf456804, \ 0xc0f73269, \ 0x41d74b86, \ 0xfdb8d96b, \ 0xe2c6f0eb, \ 0x90c2b3cb, \ 0x1221dd0f, \ 0xd5ef67b8, \ 0x9bda2a18, \ 0x960b2651, \ 0xfd08a1d2, \ 0x2621edbe, \ 0xc83190c1, \ 0x230be3ad, \ 0x6b00d2e5, ...
13.372093
14
0.707826
1aebed1f7a7845008e3fd3d3d9d5c37ea217fffd
455
h
C
gluecodium/src/test/resources/smoke/instances/output/dart/ffi/ffi_smoke_StructWithInterface.h
Dschoordsch/gluecodium
a7b3833ce840284cadf968b6f8441888f970c134
[ "Apache-2.0" ]
1
2020-02-10T06:35:33.000Z
2020-02-10T06:35:33.000Z
gluecodium/src/test/resources/smoke/instances/output/dart/ffi/ffi_smoke_StructWithInterface.h
Dschoordsch/gluecodium
a7b3833ce840284cadf968b6f8441888f970c134
[ "Apache-2.0" ]
null
null
null
gluecodium/src/test/resources/smoke/instances/output/dart/ffi/ffi_smoke_StructWithInterface.h
Dschoordsch/gluecodium
a7b3833ce840284cadf968b6f8441888f970c134
[ "Apache-2.0" ]
null
null
null
#pragma once #include "Export.h" #include "OpaqueHandle.h" #include <stdint.h> #ifdef __cplusplus extern "C" { #endif _GLUECODIUM_FFI_EXPORT FfiOpaqueHandle smoke_StructWithInterface_create_handle(FfiOpaqueHandle); _GLUECODIUM_FFI_EXPORT void smoke_StructWithInterface_release_handle(FfiOpaqueHandle handle); _GLUECODIUM...
32.5
117
0.87033
1aed1f45cb131a357b90a6f6d194dc0af7b7e953
189
h
C
MyTestPod/Classes/MyAdapter.h
FrankZheng/MyTestPod
7673f62215d1be4d717fb30f3a6dcd74bfa17c14
[ "MIT" ]
null
null
null
MyTestPod/Classes/MyAdapter.h
FrankZheng/MyTestPod
7673f62215d1be4d717fb30f3a6dcd74bfa17c14
[ "MIT" ]
null
null
null
MyTestPod/Classes/MyAdapter.h
FrankZheng/MyTestPod
7673f62215d1be4d717fb30f3a6dcd74bfa17c14
[ "MIT" ]
null
null
null
// // MyAdapter.h // MyTestPod // // Created by frank.zheng on 08/12/2017. // #import <Foundation/Foundation.h> @interface MyAdapter : NSObject -(void)sayHello:(NSString*)name; @end
12.6
41
0.677249
1aefed289d351b064cfbfe6586516e3150318325
24,853
c
C
sys/lib/libsa/minixfs3.c
calmsacibis995/minix
dfba95598f553b6560131d35a76658f1f8c9cf38
[ "Unlicense" ]
null
null
null
sys/lib/libsa/minixfs3.c
calmsacibis995/minix
dfba95598f553b6560131d35a76658f1f8c9cf38
[ "Unlicense" ]
null
null
null
sys/lib/libsa/minixfs3.c
calmsacibis995/minix
dfba95598f553b6560131d35a76658f1f8c9cf38
[ "Unlicense" ]
null
null
null
/* $NetBSD: minixfs3.c,v 1.7 2014/03/20 03:13:18 christos Exp $ */ /*- * Copyright (c) 2012 * Vrije Universiteit, Amsterdam, The Netherlands. All rights reserved. * * Author: Evgeniy Ivanov (based on libsa/ext2fs.c). * * This code is derived from src/sys/lib/libsa/ext2fs.c contributed to * The NetBSD Foundatio...
26.243928
79
0.685672
ff96c3310f7456651dbf280a5e395928456b89c1
1,594
h
C
avogadro/qtplugins/noncovalent/noncovalent.h
aerkiaga/avogadrolibs
f0a64061f521dce156e67e07118db546da6b9f1b
[ "BSD-3-Clause" ]
null
null
null
avogadro/qtplugins/noncovalent/noncovalent.h
aerkiaga/avogadrolibs
f0a64061f521dce156e67e07118db546da6b9f1b
[ "BSD-3-Clause" ]
null
null
null
avogadro/qtplugins/noncovalent/noncovalent.h
aerkiaga/avogadrolibs
f0a64061f521dce156e67e07118db546da6b9f1b
[ "BSD-3-Clause" ]
null
null
null
/****************************************************************************** This source file is part of the Avogadro project. This source code is released under the 3-Clause BSD License, (see "LICENSE"). ******************************************************************************/ #ifndef AVOGADRO_QTPLUGINS_...
25.709677
79
0.669385
ff99ccb6abfd364ea3e8d278a544af2b3b3b3636
1,776
h
C
pge/source/pge/rendering/material/Material.h
222464/PGE
8801301046a0412c323444a7f9f49e02f9ac87cc
[ "Zlib" ]
100
2016-05-04T00:05:43.000Z
2021-09-11T17:34:31.000Z
pge/source/pge/rendering/material/Material.h
222464/PGE
8801301046a0412c323444a7f9f49e02f9ac87cc
[ "Zlib" ]
8
2016-05-06T12:51:53.000Z
2017-07-20T20:15:46.000Z
pge/source/pge/rendering/material/Material.h
222464/PGE
8801301046a0412c323444a7f9f49e02f9ac87cc
[ "Zlib" ]
16
2016-05-04T06:37:20.000Z
2020-11-12T17:24:55.000Z
#pragma once #include <pge/scene/RenderScene.h> #include <pge/rendering/texture/Texture2D.h> #include <pge/rendering/bufferobjects/VBO.h> namespace pge { // Set texture pointers to NULL to indicate it is not used class Material { private: VBO _uniformBuffer; bool _refreshUniformBuffer; public: Vec3f _diff...
27.75
188
0.771396
ff9aa3a39ce0cc3779996d3f9e55b8f03d587f38
3,606
c
C
hash_table.c
AkaShark/LeetCode_algorithm
0ca6e9d096a75d74f3a7d4a13677307d291ee4fa
[ "MIT" ]
null
null
null
hash_table.c
AkaShark/LeetCode_algorithm
0ca6e9d096a75d74f3a7d4a13677307d291ee4fa
[ "MIT" ]
null
null
null
hash_table.c
AkaShark/LeetCode_algorithm
0ca6e9d096a75d74f3a7d4a13677307d291ee4fa
[ "MIT" ]
null
null
null
#include"hash_table.h" #include<stdlib.h> #include<string.h> #include<stdio.h> #define Table_Size (1024*1024) struct kv{ struct kv *next; char *key; void *value; void (*free_value)(void *); }; // hashTable struct HashTable{ struct kv **table; }; static void init_kv(struct kv *kv){ kv->next ...
19.387097
85
0.437327
ff9b785dfa3b384e71f79674e77ad60f2a8ae236
568
h
C
x86/x86.h
mrexodia/REDasm-Assemblers
182c16d82d2f46dc8e0f0f3d15f8e455d992f556
[ "MIT" ]
8
2019-06-09T10:22:26.000Z
2021-03-17T02:43:15.000Z
x86/x86.h
mrexodia/REDasm-Assemblers
182c16d82d2f46dc8e0f0f3d15f8e455d992f556
[ "MIT" ]
2
2019-07-15T13:55:57.000Z
2019-07-15T13:56:18.000Z
x86/x86.h
mrexodia/REDasm-Assemblers
182c16d82d2f46dc8e0f0f3d15f8e455d992f556
[ "MIT" ]
9
2019-10-13T19:09:41.000Z
2021-09-10T22:35:13.000Z
#pragma once #include "zydiscommon.h" class X86Assembler: public ZydisCommon { public: X86Assembler(RDContext* ctx, size_t bits); void lift(rd_address address, const RDBufferView* view, RDILFunction* il); void renderInstruction(const RDRendererParams* srp); void emulate(RDEmulateRe...
27.047619
103
0.704225
ff9cd35f1b81aeb9317f2f25eaaa0b9262e6f8eb
417
h
C
src/dynaMIS.h
GPLi-WORK/dynaMIS
a1f40ba54ada5a21c502275287434f9a78db83ba
[ "MIT" ]
1
2021-03-20T14:50:01.000Z
2021-03-20T14:50:01.000Z
src/dynaMIS.h
GPLi-WORK/dynaMIS
a1f40ba54ada5a21c502275287434f9a78db83ba
[ "MIT" ]
null
null
null
src/dynaMIS.h
GPLi-WORK/dynaMIS
a1f40ba54ada5a21c502275287434f9a78db83ba
[ "MIT" ]
2
2021-12-12T11:10:12.000Z
2022-03-11T09:46:02.000Z
/* * dynaMIS.h * * Created on: Sep 23, 2019 * Author: guangping */ #pragma once #include "problem.h" #include "rect_problem.h" #include "miscellaneous.h" #include "simulation.h" #include "mis_cg.h" #include "mis_ors.h" #include "grid.h" #include "grid_greedy.h" #include "grid_k.h" #include "grid_k_greedy.h...
18.130435
29
0.70024
ffa09999d27fbfdef011ebafba14af09d695aa08
1,248
h
C
KSAutoCompleteTextfield/KSAutoCompleteTextfield.h
poetryfar/KSAutoCompleteTextField
2a3742342a3cd3c78855bb3ec2585d2c9cdc5611
[ "Apache-2.0" ]
2
2015-04-22T14:23:20.000Z
2015-04-23T03:01:34.000Z
KSAutoCompleteTextfield/KSAutoCompleteTextfield.h
poetryfar/KSAutoCompleteTextField
2a3742342a3cd3c78855bb3ec2585d2c9cdc5611
[ "Apache-2.0" ]
null
null
null
KSAutoCompleteTextfield/KSAutoCompleteTextfield.h
poetryfar/KSAutoCompleteTextField
2a3742342a3cd3c78855bb3ec2585d2c9cdc5611
[ "Apache-2.0" ]
null
null
null
// // KSAutoCompleteTextfield.h // KSAutoCompleteTextfield // // Created by Cube on 14-1-28. // Copyright (c) 2014年 Cube. All rights reserved. // // KSAutoCompleteTextfieldStatus_input 表示是正常输入的状态 // KSAutoCompleteTextfieldStatus_delete 表示是当前正在删除的状态 // KSAutoCompleteTextfieldStatus_complete 表示正在补全的状态 // #impor...
23.111111
69
0.770032
ffa109198897678cbf776143c8e76ec0642a6076
364
h
C
FlowerFire/商城/Page/Mine/Second/View/LoginInputView.h
CoderWeiLee/FlowerFire
7109cc2f2b41f4c92617e7d6b8af2b6c57bc8a62
[ "MIT" ]
1
2021-01-16T15:15:18.000Z
2021-01-16T15:15:18.000Z
FlowerFire/商城/Page/Mine/Second/View/LoginInputView.h
CoderWeiLee/FlowerFire
7109cc2f2b41f4c92617e7d6b8af2b6c57bc8a62
[ "MIT" ]
null
null
null
FlowerFire/商城/Page/Mine/Second/View/LoginInputView.h
CoderWeiLee/FlowerFire
7109cc2f2b41f4c92617e7d6b8af2b6c57bc8a62
[ "MIT" ]
null
null
null
// // LoginInputView.h // 531Mall // // Created by 王涛 on 2020/5/22. // Copyright © 2020 Celery. All rights reserved. // #import "BaseUIView.h" NS_ASSUME_NONNULL_BEGIN @interface LoginInputView : UITextField -(instancetype)initWithFrame:(CGRect)frame placeholderStr:(NSString *)placeholderStr rightView:(UIView *)...
17.333333
115
0.747253
ffa40c0fe1a1a299448beb665cb575a4dd74e0b3
529
h
C
src/dico.h
ColinLaugier/Scrabble-M3103-2020
4e2f971c32fca42454e836bd7a9a43b9ceb17ac3
[ "MIT" ]
null
null
null
src/dico.h
ColinLaugier/Scrabble-M3103-2020
4e2f971c32fca42454e836bd7a9a43b9ceb17ac3
[ "MIT" ]
null
null
null
src/dico.h
ColinLaugier/Scrabble-M3103-2020
4e2f971c32fca42454e836bd7a9a43b9ceb17ac3
[ "MIT" ]
null
null
null
/** * @authors LAUGIER Colin, RADJA Samy, SOLLIER Alexandre, TRON Anthony * @date 10/10/2020 * @brief The dico class */ #ifndef DICO_H #define DICO_H #include <string> #include <map> #include <unordered_set> typedef unsigned char word_size_t; class dico { private: std::map<word_size_t, std::unordered_s...
17.064516
71
0.68431
ffa42216ba2e723924c7faaf2af815dc0e6cb220
740
c
C
Task008.c
maffin-1/C
46dd7232a5b45f4ab287276401d7269eb8d0f6ca
[ "MIT" ]
null
null
null
Task008.c
maffin-1/C
46dd7232a5b45f4ab287276401d7269eb8d0f6ca
[ "MIT" ]
null
null
null
Task008.c
maffin-1/C
46dd7232a5b45f4ab287276401d7269eb8d0f6ca
[ "MIT" ]
null
null
null
#include <stdio.h> void main() { int sum = 0; char x='n', y='n', z='n', b='n'; printf("Here is a small Questionary for you:\n"); printf("Are you a Close Friend to Bride and Groom? (y/n): "); scanf("%2c", &x); printf("Are you a Relative for Bride or Groom? (y/n): "); scanf("%2c", &y)...
25.517241
68
0.47973
ffa4fa6b19e153c1fc571d5e0cbabe67659f74fe
394
h
C
Persistency/Model/ETObservation.h
etoile/EtoileUI
5c0abe5094742d6e86b0f4305a333fed928fdf35
[ "BSD-3-Clause" ]
9
2015-09-23T02:45:22.000Z
2022-02-05T07:39:40.000Z
Persistency/Model/ETObservation.h
etoile/EtoileUI
5c0abe5094742d6e86b0f4305a333fed928fdf35
[ "BSD-3-Clause" ]
null
null
null
Persistency/Model/ETObservation.h
etoile/EtoileUI
5c0abe5094742d6e86b0f4305a333fed928fdf35
[ "BSD-3-Clause" ]
6
2015-01-01T14:02:34.000Z
2021-11-13T03:01:17.000Z
/** Copyright (C) 2014 Quentin Mathe Author: Quentin Mathe <quentin.mathe@gmail.com> Date: June 2014 License: Modified BSD (see COPYING) */ #import <Foundation/Foundation.h> #import <CoreObject/COObject.h> @interface ETObservation : COObject @property (nonatomic, retain) COObject *object; @property (nonatomi...
21.888889
49
0.743655
ffa8c3e67c933a196c067adf348c830ea56860b2
209
h
C
MyBibibi/MyBibibi/ViewController.h
WeiJia0905/HM2
463cdacfb2b29d7b7d8c802164e17705e7921dde
[ "Apache-2.0" ]
null
null
null
MyBibibi/MyBibibi/ViewController.h
WeiJia0905/HM2
463cdacfb2b29d7b7d8c802164e17705e7921dde
[ "Apache-2.0" ]
null
null
null
MyBibibi/MyBibibi/ViewController.h
WeiJia0905/HM2
463cdacfb2b29d7b7d8c802164e17705e7921dde
[ "Apache-2.0" ]
null
null
null
// // ViewController.h // MyBibibi // // Created by lanou3g on 15/8/5. // Copyright (c) 2015年 WeiJia. All rights reserved. // #import <UIKit/UIKit.h> @interface ViewController : UIViewController @end
13.0625
52
0.679426
ffa9a03560adb9b42d2e0c6a46280d90e3c2b182
86
c
C
libssm_ref-0.6.6-r2263/src/mr/ssm_mr_destroy.c
matthewcurry/single-sided-messaging
3993f7c90cd9e12a689095ee7396cf0e6c35de0e
[ "BSD-2-Clause" ]
1
2019-12-13T17:54:41.000Z
2019-12-13T17:54:41.000Z
deps/libssm_ref-0.6.6-r2263/src/mr/ssm_mr_destroy.c
matthewcurry/sirocco-release
008c5e40c360053300e8f61e03e36c448287a193
[ "BSD-2-Clause" ]
null
null
null
deps/libssm_ref-0.6.6-r2263/src/mr/ssm_mr_destroy.c
matthewcurry/sirocco-release
008c5e40c360053300e8f61e03e36c448287a193
[ "BSD-2-Clause" ]
null
null
null
#include <ssm_mr_ref.h> int ssm_mr_destroy(ssm_mr mr) { SSM_DEL(mr); return 0; }
10.75
29
0.686047
ffaafd405de80a253da4367b2e13c427d28de333
2,422
c
C
ftmlx/cam_faces_1.c
fde-capu/miniRT
dd289c8ed15fbbcc00e574bb8056d16f07bdc4a1
[ "Apache-2.0" ]
7
2020-08-14T20:34:33.000Z
2022-02-15T21:27:02.000Z
ftmlx/cam_faces_1.c
fde-capu/miniRT
dd289c8ed15fbbcc00e574bb8056d16f07bdc4a1
[ "Apache-2.0" ]
null
null
null
ftmlx/cam_faces_1.c
fde-capu/miniRT
dd289c8ed15fbbcc00e574bb8056d16f07bdc4a1
[ "Apache-2.0" ]
null
null
null
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* cam_faces_1.c :+: :+: :+: ...
31.051282
80
0.507845
ffad107608971cd1286f0510415bdaecc0de34db
92
h
C
src/config.h
adyxax/b98
1b03e5bfb2317804619057924e7261fd49f68a54
[ "MIT" ]
2
2016-08-18T10:01:20.000Z
2020-01-31T15:59:27.000Z
src/config.h
adyxax/b98
1b03e5bfb2317804619057924e7261fd49f68a54
[ "MIT" ]
null
null
null
src/config.h
adyxax/b98
1b03e5bfb2317804619057924e7261fd49f68a54
[ "MIT" ]
null
null
null
#ifndef _CONFIG_H_ #define _CONFIG_H_ #define HOST "example.com" #define PORT 6667 #endif
11.5
26
0.771739
ffaf81a026d264cb2f49081bb3443679ef82e157
12,011
h
C
nfc/hal/int/nfc_hal_int_api.h
aminfauzi/android_device_samsung_hlte-common
d8a70ed6442b7bd047d8abb777deb98ab694727e
[ "FTL" ]
17
2016-10-02T23:56:06.000Z
2021-06-06T04:49:03.000Z
nfc/hal/int/nfc_hal_int_api.h
aminfauzi/android_device_samsung_hlte-common
d8a70ed6442b7bd047d8abb777deb98ab694727e
[ "FTL" ]
2
2020-05-11T22:12:07.000Z
2022-03-14T08:07:22.000Z
nfc/hal/int/nfc_hal_int_api.h
aminfauzi/android_device_samsung_hlte-common
d8a70ed6442b7bd047d8abb777deb98ab694727e
[ "FTL" ]
33
2015-06-05T07:38:19.000Z
2022-03-31T04:21:09.000Z
/****************************************************************************** * * Copyright (C) 2009-2014 Broadcom Corporation * * 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: * ...
38.996753
80
0.50512
ffb1f60c0a2d5e9cf867cc9d9b127bd337e8ea31
150
h
C
BbLibrary/BbDebugObject.h
evilBird/BbCore
9484eda0ade07079aea13dcad66626a0d348c95d
[ "MIT" ]
null
null
null
BbLibrary/BbDebugObject.h
evilBird/BbCore
9484eda0ade07079aea13dcad66626a0d348c95d
[ "MIT" ]
null
null
null
BbLibrary/BbDebugObject.h
evilBird/BbCore
9484eda0ade07079aea13dcad66626a0d348c95d
[ "MIT" ]
null
null
null
// // BbDebugObject.h // Pods // // Created by Travis Henspeter on 2/12/16. // // #import "BbObject.h" @interface BbDebugObject : BbObject @end
10.714286
43
0.646667