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
4bec2634b62ef610d0a6e1d6dfdaa9392c55c36e
7,077
h
C
Scripts/AudioPlayer.h
RaskiTech/AI-Composer
c6afdf89cef039a3fa303b395a5e8470286e68f3
[ "Apache-2.0" ]
null
null
null
Scripts/AudioPlayer.h
RaskiTech/AI-Composer
c6afdf89cef039a3fa303b395a5e8470286e68f3
[ "Apache-2.0" ]
null
null
null
Scripts/AudioPlayer.h
RaskiTech/AI-Composer
c6afdf89cef039a3fa303b395a5e8470286e68f3
[ "Apache-2.0" ]
null
null
null
// This shouldn't be in the eagle engine. It will be removed once this mistake is realized // Audio::PlayNote(Notes::C_4, 500, simpleOscillatorEnum=sin); // AudioPlayer instrument = Audio::CreatePlayer(callback); #pragma once #pragma comment(lib, "winmm.lib") #include <iostream> #include <cmath> #include <thread> #...
27.219231
159
0.720644
[ "vector" ]
4bee35cab022d44bb5d0faffdf1fcfa90ff76224
32,192
h
C
src/lib/support/ASN1OID.h
lanyuwen/openweave-core
fbed1743a7b62657f5d310b98909c59474a6404d
[ "Apache-2.0" ]
null
null
null
src/lib/support/ASN1OID.h
lanyuwen/openweave-core
fbed1743a7b62657f5d310b98909c59474a6404d
[ "Apache-2.0" ]
null
null
null
src/lib/support/ASN1OID.h
lanyuwen/openweave-core
fbed1743a7b62657f5d310b98909c59474a6404d
[ "Apache-2.0" ]
1
2020-11-04T06:58:12.000Z
2020-11-04T06:58:12.000Z
/* * * Copyright (c) 2013-2017 Nest Labs, 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...
64.255489
150
0.785537
[ "object" ]
4bf2f59fd3822c8f5208bccc25ad53060a903f51
1,903
h
C
my_plugins/YouCompleteMe/third_party/ycmd/cpp/ycm/ClangCompleter/FixIt.h
liutongliang/myVim
6c7ab36f25f4a5e2e1daeab8c43509975eb031e3
[ "MIT" ]
10
2020-07-21T21:59:54.000Z
2021-07-19T11:01:47.000Z
my_plugins/YouCompleteMe/third_party/ycmd/cpp/ycm/ClangCompleter/FixIt.h
liutongliang/myVim
6c7ab36f25f4a5e2e1daeab8c43509975eb031e3
[ "MIT" ]
null
null
null
my_plugins/YouCompleteMe/third_party/ycmd/cpp/ycm/ClangCompleter/FixIt.h
liutongliang/myVim
6c7ab36f25f4a5e2e1daeab8c43509975eb031e3
[ "MIT" ]
1
2021-01-30T18:17:01.000Z
2021-01-30T18:17:01.000Z
// Copyright (C) 2018 ycmd contributors // // This file is part of ycmd. // // ycmd 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) any later version. ...
31.716667
78
0.741461
[ "vector" ]
4bfc5e8e8e7768e03e607139b5f935014a02e810
1,725
h
C
AEngine/src/Events/IEvent.h
Garciaj007/AEngine
1a64fc116efab3864b7c535bc8bd03e8aab4bb61
[ "Unlicense" ]
null
null
null
AEngine/src/Events/IEvent.h
Garciaj007/AEngine
1a64fc116efab3864b7c535bc8bd03e8aab4bb61
[ "Unlicense" ]
null
null
null
AEngine/src/Events/IEvent.h
Garciaj007/AEngine
1a64fc116efab3864b7c535bc8bd03e8aab4bb61
[ "Unlicense" ]
2
2019-10-17T01:02:55.000Z
2020-09-25T21:18:52.000Z
#pragma once #include <Core/AEpch.h> template <typename... Args> class ISubscriber { public: virtual ~ISubscriber() = default; virtual void Invoke(Args... args) = 0; virtual bool IsInstanceOf(void* signature) = 0; }; template <typename T, typename... Args> class Subscriber : public ISubscriber<Args...> { public: ...
21.296296
88
0.672464
[ "vector" ]
ef016e22bd7bf4ab83819d7ba5087b6d85bdb614
255
h
C
src/phidgetStepperManager.h
Blindsp0t-creative/ofxPhidgetsStepper
be55f8f1038b3311e443203372d4a0aeec868b43
[ "MIT" ]
null
null
null
src/phidgetStepperManager.h
Blindsp0t-creative/ofxPhidgetsStepper
be55f8f1038b3311e443203372d4a0aeec868b43
[ "MIT" ]
null
null
null
src/phidgetStepperManager.h
Blindsp0t-creative/ofxPhidgetsStepper
be55f8f1038b3311e443203372d4a0aeec868b43
[ "MIT" ]
null
null
null
#include "ofMain.h" #include "phidgetStepper.h" #include "ofxGui.h" class phidgetStepperManager { public: vector<motor> motors; void setup(string filename); void setupGui(); ofJson settings; ofxPanel guiMotors; } ;
15
36
0.647059
[ "vector" ]
ef066d63c9df3171c50d6d100d36a2a2f37fdb67
2,868
h
C
Core/Contents/Include/PolyScreenSprite.h
mcclure/old-Polycode
284d68b114da057c9468627781eca2d853d272f7
[ "MIT" ]
3
2018-04-21T16:25:21.000Z
2022-03-28T03:36:16.000Z
Core/Contents/Include/PolyScreenSprite.h
mcclure/old-Polycode
284d68b114da057c9468627781eca2d853d272f7
[ "MIT" ]
null
null
null
Core/Contents/Include/PolyScreenSprite.h
mcclure/old-Polycode
284d68b114da057c9468627781eca2d853d272f7
[ "MIT" ]
1
2020-04-29T03:22:50.000Z
2020-04-29T03:22:50.000Z
/* Copyright (C) 2011 by Ivan Safrin 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, publish, distribute, ...
31.516484
149
0.757671
[ "vector" ]
ef084f1728dd816073662146311b82ba1169c5f4
2,939
h
C
wireless/driver/shared/coexlve.h
Mandrake-Lee/wave300-openwrt
91a35e7d99fd7127159abf89453a0eb847fa4fc3
[ "BSD-2-Clause" ]
3
2021-03-07T12:13:21.000Z
2021-12-26T12:47:37.000Z
wireless/driver/shared/coexlve.h
Mandrake-Lee/wave300-openwrt
91a35e7d99fd7127159abf89453a0eb847fa4fc3
[ "BSD-2-Clause" ]
2
2020-03-20T19:12:00.000Z
2021-11-23T05:19:36.000Z
wireless/driver/shared/coexlve.h
Mandrake-Lee/wave300-openwrt
91a35e7d99fd7127159abf89453a0eb847fa4fc3
[ "BSD-2-Clause" ]
4
2020-03-20T16:42:54.000Z
2022-01-20T20:56:59.000Z
/****************************************************************************** Copyright (c) 2012 Lantiq Deutschland GmbH For licensing information, see the file 'LICENSE' in the root folder of this software module. *************************************...
33.397727
147
0.698537
[ "object" ]
ef0b5bce30e076efb572fb69c33ab6e714ecb32a
50,432
h
C
classdump_Safari/BrowserContentViewControllerObjCAdapter.h
inket/smartPins
2f9a68dccf8b605f863a680488ed4c6c428f4a52
[ "MIT" ]
2
2016-09-29T09:50:04.000Z
2016-09-29T19:39:11.000Z
classdump_Safari/BrowserContentViewControllerObjCAdapter.h
inket/smartPins
2f9a68dccf8b605f863a680488ed4c6c428f4a52
[ "MIT" ]
null
null
null
classdump_Safari/BrowserContentViewControllerObjCAdapter.h
inket/smartPins
2f9a68dccf8b605f863a680488ed4c6c428f4a52
[ "MIT" ]
null
null
null
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <Safari/WebContentController.h> #import <Safari/AuthenticationSheetRequestDelegate-Protocol.h> #import <Safari/DimmingViewDelegate-Protocol.h> #import <Safari/ReaderActivat...
74.273932
749
0.849203
[ "vector" ]
ef1b70da6fc382e966d7938ed0792debfb5a32cb
4,953
h
C
Common/ExecutionModel/vtkMultiTimeStepAlgorithm.h
mach9robotics/VTK
60f6f8c6e3964898abd6197179c44493449a5b7d
[ "BSD-3-Clause" ]
null
null
null
Common/ExecutionModel/vtkMultiTimeStepAlgorithm.h
mach9robotics/VTK
60f6f8c6e3964898abd6197179c44493449a5b7d
[ "BSD-3-Clause" ]
null
null
null
Common/ExecutionModel/vtkMultiTimeStepAlgorithm.h
mach9robotics/VTK
60f6f8c6e3964898abd6197179c44493449a5b7d
[ "BSD-3-Clause" ]
null
null
null
/*========================================================================= Program: Visualization Toolkit Module: vtkMultiTimeStepAlgorithm.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This s...
33.241611
97
0.719564
[ "vector" ]
ef1b83eec2278863d417ebf556669c3be43b0a89
31,881
c
C
ast-8.6.2/ffitschan.c
astro-datalab/dlapps
18a338a887af19d195b5c1eeed6c0a9e38686125
[ "BSD-3-Clause" ]
1
2020-08-17T21:26:16.000Z
2020-08-17T21:26:16.000Z
ast-8.6.2/ffitschan.c
noaodatalab/dlapps
33e8fc6161448f2052369b1fbe2765e854c1ac52
[ "BSD-3-Clause" ]
null
null
null
ast-8.6.2/ffitschan.c
noaodatalab/dlapps
33e8fc6161448f2052369b1fbe2765e854c1ac52
[ "BSD-3-Clause" ]
null
null
null
/* *+ * Name: * ffitschan.c * Purpose: * Define a FORTRAN 77 interface to the AST FitsChan class. * Type of Module: * C source file. * Description: * This file defines FORTRAN 77-callable C functions which provide * a public FORTRAN 77 interface to the FitsChan class. * Routines Defined: * ...
31.133789
87
0.560396
[ "object" ]
ef1fc49cefee5202dbd183b109215f6a910049eb
2,380
h
C
Util/llvm/include/llvm/Target/TargetAsmParser.h
ianloic/unladen-swallow
28148f4ddbb3d519042de1f9fc9f1356fdd31e31
[ "PSF-2.0" ]
5
2020-06-30T05:06:40.000Z
2021-05-24T08:38:33.000Z
Util/llvm/include/llvm/Target/TargetAsmParser.h
ianloic/unladen-swallow
28148f4ddbb3d519042de1f9fc9f1356fdd31e31
[ "PSF-2.0" ]
null
null
null
Util/llvm/include/llvm/Target/TargetAsmParser.h
ianloic/unladen-swallow
28148f4ddbb3d519042de1f9fc9f1356fdd31e31
[ "PSF-2.0" ]
2
2015-10-01T18:28:20.000Z
2020-09-09T16:25:27.000Z
//===-- llvm/Target/TargetAsmParser.h - Target Assembly Parser --*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
36.060606
80
0.697059
[ "object" ]
ef24f0087c2fe7fb7be8b5e00c0c162327fdbd43
15,166
c
C
src/scope_let.c
nptcl/npt
608c1bf38380aaa9e20748458b7f091da898d535
[ "Unlicense" ]
37
2019-02-24T00:07:11.000Z
2022-03-03T09:41:43.000Z
src/scope_let.c
nptcl/npt
608c1bf38380aaa9e20748458b7f091da898d535
[ "Unlicense" ]
9
2019-07-01T04:08:36.000Z
2021-06-13T03:51:43.000Z
src/scope_let.c
nptcl/npt
608c1bf38380aaa9e20748458b7f091da898d535
[ "Unlicense" ]
2
2019-04-11T04:01:02.000Z
2019-07-15T08:21:00.000Z
#include "condition.h" #include "cons.h" #include "cons_list.h" #include "cons_plist.h" #include "copy.h" #include "eval_stack.h" #include "eval_table.h" #include "scope_declare.h" #include "scope_let.h" #include "scope_object.h" #include "subtypep.h" #include "symbol.h" #include "type.h" #include "type_error.h" #inclu...
22.978788
84
0.694382
[ "object" ]
ef322014a6745c119de8df70172fe33196cdaf2a
1,073
h
C
dbms/include/DB/Functions/FunctionFactory.h
rudneff/ClickHouse
3cb59b92bccbeb888d136f7c6e14b622382c0434
[ "Apache-2.0" ]
3
2016-12-30T14:19:47.000Z
2021-11-13T06:58:32.000Z
dbms/include/DB/Functions/FunctionFactory.h
rudneff/ClickHouse
3cb59b92bccbeb888d136f7c6e14b622382c0434
[ "Apache-2.0" ]
1
2017-01-13T21:29:36.000Z
2017-01-16T18:29:08.000Z
dbms/include/DB/Functions/FunctionFactory.h
jbfavre/clickhouse-debian
3806e3370decb40066f15627a3bca4063b992bfb
[ "Apache-2.0" ]
1
2021-02-07T16:00:54.000Z
2021-02-07T16:00:54.000Z
#pragma once #include <DB/Functions/IFunction.h> #include <common/singleton.h> namespace DB { class Context; /** Creates function by name. * Function could use for initialization (take ownership of shared_ptr, for example) * some dictionaries from Context. */ class FunctionFactory : public Singleton<Functi...
26.825
124
0.738117
[ "object" ]
ef38cad0f79c56d805a3ab3edf6263fc121b9d24
681
h
C
cases/adaptative_surfers/param/env/objects/surfer__us_1o0__surftimeprefactor_2o25/group/homogeneous/_member/agent/_behaviour/navigator/_behaviour_velocity/const/parameters.h
C0PEP0D/sheld0n
497d4ee8b6b1815cd5fa1b378d1b947ee259f4bc
[ "MIT" ]
null
null
null
cases/adaptative_surfers/param/env/objects/surfer__us_1o0__surftimeprefactor_2o25/group/homogeneous/_member/agent/_behaviour/navigator/_behaviour_velocity/const/parameters.h
C0PEP0D/sheld0n
497d4ee8b6b1815cd5fa1b378d1b947ee259f4bc
[ "MIT" ]
null
null
null
cases/adaptative_surfers/param/env/objects/surfer__us_1o0__surftimeprefactor_2o25/group/homogeneous/_member/agent/_behaviour/navigator/_behaviour_velocity/const/parameters.h
C0PEP0D/sheld0n
497d4ee8b6b1815cd5fa1b378d1b947ee259f4bc
[ "MIT" ]
null
null
null
#ifndef C0P_PARAM_OBJECTS_SURFER__US_1O0__SURFTIMEPREFACTOR_2O25_GROUP_HOMOGENEOUS_MEMBER_AGENT_BEHAVIOUR_NAVIGATOR_BEHAVIOUR_VELOCITY_CONST_PARAMETERS_H #define C0P_PARAM_OBJECTS_SURFER__US_1O0__SURFTIMEPREFACTOR_2O25_GROUP_HOMOGENEOUS_MEMBER_AGENT_BEHAVIOUR_NAVIGATOR_BEHAVIOUR_VELOCITY_CONST_PARAMETERS_H #pragma once...
37.833333
153
0.900147
[ "object" ]
ef3c962b1797567b12f43d127618cd242c95a803
13,522
c
C
src/utils/extension_utils/src/extension_utils.c
bemol38/iot-hub-device-update
2cd165ba05cf7a6eff34cbf6c26e4ae30cc9d5d9
[ "MIT" ]
null
null
null
src/utils/extension_utils/src/extension_utils.c
bemol38/iot-hub-device-update
2cd165ba05cf7a6eff34cbf6c26e4ae30cc9d5d9
[ "MIT" ]
null
null
null
src/utils/extension_utils/src/extension_utils.c
bemol38/iot-hub-device-update
2cd165ba05cf7a6eff34cbf6c26e4ae30cc9d5d9
[ "MIT" ]
null
null
null
/** * @file extension_utils.c * @brief Implements utilities for working with Device Update extension. * * @copyright Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ #include "aduc/extension_utils.h" #include "aduc/hash_utils.h" #include "aduc/logging.h" #include "aduc/parser_utils.h" #in...
29.017167
118
0.659296
[ "object" ]
ef3d413ac56c0ac3d039b23a5554390c1e628e7b
2,667
h
C
federated/scheduler.h
ascii33/platform2
b78891020724e9ff26b11ca89c2a53f949e99748
[ "BSD-3-Clause" ]
null
null
null
federated/scheduler.h
ascii33/platform2
b78891020724e9ff26b11ca89c2a53f949e99748
[ "BSD-3-Clause" ]
null
null
null
federated/scheduler.h
ascii33/platform2
b78891020724e9ff26b11ca89c2a53f949e99748
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2021 The Chromium OS 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 FEDERATED_SCHEDULER_H_ #define FEDERATED_SCHEDULER_H_ #include <memory> #include <string> #include <vector> #include <base/memory/scoped_refp...
34.636364
80
0.770154
[ "object", "vector" ]
ef4aa98977a17845632b4dad031f8fb6d5826a52
9,336
h
C
Visual Mercutio/zModelBP/PSS_CombinationPropertiesBP.h
Jeanmilost/Visual-Mercutio
f079730005b6ce93d5e184bb7c0893ccced3e3ab
[ "MIT" ]
1
2022-01-31T06:24:24.000Z
2022-01-31T06:24:24.000Z
Visual Mercutio/zModelBP/PSS_CombinationPropertiesBP.h
Jeanmilost/Visual-Mercutio
f079730005b6ce93d5e184bb7c0893ccced3e3ab
[ "MIT" ]
2
2021-04-11T15:50:42.000Z
2021-06-05T08:23:04.000Z
Visual Mercutio/zModelBP/PSS_CombinationPropertiesBP.h
Jeanmilost/Visual-Mercutio
f079730005b6ce93d5e184bb7c0893ccced3e3ab
[ "MIT" ]
2
2021-01-08T00:55:18.000Z
2022-01-31T06:24:18.000Z
/**************************************************************************** * ==> PSS_CombinationPropertiesBP -----------------------------------------* **************************************************************************** * Description : Provides the combination properties for banking process * * Devel...
33.826087
125
0.574443
[ "object" ]
ef52c100ece4475da8697beee5ebf528bcfe9d0e
1,420
h
C
weighters/weightRemoveUnphysical2p2hExtendedEventsClass.h
MinervaExpt/MAT-MINERvA
a142702563260d8f21c1dbd7b739364823ad38e7
[ "MIT" ]
null
null
null
weighters/weightRemoveUnphysical2p2hExtendedEventsClass.h
MinervaExpt/MAT-MINERvA
a142702563260d8f21c1dbd7b739364823ad38e7
[ "MIT" ]
4
2021-08-31T17:17:12.000Z
2021-10-29T19:41:39.000Z
weighters/weightRemoveUnphysical2p2hExtendedEventsClass.h
MinervaExpt/MAT-MINERvA
a142702563260d8f21c1dbd7b739364823ad38e7
[ "MIT" ]
null
null
null
#ifndef weightRemoveUnphysical2p2hExtendedEventsClass_h #define weightRemoveUnphysical2p2hExtendedEventsClass_h #include <iostream> //cout #include <TMath.h> #include <vector> #include <Rtypes.h> namespace PlotUtils{ class weightRemoveUnphysical2p2hExtendedEventsClass{ public: weightRemoveUnphysical2p2hExtended...
28.979592
61
0.697183
[ "vector" ]
ef53eca0e00a89669263f02cd1a00a08bd74d162
3,328
h
C
openCamera/src/main/jni/include/bento4/Ap4AtomixAdapters.h
angcyo/iosched
ab0b53454bbefd1280d29439b40d7146e82f0406
[ "Apache-2.0" ]
null
null
null
openCamera/src/main/jni/include/bento4/Ap4AtomixAdapters.h
angcyo/iosched
ab0b53454bbefd1280d29439b40d7146e82f0406
[ "Apache-2.0" ]
null
null
null
openCamera/src/main/jni/include/bento4/Ap4AtomixAdapters.h
angcyo/iosched
ab0b53454bbefd1280d29439b40d7146e82f0406
[ "Apache-2.0" ]
null
null
null
/***************************************************************** | | AP4 - Atomix Adapters | | Copyright 2002-2008 Axiomatic Systems, LLC | | | This file is part of Bento4/AP4 (MP4 Atom Processing Library). | | Unless you have obtained Bento4 under a difference license, | this version of Bento4 is Bent...
38.697674
81
0.576322
[ "object" ]
ef55b51009c7948c85d0fd91957ca4968c8809d5
9,188
h
C
mvm-reversed/unorganized.h
fugueinheels/sigsegv-mvm
092a69d44a3ed9aacd14886037f4093a27ff816b
[ "BSD-2-Clause" ]
7
2021-03-02T02:27:18.000Z
2022-02-18T00:56:28.000Z
mvm-reversed/unorganized.h
fugueinheels/sigsegv-mvm
092a69d44a3ed9aacd14886037f4093a27ff816b
[ "BSD-2-Clause" ]
3
2021-11-29T15:53:02.000Z
2022-02-21T13:09:22.000Z
mvm-reversed/unorganized.h
fugueinheels/sigsegv-mvm
092a69d44a3ed9aacd14886037f4093a27ff816b
[ "BSD-2-Clause" ]
5
2021-03-04T20:26:11.000Z
2021-11-26T07:09:24.000Z
class CHeadlessHatmanPathCost : public IPathCost { // TODO }; class CMerasmusPathCost : public IPathCost { // TODO }; class CRobotPathCost : public IPathCost { // TODO }; class CZombiePathCost : public IPathCost { // TODO }; inline CBasePlayer *ToBasePlayer(CBaseEntity *pEntity) { if (p...
21.025172
132
0.699499
[ "vector" ]
ef580465d0eddb535cdb991e47daac18e2d716a1
4,905
c
C
html.c
cibersheep/babel-tool
94027f1c78e9caa3ce4da4a62734e5ed8a0d6b0e
[ "CC-BY-4.0" ]
null
null
null
html.c
cibersheep/babel-tool
94027f1c78e9caa3ce4da4a62734e5ed8a0d6b0e
[ "CC-BY-4.0" ]
null
null
null
html.c
cibersheep/babel-tool
94027f1c78e9caa3ce4da4a62734e5ed8a0d6b0e
[ "CC-BY-4.0" ]
null
null
null
/* html.c Treaty of Babel module for HTML files * Written 2020 By Andrew Plotkin * * This file depends on treaty_builder.h * * This file is public domain, but note that any changes to this file * may render it noncompliant with the Treaty of Babel */ #define FORMAT html #define HOME_PAGE "https://babel.ifarchi...
31.850649
170
0.592049
[ "render" ]
ef5c83bc5016ce3e18f05b6f8639feaac8a8a67b
4,555
h
C
tightvnc/tvnserver-app/TvnService.h
jjzhang166/qmlvncviewer2
b888c416ab88b81fe802ab0559bb87361833a0b5
[ "Apache-2.0" ]
47
2016-08-17T03:18:32.000Z
2022-01-14T01:33:15.000Z
tightvnc/tvnserver-app/TvnService.h
jjzhang166/qmlvncviewer2
b888c416ab88b81fe802ab0559bb87361833a0b5
[ "Apache-2.0" ]
3
2018-06-29T06:13:28.000Z
2020-11-26T02:31:49.000Z
tightvnc/tvnserver-app/TvnService.h
jjzhang166/qmlvncviewer2
b888c416ab88b81fe802ab0559bb87361833a0b5
[ "Apache-2.0" ]
15
2016-08-17T07:03:55.000Z
2021-08-02T14:42:02.000Z
// Copyright (C) 2009,2010,2011,2012 GlavSoft LLC. // All rights reserved. // //------------------------------------------------------------------------- // This file is part of the TightVNC software. Please visit our Web site: // // http://www.tightvnc.com/ // // This program is free software; y...
29.387097
93
0.687157
[ "object" ]
ef60fb6d3136477a574e1b73b3b7ab6da95c4673
4,431
h
C
include/Object.h
rGovers/KurveM
9b59093d91701e6f721facca75e350e62500b246
[ "MIT" ]
null
null
null
include/Object.h
rGovers/KurveM
9b59093d91701e6f721facca75e350e62500b246
[ "MIT" ]
null
null
null
include/Object.h
rGovers/KurveM
9b59093d91701e6f721facca75e350e62500b246
[ "MIT" ]
null
null
null
#pragma once #define GLM_FORCE_SWIZZLE #include <glm/glm.hpp> #include <fstream> #include <list> #include <unordered_map> #include "tinyxml2.h" class Animation; class Camera; class CurveModel; class Model; class PathModel; class ShaderProgram; class ShaderStorageBuffer; class Texture; class Transform; class Works...
25.465517
265
0.67118
[ "object", "model", "transform" ]
ef611af399579b998423e85e9ace81ad3d964b09
11,608
h
C
include/operators/lin_algebra.h
Botev/metaDiff
fb571da1e0267109d96c3206ffb26717afdf6253
[ "MIT" ]
7
2016-05-29T09:39:52.000Z
2017-11-29T10:52:09.000Z
include/operators/lin_algebra.h
Botev/metaDiff
fb571da1e0267109d96c3206ffb26717afdf6253
[ "MIT" ]
9
2016-01-05T23:04:24.000Z
2016-02-21T21:34:17.000Z
include/operators/lin_algebra.h
Botev/metaDiff
fb571da1e0267109d96c3206ffb26717afdf6253
[ "MIT" ]
5
2016-06-07T12:26:24.000Z
2016-12-12T16:49:38.000Z
// // Created by alex on 16/12/15. // #ifndef METADIFF_OPERATORS_LIN_ALGEBRA_H #define METADIFF_OPERATORS_LIN_ALGEBRA_H namespace metadiff{ namespace op { using namespace core; using namespace exceptions; /** Inverts the order of all non singular dimensions */ class Transpose : pu...
38.693333
120
0.476223
[ "shape" ]
ef662032a07e3fc193edb44792a274ba02ea9f3e
2,400
h
C
samples/utils/metric_utils.h
inteI-cloud/pti-gpu
df968c95687f15f871c9323d9325211669487bd2
[ "MIT" ]
1
2021-04-14T16:29:09.000Z
2021-04-14T16:29:09.000Z
samples/utils/metric_utils.h
inteI-cloud/pti-gpu
df968c95687f15f871c9323d9325211669487bd2
[ "MIT" ]
null
null
null
samples/utils/metric_utils.h
inteI-cloud/pti-gpu
df968c95687f15f871c9323d9325211669487bd2
[ "MIT" ]
null
null
null
//============================================================== // Copyright (C) Intel Corporation // // SPDX-License-Identifier: MIT // ============================================================= #ifndef PTI_SAMPLES_UTILS_METRIC_UTILS_H_ #define PTI_SAMPLES_UTILS_METRIC_UTILS_H_ #if defined(_WIN32) #include <Wind...
25.263158
91
0.657083
[ "vector" ]
ef6cc1d194dd867aadd5487611c4480fad349695
5,841
h
C
Plugins/GeometryCache/Source/GeometryCache/Private/CodecV1Test.h
greenrainstudios/AlembicUtilities
3970988065aef6861898a5185495e784a0c43ecb
[ "MIT" ]
null
null
null
Plugins/GeometryCache/Source/GeometryCache/Private/CodecV1Test.h
greenrainstudios/AlembicUtilities
3970988065aef6861898a5185495e784a0c43ecb
[ "MIT" ]
null
null
null
Plugins/GeometryCache/Source/GeometryCache/Private/CodecV1Test.h
greenrainstudios/AlembicUtilities
3970988065aef6861898a5185495e784a0c43ecb
[ "MIT" ]
1
2021-01-22T09:11:51.000Z
2021-01-22T09:11:51.000Z
// Copyright Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "Containers/UnrealString.h" #include "CodecV1.h" #include "Serialization/MemoryWriter.h" #include "GeometryCacheCodecBase.h" #include "Misc/FileHelper.h" #include "GeometryCacheMeshData.h" #include "HAL/IConsole...
34.157895
153
0.708098
[ "mesh", "object" ]
ef6db53aa5d93ccf8b131d233d161e4e8b3fdd8f
2,888
c
C
lib/wizards/nalle/realdarvox.c
vlehtola/questmud
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
[ "MIT" ]
null
null
null
lib/wizards/nalle/realdarvox.c
vlehtola/questmud
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
[ "MIT" ]
null
null
null
lib/wizards/nalle/realdarvox.c
vlehtola/questmud
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
[ "MIT" ]
null
null
null
inherit "obj/monster"; int i = random(4); int ekstroja=0; reset(arg) { object weapon,armour,armour2,armour3,weapon2,superkvest; ::reset(arg); if(arg) { return; } set_race("human"); set_gender(1); set_level(90 + (i * 3)); call_other(this_object(), "set_name", "Darvox"); call_other(this_o...
34.380952
113
0.634003
[ "object" ]
ef74fa7cb8ca4a75e04808c4e4aa816fcddc3a6d
14,189
h
C
ExaHyPE/exahype/mappings/RefinementStatusSpreading.h
linusseelinger/ExaHyPE-Tsunami
92a6e14926862e1584ef1e935874c91d252e8112
[ "BSD-3-Clause" ]
2
2019-08-14T22:41:26.000Z
2020-02-04T19:30:24.000Z
ExaHyPE/exahype/mappings/RefinementStatusSpreading.h
linusseelinger/ExaHyPE-Tsunami
92a6e14926862e1584ef1e935874c91d252e8112
[ "BSD-3-Clause" ]
null
null
null
ExaHyPE/exahype/mappings/RefinementStatusSpreading.h
linusseelinger/ExaHyPE-Tsunami
92a6e14926862e1584ef1e935874c91d252e8112
[ "BSD-3-Clause" ]
3
2019-07-22T10:27:36.000Z
2020-05-11T12:25:29.000Z
/** * This file is part of the ExaHyPE project. * Copyright (c) 2016 http://exahype.eu * All rights reserved. * * The project has received funding from the European Union's Horizon * 2020 research and innovation programme under grant agreement * No 671698. For copyrights and licensing, please consult the webpa...
33.863962
81
0.709352
[ "mesh", "vector" ]
ef78ae129302bab3491f6321c2c8de5b96558319
394
h
C
libahabin/ahabin/AhaBody.h
aha-lang/aha
d8d9d03d55ddfd844876a31c36d6bb83c046813c
[ "MIT" ]
null
null
null
libahabin/ahabin/AhaBody.h
aha-lang/aha
d8d9d03d55ddfd844876a31c36d6bb83c046813c
[ "MIT" ]
1
2016-07-03T09:32:01.000Z
2016-07-03T09:32:01.000Z
libahabin/ahabin/AhaBody.h
aha-lang/aha
d8d9d03d55ddfd844876a31c36d6bb83c046813c
[ "MIT" ]
null
null
null
#pragma once #include "ahabindef.h" #include "AhaClass.h" namespace aha { class AhaStrings; class AhaBody { private: std::vector<AhaClass> m_ClassList; public: void Read(aha_u32 SizeOfBody, std::istream& strm); aha_u32 Write(std::ostream& strm); void Validate(const AhaStrings& strings) const; std::v...
16.416667
52
0.703046
[ "vector" ]
ef96f9dc085c12e19adb3a87e94d57e3ec7a84d0
8,878
h
C
upnp/inc/UpnpLog.h
kyak/pupnp
8e9035b2d316198339341e119f8e53791da30bf5
[ "BSD-3-Clause" ]
122
2019-12-14T03:02:07.000Z
2022-03-24T17:14:30.000Z
upnp/inc/UpnpLog.h
mrjimenez/pupnp-backup
2226adc72079e7a54c59171f93782933568f174b
[ "BSD-3-Clause" ]
154
2019-12-13T00:06:49.000Z
2022-03-27T19:03:43.000Z
upnp/inc/UpnpLog.h
mrjimenez/pupnp-backup
2226adc72079e7a54c59171f93782933568f174b
[ "BSD-3-Clause" ]
88
2015-01-23T02:28:00.000Z
2019-12-12T22:51:48.000Z
#ifndef UPNPLOG_H #define UPNPLOG_H /******************************************************************************* * * Copyright (c) 2000-2003 Intel Corporation * Copyright (c) 2006 Rémi Turboult <r3mi@users.sourceforge.net> * All rights reserved. * * Redistribution and use in source and binary forms, with or w...
29.108197
80
0.635166
[ "object" ]
ef974e2ca041c62b9f05302a0378a4526ed016f4
859
h
C
include/lexer.h
charpointer/ceres-lang
dfdf93ad7ee3283a4fcb85ebefcfeda2eb908021
[ "MIT" ]
7
2021-04-05T18:49:35.000Z
2021-04-07T17:36:53.000Z
include/lexer.h
ceres-lang/ceres
dfdf93ad7ee3283a4fcb85ebefcfeda2eb908021
[ "MIT" ]
null
null
null
include/lexer.h
ceres-lang/ceres
dfdf93ad7ee3283a4fcb85ebefcfeda2eb908021
[ "MIT" ]
1
2021-04-07T17:49:00.000Z
2021-04-07T17:49:00.000Z
#pragma once #include <cctype> #include <cstdio> #include <iostream> #include <exception> #include <algorithm> #include <string> #include <vector> #include <unordered_map> #include "../include/token.h" namespace ceres { class Lexer { public: Lexer(); inline bool eof() { return pos >= src.length(); } inline ...
16.843137
54
0.658906
[ "vector" ]
ef9cf56a7b66ecbd861d9ad6f539f102777215e1
769
h
C
PubSub.h
alonf/UniversalACRemote
6d4bb6e475a5f71e264a4b48a757ae182df796aa
[ "MIT" ]
1
2019-12-26T01:11:30.000Z
2019-12-26T01:11:30.000Z
PubSub.h
alonf/UniversalACRemote
6d4bb6e475a5f71e264a4b48a757ae182df796aa
[ "MIT" ]
1
2020-12-06T12:55:01.000Z
2020-12-06T12:55:01.000Z
PubSub.h
alonf/UniversalACRemote
6d4bb6e475a5f71e264a4b48a757ae182df796aa
[ "MIT" ]
null
null
null
// PubSub.h #ifndef _PUBSUB_h #define _PUBSUB_h #include <functional> #include <vector> template<typename TOwner, typename ...Args> class PubSub { friend TOwner; using CommandNotificationPtr_t = std::function<void(Args...)>; private: std::vector<CommandNotificationPtr_t> _subscribers; void NotifyAll(Args... args...
18.756098
75
0.737321
[ "vector" ]
efa3a23a8fdd52812eb43fb7a83efc206188b71b
2,257
h
C
GeoTempVis/Source/GeoTempBuildings/Public/BuildingActor.h
interactivevislab/GeoTempPlugins
5c650769cbdb22931fc0e221bd7a3233a56c202a
[ "MIT" ]
6
2020-03-27T08:55:53.000Z
2022-03-14T22:36:28.000Z
GeoTempVis/Source/GeoTempBuildings/Public/BuildingActor.h
interactivevislab/GeoTempPlugins
5c650769cbdb22931fc0e221bd7a3233a56c202a
[ "MIT" ]
3
2020-03-31T13:21:56.000Z
2020-04-02T17:34:11.000Z
GeoTempVis/Source/GeoTempBuildings/Public/BuildingActor.h
interactivevislab/GeoTempPlugins
5c650769cbdb22931fc0e221bd7a3233a56c202a
[ "MIT" ]
null
null
null
#pragma once #include "GameFramework/Actor.h" #include "CoreMinimal.h" #include "BuildingsData.h" #include "BuildingActor.generated.h" class UBuildingPartComponent; /** Actor class of a building in city scene*/ UCLASS() class GEOTEMPBUILDINGS_API ABuildingActor : public AActor { GENERATED_BODY() public: ABuildin...
30.093333
110
0.762074
[ "mesh", "transform" ]
efa61f8bcf6a7f893b4b85572a766db0ad7247e0
604
h
C
example/src/ofApp.h
dasl-/ofxFilterLibrary
6e43d33b205f04706b72747e5b4ce7f45cab3e88
[ "MIT" ]
98
2015-01-28T23:23:06.000Z
2021-03-27T16:29:17.000Z
example/src/ofApp.h
dasl-/ofxFilterLibrary
6e43d33b205f04706b72747e5b4ce7f45cab3e88
[ "MIT" ]
5
2015-04-17T17:19:21.000Z
2017-10-27T15:46:55.000Z
example/src/ofApp.h
dasl-/ofxFilterLibrary
6e43d33b205f04706b72747e5b4ce7f45cab3e88
[ "MIT" ]
18
2015-07-23T02:44:31.000Z
2020-02-24T12:52:15.000Z
// // ofApp.h // ofxFilterLibraryExample // // Created by Matthew Fargo on 2014/06/25. // // // This is an example of how to use all the filters in this library. // They should be as easy as coffee filters, but not as easy as // cigarette filters. #pragma once #include "ofMain.h" #include "ofxFilterLibrary.h" ...
19.483871
69
0.615894
[ "vector" ]
efaab080ccc318bd2ab4f0ba659c29b565717b8e
14,333
h
C
src/meta/meta_backup_service.h
ZoeZhou98/rdsn
824b4d2c5d2e747665da2e637d87aa6eeb9d4049
[ "MIT" ]
1
2021-04-16T02:00:05.000Z
2021-04-16T02:00:05.000Z
src/meta/meta_backup_service.h
ZoeZhou98/rdsn
824b4d2c5d2e747665da2e637d87aa6eeb9d4049
[ "MIT" ]
null
null
null
src/meta/meta_backup_service.h
ZoeZhou98/rdsn
824b4d2c5d2e747665da2e637d87aa6eeb9d4049
[ "MIT" ]
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...
36.378173
110
0.662457
[ "vector" ]
d42c3c15bf25f89467e74fd519363ffd294a4058
466
c
C
ray.c
rbisewski/cbench
14d5b75a2326cbb50545dc1c988cec23a22d4dad
[ "MIT" ]
1
2018-07-11T02:44:42.000Z
2018-07-11T02:44:42.000Z
ray.c
rbisewski/cbench
14d5b75a2326cbb50545dc1c988cec23a22d4dad
[ "MIT" ]
null
null
null
ray.c
rbisewski/cbench
14d5b75a2326cbb50545dc1c988cec23a22d4dad
[ "MIT" ]
null
null
null
//! ray.c /* * Description: Functions needed for the ray class. */ #include "ray.h" //! Function to initialize a new ray. /* * @param Vec first vec * @param Vec second vec * * @return Ray newly generated ray object */ Ray newRay(Vec o, Vec d) { // Variable declaration. Ray ray; ...
17.259259
51
0.592275
[ "object" ]
d434049c45b877dd7dc328171d8349adcda05bc8
2,628
h
C
graphics/AnimatedBillboard.h
mathall/nanaka
0304f444702318a83d221645d4e5f3622082c456
[ "BSD-2-Clause" ]
2
2017-03-31T19:01:22.000Z
2017-05-18T08:14:37.000Z
graphics/AnimatedBillboard.h
mathall/nanaka
0304f444702318a83d221645d4e5f3622082c456
[ "BSD-2-Clause" ]
null
null
null
graphics/AnimatedBillboard.h
mathall/nanaka
0304f444702318a83d221645d4e5f3622082c456
[ "BSD-2-Clause" ]
null
null
null
/* * Copyright (c) 2013, Mathias Hällman. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * this list of condi...
30.917647
79
0.788432
[ "model" ]
d43d9ef3cc2517c82064b68344a863a879480db4
523
h
C
Group.h
GaryChristiansen42/GoMonteCarlo
9b7d9028accac2243d81d39c4b9d0e73e8b37876
[ "MIT" ]
null
null
null
Group.h
GaryChristiansen42/GoMonteCarlo
9b7d9028accac2243d81d39c4b9d0e73e8b37876
[ "MIT" ]
null
null
null
Group.h
GaryChristiansen42/GoMonteCarlo
9b7d9028accac2243d81d39c4b9d0e73e8b37876
[ "MIT" ]
null
null
null
#ifndef GROUP_H_ #define GROUP_H_ #include <vector> #include "Go.h" #include "Point.h" #include "Board.h" class Board; class Group { public: std::vector<Point*> stones; unsigned char numberLiberties; Player color; // Change to be above stones for 'hotness' explicit Group(Player newColor); ~Group(); ...
14.527778
44
0.686424
[ "vector" ]
d4424adc2e2f850d9ad5c3d333eb56c713640db5
3,252
h
C
editor/context/Ui.h
ValtoGameEngines/Yave-Engine
aa8850c1e46ba2017db799eca43cee835db3d3b8
[ "MIT" ]
2
2020-07-20T19:05:26.000Z
2021-01-09T14:42:22.000Z
editor/context/Ui.h
ValtoGameEngines/Yave-Engine
aa8850c1e46ba2017db799eca43cee835db3d3b8
[ "MIT" ]
null
null
null
editor/context/Ui.h
ValtoGameEngines/Yave-Engine
aa8850c1e46ba2017db799eca43cee835db3d3b8
[ "MIT" ]
1
2020-06-29T08:05:53.000Z
2020-06-29T08:05:53.000Z
/******************************* Copyright (c) 2016-2020 Grégoire Angerand 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...
28.278261
123
0.708487
[ "vector" ]
d442bda401daeb668147c4e104a68b8bd8c92c86
6,201
c
C
src/draw.c
nshcat/wator
aaf7cb0f3e8a9c07e5ee54503275771b09319bc1
[ "MIT" ]
null
null
null
src/draw.c
nshcat/wator
aaf7cb0f3e8a9c07e5ee54503275771b09319bc1
[ "MIT" ]
null
null
null
src/draw.c
nshcat/wator
aaf7cb0f3e8a9c07e5ee54503275771b09319bc1
[ "MIT" ]
null
null
null
#include <draw.h> SDL_Texture* getTexture(int chr, color_t back, color_t fore) { // TODO check for existence and get can be done in one operation. // Check if there is a colour entry for back if(!ptrmap_contains_key((ptrmapptr_t)gTexMap[chr], back)) { // Create it ptrmapptr_t x = ptrmap_create(500...
25.105263
172
0.662151
[ "render" ]
d44c4d106177a73ff9112dfd14d101046782a3e0
812
h
C
Engine/Component/ComponentCanvasRenderer.h
mariofv/LittleEngine
38ecfdf6041a24f304c679ee3b6b589ba2040e48
[ "MIT" ]
9
2020-04-05T07:44:38.000Z
2022-01-12T02:07:14.000Z
Engine/Component/ComponentCanvasRenderer.h
mariofv/LittleEngine
38ecfdf6041a24f304c679ee3b6b589ba2040e48
[ "MIT" ]
105
2020-03-13T19:12:23.000Z
2020-12-02T23:41:15.000Z
Engine/Component/ComponentCanvasRenderer.h
mariofv/LittleEngine
38ecfdf6041a24f304c679ee3b6b589ba2040e48
[ "MIT" ]
1
2021-04-24T16:11:49.000Z
2021-04-24T16:11:49.000Z
#ifndef _COMPONENTCANVASRENDERER_H_ #define _COMPONENTCANVASRENDERER_H_ #include "Component.h" class GameObject; class ComponentCanvasRenderer : public Component { public: ComponentCanvasRenderer(); ComponentCanvasRenderer(GameObject * owner); ~ComponentCanvasRenderer() = default; ComponentCanvasRenderer & oper...
29
92
0.816502
[ "render" ]
d44d28a15525974f9a181f307efe44f4bb3d6f79
2,838
h
C
codegen/facelift/templates/Module.template.h
bitmouse/facelift
229d7ad81d8c3e361a207251759b4fc9a6f225cb
[ "MIT" ]
27
2018-05-17T07:18:48.000Z
2022-02-02T09:06:39.000Z
codegen/facelift/templates/Module.template.h
bitmouse/facelift
229d7ad81d8c3e361a207251759b4fc9a6f225cb
[ "MIT" ]
71
2018-05-23T07:29:54.000Z
2020-12-16T09:56:36.000Z
codegen/facelift/templates/Module.template.h
bitmouse/facelift
229d7ad81d8c3e361a207251759b4fc9a6f225cb
[ "MIT" ]
31
2018-04-30T12:49:06.000Z
2021-07-08T08:30:35.000Z
{#********************************************************************* ** ** Copyright (C) 2018 Luxoft Sweden AB ** ** This file is part of the FaceLift project ** ** Permission is hereby granted, free of charge, to any person ** obtaining a copy of this software and associated documentation files ** (the "Software"),...
37.342105
149
0.652572
[ "object" ]
d450337d486ea527ca2ca40125ecb4c5affa59e2
2,119
h
C
Common/Wnd32.h
vectorlist/Win32-Fundamentals-Dev
51cb2486f2e6f50737a9b5974ee7e4e24b57d860
[ "MIT" ]
1
2022-03-17T02:48:19.000Z
2022-03-17T02:48:19.000Z
Common/Wnd32.h
vectorlist/Win32-Fundamentals-Dev
51cb2486f2e6f50737a9b5974ee7e4e24b57d860
[ "MIT" ]
null
null
null
Common/Wnd32.h
vectorlist/Win32-Fundamentals-Dev
51cb2486f2e6f50737a9b5974ee7e4e24b57d860
[ "MIT" ]
null
null
null
#pragma once #include <Windows.h> #include <iostream> #include <vector> namespace Wnd32 { inline void DrawFillRect(HDC dc, const RECT& rc, COLORREF clr) { ::SetBkColor(dc, clr); ::ExtTextOut(dc, 0, 0, ETO_OPAQUE, &rc, NULL, 0, NULL); } inline LPCWSTR StrToWideStr(LPCSTR code) { static std::wstring tempStr; ...
23.285714
89
0.663049
[ "vector" ]
d466a924f77dfb2032b80cd3859efba5402ee567
5,475
h
C
lib/Graphics/include/gdk/model.h
jfcameron/WebAssembly-C-Cpp-Reference
b0d276565097920e700776fbf621f24ef82972cd
[ "MIT" ]
1
2018-06-05T07:54:52.000Z
2018-06-05T07:54:52.000Z
lib/Graphics/include/gdk/model.h
jfcameron/WebAssembly-C-Cpp-Reference
b0d276565097920e700776fbf621f24ef82972cd
[ "MIT" ]
8
2018-08-11T05:13:57.000Z
2018-11-15T00:14:42.000Z
lib/Graphics/include/gdk/model.h
jfcameron/WebAssembly-C-Cpp-Reference
b0d276565097920e700776fbf621f24ef82972cd
[ "MIT" ]
null
null
null
// © 2018 Joseph Cameron - All Rights Reserved #ifndef GDK_GFX_MODEL_H #define GDK_GFX_MODEL_H #include <gdk/floatuniformcollection.h> #include <gdk/mat4x4.h> #include <gdk/mat4x4uniformcollection.h> #include <gdk/textureuniformcollection.h> #include <gdk/vector2uniformcollection.h> #include <gdk/vector3.h> #include ...
55.30303
258
0.689498
[ "object", "model", "3d" ]
d4716fcbd1c849620f70b375972cbd68f09e74de
979
h
C
Source/Kernel/Device/Drivers/RamDisk.h
collinsmichael/spartan
e0f85504d45fea8337cc3f87c357e6ac4034d3ba
[ "MIT" ]
16
2018-04-24T20:50:57.000Z
2022-01-09T22:51:35.000Z
Source/Kernel/Device/Drivers/RamDisk.h
collinsmichael/spartan
e0f85504d45fea8337cc3f87c357e6ac4034d3ba
[ "MIT" ]
1
2019-08-11T12:27:45.000Z
2019-12-02T12:25:41.000Z
Source/Kernel/Device/Drivers/RamDisk.h
collinsmichael/spartan
e0f85504d45fea8337cc3f87c357e6ac4034d3ba
[ "MIT" ]
4
2018-07-23T20:10:19.000Z
2021-09-29T17:23:15.000Z
#ifndef KERNEL_DEVICE_DRIVERS_RAMDISK_H #define KERNEL_DEVICE_DRIVERS_RAMDISK_H #pragma pack(push, 1) #define KB (1024) #define MB (1024*KB) #define GB (1024*MB) #define elementsof(a) (sizeof(a) / sizeof(a[0])) typedef struct CDisk { char VolumeID[32]; int DiskBase; int DiskSize; int ...
23.309524
69
0.626149
[ "geometry" ]
d4731e3887c6ca99e16ce10e2c3bdf1a57f3207a
9,955
c
C
source/blender/blenkernel/intern/group.c
wycivil08/blendocv
f6cce83e1f149fef39afa8043aade9c64378f33e
[ "Unlicense" ]
30
2015-01-29T14:06:05.000Z
2022-01-10T07:47:29.000Z
source/blender/blenkernel/intern/group.c
ttagu99/blendocv
f6cce83e1f149fef39afa8043aade9c64378f33e
[ "Unlicense" ]
1
2017-02-20T20:57:48.000Z
2018-12-19T23:44:38.000Z
source/blender/blenkernel/intern/group.c
ttagu99/blendocv
f6cce83e1f149fef39afa8043aade9c64378f33e
[ "Unlicense" ]
15
2015-04-23T02:38:36.000Z
2021-03-01T20:09:39.000Z
/* * $Id: group.c 35247 2011-02-27 20:40:57Z jesterking $ * * ***** BEGIN GPL LICENSE BLOCK ***** * * 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...
22.832569
109
0.655349
[ "render", "object" ]
d47eeed44128050f8d6c05ae53ef1560753b08eb
9,287
c
C
hwutil/net/socket/source/socket.c
donghengqaz/POSIX-RTOS
29b60bd30b7a799ae0096149296f2582dc59acdf
[ "MIT" ]
null
null
null
hwutil/net/socket/source/socket.c
donghengqaz/POSIX-RTOS
29b60bd30b7a799ae0096149296f2582dc59acdf
[ "MIT" ]
null
null
null
hwutil/net/socket/source/socket.c
donghengqaz/POSIX-RTOS
29b60bd30b7a799ae0096149296f2582dc59acdf
[ "MIT" ]
null
null
null
/* * File : socket.c * This file is part of POSIX-RTOS * COPYRIGHT (C) 2015 - 2016, DongHeng * * Change Logs: * DATA Author Note * 2015-12-24 DongHeng create */ #include "socket.h" #include "ipport.h" #include "ippkg.h" #include "stdlib.h" #include "lwip/udp.h" #inc...
23.691327
100
0.571552
[ "transform" ]
d4834a34d7e3772b2f77d805dbecf50134cb50c2
1,843
h
C
development/Common/Utility/include/Interface/IRenderContext.h
eglowacki/zloty
9c864ae0beb1ac64137a096795261768b7fc6710
[ "MIT" ]
null
null
null
development/Common/Utility/include/Interface/IRenderContext.h
eglowacki/zloty
9c864ae0beb1ac64137a096795261768b7fc6710
[ "MIT" ]
44
2018-06-28T03:01:44.000Z
2022-03-20T19:53:00.000Z
development/Common/Utility/include/Interface/IRenderContext.h
eglowacki/zloty
9c864ae0beb1ac64137a096795261768b7fc6710
[ "MIT" ]
null
null
null
/////////////////////////////////////////////////////////////////////// // IRenderContext.h // // Copyright 11/1/2005 Edgar Glowacki. // // Maintained by: Edgar // // NOTES: // Abstract interfacd to render context which provides data access for geometry // objects during rendering phase. // // // #include...
27.924242
84
0.593055
[ "geometry", "render", "object", "transform" ]
d48f652a06dc4e04c883f4d06ce98c6ed24d776e
3,236
h
C
detect_3d_cuboid/include/detect_3d_cuboid/detect_3d_quadric.h
tiev-tongji/quadric_slam
2789cf553d947c87bd601659e60c50b63be09b76
[ "BSD-3-Clause" ]
45
2019-07-28T15:41:24.000Z
2021-09-24T07:48:47.000Z
detect_3d_cuboid/include/detect_3d_cuboid/detect_3d_quadric.h
lucianzhong/quadric_slam
f1b8f98b1c8d6d4cb36d238ec3a93cb2090611fc
[ "BSD-3-Clause" ]
11
2019-07-10T07:19:49.000Z
2021-09-25T09:08:49.000Z
detect_3d_cuboid/include/detect_3d_cuboid/detect_3d_quadric.h
lucianzhong/quadric_slam
f1b8f98b1c8d6d4cb36d238ec3a93cb2090611fc
[ "BSD-3-Clause" ]
13
2019-08-05T02:03:43.000Z
2021-05-14T02:36:29.000Z
#pragma once // std c #include <string> // Eigen #include <Eigen/Core> #include <Eigen/Dense> //OpenCV #include <opencv/cv.h> #include <opencv2/core/core.hpp> //g2o #include "../../object_slam/Thirdparty/g2o" // #include "detect_3d_cuboid/matrix_utils.h" struct cam_pose_infos { Eigen::Matrix4d transToWol...
29.418182
147
0.697775
[ "object", "vector", "3d" ]
d49e1f46872f7980c34f924e8050f8cdc070dd2c
2,626
h
C
ssaa11/src/SampleLayoutControl.h
famiiz/SSAA11
47d63c0962a12945d236463ca0c9a64d220cce60
[ "MIT" ]
42
2016-01-26T18:21:17.000Z
2021-07-16T02:14:52.000Z
ssaa11/src/SampleLayoutControl.h
famiiz/SSAA11
47d63c0962a12945d236463ca0c9a64d220cce60
[ "MIT" ]
1
2021-04-03T09:49:29.000Z
2021-04-03T09:49:29.000Z
ssaa11/src/SampleLayoutControl.h
famiiz/SSAA11
47d63c0962a12945d236463ca0c9a64d220cce60
[ "MIT" ]
10
2016-01-27T13:37:28.000Z
2021-04-03T09:49:14.000Z
// // Copyright (c) 2016 Advanced Micro Devices, Inc. All rights reserved. // // 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 rig...
33.666667
169
0.724676
[ "render" ]
d4a368ffd14d6b2ec1f28b747bf4341139ce9929
6,543
h
C
target_firmware/magpie_fw_dev/target/inc/adf_os_io.h
fermatliu/open-ath9k-htc-firmware
dd9b0fc8602b54c56dc9e76a3d9def97ff83d3a4
[ "BSD-3-Clause-Clear" ]
3
2015-12-05T04:25:20.000Z
2020-06-10T23:30:43.000Z
target_firmware/magpie_fw_dev/target/inc/adf_os_io.h
brother-fox/open-ath9k-htc-firmware
5255978e8fde402a0ab372f12741edc44fe4faee
[ "BSD-3-Clause-Clear" ]
null
null
null
target_firmware/magpie_fw_dev/target/inc/adf_os_io.h
brother-fox/open-ath9k-htc-firmware
5255978e8fde402a0ab372f12741edc44fe4faee
[ "BSD-3-Clause-Clear" ]
3
2015-06-08T20:30:16.000Z
2021-03-07T03:19:48.000Z
/* * Copyright (c) 2013 Qualcomm Atheros, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted (subject to the limitations in the * disclaimer below) provided that the following conditions are met: * * * Redistributions of source code ...
32.073529
82
0.687911
[ "object" ]
d4a5f838f308c8f9ec85fafe6f9f8c47d35489a9
5,932
h
C
Linux/sample/FaceDemo/src/Opencv/opencv2/core/cv_cpu_dispatch.h
iotbo/TengineKit
b82c3758360ef37cb219d487d3858a4c1b4effe7
[ "Apache-2.0" ]
null
null
null
Linux/sample/FaceDemo/src/Opencv/opencv2/core/cv_cpu_dispatch.h
iotbo/TengineKit
b82c3758360ef37cb219d487d3858a4c1b4effe7
[ "Apache-2.0" ]
null
null
null
Linux/sample/FaceDemo/src/Opencv/opencv2/core/cv_cpu_dispatch.h
iotbo/TengineKit
b82c3758360ef37cb219d487d3858a4c1b4effe7
[ "Apache-2.0" ]
null
null
null
// This file is part of OpenCV project. // It is subject to the license terms in the LICENSE file found in the top-level // directory of this distribution and at http://opencv.org/license.html. #if defined __OPENCV_BUILD #include "cv_cpu_config.h" #include "cv_cpu_helper.h" #ifdef CV_CPU_DISPATCH_MODE #define CV_CPU...
24.212245
80
0.714093
[ "vector" ]
d4b4adab6dd24f22a2eaa31279614e7c6f5ba59d
2,367
h
C
remesher/libremesh/microdelaunay.h
jjt20/scripts
ec4a001b3082ba4079191ca8aae37be8e790aac2
[ "MIT" ]
24
2018-05-16T01:49:23.000Z
2021-11-05T10:24:44.000Z
remesher/libremesh/microdelaunay.h
jjt20/scripts
ec4a001b3082ba4079191ca8aae37be8e790aac2
[ "MIT" ]
29
2017-08-20T15:22:03.000Z
2020-09-17T06:06:17.000Z
remesher/libremesh/microdelaunay.h
jjt20/scripts
ec4a001b3082ba4079191ca8aae37be8e790aac2
[ "MIT" ]
6
2017-08-22T19:16:01.000Z
2021-05-31T14:43:18.000Z
#ifndef REMESHER_MICRO_DELAUNAY_HEADER #define REMESHER_MICRO_DELAUNAY_HEADER #include "defines.h" #include "polygon2.h" #include "micropatch.h" REMESHER_NAMESPACE_BEGIN /* * This class takes a center vertex and surrounding vertices in 2D. * It calculates the voronoi centroid with or without guidance by * a densi...
27.206897
79
0.721589
[ "vector" ]
d4b76e7cb29cd50d3cd926f2460854291e5feb73
14,029
c
C
freeswitch/src/mod/applications/mod_http_cache/aws.c
gidmoth/freeswitch-image-builder
f0169671d6a4683dd4ac7226a6b38ad94640e592
[ "BSD-2-Clause" ]
null
null
null
freeswitch/src/mod/applications/mod_http_cache/aws.c
gidmoth/freeswitch-image-builder
f0169671d6a4683dd4ac7226a6b38ad94640e592
[ "BSD-2-Clause" ]
null
null
null
freeswitch/src/mod/applications/mod_http_cache/aws.c
gidmoth/freeswitch-image-builder
f0169671d6a4683dd4ac7226a6b38ad94640e592
[ "BSD-2-Clause" ]
null
null
null
/* * aws.c for FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application * Copyright (C) 2013-2014, Grasshopper * * Version: MPL 1.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * th...
33.402381
186
0.76463
[ "object" ]
b48889aba836a4e9e9b0993f9da9d46bb1b53d71
1,302
h
C
zombie2/zombie2/source/zombieguibosshealth.h
DavidCoenFish/ancient-code-0
243fb47b9302a77f9b9392b6e3f90bba2ef3c228
[ "Unlicense" ]
null
null
null
zombie2/zombie2/source/zombieguibosshealth.h
DavidCoenFish/ancient-code-0
243fb47b9302a77f9b9392b6e3f90bba2ef3c228
[ "Unlicense" ]
null
null
null
zombie2/zombie2/source/zombieguibosshealth.h
DavidCoenFish/ancient-code-0
243fb47b9302a77f9b9392b6e3f90bba2ef3c228
[ "Unlicense" ]
null
null
null
// // ZombieGuiBossHealth.h // Zombie // // Created by David Coen on 2011 01 31 // Copyright Pleasure seeking morons 2010. All rights reserved. // #ifndef _ZombieGuiBossHealth_h_ #define _ZombieGuiBossHealth_h_ #include <boost/noncopyable.hpp> #include <boost/shared_ptr.hpp> #include <vector> class ZombieGuiBoss...
22.842105
91
0.809524
[ "vector" ]
b4915ff91675befc171dff27dae7c71902a47047
5,880
h
C
source/hdk2/hdk2/hdkcli_cpp/unittest/unittest_client.h
cablelabs/Utopia
1f8654b3dc91fe78941c4a67d507747bc14fca57
[ "Apache-2.0" ]
null
null
null
source/hdk2/hdk2/hdkcli_cpp/unittest/unittest_client.h
cablelabs/Utopia
1f8654b3dc91fe78941c4a67d507747bc14fca57
[ "Apache-2.0" ]
null
null
null
source/hdk2/hdk2/hdkcli_cpp/unittest/unittest_client.h
cablelabs/Utopia
1f8654b3dc91fe78941c4a67d507747bc14fca57
[ "Apache-2.0" ]
1
2020-12-10T07:34:30.000Z
2020-12-10T07:34:30.000Z
/* * If not stated otherwise in this file or this component's Licenses.txt file the * following copyright and licenses apply: * * Copyright 2015 RDK Management * * 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 ...
31.44385
123
0.696429
[ "object" ]
b4aa004c655d2f880e6466db7ad249224987347b
2,199
h
C
aistreams/c/ais_status.h
isabella232/aistreams
209f4385425405676a581a749bb915e257dbc1c1
[ "Apache-2.0" ]
6
2020-09-22T18:07:15.000Z
2021-10-21T01:34:04.000Z
aistreams/c/ais_status.h
isabella232/aistreams
209f4385425405676a581a749bb915e257dbc1c1
[ "Apache-2.0" ]
2
2020-11-10T13:17:39.000Z
2022-03-30T11:22:14.000Z
aistreams/c/ais_status.h
isabella232/aistreams
209f4385425405676a581a749bb915e257dbc1c1
[ "Apache-2.0" ]
3
2020-09-26T08:40:35.000Z
2021-10-21T01:33:56.000Z
/* * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
29.32
77
0.686221
[ "object" ]
b4aa93817b24577aa1c644da775587e36ff05bc6
5,179
h
C
src/libemane/statisticservice.h
lihebi/emane
24b626c41e36bee79884b26b8450c3932af18a5a
[ "BSD-3-Clause" ]
114
2015-04-10T18:29:45.000Z
2022-03-24T20:22:35.000Z
src/libemane/statisticservice.h
lihebi/emane
24b626c41e36bee79884b26b8450c3932af18a5a
[ "BSD-3-Clause" ]
184
2015-01-06T15:33:54.000Z
2022-03-24T22:17:56.000Z
src/libemane/statisticservice.h
lihebi/emane
24b626c41e36bee79884b26b8450c3932af18a5a
[ "BSD-3-Clause" ]
34
2015-04-15T14:13:18.000Z
2022-03-16T11:05:30.000Z
/* * Copyright (c) 2013 - Adjacent Link LLC, Bridgewater, New Jersey * 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 ...
37.258993
87
0.69917
[ "object", "vector" ]
b4aa965f76f94657dcf7bffa594b1a5efb34e023
2,775
h
C
SimpleMeter.h
JoergBitzer/TGMTools
39ff83537e87e252e5b8f76d18e8a62d10d622da
[ "BSD-3-Clause" ]
1
2021-09-09T11:20:59.000Z
2021-09-09T11:20:59.000Z
SimpleMeter.h
JoergBitzer/TGMTools
39ff83537e87e252e5b8f76d18e8a62d10d622da
[ "BSD-3-Clause" ]
null
null
null
SimpleMeter.h
JoergBitzer/TGMTools
39ff83537e87e252e5b8f76d18e8a62d10d622da
[ "BSD-3-Clause" ]
null
null
null
/** * @file SimpleMeter.h * @author J. Bitzer @ Jade Hochschule * @brief This component implments a Levelmeter with peak and rms display in JUCE * It contains of the audio analysis class and the display class. * The geometry of the component defines if the displayed meter is vertical or horizontal * @version 1.0...
23.717949
89
0.560721
[ "geometry", "vector" ]
b4b24a41aa56199913f506fa2cf361ecec3e8255
4,298
h
C
Airship/AirshipAutomation/Source/UAInAppMessageUtils+Internal.h
andreinagy/ios-library
77770031f0a5d83539ea5468780126eda8d167a9
[ "Apache-2.0" ]
188
2015-01-07T22:33:02.000Z
2022-03-23T05:45:06.000Z
Airship/AirshipAutomation/Source/UAInAppMessageUtils+Internal.h
andreinagy/ios-library
77770031f0a5d83539ea5468780126eda8d167a9
[ "Apache-2.0" ]
223
2015-01-07T23:15:51.000Z
2022-03-10T06:06:51.000Z
Airship/AirshipAutomation/Source/UAInAppMessageUtils+Internal.h
andreinagy/ios-library
77770031f0a5d83539ea5468780126eda8d167a9
[ "Apache-2.0" ]
201
2015-02-04T15:58:19.000Z
2022-01-03T22:01:37.000Z
/* Copyright Airship and Contributors */ #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import "UAInAppMessageButtonInfo.h" #import "UAInAppMessageButtonView+Internal.h" #import "UAInAppMessageTextView+Internal.h" #import "UAInAppMessageButton+Internal.h" #import "UAInAppMessageAdapterProtocol.h" #import "...
35.229508
198
0.758492
[ "object" ]
b4b7ace0d64c73e31fb302c33d8f250eaa73e361
648
h
C
Game/Source/GameObjects/PalletTownObjects/RivalHouse.h
Crewbee/Pokemon-Clone-DX12
188bdde03d5078899a1532305a87d15c611c6c13
[ "CC0-1.0" ]
null
null
null
Game/Source/GameObjects/PalletTownObjects/RivalHouse.h
Crewbee/Pokemon-Clone-DX12
188bdde03d5078899a1532305a87d15c611c6c13
[ "CC0-1.0" ]
null
null
null
Game/Source/GameObjects/PalletTownObjects/RivalHouse.h
Crewbee/Pokemon-Clone-DX12
188bdde03d5078899a1532305a87d15c611c6c13
[ "CC0-1.0" ]
null
null
null
#pragma once class GameObject; class Mesh; class ResourceManager; class TileMap; using namespace std; class RivalHouse : public GameObject { public: RivalHouse(ResourceManager* myResourceManager, TileMap* myTileMap, GameCore* myGame, Mesh* myMesh, GLuint aTexture); ~RivalHouse(); void Update(float deltatime); v...
19.058824
117
0.773148
[ "mesh", "vector" ]
b4be7a2b609ee96528f475548e28e53ebb16c084
8,700
h
C
NGSpice/ngspice-30/src/include/ngspice/devdefs.h
Surya-98/Snapcuit
9789a779485d8af2426a2d4e6403a06f44acadcb
[ "MIT" ]
null
null
null
NGSpice/ngspice-30/src/include/ngspice/devdefs.h
Surya-98/Snapcuit
9789a779485d8af2426a2d4e6403a06f44acadcb
[ "MIT" ]
null
null
null
NGSpice/ngspice-30/src/include/ngspice/devdefs.h
Surya-98/Snapcuit
9789a779485d8af2426a2d4e6403a06f44acadcb
[ "MIT" ]
null
null
null
/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1985 Thomas L. Quarles **********/ #ifndef ngspice_DEVDEFS_H #define ngspice_DEVDEFS_H #include "ngspice/optdefs.h" #include "ngspice/gendefs.h" #include "ngspice/ifsim.h" #include "ngspice/cktdefs.h" #include "ngspice/n...
46.276596
85
0.653678
[ "model" ]
b4bf6ddf82108aebad757b686e797cf448440597
9,330
h
C
include/gehrd.h
langou/latl
df838fb44a1ef5c77b57bf60bd46eaeff8db3492
[ "BSD-3-Clause-Open-MPI" ]
6
2015-12-13T09:10:11.000Z
2022-02-09T23:18:22.000Z
include/gehrd.h
langou/latl
df838fb44a1ef5c77b57bf60bd46eaeff8db3492
[ "BSD-3-Clause-Open-MPI" ]
null
null
null
include/gehrd.h
langou/latl
df838fb44a1ef5c77b57bf60bd46eaeff8db3492
[ "BSD-3-Clause-Open-MPI" ]
2
2019-02-01T06:46:36.000Z
2022-02-09T23:18:24.000Z
// // gehrd.h // Linear Algebra Template Library // // Created by Henricus Bouwmeester on 2/28/13. // Copyright (c) 2013 University of Colorado Denver. All rights reserved. // #ifndef _gehrd_h #define _gehrd_h /// @file gehrd.h Reduces a general matrix A to upper Hessenberg form H by /// an orthogonal (unitary) s...
38.237705
114
0.500536
[ "vector" ]
b4c43097fc366ac02117d9ece4b30457b3d447cd
2,258
h
C
src/cpp/smsc/msa_consensus.h
UTbioinf/SMSC
0d5765518b3863d2363f264d9f256063c7f7ce71
[ "MIT" ]
null
null
null
src/cpp/smsc/msa_consensus.h
UTbioinf/SMSC
0d5765518b3863d2363f264d9f256063c7f7ce71
[ "MIT" ]
2
2019-05-31T06:36:36.000Z
2019-09-18T22:13:09.000Z
src/cpp/smsc/msa_consensus.h
UTbioinf/SMSC
0d5765518b3863d2363f264d9f256063c7f7ce71
[ "MIT" ]
1
2021-12-01T10:30:58.000Z
2021-12-01T10:30:58.000Z
#ifndef __MSA_CONSENSUS_H #define __MSA_CONSENSUS_H #include <iostream> #include <fstream> #include <vector> #include <string> #include <algorithm> #include <cstdlib> namespace loon { // all locations are left included, right excluded class PairwiseAln { public: size_t ref_start, ref_end; size_t qry_start, q...
30.513514
120
0.69752
[ "vector" ]
b4c72c2267e77667c61b184f0b0595bf3b41d129
297
h
C
server/src/database/type/agent_name.h
chyla/slas
c0c222e55571a7f8b2cb0b68b3e4900dbff9a986
[ "MIT" ]
1
2016-03-03T13:04:57.000Z
2016-03-03T13:04:57.000Z
server/src/database/type/agent_name.h
chyla/slas
c0c222e55571a7f8b2cb0b68b3e4900dbff9a986
[ "MIT" ]
null
null
null
server/src/database/type/agent_name.h
chyla/slas
c0c222e55571a7f8b2cb0b68b3e4900dbff9a986
[ "MIT" ]
null
null
null
/* * Copyright 2016 Adam Chyła, adam@chyla.org * All rights reserved. Distributed under the terms of the MIT License. */ #pragma once #include <string> #include <vector> namespace database { namespace type { typedef std::string AgentName; typedef std::vector<AgentName> AgentNames; } }
12.375
71
0.727273
[ "vector" ]
b4cba44893e523cbf012b4c06713fdd248c1490f
2,714
h
C
CI/rule/pclint/pclint_include/include_linux/c++/4.8.2/java/sql/Statement.h
chewaiwai/huaweicloud-sdk-c-obs
fbcd3dadd910c22af3a91aeb73ca0fee94d759fb
[ "Apache-2.0" ]
22
2019-06-13T01:16:44.000Z
2022-03-29T02:42:39.000Z
CI/rule/pclint/pclint_include/include_linux/c++/4.8.2/java/sql/Statement.h
chewaiwai/huaweicloud-sdk-c-obs
fbcd3dadd910c22af3a91aeb73ca0fee94d759fb
[ "Apache-2.0" ]
26
2019-09-20T06:46:05.000Z
2022-03-11T08:07:14.000Z
CI/rule/pclint/pclint_include/include_linux/c++/4.8.2/java/sql/Statement.h
chewaiwai/huaweicloud-sdk-c-obs
fbcd3dadd910c22af3a91aeb73ca0fee94d759fb
[ "Apache-2.0" ]
14
2019-07-15T06:42:39.000Z
2022-02-15T10:32:28.000Z
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __java_sql_Statement__ #define __java_sql_Statement__ #pragma interface #include <java/lang/Object.h> #include <gcj/array.h> extern "Java" { namespace java { namespace sql { class Connection; class ResultSet; ...
34.794872
93
0.686072
[ "object" ]
b4ccd9edff1577e0345a9946292d14d03a031f0c
2,437
c
C
d/atoyatl/tecqumin/rooms/bungee_room.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
9
2021-07-05T15:24:54.000Z
2022-02-25T19:44:15.000Z
d/atoyatl/tecqumin/rooms/bungee_room.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
4
2021-03-15T18:56:39.000Z
2021-08-17T17:08:22.000Z
d/atoyatl/tecqumin/rooms/bungee_room.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
10
2021-03-13T00:18:03.000Z
2022-03-29T15:02:42.000Z
#include <std.h> #include <move.h> #include "../tecqumin.h" inherit JUNG_ROOM + "jung_base.c"; void create() { ::create(); set_items( ([ ({"tower", "rickety tower"}) : (:TO, "tower_desc":) ]) ); set_climb_exits(([ "climb" : ({JUNG_ROOM + "tower_top",2,0,100}), ])); } string short_desc(){ return "%^BOLD%...
33.383562
74
0.57776
[ "object", "shape" ]
b4da47835d9e3ae9051e73de0c14bfd62ed59123
2,189
h
C
Libs/MRML/DisplayableManager/Testing/Cxx/vtkMRMLTestSliceViewDisplayableManager.h
TheInterventionCentre/NorMIT-Plan-App
765ed9a5dccc1cc134b65ccabe93fc132baeb2ea
[ "MIT" ]
null
null
null
Libs/MRML/DisplayableManager/Testing/Cxx/vtkMRMLTestSliceViewDisplayableManager.h
TheInterventionCentre/NorMIT-Plan-App
765ed9a5dccc1cc134b65ccabe93fc132baeb2ea
[ "MIT" ]
null
null
null
Libs/MRML/DisplayableManager/Testing/Cxx/vtkMRMLTestSliceViewDisplayableManager.h
TheInterventionCentre/NorMIT-Plan-App
765ed9a5dccc1cc134b65ccabe93fc132baeb2ea
[ "MIT" ]
null
null
null
/*============================================================================== Program: 3D Slicer Copyright (c) Kitware Inc. See COPYRIGHT.txt or http://www.slicer.org/copyright/copyright.txt for details. Unless required by applicable law or agreed to in writing, software distributed under the License...
31.724638
106
0.737323
[ "3d" ]
b4dfc8a51b1d31db1ed5c2c9d41d290d51fbeada
662
h
C
SimpleEngine3D/core/graphic/mesh.h
lukaszlipski/SimpleEngine3D
8fd81ff17512eed7f84e0b18e94c1a7f9754f573
[ "Apache-2.0" ]
1
2021-08-31T01:45:11.000Z
2021-08-31T01:45:11.000Z
SimpleEngine3D/core/graphic/mesh.h
lukaszlipski/SimpleEngine3D
8fd81ff17512eed7f84e0b18e94c1a7f9754f573
[ "Apache-2.0" ]
null
null
null
SimpleEngine3D/core/graphic/mesh.h
lukaszlipski/SimpleEngine3D
8fd81ff17512eed7f84e0b18e94c1a7f9754f573
[ "Apache-2.0" ]
null
null
null
#pragma once #include "material.h" #include "../math/vector3d.h" namespace SE3D { struct INTERNAL_MESH_FORMAT; struct VERTEX { Vector3D m_Position; Vector3D m_Normal; Vector2D m_UV; Vector3D m_Tangent; }; class Mesh { private: String m_Name; Material m_Material; uint32 m_VAO; uint32 m_VBO; u...
16.974359
78
0.702417
[ "mesh" ]
b4e2ee1f4f10cf42383823c8f8b46321fda9b555
32,531
h
C
imdd_draw_util.h
sjb3d/imdd
c0584e06b6190d0ab9decf0a0437de48965018eb
[ "MIT" ]
3
2019-12-18T17:47:27.000Z
2022-03-27T16:55:44.000Z
imdd_draw_util.h
sjb3d/imdd
c0584e06b6190d0ab9decf0a0437de48965018eb
[ "MIT" ]
null
null
null
imdd_draw_util.h
sjb3d/imdd
c0584e06b6190d0ab9decf0a0437de48965018eb
[ "MIT" ]
null
null
null
#pragma once #include "imdd.h" #include "imdd_store.h" #include <math.h> #include <string.h> // for memcpy #ifdef __cplusplus extern "C" { #endif typedef enum { IMDD_MESH_BOX, IMDD_MESH_SPHERE, IMDD_MESH_CONE, IMDD_MESH_CYLINDER, IMDD_MESH_COUNT } imdd_mesh_enum_t; static imdd_mesh_enum_t const g_imdd_mesh_fro...
34.099581
132
0.733178
[ "mesh", "shape", "transform" ]
b4e83589a3410ead62c4cc876790c13bfbe1082a
5,288
h
C
lib/include/xnetwork/utils/tests/test_misc.h
luk036/xnetwork
462c25da3aead6b834e6027f4d679dc47965b134
[ "MIT" ]
1
2020-03-31T06:10:58.000Z
2020-03-31T06:10:58.000Z
lib/include/xnetwork/utils/tests/test_misc.h
luk036/xnetwork
462c25da3aead6b834e6027f4d679dc47965b134
[ "MIT" ]
null
null
null
lib/include/xnetwork/utils/tests/test_misc.h
luk036/xnetwork
462c25da3aead6b834e6027f4d679dc47965b134
[ "MIT" ]
1
2020-04-08T05:56:26.000Z
2020-04-08T05:56:26.000Z
// -*- encoding: utf-8 -*- from nose.tools import * from nose import SkipTest #include <xnetwork.hpp> // as xn #include <xnetwork/utils.hpp> // import * auto test_is_string_like() { assert_true(is_string_like("aaaa")); assert_false(is_string_like(None)); assert_false(is_string_like(123)); auto test_iter...
29.054945
78
0.587746
[ "object" ]
b4ea7a001917ff12624a4d531e695774efc75c9e
951
h
C
shared/XrSceneLib/pch.h
CodeReclaimers/OpenXR-MixedReality
47a9ab92e1435b2566708452924d4d96689178c0
[ "MIT" ]
174
2020-03-10T18:30:02.000Z
2022-03-14T07:11:08.000Z
shared/XrSceneLib/pch.h
CodeReclaimers/OpenXR-MixedReality
47a9ab92e1435b2566708452924d4d96689178c0
[ "MIT" ]
28
2020-04-06T15:14:40.000Z
2022-03-26T00:27:45.000Z
shared/XrSceneLib/pch.h
CodeReclaimers/OpenXR-MixedReality
47a9ab92e1435b2566708452924d4d96689178c0
[ "MIT" ]
60
2020-03-25T04:01:52.000Z
2022-03-28T14:40:10.000Z
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. #pragma once #include <sdkddkver.h> #define NOMINMAX #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers #include <windows.h> #include <exception> #include <memory> #include <tuple> #include <vector> #include <map> ...
20.234043
77
0.760252
[ "vector" ]
b4f6d73f27fb9af2fe2cf2c638c60de8f90a1ed8
6,268
c
C
core/vice-3.3/src/pet/petcolour.c
paulscottrobson/cxp-computer
b43f47d5e8232d3229c6522c9a02d53c1edd3a4d
[ "MIT" ]
1
2020-02-03T16:46:40.000Z
2020-02-03T16:46:40.000Z
third_party/vice-3.3/src/pet/petcolour.c
xlar54/bmc64
c73f91babaf9e9f75b5073c773bb50e8a8e43505
[ "Apache-2.0" ]
4
2019-06-18T14:45:35.000Z
2019-06-22T17:18:22.000Z
third_party/vice-3.3/src/pet/petcolour.c
xlar54/bmc64
c73f91babaf9e9f75b5073c773bb50e8a8e43505
[ "Apache-2.0" ]
1
2021-05-14T11:13:44.000Z
2021-05-14T11:13:44.000Z
/* * petcolour.c * * Written by * Olaf Seibert <rhialto@falu.nl> * * This implements the 2-chip colour board for the Universal PET * mainboard (i.e. model 4032) as designed by Steve Gray: * http://www.6502.org/users/sjgray/projects/colourpet/index.html * The hardware is a work-in-progress. * * It is no...
29.153488
106
0.595246
[ "model" ]
b4ff3086ae03638d707450d22656d4b5e4613b0d
4,637
c
C
nitan/d/mingjiao/npc/yinli.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
1
2019-03-27T07:25:16.000Z
2019-03-27T07:25:16.000Z
nitan/d/mingjiao/npc/yinli.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
nitan/d/mingjiao/npc/yinli.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
// Copyright (C) 2003, by Lonely. All rights reserved. // This software can not be used, copied, or modified // in any form without the written permission from authors. // yinli.c 殷離 inherit NPC; #include <ansi.h> mixed ask_qianzhu(); mixed ask_he(); string *qianzhu_message = ({ "千蛛萬毒手雖是一門毒功, 其實它包括指法, 內功, 輕...
32.426573
79
0.504421
[ "object" ]
3704ed22fa82a1e46d50ebae774651ecf3587402
187,455
h
C
plugins/track/head/kinectHeadTracking/3rdParty/kinect/v2.0_1409/Samples/WinRT/ControlsBasics-DX/SpriteVertexShader.h
wterkaj/ApertusVR
424ec5515ae08780542f33cc4841a8f9a96337b3
[ "MIT" ]
158
2016-11-17T19:37:51.000Z
2022-03-21T19:57:55.000Z
plugins/track/head/kinectHeadTracking/3rdParty/kinect/v2.0_1409/Samples/WinRT/ControlsBasics-DX/SpriteVertexShader.h
wterkaj/ApertusVR
424ec5515ae08780542f33cc4841a8f9a96337b3
[ "MIT" ]
94
2016-11-18T09:55:57.000Z
2021-01-14T08:50:40.000Z
plugins/track/head/kinectHeadTracking/3rdParty/kinect/v2.0_1409/Samples/WinRT/ControlsBasics-DX/SpriteVertexShader.h
wterkaj/ApertusVR
424ec5515ae08780542f33cc4841a8f9a96337b3
[ "MIT" ]
51
2017-05-24T10:20:25.000Z
2022-03-17T15:07:02.000Z
#if 0 // // Generated by Microsoft (R) HLSL Shader Compiler 9.30.10760.0 // // /// // Buffer Definitions: // // cbuffer constantBuffer // { // // row_major float4x4 transform; // Offset: 0 Size: 64 // float4 targetSpriteIndex; // Offset: 64 Size: 16 // float4 tint; ...
36.028253
163
0.306874
[ "object", "transform" ]
3709c2f6c2d244c3136660a0cd527c9d96fd9804
1,861
h
C
CondFormats/HcalObjects/interface/HcalRecoParam.h
pasmuss/cmssw
566f40c323beef46134485a45ea53349f59ae534
[ "Apache-2.0" ]
null
null
null
CondFormats/HcalObjects/interface/HcalRecoParam.h
pasmuss/cmssw
566f40c323beef46134485a45ea53349f59ae534
[ "Apache-2.0" ]
null
null
null
CondFormats/HcalObjects/interface/HcalRecoParam.h
pasmuss/cmssw
566f40c323beef46134485a45ea53349f59ae534
[ "Apache-2.0" ]
null
null
null
#ifndef HcalRecoParam_h #define HcalRecoParam_h /** \class HcalRecoParam \author Radek Ofierzynski POOL object to store timeslice reco values mParam1, mParam2 re-define to keep more parameters 28-Oct-2011 sk. */ #include "CondFormats/Serialization/interface/Serializable.h" #include <boost/cstdint.hpp> class ...
33.232143
88
0.725416
[ "object" ]
370aa2b8bf745b535e22e86c82f354288ad37222
2,058
c
C
tests/tests_e2e/az_ulib_ustream_forward_e2e/az_ulib_ustream_forward_e2e.c
Azure/azure-ulib-c
10e0d6b2dc300338304bf6c276483fe92493a870
[ "MIT" ]
10
2019-09-28T19:23:02.000Z
2021-08-24T18:12:38.000Z
tests/tests_e2e/az_ulib_ustream_forward_e2e/az_ulib_ustream_forward_e2e.c
Azure/azure-ulib-c
10e0d6b2dc300338304bf6c276483fe92493a870
[ "MIT" ]
24
2019-10-10T22:11:37.000Z
2021-08-23T17:58:44.000Z
tests/tests_e2e/az_ulib_ustream_forward_e2e/az_ulib_ustream_forward_e2e.c
nittaya1990/azure-ulib-c
6752fba49ba4b7dbcf7ea59f2f98ff8ddeb5ae7e
[ "MIT" ]
4
2020-12-28T10:53:41.000Z
2021-08-24T18:11:47.000Z
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. // See LICENSE file in the project root for full license information. #include <setjmp.h> #include <stdarg.h> #include <stdint.h> #include <stdlib.h> #include <string.h> #include "az_ulib_ustream_forward.h" #include "az_ulib_ustream_f...
34.3
97
0.812439
[ "model" ]
e8fe52cff5ff1ae940de4013fd5d19c56e6078bc
19,820
h
C
include/asm200.h
Ashmouth/ProjetCA
2b199eaca5b2ec4cff5083e1fdf095c7cd650b39
[ "MIT" ]
2
2017-09-11T19:13:06.000Z
2020-01-20T09:05:40.000Z
include/asm200.h
Ashmouth/ProjetCA
2b199eaca5b2ec4cff5083e1fdf095c7cd650b39
[ "MIT" ]
null
null
null
include/asm200.h
Ashmouth/ProjetCA
2b199eaca5b2ec4cff5083e1fdf095c7cd650b39
[ "MIT" ]
3
2017-02-08T18:01:56.000Z
2018-10-04T21:30:08.000Z
/* ###--------------------------------------------------------------### */ /* file : asm200.h */ /* date : Jun 21 2010 */ /* version : v200 */ /* author : Pirouz Bazargan Sabet */ /* description : assembler */ /* ###--------------------------------------------------------------### */ #ifnde...
49.798995
146
0.421292
[ "object" ]
3314d0a1eed355623a3869ae3888d06b8c8957fd
5,461
h
C
include/core/AlloyIsoContour.h
HongqiangWei/Alloy-Graphics-Library
8c2b1436f6f0463f4dae109a0284deeb3486e326
[ "MIT" ]
null
null
null
include/core/AlloyIsoContour.h
HongqiangWei/Alloy-Graphics-Library
8c2b1436f6f0463f4dae109a0284deeb3486e326
[ "MIT" ]
null
null
null
include/core/AlloyIsoContour.h
HongqiangWei/Alloy-Graphics-Library
8c2b1436f6f0463f4dae109a0284deeb3486e326
[ "MIT" ]
null
null
null
/* * Copyright(C) 2015, Blake C. Lucas, Ph.D. (img.science@gmail.com) * * 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...
33.29878
80
0.63688
[ "vector" ]
331b78b69621f946ff8ce895d8f0d423be00b17d
850
c
C
nitan/d/death/yinyangta17.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
1
2019-03-27T07:25:16.000Z
2019-03-27T07:25:16.000Z
nitan/d/death/yinyangta17.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
nitan/d/death/yinyangta17.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
#include <ansi.h> inherit ROOM; void create() { set("short", HIB "陰陽塔" NOR); set("long", HIB @LONG 這是地獄中最高的一座塔,高約三百餘尺,共有十八級。相傳塔頂 住有神獸朱雀,這個傳言也不知是真是假。 LONG NOR ); set("exits", ([ "up" : __DIR__"yinyangta18", "down" : __DIR__"yinyangta16", ])); ...
22.368421
67
0.443529
[ "object" ]
33270c2b735c526fb0d84920763858eb68b21f02
4,684
h
C
OpenGLEngine/Include/React3D/collision/ContactManifoldInfo.h
sh960440/Reality-Game-Engine
9a079a9b32e8c739e5dae9c33c9924fb84ccc8a5
[ "MIT" ]
3
2021-02-21T02:59:28.000Z
2022-03-21T22:32:22.000Z
OpenGLEngine/Include/React3D/collision/ContactManifoldInfo.h
sh960440/Reality-Game-Engine
9a079a9b32e8c739e5dae9c33c9924fb84ccc8a5
[ "MIT" ]
1
2020-03-01T20:31:05.000Z
2020-03-01T20:31:05.000Z
OpenGLEngine/Include/React3D/collision/ContactManifoldInfo.h
sh960440/Reality-Game-Engine
9a079a9b32e8c739e5dae9c33c9924fb84ccc8a5
[ "MIT" ]
13
2020-01-17T09:30:37.000Z
2020-02-27T01:10:10.000Z
/******************************************************************************** * ReactPhysics3D physics library, http://www.reactphysics3d.com * * Copyright (c) 2010-2019 Daniel Chappuis * **************************************************************************...
39.694915
96
0.556789
[ "transform" ]
3327fc315cc4fa50c63a7f6fe55664849abb62af
2,361
h
C
src/GL/GLRenderable.h
quimnuss/adanaxis
a04eb945fe808aeb9be5da305a37ff47e04dd006
[ "MIT" ]
null
null
null
src/GL/GLRenderable.h
quimnuss/adanaxis
a04eb945fe808aeb9be5da305a37ff47e04dd006
[ "MIT" ]
null
null
null
src/GL/GLRenderable.h
quimnuss/adanaxis
a04eb945fe808aeb9be5da305a37ff47e04dd006
[ "MIT" ]
null
null
null
//%includeGuardStart { #ifndef GLRENDERABLE_H #define GLRENDERABLE_H //%includeGuardStart } pJbPZlQpqi1UWUnA/ssrzg //%Header { /***************************************************************************** * * File: src/GL/GLRenderable.h * * Author: Andy Southgate 2002-2005 * * This file contains original work by...
29.148148
79
0.666243
[ "render" ]
333080d516cd7c698d8fcf41c17ec33d0f71ff2f
109,299
h
C
Pods/LNDrpc/Rpc.pbrpc.h
reez/Tabs
40260f149c1e43adbd5369959752af1e6c2b493b
[ "MIT" ]
3
2019-02-06T01:07:48.000Z
2021-08-15T03:43:14.000Z
Pods/LNDrpc/Rpc.pbrpc.h
reez/Tabs
40260f149c1e43adbd5369959752af1e6c2b493b
[ "MIT" ]
50
2019-03-02T02:44:35.000Z
2020-05-02T14:58:11.000Z
Pods/LNDrpc/Rpc.pbrpc.h
reez/Tabs
40260f149c1e43adbd5369959752af1e6c2b493b
[ "MIT" ]
null
null
null
#if !defined(GPB_GRPC_FORWARD_DECLARE_MESSAGE_PROTO) || !GPB_GRPC_FORWARD_DECLARE_MESSAGE_PROTO #import "Rpc.pbobjc.h" #endif #if !defined(GPB_GRPC_PROTOCOL_ONLY) || !GPB_GRPC_PROTOCOL_ONLY #import <ProtoRPC/ProtoService.h> #import <ProtoRPC/ProtoRPCLegacy.h> #import <RxLibrary/GRXWriteable.h> #import <RxLibrary/GRXWr...
47.397658
208
0.785881
[ "model" ]
333aa7b69c530f519298ab210ccc5d8787cdc161
872
h
C
j2objc/include/java/io/Closeable.h
benf1977/j2objc-serialization-example
bc356a2fa4a1f4da680a0f6cfe33985220be74f3
[ "MIT" ]
null
null
null
j2objc/include/java/io/Closeable.h
benf1977/j2objc-serialization-example
bc356a2fa4a1f4da680a0f6cfe33985220be74f3
[ "MIT" ]
null
null
null
j2objc/include/java/io/Closeable.h
benf1977/j2objc-serialization-example
bc356a2fa4a1f4da680a0f6cfe33985220be74f3
[ "MIT" ]
null
null
null
// // Generated by the J2ObjC translator. DO NOT EDIT! // source: android/libcore/luni/src/main/java/java/io/Closeable.java // #ifndef _JavaIoCloseable_H_ #define _JavaIoCloseable_H_ #include "J2ObjC_header.h" #include "java/lang/AutoCloseable.h" /*! @brief An <code>AutoCloseable</code> whose close method may th...
26.424242
95
0.767202
[ "object" ]
333fe0676890a0645bc7c47d630dc150e1eee4a8
55,287
h
C
include/ripples/imm.h
hipdac-lab/ripples
a948bff8db199b0e9eb7b3492a8af0e9e738c26c
[ "Apache-2.0" ]
null
null
null
include/ripples/imm.h
hipdac-lab/ripples
a948bff8db199b0e9eb7b3492a8af0e9e738c26c
[ "Apache-2.0" ]
null
null
null
include/ripples/imm.h
hipdac-lab/ripples
a948bff8db199b0e9eb7b3492a8af0e9e738c26c
[ "Apache-2.0" ]
null
null
null
//===------------------------------------------------------------*- C++ -*-===// // // Ripples: A C++ Library for Influence Maximization // Marco Minutoli <marco.minutoli@pnnl.gov> // Pacific Northwest National Laboratory // //===-------------------------------------------...
39.072085
160
0.607629
[ "object", "vector", "model" ]
3341f084b5ca42dac1c7f14357fa625b03fef35e
8,673
c
C
dlls/advapi32/crypt_md4.c
metoo10987/wine
42ed54b5d8e67aeb647d5a4fc8af7c8962285c7f
[ "MIT" ]
90
2018-06-27T20:40:37.000Z
2022-02-08T20:32:21.000Z
dlls/advapi32/crypt_md4.c
kocubinski/wine
3b2fae0161aa15155cf76631a965ad0ad136b795
[ "MIT" ]
24
2018-07-21T19:56:55.000Z
2019-08-27T21:06:27.000Z
dlls/advapi32/crypt_md4.c
kocubinski/wine
3b2fae0161aa15155cf76631a965ad0ad136b795
[ "MIT" ]
26
2018-06-27T22:21:36.000Z
2022-03-31T02:13:18.000Z
/* * Copyright (C) 2001 Nikos Mavroyanopoulos * Copyright (C) 2004 Hans Leidekker * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your...
26.522936
87
0.525539
[ "transform" ]
3343b054f02b14ba8ace82f37d26eb9d8e5f1c04
660
h
C
src/z80asm/libfile.h
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
38
2021-06-18T12:56:15.000Z
2022-03-12T20:38:40.000Z
src/z80asm/libfile.h
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
2
2021-06-20T16:28:12.000Z
2021-11-17T21:33:56.000Z
src/z80asm/libfile.h
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
6
2021-06-18T18:18:36.000Z
2021-12-22T08:01:32.000Z
/* Z88DK Z80 Macro Assembler Copyright (C) Gunther Strube, InterLogic 1993-99 Copyright (C) Paulo Custodio, 2011-2019 License: The Artistic License 2.0, http://www.perlfoundation.org/artistic_license_2_0 Repository: https://github.com/z88dk/z88dk Handle library file contruction, reading and writing */ #pragma once ...
28.695652
85
0.783333
[ "object" ]
3344a4e785ae14f5761ef88c14e90dfa3a69cbd8
5,227
h
C
Astran/src/cellnetlst.h
aziesemer/gme-ufrgs
ccc0d6767d2e0bf6afe4176c2be5762a79d3e797
[ "BSD-2-Clause" ]
38
2015-05-05T01:42:16.000Z
2021-09-11T15:41:48.000Z
Astran/src/cellnetlst.h
aziesemer/gme-ufrgs
ccc0d6767d2e0bf6afe4176c2be5762a79d3e797
[ "BSD-2-Clause" ]
19
2015-10-05T18:39:04.000Z
2021-07-29T16:27:26.000Z
Astran/src/cellnetlst.h
aziesemer/gme-ufrgs
ccc0d6767d2e0bf6afe4176c2be5762a79d3e797
[ "BSD-2-Clause" ]
22
2015-07-15T15:14:16.000Z
2021-09-11T15:41:49.000Z
/************************************************************************** * Copyright (C) 2005 by Adriel Mota Ziesemer Jr. * * [amziesemerj[at]@inf.ufrgs.br * **************************************************************************/ #pragma once /...
37.335714
143
0.694471
[ "vector" ]
3347186a0575ad228be5286dc1059c2040a21d6e
4,486
h
C
Framework/Includes/C++11/LWCore/LWAllocator.h
slicer4ever/Lightwaver
1f444e42eab9988632f541ab3c8f491d557c7de7
[ "MIT" ]
3
2017-10-24T08:04:49.000Z
2018-08-28T10:08:08.000Z
Framework/Includes/C++11/LWCore/LWAllocator.h
slicer4ever/Lightwave
1f444e42eab9988632f541ab3c8f491d557c7de7
[ "MIT" ]
null
null
null
Framework/Includes/C++11/LWCore/LWAllocator.h
slicer4ever/Lightwave
1f444e42eab9988632f541ab3c8f491d557c7de7
[ "MIT" ]
null
null
null
#ifndef LWALLOCATOR_H #define LWALLOCATOR_H #include <memory> #include <new> #include <cstdint> /*! \defgroup LWAllocator LWAllocator \ingroup LWCore \brief LWAllocator group of allocation schemes used by the framework. @{ */ /*! \brief LWAllocator is a pure abstract allocation class that can be overlo...
40.781818
238
0.72782
[ "object" ]
33506cb1ec27a1024235a6e1d5c5ffd8e47cd4a3
792
h
C
Deku Engine/ModuleGuiEditor.h
SergiPC/Game_Engine
3599c98fa36387dea2080321954e675c96b7aa0a
[ "MIT" ]
null
null
null
Deku Engine/ModuleGuiEditor.h
SergiPC/Game_Engine
3599c98fa36387dea2080321954e675c96b7aa0a
[ "MIT" ]
null
null
null
Deku Engine/ModuleGuiEditor.h
SergiPC/Game_Engine
3599c98fa36387dea2080321954e675c96b7aa0a
[ "MIT" ]
null
null
null
#ifndef __MODULE_GUI__ #define __MODULE_GUI__ #include "Module.h" #include "Globals.h" #include <vector> class Menu; class MenuAbout; class MenuHierarchy; class MenuInspector; class MenuConfig; class GameObject; class ModuleGuiEditor : public Module { public: ModuleGuiEditor(Application* app, bool start_enabled = t...
19.8
62
0.763889
[ "vector" ]
33540faa08ab803006197b80af341c408c28b514
3,616
h
C
source/fwd_torch/torch_cvt/torch_desc_creators/torch_norm_creator.h
MirrorYu/Forward
55e9da5dad3b5f08f4ca52cdf92614c476bbf6f9
[ "BSD-3-Clause" ]
491
2021-03-12T08:16:02.000Z
2022-03-30T02:25:18.000Z
source/fwd_torch/torch_cvt/torch_desc_creators/torch_norm_creator.h
MirrorYu/Forward
55e9da5dad3b5f08f4ca52cdf92614c476bbf6f9
[ "BSD-3-Clause" ]
26
2021-03-17T09:09:27.000Z
2022-01-23T01:49:55.000Z
source/fwd_torch/torch_cvt/torch_desc_creators/torch_norm_creator.h
MirrorYu/Forward
55e9da5dad3b5f08f4ca52cdf92614c476bbf6f9
[ "BSD-3-Clause" ]
67
2021-03-15T09:03:29.000Z
2022-03-30T04:19:02.000Z
// Copyright (C) 2021 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 // // Unless ...
35.80198
100
0.50802
[ "vector" ]
335eaab0d4c45a51ce75ec08cbaea53c7ffff54b
2,957
h
C
include/unikv/threadpool.h
biqar/unikv
5fb98b595cbbf08e40afd86d57f489f822b9bfe4
[ "BSD-3-Clause" ]
16
2020-04-21T19:24:16.000Z
2022-03-31T07:03:43.000Z
include/unikv/threadpool.h
biqar/unikv
5fb98b595cbbf08e40afd86d57f489f822b9bfe4
[ "BSD-3-Clause" ]
null
null
null
include/unikv/threadpool.h
biqar/unikv
5fb98b595cbbf08e40afd86d57f489f822b9bfe4
[ "BSD-3-Clause" ]
6
2020-04-21T23:04:21.000Z
2022-03-25T03:15:33.000Z
// // Created by wujy on 9/6/18. // #ifndef LEVELDB_THREADPOOL_H #define LEVELDB_THREADPOOL_H #include <memory> #include <functional> #include <thread> #include <vector> #include <queue> #include <mutex> #include <condition_variable> #include <future> class ThreadPool { public: //create a thread pool witch conta...
31.126316
109
0.477173
[ "vector" ]
336a644686f2a61ad0d82364c3519af5c92d6180
3,432
h
C
Hope/shaderProgram.h
A12134/Hope
f9cb00767016a66e0ef7848166782f8ee3e6f608
[ "Apache-2.0" ]
null
null
null
Hope/shaderProgram.h
A12134/Hope
f9cb00767016a66e0ef7848166782f8ee3e6f608
[ "Apache-2.0" ]
null
null
null
Hope/shaderProgram.h
A12134/Hope
f9cb00767016a66e0ef7848166782f8ee3e6f608
[ "Apache-2.0" ]
null
null
null
#ifndef SHADER_PROGRAM_H #define SHADER_PROGRAM_H #include "glad/glad.h" #include "GLFW/glfw3.h" #include <string> #include "LogManager.h" #include <glm/glm.hpp> #include <glm/gtc/matrix_transform.hpp> #include <glm/gtc/type_ptr.hpp> class shaderProgram { private: LogManager * engineLog; std::string sh...
38.561798
110
0.738928
[ "vector" ]
336edf61a5ff222a10629c020e22af8cca81ff98
4,540
h
C
diagnostics/cros_healthd/cros_healthd_routine_service.h
strassek/chromiumos-platform2
12c953f41f48b8a6b0bd1c181d09bdb1de38325c
[ "BSD-3-Clause" ]
null
null
null
diagnostics/cros_healthd/cros_healthd_routine_service.h
strassek/chromiumos-platform2
12c953f41f48b8a6b0bd1c181d09bdb1de38325c
[ "BSD-3-Clause" ]
null
null
null
diagnostics/cros_healthd/cros_healthd_routine_service.h
strassek/chromiumos-platform2
12c953f41f48b8a6b0bd1c181d09bdb1de38325c
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2019 The Chromium OS 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 DIAGNOSTICS_CROS_HEALTHD_CROS_HEALTHD_ROUTINE_SERVICE_H_ #define DIAGNOSTICS_CROS_HEALTHD_CROS_HEALTHD_ROUTINE_SERVICE_H_ #include <string> #i...
38.803419
79
0.770925
[ "vector" ]
33732dc2dde7537a05f228a05cd1c068363ab771
1,961
h
C
alljoyn/services/about/ios/inc/alljoyn/about/AJNAboutIconService.h
WigWagCo/alljoyn
1b148edd934882ca32fd319af86a5a927f9d35a7
[ "0BSD" ]
37
2015-01-18T21:27:23.000Z
2018-01-12T00:33:43.000Z
alljoyn/services/about/ios/inc/alljoyn/about/AJNAboutIconService.h
WigWagCo/alljoyn
1b148edd934882ca32fd319af86a5a927f9d35a7
[ "0BSD" ]
14
2015-02-24T11:44:01.000Z
2020-07-20T18:48:44.000Z
alljoyn/services/about/ios/inc/alljoyn/about/AJNAboutIconService.h
WigWagCo/alljoyn
1b148edd934882ca32fd319af86a5a927f9d35a7
[ "0BSD" ]
29
2015-01-23T16:40:52.000Z
2019-10-21T12:22:30.000Z
/****************************************************************************** * Copyright (c) 2013-2014, AllSeen Alliance. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyrigh...
42.630435
139
0.700663
[ "object" ]
33783bc186797dab1f207a2b67d7214b99bf3852
1,288
h
C
MegaManX3/Helit.h
bboyturtles13/Mega-Man-X3
b84b35176d72cf43cbce6fd34c5e8e28638a442a
[ "MIT" ]
7
2019-09-19T06:59:47.000Z
2022-01-26T10:21:49.000Z
MegaManX3/Helit.h
bboyturtles13/Mega-Man-X3
b84b35176d72cf43cbce6fd34c5e8e28638a442a
[ "MIT" ]
3
2020-01-20T04:28:59.000Z
2020-01-20T05:01:43.000Z
MegaManX3/Helit.h
bboyturtles13/Mega-Man-X3
b84b35176d72cf43cbce6fd34c5e8e28638a442a
[ "MIT" ]
6
2019-11-15T02:13:12.000Z
2022-01-27T12:30:29.000Z
#ifndef _Helit_H_ #define _Helit_H_ #include "DynamicObject.h" #include "HelitBullet.h" #include "WallSlide.h" #include "ExplosionEffect.h" #define HELIT_EFFECT_FIRE 0 #define HELIT_EFFECT_EXPLOSION 1 #include <cstdlib> #include <ctime> class Helit : public DynamicObject { private: Helit(); UINT body = 0; CTime t...
25.76
137
0.748447
[ "render" ]
337a43938abb3d9d78cec43f12e1c9a207253198
10,499
c
C
cras/src/dsp/biquad.c
TinkerBoard-Android/external-adhd
ffc625793b55ea7f8e511b9362a88b6ba080c983
[ "BSD-1-Clause", "BSD-3-Clause" ]
1
2021-03-08T11:49:58.000Z
2021-03-08T11:49:58.000Z
cras/src/dsp/biquad.c
TinkerBoard-Android/external-adhd
ffc625793b55ea7f8e511b9362a88b6ba080c983
[ "BSD-1-Clause", "BSD-3-Clause" ]
1
2021-03-23T18:17:08.000Z
2021-03-23T18:17:08.000Z
cras/src/dsp/biquad.c
TinkerBoard-Android/external-adhd
ffc625793b55ea7f8e511b9362a88b6ba080c983
[ "BSD-1-Clause", "BSD-3-Clause" ]
1
2016-10-19T08:33:40.000Z
2016-10-19T08:33:40.000Z
/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* Copyright (C) 2010 Google Inc. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in th...
27.484293
80
0.584913
[ "transform" ]
3385c9827dcd37332c6909261fbfcced5f8cb3d7
10,263
h
C
iPhoneOS13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICommand.h
quiprr/sdks-1
f6735879039f4aea29a75a896b5386dfcc2ddacb
[ "MIT" ]
1
2021-01-16T08:49:06.000Z
2021-01-16T08:49:06.000Z
iPhoneOS13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICommand.h
quiprr/sdks-1
f6735879039f4aea29a75a896b5386dfcc2ddacb
[ "MIT" ]
null
null
null
iPhoneOS13.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICommand.h
quiprr/sdks-1
f6735879039f4aea29a75a896b5386dfcc2ddacb
[ "MIT" ]
1
2021-01-28T13:52:20.000Z
2021-01-28T13:52:20.000Z
#if (defined(USE_UIKIT_PUBLIC_HEADERS) && USE_UIKIT_PUBLIC_HEADERS) || !__has_include(<UIKitCore/UICommand.h>) // // UICommand.h // UIKit // // Copyright (c) 2019 Apple Inc. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKitDefines.h> #import <UIKit/UIMenuElement.h> #import <UIKit/UIMenu...
38.294776
144
0.772581
[ "object" ]
33890b8ddbc5f5bf49ad6f602d42cc92d07c428d
8,926
h
C
include/locale.h
usevolt/uv_hal
560176544c88ada1ffabe9d1edf56c47477d662a
[ "MIT" ]
null
null
null
include/locale.h
usevolt/uv_hal
560176544c88ada1ffabe9d1edf56c47477d662a
[ "MIT" ]
null
null
null
include/locale.h
usevolt/uv_hal
560176544c88ada1ffabe9d1edf56c47477d662a
[ "MIT" ]
null
null
null
/* Copyright (C) Code Red Technologies Ltd. */ /* * <locale.h> Copyright (C) Codemist 2007 * * A C Norman */ //***************************************************************************** // +--+ // | ++----+ // +-++ | // | | // +-+--+ | // | +...
49.314917
80
0.63231
[ "object" ]
338e94fb2a7ca319b8259a44c7f30898b96ad7e4
19,328
h
C
src/ripple/app/rdb/RelationalDBInterface_nodes.h
fff-source/rippled
f8af50889c026add87d94a17b97d6cbc8c19c3f3
[ "ISC" ]
3,804
2015-01-02T01:50:44.000Z
2022-03-31T23:28:19.000Z
src/ripple/app/rdb/RelationalDBInterface_nodes.h
fff-source/rippled
f8af50889c026add87d94a17b97d6cbc8c19c3f3
[ "ISC" ]
3,131
2015-01-01T04:00:06.000Z
2022-03-31T19:41:33.000Z
src/ripple/app/rdb/RelationalDBInterface_nodes.h
fff-source/rippled
f8af50889c026add87d94a17b97d6cbc8c19c3f3
[ "ISC" ]
1,349
2015-01-04T04:36:22.000Z
2022-03-31T08:56:50.000Z
//------------------------------------------------------------------------------ /* This file is part of rippled: https://github.com/ripple/rippled Copyright (c) 2020 Ripple Labs Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby grante...
39.525562
80
0.721596
[ "object", "vector" ]