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
2e013370d0c85907c4af9e942f216990601a5764
984
h
C
src/RTreeController.h
CristobalM/logaritmos_tarea1
7d270e4ff310640c780ed30b23edc3577300d583
[ "MIT" ]
null
null
null
src/RTreeController.h
CristobalM/logaritmos_tarea1
7d270e4ff310640c780ed30b23edc3577300d583
[ "MIT" ]
null
null
null
src/RTreeController.h
CristobalM/logaritmos_tarea1
7d270e4ff310640c780ed30b23edc3577300d583
[ "MIT" ]
null
null
null
// // Created by Cristobal M on 10/3/17. // #ifndef LOGARITMOS_TAREA1_RTREECONTROLLER_H #define LOGARITMOS_TAREA1_RTREECONTROLLER_H #include "RTree.h" #include "SplitHeuristic.h" class RTreeController { int rootFilenameIndex; int memorySize; SplitHeuristic *splitHeuristic; std::string controllerPrefix; v...
21.391304
92
0.771341
[ "vector" ]
2e12ec08ccea37eeef3f35be2b8c1bdc915ed34f
4,421
h
C
ustore_home/include/net/net.h
ooibc88/Hyperledger-Fabric-
b6011f90c41b79d670fc52d6ee6f92f8046c6674
[ "Apache-2.0" ]
103
2019-08-23T05:59:14.000Z
2022-02-16T08:53:08.000Z
ustore_home/include/net/net.h
ooibc88/Hyperledger-Fabric-
b6011f90c41b79d670fc52d6ee6f92f8046c6674
[ "Apache-2.0" ]
18
2020-04-29T19:25:54.000Z
2022-03-14T15:27:15.000Z
ustore_home/include/net/net.h
ooibc88/Hyperledger-Fabric-
b6011f90c41b79d670fc52d6ee6f92f8046c6674
[ "Apache-2.0" ]
40
2019-09-03T10:22:20.000Z
2022-03-05T12:30:14.000Z
// Copyright (c) 2017 The Ustore Authors. #ifndef USTORE_NET_NET_H_ #define USTORE_NET_NET_H_ #include <string> #include <unordered_map> #include <vector> #include "types/type.h" #include "utils/noncopyable.h" #include "utils/logging.h" namespace ustore { using node_id_t = std::string; const char kCloseMsg[] = "+cl...
30.07483
88
0.700294
[ "object", "vector" ]
2e1f577a7258a90d52c40c5edff5b85a4bab3b42
1,132
h
C
JLJSONMapping/Category/NSError+JLJSONMapping.h
taquitos/JLObjectMapping
0f869b79e19c9b7527f07b7f2533816dbd3e9668
[ "MIT" ]
3
2015-01-20T03:31:50.000Z
2021-02-28T05:37:37.000Z
JLJSONMapping/Category/NSError+JLJSONMapping.h
taquitos/JLObjectMapping
0f869b79e19c9b7527f07b7f2533816dbd3e9668
[ "MIT" ]
6
2015-01-14T04:24:01.000Z
2015-06-26T17:29:49.000Z
JLJSONMapping/Category/NSError+JLJSONMapping.h
taquitos/JLObjectMapping
0f869b79e19c9b7527f07b7f2533816dbd3e9668
[ "MIT" ]
1
2015-04-10T14:23:15.000Z
2015-04-10T14:23:15.000Z
// // NSError+JLJSONMapping.h // JLJSONMapping // // Created by Joshua Liebowitz on 1/16/15. // Copyright (c) 2015 Joshua Liebowitz. All rights reserved. // #import <Foundation/Foundation.h> FOUNDATION_EXPORT NSString * const kObjectMappingDomain; FOUNDATION_EXPORT NSString * const kObjectMappingDescriptionKey; F...
39.034483
145
0.79682
[ "object" ]
2e3027dfa544d23851b7eb09a457e187cfec0e3c
1,870
h
C
CommandLib/include/CommandMonitor.h
efieleke/CommandLibForCPP
b44a32247be709cfc4642d5b1e9b8178d90b6952
[ "MIT" ]
null
null
null
CommandLib/include/CommandMonitor.h
efieleke/CommandLibForCPP
b44a32247be709cfc4642d5b1e9b8178d90b6952
[ "MIT" ]
null
null
null
CommandLib/include/CommandMonitor.h
efieleke/CommandLibForCPP
b44a32247be709cfc4642d5b1e9b8178d90b6952
[ "MIT" ]
null
null
null
#pragma once #include <exception> #include <memory> namespace CommandLib { class Command; /// <summary> /// This is a callback interface for <see cref="Command"/> starting and finishing events. Its intended use is for logging and diagnostics. /// </summary> /// <remarks> /// <see cref="CommandTracer"/> and <se...
37.4
161
0.687701
[ "object" ]
2e3e6eb237af3da1ef3c4010d48573c72fdf1266
3,674
c
C
src/boot/flashconfig.c
RenaKunisaki/micron
08a17aca0a5ad52cd08a7c8716ba6f9f0b814070
[ "MIT" ]
null
null
null
src/boot/flashconfig.c
RenaKunisaki/micron
08a17aca0a5ad52cd08a7c8716ba6f9f0b814070
[ "MIT" ]
null
null
null
src/boot/flashconfig.c
RenaKunisaki/micron
08a17aca0a5ad52cd08a7c8716ba6f9f0b814070
[ "MIT" ]
null
null
null
/** Flash config settings for the MK20 chip. * ******************************************************************************* * _ //` `\ * * _,-"\% // /``\`\ DANGER! * * ~^...
45.358025
103
0.518508
[ "render" ]
2e43c5fec9bf5dbd7328a73eeeff461ac71283ad
57,357
h
C
Util/llvm/tools/clang/include/clang/AST/ExprCXX.h
ianloic/unladen-swallow
28148f4ddbb3d519042de1f9fc9f1356fdd31e31
[ "PSF-2.0" ]
5
2020-06-30T05:06:40.000Z
2021-05-24T08:38:33.000Z
Util/llvm/tools/clang/include/clang/AST/ExprCXX.h
ianloic/unladen-swallow
28148f4ddbb3d519042de1f9fc9f1356fdd31e31
[ "PSF-2.0" ]
null
null
null
Util/llvm/tools/clang/include/clang/AST/ExprCXX.h
ianloic/unladen-swallow
28148f4ddbb3d519042de1f9fc9f1356fdd31e31
[ "PSF-2.0" ]
2
2015-10-01T18:28:20.000Z
2020-09-09T16:25:27.000Z
//===--- ExprCXX.h - Classes for representing expressions -------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
35.983061
81
0.690256
[ "object" ]
2e4e3575411240ae3dd2d6c1ad65bf18c5028e76
8,504
h
C
src/cyclops/CyclicCoordinateDescent.h
cran/Cyclops
081ae5868cdc63cf1918a0c17828f101ff1de14f
[ "Zlib", "Apache-2.0" ]
32
2015-01-16T07:41:40.000Z
2021-10-03T09:15:37.000Z
src/cyclops/CyclicCoordinateDescent.h
cran/Cyclops
081ae5868cdc63cf1918a0c17828f101ff1de14f
[ "Zlib", "Apache-2.0" ]
47
2015-01-01T18:59:09.000Z
2022-03-31T13:21:10.000Z
src/cyclops/CyclicCoordinateDescent.h
cran/Cyclops
081ae5868cdc63cf1918a0c17828f101ff1de14f
[ "Zlib", "Apache-2.0" ]
31
2015-01-23T18:17:29.000Z
2022-03-13T20:22:33.000Z
/* * CyclicCoordinateDescent.h * * Created on: May-June, 2010 * Author: msuchard */ #ifndef CYCLICCOORDINATEDESCENT_H_ #define CYCLICCOORDINATEDESCENT_H_ #include "CcdInterface.h" #include "CompressedDataMatrix.h" #include "ModelData.h" #include "engine/AbstractModelSpecifics.h" #include "priors/JointPrior...
21.97416
88
0.748236
[ "vector" ]
2e4f6eee9d0560d184d82568b59966188151169e
245
h
C
Solution/Project/FileBrowser.h
Ilygos/sprite_editor
30c8ffdc7b133396f3a8ce255be03824374ac135
[ "MIT" ]
null
null
null
Solution/Project/FileBrowser.h
Ilygos/sprite_editor
30c8ffdc7b133396f3a8ce255be03824374ac135
[ "MIT" ]
null
null
null
Solution/Project/FileBrowser.h
Ilygos/sprite_editor
30c8ffdc7b133396f3a8ce255be03824374ac135
[ "MIT" ]
null
null
null
#pragma once #include <vector> #include <string> #include <experimental/filesystem> #include <filesystem> // With Visual Studio compiler, filesystem is still "experimental" namespace fs = std::experimental::filesystem; class FileBrowser { };
17.5
66
0.763265
[ "vector" ]
2e5b3322dd65fb1afc32a844241d2517575e6516
85,795
c
C
src/ospusageind.c
TransNexus/osptoolkit
dd27b342bb5b972590f6c3f1a99705d296dd6beb
[ "BSD-3-Clause" ]
1
2018-05-07T18:30:21.000Z
2018-05-07T18:30:21.000Z
src/ospusageind.c
TransNexus/osptoolkit
dd27b342bb5b972590f6c3f1a99705d296dd6beb
[ "BSD-3-Clause" ]
2
2019-01-07T02:17:56.000Z
2019-05-16T16:47:38.000Z
src/ospusageind.c
TransNexus/osptoolkit
dd27b342bb5b972590f6c3f1a99705d296dd6beb
[ "BSD-3-Clause" ]
null
null
null
/************************************************************************** *** COPYRIGHT (c) 2002 by TransNexus, Inc. *** *** *** *** This software is property of TransNexus, Inc. *** *** This softwar...
36.048319
233
0.581526
[ "vector" ]
446ec35381076ac7f5fc5cfa1d628047f03dfb49
4,832
h
C
third_party/webcc/body.h
sprinfall/webcc-integration
1abfccd75d43f0ec981a1b31a977c68f757b8994
[ "MIT" ]
1
2020-09-11T09:57:30.000Z
2020-09-11T09:57:30.000Z
third_party/webcc/body.h
sprinfall/webcc-integration
1abfccd75d43f0ec981a1b31a977c68f757b8994
[ "MIT" ]
null
null
null
third_party/webcc/body.h
sprinfall/webcc-integration
1abfccd75d43f0ec981a1b31a977c68f757b8994
[ "MIT" ]
null
null
null
#ifndef WEBCC_BODY_H_ #define WEBCC_BODY_H_ #include <memory> #include <string> #include <utility> #include "webcc/common.h" #include "webcc/fs.h" namespace webcc { // ----------------------------------------------------------------------------- class Body { public: Body() = default; virtual ~Body() = default;...
23.570732
80
0.637624
[ "vector" ]
447dc466d5498c04120e0b2204d0e4e2f6acfa99
8,440
h
C
libAfterStep/freestor.h
trofi/afterstep
5e9e897cf8c455390dd6f5b27fec49707f6b9088
[ "MIT" ]
25
2018-09-18T13:05:15.000Z
2022-01-30T21:08:51.000Z
libAfterStep/freestor.h
trofi/afterstep
5e9e897cf8c455390dd6f5b27fec49707f6b9088
[ "MIT" ]
5
2016-07-14T13:06:10.000Z
2021-12-05T17:47:35.000Z
libAfterStep/freestor.h
trofi/afterstep
5e9e897cf8c455390dd6f5b27fec49707f6b9088
[ "MIT" ]
7
2016-10-14T02:49:23.000Z
2021-11-20T10:14:01.000Z
#ifndef FREESTOR_H_HEADER_INCLUDED #define FREESTOR_H_HEADER_INCLUDED #ifdef __cplusplus extern "C" { #endif struct SyntaxDef; struct TermDef; struct ASHashTable; struct ConfigDef; struct ASCursor ; typedef struct FreeStorageElem { struct FreeStorageElem *next; struct FreeStorageElem *sub; /* points to the chain ...
35.914894
131
0.729384
[ "geometry" ]
44877d6d14ff5f773c3361061635094fdbfa46f4
2,834
h
C
B2G/gecko/netwerk/ipc/RemoteOpenFileChild.h
wilebeast/FireFox-OS
43067f28711d78c429a1d6d58c77130f6899135f
[ "Apache-2.0" ]
3
2015-08-31T15:24:31.000Z
2020-04-24T20:31:29.000Z
B2G/gecko/netwerk/ipc/RemoteOpenFileChild.h
wilebeast/FireFox-OS
43067f28711d78c429a1d6d58c77130f6899135f
[ "Apache-2.0" ]
null
null
null
B2G/gecko/netwerk/ipc/RemoteOpenFileChild.h
wilebeast/FireFox-OS
43067f28711d78c429a1d6d58c77130f6899135f
[ "Apache-2.0" ]
3
2015-07-29T07:17:15.000Z
2020-11-04T06:55:37.000Z
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set sw=2 ts=8 et tw=80 : */ /* 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/. */...
32.204545
80
0.730064
[ "object" ]
44a13da5f796c6e650e947b3cbc410529d57d665
8,408
h
C
include/http/http.h
Skifary/http
a051b73583913e9e1d113c347c68cdef2e7a9555
[ "MIT" ]
2
2018-11-17T03:08:11.000Z
2021-04-16T23:40:20.000Z
include/http/http.h
Skifary/http
a051b73583913e9e1d113c347c68cdef2e7a9555
[ "MIT" ]
null
null
null
include/http/http.h
Skifary/http
a051b73583913e9e1d113c347c68cdef2e7a9555
[ "MIT" ]
null
null
null
#pragma once /*************************************************************************** * * Copyright (C) 2018, Skifary, <gskifary@outlook.com>. * ***************************************************************************/ #include <memory> #include <functional> #include <initializer_list> #include <string> #inclu...
21.44898
141
0.585514
[ "vector" ]
44a90693c534f411b6fe5242bc3196567e09d823
5,850
h
C
TRTCSDK/Windows/DuilibDemo/uicontrol/TXLiveAvVideoView.h
aliyunvideo/Queen_SDK_Android
e46e32e16f8a6ecf3746a5c397a6a1f36189e93c
[ "Apache-2.0" ]
2
2021-07-06T03:32:25.000Z
2021-12-17T02:24:16.000Z
TRTCSDK/Windows/DuilibDemo/uicontrol/TXLiveAvVideoView.h
aliyunvideo/Queen_SDK_Android
e46e32e16f8a6ecf3746a5c397a6a1f36189e93c
[ "Apache-2.0" ]
null
null
null
TRTCSDK/Windows/DuilibDemo/uicontrol/TXLiveAvVideoView.h
aliyunvideo/Queen_SDK_Android
e46e32e16f8a6ecf3746a5c397a6a1f36189e93c
[ "Apache-2.0" ]
1
2022-03-31T09:07:26.000Z
2022-03-31T09:07:26.000Z
/** * Module: TXLiveAvVideoView @ liteav * * Author: kmais @ 2018/10/1 * * Function: SDK 视频渲染View,可直接拷贝使用,接口非线程安装,在主线程调用。 * * Modify: 创建 by kmais @ 2018/10/1 * */ #pragma once #include "ITRTCCloud.h" #include "UIlib.h" using namespace DuiLib; #include <vector> class CCriticalSection { public: ...
32.320442
169
0.674701
[ "vector" ]
44abfcf374d0d9ca8b6461c80149c134906b1314
2,416
h
C
include/rdc_lib/RdcWatchTable.h
RadeonOpenCompute/rdc
bb11a0abf5bea0ca8ad3d17bd687379c45149ed9
[ "MIT" ]
2
2020-09-10T02:04:00.000Z
2020-12-03T10:55:38.000Z
include/rdc_lib/RdcWatchTable.h
RadeonOpenCompute/rdc
bb11a0abf5bea0ca8ad3d17bd687379c45149ed9
[ "MIT" ]
2
2022-03-29T00:32:43.000Z
2022-03-31T18:09:36.000Z
include/rdc_lib/RdcWatchTable.h
RadeonOpenCompute/rdc
bb11a0abf5bea0ca8ad3d17bd687379c45149ed9
[ "MIT" ]
2
2020-09-15T08:05:43.000Z
2021-09-02T03:06:41.000Z
/* Copyright (c) 2020 - present Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to us...
38.967742
78
0.763659
[ "vector" ]
44c4c5fe4a59c1822f0e5199046721dfff61188d
507
h
C
include/CGeomUtil3D.h
colinw7/CGeometry3D
15c009b57bfcdcc5ca13ef2acfe94b6831a4c865
[ "MIT" ]
1
2021-12-23T02:21:22.000Z
2021-12-23T02:21:22.000Z
include/CGeomUtil3D.h
colinw7/CGeometry3D
15c009b57bfcdcc5ca13ef2acfe94b6831a4c865
[ "MIT" ]
null
null
null
include/CGeomUtil3D.h
colinw7/CGeometry3D
15c009b57bfcdcc5ca13ef2acfe94b6831a4c865
[ "MIT" ]
null
null
null
#ifndef CGEOM_UTIL_3D_H #define CGEOM_UTIL_3D_H #include <CPoint3D.h> #include <CVector3D.h> #include <CTriangle3D.h> #include <CGeomVertex3D.h> #include <vector> #include <list> class CGeomUtil3D { public: static CPoint3D getMidPoint(const std::vector<CGeomVertex3D *> &vertices); static CVector3D getNormal (c...
24.142857
77
0.719921
[ "vector" ]
44c656435f2a10a7358afdf530c7c66186766adf
17,854
h
C
include/json_util/property.h
bridgerrholt/cl_glitcher
48fc2a81dc7724698b462efe18e60d8feb1d3b36
[ "MIT" ]
null
null
null
include/json_util/property.h
bridgerrholt/cl_glitcher
48fc2a81dc7724698b462efe18e60d8feb1d3b36
[ "MIT" ]
null
null
null
include/json_util/property.h
bridgerrholt/cl_glitcher
48fc2a81dc7724698b462efe18e60d8feb1d3b36
[ "MIT" ]
null
null
null
// // Created by bridg on 1/18/2021. // #ifndef CL_GLITCHER_INCLUDE_JSON_UTIL_PROPERTY_H #define CL_GLITCHER_INCLUDE_JSON_UTIL_PROPERTY_H #include <tuple> #include <rapidjson/document.h> #include <vector> #include "json_option.h" namespace json_util { /// Used for storing JSON metadata /// \tparam Owner The owner...
23.585205
87
0.708413
[ "object", "vector" ]
44c70dec22bc2252ca47315879658c7f0f0a02f5
20,024
h
C
snapgear_linux/user/gdbserver/gdb/value.h
impedimentToProgress/UCI-BlueChip
53e5d48b79079eaf60d42f7cb65bb795743d19fc
[ "MIT" ]
null
null
null
snapgear_linux/user/gdbserver/gdb/value.h
impedimentToProgress/UCI-BlueChip
53e5d48b79079eaf60d42f7cb65bb795743d19fc
[ "MIT" ]
null
null
null
snapgear_linux/user/gdbserver/gdb/value.h
impedimentToProgress/UCI-BlueChip
53e5d48b79079eaf60d42f7cb65bb795743d19fc
[ "MIT" ]
3
2016-06-13T13:20:56.000Z
2019-12-05T02:31:23.000Z
/* Definitions for values of C expressions, for GDB. Copyright 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996 Free Software Foundation, Inc. This file is part of GDB. 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 Fre...
35.191564
102
0.722982
[ "object" ]
44dd8b8afd882b2e0315d02c5c008f11fe580a26
5,355
h
C
server/server-websocket/non-blocking/ssl/cpp/externalLib/protocol/inter/http/httpconsumer.h
akinaru/socket-multiplatform-impl
49f82f10ebf6d3bcadede0bb831bcec7fbec2a69
[ "MIT" ]
3
2015-05-18T20:45:31.000Z
2015-05-24T17:10:53.000Z
server/server-websocket/non-blocking/ssl/cpp/externalLib/protocol/inter/http/httpconsumer.h
akinaru/socket-multiplatform-impl
49f82f10ebf6d3bcadede0bb831bcec7fbec2a69
[ "MIT" ]
null
null
null
server/server-websocket/non-blocking/ssl/cpp/externalLib/protocol/inter/http/httpconsumer.h
akinaru/socket-multiplatform-impl
49f82f10ebf6d3bcadede0bb831bcec7fbec2a69
[ "MIT" ]
null
null
null
/** httpconsumer.cpp HTTP Consumer client This object permits to store http life cycle into your own design and monitor your parsing in a blocking or non-blocking socket configuration @author Bertrand Martel @version 1.0 */ #ifndef HTTPCONSUMER_H #define HTTPCONSUMER_H #include "string" #include "...
24.121622
157
0.511485
[ "object", "vector" ]
44e2b7c6e7b919c31c45302b25c7881ec6dcd232
24,478
c
C
c/ac2rc.c
erikedwards4/dsp
28880ede8ca715c2a5a9b596742070f9bda9830e
[ "BSD-3-Clause" ]
1
2020-08-26T09:22:40.000Z
2020-08-26T09:22:40.000Z
c/ac2rc.c
erikedwards4/dsp
28880ede8ca715c2a5a9b596742070f9bda9830e
[ "BSD-3-Clause" ]
null
null
null
c/ac2rc.c
erikedwards4/dsp
28880ede8ca715c2a5a9b596742070f9bda9830e
[ "BSD-3-Clause" ]
1
2021-10-05T13:50:32.000Z
2021-10-05T13:50:32.000Z
//Gets reflection coefficients (RCs) from the autocorrelation (AC) function for each vector in X. //Uses a Levinson-Durbin recursion from the AC values. //This adopts levinson.m from Octave's signal package as the correct answer, including the sign convention. //This even matches Octave for some pathological cases giv...
40.93311
164
0.287156
[ "vector" ]
6d0b56e1a6f182aa3c40efa105534720df260653
6,281
h
C
mitielib/include/mitie/conll_parser.h
maxmert/nlp-mitie
ec3153ef2fe7a80e7cf3d80d14b388b8cd679343
[ "Unlicense" ]
2,695
2015-01-01T21:13:47.000Z
2022-03-31T04:45:32.000Z
mitielib/include/mitie/conll_parser.h
maxmert/nlp-mitie
ec3153ef2fe7a80e7cf3d80d14b388b8cd679343
[ "Unlicense" ]
208
2015-01-23T19:29:07.000Z
2022-02-08T02:55:17.000Z
mitielib/include/mitie/conll_parser.h
maxmert/nlp-mitie
ec3153ef2fe7a80e7cf3d80d14b388b8cd679343
[ "Unlicense" ]
567
2015-01-06T19:22:19.000Z
2022-03-21T17:01:04.000Z
// Copyright (C) 2013 Massachusetts Institute of Technology, Lincoln Laboratory // License: Boost Software License See LICENSE.txt for the full license. // Authors: Davis E. King (davis@dlib.net) #ifndef MIT_LL_CONLL_PaRSER_H_ #define MIT_LL_CONLL_PaRSER_H_ #include <vector> #include <string> namespace mitie { // ...
36.517442
109
0.523324
[ "vector" ]
6d0cc093fc4a52507e0639439f2f282693fdba81
3,270
h
C
src/org.xtuml.bp.welcome/models/MicrowaveOven/src/MicrowaveOven_MO_MT_class.h
FMAY-Software/bridgepoint
90d95f21441dfc90568a2e88ccc221f06a2480db
[ "Apache-2.0" ]
29
2015-04-08T04:02:08.000Z
2022-03-16T07:32:13.000Z
src/org.xtuml.bp.welcome/models/MicrowaveOven/src/MicrowaveOven_MO_MT_class.h
FMAY-Software/bridgepoint
90d95f21441dfc90568a2e88ccc221f06a2480db
[ "Apache-2.0" ]
92
2015-03-24T21:05:19.000Z
2021-09-24T01:48:33.000Z
src/org.xtuml.bp.welcome/models/MicrowaveOven/src/MicrowaveOven_MO_MT_class.h
FMAY-Software/bridgepoint
90d95f21441dfc90568a2e88ccc221f06a2480db
[ "Apache-2.0" ]
82
2015-01-09T16:50:50.000Z
2022-03-25T03:16:16.000Z
/*---------------------------------------------------------------------------- * File: MicrowaveOven_MO_MT_class.h * * Class: Magnetron Tube (MO_MT) * Component: MicrowaveOven * * your copyright statement can go here (from te_copyright.body) *------------------------------------------------------------...
33.71134
86
0.722018
[ "model" ]
6d1a39b29c15c41ecca1e3c4e26fce452a02e34e
415
h
C
core/include/VirtualKeyboard.h
Marklous/free-virtual-keyboard
0a49f3fe7907a6a2c5c4964c32cbdf4055b4ad99
[ "Beerware" ]
null
null
null
core/include/VirtualKeyboard.h
Marklous/free-virtual-keyboard
0a49f3fe7907a6a2c5c4964c32cbdf4055b4ad99
[ "Beerware" ]
null
null
null
core/include/VirtualKeyboard.h
Marklous/free-virtual-keyboard
0a49f3fe7907a6a2c5c4964c32cbdf4055b4ad99
[ "Beerware" ]
null
null
null
#pragma once #include "VirtualKeyboardModel.h" #include "QtUtils/ModelHolder.h" #include <QQuickView> #include <Poco/SharedPtr.h> class VirtualKeyboard : public QObject{ Q_OBJECT public: typedef Poco::SharedPtr <VirtualKeyboard> Ptr; VirtualKeyboard(QQuickView * view, QQmlContext * ctx); ~VirtualKey...
20.75
58
0.737349
[ "model" ]
6d2f595c7bfbee9899c4b7f03feb4ba663bde98b
56,546
c
C
pygame/src/base.c
CiubucAlexandra/Theremine-Projet-Micriprocesseurs
7670d9cb468b060135dc5f057b734db970da0f0c
[ "BSD-3-Clause" ]
4
2018-09-07T15:35:24.000Z
2019-03-27T09:48:12.000Z
pygame/src/base.c
CiubucAlexandra/Theremine-Projet-Micriprocesseurs
7670d9cb468b060135dc5f057b734db970da0f0c
[ "BSD-3-Clause" ]
371
2020-03-04T21:51:56.000Z
2022-03-31T20:59:11.000Z
pygame/src/base.c
CiubucAlexandra/Theremine-Projet-Micriprocesseurs
7670d9cb468b060135dc5f057b734db970da0f0c
[ "BSD-3-Clause" ]
3
2019-06-18T19:57:17.000Z
2020-11-06T03:55:08.000Z
/* pygame - Python Game Library Copyright (C) 2000-2001 Pete Shinners This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any lat...
25.85551
80
0.553815
[ "object", "shape" ]
6d325c6a2e5f2047bd880b91a8922d8999717cf3
1,430
h
C
tests/framework/ge_running_env/include/ge_running_env/ge_running_env_faker.h
mindspore-ai/graphengine
460406cbd691b963d125837f022be5d8abd1a637
[ "Apache-2.0" ]
207
2020-03-28T02:12:50.000Z
2021-11-23T18:27:45.000Z
tests/framework/ge_running_env/include/ge_running_env/ge_running_env_faker.h
mindspore-ai/graphengine
460406cbd691b963d125837f022be5d8abd1a637
[ "Apache-2.0" ]
4
2020-04-17T07:32:44.000Z
2021-06-26T04:55:03.000Z
tests/framework/ge_running_env/include/ge_running_env/ge_running_env_faker.h
mindspore-ai/graphengine
460406cbd691b963d125837f022be5d8abd1a637
[ "Apache-2.0" ]
13
2020-03-28T02:52:26.000Z
2021-07-03T23:12:54.000Z
/** * Copyright 2021 Huawei Technologies 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...
31.086957
75
0.776923
[ "vector" ]
6d33dc01f25251837938ae596b0172a2ceef33cf
959
c
C
llvm-gcc-4.2-2.9/libjava/testsuite/libjava.jni/iface.c
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
1
2016-04-09T02:58:13.000Z
2016-04-09T02:58:13.000Z
llvm-gcc-4.2-2.9/libjava/testsuite/libjava.jni/iface.c
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
llvm-gcc-4.2-2.9/libjava/testsuite/libjava.jni/iface.c
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
#include <stdlib.h> #include <stdio.h> #include <iface.h> void check (JNIEnv *); void check(JNIEnv *env) { if ((*env)->ExceptionCheck(env) != JNI_FALSE) { fprintf(stderr, "UNEXPECTED EXCEPTION\n"); exit(-1); } } void Java_iface_doCalls (JNIEnv *env, jobject self, jobject other) { jclass iface...
23.390244
76
0.650678
[ "object" ]
6d3c12e873297cfe33d54db0b25f402777becd86
3,774
h
C
include/agi/framebuffer.h
magnusl/agi
9a38917583bc29cdcac0a1f1a23590b1661f8d9d
[ "Apache-2.0" ]
null
null
null
include/agi/framebuffer.h
magnusl/agi
9a38917583bc29cdcac0a1f1a23590b1661f8d9d
[ "Apache-2.0" ]
null
null
null
include/agi/framebuffer.h
magnusl/agi
9a38917583bc29cdcac0a1f1a23590b1661f8d9d
[ "Apache-2.0" ]
null
null
null
#pragma once #include <vector> #include <stdint.h> #include <array> #include <assert.h> #include <iostream> namespace agi { using Points = std::vector<uint8_t>; enum Color { kBlack = 0, kBlue = 1, kGreen = 2, kCyan = 3, kRed = 4, kMagenta ...
26.577465
97
0.540806
[ "vector" ]
6d50f917e1a1b6564ea2174fb8b99feef09a1491
5,960
h
C
utils/AdmissibilityChecker.h
Multi-Agent-Research-Group/hog2
544d7c0e933fd69025944a0a3abcf9a40e59f0be
[ "MIT" ]
5
2020-08-03T09:43:26.000Z
2022-01-11T08:28:30.000Z
utils/AdmissibilityChecker.h
Multi-Agent-Research-Group/hog2
544d7c0e933fd69025944a0a3abcf9a40e59f0be
[ "MIT" ]
null
null
null
utils/AdmissibilityChecker.h
Multi-Agent-Research-Group/hog2
544d7c0e933fd69025944a0a3abcf9a40e59f0be
[ "MIT" ]
7
2017-07-31T13:01:28.000Z
2021-05-16T10:15:49.000Z
//============================================================================== // AdmissibilityChecker //============================================================================== #ifndef __AdmissibilityChecker__ #define __AdmissibilityChecker__ #include <stdint.h> #include <stdio.h> #include <vector> #include ...
34.853801
181
0.513423
[ "vector", "model" ]
6d5313d325262b2bcc6ac2c93b8674f858ab1be4
3,626
h
C
modules/core/include/statismo/core/ReducedVarianceModelBuilder.h
skn123/statismo-1
a380f33cf070d1c4ba624db8b0c6d946d2aecabf
[ "BSD-3-Clause" ]
14
2020-04-28T17:24:01.000Z
2021-07-20T11:54:59.000Z
modules/core/include/statismo/core/ReducedVarianceModelBuilder.h
latimagine/statismo
a380f33cf070d1c4ba624db8b0c6d946d2aecabf
[ "BSD-3-Clause" ]
8
2020-01-22T09:05:00.000Z
2021-06-29T10:10:24.000Z
modules/core/include/statismo/core/ReducedVarianceModelBuilder.h
latimagine/statismo
a380f33cf070d1c4ba624db8b0c6d946d2aecabf
[ "BSD-3-Clause" ]
6
2020-03-11T19:41:06.000Z
2021-09-07T12:57:20.000Z
/* * This file is part of the statismo library. * * Author: Marcel Luethi (marcel.luethi@unibas.ch) * * Copyright (c) 2011 University of Basel * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * ar...
36.26
117
0.785163
[ "vector", "model" ]
6d64225feeed0746252fd14c7574ad1ed2e19076
9,973
c
C
ext/image_convolution.c
ender672/ruby-vips
020a38bf92ff18b286fcce0993ec035d25a4610b
[ "MIT" ]
3
2015-11-05T01:31:54.000Z
2016-05-31T00:01:24.000Z
ext/image_convolution.c
ender672/ruby-vips
020a38bf92ff18b286fcce0993ec035d25a4610b
[ "MIT" ]
null
null
null
ext/image_convolution.c
ender672/ruby-vips
020a38bf92ff18b286fcce0993ec035d25a4610b
[ "MIT" ]
null
null
null
#include "ruby_vips.h" #include "image.h" #include "mask.h" #include "image_convolution.h" /* * call-seq: * im.conv(mask) -> image * * Convolve *self* with <i>mask</i>. The output image always has the same band format * as *self*. Non-complex images only. * * Each output pixel is calculated as sigma[i]{...
26.80914
86
0.656573
[ "object", "vector" ]
6d67c773f9e5be7d7de731727aa31f15a4a70291
4,509
h
C
ryanwc/crypto_lib/uint64_bits.h
ryanwc/classix-crypto
e65ffb96c8a4d93ed0041357ea2347d38f43abc8
[ "MIT" ]
null
null
null
ryanwc/crypto_lib/uint64_bits.h
ryanwc/classix-crypto
e65ffb96c8a4d93ed0041357ea2347d38f43abc8
[ "MIT" ]
null
null
null
ryanwc/crypto_lib/uint64_bits.h
ryanwc/classix-crypto
e65ffb96c8a4d93ed0041357ea2347d38f43abc8
[ "MIT" ]
null
null
null
#ifndef UINT64_BITS_H__ #define UINT64_BITS_H__ #include <iostream> #include <memory> #include <vector> namespace CustomCrypto { // Represent a source string as bits in a series of uint64_t. // Assumes total number of bits represented by given source string fits in int data type. // (Dev note: could ref...
41.75
141
0.65092
[ "vector" ]
6d67d984d745abe06f9fb90d733a51d52b49e690
4,250
h
C
src/esp/physics/PhysicsObjectBase.h
rutadesai/habitat-sim
851dc67c8ea3dd380f03542da73d627dc4ec9685
[ "MIT" ]
null
null
null
src/esp/physics/PhysicsObjectBase.h
rutadesai/habitat-sim
851dc67c8ea3dd380f03542da73d627dc4ec9685
[ "MIT" ]
null
null
null
src/esp/physics/PhysicsObjectBase.h
rutadesai/habitat-sim
851dc67c8ea3dd380f03542da73d627dc4ec9685
[ "MIT" ]
null
null
null
// Copyright (c) Facebook, Inc. and its affiliates. // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. #ifndef ESP_PHYSICS_PHYSICSOBJECTBASE_H_ #define ESP_PHYSICS_PHYSICSOBJECTBASE_H_ #include <Corrade/Containers/Optional.h> #include <Corrade...
29.929577
80
0.698588
[ "geometry", "object" ]
cd1797de95f7e997373eeb55ed9597386281fe93
1,246
h
C
docker/water/epanet/tags/ooten/ooten/ONValve.h
liujiamingustc/phd
4f815a738abad43531d02ac66f5bd0d9a1def52a
[ "Apache-2.0" ]
3
2021-01-06T03:01:18.000Z
2022-03-21T03:02:55.000Z
docker/water/epanet/tags/ooten/ooten/ONValve.h
liujiamingustc/phd
4f815a738abad43531d02ac66f5bd0d9a1def52a
[ "Apache-2.0" ]
null
null
null
docker/water/epanet/tags/ooten/ooten/ONValve.h
liujiamingustc/phd
4f815a738abad43531d02ac66f5bd0d9a1def52a
[ "Apache-2.0" ]
null
null
null
/* ******************************************************************* OOTEN: Object Oriented Toolkit for Epanet ONVALVE.H - Definition of OOTEN ONValve class VERSION: 1.00beta DATE: 13 June 2003 AUTHOR: JE van Zyl Rand Afrikaans University Johannesburg South Africa ...
26.510638
83
0.453451
[ "object" ]
cd1c3b8fe5dbcec0f9b85a6cd08e688af7b08bf5
5,371
h
C
slack/types.h
DEGoodmanWilson/plaidapi
ae993f45865811b8480e74466c3de88954f25b69
[ "MIT" ]
29
2015-12-21T21:46:10.000Z
2021-05-03T19:09:27.000Z
slack/types.h
DEGoodmanWilson/cpp-slack-client
ae993f45865811b8480e74466c3de88954f25b69
[ "MIT" ]
4
2016-07-10T04:22:25.000Z
2018-02-08T18:33:40.000Z
slack/types.h
DEGoodmanWilson/cpp-slack-client
ae993f45865811b8480e74466c3de88954f25b69
[ "MIT" ]
7
2017-08-16T17:00:11.000Z
2019-09-20T05:53:31.000Z
// // engine // // Copyright © 2015–2016 D.E. Goodman-Wilson. All rights reserved. // #pragma once #include <slack/fwd.h> #include <slack/set_option.h> #include <string> #include <vector> #include <map> #include <slack/optional.hpp> #define SLACK_MAKE_STRING_LIKE(x) class x : public std::string \ { \ public: \ ...
23.765487
90
0.653696
[ "vector" ]
cd2104f63ada4494464541696198fa4292712f76
13,644
c
C
Dmf/Modules.Library.Tests/Dmf_Tests_AlertableSleep.c
williambernardet/DMF
225c72d5434400409487db3803328a0e51c3a7cf
[ "MIT" ]
130
2018-08-07T11:36:38.000Z
2019-04-12T00:17:37.000Z
Dmf/Modules.Library.Tests/Dmf_Tests_AlertableSleep.c
QPC-database/DMF
3a532fd30abf1f37d8d02c2f9ee84e065200c8fa
[ "MIT" ]
32
2019-05-20T17:04:44.000Z
2022-03-30T20:40:18.000Z
Dmf/Modules.Library.Tests/Dmf_Tests_AlertableSleep.c
QPC-database/DMF
3a532fd30abf1f37d8d02c2f9ee84e065200c8fa
[ "MIT" ]
50
2019-06-06T09:20:13.000Z
2022-03-23T04:23:23.000Z
/*++ Copyright (c) Microsoft Corporation. All rights reserved. Module Name: Dmf_Tests_AlertableSleep.c Abstract: Functional tests for Dmf_AlertableSleep Module. Environment: Kernel-mode Driver Framework User-mode Driver Framework --*/ // DMF and this Module's Library spec...
30.185841
107
0.598871
[ "object" ]
cd2399f5f20d2ba56897bdf12c19a9747228b719
8,551
h
C
inc/VShowerParameters.h
GernotMaier/Eventdisplay
b244d65856ddc26ea8ef88af53d2b247e8d5936c
[ "BSD-3-Clause" ]
11
2019-12-10T13:34:46.000Z
2021-08-24T15:39:35.000Z
inc/VShowerParameters.h
Eventdisplay/Eventdisplay
01ef380cf53a44f95351960a297a2d4f271a4160
[ "BSD-3-Clause" ]
53
2019-11-19T13:14:36.000Z
2022-02-16T14:22:27.000Z
inc/VShowerParameters.h
pivosb/Eventdisplay
6b299a1d3f77ddb641f98a511a37a5045ddd6b47
[ "BSD-3-Clause" ]
3
2020-05-07T13:52:46.000Z
2021-06-25T09:49:21.000Z
//! VShowerParameters storage class for shower data #ifndef VSHOWERPARAMETERS_H #define VSHOWERPARAMETERS_H #include "VGlobalRunParameter.h" #include "TTree.h" #include <iostream> #include <stdint.h> #include <string> #include <vector> using namespace std; class VShowerParameters { private: bool fDebug...
45.243386
164
0.601801
[ "geometry", "vector" ]
cd3b27e2460bc211bf79eb126d23085568d2349b
939
h
C
sim/firesim-lib/src/main/cc/bridges/tracerv/tracerv_processing.h
GaloisInc/BESSPIN-firesim
0da74414291708563f9b512634d1315d53077e91
[ "Apache-2.0" ]
2
2021-07-18T06:04:44.000Z
2022-02-19T21:23:55.000Z
sim/firesim-lib/src/main/cc/bridges/tracerv/tracerv_processing.h
GaloisInc/BESSPIN-firesim
0da74414291708563f9b512634d1315d53077e91
[ "Apache-2.0" ]
null
null
null
sim/firesim-lib/src/main/cc/bridges/tracerv/tracerv_processing.h
GaloisInc/BESSPIN-firesim
0da74414291708563f9b512634d1315d53077e91
[ "Apache-2.0" ]
null
null
null
#ifndef TRACERV_PROCESSING_GUARD #define TRACERV_PROCESSING_GUARD #include <inttypes.h> #include <vector> #include <string> #include <iostream> #include <fstream> #include <ctype.h> class Instr { public: std::string instval; uint64_t addr; std::string label; std::string function_name; bool...
17.388889
78
0.657082
[ "vector" ]
cd4163a338be42137ca47d9d6c48e9f0da54391a
1,983
h
C
drivers/NVMSIM/test/bandwidth-1.9.3/OOC/Console.h
huqianshan/OperatingSystemAndCompiler
2117263d39e9166cfc5c32014ca2b875c7f97de2
[ "Unlicense" ]
1
2020-03-22T10:37:05.000Z
2020-03-22T10:37:05.000Z
code/NVMSIM/test/bandwidth-1.9.3/OOC/Console.h
huqianshan/linux-drivers-study
cb39f4e3821184abc46e46f9f0bfed7187ee11fa
[ "MIT" ]
null
null
null
code/NVMSIM/test/bandwidth-1.9.3/OOC/Console.h
huqianshan/linux-drivers-study
cb39f4e3821184abc46e46f9f0bfed7187ee11fa
[ "MIT" ]
null
null
null
/*============================================================================ Console, an object-oriented C console I/O class. Copyright (C) 2019 by Zack T Smith. Object-Oriented C is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published ...
32.508197
79
0.692385
[ "object" ]
cd45691b4b74d0f2ad65384600de7a35006e3626
2,027
h
C
lib/disk.h
noamran/atlas-system-agent
117025feedaa3108f7c6d2bb5c3628036a918fb0
[ "Apache-2.0" ]
6
2018-07-21T01:03:11.000Z
2020-04-16T03:39:51.000Z
lib/disk.h
noamran/atlas-system-agent
117025feedaa3108f7c6d2bb5c3628036a918fb0
[ "Apache-2.0" ]
13
2018-05-02T23:27:29.000Z
2021-09-21T20:45:44.000Z
lib/disk.h
noamran/atlas-system-agent
117025feedaa3108f7c6d2bb5c3628036a918fb0
[ "Apache-2.0" ]
7
2018-04-17T20:30:03.000Z
2021-08-16T21:30:20.000Z
#pragma once #include "monotonic_timer.h" #include "tagging_registry.h" #include <string> #include <sys/types.h> #include <unordered_map> #include <vector> namespace atlasagent { struct MountPoint { unsigned device_major; unsigned device_minor; std::string mount_point; std::string device; std::string fs_typ...
29.808824
98
0.75333
[ "vector" ]
cd4d463e916ef36d063c40b1f0153fd11be8dccf
751
c
C
mptcore/object/object_foreach.c
becm/mpt-base
49e8b2022b975b5e159088b5dd052d6b5e7afe6e
[ "0BSD" ]
3
2018-08-31T22:04:49.000Z
2020-06-12T07:00:25.000Z
mptcore/object/object_foreach.c
becm/mpt-base
49e8b2022b975b5e159088b5dd052d6b5e7afe6e
[ "0BSD" ]
null
null
null
mptcore/object/object_foreach.c
becm/mpt-base
49e8b2022b975b5e159088b5dd052d6b5e7afe6e
[ "0BSD" ]
null
null
null
/*! * call function for all object properties */ #include "object.h" static int get_property(void *ptr, MPT_STRUCT(property) *pr) { const MPT_INTERFACE(object) *obj = ptr; return obj->_vptr->property(obj, pr); } /*! * \ingroup mptObject * \brief process properties * * Process object properties matching trav...
25.033333
119
0.729694
[ "object" ]
cd5bf1308c5068346619a5f2624003773a4638f8
6,671
h
C
Common_3/ThirdParty/OpenSource/hlslparser/Parser/Parser/GLSLGenerator.h
RemiArnaud/The-Forge
70f5f4b544831ea3a51de2ad4a7f341fb1b971c5
[ "Apache-2.0" ]
18
2020-05-05T18:11:59.000Z
2021-12-16T07:07:46.000Z
Common_3/ThirdParty/OpenSource/hlslparser/Parser/Parser/GLSLGenerator.h
RemiArnaud/The-Forge
70f5f4b544831ea3a51de2ad4a7f341fb1b971c5
[ "Apache-2.0" ]
null
null
null
Common_3/ThirdParty/OpenSource/hlslparser/Parser/Parser/GLSLGenerator.h
RemiArnaud/The-Forge
70f5f4b544831ea3a51de2ad4a7f341fb1b971c5
[ "Apache-2.0" ]
6
2020-05-23T21:42:12.000Z
2021-08-09T13:44:02.000Z
//============================================================================= // // Render/GLSLGenerator.h // // Created by Max McGuire (max@unknownworlds.com) // Copyright (c) 2013, Unknown Worlds Entertainment, Inc. // //============================================================================= #ifndef GLSL_GEN...
33.691919
156
0.714586
[ "render", "vector" ]
cd60039274b22cc1d286bf66fd564b47cdee7071
2,994
h
C
third_party/WebKit/Source/modules/keyboard_lock/NavigatorKeyboardLock.h
metux/chromium-deb
3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2018-07-04T00:29:09.000Z
2020-07-05T09:24:59.000Z
third_party/WebKit/Source/modules/keyboard_lock/NavigatorKeyboardLock.h
metux/chromium-deb
3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
third_party/WebKit/Source/modules/keyboard_lock/NavigatorKeyboardLock.h
metux/chromium-deb
3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// 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 NavigatorKeyboardLock_h #define NavigatorKeyboardLock_h #include "bindings/core/v8/ScriptPromise.h" #include "core/frame/Navigator.h" #include "p...
40.459459
80
0.755177
[ "vector" ]
cd6acda07dfd2e38ac17304a7f97694645b0bb31
5,912
h
C
openmi/core/ops/cwise_ops_binary.h
ComputationalAdvertising/openmi
1d986ada6c57fecf482f4b8dc4d2488cb0189a3e
[ "Apache-2.0" ]
null
null
null
openmi/core/ops/cwise_ops_binary.h
ComputationalAdvertising/openmi
1d986ada6c57fecf482f4b8dc4d2488cb0189a3e
[ "Apache-2.0" ]
null
null
null
openmi/core/ops/cwise_ops_binary.h
ComputationalAdvertising/openmi
1d986ada6c57fecf482f4b8dc4d2488cb0189a3e
[ "Apache-2.0" ]
null
null
null
#ifndef OPENMI_CORE_OPS_CWISE_OPS_BINARY_H_ #define OPENMI_CORE_OPS_CWISE_OPS_BINARY_H_ #include "cwise_ops_binary_functor.h" #include "tensor_types.h" #include "numeric_op.h" namespace openmi { extern void UpdateOneVectorReshape(Tensor& t, uint64_t* reshape, int dim_size); extern void UpdateMultiDimReshape(Tensor...
33.213483
96
0.679635
[ "shape" ]
289eed52299ccac5bb48470ac46cd1d388812796
1,807
h
C
ui/ui_playerinfo.h
kugelrund/Elite-Reinforce
a2fe0c0480ff2d9cdc241b9e5416ee7f298f00ca
[ "DOC" ]
10
2017-07-04T14:38:48.000Z
2022-03-08T22:46:39.000Z
ui/ui_playerinfo.h
UberGames/SP-Mod-Source-Code
04e0e618d1ee57a2919f1a852a688c03b1aa155d
[ "DOC" ]
null
null
null
ui/ui_playerinfo.h
UberGames/SP-Mod-Source-Code
04e0e618d1ee57a2919f1a852a688c03b1aa155d
[ "DOC" ]
2
2017-04-23T18:24:44.000Z
2021-11-19T23:27:03.000Z
#ifndef __UI_PLAYERINFO_H__ #define __UI_PLAYERINFO_H__ #include "../game/bg_public.h" #include "../game/anims.h" //FIXME ripped from cg_local.h typedef struct { int oldFrame; int oldFrameTime; // time when ->oldFrame was exactly on int frame; int frameTime; // time when ->frame will be exactly on f...
24.093333
149
0.752075
[ "model" ]
28a08b35d03f8899205793e6a604f9d17fc4ea3d
889
h
C
Engine/src/Gameplay/Systems/DestroyableWallSystem.h
venCjin/GameEngineProject
d8bdc8fc7236d74f6ecb5e8a8a5211699cc84d22
[ "Apache-2.0" ]
1
2020-03-04T20:46:40.000Z
2020-03-04T20:46:40.000Z
Engine/src/Gameplay/Systems/DestroyableWallSystem.h
venCjin/GameEngineProject
d8bdc8fc7236d74f6ecb5e8a8a5211699cc84d22
[ "Apache-2.0" ]
null
null
null
Engine/src/Gameplay/Systems/DestroyableWallSystem.h
venCjin/GameEngineProject
d8bdc8fc7236d74f6ecb5e8a8a5211699cc84d22
[ "Apache-2.0" ]
null
null
null
#pragma once #include <ECS/SystemManager.h> #include <ECS/EventManager.h> #include <Gameplay/Components/DestroyableWall.h> #include <Gameplay/Components/Transform.h> namespace sixengine { SYSTEM(DestroyableWallSystem, DestroyableWall) { public: void OnStart(EventManager & eventManager) override { } voi...
20.674419
104
0.652418
[ "transform" ]
28b0979fa7ac1298d0adc49e94bcb947bfd5fcfa
4,585
h
C
sensorscheme/tos/lib/SensorScheme/SensorScheme.h
tinyos-io/tinyos-3.x-contrib
3aaf036722a2afc0c0aad588459a5c3e00bd3c01
[ "BSD-3-Clause", "MIT" ]
1
2020-02-28T20:35:09.000Z
2020-02-28T20:35:09.000Z
sensorscheme/tos/lib/SensorScheme/SensorScheme.h
tinyos-io/tinyos-3.x-contrib
3aaf036722a2afc0c0aad588459a5c3e00bd3c01
[ "BSD-3-Clause", "MIT" ]
null
null
null
sensorscheme/tos/lib/SensorScheme/SensorScheme.h
tinyos-io/tinyos-3.x-contrib
3aaf036722a2afc0c0aad588459a5c3e00bd3c01
[ "BSD-3-Clause", "MIT" ]
null
null
null
#ifndef SENSORSCHEME_H #define SENSORSCHEME_H #include "Types.h" #include "Macros.h" #include "SensorSchemeMsg.h" enum { AM_SSCOLLECT_MSG = 8, CL_SSCOLLECT_MSG = 9, CL_SSINTERCEPT_MSG = 10, COLLECTION_ROOTNODE = 0, }; enum { POOL_SIZE = 8, ROOT_QUEUE_SIZE = 8, SS_TICKS_PER_SECOND = 16, }; enum entryp...
26.051136
77
0.649945
[ "object" ]
28d115f3858cf171a3bbb878f184bbd4014a2b67
1,927
h
C
dev/Gems/WhiteBox/Code/Source/Asset/WhiteBoxMeshAssetUndoCommand.h
brianherrera/lumberyard
f85344403c1c2e77ec8c75deb2c116e97b713217
[ "AML" ]
1,738
2017-09-21T10:59:12.000Z
2022-03-31T21:05:46.000Z
dev/Gems/WhiteBox/Code/Source/Asset/WhiteBoxMeshAssetUndoCommand.h
ArchitectureStudios/lumberyard
f85344403c1c2e77ec8c75deb2c116e97b713217
[ "AML" ]
427
2017-09-29T22:54:36.000Z
2022-02-15T19:26:50.000Z
dev/Gems/WhiteBox/Code/Source/Asset/WhiteBoxMeshAssetUndoCommand.h
ArchitectureStudios/lumberyard
f85344403c1c2e77ec8c75deb2c116e97b713217
[ "AML" ]
671
2017-09-21T08:04:01.000Z
2022-03-29T14:30:07.000Z
/* * All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or * its licensors. * * For complete copyright and license terms please see the LICENSE at the root of this * distribution (the "License"). All use of this software is governed by the License, * or, if provided, by the license bel...
37.784314
100
0.714063
[ "vector" ]
28e3ebeb209d7761e859f319309cc9aee434ca9d
2,916
h
C
Native/iOS/Smartface/smflibs/SMFCore.framework/Versions/Current/Headers/Core/SpBrParcelable.h
smartface/sf-plugin-instabug
e1fdcd2c21f9bd1bc32ad6a303522426e1aa4c1a
[ "MIT" ]
1
2021-04-26T04:41:08.000Z
2021-04-26T04:41:08.000Z
Native/iOS/Smartface/smflibs/SMFCore.framework/Versions/A/Headers/Core/SpBrParcelable.h
smartface/sf-plugin-instabug
e1fdcd2c21f9bd1bc32ad6a303522426e1aa4c1a
[ "MIT" ]
null
null
null
Native/iOS/Smartface/smflibs/SMFCore.framework/Versions/A/Headers/Core/SpBrParcelable.h
smartface/sf-plugin-instabug
e1fdcd2c21f9bd1bc32ad6a303522426e1aa4c1a
[ "MIT" ]
2
2018-03-14T07:33:09.000Z
2019-05-07T07:12:07.000Z
/* * SpBrParcelable.h * * Created on: 28 Tem 2011 * Author: ugur */ #ifndef SPBRPARCELABLE_H_ #define SPBRPARCELABLE_H_ #include <vector> #include <pthread.h> #include "SpDefs.h" #include "SpEventGroup.h" #include "SpBrObject.h" #include "SpRefCounted.h" #include <pthread.h> #include "SpJs...
28.871287
123
0.692387
[ "object", "vector" ]
28e4115a3b5ccde8c52a15e2d33431fadea0a0fe
1,750
h
C
src/ModelField.h
fvutils/libvsc
1e52ad16fe3ca39e7807eee11e38ca30cb23f827
[ "Apache-2.0" ]
4
2021-08-04T07:42:55.000Z
2022-03-23T05:08:03.000Z
src/ModelField.h
fvutils/libvsc
1e52ad16fe3ca39e7807eee11e38ca30cb23f827
[ "Apache-2.0" ]
null
null
null
src/ModelField.h
fvutils/libvsc
1e52ad16fe3ca39e7807eee11e38ca30cb23f827
[ "Apache-2.0" ]
1
2020-11-20T02:36:49.000Z
2020-11-20T02:36:49.000Z
/* * ModelField.h * * Created on: Sep 24, 2021 * Author: mballance */ #pragma once #include <memory> #include <string> #include <vector> #include "IAccept.h" #include "ModelConstraint.h" #include "ModelVal.h" #include "TypeField.h" namespace vsc { using ModelFieldFlags=uint32_t; static const uint32_t Mode...
20.588235
69
0.711429
[ "vector" ]
28e5adb7865128b232f66826602448d11ea92209
2,170
h
C
ElectromagnetismProject/ElectromagnetismProjectComp/Renderer.h
psobolew-co/ElectromagneticsApp
078c94b710dc97c6e55df5388266d243e20c7462
[ "MIT" ]
1
2017-04-27T02:55:37.000Z
2017-04-27T02:55:37.000Z
ElectromagnetismProject/ElectromagnetismProjectComp/Renderer.h
psobolew-co/ElectromagneticsApp
078c94b710dc97c6e55df5388266d243e20c7462
[ "MIT" ]
null
null
null
ElectromagnetismProject/ElectromagnetismProjectComp/Renderer.h
psobolew-co/ElectromagneticsApp
078c94b710dc97c6e55df5388266d243e20c7462
[ "MIT" ]
null
null
null
#pragma once #include "Direct3DUtilities/Direct3DBase.h" #include "Board/VectorBoard.h" // Includes VectorCell.h #include "UI/Slider.h" #include "Enums/AppState.h" #include "ChargedObjects/ElectricObjectManager.h" #include "ChargedObjects/MagneticObject.h" #include "ChargedObjects/Puck.h" #include <map> static int S...
31.449275
122
0.803226
[ "render", "vector" ]
93a3445cc064b8407c231f6815175544ef647450
7,074
h
C
apps/moterm/moterm_driver.h
zbowling/mojo
4d2ed40dc2390ca98a6fea0580e840535878f11c
[ "BSD-3-Clause" ]
1
2020-04-28T14:35:10.000Z
2020-04-28T14:35:10.000Z
apps/moterm/moterm_driver.h
zbowling/mojo
4d2ed40dc2390ca98a6fea0580e840535878f11c
[ "BSD-3-Clause" ]
null
null
null
apps/moterm/moterm_driver.h
zbowling/mojo
4d2ed40dc2390ca98a6fea0580e840535878f11c
[ "BSD-3-Clause" ]
1
2020-04-28T14:35:11.000Z
2020-04-28T14:35:11.000Z
// Copyright 2015 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. // |MotermDriver| is a class providing a |mojo.files.File| interface, // implementing termios-type features (e.g., line editing; TODO(vtl): lots to do // ...
39.741573
80
0.694091
[ "object" ]
93a4f1587eaeda53798252442c82786b4872a405
6,504
h
C
Osiris/InventoryChanger/GameItems/Storage.h
real-Shigure/Osiris
758c5aa1532a9e3d855941c382edaf899a88dc76
[ "MIT" ]
null
null
null
Osiris/InventoryChanger/GameItems/Storage.h
real-Shigure/Osiris
758c5aa1532a9e3d855941c382edaf899a88dc76
[ "MIT" ]
null
null
null
Osiris/InventoryChanger/GameItems/Storage.h
real-Shigure/Osiris
758c5aa1532a9e3d855941c382edaf899a88dc76
[ "MIT" ]
null
null
null
#pragma once #include <string_view> #include <vector> #include "Item.h" #include "../StaticData.h" namespace game_items { class Storage { public: void addPatch(int id, ItemName name, EconRarity rarity, std::string_view inventoryImage) { patchKits.emplace_back(id, name); addItem(Item::patch(...
32.683417
199
0.685578
[ "vector" ]
93a697fbeb393664c20502f22f63e5997b15ebe2
1,324
h
C
mlir/include/mlir/Dialect/Linalg/ComprehensiveBufferize/ComprehensiveBufferize.h
yuriykoch/llvm
c4ce4f0feb46ec7dd4235fa2709609be06fb2153
[ "Apache-2.0" ]
605
2019-10-18T01:15:54.000Z
2022-03-31T14:31:04.000Z
mlir/include/mlir/Dialect/Linalg/ComprehensiveBufferize/ComprehensiveBufferize.h
yuriykoch/llvm
c4ce4f0feb46ec7dd4235fa2709609be06fb2153
[ "Apache-2.0" ]
3,180
2019-10-18T01:21:21.000Z
2022-03-31T23:25:41.000Z
mlir/include/mlir/Dialect/Linalg/ComprehensiveBufferize/ComprehensiveBufferize.h
yuriykoch/llvm
c4ce4f0feb46ec7dd4235fa2709609be06fb2153
[ "Apache-2.0" ]
275
2019-10-18T05:27:22.000Z
2022-03-30T09:04:21.000Z
//===- ComprehensiveBufferize.h - Linalg bufferization pass -----*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
34.842105
80
0.730363
[ "object", "vector" ]
93bc88b171891621c61cb074f1c5789e4f10b65e
17,342
h
C
Src/LFramework/COM/ComObject.h
L-proger/LFramework
e43cd53c091465e015b2aef22f4b855e22308455
[ "MIT" ]
3
2020-07-25T18:39:29.000Z
2021-11-07T08:36:19.000Z
Src/LFramework/COM/ComObject.h
L-proger/LFramework
e43cd53c091465e015b2aef22f4b855e22308455
[ "MIT" ]
null
null
null
Src/LFramework/COM/ComObject.h
L-proger/LFramework
e43cd53c091465e015b2aef22f4b855e22308455
[ "MIT" ]
null
null
null
#pragma once #include <LFramework/Detect/DetectOS.h> #include <LFramework/Guid.h> #include <LFramework/TypeTraits/FunctionTraits.h> #include <cstdint> #include <type_traits> #include <atomic> #include <string> #include <vector> #if (LF_TARGET_OS == LF_OS_WINDOWS) || (LF_TARGET_OS == LF_OS_CYGWIN) #define LFRAMEWORK_...
29.343486
170
0.666128
[ "vector" ]
93cd9cf3d882d6b40ea69d106a2fed75aefcf717
2,597
h
C
include/IzSQLUtilities/SQLFunctions.h
Izowiuz/iz-sql-utilities
307a5c791f4e83b13e9a54dfec60fcd4c24b2ca3
[ "MIT" ]
1
2019-07-11T07:05:03.000Z
2019-07-11T07:05:03.000Z
include/IzSQLUtilities/SQLFunctions.h
Izowiuz/iz-sql-utilities
307a5c791f4e83b13e9a54dfec60fcd4c24b2ca3
[ "MIT" ]
null
null
null
include/IzSQLUtilities/SQLFunctions.h
Izowiuz/iz-sql-utilities
307a5c791f4e83b13e9a54dfec60fcd4c24b2ca3
[ "MIT" ]
null
null
null
#pragma once #include "IzSQLUtilities/IzSQLUtilities_Enums.h" #include "IzSQLUtilities/IzSQLUtilities_Global.h" #include <QObject> #include <QSharedPointer> #include <QSqlError> #include <QVariantMap> namespace IzSQLUtilities { class IZSQLUTILITIESSHARED_EXPORT SQLFunctions : public QObject { Q_OBJE...
38.761194
219
0.722757
[ "object" ]
93d861bc7b5c66148fd45e1b203456bfc0ef7e3c
2,125
h
C
arch/dev/RPC_unix.h
svp-dev/mgsim
0abd708f3c48723fc233f6c53f3e638129d070fa
[ "MIT" ]
7
2016-03-01T13:16:59.000Z
2021-08-20T07:41:43.000Z
arch/dev/RPC_unix.h
svp-dev/mgsim
0abd708f3c48723fc233f6c53f3e638129d070fa
[ "MIT" ]
null
null
null
arch/dev/RPC_unix.h
svp-dev/mgsim
0abd708f3c48723fc233f6c53f3e638129d070fa
[ "MIT" ]
5
2015-04-20T14:29:38.000Z
2018-12-29T11:09:17.000Z
// -*- c++ -*- #ifndef RPC_UNIX_H #define RPC_UNIX_H #include <arch/dev/RPC.h> #include <sim/inspect.h> #include <vector> #include <dirent.h> namespace Simulator { class UnixInterface : public Object, public IRPCServiceProvider, public Inspect::Interface<Inspect::Info> { typedef int HostFD; ...
30.357143
109
0.616
[ "object", "vector" ]
93e172b82fc7ddd94eb3d22bf670245781e1631b
4,640
h
C
include/EarlyAnalysis/OilAllusionResolution.h
OutOfTheVoid/OakC
773934cc52bd4433f95c8c2de1ee231b8de4d0ad
[ "MIT" ]
1
2017-04-11T16:33:37.000Z
2017-04-11T16:33:37.000Z
include/EarlyAnalysis/OilAllusionResolution.h
OutOfTheVoid/OakC
773934cc52bd4433f95c8c2de1ee231b8de4d0ad
[ "MIT" ]
null
null
null
include/EarlyAnalysis/OilAllusionResolution.h
OutOfTheVoid/OakC
773934cc52bd4433f95c8c2de1ee231b8de4d0ad
[ "MIT" ]
null
null
null
#ifndef EARLYANALYSIS_OILALLUSIONRESOLUTION_H #define EARLYANALYSIS_OILALLUSIONRESOLUTION_H #include <vector> #include <unordered_map> #include <string> class OilNamespaceDefinition; class OilBindingStatement; class OilConstStatement; class OilTypeDefinition; class OilFunctionDefinition; class OilTraitDefinition; cla...
30.12987
110
0.787931
[ "vector" ]
93ed57e8be1245a53679d9b4fa96fec48a96902f
11,202
c
C
libs/r3d/r3d.c
ands/libr3d
d421d44757e14b8120086a6b1912bc6bea0f6998
[ "MIT" ]
11
2016-07-19T02:30:26.000Z
2020-04-10T20:21:55.000Z
libs/r3d/r3d.c
ands/libr3d
d421d44757e14b8120086a6b1912bc6bea0f6998
[ "MIT" ]
null
null
null
libs/r3d/r3d.c
ands/libr3d
d421d44757e14b8120086a6b1912bc6bea0f6998
[ "MIT" ]
null
null
null
/********************************* * r3d -- 3D rendering library * * author: Andreas Mantler (ands) * *********************************/ #include <string.h> #include <r3d.h> typedef void (*r3d_primitive_rasterizer_func)(const float *in); static void r3d_points_rasterizer(const float *in); static void r3d_lines_ras...
31.55493
152
0.707552
[ "render", "3d" ]
93f2ae3863266feab594f80f0794aed69d39d9f1
2,147
h
C
daemon/src/pipeline/pipeline_ops.h
strykeforce/deadeye
09d791e5fe0677f4d1890c7fc86ab2075725cca7
[ "MIT" ]
1
2020-01-30T05:21:37.000Z
2020-01-30T05:21:37.000Z
daemon/src/pipeline/pipeline_ops.h
strykeforce/deadeye
09d791e5fe0677f4d1890c7fc86ab2075725cca7
[ "MIT" ]
31
2019-10-14T10:11:02.000Z
2022-03-27T20:05:45.000Z
daemon/src/pipeline/pipeline_ops.h
strykeforce/deadeye
09d791e5fe0677f4d1890c7fc86ab2075725cca7
[ "MIT" ]
null
null
null
#pragma once #include <opencv2/imgproc.hpp> namespace deadeye { inline void MaskFrame(const cv::Mat& frame, cv::Mat& output, const cv::Scalar& low, const cv::Scalar& high) { cv::cvtColor(frame, output, cv::COLOR_BGR2HSV); cv::inRange(output, (low), (high), output); } using Contours = std::v...
31.115942
79
0.623661
[ "vector" ]
75c97c0cc2fb046e8499f137ecbb9c326d4454ea
1,178
c
C
third_party/python/Python/initsite.c
appotry/cosmopolitan
af4687cc3f2331a23dc336183ab58fe001cda082
[ "ISC" ]
null
null
null
third_party/python/Python/initsite.c
appotry/cosmopolitan
af4687cc3f2331a23dc336183ab58fe001cda082
[ "ISC" ]
null
null
null
third_party/python/Python/initsite.c
appotry/cosmopolitan
af4687cc3f2331a23dc336183ab58fe001cda082
[ "ISC" ]
null
null
null
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Python 3 ...
34.647059
80
0.497453
[ "object" ]
75eb7e877d0e9a956672a1849303882c7262cfc7
2,430
h
C
gnuradio-3.7.13.4/gr-dtv/lib/atsc/atsc_deinterleaver_impl.h
v1259397/cosmic-gnuradio
64c149520ac6a7d44179c3f4a38f38add45dd5dc
[ "BSD-3-Clause" ]
1
2021-03-09T07:32:37.000Z
2021-03-09T07:32:37.000Z
gnuradio-3.7.13.4/gr-dtv/lib/atsc/atsc_deinterleaver_impl.h
v1259397/cosmic-gnuradio
64c149520ac6a7d44179c3f4a38f38add45dd5dc
[ "BSD-3-Clause" ]
null
null
null
gnuradio-3.7.13.4/gr-dtv/lib/atsc/atsc_deinterleaver_impl.h
v1259397/cosmic-gnuradio
64c149520ac6a7d44179c3f4a38f38add45dd5dc
[ "BSD-3-Clause" ]
null
null
null
/* -*- c++ -*- */ /* * Copyright 2014 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3, or (at your option...
31.973684
76
0.687243
[ "vector", "transform" ]
2f04363266a3f0b047f69f86fdb135a910868729
1,015
h
C
MegamanX3/MegamanX3/Sprite.h
quangnghiauit/game
3c0537f96342c6fcb89cf5f3541acfef75b558f1
[ "MIT" ]
null
null
null
MegamanX3/MegamanX3/Sprite.h
quangnghiauit/game
3c0537f96342c6fcb89cf5f3541acfef75b558f1
[ "MIT" ]
null
null
null
MegamanX3/MegamanX3/Sprite.h
quangnghiauit/game
3c0537f96342c6fcb89cf5f3541acfef75b558f1
[ "MIT" ]
null
null
null
#pragma once #ifndef Sprite_H_ #define Sprite_H_ #include <d3d9.h> #include<d3dx9.h> #include<vector> using namespace std; #include"MyTexture.h" class Sprite { public: MyTexture* texture; int current_frame; int number_of_frame; int animation_time; int animation_count_time; vector<RECT*> List_source_rect; publi...
17.5
76
0.71133
[ "render", "vector" ]
2f06ac984831db14adc5e5cde9b4fbd4b941f097
10,318
c
C
src/libgrate/vertex_disasm.c
Decatf/grate
d09cc85f849a1b3d0430abbf016b47dcad24cfef
[ "MIT" ]
64
2015-01-09T02:29:09.000Z
2022-03-30T19:45:07.000Z
src/libgrate/vertex_disasm.c
Decatf/grate
d09cc85f849a1b3d0430abbf016b47dcad24cfef
[ "MIT" ]
48
2015-01-23T17:01:46.000Z
2020-05-18T14:29:04.000Z
src/libgrate/vertex_disasm.c
Decatf/grate
d09cc85f849a1b3d0430abbf016b47dcad24cfef
[ "MIT" ]
13
2015-01-23T15:26:00.000Z
2021-03-23T17:21:28.000Z
/* * Copyright (c) 2016 Dmitry Osipenko <digetx@gmail.com> * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy,...
21.860169
77
0.67736
[ "vector" ]
2f0f30944c4de45d02feb89c8c13d984e510f7e5
2,960
h
C
include/entities/MeshGeometry_t.h
guillaumetousignant/another_path_tracer
2738b32f91443ce15d1e7ab8ab77903bdfca695b
[ "MIT" ]
1
2019-08-08T12:19:45.000Z
2019-08-08T12:19:45.000Z
include/entities/MeshGeometry_t.h
guillaumetousignant/another_path_tracer
2738b32f91443ce15d1e7ab8ab77903bdfca695b
[ "MIT" ]
38
2019-07-11T16:18:00.000Z
2021-09-16T14:54:36.000Z
include/entities/MeshGeometry_t.h
guillaumetousignant/another_path_tracer
2738b32f91443ce15d1e7ab8ab77903bdfca695b
[ "MIT" ]
null
null
null
#ifndef APTRACER_MESHGEOMETRY_T_H #define APTRACER_MESHGEOMETRY_T_H #include "entities/Vec3f.h" #include <string> #include <vector> namespace APTracer { namespace Entities { /** * @brief The mesh geometry class represents a geometry made up of points and triangular faces. * * Mesh geo...
48.52459
243
0.588176
[ "mesh", "geometry", "object", "vector" ]
2f1df46b5734a7b8cde52be32eb8cda4e95b7d6b
3,198
h
C
DEM/Src/nebula2/inc/deformers/nmeshdeformer.h
moltenguy1/deusexmachina
134f4ca4087fff791ec30562cb250ccd50b69ee1
[ "MIT" ]
2
2017-04-30T20:24:29.000Z
2019-02-12T08:36:26.000Z
DEM/Src/nebula2/inc/deformers/nmeshdeformer.h
moltenguy1/deusexmachina
134f4ca4087fff791ec30562cb250ccd50b69ee1
[ "MIT" ]
null
null
null
DEM/Src/nebula2/inc/deformers/nmeshdeformer.h
moltenguy1/deusexmachina
134f4ca4087fff791ec30562cb250ccd50b69ee1
[ "MIT" ]
null
null
null
#ifndef N_MESHDEFORMER_H #define N_MESHDEFORMER_H //------------------------------------------------------------------------------ /** @class nMeshDeformer @ingroup Deformers @brief Base class for mesh deformers running on the CPU. While using vertex shaders for mesh deformation is a good thing, ...
23.514706
81
0.462164
[ "mesh" ]
2f1e05c672d3dd1d06f7f62d2dfc7e4ee11db984
8,724
c
C
tests/test-vector.c
sonaljain067/cap-containers
aced38c009e37444aeac50fa99d31097c55414cc
[ "MIT" ]
7
2021-03-27T07:54:14.000Z
2022-02-14T14:57:12.000Z
tests/test-vector.c
sonaljain067/cap-containers
aced38c009e37444aeac50fa99d31097c55414cc
[ "MIT" ]
27
2021-03-25T04:46:26.000Z
2021-09-17T17:09:38.000Z
tests/test-vector.c
sonaljain067/cap-containers
aced38c009e37444aeac50fa99d31097c55414cc
[ "MIT" ]
3
2021-05-08T18:06:41.000Z
2021-08-31T14:55:15.000Z
#include "internal/test-helper.h" #include <vector.h> #define _print_number(foo, val) printf("%s: %d\n", foo, val) #define _print_all_numbers(vector, size) \ for (size_t i = 0; i < size; i++) { printf("%d\n", *(int *)vector[i]); } bool predicate_fn_one(void *data) { if (*(int *)...
38.263158
80
0.698991
[ "vector" ]
2f25abcd22c6988cf5faecfc48488a7cdb3f6116
8,080
h
C
pdb/src/computations/headers/Computation.h
yuxineverforever/plinycompute
c639d5307a438a850ad00f87880e7be4f17cbb2d
[ "Apache-2.0" ]
1
2020-02-21T06:11:13.000Z
2020-02-21T06:11:13.000Z
pdb/src/computations/headers/Computation.h
yuxineverforever/plinycompute
c639d5307a438a850ad00f87880e7be4f17cbb2d
[ "Apache-2.0" ]
null
null
null
pdb/src/computations/headers/Computation.h
yuxineverforever/plinycompute
c639d5307a438a850ad00f87880e7be4f17cbb2d
[ "Apache-2.0" ]
null
null
null
/***************************************************************************** * * * Copyright 2018 Rice University * * * * ...
34.678112
142
0.594307
[ "object", "vector" ]
2f25f1768db011ba1b14a09dc63aad340de2c060
5,634
h
C
gameanalytics/include/GameAnalyticsDefold.h
BigButtonCo/GA-SDK-DEFOLD
4e6d663de5483aa7c4758c573fe32cc52f36423f
[ "MIT" ]
null
null
null
gameanalytics/include/GameAnalyticsDefold.h
BigButtonCo/GA-SDK-DEFOLD
4e6d663de5483aa7c4758c573fe32cc52f36423f
[ "MIT" ]
null
null
null
gameanalytics/include/GameAnalyticsDefold.h
BigButtonCo/GA-SDK-DEFOLD
4e6d663de5483aa7c4758c573fe32cc52f36423f
[ "MIT" ]
1
2021-07-05T16:08:47.000Z
2021-07-05T16:08:47.000Z
#pragma once #include <dmsdk/script/script.h> #include <vector> #include "CharArray.h" namespace gameanalytics { namespace defold { enum EGAResourceFlowType { Source = 1, Sink = 2 }; enum EGAProgressionStatus { Start = 1, ...
45.435484
203
0.65513
[ "vector" ]
2f28ed6ecae9fbdc3841ffcf38fcef654ec0d143
790
h
C
src/tools.h
mpavezb/CarND-Extended-Kalman-Filter-Project
15678e1c8889ec90e78722f2025aad585e01920d
[ "MIT" ]
null
null
null
src/tools.h
mpavezb/CarND-Extended-Kalman-Filter-Project
15678e1c8889ec90e78722f2025aad585e01920d
[ "MIT" ]
null
null
null
src/tools.h
mpavezb/CarND-Extended-Kalman-Filter-Project
15678e1c8889ec90e78722f2025aad585e01920d
[ "MIT" ]
null
null
null
#ifndef TOOLS_H_ #define TOOLS_H_ #include <vector> #include "Eigen/Dense" class Tools { public: /** * Constructor. */ Tools(); /** * Destructor. */ virtual ~Tools(); /** * A helper method to calculate RMSE. */ Eigen::VectorXd CalculateRMSE( const std::vector<Eigen::VectorXd> &...
18.372093
71
0.648101
[ "vector" ]
2f2d68099ded348c5c75a0a8ba8ffcf0f4970e66
3,865
h
C
gpslam/slam/RangeBearingFactor2DLinear.h
mmattamala/gpslam
09446606bf8867fc601b40778ff1923a7e9be400
[ "BSD-3-Clause" ]
102
2017-08-31T13:15:33.000Z
2022-03-18T16:01:42.000Z
gpslam/slam/RangeBearingFactor2DLinear.h
SUQIGUANG/gpslam
2c15aacd2000ac2358c0f87c9f7b38cf658fe47d
[ "BSD-3-Clause" ]
2
2018-10-13T11:55:58.000Z
2020-09-18T09:21:15.000Z
gpslam/slam/RangeBearingFactor2DLinear.h
SUQIGUANG/gpslam
2c15aacd2000ac2358c0f87c9f7b38cf658fe47d
[ "BSD-3-Clause" ]
48
2017-08-31T03:46:02.000Z
2021-12-28T12:35:33.000Z
/** * @file RangeBearingFactor2DLinear.h * @brief range + bearing factor for 2D linear pose * @author Xinyan Yan, Jing Dong * @date Nov 3, 2015 **/ #pragma once #include <gtsam/geometry/Pose2.h> #include <gtsam/nonlinear/NonlinearFactor.h> #include <gtsam/base/Vector.h> namespace gpslam { /** * range an...
29.503817
115
0.649677
[ "geometry", "vector", "model" ]
2f3970bfe409f61edca1702a28141590e12b3eae
1,369
h
C
include/algotradingAPI.h
kknet/JSTrader
22e280275ca98216ad0ab05c0ec4a471dd9545fd
[ "MIT" ]
33
2017-08-25T09:27:53.000Z
2021-04-11T06:20:44.000Z
include/algotradingAPI.h
mcFore/JSTrader
ad7eeafa097a2e6564efa5be6c63718f0d1515ea
[ "MIT" ]
null
null
null
include/algotradingAPI.h
mcFore/JSTrader
ad7eeafa097a2e6564efa5be6c63718f0d1515ea
[ "MIT" ]
24
2017-07-11T04:18:53.000Z
2021-06-14T01:46:41.000Z
#ifndef ALGOTRADINGAPI_H #define ALGOTRADINGAPI_H #include<vector> #include<string> #include<memory> #include"json11/json11.h" #include"structs.hpp" #include"mongocxx.hpp" #include"strategytemplate.h" class StrategyTemplate; class AlgoTradingAPI { public: virtual std::vector<std::string> sendOrder(const s...
48.892857
161
0.759679
[ "vector" ]
2f423ce7709ab54fde909a4ae16d64b33a2ae213
7,923
h
C
Server/Shared/include/InfoCoordinatePacket.h
wayfinder/Wayfinder-Server
a688546589f246ee12a8a167a568a9c4c4ef8151
[ "BSD-3-Clause" ]
4
2015-08-17T20:12:22.000Z
2020-05-30T19:53:26.000Z
Server/Shared/include/InfoCoordinatePacket.h
wayfinder/Wayfinder-Server
a688546589f246ee12a8a167a568a9c4c4ef8151
[ "BSD-3-Clause" ]
null
null
null
Server/Shared/include/InfoCoordinatePacket.h
wayfinder/Wayfinder-Server
a688546589f246ee12a8a167a568a9c4c4ef8151
[ "BSD-3-Clause" ]
null
null
null
/* 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 condit...
34.75
755
0.679162
[ "object", "vector" ]
920f9bef3e05e993519c08ed65e1534945469e5a
2,328
c
C
hw/ip/prim/dv/prim_present/crypto_dpi_present/crypto_dpi_present.c
GregAC/opentitan
40b607b776d7b10cfc2899cc0d724d00dc0c91a2
[ "Apache-2.0" ]
1,375
2019-11-05T15:11:00.000Z
2022-03-28T17:50:43.000Z
hw/ip/prim/dv/prim_present/crypto_dpi_present/crypto_dpi_present.c
GregAC/opentitan
40b607b776d7b10cfc2899cc0d724d00dc0c91a2
[ "Apache-2.0" ]
7,045
2019-11-05T16:05:45.000Z
2022-03-31T23:08:08.000Z
hw/ip/prim/dv/prim_present/crypto_dpi_present/crypto_dpi_present.c
GregAC/opentitan
40b607b776d7b10cfc2899cc0d724d00dc0c91a2
[ "Apache-2.0" ]
428
2019-11-05T15:00:20.000Z
2022-03-28T15:34:57.000Z
// Copyright lowRISC contributors. // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 #include "present.inc" #include "svdpi.h" typedef unsigned long long int ull_t; // Helper function used only by this C file. // Returns the key schedule corresponding ...
35.815385
78
0.687715
[ "model" ]
92100d2149bd0031a53b2aaef06834f5a67c66ab
432
h
C
BaiDuMusic/BaiDuMusic/Classes/Tools/Category/UIImage+Shape.h
Spacecup/BaiDuMusicDemo
c48da7ddccb23687a7ddcff9f60ae19569356ea6
[ "MIT" ]
1
2016-04-02T15:42:13.000Z
2016-04-02T15:42:13.000Z
BaiDuMusic/BaiDuMusic/Classes/Tools/Category/UIImage+Shape.h
Spacecup/BaiDuMusicDemo
c48da7ddccb23687a7ddcff9f60ae19569356ea6
[ "MIT" ]
null
null
null
BaiDuMusic/BaiDuMusic/Classes/Tools/Category/UIImage+Shape.h
Spacecup/BaiDuMusicDemo
c48da7ddccb23687a7ddcff9f60ae19569356ea6
[ "MIT" ]
null
null
null
// // UIImage+Shape.h // BaiDuMusic // // Created by 余丽丽 on 15/10/31. // Copyright © 2015年 余丽丽. All rights reserved. // #import <UIKit/UIKit.h> @interface UIImage (Shape) /// 根据图片信息,返回圆形的图片 /// /// @param name 图片名称 /// @param borderWidth 边框宽度 /// @param borderColor 边框颜色 /// /// @return +(instancetype...
19.636364
120
0.673611
[ "shape" ]
9215f86b13c80e9deefe699cdf823e769f4ae534
1,208
h
C
kernel/include/cpu/interrupts.h
zhiayang/nx
0d9da881f67ec351244abd72e1f3884816b48f5b
[ "Apache-2.0" ]
16
2019-03-14T19:45:02.000Z
2022-02-06T19:18:08.000Z
kernel/include/cpu/interrupts.h
zhiayang/nx
0d9da881f67ec351244abd72e1f3884816b48f5b
[ "Apache-2.0" ]
1
2020-05-08T08:40:02.000Z
2020-05-08T13:27:59.000Z
kernel/include/cpu/interrupts.h
zhiayang/nx
0d9da881f67ec351244abd72e1f3884816b48f5b
[ "Apache-2.0" ]
2
2021-01-16T20:42:05.000Z
2021-12-01T23:37:18.000Z
// interrupts.h // Copyright (c) 2019, zhiayang // Licensed under the Apache License Version 2.0. #pragma once #include <stddef.h> #include "stdint.h" namespace nx { namespace scheduler { struct Thread; struct Process; } namespace interrupts { void init(); void enable(); void disable(); void resetN...
16.777778
86
0.692053
[ "vector" ]
921f69839d046555cce7fcaa6b3d58cc2af51bb2
23,543
c
C
benchmarks/source/superh/ALPBench/Ray_Trace/tachyon/src/camera.c
rhudson2802/sunflower-simulator
9f55e03c9d80c024a75029d0e842cc5c92f31c82
[ "BSD-3-Clause" ]
7
2016-05-07T13:38:33.000Z
2019-07-08T03:42:24.000Z
benchmarks/source/superh/ALPBench/Ray_Trace/tachyon/src/camera.c
rhudson2802/sunflower-simulator
9f55e03c9d80c024a75029d0e842cc5c92f31c82
[ "BSD-3-Clause" ]
80
2019-08-27T14:43:46.000Z
2020-12-16T11:56:19.000Z
benchmarks/source/superh/ALPBench/Ray_Trace/tachyon/src/camera.c
rhudson2802/sunflower-simulator
9f55e03c9d80c024a75029d0e842cc5c92f31c82
[ "BSD-3-Clause" ]
98
2019-08-30T14:29:16.000Z
2020-11-21T18:22:13.000Z
/* * camera.c - This file contains all of the functions for doing camera work. * * $Id: camera.c,v 1.45 2004/05/31 03:56:23 johns Exp $ */ #include "machine.h" #include "types.h" #include "macros.h" #include "vector.h" #include "camera.h" #include "util.h" #include "intersect.h" /* * camera_init() * take ca...
34.878519
84
0.601538
[ "vector" ]
922b86d5dd6e6d6d3faa919275191d56bf36bceb
2,749
h
C
include/h5geo/h5well.h
kerim371/h5geo
a023d8c667ff002de361e8184165e6d72e510bde
[ "MIT" ]
1
2021-06-17T23:40:52.000Z
2021-06-17T23:40:52.000Z
include/h5geo/h5well.h
tierra-colada/h5geo
1d577f4194c0f7826a3e584742fc9714831ec368
[ "MIT" ]
null
null
null
include/h5geo/h5well.h
tierra-colada/h5geo
1d577f4194c0f7826a3e584742fc9714831ec368
[ "MIT" ]
null
null
null
#ifndef H5WELL_H #define H5WELL_H #include "h5baseobject.h" #include <Eigen/Dense> class H5WellContainer; class H5DevCurve; class H5LogCurve; class H5Well : public H5BaseObject { protected: virtual ~H5Well() = default; public: /// logType maybe empty virtual H5LogCurve* getLogCurve( const std::string &...
29.55914
81
0.684976
[ "vector" ]
923e060f0967f2899333a2f5589fbe6e4c7a6b2c
7,318
h
C
camera/hal/intel/ipu6/include/ia_imaging/ia_view_types.h
dgreid/platform2
9b8b30df70623c94f1c8aa634dba94195343f37b
[ "BSD-3-Clause" ]
4
2020-07-24T06:54:16.000Z
2021-06-16T17:13:53.000Z
camera/hal/intel/ipu6/include/ia_imaging/ia_view_types.h
dgreid/platform2
9b8b30df70623c94f1c8aa634dba94195343f37b
[ "BSD-3-Clause" ]
1
2021-04-02T17:35:07.000Z
2021-04-02T17:35:07.000Z
camera/hal/intel/ipu6/include/ia_imaging/ia_view_types.h
dgreid/platform2
9b8b30df70623c94f1c8aa634dba94195343f37b
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (C) 2017-2020 Intel 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 ...
33.113122
145
0.723148
[ "vector" ]
92489eb2cd7f9de847da4534da4863132a59f858
6,001
h
C
uuv_world_plugins/uuv_world_ros_plugins/include/uuv_world_ros_plugins/UnderwaterCurrentROSPlugin.h
oKermorgant/Plankton
ce21579792122b05d27f147ab66f515001ccb733
[ "Apache-2.0", "BSD-3-Clause" ]
79
2020-09-30T22:19:07.000Z
2022-03-27T12:30:58.000Z
uuv_world_plugins/uuv_world_ros_plugins/include/uuv_world_ros_plugins/UnderwaterCurrentROSPlugin.h
oKermorgant/Plankton
ce21579792122b05d27f147ab66f515001ccb733
[ "Apache-2.0", "BSD-3-Clause" ]
17
2020-10-05T01:01:49.000Z
2022-03-04T13:58:53.000Z
uuv_world_plugins/uuv_world_ros_plugins/include/uuv_world_ros_plugins/UnderwaterCurrentROSPlugin.h
oKermorgant/Plankton
ce21579792122b05d27f147ab66f515001ccb733
[ "Apache-2.0", "BSD-3-Clause" ]
22
2020-10-27T14:42:48.000Z
2022-03-25T10:41:51.000Z
// Copyright (c) 2020 The Plankton Authors. // All rights reserved. // // This source code is derived from UUV Simulator // (https://github.com/uuvsimulator/uuv_simulator) // Copyright (c) 2016-2019 The UUV Simulator Authors // licensed under the Apache 2 license // cf. 3rd-party-licenses.txt file in the root directory...
43.172662
94
0.758374
[ "model" ]
92536c946333fb9ebab184987d6c7ce880a34a7f
2,042
h
C
src/quad.h
Roninkoi/Corium
1b6c9bfa5bbc1ef852c4e2769f80f83a1e9291ef
[ "MIT" ]
1
2018-07-17T06:09:13.000Z
2018-07-17T06:09:13.000Z
src/quad.h
Ronin748/Corium
1b6c9bfa5bbc1ef852c4e2769f80f83a1e9291ef
[ "MIT" ]
2
2019-09-18T19:41:59.000Z
2019-12-10T13:55:01.000Z
src/quad.h
Roninkoi/Corium
1b6c9bfa5bbc1ef852c4e2769f80f83a1e9291ef
[ "MIT" ]
null
null
null
// // Created by Roninkoi on 18.12.2015. // #ifndef CORIUM_QUAD_H #define CORIUM_QUAD_H #include "mesh.h" #include "texture.h" #include "util/quadIsect.h" class Quad : public Mesh { public: Texture tex; Phys phys; void update() { objMatrix = phys.getMatrix(); vertexData = transform(vertex...
19.825243
83
0.541136
[ "mesh", "transform" ]
9254adf257cafcfd7021d7443d3e543b1aecf318
668
h
C
tinyember/TinyEmberPlusRouter/TinyEmberPlusRouter/model/model.h
purefunsolutions/ember-plus
d022732f2533ad697238c6b5210d7fc3eb231bfc
[ "BSL-1.0" ]
78
2015-07-31T14:46:38.000Z
2022-03-28T09:28:28.000Z
tinyember/TinyEmberPlusRouter/TinyEmberPlusRouter/model/model.h
purefunsolutions/ember-plus
d022732f2533ad697238c6b5210d7fc3eb231bfc
[ "BSL-1.0" ]
81
2015-08-03T07:58:19.000Z
2022-02-28T16:21:19.000Z
tinyember/TinyEmberPlusRouter/TinyEmberPlusRouter/model/model.h
purefunsolutions/ember-plus
d022732f2533ad697238c6b5210d7fc3eb231bfc
[ "BSL-1.0" ]
49
2015-08-03T12:53:10.000Z
2022-03-17T17:25:49.000Z
/* Copyright (C) 2012-2016 Lawo GmbH (http://www.lawo.com). 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) */ #ifndef __TINYEMBERROUTER_MODEL_H #define __TINYEMBERROUTER_MODEL_H // convenience header to inc...
29.043478
91
0.77994
[ "model" ]
925a10fdcc98885eb25529441c6c96ec21946919
2,959
h
C
include/dpp/guild.h
DragonDev15/DPP
633bc18f336c07eda1c7de186f4d5d0744cf1acd
[ "Apache-2.0" ]
null
null
null
include/dpp/guild.h
DragonDev15/DPP
633bc18f336c07eda1c7de186f4d5d0744cf1acd
[ "Apache-2.0" ]
null
null
null
include/dpp/guild.h
DragonDev15/DPP
633bc18f336c07eda1c7de186f4d5d0744cf1acd
[ "Apache-2.0" ]
null
null
null
#pragma once namespace dpp { enum region { r_brazil, r_central_europe, r_hong_kong, r_india, r_japan, r_russia, r_singapore, r_south_africa, r_sydney, r_us_central, r_us_east, r_us_south, r_us_west, r_western_europe }; enum guild_flags { g_large = 0b00000000000000000001, g_unavailable = 0b00000...
23.299213
83
0.782697
[ "vector" ]
f37483caf8f191a402866dcfeaa16475f9291ba5
16,841
h
C
dc/include/tencentcloud/dc/v20180410/model/InternetAddressDetail.h
TencentCloud/tencentcloud-sdk-cpp-intl-en
752c031f5ad2c96868183c5931eae3a42dd5ae6c
[ "Apache-2.0" ]
1
2022-01-27T09:27:34.000Z
2022-01-27T09:27:34.000Z
dc/include/tencentcloud/dc/v20180410/model/InternetAddressDetail.h
TencentCloud/tencentcloud-sdk-cpp-intl-en
752c031f5ad2c96868183c5931eae3a42dd5ae6c
[ "Apache-2.0" ]
null
null
null
dc/include/tencentcloud/dc/v20180410/model/InternetAddressDetail.h
TencentCloud/tencentcloud-sdk-cpp-intl-en
752c031f5ad2c96868183c5931eae3a42dd5ae6c
[ "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 ...
39.532864
116
0.520219
[ "vector", "model" ]
f379bb3d87b0da7d2ed8a2944408f2e983084987
4,895
c
C
nitan/kungfu/skill/bingpo-shenzhen/bing.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
1
2019-03-27T07:25:16.000Z
2019-03-27T07:25:16.000Z
nitan/kungfu/skill/bingpo-shenzhen/bing.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
nitan/kungfu/skill/bingpo-shenzhen/bing.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
#include <ansi.h> #include <combat.h> inherit F_SSERVER; string name() { return HIG "寒冰針" NOR; } #include "/kungfu/skill/eff_msg.h"; int perform(object me, object target) { int skill, n; int ap, dp, p, damage; string msg, pmsg; object weapon; int level; if (! target)...
36.529851
80
0.4476
[ "object" ]
f37dcef99da733c2ad9c8a895db0cfd8a10a93b2
2,911
h
C
addons/ofxCvGui/src/ofxCvGui/Utils/Utils.h
syeminpark/openFrame
2d117bf86ae58dbc2d5d0ddc6727f14e5627e6e6
[ "MIT" ]
null
null
null
addons/ofxCvGui/src/ofxCvGui/Utils/Utils.h
syeminpark/openFrame
2d117bf86ae58dbc2d5d0ddc6727f14e5627e6e6
[ "MIT" ]
null
null
null
addons/ofxCvGui/src/ofxCvGui/Utils/Utils.h
syeminpark/openFrame
2d117bf86ae58dbc2d5d0ddc6727f14e5627e6e6
[ "MIT" ]
null
null
null
#pragma once #include "ofxSingleton.h" #include "ofRectangle.h" #include "ofColor.h" #include "ofCamera.h" #include "ofGraphics.h" #include <glm/glm.hpp> #include <vector> #include <string> //#define OFXCVGUI_DISBALE_SCISSOR #define OFXCVGUI_TEXT_BACKGROUND 0x46 #define OFXCVGUI_TEXT_SIZE 15 namespace ofxCvGui { ...
31.641304
242
0.749914
[ "vector", "3d" ]
f38707051f21d7b3fd2f305b3e826edca585dfcc
510
h
C
negele/quad.h
cheshyre/negele-srg-solver-cpp
9510a40665480508c28de784f9af2eb4c7e6c0ae
[ "MIT" ]
null
null
null
negele/quad.h
cheshyre/negele-srg-solver-cpp
9510a40665480508c28de784f9af2eb4c7e6c0ae
[ "MIT" ]
null
null
null
negele/quad.h
cheshyre/negele-srg-solver-cpp
9510a40665480508c28de784f9af2eb4c7e6c0ae
[ "MIT" ]
null
null
null
// Copyright 2020 Matthias Heinz #ifndef NEGELE_QUAD_H_ #define NEGELE_QUAD_H_ #include <tuple> #include <vector> namespace negele { namespace quad { /** * @brief Get the gauss legendre quadrature object * * @param num_pts * @param x_min * @param x_max * @return std::tuple<std::vector, std::vector> */ std::tu...
19.615385
71
0.723529
[ "object", "vector" ]
f3902120c2c80ef251eb6f0744bf7d341e93ee63
507
h
C
JAERO/fftwrapper.h
Roethenbach/JAERO
753a4409507a356489f3635b93dc16955c8cf01a
[ "MIT" ]
152
2015-12-02T01:38:42.000Z
2022-03-29T10:41:37.000Z
JAERO/fftwrapper.h
Roethenbach/JAERO
753a4409507a356489f3635b93dc16955c8cf01a
[ "MIT" ]
59
2015-12-02T02:11:24.000Z
2022-03-21T02:48:11.000Z
JAERO/fftwrapper.h
Roethenbach/JAERO
753a4409507a356489f3635b93dc16955c8cf01a
[ "MIT" ]
38
2015-12-07T16:24:03.000Z
2021-12-25T15:44:27.000Z
#ifndef FFTWRAPPER_H #define FFTWRAPPER_H #include <QVector> #include <complex> #include "jfft.h" //underlying fft still uses the type in the kiss_fft_type in the c stuff template<typename T> class FFTWrapper { public: FFTWrapper(int nfft, bool inverse, bool kissfft_scaling=true); ~FFTWrapper(); void tra...
21.125
90
0.710059
[ "transform" ]
f3937e9192e12619714e0cfcc4e59a3886ff2fc4
1,029
h
C
deploy/android_demo/app/src/main/cpp/common.h
ninetailskim/PaddleOCR
5586dbf42511517d00dc541070e0c5e094587c72
[ "Apache-2.0" ]
21
2020-12-01T14:00:40.000Z
2022-03-29T03:26:10.000Z
deploy/android_demo/app/src/main/cpp/common.h
ninetailskim/PaddleOCR
5586dbf42511517d00dc541070e0c5e094587c72
[ "Apache-2.0" ]
3
2021-04-28T09:22:27.000Z
2022-01-05T11:16:40.000Z
deploy/android_demo/app/src/main/cpp/common.h
ninetailskim/PaddleOCR
5586dbf42511517d00dc541070e0c5e094587c72
[ "Apache-2.0" ]
9
2021-01-26T01:46:00.000Z
2021-04-27T00:42:05.000Z
// // Created by fu on 4/25/18. // #pragma once #import <vector> #import <numeric> #ifdef __ANDROID__ #include <android/log.h> #define LOG_TAG "OCR_NDK" #define LOGI(...) \ __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) #define LOGW(...) \ __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_AR...
21
76
0.653061
[ "vector" ]
f3a32980108d0644c2898a33e7607284fff12ab0
1,671
h
C
sample-chat-obj-c/sample-chat/Components/ChatScreen/Views/ChatCollectionView/ChatCollectionViewFlowLayout/ChatCollectionViewFlowLayout.h
SafetyCulture/quickblox-ios-sdk
3ead25767a33cde72ca669ed050ca87fcee262a9
[ "BSD-3-Clause" ]
397
2015-01-05T16:56:41.000Z
2021-12-30T09:30:21.000Z
sample-chat-obj-c/sample-chat/Components/ChatScreen/Views/ChatCollectionView/ChatCollectionViewFlowLayout/ChatCollectionViewFlowLayout.h
usama2razzaq/quickblox-ios-sdk
05a2b08e0c212a6fcf1328e1faf91e2922b07755
[ "BSD-3-Clause" ]
1,022
2015-01-02T08:32:03.000Z
2022-03-03T09:05:13.000Z
sample-chat-obj-c/sample-chat/Components/ChatScreen/Views/ChatCollectionView/ChatCollectionViewFlowLayout/ChatCollectionViewFlowLayout.h
usama2razzaq/quickblox-ios-sdk
05a2b08e0c212a6fcf1328e1faf91e2922b07755
[ "BSD-3-Clause" ]
334
2015-01-06T17:06:59.000Z
2022-03-24T08:10:14.000Z
// // ChatCollectionViewFlowLayout.h // samplechat // // Created by Injoit on 2/25/19. // Copyright © 2019 Quickblox. All rights reserved. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @class ChatCollectionView; /** * The `ChatCollectionViewFlowLayout` is a concrete layout object that inherits * from `...
27.85
115
0.75763
[ "object" ]
f3a91785f4f7098d28a4ad21e20f4e63aca75401
17,119
h
C
multimedia/directx/dplay/dplay4/protocol/arpstruc.h
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
multimedia/directx/dplay/dplay4/protocol/arpstruc.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
multimedia/directx/dplay/dplay4/protocol/arpstruc.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/*++ Copyright (c) 1997 Microsoft Corporation Module Name: ARPSTRUC.H Abstract: Structure definitions for the ARP protocol implementation Author: Aaron Ogus (aarono) Environment: Win32/COM Revision History: Date Author Description ======= ====== ======================...
38.383408
133
0.609615
[ "object" ]
f3e2d667a60854d463e714065c6ba8b7ca46e329
8,300
h
C
lib/EMBOSS-6.6.0/ajax/core/ajcod.h
alegione/CodonShuffle
bd6674b2eb21ee144a39d6d1e9b7264aba887240
[ "MIT" ]
5
2016-11-11T21:57:49.000Z
2021-07-27T14:13:31.000Z
lib/EMBOSS-6.6.0/ajax/core/ajcod.h
frantallukas10/CodonShuffle
4c408e1a8617f2a52dcb0329bba9617e1be17313
[ "MIT" ]
4
2016-05-15T07:56:25.000Z
2020-05-20T05:21:48.000Z
lib/EMBOSS-6.6.0/ajax/core/ajcod.h
frantallukas10/CodonShuffle
4c408e1a8617f2a52dcb0329bba9617e1be17313
[ "MIT" ]
10
2015-08-19T20:37:46.000Z
2020-04-07T06:49:23.000Z
/* @include ajcod ************************************************************* ** ** AJAX codon functions ** ** @author Copyright (C) 1999 Alan Bleasby ** @version $Revision: 1.27 $ ** @modified Aug 07 ajb First version ** @modified $Date: 2011/10/18 14:23:40 $ by $Author: rice $ ** @@ ** ** This library is free softw...
38.073394
79
0.603976
[ "object" ]
f3e3607bdc9fc245c97c4ade1b3788e65460643d
14,488
h
C
src/GUI-qt/plugins/AdvancedColorMaps/ColorMapExtended.h
OpenCMISS-Dependencies/cube
bb425e6f75ee5dbdf665fa94b241b48deee11505
[ "Cube" ]
null
null
null
src/GUI-qt/plugins/AdvancedColorMaps/ColorMapExtended.h
OpenCMISS-Dependencies/cube
bb425e6f75ee5dbdf665fa94b241b48deee11505
[ "Cube" ]
null
null
null
src/GUI-qt/plugins/AdvancedColorMaps/ColorMapExtended.h
OpenCMISS-Dependencies/cube
bb425e6f75ee5dbdf665fa94b241b48deee11505
[ "Cube" ]
2
2016-09-19T00:16:05.000Z
2021-03-29T22:06:45.000Z
/**************************************************************************** ** CUBE http://www.scalasca.org/ ** ***************************************************************************** ** Copyright (c) 1998-2016 ** ** Fors...
25.065744
103
0.54307
[ "vector" ]
1391dbc884eb3adcb4c1088a0a775a0e18c82f21
649
h
C
MapView.h
archibate/Rocketist
28f70e3714fff31b3dbe8d559cbdfd3457fd2c40
[ "MIT" ]
null
null
null
MapView.h
archibate/Rocketist
28f70e3714fff31b3dbe8d559cbdfd3457fd2c40
[ "MIT" ]
null
null
null
MapView.h
archibate/Rocketist
28f70e3714fff31b3dbe8d559cbdfd3457fd2c40
[ "MIT" ]
null
null
null
#pragma once #include <vector> #include "GLView.h" #include "FutureTrackRender.h" #include "BasicVessel.h" class OrbiterM; class Orbit_APZ; class MapView : public GLView { private: const Orbit_APZ &orbitAPZ; const BasicVessel &orbiter; const std::vector<OrbiterM> &orbitees; public: FutureTrackRender futureTrack...
20.28125
64
0.745763
[ "vector" ]
1395580a68a04d7c6f2be244b639b13041498d31
539
h
C
include/IRPrinter.h
BrandonKi/ARCVM
f60f95f31f54791c093f35c5f395ad49524951d7
[ "MIT" ]
2
2021-10-03T20:50:57.000Z
2022-01-29T03:23:18.000Z
include/IRPrinter.h
BrandonKi/ARCVM
f60f95f31f54791c093f35c5f395ad49524951d7
[ "MIT" ]
null
null
null
include/IRPrinter.h
BrandonKi/ARCVM
f60f95f31f54791c093f35c5f395ad49524951d7
[ "MIT" ]
null
null
null
#ifndef ARCVM_IRPRINTER_H #define ARCVM_IRPRINTER_H #include "Common.h" #include <iostream> namespace arcvm { namespace IRPrinter { void print(Module*, i32 indent = 0); void print(Function*, i32 = 0, i32 indent = 0); void print(std::vector<Type>&, i32&, i32 indent = 0); void print(std::vector<Attribute>&, i32 inde...
21.56
53
0.692022
[ "vector" ]
139d806adc16cd7f8d5b71d84acbf85e46d09435
3,141
h
C
device/fido/u2f_register.h
zipated/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
device/fido/u2f_register.h
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
device/fido/u2f_register.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 DEVICE_FIDO_U2F_REGISTER_H_ #define DEVICE_FIDO_U2F_REGISTER_H_ #include <memory> #include <set> #include <string> #include <vector> #include "b...
36.523256
77
0.75772
[ "vector" ]
13b90b01b413821b30c7cd7becb71bb05599bd5f
6,243
h
C
Utilities/VisItBridge/avt/Database/Ghost/avtDomainBoundaries.h
aashish24/paraview-climate-3.11.1
c8ea429f56c10059dfa4450238b8f5bac3208d3a
[ "BSD-3-Clause" ]
1
2016-09-08T14:47:11.000Z
2016-09-08T14:47:11.000Z
Utilities/VisItBridge/avt/Database/Ghost/avtDomainBoundaries.h
aashish24/paraview-climate-3.11.1
c8ea429f56c10059dfa4450238b8f5bac3208d3a
[ "BSD-3-Clause" ]
null
null
null
Utilities/VisItBridge/avt/Database/Ghost/avtDomainBoundaries.h
aashish24/paraview-climate-3.11.1
c8ea429f56c10059dfa4450238b8f5bac3208d3a
[ "BSD-3-Clause" ]
null
null
null
/***************************************************************************** * * Copyright (c) 2000 - 2010, Lawrence Livermore National Security, LLC * Produced at the Lawrence Livermore National Laboratory * LLNL-CODE-400124 * All rights reserved. * * This file is part of VisIt. For details, see https://visit.llnl...
45.23913
82
0.559186
[ "vector" ]
13c4f8e6d5d060ee4124995c70ef495d042e21ca
1,544
h
C
include/graphics/format/oisb.h
Nielsbishere/oish_gen
16ad8b8b35120793ad7550de0b094e4972c0a494
[ "MIT" ]
null
null
null
include/graphics/format/oisb.h
Nielsbishere/oish_gen
16ad8b8b35120793ad7550de0b094e4972c0a494
[ "MIT" ]
1
2018-05-27T10:04:22.000Z
2018-05-27T10:04:22.000Z
include/graphics/format/oisb.h
Nielsbishere/oish_gen
16ad8b8b35120793ad7550de0b094e4972c0a494
[ "MIT" ]
null
null
null
#pragma once #include <template/enum.h> namespace oi { struct SLFile; namespace gc { class Graphics; struct ShaderBufferInfo; DEnum(SBHeaderVersion, u8, Undefined = 0, v0_1 = 1 ); enum class SBHeaderFlag : u8 { IS_WRITE = 0x1U, IS_STORAGE = 0x2U, IS_ALLOCATED = 0x4U }; struct SBHeade...
15.755102
86
0.650907
[ "vector" ]
13cd8a7f66400a6f3071835b6628757d70db9202
19,196
h
C
minisat/core/SolverTypes.h
jia-kai/minisatcs
21b5a73db7adac660040f999481a8f8b018d77e5
[ "MIT" ]
3
2020-12-24T08:14:09.000Z
2021-12-21T11:39:04.000Z
minisat/core/SolverTypes.h
jia-kai/minisatcs
21b5a73db7adac660040f999481a8f8b018d77e5
[ "MIT" ]
null
null
null
minisat/core/SolverTypes.h
jia-kai/minisatcs
21b5a73db7adac660040f999481a8f8b018d77e5
[ "MIT" ]
null
null
null
/***********************************************************************************[SolverTypes.h] Copyright (c) 2003-2006, Niklas Een, Niklas Sorensson Copyright (c) 2007-2010, Niklas Sorensson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation ...
31.993333
100
0.583715
[ "vector" ]
13cebd8fffc599b86c5dcbdce5704207564c7518
505
h
C
src/include/list.h
allangagnon/SimpleList
95e5721d30b8caa93268eee02a90a16f6cc0fbcd
[ "MIT" ]
1
2020-05-23T00:12:53.000Z
2020-05-23T00:12:53.000Z
src/include/list.h
allangagnon/SimpleList
95e5721d30b8caa93268eee02a90a16f6cc0fbcd
[ "MIT" ]
null
null
null
src/include/list.h
allangagnon/SimpleList
95e5721d30b8caa93268eee02a90a16f6cc0fbcd
[ "MIT" ]
null
null
null
#include <iostream> #include <vector> using namespace std; class List { private: protected: public: List(){ //constructor } ~List(){ //destructor } vector<string> list; vector<vector<string>> mainList; string name; int...
18.703704
40
0.516832
[ "vector" ]
13d481eaf5860c9a61bac425921b24cca095ffaf
20,007
c
C
src/session-native.c
odilitime/session-native
435e8dadad67689440344df54523f9632478a514
[ "MIT" ]
1
2021-02-16T13:15:06.000Z
2021-02-16T13:15:06.000Z
src/session-native.c
odilitime/session-native
435e8dadad67689440344df54523f9632478a514
[ "MIT" ]
1
2021-02-16T13:15:42.000Z
2021-02-23T18:17:35.000Z
src/session-native.c
odilitime/session-native
435e8dadad67689440344df54523f9632478a514
[ "MIT" ]
null
null
null
#include <stdio.h> #include <stdlib.h> #include <string.h> // for strdup ssize_t getline(char **linep, size_t *np, FILE *stream); #include <sodium.h> #include "include/opengem/network/http/http.h" // for makeUrlRequest #include "include/opengem/network/protocols.h" #include "include/opengem/ui/components/component_...
34.083475
121
0.682061
[ "render" ]