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
a3c8ad91f7bf97832151bfe0dc9d3a4cf7355d0d
303
h
C
interfaces/ipropertysupport.h
lw983165/OpsMain
0bcb5dc8e222cd5f448953b0ce41367671326004
[ "Apache-2.0" ]
null
null
null
interfaces/ipropertysupport.h
lw983165/OpsMain
0bcb5dc8e222cd5f448953b0ce41367671326004
[ "Apache-2.0" ]
null
null
null
interfaces/ipropertysupport.h
lw983165/OpsMain
0bcb5dc8e222cd5f448953b0ce41367671326004
[ "Apache-2.0" ]
null
null
null
#pragma once #include <QString> class IPropertySupport { public: virtual ~IPropertySupport() {} virtual int getInt(const QString& key, int def) = 0; virtual float getFloat(const QString& key, float def) = 0; virtual QString getString(const QString& key, const QString& def) = 0; };
21.642857
74
0.693069
a3cdc11a146d314f962a32778af89b70b23ffd31
1,313
h
C
blades/seafile/daemon/processors/sendcommit-proc.h
krattai/AEBL
a7b12c97479e1236d5370166b15ca9f29d7d4265
[ "BSD-2-Clause" ]
4
2016-04-26T03:43:54.000Z
2016-11-17T08:09:04.000Z
blades/seafile/daemon/processors/sendcommit-proc.h
krattai/AEBL
a7b12c97479e1236d5370166b15ca9f29d7d4265
[ "BSD-2-Clause" ]
17
2015-01-05T21:06:22.000Z
2015-12-07T20:45:44.000Z
blades/seafile/daemon/processors/sendcommit-proc.h
krattai/AEBL
a7b12c97479e1236d5370166b15ca9f29d7d4265
[ "BSD-2-Clause" ]
3
2016-04-26T03:43:55.000Z
2020-11-06T11:02:08.000Z
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ #ifndef SEAFILE_SENDCOMMIT_PROC_H #define SEAFILE_SENDCOMMIT_PROC_H #include <glib-object.h> #define SEAFILE_TYPE_SENDCOMMIT_PROC (seafile_sendcommit_proc_get_type ()) #define SEAFILE_SENDCOMMIT_PROC(obj) ...
41.03125
147
0.792841
a3d1e8d3fa8b3c9e4385b104cdd4981d40393962
32,431
h
C
src/SystemInterface.h
membranesoftware/membrane-medialibraryui
3e95d0b7991075386e442fec006f2fdc4257746c
[ "BSD-3-Clause" ]
null
null
null
src/SystemInterface.h
membranesoftware/membrane-medialibraryui
3e95d0b7991075386e442fec006f2fdc4257746c
[ "BSD-3-Clause" ]
null
null
null
src/SystemInterface.h
membranesoftware/membrane-medialibraryui
3e95d0b7991075386e442fec006f2fdc4257746c
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright 2018-2021 Membrane Software <author@membranesoftware.com> https://membranesoftware.com * * 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...
69.002128
329
0.811939
a3d34ff2b232e3ce330a1cef0337e82b64264c2b
256
h
C
Y2-PostProcessing/code/Platform/ComPtr.h
visualizersdotnl/NHTV-Y2
d7f0db6a9d7b7d39592a7229c213891ebb300232
[ "Unlicense" ]
null
null
null
Y2-PostProcessing/code/Platform/ComPtr.h
visualizersdotnl/NHTV-Y2
d7f0db6a9d7b7d39592a7229c213891ebb300232
[ "Unlicense" ]
null
null
null
Y2-PostProcessing/code/Platform/ComPtr.h
visualizersdotnl/NHTV-Y2
d7f0db6a9d7b7d39592a7229c213891ebb300232
[ "Unlicense" ]
null
null
null
/* Aliasing Microsoft WRL::ComPtr (in the global namespace). */ #pragma once #include <wrl/client.h> using Microsoft::WRL::ComPtr; // DEPRECATED -- use ComPtr instead of raw pointer. #define SAFE_RELEASE(pCOM) if (nullptr != (pCOM)) (pCOM)->Release()
19.692308
67
0.703125
a3d8be3e0108c044fcc57f0295fc37ba20f41387
4,959
h
C
master/core/third/cxxtools/include/cxxtools/library.h
importlib/klib
a59837857689d0e60d3df6d2ebd12c3160efa794
[ "MIT" ]
4
2017-12-04T08:22:48.000Z
2019-10-26T21:44:59.000Z
master/core/third/cxxtools/include/cxxtools/library.h
isuhao/klib
a59837857689d0e60d3df6d2ebd12c3160efa794
[ "MIT" ]
null
null
null
master/core/third/cxxtools/include/cxxtools/library.h
isuhao/klib
a59837857689d0e60d3df6d2ebd12c3160efa794
[ "MIT" ]
4
2017-12-19T11:13:56.000Z
2018-02-23T08:44:03.000Z
/* * Copyright (C) 2006-2008 Marc Boris Duerner * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * *...
29.873494
89
0.634805
a3daff25349ce7b05f46ccc00bf8b1e34d1315f4
25,954
h
C
Providers/nxArchive/MSFT_nxArchiveResource.h
chsamala2/PowerShell-DSC-for-Linux
5cac971f1877dd545c71be50b0ffd29199ac1acc
[ "MIT" ]
154
2015-11-25T13:30:23.000Z
2019-04-30T17:12:24.000Z
Providers/nxArchive/MSFT_nxArchiveResource.h
chsamala2/PowerShell-DSC-for-Linux
5cac971f1877dd545c71be50b0ffd29199ac1acc
[ "MIT" ]
317
2015-12-04T17:19:49.000Z
2019-04-19T15:26:34.000Z
Providers/nxArchive/MSFT_nxArchiveResource.h
chsamala2/PowerShell-DSC-for-Linux
5cac971f1877dd545c71be50b0ffd29199ac1acc
[ "MIT" ]
72
2015-11-23T03:02:15.000Z
2019-04-17T14:45:39.000Z
/* @migen@ */ /* PowerShell Desired State Configuration for Linux Copyright (c) Microsoft Corporation All rights reserved. MIT License 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 S...
32.16109
463
0.747168
a3db79ad6b827a3011724c9fe58e2c7cbc577aa7
4,053
h
C
libs/kinematics/include/mrpt/kinematics/CVehicleVelCmd.h
feroze/mrpt-shivang
95bf524c5e10ed2e622bd199f1b0597951b45370
[ "BSD-3-Clause" ]
2
2017-03-25T18:09:17.000Z
2017-05-22T08:14:48.000Z
libs/kinematics/include/mrpt/kinematics/CVehicleVelCmd.h
feroze/mrpt-shivang
95bf524c5e10ed2e622bd199f1b0597951b45370
[ "BSD-3-Clause" ]
null
null
null
libs/kinematics/include/mrpt/kinematics/CVehicleVelCmd.h
feroze/mrpt-shivang
95bf524c5e10ed2e622bd199f1b0597951b45370
[ "BSD-3-Clause" ]
1
2018-07-29T09:40:46.000Z
2018-07-29T09:40:46.000Z
/* +---------------------------------------------------------------------------+ | Mobile Robot Programming Toolkit (MRPT) | | http://www.mrpt.org/ | | | | Cop...
54.04
151
0.667654
a3db8cbe297c0d46aacc1c02ae23dcf9c813bf1f
5,361
h
C
include/static_math/formula.h
clayne/static_math
764afd7ce246605d1b8be8a622b5a16f7803b26a
[ "MIT" ]
5
2021-09-03T23:12:08.000Z
2022-03-04T21:43:32.000Z
include/static_math/formula.h
clayne/static_math
764afd7ce246605d1b8be8a622b5a16f7803b26a
[ "MIT" ]
3
2021-09-08T02:57:46.000Z
2022-02-26T05:33:02.000Z
include/static_math/formula.h
clayne/static_math
764afd7ce246605d1b8be8a622b5a16f7803b26a
[ "MIT" ]
2
2021-09-26T03:14:40.000Z
2022-01-26T06:42:52.000Z
/* * The MIT License (MIT) * * Copyright (c) 2013-2015 Morwenn * * 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,...
28.515957
80
0.598769
a3dd329436ebd0b8daefd3b8db7939ecffb7afa2
2,966
h
C
geo3d/include/ui_S3dmVectorLayerDialog.h
vipuserr/vipuserr-Geological-hazard
2b29c03cdac6f5e1ceac4cd2f15b594040ef909c
[ "MIT" ]
null
null
null
geo3d/include/ui_S3dmVectorLayerDialog.h
vipuserr/vipuserr-Geological-hazard
2b29c03cdac6f5e1ceac4cd2f15b594040ef909c
[ "MIT" ]
null
null
null
geo3d/include/ui_S3dmVectorLayerDialog.h
vipuserr/vipuserr-Geological-hazard
2b29c03cdac6f5e1ceac4cd2f15b594040ef909c
[ "MIT" ]
null
null
null
/******************************************************************************** ** Form generated from reading UI file 'S3dmVectorLayerDialog.ui' ** ** Created by: Qt User Interface Compiler version 5.11.2 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ****************************...
36.170732
150
0.700607
a3de2fd7996fc6aa7fd63c8e67d71e0e8b11be7a
195
h
C
framework/services/battery/include/flora_bat.h
yodaos-project/yodaos
d0d7bbc277c0fc1c64e2e0a1c82fe6e63f6eb954
[ "Apache-2.0" ]
1,144
2018-12-18T09:46:47.000Z
2022-03-07T14:51:46.000Z
framework/services/battery/include/flora_bat.h
Rokid/YodaOS
d0d7bbc277c0fc1c64e2e0a1c82fe6e63f6eb954
[ "Apache-2.0" ]
16
2019-01-28T06:08:40.000Z
2019-12-04T10:26:41.000Z
framework/services/battery/include/flora_bat.h
Rokid/YodaOS
d0d7bbc277c0fc1c64e2e0a1c82fe6e63f6eb954
[ "Apache-2.0" ]
129
2018-12-18T09:46:50.000Z
2022-03-30T07:30:13.000Z
#ifndef _FLORA_BAT_H_ #define _FLORA_BAT_H_ #include <hardware/power.h> #include <json-c/json.h> #include <unistd.h> #define MSG_BAT "battery.info" void *bat_flora_handle(void *args); #endif
15
35
0.753846
a3e189846a178a998da20cfdcf67a1dd99e1f9d5
681
h
C
include/SDLWrapper/Cursor.h
Kiritow/MiniEngine
2da82e4944de850d81dc863af9f4aac936d73fae
[ "MIT" ]
16
2017-01-04T12:46:07.000Z
2021-07-15T11:31:50.000Z
include/SDLWrapper/Cursor.h
Kiritow/MiniEngine
2da82e4944de850d81dc863af9f4aac936d73fae
[ "MIT" ]
1
2017-04-10T14:07:50.000Z
2017-04-20T15:05:32.000Z
include/SDLWrapper/Cursor.h
Kiritow/MiniEngine
2da82e4944de850d81dc863af9f4aac936d73fae
[ "MIT" ]
1
2019-11-22T05:16:05.000Z
2019-11-22T05:16:05.000Z
#pragma once #include "include.h" #include "SystemCursorType.h" #include "Point.h" #include "Surface.h" #include "__Plugin.h" namespace MiniEngine { class Cursor { public: Cursor()=default; Cursor(SystemCursorType); Cursor(Surface surf,Point hotspot= {0,0}); static Cursor GetActiveCursor(); stati...
18.405405
46
0.681351
a3e491f4c568791ac475e12229492ff401539f3b
388
h
C
dafan/Class/User/DFIncomingItem.h
me--boy/hanyu_jiaoshi
79f568c9990ac5fc915feabada672763cc845e8a
[ "Apache-2.0" ]
null
null
null
dafan/Class/User/DFIncomingItem.h
me--boy/hanyu_jiaoshi
79f568c9990ac5fc915feabada672763cc845e8a
[ "Apache-2.0" ]
null
null
null
dafan/Class/User/DFIncomingItem.h
me--boy/hanyu_jiaoshi
79f568c9990ac5fc915feabada672763cc845e8a
[ "Apache-2.0" ]
null
null
null
// // DFIncomingItem.h // dafan // // Created by iMac on 14-8-18. // Copyright (c) 2014年 com. All rights reserved. // #import <Foundation/Foundation.h> @interface DFIncomingItem : NSObject @property(nonatomic, strong) NSString* dateText; @property(nonatomic, strong) NSAttributedString* tuitionText; @property(non...
19.4
61
0.731959
a3e69e6d073ecc253984f435764be2141f5f1b1a
2,260
c
C
ep3main.c
hollobon/ep3
c20b27dcb5911f964c146dd0b0b84ededc93a1a7
[ "MIT" ]
null
null
null
ep3main.c
hollobon/ep3
c20b27dcb5911f964c146dd0b0b84ededc93a1a7
[ "MIT" ]
null
null
null
ep3main.c
hollobon/ep3
c20b27dcb5911f964c146dd0b0b84ededc93a1a7
[ "MIT" ]
null
null
null
/* ep3main.c * * ep3 - the next generation of EP languages. * * Compiled RPN programming language * Generates 80x86 Intel assembler (tasm) * * Copyright (c) Peter Hollobon 1997-2015 */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include "ep3.h" char header[]=".386\n\ \n\ assume cs:text_seg\n...
20.733945
75
0.59823
a3e9a7f47aa17fb5c71d162bbfd3d5dbc920a9a6
100
h
C
src/util/enum/Direction.h
DeflatedPickle/xgo
2eb56ac9d3cce067436461d3ea573ca003f76b67
[ "MIT" ]
null
null
null
src/util/enum/Direction.h
DeflatedPickle/xgo
2eb56ac9d3cce067436461d3ea573ca003f76b67
[ "MIT" ]
null
null
null
src/util/enum/Direction.h
DeflatedPickle/xgo
2eb56ac9d3cce067436461d3ea573ca003f76b67
[ "MIT" ]
1
2022-01-15T05:14:24.000Z
2022-01-15T05:14:24.000Z
#pragma once namespace Direction { enum Direction { FORWARD, BACKWARD, }; }
12.5
21
0.56
a3eac52047261fb9114ac0ee6b281896bc1119a2
875
h
C
linux-dev/my/lin_kern_ibm/poll/dev/dev.h
zaqwes8811/coordinator-tasks
7f63fdf613eff5d441a3c2c7b52d2a3d02d9736a
[ "MIT" ]
null
null
null
linux-dev/my/lin_kern_ibm/poll/dev/dev.h
zaqwes8811/coordinator-tasks
7f63fdf613eff5d441a3c2c7b52d2a3d02d9736a
[ "MIT" ]
15
2015-03-07T12:46:41.000Z
2015-04-11T09:08:36.000Z
linux-dev/my/lin_kern_ibm/poll/dev/dev.h
zaqwes8811/micro-apps
7f63fdf613eff5d441a3c2c7b52d2a3d02d9736a
[ "MIT" ]
null
null
null
#include <linux/fs.h> #include <linux/init.h> #include <linux/module.h> #include <asm/uaccess.h> MODULE_LICENSE( "GPL" ); MODULE_AUTHOR( "Oleg Tsiliuric <olej@front.ru>" ); MODULE_VERSION( "6.3" ); static char *hello_str = "Hello, world!\n"; // buffer! static ssize_t dev_read( struct file * file, char * buf,...
26.515152
62
0.606857
a3eac8bd3ba708079ef1b15ef9c5d38f60180aee
305
h
C
11.2/FCCGudongSport/FCCGudongSport/Sporting/View/FCCSportGPSMapCustomTypeButton.h
fangcengceng/11
4c8afa7ca56d947fa0ec9d40c18812ab761b8c5d
[ "MIT" ]
null
null
null
11.2/FCCGudongSport/FCCGudongSport/Sporting/View/FCCSportGPSMapCustomTypeButton.h
fangcengceng/11
4c8afa7ca56d947fa0ec9d40c18812ab761b8c5d
[ "MIT" ]
null
null
null
11.2/FCCGudongSport/FCCGudongSport/Sporting/View/FCCSportGPSMapCustomTypeButton.h
fangcengceng/11
4c8afa7ca56d947fa0ec9d40c18812ab761b8c5d
[ "MIT" ]
null
null
null
// // FCCSportGPSMapCustomTypeButton.h // FCCGudongSport // // Created by codygao on 16/10/25. // Copyright © 2016年 HM. All rights reserved. // #import <UIKit/UIKit.h> IB_DESIGNABLE @interface FCCSportGPSMapCustomTypeButton : UIButton @property(nonatomic,assign)IBInspectable BOOL isMapButton; @end
20.333333
58
0.763934
a3ee2a71564f3c89bd3c9ecc34aec0654cd09485
273
h
C
MyYoudaoNoteLike/mycolormapplot.h
mickelfeng/qt_learning
1f565754c36f0c09888cf4fbffa6271298d0678b
[ "Apache-2.0" ]
1
2016-01-05T07:24:32.000Z
2016-01-05T07:24:32.000Z
MyYoudaoNoteLike/mycolormapplot.h
mickelfeng/qt_learning
1f565754c36f0c09888cf4fbffa6271298d0678b
[ "Apache-2.0" ]
null
null
null
MyYoudaoNoteLike/mycolormapplot.h
mickelfeng/qt_learning
1f565754c36f0c09888cf4fbffa6271298d0678b
[ "Apache-2.0" ]
null
null
null
#ifndef MYCOLORMAPPLOT_H #define MYCOLORMAPPLOT_H #include "qcustomplot.h" #include <QObject> class MyColorMapPlot : public QCustomPlot { Q_OBJECT public: explicit MyColorMapPlot(QCustomPlot *parent = 0); signals: public slots: }; #endif // MYCOLORMAPPLOT_H
13
53
0.754579
a3ee678df25d10cb513a4cd0b55c5f948a88247f
3,423
c
C
Sources/Platform/Win32/Controls/ListView.c
wurui1994/test
027cef75f98dbb252b322113dacd4a9a6997d84f
[ "MIT" ]
27
2017-12-19T09:15:36.000Z
2021-07-30T13:02:00.000Z
Sources/Platform/Win32/Controls/ListView.c
wurui1994/test
027cef75f98dbb252b322113dacd4a9a6997d84f
[ "MIT" ]
null
null
null
Sources/Platform/Win32/Controls/ListView.c
wurui1994/test
027cef75f98dbb252b322113dacd4a9a6997d84f
[ "MIT" ]
29
2018-04-10T13:25:54.000Z
2021-12-24T01:51:03.000Z
#include <windows.h> #include <CommCtrl.h> // #pragma comment(lib,"comctl32.lib") LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); int WINAPI WinMain( HINSTANCE hThisApp,HINSTANCE hPrevApp,LPSTR cmdLine, int nShow) { WNDCLASS wc = {}; wc.hbrBackground = (HBRUSH)COLOR_WIN...
28.289256
96
0.593631
a3ee935e6c33f0f8816d2b05ca742bf4e98ee6fe
95,909
c
C
third_party/inchi/INCHI_BASE/src/runichi3.c
00Green27/Indigo
dc09f838b8b05d4bba2f79d0af5617d637f0b70e
[ "Apache-2.0" ]
null
null
null
third_party/inchi/INCHI_BASE/src/runichi3.c
00Green27/Indigo
dc09f838b8b05d4bba2f79d0af5617d637f0b70e
[ "Apache-2.0" ]
null
null
null
third_party/inchi/INCHI_BASE/src/runichi3.c
00Green27/Indigo
dc09f838b8b05d4bba2f79d0af5617d637f0b70e
[ "Apache-2.0" ]
null
null
null
/* * International Chemical Identifier (InChI) * Version 1 * Software version 1.05 * January 27, 2017 * * The InChI library and programs are free software developed under the * auspices of the International Union of Pure and Applied Chemistry (IUPAC). * Originally developed at NIST. * Modifications and additio...
33.758888
147
0.517418
a3f357b37b48285f81ec564674df247be7998582
649
h
C
src/Engine/AI/Role.h
gameraccoon/stealthgame
e91376422d29e9c4aa657db9ef746490a8ef3ae4
[ "MIT" ]
null
null
null
src/Engine/AI/Role.h
gameraccoon/stealthgame
e91376422d29e9c4aa657db9ef746490a8ef3ae4
[ "MIT" ]
3
2017-01-18T22:10:39.000Z
2017-01-18T22:12:02.000Z
src/Engine/AI/Role.h
gameraccoon/stealthgame
e91376422d29e9c4aa657db9ef746490a8ef3ae4
[ "MIT" ]
null
null
null
#ifndef ROLE_H #define ROLE_H #include <stack> #include "../AI/IBody.h" #include "../Core/IActor.h" #include "../Core/World.h" #include "IAiState.h" class Role { public: Role(World* world, IBody *body); virtual ~Role(void); virtual void update(float deltaTime) = 0; virtual void onTakeDamage(IActor *instigator,...
19.666667
88
0.711864
a3f818aafe0d783da936b8d9c6734ee24bed9a87
944
h
C
chip8.h
IllusionMan1212/chip-m8
7c2282fb9e9b93b2f6514d71f1144a53d6e413b4
[ "MIT" ]
null
null
null
chip8.h
IllusionMan1212/chip-m8
7c2282fb9e9b93b2f6514d71f1144a53d6e413b4
[ "MIT" ]
null
null
null
chip8.h
IllusionMan1212/chip-m8
7c2282fb9e9b93b2f6514d71f1144a53d6e413b4
[ "MIT" ]
null
null
null
#include <stdint.h> struct Chip8 { uint8_t V[16]; uint16_t I; uint16_t PC = 0x200; uint16_t SP; uint16_t stack[16]; uint8_t memory[4096]; uint32_t pixels[64 * 32]; bool draw; bool keys[16]; uint8_t delay_timer; uint8_t sound_timer; }; static const uint8_t font[80] = { ...
25.513514
38
0.564619
a3fb420019ddab100a71f46ff0c8a96a43a14087
3,571
h
C
Lab4/sw/src/demo.h
henryw30/CT-ECE5727-SP21
c95d384abd31ed5057abd36af79c1aec9c44782a
[ "MIT" ]
1
2021-02-09T14:07:40.000Z
2021-02-09T14:07:40.000Z
Lab4/sw/src/demo.h
henryw30/CT-ECE5727-SP21
c95d384abd31ed5057abd36af79c1aec9c44782a
[ "MIT" ]
null
null
null
Lab4/sw/src/demo.h
henryw30/CT-ECE5727-SP21
c95d384abd31ed5057abd36af79c1aec9c44782a
[ "MIT" ]
1
2021-04-20T20:18:57.000Z
2021-04-20T20:18:57.000Z
/************************************************************************/ /* */ /* demo.h -- Zedboard DMA Demo */ /* */ /************************************************************************/ /* Author: Sam Lowe */ /* Copyright 2015, Digilent Inc. */ ...
30.008403
85
0.574069
a3fb59598ca70c9efded813a926efaa5696eae5b
3,060
c
C
src/RIOT/sys/checksum/crc16_ccitt.c
ARte-team/ARte
19f17f57522e1b18ba390718fc94be246451837b
[ "MIT" ]
2
2020-04-30T08:17:45.000Z
2020-05-23T08:46:54.000Z
src/RIOT/sys/checksum/crc16_ccitt.c
ARte-team/ARte
19f17f57522e1b18ba390718fc94be246451837b
[ "MIT" ]
null
null
null
src/RIOT/sys/checksum/crc16_ccitt.c
ARte-team/ARte
19f17f57522e1b18ba390718fc94be246451837b
[ "MIT" ]
1
2020-02-21T09:21:45.000Z
2020-02-21T09:21:45.000Z
/* * Copyright 2016 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_checksum_crc16_ccitt * @{ * * @file * @brief ...
41.351351
84
0.693791
a3fba6c777ee4534b9c4dfbdf8cd62e756053ca1
583
h
C
src/cpp_clangtest/FileManager.h
nQuantums/clanger
5dac1adb135e80419143167992209f39418400cc
[ "MIT" ]
1
2018-12-11T14:51:43.000Z
2018-12-11T14:51:43.000Z
cpf/cpp/NewDeleteOverload/FileManager.h
nQuantums/tips
cdea2a0e778d2de14cd69882f6273c872c366f03
[ "MIT" ]
null
null
null
cpf/cpp/NewDeleteOverload/FileManager.h
nQuantums/tips
cdea2a0e778d2de14cd69882f6273c872c366f03
[ "MIT" ]
null
null
null
#pragma once #include <unordered_map> #include "File.h" class FileManager { public: File* GetFile(const char* filePath) { ConstStringA key(filePath); auto iter = _Files.find(std::unique_ptr<ConstStringA>(&key)); if (iter != _Files.end()) { return iter->second.get(); } auto path = ConstStringA::New(fil...
20.821429
81
0.691252
a3fdaf99c2d1ad15a6c979b8d1f1312fca48c552
2,760
h
C
bindings/qpid/dotnet/src/QpidTypeCheck.h
irinabov/debian-qpid-cpp-1.35.0
98b0597071c0a5f0cc407a35d5a4690d9189065e
[ "Apache-2.0" ]
1
2017-11-29T09:19:02.000Z
2017-11-29T09:19:02.000Z
bindings/qpid/dotnet/src/QpidTypeCheck.h
irinabov/debian-qpid-cpp-1.35.0
98b0597071c0a5f0cc407a35d5a4690d9189065e
[ "Apache-2.0" ]
null
null
null
bindings/qpid/dotnet/src/QpidTypeCheck.h
irinabov/debian-qpid-cpp-1.35.0
98b0597071c0a5f0cc407a35d5a4690d9189065e
[ "Apache-2.0" ]
null
null
null
/* * 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 you under the Apache License, Version 2.0 (the * "License"); you ...
31.724138
85
0.628261
a3fe31c0d0c353576c0cd06b36beee4d1b55f88b
505
h
C
src/nimbro_robotcontrol/hardware/servomodel/src/testbench/trajectory.h
hfarazi/humanoid_op_ros_kinetic
84712bd541d0130b840ad1935d5bfe301814dbe6
[ "BSD-3-Clause" ]
45
2015-11-04T01:29:12.000Z
2022-02-11T05:37:42.000Z
src/nimbro_robotcontrol/hardware/servomodel/src/testbench/trajectory.h
hfarazi/humanoid_op_ros_kinetic
84712bd541d0130b840ad1935d5bfe301814dbe6
[ "BSD-3-Clause" ]
1
2018-11-22T08:34:34.000Z
2018-11-22T08:34:34.000Z
src/nimbro_robotcontrol/hardware/servomodel/src/testbench/trajectory.h
hfarazi/humanoid_op_ros_kinetic
84712bd541d0130b840ad1935d5bfe301814dbe6
[ "BSD-3-Clause" ]
20
2016-03-05T14:28:45.000Z
2021-01-30T00:50:47.000Z
// Trajectory // Author: Max Schwarz <max.schwarz@uni-bonn.de> #ifndef TRAJECTORY_H #define TRAJECTORY_H #include <QtCore/QObject> #include "dynamicparameter.h" class Trajectory : public ParametrizedObject { Q_OBJECT public: virtual double position(double time) const = 0; virtual double velocity(double time) const...
19.423077
52
0.760396
430302c30cd38e4ec4f5935915b2b4b9f8c55f10
7,531
h
C
60_I2C_Master/tb_rx23w_module/src/smc_gen/general/r_smc_cgc.h
NoMaY-jp/RX_SmartConfigurator_examples_RXTB_CSP
ccc1265dbc2a612482fba4a39c9553fa0c676dca
[ "MIT" ]
null
null
null
60_I2C_Master/tb_rx23w_module/src/smc_gen/general/r_smc_cgc.h
NoMaY-jp/RX_SmartConfigurator_examples_RXTB_CSP
ccc1265dbc2a612482fba4a39c9553fa0c676dca
[ "MIT" ]
null
null
null
60_I2C_Master/tb_rx23w_module/src/smc_gen/general/r_smc_cgc.h
NoMaY-jp/RX_SmartConfigurator_examples_RXTB_CSP
ccc1265dbc2a612482fba4a39c9553fa0c676dca
[ "MIT" ]
null
null
null
/*********************************************************************************************************************** * DISCLAIMER * This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products. * No other uses are authorized. This software is owned by Renesas Elect...
58.379845
120
0.556633
4304f02591888141a5a0a9f134129dc219646141
1,071
h
C
algorithms/medium/0826. Most Profit Assigning Work.h
MultivacX/letcode2020
f86289f8718237303918a7705ae31625a12b68f6
[ "MIT" ]
null
null
null
algorithms/medium/0826. Most Profit Assigning Work.h
MultivacX/letcode2020
f86289f8718237303918a7705ae31625a12b68f6
[ "MIT" ]
null
null
null
algorithms/medium/0826. Most Profit Assigning Work.h
MultivacX/letcode2020
f86289f8718237303918a7705ae31625a12b68f6
[ "MIT" ]
null
null
null
// 826. Most Profit Assigning Work // Runtime: 224 ms, faster than 26.72% of C++ online submissions for Most Profit Assigning Work. // Memory Usage: 37.7 MB, less than 9.09% of C++ online submissions for Most Profit Assigning Work. class Solution { public: int maxProfitAssignment(vector<int>& difficulty, vector<i...
34.548387
99
0.536881
430534b757fd9c5dd4693ef5c541299ed11fcc5f
669
h
C
DataStructures/Graph/Attributes/CapacityAttribute.h
LBNL-UCB-STI/routing-framework
8dc1f5c008384051132bf5819056584700623417
[ "MIT" ]
32
2017-11-11T15:19:57.000Z
2021-11-16T04:41:54.000Z
DataStructures/Graph/Attributes/CapacityAttribute.h
kirilsol/routing-framework
80026caeddf84ef939742f33fcc69e865c51dbeb
[ "MIT" ]
1
2020-05-17T07:21:56.000Z
2020-05-17T07:21:56.000Z
DataStructures/Graph/Attributes/CapacityAttribute.h
kirilsol/routing-framework
80026caeddf84ef939742f33fcc69e865c51dbeb
[ "MIT" ]
10
2017-10-17T01:34:09.000Z
2022-02-10T06:19:30.000Z
#pragma once #include <cassert> #include "DataStructures/Graph/Attributes/AbstractAttribute.h" // An attribute associating a capacity with each edge of a graph. class CapacityAttribute : public AbstractAttribute<int> { public: // Returns the capacity in vehicles/h of edge e. const Type& capacity(const int e) co...
26.76
81
0.692078
4308abf031daf9323f81deacb825dab268ca4ed7
423
h
C
lemix/lemix/Core/LemixWebViewController.h
lemix-project/lemix-ios
85e4c99a9ae0f465c102bef93b5a24b5ec7f4429
[ "MIT" ]
null
null
null
lemix/lemix/Core/LemixWebViewController.h
lemix-project/lemix-ios
85e4c99a9ae0f465c102bef93b5a24b5ec7f4429
[ "MIT" ]
null
null
null
lemix/lemix/Core/LemixWebViewController.h
lemix-project/lemix-ios
85e4c99a9ae0f465c102bef93b5a24b5ec7f4429
[ "MIT" ]
null
null
null
// // LemixWebViewController.h // lemix // // Created by 王炜光 on 2018/10/16. // Copyright © 2018 lemix. All rights reserved. // #import "BaseViewController.h" #import <WebKit/WebKit.h> //NS_ASSUME_NONNULL_BEGIN @interface LemixWebViewController : BaseViewController @property WKWebView *webView; @property NSString ...
20.142857
54
0.763593
430e46099641a46e7c2ebe357d3668687b022088
396
h
C
ZF/ZFLua/zfsrc/ZFLua.h
ZFFrameworkDist/ZFFramework
6b498e7b95ee6d6aaa28d8369eef8c2ff94daaf7
[ "MIT" ]
57
2016-06-12T11:05:55.000Z
2021-05-22T13:12:17.000Z
ZF/ZFLua/zfsrc/ZFLua.h
ZFFrameworkDist/ZFFramework
6b498e7b95ee6d6aaa28d8369eef8c2ff94daaf7
[ "MIT" ]
null
null
null
ZF/ZFLua/zfsrc/ZFLua.h
ZFFrameworkDist/ZFFramework
6b498e7b95ee6d6aaa28d8369eef8c2ff94daaf7
[ "MIT" ]
20
2016-05-26T04:47:37.000Z
2020-12-13T01:39:39.000Z
/** * @file ZFLua.h * @brief header file for ZFLua module */ #ifndef _ZFI_ZFLua_h_ #define _ZFI_ZFLua_h_ #include "ZFLua/ZFInputForLua.h" #include "ZFLua/ZFLuaDef.h" #include "ZFLua/ZFLuaExecute.h" #include "ZFLua/ZFLuaGC.h" #include "ZFLua/ZFLuaState.h" #include "ZFLua/ZFObjectIO_lua.h" #include "ZFLua/ZFOutputFo...
19.8
38
0.75
43114fc5d12f693f3aa8a0f850506683dfb9a17f
513
h
C
ports/audio/libopenshot-audio/dragonfly/patch-JuceLibraryCode_modules_juce__core_system_juce__TargetPlatform.h
liweitianux/DeltaPorts
b907de0ceb9c0e46ae8961896e97b361aa7c62c0
[ "BSD-2-Clause-FreeBSD" ]
31
2015-02-06T17:06:37.000Z
2022-03-08T19:53:28.000Z
ports/audio/libopenshot-audio/dragonfly/patch-JuceLibraryCode_modules_juce__core_system_juce__TargetPlatform.h
liweitianux/DeltaPorts
b907de0ceb9c0e46ae8961896e97b361aa7c62c0
[ "BSD-2-Clause-FreeBSD" ]
236
2015-06-29T19:51:17.000Z
2021-12-16T22:46:38.000Z
ports/audio/libopenshot-audio/dragonfly/patch-JuceLibraryCode_modules_juce__core_system_juce__TargetPlatform.h
liweitianux/DeltaPorts
b907de0ceb9c0e46ae8961896e97b361aa7c62c0
[ "BSD-2-Clause-FreeBSD" ]
52
2015-02-06T17:05:36.000Z
2021-10-21T12:13:06.000Z
--- JuceLibraryCode/modules/juce_core/system/juce_TargetPlatform.h.intermediate 2019-05-26 13:29:59.000000000 +0000 +++ JuceLibraryCode/modules/juce_core/system/juce_TargetPlatform.h @@ -63,7 +63,7 @@ #elif defined (JUCE_ANDROID) #undef JUCE_ANDROID #define JUCE_ANDROID 1 -#elif defined (__FreeBSD__...
42.75
115
0.717349
4316ceac93bd676b38fbbecb48716d3026e35874
4,680
c
C
linux/426c45d0de1d60454704c7ef57e7fbb48712a56e.c
euspectre/syzkaller-repros
cc69e2b0399ed59b03e65f7c70c19cd126fef9cd
[ "Apache-2.0" ]
32
2019-10-08T11:22:21.000Z
2022-03-31T14:11:28.000Z
linux/426c45d0de1d60454704c7ef57e7fbb48712a56e.c
euspectre/syzkaller-repros
cc69e2b0399ed59b03e65f7c70c19cd126fef9cd
[ "Apache-2.0" ]
3
2020-02-07T12:06:43.000Z
2020-11-30T07:42:32.000Z
linux/426c45d0de1d60454704c7ef57e7fbb48712a56e.c
euspectre/syzkaller-repros
cc69e2b0399ed59b03e65f7c70c19cd126fef9cd
[ "Apache-2.0" ]
10
2019-10-12T13:05:54.000Z
2021-10-24T01:05:41.000Z
// KASAN: use-after-free Read in pppol2tp_release // https://syzkaller.appspot.com/bug?id=426c45d0de1d60454704c7ef57e7fbb48712a56e // status:open // autogenerated by syzkaller (http://github.com/google/syzkaller) #define _GNU_SOURCE #include <endian.h> #include <linux/futex.h> #include <pthread.h> #include <stdint.h> ...
25.16129
80
0.606197
431999b4eb8b158f194597ab2c22a522853dfdb3
773
h
C
CCI/4-2/TreeNode.h
shhan3927/Study
8db5bb8ff9ad5e2a8962180d9f6bc9f47722adbf
[ "MIT" ]
null
null
null
CCI/4-2/TreeNode.h
shhan3927/Study
8db5bb8ff9ad5e2a8962180d9f6bc9f47722adbf
[ "MIT" ]
null
null
null
CCI/4-2/TreeNode.h
shhan3927/Study
8db5bb8ff9ad5e2a8962180d9f6bc9f47722adbf
[ "MIT" ]
null
null
null
// CCI 정답 #pragma once #include <memory> #include <functional> #include <iostream> using namespace std; struct TreeNode { shared_ptr<TreeNode> left; shared_ptr<TreeNode> right; int value; }; using TreeNodePtr = shared_ptr<TreeNode>; void InorderTravel(TreeNodePtr node) { if(node == nullptr) { retur...
18.853659
58
0.637775
431e80883b2745efacd5860b02e4bf031ff90a12
1,767
h
C
ui-qt/ToolLib/Match/ToolMatchBaseline/FWMatchBaseLineLabel.h
qianyongjun123/FPGA-Industrial-Smart-Camera
54b3e2c2661cf7f6774a7fb4d6ae637fa73cba32
[ "MIT" ]
1
2017-12-28T08:08:02.000Z
2017-12-28T08:08:02.000Z
ui-qt/ToolLib/Match/ToolMatchBaseline/FWMatchBaseLineLabel.h
qianyongjun123/FPGA-Industrial-Smart-Camera
54b3e2c2661cf7f6774a7fb4d6ae637fa73cba32
[ "MIT" ]
null
null
null
ui-qt/ToolLib/Match/ToolMatchBaseline/FWMatchBaseLineLabel.h
qianyongjun123/FPGA-Industrial-Smart-Camera
54b3e2c2661cf7f6774a7fb4d6ae637fa73cba32
[ "MIT" ]
3
2017-12-28T08:08:05.000Z
2021-11-12T07:59:13.000Z
/** * @file [FWMatchBaseLineLabel.h] * @brief FWMatchBaseLineLabel * @author <dgq> * @date <2017/5/24> * @version <1.0> * @note 基准线OSD * detailed description */ #ifndef FWMATCHBASELINELABEL_H #define FWMATCHBASELINELABEL_H #include <QObject> #include <QWidget> #include <QLabel> #include <QPaintEv...
24.205479
70
0.700623
4320e92391f973a6a7c9c50b6fe0aadee32a8c27
1,100
h
C
v8_4_8/src/compiler/js-context-relaxation.h
wenfeifei/miniblink49
2ed562ff70130485148d94b0e5f4c343da0c2ba4
[ "Apache-2.0" ]
5,964
2016-09-27T03:46:29.000Z
2022-03-31T16:25:27.000Z
v8_4_8/src/compiler/js-context-relaxation.h
w4454962/miniblink49
b294b6eacb3333659bf7b94d670d96edeeba14c0
[ "Apache-2.0" ]
459
2016-09-29T00:51:38.000Z
2022-03-07T14:37:46.000Z
v8_4_8/src/compiler/js-context-relaxation.h
w4454962/miniblink49
b294b6eacb3333659bf7b94d670d96edeeba14c0
[ "Apache-2.0" ]
1,006
2016-09-27T05:17:27.000Z
2022-03-30T02:46:51.000Z
// Copyright 2014 the V8 project 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 V8_COMPILER_JS_CONTEXT_RELAXATION_H_ #define V8_COMPILER_JS_CONTEXT_RELAXATION_H_ #include "src/compiler/graph-reducer.h" namespace v8 { names...
33.333333
79
0.776364
4321bb4e4507abac16a2087d1760235cf8366518
1,430
h
C
src/thread_data.h
TimoLassmann/wims
20a19ae0290666f7668420cd20288a4620ea3a60
[ "BSD-3-Clause" ]
null
null
null
src/thread_data.h
TimoLassmann/wims
20a19ae0290666f7668420cd20288a4620ea3a60
[ "BSD-3-Clause" ]
null
null
null
src/thread_data.h
TimoLassmann/wims
20a19ae0290666f7668420cd20288a4620ea3a60
[ "BSD-3-Clause" ]
null
null
null
#ifndef THREAD_DATA_H #define THREAD_DATA_H #include "randomkit.h" #ifdef THREAD_DATA_IMPORT #define EXTERN #else #define EXTERN extern #endif #define THREAD_DATA_FULL 1 #define THREAD_DATA_BEAM 2 struct seqer_thread_data{ struct fast_param_bag* ft_bag; struct fast_hmm_param* ft; struct t...
28.6
126
0.687413
4323f5f85fc50ee1e6c75d941f46e850a3cecf09
440
c
C
Kattis/C/DiceCup.c
mwebber3/CodingChallengeSites
8e90a864978af2f8ba8bcf837bfe9cd02d17465b
[ "MIT" ]
1
2020-02-10T17:33:19.000Z
2020-02-10T17:33:19.000Z
Kattis/C/DiceCup.c
mwebber3/HackerRank-Kattis
8e90a864978af2f8ba8bcf837bfe9cd02d17465b
[ "MIT" ]
null
null
null
Kattis/C/DiceCup.c
mwebber3/HackerRank-Kattis
8e90a864978af2f8ba8bcf837bfe9cd02d17465b
[ "MIT" ]
null
null
null
#include <stdio.h> int main() { int i, firstRoll, secondRoll, lowestRoll, highestRoll; scanf("%i", &firstRoll); scanf("%i", &secondRoll); lowestRoll = firstRoll; highestRoll = secondRoll; if (secondRoll < firstRoll) { lowestRoll = secondRoll; highestRoll = firstRoll; ...
20.952381
62
0.547727
432757c4de724d40efd622fa5a3fd8ff69aa5c63
490
h
C
colorgen.h
101010b/LEDBall
01d11100262e2cf73d337aad02013044cfc32475
[ "Apache-2.0" ]
null
null
null
colorgen.h
101010b/LEDBall
01d11100262e2cf73d337aad02013044cfc32475
[ "Apache-2.0" ]
null
null
null
colorgen.h
101010b/LEDBall
01d11100262e2cf73d337aad02013044cfc32475
[ "Apache-2.0" ]
null
null
null
#ifndef __COLORGEN_H__ #define __COLORGEN_H__ #include <arduino.h> #include <stdint.h> #include "parametric.h" class colorgen: public parametric { public: uint8_t r,g,b; param_t *mincol; param_t *maxcol; param_t *newcoltime; uint8_t startr, startg, startb; uint8_t nextr, nextg, nextb; uint16_t colors...
18.148148
83
0.718367
43279f815264562d667b9f152ccb24acff84f7f8
875
h
C
hpps/api/c_api_array_table.h
huzelin/ddls
3333a669c59ce2e525945f814a54784dafc6191b
[ "MIT" ]
3
2019-01-03T07:34:01.000Z
2020-02-13T19:53:35.000Z
hpps/api/c_api_array_table.h
huzelin/ddls
3333a669c59ce2e525945f814a54784dafc6191b
[ "MIT" ]
null
null
null
hpps/api/c_api_array_table.h
huzelin/ddls
3333a669c59ce2e525945f814a54784dafc6191b
[ "MIT" ]
1
2020-05-06T11:08:07.000Z
2020-05-06T11:08:07.000Z
/* * \file c_api_array_table.h */ #ifndef H_CAPI_ARRAY_TABLE_H_ #define H_CAPI_ARRAY_TABLE_H_ #ifdef __cplusplus extern "C" { #include <stdint.h> #include <sys/types.h> #endif typedef void* Handle; int ArrayTableGet(Handle handle, Handle tensor); int ArrayTableGetAsync(Handle handle, Handle tensor, int* id); int ...
25
107
0.624
432969e94cd70df2f80627fbb6023038c9d62bc2
1,427
h
C
include/llvm/Analysis/ReducibilityAnalysis.h
clayne/DirectXShaderCompiler
0ef9b702890b1d45f0bec5fa75481290323e14dc
[ "NCSA" ]
1,192
2017-01-23T23:27:01.000Z
2019-05-05T14:08:40.000Z
include/llvm/Analysis/ReducibilityAnalysis.h
clayne/DirectXShaderCompiler
0ef9b702890b1d45f0bec5fa75481290323e14dc
[ "NCSA" ]
2,214
2019-05-06T22:22:53.000Z
2022-03-31T19:38:50.000Z
include/llvm/Analysis/ReducibilityAnalysis.h
clayne/DirectXShaderCompiler
0ef9b702890b1d45f0bec5fa75481290323e14dc
[ "NCSA" ]
269
2019-05-07T11:59:04.000Z
2022-03-30T08:41:50.000Z
/////////////////////////////////////////////////////////////////////////////// // // // ReducibilityAnalysis.h // // Copyright (C) Microsoft Corporation. All rights reserved. // ...
38.567568
119
0.494043
4329f6c2b854bdf615fa48835451fe8759d8eecf
4,104
h
C
include/FastBVH/BBox.h
meshula/Fast-BVH
0ee16eba9d30fe4c95c0b0c566040807cc9f6d66
[ "MIT" ]
416
2015-01-30T18:38:20.000Z
2022-03-14T06:53:29.000Z
include/FastBVH/BBox.h
meshula/Fast-BVH
0ee16eba9d30fe4c95c0b0c566040807cc9f6d66
[ "MIT" ]
22
2015-01-17T00:37:47.000Z
2020-05-15T16:24:43.000Z
include/FastBVH/BBox.h
meshula/Fast-BVH
0ee16eba9d30fe4c95c0b0c566040807cc9f6d66
[ "MIT" ]
75
2015-01-05T12:58:44.000Z
2021-12-03T19:01:40.000Z
#pragma once #include <FastBVH/Ray.h> #include <FastBVH/Vector3.h> #include <cstdint> #include <utility> namespace FastBVH { //! \brief Represents an axis-aligned bounding box. //! This could also be called an AABB. //! It's used to represent the space occupied //! by a primitive. //! \tparam Float The floating poi...
28.109589
102
0.653265
432b07c80904708f2c81d468be06d0979bf25b38
1,057
h
C
YFLLiveVideos/YFLLiveVideos/NETWorkEngine.h
kkYFL/YFLLiveVides
e53e483b24f61c91b15d3276dfe973055577d08a
[ "Apache-2.0" ]
null
null
null
YFLLiveVideos/YFLLiveVideos/NETWorkEngine.h
kkYFL/YFLLiveVides
e53e483b24f61c91b15d3276dfe973055577d08a
[ "Apache-2.0" ]
null
null
null
YFLLiveVideos/YFLLiveVideos/NETWorkEngine.h
kkYFL/YFLLiveVides
e53e483b24f61c91b15d3276dfe973055577d08a
[ "Apache-2.0" ]
null
null
null
// // NETWorkEngine.h // YFLLiveVideos // // Created by 杨丰林 on 2017/6/30. // Copyright © 2017年 杨丰林. All rights reserved. // #import <Foundation/Foundation.h> #import "AFNetworking.h" //typedef void (^requestSuccess)(NSURLSessionDataTask *task, id responseObject); //typedef void (^requestFailure)(NSURLSessionData...
48.045455
426
0.795648
432bc644c41cb67b31065834bff06511d5e182e9
2,652
h
C
src/test/current/source/NativeReplicatorStack/TpccService/CreateStoreUtil.h
gridgentoo/ServiceFabricAzure
c3e7a07617e852322d73e6cc9819d266146866a4
[ "MIT" ]
2,542
2018-03-14T21:56:12.000Z
2019-05-06T01:18:20.000Z
src/test/current/source/NativeReplicatorStack/TpccService/CreateStoreUtil.h
gridgentoo/ServiceFabricAzure
c3e7a07617e852322d73e6cc9819d266146866a4
[ "MIT" ]
994
2019-05-07T02:39:30.000Z
2022-03-31T13:23:04.000Z
src/test/current/source/NativeReplicatorStack/TpccService/CreateStoreUtil.h
gridgentoo/ServiceFabricAzure
c3e7a07617e852322d73e6cc9819d266146866a4
[ "MIT" ]
300
2018-03-14T21:57:17.000Z
2019-05-06T20:07:00.000Z
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ #pragma once namespace TpccSe...
34.894737
98
0.602941
432f7344e1bedccc8375fe8646482ea582a35b5d
297
h
C
src/Game/GHAdHandlingDelegate.h
GoldenHammerSoftware/GH
757213f479c0fc80ed1a0f59972bf3e9d92b7526
[ "MIT" ]
null
null
null
src/Game/GHAdHandlingDelegate.h
GoldenHammerSoftware/GH
757213f479c0fc80ed1a0f59972bf3e9d92b7526
[ "MIT" ]
null
null
null
src/Game/GHAdHandlingDelegate.h
GoldenHammerSoftware/GH
757213f479c0fc80ed1a0f59972bf3e9d92b7526
[ "MIT" ]
null
null
null
// Copyright Golden Hammer Software #pragma once // An interface for ads to tell somebody when they are visible/dismissed. class GHAdHandlingDelegate { public: virtual ~GHAdHandlingDelegate(void) { } virtual void adIsActive(void* adID) = 0; virtual void adDeactivated(void* adID) = 0; };
22.846154
73
0.747475
4331b7cd349640b10158533989d863583a04a7cc
4,069
c
C
wsn/common/trust/choose/proportional/trust-choose.c
giovannistanco/iot-trust-task-alloc
47e0c8186db32ecd563241d05ebdaaf23713a83f
[ "MIT" ]
8
2021-03-10T17:12:47.000Z
2021-12-09T13:30:56.000Z
wsn/common/trust/choose/proportional/trust-choose.c
giovannistanco/iot-trust-task-alloc
47e0c8186db32ecd563241d05ebdaaf23713a83f
[ "MIT" ]
12
2020-06-29T13:49:47.000Z
2022-02-28T13:01:12.000Z
wsn/common/trust/choose/proportional/trust-choose.c
giovannistanco/iot-trust-task-alloc
47e0c8186db32ecd563241d05ebdaaf23713a83f
[ "MIT" ]
3
2021-05-04T16:24:08.000Z
2021-12-16T16:47:23.000Z
#include "trust-choose.h" #include "trust-model.h" #include "edge-info.h" #include "os/sys/log.h" #include "os/lib/random.h" /*-------------------------------------------------------------------------------------------------------------------*/ #define LOG_MODULE "trust-prop" #ifdef TRUST_MODEL_LOG_LEVEL #define LOG_LE...
32.293651
129
0.565741
4334567e3b500508cfc501ec3f4fcab538d9d54c
1,169
h
C
raylib-camera2d.h
joseph-montanez/raylib-php
897df5e1ccc2a2ea854c518ab1001802250c4a7b
[ "Zlib" ]
125
2018-12-08T05:47:51.000Z
2022-03-29T08:55:27.000Z
raylib-camera2d.h
robbierayas/raylib-php
897df5e1ccc2a2ea854c518ab1001802250c4a7b
[ "Zlib" ]
18
2020-03-31T00:00:54.000Z
2022-03-15T05:13:37.000Z
raylib-camera2d.h
robbierayas/raylib-php
897df5e1ccc2a2ea854c518ab1001802250c4a7b
[ "Zlib" ]
9
2020-04-04T21:13:59.000Z
2021-12-18T14:09:33.000Z
// // Created by Joseph Montanez on 4/8/18. // #ifndef PHP_RAYLIB_CAMERA2D_H #define PHP_RAYLIB_CAMERA2D_H extern zend_class_entry *php_raylib_camera2d_ce; extern void php_raylib_vector2_free_storage(zend_object *object); extern zend_object * php_raylib_camera2d_new(zend_class_entry *ce); extern zend_object_handle...
29.974359
101
0.832335
4336d521cc6085330aaab8e2f4cba166c4153f75
311
h
C
include/Taida/taida.h
ricardoalcantara/Taida
5bdc1223172cd368ff02636f2d74ca23aa158023
[ "MIT" ]
null
null
null
include/Taida/taida.h
ricardoalcantara/Taida
5bdc1223172cd368ff02636f2d74ca23aa158023
[ "MIT" ]
null
null
null
include/Taida/taida.h
ricardoalcantara/Taida
5bdc1223172cd368ff02636f2d74ca23aa158023
[ "MIT" ]
null
null
null
#ifndef _TAIDA_H_ #define _TAIDA_H_ #include "Taida/utils/log.h" #include "Taida/utils/core.h" taida_t *taida_create(taida_options_t options, taida_callbacks_t callbacks); void taida_destroy(taida_t *taida); void taida_loop(taida_t *taida); bool taida_window_isopen(taida_t *taida); #endif /* _TAIDA_H_ */
20.733333
76
0.784566
4336f6bc2286036f1782313146c5336a473c42b6
395
h
C
catboost/tools/model_comparator/onnx.h
HeyLey/catboost
f472aed90604ebe727537d9d4a37147985e10ec2
[ "Apache-2.0" ]
1
2019-01-26T02:58:50.000Z
2019-01-26T02:58:50.000Z
catboost/tools/model_comparator/onnx.h
HeyLey/catboost
f472aed90604ebe727537d9d4a37147985e10ec2
[ "Apache-2.0" ]
null
null
null
catboost/tools/model_comparator/onnx.h
HeyLey/catboost
f472aed90604ebe727537d9d4a37147985e10ec2
[ "Apache-2.0" ]
1
2019-02-13T10:37:01.000Z
2019-02-13T10:37:01.000Z
#pragma once #include <contrib/libs/onnx/proto/onnx_ml.pb.h> #include <util/generic/maybe.h> #include <util/generic/strbuf.h> #include <util/generic/string.h> namespace NCB { TMaybe<onnx::ModelProto> TryLoadOnnxModel(TStringBuf filePath); // returns true if models are equal bool Compare(const onnx::Mo...
21.944444
102
0.739241
433871254a997ae4a14440a01c8acf8f1b7830ef
783
c
C
xt/config/tools.c
triangledirt/haze
d9f7dba1d8d38463631c8464f2324e2a192dcc9f
[ "BSD-2-Clause" ]
1
2021-03-15T01:46:42.000Z
2021-03-15T01:46:42.000Z
config/tools.c
xtools/xt
3ae0a3e7c2f88819932e431ed7244843ece23191
[ "BSD-2-Clause" ]
null
null
null
config/tools.c
xtools/xt
3ae0a3e7c2f88819932e431ed7244843ece23191
[ "BSD-2-Clause" ]
1
2022-01-13T05:02:02.000Z
2022-01-13T05:02:02.000Z
#include "xt/config/tools.h" #include "xt/config/options.h" #include "xt/core/tools.h" void xt_config_disable_if_running_batch_tests(int argc, char *argv[]) { if (xt_config_running_batch_tests(argc, argv)) { printf(" %s disabled in batch test mode\n", *argv); exit(0); } } xt_core_bool_t xt_config_running...
23.727273
69
0.719029
433b797ed24ec243d53f9cd647cf5578668d6d4e
87
h
C
ios/Classes/ChromeboxPlugin.h
nghuyy/chromebox
e09a8fd449ad61b2e0cecf277d565b528bb0fcca
[ "MIT" ]
null
null
null
ios/Classes/ChromeboxPlugin.h
nghuyy/chromebox
e09a8fd449ad61b2e0cecf277d565b528bb0fcca
[ "MIT" ]
null
null
null
ios/Classes/ChromeboxPlugin.h
nghuyy/chromebox
e09a8fd449ad61b2e0cecf277d565b528bb0fcca
[ "MIT" ]
null
null
null
#import <Flutter/Flutter.h> @interface ChromeboxPlugin : NSObject<FlutterPlugin> @end
17.4
52
0.793103
433e0df6703d405bf923464df4932653bbd1d44e
315,422
c
C
library/uapkic/src/dstu7624.c
DJm00n/UAPKI
7ced3adc6d2990c88cc48b273d44ec99489a0282
[ "BSD-2-Clause" ]
17
2021-11-17T20:20:00.000Z
2022-01-25T11:32:54.000Z
library/uapkic/src/dstu7624.c
DJm00n/UAPKI
7ced3adc6d2990c88cc48b273d44ec99489a0282
[ "BSD-2-Clause" ]
null
null
null
library/uapkic/src/dstu7624.c
DJm00n/UAPKI
7ced3adc6d2990c88cc48b273d44ec99489a0282
[ "BSD-2-Clause" ]
3
2021-11-18T20:37:01.000Z
2022-02-17T17:18:52.000Z
/* * Copyright 2021 The UAPKI Project Authors. * Copyright 2016 PrivatBank IT <acsk@privatbank.ua> * * 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 abov...
54.084705
191
0.687124
433ff4a2baad1c2eee31df9bfc5ca3aa3ecc9e85
7,353
h
C
CCanOpenStack/CCanOpenStack/sdo.h
timojaask/C-CANopen-Stack
9168c87ec28160c647a4c9e2a222f1b78534120b
[ "BSD-3-Clause" ]
8
2017-05-05T22:58:01.000Z
2021-11-25T09:12:12.000Z
CCanOpenStack/CCanOpenStack/sdo.h
timojaask/C-CANopen-Stack
9168c87ec28160c647a4c9e2a222f1b78534120b
[ "BSD-3-Clause" ]
null
null
null
CCanOpenStack/CCanOpenStack/sdo.h
timojaask/C-CANopen-Stack
9168c87ec28160c647a4c9e2a222f1b78534120b
[ "BSD-3-Clause" ]
12
2016-03-02T03:17:43.000Z
2021-08-14T11:35:49.000Z
// // sdo.h // CCanOpenStack // // Created by Timo Jääskeläinen on 21.10.2013. // Copyright (c) 2013 Timo Jääskeläinen. All rights reserved. // #ifndef CCanOpenStack_sdo_h #define CCanOpenStack_sdo_h #include <stdint.h> #include "can_message.h" /***************************** Global Definitions ******************...
43
126
0.776282
4340b12ee50d1b31495d0c6ada50f0e0d1e43e5e
3,623
c
C
lapic.c
ykskb/dax86
d7c90afb4a306f04bd840da2b32faedec01bef93
[ "MIT" ]
12
2020-09-17T13:33:24.000Z
2022-03-13T21:48:52.000Z
lapic.c
ykusakabe/dax86
d7c90afb4a306f04bd840da2b32faedec01bef93
[ "MIT" ]
2
2020-07-03T03:12:01.000Z
2021-06-11T00:31:19.000Z
lapic.c
ykusakabe/dax86
d7c90afb4a306f04bd840da2b32faedec01bef93
[ "MIT" ]
5
2020-07-04T16:59:29.000Z
2021-11-26T17:14:07.000Z
#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <pthread.h> #include <unistd.h> #include "lapic.h" #include "interrupt.h" #define IRR_L 32 LAPIC *create_lapic(Emulator *emu) { LAPIC *lapic = malloc(sizeof(LAPIC)); memset(lapic->registers, 0, sizeof(lapic->registers)); ...
24.815068
130
0.583218
434adab69ee65b669babba3db046d30e2f11e560
573
c
C
UVa/UVa10195/10195.c
mythnc/online-judge-solved-lists
c8db91674298f74539312a763ff52c2ba0d9794d
[ "MIT" ]
null
null
null
UVa/UVa10195/10195.c
mythnc/online-judge-solved-lists
c8db91674298f74539312a763ff52c2ba0d9794d
[ "MIT" ]
null
null
null
UVa/UVa10195/10195.c
mythnc/online-judge-solved-lists
c8db91674298f74539312a763ff52c2ba0d9794d
[ "MIT" ]
null
null
null
/* ACM 10195 The Knights Of The Round Table * mythnc * 2012/01/02 09:56:51 * run time: 0.008 */ #include <stdio.h> #include <math.h> double radius(double, double, double); int main(void) { double a, b, c; while (scanf("%lf %lf %lf", &a, &b, &c) == 3) printf("The radius of the round table is: %...
17.363636
76
0.509599
434afbf3ab087758cf204ad6023e58f254354d27
374
h
C
EXPERTconnect/UI/Sections/Chat/ECSInlineFormTableViewCell.h
humanifydev/SDK-iOS
40e38068444c936490c7155cd36ccbee89654f6b
[ "MIT" ]
2
2019-12-30T02:28:35.000Z
2020-08-25T01:36:41.000Z
EXPERTconnect/UI/Sections/Chat/ECSInlineFormTableViewCell.h
TTEC-Dig-PE/SDK-iOS
40e38068444c936490c7155cd36ccbee89654f6b
[ "MIT" ]
1
2019-04-02T03:56:46.000Z
2019-04-02T03:56:46.000Z
EXPERTconnect/UI/Sections/Chat/ECSInlineFormTableViewCell.h
TTEC-Dig-PE/SDK-iOS
40e38068444c936490c7155cd36ccbee89654f6b
[ "MIT" ]
null
null
null
// // ECSInlineFormTableViewCell.h // EXPERTconnect // // Copyright (c) 2015 Humanify, Inc. All rights reserved. // #import "ECSChatTableViewCell.h" #import "ECSDynamicLabel.h" @interface ECSInlineFormTableViewCell : ECSChatTableViewCell @property (strong, nonatomic) ECSDynamicLabel *messageLabel; @property (str...
20.777778
61
0.775401
434c9974350c7a439539024dd44dbce80d0197b1
1,027
h
C
tests/iface/bispace_expr_test.h
maxscheurer/libtensor
288ed0596b24356d187d2fa40c05b0dacd00b413
[ "BSL-1.0" ]
null
null
null
tests/iface/bispace_expr_test.h
maxscheurer/libtensor
288ed0596b24356d187d2fa40c05b0dacd00b413
[ "BSL-1.0" ]
11
2020-12-04T20:26:12.000Z
2021-12-03T08:07:09.000Z
tests/iface/bispace_expr_test.h
maxscheurer/libtensor
288ed0596b24356d187d2fa40c05b0dacd00b413
[ "BSL-1.0" ]
2
2021-06-17T12:35:47.000Z
2021-11-23T16:27:39.000Z
#ifndef LIBTENSOR_BISPACE_EXPR_TEST_H #define LIBTENSOR_BISPACE_EXPR_TEST_H #include <libtest/unit_test.h> namespace libtensor { /** \brief Tests the libtensor::bispace_expr::expr_rhs class \ingroup libtensor_tests_iface **/ class bispace_expr_test : public libtest::unit_test { public: virtual void perf...
19.377358
60
0.684518
4351864d070b0cede8ee0d541cc07be1e929ae28
2,081
h
C
src/include/Unidraw/Components/gvupdater.h
emer/iv
e2ecb3acd834b8764c8582753cc86afcc4281af5
[ "BSD-3-Clause" ]
null
null
null
src/include/Unidraw/Components/gvupdater.h
emer/iv
e2ecb3acd834b8764c8582753cc86afcc4281af5
[ "BSD-3-Clause" ]
null
null
null
src/include/Unidraw/Components/gvupdater.h
emer/iv
e2ecb3acd834b8764c8582753cc86afcc4281af5
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 1990, 1991 Stanford University * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided * that the above copyright notice appear in all copies and that both that * copyright notice and this permission...
31.530303
78
0.754445
4351ac1f2918a17904f0010bff0f18b26de59593
222
h
C
Demo/Stanford/Shutterbug/Shutterbug/JustPostedPhotosTVC.h
devshaww/Demo
05fb2229ba13a9a69ca7af1fc98bf532957eb04c
[ "MIT" ]
null
null
null
Demo/Stanford/Shutterbug/Shutterbug/JustPostedPhotosTVC.h
devshaww/Demo
05fb2229ba13a9a69ca7af1fc98bf532957eb04c
[ "MIT" ]
null
null
null
Demo/Stanford/Shutterbug/Shutterbug/JustPostedPhotosTVC.h
devshaww/Demo
05fb2229ba13a9a69ca7af1fc98bf532957eb04c
[ "MIT" ]
null
null
null
// // JustPostedPhotosTVC.h // Shutterbug // // Created by Shaw on 16/5/28. // Copyright © 2016年 XiaoLinyun. All rights reserved. // #import "FlickrPhotosTVC.h" @interface JustPostedPhotosTVC : FlickrPhotosTVC @end
15.857143
54
0.716216
435341908674428d9ae2a957318db6aeb694e44d
485
h
C
YJOTC/Controller/XRP/AssetBank/XPAssetBankListController.h
XYGDeveloper/XRP
bd427020c66c1f2bfbc9a96b6f4926b1f83e5862
[ "MIT" ]
1
2019-04-24T07:42:23.000Z
2019-04-24T07:42:23.000Z
YJOTC/Controller/XRP/AssetBank/XPAssetBankListController.h
XYGDeveloper/XRP
bd427020c66c1f2bfbc9a96b6f4926b1f83e5862
[ "MIT" ]
null
null
null
YJOTC/Controller/XRP/AssetBank/XPAssetBankListController.h
XYGDeveloper/XRP
bd427020c66c1f2bfbc9a96b6f4926b1f83e5862
[ "MIT" ]
1
2020-05-21T22:04:33.000Z
2020-05-21T22:04:33.000Z
// // XPAssetBankListController.h // YJOTC // // Created by Roy on 2018/12/19. // Copyright © 2018年 前海. All rights reserved. // #import "YJBaseViewController.h" typedef void(^CallBackBlcok) (id);//1 NS_ASSUME_NONNULL_BEGIN @interface XPAssetBankListController : YJBaseViewController @property(nonatomic,copy)NSSt...
19.4
59
0.76701
43535e0cc4ee75cbef01c8d6c20d743708125e4a
239
c
C
tests/llvmtest/source_level_debug.c
sheijk/Zomp
80a3ea910dd92b5a205d5c0ce9e3e1220c68f37f
[ "MIT" ]
2
2015-11-07T17:40:21.000Z
2018-09-14T13:49:23.000Z
tests/llvmtest/source_level_debug.c
sheijk/Zomp
80a3ea910dd92b5a205d5c0ce9e3e1220c68f37f
[ "MIT" ]
null
null
null
tests/llvmtest/source_level_debug.c
sheijk/Zomp
80a3ea910dd92b5a205d5c0ce9e3e1220c68f37f
[ "MIT" ]
null
null
null
/** * Testing LLVM debug information */ #include <stdio.h> int numA(int x) { return x + 1; } int numB(int x) { return x * 3; } int main(int argc, char* argv[]) { int x = numA( 10 ); int y = numB( 20 ); return x + y; }
11.95
33
0.535565
4354952e97c5201a51159f5238e62ac7a8b01184
4,081
h
C
lib/pointer_checks.h
sten13/libfc
dccfab49a2cc2112bc6a20315a842ee92b31bcd4
[ "Unlicense" ]
4
2017-01-04T12:08:45.000Z
2021-11-22T13:38:07.000Z
lib/pointer_checks.h
sten13/libfc
dccfab49a2cc2112bc6a20315a842ee92b31bcd4
[ "Unlicense" ]
1
2017-05-31T13:51:06.000Z
2017-05-31T13:51:06.000Z
lib/pointer_checks.h
sten13/libfc
dccfab49a2cc2112bc6a20315a842ee92b31bcd4
[ "Unlicense" ]
4
2016-04-07T09:15:59.000Z
2021-06-24T13:32:15.000Z
/* Hi Emacs, please use -*- mode: C++; -*- */ /* Copyright (c) 2011-2014 ETH Zürich. 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 ...
40.009804
78
0.719922
43558253cb3788be0e809d5f7f08078fb694b35e
399
h
C
rtamt/cpplib/stl/rtamt_stl_library/include/rtamt_stl_library/stl_implies_node.h
xiaoyaooo/rtamt
edb7bf664720c52e9d70920102c450b1f593af95
[ "BSD-3-Clause" ]
24
2019-12-04T00:20:16.000Z
2022-03-24T17:48:14.000Z
rtamt/cpplib/stl/rtamt_stl_library/include/rtamt_stl_library/stl_implies_node.h
xiaoyaooo/rtamt
edb7bf664720c52e9d70920102c450b1f593af95
[ "BSD-3-Clause" ]
142
2020-01-16T15:36:21.000Z
2022-03-28T20:40:45.000Z
rtamt/cpplib/stl/rtamt_stl_library/include/rtamt_stl_library/stl_implies_node.h
xiaoyaooo/rtamt
edb7bf664720c52e9d70920102c450b1f593af95
[ "BSD-3-Clause" ]
17
2020-07-07T20:32:08.000Z
2022-03-07T07:20:22.000Z
#ifndef STL_IMPLIES_NODE_H #define STL_IMPLIES_NODE_H #include <rtamt_stl_library/stl_combinatorial_binary_node.h> #include <rtamt_stl_library/stl_operator_type.h> namespace stl_library { class StlImpliesNode : public StlCombinatorialBinaryNode { public: StlImpliesNode() : StlCombinatorialBinaryNode(IMPL...
22.166667
71
0.779449
4358148c04dca28c788c5db251435e41f74a748d
486
c
C
py/objtype.c
vext01/micropython
8bbd112938636270c16d5628d1f3efea599407c3
[ "MIT" ]
null
null
null
py/objtype.c
vext01/micropython
8bbd112938636270c16d5628d1f3efea599407c3
[ "MIT" ]
null
null
null
py/objtype.c
vext01/micropython
8bbd112938636270c16d5628d1f3efea599407c3
[ "MIT" ]
null
null
null
#include <stdlib.h> #include <stdint.h> #include "nlr.h" #include "misc.h" #include "mpconfig.h" #include "obj.h" void type_print(void (*print)(void *env, const char *fmt, ...), void *env, mp_obj_t self_in) { print(env, "type?"); } const mp_obj_type_t mp_const_type = { { &mp_const_type }, "type?", ty...
20.25
94
0.602881
43594da471a8df4c06acaccb541af9d7e83de6cc
1,291
h
C
BodyManager.h
davidlira19/Apollo
21e684e2db23d86730d5bb814bb2d96173513066
[ "MIT" ]
null
null
null
BodyManager.h
davidlira19/Apollo
21e684e2db23d86730d5bb814bb2d96173513066
[ "MIT" ]
null
null
null
BodyManager.h
davidlira19/Apollo
21e684e2db23d86730d5bb814bb2d96173513066
[ "MIT" ]
null
null
null
#ifndef _BODYMANAGER_H_ #define _BODYMANAGER_H_ #include"p2List.h" #include"Body.h" #include"Module.h" #include"Globals.h" #include"Asteroid.h" #include"planet.h" #include "Torpedo.h" #include "Ammo.h" #include"ModulePlayer.h" #include"Fire.h" class bodyManager :public Module { public: bodyManager(Application* app, b...
25.82
140
0.761425
435970ddf9e5454b3ab44e4e70776a639c5d27b5
11,274
c
C
bscc/bgbgc1/base/mm_cell.c
cr88192/bgbtech_engine
03869a92fbf3197dd176d311f3b917f4f4e88d1a
[ "MIT" ]
1
2019-07-02T22:53:52.000Z
2019-07-02T22:53:52.000Z
bscc/bgbgc1/base/mm_cell.c
cr88192/bgbtech_engine
03869a92fbf3197dd176d311f3b917f4f4e88d1a
[ "MIT" ]
5
2015-11-17T05:45:50.000Z
2015-11-26T18:36:51.000Z
bscc/bgbgc1/base/mm_cell.c
cr88192/bgbtech_engine
03869a92fbf3197dd176d311f3b917f4f4e88d1a
[ "MIT" ]
null
null
null
#include <bgbgc.h> #ifdef WIN32 #include <windows.h> #endif #ifdef linux #include <sys/mman.h> #endif void *bgbgc_alloc_mutex; BGBGC_Chunk *bgbgc_initchain=NULL, *bgbgc_curchunk=NULL, *bgbgc_curxchunk=NULL; BGBGC_Chunk *bgbgc_chunktab[1024]; int bgbgc_nchunk=0; size_t bgbgc_size_lim_base; #ifdef BGBGC_USEPRECI...
17.506211
72
0.644847
436255415b5309c1242311656e93af7a22a9090b
10,097
c
C
hangmanRevised.c
VITAL-Club/hangman-game
8ab871bb6fa8073a15daf5313ded1b52a6c67e72
[ "MIT" ]
2
2019-04-10T02:55:09.000Z
2020-11-04T17:34:58.000Z
hangmanRevised.c
VITAL-Club/hangman-game
8ab871bb6fa8073a15daf5313ded1b52a6c67e72
[ "MIT" ]
null
null
null
hangmanRevised.c
VITAL-Club/hangman-game
8ab871bb6fa8073a15daf5313ded1b52a6c67e72
[ "MIT" ]
3
2019-02-07T01:00:25.000Z
2021-11-09T11:08:48.000Z
// Here's my iteration of the Hangman code. My approach to this is to // count the amount of correct letters contained in the word. // If you feel this code needs to be corrected, don't hesitate // to do so. #include <stdio.h> #include <stdbool.h> #include <stdlib.h> #include <string.h> #include <time.h> #incl...
26.158031
133
0.601466
4364ba69a1a959c1b82ddd9b99905dc16a7589cc
34,623
c
C
src/vgsmml.c
suzukiplan/tohovgs-cli
ddde5ef5fd4e43ea12f76af922b80e1cdac18519
[ "FTL" ]
6
2020-08-17T06:56:51.000Z
2022-03-20T23:43:02.000Z
bgm_decoder/vgsmml.c
ReimuNotMoe/Audacious-Plugin-VGS
a3679493762ac8c71fc6db0f78821d99cc1210a0
[ "MIT" ]
18
2020-08-17T06:58:11.000Z
2022-03-27T23:38:31.000Z
src/vgsmml.c
suzukiplan/tohovgs-cli
ddde5ef5fd4e43ea12f76af922b80e1cdac18519
[ "FTL" ]
null
null
null
#ifdef _WIN32 #include <winsock2.h> #include <windows.h> #else #include <unistd.h> #define __stdcall #endif #include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> #include "vgsdec_internal.h" #include "vgsmml.h" #define HZ 22050 /* Macro */ struct MyMacro { char* name; ...
29.796041
117
0.407013
4364e173c92186d88ae27e70e82a0dd4cd811823
257
h
C
src/cryptopop/c_gost.h
POPChainFoundation/PopChain-Original
a99f5fbdf6ca96a281491482530c20a4c5915492
[ "MIT" ]
20
2018-04-28T06:38:05.000Z
2018-07-28T04:44:42.000Z
src/cryptopop/c_gost.h
POPChainFoundation/PopChain-Original
a99f5fbdf6ca96a281491482530c20a4c5915492
[ "MIT" ]
2
2018-05-15T15:14:36.000Z
2018-05-18T00:51:48.000Z
src/cryptopop/c_gost.h
POPChainFoundation/PopChain-Original
a99f5fbdf6ca96a281491482530c20a4c5915492
[ "MIT" ]
7
2018-05-15T12:28:19.000Z
2018-08-23T04:59:39.000Z
#ifndef C_GOST_H #define C_GOST_H #include <stdint.h> #ifdef __cplusplus extern "C" { #endif void gost_init_table(void); void cryptopop_gost(uint8_t *input, uint32_t inputLen, uint8_t *output); #ifdef __cplusplus } #endif #endif
14.277778
77
0.692607
4367cfb61fdb319639cacffe0df2fcde334a9053
165
h
C
stdafx.h
lnicola/toy_browser
d70a60fb05ec05309241fd73e1aa75fc1037913a
[ "MIT" ]
1
2019-02-28T22:11:00.000Z
2019-02-28T22:11:00.000Z
stdafx.h
lnicola/toy_browser
d70a60fb05ec05309241fd73e1aa75fc1037913a
[ "MIT" ]
null
null
null
stdafx.h
lnicola/toy_browser
d70a60fb05ec05309241fd73e1aa75fc1037913a
[ "MIT" ]
null
null
null
#pragma once #include "targetver.h" #include <fstream> #include <iostream> #include <map> #include <memory> #include <string> #include <utility> #include <vector>
13.75
22
0.721212
abebb4d66c2eb0d04896d0bbfcda184664e12fba
85
h
C
ios/Classes/CryptlibPlugin.h
mukkulsingh/flutter_cryptlib
3e6aa58f9200e997972e8b5a2941b59b36beb183
[ "BSD-3-Clause" ]
null
null
null
ios/Classes/CryptlibPlugin.h
mukkulsingh/flutter_cryptlib
3e6aa58f9200e997972e8b5a2941b59b36beb183
[ "BSD-3-Clause" ]
null
null
null
ios/Classes/CryptlibPlugin.h
mukkulsingh/flutter_cryptlib
3e6aa58f9200e997972e8b5a2941b59b36beb183
[ "BSD-3-Clause" ]
null
null
null
#import <Flutter/Flutter.h> @interface CryptlibPlugin : NSObject<FlutterPlugin> @end
21.25
51
0.8
abebc45a99d4fe565662355c65f29f485cf4579f
6,049
h
C
src/tracker_lib/openvr_softcompare.h
spayne/vrtracker
53249748c0c4d0e3a1a9d9c200ed010600a4e27e
[ "MIT" ]
null
null
null
src/tracker_lib/openvr_softcompare.h
spayne/vrtracker
53249748c0c4d0e3a1a9d9c200ed010600a4e27e
[ "MIT" ]
null
null
null
src/tracker_lib/openvr_softcompare.h
spayne/vrtracker
53249748c0c4d0e3a1a9d9c200ed010600a4e27e
[ "MIT" ]
null
null
null
#pragma once #include <openvr.h> #include <math.h> inline bool softcompare_is_similar(float a, float b, float epsilon) { float delta; if (a > b) delta = a - b; else delta = b - a; if (delta > -epsilon && delta < epsilon) { return true; } else { return false; } } inline bool so...
25.309623
114
0.652505
abecfd39de36f159b4f3192b39a9d8594fd00316
11,309
c
C
movie/Initialization.c
scattering-central/CCP13
e78440d34d0ac80d2294b131ca17dddcf7505b01
[ "BSD-3-Clause" ]
null
null
null
movie/Initialization.c
scattering-central/CCP13
e78440d34d0ac80d2294b131ca17dddcf7505b01
[ "BSD-3-Clause" ]
null
null
null
movie/Initialization.c
scattering-central/CCP13
e78440d34d0ac80d2294b131ca17dddcf7505b01
[ "BSD-3-Clause" ]
3
2017-09-05T15:15:22.000Z
2021-01-15T11:13:45.000Z
#define NRANSI #include <stdio.h> #include <stdlib.h> #include <math.h> #include <string.h> #include "constants.h" #include "structures.h" #include "prototypes.h" void Initialization(void) { int i,l,m,Dimension,reps,Points; char Symmetry[40]; extern struct Myosin *MY; extern struct Constant Cnst; extern str...
25.243304
103
0.588646
abed66fc83567bee097685a8f5022d3f96a7d513
21,745
h
C
tools/ByteBuffer.h
MugenSAS/osc-cpp-qt
4dc24d2e073c614ecdcd8de9db4a44f155b4d2b5
[ "MIT" ]
22
2015-03-05T17:00:41.000Z
2022-03-19T19:39:21.000Z
tools/ByteBuffer.h
MugenSAS/osc-cpp-qt
4dc24d2e073c614ecdcd8de9db4a44f155b4d2b5
[ "MIT" ]
3
2016-02-20T02:33:01.000Z
2016-06-07T22:00:56.000Z
tools/ByteBuffer.h
MugenSAS/osc-cpp-qt
4dc24d2e073c614ecdcd8de9db4a44f155b4d2b5
[ "MIT" ]
3
2016-12-05T19:16:47.000Z
2021-02-01T08:22:06.000Z
/* * Copyright (c) 2014 MUGEN SAS * * 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, ...
31.108727
82
0.647045
abee15c300e43a122c78df3cd4f7a8f40b7794d6
19,103
h
C
SW_Interface/bin_array.h
MarkDing/swd_programing_sram
0bfd60438a86c98501b5bfaafde54922e577a58f
[ "MIT" ]
120
2015-03-25T13:09:31.000Z
2022-03-31T05:56:26.000Z
SW_Interface/bin_array.h
Slawek78-tech/swd_programing_sram
0bfd60438a86c98501b5bfaafde54922e577a58f
[ "MIT" ]
1
2019-12-02T02:52:19.000Z
2019-12-02T02:52:19.000Z
SW_Interface/bin_array.h
Slawek78-tech/swd_programing_sram
0bfd60438a86c98501b5bfaafde54922e577a58f
[ "MIT" ]
70
2015-07-27T08:50:19.000Z
2022-03-28T09:07:47.000Z
#if 0 U32 code binraw[] = { 0x20008000,0x2000016f,0x20000185,0x20000187,0x20000189,0x20000189,0x20000189, 0x0,0x0,0x0,0x0,0x20000189,0x20000189,0x0, 0x20000189,0x20000041,0x13f8f240,0x300f2c2,0x1c426818,0x4770601a,0x7f0e92d, 0xf2c42500,0xf04f0503,0xf8c50aa5,0xf44fa030,0xf24a4950,0xf44f1240,0xf24a4420, 0xf04f13e0,...
74.913725
78
0.882113
abf0f22bf9cb0bcdf955adde88441e2ef35c874f
986
h
C
deps/nanox-secure-sdk/include/os_hal.h
equilibrium-eosdt/ledger-genshiro
fec937b70f091881e558ce22c9eae8b2110013c8
[ "Apache-2.0" ]
7
2019-10-23T23:53:08.000Z
2021-10-29T19:03:53.000Z
deps/nanox-secure-sdk/include/os_hal.h
equilibrium-eosdt/ledger-genshiro
fec937b70f091881e558ce22c9eae8b2110013c8
[ "Apache-2.0" ]
6
2021-06-02T00:39:33.000Z
2022-03-12T01:04:16.000Z
deps/nanox-secure-sdk/include/os_hal.h
isabella232/app-genshiro
1cabda9dbeebab53b77a052be17d41343fb808b7
[ "Apache-2.0" ]
6
2020-12-10T20:23:42.000Z
2022-03-06T05:39:46.000Z
#pragma once #define __SC000_REV 0x0001 #define __SC300_REV 0x0001 #define __NVIC_PRIO_BITS 2 #define __Vendor_SysTickConfig 0 typedef enum { /****** Cortex-M Processor Exceptions Numbers ****************************************************************/ NonMaskableInt_IRQn = -14, /*!< 2 Non Maskable Interr...
51.894737
84
0.557809
abf164c0137b503fd09827fecce39eb16cab69f8
4,732
h
C
src/pdf/SkPDFFont.h
Decorum-OS/third_party-skia
5561e3ddbbf6c3e051075ada4a11ddc70760f03d
[ "Apache-2.0" ]
null
null
null
src/pdf/SkPDFFont.h
Decorum-OS/third_party-skia
5561e3ddbbf6c3e051075ada4a11ddc70760f03d
[ "Apache-2.0" ]
null
null
null
src/pdf/SkPDFFont.h
Decorum-OS/third_party-skia
5561e3ddbbf6c3e051075ada4a11ddc70760f03d
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2011 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkPDFFont_DEFINED #define SkPDFFont_DEFINED #include "SkAdvancedTypefaceMetrics.h" #include "SkBitSet.h" #include "SkPDFTypes.h" #include "SkTDArray.h" #include "SkT...
35.051852
84
0.670964
abf33591b9972aaae4ce9f3f1521bbad5f2abb8d
220
h
C
FM/DynamicFramewokrkDemo-master/TheTestFrameWork/TheTestFrameWork/ViewController.h
zhanglexiaoge/MyInsight_iOS
394c648d1faf704f7bbe4976794de91f033c69db
[ "MIT" ]
1
2019-10-25T06:14:26.000Z
2019-10-25T06:14:26.000Z
FM/DynamicFramewokrkDemo-master/TheTestFrameWork/TheTestFrameWork/ViewController.h
zhanglexiaoge/MyInsight_iOS
394c648d1faf704f7bbe4976794de91f033c69db
[ "MIT" ]
null
null
null
FM/DynamicFramewokrkDemo-master/TheTestFrameWork/TheTestFrameWork/ViewController.h
zhanglexiaoge/MyInsight_iOS
394c648d1faf704f7bbe4976794de91f033c69db
[ "MIT" ]
null
null
null
// // ViewController.h // TheTestFrameWork // // Created by Clement_Gu on 16/8/26. // Copyright © 2016年 clement. All rights reserved. // #import <UIKit/UIKit.h> @interface ViewController : UIViewController @end
13.75
51
0.7
abf362998a6c2f59516bfb4486697c56e67412ec
4,970
c
C
usr/src/uts/common/gssapi/mechs/krb5/crypto/dk/checksum.c
AsahiOS/gate
283d47da4e17a5871d9d575e7ffb81e8f6c52e51
[ "MIT" ]
null
null
null
usr/src/uts/common/gssapi/mechs/krb5/crypto/dk/checksum.c
AsahiOS/gate
283d47da4e17a5871d9d575e7ffb81e8f6c52e51
[ "MIT" ]
null
null
null
usr/src/uts/common/gssapi/mechs/krb5/crypto/dk/checksum.c
AsahiOS/gate
283d47da4e17a5871d9d575e7ffb81e8f6c52e51
[ "MIT" ]
1
2020-12-30T00:04:16.000Z
2020-12-30T00:04:16.000Z
/* * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ /* * Copyright (C) 1998 by the FundsXpress, INC. * * All rights reserved. * * Export of this software from the United States of America may require * a specific license from the United States Government. ...
29.583333
78
0.699195
abf36b3f7abad3348b6290aa913f5f5c37d1e04d
905
h
C
resources/Wireshark/WiresharkDissectorFoo/epan/dissectors/packet-pkixqualified.h
joshis1/C_Programming
4a8003321251448a167bfca0b595c5eeab88608d
[ "MIT" ]
2
2020-09-11T05:51:42.000Z
2020-12-31T11:42:02.000Z
resources/Wireshark/WiresharkDissectorFoo/epan/dissectors/packet-pkixqualified.h
joshis1/C_Programming
4a8003321251448a167bfca0b595c5eeab88608d
[ "MIT" ]
null
null
null
resources/Wireshark/WiresharkDissectorFoo/epan/dissectors/packet-pkixqualified.h
joshis1/C_Programming
4a8003321251448a167bfca0b595c5eeab88608d
[ "MIT" ]
null
null
null
/* Do not modify this file. Changes will be overwritten. */ /* Generated automatically by the ASN.1 to Wireshark dissector compiler */ /* packet-pkixqualified.h */ /* asn2wrs.py -b -p pkixqualified -c ./pkixqualified.cnf -s ./packet-pkixqual...
33.518519
126
0.677348
abf3c8e965f422be955d73f1c88a6f99396946ad
485
c
C
Display_Alphabets.c
Anmoldeep1509/C-program-samples
e4136662584686316106785b9bbb8c4091296d56
[ "MIT" ]
null
null
null
Display_Alphabets.c
Anmoldeep1509/C-program-samples
e4136662584686316106785b9bbb8c4091296d56
[ "MIT" ]
null
null
null
Display_Alphabets.c
Anmoldeep1509/C-program-samples
e4136662584686316106785b9bbb8c4091296d56
[ "MIT" ]
null
null
null
#include <stdio.h> int main() { char c; printf("Enter u to display alphabets in uppercase. And enter l to display alphabets in lowercase: "); scanf("%c", &c); if(c== 'U' || c== 'u') { for(c = 'A'; c <= 'Z'; ++c) printf("%c ", c); } else if (c == 'L' || c == 'l'...
22.045455
106
0.426804
abf4631f723de988622b57a41c3e4287e72d5114
349
h
C
HospitalBible-new/HospitalBible/Mine/Model/AddSickModel.h
xiaowei19891014/hospitalbible
0d8c4188698e6c21b600d7451e8a782f1610ef50
[ "Apache-2.0" ]
null
null
null
HospitalBible-new/HospitalBible/Mine/Model/AddSickModel.h
xiaowei19891014/hospitalbible
0d8c4188698e6c21b600d7451e8a782f1610ef50
[ "Apache-2.0" ]
null
null
null
HospitalBible-new/HospitalBible/Mine/Model/AddSickModel.h
xiaowei19891014/hospitalbible
0d8c4188698e6c21b600d7451e8a782f1610ef50
[ "Apache-2.0" ]
null
null
null
// // AddSickModel.h // HospitalBible // // Created by 边瑞康 on 2017/5/25. // Copyright © 2017年 com.hao. All rights reserved. // #import <Foundation/Foundation.h> @interface AddSickModel : NSObject @property(nonatomic,strong) NSString *title; @property(nonatomic,assign) NSUInteger index; @property(nonatomic,strong)...
21.8125
51
0.74212
abf4c3eb0f877a9d13daf5565f123f4dca3c3793
3,072
c
C
components/stage/blfdt/src/fdt_strerror.c
9names/bl_iot_sdk_autoformatted
940b61a7f8177872763fb566a998d9c361e20699
[ "Apache-2.0" ]
null
null
null
components/stage/blfdt/src/fdt_strerror.c
9names/bl_iot_sdk_autoformatted
940b61a7f8177872763fb566a998d9c361e20699
[ "Apache-2.0" ]
null
null
null
components/stage/blfdt/src/fdt_strerror.c
9names/bl_iot_sdk_autoformatted
940b61a7f8177872763fb566a998d9c361e20699
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2020 Bouffalolab. * * This file is part of * *** Bouffalolab Software Dev Kit *** * (see www.bouffalolab.com). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * 1. Redistributions ...
40.421053
80
0.699544
abf766e09ec9b98d1126d20cf527b7ec81663fd5
7,047
h
C
AVPP.h
addam/SkauTan
a46b60e91741da343a50a63948d3a19d961550d0
[ "Unlicense" ]
null
null
null
AVPP.h
addam/SkauTan
a46b60e91741da343a50a63948d3a19d961550d0
[ "Unlicense" ]
null
null
null
AVPP.h
addam/SkauTan
a46b60e91741da343a50a63948d3a19d961550d0
[ "Unlicense" ]
null
null
null
#ifndef AVPP_H #define AVPP_H #include <atomic> #include <memory> #include <functional> #include <QFile> #include <QAudioFormat> extern "C" { #include <libavformat/avformat.h> #include <libavcodec/avcodec.h> #include <libswresample/swresample.h> } // fwd: class PlaybackBuffer; /** Namespace for C++ wr...
25.813187
115
0.72357
abf7ddb6489007f1bfdcf92dee893ec997875995
684
h
C
AppMIU/Sources/MIUSource/MIUManagers/MIUFileGenerator/MIUFileGenerator.h
NixSolutionsMobile/MIU
8df8bc26d7e2bfa3a7f155cf5b37ac1dc2dd3a9c
[ "MIT" ]
17
2017-04-24T16:02:43.000Z
2017-08-01T13:42:02.000Z
AppMIU/Sources/MIUSource/MIUManagers/MIUFileGenerator/MIUFileGenerator.h
NixSolutionsMobile/MIU
8df8bc26d7e2bfa3a7f155cf5b37ac1dc2dd3a9c
[ "MIT" ]
null
null
null
AppMIU/Sources/MIUSource/MIUManagers/MIUFileGenerator/MIUFileGenerator.h
NixSolutionsMobile/MIU
8df8bc26d7e2bfa3a7f155cf5b37ac1dc2dd3a9c
[ "MIT" ]
null
null
null
// // MIUFileGenerator.h // ModelImprovmentUtilite // // Created by Nesteforenko Andrey on 4/8/15. // Copyright (c) 2015 NIX. All rights reserved. // #import <Foundation/Foundation.h> @class MIUClassStatistics, MIUFileGenerator; @protocol MIUProgressDelegate<NSObject> - (void)didFileGenerator:(MIUFileGenerator ...
26.307692
158
0.788012
abf8635e0a818c1ad9d2790eed9bbc55d360681c
133
h
C
server/src/args/functions/config.h
dme6/Freight
ef11853b3e32eb61f4a8aa67efab1b5105bc3a46
[ "MIT" ]
null
null
null
server/src/args/functions/config.h
dme6/Freight
ef11853b3e32eb61f4a8aa67efab1b5105bc3a46
[ "MIT" ]
null
null
null
server/src/args/functions/config.h
dme6/Freight
ef11853b3e32eb61f4a8aa67efab1b5105bc3a46
[ "MIT" ]
null
null
null
#pragma once int setPort(int argc, const char** argv, const char* configLoc); int getPort(const char** argv, const char* configLoc);
33.25
64
0.744361
abf8f7d50112847c73c6da14cfd74c2222253315
393
h
C
Pyman/header/Tracker.h
j4qfrost/Pyman
0e67df31183006d815248eccda92f2b717287131
[ "MIT" ]
null
null
null
Pyman/header/Tracker.h
j4qfrost/Pyman
0e67df31183006d815248eccda92f2b717287131
[ "MIT" ]
null
null
null
Pyman/header/Tracker.h
j4qfrost/Pyman
0e67df31183006d815248eccda92f2b717287131
[ "MIT" ]
null
null
null
/* * Tracker.h * * Created on: Mar 17, 2014 * Author: frosty * Abstract: This class tracks mouse movement that * are passed as coordinates from external * variables. */ #ifndef TRACKER_H_ #define TRACKER_H_ #include <iostream> #include "externs.h" using Manage::e; class Tracker { public: Tracker(); ...
14.035714
50
0.676845
abfa02fa6ff568628497abe3a2f8c8439cfd94c5
432
h
C
include/deco/types/list.h
Enhex/Deco
e730ad7e61d74be56237dc2a5eb7cf807a0fa305
[ "Apache-2.0" ]
62
2017-12-27T16:25:05.000Z
2022-02-23T15:21:10.000Z
include/deco/types/list.h
Enhex/Deco
e730ad7e61d74be56237dc2a5eb7cf807a0fa305
[ "Apache-2.0" ]
2
2017-12-27T20:31:45.000Z
2017-12-28T21:15:01.000Z
include/deco/types/list.h
Enhex/Deco
e730ad7e61d74be56237dc2a5eb7cf807a0fa305
[ "Apache-2.0" ]
2
2017-12-28T14:59:03.000Z
2019-01-07T04:12:18.000Z
#ifndef deco_std_list_h #define deco_std_list_h #include "../entry_container.h" #include <list> namespace deco { template<typename... Args> struct is_entry_container<std::list<Args...>> : std::true_type {}; template<typename Stream, typename... Args> constexpr void read_elements(Stream&& stream, std::list<Args.....
20.571429
67
0.717593
abfc5a074b03a5ee8ed50d04b0c33f16b3e4cdac
1,750
h
C
src/xtalopt/testing/xtalopttest.h
lilithean/XtalOpt
9ebc125e6014b27e72a04fb62c8820c7b9670c61
[ "BSD-3-Clause" ]
23
2017-09-01T04:35:02.000Z
2022-01-16T13:51:17.000Z
src/xtalopt/testing/xtalopttest.h
lilithean/XtalOpt
9ebc125e6014b27e72a04fb62c8820c7b9670c61
[ "BSD-3-Clause" ]
20
2017-08-29T15:29:46.000Z
2022-01-20T09:10:59.000Z
src/xtalopt/testing/xtalopttest.h
lilithean/XtalOpt
9ebc125e6014b27e72a04fb62c8820c7b9670c61
[ "BSD-3-Clause" ]
21
2017-06-15T03:11:34.000Z
2022-02-28T05:20:44.000Z
/********************************************************************** XtalOptTest - Automagically generate a ton of data from multiple runs Copyright (C) 2009-2011 by David C. Lonie This source code is released under the New BSD License, (the "License"). Unless required by applicable law or agreed to in wr...
24.647887
75
0.689714
abfc78ad141360279b4a672d2b3997c13d602bbd
4,374
h
C
isg-attack-xmss.h
skarati/ISG-Attack-XMSS
fc713d071f0469523c45fc2168873303bfb505e9
[ "CC0-1.0" ]
null
null
null
isg-attack-xmss.h
skarati/ISG-Attack-XMSS
fc713d071f0469523c45fc2168873303bfb505e9
[ "CC0-1.0" ]
null
null
null
isg-attack-xmss.h
skarati/ISG-Attack-XMSS
fc713d071f0469523c45fc2168873303bfb505e9
[ "CC0-1.0" ]
null
null
null
#ifndef ISG_XMSS_H_ #define ISG_XMSS_H_ #include <stdio.h> #include <time.h> #include <gdsl.h> #include <string.h> #include <stdlib.h> #include "xmss.h" #include "params.h" #include "randombytes.h" #include "hash.h" #include "hash_address.h" #include "wots.h" #include "utils.h" #include "xmss_commons.h" #include "xms...
42.466019
102
0.761317
abfe54d7a8b7089e5221133cae40e6fffdd93f84
894
h
C
include/linear_system/LM_linear_system.h
KBentley57/MegBA
a0f4368bfff786a210a7e0bfda5e6ae300bb8dc0
[ "Apache-2.0" ]
271
2021-11-21T09:16:55.000Z
2022-03-29T08:38:30.000Z
include/linear_system/LM_linear_system.h
KBentley57/MegBA
a0f4368bfff786a210a7e0bfda5e6ae300bb8dc0
[ "Apache-2.0" ]
10
2021-12-06T10:36:13.000Z
2022-03-29T03:45:42.000Z
include/linear_system/LM_linear_system.h
KBentley57/MegBA
a0f4368bfff786a210a7e0bfda5e6ae300bb8dc0
[ "Apache-2.0" ]
39
2021-12-05T14:40:29.000Z
2022-03-28T09:25:16.000Z
/** * MegBA is Licensed under the Apache License, Version 2.0 (the "License") * * Copyright (c) 2021 Megvii Inc. All rights reserved. * **/ #pragma once #include "base_linear_system.h" namespace MegBA { template <typename T> struct LMLinearSystem : virtual public BaseLinearSystem<T> { AlgoKind algoKind() const...
21.285714
74
0.680089
abfef33f4511d8cebf3960cfd6633cf7f70887de
3,526
h
C
emulator/src/mame/includes/sorcerer.h
rjw57/tiw-computer
5ef1c79893165b8622d1114d81cd0cded58910f0
[ "MIT" ]
1
2022-01-15T21:38:38.000Z
2022-01-15T21:38:38.000Z
emulator/src/mame/includes/sorcerer.h
rjw57/tiw-computer
5ef1c79893165b8622d1114d81cd0cded58910f0
[ "MIT" ]
null
null
null
emulator/src/mame/includes/sorcerer.h
rjw57/tiw-computer
5ef1c79893165b8622d1114d81cd0cded58910f0
[ "MIT" ]
null
null
null
// license:GPL-2.0+ // copyright-holders:Kevin Thacker, Robbbert /***************************************************************************** * * includes/sorcerer.h * ****************************************************************************/ #ifndef MAME_INCLUDES_SORCERER_H #define MAME_INCLUDES_SORCERER_H ...
30.396552
96
0.72717
2807b50f698f1f27ca339a55ee46d7f3e64cfd85
3,166
h
C
ServerSide/Handmade/AudioManager.h
kakol20/Networking-For-Games---2D-Game
bf76aa4be9fbb05653d650f662db16594fcd28d2
[ "MIT" ]
null
null
null
ServerSide/Handmade/AudioManager.h
kakol20/Networking-For-Games---2D-Game
bf76aa4be9fbb05653d650f662db16594fcd28d2
[ "MIT" ]
null
null
null
ServerSide/Handmade/AudioManager.h
kakol20/Networking-For-Games---2D-Game
bf76aa4be9fbb05653d650f662db16594fcd28d2
[ "MIT" ]
null
null
null
#ifndef AUDIO_MANAGER_H #define AUDIO_MANAGER_H /*==============================================================================================# | | | Copyright (c) 2019 Karsten Vermeulen. All rights reserved. ...
40.589744
101
0.487682
2808046033bf0b21590a0a38d294c894a8ad520a
3,154
c
C
src/texture.c
recp/assetkit-gl
36b9ef1ff30694776971257904b3ceafbcbbaba2
[ "MIT" ]
2
2017-02-04T11:49:17.000Z
2017-12-05T15:54:25.000Z
src/texture.c
recp/assetkit-gl
36b9ef1ff30694776971257904b3ceafbcbbaba2
[ "MIT" ]
null
null
null
src/texture.c
recp/assetkit-gl
36b9ef1ff30694776971257904b3ceafbcbbaba2
[ "MIT" ]
1
2021-10-31T23:14:17.000Z
2021-10-31T23:14:17.000Z
/* * Copyright (c), Recep Aslantas. * * MIT License (MIT), http://opensource.org/licenses/MIT * Full license can be found in the LICENSE file */ #include "../include/agk.h" #include "enum.h" #include "common.h" GkTexture* agkLoadTexture(AgkContext * __restrict ctx, AkContext * __restrict actx...
26.066116
74
0.654724
280a3adf024d564f9761d21c1d636cf570020890
412
h
C
system/apps_ds213/52_oscilloscope/app/Calibrat.h
tomwei7/LA104
fdf04061f37693d37e2812ed6074348e65d7e5f9
[ "MIT" ]
336
2018-11-23T23:54:15.000Z
2022-03-21T03:47:05.000Z
system/apps_ds213/52_oscilloscope/app/Calibrat.h
203Null/LA104
b8ae9413d01ea24eafb9fdb420c97511287cbd99
[ "MIT" ]
56
2019-02-01T05:01:07.000Z
2022-03-26T16:00:24.000Z
system/apps_ds213/52_oscilloscope/app/Calibrat.h
203Null/LA104
b8ae9413d01ea24eafb9fdb420c97511287cbd99
[ "MIT" ]
52
2019-02-06T17:05:04.000Z
2022-03-04T12:30:53.000Z
/********************* (C) COPYRIGHT 2018 e-Design Co.,Ltd. ******************** DS213_APP Calibrat.h Author : bure *******************************************************************************/ #ifndef __CALIBRAT_H #define __CALIBRAT_H void Correction(void); #e...
31.692308
81
0.296117
280acfc20e01e42cd4b71983fd5e44ba521ef10d
7,227
h
C
xpcom_chimera/iChimeraRider.h
ShoufuLuo/csaw
0d030d5ab93e61b62dff10b27a15c83fcfce3ff3
[ "Apache-2.0" ]
null
null
null
xpcom_chimera/iChimeraRider.h
ShoufuLuo/csaw
0d030d5ab93e61b62dff10b27a15c83fcfce3ff3
[ "Apache-2.0" ]
null
null
null
xpcom_chimera/iChimeraRider.h
ShoufuLuo/csaw
0d030d5ab93e61b62dff10b27a15c83fcfce3ff3
[ "Apache-2.0" ]
null
null
null
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM iChimeraRider.idl */ #ifndef __gen_iChimeraRider_h__ #define __gen_iChimeraRider_h__ #ifndef __gen_nsISupports_h__ #include "nsISupports.h" #endif /* For IDL files that don't want to include root IDL files. */ #ifndef NS_NO_VTABLE #define NS_NO_VTABLE #endif /* star...
35.955224
242
0.765324
280cacd274a44c6af4c648733ebb1b02fc60bbb3
792
h
C
Example/Pods/Target Support Files/TheNetwork/TheNetwork-umbrella.h
DacianSky/TheNetwork
20a744adf5ebe0100fe009c43e1a41f12fe7d770
[ "MIT" ]
2
2019-05-17T12:32:54.000Z
2021-06-23T01:30:40.000Z
Example/Pods/Target Support Files/TheNetwork/TheNetwork-umbrella.h
DacianSky/TheNetwork
20a744adf5ebe0100fe009c43e1a41f12fe7d770
[ "MIT" ]
null
null
null
Example/Pods/Target Support Files/TheNetwork/TheNetwork-umbrella.h
DacianSky/TheNetwork
20a744adf5ebe0100fe009c43e1a41f12fe7d770
[ "MIT" ]
null
null
null
#ifdef __OBJC__ #import <UIKit/UIKit.h> #else #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern "C" #else #define FOUNDATION_EXPORT extern #endif #endif #endif #import "NSString+TheNetwork.h" #import "TheApi.h" #import "TheBasicRequestHandle.h" #import "TheBeanInterface.h" #import "Th...
24
64
0.809343
280e5772d5dee6b8117a3f4430b1c17fd0632250
4,553
h
C
netbsdsrc/sys/ufs/ffs/ffs_extern.h
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
46
2015-12-04T17:12:58.000Z
2022-03-11T04:30:49.000Z
netbsdsrc/sys/ufs/ffs/ffs_extern.h
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
null
null
null
netbsdsrc/sys/ufs/ffs/ffs_extern.h
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
23
2016-10-24T09:18:14.000Z
2022-02-25T02:11:35.000Z
/* $NetBSD: ffs_extern.h,v 1.6 1996/12/22 10:10:40 cgd Exp $ */ /*- * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * a...
37.941667
77
0.721063
28103d1bebecb032c8a35e10a3e75079b396764b
1,067
h
C
Constants.h
Cruikshanks/death-pit
f35be8c36ec49c9b7a1d9b3e7970c7e3083024f0
[ "MIT" ]
null
null
null
Constants.h
Cruikshanks/death-pit
f35be8c36ec49c9b7a1d9b3e7970c7e3083024f0
[ "MIT" ]
null
null
null
Constants.h
Cruikshanks/death-pit
f35be8c36ec49c9b7a1d9b3e7970c7e3083024f0
[ "MIT" ]
null
null
null
////////////////////////////////////////////////////// // Constants.h ////////////////////////////////////////////////////// #pragma once // Window details const WINDOW_WIDTH = 640; const WINDOW_HEIGHT = 480; // Sprite and image constants const SPLASH_WIDTH = 480; const SPLASH_HEIGHT = 180; const TITLE_WIDTH = 480;...
20.519231
54
0.678538
281115374d9d52971fa329ce1a10cc42203c0833
264,125
c
C
pyart/tree.c
Youddha/pyart
a372cd4f849152a6b33481e29536bf5b608a20c5
[ "Unlicense" ]
3
2015-06-21T19:42:36.000Z
2018-11-07T05:43:11.000Z
pyart/tree.c
Youddha/pyart
a372cd4f849152a6b33481e29536bf5b608a20c5
[ "Unlicense" ]
1
2019-12-11T18:58:31.000Z
2019-12-11T19:01:11.000Z
pyart/tree.c
Youddha/pyart
a372cd4f849152a6b33481e29536bf5b608a20c5
[ "Unlicense" ]
1
2020-07-17T08:34:55.000Z
2020-07-17T08:34:55.000Z
/* Generated by Cython 0.19.2 on Mon Dec 2 01:43:40 2013 */ #define PY_SSIZE_T_CLEAN #ifndef CYTHON_USE_PYLONG_INTERNALS #ifdef PYLONG_BITS_IN_DIGIT #define CYTHON_USE_PYLONG_INTERNALS 0 #else #include "pyconfig.h" #ifdef PYLONG_BITS_IN_DIGIT #define CYTHON_USE_PYLONG_INTERNALS 1 #else #define CYTHON_USE_PYLONG_INTER...
39.93423
321
0.672579