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
681febd6e819a9b358998f30af1ad34984effd9e
613
h
C
SharedLib/ScreenCutShareLib/include/oeamplifier.h
telecommai/macos
18f6af19ffcc49e4ce7b03f5fc7dac826b27d6db
[ "BSD-3-Clause" ]
3
2019-04-14T13:17:47.000Z
2019-04-19T08:06:32.000Z
SharedLib/ScreenCutShareLib/include/oeamplifier.h
telecommai/macos
18f6af19ffcc49e4ce7b03f5fc7dac826b27d6db
[ "BSD-3-Clause" ]
7
2021-03-09T02:41:49.000Z
2022-02-26T10:26:00.000Z
SharedLib/ScreenCutShareLib/include/oeamplifier.h
telecommai/macos
18f6af19ffcc49e4ce7b03f5fc7dac826b27d6db
[ "BSD-3-Clause" ]
null
null
null
#ifndef OEAMPLIFIER_H #define OEAMPLIFIER_H #include <memory> #include <QWidget> class OEAmplifier : public QWidget { Q_OBJECT public: explicit OEAmplifier(std::shared_ptr<QPixmap> originPainting, QWidget *parent = 0); signals: public slots: void onSizeChange(int w, int h); void o...
15.717949
88
0.665579
a9906a9453734cc6eaf27166dd2ce59f38e42dab
2,705
h
C
Base64.h
harshmalhan/keylogger
796f61f71b7fb9c37fc8a6970b684f8eb9bfbfdb
[ "Apache-2.0" ]
null
null
null
Base64.h
harshmalhan/keylogger
796f61f71b7fb9c37fc8a6970b684f8eb9bfbfdb
[ "Apache-2.0" ]
null
null
null
Base64.h
harshmalhan/keylogger
796f61f71b7fb9c37fc8a6970b684f8eb9bfbfdb
[ "Apache-2.0" ]
null
null
null
#ifndef BASE64_H #define BASE64_H #include <vector> #include <string> using std::string; using std::vector; namespace Base64 { std::string base64_encode(const std::string &); std::string base64_decode(const std::string &); const std::string &SALT1 = "LM::TB::BB"; const std::string &SALT2 = "__:/__77"; c...
27.602041
102
0.439556
658b9c07470443668bba4ad125e66d07bfe635ee
1,151
h
C
src/graph/InterlockSDChecking.h
KIKI007/FrameInterlock
4ea831169432949982a4bc07fb9df1f31717b8e8
[ "MIT" ]
null
null
null
src/graph/InterlockSDChecking.h
KIKI007/FrameInterlock
4ea831169432949982a4bc07fb9df1f31717b8e8
[ "MIT" ]
null
null
null
src/graph/InterlockSDChecking.h
KIKI007/FrameInterlock
4ea831169432949982a4bc07fb9df1f31717b8e8
[ "MIT" ]
null
null
null
// // Created by ziqwang on 01.03.18. // #ifndef TI_STABLE_ASSEMBLYINTERLOCK_H #define TI_STABLE_ASSEMBLYINTERLOCK_H #include "../Assembly.h" #include <Eigen/Dense> #include "DirectedGraphSSC.h" using Eigen::MatrixXi; enum InterlockingStatus { NOT_INTERLOCKING = 0, HAS_KEY = 1, HAS_NO_KEY = 2 }; struct I...
18.868852
94
0.732407
45747c0f215076cbc476b304fd9a80c8afc33134
290
h
C
Eager/cs270/freelist.h
UCSB-CS-RACELab/eager-appscale
d58fe64bb867ef58af19c1d84a5e1ec68ecddd3d
[ "Apache-2.0" ]
3
2016-06-12T01:18:49.000Z
2018-07-16T18:20:23.000Z
Eager/cs270/freelist.h
UCSB-CS-RACELab/eager-appscale
d58fe64bb867ef58af19c1d84a5e1ec68ecddd3d
[ "Apache-2.0" ]
null
null
null
Eager/cs270/freelist.h
UCSB-CS-RACELab/eager-appscale
d58fe64bb867ef58af19c1d84a5e1ec68ecddd3d
[ "Apache-2.0" ]
1
2020-05-25T02:59:15.000Z
2020-05-25T02:59:15.000Z
#ifndef _FREE_LIST_H #define _FREE_LIST_H #include "block_io.h" #define TRUE 1 void init_free_list(block_id head, block_count blocks); int check_free_list(block_id head, block_count blocks); block_id allocate_block(block_id head); void free_block(block_id head, block_id block); #endif
20.714286
55
0.810345
a9cd5fe134417d2fb0effed48750e6916744cb9e
3,266
h
C
sources/drivers/misc/mediatek/teei/V1.0/tz_driver/teei_client.h
fuldaros/paperplane_kernel_wileyfox-spark
bea244880d2de50f4ad14bb6fa5777652232c033
[ "Apache-2.0" ]
2
2018-03-09T23:59:27.000Z
2018-04-01T07:58:39.000Z
sources/drivers/misc/mediatek/teei/V1.0/tz_driver/teei_client.h
fuldaros/paperplane_kernel_wileyfox-spark
bea244880d2de50f4ad14bb6fa5777652232c033
[ "Apache-2.0" ]
null
null
null
sources/drivers/misc/mediatek/teei/V1.0/tz_driver/teei_client.h
fuldaros/paperplane_kernel_wileyfox-spark
bea244880d2de50f4ad14bb6fa5777652232c033
[ "Apache-2.0" ]
3
2017-06-24T20:23:09.000Z
2018-03-25T04:30:11.000Z
#ifndef __TEEI_CLIENT_H_ #define __TEEI_CLIENT_H_ #define TEEI_CLIENT_FULL_PATH_DEV_NAME "/dev/teei_client" #define TEEI_CLIENT_DEV "teei_client" #define TEEI_CLIENT_IOC_MAGIC 0x775B777F /* "TEEI Client" */ /** IOCTL request */ /** * @brief Encode command structure */ struct teei_client_encode_cmd { unsigned int...
26.33871
70
0.79455
8024e30e861b85e84c4411432c6b8424435da71f
17,957
h
C
Library/UsbHostLib/INCLUDE/inc_mass/UmasScsi.h
TeYenWu/AD5933_Keil
41024aa9a84a90f90b855afde0526e25efafedf5
[ "Apache-2.0" ]
1
2020-12-26T13:24:56.000Z
2020-12-26T13:24:56.000Z
Library/UsbHostLib/INCLUDE/inc_mass/UmasScsi.h
TeYenWu/AD5933_Keil
41024aa9a84a90f90b855afde0526e25efafedf5
[ "Apache-2.0" ]
null
null
null
Library/UsbHostLib/INCLUDE/inc_mass/UmasScsi.h
TeYenWu/AD5933_Keil
41024aa9a84a90f90b855afde0526e25efafedf5
[ "Apache-2.0" ]
null
null
null
/* * scsi.h Copyright (C) 1992 Drew Eckhardt * Copyright (C) 1993, 1994, 1995, 1998, 1999 Eric Youngdale * generic SCSI package header file by * Initial versions: Drew Eckhardt * Subsequent revisions: Eric Youngdale * * <drew@colorado.edu> * * Modified by Eric Youngdale eric...
33.753759
91
0.620816
b791336b568654f12f101c43e255c99ced512125
4,287
c
C
shared-bindings/displayio/__init__.c
Nicell/circuitpython
3cf96a554df1a5b473650c3230861d44bafa6d9f
[ "MIT" ]
1
2020-09-28T19:03:58.000Z
2020-09-28T19:03:58.000Z
shared-bindings/displayio/__init__.c
Nicell/circuitpython
3cf96a554df1a5b473650c3230861d44bafa6d9f
[ "MIT" ]
null
null
null
shared-bindings/displayio/__init__.c
Nicell/circuitpython
3cf96a554df1a5b473650c3230861d44bafa6d9f
[ "MIT" ]
1
2021-08-03T23:03:42.000Z
2021-08-03T23:03:42.000Z
/* * This file is part of the MicroPython project, http://micropython.org/ * * The MIT License (MIT) * * Copyright (c) 2018 Scott Shawcroft for Adafruit Industries * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Softwar...
46.096774
105
0.770236
a264003715f77505689fbb9c0f032d90bf82a1ec
52,788
c
C
cefore-0.8.3a/src/lib/cef_pit.c
Marie673/ICN_Proxy
25bcdf1b7fe34d323b0bf4b8b48ad7787e3d16ef
[ "MIT" ]
3
2021-06-28T08:39:04.000Z
2022-01-12T08:38:52.000Z
cefore-0.8.3a/src/lib/cef_pit.c
Marie673/ICN_Proxy
25bcdf1b7fe34d323b0bf4b8b48ad7787e3d16ef
[ "MIT" ]
3
2021-07-22T00:48:21.000Z
2021-08-05T09:45:52.000Z
cefore-0.8.3a/src/lib/cef_pit.c
Marie673/ICN_Proxy
25bcdf1b7fe34d323b0bf4b8b48ad7787e3d16ef
[ "MIT" ]
6
2021-06-28T08:39:26.000Z
2022-02-24T10:10:10.000Z
/* * Copyright (c) 2016-2021, National Institute of Information and Communications * Technology (NICT). All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * 1. Redistributions of source code m...
29.589686
105
0.569978
ec97c40277faf3a410cf2c7ee5bae919611ceb6a
24,152
h
C
src/util.h
cvlvxi/delly
8e3ccee9aab62101fb9f573d75b51b64f0aacf10
[ "BSD-3-Clause" ]
234
2016-11-15T08:05:01.000Z
2022-03-31T09:44:47.000Z
src/util.h
cvlvxi/delly
8e3ccee9aab62101fb9f573d75b51b64f0aacf10
[ "BSD-3-Clause" ]
206
2016-11-10T11:43:41.000Z
2022-02-08T07:54:00.000Z
src/util.h
cvlvxi/delly
8e3ccee9aab62101fb9f573d75b51b64f0aacf10
[ "BSD-3-Clause" ]
131
2016-11-17T07:40:02.000Z
2022-02-22T02:49:31.000Z
#ifndef UTIL_H #define UTIL_H #include <boost/multi_array.hpp> #include <boost/unordered_map.hpp> #include <boost/algorithm/string.hpp> #include <boost/iostreams/filtering_streambuf.hpp> #include <boost/iostreams/copy.hpp> #include <boost/iostreams/filter/gzip.hpp> #include <htslib/sam.h> #include <sstream> #include <...
33.873773
299
0.630548
bd359daaefae200fe249d1a8afb00a9089ea8c4d
217
c
C
tests/gcc-torture/pr33631.c
daejunpark/c-semantics
e3fd72bdb8cece8279dbffb86feecdb76e0990e2
[ "MIT" ]
1
2016-08-10T15:41:53.000Z
2016-08-10T15:41:53.000Z
tests/gcc-torture/pr33631.c
daejunpark/c-semantics
e3fd72bdb8cece8279dbffb86feecdb76e0990e2
[ "MIT" ]
null
null
null
tests/gcc-torture/pr33631.c
daejunpark/c-semantics
e3fd72bdb8cece8279dbffb86feecdb76e0990e2
[ "MIT" ]
1
2021-07-31T21:55:35.000Z
2021-07-31T21:55:35.000Z
#include <stdlib.h> typedef union { int __lock; } pthread_mutex_t; extern void abort (void); int main() { struct { int c; pthread_mutex_t m; } r = { .m = 0 }; if (r.c != 0) abort (); return 0; }
13.5625
56
0.562212
bd7727aea0fb6d396476c082b3e0bcfd9315afb0
1,201
c
C
release/src/router/iproute2/lib/dnet_pton.c
enfoTek/tomato.linksys.e2000.nvram-mod
2ce3a5217def49d6df7348522e2bfda702b56029
[ "FSFAP" ]
278
2015-11-03T03:01:20.000Z
2022-01-20T18:21:05.000Z
release/src/router/iproute2/lib/dnet_pton.c
unforgiven512/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
374
2015-11-03T12:37:22.000Z
2021-12-17T14:18:08.000Z
release/src/router/iproute2/lib/dnet_pton.c
unforgiven512/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
96
2015-11-22T07:47:26.000Z
2022-01-20T19:52:19.000Z
#include <errno.h> #include <sys/types.h> #include <netinet/in.h> #include "utils.h" static __inline__ u_int16_t dn_htons(u_int16_t addr) { union { u_int8_t byte[2]; u_int16_t word; } u; u.word = addr; return ((u_int16_t)u.byte[0]) | (((u_int16_t)u.byte...
16.680556
70
0.550375
d6c538b3391184a349dfaa18c0f2fa33d6b27e07
1,764
h
C
src/half_bridge.h
Melissabenford30/charge-controller-firmware
3c9a6e49f1dd97848c826207f729c04b82d47b2b
[ "Apache-2.0" ]
1
2021-08-17T07:57:50.000Z
2021-08-17T07:57:50.000Z
src/half_bridge.h
mulles/charge-controller-firmware
76ee3dc28ff0007ff973c9d782cada90117a9309
[ "Apache-2.0" ]
null
null
null
src/half_bridge.h
mulles/charge-controller-firmware
76ee3dc28ff0007ff973c9d782cada90117a9309
[ "Apache-2.0" ]
null
null
null
/* * SPDX-License-Identifier: Apache-2.0 * * Copyright (c) 2016 Martin Jäger / Libre Solar */ #ifndef HALF_BRIDGE_H_ #define HALF_BRIDGE_H_ #include <stdint.h> /** * @file * * @brief PWM timer functions for half bridge of DC/DC converter */ /** * Initiatializes the registers to generate the PWM signal and ...
20.511628
85
0.70805
d91d1b6f1b6b5707dc0d462f78aaac4bc433a791
34,905
h
C
3rdparty/openbw/openbw/sync.h
ratiotile/StardustDevEnvironment
15c512b81579d8bd663db3fa8e0847d4c27f17e8
[ "MIT" ]
8
2020-09-29T17:11:15.000Z
2022-01-29T20:41:33.000Z
3rdparty/openbw/openbw/sync.h
ratiotile/StardustDevEnvironment
15c512b81579d8bd663db3fa8e0847d4c27f17e8
[ "MIT" ]
1
2021-03-08T17:43:05.000Z
2021-03-09T06:35:04.000Z
3rdparty/openbw/openbw/sync.h
ratiotile/StardustDevEnvironment
15c512b81579d8bd663db3fa8e0847d4c27f17e8
[ "MIT" ]
1
2021-03-01T04:31:30.000Z
2021-03-01T04:31:30.000Z
#ifndef BWGAME_SYNC_H #define BWGAME_SYNC_H #include "bwgame.h" #include "actions.h" #include "replay.h" #include "replay_saver.h" #include <chrono> #include <random> #include <thread> #include <functional> #include <type_traits> #include <typeinfo> namespace bwgame { struct sync_state { struct scheduled_action { ...
30.834806
145
0.65091
d95f28301a7a092b178c654014c4aace6b7d9cbe
1,199
h
C
Resources/WC_7_0_5_Headers/WCPayLQTTransSuccessViewController.h
shuangwei-Ye/WeChat_tweak
0f496f38f0336908258d606dcbef7067a096926a
[ "MIT" ]
2
2021-05-30T07:50:20.000Z
2022-02-23T15:42:53.000Z
Resources/WC_7_0_5_Headers/WCPayLQTTransSuccessViewController.h
LP36911/WeChat_tweak
0f496f38f0336908258d606dcbef7067a096926a
[ "MIT" ]
null
null
null
Resources/WC_7_0_5_Headers/WCPayLQTTransSuccessViewController.h
LP36911/WeChat_tweak
0f496f38f0336908258d606dcbef7067a096926a
[ "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 "WCPayBaseViewController.h" #import "ILinkEventExt.h" @class NSString; @interface WCPayLQTTransSuccessViewController : WCPayBaseViewController <ILinkEventExt> { _Bool...
28.547619
120
0.778982
269da32d6dfed74fe39e9c9fb97eb472337c05fa
3,971
h
C
src/vt/sequence/seq_state.h
rbuch/vt
74c2e0cae3201dfbcbfda7644c354703ddaed6bb
[ "BSD-3-Clause" ]
26
2019-11-26T08:36:15.000Z
2022-02-15T17:13:21.000Z
src/vt/sequence/seq_state.h
rbuch/vt
74c2e0cae3201dfbcbfda7644c354703ddaed6bb
[ "BSD-3-Clause" ]
1,215
2019-09-09T14:31:33.000Z
2022-03-30T20:20:14.000Z
src/vt/sequence/seq_state.h
rbuch/vt
74c2e0cae3201dfbcbfda7644c354703ddaed6bb
[ "BSD-3-Clause" ]
12
2019-09-08T00:03:05.000Z
2022-02-23T21:28:35.000Z
/* //@HEADER // ***************************************************************************** // // seq_state.h // DARMA/vt => Virtual Transport // // Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC // (NTESS). Under the terms of Contr...
40.111111
105
0.740116
143b77d6aa5df8cc35282a2fe03954edc2180f3f
62,165
h
C
DDKInclude/wiadef.h
MSDN-WhiteKnight/DiskView
49f488a074e1318494409dab003ddd1a40cc3ed5
[ "WTFPL" ]
1
2019-05-27T02:10:54.000Z
2019-05-27T02:10:54.000Z
DDKInclude/wiadef.h
MSDN-WhiteKnight/DiskView
49f488a074e1318494409dab003ddd1a40cc3ed5
[ "WTFPL" ]
null
null
null
DDKInclude/wiadef.h
MSDN-WhiteKnight/DiskView
49f488a074e1318494409dab003ddd1a40cc3ed5
[ "WTFPL" ]
null
null
null
/**************************************************************************** * * (C) COPYRIGHT 1998-2000, MICROSOFT CORP. * * FILE: wiadef.h * * VERSION: 2.0 * * DATE: 7/27/2000 * * DESCRIPTION: * Defines WIA constants. * **********************************************************...
44.852092
121
0.618403
96959cf34f0b57793668b75b433dd146c7ad2512
914
c
C
C/code case/code case 198.c
amazing-2020/pdf
8cd3f5f510a1c1ed89b51b1354f4f8c000c5b24d
[ "Apache-2.0" ]
3
2021-01-01T13:08:24.000Z
2021-02-03T09:27:56.000Z
C/code case/code case 198.c
amazing-2020/pdf
8cd3f5f510a1c1ed89b51b1354f4f8c000c5b24d
[ "Apache-2.0" ]
null
null
null
C/code case/code case 198.c
amazing-2020/pdf
8cd3f5f510a1c1ed89b51b1354f4f8c000c5b24d
[ "Apache-2.0" ]
null
null
null
#include <stdio.h> int main(void) { int blank, number, column, n; printf("Please enter the number of digital pyramid levels(less than 50): "); scanf("%d", &n); int count=0; int x=0; x = 2*n-1; while (x != 0) { x /= 10; ++count; } for (column=1; column<=n; column...
24.052632
80
0.413567
1b0a4ce5ab3a439bbeb4a067c6d614678aa2fd0f
8,868
h
C
include/elsNoise.h
ethereal-sheep/elsMath
6faf4b4b49e5617556625479d3489acf1a82bfc0
[ "MIT" ]
null
null
null
include/elsNoise.h
ethereal-sheep/elsMath
6faf4b4b49e5617556625479d3489acf1a82bfc0
[ "MIT" ]
null
null
null
include/elsNoise.h
ethereal-sheep/elsMath
6faf4b4b49e5617556625479d3489acf1a82bfc0
[ "MIT" ]
null
null
null
#ifndef ELS_NOISE #define ELS_NOISE #include "elsHeader.h" #include "elsMath.h" #include "elsRandom.h" namespace els { // noise using perlin noise // note*: change to simplex template <typename T> class PerlinNoise { public: using Scalar = T; private: // using original 1983 permutation as default inli...
33.590909
144
0.628101
aab3bd61bf323c03bf9fb2fea1148cc1a47aee15
1,163
h
C
Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.h
kiethandsome/LouStagram
f18ddf49b808381947b8963d35cbd29cf99e4471
[ "MIT" ]
30
2017-05-05T10:21:31.000Z
2019-06-18T01:46:09.000Z
Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.h
kiethandsome/LouStagram
f18ddf49b808381947b8963d35cbd29cf99e4471
[ "MIT" ]
1
2017-10-12T09:06:25.000Z
2018-11-07T03:04:47.000Z
Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.h
kiethandsome/LouStagram
f18ddf49b808381947b8963d35cbd29cf99e4471
[ "MIT" ]
6
2017-05-05T11:03:49.000Z
2019-06-18T01:46:12.000Z
// // PINRemoteImageDownloadTask.h // Pods // // Created by Garrett Moon on 3/9/15. // // #import <PINOperation/PINOperation.h> #import "PINRemoteImageManager+Private.h" #import "PINRemoteImageTask.h" #import "PINProgressiveImage.h" #import "PINResume.h" @interface PINRemoteImageDownloadTask : PINRemoteImageTask ...
32.305556
99
0.732588
a9553ef1b0d00bab18e6173648b2f69d349f32c1
726
h
C
Examples/Example1/Example1/Message.h
brurend/MXRMessenger
28edd94413cafb7f5bbb66cececd37419abb8596
[ "MIT" ]
null
null
null
Examples/Example1/Example1/Message.h
brurend/MXRMessenger
28edd94413cafb7f5bbb66cececd37419abb8596
[ "MIT" ]
null
null
null
Examples/Example1/Example1/Message.h
brurend/MXRMessenger
28edd94413cafb7f5bbb66cececd37419abb8596
[ "MIT" ]
null
null
null
// // Message.h // Example1 // // Created by Scott Kensell on 5/1/17. // Copyright © 2017 Scott Kensell. All rights reserved. // #import <Foundation/Foundation.h> #import <MXRMessenger/MXRMessengerMedium.h> @class MessageMedium; @interface Message : NSObject @property (nonatomic, assign) NSInteger senderID; @p...
22
61
0.753444
6583bef5da61d61f75a79ce3b625a323fc4a031e
81,184
c
C
ffmpeg/libavcodec/mips/hevcdsp_mmi.c
GustavoGalo/discord-bot-1
031cd3397697e9273198712db18b662a31d63d15
[ "MIT" ]
null
null
null
ffmpeg/libavcodec/mips/hevcdsp_mmi.c
GustavoGalo/discord-bot-1
031cd3397697e9273198712db18b662a31d63d15
[ "MIT" ]
null
null
null
ffmpeg/libavcodec/mips/hevcdsp_mmi.c
GustavoGalo/discord-bot-1
031cd3397697e9273198712db18b662a31d63d15
[ "MIT" ]
null
null
null
/* * Copyright (c) 2019 Shiyou Yin (yinshiyou-hf@loongson.cn) * * This file is part of FFmpeg. * * FFmpeg 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 ...
70.841187
79
0.28194
30ed41313886ecb39a69ee3f173b5aba013c4b4e
19,665
c
C
usr/src/usr.sbin/bgpd/pfkey.c
sizeofvoid/ifconfigd
bdff4b2cec6d572c1450cb44f32c0bdab1b49e5f
[ "BSD-2-Clause" ]
2
2020-04-15T13:39:01.000Z
2020-08-28T01:27:00.000Z
usr/src/usr.sbin/bgpd/pfkey.c
sizeofvoid/ifconfigd
bdff4b2cec6d572c1450cb44f32c0bdab1b49e5f
[ "BSD-2-Clause" ]
null
null
null
usr/src/usr.sbin/bgpd/pfkey.c
sizeofvoid/ifconfigd
bdff4b2cec6d572c1450cb44f32c0bdab1b49e5f
[ "BSD-2-Clause" ]
1
2020-08-28T01:25:41.000Z
2020-08-28T01:25:41.000Z
/* $OpenBSD: pfkey.c,v 1.41 2010/12/09 13:50:41 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> * Copyright (c) 2003, 2004 Markus Friedl <markus@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby grante...
26.325301
77
0.668192
a60d08368cdb3d8c25a71db9343fd544f1d6300e
1,072
c
C
gtk/src/rbgtkgamma.c
pkorenev/ruby-gnome2
08011d8535529a3866f877817f29361b1b0703d7
[ "Ruby" ]
2
2016-05-08T20:57:12.000Z
2017-07-28T21:00:42.000Z
gtk/src/rbgtkgamma.c
pkorenev/ruby-gnome2
08011d8535529a3866f877817f29361b1b0703d7
[ "Ruby" ]
null
null
null
gtk/src/rbgtkgamma.c
pkorenev/ruby-gnome2
08011d8535529a3866f877817f29361b1b0703d7
[ "Ruby" ]
2
2016-07-23T09:53:08.000Z
2021-07-13T07:21:05.000Z
/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */ /************************************************ rbgtkgamma.c - $Author: mutoh $ $Date: 2003/02/01 16:46:23 $ Copyright (C) 2002,2003 Ruby-GNOME2 Project Team Copyright (C) 1998-2000 Yukihiro Matsumoto, Daisuke Kanda, ...
22.333333
73
0.607276
2c260d7342e72907b9c89615f770f1f3ed693570
2,270
c
C
cmd/sh/ctype.c
JetStarBlues/xv6-freebsd-Notes
f30bb11229d3d09babd19676d491b3fc986435a0
[ "BSD-4-Clause-UC" ]
40
2016-08-02T18:43:30.000Z
2021-12-27T08:24:05.000Z
cmd/sh/ctype.c
JetStarBlues/xv6-freebsd-Notes
f30bb11229d3d09babd19676d491b3fc986435a0
[ "BSD-4-Clause-UC" ]
4
2017-01-31T07:33:23.000Z
2021-04-13T08:46:31.000Z
cmd/sh/ctype.c
JetStarBlues/xv6-freebsd-Notes
f30bb11229d3d09babd19676d491b3fc986435a0
[ "BSD-4-Clause-UC" ]
13
2017-04-22T23:16:05.000Z
2022-03-25T12:47:18.000Z
/* * UNIX shell * * S. R. Bourne * Bell Telephone Laboratories */ #include "defs.h" /* changed _HAT to 0; In original sh '^' == '|' ; Nikola Vladov */ #ifdef WANT_HAT_AS_PIPE #define X_HAT _HAT #else #define X_HAT 0 #endif char _ctype1[] = { /* 000 001 002 003 004 005 006 007 */ _EOF, 0, 0, 0, 0, 0, 0, ...
20.267857
67
0.402643
0868dff06288687ce4db6d445b708ec788e09516
2,665
h
C
Classes/BombKitReleaseModel.h
darkcl/BombKit
395d552382ff2a7db28337da4e1d72348a0950fb
[ "MIT" ]
null
null
null
Classes/BombKitReleaseModel.h
darkcl/BombKit
395d552382ff2a7db28337da4e1d72348a0950fb
[ "MIT" ]
null
null
null
Classes/BombKitReleaseModel.h
darkcl/BombKit
395d552382ff2a7db28337da4e1d72348a0950fb
[ "MIT" ]
null
null
null
// // BombKitReleaseModel.h // BombKit // // Created by Yeung Yiu Hung on 14/4/2016. // Copyright © 2016 darkcl. All rights reserved. // #import "BombBaseModel.h" #import "BombKitConstant.h" @interface BombKitReleaseModel : BombBaseModel /* api_detail_url URL pointing to the release detail resource. date_added...
55.520833
360
0.806004
83a71e7b3cf49466d6a9257e22e15f234fc90a65
7,443
h
C
contrib/tcpdump/sctpHeader.h
TrustedBSD/sebsd
fd5de6f587183087cf930779701d5713e8ca64cc
[ "Naumen", "Condor-1.1", "MS-PL" ]
4
2017-04-06T21:39:15.000Z
2019-10-09T17:34:14.000Z
contrib/tcpdump/sctpHeader.h
TrustedBSD/sebsd
fd5de6f587183087cf930779701d5713e8ca64cc
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
contrib/tcpdump/sctpHeader.h
TrustedBSD/sebsd
fd5de6f587183087cf930779701d5713e8ca64cc
[ "Naumen", "Condor-1.1", "MS-PL" ]
1
2020-01-04T06:36:39.000Z
2020-01-04T06:36:39.000Z
/* @(#) $Header$ (LBL) */ /* SCTP reference Implementation Copyright (C) 1999 Cisco And Motorola * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyr...
22.972222
86
0.741502
036413673918e4672a0340954809cd12a87e58e3
66,775
h
C
adrunio/BGLib_stub_slave/BGLib.h
mrchaarlie/proxima
3012c35058e461ef058b1f6da1e862127a43d58e
[ "Apache-2.0" ]
null
null
null
adrunio/BGLib_stub_slave/BGLib.h
mrchaarlie/proxima
3012c35058e461ef058b1f6da1e862127a43d58e
[ "Apache-2.0" ]
null
null
null
adrunio/BGLib_stub_slave/BGLib.h
mrchaarlie/proxima
3012c35058e461ef058b1f6da1e862127a43d58e
[ "Apache-2.0" ]
null
null
null
// Arduino BGLib code library header file #ifndef __BGLIB_H__ #define __BGLIB_H__ #include <Arduino.h> #include "BGLibConfig.h" // uncomment this line for Serial.println() debug output //#define DEBUG #define BGLIB_SYSTEM_ENDPOINT_API 0 #define BGLIB_SYSTEM_ENDPOINT_TEST ...
37.704687
165
0.743437
239c093c215c6c82035b10db1fee51cc2b5ffdf0
254
h
C
Demo/Demo/zujian/AssemblySubview3.h
WZAYJ/WZDemo
b71239695a3a64b1a48594323a04453e6dc0c180
[ "MIT" ]
null
null
null
Demo/Demo/zujian/AssemblySubview3.h
WZAYJ/WZDemo
b71239695a3a64b1a48594323a04453e6dc0c180
[ "MIT" ]
null
null
null
Demo/Demo/zujian/AssemblySubview3.h
WZAYJ/WZDemo
b71239695a3a64b1a48594323a04453e6dc0c180
[ "MIT" ]
null
null
null
// // AssemblySubview3.h // Demo // // Created by apple on 2019/4/4. // Copyright © 2019 SRT. All rights reserved. // #import "BaseAssemblyView.h" NS_ASSUME_NONNULL_BEGIN @interface AssemblySubview3 : BaseAssemblyView @end NS_ASSUME_NONNULL_END
14.111111
46
0.73622
c10478816f16419769f071a6981f37c780784072
17,189
c
C
ccnx/common/codec/schema_v1/ccnxCodecSchemaV1_PacketEncoder.c
parc-ccnx-archive/Libccnx-common
69d39e04b528ae703c1061bd597ce92bf8ea3b57
[ "BSD-2-Clause" ]
null
null
null
ccnx/common/codec/schema_v1/ccnxCodecSchemaV1_PacketEncoder.c
parc-ccnx-archive/Libccnx-common
69d39e04b528ae703c1061bd597ce92bf8ea3b57
[ "BSD-2-Clause" ]
null
null
null
ccnx/common/codec/schema_v1/ccnxCodecSchemaV1_PacketEncoder.c
parc-ccnx-archive/Libccnx-common
69d39e04b528ae703c1061bd597ce92bf8ea3b57
[ "BSD-2-Clause" ]
null
null
null
/* * Copyright (c) 2014-2015, Xerox Corporation (Xerox) and Palo Alto Research Center, Inc (PARC) * 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 r...
43.516456
142
0.731107
26853655ada1b18175bed55dd7fa18efe4ff1b54
1,339
h
C
Pods/RHSocketKit/RHSocketKit/Core/Channel/RHSocketChannel.h
smithgoo/BaseProjectFrameWork
bfe69a564ba5398bf93a78c71929d04aa09e3a96
[ "MIT" ]
null
null
null
Pods/RHSocketKit/RHSocketKit/Core/Channel/RHSocketChannel.h
smithgoo/BaseProjectFrameWork
bfe69a564ba5398bf93a78c71929d04aa09e3a96
[ "MIT" ]
null
null
null
Pods/RHSocketKit/RHSocketKit/Core/Channel/RHSocketChannel.h
smithgoo/BaseProjectFrameWork
bfe69a564ba5398bf93a78c71929d04aa09e3a96
[ "MIT" ]
null
null
null
// // RHSocketChannel.h // RHSocketKitDemo // // Created by zhuruhong on 15/12/15. // Copyright © 2015年 zhuruhong. All rights reserved. // #import "RHSocketConnection.h" #import "RHSocketCodecProtocol.h" @class RHSocketChannel; @protocol RHSocketChannelDelegate <NSObject> - (void)channelOpened:(RHSocketChannel ...
26.254902
86
0.769231
1e09c5fdde75d7605041258630a5577e60eb4ccc
4,942
c
C
tests/pam-util/fakepam-t.c
jhutz/rra-c-util
d32ac5ef4293989456a920503b0285f281cd1d3f
[ "MIT", "Unlicense" ]
5
2016-09-23T21:05:30.000Z
2021-02-19T10:50:51.000Z
tests/pam-util/fakepam-t.c
jhutz/rra-c-util
d32ac5ef4293989456a920503b0285f281cd1d3f
[ "MIT", "Unlicense" ]
6
2018-09-11T01:51:57.000Z
2022-01-17T16:22:00.000Z
tests/pam-util/fakepam-t.c
jhutz/rra-c-util
d32ac5ef4293989456a920503b0285f281cd1d3f
[ "MIT", "Unlicense" ]
3
2018-09-10T11:35:10.000Z
2021-10-01T17:42:33.000Z
/* * Fake PAM library test suite. * * This is not actually a test for the pam-util layer, but rather is a test * for the trickier components of the fake PAM library that in turn is used to * test the pam-util layer and PAM modules. * * The canonical version of this file is maintained in the rra-c-util package, ...
40.508197
79
0.67159
d82ac3918d0476c12d6d03c64d701304aecd3cbc
804
h
C
FCB.h
DennisEgan/mobile_filesystem
89f5b615f9c56783a8fc64c637a24e04b3e2d031
[ "MIT" ]
null
null
null
FCB.h
DennisEgan/mobile_filesystem
89f5b615f9c56783a8fc64c637a24e04b3e2d031
[ "MIT" ]
null
null
null
FCB.h
DennisEgan/mobile_filesystem
89f5b615f9c56783a8fc64c637a24e04b3e2d031
[ "MIT" ]
null
null
null
/* * Directory.h * * Header file for ATOS FS File Control Block class * * Lead author: * Justin Lesko * * Contributors: * Dennis Egan */ #include <string> #include <iostream> using namespace std; // using std::string; #ifndef FCB_H #define FCB_H class FCB{ public: FCB(); FCB(string name); FCB(const FC...
12.761905
51
0.666667
1b42b5d82bb8ed755cd33eee569490f7578e47f5
320
h
C
MTKit/MTKit/Category/UIKit/UIBarButtonItem/UIBarButtonItem+MTExt.h
michaelyht/MTKit
ba44f5e9c77980fc45234783f4d1c0cecd637995
[ "MIT" ]
null
null
null
MTKit/MTKit/Category/UIKit/UIBarButtonItem/UIBarButtonItem+MTExt.h
michaelyht/MTKit
ba44f5e9c77980fc45234783f4d1c0cecd637995
[ "MIT" ]
null
null
null
MTKit/MTKit/Category/UIKit/UIBarButtonItem/UIBarButtonItem+MTExt.h
michaelyht/MTKit
ba44f5e9c77980fc45234783f4d1c0cecd637995
[ "MIT" ]
null
null
null
// // UIBarButtonItem+MTExt.h // MTKit // // Created by Michael on 2018/1/17. // Copyright © 2018年 michaelyu. All rights reserved. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface UIBarButtonItem (MTExt) @property (nullable, nonatomic, copy) void (^mt_actionBlock)(id); @end NS_ASSUME_NONNULL_END
16
65
0.728125
18b4fcb8de1aa70426875f81eca6d7892611c819
773
h
C
Example/Pods/Headers/Public/ABMSoundCloudAPI/SoundCloudLoginWebViewController.h
andresbrun/ABMSoundCloudAPI
2276c54a5f82116769fe1d734b1a631a16ccc4b9
[ "MIT" ]
57
2015-03-15T18:59:58.000Z
2020-06-18T13:52:18.000Z
Example/Pods/Headers/Private/ABMSoundCloudAPI/SoundCloudLoginWebViewController.h
andresbrun/ABMSoundCloudAPI
2276c54a5f82116769fe1d734b1a631a16ccc4b9
[ "MIT" ]
9
2015-03-24T19:25:28.000Z
2016-10-12T11:01:17.000Z
Example/Pods/Headers/Public/ABMSoundCloudAPI/SoundCloudLoginWebViewController.h
andresbrun/ABMSoundCloudAPI
2276c54a5f82116769fe1d734b1a631a16ccc4b9
[ "MIT" ]
25
2015-03-23T16:47:26.000Z
2021-05-15T14:56:21.000Z
// // SoundCloudLoginWebViewController.h // ABMSoundCloudAPI // // Created by Andres Brun on 08/03/15. // Copyright (c) 2015 Brun's Software. All rights reserved. // #import <UIKit/UIKit.h> @interface SoundCloudLoginWebViewController: UIViewController + (nonnull UINavigationController *)instantiateWithLoginURL:(...
35.136364
111
0.675291
49fccebfaa2b928c0c1513c7ab2a039748e0d8a9
3,094
h
C
applications/physbam/physbam-lib/External_Libraries/Archives/glux/include/glux_GL_EXT_paletted_texture.h
schinmayee/nimbus
170cd15e24a7a88243a6ea80aabadc0fc0e6e177
[ "BSD-3-Clause" ]
20
2017-07-03T19:09:09.000Z
2021-09-10T02:53:56.000Z
applications/physbam/physbam-lib/External_Libraries/Archives/glux/include/glux_GL_EXT_paletted_texture.h
schinmayee/nimbus
170cd15e24a7a88243a6ea80aabadc0fc0e6e177
[ "BSD-3-Clause" ]
null
null
null
applications/physbam/physbam-lib/External_Libraries/Archives/glux/include/glux_GL_EXT_paletted_texture.h
schinmayee/nimbus
170cd15e24a7a88243a6ea80aabadc0fc0e6e177
[ "BSD-3-Clause" ]
9
2017-09-17T02:05:06.000Z
2020-01-31T00:12:01.000Z
// -------------------------------------------------------- // Generated by glux perl script (Wed Mar 31 17:19:32 2004) // // Sylvain Lefebvre - 2002 - Sylvain.Lefebvre@imag.fr // -------------------------------------------------------- #include "glux_no_redefine.h" #include "glux_ext_defs.h" #include "gluxLoader.h" ...
38.197531
153
0.606012
638e0cd4cd12cb5f5109accae14f2fe295054862
6,004
h
C
components/safe_browsing/base_ui_manager.h
google-ar/chromium
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
777
2017-08-29T15:15:32.000Z
2022-03-21T05:29:41.000Z
components/safe_browsing/base_ui_manager.h
harrymarkovskiy/WebARonARCore
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
66
2017-08-30T18:31:18.000Z
2021-08-02T10:59:35.000Z
components/safe_browsing/base_ui_manager.h
harrymarkovskiy/WebARonARCore
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
123
2017-08-30T01:19:34.000Z
2022-03-17T22:55:31.000Z
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_SAFE_BROWSING_BASE_UI_MANAGER_H_ #define COMPONENTS_SAFE_BROWSING_BASE_UI_MANAGER_H_ #include <string> #include <vector> #include "ba...
40.567568
80
0.730513
6f9e4fb8d3f46a68cf7e7a6590e9511492e72b34
424
h
C
src/make/bibutils_6.10/lib/title.h
Proximify/bibutils
b5a99706cc5903e4bdf949c47772b34fad6cf940
[ "MIT" ]
null
null
null
src/make/bibutils_6.10/lib/title.h
Proximify/bibutils
b5a99706cc5903e4bdf949c47772b34fad6cf940
[ "MIT" ]
null
null
null
src/make/bibutils_6.10/lib/title.h
Proximify/bibutils
b5a99706cc5903e4bdf949c47772b34fad6cf940
[ "MIT" ]
null
null
null
/* * title.h * * process titles into title/subtitle pairs for MODS * * Copyright (c) Chris Putnam 2004-2019 * * Source code released under the GPL verison 2 * */ #ifndef TITLE_H #define TITLE_H #include "str.h" #include "fields.h" int title_process( fields *info, const char *tag, const char *value, int leve...
20.190476
110
0.707547
9d98ade64855455bca930d23b23248970c56e4bc
668
c
C
RAVL2/CCMath/cfit/pplsq.c
isuhao/ravl2
317e0ae1cb51e320b877c3bad6a362447b5e52ec
[ "BSD-Source-Code" ]
null
null
null
RAVL2/CCMath/cfit/pplsq.c
isuhao/ravl2
317e0ae1cb51e320b877c3bad6a362447b5e52ec
[ "BSD-Source-Code" ]
null
null
null
RAVL2/CCMath/cfit/pplsq.c
isuhao/ravl2
317e0ae1cb51e320b877c3bad6a362447b5e52ec
[ "BSD-Source-Code" ]
null
null
null
/* pplsq.c CCMATH mathematics library source code. * * Copyright (C) 2000 Daniel A. Atkinson All rights reserved. * This code may be redistributed under the terms of the GNU library * public license (LGPL). ( See the lgpl.license file for details.) * ---------------------------------------------------...
31.809524
75
0.585329
c4c79ad75b190184bd0278284ef485835ff3de30
3,188
h
C
src/theory/arith/callbacks.h
HasibShakur/CVC4
7a303390a65fd395a53085833d504acc312dc6a6
[ "BSL-1.0" ]
null
null
null
src/theory/arith/callbacks.h
HasibShakur/CVC4
7a303390a65fd395a53085833d504acc312dc6a6
[ "BSL-1.0" ]
null
null
null
src/theory/arith/callbacks.h
HasibShakur/CVC4
7a303390a65fd395a53085833d504acc312dc6a6
[ "BSL-1.0" ]
null
null
null
/********************* */ /*! \file callbacks.h ** \verbatim ** Original author: Tim King ** Major contributors: none ** Minor contributors (to current version): none ** This file is part of the CVC4 project. ** Copyright (c) 2009-2013 New York University an...
24.335878
80
0.726474
8b03b9b0fca0d75378ff0a5fa4773516400a9a86
247
c
C
reverse.c
Galaxies99/VST-Tutorial
8af993ec6342b84dd916fb79ad39e9543c979397
[ "MIT" ]
1
2020-02-23T04:10:28.000Z
2020-02-23T04:10:28.000Z
reverse.c
Galaxies99/VST-Tutorial
8af993ec6342b84dd916fb79ad39e9543c979397
[ "MIT" ]
null
null
null
reverse.c
Galaxies99/VST-Tutorial
8af993ec6342b84dd916fb79ad39e9543c979397
[ "MIT" ]
null
null
null
#include <stddef.h> struct list {unsigned head; struct list *tail;}; struct list *reverse (struct list *p) { struct list *w, *t, *v; w = NULL; v = p; while (v) { t = v->tail; v->tail = w; w = v; v = t; } return w; }
13.722222
48
0.51417
a06bd62914b2d07f0793403a83dd63fcad92f410
693
h
C
MYKLine_Demo/MYKLine_Demo/MYKLine/MYKLineModel/MYIndexModel/MYMainIndexModel/MY_BOLL_Model.h
swift-joking/KLine
534b73e40a604f3836dbf463a039198fe25af99e
[ "MIT" ]
2
2017-12-20T09:47:14.000Z
2018-09-01T12:07:04.000Z
MYKLine_Demo/MYKLine_Demo/MYKLine/MYKLineModel/MYIndexModel/MYMainIndexModel/MY_BOLL_Model.h
swift-joking/KLine
534b73e40a604f3836dbf463a039198fe25af99e
[ "MIT" ]
null
null
null
MYKLine_Demo/MYKLine_Demo/MYKLine/MYKLineModel/MYIndexModel/MYMainIndexModel/MY_BOLL_Model.h
swift-joking/KLine
534b73e40a604f3836dbf463a039198fe25af99e
[ "MIT" ]
null
null
null
// // MY_BOLL_Model.h // XinShengInternational // // Created by michelle on 2017/9/27. // Copyright © 2017年 michelle. All rights reserved. // #import <Foundation/Foundation.h> /* 布林线(Boll)指标是通过计算股价的“标准差”,再求股价的“信赖区间”。该指标在图形上画出三条线,其中上下两条线可以分别看成是股价的压力线和支撑线,而在两条线之间还有一条股价平均线,布林线指标的参数最好设为20。一般来说,股价会运行在压力线和支撑线所形成的通道中。 ...
26.653846
134
0.770563
6ab84fe0b7b219ba6a99b40afe2a2e338856f0b1
2,910
h
C
src/base/databases_file.h
eido5/cubrid
f32dbe7cb90f096035c255d7b5f348438bbb5830
[ "Apache-2.0", "BSD-3-Clause" ]
253
2016-03-12T01:03:42.000Z
2022-03-14T08:24:39.000Z
src/base/databases_file.h
eido5/cubrid
f32dbe7cb90f096035c255d7b5f348438bbb5830
[ "Apache-2.0", "BSD-3-Clause" ]
1,124
2016-03-31T03:48:58.000Z
2022-03-31T23:44:04.000Z
src/base/databases_file.h
eido5/cubrid
f32dbe7cb90f096035c255d7b5f348438bbb5830
[ "Apache-2.0", "BSD-3-Clause" ]
268
2016-03-02T06:48:44.000Z
2022-03-04T05:17:24.000Z
/* * Copyright 2008 Search Solution Corporation * Copyright 2016 CUBRID Corporation * * 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-...
31.290323
107
0.746392
6b691e16e35a674d18c7e62c0c620555828869ae
309
h
C
ZYChat-EaseMob/ZYChat/Square/GroupCommonUI/UITableViewCell/Cell/GJGCInformationGroupShowCell.h
AnriKaede/ZY2017IM
41dbe5fea9db735ae8dbf5b08351eea301d09276
[ "MIT" ]
1,323
2015-07-22T03:52:00.000Z
2022-03-16T07:54:28.000Z
ZYChat-EaseMob/ZYChat/Square/GroupCommonUI/UITableViewCell/Cell/GJGCInformationGroupShowCell.h
AnriKaede/ZY2017IM
41dbe5fea9db735ae8dbf5b08351eea301d09276
[ "MIT" ]
16
2015-08-13T06:43:03.000Z
2019-09-24T09:01:31.000Z
ZYChat-EaseMob/ZYChat/Square/GroupCommonUI/UITableViewCell/Cell/GJGCInformationGroupShowCell.h
AnriKaede/ZY2017IM
41dbe5fea9db735ae8dbf5b08351eea301d09276
[ "MIT" ]
451
2015-07-22T05:59:34.000Z
2021-08-30T02:56:42.000Z
// // GJGCInformationGroupShowCell.h // ZYChat // // Created by ZYVincent QQ:1003081775 on 14-11-6. // Copyright (c) 2014年 ZYV. All rights reserved. // #import "GJGCInformationTextCell.h" #import "GJGCInformationGroupShowItem.h" @interface GJGCInformationGroupShowCell : GJGCInformationTextCell @end
18.176471
65
0.760518
592b63b18c49c9c7f5c03d98fe8ad5d61a4e990e
673
h
C
Example/Pods/JumioMobileSDK/JumioMobileSDK-3.9.5/JumioCore.framework/PrivateHeaders/JMScanMockHelper.h
astro-santiago-moreno/APKYCPod
f4d5b7d3aba74482773c058e86efb17a9d32951e
[ "MIT" ]
null
null
null
Example/Pods/JumioMobileSDK/JumioMobileSDK-3.9.5/JumioCore.framework/PrivateHeaders/JMScanMockHelper.h
astro-santiago-moreno/APKYCPod
f4d5b7d3aba74482773c058e86efb17a9d32951e
[ "MIT" ]
null
null
null
Example/Pods/JumioMobileSDK/JumioMobileSDK-3.9.5/JumioCore.framework/PrivateHeaders/JMScanMockHelper.h
astro-santiago-moreno/APKYCPod
f4d5b7d3aba74482773c058e86efb17a9d32951e
[ "MIT" ]
null
null
null
// // JMScanMockHelper.h // // Copyright © 2021 Jumio Corporation. All rights reserved. // #import <Foundation/Foundation.h> @class JMCaptureSessionManager; __attribute__((visibility("default"))) @interface JMScanMockHelper : NSObject - (instancetype _Nullable) initWithCaptureSessionManager:(JMCaptureSessionManag...
24.925926
115
0.771174
df65049fc010cbf24e2127a1eae5c2620f971d08
6,614
c
C
u-boot-2011.09/drivers/p2wi/p2wi.c
swingflip/C64_mini_UBOOT
69da654f6e72134df8f4efccc9240c6aaf8ccc7a
[ "Apache-2.0" ]
null
null
null
u-boot-2011.09/drivers/p2wi/p2wi.c
swingflip/C64_mini_UBOOT
69da654f6e72134df8f4efccc9240c6aaf8ccc7a
[ "Apache-2.0" ]
null
null
null
u-boot-2011.09/drivers/p2wi/p2wi.c
swingflip/C64_mini_UBOOT
69da654f6e72134df8f4efccc9240c6aaf8ccc7a
[ "Apache-2.0" ]
null
null
null
/* * (C) Copyright 2007-2013 * Allwinner Technology Co., Ltd. <www.allwinnertech.com> * Jerry Wang <wangflord@allwinnertech.com> * * 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 Ge...
23.877256
82
0.623979
383e75edebf1fb856db5c7e1522cd0e869b12d77
201
h
C
MyMusic/test.h
Codepath-Group11/MyMusic
79d59e1d000aefc5fa3e7e280b2120a7c012770f
[ "Apache-2.0" ]
1
2017-04-18T03:34:30.000Z
2017-04-18T03:34:30.000Z
MyMusic/test.h
Codepath-Group11/Test
79d59e1d000aefc5fa3e7e280b2120a7c012770f
[ "Apache-2.0" ]
13
2017-04-26T00:35:39.000Z
2017-05-15T05:25:12.000Z
MyMusic/test.h
Codepath-Group11/Test
79d59e1d000aefc5fa3e7e280b2120a7c012770f
[ "Apache-2.0" ]
null
null
null
// // test.h // MyMusic // // Created by Yerneni, Naresh on 4/28/17. // Copyright © 2017 Yerneni, Naresh. All rights reserved. // #import <UIKit/UIKit.h> @interface test : UIViewController @end
14.357143
58
0.661692
38417bb393b0e441c88bdcfcdd67f2a28100166d
5,512
c
C
Library/STM32L/Middlewares/ST/STM32_BlueNRG1/STM32L1xx_HAL_BlueNRG1_Drivers/src/stm32l1xx_hal_bluenrg1_spi.c
SensiEDGE/SensiBLE-2.1
fdbf78906a8788fd520bda4898b44178e4ee4873
[ "Unlicense" ]
null
null
null
Library/STM32L/Middlewares/ST/STM32_BlueNRG1/STM32L1xx_HAL_BlueNRG1_Drivers/src/stm32l1xx_hal_bluenrg1_spi.c
SensiEDGE/SensiBLE-2.1
fdbf78906a8788fd520bda4898b44178e4ee4873
[ "Unlicense" ]
1
2021-02-24T19:09:16.000Z
2021-03-02T07:07:30.000Z
Library/STM32L/Middlewares/ST/STM32_BlueNRG1/STM32L1xx_HAL_BlueNRG1_Drivers/src/stm32l1xx_hal_bluenrg1_spi.c
SensiEDGE/SensiBLE-2.1
fdbf78906a8788fd520bda4898b44178e4ee4873
[ "Unlicense" ]
1
2022-01-25T07:57:29.000Z
2022-01-25T07:57:29.000Z
/** ****************************************************************************** * @file stm32l1xx_hal_bluenrg_spi.c * @author AMS VMA RF Application Team * @version V1.0.0 * @date 29-May-2015 * @brief HAL specific implementation for SPI communication with BlueNRG, * BlueNRG-MS for op...
40.529412
126
0.607765
c053ec4d4dade839c806474b94fea3abcecd28ef
19,076
c
C
wizard/option.c
ImageMagick/WizardsToolkit
d9d0478e7d34a6fe50c1b759b5a4205fa6717385
[ "ImageMagick" ]
4
2018-03-25T20:09:35.000Z
2021-09-09T08:40:33.000Z
wizard/option.c
FLOOPI222/WizardsToolkit
1309740445025cd615dec54dd58bad1d751551bf
[ "ImageMagick" ]
null
null
null
wizard/option.c
FLOOPI222/WizardsToolkit
1309740445025cd615dec54dd58bad1d751551bf
[ "ImageMagick" ]
6
2016-01-06T05:42:32.000Z
2021-02-28T02:05:18.000Z
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % % % OOO PPPP TTTTT IIIII OOO N N ...
34.683636
80
0.440816
c08e9613e4a84adbe22bb951a6b98807103fe192
43,115
h
C
include/cpg_regs.h
ariaboard-com/renesas_rzg2l_flash_writer
510f43376fc53578ebb1d83873f04908acf2fde6
[ "BSD-3-Clause" ]
null
null
null
include/cpg_regs.h
ariaboard-com/renesas_rzg2l_flash_writer
510f43376fc53578ebb1d83873f04908acf2fde6
[ "BSD-3-Clause" ]
null
null
null
include/cpg_regs.h
ariaboard-com/renesas_rzg2l_flash_writer
510f43376fc53578ebb1d83873f04908acf2fde6
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __CPG_REGS_H__ #define __CPG_REGS_H__ #define CPG_BASE (0x11010000) /* CPG base address */ #define CPG_PLL1_STBY (CPG_BASE + 0x0000) /* PLL1 (SSCG) standby control register ...
60.725352
99
0.702053
c09d3948846ed015d2db7fd3743f8830fc8771d1
468
h
C
Headers/SBLockScreenPluginOverlayViewController.h
MoTheNerd/oledlock
b1a79668a8f31d0c8cdfea11e14d5dc19654f380
[ "MIT" ]
null
null
null
Headers/SBLockScreenPluginOverlayViewController.h
MoTheNerd/oledlock
b1a79668a8f31d0c8cdfea11e14d5dc19654f380
[ "MIT" ]
null
null
null
Headers/SBLockScreenPluginOverlayViewController.h
MoTheNerd/oledlock
b1a79668a8f31d0c8cdfea11e14d5dc19654f380
[ "MIT" ]
1
2018-03-05T19:20:57.000Z
2018-03-05T19:20:57.000Z
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "SBLockOverlayViewController.h" @class SBLockScreenPlugin; @interface SBLockScreenPluginOverlayViewController : SBLockOverlayViewController { SBLockScreenPlugin *_plug...
19.5
83
0.730769
69e259bc657f395de6958cc658d693ce787b99a2
220
h
C
YReaderDemo/YReaderDemo/Other/YBaseViewController.h
yanxuewen/YReaderDemo
0d3bccffb832a0bfb1f473e0c5cad054a8153a4f
[ "MIT" ]
119
2016-12-17T16:26:05.000Z
2021-09-07T11:03:34.000Z
Reader/Reader/Other/YBaseViewController.h
downloadDemo/ZSReader
29dde987efa65a4e4aaa09bb9582872d4c4d7e57
[ "Apache-2.0" ]
4
2017-04-10T07:41:30.000Z
2019-12-21T16:22:34.000Z
YReaderDemo/YReaderDemo/Other/YBaseViewController.h
yanxuewen/YReaderDemo
0d3bccffb832a0bfb1f473e0c5cad054a8153a4f
[ "MIT" ]
34
2016-12-21T08:56:31.000Z
2021-06-18T04:43:41.000Z
// // YBaseViewController.h // YReaderDemo // // Created by yanxuewen on 2016/12/8. // Copyright © 2016年 yxw. All rights reserved. // #import <UIKit/UIKit.h> @interface YBaseViewController : UIViewController @end
15.714286
49
0.709091
07d9c2869ca9300c456d5bb20b8889813270c374
2,196
h
C
memory/data.h
hominsu/FileCryptX
b2fe43d223f5259366a0b5c51c1d9063b4e9be68
[ "MIT" ]
4
2021-12-25T03:24:47.000Z
2021-12-28T13:06:00.000Z
memory/data.h
hominsu/FileCryptX
b2fe43d223f5259366a0b5c51c1d9063b4e9be68
[ "MIT" ]
null
null
null
memory/data.h
hominsu/FileCryptX
b2fe43d223f5259366a0b5c51c1d9063b4e9be68
[ "MIT" ]
null
null
null
// // Created by Homin Su on 2021/10/2. // #ifndef XFILECRYPT_DATA_DATA_H_ #define XFILECRYPT_DATA_DATA_H_ #include <memory> #include <memory_resource> /** * @brief 内存池数据块 */ class Data { private: void *data_ = nullptr; bool end_ = false; ///< 是否是文件结尾 size_t size_ = 0; ///< 数据字节数 size_t mem...
18.610169
97
0.638889
b872fa98a7b487db3984bbe7569515c7d688fce9
713
h
C
CsmCircleArea.h
waura/csm_anim
ec3d175ac28b3b87cb2c96f4ae5e1549f748130d
[ "MIT" ]
null
null
null
CsmCircleArea.h
waura/csm_anim
ec3d175ac28b3b87cb2c96f4ae5e1549f748130d
[ "MIT" ]
null
null
null
CsmCircleArea.h
waura/csm_anim
ec3d175ac28b3b87cb2c96f4ae5e1549f748130d
[ "MIT" ]
1
2021-07-14T13:25:33.000Z
2021-07-14T13:25:33.000Z
#ifndef _CSMCIRCLEAREA_H_ #define _CSMCIRCLEAREA_H_ #include <SkinMeshGL/SmgModel.h> #include "ICsmArea.h" class CsmCircleArea : public ICsmArea { public: CsmCircleArea(){ q=0.2; rho = 2.0; m_pModel = NULL; } ~CsmCircleArea(){ if(m_pModel){ ReleaseSmgModel(&m_pModel); } } bool...
18.282051
97
0.685835
6afc61da328a292eb182ff0a0e6e77be6b7a1101
282
h
C
include/layer.h
xinyandai/vqlayer
7e959ce88e9817f9490efb9e08d8d9d7a53fe277
[ "MIT" ]
1
2020-04-18T05:56:32.000Z
2020-04-18T05:56:32.000Z
include/layer.h
Chiaki530/vqlayer
7e959ce88e9817f9490efb9e08d8d9d7a53fe277
[ "MIT" ]
null
null
null
include/layer.h
Chiaki530/vqlayer
7e959ce88e9817f9490efb9e08d8d9d7a53fe277
[ "MIT" ]
2
2020-04-18T05:56:28.000Z
2022-01-08T02:42:55.000Z
// // \author Xinyan DAI (xinyan.dai@outlook.com) // Created by xinyan DAI on 17/2/2020. // #pragma once #include "layer_pq.h" #include "layer_rq.h" #include "layer_cpq.h" #include "layer_hash.h" #include "layer_interface.h" #include "layer_abstract.h" #include "layer_standard.h"
20.142857
46
0.72695
35371e41af0b38b964fb7978ca1a90298a7e97c9
100,027
c
C
netbsd/sys/arch/alpha/alpha/pmap.c
shisa/kame-shisa
25dfcf220c0cd8192e475a602501206ccbd9263e
[ "BSD-3-Clause" ]
1
2019-10-15T06:29:32.000Z
2019-10-15T06:29:32.000Z
netbsd/sys/arch/alpha/alpha/pmap.c
shisa/kame-shisa
25dfcf220c0cd8192e475a602501206ccbd9263e
[ "BSD-3-Clause" ]
null
null
null
netbsd/sys/arch/alpha/alpha/pmap.c
shisa/kame-shisa
25dfcf220c0cd8192e475a602501206ccbd9263e
[ "BSD-3-Clause" ]
3
2017-01-09T02:15:36.000Z
2019-10-15T06:30:25.000Z
/* $NetBSD: pmap.c,v 1.191.8.1 2002/11/24 15:38:39 tron Exp $ */ /*- * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility, * NASA Am...
25.432749
98
0.676887
ded9f3a60e3c16cdbc6321abe8e549eb79f7ba3c
408
h
C
Samples/IotHubD2D/utils.h
codecentric/azure-sphere-samples
306a93886290b031a0cd802f449e6bbe12ba8cfe
[ "MIT" ]
3
2021-02-04T17:04:35.000Z
2021-02-18T23:02:52.000Z
Samples/IotHubD2D/utils.h
codecentric/azure-sphere-samples
306a93886290b031a0cd802f449e6bbe12ba8cfe
[ "MIT" ]
null
null
null
Samples/IotHubD2D/utils.h
codecentric/azure-sphere-samples
306a93886290b031a0cd802f449e6bbe12ba8cfe
[ "MIT" ]
1
2021-02-04T17:04:23.000Z
2021-02-04T17:04:23.000Z
#pragma once #include <applibs/log.h> #include <applibs/wificonfig.h> #include "../../Library/parson.h" #include "../../Library/led.h" void DebugPrintCurrentlyConnectedWiFiNetwork(void); void ShowStartupScreen(void); bool GetBooleanValue(const JSON_Object *object, const char *name, const bool defaultValue); void...
25.5
92
0.77451
54dba918ddf423b05a3f65fd1ab951c9d3569bf6
4,432
h
C
openbabel-2.4.1/include/OB-BGL/verbose_visitors.h
sxhexe/reaction-route-search
f7694c84ca1def4a133ade3e1e2e09705cd28312
[ "MIT" ]
1
2017-09-16T07:36:29.000Z
2017-09-16T07:36:29.000Z
openbabel-2.4.1/include/OB-BGL/verbose_visitors.h
sxhexe/reaction-route-search
f7694c84ca1def4a133ade3e1e2e09705cd28312
[ "MIT" ]
null
null
null
openbabel-2.4.1/include/OB-BGL/verbose_visitors.h
sxhexe/reaction-route-search
f7694c84ca1def4a133ade3e1e2e09705cd28312
[ "MIT" ]
null
null
null
/********************************************************************** verbose_visitors.h - visitor classes dumping a short text message for every visitor function. Copyright (C) 2007 by Gerde Menche This file is part of the Open Babel project. For more information, see <http://openbabel.org/> This program is fr...
31.657143
93
0.567238
728739062872d50bdf2d0ae3f5a40a951b55adfd
1,620
c
C
lib/core/java.lang.stubs/CompilerStub.c
hayounglee/LaTTe
b4a74510d8cbe112e1897db2de75c0ff5ab97a9b
[ "BSD-3-Clause" ]
4
2016-11-02T09:56:14.000Z
2020-10-13T04:30:02.000Z
lib/core/java.lang.stubs/CompilerStub.c
hayounglee/LaTTe
b4a74510d8cbe112e1897db2de75c0ff5ab97a9b
[ "BSD-3-Clause" ]
1
2015-07-23T02:34:11.000Z
2015-07-23T02:34:11.000Z
lib/core/java.lang.stubs/CompilerStub.c
hayounglee/LaTTe
b4a74510d8cbe112e1897db2de75c0ff5ab97a9b
[ "BSD-3-Clause" ]
3
2015-07-23T02:30:48.000Z
2019-10-06T07:31:22.000Z
/* DO NOT EDIT THIS FILE - it is machine generated */ #include <StubPreamble.h> /* Stubs for class java_lang_Compiler */ /* SYMBOL: java_lang_Compiler_initialize()V */ void Kaffe_java_lang_Compiler_initialize_stub(stack_item* _P_, stack_item* _R_) { extern void java_lang_Compiler_initialize(); java_lang_Compiler_in...
28.928571
78
0.804321
9035d5df2858b3fa9f5fd1db29dd4e5d3080f57b
7,416
h
C
_gr_stin.h
davidbien/dgraph
dd7fcda05e9d4c1e9a31bd46ebb3d17edb91435a
[ "BSL-1.0" ]
null
null
null
_gr_stin.h
davidbien/dgraph
dd7fcda05e9d4c1e9a31bd46ebb3d17edb91435a
[ "BSL-1.0" ]
null
null
null
_gr_stin.h
davidbien/dgraph
dd7fcda05e9d4c1e9a31bd46ebb3d17edb91435a
[ "BSL-1.0" ]
null
null
null
#ifndef __GR_STIN_H #define __GR_STIN_H // Copyright David Lawrence Bien 1997 - 2021. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // https://www.boost.org/LICENSE_1_0.txt). // _gr_stin.h // This module defines the i...
30.269388
102
0.634439
b0dc028e6f8c4933da3b91eccc9bdd63381a7453
489
c
C
src/libc/time/clock_gettime.c
NuxiNL/CloudLibc
d361c06c3fab3a7814d05b4630abe6da0cc7d757
[ "BSD-2-Clause" ]
298
2015-03-04T13:36:51.000Z
2021-12-19T05:11:58.000Z
src/libc/time/clock_gettime.c
NuxiNL/CloudLibc
d361c06c3fab3a7814d05b4630abe6da0cc7d757
[ "BSD-2-Clause" ]
31
2015-07-27T14:51:55.000Z
2020-09-14T15:59:57.000Z
src/libc/time/clock_gettime.c
NuxiNL/CloudLibc
d361c06c3fab3a7814d05b4630abe6da0cc7d757
[ "BSD-2-Clause" ]
18
2016-03-27T13:49:22.000Z
2021-09-21T19:02:04.000Z
// Copyright (c) 2015-2016 Nuxi, https://nuxi.nl/ // // SPDX-License-Identifier: BSD-2-Clause #include <common/clock.h> #include <common/time.h> #include <cloudabi_syscalls.h> #include <errno.h> #include <time.h> int clock_gettime(clockid_t clock_id, struct timespec *tp) { cloudabi_timestamp_t ts; cloudabi_errno...
22.227273
77
0.695297
8e99dd093f5c1434dd1bc3026cbb8dabbbba2ae7
51,640
c
C
xen/xen-4.2.2/tools/qemu-xen-traditional/tcg/arm/tcg-target.c
zhiming-shen/Xen-Blanket-NG
47e59d9bb92e8fdc60942df526790ddb983a5496
[ "Apache-2.0" ]
3
2019-08-31T19:58:24.000Z
2020-10-02T06:50:22.000Z
xen/xen-4.2.2/tools/qemu-xen-traditional/tcg/arm/tcg-target.c
zhiming-shen/Xen-Blanket-NG
47e59d9bb92e8fdc60942df526790ddb983a5496
[ "Apache-2.0" ]
1
2020-10-16T19:13:49.000Z
2020-10-16T19:13:49.000Z
xen-4.6.0/tools/qemu-xen-traditional/tcg/arm/tcg-target.c
StanPlatinum/ROP-detection-inside-VMs
7b39298dd0791711cbd78fd0730b819b755cc995
[ "MIT" ]
1
2018-10-04T18:29:18.000Z
2018-10-04T18:29:18.000Z
/* * Tiny Code Generator for QEMU * * Copyright (c) 2008 Andrzej Zaborowski * * 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...
32.234707
80
0.544345
fc61dca34a834f0927e8a55084a75dd0125ee06f
2,553
h
C
ITS/ITSrec/AliITSBadChannelsSPD.h
AllaMaevskaya/AliRoot
c53712645bf1c7d5f565b0d3228e3a6b9b09011a
[ "BSD-3-Clause" ]
52
2016-12-11T13:04:01.000Z
2022-03-11T11:49:35.000Z
ITS/ITSrec/AliITSBadChannelsSPD.h
AllaMaevskaya/AliRoot
c53712645bf1c7d5f565b0d3228e3a6b9b09011a
[ "BSD-3-Clause" ]
1,388
2016-11-01T10:27:36.000Z
2022-03-30T15:26:09.000Z
ITS/ITSrec/AliITSBadChannelsSPD.h
AllaMaevskaya/AliRoot
c53712645bf1c7d5f565b0d3228e3a6b9b09011a
[ "BSD-3-Clause" ]
275
2016-06-21T20:24:05.000Z
2022-03-31T13:06:19.000Z
#ifndef ALIITSBADCHANNELSSPD_H #define ALIITSBADCHANNELSSPD_H /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ /* $Id$ */ /////////////////////////////////////////////////////////////////////////// // AliITSBadCha...
41.852459
112
0.643165
1184c9922e04f97036ba9298a2fbb772ad4e4ea4
7,660
h
C
brlycmbd/CrdBrlyFlt/CrdBrlyFlt.h
mpsitech/brly-BeamRelay
481ccb3e83ea6151fb78eba293b44ade62a0ec78
[ "MIT" ]
null
null
null
brlycmbd/CrdBrlyFlt/CrdBrlyFlt.h
mpsitech/brly-BeamRelay
481ccb3e83ea6151fb78eba293b44ade62a0ec78
[ "MIT" ]
null
null
null
brlycmbd/CrdBrlyFlt/CrdBrlyFlt.h
mpsitech/brly-BeamRelay
481ccb3e83ea6151fb78eba293b44ade62a0ec78
[ "MIT" ]
null
null
null
/** * \file CrdBrlyFlt.h * job handler for job CrdBrlyFlt (declarations) * \copyright (C) 2016-2020 MPSI Technologies GmbH * \author Alexander Wirthmueller (auto-generation) * \date created: 11 Jan 2021 */ // IP header --- ABOVE #ifndef CRDBRLYFLT_H #define CRDBRLYFLT_H // IP include.spec --- INSERT // IP incl...
27.753623
364
0.73329
ccebdcb0141f22fffc5d961908c49e3197686f57
2,015
h
C
MathLib/MathLib_PlaneOps.h
bryanlawsmith/Raytracing
519b3f3867e0c00b92091dd755a4a73121e22064
[ "MIT" ]
1
2016-02-17T17:03:37.000Z
2016-02-17T17:03:37.000Z
MathLib/MathLib_PlaneOps.h
bryanlawsmith/Raytracing
519b3f3867e0c00b92091dd755a4a73121e22064
[ "MIT" ]
null
null
null
MathLib/MathLib_PlaneOps.h
bryanlawsmith/Raytracing
519b3f3867e0c00b92091dd755a4a73121e22064
[ "MIT" ]
null
null
null
#ifndef MATHLIB_PLANEOPS_H_INCLUDED #define MATHLIB_PLANEOPS_H_INCLUDED #include "MathLibCommon.h" #include "MathLib_Ray.h" #include "MathLib_Plane.h" namespace MathLib { /// <summary> /// If possible calculates the required t value used in generating the intersection point between the plane and /// the ray. If poss...
30.074627
113
0.778164
0a5f97b49c22488eecfed79746054301da3f2e4f
376
h
C
src/api/auth.h
christofmuc/ds-client
033fa1943715c4da935e46eb5bd7465d4694c587
[ "MIT" ]
null
null
null
src/api/auth.h
christofmuc/ds-client
033fa1943715c4da935e46eb5bd7465d4694c587
[ "MIT" ]
null
null
null
src/api/auth.h
christofmuc/ds-client
033fa1943715c4da935e46eb5bd7465d4694c587
[ "MIT" ]
null
null
null
#ifndef AUTH_H #define AUTH_H #include <stdexcept> #import <string> class Auth { public: Auth(const std::string& url); ~Auth(); bool verifyToken(const std::string& token); std::string signIn(const std::string& email, const std::string& password); bool signOut(const std::string& token); protect...
14.461538
78
0.667553
26f284224705b5d67efc5766dff688b31eb5228e
1,319
h
C
extensions/browser/api/declarative_net_request/rules_count_pair.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
14,668
2015-01-01T01:57:10.000Z
2022-03-31T23:33:32.000Z
extensions/browser/api/declarative_net_request/rules_count_pair.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
113
2015-05-04T09:58:14.000Z
2022-01-31T19:35:03.000Z
extensions/browser/api/declarative_net_request/rules_count_pair.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
5,941
2015-01-02T11:32:21.000Z
2022-03-31T16:35:46.000Z
// Copyright 2021 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef EXTENSIONS_BROWSER_API_DECLARATIVE_NET_REQUEST_RULES_COUNT_PAIR_H_ #define EXTENSIONS_BROWSER_API_DECLARATIVE_NET_REQUEST_RULES_COUNT_PAIR_H_ #in...
32.975
79
0.789234
50a9e234281eb235083f119a50429e08d879a4e2
5,036
h
C
svSolver-master/Code/FlowSolvers/ThreeDSolver/svSolver/global.h
mccsssk2/SimVascularPM3_March2020
3cce6cc7be66545bea5dc3915a2db50a3892bf04
[ "BSD-3-Clause" ]
null
null
null
svSolver-master/Code/FlowSolvers/ThreeDSolver/svSolver/global.h
mccsssk2/SimVascularPM3_March2020
3cce6cc7be66545bea5dc3915a2db50a3892bf04
[ "BSD-3-Clause" ]
null
null
null
svSolver-master/Code/FlowSolvers/ThreeDSolver/svSolver/global.h
mccsssk2/SimVascularPM3_March2020
3cce6cc7be66545bea5dc3915a2db50a3892bf04
[ "BSD-3-Clause" ]
null
null
null
c Copyright (c) 2014-2015 The Regents of the University of California. c All Rights Reserved. c c Portions of the code Copyright (c) 2009-2011 Open Source Medical c Software Corporation, University of California, San Diego. c c Portions of the code Copyright (c) 2000-2007, Stanford University, c Rensselaer Polytech...
40.612903
74
0.606235
f8ad926c670563c2707c943ec09a35e4455206a0
421
h
C
tools/giza-align/GIZA++-v2/mymath.h
bingrao/Bug-Transformer
9e39dc553c281f6372b7a8cfc8205aa186645899
[ "MIT" ]
311
2016-05-14T12:20:29.000Z
2022-02-13T14:36:20.000Z
tools/giza-align/GIZA++-v2/mymath.h
bingrao/Bug-Transformer
9e39dc553c281f6372b7a8cfc8205aa186645899
[ "MIT" ]
8
2017-04-14T06:52:35.000Z
2021-11-08T08:29:01.000Z
tools/giza-align/GIZA++-v2/mymath.h
bingrao/Bug-Transformer
9e39dc553c281f6372b7a8cfc8205aa186645899
[ "MIT" ]
96
2016-01-11T14:16:37.000Z
2019-11-19T00:56:47.000Z
/* ---------------------------------------------------------------- */ /* Copyright 1998 (c) by RWTH Aachen - Lehrstuhl fuer Informatik VI */ /* Franz Josef Och */ /* ---------------------------------------------------------------- */ #ifndef HEADER_MYMATH_DEFINED #defin...
42.1
70
0.401425
fbbbd969fc527c36dbf472c2e9c8eecfe3fbb137
191
h
C
net/rras/ras/rasman/rasman/rnetcfg.h
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
net/rras/ras/rasman/rasman/rnetcfg.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
net/rras/ras/rasman/rasman/rnetcfg.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
extern "C" { HRESULT HrRasCreateAndInitializeINetCfg (BOOL fInitCom, INetCfg** ppnc); HRESULT HrRasUninitializeAndReleaseINetCfg (BOOL fUninitCom, INetCfg* pnc); }
17.363636
80
0.696335
2d5deee451f7e71fd1b07a57a6e274854f1a7e71
915
h
C
ip_repo/klein_1.0/drivers/klein_v1_0/src/xklein_hw.h
emse-sas-lab/SCAbox-IP
8f92c6a21c03fbe811c1ba1607fa39ec1f06941d
[ "MIT" ]
4
2021-03-10T07:42:53.000Z
2022-03-27T15:10:05.000Z
ip_repo/klein_1.0/drivers/klein_v1_0/src/xklein_hw.h
emse-sas-lab/SCAbox-ip
8f92c6a21c03fbe811c1ba1607fa39ec1f06941d
[ "MIT" ]
null
null
null
ip_repo/klein_1.0/drivers/klein_v1_0/src/xklein_hw.h
emse-sas-lab/SCAbox-ip
8f92c6a21c03fbe811c1ba1607fa39ec1f06941d
[ "MIT" ]
null
null
null
#define XKLEIN_WORDS_SIZE 4 #define XKLEIN_BYTES_SIZE 16 #define XKLEIN_DATA_IN0_OFFSET 0x00 #define XKLEIN_DATA_IN1_OFFSET 0x04 #define XKLEIN_DATA_OUT0_OFFSET 0x18 #define XKLEIN_DATA_OUT1_OFFSET 0x1C #define XKLEIN_DATA_KEY0_OFFSET 0x20 #define XKLEIN_DATA_KEY1_OFFSET 0x24 #define XKLEIN_DATA_KEY2_OFFSET 0x28 #de...
27.727273
45
0.803279
10395ab84371e409ee442d15d1a8c1020fd7492b
15,416
h
C
rai/KOMO/komo.h
Zwoelf12/rai
b4e7082f3b7e8be5a0490f37e57d442047aaa020
[ "MIT" ]
52
2018-05-25T07:26:18.000Z
2022-03-27T07:37:44.000Z
rai/KOMO/komo.h
Zwoelf12/rai
b4e7082f3b7e8be5a0490f37e57d442047aaa020
[ "MIT" ]
4
2019-04-09T19:10:27.000Z
2021-12-09T11:11:22.000Z
rai/KOMO/komo.h
Zwoelf12/rai
b4e7082f3b7e8be5a0490f37e57d442047aaa020
[ "MIT" ]
32
2018-06-22T20:47:47.000Z
2022-03-07T00:19:54.000Z
/* ------------------------------------------------------------------ Copyright (c) 2011-2020 Marc Toussaint email: toussaint@tu-berlin.de This code is distributed under the MIT License. Please see <root-path>/LICENSE for details. -------------------------------------------------------------- */ ...
51.731544
241
0.677543
bcda54afd40aabac76566f1455e9278112a6ea62
1,713
c
C
src/vmi.c
fengjixuchui/kernel-fuzzer-for-xen-project
d01ed30bd7aeb312715dda253bd93037f0a11a5d
[ "MIT" ]
null
null
null
src/vmi.c
fengjixuchui/kernel-fuzzer-for-xen-project
d01ed30bd7aeb312715dda253bd93037f0a11a5d
[ "MIT" ]
null
null
null
src/vmi.c
fengjixuchui/kernel-fuzzer-for-xen-project
d01ed30bd7aeb312715dda253bd93037f0a11a5d
[ "MIT" ]
null
null
null
/* * Copyright (C) 2020 Intel Corporation * SPDX-License-Identifier: MIT */ #include "vmi.h" extern addr_t target_pagetable; extern addr_t start_rip; extern os_t os; extern int interrupted; extern page_mode_t pm; extern vmi_instance_t vmi; bool setup_vmi(vmi_instance_t *vmi, char* domain, uint64_t domid, char* jso...
22.84
113
0.594863
4829a2a62a5b99a682907415a983ad5766217fa1
1,836
h
C
DataMgr/PersistentStorageMgr/MutableCachePersistentStorageMgr.h
gitboti/omniscidb
70db1e5ef56cbaf6ee1773f2b11afd523da83e5d
[ "Apache-2.0" ]
null
null
null
DataMgr/PersistentStorageMgr/MutableCachePersistentStorageMgr.h
gitboti/omniscidb
70db1e5ef56cbaf6ee1773f2b11afd523da83e5d
[ "Apache-2.0" ]
1
2021-02-24T03:22:29.000Z
2021-02-24T03:22:29.000Z
DataMgr/PersistentStorageMgr/MutableCachePersistentStorageMgr.h
isabella232/omniscidb
bf83d84833710679debdf7a0484b6fbfc421cc96
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2020 OmniSci, 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 t...
40.8
90
0.691176
f0f342784ef11734a8cca0ad2a0d3d81bfaa3d14
4,444
h
C
OpenSees/SRC/reliability/analysis/telm/SelectLoadInitialStaticAnalysis.h
kuanshi/ductile-fracture
ccb350564df54f5c5ec3a079100effe261b46650
[ "MIT" ]
null
null
null
OpenSees/SRC/reliability/analysis/telm/SelectLoadInitialStaticAnalysis.h
kuanshi/ductile-fracture
ccb350564df54f5c5ec3a079100effe261b46650
[ "MIT" ]
null
null
null
OpenSees/SRC/reliability/analysis/telm/SelectLoadInitialStaticAnalysis.h
kuanshi/ductile-fracture
ccb350564df54f5c5ec3a079100effe261b46650
[ "MIT" ]
1
2020-08-06T21:12:16.000Z
2020-08-06T21:12:16.000Z
/* ****************************************************************** ** ** OpenSees - Open System for Earthquake Engineering Simulation ** ** Pacific Earthquake Engineering Research Center ** ** ** ** ...
34.71875
103
0.610036
51f08b2d0bf15a44732bd35a31ec18c36e5ed24c
132
h
C
release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/xen/xenfs/xenfs.h
afeng11/tomato-arm
1ca18a88480b34fd495e683d849f46c2d47bb572
[ "FSFAP" ]
55
2015-01-20T00:09:45.000Z
2021-08-19T05:40:27.000Z
release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/xen/xenfs/xenfs.h
afeng11/tomato-arm
1ca18a88480b34fd495e683d849f46c2d47bb572
[ "FSFAP" ]
1
2021-02-24T05:16:58.000Z
2021-02-24T05:16:58.000Z
release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/xen/xenfs/xenfs.h
afeng11/tomato-arm
1ca18a88480b34fd495e683d849f46c2d47bb572
[ "FSFAP" ]
36
2015-02-13T00:58:22.000Z
2021-08-19T08:08:07.000Z
#ifndef _XENFS_XENBUS_H #define _XENFS_XENBUS_H extern const struct file_operations xenbus_file_ops; #endif /* _XENFS_XENBUS_H */
18.857143
52
0.825758
8660520370ded350f49e169d71ea47d86b82cff7
2,787
c
C
native/jni/external/selinux/restorecond/utmpwatcher.c
Joyoe/Magisk-nosbin_magisk-nohide
449441921740bf85926c14f41b3532822ca0eb65
[ "MIT" ]
2
2022-01-16T00:59:54.000Z
2022-02-09T12:00:48.000Z
native/jni/external/selinux/restorecond/utmpwatcher.c
Joyoe/Magisk-nosbin_magisk-nohide
449441921740bf85926c14f41b3532822ca0eb65
[ "MIT" ]
null
null
null
native/jni/external/selinux/restorecond/utmpwatcher.c
Joyoe/Magisk-nosbin_magisk-nohide
449441921740bf85926c14f41b3532822ca0eb65
[ "MIT" ]
2
2022-02-09T12:00:39.000Z
2022-02-21T18:34:46.000Z
/* * utmpwatcher.c * * Copyright (C) 2006 Red Hat * see file 'COPYING' for use and warranty information * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the Lice...
23.225
73
0.699318
b68d698a8f7095431ededd552afb0cb939ca48b2
2,214
h
C
src/Emulator.h
cadaver/oldschoolengine2-emscripten
6c578c2006254d8503e22e0d214ca7357381ea20
[ "MIT" ]
4
2018-08-06T11:03:40.000Z
2021-12-04T13:47:38.000Z
src/Emulator.h
cadaver/oldschoolengine2-emscripten
6c578c2006254d8503e22e0d214ca7357381ea20
[ "MIT" ]
2
2020-09-13T09:21:34.000Z
2021-07-04T00:20:43.000Z
src/Emulator.h
cadaver/oldschoolengine2-emscripten
6c578c2006254d8503e22e0d214ca7357381ea20
[ "MIT" ]
1
2019-06-02T20:40:38.000Z
2019-06-02T20:40:38.000Z
// MIT License // // Copyright (c) 2018 Lasse Oorni // // 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, modif...
30.75
81
0.726739
ab2f177efbc93814a321a304520df1e4d334a18f
10,179
h
C
src/dpo/src/detailed_manager.h
gatecat/OpenROAD
cd7a2f497c69a77dc056e8b966daa5de7d211a58
[ "BSD-3-Clause" ]
1
2022-01-21T17:56:46.000Z
2022-01-21T17:56:46.000Z
src/dpo/src/detailed_manager.h
gatecat/OpenROAD
cd7a2f497c69a77dc056e8b966daa5de7d211a58
[ "BSD-3-Clause" ]
null
null
null
src/dpo/src/detailed_manager.h
gatecat/OpenROAD
cd7a2f497c69a77dc056e8b966daa5de7d211a58
[ "BSD-3-Clause" ]
null
null
null
/////////////////////////////////////////////////////////////////////////////// // BSD 3-Clause License // // Copyright (c) 2021, Andrew Kennings // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met...
35.1
80
0.623244
bae6278d515b11d151402fea6ab230bd9392fbc5
149
h
C
strategy/ia.h
TERRUSS/c-escampe
8a90c703f4f6e14620aad8523ba32ef9ca42fc70
[ "Unlicense" ]
null
null
null
strategy/ia.h
TERRUSS/c-escampe
8a90c703f4f6e14620aad8523ba32ef9ca42fc70
[ "Unlicense" ]
null
null
null
strategy/ia.h
TERRUSS/c-escampe
8a90c703f4f6e14620aad8523ba32ef9ca42fc70
[ "Unlicense" ]
null
null
null
#pragma once #include "../lib/graphics.h" #include "../utils/types.h" #include "../display/display.h" void ia_player(int ia_color, int * turn_pm);
18.625
44
0.691275
c7720f95dad3a24eb8a0cdcda0a252272a8b214b
3,718
h
C
SDK/BP_Prompt_RepairShipMast_classes.h
alxalx14/Sea-Of-Thieves-SDK
f56a0340eb33726c98fc53eb0678fa2d59aa8294
[ "MIT" ]
3
2021-03-27T08:30:37.000Z
2021-04-18T19:32:53.000Z
SDK/BP_Prompt_RepairShipMast_classes.h
alxalx14/Sea-Of-Thieves-SDK
f56a0340eb33726c98fc53eb0678fa2d59aa8294
[ "MIT" ]
null
null
null
SDK/BP_Prompt_RepairShipMast_classes.h
alxalx14/Sea-Of-Thieves-SDK
f56a0340eb33726c98fc53eb0678fa2d59aa8294
[ "MIT" ]
1
2021-06-01T03:05:50.000Z
2021-06-01T03:05:50.000Z
#pragma once // Name: SeaOfThieves, Version: 2.0.23 /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Classes //----------------------------------------------------...
55.492537
246
0.604626
67da7fccea97eaee27b859948b2b0cdeea5dc961
334
h
C
src/sparql++/writer/csv.h
korczis/libsparql
e337fb29a56e6867b683851b0bd1cd3386393f54
[ "Unlicense" ]
1
2015-11-05T09:14:34.000Z
2015-11-05T09:14:34.000Z
src/sparql++/writer/csv.h
korczis/libsparql
e337fb29a56e6867b683851b0bd1cd3386393f54
[ "Unlicense" ]
null
null
null
src/sparql++/writer/csv.h
korczis/libsparql
e337fb29a56e6867b683851b0bd1cd3386393f54
[ "Unlicense" ]
null
null
null
/* This is free and unencumbered software released into the public domain. */ #ifndef SPARQLXX_WRITER_CSV_H #define SPARQLXX_WRITER_CSV_H #include "sparql++/writer/impl.h" sparql::writer::implementation* sparql_writer_for_csv( FILE* stream, const char* content_type, const char* charset); #endif /* SPARQLXX_WR...
23.857143
77
0.772455
80ab2a5ab0d970f501b55e7d234cedca35b9d37e
2,847
h
C
src/framebuffer.h
yodasoda1219/vkrollercoaster
9a6df836bf446271a3885e3c4f86f783e1917cfe
[ "Apache-2.0" ]
1
2021-12-18T00:46:50.000Z
2021-12-18T00:46:50.000Z
src/framebuffer.h
yodasoda1219/vkrollercoaster
9a6df836bf446271a3885e3c4f86f783e1917cfe
[ "Apache-2.0" ]
null
null
null
src/framebuffer.h
yodasoda1219/vkrollercoaster
9a6df836bf446271a3885e3c4f86f783e1917cfe
[ "Apache-2.0" ]
null
null
null
/* Copyright 2021 Nora Beda and contributors 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 a...
43.8
91
0.69301
b612ae194d8f70f1096c4916476848afcd1cfe83
1,772
h
C
include/flir_spinnaker_common/image.h
berndpfrommer/flir_spinnaker_common
09154f26057193679f22ce7d72cdbc2e41a8ac08
[ "Apache-2.0" ]
1
2022-02-03T12:53:43.000Z
2022-02-03T12:53:43.000Z
include/flir_spinnaker_common/image.h
berndpfrommer/flir_spinnaker_common
09154f26057193679f22ce7d72cdbc2e41a8ac08
[ "Apache-2.0" ]
null
null
null
include/flir_spinnaker_common/image.h
berndpfrommer/flir_spinnaker_common
09154f26057193679f22ce7d72cdbc2e41a8ac08
[ "Apache-2.0" ]
null
null
null
// -*-c++-*-------------------------------------------------------------------- // Copyright 2020 Bernd Pfrommer <bernd.pfrommer@gmail.com> // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at...
30.551724
79
0.726298
7b0573a485f9fe26a9f78f6cd30ce71f88931c11
1,844
h
C
tools/kubot_ros_tool/led_strip/include/WS281X_TEST/libraries/Ros_lib/track_digital_msg_v1/rasppub1.h
kubot080301/kubot2_ros
0075fb485c1ab17089032cea43982f1cc0c1d1e7
[ "Apache-2.0" ]
null
null
null
tools/kubot_ros_tool/led_strip/include/WS281X_TEST/libraries/Ros_lib/track_digital_msg_v1/rasppub1.h
kubot080301/kubot2_ros
0075fb485c1ab17089032cea43982f1cc0c1d1e7
[ "Apache-2.0" ]
null
null
null
tools/kubot_ros_tool/led_strip/include/WS281X_TEST/libraries/Ros_lib/track_digital_msg_v1/rasppub1.h
kubot080301/kubot2_ros
0075fb485c1ab17089032cea43982f1cc0c1d1e7
[ "Apache-2.0" ]
null
null
null
#ifndef _ROS_track_digital_msg_v1_rasppub1_h #define _ROS_track_digital_msg_v1_rasppub1_h #include <stdint.h> #include <string.h> #include <stdlib.h> #include "ros/msg.h" namespace track_digital_msg_v1 { class rasppub1 : public ros::Msg { public: float rasppub_data[16]; rasppub1(): rasppub_d...
28.369231
81
0.58731
dfca489cb1458c43fb2e5ae76a8f1b862cbc1c69
36,909
c
C
mlnx-ofed-4.9-driver/rdma-core-50mlnx1/providers/mlx5/dr_rule.c
Hf7WCdtO/KRCore
52369924ba175419912a274634d368d478dda501
[ "Apache-2.0" ]
null
null
null
mlnx-ofed-4.9-driver/rdma-core-50mlnx1/providers/mlx5/dr_rule.c
Hf7WCdtO/KRCore
52369924ba175419912a274634d368d478dda501
[ "Apache-2.0" ]
null
null
null
mlnx-ofed-4.9-driver/rdma-core-50mlnx1/providers/mlx5/dr_rule.c
Hf7WCdtO/KRCore
52369924ba175419912a274634d368d478dda501
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2019, Mellanox Technologies. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of this so...
26.78447
88
0.715815
f1a6902d1b8e90a3a060d0087b0c149a80e1e273
1,345
c
C
PSU_my_sokoban_2017/game_loop.c
ltabis/epitech-projects
e38b3f00a4ac44c969d5e4880cd65084dc2c870a
[ "MIT" ]
null
null
null
PSU_my_sokoban_2017/game_loop.c
ltabis/epitech-projects
e38b3f00a4ac44c969d5e4880cd65084dc2c870a
[ "MIT" ]
null
null
null
PSU_my_sokoban_2017/game_loop.c
ltabis/epitech-projects
e38b3f00a4ac44c969d5e4880cd65084dc2c870a
[ "MIT" ]
1
2021-01-07T17:41:14.000Z
2021-01-07T17:41:14.000Z
/* ** EPITECH PROJECT, 2017 ** game_loop.c ** File description: ** game loop for my_sokoban project */ #include <ncurses.h> #include <unistd.h> #include <stdlib.h> #include "include/my.h" #include "include/proto.h" void game_loop(map_t *map) { int input = 0; map =setup_window(map); map = put_targ_coords(map); whi...
17.24359
42
0.623792
7d6be0d938b924dd050196a2735b6669980bcfbe
58,556
c
C
hihope_neptune-oh_hid/00_src/v0.1/device/winnermicro/neptune/sdk_liteos/src/bt/host/stack/l2cap/l2c_ble.c
dawmlight/vendor_oh_fun
bc9fb50920f06cd4c27399f60076f5793043c77d
[ "Apache-2.0" ]
1
2022-02-15T08:51:55.000Z
2022-02-15T08:51:55.000Z
hihope_neptune-oh_hid/00_src/v0.3/device/winnermicro/neptune/sdk_liteos/src/bt/host/stack/l2cap/l2c_ble.c
dawmlight/vendor_oh_fun
bc9fb50920f06cd4c27399f60076f5793043c77d
[ "Apache-2.0" ]
null
null
null
hihope_neptune-oh_hid/00_src/v0.3/device/winnermicro/neptune/sdk_liteos/src/bt/host/stack/l2cap/l2c_ble.c
dawmlight/vendor_oh_fun
bc9fb50920f06cd4c27399f60076f5793043c77d
[ "Apache-2.0" ]
null
null
null
/****************************************************************************** * * Copyright (C) 2009-2012 Broadcom Corporation * * 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: * ...
36.712226
165
0.555571
a49d6ea9b4f342f9beef76f0b9271a0f961d9517
54,436
c
C
testsuite/EXP_4/test239.c
ishiura-compiler/CF3
0718aa176d0303a4ea8a46bd6c794997cbb8fabb
[ "MIT" ]
34
2017-07-04T14:16:12.000Z
2021-04-22T21:04:43.000Z
testsuite/EXP_4/test239.c
ishiura-compiler/CF3
0718aa176d0303a4ea8a46bd6c794997cbb8fabb
[ "MIT" ]
1
2017-07-06T03:43:44.000Z
2017-07-06T03:43:44.000Z
testsuite/EXP_4/test239.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" volatile int32_t t1 = -1932138; int32_t t2 = -182; uint64_t x17 = 4128753368LLU; int64_t x19 = INT64_MIN; uint...
19.276204
61
0.603149
6d5ea32c47781f56103738fa80516f8d76c7806a
278
c
C
lib/test/test_get_api_key.c
svagionitis/themoviedb
7a3676b610114aa432ca3eab54e1ab36f9b80bb2
[ "Unlicense" ]
null
null
null
lib/test/test_get_api_key.c
svagionitis/themoviedb
7a3676b610114aa432ca3eab54e1ab36f9b80bb2
[ "Unlicense" ]
null
null
null
lib/test/test_get_api_key.c
svagionitis/themoviedb
7a3676b610114aa432ca3eab54e1ab36f9b80bb2
[ "Unlicense" ]
null
null
null
#include "unity.h" #include "tmdb-compiler.h" #include "tmdb.h" void setUp(void) { } void tearDown(void) { } void test_Is_1(void) { TEST_ASSERT_EQUAL_INT(1, tmdb_get_api_key()); } int main(void) { UNITY_BEGIN(); RUN_TEST(test_Is_1); return UNITY_END(); }
10.296296
49
0.658273
6d609ae6bb6d60e556c9ca4df28e6f8a08ce4e94
2,762
c
C
source/dbapi.c
shrinetang/ddbm
18845c76db9faee6448218bd59b61949c595d1e4
[ "Apache-2.0" ]
null
null
null
source/dbapi.c
shrinetang/ddbm
18845c76db9faee6448218bd59b61949c595d1e4
[ "Apache-2.0" ]
null
null
null
source/dbapi.c
shrinetang/ddbm
18845c76db9faee6448218bd59b61949c595d1e4
[ "Apache-2.0" ]
null
null
null
/********************************************************************/ /* Copyright (C) SSE-USTC, 2012 */ /* */ /* FILE NAME : dbapi.c */ /* PRINCIPAL AUTHOR : Xia...
26.815534
81
0.476828
28d4a423c7e02210bbf43c49234a838562a6aa17
4,571
h
C
3D/TextureManager.h
Floppy/alienation
d2fca9344f88f70f1547573bea2244f77bd23379
[ "BSD-3-Clause" ]
null
null
null
3D/TextureManager.h
Floppy/alienation
d2fca9344f88f70f1547573bea2244f77bd23379
[ "BSD-3-Clause" ]
null
null
null
3D/TextureManager.h
Floppy/alienation
d2fca9344f88f70f1547573bea2244f77bd23379
[ "BSD-3-Clause" ]
null
null
null
// Texture.h: interface for the CTexture class. // ////////////////////////////////////////////////////////////////////// #ifndef TEXTURE_MANAGER_H #define TEXTURE_MANAGER_H #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include "config.h" #include <map> #include <string> #include "3D/Texture.h" #includ...
26.575581
108
0.66375
a36ca5be3aeeeb629db19cede767967a878ca51b
584
h
C
ios/Classes/TiBluetoothBeaconRegionProxy.h
m1ga/titanium-bluetooth
306a75e8d27478b6956edf260733a4bfa3dd7ed1
[ "Apache-2.0" ]
30
2017-04-01T01:22:00.000Z
2021-12-01T13:08:56.000Z
ios/Classes/TiBluetoothBeaconRegionProxy.h
m1ga/titanium-bluetooth
306a75e8d27478b6956edf260733a4bfa3dd7ed1
[ "Apache-2.0" ]
35
2017-03-28T19:29:20.000Z
2022-03-17T16:49:47.000Z
ios/Classes/TiBluetoothBeaconRegionProxy.h
m1ga/titanium-bluetooth
306a75e8d27478b6956edf260733a4bfa3dd7ed1
[ "Apache-2.0" ]
19
2017-03-28T19:04:12.000Z
2022-01-06T19:00:37.000Z
/** * Appcelerator Titanium Mobile * Copyright (c) 2009-2016 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ #import "TiProxy.h" #import <CoreLocation/CoreLocation.h> @interface TiBluetoothB...
29.2
101
0.775685
d19435b5a75beef9b53ebd702de7f80b5fb8d678
54
c
C
examples/boolops/ex9.c
sailikk/c_compiler
96705adcec220499752d949c944a5c8b6d5f8c46
[ "MIT" ]
222
2017-11-16T02:29:35.000Z
2022-03-30T10:44:02.000Z
examples/boolops/ex9.c
sailikk/c_compiler
96705adcec220499752d949c944a5c8b6d5f8c46
[ "MIT" ]
11
2017-12-03T02:15:20.000Z
2020-05-16T08:14:19.000Z
examples/boolops/ex9.c
sailikk/c_compiler
96705adcec220499752d949c944a5c8b6d5f8c46
[ "MIT" ]
18
2018-02-22T02:27:47.000Z
2022-03-22T05:08:02.000Z
int main() { return (3+4 <= 4 || 1&&2 != 3 > 6); }
18
39
0.37037
0663977b4a48bc829a576a57a4ab3b683707a34f
9,501
c
C
1. K-means/kmeans04.c
georgevangelou/parallel_programming_with_OpenMP
0a1983b2a6be5efc6402abbc5be682234f8e9990
[ "Apache-2.0" ]
1
2021-06-27T12:53:07.000Z
2021-06-27T12:53:07.000Z
1. K-means/kmeans04.c
georgevangelou/parallel_programming_with_OpenMP
0a1983b2a6be5efc6402abbc5be682234f8e9990
[ "Apache-2.0" ]
2
2021-04-20T19:16:58.000Z
2021-04-20T19:33:02.000Z
1. K-means/kmeans04.c
georgevangelou/parallel_programming_with_OpenMP
0a1983b2a6be5efc6402abbc5be682234f8e9990
[ "Apache-2.0" ]
null
null
null
/* Description: This program executes the K-Means algorithm for random vectors of arbitrary number and dimensions Author: Georgios Evangelou (1046900) Year: 5 Parallel Programming in Machine Learning Problems Electrical and Computer Engineering Department, University of Patras System Specific...
33.22028
796
0.493422
ff0245460d9229d8caf814ed76cf597de8c8cca5
3,258
h
C
any_op/include/dak/any_op/compare_op.h
pierrebai/dak_utility
a0cb355ec1962c46475c7cdefa64d7041dc51f5a
[ "MIT" ]
null
null
null
any_op/include/dak/any_op/compare_op.h
pierrebai/dak_utility
a0cb355ec1962c46475c7cdefa64d7041dc51f5a
[ "MIT" ]
null
null
null
any_op/include/dak/any_op/compare_op.h
pierrebai/dak_utility
a0cb355ec1962c46475c7cdefa64d7041dc51f5a
[ "MIT" ]
1
2021-01-14T07:19:55.000Z
2021-01-14T07:19:55.000Z
#pragma once #ifndef DAK_ANY_OP_COMPARE_OP_H #define DAK_ANY_OP_COMPARE_OP_H #include <dak/any_op/op.h> namespace dak::any_op { ////////////////////////////////////////////////////////////////////////// // // Comparison results. // // Note: incomparable should result in operator== returning false, ...
27.846154
90
0.5752
a224fffc95548c2cda2459cb664969148b83b12d
57
h
C
09/MathExample.h
memnoth/COMP3200CodeSamples
28c4921d9c2d5c6077cde2eb0e0e93cee7680ca4
[ "MIT" ]
60
2018-12-22T01:59:21.000Z
2022-02-16T07:34:51.000Z
09/MathExample.h
memnoth/COMP3200CodeSamples
28c4921d9c2d5c6077cde2eb0e0e93cee7680ca4
[ "MIT" ]
null
null
null
09/MathExample.h
memnoth/COMP3200CodeSamples
28c4921d9c2d5c6077cde2eb0e0e93cee7680ca4
[ "MIT" ]
32
2018-12-25T01:20:02.000Z
2022-01-16T01:59:33.000Z
#pragma once namespace samples { void MathExample(); }
8.142857
20
0.719298
9eb28ecc8328015f26ef3ef65c79f80eb25a48fe
291
h
C
Common/src/ReceptorPaquete.h
mlucero88/Fwk_Cliente_Servidor
a0bee168a2eef4755877f6244e2f9f4ae85e47d2
[ "Apache-2.0" ]
null
null
null
Common/src/ReceptorPaquete.h
mlucero88/Fwk_Cliente_Servidor
a0bee168a2eef4755877f6244e2f9f4ae85e47d2
[ "Apache-2.0" ]
null
null
null
Common/src/ReceptorPaquete.h
mlucero88/Fwk_Cliente_Servidor
a0bee168a2eef4755877f6244e2f9f4ae85e47d2
[ "Apache-2.0" ]
null
null
null
/****************************** * Archivo: ReceptorPaquete.h * Autor: Martín Lucero *****************************/ #ifndef RECEPTORPAQUETE_H_ #define RECEPTORPAQUETE_H_ namespace FWK_CS { class ReceptorPaquete { public: ReceptorPaquete(); virtual ~ReceptorPaquete(); }; } #endif
15.315789
31
0.587629
9ee7b5cc1c9682320ed7a65d4a21411c870ff84c
23,075
c
C
agent/mibgroup/snmp-usm-dh-objects-mib/usmDHUserKeyTable/usmDHUserKeyTable_data_get.c
telsacolton/net-snmp
3efb2c51a563d217aad53b36e5b46bcb6233e780
[ "Net-SNMP" ]
1
2020-07-16T06:51:23.000Z
2020-07-16T06:51:23.000Z
agent/mibgroup/snmp-usm-dh-objects-mib/usmDHUserKeyTable/usmDHUserKeyTable_data_get.c
telsacolton/net-snmp
3efb2c51a563d217aad53b36e5b46bcb6233e780
[ "Net-SNMP" ]
null
null
null
agent/mibgroup/snmp-usm-dh-objects-mib/usmDHUserKeyTable/usmDHUserKeyTable_data_get.c
telsacolton/net-snmp
3efb2c51a563d217aad53b36e5b46bcb6233e780
[ "Net-SNMP" ]
null
null
null
/* * Note: this file originally auto-generated by mib2c using * version : 1.20 $ of : mfd-data-get.m2c,v $ * * $Id$ */ /* * standard Net-SNMP includes */ #include <net-snmp/net-snmp-config.h> #include <net-snmp/net-snmp-includes.h> #include <net-snmp/library/snmp_openssl.h> #include <net-snmp/agent/net-s...
37.277868
132
0.636186
7fce867f3b829ab77b04f31b372b52065fafcb7e
56,871
h
C
C++/Morwenn's rewrite of Summer Dragonfly's GrailSort/grailsort.h
AceOfSpadesProduc100/Rewritten-Grailsort
884f61b3bca8e9f429981a055f30cf53a1ee64c2
[ "MIT" ]
26
2020-10-21T01:22:46.000Z
2021-05-13T01:50:17.000Z
C++/Morwenn's rewrite of Summer Dragonfly's GrailSort/grailsort.h
AceOfSpadesProduc100/Rewritten-Grailsort
884f61b3bca8e9f429981a055f30cf53a1ee64c2
[ "MIT" ]
1
2021-01-08T12:18:08.000Z
2021-03-27T17:46:34.000Z
C++/Morwenn's rewrite of Summer Dragonfly's GrailSort/grailsort.h
AceOfSpadesProduc100/Rewritten-Grailsort
884f61b3bca8e9f429981a055f30cf53a1ee64c2
[ "MIT" ]
5
2020-10-23T10:08:37.000Z
2021-02-12T12:52:28.000Z
/* * MIT License * * Copyright (c) 2013 Andrey Astrelin * Copyright (c) 2020-2021 The Holy Grail Sort Project * * 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, in...
42.76015
154
0.513671
fa1272b797c2f102003ef1067875a54eda4ef0a6
3,021
h
C
02_Library/Include/XMCocos2D/extensions/CCArtPig/APSImageHolder.h
mcodegeeks/OpenKODE-Framework
d4382d781da7f488a0e7667362a89e8e389468dd
[ "MIT" ]
2
2017-08-03T07:15:00.000Z
2018-06-18T10:32:53.000Z
02_Library/Include/XMCocos2D/extensions/CCArtPig/APSImageHolder.h
mcodegeeks/OpenKODE-Framework
d4382d781da7f488a0e7667362a89e8e389468dd
[ "MIT" ]
null
null
null
02_Library/Include/XMCocos2D/extensions/CCArtPig/APSImageHolder.h
mcodegeeks/OpenKODE-Framework
d4382d781da7f488a0e7667362a89e8e389468dd
[ "MIT" ]
2
2019-03-04T22:57:42.000Z
2020-03-06T01:32:26.000Z
/* -------------------------------------------------------------------------- * * File APSImageHolder.h * Author Young-Hwan Mun * * -------------------------------------------------------------------------- * * Copyright (c) 2012 ArtPig Software LLC * * http://www...
31.8
87
0.59285