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
3493799933d619fe01d91cc5a5d067bdb965fda1
939
h
C
src/wstring.h
8bitslime/Winter
2a2ae7ef57313d4611432e4e58285ba098ccb223
[ "MIT" ]
2
2019-02-24T09:00:24.000Z
2020-12-24T23:27:01.000Z
src/wstring.h
8bitslime/Winter
2a2ae7ef57313d4611432e4e58285ba098ccb223
[ "MIT" ]
null
null
null
src/wstring.h
8bitslime/Winter
2a2ae7ef57313d4611432e4e58285ba098ccb223
[ "MIT" ]
null
null
null
#ifndef WSTRING_H #define WSTRING_H //TODO unicode #include "wtype.h" #include "object.h" typedef struct wstring_t { REFCOUNT; hash_t hash; size_t length; size_t capacity; char *data; } wstring_t; //Creates an automatic string with a literal value (no allocations) #define AUTO_STRING(str) (wstring_t){REF_PERSI...
29.34375
91
0.787007
[ "object" ]
349bcb31d65fb3106dd863adfaea5dc5df8636e6
2,111
h
C
3rd_party_programs/exonerate-2.2.0/src/model/coding2coding.h
b-brankovics/grabb
4ea7081305489b59b5fe94ce9f93f358851931ca
[ "MIT" ]
12
2015-10-29T15:55:02.000Z
2021-09-10T05:17:16.000Z
3rd_party_programs/exonerate-2.2.0/src/model/coding2coding.h
b-brankovics/grabb
4ea7081305489b59b5fe94ce9f93f358851931ca
[ "MIT" ]
3
2017-01-13T12:03:29.000Z
2018-10-05T15:02:45.000Z
3rd_party_programs/exonerate-2.2.0/src/model/coding2coding.h
b-brankovics/grabb
4ea7081305489b59b5fe94ce9f93f358851931ca
[ "MIT" ]
7
2017-02-17T21:11:10.000Z
2021-04-08T21:06:56.000Z
/****************************************************************\ * * * Coding DNA comparison model * * * * Guy St.C. Slater.. mailto:guy@ebi.ac.uk ...
35.779661
66
0.522027
[ "model" ]
349f0b8fcb50185c4c7e8bc7243fd088faab6bd9
913
h
C
Clerk/UI/Alerts/AlertsListDataModel.h
sergeylenkov/Clerk
b220864e89559207c5eeea113668891236fcbfb9
[ "MIT" ]
14
2016-11-01T15:48:02.000Z
2020-07-15T13:00:27.000Z
Clerk/UI/Alerts/AlertsListDataModel.h
sergeylenkov/Clerk
b220864e89559207c5eeea113668891236fcbfb9
[ "MIT" ]
29
2017-11-16T04:15:33.000Z
2021-12-22T07:15:42.000Z
Clerk/UI/Alerts/AlertsListDataModel.h
sergeylenkov/Clerk
b220864e89559207c5eeea113668891236fcbfb9
[ "MIT" ]
2
2018-08-15T15:25:11.000Z
2019-01-28T12:49:50.000Z
#pragma once #include <wx/dataview.h> #include "../../Utils/Utils.h" #include "../../Data/ViewModels/AlertViewModel.h" using namespace Clerk::Data; using namespace Clerk::Utils; class AlertsListDataModel : public wxDataViewListStore { public: enum class Columns { Name, Type, Period, Condition, Amount, ...
24.026316
98
0.761227
[ "vector" ]
34a4ac270e60cba637b3ff2b46341cc24a99ccac
23,224
c
C
viewkel/band_graphs.c
richardjgowers/yaehmop
d8c7e437b949af4868f7d79c68faf77433081549
[ "BSD-2-Clause" ]
17
2016-08-07T05:17:19.000Z
2022-01-19T16:57:28.000Z
viewkel/band_graphs.c
richardjgowers/yaehmop
d8c7e437b949af4868f7d79c68faf77433081549
[ "BSD-2-Clause" ]
26
2016-07-28T18:59:31.000Z
2021-02-22T13:03:01.000Z
viewkel/band_graphs.c
richardjgowers/yaehmop
d8c7e437b949af4868f7d79c68faf77433081549
[ "BSD-2-Clause" ]
12
2016-07-28T18:57:32.000Z
2022-01-19T17:07:25.000Z
/******************************************************* Copyright (C) 1995 Greg Landrum All rights reserved This file is part of yaehmop. 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 ...
33.319943
93
0.632148
[ "object" ]
34b60fa8055f1023dabb98e08963d25a401fbebe
9,971
h
C
0.29.0/gnustep-gui-0.29.0/Headers/AppKit/NSOutlineView.h
mlcldh/GNUstepGUI
4f807d6750d7a7a5c3b67c6fe4d742eb2f69c100
[ "MIT" ]
1
2022-01-11T02:45:11.000Z
2022-01-11T02:45:11.000Z
0.29.0/gnustep-gui-0.29.0/Headers/AppKit/NSOutlineView.h
mlcldh/GNUstepGUI
4f807d6750d7a7a5c3b67c6fe4d742eb2f69c100
[ "MIT" ]
null
null
null
0.29.0/gnustep-gui-0.29.0/Headers/AppKit/NSOutlineView.h
mlcldh/GNUstepGUI
4f807d6750d7a7a5c3b67c6fe4d742eb2f69c100
[ "MIT" ]
1
2022-03-20T01:16:47.000Z
2022-03-20T01:16:47.000Z
/* NSOutlineView.h The outline class. Copyright (C) 2001 Free Software Foundation, Inc. Author: Gregory John Casamento <greg_casamento@yahoo.com> Date: October 2001 This file is part of the GNUstep GUI Library. This library is free software; you can redistribute it and/or modify it ...
33.016556
97
0.743255
[ "object" ]
34bf78ebc6a4074c2d34990755b922133dc26b86
3,139
h
C
include/level/lvl_sparkAni.h
DerekSlagle/spiderSolitaire
aa6075a4eca0be14dcb3dd2a807c8c5b29806afb
[ "MIT" ]
null
null
null
include/level/lvl_sparkAni.h
DerekSlagle/spiderSolitaire
aa6075a4eca0be14dcb3dd2a807c8c5b29806afb
[ "MIT" ]
null
null
null
include/level/lvl_sparkAni.h
DerekSlagle/spiderSolitaire
aa6075a4eca0be14dcb3dd2a807c8c5b29806afb
[ "MIT" ]
null
null
null
#ifndef LVL_SPARKANI_H_INCLUDED #define LVL_SPARKANI_H_INCLUDED #include "Level.h" #include "../spark.h" #include "../button_types/buttStrip.h" #include "../controls/sparkEmitterControl.h" #include "../controls/forceControl.h" #include "../controls/printerControl.h" #include "../graphFuncs.h" class lvl_sparkAni : pu...
27.778761
105
0.677604
[ "vector" ]
34bf7949db336c34a16e256d2b89dd0bbd699392
2,620
h
C
src/devices/machine/ram.h
Robbbert/messui
49b756e2140d8831bc81335298ee8c5471045e79
[ "BSD-3-Clause" ]
26
2015-03-31T06:25:51.000Z
2021-12-14T09:29:04.000Z
src/devices/machine/ram.h
Robbbert/messui
49b756e2140d8831bc81335298ee8c5471045e79
[ "BSD-3-Clause" ]
null
null
null
src/devices/machine/ram.h
Robbbert/messui
49b756e2140d8831bc81335298ee8c5471045e79
[ "BSD-3-Clause" ]
10
2015-03-27T05:45:51.000Z
2022-02-04T06:57:36.000Z
// license:BSD-3-Clause // copyright-holders:Nathan Woods, Dirk Best /************************************************************************* RAM device Provides a configurable amount of RAM to drivers **************************************************************************/ #ifndef MAME_MACHINE_RAM_H #...
29.438202
104
0.591221
[ "vector" ]
34c0b7ff7971905a2952e0b1b62ec24d8b0a371b
596
h
C
Sources/Backend/Operations/UpdatesSearchOperation.h
slavikus/Icy
68bbc38c90c02cb5410bc00bc36e2be26f610190
[ "MIT" ]
8
2016-06-23T14:57:38.000Z
2021-09-21T17:26:57.000Z
Sources/Backend/Operations/UpdatesSearchOperation.h
iMokhles/Icy
a06b21a13d35949d9b32a178e941cde586aa40c2
[ "MIT" ]
null
null
null
Sources/Backend/Operations/UpdatesSearchOperation.h
iMokhles/Icy
a06b21a13d35949d9b32a178e941cde586aa40c2
[ "MIT" ]
7
2016-06-23T03:36:51.000Z
2021-12-04T09:21:02.000Z
// // UpdatesSearchOperation.h // Icy // // Created by Slava Karpenko on 3/23/09. // Copyright 2009 Ripdev. All rights reserved. // #import <Foundation/Foundation.h> // Notification name being posted on the main thread... [notification object] will contain the updates array #define kIcyUpdatedPackagesUpdatedNotif...
24.833333
108
0.761745
[ "object" ]
34cb31a4aa50bf1e9acb455c626f4fc9fa9c35ce
17,733
h
C
src/Microsoft.DotNet.Wpf/src/WpfGfx/core/common/matrix.h
txlos/wpf
4004b4e8c8d5c0d5e9de0f1be1fd929c3dee6fa1
[ "MIT" ]
5,937
2018-12-04T16:32:50.000Z
2022-03-31T09:48:37.000Z
src/Microsoft.DotNet.Wpf/src/WpfGfx/core/common/matrix.h
txlos/wpf
4004b4e8c8d5c0d5e9de0f1be1fd929c3dee6fa1
[ "MIT" ]
4,151
2018-12-04T16:38:19.000Z
2022-03-31T18:41:14.000Z
src/Microsoft.DotNet.Wpf/src/WpfGfx/core/common/matrix.h
txlos/wpf
4004b4e8c8d5c0d5e9de0f1be1fd929c3dee6fa1
[ "MIT" ]
1,084
2018-12-04T16:24:21.000Z
2022-03-30T13:52:03.000Z
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. //+----------------------------------------------------------------------- // // // Description: // Definiti...
36.487654
120
0.567811
[ "mesh", "shape", "transform" ]
34e441bfd83c35c1f8f9dd078d4c6f69db6e8294
771
h
C
flower_equals_win/logic/Grid.h
Garoli/flower-equals-win-game
c6965b9dfa38de124e3e8991a0d92509a54365df
[ "Unlicense", "MIT" ]
null
null
null
flower_equals_win/logic/Grid.h
Garoli/flower-equals-win-game
c6965b9dfa38de124e3e8991a0d92509a54365df
[ "Unlicense", "MIT" ]
null
null
null
flower_equals_win/logic/Grid.h
Garoli/flower-equals-win-game
c6965b9dfa38de124e3e8991a0d92509a54365df
[ "Unlicense", "MIT" ]
null
null
null
#ifndef GRID_H #define GRID_H #include <string> #include <vector> #include "Cell.h" #include "Direction.h" class Grid { public: explicit Grid(const std::string &); void display() const; Cell * getCell(int, int) const; bool isCoordinateValid(int, int) const; std::vector<Cell *> getNeighbors(Cell *) const; st...
24.09375
49
0.690013
[ "vector" ]
34e4eaad5e17ed16ee1daaa67b47146e04cb9a41
3,996
h
C
include/photesthesis/util.h
graydon/photesthesis
7d33b421a08e09455a6d4eed6ddb879d94f15b2e
[ "Apache-2.0" ]
11
2021-02-13T09:06:13.000Z
2021-04-15T17:30:57.000Z
include/photesthesis/util.h
graydon/photesthesis
7d33b421a08e09455a6d4eed6ddb879d94f15b2e
[ "Apache-2.0" ]
12
2021-02-22T22:40:35.000Z
2021-06-01T22:41:03.000Z
include/photesthesis/util.h
graydon/photesthesis
7d33b421a08e09455a6d4eed6ddb879d94f15b2e
[ "Apache-2.0" ]
1
2021-02-18T16:04:05.000Z
2021-02-18T16:04:05.000Z
#pragma once // Copyright 2021 Stellar Development Foundation and contributors. Licensed // under the Apache License, Version 2.0. See the COPYING file at the root // of this distribution or at http://www.apache.org/licenses/LICENSE-2.0 #include <map> #include <photesthesis/3rdparty/xxhash64.h> #include <photesthesis...
22.2
80
0.612613
[ "vector" ]
42be79ddbda4dc91b543536666755052bb39d7b0
4,316
h
C
derecho/subgroup_info.h
scottslewis/derecho-unified
cc2e23547b09386d18cb01de9221035e5fa70006
[ "BSD-3-Clause" ]
null
null
null
derecho/subgroup_info.h
scottslewis/derecho-unified
cc2e23547b09386d18cb01de9221035e5fa70006
[ "BSD-3-Clause" ]
null
null
null
derecho/subgroup_info.h
scottslewis/derecho-unified
cc2e23547b09386d18cb01de9221035e5fa70006
[ "BSD-3-Clause" ]
1
2018-10-26T09:02:47.000Z
2018-10-26T09:02:47.000Z
/** * @file subgroup_info.h * * @date Feb 17, 2017 */ #pragma once #include <cstdint> #include <functional> #include <list> #include <map> #include <memory> #include <typeindex> #include <vector> #include "derecho_exception.h" namespace derecho { class View; class SubView; /** * An exception that indicates t...
38.882883
127
0.718258
[ "object", "vector" ]
42c2db7f9db3206e50e42c225297774970650481
19,813
h
C
platform/micrium_os/fs/source/shared/crc/edc_crc.h
lmnotran/gecko_sdk
2e82050dc8823c9fe0e8908c1b2666fb83056230
[ "Zlib" ]
82
2016-06-29T17:24:43.000Z
2021-04-16T06:49:17.000Z
platform/micrium_os/fs/source/shared/crc/edc_crc.h
GoldSora/sdk_support
5f92c311a302e2ba06040ec37f8ac4eba91b3d5d
[ "Zlib" ]
7
2020-08-25T02:41:16.000Z
2022-03-21T19:55:46.000Z
platform/micrium_os/fs/source/shared/crc/edc_crc.h
GoldSora/sdk_support
5f92c311a302e2ba06040ec37f8ac4eba91b3d5d
[ "Zlib" ]
56
2016-08-02T10:50:50.000Z
2021-07-19T08:57:34.000Z
/***************************************************************************//** * @file * @brief File System - Cyclic Redundancy Check (Crc) Calculation ******************************************************************************* * # License * <b>Copyright 2018 Silicon Laboratories Inc. www.silabs.com</b> ***...
54.581267
124
0.432191
[ "model" ]
42cf7e94dfb20c006faa9fd72be6e3c8b5fb4c66
8,547
h
C
ThirdParty/Havok/include/Physics2012/Collide/Shape/Convex/ConvexVertices/hkpConvexVerticesShape.h
wobbier/source3-engine
f59df759ee197aef5191cf13768c303c6ed17bf5
[ "MIT" ]
11
2016-08-02T03:40:36.000Z
2022-03-15T13:41:29.000Z
ThirdParty/Havok/include/Physics2012/Collide/Shape/Convex/ConvexVertices/hkpConvexVerticesShape.h
wobbier/source3-engine
f59df759ee197aef5191cf13768c303c6ed17bf5
[ "MIT" ]
null
null
null
ThirdParty/Havok/include/Physics2012/Collide/Shape/Convex/ConvexVertices/hkpConvexVerticesShape.h
wobbier/source3-engine
f59df759ee197aef5191cf13768c303c6ed17bf5
[ "MIT" ]
8
2017-03-17T05:59:25.000Z
2021-02-27T08:51:46.000Z
/* * * Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's * prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok. * Product and Trade Secret source code contains trade secrets ...
44.284974
251
0.769861
[ "geometry", "object", "shape", "vector" ]
42e62a43f8ff0a37fac3a55a0307510dfcd0b95a
3,611
h
C
XMLBindings/APLXML_Base.h
rajive/dnp3
f5d8dbcec2085eaeb980e66d07df19b7bb9c20aa
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
XMLBindings/APLXML_Base.h
rajive/dnp3
f5d8dbcec2085eaeb980e66d07df19b7bb9c20aa
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
XMLBindings/APLXML_Base.h
rajive/dnp3
f5d8dbcec2085eaeb980e66d07df19b7bb9c20aa
[ "ECL-2.0", "Apache-2.0" ]
2
2019-03-31T15:27:05.000Z
2019-09-17T16:12:53.000Z
/* ****************************** GENERATED CONTENT DO NOT ALTER! ********************************* */ #ifndef _APLXML_BASE_H_ #define _APLXML_BASE_H_ #include <APLXML/tinybinding.h> using namespace std; namespace APLXML_Base { enum BaudRateEnum { BAUDRATE_1200, BAUDRATE_1800, BAUDRATE_2400, BAUDRATE_4800, BAUDRA...
24.732877
85
0.779839
[ "vector" ]
42e7f0260afe72b337f1d5b07415a6da8c2182c3
2,618
h
C
Dashboard/inc/renderer.h
Pippo98/telemetry
e78abc82c94d840a94422b3177aff02f10aa1352
[ "MIT" ]
null
null
null
Dashboard/inc/renderer.h
Pippo98/telemetry
e78abc82c94d840a94422b3177aff02f10aa1352
[ "MIT" ]
6
2021-05-12T10:48:08.000Z
2021-05-13T11:44:32.000Z
Dashboard/inc/renderer.h
Pippo98/telemetry
e78abc82c94d840a94422b3177aff02f10aa1352
[ "MIT" ]
1
2021-08-24T13:57:28.000Z
2021-08-24T13:57:28.000Z
#pragma once #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string> #include <iostream> #include <chrono> #include <unordered_map> #include <opencv2/dnn/dnn.hpp> #include <opencv2/imgproc/imgproc.hpp> #include <opencv2/highgui/highgui.hpp> #include <opencv2/videoio.hpp> #include "devices.pb.h" ...
18.7
80
0.682582
[ "render", "vector" ]
42f271d4b51dbaf84011dfe7a2b1c1f4a3832a7f
139,778
c
C
Esm/ib/src/smi/sm/sm_topology.c
dsilakov/opa-fm
72d7942fd7f33c1b67d8cd981efe1bd8733ef54a
[ "Intel" ]
null
null
null
Esm/ib/src/smi/sm/sm_topology.c
dsilakov/opa-fm
72d7942fd7f33c1b67d8cd981efe1bd8733ef54a
[ "Intel" ]
2
2021-04-13T12:59:17.000Z
2021-12-10T19:14:13.000Z
Esm/ib/src/smi/sm/sm_topology.c
dsilakov/opa-fm
72d7942fd7f33c1b67d8cd981efe1bd8733ef54a
[ "Intel" ]
5
2021-02-24T23:01:54.000Z
2022-03-30T18:54:05.000Z
/* BEGIN_ICS_COPYRIGHT7 **************************************** Copyright (c) 2015-2020, Intel Corporation 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 copyrig...
34.667163
194
0.683727
[ "3d" ]
6e0506dd0e55d93642497ee3c127afbd06ee9c59
26,634
h
C
WRK-V1.2/csharp/inc/predeftype.h
intj-t/openvmsft
0d17fbce8607ab2b880be976c2e86d8cfc3e83bb
[ "Intel" ]
null
null
null
WRK-V1.2/csharp/inc/predeftype.h
intj-t/openvmsft
0d17fbce8607ab2b880be976c2e86d8cfc3e83bb
[ "Intel" ]
null
null
null
WRK-V1.2/csharp/inc/predeftype.h
intj-t/openvmsft
0d17fbce8607ab2b880be976c2e86d8cfc3e83bb
[ "Intel" ]
null
null
null
// ==++== // // // Copyright (c) 2006 Microsoft Corporation. All rights reserved. // // The use and distribution terms for this software are contained in the file // named license.txt, which can be found in the root of this distribution. // By using this software in any fashion, you are agreeing to b...
115.8
232
0.458887
[ "object" ]
6e067a80f473f7ad25012a570427944c2f854743
3,424
c
C
ijkplayer-armv7a/src/main/jni/ijkmedia/ijksdl/android/jjk/c/java/util/ArrayList.c
BigHeartC/IPTV_plus
3f1223a93bdd19c5ae6a3f37aca7acb59f569bcd
[ "Apache-2.0" ]
47
2015-12-22T12:52:36.000Z
2022-02-23T12:55:29.000Z
ijkplayer-x86/src/main/jni/ijkmedia/ijksdl/android/jjk/c/java/util/ArrayList.c
Mendim/IPTV_plus
3f1223a93bdd19c5ae6a3f37aca7acb59f569bcd
[ "Apache-2.0" ]
2
2016-03-23T06:46:23.000Z
2017-05-12T08:04:17.000Z
ijkplayer-x86/src/main/jni/ijkmedia/ijksdl/android/jjk/c/java/util/ArrayList.c
Mendim/IPTV_plus
3f1223a93bdd19c5ae6a3f37aca7acb59f569bcd
[ "Apache-2.0" ]
39
2015-12-22T16:26:57.000Z
2021-07-16T09:57:59.000Z
/* * copyright (c) 2015 Zhang Rui <bbcallen@gmail.com> * * This file is part of ijkPlayer. * * ijkPlayer 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; either * version 2.1 of the License, or (...
30.300885
103
0.704439
[ "object" ]
6e0b80135ae5c6cd1be69d4301c7b8bd590007ff
108,013
c
C
aset_CCcc/src/SET_symbol.c
kit-transue/software-emancipation-discover
bec6f4ef404d72f361d91de954eae9a3bd669ce3
[ "BSD-2-Clause" ]
2
2015-11-24T03:31:12.000Z
2015-11-24T16:01:57.000Z
aset_CCcc/src/SET_symbol.c
radtek/software-emancipation-discover
bec6f4ef404d72f361d91de954eae9a3bd669ce3
[ "BSD-2-Clause" ]
null
null
null
aset_CCcc/src/SET_symbol.c
radtek/software-emancipation-discover
bec6f4ef404d72f361d91de954eae9a3bd669ce3
[ "BSD-2-Clause" ]
1
2019-05-19T02:26:08.000Z
2019-05-19T02:26:08.000Z
/************************************************************************* * Copyright (c) 2015, Synopsys, Inc. * * All rights reserved. * * * * Redistribution and...
35.321452
132
0.678483
[ "object" ]
6e0e7654a2bebb00fdebead4fb0281ae8f2e665b
1,015
h
C
src/SuperimposeMesh/include/SuperimposeMesh/Model.h
xEnVrE/superimpose-mesh-lib
da269af9baf9a583e4a0cf9cea3288b7e8d037b3
[ "BSD-3-Clause" ]
14
2017-04-12T09:03:40.000Z
2022-03-09T16:22:49.000Z
src/SuperimposeMesh/include/SuperimposeMesh/Model.h
Pandinosaurus/superimpose-mesh-lib
da269af9baf9a583e4a0cf9cea3288b7e8d037b3
[ "BSD-3-Clause" ]
23
2018-05-05T17:52:12.000Z
2021-02-17T13:23:27.000Z
src/SuperimposeMesh/include/SuperimposeMesh/Model.h
Pandinosaurus/superimpose-mesh-lib
da269af9baf9a583e4a0cf9cea3288b7e8d037b3
[ "BSD-3-Clause" ]
7
2017-05-19T07:26:23.000Z
2020-11-07T00:14:53.000Z
/* * Copyright (C) 2016-2019 Istituto Italiano di Tecnologia (IIT) * * This software may be modified and distributed under the terms of the * BSD 3-Clause license. See the accompanying LICENSE file for details. */ #ifndef MODEL_H #define MODEL_H #include <SuperimposeMesh/Shader.h> #include <SuperimposeMesh/Mesh....
19.901961
111
0.714286
[ "mesh", "vector", "model" ]
6e19a0e07e5508aa766d2b26ae6c4bf2d73e40c4
3,549
h
C
Battleships/Source/Core/Entity/Actor/FActor.h
RodrigoHolztrattner/Battleships
cf3e9c8a4a40f52aee41a7b9baaac5a406365a06
[ "MIT" ]
null
null
null
Battleships/Source/Core/Entity/Actor/FActor.h
RodrigoHolztrattner/Battleships
cf3e9c8a4a40f52aee41a7b9baaac5a406365a06
[ "MIT" ]
null
null
null
Battleships/Source/Core/Entity/Actor/FActor.h
RodrigoHolztrattner/Battleships
cf3e9c8a4a40f52aee41a7b9baaac5a406365a06
[ "MIT" ]
null
null
null
//////////////////////////////////////////////////////////////////////////////// // Filename: FActor.h //////////////////////////////////////////////////////////////////////////////// #ifndef _FActor_H_ #define _FActor_H_ ///////////// // LINKING // ///////////// ////////////// // INCLUDES // ////////////// #include ...
20.396552
90
0.578473
[ "object", "3d" ]
42295607c7ee79d2fe6e963c45cf6d737576d6d6
1,595
h
C
ASE/playground/utils.h
daB0bby/ASE
62cfe021fdbea87feb63808b8e65d387ed5867f1
[ "MIT" ]
1
2020-05-22T13:20:34.000Z
2020-05-22T13:20:34.000Z
ASE/playground/utils.h
dab0bby/ASE
62cfe021fdbea87feb63808b8e65d387ed5867f1
[ "MIT" ]
null
null
null
ASE/playground/utils.h
dab0bby/ASE
62cfe021fdbea87feb63808b8e65d387ed5867f1
[ "MIT" ]
null
null
null
#pragma once #include <string> #include <sstream> #include <vector> inline void split(const std::string &s, char delim, std::vector<std::string> &elems) { std::stringstream ss; ss.str(s); std::string item; while (std::getline(ss, item, delim)) elems.push_back(item); } inline std::v...
19.691358
84
0.549216
[ "vector" ]
4229da9f9f0f32c048ecdeb8a55be9a344fd45d0
642
h
C
catkin_ws/src/srrg2_core/srrg2_core/src/srrg_viewer/active_drawable.h
laaners/progetto-labiagi_pick_e_delivery
3453bfbc1dd7562c78ba06c0f79b069b0a952c0e
[ "MIT" ]
null
null
null
catkin_ws/src/srrg2_core/srrg2_core/src/srrg_viewer/active_drawable.h
laaners/progetto-labiagi_pick_e_delivery
3453bfbc1dd7562c78ba06c0f79b069b0a952c0e
[ "MIT" ]
null
null
null
catkin_ws/src/srrg2_core/srrg2_core/src/srrg_viewer/active_drawable.h
laaners/progetto-labiagi_pick_e_delivery
3453bfbc1dd7562c78ba06c0f79b069b0a952c0e
[ "MIT" ]
null
null
null
#pragma once #include "drawable_base.h" namespace srrg2_core { //! @brief base derivable class that represent an object that could be "drawn" //! using OpenGL and OpenCV class ActiveDrawable: public DrawableBase { public: void addCanvas(ViewerCanvasPtr canvas); void removeCanvas(ViewerCanvasPtr...
29.181818
80
0.741433
[ "object" ]
422e979c31a7f2908d0ca4d1e80b0fcefeffba92
2,311
h
C
Distributor.h
arayq2/utility
85a482c71e8155761e7b62b2b7f0d9be5beac84e
[ "MIT" ]
null
null
null
Distributor.h
arayq2/utility
85a482c71e8155761e7b62b2b7f0d9be5beac84e
[ "MIT" ]
null
null
null
Distributor.h
arayq2/utility
85a482c71e8155761e7b62b2b7f0d9be5beac84e
[ "MIT" ]
null
null
null
#pragma once #include <vector> #include <algorithm> namespace Utility { class Indexer { struct Pair { Pair(size_t index = 0) : index_(index) , total_(0) {} struct Comparator { bool operator() (...
24.849462
88
0.459541
[ "vector" ]
422ecc285b91aecb6c2fcd27893bff3c2c3e73d7
8,957
c
C
src/ccow/tools/blobfind.c
SeanTBooker/edgefs
2e5d4ac1feadac55827f7b452c577b0531293a50
[ "Apache-2.0" ]
18
2020-05-11T20:35:19.000Z
2021-12-16T02:33:11.000Z
src/ccow/tools/blobfind.c
SeanTBooker/edgefs
2e5d4ac1feadac55827f7b452c577b0531293a50
[ "Apache-2.0" ]
null
null
null
src/ccow/tools/blobfind.c
SeanTBooker/edgefs
2e5d4ac1feadac55827f7b452c577b0531293a50
[ "Apache-2.0" ]
16
2020-05-11T19:54:53.000Z
2021-09-09T01:20:13.000Z
/* * Copyright (c) 2015-2018 Nexenta Systems, inc. * * This file is part of EdgeFS Project * (see https://github.com/Nexenta/edgefs). * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional informat...
26.421829
110
0.652339
[ "object" ]
4247fbca03d358b9cc122aa9b6e39944f63e7d91
887
h
C
game-emu-common/include/game-emu/common/coreloader.h
Dudejoe870/game-emu
153b7f9b7bc56042cc6d41187688aa1d9a612830
[ "MIT" ]
1
2022-03-28T21:03:10.000Z
2022-03-28T21:03:10.000Z
game-emu-common/include/game-emu/common/coreloader.h
Dudejoe870/game-emu
153b7f9b7bc56042cc6d41187688aa1d9a612830
[ "MIT" ]
null
null
null
game-emu-common/include/game-emu/common/coreloader.h
Dudejoe870/game-emu
153b7f9b7bc56042cc6d41187688aa1d9a612830
[ "MIT" ]
null
null
null
#pragma once #include <game-emu/common/stdcommon.h> #include <game-emu/common/symbolhelper.h> #include <dynalo/dynalo.hpp> namespace GameEmu::Common { class Core; class CoreLoader { private: std::vector<Core*> cores; std::vector<dynalo::library> coreLibraries; public: /* Loads all the DLL system cores...
22.175
98
0.732807
[ "vector" ]
424dcc46ce12db49e7c993cbbf4693e60b6469f1
3,929
h
C
include/AsciiLineReader.h
inugami-dev64/libdas
66e5892e13ebcbb5d6cdc1314aeb4e7fec42248a
[ "Apache-2.0" ]
null
null
null
include/AsciiLineReader.h
inugami-dev64/libdas
66e5892e13ebcbb5d6cdc1314aeb4e7fec42248a
[ "Apache-2.0" ]
null
null
null
include/AsciiLineReader.h
inugami-dev64/libdas
66e5892e13ebcbb5d6cdc1314aeb4e7fec42248a
[ "Apache-2.0" ]
null
null
null
// libdas: DENG asset handling management library // licence: Apache, see LICENCE file // file: AsciiLineReader.h - Ascii file reading class header // author: Karl-Mihkel Ott #ifndef ASCII_LINE_READER_H #define ASCII_LINE_READER_H #ifdef ASCII_LINE_READER_CPP #include <cstring> #include <string> #include...
37.778846
139
0.576737
[ "object", "vector" ]
4257c7250365a74a2cbe51eab5c6fd75a16432af
514
h
C
cpp/handlers/requests.h
propaganda-gold/deeprev
0c6ccf83131a879ed858acdb0675e75ebf2f2d3d
[ "BSD-3-Clause" ]
null
null
null
cpp/handlers/requests.h
propaganda-gold/deeprev
0c6ccf83131a879ed858acdb0675e75ebf2f2d3d
[ "BSD-3-Clause" ]
2
2021-05-11T16:29:38.000Z
2022-01-22T12:28:49.000Z
cpp/handlers/requests.h
propaganda-gold/deeprev
0c6ccf83131a879ed858acdb0675e75ebf2f2d3d
[ "BSD-3-Clause" ]
null
null
null
#ifndef HANDLERS_MS_REQUEST #define HANDLERS_MS_REQUEST #include "util/includes.h" #include "handlers/http.pb.h" #include "handlers/api.h" namespace vectorbook { using std::vector; using std::string; // Converts a string-valued request to an internal object. HttpRequest ConvertHttpRequest(const string &original); O...
24.47619
67
0.789883
[ "object", "vector" ]
42647dbf64cc32affa806baeb7800cce8744c7c7
1,651
h
C
src/services/pcn-katran/src/MaglevBase.h
Morpheus-compiler/polycube
3e1285bb1ebcb5e609097b2c7750a2741b466f69
[ "ECL-2.0", "Apache-2.0" ]
1
2022-01-24T07:36:56.000Z
2022-01-24T07:36:56.000Z
src/services/pcn-katran/src/MaglevBase.h
Morpheus-compiler/polycube
3e1285bb1ebcb5e609097b2c7750a2741b466f69
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
src/services/pcn-katran/src/MaglevBase.h
Morpheus-compiler/polycube
3e1285bb1ebcb5e609097b2c7750a2741b466f69
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even th...
33.02
80
0.732889
[ "vector" ]
426700df3d151559e685051d97d224a461fe47ba
2,754
c
C
bkarachok/lab5_SPI_OLED/user.c
kpi-keoa/TheConnectedMCU_Labs
6e0f3ec9efd101d002e09250b183c3ae857038ea
[ "MIT" ]
null
null
null
bkarachok/lab5_SPI_OLED/user.c
kpi-keoa/TheConnectedMCU_Labs
6e0f3ec9efd101d002e09250b183c3ae857038ea
[ "MIT" ]
43
2017-10-08T13:57:40.000Z
2017-12-31T00:35:24.000Z
bkarachok/lab5_SPI_OLED/user.c
kpi-keoa/TheConnectedMCU_Labs
6e0f3ec9efd101d002e09250b183c3ae857038ea
[ "MIT" ]
20
2017-09-25T22:21:38.000Z
2017-10-31T10:49:28.000Z
/******************************************************************************/ /* Files to Include */ /******************************************************************************/ #ifdef __XC32 #include <xc.h> /* Defines special function registers...
27.818182
80
0.465868
[ "vector" ]
4272d2479543f85db3352e64a55a8c5f62cb7792
2,517
h
C
src/vkabstractcontainer.h
rusphantom/sailfishVK
65de01708562506ac2b0fb55a5ca4971fbf0f5e9
[ "MIT" ]
1
2020-03-09T05:42:24.000Z
2020-03-09T05:42:24.000Z
src/vkabstractcontainer.h
rusphantom/sailfishVK
65de01708562506ac2b0fb55a5ca4971fbf0f5e9
[ "MIT" ]
null
null
null
src/vkabstractcontainer.h
rusphantom/sailfishVK
65de01708562506ac2b0fb55a5ca4971fbf0f5e9
[ "MIT" ]
null
null
null
#ifndef VKABSTRACTCONTAINER_H #define VKABSTRACTCONTAINER_H #include <QObject> #include <QDebug> #include <QQmlEngine> #include <QJsonObject> #include <QJsonArray> #include "ivkcompletable.h" #define SET_ARG_NOCHECK(param, arg) do{ param = arg; }while(0)/*\ do{ \ param = arg; \ if (!m_objectChangi...
25.683673
103
0.582042
[ "object" ]
427a7ef24faee028eba3b2852ad339ae8472aa79
10,771
h
C
include/odata/client/odata_client.h
avs/odatacpp-client
c2af181468d345aef0c952a8a0182a1ff11b4b57
[ "MIT" ]
39
2015-01-22T08:13:28.000Z
2021-02-03T07:29:56.000Z
include/odata/client/odata_client.h
avs/odatacpp-client
c2af181468d345aef0c952a8a0182a1ff11b4b57
[ "MIT" ]
20
2015-04-27T02:35:31.000Z
2021-01-20T16:47:23.000Z
include/odata/client/odata_client.h
avs/odatacpp-client
c2af181468d345aef0c952a8a0182a1ff11b4b57
[ "MIT" ]
30
2015-01-29T21:23:57.000Z
2021-01-11T14:19:47.000Z
//--------------------------------------------------------------------- // <copyright file="odata_client.h" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. // </copyright> //---------------------------------------------...
60.853107
326
0.663077
[ "vector" ]
428018f695ef14e29d2dfb57eb4115545fa965f4
1,433
h
C
src/core/render/Mesh.h
yeshvvvanth/raccoon-engine
fc9b6544429578b223115c0f8d91c4053e189914
[ "MIT" ]
null
null
null
src/core/render/Mesh.h
yeshvvvanth/raccoon-engine
fc9b6544429578b223115c0f8d91c4053e189914
[ "MIT" ]
null
null
null
src/core/render/Mesh.h
yeshvvvanth/raccoon-engine
fc9b6544429578b223115c0f8d91c4053e189914
[ "MIT" ]
1
2019-12-21T09:53:41.000Z
2019-12-21T09:53:41.000Z
#pragma once #include"Material.h" #include"../data_types/rawmesh.h" #include"physics.h" #include<fstream> struct Renderable{ vec2 tile,tileoff; Texture* texture; char type;Box box; virtual void tick(Transform& trans,float delta=0)=0; virtual ~Renderable(); char flags; }; struct Mesh:Renderable{ ...
28.098039
74
0.695045
[ "mesh", "transform" ]
42923da2354a4b5884dc67f3c91e1d078ba9536f
10,529
c
C
smilelib/src/parsing/parser/parseloanword.c
seanofw/smile
3bc8807513cdb54053134fe2c79c5bf077aa026d
[ "Apache-2.0" ]
15
2016-05-27T14:30:28.000Z
2020-12-09T09:14:18.000Z
smilelib/src/parsing/parser/parseloanword.c
seanofw/smile
3bc8807513cdb54053134fe2c79c5bf077aa026d
[ "Apache-2.0" ]
null
null
null
smilelib/src/parsing/parser/parseloanword.c
seanofw/smile
3bc8807513cdb54053134fe2c79c5bf077aa026d
[ "Apache-2.0" ]
4
2016-01-17T03:52:21.000Z
2019-02-06T19:24:33.000Z
//--------------------------------------------------------------------------------------- // Smile Programming Language Interpreter // Copyright 2004-2019 Sean Werkema // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You ma...
38.996296
136
0.748314
[ "object", "transform" ]
42a5ba7242734ca1dbef770883ce1b584b86298c
1,005
h
C
include/game/button.h
inessousacaldas/exercise_opengl
e9afb167efdc29214ba2b791862e4ead9fb4bba6
[ "MIT" ]
null
null
null
include/game/button.h
inessousacaldas/exercise_opengl
e9afb167efdc29214ba2b791862e4ead9fb4bba6
[ "MIT" ]
null
null
null
include/game/button.h
inessousacaldas/exercise_opengl
e9afb167efdc29214ba2b791862e4ead9fb4bba6
[ "MIT" ]
null
null
null
#ifndef BUTTON_H #define BUTTON_H // std includes #include <memory> #include <map> #include <string> #include <functional> // external libs includes #include <glm/vec2.hpp> #include <glm/vec3.hpp> // project includes #include "game/game_object.h" #include "game/game_level.h" #include "game/button_state.h" #include "...
22.333333
112
0.694527
[ "render" ]
42a92fa08c63f2e9c9158e24a88aef06925fa5f9
23,685
c
C
DIR819_v1.06/src/opensource/updatedd/updatedd-2.3/src/plugins/gnudip.c
Sirherobrine23/Dir819gpl_code
8af92d65416198755974e3247b7bbe7f1151d525
[ "BSD-2-Clause" ]
1
2022-03-19T06:38:01.000Z
2022-03-19T06:38:01.000Z
DIR819_v1.06/src/opensource/updatedd/updatedd-2.3/src/plugins/gnudip.c
Sirherobrine23/Dir819gpl_code
8af92d65416198755974e3247b7bbe7f1151d525
[ "BSD-2-Clause" ]
null
null
null
DIR819_v1.06/src/opensource/updatedd/updatedd-2.3/src/plugins/gnudip.c
Sirherobrine23/Dir819gpl_code
8af92d65416198755974e3247b7bbe7f1151d525
[ "BSD-2-Clause" ]
1
2022-03-19T06:38:03.000Z
2022-03-19T06:38:03.000Z
/* -- updatedd: dyndns.c -- * * Copyright (C) 2002, 2003, 2004 Philipp Benner * * This file is part of UpdateDD - http://updatedd.philipp-benner.de. * * UpdateDD 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 Fou...
26.463687
92
0.554655
[ "transform" ]
09517a3084caeaefeb0f0596623c29dc25e3ed0a
9,969
h
C
include/stone/Driver/Command.h
StoneLang/Stone
baf74e460b2c7e03a17d4ec1682b0d5beb3ad6a1
[ "MIT" ]
null
null
null
include/stone/Driver/Command.h
StoneLang/Stone
baf74e460b2c7e03a17d4ec1682b0d5beb3ad6a1
[ "MIT" ]
null
null
null
include/stone/Driver/Command.h
StoneLang/Stone
baf74e460b2c7e03a17d4ec1682b0d5beb3ad6a1
[ "MIT" ]
null
null
null
#ifndef STONE_DRIVER_COMMAND_H #define STONE_DRIVER_COMMAND_H #include "stone/Basic/File.h" #include "stone/Basic/LLVM.h" #include "stone/Basic/OutputFileMap.h" #include "llvm/ADT/SmallSet.h" #include "llvm/ADT/SmallVector.h" #include "llvm/ADT/StringMap.h" #include "llvm/ADT/StringRef.h" #include "llvm/Support/String...
41.886555
80
0.726151
[ "vector" ]
095586ab91582261e1f5e51e18aa653329a6a009
13,587
h
C
editor/spatial_editor_gizmos.h
touilleMan/godo
a75623f436c215e107ede321afa08a1897552deb
[ "CC-BY-3.0", "Apache-2.0", "MIT" ]
2
2021-11-08T02:44:36.000Z
2021-11-08T09:41:07.000Z
editor/spatial_editor_gizmos.h
nical/godot
a75623f436c215e107ede321afa08a1897552deb
[ "CC-BY-3.0", "Apache-2.0", "MIT" ]
2
2015-12-08T14:13:40.000Z
2016-05-27T20:16:07.000Z
editor/spatial_editor_gizmos.h
nical/godot
a75623f436c215e107ede321afa08a1897552deb
[ "CC-BY-3.0", "Apache-2.0", "MIT" ]
null
null
null
/*************************************************************************/ /* spatial_editor_gizmos.h */ /*************************************************************************/ /* This file is part of: */ /* ...
29.032051
164
0.735262
[ "mesh", "vector", "transform", "3d" ]
095a31a2a593aa84154a0658caf7b90963afdaa1
1,041
h
C
heekscad/interface/Property.h
JohnyEngine/CNC
e4c77250ab2b749d3014022cbb5eb9924e939993
[ "Apache-2.0" ]
null
null
null
heekscad/interface/Property.h
JohnyEngine/CNC
e4c77250ab2b749d3014022cbb5eb9924e939993
[ "Apache-2.0" ]
null
null
null
heekscad/interface/Property.h
JohnyEngine/CNC
e4c77250ab2b749d3014022cbb5eb9924e939993
[ "Apache-2.0" ]
null
null
null
// Property.h // Copyright (c) 2009, Dan Heeks // This program is released under the BSD license. See the file COPYING for details. // Base class for all Properties #if !defined Property_HEADER #define Property_HEADER enum{ InvalidPropertyType, StringPropertyType, DoublePropertyType, LengthPropertyType, IntProp...
23.659091
176
0.782901
[ "object", "vector" ]
0964621f79cde75f9bcf8101a801c1b0980c0055
2,082
c
C
lib/wizards/aarrgh/nyxi/altar2.c
vlehtola/questmud
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
[ "MIT" ]
null
null
null
lib/wizards/aarrgh/nyxi/altar2.c
vlehtola/questmud
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
[ "MIT" ]
null
null
null
lib/wizards/aarrgh/nyxi/altar2.c
vlehtola/questmud
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
[ "MIT" ]
null
null
null
inherit "room/room"; reset(arg) { set_light(1); set_not_out(1); add_exit("out", "/wizards/aarrgh/nyxi/cave.c"); short_desc = "Altar room"; long_desc = "This room is the large altar room of prayers. It flows with magical energy and\n" "gains its powers the pool Morfeus has be...
28.135135
97
0.631124
[ "object" ]
096a17212849c7761f6790fe86c01d9dc56b02e9
8,523
h
C
GDLL/Accounts.h
Physticz/GABB
57dfc4313f0db3476e35e3eda918cfab4de4eb57
[ "MIT" ]
3
2021-03-25T08:35:17.000Z
2022-01-05T22:43:33.000Z
GDLL/Accounts.h
Physticz/GABB
57dfc4313f0db3476e35e3eda918cfab4de4eb57
[ "MIT" ]
3
2021-01-22T15:42:51.000Z
2021-09-13T05:55:35.000Z
GDLL/Accounts.h
Physticz/GABB
57dfc4313f0db3476e35e3eda918cfab4de4eb57
[ "MIT" ]
6
2021-12-27T15:26:02.000Z
2022-03-24T14:47:26.000Z
#pragma once #include <string> #include <vector> #include "registry.h" void cout(std::wstring ctx); namespace Safety { std::string RandomKey(int length, int table); } std::wstring s2ws(const std::string &s) { return std::wstring(s.begin(), s.end()); } std::string toUpperA(std::string text) { for (u...
28.69697
142
0.598967
[ "vector" ]
096c5e5b2d8f9aaced878f11cb17038c31ab30e9
2,098
h
C
native/core/group_container.h
49View/event_horizon
9b78c9318e1a785384ab01eb4d90e79f0192c6ad
[ "BSD-3-Clause" ]
null
null
null
native/core/group_container.h
49View/event_horizon
9b78c9318e1a785384ab01eb4d90e79f0192c6ad
[ "BSD-3-Clause" ]
7
2021-09-02T05:58:24.000Z
2022-02-27T07:06:43.000Z
native/core/group_container.h
49View/event_horizon
9b78c9318e1a785384ab01eb4d90e79f0192c6ad
[ "BSD-3-Clause" ]
2
2020-02-06T02:05:15.000Z
2021-11-25T11:35:14.000Z
#pragma once template <typename U, typename K, template< typename > typename Sequencer, template< typename , typename > typename Container > class GroupContainer { protected: template< typename KI = K, typename UI = U > struct Iterator { Iterator(Container<KI, Sequencer<UI>>* _itmap, c...
27.605263
91
0.505243
[ "vector" ]
0970cc5500132a0a60c73fb24bd719b23e95d291
15,033
c
C
tests/mymalloc.c
guanlan/luajit-mm
6821a07f9402cd7b9465c5d98c0b8d70a3fb8011
[ "MIT" ]
25
2015-01-08T11:20:12.000Z
2021-08-05T23:03:04.000Z
tests/mymalloc.c
guanlan/luajit-mm
6821a07f9402cd7b9465c5d98c0b8d70a3fb8011
[ "MIT" ]
1
2015-04-17T10:04:00.000Z
2015-05-01T08:16:29.000Z
tests/mymalloc.c
guanlan/luajit-mm
6821a07f9402cd7b9465c5d98c0b8d70a3fb8011
[ "MIT" ]
5
2015-07-10T15:52:44.000Z
2019-03-04T16:03:33.000Z
#include <sys/mman.h> #include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <strings.h> /* for bzero() */ #include <string.h> /* for memcpy() */ #ifdef DEBUG // Usage examples: ASSERT(a > b), ASSERT(foo() && "Opps, foo() reutrn 0"); #define ASSERT(c) if (!(c))\ { fpr...
27.233696
83
0.608727
[ "3d" ]
097529dd7b60a50365a07849841595473fe830ba
3,534
h
C
source/IPyraNet.h
Dexterp37/ipyranet-cpp
01bab4118926cd2a4000a0fc1b927b0ce882ea14
[ "MIT" ]
1
2019-04-10T13:30:10.000Z
2019-04-10T13:30:10.000Z
source/IPyraNet.h
Dexterp37/ipyranet-cpp
01bab4118926cd2a4000a0fc1b927b0ce882ea14
[ "MIT" ]
null
null
null
source/IPyraNet.h
Dexterp37/ipyranet-cpp
01bab4118926cd2a4000a0fc1b927b0ce882ea14
[ "MIT" ]
null
null
null
/** * ipyranet-cpp * * Copyright (C) 2012 Alessio Placitelli * * 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 righ...
33.339623
118
0.698642
[ "vector" ]
09795fd8629efc1f27c8ccc69ba4d6ebc680b504
2,467
h
C
include/Geometry/Algebraic/Utils/NormalForm/NormalForm.h
bxl295/m4extreme
2a4a20ebb5b4e971698f7c981de140d31a5e550c
[ "BSD-3-Clause" ]
null
null
null
include/Geometry/Algebraic/Utils/NormalForm/NormalForm.h
bxl295/m4extreme
2a4a20ebb5b4e971698f7c981de140d31a5e550c
[ "BSD-3-Clause" ]
null
null
null
include/Geometry/Algebraic/Utils/NormalForm/NormalForm.h
bxl295/m4extreme
2a4a20ebb5b4e971698f7c981de140d31a5e550c
[ "BSD-3-Clause" ]
null
null
null
// NormalForm.h: interface for the NormalForm class. // Copyright (c) 2017-2018 Extreme Computation Technology and Solutions, LLC // All rights reserved // see file License.txt for license details ////////////////////////////////////////////////////////////////////// #if !defined(GEOMETRY_ALGEBRAIC_NORMALFORM_H__...
24.919192
77
0.586948
[ "geometry" ]
098022b62677d4b209f2080099f08897a253785d
202
h
C
Hemuppgifter/Lecture2/SDLProjekt_Mac_startup/SDLproject/background.h
konglobemeralt/DAT017
a0d3613ef6675fe7e28f27570bfe3a17a711d117
[ "MIT" ]
null
null
null
Hemuppgifter/Lecture2/SDLProjekt_Mac_startup/SDLproject/background.h
konglobemeralt/DAT017
a0d3613ef6675fe7e28f27570bfe3a17a711d117
[ "MIT" ]
null
null
null
Hemuppgifter/Lecture2/SDLProjekt_Mac_startup/SDLproject/background.h
konglobemeralt/DAT017
a0d3613ef6675fe7e28f27570bfe3a17a711d117
[ "MIT" ]
1
2022-02-01T10:37:58.000Z
2022-02-01T10:37:58.000Z
#ifndef BACKGROUND_H #define BACKGROUND_H #include "gameobject.h" extern GameObject background; void updateBackground(GameObject* this); void render(GameObject* this); void createBackground(); #endif
18.363636
40
0.806931
[ "render" ]
0981dd803c1fbe5dbc23c8d9f8c36d929c040a17
6,247
h
C
jamvm-1.5.4/src/thread.h
nmldiegues/jvm-stm
d422d78ba8efc99409ecb49efdb4edf4884658df
[ "Apache-2.0" ]
2
2015-09-08T15:40:04.000Z
2017-02-09T15:19:33.000Z
jamvm-1.5.4/src/thread.h
nmldiegues/jvm-stm
d422d78ba8efc99409ecb49efdb4edf4884658df
[ "Apache-2.0" ]
null
null
null
jamvm-1.5.4/src/thread.h
nmldiegues/jvm-stm
d422d78ba8efc99409ecb49efdb4edf4884658df
[ "Apache-2.0" ]
null
null
null
/* * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 * Robert Lougher <rob@jamvm.org.uk>. * * This file is part of JamVM. * * 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 ...
30.033654
82
0.642068
[ "object" ]
098384cef3b2eda5214e97a6e11d8a1842ec3d5a
7,253
h
C
lib/marisa/base.h
AdvantechRISC/apq8016_external_marisa-trie
629ed059b1e85cd8e4de363d8b3dc53c15c3e08a
[ "BSD-3-Clause" ]
null
null
null
lib/marisa/base.h
AdvantechRISC/apq8016_external_marisa-trie
629ed059b1e85cd8e4de363d8b3dc53c15c3e08a
[ "BSD-3-Clause" ]
null
null
null
lib/marisa/base.h
AdvantechRISC/apq8016_external_marisa-trie
629ed059b1e85cd8e4de363d8b3dc53c15c3e08a
[ "BSD-3-Clause" ]
null
null
null
#ifndef MARISA_BASE_H_ #define MARISA_BASE_H_ // Visual C++ does not provide stdint.h. #ifndef _MSC_VER #include <stdint.h> #endif // _MSC_VER #ifdef __cplusplus #include <cstddef> #include <new> #else // __cplusplus #include <stddef.h> #endif // __cplusplus #if defined(__ANDROID__) #include <android/log.h> #incl...
30.995726
78
0.730594
[ "object", "vector" ]
099a84e0184c5baf299f117d675812e8ac6f0218
3,813
h
C
SDKs/CryCode/3.8.1/CryEngine/CryAction/Network/ScriptRMI.h
amrhead/FireNET
34d439aa0157b0c895b20b2b664fddf4f9b84af1
[ "BSD-2-Clause" ]
4
2017-12-18T20:10:16.000Z
2021-02-07T21:21:24.000Z
SDKs/CryCode/3.8.1/CryEngine/CryAction/Network/ScriptRMI.h
amrhead/FireNET
34d439aa0157b0c895b20b2b664fddf4f9b84af1
[ "BSD-2-Clause" ]
null
null
null
SDKs/CryCode/3.8.1/CryEngine/CryAction/Network/ScriptRMI.h
amrhead/FireNET
34d439aa0157b0c895b20b2b664fddf4f9b84af1
[ "BSD-2-Clause" ]
3
2019-03-11T21:36:15.000Z
2021-02-07T21:21:26.000Z
/************************************************************************* Crytek Source File. Copyright (C), Crytek Studios, 2001-2004. ------------------------------------------------------------------------- $Id$ $DateTime$ Description: Provides remote method invocation to script ----------------------------...
30.261905
122
0.710202
[ "vector" ]
51bd2e4a5931abf18d5457e2b7a28ad87adb8e4b
6,366
c
C
trans/src/hppa/special.c
dj3vande/tendra
86981ad5574f55821853e3bdf5f82e373f91edb2
[ "BSD-3-Clause" ]
null
null
null
trans/src/hppa/special.c
dj3vande/tendra
86981ad5574f55821853e3bdf5f82e373f91edb2
[ "BSD-3-Clause" ]
null
null
null
trans/src/hppa/special.c
dj3vande/tendra
86981ad5574f55821853e3bdf5f82e373f91edb2
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright 2011, The TenDRA Project. * Copyright 1997, United Kingdom Secretary of State for Defence. * * See doc/copyright/ for the full copyright terms. */ #include <stdio.h> #include <string.h> #include <shared/bool.h> #include <shared/check.h> #include <shared/error.h> #include <shared/string.h> #includ...
22.181185
88
0.627396
[ "shape" ]
51c12c8b9cc8b9cd1ad72092b6e06a01b752c2a2
3,845
h
C
Source/Engine/OpenVanilla/OVEventHandlingContext.h
Kent-Liu/McBopomofo
b5bf404225f28612dadebdbb0146dada2bc208ab
[ "MIT" ]
31
2019-05-28T09:08:09.000Z
2022-02-21T02:19:21.000Z
Source/Engine/OpenVanilla/OVEventHandlingContext.h
Kent-Liu/McBopomofo
b5bf404225f28612dadebdbb0146dada2bc208ab
[ "MIT" ]
1
2022-01-12T13:58:03.000Z
2022-01-12T16:20:52.000Z
Source/Engine/OpenVanilla/OVEventHandlingContext.h
Kent-Liu/McBopomofo
b5bf404225f28612dadebdbb0146dada2bc208ab
[ "MIT" ]
19
2019-04-22T09:56:12.000Z
2022-02-27T18:38:40.000Z
// // OVEventHandlingContext.h // // Copyright (c) 2007-2010 Lukhnos D. Liu // // 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 righ...
37.330097
198
0.70091
[ "vector" ]
51e2e40124ced7942e68f6e23c2df62d74f12887
2,044
h
C
src/plume/plumeapi.h
CedricProfit/Sapience
26351ab51fd8c281d54548a2fa56ad415bcdf888
[ "MIT" ]
5
2015-03-30T12:02:00.000Z
2018-06-04T02:04:57.000Z
src/plume/plumeapi.h
CedricProfit/Sapience
26351ab51fd8c281d54548a2fa56ad415bcdf888
[ "MIT" ]
1
2019-06-02T03:41:04.000Z
2019-06-02T03:41:04.000Z
src/plume/plumeapi.h
CedricProfit/Sapience
26351ab51fd8c281d54548a2fa56ad415bcdf888
[ "MIT" ]
5
2015-05-29T13:16:56.000Z
2020-08-29T18:30:33.000Z
// Copyright (c) 2014 The Sapience AIFX developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef PLUMEAPI_H #define PLUMEAPI_H #include "dataplume.h" #include "plumecore.h" #include "plumeheader.h" class CPlumeApi...
48.666667
169
0.778865
[ "vector" ]
51f610e4c3a56051040416e4f4b9feee84d10981
16,641
c
C
third-party/casadi/external_packages/DSDP/src/sdp/dsdpblock.c
dbdxnuliba/mit-biomimetics_Cheetah
f3b0c0f6a3835d33b7f2f345f00640b3fc256388
[ "MIT" ]
8
2020-02-18T09:07:48.000Z
2021-12-25T05:40:02.000Z
third-party/casadi/external_packages/DSDP/src/sdp/dsdpblock.c
geekfeiw/Cheetah-Software
f3b0c0f6a3835d33b7f2f345f00640b3fc256388
[ "MIT" ]
null
null
null
third-party/casadi/external_packages/DSDP/src/sdp/dsdpblock.c
geekfeiw/Cheetah-Software
f3b0c0f6a3835d33b7f2f345f00640b3fc256388
[ "MIT" ]
13
2019-08-25T12:32:06.000Z
2022-03-31T02:38:12.000Z
#include "dsdpsdp.h" #include "dsdpsys.h" static int sdpvecvecevent=0,sdpdotevent=0; /*! \file dsdpblock.c \brief Operations on a single SDP block. */ #undef __FUNCT__ #define __FUNCT__ "DSDPBlockASum" /*! \fn int DSDPBlockASum(DSDPBlockData *ADATA, double aa, DSDPVec Yk, DSDPVMat XX){ \brief Sum the data matrices. \...
30.988827
130
0.721351
[ "vector" ]
51f913d7aea3d889beb9c321c10380baf9242072
288
h
C
Example/HFDownloadManager/HFTableViewCell.h
CoderHFZhu/HFDownloadManager
2a23f6c3ebb890c1d64afe919daf771b0d7ecea5
[ "Apache-2.0" ]
1
2017-11-18T09:16:33.000Z
2017-11-18T09:16:33.000Z
Example/HFDownloadManager/HFTableViewCell.h
CoderHFZhu/HFDownloadManager
2a23f6c3ebb890c1d64afe919daf771b0d7ecea5
[ "Apache-2.0" ]
null
null
null
Example/HFDownloadManager/HFTableViewCell.h
CoderHFZhu/HFDownloadManager
2a23f6c3ebb890c1d64afe919daf771b0d7ecea5
[ "Apache-2.0" ]
null
null
null
// // HFTableViewCell.h // HFDownloadManager // // Created by zack on 2017/3/29. // Copyright © 2017年 zack. All rights reserved. // #import <UIKit/UIKit.h> @class HFModel; @interface HFTableViewCell : UITableViewCell /** <#属性解释#>*/ @property (nonatomic ,strong) HFModel *model; @end
19.2
48
0.694444
[ "model" ]
a40946d886069a99d82f908bd1d2216abe718bfa
3,261
h
C
dbj++/util/dbj_string_compare.h
dbj-systems/dbj-laboratorium
ea497f9b68b78797d11bdc41b0f23a310c9325a9
[ "CC0-1.0" ]
2
2019-09-22T12:13:20.000Z
2019-10-24T04:17:33.000Z
dbj++/util/dbj_string_compare.h
dbj-systems/dbj-laboratorium
ea497f9b68b78797d11bdc41b0f23a310c9325a9
[ "CC0-1.0" ]
9
2019-03-06T06:52:56.000Z
2021-06-14T16:54:11.000Z
dbj++/util/dbj_string_compare.h
dbj-systems/dbj-laboratorium
ea497f9b68b78797d11bdc41b0f23a310c9325a9
[ "CC0-1.0" ]
1
2019-10-18T14:16:27.000Z
2019-10-18T14:16:27.000Z
#pragma once namespace dbj { /* 2018-04-30 dbj@dbj.org -- created basically as a C code */ extern "C" { /* *Entry: * const char *_string1 = pointer to beginning of the first string * const char *s1e = pointer past end of the first string * const char *_string2 = pointer to beginning of the s...
24.518797
113
0.648574
[ "transform" ]
a4159eb3bed97469fbb837e2257ca224a8810abd
7,508
h
C
glwidget.h
axell-brendow/opengl-3d-visualizer
b016e673324e7568d2fc3ddff53844c8021a307b
[ "MIT" ]
1
2020-11-28T21:20:59.000Z
2020-11-28T21:20:59.000Z
glwidget.h
axell-brendow/opengl-3d-visualizer
b016e673324e7568d2fc3ddff53844c8021a307b
[ "MIT" ]
null
null
null
glwidget.h
axell-brendow/opengl-3d-visualizer
b016e673324e7568d2fc3ddff53844c8021a307b
[ "MIT" ]
null
null
null
#ifndef GLWIDGET_H #define GLWIDGET_H #include <iostream> #include <fstream> #include <limits> #include <QtOpenGL> #include "camera.h" #include "light.h" #include "material.h" #include "trackball.h" class GLWidget : public QGLWidget { /** * @brief Tells Meta Object Compiler (MOC) that this class need to be...
26.624113
87
0.62147
[ "object", "model", "transform", "3d" ]
f8f14921a9adeaee0792be547cc1b570edafe68e
1,873
h
C
src/esp/assets/BaseMesh.h
funky23exe/habitat-sim
a72ba43593a57995972ba1521f6f7a20d122761c
[ "MIT" ]
1
2020-05-02T09:07:59.000Z
2020-05-02T09:07:59.000Z
src/esp/assets/BaseMesh.h
funky23exe/habitat-sim
a72ba43593a57995972ba1521f6f7a20d122761c
[ "MIT" ]
null
null
null
src/esp/assets/BaseMesh.h
funky23exe/habitat-sim
a72ba43593a57995972ba1521f6f7a20d122761c
[ "MIT" ]
null
null
null
// Copyright (c) Facebook, Inc. and its affiliates. // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. #pragma once #include <Corrade/Containers/Optional.h> #include <Corrade/Containers/Reference.h> #include <Magnum/GL/Mesh.h> #include <Magnum/...
27.144928
76
0.729311
[ "mesh", "render" ]
f8f14a6d40e3a8e97613b02ff802d434e638a306
1,215
h
C
FeatherUI/Headers/Window/Window.h
LilPidgey/FeatherUI
5bb42c3c95666c07c4f475b8f855252c3d668f55
[ "MIT" ]
2
2021-01-07T09:51:22.000Z
2021-04-26T22:57:16.000Z
FeatherUI/Headers/Window/Window.h
LilPidgey/FeatherUI
5bb42c3c95666c07c4f475b8f855252c3d668f55
[ "MIT" ]
null
null
null
FeatherUI/Headers/Window/Window.h
LilPidgey/FeatherUI
5bb42c3c95666c07c4f475b8f855252c3d668f55
[ "MIT" ]
1
2021-04-29T19:51:06.000Z
2021-04-29T19:51:06.000Z
#pragma once #include <mutex> #include <vector> #include <Windows.h> #include <Graphics/DirectX9/Structs/FeatherFont.h> #include <DisplayInterface/Components/FeatherContainer.h> #include <concurrent_queue.h> #include <functional> #include "Util/ConcurrentQueue.h" class Window { public: Window(int width, int heigh...
23.823529
104
0.711934
[ "render", "vector" ]
f8f4a7ea4fc66cc99714c638af83679470dc1b2f
118,550
c
C
source/3rd/cpl-7.1.4/cplcore/cpl_image_io.c
ray820328/Funra
99c89a7a40798fb41dd401195fcc4711bec2520b
[ "MIT" ]
null
null
null
source/3rd/cpl-7.1.4/cplcore/cpl_image_io.c
ray820328/Funra
99c89a7a40798fb41dd401195fcc4711bec2520b
[ "MIT" ]
null
null
null
source/3rd/cpl-7.1.4/cplcore/cpl_image_io.c
ray820328/Funra
99c89a7a40798fb41dd401195fcc4711bec2520b
[ "MIT" ]
null
null
null
/* * This file is part of the ESO Common Pipeline Library * Copyright (C) 2001-2017 European Southern Observatory * * 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 ...
38.365696
85
0.546908
[ "object" ]
f8fda10ea95d44c0d4483b51fe985a0528cdbc0b
14,629
c
C
vendor/samsung/external/ims_voice_engine/codec/evs/float_c/lib_dec/peak_vq_dec.c
cesarmo759/android_kernel_samsung_msm8916
f19717ef6c984b64a75ea600a735dc937b127c25
[ "Apache-2.0" ]
1
2020-06-28T00:49:21.000Z
2020-06-28T00:49:21.000Z
vendor/samsung/external/ims_voice_engine/codec/evs/float_c/lib_dec/peak_vq_dec.c
cesarmo759/android_kernel_samsung_msm8916
f19717ef6c984b64a75ea600a735dc937b127c25
[ "Apache-2.0" ]
null
null
null
vendor/samsung/external/ims_voice_engine/codec/evs/float_c/lib_dec/peak_vq_dec.c
cesarmo759/android_kernel_samsung_msm8916
f19717ef6c984b64a75ea600a735dc937b127c25
[ "Apache-2.0" ]
1
2021-03-05T16:54:52.000Z
2021-03-05T16:54:52.000Z
/*==================================================================================== EVS Codec 3GPP TS26.443 Oct 20, 2015. Version 12.4.0 ====================================================================================*/ #include <math.h> #include "options.h" #include "cnst.h" #include "prot.h" #include "r...
29.025794
141
0.49771
[ "vector" ]
5d0540373a35ae6b7ccd4e4487019695d8a0c0d9
7,663
h
C
TNKImagePickerController/TNKImagePickerController.h
shutterstock/TNKImagePickerController
9fcc0ad7a27cd6d7045386b9554b4302659749bf
[ "MIT" ]
null
null
null
TNKImagePickerController/TNKImagePickerController.h
shutterstock/TNKImagePickerController
9fcc0ad7a27cd6d7045386b9554b4302659749bf
[ "MIT" ]
null
null
null
TNKImagePickerController/TNKImagePickerController.h
shutterstock/TNKImagePickerController
9fcc0ad7a27cd6d7045386b9554b4302659749bf
[ "MIT" ]
2
2017-05-19T14:41:22.000Z
2021-03-25T20:58:53.000Z
// // TNKImagePickerController.h // Pods // // Created by David Beck on 2/21/15. // // #import <UIKit/UIKit.h> //! Project version number for TNKImagePickerController. FOUNDATION_EXPORT double TNKImagePickerControllerVersionNumber; //! Project version string for TNKImagePickerController. FOUNDATION_EXPORT const u...
47.89375
318
0.799426
[ "object" ]
5d11f3312d4bd4904bc95bac522baa8c62159913
21,565
c
C
dynld/src/mapobj.c
madd-games/glidix
1510d9c3f159bee9d4aa942e715aedc78b7f827c
[ "BSD-2-Clause" ]
98
2015-08-05T22:20:19.000Z
2022-03-11T08:49:24.000Z
dynld/src/mapobj.c
madd-games/glidix
1510d9c3f159bee9d4aa942e715aedc78b7f827c
[ "BSD-2-Clause" ]
5
2016-02-23T12:49:24.000Z
2019-10-11T18:09:47.000Z
dynld/src/mapobj.c
madd-games/glidix
1510d9c3f159bee9d4aa942e715aedc78b7f827c
[ "BSD-2-Clause" ]
11
2015-12-02T05:01:28.000Z
2021-06-25T16:54:18.000Z
/* Glidix dynamic linker Copyright (c) 2014-2017, Madd Games. 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 li...
23.263215
112
0.623325
[ "object" ]
5d16a18c46a68739e7f4701beaa682d6584c60f8
10,098
h
C
resources/home/dnanexus/root/include/TGDMLWrite.h
edawson/parliament2
2632aa3484ef64c9539c4885026b705b737f6d1e
[ "Apache-2.0" ]
null
null
null
resources/home/dnanexus/root/include/TGDMLWrite.h
edawson/parliament2
2632aa3484ef64c9539c4885026b705b737f6d1e
[ "Apache-2.0" ]
null
null
null
resources/home/dnanexus/root/include/TGDMLWrite.h
edawson/parliament2
2632aa3484ef64c9539c4885026b705b737f6d1e
[ "Apache-2.0" ]
1
2020-05-28T23:01:44.000Z
2020-05-28T23:01:44.000Z
// @(#)root/gdml:$Id$ // Author: Anton Pytel 15/9/2011 /************************************************************************* * Copyright (C) 1995-2011, Rene Brun and Fons Rademakers. * * All rights reserved. * * ...
47.632075
156
0.650723
[ "geometry", "object", "shape", "vector", "solid" ]
5d23e270f6c32cbc0433854fc528f5123b44ce04
9,121
h
C
eden/fs/testharness/FakeTreeBuilder.h
jmswen/eden
5e0b051703fa946cc77fc43004435ae6b20599a1
[ "BSD-3-Clause" ]
null
null
null
eden/fs/testharness/FakeTreeBuilder.h
jmswen/eden
5e0b051703fa946cc77fc43004435ae6b20599a1
[ "BSD-3-Clause" ]
null
null
null
eden/fs/testharness/FakeTreeBuilder.h
jmswen/eden
5e0b051703fa946cc77fc43004435ae6b20599a1
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 2004-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * */ #pra...
30.710438
79
0.707488
[ "object", "model" ]
5d281d7d3f0bc8fd049f02b3300585aede048bc0
4,910
h
C
src/engine/AnimationController.h
foxostro/arbarlith2
820ffc8c3efcb636eb2c639487815fb9aabdc82e
[ "BSD-3-Clause" ]
1
2019-04-09T18:42:00.000Z
2019-04-09T18:42:00.000Z
src/engine/AnimationController.h
foxostro/arbarlith2
820ffc8c3efcb636eb2c639487815fb9aabdc82e
[ "BSD-3-Clause" ]
null
null
null
src/engine/AnimationController.h
foxostro/arbarlith2
820ffc8c3efcb636eb2c639487815fb9aabdc82e
[ "BSD-3-Clause" ]
null
null
null
/* Author: Andrew Fox E-Mail: mailto:foxostro@gmail.com Copyright (c) 2004-2007,2009 Game Creation Society 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 retai...
27.897727
98
0.766395
[ "vector", "model" ]
5d284f659f5dbd17e95cd915f5e1c36aa475d3b1
2,459
h
C
Day1/build/iOS/Preview/include/Uno.Time.OffsetDateTime.h
sauvikatinnofied/ExploringFuse
cc272d55c7221d88ba773494f571b6528e5279f8
[ "Apache-2.0" ]
null
null
null
Day1/build/iOS/Preview/include/Uno.Time.OffsetDateTime.h
sauvikatinnofied/ExploringFuse
cc272d55c7221d88ba773494f571b6528e5279f8
[ "Apache-2.0" ]
null
null
null
Day1/build/iOS/Preview/include/Uno.Time.OffsetDateTime.h
sauvikatinnofied/ExploringFuse
cc272d55c7221d88ba773494f571b6528e5279f8
[ "Apache-2.0" ]
null
null
null
// This file was generated based on '/usr/local/share/uno/Packages/UnoCore/0.24.3/Source/Uno/Time/$.uno'. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.Object.h> #include <Uno.Time.Offset.h> namespace g{namespace Uno{namespace Time{struct LocalDateTime;}}} namespace g{nam...
45.537037
134
0.764132
[ "object" ]
5d3da09ad14bed4e5cd0fb2483a6c0892fb053f1
3,231
h
C
Source/Structural/ShapeDatabase.h
craig4096/procgenapp
5253eac7b073f8e1842ceaf9174c807cfbb8dff6
[ "MIT" ]
null
null
null
Source/Structural/ShapeDatabase.h
craig4096/procgenapp
5253eac7b073f8e1842ceaf9174c807cfbb8dff6
[ "MIT" ]
null
null
null
Source/Structural/ShapeDatabase.h
craig4096/procgenapp
5253eac7b073f8e1842ceaf9174c807cfbb8dff6
[ "MIT" ]
null
null
null
#ifndef SHAPEDATABASE_H #define SHAPEDATABASE_H #include "Shape.h" #include <vector> #include <map> #include <list> #include "Mesh.h" /* ShapeDatabase represents a collection of Shape objects, it is used for managing the insertion and removale of shape objects along with perfoming an optimized occlusion test to see if...
32.636364
80
0.700712
[ "mesh", "shape", "vector" ]
5d420710cde798e52af1eaefe6d5c2e4338f61c6
3,220
h
C
code/qttoolkit/contentbrowser/code/widgets/baseitem.h
gscept/nebula-trifid
e7c0a0acb05eedad9ed37a72c1bdf2d658511b42
[ "BSD-2-Clause" ]
67
2015-03-30T19:56:16.000Z
2022-03-11T13:52:17.000Z
code/qttoolkit/contentbrowser/code/widgets/baseitem.h
gscept/nebula-trifid
e7c0a0acb05eedad9ed37a72c1bdf2d658511b42
[ "BSD-2-Clause" ]
5
2015-04-15T17:17:33.000Z
2016-02-11T00:40:17.000Z
code/qttoolkit/contentbrowser/code/widgets/baseitem.h
gscept/nebula-trifid
e7c0a0acb05eedad9ed37a72c1bdf2d658511b42
[ "BSD-2-Clause" ]
34
2015-03-30T15:08:00.000Z
2021-09-23T05:55:10.000Z
#pragma once //------------------------------------------------------------------------------ /** @class Widgets::BaseItem Base item class for special QTreeWidgetItems (C) 2012-2016 Individual contributors, see AUTHORS file */ //---------------------------------------------------------------------...
21.184211
90
0.527329
[ "model" ]
5d4670122f3c72d023329a2b82a73802bf2269ec
1,886
h
C
ns-3-dev/src/tools/model/event-garbage-collector.h
maxvonhippel/snake
0805773dc34e1480dffaae40174aa1f82d1c6ce8
[ "BSD-3-Clause" ]
11
2015-11-24T11:07:28.000Z
2021-12-23T04:10:29.000Z
ns-3-dev/src/tools/model/event-garbage-collector.h
maxvonhippel/snake
0805773dc34e1480dffaae40174aa1f82d1c6ce8
[ "BSD-3-Clause" ]
null
null
null
ns-3-dev/src/tools/model/event-garbage-collector.h
maxvonhippel/snake
0805773dc34e1480dffaae40174aa1f82d1c6ce8
[ "BSD-3-Clause" ]
6
2016-03-01T06:32:21.000Z
2022-03-24T19:31:41.000Z
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2007 INESC Porto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation; * * This program is distr...
25.486486
76
0.709968
[ "object" ]
5d4e5a764ed561b145d5bd83efba2d0785b1ff12
1,888
h
C
bitbots_motion/bitbots_quintic_walk/include/bitbots_quintic_walk/walk_visualizer.h
MosHumanoid/bitbots_thmos_meta
f45ccc362dc689b69027be5b0d000d2a08580de4
[ "MIT" ]
3
2020-05-30T07:04:33.000Z
2021-08-07T07:41:27.000Z
bitbots_motion/bitbots_quintic_walk/include/bitbots_quintic_walk/walk_visualizer.h
MosHumanoid/bitbots_thmos_meta
f45ccc362dc689b69027be5b0d000d2a08580de4
[ "MIT" ]
149
2018-12-18T12:49:56.000Z
2022-01-06T10:51:32.000Z
bitbots_motion/bitbots_quintic_walk/include/bitbots_quintic_walk/walk_visualizer.h
MosHumanoid/bitbots_thmos_meta
f45ccc362dc689b69027be5b0d000d2a08580de4
[ "MIT" ]
4
2019-07-28T11:25:02.000Z
2021-12-06T19:04:18.000Z
#ifndef BITBOTS_QUINTIC_WALK_INCLUDE_BITBOTS_QUINTIC_WALK_WALK_VISUALIZER_H_ #define BITBOTS_QUINTIC_WALK_INCLUDE_BITBOTS_QUINTIC_WALK_WALK_VISUALIZER_H_ #include <ros/ros.h> #include <bitbots_quintic_walk/WalkDebug.h> #include <bitbots_quintic_walk/WalkEngineDebug.h> #include <bitbots_quintic_walk/walk_utils.h> #inc...
32.551724
77
0.739936
[ "transform" ]
5d56acfb073b0467697cabeb333763186329d9b1
4,463
h
C
Engine/Code/platform.h
jesusdz/AGP
fc6401f1432313324d6fd07f7aeec411c0857276
[ "Unlicense" ]
null
null
null
Engine/Code/platform.h
jesusdz/AGP
fc6401f1432313324d6fd07f7aeec411c0857276
[ "Unlicense" ]
null
null
null
Engine/Code/platform.h
jesusdz/AGP
fc6401f1432313324d6fd07f7aeec411c0857276
[ "Unlicense" ]
null
null
null
// // platform.h : This file contains basic platform types and tools. Also, it exposes // the necessary functions for the Engine to communicate with the Platform layer. // #pragma once #define _CRT_SECURE_NO_WARNINGS #include <assert.h> #include <glm/glm.hpp> #include <glm/gtx/transform.hpp> #include <glm/gtc/type_pt...
26.724551
88
0.688326
[ "vector", "transform" ]
5d5eede45f48eceb864f63cdcfa42c39a157ca12
1,450
c
C
src/matlab/mex/generators.c
martinandersen/EGRSS
9cd36e3ed93d98390ba06cf9491b3074bd24be46
[ "BSD-2-Clause" ]
null
null
null
src/matlab/mex/generators.c
martinandersen/EGRSS
9cd36e3ed93d98390ba06cf9491b3074bd24be46
[ "BSD-2-Clause" ]
null
null
null
src/matlab/mex/generators.c
martinandersen/EGRSS
9cd36e3ed93d98390ba06cf9491b3074bd24be46
[ "BSD-2-Clause" ]
null
null
null
#include "mex.h" #include "egrss.h" #include <math.h> #include <string.h> void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) { /* Check for proper number of arguments. */ if ( nrhs > 2 ) { mexErrMsgIdAndTxt("egrss:generators:invalidNumInputs","Too many input arguments."); } else if ...
32.954545
113
0.670345
[ "vector" ]
5d6dc639244c04a0349282687ed833cc3d13adc0
676
h
C
src/swganh_core/combat/buff_interface.h
obi-two/GameServer
7d37024e2291a97d49522610cd8f1dbe5666afc2
[ "MIT" ]
20
2015-02-23T15:11:56.000Z
2022-03-18T20:56:48.000Z
src/swganh_core/combat/buff_interface.h
obi-two/GameServer
7d37024e2291a97d49522610cd8f1dbe5666afc2
[ "MIT" ]
null
null
null
src/swganh_core/combat/buff_interface.h
obi-two/GameServer
7d37024e2291a97d49522610cd8f1dbe5666afc2
[ "MIT" ]
20
2015-04-04T16:35:59.000Z
2022-03-24T14:54:37.000Z
// This file is part of SWGANH which is released under the MIT license. // See file LICENSE or go to http://swganh.com/LICENSE #pragma once #include <memory> #include <swganh/hash_string.h> #include "boost/date_time/posix_time/posix_time_types.hpp" namespace swganh { namespace object { class Creature; } namespace co...
18.777778
84
0.721893
[ "object" ]
5d7174b74866860714d5065e0c71c16853a45006
5,438
h
C
Desktop/MgDesktop/Services/Rendering/LegendPlotUtil.h
achilex/MgDev
f7baf680a88d37659af32ee72b9a2046910b00d8
[ "PHP-3.0" ]
2
2017-04-19T01:38:30.000Z
2020-07-31T03:05:32.000Z
Desktop/MgDesktop/Services/Rendering/LegendPlotUtil.h
achilex/MgDev
f7baf680a88d37659af32ee72b9a2046910b00d8
[ "PHP-3.0" ]
null
null
null
Desktop/MgDesktop/Services/Rendering/LegendPlotUtil.h
achilex/MgDev
f7baf680a88d37659af32ee72b9a2046910b00d8
[ "PHP-3.0" ]
1
2021-12-29T10:46:12.000Z
2021-12-29T10:46:12.000Z
#ifndef DESKTOP_LEGEND_PLOT_UTIL_H #define DESKTOP_LEGEND_PLOT_UTIL_H class EPlotRenderer; typedef std::vector<STRING> LayerGroupList; typedef std::map<STRING, LayerGroupList> LayerGroupChildMap; typedef std::map<STRING, int> VisibleLayerCountMap; class MG_DESKTOP_API MgdLegendPlotUtil { public: Mg...
49.436364
298
0.770136
[ "vector" ]
f61f958d1153fff9ffdd70f95f245b38ea84b1dc
6,584
h
C
modules/kitefast-controller/src/control/sensor_util.h
OpenFAST/KiteFAST
a7329f7c454aab102fadd77771b741a923abd0a7
[ "Apache-2.0" ]
6
2020-12-22T18:21:36.000Z
2021-11-16T10:13:27.000Z
modules/kitefast-controller/src/control/sensor_util.h
OpenFAST/KiteFAST
a7329f7c454aab102fadd77771b741a923abd0a7
[ "Apache-2.0" ]
null
null
null
modules/kitefast-controller/src/control/sensor_util.h
OpenFAST/KiteFAST
a7329f7c454aab102fadd77771b741a923abd0a7
[ "Apache-2.0" ]
2
2020-10-13T11:39:01.000Z
2021-04-20T21:04:46.000Z
#ifndef CONTROL_SENSOR_UTIL_H_ #define CONTROL_SENSOR_UTIL_H_ #include <stdbool.h> #include <stdint.h> #include "common/c_math/mat3.h" #include "common/c_math/vec3.h" #include "control/sensor_types.h" #include "control/system_types.h" #ifdef __cplusplus extern "C" { #endif // GPS functions. // Converts the GS GPS ...
41.670886
80
0.711118
[ "vector" ]
f625e6e684fcb2051b61490c7c49ac723af6e495
1,566
h
C
Framework/AI/Inc/AIWorld.h
TheJimmyGod/JimmyGod_Engine
b9752c6fbd9db17dc23f03330b5e4537bdcadf8e
[ "MIT" ]
null
null
null
Framework/AI/Inc/AIWorld.h
TheJimmyGod/JimmyGod_Engine
b9752c6fbd9db17dc23f03330b5e4537bdcadf8e
[ "MIT" ]
null
null
null
Framework/AI/Inc/AIWorld.h
TheJimmyGod/JimmyGod_Engine
b9752c6fbd9db17dc23f03330b5e4537bdcadf8e
[ "MIT" ]
null
null
null
#pragma once #include "Agent.h" #include "PartitionGrid.h" namespace JimmyGod::AI { class AIWorld { public: struct Settings { JimmyGod::Math::Vector2 worldSize = {0.0f, 0.0f}; float partitionGridSize = 0.0f; }; struct WallSettings { JimmyGod::Math::LineSegment line; bool diago...
25.258065
98
0.683269
[ "render", "vector" ]
f62706a0b35e96da3d433435be7f871ea0efb3ca
1,295
h
C
include/xarm.h
ms-iot/lewansoul_xarm
140d3257a15eaf67bd5a5042099b6db16a44bec5
[ "MIT" ]
null
null
null
include/xarm.h
ms-iot/lewansoul_xarm
140d3257a15eaf67bd5a5042099b6db16a44bec5
[ "MIT" ]
null
null
null
include/xarm.h
ms-iot/lewansoul_xarm
140d3257a15eaf67bd5a5042099b6db16a44bec5
[ "MIT" ]
null
null
null
#ifndef _XARM_ARM_H #define _XARM_ARM_H #include <array> #include <memory> #include "ihid.h" #include "joint.h" namespace xarm { class Arm { public: Arm(); static const int numJoints = 6; void resetJointPositions(); void setJointPositions(const std::array<double, Arm::numJoints>& pos); std::ar...
25.9
125
0.689575
[ "vector" ]
f62db7c2f5e1630b5fe5e5dd015570e0a9c2f1cb
2,501
h
C
sophia/object/so.h
Passw/pmwkaa-sophia
3f3b9bec792d69b79c28721edd285f010ffc7fd3
[ "BSD-2-Clause" ]
1,380
2015-01-12T17:49:25.000Z
2022-03-26T07:46:28.000Z
sophia/object/so.h
Passw/pmwkaa-sophia
3f3b9bec792d69b79c28721edd285f010ffc7fd3
[ "BSD-2-Clause" ]
131
2015-01-21T22:25:24.000Z
2022-01-29T21:18:27.000Z
sophia/object/so.h
Passw/pmwkaa-sophia
3f3b9bec792d69b79c28721edd285f010ffc7fd3
[ "BSD-2-Clause" ]
143
2015-01-28T18:14:38.000Z
2022-03-06T12:49:34.000Z
#ifndef SO_H_ #define SO_H_ /* * sophia database * sphia.org * * Copyright (c) Dmitry Simonenko * BSD License */ typedef struct soif soif; typedef struct sotype sotype; typedef struct so so; struct soif { int (*open)(so*); int (*destroy)(so*); void (*free)(so*); void *(*document)(so*); int...
22.944954
63
0.586166
[ "object" ]
f62e65d59b502d6253ae59f34988120aa16186d3
971
h
C
chrome/browser/feature_guide/notifications/config.h
chromium/chromium
df46e572c3449a4b108d6e02fbe4f6d24cf98381
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
14,668
2015-01-01T01:57:10.000Z
2022-03-31T23:33:32.000Z
chrome/browser/feature_guide/notifications/config.h
chromium/chromium
df46e572c3449a4b108d6e02fbe4f6d24cf98381
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
86
2015-10-21T13:02:42.000Z
2022-03-14T07:50:50.000Z
chrome/browser/feature_guide/notifications/config.h
chromium/chromium
df46e572c3449a4b108d6e02fbe4f6d24cf98381
[ "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 CHROME_BROWSER_FEATURE_GUIDE_NOTIFICATIONS_CONFIG_H_ #define CHROME_BROWSER_FEATURE_GUIDE_NOTIFICATIONS_CONFIG_H_ #include <vector> #include "ba...
28.558824
79
0.790937
[ "vector" ]
f6378cd362858e87a0a022019fabb7ce430f71ca
1,898
h
C
Engine/Graphics/OpenGL/Sprite.h
prepare/Mojoc
05d631480b3b1b7b7cba8c65f3a3aacac59ae581
[ "MIT" ]
null
null
null
Engine/Graphics/OpenGL/Sprite.h
prepare/Mojoc
05d631480b3b1b7b7cba8c65f3a3aacac59ae581
[ "MIT" ]
null
null
null
Engine/Graphics/OpenGL/Sprite.h
prepare/Mojoc
05d631480b3b1b7b7cba8c65f3a3aacac59ae581
[ "MIT" ]
null
null
null
/* * Copyright (c) 2012-2018 scott.cgi All Rights Reserved. * * This code is licensed under the MIT License. * * Since : 2013-4-20 * Author: scott.cgi */ #ifndef SPRITE_H #define SPRITE_H #include "Engine/Graphics/Draw/Drawable.h" #include "Engine/Graphics/Draw/Quad.h" #include "Engine/Graphics/OpenGL/Texture...
20.857143
97
0.582192
[ "render" ]
f63b901a51ca1eaf810ca13a643958ffc033eeba
2,474
h
C
CGConnectionController/CGReachability.h
CGDevHusky92/CGConnectionController
cc19e6e5e14e7ba58a3dca41856588a453b51d51
[ "MIT" ]
null
null
null
CGConnectionController/CGReachability.h
CGDevHusky92/CGConnectionController
cc19e6e5e14e7ba58a3dca41856588a453b51d51
[ "MIT" ]
null
null
null
CGConnectionController/CGReachability.h
CGDevHusky92/CGConnectionController
cc19e6e5e14e7ba58a3dca41856588a453b51d51
[ "MIT" ]
null
null
null
/** To use register for notification [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(reachabilityChanged:) name:kCGReachabilityChangedNotification object:nil]; self.reachability = [CGReachability reachabilityWithHostName:remoteHostName]; [self.reachability startNotifier]; - (void)rea...
31.316456
149
0.715441
[ "object" ]
f63c5334a0bea87bda81acece1ed08ef3fa17a1c
8,228
c
C
allProg.c
Veradra/robotc-stuff
3ba62f0c71bed81afd1d0d7981d30c5281e44092
[ "Unlicense" ]
2
2019-01-26T05:13:14.000Z
2020-01-17T19:57:00.000Z
allProg.c
Veradra/robotc-stuff
3ba62f0c71bed81afd1d0d7981d30c5281e44092
[ "Unlicense" ]
null
null
null
allProg.c
Veradra/robotc-stuff
3ba62f0c71bed81afd1d0d7981d30c5281e44092
[ "Unlicense" ]
null
null
null
#pragma config(I2C_Usage, I2C1, i2cSensors) #pragma config(Sensor, in1, armPotent, sensorPotentiometer) #pragma config(Sensor, in2, lineRight, sensorLineFollower) #pragma config(Sensor, in3, lineCenter, sensorLineFollower) #pragma config(Sensor, in4, lineLeft, sensorLineFollower) #p...
26.203822
129
0.648639
[ "object" ]
f640430602c1ad47dd2521b9df54390fad346e1e
2,751
h
C
src/defaults.h
DouglasRMiles/QuProlog
798d86f87fb4372b8918ef582ef2f0fc0181af2d
[ "Apache-2.0" ]
5
2019-11-20T02:05:31.000Z
2022-01-06T18:59:16.000Z
src/defaults.h
logicmoo/QuProlog
798d86f87fb4372b8918ef582ef2f0fc0181af2d
[ "Apache-2.0" ]
null
null
null
src/defaults.h
logicmoo/QuProlog
798d86f87fb4372b8918ef582ef2f0fc0181af2d
[ "Apache-2.0" ]
2
2022-01-08T13:52:24.000Z
2022-03-07T17:41:37.000Z
// defaults.h - Global default size constants for // all the C++ components of the QP // suite. #include this file whenever // global default values are needed. // This should only be necessary when // command line arguments are being // processed. // Otherwise, extract the correct value // from the *_options o...
24.131579
75
0.704835
[ "object" ]
f6462b7ff878322d423ea3b7c91dfb2e88547772
5,608
h
C
smtk/extension/paraview/widgets/pqSMTKAttributeItemWidget.h
jcfr/SMTK
0069ea37f8f71a440b8f10a157b84a56ca004551
[ "BSD-3-Clause-Clear" ]
40
2015-02-21T19:55:54.000Z
2022-01-06T13:13:05.000Z
smtk/extension/paraview/widgets/pqSMTKAttributeItemWidget.h
jcfr/SMTK
0069ea37f8f71a440b8f10a157b84a56ca004551
[ "BSD-3-Clause-Clear" ]
127
2015-01-15T20:55:45.000Z
2021-08-19T17:34:15.000Z
smtk/extension/paraview/widgets/pqSMTKAttributeItemWidget.h
jcfr/SMTK
0069ea37f8f71a440b8f10a157b84a56ca004551
[ "BSD-3-Clause-Clear" ]
27
2015-03-04T14:17:51.000Z
2021-12-23T01:05:42.000Z
//========================================================================= // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. // // This software is distributed WITHOUT ANY WARRANTY; without even // the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR // PURPOSE...
38.944444
101
0.722718
[ "mesh", "geometry", "render", "model" ]
f6498ef398926e674b9ad12750fa7c2af582b0b9
10,056
c
C
drivers/media/video/tiler/tiler-geom.c
tuxafgmur/OLD_Dhollmen_Kernel
90ed4e2e3e6321de246fa193705ae40ede4e2d8e
[ "BSD-Source-Code" ]
null
null
null
drivers/media/video/tiler/tiler-geom.c
tuxafgmur/OLD_Dhollmen_Kernel
90ed4e2e3e6321de246fa193705ae40ede4e2d8e
[ "BSD-Source-Code" ]
null
null
null
drivers/media/video/tiler/tiler-geom.c
tuxafgmur/OLD_Dhollmen_Kernel
90ed4e2e3e6321de246fa193705ae40ede4e2d8e
[ "BSD-Source-Code" ]
null
null
null
/* * tiler-geom.c * * TILER geometry functions for TI TILER hardware block. * * Author: Lajos Molnar <molnar@ti.com> * * Copyright (C) 2009-2010 Texas Instruments, Inc. * * This package is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as ...
24.407767
79
0.683572
[ "geometry" ]
f657a3cb05e1311ef9cd8f2bc1c7286cb2717381
21,889
c
C
C/main.c
SafraPC/CEPPER
5e3b30846488e3ee526fc35f253aaa566c648ef1
[ "MIT" ]
null
null
null
C/main.c
SafraPC/CEPPER
5e3b30846488e3ee526fc35f253aaa566c648ef1
[ "MIT" ]
null
null
null
C/main.c
SafraPC/CEPPER
5e3b30846488e3ee526fc35f253aaa566c648ef1
[ "MIT" ]
null
null
null
#include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include <mysql/mysql.h> #include <time.h> #include <string.h> #include <ctype.h> int main() { //database host ip const char *host = "127.0.0.1"; //database username const char *user = "root"; //database user password const char *passw...
32.380178
211
0.489881
[ "model" ]
f65aab5cef9d25a44cee1e07dd6fb08760343fb9
3,264
h
C
include/opennsl/multicastX.h
SyncMonk-Technologies/OpenNSL
a3f85f5567f3142755265d32efb22cfe5afdb22e
[ "Apache-2.0" ]
275
2015-03-09T05:06:43.000Z
2022-03-06T22:07:07.000Z
include/opennsl/multicastX.h
SyncMonk-Technologies/OpenNSL
a3f85f5567f3142755265d32efb22cfe5afdb22e
[ "Apache-2.0" ]
51
2015-09-07T07:10:04.000Z
2021-12-09T18:32:21.000Z
include/opennsl/multicastX.h
SyncMonk-Technologies/OpenNSL
a3f85f5567f3142755265d32efb22cfe5afdb22e
[ "Apache-2.0" ]
103
2015-03-10T19:55:34.000Z
2021-09-21T08:01:06.000Z
/** \addtogroup multicast Multicast Traffic Management * @{ */ /***************************************************************************** * * This software is governed by the Broadcom Advanced Switch APIs license. * This license is set out in the * https://github.com/Broadcom-Switch/OpenNSL/Legal/LICENSE-Ad...
37.953488
81
0.553615
[ "object" ]
f65b0be81e877b78244c3ff32b2b02b518c1b322
3,615
h
C
include/orion/span_gouraud.h
primatelabs/orion
df4393e6f9e2bdf50b74e6ba14f67071cdb7cee6
[ "BSD-3-Clause" ]
null
null
null
include/orion/span_gouraud.h
primatelabs/orion
df4393e6f9e2bdf50b74e6ba14f67071cdb7cee6
[ "BSD-3-Clause" ]
null
null
null
include/orion/span_gouraud.h
primatelabs/orion
df4393e6f9e2bdf50b74e6ba14f67071cdb7cee6
[ "BSD-3-Clause" ]
null
null
null
// Copyright (C) 2002-2005 Maxim Shmanarev (http://www.antigrain.com) // Copyright (c) 2004-2021 Primate Labs Inc. // All rights reserved. // // Use of this source code is governed by the BSD 3-Clause License that can // be found in the LICENSE file. #ifndef ORION_SPAN_GOURAUD_H__ #define ORION_SPAN_GOURAUD_H__ #incl...
19.972376
91
0.559889
[ "render" ]
34ebe84b3dc55a70e8c61dc95885ffeece967d7e
5,163
h
C
src/time-aux.h
yvs314/dp-monster
15addeb4a4dd8c66302f92a719b849ac99cfbefc
[ "MIT" ]
null
null
null
src/time-aux.h
yvs314/dp-monster
15addeb4a4dd8c66302f92a719b849ac99cfbefc
[ "MIT" ]
1
2022-01-12T23:12:52.000Z
2022-01-12T23:12:52.000Z
src/time-aux.h
yvs314/dp-monster
15addeb4a4dd8c66302f92a719b849ac99cfbefc
[ "MIT" ]
null
null
null
/* (c) Yaroslav Salii & the Parliament of Owls, 2017+ License:sort of CC---if you go commercial, contact me time-aux v.1.0 2017-01-30; added cond.cmpl, to swap localtime_s/_r, etc. timing auxiliaries; for logging etc. everything measured in seconds, that should be enough well one reviewer wants ms, let's in...
32.068323
95
0.679644
[ "vector" ]
34ec074d456c140a7919aac2c154316b167cc933
6,771
h
C
libraries/shared/src/PrioritySortUtil.h
amantley/blendshapes
3f5820266762f9962d9bb5bd91912272005e4f02
[ "Apache-2.0" ]
null
null
null
libraries/shared/src/PrioritySortUtil.h
amantley/blendshapes
3f5820266762f9962d9bb5bd91912272005e4f02
[ "Apache-2.0" ]
null
null
null
libraries/shared/src/PrioritySortUtil.h
amantley/blendshapes
3f5820266762f9962d9bb5bd91912272005e4f02
[ "Apache-2.0" ]
null
null
null
// // PrioritySortUtil.h // // Created by Andrew Meadows on 2017-11-08 // Copyright 2017 High Fidelity, Inc. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // #pragma once #ifndef hifi_PrioritySortUtil_h #define hifi_...
40.065089
119
0.647467
[ "3d" ]
34f5c6d655d90fbdb4e0c981d64abc15d164fd90
4,522
c
C
lib/glut/include/GL/c/vectormath.c
nbassagoda/3d-game-snake
7ead8d8bb7f2b8d745073b9f08c66bd00ca8b87a
[ "MIT" ]
null
null
null
lib/glut/include/GL/c/vectormath.c
nbassagoda/3d-game-snake
7ead8d8bb7f2b8d745073b9f08c66bd00ca8b87a
[ "MIT" ]
null
null
null
lib/glut/include/GL/c/vectormath.c
nbassagoda/3d-game-snake
7ead8d8bb7f2b8d745073b9f08c66bd00ca8b87a
[ "MIT" ]
1
2019-09-13T16:53:29.000Z
2019-09-13T16:53:29.000Z
// Vector Math Functions // OpenGL SuperBible gltools library // Richard S. Wright Jr. // One note of interest. These REALLY should be inlined. I'm sorry I was too stupid at the time // to figure out how to get inlining to work on all the platforms and different compilers I use. // this seemed simpler than a ton of #if...
37.065574
118
0.685537
[ "vector", "transform" ]
550ecf05d483367c77209237f96b0c2b3b8db000
366
h
C
Refureku/Generator/Submodules/Kodgen/Include/Properties/PropertyGroup.h
CrackerCat/Refureku
5b8047c023788dc42be6f8ce0c98edb76f5570ed
[ "MIT" ]
1
2020-07-21T06:37:54.000Z
2020-07-21T06:37:54.000Z
Refureku/Generator/Submodules/Kodgen/Include/Properties/PropertyGroup.h
lineCode/Refureku
5b8047c023788dc42be6f8ce0c98edb76f5570ed
[ "MIT" ]
null
null
null
Refureku/Generator/Submodules/Kodgen/Include/Properties/PropertyGroup.h
lineCode/Refureku
5b8047c023788dc42be6f8ce0c98edb76f5570ed
[ "MIT" ]
1
2020-06-28T20:37:40.000Z
2020-06-28T20:37:40.000Z
#pragma once #include <vector> #include <iostream> #include "Properties/SimpleProperty.h" #include "Properties/ComplexProperty.h" namespace kodgen { struct PropertyGroup { std::vector<SimpleProperty> simpleProperties; std::vector<ComplexProperty> complexProperties; }; std::ostream& operator<<(std::ostream&...
20.333333
83
0.76776
[ "vector" ]
5513687f8930f29f11f902f168e30be175f848d8
912
h
C
GameEngine/PathFollowing.h
BenMarshall98/Game-Engine-Uni
cb2e0a75953db0960e3d58a054eb9a6e213ae12a
[ "MIT" ]
null
null
null
GameEngine/PathFollowing.h
BenMarshall98/Game-Engine-Uni
cb2e0a75953db0960e3d58a054eb9a6e213ae12a
[ "MIT" ]
null
null
null
GameEngine/PathFollowing.h
BenMarshall98/Game-Engine-Uni
cb2e0a75953db0960e3d58a054eb9a6e213ae12a
[ "MIT" ]
null
null
null
#pragma once #define GLM_ENABLE_EXPERIMENTAL #include <vector> #include "glm/glm.hpp" #include "glm/gtx/quaternion.hpp" #include "ComponentPhysics.h" struct PathNode { PathNode() : radius(0) {} glm::vec3 position; float radius; }; class PathFollowing { private: std::vector<PathNode *> * pathNodes; int currentN...
20.727273
134
0.734649
[ "vector" ]
55136fb3e9619b5047f546bd38a8f93a03efe04c
973
c
C
src/lib/dev/cap/capsset.c
prepare/spice3f5
a0d8c69d43927b7ced9cb619e3faa3d56332566a
[ "BSD-4-Clause-UC" ]
4
2018-02-21T17:31:40.000Z
2022-03-03T01:43:32.000Z
src/lib/dev/cap/capsset.c
prepare/spice3f5
a0d8c69d43927b7ced9cb619e3faa3d56332566a
[ "BSD-4-Clause-UC" ]
null
null
null
src/lib/dev/cap/capsset.c
prepare/spice3f5
a0d8c69d43927b7ced9cb619e3faa3d56332566a
[ "BSD-4-Clause-UC" ]
2
2019-07-20T00:47:29.000Z
2020-01-06T19:18:21.000Z
/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1985 Thomas L. Quarles **********/ /* */ /* loop through all the devices and * allocate parameter #s to design parameters */ #include "spice.h" #include <stdio.h> #include "util.h" #include "cktdefs.h" #include "cap...
20.702128
77
0.609455
[ "model" ]
55215d83dad7cb9d2017f1dfdf24a6bfdf360933
21,749
h
C
FINN/backend/fpga/hls/matrix_vector.h
HyunwooKim2/FINN
fac4ff40aaba1c14aa416738e3d22802649a94f8
[ "BSD-3-Clause" ]
null
null
null
FINN/backend/fpga/hls/matrix_vector.h
HyunwooKim2/FINN
fac4ff40aaba1c14aa416738e3d22802649a94f8
[ "BSD-3-Clause" ]
null
null
null
FINN/backend/fpga/hls/matrix_vector.h
HyunwooKim2/FINN
fac4ff40aaba1c14aa416738e3d22802649a94f8
[ "BSD-3-Clause" ]
1
2021-03-18T01:43:29.000Z
2021-03-18T01:43:29.000Z
#pragma once template<unsigned int SIMDWidth, // number of SIMD lanes per PE unsigned int PECount, // number of PEs unsigned int WeightsPrecision, // Number of bits in thresholds unsigned int ThresholdPrecision, // Number of bits in thresholds unsigned int MatrixW, // width of matrix, multiple of S...
39.046679
171
0.693549
[ "vector" ]
552471fa9b33e6616dfca38d6d05007f0fca413e
317,113
c
C
corpora/train/cmix.c
jman294/ans-compression
a817f5489a71adad427d39a980f7483934e68a3f
[ "MIT" ]
1
2018-12-15T01:33:37.000Z
2018-12-15T01:33:37.000Z
corpora/train/cmix.c
jman294/ans-compression
a817f5489a71adad427d39a980f7483934e68a3f
[ "MIT" ]
null
null
null
corpora/train/cmix.c
jman294/ans-compression
a817f5489a71adad427d39a980f7483934e68a3f
[ "MIT" ]
null
null
null
// `levenshtein.c` - levenshtein // MIT licensed. // Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com> #include <string.h> #include <stdlib.h> #include <stdint.h> // Returns a size_t, depicting the difference between `a` and `b`. // See <http://en.wikipedia.org/wiki/Levenshtein_distance> for more information. s...
26.091246
335
0.612239
[ "shape", "vector", "3d" ]
5524ca42a067052acfc3d4585ff722fab03a1adf
3,356
h
C
lib/AerisMapKit.xcframework/tvos-arm64_x86_64-simulator/AerisMapKit.framework/Headers/AWFCombinedSource.h
aerisweather/aerisweather-ios
a1d6dcb02b0f4a26edfa1829f4161f21ddc5e5e0
[ "BSD-3-Clause" ]
null
null
null
lib/AerisMapKit.xcframework/tvos-arm64_x86_64-simulator/AerisMapKit.framework/Headers/AWFCombinedSource.h
aerisweather/aerisweather-ios
a1d6dcb02b0f4a26edfa1829f4161f21ddc5e5e0
[ "BSD-3-Clause" ]
null
null
null
lib/AerisMapKit.xcframework/tvos-arm64_x86_64-simulator/AerisMapKit.framework/Headers/AWFCombinedSource.h
aerisweather/aerisweather-ios
a1d6dcb02b0f4a26edfa1829f4161f21ddc5e5e0
[ "BSD-3-Clause" ]
null
null
null
// // AWFCombinedSource.h // AerisMap // // Created by Nicholas Shipes on 8/14/14. // Copyright (c) 2014 AerisWeather, LLC. All rights reserved. // #import <AerisMapKit/AWFPointSource.h> NS_ASSUME_NONNULL_BEGIN @class AWFDataRepresentableStyle; /** An `AWFCombinedSource` object represents a data source that ma...
34.958333
155
0.771454
[ "object" ]
5534bd3f3927b2c2567e67168dd31535b214629b
2,116
h
C
SculptEngine/CppLib/src/Mesh/Loop.h
ErwanLeGoffic/Tectrid
81eb17410339c683905c0f7f16dc4f1dd6b6ddeb
[ "MIT" ]
2
2019-12-14T02:06:52.000Z
2022-01-12T19:25:03.000Z
SculptEngine/CppLib/src/Mesh/Loop.h
ErwanLeGoffic/Tectrid
81eb17410339c683905c0f7f16dc4f1dd6b6ddeb
[ "MIT" ]
1
2020-02-08T07:34:49.000Z
2020-02-08T07:34:49.000Z
SculptEngine/CppLib/src/Mesh/Loop.h
ErwanLeGoffic/Tectrid
81eb17410339c683905c0f7f16dc4f1dd6b6ddeb
[ "MIT" ]
1
2019-01-27T22:32:49.000Z
2019-01-27T22:32:49.000Z
#ifndef _LOOPS_H_ #define _LOOPS_H_ #include <memory> #include <vector> #include <map> #include "Collisions\Ray.h" class Mesh; class BSphere; class BBox; class LoopElement { public: LoopElement(unsigned int vtxId): _prev(nullptr), _vtxId(vtxId), _next(nullptr) { } ~LoopElement() { ASSERT((_next == nullptr) || (...
24.894118
116
0.724953
[ "mesh", "vector" ]
553c004e0aeead1b4b6828fe645afdf7be592252
5,942
c
C
minix-2.0/fs/usr/src/kernel/dmp.c
jorenvo/minix2
a2a4c092b95f806035d28a1169df68205c599904
[ "BSD-3-Clause" ]
71
2017-04-03T22:37:27.000Z
2022-02-20T04:27:19.000Z
minix-2.0/fs/usr/src/kernel/dmp.c
jorenvo/minix2
a2a4c092b95f806035d28a1169df68205c599904
[ "BSD-3-Clause" ]
3
2017-10-04T12:45:32.000Z
2021-07-16T12:13:49.000Z
minix-2.0/fs/usr/src/kernel/dmp.c
jorenvo/minix2
a2a4c092b95f806035d28a1169df68205c599904
[ "BSD-3-Clause" ]
30
2017-09-26T23:10:58.000Z
2021-10-01T04:46:12.000Z
/* This file contains some dumping routines for debugging. */ #include "kernel.h" #include <minix/com.h> #include "proc.h" FORWARD _PROTOTYPE(char *proc_name, (int proc_nr)); #define click_to_round_k(n) \ ((unsigned) ((((unsigned long) (n) << CLICK_SHIFT) + 512) / 1024)) /*=========================================...
30.010101
90
0.464322
[ "3d" ]