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
66718ce9067a28914a42f29297ce0694bcf5b408
760
h
C
chunkmesh.h
Sirvoid/Raylib_VoxelEngine
7d69d38c619e89219168de6574bcd48f0ae44e6e
[ "MIT" ]
19
2021-06-16T07:12:50.000Z
2021-11-21T06:07:51.000Z
chunkmesh.h
Sirvoid/Raylib_VoxelEngine
7d69d38c619e89219168de6574bcd48f0ae44e6e
[ "MIT" ]
1
2021-11-08T13:28:07.000Z
2021-11-08T21:31:44.000Z
chunkmesh.h
Sirvoid/Raylib_VoxelEngine
7d69d38c619e89219168de6574bcd48f0ae44e6e
[ "MIT" ]
3
2021-06-21T02:16:54.000Z
2021-11-08T17:54:42.000Z
/** * Copyright (c) 2021 Sirvoid * * This software is released under the MIT License. * https://opensource.org/licenses/MIT */ #ifndef G_CHUNKMESH_H #define G_CHUNKMESH_H #define MAX_CHUNKMESH_VERTEX_BUFFERS 3 typedef struct ChunkMesh { int vertexCount; int drawVertexCount; int tria...
23.75
74
0.726316
[ "mesh", "transform" ]
667cef6bfa4e8d8ae02a780e5cce78dced5d339a
8,410
h
C
src/Multivector.h
mauriciocele/fast-rotor-estimation
1ee3f5a4aaee83f66e8ced209c2891b6e2045856
[ "MIT" ]
2
2020-07-28T15:34:57.000Z
2021-09-24T06:04:03.000Z
src/Multivector.h
mauriciocele/fast-rotor-estimation
1ee3f5a4aaee83f66e8ced209c2891b6e2045856
[ "MIT" ]
null
null
null
src/Multivector.h
mauriciocele/fast-rotor-estimation
1ee3f5a4aaee83f66e8ced209c2891b6e2045856
[ "MIT" ]
null
null
null
#pragma once #include <Eigen/Core> #include <Eigen/Dense> #include <vector> #include "BasisBlade.h" struct Multivector { /** Creates a new instance of Multivector */ Multivector(); /** do not modify 'B' for it is not copied */ Multivector(const std::vector<BasisBlade>& B); /** do not modify 'B' ...
43.57513
174
0.701665
[ "vector" ]
66805b41b923bb751811e695f52111f9434f85d5
5,852
h
C
src/internal.h
VVingerfly/Toucan
3ca3cd9c7152905ba8b75eadb110e9d2dcb0f4b1
[ "MIT" ]
12
2020-12-14T10:07:18.000Z
2022-01-12T04:32:56.000Z
src/internal.h
VVingerfly/Toucan
3ca3cd9c7152905ba8b75eadb110e9d2dcb0f4b1
[ "MIT" ]
1
2021-06-21T12:13:06.000Z
2021-06-21T12:13:06.000Z
src/internal.h
VVingerfly/Toucan
3ca3cd9c7152905ba8b75eadb110e9d2dcb0f4b1
[ "MIT" ]
1
2021-04-02T16:19:38.000Z
2021-04-02T16:19:38.000Z
#pragma once #include <mutex> #include <vector> #include <list> #include <atomic> #include <thread> #include <condition_variable> #include <glad/glad.h> #include <GLFW/glfw3.h> #include <renderdoc/renderdoc.h> #include "Toucan/DataTypes.h" #include "asset.h" namespace Toucan { enum class ElementType2D { LinePlot2...
20.461538
86
0.78691
[ "vector" ]
669ebc1237dea7d77774514241153690d55d917f
2,889
c
C
srcs/rt_jtoc/rt_jtoc_get_textures.c
dolovnyak/rt_indi
def722cd81a9163ba8b531fb4d651b316cfa1190
[ "Unlicense" ]
3
2019-12-11T16:26:30.000Z
2021-07-05T08:28:32.000Z
srcs/rt_jtoc/rt_jtoc_get_textures.c
dolovnyak/rt_indi
def722cd81a9163ba8b531fb4d651b316cfa1190
[ "Unlicense" ]
null
null
null
srcs/rt_jtoc/rt_jtoc_get_textures.c
dolovnyak/rt_indi
def722cd81a9163ba8b531fb4d651b316cfa1190
[ "Unlicense" ]
3
2019-10-12T14:56:50.000Z
2019-11-04T10:58:03.000Z
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* rt_jtoc_get_textures.c :+: :+: :+: ...
31.064516
80
0.519557
[ "object" ]
66a059fbb23cbcc001dbfd25e69e21167faf0d19
1,350
h
C
Sources/Renderer/BatchRenderer.h
friendshipismagic/dash-engine
1eec827665e6396e6cd1f41c839769a92583b820
[ "Beerware" ]
null
null
null
Sources/Renderer/BatchRenderer.h
friendshipismagic/dash-engine
1eec827665e6396e6cd1f41c839769a92583b820
[ "Beerware" ]
null
null
null
Sources/Renderer/BatchRenderer.h
friendshipismagic/dash-engine
1eec827665e6396e6cd1f41c839769a92583b820
[ "Beerware" ]
null
null
null
/* * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): * <clement@decoodt.eu> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can b...
29.347826
79
0.623704
[ "render", "model" ]
66a202470cb966ce14806c1a28e88e7daaf67589
22,977
c
C
components/SE050/COMPONENT_SE050/sss/src/se05x/fsl_sss_se05x_fastscp.c
scpf19/mbed-os
041765eaa846f984870301e5f20871f503f6d521
[ "Apache-2.0" ]
1
2020-08-23T20:24:19.000Z
2020-08-23T20:24:19.000Z
sdk_k64f/middleware/se_hostlib/sss/src/se05x/fsl_sss_se05x_fastscp.c
Sir-Branch/xxxx-starter-template
f8959fd185f090363d180d69f84c2727e37cbeeb
[ "MIT" ]
1
2020-08-24T00:41:48.000Z
2020-08-24T02:17:44.000Z
sdk_k64f/middleware/se_hostlib/sss/src/se05x/fsl_sss_se05x_fastscp.c
Sir-Branch/xxxx-starter-template
f8959fd185f090363d180d69f84c2727e37cbeeb
[ "MIT" ]
null
null
null
/* Copyright 2019 NXP * * This software is owned or controlled by NXP and may only be used * strictly in accordance with the applicable license terms. By expressly * accepting such terms or by downloading, installing, activating and/or * otherwise using the software, you are agreeing that you have read, and * th...
33.155844
88
0.670758
[ "object" ]
66a3ba54a92ff97cee3073719945867761907aaa
8,375
c
C
Codes/C-code/servo.c
eyantra/Autonomous_Waiter_Robot_using_Firebird_ATmega2560
d8896c07a6d0daf7fa2fa6b0d94f2a636f1ed830
[ "MIT" ]
null
null
null
Codes/C-code/servo.c
eyantra/Autonomous_Waiter_Robot_using_Firebird_ATmega2560
d8896c07a6d0daf7fa2fa6b0d94f2a636f1ed830
[ "MIT" ]
null
null
null
Codes/C-code/servo.c
eyantra/Autonomous_Waiter_Robot_using_Firebird_ATmega2560
d8896c07a6d0daf7fa2fa6b0d94f2a636f1ed830
[ "MIT" ]
null
null
null
/******************************************************************************** Written by: Sachitanand Malewar NEX Robotics Pvt. Ltd. AVR Studio Version 4.17, Build 666 Date: 13th January 2010 This experiment demonstrates Servo motor control using PWM. Concepts covered: Use of timer to generate PWM for ser...
34.751037
114
0.695403
[ "object" ]
66aefddf0012267913fd38ed80b7fe57de0d380d
1,996
c
C
ttyinit.c
jcavalieri8619/XINU_emulation
efd9d2632f3993356dd0007646f8e50411677198
[ "MIT" ]
null
null
null
ttyinit.c
jcavalieri8619/XINU_emulation
efd9d2632f3993356dd0007646f8e50411677198
[ "MIT" ]
null
null
null
ttyinit.c
jcavalieri8619/XINU_emulation
efd9d2632f3993356dd0007646f8e50411677198
[ "MIT" ]
null
null
null
/* ttyinit.c - ttyinit */ #include <conf.h> #include <kernel.h> #include <proc.h> #include <tty.h> #include <io.h> #include <slu.h> /*------------------------------------------------------------------------ * ttyinit - initialize buffers and modes for a tty line *--------------------------------------------------...
36.962963
74
0.561122
[ "vector" ]
66b269584e2e27d5a4b3e982dacf271c57ea8b17
6,700
h
C
include/internal/HMSocketUtilBase.h
varsameer/NetCHASM
3071241ce0d2cddc077e5e7e1b957677d733ae76
[ "Apache-2.0" ]
13
2019-06-06T01:14:30.000Z
2022-03-03T05:57:51.000Z
include/internal/HMSocketUtilBase.h
varsameer/NetCHASM
3071241ce0d2cddc077e5e7e1b957677d733ae76
[ "Apache-2.0" ]
7
2019-07-23T18:31:20.000Z
2021-05-26T12:57:34.000Z
include/internal/HMSocketUtilBase.h
varsameer/NetCHASM
3071241ce0d2cddc077e5e7e1b957677d733ae76
[ "Apache-2.0" ]
12
2019-06-27T13:58:03.000Z
2021-12-23T07:43:06.000Z
// Copyright 2019, Oath Inc. // Licensed under the terms of the Apache 2.0 license. See LICENSE file in the root of the distribution for licensing details. #ifndef HMSOCKETUTIL_BASE_H_ #define HMSOCKETUTIL_BASE_H_ #include <mutex> #include "HMConstants.h" #include "HMTimeStamp.h" #include "HMIPAddress.h" class HMDat...
32.36715
126
0.652687
[ "vector" ]
66db373a998d546d27e4c9d36b8dcabb61335c8c
6,555
c
C
event.c
dosbre/xray
560613a368e492dbc0161f18382c32795a7704d4
[ "MIT" ]
1
2015-01-14T19:32:13.000Z
2015-01-14T19:32:13.000Z
event.c
dosbre/xray
560613a368e492dbc0161f18382c32795a7704d4
[ "MIT" ]
null
null
null
event.c
dosbre/xray
560613a368e492dbc0161f18382c32795a7704d4
[ "MIT" ]
null
null
null
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <xcb/xcb.h> #include <xcb/composite.h> #include <xcb/damage.h> #include <xcb/xcb_renderutil.h> #include "xray.h" void create_notify(xcb_create_notify_event_t *e) { struct window *w; xcb_get_window_attributes_cookie_t ack; xcb_get_window_attributes_...
27.086777
69
0.656293
[ "geometry" ]
66dc8c0220e9b505c3f8b5fe752d1d3324d9aa80
1,934
h
C
LinkedList/include/LinkedList.h
KeitetsuWorks/gnuplot_sample
0a27052eb28ee810efc5811c3788c7b56aa6a4e3
[ "MIT" ]
null
null
null
LinkedList/include/LinkedList.h
KeitetsuWorks/gnuplot_sample
0a27052eb28ee810efc5811c3788c7b56aa6a4e3
[ "MIT" ]
null
null
null
LinkedList/include/LinkedList.h
KeitetsuWorks/gnuplot_sample
0a27052eb28ee810efc5811c3788c7b56aa6a4e3
[ "MIT" ]
null
null
null
/** * @file LinkedList.h * @brief 連結リスト管理 * @author Keitetsu * @date 2013/09/21 * @copyright Copyright (c) 2013 Keitetsu * @par License * This software is released under the MIT License. */ #pragma once /* __LINKEDLIST_H__ */ /** * @struct list_element_st ...
24.481013
64
0.564633
[ "object" ]
66ed9be54f0aac66bf9df7f5d7ebb81388f9403f
23,961
h
C
inc/drivers/AKHILAFLEXDisplay.h
AkhilaLabs/bsp-AkhilaFlex-0
302a4f4aa4b9d3b0a5bea2c3a7f97707ebf3cfd2
[ "MIT" ]
null
null
null
inc/drivers/AKHILAFLEXDisplay.h
AkhilaLabs/bsp-AkhilaFlex-0
302a4f4aa4b9d3b0a5bea2c3a7f97707ebf3cfd2
[ "MIT" ]
null
null
null
inc/drivers/AKHILAFLEXDisplay.h
AkhilaLabs/bsp-AkhilaFlex-0
302a4f4aa4b9d3b0a5bea2c3a7f97707ebf3cfd2
[ "MIT" ]
null
null
null
/* The MIT License (MIT) Copyright (c) 2016 British Broadcasting Corporation. This software is provided by Lancaster University by arrangement with the BBC. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to dea...
35.081991
216
0.637828
[ "render", "object" ]
0f00c9057f71827b14cc1dbb31f7c580d1ac756d
337
h
C
day14/polymer.h
HappyCerberus/moderncpp-aoc-2021
0973201f2e1c2c6c2900162e3829a68477818ced
[ "MIT" ]
20
2021-12-04T04:53:22.000Z
2022-02-24T23:37:31.000Z
day14/polymer.h
HappyCerberus/moderncpp-aoc-2021
0973201f2e1c2c6c2900162e3829a68477818ced
[ "MIT" ]
null
null
null
day14/polymer.h
HappyCerberus/moderncpp-aoc-2021
0973201f2e1c2c6c2900162e3829a68477818ced
[ "MIT" ]
1
2022-01-04T22:12:05.000Z
2022-01-04T22:12:05.000Z
#ifndef POLYMER_H_ #define POLYMER_H_ #include "pair.h" #include "parsing.h" #include <string> #include <unordered_map> #include <vector> struct FrequencyCounter { FrequencyCounter(const std::string &); void tick(const InsertionRules &); std::vector<uint64_t> char_freq; std::unordered_map<Pair, uint64_t> pair...
19.823529
47
0.747774
[ "vector" ]
0f028f12cab5ac3d15383d564190a2bf831886b8
6,610
h
C
src/client_main/engine/entities/character.h
snowmeltarcade/projectfarm
6a35330f63bff06465c4ee1a0fbc5277c0d22982
[ "MIT" ]
null
null
null
src/client_main/engine/entities/character.h
snowmeltarcade/projectfarm
6a35330f63bff06465c4ee1a0fbc5277c0d22982
[ "MIT" ]
7
2021-05-30T21:52:39.000Z
2021-06-25T22:35:28.000Z
src/client_main/engine/entities/character.h
snowmeltarcade/projectfarm
6a35330f63bff06465c4ee1a0fbc5277c0d22982
[ "MIT" ]
null
null
null
#ifndef PROJECTFARM_CHARACTER_H #define PROJECTFARM_CHARACTER_H #include <memory> #include "entity.h" #include "graphics/tile_map.h" #include "graphics/consume_tile_set_pool.h" #include "engine/consume_game.h" #include "engine/actionable_entity.h" #include "state/state_machine.h" #include "entities/character_states.h...
41.055901
122
0.692133
[ "render", "vector" ]
0f04794dd7424eb46fc7e746134ddcd778537f39
5,323
h
C
src/Utilities/LODGenerator/LODGenerator.h
WhiteBlackGoose/MxEngine
41018d0e6ceb7d760be22721865cd88cca362a1d
[ "BSD-3-Clause" ]
1
2021-06-18T15:53:41.000Z
2021-06-18T15:53:41.000Z
src/Utilities/LODGenerator/LODGenerator.h
WhiteBlackGoose/MxEngine
41018d0e6ceb7d760be22721865cd88cca362a1d
[ "BSD-3-Clause" ]
null
null
null
src/Utilities/LODGenerator/LODGenerator.h
WhiteBlackGoose/MxEngine
41018d0e6ceb7d760be22721865cd88cca362a1d
[ "BSD-3-Clause" ]
null
null
null
// Copyright(c) 2019 - 2020, #Momo // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met : // // 1. Redistributions of source code must retain the above copyright notice, this // list of conditions...
44.731092
167
0.68514
[ "mesh", "object" ]
0f04d825ed8edf7030e241c4c54d0e4cf89ee02c
616
h
C
ZAPD/ZRoom/Commands/SetLightList.h
zbanks/ZAPD
a357277e412b5e8f0f2f0578c7d7d213e8744c8d
[ "MIT" ]
null
null
null
ZAPD/ZRoom/Commands/SetLightList.h
zbanks/ZAPD
a357277e412b5e8f0f2f0578c7d7d213e8744c8d
[ "MIT" ]
null
null
null
ZAPD/ZRoom/Commands/SetLightList.h
zbanks/ZAPD
a357277e412b5e8f0f2f0578c7d7d213e8744c8d
[ "MIT" ]
null
null
null
#pragma once #include <string> #include "../ZRoom.h" #include "../ZRoomCommand.h" #include "ZFile.h" class SetLightList : public ZRoomCommand { public: SetLightList(ZRoom* nZRoom, std::vector<uint8_t> rawData, uint32_t rawDataIndex); virtual std::string GenerateSourceCodePass1(std::string roomName, ...
24.64
82
0.717532
[ "vector" ]
0f0601a49d73d62edbec020542d6d475cf89ee0e
1,170
h
C
HolographicAppForOpenGLES1/Importer.h
peted70/hololens-fbx-viewer
db5a0dcaab443e3c8fce977f82ceefcff496b0a8
[ "MIT" ]
16
2017-05-14T13:55:32.000Z
2021-12-13T16:15:32.000Z
HolographicAppForOpenGLES1/Importer.h
peted70/hololens-fbx-viewer
db5a0dcaab443e3c8fce977f82ceefcff496b0a8
[ "MIT" ]
null
null
null
HolographicAppForOpenGLES1/Importer.h
peted70/hololens-fbx-viewer
db5a0dcaab443e3c8fce977f82ceefcff496b0a8
[ "MIT" ]
6
2018-03-27T18:06:04.000Z
2021-08-08T02:00:03.000Z
#pragma once #include <fbxsdk.h> #include <fbxsdk\scene\geometry\fbxgeometry.h> #include <fbxsdk\fileio\fbximporter.h> #include <functional> #include "Model.h" #include "utils.h" using namespace fbxsdk; using namespace std; class Importer { public: Importer(); ~Importer(); unique_ptr<Model> LoadModelFromFile(cons...
26.590909
89
0.781197
[ "geometry", "model" ]
0f090165547274ced1a794a48cc71357b3f0df31
5,316
h
C
qt-creator-opensource-src-4.6.1/src/plugins/debugger/qml/qmlinspectoragent.h
kevinlq/Qt-Creator-Opensource-Study
b8cadff1f33f25a5d4ef33ed93f661b788b1ba0f
[ "MIT" ]
5
2018-12-22T14:49:13.000Z
2022-01-13T07:21:46.000Z
qt-creator-opensource-src-4.6.1/src/plugins/debugger/qml/qmlinspectoragent.h
kevinlq/Qt-Creator-Opensource-Study
b8cadff1f33f25a5d4ef33ed93f661b788b1ba0f
[ "MIT" ]
null
null
null
qt-creator-opensource-src-4.6.1/src/plugins/debugger/qml/qmlinspectoragent.h
kevinlq/Qt-Creator-Opensource-Study
b8cadff1f33f25a5d4ef33ed93f661b788b1ba0f
[ "MIT" ]
8
2018-07-17T03:55:48.000Z
2021-12-22T06:37:53.000Z
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this file in ** accordance w...
33.433962
100
0.735327
[ "object" ]
585d984106a5fc6099bb7dd5772e51b164d4a56a
3,292
h
C
actor-apps/core-async-cocoa/src/im/actor/model/modules/search/SearchActor.h
DragonStuff/actor-platform
d262e6bb3c18b20eb35551313bce16c471cd2928
[ "MIT" ]
null
null
null
actor-apps/core-async-cocoa/src/im/actor/model/modules/search/SearchActor.h
DragonStuff/actor-platform
d262e6bb3c18b20eb35551313bce16c471cd2928
[ "MIT" ]
null
null
null
actor-apps/core-async-cocoa/src/im/actor/model/modules/search/SearchActor.h
DragonStuff/actor-platform
d262e6bb3c18b20eb35551313bce16c471cd2928
[ "MIT" ]
null
null
null
// // Generated by the J2ObjC translator. DO NOT EDIT! // source: /Users/ex3ndr/Develop/actor-platform/actor-apps/core/src/main/java/im/actor/model/modules/search/SearchActor.java // #ifndef _ImActorModelModulesSearchSearchActor_H_ #define _ImActorModelModulesSearchSearchActor_H_ #include "J2ObjC_header.h" #includ...
36.988764
199
0.89277
[ "model" ]
586482fd7c3dd32404f30e32da9aea6f4c46de48
1,840
h
C
DicomWebStorge/Orthanc-1.7.4/OrthancFramework/Sources/DicomNetworking/IMoveRequestHandler.h
a2609194449/Assistant-decision-making-system-for-gallbladder-cancer-
75a9d3432cb510ea94fa09cc9b440e8b8e7f0a84
[ "MIT" ]
1
2020-11-05T08:34:23.000Z
2020-11-05T08:34:23.000Z
DicomWebStorge/Orthanc-1.7.4/OrthancFramework/Sources/DicomNetworking/IMoveRequestHandler.h
a2609194449/Assistant-decision-making-system-for-gallbladder-cancer-
75a9d3432cb510ea94fa09cc9b440e8b8e7f0a84
[ "MIT" ]
null
null
null
DicomWebStorge/Orthanc-1.7.4/OrthancFramework/Sources/DicomNetworking/IMoveRequestHandler.h
a2609194449/Assistant-decision-making-system-for-gallbladder-cancer-
75a9d3432cb510ea94fa09cc9b440e8b8e7f0a84
[ "MIT" ]
1
2020-11-12T09:00:30.000Z
2020-11-12T09:00:30.000Z
/** * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2020 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the G...
26.666667
74
0.633152
[ "vector" ]
58656bea6b497f5342839eb7d6008f2fd7c9a1c6
620
c
C
lib/wizards/walla/larvaeventti.c
vlehtola/questmud
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
[ "MIT" ]
null
null
null
lib/wizards/walla/larvaeventti.c
vlehtola/questmud
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
[ "MIT" ]
null
null
null
lib/wizards/walla/larvaeventti.c
vlehtola/questmud
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
[ "MIT" ]
null
null
null
cmd_event_larvae(arg) { object list; object varjo; int i,o; //if(!arg || sscanf(arg, "%d", i) != 1) return; list = users(); for(o=0;o<sizeof(list);o++) { if(list[o]->query_wiz()==0 //&& (list[o]->query_name()=="Naltesttwo" || list[o]->query_name()=="Naltestthr") ) ...
24.8
81
0.522581
[ "object" ]
58796b9a3fdbe020fbe8dae964cb77f24973196c
3,357
h
C
src/modules/audio_processing/ns/main/source/nsx_defines.h
roisagiv/webrtc-ndk
b22a896d995a5601dade8a26ad20f6eb166bae80
[ "BSD-3-Clause" ]
3
2015-08-31T15:24:31.000Z
2020-04-24T20:31:29.000Z
modules/audio_processing/ns/main/source/nsx_defines.h
stoiczek/WebRTC
6d8190b8c89b3bee9c5ee9eabbd9d67169449f8c
[ "BSD-3-Clause" ]
null
null
null
modules/audio_processing/ns/main/source/nsx_defines.h
stoiczek/WebRTC
6d8190b8c89b3bee9c5ee9eabbd9d67169449f8c
[ "BSD-3-Clause" ]
5
2015-10-30T17:35:19.000Z
2021-06-04T01:39:27.000Z
/* * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
56.898305
95
0.727137
[ "model" ]
587a0c183a71c855a6d317b5d0546669a10110a6
5,909
c
C
src/matrix_factorization.c
Alex-X-W/Recommender
21a5cf528895ef8e95c20590aad35a3d5b97e922
[ "BSD-2-Clause" ]
237
2015-01-06T20:09:59.000Z
2022-03-13T12:18:01.000Z
src/matrix_factorization.c
Alex-X-W/Recommender
21a5cf528895ef8e95c20590aad35a3d5b97e922
[ "BSD-2-Clause" ]
7
2021-05-15T07:51:21.000Z
2021-05-18T09:38:35.000Z
src/matrix_factorization.c
Alex-X-W/Recommender
21a5cf528895ef8e95c20590aad35a3d5b97e922
[ "BSD-2-Clause" ]
68
2015-01-07T14:02:45.000Z
2022-01-25T16:01:54.000Z
/*- * Copyright (c) 2012 Hamrouni Ghassen. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of condition...
29.693467
94
0.681334
[ "vector" ]
58879f6d64fd9bb2187c924a6ef730c014c27ba2
1,029
h
C
simplefvm/src/FVMSolver/MeshInformation/MeshInfoManager.h
artvns/SimpleFvm
5a8eca332d6780e738c0bc6c8c2b787b47b5b20d
[ "MIT" ]
4
2022-01-03T08:45:55.000Z
2022-01-06T19:57:11.000Z
simplefvm/src/FVMSolver/MeshInformation/MeshInfoManager.h
artvns/SimpleFvm
5a8eca332d6780e738c0bc6c8c2b787b47b5b20d
[ "MIT" ]
null
null
null
simplefvm/src/FVMSolver/MeshInformation/MeshInfoManager.h
artvns/SimpleFvm
5a8eca332d6780e738c0bc6c8c2b787b47b5b20d
[ "MIT" ]
null
null
null
#ifndef SIMPLEFVM_FVMSOLVER_MESHINFORMATION_MESHINFOMANAGER_H #define SIMPLEFVM_FVMSOLVER_MESHINFORMATION_MESHINFOMANAGER_H #include <memory> #include <vector> #include <string> #include "FVMSolver/DataReciever/DataManager.h" #include "FVMSolver/MeshInformation/MeshInfo.h" #include "FVMSolver/BoundaryConditions/Parts...
26.384615
76
0.778426
[ "vector" ]
5893da2057acd4abbd5d12734bfe20a2f248a296
97,074
c
C
src/storage/gstor/zekernel/common/cm_dec8.c
opengauss-mirror/DCC
b32ae696df92d2d1d7d261de0153acaa34080588
[ "MulanPSL-1.0" ]
null
null
null
src/storage/gstor/zekernel/common/cm_dec8.c
opengauss-mirror/DCC
b32ae696df92d2d1d7d261de0153acaa34080588
[ "MulanPSL-1.0" ]
null
null
null
src/storage/gstor/zekernel/common/cm_dec8.c
opengauss-mirror/DCC
b32ae696df92d2d1d7d261de0153acaa34080588
[ "MulanPSL-1.0" ]
null
null
null
/* * Copyright (c) 2022 Huawei Technologies Co.,Ltd. * * openGauss is licensed under Mulan PSL v2. * You can use this software according to the terms and conditions of the Mulan PSL v2. * You may obtain a copy of Mulan PSL v2 at: * * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ...
30.603405
118
0.60764
[ "model" ]
5896901398475698500bbb3662dff78746f22c53
13,889
c
C
GGES/demo/pack.c
dabingrosewood/MasterThesisProj
7e40fa2395468a1bccef429362a61ed8515ecc11
[ "MIT" ]
3
2018-05-05T20:04:59.000Z
2021-04-02T00:50:25.000Z
GGES/demo/pack.c
dabingrosewood/MasterThesisProj
7e40fa2395468a1bccef429362a61ed8515ecc11
[ "MIT" ]
1
2018-02-11T16:43:19.000Z
2018-02-12T09:26:47.000Z
GGES/demo/pack.c
dabingrosewood/MasterThesisProj
7e40fa2395468a1bccef429362a61ed8515ecc11
[ "MIT" ]
2
2016-10-02T21:12:45.000Z
2018-12-11T02:01:58.000Z
#define _GNU_SOURCE #include <stdio.h> #include <stdlib.h> #include <string.h> #include "pack.h" struct packing_instance *new_packing_instance(int N, int M, double C, double *s, double (*rnd)(void), int LB) { struct packing_instance *instance; instance = malloc(sizeof(struct packing_instance)); instanc...
23.264657
122
0.524732
[ "object" ]
589c998a9a07b9b9fef52256f8f637987578bc7a
2,232
h
C
dslam/src/3rd/line_extraction/line.h
CARMinesDouai/MutiRobotExplorationPackages
725f36eaa22adb33be7f5961db1a0f8e50fdadbd
[ "MIT" ]
7
2016-12-10T15:44:00.000Z
2020-08-27T17:40:11.000Z
dslam/src/3rd/line_extraction/line.h
CARMinesDouai/MutiRobotExplorationPackages
725f36eaa22adb33be7f5961db1a0f8e50fdadbd
[ "MIT" ]
2
2020-04-14T15:19:53.000Z
2021-01-26T21:26:47.000Z
dslam/src/3rd/line_extraction/line.h
CARMinesDouai/MutiRobotExplorationPackages
725f36eaa22adb33be7f5961db1a0f8e50fdadbd
[ "MIT" ]
2
2017-01-29T03:01:06.000Z
2021-12-15T14:59:10.000Z
#ifndef LINE_EXTRACTION_LINE_H #define LINE_EXTRACTION_LINE_H #include <vector> #include <boost/array.hpp> #include <pcl/point_types.h> #include <pcl/common/projection_matrix.h> #include <tf/transform_listener.h> #include "3rd/line_extraction/utilities.h" namespace dslam { class Line { public: // Constructor / de...
29.76
89
0.723566
[ "vector", "transform" ]
589dc9695ac0a6a2f39eb095d2f51b02ba41ff0a
11,011
h
C
src/scripting/congregation_of_data_managers.h
kliment-olechnovic/voronota
4e3063aa86b44f1f2e7b088ec9976f3e12047549
[ "MIT" ]
9
2019-08-23T10:46:18.000Z
2022-03-11T12:20:27.000Z
src/scripting/congregation_of_data_managers.h
kliment-olechnovic/voronota
4e3063aa86b44f1f2e7b088ec9976f3e12047549
[ "MIT" ]
null
null
null
src/scripting/congregation_of_data_managers.h
kliment-olechnovic/voronota
4e3063aa86b44f1f2e7b088ec9976f3e12047549
[ "MIT" ]
3
2020-09-17T19:07:47.000Z
2021-04-29T01:19:38.000Z
#ifndef SCRIPTING_CONGREGATION_OF_DATA_MANAGERS_H_ #define SCRIPTING_CONGREGATION_OF_DATA_MANAGERS_H_ #include "data_manager.h" namespace voronota { namespace scripting { class CongregationOfDataManagers { public: class ChangeIndicator { public: ChangeIndicator() : changed_objects_(false), changed_object...
24.688341
120
0.716919
[ "object", "vector" ]
58a6b7d907f6e3534c46cf9f5600f4a3b2455aa8
7,992
h
C
lib/mayaUsd/fileio/jobContextRegistry.h
sun-frog/maya-usd
561fc867e192e426749c9df59807cc836d16a2c2
[ "Apache-2.0" ]
1
2021-09-25T12:49:16.000Z
2021-09-25T12:49:16.000Z
lib/mayaUsd/fileio/jobContextRegistry.h
sun-frog/maya-usd
561fc867e192e426749c9df59807cc836d16a2c2
[ "Apache-2.0" ]
null
null
null
lib/mayaUsd/fileio/jobContextRegistry.h
sun-frog/maya-usd
561fc867e192e426749c9df59807cc836d16a2c2
[ "Apache-2.0" ]
2
2020-10-24T00:41:18.000Z
2021-02-24T07:05:47.000Z
// // Copyright 2021 Autodesk // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
40.160804
100
0.623248
[ "render" ]
58a8301f10a5cd93f038810549b0611531732504
1,401
h
C
src/Hazel/Renderer2D/Animation2D.h
TroyNeubauer/hazel
f2c1993048e6e12ab0a44a533343c9da54004233
[ "Apache-2.0" ]
1
2019-10-21T20:50:07.000Z
2019-10-21T20:50:07.000Z
src/Hazel/Renderer2D/Animation2D.h
TroyNeubauer/hazel
f2c1993048e6e12ab0a44a533343c9da54004233
[ "Apache-2.0" ]
null
null
null
src/Hazel/Renderer2D/Animation2D.h
TroyNeubauer/hazel
f2c1993048e6e12ab0a44a533343c9da54004233
[ "Apache-2.0" ]
null
null
null
#pragma once #include "Hazel/Renderer/Texture.h" #include "Hazel/Core/Core.h" #include "Hazel/Core/glm.h" #include <utility> namespace Hazel { struct Frame { glm::ivec2 Top; glm::ivec2 Bottom; float Duration; }; struct AnimationDef2D { Ref<Texture2D> m_Texture; std::vector<Frame> m_Frames; static...
23.745763
157
0.721627
[ "vector" ]
58a88fcb0cd6504572f6479e46d1d6ef6d96a6d7
1,363
h
C
Example/Example/CRTagsLabel/CRTagsView.h
Lcrnice/CRTagsLabel
36e5445498d0c19aa417577b23f8868ba8876184
[ "MIT" ]
null
null
null
Example/Example/CRTagsLabel/CRTagsView.h
Lcrnice/CRTagsLabel
36e5445498d0c19aa417577b23f8868ba8876184
[ "MIT" ]
null
null
null
Example/Example/CRTagsLabel/CRTagsView.h
Lcrnice/CRTagsLabel
36e5445498d0c19aa417577b23f8868ba8876184
[ "MIT" ]
null
null
null
// // CRTagsView.h // TestDemo // // Created by Lcrnice on 16/11/9. // Copyright © 2016年 Easylive. All rights reserved. // #import <UIKit/UIKit.h> @interface CRTagsView : UIView @property (nonatomic, strong) UILabel *label; @property (nonatomic, strong) UIImage *image; @property (nonatomic, assign) NSTextAlignm...
37.861111
105
0.669112
[ "model" ]
58aa7fe2c8fc2bb51613a5b92053bb5275da8324
6,012
h
C
python-package/pythonmodule.h
undisputed-seraphim/LIBIRWLS
ca2f75792e1d69329b3e3c286502e9a6f2d7361d
[ "MIT" ]
73
2016-10-07T12:56:09.000Z
2020-11-01T13:47:31.000Z
python-package/pythonmodule.h
ElsevierKnowledgeBasedSystems/KNOSYS-D-17-00510
ca2f75792e1d69329b3e3c286502e9a6f2d7361d
[ "MIT" ]
5
2016-10-07T13:01:18.000Z
2019-02-01T08:50:40.000Z
python-package/pythonmodule.h
ElsevierKnowledgeBasedSystems/KNOSYS-D-17-00510
ca2f75792e1d69329b3e3c286502e9a6f2d7361d
[ "MIT" ]
16
2016-10-07T12:53:27.000Z
2020-01-04T10:52:39.000Z
/* ============================================================================ Author : Roberto Diaz Morales ============================================================================ Copyright (c) 2016 Roberto Díaz Morales Permission is hereby granted, free of charge, to any person obtaining a copy of ...
36.216867
143
0.717731
[ "object", "model" ]
58b515d6067a5777a816a78bb10d4632b983367e
6,898
h
C
MV.DotNet.MVLib/MV.DotNet.MVLib.h
Kuba-MV/MVLib-DotNet
d4f34e6720fa06d58a84f7382b63a4611a0c10e2
[ "MIT" ]
5
2020-09-28T08:28:31.000Z
2022-01-27T07:22:15.000Z
MV.DotNet.MVLib/MV.DotNet.MVLib.h
Kuba-MV/MVLib-DotNet
d4f34e6720fa06d58a84f7382b63a4611a0c10e2
[ "MIT" ]
6
2020-10-09T04:18:57.000Z
2021-05-01T09:59:28.000Z
MV.DotNet.MVLib/MV.DotNet.MVLib.h
Kuba-MV/MVLib-DotNet
d4f34e6720fa06d58a84f7382b63a4611a0c10e2
[ "MIT" ]
null
null
null
/* MIT License Media Vault Library DotNet Copyright (C) 2020 Jakub Gluszkiewicz (kubabrt@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 limit...
27.482072
220
0.693534
[ "render", "vector" ]
58b6db58f8fe2264f3d6dc1eab67ea8d5367f2ea
3,967
c
C
libbench/problem.c
mreineck/benchfft
6c754dca9f53f16886a71744199a0bbce40b3e1a
[ "ImageMagick" ]
11
2019-08-11T02:13:09.000Z
2022-02-18T01:31:41.000Z
libbench/problem.c
mreineck/benchfft
6c754dca9f53f16886a71744199a0bbce40b3e1a
[ "ImageMagick" ]
5
2020-12-01T18:15:43.000Z
2022-01-21T21:39:55.000Z
libbench/problem.c
mreineck/benchfft
6c754dca9f53f16886a71744199a0bbce40b3e1a
[ "ImageMagick" ]
9
2020-06-02T08:44:13.000Z
2022-01-26T11:50:36.000Z
/* * Copyright (c) 2001 Matteo Frigo * Copyright (c) 2001 Steven G. Johnson * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any la...
21.677596
76
0.539703
[ "vector" ]
58bbac4f3880fba4de325e8bbb0ec8188185d1da
67,174
c
C
gpac-0.7.1/modules/sdl_out/video.c
xu5343/ffmpegtoolkit_CentOS7
974496c709a1c8c69034e46ae5ce7101cf03716f
[ "Apache-2.0" ]
null
null
null
gpac-0.7.1/modules/sdl_out/video.c
xu5343/ffmpegtoolkit_CentOS7
974496c709a1c8c69034e46ae5ce7101cf03716f
[ "Apache-2.0" ]
null
null
null
gpac-0.7.1/modules/sdl_out/video.c
xu5343/ffmpegtoolkit_CentOS7
974496c709a1c8c69034e46ae5ce7101cf03716f
[ "Apache-2.0" ]
1
2021-04-15T18:27:37.000Z
2021-04-15T18:27:37.000Z
/* * GPAC - Multimedia Framework C SDK * * Authors: Jean Le Feuvre - Romain Bouqueau * Copyright (c) Telecom ParisTech 2000-2012 * All rights reserved * * This file is part of GPAC / SDL audio and video module * * GPAC is free software; you can redistribute it and/or modify * it under the terms of the GNU ...
27.792305
258
0.672507
[ "render", "3d" ]
58e0eaf69baac516a7d8c56311aa80f5d99f9d88
279
h
C
src/modelresolver.h
nickerso/cellml-math
c4761ab9703897aa59c64a61e37279baf7a2175d
[ "Apache-2.0" ]
null
null
null
src/modelresolver.h
nickerso/cellml-math
c4761ab9703897aa59c64a61e37279baf7a2175d
[ "Apache-2.0" ]
null
null
null
src/modelresolver.h
nickerso/cellml-math
c4761ab9703897aa59c64a61e37279baf7a2175d
[ "Apache-2.0" ]
null
null
null
#pragma once #include <libcellml> class ModelResolverImp; class ModelResolver { public: ModelResolver(); ~ModelResolver(); bool resolveModel(libcellml::ModelPtr model, const std::string& modelUrl); private: ModelResolverImp* pImpl; };
13.95
51
0.663082
[ "model" ]
95b86bfadce88d53342bfbc8b07b7aa15572291d
60,135
c
C
ObitSystem/Obit/src/ObitData.c
sarrvesh/Obit
e4ce6029e9beb2a8c0316ee81ea710b66b2b7986
[ "Linux-OpenIB" ]
5
2019-08-26T06:53:08.000Z
2020-10-20T01:08:59.000Z
ObitSystem/Obit/src/ObitData.c
sarrvesh/Obit
e4ce6029e9beb2a8c0316ee81ea710b66b2b7986
[ "Linux-OpenIB" ]
null
null
null
ObitSystem/Obit/src/ObitData.c
sarrvesh/Obit
e4ce6029e9beb2a8c0316ee81ea710b66b2b7986
[ "Linux-OpenIB" ]
8
2017-08-29T15:12:32.000Z
2022-03-31T12:16:08.000Z
/* $Id$ */ /*--------------------------------------------------------------------*/ /*; Copyright (C) 2005-2009 */ /*; Associated Universities, Inc. Washington DC, USA. */ /*; */ /*; Thi...
37.281463
95
0.653097
[ "object" ]
95c6a6713b9e255407d57bbb23580e5a9ba5dfe5
3,215
h
C
src/renderer/markov_chain.h
gonnavis/taichi
ba1898643e4548a23ecae340e963614b28b8a103
[ "MIT" ]
2
2019-06-25T02:12:37.000Z
2019-06-25T02:12:48.000Z
src/renderer/markov_chain.h
gonnavis/taichi
ba1898643e4548a23ecae340e963614b28b8a103
[ "MIT" ]
null
null
null
src/renderer/markov_chain.h
gonnavis/taichi
ba1898643e4548a23ecae340e963614b28b8a103
[ "MIT" ]
1
2021-07-28T13:46:08.000Z
2021-07-28T13:46:08.000Z
/******************************************************************************* Copyright (c) The Taichi Authors (2016- ). All Rights Reserved. The use of this software is governed by the LICENSE file. *******************************************************************************/ #pragma once #include <tai...
24.172932
80
0.601555
[ "vector" ]
95d056bc239a58780061ae4b365e59cd26efff45
2,927
c
C
srcs/draw_ui.c
lpieri/RT
7e0de17fdd4c78c0870980734ddfd90e9f058e17
[ "MIT" ]
null
null
null
srcs/draw_ui.c
lpieri/RT
7e0de17fdd4c78c0870980734ddfd90e9f058e17
[ "MIT" ]
null
null
null
srcs/draw_ui.c
lpieri/RT
7e0de17fdd4c78c0870980734ddfd90e9f058e17
[ "MIT" ]
null
null
null
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* draw_ui.c :+: :+: :+: ...
30.810526
80
0.471131
[ "render" ]
95d7af1fcf3056fe4866f99dd518c073b011dd9b
726
h
C
DIJKSTRA ALGORITHM/AnimAlg/Node.h
Emperor86/racheal-folusho
b1ed0dbc71e7f696ade23c8042d17718ebd2fb2f
[ "MIT" ]
null
null
null
DIJKSTRA ALGORITHM/AnimAlg/Node.h
Emperor86/racheal-folusho
b1ed0dbc71e7f696ade23c8042d17718ebd2fb2f
[ "MIT" ]
null
null
null
DIJKSTRA ALGORITHM/AnimAlg/Node.h
Emperor86/racheal-folusho
b1ed0dbc71e7f696ade23c8042d17718ebd2fb2f
[ "MIT" ]
null
null
null
// Node.h: interface for the CNode class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_NODE_H__8243C025_02CF_4AD7_B2AC_A5BE86912FA4__INCLUDED_) #define AFX_NODE_H__8243C025_02CF_4AD7_B2AC_A5BE86912FA4__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER...
23.419355
80
0.662534
[ "vector" ]
95df61c01c967df76678ba1ed56deb116f532eab
3,889
h
C
Engine/ModuleResourceManager.h
AleixBueso/Engine-Project-v.2
6838b18dd508d0404688c5a360706a49acb6c6ac
[ "Apache-2.0" ]
null
null
null
Engine/ModuleResourceManager.h
AleixBueso/Engine-Project-v.2
6838b18dd508d0404688c5a360706a49acb6c6ac
[ "Apache-2.0" ]
null
null
null
Engine/ModuleResourceManager.h
AleixBueso/Engine-Project-v.2
6838b18dd508d0404688c5a360706a49acb6c6ac
[ "Apache-2.0" ]
null
null
null
#ifndef __MODULE_RESOURCE_MANAGER__ #define __MODULE_RESOURCE_MANAGER__ #include "Module.h" #include "Globals.h" #include "Component.h" #include <map> class Resource; struct Date; struct MetaInf { std::string name; uint64_t uid; Component::Type type; }; struct R_Folder { R_Folder(const char* name, R_Folder* p...
28.181159
133
0.754436
[ "vector" ]
95efefe6fee4734bb8b874385a280ffcf3c643cb
1,792
h
C
weex_core/Source/android/jsengine/dependence/bmalloc/bmalloc/Object.h
sunshl/incubator-weex
40ae49e40c3dd725d6c546451075bd6e90001c9d
[ "Apache-2.0" ]
2
2017-10-18T01:36:31.000Z
2018-05-07T23:00:21.000Z
weex_core/Source/android/jsengine/dependence/bmalloc/bmalloc/Object.h
sunshl/incubator-weex
40ae49e40c3dd725d6c546451075bd6e90001c9d
[ "Apache-2.0" ]
null
null
null
weex_core/Source/android/jsengine/dependence/bmalloc/bmalloc/Object.h
sunshl/incubator-weex
40ae49e40c3dd725d6c546451075bd6e90001c9d
[ "Apache-2.0" ]
5
2019-05-28T11:48:42.000Z
2020-05-15T07:31:55.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...
23.893333
63
0.694754
[ "object" ]
95f4d59084e0756ceb9b8406d2298fc1825f0db7
1,284
h
C
pyfr-catalyst/Source/PyFR/Bounds.h
tjcorona/PyFR
a72b41580043bb001e5a9e6bb79a0e305d48e052
[ "BSD-3-Clause" ]
null
null
null
pyfr-catalyst/Source/PyFR/Bounds.h
tjcorona/PyFR
a72b41580043bb001e5a9e6bb79a0e305d48e052
[ "BSD-3-Clause" ]
null
null
null
pyfr-catalyst/Source/PyFR/Bounds.h
tjcorona/PyFR
a72b41580043bb001e5a9e6bb79a0e305d48e052
[ "BSD-3-Clause" ]
null
null
null
#ifndef BOUNDS_H #define BOUNDS_H #define BOOST_SP_DISABLE_THREADS #include <vector> #include <vtkm/Math.h> namespace internal { template<vtkm::IdComponent NumberOfComponents> class InputToOutputTypeTransform { public: typedef vtkm::Vec<vtkm::Float64, NumberOfComponents> ResultType; typedef vtkm::Pair<ResultTyp...
23.345455
85
0.711838
[ "vector" ]
95fa99fa56fd2e37dde67276eb6e81a5abe035d9
2,766
c
C
kubernetes/unit-test/test_io_k8s_api_networking_v1beta1_ingress_status.c
zouxiaoliang/nerv-kubernetes-client-c
07528948c643270fd757d38edc68da8c9628ee7a
[ "Apache-2.0" ]
null
null
null
kubernetes/unit-test/test_io_k8s_api_networking_v1beta1_ingress_status.c
zouxiaoliang/nerv-kubernetes-client-c
07528948c643270fd757d38edc68da8c9628ee7a
[ "Apache-2.0" ]
null
null
null
kubernetes/unit-test/test_io_k8s_api_networking_v1beta1_ingress_status.c
zouxiaoliang/nerv-kubernetes-client-c
07528948c643270fd757d38edc68da8c9628ee7a
[ "Apache-2.0" ]
null
null
null
#ifndef io_k8s_api_networking_v1beta1_ingress_status_TEST #define io_k8s_api_networking_v1beta1_ingress_status_TEST // the following is to include only the main from the first c file #ifndef TEST_MAIN #define TEST_MAIN #define io_k8s_api_networking_v1beta1_ingress_status_MAIN #endif // TEST_MAIN #include <stdlib.h> #...
45.344262
209
0.873102
[ "model" ]
95fcd722e0af39295695bd0bdb202025b0f96dc8
1,847
h
C
aquifolium/include/ErrorHandler.h
ArashMassoudieh/QAquifolium
ad9ee68a2b73741042f537a2f6d835773b826335
[ "Apache-2.0" ]
1
2022-02-12T15:35:57.000Z
2022-02-12T15:35:57.000Z
aquifolium/include/ErrorHandler.h
ArashMassoudieh/OpenHydroQual
9a7c48f80c56917cf91a5d5997800a04999c0390
[ "Apache-2.0" ]
null
null
null
aquifolium/include/ErrorHandler.h
ArashMassoudieh/OpenHydroQual
9a7c48f80c56917cf91a5d5997800a04999c0390
[ "Apache-2.0" ]
null
null
null
#ifndef ERRORHANDLER_H #define ERRORHANDLER_H #include <string> #include <fstream> #include <vector> #ifdef Q_version #include "runtimewindow.h" #include "QString" #endif using namespace std; struct _error { string description; string cls; string funct; string objectname; int code; }; c...
23.379747
129
0.563617
[ "vector" ]
25042d45c1b58f46e3d096b23b5d91f28a84b998
4,486
h
C
src/Engine/Wft/ParallelWftMany.h
TianyiWang918/dmrgpp
c007840eef1ebf423b6abc6b5b6ca2096ea6eef9
[ "Unlicense" ]
24
2016-02-22T20:53:19.000Z
2022-03-17T07:29:32.000Z
src/Engine/Wft/ParallelWftMany.h
TianyiWang918/dmrgpp
c007840eef1ebf423b6abc6b5b6ca2096ea6eef9
[ "Unlicense" ]
31
2015-06-29T21:32:33.000Z
2022-01-06T12:41:31.000Z
src/Engine/Wft/ParallelWftMany.h
TianyiWang918/dmrgpp
c007840eef1ebf423b6abc6b5b6ca2096ea6eef9
[ "Unlicense" ]
18
2015-08-13T04:17:47.000Z
2021-04-27T15:50:23.000Z
/* Copyright (c) 2009-2015, UT-Battelle, LLC All rights reserved [DMRG++, Version 5.] [by G.A., Oak Ridge National Laboratory] UT Battelle Open Source Software License 11242008 OPEN SOURCE LICENSE Subject to the conditions of this License, each contributor to this software hereby grants, free of charge, to any pers...
32.042857
81
0.748105
[ "vector" ]
2512ea9f001832d6345965738bce4cd2f07ee5f0
3,534
h
C
dependencies/panda/Panda3D-1.10.0-x64/include/memoryUsagePointers.h
CrankySupertoon01/Toontown-2
60893d104528a8e7eb4aced5d0015f22e203466d
[ "MIT" ]
3
2018-03-09T12:07:29.000Z
2021-02-25T06:50:25.000Z
panda/src/express/memoryUsagePointers.h
Sinkay/panda3d
16bfd3750f726a8831771b81649d18d087917fd5
[ "PHP-3.01", "PHP-3.0" ]
1
2018-07-28T20:07:04.000Z
2018-07-30T18:28:34.000Z
panda/src/express/memoryUsagePointers.h
Sinkay/panda3d
16bfd3750f726a8831771b81649d18d087917fd5
[ "PHP-3.01", "PHP-3.0" ]
2
2019-12-02T01:39:10.000Z
2021-02-13T22:41:00.000Z
// Filename: memoryUsagePointers.h // Created by: drose (25May00) // //////////////////////////////////////////////////////////////////// // // PANDA 3D SOFTWARE // Copyright (c) Carnegie Mellon University. All rights reserved. // // All use of this software is subject to the terms of the revised BSD // license. You...
32.722222
76
0.629598
[ "object", "3d" ]
2516aa4e8f4e34aa9ed99a35392416d9164737e3
898
h
C
addons/ofxBullet/src/ofxBulletCompoundBody.h
HellicarAndLewis/ProjectDonk
96fde869c469f8312843333e51c862bd3b143222
[ "MIT" ]
1
2015-12-05T04:53:15.000Z
2015-12-05T04:53:15.000Z
addons/ofxBullet/src/ofxBulletCompoundBody.h
HellicarAndLewis/ProjectDonk
96fde869c469f8312843333e51c862bd3b143222
[ "MIT" ]
null
null
null
addons/ofxBullet/src/ofxBulletCompoundBody.h
HellicarAndLewis/ProjectDonk
96fde869c469f8312843333e51c862bd3b143222
[ "MIT" ]
null
null
null
/* * ofxBulletCompoundBody.h * Render * * Created by Chris on 3/8/11. * Copyright 2011 csugrue. All rights reserved. * */ /* * ofxBulletRigidBody.h * Bullet * * Created by Todd Vanderlin on 2/5/11. * Copyright 2011 Interactive Design. All rights reserved. * */ #pragma once #include "ofxBulletUti...
16.035714
65
0.679287
[ "render", "shape" ]
251816a0cca2791c3feac08e1559cc810469f1d8
1,251
h
C
xbed/MyOrder/OrderList/View/OrderListView/OrderListView.h
LeoChensj/Demo
03217286dcf843ac96997eed8eb82b219427f47c
[ "MIT" ]
null
null
null
xbed/MyOrder/OrderList/View/OrderListView/OrderListView.h
LeoChensj/Demo
03217286dcf843ac96997eed8eb82b219427f47c
[ "MIT" ]
null
null
null
xbed/MyOrder/OrderList/View/OrderListView/OrderListView.h
LeoChensj/Demo
03217286dcf843ac96997eed8eb82b219427f47c
[ "MIT" ]
null
null
null
// // OrderListView.h // xbed // // Created by Leo.Chen on 16/8/23. // Copyright © 2016年 Leo.Chen. All rights reserved. // #import <UIKit/UIKit.h> #import "OrderListHeaderView.h" #import "OrderListCell.h" #import "MJRefresh.h" @class OrderListView; typedef void (^OrderListViewSelectItemBlock)(OrderListView *view,...
37.909091
191
0.823341
[ "model" ]
251ddbde3ff4a831a39f66246cf19f54482d3cb8
3,978
h
C
LBXNetWork/LBXHttpRequest.h
MxABC/LBXNetwork
fc88edef9a682773de7bdb91e6071d57b356d184
[ "MIT" ]
10
2018-06-02T06:53:35.000Z
2021-09-30T07:44:18.000Z
LBXNetWork/LBXHttpRequest.h
MxABC/LBXNetwork
fc88edef9a682773de7bdb91e6071d57b356d184
[ "MIT" ]
null
null
null
LBXNetWork/LBXHttpRequest.h
MxABC/LBXNetwork
fc88edef9a682773de7bdb91e6071d57b356d184
[ "MIT" ]
3
2019-03-20T17:12:50.000Z
2020-08-18T01:17:22.000Z
// // LBXNetworkRequest.h // LBXNetwork // https://github.com/MxABC/LBXNetwork // Created by lbx on 2018/2/25. // Copyright © 2018年 lbx. All rights reserved. // #import "AFNNetworkRequest.h" ///请求或返回数据形式 typedef NS_ENUM(NSInteger, LBXHTTPSerializerType) { LBXHTTPSerializerTypeJSON = 0, /// JSON object ...
24.708075
156
0.759427
[ "object" ]
251f2f68a890152651a6e979d12028c7b9e27f05
3,062
h
C
CC/include/GenericMesh.h
ohanlonl/qCMAT
f6ca04fa7c171629f094ee886364c46ff8b27c0b
[ "BSD-Source-Code" ]
null
null
null
CC/include/GenericMesh.h
ohanlonl/qCMAT
f6ca04fa7c171629f094ee886364c46ff8b27c0b
[ "BSD-Source-Code" ]
null
null
null
CC/include/GenericMesh.h
ohanlonl/qCMAT
f6ca04fa7c171629f094ee886364c46ff8b27c0b
[ "BSD-Source-Code" ]
1
2019-02-03T12:19:42.000Z
2019-02-03T12:19:42.000Z
//########################################################################## //# # //# CCLIB # //# # //# This pr...
37.802469
91
0.563684
[ "mesh", "object" ]
253481107c22bd3e0573a247845afb0b22ca8d19
12,699
h
C
arangod/Indexes/HashIndex.h
mikestaub/arangodb
1bdf414de29b31bcaf80769a095933f66f8256ce
[ "ICU", "BSL-1.0", "Zlib", "Apache-2.0" ]
null
null
null
arangod/Indexes/HashIndex.h
mikestaub/arangodb
1bdf414de29b31bcaf80769a095933f66f8256ce
[ "ICU", "BSL-1.0", "Zlib", "Apache-2.0" ]
null
null
null
arangod/Indexes/HashIndex.h
mikestaub/arangodb
1bdf414de29b31bcaf80769a095933f66f8256ce
[ "ICU", "BSL-1.0", "Zlib", "Apache-2.0" ]
null
null
null
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2014-2016 ArangoDB GmbH, Cologne, Germany /// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except...
33.773936
90
0.575715
[ "object", "vector" ]
d76a57ab525a28ec26b16e740651b6c4530a77f6
12,141
h
C
src/data/router/info.h
tini2p/tini2p
28fb4ddf69b2f191fee91a4ff349135fcff8dfe1
[ "BSD-3-Clause" ]
12
2019-01-21T07:04:30.000Z
2021-12-06T03:35:07.000Z
src/data/router/info.h
chisa0a/tini2p
a9b6cb48dbbc8d667b081a95c720f0ff2a0f84f5
[ "BSD-3-Clause" ]
null
null
null
src/data/router/info.h
chisa0a/tini2p
a9b6cb48dbbc8d667b081a95c720f0ff2a0f84f5
[ "BSD-3-Clause" ]
5
2019-02-07T23:08:37.000Z
2021-12-06T03:35:08.000Z
/* Copyright (c) 2019, tini2p * 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 conditions and th...
28.907143
97
0.673256
[ "object", "vector" ]
d76dacf3af18ca9ae569f96e2eddb74232994cb3
3,144
h
C
motioncorr_v2.1/src/mfunc.h
cianfrocco-lab/Motion-correction
c77ee034bba2ef184837e070dde43f75d8a4e1e7
[ "MIT" ]
11
2015-12-21T19:47:53.000Z
2021-01-21T02:58:43.000Z
src/mfunc.h
wjiang/motioncorr
14ed37d1cc72e55d1592e78e3dda758cd46a3698
[ "Naumen", "Condor-1.1", "MS-PL" ]
5
2017-04-24T12:26:42.000Z
2020-06-29T11:43:34.000Z
src/mfunc.h
wjiang/motioncorr
14ed37d1cc72e55d1592e78e3dda758cd46a3698
[ "Naumen", "Condor-1.1", "MS-PL" ]
9
2016-04-26T10:14:20.000Z
2020-10-14T07:34:59.000Z
#pragma once #include <linequs2.h> using namespace splab; #include <complex> #include <vector> #include <algorithm> using namespace std; //int OD_SetEquation(Matrix<complex<double> > &m, vector<complex<int> > &list, int nframe); //Version 1: don't do comparison between frames after nleft=nframe/2 // ...
21.387755
120
0.630089
[ "vector" ]
d788eccf768b24b667b358816208c5ef022e5352
2,045
c
C
Main.c
QuantumAnon/Kolakoski
398ec40555211bb590a68425a08bbd346c4ace86
[ "MIT" ]
null
null
null
Main.c
QuantumAnon/Kolakoski
398ec40555211bb590a68425a08bbd346c4ace86
[ "MIT" ]
null
null
null
Main.c
QuantumAnon/Kolakoski
398ec40555211bb590a68425a08bbd346c4ace86
[ "MIT" ]
null
null
null
//==================== //Main Code //-------------------- //Defines the entry point for the program //==================== #include "./List.h" #include "./Render.h" #include "stdio.h" #include "png.h" #include <string.h> #include <stdlib.h> #include <termios.h> #include <unistd.h> // generate a Kolakoski sequence lis...
18.761468
76
0.538386
[ "render" ]
d7923ac19abb110fac56d1e6b95aec85a2251a3d
12,842
c
C
src/uv_recv.c
amiloradovsky/raft
6ce1b8ee531489ef1132ffe51b2dac07bb62391e
[ "Apache-2.0" ]
null
null
null
src/uv_recv.c
amiloradovsky/raft
6ce1b8ee531489ef1132ffe51b2dac07bb62391e
[ "Apache-2.0" ]
null
null
null
src/uv_recv.c
amiloradovsky/raft
6ce1b8ee531489ef1132ffe51b2dac07bb62391e
[ "Apache-2.0" ]
null
null
null
#include <string.h> #include "../include/raft/uv.h" #include "assert.h" #include "byte.h" #include "logging.h" #include "err.h" #include "uv.h" #include "uv_encoding.h" /* The happy path for a receiving an RPC message is: * * - When a peer server successfully establishes a new connection with us, the * transpor...
28.665179
80
0.560738
[ "object" ]
d7a87ac5f3951bfefa7c17535e9ec602260b49a4
1,979
h
C
TurboX-Engine/Source_Code/ModuleScene.h
pablogalve/TurboX-Engine
6fca2e035cd65cf41e7b9e2c37eaf1ab47994853
[ "Zlib", "Apache-2.0", "MIT", "ECL-2.0", "BSD-3-Clause" ]
6
2020-10-08T03:21:06.000Z
2022-01-19T14:50:01.000Z
TurboX-Engine/Source_Code/ModuleScene.h
pablogalve/TurboX-Engine
6fca2e035cd65cf41e7b9e2c37eaf1ab47994853
[ "Zlib", "Apache-2.0", "MIT", "ECL-2.0", "BSD-3-Clause" ]
11
2021-01-09T09:40:54.000Z
2021-12-01T22:28:35.000Z
TurboX-Engine/Source_Code/ModuleScene.h
pablogalve/TurboX-Engine
6fca2e035cd65cf41e7b9e2c37eaf1ab47994853
[ "Zlib", "Apache-2.0", "MIT", "ECL-2.0", "BSD-3-Clause" ]
3
2020-12-15T00:36:33.000Z
2021-01-05T08:28:17.000Z
#ifndef __MODULE_SCENE_H__ #define __MODULE_SCENE_H__ #include "Module.h" #include "GameObject.h" #include "Libraries/MathGeoLib/MathGeoLib.h" #include "Libraries/ImGuizmo/ImGuizmo.h" #include <vector> using namespace std; class ModuleScene : public Module { public: ModuleScene(Application* app, bool start_enabled ...
27.873239
217
0.772612
[ "vector" ]
d7bc5ea8a6c34f515f7e8e432411cba972d25c25
1,197
h
C
src/phyx-1.01/src/bd_sim.h
jlanga/smsk_selection
08070c6d4a6fbd9320265e1e698c95ba80f81123
[ "MIT" ]
4
2021-07-18T05:20:20.000Z
2022-01-03T10:22:33.000Z
src/phyx-1.01/src/bd_sim.h
jlanga/smsk_selection
08070c6d4a6fbd9320265e1e698c95ba80f81123
[ "MIT" ]
1
2017-08-21T07:26:13.000Z
2018-11-08T13:59:48.000Z
src/phyx-1.01/src/bd_sim.h
jlanga/smsk_orthofinder
08070c6d4a6fbd9320265e1e698c95ba80f81123
[ "MIT" ]
2
2021-07-18T05:20:26.000Z
2022-03-31T18:23:31.000Z
#ifndef _BD_SIM_H_ #define _BD_SIM_H_ #include <random> using namespace std; #include "tree.h" #include "node.h" class BirthDeathSimulator { private: int failures_; int maxfailures_; double birthrate_; double deathrate_; double sumrate_; double relative_birth_rate_; int extantstop_; ...
21.763636
90
0.695071
[ "vector" ]
d7c16477d7e566e461c37ec0314cb15ec1dde9c2
14,086
h
C
Sources/APLWKWebView/include/APLWKWebViewController.h
apploft/APLWKWebView
e5547289ee547e5d60a96433275e0d9a413f9668
[ "MIT" ]
3
2018-11-17T18:14:45.000Z
2021-08-13T19:33:41.000Z
Sources/APLWKWebView/include/APLWKWebViewController.h
apploft/APLWKWebView
e5547289ee547e5d60a96433275e0d9a413f9668
[ "MIT" ]
null
null
null
Sources/APLWKWebView/include/APLWKWebViewController.h
apploft/APLWKWebView
e5547289ee547e5d60a96433275e0d9a413f9668
[ "MIT" ]
1
2018-11-17T18:14:46.000Z
2018-11-17T18:14:46.000Z
// // APLWKWebViewController.h // // Copyright © 2021 apploft. All rights reserved. // @import UIKit; @import WebKit; @class APLWKWebViewController; /** `APLWKWebViewDelegate` is the `APLWKWebView`'s delegate set via its aplWebViewDelegate property. */ @protocol APLWKWebViewDelegate <NSObject> @optional /** ...
50.851986
297
0.80115
[ "object" ]
d7c1878a3bdf12693298d022fd867b1d30dd4719
3,951
h
C
chrome/plugin/src/PluginCore/PluginEvents/DrawingEvents.h
Faham/bric-n-brac
c886e0855869a794700eb385171bbf5bfd595aed
[ "Apache-2.0" ]
4
2017-05-08T08:23:19.000Z
2019-03-29T04:41:47.000Z
chrome/plugin/src/PluginCore/PluginEvents/DrawingEvents.h
Faham/bric-n-brac
c886e0855869a794700eb385171bbf5bfd595aed
[ "Apache-2.0" ]
null
null
null
chrome/plugin/src/PluginCore/PluginEvents/DrawingEvents.h
Faham/bric-n-brac
c886e0855869a794700eb385171bbf5bfd595aed
[ "Apache-2.0" ]
null
null
null
/**********************************************************\ Original Author: Richard Bateman (taxilian) Created: Dec 7, 2009 License: Dual license model; choose one of two: New BSD License http://www.opensource.org/licenses/bsd-license.php - or - GNU Lesser Genera...
33.483051
104
0.40243
[ "model" ]
d7c36880c704aa7be955a5707c9fec06a1c6a427
29,248
h
C
sxaccelerate/src/util/SxString.h
ashtonmv/sphinx_vdw
5896fee0d92c06e883b72725cb859d732b8b801f
[ "Apache-2.0" ]
1
2020-02-29T03:26:32.000Z
2020-02-29T03:26:32.000Z
sxaccelerate/src/util/SxString.h
ashtonmv/sphinx_vdw
5896fee0d92c06e883b72725cb859d732b8b801f
[ "Apache-2.0" ]
null
null
null
sxaccelerate/src/util/SxString.h
ashtonmv/sphinx_vdw
5896fee0d92c06e883b72725cb859d732b8b801f
[ "Apache-2.0" ]
null
null
null
// --------------------------------------------------------------------------- // // The general purpose cross platform C/C++ framework // // S x A c c e l e r a t e // // Home: https://www.sxlib.de // License: Apache 2 // Authors:...
41.194366
83
0.611085
[ "object" ]
d7c5fb3e2170188c508e4c93f9f3a496bab55a02
368
h
C
ringbuf/mkrzero-timer-adc/Data.h
isaias-b/arduino-examples
ca36da27706639721cf1d363ec78005a1f139fdb
[ "MIT" ]
1
2020-11-20T22:18:45.000Z
2020-11-20T22:18:45.000Z
ringbuf/teensy32-timer-adc/Data.h
isaias-b/arduino-examples
ca36da27706639721cf1d363ec78005a1f139fdb
[ "MIT" ]
null
null
null
ringbuf/teensy32-timer-adc/Data.h
isaias-b/arduino-examples
ca36da27706639721cf1d363ec78005a1f139fdb
[ "MIT" ]
null
null
null
#define LEN(arr) ((int) (sizeof (arr) / sizeof (arr)[0])) enum Col { Id = 0, Data0, Data1, Data2, #ifdef USE_DIAGNOSTICS Time, SampleLength, InterruptLength, #endif NCOLS }; const int NWORDS = Col::NCOLS; const int WSIZE = sizeof(uint16_t); const int NBYTES = NWORDS * WSIZE; typedef union { uint16_t ...
23
71
0.673913
[ "model" ]
d7c6f7762e524361edbaa14d042dfe6655a409b8
5,767
h
C
nucleus/library/processes/configured_applications.h
fredhamster/feisty_meow
66dc4221dc485a5cf9e28b724fe36268e8843043
[ "Apache-2.0" ]
2
2019-01-22T23:34:37.000Z
2021-10-31T15:44:15.000Z
nucleus/library/processes/configured_applications.h
fredhamster/feisty_meow
66dc4221dc485a5cf9e28b724fe36268e8843043
[ "Apache-2.0" ]
2
2020-06-01T16:35:46.000Z
2021-10-05T21:02:09.000Z
nucleus/library/processes/configured_applications.h
fredhamster/feisty_meow
66dc4221dc485a5cf9e28b724fe36268e8843043
[ "Apache-2.0" ]
null
null
null
#ifndef CONFIGURED_APPLICATIONS_CLASS #define CONFIGURED_APPLICATIONS_CLASS /*****************************************************************************\ * * * Name : configured_applications * Author : Chris Koeritz * ...
46.508065
97
0.665684
[ "object" ]
01e93f19510475f5414b048009589415928aa946
1,726
h
C
rtc/rtc_connection.h
Forsworns/RTCWinClient
7bf20ac1355bc9fb5c9934f17a2c6bda313a0d0b
[ "MIT" ]
4
2020-11-10T14:51:19.000Z
2022-02-10T12:11:52.000Z
rtc/rtc_connection.h
Forsworns/RTCWinClient
7bf20ac1355bc9fb5c9934f17a2c6bda313a0d0b
[ "MIT" ]
1
2020-12-23T03:07:27.000Z
2020-12-23T03:07:27.000Z
rtc/rtc_connection.h
Forsworns/RTCWinClient
7bf20ac1355bc9fb5c9934f17a2c6bda313a0d0b
[ "MIT" ]
6
2020-11-14T04:26:24.000Z
2022-03-22T02:05:42.000Z
#ifndef __RTC_CONNECTION_H__ #define __RTC_CONNECTION_H__ #include <api/peer_connection_interface.h> #include "peer_connection_observer.h" class RTCConnection { public: RTCConnection(RTCMessageSender* sender, std::unique_ptr<PeerConnectionObserver> observer, rtc::scoped_refptr<webrtc::PeerConnectionInterface> con...
41.095238
117
0.808806
[ "vector" ]
01f559e03e2cae6ccfe692bf5cdbbbfc4fa51229
11,005
h
C
usr/src/lib/libtnfctl/tnfctl_int.h
AsahiOS/gate
283d47da4e17a5871d9d575e7ffb81e8f6c52e51
[ "MIT" ]
null
null
null
usr/src/lib/libtnfctl/tnfctl_int.h
AsahiOS/gate
283d47da4e17a5871d9d575e7ffb81e8f6c52e51
[ "MIT" ]
null
null
null
usr/src/lib/libtnfctl/tnfctl_int.h
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, Version 1.0 only * (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 * o...
33.551829
80
0.756838
[ "object" ]
01f6e19ebafbcc87b0f07e0048fbc840b31eaea1
1,376
h
C
common/text_2d.h
CybJaz/Simulations
bcb99907afaccc06c7b1f294a77122da2819ee5a
[ "MIT" ]
null
null
null
common/text_2d.h
CybJaz/Simulations
bcb99907afaccc06c7b1f294a77122da2819ee5a
[ "MIT" ]
2
2018-04-02T14:47:24.000Z
2018-04-02T14:55:42.000Z
common/text_2d.h
CybJaz/Simulations
bcb99907afaccc06c7b1f294a77122da2819ee5a
[ "MIT" ]
null
null
null
#ifndef _TEXT_2D_H #define _TEXT_2D_H #define _CRT_SECURE_NO_DEPRECATE #include <string> #include <vector> #include <GL\glew.h> #include <glm\glm.hpp> #include "files_utils.h" #include "transform_2d.h" class Text2D { public: void print(); //Transform2D transform; void operator=(const Text2D& text2d); Text2D(c...
18.849315
78
0.752907
[ "vector", "transform" ]
bf04d789005e0b8c24ff45aee1a4180941c1a7a0
18,314
c
C
sim_theta/components/mechanisms/modfiles/cell_nca.c
cyneuro/theta
f0d0e96461cc102347eb2f5fed4c59e4df7b3929
[ "MIT" ]
null
null
null
sim_theta/components/mechanisms/modfiles/cell_nca.c
cyneuro/theta
f0d0e96461cc102347eb2f5fed4c59e4df7b3929
[ "MIT" ]
null
null
null
sim_theta/components/mechanisms/modfiles/cell_nca.c
cyneuro/theta
f0d0e96461cc102347eb2f5fed4c59e4df7b3929
[ "MIT" ]
1
2020-12-21T12:03:38.000Z
2020-12-21T12:03:38.000Z
/* Created by Language version: 7.7.0 */ /* VECTORIZED */ #define NRN_VECTORIZED 1 #include <stdio.h> #include <stdlib.h> #include <math.h> #include "scoplib_ansi.h" #undef PI #define nil 0 #include "md1redef.h" #include "section.h" #include "nrniv_mf.h" #include "md2redef.h" #if METHOD3 extern int _method3; #endif ...
26.125535
126
0.648684
[ "model" ]
bf05eac23a56af8376927ac6eba6a9780253f844
43,219
c
C
src/sbbs3/js_user.c
jonny290/synchronet
012a39d00a3160a593ef5923fdc1ee95e0497083
[ "Artistic-2.0" ]
1
2017-07-18T03:56:48.000Z
2017-07-18T03:56:48.000Z
src/sbbs3/js_user.c
jonny290/synchronet
012a39d00a3160a593ef5923fdc1ee95e0497083
[ "Artistic-2.0" ]
null
null
null
src/sbbs3/js_user.c
jonny290/synchronet
012a39d00a3160a593ef5923fdc1ee95e0497083
[ "Artistic-2.0" ]
null
null
null
/* js_user.c */ /* Synchronet JavaScript "User" Object */ /* $Id: js_user.c,v 1.99 2014/04/06 06:18:28 rswindell Exp $ */ /**************************************************************************** * @format.tab-size 4 (Plain Text/Source Code File Header) * * @format.use-tabs true (see http://www.synchro.net/...
27.062617
113
0.682154
[ "object" ]
bf0c8a3b714570f76de50996c49a0152746dd793
3,181
h
C
src/GaIA/pkgs/bmon/libnl-3.2.24/include/netlink-private/route/tc-api.h
uninth/UNItools
c8b1fbfd5d3753b5b14fa19033e39737dedefc00
[ "BSD-3-Clause" ]
null
null
null
src/GaIA/pkgs/bmon/libnl-3.2.24/include/netlink-private/route/tc-api.h
uninth/UNItools
c8b1fbfd5d3753b5b14fa19033e39737dedefc00
[ "BSD-3-Clause" ]
null
null
null
src/GaIA/pkgs/bmon/libnl-3.2.24/include/netlink-private/route/tc-api.h
uninth/UNItools
c8b1fbfd5d3753b5b14fa19033e39737dedefc00
[ "BSD-3-Clause" ]
1
2021-06-08T15:59:26.000Z
2021-06-08T15:59:26.000Z
/* * netlink-private/route/tc-api.h Traffic Control API * * 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) 2011-2013 Thomas Graf <tgr...
23.562963
67
0.697265
[ "object" ]
bf0d150fcbc0a28e2fc5243701bd585e0dee33a7
4,012
h
C
ecmascript/mem/allocator-inl.h
openharmony-sig-ci/ark_js_runtime
72fcff4c114fd8323c9a5d1a835efeac043e9a72
[ "Apache-2.0" ]
null
null
null
ecmascript/mem/allocator-inl.h
openharmony-sig-ci/ark_js_runtime
72fcff4c114fd8323c9a5d1a835efeac043e9a72
[ "Apache-2.0" ]
null
null
null
ecmascript/mem/allocator-inl.h
openharmony-sig-ci/ark_js_runtime
72fcff4c114fd8323c9a5d1a835efeac043e9a72
[ "Apache-2.0" ]
1
2021-09-13T12:12:04.000Z
2021-09-13T12:12:04.000Z
/* * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
29.072464
117
0.690678
[ "object" ]
bf14d3c6852fe945a0552262b9b8861abaa5e837
14,848
c
C
cosmic.c
MikeDX/cosmic-zx-alt
d18de6cb93a776ead64f3d46d1e3d068a01247ab
[ "CC0-1.0" ]
null
null
null
cosmic.c
MikeDX/cosmic-zx-alt
d18de6cb93a776ead64f3d46d1e3d068a01247ab
[ "CC0-1.0" ]
null
null
null
cosmic.c
MikeDX/cosmic-zx-alt
d18de6cb93a776ead64f3d46d1e3d068a01247ab
[ "CC0-1.0" ]
null
null
null
/* * A ZX Spectrum port of the Cosmic Impalas game * described in the book * "Making 8-bit Arcade Games in C" */ #include <string.h> #include "bios.h" //#link "bios.c" // type aliases for byte/signed byte/unsigned 16-bit typedef unsigned char byte; typedef signed char sbyte; typedef unsigned short word; // spe...
24.22186
275
0.595366
[ "render", "shape" ]
bf1868ba8841ae30276aabd194214306a069ad0e
305
h
C
ProjectManagementSystem/ProjectManagementSystem/RatingManager.h
ComboMeal-Software/project-management-system
a25e847bab8b0c66a047a93cc22a0972e4329a5a
[ "Unlicense" ]
2
2019-12-22T20:02:28.000Z
2019-12-22T20:02:30.000Z
ProjectManagementSystem/ProjectManagementSystem/RatingManager.h
ComboMeal-Software/project-management-system
a25e847bab8b0c66a047a93cc22a0972e4329a5a
[ "Unlicense" ]
16
2019-12-20T17:53:26.000Z
2020-02-07T21:06:15.000Z
ProjectManagementSystem/ProjectManagementSystem/RatingManager.h
GoldSwanGH/project-management-system
dbdfb9e895311587aad2a7542d6d48617de8ede1
[ "Unlicense" ]
1
2019-12-04T10:50:41.000Z
2019-12-04T10:50:41.000Z
// RatingManager header file #pragma once #ifndef RATINGMANAGER_H #define RATINGMANAGER_H #include <vector> #include <iostream> class RatingManager { private: std::vector<float> rating; public: RatingManager(); float getRating(); void collectRating(float newRating); }; #endif // !RATINGMANAGER_H
15.25
37
0.760656
[ "vector" ]
bf258579799f91da5c842b1cb47599ebd847f101
2,456
h
C
src/lightshowmaker/Application.h
aarcangeli/Light-Show-Maker
c0e74251ea4943bca9f114e0304fa08761fe83d5
[ "MIT" ]
null
null
null
src/lightshowmaker/Application.h
aarcangeli/Light-Show-Maker
c0e74251ea4943bca9f114e0304fa08761fe83d5
[ "MIT" ]
null
null
null
src/lightshowmaker/Application.h
aarcangeli/Light-Show-Maker
c0e74251ea4943bca9f114e0304fa08761fe83d5
[ "MIT" ]
null
null
null
#ifndef APPLICATION_H #define APPLICATION_H #include "memory" #include "core.h" #include "Project.h" #include <GLFW/glfw3.h> #include <functional> #include <imgui.h> #include "ProjectWindow.h" #include "AudioDevice.h" #include "Player.h" #include "GlobalHotKey.h" #include "Selection.h" #include "ResourceManager.h" #in...
25.583333
96
0.693404
[ "model" ]
bf40be5558196c34b1463e71a1a2bd27a3141713
327
h
C
src/utils/file.h
JaCzekanski/crane
bb47b94790cfbbce9de25122aa8cb2d617e74e4b
[ "MIT" ]
2
2019-06-04T19:41:02.000Z
2019-07-13T15:58:19.000Z
src/utils/file.h
JaCzekanski/crane
bb47b94790cfbbce9de25122aa8cb2d617e74e4b
[ "MIT" ]
null
null
null
src/utils/file.h
JaCzekanski/crane
bb47b94790cfbbce9de25122aa8cb2d617e74e4b
[ "MIT" ]
1
2020-03-16T11:42:02.000Z
2020-03-16T11:42:02.000Z
#pragma once #include <string> #include <vector> std::string getPath(std::string name); std::string getFilename(std::string name); std::string getExtension(std::string name); bool fileExists(std::string name); std::vector<unsigned char> getFileContents(std::string name); std::string getFileContentsAsString(std::string...
32.7
61
0.7737
[ "vector" ]
bf504e53c4b5a738d1d4d2bed925c268abdd6ee4
4,608
h
C
SystemExplorer/ProcessesView.h
xiaoyinl/ObjectExplorer
d2f22a889c62a379f0f735b0c18ee637c51c9eef
[ "MIT" ]
null
null
null
SystemExplorer/ProcessesView.h
xiaoyinl/ObjectExplorer
d2f22a889c62a379f0f735b0c18ee637c51c9eef
[ "MIT" ]
null
null
null
SystemExplorer/ProcessesView.h
xiaoyinl/ObjectExplorer
d2f22a889c62a379f0f735b0c18ee637c51c9eef
[ "MIT" ]
null
null
null
#pragma once #include "VirtualListView.h" #include "Interfaces.h" #include "ProcessInfoEx.h" #include "resource.h" #include "ViewBase.h" class CProcessesView : public CVirtualListView<CProcessesView>, public CCustomDraw<CProcessesView>, public CViewBase<CProcessesView> { public: CProcessesView(IMainFrame* frame);...
46.545455
109
0.772786
[ "vector" ]
bf54b9e373437fea41f18c02de9392dd266ad0e9
15,078
h
C
src/ulid_uint128.h
hrbrmstr/ulid
d9a1171a1cf084650d1c6dce6ee90bc5dbc94fa3
[ "MIT" ]
12
2018-12-28T18:21:24.000Z
2021-12-14T02:42:10.000Z
src/ulid_uint128.h
hrbrmstr/ulid
d9a1171a1cf084650d1c6dce6ee90bc5dbc94fa3
[ "MIT" ]
1
2018-12-28T17:01:39.000Z
2018-12-28T17:01:39.000Z
src/ulid_uint128.h
hrbrmstr/ulid
d9a1171a1cf084650d1c6dce6ee90bc5dbc94fa3
[ "MIT" ]
1
2022-02-21T17:14:59.000Z
2022-02-21T17:14:59.000Z
#ifndef ULID_UINT128_HH #define ULID_UINT128_HH #include <chrono> #include <cstdlib> #include <ctime> #include <functional> #include <random> #include <vector> extern long intrand(); namespace ulid { /** * ULID is a 16 byte Universally Unique Lexicographically Sortable Identifier * */ typedef __uint128_t ULID; /...
26.268293
119
0.584428
[ "vector" ]
bf58d6a1032f65de80476b39e45dbbef16b5da95
1,099
h
C
SmartDeviceLink/SDLPublishAppServiceResponse.h
mjuarez-ford/sdl_ios
cccff5ce3adcafd30ae5ffc6226ad1752ef5968e
[ "BSD-3-Clause" ]
null
null
null
SmartDeviceLink/SDLPublishAppServiceResponse.h
mjuarez-ford/sdl_ios
cccff5ce3adcafd30ae5ffc6226ad1752ef5968e
[ "BSD-3-Clause" ]
1
2019-09-17T14:41:48.000Z
2019-09-17T14:41:48.000Z
SmartDeviceLink/SDLPublishAppServiceResponse.h
mjuarez-ford/sdl_ios
cccff5ce3adcafd30ae5ffc6226ad1752ef5968e
[ "BSD-3-Clause" ]
null
null
null
// // SDLPublishAppServiceResponse.h // SmartDeviceLink // // Created by Nicole on 2/5/19. // Copyright © 2019 smartdevicelink. All rights reserved. // #import "SDLRPCResponse.h" @class SDLAppServiceRecord; NS_ASSUME_NONNULL_BEGIN /* * Response to the request to register a service offered by this app on the m...
28.179487
198
0.756142
[ "object" ]
bf5ebe77eff19e61f1301f145ed0c0e4e31f35bc
8,324
h
C
aws-cpp-sdk-fsx/include/aws/fsx/model/InvalidNetworkSettings.h
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-01-05T18:20:03.000Z
2022-01-05T18:20:03.000Z
aws-cpp-sdk-fsx/include/aws/fsx/model/InvalidNetworkSettings.h
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-01-03T23:59:37.000Z
2022-01-03T23:59:37.000Z
aws-cpp-sdk-fsx/include/aws/fsx/model/InvalidNetworkSettings.h
ravindra-wagh/aws-sdk-cpp
7d5ff01b3c3b872f31ca98fb4ce868cd01e97696
[ "Apache-2.0" ]
1
2021-12-30T04:25:33.000Z
2021-12-30T04:25:33.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/fsx/FSx_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws { namespace Utils { namespace Json { class JsonValue; class JsonVie...
37.495495
154
0.693296
[ "model" ]
bf65b2d67a2ea3a74feb118f57192c4ea1c5006e
3,266
h
C
TeXtended/TeXtended/DocumentControllers/DocumentController.h
TobiasMende/TeXtended
b056c3451a6ab5a7def6349202d12f2dfb88e080
[ "MIT", "Unlicense" ]
5
2015-03-22T13:06:09.000Z
2018-05-31T07:49:58.000Z
TeXtended/TeXtended/DocumentControllers/DocumentController.h
TobiasMende/TeXtended
b056c3451a6ab5a7def6349202d12f2dfb88e080
[ "MIT", "Unlicense" ]
1
2015-10-19T13:00:25.000Z
2015-10-25T18:53:19.000Z
TeXtended/TeXtended/DocumentControllers/DocumentController.h
TobiasMende/TeXtended
b056c3451a6ab5a7def6349202d12f2dfb88e080
[ "MIT", "Unlicense" ]
null
null
null
// // DocumentController.h // TeXtended // // Created by Tobias Mende on 16.05.13. // Copyright (c) 2013 Tobias Mende. All rights reserved. // #import <Foundation/Foundation.h> #import "ViewControllerProtocol.h" #import "FirstResponderDelegate.h" #import "CompileProcessHandler.h" #import "Constants.h" @class Docu...
30.240741
165
0.723515
[ "model" ]
bf67251bb97fe4a3f9e366c05af35e90d90d4eb6
1,841
h
C
components/translate/core/language_detection/language_detection_resolver.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
14,668
2015-01-01T01:57:10.000Z
2022-03-31T23:33:32.000Z
components/translate/core/language_detection/language_detection_resolver.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
113
2015-05-04T09:58:14.000Z
2022-01-31T19:35:03.000Z
components/translate/core/language_detection/language_detection_resolver.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
5,941
2015-01-02T11:32:21.000Z
2022-03-31T16:35:46.000Z
// Copyright 2021 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_TRANSLATE_CORE_LANGUAGE_DETECTION_LANGUAGE_DETECTION_RESOLVER_H_ #define COMPONENTS_TRANSLATE_CORE_LANGUAGE_DETECTION_LANGUAGE_DETECTIO...
48.447368
86
0.760999
[ "model" ]
bf691ff422bac25dba01215de93d1c7d7e0a55dc
264
h
C
code/10_inheritance_polymorphism/Circle.h
friedmud/cpp_tutorial
d2121cbbeb404f2550a9c074a50a7562846ac09e
[ "MIT" ]
null
null
null
code/10_inheritance_polymorphism/Circle.h
friedmud/cpp_tutorial
d2121cbbeb404f2550a9c074a50a7562846ac09e
[ "MIT" ]
null
null
null
code/10_inheritance_polymorphism/Circle.h
friedmud/cpp_tutorial
d2121cbbeb404f2550a9c074a50a7562846ac09e
[ "MIT" ]
null
null
null
#ifndef CIRCLE_H #define CIRCLE_H #include "Shape.h" class Circle: public Shape { public: Circle(int radius, int x=0, int y=0): Shape(x,y), _radius(radius) {} virtual ~Circle() {} virtual float area() const; protected: int _radius; }; #endif
12
39
0.651515
[ "shape" ]
bf70a3427e9aac15739dcbfc6e9e0133b2f8e2dd
22,332
h
C
OpenHome/Net/Bindings/Cpp/Device/Providers/DvAvOpenhomeOrgProduct2.h
kmuellerjones/ohNetGenerated
2bb32625c9ab49e17ba84ec40cc4046ec09182f3
[ "MIT" ]
1
2017-01-06T15:34:03.000Z
2017-01-06T15:34:03.000Z
OpenHome/Net/Bindings/Cpp/Device/Providers/DvAvOpenhomeOrgProduct2.h
kmuellerjones/ohNetGenerated
2bb32625c9ab49e17ba84ec40cc4046ec09182f3
[ "MIT" ]
5
2016-01-05T09:47:15.000Z
2018-12-16T14:07:35.000Z
OpenHome/Net/Bindings/Cpp/Device/Providers/DvAvOpenhomeOrgProduct2.h
kmuellerjones/ohNetGenerated
2bb32625c9ab49e17ba84ec40cc4046ec09182f3
[ "MIT" ]
6
2015-04-08T18:50:36.000Z
2021-04-14T13:41:15.000Z
#ifndef HEADER_DVAVOPENHOMEORGPRODUCT2CPP #define HEADER_DVAVOPENHOMEORGPRODUCT2CPP #include <OpenHome/Types.h> #include <OpenHome/Buffer.h> #include <OpenHome/Net/Cpp/DvDevice.h> #include <OpenHome/Net/Core/DvProvider.h> #include <OpenHome/Net/Cpp/DvInvocation.h> #include <string> namespace OpenHome { namespace Net...
37.22
159
0.692817
[ "model" ]
bf7a9e61e52c32774049adba08b375a662a2425b
2,413
h
C
Lib/Source/Int.h
Freddan-67/V3DLib
dcefc24a9a399ee1f5d1aa5529f44d9fd2486929
[ "MIT" ]
44
2021-01-16T14:17:15.000Z
2022-03-11T19:53:59.000Z
Lib/Source/Int.h
RcCreeperTech/V3DLib
38eb8d55b8276de5cf703d8e13fb9b5f220c49f0
[ "MIT" ]
8
2021-01-16T17:52:02.000Z
2021-12-18T22:38:00.000Z
Lib/Source/Int.h
RcCreeperTech/V3DLib
38eb8d55b8276de5cf703d8e13fb9b5f220c49f0
[ "MIT" ]
7
2021-01-16T14:25:47.000Z
2022-02-03T16:34:45.000Z
/////////////////////////////////////////////////////////////////////////////// // This module defines type 'Int' for a vector of 16 x 32-bit integers. /////////////////////////////////////////////////////////////////////////////// #ifndef _V3DLIB_SOURCE_INT_H_ #define _V3DLIB_SOURCE_INT_H_ #include "Common/SharedArray...
26.811111
79
0.561956
[ "vector" ]
ba72a3a2d97efacf5ebe0620a4e2fa2ca538ed5d
2,453
h
C
moos-ivp/ivp/src/lib_helmivp/ModeSet.h
EasternEdgeRobotics/2018
24df2fe56fa6d172ba3c34c1a97f249dbd796787
[ "MIT" ]
null
null
null
moos-ivp/ivp/src/lib_helmivp/ModeSet.h
EasternEdgeRobotics/2018
24df2fe56fa6d172ba3c34c1a97f249dbd796787
[ "MIT" ]
null
null
null
moos-ivp/ivp/src/lib_helmivp/ModeSet.h
EasternEdgeRobotics/2018
24df2fe56fa6d172ba3c34c1a97f249dbd796787
[ "MIT" ]
null
null
null
/*****************************************************************/ /* NAME: Michael Benjamin */ /* ORGN: Dept of Mechanical Eng / CSAIL, MIT Cambridge MA */ /* FILE: ModeSet.h */ /* DATE: Dec 26th, 2008 ...
31.050633
82
0.517326
[ "vector" ]
ba7464a73368239fd60d8d0403e30cc346466edd
2,046
h
C
old_aldebaran_cplusplus_sdk/include/alsimutils/sim_launcher.h
fernandozuher/naoqi_webots
36aa7b7ed7eb2b305293e860446ca55920d8f92a
[ "Apache-2.0" ]
8
2020-08-01T04:31:50.000Z
2021-11-01T08:39:11.000Z
old_aldebaran_cplusplus_sdk/include/alsimutils/sim_launcher.h
fernandozuher/naoqi_webots
36aa7b7ed7eb2b305293e860446ca55920d8f92a
[ "Apache-2.0" ]
3
2020-10-26T13:30:06.000Z
2022-02-18T18:12:44.000Z
old_aldebaran_cplusplus_sdk/include/alsimutils/sim_launcher.h
fernandozuher/naoqi_webots
36aa7b7ed7eb2b305293e860446ca55920d8f92a
[ "Apache-2.0" ]
null
null
null
/** * Copyright (c) 2012 Aldebaran Robotics All Rights Reserved */ #ifndef SIM_LAUNCHER_H #define SIM_LAUNCHER_H #include "alsimutils.h" #include <string> #include <vector> namespace Sim { class Model; class SimLauncherImpl; /// \class SimLauncher sim_launcher.h /// \brief SimLauncher allows launching the hal...
31
77
0.725318
[ "vector", "model" ]
ba7a02b5317bcfe411b95f1470feafe711e18f88
9,855
h
C
source/levcan.h
VasiliSker/LEVCAN
b53ca93c51ef07f5c9fce27d7554e9e52239d796
[ "MIT" ]
11
2018-10-11T19:05:04.000Z
2020-04-06T07:16:31.000Z
source/levcan.h
VasiliSker/LEVCAN
b53ca93c51ef07f5c9fce27d7554e9e52239d796
[ "MIT" ]
10
2018-03-22T15:27:46.000Z
2020-09-06T11:57:07.000Z
source/levcan.h
Vasili-Sk/LEVCAN
0507002623250fd49ade94be840784fe59fe0eb5
[ "MIT" ]
2
2018-03-27T14:50:23.000Z
2020-04-11T19:03:36.000Z
/******************************************************************************* * LEVCAN: Light Electric Vehicle CAN protocol [LC] * Copyright (C) 2020 Vasiliy Sukhoparov * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (th...
31.38535
170
0.737697
[ "object" ]
ba7b13a901b975191e6ef21c3dfa2c11639b4efd
869
h
C
src/Point.h
untaugh/geotree
4600a1cb4115094ed5c4c1500c6221a458e68be8
[ "MIT" ]
2
2018-07-27T00:58:07.000Z
2021-11-20T22:26:10.000Z
src/Point.h
untaugh/geotree
4600a1cb4115094ed5c4c1500c6221a458e68be8
[ "MIT" ]
null
null
null
src/Point.h
untaugh/geotree
4600a1cb4115094ed5c4c1500c6221a458e68be8
[ "MIT" ]
null
null
null
#pragma once #include <Eigen/Core> #include <set> #include <iostream> #include "Cube.h" using namespace Eigen; namespace Geotree { enum MeshID { MESH0 = 0, MESH1 = 1, }; class Point { public: Point(Vector3d vector) : vector(vector) {}; bool operator != (Point &point); bool operator...
18.104167
70
0.626007
[ "mesh", "vector" ]
baa30cca43958eb4d0b02f92b702b8f906d168fe
1,929
h
C
lesson10/app/src/main/cpp/GLES2Lesson.h
TheFakeMontyOnTheRun/nehe-ndk-gles20
47d03bd6232d4e62d00b0c71b108f8c0d9ef1bf7
[ "BSD-2-Clause" ]
23
2015-11-19T03:21:47.000Z
2021-06-21T16:11:50.000Z
lesson10/app/src/main/cpp/GLES2Lesson.h
TheFakeMontyOnTheRun/nehe-ndk-gles20
47d03bd6232d4e62d00b0c71b108f8c0d9ef1bf7
[ "BSD-2-Clause" ]
4
2016-02-08T02:15:49.000Z
2018-11-18T17:37:55.000Z
lesson10/app/src/main/cpp/GLES2Lesson.h
TheFakeMontyOnTheRun/nehe-ndk-gles20
47d03bd6232d4e62d00b0c71b108f8c0d9ef1bf7
[ "BSD-2-Clause" ]
7
2017-04-20T01:00:50.000Z
2021-10-30T16:58:40.000Z
// // Created by monty on 23/11/15. // #ifndef LESSON10_GLES2LESSON_H #define LESSON10_GLES2LESSON_H namespace odb { class GLES2Lesson { void fetchShaderLocations(); void setPerspective(); void prepareShaderProgram(); void clearBuffers(); void resetTransformMatrices()...
23.814815
85
0.646449
[ "render", "vector" ]
baaa2fff6f14b087de46291bfb45075c974bdf9c
739
h
C
tools/clang/blink_gc_plugin/BlinkGCPluginOptions.h
TinkerEdgeR-Android/external_v8
7c9cad78aca05245a07529da3d689282cd554df9
[ "BSD-3-Clause" ]
777
2017-08-29T15:15:32.000Z
2022-03-21T05:29:41.000Z
tools/clang/blink_gc_plugin/BlinkGCPluginOptions.h
TinkerEdgeR-Android/external_v8
7c9cad78aca05245a07529da3d689282cd554df9
[ "BSD-3-Clause" ]
66
2017-08-30T18:31:18.000Z
2021-08-02T10:59:35.000Z
tools/clang/blink_gc_plugin/BlinkGCPluginOptions.h
TinkerEdgeR-Android/external_v8
7c9cad78aca05245a07529da3d689282cd554df9
[ "BSD-3-Clause" ]
123
2017-08-30T01:19:34.000Z
2022-03-17T22:55:31.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. #ifndef TOOLS_BLINK_GC_PLUGIN_BLINK_GC_PLUGIN_OPTIONS_H_ #define TOOLS_BLINK_GC_PLUGIN_BLINK_GC_PLUGIN_OPTIONS_H_ #include <set> #include <string> #inclu...
32.130435
73
0.787551
[ "vector" ]
baaa8f4ae585c7d5cde654e7ae98df391071dd0f
88,397
c
C
kernels/linux-2.4.0/drivers/media/video/buz.c
liuhaozzu/linux
bdf9758cd23e34b5f53e8e6339d9b29348615e14
[ "Apache-2.0" ]
4
2020-01-01T20:26:42.000Z
2021-10-17T21:51:58.000Z
kernels/linux-2.4.0/drivers/media/video/buz.c
liuhaozzu/linux
bdf9758cd23e34b5f53e8e6339d9b29348615e14
[ "Apache-2.0" ]
4
2020-07-23T11:20:30.000Z
2020-07-24T20:09:09.000Z
linux/drivers/media/video/buz.c
CodeAsm/PS1Linux
8c3c4d9ffccf446dd061a38186efc924da8a66be
[ "CC0-1.0" ]
null
null
null
#define MAX_KMALLOC_MEM (512*1024) /* buz - Iomega Buz driver version 1.0 Copyright (C) 1999 Rainer Johanni <Rainer@Johanni.de> based on buz.0.0.3 Copyright (C) 1998 Dave Perks <dperks@ibm.net> and bttv - Bt848 frame grabber driver Copyright (C) 1996,97,98 Ralph Metzler (rjkm@thp.uni-koeln.d...
25.4673
145
0.646707
[ "geometry" ]
baac7485e3f81447d1974abf4c815fde3117c98f
399
h
C
src/SDLFontsManager.h
FenomenCoyote/ProyectoRedes
4db4434c964d6afe089e8f752eb59e2cfcf66267
[ "MIT" ]
null
null
null
src/SDLFontsManager.h
FenomenCoyote/ProyectoRedes
4db4434c964d6afe089e8f752eb59e2cfcf66267
[ "MIT" ]
null
null
null
src/SDLFontsManager.h
FenomenCoyote/ProyectoRedes
4db4434c964d6afe089e8f752eb59e2cfcf66267
[ "MIT" ]
null
null
null
#pragma once #include "FontsManager.h" #include <map> /* * */ class SDLFontsManager: public FontsManager { public: SDLFontsManager(); virtual ~SDLFontsManager(); // supposed to be called before start using the object virtual bool init(); virtual Font* getFont(int tag); virtual bool loadFont(int tag, string ...
16.625
59
0.721805
[ "object" ]
baafbe400d9fb7e8027981eab6c6fb9b096ab830
2,316
h
C
Arduino CODE/EyeTrackerRevamped/Function.h
roderickkimball/EyeTrackingTestRig
ea53c868008f838fc301bb6d1d670d96b2bb6720
[ "MIT" ]
null
null
null
Arduino CODE/EyeTrackerRevamped/Function.h
roderickkimball/EyeTrackingTestRig
ea53c868008f838fc301bb6d1d670d96b2bb6720
[ "MIT" ]
2
2021-07-16T22:11:33.000Z
2021-07-21T22:59:35.000Z
Arduino CODE/EyeTrackerRevamped/Function.h
roderickkimball/EyeTrackingTestRig
ea53c868008f838fc301bb6d1d670d96b2bb6720
[ "MIT" ]
5
2021-06-22T17:58:47.000Z
2021-12-04T05:49:17.000Z
/* This is the header file that is being used to store the global variables, configuration variables, kinematic chain map object and EEPROM logger object. These objects and variables are used by almost all the other files and hence are stored here. */ #ifndef _FUNCTION_H #define _FUNCTION_H #include <XBOXO...
23.632653
102
0.753022
[ "object" ]
bab14a44320a241c89bb1b19fc83b56ae6ec85c9
3,265
h
C
3rdparty/meshlab-master/src/plugins_experimental/edit_scan/widget.h
HoEmpire/slambook2
96d360f32aa5d8b5c5dcbbf9ee7ba865e84409f4
[ "MIT" ]
4
2016-03-30T14:31:52.000Z
2019-02-02T05:01:32.000Z
graphics/meshlab/src/plugins_experimental/edit_scan/widget.h
hlzz/dotfiles
0591f71230c919c827ba569099eb3b75897e163e
[ "BSD-3-Clause" ]
null
null
null
graphics/meshlab/src/plugins_experimental/edit_scan/widget.h
hlzz/dotfiles
0591f71230c919c827ba569099eb3b75897e163e
[ "BSD-3-Clause" ]
null
null
null
#ifndef WIDGET_H #define WIDGET_H #include <QDockWidget> #include <QMainWindow> #include "ui_widget.h" #include <cassert> namespace Ui { class Widget; } // Defines the bounds (more than 1 object use them) enum {MIN_SAMPFREQ = 1, MAX_SAMPFREQ = 30, DEF_SAMPFREQ = 5}; enum {MIN_SCANWIDTH = 1, MAX_SCAN...
31.394231
80
0.645942
[ "object" ]
babad8f30f5fb9d24d4993db27e82004b26d0bb7
45,367
h
C
uart_ex2_loopback_udma/device/driverlib_cm/aes.h
NULL981/28388_cm_uart_udma
16967d0c1aec724668945076d7b490af278f6d21
[ "Apache-2.0" ]
1
2022-03-20T01:59:54.000Z
2022-03-20T01:59:54.000Z
uart_ex2_loopback_udma/device/driverlib_cm/aes.h
NULL981/28388_cm_uart_udma
16967d0c1aec724668945076d7b490af278f6d21
[ "Apache-2.0" ]
null
null
null
uart_ex2_loopback_udma/device/driverlib_cm/aes.h
NULL981/28388_cm_uart_udma
16967d0c1aec724668945076d7b490af278f6d21
[ "Apache-2.0" ]
null
null
null
//########################################################################### // // FILE: aes.h // // TITLE: Driver for the AES module. // //########################################################################### // $TI Release: F2838x Support Library v3.03.00.00 $ // $Release Date: Sun Oct 4 16:00:36 IST 2020 ...
40.687892
80
0.567152
[ "vector", "transform" ]
babe339543480a175476d366d7e869dcf6017d54
3,318
h
C
src/cppmat/var_regular_matrix.h
tdegeus/cppmatrix
a6738a2c8be4c6e83b499b54bd874a3d3ee05000
[ "MIT" ]
6
2017-05-05T15:44:36.000Z
2019-01-19T09:58:47.000Z
src/cppmat/var_regular_matrix.h
tdegeus/cppmatrix
a6738a2c8be4c6e83b499b54bd874a3d3ee05000
[ "MIT" ]
32
2017-08-31T08:04:09.000Z
2019-10-21T15:42:01.000Z
src/cppmat/var_regular_matrix.h
tdegeus/cppmatrix
a6738a2c8be4c6e83b499b54bd874a3d3ee05000
[ "MIT" ]
2
2018-08-03T09:08:32.000Z
2022-01-25T07:38:25.000Z
/* ================================================================================================= (c - MIT) T.W.J. de Geus (Tom) | tom@geus.me | www.geus.me | github.com/tdegeus/cppmat ================================================================================================= */ #ifndef CPPMAT_VAR_REGULAR_M...
34.926316
100
0.514467
[ "vector" ]
bac4e012f8c7faf801ce60dfa939dadb62d33885
14,603
h
C
aws-cpp-sdk-location/include/aws/location/model/CreatePlaceIndexRequest.h
Eliyahu-Machluf/aws-sdk-cpp
97b8d6cdc16df298b80941b94327a5026efa7f8c
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-location/include/aws/location/model/CreatePlaceIndexRequest.h
Eliyahu-Machluf/aws-sdk-cpp
97b8d6cdc16df298b80941b94327a5026efa7f8c
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-location/include/aws/location/model/CreatePlaceIndexRequest.h
Eliyahu-Machluf/aws-sdk-cpp
97b8d6cdc16df298b80941b94327a5026efa7f8c
[ "Apache-2.0" ]
1
2022-03-23T15:17:18.000Z
2022-03-23T15:17:18.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/location/LocationService_EXPORTS.h> #include <aws/location/LocationServiceRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/location/model/DataSource...
45.350932
169
0.663494
[ "model" ]
baca32de79343ee54bba5dfe9c9c60303307d879
406
h
C
GlowWormEngine/include/gwMeshRenderer.h
Flugschildkrote/GEII-Robot-Simulation
2756e693fbc5ccba431b21224f9361705207b438
[ "MIT" ]
null
null
null
GlowWormEngine/include/gwMeshRenderer.h
Flugschildkrote/GEII-Robot-Simulation
2756e693fbc5ccba431b21224f9361705207b438
[ "MIT" ]
null
null
null
GlowWormEngine/include/gwMeshRenderer.h
Flugschildkrote/GEII-Robot-Simulation
2756e693fbc5ccba431b21224f9361705207b438
[ "MIT" ]
null
null
null
#ifndef GWMESHRENDERER_H #define GWMESHRENDERER_H #include "gwGlobalHeader.h" #include "gwComponent.h" namespace gwe { class gwMeshRenderer : public gwComponent { public: gwMeshRenderer(gwMesh* mesh = nullptr); virtual ~gwMeshRenderer(void); gwMesh* getMesh(void) const; void render(void); void s...
16.24
43
0.721675
[ "mesh", "render" ]
bace4d6ea6fd7e1062bf9f9ddef56015bd15d3cd
7,573
h
C
Engine/app/particlefeature/components/particlerendercomponent.h
BikkyS/DreamEngine
47da4e22c65188c72f44591f6a96505d8ba5f5f3
[ "MIT" ]
26
2015-01-15T12:57:40.000Z
2022-02-16T10:07:12.000Z
Engine/app/particlefeature/components/particlerendercomponent.h
BikkyS/DreamEngine
47da4e22c65188c72f44591f6a96505d8ba5f5f3
[ "MIT" ]
null
null
null
Engine/app/particlefeature/components/particlerendercomponent.h
BikkyS/DreamEngine
47da4e22c65188c72f44591f6a96505d8ba5f5f3
[ "MIT" ]
17
2015-02-18T07:51:31.000Z
2020-06-01T01:10:12.000Z
/**************************************************************************** Copyright (c) 2011-2013,WebJet Business Division,CYOU http://www.genesis-3d.com.cn 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...
30.659919
134
0.689159
[ "3d" ]
bacfe3b03a353365799bc1a954ffbb7ca40e4db0
8,818
h
C
Code/Algorithms/Common/vnsGreaterConditionalThresholdImageFunctor.h
spacebel/MAJA
3e5d20bc9c744c610e608cfcf1f4c5c738d4de9e
[ "Apache-2.0" ]
57
2020-09-30T08:51:22.000Z
2021-12-19T20:28:30.000Z
Code/Algorithms/Common/vnsGreaterConditionalThresholdImageFunctor.h
spacebel/MAJA
3e5d20bc9c744c610e608cfcf1f4c5c738d4de9e
[ "Apache-2.0" ]
34
2020-09-29T21:27:22.000Z
2022-02-03T09:56:45.000Z
Code/Algorithms/Common/vnsGreaterConditionalThresholdImageFunctor.h
spacebel/MAJA
3e5d20bc9c744c610e608cfcf1f4c5c738d4de9e
[ "Apache-2.0" ]
14
2020-10-11T13:17:59.000Z
2022-03-09T15:58:19.000Z
/* * Copyright (C) 2020 Centre National d'Etudes Spatiales (CNES) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appl...
52.177515
110
0.332048
[ "object", "vector" ]
bad087a25d6994ce31b72078fa21273f7d18457e
1,578
h
C
courier/serialization/pyobject_ptr.h
leloykun/launchpad
f591b5931cbba89bc94050a126d86cd1bda312f5
[ "Apache-2.0" ]
264
2021-04-22T12:55:07.000Z
2022-03-26T05:55:13.000Z
courier/serialization/pyobject_ptr.h
leloykun/launchpad
f591b5931cbba89bc94050a126d86cd1bda312f5
[ "Apache-2.0" ]
22
2021-04-22T18:00:13.000Z
2022-03-30T01:45:08.000Z
courier/serialization/pyobject_ptr.h
leloykun/launchpad
f591b5931cbba89bc94050a126d86cd1bda312f5
[ "Apache-2.0" ]
21
2021-04-22T19:20:28.000Z
2022-03-16T05:36:27.000Z
// Copyright 2020 DeepMind Technologies Limited. // // 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 l...
32.875
80
0.767427
[ "object" ]