hexsha
stringlengths
40
40
size
int64
5
2.72M
ext
stringclasses
5 values
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
3
976
max_stars_repo_name
stringlengths
5
113
max_stars_repo_head_hexsha
stringlengths
40
78
max_stars_repo_licenses
listlengths
1
10
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringdate
2015-01-01 00:01:43
2022-03-31 23:59:48
max_stars_repo_stars_event_max_datetime
stringdate
2015-01-01 00:06:24
2022-03-31 23:59:53
max_issues_repo_path
stringlengths
3
976
max_issues_repo_name
stringlengths
5
116
max_issues_repo_head_hexsha
stringlengths
40
78
max_issues_repo_licenses
listlengths
1
10
max_issues_count
float64
1
134k
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
976
max_forks_repo_name
stringlengths
5
116
max_forks_repo_head_hexsha
stringlengths
40
78
max_forks_repo_licenses
listlengths
1
10
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringdate
2015-01-01 00:01:19
2022-03-31 23:59:49
max_forks_repo_forks_event_max_datetime
stringdate
2015-01-03 12:00:57
2022-03-31 23:59:49
content
stringlengths
5
2.72M
avg_line_length
float64
1.38
573k
max_line_length
int64
2
1.01M
alphanum_fraction
float64
0
1
bde95d7d5c5e41e69bba2b0fca95750b0c867f0b
1,488
h
C
NitroXMR/src/miner/Console.h
quartz010/XMR
bf9f462662ad80e7a7361c9844b02ef520b90431
[ "MIT" ]
4
2017-10-25T05:16:33.000Z
2018-10-25T14:22:30.000Z
NitroXMR/src/miner/Console.h
quartz010/XMR
bf9f462662ad80e7a7361c9844b02ef520b90431
[ "MIT" ]
null
null
null
NitroXMR/src/miner/Console.h
quartz010/XMR
bf9f462662ad80e7a7361c9844b02ef520b90431
[ "MIT" ]
3
2018-04-05T14:25:50.000Z
2018-10-25T14:22:32.000Z
/* XMRig * Copyright 2010 Jeff Garzik <jgarzik@pobox.com> * Copyright 2012-2014 pooler <pooler@litecoinpool.org> * Copyright 2014 Lucas Jones <https://github.com/lucasjones> * Copyright 2014-2016 Wolf9466 <https://github.com/OhGodAPet> * Copyright 2016 Jay D Dee <jayddee246@gmail.com> * C...
29.76
89
0.71707
bde999e24fedc0bed43664e04e135d0a3258564a
13,376
h
C
software/firmware/ChibiOS-Contrib/os/hal/ports/TIVA/LLD/UART/hal_serial_lld.h
lowerrandom/DaBomb_dc27_badge
4bba0e58a304671b48755b99113b3d489259760a
[ "Apache-2.0" ]
29
2018-12-13T02:33:42.000Z
2022-02-28T13:26:35.000Z
sw/firmware/ChibiOS-Contrib/os/hal/ports/TIVA/LLD/UART/hal_serial_lld.h
netik/dc26_spqr_badge
231f04963f47a6731eb6d8e1b91585cf8203b52d
[ "Apache-2.0" ]
47
2019-03-21T05:23:28.000Z
2019-12-07T23:37:44.000Z
sw/firmware/ChibiOS-Contrib/os/hal/ports/TIVA/LLD/UART/hal_serial_lld.h
netik/dc26_spqr_badge
231f04963f47a6731eb6d8e1b91585cf8203b52d
[ "Apache-2.0" ]
13
2019-01-16T12:06:21.000Z
2020-04-25T02:14:06.000Z
/* Copyright (C) 2014..2017 Marco Veeneman 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.790646
79
0.634495
bdea9cea9942b92638f0a3b977c88f2450edfaf7
21,749
c
C
src/latex.c
fabiocolacio/scidown
99b5d1803a68dd351058029b413b61235c0604c6
[ "ISC" ]
null
null
null
src/latex.c
fabiocolacio/scidown
99b5d1803a68dd351058029b413b61235c0604c6
[ "ISC" ]
3
2018-05-11T19:13:49.000Z
2018-05-16T17:45:52.000Z
src/latex.c
geoffmcl/scidown
833cef2bc843bd83a62297a85d2f0a64fb1fb42c
[ "ISC" ]
null
null
null
#include "latex.h" #include <string.h> #include <stdlib.h> #include <stdio.h> #include <ctype.h> #include "charter/src/parser.h" #include "charter/src/renderer.h" #include "escape.h" #define MAX_FILE_SIZE 1000000 scidown_render_tag scidown_latex_is_tag(const uint8_t *data, size_t size, const char *tagname) { size...
24.575141
152
0.690055
bdeaea3f708b329e9aba1a50c5303ab2aa6f8b45
477
h
C
src/main.h
zqianem/pebble
481c272bbb12ca1b16b776255cc9227696d3edef
[ "MIT" ]
null
null
null
src/main.h
zqianem/pebble
481c272bbb12ca1b16b776255cc9227696d3edef
[ "MIT" ]
null
null
null
src/main.h
zqianem/pebble
481c272bbb12ca1b16b776255cc9227696d3edef
[ "MIT" ]
null
null
null
#ifndef __MAIN_H #define __MAIN_H #include <string> #include <vector> #include <map> #include "abstract.h" #include "utils.h" // --------------------------------------------------------------------------------------------------------------------- // Typedefs typedef std::string String; /// if true will turn on o...
19.08
120
0.555556
bdeaf51073fa5980131150cdcd62aefafa301ef9
883
h
C
src/pl/pljava/src/C/include/pljava/type/LargeObject.h
YangHao666666/hawq
10cff8350f1ba806c6fec64eb67e0e6f6f24786c
[ "Artistic-1.0-Perl", "ISC", "bzip2-1.0.5", "TCL", "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "MIT", "PostgreSQL", "BSD-3-Clause" ]
450
2015-09-05T09:12:51.000Z
2018-08-30T01:45:36.000Z
src/pl/pljava/src/C/include/pljava/type/LargeObject.h
YangHao666666/hawq
10cff8350f1ba806c6fec64eb67e0e6f6f24786c
[ "Artistic-1.0-Perl", "ISC", "bzip2-1.0.5", "TCL", "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "MIT", "PostgreSQL", "BSD-3-Clause" ]
1,274
2015-09-22T20:06:16.000Z
2018-08-31T22:14:00.000Z
src/pl/pljava/src/C/include/pljava/type/LargeObject.h
YangHao666666/hawq
10cff8350f1ba806c6fec64eb67e0e6f6f24786c
[ "Artistic-1.0-Perl", "ISC", "bzip2-1.0.5", "TCL", "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "MIT", "PostgreSQL", "BSD-3-Clause" ]
278
2015-09-21T19:15:06.000Z
2018-08-31T00:36:51.000Z
/* * Copyright (c) 2004, 2005, 2006 TADA AB - Taby Sweden * Distributed under the terms shown in the file COPYRIGHT * found in the root folder of this project or at * http://eng.tada.se/osprojects/COPYRIGHT.html * * @author Thomas Hallgren */ #ifndef __pljava_LargeObject_h #define __pljava_LargeObject_h #includ...
25.228571
71
0.642129
bdeb09c74d13de85dccdec8ef0000063e03d2ec7
305,754
h
C
esplay-sdk/esplay-components/osd-menu/include/menu_bg.h
NewLeafG/esplay-retro-emulation
f78137cda7bc4e3cf025f930c2352999bece3243
[ "MIT" ]
270
2019-03-18T16:01:11.000Z
2022-03-31T07:52:15.000Z
esplay-sdk/esplay-components/osd-menu/include/menu_bg.h
NewLeafG/esplay-retro-emulation
f78137cda7bc4e3cf025f930c2352999bece3243
[ "MIT" ]
20
2019-05-10T02:01:38.000Z
2021-09-15T03:42:34.000Z
esplay-sdk/esplay-components/osd-menu/include/menu_bg.h
NewLeafG/esplay-retro-emulation
f78137cda7bc4e3cf025f930c2352999bece3243
[ "MIT" ]
48
2019-05-09T14:45:55.000Z
2022-03-17T07:28:52.000Z
/* GIMP RGB C-Source image dump (menu_bg.h) */ static const struct { unsigned int width; unsigned int height; unsigned int bytes_per_pixel; /* 2:RGB16, 3:RGB, 4:RGBA */ unsigned char pixel_data[150 * 240 * 2 + 1]; } menu_bg = { 150, 240, 2, "\327\275\327\275\327\275\327\275\327\275\327\275...
80.865908
149
0.694316
bded10b665cae00375e9c09c1483457981c9942f
162
h
C
Foreman/SafeGroupView.h
flyingmachine/foreman
008b4f3de77315360e493b1ae7594f42561e11f4
[ "MIT" ]
5
2015-08-03T15:46:23.000Z
2018-12-07T22:04:13.000Z
Foreman/SafeGroupView.h
flyingmachine/foreman
008b4f3de77315360e493b1ae7594f42561e11f4
[ "MIT" ]
null
null
null
Foreman/SafeGroupView.h
flyingmachine/foreman
008b4f3de77315360e493b1ae7594f42561e11f4
[ "MIT" ]
null
null
null
#import <Cocoa/Cocoa.h> @class SafeGroupViewController; @interface SafeGroupView : NSView @property (strong) IBOutlet SafeGroupViewController* controller; @end
20.25
64
0.808642
bdeda7086acfbba086c61b0e3f0d0fa92f787fdd
1,099
h
C
external/GTEngine/Include/GTLowLevel.h
yushuiqiang/geometry3cpp
2727986b89da2d40ffbd0dddb6947183c8bf68b0
[ "BSL-1.0" ]
1
2021-02-18T10:25:42.000Z
2021-02-18T10:25:42.000Z
external/GTEngine/Include/GTLowLevel.h
yushuiqiang/geometry3cpp
2727986b89da2d40ffbd0dddb6947183c8bf68b0
[ "BSL-1.0" ]
null
null
null
external/GTEngine/Include/GTLowLevel.h
yushuiqiang/geometry3cpp
2727986b89da2d40ffbd0dddb6947183c8bf68b0
[ "BSL-1.0" ]
null
null
null
// David Eberly, Geometric Tools, Redmond WA 98052 // Copyright (c) 1998-2018 // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt // http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt // File Version: 3.0.0 (2016/06/19) #pragma once // DataTypes #in...
30.527778
63
0.755232
bdef6e6cc23c69c511bd909d1fdaccb18193344a
1,566
h
C
larcv/app/SBNDImageMod/ApplyLabel.h
mmajewsk/larcv2
9ee74e42b293d547d3a8510fa2139b2d4ccf6b89
[ "MIT" ]
14
2017-10-19T15:08:29.000Z
2021-03-31T21:21:07.000Z
larcv/app/SBNDImageMod/ApplyLabel.h
mmajewsk/larcv2
9ee74e42b293d547d3a8510fa2139b2d4ccf6b89
[ "MIT" ]
32
2017-10-25T22:54:06.000Z
2019-10-01T13:57:15.000Z
larcv/app/SBNDImageMod/ApplyLabel.h
mmajewsk/larcv2
9ee74e42b293d547d3a8510fa2139b2d4ccf6b89
[ "MIT" ]
16
2017-12-07T12:04:40.000Z
2021-11-15T00:53:31.000Z
/** * \file ApplyLabel.h * * \ingroup ImageMod * * \brief Class def header for a class ApplyLabel * * Merge all cluster2d voxel sets into a single set if they have a common ancestor * @author cadams */ /** \addtogroup ImageMod @{*/ #ifndef __APPLYLABEL_H__ #define __APPLYLABEL_H__ #include "larcv/core/P...
18.642857
82
0.683269
bdf0b52e79b7064d8106c15182195a46e2407706
3,813
h
C
PrivateFrameworks/PhotosUICore/PXGAnchor.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
17
2018-11-13T04:02:58.000Z
2022-01-20T09:27:13.000Z
PrivateFrameworks/PhotosUICore/PXGAnchor.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
3
2018-04-06T02:02:27.000Z
2018-10-02T01:12:10.000Z
PrivateFrameworks/PhotosUICore/PXGAnchor.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
1
2018-09-28T13:54:23.000Z
2018-09-28T13:54:23.000Z
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSObject.h" #import "PXGDiagnosticsProvider.h" #import "PXGSpriteIndexReferencing.h" @class NSArray, NSDate, NSString, PXGLayout; @interface PXGAnchor : NSObject <PXGSpr...
45.939759
152
0.791765
bdf1103d8a435e44b4970fa4d041e21f6fd02b08
307
h
C
openwrt-18.06/package/system/mtd/src/fis.h
bingchunjin/1806_SDK
d5ed0258fc22f60e00ec025b802d175f33da6e41
[ "MIT" ]
1,144
2018-12-18T09:46:47.000Z
2022-03-07T14:51:46.000Z
openwrt-18.06/package/system/mtd/src/fis.h
bingchunjin/1806_SDK
d5ed0258fc22f60e00ec025b802d175f33da6e41
[ "MIT" ]
40
2018-12-03T19:48:52.000Z
2021-03-10T06:34:26.000Z
openwrt-18.06/package/system/mtd/src/fis.h
bingchunjin/1806_SDK
d5ed0258fc22f60e00ec025b802d175f33da6e41
[ "MIT" ]
129
2018-12-18T09:46:50.000Z
2022-03-30T07:30:13.000Z
#ifndef __FIS_H #define __FIS_H struct fis_part { unsigned char name[16]; uint32_t offset; uint32_t loadaddr; uint32_t size; }; int fis_validate(struct fis_part *old, int n_old, struct fis_part *new, int n_new); int fis_remap(struct fis_part *old, int n_old, struct fis_part *new, int n_new); #endif
20.466667
83
0.7557
bdf2c8d8c9dbaf71820f62db80cd317f05029fe2
4,189
h
C
global_planner/include/global_planner/node.h
001zwzwzw/dagar-avoidance
5ae6ba7237b5327ca2e78ebbf1ee63e1bcbf8217
[ "BSD-3-Clause" ]
3
2019-10-13T11:47:41.000Z
2022-02-27T22:18:46.000Z
global_planner/include/global_planner/node.h
001zwzwzw/dagar-avoidance
5ae6ba7237b5327ca2e78ebbf1ee63e1bcbf8217
[ "BSD-3-Clause" ]
1
2020-08-24T03:28:49.000Z
2020-08-24T03:28:49.000Z
global_planner/include/global_planner/node.h
001zwzwzw/dagar-avoidance
5ae6ba7237b5327ca2e78ebbf1ee63e1bcbf8217
[ "BSD-3-Clause" ]
1
2019-10-12T17:07:01.000Z
2019-10-12T17:07:01.000Z
#ifndef GLOBAL_PLANNER_NODE #define GLOBAL_PLANNER_NODE #include <string> #include <unordered_set> #include "global_planner/cell.h" #include "global_planner/common.h" namespace global_planner { class Node { public: Node() = default; Node(const Cell& cell, const Cell& parent) : cell_(cell), parent_(parent) {} ...
28.889655
80
0.702316
bdf4f1b8b8fe854846bfef8993d203565c13b0a6
10,763
h
C
src/hir2mpl/common/include/feir_builder.h
venshine/OpenArkCompiler
264cd4463834356658154f0d254672ef559f245f
[ "MulanPSL-1.0" ]
2
2019-09-06T07:02:41.000Z
2019-09-09T12:24:46.000Z
src/hir2mpl/common/include/feir_builder.h
venshine/OpenArkCompiler
264cd4463834356658154f0d254672ef559f245f
[ "MulanPSL-1.0" ]
null
null
null
src/hir2mpl/common/include/feir_builder.h
venshine/OpenArkCompiler
264cd4463834356658154f0d254672ef559f245f
[ "MulanPSL-1.0" ]
null
null
null
/* * Copyright (c) [2020-2021] Huawei Technologies Co.,Ltd.All rights reserved. * * OpenArkCompiler 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 * ...
72.722973
115
0.73158
bdf5e1e7740ff0aa21fc785217cda268ea84adaa
920
h
C
src/main/cpp/Simulation/Properties/script_loader.h
JamesTerm/FRC2019
2794d3cc4f2b4702c59e402904db2f4cdc2ab68d
[ "BSD-3-Clause" ]
1
2021-11-12T04:34:31.000Z
2021-11-12T04:34:31.000Z
src/main/cpp/Simulation/Properties/script_loader.h
JamesTerm/FRC2019
2794d3cc4f2b4702c59e402904db2f4cdc2ab68d
[ "BSD-3-Clause" ]
null
null
null
src/main/cpp/Simulation/Properties/script_loader.h
JamesTerm/FRC2019
2794d3cc4f2b4702c59e402904db2f4cdc2ab68d
[ "BSD-3-Clause" ]
null
null
null
#pragma once #include <memory> #include "../Base/AssetManager.h" #pragma region _description_ //This is similar to an interface in that the script loader implementation can be whatever, but to keep things simple //it is wrapped per usual, so that limits to only one script loader to be used (which is good) as there nee...
35.384615
118
0.778261
bdf7456e10307ac8a260fc30e391bce5a3a1b4ef
6,444
c
C
projects/driver_controls_center_console/src/main.c
uw-midsun/project-template
a4e8093b3ce453e88f8eb2bceb5318e02afbc0ba
[ "MIT" ]
14
2017-09-15T01:02:34.000Z
2020-05-26T16:12:41.000Z
projects/driver_controls_center_console/src/main.c
uw-midsun/firmware
a4e8093b3ce453e88f8eb2bceb5318e02afbc0ba
[ "MIT" ]
158
2016-10-09T15:21:53.000Z
2019-06-28T01:47:19.000Z
projects/driver_controls_center_console/src/main.c
uw-midsun/firmware
a4e8093b3ce453e88f8eb2bceb5318e02afbc0ba
[ "MIT" ]
9
2017-01-05T23:37:30.000Z
2021-06-10T21:45:06.000Z
#include <stdbool.h> #include "center_console_event.h" #include "config.h" #include "adc.h" #include "bps_indicator.h" #include "button_led.h" #include "button_led_radio.h" #include "center_console.h" #include "gpio.h" #include "gpio_expander.h" #include "gpio_it.h" #include "i2c.h" #include "interrupt.h" #include "s...
33.046154
97
0.734947
bdf75e939258560b6e7e53b2ba9bfa52063560a3
422
h
C
source/host/option.h
raymond1860/idr
04b9a0046a5c31c1c953883d7a3e6d59a4789ab8
[ "Apache-2.0" ]
2
2017-08-13T12:35:55.000Z
2020-07-21T17:05:29.000Z
source/host/option.h
raymond1860/idr
04b9a0046a5c31c1c953883d7a3e6d59a4789ab8
[ "Apache-2.0" ]
3
2016-11-29T02:05:12.000Z
2018-05-14T21:58:14.000Z
source/host/option.h
raymond1860/idr
04b9a0046a5c31c1c953883d7a3e6d59a4789ab8
[ "Apache-2.0" ]
2
2019-02-21T13:29:26.000Z
2022-02-23T20:06:42.000Z
#ifndef _OPTION_H #define _OPTION_H /* currently building the argc/argv stuff in a global context */ #define ARGV_MAX 255 #define ARGV_TOKEN_MAX 255 extern int _argc; extern char *_argv[ARGV_MAX]; /* * Demo usage char* cmd="quit"; str2argv(cmd); if(_argc){ if(!strcmp(_argv[0],"quit")){ //stuff to...
18.347826
64
0.677725
bdf86572c6da108e97b314a59e8b5609f4e2ad31
1,887
h
C
third_party/blink/renderer/modules/peerconnection/testing/mock_rtp_sender.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
third_party/blink/renderer/modules/peerconnection/testing/mock_rtp_sender.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
86
2015-10-21T13:02:42.000Z
2022-03-14T07:50:50.000Z
third_party/blink/renderer/modules/peerconnection/testing/mock_rtp_sender.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 (c) 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 THIRD_PARTY_BLINK_RENDERER_MODULES_PEERCONNECTION_TESTING_MOCK_RTP_SENDER_H_ #define THIRD_PARTY_BLINK_RENDERER_MODULES_PEERCONNECTION_TESTING...
38.510204
87
0.716481
bdf875a50e061942ee3825b400d46818d1e3b0cf
1,074
h
C
qqtw/qqheaders7.2/DownloadPreviewImageHandler.h
onezens/QQTweak
04b9efd1d93eba8ef8fec5cf9a20276637765777
[ "MIT" ]
5
2018-02-20T14:24:17.000Z
2020-08-06T09:31:21.000Z
qqtw/qqheaders7.2/DownloadPreviewImageHandler.h
onezens/QQTweak
04b9efd1d93eba8ef8fec5cf9a20276637765777
[ "MIT" ]
1
2020-06-10T07:49:16.000Z
2020-06-12T02:08:35.000Z
qqtw/qqheaders7.2/DownloadPreviewImageHandler.h
onezens/SmartQQ
04b9efd1d93eba8ef8fec5cf9a20276637765777
[ "MIT" ]
null
null
null
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSObject.h" @class QQMessageModel; @interface DownloadPreviewImageHandler : NSObject { QQMessageModel *_currentMessageModel; id <DownloadPreviewImageHandlerDelega...
29.027027
113
0.771881
bdf8cda62d1bbab25a092a0d770660809f5da948
668
h
C
src/System.h
DimonSE/OpenRC
87ed34d7588c876a44e7bac51f6ae3ca48771ca7
[ "Apache-2.0" ]
null
null
null
src/System.h
DimonSE/OpenRC
87ed34d7588c876a44e7bac51f6ae3ca48771ca7
[ "Apache-2.0" ]
null
null
null
src/System.h
DimonSE/OpenRC
87ed34d7588c876a44e7bac51f6ae3ca48771ca7
[ "Apache-2.0" ]
null
null
null
/******************************************************************************* * System.h * *******************************************************************************/ #ifndef __System_h__ #define __System_h__ uint16_t Get_EEPROM_CRC(); bool Is_EEPROM_CRC_Correct(); void Recalc_EEPROM_CRC(); bo...
22.266667
81
0.552395
bdf96990339c0c043479005f066bc5377351e334
2,520
h
C
mentos/inc/descriptor_tables/tss.h
zfd-progetti-univr-2021-2022/MentOS
fc4a9456520a9a79a2c3875aff0f527de51bc6e3
[ "MIT" ]
null
null
null
mentos/inc/descriptor_tables/tss.h
zfd-progetti-univr-2021-2022/MentOS
fc4a9456520a9a79a2c3875aff0f527de51bc6e3
[ "MIT" ]
null
null
null
mentos/inc/descriptor_tables/tss.h
zfd-progetti-univr-2021-2022/MentOS
fc4a9456520a9a79a2c3875aff0f527de51bc6e3
[ "MIT" ]
null
null
null
/// MentOS, The Mentoring Operating system project /// @file tss.h /// @brief Data structures concerning the Task State Segment (TSS). /// @copyright (c) 2014-2021 This file is distributed under the MIT License. /// See LICENSE.md for details. /// @addtogroup descriptor_tables Descriptor Tables /// @{ //...
39.375
93
0.624206
bdfaaaa2e8e20f01efe5b28cc7e2599d13452bf3
955
h
C
include/Denn/Optimizer.h
Gabriele91/DENN
ac7f32941e125b1d6018768b1298dc688478bcc9
[ "Apache-2.0" ]
5
2017-05-26T12:37:43.000Z
2021-02-03T11:57:12.000Z
include/Denn/Optimizer.h
Gabriele91/DENN
ac7f32941e125b1d6018768b1298dc688478bcc9
[ "Apache-2.0" ]
null
null
null
include/Denn/Optimizer.h
Gabriele91/DENN
ac7f32941e125b1d6018768b1298dc688478bcc9
[ "Apache-2.0" ]
4
2017-03-24T18:40:26.000Z
2021-05-18T14:59:19.000Z
#pragma once #include "Config.h" #include <unordered_map> namespace Denn { class Optimizer { public: Optimizer(Random* random=nullptr) : m_random(random) {} //update virtual void update(AlignedMapColVector w, ConstAlignedMapColVector& dw) const= 0; /////////////////////////////////////////////////////////////////...
20.76087
90
0.655497
bdfb319fe3f18678953153c70f7809c5065bacbf
14,206
h
C
ast-8.6.2/polymap.h
astro-datalab/dlapps
18a338a887af19d195b5c1eeed6c0a9e38686125
[ "BSD-3-Clause" ]
1
2020-08-17T21:26:16.000Z
2020-08-17T21:26:16.000Z
ast-8.6.2/polymap.h
noaodatalab/dlapps
33e8fc6161448f2052369b1fbe2765e854c1ac52
[ "BSD-3-Clause" ]
null
null
null
ast-8.6.2/polymap.h
noaodatalab/dlapps
33e8fc6161448f2052369b1fbe2765e854c1ac52
[ "BSD-3-Clause" ]
null
null
null
#if !defined( POLYMAP_INCLUDED ) /* Include this file only once */ #define POLYMAP_INCLUDED /* *+ * Name: * polymap.h * Type: * C include file. * Purpose: * Define the interface to the PolyMap class. * Invocation: * #include "polymap.h" * Description: * This include file defines the interfa...
36.70801
142
0.667676
bdfc6d6447a5db2c8d3bcdaf8f7c6fc5830ab35f
530
h
C
Thermo1 - 20190515_1 set 5018_separate csv/Thermo1/func.h
HectorTa1989/Reflow-soldering-oven-DAQ
84e64a97228ef19431e38df180f803dc564290a8
[ "MIT" ]
null
null
null
Thermo1 - 20190515_1 set 5018_separate csv/Thermo1/func.h
HectorTa1989/Reflow-soldering-oven-DAQ
84e64a97228ef19431e38df180f803dc564290a8
[ "MIT" ]
null
null
null
Thermo1 - 20190515_1 set 5018_separate csv/Thermo1/func.h
HectorTa1989/Reflow-soldering-oven-DAQ
84e64a97228ef19431e38df180f803dc564290a8
[ "MIT" ]
null
null
null
void ADAMDrvOpen(LONG *); void ADAMDrvClose(LONG *); bool SYS_GetVersion(long, DWORD); LONG AIO_SetRanges(long, WORD, WORD, WORD); LONG SYS_GetSlotInfo(long, WORD, struct SlotInfo*); LONG AIO_GetChannelStatus(long, WORD, BYTE*); LONG AI_GetBurnoutValue(long, WORD, DWORD); LONG AI_SetBurnoutValue(long, WORD, DWORD); LON...
35.333333
51
0.775472
da0044860ba96694442a30a94e4cd7845769b909
13,498
c
C
netbsd/sys/arch/amiga/stand/bootblock/boot/main.c
MarginC/kame
2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30
[ "BSD-3-Clause" ]
91
2015-01-05T15:18:31.000Z
2022-03-11T16:43:28.000Z
netbsd/sys/arch/amiga/stand/bootblock/boot/main.c
MarginC/kame
2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30
[ "BSD-3-Clause" ]
1
2016-02-25T15:57:55.000Z
2016-02-25T16:01:02.000Z
netbsd/sys/arch/amiga/stand/bootblock/boot/main.c
MarginC/kame
2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30
[ "BSD-3-Clause" ]
21
2015-02-07T08:23:07.000Z
2021-12-14T06:01:49.000Z
/* * $NetBSD: main.c,v 1.10 1998/11/13 22:12:35 is Exp $ * * * Copyright (c) 1996 Ignatios Souvatzis * Copyright (c) 1994 Michael L. Hitch * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are me...
24.017794
78
0.603275
da00da616e68294b742bb9e3e341359427e422ad
4,779
h
C
System/Library/PrivateFrameworks/CDDataAccess.framework/Frameworks/DADaemonSupport.framework/DATokenRegistrationRequest.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
2
2021-11-02T09:23:27.000Z
2022-03-28T08:21:57.000Z
System/Library/PrivateFrameworks/CDDataAccess.framework/Frameworks/DADaemonSupport.framework/DATokenRegistrationRequest.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
null
null
null
System/Library/PrivateFrameworks/CDDataAccess.framework/Frameworks/DADaemonSupport.framework/DATokenRegistrationRequest.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
1
2022-03-28T08:21:59.000Z
2022-03-28T08:21:59.000Z
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, October 27, 2021 at 3:18:00 PM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/CDDataA...
59.7375
189
0.720444
da02ce0959cfd92195370b28e336833af64b484b
2,274
h
C
WinSys/ServiceInfo.h
fengjixuchui/ProcExpX
1fd3b420535855651e3cfbbc347ccaf95a974f4b
[ "MIT" ]
51
2020-05-31T18:59:29.000Z
2022-03-07T06:26:42.000Z
WinSys/ServiceInfo.h
MeeSong/ProcExpX
1bfb89175bf71a6e1e8ba681932c2c5327ae4b44
[ "MIT" ]
1
2021-10-09T10:30:32.000Z
2021-10-09T10:30:32.000Z
WinSys/ServiceInfo.h
MeeSong/ProcExpX
1bfb89175bf71a6e1e8ba681932c2c5327ae4b44
[ "MIT" ]
16
2020-05-31T18:59:56.000Z
2022-03-10T02:54:28.000Z
#pragma once #include <string> #include <winsvc.h> namespace WinSys { enum class ServiceEnumType { Active = SERVICE_ACTIVE, Inactive = SERVICE_INACTIVE, All = Active | Inactive }; enum class ServiceType { FileSystemDriver = SERVICE_FILE_SYSTEM_DRIVER, KernelDriver = SERVICE_KERNEL_DRIVER, Win32OwnProc...
25.550562
79
0.791557
da031b93e1828dc83084ab29ef108eb203c42089
3,313
c
C
kernel/linux-5.4/fs/xfs/kmem.c
josehu07/SplitFS
d7442fa67a17de7057664f91defbfdbf10dd7f4a
[ "Apache-2.0" ]
27
2021-10-04T18:56:52.000Z
2022-03-28T08:23:06.000Z
kernel/linux-5.4/fs/xfs/kmem.c
josehu07/SplitFS
d7442fa67a17de7057664f91defbfdbf10dd7f4a
[ "Apache-2.0" ]
1
2022-01-12T04:05:36.000Z
2022-01-16T15:48:42.000Z
kernel/linux-5.4/fs/xfs/kmem.c
josehu07/SplitFS
d7442fa67a17de7057664f91defbfdbf10dd7f4a
[ "Apache-2.0" ]
6
2021-11-02T10:56:19.000Z
2022-03-06T11:58:20.000Z
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (c) 2000-2005 Silicon Graphics, Inc. * All Rights Reserved. */ #include "xfs.h" #include <linux/backing-dev.h> #include "xfs_message.h" #include "xfs_trace.h" void * kmem_alloc(size_t size, xfs_km_flags_t flags) { int retries = 0; gfp_t lflags = kmem_flags_conver...
23.834532
80
0.703894
da03454241c416989cb6d8acb563446af29b5761
1,000
h
C
dbus_services.h
coenvl/dbus_modbustcp
968d5cc854eb2ce37255892335149ebfd5f0aae1
[ "MIT" ]
null
null
null
dbus_services.h
coenvl/dbus_modbustcp
968d5cc854eb2ce37255892335149ebfd5f0aae1
[ "MIT" ]
null
null
null
dbus_services.h
coenvl/dbus_modbustcp
968d5cc854eb2ce37255892335149ebfd5f0aae1
[ "MIT" ]
null
null
null
#ifndef DBUS_SERVICES_H #define DBUS_SERVICES_H #include <QObject> #include <QDBusConnection> #include <QDBusConnectionInterface> #include "dbus_service.h" class DBusServices : public QObject { Q_OBJECT public: DBusServices(const QDBusConnection &dbus, QObject *parent = 0); ~DBusServices(); void initialScan(); i...
27.027027
97
0.789
da03916ef374438d8982d82a123fbcb4020bb74c
541
h
C
fltk/fltk-1.3.5/GL/glut.h
LeeSawyer/ElmaMazeSolver
3c2443dc1d75df945b72f8bd7915657d3fd059e0
[ "MIT" ]
4
2020-05-15T03:43:53.000Z
2021-06-05T16:21:31.000Z
fltk/fltk-1.3.5/GL/glut.h
LeeSawyer/ElmaMazeSolver
3c2443dc1d75df945b72f8bd7915657d3fd059e0
[ "MIT" ]
1
2021-04-19T19:48:04.000Z
2021-04-19T19:48:04.000Z
fltk/fltk-1.3.5/GL/glut.h
LeeSawyer/ElmaMazeSolver
3c2443dc1d75df945b72f8bd7915657d3fd059e0
[ "MIT" ]
8
2019-04-21T06:06:11.000Z
2020-05-04T15:20:36.000Z
// // "$Id$" // // GLUT compatibility header for the Fast Light Tool Kit (FLTK). // // Copyright 1998-2010 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this // file is missing or dam...
22.541667
78
0.667283
fffaff628e4655bb791983d5ce1de21b9d285e2f
19,853
c
C
dist/linux/genometools/src/tools/gt_hop.c
thmourikis/erv_annotator
448b2dfc2972f9bf4e743df36fe0232813590fec
[ "MIT" ]
null
null
null
dist/linux/genometools/src/tools/gt_hop.c
thmourikis/erv_annotator
448b2dfc2972f9bf4e743df36fe0232813590fec
[ "MIT" ]
1
2018-09-30T00:45:55.000Z
2018-09-30T00:45:55.000Z
dist/linux/genometools/src/tools/gt_hop.c
thmourikis/erv_annotator
448b2dfc2972f9bf4e743df36fe0232813590fec
[ "MIT" ]
null
null
null
/* Copyright (c) 2012 Giorgio Gonnella <gonnella@zbh.uni-hamburg.de> Copyright (c) 2012 Center for Bioinformatics, University of Hamburg Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permi...
37.039179
80
0.691079
fffce9344e6905226ec990f858986ab3e8ab205c
2,031
h
C
FuGenEditor/View/NodeEditor/FuGenNodeEditor.h
sereslorant/fu_gen
cc75d307189e7e3d560a94d32072b97deb94b6e5
[ "MIT" ]
1
2020-05-21T06:11:18.000Z
2020-05-21T06:11:18.000Z
FuGenEditor/View/NodeEditor/FuGenNodeEditor.h
sereslorant/fu_gen
cc75d307189e7e3d560a94d32072b97deb94b6e5
[ "MIT" ]
null
null
null
FuGenEditor/View/NodeEditor/FuGenNodeEditor.h
sereslorant/fu_gen
cc75d307189e7e3d560a94d32072b97deb94b6e5
[ "MIT" ]
null
null
null
#ifndef FUGENNODEEDITOR_H #define FUGENNODEEDITOR_H #include <Presenter/PipelinePresenter.h> #include <View/NodeEditor/TurtleNodeEditor.h> #include <View/NodeEditor/HypergraphNodeEditor.h> #include <View/NodeEditor/MeshNodeEditor.h> #include <QStackedWidget> class FuGenNodeEditor : public QStackedWidget, public IPi...
25.074074
77
0.768587
fffd3651eec4d91ae90e039ac77cad72f902ec2e
238
c
C
docpages/virtual_memory_managment.c
mmjack/Dawn
4bf80421f50cbb942ce28fb9bfbb56cb8bf15305
[ "Fair", "Unlicense" ]
4
2016-10-24T22:25:09.000Z
2021-07-05T15:05:47.000Z
docpages/virtual_memory_managment.c
mmjack/Dawn
4bf80421f50cbb942ce28fb9bfbb56cb8bf15305
[ "Fair", "Unlicense" ]
null
null
null
docpages/virtual_memory_managment.c
mmjack/Dawn
4bf80421f50cbb942ce28fb9bfbb56cb8bf15305
[ "Fair", "Unlicense" ]
1
2016-07-03T08:57:00.000Z
2016-07-03T08:57:00.000Z
/** * @page VMM Virtual memory management * * Virtual memory management is the management of the virtual address space within the OS environment. Virtual address space allows for physical locations to be mapped to virtual ones. * */
34
184
0.764706
fffeee1113bb14f071c2078ef2b2dd7bb2dba735
3,826
h
C
src/liboslexec/constantpool.h
sambler/OpenShadingLanguage
a31bea03eb5e45fac35e59c07c31b386c4706f46
[ "BSD-3-Clause" ]
1
2018-12-22T06:45:41.000Z
2018-12-22T06:45:41.000Z
src/liboslexec/constantpool.h
dneg/OpenShadingLanguage
6aaaadbdf638fde24d7142cc224c6a0c608b60f2
[ "BSD-3-Clause" ]
null
null
null
src/liboslexec/constantpool.h
dneg/OpenShadingLanguage
6aaaadbdf638fde24d7142cc224c6a0c608b60f2
[ "BSD-3-Clause" ]
null
null
null
/* Copyright (c) 2009-2010 Sony Pictures Imageworks Inc., et al. 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 co...
37.145631
77
0.7023
0801fb04c873c0bdbfc8f78a6410dfd024caab27
754
c
C
Stellarmap/obj/Release/Stellarmap.assets.code.freezer.c
jamClark/Stellarmap
60a5b0d7a638290ff28ff7ad324d5873648a68b8
[ "MIT" ]
null
null
null
Stellarmap/obj/Release/Stellarmap.assets.code.freezer.c
jamClark/Stellarmap
60a5b0d7a638290ff28ff7ad324d5873648a68b8
[ "MIT" ]
null
null
null
Stellarmap/obj/Release/Stellarmap.assets.code.freezer.c
jamClark/Stellarmap
60a5b0d7a638290ff28ff7ad324d5873648a68b8
[ "MIT" ]
null
null
null
#include <lib.h> #include <config.h> #include <rooms.h> #include "../include.h" inherit LIB_ROOM; void create() { room::create(); SetNoClean(1); SetProperties(([ "login" : ROOM_START ])); SetShort( "The freezer"); SetLong( "The local freezer. Go down to leave."); SetObviousExits("d"); Se...
20.944444
61
0.606101
080398c15fd38cc2c0588797572ba76e445006e7
5,976
c
C
Assignment12DS.c
ankushbhagat124/Practice-Code
880ecc2f435de8d7ab4ba43cd10184aaa85ace37
[ "MIT" ]
null
null
null
Assignment12DS.c
ankushbhagat124/Practice-Code
880ecc2f435de8d7ab4ba43cd10184aaa85ace37
[ "MIT" ]
null
null
null
Assignment12DS.c
ankushbhagat124/Practice-Code
880ecc2f435de8d7ab4ba43cd10184aaa85ace37
[ "MIT" ]
null
null
null
#include <stdio.h> #define SIZE 100 int k = 0, k2 = 0; struct Sparse { float coeff; int expo; }; typedef struct Sparse polynomial; void readpoly(polynomial t[], int size) { float a; int b; for (int i = 0; i < size; i++) { scanf("%f %d", &a, &b); t[i].coeff = a; ...
24
82
0.404451
080404053fe1f0abdba864978af04c6b8fe35558
16
h
C
Chapter09/SimpleWork3/SimpleWork.h
fengjixuchui/Win10SysProgBookSamples
360aff30a19da2ea4c9be6f41c481aa8bf39a2b0
[ "MIT" ]
249
2019-07-09T17:14:43.000Z
2022-03-28T01:54:26.000Z
Chapter09/SimpleWork3/SimpleWork.h
fengjixuchui/Win10SysProgBookSamples
360aff30a19da2ea4c9be6f41c481aa8bf39a2b0
[ "MIT" ]
8
2019-07-12T21:08:29.000Z
2022-01-04T12:32:00.000Z
Chapter09/SimpleWork3/SimpleWork.h
isabella232/Win10SysProgBookSamples
97e479a9a4923ecf94866bae516a76bde02ef71e
[ "MIT" ]
70
2019-07-10T02:14:55.000Z
2022-03-08T00:53:07.000Z
// SimpleWork.h
8
15
0.6875
080422c0db4841770e6452211683b4f31c690b72
668
h
C
include/backend/udev.h
nyorain/wlroots
7d0bf9a1a77420f09389bda1acafcd4bd42e82f1
[ "MIT" ]
1
2021-04-22T15:36:38.000Z
2021-04-22T15:36:38.000Z
include/backend/udev.h
nyorain/wlroots
7d0bf9a1a77420f09389bda1acafcd4bd42e82f1
[ "MIT" ]
1
2021-06-23T23:47:29.000Z
2021-06-23T23:47:29.000Z
include/backend/udev.h
nyorain/wlroots
7d0bf9a1a77420f09389bda1acafcd4bd42e82f1
[ "MIT" ]
null
null
null
#ifndef _WLR_INTERNAL_UDEV_H #define _WLR_INTERNAL_UDEV_H #include <sys/types.h> #include <libudev.h> #include <wlr/backend/session.h> #include <wayland-server.h> #include <wlr/backend/udev.h> struct wlr_udev_dev { dev_t dev; struct wl_signal invalidate; struct wl_list link; }; struct wlr_udev { struct udev *ud...
22.266667
89
0.784431
0804466a20ccec5c047687faa03bfeb821157cca
215
h
C
src/in_element_aabb.h
sgsellan/gpytoolbox
c238f36aebb89f892eede7d06e4af21bfa51175c
[ "MIT" ]
13
2021-11-22T16:32:10.000Z
2022-03-30T21:35:50.000Z
src/in_element_aabb.h
sgsellan/gpytoolbox
c238f36aebb89f892eede7d06e4af21bfa51175c
[ "MIT" ]
null
null
null
src/in_element_aabb.h
sgsellan/gpytoolbox
c238f36aebb89f892eede7d06e4af21bfa51175c
[ "MIT" ]
1
2021-12-10T22:11:49.000Z
2021-12-10T22:11:49.000Z
#ifndef IN_ELEMENT_AABB #define IN_ELEMENT_AABB #include <Eigen/Core> #include <Eigen/Sparse> void in_element_aabb(Eigen::MatrixXd & queries, Eigen::MatrixXd & V, Eigen::MatrixXi & F, Eigen::VectorXi & I); #endif
23.888889
111
0.753488
08076ab3a91340d335c95f51687ff311e681592d
3,037
c
C
platform/linux-generic/odp_queue_if.c
bala-manoharan/odp-dpdk
130f424695749f1859eebd33ebce18ef9ce36438
[ "BSD-3-Clause" ]
null
null
null
platform/linux-generic/odp_queue_if.c
bala-manoharan/odp-dpdk
130f424695749f1859eebd33ebce18ef9ce36438
[ "BSD-3-Clause" ]
null
null
null
platform/linux-generic/odp_queue_if.c
bala-manoharan/odp-dpdk
130f424695749f1859eebd33ebce18ef9ce36438
[ "BSD-3-Clause" ]
1
2019-02-09T08:41:27.000Z
2019-02-09T08:41:27.000Z
/* Copyright (c) 2017, ARM Limited * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include "config.h" #include <odp_queue_if.h> #include <odp_internal.h> #include <odp_debug_internal.h> #include <stdlib.h> #include <string.h> extern const queue_api_t queue_scalable_api; extern const que...
21.387324
79
0.770826
080d5b42c34f9cedb2227081c7aea27c859bbba2
7,897
h
C
titan-infinite/src/model.h
KyleKaiWang/titan-infinite
d2905e050501fc076589bb8e1578d3285ec5aab0
[ "Apache-2.0" ]
null
null
null
titan-infinite/src/model.h
KyleKaiWang/titan-infinite
d2905e050501fc076589bb8e1578d3285ec5aab0
[ "Apache-2.0" ]
null
null
null
titan-infinite/src/model.h
KyleKaiWang/titan-infinite
d2905e050501fc076589bb8e1578d3285ec5aab0
[ "Apache-2.0" ]
null
null
null
/* * Vulkan Renderer Program * * Copyright (C) 2020 Kyle Wang */ #pragma once #include "line_segment.h" #define MAX_NUM_JOINTS 128 namespace vkglTF { extern VkDescriptorSetLayout descriptorSetLayoutImage; extern VkDescriptorSetLayout descriptorSetLayoutUbo; extern VkMemoryPropertyFlags memoryPropertyFlags; ...
26.411371
206
0.729138
080d9f456a29988cb3f0356f1ee69d984d40ee53
1,356
c
C
calc.c
jorkanofaln/calculatorC
4f0c264a13fb39d8cdce60adce318fd8ed31ef1d
[ "BSD-3-Clause" ]
null
null
null
calc.c
jorkanofaln/calculatorC
4f0c264a13fb39d8cdce60adce318fd8ed31ef1d
[ "BSD-3-Clause" ]
null
null
null
calc.c
jorkanofaln/calculatorC
4f0c264a13fb39d8cdce60adce318fd8ed31ef1d
[ "BSD-3-Clause" ]
null
null
null
#include<stdio.h> #include<math.h> /* Author: Jorkano Faln Description: A Simple program, which implements basic mathematical operators License: 3 Clause BSD */ double add(double a, double b){ return a + b; } double substract(double a, double b){ return a - b; } double multiply(double a, double b){ retu...
20.861538
76
0.570059
080db87fc64edacd1af3a482eb4f9338823fc81f
21,389
h
C
include/type/call.h
tizenorg/framework.telephony.libtcore
253db8b09b28f351937c4fb2566d963419f3842d
[ "Apache-2.0" ]
null
null
null
include/type/call.h
tizenorg/framework.telephony.libtcore
253db8b09b28f351937c4fb2566d963419f3842d
[ "Apache-2.0" ]
null
null
null
include/type/call.h
tizenorg/framework.telephony.libtcore
253db8b09b28f351937c4fb2566d963419f3842d
[ "Apache-2.0" ]
null
null
null
/* * libtcore * * Copyright (c) 2012 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: Ja-young Gu <jygu@samsung.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *...
34.058917
120
0.774276
080e354e632a94fa63fbb2f0aa8c408b94cb1465
37,019
h
C
simplex/include/simplex.h
tranqui/cpplex
9a22932fd5979995952f0fcf9de90665a29120f6
[ "MIT" ]
null
null
null
simplex/include/simplex.h
tranqui/cpplex
9a22932fd5979995952f0fcf9de90665a29120f6
[ "MIT" ]
null
null
null
simplex/include/simplex.h
tranqui/cpplex
9a22932fd5979995952f0fcf9de90665a29120f6
[ "MIT" ]
null
null
null
/* This file is part of C++lex, a project by Tommaso Urli. C++lex is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. C++lex is distributed in ...
39.049578
154
0.47789
080eb81d6e9b12e584ade18f4c87628227e435cd
3,267
h
C
TempoSDK/Framework/CartoMobileSDK.framework/Versions/A/Headers/NTPointStyleBuilder.h
jesusgeographica/pruebaSDKObjC
fe1678a7d6ad5ad0612bd78126d4f3eaa04c15ba
[ "MIT" ]
null
null
null
TempoSDK/Framework/CartoMobileSDK.framework/Versions/A/Headers/NTPointStyleBuilder.h
jesusgeographica/pruebaSDKObjC
fe1678a7d6ad5ad0612bd78126d4f3eaa04c15ba
[ "MIT" ]
null
null
null
TempoSDK/Framework/CartoMobileSDK.framework/Versions/A/Headers/NTPointStyleBuilder.h
jesusgeographica/pruebaSDKObjC
fe1678a7d6ad5ad0612bd78126d4f3eaa04c15ba
[ "MIT" ]
null
null
null
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 2.0.11 * * This file is not intended to be easily readable and contains a number of * coding conventions designed to improve portability and efficiency. D...
29.7
103
0.67891
080f64268e390a1fa9a44027bd63a59b42d61ca1
1,304
c
C
graph/expand.c
pauldmccarthy/ccnet
d8365bee37c4e13621579194adaa44ef04195461
[ "BSD-3-Clause" ]
null
null
null
graph/expand.c
pauldmccarthy/ccnet
d8365bee37c4e13621579194adaa44ef04195461
[ "BSD-3-Clause" ]
null
null
null
graph/expand.c
pauldmccarthy/ccnet
d8365bee37c4e13621579194adaa44ef04195461
[ "BSD-3-Clause" ]
null
null
null
/** * Provides the expand function, which can be used in breadth first searches * of a graph. * * Author: Paul McCarthy <pauld.mccarthy@gmail.com> */ #include <stdint.h> #include <stdlib.h> #include "util/array.h" #include "graph/graph.h" #include "graph/expand.h" uint8_t expand( graph_t *g, array_t *this...
20.061538
76
0.577454
0810f1c6f5d57ad1fc9782921b7b97743678b023
3,725
h
C
drivers/input/moufiltr/moufiltr.h
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
drivers/input/moufiltr/moufiltr.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
drivers/input/moufiltr/moufiltr.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/*++ Copyright (c) 1997 Microsoft Corporation Module Name: moufiltr.h Abstract: This module contains the common private declarations for the mouse packet filter Environment: kernel mode only Notes: Revision History: --*/ #ifndef MOUFILTER_H #define MOUFILTER_H #i...
19.605263
76
0.627383
0812753b8f192c9190dc581e2e95741c7719b64b
2,415
h
C
samples/server/petstore/cpp-qt5-qhttpengine-server/server/src/models/OAIOrder.h
therockstorm/openapi-generator
01d0b5d4780ebe2d6025e2b443ec136c6ce16c45
[ "Apache-2.0" ]
11,868
2018-05-12T02:58:07.000Z
2022-03-31T21:19:39.000Z
samples/server/petstore/cpp-qt5-qhttpengine-server/server/src/models/OAIOrder.h
therockstorm/openapi-generator
01d0b5d4780ebe2d6025e2b443ec136c6ce16c45
[ "Apache-2.0" ]
9,672
2018-05-12T14:25:43.000Z
2022-03-31T23:59:30.000Z
samples/server/petstore/cpp-qt5-qhttpengine-server/server/src/models/OAIOrder.h
therockstorm/openapi-generator
01d0b5d4780ebe2d6025e2b443ec136c6ce16c45
[ "Apache-2.0" ]
4,776
2018-05-12T12:06:08.000Z
2022-03-31T19:52:51.000Z
/** * OpenAPI Petstore * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * The version of the OpenAPI document: 1.0.0 * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openap...
22.361111
133
0.706832
0812c3bdcce1a8c2b7ddfde14c8be1f6b2087725
11,725
c
C
processors/ARM/gdb-7.10/opcodes/xgate-opc.c
pavel-krivanek/opensmalltalk-vm
694dfe3ed015e16f5b8e9cf17d37e4bdd32bea16
[ "MIT" ]
110
2015-01-10T17:54:56.000Z
2021-08-08T05:06:55.000Z
processors/ARM/gdb-7.10/opcodes/xgate-opc.c
pavel-krivanek/opensmalltalk-vm
694dfe3ed015e16f5b8e9cf17d37e4bdd32bea16
[ "MIT" ]
36
2015-05-08T07:45:52.000Z
2019-04-30T13:41:12.000Z
processors/ARM/gdb-7.10/opcodes/xgate-opc.c
pavel-krivanek/opensmalltalk-vm
694dfe3ed015e16f5b8e9cf17d37e4bdd32bea16
[ "MIT" ]
45
2015-02-26T13:55:13.000Z
2020-11-25T09:17:43.000Z
/* mc9xgate-opc.c -- Freescale XGATE opcode list Copyright (C) 1999-2015 Free Software Foundation, Inc. Written by Sean Keys (skeys@ipdatasys.com) This file is part of the GNU opcodes library. This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Pub...
57.47549
89
0.610149
0816e1288651ec7bb3a2e7a56d365b2471ed1fcc
454
h
C
PZMarkdown/PZMarkdown.h
philzet/PZMarkdown
c2d593582b2b39a061ec7228221606b64a74cd33
[ "Unlicense" ]
null
null
null
PZMarkdown/PZMarkdown.h
philzet/PZMarkdown
c2d593582b2b39a061ec7228221606b64a74cd33
[ "Unlicense" ]
null
null
null
PZMarkdown/PZMarkdown.h
philzet/PZMarkdown
c2d593582b2b39a061ec7228221606b64a74cd33
[ "Unlicense" ]
null
null
null
// // PZMarkdown.h // PZMarkdown // // Created by Phil Zet on 3/25/20. // #import <Foundation/Foundation.h> //! Project version number for PZMarkdown. FOUNDATION_EXPORT double PZMarkdownVersionNumber; //! Project version string for PZMarkdown. FOUNDATION_EXPORT const unsigned char PZMarkdownVersionString[]; // I...
23.894737
135
0.768722
0817d823d3928d11042149624b05d915c4d7d8dc
15,184
c
C
clang/test/CodeGen/fp16-ops.c
mkinsner/llvm
589d48844edb12cd357b3024248b93d64b6760bf
[ "Apache-2.0" ]
2,338
2018-06-19T17:34:51.000Z
2022-03-31T11:00:37.000Z
clang/test/CodeGen/fp16-ops.c
mkinsner/llvm
589d48844edb12cd357b3024248b93d64b6760bf
[ "Apache-2.0" ]
3,740
2019-01-23T15:36:48.000Z
2022-03-31T22:01:13.000Z
clang/test/CodeGen/fp16-ops.c
mkinsner/llvm
589d48844edb12cd357b3024248b93d64b6760bf
[ "Apache-2.0" ]
500
2019-01-23T07:49:22.000Z
2022-03-30T02:59:37.000Z
// REQUIRES: arm-registered-target // RUN: %clang_cc1 -emit-llvm -o - -triple arm-none-linux-gnueabi %s | FileCheck %s --check-prefix=NOTNATIVE --check-prefix=CHECK // RUN: %clang_cc1 -emit-llvm -o - -triple aarch64-none-linux-gnueabi %s | FileCheck %s --check-prefix=NOTNATIVE --check-prefix=CHECK // RUN: %clang_cc1 -e...
27.260323
168
0.575869
0817e3277c1b7c05d263e5090519a670139b4936
1,492
h
C
libredex/IRMetaIO.h
penguin-wwy/redex
31baadec7ccddcadb5ddaf4947a63112f2eadc04
[ "MIT" ]
6,059
2016-04-12T21:07:05.000Z
2022-03-31T16:31:48.000Z
libredex/IRMetaIO.h
penguin-wwy/redex
31baadec7ccddcadb5ddaf4947a63112f2eadc04
[ "MIT" ]
638
2016-04-12T22:45:48.000Z
2022-03-29T21:50:09.000Z
libredex/IRMetaIO.h
penguin-wwy/redex
31baadec7ccddcadb5ddaf4947a63112f2eadc04
[ "MIT" ]
704
2016-04-12T23:47:01.000Z
2022-03-30T09:44:56.000Z
/* * 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. */ #include "DexClass.h" #include "ReferencedState.h" namespace ir_meta_io { void dump(const Scope& classes, const std::string& outp...
33.155556
77
0.683646
081840eed553026f49f10905aff8f36da44f7f01
4,161
c
C
floating-point/nan.c
xavim/Computadors
bdfda5a6aec43d360e2c6998dcc7d28700721cc8
[ "CC0-1.0" ]
null
null
null
floating-point/nan.c
xavim/Computadors
bdfda5a6aec43d360e2c6998dcc7d28700721cc8
[ "CC0-1.0" ]
null
null
null
floating-point/nan.c
xavim/Computadors
bdfda5a6aec43d360e2c6998dcc7d28700721cc8
[ "CC0-1.0" ]
null
null
null
#define _GNU_SOURCE #include <fenv.h> #include <math.h> #include <values.h> #include <stdio.h> #include <string.h> #include <stdlib.h> #include <signal.h> #include <unistd.h> struct FLOAT { unsigned int mantissa:23; unsigned int exp:8; unsigned int sign:1; }; union FLT { struct FLOAT vals; float flt; }; ...
20.701493
94
0.58111
081af9468b73ffd678709ba5e89bfb9d04ee5031
6,037
c
C
src/array.c
StrongerXi/ulcer
0922902541a7ec223e0bb45bfc1a1b7892a9e9e8
[ "Apache-2.0" ]
66
2016-01-26T02:45:36.000Z
2022-01-13T21:46:06.000Z
src/array.c
StrongerXi/ulcer
0922902541a7ec223e0bb45bfc1a1b7892a9e9e8
[ "Apache-2.0" ]
3
2016-01-26T02:49:56.000Z
2021-08-28T04:49:40.000Z
src/array.c
StrongerXi/ulcer
0922902541a7ec223e0bb45bfc1a1b7892a9e9e8
[ "Apache-2.0" ]
5
2017-02-12T13:43:29.000Z
2021-10-09T09:11:08.000Z
#include "array.h" #include "alloc.h" #include <string.h> static bool __array_resize__(array_t a, unsigned long n); array_t array_new(unsigned long size) { array_t a; a = (array_t) mem_alloc(sizeof(struct array_s)); if (!a) { return NULL; } a->elts = NULL; a-...
19.226115
79
0.494285
081b73f06ff7bed7c8086800d0429f77a19de39e
7,102
h
C
core/ISmmPluginExt.h
laper32/metamod-source
da1ee3b0ccb309301457fe83a1e69a4b54495bec
[ "Zlib" ]
null
null
null
core/ISmmPluginExt.h
laper32/metamod-source
da1ee3b0ccb309301457fe83a1e69a4b54495bec
[ "Zlib" ]
null
null
null
core/ISmmPluginExt.h
laper32/metamod-source
da1ee3b0ccb309301457fe83a1e69a4b54495bec
[ "Zlib" ]
null
null
null
/* * vim: set ts=4 sw=4 tw=99 noet : * ====================================================== * Metamod:Source * Copyright (C) 2004-2009 AlliedModders LLC and authors. * All rights reserved. * ====================================================== * * This software is provided 'as-is', without any express or im...
36.989583
119
0.693467
081ba32443aa19654863e2943191f3d26d58f26a
446
h
C
MDraw/MDrawMeasurementInfo.h
xiusl/MDraw
2e54d94aa3adffcacd36353b58a0db7597323191
[ "MIT" ]
13
2016-04-12T15:20:03.000Z
2021-01-06T16:02:27.000Z
MDraw/MDrawMeasurementInfo.h
xiusl/MDraw
2e54d94aa3adffcacd36353b58a0db7597323191
[ "MIT" ]
1
2017-06-07T08:59:49.000Z
2017-06-07T08:59:49.000Z
MDraw/MDrawMeasurementInfo.h
xiusl/MDraw
2e54d94aa3adffcacd36353b58a0db7597323191
[ "MIT" ]
7
2015-09-16T22:05:12.000Z
2020-03-24T14:41:30.000Z
// // MDrawMeasurementInfo.h // MDraw // // Created by Gao Yongqing on 9/5/14. // Copyright (c) 2014 Motic China Group Co., Ltd. All rights reserved. // #import <Foundation/Foundation.h> #import "MDrawTool.h" /** * Show measurement info for tools. */ @interface MDrawMeasurementInfo : NSObject @property (nonat...
18.583333
71
0.70852
081bda891d044041f6814964e7076e28e812039c
2,163
h
C
paddle/fluid/operators/math/depthwise_conv.h
ghevinn/Paddle
544159c3de2f74a38a5795c635a2f1bda170379f
[ "ECL-2.0", "Apache-2.0" ]
4
2019-04-28T13:29:41.000Z
2022-01-09T16:54:20.000Z
paddle/fluid/operators/math/depthwise_conv.h
ghevinn/Paddle
544159c3de2f74a38a5795c635a2f1bda170379f
[ "ECL-2.0", "Apache-2.0" ]
3
2018-04-11T10:25:51.000Z
2018-04-12T01:17:22.000Z
paddle/fluid/operators/math/depthwise_conv.h
ghevinn/Paddle
544159c3de2f74a38a5795c635a2f1bda170379f
[ "ECL-2.0", "Apache-2.0" ]
1
2018-04-25T03:44:51.000Z
2018-04-25T03:44:51.000Z
/* Copyright (c) 2016 PaddlePaddle Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or...
35.459016
79
0.698567
081cd736f718328006e3a84bfc4c02db6606611e
3,355
h
C
System/Library/PrivateFrameworks/UIKitCore.framework/_UICopyConfiguration.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
1
2020-11-04T15:43:01.000Z
2020-11-04T15:43:01.000Z
System/Library/PrivateFrameworks/UIKitCore.framework/_UICopyConfiguration.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
System/Library/PrivateFrameworks/UIKitCore.framework/_UICopyConfiguration.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:38:58 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Eli...
51.615385
215
0.72161
081d3bd3748d35e0b6e09c01b90878e341de025f
19,396
h
C
third_party_toolchains/gcc_arm_none_eabi/arm-none-eabi/include/c++/4.9.3/bits/shared_ptr.h
leozz37/makani
c94d5c2b600b98002f932e80a313a06b9285cc1b
[ "Apache-2.0" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
third_party_toolchains/gcc_arm_none_eabi/arm-none-eabi/include/c++/4.9.3/bits/shared_ptr.h
leozz37/makani
c94d5c2b600b98002f932e80a313a06b9285cc1b
[ "Apache-2.0" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
third_party_toolchains/gcc_arm_none_eabi/arm-none-eabi/include/c++/4.9.3/bits/shared_ptr.h
leozz37/makani
c94d5c2b600b98002f932e80a313a06b9285cc1b
[ "Apache-2.0" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
// shared_ptr and weak_ptr implementation -*- C++ -*- // Copyright (C) 2007-2014 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public License as published by the // Fre...
31.133226
79
0.641627
081ecbd55cb64f7c4a11c5bced07eff7d0c471dc
960
h
C
Cortex/MedableCortex.framework/Headers/MDPropertyInstance.h
Medable/iOS-SDK
af1839129bcaa470ef4f247de325c64de52eac2e
[ "0BSD" ]
7
2015-04-23T02:38:52.000Z
2021-05-05T03:29:27.000Z
Cortex/MedableCortex.framework/Headers/MDPropertyInstance.h
Medable/iOS-SDK
af1839129bcaa470ef4f247de325c64de52eac2e
[ "0BSD" ]
6
2015-04-24T20:21:51.000Z
2018-10-07T20:54:39.000Z
Cortex/MedableCortex.framework/Headers/MDPropertyInstance.h
Medable/iOS-SDK
af1839129bcaa470ef4f247de325c64de52eac2e
[ "0BSD" ]
4
2015-07-07T06:17:40.000Z
2018-05-28T14:12:43.000Z
// // MDPropertyInstance.h // Medable // // Copyright (c) 2015 Medable. All rights reserved. // #import <Foundation/Foundation.h> @class MDFilePropertyValue; /** * A basic property value, it stores the value itself and a reference to the definition. */ @interface MDPropertyInstance : NSObject /// The definiti...
22.857143
106
0.75
081f10c39f6073f4fceec3175f2f5199a6163ed1
15,491
c
C
stage0/stdlib/Lean/AuxRecursor.c
tballmsft/lean4
fb57b73e1f07828fa9aad91c2112bf072b3e79f2
[ "Apache-2.0" ]
null
null
null
stage0/stdlib/Lean/AuxRecursor.c
tballmsft/lean4
fb57b73e1f07828fa9aad91c2112bf072b3e79f2
[ "Apache-2.0" ]
null
null
null
stage0/stdlib/Lean/AuxRecursor.c
tballmsft/lean4
fb57b73e1f07828fa9aad91c2112bf072b3e79f2
[ "Apache-2.0" ]
null
null
null
// Lean compiler output // Module: Lean.AuxRecursor // Imports: Init Lean.Environment #include <lean/lean.h> #if defined(__clang__) #pragma clang diagnostic ignored "-Wunused-parameter" #pragma clang diagnostic ignored "-Wunused-label" #elif defined(__GNUC__) && !defined(__CLANG__) #pragma GCC diagnostic ignored "-Wunu...
30.434185
132
0.83229
081f2653a4f182594d7a0107474b99a7a9d1760e
7,089
h
C
src/lldb/Bindings/SBValueBinding.h
No9/lldb-sys.rs
87bafc294023571bd1b346611278d9207f10a3f9
[ "Apache-2.0", "MIT" ]
null
null
null
src/lldb/Bindings/SBValueBinding.h
No9/lldb-sys.rs
87bafc294023571bd1b346611278d9207f10a3f9
[ "Apache-2.0", "MIT" ]
null
null
null
src/lldb/Bindings/SBValueBinding.h
No9/lldb-sys.rs
87bafc294023571bd1b346611278d9207f10a3f9
[ "Apache-2.0", "MIT" ]
null
null
null
//===-- SBValueBinding.h ----------------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
36.73057
107
0.797574
081f38fe1727fdc2f98c73832c5c57164e74a5e5
2,053
h
C
nachos/code/lib/bitmap.h
JainamS1996/Operating-System-NachOS
d2a5fcbc393f07a3734069be28ea1ca1ee782eb6
[ "MIT" ]
10
2020-09-20T17:21:50.000Z
2020-10-20T13:51:30.000Z
nachos/code/lib/bitmap.h
JainamS1996/Operating-System-NachOS
d2a5fcbc393f07a3734069be28ea1ca1ee782eb6
[ "MIT" ]
1
2022-02-12T09:34:53.000Z
2022-02-12T09:34:53.000Z
nachos/code/lib/bitmap.h
JainamS1996/Operating-System-NachOS
d2a5fcbc393f07a3734069be28ea1ca1ee782eb6
[ "MIT" ]
null
null
null
// bitmap.h // Data structures defining a bitmap -- an array of bits each of which // can be either on or off. // // Represented as an array of unsigned integers, on which we do // modulo arithmetic to find the bit we are interested in. // // The bitmap can be parameterized with with the number of bits being // manag...
34.216667
77
0.685826
081fa856c4db1504f77efa469e8213888418ab4d
890
c
C
testcase/testcase4.c
kaka555/KAKAOS-MINI-LINUX
3d85c5f3f808e5010280a6c5fe5321d42c30a835
[ "Apache-2.0" ]
4
2021-06-18T03:30:02.000Z
2021-06-18T09:02:19.000Z
testcase/testcase4.c
frelam/KAKAOS-MINI-LINUX
b61f524926fd75b8ed5139a0d4c20d91acb7e2c4
[ "Apache-2.0" ]
null
null
null
testcase/testcase4.c
frelam/KAKAOS-MINI-LINUX
b61f524926fd75b8ed5139a0d4c20d91acb7e2c4
[ "Apache-2.0" ]
1
2021-06-18T03:30:04.000Z
2021-06-18T03:30:04.000Z
/* test breakpoint */ #include <user.h> #include <osinit.h> #include <os_delay.h> extern volatile struct task_struct *OSTCBCurPtr; extern volatile struct task_struct *OSTCBHighRdyPtr; void three(void *para) { int i = 5; int ia = 7; double kaka = 6.66; shell_insert_variable_INT("i", &i); shell_insert_variable_INT...
24.054054
52
0.657303
081fc3f9c0e9b819b3090afdce9f046964909f52
9,269
h
C
openPowerLink/contrib/ndislib/ndispcie/ndisDriver.h
Roboy/roboy_powerlink
864ff89166e6e657969641aae8ec8ab0c17e83d2
[ "BSD-3-Clause" ]
1
2017-10-28T14:30:51.000Z
2017-10-28T14:30:51.000Z
openPowerLink/contrib/ndislib/ndispcie/ndisDriver.h
Roboy/roboy_powerlink
864ff89166e6e657969641aae8ec8ab0c17e83d2
[ "BSD-3-Clause" ]
null
null
null
openPowerLink/contrib/ndislib/ndispcie/ndisDriver.h
Roboy/roboy_powerlink
864ff89166e6e657969641aae8ec8ab0c17e83d2
[ "BSD-3-Clause" ]
null
null
null
/** ******************************************************************************** \file ndisDriver.h \brief Internal header file for NDIS driver This file contains the common typedefs, data types and constant declarations to be used across the NDIS driver library. ***********************************************...
48.276042
118
0.549034
081ff9d8ab805fe1f0659c6388e3bb0c73e11781
1,503
h
C
usr/libexec/findmydeviced/FMDUnregisterTokenStore.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
2
2021-11-02T09:23:27.000Z
2022-03-28T08:21:57.000Z
usr/libexec/findmydeviced/FMDUnregisterTokenStore.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
null
null
null
usr/libexec/findmydeviced/FMDUnregisterTokenStore.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
1
2022-03-28T08:21:59.000Z
2022-03-28T08:21:59.000Z
// // Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20). // // Copyright (C) 1997-2019 Steve Nygard. // #import <objc/NSObject.h> @class NSString; @interface FMDUnregisterTokenStore : NSObject { NSString *_bundleIdentifier; // 8 = 0x8 } + (id)c...
41.75
120
0.774451
08200897e5bd19e00715e4e6c0eb553a91a09b1e
3,759
c
C
src/common/tests/lru.c
sherintg/daos
a54e347938a0a7b2fe8771c982336f1d28654b1f
[ "BSD-2-Clause-Patent" ]
2
2021-07-14T12:21:50.000Z
2021-07-14T12:21:52.000Z
src/common/tests/lru.c
sherintg/daos
a54e347938a0a7b2fe8771c982336f1d28654b1f
[ "BSD-2-Clause-Patent" ]
null
null
null
src/common/tests/lru.c
sherintg/daos
a54e347938a0a7b2fe8771c982336f1d28654b1f
[ "BSD-2-Clause-Patent" ]
1
2021-04-13T16:04:21.000Z
2021-04-13T16:04:21.000Z
/** * (C) Copyright 2016-2021 Intel Corporation. * * SPDX-License-Identifier: BSD-2-Clause-Patent */ #define D_LOGFAC DD_FAC(tests) #include <stdio.h> #include <string.h> #include <errno.h> #include <stdlib.h> #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/mman.h> #include <daos/com...
21.357955
71
0.673317
08209f5ca6d823ae058d8826bbc34cc7fc87210f
497
h
C
Redline/Renderer/BRDF/CookTorrence/GeometryFunction.h
64-bit/Redline
c3f5ebd24da8ac437aee5429b2eeea7a14cc93b0
[ "MIT" ]
1
2019-02-03T04:47:21.000Z
2019-02-03T04:47:21.000Z
Redline/Renderer/BRDF/CookTorrence/GeometryFunction.h
64-bit/Redline
c3f5ebd24da8ac437aee5429b2eeea7a14cc93b0
[ "MIT" ]
null
null
null
Redline/Renderer/BRDF/CookTorrence/GeometryFunction.h
64-bit/Redline
c3f5ebd24da8ac437aee5429b2eeea7a14cc93b0
[ "MIT" ]
null
null
null
#pragma once #include <mathfu/glsl_mappings.h> namespace Redline { namespace CookTorrenceBRDF { //This class represents a geometry function (G term) for the Cook-Torrence BRDF class GeometryFunction { public: //Compute the geometry self shadowing term for cook-torrence virtual float Geometry( const...
23.666667
81
0.724346
08226a25c2e3ab5dd2d71e3606dfbde53a770cf2
11,369
c
C
swig-3.0.10/Source/Swig/include.c
yueyueaa/xiaolan-robot
1ee3ba5db802e242ae588e7b63c6043db70411c0
[ "MIT" ]
null
null
null
swig-3.0.10/Source/Swig/include.c
yueyueaa/xiaolan-robot
1ee3ba5db802e242ae588e7b63c6043db70411c0
[ "MIT" ]
null
null
null
swig-3.0.10/Source/Swig/include.c
yueyueaa/xiaolan-robot
1ee3ba5db802e242ae588e7b63c6043db70411c0
[ "MIT" ]
null
null
null
/* ----------------------------------------------------------------------------- * This file is part of SWIG, which is licensed as a whole under version 3 * (or any later version) of the GNU General Public License. Some additional * terms also apply to certain portions of SWIG. The full details of the SWIG * lice...
29.839895
95
0.522385
08232d8d5f23c5ab514bf3feb3c00920ac21b97a
2,746
h
C
src/Win32_Interop/Win32_APIs.h
jiangyoubanfan/redis
c59c9365be41e8936fef00af5b1b149ab91b70ba
[ "BSD-3-Clause" ]
7,399
2017-07-06T23:59:50.000Z
2019-05-13T14:11:55.000Z
src/Win32_Interop/Win32_APIs.h
zengshijun/redis
10a978f7b4b52166724e7f00e5c9ac5a12aba3e1
[ "BSD-3-Clause" ]
353
2015-01-07T18:27:31.000Z
2017-06-27T00:01:56.000Z
src/Win32_Interop/Win32_APIs.h
zengshijun/redis
10a978f7b4b52166724e7f00e5c9ac5a12aba3e1
[ "BSD-3-Clause" ]
2,319
2019-05-14T07:41:46.000Z
2022-03-31T02:08:02.000Z
/* * Copyright (c), Microsoft Open Technologies, Inc. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * - Redistributions of source code must retain the above copyright notice, * this list...
36.613333
91
0.756373
0823474b0d60257ae3503a4c575d8a0afddf9fad
1,345
c
C
libft/src/ft_add_to_str.c
guyb27/philosophers
f92530ff1c982b05a4f0f44ba5a70698c097ffcd
[ "MIT" ]
null
null
null
libft/src/ft_add_to_str.c
guyb27/philosophers
f92530ff1c982b05a4f0f44ba5a70698c097ffcd
[ "MIT" ]
null
null
null
libft/src/ft_add_to_str.c
guyb27/philosophers
f92530ff1c982b05a4f0f44ba5a70698c097ffcd
[ "MIT" ]
null
null
null
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_add_to_str.c :+: :+: :+: ...
36.351351
80
0.239405
0823bcea59aed8f9780a36d39a1ed9b8cdb2f033
605
h
C
OpenGL-Sandbox/src/grid/Node.h
cshreyastech/OpenGL
5d6dcce4a0fa210318fb70892423f5646c4bba98
[ "Apache-2.0" ]
null
null
null
OpenGL-Sandbox/src/grid/Node.h
cshreyastech/OpenGL
5d6dcce4a0fa210318fb70892423f5646c4bba98
[ "Apache-2.0" ]
null
null
null
OpenGL-Sandbox/src/grid/Node.h
cshreyastech/OpenGL
5d6dcce4a0fa210318fb70892423f5646c4bba98
[ "Apache-2.0" ]
null
null
null
#pragma once #include <glm/glm.hpp> #include <GLCore.h> #include <glad\glad.h> /* D N C E W A S B */ // A -> B -> C -> D /* This cannot be a public class as any external class can * runin the grid. Continuing with this implementation for * now for simplicity. Needs restructuring */ class Node { pu...
20.862069
84
0.649587
0825ef3a2068da10e236fe74ea9fe909c88dc4c5
2,514
h
C
3rdparty/meshlab-master/src/plugins_experimental/edit_CADtexturing/CADtexturingControl.h
HoEmpire/slambook2
96d360f32aa5d8b5c5dcbbf9ee7ba865e84409f4
[ "MIT" ]
null
null
null
3rdparty/meshlab-master/src/plugins_experimental/edit_CADtexturing/CADtexturingControl.h
HoEmpire/slambook2
96d360f32aa5d8b5c5dcbbf9ee7ba865e84409f4
[ "MIT" ]
null
null
null
3rdparty/meshlab-master/src/plugins_experimental/edit_CADtexturing/CADtexturingControl.h
HoEmpire/slambook2
96d360f32aa5d8b5c5dcbbf9ee7ba865e84409f4
[ "MIT" ]
null
null
null
/**************************************************************************** * MeshLab o o * * A versatile mesh processing toolbox o o * * _ O _ * * Co...
38.090909
79
0.447494
082666518890f7951fdad0ef0cefed625dd7d2d2
12,995
h
C
geo3d/include/CGAL/Nef_3/Vertex.h
vipuserr/vipuserr-Geological-hazard
2b29c03cdac6f5e1ceac4cd2f15b594040ef909c
[ "MIT" ]
187
2019-01-23T04:07:11.000Z
2022-03-27T03:44:58.000Z
ext/libigl/external/cgal/src/CGAL_Project/include/CGAL/Nef_3/Vertex.h
xiaoxie5002/OptCuts
1f4168fc867f47face85fcfa3a572be98232786f
[ "MIT" ]
8
2019-03-22T13:27:38.000Z
2020-06-18T13:23:23.000Z
ext/libigl/external/cgal/src/CGAL_Project/include/CGAL/Nef_3/Vertex.h
xiaoxie5002/OptCuts
1f4168fc867f47face85fcfa3a572be98232786f
[ "MIT" ]
34
2019-02-13T01:11:12.000Z
2022-02-28T03:29:40.000Z
// Copyright (c) 1997-2002 Max-Planck-Institute Saarbruecken (Germany). // All rights reserved. // // This file is part of CGAL (www.cgal.org). // You can redistribute it and/or modify it under the terms of the GNU // General Public License as published by the Free Software Foundation, // either version 3 of the Licen...
34.287599
142
0.679723
08285e42ba5c941e0b59e51b8922e0dac8689340
28,146
c
C
src/vnet/sctp/sctp.c
pogobanane/vpp-fork
fccc95ae06e98a1605c4600b1e441811b67abfa8
[ "Apache-2.0" ]
2
2019-04-03T10:09:09.000Z
2020-09-23T08:56:24.000Z
src/vnet/sctp/sctp.c
fantastic2085/vpp
c599c6f001bc28e1023fb5e74a27db37b1aae847
[ "Apache-2.0" ]
2
2021-03-20T05:38:00.000Z
2021-06-02T03:49:49.000Z
src/vnet/sctp/sctp.c
fantastic2085/vpp
c599c6f001bc28e1023fb5e74a27db37b1aae847
[ "Apache-2.0" ]
1
2019-03-11T19:28:31.000Z
2019-03-11T19:28:31.000Z
/* * Copyright (c) 2017 SUSE LLC. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
27.273256
83
0.711682
082c4689cd5599d37b375334efaa645049b032a4
1,908
h
C
render/render_type/render.h
phnomcobra/Multiscope-Particle-Model-Simulation
f8904c7dce4c88a8a51dcfd3de209d2333bf31c6
[ "MIT" ]
null
null
null
render/render_type/render.h
phnomcobra/Multiscope-Particle-Model-Simulation
f8904c7dce4c88a8a51dcfd3de209d2333bf31c6
[ "MIT" ]
null
null
null
render/render_type/render.h
phnomcobra/Multiscope-Particle-Model-Simulation
f8904c7dce4c88a8a51dcfd3de209d2333bf31c6
[ "MIT" ]
null
null
null
/////////////////////////////////////////////////////////////////////// // RENDER // Justin Dierking // 4731 Adwell Loop, Grove City, OH 43123 // (937) 371 6026 // justin.l.dierking.mil@mail.mil // justin.l.dierking.civ@mail.mil // phnomcobra@gmail.com // // This is a header file for the render application for displayi...
24.151899
79
0.624738
082cb3e17e9bca4e36339132de5db321811fc8e1
318
c
C
src/utils.c
mesflores/capacity-r
123b8e7515237027ce756a6ba034466a4732a9d4
[ "BSD-3-Clause" ]
2
2018-12-16T20:41:39.000Z
2018-12-28T02:30:47.000Z
src/utils.c
mesflores/capacity-r
123b8e7515237027ce756a6ba034466a4732a9d4
[ "BSD-3-Clause" ]
3
2020-02-03T01:44:48.000Z
2020-04-26T22:20:40.000Z
src/utils.c
mesflores/capacity
123b8e7515237027ce756a6ba034466a4732a9d4
[ "BSD-3-Clause" ]
null
null
null
// utils.c // // Helpers //Helper Functions void SWAP (int *a, int *b) { int tmp = *a; *a = *b; *b = tmp; } void SWAP_UL (unsigned long *a, unsigned long *b) { unsigned long tmp = *a; *a = *b; *b = tmp; } void SWAP_SHORT (short *a, short *b) { short tmp = *a; *a = *b; *b = tmp; }
15.142857
51
0.493711
082e1f41c624b4f2ca1b311eeafdfba663586108
1,954
h
C
modulemd/v2/include/modulemd-2.0/private/modulemd-component-private.h
AarushiSingh09/libmodulemd
707a59858252fe176759f75fe2851212b30f0b87
[ "MIT" ]
1
2019-03-12T05:36:55.000Z
2019-03-12T05:36:55.000Z
modulemd/v2/include/modulemd-2.0/private/modulemd-component-private.h
AarushiSingh09/libmodulemd
707a59858252fe176759f75fe2851212b30f0b87
[ "MIT" ]
null
null
null
modulemd/v2/include/modulemd-2.0/private/modulemd-component-private.h
AarushiSingh09/libmodulemd
707a59858252fe176759f75fe2851212b30f0b87
[ "MIT" ]
null
null
null
/* * This file is part of libmodulemd * Copyright (C) 2018 Red Hat, Inc. * * Fedora-License-Identifier: MIT * SPDX-2.0-License-Identifier: MIT * SPDX-3.0-License-Identifier: MIT * * This program is free software. * For more information on the license, see COPYING. * For more information on free software, see ...
31.015873
95
0.683726
082ea9a6be5523ff46d5f333720acd4d92c80805
1,399
c
C
piscine/tests/C12/ex13/tests.c
cheremushkin/school21
aa151406acc0a5fdbcf62c3f27cd5f628e68dd51
[ "Apache-2.0" ]
null
null
null
piscine/tests/C12/ex13/tests.c
cheremushkin/school21
aa151406acc0a5fdbcf62c3f27cd5f628e68dd51
[ "Apache-2.0" ]
null
null
null
piscine/tests/C12/ex13/tests.c
cheremushkin/school21
aa151406acc0a5fdbcf62c3f27cd5f628e68dd51
[ "Apache-2.0" ]
null
null
null
#include <stdio.h> #include "ft_list.h" #include <stdlib.h> #include <string.h> #include <unistd.h> t_list *ft_list_last_(t_list *begin_list) { t_list *elem; elem = begin_list; while (elem->next) elem = elem->next; return (elem); } void ft_list_push_back(t_list **begin_list, void *data) { t_list *last; t_lis...
18.653333
55
0.664761
083087b04bffff9ebf8466df64a4c0bb26c21bcf
179
h
C
cmd/trace-agent/windows_resources/version.h
Jeremyyang920/datadog-agent
11e65147e366cbff7a0ae9f5feb8db9930173911
[ "Apache-2.0" ]
1,611
2017-09-28T15:07:39.000Z
2022-03-31T18:23:05.000Z
cmd/trace-agent/windows_resources/version.h
Jeremyyang920/datadog-agent
11e65147e366cbff7a0ae9f5feb8db9930173911
[ "Apache-2.0" ]
3,946
2017-09-28T14:45:19.000Z
2022-03-31T20:19:36.000Z
cmd/trace-agent/windows_resources/version.h
Jeremyyang920/datadog-agent
11e65147e366cbff7a0ae9f5feb8db9930173911
[ "Apache-2.0" ]
916
2017-10-17T23:18:48.000Z
2022-03-30T09:26:14.000Z
#define RC_FILE_VERSION MAJ_VER,MIN_VER,PATCH_VER,0 #define STRINGIFY(x) #x #define TO_STRING(x) STRINGIFY(x) #define FILE_VERSION_STRING TO_STRING(MAJ_VER.MIN_VER.PATCH_VER.0)
25.571429
66
0.815642
08323a27327131bdce17463b96bbc33c421c06c5
398
h
C
CalendarDaemon.framework/CADXPCInvocationContextHolder.h
reels-research/iOS-Private-Frameworks
9a4f4534939310a51fdbf5a439dd22487efb0f01
[ "MIT" ]
4
2021-10-06T12:15:26.000Z
2022-02-21T02:26:00.000Z
CalendarDaemon.framework/CADXPCInvocationContextHolder.h
reels-research/iOS-Private-Frameworks
9a4f4534939310a51fdbf5a439dd22487efb0f01
[ "MIT" ]
null
null
null
CalendarDaemon.framework/CADXPCInvocationContextHolder.h
reels-research/iOS-Private-Frameworks
9a4f4534939310a51fdbf5a439dd22487efb0f01
[ "MIT" ]
1
2021-10-08T07:40:53.000Z
2021-10-08T07:40:53.000Z
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon */ @interface CADXPCInvocationContextHolder : NSObject { id _proxy; NSMutableArray * _retainedArguments; } @property (nonatomic, readonly) id proxy; - (void).cxx_destruct; - (void)clear; - (id...
22.111111
83
0.756281
08338c0836803cd421d099370f10e73465fdfe24
5,350
h
C
XCTestLib/Classes/XCUIApplication.h
fero2004/XCTestLib
29e4c7772c1d0568ad219c7e2beda2efb51ce5cc
[ "MIT" ]
null
null
null
XCTestLib/Classes/XCUIApplication.h
fero2004/XCTestLib
29e4c7772c1d0568ad219c7e2beda2efb51ce5cc
[ "MIT" ]
null
null
null
XCTestLib/Classes/XCUIApplication.h
fero2004/XCTestLib
29e4c7772c1d0568ad219c7e2beda2efb51ce5cc
[ "MIT" ]
null
null
null
// // Copyright (c) 2014-2015 Apple Inc. All rights reserved. // #import "XCTestDefines.h" #import "XCUIElement.h" #import "XCUIProtectedResource.h" NS_ASSUME_NONNULL_BEGIN #if XCT_UI_TESTING_AVAILABLE typedef NS_ENUM(NSUInteger, XCUIApplicationState) { XCUIApplicationStateUnknown = 0, XCUIApplicationState...
38.214286
120
0.771589
08339c091d5cc3014958220eefbc2015ad3fea96
714
h
C
multi_screen_player_demo.h
ys0uyno/multi_screen_player_demo
f51b386534337f747b87c1ddcb470d8c9661d9f0
[ "MIT" ]
null
null
null
multi_screen_player_demo.h
ys0uyno/multi_screen_player_demo
f51b386534337f747b87c1ddcb470d8c9661d9f0
[ "MIT" ]
null
null
null
multi_screen_player_demo.h
ys0uyno/multi_screen_player_demo
f51b386534337f747b87c1ddcb470d8c9661d9f0
[ "MIT" ]
null
null
null
#ifndef MULTI_SCREEN_PLAYER_DEMO_H #define MULTI_SCREEN_PLAYER_DEMO_H #include "media_player.h" #include "grid_layout.h" #include <QWidget> #include <QtWidgets> namespace Ui { class multi_screen_player_demo; } class multi_screen_player_demo : public QWidget { Q_OBJECT public: explicit multi_screen_player_de...
19.833333
65
0.766106
0836626bbd2ac7954848d557bb2ea85cb0026a8b
665
h
C
emp-tool/execution/protocol_execution.h
encryptogroup/PQ-MPC
fe660da59bdae54576f922952f65dffb595867a1
[ "MIT" ]
4
2020-10-22T01:18:15.000Z
2021-07-30T09:19:05.000Z
emp-tool/execution/protocol_execution.h
encryptogroup/PQ-MPC
fe660da59bdae54576f922952f65dffb595867a1
[ "MIT" ]
null
null
null
emp-tool/execution/protocol_execution.h
encryptogroup/PQ-MPC
fe660da59bdae54576f922952f65dffb595867a1
[ "MIT" ]
null
null
null
#ifndef PROTOCOL_EXECUTION_H__ #define PROTOCOL_EXECUTION_H__ #include <pthread.h> #include "emp-tool/utils/block.h" #include "emp-tool/utils/constants.h" namespace emp { class ProtocolExecution { public: int cur_party; static ProtocolExecution * prot_exec; ProtocolExecution(int party = PUBLIC) : cur_party (party...
28.913043
86
0.729323
08371c95e450508934605ffde08b035239a14bdf
372
h
C
PrefsPane/HelpWindowController.h
guoc/excerptor
0ebd858757c84c6679e92b204014ffa353326f34
[ "MIT" ]
183
2015-09-29T08:38:39.000Z
2022-02-25T19:45:06.000Z
PrefsPane/HelpWindowController.h
guoc/excerptor
0ebd858757c84c6679e92b204014ffa353326f34
[ "MIT" ]
14
2015-10-27T07:20:18.000Z
2019-05-21T14:06:56.000Z
PrefsPane/HelpWindowController.h
guoc/excerptor
0ebd858757c84c6679e92b204014ffa353326f34
[ "MIT" ]
11
2015-11-13T04:25:06.000Z
2022-03-03T05:16:23.000Z
// // HelpWindowController.h // Excerptor // // Created by Chen Guo on 21/06/2015. // Copyright (c) 2015 guoc. All rights reserved. // #import <Cocoa/Cocoa.h> @interface HelpWindowController : NSWindowController <NSTableViewDelegate, NSTableViewDataSource> @property (weak) IBOutlet NSTableView *tableView; @prop...
20.666667
97
0.752688
0838eae49bc6284e8ccc584eeb2415eb437afe88
4,997
h
C
ref-impl/src/com-api/CAAFParameter.h
Phygon/aaf
faef720e031f501190481e1d1fc1870a7dc8f98b
[ "Linux-OpenIB" ]
null
null
null
ref-impl/src/com-api/CAAFParameter.h
Phygon/aaf
faef720e031f501190481e1d1fc1870a7dc8f98b
[ "Linux-OpenIB" ]
null
null
null
ref-impl/src/com-api/CAAFParameter.h
Phygon/aaf
faef720e031f501190481e1d1fc1870a7dc8f98b
[ "Linux-OpenIB" ]
null
null
null
//@doc //@class AAFParameter | Implementation class for AAFParameter #ifndef __CAAFParameter_h__ #define __CAAFParameter_h__ //=---------------------------------------------------------------------= // // This file was GENERATED for the AAF SDK // // $Id$ $Name$ // // The contents of this file are subject to the AA...
30.469512
76
0.663998
08391861aaf0e0faa13eb0e3ad79d4b3e4d69b82
2,167
c
C
test/nist256p1.c
MSKNET/canokey-crypto
cdfd5dc05aa8e14f4e2a831a8de119695dee192c
[ "Apache-2.0" ]
4
2020-05-19T05:14:25.000Z
2021-10-02T10:33:12.000Z
test/nist256p1.c
canopo/canokey-crypto
cdfd5dc05aa8e14f4e2a831a8de119695dee192c
[ "Apache-2.0" ]
null
null
null
test/nist256p1.c
canopo/canokey-crypto
cdfd5dc05aa8e14f4e2a831a8de119695dee192c
[ "Apache-2.0" ]
2
2021-07-21T08:15:18.000Z
2021-10-02T10:33:16.000Z
/** * Copyright (c) 2013-2014 Tomas Dzetkulic * Copyright (c) 2013-2014 Pavol Rusnak * * 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 ...
40.886792
119
0.689894
083a6b8b227611e1cd1c9d6449e6e7ed019fe056
11,764
c
C
ni/src/examples/ngmath/nm03c.c
tenomoto/ncl
a87114a689a1566e9aa03d85bcf6dc7325b47633
[ "Apache-2.0" ]
210
2016-11-24T09:05:08.000Z
2022-03-24T19:15:32.000Z
ni/src/examples/ngmath/nm03c.c
tenomoto/ncl
a87114a689a1566e9aa03d85bcf6dc7325b47633
[ "Apache-2.0" ]
156
2017-09-22T09:56:48.000Z
2022-03-30T07:02:21.000Z
ni/src/examples/ngmath/nm03c.c
tenomoto/ncl
a87114a689a1566e9aa03d85bcf6dc7325b47633
[ "Apache-2.0" ]
58
2016-12-14T00:15:22.000Z
2022-03-15T09:13:00.000Z
/* * $Id: nm03c.c,v 1.10 2010-03-15 22:49:24 haley Exp $ */ /************************************************************************ * * * Copyright (C) 1997 * * University Corporation...
32.587258
83
0.544118
083a7623c22205ef0af22d1d172c17e1a1e0b799
18,646
c
C
dataprojectnew.c
mahekkhathurani/Library_Management_System
9a7a327dbf2f8e3f56ea6ef6592ba8404872fe08
[ "MIT" ]
null
null
null
dataprojectnew.c
mahekkhathurani/Library_Management_System
9a7a327dbf2f8e3f56ea6ef6592ba8404872fe08
[ "MIT" ]
null
null
null
dataprojectnew.c
mahekkhathurani/Library_Management_System
9a7a327dbf2f8e3f56ea6ef6592ba8404872fe08
[ "MIT" ]
null
null
null
#include<stdio.h> #include<string.h> #include<stdlib.h> #define IN 1 #define OUT 0 void Addbook(); void Searchbook(); void Displaybook(); void Author(); void Titlelist(); void Stock(); void Issue(); void bookret(); void Addmembr(); void Exit(); char info[500]; struct { int bid; char b...
34.150183
333
0.395742
083fa79988514876adb77fe7e70ad4a7f4d79673
821
c
C
pyramid_pattern.c
Santhoshkumard11/Day_2_Day_C-C-
403c8b68d0e94a17ad204c3df1e07d46003319a6
[ "Unlicense" ]
1
2019-04-07T00:55:36.000Z
2019-04-07T00:55:36.000Z
pyramid_pattern.c
Santhoshkumard11/Day_2_Day_C-C-
403c8b68d0e94a17ad204c3df1e07d46003319a6
[ "Unlicense" ]
null
null
null
pyramid_pattern.c
Santhoshkumard11/Day_2_Day_C-C-
403c8b68d0e94a17ad204c3df1e07d46003319a6
[ "Unlicense" ]
null
null
null
//Pascals Triangle #include<stdio.h> int main() { int input,input2,intr=2; // for(int i=0;i<211;i++) // printf("*"); printf("\nEnter the number for generating triangle:"); scanf("%d",&input); input2 = input; //Loop for the total iteration for(int itr1=1;itr1<=input;itr...
14.660714
73
0.447016
083fb26f603dcfd9df8180b0e972770df0862bea
1,809
h
C
ImageCompress/WAImgCompressUtil.h
rickykaka1899/WebpCompress
25d4b56cde326ff64cbcef5df526ba09e4f8dab0
[ "MIT" ]
null
null
null
ImageCompress/WAImgCompressUtil.h
rickykaka1899/WebpCompress
25d4b56cde326ff64cbcef5df526ba09e4f8dab0
[ "MIT" ]
null
null
null
ImageCompress/WAImgCompressUtil.h
rickykaka1899/WebpCompress
25d4b56cde326ff64cbcef5df526ba09e4f8dab0
[ "MIT" ]
null
null
null
/*! @header WAImgCompressUtil.h @abstract 图片压缩工具 @author Lemon @copyright ufida @version 1.00 2013/07/11 Creation */ #import <Foundation/Foundation.h> #define WA_CWAIMGCOMPRESS_MAXFILEKB 200 #define WA_CWAIMGCOMPRESS_IMGWIDTH 640 #define WA_CWAIMGCOMPRESS_ISSCALE YES #define WA_CWAIMGCOMPRESS_ROUCHWID 1280.0f ...
22.060976
58
0.705362
083ff9b0282fddefb3eeb6056de07038a3c731b4
201
h
C
src/characterviewer.h
HououinKyouma29/impacto
8d4bf2605f54630b1b1cf7dbf3d05e5fd0249c2d
[ "ISC" ]
45
2020-02-01T19:10:13.000Z
2022-03-11T01:45:52.000Z
src/characterviewer.h
HououinKyouma29/impacto
8d4bf2605f54630b1b1cf7dbf3d05e5fd0249c2d
[ "ISC" ]
7
2020-01-26T17:30:00.000Z
2021-09-26T10:00:46.000Z
src/characterviewer.h
HououinKyouma29/impacto
8d4bf2605f54630b1b1cf7dbf3d05e5fd0249c2d
[ "ISC" ]
11
2020-02-01T23:01:50.000Z
2021-12-15T14:39:27.000Z
#pragma once #include "impacto.h" #include <glm/glm.hpp> namespace Impacto { namespace CharacterViewer { void Init(); void Update(float dt); } // namespace CharacterViewer } // namespace Impacto
14.357143
31
0.726368
0840cb027a386cd54f86667a6789ff8695f078db
3,598
h
C
arch/x86/x86_assembler.h
geeksonsecurity/TinyInst
15e93b9d78d6dae20a8f8204bc4ed50b27a0ed6a
[ "Apache-2.0" ]
802
2020-06-04T17:55:15.000Z
2022-03-31T08:47:56.000Z
arch/x86/x86_assembler.h
geeksonsecurity/TinyInst
15e93b9d78d6dae20a8f8204bc4ed50b27a0ed6a
[ "Apache-2.0" ]
47
2020-06-09T09:30:25.000Z
2022-03-08T10:45:14.000Z
arch/x86/x86_assembler.h
geeksonsecurity/TinyInst
15e93b9d78d6dae20a8f8204bc4ed50b27a0ed6a
[ "Apache-2.0" ]
80
2020-06-04T19:31:45.000Z
2022-03-28T15:08:06.000Z
/* Copyright 2021 Google LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https ://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distri...
37.479167
74
0.632018
0840f63e578223117fd1ea8f2ebba76bc148c8c9
2,110
h
C
src/game/missionchooser/vgui/location_editor/location_layout_panel.h
BlueNovember/alienswarm-reactivedrop
ffaca58157f9fdd36e5c48e8d7d34d8ca958017e
[ "CC0-1.0" ]
null
null
null
src/game/missionchooser/vgui/location_editor/location_layout_panel.h
BlueNovember/alienswarm-reactivedrop
ffaca58157f9fdd36e5c48e8d7d34d8ca958017e
[ "CC0-1.0" ]
null
null
null
src/game/missionchooser/vgui/location_editor/location_layout_panel.h
BlueNovember/alienswarm-reactivedrop
ffaca58157f9fdd36e5c48e8d7d34d8ca958017e
[ "CC0-1.0" ]
null
null
null
#ifndef _INCLUDED_LOCATION_LAYOUT_PANEL_H #define _INCLUDED_LOCATION_LAYOUT_PANEL_H #ifdef _WIN32 #pragma once #endif #include <vgui_controls/Panel.h> namespace vgui { class ImagePanel; }; class CLocation_Editor_Frame; class CLocation_Layout_Panel; // =================================================...
28.133333
104
0.662559
08410043c1566b4992aaaadb10e9cad38d8590a8
229
h
C
LocalizableTest/LocalizableTest/UmengViewController.h
chenzhuoyj/StudyApp
bf168c07a7f38bf4819d9cb1cfe65fea561c74ee
[ "MIT" ]
null
null
null
LocalizableTest/LocalizableTest/UmengViewController.h
chenzhuoyj/StudyApp
bf168c07a7f38bf4819d9cb1cfe65fea561c74ee
[ "MIT" ]
null
null
null
LocalizableTest/LocalizableTest/UmengViewController.h
chenzhuoyj/StudyApp
bf168c07a7f38bf4819d9cb1cfe65fea561c74ee
[ "MIT" ]
null
null
null
// // UmengViewController.h // LocalizableTest // // Created by cz on 16/6/18. // Copyright © 2016年 cz. All rights reserved. // #import "DJLBaseViewController.h" @interface UmengViewController : DJLBaseViewController @end
16.357143
54
0.724891
08410f2a644c76ec8c35f5d7079b600bb77cfd6e
395
h
C
testu01/build/include/udeng.h
vestincloud/LizardPwlcm
1166d2d4c3dfa1bc5b2977c15b673d0ac5794607
[ "Apache-2.0" ]
2
2015-11-29T20:42:04.000Z
2015-12-29T14:09:05.000Z
testu01/build/include/udeng.h
vestincloud/LizardPwlcm
1166d2d4c3dfa1bc5b2977c15b673d0ac5794607
[ "Apache-2.0" ]
null
null
null
testu01/build/include/udeng.h
vestincloud/LizardPwlcm
1166d2d4c3dfa1bc5b2977c15b673d0ac5794607
[ "Apache-2.0" ]
null
null
null
/* udeng.h for ANSI C */ #ifndef UDENG_H #define UDENG_H #include "unif01.h" unif01_Gen * udeng_CreateDL00a (unsigned long m, unsigned long b, int k, unsigned long S[]); unif01_Gen * udeng_CreateDX02a (unsigned long m, unsigned long b, int k, un...
14.62963
72
0.58481
0841bb18997b6b9fe82e2137842618256cf3604c
2,604
h
C
sources/VS/ThirdParty/wxWidgets/samples/opengl/pyramid/mathstuff.h
Sasha7b9Work/S8-53M2
fdc9cb5e3feb8055fd3f7885a6f6362f62ff6b6e
[ "MIT" ]
null
null
null
sources/VS/ThirdParty/wxWidgets/samples/opengl/pyramid/mathstuff.h
Sasha7b9Work/S8-53M2
fdc9cb5e3feb8055fd3f7885a6f6362f62ff6b6e
[ "MIT" ]
null
null
null
sources/VS/ThirdParty/wxWidgets/samples/opengl/pyramid/mathstuff.h
Sasha7b9Work/S8-53M2
fdc9cb5e3feb8055fd3f7885a6f6362f62ff6b6e
[ "MIT" ]
null
null
null
///////////////////////////////////////////////////////////////////////////// // Name: mathstuff.h // Purpose: Some maths used for pyramid sample // Author: Manuel Martin // Created: 2015/01/31 // Copyright: (c) 2015 Manuel Martin // Licence: wxWindows licence /////////////////////////////////...
30.635294
89
0.639401
0841d49afc8e9300f23a126aebaadf82c08f9f33
1,607
h
C
System/Library/PrivateFrameworks/PhotosUICore.framework/PXViewLayoutHelper.h
lechium/tvOS142Headers
c7696f6d760e4822f61b9f2c2adcd18749700fda
[ "MIT" ]
1
2020-11-11T06:05:23.000Z
2020-11-11T06:05:23.000Z
System/Library/PrivateFrameworks/PhotosUICore.framework/PXViewLayoutHelper.h
lechium/tvOS142Headers
c7696f6d760e4822f61b9f2c2adcd18749700fda
[ "MIT" ]
null
null
null
System/Library/PrivateFrameworks/PhotosUICore.framework/PXViewLayoutHelper.h
lechium/tvOS142Headers
c7696f6d760e4822f61b9f2c2adcd18749700fda
[ "MIT" ]
null
null
null
/* * This header is generated by classdump-dyld 1.5 * on Tuesday, November 10, 2020 at 10:15:24 PM Mountain Standard Time * Operating System: Version 14.2 (Build 18K57) * Image Source: /System/Library/PrivateFrameworks/PhotosUIC...
38.261905
130
0.71313
084832c48ecf738123f08f7665b54a51c346d305
4,634
h
C
Clients/PrinterSetupWizard/UtilTypes.h
codenotes/mDNAResponder
a9ce520dcc284d3aa49690f6e2412d482f117cb5
[ "Apache-2.0" ]
86
2015-01-28T01:44:37.000Z
2022-03-08T16:52:51.000Z
Clients/PrinterSetupWizard/UtilTypes.h
codenotes/mDNAResponder
a9ce520dcc284d3aa49690f6e2412d482f117cb5
[ "Apache-2.0" ]
3
2017-12-08T06:40:51.000Z
2019-03-18T21:45:02.000Z
Clients/PrinterSetupWizard/UtilTypes.h
codenotes/mDNAResponder
a9ce520dcc284d3aa49690f6e2412d482f117cb5
[ "Apache-2.0" ]
36
2015-01-08T16:03:31.000Z
2022-02-08T15:19:28.000Z
/* -*- Mode: C; tab-width: 4 -*- * * Copyright (c) 1997-2004 Apple Computer, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/l...
16.491103
81
0.655373
0849b66138129fe100bf8da53c5485bbb5c49dc6
272
h
C
Retriever/Code/Application/REAppDelegate.h
shakenetwork/Retriever
8aa3630ee2522decf841707188ee36e67a8591e2
[ "WTFPL" ]
730
2016-10-27T18:29:45.000Z
2022-03-06T20:54:49.000Z
Retriever/Code/Application/REAppDelegate.h
shakenetwork/Retriever
8aa3630ee2522decf841707188ee36e67a8591e2
[ "WTFPL" ]
13
2016-10-30T13:39:47.000Z
2020-03-27T04:38:14.000Z
Retriever/Code/Application/REAppDelegate.h
shakenetwork/Retriever
8aa3630ee2522decf841707188ee36e67a8591e2
[ "WTFPL" ]
121
2016-10-28T06:25:16.000Z
2022-02-08T15:57:01.000Z
// // REAppDelegate.h // Retriever // // Created by cyan on 2016/10/21. // Copyright © 2016年 cyan. All rights reserved. // #import <UIKit/UIKit.h> @interface REAppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
16
62
0.705882
084b0289bd01448359f1eaabc615a25492fe64fe
11,250
h
C
core/StarcraftBot/BWSAL_0.9.12/include/BWAPI/Client/GameImpl.h
dtdannen/LUiGi-2
6e31f7178a48ffb886475fc59d6469d8262874c9
[ "MIT" ]
null
null
null
core/StarcraftBot/BWSAL_0.9.12/include/BWAPI/Client/GameImpl.h
dtdannen/LUiGi-2
6e31f7178a48ffb886475fc59d6469d8262874c9
[ "MIT" ]
null
null
null
core/StarcraftBot/BWSAL_0.9.12/include/BWAPI/Client/GameImpl.h
dtdannen/LUiGi-2
6e31f7178a48ffb886475fc59d6469d8262874c9
[ "MIT" ]
null
null
null
#pragma once #include <BWAPI.h> #include "GameData.h" #include "Client.h" #include "Shape.h" #include "Command.h" #include "UnitCommand.h" #include "ForceImpl.h" #include "PlayerImpl.h" #include "RegionImpl.h" #include "UnitImpl.h" #include "BulletImpl.h" #include <list> #include <map> #include <set> #include <vector> ...
45.362903
126
0.677422