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
450d40f87b0f38e68bfc7f0b912fcd9fbd492e71
2,031
h
C
dbj++attempto/object_store/dbj_object_store.h
dbj-systems/dbj-laboratorium
ea497f9b68b78797d11bdc41b0f23a310c9325a9
[ "CC0-1.0" ]
2
2019-09-22T12:13:20.000Z
2019-10-24T04:17:33.000Z
dbj++attempto/object_store/dbj_object_store.h
dbj-systems/dbj-laboratorium
ea497f9b68b78797d11bdc41b0f23a310c9325a9
[ "CC0-1.0" ]
9
2019-03-06T06:52:56.000Z
2021-06-14T16:54:11.000Z
dbj++attempto/object_store/dbj_object_store.h
dbj-systems/dbj-laboratorium
ea497f9b68b78797d11bdc41b0f23a310c9325a9
[ "CC0-1.0" ]
1
2019-10-18T14:16:27.000Z
2019-10-18T14:16:27.000Z
#pragma once #include <string_view> #include <any> #include <map> namespace dbj::odm { using namespace std; // keep string_view as the hash made from it // users provide object keys as strings struct object_key { using value_type = size_t; // typename hash<string_view>::result_type; object_key(string_vi...
19.911765
65
0.657804
[ "object" ]
450f37e78146507d8c42a62b1d532c048f7bb185
529
h
C
src/fitparser.h
TheSufferfest/node-fit
88bdbab0c54c8e6f9b67298ec300d23b7a54e94f
[ "MIT" ]
1
2021-10-13T15:18:57.000Z
2021-10-13T15:18:57.000Z
src/fitparser.h
WahooFitness/node-fit
88bdbab0c54c8e6f9b67298ec300d23b7a54e94f
[ "MIT" ]
1
2018-09-26T17:38:03.000Z
2018-09-26T17:38:03.000Z
src/fitparser.h
WahooFitness/node-fit
88bdbab0c54c8e6f9b67298ec300d23b7a54e94f
[ "MIT" ]
1
2020-09-28T09:22:46.000Z
2020-09-28T09:22:46.000Z
#ifndef FITPARSER_H #define FITPARSER_H #include <node.h> #include <node_object_wrap.h> class FitParser : public node::ObjectWrap { public: static void Init(v8::Local<v8::Object> exports); private: FitParser(); ~FitParser(); static void New(const v8::FunctionCallbackInfo<v8::Value> &args); ...
23
71
0.706994
[ "object" ]
4544da2c121969f4f0133f030f8cac336aafb38a
1,023
h
C
include/SDRP/Core/Core.h
wrren/srdp
075b361df9f63129776af848ab07382b6d8da909
[ "MIT" ]
null
null
null
include/SDRP/Core/Core.h
wrren/srdp
075b361df9f63129776af848ab07382b6d8da909
[ "MIT" ]
null
null
null
include/SDRP/Core/Core.h
wrren/srdp
075b361df9f63129776af848ab07382b6d8da909
[ "MIT" ]
null
null
null
/************************************************************************ * Radicle Design * * Service Discovery Routing Protocol * * * * Author: Warren Kenny <warren.kenny@gmail.com> * * Platforms: ns-2, Unix, Windows * * * * Copyright 2010 Radicle Design. All rights reserved...
24.95122
74
0.59433
[ "vector" ]
45487a95e4d71a6f5931727a2fe0b6d378719609
999
c
C
Module-1/Encapsulation/encap2.c
JackieG19/OOP-Csharp
e9b87ea5c44acb8693985fc8ad545cc99f9d2952
[ "MIT" ]
null
null
null
Module-1/Encapsulation/encap2.c
JackieG19/OOP-Csharp
e9b87ea5c44acb8693985fc8ad545cc99f9d2952
[ "MIT" ]
null
null
null
Module-1/Encapsulation/encap2.c
JackieG19/OOP-Csharp
e9b87ea5c44acb8693985fc8ad545cc99f9d2952
[ "MIT" ]
null
null
null
/* Constructors are often used to specify initial or default values for data members within the new object, as shown by the following example: */ // Adding a Constructor public class DrinksMachine { public int Age { get; set; } public DrinksMachine() { Age = 0; } } /*A constructor that takes no para...
35.678571
100
0.757758
[ "object" ]
bf969f4b3325886cdeab699509fdfb7b77f68a8d
1,248
h
C
src/core/PipeLib/WinNamedPipe.h
hongweimao/dragonfly
8028ca28fc42097b15402414c3cab2b74daf0873
[ "BSD-3-Clause" ]
14
2016-09-06T02:15:18.000Z
2021-01-08T17:46:17.000Z
src/core/PipeLib/WinNamedPipe.h
hongweimao/dragonfly
8028ca28fc42097b15402414c3cab2b74daf0873
[ "BSD-3-Clause" ]
1
2019-03-06T18:24:15.000Z
2020-01-28T07:18:15.000Z
src/core/PipeLib/WinNamedPipe.h
hongweimao/dragonfly
8028ca28fc42097b15402414c3cab2b74daf0873
[ "BSD-3-Clause" ]
7
2017-10-02T19:24:15.000Z
2021-01-08T17:46:59.000Z
////////////////////////////////////////////////////////////////////// // // WinNamedPipe - represents one end of a bi-directional local named // pipe on a Windows system #ifndef _WINNAMEDPIPE_H_ #define _WINNAMEDPIPE_H_ #include "UPipe.h" extern "C" { #include "../../Util/PipeIO.h" } class WinNamedPipe : publ...
20.459016
70
0.690705
[ "object" ]
bf97ae3d1ec5674997f35da835bec549f80dde62
2,298
h
C
Pod/Classes/Core/Operation Queue/OPExclusivityController.h
pronebird/Operative
31a7bb2897fff0a82de78a3ed4dc759d89affc51
[ "MIT" ]
null
null
null
Pod/Classes/Core/Operation Queue/OPExclusivityController.h
pronebird/Operative
31a7bb2897fff0a82de78a3ed4dc759d89affc51
[ "MIT" ]
null
null
null
Pod/Classes/Core/Operation Queue/OPExclusivityController.h
pronebird/Operative
31a7bb2897fff0a82de78a3ed4dc759d89affc51
[ "MIT" ]
null
null
null
// OPExclusivityController.h // Copyright (c) 2015 Tom Wilson <tom@toms-stuff.net> // // 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 ...
43.358491
90
0.770235
[ "object" ]
bf9b4ad387a08249806995a8a552676012989d51
3,839
h
C
include/h5rd/File.h
readdy/readdy
ef400db60a29107672a7f2bc42f6c3db4de34eb0
[ "BSD-3-Clause" ]
51
2015-02-24T18:19:34.000Z
2022-03-30T06:57:47.000Z
include/h5rd/File.h
readdy/h5rd
bfcd8a7cd68bb37bf94ca0d2705826289da4c9f1
[ "BSD-3-Clause" ]
81
2016-05-25T22:29:39.000Z
2022-03-28T14:22:18.000Z
include/h5rd/File.h
readdy/h5rd
bfcd8a7cd68bb37bf94ca0d2705826289da4c9f1
[ "BSD-3-Clause" ]
15
2015-03-10T03:16:49.000Z
2021-10-11T11:26:39.000Z
/******************************************************************** * Copyright © 2018 Computational Molecular Biology Group, * * Freie Universität Berlin (GER) * * * * Redistribution and use in source and ...
35.878505
119
0.581662
[ "object", "vector" ]
bfac60c61695563738c8c53c33346266bbecf908
3,067
h
C
openbmc/build/tmp/deploy/sdk/witherspoon-2019-08-08/sysroots/armv6-openbmc-linux-gnueabi/usr/src/debug/libnl/1_3.4.0-r0/libnl-3.4.0/include/netlink/netlink.h
sotaoverride/backup
ca53a10b72295387ef4948a9289cb78ab70bc449
[ "Apache-2.0" ]
null
null
null
openbmc/build/tmp/deploy/sdk/witherspoon-2019-08-08/sysroots/armv6-openbmc-linux-gnueabi/usr/src/debug/libnl/1_3.4.0-r0/libnl-3.4.0/include/netlink/netlink.h
sotaoverride/backup
ca53a10b72295387ef4948a9289cb78ab70bc449
[ "Apache-2.0" ]
null
null
null
openbmc/build/tmp/deploy/sdk/witherspoon-2019-08-08/sysroots/armv6-openbmc-linux-gnueabi/usr/src/debug/libnl/1_3.4.0-r0/libnl-3.4.0/include/netlink/netlink.h
sotaoverride/backup
ca53a10b72295387ef4948a9289cb78ab70bc449
[ "Apache-2.0" ]
null
null
null
/* * netlink/netlink.h Netlink Interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2013 Thomas Graf <tgraf@suug.ch> *...
31.295918
78
0.684056
[ "object" ]
bfb58990f65cd2ded6153efeaacaddce5175337e
2,353
c
C
fmu10/src/models/vanDerPol/vanDerPol.c
chrbertsch/FMUSDK_fork
dcbcecf597c349e849806c3c437be6a60900d552
[ "BSD-2-Clause" ]
null
null
null
fmu10/src/models/vanDerPol/vanDerPol.c
chrbertsch/FMUSDK_fork
dcbcecf597c349e849806c3c437be6a60900d552
[ "BSD-2-Clause" ]
null
null
null
fmu10/src/models/vanDerPol/vanDerPol.c
chrbertsch/FMUSDK_fork
dcbcecf597c349e849806c3c437be6a60900d552
[ "BSD-2-Clause" ]
null
null
null
/* ---------------------------------------------------------------------------* * Copyright QTronic GmbH. All rights reserved. * Sample implementation of an FMU - the Van der Pol oscillator. * See http://en.wikipedia.org/wiki/Van_der_Pol_oscillator * * der(x0) = x1 * der(x1) = mu * ((1 - x0 ^ 2) * x1) - x0;...
31.373333
80
0.652359
[ "vector", "model" ]
bfba9a7722da4a07751d2573983c2ff2c08aa96e
10,503
h
C
_src/map.h
HerbFargus/Super-Mario-War
9db86a7f2d8d9777636021ac34d83bb142311a5e
[ "Artistic-1.0-cl8" ]
9
2015-09-30T07:21:30.000Z
2021-12-22T11:50:31.000Z
_src/map.h
HerbFargus/Super-Mario-War
9db86a7f2d8d9777636021ac34d83bb142311a5e
[ "Artistic-1.0-cl8" ]
3
2016-02-29T22:36:53.000Z
2021-12-23T10:32:47.000Z
_src/map.h
HerbFargus/Super-Mario-War
9db86a7f2d8d9777636021ac34d83bb142311a5e
[ "Artistic-1.0-cl8" ]
6
2016-09-13T22:10:22.000Z
2019-02-22T00:03:23.000Z
#ifndef SMW_MAP_H #define SMW_MAP_H enum TileType{tile_nonsolid = 0, tile_solid = 1, tile_solid_on_top = 2, tile_ice = 3, tile_death = 4, tile_death_on_top = 5, tile_death_on_bottom = 6, tile_death_on_left = 7, tile_death_on_right = 8, tile_ice_on_top = 9, tile_ice_death_on_bottom = 10, tile_ice_death_on_left = 11, t...
28.618529
678
0.746263
[ "object", "vector" ]
bfc930c183ed23074ee801c717324b7fca0bb2e6
1,152
h
C
gateway/include/controller/ControllerConnection.h
helena-project/beetle
6f07d864c38ea6aed962263eca20ecf8436cfb4e
[ "Apache-2.0" ]
16
2016-06-27T08:08:04.000Z
2020-10-24T21:20:27.000Z
gateway/include/controller/ControllerConnection.h
helena-project/beetle
6f07d864c38ea6aed962263eca20ecf8436cfb4e
[ "Apache-2.0" ]
1
2018-01-23T19:18:06.000Z
2018-01-23T19:18:06.000Z
gateway/include/controller/ControllerConnection.h
helena-project/beetle
6f07d864c38ea6aed962263eca20ecf8436cfb4e
[ "Apache-2.0" ]
2
2018-03-16T08:49:10.000Z
2019-02-14T04:30:03.000Z
/* * ControllerConnection.h * * Created on: Jun 6, 2016 * Author: james */ #ifndef CONTROLLER_CONTROLLERCONNECTION_H_ #define CONTROLLER_CONTROLLERCONNECTION_H_ #include <boost/asio/ip/tcp.hpp> #include <memory> #include <string> #include <thread> #include <vector> #include "BeetleTypes.h" class Controll...
21.333333
109
0.743924
[ "vector" ]
bfca185659cbd0214292d7cc91010a854451112c
3,335
h
C
Source/XLibrary/XIni.h
xylamic/lightrail-pubsub-integration-framework
a7abc543982dca46119c0135af1d31c6f182797c
[ "MIT" ]
1
2019-08-25T13:47:18.000Z
2019-08-25T13:47:18.000Z
Source/XLibrary/XIni.h
xylamic/lightrail-pubsub-integration-framework
a7abc543982dca46119c0135af1d31c6f182797c
[ "MIT" ]
null
null
null
Source/XLibrary/XIni.h
xylamic/lightrail-pubsub-integration-framework
a7abc543982dca46119c0135af1d31c6f182797c
[ "MIT" ]
null
null
null
/*! @file XIni.h @author Adam Jordan This file is part of the Xylasoft Lightrail product. Copyright (c) 2011 Adam Jordan, Xylasoft, All Rights Reserved http://www.xylasoft.com Licensed for use under the MIT License See accompanying LICENSE file for more information */ #ifndef XINI_H #define XINI_H #include "Xylaso...
26.259843
95
0.706147
[ "object" ]
bfdc5979c65d98a1393d0eecdae1b54b6ed50f8e
1,554
h
C
TestUtilities/TestRequest.h
Rahul-Bhargav/TestHarness
e0bf34ccd49648c592043b91cb03c17aed0f5d7d
[ "Apache-2.0" ]
null
null
null
TestUtilities/TestRequest.h
Rahul-Bhargav/TestHarness
e0bf34ccd49648c592043b91cb03c17aed0f5d7d
[ "Apache-2.0" ]
null
null
null
TestUtilities/TestRequest.h
Rahul-Bhargav/TestHarness
e0bf34ccd49648c592043b91cb03c17aed0f5d7d
[ "Apache-2.0" ]
null
null
null
#pragma once ///////////////////////////////////////////////////////////////////// // TestRequest.h - Creates and parses Test Requests // // ver 1.0 // // Jim Fawcett, CSE687 - Object Oriented Design, Fall 2018 // ///////////////////////////...
28.777778
69
0.589447
[ "object", "vector" ]
bfdd0c2922e72b645a72c8e474c006a874f41a1d
1,221
h
C
vendor/openfx/OCIOColorSpace.h
mjtitchener-fn/OpenColorIO
00b5362442b9fe954c4b1161fe0cec621fcf1915
[ "BSD-3-Clause" ]
628
2018-08-11T02:18:36.000Z
2022-03-31T15:05:23.000Z
vendor/openfx/OCIOColorSpace.h
mjtitchener-fn/OpenColorIO
00b5362442b9fe954c4b1161fe0cec621fcf1915
[ "BSD-3-Clause" ]
655
2019-04-16T15:15:31.000Z
2022-03-31T18:05:52.000Z
vendor/openfx/OCIOColorSpace.h
mjtitchener-fn/OpenColorIO
00b5362442b9fe954c4b1161fe0cec621fcf1915
[ "BSD-3-Clause" ]
181
2018-12-22T15:39:52.000Z
2022-03-22T09:52:27.000Z
// SPDX-License-Identifier: BSD-3-Clause // Copyright Contributors to the OpenColorIO Project. #ifndef INCLUDED_OFX_OCIOCOLORSPACE_H #define INCLUDED_OFX_OCIOCOLORSPACE_H #include "OCIOUtils.h" #include "ofxsImageEffect.h" class OCIOColorSpace : public OFX::ImageEffect { protected: // Do not need to delete thes...
27.75
76
0.701884
[ "render" ]
bfe35503396582ac9a1a55d10ab4c105e181e983
485
h
C
DEM/Src/L3/AI/Stimuli/StimulusVisible.h
moltenguy1/deusexmachina
134f4ca4087fff791ec30562cb250ccd50b69ee1
[ "MIT" ]
2
2017-04-30T20:24:29.000Z
2019-02-12T08:36:26.000Z
DEM/Src/L3/AI/Stimuli/StimulusVisible.h
moltenguy1/deusexmachina
134f4ca4087fff791ec30562cb250ccd50b69ee1
[ "MIT" ]
null
null
null
DEM/Src/L3/AI/Stimuli/StimulusVisible.h
moltenguy1/deusexmachina
134f4ca4087fff791ec30562cb250ccd50b69ee1
[ "MIT" ]
null
null
null
#pragma once #ifndef __DEM_L3_AI_STIMULUS_VISIBLE_H__ #define __DEM_L3_AI_STIMULUS_VISIBLE_H__ #include <AI/Perception/Stimulus.h> // Stimulus produced by any visible object. Intensity depends on transparence, brightness etc. namespace AI { class CStimulusVisible: public CStimulus { DeclareRTTI; Dec...
16.724138
95
0.76701
[ "object" ]
bfe4623e054d00cccee34f755bc5481bee97bb87
178
h
C
python-fastmap.h
definitelyuncertain/fastmap-python-bindings
1ee59f56605f799d568827c9cbdc0f2b0e9e824f
[ "MIT" ]
null
null
null
python-fastmap.h
definitelyuncertain/fastmap-python-bindings
1ee59f56605f799d568827c9cbdc0f2b0e9e824f
[ "MIT" ]
null
null
null
python-fastmap.h
definitelyuncertain/fastmap-python-bindings
1ee59f56605f799d568827c9cbdc0f2b0e9e824f
[ "MIT" ]
null
null
null
#include "def.h" #include "oa.h" #include "object.h" #include "matrix.h" #include "vector.h" #include <stdio.h> void fastmap_raw(double * X, int n, int d, int k, double * out);
19.777778
64
0.668539
[ "object", "vector" ]
3af84938bd5ce6b01020b0d29a91d7abe79a37ad
36,879
c
C
src/core/transform.c
bksaiki/minim
2131da60c07e73831f956e868980725d874ed122
[ "MIT" ]
null
null
null
src/core/transform.c
bksaiki/minim
2131da60c07e73831f956e868980725d874ed122
[ "MIT" ]
null
null
null
src/core/transform.c
bksaiki/minim
2131da60c07e73831f956e868980725d874ed122
[ "MIT" ]
null
null
null
#include "minimpriv.h" #define transform_type(x) (MINIM_OBJ_CLOSUREP(x) ? MINIM_TRANSFORM_MACRO : MINIM_TRANSFORM_UNKNOWN) // forward declaration MinimObject* transform_syntax(MinimEnv *env, MinimObject* ast); // ================================ Match table ================================ typedef struct MatchTab...
31.655794
114
0.513653
[ "vector", "transform" ]
d7079ba2b7119e2452c6f24323ecbb27fdf51c2f
4,701
h
C
development/Common/Render/include/VTS/RenderConfigAssets.h
eglowacki/zloty
9c864ae0beb1ac64137a096795261768b7fc6710
[ "MIT" ]
null
null
null
development/Common/Render/include/VTS/RenderConfigAssets.h
eglowacki/zloty
9c864ae0beb1ac64137a096795261768b7fc6710
[ "MIT" ]
44
2018-06-28T03:01:44.000Z
2022-03-20T19:53:00.000Z
development/Common/Render/include/VTS/RenderConfigAssets.h
eglowacki/zloty
9c864ae0beb1ac64137a096795261768b7fc6710
[ "MIT" ]
null
null
null
////////////////////////////////////////////////////////////////////// // RenderConfigAssets.h // // Copyright 9/7/2019 Edgar Glowacki // // Maintained by: Edgar // // NOTES: // Provides render/device configuration files // // // #include "VTS/RenderConfigAssets.h" // //////////////////////////////////////////...
37.309524
141
0.483514
[ "render", "vector" ]
d708032adbbc9c658470a813e1391396157fcb41
3,942
h
C
core/fxcrt/xml/cxml_element.h
KnIfER/pdfpdf
2b918c8d05c922287efbc8858f029026cee31442
[ "BSD-3-Clause" ]
3
2019-01-12T07:06:18.000Z
2019-10-13T08:07:26.000Z
core/fxcrt/xml/cxml_element.h
KnIfER/pdf
2b918c8d05c922287efbc8858f029026cee31442
[ "BSD-3-Clause" ]
null
null
null
core/fxcrt/xml/cxml_element.h
KnIfER/pdf
2b918c8d05c922287efbc8858f029026cee31442
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2014 PDFium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #ifndef CORE_FXCRT_XML_CXML_ELEMENT_H_ #define CORE_FXCRT_XML_CXML_ELEMENT_H_ ...
34.278261
80
0.689751
[ "vector" ]
d7158689eae96a91cb4dc08802fe7fe5d48329a0
779
h
C
src/AdventOfCode2021/Day05-HydrothermalVenture/LineSegment.h
dbartok/advent-of-code-cpp
c8c2df7a21980f8f3e42128f7bc5df8288f18490
[ "MIT" ]
null
null
null
src/AdventOfCode2021/Day05-HydrothermalVenture/LineSegment.h
dbartok/advent-of-code-cpp
c8c2df7a21980f8f3e42128f7bc5df8288f18490
[ "MIT" ]
null
null
null
src/AdventOfCode2021/Day05-HydrothermalVenture/LineSegment.h
dbartok/advent-of-code-cpp
c8c2df7a21980f8f3e42128f7bc5df8288f18490
[ "MIT" ]
null
null
null
#pragma once #include <AdventOfCodeCommon/DisableLibraryWarningsMacros.h> __BEGIN_LIBRARIES_DISABLE_WARNINGS #include <Eigen/Dense> #include <boost/functional/hash.hpp> #include <vector> __END_LIBRARIES_DISABLE_WARNINGS namespace AdventOfCode { namespace Year2021 { namespace Day05 { using Vector2D = Eigen::Matrix<...
15.58
60
0.702182
[ "vector" ]
d719015fc0444a8e229448654f16d7351bb41798
3,868
c
C
linux-2.6.16-unmod/arch/i386/oprofile/op_model_ppro.c
ut-osa/syncchar
eba20da163260b6ae1ef3e334ad2137873a8d625
[ "BSD-3-Clause" ]
null
null
null
linux-2.6.16-unmod/arch/i386/oprofile/op_model_ppro.c
ut-osa/syncchar
eba20da163260b6ae1ef3e334ad2137873a8d625
[ "BSD-3-Clause" ]
null
null
null
linux-2.6.16-unmod/arch/i386/oprofile/op_model_ppro.c
ut-osa/syncchar
eba20da163260b6ae1ef3e334ad2137873a8d625
[ "BSD-3-Clause" ]
1
2019-05-14T16:36:45.000Z
2019-05-14T16:36:45.000Z
/** * @file op_model_ppro.h * pentium pro / P6 model-specific MSR operations * * @remark Copyright 2002 OProfile authors * @remark Read the file COPYING * * @author John Levon * @author Philippe Elie * @author Graydon Hoare */ #include <linux/oprofile.h> #include <asm/ptrace.h> #include <asm/msr.h> #include ...
26.861111
90
0.680196
[ "vector", "model" ]
d71958b357a9b71c98343288eccb640f2958fc8e
1,627
h
C
tests/juliet/testcases/CWE191_Integer_Underflow/s02/CWE191_Integer_Underflow__int_min_multiply_84.h
RanerL/analyzer
a401da4680f163201326881802ee535d6cf97f5a
[ "MIT" ]
28
2017-01-20T15:25:54.000Z
2020-03-17T00:28:31.000Z
testcases/CWE191_Integer_Underflow/s02/CWE191_Integer_Underflow__int_min_multiply_84.h
mellowCS/cwe_checker_juliet_suite
ae604f6fd94964251fbe88ef04d5287f6c1ffbe2
[ "MIT" ]
1
2017-01-20T15:26:27.000Z
2018-08-20T00:55:37.000Z
testcases/CWE191_Integer_Underflow/s02/CWE191_Integer_Underflow__int_min_multiply_84.h
mellowCS/cwe_checker_juliet_suite
ae604f6fd94964251fbe88ef04d5287f6c1ffbe2
[ "MIT" ]
2
2019-07-15T19:07:04.000Z
2019-09-07T14:21:04.000Z
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE191_Integer_Underflow__int_min_multiply_84.h Label Definition File: CWE191_Integer_Underflow__int.label.xml Template File: sources-sinks-84.tmpl.h */ /* * @description * CWE: 191 Integer Underflow * BadSource: min Set data to the minimum value for int * Good...
26.241935
147
0.764597
[ "object" ]
d71d01b8274eef7a758d3e8b838b0cddc792de2e
3,852
h
C
AlphaGo/go_engine/src/board_t.h
PatWie/tensorpack-recipes
33962bb45e81f3619bfa6a8aeae5556cc7534caf
[ "Apache-2.0" ]
48
2018-06-14T18:09:22.000Z
2022-02-08T18:29:03.000Z
AlphaGo/go_engine/src/board_t.h
AmeerAnsari/tensorflow-recipes
33962bb45e81f3619bfa6a8aeae5556cc7534caf
[ "Apache-2.0" ]
1
2019-05-06T08:44:17.000Z
2019-05-06T18:26:54.000Z
AlphaGo/go_engine/src/board_t.h
AmeerAnsari/tensorflow-recipes
33962bb45e81f3619bfa6a8aeae5556cc7534caf
[ "Apache-2.0" ]
10
2018-06-21T10:18:56.000Z
2020-05-07T04:03:47.000Z
// Author: Patrick Wieschollek <mail@patwie.com> #ifndef ENGINE_BOARD_T_H #define ENGINE_BOARD_T_H #include "misc.h" #include "token_t.h" #include "field_t.h" #include <array> #include <memory> #include <vector> #include <map> class board_t { public: /** * @brief Create new board representation. ...
25.852349
96
0.609553
[ "vector" ]
d72400338f7ff37fab5f713553a2c649cb098fdc
14,315
h
C
unsorted_include_todo/Game/ItemHoney/Mgr.h
projectPiki/pikmin2
a431d992acde856d092889a515ecca0e07a3ea7c
[ "Unlicense" ]
33
2021-12-08T11:10:59.000Z
2022-03-26T19:59:37.000Z
unsorted_include_todo/Game/ItemHoney/Mgr.h
projectPiki/pikmin2
a431d992acde856d092889a515ecca0e07a3ea7c
[ "Unlicense" ]
6
2021-12-22T17:54:31.000Z
2022-01-07T21:43:18.000Z
unsorted_include_todo/Game/ItemHoney/Mgr.h
projectPiki/pikmin2
a431d992acde856d092889a515ecca0e07a3ea7c
[ "Unlicense" ]
2
2022-01-04T06:00:49.000Z
2022-01-26T07:27:28.000Z
#ifndef _GAME_ITEMHONEY_MGR_H #define _GAME_ITEMHONEY_MGR_H /* __vt__Q34Game9ItemHoney3Mgr: .4byte 0 .4byte 0 .4byte "doAnimation__Q24Game40FixedSizeItemMgr<Q34Game9ItemHoney4Item>Fv" .4byte "doEntry__Q24Game40FixedSizeItemMgr<Q34Game9ItemHoney4Item>Fv" .4byte "doSetView__Q24Ga...
56.137255
90
0.489487
[ "model" ]
d7269060097df3119955da98ccba997b59dfc731
1,228
h
C
RecoEgamma/EgammaTools/interface/Spot.h
nistefan/cmssw
ea13af97f7f2117a4f590a5e654e06ecd9825a5b
[ "Apache-2.0" ]
3
2018-08-24T19:10:26.000Z
2019-02-19T11:45:32.000Z
RecoEgamma/EgammaTools/interface/Spot.h
nistefan/cmssw
ea13af97f7f2117a4f590a5e654e06ecd9825a5b
[ "Apache-2.0" ]
3
2018-08-23T13:40:24.000Z
2019-12-05T21:16:03.000Z
RecoEgamma/EgammaTools/interface/Spot.h
nistefan/cmssw
ea13af97f7f2117a4f590a5e654e06ecd9825a5b
[ "Apache-2.0" ]
5
2018-08-21T16:37:52.000Z
2020-01-09T13:33:17.000Z
#ifndef RecoEgamma_EgammaTools_Spot_h #define RecoEgamma_EgammaTools_Spot_h #include "DataFormats/DetId/interface/DetId.h" #include <vector> namespace hgcal { class Spot{ public: Spot(DetId detid, double energy, const std::vector<double>& row, unsigned int layer, float fraction, double mip): de...
30.7
119
0.669381
[ "vector" ]
d731eab338063e85daaee228626c11bf485857ce
995
h
C
Engine/Core/Public/Scene/Mesh/MeshDataArchive.h
CrystaLamb/Seagull-Engine
85a83c7976957da86675674d28d9592bf12f07c7
[ "MIT" ]
1
2022-02-15T16:09:22.000Z
2022-02-15T16:09:22.000Z
Engine/Core/Public/Scene/Mesh/MeshDataArchive.h
CrystaLamb/Seagull-Engine
85a83c7976957da86675674d28d9592bf12f07c7
[ "MIT" ]
null
null
null
Engine/Core/Public/Scene/Mesh/MeshDataArchive.h
CrystaLamb/Seagull-Engine
85a83c7976957da86675674d28d9592bf12f07c7
[ "MIT" ]
null
null
null
#pragma once #include "Stl/vector.h" #include "Stl/string.h" #include "eastl/unordered_map.h" namespace SG { struct MeshData { vector<float> vertices; vector<UInt32> indices; string filename; bool bIsProceduralMesh; }; class MeshDataArchive { public: SG_CORE_API UInt32 SetData(con...
23.690476
114
0.740704
[ "vector" ]
d733347c3c10483ec874a9843dd6885dc0cb9937
1,264
h
C
ccsources/rlink/rlink.h
WallyZambotti/Nitros9-CC-CrossCompiler
de01858f00df0ec22ac43a08bddbaf70eedecfb9
[ "Intel" ]
5
2020-04-27T02:49:27.000Z
2020-05-05T15:38:36.000Z
ccsources/rlink/rlink.h
WallyZambotti/Nitros9-CC-CrossCompiler
de01858f00df0ec22ac43a08bddbaf70eedecfb9
[ "Intel" ]
null
null
null
ccsources/rlink/rlink.h
WallyZambotti/Nitros9-CC-CrossCompiler
de01858f00df0ec22ac43a08bddbaf70eedecfb9
[ "Intel" ]
1
2020-04-27T10:30:14.000Z
2020-04-27T10:30:14.000Z
#ifndef COCO #include <stdlib.h> #include <rof.h> #else #include "rof.h" #endif #include "out.h" //#define DEBUG typedef unsigned u16; /* Little-endian coco int */ #define MAX_RFILES 64 #define MAX_LFILES 64 struct ext_ref { struct ext_ref *next; char name[SYMLEN + 1]; }; struct exp_sym { struct exp...
17.555556
51
0.572785
[ "object" ]
d745a786573d11a94e28d0a7b8e4cc3369d19dfa
7,624
h
C
DataMgr/ChunkMetadata.h
intel-go/omniscidb
86068a229beddf7b117febcacdbd6b60a0279282
[ "Apache-2.0" ]
2
2020-03-04T12:01:10.000Z
2020-07-24T15:12:55.000Z
DataMgr/ChunkMetadata.h
intel-go/omniscidb
86068a229beddf7b117febcacdbd6b60a0279282
[ "Apache-2.0" ]
18
2019-11-20T11:11:19.000Z
2020-08-27T13:21:12.000Z
DataMgr/ChunkMetadata.h
intel-go/omniscidb
86068a229beddf7b117febcacdbd6b60a0279282
[ "Apache-2.0" ]
1
2020-04-04T06:25:32.000Z
2020-04-04T06:25:32.000Z
/* * Copyright 2020 OmniSci, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
30.99187
90
0.630115
[ "vector" ]
d747405828ed7757c0814cfc2a7021b05d21aba1
648
h
C
ZhuangBei/zHuoyuan/View/LWHuoYuanThreeLevelListTableViewCell.h
1365102044/lw_zhuangbeiDeamo
0d6db574c81696b26c8ad8466029abe9886bb8de
[ "MIT" ]
null
null
null
ZhuangBei/zHuoyuan/View/LWHuoYuanThreeLevelListTableViewCell.h
1365102044/lw_zhuangbeiDeamo
0d6db574c81696b26c8ad8466029abe9886bb8de
[ "MIT" ]
null
null
null
ZhuangBei/zHuoyuan/View/LWHuoYuanThreeLevelListTableViewCell.h
1365102044/lw_zhuangbeiDeamo
0d6db574c81696b26c8ad8466029abe9886bb8de
[ "MIT" ]
1
2020-09-07T02:36:50.000Z
2020-09-07T02:36:50.000Z
// // LWHuoYuanThreeLevelListTableViewCell.h // ZhuangBei // // Created by LWQ on 2020/4/29. // Copyright © 2020 aa. All rights reserved. // #import <UIKit/UIKit.h> #import "LWHuoYuanDaTingModel.h" typedef void(^changeEditStatusBlock)(BOOL editing); typedef void(^clickItemsBlock)(gysListModel * model); @interface...
25.92
87
0.779321
[ "model" ]
d74a3cd54e26a3962befdbd1b934189e087ce123
5,691
h
C
client/OAIGroup.h
owncloud/libre-graph-api-qt5
7f7c9cf64394ef2771310c53bd1950011383d7bf
[ "Apache-2.0" ]
null
null
null
client/OAIGroup.h
owncloud/libre-graph-api-qt5
7f7c9cf64394ef2771310c53bd1950011383d7bf
[ "Apache-2.0" ]
null
null
null
client/OAIGroup.h
owncloud/libre-graph-api-qt5
7f7c9cf64394ef2771310c53bd1950011383d7bf
[ "Apache-2.0" ]
null
null
null
// model-header.mustache // licenseInfo.mustache /** * Libre Graph API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v0.14.2 * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-genera...
30.762162
109
0.75716
[ "model" ]
d74c31b993495d8dc90bc8292db5c20e2384d60a
19,203
c
C
lib/abc/src/base/abc/abcBarBuf.c
Ace-Ma/LSOracle
6e940906303ef6c2c6b96352f44206567fdd50d3
[ "MIT" ]
9
2017-06-12T17:58:42.000Z
2021-02-04T00:02:29.000Z
reproduction-artifact/ssatABC/src/base/abc/abcBarBuf.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/abc/abcBarBuf.c
nianzelee/PhD-Dissertation
061e22dd55b4e58b3de3b0e58bb1cbe11435decd
[ "Apache-2.0" ]
3
2018-04-23T22:52:53.000Z
2020-12-15T16:36:19.000Z
/**CFile**************************************************************** FileName [abcHie.c] SystemName [ABC: Logic synthesis and verification system.] PackageName [Network and node package.] Synopsis [Procedures to handle hierarchy.] Author [Alan Mishchenko] Affiliation [UC Berkeley] ...
37.359922
167
0.567255
[ "model" ]
d75b65fa6e94c7f77fcb39954b90a7f52e32c162
2,146
h
C
htssyn/htssyn.h
keeleinstituut/macspeechet
f92e285d6ae307f93e94f8b2644ad128ebdbafc2
[ "Unlicense" ]
null
null
null
htssyn/htssyn.h
keeleinstituut/macspeechet
f92e285d6ae307f93e94f8b2644ad128ebdbafc2
[ "Unlicense" ]
null
null
null
htssyn/htssyn.h
keeleinstituut/macspeechet
f92e285d6ae307f93e94f8b2644ad128ebdbafc2
[ "Unlicense" ]
null
null
null
#pragma once #include "../lib/proof/proof.h" #include "mappings.h" #include "utils.h" #define COUNT_CHILDREN(Function, Vector) \ INTPTR Function() const { \ INTPTR res = 0; \ for (INTPTR ip = 0; ip < Vector.GetSize(); ip++) { \ res += Vector[ip].Function(); \ } \ return res; \ } class CPh...
18.99115
145
0.622088
[ "vector" ]
d764e1e0369a1ed7ca766609f026051144746814
6,732
c
C
lib/EMBOSS-6.6.0/emboss/equicktandem.c
alegione/CodonShuffle
bd6674b2eb21ee144a39d6d1e9b7264aba887240
[ "MIT" ]
5
2016-11-11T21:57:49.000Z
2021-07-27T14:13:31.000Z
lib/EMBOSS-6.6.0/emboss/equicktandem.c
frantallukas10/CodonShuffle
4c408e1a8617f2a52dcb0329bba9617e1be17313
[ "MIT" ]
4
2016-05-15T07:56:25.000Z
2020-05-20T05:21:48.000Z
lib/EMBOSS-6.6.0/emboss/equicktandem.c
frantallukas10/CodonShuffle
4c408e1a8617f2a52dcb0329bba9617e1be17313
[ "MIT" ]
10
2015-08-19T20:37:46.000Z
2020-04-07T06:49:23.000Z
/* @source equicktandem application ** ** Quick tandem repeat finder ** ** @author Copyright (C) Richard Durbin, J Thierry-Mieg ** @@ ** ** 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...
23.87234
79
0.577392
[ "3d" ]
c73c50edcead85ffaabcea98ab2ef3d3bc669a22
4,656
h
C
include/taskgraph/TaskGraph.h
heilhead/task-graph
71ac227ba9814fdb57e0fb7a0432a6d18803c7ad
[ "MIT" ]
null
null
null
include/taskgraph/TaskGraph.h
heilhead/task-graph
71ac227ba9814fdb57e0fb7a0432a6d18803c7ad
[ "MIT" ]
null
null
null
include/taskgraph/TaskGraph.h
heilhead/task-graph
71ac227ba9814fdb57e0fb7a0432a6d18803c7ad
[ "MIT" ]
null
null
null
#pragma once #include <vector> #include <thread> #include "Worker.h" #include "PoolAllocator.h" class TaskGraph; namespace { std::unique_ptr<TaskGraph> gInstance; } class Task { friend class TaskChainBuilder; friend class TaskGraph; public: using TaskCallback = void (*)(Task&); ...
27.388235
118
0.590206
[ "vector" ]
c742a1c746a912c7194028f6da49fd479d366281
1,605
h
C
snapgear_linux/user/microwin/src/include/nrender.h
impedimentToProgress/UCI-BlueChip
53e5d48b79079eaf60d42f7cb65bb795743d19fc
[ "MIT" ]
null
null
null
snapgear_linux/user/microwin/src/include/nrender.h
impedimentToProgress/UCI-BlueChip
53e5d48b79079eaf60d42f7cb65bb795743d19fc
[ "MIT" ]
null
null
null
snapgear_linux/user/microwin/src/include/nrender.h
impedimentToProgress/UCI-BlueChip
53e5d48b79079eaf60d42f7cb65bb795743d19fc
[ "MIT" ]
3
2016-06-13T13:20:56.000Z
2019-12-05T02:31:23.000Z
/* * NanoWidgets v0.2 * (C) 1999 Screen Media AS * * Written by Vidar Hokstad * * Contains code from The Nano Toolkit, * (C) 1999 by Alexander Peuchert. * */ #ifndef __NRENDER_H #define __NRENDER_H enum { RCOL_WIDGET_BACKGROUND, RCOL_WIDGET_TEXT, RCOL_WIDGET_TEXTBACKGROUND, RCOL_WIDGET_LIGHT, ...
30.865385
121
0.727103
[ "render", "object" ]
c748ebbdd2d68ffa52d1085e38f816ce122aa3a6
1,256
h
C
examples/ocr.h
corleonechensiyu/ncnn-8-12
440cb87951ade24ca4fe595012978bfe0df5251b
[ "BSD-3-Clause" ]
null
null
null
examples/ocr.h
corleonechensiyu/ncnn-8-12
440cb87951ade24ca4fe595012978bfe0df5251b
[ "BSD-3-Clause" ]
null
null
null
examples/ocr.h
corleonechensiyu/ncnn-8-12
440cb87951ade24ca4fe595012978bfe0df5251b
[ "BSD-3-Clause" ]
null
null
null
#include <stdio.h> #include <vector> #include "platform.h" #include "net.h" #include <iostream> #include <string> #include "benchmark.h" #include <opencv2/core/core.hpp> #include <opencv2/highgui/highgui.hpp> #include <cpu.h> #include <unistd.h> using namespace std; static int detect(const cv::Mat& bgr , vector<float>...
20.590164
108
0.636146
[ "vector" ]
c74b6e6ad98bafe84a2d46197bdbbe87dc05e694
2,072
c
C
utils/spktime2count.c
ShenghaoWu/SNOPS
64ffe8258eb632475bce5076c80211da0bb9f3d8
[ "MIT" ]
2
2021-11-06T03:07:04.000Z
2022-03-23T01:34:09.000Z
utils/spktime2count.c
ShenghaoWu/SNOPS
64ffe8258eb632475bce5076c80211da0bb9f3d8
[ "MIT" ]
null
null
null
utils/spktime2count.c
ShenghaoWu/SNOPS
64ffe8258eb632475bce5076c80211da0bb9f3d8
[ "MIT" ]
null
null
null
/* Y=spktime2count(s,idx, Tw, Ncount,option) */ /* transform spike trains to spike counts Y is neuron # x trial # counts are non-overlapping option=1, if neuronIdx is continuous and sorted, 0 if not count from t=0; */ #include "mex.h" #include "math.h" #include "time.h" #include "matrix.h" void ...
19.923077
92
0.533784
[ "vector", "transform" ]
c751075eda42460384d95f5ae27a643e3c600267
2,909
h
C
libraries/AudioDspDriver/AudioDspDriver.h
novaprimexex/LittleArduinoProjects
382d9827459882c19afe20513cc1232214a047c6
[ "MIT" ]
1
2020-12-27T17:38:55.000Z
2020-12-27T17:38:55.000Z
libraries/AudioDspDriver/AudioDspDriver.h
novaprimexex/LittleArduinoProjects
382d9827459882c19afe20513cc1232214a047c6
[ "MIT" ]
null
null
null
libraries/AudioDspDriver/AudioDspDriver.h
novaprimexex/LittleArduinoProjects
382d9827459882c19afe20513cc1232214a047c6
[ "MIT" ]
null
null
null
#ifndef AudioDspDriver_h #define AudioDspDriver_h #define __STDC_LIMIT_MACROS #include <stdint.h> #include <Arduino.h> #define DEFAULT_LED_PIN (13) #define DEFAULT_FOOTSWITCH_PIN (12) #define DEFAULT_TOGGLE_PIN (2) #define DEFAULT_PUSHBUTTON_LEFT_PIN (A5) #define DEFAULT_PUSHBUTTON_RIGHT_PIN (A4) #define DEFAULT_PUS...
19.789116
97
0.619801
[ "transform" ]
c75157c99f5f10b8b65c2f9b9365da058498eff6
3,496
h
C
iotcloud/include/tencentcloud/iotcloud/v20180614/model/BatchPublishMessage.h
li5ch/tencentcloud-sdk-cpp
12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4
[ "Apache-2.0" ]
43
2019-08-14T08:14:12.000Z
2022-03-30T12:35:09.000Z
iotcloud/include/tencentcloud/iotcloud/v20180614/model/BatchPublishMessage.h
li5ch/tencentcloud-sdk-cpp
12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4
[ "Apache-2.0" ]
12
2019-07-15T10:44:59.000Z
2021-11-02T12:35:00.000Z
iotcloud/include/tencentcloud/iotcloud/v20180614/model/BatchPublishMessage.h
li5ch/tencentcloud-sdk-cpp
12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4
[ "Apache-2.0" ]
28
2019-07-12T09:06:22.000Z
2022-03-30T08:04:18.000Z
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
32.981132
116
0.519165
[ "vector", "model" ]
c76ba28607901868220989e1d3d67739f641e5b4
5,944
c
C
adm/daemons/fingerd.c
ttwings/WuXiaAndJiangHu_Godot
a12bb9028d5625ea01de1ea9cb16fef665472275
[ "MIT" ]
34
2019-04-16T03:32:27.000Z
2022-03-29T08:05:25.000Z
adm/daemons/fingerd.c
ttwings/WuXiaAndJiangHu_Godot
a12bb9028d5625ea01de1ea9cb16fef665472275
[ "MIT" ]
null
null
null
adm/daemons/fingerd.c
ttwings/WuXiaAndJiangHu_Godot
a12bb9028d5625ea01de1ea9cb16fef665472275
[ "MIT" ]
12
2019-03-06T05:15:45.000Z
2022-03-17T02:43:48.000Z
// fingerd.c // Modified by Constant Apr 21 2000` #include <net/dns.h> #include <ansi.h> int sort_user(object ob1, object ob2); void create() { seteuid(getuid()); } string age_string(int time) { int month, day, hour, min, sec; sec = time % 60; time /= 60; min = time % 60; time /= 60; hour = time % 24; time ...
24.766667
155
0.530956
[ "object" ]
c76fa44e7b467a7551e3fd5dfea0396205a19388
1,141
h
C
source-code/particles.h
michael-horansky/magnetic-gas
a48dafa15868ee169d8bdc866cdd457a7bfc88eb
[ "MIT" ]
null
null
null
source-code/particles.h
michael-horansky/magnetic-gas
a48dafa15868ee169d8bdc866cdd457a7bfc88eb
[ "MIT" ]
null
null
null
source-code/particles.h
michael-horansky/magnetic-gas
a48dafa15868ee169d8bdc866cdd457a7bfc88eb
[ "MIT" ]
null
null
null
#ifndef C_PARTICLE #define C_PARTICLE #include "container.h" class Container; class Particle { public: Particle(); Particle(Container *my_parent_container, double start_pos_x, double start_pos_y, double start_pos_z, double start_vel_x, double start_vel_y, double start_vel_z, double start_mass, double st...
21.528302
206
0.687993
[ "vector" ]
c77295b806855331c5a91b662b6658306a5cdebe
46,316
c
C
BSLDEMO-2.01c/Source/bsldemo.c
gbhug5a/MSP430-BSL
2814466302346fdea27ccb589f6c018a9ed11419
[ "MIT" ]
9
2017-12-27T19:19:32.000Z
2022-03-20T15:15:57.000Z
BSLDEMO-2.01c/Source/bsldemo.c
gbhug5a/MSP430-BSL
2814466302346fdea27ccb589f6c018a9ed11419
[ "MIT" ]
2
2021-01-13T14:32:37.000Z
2021-01-14T09:16:17.000Z
BSLDEMO-2.01c/Source/bsldemo.c
gbhug5a/MSP430-BSL
2814466302346fdea27ccb589f6c018a9ed11419
[ "MIT" ]
2
2019-04-25T10:01:20.000Z
2021-09-06T03:37:47.000Z
/**************************************************************** * * Copyright (C) 1999-2000 Texas Instruments, Inc. * Author: Volker Rzehak * Co-author: FRGR * *---------------------------------------------------------------- * All software and related documentation is provided "AS IS" and * without warranty ...
29.823567
120
0.545816
[ "vector", "model" ]
c776d4e812004672960fc8d45bf3ecef81c9e571
6,691
h
C
third_party/gecko-15/win32/include/DeviceManagerD3D9.h
bwp/SeleniumWebDriver
58221fbe59fcbbde9d9a033a95d45d576b422747
[ "Apache-2.0" ]
1
2018-02-05T04:23:18.000Z
2018-02-05T04:23:18.000Z
third_party/gecko-16/win32/include/DeviceManagerD3D9.h
bwp/SeleniumWebDriver
58221fbe59fcbbde9d9a033a95d45d576b422747
[ "Apache-2.0" ]
null
null
null
third_party/gecko-16/win32/include/DeviceManagerD3D9.h
bwp/SeleniumWebDriver
58221fbe59fcbbde9d9a033a95d45d576b422747
[ "Apache-2.0" ]
null
null
null
/* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 4 -*- * 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 GFX_DEVICEMANAGERD3D9_H #def...
27.422131
80
0.735017
[ "render", "object", "solid" ]
c77d37c600bd37273f06b7570527b0745d6794a1
2,002
h
C
kubernetes/model/io_k8s_api_storage_v1_csi_node.h
zouxiaoliang/nerv-kubernetes-client-c
07528948c643270fd757d38edc68da8c9628ee7a
[ "Apache-2.0" ]
null
null
null
kubernetes/model/io_k8s_api_storage_v1_csi_node.h
zouxiaoliang/nerv-kubernetes-client-c
07528948c643270fd757d38edc68da8c9628ee7a
[ "Apache-2.0" ]
null
null
null
kubernetes/model/io_k8s_api_storage_v1_csi_node.h
zouxiaoliang/nerv-kubernetes-client-c
07528948c643270fd757d38edc68da8c9628ee7a
[ "Apache-2.0" ]
null
null
null
/* * io_k8s_api_storage_v1_csi_node.h * * CSINode holds information about all CSI drivers installed on a node. CSI drivers do not need to create the CSINode object directly. As long as they use the node-driver-registrar sidecar container, the kubelet will automatically populate the CSINode object for the CSI driver ...
43.521739
597
0.83017
[ "object", "model" ]
c77daff5e3f74df8673a84c7a87a6a86b75b9e18
471
h
C
islands/include/AssetArchive.h
mosmeh/islands
b9076c491e8c0d88be634a295ca4a81ba335b7ff
[ "BSD-2-Clause", "MIT" ]
null
null
null
islands/include/AssetArchive.h
mosmeh/islands
b9076c491e8c0d88be634a295ca4a81ba335b7ff
[ "BSD-2-Clause", "MIT" ]
null
null
null
islands/include/AssetArchive.h
mosmeh/islands
b9076c491e8c0d88be634a295ca4a81ba335b7ff
[ "BSD-2-Clause", "MIT" ]
null
null
null
#pragma once #define ENABLE_ASSET_ARCHIVE #ifdef ENABLE_ASSET_ARCHIVE namespace islands { class AssetArchive { public: AssetArchive(const AssetArchive&) = delete; AssetArchive& operator=(const AssetArchive&) = delete; virtual ~AssetArchive(); static AssetArchive& getInstance(); std::vector<char> readFile(con...
16.241379
63
0.753715
[ "vector" ]
c7837d9455003643c3a47dcc416c1dfb1b39b3c6
1,625
h
C
src/SurfaceControl.h
jackthgu/K-AR_HYU_Deform_Simulation
e7c275c8948e1fe3e800ab37b17aa8406b147277
[ "MIT" ]
null
null
null
src/SurfaceControl.h
jackthgu/K-AR_HYU_Deform_Simulation
e7c275c8948e1fe3e800ab37b17aa8406b147277
[ "MIT" ]
null
null
null
src/SurfaceControl.h
jackthgu/K-AR_HYU_Deform_Simulation
e7c275c8948e1fe3e800ab37b17aa8406b147277
[ "MIT" ]
null
null
null
#ifndef SURFACECONTROL_H_ #define SURFACECONTROL_H_ #include <MainLib/OgreFltk/OgreMotionLoader.h> #include <BaseLib/motion/FullbodyIK_MotionDOF.h> class SurfaceControl { double entityScale_per_skinScale; SkinnedMeshLoader mOrigLoader; VRMLloader* mLoader; // for IK OBJloader::Mesh mMesh; SkinnedMeshFromVertexIn...
30.660377
153
0.748923
[ "mesh", "vector" ]
c788e5b73cf8845e6777cc140b738bb646ffaa86
1,102
h
C
code/engine.vc2008/xrSound/XAudioTarget.h
Rikoshet-234/xray-oxygen
eaac3fa4780639152684f3251b8b4452abb8e439
[ "Apache-2.0" ]
7
2018-03-27T12:36:07.000Z
2020-06-26T11:31:52.000Z
code/engine.vc2008/xrSound/XAudioTarget.h
Rikoshet-234/xray-oxygen
eaac3fa4780639152684f3251b8b4452abb8e439
[ "Apache-2.0" ]
2
2018-05-26T23:17:14.000Z
2019-04-14T18:33:27.000Z
code/engine.vc2008/xrSound/XAudioTarget.h
Rikoshet-234/xray-oxygen
eaac3fa4780639152684f3251b8b4452abb8e439
[ "Apache-2.0" ]
5
2020-10-18T11:55:26.000Z
2022-03-28T07:21:35.000Z
/********************************************************* * Copyright (C) X-Ray Oxygen, 2018. All rights reserved. * X-Ray Oxygen - open-source X-Ray fork * Apache License ********************************************************** * Module Name: XAudio Target ********************************************************** ...
23.446809
58
0.594374
[ "render" ]
c78ebcacb015dfe5b38104bf4976a537015c47a2
7,682
h
C
src/thingboard.h
tjorim/bomberboy-qt
76b888b40ab41647d7247555f053a008599c83b4
[ "MIT" ]
null
null
null
src/thingboard.h
tjorim/bomberboy-qt
76b888b40ab41647d7247555f053a008599c83b4
[ "MIT" ]
null
null
null
src/thingboard.h
tjorim/bomberboy-qt
76b888b40ab41647d7247555f053a008599c83b4
[ "MIT" ]
null
null
null
#ifndef THINGBOARD_H #define THINGBOARD_H #include <QList> #include <QGraphicsItem> #include "thing.h" #include "powerup.h" /** * class ThingBoard * * @author Jorim Tielemans * @version 09/01/2017 */ class ThingBoard { public: // constructors ThingBoard(); QList<QList<Thing *> > getBoard() const; ...
50.539474
143
0.331034
[ "model" ]
c7a4f90cb1c36e15a6831c7202da144d7601db81
1,741
h
C
wrappers/8.1.1/vtkInteractorStyleRubberBandPickWrap.h
axkibe/node-vtk
900ad7b5500f672519da5aa24c99aa5a96466ef3
[ "BSD-3-Clause" ]
6
2016-02-03T12:48:36.000Z
2020-09-16T15:07:51.000Z
wrappers/8.1.1/vtkInteractorStyleRubberBandPickWrap.h
axkibe/node-vtk
900ad7b5500f672519da5aa24c99aa5a96466ef3
[ "BSD-3-Clause" ]
4
2016-02-13T01:30:43.000Z
2020-03-30T16:59:32.000Z
wrappers/8.1.1/vtkInteractorStyleRubberBandPickWrap.h
axkibe/node-vtk
900ad7b5500f672519da5aa24c99aa5a96466ef3
[ "BSD-3-Clause" ]
null
null
null
/* this file has been autogenerated by vtkNodeJsWrap */ /* editing this might proof futile */ #ifndef NATIVE_EXTENSION_VTK_VTKINTERACTORSTYLERUBBERBANDPICKWRAP_H #define NATIVE_EXTENSION_VTK_VTKINTERACTORSTYLERUBBERBANDPICKWRAP_H #include <nan.h> #include <vtkSmartPointer.h> #include <vtkInteractorStyleRubberBandPic...
37.042553
90
0.805284
[ "object" ]
c7acb4fe44510fe10c1cd2179777b938bcd0b3b4
3,246
h
C
include/HMM/Model.h
Jamagas/HMM
7a9fc3446c28be79da36e7b567ad3b18cdf5c185
[ "MIT" ]
1
2021-03-07T15:51:12.000Z
2021-03-07T15:51:12.000Z
include/HMM/Model.h
Jamagas/HMM
7a9fc3446c28be79da36e7b567ad3b18cdf5c185
[ "MIT" ]
null
null
null
include/HMM/Model.h
Jamagas/HMM
7a9fc3446c28be79da36e7b567ad3b18cdf5c185
[ "MIT" ]
null
null
null
#ifndef __HMM__Model__ #define __HMM__Model__ #include <string> #include "StateTransitionProbabilityDistributionMatrix.h" #include "StateEmissionProbabilityDistributionMatrix.h" #include "InitialStateProbabilityDistribution.h" template<std::size_t numberOfStates, std::size_t numberOfObservationSymbols> class Model ...
45.083333
178
0.773876
[ "model" ]
c7b97a62f45cd3de3abf9fbb446d1e9508e0f70f
6,503
h
C
source/common/2d/drawparms.h
bisk89/Raze
1a2663f7ac84d4e4f472e0796b937447ee6fab6b
[ "RSA-MD" ]
2
2020-03-26T10:11:17.000Z
2021-01-19T08:16:48.000Z
source/common/2d/drawparms.h
bisk89/Raze
1a2663f7ac84d4e4f472e0796b937447ee6fab6b
[ "RSA-MD" ]
null
null
null
source/common/2d/drawparms.h
bisk89/Raze
1a2663f7ac84d4e4f472e0796b937447ee6fab6b
[ "RSA-MD" ]
null
null
null
#pragma once /* ** v_video.h ** **--------------------------------------------------------------------------- ** Copyright 1998-2008 Randy Heit ** All rights reserved. ** ** Redistribution and use in source and binary forms, with or without ** modification, are permitted provided that the following conditions ** are me...
35.928177
117
0.736429
[ "render" ]
c7bfdbb57c110b46ce751675425741dfc12ca060
804
h
C
compat/hkbHandle_1.h
BlazesRus/hkxcmd
e00a554225234e40e111e808b095156ac1d4b1fe
[ "Intel" ]
38
2015-03-24T00:41:59.000Z
2022-03-23T09:18:29.000Z
compat/hkbHandle_1.h
BlazesRus/hkxcmd
e00a554225234e40e111e808b095156ac1d4b1fe
[ "Intel" ]
2
2015-10-14T07:41:48.000Z
2015-12-14T02:19:05.000Z
compat/hkbHandle_1.h
BlazesRus/hkxcmd
e00a554225234e40e111e808b095156ac1d4b1fe
[ "Intel" ]
24
2015-08-03T20:41:07.000Z
2022-03-27T03:58:37.000Z
#pragma once #include <Common/Base/hkBase.h> #include <Common/Base/Object/hkReferencedObject.h> #include <Common/Base/Types/Geometry/LocalFrame/hkLocalFrame.h> #include <Physics/Dynamics/Entity/hkpRigidBody.h> #include "hkbCharacter_2.h" class hkbHandle : public hkReferencedObject { public: HK_DECLARE_CLASS_ALLOCA...
26.8
89
0.773632
[ "geometry", "object" ]
c7c7f2a77f9d715835190433a25da3dd2ba68422
1,636
h
C
src/cmake/cmakefile.h
fredsson/cmakegen
ff06db45236220f44fb11ad8363a52d7fbbb82b9
[ "MIT" ]
1
2019-11-16T09:57:41.000Z
2019-11-16T09:57:41.000Z
src/cmake/cmakefile.h
fredsson/cmakegen
ff06db45236220f44fb11ad8363a52d7fbbb82b9
[ "MIT" ]
17
2019-02-09T12:45:13.000Z
2021-11-14T15:13:21.000Z
src/cmake/cmakefile.h
fredsson/cmakegen
ff06db45236220f44fb11ad8363a52d7fbbb82b9
[ "MIT" ]
null
null
null
#ifndef CMAKE_CMAKEFILE_H #define CMAKE_CMAKEFILE_H #include "cmakefunction.h" #include <memory> #include <string> #include <vector> class IoHandler; namespace cmake { struct Token; class CmakeScanner; class ICmakeFunctionCriteria; class CmakeFile { public: static std::shared_ptr<CmakeFile> parse(const std::strin...
30.296296
127
0.765281
[ "vector" ]
c7d92885ee8ce87101a85f980165704682dc2e9e
2,063
h
C
sem2/oop/Laboratoare/LAB6-7/Exercitiu/Exercitiu/Exercitiu/ListaVD.h
itsbratu/bachelor
b3bcae07fc8297fb0557a4bf752b20c6104c2563
[ "MIT" ]
null
null
null
sem2/oop/Laboratoare/LAB6-7/Exercitiu/Exercitiu/Exercitiu/ListaVD.h
itsbratu/bachelor
b3bcae07fc8297fb0557a4bf752b20c6104c2563
[ "MIT" ]
null
null
null
sem2/oop/Laboratoare/LAB6-7/Exercitiu/Exercitiu/Exercitiu/ListaVD.h
itsbratu/bachelor
b3bcae07fc8297fb0557a4bf752b20c6104c2563
[ "MIT" ]
null
null
null
#pragma once template <class T> class ListVD { class iterator { public: typedef iterator self_type; typedef T value_type; typedef T& reference; typedef T* pointer; typedef std::forward_iterator_tag iterator_category; typedef int difference_type; iterator(pointer ptr) : ptr_(ptr) { } self_type opera...
19.101852
85
0.601551
[ "vector" ]
c7de3359b20a87981b1085a1ecffb78975ac01d2
889
h
C
ex19_prototype_system/object.h
thlorenz/learn-c-the-hard-way
686c20949f150c6149fe35d12ee7d8d8290ea8c0
[ "MIT" ]
8
2015-05-29T05:42:10.000Z
2019-09-23T19:47:11.000Z
ex19_prototype_system/object.h
thlorenz/learn-c-the-hard-way
686c20949f150c6149fe35d12ee7d8d8290ea8c0
[ "MIT" ]
null
null
null
ex19_prototype_system/object.h
thlorenz/learn-c-the-hard-way
686c20949f150c6149fe35d12ee7d8d8290ea8c0
[ "MIT" ]
3
2016-10-14T02:03:13.000Z
2020-03-04T11:26:42.000Z
#ifndef _OBJECT_H #define _OBJECT_H #include <stdlib.h> typedef enum { NORTH, SOUTH, EAST, WEST } Direction; // all proto structs will have Object as first field // that way they all can pe treated as just an Object struct typedef struct { char *description; int (*init)(void *self); void (*describe)(void *se...
26.147059
77
0.709786
[ "object" ]
c7e0dcc2bffce0827d6b615d31095b2a92ec28b4
1,361
c
C
Validation/Performance/bin/SparseCompRow.c
ckamtsikis/cmssw
ea19fe642bb7537cbf58451dcf73aa5fd1b66250
[ "Apache-2.0" ]
852
2015-01-11T21:03:51.000Z
2022-03-25T21:14:00.000Z
Validation/Performance/bin/SparseCompRow.c
ckamtsikis/cmssw
ea19fe642bb7537cbf58451dcf73aa5fd1b66250
[ "Apache-2.0" ]
30,371
2015-01-02T00:14:40.000Z
2022-03-31T23:26:05.000Z
Validation/Performance/bin/SparseCompRow.c
ckamtsikis/cmssw
ea19fe642bb7537cbf58451dcf73aa5fd1b66250
[ "Apache-2.0" ]
3,240
2015-01-02T05:53:18.000Z
2022-03-31T17:24:21.000Z
/* multiple iterations used to make kernel have roughly same granulairty as other Scimark kernels. */ double SparseCompRow_num_flops(int N, int nz, int num_iterations) { /* Note that if nz does not divide N evenly, then the actual number of nonzeros used is adjusted slightly. ...
30.931818
72
0.523145
[ "vector" ]
c7e3334b72c396f889f1cd65716823e220abbc4a
1,925
h
C
tensorflow/dtensor/mlir/shape_utils.h
TheRakeshPurohit/tensorflow
bee6d5a268122df99e1e55a7b92517e84ad25bab
[ "Apache-2.0" ]
3
2022-03-09T01:39:56.000Z
2022-03-30T23:17:58.000Z
tensorflow/dtensor/mlir/shape_utils.h
TheRakeshPurohit/tensorflow
bee6d5a268122df99e1e55a7b92517e84ad25bab
[ "Apache-2.0" ]
1
2020-08-01T05:40:12.000Z
2020-08-01T05:40:12.000Z
tensorflow/dtensor/mlir/shape_utils.h
TheRakeshPurohit/tensorflow
bee6d5a268122df99e1e55a7b92517e84ad25bab
[ "Apache-2.0" ]
1
2022-01-29T04:25:16.000Z
2022-01-29T04:25:16.000Z
/* Copyright 2022 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...
38.5
80
0.731429
[ "shape" ]
c7ecc1dcbc06d8820ce056b68568a5fe72b29e64
1,572
h
C
Header/UMProtocolData.h
titer18/umengCommunity
87953c7b0968e3ac1a24a41dc45fd974fd88eac6
[ "MIT" ]
1
2018-11-05T06:36:55.000Z
2018-11-05T06:36:55.000Z
shishi/Library/UMCommunitySDK/UMCommunitySDK/UMComFoundation.framework/Headers/UMProtocolData.h
myandy/shi_ios
b7afd208de6a1eb2bdf37e25d1d7c4fd29cae258
[ "Apache-2.0" ]
null
null
null
shishi/Library/UMCommunitySDK/UMCommunitySDK/UMComFoundation.framework/Headers/UMProtocolData.h
myandy/shi_ios
b7afd208de6a1eb2bdf37e25d1d7c4fd29cae258
[ "Apache-2.0" ]
1
2018-11-05T06:36:56.000Z
2018-11-05T06:36:56.000Z
// // Created by ming on 08/28/13. // // #import <Foundation/Foundation.h> #define UM_SAFE_STR(Object) (Object==nil?@"":Object) @interface UMProtocolData : NSObject #pragma mark dateTime info + (NSString *)dateString; + (NSString *)timeString; + (NSString *)timeMSString; + (NSString *)latString; + (NSString *...
15.411765
52
0.721374
[ "object" ]
c7efc3b8362e7c92c18408b787ab3bd6326f9bf8
7,651
h
C
linux_packages/source/hypre-2.9.0b/src/babel-runtime/sidl/sidl_DFinder_Impl.h
pangkeji/warp3d
8b273b337e557f734298940a63291697cd561d02
[ "NCSA" ]
75
2015-07-06T18:14:20.000Z
2022-01-24T02:54:32.000Z
linux_packages/source/hypre-2.9.0b/src/babel-runtime/sidl/sidl_DFinder_Impl.h
pangkeji/warp3d
8b273b337e557f734298940a63291697cd561d02
[ "NCSA" ]
15
2017-04-07T18:09:58.000Z
2022-02-28T01:48:33.000Z
linux_packages/source/hypre-2.9.0b/src/babel-runtime/sidl/sidl_DFinder_Impl.h
pangkeji/warp3d
8b273b337e557f734298940a63291697cd561d02
[ "NCSA" ]
41
2015-05-24T23:24:54.000Z
2021-12-13T22:07:45.000Z
/* * File: sidl_DFinder_Impl.h * Symbol: sidl.DFinder-v0.9.15 * Symbol Type: class * Babel Version: 1.0.4 * Release: $Name: V2-9-0b $ * Revision: @(#) $Id: sidl_DFinder_Impl.h,v 1.6 2007/09/27 19:35:43 painter Exp $ * Description: Server-side implementation for sidl.DFinder * * ...
34.61991
87
0.788132
[ "object" ]
c7f178d4f3d727c6213f870708a75754de213217
4,395
h
C
include/organism.h
jamesbut/NeuroEvo
96a2e952e93c280e6018a7f55b2c66264cd47206
[ "MIT" ]
8
2019-07-23T13:05:35.000Z
2020-07-09T03:42:27.000Z
include/organism.h
jamesbut/NeuroEvo
96a2e952e93c280e6018a7f55b2c66264cd47206
[ "MIT" ]
null
null
null
include/organism.h
jamesbut/NeuroEvo
96a2e952e93c280e6018a7f55b2c66264cd47206
[ "MIT" ]
null
null
null
#ifndef _ORGANISM_H_ #define _ORGANISM_H_ /* This class contains everything that constitutes an Organism, including its genotype, phenotype and genotype-phenotype map. */ #include <genotype/genotype.h> #include <phenotype/phenotype_specs/phenotype_spec.h> #include <memory> #include <iostream> #include <io...
25.552326
84
0.602958
[ "vector" ]
c7f68881c8abb3f675304b039adf5b5983949f9c
6,103
h
C
code/SDK/include/Max_16/Graphics/IViewportViewSetting.h
porames25/xray-oxygen
1f3f46a7a1ffc2be1de04a1ec665862127894ef7
[ "Apache-2.0" ]
7
2018-03-27T12:36:07.000Z
2020-06-26T11:31:52.000Z
code/SDK/include/Max_16/Graphics/IViewportViewSetting.h
porames25/xray-oxygen
1f3f46a7a1ffc2be1de04a1ec665862127894ef7
[ "Apache-2.0" ]
2
2018-05-26T23:17:14.000Z
2019-04-14T18:33:27.000Z
code/SDK/include/Max_16/Graphics/IViewportViewSetting.h
Graff46/xray-oxygen
543e79929c0e8debe57f5c567eaf11e5fe08216f
[ "Apache-2.0" ]
6
2015-03-24T06:40:20.000Z
2019-03-18T13:56:13.000Z
// // Copyright 2012 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the time of installation or download, or which // otherwise accompanies this software in either electronic or hard copy form. // // #pragma once #include ".....
33.168478
86
0.736687
[ "mesh", "geometry", "object" ]
2a01acf128eb96452c46ce9a6af6f15df538c65c
3,713
h
C
Ouroboros/Include/oBasis/oCppParsing.h
jiangzhu1212/oooii
fc00ff81e74adaafd9c98ba7c055f55d95a36e3b
[ "MIT" ]
null
null
null
Ouroboros/Include/oBasis/oCppParsing.h
jiangzhu1212/oooii
fc00ff81e74adaafd9c98ba7c055f55d95a36e3b
[ "MIT" ]
null
null
null
Ouroboros/Include/oBasis/oCppParsing.h
jiangzhu1212/oooii
fc00ff81e74adaafd9c98ba7c055f55d95a36e3b
[ "MIT" ]
null
null
null
// Copyright (c) 2014 Antony Arciuolo. See License.txt regarding use. // Very basic C++ parsing intended to handle trival cases to // build simple compilers such as for reflection systems or // pre-process HLSL source before compiling. #pragma once #ifndef oCppParsing_h #define oCppParsing_h #include <ctype....
75.77551
381
0.778616
[ "vector" ]
2a1585dc1f54e40920ad0f9583ac7e900fe00bea
2,342
h
C
include/Graph.h
asardaes/dijkstra-shortest-path
4cda25c4c7973699261956fdd883f8ca0ff1a95e
[ "MIT" ]
null
null
null
include/Graph.h
asardaes/dijkstra-shortest-path
4cda25c4c7973699261956fdd883f8ca0ff1a95e
[ "MIT" ]
null
null
null
include/Graph.h
asardaes/dijkstra-shortest-path
4cda25c4c7973699261956fdd883f8ca0ff1a95e
[ "MIT" ]
null
null
null
#ifndef GRAPH_H #define GRAPH_H #include <algorithm> // std::find_if #include <iostream> // std::cout #include <limits> // std::numeric_limits<>::max #include <map> // std::map #include <set> // std::set #include <utility> // std::pair #include <vector> // std::vector // ==============================================...
33.942029
130
0.494876
[ "vector" ]
2a1b02b40eebff7ed08910eab27570639908b42a
4,317
h
C
llvm/include/llvm/Transforms/Scalar/TLSVariableHoist.h
lxbndr/llvm-project
2b715b15f5f4c6dd60f05d1b62f9c404e8b56e34
[ "Apache-2.0" ]
null
null
null
llvm/include/llvm/Transforms/Scalar/TLSVariableHoist.h
lxbndr/llvm-project
2b715b15f5f4c6dd60f05d1b62f9c404e8b56e34
[ "Apache-2.0" ]
null
null
null
llvm/include/llvm/Transforms/Scalar/TLSVariableHoist.h
lxbndr/llvm-project
2b715b15f5f4c6dd60f05d1b62f9c404e8b56e34
[ "Apache-2.0" ]
null
null
null
//==- TLSVariableHoist.h ------ Remove Redundant TLS Loads -------*- 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 // //===---------------------------...
32.704545
80
0.596942
[ "model" ]
b5111e28bdc056f751691380790683a57f330cd5
890
h
C
include/video/mesh.h
rayment/sticky
ee4f41284477710623bff92a62472c029f1d5990
[ "BSD-3-Clause" ]
null
null
null
include/video/mesh.h
rayment/sticky
ee4f41284477710623bff92a62472c029f1d5990
[ "BSD-3-Clause" ]
null
null
null
include/video/mesh.h
rayment/sticky
ee4f41284477710623bff92a62472c029f1d5990
[ "BSD-3-Clause" ]
null
null
null
/* * mesh.h * GL mesh header. * * Author : Finn Rayment <finn@rayment.fr> * Date created : 11/04/2021 */ #ifndef _FR_RAYMENT_STICKY_MESH_H #define _FR_RAYMENT_STICKY_MESH_H 1 #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #include "common/macros.h" #include "common/types.h" STICKY_PUBLIC ( ty...
17.45098
48
0.666292
[ "mesh" ]
b513f18ddf65634d57bc5c225e27cf3787b3b184
2,440
h
C
AlfrescoSDK/CMIS/ObjectiveCMIS/CMISPagedResult.h
tmughal/alfresco-ios-sdk
ee8010ac55b90bb039370175eaacdc422a68e984
[ "Apache-2.0" ]
10
2015-01-12T16:42:25.000Z
2021-05-25T13:37:51.000Z
AlfrescoSDK/CMIS/ObjectiveCMIS/CMISPagedResult.h
tmughal/alfresco-ios-sdk
ee8010ac55b90bb039370175eaacdc422a68e984
[ "Apache-2.0" ]
10
2015-01-12T16:14:20.000Z
2020-08-05T14:42:35.000Z
AlfrescoSDK/CMIS/ObjectiveCMIS/CMISPagedResult.h
tmughal/alfresco-ios-sdk
ee8010ac55b90bb039370175eaacdc422a68e984
[ "Apache-2.0" ]
12
2015-02-13T07:43:03.000Z
2021-05-25T13:37:53.000Z
/* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may no...
35.882353
123
0.760656
[ "object" ]
b52778c8e2f829924523e54b44805a16b31ca2ab
950
h
C
Generators/NDB_RandomizedOldGenerator.h
GrzegorzNieuzyla/Negative-Database-Authentication-System
020ee8f48470349ba3377a6980506e0a8a0ef845
[ "MIT" ]
null
null
null
Generators/NDB_RandomizedOldGenerator.h
GrzegorzNieuzyla/Negative-Database-Authentication-System
020ee8f48470349ba3377a6980506e0a8a0ef845
[ "MIT" ]
null
null
null
Generators/NDB_RandomizedOldGenerator.h
GrzegorzNieuzyla/Negative-Database-Authentication-System
020ee8f48470349ba3377a6980506e0a8a0ef845
[ "MIT" ]
null
null
null
#pragma once #include "NDB_Generator.h" #include "../Utils/RandomValuesGenerator.h" #include <set> class NDB_RandomizedOldGenerator : public NDB_Generator { public: NDB_RandomizedOldGenerator(const std::set<DBRecord>& db, int length); void PrintParameters() const override; FileUtils::CsvFileData GetCsvDat...
31.666667
124
0.733684
[ "vector" ]
b528f37b4ce07b6199151e3bd813b8e454f44f9d
2,734
h
C
include/physics/detector.h
JmirY/Playground
39f567842a7c319608fc83932dd4c41604bc246c
[ "MIT" ]
3
2021-06-04T06:38:00.000Z
2021-06-04T06:57:08.000Z
include/physics/detector.h
JmirY/Playground
39f567842a7c319608fc83932dd4c41604bc246c
[ "MIT" ]
null
null
null
include/physics/detector.h
JmirY/Playground
39f567842a7c319608fc83932dd4c41604bc246c
[ "MIT" ]
1
2021-06-04T07:22:22.000Z
2021-06-04T07:22:22.000Z
#ifndef DETECTOR_H #define DETECTOR_H #include "collider.h" #include <vector> #include <unordered_map> namespace physics { class CollisionDetector { friend class Simulator; private: float friction; float objectRestitution; float groundRestitution; public: ...
26.543689
81
0.536211
[ "vector" ]
b5460ee5877f459d32b4fa1b2108fc9fb015358e
2,243
h
C
internal/SceneOCL.h
MrApfel1994/Ray
31ae807ee6a0406c30c08fa0d38b3a44224f86b6
[ "WTFPL" ]
60
2018-10-24T08:31:22.000Z
2019-04-28T20:14:04.000Z
internal/SceneOCL.h
MrApfel1994/Ray
31ae807ee6a0406c30c08fa0d38b3a44224f86b6
[ "WTFPL" ]
1
2018-12-17T16:18:00.000Z
2018-12-18T15:32:52.000Z
internal/SceneOCL.h
MrApfel1994/Ray
31ae807ee6a0406c30c08fa0d38b3a44224f86b6
[ "WTFPL" ]
5
2020-01-22T08:54:00.000Z
2021-11-21T16:23:46.000Z
#pragma once #include "TextureAtlasOCL.h" #include "VectorOCL.h" #include "../SceneBase.h" namespace Ray { namespace Ocl { class Renderer; class Scene : public SceneBase { protected: friend class Ocl::Renderer; const cl::Context &context_; const cl::CommandQueue &queue_; size_t max_img_buf_size_; ...
29.12987
97
0.732947
[ "vector" ]
b5473b35482f22b5f52b530bf4a8cb2de1d28d7d
470,715
c
C
PyMaSC/core/readlen_2.c
ronin-gw/PyMaSC
70c32b647017e162e0b004cadcf4f59a2d4012b6
[ "MIT" ]
2
2018-04-20T13:34:16.000Z
2021-07-13T16:20:28.000Z
PyMaSC/core/readlen_2.c
ronin-gw/PyMaSC
70c32b647017e162e0b004cadcf4f59a2d4012b6
[ "MIT" ]
1
2021-03-16T11:08:46.000Z
2021-03-16T17:26:15.000Z
PyMaSC/core/readlen_2.c
ronin-gw/PyMaSC
70c32b647017e162e0b004cadcf4f59a2d4012b6
[ "MIT" ]
null
null
null
/* Generated by Cython 0.29.2 */ /* BEGIN: Cython Metadata { "distutils": { "depends": [ "/usr/local/lib/python2.7/site-packages/pysam/htslib_util.h", "/usr/local/lib/python2.7/site-packages/pysam/include/htslib/htslib/bgzf.h", "/usr/local/lib/python2.7/site-packages/p...
40.314748
480
0.663588
[ "object", "shape" ]
b54ab4454dd409c64eb1da9da09300d00fb59c60
1,106
h
C
cpp/BBSort/array_pool_bucket.h
CostaBru/bucketLogSort
324d3e4ca4fd600cb2d1a8f671d9553cf7c49769
[ "MIT" ]
2
2021-08-17T19:39:40.000Z
2021-08-20T03:55:18.000Z
cpp/BBSort/array_pool_bucket.h
CostaBru/BBSort
fc18af25fc25aa65b175c4f461904ee2d8c71451
[ "MIT" ]
null
null
null
cpp/BBSort/array_pool_bucket.h
CostaBru/BBSort
fc18af25fc25aa65b175c4f461904ee2d8c71451
[ "MIT" ]
null
null
null
#ifndef BBSORT_SOLUTION_ARRAY_POOL_BUCKET_H #define BBSORT_SOLUTION_ARRAY_POOL_BUCKET_H #include "object_pool.h" namespace pool { template<typename T> class array_pool_bucket { using array_value_type = T; using array_pointer = T *; private: object_pool<array_value_type> storage...
17.555556
103
0.531646
[ "object" ]
b54c6a6384dc3f05cf5efaa6a9907a39d1faa3c2
726
h
C
Source/RayLib/Triangle.h
yalcinerbora/meturay
cff17b537fd8723af090802dfd17a0a740b404f5
[ "MIT" ]
null
null
null
Source/RayLib/Triangle.h
yalcinerbora/meturay
cff17b537fd8723af090802dfd17a0a740b404f5
[ "MIT" ]
null
null
null
Source/RayLib/Triangle.h
yalcinerbora/meturay
cff17b537fd8723af090802dfd17a0a740b404f5
[ "MIT" ]
null
null
null
#pragma once #include "Vector.h" #include "AABB.h" namespace Triangle { template <class T> __device__ __host__ AABB<3, T> BoundingBox(const Vector<3, T>& p0, const Vector<3, T>& p1, const Vector<3, T>& p2); } template <class T> __device__ __host__ AAB...
25.928571
56
0.541322
[ "vector" ]
b54d4927a88d7b9a43b15733ca6df228875ff617
224,908
c
C
dmd/expression.c
cristivlas/dnet
e45ccca24b9a192fc2779d99b8f8e31195606a73
[ "MS-PL" ]
null
null
null
dmd/expression.c
cristivlas/dnet
e45ccca24b9a192fc2779d99b8f8e31195606a73
[ "MS-PL" ]
null
null
null
dmd/expression.c
cristivlas/dnet
e45ccca24b9a192fc2779d99b8f8e31195606a73
[ "MS-PL" ]
null
null
null
// Compiler implementation of the D programming language // Copyright (c) 1999-2009 by Digital Mars // All Rights Reserved // written by Walter Bright // http://www.digitalmars.com // License for redistribution is by either the Artistic License // in artistic.txt, or the GNU General Public License in gnu.txt. // See t...
22.206556
126
0.572683
[ "object", "transform" ]
b551a73f4f62b5deb4d1cbe661751f467b053302
1,944
h
C
perception_oru-port-kinetic/ndt_map_builder/include/ndt_map_builder/ndt_map_builder.h
lllray/ndt-loam
331867941e0764b40e1a980dd85d2174f861e9c8
[ "BSD-3-Clause" ]
1
2020-11-14T08:21:13.000Z
2020-11-14T08:21:13.000Z
perception_oru-port-kinetic/ndt_map_builder/include/ndt_map_builder/ndt_map_builder.h
lllray/ndt-loam
331867941e0764b40e1a980dd85d2174f861e9c8
[ "BSD-3-Clause" ]
1
2021-07-28T04:47:56.000Z
2021-07-28T04:47:56.000Z
perception_oru-port-kinetic/ndt_map_builder/include/ndt_map_builder/ndt_map_builder.h
lllray/ndt-loam
331867941e0764b40e1a980dd85d2174f861e9c8
[ "BSD-3-Clause" ]
2
2020-12-18T11:25:53.000Z
2022-02-19T12:59:59.000Z
#include <ndt_registration/ndt_matcher_p2d.h> #include <ndt_registration/ndt_matcher_d2d.h> #include <ndt_map/ndt_histogram.h> namespace perception_oru { class MapVertex{ public: Eigen::Transform<double,3,Eigen::Affine,Eigen::ColMajor> pose; pcl::PointCloud<pcl::PointXYZ> scan; int id; NDTHistogra...
25.246753
116
0.656893
[ "vector", "transform" ]
b552797586ca2a05da20be297cad4808b241e6d8
2,883
c
C
test/testrender2.c
neoaggelos/sdlu
4c916dfed0785c759ba1a69363b9e06fbe3583a3
[ "BSD-1-Clause", "Zlib" ]
2
2020-07-28T16:31:08.000Z
2021-07-17T02:39:58.000Z
test/testrender2.c
neoaggelos/sdlu
4c916dfed0785c759ba1a69363b9e06fbe3583a3
[ "BSD-1-Clause", "Zlib" ]
null
null
null
test/testrender2.c
neoaggelos/sdlu
4c916dfed0785c759ba1a69363b9e06fbe3583a3
[ "BSD-1-Clause", "Zlib" ]
null
null
null
/* * The SDL Utility library * Copyright (c) 2016 Aggelos Kolaitis <neoaggelos@gmail.com> * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * * Permission is granted to anyone to...
28.83
84
0.669442
[ "render" ]
b56bd7b29ac4c78ad11eaf25787013fa3af0b82d
2,723
h
C
mbed-client/mbed-client/mbed-client-classic/mbed-client-classic/m2mtimerpimpl.h
ghsecuritylab/mini-client
955e1d213ec0784101061075932dbbac97d98cd9
[ "Apache-2.0" ]
null
null
null
mbed-client/mbed-client/mbed-client-classic/mbed-client-classic/m2mtimerpimpl.h
ghsecuritylab/mini-client
955e1d213ec0784101061075932dbbac97d98cd9
[ "Apache-2.0" ]
null
null
null
mbed-client/mbed-client/mbed-client-classic/mbed-client-classic/m2mtimerpimpl.h
ghsecuritylab/mini-client
955e1d213ec0784101061075932dbbac97d98cd9
[ "Apache-2.0" ]
1
2020-03-06T22:23:26.000Z
2020-03-06T22:23:26.000Z
/* * Copyright (c) 2015 ARM Limited. All rights reserved. * SPDX-License-Identifier: Apache-2.0 * 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...
24.531532
94
0.661403
[ "object" ]
b570ebc8607d3ead30c07f432940c2d5521490ec
3,893
h
C
src/world/cellshare/TbusCellShare.h
hhucn/tbus-vsimrti
09b0b0b2a256321e4027a30e58d5221d1c92ed34
[ "MIT" ]
2
2015-10-26T13:43:36.000Z
2018-11-17T16:46:24.000Z
src/world/cellshare/TbusCellShare.h
hhucn/tbus-vsimrti
09b0b0b2a256321e4027a30e58d5221d1c92ed34
[ "MIT" ]
null
null
null
src/world/cellshare/TbusCellShare.h
hhucn/tbus-vsimrti
09b0b0b2a256321e4027a30e58d5221d1c92ed34
[ "MIT" ]
1
2018-11-17T16:46:21.000Z
2018-11-17T16:46:21.000Z
/* * TbusCellShare.h * * Created on: 17.02.2015 * Author: bialon */ #ifndef TBUSCELLSHARE_H_ #define TBUSCELLSHARE_H_ #include "omnetpp.h" #include "TbusQueueDatarateValue.h" #include "TbusQueueDelayValue.h" #include "TbusCellShareTypes.h" #include <map> #include <set> /** * Representation of a TBUS cel...
25.781457
128
0.68559
[ "model" ]
b5908e33b1850ca791b967915315665917f36b0b
1,106
h
C
workflow_registry/websocket_utils.h
cepsdev/rollAut
ba1b014e21f7dfc3d0d5c74fd051e65ae74a6a36
[ "MIT" ]
null
null
null
workflow_registry/websocket_utils.h
cepsdev/rollAut
ba1b014e21f7dfc3d0d5c74fd051e65ae74a6a36
[ "MIT" ]
null
null
null
workflow_registry/websocket_utils.h
cepsdev/rollAut
ba1b014e21f7dfc3d0d5c74fd051e65ae74a6a36
[ "MIT" ]
null
null
null
#ifndef WEBSOCKET_UTILS_H #define WEBSOCKET_UTILS_H #include <sys/types.h> #include <dirent.h> #include <sys/stat.h> #include <unistd.h> #include <sys/socket.h> #include <sys/types.h> #include <sys/epoll.h> #include <fcntl.h> #include <netdb.h> #include <tuple> #include <string> #include <vector> namespace ws_utils{ ...
23.531915
99
0.665461
[ "vector" ]
b5938206b386a777383b962dbf0463359680192d
2,681
h
C
rmf_traffic/thirdparty/fcl/include/fcl/math/variance3.h
0to1/rmf_traffic
0e641f779e9c7e6d69c316e905df5a51a2c124e1
[ "Apache-2.0" ]
921
2015-01-27T15:11:44.000Z
2022-03-29T08:39:06.000Z
rmf_traffic/thirdparty/fcl/include/fcl/math/variance3.h
0to1/rmf_traffic
0e641f779e9c7e6d69c316e905df5a51a2c124e1
[ "Apache-2.0" ]
474
2015-01-28T08:08:18.000Z
2022-03-30T13:40:49.000Z
rmf_traffic/thirdparty/fcl/include/fcl/math/variance3.h
0to1/rmf_traffic
0e641f779e9c7e6d69c316e905df5a51a2c124e1
[ "Apache-2.0" ]
370
2015-01-05T07:49:25.000Z
2022-03-27T12:41:28.000Z
/* * Software License Agreement (BSD License) * * Copyright (c) 2011-2014, Willow Garage, Inc. * Copyright (c) 2014-2016, Open Source Robotics Foundation * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following c...
31.916667
79
0.735173
[ "geometry", "3d" ]
240c4d0d7daba3d8b9d0e731cd176be52ef7afd9
6,199
h
C
src/listener/TCPServer.h
RichaGNigam/MyRepository
7ec8461b73e19b72c8eda38b337737c010b79885
[ "Apache-2.0" ]
8
2018-05-02T09:38:43.000Z
2018-09-03T17:36:13.000Z
src/listener/TCPServer.h
RichaGNigam/MyRepository
7ec8461b73e19b72c8eda38b337737c010b79885
[ "Apache-2.0" ]
2
2018-06-19T07:18:54.000Z
2018-06-19T07:21:51.000Z
src/listener/TCPServer.h
RichaGNigam/MyRepository
7ec8461b73e19b72c8eda38b337737c010b79885
[ "Apache-2.0" ]
1
2018-06-27T01:37:13.000Z
2018-06-27T01:37:13.000Z
/* ********************************************************* This code is a proprietary of Kapil Rana Following may not be used in part or in whole without the prior permission of Kapil Rana Author: Kapil Rana Date: 20/06/2015 Purpose: PUSH FYI RS SSL TCP Server Listener. ************************************...
22.959259
112
0.619616
[ "object", "vector" ]
24193ae04e4f2fdf5e5675dd73323735f0a942f1
3,074
h
C
Sourcecode/private/mx/core/elements/Appearance.h
Webern/MxOld
822f5ccc92363ddff118e3aa3a048c63be1e857e
[ "MIT" ]
45
2019-04-16T19:55:08.000Z
2022-02-14T02:06:32.000Z
Sourcecode/private/mx/core/elements/Appearance.h
Webern/MxOld
822f5ccc92363ddff118e3aa3a048c63be1e857e
[ "MIT" ]
70
2019-04-07T22:45:21.000Z
2022-03-03T15:35:59.000Z
Sourcecode/private/mx/core/elements/Appearance.h
Webern/MxOld
822f5ccc92363ddff118e3aa3a048c63be1e857e
[ "MIT" ]
21
2019-05-13T13:59:06.000Z
2022-03-25T02:21:05.000Z
// MusicXML Class Library // Copyright (c) by Matthew James Briggs // Distributed under the MIT License #pragma once #include "mx/core/ForwardDeclare.h" #include "mx/core/ElementInterface.h" #include <iosfwd> #include <memory> #include <vector> namespace mx { namespace core { MX_FORWARD_DECLARE_ELE...
39.922078
119
0.664606
[ "vector" ]
2419a451a3f30fba01041ac51bb10a9e49a3798e
3,093
h
C
engine/ttsbase/datamanage/module_manager.h
syang1993/Crystal
876799000b7f0a14d9ab90fcf84ddba319f295e5
[ "Apache-2.0" ]
162
2020-07-01T13:22:03.000Z
2022-03-20T08:25:32.000Z
engine/ttsbase/datamanage/module_manager.h
arctanx999/Crystal
20ff0d2e625f5e48d3bf1651847638085c5b2ea1
[ "Apache-2.0" ]
1
2020-10-16T10:09:03.000Z
2020-12-17T03:41:00.000Z
engine/ttsbase/datamanage/module_manager.h
arctanx999/Crystal
20ff0d2e625f5e48d3bf1651847638085c5b2ea1
[ "Apache-2.0" ]
56
2020-07-02T02:21:53.000Z
2022-03-25T02:55:35.000Z
// // Crystal Text-to-Speech Engine // // Copyright (c) 2007 THU-CUHK Joint Research Center for // Media Sciences, Technologies and Systems. All rights reserved. // // http://mjrc.sz.tsinghua.edu.cn // // Redistribution and use in source and binary forms, with or without // modification, is not allowed, unless a ...
31.561224
109
0.542192
[ "vector" ]
241cb5d44f0f42dd8d3142be5a01f388c3dfcb31
34,135
c
C
Mac/Modules/ae/AEmodule.c
1byte2bytes/cpython
7fbaeb819ca7b20dca048217ff585ec195e999ec
[ "Unlicense", "TCL", "DOC", "AAL", "X11" ]
1
2019-10-25T21:41:07.000Z
2019-10-25T21:41:07.000Z
Mac/Modules/ae/AEmodule.c
1byte2bytes/cpython
7fbaeb819ca7b20dca048217ff585ec195e999ec
[ "Unlicense", "TCL", "DOC", "AAL", "X11" ]
null
null
null
Mac/Modules/ae/AEmodule.c
1byte2bytes/cpython
7fbaeb819ca7b20dca048217ff585ec195e999ec
[ "Unlicense", "TCL", "DOC", "AAL", "X11" ]
null
null
null
/* =========================== Module AE ============================ */ #include "Python.h" #define SystemSevenOrLater 1 #include "macglue.h" #include <Memory.h> #include <Dialogs.h> #include <Menus.h> #include <Controls.h> extern PyObject *ResObj_New(Handle); extern int ResObj_Convert(PyObject *, Handle *); ex...
28.660789
157
0.653933
[ "object" ]
2429e9e44e95de0609f789a2ee174e57483639c2
3,964
c
C
ConfProfile/jni/strongswan/src/libcharon/plugins/uci/uci_parser.c
Infoss/conf-profile-4-android
619bd63095bb0f5a67616436d5510d24a233a339
[ "MIT" ]
2
2017-10-16T07:51:18.000Z
2019-06-16T12:07:52.000Z
strongswan/strongswan-5.3.2/src/libcharon/plugins/uci/uci_parser.c
SECURED-FP7/secured-mobility-ned
36fdbfee58a31d42f7047f7a7eaa1b2b70246151
[ "Apache-2.0" ]
5
2016-01-25T18:04:42.000Z
2016-02-25T08:54:56.000Z
strongswan/strongswan-5.3.2/src/libcharon/plugins/uci/uci_parser.c
SECURED-FP7/secured-mobility-ned
36fdbfee58a31d42f7047f7a7eaa1b2b70246151
[ "Apache-2.0" ]
2
2016-01-25T17:14:17.000Z
2016-02-13T20:14:09.000Z
/* * Copyright (C) 2008 Martin Willi * Copyright (C) 2008 Thomas Kallenberg * Hochschule fuer Technik Rapperswil * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the ...
21.78022
77
0.690716
[ "object" ]
242de2c3582f2383df231d6b7e37806c1ad7733f
1,751
c
C
platform/lpc/lpc11exx/flash_base.c
stxent/lpclib
d1190bbacd68d72d9f04b71a1e208702aa838986
[ "MIT" ]
3
2015-06-06T18:37:13.000Z
2021-01-29T15:51:45.000Z
platform/lpc/lpc11exx/flash_base.c
stxent/lpclib
d1190bbacd68d72d9f04b71a1e208702aa838986
[ "MIT" ]
null
null
null
platform/lpc/lpc11exx/flash_base.c
stxent/lpclib
d1190bbacd68d72d9f04b71a1e208702aa838986
[ "MIT" ]
null
null
null
/* * flash_base.c * Copyright (C) 2020 xent * Project is distributed under the terms of the MIT License */ #include <halm/platform/lpc/flash_base.h> #include <halm/platform/lpc/flash_defs.h> #include <halm/platform/lpc/iap.h> /*----------------------------------------------------------------------------*/ static e...
24.319444
80
0.561393
[ "object" ]
2433eda0092b4ace6ba2a0c6e00a14145043898e
1,536
h
C
Gems/Terrain/Code/Source/EditorComponents/EditorTerrainHeightGradientListComponent.h
cypherdotXd/o3de
bb90c4ddfe2d495e9c00ebf1e2650c6d603a5676
[ "Apache-2.0", "MIT" ]
1
2021-08-11T02:20:46.000Z
2021-08-11T02:20:46.000Z
Gems/Terrain/Code/Source/EditorComponents/EditorTerrainHeightGradientListComponent.h
RoddieKieley/o3de
e804fd2a4241b039a42d9fa54eaae17dc94a7a92
[ "Apache-2.0", "MIT" ]
3
2021-09-08T03:41:27.000Z
2022-03-12T01:01:29.000Z
Gems/Terrain/Code/Source/EditorComponents/EditorTerrainHeightGradientListComponent.h
RoddieKieley/o3de
e804fd2a4241b039a42d9fa54eaae17dc94a7a92
[ "Apache-2.0", "MIT" ]
null
null
null
/* * 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 #include <Components/TerrainHeightGradientListComponent.h> #include <AzToolsFramewor...
46.545455
139
0.773438
[ "3d" ]
243b995ed76e4952183d55030c589307b086a879
31,998
c
C
usr/src/uts/common/io/usb/usb_ia/usb_ia.c
AsahiOS/gate
283d47da4e17a5871d9d575e7ffb81e8f6c52e51
[ "MIT" ]
null
null
null
usr/src/uts/common/io/usb/usb_ia/usb_ia.c
AsahiOS/gate
283d47da4e17a5871d9d575e7ffb81e8f6c52e51
[ "MIT" ]
null
null
null
usr/src/uts/common/io/usb/usb_ia/usb_ia.c
AsahiOS/gate
283d47da4e17a5871d9d575e7ffb81e8f6c52e51
[ "MIT" ]
1
2020-12-30T00:04:16.000Z
2020-12-30T00:04:16.000Z
/* * CDDL HEADER START * * The contents of this file are subject to the terms of the * Common Development and Distribution License (the "License"). * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolar...
25.88835
78
0.715232
[ "vector" ]
243d15b83fdde219fbff630517b45b556f3d8901
975
c
C
C/Non_Blocking/fixed_memory_parameter.c
WarwickRSE/Intermediate_MPI
ae1587e84e9239fb47629a75cce1bfb416e92136
[ "BSD-3-Clause" ]
2
2020-02-27T18:51:55.000Z
2021-09-16T16:33:21.000Z
C/Non_Blocking/fixed_memory_parameter.c
WarwickRSE/Intermediate_MPI
ae1587e84e9239fb47629a75cce1bfb416e92136
[ "BSD-3-Clause" ]
null
null
null
C/Non_Blocking/fixed_memory_parameter.c
WarwickRSE/Intermediate_MPI
ae1587e84e9239fb47629a75cce1bfb416e92136
[ "BSD-3-Clause" ]
null
null
null
#include <stdio.h> #include <mpi.h> #define TAG 100 void send_vals(int dest, int *val, MPI_Request *request){ /*This works because val is a pointer so the original value still exists outside this function*/ MPI_Isend(val, 1, MPI_INT, dest, TAG, MPI_COMM_WORLD, request); } int main(int argc, char ** argv...
21.666667
68
0.664615
[ "3d" ]
244e77282e3a61a8cbe40f1fb93e2fdfe0dc9ec4
10,136
c
C
KEEN/SRC/static/makeobj.c
pdpdds/DOSDev
5f81c5f94a55b866461f019e9ba8fe27c74039fa
[ "BSD-3-Clause" ]
null
null
null
KEEN/SRC/static/makeobj.c
pdpdds/DOSDev
5f81c5f94a55b866461f019e9ba8fe27c74039fa
[ "BSD-3-Clause" ]
null
null
null
KEEN/SRC/static/makeobj.c
pdpdds/DOSDev
5f81c5f94a55b866461f019e9ba8fe27c74039fa
[ "BSD-3-Clause" ]
null
null
null
/* ** makeobj.c ** **--------------------------------------------------------------------------- ** Copyright 2014 Braden Obrzut ** All rights reserved. ** ** Redistribution and use in source and binary forms, with or without ** modification, are permitted provided that the following conditions ** are met: ** ** 1. Red...
21.52017
108
0.585043
[ "object" ]
24550edbe7ae143ee78d2914341d38038c75cb9d
7,770
h
C
algorithm/windows.h
germinolegrand/fys
40c05485be835d03b4c9b2ffaf010bffa7ec8832
[ "Unlicense" ]
5
2015-03-22T00:24:31.000Z
2021-05-24T21:31:28.000Z
algorithm/windows.h
germinolegrand/fys
40c05485be835d03b4c9b2ffaf010bffa7ec8832
[ "Unlicense" ]
2
2018-01-04T15:16:08.000Z
2018-05-17T23:45:06.000Z
algorithm/windows.h
germinolegrand/fys
40c05485be835d03b4c9b2ffaf010bffa7ec8832
[ "Unlicense" ]
null
null
null
#pragma once #include <algorithm> #include <iterator> namespace fys { template<class ForwardIt, class Function> Function for_each_incomplete_window(ForwardIt first, ForwardIt last, Function f, typename std::iterator_traits<ForwardIt>::difference_type windowSize, typename std::iterator_traits<ForwardIt>::difference_t...
46.526946
229
0.688031
[ "vector" ]
24595019f8048c38b49d51c7b522c577f0273749
5,597
h
C
Classes/CollectionScreen.h
Fanfare-ETC/catch-a-play
faa39a693a96365cd1e5bb91e4dabb116d092222
[ "MIT", "Unlicense" ]
3
2017-03-16T09:50:08.000Z
2017-03-18T17:40:47.000Z
Classes/CollectionScreen.h
Fanfare-ETC/playbook
faa39a693a96365cd1e5bb91e4dabb116d092222
[ "MIT", "Unlicense" ]
null
null
null
Classes/CollectionScreen.h
Fanfare-ETC/playbook
faa39a693a96365cd1e5bb91e4dabb116d092222
[ "MIT", "Unlicense" ]
null
null
null
// // Created by ramya on 3/2/17. // #ifndef PLAYBOOK_COLLECTION_SCREEN_H #define PLAYBOOK_COLLECTION_SCREEN_H #include "cocos2d.h" #include "json/rapidjson.h" #include "json/document.h" #include "PlaybookLayer.h" #include "PlaybookEvent.h" #include "PredictionWebSocket.h" class CollectionScreen : public PlaybookLa...
31.621469
108
0.697874
[ "vector" ]
245c1937f46f431ecab6c5757c4fa6b88a66483e
2,418
h
C
src/GooseDEM/GooseDEM.h
tdegeus/GooseDEM
cde2892f6a6b20509837b237f7153b985c73ea95
[ "MIT" ]
null
null
null
src/GooseDEM/GooseDEM.h
tdegeus/GooseDEM
cde2892f6a6b20509837b237f7153b985c73ea95
[ "MIT" ]
6
2018-05-08T09:11:06.000Z
2019-10-12T21:11:25.000Z
src/GooseDEM/GooseDEM.h
tdegeus/GooseDEM
cde2892f6a6b20509837b237f7153b985c73ea95
[ "MIT" ]
null
null
null
/* ================================================================================================= (c - MIT) T.W.J. de Geus (Tom) | tom@geus.me | www.geus.me | github.com/tdegeus/GooseDEM ================================================================================================= */ #ifndef GOOSEDEM_H #define...
31.815789
100
0.492556
[ "geometry", "vector" ]
2468f38976cf5c81a0f395ae7601c83542542a89
1,227
h
C
include/Individual.h
OliverMD/mpev
3aeec57ffff0396dce5d9d36c0f9dd529a4388d9
[ "MIT" ]
null
null
null
include/Individual.h
OliverMD/mpev
3aeec57ffff0396dce5d9d36c0f9dd529a4388d9
[ "MIT" ]
null
null
null
include/Individual.h
OliverMD/mpev
3aeec57ffff0396dce5d9d36c0f9dd529a4388d9
[ "MIT" ]
null
null
null
// // Created by Oliver Downard on 18/12/2017. // #pragma once #include <string> #include <vector> class Context; class IndividualRep { public: virtual std::string name() = 0; virtual std::unique_ptr<IndividualRep> copy() = 0; virtual std::string toString() const = 0; }; class IntIndividualRep : public Individ...
25.5625
76
0.693562
[ "vector" ]
ba0f87158b5373b133e652b1eb1f6025a7607ab2
444
h
C
EasyCpp/Database/DatabaseDriver.h
Thalhammer/EasyCpp
6b9886fecf0aa363eaf03741426fd3462306c211
[ "MIT" ]
3
2018-02-06T05:12:41.000Z
2020-05-12T20:57:32.000Z
EasyCpp/Database/DatabaseDriver.h
Thalhammer/EasyCpp
6b9886fecf0aa363eaf03741426fd3462306c211
[ "MIT" ]
41
2016-07-11T12:19:10.000Z
2017-08-08T07:43:12.000Z
EasyCpp/Database/DatabaseDriver.h
Thalhammer/EasyCpp
6b9886fecf0aa363eaf03741426fd3462306c211
[ "MIT" ]
2
2019-08-02T10:24:36.000Z
2020-09-11T01:45:12.000Z
#pragma once #include "Database.h" #include <vector> namespace EasyCpp { namespace Database { class DLL_EXPORT DatabaseDriver { public: virtual ~DatabaseDriver() {} /// <summary>Create a instance of this database type using the provided DSN and options.</summary> virtual DatabasePtr createInstance(con...
24.666667
101
0.727477
[ "vector" ]
ba1ae65bebf8bb1ed06c7842d72f7eb26026bdbd
1,857
h
C
Code/Framework/AzCore/AzCore/std/function/function_fwd.h
cypherdotXd/o3de
bb90c4ddfe2d495e9c00ebf1e2650c6d603a5676
[ "Apache-2.0", "MIT" ]
11
2021-07-08T09:58:26.000Z
2022-03-17T17:59:26.000Z
Code/Framework/AzCore/AzCore/std/function/function_fwd.h
RoddieKieley/o3de
e804fd2a4241b039a42d9fa54eaae17dc94a7a92
[ "Apache-2.0", "MIT" ]
29
2021-07-06T19:33:52.000Z
2022-03-22T10:27:49.000Z
Code/Framework/AzCore/AzCore/std/function/function_fwd.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 * */ // Based on boost 1.39.0 #ifndef AZSTD_FUNCTION_FWD_H #define AZSTD_FUNCTION_FWD_H #include <AzCor...
45.292683
175
0.735595
[ "3d" ]
ba263800e4d5a20d300391d1c00f2059922f8e79
13,161
c
C
src/image.c
gamemasterplc/n64game
b4a478fd65aac15f54ce493640c729bab8391a58
[ "MIT" ]
2
2021-11-17T06:14:15.000Z
2021-11-20T00:46:04.000Z
src/image.c
gamemasterplc/n64game
b4a478fd65aac15f54ce493640c729bab8391a58
[ "MIT" ]
null
null
null
src/image.c
gamemasterplc/n64game
b4a478fd65aac15f54ce493640c729bab8391a58
[ "MIT" ]
1
2021-12-09T10:21:45.000Z
2021-12-09T10:21:45.000Z
#include <ultra64.h> #include "fs.h" #include "gfx.h" #include "malloc.h" #include "image.h" N64Image *ImageLoad(char *path) { FSFile file; if(!FSOpen(&file, path)) { //Failed to load file return NULL; } //Read image file u32 length = FSGetLength(&file); N64Image *image = malloc(length); FSRead(&file, image...
29.117257
123
0.663627
[ "render" ]
ba2d505155b8684a23e800f1dbd98a2a5e874819
5,108
h
C
include/db/dbtable.h
mamontov-cpp/saddy
f20a0030e18af9e0714fe56c19407fbeacc529a7
[ "BSD-2-Clause" ]
58
2015-08-09T14:56:35.000Z
2022-01-15T22:06:58.000Z
include/db/dbtable.h
mamontov-cpp/saddy-graphics-engine-2d
e25a6637fcc49cb26614bf03b70e5d03a3a436c7
[ "BSD-2-Clause" ]
245
2015-08-08T08:44:22.000Z
2022-01-04T09:18:08.000Z
include/db/dbtable.h
mamontov-cpp/saddy
f20a0030e18af9e0714fe56c19407fbeacc529a7
[ "BSD-2-Clause" ]
23
2015-12-06T03:57:49.000Z
2020-10-12T14:15:50.000Z
/*! \file db/dbtable.h Contains definition of class Table, which represents object table in database. */ #pragma once #include "dbobject.h" #include "../refcountable.h" namespace sad { namespace db { class Database; class ObjectFactory; /*! \class Table A table, which represent...
31.337423
106
0.584965
[ "object", "vector" ]
ba3a28c12cc8fea9bce5d60c32d683aed2d2aa5f
4,757
h
C
Computational_Module/Computational_Module_Class_File.h
ValveDigitalHealth/EPlabResearchWorksApp
bfae0b2e5e492bca778e96457738ba316e77b197
[ "MIT" ]
null
null
null
Computational_Module/Computational_Module_Class_File.h
ValveDigitalHealth/EPlabResearchWorksApp
bfae0b2e5e492bca778e96457738ba316e77b197
[ "MIT" ]
null
null
null
Computational_Module/Computational_Module_Class_File.h
ValveDigitalHealth/EPlabResearchWorksApp
bfae0b2e5e492bca778e96457738ba316e77b197
[ "MIT" ]
null
null
null
//--------------------------------------------------------------------------- /* MIT LICENSE Copyright (c) 2021 Pawel Kuklik 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, i...
39.641667
90
0.558335
[ "object", "vector" ]
ba4143e7034b7cbdcaee2f7cbeeafddf4eacc41e
7,391
h
C
termsrv/remdsk/server/sessmgr/map.h
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
termsrv/remdsk/server/sessmgr/map.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
termsrv/remdsk/server/sessmgr/map.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/*++ Copyright (c) 1999-2000 Microsoft Corporation Module Name: map.h Abstract: Implementation of MAP<> template based on STL's map<> Author: HueiWang 2/17/2000 --*/ #ifndef __MAP_H__ #define __MAP_H__ #include "tsstl.h" #include "locks.h" class CMAPException { public:...
21.17765
94
0.436071
[ "object" ]
ba47726e9d01c543073c0fabc683fb1cd9864c7f
5,162
c
C
private/ntos/ke/ia64/ia32init.c
King0987654/windows2000
01f9c2e62c4289194e33244aade34b7d19e7c9b8
[ "MIT" ]
11
2017-09-02T11:27:08.000Z
2022-01-02T15:25:24.000Z
private/ntos/ke/ia64/ia32init.c
King0987654/windows2000
01f9c2e62c4289194e33244aade34b7d19e7c9b8
[ "MIT" ]
null
null
null
private/ntos/ke/ia64/ia32init.c
King0987654/windows2000
01f9c2e62c4289194e33244aade34b7d19e7c9b8
[ "MIT" ]
14
2019-01-16T01:01:23.000Z
2022-02-20T15:54:27.000Z
/*++ Module Name: ia32init.c Abstract: This module contains code to support iA32 resources structures Author: Revision History: --*/ #include "ki.h" #if defined(WX86) VOID KiInitializeGdtEntry ( OUT PKGDTENTRY GdtEntry, IN ULONG Base, IN ULONG Limit, IN...
24.009302
79
0.639093
[ "object" ]