hexsha
stringlengths
40
40
size
int64
5
2.72M
ext
stringclasses
5 values
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
3
976
max_stars_repo_name
stringlengths
5
113
max_stars_repo_head_hexsha
stringlengths
40
78
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:01:43
2022-03-31 23:59:48
max_stars_repo_stars_event_max_datetime
stringdate
2015-01-01 00:06:24
2022-03-31 23:59:53
max_issues_repo_path
stringlengths
3
976
max_issues_repo_name
stringlengths
5
116
max_issues_repo_head_hexsha
stringlengths
40
78
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
976
max_forks_repo_name
stringlengths
5
116
max_forks_repo_head_hexsha
stringlengths
40
78
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:19
2022-03-31 23:59:49
max_forks_repo_forks_event_max_datetime
stringdate
2015-01-03 12:00:57
2022-03-31 23:59:49
content
stringlengths
5
2.72M
avg_line_length
float64
1.38
573k
max_line_length
int64
2
1.01M
alphanum_fraction
float64
0
1
60498f95118aba8bd1e0b5ed1b301d6ae6e9d57b
5,249
h
C
ds/ds/src/util/ldifds/ldifldap/ldifldap.h
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
ds/ds/src/util/ldifds/ldifldap/ldifldap.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
ds/ds/src/util/ldifds/ldifldap/ldifldap.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/*++ Copyright (c) 1997-1999 Microsoft Corporation Module Name: ldifldap.c Abstract: Header for main support routine for ldif parser and generaetor Environment: User mode Revision History: 07/17/99 -t-romany- Created it 05/12/99 -felixw- Rewrite + uni...
25.604878
85
0.567156
604f1bde2f3145bb1993f72b0883c019d5eb64e3
1,458
c
C
Sem1/EndSem/18.c
shashi-kant10/nit_lab
2c4c587b23325c26bbf4958b9a19636486ee4b00
[ "MIT" ]
null
null
null
Sem1/EndSem/18.c
shashi-kant10/nit_lab
2c4c587b23325c26bbf4958b9a19636486ee4b00
[ "MIT" ]
null
null
null
Sem1/EndSem/18.c
shashi-kant10/nit_lab
2c4c587b23325c26bbf4958b9a19636486ee4b00
[ "MIT" ]
1
2021-12-23T08:08:04.000Z
2021-12-23T08:08:04.000Z
#include <stdio.h> void getMatrix(int matrix[][10], int row, int column) { int i, j; for (i = 0; i < row; ++i) for (j = 0; j < column; ++j) scanf("%d", &matrix[i][j]); } void multiply(int f[][10], int s[][10], int result[][10], int r1, int c1, int r2, int c2) { int i, j, k; for (i = ...
29.755102
89
0.482853
604fe0c3ffc682c67570d4da22be4e206cec32e5
2,235
h
C
RF24Ethernet_config.h
2bndy5/RF24Ethernet
29f2f17422d13e4a23db78492cf7bc219e6c5c93
[ "Unlicense" ]
52
2017-03-25T22:07:35.000Z
2022-02-20T08:39:06.000Z
RF24Ethernet_config.h
2bndy5/RF24Ethernet
29f2f17422d13e4a23db78492cf7bc219e6c5c93
[ "Unlicense" ]
12
2019-05-13T02:12:02.000Z
2021-11-06T14:56:51.000Z
RF24Ethernet_config.h
2bndy5/RF24Ethernet
29f2f17422d13e4a23db78492cf7bc219e6c5c93
[ "Unlicense" ]
34
2017-03-26T13:58:37.000Z
2021-12-22T14:44:46.000Z
/* RF24Server.cpp - Arduino implementation of a uIP wrapper class. Copyright (c) 2014 tmrh20@gmail.com, github.com/TMRh20 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 as published by the Free Software Foundation, ei...
27.256098
84
0.72528
6055bc0e7e4b471972cc1403f16132b12c80150f
186
c
C
tests/input/input030-ok.c
jamestjw/rcc
3710b5184276698ecb8ff45340cca20b076ed426
[ "BSD-3-Clause" ]
null
null
null
tests/input/input030-ok.c
jamestjw/rcc
3710b5184276698ecb8ff45340cca20b076ed426
[ "BSD-3-Clause" ]
null
null
null
tests/input/input030-ok.c
jamestjw/rcc
3710b5184276698ecb8ff45340cca20b076ed426
[ "BSD-3-Clause" ]
null
null
null
void test(int x) { if (x) { printstr("is not zero"); } else { printstr("is zero"); } } int main() { test(10); test(0); test(-10); return 0; }
13.285714
32
0.435484
6059b3af1bd3c3d945e2e87901722ee718f3a8de
3,461
h
C
libcommon/TypeDef.h
gA4ss/cerberus
0023dba54a27e6f87acb9dfec9b5fcda0e611bbf
[ "MIT" ]
7
2020-08-17T09:09:53.000Z
2022-02-02T07:23:57.000Z
libcommon/TypeDef.h
gA4ss/cerberus
0023dba54a27e6f87acb9dfec9b5fcda0e611bbf
[ "MIT" ]
null
null
null
libcommon/TypeDef.h
gA4ss/cerberus
0023dba54a27e6f87acb9dfec9b5fcda0e611bbf
[ "MIT" ]
7
2020-08-17T09:09:55.000Z
2021-09-24T03:49:36.000Z
#if !defined(__TYPEDEF_H__) #define __TYPEDEF_H__ #if defined(__cplusplus) extern "C" { #endif #define __BYTES_PER_KB__ 1024LL #define __BYTES_PER_MB__ 1048576LL #define __BYTES_PER_GB__ 1073741824LL #define __BYTES_PER_TB__ 1099511627776LL #...
27.688
137
0.689685
605d7dc1acd608c583a1a8fa11ef9dec015ce31b
7,117
c
C
Temperature_humidity_sensor/dht11_drv.c
rvboards/d1_demo
c13726c12c9864d258abde62e4d65c8944959cef
[ "BSD-3-Clause" ]
14
2021-04-25T07:13:35.000Z
2022-02-23T22:42:37.000Z
Temperature_humidity_sensor/dht11_drv.c
rvboards/d1_demo
c13726c12c9864d258abde62e4d65c8944959cef
[ "BSD-3-Clause" ]
null
null
null
Temperature_humidity_sensor/dht11_drv.c
rvboards/d1_demo
c13726c12c9864d258abde62e4d65c8944959cef
[ "BSD-3-Clause" ]
10
2021-04-23T07:39:59.000Z
2022-03-19T17:13:24.000Z
#include <linux/types.h> #include <linux/kernel.h> #include <linux/delay.h> #include <linux/ide.h> #include <linux/init.h> #include <linux/module.h> #include <linux/errno.h> #include <linux/gpio.h> #include <linux/cdev.h> #include <linux/device.h> #include <linux/of.h> #include <linux/of_address.h> #include...
27.800781
96
0.577631
00606b1d77d429878fd407e95546b868859ecaca
6,820
h
C
plugins/template/src/source.h
Oghma/speect
f618e8d651cb9ec4c90cc244af3e7aa993599f6d
[ "BSD-2-Clause", "BSD-3-Clause" ]
5
2016-01-29T14:39:46.000Z
2019-04-24T14:45:55.000Z
plugins/template/src/source.h
Oghma/speect
f618e8d651cb9ec4c90cc244af3e7aa993599f6d
[ "BSD-2-Clause", "BSD-3-Clause" ]
null
null
null
plugins/template/src/source.h
Oghma/speect
f618e8d651cb9ec4c90cc244af3e7aa993599f6d
[ "BSD-2-Clause", "BSD-3-Clause" ]
7
2015-09-17T14:45:05.000Z
2020-03-30T13:19:29.000Z
/************************************************************************************/ /* LICENSE INFO */ /* */ /**********************************************************...
36.276596
94
0.272434
0060e2ba4551eeb88b3adfc7c606f3de5e8906e2
478
h
C
timberslide/log_listener.h
strassek/chromiumos-platform2
12c953f41f48b8a6b0bd1c181d09bdb1de38325c
[ "BSD-3-Clause" ]
4
2020-07-24T06:54:16.000Z
2021-06-16T17:13:53.000Z
timberslide/log_listener.h
strassek/chromiumos-platform2
12c953f41f48b8a6b0bd1c181d09bdb1de38325c
[ "BSD-3-Clause" ]
1
2021-04-02T17:35:07.000Z
2021-04-02T17:35:07.000Z
timberslide/log_listener.h
strassek/chromiumos-platform2
12c953f41f48b8a6b0bd1c181d09bdb1de38325c
[ "BSD-3-Clause" ]
1
2020-11-04T22:31:45.000Z
2020-11-04T22:31:45.000Z
// Copyright 2019 The Chromium OS 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 TIMBERSLIDE_LOG_LISTENER_H_ #define TIMBERSLIDE_LOG_LISTENER_H_ #include <string> namespace timberslide { class LogListener { public: vir...
22.761905
73
0.761506
0062a6d6ed50ad8523b20cb480e63689feda9e85
475
h
C
token/token.h
omon/occ
4b06584c2a5625e7a263341399f0bb7ac5b40f13
[ "MIT" ]
null
null
null
token/token.h
omon/occ
4b06584c2a5625e7a263341399f0bb7ac5b40f13
[ "MIT" ]
null
null
null
token/token.h
omon/occ
4b06584c2a5625e7a263341399f0bb7ac5b40f13
[ "MIT" ]
null
null
null
// // Created by junichi on 19/01/23. // #ifndef OCC_TOKEN_H #define OCC_TOKEN_H #include <memory> #include <deque> #include <string> enum TokenType{ TK_Number = 256, TK_EndMaker }; /** * Token class */ class Token { private: public: Token(int64_t _type, int _value, char* _input); ~Token(); ...
12.179487
74
0.648421
006335d8c609e9973332756df20e0b71d19b7cd1
628
c
C
1122/main.c
hustlijian/oj-jobdu
1b64cef785abc1f570189251c4de37579780b11b
[ "Apache-2.0" ]
null
null
null
1122/main.c
hustlijian/oj-jobdu
1b64cef785abc1f570189251c4de37579780b11b
[ "Apache-2.0" ]
null
null
null
1122/main.c
hustlijian/oj-jobdu
1b64cef785abc1f570189251c4de37579780b11b
[ "Apache-2.0" ]
null
null
null
#include <stdio.h> #include <time.h> int map[22]={0,1,2,3,5,8,13,21,34,55,89,144,233,377,610,987,1597,2584,4181,6765,10946}; void init() { int i; map[0]=0,map[1]=1; for (i = 2; i < 22; i++) { map[i]=map[i-1]+map[i-2]; printf("%d,", map[i]); } } int main(int argc, char* argv...
20.933333
88
0.460191
0065ba05c681e3dcd6139351228a5be9ba6ae1bb
625
h
C
AURAE/AURAE/All/Graphics/Camera.h
Kannagi/LMP3D
d64b5dd2b8368c991e4c627ed6b72387ac721cb3
[ "MIT" ]
89
2017-08-12T06:28:14.000Z
2022-03-03T01:56:14.000Z
AURAE/AURAE/All/Graphics/Camera.h
Kannagi/LMP3D
d64b5dd2b8368c991e4c627ed6b72387ac721cb3
[ "MIT" ]
1
2021-12-29T11:23:21.000Z
2021-12-29T11:44:50.000Z
AURAE/AURAE/All/Graphics/Camera.h
Kannagi/LMP3D
d64b5dd2b8368c991e4c627ed6b72387ac721cb3
[ "MIT" ]
4
2018-12-18T23:22:05.000Z
2021-01-23T02:55:38.000Z
#ifndef __AURAE_Camera__ #define __AURAE_Camera__ #include "AURAE/All/Type.h" typedef struct { Vector3 position; Vector3 vision; Vector3 top; Vector3 angle; float viewangle,ratio,min,max,speed,speedz; int key[12]; }AURAE_Camera; AURAE_Camera AURAE_Camera_Init(void); void AURAE_Camera_Perspective(AURAE_Camer...
23.148148
84
0.8176
0067cebec50f3a11be8a724b5c04867583bdb58a
286
h
C
Durna/Source/Runtime/Core/Timestep.h
MrWpGg/Durna
62c8ca2d69623e70e2dac49a5560cd3ac2c304ed
[ "Apache-2.0" ]
null
null
null
Durna/Source/Runtime/Core/Timestep.h
MrWpGg/Durna
62c8ca2d69623e70e2dac49a5560cd3ac2c304ed
[ "Apache-2.0" ]
null
null
null
Durna/Source/Runtime/Core/Timestep.h
MrWpGg/Durna
62c8ca2d69623e70e2dac49a5560cd3ac2c304ed
[ "Apache-2.0" ]
null
null
null
#pragma once namespace Durna { class Timestep { public: Timestep(float time = 0.0f) : Time(time) { } operator float() const { return Time; } float GetSeconds() const { return Time; } float GetMilliSeconds() const { return Time * 1000; } private: float Time; }; }
14.3
55
0.643357
0069b636ef5f0ebc21c5562351bc269dfedbcd2e
209
h
C
src/XE.Graphics/include/XE/Graphics/Viewport.h
fapablazacl/XE
9a047af9ba1892711ee637a975bfdb4a0ed68e0e
[ "MIT" ]
null
null
null
src/XE.Graphics/include/XE/Graphics/Viewport.h
fapablazacl/XE
9a047af9ba1892711ee637a975bfdb4a0ed68e0e
[ "MIT" ]
3
2019-02-20T02:27:21.000Z
2019-02-20T03:00:56.000Z
src/XE.Graphics/include/XE/Graphics/Viewport.h
fapablazacl/XE
9a047af9ba1892711ee637a975bfdb4a0ed68e0e
[ "MIT" ]
null
null
null
#ifndef __XE_GRAPHICS_VIEWPORT_HPP__ #define __XE_GRAPHICS_VIEWPORT_HPP__ #include <XE/Math/Vector.h> namespace XE { struct Viewport { Vector2i position; Vector2i size; }; } #endif
13.933333
36
0.698565
006a047ce3c542acc8b09ac2833a2e7d37331e9e
9,928
c
C
source/shell/sys/linux/lib/glibc/vsf_linux_glibc_stdlib.c
vsfteam/vsf-all-in-one
7aafd059f113acc700f182e9eff8ea99c84dbcfe
[ "Apache-2.0" ]
1
2022-01-04T08:06:04.000Z
2022-01-04T08:06:04.000Z
source/shell/sys/linux/lib/glibc/vsf_linux_glibc_stdlib.c
vsfteam/vsf-all-in-one
7aafd059f113acc700f182e9eff8ea99c84dbcfe
[ "Apache-2.0" ]
null
null
null
source/shell/sys/linux/lib/glibc/vsf_linux_glibc_stdlib.c
vsfteam/vsf-all-in-one
7aafd059f113acc700f182e9eff8ea99c84dbcfe
[ "Apache-2.0" ]
1
2021-08-23T10:11:47.000Z
2021-08-23T10:11:47.000Z
/***************************************************************************** * Copyright(C)2009-2022 by VSF Team * * * * Licensed under the Apache License, Version 2.0 (the "License"); * ...
26.978261
111
0.506446
006fa4c81b6ea1a9432dfd98c015ffe981659939
4,768
h
C
include/dheng/gfx-device.h
septag/darkhammer
dd7e32737059ce6dba0aa79f1ae4a59137db06a7
[ "BSD-2-Clause" ]
68
2015-01-06T08:38:32.000Z
2022-01-20T15:26:17.000Z
include/dheng/gfx-device.h
septag/darkhammer
dd7e32737059ce6dba0aa79f1ae4a59137db06a7
[ "BSD-2-Clause" ]
null
null
null
include/dheng/gfx-device.h
septag/darkhammer
dd7e32737059ce6dba0aa79f1ae4a59137db06a7
[ "BSD-2-Clause" ]
12
2015-10-31T11:30:15.000Z
2020-04-13T18:31:17.000Z
/*********************************************************************************** * Copyright (c) 2012, Sepehr Taghdisian * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * - Redistribu...
40.067227
97
0.749371
00700121dd70ecdbe040a4faecded2a17c950e02
350
c
C
Sources/setup_ssl.c
TheWeaklessOne/ft_ssl
8ce2ef6893834c6a78a11c5d180da111fde3751d
[ "MIT" ]
1
2021-02-19T19:07:30.000Z
2021-02-19T19:07:30.000Z
Sources/setup_ssl.c
TheWeaklessOne/ft_ssl
8ce2ef6893834c6a78a11c5d180da111fde3751d
[ "MIT" ]
null
null
null
Sources/setup_ssl.c
TheWeaklessOne/ft_ssl
8ce2ef6893834c6a78a11c5d180da111fde3751d
[ "MIT" ]
2
2021-01-03T16:07:36.000Z
2021-01-03T18:36:22.000Z
#include "ft_ssl.h" static void setup_argv(t_ssl *ssl, char *argv[]) { register int i; register int j; ssl->argv = ft_malloc(sizeof(char*) * ft_strarraylen(argv)); ssl->argv_head = ssl->argv; i = 0; j = -1; while (argv[++i]) ssl->argv[++j] = ft_strdup(argv[i]); } void setup_ssl(t_ssl *ssl, char *argv[]...
17.5
61
0.625714
007186f13acf55ef75904983a8b1ccadfeb6a12e
6,445
c
C
2018-07/Carroll's Breaker.c
djalilhebal/shit
42b65d37c1af93780b345403cdad7a9cc7d6a5cf
[ "WTFPL" ]
3
2017-12-05T17:00:30.000Z
2019-01-24T23:02:07.000Z
2018-07/Carroll's Breaker.c
djalilhebal/shit
42b65d37c1af93780b345403cdad7a9cc7d6a5cf
[ "WTFPL" ]
null
null
null
2018-07/Carroll's Breaker.c
djalilhebal/shit
42b65d37c1af93780b345403cdad7a9cc7d6a5cf
[ "WTFPL" ]
null
null
null
/** * Carroll's Breaker - to break Lewis Carroll's Alphabet cipher * Gotta rewrite it later. Maybe use probability vectors? Cosine similarity? */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> //=================<< TEXT/CORPUS >>==================== /** * These are some ...
24.693487
94
0.573778
0072b4ec03e08adeddda21d762c297261bc0b50c
2,580
h
C
riscos/libs/tbx/tbx/message.h
riscoscloverleaf/chatcube
a7184ef76108f90a74a88d3183a3d21c1249a0f5
[ "MIT" ]
null
null
null
riscos/libs/tbx/tbx/message.h
riscoscloverleaf/chatcube
a7184ef76108f90a74a88d3183a3d21c1249a0f5
[ "MIT" ]
null
null
null
riscos/libs/tbx/tbx/message.h
riscoscloverleaf/chatcube
a7184ef76108f90a74a88d3183a3d21c1249a0f5
[ "MIT" ]
null
null
null
/* * tbx RISC OS toolbox library * * Copyright (C) 2010 Alan Buckley All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including with...
46.909091
169
0.720155
007419fe9d4ad9370ae921c1893bef86c44c965a
282
h
C
Example/Pods/TDBWalkthrough/Interfaces/TDBFullImage.h
ale0xB/ABWalkthrough
c9e65215076ae276e9c4a627988641ddea4e433d
[ "MIT" ]
4
2015-01-23T18:57:41.000Z
2015-11-08T01:22:30.000Z
Example/Pods/TDBWalkthrough/Interfaces/TDBFullImage.h
ale0xB/ABWalkthrough
c9e65215076ae276e9c4a627988641ddea4e433d
[ "MIT" ]
1
2015-02-28T01:59:00.000Z
2015-02-28T03:06:47.000Z
Example/Pods/TDBWalkthrough/Interfaces/TDBFullImage.h
ale0xB/ABWalkthrough
c9e65215076ae276e9c4a627988641ddea4e433d
[ "MIT" ]
3
2015-04-15T16:34:52.000Z
2021-01-13T17:34:11.000Z
// // TDBFullImage.h // TDBWalkthrough // // Created by Titouan Van Belle on 24/04/14. // Copyright (c) 2014 3dB. All rights reserved. // #import <UIKit/UIKit.h> #import "TDBInterface.h" @interface TDBFullImage : TDBInterface - (IBAction)getStarted:(UIButton *)sender; @end
16.588235
48
0.698582
0074a720623ca6d86252580e5ddb2f0dd3ff87aa
937
h
C
src/modules/warehouse/YesNoDialog.h
Thorsten-Geppert/Warehouse
b064e5b422d0b484ca702cc4433cbda90f40e009
[ "BSD-3-Clause" ]
null
null
null
src/modules/warehouse/YesNoDialog.h
Thorsten-Geppert/Warehouse
b064e5b422d0b484ca702cc4433cbda90f40e009
[ "BSD-3-Clause" ]
null
null
null
src/modules/warehouse/YesNoDialog.h
Thorsten-Geppert/Warehouse
b064e5b422d0b484ca702cc4433cbda90f40e009
[ "BSD-3-Clause" ]
null
null
null
#ifndef YESNODIALOG_H_ #define YESNODIALOG_H_ #include <wx/wx.h> #include "../lib/RuntimeInformationType.h" #include "../lib/Toolbar.h" using namespace DynSoft; class YesNoDialog : public wxDialog { public: YesNoDialog( wxWindow *parent, wxWindowID id, RuntimeInformationType *rit, const wxString &mes...
18.372549
44
0.72572
0076d72d57860dc9f6765466477117f789d07bfa
16,550
c
C
lib/dos/buffered_io.c
cycl0ne/poweros_x86
7ec74bc7b9cccd0d76695a52881100360c9d9a96
[ "Apache-2.0" ]
2
2015-08-17T17:18:44.000Z
2017-09-22T15:01:23.000Z
lib/dos/buffered_io.c
cycl0ne/poweros_x86
7ec74bc7b9cccd0d76695a52881100360c9d9a96
[ "Apache-2.0" ]
null
null
null
lib/dos/buffered_io.c
cycl0ne/poweros_x86
7ec74bc7b9cccd0d76695a52881100360c9d9a96
[ "Apache-2.0" ]
null
null
null
/** * @file cli_init.c * * This is the call, that has to be done by the boot shell! Dont call it again! */ /* PowerOS, Copyright (C) 2014. All rights reserved. */ #include "dosbase_private.h" static void * memmove( void * s1, const void * s2, UINT32 n ) { char * dest = (char *) s1; const char * src = (co...
29.553571
238
0.581692
00778ffb177a9711b755f77e5e92a2468c26ff96
787
c
C
kernel/misc/mbr.c
hazyuun/Hydrangea
9d8b9ee1793f1de6532524e817ed119c3ddac0f8
[ "MIT" ]
9
2021-12-27T22:56:32.000Z
2022-03-02T02:11:22.000Z
kernel/misc/mbr.c
hazyuun/Hydrangea
9d8b9ee1793f1de6532524e817ed119c3ddac0f8
[ "MIT" ]
null
null
null
kernel/misc/mbr.c
hazyuun/Hydrangea
9d8b9ee1793f1de6532524e817ed119c3ddac0f8
[ "MIT" ]
null
null
null
#include <misc/mbr.h> size_t mbr_parse(ATA_drive_t *drv, mbr_t *mbr) { return ATA_read(drv, 0, 1, (unsigned char *)mbr); } #include <stdio.h> static char *partition_type_str(uint8_t type) { switch (type) { case MBR_PART_TYPE_LINUX: return "Linux"; case MBR_PART_TYPE_LINUX_SWAP: return "Linux swap"; ...
25.387097
75
0.613723
0079061763c0df058773e1785d060e19afcc93fe
228
c
C
kernel/bb/dot11a/dot11/atx_54.c
Bhaskers-Blu-Org2/Sora
6aa5411db71199e56d5cb24265b01a89f49b40f4
[ "BSD-2-Clause" ]
270
2015-07-17T15:43:43.000Z
2019-04-21T12:13:58.000Z
kernel/bb/dot11a/dot11/atx_54.c
JamesLinus/Sora
6aa5411db71199e56d5cb24265b01a89f49b40f4
[ "BSD-2-Clause" ]
null
null
null
kernel/bb/dot11a/dot11/atx_54.c
JamesLinus/Sora
6aa5411db71199e56d5cb24265b01a89f49b40f4
[ "BSD-2-Clause" ]
106
2015-07-20T10:40:34.000Z
2019-04-25T10:02:26.000Z
#define DBPS DBPS_54M #define CBPS CBPS_54M #define BPSC BPSC_54M #define SIGNAL_RATE SIGNAL_RATE_54M #define GenerateSymbol Generate54MSymbol #define Dot11aTxFrameEncodeX Dot11aTxFrameEncode54 #include "atx_tpl_imp.h"
25.333333
51
0.828947
0079a66ed2eeaf4466d0a1f3723697ce8da023ac
7,139
h
C
src/common/util.h
spmckenney/Devv-Core
eb30ae3a092e3fe0f9f756f5f31bdce4f6215b98
[ "MIT" ]
null
null
null
src/common/util.h
spmckenney/Devv-Core
eb30ae3a092e3fe0f9f756f5f31bdce4f6215b98
[ "MIT" ]
null
null
null
src/common/util.h
spmckenney/Devv-Core
eb30ae3a092e3fe0f9f756f5f31bdce4f6215b98
[ "MIT" ]
null
null
null
/* * util.h general utilities. * * Created on: Dec 27, 2017 * Author: Nick Williams */ /** * Server/client environment: argument handling, config file parsing, * logging, thread wrappers, startup time */ #ifndef DEVCASH_UTIL_H #define DEVCASH_UTIL_H #include <atomic> #include <chrono> #include <exception> #...
25.587814
104
0.66578
007b3494fed50350e3a795f9e12c4dcc65a556f0
857
c
C
lib/extensions/amu/aarch64/amu.c
NovasomIndustries/arm-trusted-firmware-h6-smp_1.0.5
716d18550285951a23ef854d2e7b275dd4e2069c
[ "BSD-3-Clause" ]
3
2016-10-10T01:38:27.000Z
2018-10-23T05:56:47.000Z
lib/extensions/amu/aarch64/amu.c
axxia/axxia_atf
c9ff97e2eb1f96922ef5f9ecb7ec213e603081eb
[ "BSD-3-Clause" ]
null
null
null
lib/extensions/amu/aarch64/amu.c
axxia/axxia_atf
c9ff97e2eb1f96922ef5f9ecb7ec213e603081eb
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <amu.h> #include <arch.h> #include <arch_helpers.h> void amu_enable(int el2_unused) { uint64_t features; features = read_id_aa64pfr0_el1() >> ID_AA64PFR0_AMU_SHIFT; if ((features &...
20.902439
73
0.674446
007c6472ea245b14ffe58b1270f804c6ae79210f
4,884
c
C
day03.c
chadsy/aoc_2021
7aaf59bdf63b0ca33d53511eda5c71217ee9368f
[ "MIT" ]
1
2021-12-21T22:52:45.000Z
2021-12-21T22:52:45.000Z
day03.c
chadsy/aoc_2021
7aaf59bdf63b0ca33d53511eda5c71217ee9368f
[ "MIT" ]
null
null
null
day03.c
chadsy/aoc_2021
7aaf59bdf63b0ca33d53511eda5c71217ee9368f
[ "MIT" ]
null
null
null
// AOC 2021 solution in C // @chadsy // Copyright (C) 2021 Chad Royal // MIT License http://opensource.org/licenses/MIT // // Day 3 // The one about reading binary numbers in a diagnostic report. // // Part 1 is to look at each bit position in all of the input numbers, determine // if 0 or 1 is the most common, then us...
31.921569
109
0.52068
007cc8762d151feb6f7f3997aefc48038e323040
630
h
C
IMChart/V/ChartScrollView/IMChartScrollView.h
GitHub-Life/IMChart
360f5e91203708946569a0fac5a603dbdb14a2d9
[ "MIT" ]
8
2018-05-08T06:18:18.000Z
2020-03-31T01:31:47.000Z
IMChart/V/ChartScrollView/IMChartScrollView.h
GitHub-Life/IMChart
360f5e91203708946569a0fac5a603dbdb14a2d9
[ "MIT" ]
1
2021-05-20T03:18:45.000Z
2021-05-20T03:18:45.000Z
IMChart/V/ChartScrollView/IMChartScrollView.h
GitHub-Life/IMChart
360f5e91203708946569a0fac5a603dbdb14a2d9
[ "MIT" ]
null
null
null
// // IMChartScrollView.h // NiuYan // // Created by 万涛 on 2018/4/13. // Copyright © 2018年 niuyan.com. All rights reserved. // #import <UIKit/UIKit.h> @class IMLineChartView; @class IMTrendColumnChartView; @interface IMChartScrollView : UIScrollView @property (nonatomic, strong) IMLineChartView *lineChartView; @...
24.230769
70
0.760317
007f90ad3e7716aaa68ef8cb4f1a6399bf8103c5
520
h
C
VKHDHeaders/ChatLogicViewController.h
Anonym0uz/VKPreferences
872932a34c7b0057369c2c7aa9861222b121c3db
[ "MIT" ]
4
2018-11-02T01:08:31.000Z
2019-03-19T20:27:09.000Z
VKHDHeaders/ChatLogicViewController.h
Anonym0uz/VKPreferences
872932a34c7b0057369c2c7aa9861222b121c3db
[ "MIT" ]
null
null
null
VKHDHeaders/ChatLogicViewController.h
Anonym0uz/VKPreferences
872932a34c7b0057369c2c7aa9861222b121c3db
[ "MIT" ]
1
2018-11-02T01:08:36.000Z
2018-11-02T01:08:36.000Z
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "UIViewControllerStyled.h" @class VKDialog; @interface ChatLogicViewController : UIViewControllerStyled { VKDialog *_currentChat; } @property(retain, nonatomic) VKDia...
20.8
92
0.717308
008ac4f99586e9e0db7caea5f0a71e450e9e5e51
1,341
h
C
Game/Source/SceneIntro.h
Akage369/SampleText
3361b52a911a2d38b17647ca0d6bdd715d76e399
[ "MIT" ]
7
2021-02-16T18:33:34.000Z
2021-06-06T23:50:24.000Z
Game/Source/SceneIntro.h
Akage369/SampleText
3361b52a911a2d38b17647ca0d6bdd715d76e399
[ "MIT" ]
1
2021-02-23T18:26:05.000Z
2021-02-23T18:26:05.000Z
Game/Source/SceneIntro.h
Akage369/SampleText
3361b52a911a2d38b17647ca0d6bdd715d76e399
[ "MIT" ]
1
2021-02-23T18:06:17.000Z
2021-02-23T18:06:17.000Z
#ifndef __SCENE_INTRO_H__ #define __SCENE_INTRO_H__ #include "Module.h" #include "Animation.h" struct SDL_Texture; class SceneIntro : public Module { public: SceneIntro(bool startEnabled); ~SceneIntro(); bool Start() override; Update_Status Update() override; Update_Status PostUpdate() override; bool Cle...
14.9
45
0.687547
008b60089e792093c14e2c68d4c291600f3ae761
1,010
c
C
libft/ft_putstr.c
ikramkharbouch/GNL
2a0bf4343c30f5a99a61532223a7e840f166fff4
[ "MIT" ]
5
2019-11-21T17:56:21.000Z
2022-01-05T14:32:11.000Z
libft/ft_putstr.c
ikramkharbouch/GNL
2a0bf4343c30f5a99a61532223a7e840f166fff4
[ "MIT" ]
1
2021-04-23T01:55:12.000Z
2021-04-23T01:55:12.000Z
ft_putstr.c
ikramkharbouch/Libft
9321010067862db5653bc5aa2d594cbf3a756d69
[ "MIT" ]
null
null
null
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putstr.c :+: :+: :+: ...
38.846154
80
0.165347
008c7b6d8a6cd1170dbf1becbbaf5d8e0cd56363
639
h
C
AlgoritmsProject/heap.h
maximlo91/Ford-Fulkerson-Algorithm
3dc460bf496130e6ce54a9cecb7752ba03f9419d
[ "MIT" ]
null
null
null
AlgoritmsProject/heap.h
maximlo91/Ford-Fulkerson-Algorithm
3dc460bf496130e6ce54a9cecb7752ba03f9419d
[ "MIT" ]
null
null
null
AlgoritmsProject/heap.h
maximlo91/Ford-Fulkerson-Algorithm
3dc460bf496130e6ce54a9cecb7752ba03f9419d
[ "MIT" ]
null
null
null
#ifndef HEAP1_H #define HEAP1_H #define _CRT_SECURE_NO_WARNINGS #include <iostream> using namespace std; #include "graph.h" class Heap { private: int* data; int* keys; int* pointers; int maxSize; int heapSize; bool allocated; static int Parent(int node); static int Left(int node); static int Right(int node...
15.975
41
0.691706
008e171e6d66c3f02f286ba0c72be33ecf34126b
355
h
C
student-distrib/scheduler.h
hrege/Linux-Kernel-OS
70c0bd641c6e7e22491c0d645d21de804d0c4cce
[ "AFL-1.1" ]
null
null
null
student-distrib/scheduler.h
hrege/Linux-Kernel-OS
70c0bd641c6e7e22491c0d645d21de804d0c4cce
[ "AFL-1.1" ]
null
null
null
student-distrib/scheduler.h
hrege/Linux-Kernel-OS
70c0bd641c6e7e22491c0d645d21de804d0c4cce
[ "AFL-1.1" ]
null
null
null
#ifndef SCHEDULER_H #define SCHEDULER_H #define SHELL_INIT_DONE 2 // End state for shell check variables #define QUANTUM 35 // Milliseconds for rate initialization extern int8_t visible_process; //scheduling algorithm void get_next_process(); //extern void schedule_init(); extern void schedule_init(); ex...
22.1875
67
0.774648
00900c66cfa267db7a163c09c27e1b1ebb1f51fa
229
h
C
vendor/devkitpro/wut/include/whb/log_udp.h
Jan200101/zig-wii
900f48ac9f4857bcfe6e82461fa7903cd8ef1de3
[ "MIT" ]
29
2021-02-11T05:34:12.000Z
2022-01-19T16:35:27.000Z
vendor/devkitpro/wut/include/whb/log_udp.h
Jan200101/zig-wii
900f48ac9f4857bcfe6e82461fa7903cd8ef1de3
[ "MIT" ]
2
2021-08-15T12:39:21.000Z
2022-01-19T03:10:31.000Z
vendor/devkitpro/wut/include/whb/log_udp.h
Jan200101/zig-wii
900f48ac9f4857bcfe6e82461fa7903cd8ef1de3
[ "MIT" ]
3
2021-08-15T11:21:04.000Z
2022-03-13T23:15:54.000Z
#pragma once #include <wut.h> /** * \defgroup whb_log_udp UDP Log Output * \ingroup whb * @{ */ #ifdef __cplusplus extern "C" { #endif BOOL WHBLogUdpInit(); BOOL WHBLogUdpDeinit(); #ifdef __cplusplus } #endif /** @} */
9.16
39
0.641921
00924be4d5791db8c8d84123c4b3a51e4c4577fb
36,899
c
C
wireshark-2.0.13/epan/dissectors/packet-atn-cm.c
mahrukhfida/mi
7187765aa225e71983969ef5285771ac77c8309a
[ "Apache-2.0" ]
null
null
null
wireshark-2.0.13/epan/dissectors/packet-atn-cm.c
mahrukhfida/mi
7187765aa225e71983969ef5285771ac77c8309a
[ "Apache-2.0" ]
null
null
null
wireshark-2.0.13/epan/dissectors/packet-atn-cm.c
mahrukhfida/mi
7187765aa225e71983969ef5285771ac77c8309a
[ "Apache-2.0" ]
null
null
null
/* Do not modify this file. Changes will be overwritten. */ /* Generated automatically by the ASN.1 to Wireshark dissector compiler */ /* packet-atn-cm.c */ /* ../../tools/asn2wrs.py -u -L -p atn-cm -c ./atn-cm.cnf -s ./packet-atn-cm-...
36.788634
172
0.662999
009abf7a6f103ace4bfa61b5f71b5772735af457
1,376
h
C
boot/libboot/mem/malloc.h
willmexe/opuntiaOS
2d8e299627dc3431948892ad377556c918090000
[ "BSD-2-Clause" ]
null
null
null
boot/libboot/mem/malloc.h
willmexe/opuntiaOS
2d8e299627dc3431948892ad377556c918090000
[ "BSD-2-Clause" ]
null
null
null
boot/libboot/mem/malloc.h
willmexe/opuntiaOS
2d8e299627dc3431948892ad377556c918090000
[ "BSD-2-Clause" ]
null
null
null
/* * Copyright (C) 2020-2022 The opuntiaOS Project Authors. * + Contributed by Nikita Melekhin <nimelehin@gmail.com> * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef _BOOT_LIBBOOT_MEM_MALLOC_H #define _BOOT_LIBBOOT_MEM_MALLOC_H #include <libboot...
24.140351
73
0.710029
009b9a67678280a852d699e20318012d1d89e8ef
462
c
C
packages/PIPS/validation/HardwareAccelerator/simplify.sub/copy_03.c
DVSR1966/par4all
86b33ca9da736e832b568c5637a2381f360f1996
[ "MIT" ]
51
2015-01-31T01:51:39.000Z
2022-02-18T02:01:50.000Z
packages/PIPS/validation/HardwareAccelerator/simplify.sub/copy_03.c
DVSR1966/par4all
86b33ca9da736e832b568c5637a2381f360f1996
[ "MIT" ]
7
2017-05-29T09:29:00.000Z
2019-03-11T16:01:39.000Z
packages/PIPS/validation/HardwareAccelerator/simplify.sub/copy_03.c
DVSR1966/par4all
86b33ca9da736e832b568c5637a2381f360f1996
[ "MIT" ]
12
2015-03-26T08:05:38.000Z
2022-02-18T02:01:51.000Z
#include "freia.h" int copy_03(freia_data2d *out, const freia_data2d * in) { freia_data2d * a, * b; a = freia_common_create_data(in->bpp, in->widthWa, in->heightWa); b = freia_common_create_data(in->bpp, in->widthWa, in->heightWa); // check for CSE-enabled constant images freia_aipo_add_const(a, in, 1); f...
24.315789
67
0.712121
00a0cf6638e05baefb848097fd7e0faf70ca9c29
8,014
c
C
src/pdfiostub.c
holypower/leptonica
01886afd72ff89cb131770b4d9060068591ef830
[ "Leptonica" ]
18
2015-04-25T17:30:04.000Z
2018-01-10T10:02:11.000Z
tess-two/external/leptonica-1.68/src/pdfiostub.c
markusarwan/tess-two
0cddf3aad30b9e826d7e0286525a39e3c1b918c3
[ "Apache-2.0" ]
null
null
null
tess-two/external/leptonica-1.68/src/pdfiostub.c
markusarwan/tess-two
0cddf3aad30b9e826d7e0286525a39e3c1b918c3
[ "Apache-2.0" ]
8
2015-05-16T17:24:56.000Z
2021-04-02T06:25:08.000Z
/*====================================================================* - Copyright (C) 2001 Leptonica. All rights reserved. - This software is distributed in the hope that it will be - useful, but with NO WARRANTY OF ANY KIND. - No author or distributor accepts responsibility to anyone for the - consequence...
38.344498
80
0.5715
00a3f449930eccf6d191b9787fbe599f3a9bce62
987
h
C
morse/DotNet/calculator/Intervals.h
jonnyzzz/phd-project
beab8615585bd52ef9ee1c19d1557e8c933c047a
[ "Apache-2.0" ]
1
2019-12-24T15:52:45.000Z
2019-12-24T15:52:45.000Z
morse/DotNet/calculator/Intervals.h
jonnyzzz/phd-project
beab8615585bd52ef9ee1c19d1557e8c933c047a
[ "Apache-2.0" ]
null
null
null
morse/DotNet/calculator/Intervals.h
jonnyzzz/phd-project
beab8615585bd52ef9ee1c19d1557e8c933c047a
[ "Apache-2.0" ]
null
null
null
#pragma once #include <math.h> #include "./boost/numeric/interval.hpp" struct my_arith_rounding: boost::numeric::interval_lib::rounded_arith_opp<double> { double int_down(double f) { return floor(f); } double int_up (double f) { return ceil(f); } }; typedef boost::numeric::interval< double, boost::nume...
23.5
63
0.703141
00a488eae0ac5c49c1245de00dcc2503651114eb
1,004
h
C
DemoProject/DemoProject/DamageTester.h
Michaelwolf95/CECS_491_GameEngine_Prototype
d134fa376484d1115bf5af75f062ef44c8e70263
[ "MIT" ]
2
2019-10-14T03:45:55.000Z
2020-07-12T08:08:54.000Z
DemoProject/DemoProject/DamageTester.h
Michaelwolf95/CECS_491_GameEngine_Prototype
d134fa376484d1115bf5af75f062ef44c8e70263
[ "MIT" ]
null
null
null
DemoProject/DemoProject/DamageTester.h
Michaelwolf95/CECS_491_GameEngine_Prototype
d134fa376484d1115bf5af75f062ef44c8e70263
[ "MIT" ]
1
2019-09-02T03:34:28.000Z
2019-09-02T03:34:28.000Z
#pragma once #include "Component.h" #include "HealthManager.h" #include "XEngineProject.h" #include "XEngine.h" #include "Rigidbody.h" using namespace XEngine; class PROJECT_API DamageTester : public Component { public: static Registrar<DamageTester> registrar; DamageTester(); ~DamageTester(); void Start() overrid...
23.348837
58
0.766932
00a6c7a7b4f69d645bafa3a2092dd12480ded8b1
1,962
h
C
LoRandom.h
Kongduino/BastWAN_DHKE
e03a3013af7b006fd5e8439616e4eab22c64671f
[ "MIT" ]
1
2020-10-09T04:10:31.000Z
2020-10-09T04:10:31.000Z
LoRandom.h
Kongduino/BastWAN_DHKE
e03a3013af7b006fd5e8439616e4eab22c64671f
[ "MIT" ]
null
null
null
LoRandom.h
Kongduino/BastWAN_DHKE
e03a3013af7b006fd5e8439616e4eab22c64671f
[ "MIT" ]
null
null
null
/* SX1276 Register (address) Register bit field (bit #) Values Note RegOpMode (0x01) LongRangeMode[7] ‘1’ LoRa mode enable Mode[2:0] ‘101’ Receive Continuous mode -----------------------------------------------...
40.875
120
0.545362
00a7ea0cfb5ab6b178db21781294c4d269b3e816
541
h
C
UGOU2/UGOU2/Class/NewBrand/BrandView/ScreeningView.h
songhailong/UGOU
2617f788ef26deab8cae46e34559d3d037f60fc0
[ "Apache-2.0" ]
1
2020-04-13T10:27:06.000Z
2020-04-13T10:27:06.000Z
UGOU2/UGOU2/Class/NewBrand/BrandView/ScreeningView.h
songhailong/UGOU
2617f788ef26deab8cae46e34559d3d037f60fc0
[ "Apache-2.0" ]
null
null
null
UGOU2/UGOU2/Class/NewBrand/BrandView/ScreeningView.h
songhailong/UGOU
2617f788ef26deab8cae46e34559d3d037f60fc0
[ "Apache-2.0" ]
1
2020-06-29T07:21:45.000Z
2020-06-29T07:21:45.000Z
// // ScreeningView.h // UgouAppios // // Created by 靓萌服饰 on 16/6/17. // Copyright © 2016年 靓萌服饰. All rights reserved. // #import <UIKit/UIKit.h> @interface ScreeningView : UIView<UICollectionViewDataSource,UICollectionViewDelegate,UICollectionViewDelegateFlowLayout,UITextFieldDelegate> @property(nonatomic,strong)...
31.823529
141
0.804067
00a8a3aca8dcaefd6e3e627f54fe06471d2f63b9
218
h
C
platform/mcu/dahua/csi/csi/csi_driver/dahua/common/iic/iic_dw109a.h
jinlongliu/AliOS-Things
ce051172a775f987183e7aca88bb6f3b809ea7b0
[ "Apache-2.0" ]
4
2019-11-22T04:28:29.000Z
2021-07-06T10:45:10.000Z
platform/mcu/dahua/csi/csi/csi_driver/dahua/common/iic/iic_dw109a.h
IamBaoMouMou/AliOS-Things
195a9160b871b3d78de6f8cf6c2ab09a71977527
[ "Apache-2.0" ]
3
2018-12-17T13:06:46.000Z
2018-12-28T01:40:59.000Z
platform/mcu/dahua/csi/csi/csi_driver/dahua/common/iic/iic_dw109a.h
IamBaoMouMou/AliOS-Things
195a9160b871b3d78de6f8cf6c2ab09a71977527
[ "Apache-2.0" ]
6
2019-08-30T09:43:03.000Z
2021-04-05T04:20:41.000Z
#ifndef __IIC_DRV_H__ #define __IIC_DRV_H__ #include "iic_reg.h" #ifdef __cplusplus #if __cplusplus extern "C"{ #endif #endif #ifdef __cplusplus #if __cplusplus } #endif #endif #endif
9.478261
22
0.655963
00a94d83dc45df7dc30ebfa30e9151ffe42407f1
48
c
C
.vim/sourceCode/glibc-2.16.0/sysdeps/i386/i686/multiarch/init-arch.c
lakehui/Vim_config
6cab80dc1209b34bf6379f42b1a92790bd0c146b
[ "MIT" ]
47
2015-03-10T23:21:52.000Z
2022-02-17T01:04:14.000Z
.vim/sourceCode/glibc-2.16.0/sysdeps/i386/i686/multiarch/init-arch.c
lakehui/Vim_config
6cab80dc1209b34bf6379f42b1a92790bd0c146b
[ "MIT" ]
1
2020-06-30T18:01:37.000Z
2020-06-30T18:01:37.000Z
.vim/sourceCode/glibc-2.16.0/sysdeps/i386/i686/multiarch/init-arch.c
lakehui/Vim_config
6cab80dc1209b34bf6379f42b1a92790bd0c146b
[ "MIT" ]
19
2015-02-25T19:50:05.000Z
2021-10-05T14:35:54.000Z
#include <sysdeps/x86_64/multiarch/init-arch.c>
24
47
0.791667
00aa326315b253ca189421ca06bb5dbbecb2fb02
1,390
c
C
2020/ulohy_cviceni/01_RGBprevodnik/mySolution.c
MartinTam/PA1
486c35574ea1d55233451f69056bd2ae955e63db
[ "MIT" ]
null
null
null
2020/ulohy_cviceni/01_RGBprevodnik/mySolution.c
MartinTam/PA1
486c35574ea1d55233451f69056bd2ae955e63db
[ "MIT" ]
null
null
null
2020/ulohy_cviceni/01_RGBprevodnik/mySolution.c
MartinTam/PA1
486c35574ea1d55233451f69056bd2ae955e63db
[ "MIT" ]
null
null
null
#include <stdio.h> void convert(int number, int base){ int i, r, digit, p, count=0; char a[100]; p=number; do{ r=p%base; digit='0'+r; if(digit>'9') digit=digit+7; a[count]=digit; count++; p=p/bas...
21.71875
168
0.514388
00abcd8028b68d5149b3af4683ee71b5bf06cfcb
2,999
h
C
src/cpu.h
computirman/zeta
1e4ac0c7679c60befd4e55d1622265875bf396ec
[ "MIT" ]
40
2020-03-15T22:04:53.000Z
2022-03-01T07:47:22.000Z
src/cpu.h
computirman/zeta
1e4ac0c7679c60befd4e55d1622265875bf396ec
[ "MIT" ]
13
2020-04-29T20:58:38.000Z
2021-12-23T15:08:06.000Z
src/cpu.h
computirman/zeta
1e4ac0c7679c60befd4e55d1622265875bf396ec
[ "MIT" ]
3
2020-08-30T20:31:03.000Z
2021-10-02T18:41:38.000Z
/** * Copyright (c) 2018, 2019, 2020, 2021 Adrian Siekierka * * 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...
22.214815
81
0.703234
00abd0142fa18ec13ba511c503d5a3deccd94cb6
10,165
h
C
src/templates.h
AndreaRigoni/ltk
876d3aad9d148f535266388838c97a228db30ed4
[ "MIT" ]
null
null
null
src/templates.h
AndreaRigoni/ltk
876d3aad9d148f535266388838c97a228db30ed4
[ "MIT" ]
null
null
null
src/templates.h
AndreaRigoni/ltk
876d3aad9d148f535266388838c97a228db30ed4
[ "MIT" ]
null
null
null
/*////////////////////////////////////////////////////////////////////////////// // CMT Cosmic Muon Tomography project ////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// Copyright (c) 2014, Universita' degli Studi di Padova, INFN sez. di Padova...
33.4375
117
0.503689
00ac4f5b368b7949021ddb9c5da9f78163b08210
4,520
c
C
coneOSsparse/direct/private.c
cvxgrp/coneos
44b7c18be03ececa592e4f7aa85ced8c7a3366ee
[ "BSD-2-Clause-FreeBSD" ]
1
2015-08-29T07:42:29.000Z
2015-08-29T07:42:29.000Z
coneOSsparse/direct/private.c
cvxgrp/coneos
44b7c18be03ececa592e4f7aa85ced8c7a3366ee
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
coneOSsparse/direct/private.c
cvxgrp/coneos
44b7c18be03ececa592e4f7aa85ced8c7a3366ee
[ "BSD-2-Clause-FreeBSD" ]
2
2015-11-26T23:10:34.000Z
2019-12-20T19:38:22.000Z
#include "private.h" // forward declare int LDLInit(cs * A, int P[], double **info); int LDLFactor(cs * A, int P[], int Pinv[], cs ** L, double **D); void LDLSolve(double *x, double b[], cs * L, double D[], int P[], double * bp); int factorize(Data * d,Work * w); void freePriv(Work * w){ cs_spfree(w->p->L);coneOS_fr...
27.065868
114
0.553097
00adf515945704e60f145a959741291e4fe365db
2,506
h
C
com/win32comext/taskscheduler/src/PyIScheduledWorkItem.h
huanyin88/Mod-Pywin32-For-Python3.x-DDE
992931aa534357d54aaac34077f0128d3a740e5e
[ "Apache-2.0" ]
3
2020-06-18T16:57:44.000Z
2020-07-21T17:52:06.000Z
com/win32comext/taskscheduler/src/PyIScheduledWorkItem.h
huanyin88/Mod-Pywin32-For-Python3.x-DDE
992931aa534357d54aaac34077f0128d3a740e5e
[ "Apache-2.0" ]
null
null
null
com/win32comext/taskscheduler/src/PyIScheduledWorkItem.h
huanyin88/Mod-Pywin32-For-Python3.x-DDE
992931aa534357d54aaac34077f0128d3a740e5e
[ "Apache-2.0" ]
null
null
null
// This file declares the IScheduledWorkItem Interface for Python. // Generated by makegw.py // --------------------------------------------------- // // Interface Declaration #include "PythonCOM.h" #include "mstask.h" class PyIScheduledWorkItem : public PyIUnknown { public: MAKE_PYCOM_CTOR(PyIScheduledWorkIte...
49.137255
75
0.732642
00b1b1c2cd05f8cd67bc4de561d370d7458d0bfc
409
h
C
AI/Alignment.h
tstaples/AI-VGP332
b4df47e64b3a25060d5300bb6c3171947f4c509c
[ "MIT" ]
null
null
null
AI/Alignment.h
tstaples/AI-VGP332
b4df47e64b3a25060d5300bb6c3171947f4c509c
[ "MIT" ]
null
null
null
AI/Alignment.h
tstaples/AI-VGP332
b4df47e64b3a25060d5300bb6c3171947f4c509c
[ "MIT" ]
null
null
null
#ifndef INCLUDED_AI_ALIGNMENT_H #define INCLUDED_AI_ALIGNMENT_H #include "SteeringBehavior.h" namespace AI { class Agent; class Alignment : public SteeringBehavior { public: Alignment(Agent* pAgent, float weight); virtual ~Alignment() {} // Inherited from SteeringBehavior virtual SVector2 Update(float deltatime...
17.041667
42
0.777506
00b334d7dbe82274accac3633738a06f6ea77708
1,093
h
C
Examples/OrmTest/include/MusicVo.h
mrcao20/McQuickBoot
187a16ea9459fa5e2b3477b5280302a9090e8ccf
[ "MIT" ]
3
2020-03-29T18:41:42.000Z
2020-09-23T01:46:25.000Z
Examples/OrmTest/include/MusicVo.h
mrcao20/McQuickBoot
187a16ea9459fa5e2b3477b5280302a9090e8ccf
[ "MIT" ]
3
2020-11-26T03:37:31.000Z
2020-12-21T02:17:17.000Z
Examples/OrmTest/include/MusicVo.h
mrcao20/McQuickBoot
187a16ea9459fa5e2b3477b5280302a9090e8ccf
[ "MIT" ]
null
null
null
#pragma once #include "Album.h" #include <McOrm/McOrmGlobal.h> #include <QObject> MC_FORWARD_DECL_PRIVATE_DATA(MusicVo); class MusicVo : public QObject { Q_OBJECT MC_TYPELIST() MC_DB_TABLE("t_music_info"); public: Q_INVOKABLE MusicVo() noexcept; ~MusicVo(); //! 表明此结构体中的属性id为表中的主键 MC_PR...
22.770833
90
0.727356
00b4974344ef6c332d2032750853b37540ad37db
1,936
h
C
kernel/include/glidix/hw/msr.h
madd-games/glidix
1510d9c3f159bee9d4aa942e715aedc78b7f827c
[ "BSD-2-Clause" ]
98
2015-08-05T22:20:19.000Z
2022-03-11T08:49:24.000Z
kernel/include/glidix/hw/msr.h
madd-games/glidix
1510d9c3f159bee9d4aa942e715aedc78b7f827c
[ "BSD-2-Clause" ]
5
2016-02-23T12:49:24.000Z
2019-10-11T18:09:47.000Z
kernel/include/glidix/hw/msr.h
madd-games/glidix
1510d9c3f159bee9d4aa942e715aedc78b7f827c
[ "BSD-2-Clause" ]
11
2015-12-02T05:01:28.000Z
2021-06-25T16:54:18.000Z
/* Glidix kernel Copyright (c) 2014-2017, Madd Games. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of co...
33.964912
79
0.771694
00b4e9e17afa3b2bdb019482b65bea6ceaeb4586
5,129
c
C
ZORTON.reko/ZORTON_2057.c
0xLiso/dePIXELator
d74a663e5cb41a404f2b714e262ce44b668d3632
[ "MIT" ]
null
null
null
ZORTON.reko/ZORTON_2057.c
0xLiso/dePIXELator
d74a663e5cb41a404f2b714e262ce44b668d3632
[ "MIT" ]
null
null
null
ZORTON.reko/ZORTON_2057.c
0xLiso/dePIXELator
d74a663e5cb41a404f2b714e262ce44b668d3632
[ "MIT" ]
1
2021-03-10T22:29:06.000Z
2021-03-10T22:29:06.000Z
// ZORTON_2057.c // Generated by decompiling ZORTON.EXE // using Reko decompiler version 0.9.2.3. #include "ZORTON_2057.h" // 2057:0000: Register word16 fn2057_0000(Register Eq_2 ds, Stack Eq_947 bArg04) // Called from: // fn2057_005C // fn2057_0283 // fn2057_0384 // fn2057_0453 word16 fn2057_0000...
25.645
197
0.638136
00b5c31e3a708a634020e2851e9e19c59a6c1278
5,961
c
C
dsp-audio-loopback/main.c
sonu7777/stm32f103-keil
60d02faf6f6b6cd0961a28b1d6bad0905c6f3051
[ "Unlicense" ]
198
2016-05-29T19:40:59.000Z
2022-03-07T03:19:31.000Z
dsp-audio-loopback/main.c
durubay/stm32f103-keil
60d02faf6f6b6cd0961a28b1d6bad0905c6f3051
[ "Unlicense" ]
null
null
null
dsp-audio-loopback/main.c
durubay/stm32f103-keil
60d02faf6f6b6cd0961a28b1d6bad0905c6f3051
[ "Unlicense" ]
236
2016-05-09T05:40:49.000Z
2022-03-31T08:50:57.000Z
/** ****************************************************************************** * @file main.c * @author Yohanes Erwin Setiawan * @date 23 May 2016 ****************************************************************************** * @brief Audio loop (Read ADC value then write back to PWM) * 1. ADC: *...
27.725581
80
0.728234
00bbe0ec137abaefb206e4b157cf58b163d4f9a6
5,060
h
C
connectivity/shill/http_request.h
Keneral/asystem
df12381b72ef3d629c8efc61100cc8c714195320
[ "Unlicense" ]
null
null
null
connectivity/shill/http_request.h
Keneral/asystem
df12381b72ef3d629c8efc61100cc8c714195320
[ "Unlicense" ]
null
null
null
connectivity/shill/http_request.h
Keneral/asystem
df12381b72ef3d629c8efc61100cc8c714195320
[ "Unlicense" ]
null
null
null
// // Copyright (C) 2012 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by app...
33.733333
78
0.757708
00bbfae2039b55fed8d7c745c05fe1b84183fdd6
2,527
h
C
3rdparty/flst/fsignal.h
LuAgosta/Geometric-Description-of-Images
22226b29d16d7884ad3d3e873dc283557a84c1cb
[ "BSD-2-Clause" ]
null
null
null
3rdparty/flst/fsignal.h
LuAgosta/Geometric-Description-of-Images
22226b29d16d7884ad3d3e873dc283557a84c1cb
[ "BSD-2-Clause" ]
null
null
null
3rdparty/flst/fsignal.h
LuAgosta/Geometric-Description-of-Images
22226b29d16d7884ad3d3e873dc283557a84c1cb
[ "BSD-2-Clause" ]
null
null
null
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fsignal.h Vers. 1.3 (C) 1993-2002 Jacques Froment Internal Input/Output fsignal structure ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/ /*~~~~~~~~~~ This file is part of the MegaWave2 syst...
33.693333
79
0.652948
00be5ef8e80509f2136e991dfc8a5079fe3a565d
5,774
h
C
src/mame/includes/kc.h
Robbbert/messui
49b756e2140d8831bc81335298ee8c5471045e79
[ "BSD-3-Clause" ]
26
2015-03-31T06:25:51.000Z
2021-12-14T09:29:04.000Z
src/mame/includes/kc.h
Robbbert/messui
49b756e2140d8831bc81335298ee8c5471045e79
[ "BSD-3-Clause" ]
null
null
null
src/mame/includes/kc.h
Robbbert/messui
49b756e2140d8831bc81335298ee8c5471045e79
[ "BSD-3-Clause" ]
10
2015-03-27T05:45:51.000Z
2022-02-04T06:57:36.000Z
// license:GPL-2.0+ // copyright-holders:Kevin Thacker,Sandro Ronco /***************************************************************************** * * includes/kc.h * ****************************************************************************/ #ifndef MAME_INCLUDES_KC_H #define MAME_INCLUDES_KC_H #pragma once /*...
28.584158
113
0.728265
00c32f8e6ed94d71743c374397c6096ef3720d7d
11,280
h
C
GeneratedFiles/ui_mainwindow.h
jeyboy/palyo2
5c68194bedbd1e1d987e01e2082f498183b59af7
[ "MIT" ]
1
2015-09-26T15:35:18.000Z
2015-09-26T15:35:18.000Z
GeneratedFiles/ui_mainwindow.h
jeyboy/palyo2
5c68194bedbd1e1d987e01e2082f498183b59af7
[ "MIT" ]
null
null
null
GeneratedFiles/ui_mainwindow.h
jeyboy/palyo2
5c68194bedbd1e1d987e01e2082f498183b59af7
[ "MIT" ]
null
null
null
/******************************************************************************** ** Form generated from reading UI file 'mainwindow.ui' ** ** Created by: Qt User Interface Compiler version 5.2.0 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ****************************************...
48.62069
102
0.704699
00c4ac9d4725786f3dc4a6b6508b43bb5d277eed
749
c
C
randdSFMT.c
heavywatal/msutils
5eb516ff289292715c3c76885f53c66929265e70
[ "MIT" ]
4
2017-04-18T01:25:01.000Z
2021-11-30T03:31:18.000Z
randdSFMT.c
heavywatal/msutils
5eb516ff289292715c3c76885f53c66929265e70
[ "MIT" ]
null
null
null
randdSFMT.c
heavywatal/msutils
5eb516ff289292715c3c76885f53c66929265e70
[ "MIT" ]
null
null
null
#include <stdio.h> #include <stdlib.h> #include "dSFMT.h" double ran1() { return dsfmt_gv_genrand_close_open(); } void seedit(const char *flag) { FILE *pfseed; unsigned int seed2; if (flag[0] == 's') { pfseed = fopen("/dev/urandom", "rb"); if (pfseed) { fread(&seed2, sizeo...
21.4
52
0.543391
00c6189ccd00e3c18ef0b8914a1ed0dc5c479cd9
4,315
h
C
util/atomics.h
damodar123/pythia-core
6b90aafed40aa63185105a652b20c61fc5a4320d
[ "BSD-3-Clause" ]
14
2015-01-25T19:11:49.000Z
2021-08-24T18:48:37.000Z
util/atomics.h
damodar123/pythia-core
6b90aafed40aa63185105a652b20c61fc5a4320d
[ "BSD-3-Clause" ]
null
null
null
util/atomics.h
damodar123/pythia-core
6b90aafed40aa63185105a652b20c61fc5a4320d
[ "BSD-3-Clause" ]
8
2015-03-16T20:08:53.000Z
2020-09-14T02:39:48.000Z
/* * Copyright 2011, Pythia authors (see AUTHORS file). * 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,...
35.368852
188
0.697103
00c63c33fec01bd3d0800b797de14d0ba03574dc
129
h
C
tensorflow-yolo-ios/dependencies/google/protobuf/compiler/java/java_lazy_message_field_lite.h
initialz/tensorflow-yolo-face-ios
ba74cf39168d0128e91318e65a1b88ce4d65a167
[ "MIT" ]
27
2017-06-07T19:07:32.000Z
2020-10-15T10:09:12.000Z
tensorflow-yolo-ios/dependencies/google/protobuf/compiler/java/java_lazy_message_field_lite.h
initialz/tensorflow-yolo-face-ios
ba74cf39168d0128e91318e65a1b88ce4d65a167
[ "MIT" ]
3
2017-08-25T17:39:46.000Z
2017-11-18T03:40:55.000Z
tensorflow-yolo-ios/dependencies/google/protobuf/compiler/java/java_lazy_message_field_lite.h
initialz/tensorflow-yolo-face-ios
ba74cf39168d0128e91318e65a1b88ce4d65a167
[ "MIT" ]
10
2017-06-16T18:04:45.000Z
2018-07-05T17:33:01.000Z
version https://git-lfs.github.com/spec/v1 oid sha256:9c0dcb23eda27e0cb3637b2527dd527cf74f0cf9725c59d0d5c57689f0fcac3a size 4879
32.25
75
0.883721
00c955836d7721b1722f7120a4c73ae02ea9e523
326
h
C
iPhoneOS14.2.sdk/System/Library/Frameworks/SoundAnalysis.framework/Headers/SNDefines.h
Zi0P4tch0/sdks
96951a2b5a0c0a58963a8f9c37bc44ec9991153b
[ "MIT" ]
416
2016-08-20T03:40:59.000Z
2022-03-30T14:27:47.000Z
iPhoneOS14.4.sdk/System/Library/Frameworks/SoundAnalysis.framework/Headers/SNDefines.h
haoict/sdks
40a7cee1dc15ae097d867ae0c5133709fa103040
[ "MIT" ]
41
2016-08-22T14:41:42.000Z
2022-02-25T11:38:16.000Z
iPhoneOS14.4.sdk/System/Library/Frameworks/SoundAnalysis.framework/Headers/SNDefines.h
haoict/sdks
40a7cee1dc15ae097d867ae0c5133709fa103040
[ "MIT" ]
173
2016-08-28T15:09:18.000Z
2022-03-23T15:42:52.000Z
// // SNDefines.h // SoundAnalysis // // Copyright © 2019 Apple. All rights reserved. // #ifndef SNDEFINES_H #define SNDEFINES_H #ifdef __cplusplus # define SN_EXPORT extern "C" __attribute__((visibility("default"))) #else # define SN_EXPORT extern __attribute__((visibility("default"))) #endif #endif /* SNDEFINES...
18.111111
68
0.723926
00ca971287ed1a450ded54f6feace41751f1a84e
237
h
C
LeeAnimation/LeeCAKeyframeAnimation2.h
Unrealplace/LeeDrawAndAnimation
1d122cd1dcecd975f363ce70aad042652e8c1e30
[ "MIT" ]
1
2017-01-12T15:14:22.000Z
2017-01-12T15:14:22.000Z
LeeAnimation/LeeCAKeyframeAnimation2.h
Unrealplace/LeeDrawAndAnimation
1d122cd1dcecd975f363ce70aad042652e8c1e30
[ "MIT" ]
null
null
null
LeeAnimation/LeeCAKeyframeAnimation2.h
Unrealplace/LeeDrawAndAnimation
1d122cd1dcecd975f363ce70aad042652e8c1e30
[ "MIT" ]
null
null
null
// // LeeCAKeyframeAnimation2.h // LeeAnimation // // Created by LiYang on 16/12/31. // Copyright © 2016年 LiYang. All rights reserved. // #import "LeeBaseAnimationVC.h" @interface LeeCAKeyframeAnimation2 : LeeBaseAnimationVC @end
16.928571
55
0.734177
00cc9d11190ea2664f0a7bcff9da206a6fb98281
948
h
C
PrivateFrameworks/Notes/_ICNFMCISPOnlineAccountSettingsManager.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
17
2018-11-13T04:02:58.000Z
2022-01-20T09:27:13.000Z
PrivateFrameworks/Notes/_ICNFMCISPOnlineAccountSettingsManager.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
3
2018-04-06T02:02:27.000Z
2018-10-02T01:12:10.000Z
PrivateFrameworks/Notes/_ICNFMCISPOnlineAccountSettingsManager.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 <Notes/ICNFMCISPAccountSettingsManager.h> @class NSCache, NSString; @interface _ICNFMCISPOnlineAccountSettingsManager : ICNFMCISPAccountSettingsManager { NSCache *_fet...
29.625
118
0.775316
00ce66a4a3915ee499c03877b67572225c239e4f
842
h
C
core/Tectonic.h
Satoshi-Yoda/VulkanCore
a737fedd4c2fa996b4f9c3a7df7411dfc0100fb9
[ "MIT" ]
null
null
null
core/Tectonic.h
Satoshi-Yoda/VulkanCore
a737fedd4c2fa996b4f9c3a7df7411dfc0100fb9
[ "MIT" ]
null
null
null
core/Tectonic.h
Satoshi-Yoda/VulkanCore
a737fedd4c2fa996b4f9c3a7df7411dfc0100fb9
[ "MIT" ]
null
null
null
#pragma once #include <vector> #include <array> #define GLFW_INCLUDE_VULKAN #include <GLFW/glfw3.h> #include <vk_mem_alloc.h> #include "Mountain.h" #include "Crater.h" #include "Lava.h" using std::vector; using std::array; class Tectonic { public: Tectonic(Ash &ash, Mountain &mountain, Rocks &rocks, Crater &crat...
19.136364
82
0.766033
00cf14a0f2780d5f55d26dacfe9dde7f36c9d59b
575
h
C
src/Items.h
BlackLamb/MiniDungeon
ca4084d92c37831e8bc6c2408cda28501800b084
[ "MIT" ]
31
2015-01-25T18:01:14.000Z
2021-05-24T12:06:55.000Z
src/Items.h
BlackLamb/MiniDungeon
ca4084d92c37831e8bc6c2408cda28501800b084
[ "MIT" ]
4
2015-06-18T23:01:10.000Z
2015-12-21T13:17:12.000Z
src/Items.h
BlackLamb/MiniDungeon
ca4084d92c37831e8bc6c2408cda28501800b084
[ "MIT" ]
11
2015-08-31T21:59:47.000Z
2021-11-02T23:34:36.000Z
#pragma once typedef enum { ITEM_TYPE_POTION = 0, ITEM_TYPE_FULL_POTION, ITEM_TYPE_FIRE_SCROLL, ITEM_TYPE_ICE_SCROLL, ITEM_TYPE_LIGHTNING_SCROLL, ITEM_TYPE_COUNT } ItemType; int *GetItemsOwned(void); int GetSizeOfItemsOwned(void); void ShowItemGainWindow(void); void ShowMainItemMenu(void); bool AttemptToUsePo...
20.535714
43
0.829565
00d0d6e0eb04c173d8f63a2b1609ec964b489e78
9,155
h
C
src/cli/txt_moredef.h
microchip-ung/ocelot-vsc6825
922c724077f2295e5d61c825d6a72aa63a06a537
[ "MIT" ]
null
null
null
src/cli/txt_moredef.h
microchip-ung/ocelot-vsc6825
922c724077f2295e5d61c825d6a72aa63a06a537
[ "MIT" ]
null
null
null
src/cli/txt_moredef.h
microchip-ung/ocelot-vsc6825
922c724077f2295e5d61c825d6a72aa63a06a537
[ "MIT" ]
null
null
null
//Copyright (c) 2004-2020 Microchip Technology Inc. and its subsidiaries. //SPDX-License-Identifier: MIT #ifndef TXT_MOREDEF_H #define TXT_MOREDEF_H /* ************************************************************************ ** * * * cmd texts * * * * *********************************************************...
28.69906
78
0.764719
00d41c99c68df1df5dbf404101c399e320cea267
269
h
C
HZAlgorithmKit/KitTest/hz_test.h
sohotz/HZAlgorithmKit
6eadb0f90d7a30cfa0f3657e5a469bf8f965d3bc
[ "MIT" ]
null
null
null
HZAlgorithmKit/KitTest/hz_test.h
sohotz/HZAlgorithmKit
6eadb0f90d7a30cfa0f3657e5a469bf8f965d3bc
[ "MIT" ]
null
null
null
HZAlgorithmKit/KitTest/hz_test.h
sohotz/HZAlgorithmKit
6eadb0f90d7a30cfa0f3657e5a469bf8f965d3bc
[ "MIT" ]
null
null
null
// // hz_test.h // HZAlgorithmKit // // Created by hot on 10/2/19. // Copyright © 2019 hot. All rights reserved. // #ifndef hz_test_h #define hz_test_h #include <stdio.h> void test_splay_tree(void); void test_stack_table(void); void test_top_heap(void); #endif
14.157895
46
0.70632
00d563677f50a91e091a897511440a092fd1033f
130
h
C
Vendor/PhysX/include/PhysX/vehicle/PxVehicleDrive.h
wdrDarx/DEngine3
27e2de3b56b6d4c8705e8a0e36f5911d8651caa2
[ "MIT" ]
2
2022-01-11T21:15:31.000Z
2022-02-22T21:14:33.000Z
Vendor/PhysX/include/PhysX/vehicle/PxVehicleDrive.h
wdrDarx/DEngine3
27e2de3b56b6d4c8705e8a0e36f5911d8651caa2
[ "MIT" ]
null
null
null
Vendor/PhysX/include/PhysX/vehicle/PxVehicleDrive.h
wdrDarx/DEngine3
27e2de3b56b6d4c8705e8a0e36f5911d8651caa2
[ "MIT" ]
null
null
null
version https://git-lfs.github.com/spec/v1 oid sha256:3ed8137e91967a577ceacfc8262582b7270df35022a2d790956d1ef31a007794 size 16442
32.5
75
0.884615
00d7c8a6b7e8ad8be30ba78d0d152275e675cef0
645
c
C
cbootcamp/extras/casting.c
mhmdreda99/C-Programming-Practice
18d1e8111de2926743c70a566d78d6d935e71601
[ "MIT" ]
null
null
null
cbootcamp/extras/casting.c
mhmdreda99/C-Programming-Practice
18d1e8111de2926743c70a566d78d6d935e71601
[ "MIT" ]
null
null
null
cbootcamp/extras/casting.c
mhmdreda99/C-Programming-Practice
18d1e8111de2926743c70a566d78d6d935e71601
[ "MIT" ]
null
null
null
#include <stdio.h> #include <stdint.h> int main(void) { uint16_t value = 0xFFFF; printf("Original Value: %u\n", value); printf("Unsigned 16->Signed 16: %hd\n", (int16_t)value); printf("Unsinged 16->Unsigned 32: %u\n", (unsigned int)value); printf("Unsigned 16->Unsigned 8: %hu\n", (uint8_t)value); printf("Unsigne...
35.833333
63
0.666667
00d7fdd01a5dddc3e71798d4eda5bf06802a35f0
3,576
h
C
AWSDK.framework/Versions/A/Headers/AWBranding.h
shardulnavare8/gps
0c962668dd9c68f83938c8f38855e96b186a5465
[ "Apache-2.0" ]
null
null
null
AWSDK.framework/Versions/A/Headers/AWBranding.h
shardulnavare8/gps
0c962668dd9c68f83938c8f38855e96b186a5465
[ "Apache-2.0" ]
null
null
null
AWSDK.framework/Versions/A/Headers/AWBranding.h
shardulnavare8/gps
0c962668dd9c68f83938c8f38855e96b186a5465
[ "Apache-2.0" ]
null
null
null
/* AirWatch iOS Software Development Kit Copyright © 2012 AirWatch. All rights reserved. Unless required by applicable law, this Software Development Kit and sample code is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. AirWatch expressly disclaims any an...
37.25
452
0.777964
00e18d5cad251330430289f3ee8029c2f65cf229
188
h
C
include/RE/T/TESHavokUtilities.h
colinswrath/CommonLibSSE
9c693f6a2406fb6128ee0dd0462bfc9ddbd83eee
[ "MIT" ]
118
2019-02-07T22:34:11.000Z
2022-03-29T10:40:40.000Z
include/RE/T/TESHavokUtilities.h
colinswrath/CommonLibSSE
9c693f6a2406fb6128ee0dd0462bfc9ddbd83eee
[ "MIT" ]
63
2019-07-30T13:50:11.000Z
2022-02-19T02:14:33.000Z
include/RE/T/TESHavokUtilities.h
colinswrath/CommonLibSSE
9c693f6a2406fb6128ee0dd0462bfc9ddbd83eee
[ "MIT" ]
71
2019-05-21T00:15:51.000Z
2022-03-03T15:14:19.000Z
#pragma once namespace RE { class hkpCollidable; class TESObjectREFR; namespace TESHavokUtilities { TESObjectREFR* FindCollidableRef(const hkpCollidable& a_linkedCollidable); } }
14.461538
76
0.792553
00e355ab56b57d61dc65699493e10562e31ef392
4,376
h
C
src/libk/include/devtree.h
zhengruohuang/toddler-ng
e3a8c6d812c85815ce2231a9c387488b77c9def1
[ "BSD-2-Clause" ]
10
2019-12-31T09:36:55.000Z
2021-08-02T08:03:51.000Z
src/libk/include/devtree.h
zhengruohuang/toddler-ng
e3a8c6d812c85815ce2231a9c387488b77c9def1
[ "BSD-2-Clause" ]
null
null
null
src/libk/include/devtree.h
zhengruohuang/toddler-ng
e3a8c6d812c85815ce2231a9c387488b77c9def1
[ "BSD-2-Clause" ]
1
2020-02-13T13:56:55.000Z
2020-02-13T13:56:55.000Z
#ifndef __LIBK_INCLUDE_DEVTREE_H__ #define __LIBK_INCLUDE_DEVTREE_H__ #include "common/include/inttypes.h" #include "common/include/devtree.h" /* * Node */ extern struct devtree_node *devtree_find_node_by_phandle(struct devtree_node *node, int phandle); ext...
40.518519
86
0.756856
00e3f3afc2009931ce6abeb19041f87b756d59b6
1,139
h
C
System/Library/PrivateFrameworks/PegasusAPI.framework/_TtCV10PegasusAPI13Sportspb_TeamP33_B66DF00340E43E1E43C6CD822187031C13_StorageClass.h
lechium/tvOS145Headers
9940da19adb0017f8037853e9cfccbe01b290dd5
[ "MIT" ]
5
2021-04-29T04:31:43.000Z
2021-08-19T18:59:58.000Z
System/Library/PrivateFrameworks/PegasusAPI.framework/_TtCV10PegasusAPI13Sportspb_TeamP33_B66DF00340E43E1E43C6CD822187031C13_StorageClass.h
lechium/tvOS145Headers
9940da19adb0017f8037853e9cfccbe01b290dd5
[ "MIT" ]
null
null
null
System/Library/PrivateFrameworks/PegasusAPI.framework/_TtCV10PegasusAPI13Sportspb_TeamP33_B66DF00340E43E1E43C6CD822187031C13_StorageClass.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:11:53 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/PrivateFrameworks/PegasusAPI...
22.78
130
0.673398
00e4faa83a39a2431a8917150f94a4f486e6dd45
3,446
h
C
src/i/vmem_layout.i.h
zlatko-michailov/abc
51b607582fbcc79da76efe8370ed7a4ef8e5fc0f
[ "MIT" ]
2
2020-11-05T06:06:01.000Z
2021-01-18T15:23:11.000Z
src/i/vmem_layout.i.h
zlatko-michailov/abc
51b607582fbcc79da76efe8370ed7a4ef8e5fc0f
[ "MIT" ]
11
2020-11-03T11:35:57.000Z
2020-12-10T00:49:30.000Z
src/i/vmem_layout.i.h
zlatko-michailov/abc
51b607582fbcc79da76efe8370ed7a4ef8e5fc0f
[ "MIT" ]
1
2020-11-05T05:39:15.000Z
2020-11-05T05:39:15.000Z
/* MIT License Copyright (c) 2018-2021 Zlatko Michailov 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, ...
24.439716
97
0.66686
00eab68a5bbca8419b1effb80b7df3e67495e6a5
1,232
c
C
programs/bootloader/bootloader_fast.c
jotingen/fpga-LC3
2de8cb0626e3a94ac19894215ab77699f5d755f8
[ "MIT" ]
1
2020-05-28T13:12:31.000Z
2020-05-28T13:12:31.000Z
programs/bootloader/bootloader_fast.c
jotingen/RISCV-DE10-Nano
2de8cb0626e3a94ac19894215ab77699f5d755f8
[ "MIT" ]
null
null
null
programs/bootloader/bootloader_fast.c
jotingen/RISCV-DE10-Nano
2de8cb0626e3a94ac19894215ab77699f5d755f8
[ "MIT" ]
null
null
null
#include <stdint.h> #include <stdio.h> #include "../lib/csr.h" #include "../lib/ddr3.h" #include "../lib/rand.h" #include "../lib/sdcard.h" #define LED (*((volatile unsigned int *) (0xC0000000))) // Function to reverse elements of an array void reverse(uint8_t arr[], int n); void main(void) { static v...
20.196721
75
0.587662
00edd38cb29d92fe8ee96bcd5395eb9f68cd6363
343
h
C
tetra.h
tflovorn/ctetra
1a788d6c36d4a0773d4a2fca4d23a8e4d1fd87a1
[ "MIT" ]
null
null
null
tetra.h
tflovorn/ctetra
1a788d6c36d4a0773d4a2fca4d23a8e4d1fd87a1
[ "MIT" ]
1
2016-11-19T22:44:14.000Z
2016-11-30T15:23:35.000Z
tetra.h
tflovorn/ctetra
1a788d6c36d4a0773d4a2fca4d23a8e4d1fd87a1
[ "MIT" ]
null
null
null
#ifndef CTETRA_TETRA_H #define CTETRA_TETRA_H #include <stdlib.h> #include <gsl/gsl_vector.h> #include "ecache.h" typedef double (*tetra_SumFn)(double E, double E1, double E2, double E3, double E4, double num_tetra); double tetra_SumTetra(tetra_SumFn F, double E, EnergyCache *Ecache); void sortEs(double Es[4]); #e...
22.866667
102
0.760933
00fba405bf445adef777d56c556d99baef87f5e7
1,188
h
C
src/utils/likely.h
dapaulid/libremo
3aa1da6ed13586e842906f21c2eb4c82fec716fe
[ "MIT" ]
1
2021-02-03T08:25:37.000Z
2021-02-03T08:25:37.000Z
src/utils/likely.h
dapaulid/libremo
3aa1da6ed13586e842906f21c2eb4c82fec716fe
[ "MIT" ]
null
null
null
src/utils/likely.h
dapaulid/libremo
3aa1da6ed13586e842906f21c2eb4c82fec716fe
[ "MIT" ]
null
null
null
//------------------------------------------------------------------------------ /** * @license * Copyright (c) Daniel Pauli <dapaulid@gmail.com> * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ //-------------------------------------...
32.108108
80
0.37963
00fc9bcef984a2ffa3fd4002ed95d5d495163cda
1,938
h
C
include/sk/io/FileDescriptorStream.h
stemkit-collection/stemkit-cpp
dfa77d831f49916ba6d134f407a4dcd0983328f6
[ "MIT" ]
4
2019-02-19T16:48:41.000Z
2022-01-31T07:57:54.000Z
include/sk/io/FileDescriptorStream.h
stemkit-collection/stemkit-cpp
dfa77d831f49916ba6d134f407a4dcd0983328f6
[ "MIT" ]
1
2019-01-30T04:48:35.000Z
2019-01-30T04:48:35.000Z
include/sk/io/FileDescriptorStream.h
stemkit-collection/stemkit-cpp
dfa77d831f49916ba6d134f407a4dcd0983328f6
[ "MIT" ]
null
null
null
/* vim: set sw=2: * Copyright (c) 2009, Gennady Bystritsky <bystr@mac.com> * * Distributed under the MIT Licence. * This is free software. See 'LICENSE' for details. * You must read and accept the license prior to use. * * Author: Gennady Bystritsky */ #ifndef _SK_IO_FILEDESCRIPTORSTREAM_H_ #define _SK_IO...
31.258065
80
0.682147
00fec3e24c5924d06aabfcfdc4215a53fff954f3
302
h
C
JZProject/Class/Page/Register/Controllers/JZUserRegisterVC.h
zjz2020/fh
cf626402d03d6ca6324f248a56710ce7a732eed9
[ "Apache-2.0" ]
null
null
null
JZProject/Class/Page/Register/Controllers/JZUserRegisterVC.h
zjz2020/fh
cf626402d03d6ca6324f248a56710ce7a732eed9
[ "Apache-2.0" ]
null
null
null
JZProject/Class/Page/Register/Controllers/JZUserRegisterVC.h
zjz2020/fh
cf626402d03d6ca6324f248a56710ce7a732eed9
[ "Apache-2.0" ]
null
null
null
// // JZUserRegisterVC.h // JZProject // // Created by zjz on 2019/6/23. // Copyright © 2019 zjz. All rights reserved. // #import "JZBaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface JZUserRegisterVC : JZBaseViewController + (JZUserRegisterVC *)shareRegister; @end NS_ASSUME_NONNULL_END
16.777778
50
0.754967
00ff40bcc2377ad782200c3a4383154c4cf1b804
2,173
h
C
overrides/snes9x2002.h
trngaje/picoarch
caa956d120b34e4c0deadb9e61af509a88debd09
[ "BSD-3-Clause" ]
null
null
null
overrides/snes9x2002.h
trngaje/picoarch
caa956d120b34e4c0deadb9e61af509a88debd09
[ "BSD-3-Clause" ]
null
null
null
overrides/snes9x2002.h
trngaje/picoarch
caa956d120b34e4c0deadb9e61af509a88debd09
[ "BSD-3-Clause" ]
null
null
null
#include "overrides.h" static const struct core_override_option snes9x2002_core_option_overrides[] = { { .key = "snes9x2002_frameskip", .info = "Skip frames to avoid audio crackling. Improves performance at the expense of visual smoothness.", .default_value = "auto", .retro_var_value = "Frameskip ; disabled|a...
36.830508
121
0.662678
00ff71c8eaa46277637eddf753cc7119f2310df7
208
h
C
src/format.h
ChristopherPtak/SimpleSAT
6c572615143f1bd8b018d46b55645e7ab2b1ff1d
[ "MIT" ]
null
null
null
src/format.h
ChristopherPtak/SimpleSAT
6c572615143f1bd8b018d46b55645e7ab2b1ff1d
[ "MIT" ]
null
null
null
src/format.h
ChristopherPtak/SimpleSAT
6c572615143f1bd8b018d46b55645e7ab2b1ff1d
[ "MIT" ]
null
null
null
#ifndef SIMPLESAT_FORMAT_H #define SIMPLESAT_FORMAT_H #include <stdio.h> #include "error.h" #include "solver.h" Error read_problem(Solver *, FILE *); void write_solution(const Solver *, FILE *); #endif
13.866667
44
0.735577
2e00a3af55eebf64ebab53817ced4d6b17864862
159
h
C
AlicloudHttpDNS/ThirdParty/HttpdnsDB/HttpdnsDB.h
Copypeng/alibabacloud-httpdns-ios-sdk
67827cdf7b85b972727c031cb6bf305fc688fc7e
[ "MIT" ]
6
2020-11-20T08:30:27.000Z
2021-05-20T23:44:30.000Z
AlicloudHttpDNS/ThirdParty/HttpdnsDB/HttpdnsDB.h
Copypeng/alibabacloud-httpdns-ios-sdk
67827cdf7b85b972727c031cb6bf305fc688fc7e
[ "MIT" ]
1
2020-12-24T08:50:51.000Z
2020-12-24T08:50:51.000Z
AlicloudHttpDNS/ThirdParty/HttpdnsDB/HttpdnsDB.h
Copypeng/alibabacloud-httpdns-ios-sdk
67827cdf7b85b972727c031cb6bf305fc688fc7e
[ "MIT" ]
3
2020-11-23T03:09:57.000Z
2021-08-03T02:49:32.000Z
#import "HttpdnsDatabase.h" #import "HttpdnsResultSet.h" #import "HttpdnsDatabaseAdditions.h" #import "HttpdnsDatabaseQueue.h" #import "HttpdnsDatabasePool.h"
26.5
36
0.811321
2e01f98600a28922a5e484dce23e5b6cbbab3c38
8,207
c
C
nitan/adm/daemons/fairyland_quest/temp/obj_shows.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
1
2019-03-27T07:25:16.000Z
2019-03-27T07:25:16.000Z
nitan/adm/daemons/fairyland_quest/temp/obj_shows.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
nitan/adm/daemons/fairyland_quest/temp/obj_shows.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
// 標準描述長度示例 | // 遊戲內簡易説明手冊 // by naihe 2002-11-05 於茂名 // 更新於 6:43 03-10-22 by naihe // 最後更新 15:42 03-10-30 by naihe inherit ITEM; void create() { set_name("『幻境·遙遠傳説之起緣·幽靈顯現』 玩家手冊", ({"shou ce","ce"})); set_weight(10); if (clonep()) set_default_...
25.021341
80
0.509809
2e039ab3a89980593f7290c23648252756a5128d
1,275
h
C
src/ofxTALifxBulb.h
cgimenez/ofxTALifx
c97b7204908e4ec2a276c38a4b0e4a4ffd461c94
[ "MIT" ]
1
2020-03-04T08:06:35.000Z
2020-03-04T08:06:35.000Z
src/ofxTALifxBulb.h
cgimenez/ofxTALifx
c97b7204908e4ec2a276c38a4b0e4a4ffd461c94
[ "MIT" ]
null
null
null
src/ofxTALifxBulb.h
cgimenez/ofxTALifx
c97b7204908e4ec2a276c38a4b0e4a4ffd461c94
[ "MIT" ]
null
null
null
// (C) 2016/2017 Christophe Gimenez for TACTIF Compagnie / Bordeaux - France (tactif.com) #ifndef OFXTALIFXBULB_H #define OFXTALIFXBULB_H #include "ofxNetwork.h" #include "Poco/NumberFormatter.h" #include "defines.h" #include "protocol.h" #include "ofxTALifxUdpManager.h" namespace ofxtalifx { class ofxTALifxBulb {...
25
89
0.688627
2e056764f3732b5326cc33e9058819124bc8dc39
619
h
C
spectraldataparser.h
wbt729/ams_spectro_demo
59b249de6c446fda14426c50eac936b0697b7b84
[ "MIT" ]
1
2020-12-03T10:16:41.000Z
2020-12-03T10:16:41.000Z
spectraldataparser.h
wbt729/ams_spectro_demo
59b249de6c446fda14426c50eac936b0697b7b84
[ "MIT" ]
null
null
null
spectraldataparser.h
wbt729/ams_spectro_demo
59b249de6c446fda14426c50eac936b0697b7b84
[ "MIT" ]
null
null
null
#ifndef SPECTRALDATAPARSER_H #define SPECTRALDATAPARSER_H #include <QtCore> #include <QDebug> class SpectralDataParser { public: SpectralDataParser(); static QList<int> parseUncalibratedData(QString response); private: enum positionsReceived{ A = 12, B = 13, C = 14, D = 15...
16.289474
62
0.487884
2e057c65eb7a2096b51e534eed3f38ee6e6838b9
275
c
C
examples/c/misc/recursive/sum.c
parapluu/easyinterface
d48c660621b649c40e4ad92624ec7cfa15c25e95
[ "BSD-3-Clause" ]
null
null
null
examples/c/misc/recursive/sum.c
parapluu/easyinterface
d48c660621b649c40e4ad92624ec7cfa15c25e95
[ "BSD-3-Clause" ]
1
2022-03-21T11:11:16.000Z
2022-03-21T11:11:16.000Z
examples/c/misc/recursive/sum.c
isabella232/easyinterface
d48c660621b649c40e4ad92624ec7cfa15c25e95
[ "BSD-3-Clause" ]
1
2022-03-21T08:19:40.000Z
2022-03-21T08:19:40.000Z
#include<stdio.h> int sum(int n) { if ( n>0 ) return n + sum(n-1); else return 0; } int main() { int num, res; printf("\nEnter a number : "); scanf("%d", &num); res = sum(num); printf("\n1 + ... + %d = %d\n\n", num, res); return (0); }
13.095238
47
0.465455
2e0807c5bafe7ed154af0ef11bebac5f130852b7
279
h
C
launchers/darwin/src/CredentialsRequest.h
raveenajain/hifi-1
b95586239a08da8b0d61640119aad672099c107c
[ "Apache-2.0" ]
null
null
null
launchers/darwin/src/CredentialsRequest.h
raveenajain/hifi-1
b95586239a08da8b0d61640119aad672099c107c
[ "Apache-2.0" ]
null
null
null
launchers/darwin/src/CredentialsRequest.h
raveenajain/hifi-1
b95586239a08da8b0d61640119aad672099c107c
[ "Apache-2.0" ]
null
null
null
#import <Cocoa/Cocoa.h> @interface CredentialsRequest : NSObject <NSURLConnectionDelegate> { } @property (nonatomic, retain) NSMutableData* webData; @property (nonatomic, retain) NSString* jsonString; - (void) confirmCredentials:(NSString*)username :(NSString*)password; @end
25.363636
69
0.774194
2e0f10e899a405ffc3ade97c1d99136551a7a4fc
1,072
h
C
Logger.h
1-gcc/Loup
ff0d54b4b068e68d39dcd9a4d92ed9fcdb9c6f09
[ "MIT" ]
null
null
null
Logger.h
1-gcc/Loup
ff0d54b4b068e68d39dcd9a4d92ed9fcdb9c6f09
[ "MIT" ]
null
null
null
Logger.h
1-gcc/Loup
ff0d54b4b068e68d39dcd9a4d92ed9fcdb9c6f09
[ "MIT" ]
null
null
null
// Logger.h // (C) Copyright 2017 by Martin Brunn see License.txt for details // #define LOGGER_H #include <set> #include <string> #include <stdarg.h> class Logger { protected: int flag ; const char * libraryName ; std::string tracefile; void * lib ; void notrace(const char * format,...) { ...
21.44
88
0.646455
2e0fb6f83b8fcac546c1db1f05cd99a4a7bbf02f
11,885
c
C
src/types/data_frame.c
millipedes/ns
8d3a31a2e5183eff4da999b86586d5f20465f46d
[ "MIT" ]
null
null
null
src/types/data_frame.c
millipedes/ns
8d3a31a2e5183eff4da999b86586d5f20465f46d
[ "MIT" ]
null
null
null
src/types/data_frame.c
millipedes/ns
8d3a31a2e5183eff4da999b86586d5f20465f46d
[ "MIT" ]
null
null
null
/** * @file data_frame.c * @brief This file contains the functions relating to the data_frame type * @author Matthew C. Lindeman * @date * @bug None Currently * @todo Nothing Currently */ #include"include/data_frame.h" /** * This function initializes a data frame from a token list. * @param The token list * @return...
30.87013
108
0.502061
2e128fa9b8d357d25976b8b7b4b0f542c224199f
817
h
C
source/callsite.h
finixbit/ftrace
1bc5099864c7eadc5846a14e0027ab07daca6549
[ "MIT" ]
71
2018-02-19T04:46:43.000Z
2021-12-21T21:12:14.000Z
source/callsite.h
finixbit/ltrace
86e81234c72fc553d4aeaf36a6bb9dfaa2e962f0
[ "MIT" ]
1
2018-04-15T18:38:32.000Z
2018-04-26T13:53:54.000Z
source/callsite.h
finixbit/ftrace
1bc5099864c7eadc5846a14e0027ab07daca6549
[ "MIT" ]
13
2018-02-19T12:51:20.000Z
2022-03-31T06:59:15.000Z
#ifndef _H_CALLSITE_ #define _H_CALLSITE_ #include <vector> // vector #include <unordered_map> // unordered_map class Callsite { public: static bool get_callsite(std::intptr_t cs_address, Callsite &cs); static intptr_t string_to_intptr(std::string str); // cs_address: call target...
24.757576
75
0.647491
2e132e3458925b76de8b6b287ae491988eafc802
609
h
C
src/Entity/Stars.h
ikkentim/arduino-game
e7de46066dbd740397268a5d4a7fa2c191573f4d
[ "Apache-2.0" ]
null
null
null
src/Entity/Stars.h
ikkentim/arduino-game
e7de46066dbd740397268a5d4a7fa2c191573f4d
[ "Apache-2.0" ]
null
null
null
src/Entity/Stars.h
ikkentim/arduino-game
e7de46066dbd740397268a5d4a7fa2c191573f4d
[ "Apache-2.0" ]
null
null
null
#ifndef ARDUINOGAME_STARS_H #define ARDUINOGAME_STARS_H #include "BaseEntity.h" #include "../Color.h" class Game; class TestLevel; #define MAX_STAR_COUNT 10 #define MAX_OFFSET 100 typedef struct { Vector2 position; int8_t offset; uint8_t brightness; } Star; class Stars : public BaseEntity { public: ...
18.454545
56
0.715928
2e1a74d240049a71f17dfad622d00fc039332b1f
264
h
C
Cocos2d-x_3D/Classes/Scenes.h
uqtimes/Cocos2d-x_Study_20140127
bbe15bdb0a31075047fafdc8d91b4c0eb93b67bd
[ "MIT" ]
null
null
null
Cocos2d-x_3D/Classes/Scenes.h
uqtimes/Cocos2d-x_Study_20140127
bbe15bdb0a31075047fafdc8d91b4c0eb93b67bd
[ "MIT" ]
null
null
null
Cocos2d-x_3D/Classes/Scenes.h
uqtimes/Cocos2d-x_Study_20140127
bbe15bdb0a31075047fafdc8d91b4c0eb93b67bd
[ "MIT" ]
null
null
null
#ifndef __SCENE_H__ #define __SCENE_H__ #import "Sample1Scene.h" #import "Sample2Scene.h" #import "Sample3Scene.h" #import "Sample4Scene.h" #import "Sample5Scene.h" #import "Sample6Scene.h" #import "Sample7Scene.h" #import "Sample8Scene.h" #endif // __SCENE_H__
18.857143
24
0.765152
2e2137b2ce9d69d055bf9615665ac571c83ad07d
1,552
c
C
src/win32dialogs/win32dialogs.win32.c
HaydnTrigg/Librelancer
9edf1079dc6c491fd3274e4fa0b2dee757e5af7c
[ "MIT" ]
270
2017-12-19T10:41:59.000Z
2022-03-25T13:11:31.000Z
src/win32dialogs/win32dialogs.win32.c
HaydnTrigg/Librelancer
9edf1079dc6c491fd3274e4fa0b2dee757e5af7c
[ "MIT" ]
66
2017-12-11T04:22:09.000Z
2022-03-04T03:55:10.000Z
src/win32dialogs/win32dialogs.win32.c
HaydnTrigg/Librelancer
9edf1079dc6c491fd3274e4fa0b2dee757e5af7c
[ "MIT" ]
32
2018-01-16T11:36:56.000Z
2022-03-08T06:14:41.000Z
#include "win32dialogs.h" #ifdef __MINGW32__ // Explicitly setting NTDDI version, this is necessary for the MinGW compiler #define NTDDI_VERSION NTDDI_VISTA #define _WIN32_WINNT _WIN32_WINNT_VISTA #endif #ifndef UNICODE #define UNICODE #endif //Regular stuff #define WIN32_LEAN_AND_MEAN #include <windows.h> #include <...
29.283019
93
0.773196
2e219af6bc6ffd4d829482323451016589a08cd3
1,718
h
C
morse/DotNet/MorseKernel2/Dummy3.h
jonnyzzz/phd-project
beab8615585bd52ef9ee1c19d1557e8c933c047a
[ "Apache-2.0" ]
1
2019-12-24T15:52:45.000Z
2019-12-24T15:52:45.000Z
morse/DotNet/MorseKernel2/Dummy3.h
jonnyzzz/phd-project
beab8615585bd52ef9ee1c19d1557e8c933c047a
[ "Apache-2.0" ]
null
null
null
morse/DotNet/MorseKernel2/Dummy3.h
jonnyzzz/phd-project
beab8615585bd52ef9ee1c19d1557e8c933c047a
[ "Apache-2.0" ]
null
null
null
// Dummy3.h : Declaration of the CDummy3 #pragma once #include "resource.h" // main symbols #include "AdaptiveMethodAction.h" #include "ComputationParameters.h" #include "MS2DCreationAction.h" // IDummy3 [ object, uuid("506F850B-7CBA-4A7F-A16D-25B3D104F7BE"), dual, helpstring("IDummy3 Interface"), pointer_...
18.276596
50
0.656577
2e22a19b6446191e725caf903b4e19261635e059
215
h
C
src/Item.h
ScaredStorm/SpaceGame
136df0e173b07ebc3f6a0b7c2370edeb7c120af8
[ "MIT" ]
null
null
null
src/Item.h
ScaredStorm/SpaceGame
136df0e173b07ebc3f6a0b7c2370edeb7c120af8
[ "MIT" ]
null
null
null
src/Item.h
ScaredStorm/SpaceGame
136df0e173b07ebc3f6a0b7c2370edeb7c120af8
[ "MIT" ]
null
null
null
#pragma once #ifndef _ITEM_H_ #define _ITEM_H_ #ifdef _WIN32 #include <SDL.h> #include <SDL_image.h> #else #include <SDL2/SDL.h> #include <SDL2_image/SDL_image.h> #endif #include <stdio.h> #endif
13.4375
37
0.67907
2e2399fef1cfaf1f32375eac96f678b56ae208be
9,907
h
C
Core/zoolib/Util_STL_Base_Map.h
ElectricMagic/zoolib_cxx
cb3ccfde931b3989cd420fa093153204a7899805
[ "MIT" ]
13
2015-01-28T21:05:09.000Z
2021-11-03T22:21:11.000Z
Core/zoolib/Util_STL_Base_Map.h
ElectricMagic/zoolib_cxx
cb3ccfde931b3989cd420fa093153204a7899805
[ "MIT" ]
null
null
null
Core/zoolib/Util_STL_Base_Map.h
ElectricMagic/zoolib_cxx
cb3ccfde931b3989cd420fa093153204a7899805
[ "MIT" ]
4
2018-11-16T08:33:33.000Z
2021-12-11T19:40:46.000Z
// Copyright (c) 2020 Andrew Green. MIT License. http://www.zoolib.org #ifndef __ZooLib_Util_STL_Base_Map_h__ #define __ZooLib_Util_STL_Base_Map_h__ 1 #include "zconfig.h" #include "zoolib/Default.h" #include "zoolib/Util_STL.h" #include "zoolib/Util_STL_Base_MapOrSet.h" #include "zoolib/ZDebug.h" #include "zoolib/Z...
26.99455
100
0.647219
2e25224b4db0f73d2a3e6d0fbd8303a20a4a87d4
1,464
h
C
SoftTest.X/usart_pic16.h
juloko/Arduino-PIC-SoftSerial
953af027792ad7d46bd9035bf2abca043765f25b
[ "MIT" ]
null
null
null
SoftTest.X/usart_pic16.h
juloko/Arduino-PIC-SoftSerial
953af027792ad7d46bd9035bf2abca043765f25b
[ "MIT" ]
null
null
null
SoftTest.X/usart_pic16.h
juloko/Arduino-PIC-SoftSerial
953af027792ad7d46bd9035bf2abca043765f25b
[ "MIT" ]
null
null
null
/****************************************************************************** Serial communication library for PIC16F series MCUs. Compiler: Microchip XC8 v1.12 (http://www.microchip.com/xc) MCU: PIC16F877A Frequency: 20MHz NOTICE NO PART OF THIS WORK CAN BE COPIED, DISTR...
23.612903
80
0.68306
2e27c0d824a345bdd292ea892a0f50bd551cdcfb
186
h
C
docs/doxygen/main_page.h
edrumwri/director
c82aff0ed2ad0083dc5ac9cf4b90994d2d852be8
[ "BSD-3-Clause" ]
18
2018-11-05T09:16:11.000Z
2021-12-21T09:05:50.000Z
docs/doxygen/main_page.h
edrumwri/director
c82aff0ed2ad0083dc5ac9cf4b90994d2d852be8
[ "BSD-3-Clause" ]
36
2018-10-09T21:33:43.000Z
2020-12-10T11:22:29.000Z
docs/doxygen/main_page.h
edrumwri/director
c82aff0ed2ad0083dc5ac9cf4b90994d2d852be8
[ "BSD-3-Clause" ]
5
2017-02-22T17:56:52.000Z
2019-07-21T09:04:53.000Z
/** \mainpage Drake Designer Documentation <ul> <li><a href="classes.html">API Documentation</a></li> <li><a href="http://github.com/mitdrc/drc">DRC source repository</a> </ul> */
20.666667
70
0.666667
2e2832faac10197644c087af1db684360406929f
408
h
C
LibCarla/source/carla/sensor/data/SafeDistanceEvent.h
ScarletSpark/CARLA_RTK
fd8ae005f2025ef2f4ea20d392e9d0c0c715427f
[ "MIT" ]
null
null
null
LibCarla/source/carla/sensor/data/SafeDistanceEvent.h
ScarletSpark/CARLA_RTK
fd8ae005f2025ef2f4ea20d392e9d0c0c715427f
[ "MIT" ]
null
null
null
LibCarla/source/carla/sensor/data/SafeDistanceEvent.h
ScarletSpark/CARLA_RTK
fd8ae005f2025ef2f4ea20d392e9d0c0c715427f
[ "MIT" ]
null
null
null
#pragma once #include "carla/rpc/ActorId.h" #include "carla/sensor/data/Array.h" #include "carla/sensor/SensorData.h" namespace carla { namespace sensor { namespace data { class SafeDistanceEvent : public Array<rpc::ActorId> { public: explicit SafeDistanceEvent(RawData &&data) : Array<rpc::ActorId>(data.size()...
21.473684
98
0.718137
2e2889521cb96d3ad873442640b21fc25ab3b8ec
3,265
h
C
Other/Headers/YYKVStorage.h
XWJACK/WeChatPlugin-MacOS
4241ddb10ccce9484fcf6d5bd51a6afa3b446632
[ "MIT" ]
2
2019-01-11T02:02:55.000Z
2020-04-23T02:42:01.000Z
Other/Headers/YYKVStorage.h
XWJACK/WeChatPlugin-MacOS
4241ddb10ccce9484fcf6d5bd51a6afa3b446632
[ "MIT" ]
null
null
null
Other/Headers/YYKVStorage.h
XWJACK/WeChatPlugin-MacOS
4241ddb10ccce9484fcf6d5bd51a6afa3b446632
[ "MIT" ]
1
2021-01-09T14:54:27.000Z
2021-01-09T14:54:27.000Z
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <objc/NSObject.h> @class NSString; @protocol OS_dispatch_queue; @interface YYKVStorage : NSObject { NSObject<OS_dispatch_...
35.879121
99
0.758959