hexsha
stringlengths
40
40
size
int64
5
1.05M
ext
stringclasses
588 values
lang
stringclasses
305 values
max_stars_repo_path
stringlengths
3
363
max_stars_repo_name
stringlengths
5
118
max_stars_repo_head_hexsha
stringlengths
40
40
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:00:35
2022-03-31 23:43:49
max_stars_repo_stars_event_max_datetime
stringdate
2015-01-01 12:37:38
2022-03-31 23:59:52
max_issues_repo_path
stringlengths
3
363
max_issues_repo_name
stringlengths
5
118
max_issues_repo_head_hexsha
stringlengths
40
40
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
363
max_forks_repo_name
stringlengths
5
135
max_forks_repo_head_hexsha
stringlengths
40
40
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:02
2022-03-31 23:27:27
max_forks_repo_forks_event_max_datetime
stringdate
2015-01-03 08:55:07
2022-03-31 23:59:24
content
stringlengths
5
1.05M
avg_line_length
float64
1.13
1.04M
max_line_length
int64
1
1.05M
alphanum_fraction
float64
0
1
30a4f10f0e8e0d345bd48c8866022b41c923ce6b
42,534
c
C
sys/vfs/hammer2/hammer2_xops.c
raJeev-M/DragonFlyBSD
2f9f168a13010344973c10c56a71514a10643642
[ "BSD-3-Clause" ]
1
2019-12-22T07:21:10.000Z
2019-12-22T07:21:10.000Z
sys/vfs/hammer2/hammer2_xops.c
raJeev-M/DragonFlyBSD
2f9f168a13010344973c10c56a71514a10643642
[ "BSD-3-Clause" ]
null
null
null
sys/vfs/hammer2/hammer2_xops.c
raJeev-M/DragonFlyBSD
2f9f168a13010344973c10c56a71514a10643642
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 2011-2018 The DragonFly Project. All rights reserved. * * This code is derived from software contributed to The DragonFly Project * by Matthew Dillon <dillon@dragonflybsd.org> * by Venkatesh Srinivas <vsrinivas@dragonflybsd.org> * by Daniel Flores (GSOC 2013 - mentored by Matthew Dillon, compr...
26.467953
79
0.67419
30f2e23fa6796c43694a07aece8c14f1e2381949
1,013
h
C
Game/Source/Particle.h
Montuuh/LosPanasGame
6884216355b1b6e0e1d6ac371e2e48ad25c833ec
[ "MIT" ]
null
null
null
Game/Source/Particle.h
Montuuh/LosPanasGame
6884216355b1b6e0e1d6ac371e2e48ad25c833ec
[ "MIT" ]
null
null
null
Game/Source/Particle.h
Montuuh/LosPanasGame
6884216355b1b6e0e1d6ac371e2e48ad25c833ec
[ "MIT" ]
null
null
null
#include "Animation.h" #include "Point.h" struct Collider; struct Particle { public: // Constructor Particle(); // Copy constructor Particle(const Particle& p); // Destructor ~Particle(); // Called in ModuleParticles' Update // Handles the logic of the particle // Returns false when the particle reaches i...
22.021739
79
0.733465
801f4ede5640de99259898da3c2b0e22cbb9e336
3,606
h
C
chromium/extensions/browser/external_provider_interface.h
wedataintelligence/vivaldi-source
22a46f2c969f6a0b7ca239a05575d1ea2738768c
[ "BSD-3-Clause" ]
null
null
null
chromium/extensions/browser/external_provider_interface.h
wedataintelligence/vivaldi-source
22a46f2c969f6a0b7ca239a05575d1ea2738768c
[ "BSD-3-Clause" ]
null
null
null
chromium/extensions/browser/external_provider_interface.h
wedataintelligence/vivaldi-source
22a46f2c969f6a0b7ca239a05575d1ea2738768c
[ "BSD-3-Clause" ]
2
2020-04-04T13:34:56.000Z
2020-11-04T07:17:52.000Z
// Copyright 2013 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 EXTENSIONS_BROWSER_EXTERNAL_PROVIDER_INTERFACE_H_ #define EXTENSIONS_BROWSER_EXTERNAL_PROVIDER_INTERFACE_H_ #include <vector> #include "base/mem...
35.352941
80
0.727676
802ab2c96bf45130c6b6ad05d4ec24152b4f69f4
391
h
C
Coding_iOS/Controllers/ProjectToChooseListViewController.h
awesome-archive/Coding-iOS
6b480857b9058a99d7c2f8720d91747a84a31861
[ "MIT" ]
4,345
2015-09-09T10:38:03.000Z
2022-03-26T10:30:09.000Z
Coding_iOS/Controllers/ProjectToChooseListViewController.h
Vesentanger/Coding-iOS-master
48a91310966926c1bafe1fea722d71c4e749f0ea
[ "MIT" ]
21
2016-09-22T07:37:19.000Z
2019-10-05T23:15:02.000Z
Coding_iOS/Controllers/ProjectToChooseListViewController.h
Vesentanger/Coding-iOS-master
48a91310966926c1bafe1fea722d71c4e749f0ea
[ "MIT" ]
1,743
2015-09-09T11:56:54.000Z
2022-02-10T13:53:45.000Z
// // ProjectToChooseListViewController.h // Coding_iOS // // Created by Ease on 15/7/1. // Copyright (c) 2015年 Coding. All rights reserved. // #import "BaseViewController.h" #import "Project.h" @interface ProjectToChooseListViewController : BaseViewController @property (copy, nonatomic) void(^projectChoosedBlock...
26.066667
118
0.772379
80527c71f2a2d9b7394bf0a86615395a170d2325
295
h
C
XRRouter/Classes/XRRouterProtocol.h
wangshuwen1107/XRouter-iOS
6f25351051cb0a7d61b176c3f4dff3d2c9417e51
[ "MIT" ]
null
null
null
XRRouter/Classes/XRRouterProtocol.h
wangshuwen1107/XRouter-iOS
6f25351051cb0a7d61b176c3f4dff3d2c9417e51
[ "MIT" ]
null
null
null
XRRouter/Classes/XRRouterProtocol.h
wangshuwen1107/XRouter-iOS
6f25351051cb0a7d61b176c3f4dff3d2c9417e51
[ "MIT" ]
null
null
null
// // Created by 王书文 on 2020/9/17. // Copyright (c) 2020 cn.cheney. All rights reserved. // #import <Foundation/Foundation.h> #import "XRRouterModule.h" @protocol XRRouterProtocol <NSObject> + (NSString *_Nonnull)moduleName; + (void)registerMethod:(nonnull XRRouterModule *) module; @end
16.388889
57
0.725424
2c2f6cc559bcc80c6b9a29e9d77b74e8d7d6acee
346
h
C
includes/mathematica++/mathematica++.h
DominikLindorfer/mathematicapp
ce9de342501d803ccd115533d19c7e3ace51e475
[ "BSD-2-Clause-FreeBSD" ]
8
2019-10-04T16:27:33.000Z
2022-01-30T22:28:51.000Z
includes/mathematica++/mathematica++.h
DominikLindorfer/mathematicapp
ce9de342501d803ccd115533d19c7e3ace51e475
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
includes/mathematica++/mathematica++.h
DominikLindorfer/mathematicapp
ce9de342501d803ccd115533d19c7e3ace51e475
[ "BSD-2-Clause-FreeBSD" ]
2
2020-02-22T03:33:50.000Z
2020-09-17T07:10:21.000Z
#include "mathematica++/tokens.h" #include "mathematica++/accessor.h" #include "mathematica++/connector.h" #include "mathematica++/variant.h" #include "mathematica++/m.h" #include "mathematica++/io.h" #include "mathematica++/rules.h" #include "mathematica++/operators.h" #include "mathematica++/declares.h" #include "mat...
31.454545
38
0.739884
26242a217c2155f17d42ae022bcbf178da004349
638
h
C
IRQHack64/Software/Arduino/IRQHack64/DirFunction.h
ozayturay/EagleProjects
a0bfeedb2d148938293e1e1c00d5c4e4d3c8c070
[ "MIT" ]
12
2016-03-04T06:03:40.000Z
2021-01-30T06:17:15.000Z
IRQHack64/Software/Arduino/IRQHack64/DirFunction.h
ozayturay/EagleProjects
a0bfeedb2d148938293e1e1c00d5c4e4d3c8c070
[ "MIT" ]
1
2020-07-13T09:22:05.000Z
2020-10-06T15:02:25.000Z
IRQHack64/Software/Arduino/IRQHack64/DirFunction.h
ozayturay/EagleProjects
a0bfeedb2d148938293e1e1c00d5c4e4d3c8c070
[ "MIT" ]
5
2018-03-09T19:11:55.000Z
2020-12-01T10:45:48.000Z
#ifndef _DIR_FUNCTION_H #define _DIR_FUNCTION_H #include <SdFat.h> #include <SdFatUtil.h> #include "StringPrint.h" #include "CharStack.h" class DirFunction { protected: SdFat* sd; SdFile file; StringStack stack; unsigned int count; unsigned int currentIndex; public: void SetSd(SdFat* ...
18.228571
43
0.669279
267b68140eacad3c948319b8995aa027fb5d6dad
199
h
C
C++/LAB2/tasks.h
KHYehor/UniversityPractice
c1b0a8c4bd9a029a53cfacb4e13fde32f5fd5f48
[ "MIT" ]
null
null
null
C++/LAB2/tasks.h
KHYehor/UniversityPractice
c1b0a8c4bd9a029a53cfacb4e13fde32f5fd5f48
[ "MIT" ]
null
null
null
C++/LAB2/tasks.h
KHYehor/UniversityPractice
c1b0a8c4bd9a029a53cfacb4e13fde32f5fd5f48
[ "MIT" ]
null
null
null
#ifndef tasks_h #define tasks_h #include <iostream> #include <limits.h> #include <cassert> #include <cmath> #include <list> #include <cstdlib> #include "ClassTree.h" using namespace std; #endif
12.4375
22
0.728643
6462095759b4132a622d61d897ebe7d4b21237de
462
h
C
src/api/z3_logger.h
jar-ben/z3
7baa4f88b0cb4458461596d147e1f71853d77126
[ "MIT" ]
7,746
2015-03-26T18:59:33.000Z
2022-03-31T15:34:48.000Z
src/api/z3_logger.h
jar-ben/z3
7baa4f88b0cb4458461596d147e1f71853d77126
[ "MIT" ]
5,162
2015-03-27T01:12:48.000Z
2022-03-31T14:56:16.000Z
src/api/z3_logger.h
jar-ben/z3
7baa4f88b0cb4458461596d147e1f71853d77126
[ "MIT" ]
1,529
2015-03-26T18:45:30.000Z
2022-03-31T15:35:16.000Z
/*++ Copyright (c) 2011 Microsoft Corporation Module Name: z3_logger.h Abstract: Goodies for log generation Author: Leonardo de Moura (leonardo) 2011-09-22 Notes: --*/ #include "util/symbol.h" void R(); void P(void * obj); void I(int64_t i); void U(uint64_t u); void D(double d); void S(Z3_strin...
14
43
0.683983
03a0cef0469d49066907d6a70072232389f528ee
3,262
h
C
hardware/kit/common/bsp/thunderboard/bap.h
lmnotran/gecko_sdk
2e82050dc8823c9fe0e8908c1b2666fb83056230
[ "Zlib" ]
82
2016-06-29T17:24:43.000Z
2021-04-16T06:49:17.000Z
hardware/kit/common/bsp/thunderboard/bap.h
lmnotran/gecko_sdk
2e82050dc8823c9fe0e8908c1b2666fb83056230
[ "Zlib" ]
7
2020-08-25T02:41:16.000Z
2022-03-21T19:55:46.000Z
hardware/kit/common/bsp/thunderboard/bap.h
lmnotran/gecko_sdk
2e82050dc8823c9fe0e8908c1b2666fb83056230
[ "Zlib" ]
56
2016-08-02T10:50:50.000Z
2021-07-19T08:57:34.000Z
/***************************************************************************//** * @file * @brief Driver for the Bosch Sensortec BMP280 barometric pressure sensor ******************************************************************************* * # License * <b>Copyright 2018 Silicon Laboratories Inc. www.silabs.com...
43.493333
107
0.493256
ea86ec729486b77d86bd2b3f13cc55d2568540ea
562
h
C
examples/epoll/server/keyboard.h
caoziyao/server.c
5e45521f68de5c8ad836a1c40891595f8552966e
[ "Apache-2.0" ]
null
null
null
examples/epoll/server/keyboard.h
caoziyao/server.c
5e45521f68de5c8ad836a1c40891595f8552966e
[ "Apache-2.0" ]
null
null
null
examples/epoll/server/keyboard.h
caoziyao/server.c
5e45521f68de5c8ad836a1c40891595f8552966e
[ "Apache-2.0" ]
null
null
null
// // keyboard.h // server // // Created by working on 2018/3/12. // Copyright © 2018年 working. All rights reserved. // select #ifndef keyboard_h #define keyboard_h #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <pthread.h> #include <stdbool.h> #include <string.h> #include <unistd.h> #include...
16.529412
51
0.688612
d81245587f1ce99e5cff8737a9542eeea9426dc4
247
h
C
Eleven/Models/BaseObject.h
tanglei11/meitu_copy
9a8b93f4bb9a7e0e9dfb8b40743b99e32100b0d7
[ "MIT" ]
3
2019-12-14T05:59:43.000Z
2021-09-30T03:25:10.000Z
Eleven/Models/BaseObject.h
tanglei11/meitu_copy
9a8b93f4bb9a7e0e9dfb8b40743b99e32100b0d7
[ "MIT" ]
null
null
null
Eleven/Models/BaseObject.h
tanglei11/meitu_copy
9a8b93f4bb9a7e0e9dfb8b40743b99e32100b0d7
[ "MIT" ]
null
null
null
// // BaseObject.h // Eleven // // Created by Peanut on 2019/1/29. // Copyright © 2019 coderyi. All rights reserved. // #import <Foundation/Foundation.h> NS_ASSUME_NONNULL_BEGIN @interface BaseObject : NSObject @end NS_ASSUME_NONNULL_END
13.722222
50
0.724696
88609a352d64f12049234ff30f86f5a2fa311fb0
1,163
h
C
main.h
kajusz/atemTally
819a538cac6ccdb680d08c2cd763de3d4a5dabb1
[ "BSD-2-Clause" ]
1
2016-09-03T15:30:08.000Z
2016-09-03T15:30:08.000Z
main.h
kajusz/atemTally
819a538cac6ccdb680d08c2cd763de3d4a5dabb1
[ "BSD-2-Clause" ]
null
null
null
main.h
kajusz/atemTally
819a538cac6ccdb680d08c2cd763de3d4a5dabb1
[ "BSD-2-Clause" ]
1
2018-08-14T10:00:45.000Z
2018-08-14T10:00:45.000Z
#pragma once // Uncomment this if you want debug feedback in the serial port //#define DEBUG // Arduino stuff #include <Arduino.h> #include <SPI.h> // easier to write, it's for toggling the led #define LED(x, y) { digitalWrite(7, x); digitalWrite(8, y); } // debugging stuff #ifdef DEBUG # include <MemoryFree.h> # d...
20.051724
63
0.674979
154d6b358953e154350b7ee25a8806bb4d7091b6
2,001
h
C
aliyun-api-oms/2015-02-12/include/ali_oms.h
zcy421593/aliyun-openapi-cpp-sdk
8af0a59dedf303fa6c6911a61c356237fa6105a1
[ "Apache-2.0" ]
1
2015-11-28T16:46:56.000Z
2015-11-28T16:46:56.000Z
aliyun-api-oms/2015-02-12/include/ali_oms.h
zcy421593/aliyun-openapi-cpp-sdk
8af0a59dedf303fa6c6911a61c356237fa6105a1
[ "Apache-2.0" ]
null
null
null
aliyun-api-oms/2015-02-12/include/ali_oms.h
zcy421593/aliyun-openapi-cpp-sdk
8af0a59dedf303fa6c6911a61c356237fa6105a1
[ "Apache-2.0" ]
null
null
null
#ifndef ALI_OMSH #define ALI_OMSH #include <string> #include <string.h> #include <stdlib.h> #include "ali_oms_get_product_define_types.h" #include "ali_oms_get_user_data_types.h" #ifdef WIN32 #ifdef aliyun_api_oms_2015_02_12_EXPORTS #define ALIYUN_API_OMS_2015_02_12_DLL_EXPORT_IMPORT __declspec(dllexport) ...
29.426471
92
0.706647
29eb9dee0925b3ba7054c4c9eed300aae9e910ec
2,005
h
C
igl/flip_avoiding_line_search.h
aviadtzemah/animation2
9a3f980fbe27672fe71f8f61f73b5713f2af5089
[ "Apache-2.0" ]
2,392
2016-12-17T14:14:12.000Z
2022-03-30T19:40:40.000Z
igl/flip_avoiding_line_search.h
aviadtzemah/animation2
9a3f980fbe27672fe71f8f61f73b5713f2af5089
[ "Apache-2.0" ]
106
2018-04-19T17:47:31.000Z
2022-03-01T19:44:11.000Z
igl/flip_avoiding_line_search.h
aviadtzemah/animation2
9a3f980fbe27672fe71f8f61f73b5713f2af5089
[ "Apache-2.0" ]
184
2017-11-15T09:55:37.000Z
2022-02-21T16:30:46.000Z
// This file is part of libigl, a simple c++ geometry processing library. // // Copyright (C) 2016 Michael Rabinovich // // This Source Code Form is subject to the terms of the Mozilla Public License // v. 2.0. If a copy of the MPL was not distributed with this file, You can // obtain one at http://mozilla.org/MPL/2.0/...
40.1
121
0.709227
49ee273090a1f6421d2e830ec8fa5c9711c0df77
293
c
C
nattybear/language-coder/pointer/621.c
nattybear/jungol
d7e1bd01156cad538e3cbb7fa091154b661e28b2
[ "MIT" ]
3
2021-12-26T06:40:53.000Z
2021-12-28T13:02:08.000Z
nattybear/language-coder/pointer/621.c
nattybear/jungol
d7e1bd01156cad538e3cbb7fa091154b661e28b2
[ "MIT" ]
9
2021-12-26T01:39:21.000Z
2022-02-12T02:02:38.000Z
nattybear/language-coder/pointer/621.c
nattybear/jungol
d7e1bd01156cad538e3cbb7fa091154b661e28b2
[ "MIT" ]
2
2021-12-26T00:50:57.000Z
2022-01-24T13:40:26.000Z
#include <stdio.h> int main() { int n, m; int *p = &n; int *q = &m; scanf("%i %i", p, q); printf("%i + %i = %i\n", *p, *q, *p + *q); printf("%i - %i = %i\n", *p, *q, *p - *q); printf("%i * %i = %i\n", *p, *q, *p * *q); printf("%i / %i = %i\n", *p, *q, *p / *q); return 0; }
19.533333
44
0.365188
0ac81938ae73f72ff8a71ee13212c9aa802ec8c3
3,364
c
C
amuxctl/amuxctl.c
repk/amux
3992a2af5ad3bbb99b47f5987ccbff4d4f82fcf7
[ "Beerware" ]
3
2018-04-13T21:36:47.000Z
2020-12-28T06:45:04.000Z
amuxctl/amuxctl.c
repk/amux
3992a2af5ad3bbb99b47f5987ccbff4d4f82fcf7
[ "Beerware" ]
1
2020-04-16T12:35:40.000Z
2020-04-16T12:35:40.000Z
amuxctl/amuxctl.c
repk/amux
3992a2af5ad3bbb99b47f5987ccbff4d4f82fcf7
[ "Beerware" ]
1
2019-04-07T16:53:21.000Z
2019-04-07T16:53:21.000Z
#include <stdlib.h> #include <stdio.h> #include <sys/file.h> #include <alsa/asoundlib.h> #include "amuxctl.h" #include "pcmlist.h" struct amux_ctx { snd_config_t *top; char const *file; struct pcmlst plst; }; /* * Add stub for missing snd_config_{ref,unref} added in 1.1.2 */ #if (SND_LIB_VERSION < ((1 << 16) |...
15.867925
66
0.640309
ebd15ba4b76e2dec2bb7f3d2701040dd970dd22a
5,189
c
C
src/windows/win-controls.c
codezero1010/multi-timer
8d49ea1b9a87c6ea155eaea6005cf0d4e32354f6
[ "MIT" ]
53
2015-01-01T09:34:33.000Z
2022-03-24T06:17:20.000Z
src/windows/win-controls.c
codezero1010/multi-timer
8d49ea1b9a87c6ea155eaea6005cf0d4e32354f6
[ "MIT" ]
18
2015-01-06T20:28:59.000Z
2020-11-06T19:14:57.000Z
src/windows/win-controls.c
codezero1010/multi-timer
8d49ea1b9a87c6ea155eaea6005cf0d4e32354f6
[ "MIT" ]
26
2015-01-08T10:37:07.000Z
2020-11-02T22:25:46.000Z
/* Multi Timer v3.4 http://matthewtole.com/pebble/multi-timer/ ---------------------- The MIT License (MIT) Copyright © 2013 - 2015 Matthew Tole 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 w...
33.050955
114
0.71613
a54aa03f2f3d3abf7a0e8ef914e76ca5093d5986
1,324
h
C
src/usr/include/stdio.h
DreamPearl/FuzzyOS
e287bf139511b59abe9e2a0e7ce49444c6a5299e
[ "Apache-2.0" ]
null
null
null
src/usr/include/stdio.h
DreamPearl/FuzzyOS
e287bf139511b59abe9e2a0e7ce49444c6a5299e
[ "Apache-2.0" ]
null
null
null
src/usr/include/stdio.h
DreamPearl/FuzzyOS
e287bf139511b59abe9e2a0e7ce49444c6a5299e
[ "Apache-2.0" ]
null
null
null
#pragma once #include <stddef.h> #ifdef __cplusplus extern "C" { namespace std { #endif #define SYSCALL_CONSOLE_SUB_CLRSCR 0 #define SYSCALL_CONSOLE_SUB_PUTCHAR 1 #define SYSCALL_CONSOLE_SUB_PUTS_BUFFER 2 int putchar(int c); int puts(const char *s); int snprintf(char *s, size_t n, const...
21.704918
55
0.680514
cbd332a54d0044d99347b035735cb0ecd8e7500a
952
h
C
BitCleaner - Source/filemanager.h
lukasz50018/BitCleaner
0ace3fae40f8b3810de3b7082b456a9e826a4229
[ "MIT" ]
null
null
null
BitCleaner - Source/filemanager.h
lukasz50018/BitCleaner
0ace3fae40f8b3810de3b7082b456a9e826a4229
[ "MIT" ]
null
null
null
BitCleaner - Source/filemanager.h
lukasz50018/BitCleaner
0ace3fae40f8b3810de3b7082b456a9e826a4229
[ "MIT" ]
null
null
null
#ifndef FILEMANAGER_H #define FILEMANAGER_H #include <QString> #include <QSet> #include <QList> #include <QFileInfo> #include <QTableWidget> class FileManager { public: FileManager(); QList <QString> fileList; void standardOrganize(); void noStandardOrganize(QString); void cu...
20.695652
49
0.683824
cbef395e120445e7c1272ff26704c9111216066f
1,339
c
C
cellml-benchmarks/c/tentusscher_noble_noble_panfilov_2004_a/Tentusscher2004McellNetwork/SodiumCalciumExchangerCurrent/sodium_calcium_exchanger_current.c
nallen01/phd-thesis-benchmarks
bbeb1ec2f9079b36015693717b0ef99a8a276119
[ "MIT" ]
null
null
null
cellml-benchmarks/c/tentusscher_noble_noble_panfilov_2004_a/Tentusscher2004McellNetwork/SodiumCalciumExchangerCurrent/sodium_calcium_exchanger_current.c
nallen01/phd-thesis-benchmarks
bbeb1ec2f9079b36015693717b0ef99a8a276119
[ "MIT" ]
null
null
null
cellml-benchmarks/c/tentusscher_noble_noble_panfilov_2004_a/Tentusscher2004McellNetwork/SodiumCalciumExchangerCurrent/sodium_calcium_exchanger_current.c
nallen01/phd-thesis-benchmarks
bbeb1ec2f9079b36015693717b0ef99a8a276119
[ "MIT" ]
null
null
null
#include "sodium_calcium_exchanger_current.h" // sodium_calcium_exchanger_current Initialisation function void SodiumCalciumExchangerCurrentInit(SodiumCalciumExchangerCurrent* me) { // Initialise State me->state = SODIUM_CALCIUM_EXCHANGER_CURRENT_Q0; // Initialise Outputs me->i_naca = 0.0; } // sodiu...
38.257143
348
0.625093
ae19064169e388f0d3fe60eba0870f4cb0477797
11,434
c
C
base/wow64/wow64/callback.c
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
base/wow64/wow64/callback.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
base/wow64/wow64/callback.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/*++ Copyright (c) 1998-2000 Microsoft Corporation Module Name: callback.c Abstract: Provides generic 64-to-32 transfer routines. Author: 20-May-1998 BarryBo Revision History: 2-Sept-1999 [askhalid] Removing some 32bit alpha specific code and using right context. --*/ #d...
28.372208
99
0.601364
3e85fa86dee995d2b6a7f517d063b3970e10d75c
3,714
c
C
mc/model/com.mentor.nucleus.bp.core/src4110/ooaofooa_TE_FUNCTION_class.c
NDGuthrie/bposs
2c47abf74a3e6fadb174b08e57aa66a209400606
[ "Apache-2.0" ]
1
2018-01-24T16:28:01.000Z
2018-01-24T16:28:01.000Z
mc/model/com.mentor.nucleus.bp.core/src418/ooaofooa_TE_FUNCTION_class.c
NDGuthrie/bposs
2c47abf74a3e6fadb174b08e57aa66a209400606
[ "Apache-2.0" ]
null
null
null
mc/model/com.mentor.nucleus.bp.core/src418/ooaofooa_TE_FUNCTION_class.c
NDGuthrie/bposs
2c47abf74a3e6fadb174b08e57aa66a209400606
[ "Apache-2.0" ]
null
null
null
/*---------------------------------------------------------------------------- * File: ooaofooa_TE_FUNCTION_class.c * * Class: OAL function (TE_FUNCTION) * Component: ooaofooa * * your copyright statement can go here (from te_copyright.body) *-----------------------------------------------------...
36.772277
129
0.713786
16431581b96704d6e0cdb122f0be5dc01d844035
4,313
h
C
boot/rpi/arch/x86/dts/include/dt-bindings/clock/stm32mp1-clks.h
yodaos-project/yodaos
d0d7bbc277c0fc1c64e2e0a1c82fe6e63f6eb954
[ "Apache-2.0" ]
1,144
2018-12-18T09:46:47.000Z
2022-03-07T14:51:46.000Z
boot/rpi/arch/xtensa/dts/include/dt-bindings/clock/stm32mp1-clks.h
Rokid/YodaOS
d0d7bbc277c0fc1c64e2e0a1c82fe6e63f6eb954
[ "Apache-2.0" ]
16
2019-01-28T06:08:40.000Z
2019-12-04T10:26:41.000Z
boot/rpi/arch/xtensa/dts/include/dt-bindings/clock/stm32mp1-clks.h
Rokid/YodaOS
d0d7bbc277c0fc1c64e2e0a1c82fe6e63f6eb954
[ "Apache-2.0" ]
129
2018-12-18T09:46:50.000Z
2022-03-30T07:30:13.000Z
/* SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause */ /* * Copyright (C) STMicroelectronics 2017 - All Rights Reserved * Author: Gabriel Fernandez <gabriel.fernandez@st.com> for STMicroelectronics. */ /* OSCILLATOR clocks */ #define CK_HSE 0 #define CK_CSI 1 #define CK_LSI 2 #define CK_LSE 3 #define CK_HSI 4 #defin...
17.67623
79
0.764665
8ba38f30a8eb8a8e5435ccf98478117959486edd
611
h
C
Q-municate/Scenes/Base/QMTableViewCell/QMTableViewCell.h
GoodyIT/social-app-iOS
1484feea3e2ebabe88feefe418d8ef49ea9dce76
[ "Apache-2.0" ]
2
2017-11-05T01:28:54.000Z
2019-10-17T09:56:46.000Z
Q-municate/Scenes/Base/QMTableViewCell/QMTableViewCell.h
GoodyIT/social-app-iOS
1484feea3e2ebabe88feefe418d8ef49ea9dce76
[ "Apache-2.0" ]
null
null
null
Q-municate/Scenes/Base/QMTableViewCell/QMTableViewCell.h
GoodyIT/social-app-iOS
1484feea3e2ebabe88feefe418d8ef49ea9dce76
[ "Apache-2.0" ]
1
2019-08-05T19:45:06.000Z
2019-08-05T19:45:06.000Z
// // QMTableViewCell.h // Q-municate // // Created by Andrey Ivanov on 23.03.15. // Copyright (c) 2015 Quickblox. All rights reserved. // #import <UIKit/UIKit.h> #import <QMImageView.h> @interface QMTableViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet QMImageView *avatarImage; + (void)registerF...
21.068966
62
0.725041
e9682822785b79cf567d04fd93bd50100d84fe7e
2,619
h
C
chrome/browser/ui/webui/signin/dice_turn_sync_on_helper_delegate_impl.h
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
575
2015-06-18T23:58:20.000Z
2022-03-23T09:32:39.000Z
chrome/browser/ui/webui/signin/dice_turn_sync_on_helper_delegate_impl.h
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
113
2015-05-04T09:58:14.000Z
2022-01-31T19:35:03.000Z
chrome/browser/ui/webui/signin/dice_turn_sync_on_helper_delegate_impl.h
DamieFC/chromium
54ce2d3c77723697efd22cfdb02aea38f9dfa25c
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
52
2015-07-14T10:40:50.000Z
2022-03-15T01:11:49.000Z
// Copyright 2018 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_UI_WEBUI_SIGNIN_DICE_TURN_SYNC_ON_HELPER_DELEGATE_IMPL_H_ #define CHROME_BROWSER_UI_WEBUI_SIGNIN_DICE_TURN_SYNC_ON_HELPER_DELEGATE_...
39.681818
83
0.785414
b1ce070d0966d519719dc35a9d77ff802714d6b7
329
h
C
nexusapp/nexusapp/DocNoteEditorViewController.h
nexuspad/NexusApp
9123f10402287a4073a167f471d9352f37bda2ab
[ "MIT" ]
1
2015-08-06T11:45:20.000Z
2015-08-06T11:45:20.000Z
nexusapp/nexusapp/DocNoteEditorViewController.h
nexuspad/NexusApp
9123f10402287a4073a167f471d9352f37bda2ab
[ "MIT" ]
null
null
null
nexusapp/nexusapp/DocNoteEditorViewController.h
nexuspad/NexusApp
9123f10402287a4073a167f471d9352f37bda2ab
[ "MIT" ]
null
null
null
// // DocNoteEditorViewController.h // nexusapp // // Created by Ren Liu on 8/15/13. // // #import "EntryEditorViewController.h" #import "NPDoc.h" @interface DocNoteEditorViewController : EntryEditorViewController <UIPopoverControllerDelegate> @property (nonatomic, strong) NPDoc *doc; - (IBAction)saveDoc:(id)send...
19.352941
96
0.75076
751ef9d22832c51765edca5daa117fe480e2add3
732
h
C
src/lib/nhcss/Interfaces/StyleSheet.h
netzhautproject/Netzhaut
a80cf764f768a4af79663ca851b23928f0375023
[ "MIT" ]
11
2021-04-19T14:48:09.000Z
2022-03-11T18:52:06.000Z
src/lib/nhcss/Interfaces/StyleSheet.h
netzhautproject/netzhaut
a80cf764f768a4af79663ca851b23928f0375023
[ "MIT" ]
1
2022-03-10T00:01:29.000Z
2022-03-10T00:08:28.000Z
src/lib/nhcss/Interfaces/StyleSheet.h
netzhautproject/netzhaut
a80cf764f768a4af79663ca851b23928f0375023
[ "MIT" ]
3
2021-09-20T10:28:20.000Z
2021-12-26T19:48:00.000Z
#ifndef NH_CSS_STYLE_SHEET_H #define NH_CSS_STYLE_SHEET_H #ifndef DOXYGEN_SHOULD_SKIP_THIS /** * netzhaut - Web Browser Engine * Copyright (C) 2020 The netzhaut Authors * Published under MIT */ #include "../Common/Private.h" #endif /** @addtogroup lib_nhcss_functions * @{ */ nh_css_StyleSheetObject *nh...
18.769231
62
0.718579
0de07ea442ac5efd52fed3448b2cd456ac897c6d
56
h
C
Arduino files/ReflowOvenController/WebServer.h
hjf/ReflowOven
3b6b51d68b942abfb547d18db6da71d8c339375b
[ "MIT" ]
1
2021-07-21T02:02:59.000Z
2021-07-21T02:02:59.000Z
Arduino files/ReflowOvenController/WebServer.h
hjf/ReflowOven
3b6b51d68b942abfb547d18db6da71d8c339375b
[ "MIT" ]
null
null
null
Arduino files/ReflowOvenController/WebServer.h
hjf/ReflowOven
3b6b51d68b942abfb547d18db6da71d8c339375b
[ "MIT" ]
1
2021-02-19T15:31:27.000Z
2021-02-19T15:31:27.000Z
void webserver_init(void); void webserver_handle(void);
18.666667
28
0.821429
d4c9da5777e58b9a85b78760ddd6ae7d89693a49
1,194
c
C
srcs/ft_memcmp.c
Wildos/libft
6797edddb3f23d7ba5b1203e170e167e80e38003
[ "MIT" ]
null
null
null
srcs/ft_memcmp.c
Wildos/libft
6797edddb3f23d7ba5b1203e170e167e80e38003
[ "MIT" ]
null
null
null
srcs/ft_memcmp.c
Wildos/libft
6797edddb3f23d7ba5b1203e170e167e80e38003
[ "MIT" ]
null
null
null
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memcmp.c :+: :+: :+: ...
37.3125
80
0.231156
1db1754830a3f485fcc9a0796397c0bae44e8fa3
1,260
h
C
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/ASAutoTaskManager.h
ceekay1991/AliPayForDebug
5795e5db31e5b649d4758469b752585e63e84d94
[ "MIT" ]
5
2020-03-29T12:08:37.000Z
2021-05-26T05:20:11.000Z
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/ASAutoTaskManager.h
ceekay1991/AliPayForDebug
5795e5db31e5b649d4758469b752585e63e84d94
[ "MIT" ]
null
null
null
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/ASAutoTaskManager.h
ceekay1991/AliPayForDebug
5795e5db31e5b649d4758469b752585e63e84d94
[ "MIT" ]
5
2020-04-17T03:24:04.000Z
2022-03-30T05:42:17.000Z
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <objc/NSObject.h> @class NSDictionary, NSMutableDictionary; @protocol ASAutoTaskManagerDelegate; @interface ASAutoTaskManager...
37.058824
105
0.773016
8a7babd06e5198cc23fbc45e0754d579dcf91039
335
h
C
src/GHWP/GHWPSoundLoader.h
GoldenHammerSoftware/GH
757213f479c0fc80ed1a0f59972bf3e9d92b7526
[ "MIT" ]
null
null
null
src/GHWP/GHWPSoundLoader.h
GoldenHammerSoftware/GH
757213f479c0fc80ed1a0f59972bf3e9d92b7526
[ "MIT" ]
null
null
null
src/GHWP/GHWPSoundLoader.h
GoldenHammerSoftware/GH
757213f479c0fc80ed1a0f59972bf3e9d92b7526
[ "MIT" ]
null
null
null
// Copyright 2010 Golden Hammer Software #pragma once #include "GHResourceLoader.h" class GHFileOpener; class GHWPSoundLoader : public GHResourceLoader { public: GHWPSoundLoader(GHFileOpener& fileOpener); virtual GHResource* loadFile(const char* filename, GHPropertyContainer* extraData); private: GHFileOpener& ...
19.705882
84
0.802985
e1cb203dbb887e63c7a570a5d330726345081b0a
7,006
c
C
v4-cokapi/backends/c_cpp/valgrind-3.11.0/none/tests/s390x/clcl.c
ambadhan/OnlinePythonTutor
857bab941fbde20f1f020b05b7723094ddead62a
[ "MIT" ]
17
2021-12-09T11:31:44.000Z
2021-12-29T03:07:14.000Z
v4-cokapi/backends/c_cpp/valgrind-3.11.0/none/tests/s390x/clcl.c
heysachin/OnlinePythonTutor
0dcdacc7ff5be504dd6a47236ebc69dc0069f991
[ "MIT" ]
8
2020-02-04T20:23:26.000Z
2020-02-17T00:23:37.000Z
v4-cokapi/backends/c_cpp/valgrind-3.11.0/none/tests/s390x/clcl.c
heysachin/OnlinePythonTutor
0dcdacc7ff5be504dd6a47236ebc69dc0069f991
[ "MIT" ]
12
2021-12-09T11:31:46.000Z
2022-01-07T03:14:46.000Z
#include <stdio.h> #include <stdint.h> #include <inttypes.h> #include <assert.h> /* The golden logs were obtained by running this test natively. */ /* The abstracted result of a CLCL insn */ typedef struct { uint64_t addr1; uint32_t len1; uint64_t addr2; uint32_t len2; uint8_t pad; uint32_t cc; } clcl_t;...
28.595918
78
0.599343
c08e130c6d8bd1cbdd6392338ad0eb216427b2bb
3,574
h
C
src/test/function_test/utils.h
empiredan/pegasus
a095172ad1559cc0e65c7807a2baedc607cde50c
[ "Apache-2.0" ]
1,352
2017-10-16T03:24:54.000Z
2020-08-18T04:44:23.000Z
src/test/function_test/utils.h
empiredan/pegasus
a095172ad1559cc0e65c7807a2baedc607cde50c
[ "Apache-2.0" ]
299
2017-10-19T05:33:32.000Z
2020-08-17T09:03:39.000Z
src/test/function_test/utils.h
empiredan/pegasus
a095172ad1559cc0e65c7807a2baedc607cde50c
[ "Apache-2.0" ]
240
2017-10-16T05:57:04.000Z
2020-08-18T10:02:36.000Z
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
43.060241
100
0.501399
0e1cc8f2d617872ebed1a48890dbd3889b0ccc69
6,022
h
C
src/media/codec/codecs/sw/aac/codec_adapter_aac_encoder.h
opensource-assist/fuschia
66646c55b3d0b36aae90a4b6706b87f1a6261935
[ "BSD-3-Clause" ]
3
2020-08-02T04:46:18.000Z
2020-08-07T10:10:53.000Z
src/media/codec/codecs/sw/aac/codec_adapter_aac_encoder.h
opensource-assist/fuschia
66646c55b3d0b36aae90a4b6706b87f1a6261935
[ "BSD-3-Clause" ]
null
null
null
src/media/codec/codecs/sw/aac/codec_adapter_aac_encoder.h
opensource-assist/fuschia
66646c55b3d0b36aae90a4b6706b87f1a6261935
[ "BSD-3-Clause" ]
1
2020-08-07T10:11:49.000Z
2020-08-07T10:11:49.000Z
// Copyright 2019 The Fuchsia 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 SRC_MEDIA_CODEC_CODECS_SW_AAC_CODEC_ADAPTER_AAC_ENCODER_H_ #define SRC_MEDIA_CODEC_CODECS_SW_AAC_CODEC_ADAPTER_AAC_ENCODER_H_ #include <lib/async-...
39.880795
100
0.766357
dbcf31250f804fc9840d933f64f7340327eb71f1
129,382
c
C
vswitchd/bridge.c
nwxufo/ovs_ofamp
1ed684fda19dac897eba76e83b0f5c020099622c
[ "Apache-2.0" ]
null
null
null
vswitchd/bridge.c
nwxufo/ovs_ofamp
1ed684fda19dac897eba76e83b0f5c020099622c
[ "Apache-2.0" ]
null
null
null
vswitchd/bridge.c
nwxufo/ovs_ofamp
1ed684fda19dac897eba76e83b0f5c020099622c
[ "Apache-2.0" ]
null
null
null
/* Copyright (c) 2008, 2009 Nicira Networks * * 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 o...
32.475402
80
0.566864
dbda4450ff9972fe610d83cbf733f34bea832267
2,445
h
C
include/sys_dependencies.h
williamcroberts/swtpm
eeb87a86739d704b26082a74c80df620e8e898a8
[ "BSD-3-Clause" ]
null
null
null
include/sys_dependencies.h
williamcroberts/swtpm
eeb87a86739d704b26082a74c80df620e8e898a8
[ "BSD-3-Clause" ]
null
null
null
include/sys_dependencies.h
williamcroberts/swtpm
eeb87a86739d704b26082a74c80df620e8e898a8
[ "BSD-3-Clause" ]
null
null
null
/* * sys_dependencies.h -- system specific includes and #defines * * (c) Copyright IBM Corporation 2018. * * Author: Stefan Berger <stefanb@us.ibm.com> * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following cond...
37.615385
73
0.769734
986d48bbf969a46c0e55903aa5085a1672a39f79
5,186
c
C
test/unit/get_g.c
ggouaillardet/SOS
1d3e9dce0fe9243df50c563fe79e67614b931eb5
[ "BSD-3-Clause-Open-MPI" ]
40
2016-02-10T20:15:47.000Z
2021-12-10T20:22:42.000Z
test/unit/get_g.c
ggouaillardet/SOS
1d3e9dce0fe9243df50c563fe79e67614b931eb5
[ "BSD-3-Clause-Open-MPI" ]
754
2016-02-10T22:01:40.000Z
2022-03-25T17:32:51.000Z
test/unit/get_g.c
ggouaillardet/SOS
1d3e9dce0fe9243df50c563fe79e67614b931eb5
[ "BSD-3-Clause-Open-MPI" ]
45
2016-02-27T19:22:11.000Z
2021-11-20T17:33:42.000Z
/* * Copyright 2011 Sandia Corporation. Under the terms of Contract * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government * retains certain rights in this software. * * Copyright (c) 2017 Intel Corporation. All rights reserved. * This software is available to you under the BSD license below: * * ...
30.505882
74
0.56209
727cd51f199f127502e5ebbbf4d74b3a6784aa80
3,356
c
C
watchapps/pebble_arcade/src/game.c
JasonReyValdez/pebble-sdk-examples
005df89232c419143a3703604b1b00185ef8656c
[ "Unlicense", "MIT" ]
2
2015-05-02T06:07:05.000Z
2015-05-02T06:07:10.000Z
watchapps/pebble_arcade/src/game.c
Pebble2014/pebble-sdk-examples
005df89232c419143a3703604b1b00185ef8656c
[ "Unlicense", "MIT" ]
null
null
null
watchapps/pebble_arcade/src/game.c
Pebble2014/pebble-sdk-examples
005df89232c419143a3703604b1b00185ef8656c
[ "Unlicense", "MIT" ]
null
null
null
#include <pebble.h> #include "game.h" #include "score.h" // Time always in ms #define MAX_TIME 5000 #define TIME_INTERVAL 10 static struct GameUi { Window *window; TextLayer *score_text; TextLayer *time_text; } ui; static struct GameState { unsigned score; unsigned time; // Elapsed time in ms uint16...
27.508197
80
0.710667
902e0e191022a03b874648c5d555ceaf99c401f6
563
h
C
freehand drawing/freehand drawing/AccessoryView/ToolBarView.h
lamborghini290/FreeHandDrawing
c0e442cc8b3cac1f24090ad0518de4b8f0cfa0f8
[ "MIT" ]
2
2017-02-20T10:28:48.000Z
2017-02-20T10:28:50.000Z
freehand drawing/freehand drawing/AccessoryView/ToolBarView.h
lamborghini290/FreeHandDrawing
c0e442cc8b3cac1f24090ad0518de4b8f0cfa0f8
[ "MIT" ]
null
null
null
freehand drawing/freehand drawing/AccessoryView/ToolBarView.h
lamborghini290/FreeHandDrawing
c0e442cc8b3cac1f24090ad0518de4b8f0cfa0f8
[ "MIT" ]
null
null
null
// // ToolBarView.h // freehand drawing // // Created by lm-zz on 13/01/2017. // Copyright © 2017 lm-zz. All rights reserved. // #import <UIKit/UIKit.h> typedef NS_ENUM(NSUInteger, ToolBarViewMessageType) { UIToolbarMessageTypeInputMethod = 0, UIToolbarMessageTypeSpace, UIToolbarMessageTypeEnter, ...
19.413793
61
0.753108
e6f1d8d6baab05c1dda1f0c3733d5b4cad43c013
2,155
h
C
hydrogenbuf.h
carpentry-org/hydrogen.carp
bd03f74f41b528ad2902064b1ebd5681132a161b
[ "MIT" ]
1
2019-10-15T07:46:12.000Z
2019-10-15T07:46:12.000Z
hydrogenbuf.h
carpentry-org/hydrogen.carp
bd03f74f41b528ad2902064b1ebd5681132a161b
[ "MIT" ]
1
2019-10-15T07:48:38.000Z
2019-10-15T14:43:18.000Z
hydrogenbuf.h
carpentry-org/hydrogen.carp
bd03f74f41b528ad2902064b1ebd5681132a161b
[ "MIT" ]
null
null
null
#include <stdint.h> #include <stdlib.h> #include "libhydrogen/hydrogen.h" typedef hydro_hash_state HydroHashState; typedef hydro_sign_state HydroSignState; typedef hydro_sign_keypair HydroSignKeyPair; typedef hydro_kx_state HydroKXState; typedef hydro_kx_keypair HydroKXKeyPair; typedef hydro_kx_session_keypair HydroK...
23.172043
63
0.775406
11ca04d6bfaba538798a60446255d4c04620054e
1,069
h
C
Hardware/Inc/voltage_monitor.h
bf2799/gpr_bot
f6d2a463f16e1aa4365e437b3382ca4b5ab9761b
[ "Apache-2.0" ]
null
null
null
Hardware/Inc/voltage_monitor.h
bf2799/gpr_bot
f6d2a463f16e1aa4365e437b3382ca4b5ab9761b
[ "Apache-2.0" ]
null
null
null
Hardware/Inc/voltage_monitor.h
bf2799/gpr_bot
f6d2a463f16e1aa4365e437b3382ca4b5ab9761b
[ "Apache-2.0" ]
null
null
null
/* * voltage_monitor.h * * Driver for monitoring battery voltage via ADC */ #ifndef INC_VOLTAGE_MONITOR_H_ #define INC_VOLTAGE_MONITOR_H_ #include <stdbool.h> #include "stm32f7xx_hal.h" typedef struct voltage_monitor_t { ADC_HandleTypeDef* hadc; double volts_per_adc_inc; uint32_t adc_val; } voltage_monitor_t...
24.860465
89
0.76333
e636fc60b7eec6467d61d6e1289cda7ad2cf2997
12,150
c
C
proyectos/3/GuadarramaEdgar/Proyecto3.c
Edgalejandro23/sistop-2019-1
f076b7ee87f6edc402c262ef81698a6eed61ffdf
[ "CC-BY-4.0" ]
1
2018-09-27T09:39:26.000Z
2018-09-27T09:39:26.000Z
proyectos/3/GuadarramaEdgar/Proyecto3.c
Edgalejandro23/sistop-2019-1
f076b7ee87f6edc402c262ef81698a6eed61ffdf
[ "CC-BY-4.0" ]
46
2018-08-13T16:18:22.000Z
2018-11-25T04:39:34.000Z
proyectos/3/GuadarramaEdgar/Proyecto3.c
Edgalejandro23/sistop-2019-1
f076b7ee87f6edc402c262ef81698a6eed61ffdf
[ "CC-BY-4.0" ]
24
2018-08-12T23:15:54.000Z
2018-08-30T07:01:05.000Z
/* El microsistema de archivos funciona en base a un archivo binario con el siguiente formato para separar los archivos. |longitudNombreArchivo1(4 bytes)|NombreArchivo1(lonNombArch1 bytes)|longitudContenidoArchivo1(4 bytes)|ContenidoArchivo1(lonContArch1 bytes)|LNA2|NA2|LCA2|CA2|LNA3|NA3|LCA3|CA3|... */ #include <stdi...
39.576547
196
0.641152
520e6f2fb39f26969a341722eaf61d7842466638
1,964
h
C
p2core/pel/pel_lexer.h
declarativitydotnet/p2
59fa258b222a5ff0e6930da4f08acd6155cd378e
[ "BSD-3-Clause" ]
3
2016-01-26T22:19:12.000Z
2019-07-10T02:12:38.000Z
p2core/pel/pel_lexer.h
declarativitydotnet/p2
59fa258b222a5ff0e6930da4f08acd6155cd378e
[ "BSD-3-Clause" ]
null
null
null
p2core/pel/pel_lexer.h
declarativitydotnet/p2
59fa258b222a5ff0e6930da4f08acd6155cd378e
[ "BSD-3-Clause" ]
null
null
null
/* * @(#)$Id: pel_lexer.h 1213 2007-03-10 05:38:10Z maniatis $ * * This file is distributed under the terms in the attached LICENSE file. * If you do not find this file, copies can be found by writing to: * Intel Research Berkeley, 2150 Shattuck Avenue, Suite 1300, * Berkeley, CA, 94704. Attention: Intel Licens...
22.837209
73
0.711303
f84ec8fb57f603e0d7f48ceff3ac230354951bfb
6,842
c
C
platform/lpc/lpc43xx/usb_base.c
stxent/lpclib
d1190bbacd68d72d9f04b71a1e208702aa838986
[ "MIT" ]
3
2015-06-06T18:37:13.000Z
2021-01-29T15:51:45.000Z
platform/lpc/lpc43xx/usb_base.c
stxent/lpclib
d1190bbacd68d72d9f04b71a1e208702aa838986
[ "MIT" ]
null
null
null
platform/lpc/lpc43xx/usb_base.c
stxent/lpclib
d1190bbacd68d72d9f04b71a1e208702aa838986
[ "MIT" ]
null
null
null
/* * usb_base.c * Copyright (C) 2016 xent * Project is distributed under the terms of the MIT License */ #include <halm/platform/lpc/lpc43xx/system_defs.h> #include <halm/platform/lpc/lpc43xx/usb_base.h> #include <halm/platform/lpc/lpc43xx/usb_defs.h> #include <halm/platform/lpc/system.h> #include <assert.h> #incl...
27.368
80
0.520023
f8cfd03a145143c20fff53716ac82635b1c8627a
568
h
C
arl-hourglass/arl-hourglass/HourglassSimulation.h
bernhardrieder/Hourglass-Simulation
737c756fc283859bb89d9c670b67a0be7aa979d6
[ "Unlicense" ]
null
null
null
arl-hourglass/arl-hourglass/HourglassSimulation.h
bernhardrieder/Hourglass-Simulation
737c756fc283859bb89d9c670b67a0be7aa979d6
[ "Unlicense" ]
null
null
null
arl-hourglass/arl-hourglass/HourglassSimulation.h
bernhardrieder/Hourglass-Simulation
737c756fc283859bb89d9c670b67a0be7aa979d6
[ "Unlicense" ]
null
null
null
#pragma once #include <SFML/Graphics.hpp> class HourglassSimulation { public: HourglassSimulation(); ~HourglassSimulation(); int Execute(int argc, char* argv[]) const; private: enum AppInputResult { Error = 0, CPU_Usage, GPU_Usage }; static AppInputResult parseCmdLine(int argc, char* argv[]); static v...
21.846154
209
0.746479
92c00730404ac6db869a1c88d0ea1801e2de13db
2,268
h
C
include/USBMtpInterface.h
nadrino/mtp-server-nx
6dda12d7d8c734aa6a516ca167abe010aeb7fc7a
[ "Apache-2.0" ]
171
2019-09-02T11:56:13.000Z
2022-03-20T18:10:10.000Z
include/USBMtpInterface.h
nadrino/mtp-server-nx
6dda12d7d8c734aa6a516ca167abe010aeb7fc7a
[ "Apache-2.0" ]
13
2019-09-02T20:46:03.000Z
2021-11-22T18:31:06.000Z
include/USBMtpInterface.h
nadrino/mtp-server-nx
6dda12d7d8c734aa6a516ca167abe010aeb7fc7a
[ "Apache-2.0" ]
19
2019-09-03T03:03:20.000Z
2022-02-21T14:40:58.000Z
/* * Copyright (C) 2010 The Android Open Source Project * * 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 app...
31.943662
75
0.699295
92d999d9f41786b4f655d43b22ac484e0c405d4d
1,698
h
C
PrivateFrameworks/SafariShared/WBSTabDialogManager.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
17
2018-11-13T04:02:58.000Z
2022-01-20T09:27:13.000Z
PrivateFrameworks/SafariShared/WBSTabDialogManager.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
3
2018-04-06T02:02:27.000Z
2018-10-02T01:12:10.000Z
PrivateFrameworks/SafariShared/WBSTabDialogManager.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" @class NSMutableDictionary; @interface WBSTabDialogManager : NSObject { NSMutableDictionary *_webProcessIDToDialogSetMapping; NSMutableDictionary *_ta...
41.414634
186
0.795053
a1f2369c4e9e30d8cdebc6c3851200b1455e5c27
3,962
c
C
codegen.c
yuji314159/mycc
bb539a7e2c31166f72c7ad4d28fe03cfcd111b1e
[ "MIT" ]
null
null
null
codegen.c
yuji314159/mycc
bb539a7e2c31166f72c7ad4d28fe03cfcd111b1e
[ "MIT" ]
null
null
null
codegen.c
yuji314159/mycc
bb539a7e2c31166f72c7ad4d28fe03cfcd111b1e
[ "MIT" ]
null
null
null
#include <stdio.h> #include "mycc.h" int label; void gen_lval(Node *node) { if (node->type != ND_LVAR) { error("代入の左辺値が変数ではありません"); } printf(" mov rax, rbp\n"); printf(" sub rax, %d\n", node->offset); printf(" push rax\n"); } void gen(Node *node) { switch (node->type) { ...
27.901408
49
0.378092
dd03d343fc75fde133aab2a226e7571d1176a229
1,069
c
C
libft/ft_strclr.c
amnotme/42_Libft
192707488954b8083802ba45cde07bdbbd6fefdb
[ "MIT" ]
4
2018-07-28T00:15:23.000Z
2020-11-29T11:28:02.000Z
libft/ft_strclr.c
amnotme/42_Libft
192707488954b8083802ba45cde07bdbbd6fefdb
[ "MIT" ]
null
null
null
libft/ft_strclr.c
amnotme/42_Libft
192707488954b8083802ba45cde07bdbbd6fefdb
[ "MIT" ]
null
null
null
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strclr.c :+: :+: :+: ...
35.633333
80
0.181478
97be4138be26be7b2fc1af228f44642b78689fb4
21,240
c
C
kernel/msm-4.14/drivers/platform/msm/ipa/test/ipa_test_hw_stats.c
clovadevice/clockplus2
c347c3e1bf20dbb93ab533c58c2ce11367aa80cd
[ "Apache-2.0" ]
null
null
null
kernel/msm-4.14/drivers/platform/msm/ipa/test/ipa_test_hw_stats.c
clovadevice/clockplus2
c347c3e1bf20dbb93ab533c58c2ce11367aa80cd
[ "Apache-2.0" ]
null
null
null
kernel/msm-4.14/drivers/platform/msm/ipa/test/ipa_test_hw_stats.c
clovadevice/clockplus2
c347c3e1bf20dbb93ab533c58c2ce11367aa80cd
[ "Apache-2.0" ]
1
2021-06-29T01:29:23.000Z
2021-06-29T01:29:23.000Z
/* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
30.042433
71
0.724388
de16baf69fe9bd1de1c4b857d17945bad182f4b3
743
h
C
include/il2cpp/Dpr/UI/UIPokeStatusSelectPanel.h
martmists-gh/BDSP
d6326c5d3ad9697ea65269ed47aa0b63abac2a0a
[ "MIT" ]
1
2022-01-15T20:20:27.000Z
2022-01-15T20:20:27.000Z
include/il2cpp/Dpr/UI/UIPokeStatusSelectPanel.h
martmists-gh/BDSP
d6326c5d3ad9697ea65269ed47aa0b63abac2a0a
[ "MIT" ]
null
null
null
include/il2cpp/Dpr/UI/UIPokeStatusSelectPanel.h
martmists-gh/BDSP
d6326c5d3ad9697ea65269ed47aa0b63abac2a0a
[ "MIT" ]
null
null
null
#pragma once #include "il2cpp.h" void Dpr_UI_UIPokeStatusSelectPanel__Setup (Dpr_UI_UIPokeStatusSelectPanel_o* __this, Pml_PokePara_PokemonParam_o* pokemonParam, const MethodInfo* method_info); void Dpr_UI_UIPokeStatusSelectPanel__SetInfoStatusRootActive (Dpr_UI_UIPokeStatusSelectPanel_o* __this, bool active, const M...
74.3
160
0.880215
6e25b58074dffc42e0cb123542d6f182347a8233
45,767
c
C
software/linux/driver/xrawdata1/sguser.c
tmatsuya/k7_connectivity_trd_2014.3
adafcb9048ee0dc58e2e7b95af4c8103dcfd6447
[ "TCL", "DOC", "Unlicense" ]
2
2017-08-20T22:43:03.000Z
2019-02-20T19:38:20.000Z
software/linux/driver/xrawdata1/sguser.c
tmatsuya/k7_connectivity_trd_2014.3
adafcb9048ee0dc58e2e7b95af4c8103dcfd6447
[ "TCL", "DOC", "Unlicense" ]
null
null
null
software/linux/driver/xrawdata1/sguser.c
tmatsuya/k7_connectivity_trd_2014.3
adafcb9048ee0dc58e2e7b95af4c8103dcfd6447
[ "TCL", "DOC", "Unlicense" ]
null
null
null
/******************************************************************************* ** © Copyright 2012 - 2013 Xilinx, Inc. All rights reserved. ** This file contains confidential and proprietary information of Xilinx, Inc. and ** is protected under U.S. and international copyright and other intellectual property laws. ...
27.923734
146
0.618524
6e73ccf9fb2606c9941e3bcf800c3e4d83024d6c
685
h
C
Classes/BusinessDb.h
wiiplay/cop4655
c35c83f36a69749fb27899f777beec90ede10d41
[ "MIT" ]
null
null
null
Classes/BusinessDb.h
wiiplay/cop4655
c35c83f36a69749fb27899f777beec90ede10d41
[ "MIT" ]
null
null
null
Classes/BusinessDb.h
wiiplay/cop4655
c35c83f36a69749fb27899f777beec90ede10d41
[ "MIT" ]
null
null
null
// // Business.h // iVending // // Created by Manuel Pino on 4/18/15. // Copyright (c) 2015 student. All rights reserved. // #import <Foundation/Foundation.h> #import "Business.h" #import "sqlDB.h" @interface BusinessDb : NSObject @property (strong, nonatomic) Business *business; - (BusinessDb *) getBusinessByN...
28.541667
82
0.712409
bcffd6d919aaf5399c08d81412ce2a69b031ed84
666
h
C
test/performance-regression/full-apps/qmcpack/src/QMCTools/GamesXmlParser.h
FeiyangJin/hclib
d23c850dce914e2d80cae733670820812a1edeee
[ "BSD-3-Clause" ]
55
2015-07-28T01:32:58.000Z
2022-02-27T16:27:46.000Z
test/performance-regression/full-apps/qmcpack/src/QMCTools/GamesXmlParser.h
FeiyangJin/hclib
d23c850dce914e2d80cae733670820812a1edeee
[ "BSD-3-Clause" ]
66
2015-06-15T20:38:19.000Z
2020-08-26T00:11:43.000Z
test/performance-regression/full-apps/qmcpack/src/QMCTools/GamesXmlParser.h
FeiyangJin/hclib
d23c850dce914e2d80cae733670820812a1edeee
[ "BSD-3-Clause" ]
26
2015-10-26T22:11:51.000Z
2021-03-02T22:09:15.000Z
#ifndef QMCPLUSPLUS_TOOLS_GAMESS_XML_PARSER_H #define QMCPLUSPLUS_TOOLS_GAMESS_XML_PARSER_H #include "QMCTools/QMCGaussianParserBase.h" #include <iostream> #include <sstream> #include <iomanip> #include <vector> #include "OhmmsPETE/TinyVector.h" #include "OhmmsData/OhmmsElementBase.h" class GamesXmlParser: public QMCG...
21.483871
51
0.788288
3cbf4aa5b0a47aee773f0982a6635f9471089e7e
607
h
C
Sputnik/Modules/Settings/Notifications/View/BUNotificationsViewControllerInput.h
vvlkv/Sputnik-iOS
502d38dec243fb73be05d85090e22fbf77188604
[ "MIT" ]
null
null
null
Sputnik/Modules/Settings/Notifications/View/BUNotificationsViewControllerInput.h
vvlkv/Sputnik-iOS
502d38dec243fb73be05d85090e22fbf77188604
[ "MIT" ]
null
null
null
Sputnik/Modules/Settings/Notifications/View/BUNotificationsViewControllerInput.h
vvlkv/Sputnik-iOS
502d38dec243fb73be05d85090e22fbf77188604
[ "MIT" ]
null
null
null
// // BUNotificationsViewControllerInput.h // Sputnik // // Created by Виктор on 06/02/2019. // Copyright © 2019 Viktor. All rights reserved. // #ifndef BUNotificationsViewControllerInput_h #define BUNotificationsViewControllerInput_h @protocol UITableViewDataSource; @protocol BUNotificationsViewControllerInput <...
24.28
58
0.790774
3cea3abea72d05221be453c1e5584c8197df1d58
527
h
C
T23Kit-Colour/Swift/Colour-Swift.h
thirteen23/T23Kit-Colour
9c8ca18cc81041c3b6ee07d3f9e5f80e45f6ba9b
[ "MIT" ]
11
2015-01-10T18:52:44.000Z
2021-01-07T18:17:10.000Z
T23Kit-Colour/Swift/Colour-Swift.h
thirteen23/T23Kit-Colour
9c8ca18cc81041c3b6ee07d3f9e5f80e45f6ba9b
[ "MIT" ]
1
2016-05-22T20:30:01.000Z
2016-05-22T20:30:01.000Z
T23Kit-Colour/Swift/Colour-Swift.h
thirteen23/T23Kit-Colour
9c8ca18cc81041c3b6ee07d3f9e5f80e45f6ba9b
[ "MIT" ]
1
2016-03-10T01:31:39.000Z
2016-03-10T01:31:39.000Z
// // Colour-Swift.h // Colour-Swift // // Created by Michael Van Milligan on 12/15/14. // Copyright (c) 2014 Thirteen23. All rights reserved. // #import <UIKit/UIKit.h> //! Project version number for Colour-Swift. FOUNDATION_EXPORT double Colour_SwiftVersionNumber; //! Project version string for Colour-Swift. F...
26.35
137
0.762808
42a95ec5c1d785fcbc6a7d2b3d9e6e189e621797
1,505
h
C
include/sysdeps/powerpc/powerpc64/tls-macros.h
abhijeetviswam/libucresolv
f4911dcf4d9b5410a423970d698ac98ac071a413
[ "Apache-2.0" ]
12
2018-09-18T19:51:27.000Z
2022-01-18T15:31:41.000Z
include/sysdeps/powerpc/powerpc64/tls-macros.h
DalavanCloud/libucresolv
04a4827aa44c47556f425a4eed5e0ab4a5c0d25a
[ "Apache-2.0" ]
3
2017-10-05T20:52:56.000Z
2019-02-26T23:05:29.000Z
include/sysdeps/powerpc/powerpc64/tls-macros.h
DalavanCloud/libucresolv
04a4827aa44c47556f425a4eed5e0ab4a5c0d25a
[ "Apache-2.0" ]
7
2017-07-04T10:52:39.000Z
2019-02-28T08:37:16.000Z
/* Include sysdeps/powerpc/tls-macros.h for __TLS_CALL_CLOBBERS */ #include_next "tls-macros.h" /* PowerPC64 Local Exec TLS access. */ #define TLS_LE(x) \ ({ int * __result; \ asm ("addis %0,13," #x "@tprel@ha\n\t" \ "addi %0,%0," #x "@tprel@l" \ : "=b" (__res...
33.444444
67
0.414618
515ce688e334fcd6b09e9a0ab9c89f23d923004a
1,579
h
C
DocumentManagerCore.framework/DOCTag.h
reels-research/iOS-Private-Frameworks
9a4f4534939310a51fdbf5a439dd22487efb0f01
[ "MIT" ]
4
2021-10-06T12:15:26.000Z
2022-02-21T02:26:00.000Z
DocumentManagerCore.framework/DOCTag.h
reels-research/iOS-Private-Frameworks
9a4f4534939310a51fdbf5a439dd22487efb0f01
[ "MIT" ]
null
null
null
DocumentManagerCore.framework/DOCTag.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/DocumentManagerCore.framework/DocumentManagerCore */ @interface DOCTag : NSObject <NSCopying, NSSecureCoding> { NSString * _displayName; long long _itemCount; long long _labelIndex; NSNumber * _sidebarPinned; NSNumber * _...
33.595745
156
0.754275
9985160b0194251d888d7e10c2cfb7ac56f03e80
181
c
C
pattern/aritraroy24.c
saurabh3235/HACKTOBERFEST2020_pattern
2d203f67ea276099d8c7f467fe838932f1fdc9cb
[ "MIT" ]
null
null
null
pattern/aritraroy24.c
saurabh3235/HACKTOBERFEST2020_pattern
2d203f67ea276099d8c7f467fe838932f1fdc9cb
[ "MIT" ]
null
null
null
pattern/aritraroy24.c
saurabh3235/HACKTOBERFEST2020_pattern
2d203f67ea276099d8c7f467fe838932f1fdc9cb
[ "MIT" ]
null
null
null
#include<stdio.h> #include<conio.h> // program for printing the pattern void main() { int i=0,j=0; for(i=1;i<=5;i++) { for(j=1;j<=i;j++) printf("%d",j); printf("\n"); } }
12.928571
35
0.552486
394c4dbf7c929189b09dc76ab0a02b259ae39e72
770
h
C
Systems Programming (C)/src/hnccom.h
PFigs/portfolio
26d3d005b62af50a5f708930105fe506ec186d24
[ "MIT" ]
null
null
null
Systems Programming (C)/src/hnccom.h
PFigs/portfolio
26d3d005b62af50a5f708930105fe506ec186d24
[ "MIT" ]
null
null
null
Systems Programming (C)/src/hnccom.h
PFigs/portfolio
26d3d005b62af50a5f708930105fe506ec186d24
[ "MIT" ]
1
2018-09-07T09:27:18.000Z
2018-09-07T09:27:18.000Z
/* * INSTITUTO SUPERIOR TECNICO * PROGRAMACAO DE SISTEMAS * PROJECTO HIGH NOON * * Semestre Inverno 09/10 * * Realizado Por: * Eduardo Santos (58008) * Pedro Neves (58011) * Pedro Silva(58035) * */ struct sockaddr_in resolve_nome(char* trackername, int trackerport); void ligacao(unsigned int ...
33.478261
99
0.724675
79c2572455b3bbb4153288522eefa98b01fec075
3,169
h
C
Pendulum.h
Sgw32/R3E
8a55dd137d9e102cf4c9c2fee3d89901bdefa3cd
[ "MIT" ]
7
2017-11-27T15:15:08.000Z
2021-03-29T16:53:22.000Z
Pendulum.h
Sgw32/R3E
8a55dd137d9e102cf4c9c2fee3d89901bdefa3cd
[ "MIT" ]
null
null
null
Pendulum.h
Sgw32/R3E
8a55dd137d9e102cf4c9c2fee3d89901bdefa3cd
[ "MIT" ]
4
2017-11-28T02:53:19.000Z
2021-01-29T10:37:52.000Z
///////////////////////////////////////////////////////////////////// ///////////////Original file by:Fyodor Zagumennov aka Sgw32////////// ///////////////Copyright(c) 2010 Fyodor Zagumennov ////////// ///////////////////////////////////////////////////////////////////// #pragma once #include <Ogre.h> //#include "D...
24.376923
128
0.694225
792961a392d1af0571f3d13e5c9bd2a04ef59f20
101
c
C
src/api/thread_metadata_pages.c
mit-enclaves/security_monitor
eb06e489a624ffe9c1773dfd03ee1940929a18eb
[ "MIT" ]
2
2020-04-23T19:36:53.000Z
2020-05-10T01:56:12.000Z
src/api/thread_metadata_pages.c
mit-enclaves/security_monitor
eb06e489a624ffe9c1773dfd03ee1940929a18eb
[ "MIT" ]
null
null
null
src/api/thread_metadata_pages.c
mit-enclaves/security_monitor
eb06e489a624ffe9c1773dfd03ee1940929a18eb
[ "MIT" ]
1
2022-02-28T14:24:31.000Z
2022-02-28T14:24:31.000Z
#include <sm.h> uint64_t sm_internal_thread_metadata_pages () { return thread_metadata_pages(); }
16.833333
47
0.772277
b2f302d67e8dc875c3279edd55d184db3b0ba8fe
816
c
C
src/mainE.c
orlandoenrico/MaxWeightedIndependentSet
ea65233c31221995beac1a64641ee38f4a572876
[ "MIT" ]
null
null
null
src/mainE.c
orlandoenrico/MaxWeightedIndependentSet
ea65233c31221995beac1a64641ee38f4a572876
[ "MIT" ]
null
null
null
src/mainE.c
orlandoenrico/MaxWeightedIndependentSet
ea65233c31221995beac1a64641ee38f4a572876
[ "MIT" ]
null
null
null
/* mainE.c Autor: Orlando Enrico Liz Silvério Silva Data: 17/11/17 */ #include <stdio.h> #include <stdlib.h> #include "exato.h" int main(){ unsigned int M, N, i; //ńúmero de esquinas e números de pares de esquinas vizinhas if(scanf("%u %u", &N, &M)!=2) printf("erro\n"); esquina *e = (esquina *) m...
23.314286
65
0.550245
05bc9f31e647c57bddd5153b50699a56ce43d7ce
573
h
C
leetcodeInXcode/Solution/Palindrome Number.h
thats2ez/leetcode-in-Xcode
6a9cd577276908d1186002d8c365ad2fe84347f0
[ "MIT" ]
1
2019-08-11T08:47:53.000Z
2019-08-11T08:47:53.000Z
leetcodeInXcode/Solution/Palindrome Number.h
thats2ez/leetcode-in-Xcode
6a9cd577276908d1186002d8c365ad2fe84347f0
[ "MIT" ]
null
null
null
leetcodeInXcode/Solution/Palindrome Number.h
thats2ez/leetcode-in-Xcode
6a9cd577276908d1186002d8c365ad2fe84347f0
[ "MIT" ]
1
2021-07-21T09:03:43.000Z
2021-07-21T09:03:43.000Z
// // Palindrome Number.h // leetcodeInXcode // // Created by Kaiqi on 12/17/14. // Copyright (c) 2014 edu.self. All rights reserved. // class Solution { public: bool isPalindrome(int x) { if (x < 0) { return false; } int d = 1; while (d <= x/10) { d *= 1...
19.1
53
0.378709
e80eac168f180d7a9b7ad08a78d025d68dbff827
90
c
C
NCGB/Compile/src/OBSOLETE2009/PolyGenerator.c
mcdeoliveira/NC
54b2a81ebda9e5260328f88f83f56fe8cf472ac3
[ "BSD-3-Clause" ]
103
2016-09-21T06:01:23.000Z
2022-03-27T06:52:10.000Z
NCGB/Compile/src/OBSOLETE2009/PolyGenerator.c
albinjames/NC
157a55458931a18dd1f42478872c9df0de5cc450
[ "BSD-3-Clause" ]
11
2017-03-27T13:11:42.000Z
2022-03-08T13:46:14.000Z
NCGB/Compile/src/OBSOLETE2009/PolyGenerator.c
albinjames/NC
157a55458931a18dd1f42478872c9df0de5cc450
[ "BSD-3-Clause" ]
21
2017-06-23T09:01:21.000Z
2022-02-18T06:24:00.000Z
// PolyGenerator.c #include "PolyGenerator.hpp" PolyGenerator::~PolyGenerator(){};
15
35
0.7
9f9a1d3fceb371d9020bda3121788294b6784265
607
h
C
include/alloc.h
neolibc/neolibc-interface
919ed73d7b2ea91d2c7559e0674ff0131355c957
[ "MIT" ]
null
null
null
include/alloc.h
neolibc/neolibc-interface
919ed73d7b2ea91d2c7559e0674ff0131355c957
[ "MIT" ]
null
null
null
include/alloc.h
neolibc/neolibc-interface
919ed73d7b2ea91d2c7559e0674ff0131355c957
[ "MIT" ]
null
null
null
#include "types.h" typedef struct { void *(*allocate)(size_t size); void *(*clear_allocate)(size_t num_elements, size_t size); void *(*reallocate)(void *ptr, size_t size); void (*deallocate)(void *ptr); } Allocator; typedef void (*OutOfMemoryHandler)(void); void set_global_allocator(Allocator alloc);...
27.590909
62
0.756178
9f9c788621de2c499da7bd532b6530fdc7cb2603
279
h
C
ZCSelfUSE/Tools/Image/Categories/UIImage+SplitImageIntoTwoParts.h
xiaowu2016/ZCSelfUSE
996dd569f492290e80b5940e036231030e9b7a35
[ "MIT" ]
4
2016-06-29T08:53:39.000Z
2016-10-21T03:25:48.000Z
ZCSelfUSE/Tools/Image/Categories/UIImage+SplitImageIntoTwoParts.h
xiaowu2016/ZCSelfUSE
996dd569f492290e80b5940e036231030e9b7a35
[ "MIT" ]
null
null
null
ZCSelfUSE/Tools/Image/Categories/UIImage+SplitImageIntoTwoParts.h
xiaowu2016/ZCSelfUSE
996dd569f492290e80b5940e036231030e9b7a35
[ "MIT" ]
null
null
null
// // UIImage+SplitImageIntoTwoParts.h // ZCSelfUSE // // Created by zhangchao on 16/6/2. // Copyright © 2016年 zhangchao. All rights reserved. // #import <UIKit/UIKit.h> @interface UIImage (SplitImageIntoTwoParts) + (NSArray *)splitImageIntoTwoParts:(UIImage *)image; @end
19.928571
53
0.724014
c335986d6227ed2b90ed679ae3b7c0fd984a2176
1,697
h
C
FKUtility/FKOSType.h
FajraKatviro/FKFramework2
0b55b402c255b50fe07ee568bbf46acd6617a6e4
[ "MIT" ]
2
2015-10-01T07:25:36.000Z
2015-11-02T23:14:10.000Z
FKUtility/FKOSType.h
FajraKatviro/FKFramework2
0b55b402c255b50fe07ee568bbf46acd6617a6e4
[ "MIT" ]
13
2015-11-02T22:15:14.000Z
2015-11-03T21:08:51.000Z
FKUtility/FKOSType.h
FajraKatviro/FKFramework2
0b55b402c255b50fe07ee568bbf46acd6617a6e4
[ "MIT" ]
null
null
null
#ifndef FKOSTYPE_H #define FKOSTYPE_H #include <QtGlobal> #include <QString> #include <QMap> namespace FKOSType{ const qint8 common=0; const qint8 nix=1; const qint8 ard=2; const qint8 mac=3; const qint8 ios=4; const qint8 win=5; #if defined(Q_OS_WIN) const qint8 current=win; #elif defined...
27.370968
74
0.706541
6686cc54f6defe51389d0770990150a33fd772cc
52,558
h
C
dependancies/include/gtkmm/giomm/application.h
Illation/synthesizer
da77d55c1c69829bbad76d0c14b9c56a5261b642
[ "MIT" ]
2
2020-03-24T09:46:35.000Z
2020-06-16T01:42:46.000Z
dependancies/include/gtkmm/giomm/application.h
Illation/synthesizer
da77d55c1c69829bbad76d0c14b9c56a5261b642
[ "MIT" ]
null
null
null
dependancies/include/gtkmm/giomm/application.h
Illation/synthesizer
da77d55c1c69829bbad76d0c14b9c56a5261b642
[ "MIT" ]
null
null
null
// Generated by gmmproc 2.52.1 -- DO NOT MODIFY! #ifndef _GIOMM_APPLICATION_H #define _GIOMM_APPLICATION_H #include <giommconfig.h> #include <glibmm/ustring.h> #include <sigc++/sigc++.h> /* Copyright (C) 2007 The gtkmm Development Team * * This library is free software; you can redistribute it and/or * modify it...
38.960712
156
0.717874
6879da897e9055dae6d41dccf0c190bf9b12b133
2,239
c
C
rw.c
fpeder/fgh
388a14241426b0b8bad52c50cd88582ac7c8efde
[ "BSD-2-Clause" ]
2
2020-08-24T18:32:30.000Z
2022-02-12T13:31:52.000Z
rw.c
fpeder/fgh
388a14241426b0b8bad52c50cd88582ac7c8efde
[ "BSD-2-Clause" ]
null
null
null
rw.c
fpeder/fgh
388a14241426b0b8bad52c50cd88582ac7c8efde
[ "BSD-2-Clause" ]
null
null
null
#include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <assert.h> void bin_print(uint64_t x) { int i; for (i=63; i>=0; i--) printf("%d", (x>>i) &1ULL); } void bwi_print(uint64_t *bmp, int H, int W) { int i, j; for (i=0; i<H; i++) { for (j=0; j<W; j++) bin_print(bmp[i*W+j]); print...
19.991071
58
0.498437
67fbdfa11b9a712a5f91db9e100fed34de16b5b2
1,313
h
C
GamePlay/PIIClearSelection.h
TaylorClark/PrimeTime
3c62f6c53e0494146a95be1412273de3cf05bcd2
[ "MIT" ]
null
null
null
GamePlay/PIIClearSelection.h
TaylorClark/PrimeTime
3c62f6c53e0494146a95be1412273de3cf05bcd2
[ "MIT" ]
null
null
null
GamePlay/PIIClearSelection.h
TaylorClark/PrimeTime
3c62f6c53e0494146a95be1412273de3cf05bcd2
[ "MIT" ]
null
null
null
//================================================================================================= /*! \file PIIClearSelection.h Game Play Library Player Input Instruction Clear Selection Header \author Taylor Clark \date September 26, 2007 This header contains the definition for the block select game field ins...
27.354167
99
0.544554
d56e526e196f3f3712c5a92cc8f267bbe7cc8cbb
489
h
C
Odin/Src/Develop/Odin.Gungnir/Domain/Models/Customer.h
davidgjy/cpp-lib
7ca654549d135f9dd39f4b7040787ef18006d60c
[ "BSD-3-Clause" ]
null
null
null
Odin/Src/Develop/Odin.Gungnir/Domain/Models/Customer.h
davidgjy/cpp-lib
7ca654549d135f9dd39f4b7040787ef18006d60c
[ "BSD-3-Clause" ]
null
null
null
Odin/Src/Develop/Odin.Gungnir/Domain/Models/Customer.h
davidgjy/cpp-lib
7ca654549d135f9dd39f4b7040787ef18006d60c
[ "BSD-3-Clause" ]
null
null
null
#ifndef _Domain_Models_Customer_H_ #define _Domain_Models_Customer_H_ #include <string> using namespace std; class Customer { private: string fname; string lname; long no; public: Customer(const string& fn, const string& ln, long n) : fname(fn), lname(ln), no(n) {} friend ostream& operator << (ostream& strm...
20.375
65
0.668712
843e4ad22c020753afd1fa5438d5610a30a1e073
908
h
C
beamformer.h
lacker/seticore
953f24080acc9bd02c06e4625f3b81b12ee9c454
[ "MIT" ]
null
null
null
beamformer.h
lacker/seticore
953f24080acc9bd02c06e4625f3b81b12ee9c454
[ "MIT" ]
null
null
null
beamformer.h
lacker/seticore
953f24080acc9bd02c06e4625f3b81b12ee9c454
[ "MIT" ]
null
null
null
#pragma once using namespace std; class Beamformer { public: // Number of antennas const int nants; // Number of beams to form const int nbeams; // Number of frequency channels const int nchans; // Number of polarities const int npol; // Number of timesteps const int nsamp; Beamformer(int...
21.619048
95
0.693833
84496556a15bdccda95d02a7880fa6dfac70d89c
3,218
c
C
trunk/plf/bx2400/src/patch_list/tx_test_end.c
HESUPING/JmeshBLE-StaticLib
cf0900f004026c7e2e3448ffde07e21d4af8e387
[ "Apache-2.0" ]
null
null
null
trunk/plf/bx2400/src/patch_list/tx_test_end.c
HESUPING/JmeshBLE-StaticLib
cf0900f004026c7e2e3448ffde07e21d4af8e387
[ "Apache-2.0" ]
null
null
null
trunk/plf/bx2400/src/patch_list/tx_test_end.c
HESUPING/JmeshBLE-StaticLib
cf0900f004026c7e2e3448ffde07e21d4af8e387
[ "Apache-2.0" ]
3
2019-08-27T17:11:42.000Z
2021-02-04T06:38:35.000Z
#include <string.h> #include "compiler.h" #include "co_endian.h" #include "co_error.h" #include "ke_mem.h" #include "reg_ble_em_rx_desc.h" #include "reg_ble_em_tx_desc.h" #include "reg_ble_em_cs.h" #include "reg_blecore.h" #include "llm.h" #include "lld.h" #if (HCI_PRESENT) #include "hci.h" #endif //(HCI_PRESENT) #incl...
32.18
105
0.695774
41819baca7d3d666550c64cb749f69ac49f5c76f
37,534
c
C
Sample/Universal/UserInterface/UefiSetupBrowser/Dxe/DriverSample/DriverSample.c
bitcrystal/edk
321b15a55b946372eb21b3e95d323be245c31021
[ "BSD-3-Clause" ]
14
2016-09-25T02:27:49.000Z
2021-09-22T15:39:44.000Z
Sample/Universal/UserInterface/UefiSetupBrowser/Dxe/DriverSample/DriverSample.c
bitcrystal/edk
321b15a55b946372eb21b3e95d323be245c31021
[ "BSD-3-Clause" ]
1
2015-12-04T20:53:47.000Z
2015-12-04T20:53:47.000Z
Sample/Universal/UserInterface/UefiSetupBrowser/Dxe/DriverSample/DriverSample.c
bitcrystal/edk
321b15a55b946372eb21b3e95d323be245c31021
[ "BSD-3-Clause" ]
17
2015-07-21T10:18:21.000Z
2021-11-22T17:36:53.000Z
/*++ Copyright (c) 2004 - 2010, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-...
32.440795
147
0.573453
b95b33fb824231be3e29f37e701aabcb408dcb2f
251
h
C
src/crypto/pobh.h
criptolot/estatero
20df006e76297b8ba750ad81980d893867e45752
[ "MIT" ]
63
2017-07-25T21:57:21.000Z
2022-02-05T02:58:03.000Z
src/crypto/pobh.h
coinsinspect/biblepay-evolution
c9795a9b9eed0db6d2a1b4719d5e517e46d6e2cc
[ "MIT" ]
105
2017-09-04T00:52:17.000Z
2021-05-22T13:58:37.000Z
src/crypto/pobh.h
coinsinspect/biblepay-evolution
c9795a9b9eed0db6d2a1b4719d5e517e46d6e2cc
[ "MIT" ]
62
2017-08-04T19:48:40.000Z
2021-07-07T12:21:12.000Z
#ifndef _POBH_H #define _POBH_H #include <string.h> #include <stdlib.h> #include <stdio.h> #include <stdlib.h> #include <stdint.h> extern void initpobh(); void POBH2(unsigned char *x11, uint8_t theHash[], unsigned char *x12); #endif /* _POBH_H_ */
17.928571
70
0.713147
3b71eff8348d39339deb222442f237e0f3b6bc74
1,043
h
C
dart-impl/shmem/test/utils.h
RuhanDev/dash
c56193149c334e552df6f8439c3fb1510048b7f1
[ "BSD-3-Clause" ]
1
2019-05-19T20:31:20.000Z
2019-05-19T20:31:20.000Z
dart-impl/shmem/test/utils.h
RuhanDev/dash
c56193149c334e552df6f8439c3fb1510048b7f1
[ "BSD-3-Clause" ]
null
null
null
dart-impl/shmem/test/utils.h
RuhanDev/dash
c56193149c334e552df6f8439c3fb1510048b7f1
[ "BSD-3-Clause" ]
2
2019-10-02T23:19:22.000Z
2020-06-27T09:23:31.000Z
#ifndef UTILS_H_INCLUDED #define UTILS_H_INCLUDED #include <sys/time.h> #include <time.h> #include <stdio.h> #define MYTIMEVAL( tv_ ) \ ((tv_.tv_sec)+(tv_.tv_usec)*1.0e-6) #define TIMESTAMP( time_ ) \ { \ static struct timeval tv; \ gettimeofday( &tv, NULL ); \ time_=MYTIMEVAL(tv);...
28.189189
70
0.441035
3bf85c8309faeeee3c4043c5dd77fbc2014a01c0
4,409
h
C
Component/Classes/XKRouter.h
HPTears/Router
902a51379f0f41c527c39b7bc79e60d9d8deb325
[ "MIT" ]
null
null
null
Component/Classes/XKRouter.h
HPTears/Router
902a51379f0f41c527c39b7bc79e60d9d8deb325
[ "MIT" ]
null
null
null
Component/Classes/XKRouter.h
HPTears/Router
902a51379f0f41c527c39b7bc79e60d9d8deb325
[ "MIT" ]
null
null
null
/******************************************************************************* # File : XKRouter.h # Project : xk # Author : Jamesholy # Created : 12/6/17 # Corporation : xk # Description : 项目路由,负责分发页面跳转 ------------------------------------------------------------------------------- # Dat...
25.33908
249
0.687911
b3efad73c5622063e5334c3ba75e2129f90e6461
7,169
h
C
indra/newview/noise.h
humbletim/archived-casviewer
3b51b1baae7e7cebf1c7dca62d9c02751709ee57
[ "Unlicense" ]
1
2022-01-29T07:10:03.000Z
2022-01-29T07:10:03.000Z
indra/newview/noise.h
bloomsirenix/Firestorm-manikineko
67e1bb03b2d05ab16ab98097870094a8cc9de2e7
[ "Unlicense" ]
null
null
null
indra/newview/noise.h
bloomsirenix/Firestorm-manikineko
67e1bb03b2d05ab16ab98097870094a8cc9de2e7
[ "Unlicense" ]
1
2021-10-01T22:22:27.000Z
2021-10-01T22:22:27.000Z
/** * @file noise.h * @brief Perlin noise routines for procedural textures, etc * * $LicenseInfo:firstyear=2000&license=viewerlgpl$ * Second Life Viewer Source Code * Copyright (C) 2010, Linden Research, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the...
20.02514
90
0.545125
df9db0ca2ec740780d0d48e85906c81642db7eeb
961
h
C
main/src/application.h
abdes/asap_app_imgui
0b33f477ae46ca2c140f463088b6652abe370ea5
[ "BSD-3-Clause" ]
70
2018-11-21T13:01:57.000Z
2022-03-17T23:31:00.000Z
main/src/application.h
fromasmtodisasm/asap_app_imgui
68953de0c24429c15dfd32b97f748e442dc64efb
[ "BSD-3-Clause" ]
1
2018-11-21T15:48:50.000Z
2018-11-25T15:14:43.000Z
main/src/application.h
fromasmtodisasm/asap_app_imgui
68953de0c24429c15dfd32b97f748e442dc64efb
[ "BSD-3-Clause" ]
25
2018-12-20T06:54:13.000Z
2022-03-20T14:55:04.000Z
// Copyright The Authors 2018. // Distributed under the 3-Clause BSD License. // (See accompanying file LICENSE or copy at // https://opensource.org/licenses/BSD-3-Clause) #pragma once #include <glad/gl.h> #include <ui/application_base.h> class Shader; namespace asap { class Application final : public...
22.348837
73
0.691988
2acfd62430462bb92a54f071ea2447f2059bd0c1
2,156
h
C
src/platform/platform_macosx.h
swingflip/C64_mini_VICE
7a6d9d41ae60409a2bb985bb8d6324a7269a0daa
[ "Apache-2.0" ]
2
2018-11-15T19:52:34.000Z
2022-01-17T19:45:01.000Z
src/platform/platform_macosx.h
Classicmods/C64_mini_VICE
7a6d9d41ae60409a2bb985bb8d6324a7269a0daa
[ "Apache-2.0" ]
null
null
null
src/platform/platform_macosx.h
Classicmods/C64_mini_VICE
7a6d9d41ae60409a2bb985bb8d6324a7269a0daa
[ "Apache-2.0" ]
3
2019-06-30T05:37:04.000Z
2021-12-04T17:12:35.000Z
/* * platform_macosx.h - Mac OS X Platform detection * * Written by * Christian Vogelgsang <chris@vogelgsang.org> * * Based on Code by * http://www.cocoadev.com/index.pl?DeterminingOSVersion * * This file is part of VICE, the Versatile Commodore Emulator. * See README for copyright notice. * * This progr...
26.292683
72
0.723098
4a2093816c6c2fd97ad8b14d77c83a45dd9ea48d
251
h
C
SampleADBalloon/SampleADBalloon/SampleADBalloon/EX_ABInterstitial_ViewController.h
ADballoon/adballoon-ios-sdk
c2828f4c09a5d5bcebbe5895847b62ca953c22da
[ "Apache-2.0" ]
null
null
null
SampleADBalloon/SampleADBalloon/SampleADBalloon/EX_ABInterstitial_ViewController.h
ADballoon/adballoon-ios-sdk
c2828f4c09a5d5bcebbe5895847b62ca953c22da
[ "Apache-2.0" ]
null
null
null
SampleADBalloon/SampleADBalloon/SampleADBalloon/EX_ABInterstitial_ViewController.h
ADballoon/adballoon-ios-sdk
c2828f4c09a5d5bcebbe5895847b62ca953c22da
[ "Apache-2.0" ]
null
null
null
// // EX_ABInterstitial_ViewController.h // ADballoonExample // // Created by Hang on 5/12/14. // Copyright (c) 2014 ADballoon. All rights reserved. // #import <UIKit/UIKit.h> @interface EX_ABInterstitial_ViewController : UIViewController @end
17.928571
62
0.741036
4a5ebaa516d76efa4e234286fe66d12b14a1b42c
602
h
C
unsorted_include_todo/JPAFieldVortex.h
projectPiki/pikmin2
a431d992acde856d092889a515ecca0e07a3ea7c
[ "Unlicense" ]
33
2021-12-08T11:10:59.000Z
2022-03-26T19:59:37.000Z
unsorted_include_todo/JPAFieldVortex.h
projectPiki/pikmin2
a431d992acde856d092889a515ecca0e07a3ea7c
[ "Unlicense" ]
6
2021-12-22T17:54:31.000Z
2022-01-07T21:43:18.000Z
unsorted_include_todo/JPAFieldVortex.h
projectPiki/pikmin2
a431d992acde856d092889a515ecca0e07a3ea7c
[ "Unlicense" ]
2
2022-01-04T06:00:49.000Z
2022-01-26T07:27:28.000Z
#ifndef _JPAFIELDVORTEX_H #define _JPAFIELDVORTEX_H /* __vt__14JPAFieldVortex: .4byte 0 .4byte 0 .4byte __dt__14JPAFieldVortexFv .4byte prepare__14JPAFieldVortexFP18JPAEmitterWorkDataP13JPAFieldBlock .4byte calc__14JPAFieldVortexFP18JPAEmitterWorkDataP13JPAFieldBlockP15JPABaseParticle */ st...
25.083333
81
0.717608
048b8501846e5878bd4e308e01667e112f940f88
3,388
c
C
file_operations/file_operations_toolkit.c
straceX/cprogrammingtoolkit
20434348731800da0289757880aa13e395c76068
[ "Apache-2.0" ]
null
null
null
file_operations/file_operations_toolkit.c
straceX/cprogrammingtoolkit
20434348731800da0289757880aa13e395c76068
[ "Apache-2.0" ]
null
null
null
file_operations/file_operations_toolkit.c
straceX/cprogrammingtoolkit
20434348731800da0289757880aa13e395c76068
[ "Apache-2.0" ]
null
null
null
#ifdef OS_WINDOWS #else stream_info *learn_buffer_inf(FILE *fp) { stream_info *si = NULL; if( !(si = (stream_info *) malloc(sizeof(stream_info)) ) ) return NULL; else { if (fp->_flags & _IONBF) si->buff_type = "Unbuffered"; else if (fp->_flags & _IOLBF) ...
19.697674
100
0.471074
cc6a20b678758b2fc65a21a1491b697cf11297c6
7,063
c
C
base/boot/lib/i386/input.c
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
base/boot/lib/i386/input.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
base/boot/lib/i386/input.c
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: input.c Author: Ken Reneris Oct-2-1997 Abstract: --*/ #include "bootx86.h" #include "displayp.h" #include "stdio.h" // // Takes any pending input and converts it into a KEY value. Non-blocking, returning 0 if no input a...
23.701342
130
0.352117
288348d96dc15b0419c7220327c9080f6a80964f
4,984
h
C
2-eciot-agentlite-oceanconnect/miniprojects/include/hw_errcode.h
softbaddog/iot-codelabs
36b7b4b3d35949e0223bf4e4d92d7995fcc832c9
[ "MIT" ]
28
2017-07-17T14:25:27.000Z
2020-05-10T00:12:51.000Z
2-eciot-agentlite-oceanconnect/miniprojects/include/hw_errcode.h
softbaddog/iot-codelabs
36b7b4b3d35949e0223bf4e4d92d7995fcc832c9
[ "MIT" ]
null
null
null
2-eciot-agentlite-oceanconnect/miniprojects/include/hw_errcode.h
softbaddog/iot-codelabs
36b7b4b3d35949e0223bf4e4d92d7995fcc832c9
[ "MIT" ]
35
2017-07-18T13:34:43.000Z
2019-11-29T03:36:48.000Z
/** * @file hw_errcode.h */ #ifndef _HW_ERRCODE_H_ #define _HW_ERRCODE_H_ #ifdef __cplusplus extern "C" { #endif #define HW_OK 0 /**< Indicates ok */ #define HW_ERR 1 /**< Indicates err */ #defi...
76.676923
116
0.381421
931a44c7a33efdcc77118910a84a309aca0d6459
1,342
h
C
src/hooks.h
zahidaliayub/emercoin-EMC
feb048e19e31886259f75347968f164bc702bc33
[ "MIT" ]
34
2015-01-18T22:55:52.000Z
2020-09-11T13:23:12.000Z
src/hooks.h
zahidaliayub/emercoin-EMC
feb048e19e31886259f75347968f164bc702bc33
[ "MIT" ]
7
2015-03-21T09:04:41.000Z
2016-07-24T04:19:36.000Z
src/hooks.h
zahidaliayub/emercoin-EMC
feb048e19e31886259f75347968f164bc702bc33
[ "MIT" ]
14
2015-05-10T09:59:02.000Z
2020-08-18T11:25:10.000Z
// Copyright (c) 2010-2011 Vincent Durham // Distributed under the MIT/X11 software license, see the accompanying // file license.txt or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_HOOKS_H #define BITCOIN_HOOKS_H class CScript; class CTransaction; class CBlockIndex; class CTxOut; struct nameTe...
34.410256
169
0.757824
d1fca30fd712f8eca3cf4658fc9e6175e9e17a3c
1,803
h
C
Applications/Podcasts/MTSetPlaybackQueueUtil.h
lechium/tvOS124Headers
11d1b56dd4c0ffd88b9eac43f87a5fd6f7228475
[ "MIT" ]
4
2019-08-27T18:03:47.000Z
2021-09-18T06:29:00.000Z
Applications/Podcasts/MTSetPlaybackQueueUtil.h
lechium/tvOS124Headers
11d1b56dd4c0ffd88b9eac43f87a5fd6f7228475
[ "MIT" ]
null
null
null
Applications/Podcasts/MTSetPlaybackQueueUtil.h
lechium/tvOS124Headers
11d1b56dd4c0ffd88b9eac43f87a5fd6f7228475
[ "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" @interface MTSetPlaybackQueueUtil : NSObject { } + (long long)_automaticCommandStatusForRequestStatus:(long long)arg1; // IMP=0x0000000100087a00 + (_Bool)_set...
72.12
283
0.811425
3073c52108ed1a80672074521df61d7b84820b9d
1,899
h
C
eftl-c-sdk/src/msg.h
TIBCOSoftware/TIBCO-Messaging
9dba9178e69fc97665436534d57511b8740c132b
[ "BSD-3-Clause" ]
11
2018-06-08T19:58:17.000Z
2021-11-18T09:28:46.000Z
eftl-c-sdk/src/msg.h
TIBCOSoftware/TIBCO-Messaging
9dba9178e69fc97665436534d57511b8740c132b
[ "BSD-3-Clause" ]
8
2019-06-18T23:49:51.000Z
2020-11-10T01:06:38.000Z
eftl-c-sdk/src/msg.h
TIBCOSoftware/TIBCO-Messaging
9dba9178e69fc97665436534d57511b8740c132b
[ "BSD-3-Clause" ]
4
2019-04-22T21:06:37.000Z
2021-02-04T07:47:16.000Z
/* * Copyright (c) 2021 TIBCO Software Inc. * Licensed under a BSD-style license. Refer to [LICENSE] * For more information, please contact: * TIBCO Software Inc., Palo Alto, California, USA * * $Id: msg.h 128828 2020-09-25 15:29:03Z $ * */ #ifndef INCLUDED_TIBEFTL_MSG_H #define INCLUDED_TIBEFTL_MSG_H #includ...
22.879518
57
0.61822
ca64e0ac5d9d5878a21962c7961fb7cdabd26e25
4,548
h
C
src/sysc/scc/observer.h
minres/SC-Snippets
7bbef20f1d1dcb2404e4d9ad48029bd04cfc5c20
[ "Apache-2.0" ]
null
null
null
src/sysc/scc/observer.h
minres/SC-Snippets
7bbef20f1d1dcb2404e4d9ad48029bd04cfc5c20
[ "Apache-2.0" ]
null
null
null
src/sysc/scc/observer.h
minres/SC-Snippets
7bbef20f1d1dcb2404e4d9ad48029bd04cfc5c20
[ "Apache-2.0" ]
null
null
null
/******************************************************************************* * Copyright 2018-2021 MINRES Technologies GmbH * * 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.454545
163
0.716799
aa86a735f7ece988cc2dd4f16247159e08001448
423
h
C
Source/FSD/Public/ResourceReward.h
Dr-Turtle/DRG_ModPresetManager
abd7ff98a820969504491a1fe68cf2f9302410dc
[ "MIT" ]
8
2021-07-10T20:06:05.000Z
2022-03-04T19:03:50.000Z
Source/FSD/Public/ResourceReward.h
Dr-Turtle/DRG_ModPresetManager
abd7ff98a820969504491a1fe68cf2f9302410dc
[ "MIT" ]
9
2022-01-13T20:49:44.000Z
2022-03-27T22:56:48.000Z
Source/FSD/Public/ResourceReward.h
Dr-Turtle/DRG_ModPresetManager
abd7ff98a820969504491a1fe68cf2f9302410dc
[ "MIT" ]
2
2021-07-10T20:05:42.000Z
2022-03-14T17:05:35.000Z
#pragma once #include "CoreMinimal.h" #include "Reward.h" #include "ResourceReward.generated.h" class UResourceData; UCLASS(BlueprintType, EditInlineNew) class UResourceReward : public UReward { GENERATED_BODY() public: protected: UPROPERTY(BlueprintReadOnly, EditAnywhere) UResourceData* Resource; ...
18.391304
46
0.744681
801f93794768785079852c82462cde35168e0a20
27,657
h
C
lib/Headers/veintrin2.h
SXAuroraTSUBASAResearch/clang
80201efedf1a82bf4a411e3688e84bf8bc401dbd
[ "Apache-2.0" ]
1
2018-07-11T07:58:56.000Z
2018-07-11T07:58:56.000Z
lib/Headers/veintrin2.h
sx-aurora-dev/clang
80201efedf1a82bf4a411e3688e84bf8bc401dbd
[ "Apache-2.0" ]
1
2019-01-16T05:22:21.000Z
2019-01-16T05:22:21.000Z
lib/Headers/veintrin2.h
sx-aurora-dev/clang
80201efedf1a82bf4a411e3688e84bf8bc401dbd
[ "Apache-2.0" ]
2
2018-07-11T10:15:30.000Z
2019-01-15T13:51:00.000Z
#define _ve_vld_vss __builtin_ve_vld_vss #define _ve_vldu_vss __builtin_ve_vldu_vss #define _ve_vldlsx_vss __builtin_ve_vldlsx_vss #define _ve_vldlzx_vss __builtin_ve_vldlzx_vss #define _ve_vld2d_vss __builtin_ve_vld2d_vss #define _ve_vldu2d_vss __builtin_ve_vldu2d_vss #define _ve_vldl2dsx_vss __builtin_ve_vldl2dsx_vss...
48.863958
56
0.918285
45ecd0e935ae0c630945f00ff3fab49c21b41ddd
724
c
C
test/cases/scope/age.c
bocke/ucc
d95c0014dfc555c3eb6e9fdf909e0460bf2a0060
[ "MIT" ]
55
2015-02-07T12:31:13.000Z
2022-02-19T15:25:02.000Z
test/cases/scope/age.c
bocke/ucc
d95c0014dfc555c3eb6e9fdf909e0460bf2a0060
[ "MIT" ]
null
null
null
test/cases/scope/age.c
bocke/ucc
d95c0014dfc555c3eb6e9fdf909e0460bf2a0060
[ "MIT" ]
9
2015-08-06T21:26:33.000Z
2022-01-14T03:44:40.000Z
// RUN: %ucc -o %t %s // RUN: [ `%t | grep '^#' | wc -l` -eq 1 ] // RUN: %t | grep -F '# 35 53' char * strpbrk(const char *s, const char *charset); int snprintf(char * restrict str, unsigned long size, const char * restrict format, ...); int printf(const char *, ...) __attribute__((format(printf, 1, 2))); strcmpany(ch...
22.625
89
0.516575
a11a51ae7e49ab0b0e1c57ac2e0a1e2d76dfee56
7,020
h
C
librtt/Rtt_MPlatform.h
pouwelsjochem/corona
86ffe9002e42721b4bb2c386024111d995e7b27c
[ "MIT" ]
null
null
null
librtt/Rtt_MPlatform.h
pouwelsjochem/corona
86ffe9002e42721b4bb2c386024111d995e7b27c
[ "MIT" ]
null
null
null
librtt/Rtt_MPlatform.h
pouwelsjochem/corona
86ffe9002e42721b4bb2c386024111d995e7b27c
[ "MIT" ]
null
null
null
////////////////////////////////////////////////////////////////////////////// // // This file is part of the Corona game engine. // For overview and more information on licensing please refer to README.md // Home page: https://github.com/coronalabs/corona // Contact: support@coronalabs.com // ////////////////////////...
32.201835
127
0.687892
a2816e40230d5d05ddb1cd8532e4cd70d8b0ffec
25,406
h
C
cocos3d/cocos3d/Nodes/CC3UtilityMeshNodes.h
LaudateCorpus1/cocos3d
d71dba7d3d38eac81b68ef18035d5adaf9e6927d
[ "MIT" ]
228
2015-01-06T16:39:26.000Z
2022-02-24T14:46:58.000Z
cocos3d/cocos3d/Nodes/CC3UtilityMeshNodes.h
xgqelite/cocos3d
2384b4be410eea7262233ee126c9685c405b4d54
[ "MIT" ]
7
2015-01-19T06:30:29.000Z
2019-12-21T22:53:38.000Z
cocos3d/cocos3d/Nodes/CC3UtilityMeshNodes.h
xgqelite/cocos3d
2384b4be410eea7262233ee126c9685c405b4d54
[ "MIT" ]
85
2015-01-13T02:46:28.000Z
2022-02-19T21:09:57.000Z
/* * CC3UtilityMeshNodes.h * * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "S...
40.391097
104
0.76907
a2a267287268668c219033e00b0649b895189452
296
h
C
build/msvc9/config.h
dornhege/quarter
44f9db64d507c997ca7e51bb568ff7adc4a7cd68
[ "BSD-3-Clause" ]
17
2019-12-27T16:39:22.000Z
2022-02-27T13:38:08.000Z
build/msvc9/config.h
dornhege/quarter
44f9db64d507c997ca7e51bb568ff7adc4a7cd68
[ "BSD-3-Clause" ]
19
2019-12-25T18:42:26.000Z
2022-03-16T22:06:01.000Z
build/msvc9/config.h
dornhege/quarter
44f9db64d507c997ca7e51bb568ff7adc4a7cd68
[ "BSD-3-Clause" ]
19
2020-01-01T15:23:45.000Z
2022-02-14T12:10:51.000Z
#ifndef QUARTER_DEBUG #error The define QUARTER_DEBUG needs to be defined to true or false #endif #ifndef QUARTER_INTERNAL #error this is a private header file #endif #if QUARTER_DEBUG #include "config-debug.h" #else /* !QUARTER_DEBUG */ #include "config-release.h" #endif /* !QUARTER_DEBUG */
21.142857
68
0.763514
a2d0c157c96af77b616e95c81c87137d98a64834
749
h
C
System/Library/PrivateFrameworks/GameCenterUI.framework/GKDetachedContentView.h
lechium/tvOS130Headers
6b47cdcd4a6f453b399aa9d742b5d0f7e3f732fd
[ "MIT" ]
11
2019-11-06T04:48:48.000Z
2022-02-09T17:48:15.000Z
System/Library/PrivateFrameworks/GameCenterUI.framework/GKDetachedContentView.h
lechium/tvOS130Headers
6b47cdcd4a6f453b399aa9d742b5d0f7e3f732fd
[ "MIT" ]
1
2020-04-16T01:41:56.000Z
2020-04-16T04:32:00.000Z
System/Library/PrivateFrameworks/GameCenterUI.framework/GKDetachedContentView.h
lechium/tvOS130Headers
6b47cdcd4a6f453b399aa9d742b5d0f7e3f732fd
[ "MIT" ]
3
2019-12-22T20:17:53.000Z
2021-01-25T09:47:49.000Z
/* * This header is generated by classdump-dyld 1.0 * on Tuesday, November 5, 2019 at 2:40:54 AM Mountain Standard Time * Operating System: Version 13.0 (Build 17J586) * Image Source: /System/Library/PrivateFrameworks/GameCenterUI.framework/GameCenterUI * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by...
31.208333
148
0.779706
ec959298197a2c46b72b1e8778e1ed50ca075bcb
2,331
h
C
src/logger.h
pmswga/suspicious-scanner
5ec29c7619981c8de67a221c00a33db335667eae
[ "Unlicense" ]
null
null
null
src/logger.h
pmswga/suspicious-scanner
5ec29c7619981c8de67a221c00a33db335667eae
[ "Unlicense" ]
null
null
null
src/logger.h
pmswga/suspicious-scanner
5ec29c7619981c8de67a221c00a33db335667eae
[ "Unlicense" ]
null
null
null
#ifndef LOGGER_H #define LOGGER_H #include <chrono> #include <vector> #include <string> #include <map> #include "logger_entry.h" #include "validator_code.h" using LoggerEntries = std::vector<LoggerEntry*>; using LoggerDetections = std::map<std::string, int>; class Logger { LoggerEntries logs; LoggerDetection...
19.106557
98
0.466323
ece37d3cbd94a07ef3def5565c1bda9dbd3c76c8
1,090
c
C
lib/libft/src/ft_sqrt.c
W2Codam/MiniRT
4a98cc8f2d620a980a4fabd9a42270b7be9a7720
[ "MIT" ]
null
null
null
lib/libft/src/ft_sqrt.c
W2Codam/MiniRT
4a98cc8f2d620a980a4fabd9a42270b7be9a7720
[ "MIT" ]
null
null
null
lib/libft/src/ft_sqrt.c
W2Codam/MiniRT
4a98cc8f2d620a980a4fabd9a42270b7be9a7720
[ "MIT" ]
null
null
null
/* ************************************************************************** */ /* */ /* :::::::: */ /* ft_sqrt.c :+: :+: ...
38.928571
80
0.192661