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
524fc40e44dca097db6dc494b6d515b74aed091b
557
c
C
programas C/encontros__/Exercicios/Exerc01/main.c
josedembo/Programas_C
25d08350ff520e9861279957b96c39e2c669fcbf
[ "MIT" ]
1
2021-02-16T15:37:43.000Z
2021-02-16T15:37:43.000Z
programas C/encontros__/Exercicios/Exerc01/main.c
josedembo/Programas_C
25d08350ff520e9861279957b96c39e2c669fcbf
[ "MIT" ]
null
null
null
programas C/encontros__/Exercicios/Exerc01/main.c
josedembo/Programas_C
25d08350ff520e9861279957b96c39e2c669fcbf
[ "MIT" ]
null
null
null
#include <stdio.h> #include <stdlib.h> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ float mediaDoAluno(float nota1, float nota2){ float media; media = 0; media = (nota1 + nota2)/2; return (media); } int main(int argc, char *argv[]) { float nota1, nota2, r...
22.28
100
0.666068
52b3d1f6bd9752a3dae077bb4ae718be6b99aa84
1,657
h
C
fbpcf/mpc_framework/engine/tuple_generator/ITupleGenerator.h
wuman/fbpcf
741e87b16a9714a59677d9009fb29741a817ce04
[ "MIT" ]
1
2022-03-17T19:36:00.000Z
2022-03-17T19:36:00.000Z
fbpcf/mpc_framework/engine/tuple_generator/ITupleGenerator.h
wuman/fbpcf
741e87b16a9714a59677d9009fb29741a817ce04
[ "MIT" ]
null
null
null
fbpcf/mpc_framework/engine/tuple_generator/ITupleGenerator.h
wuman/fbpcf
741e87b16a9714a59677d9009fb29741a817ce04
[ "MIT" ]
null
null
null
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <stdint.h> #include <vector> namespace fbpcf::mpc_framework::engine::tuple_generator { const uint64_t kD...
23.013889
80
0.646952
fd70026dc043e2a787fd58213bff3cdcd68ff5dc
3,987
h
C
System/Library/Frameworks/UserNotificationsUI.framework/_UNNotificationExtensionRemoteViewController.h
lechium/iPhoneOS_12.1.1_Headers
aac688b174273dfcbade13bab104461f463db772
[ "MIT" ]
12
2019-06-02T02:42:41.000Z
2021-04-13T07:22:20.000Z
System/Library/Frameworks/UserNotificationsUI.framework/_UNNotificationExtensionRemoteViewController.h
lechium/iPhoneOS_12.1.1_Headers
aac688b174273dfcbade13bab104461f463db772
[ "MIT" ]
null
null
null
System/Library/Frameworks/UserNotificationsUI.framework/_UNNotificationExtensionRemoteViewController.h
lechium/iPhoneOS_12.1.1_Headers
aac688b174273dfcbade13bab104461f463db772
[ "MIT" ]
3
2019-06-11T02:46:10.000Z
2019-12-21T14:58:16.000Z
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:50:28 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/Frameworks/UserNotificationsUI.framework/UserNotificationsUI * classdump-dyld is licensed under GPLv3, Copyright © 2013...
50.468354
223
0.818159
59da245c4a987525bc581163676a0ae6259bbf24
3,746
c
C
install/main.c
JartC0ding/FoxOS-programs
45c43e4164b40f552cf5bb2aeb55e34c89dd004a
[ "MIT" ]
null
null
null
install/main.c
JartC0ding/FoxOS-programs
45c43e4164b40f552cf5bb2aeb55e34c89dd004a
[ "MIT" ]
null
null
null
install/main.c
JartC0ding/FoxOS-programs
45c43e4164b40f552cf5bb2aeb55e34c89dd004a
[ "MIT" ]
null
null
null
#include <stdio.h> #include <stdlib.h> #include <tools.h> #include <string.h> int main() { printf("Welcome to the FoxOS installer!\n"); char partition_path[256] = { 0 }; printf("On witch partition do you want to install FoxOS? (you can get a list of all partitions using the \"lsfs\" command) > "); int len = gets(p...
35.009346
203
0.709824
d3a17d83459cb716e8197463402da2faf41a4e77
1,566
h
C
src/Utils/perlin.h
rromanchuk/xptools
deff017fecd406e24f60dfa6aae296a0b30bff56
[ "X11", "MIT" ]
71
2015-12-15T19:32:27.000Z
2022-02-25T04:46:01.000Z
src/Utils/perlin.h
rromanchuk/xptools
deff017fecd406e24f60dfa6aae296a0b30bff56
[ "X11", "MIT" ]
19
2016-07-09T19:08:15.000Z
2021-07-29T10:30:20.000Z
src/Utils/perlin.h
rromanchuk/xptools
deff017fecd406e24f60dfa6aae296a0b30bff56
[ "X11", "MIT" ]
42
2015-12-14T19:13:02.000Z
2022-03-01T15:15:03.000Z
/* * Copyright (c) 2004, Laminar Research. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, ...
39.15
93
0.765645
1f7222338f67f1987c1852613adea18ec9acc9d8
120
h
C
kernel/node/ProcessInfo.h
busybox11/skift
778ae3a0dc5ac29d7de02200c49d3533e47854c5
[ "MIT" ]
2
2020-07-14T21:16:54.000Z
2020-10-08T08:40:47.000Z
kernel/node/ProcessInfo.h
busybox11/skift
778ae3a0dc5ac29d7de02200c49d3533e47854c5
[ "MIT" ]
null
null
null
kernel/node/ProcessInfo.h
busybox11/skift
778ae3a0dc5ac29d7de02200c49d3533e47854c5
[ "MIT" ]
null
null
null
#pragma once #include "kernel/node/Node.h" struct FsProcessInfo : public FsNode { }; void process_info_initialize();
12
36
0.75
5a8373ebadf4a946ea845d7fbc1e9cd98e9aded0
371
h
C
TH-2.0/main/nextView/repair/THRepairViewController.h
taroYxx/TH-2.0
f883793bf31d7b282e9b157d8c1413cd558f019e
[ "Apache-2.0" ]
1
2016-03-25T14:40:21.000Z
2016-03-25T14:40:21.000Z
TH-2.0/main/nextView/repair/THRepairViewController.h
taroYxx/TH-2.0
f883793bf31d7b282e9b157d8c1413cd558f019e
[ "Apache-2.0" ]
null
null
null
TH-2.0/main/nextView/repair/THRepairViewController.h
taroYxx/TH-2.0
f883793bf31d7b282e9b157d8c1413cd558f019e
[ "Apache-2.0" ]
null
null
null
// // THRepairViewController.h // TH-2.0 // // Created by Taro on 16/2/28. // Copyright © 2016年 Taro. All rights reserved. // #import <UIKit/UIKit.h> @interface THRepairViewController : UIViewController @property (nonatomic , strong) NSNumber * courseId; @property (nonatomic , strong) NSNumber * weekOrdinal; @pro...
23.1875
54
0.719677
f6c89ac239c7d5a4ef1845e7ff107e6dc62fbe2b
3,566
h
C
node-cifar.h
aaalgo/argos
cca6ea32fa14bb7e5d86520f10a67ecd63b06d0c
[ "BSD-3-Clause" ]
1
2017-03-13T05:04:19.000Z
2017-03-13T05:04:19.000Z
node-cifar.h
aaalgo/argos
cca6ea32fa14bb7e5d86520f10a67ecd63b06d0c
[ "BSD-3-Clause" ]
null
null
null
node-cifar.h
aaalgo/argos
cca6ea32fa14bb7e5d86520f10a67ecd63b06d0c
[ "BSD-3-Clause" ]
null
null
null
#ifndef ARGOS_NODE_CIFAR #define ARGOS_NODE_CIFAR namespace argos { namespace cifar { struct Example { int label; int labelx; vector<float> data; }; static size_t constexpr WIDTH = 32; static size_t constexpr HEIGHT = 32; static size_t c...
34.960784
109
0.415031
6e275ce3d85139a244a8fbf1fc97fa20abf8f7fe
371
h
C
PrivateFrameworks/GeoServices/GEOVoltaire3DTileRequester.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
17
2018-11-13T04:02:58.000Z
2022-01-20T09:27:13.000Z
PrivateFrameworks/GeoServices/GEOVoltaire3DTileRequester.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
3
2018-04-06T02:02:27.000Z
2018-10-02T01:12:10.000Z
PrivateFrameworks/GeoServices/GEOVoltaire3DTileRequester.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 <GeoServices/GEOVoltaireTileRequester.h> @interface GEOVoltaire3DTileRequester : GEOVoltaireTileRequester { } + (unsigned char)tileProviderIdentifier; - (unsigned int)tile...
20.611111
83
0.735849
053991223d5f5cf7c8d5e5e653b7db7efe859791
159
h
C
ESP/config.h
Andreww2607/HomeSense
2a2ba3081a34c027211161ab9d6a5d3c2493cf40
[ "Apache-2.0" ]
null
null
null
ESP/config.h
Andreww2607/HomeSense
2a2ba3081a34c027211161ab9d6a5d3c2493cf40
[ "Apache-2.0" ]
null
null
null
ESP/config.h
Andreww2607/HomeSense
2a2ba3081a34c027211161ab9d6a5d3c2493cf40
[ "Apache-2.0" ]
null
null
null
#define WIFI_SSID "Your WIFI" #define WIFI_PASS "Your PASS" #define MQTT_SERVER "192.168.0.2" #define MQTT_PORT 1883 #define MQTT_USER "" #define MQTT_PASS ""
22.714286
33
0.754717
40c0d8acfaea8c24b7352992d46117591096e37d
1,577
h
C
oactobjs32/include/bppiaout.h
codeforboston/anypia-emscripten
d4d1d154bae6b97acc619d5588d9a7515d220338
[ "CC0-1.0" ]
1
2020-09-23T21:46:55.000Z
2020-09-23T21:46:55.000Z
oactobjs32/include/bppiaout.h
codeforboston/anypia-emscripten
d4d1d154bae6b97acc619d5588d9a7515d220338
[ "CC0-1.0" ]
16
2020-05-07T18:53:55.000Z
2021-03-24T03:16:29.000Z
oactobjs32/include/bppiaout.h
codeforboston/anypia-emscripten
d4d1d154bae6b97acc619d5588d9a7515d220338
[ "CC0-1.0" ]
6
2020-04-19T23:04:22.000Z
2021-03-17T01:40:10.000Z
// Declarations for the <see cref="BpPiaOut"/> class to manage array of pia // formula bend points. // // $Id: bppiaout.h 1.17 2017/11/14 12:56:10EST 277133 Development $ #pragma once #include "dbleann.h" #include "intann.h" #include "avgwg.h" /// <summary>Manages the array of pia formula bend points.</s...
35.840909
101
0.692454
bcec6aaf51ab1c424238bdc2b5e251ac9a6818aa
86
h
C
include/Tcp.h
sitara-systems/sitara-asio
811c1425076ba317d46b168fe89f75dea84139a0
[ "MIT" ]
1
2021-03-22T10:54:27.000Z
2021-03-22T10:54:27.000Z
include/Tcp.h
sitara-systems/sitara-asio
811c1425076ba317d46b168fe89f75dea84139a0
[ "MIT" ]
null
null
null
include/Tcp.h
sitara-systems/sitara-asio
811c1425076ba317d46b168fe89f75dea84139a0
[ "MIT" ]
null
null
null
#pragma once #include "Asio.h" #include "tcp/TcpServer.h" #include "tcp/TcpClient.h"
14.333333
26
0.72093
7163d06ea835e71effc01438451cca56af94aca2
1,112
h
C
Day1/build/iOS/Preview/include/iOS.Foundation.NSMutableArray.h
sauvikatinnofied/ExploringFuse
cc272d55c7221d88ba773494f571b6528e5279f8
[ "Apache-2.0" ]
null
null
null
Day1/build/iOS/Preview/include/iOS.Foundation.NSMutableArray.h
sauvikatinnofied/ExploringFuse
cc272d55c7221d88ba773494f571b6528e5279f8
[ "Apache-2.0" ]
null
null
null
Day1/build/iOS/Preview/include/iOS.Foundation.NSMutableArray.h
sauvikatinnofied/ExploringFuse
cc272d55c7221d88ba773494f571b6528e5279f8
[ "Apache-2.0" ]
null
null
null
// This file was generated based on '/usr/local/share/uno/Packages/Experimental.iOS/0.24.0/class/$.uno'. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <iOS.Foundation.INSCopying.h> #include <iOS.Foundation.NSArray.h> #include <ObjC.Object.h> #include <objc/objc.h> namespace g{...
32.705882
104
0.769784
bc3dd21a1462b124cf08812539fdda138bdbbdff
560
h
C
project_t/project_t/CollectionViewCell_5.h
westJungle/test
c752bb35f1cfacaf1f4d8a7a9e340addf210bb05
[ "MIT" ]
null
null
null
project_t/project_t/CollectionViewCell_5.h
westJungle/test
c752bb35f1cfacaf1f4d8a7a9e340addf210bb05
[ "MIT" ]
null
null
null
project_t/project_t/CollectionViewCell_5.h
westJungle/test
c752bb35f1cfacaf1f4d8a7a9e340addf210bb05
[ "MIT" ]
null
null
null
// // CollectionViewCell_5.h // project_t // // Created by 徐晨淼 on 2017/9/17. // Copyright © 2017年 Christian. All rights reserved. // #import <UIKit/UIKit.h> @interface CollectionViewCell_5 : UICollectionViewCell @property (nonatomic,weak) UIImageView *goodsImg; @property (nonatomic,weak) UILabel *price; @propert...
25.454545
54
0.758929
29900065fa232dcd2fcca84c4be34a932cc1fdee
8,343
c
C
src/torrent_file.c
ceccoemi/btb
faa33c7dc41442c7e28a856ae9d6b75858fd5c98
[ "MIT" ]
null
null
null
src/torrent_file.c
ceccoemi/btb
faa33c7dc41442c7e28a856ae9d6b75858fd5c98
[ "MIT" ]
null
null
null
src/torrent_file.c
ceccoemi/btb
faa33c7dc41442c7e28a856ae9d6b75858fd5c98
[ "MIT" ]
null
null
null
#include "torrent_file.h" #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "file_buf.h" #include "hash.h" #include "tokenizer.h" #pragma GCC diagnostic ignored "-Wpointer-sign" torrent_file *init_torrent_file() { torrent_file *t = malloc(sizeof(torrent_file)); t->announce...
32.717647
96
0.531464
5d490d67a0fdc2ab09cf5793a6ceff191b50cc41
958
h
C
toolboxes/operators/tvPicsOperator.h
roopchansinghv/gadgetron
fb6c56b643911152c27834a754a7b6ee2dd912da
[ "MIT" ]
1
2022-02-22T21:06:36.000Z
2022-02-22T21:06:36.000Z
toolboxes/operators/tvPicsOperator.h
apd47/gadgetron
073e84dabe77d2dae3b3dd9aa4bf9edbf1f890f2
[ "MIT" ]
null
null
null
toolboxes/operators/tvPicsOperator.h
apd47/gadgetron
073e84dabe77d2dae3b3dd9aa4bf9edbf1f890f2
[ "MIT" ]
null
null
null
#pragma once namespace Gadgetron{ template<class ARRAY_TYPE, class TV_OPERATOR, class REAL> class tvPicsOperator : public generalOperator<ARRAY_TYPE> { public: tvPicsOperator() : generalOperator<ARRAY_TYPE>() {} virtual ~tvPicsOperator() {} void set_prior(boost::shared_ptr<ARRAY_TYPE> pri...
21.288889
81
0.639875
8e309f57dbaf0a4be6e797964f81b5d9ccca1e69
53,162
c
C
testsuite/EXP_2/test1545.c
ishiura-compiler/CF3
0718aa176d0303a4ea8a46bd6c794997cbb8fabb
[ "MIT" ]
34
2017-07-04T14:16:12.000Z
2021-04-22T21:04:43.000Z
testsuite/EXP_2/test1545.c
ishiura-compiler/CF3
0718aa176d0303a4ea8a46bd6c794997cbb8fabb
[ "MIT" ]
1
2017-07-06T03:43:44.000Z
2017-07-06T03:43:44.000Z
testsuite/EXP_2/test1545.c
ishiura-compiler/CF3
0718aa176d0303a4ea8a46bd6c794997cbb8fabb
[ "MIT" ]
6
2017-07-04T16:30:42.000Z
2019-10-16T05:37:29.000Z
/* CF3 Copyright (c) 2015 ishiura-lab. Released under the MIT license. https://github.com/ishiura-compiler/CF3/MIT-LICENSE.md */ #include<stdio.h> #include<stdint.h> #include<stdlib.h> #include"test1.h" int8_t x15 = -1; static uint8_t x25 = 115U; int64_t t9 = 26LL; int16_t x46 = INT16_MIN; uint16_t x58 = 18378U;...
18.825071
57
0.58886
e55230a46e4cfd887f6c3a1474db702f50c92c42
873
c
C
sources/arch/x86_64/idt.c
NeKroFR/brutal
89c4273ce8899c311e8885fcbc47db7c8ec2767f
[ "MIT" ]
null
null
null
sources/arch/x86_64/idt.c
NeKroFR/brutal
89c4273ce8899c311e8885fcbc47db7c8ec2767f
[ "MIT" ]
null
null
null
sources/arch/x86_64/idt.c
NeKroFR/brutal
89c4273ce8899c311e8885fcbc47db7c8ec2767f
[ "MIT" ]
null
null
null
#include <brutal/log.h> #include "arch/arch.h" #include "arch/x86_64/idt.h" extern uintptr_t __interrupt_vector[128]; static struct idt idt = {}; static struct idt_descriptor idt_descriptor = { .size = sizeof(struct idt) - 1, .offset = (uintptr_t)&idt, }; struct idt_entry idt_entry(uintptr_t handler, uint8_...
21.825
81
0.623139
2273452d96ae9eb882d4b05741c5394f90cdbd53
1,883
h
C
src/UnsupervisedEvents/ACEPREMDecoder.h
BBN-E/serif
1e2662d82fb1c377ec3c79355a5a9b0644606cb4
[ "Apache-2.0" ]
1
2022-03-24T19:57:00.000Z
2022-03-24T19:57:00.000Z
src/UnsupervisedEvents/ACEPREMDecoder.h
BBN-E/serif
1e2662d82fb1c377ec3c79355a5a9b0644606cb4
[ "Apache-2.0" ]
null
null
null
src/UnsupervisedEvents/ACEPREMDecoder.h
BBN-E/serif
1e2662d82fb1c377ec3c79355a5a9b0644606cb4
[ "Apache-2.0" ]
null
null
null
#ifndef _ACE_PREM_DECODER_H_ #define _ACE_PREM_DECODER_H_ #include <map> #include <string> #include "Generic/common/bsp_declare.h" #include "GraphicalModels/DataSet.h" #include "GraphicalModels/pr/Constraint.h" #include "ACEDecoder.h" BSP_DECLARE(ProblemDefinition) BSP_DECLARE(ACEEvent) BSP_DECLARE(ACEPREMDecoder)...
29.421875
79
0.803505
392290a290d7e1d159dec695d38f94d3ae2e6a97
1,547
h
C
LevelEditor/EditorPhysicsAspect.h
DennisWandschura/GravBall
f140e304368ce1bfb9a8750c5a5c68ceac4c24bd
[ "MIT" ]
null
null
null
LevelEditor/EditorPhysicsAspect.h
DennisWandschura/GravBall
f140e304368ce1bfb9a8750c5a5c68ceac4c24bd
[ "MIT" ]
null
null
null
LevelEditor/EditorPhysicsAspect.h
DennisWandschura/GravBall
f140e304368ce1bfb9a8750c5a5c68ceac4c24bd
[ "MIT" ]
null
null
null
#pragma once struct PhysicsComponent; #include <gamelib/PhysicsAspectBase.h> #include <vxLib/Container/array.h> #include <gamelib/DebugAllocator.h> #include <vxLib/math/matrix.h> enum class EntityShapeType : u16; class EditorPhysicsAspect : public PhysicsAspectBase { vx::array<PhysicsComponent, DebugAllocatorPhysi...
38.675
158
0.79638
394f4b404473dde743baed5d26d52e7998b57848
6,156
h
C
src/lib/common/include/common/exceptions.h
ghsecuritylab/comanche
a8862eaed59045377874b95b120832a0cba42193
[ "Apache-2.0" ]
19
2017-10-03T16:01:49.000Z
2021-06-07T10:21:46.000Z
src/lib/common/include/common/exceptions.h
dnbaker/comanche
121cd0fa16e55d461b366e83511d3810ea2b11c9
[ "Apache-2.0" ]
25
2018-02-21T23:43:03.000Z
2020-09-02T08:47:32.000Z
src/lib/common/include/common/exceptions.h
dnbaker/comanche
121cd0fa16e55d461b366e83511d3810ea2b11c9
[ "Apache-2.0" ]
19
2017-10-24T17:41:40.000Z
2022-02-22T02:17:18.000Z
/* eXokernel Development Kit (XDK) Samsung Research America Copyright (C) 2013 The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at...
24.923077
81
0.689409
8271914bf2240d32cf023df76e5e5346ab61bbc8
1,157
h
C
src/structures.h
pedromig/COMP-Project
00287d0d8826bcf0ae59de6fd771efb95681fceb
[ "MIT" ]
1
2021-01-05T22:17:05.000Z
2021-01-05T22:17:05.000Z
src/structures.h
pedromig/COMP-Project
00287d0d8826bcf0ae59de6fd771efb95681fceb
[ "MIT" ]
null
null
null
src/structures.h
pedromig/COMP-Project
00287d0d8826bcf0ae59de6fd771efb95681fceb
[ "MIT" ]
null
null
null
/** * Licenciatura em Engenharia Informática | Faculdade de Ciências e Tecnologia da Universidade de Coimbra * Projeto de Compiladores 2020/2021 * * 2018288117 Gabriel Mendes Fernandes * 2018283166 Pedro Miguel Duque Rodrigues * */ #ifndef __STRUCTURES_H #define __STRUCTURES_H #include <stdbool.h> typedef c...
18.365079
105
0.710458
61a006e5dabd0a8835fb2af88ac7d99ddf033e6a
6,815
h
C
Common/Volumes.h
screwjack/nemesis
8c2587d2aa60f8da6cf49e5f4f5740bf2666c6fd
[ "BSD-2-Clause" ]
2
2016-10-15T05:12:16.000Z
2016-11-06T16:19:53.000Z
Common/Volumes.h
screwjack/nemesis
8c2587d2aa60f8da6cf49e5f4f5740bf2666c6fd
[ "BSD-2-Clause" ]
14
2016-09-21T21:24:46.000Z
2016-11-15T07:54:21.000Z
Common/Volumes.h
screwjack/nemesis
8c2587d2aa60f8da6cf49e5f4f5740bf2666c6fd
[ "BSD-2-Clause" ]
null
null
null
/* Legal Notice: Some portions of the source code contained in this file were derived from the source code of Encryption for the Masses 2.02a, which is Copyright (c) 1998-2000 Paul Le Roux and which is governed by the 'License Agreement for Encryption for the Masses'. Modifications and additions to the original so...
47
389
0.827146
0556ea21a32e8db460185d9085e24186bfdf34c0
3,293
h
C
TetrisMatrixDraw.h
clogwog/tetrisclock
706b526468e9ce17cfddedb0a25e2b69552aab10
[ "MIT" ]
1
2020-09-01T11:56:49.000Z
2020-09-01T11:56:49.000Z
TetrisMatrixDraw.h
clogwog/tetrisclock
706b526468e9ce17cfddedb0a25e2b69552aab10
[ "MIT" ]
null
null
null
TetrisMatrixDraw.h
clogwog/tetrisclock
706b526468e9ce17cfddedb0a25e2b69552aab10
[ "MIT" ]
null
null
null
/* * Copyright (c) 2018 Tobias Blum . All right reserved. * * Tetris Matrix Clock * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at you...
37.850575
116
0.719708
056af24215467b2c2aa93d9daccba98ba0b49344
538
h
C
Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorScalarParameterValue.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
1
2022-01-29T18:36:12.000Z
2022-01-29T18:36:12.000Z
Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorScalarParameterValue.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
null
null
null
Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorScalarParameterValue.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
null
null
null
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "UObject/ObjectMacros.h" #include "MaterialEditor/DEditorParameterValue.h" #include "DEditorScalarParameterValue.generated.h" UCLASS(hidecategories=Object, collapsecategories, editinlinenew) class UNREALED_AP...
23.391304
79
0.82342
956a51cf2605f4856f2d77c1fa5cb85da9e10582
1,828
h
C
LibraryComponents/MLBooleanWidget/MLRadioButton/classes/MLRadioButtonCollection.h
DPerezOlivares/fury_mobile-ios-ui
4fa3ab37e54fb9cfa6013f6c97eae33cec262656
[ "Apache-2.0" ]
9
2018-04-09T14:35:23.000Z
2022-02-22T16:13:10.000Z
LibraryComponents/MLBooleanWidget/MLRadioButton/classes/MLRadioButtonCollection.h
DPerezOlivares/fury_mobile-ios-ui
4fa3ab37e54fb9cfa6013f6c97eae33cec262656
[ "Apache-2.0" ]
36
2018-04-03T21:04:09.000Z
2021-06-09T02:19:39.000Z
LibraryComponents/MLBooleanWidget/MLRadioButton/classes/MLRadioButtonCollection.h
DPerezOlivares/fury_mobile-ios-ui
4fa3ab37e54fb9cfa6013f6c97eae33cec262656
[ "Apache-2.0" ]
35
2018-05-03T22:46:36.000Z
2022-03-21T20:06:02.000Z
// // MLRadioButtonCollection.h // MLUI // // Created by Santiago Lazzari on 6/9/16. // Copyright © 2016 MercadoLibre. All rights reserved. // #import <Foundation/Foundation.h> /** * MLRadioButtonCollection manage the exclusiveness of an array of MLRadioButtons */ @interface MLRadioButtonCollection : NSObject /**...
32.070175
96
0.771882
589a084519d34706d4ef24c9021fb21871488d38
1,015
c
C
lib/user_input.c
jhunkeler/spmc
ecc7897bf007c0672d5bdc7711bcbf9fb104f995
[ "BSD-3-Clause" ]
null
null
null
lib/user_input.c
jhunkeler/spmc
ecc7897bf007c0672d5bdc7711bcbf9fb104f995
[ "BSD-3-Clause" ]
2
2020-03-25T21:18:34.000Z
2020-06-03T18:22:25.000Z
lib/user_input.c
jhunkeler/spmc
ecc7897bf007c0672d5bdc7711bcbf9fb104f995
[ "BSD-3-Clause" ]
1
2020-02-18T20:19:00.000Z
2020-02-18T20:19:00.000Z
#include "spm.h" int spm_prompt_user(const char *msg, int empty_input_is_yes) { int status_choice = 0; char ch_yes = 'y'; char ch_no = 'n'; if (empty_input_is_yes) { ch_yes = 'Y'; } else { ch_no = 'N'; } printf("\n%s [%c/%c] ", msg, ch_yes, ch_no); char ch[2] = {0,}; ...
24.166667
87
0.457143
c928c5dc1fe53488a25683b831eaeb10000b8b9b
991
h
C
YLCleaner/Xcode-RuntimeHeaders/DevToolsInterface/PBXTextAttributes.h
liyong03/YLCleaner
7453187a884c8e783bda1af82cbbb51655ec41c6
[ "MIT" ]
1
2019-02-15T02:16:35.000Z
2019-02-15T02:16:35.000Z
YLCleaner/Xcode-RuntimeHeaders/DevToolsInterface/PBXTextAttributes.h
liyong03/YLCleaner
7453187a884c8e783bda1af82cbbb51655ec41c6
[ "MIT" ]
null
null
null
YLCleaner/Xcode-RuntimeHeaders/DevToolsInterface/PBXTextAttributes.h
liyong03/YLCleaner
7453187a884c8e783bda1af82cbbb51655ec41c6
[ "MIT" ]
null
null
null
/* * Generated by class-dump 3.3.4 (64 bit). * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard. */ #import "NSObject.h" @class NSColor, NSFont, NSMutableDictionary, NSString; @interface PBXTextAttributes : NSObject { NSString *_defaultsKeyPrefixString; NSFont *_font;...
24.170732
83
0.739657
b56eb79a99e8dbed65aba5d712c0986a204c4a57
19,458
h
C
inc/register.h
luminaula/asmtf
322fd266a64020a96d69dc0a24f52aeae4df6703
[ "MIT" ]
null
null
null
inc/register.h
luminaula/asmtf
322fd266a64020a96d69dc0a24f52aeae4df6703
[ "MIT" ]
null
null
null
inc/register.h
luminaula/asmtf
322fd266a64020a96d69dc0a24f52aeae4df6703
[ "MIT" ]
null
null
null
/** * Copyright (c) 2021 Lumi * * This software is released under the MIT License. * https://opensource.org/licenses/MIT */ // #pragma once #include <immintrin.h> #include <stdatomic.h> #include <stdint.h> enum asmtf_register_id { REGISTER_RDI = 0, REGISTER_RSI, REGISTER_RDX, REGISTER_RCX, ...
26.950139
106
0.378302
576402e12629a023eb01df76b74ee4606aa9d423
351
h
C
third_party/djlink/fixups.h
bocke/cowgol
f31403cf5ad9e0286463b7fa81aecc8bbd7c2f22
[ "BSD-2-Clause" ]
152
2017-08-11T23:51:22.000Z
2022-03-22T17:27:49.000Z
third_party/djlink/fixups.h
bocke/cowgol
f31403cf5ad9e0286463b7fa81aecc8bbd7c2f22
[ "BSD-2-Clause" ]
24
2017-08-20T22:23:59.000Z
2021-10-10T09:21:43.000Z
third_party/djlink/fixups.h
bocke/cowgol
f31403cf5ad9e0286463b7fa81aecc8bbd7c2f22
[ "BSD-2-Clause" ]
23
2018-02-27T16:27:29.000Z
2022-03-04T20:17:03.000Z
/* Copyright (C) 1997 DJ Delorie, see COPYING.DJ for details */ #ifndef _fixups_h_ #define _fixups_h_ struct Symbol; struct Obj; struct SegFrag; struct FixupInfo { int frame_addr; int target_addr; Symbol *symbol_used; }; unsigned char *fixup_info(unsigned char *, FixupInfo *, Obj *, SegFrag *); ...
17.55
75
0.68661
3b92c96dabcd9421b0ad730c4c9456ab33eda41e
1,294
h
C
include/compiler.h
ShZh-Playground/tiny-SQL
d06f1e75377ccee9a2cc3f8d98185c1be8e9f2b6
[ "MIT" ]
null
null
null
include/compiler.h
ShZh-Playground/tiny-SQL
d06f1e75377ccee9a2cc3f8d98185c1be8e9f2b6
[ "MIT" ]
null
null
null
include/compiler.h
ShZh-Playground/tiny-SQL
d06f1e75377ccee9a2cc3f8d98185c1be8e9f2b6
[ "MIT" ]
null
null
null
#pragma once #include "def.h" #include "btree.h" #include <cstdio> #include <iostream> #include <memory> #include <string> #include <string_view> #include <tuple> namespace compiler { const std::string requireCheck = "please check your input and try again!"; template<class... Ts> struct overloaded: Ts... { using...
17.253333
74
0.683153
bede75b4d2f6cf887b281bb30beb07bb58051af6
234
c
C
mem_mapping/lib/exceptions.c
sdsmt-robotics/gpio
0f74c1af532bcd05992a799ca496d9b578db071f
[ "MIT" ]
null
null
null
mem_mapping/lib/exceptions.c
sdsmt-robotics/gpio
0f74c1af532bcd05992a799ca496d9b578db071f
[ "MIT" ]
null
null
null
mem_mapping/lib/exceptions.c
sdsmt-robotics/gpio
0f74c1af532bcd05992a799ca496d9b578db071f
[ "MIT" ]
null
null
null
#include "Python.h" #include "exceptions.h" void define_exceptions(PyObject *module) { SetupException = PyErr_NewException("RPi.GPIO.SetupException", NULL, NULL); PyModule_AddObject(module, "SetupException", SetupException); }
26
78
0.769231
2475fa54527a494bc128a3d44517e304c63c51cc
1,892
h
C
core/ControllerConfig.h
fmuecke/ipponboard_test
2ba8f324af91bfcdd26e37940157a1796f3b1f64
[ "BSD-2-Clause" ]
3
2020-12-29T19:33:56.000Z
2021-11-09T20:29:30.000Z
core/ControllerConfig.h
fmuecke/ipponboard_test
2ba8f324af91bfcdd26e37940157a1796f3b1f64
[ "BSD-2-Clause" ]
3
2020-12-30T10:34:26.000Z
2021-01-05T08:55:12.000Z
core/ControllerConfig.h
fmuecke/ipponboard_test
2ba8f324af91bfcdd26e37940157a1796f3b1f64
[ "BSD-2-Clause" ]
null
null
null
// Copyright 2018 Florian Muecke. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE.txt file. #ifndef BASE__CONTROLLERCONFIG_H_ #define BASE__CONTROLLERCONFIG_H_ namespace Ipponboard { struct ControllerConfig { ControllerConfig() : ...
23.949367
74
0.737315
469fe4e388bbef40f093f2e8433711811587ce94
5,349
c
C
gen/net/winwsa.c
iceignatius/genutil
c682bd245d5dbe5dda39c7450be63545346c16ea
[ "Zlib" ]
null
null
null
gen/net/winwsa.c
iceignatius/genutil
c682bd245d5dbe5dda39c7450be63545346c16ea
[ "Zlib" ]
null
null
null
gen/net/winwsa.c
iceignatius/genutil
c682bd245d5dbe5dda39c7450be63545346c16ea
[ "Zlib" ]
null
null
null
#ifdef _WIN32 #include <assert.h> #include <stdatomic.h> #include <stdio.h> #include <winsock2.h> #include "../utf.h" #include "winwsa.h" #ifdef _MSC_VER #define snprintf _snprintf #endif #ifndef _tcslen #ifdef UNICODE #define _tcslen wcslen #else #define _tcslen strlen #endif #endif ...
27.715026
93
0.500841
f18897b4167403d097de58554fbbfde92aab471b
533
h
C
src/aquarius2/proxy/ProxyWaitableEvent.h
kirino17/ecef
b9214aec0462db26718fca1cdcc9add200fabfb8
[ "BSD-3-Clause" ]
60
2018-09-29T05:08:07.000Z
2022-03-05T19:44:20.000Z
src/aquarius2/proxy/ProxyWaitableEvent.h
c3358/ecef
b9214aec0462db26718fca1cdcc9add200fabfb8
[ "BSD-3-Clause" ]
4
2018-11-19T07:47:56.000Z
2020-12-30T05:06:21.000Z
src/aquarius2/proxy/ProxyWaitableEvent.h
c3358/ecef
b9214aec0462db26718fca1cdcc9add200fabfb8
[ "BSD-3-Clause" ]
27
2018-10-29T17:30:53.000Z
2022-03-29T01:48:24.000Z
#pragma once #include "../def/def.h" #include "ProxyValue.h" class AQUADLL ProxyWaitableEvent : public refcounted { public: ProxyWaitableEvent(void* ptr); ~ProxyWaitableEvent(); public: bool IsValid(); void Reset(); void Signal(); bool IsSignaled(); void Wait(); bool TimedWait(__int64 max_ms); void Set...
15.676471
54
0.744841
d7ddb5c569f9a5df6ca6a258414dd51a002c7c49
282
h
C
Sources/DistanceFunction.h
sichvoge/DBScan
fd81e2748f6bcbc861ec300500ef5f4927899797
[ "MIT" ]
3
2015-03-08T22:37:25.000Z
2018-08-30T23:16:16.000Z
Sources/DistanceFunction.h
sichvoge/DBScan
fd81e2748f6bcbc861ec300500ef5f4927899797
[ "MIT" ]
2
2016-09-23T10:33:59.000Z
2017-10-27T13:41:08.000Z
Sources/DistanceFunction.h
sichvoge/DBScan
fd81e2748f6bcbc861ec300500ef5f4927899797
[ "MIT" ]
null
null
null
// // DistanceFunction.h // DBScan // // Created by Christian Vogel on 02.03.12. // Copyright (c) 2012 __MyCompanyName__. All rights reserved. // #import <Foundation/Foundation.h> @protocol DistanceFunction <NSObject> - (float)distanceBetween:(id)point1 and:(id)point2; @end
18.8
62
0.719858
0bc210148428379c80ffd49fb6ffb4b06ca95bcc
2,905
h
C
exporters/FusionRobotExporter/Source/Data/BXDJ/XmlWriter.h
HiceS/synthesis
9dbc6812cd296a04c35d45854e821f76c5890b56
[ "Apache-2.0" ]
1
2020-09-11T19:34:39.000Z
2020-09-11T19:34:39.000Z
exporters/FusionRobotExporter/Source/Data/BXDJ/XmlWriter.h
HiceS/synthesis
9dbc6812cd296a04c35d45854e821f76c5890b56
[ "Apache-2.0" ]
null
null
null
exporters/FusionRobotExporter/Source/Data/BXDJ/XmlWriter.h
HiceS/synthesis
9dbc6812cd296a04c35d45854e821f76c5890b56
[ "Apache-2.0" ]
1
2020-09-11T19:49:36.000Z
2020-09-11T19:49:36.000Z
#pragma once #include <fstream> #include <string> #include <stack> #include <list> namespace BXDJ { class XmlWritable; /// Writes XmlWritables and other data to an XML file class XmlWriter { public: /// /// Constructs an XmlWriter that writes to a given file. /// \param file The file to write XML to. //...
28.480392
125
0.679518
9a42d60351104fcae15d0d6c9abb7155e662a918
11,501
h
C
upltv/UpltvBridge.h
wawo00/UPSDK_Sample2CocosCpp_src
1861ed0badcd5c69f7826aa0497fd51ad273577a
[ "Apache-2.0" ]
null
null
null
upltv/UpltvBridge.h
wawo00/UPSDK_Sample2CocosCpp_src
1861ed0badcd5c69f7826aa0497fd51ad273577a
[ "Apache-2.0" ]
null
null
null
upltv/UpltvBridge.h
wawo00/UPSDK_Sample2CocosCpp_src
1861ed0badcd5c69f7826aa0497fd51ad273577a
[ "Apache-2.0" ]
null
null
null
#ifndef _UPLTV_BRIDGE_ #define _UPLTV_BRIDGE_ #include <string> #include "cocos2d.h" using namespace std; class UpltvGDPRPermissionEnum { public: enum class UPAccessPrivacyInfoStatus { UPAccessPrivacyInfoStatusUnkown = 0, UPAccessPrivacyInfoStatusAccepted = 1, UPAccessPrivacyInfoSta...
29.042929
140
0.575689
a4f7b98e2d8a961c346a6ad9441351b556e5f53a
239
h
C
LearnOpenGL/LearnOpenGL/src/engine/Graphics/LightGraphics.h
babaliaris/LearnOpenGL
6616fb1a26e30148a3b97d7d0da675d5cd10b826
[ "MIT" ]
null
null
null
LearnOpenGL/LearnOpenGL/src/engine/Graphics/LightGraphics.h
babaliaris/LearnOpenGL
6616fb1a26e30148a3b97d7d0da675d5cd10b826
[ "MIT" ]
null
null
null
LearnOpenGL/LearnOpenGL/src/engine/Graphics/LightGraphics.h
babaliaris/LearnOpenGL
6616fb1a26e30148a3b97d7d0da675d5cd10b826
[ "MIT" ]
null
null
null
#ifndef ENGINE_EMPTY_GRAPHICS #define ENGINE_EMPTY_GRAPHICS #include "../Graphics.h" namespace Engine { class LightGraphics : public Graphics { public: LightGraphics(const std::string& name, const std::string& path); }; } #endif
14.058824
66
0.740586
6210a9ab1c45f40fc31acfc6a05c48c86b1382d5
5,424
h
C
sling/myelin/rnn.h
SasCezar/sling
809e21a9986d2522d5014b5836ba222498c099a2
[ "Apache-2.0" ]
null
null
null
sling/myelin/rnn.h
SasCezar/sling
809e21a9986d2522d5014b5836ba222498c099a2
[ "Apache-2.0" ]
null
null
null
sling/myelin/rnn.h
SasCezar/sling
809e21a9986d2522d5014b5836ba222498c099a2
[ "Apache-2.0" ]
1
2020-01-27T05:38:10.000Z
2020-01-27T05:38:10.000Z
// Copyright 2018 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
34.113208
78
0.676991
4ab11bc5ea2258fa0538a7f6a40bf4ec82c4dc41
3,003
h
C
Evo/ShapeLib/win32_shape.h
pk1954/Solutions
b224522283f82cb7d73b8005e35e0c045edc2fc0
[ "MIT" ]
null
null
null
Evo/ShapeLib/win32_shape.h
pk1954/Solutions
b224522283f82cb7d73b8005e35e0c045edc2fc0
[ "MIT" ]
null
null
null
Evo/ShapeLib/win32_shape.h
pk1954/Solutions
b224522283f82cb7d73b8005e35e0c045edc2fc0
[ "MIT" ]
null
null
null
// win32_shape.h : // // Shape is defined by the offset of the top left corner // and the size of the rectangle #pragma once #include "windows.h" #include "GridDimensions.h" #include "win32_textDisplay.h" #include "PixelTypes.h" class Shape { public: Shape( ) : m_pTextDisplay( nullptr ), m_rect ( PixelRect(...
22.578947
105
0.692974
7f682ca3dc05f7822c2fa23d6c28a8f955869a79
1,706
h
C
arch/risc-v/src/bl602/hardware/clic.h
dayjaby/incubator-nuttx
960e4f6d4d65654aed771cacf50026a272dddb83
[ "Apache-2.0" ]
null
null
null
arch/risc-v/src/bl602/hardware/clic.h
dayjaby/incubator-nuttx
960e4f6d4d65654aed771cacf50026a272dddb83
[ "Apache-2.0" ]
null
null
null
arch/risc-v/src/bl602/hardware/clic.h
dayjaby/incubator-nuttx
960e4f6d4d65654aed771cacf50026a272dddb83
[ "Apache-2.0" ]
null
null
null
/**************************************************************************** * arch/risc-v/src/bl602/hardware/clic.h * * 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 copyr...
38.772727
78
0.631301
7f92be60d9e077eec51121a135fd0a00eb90302b
283,638
h
C
software/MM32x031/Include/MM32x031.h
macrogiga/2400m
8596f1c15548e20306fbe978458e163356ba3896
[ "BSD-2-Clause" ]
1
2018-10-12T09:01:33.000Z
2018-10-12T09:01:33.000Z
software/MM32x031/Include/MM32x031.h
macrogiga/2400m
8596f1c15548e20306fbe978458e163356ba3896
[ "BSD-2-Clause" ]
null
null
null
software/MM32x031/Include/MM32x031.h
macrogiga/2400m
8596f1c15548e20306fbe978458e163356ba3896
[ "BSD-2-Clause" ]
1
2020-09-05T01:21:28.000Z
2020-09-05T01:21:28.000Z
/** ****************************************************************************** * @file MM32x031.h * @brief CMSIS Cortex-M3 Device Peripheral Access Layer Header File. * This file contains all the peripheral register's definitions, bits * definitions and memory mapping for MM32x031 High Density, Medi...
62.406601
184
0.514332
7fb61a97e126d3301f05823ba28cf197b8d2d106
10,198
h
C
Backends/Graphics5/G5onG4/Sources/kinc/backend/graphics5/commandlist.c.h
foundry2D/Kinc
890baf38d0be53444ebfdeac8662479b23d169ea
[ "Zlib" ]
150
2017-01-18T17:13:00.000Z
2019-05-29T02:44:18.000Z
Backends/Graphics5/G5onG4/Sources/kinc/backend/graphics5/commandlist.c.h
foundry2D/Kinc
890baf38d0be53444ebfdeac8662479b23d169ea
[ "Zlib" ]
116
2017-01-04T09:02:18.000Z
2019-05-29T11:10:30.000Z
Backends/Graphics5/G5onG4/Sources/kinc/backend/graphics5/commandlist.c.h
foundry2D/Kinc
890baf38d0be53444ebfdeac8662479b23d169ea
[ "Zlib" ]
143
2017-01-24T16:26:15.000Z
2019-05-29T14:07:33.000Z
#include <kinc/graphics5/commandlist.h> #include <kinc/graphics5/indexbuffer.h> #include <kinc/graphics5/pipeline.h> #include <kinc/graphics5/vertexbuffer.h> #include <kinc/graphics4/graphics.h> #ifdef KORE_MICROSOFT #include <malloc.h> #endif enum Commands { Clear, Draw, SetViewport, SetScissor, SetPipeline, SetVer...
45.526786
156
0.771818
d26b2bc6b2b968d3bdb30d4939dfd9f9fa1b2fd8
13,829
h
C
System/Library/PrivateFrameworks/PhotosUICore.framework/PXRootSettings.h
lechium/tvOS144Headers
e22dcf52662ae03002e3a6d57273f54e74013cb0
[ "MIT" ]
2
2021-04-15T10:50:21.000Z
2021-08-19T19:00:09.000Z
System/Library/PrivateFrameworks/PhotosUICore.framework/PXRootSettings.h
lechium/tvOS144Headers
e22dcf52662ae03002e3a6d57273f54e74013cb0
[ "MIT" ]
null
null
null
System/Library/PrivateFrameworks/PhotosUICore.framework/PXRootSettings.h
lechium/tvOS144Headers
e22dcf52662ae03002e3a6d57273f54e74013cb0
[ "MIT" ]
null
null
null
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:26:47 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /System/Library/PrivateFrameworks/PhotosUICo...
78.573864
807
0.733386
32204607ca4326fff3930fea501df7d0cf62b4ab
6,598
h
C
tracers/qemu/qemu/target-cris/cpu.h
trusted-ws/qira
bfa04c0089cd8c81a5cd96e1bd0c97fcf7355d97
[ "MIT" ]
null
null
null
tracers/qemu/qemu/target-cris/cpu.h
trusted-ws/qira
bfa04c0089cd8c81a5cd96e1bd0c97fcf7355d97
[ "MIT" ]
null
null
null
tracers/qemu/qemu/target-cris/cpu.h
trusted-ws/qira
bfa04c0089cd8c81a5cd96e1bd0c97fcf7355d97
[ "MIT" ]
1
2020-12-02T16:32:17.000Z
2020-12-02T16:32:17.000Z
/* * CRIS virtual CPU header * * Copyright (c) 2007 AXIS Communications AB * Written by Edgar E. Iglesias * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 ...
24.619403
79
0.710215
322a2012661e3c8c16b37384101572760aa2387b
560
h
C
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/APChatRoomService.h
ceekay1991/AliPayForDebug
5795e5db31e5b649d4758469b752585e63e84d94
[ "MIT" ]
5
2020-03-29T12:08:37.000Z
2021-05-26T05:20:11.000Z
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/APChatRoomService.h
ceekay1991/AliPayForDebug
5795e5db31e5b649d4758469b752585e63e84d94
[ "MIT" ]
null
null
null
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/APChatRoomService.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> @interface APChatRoomService : NSObject { } - (id)enterChatRoomWith:(id)arg1 ownerBizType:(id)arg2 ownerNam...
29.473684
111
0.744643
9a8b4d6fc13e204598be5259f57719310cb368f2
2,654
h
C
Code/gpCore/Common.h
Manuzor/GamePhysics
59c7ff68c6bb72a4b3503752debd35c8b98893ce
[ "MIT" ]
2
2020-08-15T06:48:36.000Z
2020-09-11T21:18:05.000Z
Code/gpCore/Common.h
Manuzor/GamePhysics
59c7ff68c6bb72a4b3503752debd35c8b98893ce
[ "MIT" ]
4
2015-01-22T13:16:09.000Z
2015-01-25T21:55:49.000Z
Code/gpCore/Common.h
Manuzor/GamePhysics
59c7ff68c6bb72a4b3503752debd35c8b98893ce
[ "MIT" ]
null
null
null
#pragma once #include "gpCore/Config.h" #include "gpCore/Types.h" #ifdef GP_CoreExport #define GP_CoreAPI __declspec(dllexport) #else #define GP_CoreAPI __declspec(dllimport) #endif #define GP_NotImplemented do { \ EZ_REPORT_FAILURE("Not implemented."); \ throw gpNotImplementedException(); \ ...
36.356164
134
0.72532
3c27d65b37638bf2639cbabe0e2f48ba3751d4a4
4,352
h
C
Pods/Headers/Public/KinveyKit/KCSFacebookHelper.h
nissivm/ImageSharingDemo
697b34162cb4a1a1d18dfae6e114a942a0e76d0b
[ "MIT" ]
null
null
null
Pods/Headers/Public/KinveyKit/KCSFacebookHelper.h
nissivm/ImageSharingDemo
697b34162cb4a1a1d18dfae6e114a942a0e76d0b
[ "MIT" ]
1
2016-03-15T19:35:24.000Z
2016-03-15T19:35:24.000Z
Pods/Headers/Public/KinveyKit/KCSFacebookHelper.h
nissivm/ImageSharingDemo
697b34162cb4a1a1d18dfae6e114a942a0e76d0b
[ "MIT" ]
null
null
null
// // KCSFacebookHelper.h // KinveyKit // // Copyright (c) 2015 Kinvey. All rights reserved. // // This software is licensed to you under the Kinvey terms of service located at // http://www.kinvey.com/terms-of-use. By downloading, accessing and/or using this // software, you hereby accept such terms of service (an...
41.056604
308
0.704274
2ce38f14007d7ce4a20f3f4c5acb268f33e9914c
16,199
c
C
deps/uv/src/unix/fs.c
fastest963/node
c3647709917ee6d08c75b7bda9a648b095983ec0
[ "MIT" ]
25
2015-01-02T16:39:10.000Z
2019-06-26T14:56:58.000Z
src/libuv/src/unix/fs.c
zhongchuxi/dnscrypt-proxy
c7008fdf9c663b72f28f815e14b86ab9afe538de
[ "0BSD" ]
null
null
null
src/libuv/src/unix/fs.c
zhongchuxi/dnscrypt-proxy
c7008fdf9c663b72f28f815e14b86ab9afe538de
[ "0BSD" ]
8
2015-05-19T09:14:43.000Z
2020-11-30T13:48:52.000Z
/* Copyright Joyent, Inc. and other Node contributors. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to * deal in the Software without restriction, including without limitation the * righ...
23.009943
87
0.618557
3052f335b693b6d94bf8c4ac3bea8699a82325ad
219
h
C
NewTry/LYSTabBarController.h
lysongzi/Silu
c50faea24dae7a0f156dfde6be428e37d639a128
[ "MIT" ]
null
null
null
NewTry/LYSTabBarController.h
lysongzi/Silu
c50faea24dae7a0f156dfde6be428e37d639a128
[ "MIT" ]
null
null
null
NewTry/LYSTabBarController.h
lysongzi/Silu
c50faea24dae7a0f156dfde6be428e37d639a128
[ "MIT" ]
null
null
null
// // LYSTabBarController.h // NewTry // // Created by lysongzi on 16/9/26. // Copyright © 2016年 bingolin. All rights reserved. // #import <UIKit/UIKit.h> @interface LYSTabBarController : UITabBarController @end
15.642857
52
0.707763
306f40fec7d79d436a06c9d4c5a92065e844268d
1,273
h
C
modules/md/md_version.h
logbie/httpd
4b1a36419d98a4a0efc62a1ff6d65da4f377f606
[ "Apache-2.0" ]
null
null
null
modules/md/md_version.h
logbie/httpd
4b1a36419d98a4a0efc62a1ff6d65da4f377f606
[ "Apache-2.0" ]
null
null
null
modules/md/md_version.h
logbie/httpd
4b1a36419d98a4a0efc62a1ff6d65da4f377f606
[ "Apache-2.0" ]
null
null
null
/* Copyright 2015 greenbytes GmbH (https://www.greenbytes.de) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable l...
29.604651
75
0.763551
d689085dd843feb5270c0d8428c666cc2b5638f6
5,696
h
C
pxr/base/lib/tf/scoped.h
marsupial/USD
98d49911893d59be5a9904a29e15959affd530ec
[ "BSD-3-Clause" ]
9
2021-03-31T21:23:48.000Z
2022-03-05T09:29:27.000Z
pxr/base/lib/tf/scoped.h
marsupial/USD
98d49911893d59be5a9904a29e15959affd530ec
[ "BSD-3-Clause" ]
null
null
null
pxr/base/lib/tf/scoped.h
marsupial/USD
98d49911893d59be5a9904a29e15959affd530ec
[ "BSD-3-Clause" ]
1
2021-04-15T16:18:55.000Z
2021-04-15T16:18:55.000Z
// // Copyright 2016 Pixar // // Licensed under the Apache License, Version 2.0 (the "Apache License") // with the following modification; you may not use this file except in // compliance with the Apache License and the following modification to it: // Section 6. Trademarks. is deleted and replaced with: // // 6. Trad...
28.623116
80
0.654319
6598fd5177cf8803d296b88510a6513b965ffe0b
1,938
h
C
pdb/src/builtInPDBObjects/headers/DeleteSet.h
dimitrijejankov/pdb
395b5ebd48c2c1b14a56bf24aeea726b36559074
[ "Apache-2.0" ]
29
2018-06-14T03:19:32.000Z
2021-04-27T02:45:12.000Z
pdb/src/builtInPDBObjects/headers/DeleteSet.h
dimitrijejankov/pdb
395b5ebd48c2c1b14a56bf24aeea726b36559074
[ "Apache-2.0" ]
4
2018-07-03T21:50:14.000Z
2018-11-01T15:36:07.000Z
pdb/src/builtInPDBObjects/headers/DeleteSet.h
dimitrijejankov/pdb
395b5ebd48c2c1b14a56bf24aeea726b36559074
[ "Apache-2.0" ]
13
2018-06-14T03:39:14.000Z
2020-08-03T00:58:24.000Z
/***************************************************************************** * * * Copyright 2018 Rice University * * * * ...
32.847458
79
0.422085
45c467d7b223ab3165bea42b7be9116d956e8dc6
729
h
C
Pods/Headers/Public/WHCategories/UIButton+WHImagePosition.h
OneWafer/SmartPartyBuilding
3ee7fc9257e59036d5d7497ad6b864d3db0eaf13
[ "MIT" ]
null
null
null
Pods/Headers/Public/WHCategories/UIButton+WHImagePosition.h
OneWafer/SmartPartyBuilding
3ee7fc9257e59036d5d7497ad6b864d3db0eaf13
[ "MIT" ]
null
null
null
Pods/Headers/Public/WHCategories/UIButton+WHImagePosition.h
OneWafer/SmartPartyBuilding
3ee7fc9257e59036d5d7497ad6b864d3db0eaf13
[ "MIT" ]
null
null
null
// // UIButton+WHImagePosition.h // WHCategories-Demo // // Created by 王卫华 on 16/11/5. // Copyright © 2016年 王卫华. All rights reserved. // #import <UIKit/UIKit.h> typedef NS_ENUM(NSInteger, WHImagePosition) { WHImagePositionLeft = 0, //图片在左,文字在右(默认) WHImagePositionRight = 1, //图...
25.137931
78
0.673525
e7486939a01fd00ee552d292116a617995bd38fb
3,061
h
C
src/console/Kss_Cpu.h
CBke/audacious-plugins
f17617a38d8412ca30750775208733dc1287e122
[ "BSD-3-Clause" ]
null
null
null
src/console/Kss_Cpu.h
CBke/audacious-plugins
f17617a38d8412ca30750775208733dc1287e122
[ "BSD-3-Clause" ]
null
null
null
src/console/Kss_Cpu.h
CBke/audacious-plugins
f17617a38d8412ca30750775208733dc1287e122
[ "BSD-3-Clause" ]
null
null
null
// Z80 CPU emulator // Game_Music_Emu 0.5.5 #ifndef KSS_CPU_H #define KSS_CPU_H #include "blargg_endian.h" typedef blargg_long cpu_time_t; // must be defined by caller void kss_cpu_out( class Kss_Cpu*, cpu_time_t, unsigned addr, int data ); int kss_cpu_in( class Kss_Cpu*, cpu_time_t, unsigned addr ); void kss_cpu_...
25.297521
81
0.68311
e749bfcf706553d3dbfaf77b58c02855104d1b80
1,058
h
C
frameworks/cocoapods/wxcore.framework/Headers/WXThreadModel.h
pengjinning/wxcore-ios
b9e3a15adadb858b070bbc2753c0146fe993be7e
[ "MIT" ]
null
null
null
frameworks/cocoapods/wxcore.framework/Headers/WXThreadModel.h
pengjinning/wxcore-ios
b9e3a15adadb858b070bbc2753c0146fe993be7e
[ "MIT" ]
null
null
null
frameworks/cocoapods/wxcore.framework/Headers/WXThreadModel.h
pengjinning/wxcore-ios
b9e3a15adadb858b070bbc2753c0146fe993be7e
[ "MIT" ]
null
null
null
// // KFDSThreadModel.h // wxcore // // Created by 宁金鹏 on 2017/11/24. // Copyright © 2017年 吾协云. All rights reserved. // #import <Foundation/Foundation.h> @interface WXThreadModel : NSObject - (instancetype)initWithDictionary:(NSDictionary *)dictionary; @property(nonatomic, strong) NSNumber *mid; @property(nonat...
28.594595
76
0.767486
e78a7093016ed96fa53e9be954f55df0366bc573
11,791
c
C
kernel/genarch/src/mm/page_pt.c
narke/Einherjar.tmp
8c2c6385e1280907fa081a767572c4ccd6c32a82
[ "BSD-3-Clause" ]
3
2016-04-17T18:24:31.000Z
2021-06-05T16:59:40.000Z
kernel/genarch/src/mm/page_pt.c
narke/Einherjar.tmp
8c2c6385e1280907fa081a767572c4ccd6c32a82
[ "BSD-3-Clause" ]
null
null
null
kernel/genarch/src/mm/page_pt.c
narke/Einherjar.tmp
8c2c6385e1280907fa081a767572c4ccd6c32a82
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 2006 Jakub Jermar * 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 condit...
28.89951
78
0.699262
4e3d0a754450da19832e35c7742b99577e0021cf
3,934
h
C
processors/ARM/gdb-7.10/include/gdb/gdb-index.h
pavel-krivanek/opensmalltalk-vm
694dfe3ed015e16f5b8e9cf17d37e4bdd32bea16
[ "MIT" ]
453
2016-07-29T23:26:30.000Z
2022-02-21T01:09:13.000Z
processors/ARM/gdb-7.10/include/gdb/gdb-index.h
pavel-krivanek/opensmalltalk-vm
694dfe3ed015e16f5b8e9cf17d37e4bdd32bea16
[ "MIT" ]
175
2018-05-30T03:06:15.000Z
2019-02-06T23:54:24.000Z
processors/ARM/gdb-7.10/include/gdb/gdb-index.h
pavel-krivanek/opensmalltalk-vm
694dfe3ed015e16f5b8e9cf17d37e4bdd32bea16
[ "MIT" ]
57
2016-07-29T23:34:09.000Z
2021-07-13T18:17:02.000Z
/* Public attributes of the .gdb_index section. Copyright (C) 2012-2015 Free Software Foundation, Inc. This file is part of GDB. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either...
39.34
80
0.745297
aeb872af5dc2d0ba25d5dbbd8d82e50eeba57d36
401
h
C
glass/src/dev/ktty/tty.h
ozhanghe/skylight
6ab6bbdb67f23e2e730d11755013262d740a5317
[ "CC0-1.0" ]
4
2021-05-23T21:35:49.000Z
2021-06-04T14:17:53.000Z
glass/src/dev/ktty/tty.h
gek169/skylight_fork
3e7c974e34b52dd7d918dd1bd16a93ccdf0423d6
[ "CC0-1.0" ]
null
null
null
glass/src/dev/ktty/tty.h
gek169/skylight_fork
3e7c974e34b52dd7d918dd1bd16a93ccdf0423d6
[ "CC0-1.0" ]
null
null
null
#pragma once #include <stdint.h> #include <stddef.h> typedef struct { char character; uint32_t color; } __attribute__((packed)) tty_buffer_entry_t; extern size_t tty_width; extern size_t tty_height; void tty_putc(char c); void tty_puts(const char* s); void tty_sh...
22.277778
47
0.670823
d92b803576a5dac4f432e2740c70cb8374ba9bca
7,252
c
C
components/net/molink/core/source/mo_object.c
flyghost/OneOS-V2.1.0
6fedab0558c07fe679d63ba1eb8ee9992c044d86
[ "Apache-2.0" ]
null
null
null
components/net/molink/core/source/mo_object.c
flyghost/OneOS-V2.1.0
6fedab0558c07fe679d63ba1eb8ee9992c044d86
[ "Apache-2.0" ]
null
null
null
components/net/molink/core/source/mo_object.c
flyghost/OneOS-V2.1.0
6fedab0558c07fe679d63ba1eb8ee9992c044d86
[ "Apache-2.0" ]
null
null
null
/** *********************************************************************************************************************** * Copyright (c) 2020, China Mobile Communications Group Co.,Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the ...
26.564103
120
0.583701
03390337456ee5053624ff0b05f1ca1ee74f2cf2
33,382
h
C
Sources/Elastos/Frameworks/Droid/Base/Core/inc/elastos/droid/opengl/GLErrorWrapper.h
jingcao80/Elastos
d0f39852356bdaf3a1234743b86364493a0441bc
[ "Apache-2.0" ]
7
2017-07-13T10:34:54.000Z
2021-04-16T05:40:35.000Z
Sources/Elastos/Frameworks/Droid/Base/Core/inc/elastos/droid/opengl/GLErrorWrapper.h
jingcao80/Elastos
d0f39852356bdaf3a1234743b86364493a0441bc
[ "Apache-2.0" ]
null
null
null
Sources/Elastos/Frameworks/Droid/Base/Core/inc/elastos/droid/opengl/GLErrorWrapper.h
jingcao80/Elastos
d0f39852356bdaf3a1234743b86364493a0441bc
[ "Apache-2.0" ]
9
2017-07-13T12:33:20.000Z
2021-06-19T02:46:48.000Z
//========================================================================= // Copyright (C) 2012 The Elastos 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 // // ...
26.018706
75
0.473698
640593912f8e83333b920c378f7d64e22863e442
19,075
c
C
src/arch/sdl/archdep_unix.c
swingflip/C64_mini_VICE
7a6d9d41ae60409a2bb985bb8d6324a7269a0daa
[ "Apache-2.0" ]
2
2018-11-15T19:52:34.000Z
2022-01-17T19:45:01.000Z
src/arch/sdl/archdep_unix.c
Classicmods/C64_mini_VICE
7a6d9d41ae60409a2bb985bb8d6324a7269a0daa
[ "Apache-2.0" ]
null
null
null
src/arch/sdl/archdep_unix.c
Classicmods/C64_mini_VICE
7a6d9d41ae60409a2bb985bb8d6324a7269a0daa
[ "Apache-2.0" ]
3
2019-06-30T05:37:04.000Z
2021-12-04T17:12:35.000Z
/* * archdep_unix.c - Miscellaneous system-specific stuff. * * Written by * Ettore Perazzoli <ettore@comm2000.it> * Andreas Boose <viceteam@t-online.de> * * This file is part of VICE, the Versatile Commodore Emulator. * See README for copyright notice. * * This program is free software; you can redistribut...
24.612903
164
0.618558
d8141aaa909aa22bd56c2c46227258e3e315e461
6,513
h
C
src/intf/input/inp_keys.h
tt-arcade/fba-pi
10407847a98f0d315b05e44f0ecf01824f4558aa
[ "Apache-2.0" ]
null
null
null
src/intf/input/inp_keys.h
tt-arcade/fba-pi
10407847a98f0d315b05e44f0ecf01824f4558aa
[ "Apache-2.0" ]
null
null
null
src/intf/input/inp_keys.h
tt-arcade/fba-pi
10407847a98f0d315b05e44f0ecf01824f4558aa
[ "Apache-2.0" ]
null
null
null
#ifndef INP_KEYS_H #define INP_KEYS_H // FB Alpha key definitions #define FBK_ESCAPE 0x01 #define FBK_1 0x02 #define FBK_2 0x03 #define FBK_3 0x04 #define FBK_4 0x05 #define FBK_5 0x06 #define FBK_6 0x07 #define FBK_7 ...
41.75
91
0.572547
1b4364cceb249e3575e03257ac40414dec22b823
3,104
h
C
HMModules/HomeMateModule/HomeMateModule/Classes/HMSDK/HMBusiness/HMScene/HMSceneBusiness.h
kenny2006cen/GYXMPP
fdeaddde91c78b132f747501c09486b7c33ec5d4
[ "MIT" ]
null
null
null
HMModules/HomeMateModule/HomeMateModule/Classes/HMSDK/HMBusiness/HMScene/HMSceneBusiness.h
kenny2006cen/GYXMPP
fdeaddde91c78b132f747501c09486b7c33ec5d4
[ "MIT" ]
null
null
null
HMModules/HomeMateModule/HomeMateModule/Classes/HMSDK/HMBusiness/HMScene/HMSceneBusiness.h
kenny2006cen/GYXMPP
fdeaddde91c78b132f747501c09486b7c33ec5d4
[ "MIT" ]
1
2021-10-10T12:32:01.000Z
2021-10-10T12:32:01.000Z
// // HMSceneBusiness.h // HomeMateSDK // // Created by Air on 2017/5/2. // Copyright © 2017年 orvibo. All rights reserved. // #import "HMBaseBusiness.h" @interface HMSceneBusiness : HMBaseBusiness /** 创建情景 create a scene @param sceneName 情景模式名称 @param pic 情景图标编号 @param completion 回调方法返回HMScene对象的实例 return...
29.561905
168
0.763531
9bb1603b59e4898d3e3b39142ddea1c1baa6ac8c
2,220
h
C
camera/hal/mediatek/mtkcam/include/mtkcam/drv/def/ispio_sw_scenario.h
strassek/chromiumos-platform2
12c953f41f48b8a6b0bd1c181d09bdb1de38325c
[ "BSD-3-Clause" ]
4
2020-07-24T06:54:16.000Z
2021-06-16T17:13:53.000Z
camera/hal/mediatek/mtkcam/include/mtkcam/drv/def/ispio_sw_scenario.h
strassek/chromiumos-platform2
12c953f41f48b8a6b0bd1c181d09bdb1de38325c
[ "BSD-3-Clause" ]
1
2021-04-02T17:35:07.000Z
2021-04-02T17:35:07.000Z
camera/hal/mediatek/mtkcam/include/mtkcam/drv/def/ispio_sw_scenario.h
strassek/chromiumos-platform2
12c953f41f48b8a6b0bd1c181d09bdb1de38325c
[ "BSD-3-Clause" ]
1
2020-11-04T22:31:45.000Z
2020-11-04T22:31:45.000Z
/* * Copyright (C) 2019 MediaTek Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
37.627119
81
0.713063
29d0e37d12a4331dfa43a0bfa6b9caf6bb5b4799
4,230
h
C
eglibc-2.15/sysdeps/ia64/bits/byteswap.h
huhong789/shortcut
bce8a64c4d99b3dca72ffa0a04c9f3485cbab13a
[ "BSD-2-Clause" ]
47
2015-03-10T23:21:52.000Z
2022-02-17T01:04:14.000Z
eglibc-2.15/sysdeps/ia64/bits/byteswap.h
shortcut-sosp19/shortcut
f0ff3d9170dbc6de38e0d8c200db056aa26b9c48
[ "BSD-2-Clause" ]
1
2020-06-30T18:01:37.000Z
2020-06-30T18:01:37.000Z
eglibc-2.15/sysdeps/ia64/bits/byteswap.h
shortcut-sosp19/shortcut
f0ff3d9170dbc6de38e0d8c200db056aa26b9c48
[ "BSD-2-Clause" ]
19
2015-02-25T19:50:05.000Z
2021-10-05T14:35:54.000Z
/* Macros to swap the order of bytes in integer values. Copyright (C) 1997,1998,2000,2002,2003,2008,2011 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public ...
34.672131
77
0.564066
af8fcd45b528963fb742ba93e2fd6dcd50cf1cd0
383
h
C
Demo/BaseSection/Godeye/src/category/UIView+Godeye.h
chengzongxin/Demo
504d1d78b15970b4232d7f0cb1b95c3568ac6c23
[ "MIT" ]
null
null
null
Demo/BaseSection/Godeye/src/category/UIView+Godeye.h
chengzongxin/Demo
504d1d78b15970b4232d7f0cb1b95c3568ac6c23
[ "MIT" ]
null
null
null
Demo/BaseSection/Godeye/src/category/UIView+Godeye.h
chengzongxin/Demo
504d1d78b15970b4232d7f0cb1b95c3568ac6c23
[ "MIT" ]
null
null
null
// // UIView+Godeye.h // Pods // // Created by jerry.jiang on 2019/2/18. // #import <UIKit/UIKit.h> @interface UIView (Godeye) /** 由数据中心分配,用于标识该组件 */ @property (nonatomic, copy) NSString *geWidgetUid; /** 点击跳转h5时,需手动设置该值为h5链接 */ @property (nonatomic, copy) NSString *geWidgetHref; /** View是否在当前Screen范围内 ...
11.606061
51
0.67624
b7357a9b26b777120882227de0cde1d3b40a9a1f
683
h
C
error_functions.h
kingJHome/linuxSysCode
dfcecc5a08e957c1e8e2517bea466d08e7bdced0
[ "MIT" ]
null
null
null
error_functions.h
kingJHome/linuxSysCode
dfcecc5a08e957c1e8e2517bea466d08e7bdced0
[ "MIT" ]
null
null
null
error_functions.h
kingJHome/linuxSysCode
dfcecc5a08e957c1e8e2517bea466d08e7bdced0
[ "MIT" ]
null
null
null
#ifndef ERROR_FUNCTIONS_H #define ERROR_FUNCTIONS_H void errMsg(const char *format, ...); #ifdef __GNUC__ /*This macro stops 'gcc -Wall' complaining that "control reaches end of non-void function" if we use the following functions to terminate main() or some other non-void function.*/ #define NORETURN __attribute__((...
26.269231
179
0.743777
f4c53bf591f4d8b2b4b10ba39bf574c02da6acd2
810
c
C
Living_SDK/platform/mcu/tg7100c/hal/hal_rng_tg7100c.c
AL-Answer/HF-270-1.6.6
fe271e48af446ed51fbe1b090be86801480afd2f
[ "Apache-2.0" ]
null
null
null
Living_SDK/platform/mcu/tg7100c/hal/hal_rng_tg7100c.c
AL-Answer/HF-270-1.6.6
fe271e48af446ed51fbe1b090be86801480afd2f
[ "Apache-2.0" ]
null
null
null
Living_SDK/platform/mcu/tg7100c/hal/hal_rng_tg7100c.c
AL-Answer/HF-270-1.6.6
fe271e48af446ed51fbe1b090be86801480afd2f
[ "Apache-2.0" ]
null
null
null
#include "hal/soc/soc.h" #include "bl_sec.h" #include <stdio.h> int32_t hal_random_num_read(random_dev_t random, void *buf, int32_t bytes) { uint32_t tmp; uint32_t *val; int i, nwords; if(buf == NULL || bytes < 1) { return -1; } val = (uint32_t *)buf; nwords = bytes / 4; for (i = ...
18.409091
74
0.47284
17ab106d6e872609bb909221eca06c5252452142
4,108
h
C
src/Model/WordEmbeddingsModel.h
amplab/cyclades
8ddd170ffa071ec81d8eccd85cd77522309d6584
[ "Apache-2.0" ]
30
2016-11-25T18:32:57.000Z
2021-01-27T07:40:05.000Z
src/Model/WordEmbeddingsModel.h
amplab/cyclades
8ddd170ffa071ec81d8eccd85cd77522309d6584
[ "Apache-2.0" ]
1
2016-11-28T19:59:17.000Z
2016-11-29T05:20:41.000Z
src/Model/WordEmbeddingsModel.h
amplab/cyclades
8ddd170ffa071ec81d8eccd85cd77522309d6584
[ "Apache-2.0" ]
10
2016-11-30T03:02:42.000Z
2021-01-27T07:40:11.000Z
/* * Copyright 2016 [See AUTHORS file for list of authors] * * 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 require...
30.42963
122
0.670886
9d73e041bc59cd3236658b6d6818dbaefa98be13
1,333
h
C
drivers/video/fbdev/exynos/decon_7870/panels/decon_lcd.h
CaelestisZ/HeraQ
2804afc99bf59c43740038833077ef7b14993592
[ "MIT" ]
null
null
null
drivers/video/fbdev/exynos/decon_7870/panels/decon_lcd.h
CaelestisZ/HeraQ
2804afc99bf59c43740038833077ef7b14993592
[ "MIT" ]
null
null
null
drivers/video/fbdev/exynos/decon_7870/panels/decon_lcd.h
CaelestisZ/HeraQ
2804afc99bf59c43740038833077ef7b14993592
[ "MIT" ]
null
null
null
/* drivers/video/exynos_decon/lcd.h * * Copyright (c) 2011 Samsung Electronics * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef __DECON_LCD__ #define __DECON_LCD__ enu...
18.013514
71
0.754689
410ec0c10c9eb79bc0696e630ce689bd7b8f460a
3,664
h
C
chrome/browser/ui/views/frame/contents_container.h
codenote/chromium-test
0637af0080f7e80bf7d20b29ce94c5edc817f390
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/ui/views/frame/contents_container.h
codenote/chromium-test
0637af0080f7e80bf7d20b29ce94c5edc817f390
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/ui/views/frame/contents_container.h
codenote/chromium-test
0637af0080f7e80bf7d20b29ce94c5edc817f390
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2020-11-04T07:25:45.000Z
2020-11-04T07:25:45.000Z
// Copyright 2012 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_VIEWS_FRAME_CONTENTS_CONTAINER_H_ #define CHROME_BROWSER_UI_VIEWS_FRAME_CONTENTS_CONTAINER_H_ #include <string> #include "base...
33.925926
78
0.736354
85b4bf8ac272d4b04500fcc34904682fa7adf58d
2,178
h
C
frameworks/qt/libs/widgets/dmzQtSearchBox.h
shillcock/dmz
02174b45089e12cd7f0840d5259a00403cd1ccff
[ "MIT" ]
2
2015-11-05T03:03:40.000Z
2016-02-03T21:50:40.000Z
frameworks/qt/libs/widgets/dmzQtSearchBox.h
dmzgroup/dmz
fc2d9ddcb04ed71f4106b8d33539529807b3dea6
[ "MIT" ]
null
null
null
frameworks/qt/libs/widgets/dmzQtSearchBox.h
dmzgroup/dmz
fc2d9ddcb04ed71f4106b8d33539529807b3dea6
[ "MIT" ]
null
null
null
/**************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** No C...
26.560976
77
0.698347
c48c0573749637830c2b601982df83b903c4423d
3,304
h
C
pow_accel_soc/software/u-boot-socfpga/include/i8042.h
ajblane/iota_fpga
2ec78e89bf263a84905aba92437da5ec091ab621
[ "MIT" ]
13
2018-05-24T07:02:26.000Z
2021-04-13T12:48:24.000Z
pow_accel_soc/software/u-boot-socfpga/include/i8042.h
ajblane/iota_fpga
2ec78e89bf263a84905aba92437da5ec091ab621
[ "MIT" ]
null
null
null
pow_accel_soc/software/u-boot-socfpga/include/i8042.h
ajblane/iota_fpga
2ec78e89bf263a84905aba92437da5ec091ab621
[ "MIT" ]
14
2018-05-08T23:40:47.000Z
2022-02-12T00:12:06.000Z
/* * (C) Copyright 2002 ELTEC Elektronik AG * Frank Gottschling <fgottschling@eltec.de> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by th...
34.416667
86
0.60563
e3082665123e4bfb0d762dc8fb9e0bbd09eb9998
1,347
h
C
kernel/numerical/sparse/C/MPI/0/float/matrix.h
Arka2009/x86_64-ubench-ecolab
38461e73617c92449f85a84176cd108fb82434b2
[ "BSD-3-Clause" ]
null
null
null
kernel/numerical/sparse/C/MPI/0/float/matrix.h
Arka2009/x86_64-ubench-ecolab
38461e73617c92449f85a84176cd108fb82434b2
[ "BSD-3-Clause" ]
null
null
null
kernel/numerical/sparse/C/MPI/0/float/matrix.h
Arka2009/x86_64-ubench-ecolab
38461e73617c92449f85a84176cd108fb82434b2
[ "BSD-3-Clause" ]
null
null
null
/******************************************************************** * BenchIT - Performance Measurement for Scientific Applications * Contact: developer@benchit.org * * $Id: matrix.h 1 2009-09-11 12:26:19Z william $ * $URL: svn+ssh://william@rupert.zih.tu-dresden.de/svn-base/benchit-root/BenchITv6/kernel/numeric...
38.485714
132
0.602821
e95b6e49c4df26b85b487b95e06fa2b080a83165
1,185
h
C
headers/nb/math_bot/utils.h
vecn/nbots
bda4f5a2c607c8e6d26567bb0865ccbb953418ac
[ "MIT" ]
7
2016-02-09T17:53:25.000Z
2019-09-19T02:02:14.000Z
headers/nb/math_bot/utils.h
vecn/nbots
bda4f5a2c607c8e6d26567bb0865ccbb953418ac
[ "MIT" ]
1
2017-06-22T06:20:24.000Z
2017-06-22T06:20:24.000Z
headers/nb/math_bot/utils.h
vecn/nbots
bda4f5a2c607c8e6d26567bb0865ccbb953418ac
[ "MIT" ]
2
2018-02-08T12:09:50.000Z
2019-09-19T02:02:23.000Z
#ifndef __NB_MATH_BOT_UTILS_H__ #define __NB_MATH_BOT_UTILS_H__ #include <stdint.h> #define NB_PI (3.14159265359) #define NB_PHI (1.61803398875) #define NB_MATH_PI (3.14159265358979323846264338327) #define NB_MATH_MAX_UINT32_T ((unsigned int)(-1)) #define NB_MATH_SQRT2 (1.41421356237309504880) #define NB_MATH_SQRT3 ...
31.184211
58
0.785654
5c7bb20859316c0a17903e51f34578face2b5b70
3,410
h
C
Applications/MobilePhone/PHVoicemailGreetingSliderCell.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
1
2020-11-04T15:43:01.000Z
2020-11-04T15:43:01.000Z
Applications/MobilePhone/PHVoicemailGreetingSliderCell.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
Applications/MobilePhone/PHVoicemailGreetingSliderCell.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
// // 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 <TelephonyUI/TPTableViewCell.h> #import "VMPlayerTimelineSliderDelegate-Protocol.h" @class NSLayoutConstraint, NSString, UIProgressView, ...
62
183
0.832845
55e12394bdb6ada0c06fc398f9104c120391bfa6
96
h
C
src/roygvib.h
yutannihilation/roygvib
fd341bfb59efa1d32e890927a6cf5ad624ca447a
[ "MIT" ]
null
null
null
src/roygvib.h
yutannihilation/roygvib
fd341bfb59efa1d32e890927a6cf5ad624ca447a
[ "MIT" ]
null
null
null
src/roygvib.h
yutannihilation/roygvib
fd341bfb59efa1d32e890927a6cf5ad624ca447a
[ "MIT" ]
null
null
null
#ifndef ROYGVIB_RLANG_H #define ROYGVIB_RLANG_H #include <R.h> #include <Rinternals.h> #endif
12
23
0.770833
0d9c59386fbf72abdbce9b1142932220148a7e77
847
h
C
GoogleWifi Headers/GOOKeyboardWatcher.h
LemaMichael/BetterGoogleWifi
b02a0adc35d80f1fa9443874d12de483c3d63c06
[ "MIT" ]
1
2022-01-25T13:08:30.000Z
2022-01-25T13:08:30.000Z
GoogleWifi Headers/GOOKeyboardWatcher.h
LemaMichael/BetterGoogleWifi
b02a0adc35d80f1fa9443874d12de483c3d63c06
[ "MIT" ]
null
null
null
GoogleWifi Headers/GOOKeyboardWatcher.h
LemaMichael/BetterGoogleWifi
b02a0adc35d80f1fa9443874d12de483c3d63c06
[ "MIT" ]
null
null
null
// // 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> @interface GOOKeyboardWatcher : NSObject { struct CGRect _keyboardFrame; } + (id)sharedKeyboardWatcher;...
29.206897
94
0.754427
1ddf1380a236d7ab185e6cbfbd31c412eea0f99f
1,164
h
C
include/cmdline.h
jahnf/cranberry-server
30f50f9ff267b530b6d8e3d85f4a29e81d370538
[ "MIT" ]
1
2015-10-21T02:52:39.000Z
2015-10-21T02:52:39.000Z
include/cmdline.h
jahnf/cranberry-server
30f50f9ff267b530b6d8e3d85f4a29e81d370538
[ "MIT" ]
4
2016-01-22T12:27:25.000Z
2016-01-22T12:37:47.000Z
include/cmdline.h
jahnf/cranberry-server
30f50f9ff267b530b6d8e3d85f4a29e81d370538
[ "MIT" ]
null
null
null
/* cranberry-server * https://github.com/jahnf/cranberry-server * For licensing see LICENSE file or * https://github.com/jahnf/cranberry-server/blob/master/LICENSE */ #ifndef CMDLINE_H_ #define CMDLINE_H_ /** @defgroup cmdline Command line parser * Parse command line arguments. * @{ * @file cmdline.h Header ...
29.846154
86
0.687285
6b0dea4be6c58e76ca4c6a80c33e70623bf75a33
11,597
h
C
common/CompilerDetect.h
ev3dev/libopenmpt
06d2c8b26a148dc6e87ccfe2ab4bcb82a55d6714
[ "BSD-3-Clause" ]
null
null
null
common/CompilerDetect.h
ev3dev/libopenmpt
06d2c8b26a148dc6e87ccfe2ab4bcb82a55d6714
[ "BSD-3-Clause" ]
null
null
null
common/CompilerDetect.h
ev3dev/libopenmpt
06d2c8b26a148dc6e87ccfe2ab4bcb82a55d6714
[ "BSD-3-Clause" ]
null
null
null
/* * CompilerDetect.h * ---------------- * Purpose: Detect current compiler and provide readable version test macros. * Notes : (currently none) * Authors: OpenMPT Devs * The OpenMPT source code is released under the BSD license. Read LICENSE for more details. */ #pragma once #define MPT_COMPILER_MAKE_VERS...
30.044041
148
0.761921
c65c739f3eb55cf42145917cb1ec055e2fd7a346
260
h
C
HUTLife/Classes/Profile/View/CourseItemButton.h
taroyuyu/HUTLife
7a5bad953cb5d71598e11c2a425bf0823f9930e7
[ "MIT" ]
null
null
null
HUTLife/Classes/Profile/View/CourseItemButton.h
taroyuyu/HUTLife
7a5bad953cb5d71598e11c2a425bf0823f9930e7
[ "MIT" ]
null
null
null
HUTLife/Classes/Profile/View/CourseItemButton.h
taroyuyu/HUTLife
7a5bad953cb5d71598e11c2a425bf0823f9930e7
[ "MIT" ]
null
null
null
// // CourseItemButton.h // HUT // // Created by Lingyu on 16/2/17. // Copyright © 2016年 Lingyu. All rights reserved. // #import <UIKit/UIKit.h> @class TimeTableItem; @interface CourseItemButton : UIButton @property(nonatomic)TimeTableItem *model; @end
16.25
50
0.711538
bc741f29a4381ebb45c7a472be7ad9eff2f6ce88
5,939
h
C
Code/Base/accessors/current/dataaccess/IDataIterator.h
rtobar/askapsoft
6bae06071d7d24f41abe3f2b7f9ee06cb0a9445e
[ "BSL-1.0", "Apache-2.0", "OpenSSL" ]
1
2020-06-18T08:37:43.000Z
2020-06-18T08:37:43.000Z
Code/Base/accessors/current/dataaccess/IDataIterator.h
ATNF/askapsoft
d839c052d5c62ad8a511e58cd4b6548491a6006f
[ "BSL-1.0", "Apache-2.0", "OpenSSL" ]
null
null
null
Code/Base/accessors/current/dataaccess/IDataIterator.h
ATNF/askapsoft
d839c052d5c62ad8a511e58cd4b6548491a6006f
[ "BSL-1.0", "Apache-2.0", "OpenSSL" ]
null
null
null
/// @file IDataIterator.h /// @brief an interface to the data iterator with associated buffers. /// @details See the description of IConstDataIterator /// for more details. Buffers are the visibility chunks conformant /// to the data pointed to by the IDataIterator, but with a read/write access. /// They are managed b...
40.678082
79
0.732278
14ea3746cf63da4aeeca3b274a199a2ed410b182
574
c
C
gcc-gcc-7_3_0-release/gcc/testsuite/gcc.dg/pr33919.c
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/gcc.dg/pr33919.c
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gcc.dg/pr33919.c
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
/* PR preprocessor/pr33919 */ /* { dg-do run } */ /* { dg-options "-I . -include ${srcdir}/gcc.dg/pr33919-0.h" } */ #include "pr33919-1.h" const char *base_file = __BASE_FILE__; extern int strcmp (const char *, const char *); extern void abort (void); int main () { if (!strcmp (pre_inc_base_file, "<command line>"...
21.259259
65
0.630662
4e6b316bdec86c1f11874177bce6b138b855b579
4,779
c
C
benchmarks/Angha_original/extr_gf100_gf100_gr_chan_new/extr_gf100_gf100_gr_chan_new.c
ComputerSystemsLab/OptimizationCache
9c30ae120673e57b772ea42e29e087f775aa9de9
[ "Apache-2.0" ]
2
2021-03-11T00:46:25.000Z
2021-07-08T16:44:58.000Z
benchmarks/Angha_original/extr_gf100_gf100_gr_chan_new/extr_gf100_gf100_gr_chan_new.c
ComputerSystemsLab/OptimizationCache
9c30ae120673e57b772ea42e29e087f775aa9de9
[ "Apache-2.0" ]
null
null
null
benchmarks/Angha_original/extr_gf100_gf100_gr_chan_new/extr_gf100_gf100_gr_chan_new.c
ComputerSystemsLab/OptimizationCache
9c30ae120673e57b772ea42e29e087f775aa9de9
[ "Apache-2.0" ]
null
null
null
#define NULL ((void*)0) typedef unsigned long size_t; // Customize by platform. typedef long intptr_t; typedef unsigned long uintptr_t; typedef long scalar_t__; // Either arithmetic or pointer type. /* By default, we understand bool (as a convenience). */ typedef int bool; #define false 0 #define true 1 /* Forward d...
35.664179
189
0.663109
b694870903ab33d8735ce5652c9e391367e007ce
3,936
h
C
privatedns/include/tencentcloud/privatedns/v20201028/model/AuditLogInfo.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
43
2019-08-14T08:14:12.000Z
2022-03-30T12:35:09.000Z
privatedns/include/tencentcloud/privatedns/v20201028/model/AuditLogInfo.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
12
2019-07-15T10:44:59.000Z
2021-11-02T12:35:00.000Z
privatedns/include/tencentcloud/privatedns/v20201028/model/AuditLogInfo.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
28
2019-07-12T09:06:22.000Z
2022-03-30T08:04:18.000Z
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
30.276923
116
0.458079
619e5cfa626bb53b254d83d80355f2cc16792535
1,445
h
C
PrivateFrameworks/SearchUI/SearchUITableRowView.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
17
2018-11-13T04:02:58.000Z
2022-01-20T09:27:13.000Z
PrivateFrameworks/SearchUI/SearchUITableRowView.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
3
2018-04-06T02:02:27.000Z
2018-10-02T01:12:10.000Z
PrivateFrameworks/SearchUI/SearchUITableRowView.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 "NSTableRowView.h" @class NSLayoutConstraint, NSView; @interface SearchUITableRowView : NSTableRowView { NSView *_separatorView; NSLayoutConstraint *_separatorView...
40.138889
148
0.811765
c37f0cc6589167e72e7d951f6cd75aaa701e4719
428
h
C
ThirtyPartyFramework/ThirtyPartyFramework/KSCrash/Monitors/KSCrashMonitor_CPPException.h
lmg4819/ThirtyPartyFramework
01536a69b1ef524f79d8e1aa8a3fa040483ffaae
[ "MIT" ]
null
null
null
ThirtyPartyFramework/ThirtyPartyFramework/KSCrash/Monitors/KSCrashMonitor_CPPException.h
lmg4819/ThirtyPartyFramework
01536a69b1ef524f79d8e1aa8a3fa040483ffaae
[ "MIT" ]
null
null
null
ThirtyPartyFramework/ThirtyPartyFramework/KSCrash/Monitors/KSCrashMonitor_CPPException.h
lmg4819/ThirtyPartyFramework
01536a69b1ef524f79d8e1aa8a3fa040483ffaae
[ "MIT" ]
null
null
null
// // KSCrashMonitor_CPPException.hpp // QueAndAnsProject // // Created by 罗孟歌 on 2019/8/1. // Copyright © 2019 we. All rights reserved. // #ifndef KSCrashMonitor_CPPException_h #define KSCrashMonitor_CPPException_h #ifdef __cplusplus extern "C" { #endif #include "KSCrashMonitor.h" KSCrashMonitorAPI* kscm_cpp...
16.461538
50
0.747664
0f66308d55b47bbc556d3135474e6ba4de0547a9
10,239
h
C
command_parser/command_context.h
cerww/cpp_discord_cuteness
3989b9e3fdcceb6823fb5df935ef38e3f7cb350e
[ "MIT" ]
4
2020-05-19T10:13:11.000Z
2020-07-10T11:00:21.000Z
command_parser/command_context.h
cerww/cpp_discord_cuteness
3989b9e3fdcceb6823fb5df935ef38e3f7cb350e
[ "MIT" ]
null
null
null
command_parser/command_context.h
cerww/cpp_discord_cuteness
3989b9e3fdcceb6823fb5df935ef38e3f7cb350e
[ "MIT" ]
null
null
null
#pragma once #include "../include/partial_message.h" #include "../include/guild_text_message.h" #include "../include/guild.h" #include "../include/guild_channel.h" #include "../include/voice_channel.h" #include "../include/text_channel.h" #include <variant> #include "parsing_stuff.h" #include "parser_adapters.h" struc...
25.281481
135
0.677898
ba7c05c6741df1e1ab6634a55edf09237b4f0958
2,799
h
C
objectsrecogfilter.h
nnthanh2307/TensorFlow
ec4d7b114c4afe0eb9bfe2069487f8feb62be9b2
[ "MIT" ]
11
2019-03-19T03:20:01.000Z
2021-01-10T11:28:28.000Z
objectsrecogfilter.h
nnthanh2307/TensorFlow
ec4d7b114c4afe0eb9bfe2069487f8feb62be9b2
[ "MIT" ]
null
null
null
objectsrecogfilter.h
nnthanh2307/TensorFlow
ec4d7b114c4afe0eb9bfe2069487f8feb62be9b2
[ "MIT" ]
6
2019-03-03T14:58:28.000Z
2021-11-29T23:27:13.000Z
#ifndef OBJECTSRECOGFILTER_H #define OBJECTSRECOGFILTER_H #include <QVideoFilterRunnable> #include <QMutex> #include "tensorflow.h" #include "tensorflowthread.h" class ObjectsRecogFilterRunable; class ObjectsRecogFilter : public QAbstractVideoFilter { Q_OBJECT Q_PROPERTY(double cameraOrientation READ getCa...
31.1
108
0.742408
24121824ea8624710bb0ff5837a55f2d19076966
764
h
C
include/Veritas/OpenGL/OpenGL45.h
Silexars/VeritasOpenGL
959f35c4e4eb181700bc4161efecab05562a99b4
[ "Apache-2.0" ]
null
null
null
include/Veritas/OpenGL/OpenGL45.h
Silexars/VeritasOpenGL
959f35c4e4eb181700bc4161efecab05562a99b4
[ "Apache-2.0" ]
1
2017-11-17T04:22:16.000Z
2017-11-17T04:22:16.000Z
include/Veritas/OpenGL/OpenGL45.h
Silexars/VeritasOpenGL
959f35c4e4eb181700bc4161efecab05562a99b4
[ "Apache-2.0" ]
null
null
null
#pragma once #include "glcorearb.h" // This code is cool but it needs reorganization :) #include <Veritas/OpenGL/OpenGLContext.h> #include <gl/GL.h> #ifdef OPENGL_IMPLEMENTATION #define OPENGL_FUNCDEF(DEF, NAME) DEF NAME = 0 #else #define OPENGL_FUNCDEF(DEF, NAME) extern DEF NAME #endif #define OPENGL_FUNC...
21.222222
95
0.734293
a75f7ea8cca859a27d891592a4cccbe434c92233
2,334
h
C
new/libr/asm/arch/ppc/libps/libps_internal.h
benbenwt/lisa_docker
0b851223dbaecef9b27c418eae05890fea752d49
[ "Apache-2.0" ]
null
null
null
new/libr/asm/arch/ppc/libps/libps_internal.h
benbenwt/lisa_docker
0b851223dbaecef9b27c418eae05890fea752d49
[ "Apache-2.0" ]
1
2021-12-17T00:14:27.000Z
2021-12-17T00:14:27.000Z
new/libr/asm/arch/ppc/libps/libps_internal.h
benbenwt/lisa_docker
0b851223dbaecef9b27c418eae05890fea752d49
[ "Apache-2.0" ]
null
null
null
/* radare - LGPL - Copyright 2017 - wargio */ #ifndef LIBPS_INTERNAL_H #define LIBPS_INTERNAL_H #include <r_types.h> #define TYPE_NONE 0 #define TYPE_REG 1 #define TYPE_IMM 2 #define TYPE_MEM 3 #define TYPE_CR 4 #define OP(x) ((((ut32)(x)) & 0x3f) << 26) #define OP_MASK OP(0x3f) #define OPS(op, xop) (OP(op) | ...
17.681818
62
0.607541
71bf48bc3d66e200e7e2d02c898e3e52ef586264
383
h
C
CPKit_Demo/CPModel.h
cp271007323/CPKit
ae9e7a88eee57f036b99838d955fe03ec07a195d
[ "MIT" ]
null
null
null
CPKit_Demo/CPModel.h
cp271007323/CPKit
ae9e7a88eee57f036b99838d955fe03ec07a195d
[ "MIT" ]
null
null
null
CPKit_Demo/CPModel.h
cp271007323/CPKit
ae9e7a88eee57f036b99838d955fe03ec07a195d
[ "MIT" ]
null
null
null
// // CPModel.h // CPKit_Demo // // Created by Mac on 2019/11/6. // Copyright © 2019 陈平. All rights reserved. // #import <Foundation/Foundation.h> NS_ASSUME_NONNULL_BEGIN @interface CPModel : NSObject @property (nonatomic , strong) NSString *name; @property (nonatomic , strong) NSString *title; @property (non...
14.730769
47
0.715405
9c1dea901bf6bd6142182960eb7aa3643265abba
1,156
h
C
include/layout/FlatLayout.h
NullPopPoLab/Play--Framework
ab4594f9ef548f1476c9017e122a05dfb91cc9d3
[ "BSD-2-Clause" ]
35
2015-02-19T20:11:05.000Z
2021-11-05T12:55:07.000Z
include/layout/FlatLayout.h
NullPopPoLab/Play--Framework
ab4594f9ef548f1476c9017e122a05dfb91cc9d3
[ "BSD-2-Clause" ]
24
2015-07-19T04:51:29.000Z
2022-03-31T00:36:45.000Z
include/layout/FlatLayout.h
Thunder07/Play--Framework
b0c8487656492f237f6613fccadbb8011b61bd4d
[ "BSD-2-Clause" ]
22
2015-02-16T03:36:00.000Z
2022-01-23T13:15:00.000Z
#pragma once #include <list> #include "LayoutObject.h" #include "LayoutBase.h" namespace Framework { class CFlatLayout : public CLayoutObject { public: typedef std::list<LayoutObjectPtr> ObjectList; typedef ObjectList::const_iterator ObjectIterator; CFlatLayout(unsigned int, unsigned ...
28.9
90
0.698962
57ae596e76670b5a4385ec3938e8fa39adfce10e
6,006
c
C
src/iwdnetup.c
jam3st/iwdnetup
e115cd5866b7701f75c2dfd8a95b77ad31559258
[ "Unlicense" ]
null
null
null
src/iwdnetup.c
jam3st/iwdnetup
e115cd5866b7701f75c2dfd8a95b77ad31559258
[ "Unlicense" ]
null
null
null
src/iwdnetup.c
jam3st/iwdnetup
e115cd5866b7701f75c2dfd8a95b77ad31559258
[ "Unlicense" ]
null
null
null
#include <syslog.h> #include <sys/stat.h> #include <glib.h> #include <dbus/dbus.h> #include <dbus/dbus-glib.h> #include <dbus/dbus-glib-lowlevel.h> const char iwdBusName[] = "net.connman.iwd.Station"; const char iwdStateName[] = "State"; const char iwdStateTransUp[] = "connected"; const char iwdStateTransDown[] = "di...
38.5
111
0.621545
b9d1114999438905fc7b0833fdfd9f8978950f84
94
h
C
netbsd/sys/arch/luna68k/include/mcontext.h
MarginC/kame
2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30
[ "BSD-3-Clause" ]
91
2015-01-05T15:18:31.000Z
2022-03-11T16:43:28.000Z
netbsd/sys/arch/luna68k/include/mcontext.h
MarginC/kame
2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30
[ "BSD-3-Clause" ]
1
2016-02-25T15:57:55.000Z
2016-02-25T16:01:02.000Z
netbsd/sys/arch/luna68k/include/mcontext.h
MarginC/kame
2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30
[ "BSD-3-Clause" ]
21
2015-02-07T08:23:07.000Z
2021-12-14T06:01:49.000Z
/* $NetBSD: mcontext.h,v 1.2 2003/01/17 23:13:11 thorpej Exp $ */ #include <m68k/mcontext.h>
23.5
65
0.659574
27a78196a4b157f194910f5e5e64eaa15445d82f
79
c
C
packages/PIPS/validation/Scilab/COLD-1.0.5.sub/stubs/src/scilab_rt_mclose_i0_.c
DVSR1966/par4all
86b33ca9da736e832b568c5637a2381f360f1996
[ "MIT" ]
51
2015-01-31T01:51:39.000Z
2022-02-18T02:01:50.000Z
packages/PIPS/validation/Scilab/COLD-1.0.5.sub/stubs/src/scilab_rt_mclose_i0_.c
DVSR1966/par4all
86b33ca9da736e832b568c5637a2381f360f1996
[ "MIT" ]
7
2017-05-29T09:29:00.000Z
2019-03-11T16:01:39.000Z
packages/PIPS/validation/Scilab/COLD-1.0.5.sub/stubs/src/scilab_rt_mclose_i0_.c
DVSR1966/par4all
86b33ca9da736e832b568c5637a2381f360f1996
[ "MIT" ]
12
2015-03-26T08:05:38.000Z
2022-02-18T02:01:51.000Z
#include <stdio.h> void scilab_rt_mclose_i0_(int fd) { printf("%d",fd); }
8.777778
33
0.64557
f18465f040d6519f20eee1dfd2e30229bf1f6a8a
927
h
C
code/addons/attic/physics/collideshapeloader.h
gscept/nebula-trifid
e7c0a0acb05eedad9ed37a72c1bdf2d658511b42
[ "BSD-2-Clause" ]
67
2015-03-30T19:56:16.000Z
2022-03-11T13:52:17.000Z
code/addons/attic/physics/collideshapeloader.h
gscept/nebula-trifid
e7c0a0acb05eedad9ed37a72c1bdf2d658511b42
[ "BSD-2-Clause" ]
5
2015-04-15T17:17:33.000Z
2016-02-11T00:40:17.000Z
code/addons/attic/physics/collideshapeloader.h
gscept/nebula-trifid
e7c0a0acb05eedad9ed37a72c1bdf2d658511b42
[ "BSD-2-Clause" ]
34
2015-03-30T15:08:00.000Z
2021-09-23T05:55:10.000Z
#ifndef PHYSICS_COLLIDEMESHLOADER_H #define PHYSICS_COLLIDEMESHLOADER_H //------------------------------------------------------------------------------ /** @class Physics::CollideShapeLoader Opens a physics.xml file, and IF it contains shapes only, loads them and attaches them to the collide space. If n...
33.107143
98
0.532902
01ceb2cd9ff804119e837545b3917dfdb80c54ba
10,553
c
C
cgitmpl.c
zmushko/libcgi
b1853fd2aafffbc620aa689bbebc40a8db1cbeb5
[ "Apache-2.0" ]
null
null
null
cgitmpl.c
zmushko/libcgi
b1853fd2aafffbc620aa689bbebc40a8db1cbeb5
[ "Apache-2.0" ]
null
null
null
cgitmpl.c
zmushko/libcgi
b1853fd2aafffbc620aa689bbebc40a8db1cbeb5
[ "Apache-2.0" ]
null
null
null
#include <stdio.h> #include <unistd.h> #include <string.h> #include <stdlib.h> #include "cgitmpl.h" #include "libcgi.h" #define SIZEOFBUF 1024 CGI_TMPL_LIST* new_cgi_tmpl_list(char* key, char* val, CGI_TMPL_LIST* par) { CGI_TMPL_LIST* p = NULL; int len; p = (CGI_TMPL_LIST*)malloc(sizeof(CGI_TMPL_LIST)); if (...
22.549145
124
0.533498