hexsha
stringlengths
40
40
size
int64
22
2.4M
ext
stringclasses
5 values
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
3
260
max_stars_repo_name
stringlengths
5
109
max_stars_repo_head_hexsha
stringlengths
40
78
max_stars_repo_licenses
listlengths
1
9
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringlengths
24
24
max_stars_repo_stars_event_max_datetime
stringlengths
24
24
max_issues_repo_path
stringlengths
3
260
max_issues_repo_name
stringlengths
5
109
max_issues_repo_head_hexsha
stringlengths
40
78
max_issues_repo_licenses
listlengths
1
9
max_issues_count
float64
1
67k
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
260
max_forks_repo_name
stringlengths
5
109
max_forks_repo_head_hexsha
stringlengths
40
78
max_forks_repo_licenses
listlengths
1
9
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringlengths
24
24
max_forks_repo_forks_event_max_datetime
stringlengths
24
24
content
stringlengths
22
2.4M
avg_line_length
float64
5
169k
max_line_length
int64
5
786k
alphanum_fraction
float64
0.06
0.95
matches
listlengths
1
11
ed606a2b68fb35f389973506ef26305458614da9
16,223
h
C
Reloaded/tags/MAME4droid.Reloaded.1.0.WIP/src/emu/cpu/minx/minxopcf.h
lofunz/mieme
4226c2960b46121ec44fa8eab9717d2d644bff04
[ "Unlicense" ]
51
2015-11-22T14:53:28.000Z
2021-12-14T07:17:42.000Z
Reloaded/tags/MAME4droid.Reloaded.1.0.WIP/src/emu/cpu/minx/minxopcf.h
lofunz/mieme
4226c2960b46121ec44fa8eab9717d2d644bff04
[ "Unlicense" ]
8
2018-01-14T07:19:06.000Z
2021-08-22T15:29:59.000Z
Reloaded/tags/MAME4droid.Reloaded.1.0.WIP/src/emu/cpu/minx/minxopcf.h
lofunz/mieme
4226c2960b46121ec44fa8eab9717d2d644bff04
[ "Unlicense" ]
35
2017-02-15T09:39:00.000Z
2021-12-14T07:17:43.000Z
#undef OP #define OP(nn) INLINE void minx_CF_##nn(minx_state *minx) OP(00) { minx->BA = ADD16( minx, minx->BA, minx->BA ); } OP(01) { minx->BA = ADD16( minx, minx->BA, minx->HL ); } OP(02) { minx->BA = ADD16( minx, minx->BA, minx->X ); } OP(03) { minx->BA = ADD16( minx, minx->BA, minx->Y ); } OP(04) { minx->BA = ADDC1...
48.864458
210
0.597608
[ "3d" ]
ed609f41f80015361275b09543928e034bd4b550
19,595
c
C
Kaya-master/phase2/exceptions.c
Stonen2/KayaOS
e7d3972db4d89a8f2fcc62418bf3764a1301db37
[ "Apache-2.0" ]
null
null
null
Kaya-master/phase2/exceptions.c
Stonen2/KayaOS
e7d3972db4d89a8f2fcc62418bf3764a1301db37
[ "Apache-2.0" ]
null
null
null
Kaya-master/phase2/exceptions.c
Stonen2/KayaOS
e7d3972db4d89a8f2fcc62418bf3764a1301db37
[ "Apache-2.0" ]
null
null
null
/* PHASE 2 Written by NICK STONE AND SANTIAGO SALAZAR Base code and Comments from PROFESSOR MIKEY G Finished on 10/30/19 */ /********************************************************************************************* Module Comment Section A SYSCALL exception occurs when ...
34.256993
112
0.622863
[ "vector" ]
ed6512abae62f14e73ad4ca9189d54c528ae3221
2,577
h
C
ScriptHookDotNet/bObject.h
HazardX/gta4_scripthookdotnet
927b2830952664b63415234541a6c83592e53679
[ "MIT" ]
3
2021-11-14T20:59:58.000Z
2021-12-16T16:41:31.000Z
ScriptHookDotNet/bObject.h
HazardX/gta4_scripthookdotnet
927b2830952664b63415234541a6c83592e53679
[ "MIT" ]
2
2021-11-29T14:41:23.000Z
2021-11-30T13:13:51.000Z
ScriptHookDotNet/bObject.h
HazardX/gta4_scripthookdotnet
927b2830952664b63415234541a6c83592e53679
[ "MIT" ]
3
2021-11-21T12:41:55.000Z
2021-12-22T16:17:52.000Z
/* * Copyright (c) 2009-2011 Hazard (hazard_x@gmx.net / twitter.com/HazardX) * * 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 * ...
27.414894
190
0.724098
[ "object" ]
ed6bec4ebed20ef7a42af7efdb6e9afa181f126b
15,304
h
C
3rdparty/termcolor.h
HJiahu/jheaders
14dff8187fb9acf9f2782caf978c13738d2725af
[ "MIT" ]
null
null
null
3rdparty/termcolor.h
HJiahu/jheaders
14dff8187fb9acf9f2782caf978c13738d2725af
[ "MIT" ]
null
null
null
3rdparty/termcolor.h
HJiahu/jheaders
14dff8187fb9acf9f2782caf978c13738d2725af
[ "MIT" ]
null
null
null
//! //! termcolor //! ~~~~~~~~~ //! //! termcolor is a header-only c++ library for printing colored messages //! to the terminal. Written just for fun with a help of the Force. //! //! :copyright: (c) 2013 by Igor Kalnitsky //! :license: BSD, see LICENSE for details //! //very easy to use : //cout << termcolor::grey<...
27.774955
98
0.526137
[ "object" ]
ed6e8efa73fb1220bdb47824312d2593e76dba50
12,142
h
C
YOLayout/YOLayout_IMP.h
Rebeccaanderson460/YOLayout
c5d693af5509338287f2d95499d13fa48aad9dd0
[ "MIT" ]
35
2015-01-05T23:31:58.000Z
2021-12-21T06:38:58.000Z
YOLayout/YOLayout_IMP.h
JefferyQ/YOLayout
804765fd8eb1099e8bb391ddc09f40020eb0f84e
[ "MIT" ]
48
2015-01-07T23:22:41.000Z
2021-02-13T07:35:22.000Z
YOLayout/YOLayout_IMP.h
JefferyQ/YOLayout
804765fd8eb1099e8bb391ddc09f40020eb0f84e
[ "MIT" ]
10
2015-01-07T23:19:42.000Z
2019-11-28T01:15:21.000Z
// // YOLayout.h // YOLayout // // Created by Gabriel Handford on 10/29/13. // Copyright (c) 2014 YOLayout. All rights reserved. // #import <Foundation/Foundation.h> #import <CoreGraphics/CoreGraphics.h> #import "YOCGUtils.h" #define YOWeakObject(o) __typeof__(o) __weak #define YOSelf YOWeakObject(self) #if TARG...
34.592593
322
0.766019
[ "object" ]
4bbd6299e0c589b255d5d3ad85bdc674e053e71d
1,988
h
C
src/avt/Queries/Queries/avtConnComponentsCentroidQuery.h
visit-dav/vis
c08bc6e538ecd7d30ddc6399ec3022b9e062127e
[ "BSD-3-Clause" ]
226
2018-12-29T01:13:49.000Z
2022-03-30T19:16:31.000Z
src/avt/Queries/Queries/avtConnComponentsCentroidQuery.h
visit-dav/vis
c08bc6e538ecd7d30ddc6399ec3022b9e062127e
[ "BSD-3-Clause" ]
5,100
2019-01-14T18:19:25.000Z
2022-03-31T23:08:36.000Z
src/avt/Queries/Queries/avtConnComponentsCentroidQuery.h
visit-dav/vis
c08bc6e538ecd7d30ddc6399ec3022b9e062127e
[ "BSD-3-Clause" ]
84
2019-01-24T17:41:50.000Z
2022-03-10T10:01:46.000Z
// Copyright (c) Lawrence Livermore National Security, LLC and other VisIt // Project developers. See the top-level LICENSE file for dates and other // details. No copyright assignment is required to contribute to VisIt. // ************************************************************************* // // ...
33.133333
79
0.523139
[ "vector" ]
4bc55118ca71cc0c3eee97f271b07a2b0fa53a5e
3,411
h
C
C/list.h
SkottyK/Resources
a83f96160e09e3f186c05aff20079c2ad529a527
[ "MIT" ]
2
2017-04-24T06:32:58.000Z
2018-12-08T19:29:52.000Z
C/list.h
skrulcik/Resources
a83f96160e09e3f186c05aff20079c2ad529a527
[ "MIT" ]
3
2015-12-21T03:11:18.000Z
2015-12-21T03:17:23.000Z
C/list.h
SkottyK/Resources
a83f96160e09e3f186c05aff20079c2ad529a527
[ "MIT" ]
null
null
null
/** list.h - Linked List * * Generic Linked List Implementation * * Goal is to provide completely generic linked list implementation that * allows you to set copy vs. no-copy, and a free function at initialization. * * There are two options for list style (specified at creation): * * COPY: When a pointer ...
26.44186
82
0.690707
[ "object" ]
4bcdbc1dc0da7f1dd086c73cf4fda39f1bfdfb3f
31,466
c
C
apps/snmpnetstat/if.c
jridky/net-snmp
1bb941d6fcd7ac2db5a54b95ee0ed07ec9861e70
[ "Net-SNMP" ]
null
null
null
apps/snmpnetstat/if.c
jridky/net-snmp
1bb941d6fcd7ac2db5a54b95ee0ed07ec9861e70
[ "Net-SNMP" ]
null
null
null
apps/snmpnetstat/if.c
jridky/net-snmp
1bb941d6fcd7ac2db5a54b95ee0ed07ec9861e70
[ "Net-SNMP" ]
null
null
null
/* * $OpenBSD: if.c,v 1.42 2005/03/13 16:05:50 mpf Exp $ */ /* * $NetBSD: if.c,v 1.16.4.2 1996/06/07 21:46:46 thorpej Exp $ */ /* * Copyright (c) 1983, 1988, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * ...
35.716232
80
0.489957
[ "object", "model" ]
4bd21bd7e76dd378e30d801a6ffef701900bfd5b
2,547
h
C
ToneArmEngine/RayCasting.h
Mertank/ToneArm
40c62b0de89ac506bea6674e43578bf4e2631f93
[ "Zlib", "BSD-2-Clause" ]
null
null
null
ToneArmEngine/RayCasting.h
Mertank/ToneArm
40c62b0de89ac506bea6674e43578bf4e2631f93
[ "Zlib", "BSD-2-Clause" ]
null
null
null
ToneArmEngine/RayCasting.h
Mertank/ToneArm
40c62b0de89ac506bea6674e43578bf4e2631f93
[ "Zlib", "BSD-2-Clause" ]
null
null
null
/* ------------------------------------------------------------------------------------------ Copyright (c) 2014 Vinyl Games Studio Author: Mikhail Kutuzov Date: 5/27/2014 10:31:10 AM ------------------------------------------------------------------------------------------ */ #ifndef __RAY_CA...
27.387097
132
0.608952
[ "object", "shape", "vector" ]
4be19e6c681ef8c0eec987c48722287d03bf6f99
854
c
C
lib/wizards/veron/areat/cotd/ceme2.c
vlehtola/questmud
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
[ "MIT" ]
null
null
null
lib/wizards/veron/areat/cotd/ceme2.c
vlehtola/questmud
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
[ "MIT" ]
null
null
null
lib/wizards/veron/areat/cotd/ceme2.c
vlehtola/questmud
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
[ "MIT" ]
null
null
null
inherit "room/room"; object monster; reset(arg) { if(!monster) { monster = clone_object("/wizards/veron/areat/cotd/mobs/carcass"); move_object(monster, this_object()); } if(arg) return; add_exit("west","/wizards/veron/areat/cotd/ceme1.c"); short_desc = "Cemetery"; long_desc = "The grav...
27.548387
90
0.614754
[ "object" ]
4bf91936478246f5c5f06063ad2dfddc052eef48
8,549
h
C
DataCollector/mozilla/xulrunner-sdk/include/nsIPrintingPromptService.h
andrasigneczi/TravelOptimiser
b08805f97f0823fd28975a36db67193386aceb22
[ "Apache-2.0" ]
1
2016-04-20T08:35:44.000Z
2016-04-20T08:35:44.000Z
DataCollector/mozilla/xulrunner-sdk/include/nsIPrintingPromptService.h
andrasigneczi/TravelOptimiser
b08805f97f0823fd28975a36db67193386aceb22
[ "Apache-2.0" ]
null
null
null
DataCollector/mozilla/xulrunner-sdk/include/nsIPrintingPromptService.h
andrasigneczi/TravelOptimiser
b08805f97f0823fd28975a36db67193386aceb22
[ "Apache-2.0" ]
null
null
null
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM ../../../dist/idl\nsIPrintingPromptService.idl */ #ifndef __gen_nsIPrintingPromptService_h__ #define __gen_nsIPrintingPromptService_h__ #ifndef __gen_nsISupports_h__ #include "nsISupports.h" #endif #ifndef __gen_nsIWebBrowserPrint_h__ #include "nsIWebBro...
55.875817
488
0.808399
[ "object" ]
4bfa7bd2eedd4b7b657d6e6079532fb22ab64271
9,652
h
C
HITSIC_TC264DA_ADS/Libraries/iLLD/TC26B/Tricore/_PinMap/IfxEth_PinMap.h
Jing65/ADS_test
2f69ad695c5c55074224b9b241c98d97ca6d0476
[ "Apache-2.0" ]
2
2021-05-10T16:42:01.000Z
2021-11-19T10:17:20.000Z
HITSIC_TC264DA_ADS/Libraries/iLLD/TC26B/Tricore/_PinMap/IfxEth_PinMap.h
Jing65/ADS_test
2f69ad695c5c55074224b9b241c98d97ca6d0476
[ "Apache-2.0" ]
2
2021-03-30T08:59:22.000Z
2021-03-30T09:01:49.000Z
HITSIC_TC264DA_ADS/Libraries/iLLD/TC26B/Tricore/_PinMap/IfxEth_PinMap.h
Jing65/ADS_test
2f69ad695c5c55074224b9b241c98d97ca6d0476
[ "Apache-2.0" ]
4
2020-12-19T15:21:01.000Z
2021-08-24T14:40:44.000Z
/** * \file IfxEth_PinMap.h * \brief ETH I/O map * \ingroup IfxLld_Eth * * \version iLLD_1_0_1_12_0 * \copyright Copyright (c) 2013 Infineon Technologies AG. All rights reserved. * * * IMPORTANT NOTICE * * Use of this file is subject to the terms of use agreed between (i) you ...
41.603448
126
0.712288
[ "object" ]
4bfaf57d745d99dec1d0dad2e325180274c4c213
13,089
h
C
torchRL/tube/src_cpp/distributed.h
RemiLacroix-IDRIS/Polygames
513a5f9dfca4253950defdf4080f3925483f2873
[ "MIT" ]
2
2021-04-13T12:14:48.000Z
2021-07-07T14:37:54.000Z
torchRL/tube/src_cpp/distributed.h
yichqin/Polygames
3568b031b6e1c3aa4e5f4373798b6b542a1ac0ee
[ "MIT" ]
null
null
null
torchRL/tube/src_cpp/distributed.h
yichqin/Polygames
3568b031b6e1c3aa4e5f4373798b6b542a1ac0ee
[ "MIT" ]
null
null
null
/** * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "reqrepserver.h" #include <fmt/printf.h> #include <torch/torch.h> #include <cstring> #include <fu...
25.614481
78
0.557415
[ "vector" ]
ef02b8879ef8b58c093fec47964ccca2c3653e4a
1,951
h
C
src/IrregularStyle.h
Our4514/SolidityCheck
e71e33cfb0d1942002fdd0e75a42ae1909cb6a2d
[ "MIT" ]
null
null
null
src/IrregularStyle.h
Our4514/SolidityCheck
e71e33cfb0d1942002fdd0e75a42ae1909cb6a2d
[ "MIT" ]
null
null
null
src/IrregularStyle.h
Our4514/SolidityCheck
e71e33cfb0d1942002fdd0e75a42ae1909cb6a2d
[ "MIT" ]
null
null
null
// // Created by xiaofeng on 2019/11/29. // #pragma once //Solidity specifies how functions, events are named, and arrays //are declared. Compliance with specifications improves code readability //head file /* author=__xiaofeng__ */ #ifndef _IRREGULARSTYLE_H_ #define _IRREGULARSTYLE_H_ //using head files #include ...
26.364865
77
0.698104
[ "vector" ]
ef131cf9f12e39ecb838b24c00e7075d43311308
2,406
h
C
src/envoy/tcp/mixer/control_factory.h
yxue/proxy
7d9b06ad8109feb5c9d62693906455d6114b1206
[ "Apache-2.0" ]
1
2019-02-13T14:49:17.000Z
2019-02-13T14:49:17.000Z
src/envoy/tcp/mixer/control_factory.h
yxue/proxy
7d9b06ad8109feb5c9d62693906455d6114b1206
[ "Apache-2.0" ]
1
2019-05-05T02:58:33.000Z
2019-05-05T02:58:33.000Z
src/envoy/tcp/mixer/control_factory.h
yxue/proxy
7d9b06ad8109feb5c9d62693906455d6114b1206
[ "Apache-2.0" ]
1
2021-04-18T19:28:22.000Z
2021-04-18T19:28:22.000Z
/* Copyright 2018 Istio Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicab...
33.887324
80
0.688279
[ "object" ]
ef1d1886132e2597709439b32f2b8ca1e6065c9d
7,084
h
C
aws-cpp-sdk-billingconductor/include/aws/billingconductor/model/ListPricingRulesRequest.h
Nexuscompute/aws-sdk-cpp
e7ef485e46e6962c9e084b8c9b104c1bfcceaf26
[ "Apache-2.0" ]
1
2022-01-05T18:20:03.000Z
2022-01-05T18:20:03.000Z
aws-cpp-sdk-billingconductor/include/aws/billingconductor/model/ListPricingRulesRequest.h
Nexuscompute/aws-sdk-cpp
e7ef485e46e6962c9e084b8c9b104c1bfcceaf26
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-billingconductor/include/aws/billingconductor/model/ListPricingRulesRequest.h
Nexuscompute/aws-sdk-cpp
e7ef485e46e6962c9e084b8c9b104c1bfcceaf26
[ "Apache-2.0" ]
1
2021-11-09T11:58:03.000Z
2021-11-09T11:58:03.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/billingconductor/BillingConductor_EXPORTS.h> #include <aws/billingconductor/BillingConductorRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/billing...
36.704663
127
0.689441
[ "model" ]
ef2175cc0f4ca56bfabb5cb2c667788980014fb1
15,110
c
C
src/OGLSuperBible/chapter_16/bufferobject/bufferobject.c
apportable/vogl
4f05918a14ba3c4efc3cbd8b05b6964e625c751b
[ "MIT" ]
5
2016-07-23T00:33:31.000Z
2020-12-18T09:40:35.000Z
src/OGLSuperBible/chapter_16/bufferobject/bufferobject.c
LunarG/vogl
172a86d9c4ee08dccbf4e342caa1ba63f1ea2b0e
[ "MIT" ]
null
null
null
src/OGLSuperBible/chapter_16/bufferobject/bufferobject.c
LunarG/vogl
172a86d9c4ee08dccbf4e342caa1ba63f1ea2b0e
[ "MIT" ]
null
null
null
// BufferObject.c // OpenGL SuperBible, Chapter 16 // Demonstrates vertex buffer objects // Program by Benjamin Lipchak #include "../../common/openglsb.h" // System and OpenGL Stuff #include "../../common/gltools.h" // OpenGL toolkit #include <math.h> #include <stdio.h> #include <unistd.h> #include <time.h> #include <...
29.001919
87
0.572866
[ "object", "vector" ]
ef23ad7d6c500d5bc8338bcadaf2d2a8d8a54237
880
h
C
MyMuduo/Lib/EPollPoller.h
Fragrant-Yang/git-test-copy
cc026d7dedacf8d5c798d9e80a658d6fd599812d
[ "Apache-2.0" ]
2
2021-02-03T07:25:32.000Z
2022-02-06T10:36:49.000Z
MyMuduo/Lib/EPollPoller.h
Fragrant-Yang/git-test-copy
cc026d7dedacf8d5c798d9e80a658d6fd599812d
[ "Apache-2.0" ]
null
null
null
MyMuduo/Lib/EPollPoller.h
Fragrant-Yang/git-test-copy
cc026d7dedacf8d5c798d9e80a658d6fd599812d
[ "Apache-2.0" ]
1
2021-04-17T13:48:36.000Z
2021-04-17T13:48:36.000Z
#ifndef NLIB_POLLER_EPOLLPOLLER_H #define NLIB_POLLER_EPOLLPOLLER_H #include "header.h" #include <sys/epoll.h> #include "Poller.h" struct epoll_event; class EPollPoller : public Poller { public: EPollPoller( EventLoop* loop); ~EPollPoller() override; TimeStamp poll( int timeoutMs, C...
22.564103
54
0.682955
[ "vector" ]
ef24be3f75523376bf7caf1652c4d8c25ab9df00
40,121
h
C
Source/ChilliSource/GUI/Base/GUIView.h
mclaughlinhugh4/ChilliSource
bfd86242b28125371804ef35ee512a3908763795
[ "MIT" ]
1
2015-05-08T14:29:03.000Z
2015-05-08T14:29:03.000Z
Source/ChilliSource/GUI/Base/GUIView.h
mclaughlinhugh4/ChilliSource
bfd86242b28125371804ef35ee512a3908763795
[ "MIT" ]
null
null
null
Source/ChilliSource/GUI/Base/GUIView.h
mclaughlinhugh4/ChilliSource
bfd86242b28125371804ef35ee512a3908763795
[ "MIT" ]
null
null
null
// // GUIView.h // Chilli Source // Created by Scott Downie on 21/04/2011. // // The MIT License (MIT) // // Copyright (c) 2011 Tag Games Limited // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // ...
40.000997
133
0.446325
[ "render", "object", "vector", "transform" ]
ef291f46b68093f9fc9aae82c5d696ed239dec70
3,390
h
C
FluentEventWriter.h
kovdan01/OMS-Auditd-Plugin
529db434129f43f5763a405eb3357bedad757968
[ "MIT" ]
null
null
null
FluentEventWriter.h
kovdan01/OMS-Auditd-Plugin
529db434129f43f5763a405eb3357bedad757968
[ "MIT" ]
null
null
null
FluentEventWriter.h
kovdan01/OMS-Auditd-Plugin
529db434129f43f5763a405eb3357bedad757968
[ "MIT" ]
1
2020-07-30T11:39:18.000Z
2020-07-30T11:39:18.000Z
/* microsoft-oms-auditd-plugin Copyright (c) Microsoft Corporation All rights reserved. MIT License 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, in...
36.451613
464
0.738348
[ "vector" ]
ef2e1e5c563b1d0a590655d7f59707e33af8839c
641
h
C
cases/adaptive_surfers_in_channel_flow_z/param/env/objects/static/surfer__us_0o8__surftimeprefactor_2o75/group/choice.h
C0PEP0D/sheld0n
497d4ee8b6b1815cd5fa1b378d1b947ee259f4bc
[ "MIT" ]
null
null
null
cases/adaptive_surfers_in_channel_flow_z/param/env/objects/static/surfer__us_0o8__surftimeprefactor_2o75/group/choice.h
C0PEP0D/sheld0n
497d4ee8b6b1815cd5fa1b378d1b947ee259f4bc
[ "MIT" ]
null
null
null
cases/adaptive_surfers_in_channel_flow_z/param/env/objects/static/surfer__us_0o8__surftimeprefactor_2o75/group/choice.h
C0PEP0D/sheld0n
497d4ee8b6b1815cd5fa1b378d1b947ee259f4bc
[ "MIT" ]
null
null
null
#ifndef C0P_PARAM_OBJECTS_SURFER__US_0O8__SURFTIMEPREFACTOR_2O75_GROUP_CHOICE_H #define C0P_PARAM_OBJECTS_SURFER__US_0O8__SURFTIMEPREFACTOR_2O75_GROUP_CHOICE_H #pragma once // THIS FILE SHOULD NOT BE EDITED DIRECTLY BY THE USERS. // THIS FILE WILL BE AUTOMATICALLY EDITED WHEN THE // CHOOSE COMMAND IS USED #include "c...
40.0625
139
0.861154
[ "object" ]
ef36578ce909fe81fee57989606625927d468fc8
85,437
c
C
src/portable-api.c
LitleCarl/pthreadpool
159ecdf5532d707d0737ec7b689f8dbe2c8948cf
[ "BSD-2-Clause" ]
40
2021-06-01T07:37:59.000Z
2022-03-25T01:42:09.000Z
src/portable-api.c
LitleCarl/pthreadpool
159ecdf5532d707d0737ec7b689f8dbe2c8948cf
[ "BSD-2-Clause" ]
14
2021-06-01T11:52:46.000Z
2022-03-25T02:13:08.000Z
src/portable-api.c
LitleCarl/pthreadpool
159ecdf5532d707d0737ec7b689f8dbe2c8948cf
[ "BSD-2-Clause" ]
7
2021-07-20T19:34:26.000Z
2022-03-13T21:07:36.000Z
/* Standard C headers */ #include <assert.h> #include <stdbool.h> #include <stdint.h> #include <stdlib.h> #include <string.h> #if PTHREADPOOL_USE_CPUINFO #include <cpuinfo.h> #endif /* Dependencies */ #include <fxdiv.h> /* Public library header */ #include <pthreadpool.h> /* Internal library headers */ #include "t...
40.414853
176
0.761848
[ "object" ]
ef388a7f8d553c4e2ce1b4cfc498b75efa2c69d5
22,788
c
C
src/Emulators/vice/viciisc/vicii-draw-cycle.c
slajerek/RetroDebugger
e761e4f9efd103a05e65ef283423b142fa4324c7
[ "Apache-2.0", "MIT" ]
34
2021-05-29T07:04:17.000Z
2022-03-10T20:16:03.000Z
src/Emulators/vice/viciisc/vicii-draw-cycle.c
slajerek/RetroDebugger
e761e4f9efd103a05e65ef283423b142fa4324c7
[ "Apache-2.0", "MIT" ]
6
2021-12-25T13:05:21.000Z
2022-01-19T17:35:17.000Z
src/Emulators/vice/viciisc/vicii-draw-cycle.c
slajerek/RetroDebugger
e761e4f9efd103a05e65ef283423b142fa4324c7
[ "Apache-2.0", "MIT" ]
6
2021-12-24T18:37:41.000Z
2022-02-06T23:06:02.000Z
/* * vicii-draw-cycle.c - Cycle based rendering for the VIC-II emulation. * * Written by * Daniel Kahlin <daniel@kahlin.net> * * This file is part of VICE, the Versatile Commodore Emulator. * See README for copyright notice. * * This program is free software; you can redistribute it and/or modify * it unde...
26.073227
120
0.563016
[ "render", "model" ]
ef3fca5a3709cd4ded7b565ab4b2a25418fb65fc
278
h
C
DataFormats/TrajectorySeed/interface/TrajectorySeedCollection.h
ckamtsikis/cmssw
ea19fe642bb7537cbf58451dcf73aa5fd1b66250
[ "Apache-2.0" ]
852
2015-01-11T21:03:51.000Z
2022-03-25T21:14:00.000Z
DataFormats/TrajectorySeed/interface/TrajectorySeedCollection.h
ckamtsikis/cmssw
ea19fe642bb7537cbf58451dcf73aa5fd1b66250
[ "Apache-2.0" ]
30,371
2015-01-02T00:14:40.000Z
2022-03-31T23:26:05.000Z
DataFormats/TrajectorySeed/interface/TrajectorySeedCollection.h
ckamtsikis/cmssw
ea19fe642bb7537cbf58451dcf73aa5fd1b66250
[ "Apache-2.0" ]
3,240
2015-01-02T05:53:18.000Z
2022-03-31T17:24:21.000Z
#ifndef DATAFORMATS_TRAJECTORYSEED_TRAJECTORYSEEDCOLLECTION_h #define DATAFORMATS_TRAJECTORYSEED_TRAJECTORYSEEDCOLLECTION_h #include "DataFormats/TrajectorySeed/interface/TrajectorySeed.h" #include <vector> typedef std::vector<TrajectorySeed> TrajectorySeedCollection; #endif
30.888889
64
0.884892
[ "vector" ]
ef4b21db3102b9bfd7c74d94ed3e1408fa991796
5,708
h
C
postgis-2.2.0/loader/shp2pgsql-core.h
cafagna/PostgreSQLWithNearestNeighbourJoin
8e7a3eed9d56141187047ac6ea2342ca2b4b71b8
[ "PostgreSQL" ]
null
null
null
postgis-2.2.0/loader/shp2pgsql-core.h
cafagna/PostgreSQLWithNearestNeighbourJoin
8e7a3eed9d56141187047ac6ea2342ca2b4b71b8
[ "PostgreSQL" ]
null
null
null
postgis-2.2.0/loader/shp2pgsql-core.h
cafagna/PostgreSQLWithNearestNeighbourJoin
8e7a3eed9d56141187047ac6ea2342ca2b4b71b8
[ "PostgreSQL" ]
null
null
null
/********************************************************************** * * PostGIS - Spatial Types for PostgreSQL * http://postgis.net * Copyright 2001-2003 Refractions Research Inc. * Copyright 2009 Paul Ramsey <pramsey@cleverelephant.ca> * Copyright 2009 Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk> * *...
23.983193
88
0.69972
[ "geometry", "shape" ]
ef500dbe06dd9cfe795f122b4db91f73341d0815
6,130
h
C
include/Answer.h
ZavierJin/AccountManager
b09235e71fa43a2c6ece1d6739ef44885d28af34
[ "Apache-2.0" ]
null
null
null
include/Answer.h
ZavierJin/AccountManager
b09235e71fa43a2c6ece1d6739ef44885d28af34
[ "Apache-2.0" ]
null
null
null
include/Answer.h
ZavierJin/AccountManager
b09235e71fa43a2c6ece1d6739ef44885d28af34
[ "Apache-2.0" ]
null
null
null
/* Answer.h ** Brief introduction: definition of Answer ** Create by Hu Jiangpeng 2020/5/18 ** Modify: */ #pragma once #include <string> #include <memory> #include <stdexcept> #include <vector> #include "Address.h" namespace answer { using Date = double; // just for debug using std::shared_ptr; // Much safer po...
26.085106
107
0.642414
[ "object", "vector" ]
ef5888b4656f6b07ef4abd0cae28604f2925ccf2
2,920
h
C
panda/src/mathutil/pta_LMatrix4.h
ethanlindley/panda3d
2bc35287d1af4e2c5d2f8a3c58d62d35446ca6f7
[ "PHP-3.0", "PHP-3.01" ]
3
2020-01-02T08:43:36.000Z
2020-07-05T08:59:02.000Z
panda/src/mathutil/pta_LMatrix4.h
ethanlindley/panda3d
2bc35287d1af4e2c5d2f8a3c58d62d35446ca6f7
[ "PHP-3.0", "PHP-3.01" ]
null
null
null
panda/src/mathutil/pta_LMatrix4.h
ethanlindley/panda3d
2bc35287d1af4e2c5d2f8a3c58d62d35446ca6f7
[ "PHP-3.0", "PHP-3.01" ]
1
2020-03-11T17:38:45.000Z
2020-03-11T17:38:45.000Z
/** * PANDA 3D SOFTWARE * Copyright (c) Carnegie Mellon University. All rights reserved. * * All use of this software is subject to the terms of the revised BSD * license. You should have received a copy of this license along * with this source code in a file named "LICENSE." * * @file pta_LMatrix4.h * @auth...
36.962025
125
0.816781
[ "3d" ]
ef6293d66e23ea588e9c7f2383ac3d078ffe147e
5,959
c
C
nRF5_SDK_12/components/libraries/block_dev/empty/nrf_block_dev_empty.c
Yugontech/SenStick
9ebd86a342a2c66c2759ba030dbd84c82bab5f2e
[ "MIT" ]
77
2015-09-20T01:50:16.000Z
2022-03-30T18:13:31.000Z
linebeacon/src/nRF5_SDK_12/components/libraries/block_dev/empty/nrf_block_dev_empty.c
FaBoPlatform/OpenBeacon
abf55dc53b8d3bae9c05c23a2e313c6f3d230160
[ "Apache-2.0" ]
41
2015-09-24T02:56:55.000Z
2021-05-13T13:52:12.000Z
linebeacon/src/nRF5_SDK_12/components/libraries/block_dev/empty/nrf_block_dev_empty.c
FaBoPlatform/OpenBeacon
abf55dc53b8d3bae9c05c23a2e313c6f3d230160
[ "Apache-2.0" ]
34
2015-11-06T22:50:28.000Z
2022-01-18T07:01:51.000Z
/* Copyright (c) 2016 Nordic Semiconductor. All Rights Reserved. * * The information contained herein is property of Nordic Semiconductor ASA. * Terms and conditions of usage are described in detail in NORDIC * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. * * Licensees are granted free, non-transferab...
32.38587
100
0.603121
[ "geometry" ]
ef660623857d4fbe494d69d0116d3e7c8f069c18
12,965
h
C
Engine/Plugins/GameWorks/Blast/Source/Blast/Public/extensions/shaders/include/NvBlastExtDamageShaders.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
10
2018-01-16T16:18:42.000Z
2019-02-19T19:51:45.000Z
Engine/Plugins/GameWorks/Blast/Source/Blast/Public/extensions/shaders/include/NvBlastExtDamageShaders.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
136
2018-05-10T08:47:58.000Z
2018-06-15T09:38:10.000Z
Engine/Plugins/GameWorks/Blast/Source/Blast/Public/extensions/shaders/include/NvBlastExtDamageShaders.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
1
2018-06-04T17:18:40.000Z
2018-06-04T17:18:40.000Z
// This code contains NVIDIA Confidential Information and is disclosed to you // under a form of NVIDIA software license agreement provided separately to you. // // Notice // NVIDIA Corporation and its licensors retain all intellectual property and // proprietary rights in and to this software and related documentation...
46.636691
181
0.718936
[ "object" ]
ef732bdbb133aa0d95c739fade7e4840f0dc4397
1,354
h
C
include/Shader.h
kSkip/MereEngine
de3fcc357663b468559ae865594d96e5760b1457
[ "BSD-2-Clause" ]
null
null
null
include/Shader.h
kSkip/MereEngine
de3fcc357663b468559ae865594d96e5760b1457
[ "BSD-2-Clause" ]
null
null
null
include/Shader.h
kSkip/MereEngine
de3fcc357663b468559ae865594d96e5760b1457
[ "BSD-2-Clause" ]
null
null
null
#ifndef SHADER_H #define SHADER_H #ifndef GL_GLEXT_PROTOTYPES #define GL_GLEXT_PROTOTYPES #endif #include <iostream> #include <stdexcept> #include <sstream> #include <cstdio> #include <cstdlib> #ifdef _WIN32 #ifndef GLEW_H #define GLEW_H #include <GL/glew.h> #endif // GLEW_H #endif #include <GL/gl.h> #ifn...
22.566667
137
0.723781
[ "object" ]
ef747e11c5185d018a30f3d3bf6dcfe1f988b169
1,506
h
C
Source/src/core/preferences/PreferenceManager.h
Akita-Interactive/Hachiko-Engine
0e3e0377ac5c8f5b15c525c8fcff384e9c92c14b
[ "MIT" ]
5
2022-02-10T23:31:11.000Z
2022-02-11T19:32:38.000Z
Source/src/core/preferences/PreferenceManager.h
Akita-Interactive/Hachiko-Engine
0e3e0377ac5c8f5b15c525c8fcff384e9c92c14b
[ "MIT" ]
26
2022-02-17T20:02:51.000Z
2022-03-31T22:52:14.000Z
Source/src/core/preferences/PreferenceManager.h
AkitaInteractive/Hachiko-Engine
9d682ed7e00e1f6b889e6e73afa36f290cfb2222
[ "MIT" ]
null
null
null
#pragma once #include "Preferences.h" namespace Hachiko { class GlobalPreferences; class EditorPreferences; class RenderPreferences; class CameraPreferences; class ResourcesPreferences; class AudioPreferences; // TODO: Use of each preference type without base class class PreferenceMan...
27.381818
79
0.632138
[ "render", "vector" ]
ef7827c4e0f7e0045451d1cf5331646aa3fa8d48
571
h
C
CitrusTouchTypedef.h
take64/CitrusTouch3
9b2c3f725dc612dff09fe8411f5d9ee2381089b4
[ "Apache-2.0" ]
null
null
null
CitrusTouchTypedef.h
take64/CitrusTouch3
9b2c3f725dc612dff09fe8411f5d9ee2381089b4
[ "Apache-2.0" ]
null
null
null
CitrusTouchTypedef.h
take64/CitrusTouch3
9b2c3f725dc612dff09fe8411f5d9ee2381089b4
[ "Apache-2.0" ]
null
null
null
// // CitrusTouchTypedef.h // CitrusTouch3 // // Created by take64 on 2017/03/28. // Copyright © 2017年 citrus.tk. All rights reserved. // #import <Foundation/Foundation.h> @class CTProgress; #ifndef CitrusTouchTypedef_h #define CitrusTouchTypedef_h // logger //#ifdef DEBUG #define CTLog(...) NSLog(__VA_ARGS__) ...
20.392857
79
0.7338
[ "object" ]
ef8812e759674303fd15278befd2a0fc0fbf3cd6
1,683
h
C
Plugins/org.mitk.gui.qt.diffusionimaging/src/QmitkIVIMWidget.h
nocnokneo/MITK
2902dcaed2ebf83b08c29d73608e8c70ead9e602
[ "BSD-3-Clause" ]
null
null
null
Plugins/org.mitk.gui.qt.diffusionimaging/src/QmitkIVIMWidget.h
nocnokneo/MITK
2902dcaed2ebf83b08c29d73608e8c70ead9e602
[ "BSD-3-Clause" ]
null
null
null
Plugins/org.mitk.gui.qt.diffusionimaging/src/QmitkIVIMWidget.h
nocnokneo/MITK
2902dcaed2ebf83b08c29d73608e8c70ead9e602
[ "BSD-3-Clause" ]
null
null
null
/*=================================================================== The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty o...
23.054795
105
0.715389
[ "vector" ]
ef9a8ccc564a6bcbb056389d422427e21fe1ff5a
1,908
h
C
sc_tool/lib/sc_tool/SCToolFrontendAction.h
hachetman/systemc-compiler
0cc81ace03336d752c0146340ff5763a20e3cefd
[ "Apache-2.0" ]
86
2020-10-23T15:59:47.000Z
2022-03-28T18:51:19.000Z
sc_tool/lib/sc_tool/SCToolFrontendAction.h
hachetman/systemc-compiler
0cc81ace03336d752c0146340ff5763a20e3cefd
[ "Apache-2.0" ]
18
2020-12-14T13:11:26.000Z
2022-03-14T05:34:20.000Z
sc_tool/lib/sc_tool/SCToolFrontendAction.h
hachetman/systemc-compiler
0cc81ace03336d752c0146340ff5763a20e3cefd
[ "Apache-2.0" ]
17
2020-10-29T16:19:43.000Z
2022-03-11T09:51:05.000Z
/****************************************************************************** * Copyright (c) 2020, Intel Corporation. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception. * *****************************************************************************/ /** * Author: Roman Popov ...
27.652174
79
0.649895
[ "object" ]
efa23733d6b4a51a58a6bfe3afb818ad5d5a402d
3,395
h
C
Code/CryMono/MonoDll/Headers/IMonoArray.h
Vondoe90/AngryBoids
9f6739958a16b450196b28c4533a040a9bc03eb1
[ "MIT" ]
1
2016-07-04T15:02:50.000Z
2016-07-04T15:02:50.000Z
Code/CryMono/MonoDll/Headers/IMonoArray.h
Vondoe90/AngryBoids
9f6739958a16b450196b28c4533a040a9bc03eb1
[ "MIT" ]
null
null
null
Code/CryMono/MonoDll/Headers/IMonoArray.h
Vondoe90/AngryBoids
9f6739958a16b450196b28c4533a040a9bc03eb1
[ "MIT" ]
1
2021-02-12T07:29:14.000Z
2021-02-12T07:29:14.000Z
/////////////////////////////////////////////////////////////////////////* //Ink Studios Source File. //Copyright (C), Ink Studios, 2011. ////////////////////////////////////////////////////////////////////////// // IMonoArray interface for external projects, i.e. CryGame. //////////////////////////////////////////////...
32.333333
93
0.630339
[ "object" ]
efa2d99e8526d32facb28a271c575c6e35c6fdcf
10,767
c
C
engine/e8core/env/_array.c
dmpas/e8engine
27390fa096fa721be5f8a868a844fbb20f6ebc9c
[ "MIT" ]
1
2017-11-17T07:28:02.000Z
2017-11-17T07:28:02.000Z
engine/e8core/env/_array.c
dmpas/e8engine
27390fa096fa721be5f8a868a844fbb20f6ebc9c
[ "MIT" ]
null
null
null
engine/e8core/env/_array.c
dmpas/e8engine
27390fa096fa721be5f8a868a844fbb20f6ebc9c
[ "MIT" ]
null
null
null
#include "_array.h" #include "e8core/plugin/plugin.h" #include "macro.h" #include <malloc.h> #include <stdarg.h> static e8_vtable vmt_array; static e8_vtable vmt_array_iterator; static int __init = false; e8_array * __e8_new_array(bool fixed, int size) { e8_array *r = AALLOC(e8_array, 1); if (!r) ...
21.363095
89
0.643448
[ "object" ]
efa8ce2a1e73798ae70521f77ecf2f7a76956e4a
3,329
h
C
simulation/SimulationVehicleConfig.h
shehabattia96/EsCarGo
8b82863b1d74eb21cfeec2906a98bde0737d97c8
[ "MIT" ]
2
2021-04-06T03:09:24.000Z
2021-12-12T20:01:13.000Z
simulation/SimulationVehicleConfig.h
shehabattia96/EsCarGo
8b82863b1d74eb21cfeec2906a98bde0737d97c8
[ "MIT" ]
1
2021-05-20T09:12:08.000Z
2021-05-20T09:12:08.000Z
simulation/SimulationVehicleConfig.h
shehabattia96/EsCarGo
8b82863b1d74eb21cfeec2906a98bde0737d97c8
[ "MIT" ]
null
null
null
#ifndef VehicleConfig_h #define VehicleConfig_h #include <ctype.h> #include "PxPhysicsAPI.h" #include "cinder/Json.h" using namespace physx; typedef struct VehicleConfig { std::string name; PxVec3 startingPosition; PxVec3 startingRotation; PxF32 wheelMass; PxF32 wheelMOI; PxF32 wheelRadius; PxF32 wheelW...
44.986486
226
0.750075
[ "object", "vector" ]
efb0a593f0f63733b83d8511a85184b17962a2bd
7,621
c
C
src/dex/net/error.c
GrieferAtWork/deemon
16a4899303390c93d6e7b3910aa4d20e7a55d80b
[ "Zlib" ]
5
2019-09-27T01:33:53.000Z
2021-11-29T16:31:39.000Z
src/dex/net/error.c
GrieferAtWork/deemon
16a4899303390c93d6e7b3910aa4d20e7a55d80b
[ "Zlib" ]
null
null
null
src/dex/net/error.c
GrieferAtWork/deemon
16a4899303390c93d6e7b3910aa4d20e7a55d80b
[ "Zlib" ]
1
2019-10-04T09:42:30.000Z
2019-10-04T09:42:30.000Z
/* Copyright (c) 2018-2021 Griefer@Work * * * * This software is provided 'as-is', without any express or implied * * warranty. In no event will the authors be held liable for any damages * ...
51.843537
127
0.558851
[ "object" ]
d4381ac9c019844aa2f2f24419d5c517a7e9851e
569
h
C
include/ThreadPool/JoinThreads.h
benoit-bst/threadPool
291ad44859b720f70b152be5915a726b860e4b94
[ "MIT" ]
null
null
null
include/ThreadPool/JoinThreads.h
benoit-bst/threadPool
291ad44859b720f70b152be5915a726b860e4b94
[ "MIT" ]
null
null
null
include/ThreadPool/JoinThreads.h
benoit-bst/threadPool
291ad44859b720f70b152be5915a726b860e4b94
[ "MIT" ]
null
null
null
#pragma once #include <thread> #include <vector> using namespace std; namespace TP { /** * @brief Join threads pattern class * * @detials This class makes sure that all threads are reachable * during the destruction. */ class JoinThreads { public: explicit JoinThreads(std::vector<std::thread> & threads): ...
14.973684
64
0.636204
[ "vector" ]
d4392e3f19fcdb7a41dd69b20c6a25817d07d329
2,593
h
C
server/badwords.h
spiffcode/hostile-takeover
363c8f7f02c25f90255b28a5e2eaea784b2a502f
[ "BSD-2-Clause-FreeBSD" ]
113
2015-01-07T00:37:37.000Z
2022-03-08T17:58:24.000Z
server/badwords.h
ptitSeb/hostile-takeover
db70254a966ca3223178e669594f3b704b5471a2
[ "BSD-2-Clause-FreeBSD" ]
6
2015-04-13T16:16:00.000Z
2021-06-08T04:49:09.000Z
server/badwords.h
spiffcode/hostile-takeover
363c8f7f02c25f90255b28a5e2eaea784b2a502f
[ "BSD-2-Clause-FreeBSD" ]
49
2015-01-08T04:27:35.000Z
2022-03-08T04:55:08.000Z
#ifndef __BADWORDS_H__ #define __BADWORDS_H__ #include "inc/basictypes.h" #include "base/sigslot.h" #include "server/filewatcher.h" #include <vector> #include <string> #include <map> namespace wi { const dword kfMatMatch = 0x80000000; const dword kfMatStandalone = 0x40000000; const dword kfMatWildcards = 0x20000000;...
30.505882
76
0.675665
[ "vector" ]
d43aeb4ae6dbfd80790fc59262bf03742d405171
351
h
C
src/vm/moar/ops/container.h
lucasbuchala/rakudo
7e7aa2626bcfe52fa679a83c5a61c229da00c0fc
[ "Artistic-2.0" ]
null
null
null
src/vm/moar/ops/container.h
lucasbuchala/rakudo
7e7aa2626bcfe52fa679a83c5a61c229da00c0fc
[ "Artistic-2.0" ]
1
2019-07-19T21:49:30.000Z
2019-07-19T21:49:30.000Z
src/vm/moar/ops/container.h
lucasbuchala/rakudo
7e7aa2626bcfe52fa679a83c5a61c229da00c0fc
[ "Artistic-2.0" ]
null
null
null
/* The Scalar class. Depends on P6opaque object layout. */ typedef struct { MVMP6opaque p6o; MVMObject *descriptor; /* Container descriptor. */ MVMObject *value; /* The currently held value. */ } Rakudo_Scalar; void Rakudo_containers_setup(MVMThreadContext *tc); MVMContainerSpec * R...
35.1
67
0.698006
[ "object" ]
d45125cea0468b383da61a2e424ac0b78415ee3d
18,354
h
C
include/ptlib/pfactory.h
suxinde2009/ptlib
3d185e55144b98aa46903d48468745ffd07b2a9d
[ "Beerware" ]
2
2020-04-16T02:04:35.000Z
2021-07-20T03:39:44.000Z
include/ptlib/pfactory.h
suxinde2009/ptlib
3d185e55144b98aa46903d48468745ffd07b2a9d
[ "Beerware" ]
null
null
null
include/ptlib/pfactory.h
suxinde2009/ptlib
3d185e55144b98aa46903d48468745ffd07b2a9d
[ "Beerware" ]
3
2019-10-15T19:43:07.000Z
2022-01-06T16:53:25.000Z
/* * factory.h * * Abstract Factory Classes * * Portable Windows Library * * Copyright (C) 2004 Post Increment * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the...
32.31338
135
0.655988
[ "object", "vector" ]
d458c9a2e18b7584275679909ec0a69e7cb08fee
81
h
C
Module 2/Chapter (5)/Swift2ByExample-4_PrettyWeather_6_Complete/PrettyWeatherApp/Pods/Headers/Private/FlickrKit/FKFlickrPhotosGeoSetPerms.h
PacktPublishing/Swift-Developing-iOS-Application
c91506a8840cca8eead164b35c2b7fd87c4024f3
[ "MIT" ]
4
2016-09-27T22:34:50.000Z
2017-12-20T07:33:42.000Z
Module 2/Chapter (5)/Swift2ByExample-4_PrettyWeather_6_Complete/PrettyWeatherApp/Pods/Headers/Private/FlickrKit/FKFlickrPhotosGeoSetPerms.h
PacktPublishing/Swift-Developing-iOS-Application
c91506a8840cca8eead164b35c2b7fd87c4024f3
[ "MIT" ]
1
2016-05-23T07:50:14.000Z
2016-05-29T12:29:41.000Z
Module 2/Chapter (5)/Swift2ByExample-4_PrettyWeather_6_Complete/PrettyWeatherApp/Pods/Headers/Private/FlickrKit/FKFlickrPhotosGeoSetPerms.h
PacktPublishing/Swift-Developing-iOS-Application
c91506a8840cca8eead164b35c2b7fd87c4024f3
[ "MIT" ]
8
2016-03-08T00:16:18.000Z
2021-04-22T09:56:09.000Z
../../../FlickrKit/Classes/Model/Generated/Photos/Geo/FKFlickrPhotosGeoSetPerms.h
81
81
0.802469
[ "model" ]
d45e5134b3abf20eb144e50d0d4741d19403c8c7
6,027
h
C
chrome/browser/apps/app_service/intent_util.h
chromium/chromium
df46e572c3449a4b108d6e02fbe4f6d24cf98381
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
14,668
2015-01-01T01:57:10.000Z
2022-03-31T23:33:32.000Z
chrome/browser/apps/app_service/intent_util.h
chromium/chromium
df46e572c3449a4b108d6e02fbe4f6d24cf98381
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
86
2015-10-21T13:02:42.000Z
2022-03-14T07:50:50.000Z
chrome/browser/apps/app_service/intent_util.h
chromium/chromium
df46e572c3449a4b108d6e02fbe4f6d24cf98381
[ "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 2020 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 CHROME_BROWSER_APPS_APP_SERVICE_INTENT_UTIL_H_ #define CHROME_BROWSER_APPS_APP_SERVICE_INTENT_UTIL_H_ #include <string> #include <vector> #inclu...
39.392157
79
0.766385
[ "vector" ]
d47b26d163f4aa86042976ccb35e6df1d2a4f618
4,052
h
C
cvt/io/CameraInfo.h
tuxmike/cvt
c6a5df38af4653345e795883b8babd67433746e9
[ "MIT" ]
11
2017-04-04T16:38:31.000Z
2021-08-04T11:31:26.000Z
cvt/io/CameraInfo.h
tuxmike/cvt
c6a5df38af4653345e795883b8babd67433746e9
[ "MIT" ]
null
null
null
cvt/io/CameraInfo.h
tuxmike/cvt
c6a5df38af4653345e795883b8babd67433746e9
[ "MIT" ]
8
2016-04-11T00:58:27.000Z
2022-02-22T07:35:40.000Z
/* The MIT License (MIT) Copyright (c) 2011 - 2013, Philipp Heise and Sebastian Klose 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 limitat...
23.55814
120
0.714215
[ "vector" ]
d484ae656b9929f04d33405ac46a3d3dd35d77ac
9,873
h
C
src/libSBML/src/sbml/packages/multi/sbml/IntraSpeciesReaction.h
copasi/copasi-dependencies
c01dd455c843522375c32c2989aa8675f59bb810
[ "Unlicense" ]
5
2015-04-16T14:27:38.000Z
2021-11-30T14:54:39.000Z
src/libSBML/src/sbml/packages/multi/sbml/IntraSpeciesReaction.h
copasi/copasi-dependencies
c01dd455c843522375c32c2989aa8675f59bb810
[ "Unlicense" ]
8
2017-05-30T16:58:39.000Z
2022-02-22T16:51:34.000Z
src/libSBML/src/sbml/packages/multi/sbml/IntraSpeciesReaction.h
copasi/copasi-dependencies
c01dd455c843522375c32c2989aa8675f59bb810
[ "Unlicense" ]
7
2016-05-29T08:12:59.000Z
2019-05-02T13:39:25.000Z
/** * @file: IntraSpeciesReaction.h * @brief: Implementation of the IntraSpeciesReaction class * @author: SBMLTeam * * <!-------------------------------------------------------------------------- * This file is part of libSBML. Please visit http://sbml.org for more * information about SBML, and the latest ve...
27.198347
93
0.708498
[ "object" ]
d48b0ebf6ff4333f7abfdc0dc3a8eaa99724908b
900
h
C
chrome/plugin/src/PluginCore/Win/WindowContextWin.h
Faham/bric-n-brac
c886e0855869a794700eb385171bbf5bfd595aed
[ "Apache-2.0" ]
4
2017-05-08T08:23:19.000Z
2019-03-29T04:41:47.000Z
chrome/plugin/src/PluginCore/Win/WindowContextWin.h
Faham/bric-n-brac
c886e0855869a794700eb385171bbf5bfd595aed
[ "Apache-2.0" ]
null
null
null
chrome/plugin/src/PluginCore/Win/WindowContextWin.h
Faham/bric-n-brac
c886e0855869a794700eb385171bbf5bfd595aed
[ "Apache-2.0" ]
null
null
null
/**********************************************************\ Original Author: Georg Fritzsche Created: Oct 23, 2010 License: Dual license model; choose one of two: New BSD License http://www.opensource.org/licenses/bsd-license.php - or - GNU Lesser General Public License, version 2.1 http://www.gnu.org...
20.930233
61
0.573333
[ "model" ]
d48f85443602befe789ebabae06cc4c7375c024a
30,513
h
C
include/fcl/broadphase/broadphase_dynamic_AABB_tree-inl.h
hsu/fcl
a91b931e9824813b31474e721b86d52fb11ba1b9
[ "BSD-3-Clause" ]
1
2020-02-16T02:24:59.000Z
2020-02-16T02:24:59.000Z
include/fcl/broadphase/broadphase_dynamic_AABB_tree-inl.h
hsu/fcl
a91b931e9824813b31474e721b86d52fb11ba1b9
[ "BSD-3-Clause" ]
1
2017-11-08T12:44:37.000Z
2017-11-08T13:16:02.000Z
include/fcl/broadphase/broadphase_dynamic_AABB_tree-inl.h
RobotLocomotion/fcl
4dceed14a98111448ebf0af743fd92bf06c51862
[ "BSD-3-Clause" ]
1
2020-03-19T03:12:17.000Z
2020-03-19T03:12:17.000Z
/* * Software License Agreement (BSD License) * * Copyright (c) 2011-2014, Willow Garage, Inc. * Copyright (c) 2014-2016, Open Source Robotics Foundation * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following c...
31.072301
265
0.601678
[ "geometry", "vector", "transform" ]
d48fb69baca4fed1e68b83d1b884b89346a09528
24,308
c
C
lbxgl3/format/fmt_smd.c
cr88192/bgbtech_engine
03869a92fbf3197dd176d311f3b917f4f4e88d1a
[ "MIT" ]
1
2019-07-02T22:53:52.000Z
2019-07-02T22:53:52.000Z
lbxgl3/format/fmt_smd.c
cr88192/bgbtech_engine
03869a92fbf3197dd176d311f3b917f4f4e88d1a
[ "MIT" ]
5
2015-11-17T05:45:50.000Z
2015-11-26T18:36:51.000Z
lbxgl3/format/fmt_smd.c
cr88192/bgbtech_engine
03869a92fbf3197dd176d311f3b917f4f4e88d1a
[ "MIT" ]
null
null
null
/* Issue of transposed space. I can't figure this one out entirely, so I can't go over to using a more normal representation for the transforms. Thus, at the time of this writing, the matrices are layed out as: [Ix Jx Kx Tx] [Iy Jy Ky Ty] [Iz Jz Kz Tz] [ 0 0 0 1] Other oddities exist, oh well... */ #include <lbxg...
19.859477
89
0.593714
[ "mesh", "render", "model" ]
d49156d26dcfe7dd8314c7ec8d2d653f0d7017fc
13,614
c
C
metasystems/highlander-0.9.91-patched/src/meta_sampler.c
timburks/highland
d5745bf4bea4eaee3a561b9d04832b41ca6a78ff
[ "Apache-1.1" ]
1
2016-05-09T10:29:38.000Z
2016-05-09T10:29:38.000Z
metasystems/highlander-0.9.91/src/meta_sampler.c
timburks/highland
d5745bf4bea4eaee3a561b9d04832b41ca6a78ff
[ "Apache-1.1" ]
null
null
null
metasystems/highlander-0.9.91/src/meta_sampler.c
timburks/highland
d5745bf4bea4eaee3a561b9d04832b41ca6a78ff
[ "Apache-1.1" ]
null
null
null
#include <limits.h> #include <string.h> #include <assert.h> #include <stdlib.h> #include <pthread.h> #include <meta_common.h> #include "meta_sampler.h" /* We use a struct from day 1 so that we easily can add e.g. * values for aggregate functions later. */ struct entity { long long* data; }; /* * Implementation...
20.627273
89
0.632143
[ "object" ]
d4916837fcb2ffd4fce3a0f2df1d6123eddd8405
7,219
h
C
src/CCA/Components/Arches/ArchesVariables.h
damu1000/Uintah
0c768664c1fe0a80eff2bbbd9b837e27f281f0a5
[ "MIT" ]
2
2021-12-17T05:50:44.000Z
2021-12-22T21:37:32.000Z
src/CCA/Components/Arches/ArchesVariables.h
damu1000/Uintah
0c768664c1fe0a80eff2bbbd9b837e27f281f0a5
[ "MIT" ]
null
null
null
src/CCA/Components/Arches/ArchesVariables.h
damu1000/Uintah
0c768664c1fe0a80eff2bbbd9b837e27f281f0a5
[ "MIT" ]
1
2020-11-30T04:46:05.000Z
2020-11-30T04:46:05.000Z
/* * The MIT License * * Copyright (c) 1997-2020 The University of Utah * * 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 * right...
37.020513
85
0.701205
[ "vector" ]
d498fe3374e36c1152dcd69d5cf1a8cc846a652c
768
h
C
Modules/OpenAL/RNOpenALResourceAttachment.h
uberpixel/Rayne
94f601561aedfc3200e67ff9522f64fbc5ca4d8c
[ "MIT" ]
13
2020-08-08T11:57:05.000Z
2022-03-10T17:29:19.000Z
Modules/OpenAL/RNOpenALResourceAttachment.h
uberpixel/Rayne
94f601561aedfc3200e67ff9522f64fbc5ca4d8c
[ "MIT" ]
1
2022-03-10T17:35:28.000Z
2022-03-10T18:21:57.000Z
Modules/OpenAL/RNOpenALResourceAttachment.h
uberpixel/Rayne
94f601561aedfc3200e67ff9522f64fbc5ca4d8c
[ "MIT" ]
3
2020-08-08T14:22:34.000Z
2021-05-15T21:12:17.000Z
// // RNOpenALResourceAttachment.´h // Rayne-OpenAL // // Copyright 2017 by Überpixel. All rights reserved. // Unauthorized use is punishable by torture, mutilation, and vivisection. // #ifndef __RAYNE_OPENALRESOURCEATTACHMENT_H_ #define __RAYNE_OPENALRESOURCEATTACHMENT_H_ #include "RNOpenAL.h" namespace RN { c...
23.272727
86
0.768229
[ "object" ]
d49af1d2642c2501ffea20b8feecc20e74f79b58
14,513
c
C
NGSpice/ngspice-30/src/frontend/com_history.c
Surya-98/Snapcuit
9789a779485d8af2426a2d4e6403a06f44acadcb
[ "MIT" ]
null
null
null
NGSpice/ngspice-30/src/frontend/com_history.c
Surya-98/Snapcuit
9789a779485d8af2426a2d4e6403a06f44acadcb
[ "MIT" ]
null
null
null
NGSpice/ngspice-30/src/frontend/com_history.c
Surya-98/Snapcuit
9789a779485d8af2426a2d4e6403a06f44acadcb
[ "MIT" ]
null
null
null
/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group **********/ /* Do history substitutions. */ #include "ngspice/ngspice.h" #include "ngspice/cpdefs.h" #include "com_history.h" #ifdef HAVE_GNUREADLINE /* Added GNU Re...
25.283972
79
0.484255
[ "cad" ]
d49e9ebbd1a810dd04fe5fb81eb4f9d0fc6c2210
8,077
h
C
src/game/server/hl2/weapon_rpg.h
vxsd/refraction
bb6def1feb6c2e5c94b2604ad55607ed380a2d7e
[ "MIT" ]
14
2021-02-16T14:13:50.000Z
2022-03-17T18:29:19.000Z
src/game/server/hl2/weapon_rpg.h
undbsd/refraction
bb6def1feb6c2e5c94b2604ad55607ed380a2d7e
[ "MIT" ]
7
2021-08-06T18:40:37.000Z
2022-03-09T18:05:08.000Z
src/game/server/hl2/weapon_rpg.h
undbsd/refraction
bb6def1feb6c2e5c94b2604ad55607ed380a2d7e
[ "MIT" ]
2
2021-08-05T16:03:03.000Z
2021-11-26T00:11:27.000Z
//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: // // $NoKeywords: $ //=============================================================================// #ifndef WEAPON_RPG_H #define WEAPON_RPG_H #ifdef _WIN32 #pragma once #endif #include "basehlcombatweapon.h" #include "Spri...
31.428016
131
0.603566
[ "vector" ]
d4a7de484b5f71a0246fc27c0c08b6db1dac59ae
4,157
h
C
PhotosUICore.framework/PXCTLine.h
reels-research/iOS-Private-Frameworks
9a4f4534939310a51fdbf5a439dd22487efb0f01
[ "MIT" ]
4
2021-10-06T12:15:26.000Z
2022-02-21T02:26:00.000Z
PhotosUICore.framework/PXCTLine.h
reels-research/iOS-Private-Frameworks
9a4f4534939310a51fdbf5a439dd22487efb0f01
[ "MIT" ]
null
null
null
PhotosUICore.framework/PXCTLine.h
reels-research/iOS-Private-Frameworks
9a4f4534939310a51fdbf5a439dd22487efb0f01
[ "MIT" ]
1
2021-10-08T07:40:53.000Z
2021-10-08T07:40:53.000Z
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore */ @interface PXCTLine : NSObject { double _ascent; struct CGContext { } * _context; double _descent; bool _endOfString; PXCTFrame * _frame; struct CGRect { struct CGPoint...
40.754902
173
0.704354
[ "transform" ]
d4aa7d3150866cbc29aa44429b9cbc1fd65f5b29
6,454
c
C
DS/hearts/trick.c
afatom/core-program
7886acf67f6b81bd06edef41f6ddab83cc993927
[ "MIT" ]
null
null
null
DS/hearts/trick.c
afatom/core-program
7886acf67f6b81bd06edef41f6ddab83cc993927
[ "MIT" ]
null
null
null
DS/hearts/trick.c
afatom/core-program
7886acf67f6b81bd06edef41f6ddab83cc993927
[ "MIT" ]
null
null
null
#include "trick.h" #include "vector.h" #include "vectorsort.h" #include "player.h" #include "hand.h" #include "deck.h" #include "card.h" #include "ui.h" #include <stddef.h> #include <stdio.h> #include <unistd.h> #include "ADTDefs.h" #define TRICK_MAGIC 78952142368 #define TRUE 1 #define FALSE 0 #define HUMAN__PLAYER ...
29.87963
133
0.522157
[ "vector" ]
d4b09da4819b8968f1ed38584fb44892cb209df4
421,266
c
C
src/models/mp.c
QHenry1990/rnn_denoise
6f313779c9dfecac26e1fd7c0cf051eae7aed328
[ "BSD-3-Clause" ]
88
2018-09-11T00:08:26.000Z
2022-03-31T09:13:12.000Z
src/models/mp.c
QHenry1990/rnn_denoise
6f313779c9dfecac26e1fd7c0cf051eae7aed328
[ "BSD-3-Clause" ]
null
null
null
src/models/mp.c
QHenry1990/rnn_denoise
6f313779c9dfecac26e1fd7c0cf051eae7aed328
[ "BSD-3-Clause" ]
22
2018-09-03T07:13:54.000Z
2022-03-14T05:40:37.000Z
/* * SUITE: marathon-prescription-2018-08-29 * * INTENT: * * General use in a noisy recording environment. * * * SIGNAL: * * voice * hamlet-002-act-1-scene-1.1626 * http://etc.usf.edu/lit2go/94/hamlet/1626/ * human_rights_un_chi_nf.mp3 * https://librivox.org/universal-declaration-o...
37.934804
463
0.402582
[ "model" ]
d4b58d2b00338899f1da5981cb34f41c433537ae
4,002
h
C
libimg/img.h
transpixel/tpqz
2d8400b1be03292d0c5ab74710b87e798ae6c52c
[ "MIT" ]
1
2017-06-01T00:21:16.000Z
2017-06-01T00:21:16.000Z
libimg/img.h
transpixel/tpqz
2d8400b1be03292d0c5ab74710b87e798ae6c52c
[ "MIT" ]
3
2017-06-01T00:26:16.000Z
2020-05-09T21:06:27.000Z
libimg/img.h
transpixel/tpqz
2d8400b1be03292d0c5ab74710b87e798ae6c52c
[ "MIT" ]
null
null
null
// // // MIT License // // Copyright (c) 2017 Stellacore Corporation. // // 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 ...
22.110497
75
0.706647
[ "vector" ]
d4be0ad241a5c3d6eed54b09f09cca5d2664dbf8
7,766
h
C
src/utils/merge_stream.h
nrc-cnrc/Portage-SMT-TAS
73f5a65de4adfa13008ea9a01758385c97526059
[ "MIT" ]
null
null
null
src/utils/merge_stream.h
nrc-cnrc/Portage-SMT-TAS
73f5a65de4adfa13008ea9a01758385c97526059
[ "MIT" ]
null
null
null
src/utils/merge_stream.h
nrc-cnrc/Portage-SMT-TAS
73f5a65de4adfa13008ea9a01758385c97526059
[ "MIT" ]
null
null
null
// $Id$ /** * @author Samuel Larkin * @file utils/merge_stream.h * @brief Keep track of several streams and merge/tally them. * * * Technologies langagieres interactives / Interactive Language Technologies * Inst. de technologie de l'information / Institute for Information Technology * Conseil national de reche...
32.358333
100
0.534509
[ "vector" ]
b48e31c8202af07dfe905f4c8cfcb4bd0c87860b
28,186
h
C
KinectLiveVis_RTX/Plugins/KinectV2/Source/KinectV2/Classes/KinectFunctionLibrary.h
MariusKM/Integration-of-a-live-camera-feed-in-a-real-time-application-using-RTX
cc5c2fa3319fb93579498dea5cdcf59e3e69abc1
[ "MIT" ]
null
null
null
KinectLiveVis_RTX/Plugins/KinectV2/Source/KinectV2/Classes/KinectFunctionLibrary.h
MariusKM/Integration-of-a-live-camera-feed-in-a-real-time-application-using-RTX
cc5c2fa3319fb93579498dea5cdcf59e3e69abc1
[ "MIT" ]
null
null
null
KinectLiveVis_RTX/Plugins/KinectV2/Source/KinectV2/Classes/KinectFunctionLibrary.h
MariusKM/Integration-of-a-live-camera-feed-in-a-real-time-application-using-RTX
cc5c2fa3319fb93579498dea5cdcf59e3e69abc1
[ "MIT" ]
null
null
null
//------------------------------------------------------------------------------ // // The Kinect for Windows APIs used here are preliminary and subject to change // //------------------------------------------------------------------------------ #pragma once #include "Core.h" #include "CoreUObject.h" #include "E...
36.275418
136
0.522316
[ "object", "vector", "transform" ]
b493736ec04b61b8f5ffb61ff9fac3a3423a2ab8
500
h
C
server/src/hsogserver/utils/driveinstructionreader/DriveInstructionReader.h
TeamAutonomousCarOffenburg/TACO_2018
ebb63e466578fc3911269d4a714ebff0a516dbf6
[ "BSD-3-Clause" ]
1
2019-09-11T23:06:25.000Z
2019-09-11T23:06:25.000Z
server/src/hsogserver/utils/driveinstructionreader/DriveInstructionReader.h
TeamAutonomousCarOffenburg/TACO_2018
ebb63e466578fc3911269d4a714ebff0a516dbf6
[ "BSD-3-Clause" ]
null
null
null
server/src/hsogserver/utils/driveinstructionreader/DriveInstructionReader.h
TeamAutonomousCarOffenburg/TACO_2018
ebb63e466578fc3911269d4a714ebff0a516dbf6
[ "BSD-3-Clause" ]
1
2019-04-08T09:52:24.000Z
2019-04-08T09:52:24.000Z
#pragma once #include <boost/property_tree/ptree.hpp> #include <perception/impl/Maneuver.h> #include <string> #include <vector> namespace taco { class DriveInstructionReader { public: static void loadFromFile(const std::string &filename, std::vector<Maneuver> &driveInstructions); static void loadFromString(const ...
25
101
0.774
[ "vector" ]
b49a1a9fc71a6849014efcb56f0008fce4fccc21
2,465
h
C
src/query_runner.h
sgarcavi/google-xpaf
036b52956bc4d52dcff404478ba73fa6a2d0fe47
[ "Apache-2.0" ]
153
2015-01-25T11:17:19.000Z
2022-03-07T07:26:31.000Z
src/query_runner.h
sgarcavi/google-xpaf
036b52956bc4d52dcff404478ba73fa6a2d0fe47
[ "Apache-2.0" ]
1
2021-07-12T12:35:49.000Z
2021-07-12T12:35:49.000Z
src/query_runner.h
sgarcavi/google-xpaf
036b52956bc4d52dcff404478ba73fa6a2d0fe47
[ "Apache-2.0" ]
64
2015-11-16T13:12:32.000Z
2022-01-20T10:57:52.000Z
// Copyright 2011 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
30.060976
78
0.701014
[ "object", "vector" ]
b49dfc0996c03afc62b5fdd4456f8870e9f2589b
2,446
h
C
Libraries/KTT-2.0.1/Include/Api/Output/BufferOutputDescriptor.h
HiPerCoRe/KTT-Lightning
dbd0d39c3947aae234e7fc6db07a9681e8abc3cd
[ "MIT" ]
32
2017-09-12T23:52:52.000Z
2020-12-09T07:13:24.000Z
Libraries/KTT-2.0.1/Include/Api/Output/BufferOutputDescriptor.h
HiPerCoRe/KTT-Lightning
dbd0d39c3947aae234e7fc6db07a9681e8abc3cd
[ "MIT" ]
23
2017-05-11T14:38:45.000Z
2021-02-03T13:45:14.000Z
Libraries/KTT-2.0.1/Include/Api/Output/BufferOutputDescriptor.h
HiPerCoRe/KTT-Lightning
dbd0d39c3947aae234e7fc6db07a9681e8abc3cd
[ "MIT" ]
5
2017-11-06T12:40:05.000Z
2020-06-16T13:11:24.000Z
/** @file BufferOutputDescriptor.h * Kernel buffer output retrieval. */ #pragma once #include <cstddef> #include <KttPlatform.h> #include <KttTypes.h> namespace ktt { /** @class BufferOutputDescriptor * Class which can be used to retrieve kernel argument data when calling certain KTT API methods. */ class K...
38.825397
122
0.731398
[ "object", "vector" ]
b49ee8e4cc46cd7fefdb6d72c19ebad642272458
1,132
h
C
auto_resend/include/MpIMsgTransport.h
lgrigoriu/end-to-end-smkex
ffe4582247dd6435e5ac01166022ded6d26babac
[ "BSD-3-Clause" ]
null
null
null
auto_resend/include/MpIMsgTransport.h
lgrigoriu/end-to-end-smkex
ffe4582247dd6435e5ac01166022ded6d26babac
[ "BSD-3-Clause" ]
null
null
null
auto_resend/include/MpIMsgTransport.h
lgrigoriu/end-to-end-smkex
ffe4582247dd6435e5ac01166022ded6d26babac
[ "BSD-3-Clause" ]
null
null
null
#ifndef __MP_IMSGTRANSPORT_H__ #define __MP_IMSGTRANSPORT_H__ #include "MpMsgPayload.h" #include "MpIMsgTransportNotif.h" class MpIMsgTransport { public: /** * @brief Send a message * @param[in] message Pointer to the message which will be sent. * @return none */ virtual void sendMessage(const MpMsgPayloa...
25.727273
73
0.719081
[ "object" ]
b49f1f3ee489dc62abfa69dc65c245d28c904cad
968
h
C
GnomeEngine4/Misc/stdafx.h
indusninja/gnome-engine
1e59a7d572bba31e79ef5a3f92016e4c05f2dce3
[ "MIT" ]
null
null
null
GnomeEngine4/Misc/stdafx.h
indusninja/gnome-engine
1e59a7d572bba31e79ef5a3f92016e4c05f2dce3
[ "MIT" ]
null
null
null
GnomeEngine4/Misc/stdafx.h
indusninja/gnome-engine
1e59a7d572bba31e79ef5a3f92016e4c05f2dce3
[ "MIT" ]
null
null
null
// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently #pragma once #include <stdio.h> #include <stdlib.h> #include <math.h> #include <cctype> #include <string> #include <fstream> #include <iostream> #include <sstrea...
24.820513
66
0.69938
[ "vector" ]
b4a080144de8d5d4f91a2381df712cff864897f4
4,244
h
C
navigation_2d/nav2d_navigator/include/nav2d_navigator/GridMap.h
swsachith/tb3_rescue_bot
cd2bb81bede9f740c3316783474d68ae7e0b480a
[ "Apache-2.0" ]
1
2021-05-17T11:13:01.000Z
2021-05-17T11:13:01.000Z
src/nav2d_navigator/include/nav2d_navigator/GridMap.h
pplankton/MRSLAM
0a16489a2cbd0c2d1511b506c540446cc670bde8
[ "MIT" ]
null
null
null
src/nav2d_navigator/include/nav2d_navigator/GridMap.h
pplankton/MRSLAM
0a16489a2cbd0c2d1511b506c540446cc670bde8
[ "MIT" ]
2
2018-11-16T16:14:18.000Z
2018-11-27T22:55:07.000Z
#ifndef GRID_MAP_H #define GRID_MAP_H #include "ros/ros.h" #include "nav_msgs/OccupancyGrid.h" class GridMap { public: void update(nav_msgs::OccupancyGrid grid) { mOccupancyGrid = grid; mMapWidth = mOccupancyGrid.info.width; mMapHeight = mOccupancyGrid.info.height; ROS_DEBUG("Got new map of size %d x %d", m...
24.818713
82
0.662347
[ "vector" ]
b4a1b7de5d742a57108dc41a9ff9a69171f71241
22,119
h
C
src/kernel/xrefwriter.h
hackbinary/pdfedit
5efb58265d0b86c2786d7b218aa0d6f895b926d3
[ "CECILL-B" ]
13
2015-10-15T01:26:37.000Z
2019-11-18T21:50:46.000Z
src/kernel/xrefwriter.h
mmoselhy/PDF-X
b72597bbb0c6c86d99e44cf18f7b46d5175a7bfa
[ "CECILL-B" ]
1
2020-03-28T23:06:53.000Z
2020-04-08T03:24:06.000Z
src/kernel/xrefwriter.h
mmoselhy/PDF-X
b72597bbb0c6c86d99e44cf18f7b46d5175a7bfa
[ "CECILL-B" ]
14
2016-01-31T10:54:56.000Z
2020-08-31T11:08:42.000Z
/* * PDFedit - free program for PDF document manipulation. * Copyright (C) 2006-2009 PDFedit team: Michal Hocko, * Jozef Misutka, * Martin Petricek * Former team members: Miroslav Jahoda * * This program is free soft...
35.109524
81
0.716398
[ "object", "vector" ]
b4b01e1932f48b43039644799518e585106ee419
1,193
h
C
src/xrEngine/CustomHUD.h
acidicMercury8/xray-1.5
ae094d82b76a8ce916e196654c163894bbf00146
[ "Linux-OpenIB" ]
5
2021-10-30T09:36:07.000Z
2021-12-30T08:14:32.000Z
src/xrEngine/CustomHUD.h
Samsuper12/ixray-1.5
8070f833f8216d4ead294a9f19b7cd123bb76ba3
[ "Linux-OpenIB" ]
null
null
null
src/xrEngine/CustomHUD.h
Samsuper12/ixray-1.5
8070f833f8216d4ead294a9f19b7cd123bb76ba3
[ "Linux-OpenIB" ]
2
2020-08-04T17:23:16.000Z
2020-10-16T16:53:38.000Z
#pragma once #include "iinputreceiver.h" ENGINE_API extern Flags32 psHUD_Flags; #define HUD_CROSSHAIR (1<<0) #define HUD_CROSSHAIR_DIST (1<<1) #define HUD_WEAPON (1<<2) #define HUD_INFO (1<<3) #define HUD_DRAW (1<<4) #define HUD_CROSSHAIR_RT (1<<5) #define HUD_WEAPON_RT (1<<6) #define HUD_...
25.934783
57
0.651299
[ "object" ]
b4b3bb46c17553d5363befd4f786d7ce70f99ac5
12,417
c
C
src/mt_output.c
tobyjaffey/marktab-c
7eb1ea3ed3b281a014392135b6585de2070a2935
[ "MIT" ]
18
2015-07-27T22:47:24.000Z
2021-06-12T04:45:29.000Z
src/mt_output.c
tobyjaffey/marktab-c
7eb1ea3ed3b281a014392135b6585de2070a2935
[ "MIT" ]
7
2015-06-12T21:24:43.000Z
2015-06-12T21:29:30.000Z
src/mt_output.c
tobyjaffey/marktab-c
7eb1ea3ed3b281a014392135b6585de2070a2935
[ "MIT" ]
3
2017-06-24T01:59:58.000Z
2017-10-14T20:49:27.000Z
#include "mt_output.h" #include <assert.h> #include <stdbool.h> #include <stdio.h> #include <string.h> #include "mt_alloc.h" #include "mt_object.h" #include "mtr.h" #include "mt_hash.h" #include "mt_error.h" // // Private protos // // Create a new MtOutputLine static MtOutputLine* mt_output_line_new(); // Free an ...
22.13369
79
0.672304
[ "object" ]
b4b9c1f486b5cdf983e5593ea84c930a3ce233bf
936
h
C
ConsoleRpg/ConsoleRpg/Enemy.h
LucasRKrueger/RPG_game
bc27de5b1d0e5ca34fc1141b2832c291f667cf5f
[ "MIT" ]
2
2020-05-27T19:58:48.000Z
2020-05-27T19:58:50.000Z
ConsoleRpg/ConsoleRpg/Enemy.h
LucasRKrueger/RPG_game
bc27de5b1d0e5ca34fc1141b2832c291f667cf5f
[ "MIT" ]
null
null
null
ConsoleRpg/ConsoleRpg/Enemy.h
LucasRKrueger/RPG_game
bc27de5b1d0e5ca34fc1141b2832c291f667cf5f
[ "MIT" ]
null
null
null
#pragma once #include <stdlib.h> #include <string> #include <vector> using namespace std; class Enemy { private: int level; int hp; int hpMax; int damageMin; int damageMax; float dropChance; int defence; int accuracy; bool isDefending; public: Enemy(int level = 0); virtual ~Enemy(); inline ...
26.742857
82
0.71688
[ "vector" ]
b4ba5ac1b45d9c1be0c34c557eb31cbb77470698
482
h
C
src/MemoryBuffer.h
oxtna/chip8-emu
cd7243ca6151a8c2136a2d4d6add8ca4b690a3aa
[ "MIT" ]
null
null
null
src/MemoryBuffer.h
oxtna/chip8-emu
cd7243ca6151a8c2136a2d4d6add8ca4b690a3aa
[ "MIT" ]
null
null
null
src/MemoryBuffer.h
oxtna/chip8-emu
cd7243ca6151a8c2136a2d4d6add8ca4b690a3aa
[ "MIT" ]
null
null
null
#pragma once #include <array> #include <vector> #include <iostream> #include <cstdint> class MemoryBuffer { private: static const size_t _BUFFER_SIZE = 4096; std::array<uint8_t, _BUFFER_SIZE> _buffer; public: MemoryBuffer(); ~MemoryBuffer(); size_t getMemorySize() const; void dump(std::ostream &out) const; uin...
21.909091
67
0.757261
[ "vector" ]
b4c2f6280f842107f31638b1f693a4e9f1a5ab53
789
h
C
QIMUIKit/Application/ViewController/Main/Session/QTalkSessionDataManager.h
wittech/libqimuikit-ios
9096989b34d0d654687f9527e7b8fa0641df1230
[ "MIT" ]
6
2019-02-15T05:34:42.000Z
2021-07-09T08:48:11.000Z
libqimuikit-ios/QIMUIKit/Application/ViewController/Main/Session/QTalkSessionDataManager.h
laserhenry/iStartalk-ios
321e884b940f42e43c71fe857f8195a790367862
[ "MIT" ]
1
2021-07-05T07:22:42.000Z
2021-07-05T10:11:57.000Z
libqimuikit-ios/QIMUIKit/Application/ViewController/Main/Session/QTalkSessionDataManager.h
laserhenry/iStartalk-ios
321e884b940f42e43c71fe857f8195a790367862
[ "MIT" ]
17
2019-02-21T14:28:18.000Z
2021-07-05T08:09:30.000Z
// // QTalkSessionDataManager.h // QIMUIKit // // Created by qitmac000645 on 2019/5/27. // #import "QIMCommonUIFramework.h" @class QtalkSessionModel; NS_ASSUME_NONNULL_BEGIN typedef void(^qtalkSessionRefreshAllDataBlock)(void); @interface QTalkSessionDataManager : NSObject @property(nonatomic, copy) qtalkSession...
21.324324
67
0.797212
[ "model" ]
b4c408f8a3197e8e8ef1c1a279def2a3c256ca3d
501
h
C
step3/1dv534_3_2_framework/1dv534_3_2_framework/IPlayer.h
chriskarlsson/1dv534
0980613941079b22dedc64326ea455575d42147b
[ "MIT" ]
null
null
null
step3/1dv534_3_2_framework/1dv534_3_2_framework/IPlayer.h
chriskarlsson/1dv534
0980613941079b22dedc64326ea455575d42147b
[ "MIT" ]
null
null
null
step3/1dv534_3_2_framework/1dv534_3_2_framework/IPlayer.h
chriskarlsson/1dv534
0980613941079b22dedc64326ea455575d42147b
[ "MIT" ]
1
2022-01-07T21:33:14.000Z
2022-01-07T21:33:14.000Z
// IPlayer.h #ifndef IPLAYER_H #define IPLAYER_H #include "IGame.h" class IPlayer { public: virtual bool setGame(IGame* game) = 0; // Gives the player a game object to use virtual bool play(int numberOfTimes) = 0; // Tells player to play the game numberOfTimes times virtual int getMoney() const =...
33.4
115
0.678643
[ "object" ]
b4c8fc7ebc536194e2d9c36bb663b888a82e17a0
2,029
h
C
inference_backend/image_inference/openvino/openvino_image_inference.h
TolyaTalamanov/gst-video-analytics
7b3d74b9887911eaedbe8cad9ce4af64174d6568
[ "MIT" ]
null
null
null
inference_backend/image_inference/openvino/openvino_image_inference.h
TolyaTalamanov/gst-video-analytics
7b3d74b9887911eaedbe8cad9ce4af64174d6568
[ "MIT" ]
null
null
null
inference_backend/image_inference/openvino/openvino_image_inference.h
TolyaTalamanov/gst-video-analytics
7b3d74b9887911eaedbe8cad9ce4af64174d6568
[ "MIT" ]
1
2019-03-19T08:28:11.000Z
2019-03-19T08:28:11.000Z
/******************************************************************************* * Copyright (C) <2018-2019> Intel Corporation * * SPDX-License-Identifier: MIT ******************************************************************************/ #pragma once #include "inference_backend/image_inference.h" #include "infe...
27.794521
113
0.661902
[ "vector", "model" ]
b4c95c106221e062acd0fb6495073d4687b86815
3,140
h
C
aws-cpp-sdk-ivs/include/aws/ivs/model/BatchGetChannelResult.h
lintonv/aws-sdk-cpp
15e19c265ffce19d2046b18aa1b7307fc5377e58
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-ivs/include/aws/ivs/model/BatchGetChannelResult.h
lintonv/aws-sdk-cpp
15e19c265ffce19d2046b18aa1b7307fc5377e58
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-ivs/include/aws/ivs/model/BatchGetChannelResult.h
lintonv/aws-sdk-cpp
15e19c265ffce19d2046b18aa1b7307fc5377e58
[ "Apache-2.0" ]
1
2020-11-04T03:18:11.000Z
2020-11-04T03:18:11.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/ivs/IVS_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSVector.h> #include <aws/ivs/model/Channel.h> #include <aws/ivs/model/BatchError.h> #include <utility> namespace Aw...
30.192308
124
0.68949
[ "object", "vector", "model" ]
b4cc43c347b22cd03494fdfd63d9963b8a051183
496
h
C
others/DankMovieDatabase/moviescreen.h
sesu089/stackoverflow
6fae69be6fa74fba9d554e6b5f387e5d3c1aad73
[ "MIT" ]
302
2017-03-04T00:05:23.000Z
2022-03-28T22:51:29.000Z
others/DankMovieDatabase/moviescreen.h
sesu089/stackoverflow
6fae69be6fa74fba9d554e6b5f387e5d3c1aad73
[ "MIT" ]
30
2017-12-02T19:26:43.000Z
2022-03-28T07:40:36.000Z
others/DankMovieDatabase/moviescreen.h
sesu089/stackoverflow
6fae69be6fa74fba9d554e6b5f387e5d3c1aad73
[ "MIT" ]
388
2017-07-04T16:53:12.000Z
2022-03-18T22:20:19.000Z
#ifndef MOVIESCREEN_H #define MOVIESCREEN_H #include <QJsonObject> #include <QMovie> #include <QWidget> namespace Ui { class MovieScreen; } class MovieScreen : public QWidget { Q_OBJECT public: explicit MovieScreen(QWidget *parent = 0); ~MovieScreen(); QJsonObject getObject() const; void setObject(const ...
14.588235
44
0.725806
[ "object" ]
b4d8e9ee03c04ffb1d13d217631cd42d32ddb73e
2,078
c
C
src/poligonexplode.c
nhoudelot/aeronautism-by-cyberneticgenetics
eaefda0d1b09cbd9b84b60212d4c637b37b67461
[ "Condor-1.1" ]
null
null
null
src/poligonexplode.c
nhoudelot/aeronautism-by-cyberneticgenetics
eaefda0d1b09cbd9b84b60212d4c637b37b67461
[ "Condor-1.1" ]
null
null
null
src/poligonexplode.c
nhoudelot/aeronautism-by-cyberneticgenetics
eaefda0d1b09cbd9b84b60212d4c637b37b67461
[ "Condor-1.1" ]
null
null
null
#include <GL/gl.h> #include <stdlib.h> #include "mesh3d.h" #include "poligonexplode.h" /* Convert the non redundant obj format to a redundant one. With it we can remove some poligon from the mesh without the collapse of the poligon. */ Triangle *generateFromMesh(Mesh3D *mesh){ Triangle *triangles; int i, j, ...
27.342105
88
0.539461
[ "mesh" ]
b4def0930564dbbadd670d7b82ef64b9b6517361
18,887
h
C
src/primitives/transaction.h
stashpayio/stash
963144989f74c39e7287021d917da0405e237ae7
[ "MIT" ]
1
2019-10-23T06:01:29.000Z
2019-10-23T06:01:29.000Z
src/primitives/transaction.h
stashpayio/stash
963144989f74c39e7287021d917da0405e237ae7
[ "MIT" ]
2
2019-04-29T19:26:56.000Z
2020-02-02T17:41:57.000Z
src/primitives/transaction.h
stashpayio/stash
963144989f74c39e7287021d917da0405e237ae7
[ "MIT" ]
24
2019-05-14T22:31:53.000Z
2020-07-07T21:22:56.000Z
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_PRIMITIVES_TRANSACTION_H #define BITCOIN_PRIMITIVES_TRANSACTION_H...
31.849916
155
0.654101
[ "vector" ]
b4e3445d528ce334c4199246567cb66c80579c61
6,035
c
C
vivado-library_of_digilent_ip/ip/Pmods/PmodAD1_v1_0/drivers/PmodAD1_v1_0/src/PmodAD1.c
Psomvanshi/Sobel_edge_detection
1e6018286868b36a9ccaff3f1cb6208c5d97eebc
[ "MIT" ]
1
2020-07-07T13:19:26.000Z
2020-07-07T13:19:26.000Z
vivado-library_of_digilent_ip/ip/Pmods/PmodAD1_v1_0/drivers/PmodAD1_v1_0/src/PmodAD1.c
OhmVikrant/Sobel_edge_detection
7980ea20887bf7186335591d46f6e71cd03d0d75
[ "MIT" ]
null
null
null
vivado-library_of_digilent_ip/ip/Pmods/PmodAD1_v1_0/drivers/PmodAD1_v1_0/src/PmodAD1.c
OhmVikrant/Sobel_edge_detection
7980ea20887bf7186335591d46f6e71cd03d0d75
[ "MIT" ]
2
2020-07-07T13:19:29.000Z
2020-07-10T05:55:09.000Z
/************************************************************************/ /* */ /* PmodAD1.c -- Template driver for a Pmod which uses SPI */ /* */ /************************************************************************/ /* Author: Jon Peyron */ /* Copyright 2015, D...
25.357143
145
0.546645
[ "object" ]
b4ee4edf38a9fbf11df16954535c81c6e06f4796
887
h
C
src/renderer/TerrainShadowRenderer.h
tippesi/Atlas-Engine
9d135d79e24de0b826ad119b546b26802ca42207
[ "BSD-3-Clause" ]
41
2020-07-12T13:53:05.000Z
2022-03-31T14:36:42.000Z
src/renderer/TerrainShadowRenderer.h
hzqst/Atlas-Engine
fe45c5529815d6ca28a3bad7920d95281efc0028
[ "BSD-3-Clause" ]
4
2019-12-19T11:36:45.000Z
2022-03-18T00:23:51.000Z
src/renderer/TerrainShadowRenderer.h
hzqst/Atlas-Engine
fe45c5529815d6ca28a3bad7920d95281efc0028
[ "BSD-3-Clause" ]
4
2020-07-26T04:21:42.000Z
2022-03-08T16:23:46.000Z
#ifndef AE_TERRAINSHADOWRENDERER_H #define AE_TERRAINSHADOWRENDERER_H #include "../System.h" #include "Renderer.h" namespace Atlas { namespace Renderer { class TerrainShadowRenderer : public Renderer { public: TerrainShadowRenderer(); void Render(Viewport* viewport, RenderTarget* target, Camera* camera...
19.282609
100
0.717024
[ "render" ]
b4f1f74dead8fa14b07f5ecccfe8707d8b1f8352
33,467
c
C
linux-4.14.90-dev/linux-4.14.90/drivers/staging/lustre/lustre/osc/osc_lock.c
bingchunjin/1806_SDK
d5ed0258fc22f60e00ec025b802d175f33da6e41
[ "MIT" ]
34
2019-07-19T20:44:15.000Z
2022-03-07T12:09:00.000Z
linux-4.14.90-dev/linux-4.14.90/drivers/staging/lustre/lustre/osc/osc_lock.c
bingchunjin/1806_SDK
d5ed0258fc22f60e00ec025b802d175f33da6e41
[ "MIT" ]
1
2020-09-08T10:34:56.000Z
2021-09-07T15:15:02.000Z
linux-4.14.90-dev/linux-4.14.90/drivers/staging/lustre/lustre/osc/osc_lock.c
bingchunjin/1806_SDK
d5ed0258fc22f60e00ec025b802d175f33da6e41
[ "MIT" ]
20
2021-10-22T02:21:23.000Z
2022-03-31T04:55:35.000Z
/* * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 only, * as published by the Free Software Foundation. * * This program is distributed...
27.18684
85
0.697194
[ "object" ]
b4f7de3325ad94b4494fd88efd77562cf11ff01f
5,071
c
C
d/dagger/drow/temple/mon/syculess.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
d/dagger/drow/temple/mon/syculess.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
4
2021-03-15T18:56:39.000Z
2021-08-17T17:08:22.000Z
d/dagger/drow/temple/mon/syculess.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
#include <std.h> #include "/d/dagger/drow/temple/short.h" inherit MONSTER; int xx; void create() { :: create(); set_name("demoness"); set_id(({ "syculess","demoness" })); set_short("%^RESET%^%^RED%^Syculess, major demoness%^RESET%^"); set_long( "%^RESET%^%^RED%^The large demoness...
31.110429
77
0.580951
[ "object" ]
b4f8d6e90b5bde5e0dcf24e90bdbb212a8261aac
1,584
h
C
src/ipmgr.h
freifunk-gluon/l3roamd
7c8bceda7b89aa2b7b126f18e92c0ae98c9caebd
[ "BSD-2-Clause" ]
12
2017-03-24T12:06:00.000Z
2020-08-14T19:04:12.000Z
src/ipmgr.h
freifunk-gluon/l3roamd
7c8bceda7b89aa2b7b126f18e92c0ae98c9caebd
[ "BSD-2-Clause" ]
47
2017-02-19T11:53:29.000Z
2020-08-18T18:17:01.000Z
src/ipmgr.h
freifunk-gluon/l3roamd
7c8bceda7b89aa2b7b126f18e92c0ae98c9caebd
[ "BSD-2-Clause" ]
9
2017-09-10T12:16:53.000Z
2022-03-25T19:18:51.000Z
/* * Copyright (c) 2015, Nils Schneider <nils@nilsschneider.net> * Copyright (c) 2017,2018, Christof Schulze <christof@christofschulze.com> * * This file is part of project l3roamd. It's copyrighted by the contributors * recorded in the version control history of the file, available from * its original location h...
26.847458
78
0.752525
[ "vector" ]
3702e34bbb27e4d6fba3d4cb23f66f70c624f07e
1,077
h
C
src/modules/ViewIF.h
slohse/inkplate_dashboard
22fa6f8bb3fbc3f668127fc0fe89c2a1512c04c3
[ "BSD-2-Clause" ]
null
null
null
src/modules/ViewIF.h
slohse/inkplate_dashboard
22fa6f8bb3fbc3f668127fc0fe89c2a1512c04c3
[ "BSD-2-Clause" ]
null
null
null
src/modules/ViewIF.h
slohse/inkplate_dashboard
22fa6f8bb3fbc3f668127fc0fe89c2a1512c04c3
[ "BSD-2-Clause" ]
null
null
null
// // Created by fraggy on 01.03.21. // #ifndef COMICS_VIEWIF_H #define COMICS_VIEWIF_H #include <Inkplate.h> #include "../lib/toml.h" /** * Interface that all view modules need to implement */ class ViewIF { public: /** * Initializes the module * * This function is meant to do all the initiali...
23.413043
112
0.663881
[ "object" ]
3702efe11880286d84baa18ccb23f22b390be824
4,398
h
C
Source/Gui/Dialogs/LogWindow.h
igor-sadchenko/image-uploader
d559aa0d7319660a93b036821b7b99cc53e70c7e
[ "Apache-2.0" ]
null
null
null
Source/Gui/Dialogs/LogWindow.h
igor-sadchenko/image-uploader
d559aa0d7319660a93b036821b7b99cc53e70c7e
[ "Apache-2.0" ]
null
null
null
Source/Gui/Dialogs/LogWindow.h
igor-sadchenko/image-uploader
d559aa0d7319660a93b036821b7b99cc53e70c7e
[ "Apache-2.0" ]
null
null
null
/* Image Uploader - free application for uploading images/files to the Internet Copyright 2007-2018 Sergey Svistunov (zenden2k@yandex.ru) 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...
41.490566
124
0.676444
[ "vector" ]
370a964a77cfa7d87656b29b49cd66cea81994e5
1,787
h
C
packages/seacas/libraries/ioss/src/Ioss_DBUsage.h
jschueller/seacas
14c34ae08b757cba43a3a03ec0f129c8a168a9d3
[ "Python-2.0", "Zlib", "BSD-2-Clause", "MIT", "NetCDF", "BSL-1.0", "X11", "BSD-3-Clause" ]
82
2016-02-04T18:38:25.000Z
2022-03-29T03:01:49.000Z
packages/seacas/libraries/ioss/src/Ioss_DBUsage.h
jschueller/seacas
14c34ae08b757cba43a3a03ec0f129c8a168a9d3
[ "Python-2.0", "Zlib", "BSD-2-Clause", "MIT", "NetCDF", "BSL-1.0", "X11", "BSD-3-Clause" ]
206
2015-11-20T01:57:47.000Z
2022-03-31T21:12:04.000Z
packages/seacas/libraries/ioss/src/Ioss_DBUsage.h
jschueller/seacas
14c34ae08b757cba43a3a03ec0f129c8a168a9d3
[ "Python-2.0", "Zlib", "BSD-2-Clause", "MIT", "NetCDF", "BSL-1.0", "X11", "BSD-3-Clause" ]
68
2016-01-13T22:46:51.000Z
2022-03-31T06:25:05.000Z
// Copyright(C) 1999-2021 National Technology & Engineering Solutions // of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with // NTESS, the U.S. Government retains certain rights in this software. // // See packages/seacas/LICENSE for details #ifndef IOSS_Ioss_DBUsage_h #define IOSS_Ioss_DBUsage_h n...
38.847826
100
0.668159
[ "mesh", "object", "model" ]
37144ad2f009170f34e56a9fdd6e7c68eb8695bb
36,926
c
C
usr/src/uts/common/xen/io/xpvtap.c
AsahiOS/gate
283d47da4e17a5871d9d575e7ffb81e8f6c52e51
[ "MIT" ]
null
null
null
usr/src/uts/common/xen/io/xpvtap.c
AsahiOS/gate
283d47da4e17a5871d9d575e7ffb81e8f6c52e51
[ "MIT" ]
null
null
null
usr/src/uts/common/xen/io/xpvtap.c
AsahiOS/gate
283d47da4e17a5871d9d575e7ffb81e8f6c52e51
[ "MIT" ]
1
2020-12-30T00:04:16.000Z
2020-12-30T00:04:16.000Z
/* * CDDL HEADER START * * The contents of this file are subject to the terms of the * Common Development and Distribution License (the "License"). * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolar...
22.557117
79
0.696447
[ "model" ]
330a4216a615a2630aa7de1c428f59fdedd0a008
5,357
h
C
lib/Ogre/include/OIS/OISJoyStick.h
Misterblue/LookingGlass-Viewer
c80120e3e5cc8ed699280763c95ca8bb8db8174b
[ "BSD-3-Clause" ]
3
2018-10-14T18:06:33.000Z
2021-07-23T15:00:10.000Z
include/OIS/OISJoyStick.h
chen0040/cpp-ogre-mllab
b85305cd7e95559a178664577c8e858a5b9dd05b
[ "MIT" ]
null
null
null
include/OIS/OISJoyStick.h
chen0040/cpp-ogre-mllab
b85305cd7e95559a178664577c8e858a5b9dd05b
[ "MIT" ]
6
2019-05-05T22:29:55.000Z
2022-01-03T14:18:54.000Z
/* The zlib/libpng License Copyright (c) 2006 Phillip Castaneda (pjcast -- www.wreckedgames.com) This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this s...
29.761111
102
0.715326
[ "object", "vector" ]
330d92ee7151930ec6c79502b03a13d0d6e85a67
4,964
h
C
src/k2/connector/pggate/k2_txn.h
futurewei-cloud/chogori-sql
29b1ffd6610616c8571b96aa2366bccc3685e9c0
[ "Apache-2.0" ]
3
2021-07-05T09:00:18.000Z
2022-03-18T20:08:33.000Z
src/k2/connector/pggate/k2_txn.h
futurewei-cloud/chogori-sql
29b1ffd6610616c8571b96aa2366bccc3685e9c0
[ "Apache-2.0" ]
11
2021-09-24T16:52:30.000Z
2022-03-15T23:12:37.000Z
src/k2/connector/pggate/k2_txn.h
futurewei-cloud/chogori-sql
29b1ffd6610616c8571b96aa2366bccc3685e9c0
[ "Apache-2.0" ]
1
2021-07-05T09:01:58.000Z
2021-07-05T09:01:58.000Z
/* MIT License Copyright(c) 2020 Futurewei Cloud 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, p...
47.27619
408
0.7222
[ "vector" ]
330ed25fbe154a8fbc5253540f2368a1f6eccb4a
8,915
h
C
src/ui/ExprControl.h
PaulDoessel/SeExpr
db4cfcaeb1f10d3b19ef98e47bf0c48463c1441e
[ "Apache-2.0" ]
null
null
null
src/ui/ExprControl.h
PaulDoessel/SeExpr
db4cfcaeb1f10d3b19ef98e47bf0c48463c1441e
[ "Apache-2.0" ]
null
null
null
src/ui/ExprControl.h
PaulDoessel/SeExpr
db4cfcaeb1f10d3b19ef98e47bf0c48463c1441e
[ "Apache-2.0" ]
null
null
null
/* * Copyright Disney Enterprises, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License * and the following modification to it: Section 6 Trademarks. * deleted and replaced with: * * 6. Trademarks. This License d...
25.84058
98
0.712844
[ "vector", "model" ]
3318b7a820e87a9df2f4f1f31ad388a79cf8debc
3,582
h
C
core/inifile.h
dotelpenguin/wwiv
58d651fea6a5287da3282f9afb05e43ff3012fee
[ "Apache-2.0" ]
null
null
null
core/inifile.h
dotelpenguin/wwiv
58d651fea6a5287da3282f9afb05e43ff3012fee
[ "Apache-2.0" ]
null
null
null
core/inifile.h
dotelpenguin/wwiv
58d651fea6a5287da3282f9afb05e43ff3012fee
[ "Apache-2.0" ]
null
null
null
/**************************************************************************/ /* */ /* WWIV Version 5.x */ /* Copyright (C)1998-2020, WWIV Software Services */ /* ...
39.362637
93
0.565606
[ "vector" ]
33215f22560e5502a5051f6c2c3cb65914e6b2e8
35,260
c
C
com/winole/client/dde.c
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
com/winole/client/dde.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
com/winole/client/dde.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/****************************** Module Header ******************************\ * Module Name: DDE.C (Extensible Compound Documents -DDE) * * Copyright (c) 1985 - 1991 Microsoft Corporation * * PURPOSE: Handles all API routines for the dde sub-dll of the ole dll. * * History: * Raor,Srinik (../../90,91) Des...
26.65155
103
0.529921
[ "object" ]
3333d4ec863d06575d8053da2c305d3ed7705005
2,233
h
C
Dependencies/Include/Rocket/Core/Python/ConverterScriptObject.h
prophecy/Pillar
a60b07857e66312ee94d69678b1ca8c97b1a19eb
[ "MIT" ]
715
2015-01-04T02:39:04.000Z
2022-03-24T07:16:25.000Z
Dependencies/Include/Rocket/Core/Python/ConverterScriptObject.h
prophecy/Pillar
a60b07857e66312ee94d69678b1ca8c97b1a19eb
[ "MIT" ]
60
2015-01-03T15:07:25.000Z
2022-01-16T23:24:37.000Z
Dependencies/Include/Rocket/Core/Python/ConverterScriptObject.h
prophecy/Pillar
a60b07857e66312ee94d69678b1ca8c97b1a19eb
[ "MIT" ]
221
2015-01-03T13:05:58.000Z
2022-03-30T23:27:03.000Z
/* * This source file is part of libRocket, the HTML/CSS Interface Middleware * * For the latest information, see http://www.librocket.com * * Copyright (c) 2008-2010 CodePoint Ltd, Shift Technology Ltd * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and assoc...
28.628205
80
0.750112
[ "object" ]
333501581d8e237fa2bccac5cda3aee089e0c303
2,870
h
C
inc/gcal_status.h
Adenilson/libgcal
7591349174ad0fbf7e8aea50b4092a04148d15ca
[ "BSD-3-Clause" ]
null
null
null
inc/gcal_status.h
Adenilson/libgcal
7591349174ad0fbf7e8aea50b4092a04148d15ca
[ "BSD-3-Clause" ]
1
2016-10-15T07:42:06.000Z
2016-10-15T07:42:06.000Z
inc/gcal_status.h
Adenilson/libgcal
7591349174ad0fbf7e8aea50b4092a04148d15ca
[ "BSD-3-Clause" ]
1
2022-01-26T08:17:32.000Z
2022-01-26T08:17:32.000Z
/* Copyright (c) 2008 Instituto Nokia de Tecnologia All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditio...
36.794872
80
0.76446
[ "object" ]
3338c1d3aade5badbbbee136234e9da04bf1c4ef
8,024
c
C
framework/libs/network/cc3000/network_cc3000.c
leeeastwood/Haiway
153b6861f864966c454f97febe03ae191a9a8657
[ "MIT" ]
162
2019-01-04T14:23:52.000Z
2021-12-26T05:51:34.000Z
framework/libs/network/cc3000/network_cc3000.c
leeeastwood/Haiway
153b6861f864966c454f97febe03ae191a9a8657
[ "MIT" ]
6
2019-01-04T14:32:15.000Z
2020-08-07T06:47:34.000Z
framework/libs/network/cc3000/network_cc3000.c
leeeastwood/Haiway
153b6861f864966c454f97febe03ae191a9a8657
[ "MIT" ]
130
2019-01-04T14:24:33.000Z
2021-06-25T16:48:56.000Z
/* * This file is part of Espruino, a JavaScript interpreter for Microcontrollers * * Copyright (C) 2013 Gordon Williams <gw@pur3.co.uk> * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http...
34.886957
120
0.657777
[ "object" ]
333e46a4213a6147e4cafe367c7a011879fe12dd
2,260
c
C
d/islands/serakii/obj/sculpture.c
SwusInABox/SunderingShadows
07dfe6ee378ca3266fc26fdc39ff2f29223ae002
[ "MIT" ]
9
2021-07-05T15:24:54.000Z
2022-02-25T19:44:15.000Z
d/islands/serakii/obj/sculpture.c
SwusInABox/SunderingShadows
07dfe6ee378ca3266fc26fdc39ff2f29223ae002
[ "MIT" ]
4
2021-03-15T18:56:39.000Z
2021-08-17T17:08:22.000Z
d/islands/serakii/obj/sculpture.c
SwusInABox/SunderingShadows
07dfe6ee378ca3266fc26fdc39ff2f29223ae002
[ "MIT" ]
10
2021-03-13T00:18:03.000Z
2022-03-29T15:02:42.000Z
// sculpture #include <std.h> inherit OBJECT; object ob; int i; string material; void create(){ ::create(); set_name("oil sculpture"); set_id(({"oil sculpture","sculpture"})); set_short("oil sculpture"); set_long("oil sculpture\n"); set_weight(10); set_value(1); i = random(4); ...
42.641509
435
0.582301
[ "object" ]
3341bfe2ca4e3782b3900c9fe4bc3bc166445b68
6,245
h
C
src/kudu/integration-tests/external_mini_cluster_fs_inspector.h
ZeweiChen11/kudu
d97316e70b99a155f5677a8c29545b2b65f40a01
[ "Apache-2.0" ]
null
null
null
src/kudu/integration-tests/external_mini_cluster_fs_inspector.h
ZeweiChen11/kudu
d97316e70b99a155f5677a8c29545b2b65f40a01
[ "Apache-2.0" ]
null
null
null
src/kudu/integration-tests/external_mini_cluster_fs_inspector.h
ZeweiChen11/kudu
d97316e70b99a155f5677a8c29545b2b65f40a01
[ "Apache-2.0" ]
null
null
null
// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may...
43.978873
98
0.70024
[ "vector" ]
33437b342624b387d85222e134f3595b1bcc34fb
5,065
h
C
Libraries/QtExtensions/Core/qtThread.h
Acidburn0zzz/vivia
03326eca49c1d4fc8d3478b6750aef888df82a28
[ "BSD-3-Clause" ]
1
2017-07-31T07:08:05.000Z
2017-07-31T07:08:05.000Z
Libraries/QtExtensions/Core/qtThread.h
Acidburn0zzz/vivia
03326eca49c1d4fc8d3478b6750aef888df82a28
[ "BSD-3-Clause" ]
null
null
null
Libraries/QtExtensions/Core/qtThread.h
Acidburn0zzz/vivia
03326eca49c1d4fc8d3478b6750aef888df82a28
[ "BSD-3-Clause" ]
null
null
null
/*ckwg +5 * Copyright 2013 by Kitware, Inc. All Rights Reserved. Please refer to * KITWARE_LICENSE.TXT for licensing information, or contact General Counsel, * Kitware, Inc., 28 Corporate Drive, Clifton Park, NY 12065. */ #ifndef __qtThread_h #define __qtThread_h /// \file #include <QThread> #include "qtGlobal....
35.173611
79
0.686278
[ "object" ]
334ddfcb134514beef3b009c61ac08fa1d7b3d83
5,756
h
C
flens/storage/coordstorage/coordstorage.h
stip/FLENS
80495fa97dda42a0acafc8f83fc9639ae36d2e10
[ "BSD-3-Clause" ]
98
2015-01-26T20:31:37.000Z
2021-09-09T15:51:37.000Z
flens/storage/coordstorage/coordstorage.h
stip/FLENS
80495fa97dda42a0acafc8f83fc9639ae36d2e10
[ "BSD-3-Clause" ]
16
2015-01-21T07:43:45.000Z
2021-12-06T12:08:36.000Z
flens/storage/coordstorage/coordstorage.h
stip/FLENS
80495fa97dda42a0acafc8f83fc9639ae36d2e10
[ "BSD-3-Clause" ]
31
2015-01-05T08:06:45.000Z
2022-01-26T20:12:00.000Z
/* * Copyright (c) 2007-2012, Michael Lehn * * 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 * no...
29.670103
80
0.593468
[ "vector" ]
335520bf49a7c1bd15451111a6326fac35f7328e
770
h
C
HeateronEngineDLL/HeateronEngineDLL.h
JimmyCabbage/HeateronEngine
cd15483867150bba70b27e39ccf339acf075ea1c
[ "MIT" ]
null
null
null
HeateronEngineDLL/HeateronEngineDLL.h
JimmyCabbage/HeateronEngine
cd15483867150bba70b27e39ccf339acf075ea1c
[ "MIT" ]
null
null
null
HeateronEngineDLL/HeateronEngineDLL.h
JimmyCabbage/HeateronEngine
cd15483867150bba70b27e39ccf339acf075ea1c
[ "MIT" ]
null
null
null
#ifndef HEATERONENGINEDLL_H #define HEATERONENGINEDLL_H #ifndef UNICODE #define UNICODE #endif #ifdef HEATERONENGINEDLL_EXPORTS #define HEATERONENGINE_API __declspec(dllexport) #define GLAD_GLAPI_EXPORT_BUILD #else #define HEATERONENGINE_API __declspec(dllimport) #endif #include <Windows.h> class IMainWindow { publ...
20.810811
76
0.783117
[ "render" ]