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
58c08fd08bfb640346967759ce79bc9210fb42f8
735
h
C
TimeSchedule/timeeditdelegate.h
SteakingCoder/MyTimeSchedule
1cc017e8439f9830fa056dda11bd40536eba8986
[ "Apache-2.0" ]
null
null
null
TimeSchedule/timeeditdelegate.h
SteakingCoder/MyTimeSchedule
1cc017e8439f9830fa056dda11bd40536eba8986
[ "Apache-2.0" ]
1
2018-02-08T15:16:12.000Z
2018-03-03T16:18:55.000Z
TimeSchedule/timeeditdelegate.h
HuangDanGeeker/MyTimeSchedule
1cc017e8439f9830fa056dda11bd40536eba8986
[ "Apache-2.0" ]
null
null
null
#ifndef TIMEEDITDELEGATE_H #define TIMEEDITDELEGATE_H #include <QObject> #include <QItemDelegate> class TimeEditDelegate : public QItemDelegate { public: TimeEditDelegate(QObject * parent); //返回改变Model数据的widget,该widget是经过定制行为的Widget QWidget *createEditor(QWidget * parent, const QStyleOptionViewItem & opti...
30.625
115
0.77551
[ "model" ]
58ca213beab12922e415570a13b49ef836de3a1a
557
h
C
src/components/Camera.h
solidajenjo/FluidSimulation
051bb986b48fa521dbb0ac0a7a7f802a1b79892d
[ "MIT" ]
null
null
null
src/components/Camera.h
solidajenjo/FluidSimulation
051bb986b48fa521dbb0ac0a7a7f802a1b79892d
[ "MIT" ]
null
null
null
src/components/Camera.h
solidajenjo/FluidSimulation
051bb986b48fa521dbb0ac0a7a7f802a1b79892d
[ "MIT" ]
null
null
null
#pragma once #include "Component.h" #include "Transform.h" #include "Geometry/Frustum.h" class Camera : public Component { public: Camera(Application* App) : Component(App) { m_Transform = new Transform(App); } virtual ~Camera() { delete m_Transform; } void Update() override; Transform* m_Transform ...
19.206897
83
0.67325
[ "geometry", "transform" ]
58d59d9b8121bf32ed05bb050c6c0e7070430fee
16,359
c
C
mycode/mini_tracer/src/mini_tracer.c
xuhongv/GPRS_A9G
e41aef96b5c0ed606ec554451c6ca135cb9fd585
[ "MIT" ]
10
2019-11-12T03:36:32.000Z
2021-12-19T08:20:09.000Z
mycode/mini_tracer/src/mini_tracer.c
xuhongv/GPRS_A9G
e41aef96b5c0ed606ec554451c6ca135cb9fd585
[ "MIT" ]
null
null
null
mycode/mini_tracer/src/mini_tracer.c
xuhongv/GPRS_A9G
e41aef96b5c0ed606ec554451c6ca135cb9fd585
[ "MIT" ]
7
2019-11-12T03:36:33.000Z
2021-07-10T13:39:48.000Z
/* * @Description: In User Settings Edit * @Author: your name * @Date: 2019-08-03 19:57:03 * @LastEditTime: 2019-08-28 10:03:18 * @LastEditors: Please set LastEditors */ #include "stdbool.h" #include "stdint.h" #include "stdio.h" #include "string.h" #include "api_os.h" #include "api_debug.h" #include "api_event....
28.851852
253
0.640015
[ "3d" ]
58de15072a1e595ba819c695af97023d051c531b
7,187
h
C
ComCTQMC/ctqmc/include/bath/algebra/Exchange.h
comscope/comsuite
d51c43cad0d15dc3b4d1f45e7df777cdddaa9d6c
[ "BSD-3-Clause" ]
18
2019-06-15T18:08:21.000Z
2022-01-30T05:01:29.000Z
ComCTQMC/ctqmc/include/bath/algebra/Exchange.h
comscope/Comsuite
b80ca9f34c519757d337487c489fb655f7598cc2
[ "BSD-3-Clause" ]
null
null
null
ComCTQMC/ctqmc/include/bath/algebra/Exchange.h
comscope/Comsuite
b80ca9f34c519757d337487c489fb655f7598cc2
[ "BSD-3-Clause" ]
11
2019-06-05T02:57:55.000Z
2021-12-29T02:54:25.000Z
#ifndef CTQMC_INCLUDE_BATH_ALGEBRA_EXCHANGE_BATH_H #define CTQMC_INCLUDE_BATH_ALGEBRA_EXCHANGE_BATH_H #include <cmath> #include <stdexcept> #include <vector> #include <map> #include <algorithm> #include "../Bath.h" #include "../Hyb.h" #include "../../../../include/BlasLapack.h" namespace bath { struct Exch...
49.226027
207
0.429526
[ "vector" ]
58eb98276116edd8358279491c2acfc972887211
16,379
c
C
src/debug/debug_print.c
JiaoMaWHU/scarab
03f311520acdd91caafc8d59436ff4352cfb6b0c
[ "MIT" ]
33
2020-02-22T00:08:05.000Z
2022-03-19T18:10:48.000Z
src/debug/debug_print.c
JiaoMaWHU/scarab
03f311520acdd91caafc8d59436ff4352cfb6b0c
[ "MIT" ]
32
2020-04-27T18:06:08.000Z
2022-03-09T03:19:16.000Z
src/debug/debug_print.c
JiaoMaWHU/scarab
03f311520acdd91caafc8d59436ff4352cfb6b0c
[ "MIT" ]
26
2020-02-22T01:04:07.000Z
2022-03-03T00:30:10.000Z
/* Copyright 2020 HPS/SAFARI Research Groups * * 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,...
33.840909
89
0.518957
[ "3d" ]
95a8e1a8f68bf1e3c519606dd8fceac968b00d2e
6,864
h
C
Libraries/ChibiOS-2.6.7/os/hal/include/mmc_spi.h
craigsacco/invetech-sumobot
f1964ad8c5fd3ce46597bef4ff980fbaa99ed5b7
[ "MIT" ]
null
null
null
Libraries/ChibiOS-2.6.7/os/hal/include/mmc_spi.h
craigsacco/invetech-sumobot
f1964ad8c5fd3ce46597bef4ff980fbaa99ed5b7
[ "MIT" ]
7
2015-03-26T07:46:58.000Z
2015-03-26T07:56:11.000Z
Libraries/ChibiOS-2.6.7/os/hal/include/mmc_spi.h
craigsacco/invetech-sumobot
f1964ad8c5fd3ce46597bef4ff980fbaa99ed5b7
[ "MIT" ]
null
null
null
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT 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 Softw...
33.15942
80
0.531614
[ "object" ]
95ad3dd224e7f0ed404fa3e183623043b3f590d9
4,527
h
C
include/am/filemapper/persist_stl.h
izenecloud/izenelib
9d5958100e2ce763fc75f27217adf982d7c9d902
[ "Apache-2.0" ]
31
2015-03-03T19:13:42.000Z
2020-09-03T08:11:56.000Z
include/am/filemapper/persist_stl.h
izenecloud/izenelib
9d5958100e2ce763fc75f27217adf982d7c9d902
[ "Apache-2.0" ]
1
2016-12-24T00:12:11.000Z
2016-12-24T00:12:11.000Z
include/am/filemapper/persist_stl.h
izenecloud/izenelib
9d5958100e2ce763fc75f27217adf982d7c9d902
[ "Apache-2.0" ]
8
2015-09-06T01:55:21.000Z
2021-12-20T02:16:13.000Z
#ifndef PERSIST_STL_H #define PERSIST_STL_H #include <vector> #include <string> #include <map> #include <set> #include <list> #include <deque> #include "persist.h" NS_IZENELIB_AM_BEGIN template<class T> class mapped_list : public std::list<T, izenelib::am::allocator<T> > { }; template<class C, c...
20.861751
97
0.537442
[ "vector" ]
95af06278f1e7089ea50e065e9725c00a1fee7d1
65,224
c
C
osprey/arith/edition.c
sharugupta/OpenUH
daddd76858a53035f5d713f648d13373c22506e8
[ "BSD-2-Clause" ]
null
null
null
osprey/arith/edition.c
sharugupta/OpenUH
daddd76858a53035f5d713f648d13373c22506e8
[ "BSD-2-Clause" ]
null
null
null
osprey/arith/edition.c
sharugupta/OpenUH
daddd76858a53035f5d713f648d13373c22506e8
[ "BSD-2-Clause" ]
null
null
null
/* Copyright (C) 2000, 2001 Silicon Graphics, Inc. All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. This program is distributed in the hope that it woul...
43.657296
314
0.73315
[ "object", "vector" ]
95b1d689b2be3b9f98d266bc75d265012b004a95
6,683
h
C
ShellKit/Classes/ShellKit/SKTask.h
maximejf42/ShellKit
d1e972e9f8ff3cd6a8eea894606d1150145c3d64
[ "MIT" ]
87
2017-05-11T22:16:33.000Z
2021-08-02T02:25:48.000Z
ShellKit/Classes/ShellKit/SKTask.h
maximejf42/ShellKit
d1e972e9f8ff3cd6a8eea894606d1150145c3d64
[ "MIT" ]
1
2017-05-12T13:31:22.000Z
2017-05-12T13:31:22.000Z
ShellKit/Classes/ShellKit/SKTask.h
maximejf42/ShellKit
d1e972e9f8ff3cd6a8eea894606d1150145c3d64
[ "MIT" ]
9
2017-05-12T13:22:24.000Z
2019-03-12T09:18:51.000Z
/******************************************************************************* * The MIT License (MIT) * * Copyright (c) 2017 Jean-David Gadina - www.xs-labs.com * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Softwar...
37.544944
142
0.659434
[ "object" ]
95b7812e58d2ba7db11f103cd2560a0a7870e7a3
2,992
h
C
src/mirheo/core/exchangers/interface.h
noabauma/Mirheo
bf7979bfbbf402d33c26ac5dc879f880e78e7017
[ "MIT" ]
22
2019-07-17T13:06:41.000Z
2021-12-15T14:45:24.000Z
src/mirheo/core/exchangers/interface.h
noabauma/Mirheo
bf7979bfbbf402d33c26ac5dc879f880e78e7017
[ "MIT" ]
63
2019-06-26T13:30:47.000Z
2021-02-23T10:13:10.000Z
src/mirheo/core/exchangers/interface.h
dimaleks/uDeviceX
2ad5e9dd9f118e3998b291cbfc35ee91205bbef8
[ "MIT" ]
9
2019-10-11T07:32:19.000Z
2021-05-17T11:25:35.000Z
// Copyright 2020 ETH Zurich. All Rights Reserved. #pragma once #include <mirheo/core/datatypes.h> #include <cuda_runtime.h> #include <memory> #include <vector> namespace mirheo { class ExchangeEntity; /** \brief Pack and unpack \c ParticleVector objects for exchange. The user should register one (or more) Ex...
35.619048
106
0.705214
[ "object", "vector" ]
95c5700600e3da912b6cd98c7d8e7a6f56e94e1c
8,062
h
C
Libraries/RobsJuceModules/jura_processors/filters/jura_EngineersFilter.h
RobinSchmidt/RS-MET-Preliminary
6c01cbaad7cce3daa3293c444dd9e4b74e5ebfbe
[ "FTL" ]
34
2017-04-19T18:26:02.000Z
2022-02-15T17:47:26.000Z
Libraries/RobsJuceModules/jura_processors/filters/jura_EngineersFilter.h
RobinSchmidt/RS-MET-Preliminary
6c01cbaad7cce3daa3293c444dd9e4b74e5ebfbe
[ "FTL" ]
307
2017-05-04T21:45:01.000Z
2022-02-03T00:59:01.000Z
Libraries/RobsJuceModules/jura_processors/filters/jura_EngineersFilter.h
RobinSchmidt/RS-MET-Preliminary
6c01cbaad7cce3daa3293c444dd9e4b74e5ebfbe
[ "FTL" ]
4
2017-09-05T17:04:31.000Z
2021-12-15T21:24:28.000Z
#ifndef jura_EngineersFilter_h #define jura_EngineersFilter_h // to quickly switch between old and new implementation during debugging - get rid later typedef rosic::rsEngineersFilterStereo EFLT; // elliptic bandpass (among others) doesn't work //typedef rosic::rsEngineersFilterOld EFLT; /** This class wraps rosic::E...
35.991071
100
0.692384
[ "object" ]
95d5d1d6003d75f0aa920ae373a905190da60bd6
32,011
c
C
sdk-6.5.20/src/bcm/dpp/failover.c
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
sdk-6.5.20/src/bcm/dpp/failover.c
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
sdk-6.5.20/src/bcm/dpp/failover.c
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
/* * * * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. * * Copyright 2007-2020 Broadcom Inc. All rights reserved. */ #ifdef _ERR_MSG_MODULE_NAME #error "_ERR_MSG_MODULE_NAME redefined" #endif #define _ERR_MSG_MODULE_NAME BS...
33.137681
146
0.678486
[ "object" ]
95d6e8a759fd4f5c70c30c4fc3ebc84985c37056
1,364
h
C
third_party/accessibility/ax/ax_event_bundle_sink.h
rhencke/engine
1016db292c4e73374a0a11536b18303c9522a224
[ "BSD-3-Clause" ]
null
null
null
third_party/accessibility/ax/ax_event_bundle_sink.h
rhencke/engine
1016db292c4e73374a0a11536b18303c9522a224
[ "BSD-3-Clause" ]
null
null
null
third_party/accessibility/ax/ax_event_bundle_sink.h
rhencke/engine
1016db292c4e73374a0a11536b18303c9522a224
[ "BSD-3-Clause" ]
2
2021-01-05T23:43:46.000Z
2021-01-07T23:36:34.000Z
// Copyright 2018 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 UI_ACCESSIBILITY_AX_EVENT_BUNDLE_SINK_H_ #define UI_ACCESSIBILITY_AX_EVENT_BUNDLE_SINK_H_ #include <vector> #include "ui/accessibility/ax_export...
32.47619
79
0.692815
[ "vector" ]
95e5a31d9607cf1e4f7370a082867d0b267e0bd1
963
h
C
src/cmd.h
zhs007/holdem-core
dc75ea6e38b218e69cf8ec99dbee9e8632d33ba8
[ "MIT" ]
1
2017-05-16T07:26:46.000Z
2017-05-16T07:26:46.000Z
src/cmd.h
zhs007/holdem-core
dc75ea6e38b218e69cf8ec99dbee9e8632d33ba8
[ "MIT" ]
null
null
null
src/cmd.h
zhs007/holdem-core
dc75ea6e38b218e69cf8ec99dbee9e8632d33ba8
[ "MIT" ]
null
null
null
// // Created by zhs007 on 2017/5/16. // #ifndef HOLDEM_CORE_CMD_H #define HOLDEM_CORE_CMD_H #include <string> #include <vector> #include <cstring> #include <functional> #include <map> #include "holdemlogic.h" struct Command{ std::string strCmd; std::vector<std::string> lstParam; }; typed...
19.653061
55
0.673936
[ "vector" ]
95e785f7315f2b8f6daaed8408b22d62cf681e47
3,907
h
C
ImageProcessing/Services/Headers/ActiveAreaComputer.h
Eng-RSMY/PorousMediaAnalysis
922327ad1c8d9729a44abe1dfcf35752589b3429
[ "MIT" ]
19
2015-03-13T13:21:56.000Z
2021-09-10T13:17:09.000Z
ImageProcessing/Services/Headers/ActiveAreaComputer.h
Eng-RSMY/PorousMediaAnalysis
922327ad1c8d9729a44abe1dfcf35752589b3429
[ "MIT" ]
2
2020-01-13T17:12:24.000Z
2021-06-15T19:10:11.000Z
ImageProcessing/Services/Headers/ActiveAreaComputer.h
MINATILO/PorousMediaAnalysis
922327ad1c8d9729a44abe1dfcf35752589b3429
[ "MIT" ]
6
2017-09-29T18:50:25.000Z
2021-09-10T13:17:11.000Z
// Copyright (c) 2013 Vasili Baranau // Distributed under the MIT software license // See the accompanying file License.txt or http://opensource.org/licenses/MIT #ifndef ImageProcessing_Services_Headers_ActiveAreaComputer_h #define ImageProcessing_Services_Headers_ActiveAreaComputer_h #include <vector> #include "Core...
56.623188
183
0.746609
[ "vector", "model" ]
95e7b317de442e73e6800efc77c6d89e3942f67c
10,725
c
C
src/engine/unit/math/transform.unit.c
aburkhalter512/gameEngine
857b2d298b4a0b18673853574b522afa6b27bbea
[ "MIT" ]
null
null
null
src/engine/unit/math/transform.unit.c
aburkhalter512/gameEngine
857b2d298b4a0b18673853574b522afa6b27bbea
[ "MIT" ]
null
null
null
src/engine/unit/math/transform.unit.c
aburkhalter512/gameEngine
857b2d298b4a0b18673853574b522afa6b27bbea
[ "MIT" ]
null
null
null
#include "engine/unit/math/transform.unit.h" #include "engine/math/float.h" #include "engine/math/polygon.h" #include "engine/math/vec.h" #include "engine/util.h" #include "engine/unit/math/polygon.unit.h" #include <math.h> IMPLEMENT_TEST(getMatrix_transform) { char resultMessage[120]; transform t; MATRIX_TYPE(...
29.223433
182
0.540793
[ "transform" ]
95f13adf319c550a12649d90da01218a553c3cd7
14,101
h
C
source/xmc1_e_eeprom.h
Infineon/mtb-example-xmc-flash-eeprom
61cec70b2dfa846c570e1c3c7317741a6ed3c8db
[ "FSFAP" ]
null
null
null
source/xmc1_e_eeprom.h
Infineon/mtb-example-xmc-flash-eeprom
61cec70b2dfa846c570e1c3c7317741a6ed3c8db
[ "FSFAP" ]
null
null
null
source/xmc1_e_eeprom.h
Infineon/mtb-example-xmc-flash-eeprom
61cec70b2dfa846c570e1c3c7317741a6ed3c8db
[ "FSFAP" ]
null
null
null
/****************************************************************************** * File Name: e_eeprom_xmc1.h * * Description: Header file for emulated EEPROM implementation in XMC1000 MCUs. * It contains the necessary macro and structure definitions to use configure * flash memory as emulated EEPROM. * * Related Doc...
41.967262
203
0.683498
[ "object" ]
250ee6332b28365666df247ce7a462fc75952930
1,254
h
C
plugins/petsc/src/vector.h
cedricga91/alien
2cb1c80a6125dd6f70d4a57d7bbb55c9461b0bb0
[ "Apache-2.0" ]
8
2021-09-30T08:29:44.000Z
2022-02-23T18:39:32.000Z
plugins/petsc/src/vector.h
cedricga91/alien
2cb1c80a6125dd6f70d4a57d7bbb55c9461b0bb0
[ "Apache-2.0" ]
42
2021-07-01T17:32:05.000Z
2022-03-03T14:53:56.000Z
plugins/petsc/src/vector.h
cedricga91/alien
2cb1c80a6125dd6f70d4a57d7bbb55c9461b0bb0
[ "Apache-2.0" ]
9
2021-09-28T12:59:32.000Z
2022-03-18T06:35:01.000Z
/* * Copyright 2020 IFPEN-CEA * * 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 in wri...
22.392857
75
0.727273
[ "vector" ]
25112dfb44bc67748003f0e614e2e3e5767f4e73
6,141
h
C
Source/WebCore/platform/graphics/ImageBufferBackend.h
jacadcaps/webkitty
9aebd2081349f9a7b5d168673c6f676a1450a66d
[ "BSD-2-Clause" ]
6
2021-07-05T16:09:39.000Z
2022-03-06T22:44:42.000Z
Source/WebCore/platform/graphics/ImageBufferBackend.h
jacadcaps/webkitty
9aebd2081349f9a7b5d168673c6f676a1450a66d
[ "BSD-2-Clause" ]
7
2022-03-15T13:25:39.000Z
2022-03-15T13:25:44.000Z
Source/WebCore/platform/graphics/ImageBufferBackend.h
jacadcaps/webkitty
9aebd2081349f9a7b5d168673c6f676a1450a66d
[ "BSD-2-Clause" ]
null
null
null
/* * Copyright (C) 2020 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions ...
44.5
240
0.76144
[ "vector" ]
2514de00d1b3faa8912033383ad52d3cb3b2f9f0
2,183
h
C
src/ripple/core/TimeKeeper.h
yinchengtsinghua/RippleCPPChinese
a32a38a374547bdc5eb0fddcd657f45048aaad6a
[ "BSL-1.0" ]
5
2019-01-23T04:36:03.000Z
2020-02-04T07:10:39.000Z
src/ripple/core/TimeKeeper.h
yinchengtsinghua/RippleCPPChinese
a32a38a374547bdc5eb0fddcd657f45048aaad6a
[ "BSL-1.0" ]
null
null
null
src/ripple/core/TimeKeeper.h
yinchengtsinghua/RippleCPPChinese
a32a38a374547bdc5eb0fddcd657f45048aaad6a
[ "BSL-1.0" ]
2
2019-05-14T07:26:59.000Z
2020-06-15T07:25:01.000Z
//此源码被清华学神尹成大魔王专业翻译分析并修改 //尹成QQ77025077 //尹成微信18510341407 //尹成所在QQ群721929980 //尹成邮箱 yinc13@mails.tsinghua.edu.cn //尹成毕业于清华大学,微软区块链领域全球最有价值专家 //https://mvp.microsoft.com/zh-cn/PublicProfile/4033620 //———————————————————————————————————————————————————————————————————————————————————————————————————————————————— /* ...
18.818966
114
0.606047
[ "vector" ]
25195a78d85863204b57a8062fa30fc60393594a
4,669
h
C
PurchaseHelper/PurchaseHelper.h
exsortis/PurchaseHelper
a8e64e1d19c7babdbf28ea51cce0aeeb9ff25e27
[ "MIT" ]
3
2016-01-06T23:31:29.000Z
2018-02-20T02:14:14.000Z
PurchaseHelper/PurchaseHelper.h
paulyhedral/PurchaseHelper
a8e64e1d19c7babdbf28ea51cce0aeeb9ff25e27
[ "MIT" ]
2
2017-06-08T18:10:14.000Z
2017-10-19T19:27:46.000Z
PurchaseHelper/PurchaseHelper.h
exsortis/PurchaseHelper
a8e64e1d19c7babdbf28ea51cce0aeeb9ff25e27
[ "MIT" ]
1
2020-05-25T00:32:30.000Z
2020-05-25T00:32:30.000Z
// // RPGPurchaseHelper.h // RPGKit // // Created by Paul Schifferer on 9/3/14. // Copyright (c) 2014 Pilgrimage Software. All rights reserved. // @import Foundation; @import StoreKit; #if TARGET_OS_IPHONE @import UIKit; #endif typedef NSString *ProductIdentifier NS_EXTENSIBLE_STRING_ENUM; /** Type definition f...
33.833333
124
0.79653
[ "object" ]
251c6748bcf63f7d1721f94a42012fac2ffa0cac
517
h
C
src/perf/wrappers/popsift_wrapper.h
maelaubert/VulkanSift
a7e8407b9d0ae3af2cd7cf21eca261720bc5cb1d
[ "MIT" ]
33
2021-06-03T09:39:12.000Z
2022-02-18T06:59:32.000Z
src/perf/wrappers/popsift_wrapper.h
AkillesAILimited/VulkanSift
a7e8407b9d0ae3af2cd7cf21eca261720bc5cb1d
[ "MIT" ]
1
2021-07-15T08:05:09.000Z
2021-08-22T14:50:58.000Z
src/perf/wrappers/popsift_wrapper.h
maelaubert/VulkanSift
a7e8407b9d0ae3af2cd7cf21eca261720bc5cb1d
[ "MIT" ]
6
2021-09-26T08:51:29.000Z
2022-01-14T02:39:29.000Z
#ifndef PERF_POPSIFT_WRAPPER_H #define PERF_POPSIFT_WRAPPER_H #include "perf/wrappers/wrapper.h" #include "popsift/src/popsift.h" class PopSiftDetector : public AbstractSiftDetector { public: bool init() override; void terminate() override; void detectSIFT(cv::Mat image, std::vector<cv::KeyPoint> &keypoints, ...
27.210526
132
0.769826
[ "vector" ]
2522f85df5d2c9eb8763de84591a7bfdf475cef1
4,939
h
C
model/mosesdecoder/moses2/TargetPhrase.h
saeedesm/UNMT_AH
cc171bf66933b5c0ad8a0ab87e57f7364312a7df
[ "Apache-2.0" ]
3
2019-12-02T14:53:29.000Z
2020-08-12T18:01:49.000Z
model/mosesdecoder/moses2/TargetPhrase.h
saeedesm/UNMT_AH
cc171bf66933b5c0ad8a0ab87e57f7364312a7df
[ "Apache-2.0" ]
null
null
null
model/mosesdecoder/moses2/TargetPhrase.h
saeedesm/UNMT_AH
cc171bf66933b5c0ad8a0ab87e57f7364312a7df
[ "Apache-2.0" ]
2
2019-11-26T05:27:16.000Z
2019-12-17T01:53:43.000Z
/* * TargetPhrase.h * * Created on: 26 Apr 2016 * Author: hieu */ #pragma once #include <sstream> #include "PhraseImplTemplate.h" #include "System.h" #include "Scores.h" #include "AlignmentInfoCollection.h" #include "TranslationModel/PhraseTable.h" namespace Moses2 { class AlignmentInfo; template<typename...
29.933333
112
0.648107
[ "vector" ]
2525fa3719f7da658da1c6c9a0ec97ecfc502903
8,216
h
C
modules/3rd_party/choc/text/choc_HTML.h
jbloit/tracktion_engine
b3fa7d6a3a404f64ae419abdf9c801d672cffb16
[ "MIT", "Unlicense" ]
1,711
2018-12-03T13:49:34.000Z
2022-03-29T09:22:03.000Z
modules/3rd_party/choc/text/choc_HTML.h
jbloit/tracktion_engine
b3fa7d6a3a404f64ae419abdf9c801d672cffb16
[ "MIT", "Unlicense" ]
100
2018-11-16T18:04:08.000Z
2022-03-31T17:47:53.000Z
modules/3rd_party/choc/text/choc_HTML.h
jbloit/tracktion_engine
b3fa7d6a3a404f64ae419abdf9c801d672cffb16
[ "MIT", "Unlicense" ]
123
2018-11-16T15:51:50.000Z
2022-03-29T12:21:27.000Z
// // ██████ ██  ██  ██████  ██████ // ██      ██  ██ ██    ██ ██       ** Clean Header-Only Classes ** // ██  ███████ ██  ██ ██ // ██  ██   ██ ██  ██ ██ https://github.com/Tracktion/choc //  ██████ ██  ██  ██████   ██████ // // CHOC is (C)2021 Tracktion Corporation, and is o...
36.678571
163
0.55684
[ "object", "vector" ]
252c8b2ce6f655a65bb32246c5fa222657d328a1
2,131
h
C
dali/kernels/common/copy.h
matthew-frank/DALI
978ce4046083d1f66f963d253259c4af4de0f020
[ "ECL-2.0", "Apache-2.0" ]
1
2019-02-25T22:51:46.000Z
2019-02-25T22:51:46.000Z
dali/kernels/common/copy.h
matthew-frank/DALI
978ce4046083d1f66f963d253259c4af4de0f020
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
dali/kernels/common/copy.h
matthew-frank/DALI
978ce4046083d1f66f963d253259c4af4de0f020
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
// Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required ...
37.385965
95
0.695448
[ "shape" ]
d76dda09b5db54dc6b5afb47b2829722c33ce1fb
13,685
h
C
src/cfdapi_convert_mnemonic_to_seed_json.h
cryptogarageinc/cg-cfd-js
05af38708215e144ea167207fd920719c3112c7e
[ "MIT" ]
null
null
null
src/cfdapi_convert_mnemonic_to_seed_json.h
cryptogarageinc/cg-cfd-js
05af38708215e144ea167207fd920719c3112c7e
[ "MIT" ]
null
null
null
src/cfdapi_convert_mnemonic_to_seed_json.h
cryptogarageinc/cg-cfd-js
05af38708215e144ea167207fd920719c3112c7e
[ "MIT" ]
null
null
null
// Copyright 2019 CryptoGarage /** * @file cfdapi_convert_mnemonic_to_seed_json.h * * @brief JSONマッピングファイル (自動生成) */ #ifndef CFD_JS_SRC_CFDAPI_CONVERT_MNEMONIC_TO_SEED_JSON_H_ #define CFD_JS_SRC_CFDAPI_CONVERT_MNEMONIC_TO_SEED_JSON_H_ #include <set> #include <string> #include <vector> #include "cfdcore/cfdcore_js...
24.881818
89
0.648666
[ "vector" ]
d76e994ec564dc2f2cc3d21fd749b410ab4cc04a
823
h
C
IMKit/Sections/Conversation/RCConversationCSUtil.h
eyolo2021/ios-ui-sdk-set
a8897320c356ddd6dbfe964ef68eb76701759f03
[ "MIT" ]
14
2021-03-06T08:47:30.000Z
2022-02-11T09:42:24.000Z
IMKit/Sections/Conversation/RCConversationCSUtil.h
eyolo2021/ios-ui-sdk-set
a8897320c356ddd6dbfe964ef68eb76701759f03
[ "MIT" ]
3
2021-03-19T11:12:42.000Z
2021-11-29T14:56:33.000Z
IMKit/Sections/Conversation/RCConversationCSUtil.h
Zuzi007/ios-ui-sdk-set
2e51added5d697b4d1ab1ba2887ad297b408e7b0
[ "MIT" ]
12
2021-07-02T02:44:52.000Z
2022-03-01T05:15:22.000Z
// // RCConversationCSUtil.h // RongIMKit // // Created by Sin on 2020/6/16. // Copyright © 2020 RongCloud. All rights reserved. // #import <Foundation/Foundation.h> #import "RCConversationViewController.h" //聊天页面客服相关功能 @interface RCConversationCSUtil : NSObject - (instancetype)init:(RCConversationViewController ...
22.861111
75
0.788578
[ "model" ]
d78475c3493f926e7e4700569bd87961a30d8f90
436
h
C
opengl_basic/opengl_basic/src/Texture.h
madhavsharma1808/opengl_basic
f53a0fb534166331e42dfdb8e0205ffaef13bb54
[ "Apache-2.0" ]
null
null
null
opengl_basic/opengl_basic/src/Texture.h
madhavsharma1808/opengl_basic
f53a0fb534166331e42dfdb8e0205ffaef13bb54
[ "Apache-2.0" ]
null
null
null
opengl_basic/opengl_basic/src/Texture.h
madhavsharma1808/opengl_basic
f53a0fb534166331e42dfdb8e0205ffaef13bb54
[ "Apache-2.0" ]
null
null
null
#pragma once #include "Render.h" class Texture { private: unsigned int m_RendererID; std::string m_FilePath; unsigned char* m_LocalBuffer; int m_Width; int m_Height; int m_BPP; //Bits Per Pixel public : Texture(const std::string& path); ~Texture(); void Bind(unsigned int slot=0) const; void Unbind() const...
14.533333
38
0.699541
[ "render" ]
d7859f6a24127d87f66254b1cc9dfa9693074134
1,093
h
C
src/Executable.h
ryuichiueda/GlueLang
7ad3e5b1d631d8482bb49c397abc6b2b3f38e249
[ "MIT" ]
40
2015-01-13T15:05:47.000Z
2021-11-17T11:05:55.000Z
src/Executable.h
ryuichiueda/GlueLang
7ad3e5b1d631d8482bb49c397abc6b2b3f38e249
[ "MIT" ]
13
2015-01-02T13:19:50.000Z
2021-04-20T12:23:00.000Z
src/Executable.h
ryuichiueda/GlueLang
7ad3e5b1d631d8482bb49c397abc6b2b3f38e249
[ "MIT" ]
3
2015-02-04T23:11:46.000Z
2019-04-28T06:38:58.000Z
// Copyright 2014 Ryuichi Ueda // Released under the MIT License. #ifndef __COMMAND_LINE_H_ #define __COMMAND_LINE_H_ #include "Element.h" #include <iostream> #include <vector> using namespace std; class Element; class Feeder; class Arg; class DefFile; class DefStr; class Environment; class Where; class Executable :...
19.175439
61
0.745654
[ "vector" ]
d79ba19c3d4e967ee2fe7b5620a66acd1770fa2c
3,131
h
C
essbasic/include/tencentcloud/essbasic/v20210526/model/DescribeResourceUrlsByFlowsResponse.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
null
null
null
essbasic/include/tencentcloud/essbasic/v20210526/model/DescribeResourceUrlsByFlowsResponse.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
null
null
null
essbasic/include/tencentcloud/essbasic/v20210526/model/DescribeResourceUrlsByFlowsResponse.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
32.957895
87
0.563718
[ "vector", "model" ]
d7a294ab6577ffd658f76fed3a7b711756ad7448
21,110
h
C
cusp/system/cuda/detail/multiply/coo_flat_spmv.h
Raman-sh/cusplibrary
99dcde05991ef59cbc4546aeced6eb3bd49c90c9
[ "Apache-2.0" ]
270
2015-01-12T19:40:50.000Z
2022-03-28T00:58:21.000Z
cusp/system/cuda/detail/multiply/coo_flat_spmv.h
njh19/cusplibrary
4f72f152804dee592fec86719049af2b5469295a
[ "Apache-2.0" ]
41
2015-01-08T18:07:42.000Z
2022-02-27T02:37:38.000Z
cusp/system/cuda/detail/multiply/coo_flat_spmv.h
njh19/cusplibrary
4f72f152804dee592fec86719049af2b5469295a
[ "Apache-2.0" ]
106
2015-02-27T19:30:58.000Z
2022-03-29T13:55:53.000Z
/* * Copyright 2008-2014 NVIDIA Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
41.150097
155
0.619943
[ "vector" ]
d7a3b893017d5032bed3ba3f8bb2eb114396a264
4,603
h
C
venv/lib/python3.7/site-packages/torch/include/ATen/Parallel.h
davidglavas/sgan-experiments
b1f53440dcb014e8b971a1406ce14ac216a7b512
[ "MIT" ]
15
2019-08-10T02:36:38.000Z
2021-07-14T13:45:32.000Z
aten/src/ATen/Parallel.h
wxwoods/mctorch
7cd6eb51fdd01fa75ed9245039a4f145ba342de2
[ "BSD-3-Clause" ]
7
2019-10-21T03:08:51.000Z
2022-03-11T23:54:28.000Z
aten/src/ATen/Parallel.h
wxwoods/mctorch
7cd6eb51fdd01fa75ed9245039a4f145ba342de2
[ "BSD-3-Clause" ]
5
2019-09-27T02:41:40.000Z
2021-11-05T20:40:49.000Z
#pragma once #include <ATen/ATen.h> #include <c10/core/thread_pool.h> #include <atomic> #include <cstddef> #include <exception> #ifdef _OPENMP #include <omp.h> #endif namespace at { namespace internal { // This parameter is heuristically chosen to determine the minimum number of // work that warrants paralellism. Fo...
29.50641
80
0.719748
[ "vector" ]
d7a3f4c6d70d42b77591e872109e68398d6b6b10
1,845
c
C
d/antioch/greaterantioch/rooms/keep/keep6.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
d/antioch/greaterantioch/rooms/keep/keep6.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
4
2021-03-15T18:56:39.000Z
2021-08-17T17:08:22.000Z
d/antioch/greaterantioch/rooms/keep/keep6.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
#include <std.h> #include "../../gantioch.h" #include <daemons.h> inherit ROOM; void create(){ ::create(); set_name("keep6"); set_terrain(CITY); set_travel(PAVED_ROAD); set_property("indoors",1); set_property("light",3); set_property("no teleport",0); set_short("%^BOLD%^%^YELLOW%^A La...
40.108696
209
0.646612
[ "solid" ]
d7a7f6412744901a02ed2cf7afabf7a62a63c088
3,067
h
C
lesson03/shader.h
lkkmpn/opengl-cpp-course
952f64c1e2457290143d930f076ee62b23e08b9b
[ "AFL-3.0" ]
7
2019-09-24T15:05:17.000Z
2022-03-04T09:36:26.000Z
lesson03/shader.h
lkkmpn/opengl-cpp-course
952f64c1e2457290143d930f076ee62b23e08b9b
[ "AFL-3.0" ]
1
2019-03-08T08:07:22.000Z
2019-03-08T08:07:22.000Z
lesson03/shader.h
ifilot/opengl-cpp-course
0fafd1c8b538f6d173663809b4e2cb52d94cb45c
[ "AFL-3.0" ]
3
2018-08-13T08:03:33.000Z
2021-09-21T16:19:16.000Z
/************************************************************************** * * * Author: Ivo Filot <ivo@ivofilot.nl> * * * * This file i...
26.903509
107
0.495598
[ "object", "vector" ]
d7b17b1f129cb69edfe3757e91fa0a154b546146
22,674
h
C
src/plugins/win32/drawdeviceIrrlicht/irrlicht/source/Irrlicht/COpenGLMaterialRenderer.h
miahmie/krkrz
e4948f61393ca4a2acac0301a975165dd4efc643
[ "Unlicense", "Apache-2.0", "Libpng", "FTL", "IJG" ]
2
2020-02-25T15:18:53.000Z
2020-08-24T13:30:34.000Z
src/plugins/win32/drawdeviceIrrlicht/irrlicht/source/Irrlicht/COpenGLMaterialRenderer.h
miahmie/krkrz
e4948f61393ca4a2acac0301a975165dd4efc643
[ "Unlicense", "Apache-2.0", "Libpng", "FTL", "IJG" ]
null
null
null
src/plugins/win32/drawdeviceIrrlicht/irrlicht/source/Irrlicht/COpenGLMaterialRenderer.h
miahmie/krkrz
e4948f61393ca4a2acac0301a975165dd4efc643
[ "Unlicense", "Apache-2.0", "Libpng", "FTL", "IJG" ]
1
2019-11-25T05:29:30.000Z
2019-11-25T05:29:30.000Z
// Copyright (C) 2002-2008 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h #ifndef __C_OPENGL_MATERIAL_RENDERER_H_INCLUDED__ #define __C_OPENGL_MATERIAL_RENDERER_H_INCLUDED__ #include "IrrCompileConfig.h" #ifdef _IRR_COMPIL...
31.711888
93
0.764135
[ "solid" ]
d7b3f3045ba19fc645624c9cc8815da37600d0b9
4,153
h
C
src/ListableGamePgn.h
metiscus/tarrasch-chess-gui
5bb37ad1279aa107f927a4e783f89624d89c74a7
[ "MIT" ]
75
2015-01-03T22:46:04.000Z
2022-03-01T20:34:24.000Z
src/ListableGamePgn.h
metiscus/tarrasch-chess-gui
5bb37ad1279aa107f927a4e783f89624d89c74a7
[ "MIT" ]
31
2016-01-01T15:07:35.000Z
2022-01-15T01:57:31.000Z
src/ListableGamePgn.h
metiscus/tarrasch-chess-gui
5bb37ad1279aa107f927a4e783f89624d89c74a7
[ "MIT" ]
20
2015-04-03T14:18:13.000Z
2022-01-21T02:37:56.000Z
/**************************************************************************** * A ListableGame that was originally created for the list in the PgnDialog * Author: Bill Forster * License: MIT license. Full text of license is in associated file LICENSE * Copyright 2010-2015, Bill Forster <billforsternz at gmail d...
38.813084
121
0.62798
[ "vector" ]
d7be49ac1fac110d9019e72adeba5741fd8e1119
3,601
h
C
svSolver-master/Code/FlowSolvers/ThreeDSolver/svSolver/common_blocks/conpar.h
mccsssk2/SimVascularPM3_March2020
3cce6cc7be66545bea5dc3915a2db50a3892bf04
[ "BSD-3-Clause" ]
null
null
null
svSolver-master/Code/FlowSolvers/ThreeDSolver/svSolver/common_blocks/conpar.h
mccsssk2/SimVascularPM3_March2020
3cce6cc7be66545bea5dc3915a2db50a3892bf04
[ "BSD-3-Clause" ]
null
null
null
svSolver-master/Code/FlowSolvers/ThreeDSolver/svSolver/common_blocks/conpar.h
mccsssk2/SimVascularPM3_March2020
3cce6cc7be66545bea5dc3915a2db50a3892bf04
[ "BSD-3-Clause" ]
null
null
null
c Copyright (c) 2014-2015 The Regents of the University of California. c All Rights Reserved. c c Portions of the code Copyright (c) 2009-2011 Open Source Medical c Software Corporation, University of California, San Diego. c c Portions of the code Copyright (c) 2000-2007, Stanford University, c Rensselaer Polytec...
48.662162
73
0.683144
[ "mesh", "shape" ]
01eefe4b06d710f46fec0c0612b8d7ca244164e5
1,050
h
C
src/tdme/engine/subsystems/rendering/fwd-tdme.h
mahula/tdme2
0f74d35ae5d2cd33b1a410c09f0d45f250ca7a64
[ "BSD-3-Clause" ]
null
null
null
src/tdme/engine/subsystems/rendering/fwd-tdme.h
mahula/tdme2
0f74d35ae5d2cd33b1a410c09f0d45f250ca7a64
[ "BSD-3-Clause" ]
null
null
null
src/tdme/engine/subsystems/rendering/fwd-tdme.h
mahula/tdme2
0f74d35ae5d2cd33b1a410c09f0d45f250ca7a64
[ "BSD-3-Clause" ]
null
null
null
// Forward declarations for tdme.engine.subsystems.object #pragma once namespace tdme { namespace engine { namespace subsystems { namespace rendering { class AnimationState; class BatchRendererPoints; class BatchRendererTriangles; class ModelUtilitiesInternal; class ModelStatistics; class Object3DAnimation; cl...
28.378378
61
0.848571
[ "object" ]
01f4b7c9d6118bd333aae7e5d19a4fdd84e25602
1,692
h
C
Source/EditorLib/UIEventBoard.h
Qt-Widgets/TexGraph
8fe72cea1afcf5e235c810003bf4ee062bb3fc13
[ "MIT" ]
35
2017-04-07T22:49:41.000Z
2021-08-03T13:59:20.000Z
Source/EditorLib/UIEventBoard.h
Qt-Widgets/TexGraph
8fe72cea1afcf5e235c810003bf4ee062bb3fc13
[ "MIT" ]
1
2017-04-13T17:43:54.000Z
2017-04-15T04:17:37.000Z
Source/EditorLib/UIEventBoard.h
Qt-Widgets/TexGraph
8fe72cea1afcf5e235c810003bf4ee062bb3fc13
[ "MIT" ]
7
2019-03-11T19:26:53.000Z
2021-03-04T07:17:10.000Z
#pragma once #include <EditorLib/editorlib_global.h> #include <vector> /// Base-type for a UIEvent to dispatch. struct EDITORLIB_EXPORT UIEvent { unsigned eventID_; void* source_ = 0x0; /// Construct and specify the ID. UIEvent(unsigned id, void* src = 0x0) : eventID_(id), source_(0x0) ...
33.84
81
0.687943
[ "vector" ]
bf051a4155c0ce5d489989081d9a7602ae54ff47
1,468
h
C
TxtMiru2/TxtMiru.h
gearsns/TxtMiru2
f829803721354e0639e791ba63962bd702aebfd1
[ "MIT" ]
5
2019-09-28T09:41:24.000Z
2020-08-28T07:38:32.000Z
TxtMiru2/TxtMiru.h
gearsns/TxtMiru2
f829803721354e0639e791ba63962bd702aebfd1
[ "MIT" ]
null
null
null
TxtMiru2/TxtMiru.h
gearsns/TxtMiru2
f829803721354e0639e791ba63962bd702aebfd1
[ "MIT" ]
null
null
null
#ifndef __TXTMIRU_H__ #define __TXTMIRU_H__ #include "TxtParam.h" #include <vector> class CGrLoadDllFunc; class CGrTxtMiru { public: static CGrTxtMiru &theApp(); static LPCTSTR ClassName(){ return _T("TxtMiru"); } static LPCTSTR AppName(){ return _T("TxtMiru"); } // HACCEL GetAccelerator(){ return m_haccel; } v...
26.690909
72
0.754087
[ "vector" ]
bf062bd72dcd8b493e76d76304faff77cf1ad7cc
13,030
h
C
LuaWrapper.h
bycicleashphae/socketforioswinandroid
c5245b547c30ef8b2719564b35a04d7d5657b255
[ "BSD-2-Clause" ]
1
2018-02-22T23:49:24.000Z
2018-02-22T23:49:24.000Z
LuaWrapper.h
bycicleashphae/socketforioswinandroid
c5245b547c30ef8b2719564b35a04d7d5657b255
[ "BSD-2-Clause" ]
null
null
null
LuaWrapper.h
bycicleashphae/socketforioswinandroid
c5245b547c30ef8b2719564b35a04d7d5657b255
[ "BSD-2-Clause" ]
null
null
null
#ifndef _flsdjlfalskjfa_sdWrapper_h #define _flsdjlfalskjfa_sdWrapper_h #include "lua.hpp" #define NULL (0) #define LUNPLUS_METHOD_BEGIN(ClassName) lua::LuaPlus<ClassName>::RegFunction ClassName::functions[] = { #define LUNPLUS_METHOD_DECLARE(ClassName, name) {#name, &ClassName::name}, #define LUNPLUS_METHOD_...
31.47343
104
0.549117
[ "object" ]
bf06305f8bb6caae2332c77d6393c6bdfa98bdfc
1,983
h
C
IfcPlusPlus/src/ifcpp/IFC4/include/IfcBSplineSurfaceForm.h
linsipese/ifcppstudy
e09f05d276b5e129fcb6be65800472979cd4c800
[ "MIT" ]
1
2018-10-23T09:43:07.000Z
2018-10-23T09:43:07.000Z
IfcPlusPlus/src/ifcpp/IFC4/include/IfcBSplineSurfaceForm.h
linsipese/ifcppstudy
e09f05d276b5e129fcb6be65800472979cd4c800
[ "MIT" ]
null
null
null
IfcPlusPlus/src/ifcpp/IFC4/include/IfcBSplineSurfaceForm.h
linsipese/ifcppstudy
e09f05d276b5e129fcb6be65800472979cd4c800
[ "MIT" ]
null
null
null
/* -*-c++-*- IfcPlusPlus - www.ifcplusplus.com - Copyright (C) 2011 Fabian Gerold * * This library is open source and may be redistributed and/or modified under * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or * (at your option) any later version. The full license is in LICENSE file * in...
38.134615
227
0.771054
[ "vector", "model" ]
bf0fcee80b39f9e72b39075de54e71e001e4f155
6,594
h
C
core/put/source/ecs/ecs_utilities.h
polymonster/pmtech
a51df48bad07c489fbf71928f10c56a415c87c4d
[ "MIT" ]
661
2018-01-20T00:34:35.000Z
2022-03-28T02:22:17.000Z
core/put/source/ecs/ecs_utilities.h
ford442/pmtech
99fa197653e3b6d73c2c1be46d61cb0aaea3769c
[ "MIT" ]
54
2017-03-16T22:25:26.000Z
2021-09-18T12:52:01.000Z
core/put/source/ecs/ecs_utilities.h
ford442/pmtech
99fa197653e3b6d73c2c1be46d61cb0aaea3769c
[ "MIT" ]
38
2019-03-22T03:05:44.000Z
2022-03-09T14:06:46.000Z
// ecs_utilities.h // Copyright 2014 - 2019 Alex Dixon. // License: https://github.com/polymonster/pmtech/blob/master/license.md #pragma once #include "ecs/ecs_scene.h" #include "hash.h" #include <vector> namespace put { namespace ecs { struct scene_tree { s32 ...
39.25
125
0.549287
[ "vector" ]
bf0ff3a6f1d925b85ce1a16b3ecd157b345d2563
4,457
h
C
lib/include/xnetwork/algorithms/centrality/flow_matrix.h
luk036/xnetwork
462c25da3aead6b834e6027f4d679dc47965b134
[ "MIT" ]
1
2020-03-31T06:10:58.000Z
2020-03-31T06:10:58.000Z
lib/include/xnetwork/algorithms/centrality/flow_matrix.h
luk036/xnetwork
462c25da3aead6b834e6027f4d679dc47965b134
[ "MIT" ]
null
null
null
lib/include/xnetwork/algorithms/centrality/flow_matrix.h
luk036/xnetwork
462c25da3aead6b834e6027f4d679dc47965b134
[ "MIT" ]
1
2020-04-08T05:56:26.000Z
2020-04-08T05:56:26.000Z
// Helpers for current-flow betweenness && current-flow closness // Lazy computations for inverse Laplacian && flow-matrix rows. #include <xnetwork.hpp> // as xn auto flow_matrix_row(G, weight=None, dtype=double, solver="lu") { // Generate a row of the current-flow matrix import numpy as np from scipy imp...
32.064748
74
0.555531
[ "object", "shape" ]
bf17eaaa1b27a68e385f4dc3812f76a3a5a0cc5d
4,551
h
C
util/eudm_planner/inc/eudm_planner/eudm_manager.h
GallopWind/epsilon-learn
74dc723fbc9797f3bd05bee30f6f9b9acceeec17
[ "MIT" ]
186
2020-09-22T10:57:57.000Z
2022-03-30T15:52:15.000Z
util/eudm_planner/inc/eudm_planner/eudm_manager.h
Yufei-Wei/EPSILON
155f1b1c4dae3ae29287d5b0b967d7d6ce230c73
[ "MIT" ]
16
2020-10-19T02:55:49.000Z
2022-01-14T08:17:06.000Z
util/eudm_planner/inc/eudm_planner/eudm_manager.h
Yufei-Wei/EPSILON
155f1b1c4dae3ae29287d5b0b967d7d6ce230c73
[ "MIT" ]
66
2020-09-28T01:51:57.000Z
2022-03-25T08:39:04.000Z
#ifndef _CORE_EUDM_PLANNER_INC_EUDM_PLANNER_EUDM_MANAGER_H_ #define _CORE_EUDM_PLANNER_INC_EUDM_PLANNER_EUDM_MANAGER_H_ #include "eudm_planner/eudm_itf.h" #include "eudm_planner/eudm_planner.h" #include "eudm_planner/map_adapter.h" /** * @brief since eudm itself is completely stateless, we use a manager to * ...
32.276596
80
0.719402
[ "vector" ]
bf17ef1bd756f25c9a0d0ecfb4913e13756067ab
1,662
h
C
books/coding_interviews/p041_stream_median/solution.h
shinexia/algorithm-labs
c9af67865fab9760faeedd64cdd0475f4dff4b4a
[ "MIT" ]
null
null
null
books/coding_interviews/p041_stream_median/solution.h
shinexia/algorithm-labs
c9af67865fab9760faeedd64cdd0475f4dff4b4a
[ "MIT" ]
null
null
null
books/coding_interviews/p041_stream_median/solution.h
shinexia/algorithm-labs
c9af67865fab9760faeedd64cdd0475f4dff4b4a
[ "MIT" ]
null
null
null
#pragma once #include <algorithm> #include <functional> #include <vector> template <typename T> class DynamicArray { public: DynamicArray* Insert(T num) { size_t size = upper_.size() + lower_.size(); if ((size & 1) == 0) { // add to upper if (!lower_.empty() && num < low...
30.218182
80
0.453069
[ "vector" ]
bf346bf75611e8806b6d122192813eb7347609d5
2,100
h
C
Engine/Plugins/Online/IOS/OnlineSubsystemIOS/Source/Private/OnlineSubsystemIOSTypes.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
1
2022-01-29T18:36:12.000Z
2022-01-29T18:36:12.000Z
Engine/Plugins/Online/IOS/OnlineSubsystemIOS/Source/Private/OnlineSubsystemIOSTypes.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
null
null
null
Engine/Plugins/Online/IOS/OnlineSubsystemIOS/Source/Private/OnlineSubsystemIOSTypes.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
null
null
null
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineSubsystemTypes.h" #include "OnlineSubsystemIOSPackage.h" /** * GameCenter specific implementation of the unique net id */ class FUniqueNetIdGameCenter : public FUniqueNetId { PACKAGE_SCOPE: /** Holds the net id for a player...
20.38835
75
0.691429
[ "object" ]
bf3521398253bf32b108d3484c3d5c69b96c37ef
3,583
h
C
include/scaf/Utilities/ControlSpecIterators.h
sgh185/SCAF
715a5e50fca0fbff2dc8e3cddafa2d71ae7aa018
[ "MIT" ]
22
2020-08-01T18:09:11.000Z
2022-03-22T08:56:05.000Z
include/scaf/Utilities/ControlSpecIterators.h
sgh185/SCAF
715a5e50fca0fbff2dc8e3cddafa2d71ae7aa018
[ "MIT" ]
4
2021-02-23T01:27:53.000Z
2021-04-19T22:11:39.000Z
include/scaf/Utilities/ControlSpecIterators.h
sgh185/SCAF
715a5e50fca0fbff2dc8e3cddafa2d71ae7aa018
[ "MIT" ]
4
2020-09-17T17:24:22.000Z
2022-03-22T09:12:19.000Z
// This file declares four types of iterators, which operate on the SPECULATIVE // CFG. // // - BBSuccIterator: iterate over the successors of a basic block. // - BBPredIterator: iterate over the predecessors of a basic block. // - LoopBBSuccIterator: iterate over the successors of a basic block within a // single iter...
26.153285
80
0.747697
[ "vector" ]
bf371967a00083facf1076e362eb7d110aafb6eb
64,431
c
C
main/sx127x_driver.c
aerodesic/LastLink
12c19f418852fa84f629871ab42e89919ce6d2b8
[ "Apache-2.0" ]
1
2022-03-23T02:54:27.000Z
2022-03-23T02:54:27.000Z
main/sx127x_driver.c
aerodesic/LastLink
12c19f418852fa84f629871ab42e89919ce6d2b8
[ "Apache-2.0" ]
null
null
null
main/sx127x_driver.c
aerodesic/LastLink
12c19f418852fa84f629871ab42e89919ce6d2b8
[ "Apache-2.0" ]
null
null
null
/* * sx127x_driver.c * * The driver for all SX127x chips. Supports SPI currently but is rather agnostic to the interface * type. The caller who instantiates this handler supplies pointers to read and write register and * buffer functions, as well as some ancillary (e.g. attach to interrupt) functions that allows...
34.884136
153
0.592525
[ "cad" ]
bf491a864f0d6754d40fb8d949ffb0a2b91f1bd7
7,151
c
C
d/underdark/lower/dragon/mon/rathargh.c
gesslar/shadowgate
97ce5d33a2275bb75c0cf6556602564b7870bc77
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
d/underdark/lower/dragon/mon/rathargh.c
gesslar/shadowgate
97ce5d33a2275bb75c0cf6556602564b7870bc77
[ "MIT" ]
null
null
null
d/underdark/lower/dragon/mon/rathargh.c
gesslar/shadowgate
97ce5d33a2275bb75c0cf6556602564b7870bc77
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
#include <std.h> #include <magic.h> #include <daemons.h> #include "../lair.h" inherit MONSTER; int rath, active; void create() { object equipment; ::create(); set_name("Rath'argh"); set_id(({ "drow", "rathargh", "rath'argh", "Rath'argh" })); set_short("%^RESET%^%^RED%^Rath'argh%^RESET%^"); set...
38.446237
136
0.609425
[ "object" ]
bf50f2756529633cf427194814f73e061ee3b5ca
5,558
c
C
nitan/cmds/skill/perform.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
1
2019-03-27T07:25:16.000Z
2019-03-27T07:25:16.000Z
nitan/cmds/skill/perform.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
nitan/cmds/skill/perform.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
// perform.c #include <ansi.h> inherit F_CLEAN_UP; protected int do_perform(object me, string arg); int main(object me, string arg) { string and; int result; int busy; int lvl; string msg; string *fams; seteuid(getuid()); if (me->is_busy()) ...
29.407407
87
0.442965
[ "object" ]
bf5612f6dc4220e5dad987a93402519e280120cf
3,935
h
C
Libraries/Data/Data.h
hung0913208/Base
420b4ce8e08f9624b4e884039218ffd233b88335
[ "BSD-3-Clause" ]
null
null
null
Libraries/Data/Data.h
hung0913208/Base
420b4ce8e08f9624b4e884039218ffd233b88335
[ "BSD-3-Clause" ]
null
null
null
Libraries/Data/Data.h
hung0913208/Base
420b4ce8e08f9624b4e884039218ffd233b88335
[ "BSD-3-Clause" ]
2
2020-11-04T08:00:37.000Z
2020-11-06T08:33:33.000Z
#ifndef DATA_FORMAT_H_ #define DATA_FORMAT_H_ #include <Config.h> #if USE_BASE_WITH_FULL_PATH_HEADER #include <Base/Auto.h> #include <Base/Type.h> #else #include <Auto.h> #include <Type.h> #endif #include <typeinfo> namespace Base { namespace Data { class List{ public: UInt Size(); UInt Insert(Any value); UIn...
22.745665
54
0.686658
[ "vector" ]
bf650a001ca4958fb11c8948312647cc68b5a19e
1,022
h
C
Doge/src/Doge/Renderer/RenderDataManager.h
batuhanbozyel/RendererFramework
6f63094dc2a3f5a1bd455a3f29bea706a0bafb20
[ "Apache-2.0" ]
2
2020-07-31T13:28:33.000Z
2020-08-04T19:21:48.000Z
Doge/src/Doge/Renderer/RenderDataManager.h
batuhanbozyel/RendererFramework
6f63094dc2a3f5a1bd455a3f29bea706a0bafb20
[ "Apache-2.0" ]
null
null
null
Doge/src/Doge/Renderer/RenderDataManager.h
batuhanbozyel/RendererFramework
6f63094dc2a3f5a1bd455a3f29bea706a0bafb20
[ "Apache-2.0" ]
null
null
null
#pragma once namespace Doge { class VertexBuffer; class IndexBuffer; class Mesh; class Material; struct RenderData { RenderData(const std::vector<std::shared_ptr<VertexBuffer>>& vertexBuffers, const std::shared_ptr<IndexBuffer>& indexBuffer, const std::shared_ptr<Material>& mat, const...
28.388889
156
0.702544
[ "mesh", "vector", "model" ]
bf661ed4406f9b2f48d89c4ffd26a5fcccd88d5e
243,803
c
C
vendor/haproxy-1.9.1/src/proto_http.c
junsulee/c-goof
240c979dd014ed3bb9c8dddf5d0e66afb6a8c2f2
[ "Apache-2.0" ]
2
2021-11-25T13:42:35.000Z
2022-02-05T07:58:14.000Z
vendor/haproxy-1.9.1/src/proto_http.c
junsulee/c-goof
240c979dd014ed3bb9c8dddf5d0e66afb6a8c2f2
[ "Apache-2.0" ]
null
null
null
vendor/haproxy-1.9.1/src/proto_http.c
junsulee/c-goof
240c979dd014ed3bb9c8dddf5d0e66afb6a8c2f2
[ "Apache-2.0" ]
15
2021-11-24T15:40:54.000Z
2022-03-02T09:17:03.000Z
/* * HTTP protocol analyzer * * Copyright 2000-2011 Willy Tarreau <w@1wt.eu> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any ...
32.550467
161
0.656046
[ "object" ]
bf6f0a1677a34f66d4374e0c6ede35b3308adc5b
41,898
c
C
gnome/src/rbgnome-app-helper.c
pkorenev/ruby-gnome2
08011d8535529a3866f877817f29361b1b0703d7
[ "Ruby" ]
2
2016-05-08T20:57:12.000Z
2017-07-28T21:00:42.000Z
gnome/src/rbgnome-app-helper.c
pkorenev/ruby-gnome2
08011d8535529a3866f877817f29361b1b0703d7
[ "Ruby" ]
null
null
null
gnome/src/rbgnome-app-helper.c
pkorenev/ruby-gnome2
08011d8535529a3866f877817f29361b1b0703d7
[ "Ruby" ]
2
2016-07-23T09:53:08.000Z
2021-07-13T07:21:05.000Z
/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */ /* $Id: rbgnome-app-helper.c,v 1.18 2007/07/13 16:07:28 ggc Exp $ */ /* based on libgnomeui/gnome-app-helper.h */ /* Gnome::UIInfo module for Ruby/GNOME2 * Copyright (C) 2002-2003 Ruby-GNOME2 Project Team * Copyright (C) 2002 KUBO Takehiro <kubo@jiubao.o...
40.836257
108
0.635567
[ "object" ]
bf72652299b3ba4e978924e0b57df688e1ef58d4
3,052
h
C
ZLScanModule/Frameworks/opencv2.framework/Versions/A/Headers/QRCodeEncoder.h
RichieZhl/ZLScanModule
cd058847b145114240f814030aae4cc0069c1abc
[ "MIT" ]
null
null
null
ZLScanModule/Frameworks/opencv2.framework/Versions/A/Headers/QRCodeEncoder.h
RichieZhl/ZLScanModule
cd058847b145114240f814030aae4cc0069c1abc
[ "MIT" ]
null
null
null
ZLScanModule/Frameworks/opencv2.framework/Versions/A/Headers/QRCodeEncoder.h
RichieZhl/ZLScanModule
cd058847b145114240f814030aae4cc0069c1abc
[ "MIT" ]
null
null
null
// // This file is auto-generated. Please don't modify it! // #pragma once #ifdef __cplusplus //#import "opencv.hpp" #import "opencv2/objdetect.hpp" #else #define CV_EXPORTS #endif #import <Foundation/Foundation.h> @class Mat; @class QRCodeEncoderParams; // C++: enum CorrectionLevel (cv.QRCodeEncoder.CorrectionLe...
25.647059
171
0.742464
[ "object", "vector" ]
bf799efd12ab83421996f2beea638d74c22c2342
21,915
h
C
NN/RL.h
freegraphics/cpputils
3f990d4765a50c7428bd6a4929a83ff49d3567bd
[ "MIT" ]
null
null
null
NN/RL.h
freegraphics/cpputils
3f990d4765a50c7428bd6a4929a83ff49d3567bd
[ "MIT" ]
null
null
null
NN/RL.h
freegraphics/cpputils
3f990d4765a50c7428bd6a4929a83ff49d3567bd
[ "MIT" ]
null
null
null
#pragma once #include <utils/utils.h> #include <utils/fileutils.h> #include <utils/queue.h> #include "DLNet.h" #include <list> #include <vector> namespace RL { // presentation class that can do Reinforcment Learning template<typename _State> interface ILearn { // start new episode on learning virtual void st...
23.068421
166
0.687566
[ "vector" ]
ba7fe5e839148371f0a2a6b40c2ee9ca1a3c2456
260
h
C
module/settings.h
Neboer/ipgw_linux_c
77df9c27e4608c7a97b4d0b87fbc93115a970729
[ "MIT" ]
3
2019-06-01T08:12:57.000Z
2020-10-10T16:47:35.000Z
module/settings.h
Neboer/mini_ipgw
77df9c27e4608c7a97b4d0b87fbc93115a970729
[ "MIT" ]
3
2019-05-23T08:41:28.000Z
2020-10-15T08:24:35.000Z
module/settings.h
Neboer/mini_ipgw
77df9c27e4608c7a97b4d0b87fbc93115a970729
[ "MIT" ]
1
2019-05-13T12:23:08.000Z
2019-05-13T12:23:08.000Z
//The file aimed at make and parse settings.json file #ifndef IPGW_SETTINGS_H #define IPGW_SETTINGS_H #include <cjson/cJSON.h> void *getSettingsObject(int argc, ...);// powerful function. Get data and return the deep data in object. #endif //IPGW_SETTINGS_H
28.888889
105
0.773077
[ "object" ]
ba82264977b39fd5ce7a73c037be984f109e6619
504
h
C
Reflection/Objects/LessObjectPointer.h
dnv-opensource/Reflection
27effb850e9f0cc6acc2d48630ee6aa5d75fa000
[ "BSL-1.0" ]
null
null
null
Reflection/Objects/LessObjectPointer.h
dnv-opensource/Reflection
27effb850e9f0cc6acc2d48630ee6aa5d75fa000
[ "BSL-1.0" ]
null
null
null
Reflection/Objects/LessObjectPointer.h
dnv-opensource/Reflection
27effb850e9f0cc6acc2d48630ee6aa5d75fa000
[ "BSL-1.0" ]
null
null
null
#pragma once // Copyright (c) 2021 DNV AS // // Distributed under the Boost Software License, Version 1.0. // See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt #include "Object.h" namespace DNVS {namespace MoFa {namespace Reflection {namespace Objects { struct LessObjectP...
31.5
75
0.666667
[ "object" ]
ba861ae70bd466923d1321404d9179ae92ad7303
27,094
h
C
indra/llcommon/lltreeiterators.h
SaladDais/LSO2-VM-Performance
d7ec9ad9daa9a2c9e48c5f06cd768606e3e50638
[ "ISC" ]
1
2022-01-29T07:10:03.000Z
2022-01-29T07:10:03.000Z
indra/llcommon/lltreeiterators.h
SaladDais/LSO2-VM-Performance
d7ec9ad9daa9a2c9e48c5f06cd768606e3e50638
[ "ISC" ]
null
null
null
indra/llcommon/lltreeiterators.h
SaladDais/LSO2-VM-Performance
d7ec9ad9daa9a2c9e48c5f06cd768606e3e50638
[ "ISC" ]
1
2021-10-01T22:22:27.000Z
2021-10-01T22:22:27.000Z
/** * @file lltreeiterators.h * @author Nat Goodspeed * @date 2008-08-19 * @brief This file defines iterators useful for traversing arbitrary node * classes, potentially polymorphic, linked into strict tree * structures. * * Dereferencing any one of these iterators actually yields a...
38.376771
100
0.690079
[ "vector" ]
ba8c45930954f08c6db0f775b5918ed356735780
11,890
h
C
Blindmode/CPP/Targets/MapLib/Shared/include/MultiFileDBufRequester.h
wayfinder/Wayfinder-S60-Navigator
14d1b729b2cea52f726874687e78f17492949585
[ "BSD-3-Clause" ]
6
2015-12-01T01:12:33.000Z
2021-07-24T09:02:34.000Z
Blindmode/CPP/Targets/MapLib/Shared/include/MultiFileDBufRequester.h
wayfinder/Wayfinder-S60-Navigator
14d1b729b2cea52f726874687e78f17492949585
[ "BSD-3-Clause" ]
null
null
null
Blindmode/CPP/Targets/MapLib/Shared/include/MultiFileDBufRequester.h
wayfinder/Wayfinder-S60-Navigator
14d1b729b2cea52f726874687e78f17492949585
[ "BSD-3-Clause" ]
2
2017-02-02T19:31:29.000Z
2018-12-17T21:00:45.000Z
/* Copyright (c) 1999 - 2010, Vodafone Group Services Ltd All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of co...
33.212291
757
0.665433
[ "object", "vector" ]
ba91e04fd61e2cd074104e39a9854e4bd6b6768b
1,736
h
C
src/io/SymbolicTrajPrinter.h
takafumihoriuchi/HyLaGI
26b9f32a84611ee62d9cbbd903773d224088c959
[ "BSL-1.0" ]
1
2019-03-15T07:11:09.000Z
2019-03-15T07:11:09.000Z
src/io/SymbolicTrajPrinter.h
takafumihoriuchi/HyLaGI
26b9f32a84611ee62d9cbbd903773d224088c959
[ "BSL-1.0" ]
null
null
null
src/io/SymbolicTrajPrinter.h
takafumihoriuchi/HyLaGI
26b9f32a84611ee62d9cbbd903773d224088c959
[ "BSL-1.0" ]
null
null
null
#pragma once #include "TrajPrinter.h" #include "LTLNode.h" #include "PropertyNode.h" namespace hydla{ namespace io{ class SymbolicTrajPrinter: public TrajPrinter { public: SymbolicTrajPrinter(simulator::backend_sptr_t b, std::ostream& ostream = std::cout, bool numerize_par = false); void output_result_tree(cons...
35.428571
149
0.785714
[ "vector" ]
ba9b19aca60d0b65259e3d12c44ed968e2615541
839
h
C
Asteroide.h
darcusfenix/lsdl2
992ca07163811390ac8395ef41876bf6ff7e46ff
[ "MIT" ]
null
null
null
Asteroide.h
darcusfenix/lsdl2
992ca07163811390ac8395ef41876bf6ff7e46ff
[ "MIT" ]
null
null
null
Asteroide.h
darcusfenix/lsdl2
992ca07163811390ac8395ef41876bf6ff7e46ff
[ "MIT" ]
null
null
null
#ifndef ASTEROIDE_H_ #define ASTEROIDE_H_ #include "Poligonoirreg.h" #include "Vector2D.h" #include <vector> #include <SDL2/SDL.h> class Asteroide : public Poligonoirreg { public: Asteroide(int); ~Asteroide(); SDL_Point* getPoints(); void updatePosition(float, float); void erase(); void addVertice(Vector2D...
21.512821
38
0.721097
[ "vector" ]
ba9fc7aef50d243b3b1bb5946e2e667023c0a9e8
246,019
c
C
c/file-stream.c
blakemcbride/eclipse-lisp
8bdaaa71289cbc2e2ca8de52ded3d09dcf3f1f06
[ "BSD-2-Clause" ]
101
2015-04-03T02:07:13.000Z
2022-03-19T12:21:34.000Z
c/file-stream.c
blakemcbride/eclipse-lisp
8bdaaa71289cbc2e2ca8de52ded3d09dcf3f1f06
[ "BSD-2-Clause" ]
2
2015-04-15T17:19:06.000Z
2018-10-15T20:51:50.000Z
c/file-stream.c
blakemcbride/eclipse-lisp
8bdaaa71289cbc2e2ca8de52ded3d09dcf3f1f06
[ "BSD-2-Clause" ]
11
2015-04-07T07:04:19.000Z
2022-02-21T01:16:45.000Z
/* Generated by Eclipse Common Lisp 1.1-HOSTED on cad0. Wednesday the sixth of May, 1998, 12:39:46 am CDT. */ #include <eclipse.h> clObject clMINUS_FUNC(clProto), cl1PLUS_FUNC(clProto), clApply(clProto), clCanonicalizeSpecializer(clProto), clCar(clProto), clCdr(clProto), clCharpSimpleBaseString __P((clCharp)), ...
43.047944
110
0.580309
[ "object", "vector" ]
ba9feb59ce7f3e54fb77d50dce4d24bf6a9783c1
4,138
c
C
ext/libtom/ltm_common.c
copiousfreetime/ruby-libtommath
0ccf788777c2c5bc72eb9c77cd8f3fb7a326a9c6
[ "BSD-3-Clause" ]
1
2016-05-08T09:56:15.000Z
2016-05-08T09:56:15.000Z
ext/libtom/ltm_common.c
copiousfreetime/ruby-libtommath
0ccf788777c2c5bc72eb9c77cd8f3fb7a326a9c6
[ "BSD-3-Clause" ]
2
2015-09-13T17:53:55.000Z
2015-09-13T17:53:55.000Z
ext/libtom/ltm_common.c
copiousfreetime/ruby-libtommath
0ccf788777c2c5bc72eb9c77cd8f3fb7a326a9c6
[ "BSD-3-Clause" ]
1
2018-10-10T03:43:06.000Z
2018-10-10T03:43:06.000Z
#include "ltm.h" /********************************************************************** * Internally used functions * **********************************************************************/ #if LTM_DEBUG /* * This is only used in debugging. The memory allocated by this ...
24.341176
95
0.499033
[ "object" ]
baa069b9fd0a3ae201ccf6062f37670371d1fddd
1,391
h
C
include/accelerators/accelerator.h
eugenecartwright/hthreads
826c495dd855f8fcc1e12e1ac01845c2983ecf04
[ "BSD-3-Clause" ]
3
2018-02-14T23:24:45.000Z
2022-03-30T18:48:06.000Z
include/accelerators/accelerator.h
eugenecartwright/hthreads
826c495dd855f8fcc1e12e1ac01845c2983ecf04
[ "BSD-3-Clause" ]
null
null
null
include/accelerators/accelerator.h
eugenecartwright/hthreads
826c495dd855f8fcc1e12e1ac01845c2983ecf04
[ "BSD-3-Clause" ]
null
null
null
#ifndef _ACCELERATOR_H_ #define _ACCELERATOR_H_ #include <hthread.h> #include <config.h> #include <httype.h> #include "xaxicdma.h" #define NUM_ACCELERATORS (5) #define PR_OVERHEAD (1000.0f) #define HW_SW_THRESHOLD (15.0f) #define BRAM_SIZE (4096) #define BRAM_G...
31.613636
68
0.371675
[ "vector" ]
baa4321f27f48368c98ba11cd27a3dda73945888
956
h
C
project/ScannercodeCheckSystem/showdatabaseform.h
happyrabbit456/Qt5_dev
1812df2f04d4b6d24eaf0195ae25d4c67d4f3da2
[ "MIT" ]
null
null
null
project/ScannercodeCheckSystem/showdatabaseform.h
happyrabbit456/Qt5_dev
1812df2f04d4b6d24eaf0195ae25d4c67d4f3da2
[ "MIT" ]
null
null
null
project/ScannercodeCheckSystem/showdatabaseform.h
happyrabbit456/Qt5_dev
1812df2f04d4b6d24eaf0195ae25d4c67d4f3da2
[ "MIT" ]
null
null
null
#ifndef SHOWDATABASEFORM_H #define SHOWDATABASEFORM_H #include <QWidget> #include <QTableView> #include <QTableWidget> #include <QStandardItemModel> #include <QtSql/QSqlDatabase> #include <QtSql/QSqlQuery> #include <QtSql/QSqlTableModel> #include <QtSql/QSqlError> #include <QSqlQueryModel> #include <QDebug> #include <...
19.510204
63
0.757322
[ "model" ]
bac252a4e74750776d53a791e3fdb832ff8c15a3
1,421
h
C
Game X Engine/src/Camera/Camera.h
BlueLort/GameX-Engine
f705b39109b8bce48272e9b874c7acef096f8a4c
[ "MIT" ]
6
2019-10-13T23:27:00.000Z
2021-12-25T21:32:46.000Z
Game X Engine/src/Camera/Camera.h
BlueLort/GameX-Engine
f705b39109b8bce48272e9b874c7acef096f8a4c
[ "MIT" ]
null
null
null
Game X Engine/src/Camera/Camera.h
BlueLort/GameX-Engine
f705b39109b8bce48272e9b874c7acef096f8a4c
[ "MIT" ]
null
null
null
#pragma once #include "Config.h" #include "Maths/GXTransform.h" #include "GX/GXTimer.h" #include "Input/InputManager.h" namespace gx { enum CameraMovement { FORWARD, BACKWARD, LEFT, RIGHT }; class GX_DLL Camera { public: Camera() : yaw(0.0f), pitch(0.0f), movementSpeed(30.0f), mouseSensitivity(5.0f), zo...
28.42
116
0.719916
[ "transform" ]
bad506c21e0e1d71e3d640b5c81bc0cd1d5faa76
2,181
h
C
ios/chrome/browser/ui/tools_menu/public/tools_menu_configuration_provider.h
zipated/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
ios/chrome/browser/ui/tools_menu/public/tools_menu_configuration_provider.h
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
ios/chrome/browser/ui/tools_menu/public/tools_menu_configuration_provider.h
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef IOS_CHROME_BROWSER_UI_TOOLS_MENU_PUBLIC_TOOLS_MENU_CONFIGURATION_PROVIDER_H_ #define IOS_CHROME_BROWSER_UI_TOOLS_MENU_PUBLIC_TOOLS_MENU_CONFIGURAT...
46.404255
87
0.821183
[ "object" ]
badcd36a7e4ac97f6ff48be5e4665212dcbdc1a5
1,794
c
C
src/interpreter/tests/SAFETY/Learning_vs_Refinement/l1.c
tracer-x/tracer
c91fa7dae8f4fd92f9cefa842e2d2a4e67c95a19
[ "RSA-MD" ]
21
2016-08-20T16:44:01.000Z
2019-10-08T12:16:55.000Z
src/interpreter/tests/SAFETY/Learning_vs_Refinement/l1.c
tracer-x/TRACER
c91fa7dae8f4fd92f9cefa842e2d2a4e67c95a19
[ "RSA-MD" ]
1
2020-06-16T03:45:51.000Z
2020-06-16T03:45:51.000Z
src/interpreter/tests/SAFETY/Learning_vs_Refinement/l1.c
tracer-x/tracer
c91fa7dae8f4fd92f9cefa842e2d2a4e67c95a19
[ "RSA-MD" ]
6
2016-11-27T04:07:40.000Z
2018-04-22T01:54:15.000Z
/* w/o -predH 7 Run statistics: Model checker stats: Nb iterations of outer while loop: 0 Nb iterations of reachability: 22840 Nb created nodes: 0 Nb refinment processes: 57 Nb refined nodes: 0 Nb proof tree nodes: 1287 Nb proof tree covered nodes: 431Nb deleted nodes: 0 Abstractor stats: ...
19.933333
70
0.614827
[ "model" ]
baf70d8f4e46f91c25222ee888bb1d48e54f6ed2
817
h
C
v8/src/heap/cppgc/heap.h
yourWaifu/v8-cmake
d3c05a7de2f679a1f986512a540331d00875a38a
[ "BSD-3-Clause" ]
1
2020-12-25T00:58:59.000Z
2020-12-25T00:58:59.000Z
v8/src/heap/cppgc/heap.h
yourWaifu/v8-cmake
d3c05a7de2f679a1f986512a540331d00875a38a
[ "BSD-3-Clause" ]
null
null
null
v8/src/heap/cppgc/heap.h
yourWaifu/v8-cmake
d3c05a7de2f679a1f986512a540331d00875a38a
[ "BSD-3-Clause" ]
1
2020-09-05T18:28:16.000Z
2020-09-05T18:28:16.000Z
// Copyright 2020 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef V8_HEAP_CPPGC_HEAP_H_ #define V8_HEAP_CPPGC_HEAP_H_ #include <vector> #include "include/cppgc/gc-info.h" #include "include/cppgc/heap.h" #incl...
22.694444
75
0.734394
[ "object", "vector" ]
baf98bdcb4fcc0a381883b6e73c60e351ad94903
655
h
C
yak/include/yak/mc/marching_cubes.h
DavidMerzJr/yak
0108d824f57058d5485df74d86a430336263534a
[ "MIT" ]
103
2019-07-19T07:57:09.000Z
2022-03-21T11:45:57.000Z
yak/include/yak/mc/marching_cubes.h
DavidMerzJr/yak
0108d824f57058d5485df74d86a430336263534a
[ "MIT" ]
55
2019-07-29T15:50:40.000Z
2021-09-23T17:43:27.000Z
yak/include/yak/mc/marching_cubes.h
DavidMerzJr/yak
0108d824f57058d5485df74d86a430336263534a
[ "MIT" ]
30
2019-07-24T01:17:33.000Z
2022-02-08T09:44:35.000Z
#ifndef YAK_MARCHING_CUBES_H #define YAK_MARCHING_CUBES_H #include <yak/kfusion/tsdf_container.h> #include <pcl/PolygonMesh.h> namespace yak { struct MarchingCubesParameters { // Scale factor applied to vertices. Usually equal to physical size of a single // voxel element. double scale{ 1.0 }; // Minimum wei...
24.259259
110
0.748092
[ "mesh" ]
24024e079dec296fd1fed0dad10d579068b17ba9
5,317
h
C
www/snapper/include/class/_pNetworkAdapter.h
lenovo/Snapper
4300739bbdf0b101c7ddd8be09c89f582bf47202
[ "BSD-3-Clause" ]
4
2019-09-04T23:49:58.000Z
2020-08-05T05:46:49.000Z
www/snapper/include/class/_pNetworkAdapter.h
lenovo/Snapper
4300739bbdf0b101c7ddd8be09c89f582bf47202
[ "BSD-3-Clause" ]
1
2019-09-24T20:42:29.000Z
2019-09-25T00:28:19.000Z
www/snapper/include/class/_pNetworkAdapter.h
lenovo/Snapper
4300739bbdf0b101c7ddd8be09c89f582bf47202
[ "BSD-3-Clause" ]
null
null
null
//--------------------------------------------------------------------- // <copyright file="_pNetworkAdapter.h" company="Lenovo"> // Copyright (c) 2018-present, Lenovo. All rights reserved. Licensed under BSD, see COPYING.BSD file for details. // </copyright> //---------------------------------------------------...
37.443662
220
0.639834
[ "model" ]
c911ef329042ab5d40502f47fb01e84b0f0dbf21
37,658
c
C
Kernels/ARM-Optimized/DSP/Source/TransformFunctions/arm_cfft_f16/arm_cfft_f16.c
mooc-ui/EndpointAI
d462da6f3ec0f7e5fb33f292e383569e20f30790
[ "Apache-2.0" ]
null
null
null
Kernels/ARM-Optimized/DSP/Source/TransformFunctions/arm_cfft_f16/arm_cfft_f16.c
mooc-ui/EndpointAI
d462da6f3ec0f7e5fb33f292e383569e20f30790
[ "Apache-2.0" ]
null
null
null
Kernels/ARM-Optimized/DSP/Source/TransformFunctions/arm_cfft_f16/arm_cfft_f16.c
mooc-ui/EndpointAI
d462da6f3ec0f7e5fb33f292e383569e20f30790
[ "Apache-2.0" ]
null
null
null
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_cfft_f16.c * Description: Combined Radix Decimation in Frequency CFFT floating point processing function * using Helium assembly kernels * This version allows...
38.426531
139
0.39171
[ "transform" ]
c91e12467c15d484f56451ee6129c9038a2da83f
1,514
h
C
src/matching/matcher.h
imkaywu/open3DCV
33ef0507e565bce2ccff7409ff35a8970e6eed2d
[ "BSD-3-Clause" ]
37
2018-07-30T15:34:29.000Z
2022-01-10T22:50:39.000Z
src/matching/matcher.h
imkaywu/open3DCV
33ef0507e565bce2ccff7409ff35a8970e6eed2d
[ "BSD-3-Clause" ]
1
2020-10-09T17:51:42.000Z
2020-11-11T19:41:06.000Z
src/matching/matcher.h
imkaywu/open3DCV
33ef0507e565bce2ccff7409ff35a8970e6eed2d
[ "BSD-3-Clause" ]
14
2017-12-03T15:24:01.000Z
2021-09-16T02:13:31.000Z
#ifndef matcher_h_ #define matcher_h_ #include <fstream> #include "math/numeric.h" #include "keypoint/keypoint.h" #include "matching/matcher_param.h" #include "matching/dmatch.h" namespace open3DCV { class Matcher { public: Matcher() { }; Matcher(Matcher_Param r_matcher_param); ...
33.644444
184
0.630119
[ "vector" ]
c922752ba577b72b38bcf0a7533dc5de8c1b21da
1,643
h
C
include/common/strongref.h
henlo-birb/lovepotion
3b7128f0683252915cd0178a3e028a553b01fdc1
[ "0BSD" ]
303
2016-06-20T01:07:44.000Z
2021-04-02T09:54:51.000Z
include/common/strongref.h
henlo-birb/lovepotion
3b7128f0683252915cd0178a3e028a553b01fdc1
[ "0BSD" ]
95
2017-09-26T19:17:58.000Z
2021-04-06T00:53:02.000Z
include/common/strongref.h
henlo-birb/lovepotion
3b7128f0683252915cd0178a3e028a553b01fdc1
[ "0BSD" ]
50
2017-07-14T06:06:46.000Z
2020-12-25T18:19:11.000Z
#pragma once enum Acquire { RETAIN, NORETAIN }; namespace love { template<typename T> class StrongReference { public: StrongReference() : object(nullptr) {} StrongReference(T* obj, Acquire acquire = Acquire::RETAIN) : object(obj) { if (this->objec...
20.036585
80
0.465612
[ "object" ]
c926277dc896c00877e6fe7d3dcade5f7308f4b2
6,225
h
C
rpg_svo/svo/include/svo/frame.h
vatanaksoytezer/zephyr
3880dbdb62ec7908d4eed1bc173544979925997c
[ "MIT" ]
8
2019-03-21T15:18:17.000Z
2021-09-28T07:52:10.000Z
rpg_svo/svo/include/svo/frame.h
VatanTezer/zephyr
3880dbdb62ec7908d4eed1bc173544979925997c
[ "MIT" ]
1
2019-02-16T22:01:11.000Z
2019-02-16T22:01:11.000Z
rpg_svo/svo/include/svo/frame.h
VatanTezer/zephyr
3880dbdb62ec7908d4eed1bc173544979925997c
[ "MIT" ]
2
2019-08-10T14:09:54.000Z
2020-11-13T13:50:24.000Z
// This file is part of SVO - Semi-direct Visual Odometry. // // Copyright (C) 2014 Christian Forster <forster at ifi dot uzh dot ch> // (Robotics and Perception Group, University of Zurich, Switzerland). // // SVO is free software: you can redistribute it and/or modify it under the // terms of the GNU General Public L...
40.16129
170
0.635181
[ "object", "vector", "model", "transform", "3d" ]
c927881155ad0b4de186bf3fcf69052e0c8a9afb
850
h
C
include/hardfixing.h
deno750/VRP_Optimization
653c950b59acb3a1cd96d1e96bb334c90655eaa2
[ "MIT" ]
2
2021-03-06T13:33:46.000Z
2021-09-25T00:15:49.000Z
include/hardfixing.h
deno750/VRP_Optimization
653c950b59acb3a1cd96d1e96bb334c90655eaa2
[ "MIT" ]
null
null
null
include/hardfixing.h
deno750/VRP_Optimization
653c950b59acb3a1cd96d1e96bb334c90655eaa2
[ "MIT" ]
null
null
null
/** * Implementation of hard fixing heuristic */ #ifndef HARDFIXING_H #define HARDFIXING_H #include <cplex.h> #include "utility.h" #define HARD_FIX_MIN_IMPROVEMENT 0.015 // 1.5% #define HARD_FIX_MAX_LITTLE_IMPROVEMENTS 3 /** * Function which uses the hard fixing solver with fixed probability * * @param inst Th...
25.757576
73
0.747059
[ "object" ]
c9318c567b47b4852ac284169f8c268cc6aa5efb
1,635
h
C
MUON/MUONcore/AliMUON2DMapIteratorByI.h
AllaMaevskaya/AliRoot
c53712645bf1c7d5f565b0d3228e3a6b9b09011a
[ "BSD-3-Clause" ]
52
2016-12-11T13:04:01.000Z
2022-03-11T11:49:35.000Z
MUON/MUONcore/AliMUON2DMapIteratorByI.h
AllaMaevskaya/AliRoot
c53712645bf1c7d5f565b0d3228e3a6b9b09011a
[ "BSD-3-Clause" ]
1,388
2016-11-01T10:27:36.000Z
2022-03-30T15:26:09.000Z
MUON/MUONcore/AliMUON2DMapIteratorByI.h
AllaMaevskaya/AliRoot
c53712645bf1c7d5f565b0d3228e3a6b9b09011a
[ "BSD-3-Clause" ]
275
2016-06-21T20:24:05.000Z
2022-03-31T13:06:19.000Z
#ifndef ALIMUON2DMAPITERATORBYI_H #define ALIMUON2DMAPITERATORBYI_H /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ // $Id$ /// \ingroup core /// \class AliMUON2DMapIteratorByI /// \brief Implementation of TIterat...
26.803279
79
0.726606
[ "object" ]
c931b44da8db5c6bab71b6863b4e8d94975ce600
1,138
h
C
tool/renderer/camera.h
monadgroup/sy17
2901438fcca6be69d30ff9c316097deb37a85613
[ "MIT" ]
18
2021-10-04T14:05:28.000Z
2021-12-26T21:18:06.000Z
tool/renderer/camera.h
monadgroup/sy17
2901438fcca6be69d30ff9c316097deb37a85613
[ "MIT" ]
null
null
null
tool/renderer/camera.h
monadgroup/sy17
2901438fcca6be69d30ff9c316097deb37a85613
[ "MIT" ]
null
null
null
#pragma once #include "ubo.h" #include "vector.h" namespace monad { template<class T> class Track; class Camera { Track<vec3> *_tCameraPos; Track<ForwardDirection> *_tGymbalDir; Track<float> *_tArmLength; Track<Direction> *_tCameraDir; Track<float> *_tFov; Tra...
23.22449
76
0.610721
[ "vector" ]
c936c31398352c4db5041dee9457875f9a372ed6
391
h
C
chapter5/Name.h
meowFlute/ooc
3be99d2d532b9e87d01636383efd7b921f2f443a
[ "MIT" ]
null
null
null
chapter5/Name.h
meowFlute/ooc
3be99d2d532b9e87d01636383efd7b921f2f443a
[ "MIT" ]
null
null
null
chapter5/Name.h
meowFlute/ooc
3be99d2d532b9e87d01636383efd7b921f2f443a
[ "MIT" ]
null
null
null
#ifndef NAME_H #define NAME_H /* * install(& struct Name) arrange for object to be found later * * screen(name) * find a name in a table * if nothing found, enter new(Var, name) into table * return associated token and pointer to structure */ extern void * symbol; /* -> last Name found by screen() */ void ...
20.578947
63
0.685422
[ "object" ]
c95222e3a996a0c09c85147141b9a13684accee3
1,970
c
C
strongswan/strongswan-5.3.2/src/libtnccs/plugins/tnccs_20/messages/ita/pb_noskip_test_msg.c
SECURED-FP7/secured-mobility-ned
36fdbfee58a31d42f7047f7a7eaa1b2b70246151
[ "Apache-2.0" ]
2
2017-10-16T07:51:18.000Z
2019-06-16T12:07:52.000Z
strongswan/strongswan-5.3.2/src/libtnccs/plugins/tnccs_20/messages/ita/pb_noskip_test_msg.c
SECURED-FP7/secured-mobility-ned
36fdbfee58a31d42f7047f7a7eaa1b2b70246151
[ "Apache-2.0" ]
null
null
null
strongswan/strongswan-5.3.2/src/libtnccs/plugins/tnccs_20/messages/ita/pb_noskip_test_msg.c
SECURED-FP7/secured-mobility-ned
36fdbfee58a31d42f7047f7a7eaa1b2b70246151
[ "Apache-2.0" ]
null
null
null
/* * Copyright (C) 2015 Andreas Steffen * HSR Hochschule fuer Technik Rapperswil * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) a...
21.182796
77
0.730457
[ "object" ]
c963e1dee688fa7af83bef90e63965b64de3120c
7,877
h
C
src/libYARP_OS/include/yarp/YARPPortContent.h
robotology-legacy/yarp1
21434f5b776edea201b39a9644552dca59339dbc
[ "Artistic-1.0-Perl" ]
null
null
null
src/libYARP_OS/include/yarp/YARPPortContent.h
robotology-legacy/yarp1
21434f5b776edea201b39a9644552dca59339dbc
[ "Artistic-1.0-Perl" ]
null
null
null
src/libYARP_OS/include/yarp/YARPPortContent.h
robotology-legacy/yarp1
21434f5b776edea201b39a9644552dca59339dbc
[ "Artistic-1.0-Perl" ]
null
null
null
///////////////////////////////////////////////////////////////////////// /// /// /// /// /// This Academic Free License applies to any software and associated /// /// documentation (the "...
37.688995
101
0.608353
[ "object" ]
c979c5fd57fcb9bc62d01e8357bebbeff6580a36
1,764
h
C
src/storage/orm_firmwares.h
Telecominfraproject/wlan-cloud-ufs
e34874f68bdb7bdefb9f94a861719b7876c1c39a
[ "BSD-3-Clause" ]
1
2021-08-04T02:31:29.000Z
2021-08-04T02:31:29.000Z
src/storage/orm_firmwares.h
Telecominfraproject/wlan-cloud-ufs
e34874f68bdb7bdefb9f94a861719b7876c1c39a
[ "BSD-3-Clause" ]
1
2021-08-23T14:39:20.000Z
2021-08-23T14:39:20.000Z
src/storage/orm_firmwares.h
Telecominfraproject/wlan-cloud-ufs
e34874f68bdb7bdefb9f94a861719b7876c1c39a
[ "BSD-3-Clause" ]
1
2022-01-03T16:17:18.000Z
2022-01-03T16:17:18.000Z
// // Created by stephane bourque on 2021-12-28. // #pragma once #include "framework/orm.h" #include "RESTObjects/RESTAPI_FMSObjects.h" namespace OpenWifi { typedef Poco::Tuple< std::string, std::string, std::string, std::string, std::string, ...
35.28
138
0.624717
[ "vector" ]
c98950bdbd51136d95d0a576f4798d57d6e7533e
1,871
h
C
AST/ident.h
adamjoffe/tr-lang
4061fefe2d48016a5575c4ea27903661550468ee
[ "MIT" ]
null
null
null
AST/ident.h
adamjoffe/tr-lang
4061fefe2d48016a5575c4ea27903661550468ee
[ "MIT" ]
null
null
null
AST/ident.h
adamjoffe/tr-lang
4061fefe2d48016a5575c4ea27903661550468ee
[ "MIT" ]
null
null
null
#ifndef IDENT_H #define IDENT_H #include <string> namespace TR { /** * ID Node * * Ident node of variable, func name or tr node, * part of terminal nodes */ class Ident : public ASTTerminal { public: /// Remove default constructor for this Ident() = delete; ...
26.728571
102
0.537146
[ "object" ]
c9973029bc0ac269e1c500a260aba72a3733a906
2,027
c
C
d/avatars/silvanus/n_wrath.c
gesslar/shadowgate
97ce5d33a2275bb75c0cf6556602564b7870bc77
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
d/avatars/silvanus/n_wrath.c
gesslar/shadowgate
97ce5d33a2275bb75c0cf6556602564b7870bc77
[ "MIT" ]
null
null
null
d/avatars/silvanus/n_wrath.c
gesslar/shadowgate
97ce5d33a2275bb75c0cf6556602564b7870bc77
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
#include <std.h> inherit WEAPON; void create(){ ::create(); set_name("Nature's Wrath"); set_id(({ "sword", "wrath", "Sword", "Wrath", "Natures Sword", "Nature's Sword", "natures sword", "nature's sword", "Nature's Wrath", "Natures Wrath", "nature's wrath", "natures wrath" })); set_short("%^BOLD%^%^GREEN%^Nature's ...
42.229167
243
0.679329
[ "object" ]
c9989dc0b923a6e1152e493a1374dcc0df20f58b
5,941
c
C
OOFSWIG/Tests/Parser/objc_regr.c
usnistgov/OOF3D
4fd423a48aea9c5dc207520f02de53ae184be74c
[ "X11" ]
31
2015-04-01T15:59:36.000Z
2022-03-18T20:21:47.000Z
OOFSWIG/Tests/Parser/objc_regr.c
usnistgov/OOF3D
4fd423a48aea9c5dc207520f02de53ae184be74c
[ "X11" ]
3
2015-02-06T19:30:24.000Z
2017-05-25T14:14:31.000Z
OOFSWIG/Tests/Parser/objc_regr.c
usnistgov/OOF3D
4fd423a48aea9c5dc207520f02de53ae184be74c
[ "X11" ]
7
2015-01-23T15:19:22.000Z
2021-06-09T09:03:59.000Z
/* DEBUG : Language specific headers go here */ /* DEBUG : Pointer conversion function here */ /* DEBUG : Language specific code here */ #define SWIG_init swig_init #define SWIG_name "swig" C++ CLASS DECLARATION : foo1 C++ CLASS DECLARATION : foo2 C++ CLASS DECLARATION : foo3 C++ CLASS DECLARATION : ...
30.623711
102
0.512035
[ "object" ]
c9a768fad76c6d51549902f7b6ee24da4791af54
10,291
c
C
generated/ZendEngine_3/bench/foo.zep.c
hlooalklampc/tss
23856e1e8244a89ac1bc30ba56b417a4a1c1687f
[ "MIT" ]
1
2022-02-02T16:59:28.000Z
2022-02-02T16:59:28.000Z
generated/ZendEngine_3/bench/foo.zep.c
hlooalklampc/tss
23856e1e8244a89ac1bc30ba56b417a4a1c1687f
[ "MIT" ]
null
null
null
generated/ZendEngine_3/bench/foo.zep.c
hlooalklampc/tss
23856e1e8244a89ac1bc30ba56b417a4a1c1687f
[ "MIT" ]
null
null
null
#ifdef HAVE_CONFIG_H #include "../../ext_config.h" #endif #include <php.h> #include "../../php_ext.h" #include "../../ext.h" #include <Zend/zend_operators.h> #include <Zend/zend_exceptions.h> #include <Zend/zend_interfaces.h> #include "kernel/main.h" #include "kernel/operators.h" #include "kernel/memory.h" #include...
15.545317
102
0.60344
[ "object" ]
f968f3773ab5ac8f1ab1e487ed7884b729e9f197
10,737
h
C
src/Core/Thread/Legacy/Thread.h
benjaminlarson/SCIRunGUIPrototype
ed34ee11cda114e3761bd222a71a9f397517914d
[ "Unlicense" ]
null
null
null
src/Core/Thread/Legacy/Thread.h
benjaminlarson/SCIRunGUIPrototype
ed34ee11cda114e3761bd222a71a9f397517914d
[ "Unlicense" ]
null
null
null
src/Core/Thread/Legacy/Thread.h
benjaminlarson/SCIRunGUIPrototype
ed34ee11cda114e3761bd222a71a9f397517914d
[ "Unlicense" ]
null
null
null
/* For more information, please see: http://software.sci.utah.edu The MIT License Copyright (c) 2009 Scientific Computing and Imaging Institute, University of Utah. License for the specific language governing rights and limitations under Permission is hereby granted, free of charge, to any person o...
28.940701
82
0.677098
[ "object" ]
f96e79af0a5cc9a4090e9c5955a415207649a551
1,343
h
C
stage_1_code_generation/exercise3/exptree.h
himanshushkl691/SILC_Compiler-EXPL
90f51bf9705810c29374bdefe1119f91cc030c3b
[ "MIT" ]
5
2019-12-12T17:09:42.000Z
2021-01-23T14:32:58.000Z
stage_1_code_generation/exercise3/exptree.h
himanshushkl691/SILC_Compiler-EXPL
90f51bf9705810c29374bdefe1119f91cc030c3b
[ "MIT" ]
null
null
null
stage_1_code_generation/exercise3/exptree.h
himanshushkl691/SILC_Compiler-EXPL
90f51bf9705810c29374bdefe1119f91cc030c3b
[ "MIT" ]
1
2021-02-02T10:28:12.000Z
2021-02-02T10:28:12.000Z
//------------------------------------------Expression Tree Declaration Section-------------------------------------- struct ET_Node{ int val; char *oper; struct ET_Node *left,*right; }; struct ET_Node *makeLeafNode(int); struct ET_Node *makeOperatorNode(char,struct ET_Node *,struct ET_Node *); void postfix(struct ...
35.342105
122
0.470588
[ "vector" ]
f97043e5055bbb0c250ee9743910278e27cc0012
4,746
h
C
include/sairoute.h
knightswim/goldengate-sai
0449c026b33d70b97ff51ff1c5a5b14d3ec9fd81
[ "Apache-2.0" ]
2
2017-12-25T09:19:00.000Z
2020-10-23T19:44:08.000Z
include/sairoute.h
knightswim/goldengate-sai
0449c026b33d70b97ff51ff1c5a5b14d3ec9fd81
[ "Apache-2.0" ]
null
null
null
include/sairoute.h
knightswim/goldengate-sai
0449c026b33d70b97ff51ff1c5a5b14d3ec9fd81
[ "Apache-2.0" ]
3
2016-07-15T00:21:52.000Z
2019-10-15T01:52:47.000Z
/* * Copyright (c) 2014 Microsoft Open Technologies, Inc. * * 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 * * THIS CODE IS PROVIDED ON A...
26.965909
93
0.707965
[ "object" ]
f97388faad42a5ed2ebfd80569664cff41a73401
1,032
h
C
code/userInput.h
zhaozheheng/Landmark_detect
4bc7bee54dcd90d4fdc5d0c6ac4012e48922ed15
[ "MIT" ]
null
null
null
code/userInput.h
zhaozheheng/Landmark_detect
4bc7bee54dcd90d4fdc5d0c6ac4012e48922ed15
[ "MIT" ]
null
null
null
code/userInput.h
zhaozheheng/Landmark_detect
4bc7bee54dcd90d4fdc5d0c6ac4012e48922ed15
[ "MIT" ]
null
null
null
#pragma once #include <iostream> #include <sstream> #include <iomanip> // C++ std library dependencies #include <chrono> // `std::chrono::` functions and classes, e.g. std::chrono::milliseconds #include <thread> // std::this_thread // Other 3rdparty dependencies // GFlags: DEFINE_bool, _int32, _int64, _uint64...
25.8
91
0.729651
[ "vector" ]
f996da5bdd6e07693210aeb483c9d8357624b167
198,795
c
C
source/util_api/asn.1/components/asn1_x509/ansc_asn1_extensions.c
lgirdk/ccsp-common-library
8d912984e96f960df6dadb4b0e6bc76c76376776
[ "Apache-2.0" ]
4
2018-02-26T05:41:14.000Z
2019-12-20T07:31:39.000Z
source/util_api/asn.1/components/asn1_x509/ansc_asn1_extensions.c
rdkcmf/rdkb-CcspCommonLibrary
3eba76685bbf5eb6656f45eb4b57fdb5c269c2a1
[ "Apache-2.0" ]
null
null
null
source/util_api/asn.1/components/asn1_x509/ansc_asn1_extensions.c
rdkcmf/rdkb-CcspCommonLibrary
3eba76685bbf5eb6656f45eb4b57fdb5c269c2a1
[ "Apache-2.0" ]
3
2017-07-30T15:35:16.000Z
2020-08-18T20:44:08.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 ...
25.444132
107
0.563701
[ "object" ]
f9a7c25d17685ca2a8e8b7b0210350827fe73abf
193
h
C
src/GUI/Crxtterm.h
ArashMassoudieh/GIFMod_
1fa9eda21fab870fc3baf56462f79eb800d5154f
[ "MIT" ]
5
2017-11-20T19:32:27.000Z
2018-08-28T06:08:45.000Z
src/GUI/Crxtterm.h
ArashMassoudieh/GIFMod_
1fa9eda21fab870fc3baf56462f79eb800d5154f
[ "MIT" ]
1
2017-07-04T05:40:30.000Z
2017-07-04T05:43:37.000Z
src/GUI/Crxtterm.h
ArashMassoudieh/GIFMod_
1fa9eda21fab870fc3baf56462f79eb800d5154f
[ "MIT" ]
2
2017-11-09T22:00:45.000Z
2018-08-30T10:56:08.000Z
#pragma once #include <vector> using namespace std; class Crxtterm { public: Crxtterm(void); char type; int rxtno; vector<int> reactantno; ~Crxtterm(void); vector<double> params; };
10.157895
24
0.704663
[ "vector" ]
f9b0220cfb00a2b1a2c802150a085f8aa94325f9
4,113
h
C
Source/Fight_MovementManager.h
JohnWJackson/CUNYAIModule
0e23d8d9b2008827fbb20d18fe245d2405f38315
[ "MIT" ]
null
null
null
Source/Fight_MovementManager.h
JohnWJackson/CUNYAIModule
0e23d8d9b2008827fbb20d18fe245d2405f38315
[ "MIT" ]
null
null
null
Source/Fight_MovementManager.h
JohnWJackson/CUNYAIModule
0e23d8d9b2008827fbb20d18fe245d2405f38315
[ "MIT" ]
null
null
null
#pragma once #include "CUNYAIModule.h" #include "Unit_Inventory.h" //Movement and Combat Functions class Mobility { public: // Basic retreat logic void Retreat_Logic(const Unit &unit, const Stored_Unit &e_unit, const Unit_Inventory &u_squad, Unit_Inventory &e_squad, Unit_Inventory &ei, const Unit_Inventory &...
63.276923
263
0.745441
[ "vector" ]
f9c355bc8f8f1487df545f85c18bdbf2847a83a4
1,089
h
C
archived/core/v1/solver.h
HenryQuan/pazusoba
00fc067dd57675033903f7cc994017506e84ce05
[ "MIT" ]
5
2020-11-29T22:23:56.000Z
2021-02-05T16:28:42.000Z
archived/core/v1/solver.h
HenryQuan/pazusoba
00fc067dd57675033903f7cc994017506e84ce05
[ "MIT" ]
41
2020-07-08T13:07:22.000Z
2021-09-09T23:48:28.000Z
archived/core/v1/solver.h
HenryQuan/pazusoba
00fc067dd57675033903f7cc994017506e84ce05
[ "MIT" ]
1
2021-02-06T06:19:08.000Z
2021-02-06T06:19:08.000Z
/** * solver.h * by Yiheng Quan */ #ifndef PAD_SOLVER_H #define PAD_SOLVER_H #include <string> #include <vector> #include <set> #include "pad.h" #include "route.h" #include "board.h" #include "state.h" extern "C" { class PSolver { int row = 0; int column = 0; int minErase = 3; ...
20.166667
80
0.583104
[ "vector" ]
f9c558d89c7a1360d98e2c7c55e90148650f090e
3,266
h
C
Blowbox/d3d11/d3d11_vertex_buffer.h
RikoOphorst/blowbox-old
2a6203dd63eaf78356f1fe3c6f133203b75fcaee
[ "MIT" ]
null
null
null
Blowbox/d3d11/d3d11_vertex_buffer.h
RikoOphorst/blowbox-old
2a6203dd63eaf78356f1fe3c6f133203b75fcaee
[ "MIT" ]
null
null
null
Blowbox/d3d11/d3d11_vertex_buffer.h
RikoOphorst/blowbox-old
2a6203dd63eaf78356f1fe3c6f133203b75fcaee
[ "MIT" ]
null
null
null
#pragma once #include "../../blowbox/d3d11/d3d11.h" #include <vector> #include <Windows.h> #include <xnamath.h> namespace blowbox { /** * @struct blowbox::Vertex * @brief A structure that holds vertex information */ struct Vertex { Vertex() : position(XMFLOAT4(0.0f, 0.0f, 0.0f, 1.0f)), color(XMFLOAT4(1...
23.839416
151
0.685242
[ "object", "vector" ]
58ee05221f2001769d9d200164ea0f863aa38fa7
4,079
h
C
Include/ZL_File.h
laxa88/ZillaLib
dd90e8356a4ccb370e151d4bfae4623b8fe46ae7
[ "Zlib" ]
106
2016-03-23T00:14:03.000Z
2022-03-11T16:38:18.000Z
Include/ZL_File.h
laxa88/ZillaLib
dd90e8356a4ccb370e151d4bfae4623b8fe46ae7
[ "Zlib" ]
15
2018-10-27T15:54:44.000Z
2022-03-23T22:38:16.000Z
Include/ZL_File.h
laxa88/ZillaLib
dd90e8356a4ccb370e151d4bfae4623b8fe46ae7
[ "Zlib" ]
8
2017-10-21T15:31:31.000Z
2022-03-11T16:38:19.000Z
/* ZillaLib Copyright (C) 2010-2016 Bernhard Schelling 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 software for any purpos...
38.121495
125
0.738907
[ "vector" ]
450c51c2b6602c0a453b3d7400d2b614af17eb0e
1,218
h
C
src/mavsdk/core/mavlink_request_message_handler.h
thomas-watters-skydio/MAVSDK
af2bb6834df07a145ce637e0f53ad7a8bc58245c
[ "BSD-3-Clause" ]
47
2017-08-17T15:29:23.000Z
2018-06-28T06:31:49.000Z
src/mavsdk/core/mavlink_request_message_handler.h
thomas-watters-skydio/MAVSDK
af2bb6834df07a145ce637e0f53ad7a8bc58245c
[ "BSD-3-Clause" ]
336
2017-08-18T15:11:20.000Z
2018-07-08T06:55:23.000Z
src/mavsdk/core/mavlink_request_message_handler.h
thomas-watters-skydio/MAVSDK
af2bb6834df07a145ce637e0f53ad7a8bc58245c
[ "BSD-3-Clause" ]
58
2017-08-21T10:29:00.000Z
2018-07-06T11:58:56.000Z
#pragma once #include <array> #include <functional> #include <mutex> #include <optional> #include <vector> #include "mavlink_include.h" #include "mavlink_command_receiver.h" namespace mavsdk { class SystemImpl; class MavlinkRequestMessageHandler { public: MavlinkRequestMessageHandler() = delete; explicit Ma...
25.914894
93
0.738916
[ "vector" ]
450cb891bd03a132cef9bd653a1df6bcf4ae8200
3,556
c
C
sdk-6.5.20/libs/sdklt/bcmlta/bcmltx/bcm56780_a0/ina_2_4_13/bcm56780_a0_ina_2_4_13_lta_bcmltx_divmod_depth_expand_xfrm_handler.c
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
sdk-6.5.20/libs/sdklt/bcmlta/bcmltx/bcm56780_a0/ina_2_4_13/bcm56780_a0_ina_2_4_13_lta_bcmltx_divmod_depth_expand_xfrm_handler.c
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
sdk-6.5.20/libs/sdklt/bcmlta/bcmltx/bcm56780_a0/ina_2_4_13/bcm56780_a0_ina_2_4_13_lta_bcmltx_divmod_depth_expand_xfrm_handler.c
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
/******************************************************************************* * * DO NOT EDIT THIS FILE! * This file is auto-generated by fltg from Logical Table mapping files. * * Tool: $SDK/INTERNAL/fltg/bin/fltg * * Edits to this file will be lost when it is regenerated. * * This license is set out in ht...
39.955056
134
0.806524
[ "transform" ]