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
b568f0acb550a3777d901c62d1910ecc70fd45bd
124
h
C
00_usefull/SimpleLEDStrip/include/secrets.h
r0oland/Baltopia
a772733a73fd54ad837f079b525bf8c7c09712bf
[ "MIT" ]
null
null
null
00_usefull/SimpleLEDStrip/include/secrets.h
r0oland/Baltopia
a772733a73fd54ad837f079b525bf8c7c09712bf
[ "MIT" ]
null
null
null
00_usefull/SimpleLEDStrip/include/secrets.h
r0oland/Baltopia
a772733a73fd54ad837f079b525bf8c7c09712bf
[ "MIT" ]
null
null
null
#ifndef SECRETS #define SECRETS const char* ssid = "Kassiopeia"; const char* password = "SternbilddesNordhimmels"; #endif
15.5
49
0.758065
24464ab508b879ee27dde1802f12fba5429b4f09
3,118
h
C
gcc-gcc-7_3_0-release/gcc/testsuite/gcc.target/i386/fma_main.h
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.target/i386/fma_main.h
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gcc.target/i386/fma_main.h
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
#ifndef fma_main #define fma_main #if DEBUG #include <stdio.h> #endif TYPE m1[32] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32 }; TYPE m2[32] = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, ...
26.423729
75
0.550032
68634b70c050ee196ba1df4625574b2d1ef14565
702
h
C
Settings.h
Lunafyy/CPP-CommandLine
6b5da7392f60c66bff0d2c5087482eaa0b44568f
[ "Apache-2.0" ]
null
null
null
Settings.h
Lunafyy/CPP-CommandLine
6b5da7392f60c66bff0d2c5087482eaa0b44568f
[ "Apache-2.0" ]
null
null
null
Settings.h
Lunafyy/CPP-CommandLine
6b5da7392f60c66bff0d2c5087482eaa0b44568f
[ "Apache-2.0" ]
null
null
null
#pragma once #include <string> // Console Stuff std::string CONSOLE_PREFIX = "[username]@[machine]$~[directory]>"; // Commands std::string COMMAND_OUTPUT = "echo"; std::string COMMAND_CD = "cd"; std::string COMMAND_LOC = "loc"; std::string COMMAND_MAKE_NEW_DIRECTORY = "mkdir"; std::string COMMAND_REMOVE_DI...
36.947368
99
0.730769
68bc9a97d0b680c6218aa7d04410dbc87e4abb1a
14,751
c
C
tools/player.c
ChenThread/ice2
b722e235533653396d1c4610d184da844be271bd
[ "MIT" ]
5
2016-06-20T13:42:33.000Z
2018-08-27T11:13:59.000Z
tools/player.c
ChenThread/ice2
b722e235533653396d1c4610d184da844be271bd
[ "MIT" ]
null
null
null
tools/player.c
ChenThread/ice2
b722e235533653396d1c4610d184da844be271bd
[ "MIT" ]
1
2021-09-16T04:03:45.000Z
2021-09-16T04:03:45.000Z
#define VIDSCALE 1 #define VIDOUTSCALE 2 #define AUDIO_RING_BUF (256*1024) #define AUDIO_SKIP_UPPER (32*1024) #define AUDIO_SKIP_LOWER (28*1024) #define AUDIO_TARGET_LATENCY (8*1024) #define SOFTWARE_BLIT_MODE #ifndef CONST_PREC #define CONST_PREC 10 #endif #ifndef CONST_POSTFILT #define CONST_POSTFILT 140 #endif #...
20.630769
102
0.588977
bebb4bfdd8d27af2f15edb40a520dccb10778f6b
178
h
C
spiflash/src/test_spi.h
Bergi84/vihaltests
f338e6aff3e389501dc8a018f1dbde862b7971a1
[ "BSD-2-Clause" ]
null
null
null
spiflash/src/test_spi.h
Bergi84/vihaltests
f338e6aff3e389501dc8a018f1dbde862b7971a1
[ "BSD-2-Clause" ]
null
null
null
spiflash/src/test_spi.h
Bergi84/vihaltests
f338e6aff3e389501dc8a018f1dbde862b7971a1
[ "BSD-2-Clause" ]
2
2022-01-05T01:53:54.000Z
2022-03-14T19:58:29.000Z
/* * test_spi.h * * Created on: Oct 7, 2021 * Author: vitya */ #ifndef SRC_TEST_SPI_H_ #define SRC_TEST_SPI_H_ void test_spiflash(); #endif /* SRC_TEST_SPI_H_ */
11.125
28
0.651685
849096fec34c45ac4863637bb6d3886af4c66144
10,767
h
C
osprey/libu/util/targlib.h
sharugupta/OpenUH
daddd76858a53035f5d713f648d13373c22506e8
[ "BSD-2-Clause" ]
null
null
null
osprey/libu/util/targlib.h
sharugupta/OpenUH
daddd76858a53035f5d713f648d13373c22506e8
[ "BSD-2-Clause" ]
null
null
null
osprey/libu/util/targlib.h
sharugupta/OpenUH
daddd76858a53035f5d713f648d13373c22506e8
[ "BSD-2-Clause" ]
null
null
null
/* Copyright (C) 2000, 2001 Silicon Graphics, Inc. All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the terms of version 2.1 of the GNU Lesser General Public License as published by the Free Software Foundation. This program is distributed in the hope tha...
32.430723
76
0.630816
41e2419fc4f45ff7d2187f915fe69bbb700f86a3
588
h
C
hls/triangle_intersect.h
justingallagher/fpga-trace
53ac2dd9ea1bff7e78b1de6d097d477e3d956463
[ "MIT" ]
25
2016-11-14T23:23:53.000Z
2020-12-17T08:29:41.000Z
hls/triangle_intersect.h
justingallagher/fpga-trace
53ac2dd9ea1bff7e78b1de6d097d477e3d956463
[ "MIT" ]
null
null
null
hls/triangle_intersect.h
justingallagher/fpga-trace
53ac2dd9ea1bff7e78b1de6d097d477e3d956463
[ "MIT" ]
1
2020-03-22T12:04:52.000Z
2020-03-22T12:04:52.000Z
/** * @file triangle_intersect.h * @brief High level logic for the Triangle Intersection IP used in the FPGA * design. * @author Justin Gallagher (jrgallag) * @since 05-05-2016 */ #ifndef _HLS_TRIANGLE_INTERSECT_H_ #define _HLS_TRIANGLE_INTERSECT_H_ #include "ap_int.h" #define PARALLEL_TESTS 2 typedef ...
19.6
76
0.72619
70f6bd74982708486f0c60a16fdb02d9bfe3a814
1,323
c
C
src/free.c
AdrianWR/push_swap
f3ee34f544375b314c4b5e6ec0f952ece4476686
[ "MIT" ]
7
2021-05-23T23:03:09.000Z
2022-03-26T22:18:38.000Z
src/free.c
AdrianWR/push_swap
f3ee34f544375b314c4b5e6ec0f952ece4476686
[ "MIT" ]
null
null
null
src/free.c
AdrianWR/push_swap
f3ee34f544375b314c4b5e6ec0f952ece4476686
[ "MIT" ]
2
2021-12-23T13:26:54.000Z
2022-03-12T10:45:29.000Z
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* free.c :+: :+: :+: ...
31.5
80
0.28647
cb6295a7524aad8cbceca997a5d3f8e62a702020
641
h
C
Library/UILib/combobox.h
ysm1180/NewJojoGame
d46be6e979642ed3f139ad7905c983ac03356dd2
[ "MIT" ]
6
2018-10-12T08:06:35.000Z
2019-01-20T12:53:35.000Z
Library/UILib/combobox.h
ysm1180/ThreeKingdoms-Caocao
d46be6e979642ed3f139ad7905c983ac03356dd2
[ "MIT" ]
2
2018-10-12T08:09:05.000Z
2019-01-20T12:55:27.000Z
Library/UILib/combobox.h
ysm1180/NewJojoGame
d46be6e979642ed3f139ad7905c983ac03356dd2
[ "MIT" ]
2
2018-05-19T17:49:23.000Z
2018-10-15T03:10:57.000Z
#pragma once #include <vector> #include "text_font.h" #include "child_control.h" namespace three_kingdoms { class CComboBoxControl : public CWindowChildControl { public: static void RegisterFunctions(lua_State *L); CComboBoxControl(); virtual ~CComboBoxControl(); void AddItem(std::wstring item); bool C...
21.366667
75
0.705148
b9d71fe4199dd5948e27316582cc6b9249ab60de
477
h
C
Bwl.Hardware.MotorControllerTwo.Fw/pwm.h
Lifemotion/Bwl.Hardware.MotorControllers
3fd9746e46dc14ec897acb1a1358cc3a2dd77757
[ "Apache-2.0" ]
1
2021-07-21T03:55:42.000Z
2021-07-21T03:55:42.000Z
Bwl.Hardware.MotorControllerTwo.Fw/pwm.h
Lifemotion/Bwl.Hardware.MotorControllers
3fd9746e46dc14ec897acb1a1358cc3a2dd77757
[ "Apache-2.0" ]
null
null
null
Bwl.Hardware.MotorControllerTwo.Fw/pwm.h
Lifemotion/Bwl.Hardware.MotorControllers
3fd9746e46dc14ec897acb1a1358cc3a2dd77757
[ "Apache-2.0" ]
1
2021-07-21T03:55:43.000Z
2021-07-21T03:55:43.000Z
#ifndef PWM_H_ #define PWM_H_ #define PWM_CHANNELS 8 #define PWM_TOP 50 #define SERVO_CHANNELS 8 #define SERVO_TOP 400 #define SERVO_START SERVO_TOP*0.050 #define SERVO_END SERVO_TOP*0.100 typedef unsigned char byte; //must be defined void servo_set_out(byte channel, byte state); void pwm_set_out(byte channel, ...
19.08
45
0.763103
7d02d1cb0f32456aea58350bef367ab071afbcd1
6,640
h
C
statechart/platform/test_util.h
google/statechar
d283cefab5a051a91c21be46d97bc18407fd7628
[ "Apache-2.0" ]
93
2018-05-02T06:31:13.000Z
2022-03-30T07:32:47.000Z
statechart/platform/test_util.h
google/statechar
d283cefab5a051a91c21be46d97bc18407fd7628
[ "Apache-2.0" ]
2
2019-07-10T18:15:27.000Z
2022-01-01T19:41:18.000Z
statechart/platform/test_util.h
google/statechar
d283cefab5a051a91c21be46d97bc18407fd7628
[ "Apache-2.0" ]
31
2018-06-03T08:31:54.000Z
2021-10-16T22:52:44.000Z
/* * Copyright 2018 The StateChart 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 required by applicable law ...
34.764398
79
0.700753
f1f75260e34b58e626be4ee1e1fef22e1cb9c5f5
351
h
C
iPhone/Classes/L0DraggableNavigationBar.h
davgit/diceshaker
5c99c8a8ce3044eabc7281b0dcfc965d11b5af27
[ "BSD-3-Clause" ]
1
2019-06-27T11:55:09.000Z
2019-06-27T11:55:09.000Z
iPhone/Classes/L0DraggableNavigationBar.h
deminew/diceshaker
5c99c8a8ce3044eabc7281b0dcfc965d11b5af27
[ "BSD-3-Clause" ]
null
null
null
iPhone/Classes/L0DraggableNavigationBar.h
deminew/diceshaker
5c99c8a8ce3044eabc7281b0dcfc965d11b5af27
[ "BSD-3-Clause" ]
null
null
null
// // L0DraggableNavigationBar.h // Diceshaker // // Created by ∞ on 13/02/09. // Copyright 2009 __MyCompanyName__. All rights reserved. // #import <UIKit/UIKit.h> @interface L0DraggableNavigationBar : UINavigationBar { IBOutlet id touchTarget; SEL touchAction; } @property (assign) id touchTarget; @property (...
16.714286
58
0.732194
35016d5435961bf9b9ceda6efc92a72856c21108
711
h
C
src/util/qml/qmlconfig.h
Maledictus/leechcraft
79ec64824de11780b8e8bdfd5d8a2f3514158b12
[ "BSL-1.0" ]
120
2015-01-22T14:10:39.000Z
2021-11-25T12:57:16.000Z
src/util/qml/qmlconfig.h
Maledictus/leechcraft
79ec64824de11780b8e8bdfd5d8a2f3514158b12
[ "BSL-1.0" ]
8
2015-02-07T19:38:19.000Z
2017-11-30T20:18:28.000Z
src/util/qml/qmlconfig.h
Maledictus/leechcraft
79ec64824de11780b8e8bdfd5d8a2f3514158b12
[ "BSL-1.0" ]
33
2015-02-07T16:59:55.000Z
2021-10-12T00:36:40.000Z
/********************************************************************** * LeechCraft - modular cross-platform feature rich internet client. * Copyright (C) 2006-2014 Georg Rudoy * * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE or copy at https://www.boost.org/LICENSE...
30.913043
84
0.611814
75c2df0b1ab3460a9f88ff34bd0a3d144bfc45d6
230
c
C
ports/polish/libgadu/dragonfly/patch-examples_conn-async.c
liweitianux/DeltaPorts
b907de0ceb9c0e46ae8961896e97b361aa7c62c0
[ "BSD-2-Clause-FreeBSD" ]
31
2015-02-06T17:06:37.000Z
2022-03-08T19:53:28.000Z
ports/polish/libgadu/dragonfly/patch-examples_conn-async.c
liweitianux/DeltaPorts
b907de0ceb9c0e46ae8961896e97b361aa7c62c0
[ "BSD-2-Clause-FreeBSD" ]
236
2015-06-29T19:51:17.000Z
2021-12-16T22:46:38.000Z
ports/polish/libgadu/dragonfly/patch-examples_conn-async.c
liweitianux/DeltaPorts
b907de0ceb9c0e46ae8961896e97b361aa7c62c0
[ "BSD-2-Clause-FreeBSD" ]
52
2015-02-06T17:05:36.000Z
2021-10-21T12:13:06.000Z
--- examples/conn-async.c.orig 2017-01-21 17:57:03 UTC +++ examples/conn-async.c @@ -27,6 +27,7 @@ #include <errno.h> #include <string.h> #include <time.h> +#include <sys/select.h> #include "libgadu.h" #include "network.h"
20.909091
54
0.647826
784147a8d766649252a35f90a2d7f2af5182e2bb
1,224
h
C
repo/iOSBinaryDump/Headers/PokemonGO-1.7.0-Headers/GIDGoogleUser.h
kallism/kallism.github.io
7c75f69a870b44a87d6ec5654212cf616880d7bb
[ "Apache-2.0" ]
2
2016-09-15T09:39:42.000Z
2020-12-27T23:11:08.000Z
repo/iOSBinaryDump/Headers/PokemonGO-1.7.0-Headers/GIDGoogleUser.h
kallism/kallism.github.io
7c75f69a870b44a87d6ec5654212cf616880d7bb
[ "Apache-2.0" ]
null
null
null
repo/iOSBinaryDump/Headers/PokemonGO-1.7.0-Headers/GIDGoogleUser.h
kallism/kallism.github.io
7c75f69a870b44a87d6ec5654212cf616880d7bb
[ "Apache-2.0" ]
7
2015-07-30T22:02:41.000Z
2020-01-16T10:16:15.000Z
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSObject.h" #import "NSCoding.h" @class GIDAuthentication, GIDProfileData, NSArray, NSString; @interface GIDGoogleUser : NSObject <NSCoding> { NSString *_userID; ...
34
112
0.762255
a3eeecce8fe9b5f9490c278048e4ea90d4ae1a1b
9,261
c
C
src/test-multipart-parser.c
jow-/lucihttp
3dc89af443410c9eae7a0ff091bd7fb4c5d48f41
[ "MIT" ]
1
2019-08-15T07:43:22.000Z
2019-08-15T07:43:22.000Z
src/test-multipart-parser.c
Lmagic200/lucihttp
a34a17d501c0e23f0a91dd9d3e87697347c861ba
[ "MIT" ]
2
2018-05-09T01:59:06.000Z
2020-01-03T09:55:23.000Z
src/test-multipart-parser.c
Lmagic200/lucihttp
a34a17d501c0e23f0a91dd9d3e87697347c861ba
[ "MIT" ]
3
2018-11-09T06:49:05.000Z
2022-02-22T06:29:11.000Z
/* * lucihttp - HTTP utility library - multipart parser tester * * Copyright 2018 Jo-Philipp Wich <jo@mein.io> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear...
21.537209
75
0.609653
150b62e05964c19a91fc8586c1896dc47cca00dc
1,103
h
C
XRADGUI/QtGUIAPI/DataDisplayWindow/MouseDrag.h
n-kulberg/xrad
3d089cc24d942db4649f1a50defbd69f01739ae2
[ "BSD-3-Clause" ]
1
2021-04-02T16:47:00.000Z
2021-04-02T16:47:00.000Z
XRADGUI/QtGUIAPI/DataDisplayWindow/MouseDrag.h
n-kulberg/xrad
3d089cc24d942db4649f1a50defbd69f01739ae2
[ "BSD-3-Clause" ]
null
null
null
XRADGUI/QtGUIAPI/DataDisplayWindow/MouseDrag.h
n-kulberg/xrad
3d089cc24d942db4649f1a50defbd69f01739ae2
[ "BSD-3-Clause" ]
3
2021-08-30T11:26:23.000Z
2021-09-23T09:39:56.000Z
/* Copyright (c) 2021, Moscow Center for Diagnostics & Telemedicine All rights reserved. This file is licensed under BSD-3-Clause license. See LICENSE file for details. */ #ifndef XRAD__MouseDrag_h #define XRAD__MouseDrag_h //-------------------------------------------------------------- // // created: 2014/03/17 /...
21.627451
80
0.657298
d21f63136fe924028ef8a484cc100ad5e0d0073e
579
h
C
storage/browser/quota/quota_macros.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
storage/browser/quota/quota_macros.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
storage/browser/quota/quota_macros.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 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef STORAGE_BROWSER_QUOTA_QUOTA_MACROS_H_ #define STORAGE_BROWSER_QUOTA_QUOTA_MACROS_H_ #include "base/metrics/histogram_macros.h" #define UMA_HISTO...
38.6
80
0.690846
cfb75617ef933f66c2e447f81d85817723dee080
164,888
c
C
lib/TCP.c
JDevlieghere/SORTES-Clock
f392697d8d6d2d8d259ac852ebb3a00859fa218d
[ "MIT" ]
2
2016-01-02T11:20:21.000Z
2016-12-08T09:40:48.000Z
lib/TCP.c
JDevlieghere/SORTES-Clock
f392697d8d6d2d8d259ac852ebb3a00859fa218d
[ "MIT" ]
null
null
null
lib/TCP.c
JDevlieghere/SORTES-Clock
f392697d8d6d2d8d259ac852ebb3a00859fa218d
[ "MIT" ]
null
null
null
/********************************************************************* * * Transmission Control Protocol (TCP) Communications Layer * Module for Microchip TCP/IP Stack * -Provides reliable, handshaked transport of application stream * oriented data with flow control * -Reference: RFC 793 * ******...
31.636224
304
0.64639
3200d28b6f941a265a311ffa5f774a1335592d42
5,223
h
C
include/gf/Spatial_RStarTree.h
jylm6d/gf
33151311479f3e067c7525f29e4a4948ec4230c4
[ "Zlib" ]
191
2016-07-19T07:54:06.000Z
2022-03-26T16:49:20.000Z
include/gf/Spatial_RStarTree.h
jylm6d/gf
33151311479f3e067c7525f29e4a4948ec4230c4
[ "Zlib" ]
46
2016-07-19T08:23:51.000Z
2021-06-19T20:52:27.000Z
include/gf/Spatial_RStarTree.h
jylm6d/gf
33151311479f3e067c7525f29e4a4948ec4230c4
[ "Zlib" ]
46
2016-07-19T08:04:41.000Z
2021-09-28T17:18:37.000Z
/* * Gamedev Framework (gf) * Copyright (C) 2016-2021 Julien Bernard * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * * Permission is granted to anyone to use this software fo...
29.016667
150
0.68409
5cdb4a69d277c49e04a1967cec9ea9e713f0e3ad
3,078
c
C
net/ipv6/netfilter/ip6t_SYNPROXY.c
xqdzn/linux-bpi-p2z-dev
fc302d86fb16fff3a25894efd3d5dd9e8e379a82
[ "MIT" ]
null
null
null
net/ipv6/netfilter/ip6t_SYNPROXY.c
xqdzn/linux-bpi-p2z-dev
fc302d86fb16fff3a25894efd3d5dd9e8e379a82
[ "MIT" ]
null
null
null
net/ipv6/netfilter/ip6t_SYNPROXY.c
xqdzn/linux-bpi-p2z-dev
fc302d86fb16fff3a25894efd3d5dd9e8e379a82
[ "MIT" ]
null
null
null
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2013 Patrick McHardy <kaber@trash.net> */ #include <linux/netfilter_ipv6/ip6_tables.h> #include <linux/netfilter/x_tables.h> #include <linux/netfilter/xt_SYNPROXY.h> #include <net/netfilter/nf_synproxy.h> static unsigned int synproxy_tg6(struct sk_buff *s...
24.822581
68
0.709877
fde47b72d6e0e69d05eaee092d28434b83de25cf
778
h
C
lib/AerisCoreUI.xcframework/tvos-arm64_x86_64-simulator/AerisCoreUI.framework/Headers/AWFSpringAnimation.h
aerisweather/aerisweather-ios
a1d6dcb02b0f4a26edfa1829f4161f21ddc5e5e0
[ "BSD-3-Clause" ]
null
null
null
lib/AerisCoreUI.xcframework/tvos-arm64_x86_64-simulator/AerisCoreUI.framework/Headers/AWFSpringAnimation.h
aerisweather/aerisweather-ios
a1d6dcb02b0f4a26edfa1829f4161f21ddc5e5e0
[ "BSD-3-Clause" ]
null
null
null
lib/AerisCoreUI.xcframework/tvos-arm64_x86_64-simulator/AerisCoreUI.framework/Headers/AWFSpringAnimation.h
aerisweather/aerisweather-ios
a1d6dcb02b0f4a26edfa1829f4161f21ddc5e5e0
[ "BSD-3-Clause" ]
null
null
null
// // AWFSpringAnimation.h // AerisCoreUI // // Created by Nicholas Shipes on 11/25/15. // Copyright © 2015 AerisWeather, LLC. All rights reserved. // // Internal adapted version of JNWSpringAnimation: https://github.com/jwilling/JNWSpringAnimation // Copyright (c) 2013, Jonathan Willing. All rights reserved. // ...
31.12
98
0.762211
fdfc700d98dca6b0303210c8987189818968b6bb
680
c
C
shotgun/lib/io.c
tqrg-bot/rubinius
beb0fe3968ea7ff3c09e192605eef066136105c8
[ "BSD-3-Clause" ]
null
null
null
shotgun/lib/io.c
tqrg-bot/rubinius
beb0fe3968ea7ff3c09e192605eef066136105c8
[ "BSD-3-Clause" ]
null
null
null
shotgun/lib/io.c
tqrg-bot/rubinius
beb0fe3968ea7ff3c09e192605eef066136105c8
[ "BSD-3-Clause" ]
null
null
null
#include "shotgun.h" #include "subtend/ffi.h" #include <fcntl.h> #include <unistd.h> void io_initialize(STATE, int fd) { int flags; return; /* FIXME: do some error checking. */ if(!isatty(fd)) { flags = fcntl(fd, F_GETFL, 0); flags |= O_NONBLOCK; fcntl(fd, F_SETFL, flags); } } OBJECT...
20
76
0.648529
65781bc2dfc89943b855ebab9e93982ea764bca6
11,101
h
C
remote/uwp/SampleRemoteApp.h
NPohl-MSFT/MixedReality-HolographicRemoting-Samples
753fec3d7a4beaa996fe38ac4e2de92b8facba8b
[ "Apache-2.0" ]
1
2021-06-15T08:03:54.000Z
2021-06-15T08:03:54.000Z
remote/uwp/SampleRemoteApp.h
NPohl-MSFT/MixedReality-HolographicRemoting-Samples
753fec3d7a4beaa996fe38ac4e2de92b8facba8b
[ "Apache-2.0" ]
null
null
null
remote/uwp/SampleRemoteApp.h
NPohl-MSFT/MixedReality-HolographicRemoting-Samples
753fec3d7a4beaa996fe38ac4e2de92b8facba8b
[ "Apache-2.0" ]
null
null
null
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICUL...
39.931655
129
0.753806
6582e1393a9ce43d52546000676f46a9b46abeba
3,093
h
C
ThirdParty/CGAL/includes/CGAL/Random_convex_set_traits_2.h
wangluo2028/Cgal_Plugin
ccdf12f8af4d26db585105671ff743456778523e
[ "MIT" ]
23
2017-05-26T06:09:25.000Z
2021-11-17T06:26:28.000Z
3rd_party/cgal_4.9/include/cgal/Random_convex_set_traits_2.h
nimzi/CGALViewer
25e28196a9192c2b7174a5656f441f97b9c94bd8
[ "MIT" ]
2
2017-07-10T10:32:04.000Z
2018-09-28T03:12:57.000Z
3rd_party/cgal_4.9/include/cgal/Random_convex_set_traits_2.h
nimzi/CGALViewer
25e28196a9192c2b7174a5656f441f97b9c94bd8
[ "MIT" ]
8
2016-11-23T10:36:18.000Z
2020-09-21T06:41:53.000Z
// Copyright (c) 1998 // Utrecht University (The Netherlands), // ETH Zurich (Switzerland), // INRIA Sophia-Antipolis (France), // Max-Planck-Institute Saarbruecken (Germany), // and Tel-Aviv University (Israel). All rights reserved. // // This file is part of CGAL (www.cgal.org); you can redistribute it and/or // ...
26.435897
79
0.679599
aa1f7072b3740344113d613c5b63777b141dfd46
1,771
h
C
connectivity/FEATURE_BLE/libraries/cordio_stack/wsf/include/util/crc32.h
heuisam/mbed-os
eb32b25c8abb37f0aab505451074448e7e420517
[ "Apache-2.0" ]
3,897
2015-09-04T13:42:23.000Z
2022-03-30T16:53:07.000Z
connectivity/FEATURE_BLE/libraries/cordio_stack/wsf/include/util/crc32.h
heuisam/mbed-os
eb32b25c8abb37f0aab505451074448e7e420517
[ "Apache-2.0" ]
13,030
2015-09-17T10:30:05.000Z
2022-03-31T13:36:44.000Z
connectivity/FEATURE_BLE/libraries/cordio_stack/wsf/include/util/crc32.h
heuisam/mbed-os
eb32b25c8abb37f0aab505451074448e7e420517
[ "Apache-2.0" ]
2,950
2015-09-08T19:07:05.000Z
2022-03-31T13:37:23.000Z
/*************************************************************************************************/ /*! * \file crc32.h * * \brief CRC-32 utilities. * * Copyright (c) 2010-2018 Arm Ltd. All Rights Reserved. * * Copyright (c) 2019-2020 Packetcraft, Inc. * * Licensed under the Apache License, Version 2...
31.625
99
0.52795
a60de6e7a3f733ff7d130d4dcaa90cd2603b9189
1,318
h
C
System/Library/PrivateFrameworks/Preferences.framework/PSKeychainSyncPhoneNumber.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
2
2021-11-02T09:23:27.000Z
2022-03-28T08:21:57.000Z
System/Library/PrivateFrameworks/Preferences.framework/PSKeychainSyncPhoneNumber.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
null
null
null
System/Library/PrivateFrameworks/Preferences.framework/PSKeychainSyncPhoneNumber.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
1
2022-03-28T08:21:59.000Z
2022-03-28T08:21:59.000Z
/* * This header is generated by classdump-dyld 1.5 * on Friday, April 30, 2021 at 11:35:57 AM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/Preferences...
41.1875
149
0.681335
10e36a5dbe4b0d0eda96b9532e261cf75ba0ad6f
17,697
c
C
src/flickrms.c
patrickjennings/FlickrMS
b321f9ec82015d3c2bb26bd25e5936479811c0af
[ "Apache-2.0" ]
25
2015-05-30T15:40:33.000Z
2018-06-16T20:16:16.000Z
src/flickrms.c
patrickjennings/FlickrMS
b321f9ec82015d3c2bb26bd25e5936479811c0af
[ "Apache-2.0" ]
9
2015-06-14T03:21:38.000Z
2017-06-10T02:45:06.000Z
src/flickrms.c
patrickjennings/FlickrMS
b321f9ec82015d3c2bb26bd25e5936479811c0af
[ "Apache-2.0" ]
2
2016-08-04T04:30:43.000Z
2018-11-18T19:41:13.000Z
#define FUSE_USE_VERSION 30 #define _XOPEN_SOURCE 500 #include <fuse.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <errno.h> #include <unistd.h> #include <time.h> #include <ftw.h> #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wunused-parameter" #pragma GCC diagnostic ignored "-W...
27.142638
110
0.618014
437f02ab68d30eb0a5176e598b9fe83082ea1dc6
16,792
h
C
openexr-c/include.in/imf_flatimagechannel.h
vfx-rs/openexr-bind
ee4fd6010beedb0247737a39ee61ffb87c586448
[ "BSD-3-Clause" ]
7
2021-06-04T20:59:16.000Z
2022-02-11T01:00:42.000Z
openexr-c/include.in/imf_flatimagechannel.h
vfx-rs/openexr-bind
ee4fd6010beedb0247737a39ee61ffb87c586448
[ "BSD-3-Clause" ]
35
2021-05-14T04:28:22.000Z
2021-12-30T12:08:40.000Z
openexr-c/include.in/imf_flatimagechannel.h
vfx-rs/openexr-bind
ee4fd6010beedb0247737a39ee61ffb87c586448
[ "BSD-3-Clause" ]
5
2021-05-15T04:02:56.000Z
2021-07-02T05:38:01.000Z
#pragma once #include "openexr-api-export.h" #include <imf_channellist.h> #include <imf_framebuffer.h> #include <imf_pixeltype.h> #include <stdbool.h> #include <stddef.h> #ifdef __cplusplus extern "C" { #endif typedef struct Imf_3_0__ImageLevel_t_s Imf_3_0__ImageLevel_t; typedef Imf_3_0__ImageLevel_t Imf_ImageLevel_...
36.583878
103
0.848916
3189dc273afa0d23fca5b5eb257276a2a0353a55
3,605
c
C
boards/arm/stm32/olimex-stm32-h405/src/stm32_usb.c
alvin1991/incubator-nuttx
b4fe0422624cfdc5a1925696f6ca7191a6d45326
[ "Apache-2.0" ]
1,006
2019-12-17T23:45:41.000Z
2022-03-31T19:42:44.000Z
boards/arm/stm32/olimex-stm32-h405/src/stm32_usb.c
alvin1991/incubator-nuttx
b4fe0422624cfdc5a1925696f6ca7191a6d45326
[ "Apache-2.0" ]
2,661
2019-12-21T15:16:09.000Z
2022-03-31T22:30:04.000Z
boards/arm/stm32/olimex-stm32-h405/src/stm32_usb.c
alvin1991/incubator-nuttx
b4fe0422624cfdc5a1925696f6ca7191a6d45326
[ "Apache-2.0" ]
613
2019-12-21T10:17:37.000Z
2022-03-28T09:42:20.000Z
/**************************************************************************** * boards/arm/stm32/olimex-stm32-h405/src/stm32_usb.c * * 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 re...
34.009434
78
0.482663
4e0e8ba3bf5c10fe905929880a9abf7b6be4322a
17,779
c
C
nshlib/nsh_routecmds.c
codebje/incubator-nuttx-apps
d66bc2c1070cdbbb7c8e00ffa727a8515cf26eff
[ "Apache-2.0" ]
5
2020-07-04T06:28:06.000Z
2022-03-17T06:46:44.000Z
nshlib/nsh_routecmds.c
codebje/incubator-nuttx-apps
d66bc2c1070cdbbb7c8e00ffa727a8515cf26eff
[ "Apache-2.0" ]
7
2021-07-15T13:08:26.000Z
2021-08-04T17:15:29.000Z
nshlib/nsh_routecmds.c
codebje/incubator-nuttx-apps
d66bc2c1070cdbbb7c8e00ffa727a8515cf26eff
[ "Apache-2.0" ]
14
2020-06-12T09:54:24.000Z
2022-03-21T15:27:54.000Z
/**************************************************************************** * apps/nshlib/nsh_routecmds.c * * Copyright (C) 2013, 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <gnutt@nuttx.org> * * Redistribution and use in source and binary forms, with or without * modification, are permi...
23
78
0.555374
ec7630d427a784348d3be0d7c61a9c5c4e218ce0
1,494
h
C
IMFoundation.framework/IMRemoteObject.h
reels-research/iOS-Private-Frameworks
9a4f4534939310a51fdbf5a439dd22487efb0f01
[ "MIT" ]
4
2021-10-06T12:15:26.000Z
2022-02-21T02:26:00.000Z
IMFoundation.framework/IMRemoteObject.h
reels-research/iOS-Private-Frameworks
9a4f4534939310a51fdbf5a439dd22487efb0f01
[ "MIT" ]
null
null
null
IMFoundation.framework/IMRemoteObject.h
reels-research/iOS-Private-Frameworks
9a4f4534939310a51fdbf5a439dd22487efb0f01
[ "MIT" ]
1
2021-10-08T07:40:53.000Z
2021-10-08T07:40:53.000Z
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation */ @interface IMRemoteObject : NSObject { id _internal; } @property (nonatomic, readonly) NSObject<OS_xpc_object> *connection; @property (nonatomic, readonly) bool isValid; @property (nonatomic) int pi...
33.2
129
0.761044
ea89cb93f55ae69473801d7e89630a50b945d012
15,946
h
C
mi8/drivers/power/supply/qcom/fg-core.h
wqk317/mi8_kernel_source
e3482d1a7ea6021de2fc8f3178496b4b043bb727
[ "MIT" ]
null
null
null
mi8/drivers/power/supply/qcom/fg-core.h
wqk317/mi8_kernel_source
e3482d1a7ea6021de2fc8f3178496b4b043bb727
[ "MIT" ]
null
null
null
mi8/drivers/power/supply/qcom/fg-core.h
wqk317/mi8_kernel_source
e3482d1a7ea6021de2fc8f3178496b4b043bb727
[ "MIT" ]
null
null
null
/* Copyright (c) 2016-2018, The Linux Foundation. All rights reserved. * Copyright (C) 2019 XiaoMi, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * *...
25.111811
79
0.75693
c192c71a0c279f0cb0705ffc1498d916c5017c30
26,881
h
C
src/inc/quic_platform_winkernel.h
wfurt/msquic
507ac821992037ea3980b0908be7574006ab0339
[ "MIT" ]
1
2021-02-20T02:46:16.000Z
2021-02-20T02:46:16.000Z
src/inc/quic_platform_winkernel.h
zhxxzhf/msquic
587a6cee33847f0d454dfba191b87b697cfdb632
[ "MIT" ]
null
null
null
src/inc/quic_platform_winkernel.h
zhxxzhf/msquic
587a6cee33847f0d454dfba191b87b697cfdb632
[ "MIT" ]
null
null
null
/*++ Copyright (c) Microsoft Corporation. Licensed under the MIT License. Abstract: This file contains Windows Kernel Mode implementations of the QUIC Platform Interfaces. Environment: Windows kernel mode --*/ #pragma once #ifndef CX_PLATFORM_TYPE #error "Must be included from quic_platform....
27.097782
115
0.715673
1834246f3081dda474271f7ea98d5291f73d8b3b
9,664
c
C
common/cmd_fpga.c
beyondhenry/u-boot100askII
10ed681b7cc5dbcafe7bfb0e723e9ff92a799c4b
[ "Intel", "Unlicense" ]
2
2017-10-30T12:25:44.000Z
2019-08-25T09:01:38.000Z
common/cmd_fpga.c
beyondhenry/u-boot100askII
10ed681b7cc5dbcafe7bfb0e723e9ff92a799c4b
[ "Intel", "Unlicense" ]
null
null
null
common/cmd_fpga.c
beyondhenry/u-boot100askII
10ed681b7cc5dbcafe7bfb0e723e9ff92a799c4b
[ "Intel", "Unlicense" ]
4
2017-12-19T10:52:20.000Z
2019-08-25T09:01:40.000Z
/* * (C) Copyright 2000, 2001 * Rich Ireland, Enterasys Networks, rireland@enterasys.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 General Public License as * published by ...
25.166667
79
0.637107
4b82244ea03114d073e5fbed38501a00e4e1c5f3
2,591
h
C
altern_mass/include/equilibration.h
cmendl/hardpoint-systems
25c094270d6ebbf330a89b0ce071d70a3b19d530
[ "BSD-2-Clause" ]
1
2015-01-03T20:31:39.000Z
2015-01-03T20:31:39.000Z
altern_mass/include/equilibration.h
cmendl/hardpoint-systems
25c094270d6ebbf330a89b0ce071d70a3b19d530
[ "BSD-2-Clause" ]
null
null
null
altern_mass/include/equilibration.h
cmendl/hardpoint-systems
25c094270d6ebbf330a89b0ce071d70a3b19d530
[ "BSD-2-Clause" ]
2
2016-04-24T05:54:53.000Z
2020-10-26T21:05:21.000Z
// Equilibration of the lattice field variables: initialize elongations // and momenta randomly according to (micro-)canonical ensemble statistics. // // Copyright (c) 2014, Christian B. Mendl // All rights reserved. // http://christian.mendl.net // // This program is free software; you can redistribute it and/or // mo...
33.649351
121
0.784639
7674a557aa9fc9a85d77ba5fb065ee8d36b11fe2
1,243
h
C
src/bot/Malware/SharedKernel/Processors/startattackprocessor.h
jsdelivrbot/eductional-botnet
7cd021c176331cc0642f4b92a5a7b598df610c37
[ "MIT" ]
8
2017-05-01T19:37:15.000Z
2021-08-05T04:03:38.000Z
src/bot/Malware/SharedKernel/Processors/startattackprocessor.h
jsdelivrbot/eductional-botnet
7cd021c176331cc0642f4b92a5a7b598df610c37
[ "MIT" ]
null
null
null
src/bot/Malware/SharedKernel/Processors/startattackprocessor.h
jsdelivrbot/eductional-botnet
7cd021c176331cc0642f4b92a5a7b598df610c37
[ "MIT" ]
4
2018-01-25T19:26:02.000Z
2021-05-14T14:37:38.000Z
#ifndef STARTATTACKPROCESSOR_H #define STARTATTACKPROCESSOR_H #include <functional> #include "../Network/Messages/Server/startattackmessage.h" #include "../Workers/attackworkerbase.h" #include "messageprocessor.h" namespace processors { /** * @brief The class represents how the message AskInformationMessage...
32.710526
141
0.693484
0addb2406e08423966f1f1a7b140cb96668ec39c
349
h
C
Chapter02/Signals_Slots/mainwindow.h
thacngoc/Qt5-CPP-GUI-Programming-Cookbook-Second-Edition
0c8ab6efb2c6c18782b2e85c6d8c7bbd22098bd8
[ "MIT" ]
94
2019-04-05T09:44:13.000Z
2022-03-29T04:04:37.000Z
Chapter02/Signals_Slots/mainwindow.h
thacngoc/Qt5-CPP-GUI-Programming-Cookbook-Second-Edition
0c8ab6efb2c6c18782b2e85c6d8c7bbd22098bd8
[ "MIT" ]
5
2019-10-28T10:21:27.000Z
2020-08-18T05:42:04.000Z
Chapter02/Signals_Slots/mainwindow.h
thacngoc/Qt5-CPP-GUI-Programming-Cookbook-Second-Edition
0c8ab6efb2c6c18782b2e85c6d8c7bbd22098bd8
[ "MIT" ]
54
2019-03-27T11:52:45.000Z
2022-03-24T09:21:51.000Z
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include "myclass.h" namespace Ui { class MainWindow; } class MainWindow : public QMainWindow { Q_OBJECT public: explicit MainWindow(QWidget *parent = 0); ~MainWindow(); signals: void doNow(); private slots: void on_pushButton_clicked(); private: Ui::MainWindow *ui...
12.034483
42
0.733524
17eb1900d1500c909ae8aaa22300f2d10c0a2394
949
h
C
src/qt/robbieconaddressvalidator.h
robbiecon/RobbieCon
5d1a289ff69d5311db218c876a05b783d1d2adfd
[ "MIT" ]
null
null
null
src/qt/robbieconaddressvalidator.h
robbiecon/RobbieCon
5d1a289ff69d5311db218c876a05b783d1d2adfd
[ "MIT" ]
null
null
null
src/qt/robbieconaddressvalidator.h
robbiecon/RobbieCon
5d1a289ff69d5311db218c876a05b783d1d2adfd
[ "MIT" ]
null
null
null
// Copyright (c) 2011-2014 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef ROBBIECON_QT_ROBBIECONADDRESSVALIDATOR_H #define ROBBIECON_QT_ROBBIECONADDRESSVALIDATOR_H #include <QValidator> /**...
26.361111
77
0.785037
a59640dd076051a86804b016fe3c62f15bf4f3f9
27,873
c
C
tinyc/lib/armeabi.c
alexnask/Nim
269b957e2968345a4c9a5037ab97ab726135a921
[ "MIT" ]
32
2018-05-14T23:26:54.000Z
2020-06-14T10:13:20.000Z
tinyc/lib/armeabi.c
alexnask/Nim
269b957e2968345a4c9a5037ab97ab726135a921
[ "MIT" ]
79
2018-08-01T11:50:45.000Z
2020-11-17T13:40:06.000Z
tinyc/lib/armeabi.c
alexnask/Nim
269b957e2968345a4c9a5037ab97ab726135a921
[ "MIT" ]
14
2021-01-08T05:05:19.000Z
2022-03-27T14:56:56.000Z
/* TCC ARM runtime EABI Copyright (C) 2013 Thomas Preud'homme 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, ...
55.523904
79
0.292828
77b06abc0f5e1a40fef5e4cbd1749c3d98db4467
4,002
c
C
common/read_peer_msg.c
nakajo2011/lightning
efa38875b2e06fb2ac0966034bcb94359a865c6d
[ "MIT" ]
1
2019-10-08T07:31:09.000Z
2019-10-08T07:31:09.000Z
common/read_peer_msg.c
nakajo2011/lightning
efa38875b2e06fb2ac0966034bcb94359a865c6d
[ "MIT" ]
1
2020-11-02T15:42:03.000Z
2020-11-09T21:24:19.000Z
common/read_peer_msg.c
nakajo2011/lightning
efa38875b2e06fb2ac0966034bcb94359a865c6d
[ "MIT" ]
4
2020-11-02T15:40:09.000Z
2022-02-08T11:10:40.000Z
#include <common/crypto_sync.h> #include <common/peer_failed.h> #include <common/read_peer_msg.h> #include <common/status.h> #include <common/type_to_string.h> #include <common/utils.h> #include <common/wire_error.h> #include <errno.h> #include <gossipd/gen_gossip_peerd_wire.h> #include <sys/select.h> #include <wire/pe...
25.987013
81
0.688906
850cefa754bd16d63998082fb996b6a347682319
21,864
c
C
gempak/source/nxmlib/NxmEnhw.c
oxelson/gempak
e7c477814d7084c87d3313c94e192d13d8341fa1
[ "BSD-3-Clause" ]
42
2015-06-03T15:26:21.000Z
2022-02-28T22:36:03.000Z
gempak/source/nxmlib/NxmEnhw.c
oxelson/gempak
e7c477814d7084c87d3313c94e192d13d8341fa1
[ "BSD-3-Clause" ]
60
2015-05-11T21:36:08.000Z
2022-03-29T16:22:42.000Z
gempak/source/nxmlib/NxmEnhw.c
oxelson/gempak
e7c477814d7084c87d3313c94e192d13d8341fa1
[ "BSD-3-Clause" ]
27
2016-06-06T21:55:14.000Z
2022-03-18T18:23:28.000Z
#include "geminc.h" #include "gemprm.h" #include "Nxm.h" /* * maximum number of enhancement tables */ #define ENHANCE_NAME 40 #define FNAME_LEN 256 #define VISIBLE_ITEM 15 #define ENHANCE_TBL "enhance.tbl" struct enhance_t{ int type; /* type of color bank, 1=sat, 2=rad */ char name[ENHANCE_NA...
40.488889
80
0.352726
e2348b5ddf7a16c22fb6511c4ecc656672b495be
3,092
h
C
Tester/Controllers/QueryParamController.h
mnaumanali94/ObjC
d471fe8518540732cd1800e122e0cfc162af4828
[ "MIT" ]
null
null
null
Tester/Controllers/QueryParamController.h
mnaumanali94/ObjC
d471fe8518540732cd1800e122e0cfc162af4828
[ "MIT" ]
null
null
null
Tester/Controllers/QueryParamController.h
mnaumanali94/ObjC
d471fe8518540732cd1800e122e0cfc162af4828
[ "MIT" ]
null
null
null
// // QueryParamController.h // Tester // // This file was automatically generated for Stamplay by APIMATIC v2.0 ( https://apimatic.io ) on 06/23/2016 // #import <Foundation/Foundation.h> #import "Configuration.h" #import "APIHelper.h" #import "APIError.h" #import "BaseController.h" #import "UnirestClient...
37.253012
124
0.717982
8b5cdcf86ce99938575ab848902431272a963559
1,225
h
C
testing/SWRender/DemoContext.h
HinTak/darling-cocotron
1a430280c118c75b5256195aef8579cfb350af79
[ "MIT" ]
null
null
null
testing/SWRender/DemoContext.h
HinTak/darling-cocotron
1a430280c118c75b5256195aef8579cfb350af79
[ "MIT" ]
null
null
null
testing/SWRender/DemoContext.h
HinTak/darling-cocotron
1a430280c118c75b5256195aef8579cfb350af79
[ "MIT" ]
1
2021-06-29T03:09:28.000Z
2021-06-29T03:09:28.000Z
#import <Foundation/Foundation.h> @interface DemoContext : NSObject @end @interface DemoContext (subclass) - (size_t) pixelsWide; - (size_t) pixelsHigh; - (size_t) bitsPerComponent; - (size_t) bitsPerPixel; - (size_t) bytesPerRow; - (CGBitmapInfo) bitmapInfo; - (void *) bytes; - (void) setStrokeColor: (float) r: (...
29.166667
66
0.69551
8bac37e6ffb30490ee2674e1464cff9d8b338a9f
6,720
h
C
test/featurespace/weighed_impl.h
JuergenSimon/meanie3D
776890f6b63d735153566fecc5a76c68a23ef333
[ "MIT" ]
null
null
null
test/featurespace/weighed_impl.h
JuergenSimon/meanie3D
776890f6b63d735153566fecc5a76c68a23ef333
[ "MIT" ]
5
2016-09-17T13:46:23.000Z
2020-07-01T16:31:29.000Z
test/featurespace/weighed_impl.h
JuergenSimon/meanie3D
776890f6b63d735153566fecc5a76c68a23ef333
[ "MIT" ]
3
2016-04-18T13:13:28.000Z
2020-06-18T12:30:05.000Z
#ifndef M3D_TEST_FS_WEIGHED_IMPL_H #define M3D_TEST_FS_WEIGHED_IMPL_H template<class T> void FSWeighedTest2D<T>::create_uniform_distribution_recursive(const NcVar &var, size_t modulo, size_t di...
27.768595
119
0.623958
6bcf34b47b7a72b65ffdd373fa13d73639f394d4
287
h
C
YunWebView/Pods/Headers/Public/YunKits/NSString+YunAdd.h
lizishiye/YunWebView
80d84dd29d111709f56a596d38c469b89219093f
[ "MIT" ]
5
2018-04-18T15:01:01.000Z
2019-10-09T07:40:11.000Z
YunWebView/Pods/Headers/Public/YunKits/NSString+YunAdd.h
lizishiye/YunWebView
80d84dd29d111709f56a596d38c469b89219093f
[ "MIT" ]
1
2019-03-14T06:28:02.000Z
2019-03-14T06:28:02.000Z
YunWebView/Pods/Headers/Public/YunKits/NSString+YunAdd.h
lizishiye/YunWebView
80d84dd29d111709f56a596d38c469b89219093f
[ "MIT" ]
1
2019-03-14T06:18:37.000Z
2019-03-14T06:18:37.000Z
// // Created by yun on 16/10/8. // Copyright (c) 2017 yun. All rights reserved. // #import <Foundation/Foundation.h> @interface NSString (YunAdd) // 如果 str 为 nil 或者@"",则取 ctn - (NSString *)strByDefCtn:(NSString *)ctn; // 查询str 中子字段的个数 - (NSInteger)calSubCount:(NSString *)str; @end
17.9375
47
0.679443
ac50808a5723f6adbca3c0e408c51d442e91793d
33,841
h
C
source/canpie-fd/canpie.h
canpie/canpie
330acb5e041bee7e7a865e3242fd89c9fe07f5ce
[ "Apache-2.0" ]
36
2016-08-23T13:05:02.000Z
2022-02-13T07:11:05.000Z
source/canpie-fd/canpie.h
canpie/canpie
330acb5e041bee7e7a865e3242fd89c9fe07f5ce
[ "Apache-2.0" ]
19
2017-01-30T08:59:40.000Z
2018-10-30T07:55:33.000Z
source/canpie-fd/canpie.h
canpie/canpie
330acb5e041bee7e7a865e3242fd89c9fe07f5ce
[ "Apache-2.0" ]
16
2016-06-02T11:15:02.000Z
2020-07-10T11:49:12.000Z
//============================================================================// // File: canpie.h // // Description: General CAN driver definitions and structures // // ...
26.541961
80
0.538075
5ff8191cabed05792aa7abeb9dd80ddf8cea3574
3,850
h
C
gpio/gpio.h
mikejac/esp-open-rtos.gpio.esp8266-nonos.cpp
bc329410fe9a9d6070707f56141570281bcf8125
[ "MIT" ]
null
null
null
gpio/gpio.h
mikejac/esp-open-rtos.gpio.esp8266-nonos.cpp
bc329410fe9a9d6070707f56141570281bcf8125
[ "MIT" ]
null
null
null
gpio/gpio.h
mikejac/esp-open-rtos.gpio.esp8266-nonos.cpp
bc329410fe9a9d6070707f56141570281bcf8125
[ "MIT" ]
null
null
null
/** esp_iomux.h * * GPIO functions. * * Part of esp-open-rtos * Copyright (C) 2015 Superhouse Automation Pty Ltd * BSD Licensed as described in the file LICENSE */ #ifndef _ESP_GPIO_H #define _ESP_GPIO_H #include <stdbool.h> #include "gpio_regs.h" #include "iomux.h" //#include "esp/cpu.h" //#include "xtensa_inte...
27.304965
98
0.706234
16b6b9665d8085f92e832ca3ce6223e96bcc89c1
332
h
C
pebble/src/seatop_point.h
ntbrock/seatop-watch-pebble
a5de50b1a7a39e967ad6e0557369a7877fcc49d2
[ "MIT" ]
null
null
null
pebble/src/seatop_point.h
ntbrock/seatop-watch-pebble
a5de50b1a7a39e967ad6e0557369a7877fcc49d2
[ "MIT" ]
null
null
null
pebble/src/seatop_point.h
ntbrock/seatop-watch-pebble
a5de50b1a7a39e967ad6e0557369a7877fcc49d2
[ "MIT" ]
null
null
null
#pragma once #include <pebble.h> // Global Singleton values SeatopPointSummary channel1_summary; SeatopPointSummary channel2_summary; SeatopPointDistro channel1_distro; SeatopPointDistro channel2_distro; int on_inbox_received_seatop_message ( Tuple *t ); void on_point_summary_recv( int channel, SeatopPointSummary ...
23.714286
71
0.837349
7590d190e9966fe648a049ac2a66590d6a7df395
977
c
C
usr.bin/uucp/uucico/chksum.c
weiss/original-bsd
b44636d7febc9dcf553118bd320571864188351d
[ "Unlicense" ]
114
2015-01-18T22:55:52.000Z
2022-02-17T10:45:02.000Z
usr.bin/uucp/uucico/chksum.c
JamesLinus/original-bsd
b44636d7febc9dcf553118bd320571864188351d
[ "Unlicense" ]
null
null
null
usr.bin/uucp/uucico/chksum.c
JamesLinus/original-bsd
b44636d7febc9dcf553118bd320571864188351d
[ "Unlicense" ]
29
2015-11-03T22:05:22.000Z
2022-02-08T15:36:37.000Z
/*- * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. * * %sccs.include.proprietary.c% */ #ifndef lint static char sccsid[] = "@(#)chksum.c 8.1 (Berkeley) 06/06/93"; #endif /* not lint */ #ifndef pdp11 chksum (s, n) register char *s; register n; { register long sum,...
15.265625
69
0.544524
ce1310c3220fce1cc46b62ccefb7d1d61c419947
2,453
h
C
TheEngineSample/RoomRayModel.h
natalieagus/Original-Binaural-Reverb
15cb56203c432d7768f6674b8e80ea3902c2ff11
[ "Zlib" ]
null
null
null
TheEngineSample/RoomRayModel.h
natalieagus/Original-Binaural-Reverb
15cb56203c432d7768f6674b8e80ea3902c2ff11
[ "Zlib" ]
null
null
null
TheEngineSample/RoomRayModel.h
natalieagus/Original-Binaural-Reverb
15cb56203c432d7768f6674b8e80ea3902c2ff11
[ "Zlib" ]
1
2018-12-16T15:03:53.000Z
2018-12-16T15:03:53.000Z
// // RoomRayModel.h // TheEngineSample // // Created by Hans on 6/11/15. // Copyright © 2015 A Tasty Pixel. All rights reserved. // #ifndef RoomRayModel_h #define RoomRayModel_h #include <stdio.h> #include "Vector3D.hpp" #include "mactypes.h" #define RRM_MAX_CORNERS 100 class RoomRayModel { private: Vector...
37.738462
209
0.753363
385c6a128ab47eae6510d35cb7f2646e7d4be1d2
731
h
C
Pods/WHC_AutoLayoutKit/WHC_AutoLayoutKit/Util/WHC_AutoLayoutUtilities.h
lobular/noun
5c6c4c087bfa788533ba8247ba1a40a84c213128
[ "MIT" ]
990
2016-03-02T05:43:28.000Z
2022-03-22T03:16:53.000Z
Pods/WHC_AutoLayoutKit/WHC_AutoLayoutKit/Util/WHC_AutoLayoutUtilities.h
lobular/noun
5c6c4c087bfa788533ba8247ba1a40a84c213128
[ "MIT" ]
25
2016-03-16T08:46:16.000Z
2021-08-04T02:24:54.000Z
Pods/WHC_AutoLayoutKit/WHC_AutoLayoutKit/Util/WHC_AutoLayoutUtilities.h
lobular/noun
5c6c4c087bfa788533ba8247ba1a40a84c213128
[ "MIT" ]
181
2016-03-02T05:44:29.000Z
2021-08-14T01:25:11.000Z
// // WHC_AutoLayoutUtilities.h // WHC_AutoLayoutKit // // Created by WHC on 17/4/12. // Copyright © 2017年 WHC. All rights reserved. // #import <Foundation/Foundation.h> #if TARGET_OS_IPHONE || TARGET_OS_TV #define WHC_CLASS_VIEW UIView #define WHC_CLASS_LGUIDE UILayoutGuide #define WHC_VIEW NSObject #define WHC...
22.84375
56
0.818057
cd9f146f67c136dd6c7766eb6ba5b461804ccd52
3,494
c
C
sys/src/cmd/rx.c
Plan9-Archive/plan9-2e
ce6d0434246216e848babe4f56919dc28981ad04
[ "MIT" ]
1
2021-03-23T22:40:43.000Z
2021-03-23T22:40:43.000Z
sys/src/cmd/rx.c
Plan9-Archive/plan9-2e
ce6d0434246216e848babe4f56919dc28981ad04
[ "MIT" ]
null
null
null
sys/src/cmd/rx.c
Plan9-Archive/plan9-2e
ce6d0434246216e848babe4f56919dc28981ad04
[ "MIT" ]
1
2021-12-21T06:19:58.000Z
2021-12-21T06:19:58.000Z
#include <u.h> #include <libc.h> #include <auth.h> int eof; /* send an eof if true */ char *note = "die: yankee dog"; void rex(int, char*); void dkexec(int, char*, char*); void tcpexec(int, char*, char*); int call(char *, char*, char*, char**); char *buildargs(char*[]); int send(int); void error(char*, char*); void...
16.717703
68
0.560103
e06e408f5287121175bb38e12e10fcc22fea7a58
356
h
C
project/src/mountainpeakfeature.h
ebirenbaum/yurtcraft
4d5ee607e902dfa7db60e7e0b6736cd6d4704e70
[ "MIT" ]
null
null
null
project/src/mountainpeakfeature.h
ebirenbaum/yurtcraft
4d5ee607e902dfa7db60e7e0b6736cd6d4704e70
[ "MIT" ]
null
null
null
project/src/mountainpeakfeature.h
ebirenbaum/yurtcraft
4d5ee607e902dfa7db60e7e0b6736cd6d4704e70
[ "MIT" ]
null
null
null
#ifndef MOUNTAINPEAKFEATURE_H #define MOUNTAINPEAKFEATURE_H #include "terrainfeature.h" class MountainPeakFeature : public TerrainFeature { public: MountainPeakFeature(); MountainPeakFeature* clone(Vector3 _pos, BiomeGenInfo *_baseInfo); unsigned char generateBlock(Vector3 _address, BiomeGenInfo *_info); ...
23.733333
71
0.797753
a319168688af6ed617587414a22fcb40b0a7627f
1,676
h
C
src/frontend/Experimental_OpenFortranParser_ROSE_Connection/UntypedTraversal.h
mschordan/rose
4db6f809299d13bd00b0a73e1c781094b852288f
[ "BSD-3-Clause" ]
1
2021-02-05T21:47:27.000Z
2021-02-05T21:47:27.000Z
src/frontend/Experimental_OpenFortranParser_ROSE_Connection/UntypedTraversal.h
mschordan/rose
4db6f809299d13bd00b0a73e1c781094b852288f
[ "BSD-3-Clause" ]
null
null
null
src/frontend/Experimental_OpenFortranParser_ROSE_Connection/UntypedTraversal.h
mschordan/rose
4db6f809299d13bd00b0a73e1c781094b852288f
[ "BSD-3-Clause" ]
null
null
null
#ifndef UNTYPED_TRAVERSAL_H #define UNTYPED_TRAVERSAL_H //----------------------------------------------------------------------------------- // The SgUntyped::UntypedTraversal class is used to traverse SgUntypedNodes and // convert them to regular SgNodes. //-----------------------------------------------------------...
38.090909
138
0.683174
ef78bcf21fbb67983228d78a0191ac02db278eeb
85
h
C
natives/colors.h
Tetracyl/esmBot
7248621048e11c85097ee5d946f552ce0c36ffd4
[ "MIT" ]
197
2020-09-05T22:10:34.000Z
2022-03-30T08:37:22.000Z
natives/colors.h
Tetracyl/esmBot
7248621048e11c85097ee5d946f552ce0c36ffd4
[ "MIT" ]
214
2020-09-04T04:26:29.000Z
2022-03-29T14:28:40.000Z
natives/colors.h
Tetracyl/esmBot
7248621048e11c85097ee5d946f552ce0c36ffd4
[ "MIT" ]
122
2020-09-08T00:10:00.000Z
2022-03-29T09:23:36.000Z
#pragma once #include <napi.h> Napi::Value Colors(const Napi::CallbackInfo& info);
14.166667
51
0.729412
dce21cfe3d4f998e6fc29ff2400092a482cc8188
14,434
c
C
src/lossy/main.c
isaacmorneau/7005-asn4
946fc73efba58be2afd6f9b1330c6ff3582046e9
[ "MIT" ]
null
null
null
src/lossy/main.c
isaacmorneau/7005-asn4
946fc73efba58be2afd6f9b1330c6ff3582046e9
[ "MIT" ]
null
null
null
src/lossy/main.c
isaacmorneau/7005-asn4
946fc73efba58be2afd6f9b1330c6ff3582046e9
[ "MIT" ]
null
null
null
/* * ===================================================================================== * * Filename: main.c * * Project: 7005-asn4-lossy * * Description: This file is the implementation of the lossy server's command parsing * and epoll implementation. * * Functions...
38.084433
174
0.410697
472274ddf7ea8eb17cf80f679b501474157ff23e
11,480
h
C
GameFramework_ThirdParty/FCollada/FCollada/FColladaPlugin.h
GavWood/tutorials
d5140129b6acd6d61f6feedcd352c12e4ebabd40
[ "BSD-2-Clause" ]
8
2017-10-26T14:26:55.000Z
2022-01-07T07:35:39.000Z
GameFramework_ThirdParty/FCollada/FCollada/FColladaPlugin.h
GavWood/tutorials
d5140129b6acd6d61f6feedcd352c12e4ebabd40
[ "BSD-2-Clause" ]
1
2018-01-27T19:21:07.000Z
2018-01-31T13:55:09.000Z
GameFramework_ThirdParty/FCollada/FCollada/FColladaPlugin.h
GavWood/Game-Framework
d5140129b6acd6d61f6feedcd352c12e4ebabd40
[ "BSD-2-Clause" ]
1
2021-07-21T17:37:33.000Z
2021-07-21T17:37:33.000Z
/* Copyright (C) 2005-2007 Feeling Software Inc. Portions of the code are: Copyright (C) 2005-2007 Sony Computer Entertainment America MIT License: http://www.opensource.org/licenses/mit-license.php */ /** @file FColladaPlugin.h This file contains the various FCollada plug-in classes and the internal FCollada...
42.996255
182
0.764634
b05c319456299b5670196bf40f9b35f6e7eca5eb
5,164
h
C
mth/mth_def.h
tuckerbabcock/core
f7b18849c9e2ee82daad44aa8696c27206556fba
[ "BSD-3-Clause" ]
null
null
null
mth/mth_def.h
tuckerbabcock/core
f7b18849c9e2ee82daad44aa8696c27206556fba
[ "BSD-3-Clause" ]
null
null
null
mth/mth_def.h
tuckerbabcock/core
f7b18849c9e2ee82daad44aa8696c27206556fba
[ "BSD-3-Clause" ]
null
null
null
/****************************************************************************** Copyright 2015 Scientific Computation Research Center, Rensselaer Polytechnic Institute. All rights reserved. This work is open source software, licensed under the terms of the BSD license as described in the LICENSE file in t...
20.411067
80
0.506971
52c345399b051a404e3f8b95e02644a533f07a0f
3,659
c
C
Implementation_scripts/crypto_kem/frodokem640aes/m4/matrix_aes.c
Generic-SCA-CCA-Lattice-Schemes/Generic-SCA-CCA-Lattice-Schemes
d1cebd9d1addf098fd473bbce941004e51bc73f1
[ "CC0-1.0" ]
5
2020-11-19T07:56:02.000Z
2021-10-04T03:38:55.000Z
Implementation_scripts/crypto_kem/frodokem640aes/m4/matrix_aes.c
Generic-SCA-CCA-Lattice-Schemes/Generic-SCA-CCA-Lattice-Schemes
d1cebd9d1addf098fd473bbce941004e51bc73f1
[ "CC0-1.0" ]
null
null
null
Implementation_scripts/crypto_kem/frodokem640aes/m4/matrix_aes.c
Generic-SCA-CCA-Lattice-Schemes/Generic-SCA-CCA-Lattice-Schemes
d1cebd9d1addf098fd473bbce941004e51bc73f1
[ "CC0-1.0" ]
1
2021-07-10T10:06:02.000Z
2021-07-10T10:06:02.000Z
/******************************************************************************************** * FrodoKEM: Learning with Errors Key Encapsulation * * Abstract: matrix arithmetic functions used by the KEM *********************************************************************************************/ #include <stdint.h> #...
40.655556
148
0.556983
dd7b78e8a6a628cff9e599ca5b52dd59e61f338a
35,213
c
C
sm64ex-nightly/levels/bbh/areas/1/18/model.inc.c
alex-free/sm64ex-creator
e7089df69fb43f266b2165078d94245b33b8e72a
[ "Intel", "X11", "Unlicense" ]
2
2022-03-12T08:27:53.000Z
2022-03-12T18:26:06.000Z
levels/bbh/areas/1/18/model.inc.c
Daviz00/sm64
fd2ed5e0e72d04732034919f8442f8d2cc40fd67
[ "Unlicense" ]
null
null
null
levels/bbh/areas/1/18/model.inc.c
Daviz00/sm64
fd2ed5e0e72d04732034919f8442f8d2cc40fd67
[ "Unlicense" ]
null
null
null
// 0x0700F8B8 - 0x0700F8D0 static const Lights1 bbh_seg7_lights_0700F8B8 = gdSPDefLights1( 0x65, 0x65, 0x38, 0xfe, 0xfe, 0x8c, 0x28, 0x28, 0x28 ); // 0x0700F8D0 - 0x0700F8E8 static const Lights1 bbh_seg7_lights_0700F8D0 = gdSPDefLights1( 0x20, 0x20, 0x20, 0x50, 0x50, 0x50, 0x28, 0x28, 0x28 ); // 0x070...
57.72623
173
0.495811
1f87f50a0c92e576a96adac38800bc93a830adf1
25,216
h
C
System/Library/PrivateFrameworks/CoverSheet.framework/CSCombinedListViewController.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
1
2020-11-04T15:43:01.000Z
2020-11-04T15:43:01.000Z
System/Library/PrivateFrameworks/CoverSheet.framework/CSCombinedListViewController.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
System/Library/PrivateFrameworks/CoverSheet.framework/CSCombinedListViewController.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:52:10 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/CoverSheet.framework/CoverSheet * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by E...
71.840456
638
0.815593
5adfea74237d039bb903c47c8221800974da1a51
682
h
C
YYCarouselView/YYCarouselView/YYCarouselViewFlowLayout.h
mofashy/YYCarouselView
7417863491223bde19e1a85697fac8718b227c81
[ "MIT" ]
null
null
null
YYCarouselView/YYCarouselView/YYCarouselViewFlowLayout.h
mofashy/YYCarouselView
7417863491223bde19e1a85697fac8718b227c81
[ "MIT" ]
null
null
null
YYCarouselView/YYCarouselView/YYCarouselViewFlowLayout.h
mofashy/YYCarouselView
7417863491223bde19e1a85697fac8718b227c81
[ "MIT" ]
null
null
null
// // YYCarouselViewFlowLayout.h // YYCarouselView // // Created by 沈永聪 on 2018/10/22. // Copyright © 2018 沈永聪. All rights reserved. // #import <UIKit/UIKit.h> #import "YYCarouselViewLayoutAttributes.h" NS_ASSUME_NONNULL_BEGIN @protocol YYCarouselViewAnimatorProtocol <NSObject> - (void)animate:(UICollectionView ...
22.733333
107
0.804985
6ecc98f41af87b602f93cd0c9f07508160cfba8e
124
h
C
L2SW/src/endian.h
kamaboko123/salacia-forwarder
756c504e49fce5b8ff35f6671f7d2117660ae10b
[ "MIT" ]
2
2019-09-10T12:35:27.000Z
2022-03-24T02:41:23.000Z
L2SW/src/endian.h
kamaboko123/salacia-forwarder
756c504e49fce5b8ff35f6671f7d2117660ae10b
[ "MIT" ]
8
2017-12-12T14:36:57.000Z
2018-11-06T15:10:05.000Z
L2SW/src/endian.h
kamaboko123/salacia-forwarder
756c504e49fce5b8ff35f6671f7d2117660ae10b
[ "MIT" ]
null
null
null
#ifndef ENDIAN_H #define ENDIAN_H #include <stdint.h> uint32_t swap_32(uint32_t n); uint16_t swap_16(uint16_t n); #endif
12.4
29
0.766129
5411f1d696c0bb9d2d5aed6b50528dd34cbc569e
452
h
C
SHA-1/sha1.h
GeorgiosGerontakis/OpenCL-hash-cracker
56aee9a1a7257d0710006218bae59da44c658775
[ "CC-BY-4.0" ]
null
null
null
SHA-1/sha1.h
GeorgiosGerontakis/OpenCL-hash-cracker
56aee9a1a7257d0710006218bae59da44c658775
[ "CC-BY-4.0" ]
null
null
null
SHA-1/sha1.h
GeorgiosGerontakis/OpenCL-hash-cracker
56aee9a1a7257d0710006218bae59da44c658775
[ "CC-BY-4.0" ]
null
null
null
#include <stdio.h> #include <stdlib.h> #include <memory.h> #include <string.h> #ifdef __APPLE__ #include <OpenCL/opencl.h> #else #include <CL/cl.h> #endif #ifndef uint32_t #define uint32_t unsigned int #endif #define MAX_SOURCE_SIZE 0x10000000 // Function prototypes. void loadSource(); void createDevice(); void cre...
18.833333
80
0.738938
e187b4b21826e5121e1dc7bd022fd858fa390166
923
h
C
Multiplex/IDEHeaders/IDEHeaders/IDEKit/IDEProgramStatusCellView.h
kolinkrewinkel/Multiplex
00d85e2261eb2e754a92f8127aff3b5ab5fb9893
[ "MIT" ]
314
2015-10-20T06:23:00.000Z
2021-06-03T18:44:18.000Z
Multiplex/IDEHeaders/IDEHeaders/IDEKit/IDEProgramStatusCellView.h
kolinkrewinkel/Multiplex
00d85e2261eb2e754a92f8127aff3b5ab5fb9893
[ "MIT" ]
29
2015-10-20T18:53:19.000Z
2016-08-24T15:40:39.000Z
Multiplex/IDEHeaders/IDEHeaders/IDEKit/IDEProgramStatusCellView.h
kolinkrewinkel/Multiplex
00d85e2261eb2e754a92f8127aff3b5ab5fb9893
[ "MIT" ]
14
2015-10-20T18:23:31.000Z
2016-12-08T19:31:06.000Z
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "CDStructures.h" @class IDEAccountPrefsDeveloperAccountDetailViewController, NSButton; @interface IDEProgramStatusCellView : NSTableCellView { IDEAccountPrefsDeveloper...
27.969697
161
0.773564
916177f86abcf8f6d92f515a1255445d2e33ad43
2,147
c
C
ds/statistics/moving_average/mv_avg_elm.c
mirazabal/alg_ds
c70b0ece10fff64625e0235a0f8ce86fc5fef572
[ "MIT" ]
null
null
null
ds/statistics/moving_average/mv_avg_elm.c
mirazabal/alg_ds
c70b0ece10fff64625e0235a0f8ce86fc5fef572
[ "MIT" ]
null
null
null
ds/statistics/moving_average/mv_avg_elm.c
mirazabal/alg_ds
c70b0ece10fff64625e0235a0f8ce86fc5fef572
[ "MIT" ]
null
null
null
/* MIT License Copyright (c) 2021 Mikel Irazabal 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, publish,...
27.525641
78
0.703773
f411fc1aac64ba5f9008940db4cf83bbece3c87e
2,199
c
C
Encryption/Cryptlib/cryptolib_1.2/cryptolib/tests/testrand.c
dendisuhubdy/grokmachine
120a21a25c2730ed356739231ec8b99fc0575c8b
[ "BSD-3-Clause" ]
46
2017-05-15T11:15:08.000Z
2018-07-02T03:32:52.000Z
Cryptlib/cryptolib_1.2/cryptolib/tests/testrand.c
ab300819/applied-cryptography
3fddc4cda2e1874e978608259034d36c60a4dbba
[ "MIT", "Unlicense" ]
null
null
null
Cryptlib/cryptolib_1.2/cryptolib/tests/testrand.c
ab300819/applied-cryptography
3fddc4cda2e1874e978608259034d36c60a4dbba
[ "MIT", "Unlicense" ]
24
2017-05-17T03:26:17.000Z
2018-07-09T07:00:50.000Z
#include <stdio.h> #include "libcrypt.h" main(argc, argv) int argc; char *argv[]; { int numbytes, i, type; Bignum *n; unsigned char buf[1024], *pwseed; char *filename; FILE *fp; if (argc < 4) { printf("Usage: testrand numbytes type (PSEUDO or REALLY) (BYTES or BIGS) (optional: PASSPHRASE...
24.164835
114
0.603001
1ee88b45339507f6063e015899b4c27c60ef60a7
22,096
c
C
src/rico/rico_program.c
dbechrd/RicoTech
cda909f40d7a3ec338e46488ae2e724395b72d2e
[ "MIT" ]
23
2018-02-18T08:02:33.000Z
2021-10-06T14:11:21.000Z
src/rico/rico_program.c
dbechrd/RicoTech
cda909f40d7a3ec338e46488ae2e724395b72d2e
[ "MIT" ]
null
null
null
src/rico/rico_program.c
dbechrd/RicoTech
cda909f40d7a3ec338e46488ae2e724395b72d2e
[ "MIT" ]
null
null
null
static program_attribs_helper program_attribs[PROG_COUNT] = { 0, program_pbr_attribs, program_shadow_texture_attribs, program_shadow_cubemap_attribs, program_primitive_attribs, program_text_attribs }; ///============================================================================= //| General-p...
34.906793
80
0.622963
f61fc0fa283ffb2087e2d2c3c28bc5e5a9a524c4
269
h
C
Shape Class/libraries.h
tj-dunham/CS1C_Project
2c8f329a67a142c2ee2f7426047f0c3f51656169
[ "MIT" ]
1
2021-09-22T20:38:14.000Z
2021-09-22T20:38:14.000Z
Shape Class/libraries.h
korieliaz/2D-Graphics-Modeler
2c8f329a67a142c2ee2f7426047f0c3f51656169
[ "MIT" ]
null
null
null
Shape Class/libraries.h
korieliaz/2D-Graphics-Modeler
2c8f329a67a142c2ee2f7426047f0c3f51656169
[ "MIT" ]
null
null
null
#ifndef LIBRARIES_H #define LIBRARIES_H #include <iostream> #include <string> #include <algorithm> #include <exception> #include <fstream> #include <limits> #include <ios> #include <math.h> #include <QPainter> #include "vector.h" #endif // LIBRARIES_H
16.8125
22
0.698885
86544dbb822d04f1d8029c42b9945c29ecfea322
8,782
h
C
include/layer/quad.h
wjakob/layerlab
3e5257e3076a7287d1da9bbd4ee3f05fe37d3ee3
[ "BSD-2-Clause" ]
89
2015-07-31T05:20:17.000Z
2022-02-05T13:21:33.000Z
include/layer/quad.h
wjakob/layerlab
3e5257e3076a7287d1da9bbd4ee3f05fe37d3ee3
[ "BSD-2-Clause" ]
2
2015-08-17T20:50:32.000Z
2019-10-07T11:27:04.000Z
include/layer/quad.h
wjakob/layerlab
3e5257e3076a7287d1da9bbd4ee3f05fe37d3ee3
[ "BSD-2-Clause" ]
23
2015-08-03T01:09:55.000Z
2021-12-25T15:45:42.000Z
/* quad.h -- Functions for numerical quadrature Copyright (c) 2015 Wenzel Jakob <wenzel@inf.ethz.ch> All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. */ #pragma once #include <layer/math.h> #include <cassert> #include <stdexcept> ...
34.171206
92
0.576748
e5520114670bf1fa69cbe6976cfc353fae3eab56
4,274
h
C
dev/Code/CryEngine/CryCommon/stridedptr.h
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
1,738
2017-09-21T10:59:12.000Z
2022-03-31T21:05:46.000Z
dev/Code/CryEngine/CryCommon/stridedptr.h
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
427
2017-09-29T22:54:36.000Z
2022-02-15T19:26:50.000Z
dev/Code/CryEngine/CryCommon/stridedptr.h
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
671
2017-09-21T08:04:01.000Z
2022-03-29T14:30:07.000Z
/* * All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or * its licensors. * * For complete copyright and license terms please see the LICENSE at the root of this * distribution (the "License"). All use of this software is governed by the License, * or, if provided, by the license below or t...
36.220339
142
0.670566
c226dde522a4c9eeb2f22c5383a75982a3d26a08
573
h
C
engine/core/io/stream/FileHandleDataStream.h
Houkime/echo
d115ca55faf3a140bea04feffeb2efdedb0e7f82
[ "MIT" ]
675
2019-02-07T01:23:19.000Z
2022-03-28T05:45:10.000Z
engine/core/io/stream/FileHandleDataStream.h
Houkime/echo
d115ca55faf3a140bea04feffeb2efdedb0e7f82
[ "MIT" ]
843
2019-01-25T01:06:46.000Z
2022-03-16T11:15:53.000Z
engine/core/io/stream/FileHandleDataStream.h
Houkime/echo
d115ca55faf3a140bea04feffeb2efdedb0e7f82
[ "MIT" ]
83
2019-02-20T06:18:46.000Z
2022-03-20T09:36:09.000Z
#pragma once #include "DataStream.h" namespace Echo { class FileHandleDataStream : public DataStream { public: FileHandleDataStream(const String& name, ui32 accessMode = READ); ~FileHandleDataStream(); size_t read(void* buf, size_t count); size_t write(const void* buf, size_t count); void skip(long co...
16.852941
67
0.677138
614400f015dd2a80ca9cfa34f0ed4d5ce4098a2e
2,785
h
C
src/base/text/InlineText.h
jumptohistory/jaymod
92d0a0334ac27da94b12280b0b42b615b8813c23
[ "Apache-2.0" ]
25
2016-05-27T11:53:58.000Z
2021-10-17T00:13:41.000Z
src/base/text/InlineText.h
jumptohistory/jaymod
92d0a0334ac27da94b12280b0b42b615b8813c23
[ "Apache-2.0" ]
1
2016-07-09T05:25:03.000Z
2016-07-09T05:25:03.000Z
src/base/text/InlineText.h
jumptohistory/jaymod
92d0a0334ac27da94b12280b0b42b615b8813c23
[ "Apache-2.0" ]
16
2016-05-28T23:06:50.000Z
2022-01-26T13:47:12.000Z
#ifndef BASE_TEXT_INLINETEXT_H #define BASE_TEXT_INLINETEXT_H /////////////////////////////////////////////////////////////////////////////// class InlineText { private: void compute( const string& ); ostringstream _oss; string _value; public: InlineText ( ); InlineText ( const InlineTe...
26.028037
79
0.580251
e8f5197c0cb587b478554d51da9eafde08ef4db9
10,162
c
C
tests/e2e/test-regressions.c
freewilll/wcc
532856ab8b03be89dd0d6457a7ed9626882c3f51
[ "MIT" ]
4
2021-04-05T08:21:10.000Z
2021-12-14T17:45:22.000Z
tests/e2e/test-regressions.c
freewilll/wcc
532856ab8b03be89dd0d6457a7ed9626882c3f51
[ "MIT" ]
null
null
null
tests/e2e/test-regressions.c
freewilll/wcc
532856ab8b03be89dd0d6457a7ed9626882c3f51
[ "MIT" ]
null
null
null
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <fcntl.h> #include <string.h> #include "../test-lib.h" int check_stack_alignment(); int verbose; int passes; int failures; struct csrs { int i; }; struct ups { int i, j; }; // Create an expression which undoubtedly will exhaust all regist...
28.706215
123
0.597619
b2da50e9a8d15b4004721dbb9c92f1c0e4774a5c
1,013
h
C
Example/iOSAppFramework/FMDB/TestRow.h
ItghostFan/iOSAppFramework
c8e253fece8f83e5860adb2fd4831d7122ab3012
[ "MIT" ]
1
2018-04-23T10:38:51.000Z
2018-04-23T10:38:51.000Z
Example/iOSAppFramework/FMDB/TestRow.h
ItghostFan/iOSAppFramework
c8e253fece8f83e5860adb2fd4831d7122ab3012
[ "MIT" ]
null
null
null
Example/iOSAppFramework/FMDB/TestRow.h
ItghostFan/iOSAppFramework
c8e253fece8f83e5860adb2fd4831d7122ab3012
[ "MIT" ]
null
null
null
// // TestRow.h // iOSAppFramework // // Created by FanChunxing on 2017/7/5. // Copyright © 2017年 ItghostFan. All rights reserved. // #import "iOSAppFramework/FMDBRow.h" @interface TestRow : FMDBRow @property (strong, nonatomic) NSString<FMDB_COLUMN(String)> *name; @property (strong, nonatomic) NSNumber<FMDB_COL...
38.961538
74
0.772952
6f06bf93ac9d592d7505c22887c6737572c1ba81
790
h
C
System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PLResourceDataStoreKey.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
2
2021-11-02T09:23:27.000Z
2022-03-28T08:21:57.000Z
System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PLResourceDataStoreKey.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
null
null
null
System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PLResourceDataStoreKey.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
1
2022-03-28T08:21:59.000Z
2022-03-28T08:21:59.000Z
/* * This header is generated by classdump-dyld 1.5 * on Friday, April 30, 2021 at 11:35:59 AM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/PhotoLibrar...
37.619048
130
0.646835
194006c9ccd97b0d767b30db2df2e2a737e2ca8c
6,182
h
C
examples/vision_graph/networking_api/hcsim/hcsim_contexts.h
zoranzhao/NoSDSE
0e3148572e7cdf3a2d012c95c81863864da236d6
[ "MIT" ]
3
2019-01-26T20:35:47.000Z
2019-07-18T22:09:22.000Z
examples/vision_graph/networking_api/hcsim/hcsim_contexts.h
zoranzhao/NoSSim
7b0e9edde0fe19f83d7aaa946fd580a6d9dab978
[ "BSD-3-Clause" ]
null
null
null
examples/vision_graph/networking_api/hcsim/hcsim_contexts.h
zoranzhao/NoSSim
7b0e9edde0fe19f83d7aaa946fd580a6d9dab978
[ "BSD-3-Clause" ]
3
2017-09-08T22:13:28.000Z
2019-06-29T21:42:53.000Z
#ifndef HCSIM_CONTEXTS_H #define HCSIM_CONTEXTS_H #include <systemc> #include "HCSim.h" #include <cstdint> #include <string> #include <unordered_map> #define MAX_CORE_NUM 2 class sys_call_recv_if: virtual public sc_core::sc_interface{ public: virtual int get_node(int os_task_id) = 0; virtual int get_weight(int o...
29.438095
121
0.66451
e5d98ae9bc8f69c069b9cdcf9bd16a53c4ab8a79
4,768
h
C
include/css/wifi_logo_gz.h
thorsten-l/ESP8266-WiFi-Socket-3
b40bcd1005a3f972a8fbec1a2949f5239fd6bc19
[ "Apache-2.0" ]
null
null
null
include/css/wifi_logo_gz.h
thorsten-l/ESP8266-WiFi-Socket-3
b40bcd1005a3f972a8fbec1a2949f5239fd6bc19
[ "Apache-2.0" ]
null
null
null
include/css/wifi_logo_gz.h
thorsten-l/ESP8266-WiFi-Socket-3
b40bcd1005a3f972a8fbec1a2949f5239fd6bc19
[ "Apache-2.0" ]
null
null
null
#ifndef __WIFI_LOGO_GZ_H__ #define __WIFI_LOGO_GZ_H__ #include <Arduino.h> const unsigned char wifi_logo_css_gz[] PROGMEM = { 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x03, 0xd3, 0x2b, 0xcf, 0x4c, 0xcb, 0x34, 0xac, 0x4e, 0x4a, 0x4c, 0xce, 0x4e, 0x2f, 0xca, 0x2f, 0xcd, 0x4b, 0xb1, 0x2a, 0x2d, 0xca, ...
64.432432
73
0.654153
e5e474d6e9a6d716a772a3ed1f99755b689e1d9a
184
h
C
ButtonStyle-Primary-Radio-M_classes.h
NotDiscordOfficial/Fortnite_SDK
58f8da148256f99cb35518003306fffee33c4a21
[ "MIT" ]
null
null
null
ButtonStyle-Primary-Radio-M_classes.h
NotDiscordOfficial/Fortnite_SDK
58f8da148256f99cb35518003306fffee33c4a21
[ "MIT" ]
null
null
null
ButtonStyle-Primary-Radio-M_classes.h
NotDiscordOfficial/Fortnite_SDK
58f8da148256f99cb35518003306fffee33c4a21
[ "MIT" ]
1
2021-07-22T00:31:44.000Z
2021-07-22T00:31:44.000Z
// BlueprintGeneratedClass ButtonStyle-Primary-Radio-M.ButtonStyle-Primary-Radio-M_C // Size: 0x570 (Inherited: 0x570) struct UButtonStyle-Primary-Radio-M_C : UCommonButtonStyle { };
30.666667
84
0.798913
95df348b3f2dd251bcac88d5d08a43d8bbf668bc
458
h
C
old_version/old_version_0.1/epoll.h
wjxwjx/WebServer
e7c981b0ed3615b051eb541e65b9718ba9697280
[ "MIT" ]
5,035
2018-02-25T06:12:59.000Z
2022-03-31T06:29:23.000Z
old_version/old_version_0.1/epoll.h
Costwen/WebServer
52f26ac9769f49a0d57cbce602f71a0f42661c5c
[ "MIT" ]
131
2018-02-27T12:08:59.000Z
2022-03-05T07:35:37.000Z
old_version/old_version_0.1/epoll.h
Costwen/WebServer
52f26ac9769f49a0d57cbce602f71a0f42661c5c
[ "MIT" ]
1,858
2018-03-03T10:25:38.000Z
2022-03-31T13:24:05.000Z
#ifndef EVENTPOLL #define EVENTPOLL #include "requestData.h" const int MAXEVENTS = 5000; const int LISTENQ = 1024; int epoll_init(); int epoll_add(int epoll_fd, int fd, void *request, __uint32_t events); int epoll_mod(int epoll_fd, int fd, void *request, __uint32_t events); int epoll_del(int epoll_fd, int f...
32.714286
90
0.753275
bf048c1e0b27bbe0e49556e904cd0141429a24f8
18,239
c
C
mi8/drivers/char/diag/diag_pcie.c
wqk317/mi8_kernel_source
e3482d1a7ea6021de2fc8f3178496b4b043bb727
[ "MIT" ]
null
null
null
mi8/drivers/char/diag/diag_pcie.c
wqk317/mi8_kernel_source
e3482d1a7ea6021de2fc8f3178496b4b043bb727
[ "MIT" ]
null
null
null
mi8/drivers/char/diag/diag_pcie.c
wqk317/mi8_kernel_source
e3482d1a7ea6021de2fc8f3178496b4b043bb727
[ "MIT" ]
1
2020-03-28T11:26:15.000Z
2020-03-28T11:26:15.000Z
/* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
27.634848
96
0.71073
24634454c26142e6fbe939d58cc2e6e316f93873
962
h
C
LaunchKeyUI/LaunchKeyWhiteLabel/Views/SecurityFactorTableViewCell.h
iovation/launchkey-ios-whitelabel-sdk
90c1ed2808f9e2fa2282572828cc9aa21ddd3e7c
[ "MIT" ]
3
2021-03-26T16:55:55.000Z
2022-02-20T12:39:42.000Z
LaunchKeyUI/LaunchKeyWhiteLabel/Views/SecurityFactorTableViewCell.h
LaunchKey/launchkey-ios-whitelabel-sdk
90c1ed2808f9e2fa2282572828cc9aa21ddd3e7c
[ "MIT" ]
39
2016-07-18T21:43:23.000Z
2016-09-15T22:13:39.000Z
LaunchKeyUI/LaunchKeyWhiteLabel/Views/SecurityFactorTableViewCell.h
iovation/launchkey-ios-whitelabel-sdk
90c1ed2808f9e2fa2282572828cc9aa21ddd3e7c
[ "MIT" ]
1
2020-04-20T14:09:13.000Z
2020-04-20T14:09:13.000Z
// // SecurityFactorTableViewCell.h // WhiteLabel // // Created by ani on 11/15/16. // Copyright © 2016 LaunchKey. All rights reserved. // #import <UIKit/UIKit.h> @interface SecurityFactorTableViewCell : UITableViewCell /// This UIImage property is the image of the PIN Code auth method displayed in the Security ...
38.48
109
0.773389
5721d354a529db7889b0fc3d7507234ca236cd57
14,175
h
C
python/libvncxx/include/vn/newserialport.h
dawonn/vnproglib
a1444675049fef7a327ff9069fbad1560342fd4a
[ "MIT" ]
1
2017-08-23T18:52:21.000Z
2017-08-23T18:52:21.000Z
python/libvncxx/include/vn/newserialport.h
dawonn/vnproglib
a1444675049fef7a327ff9069fbad1560342fd4a
[ "MIT" ]
10
2018-05-30T15:49:45.000Z
2019-06-12T18:20:29.000Z
data_acquisition/ptu/libs/vectornav/libvncxx/include/vn/newserialport.h
HoliestCow/wind_daq
6a8b30ba6b14b3162f2fa3144b52cdf7ed17ec3a
[ "MIT" ]
null
null
null
#ifndef NEWSERIALPORT #define NEWSERIALPORT #if _NEW_SERIAL_PORT #include "int.h" #include "export.h" #include "port.h" #include "thread.h" #include <cstdint> #include <map> #include <queue> #include <string> #include <vector> #ifdef _WIN32 // Windows exclusive includes #include <Windows.h...
44.716088
106
0.696649
b39d830a0fc8e58df6733765b65842c0a732261f
1,227
h
C
32blit-stm32/Inc/CDCDataStream.h
chcbaram/32blit-sdk
419c480683b0d21fd7415036cdbb031c4ec170e6
[ "MIT" ]
88
2019-11-27T13:15:27.000Z
2021-02-03T19:39:25.000Z
32blit-stm32/Inc/CDCDataStream.h
chcbaram/32blit-sdk
419c480683b0d21fd7415036cdbb031c4ec170e6
[ "MIT" ]
496
2019-11-27T13:24:44.000Z
2021-02-10T15:45:46.000Z
32blit-stm32/Inc/CDCDataStream.h
chcbaram/32blit-sdk
419c480683b0d21fd7415036cdbb031c4ec170e6
[ "MIT" ]
57
2019-11-27T13:25:25.000Z
2021-02-10T09:03:54.000Z
/* * CDCDataStream.h * * Created on: 17 Jan 2020 * Author: andrewcapon */ #ifndef SRC_CDCDATASTREAM_H_ #define SRC_CDCDATASTREAM_H_ #include "stm32h7xx_hal.h" #include <cstring> #include <streambuf> #include <istream> class CDCDataStream { public: CDCDataStream() : m_pData(NULL), m_uLen(0) { } bool ...
13.943182
60
0.647922
831c2cd31dbf9aef91d8a12cc95f92312f5795cc
698
h
C
bindgen/ir/LiteralDefine.h
ekrich/scala-native-bindgen
df13474833c2fe01691e63e57c2cd9d1a623db20
[ "BSD-3-Clause" ]
8
2018-05-18T19:09:55.000Z
2018-07-02T14:42:07.000Z
bindgen/ir/LiteralDefine.h
ekrich/scala-native-bindgen
df13474833c2fe01691e63e57c2cd9d1a623db20
[ "BSD-3-Clause" ]
111
2018-05-24T18:50:22.000Z
2018-08-22T12:54:42.000Z
bindgen/ir/LiteralDefine.h
ekrich/scala-native-bindgen
df13474833c2fe01691e63e57c2cd9d1a623db20
[ "BSD-3-Clause" ]
1
2018-06-25T20:00:15.000Z
2018-06-25T20:00:15.000Z
#ifndef SCALA_NATIVE_BINDGEN_LITERALDEFINE_H #define SCALA_NATIVE_BINDGEN_LITERALDEFINE_H #include "Define.h" #include "types/Type.h" #include <llvm/Support/raw_ostream.h> class LiteralDefine : public Define { public: LiteralDefine(std::string name, std::string literal, std::shared_ptr<const T...
29.083333
80
0.730659
044673f3b5f280ff09f33d7c5a5826d42e8e542c
12,285
h
C
mysql-server/plugin/group_replication/include/gcs_event_handlers.h
silenc3502/MYSQL-Arch-Doc-Summary
fcc6bb65f72a385b9f56debc9b2c00cee5914bae
[ "MIT" ]
null
null
null
mysql-server/plugin/group_replication/include/gcs_event_handlers.h
silenc3502/MYSQL-Arch-Doc-Summary
fcc6bb65f72a385b9f56debc9b2c00cee5914bae
[ "MIT" ]
null
null
null
mysql-server/plugin/group_replication/include/gcs_event_handlers.h
silenc3502/MYSQL-Arch-Doc-Summary
fcc6bb65f72a385b9f56debc9b2c00cee5914bae
[ "MIT" ]
null
null
null
/* Copyright (c) 2014, 2020, Oracle and/or its affiliates. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2.0, as published by the Free Software Foundation. This program is also distributed with certain software (including...
38.510972
100
0.735368
788fc7573ead5830d19d6faf9eb0493e0c569f44
635
h
C
Wuerfeln.h
gmoehler/wuerfel
1213a0e716d4adb137af54b5deca6502e48af44f
[ "MIT" ]
null
null
null
Wuerfeln.h
gmoehler/wuerfel
1213a0e716d4adb137af54b5deca6502e48af44f
[ "MIT" ]
null
null
null
Wuerfeln.h
gmoehler/wuerfel
1213a0e716d4adb137af54b5deca6502e48af44f
[ "MIT" ]
null
null
null
#ifndef Wuerfeln_h #define Wuerfeln_h #include "Arduino.h" #include <ClickEncoder.h> class Wuerfeln { public: Wuerfeln(); void setup(); void wuerfeln(ClickEncoder::Button b); bool isWuerfelnFinished(); void start(); private: void wuerfeln(); void flimmern(); int zufallszahl(int v...
16.282051
42
0.669291
925c7b1d91a3a69893f0a9e4860679a25da4ef0a
748
h
C
src/9/ec.h
szhilkin/opensrx-7.0
15482b597c5f4991464150ff01383e7eb2d9675c
[ "BSD-2-Clause" ]
null
null
null
src/9/ec.h
szhilkin/opensrx-7.0
15482b597c5f4991464150ff01383e7eb2d9675c
[ "BSD-2-Clause" ]
null
null
null
src/9/ec.h
szhilkin/opensrx-7.0
15482b597c5f4991464150ff01383e7eb2d9675c
[ "BSD-2-Clause" ]
null
null
null
int ecream(int, char *, int, uvlong, uvlong, int, int); int ecattach(int, char *, uvlong, int, long (*)(Chan *, void *, long, vlong, int), long (*)(int, void *, long, vlong, int, int)); int ecpeek(int, int, uvlong, int); uvlong ecage(int, int, uvlong, int); int ecwrite(int, uvlong, void *, int, int); int ecwritel(int,...
37.4
91
0.667112
435f53134f4344c438451fa43a7cbb632ea6298e
7,227
h
C
Sources_Common/Application/Preferences/CAuthenticator.h
mulberry-mail/mulberry4-client
cdaae15c51dd759110b4fbdb2063d0e3d5202103
[ "ECL-2.0", "Apache-2.0" ]
12
2015-04-21T16:10:43.000Z
2021-11-05T13:41:46.000Z
Sources_Common/Application/Preferences/CAuthenticator.h
mulberry-mail/mulberry4-client
cdaae15c51dd759110b4fbdb2063d0e3d5202103
[ "ECL-2.0", "Apache-2.0" ]
2
2015-11-02T13:32:11.000Z
2019-07-10T21:11:21.000Z
Sources_Common/Application/Preferences/CAuthenticator.h
mulberry-mail/mulberry4-client
cdaae15c51dd759110b4fbdb2063d0e3d5202103
[ "ECL-2.0", "Apache-2.0" ]
6
2015-01-12T08:49:12.000Z
2021-03-27T09:11:10.000Z
/* Copyright (c) 2007 Cyrus Daboo. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless re...
31.285714
108
0.739311
2b1d6d22c89916add1476661b095d706aedb48fb
1,571
c
C
list.c
suraj2439/BigInt-Binary_Calculator
4a2de41799542c439810c0c02c8057df65d97b20
[ "MIT" ]
1
2022-02-03T19:16:03.000Z
2022-02-03T19:16:03.000Z
list.c
suraj2439/BigInt-Binary_Calculator
4a2de41799542c439810c0c02c8057df65d97b20
[ "MIT" ]
null
null
null
list.c
suraj2439/BigInt-Binary_Calculator
4a2de41799542c439810c0c02c8057df65d97b20
[ "MIT" ]
1
2022-02-05T15:11:41.000Z
2022-02-05T15:11:41.000Z
#include "list.h" void init(list *l) { *l = NULL; return; } int isempty(list l){ if(l == NULL) return 1; else return 0; } void destroy_list(list *l){ list_node *p = *l; list_node * q; q = p; while(p){ p = p->next; free(q); } *l = NULL; ret...
15.105769
58
0.47613
9494c5d71af16a238128a1e09ae2b61033aa0f0f
642
h
C
poolfs/poolfs/includes/nonpagedpool_utils.h
cbwang505/poolfengshui
5ed2c49fe54b66af7718b05d9699aebd2fb45a54
[ "Apache-2.0" ]
52
2021-12-31T05:18:39.000Z
2022-01-25T21:21:26.000Z
poolfs/poolfs/includes/nonpagedpool_utils.h
ALEHACKsp/poolfengshui
5ed2c49fe54b66af7718b05d9699aebd2fb45a54
[ "Apache-2.0" ]
null
null
null
poolfs/poolfs/includes/nonpagedpool_utils.h
ALEHACKsp/poolfengshui
5ed2c49fe54b66af7718b05d9699aebd2fb45a54
[ "Apache-2.0" ]
16
2021-12-31T05:19:21.000Z
2022-03-10T01:57:53.000Z
#ifndef NONPAGEDPOOL_UTILS_H #define NONPAGEDPOOL_UTILS_H #include "exploit.h" #include "pipe_utils.h" int npp_get_leak(xploit_t * xploit, pipe_spray_t * respray); void npp_setup_ghost_overwrite(xploit_t * xploit, char * ghost_overwrite_buf); void npp_alloc_ghost_chunk(xploit_t * xploit, char * buffer); void npp_allo...
40.125
93
0.809969
9ee5be2472b118c0e374079e93d7ec54ba4919f2
6,434
h
C
System/Library/PrivateFrameworks/PhotosGraph.framework/PGPotentialMemory.h
lechium/tvOS145Headers
9940da19adb0017f8037853e9cfccbe01b290dd5
[ "MIT" ]
5
2021-04-29T04:31:43.000Z
2021-08-19T18:59:58.000Z
System/Library/PrivateFrameworks/PhotosGraph.framework/PGPotentialMemory.h
lechium/tvOS145Headers
9940da19adb0017f8037853e9cfccbe01b290dd5
[ "MIT" ]
null
null
null
System/Library/PrivateFrameworks/PhotosGraph.framework/PGPotentialMemory.h
lechium/tvOS145Headers
9940da19adb0017f8037853e9cfccbe01b290dd5
[ "MIT" ]
1
2022-03-19T11:16:23.000Z
2022-03-19T11:16:23.000Z
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:12:08 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/PrivateFrameworks/PhotosGrap...
61.865385
183
0.681536
9ef25230c1995400de4149cf8b91989e0e933d56
61,459
c
C
linux-5.2/drivers/crypto/s5p-sss.c
TakuKitamura/expirefile-syscall
2b91994a7fe984e146d090fc7d80fa1a698025aa
[ "MIT" ]
1
2022-01-30T20:01:25.000Z
2022-01-30T20:01:25.000Z
linux-5.2/drivers/crypto/s5p-sss.c
TakuKitamura/expirefile-syscall
2b91994a7fe984e146d090fc7d80fa1a698025aa
[ "MIT" ]
null
null
null
linux-5.2/drivers/crypto/s5p-sss.c
TakuKitamura/expirefile-syscall
2b91994a7fe984e146d090fc7d80fa1a698025aa
[ "MIT" ]
1
2019-10-11T07:35:58.000Z
2019-10-11T07:35:58.000Z
// SPDX-License-Identifier: GPL-2.0 // // Cryptographic API. // // Support for Samsung S5PV210 and Exynos HW acceleration. // // Copyright (C) 2011 NetUP Inc. All rights reserved. // Copyright (c) 2017 Samsung Electronics Co., Ltd. All rights reserved. // // Hash part based on omap-sham.c driver. #include <linux/clk.h...
25.629274
86
0.713435
cfd9715833465bd3efd883cad429dea8d7ea9106
3,530
h
C
cbits/include/SIL.h
sfultong/stand-in-language
f664dbdf676200927beed1dd6cb4994a6aabf9e0
[ "Apache-2.0" ]
26
2017-01-26T23:18:09.000Z
2021-02-14T02:39:47.000Z
cbits/include/SIL.h
sfultong/stand-in-language
f664dbdf676200927beed1dd6cb4994a6aabf9e0
[ "Apache-2.0" ]
30
2018-06-12T20:33:29.000Z
2021-06-24T21:00:24.000Z
cbits/include/SIL.h
sfultong/stand-in-language
f664dbdf676200927beed1dd6cb4994a6aabf9e0
[ "Apache-2.0" ]
8
2017-09-07T14:07:33.000Z
2022-01-06T09:47:47.000Z
#ifndef SIL_GUARD #define SIL_GUARD /** * @file SIL.h * @author Mateusz Kłoczko * @date 27 Apr 2018 * @brief Stand-in-language C representation. */ #ifdef __cplusplus extern "C" { #endif // Tags for SIL grammar #define SIL_ZERO (0) #define SIL_PAIR (1) #define SIL_ENV (2) #define SIL_SETENV (3) #defin...
21.26506
103
0.696034
36eb3716ffb005795d39638ba4c6ea385087bf93
3,601
c
C
drivers/clk/bcm/clk-bcm53573-ilp.c
fergy/aplit_linux-5
a6ef4cb0e17e1eec9743c064e65f730c49765711
[ "MIT" ]
55
2019-12-20T03:25:14.000Z
2022-01-16T07:19:47.000Z
drivers/clk/bcm/clk-bcm53573-ilp.c
fergy/aplit_linux-5
a6ef4cb0e17e1eec9743c064e65f730c49765711
[ "MIT" ]
5
2020-04-04T09:24:09.000Z
2020-04-19T12:33:55.000Z
drivers/clk/bcm/clk-bcm53573-ilp.c
fergy/aplit_linux-5
a6ef4cb0e17e1eec9743c064e65f730c49765711
[ "MIT" ]
30
2018-05-02T08:43:27.000Z
2022-01-23T03:25:54.000Z
/* * Copyright (C) 2016 Rafał Miłecki <rafal@milecki.pl> * * 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. */ #include <linux/clk-provider.h> #include <linux/err.h> #include <li...
24.167785
73
0.718689
d6435bb4283e30c898e6ea6d9accc6bac0008ba1
2,787
h
C
include/engine/interface/ButtonBase.h
smithy545/engine
1818a1acafdbc2550b10ef74a215aa41d94edf0f
[ "MIT" ]
null
null
null
include/engine/interface/ButtonBase.h
smithy545/engine
1818a1acafdbc2550b10ef74a215aa41d94edf0f
[ "MIT" ]
null
null
null
include/engine/interface/ButtonBase.h
smithy545/engine
1818a1acafdbc2550b10ef74a215aa41d94edf0f
[ "MIT" ]
null
null
null
// // Created by Philip Smith on 7/15/21. // #ifndef ENGINE_BUTTONELEMENT_H #define ENGINE_BUTTONELEMENT_H #include "InterfaceEntity.h" #include <engine/BoxComponent.h> #include <engine/entity.h> #include <engine/input_events.h> #include <engine/InstanceList.h> #include <engine/sprite/ShapeSprite.h> namespace engi...
33.178571
101
0.595981
aafc865ab4095a3b48380dac7cd71152339895be
1,428
h
C
gui/main_window/search_contacts/results/FoundContacts.h
ERPShuen/ICQ1
f319a72ad60aae4809eef0e4eb362f4d69292296
[ "Apache-2.0" ]
1
2019-12-02T08:37:10.000Z
2019-12-02T08:37:10.000Z
gui/main_window/search_contacts/results/FoundContacts.h
ERPShuen/ICQ1
f319a72ad60aae4809eef0e4eb362f4d69292296
[ "Apache-2.0" ]
null
null
null
gui/main_window/search_contacts/results/FoundContacts.h
ERPShuen/ICQ1
f319a72ad60aae4809eef0e4eb362f4d69292296
[ "Apache-2.0" ]
null
null
null
#pragma once namespace Logic { class contact_profile; } namespace Ui { class FlowLayout; class ContactWidget; typedef std::list<std::shared_ptr<Logic::contact_profile>> profiles_list; class FoundContacts : public QWidget { Q_OBJECT Q_SIGNALS: void needMo...
23.409836
78
0.602241
c58b0e04b44a2c07529fd87c4d31a574d0958637
671
h
C
src/playground/explosion.h
Cat-Lord/ppgso_project
fa2fc3fc16e3e20a656d87bfec865d629b197d00
[ "MIT" ]
null
null
null
src/playground/explosion.h
Cat-Lord/ppgso_project
fa2fc3fc16e3e20a656d87bfec865d629b197d00
[ "MIT" ]
null
null
null
src/playground/explosion.h
Cat-Lord/ppgso_project
fa2fc3fc16e3e20a656d87bfec865d629b197d00
[ "MIT" ]
null
null
null
#pragma once #include <ppgso/ppgso.h> #include "object.h" /*! * Simple explosion object that will render expanding transparent geometry in the scene with additive blending */ class Explosion final : public Object { private: float age{0.0f}; float maxAge{0.2f}; glm::vec3 rotMomentum; public: glm::vec3 speed;...
18.135135
110
0.663189
65b8cbb7f42c619c5fd7da7cf0320fef5985a8e2
3,467
h
C
public/oriutil/lrucache.h
pipcet/ori
61ea9b76db2a9eddb46f6d938e2b2266f2434f86
[ "0BSD" ]
21
2015-01-06T11:07:41.000Z
2021-01-18T17:29:46.000Z
public/oriutil/lrucache.h
pipcet/ori
61ea9b76db2a9eddb46f6d938e2b2266f2434f86
[ "0BSD" ]
null
null
null
public/oriutil/lrucache.h
pipcet/ori
61ea9b76db2a9eddb46f6d938e2b2266f2434f86
[ "0BSD" ]
8
2017-06-16T17:04:57.000Z
2021-03-20T19:08:57.000Z
/* * Copyright (c) 2012 Stanford University * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR(S)...
25.681481
77
0.591289