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
320bf229c5064c7c04d4c8eeb65f9353a6392fe9
5,248
h
C
applications/structural_application/custom_elements/beam_element.h
AndreaVoltan/MyKratos7.0
e977752722e8ef1b606f25618c4bf8fd04c434cc
[ "BSD-4-Clause" ]
2
2020-04-30T19:13:08.000Z
2021-04-14T19:40:47.000Z
applications/structural_application/custom_elements/beam_element.h
AndreaVoltan/MyKratos7.0
e977752722e8ef1b606f25618c4bf8fd04c434cc
[ "BSD-4-Clause" ]
1
2020-04-30T19:19:09.000Z
2020-05-02T14:22:36.000Z
applications/structural_application/custom_elements/beam_element.h
AndreaVoltan/MyKratos7.0
e977752722e8ef1b606f25618c4bf8fd04c434cc
[ "BSD-4-Clause" ]
1
2020-06-12T08:51:24.000Z
2020-06-12T08:51:24.000Z
// Project Name: Kratos // Last Modified by: $Author: nelson $ // Date: $Date: 2008-12-10 11:10:16 $ // Revision: $Revision: 1.1 $ // // #if !defined(KRATOS_BEAM_ELEMENT_INCLUDED ) #define KRATOS_BEAM_ELEMENT_INCLUDED // System includes // External includes #include ...
30.870588
131
0.672256
[ "vector" ]
321277fc9c52456032d868aa59ece7b76c53b4c2
11,169
h
C
kernel/include/arch/arm/arch/object/structures.h
winksaville/sel4-min-sel4
2f2d88aa0f06b35f80c12bc06556100d44298c10
[ "BSD-2-Clause" ]
1
2016-09-09T13:53:10.000Z
2016-09-09T13:53:10.000Z
kernel/include/arch/arm/arch/object/structures.h
winksaville/sel4-minimal-helloworld
52900e395383af11f03dd3fe695fa677fc525f19
[ "BSD-2-Clause" ]
null
null
null
kernel/include/arch/arm/arch/object/structures.h
winksaville/sel4-minimal-helloworld
52900e395383af11f03dd3fe695fa677fc525f19
[ "BSD-2-Clause" ]
null
null
null
/* * Copyright 2014, General Dynamics C4 Systems * * This software may be distributed and modified according to the terms of * the GNU General Public License version 2. Note that NO WARRANTY is provided. * See "LICENSE_GPLv2.txt" for details. * * @TAG(GD_GPL) */ #ifndef __ARCH_OBJECT_STRUCTURES_H #define __ARC...
24.710177
98
0.693795
[ "object" ]
32163b7104a9bada147ec831f06201947b6caf5d
13,740
h
C
src/OSSupport/Network.h
nickc01/cuberite
be818200a6567218ba99bb072e721c4b64b71d67
[ "Apache-2.0" ]
4,126
2015-06-12T21:56:49.000Z
2022-03-31T06:33:12.000Z
src/OSSupport/Network.h
nickc01/cuberite
be818200a6567218ba99bb072e721c4b64b71d67
[ "Apache-2.0" ]
2,931
2015-06-11T17:13:15.000Z
2022-03-31T22:46:31.000Z
src/OSSupport/Network.h
nickc01/cuberite
be818200a6567218ba99bb072e721c4b64b71d67
[ "Apache-2.0" ]
917
2015-06-11T21:47:41.000Z
2022-03-30T10:32:55.000Z
// Network.h // Declares the classes used for the Network API #pragma once #ifdef __FreeBSD__ #include <netinet/in.h> #endif // fwd: class cTCPLink; typedef std::shared_ptr<cTCPLink> cTCPLinkPtr; typedef std::vector<cTCPLinkPtr> cTCPLinkPtrs; class cServerHandle; typedef std::shared_ptr<cServerHandle>...
37.336957
144
0.761063
[ "object", "vector" ]
321b9b070ed56a2a06c1968217605175b73171e6
428
h
C
src/Ball.h
Laefy/Brik
d8b93a1fca52fe3324e97500a4d20dcb3aeef06f
[ "MIT" ]
null
null
null
src/Ball.h
Laefy/Brik
d8b93a1fca52fe3324e97500a4d20dcb3aeef06f
[ "MIT" ]
null
null
null
src/Ball.h
Laefy/Brik
d8b93a1fca52fe3324e97500a4d20dcb3aeef06f
[ "MIT" ]
1
2021-06-25T14:23:40.000Z
2021-06-25T14:23:40.000Z
#pragma once #include <SFML/System/Vector2.hpp> class Map; namespace sf { class RenderTarget; } // namespace sf class Ball { public: explicit Ball(const sf::Vector2f& position); void Render(sf::RenderTarget& target) const; void Update(float dt, Map& map); private: static constexpr float RADIUS = ...
15.851852
48
0.672897
[ "render" ]
9a4ab68ef716cd9b9ac7b51e3aeb2ed81d08ad00
5,274
h
C
src/plugcalc/newparse.h
FarPlugins/Calculator
679cd57cfa223719e02dffd4a1b7876210a64e61
[ "BSD-3-Clause" ]
1
2021-12-16T14:26:23.000Z
2021-12-16T14:26:23.000Z
src/plugcalc/newparse.h
FarPlugins/Calculator
679cd57cfa223719e02dffd4a1b7876210a64e61
[ "BSD-3-Clause" ]
9
2021-01-06T07:25:00.000Z
2021-10-04T16:45:05.000Z
src/plugcalc/newparse.h
FarPlugins/Calculator
679cd57cfa223719e02dffd4a1b7876210a64e61
[ "BSD-3-Clause" ]
1
2021-05-30T19:00:49.000Z
2021-05-30T19:00:49.000Z
// // Copyright (c) uncle-vunkis 2009-2012 <uncle-vunkis@yandex.ru> // You can use, modify, distribute this code or any other part // of this program in sources or in binaries only according // to License (see /doc/license.txt for more information). // #ifndef CALC_NEWPARSE_H #define CALC_NEWPARSE_H #in...
24.64486
186
0.724308
[ "vector" ]
9a55fa44b7dfd4cde12625f850f5c9b5f11ab38a
3,450
h
C
src/components/autofill/browser/autocomplete_history_manager.h
jxjnjjn/chromium
435c1d02fd1b99001dc9e1e831632c894523580d
[ "Apache-2.0" ]
9
2018-09-21T05:36:12.000Z
2021-11-15T15:14:36.000Z
components/autofill/browser/autocomplete_history_manager.h
devasia1000/chromium
919a8a666862fb866a6bb7aa7f3ae8c0442b4828
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
components/autofill/browser/autocomplete_history_manager.h
devasia1000/chromium
919a8a666862fb866a6bb7aa7f3ae8c0442b4828
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
3
2018-11-28T14:54:13.000Z
2020-07-02T07:36:07.000Z
// Copyright (c) 2012 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 COMPONENTS_AUTOFILL_BROWSER_AUTOCOMPLETE_HISTORY_MANAGER_H_ #define COMPONENTS_AUTOFILL_BROWSER_AUTOCOMPLETE_HISTORY_MANAGER_H_ #include <vec...
35.9375
78
0.771014
[ "vector" ]
9a573878ff189afdd06d9a3118d6c891b78aa932
393
h
C
src/Cell.h
GuildMasterInfinite/GameOfLife
2d320ff48a238fbf3c4ef6aed8a5959970dad9bf
[ "MIT" ]
null
null
null
src/Cell.h
GuildMasterInfinite/GameOfLife
2d320ff48a238fbf3c4ef6aed8a5959970dad9bf
[ "MIT" ]
null
null
null
src/Cell.h
GuildMasterInfinite/GameOfLife
2d320ff48a238fbf3c4ef6aed8a5959970dad9bf
[ "MIT" ]
null
null
null
#ifndef CELL_H #define CELL_H #include <SFML/Graphics.hpp> class Cell { public: static const int SIZE = 16; Cell(int x, int y); virtual ~Cell(); void render(sf::RenderWindow &w); void setAlive(bool alive); bool isAlive(); private: const int x, y; ...
14.555556
41
0.557252
[ "render", "shape" ]
9a577b92971a8c00692a8face3ee02fcb1d2b535
20,725
h
C
src/mnemonics/ukrainian.h
mygirl8893/evov3
3df817b5f5eeb15bf0dad84c3abfa24264c2ceab
[ "MIT" ]
null
null
null
src/mnemonics/ukrainian.h
mygirl8893/evov3
3df817b5f5eeb15bf0dad84c3abfa24264c2ceab
[ "MIT" ]
null
null
null
src/mnemonics/ukrainian.h
mygirl8893/evov3
3df817b5f5eeb15bf0dad84c3abfa24264c2ceab
[ "MIT" ]
1
2018-06-04T08:50:33.000Z
2018-06-04T08:50:33.000Z
// Copyright (c) 2017-2018, Karbo developers /*! * file Ukrainian.h * * Created by Karbovanets contributor Lastik, edited by Aiwe * Based on 'Frequency list of Ukrainian language' by Volodymyr Vlad * This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a c...
12.477423
184
0.438649
[ "vector" ]
9a578369640d7cb654e6cb68853799c5bb7e499f
1,701
h
C
external/GTEngine/Include/Mathematics/GteVertexAttribute.h
yushuiqiang/geometry3cpp
2727986b89da2d40ffbd0dddb6947183c8bf68b0
[ "BSL-1.0" ]
1
2021-02-18T10:25:42.000Z
2021-02-18T10:25:42.000Z
external/GTEngine/Include/Mathematics/GteVertexAttribute.h
yushuiqiang/geometry3cpp
2727986b89da2d40ffbd0dddb6947183c8bf68b0
[ "BSL-1.0" ]
null
null
null
external/GTEngine/Include/Mathematics/GteVertexAttribute.h
yushuiqiang/geometry3cpp
2727986b89da2d40ffbd0dddb6947183c8bf68b0
[ "BSL-1.0" ]
null
null
null
// David Eberly, Geometric Tools, Redmond WA 98052 // Copyright (c) 1998-2018 // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt // http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt // File Version: 3.3.0 (2016/08/29) #pragma once #include <GTEngin...
29.842105
104
0.66843
[ "mesh" ]
9a5baa2398f8acf2f7914521c5b292948c3d01b9
12,812
c
C
ext/db/builder/where.c
erikaaron/cphalcon7-1.3.3-Stable-0
5f8d996370449421317694534caa7285a286d0b4
[ "BSD-3-Clause" ]
1
2020-04-26T23:16:41.000Z
2020-04-26T23:16:41.000Z
ext/db/builder/where.c
erikwang2013/cphalcon7-1.3.3-Stable-0
5f8d996370449421317694534caa7285a286d0b4
[ "BSD-3-Clause" ]
null
null
null
ext/db/builder/where.c
erikwang2013/cphalcon7-1.3.3-Stable-0
5f8d996370449421317694534caa7285a286d0b4
[ "BSD-3-Clause" ]
null
null
null
/* +------------------------------------------------------------------------+ | Phalcon Framework | +------------------------------------------------------------------------+ | Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) | +------...
30.650718
170
0.695676
[ "object" ]
9a637c455660a058bdab318e14a3dfe52cbc4fda
4,831
h
C
src/RcsCore/Rcs_distanceWM5.h
famura/Rcs
4f8b997d2649a2cd7a1945ea079e07a71ee215fc
[ "BSD-3-Clause" ]
37
2018-03-20T12:28:45.000Z
2022-02-28T08:39:32.000Z
src/RcsCore/Rcs_distanceWM5.h
famura/Rcs
4f8b997d2649a2cd7a1945ea079e07a71ee215fc
[ "BSD-3-Clause" ]
19
2018-04-19T08:49:53.000Z
2021-06-11T09:47:09.000Z
src/RcsCore/Rcs_distanceWM5.h
famura/Rcs
4f8b997d2649a2cd7a1945ea079e07a71ee215fc
[ "BSD-3-Clause" ]
15
2018-03-28T11:52:39.000Z
2022-02-04T19:34:01.000Z
/******************************************************************************* Copyright (c) 2017, Honda Research Institute Europe GmbH Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of sour...
37.449612
80
0.619333
[ "vector", "3d" ]
9a67fa3389096efaaf4850b5eca0d5c5a20361c3
16,362
h
C
src/client/game.h
Sposito/otclient
d3e12b5d44a3f801b0b24fcf25dfd811929e6ba4
[ "MIT" ]
518
2015-01-10T18:09:26.000Z
2022-03-27T11:41:33.000Z
src/client/game.h
Sposito/otclient
d3e12b5d44a3f801b0b24fcf25dfd811929e6ba4
[ "MIT" ]
504
2015-01-01T17:34:59.000Z
2022-03-25T18:27:37.000Z
src/client/game.h
Sposito/otclient
d3e12b5d44a3f801b0b24fcf25dfd811929e6ba4
[ "MIT" ]
545
2015-01-08T09:37:10.000Z
2022-03-05T00:57:50.000Z
/* * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient> * * 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...
40.300493
256
0.721489
[ "vector" ]
9a6ab128fd99869c8a4f44740dedda158096b4e0
4,370
h
C
VisualizationBase/src/declarative/NodeItemWrapperFormElement.h
patrick-luethi/Envision
b93e6f9bbb2a534b5534a5e48ed40a2c43baba8a
[ "BSD-3-Clause" ]
null
null
null
VisualizationBase/src/declarative/NodeItemWrapperFormElement.h
patrick-luethi/Envision
b93e6f9bbb2a534b5534a5e48ed40a2c43baba8a
[ "BSD-3-Clause" ]
null
null
null
VisualizationBase/src/declarative/NodeItemWrapperFormElement.h
patrick-luethi/Envision
b93e6f9bbb2a534b5534a5e48ed40a2c43baba8a
[ "BSD-3-Clause" ]
null
null
null
/*********************************************************************************************************************** ** ** Copyright (c) 2011, 2014 ETH Zurich ** All rights reserved. ** ** Redistribution and use in source and binary forms, with or without modification, are permitted provided that the ** follo...
40.841121
120
0.729519
[ "render", "model" ]
9a70b6f7f93650dfc46b5f00d092cdeedd2d028b
6,189
h
C
win/devkit/plug-ins/AbcBullet/MayaUtility.h
leegoonz/Maya-devkit
b81fe799b58e854e4ef16435426d60446e975871
[ "ADSL" ]
10
2018-03-30T16:09:02.000Z
2021-12-07T07:29:19.000Z
win/devkit/plug-ins/AbcBullet/MayaUtility.h
leegoonz/Maya-devkit
b81fe799b58e854e4ef16435426d60446e975871
[ "ADSL" ]
null
null
null
win/devkit/plug-ins/AbcBullet/MayaUtility.h
leegoonz/Maya-devkit
b81fe799b58e854e4ef16435426d60446e975871
[ "ADSL" ]
9
2018-06-02T09:18:49.000Z
2021-12-20T09:24:35.000Z
//-***************************************************************************** // // Copyright (c) 2009-2012, // Sony Pictures Imageworks Inc. and // Industrial Light & Magic, a division of Lucasfilm Entertainment Company Ltd. // // All rights reserved. // // Redistribution and use in source and binary form...
30.638614
109
0.662627
[ "object", "vector" ]
9a7299f4073df7f50ab7444588999cd4ffdc0be7
29,543
h
C
source/serializer/tmfile/tm2_format.h
ddzhao91/Tengine
3930387025675c7f4fb336f64617b719bc036d50
[ "Apache-2.0" ]
null
null
null
source/serializer/tmfile/tm2_format.h
ddzhao91/Tengine
3930387025675c7f4fb336f64617b719bc036d50
[ "Apache-2.0" ]
null
null
null
source/serializer/tmfile/tm2_format.h
ddzhao91/Tengine
3930387025675c7f4fb336f64617b719bc036d50
[ "Apache-2.0" ]
null
null
null
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * License); you ma...
29.811302
105
0.618928
[ "shape", "vector", "model" ]
9a76080762140ae9de15803ffeac30cb2f9a6420
21,080
h
C
libraries/nacl_sdk/pepper_49/toolchain/win_pnacl/include/clang/AST/ExternalASTSource.h
Enime-Project/mpv.js
5d80165419a043ac61c29567c58fcae6af3e1f1b
[ "CC0-1.0" ]
1
2022-01-11T11:12:00.000Z
2022-01-11T11:12:00.000Z
libraries/nacl_sdk/pepper_49/toolchain/win_pnacl/include/clang/AST/ExternalASTSource.h
Enime-Project/mpv.js
5d80165419a043ac61c29567c58fcae6af3e1f1b
[ "CC0-1.0" ]
null
null
null
libraries/nacl_sdk/pepper_49/toolchain/win_pnacl/include/clang/AST/ExternalASTSource.h
Enime-Project/mpv.js
5d80165419a043ac61c29567c58fcae6af3e1f1b
[ "CC0-1.0" ]
null
null
null
//===--- ExternalASTSource.h - Abstract External AST Interface --*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
36.597222
89
0.690702
[ "object", "vector" ]
9a782368f0a6236a9e00aadec20ad4b775da501f
66,472
h
C
motr/client.h
rkothiya/cortx-motr
daf765c7bbeb1c405ec771d7ce7cf6f11ab5e583
[ "Apache-2.0" ]
2
2022-03-29T17:26:25.000Z
2022-03-31T11:24:50.000Z
motr/client.h
ydb242/cortx-motr
4de43b22b13c0d5e7de538bd5aa1a62cc7df6fa5
[ "Apache-2.0" ]
null
null
null
motr/client.h
ydb242/cortx-motr
4de43b22b13c0d5e7de538bd5aa1a62cc7df6fa5
[ "Apache-2.0" ]
null
null
null
/* -*- C -*- */ /* * Copyright (c) 2016-2020 Seagate Technology LLC and/or its Affiliates * * 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...
35.930811
82
0.665453
[ "object", "vector", "transform" ]
9a7c8929f0da680e73c5025a34dccb97a12c5634
620
h
C
HongKZH_IOS/Classes/MyCircle/MyCircleView/MyCocleHeadView.h
wuruijie/LXZAPP
15b8739bb4bee3f1665f0c841cce79bde0fe920e
[ "Apache-2.0" ]
2
2019-05-09T18:32:14.000Z
2020-04-23T08:38:58.000Z
HongKZH_IOS/Classes/MyCircle/MyCircleView/MyCocleHeadView.h
wuruijie/LXZAPP
15b8739bb4bee3f1665f0c841cce79bde0fe920e
[ "Apache-2.0" ]
null
null
null
HongKZH_IOS/Classes/MyCircle/MyCircleView/MyCocleHeadView.h
wuruijie/LXZAPP
15b8739bb4bee3f1665f0c841cce79bde0fe920e
[ "Apache-2.0" ]
2
2019-05-27T15:47:28.000Z
2019-08-23T06:43:01.000Z
// // MyCocleHeadView.h // HongKZH_IOS // // Created by wanghui on 2018/9/10. // Copyright © 2018年 hkzh. All rights reserved. // #import <UIKit/UIKit.h> @class HKMyCircleData; @protocol MyCocleHeadViewDelegate <NSObject> @optional -(void)toVcheadBtnClick; -(void)toAddGroup; -(void)gotoShoppingVc:(NSInteger)tag; -...
23.846154
64
0.766129
[ "model" ]
9a7e527079b222b8d5f91fcd602f480d277018b9
3,243
h
C
src/card/base/CardConnectionWorker.h
Governikus/AusweisApp2-Omapi
0d563e61cb385492cef96c2542d50a467e003259
[ "Apache-2.0" ]
1
2019-06-06T11:58:51.000Z
2019-06-06T11:58:51.000Z
src/card/base/CardConnectionWorker.h
ckahlo/AusweisApp2-Omapi
5141b82599f9f11ae32ff7221b6de3b885e6e5f9
[ "Apache-2.0" ]
1
2022-01-28T11:08:59.000Z
2022-01-28T12:05:33.000Z
src/card/base/CardConnectionWorker.h
ckahlo/AusweisApp2-Omapi
5141b82599f9f11ae32ff7221b6de3b885e6e5f9
[ "Apache-2.0" ]
3
2019-06-06T11:58:14.000Z
2021-11-15T23:32:04.000Z
/*! * \brief Worker for \ref CardConnection that will do the job in \ref ReaderManagerWorker * * \copyright Copyright (c) 2014-2019 Governikus GmbH & Co. KG, Germany */ #pragma once #include "asn1/SecurityInfos.h" #include "CardReturnCode.h" #include "CommandApdu.h" #include "Commands.h" #include "EstablishPaceCh...
28.699115
152
0.758557
[ "object" ]
9a81f67e1c6caa22f83a0f5e4cb7594004acf84b
2,804
h
C
Export/macos/obj/include/dsHelper/flatInterleave/core/_Flat3x7/Flat3x7_Impl_.h
TrilateralX/TrilateralLimeTriangle
219d8e54fc3861dc1ffeb3da25da6eda349847c1
[ "MIT" ]
null
null
null
Export/macos/obj/include/dsHelper/flatInterleave/core/_Flat3x7/Flat3x7_Impl_.h
TrilateralX/TrilateralLimeTriangle
219d8e54fc3861dc1ffeb3da25da6eda349847c1
[ "MIT" ]
null
null
null
Export/macos/obj/include/dsHelper/flatInterleave/core/_Flat3x7/Flat3x7_Impl_.h
TrilateralX/TrilateralLimeTriangle
219d8e54fc3861dc1ffeb3da25da6eda349847c1
[ "MIT" ]
null
null
null
// Generated by Haxe 4.2.0-rc.1+cb30bd580 #ifndef INCLUDED_dsHelper_flatInterleave_core__Flat3x7_Flat3x7_Impl_ #define INCLUDED_dsHelper_flatInterleave_core__Flat3x7_Flat3x7_Impl_ #ifndef HXCPP_H #include <hxcpp.h> #endif HX_DECLARE_CLASS4(dsHelper,flatInterleave,core,_Flat3x7,Flat3x7_Impl_) HX_DECLARE_CLASS2(lime,ut...
33.783133
168
0.75535
[ "object" ]
9a82137bfa06bca4bbab996a4c7749cf5abf6544
4,059
h
C
native/cocos/renderer/frame-graph/DevicePassResourceTable.h
SteveLau-GameDeveloper/engine
159e5acd0f5115a878d59ed59f924ce7627a5466
[ "Apache-2.0", "MIT" ]
null
null
null
native/cocos/renderer/frame-graph/DevicePassResourceTable.h
SteveLau-GameDeveloper/engine
159e5acd0f5115a878d59ed59f924ce7627a5466
[ "Apache-2.0", "MIT" ]
null
null
null
native/cocos/renderer/frame-graph/DevicePassResourceTable.h
SteveLau-GameDeveloper/engine
159e5acd0f5115a878d59ed59f924ce7627a5466
[ "Apache-2.0", "MIT" ]
null
null
null
/**************************************************************************** Copyright (c) 2021-2022 Xiamen Yaji Software Co., Ltd. http://www.cocos.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated engine source code (the "Software"), a limited, wo...
45.1
211
0.720867
[ "vector" ]
9a84b5c7e9e7b9edf4ed7eb79358fc502ce4292c
13,326
c
C
src/fclist.c
tizenorg/framework.graphics.fontconfig
7b69fc5828a18f6bc05c9fa1351556574f6ddd11
[ "DOC" ]
null
null
null
src/fclist.c
tizenorg/framework.graphics.fontconfig
7b69fc5828a18f6bc05c9fa1351556574f6ddd11
[ "DOC" ]
null
null
null
src/fclist.c
tizenorg/framework.graphics.fontconfig
7b69fc5828a18f6bc05c9fa1351556574f6ddd11
[ "DOC" ]
null
null
null
/* * fontconfig/src/fclist.c * * Copyright © 2000 Keith Packard * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice appear in all copies and that both that * copyright notice and...
23.055363
93
0.610236
[ "object" ]
9a8bab99bba9c58b4dc8d4adc985fbeea9596f9e
5,277
h
C
Code/Numerics/NeuralNetworks/itkRBFLayer.h
dtglidden/ITK
ef0c16fee4fac904d6ab706b8f7d438d4062cd96
[ "BSD-3-Clause" ]
1
2017-07-31T18:41:02.000Z
2017-07-31T18:41:02.000Z
Code/Numerics/NeuralNetworks/itkRBFLayer.h
dtglidden/ITK
ef0c16fee4fac904d6ab706b8f7d438d4062cd96
[ "BSD-3-Clause" ]
null
null
null
Code/Numerics/NeuralNetworks/itkRBFLayer.h
dtglidden/ITK
ef0c16fee4fac904d6ab706b8f7d438d4062cd96
[ "BSD-3-Clause" ]
null
null
null
/*========================================================================= Program: Insight Segmentation & Registration Toolkit Module: itkRBFLayer.h Language: C++ Date: $Date$ Version: $Revision$ Copyright (c) Insight Software Consortium. All rights reserved. See ITKCopyright.txt or http://www.itk.org/...
34.266234
91
0.735835
[ "object", "vector" ]
9a9191ed7a95787642f4a8cb19b1952ff855c9df
5,326
h
C
third_party/libSBML-5.10.0-Source/src/sbml/packages/comp/validator/CompValidator.h
0u812/roadrunner
f464c2649e388fa1f5a015592b0b29b65cc84b4b
[ "Apache-2.0" ]
null
null
null
third_party/libSBML-5.10.0-Source/src/sbml/packages/comp/validator/CompValidator.h
0u812/roadrunner
f464c2649e388fa1f5a015592b0b29b65cc84b4b
[ "Apache-2.0" ]
null
null
null
third_party/libSBML-5.10.0-Source/src/sbml/packages/comp/validator/CompValidator.h
0u812/roadrunner
f464c2649e388fa1f5a015592b0b29b65cc84b4b
[ "Apache-2.0" ]
null
null
null
/** * @file CompValidator.h * @brief Base class for SBML CompValidators * @author Sarah Keating * * <!-------------------------------------------------------------------------- * This file is part of libSBML. Please visit http://sbml.org for more * information about SBML, and the latest version of libSBM...
33.2875
79
0.718551
[ "object" ]
9a955b5e8f5f2c5ff90e13e2fd15f72983d384a5
22,700
c
C
source/blender/render/intern/source/external_engine.c
wangyxuan/blender
d09289ff7a8e8fe6d4da6b46dd153033d7cfd426
[ "Naumen", "Condor-1.1", "MS-PL" ]
2
2019-06-27T09:30:33.000Z
2019-11-05T12:41:21.000Z
source/blender/render/intern/source/external_engine.c
tin2tin/blender
42e0cf1a026bbde7e3a65157de5c54106e948cd8
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
source/blender/render/intern/source/external_engine.c
tin2tin/blender
42e0cf1a026bbde7e3a65157de5c54106e948cd8
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
/* * 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 later version. * * This program is distributed in the hope that it will be use...
25.678733
99
0.651189
[ "render", "object", "model" ]
9a96a5fd45e4c48059ba8915f2108e4f9ac2aad7
3,776
h
C
paddle/pten/kernels/funcs/common_shape.h
wwjiang007/Paddle
bdeb479c0edd1ab9bb5f696df3573dad63d67885
[ "Apache-2.0" ]
null
null
null
paddle/pten/kernels/funcs/common_shape.h
wwjiang007/Paddle
bdeb479c0edd1ab9bb5f696df3573dad63d67885
[ "Apache-2.0" ]
null
null
null
paddle/pten/kernels/funcs/common_shape.h
wwjiang007/Paddle
bdeb479c0edd1ab9bb5f696df3573dad63d67885
[ "Apache-2.0" ]
null
null
null
/* Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or...
35.28972
80
0.574947
[ "shape", "vector" ]
9a97ec8241c050bf7d42d36a3969cbfe2dd44c2e
2,737
h
C
src/libaten/renderer/_bdpt.h
nackdai/aten
6d8ca0ddbf4ea77a87b1b5506d43d3a910cf9fef
[ "MIT" ]
49
2018-02-04T07:13:52.000Z
2021-11-23T16:44:17.000Z
src/libaten/renderer/_bdpt.h
nakdai/aten
f6de0840c1631bafbec3162da6a9af5767300e4d
[ "MIT" ]
11
2020-01-21T01:40:20.000Z
2022-02-06T08:14:34.000Z
src/libaten/renderer/_bdpt.h
nakdai/aten
f6de0840c1631bafbec3162da6a9af5767300e4d
[ "MIT" ]
4
2018-10-28T22:19:27.000Z
2021-03-26T09:27:36.000Z
#pragma once #include "renderer/renderer.h" #include "scene/scene.h" #include "camera/camera.h" #include "sampler/sampler.h" namespace aten { class BDPT : public Renderer { public: BDPT() {} ~BDPT() {} public: virtual void render( Destination& dst, scene* scene, camera* camera) override; private:...
18.746575
99
0.630617
[ "render", "vector" ]
9a9a96edaa71d3a3792bdbd905a6dec65b247f8d
4,137
h
C
services/viz/privileged/mojom/compositing/renderer_settings_mojom_traits.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
14,668
2015-01-01T01:57:10.000Z
2022-03-31T23:33:32.000Z
services/viz/privileged/mojom/compositing/renderer_settings_mojom_traits.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
86
2015-10-21T13:02:42.000Z
2022-03-14T07:50:50.000Z
services/viz/privileged/mojom/compositing/renderer_settings_mojom_traits.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
5,941
2015-01-02T11:32:21.000Z
2022-03-31T16:35:46.000Z
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SERVICES_VIZ_PRIVILEGED_MOJOM_COMPOSITING_RENDERER_SETTINGS_MOJOM_TRAITS_H_ #define SERVICES_VIZ_PRIVILEGED_MOJOM_COMPOSITING_RENDERER_SETTINGS_MOJ...
31.340909
86
0.772299
[ "geometry", "vector" ]
9a9a9fd42afbb077be3bcfcf5ce50bed26ca80d3
11,502
h
C
src/openms/include/OpenMS/FORMAT/DTA2DFile.h
liangoaix/OpenMS
cccbc5d872320f197091596db275f35b4d0458cd
[ "Zlib", "Apache-2.0" ]
null
null
null
src/openms/include/OpenMS/FORMAT/DTA2DFile.h
liangoaix/OpenMS
cccbc5d872320f197091596db275f35b4d0458cd
[ "Zlib", "Apache-2.0" ]
null
null
null
src/openms/include/OpenMS/FORMAT/DTA2DFile.h
liangoaix/OpenMS
cccbc5d872320f197091596db275f35b4d0458cd
[ "Zlib", "Apache-2.0" ]
null
null
null
// -------------------------------------------------------------------------- // OpenMS -- Open-Source Mass Spectrometry // -------------------------------------------------------------------------- // Copyright The OpenMS Team -- Eberhard Karls University Tuebingen, // ETH Zurich, and Freie Universit...
34.029586
227
0.576943
[ "vector" ]
9aa17df214aa1c6cc504671b9de25f2fffd7547e
21,883
h
C
src/compiler/raw-machine-assembler.h
guillermomolina/v8-sparc
40f43c91a59835819cdd544b25d0ea415a753bbb
[ "BSD-3-Clause" ]
null
null
null
src/compiler/raw-machine-assembler.h
guillermomolina/v8-sparc
40f43c91a59835819cdd544b25d0ea415a753bbb
[ "BSD-3-Clause" ]
null
null
null
src/compiler/raw-machine-assembler.h
guillermomolina/v8-sparc
40f43c91a59835819cdd544b25d0ea415a753bbb
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2014 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_COMPILER_RAW_MACHINE_ASSEMBLER_H_ #define V8_COMPILER_RAW_MACHINE_ASSEMBLER_H_ #include "src/assembler.h" #include "src/compiler/common-oper...
35.87377
80
0.649545
[ "object" ]
9aa3124f2e52fa4f193a51c8a85a1820ebb5b4da
1,439
h
C
src/NativeScript/Workers/JSWorkerConstructor.h
aaayushsingh/ios-runtime
f8714aaf20ba9cdd288fc34e53d181a4d7f8cd6e
[ "Apache-2.0" ]
1
2021-11-14T02:57:26.000Z
2021-11-14T02:57:26.000Z
src/NativeScript/Workers/JSWorkerConstructor.h
aaayushsingh/ios-runtime
f8714aaf20ba9cdd288fc34e53d181a4d7f8cd6e
[ "Apache-2.0" ]
null
null
null
src/NativeScript/Workers/JSWorkerConstructor.h
aaayushsingh/ios-runtime
f8714aaf20ba9cdd288fc34e53d181a4d7f8cd6e
[ "Apache-2.0" ]
1
2021-11-14T02:56:06.000Z
2021-11-14T02:56:06.000Z
// // JSWorkerConstructor.h // NativeScript // // Created by Ivan Buhov on 7/5/16. // // #ifndef __NativeScript__JSWorkerConstructor__ #define __NativeScript__JSWorkerConstructor__ #include <JavaScriptCore/InternalFunction.h> namespace NativeScript { class JSWorkerPrototype; class JSWorkerConstructor : public JS...
31.977778
136
0.736623
[ "object" ]
9aa3a1a80c1ac54d0d2ff0ac16531b56cdc2ee63
28,002
h
C
Pods/AWSCore/AWSCore/CognitoIdentity/AWSCognitoIdentityService.h
BookSelves/Bookselves
8ff46722f010df6fe05e7b13cbac4dae45aea87c
[ "MIT" ]
4
2017-07-05T08:33:53.000Z
2021-03-11T23:00:55.000Z
Pods/AWSCore/AWSCore/CognitoIdentity/AWSCognitoIdentityService.h
BookSelves/Bookselves
8ff46722f010df6fe05e7b13cbac4dae45aea87c
[ "MIT" ]
4
2015-11-11T08:59:37.000Z
2019-07-31T07:18:31.000Z
Pods/AWSCore/AWSCore/CognitoIdentity/AWSCognitoIdentityService.h
BookSelves/Bookselves
8ff46722f010df6fe05e7b13cbac4dae45aea87c
[ "MIT" ]
3
2015-10-28T18:58:15.000Z
2019-07-21T06:23:31.000Z
/** Copyright 2010-2015 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at http://aws.amazon.com/apache2.0 or in the "license" file accompan...
72.544041
1,955
0.799729
[ "object" ]
9aa624739f10f40d050d1a0dd8900dd644a2a5e1
2,912
h
C
mitsuba/src/integrators/photonmapper/bre.h
anadodik/sdmm-mitsuba
6103cb8ea36ec4ab0cfb5fcc792c7f1565637d9a
[ "MIT" ]
6
2020-07-07T09:46:21.000Z
2022-03-08T14:16:27.000Z
mitsuba/src/integrators/photonmapper/bre.h
anadodik/sdmm-mitsuba
6103cb8ea36ec4ab0cfb5fcc792c7f1565637d9a
[ "MIT" ]
null
null
null
mitsuba/src/integrators/photonmapper/bre.h
anadodik/sdmm-mitsuba
6103cb8ea36ec4ab0cfb5fcc792c7f1565637d9a
[ "MIT" ]
null
null
null
/* This file is part of Mitsuba, a physically based rendering system. Copyright (c) 2007-2014 by Wenzel Jakob and others. Mitsuba is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 3 as published by the Free Software Foundation. ...
29.714286
79
0.698832
[ "render" ]
9aaa96abb3b1ca73ebd55263c882f45be4c166f7
936
h
C
src/PlnConstants.h
tosyama/palan
ed809a26511366825cd0d7848b4444dcf8f09b1a
[ "MIT" ]
32
2017-10-25T21:02:45.000Z
2022-02-07T05:53:37.000Z
src/PlnConstants.h
tosyama/palan
ed809a26511366825cd0d7848b4444dcf8f09b1a
[ "MIT" ]
39
2018-07-29T00:55:36.000Z
2021-12-22T05:10:48.000Z
src/PlnConstants.h
tosyama/palan
ed809a26511366825cd0d7848b4444dcf8f09b1a
[ "MIT" ]
1
2019-07-10T05:44:50.000Z
2019-07-10T05:44:50.000Z
/// Difinition of constants to share. /// /// @file PlnConstants.h /// @copyright 2017-2016 YAMAGUCHI Toshinobu #pragma once // Data type on stack/register. enum { DT_SINT, /// Signed integer. DT_UINT, /// Unsigned integer. DT_FLOAT, /// Floating-point number. DT_OBJECT, /// Instance of object. DT_OBJECT_REF, /...
16.714286
54
0.691239
[ "object" ]
9aaab40bf499168c2735c28ef98f83e12dad093a
3,815
h
C
tensorflow/lite/util.h
anonymous-313/tensorflow
b82785818b6b020d62340eaaece32b9c75858185
[ "Apache-2.0" ]
9
2019-06-05T06:48:07.000Z
2020-09-29T07:08:02.000Z
tensorflow/lite/util.h
anonymous-313/tensorflow
b82785818b6b020d62340eaaece32b9c75858185
[ "Apache-2.0" ]
2
2021-11-10T20:21:47.000Z
2022-02-10T04:12:28.000Z
tensorflow/lite/util.h
anonymous-313/tensorflow
b82785818b6b020d62340eaaece32b9c75858185
[ "Apache-2.0" ]
5
2021-05-03T12:45:32.000Z
2022-02-08T19:28:18.000Z
/* Copyright 2017 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
39.329897
80
0.748624
[ "vector" ]
9aae2377e3bc99dec2eb114c31f459ac2cc2fcc8
6,746
c
C
sources/nb/solver_bot/sparse/solvers/cg_precond_fsai.c
vecn/nbots
bda4f5a2c607c8e6d26567bb0865ccbb953418ac
[ "MIT" ]
7
2016-02-09T17:53:25.000Z
2019-09-19T02:02:14.000Z
sources/nb/solver_bot/sparse/solvers/cg_precond_fsai.c
vecn/nbots
bda4f5a2c607c8e6d26567bb0865ccbb953418ac
[ "MIT" ]
1
2017-06-22T06:20:24.000Z
2017-06-22T06:20:24.000Z
sources/nb/solver_bot/sparse/solvers/cg_precond_fsai.c
vecn/nbots
bda4f5a2c607c8e6d26567bb0865ccbb953418ac
[ "MIT" ]
2
2018-02-08T12:09:50.000Z
2019-09-19T02:02:23.000Z
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <stdint.h> #include <math.h> #include "nb/math_bot.h" #include "nb/memory_bot.h" #include "nb/container_bot.h" #include "nb/solver_bot.h" #include "../sparse_struct.h" #define POW2(a) ((a)*(a)) int nb_sparse_solve_CG_precond_fsai (const nb_sparse_t...
27.991701
104
0.610881
[ "vector" ]
9ab4904edefb5a3c8f6e9ef2f0d49704f1989891
50,213
c
C
terminal_programs/editor.c
samiam95124/petit-ami
5cd9175744d0cc8aa58250e43943a09b56487ae3
[ "BSD-3-Clause" ]
null
null
null
terminal_programs/editor.c
samiam95124/petit-ami
5cd9175744d0cc8aa58250e43943a09b56487ae3
[ "BSD-3-Clause" ]
null
null
null
terminal_programs/editor.c
samiam95124/petit-ami
5cd9175744d0cc8aa58250e43943a09b56487ae3
[ "BSD-3-Clause" ]
null
null
null
/******************************************************************************* * * * TEXT EDITTOR * * ...
32.353737
85
0.459742
[ "geometry", "3d" ]
9ab66a659b01cb59f4fd1fbf477f7c48d048650d
1,565
h
C
videopp/glyph_range.h
volcoma/videopp
4da7ab1b189c0092eaa59064cfffb448312b7d41
[ "BSD-2-Clause" ]
1
2020-10-15T03:38:50.000Z
2020-10-15T03:38:50.000Z
videopp/glyph_range.h
volcoma/videopp
4da7ab1b189c0092eaa59064cfffb448312b7d41
[ "BSD-2-Clause" ]
null
null
null
videopp/glyph_range.h
volcoma/videopp
4da7ab1b189c0092eaa59064cfffb448312b7d41
[ "BSD-2-Clause" ]
null
null
null
#pragma once #include "font.h" #include <set> namespace gfx { using glyph_range = std::pair<char_t, char_t>; using glyphs = std::vector<glyph_range>; const glyphs& get_default_glyph_range(); const glyphs& get_latin_glyph_range(); const glyphs& get_cyrillic_glyph_range(); const glyphs& get_ar...
30.096154
79
0.678594
[ "vector" ]
9aba85a804eafaf0de017ea3ada95ca4686992f6
1,551
h
C
Mapping/VSCIMEvent.h
jbat100/VirtualSoundControl
f84ba15bba4bfce579c185e04df0e1be4f419cd7
[ "MIT" ]
null
null
null
Mapping/VSCIMEvent.h
jbat100/VirtualSoundControl
f84ba15bba4bfce579c185e04df0e1be4f419cd7
[ "MIT" ]
null
null
null
Mapping/VSCIMEvent.h
jbat100/VirtualSoundControl
f84ba15bba4bfce579c185e04df0e1be4f419cd7
[ "MIT" ]
null
null
null
#ifndef _VSC_IM_EVENT_H_ #define _VSC_IM_EVENT_H_ #include "VSC.h" #include "VSCTask.h" #include "VSCTaskQueue.h" #include "VSCIM.h" #include <boost/shared_ptr.hpp> #include <boost/weak_ptr.hpp> #include <vector> namespace VSC { namespace IM { class Event { ...
23.861538
92
0.534494
[ "vector" ]
9abcf8fac2f51fbc5ce0e7d5cc6ca59289575732
1,625
h
C
Misc/UnusedCode/jura_basics/control/jura_ScopedPointerLock.h
RobinSchmidt/RS-MET-Preliminary
6c01cbaad7cce3daa3293c444dd9e4b74e5ebfbe
[ "FTL" ]
34
2017-04-19T18:26:02.000Z
2022-02-15T17:47:26.000Z
Misc/UnusedCode/jura_basics/control/jura_ScopedPointerLock.h
RobinSchmidt/RS-MET-Preliminary
6c01cbaad7cce3daa3293c444dd9e4b74e5ebfbe
[ "FTL" ]
307
2017-05-04T21:45:01.000Z
2022-02-03T00:59:01.000Z
Misc/UnusedCode/jura_basics/control/jura_ScopedPointerLock.h
RobinSchmidt/RS-MET-Preliminary
6c01cbaad7cce3daa3293c444dd9e4b74e5ebfbe
[ "FTL" ]
4
2017-09-05T17:04:31.000Z
2021-12-15T21:24:28.000Z
#ifndef jura_ScopedPointerLock_h #define jura_ScopedPointerLock_h /** This class works analogously to juce::ScopedLock, except that it works with a pointer-to-CriticalSection instead of a const reference. That makes it suitable to use with pointers to CriticalSection objects, where the pointer may also be NULL. In ...
21.959459
99
0.685538
[ "object" ]
9abf58589e5d7cfd33cc6a3dd3a173a978b294e7
47,810
h
C
google/cloud/spanner/admin/database_admin_client.h
joezqren/google-cloud-cpp
325d312b0a21569f3c57515aec7d91f3540d3b48
[ "Apache-2.0" ]
299
2019-01-31T12:17:56.000Z
2022-03-30T15:46:15.000Z
google/cloud/spanner/admin/database_admin_client.h
joezqren/google-cloud-cpp
325d312b0a21569f3c57515aec7d91f3540d3b48
[ "Apache-2.0" ]
6,560
2019-01-29T03:15:15.000Z
2022-03-31T23:58:48.000Z
google/cloud/spanner/admin/database_admin_client.h
joezqren/google-cloud-cpp
325d312b0a21569f3c57515aec7d91f3540d3b48
[ "Apache-2.0" ]
253
2019-02-07T01:18:13.000Z
2022-03-30T17:21:10.000Z
// Copyright 2021 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
49.802083
158
0.725643
[ "vector" ]
9ac15711a84afc585b880dc2413234b74a4d7c5e
13,099
h
C
Kernel/Arch/x86/Processor.h
pyshx/serenity
4f2bcebe749a57f1367a9bd7d58b249a48981e23
[ "BSD-2-Clause" ]
null
null
null
Kernel/Arch/x86/Processor.h
pyshx/serenity
4f2bcebe749a57f1367a9bd7d58b249a48981e23
[ "BSD-2-Clause" ]
null
null
null
Kernel/Arch/x86/Processor.h
pyshx/serenity
4f2bcebe749a57f1367a9bd7d58b249a48981e23
[ "BSD-2-Clause" ]
null
null
null
/* * Copyright (c) 2018-2021, Andreas Kling <kling@serenityos.org> * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include <AK/Array.h> #include <AK/Concepts.h> #include <AK/Function.h> #include <AK/Types.h> #include <Kernel/Arch/x86/ASM_wrapper.h> #include <Kernel/Arch/x86/CPUID.h> #include <Kernel/A...
28.916115
112
0.683411
[ "vector" ]
9ac29ff78e06daaeb19c2ff3d82ef35b6a7defa0
4,556
h
C
core/src/wallet/ripple/keychains/RippleLikeKeychain.h
RomanWlm/lib-ledger-core
8c068fccb074c516096abb818a4e20786e02318b
[ "MIT" ]
null
null
null
core/src/wallet/ripple/keychains/RippleLikeKeychain.h
RomanWlm/lib-ledger-core
8c068fccb074c516096abb818a4e20786e02318b
[ "MIT" ]
1
2020-10-05T11:33:07.000Z
2020-10-05T11:33:07.000Z
core/src/wallet/ripple/keychains/RippleLikeKeychain.h
RomanWlm/lib-ledger-core
8c068fccb074c516096abb818a4e20786e02318b
[ "MIT" ]
2
2020-10-16T10:31:41.000Z
2020-10-16T13:08:45.000Z
/* * * RippleLikeKeychain * * Created by El Khalil Bellakrid on 05/01/2019. * * The MIT License (MIT) * * Copyright (c) 2019 Ledger * * 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 Softwa...
35.59375
93
0.658911
[ "vector" ]
9ac6646f08d4c1541413145dcba14abc3ef7085a
3,470
h
C
interfaces/kits/js/medialibrary/include/album_napi.h
openharmony-gitee-mirror/multimedia_medialibrary_standard
84968c9e4b6292182bfeb4f6aa88b227ffeebab6
[ "Apache-2.0" ]
null
null
null
interfaces/kits/js/medialibrary/include/album_napi.h
openharmony-gitee-mirror/multimedia_medialibrary_standard
84968c9e4b6292182bfeb4f6aa88b227ffeebab6
[ "Apache-2.0" ]
null
null
null
interfaces/kits/js/medialibrary/include/album_napi.h
openharmony-gitee-mirror/multimedia_medialibrary_standard
84968c9e4b6292182bfeb4f6aa88b227ffeebab6
[ "Apache-2.0" ]
1
2021-09-13T11:20:49.000Z
2021-09-13T11:20:49.000Z
/* * Copyright (C) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
34.356436
91
0.763401
[ "vector" ]
9ac671eefe79032b0cfce9cec086866efa0af93c
24,195
h
C
libraries/spectra/include/GenEigsSolver.h
maxchernet/TheiaSfM
603f3ad8bfea1e54fe23fa553f268760a9c9276c
[ "BSD-3-Clause" ]
770
2015-02-12T14:32:01.000Z
2022-03-16T00:54:33.000Z
libraries/spectra/include/GenEigsSolver.h
maxchernet/TheiaSfM
603f3ad8bfea1e54fe23fa553f268760a9c9276c
[ "BSD-3-Clause" ]
237
2015-02-20T18:50:16.000Z
2022-01-18T05:21:48.000Z
libraries/spectra/include/GenEigsSolver.h
maxchernet/TheiaSfM
603f3ad8bfea1e54fe23fa553f268760a9c9276c
[ "BSD-3-Clause" ]
278
2015-02-12T06:20:26.000Z
2022-03-23T17:25:21.000Z
// Copyright (C) 2016-2017 Yixuan Qiu <yixuan.qiu@cos.name> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can obtain one at http://mozilla.org/MPL/2.0/. #ifndef GEN_EIGS_SOLVER_H #define GEN_EIGS_SOLVER_H #i...
34.663324
105
0.546105
[ "object", "vector" ]
9ac751fdb415896bdb343f2173b75f4fb002c743
5,128
h
C
content/browser/accessibility/browser_accessibility_cocoa.h
SlimKatLegacy/android_external_chromium_org
ee480ef5039d7c561fc66ccf52169ead186f1bea
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
4
2017-04-05T01:51:34.000Z
2018-02-15T03:11:54.000Z
content/browser/accessibility/browser_accessibility_cocoa.h
j4ckfrost/android_external_chromium_org
a1a3dad8b08d1fcf6b6b36c267158ed63217c780
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2021-12-13T19:44:12.000Z
2021-12-13T19:44:12.000Z
content/browser/accessibility/browser_accessibility_cocoa.h
j4ckfrost/android_external_chromium_org
a1a3dad8b08d1fcf6b6b36c267158ed63217c780
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
4
2017-04-05T01:52:03.000Z
2022-02-13T17:58:45.000Z
// Copyright (c) 2012 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 CONTENT_BROWSER_ACCESSIBILITY_BROWSER_ACCESSIBILITY_COCOA_H_ #define CONTENT_BROWSER_ACCESSIBILITY_BROWSER_ACCESSIBILITY_COCOA_H_ #import <Co...
45.380531
79
0.802262
[ "object" ]
9acb50e46ef1e5cd73b1c7a7c8a80e281ff01c05
9,072
h
C
src/mumble/GlobalShortcut.h
bogie/mumble
48c3a19aba885177e2b7a17f90bf5617104b18fa
[ "BSD-3-Clause" ]
2
2019-09-10T18:12:41.000Z
2020-07-04T23:57:45.000Z
src/mumble/GlobalShortcut.h
bogie/mumble
48c3a19aba885177e2b7a17f90bf5617104b18fa
[ "BSD-3-Clause" ]
null
null
null
src/mumble/GlobalShortcut.h
bogie/mumble
48c3a19aba885177e2b7a17f90bf5617104b18fa
[ "BSD-3-Clause" ]
null
null
null
/* Copyright (C) 2005-2011, Thorvald Natvig <thorvald@natvig.com> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice,...
30.648649
108
0.768849
[ "model" ]
9acc46f4883e345971d175014669311ea75d7c48
98,788
h
C
qrenderdoc/Code/Interface/QRDInterface.h
songhong/renderdoc
745c4ca8e5d0ddb79bea1c63239056ebc08870ed
[ "MIT" ]
6,181
2015-01-07T11:49:11.000Z
2022-03-31T21:46:55.000Z
qrenderdoc/Code/Interface/QRDInterface.h
songhong/renderdoc
745c4ca8e5d0ddb79bea1c63239056ebc08870ed
[ "MIT" ]
2,015
2015-01-16T01:45:25.000Z
2022-03-25T12:01:06.000Z
qrenderdoc/Code/Interface/QRDInterface.h
songhong/renderdoc
745c4ca8e5d0ddb79bea1c63239056ebc08870ed
[ "MIT" ]
1,088
2015-01-06T08:36:25.000Z
2022-03-30T03:31:21.000Z
/****************************************************************************** * The MIT License (MIT) * * Copyright (c) 2019-2021 Baldur Karlsson * * 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...
36.520518
124
0.752298
[ "mesh", "geometry", "object", "transform" ]
9acc7c0cf4193939ebcec473497ee97291689db5
2,987
h
C
content/browser/media/media_power_experiment_manager.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
14,668
2015-01-01T01:57:10.000Z
2022-03-31T23:33:32.000Z
content/browser/media/media_power_experiment_manager.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
86
2015-10-21T13:02:42.000Z
2022-03-14T07:50:50.000Z
content/browser/media/media_power_experiment_manager.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
5,941
2015-01-02T11:32:21.000Z
2022-03-31T16:35:46.000Z
// Copyright 2019 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 CONTENT_BROWSER_MEDIA_MEDIA_POWER_EXPERIMENT_MANAGER_H_ #define CONTENT_BROWSER_MEDIA_MEDIA_POWER_EXPERIMENT_MANAGER_H_ #include <map> #include <...
35.987952
79
0.770673
[ "vector" ]
9acc988a65c09317c5c776fbee208c6d7cf607c3
8,422
c
C
linux-imx6/drivers/misc/ftp628mcl.c
ub-rms/rushmore
9e6c06e94420349f94fa9c1529e1817efd547c7d
[ "BSD-2-Clause" ]
1
2022-02-21T07:09:11.000Z
2022-02-21T07:09:11.000Z
linux-imx6/drivers/misc/ftp628mcl.c
ub-rms/rushmore
9e6c06e94420349f94fa9c1529e1817efd547c7d
[ "BSD-2-Clause" ]
null
null
null
linux-imx6/drivers/misc/ftp628mcl.c
ub-rms/rushmore
9e6c06e94420349f94fa9c1529e1817efd547c7d
[ "BSD-2-Clause" ]
null
null
null
/* * Copyright (C) 2017 Boundary Devices, Inc. * * Driver for the Fujitsu FTP-628 MCL printer * * Inspired from TI PRU sample code (TIDEP0056) * * Licensed under the GPL-2 or later. */ #include <linux/delay.h> #include <linux/fs.h> #include <linux/kernel.h> #include <linux/miscdevice.h> #include <linux/module.h...
24.482558
79
0.69271
[ "model" ]
9acce3f52af8d53b0ada0cea7c0f364975d80d38
10,369
h
C
src/contour/helper.h
sebastianrakel/contour
f0004230be75bb99fc899851a216f41d1dca2a81
[ "Apache-2.0" ]
null
null
null
src/contour/helper.h
sebastianrakel/contour
f0004230be75bb99fc899851a216f41d1dca2a81
[ "Apache-2.0" ]
null
null
null
src/contour/helper.h
sebastianrakel/contour
f0004230be75bb99fc899851a216f41d1dca2a81
[ "Apache-2.0" ]
null
null
null
/** * This file is part of the "contour" project * Copyright (c) 2019-2020 Christian Parpart <christian@parpart.family> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * * Unless required by applicable law or agreed to in wr...
33.233974
108
0.653101
[ "render" ]
9acee314a8aa5048dd197e6cadc7982e830037be
23,292
c
C
src/mame/video/decocass.c
Zoltan45/Mame-mkp119
d219a3549eafb4215727c974e09e43b28d058328
[ "CC0-1.0" ]
null
null
null
src/mame/video/decocass.c
Zoltan45/Mame-mkp119
d219a3549eafb4215727c974e09e43b28d058328
[ "CC0-1.0" ]
null
null
null
src/mame/video/decocass.c
Zoltan45/Mame-mkp119
d219a3549eafb4215727c974e09e43b28d058328
[ "CC0-1.0" ]
null
null
null
/*********************************************************************** DECO Cassette System video ***********************************************************************/ #include "driver.h" #include "machine/decocass.h" static INT32 watchdog_count; static INT32 watchdog_flip; static INT32 color_missiles; st...
32.576224
193
0.701786
[ "object" ]
9acfafa95a70998e414dc95fba1bf029df123887
3,792
h
C
src/Game/GameGraphic.h
mushware/adanaxis-core-app
679ac3e8a122e059bb208e84c73efc19753e87dd
[ "MIT" ]
9
2020-11-02T17:20:40.000Z
2021-12-25T15:35:36.000Z
src/Game/GameGraphic.h
mushware/adanaxis-core-app
679ac3e8a122e059bb208e84c73efc19753e87dd
[ "MIT" ]
2
2020-06-27T23:14:13.000Z
2020-11-02T17:28:32.000Z
src/Game/GameGraphic.h
mushware/adanaxis-core-app
679ac3e8a122e059bb208e84c73efc19753e87dd
[ "MIT" ]
1
2021-05-12T23:05:42.000Z
2021-05-12T23:05:42.000Z
//%includeGuardStart { #ifndef GAMEGRAPHIC_H #define GAMEGRAPHIC_H //%includeGuardStart } mSvX5xP5Zam4WQhfpheceQ //%Header { /***************************************************************************** * * File: src/Game/GameGraphic.h * * Copyright: Andy Southgate 2002-2007, 2020 * * Permission is hereby grante...
30.829268
87
0.683808
[ "render" ]
9ad01da6eacb7d5afd2c20e62440dfc84b1cf00c
10,548
c
C
sources/drivers/gpu/drm/nouveau/core/subdev/therm/base.c
fuldaros/paperplane_kernel_wileyfox-spark
bea244880d2de50f4ad14bb6fa5777652232c033
[ "Apache-2.0" ]
2
2018-03-09T23:59:27.000Z
2018-04-01T07:58:39.000Z
sources/drivers/gpu/drm/nouveau/core/subdev/therm/base.c
fuldaros/paperplane_kernel_wileyfox-spark
bea244880d2de50f4ad14bb6fa5777652232c033
[ "Apache-2.0" ]
null
null
null
sources/drivers/gpu/drm/nouveau/core/subdev/therm/base.c
fuldaros/paperplane_kernel_wileyfox-spark
bea244880d2de50f4ad14bb6fa5777652232c033
[ "Apache-2.0" ]
3
2017-06-24T20:23:09.000Z
2018-03-25T04:30:11.000Z
/* * Copyright 2012 The Nouveau community * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, p...
28.128
77
0.737391
[ "object" ]
9adec64898dc916f4621d06064a5e2a575547f67
525
h
C
tests/unit/transformer/MockTransformer.h
ShankarNara/shogun
8ab196de16b8d8917e5c84770924c8d0f5a3d17c
[ "BSD-3-Clause" ]
2,753
2015-01-02T11:34:13.000Z
2022-03-25T07:04:27.000Z
tests/unit/transformer/MockTransformer.h
ShankarNara/shogun
8ab196de16b8d8917e5c84770924c8d0f5a3d17c
[ "BSD-3-Clause" ]
2,404
2015-01-02T19:31:41.000Z
2022-03-09T10:58:22.000Z
tests/unit/transformer/MockTransformer.h
ShankarNara/shogun
8ab196de16b8d8917e5c84770924c8d0f5a3d17c
[ "BSD-3-Clause" ]
1,156
2015-01-03T01:57:21.000Z
2022-03-26T01:06:28.000Z
#include <gmock/gmock.h> #include <shogun/transformer/Transformer.h> namespace shogun { class MockTransformer : public Transformer { public: MOCK_METHOD1(fit, void(std::shared_ptr<Features>)); MOCK_METHOD2(fit, void(std::shared_ptr<Features>, std::shared_ptr<Labels>)); MOCK_METHOD2(transform, std::shared_p...
21
86
0.733333
[ "transform" ]
9adfe691d6348eb52d6efe817d8d0a4ec1afccf4
1,040
h
C
Examples/include/asposecpplib/system/component_model/progress_changed_event_args.h
kashifiqb/Aspose.PDF-for-C
13d49bba591c5704685820185741e64a462a5bdc
[ "MIT" ]
null
null
null
Examples/include/asposecpplib/system/component_model/progress_changed_event_args.h
kashifiqb/Aspose.PDF-for-C
13d49bba591c5704685820185741e64a462a5bdc
[ "MIT" ]
null
null
null
Examples/include/asposecpplib/system/component_model/progress_changed_event_args.h
kashifiqb/Aspose.PDF-for-C
13d49bba591c5704685820185741e64a462a5bdc
[ "MIT" ]
null
null
null
#ifndef __progress_changed_event_args_h__ #define __progress_changed_event_args_h__ #include <system/eventargs.h> namespace System { namespace ComponentModel { class ASPOSECPP_SHARED_CLASS ProgressChangedEventArgs : public EventArgs { public: /// Constructor /// @param progressPercentage ...
32.5
101
0.702885
[ "object" ]
36edd2263d76c85397b2373e5ac023b691291a75
5,370
h
C
tests/service/src/TestService.h
DaniilOkrug/REST-Server
853ebaca28b1a7344677165e0c8abf2a8a1193c5
[ "Apache-2.0" ]
1
2019-12-29T19:36:18.000Z
2019-12-29T19:36:18.000Z
tests/service/src/TestService.h
DaniilOkrug/REST-Server
853ebaca28b1a7344677165e0c8abf2a8a1193c5
[ "Apache-2.0" ]
null
null
null
tests/service/src/TestService.h
DaniilOkrug/REST-Server
853ebaca28b1a7344677165e0c8abf2a8a1193c5
[ "Apache-2.0" ]
null
null
null
#ifndef NGREST_TESTSERVICE_H #define NGREST_TESTSERVICE_H #include <string> #include <list> #include <vector> #include <map> #include <ngrest/common/Nullable.h> #include <ngrest/common/Service.h> #include <ngrest/common/Callback.h> #include <ngrest/common/ObjectModel.h> namespace ngrest { struct Test { struct ...
29.505495
153
0.675233
[ "object", "vector" ]
36edf81a3126362187d01839429c08cc1b0938b7
1,405
h
C
component/oai-amf/src/sbi/amf_server/model/AssignEbiError.h
kukkalli/oai-cn5g-fed
15634fac935ac8671b61654bdf75bf8af07d3c3a
[ "Apache-2.0" ]
null
null
null
component/oai-amf/src/sbi/amf_server/model/AssignEbiError.h
kukkalli/oai-cn5g-fed
15634fac935ac8671b61654bdf75bf8af07d3c3a
[ "Apache-2.0" ]
null
null
null
component/oai-amf/src/sbi/amf_server/model/AssignEbiError.h
kukkalli/oai-cn5g-fed
15634fac935ac8671b61654bdf75bf8af07d3c3a
[ "Apache-2.0" ]
null
null
null
/** * Namf_Communication * AMF Communication Service © 2019, 3GPP Organizational Partners (ARIB, ATIS, * CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. * * The version of the OpenAPI document: 1.1.0.alpha-1 * * * NOTE: This class is auto generated by OpenAPI Generator * (https://openapi-generator.tech). ht...
20.661765
79
0.678292
[ "model" ]
36eeeee1b4b5f6dcf58713f8348d06c9ac476204
37,808
c
C
vl/hog.c
unsky/vlfeat
50e4b5df072d2b135390bd1d621f3a46e4386b69
[ "BSD-2-Clause" ]
297
2015-02-02T06:48:13.000Z
2022-03-25T06:53:33.000Z
vl/hog.c
j-bo/vlfeat
bb0cf8d05e240853b9ac04f07ba25e285086fe15
[ "BSD-2-Clause" ]
18
2015-09-08T14:03:25.000Z
2020-05-14T18:53:47.000Z
vl/hog.c
j-bo/vlfeat
bb0cf8d05e240853b9ac04f07ba25e285086fe15
[ "BSD-2-Clause" ]
109
2015-01-23T23:41:13.000Z
2022-01-11T09:06:47.000Z
/** @file hog.c ** @brief Histogram of Oriented Gradients (HOG) - Definition ** @author Andrea Vedaldi **/ /* Copyright (C) 2007-12 Andrea Vedaldi and Brian Fulkerson. All rights reserved. This file is part of the VLFeat library and is made available under the terms of the BSD license (see the COPYING file). *...
35.533835
115
0.59006
[ "render", "object", "vector" ]
36f01de8f3eedba803d91b0325498c942775ab8a
1,978
h
C
ffmpeg/frame.h
rkb-1/quad
66ae3bc5ccb6db070bc1e32a3b9386f6d01a049e
[ "Apache-2.0" ]
64
2017-01-18T15:12:05.000Z
2022-02-16T08:28:11.000Z
ffmpeg/frame.h
rkb-1/quad
66ae3bc5ccb6db070bc1e32a3b9386f6d01a049e
[ "Apache-2.0" ]
2
2021-02-11T14:39:38.000Z
2021-10-03T16:49:57.000Z
ffmpeg/frame.h
rkb-1/quad
66ae3bc5ccb6db070bc1e32a3b9386f6d01a049e
[ "Apache-2.0" ]
14
2021-01-11T09:48:34.000Z
2021-12-16T16:20:35.000Z
// Copyright 2020 Josh Pieper, jjp@pobox.com. // // 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 ...
23.270588
75
0.673407
[ "object" ]
36f06c55b92a157cd553544e96641a49c89cc0bf
45,576
h
C
dlib/dnn/tensor_tools.h
rageappliedgame/EmotionDetectionCPP-RAGE-Architecture
073c64298a37b96b69bcf595fa902a6a9137de18
[ "Apache-2.0" ]
null
null
null
dlib/dnn/tensor_tools.h
rageappliedgame/EmotionDetectionCPP-RAGE-Architecture
073c64298a37b96b69bcf595fa902a6a9137de18
[ "Apache-2.0" ]
null
null
null
dlib/dnn/tensor_tools.h
rageappliedgame/EmotionDetectionCPP-RAGE-Architecture
073c64298a37b96b69bcf595fa902a6a9137de18
[ "Apache-2.0" ]
2
2019-02-21T18:19:37.000Z
2020-04-21T18:03:37.000Z
// Copyright (C) 2015 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_TeNSOR_TOOLS_H_ #define DLIB_TeNSOR_TOOLS_H_ #include "tensor.h" #include "cudnn_dlibapi.h" #include "cublas_dlibapi.h" #include "curand_dlibapi.h" #include "cpu_dlib.h" #includ...
36.548516
129
0.502984
[ "object", "vector" ]
36f1f79ecef0208dda3194aec5565ab2d3a3c6d7
2,789
h
C
include/ndarray_container.h
lijiansong/ndarray
9f843d5039292ce035b3ede1a0fbb0d103f959b5
[ "WTFPL" ]
3
2018-03-14T06:49:00.000Z
2019-08-06T18:28:00.000Z
include/ndarray_container.h
lijiansong/ndarray
9f843d5039292ce035b3ede1a0fbb0d103f959b5
[ "WTFPL" ]
null
null
null
include/ndarray_container.h
lijiansong/ndarray
9f843d5039292ce035b3ede1a0fbb0d103f959b5
[ "WTFPL" ]
2
2019-01-13T10:38:02.000Z
2020-09-18T12:37:46.000Z
#ifndef NDARRAY_CONTAINER_H #define NDARRAY_CONTAINER_H #include "third_party/meta/nano.hpp" #include <array> namespace ndarray { template <typename DT, size_t... Sizes> class NDArrayContainer; // Template parameters: // - DT = data type // - SF = size of first dimension // - SR = size of other dimensions // st...
32.430233
109
0.589459
[ "vector" ]
36f82a8180e1749a201ee5318b76d8edfd03c8a8
2,566
h
C
production_apps/BEM4I/IdentityOperator.h
readex-eu/readex-apps
38493b11806c306f4e8f1b7b2d97764b45fac8e2
[ "BSD-3-Clause" ]
2
2020-11-25T13:10:11.000Z
2021-03-15T20:26:35.000Z
production_apps/BEM4I/IdentityOperator.h
readex-eu/readex-apps
38493b11806c306f4e8f1b7b2d97764b45fac8e2
[ "BSD-3-Clause" ]
null
null
null
production_apps/BEM4I/IdentityOperator.h
readex-eu/readex-apps
38493b11806c306f4e8f1b7b2d97764b45fac8e2
[ "BSD-3-Clause" ]
1
2018-09-30T19:04:38.000Z
2018-09-30T19:04:38.000Z
/*! * @file IdentityOperator.h * @author Michal Merta * @date July 18, 2013 * @brief Header file for class IdentityOperator * */ #ifndef IDENTITYOPERATOR_H #define IDENTITYOPERATOR_H #include <vector> #include "LinearOperator.h" #include "Vector.h" #include "BESpace.h" #include "SparseMatrix.h" #in...
19.149254
73
0.592362
[ "vector" ]
36f833a617ff15785d1b2098f1e1590e9e1b1d5a
34,332
c
C
lapack-netlib/SRC/dlatrs.c
mmuetzel/OpenBLAS
b7873605d4a3eb66a0488b54b3dc1dd7d4b79170
[ "BSD-3-Clause" ]
null
null
null
lapack-netlib/SRC/dlatrs.c
mmuetzel/OpenBLAS
b7873605d4a3eb66a0488b54b3dc1dd7d4b79170
[ "BSD-3-Clause" ]
null
null
null
lapack-netlib/SRC/dlatrs.c
mmuetzel/OpenBLAS
b7873605d4a3eb66a0488b54b3dc1dd7d4b79170
[ "BSD-3-Clause" ]
null
null
null
/* f2c.h -- Standard Fortran to C header file */ /** barf [ba:rf] 2. "He suggested using FORTRAN, and everybody barfed." - From The Shogakukan DICTIONARY OF NEW ENGLISH (Second edition) */ #ifndef F2C_INCLUDE #define F2C_INCLUDE #include <math.h> #include <stdlib.h> #include <string.h> #include <stdio.h> #in...
26.759158
329
0.503932
[ "object", "vector" ]
36fc0d45db2174e005f200dd11c9e1392b3ff285
2,107
h
C
include/scheduler/real_scheduler.h
juruen/cavalieri
c3451579193fc8f081b6228ae295b463a0fd23bd
[ "MIT" ]
54
2015-01-14T21:11:56.000Z
2021-06-27T13:29:40.000Z
include/scheduler/real_scheduler.h
juruen/cavalieri
c3451579193fc8f081b6228ae295b463a0fd23bd
[ "MIT" ]
null
null
null
include/scheduler/real_scheduler.h
juruen/cavalieri
c3451579193fc8f081b6228ae295b463a0fd23bd
[ "MIT" ]
10
2015-07-15T05:09:34.000Z
2019-01-10T07:32:02.000Z
#ifndef CAVALIERI_SCHEDULER_REAL_SCHEDULER_H #define CAVALIERI_SCHEDULER_REAL_SCHEDULER_H #include <vector> #include <tbb/concurrent_queue.h> #include <future> #include <scheduler/scheduler.h> #include <pool/async_thread_pool.h> class real_scheduler : public scheduler_interface { public: real_scheduler(); remove...
32.415385
80
0.635975
[ "vector" ]
3c063ecf52c14d864b6933098b364545e5b75c5b
3,637
c
C
src/libdm/color.c
behollis/brlcad-svn-rev65072-gsoc2015
c2e49d80e0776ea6da4358a345a04f56e0088b90
[ "BSD-4-Clause", "BSD-3-Clause" ]
null
null
null
src/libdm/color.c
behollis/brlcad-svn-rev65072-gsoc2015
c2e49d80e0776ea6da4358a345a04f56e0088b90
[ "BSD-4-Clause", "BSD-3-Clause" ]
null
null
null
src/libdm/color.c
behollis/brlcad-svn-rev65072-gsoc2015
c2e49d80e0776ea6da4358a345a04f56e0088b90
[ "BSD-4-Clause", "BSD-3-Clause" ]
null
null
null
/* C O L O R . C * BRL-CAD * * Copyright (c) 2004-2014 United States Government as represented by * the U.S. Army Research Laboratory. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * version 2.1 as p...
22.590062
111
0.616167
[ "cad" ]
3c073c66a951723268b5ed4cc30c570c4f786186
759
h
C
C/argparse.h
YuexuanX/WSDAD-MODEL
e24a566f6a4f54b7ab780a7a852b4801a411eede
[ "BSD-2-Clause" ]
29
2018-08-01T00:27:16.000Z
2021-12-16T06:20:46.000Z
C/argparse.h
YuexuanX/WSDAD-MODEL
e24a566f6a4f54b7ab780a7a852b4801a411eede
[ "BSD-2-Clause" ]
2
2018-09-05T07:07:17.000Z
2019-05-20T23:26:12.000Z
C/argparse.h
YuexuanX/WSDAD-MODEL
e24a566f6a4f54b7ab780a7a852b4801a411eede
[ "BSD-2-Clause" ]
8
2018-08-29T02:53:31.000Z
2021-06-15T06:11:55.000Z
#ifndef ARGPARSE #define ARGPARSE #include <string.h> #include <stdlib.h> #include <stdio.h> #include "common.h" #include "object.h" #include "strfun.h" typedef struct option { char sarg; char* larg; char* name; char* desc; char* default_value; char* value; bool isflag; bool flagged;...
22.323529
67
0.71278
[ "object" ]
3c0bfb45c164491744e7e5a678bd9c501c0bb35f
73,629
c
C
Reloaded/trunk/src/osd/windows/input.c
lofunz/mieme
4226c2960b46121ec44fa8eab9717d2d644bff04
[ "Unlicense" ]
51
2015-11-22T14:53:28.000Z
2021-12-14T07:17:42.000Z
Reloaded/trunk/src/osd/windows/input.c
lofunz/mieme
4226c2960b46121ec44fa8eab9717d2d644bff04
[ "Unlicense" ]
8
2018-01-14T07:19:06.000Z
2021-08-22T15:29:59.000Z
Reloaded/trunk/src/osd/windows/input.c
lofunz/mieme
4226c2960b46121ec44fa8eab9717d2d644bff04
[ "Unlicense" ]
35
2017-02-15T09:39:00.000Z
2021-12-14T07:17:43.000Z
//============================================================ // // input.c - Win32 implementation of MAME input routines // //============================================================ // // Copyright Aaron Giles // All rights reserved. // // Redistribution and use in source and binary forms, with or ...
33.346467
205
0.635904
[ "object", "transform" ]
3c11a6e4fbdc7b2d345057bc9af51db14fa42119
4,218
h
C
bindings/C/c/adios2_c_adios.h
aronhelser/ADIOS2
6577a335c5a95f47fbf76905f509cd379e602a4d
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
bindings/C/c/adios2_c_adios.h
aronhelser/ADIOS2
6577a335c5a95f47fbf76905f509cd379e602a4d
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
bindings/C/c/adios2_c_adios.h
aronhelser/ADIOS2
6577a335c5a95f47fbf76905f509cd379e602a4d
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
/* * Distributed under the OSI-approved Apache License, Version 2.0. See * accompanying file Copyright.txt for details. * * adios2_c_adios.h * * Created on: Nov 8, 2017 * Author: William F Godoy godoywf@ornl.gov */ #ifndef ADIOS2_BINDINGS_C_C_ADIOS2_C_ADIOS_H_ #define ADIOS2_BINDINGS_C_C_ADIOS2_C_ADIOS_...
33.47619
80
0.747511
[ "object" ]
3c1c8cfd4366d342c3cc245c5ce2fabd60dab1ce
1,740
h
C
Gems/LandscapeCanvas/Code/Source/Editor/Core/GraphContext.h
cypherdotXd/o3de
bb90c4ddfe2d495e9c00ebf1e2650c6d603a5676
[ "Apache-2.0", "MIT" ]
11
2021-07-08T09:58:26.000Z
2022-03-17T17:59:26.000Z
Gems/LandscapeCanvas/Code/Source/Editor/Core/GraphContext.h
RoddieKieley/o3de
e804fd2a4241b039a42d9fa54eaae17dc94a7a92
[ "Apache-2.0", "MIT" ]
29
2021-07-06T19:33:52.000Z
2022-03-22T10:27:49.000Z
Gems/LandscapeCanvas/Code/Source/Editor/Core/GraphContext.h
RoddieKieley/o3de
e804fd2a4241b039a42d9fa54eaae17dc94a7a92
[ "Apache-2.0", "MIT" ]
4
2021-07-06T19:24:43.000Z
2022-03-31T12:42:27.000Z
/* * Copyright (c) Contributors to the Open 3D Engine Project. * For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #pragma once // AZ #include <AzCore/std/smart_ptr/enable_shared_from_this.h> // GraphModel #incl...
32.830189
110
0.723563
[ "model", "3d" ]
3c2336463b82c57aace78ef4a4d4f0207890da3f
2,772
h
C
aws-cpp-sdk-inspector2/include/aws/inspector2/model/EnableDelegatedAdminAccountResult.h
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-02-10T08:06:54.000Z
2022-02-10T08:06:54.000Z
aws-cpp-sdk-inspector2/include/aws/inspector2/model/EnableDelegatedAdminAccountResult.h
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-01-03T23:59:37.000Z
2022-01-03T23:59:37.000Z
aws-cpp-sdk-inspector2/include/aws/inspector2/model/EnableDelegatedAdminAccountResult.h
ravindra-wagh/aws-sdk-cpp
7d5ff01b3c3b872f31ca98fb4ce868cd01e97696
[ "Apache-2.0" ]
1
2021-11-09T11:58:03.000Z
2021-11-09T11:58:03.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/inspector2/Inspector2_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws { template<typename RESULT_TYPE> class AmazonWebServiceRe...
32.611765
157
0.731962
[ "model" ]
3c24d4cce67daa6043b7a6d88979f20d33cc78ac
1,170
h
C
Test/Test.h
skyclad0x7b7/MIni-Mahjong
3c0bdad1f6070fc0479c3ed6229737490dac4c8e
[ "MIT" ]
2
2019-07-18T14:26:34.000Z
2020-04-10T18:07:31.000Z
Test/Test.h
skyclad0x7b7/MIni-Mahjong
3c0bdad1f6070fc0479c3ed6229737490dac4c8e
[ "MIT" ]
5
2018-08-11T07:27:53.000Z
2020-04-16T12:32:05.000Z
Test/Test.h
skyclad0x7b7/MIni-Mahjong
3c0bdad1f6070fc0479c3ed6229737490dac4c8e
[ "MIT" ]
1
2020-04-12T22:13:43.000Z
2020-04-12T22:13:43.000Z
#ifndef __MINI_MAHJONG_TEST_H__ #define __MINI_MAHJONG_TEST_H__ #include <Source/Yaku.h> #include <Source/Tile.h> #include <Source/TileGroup.h> #include <vector> namespace Mini { void Test01(); void Test02(); void Test03(); void Test04(); void Test05(); void Test06(); void Test07(); v...
35.454545
261
0.72735
[ "vector" ]
3c30b55c67edabb96f61e439f4aa9b642ab0936d
140,184
c
C
videocodec/libvpx_internal/libvpx/third_party/libyuv/source/scale.c
Omegaphora/hardware_intel_common_omx-components
2dc257bd12d2604f5bac67d039e2b7e53c255ac9
[ "Apache-2.0" ]
49
2015-01-07T04:37:04.000Z
2022-03-25T08:37:14.000Z
videocodec/libvpx_internal/libvpx/third_party/libyuv/source/scale.c
Omegaphora/hardware_intel_common_omx-components
2dc257bd12d2604f5bac67d039e2b7e53c255ac9
[ "Apache-2.0" ]
1
2016-03-22T11:48:22.000Z
2016-12-05T15:26:52.000Z
videocodec/libvpx_internal/libvpx/third_party/libyuv/source/scale.c
Omegaphora/hardware_intel_common_omx-components
2dc257bd12d2604f5bac67d039e2b7e53c255ac9
[ "Apache-2.0" ]
8
2015-06-29T21:53:18.000Z
2019-11-01T21:22:47.000Z
/* * Copyright (c) 2011 The LibYuv 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 in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
36.083398
94
0.439109
[ "object" ]
3c33a1127042aded59780d0ce5650089867e06b4
11,719
c
C
bsp/stm32/stm32f103-epaper-dual75/packages/at_device-v2.0.3/class/rw007/at_device_rw007.c
faithsws/rt-thread
703eada54fd78682b22977e3a6e74ef169706b2c
[ "Apache-2.0" ]
null
null
null
bsp/stm32/stm32f103-epaper-dual75/packages/at_device-v2.0.3/class/rw007/at_device_rw007.c
faithsws/rt-thread
703eada54fd78682b22977e3a6e74ef169706b2c
[ "Apache-2.0" ]
null
null
null
bsp/stm32/stm32f103-epaper-dual75/packages/at_device-v2.0.3/class/rw007/at_device_rw007.c
faithsws/rt-thread
703eada54fd78682b22977e3a6e74ef169706b2c
[ "Apache-2.0" ]
null
null
null
/* * File : at_socket_rw007.c * This file is part of RT-Thread RTOS * COPYRIGHT (C) 2006 - 2018, RT-Thread Development Team * * 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; eithe...
29.370927
110
0.611912
[ "object" ]
3c360c64a2713e1f0d9341710f7030ef5bd9e1d7
5,167
h
C
bins/broker/storage/MessageStorage.h
asvgit/broker
766b66015b842be4d1106ff6c6145ad489c03c59
[ "Apache-2.0" ]
null
null
null
bins/broker/storage/MessageStorage.h
asvgit/broker
766b66015b842be4d1106ff6c6145ad489c03c59
[ "Apache-2.0" ]
null
null
null
bins/broker/storage/MessageStorage.h
asvgit/broker
766b66015b842be4d1106ff6c6145ad489c03c59
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2014-present IVK JSC. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appl...
47.40367
124
0.756145
[ "vector" ]
3c3e4608a967bfc5adf64ac116eae707e88f2fad
5,687
h
C
external/blend2d/src/blend2d/blthreadpool_p.h
osom8979/tbag
c31e2d884907d946df0836a70d8d5d69c4bf3c27
[ "MIT" ]
21
2016-04-05T06:08:41.000Z
2022-03-28T10:20:22.000Z
external/blend2d/src/blend2d/blthreadpool_p.h
osom8979/tbag
c31e2d884907d946df0836a70d8d5d69c4bf3c27
[ "MIT" ]
null
null
null
external/blend2d/src/blend2d/blthreadpool_p.h
osom8979/tbag
c31e2d884907d946df0836a70d8d5d69c4bf3c27
[ "MIT" ]
2
2019-07-16T00:37:21.000Z
2021-11-10T06:14:09.000Z
// [Blend2D] // 2D Vector Graphics Powered by a JIT Compiler. // // [License] // Zlib - See LICENSE.md file in the package. #ifndef BLEND2D_BLTHREADPOOL_P_H #define BLEND2D_BLTHREADPOOL_P_H #include "./blapi-internal_p.h" #include "./blthreading_p.h" #include "./blbitarray_p.h" //! \cond INTERNAL //! \addtogroup ble...
41.210145
118
0.637243
[ "vector" ]
3c4541fd76f98aa1f58adaad1112e8304feae902
9,887
h
C
src/components/autofill/browser/form_structure.h
jxjnjjn/chromium
435c1d02fd1b99001dc9e1e831632c894523580d
[ "Apache-2.0" ]
9
2018-09-21T05:36:12.000Z
2021-11-15T15:14:36.000Z
components/autofill/browser/form_structure.h
devasia1000/chromium
919a8a666862fb866a6bb7aa7f3ae8c0442b4828
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
components/autofill/browser/form_structure.h
devasia1000/chromium
919a8a666862fb866a6bb7aa7f3ae8c0442b4828
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
3
2018-11-28T14:54:13.000Z
2020-07-02T07:36:07.000Z
// Copyright (c) 2011 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 COMPONENTS_AUTOFILL_BROWSER_FORM_STRUCTURE_H_ #define COMPONENTS_AUTOFILL_BROWSER_FORM_STRUCTURE_H_ #include <string> #include <vector> #inc...
38.026923
80
0.736118
[ "vector" ]
3c48a185c3941941611c27f895786eea0214cd51
423
h
C
src/Data/TSWXMainDT.h
pavanad/language-tools
e431f547161583b17046aa2952bd0bd435842155
[ "MIT" ]
3
2018-08-16T20:15:42.000Z
2021-06-13T06:47:06.000Z
src/Data/TSWXMainDT.h
pavanad/language-tools
e431f547161583b17046aa2952bd0bd435842155
[ "MIT" ]
null
null
null
src/Data/TSWXMainDT.h
pavanad/language-tools
e431f547161583b17046aa2952bd0bd435842155
[ "MIT" ]
2
2018-07-24T19:13:29.000Z
2019-04-06T17:36:18.000Z
//--------------------------------------------------------------------------- #ifndef TSWXMainDTH #define TSWXMainDTH #include <vector> #include <Classes.hpp> //--------------------------------------------------------------------------- class TSWXMainDT { public: std::vector<UnicodeString> m_list; ...
22.263158
78
0.434988
[ "vector" ]
3c48ee467fe87fe6baf54d05055cbfeeea6b3a20
4,938
h
C
libHDiffPatch/HDiff/diff.h
eerimoq/HDiffPatch
e6245fc2fb363b6f2ac12a319de4ccd94480bfc3
[ "MIT" ]
null
null
null
libHDiffPatch/HDiff/diff.h
eerimoq/HDiffPatch
e6245fc2fb363b6f2ac12a319de4ccd94480bfc3
[ "MIT" ]
null
null
null
libHDiffPatch/HDiff/diff.h
eerimoq/HDiffPatch
e6245fc2fb363b6f2ac12a319de4ccd94480bfc3
[ "MIT" ]
null
null
null
//diff.h // /* The MIT License (MIT) Copyright (c) 2012-2018 HouSisong 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, ...
47.028571
101
0.681045
[ "vector" ]
3c4d6034040fb9455329acddd3b935965770adc7
4,655
h
C
src/sysc/kernel/sc_module_name.h
dwoo-cad/systemc
9def831390ef9f1a63c219d6a16ed97560ec0d10
[ "Apache-2.0" ]
null
null
null
src/sysc/kernel/sc_module_name.h
dwoo-cad/systemc
9def831390ef9f1a63c219d6a16ed97560ec0d10
[ "Apache-2.0" ]
null
null
null
src/sysc/kernel/sc_module_name.h
dwoo-cad/systemc
9def831390ef9f1a63c219d6a16ed97560ec0d10
[ "Apache-2.0" ]
null
null
null
/***************************************************************************** Licensed to Accellera Systems Initiative Inc. (Accellera) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. Accellera licenses...
32.78169
79
0.643824
[ "object" ]
3c4dfee7b150fb189ae75abdd19d0fce455f98db
3,912
h
C
hlsdk/engine/bspfile.h
d3m37r4/VoiceTranscoder
a9ae70b436e26f6589ac7841749ce281c227bb2c
[ "Unlicense" ]
19
2019-11-26T13:49:34.000Z
2021-12-21T03:27:33.000Z
hlsdk/engine/bspfile.h
d3m37r4/VoiceTranscoder
a9ae70b436e26f6589ac7841749ce281c227bb2c
[ "Unlicense" ]
17
2019-11-27T11:16:26.000Z
2021-02-04T07:21:01.000Z
hlsdk/engine/bspfile.h
andrewlindberg/VoiceTranscoder
a9ae70b436e26f6589ac7841749ce281c227bb2c
[ "Unlicense" ]
7
2019-11-26T13:09:34.000Z
2020-12-13T05:48:27.000Z
/* * * 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 later version. * * This program is distributed in the hope t...
24.298137
77
0.693252
[ "solid" ]
2c5c3ef9dfb9769f84997fb99f8c4d70470e836f
9,905
h
C
src/gromacs/modularsimulator/computeglobalselement.h
hejamu/gromacs
4f4b9e4b197ae78456faada74c9f4cab7d128de6
[ "BSD-2-Clause" ]
3
2020-11-09T14:24:00.000Z
2022-03-09T19:24:17.000Z
src/gromacs/modularsimulator/computeglobalselement.h
hejamu/gromacs
4f4b9e4b197ae78456faada74c9f4cab7d128de6
[ "BSD-2-Clause" ]
2
2020-11-09T14:16:24.000Z
2022-02-14T14:07:53.000Z
src/gromacs/modularsimulator/computeglobalselement.h
hejamu/gromacs
4f4b9e4b197ae78456faada74c9f4cab7d128de6
[ "BSD-2-Clause" ]
1
2020-11-04T05:48:35.000Z
2020-11-04T05:48:35.000Z
/* * This file is part of the GROMACS molecular simulation package. * * Copyright (c) 2019,2020,2021, by the GROMACS development team, led by * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl, * and including many others, as listed in the AUTHORS file in the * top-level source directory and at http...
41.270833
126
0.676325
[ "object" ]
2c65722704408ce3810f46a1d81d82827d800ac1
18,951
h
C
src/seqan/sequence/iter_concat_virtual.h
gosianow/MeDiChISeq
211fff318638d543e7725edd8e6afa3ee69a182a
[ "BSD-3-Clause" ]
null
null
null
src/seqan/sequence/iter_concat_virtual.h
gosianow/MeDiChISeq
211fff318638d543e7725edd8e6afa3ee69a182a
[ "BSD-3-Clause" ]
2
2017-01-15T16:12:40.000Z
2017-01-15T16:13:44.000Z
src/seqan/sequence/iter_concat_virtual.h
gosianow/MeDiChISeq
211fff318638d543e7725edd8e6afa3ee69a182a
[ "BSD-3-Clause" ]
null
null
null
// ========================================================================== // SeqAn - The Library for Sequence Analysis // ========================================================================== // Copyright (c) 2006-2010, Knut Reinert, FU Berlin // All rights reserved. // // Redistribution and us...
36.514451
154
0.553427
[ "object" ]
2c680465d017ba4fbd23d9a78b718d31ccea867e
23,905
c
C
sdk_k64f/boards/frdmk64f/demo_apps/power_mode_switch/power_mode_switch.c
Sir-Branch/k64f-starter-template
f8959fd185f090363d180d69f84c2727e37cbeeb
[ "MIT" ]
1
2020-08-23T20:24:19.000Z
2020-08-23T20:24:19.000Z
sdk_k64f/boards/frdmk64f/demo_apps/power_mode_switch/power_mode_switch.c
Sir-Branch/xxxx-starter-template
f8959fd185f090363d180d69f84c2727e37cbeeb
[ "MIT" ]
1
2020-08-24T00:41:48.000Z
2020-08-24T02:17:44.000Z
sdk_k64f/boards/frdmk64f/demo_apps/power_mode_switch/power_mode_switch.c
Sir-Branch/xxxx-starter-template
f8959fd185f090363d180d69f84c2727e37cbeeb
[ "MIT" ]
null
null
null
/* * Copyright (c) 2015, Freescale Semiconductor, Inc. * Copyright 2016-2019 NXP * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include "fsl_common.h" #include "fsl_smc.h" #include "fsl_rcm.h" #include "fsl_port.h" #include "power_mode_switch.h" #include "board.h" #include "fsl_debug_consol...
33.955966
120
0.606568
[ "vector" ]
2c6b0eaf8b254b7a34a1a2baf20a0ab419a6f612
1,925
h
C
algorithms/medium/1452. People Whose List of Favorite Companies Is Not a Subset of Another List.h
MultivacX/letcode2020
f86289f8718237303918a7705ae31625a12b68f6
[ "MIT" ]
null
null
null
algorithms/medium/1452. People Whose List of Favorite Companies Is Not a Subset of Another List.h
MultivacX/letcode2020
f86289f8718237303918a7705ae31625a12b68f6
[ "MIT" ]
null
null
null
algorithms/medium/1452. People Whose List of Favorite Companies Is Not a Subset of Another List.h
MultivacX/letcode2020
f86289f8718237303918a7705ae31625a12b68f6
[ "MIT" ]
null
null
null
// 1452. People Whose List of Favorite Companies Is Not a Subset of Another List // https://leetcode.com/problems/people-whose-list-of-favorite-companies-is-not-a-subset-of-another-list/ // Runtime: 276 ms, faster than 95.33% of C++ online submissions for People Whose List of Favorite Companies Is Not a Subset of Anot...
40.104167
145
0.482078
[ "vector" ]
2c77ac2fbe17fe79d7285ab7bc9cc92d9091d0e2
1,523
h
C
chrome/browser/android/ntp/ntp_snippets_launcher.h
Wzzzx/chromium-crosswalk
768dde8efa71169f1c1113ca6ef322f1e8c9e7de
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2019-01-28T08:09:58.000Z
2021-11-15T15:32:10.000Z
chrome/browser/android/ntp/ntp_snippets_launcher.h
maidiHaitai/haitaibrowser
a232a56bcfb177913a14210e7733e0ea83a6b18d
[ "BSD-3-Clause" ]
null
null
null
chrome/browser/android/ntp/ntp_snippets_launcher.h
maidiHaitai/haitaibrowser
a232a56bcfb177913a14210e7733e0ea83a6b18d
[ "BSD-3-Clause" ]
6
2020-09-23T08:56:12.000Z
2021-11-18T03:40:49.000Z
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_ANDROID_NTP_NTP_SNIPPETS_LAUNCHER_H_ #define CHROME_BROWSER_ANDROID_NTP_NTP_SNIPPETS_LAUNCHER_H_ #include "base/android/jni_androi...
35.418605
79
0.785292
[ "object" ]
2c7c65ab024a96154d5af782765913ed7a2cde09
29,342
c
C
lib/kernel/printf.c
alexbatashev/pocl
68273059e19462a061551f30a8a9e1a976adf178
[ "MIT" ]
null
null
null
lib/kernel/printf.c
alexbatashev/pocl
68273059e19462a061551f30a8a9e1a976adf178
[ "MIT" ]
null
null
null
lib/kernel/printf.c
alexbatashev/pocl
68273059e19462a061551f30a8a9e1a976adf178
[ "MIT" ]
null
null
null
/* OpenCL built-in library: printf() Copyright (c) 2013 Erik Schnetter <eschnetter@perimeterinstitute.ca> Perimeter Institute for Theoretical Physics Copyright (c) 2018 Michal Babej / Tampere University of Technology Permission is hereby granted, free of charge, to any person obtaining...
39.975477
94
0.352328
[ "vector" ]
2c7f5e363140d7a630f7ff718710c22a3b3b4740
3,314
h
C
Sources/API/App/clanapp.h
ValtoFrameworks/ClanLib
2d6b59386ce275742653b354a1daab42cab7cb3e
[ "Linux-OpenIB" ]
null
null
null
Sources/API/App/clanapp.h
ValtoFrameworks/ClanLib
2d6b59386ce275742653b354a1daab42cab7cb3e
[ "Linux-OpenIB" ]
null
null
null
Sources/API/App/clanapp.h
ValtoFrameworks/ClanLib
2d6b59386ce275742653b354a1daab42cab7cb3e
[ "Linux-OpenIB" ]
null
null
null
/* ** ClanLib SDK ** Copyright (c) 1997-2016 The ClanLib Team ** ** 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 a...
32.811881
179
0.732046
[ "render", "object", "vector" ]
2c86247b917d503884385df4cdad5ab63aad0d5d
22,885
c
C
examples/idas/serial/idasRoberts_ASAi_dns.c
chrispbradley/sundials
8242ba0b361e285b0f826fc3e077e0d8e3e81ee2
[ "BSD-3-Clause" ]
36
2022-02-02T00:26:38.000Z
2022-03-13T06:20:47.000Z
examples/idas/serial/idasRoberts_ASAi_dns.c
chrispbradley/sundials
8242ba0b361e285b0f826fc3e077e0d8e3e81ee2
[ "BSD-3-Clause" ]
9
2022-02-02T01:41:33.000Z
2022-03-09T17:06:14.000Z
examples/idas/serial/idasRoberts_ASAi_dns.c
chrispbradley/sundials
8242ba0b361e285b0f826fc3e077e0d8e3e81ee2
[ "BSD-3-Clause" ]
3
2022-02-03T12:41:46.000Z
2022-03-13T06:21:01.000Z
/* ----------------------------------------------------------------- * Programmer(s): Radu Serban and Cosmin Petra @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start * Copyright (c) 2002-2022, Lawrence Livermore National Security * and Southern Methodist Universit...
28.895202
88
0.591392
[ "object", "vector" ]
2c8aca26d3e466716b38fc6cb3624bc904e93c8f
29,952
h
C
applications/ContactStructuralMechanicsApplication/custom_strategies/custom_strategies/residualbased_newton_raphson_mpc_contact_strategy.h
SADPR/Kratos
82d1e335d2e7e674f77022a3d91c958168805d59
[ "BSD-4-Clause" ]
null
null
null
applications/ContactStructuralMechanicsApplication/custom_strategies/custom_strategies/residualbased_newton_raphson_mpc_contact_strategy.h
SADPR/Kratos
82d1e335d2e7e674f77022a3d91c958168805d59
[ "BSD-4-Clause" ]
null
null
null
applications/ContactStructuralMechanicsApplication/custom_strategies/custom_strategies/residualbased_newton_raphson_mpc_contact_strategy.h
SADPR/Kratos
82d1e335d2e7e674f77022a3d91c958168805d59
[ "BSD-4-Clause" ]
null
null
null
// KRATOS ___| | | | // \___ \ __| __| | | __| __| | | __| _` | | // | | | | | ( | | | | ( | | // _____/ \__|_| \__,_|\___|\__|\__,_|_| \__,_|_| MECHANICS // // License: BSD License // ...
37.44
247
0.631644
[ "mesh", "vector", "model" ]
2c8b0fad93c4781665b16bb975eba910a5c6cff9
8,879
h
C
src/dory/debug/debug_setup.h
femtonaut/dory
aec0ae0ae6ba2bb2137af7d5c5f523884e1d4372
[ "Apache-2.0" ]
null
null
null
src/dory/debug/debug_setup.h
femtonaut/dory
aec0ae0ae6ba2bb2137af7d5c5f523884e1d4372
[ "Apache-2.0" ]
null
null
null
src/dory/debug/debug_setup.h
femtonaut/dory
aec0ae0ae6ba2bb2137af7d5c5f523884e1d4372
[ "Apache-2.0" ]
2
2016-12-07T23:06:59.000Z
2021-09-06T23:12:14.000Z
/* <dory/debug/debug_setup.h> ---------------------------------------------------------------------------- Copyright 2013-2014 if(we) 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 ...
32.054152
79
0.588017
[ "object" ]
2c8ebc7f7fcc034ce96d9746d3b889e078c34a08
3,846
h
C
OpenSim 3.1/sdk/include/SimTK/include/simbody/internal/MobilizedBody_Cylinder.h
chrisdembia/opensim-metabolicsprobes
7be20df24c2a3f1f3fb4a56e244ba4a3295b4fc0
[ "Apache-2.0" ]
1
2019-11-19T23:40:52.000Z
2019-11-19T23:40:52.000Z
OpenSim 3.1/sdk/include/SimTK/include/simbody/internal/MobilizedBody_Cylinder.h
chrisdembia/opensim-metabolicsprobes
7be20df24c2a3f1f3fb4a56e244ba4a3295b4fc0
[ "Apache-2.0" ]
1
2021-01-11T13:45:54.000Z
2021-01-11T13:45:54.000Z
OpenSim 3.1/sdk/include/SimTK/include/simbody/internal/MobilizedBody_Cylinder.h
chrisdembia/opensim-metabolicsprobes
7be20df24c2a3f1f3fb4a56e244ba4a3295b4fc0
[ "Apache-2.0" ]
3
2019-05-17T02:17:10.000Z
2020-11-05T20:31:55.000Z
#ifndef SimTK_SIMBODY_MOBILIZED_BODY_CYLINDER_H_ #define SimTK_SIMBODY_MOBILIZED_BODY_CYLINDER_H_ /* -------------------------------------------------------------------------- * * Simbody(tm) * * -----------------------------------------------------...
48.075
91
0.569943
[ "transform" ]
2c8fcbd3a3491cdcbf188470834f48fbb17404ed
4,284
h
C
src/avt/Database/Formats/avtMTMDFileFormat.h
visit-dav/vis
c08bc6e538ecd7d30ddc6399ec3022b9e062127e
[ "BSD-3-Clause" ]
226
2018-12-29T01:13:49.000Z
2022-03-30T19:16:31.000Z
src/avt/Database/Formats/avtMTMDFileFormat.h
visit-dav/vis
c08bc6e538ecd7d30ddc6399ec3022b9e062127e
[ "BSD-3-Clause" ]
5,100
2019-01-14T18:19:25.000Z
2022-03-31T23:08:36.000Z
src/avt/Database/Formats/avtMTMDFileFormat.h
visit-dav/vis
c08bc6e538ecd7d30ddc6399ec3022b9e062127e
[ "BSD-3-Clause" ]
84
2019-01-24T17:41:50.000Z
2022-03-10T10:01:46.000Z
// Copyright (c) Lawrence Livermore National Security, LLC and other VisIt // Project developers. See the top-level LICENSE file for dates and other // details. No copyright assignment is required to contribute to VisIt. // ************************************************************************* // // ...
35.7
92
0.574463
[ "mesh", "vector" ]
2c903e75edeabf2fbd97cb549ec0c4ad954a282f
23,009
c
C
lib/abc/src/base/cba/cbaReadBlif.c
Ace-Ma/LSOracle
6e940906303ef6c2c6b96352f44206567fdd50d3
[ "MIT" ]
9
2017-06-12T17:58:42.000Z
2021-02-04T00:02:29.000Z
reproduction-artifact/ssatABC/src/base/cba/cbaReadBlif.c
nianzelee/PhD-Dissertation
061e22dd55b4e58b3de3b0e58bb1cbe11435decd
[ "Apache-2.0" ]
1
2020-12-15T05:59:37.000Z
2020-12-15T05:59:37.000Z
reproduction-artifact/ssatABC/src/base/cba/cbaReadBlif.c
nianzelee/PhD-Dissertation
061e22dd55b4e58b3de3b0e58bb1cbe11435decd
[ "Apache-2.0" ]
3
2018-04-23T22:52:53.000Z
2020-12-15T16:36:19.000Z
/**CFile**************************************************************** FileName [cbaReadBlif.c] SystemName [ABC: Logic synthesis and verification system.] PackageName [Hierarchical word-level netlist.] Synopsis [BLIF parser.] Author [Alan Mishchenko] Affiliation [UC Berkele...
35.562597
146
0.497762
[ "model" ]
2c94f4c7ff9420dba3fa672ceca28b6412bcbbee
13,518
h
C
interface/include/psa/service.h
andvib/trusted-firmware-m
e9c174a98ac13ae1776d9f9908879bb9c3cc847f
[ "BSD-3-Clause" ]
null
null
null
interface/include/psa/service.h
andvib/trusted-firmware-m
e9c174a98ac13ae1776d9f9908879bb9c3cc847f
[ "BSD-3-Clause" ]
null
null
null
interface/include/psa/service.h
andvib/trusted-firmware-m
e9c174a98ac13ae1776d9f9908879bb9c3cc847f
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 2018-2021, Arm Limited. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * */ #ifndef __PSA_SERVICE_H__ #define __PSA_SERVICE_H__ #include <stddef.h> #include <stdint.h> #include "psa/client.h" #include "psa_config.h" #include "psa/error.h" #ifdef __cplusplus extern "C" { #endi...
40.716867
80
0.555704
[ "object", "vector" ]
2c9bbf651bae37b29512d6eaf32f1e45b9e79332
208,906
c
C
Dmf/Modules.Library/Dmf_ComponentFirmwareUpdate.c
girishpattabiraman/DMF
4da6d1ee36699fbba5247684c4946370dea745bb
[ "MIT" ]
null
null
null
Dmf/Modules.Library/Dmf_ComponentFirmwareUpdate.c
girishpattabiraman/DMF
4da6d1ee36699fbba5247684c4946370dea745bb
[ "MIT" ]
null
null
null
Dmf/Modules.Library/Dmf_ComponentFirmwareUpdate.c
girishpattabiraman/DMF
4da6d1ee36699fbba5247684c4946370dea745bb
[ "MIT" ]
null
null
null
/*++ Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. Module Name: Dmf_ComponentFirmwareUpdate.c Abstract: This Module handles Component Firmware Update Protocol. Environment: User-mode Driver Framework --*/ // DMF and this Module's ...
35.869849
218
0.596278
[ "object" ]
2ca0caaf8cc3300aa4dde7099da41db04e933f7c
1,646
h
C
Game/OGRE/Samples/VolumeTex/include/ThingRenderable.h
hackerlank/SourceCode
b702c9e0a9ca5d86933f3c827abb02a18ffc9a59
[ "MIT" ]
4
2021-07-31T13:56:01.000Z
2021-11-13T02:55:10.000Z
Game/OGRE/Samples/VolumeTex/include/ThingRenderable.h
shacojx/SourceCodeGameTLBB
e3cea615b06761c2098a05427a5f41c236b71bf7
[ "MIT" ]
null
null
null
Game/OGRE/Samples/VolumeTex/include/ThingRenderable.h
shacojx/SourceCodeGameTLBB
e3cea615b06761c2098a05427a5f41c236b71bf7
[ "MIT" ]
7
2021-08-31T14:34:23.000Z
2022-01-19T08:25:58.000Z
/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ Copyright (c) 2000-2005 The OGRE Team Also see acknowledgements in Readme.html You may use this sample code ...
27.433333
97
0.669502
[ "object", "vector" ]
2ca6601c39d51847719ead91812f66b75287cc47
4,962
c
C
vehicle/OVMS.V3/components/duktape/extras/console/duk_console.c
goev/Open-Vehicle-Monitoring-System-3
f2efd1898ec1df19eb730c1eda9a1999a00b36b4
[ "MIT" ]
199
2017-04-06T15:20:50.000Z
2020-10-16T12:32:56.000Z
extras/console/duk_console.c
KiraanRK/esp32-duktape
1b7fbcb8bd6bfc346d92df30ec099df7f13b03aa
[ "MIT" ]
9
2017-04-09T03:07:11.000Z
2017-04-11T02:23:18.000Z
extras/console/duk_console.c
KiraanRK/esp32-duktape
1b7fbcb8bd6bfc346d92df30ec099df7f13b03aa
[ "MIT" ]
8
2017-04-09T04:49:00.000Z
2018-07-17T15:55:04.000Z
/* * Minimal 'console' binding. * * https://github.com/DeveloperToolsWG/console-object/blob/master/api.md * https://developers.google.com/web/tools/chrome-devtools/debug/console/console-reference * https://developer.mozilla.org/en/docs/Web/API/console */ #include <stdio.h> #include <stdarg.h> #include "dukta...
30.819876
122
0.701532
[ "object" ]
2ca916338666f5de033fefe33400ee20e1390c2b
2,264
h
C
code/steps/header/model/wtg_models/wt_aerodynamic_model/aerd0.h
changgang/steps
9b8ea474581885129d1c1a1c3ad40bc8058a7e0a
[ "MIT" ]
29
2019-10-30T07:04:10.000Z
2022-02-22T06:34:32.000Z
code/steps/header/model/wtg_models/wt_aerodynamic_model/aerd0.h
changgang/steps
9b8ea474581885129d1c1a1c3ad40bc8058a7e0a
[ "MIT" ]
1
2021-09-25T15:29:59.000Z
2022-01-05T14:04:18.000Z
code/steps/header/model/wtg_models/wt_aerodynamic_model/aerd0.h
changgang/steps
9b8ea474581885129d1c1a1c3ad40bc8058a7e0a
[ "MIT" ]
8
2019-12-20T16:13:46.000Z
2022-03-20T14:58:23.000Z
#ifndef AERD0_H #define AERD0_H #include "header/model/wtg_models/wt_aerodynamic_model/wt_aerodynamic_model.h" #include <cstdlib> class AERD0 : public WT_AERODYNAMIC_MODEL { public: AERD0(STEPS& toolkit); AERD0(const AERD0& model); virtual ~AERD0(); virtual AERD0& operator=(const A...
34.30303
95
0.683746
[ "vector", "model" ]
2ca9b27c9db3074f28979ea90da98db01751ace5
2,548
h
C
Project/Shared/Classes/Model/Geometries/SGMultiPolygon.h
simplegeo/SimpleGeo.framework
70d92d014a00df4b84e1e57ef60c3da230b8038f
[ "BSD-3-Clause" ]
3
2015-04-18T05:41:56.000Z
2017-02-06T11:38:58.000Z
Project/Shared/Classes/Model/Geometries/SGMultiPolygon.h
simplegeo/SimpleGeo.framework
70d92d014a00df4b84e1e57ef60c3da230b8038f
[ "BSD-3-Clause" ]
null
null
null
Project/Shared/Classes/Model/Geometries/SGMultiPolygon.h
simplegeo/SimpleGeo.framework
70d92d014a00df4b84e1e57ef60c3da230b8038f
[ "BSD-3-Clause" ]
null
null
null
// // SGMultiPolygon.h // SimpleGeo.framework // // Copyright (c) 2010, SimpleGeo 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: // * Redistributions of source code must retain t...
37.470588
124
0.748038
[ "object" ]