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
a046f9d90d5f490a4983be77d92ec441d54f67de
857
h
C
src/xop/media.h
5455945/RtspServer
56eb826215ad2be5533154676c354f43f013cef1
[ "MIT" ]
null
null
null
src/xop/media.h
5455945/RtspServer
56eb826215ad2be5533154676c354f43f013cef1
[ "MIT" ]
null
null
null
src/xop/media.h
5455945/RtspServer
56eb826215ad2be5533154676c354f43f013cef1
[ "MIT" ]
1
2020-01-03T08:31:16.000Z
2020-01-03T08:31:16.000Z
// PHZ // 2018-5-16 #ifndef XOP_MEDIA_H #define XOP_MEDIA_H #include <memory> namespace xop { // RTSP服务支持的媒体类型 enum MediaType { //PCMU = 0, PCMA = 8, H264 = 96, AAC = 37, H265 = 265, NONE }; enum FrameType { VIDEO_FRAME_I = 0x01, VIDEO_FRAME_P = 0x02, VIDEO_FRAME_B = ...
14.04918
46
0.563594
53b874b370bd44fd453576debdd8a09efa531b48
6,934
c
C
src/Logikanalysator/sigrok-integration/libsigrokdecode/tests/check_session.c
dm7h/fpga-event-recorder
4e53babbbb514ee375f4b5585b1d24e5b40f8df7
[ "0BSD" ]
null
null
null
src/Logikanalysator/sigrok-integration/libsigrokdecode/tests/check_session.c
dm7h/fpga-event-recorder
4e53babbbb514ee375f4b5585b1d24e5b40f8df7
[ "0BSD" ]
null
null
null
src/Logikanalysator/sigrok-integration/libsigrokdecode/tests/check_session.c
dm7h/fpga-event-recorder
4e53babbbb514ee375f4b5585b1d24e5b40f8df7
[ "0BSD" ]
null
null
null
/* * This file is part of the libsigrokdecode project. * * Copyright (C) 2013 Uwe Hermann <uwe@hermann-uwe.de> * * 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 Li...
26.669231
81
0.726997
5b1738dc90373a04632bae2b75771bc5043a994f
685
c
C
1012/1012.c
isac322/BOJ
35959dd1a63d75ebca9ed606051f7a649d5c0c7b
[ "MIT" ]
14
2017-05-02T02:00:42.000Z
2021-11-16T07:25:29.000Z
1012/1012.c
isac322/BOJ
35959dd1a63d75ebca9ed606051f7a649d5c0c7b
[ "MIT" ]
1
2017-12-25T14:18:14.000Z
2018-02-07T06:49:44.000Z
1012/1012.c
isac322/BOJ
35959dd1a63d75ebca9ed606051f7a649d5c0c7b
[ "MIT" ]
9
2016-03-03T22:06:52.000Z
2020-04-30T22:06:24.000Z
#include <stdio.h> #include <memory.h> char mat[50][50] = { 0 }; int n, m, k; void re(int i, int j) { mat[i][j] = 0; if (i && mat[i - 1][j]) re(i - 1, j); if (i != n - 1 && mat[i + 1][j]) re(i + 1, j); if (j && mat[i][j - 1]) re(i, j - 1); if (j != m - 1 && mat[i][j + 1]) re(i, j + 1); return; } int main() { ...
18.513514
47
0.385401
8bbab6a5d4876ec1834e0cc874d38905ade5cbe7
643
h
C
src/client/gui/WidgetScroll.h
bqqbarbhg/spear
727f41fa5197f9681337d1ff37ea63c44708f0d4
[ "BSD-3-Clause" ]
29
2020-07-27T09:56:02.000Z
2022-03-28T01:38:07.000Z
src/client/gui/WidgetScroll.h
bqqbarbhg/spear
727f41fa5197f9681337d1ff37ea63c44708f0d4
[ "BSD-3-Clause" ]
3
2020-05-29T11:43:20.000Z
2020-09-04T09:56:56.000Z
src/client/gui/WidgetScroll.h
bqqbarbhg/spear
727f41fa5197f9681337d1ff37ea63c44708f0d4
[ "BSD-3-Clause" ]
2
2020-05-29T11:34:46.000Z
2021-03-08T08:39:07.000Z
#pragma once #include "client/gui/Gui.h" #include "sp/Canvas.h" namespace cl { namespace gui { struct WidgetScroll : WidgetBase<'s','c','r','l'> { Direction direction = DirY; float scrollOffset = 0.0f; float smoothVelocity = 0.0f; float dragVelocity = 0.0f; float scrollSpeed = 150.0f; float overshootAmount ...
20.741935
91
0.715397
fef903c4ceb2489af98db7a8deccd3b68cc6c101
3,063
h
C
Engine/Source/Runtime/SlateCore/Public/Layout/Visibility.h
PopCap/GameIdea
201e1df50b2bc99afc079ce326aa0a44b178a391
[ "BSD-2-Clause" ]
null
null
null
Engine/Source/Runtime/SlateCore/Public/Layout/Visibility.h
PopCap/GameIdea
201e1df50b2bc99afc079ce326aa0a44b178a391
[ "BSD-2-Clause" ]
2
2015-06-21T17:38:11.000Z
2015-06-22T20:54:42.000Z
Engine/Source/Runtime/SlateCore/Public/Layout/Visibility.h
PopCap/GameIdea
201e1df50b2bc99afc079ce326aa0a44b178a391
[ "BSD-2-Clause" ]
null
null
null
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. #pragma once /** Is an entity visible? */ struct SLATECORE_API EVisibility { /** Default widget visibility - visible and can interactive with the cursor */ static const EVisibility Visible; /** Not visible and takes up no space in the layout; can never...
27.348214
141
0.724127
3a500d6ac35380e3b9a9466dbe16b15d0ac3d40e
46,335
c
C
vendors/realtek/sdk/amebaZ2/component/common/bluetooth/realtek/sdk/example/bt_mesh/provisioner/provisioner_app.c
Ameba8195/amazon-freertos
ef61d5f521de921cc931d9262e3d5af9b75fbd2e
[ "MIT" ]
8
2019-10-24T03:22:27.000Z
2022-01-11T07:16:52.000Z
vendors/realtek/sdk/amebaZ2/component/common/bluetooth/realtek/sdk/example/bt_mesh/provisioner/provisioner_app.c
Ameba8195/amazon-freertos
ef61d5f521de921cc931d9262e3d5af9b75fbd2e
[ "MIT" ]
6
2020-01-08T06:50:30.000Z
2021-03-17T05:44:50.000Z
vendors/realtek/sdk/amebaZ2/component/common/bluetooth/realtek/sdk/example/bt_mesh/provisioner/provisioner_app.c
Ameba8195/amazon-freertos
ef61d5f521de921cc931d9262e3d5af9b75fbd2e
[ "MIT" ]
10
2019-09-20T00:10:21.000Z
2021-04-09T01:09:22.000Z
/** ********************************************************************************************************* * Copyright(c) 2015, Realtek Semiconductor Corporation. All rights reserved. ********************************************************************************************************* * @file ...
40.787852
422
0.619143
6b4d98b97b18108f2e2be32c7a8d58281b2474e7
3,808
h
C
Twitter-Dumped/7.60.6/T1StatusPhotoVideoDetailsView.h
ichitaso/TwitterListEnabler
d4d9ba973e59ff7f0d97ae74fc473bdd0aea54df
[ "MIT" ]
1
2019-10-15T09:26:49.000Z
2019-10-15T09:26:49.000Z
Twitter-Dumped/7.52/T1StatusPhotoVideoDetailsView.h
ichitaso/TwitterListEnabler
d4d9ba973e59ff7f0d97ae74fc473bdd0aea54df
[ "MIT" ]
null
null
null
Twitter-Dumped/7.52/T1StatusPhotoVideoDetailsView.h
ichitaso/TwitterListEnabler
d4d9ba973e59ff7f0d97ae74fc473bdd0aea54df
[ "MIT" ]
1
2019-11-17T06:06:49.000Z
2019-11-17T06:06:49.000Z
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <UIKit/UIView.h> @class NSArray, NSLayoutConstraint, TFNTappableHighlightView, TFNTwitterUser, TFSTwitterEntityMedia, UIImageV...
56
146
0.810662
5c3fc99e44431dd105bb903742609f49880abb7a
650
h
C
src/ofPBO.h
ciisoz/VJ_Yourself
7ff3c746778984766c4bdead227feb3d5508bc95
[ "MIT" ]
null
null
null
src/ofPBO.h
ciisoz/VJ_Yourself
7ff3c746778984766c4bdead227feb3d5508bc95
[ "MIT" ]
null
null
null
src/ofPBO.h
ciisoz/VJ_Yourself
7ff3c746778984766c4bdead227feb3d5508bc95
[ "MIT" ]
1
2021-08-05T10:34:52.000Z
2021-08-05T10:34:52.000Z
/* * ofPBO.h * * Created on: 08/04/2012 * Author: arturo */ #pragma once #include "ofConstants.h" #include "ofTexture.h" #include "ofThread.h" #include "Poco/Condition.h" class ofPBO: public ofThread { public: ofPBO(); virtual ~ofPBO(); void allocate(ofTexture & tex, int numPBOs); void loadData(const ...
18.055556
60
0.723077
8a94af966066922ed407805e79973d7ade834a6e
3,847
h
C
src/rapl-impl.h
rkmax/cpu-energy-meter
51d0da2411855323d851bd438306aee1b9f7e8dd
[ "BSD-2-Clause" ]
null
null
null
src/rapl-impl.h
rkmax/cpu-energy-meter
51d0da2411855323d851bd438306aee1b9f7e8dd
[ "BSD-2-Clause" ]
null
null
null
src/rapl-impl.h
rkmax/cpu-energy-meter
51d0da2411855323d851bd438306aee1b9f7e8dd
[ "BSD-2-Clause" ]
null
null
null
/* Copyright (c) 2012, Intel Corporation Copyright (c) 2015-2018, Dirk Beyer Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditio...
34.657658
100
0.751235
5c0ba0d4b8d4a6581ffc8b4e6798e74be756371a
2,444
c
C
vendor/ruby/2.3.0/gems/ffi-1.9.18/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte2.c
epfl-lasa/TutorialICRA2018
a7e03f6ee0c5ffc0cbb9d01ece40c8b23780f30f
[ "Unlicense" ]
141
2015-01-12T12:02:17.000Z
2022-03-06T15:52:27.000Z
vendor/ruby/2.3.0/gems/ffi-1.9.18/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte2.c
epfl-lasa/TutorialICRA2018
a7e03f6ee0c5ffc0cbb9d01ece40c8b23780f30f
[ "Unlicense" ]
371
2020-03-04T21:51:56.000Z
2022-03-31T20:59:11.000Z
vendor/ruby/2.3.0/gems/ffi-1.9.18/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte2.c
epfl-lasa/TutorialICRA2018
a7e03f6ee0c5ffc0cbb9d01ece40c8b23780f30f
[ "Unlicense" ]
299
2015-01-23T10:06:24.000Z
2022-02-02T06:34:51.000Z
/* Area: ffi_call, closure_call Purpose: Check structure passing with different structure size. Depending on the ABI. Darwin/AIX do double-word alignment of the struct if the first element is a double. Check that it does here. Limitations: none. PR: none. Originator: <andreast@gcc.gnu.org> 20030914 ...
26.565217
92
0.682897
c044453f6fff42c19bf776f6023182d3a81592d2
1,429
h
C
include/display/mouseclick.h
tomtix/penguins
0b5daa6fc3ee6b72c7793b0d3098ae63c3d8cf0b
[ "Apache-2.0" ]
null
null
null
include/display/mouseclick.h
tomtix/penguins
0b5daa6fc3ee6b72c7793b0d3098ae63c3d8cf0b
[ "Apache-2.0" ]
null
null
null
include/display/mouseclick.h
tomtix/penguins
0b5daa6fc3ee6b72c7793b0d3098ae63c3d8cf0b
[ "Apache-2.0" ]
null
null
null
#ifndef MOUSECLICK_H #define MOUSECLICK_H #define INVALID_CLICK -1 #define DISPLAY_THREAD_STOP -2 #define INVALID_MOUSECLICK_STRUCT -3 #define SURRENDER -4 enum mc_object_type { MC_TILE, MC_PENGUIN }; struct mouseclick { int validclick; enum mc_object_type t; int...
21.984615
62
0.463961
c08627b6c4bae5901077731cf5cffb487a4b5284
52
h
C
src/human/compute_b.h
rmanak/bssn_spher
b91104fd6b9b7cf1ba08e35efd65ff219ab7a5a9
[ "MIT" ]
null
null
null
src/human/compute_b.h
rmanak/bssn_spher
b91104fd6b9b7cf1ba08e35efd65ff219ab7a5a9
[ "MIT" ]
null
null
null
src/human/compute_b.h
rmanak/bssn_spher
b91104fd6b9b7cf1ba08e35efd65ff219ab7a5a9
[ "MIT" ]
null
null
null
void compute_b_(double *A,int *Nx,double *B);
26
51
0.634615
dbc79a32073b4993f087041e69eda044780510f4
22,459
h
C
Texture_Mapping/glvu/vaomesh.h
cyzkrau/CG_2022s
600481a76f0de416fc6e097314910c4a2537e49e
[ "MIT" ]
null
null
null
Texture_Mapping/glvu/vaomesh.h
cyzkrau/CG_2022s
600481a76f0de416fc6e097314910c4a2537e49e
[ "MIT" ]
null
null
null
Texture_Mapping/glvu/vaomesh.h
cyzkrau/CG_2022s
600481a76f0de416fc6e097314910c4a2537e49e
[ "MIT" ]
null
null
null
#pragma once #include <algorithm> #include <vector> #include <array> #include <Eigen/Core> #include <Eigen/Geometry> #include <Eigen/LU> #include "glprogram.h" #include "glarray.h" Eigen::Matrix3f quaternaion2matrix(const float *q) { double s = Eigen::Map<const Eigen::Vector4f>(q).squaredNorm(); ...
31.543539
163
0.532749
ef052588a6777cecf866ffb5982d4db775625ac3
1,348
h
C
pubg/PrivateHeaders/HsAnalyticsEvent.h
cara-ksa-so4/PUBC
1065b983d7bb1c4ad2104c2c4943487c7f17fa44
[ "MIT" ]
14
2019-07-23T20:33:14.000Z
2022-03-09T23:29:36.000Z
fc/PrivateHeaders/HsAnalyticsEvent.h
lechium/FControl
1203a3d6345b5ce9c738d238e0e7075e27c4d21c
[ "MIT" ]
5
2019-07-22T03:59:20.000Z
2020-03-02T14:50:48.000Z
fc/PrivateHeaders/HsAnalyticsEvent.h
lechium/FControl
1203a3d6345b5ce9c738d238e0e7075e27c4d21c
[ "MIT" ]
8
2019-07-23T20:35:34.000Z
2022-03-03T05:51:30.000Z
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSObject.h" @class NSString; @interface HsAnalyticsEvent : NSObject { _Bool _isGoalComplete; // 8 = 0x8 NSString *_eventId; // 16 = 0x10 NSString *_userId; //...
37.444444
118
0.72997
8971a03dc974de1bc4ad1eabe7078bbe75b536ca
2,001
h
C
Unix Family/Linux.Q.b/issl/issl.h
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:13.000Z
2022-03-16T09:11:05.000Z
Unix Family/Linux.Q.b/issl/issl.h
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
null
null
null
Unix Family/Linux.Q.b/issl/issl.h
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:15.000Z
2022-01-08T20:51:04.000Z
/* iSSL - independent secure sockets layer issl.h - iSSL API prototypes Copyright (C) 2001 by Mixter <mixter@newyorkoffice.com> Free use of the iSSL library is limited to noncommercial applications. This program is free software; you can redistribute it and/or modify i...
36.381818
76
0.621689
e68bbb023fe2ff5939a1f121571d8daa6e3f733b
6,272
h
C
Time-dependent simulation/processes.h
JackyHan/Human-Body-Temperature-Simulation
82294c826d9b39162daf0cff3f59037c2705bc89
[ "MIT" ]
null
null
null
Time-dependent simulation/processes.h
JackyHan/Human-Body-Temperature-Simulation
82294c826d9b39162daf0cff3f59037c2705bc89
[ "MIT" ]
null
null
null
Time-dependent simulation/processes.h
JackyHan/Human-Body-Temperature-Simulation
82294c826d9b39162daf0cff3f59037c2705bc89
[ "MIT" ]
null
null
null
/* MIT License Copyright (c) 2016 - Jacky Han 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, pu...
30.595122
125
0.644452
e4f18f9f7777baa0a73daacb76b6e3ac2f953b58
1,513
h
C
GeometryLib/inc/Box.h
wangfeilong321/PDMS_ExportModel
4d61d11d53fe253054cb4cd23afbeb012fb6e386
[ "Apache-2.0" ]
6
2020-01-09T07:22:34.000Z
2021-11-12T11:28:44.000Z
GeometryLib/inc/Box.h
xxxmen/PDMS_ExportModel
4d61d11d53fe253054cb4cd23afbeb012fb6e386
[ "Apache-2.0" ]
null
null
null
GeometryLib/inc/Box.h
xxxmen/PDMS_ExportModel
4d61d11d53fe253054cb4cd23afbeb012fb6e386
[ "Apache-2.0" ]
4
2019-04-22T02:44:37.000Z
2020-07-20T01:01:11.000Z
#pragma once #include "BaseGeometry.h" namespace Geometry { class Box : public BaseGeometry { public: Box(); ~Box(); void setOrg(const osg::Vec3 &org); const osg::Vec3 &getOrg() const; void setXLen(const osg::Vec3 &xLen); const osg::Vec3 &getXLen() const; void setYLen(const osg::Vec3 &yLen); const osg::Ve...
15.13
63
0.689359
8e647ad5f4d260c29eb1fd9757ae40507985257f
916
h
C
src/brookbox/wm2/WmlIntrLin3Tor3.h
darwin/inferno
e87017763abae0cfe09d47987f5f6ac37c4f073d
[ "Zlib" ]
2
2016-05-09T11:57:28.000Z
2021-07-28T16:46:08.000Z
src/brookbox/wm2/WmlIntrLin3Tor3.h
darwin/inferno
e87017763abae0cfe09d47987f5f6ac37c4f073d
[ "Zlib" ]
null
null
null
src/brookbox/wm2/WmlIntrLin3Tor3.h
darwin/inferno
e87017763abae0cfe09d47987f5f6ac37c4f073d
[ "Zlib" ]
null
null
null
// Magic Software, Inc. // http://www.magic-software.com // http://www.wild-magic.com // Copyright (c) 2003. All Rights Reserved // // The Wild Magic Library (WML) source code is supplied under the terms of // the license agreement http://www.magic-software.com/License/WildMagic.pdf // and may not be copied or ...
28.625
77
0.703057
90acafa9c8b54d7cd380ca52a56a0b7148faa9b1
712
h
C
BBReadTheWorld/YoutuExtension/YTTagModel.h
Mosquito1123/SmartHappyBabyReading
ad41e6e9a174c2d25d2f487b42696e4f89f18e70
[ "BSD-2-Clause" ]
null
null
null
BBReadTheWorld/YoutuExtension/YTTagModel.h
Mosquito1123/SmartHappyBabyReading
ad41e6e9a174c2d25d2f487b42696e4f89f18e70
[ "BSD-2-Clause" ]
1
2019-07-19T02:20:45.000Z
2019-07-19T02:20:45.000Z
BBReadTheWorld/YoutuExtension/YTTagModel.h
Mosquito1123/SmartHappyBabyReading
ad41e6e9a174c2d25d2f487b42696e4f89f18e70
[ "BSD-2-Clause" ]
null
null
null
// // YTTagModel.h // Youtu // // Created by Kino on 19/01/5. // Copyright © 2019年 Kino. All rights reserved. // #import <Foundation/Foundation.h> @interface YTTagModel : NSObject @property (nonatomic, copy ) NSString *tag_name; @property (nonatomic, assign) NSInteger tag_confidence; - (id)initWithInfoDic:(...
18.736842
57
0.688202
b84741973b2814161cdaf85f164b0510f4983464
952
h
C
tools/NSIS/Contrib/NSISdl/netinc.h
MikeAScott/testifywizard
74b767f35d4b1e163ce5437593f61f5a1d75e1c2
[ "MIT" ]
null
null
null
tools/NSIS/Contrib/NSISdl/netinc.h
MikeAScott/testifywizard
74b767f35d4b1e163ce5437593f61f5a1d75e1c2
[ "MIT" ]
null
null
null
tools/NSIS/Contrib/NSISdl/netinc.h
MikeAScott/testifywizard
74b767f35d4b1e163ce5437593f61f5a1d75e1c2
[ "MIT" ]
null
null
null
/* ** JNetLib ** Copyright (C) 2000-2001 Nullsoft, Inc. ** Author: Justin Frankel ** File: netinc.h - network includes and portability defines (used internally) ** License: see jnetlib.h */ #ifndef _NETINC_H_ #define _NETINC_H_ #include <windows.h> #include "util.h" #define strcasecmp(x,y) stricmp(x,y)...
22.139535
94
0.733193
692ec1af337250242985748b546222292ba289f3
4,958
h
C
Model/ARotBondedInteraction.h
danielfrascarelli/esys-particle
e56638000fd9c4af77e21c75aa35a4f8922fd9f0
[ "Apache-2.0" ]
null
null
null
Model/ARotBondedInteraction.h
danielfrascarelli/esys-particle
e56638000fd9c4af77e21c75aa35a4f8922fd9f0
[ "Apache-2.0" ]
null
null
null
Model/ARotBondedInteraction.h
danielfrascarelli/esys-particle
e56638000fd9c4af77e21c75aa35a4f8922fd9f0
[ "Apache-2.0" ]
null
null
null
///////////////////////////////////////////////////////////// // // // Copyright (c) 2003-2019 by The University of Queensland // // Centre for Geoscience Computing // // http://earth.uq.edu.au/centre-geoscience-computing // // ...
29.511905
105
0.671238
509958e59316c813a8ad678212c15f1fd40bc7ee
748
h
C
src/stkwebapp/StkWebAppExec.h
s-takeuchi/YaizuComLib
de1c881a4b743bafec22f7ea2d263572c474cbfe
[ "MIT" ]
4
2017-02-21T23:25:23.000Z
2022-01-30T20:17:22.000Z
src/stkwebapp/StkWebAppExec.h
Aekras1a/YaizuComLib
470d33376add0d448002221b75f7efd40eec506f
[ "MIT" ]
161
2015-05-16T14:26:36.000Z
2021-11-25T05:07:56.000Z
src/stkwebapp/StkWebAppExec.h
Aekras1a/YaizuComLib
470d33376add0d448002221b75f7efd40eec506f
[ "MIT" ]
1
2019-12-06T10:24:45.000Z
2019-12-06T10:24:45.000Z
#pragma once #include "../commonfunc/StkObject.h" class StkWebAppExec { public: static const unsigned char STKWEBAPP_METHOD_UNDEFINED = 0x00; static const unsigned char STKWEBAPP_METHOD_GET = 0x01; static const unsigned char STKWEBAPP_METHOD_HEAD = 0x02; static const unsigned char STKWEBAPP_METHOD_POST...
35.619048
106
0.770053
da1d870a7d7f17928b748b95ed63a434053a1f8c
1,515
h
C
board.h
TediCreations/systick
2fc6f5be2e84089728505b61c967f79b6e435e60
[ "MIT" ]
null
null
null
board.h
TediCreations/systick
2fc6f5be2e84089728505b61c967f79b6e435e60
[ "MIT" ]
null
null
null
board.h
TediCreations/systick
2fc6f5be2e84089728505b61c967f79b6e435e60
[ "MIT" ]
null
null
null
/****************************************************************************** About ******************************************************************************/ //TODO: Doxygen the about section in file board.h /** * \file board.h * * \brief TODO: Write brief * * Created: 08/12/2017 * * \...
24.435484
81
0.380858
dd7e8709638d8440236f39c8ce6704c6c9ec0d6e
8,412
h
C
unittests/DebugInfo/DWARF/DwarfGenerator.h
vangthao95/llvm
7161a90f679d8d52ab57a3166361a7ebd1ba5459
[ "Apache-2.0" ]
171
2018-09-17T13:15:12.000Z
2022-03-18T03:47:04.000Z
FRProtector/unittests/DebugInfo/DWARF/DwarfGenerator.h
whucs303/randomizationlib
07a1f495e1cf878ad9dd4c79b7ff1c6b48cff876
[ "MIT" ]
27
2018-09-17T17:49:49.000Z
2021-11-03T04:31:51.000Z
FRProtector/unittests/DebugInfo/DWARF/DwarfGenerator.h
whucs303/randomizationlib
07a1f495e1cf878ad9dd4c79b7ff1c6b48cff876
[ "MIT" ]
55
2018-02-01T07:11:49.000Z
2022-03-04T01:20:23.000Z
//===--- unittests/DebugInfo/DWARF/DwarfGenerator.h -------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
36.103004
80
0.711484
202c2b8dfe288e1eb35e358ecb2592a1c6f399dc
158
h
C
source/engine/mainloop.h
lukaklar/Khan-Engine
2496366759649d282d725fa637b25fb1e0d4fdfa
[ "Apache-2.0" ]
null
null
null
source/engine/mainloop.h
lukaklar/Khan-Engine
2496366759649d282d725fa637b25fb1e0d4fdfa
[ "Apache-2.0" ]
null
null
null
source/engine/mainloop.h
lukaklar/Khan-Engine
2496366759649d282d725fa637b25fb1e0d4fdfa
[ "Apache-2.0" ]
null
null
null
#pragma once #include "system/timer.hpp" namespace Khan { class MainLoop { public: void Run(); private: Timer m_UpdateTimer; bool m_Running; }; }
10.533333
27
0.683544
59e6c58bb198cdb0587fa1296a0681a5b0b1c84d
411
h
C
Classes/Sorts/Models/SortListItem.h
XYGDeveloper/GlobalFrog
aac846dca5817b9eb2efc0e73bad5bdca6225fa8
[ "MIT" ]
1
2019-04-24T07:42:29.000Z
2019-04-24T07:42:29.000Z
Classes/Sorts/Models/SortListItem.h
XYGDeveloper/GlobalFrog
aac846dca5817b9eb2efc0e73bad5bdca6225fa8
[ "MIT" ]
null
null
null
Classes/Sorts/Models/SortListItem.h
XYGDeveloper/GlobalFrog
aac846dca5817b9eb2efc0e73bad5bdca6225fa8
[ "MIT" ]
null
null
null
// // SortListItem.h // Qqw // // Created by zagger on 16/8/31. // Copyright © 2016年 quanqiuwa. All rights reserved. // #import <Foundation/Foundation.h> /** * 分类列表模型 */ @interface SortListItem : NSObject @property (nonatomic, copy) NSString *cat_id; @property (nonatomic, copy) NSString *cat_name; @property...
16.44
53
0.695864
ea3cc38a0e3181c0bcca3e4fb6a2a9cf7ad670f7
3,923
c
C
XFree86-3.3/xc/programs/Xserver/dix/pixmap.c
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
46
2015-12-04T17:12:58.000Z
2022-03-11T04:30:49.000Z
XFree86-3.3/xc/programs/Xserver/dix/pixmap.c
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
null
null
null
XFree86-3.3/xc/programs/Xserver/dix/pixmap.c
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
23
2016-10-24T09:18:14.000Z
2022-02-25T02:11:35.000Z
/* $XConsortium: pixmap.c /main/4 1996/08/12 22:04:49 dpw $ */ /* $XFree86: xc/programs/Xserver/dix/pixmap.c,v 3.1 1996/12/23 06:29:47 dawes Exp $ */ /* Copyright (c) 1993 X Consortium Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (th...
25.980132
86
0.705837
2d57663cb5b46895ea68d4c6ad1fec0f3b6c545b
1,887
h
C
inc/elf.h
A1va/MIT6.828
9d569808573f5b1df04f22927f18507c004278c9
[ "MIT" ]
1
2020-12-23T06:45:01.000Z
2020-12-23T06:45:01.000Z
inc/elf.h
A1va/MIT6.828
9d569808573f5b1df04f22927f18507c004278c9
[ "MIT" ]
null
null
null
inc/elf.h
A1va/MIT6.828
9d569808573f5b1df04f22927f18507c004278c9
[ "MIT" ]
null
null
null
#ifndef JOS_INC_ELF_H #define JOS_INC_ELF_H #define ELF_MAGIC 0x464C457FU /* "\x7FELF" in little endian */ // ELF file // Header(识别+执行): ELF Header (ELF) + Program Header Table (Proghdr) // Section: 可执行的内容: Code + Data + Section's Name // Header(链接 执行可忽略): Section Header Table // 1. 解析 Header 1 // 2. 根据 Segment 属性字段将...
25.5
67
0.72973
31c9f67adf73049a33aa67ef91bf6e8ed22f2b40
80
h
C
client-lite/src/config/network_monitor.h
QPC-database/do-client
8966861204e09961f0db33728e500cd7346cd5dd
[ "MIT" ]
1
2021-07-06T14:12:34.000Z
2021-07-06T14:12:34.000Z
client-lite/src/config/network_monitor.h
QPC-database/do-client
8966861204e09961f0db33728e500cd7346cd5dd
[ "MIT" ]
null
null
null
client-lite/src/config/network_monitor.h
QPC-database/do-client
8966861204e09961f0db33728e500cd7346cd5dd
[ "MIT" ]
null
null
null
#pragma once class NetworkMonitor { public: static bool IsConnected(); };
8.888889
30
0.7
677623c5519ceb59bf6227c06b977474ac80b2e1
1,818
c
C
src/utils/buffer.c
TristanBilot/42sh
9e956c59e2efdbd35ad17367fda30ae78c772abe
[ "MIT" ]
null
null
null
src/utils/buffer.c
TristanBilot/42sh
9e956c59e2efdbd35ad17367fda30ae78c772abe
[ "MIT" ]
null
null
null
src/utils/buffer.c
TristanBilot/42sh
9e956c59e2efdbd35ad17367fda30ae78c772abe
[ "MIT" ]
null
null
null
#include <stdlib.h> #include <string.h> #include "../lexer/lexer.h" #include "../utils/buffer.h" #include "../utils/xalloc.h" struct buffer *new_buffer(void) { struct buffer *buffer = xcalloc(sizeof(struct buffer), 1); buffer->buf = xcalloc(BUFFER_SIZE, 1); buffer->index = 0; return buffer; } struct b...
22.444444
70
0.610011
915aaf3b33d60b093fb514f52b052aed753cf416
4,134
h
C
programmer/stm32/lib/io.h
jburks/vera-module
403b4179fb6ce2e6d454d9fd103823520889856d
[ "MIT" ]
23
2022-03-11T13:37:01.000Z
2022-03-29T08:06:17.000Z
programmer/stm32/lib/io.h
jburks/vera-module
403b4179fb6ce2e6d454d9fd103823520889856d
[ "MIT" ]
2
2022-03-14T10:54:50.000Z
2022-03-28T05:59:25.000Z
programmer/stm32/lib/io.h
fvdhoef/vera-module
403b4179fb6ce2e6d454d9fd103823520889856d
[ "MIT" ]
12
2022-03-11T08:46:43.000Z
2022-03-27T07:24:46.000Z
#pragma once #include "common.h" #define IO_BANK(x) ((x) << 4) #define IO_INVERT (1 << 8) enum iobank { IOBANK_A = 0, IOBANK_B = 1, IOBANK_C = 2, IOBANK_D = 3, IOBANK_F = 5, }; enum iospeed { IOSPEED_LOW = 0, // max 2MHz (125ns rise/fall time) IOSPEED_MEDIUM = 1, // max 10MHz ( 25n...
26.33121
158
0.598936
eff544226c29723e109f458b822e6574df244af8
268
h
C
Example/YYBundle/YYAppDelegate.h
baozhoua/YYBundle
33afaa8d1a1f8c283ba58664aa06cf3f63c5e1b2
[ "MIT" ]
null
null
null
Example/YYBundle/YYAppDelegate.h
baozhoua/YYBundle
33afaa8d1a1f8c283ba58664aa06cf3f63c5e1b2
[ "MIT" ]
null
null
null
Example/YYBundle/YYAppDelegate.h
baozhoua/YYBundle
33afaa8d1a1f8c283ba58664aa06cf3f63c5e1b2
[ "MIT" ]
null
null
null
// // YYAppDelegate.h // YYBundle // // Created by baozhou on 06/16/2020. // Copyright (c) 2020 baozhou. All rights reserved. // @import UIKit; @interface YYAppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
16.75
62
0.712687
0b27f505f4284d7aa636156cc6c9a1f501191a0d
32
h
C
AMOS/Developer/include/pragmas/keymap_pragmas.h
fatman2021/AMOSProfessional
e4b00e561c4af708d1f1006ec833d5cc9aef91df
[ "MIT" ]
2
2020-01-23T17:33:10.000Z
2020-11-01T20:19:42.000Z
AMOS/Developer/include/pragmas/keymap_pragmas.h
fatman2021/AMOSProfessional
e4b00e561c4af708d1f1006ec833d5cc9aef91df
[ "MIT" ]
null
null
null
AMOS/Developer/include/pragmas/keymap_pragmas.h
fatman2021/AMOSProfessional
e4b00e561c4af708d1f1006ec833d5cc9aef91df
[ "MIT" ]
1
2020-08-23T17:06:59.000Z
2020-08-23T17:06:59.000Z
#include <clib/keymap_protos.h>
16
31
0.78125
295eda386e638e5182e586c6970a51984591c91d
268
h
C
CoconutKit-demo/Sources/Demos/View/TableViewCells/HeaderView.h
Akylas/CoconutKit
fe4cd2c001583124723d6e740d06cead3e24985c
[ "MIT" ]
null
null
null
CoconutKit-demo/Sources/Demos/View/TableViewCells/HeaderView.h
Akylas/CoconutKit
fe4cd2c001583124723d6e740d06cead3e24985c
[ "MIT" ]
null
null
null
CoconutKit-demo/Sources/Demos/View/TableViewCells/HeaderView.h
Akylas/CoconutKit
fe4cd2c001583124723d6e740d06cead3e24985c
[ "MIT" ]
null
null
null
// // HeaderView.h // CoconutKit-demo // // Created by Samuel Défago on 2/11/11. // Copyright 2011 Hortis. All rights reserved. // @interface HeaderView : HLSNibView { @private UILabel *m_label; } @property (nonatomic, retain) IBOutlet UILabel *label; @end
15.764706
54
0.690299
711d3ab38169fa06a342e01982cce0396ac8fe18
240
h
C
iOSOpenDev/frameworks/AssistantServices.framework/Headers/AFServiceHelper.h
bzxy/cydia
f8c838cdbd86e49dddf15792e7aa56e2af80548d
[ "MIT" ]
678
2017-11-17T08:33:19.000Z
2022-03-26T10:40:20.000Z
iOSOpenDev/frameworks/AssistantServices.framework/Headers/AFServiceHelper.h
chenfanfang/Cydia
5efce785bfd5f1064b9c0f0e29a9cc05aa24cad0
[ "MIT" ]
22
2019-04-16T05:51:53.000Z
2021-11-08T06:18:45.000Z
iOSOpenDev/frameworks/AssistantServices.framework/Headers/AFServiceHelper.h
chenfanfang/Cydia
5efce785bfd5f1064b9c0f0e29a9cc05aa24cad0
[ "MIT" ]
170
2018-06-10T07:59:20.000Z
2022-03-22T16:19:33.000Z
/** * This header is generated by class-dump-z 0.2b. * * Source: (null) */ @protocol AFServiceHelper <NSObject> - (id)assistantLocalizedStringForKey:(id)key table:(id)table bundle:(id)bundle; - (BOOL)openSensitiveURL:(id)url; @end
16
79
0.7
8685a7293a68ac8c6cbf984fea8bb6d1c24b060b
309
h
C
src/game/aistate.h
illogica/Qtesseract
8575735f053711412579353d6bc95bb9e908104e
[ "Zlib" ]
1
2016-07-02T19:53:36.000Z
2016-07-02T19:53:36.000Z
src/game/aistate.h
illogica/Qtesseract
8575735f053711412579353d6bc95bb9e908104e
[ "Zlib" ]
null
null
null
src/game/aistate.h
illogica/Qtesseract
8575735f053711412579353d6bc95bb9e908104e
[ "Zlib" ]
null
null
null
#ifndef AISTATE_H #define AISTATE_H namespace ai{ class aistate { public: aistate(); ~aistate(); aistate(int m, int t, int r = -1, int v = -1); void reset(); int type, millis, targtype, target, idle; bool override; }; } #endif // AISTATE_H
14.714286
54
0.530744
8e08b214a8c594d40f0e4d33e837541451db043a
244
h
C
nConsvr.h
fstltna/conquest_bbs_source
dde8aa0de681aa445f7cf5173524d85193cf170c
[ "Artistic-2.0" ]
null
null
null
nConsvr.h
fstltna/conquest_bbs_source
dde8aa0de681aa445f7cf5173524d85193cf170c
[ "Artistic-2.0" ]
null
null
null
nConsvr.h
fstltna/conquest_bbs_source
dde8aa0de681aa445f7cf5173524d85193cf170c
[ "Artistic-2.0" ]
null
null
null
/* * server connect node * * $Id$ * * Copyright 1999-2004 Jon Trulson under the ARTISTIC LICENSE. (See LICENSE). */ #ifndef _NCONSVR_H #define _NCONSVR_H void nConsvrInit(char *remotehost, Unsgn16 remoteport); #endif /* _NCONSVR_H */
16.266667
77
0.704918
e50e900531799633fd823c9f40178b41ac95335d
227
c
C
contrib/libf2c/libI77/dolio.c
TrustedBSD/sebsd
fd5de6f587183087cf930779701d5713e8ca64cc
[ "Naumen", "Condor-1.1", "MS-PL" ]
4
2017-04-06T21:39:15.000Z
2019-10-09T17:34:14.000Z
contrib/libf2c/libI77/dolio.c
TrustedBSD/sebsd
fd5de6f587183087cf930779701d5713e8ca64cc
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
contrib/libf2c/libI77/dolio.c
TrustedBSD/sebsd
fd5de6f587183087cf930779701d5713e8ca64cc
[ "Naumen", "Condor-1.1", "MS-PL" ]
1
2020-01-04T06:36:39.000Z
2020-01-04T06:36:39.000Z
#include "config.h" #include "f2c.h" extern int (*f__lioproc) (ftnint *, char *, ftnlen, ftnint); integer do_lio (ftnint * type, ftnint * number, char *ptr, ftnlen len) { return ((*f__lioproc) (number, ptr, len, *type)); }
20.636364
62
0.656388
ab496587463df9e8e1af8e58c8cb95c2445edfc4
227
h
C
timery.h
Bochemix/Measure-RMS-with-ATmega16
08f8b716c2660e67e97779963651c660839dea72
[ "MIT" ]
null
null
null
timery.h
Bochemix/Measure-RMS-with-ATmega16
08f8b716c2660e67e97779963651c660839dea72
[ "MIT" ]
null
null
null
timery.h
Bochemix/Measure-RMS-with-ATmega16
08f8b716c2660e67e97779963651c660839dea72
[ "MIT" ]
null
null
null
/* * timery.h * * Created on: Apr 9, 2015 * Author: juju */ #ifndef TIMERY_H_ #define TIMERY_H_ volatile uint16_t licznik; volatile uint8_t flag; volatile uint8_t czas; void init_timera(); #endif /* TIMERY_H_ */
12.611111
27
0.678414
3902ebff9da3744bb9b185efd16914e7add6dcb5
70
h
C
main/opus_test.h
commarmi76/libopus_for_esp32
97714fe97f9459a42f3bfa57b93fe27ff4bfdf79
[ "Apache-2.0" ]
41
2017-05-11T04:43:13.000Z
2022-03-17T04:18:27.000Z
main/opus_test.h
pavestru/libopus_for_esp32
3aae513fdaa1fbedd72d8676d175b10bd968a565
[ "Apache-2.0" ]
3
2017-07-08T01:20:30.000Z
2020-02-07T16:20:39.000Z
main/opus_test.h
commarmi76/libopus_for_esp32
97714fe97f9459a42f3bfa57b93fe27ff4bfdf79
[ "Apache-2.0" ]
10
2017-05-21T02:52:34.000Z
2020-08-18T04:25:20.000Z
#ifndef OPUS_TEST #define OPUS_TEST void opus_test(); #endif
10
19
0.685714
586eb7ef869db6105c145d2343825bddcead5855
2,368
h
C
main/vcl/inc/vcl/lstbox.h
Grosskopf/openoffice
93df6e8a695d5e3eac16f3ad5e9ade1b963ab8d7
[ "Apache-2.0" ]
679
2015-01-06T06:34:58.000Z
2022-03-30T01:06:03.000Z
main/vcl/inc/vcl/lstbox.h
Grosskopf/openoffice
93df6e8a695d5e3eac16f3ad5e9ade1b963ab8d7
[ "Apache-2.0" ]
102
2017-11-07T08:51:31.000Z
2022-03-17T12:13:49.000Z
main/vcl/inc/vcl/lstbox.h
Grosskopf/openoffice
93df6e8a695d5e3eac16f3ad5e9ade1b963ab8d7
[ "Apache-2.0" ]
331
2015-01-06T11:40:55.000Z
2022-03-14T04:07:51.000Z
/************************************************************** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to y...
38.193548
71
0.683699
b56c5d4c6f2e0998448f9d009cb52e8332647043
77
c
C
libpi-fake/fake-dev-barrier.c
aym-v/cs140e-21spr
cb8460f5e4517ed03d47db40f81dd25470e1dab6
[ "MIT" ]
23
2022-01-05T00:06:04.000Z
2022-03-29T06:14:31.000Z
libpi-fake/fake-dev-barrier.c
aym-v/cs140e-21spr
cb8460f5e4517ed03d47db40f81dd25470e1dab6
[ "MIT" ]
null
null
null
libpi-fake/fake-dev-barrier.c
aym-v/cs140e-21spr
cb8460f5e4517ed03d47db40f81dd25470e1dab6
[ "MIT" ]
16
2021-03-31T06:30:25.000Z
2021-12-08T23:06:35.000Z
#include "fake-pi.h" void dev_barrier(void) { trace("dev_barrier\n"); }
12.833333
27
0.649351
44058bd1e284e485be14137bf1c9afa6aa8d42a5
3,839
h
C
Source/SkyEngine/include/Render/ShaderProgram.h
SilangQuan/SkyEngine
2a31932bc9b03507771c216ca97362c32804eff3
[ "MIT" ]
2
2017-11-26T18:57:58.000Z
2018-02-02T08:40:38.000Z
Source/SkyEngine/include/Render/ShaderProgram.h
SilangQuan/SkyEngine
2a31932bc9b03507771c216ca97362c32804eff3
[ "MIT" ]
null
null
null
Source/SkyEngine/include/Render/ShaderProgram.h
SilangQuan/SkyEngine
2a31932bc9b03507771c216ca97362c32804eff3
[ "MIT" ]
1
2019-05-21T03:03:09.000Z
2019-05-21T03:03:09.000Z
#pragma once #include "Base.h" #include "Shader.h" #include "Lighting/Light.h" #include "UniformVariable.h" class RenderContext; class ShaderProgram { GLuint m_programID; Shader* shaders[Shader::NUM_SHADER_TYPES]; //ShaderProgram has ownership of its shaders map<const string, IUniform*> uniformsMap; vector<IUniform...
28.649254
100
0.756707
be3af4af03f001e23a0c0a38cbe34d6c141005ad
274
c
C
Challenges/flipping_bits.c
softctrl/hackerrank_codes
b67684a82906ee9176297d786137c07f9df2b195
[ "Apache-2.0" ]
null
null
null
Challenges/flipping_bits.c
softctrl/hackerrank_codes
b67684a82906ee9176297d786137c07f9df2b195
[ "Apache-2.0" ]
null
null
null
Challenges/flipping_bits.c
softctrl/hackerrank_codes
b67684a82906ee9176297d786137c07f9df2b195
[ "Apache-2.0" ]
null
null
null
#include <stdio.h> #include <string.h> #include <math.h> #include <stdlib.h> #include <stdint.h> int main() { int count = 0; scanf("%d", &count); uint32_t t = 0; while (count--) { scanf("%u", &t); printf("%u\n", ~t); } return 0; }
14.421053
27
0.5
71b48274aa1e71457a90342307dc4047aff2b81f
1,657
h
C
cpp-primer/ch12/str_blob.h
sylsaint/cpp_learning
158bdf6186a38838ef16f9739e436b17518a56ba
[ "MIT" ]
null
null
null
cpp-primer/ch12/str_blob.h
sylsaint/cpp_learning
158bdf6186a38838ef16f9739e436b17518a56ba
[ "MIT" ]
null
null
null
cpp-primer/ch12/str_blob.h
sylsaint/cpp_learning
158bdf6186a38838ef16f9739e436b17518a56ba
[ "MIT" ]
null
null
null
#include<vector> #include<string> #include<stdexcept> #ifndef STR_BLOB_H #define STR_BLOB_H class StrBlobPtr; class StrBlob { public: friend class StrBlobPtr; StrBlobPtr begin(); StrBlobPtr end(); using size_type = std::vector<std::string>::size_type; StrBlob(); Str...
23.671429
113
0.614967
ce02b4bc663a99f07242b298541253814d6542fb
466
h
C
autoware.ai/src/autoware/core_perception/vision_darknet_detect/darknet/src/activation_layer.h
Jihwan-Kimm/Autoware_On_Embedded
dc45b70a355fdd26a65007e9c1d9246090f06373
[ "MIT" ]
4
2018-02-05T10:52:14.000Z
2020-02-26T17:51:02.000Z
autoware.ai/src/autoware/core_perception/vision_darknet_detect/darknet/src/activation_layer.h
Jihwan-Kimm/Autoware_On_Embedded
dc45b70a355fdd26a65007e9c1d9246090f06373
[ "MIT" ]
1
2018-06-12T10:15:04.000Z
2018-06-12T10:15:04.000Z
src/activation_layer.h
Aaron5210/yolo_seq_nms
6484176ea998f50df38b83d8d16ffe009ec52929
[ "MIT" ]
3
2021-07-12T06:38:00.000Z
2022-03-21T07:27:17.000Z
#ifndef ACTIVATION_LAYER_H #define ACTIVATION_LAYER_H #include "activations.h" #include "layer.h" #include "network.h" layer make_activation_layer(int batch, int inputs, ACTIVATION activation); void forward_activation_layer(layer l, network net); void backward_activation_layer(layer l, network net); #if...
23.3
75
0.776824
7da5db248c1f39456f972e990cb574e254dede88
4,499
c
C
src/vtun.c
kei-g/vtun
25a1d590400df0b517089e9ad276024272871f50
[ "BSD-3-Clause" ]
null
null
null
src/vtun.c
kei-g/vtun
25a1d590400df0b517089e9ad276024272871f50
[ "BSD-3-Clause" ]
null
null
null
src/vtun.c
kei-g/vtun
25a1d590400df0b517089e9ad276024272871f50
[ "BSD-3-Clause" ]
null
null
null
#include "vtun.h" #include "base64.h" #include "codec.h" #include "conf.h" #include "xfer.h" #include <fcntl.h> #include <getopt.h> #include <libgen.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #if defined(__FreeBSD__) #include <sys/event.h> #elif defined(__linux__) #include <sys/epoll.h> #endif #i...
22.383085
108
0.627695
7ac82c61dffa0c6058036949f2f21a2d412203b2
468
h
C
base/selectable.h
eLong-INF/pyxis
304820eb72bd62d3c211c3423f62dc87b535bb3c
[ "BSD-3-Clause" ]
9
2016-07-21T01:45:17.000Z
2016-08-26T03:20:25.000Z
base/selectable.h
eLong-opensource/pyxis
304820eb72bd62d3c211c3423f62dc87b535bb3c
[ "BSD-3-Clause" ]
null
null
null
base/selectable.h
eLong-opensource/pyxis
304820eb72bd62d3c211c3423f62dc87b535bb3c
[ "BSD-3-Clause" ]
null
null
null
#ifndef PYXIS_BASE_SELECTABLE_H #define PYXIS_BASE_SELECTABLE_H #include <string> #include <boost/shared_ptr.hpp> namespace pyxis { // 可以被selector select的接口。设计为select少量接口,不适合大量的。 // 目前只支持可读事件 // 由于可读的时刻和最终读的时刻不一致,会发生竞争,不适合多个reader。 class Selectable { public: Selectable() { } virtual ~Selectable() { } ...
16.714286
52
0.732906
4df5bc1fc46f345330de3af3b6031a59f1f0dc46
5,115
h
C
vlc_linux/vlc-3.0.16/modules/codec/webvtt/css_parser.h
Brook1711/biubiu_Qt6
5c4d22a1d1beef63bc6c7738dce6c477c4642803
[ "MIT" ]
null
null
null
vlc_linux/vlc-3.0.16/modules/codec/webvtt/css_parser.h
Brook1711/biubiu_Qt6
5c4d22a1d1beef63bc6c7738dce6c477c4642803
[ "MIT" ]
null
null
null
vlc_linux/vlc-3.0.16/modules/codec/webvtt/css_parser.h
Brook1711/biubiu_Qt6
5c4d22a1d1beef63bc6c7738dce6c477c4642803
[ "MIT" ]
null
null
null
/***************************************************************************** * css_parser.h : CSS parser interface ***************************************************************************** * Copyright (C) 2017 VideoLabs, VLC authors and VideoLAN * * This program is free software; you can redistribute it and/...
27.95082
92
0.699902
06489c0bb0015347ad83a7708032ba310930fd8b
834
h
C
Utils/objc-utils/Common/ThemeManager.h
moxian1993/Utils
d4960d228243e09446d6627e763ce56dd74f06c6
[ "MIT" ]
null
null
null
Utils/objc-utils/Common/ThemeManager.h
moxian1993/Utils
d4960d228243e09446d6627e763ce56dd74f06c6
[ "MIT" ]
null
null
null
Utils/objc-utils/Common/ThemeManager.h
moxian1993/Utils
d4960d228243e09446d6627e763ce56dd74f06c6
[ "MIT" ]
null
null
null
// // ThemeManager.h // Utils // // Created by Xian Mo on 2020/8/29. // Copyright © 2020 Mo. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import "ZWSingleton.h" #define _ThemeManager ([ThemeManager sharedInstance]) #define LANGUAGE(__KEY__) ([_ThemeManager localizedStringW...
22.540541
78
0.758993
ff3c1ef26b16ad5b6800e0725d308ef9b63d6e7c
2,299
h
C
dev/Code/Tools/RC/ResourceCompilerImage/UIBumpmapPanel.h
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
8
2019-10-07T16:33:47.000Z
2020-12-07T03:59:58.000Z
dev/Code/Tools/RC/ResourceCompilerImage/UIBumpmapPanel.h
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
null
null
null
dev/Code/Tools/RC/ResourceCompilerImage/UIBumpmapPanel.h
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
5
2020-08-27T20:44:18.000Z
2021-08-21T22:54:11.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...
32.842857
99
0.703349
9e51bd8f55dfc743a1590ff66fa02d8f9457ba14
8,639
c
C
examples/rkmedia_vi_double_cameras_test.c
rockchip-linux/rkmedia
992663e9069e8426f5a71f4045666786b3bd4bcf
[ "BSD-3-Clause" ]
23
2020-02-29T10:47:22.000Z
2022-01-20T01:52:21.000Z
examples/rkmedia_vi_double_cameras_test.c
rockchip-linux/rkmedia
992663e9069e8426f5a71f4045666786b3bd4bcf
[ "BSD-3-Clause" ]
13
2020-05-12T15:11:04.000Z
2021-12-02T05:48:39.000Z
examples/rkmedia_vi_double_cameras_test.c
rockchip-linux/rkmedia
992663e9069e8426f5a71f4045666786b3bd4bcf
[ "BSD-3-Clause" ]
19
2020-01-12T04:07:33.000Z
2022-02-18T08:43:19.000Z
// Copyright 2020 Fuzhou Rockchip Electronics Co., Ltd. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <assert.h> #include <fcntl.h> #include <signal.h> #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <time.h> #...
29.484642
79
0.676583
c7504e4772fd596b96316c44c260b07b8b721bad
7,206
h
C
src/test/TestSimpleNumberExpressionTokeniser.h
markbush/comal-tools
d8b6affb0f31e40f6f85c39be48844ceb8aba863
[ "MIT" ]
null
null
null
src/test/TestSimpleNumberExpressionTokeniser.h
markbush/comal-tools
d8b6affb0f31e40f6f85c39be48844ceb8aba863
[ "MIT" ]
null
null
null
src/test/TestSimpleNumberExpressionTokeniser.h
markbush/comal-tools
d8b6affb0f31e40f6f85c39be48844ceb8aba863
[ "MIT" ]
null
null
null
#include <cxxtest/TestSuite.h> #include <vector> #include <string> #include "../parsers/ExprTokeniser.h" using namespace std::string_literals; class SimpleNumberExprTokeniserTestSuite : public CxxTest::TestSuite { public: void testAdd(void) { // a + b => a b + std::string value1 {"123"s}; std::string v...
28.258824
70
0.613933
0ff5954b72349ed7ea843bcfb1f2ec67efa6a000
10,844
c
C
roxterm/src/optsfile.c
Yisus7u7/extra-builds
a64a132dc91f0cfeddf50506d07bbec6964427a5
[ "MIT" ]
null
null
null
roxterm/src/optsfile.c
Yisus7u7/extra-builds
a64a132dc91f0cfeddf50506d07bbec6964427a5
[ "MIT" ]
null
null
null
roxterm/src/optsfile.c
Yisus7u7/extra-builds
a64a132dc91f0cfeddf50506d07bbec6964427a5
[ "MIT" ]
null
null
null
/* roxterm - VTE/GTK terminal emulator with tabs Copyright (C) 2004-2015 Tony Houghton <h@realh.co.uk> 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...
24.097778
80
0.676872
db0ca98aafc17655bd26528e113d3b25c943a753
5,615
h
C
blades/gnunet/src/include/gnunet_helper_lib.h
krattai/AEBL
a7b12c97479e1236d5370166b15ca9f29d7d4265
[ "BSD-2-Clause" ]
4
2016-04-26T03:43:54.000Z
2016-11-17T08:09:04.000Z
blades/gnunet/src/include/gnunet_helper_lib.h
krattai/AEBL
a7b12c97479e1236d5370166b15ca9f29d7d4265
[ "BSD-2-Clause" ]
17
2015-01-05T21:06:22.000Z
2015-12-07T20:45:44.000Z
blades/gnunet/src/include/gnunet_helper_lib.h
krattai/AEBL
a7b12c97479e1236d5370166b15ca9f29d7d4265
[ "BSD-2-Clause" ]
3
2016-04-26T03:43:55.000Z
2020-11-06T11:02:08.000Z
/* This file is part of GNUnet. Copyright (C) 2011, 2012 Christian Grothoff GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later ver...
30.851648
94
0.721104
8484af833780347db6770ef3414563913161962c
489
h
C
catowser/HttpKit/HttpKit.h
kyzmitch/catowser
3848053458e3910fd34d60929c42493654e56036
[ "BSD-3-Clause" ]
1
2022-03-11T16:42:50.000Z
2022-03-11T16:42:50.000Z
catowser/HttpKit/HttpKit.h
kyzmitch/catowser
3848053458e3910fd34d60929c42493654e56036
[ "BSD-3-Clause" ]
null
null
null
catowser/HttpKit/HttpKit.h
kyzmitch/catowser
3848053458e3910fd34d60929c42493654e56036
[ "BSD-3-Clause" ]
null
null
null
// // HttpKit.h // HttpKit // // Created by Andrei Ermoshin on 10/11/19. // Copyright © 2019 andreiermoshin. All rights reserved. // #import <UIKit/UIKit.h> //! Project version number for HttpKit. FOUNDATION_EXPORT double HttpKitVersionNumber; //! Project version string for HttpKit. FOUNDATION_EXPORT const unsig...
24.45
132
0.756646
d5cafb98b34271da651244b2b6728cee2f3b7e20
2,949
h
C
Classes/data/MKMDataCoder.h
dimchat/mkm-objc
b76fccfb3d23b358a14cc8a499980415f650de2c
[ "MIT" ]
null
null
null
Classes/data/MKMDataCoder.h
dimchat/mkm-objc
b76fccfb3d23b358a14cc8a499980415f650de2c
[ "MIT" ]
null
null
null
Classes/data/MKMDataCoder.h
dimchat/mkm-objc
b76fccfb3d23b358a14cc8a499980415f650de2c
[ "MIT" ]
1
2019-03-09T06:20:08.000Z
2019-03-09T06:20:08.000Z
// license: https://mit-license.org // // Ming-Ke-Ming : Decentralized User Identity Authentication // // Written in 2020 by Moky <albert.moky@gmail.com> // // ============================================================================= // The MIT License (MIT) // // Copyright (c) 2020 A...
30.091837
80
0.6843
7d8e421e56d4377b3addd61210ddc52c1f731911
1,440
h
C
PSInputLimitDemo/PSInputLimitDemo/UITextField+PSInputLimit.h
passing101/PSInputLimitDemo
01dc64fc04ce3364d6343cf2e857e6f22dc9d2c2
[ "MIT" ]
2
2017-09-07T13:33:42.000Z
2017-09-08T02:40:43.000Z
PSInputLimitDemo/PSInputLimitDemo/UITextField+PSInputLimit.h
passing101/PSInputLimitDemo
01dc64fc04ce3364d6343cf2e857e6f22dc9d2c2
[ "MIT" ]
1
2019-05-31T06:45:57.000Z
2019-05-31T08:03:56.000Z
PSInputLimitDemo/PSInputLimitDemo/UITextField+PSInputLimit.h
passing101/PSInputLimitDemo
01dc64fc04ce3364d6343cf2e857e6f22dc9d2c2
[ "MIT" ]
1
2019-05-31T08:07:26.000Z
2019-05-31T08:07:26.000Z
// // UITextField+PSInputLimit.h // PSInputLimitDemo // // Created by 冯广勇 on 2017/9/1. // Copyright © 2017年 Passing. All rights reserved. // #import <UIKit/UIKit.h> typedef NS_ENUM(NSUInteger, PSInputLimitType) { PSInputLimitTypeNone = 0, //只判断字符个数是否超出 ps_limitDigit PSInputLimitTypeFloat = 1...
25.714286
83
0.704167
7b16651ce32d0e92d038fec02178dbbcf5f64807
1,589
h
C
src/d3d12/D3D12GpuWriteGuard.h
amc522/DX12Scrap
d00aa6ae27a9a0594ce08739af564992f773d916
[ "MIT" ]
1
2022-03-23T23:50:58.000Z
2022-03-23T23:50:58.000Z
src/d3d12/D3D12GpuWriteGuard.h
amc522/DX12Scrap
d00aa6ae27a9a0594ce08739af564992f773d916
[ "MIT" ]
null
null
null
src/d3d12/D3D12GpuWriteGuard.h
amc522/DX12Scrap
d00aa6ae27a9a0594ce08739af564992f773d916
[ "MIT" ]
null
null
null
#pragma once namespace scrap::d3d12 { template<class T> class GpuWriteGuard { public: GpuWriteGuard() = default; GpuWriteGuard(T& gpuBuffer, ID3D12GraphicsCommandList* commandList) : mGpuBuffer(&gpuBuffer) , mCommandList(commandList) { mWriteBuffer = mGpuBuffer->map(); } Gp...
26.483333
110
0.648206
70177b6c9fe7f35e052dd1fe47911f39bebde980
3,648
h
C
libecc/src/elk/sys/arm/pl011.h
ghsecuritylab/ellcc-mirror
b03a4afac74d50cf0987554b8c0cd8209bcb92a2
[ "BSD-2-Clause" ]
null
null
null
libecc/src/elk/sys/arm/pl011.h
ghsecuritylab/ellcc-mirror
b03a4afac74d50cf0987554b8c0cd8209bcb92a2
[ "BSD-2-Clause" ]
null
null
null
libecc/src/elk/sys/arm/pl011.h
ghsecuritylab/ellcc-mirror
b03a4afac74d50cf0987554b8c0cd8209bcb92a2
[ "BSD-2-Clause" ]
null
null
null
/*- * Copyright (c) 2008-2009, Kohsuke Ohtani * 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 must retain the above copyright * notice, this list o...
39.652174
77
0.713816
4a103e6332b8d54714c1d0068c525d3dfb51d8ca
17,107
h
C
libif2k/old/if2k_admin.h
jdkoftinoff/if2kv2
167631c34b684001c2d5b762bdfd3e45e2699cad
[ "BSD-2-Clause" ]
null
null
null
libif2k/old/if2k_admin.h
jdkoftinoff/if2kv2
167631c34b684001c2d5b762bdfd3e45e2699cad
[ "BSD-2-Clause" ]
null
null
null
libif2k/old/if2k_admin.h
jdkoftinoff/if2kv2
167631c34b684001c2d5b762bdfd3e45e2699cad
[ "BSD-2-Clause" ]
1
2021-04-24T07:07:19.000Z
2021-04-24T07:07:19.000Z
#ifndef _IF2K_ADMIN_H #define _IF2K_ADMIN_H #include "if2k_config.h" #include "if2k_serial.h" #include "if2k_svc.h" #include "jdk_questions.h" #include "jdk_html.h" #include "jdk_http_server.h" #include "jdk_util.h" #include "jdk_string.h" class if2k_html_style : public jdk_html_style_simple { public: if2k_html_styl...
26.98265
100
0.687906
f2ddd1017d7f0886df17fc760eb3adae18039a77
443
c
C
src/client/core/cmd/names.c
thibautcornolti/MyIRC
05597431090d9ac1d23d296a35734227db623c74
[ "MIT" ]
null
null
null
src/client/core/cmd/names.c
thibautcornolti/MyIRC
05597431090d9ac1d23d296a35734227db623c74
[ "MIT" ]
null
null
null
src/client/core/cmd/names.c
thibautcornolti/MyIRC
05597431090d9ac1d23d296a35734227db623c74
[ "MIT" ]
null
null
null
/* ** EPITECH PROJECT, 2018 ** myirc ** File description: ** myirc */ #include "client.h" bool cmd_names(sess_t *sess, char *line) { commander_t *cmder = sess->serv->commander; if (strlen(line)) cmder->push(cmder, "NAMES %s", line); else if (strcmp(sess->cur_chan->name, "master")) cmder->push(cmder, "NAMES %s...
19.26087
55
0.65237
780fb9a307347b5774ef4df9f6bb71301e1414f8
3,469
c
C
eval.c
mpu/lambda
accced6300fd130d7a2ee3897dfd578f7b9ba490
[ "MIT" ]
33
2015-03-03T22:23:53.000Z
2022-02-07T04:23:10.000Z
eval.c
mpu/lambda
accced6300fd130d7a2ee3897dfd578f7b9ba490
[ "MIT" ]
null
null
null
eval.c
mpu/lambda
accced6300fd130d7a2ee3897dfd578f7b9ba490
[ "MIT" ]
4
2016-04-08T14:59:24.000Z
2022-01-11T09:59:12.000Z
#include <assert.h> #include <stdlib.h> #include <stdio.h> #include <stdbool.h> #include "eval.h" #include "parse.h" #include "subst.h" #define EVAL_STACK 1024 static inline bool eval_is_value(const struct term *); static inline bool eval_is_value(const struct term * pterm) { return pterm->type == Tlam || ...
22.673203
71
0.437878
785000742bfdbcaa6d3bee0ae25bb48a96dbcc58
2,314
h
C
Engine/Source/Editor/MeshPaint/Public/MeshPaintSettings.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
1
2022-01-29T18:36:12.000Z
2022-01-29T18:36:12.000Z
Engine/Source/Editor/MeshPaint/Public/MeshPaintSettings.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
null
null
null
Engine/Source/Editor/MeshPaint/Public/MeshPaintSettings.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
null
null
null
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #pragma once #include "MeshPaintTypes.h" #include "MeshPaintSettings.generated.h" /** Mesh paint color view modes (somewhat maps to EVertexColorViewMode engine enum.) */ UENUM() enum class EMeshPaintColorViewMode : uint8 { /** Normal view mode (vertex co...
29.291139
142
0.721262
d8a33ade7ef70e53bb7a88206cecec6bfe83eb32
473
h
C
cpp/examples/PushDemo/PushClient/TestRecvThread.h
yangg37/Tars
a4ed7b1706a800175dd02775c12ba3afb89a07ee
[ "Apache-2.0" ]
7
2019-04-04T23:50:24.000Z
2019-09-02T01:21:41.000Z
cpp/examples/PushDemo/PushClient/TestRecvThread.h
yangg37/Tars
a4ed7b1706a800175dd02775c12ba3afb89a07ee
[ "Apache-2.0" ]
null
null
null
cpp/examples/PushDemo/PushClient/TestRecvThread.h
yangg37/Tars
a4ed7b1706a800175dd02775c12ba3afb89a07ee
[ "Apache-2.0" ]
9
2019-03-26T23:56:00.000Z
2020-07-05T03:30:47.000Z
#ifndef __TEST_RECV_THREAD_H #define __TEST_RECV_THREAD_H #include "servant/Application.h" class TestPushCallBack : public ServantProxyCallback { public: virtual int onDispatch(ReqMessagePtr msg); }; typedef tars::TC_AutoPtr<TestPushCallBack> TestPushCallBackPtr; class RecvThread : public TC_Thread, public TC_Threa...
16.310345
63
0.788584
2c6e983e8a1125c933d749259d2ca972d1a54f3e
2,161
h
C
prod/attestation_server/include/C_CkAuthUtilW.h
aanciaes/secure-redis-container
405a34a3a6ab493dbbb21e2ea6d70837b27facbf
[ "BSD-2-Clause" ]
4
2021-04-16T14:46:05.000Z
2021-07-02T20:14:29.000Z
prod/attestation_server/include/C_CkAuthUtilW.h
aanciaes/secure-redis-container
405a34a3a6ab493dbbb21e2ea6d70837b27facbf
[ "BSD-2-Clause" ]
9
2021-04-16T14:05:58.000Z
2021-07-21T19:46:34.000Z
SIMSmeCoreLib/__SIMSme__/ObjC/Chilkat/ChilkatHeaders/C++ Headers/C_CkAuthUtilW.h
cdskev/ginlo-ios
458d0eea0519f055e013ae1f2f6d7b051e9bc23a
[ "Apache-2.0" ]
null
null
null
// This is a generated source file for Chilkat version 9.5.0.83 #ifndef _C_CkAuthUtilWH #define _C_CkAuthUtilWH #include "chilkatDefs.h" #include "Chilkat_C.h" CK_C_VISIBLE_PUBLIC HCkAuthUtilW CkAuthUtilW_Create(void); CK_C_VISIBLE_PUBLIC void CkAuthUtilW_Dispose(HCkAuthUtilW handle); CK_C_VISIBLE_PUBLIC v...
72.033333
206
0.863026
9643145ce878652bab5c3a19502866b7e7c9398b
1,032
h
C
_FBKVOInfo.h
yihongmingfeng/Fruitday
981f6ecdb03a42d95210b249590505db18195dfd
[ "MIT" ]
null
null
null
_FBKVOInfo.h
yihongmingfeng/Fruitday
981f6ecdb03a42d95210b249590505db18195dfd
[ "MIT" ]
null
null
null
_FBKVOInfo.h
yihongmingfeng/Fruitday
981f6ecdb03a42d95210b249590505db18195dfd
[ "MIT" ]
null
null
null
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSObject.h" @class FBKVOController, NSString; @interface _FBKVOInfo : NSObject { FBKVOController *_controller; NSString *_keyPath; unsigned long long _options...
31.272727
153
0.731589
327e10af512e2c066fc84e5ff893cdc1e65d57ac
5,250
c
C
libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L053R8/stm32l0xx_hal_pcd_ex.c
mjrgh/mbed
966bf9577a1d3280df75a0ddd452393d1e8fb97e
[ "Apache-2.0" ]
1
2015-01-02T06:55:31.000Z
2015-01-02T06:55:31.000Z
libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L053R8/stm32l0xx_hal_pcd_ex.c
x893/mbed
103a6a5bc6da7db33c723c278ef08ee491b92cb5
[ "Apache-2.0" ]
null
null
null
libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L053R8/stm32l0xx_hal_pcd_ex.c
x893/mbed
103a6a5bc6da7db33c723c278ef08ee491b92cb5
[ "Apache-2.0" ]
1
2018-11-22T02:59:15.000Z
2018-11-22T02:59:15.000Z
/** ****************************************************************************** * @file stm32l0xx_hal_pcd_ex.c * @author MCD Application Team * @version V1.0.0 * @date 22-April-2014 * @brief Extended PCD HAL module driver. * This file provides firmware functions to manage the followin...
34.539474
84
0.544762
3295e0f2a0889c1bae433746fbb4355f044e4f98
3,942
h
C
src/algorithm/dlist.h
AnkerC/codecomplete
84a5db2f4de904156622429e10c81349ab7a26d6
[ "Apache-2.0" ]
null
null
null
src/algorithm/dlist.h
AnkerC/codecomplete
84a5db2f4de904156622429e10c81349ab7a26d6
[ "Apache-2.0" ]
null
null
null
src/algorithm/dlist.h
AnkerC/codecomplete
84a5db2f4de904156622429e10c81349ab7a26d6
[ "Apache-2.0" ]
null
null
null
#ifndef _DLIST_H_ #define _DLIST_H_ #include <iostream> #include <assert.h> using namespace std; /** *@brief: 双向链表模板实现 *@author skyie *@date 2018/04/01 */ template<typename T> struct Dlist_node { T element; Dlist_node<T>* next; Dlist_node<T>* prev; Dlist_node(): element(), next(...
19.323529
92
0.561898
3297b6281850264dd7ade39bd9cc04d8bb940064
2,600
h
C
sources/Renderer/Direct3D12/D3D12Types.h
beldenfox/LLGL
3a54125ebfa79bb06fccf8c413d308ff22186b52
[ "BSD-3-Clause" ]
1,403
2016-09-28T21:48:07.000Z
2022-03-31T23:58:57.000Z
sources/Renderer/Direct3D12/D3D12Types.h
beldenfox/LLGL
3a54125ebfa79bb06fccf8c413d308ff22186b52
[ "BSD-3-Clause" ]
70
2016-10-13T20:15:58.000Z
2022-01-12T23:51:12.000Z
sources/Renderer/Direct3D12/D3D12Types.h
beldenfox/LLGL
3a54125ebfa79bb06fccf8c413d308ff22186b52
[ "BSD-3-Clause" ]
122
2016-10-23T15:33:44.000Z
2022-03-07T07:41:23.000Z
/* * D3D12Types.h * * This file is part of the "LLGL" project (Copyright (c) 2015-2019 by Lukas Hermanns) * See "LICENSE.txt" for license information. */ #ifndef LLGL_D3D12_TYPES_H #define LLGL_D3D12_TYPES_H #include <LLGL/VertexAttribute.h> #include <LLGL/PipelineStateFlags.h> #include <LLGL/RenderContextFlag...
38.235294
86
0.601923
d2a78ece63a495c5e304ece9ad3bd310c2e802a3
23,026
c
C
lib/pubnub_dns_codec.c
mrtryhard/c-core
4c3c7009a133bf770c255243a2fc580f1629110e
[ "MIT" ]
null
null
null
lib/pubnub_dns_codec.c
mrtryhard/c-core
4c3c7009a133bf770c255243a2fc580f1629110e
[ "MIT" ]
null
null
null
lib/pubnub_dns_codec.c
mrtryhard/c-core
4c3c7009a133bf770c255243a2fc580f1629110e
[ "MIT" ]
null
null
null
/* -*- c-file-style:"stroustrup"; indent-tabs-mode: nil -*- */ #include "lib/pubnub_dns_codec.h" #include "core/pubnub_assert.h" #include "core/pubnub_log.h" #include <string.h> /** Size of DNS header, in octets */ #define HEADER_SIZE 12 /** Offset of the ID field in the DNS header */ #define HEADER_ID_OFFSET 0 /...
35.3702
109
0.502432
d2e4232a237f8411d12fa753e89918cca5cb245f
2,742
h
C
Example/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamNamespacesListResult.h
truebucha/TBDropboxKit
f771ee3a76ea98efe1361822055984584e4fbe97
[ "MIT" ]
null
null
null
Example/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamNamespacesListResult.h
truebucha/TBDropboxKit
f771ee3a76ea98efe1361822055984584e4fbe97
[ "MIT" ]
1
2019-05-01T18:13:39.000Z
2019-05-01T18:22:08.000Z
Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamNamespacesListResult.h
yangerasimuk/Ledger
96b4e30270f797d6da563fc13d42d13a4410b02c
[ "MIT" ]
2
2017-06-01T14:57:44.000Z
2017-06-06T17:14:44.000Z
/// /// Copyright (c) 2016 Dropbox, Inc. All rights reserved. /// /// Auto-generated by Stone, do not modify. /// #import <Foundation/Foundation.h> #import "DBSerializableProtocol.h" @class DBTEAMNamespaceMetadata; @class DBTEAMTeamNamespacesListResult; NS_ASSUME_NONNULL_BEGIN #pragma mark - API Object /// /// Th...
29.483871
83
0.7469
c5d02613ea185dc6209d8d7aca6a902add0e8f61
4,859
h
C
fw/bootloader/bootloader_dfu/dfu.h
foldedtoad/nRF51_IR_Temperature
9015f74794b8e5356c12c1c5909fd20afaf34191
[ "Apache-2.0" ]
7
2016-01-22T10:28:00.000Z
2021-03-20T19:23:58.000Z
fw/bootloader/bootloader_dfu/dfu.h
foldedtoad/nRF51_IR_Temperature
9015f74794b8e5356c12c1c5909fd20afaf34191
[ "Apache-2.0" ]
null
null
null
fw/bootloader/bootloader_dfu/dfu.h
foldedtoad/nRF51_IR_Temperature
9015f74794b8e5356c12c1c5909fd20afaf34191
[ "Apache-2.0" ]
2
2016-06-04T08:31:44.000Z
2018-01-03T14:38:10.000Z
/* Copyright (c) 2013 Nordic Semiconductor. All Rights Reserved. * * The information contained herein is property of Nordic Semiconductor ASA. * Terms and conditions of usage are described in detail in NORDIC * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. * * Licensees are granted free, non-transferab...
35.992593
102
0.710228
306680ad579130514dae8c876b21a57195e3b497
195
h
C
OneYuan/Class/Login/Controller/FindPswVC.h
taylorwen/Duobaodaka-master
36c551d2410338dd01ff79dc4fe3dbc9557eb1bd
[ "MIT" ]
null
null
null
OneYuan/Class/Login/Controller/FindPswVC.h
taylorwen/Duobaodaka-master
36c551d2410338dd01ff79dc4fe3dbc9557eb1bd
[ "MIT" ]
null
null
null
OneYuan/Class/Login/Controller/FindPswVC.h
taylorwen/Duobaodaka-master
36c551d2410338dd01ff79dc4fe3dbc9557eb1bd
[ "MIT" ]
null
null
null
// // FindPswVC.h // MasterDuoBao // // Created by zhan wen on 15/8/28. // Copyright (c) 2015年 wenzhan. All rights reserved. // #import "OneBaseVC.h" @interface FindPswVC : OneBaseVC @end
13.928571
53
0.666667
309a7628b6da19e1efff5818b4fc1f4a68500964
361
c
C
If-else/maxmin2digits.c
roysammy123/C-programs
260d669366f89989f7e4c0a0063319bf471b018d
[ "MIT" ]
2
2022-01-16T15:49:14.000Z
2022-01-20T07:41:05.000Z
If-else/maxmin2digits.c
roysammy123/C-Programs
260d669366f89989f7e4c0a0063319bf471b018d
[ "MIT" ]
null
null
null
If-else/maxmin2digits.c
roysammy123/C-Programs
260d669366f89989f7e4c0a0063319bf471b018d
[ "MIT" ]
null
null
null
//Program to display the maximum and minimum of 2 digits #include<stdio.h> int main() { int a,b; printf("Enter two numbers\n"); scanf("%d%d",&a,&b); if(a>b){ printf("Max is %d\n",a); printf("Min is %d",b); } else{ printf("Max is %d\n",b); printf("...
18.05
57
0.470914
cf6eadc61245b1563454a7532724252ac351574e
8,136
h
C
copasi/model/CMoiety.h
bmoreau/COPASI
d0bbec8947b1266ffd2b0ecf2566da7cf2c3e5ba
[ "Artistic-2.0" ]
null
null
null
copasi/model/CMoiety.h
bmoreau/COPASI
d0bbec8947b1266ffd2b0ecf2566da7cf2c3e5ba
[ "Artistic-2.0" ]
null
null
null
copasi/model/CMoiety.h
bmoreau/COPASI
d0bbec8947b1266ffd2b0ecf2566da7cf2c3e5ba
[ "Artistic-2.0" ]
null
null
null
// Copyright (C) 2010 - 2013 by Pedro Mendes, Virginia Tech Intellectual // Properties, Inc., University of Heidelberg, and The University // of Manchester. // All rights reserved. // Copyright (C) 2008 - 2009 by Pedro Mendes, Virginia Tech Intellectual // Properties, Inc., EML Research, gGmbH, University of Heidelber...
25.188854
98
0.662979
d68d911196e5a7e957c136046cfe8a9a743b9b6c
1,072
h
C
encfs/i18n.h
penma/findvolkey
a7f70e856fe2f03761e4967246a6ffa5bab7f2d8
[ "OpenSSL" ]
6
2020-04-08T11:50:00.000Z
2021-08-08T03:23:58.000Z
encfs/i18n.h
penma/findvolkey
a7f70e856fe2f03761e4967246a6ffa5bab7f2d8
[ "OpenSSL" ]
3
2020-04-08T11:54:37.000Z
2020-04-10T22:39:13.000Z
encfs/i18n.h
penma/findvolkey
a7f70e856fe2f03761e4967246a6ffa5bab7f2d8
[ "OpenSSL" ]
2
2020-04-08T16:14:28.000Z
2020-04-08T16:15:55.000Z
/***************************************************************************** * Author: Valient Gough <vgough@pobox.com> * ***************************************************************************** * Copyright (c) 2004, Valient Gough * * This program is free software: you can redistribute it and/or modify i...
34.580645
79
0.630597
fdc26b8fc360ec87ecf2242590ceb3f421eb2483
2,234
h
C
psol/include/net/instaweb/rewriter/public/single_rewrite_context.h
creativeprogramming/ngx_pagespeed
85a36b8133a1dc8fbb24afecacfb0a2c05616605
[ "Apache-2.0" ]
1
2019-06-12T19:54:57.000Z
2019-06-12T19:54:57.000Z
psol/include/net/instaweb/rewriter/public/single_rewrite_context.h
creativeprogramming/ngx_pagespeed
85a36b8133a1dc8fbb24afecacfb0a2c05616605
[ "Apache-2.0" ]
null
null
null
psol/include/net/instaweb/rewriter/public/single_rewrite_context.h
creativeprogramming/ngx_pagespeed
85a36b8133a1dc8fbb24afecacfb0a2c05616605
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
35.460317
75
0.749776
a971a532227f9e4a3b309836e3761b6b4b5a1819
3,906
h
C
cinnrt/host_context/value.h
Aurelius84/CINN
2de029387f7526f0a46d5bed9060d7e8f7a70767
[ "Apache-2.0" ]
null
null
null
cinnrt/host_context/value.h
Aurelius84/CINN
2de029387f7526f0a46d5bed9060d7e8f7a70767
[ "Apache-2.0" ]
null
null
null
cinnrt/host_context/value.h
Aurelius84/CINN
2de029387f7526f0a46d5bed9060d7e8f7a70767
[ "Apache-2.0" ]
null
null
null
#pragma once #include <glog/logging.h> #include <llvm/ADT/SmallVector.h> #include <utility> #include <vector> #include "cinnrt/common/object.h" #include "cinnrt/common/shared.h" #include "cinnrt/host_context/function.h" #include "cinnrt/support/variant.h" #include "cinnrt/tensor/dense_host_tensor.h" #include "cinnrt/...
28.510949
69
0.577829
a98a4bcc7f2e05de44620dd20e7b2f65b03d3c79
7,272
c
C
tf/adst/aom_dsp/prob.c
luctrudeau/VideoExperiments
4c44007886c64e40c9204c9d4617df158dc6c18f
[ "MIT" ]
4
2018-11-23T02:04:13.000Z
2021-06-08T13:49:16.000Z
tf/adst/aom_dsp/prob.c
luctrudeau/VideoExperiments
4c44007886c64e40c9204c9d4617df158dc6c18f
[ "MIT" ]
1
2016-05-18T17:03:30.000Z
2016-05-19T18:01:38.000Z
tf/adst/aom_dsp/prob.c
luctrudeau/VideoExperiments
4c44007886c64e40c9204c9d4617df158dc6c18f
[ "MIT" ]
3
2016-04-07T14:40:11.000Z
2017-01-27T17:46:08.000Z
/* * Copyright (c) 2016, Alliance for Open Media. All rights reserved * * This source code is subject to the terms of the BSD 2 Clause License and * the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License * was not distributed with this source code in the LICENSE file, you can * obtain it at w...
32.035242
80
0.555418
458e0fff9385f7f0075d556f8bc2e969c910f094
862
h
C
c-core/tests/pepon-teston/teston/src/c_teston.h
yuneta/tests-y
8324355748eb402382126223705939da4a9bbb42
[ "MIT" ]
null
null
null
c-core/tests/pepon-teston/teston/src/c_teston.h
yuneta/tests-y
8324355748eb402382126223705939da4a9bbb42
[ "MIT" ]
null
null
null
c-core/tests/pepon-teston/teston/src/c_teston.h
yuneta/tests-y
8324355748eb402382126223705939da4a9bbb42
[ "MIT" ]
null
null
null
/**************************************************************************** * C_TESTON.H * Teston GClass. * * Teston, yuno client de pruebas * * Copyright (c) 2018 by Niyamaka. * All Rights Reserved. *****************************************************************...
26.9375
78
0.313225
04c5c359693847d40455307c317a2dc4a9575ee3
3,911
c
C
src/syscall.c
owhao/syscall
baed4456f7423f8391af533b128f6c5bb13e8ca2
[ "MIT" ]
1
2019-03-24T10:54:13.000Z
2019-03-24T10:54:13.000Z
src/syscall.c
owhao/syscall
baed4456f7423f8391af533b128f6c5bb13e8ca2
[ "MIT" ]
null
null
null
src/syscall.c
owhao/syscall
baed4456f7423f8391af533b128f6c5bb13e8ca2
[ "MIT" ]
null
null
null
#include "syscall.h" #define BUF_SIZE 256 static void** syscall_tables = NULL; static struct syscall_hook* syscall_hooks = NULL; static char* syscall_get_kernel_version(char* buf, size_t length) { char *kernel_version = NULL; struct file *file = NULL; file = filp_open("/proc/version", O_RDONLY, 0); i...
23.70303
72
0.556635
e79449c5ad76d102e7e41044079f6e889960c310
1,283
h
C
Source/Storm-ModelBase/include/SceneSimulationConfig.h
SunlayGGX/Storm
83a34c14cc7d936347b6b8193a64cd13ccbf00a8
[ "MIT" ]
3
2021-11-27T04:56:12.000Z
2022-02-14T04:02:10.000Z
Source/Storm-ModelBase/include/SceneSimulationConfig.h
SunlayGGX/Storm
83a34c14cc7d936347b6b8193a64cd13ccbf00a8
[ "MIT" ]
null
null
null
Source/Storm-ModelBase/include/SceneSimulationConfig.h
SunlayGGX/Storm
83a34c14cc7d936347b6b8193a64cd13ccbf00a8
[ "MIT" ]
null
null
null
#pragma once namespace Storm { enum class SimulationMode; enum class KernelMode; enum class ViscosityMethod; enum class ParticleRemovalMode; struct SceneSimulationConfig { public: SceneSimulationConfig(); public: Storm::Vector3 _gravity; float _particleRadius; Storm::KernelMode _kernelMode; float...
19.149254
55
0.806703
315579877f259a2a147a839d004b8ff2d2da57a6
95
h
C
version.h
cleiner/quickjs
8786a5101e7d7e52c8c4bfd980ed5cbfe0315310
[ "MIT" ]
null
null
null
version.h
cleiner/quickjs
8786a5101e7d7e52c8c4bfd980ed5cbfe0315310
[ "MIT" ]
null
null
null
version.h
cleiner/quickjs
8786a5101e7d7e52c8c4bfd980ed5cbfe0315310
[ "MIT" ]
null
null
null
#ifndef _GUARD_H_PORT_H_ #define _GUARD_H_PORT_H_ #define CONFIG_VERSION "2020-11-08" #endif
13.571429
35
0.810526
2e84778815c1edd32e73d890334a4fd73dbc4f6e
2,564
h
C
PrivateFrameworks/HomeKitDaemon/HMDAccessoryProfile.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
17
2018-11-13T04:02:58.000Z
2022-01-20T09:27:13.000Z
PrivateFrameworks/HomeKitDaemon/HMDAccessoryProfile.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
3
2018-04-06T02:02:27.000Z
2018-10-02T01:12:10.000Z
PrivateFrameworks/HomeKitDaemon/HMDAccessoryProfile.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
1
2018-09-28T13:54:23.000Z
2018-09-28T13:54:23.000Z
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "HMFObject.h" #import "HMDBulletinIdentifiers.h" #import "HMDHomeMessageReceiver.h" #import "HMFDumpState.h" #import "HMFLogging.h" #import "NSSecureCoding.h" @class HMDAc...
38.848485
133
0.781981
c87d74daea3d64e0f8b0764e94af410d11fc262d
9,604
c
C
crypto/x509/x509_err.c
user-none/openssl
7a2027240e1d01f7f5b209998d1de36af221b34b
[ "Apache-2.0" ]
null
null
null
crypto/x509/x509_err.c
user-none/openssl
7a2027240e1d01f7f5b209998d1de36af221b34b
[ "Apache-2.0" ]
1
2019-07-07T12:15:57.000Z
2019-07-07T12:15:57.000Z
crypto/x509/x509_err.c
user-none/openssl
7a2027240e1d01f7f5b209998d1de36af221b34b
[ "Apache-2.0" ]
null
null
null
/* * Generated by util/mkerr.pl DO NOT EDIT * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution...
51.085106
79
0.749792
085771c7639b6a4aaed005dcef5f305dc3fe7e4e
34,033
c
C
a10-soc-devkit-ghrd/software/uboot_bsp/uboot-socfpga/common/image.c
att-innovate/firework
0b9e03b8f9f7204c94362957210cb60f6080c74c
[ "MIT" ]
11
2020-11-12T15:24:45.000Z
2022-01-09T18:50:10.000Z
a10-soc-devkit-ghrd/software/uboot_bsp/uboot-socfpga/common/image.c
att-innovate/firework
0b9e03b8f9f7204c94362957210cb60f6080c74c
[ "MIT" ]
null
null
null
a10-soc-devkit-ghrd/software/uboot_bsp/uboot-socfpga/common/image.c
att-innovate/firework
0b9e03b8f9f7204c94362957210cb60f6080c74c
[ "MIT" ]
3
2019-07-25T18:41:15.000Z
2021-12-09T14:46:19.000Z
/* * (C) Copyright 2008 Semihalf * * (C) Copyright 2000-2006 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef USE_HOSTCC #include <common.h> #include <watchdog.h> #ifdef CONFIG_SHOW_BOOT_PROGRESS #include <status_led.h> #endif #ifdef CONFIG_HAS_DATAFLASH...
27.031771
81
0.677636
d9afface8db7c84961c37799f98364ef91410cb7
588
h
C
ios/Pods/Headers/Public/ReactABI25_0_0/ABI25_0_0EXOAuthViewController.h
mauriciord/expo
c0a4dc89a3a74836cdc88440645313eadfc40e4a
[ "Apache-2.0", "MIT" ]
1
2019-04-18T07:37:33.000Z
2019-04-18T07:37:33.000Z
ios/Pods/Headers/Public/ReactABI25_0_0/ABI25_0_0EXOAuthViewController.h
mauriciord/expo
c0a4dc89a3a74836cdc88440645313eadfc40e4a
[ "Apache-2.0", "MIT" ]
null
null
null
ios/Pods/Headers/Public/ReactABI25_0_0/ABI25_0_0EXOAuthViewController.h
mauriciord/expo
c0a4dc89a3a74836cdc88440645313eadfc40e4a
[ "Apache-2.0", "MIT" ]
null
null
null
// Copyright 2015-present 650 Industries. All rights reserved. #import <UIKit/UIKit.h> @class ABI25_0_0EXOAuthViewController; @protocol ABI25_0_0EXOAuthViewControllerDelegate <NSObject> -(void)oAuthViewControlerDidCancel:(ABI25_0_0EXOAuthViewController *)viewController; -(void)oAuthViewControler:(ABI25_0_0EXOAuthVi...
29.4
111
0.835034
1e16b77f3242c9a298c61322e63369acfe76f466
298
h
C
src/class/Entity.h
lobinuxsoft/Flappy-Bird-xD
8a1e252c617ae48c1b50ca894ced1e27f8800696
[ "MIT" ]
null
null
null
src/class/Entity.h
lobinuxsoft/Flappy-Bird-xD
8a1e252c617ae48c1b50ca894ced1e27f8800696
[ "MIT" ]
7
2021-10-05T15:38:56.000Z
2021-10-14T23:45:10.000Z
src/class/Entity.h
lobinuxsoft/Flappy-Bird-xD
8a1e252c617ae48c1b50ca894ced1e27f8800696
[ "MIT" ]
null
null
null
#pragma once #include "Utils/Vector2Utils.h" using namespace GameUtils; namespace GameCore { class Entity { protected: Vector2 position; public: Entity(Vector2 position); virtual ~Entity(); void setPosition(Vector2 position); Vector2 getPosition(); virtual void draw() = 0; }; }
14.9
37
0.718121
969459a4a4dab1efd3d44618830c3f607b01ea83
1,589
h
C
libjpeg/jpeg_start_decompress/jpeg_start_decompress/src/jpeg_start_decompress/bitmap.h
bg1bgst333/Sample
68e3a5c26c6d9bc1906ce0cca2fd586f0790fa52
[ "MIT" ]
9
2016-12-22T20:24:09.000Z
2021-05-08T08:48:24.000Z
libpng/png_write_png/png_write_png/src/png_write_png/bitmap.h
bg1bgst333/Sample
68e3a5c26c6d9bc1906ce0cca2fd586f0790fa52
[ "MIT" ]
36
2018-08-16T06:43:36.000Z
2022-03-25T19:01:34.000Z
libjpeg/jpeg_start_decompress/jpeg_start_decompress/src/jpeg_start_decompress/bitmap.h
bg1bgst333/Sample
68e3a5c26c6d9bc1906ce0cca2fd586f0790fa52
[ "MIT" ]
9
2016-09-03T02:57:31.000Z
2021-09-09T02:42:26.000Z
/* 二重インクルードの防止 */ #ifndef BITMAP_H #define BITMAP_H /* ワード境界を一時的に2にする. */ #pragma pack(2) /* ビットマップファイルヘッダ構造体 */ typedef struct tag_bitmap_file_header{ unsigned short type; /* タイプ */ unsigned int size; /* ファイルサイズ */ unsigned short reserved1; /* 予約済み */ unsigned short reserved2; /* 予約済み */ unsigned int off_b...
28.375
91
0.702329
cafb3c65f9494bd5765351143a9e9fa4b1169e5f
5,801
h
C
src/boards/bsf_pico.h
Chiumanfu/LMIC-node
b982bdcfeccae29501e32730fce982dc0df1644c
[ "MIT" ]
4
2022-01-10T14:05:31.000Z
2022-03-27T21:13:00.000Z
src/boards/bsf_pico.h
Chiumanfu/LMIC-node
b982bdcfeccae29501e32730fce982dc0df1644c
[ "MIT" ]
null
null
null
src/boards/bsf_pico.h
Chiumanfu/LMIC-node
b982bdcfeccae29501e32730fce982dc0df1644c
[ "MIT" ]
2
2022-01-17T05:39:52.000Z
2022-03-12T18:25:58.000Z
/******************************************************************************* * * File: bsf_pico.h * * Note: This file cannot be called pico.h due to conflict * with identical named file in Arduino-embed core. * * Function: Board Support File for Raspberry...
36.949045
146
0.52422
f05eec3e00273063c35fc36313197b6ba7c17ba4
174
h
C
ext/zendframework/http/client/adapter/exception/runtimeexception.zep.h
adorabuddy/php-ext-zendframework
a3d382c734d7f4dd65cca812b0e41b28bfc95555
[ "MIT" ]
null
null
null
ext/zendframework/http/client/adapter/exception/runtimeexception.zep.h
adorabuddy/php-ext-zendframework
a3d382c734d7f4dd65cca812b0e41b28bfc95555
[ "MIT" ]
null
null
null
ext/zendframework/http/client/adapter/exception/runtimeexception.zep.h
adorabuddy/php-ext-zendframework
a3d382c734d7f4dd65cca812b0e41b28bfc95555
[ "MIT" ]
null
null
null
extern zend_class_entry *zendframework_http_client_adapter_exception_runtimeexception_ce; ZEPHIR_INIT_CLASS(ZendFramework_Http_Client_Adapter_Exception_RuntimeException);
29
89
0.931034
4b1bf5061ffdf190400d7f10d6c90179de90c26b
3,085
c
C
programs/encode_file.c
StegoPhone/quiet
65075513f475901f92a47bae7702211211c037dd
[ "BSD-3-Clause" ]
1
2021-03-03T13:30:47.000Z
2021-03-03T13:30:47.000Z
programs/encode_file.c
StegoPhone/quiet
65075513f475901f92a47bae7702211211c037dd
[ "BSD-3-Clause" ]
null
null
null
programs/encode_file.c
StegoPhone/quiet
65075513f475901f92a47bae7702211211c037dd
[ "BSD-3-Clause" ]
null
null
null
#include <math.h> #include <string.h> #include "quiet.h" #include <sndfile.h> float freq2rad(float freq) { return freq * 2 * M_PI; } const int sample_rate = 44100; float normalize_freq(float freq, float sample_rate) { return freq2rad(freq / (float)(sample_rate)); } SNDFILE *wav_open(const char *fname, float s...
25.92437
88
0.592545
af4649856261cccd9073952f915c4ac2e0396624
2,421
h
C
pyreBloom/bloom.h
thecrackofdawn/pyreBloom
66b5485b307077f9e1671fe9f7d299534be9508e
[ "MIT" ]
1
2020-05-26T06:34:29.000Z
2020-05-26T06:34:29.000Z
pyreBloom/bloom.h
thecrackofdawn/pyreBloom
66b5485b307077f9e1671fe9f7d299534be9508e
[ "MIT" ]
null
null
null
pyreBloom/bloom.h
thecrackofdawn/pyreBloom
66b5485b307077f9e1671fe9f7d299534be9508e
[ "MIT" ]
null
null
null
/* Copyright (c) 2011 SEOmoz * * 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, * di...
33.164384
158
0.709624
af4854e0773509c518d8b42f2d6649ad4d8835d2
641
h
C
src/SpecularBTDF.h
MulattoKid/BrhanRenderer
0376e64eeb3e75a0f36bb7e17ace0cfd0e7ce39d
[ "MIT" ]
2
2018-11-01T11:32:33.000Z
2019-05-24T01:30:00.000Z
src/SpecularBTDF.h
MulattoKid/BrhanRenderer
0376e64eeb3e75a0f36bb7e17ace0cfd0e7ce39d
[ "MIT" ]
null
null
null
src/SpecularBTDF.h
MulattoKid/BrhanRenderer
0376e64eeb3e75a0f36bb7e17ace0cfd0e7ce39d
[ "MIT" ]
null
null
null
#ifndef SPECULARBTDF_H #define SPECULARBTDF_H #include "BxDF.h" #include "FresnelDielectric.h" struct SpecularBTDF : BxDF { glm::vec3 T; float eta_outside; float eta_inside; FresnelDielectric fresnel_dielectric; SpecularBTDF(const glm::vec3& T, const float eta_i, const float eta_t); ~SpecularBTDF(); float Pdf...
27.869565
86
0.722309
af9f7391135447521d0b0d74db839e2079890bda
13,145
h
C
modules/console/term_actions.c.h
CyberFlameGO/tilck
4c32541874102e524374ab79d46b68af9d759390
[ "BSD-2-Clause" ]
1,059
2018-07-30T14:48:42.000Z
2022-03-30T19:54:49.000Z
modules/console/term_actions.c.h
CyberFlameGO/tilck
4c32541874102e524374ab79d46b68af9d759390
[ "BSD-2-Clause" ]
15
2019-06-17T13:58:08.000Z
2021-10-16T18:19:25.000Z
modules/console/term_actions.c.h
CyberFlameGO/tilck
4c32541874102e524374ab79d46b68af9d759390
[ "BSD-2-Clause" ]
47
2020-03-09T16:54:07.000Z
2022-03-12T08:53:56.000Z
/* SPDX-License-Identifier: BSD-2-Clause */ #define DEFINE_TERM_ACTION_0(name) \ static void \ __term_action_##name(term *_t, ulong __u1, ulong __u2, ulong __u3) { \ struct vterm *const t = _t; ...
26.29
77
0.573602
bba2eb02c10bb13c6479976112b6079b2aa890be
3,206
h
C
Source/TDRouter.h
amco/TouchDB-iOS
9296c47cc822f4d8a7f4b513603b4f623c4a3b8f
[ "Apache-2.0", "MIT" ]
null
null
null
Source/TDRouter.h
amco/TouchDB-iOS
9296c47cc822f4d8a7f4b513603b4f623c4a3b8f
[ "Apache-2.0", "MIT" ]
null
null
null
Source/TDRouter.h
amco/TouchDB-iOS
9296c47cc822f4d8a7f4b513603b4f623c4a3b8f
[ "Apache-2.0", "MIT" ]
null
null
null
// // TDRouter.h // TouchDB // // Created by Jens Alfke on 11/30/11. // Copyright (c) 2011 Couchbase, Inc. All rights reserved. // #import <TouchDB/TD_Database.h> @class TD_Server, TD_DatabaseManager, TDResponse, TD_Body, TDMultipartWriter; typedef TDStatus (^OnAccessCheckBlock)(TD_Database*, NSString *docID, SE...
28.625
97
0.752963
497635ebb30bbaf5a8ca2ee3bda97ef7f735815a
79
h
C
Source/CPUTemp/Plugins/PluginCPUTemp/sys.h
Lssg97/DetailedSystemMonitor
6a3411998a600e4a3bf025212bb827478a3dab02
[ "Intel" ]
87
2020-05-08T13:03:18.000Z
2022-03-29T08:12:15.000Z
Source/CPUTemp/Plugins/PluginCPUTemp/sys.h
Lssg97/DetailedSystemMonitor
6a3411998a600e4a3bf025212bb827478a3dab02
[ "Intel" ]
8
2021-01-02T10:25:42.000Z
2022-03-23T03:23:46.000Z
Source/CPUTemp/Plugins/PluginCPUTemp/sys.h
Lssg97/DetailedSystemMonitor
6a3411998a600e4a3bf025212bb827478a3dab02
[ "Intel" ]
9
2020-05-14T07:13:20.000Z
2021-08-24T11:53:14.000Z
#pragma once char WinRing0_sys[]; char WinRing0_vxd[]; char WinRing0X64_sys[];
15.8
23
0.772152
b507f699604620dad66fb200855f952958118a95
41,262
h
C
src/umouse_object/sound/robotol.h
GanonKuppa/kuwaganon
91ef0b0021e2fc4474f4f439d697f53e02872b44
[ "MIT" ]
null
null
null
src/umouse_object/sound/robotol.h
GanonKuppa/kuwaganon
91ef0b0021e2fc4474f4f439d697f53e02872b44
[ "MIT" ]
2
2019-09-19T00:02:52.000Z
2019-09-19T00:03:39.000Z
src/umouse_object/sound/robotol.h
GanonKuppa/kuwaganon
91ef0b0021e2fc4474f4f439d697f53e02872b44
[ "MIT" ]
null
null
null
//====================== const uint16_t robotol0[][2]= { {nR,384}, {57,48}, {56,144}, {57,48}, {69,48}, {57,48}, {57,96}, {69,48}, {57,48}, {69,48}, {57,48}, {57,48}, {59,48}, {60,240}, {57,48}, {69,48}, {57,48}, {57,96}, {69,48}, {57,48}, ...
13.631318
72
0.330425
77d483873b777e5e687795d0cd903886256fd7af
782
h
C
src/client/ClientState.h
bqqbarbhg/spear
727f41fa5197f9681337d1ff37ea63c44708f0d4
[ "BSD-3-Clause" ]
29
2020-07-27T09:56:02.000Z
2022-03-28T01:38:07.000Z
src/client/ClientState.h
bqqbarbhg/spear
727f41fa5197f9681337d1ff37ea63c44708f0d4
[ "BSD-3-Clause" ]
3
2020-05-29T11:43:20.000Z
2020-09-04T09:56:56.000Z
src/client/ClientState.h
bqqbarbhg/spear
727f41fa5197f9681337d1ff37ea63c44708f0d4
[ "BSD-3-Clause" ]
2
2020-05-29T11:34:46.000Z
2021-03-08T08:39:07.000Z
#pragma once #include "client/System.h" #include "server/ServerState.h" #include "sf/HashSet.h" namespace sf { struct Ray; } namespace cl { struct ClientState { uint32_t localClientId = 0; Systems systems; ClientState(const SystemsDesc &desc); void applyEventImmediate(const sv::Event &event); void applyEvent...
20.578947
73
0.755754