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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4defde0ecd8cb9cc8bcafa4be4cc4c3c33d4a4df | 2,190 | c | C | srcs/get_cone.c | paribro/raytracer | 7bdac3ece8f70e9ec22542dbe5b16c4b4de8d2af | [
"MIT"
] | null | null | null | srcs/get_cone.c | paribro/raytracer | 7bdac3ece8f70e9ec22542dbe5b16c4b4de8d2af | [
"MIT"
] | null | null | null | srcs/get_cone.c | paribro/raytracer | 7bdac3ece8f70e9ec22542dbe5b16c4b4de8d2af | [
"MIT"
] | null | null | null | #include <stdlib.h>
#include <math.h>
#include <rt.h>
#include <libft.h>
void cone_intersection(t_env *e, t_obj *cone, double dir[3], double orig[3])
{
double var[4];
double eye[3];
double ray[3];
vect_dup(eye, orig);
vect_dup(ray, dir);
trasl_inv(eye, cone->c);
rot_dir(eye, cone->sincos_inv);
rot_dir(ray,... | 33.181818 | 76 | 0.579452 |
4df1d73f4a6fe009e42a50b4d19a753516f1dde1 | 8,798 | h | C | aplcore/include/apl/datagrammar/databindingerrors.h | tschaffter/apl-core-library | 3a05342ba0fa2432c320476795c13e8cd990e8ee | [
"Apache-2.0"
] | 28 | 2019-11-05T12:23:01.000Z | 2022-03-22T10:01:53.000Z | aplcore/include/apl/datagrammar/databindingerrors.h | alexa/apl-core-library | b0859273851c4f62290d1f85c42bf22eb087fb35 | [
"Apache-2.0"
] | 7 | 2020-03-28T12:44:08.000Z | 2022-01-23T17:02:27.000Z | aplcore/include/apl/datagrammar/databindingerrors.h | tschaffter/apl-core-library | 3a05342ba0fa2432c320476795c13e8cd990e8ee | [
"Apache-2.0"
] | 15 | 2019-12-25T10:15:52.000Z | 2021-12-30T03:50:00.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0/
*
* or in the "license" ... | 47.556757 | 119 | 0.692771 |
4df208051776c8046a9c9f4dfacea68bd0072c1f | 7,284 | c | C | assignment2/src/knnring_mpi.c | kv13/Parallel-And-Distributed-Systems | d3f91cf8ffc41a7beae0d3dc3017960efc5b8b3c | [
"MIT"
] | null | null | null | assignment2/src/knnring_mpi.c | kv13/Parallel-And-Distributed-Systems | d3f91cf8ffc41a7beae0d3dc3017960efc5b8b3c | [
"MIT"
] | null | null | null | assignment2/src/knnring_mpi.c | kv13/Parallel-And-Distributed-Systems | d3f91cf8ffc41a7beae0d3dc3017960efc5b8b3c | [
"MIT"
] | null | null | null | #include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <time.h>
#include <cblas.h>
#include <string.h>
#include <mpi.h>
#include "../inc/knnring.h"
knnresult kNN(double *X, double *Y, int n, int m, int d, int k){
knnresult k_nearest;
//initalize the result's variable
k_nearest.nidx = (int *)malloc(m... | 24.442953 | 107 | 0.647446 |
4df264f4b50ab310119422f9f4c28bcf4e12ad22 | 210 | h | C | fbx2bvh/src/fbx-sdk.h | zyndor/fbx2bvh | 945aac34df8bff61c0839fcdff206b8205272660 | [
"CC0-1.0"
] | null | null | null | fbx2bvh/src/fbx-sdk.h | zyndor/fbx2bvh | 945aac34df8bff61c0839fcdff206b8205272660 | [
"CC0-1.0"
] | 1 | 2021-03-19T09:56:03.000Z | 2021-03-19T09:56:03.000Z | fbx2bvh/src/fbx-sdk.h | zyndor/fbx2bvh | 945aac34df8bff61c0839fcdff206b8205272660 | [
"CC0-1.0"
] | 1 | 2021-06-29T08:20:32.000Z | 2021-06-29T08:20:32.000Z | #pragma once
namespace fbxsdk
{
class FbxManager;
class FbxScene;
}
struct FbxSdk
{
fbxsdk::FbxManager* mManager;
fbxsdk::FbxScene* mScene;
FbxSdk();
~FbxSdk();
bool LoadScene(char const* filename);
}; | 11.666667 | 38 | 0.719048 |
4df505c6bd96b47fece544ea5b9777f447308b56 | 3,668 | c | C | boot/legacy/stage3/multiboot.c | CyberFlameGO/tilck | 4c32541874102e524374ab79d46b68af9d759390 | [
"BSD-2-Clause"
] | 1,059 | 2018-07-30T14:48:42.000Z | 2022-03-30T19:54:49.000Z | boot/legacy/stage3/multiboot.c | CyberFlameGO/tilck | 4c32541874102e524374ab79d46b68af9d759390 | [
"BSD-2-Clause"
] | 15 | 2019-06-17T13:58:08.000Z | 2021-10-16T18:19:25.000Z | boot/legacy/stage3/multiboot.c | CyberFlameGO/tilck | 4c32541874102e524374ab79d46b68af9d759390 | [
"BSD-2-Clause"
] | 47 | 2020-03-09T16:54:07.000Z | 2022-03-12T08:53:56.000Z | /* SPDX-License-Identifier: BSD-2-Clause */
#include <tilck/common/basic_defs.h>
#include <tilck/common/string_util.h>
#include <tilck/common/printk.h>
#include "common.h"
#include "mm.h"
#include "vbe.h"
static multiboot_info_t *mbi;
static multiboot_module_t *mod;
static multiboot_memory_map_t *mmmap;
static char ... | 28.215385 | 76 | 0.667666 |
4df5a891cd19c4fd0d484ba431d79ee2c45c6240 | 1,892 | h | C | MFCApplication2/MFCApplication2View.h | yg88/class2017 | c5b40a48f91a5676a4f07c3404e09d50a49f2bd2 | [
"MIT"
] | null | null | null | MFCApplication2/MFCApplication2View.h | yg88/class2017 | c5b40a48f91a5676a4f07c3404e09d50a49f2bd2 | [
"MIT"
] | 1 | 2019-01-05T11:53:18.000Z | 2019-01-05T11:53:18.000Z | MFCApplication2/MFCApplication2View.h | yg88/class2017 | c5b40a48f91a5676a4f07c3404e09d50a49f2bd2 | [
"MIT"
] | 1 | 2017-11-23T08:05:38.000Z | 2017-11-23T08:05:38.000Z | // This MFC Samples source code demonstrates using MFC Microsoft Office Fluent User Interface
// (the "Fluent UI") and is provided only as referential material to supplement the
// Microsoft Foundation Classes Reference and related electronic documentation
// included with the MFC C++ library software.
// Lice... | 30.031746 | 95 | 0.754757 |
4dfa62def0329aff80633833172ac5d5dac1becd | 3,993 | c | C | Versionen/2021_06_15/RMF/rmf_ws/install/rmf_fleet_msgs/include/rmf_fleet_msgs/msg/detail/fleet_state__functions.c | flitzmo-hso/flitzmo_agv_control_system | 99e8006920c03afbd93e4c7d38b4efff514c7069 | [
"MIT"
] | null | null | null | Versionen/2021_06_15/RMF/rmf_ws/install/rmf_fleet_msgs/include/rmf_fleet_msgs/msg/detail/fleet_state__functions.c | flitzmo-hso/flitzmo_agv_control_system | 99e8006920c03afbd93e4c7d38b4efff514c7069 | [
"MIT"
] | null | null | null | Versionen/2021_06_15/RMF/rmf_ws/install/rmf_fleet_msgs/include/rmf_fleet_msgs/msg/detail/fleet_state__functions.c | flitzmo-hso/flitzmo_agv_control_system | 99e8006920c03afbd93e4c7d38b4efff514c7069 | [
"MIT"
] | 2 | 2021-06-21T07:32:09.000Z | 2021-08-17T03:05:38.000Z | // generated from rosidl_generator_c/resource/idl__functions.c.em
// with input from rmf_fleet_msgs:msg/FleetState.idl
// generated code does not contain a copyright notice
#include "rmf_fleet_msgs/msg/detail/fleet_state__functions.h"
#include <assert.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
/... | 25.433121 | 157 | 0.720511 |
4dfcbf1b23e56a856d67f3679742b2249e20b224 | 627 | h | C | src/lokobook/lokomupdf.h | gale320/loko | bc47184bd89bf18456e5ed0270800b8c2f7e60f7 | [
"Apache-2.0"
] | null | null | null | src/lokobook/lokomupdf.h | gale320/loko | bc47184bd89bf18456e5ed0270800b8c2f7e60f7 | [
"Apache-2.0"
] | null | null | null | src/lokobook/lokomupdf.h | gale320/loko | bc47184bd89bf18456e5ed0270800b8c2f7e60f7 | [
"Apache-2.0"
] | null | null | null | #pragma once
#include <mupdf/fitz.h>
#include "mupdf/pdf.h"
#include "lokoinc.h"
#include "lokobuf.h"
#include <stdlib.h>
namespace loko{
class LokoMupdf{
public:
LokoMupdf();
~LokoMupdf();
bool SetFile(std::string str);
bool Open();
bool GetPage(int num);
bool Get... | 18.441176 | 40 | 0.570973 |
4dfdf294cd959e8be578ca83d1f7e002de978617 | 484 | h | C | WeatherFontIcon/ViewController.h | shafiullakhan/WeatherFontIcon | dac9bc8db38fbf92e2de363734fc4d6e74acb935 | [
"MIT"
] | 32 | 2015-01-03T12:46:17.000Z | 2018-05-17T03:12:45.000Z | WeatherFontIcon/ViewController.h | msAndroid/WeatherFontIcon | dac9bc8db38fbf92e2de363734fc4d6e74acb935 | [
"MIT"
] | null | null | null | WeatherFontIcon/ViewController.h | msAndroid/WeatherFontIcon | dac9bc8db38fbf92e2de363734fc4d6e74acb935 | [
"MIT"
] | 9 | 2015-01-21T15:03:36.000Z | 2016-04-19T13:53:55.000Z | //
// ViewController.h
// WeatherFontIcon
//
// Created by Shaffiulla Khan on 10/28/14.
// Copyright (c) 2014 Shaffiulla Khan. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@property (weak, nonatomic) IBOutlet UIView *stageView;
@property (weak, nonatomic) IBOutlet ... | 22 | 62 | 0.743802 |
4dfe06ee56bc22efab62ee7d034a61036e62f4bf | 274 | h | C | MKLoggingFiles/LogRecordAutoSink.h | MarnixKoerselman/MkLogging | 24ff8f4e6326c139b75844389941edaee03781c5 | [
"Unlicense"
] | null | null | null | MKLoggingFiles/LogRecordAutoSink.h | MarnixKoerselman/MkLogging | 24ff8f4e6326c139b75844389941edaee03781c5 | [
"Unlicense"
] | 3 | 2020-12-28T16:12:11.000Z | 2021-02-23T12:54:37.000Z | MKLoggingFiles/LogRecordAutoSink.h | MarnixKoerselman/MkLogging | 24ff8f4e6326c139b75844389941edaee03781c5 | [
"Unlicense"
] | null | null | null | #pragma once
#include "LogRecord.h"
struct LogRecordAutoSink : public LogRecord
{
LogRecordAutoSink(ILogSink* pLogSink, ELogLevel logLevel, const char* szFunction, const char* szFile, long lineNumber);
virtual ~LogRecordAutoSink();
private:
ILogSink* m_LogSink;
};
| 21.076923 | 121 | 0.770073 |
4dfe0bf5e6d0eea9461ef1e8851859e08041c6cc | 562 | c | C | gurba/lib/domains/sewer/rooms/19-j.c | DEFCON-MUD/defcon-28-mud-source | b25b5bd15fee6a4acda5119ea864bde4dff62714 | [
"Unlicense"
] | 4 | 2021-07-21T17:49:01.000Z | 2022-03-11T20:50:59.000Z | gurba/lib/domains/sewer/rooms/19-j.c | DEFCON-MUD/defcon-28-mud-source | b25b5bd15fee6a4acda5119ea864bde4dff62714 | [
"Unlicense"
] | null | null | null | gurba/lib/domains/sewer/rooms/19-j.c | DEFCON-MUD/defcon-28-mud-source | b25b5bd15fee6a4acda5119ea864bde4dff62714 | [
"Unlicense"
] | 1 | 2021-12-31T00:55:05.000Z | 2021-12-31T00:55:05.000Z | inherit "/std/room";
#include "../domain.h"
void setup( void ) {
add_area( "sewer" );
set_short( "Access Tunnel - 19-j" );
set_objects( DIR+"/monsters/strong_snake_7.c");
set_exits( ([
"north" : DIR+"/rooms/18-j.c",
"east" : DIR+"/rooms/19-k.c",
"west" : DIR+"/rooms/19-i.c"
]) );
set_long( "This is a n... | 35.125 | 263 | 0.656584 |
4dffb2375467df10bc12e335cad83e1ec13f7249 | 480 | h | C | quickdialog/QSelectItemElement.h | Medigram/QuickDialog | 8880c80c143888be834bfc1051a4c9f69e0dc7b0 | [
"Apache-2.0"
] | 1 | 2017-09-09T11:42:52.000Z | 2017-09-09T11:42:52.000Z | quickdialog/QSelectItemElement.h | Medigram/QuickDialog | 8880c80c143888be834bfc1051a4c9f69e0dc7b0 | [
"Apache-2.0"
] | null | null | null | quickdialog/QSelectItemElement.h | Medigram/QuickDialog | 8880c80c143888be834bfc1051a4c9f69e0dc7b0 | [
"Apache-2.0"
] | null | null | null | //
// QSelectItemElement.h
// QuickDialog
//
// Created by HiveHicks on 23.03.12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import "QLabelElement.h"
#import "QuickDialogTableView.h"
#import "QLabelElement.h"
#import "QSelectSection.h"
@interface QSelectItemElement : QLabelElement
{
NSU... | 20.869565 | 98 | 0.752083 |
15010c0ba3c0193bbef4f466659c47a4b71ccc5a | 1,537 | h | C | src/recycler.h | joecodemonkey/ssclib | b238da2a90c8d044180ae107788669a4b82a8cc8 | [
"BSD-3-Clause"
] | 1 | 2020-09-10T05:33:23.000Z | 2020-09-10T05:33:23.000Z | src/recycler.h | joecodemonkey/ssclib | b238da2a90c8d044180ae107788669a4b82a8cc8 | [
"BSD-3-Clause"
] | null | null | null | src/recycler.h | joecodemonkey/ssclib | b238da2a90c8d044180ae107788669a4b82a8cc8 | [
"BSD-3-Clause"
] | null | null | null | //
// Created by Joseph Hurdle on 7/5/20.
//
#ifndef SEARCHFILEC_RECYCLER_H
#define SEARCHFILEC_RECYCLER_H
#include <stdlib.h>
#include <stdbool.h>
typedef struct stMemChunk {
void *p;
size_t cap;
} MemoryChunk;
typedef struct stBufferFactory {
MemoryChunk *memory;
size_t cap;
} Recycler;
// initia... | 27.945455 | 77 | 0.724789 |
1501947e99bce4cd0d26bd3a0cb4f3efe2eafb90 | 647 | h | C | examples/service/TerminalService/terminalservice.h | skovatch/QtService | 4cea1c97d56f7afe8bc47ccc95e6c0110fafe580 | [
"BSD-3-Clause"
] | 94 | 2018-05-24T08:21:58.000Z | 2022-03-03T13:14:51.000Z | examples/service/TerminalService/terminalservice.h | skovatch/QtService | 4cea1c97d56f7afe8bc47ccc95e6c0110fafe580 | [
"BSD-3-Clause"
] | 24 | 2019-03-28T07:26:42.000Z | 2022-03-14T04:59:49.000Z | examples/service/TerminalService/terminalservice.h | skovatch/QtService | 4cea1c97d56f7afe8bc47ccc95e6c0110fafe580 | [
"BSD-3-Clause"
] | 33 | 2018-08-22T11:56:42.000Z | 2022-01-25T14:30:59.000Z | #ifndef TERMINALSERVICE_H
#define TERMINALSERVICE_H
#include <QtService/Service>
#include <QtCore/QCommandLineParser>
class TerminalService : public QtService::Service
{
Q_OBJECT
public:
explicit TerminalService(int &argc, char **argv);
// Service interface
protected:
CommandResult onStart() override;
CommandR... | 22.310345 | 79 | 0.799073 |
15067d1e5047fe8ecc72778f92674c91bc90a88e | 464 | h | C | src/PluginCommunityChest.h | yaustar/MonopolyCppSample | 337c26959137e74627110a593c5e7f9c86d802ea | [
"MIT"
] | null | null | null | src/PluginCommunityChest.h | yaustar/MonopolyCppSample | 337c26959137e74627110a593c5e7f9c86d802ea | [
"MIT"
] | null | null | null | src/PluginCommunityChest.h | yaustar/MonopolyCppSample | 337c26959137e74627110a593c5e7f9c86d802ea | [
"MIT"
] | null | null | null | #ifndef PLUGIN_COMMUNITY_CHEST_H
#define PLUGIN_COMMUNITY_CHEST_H
#include <istream>
#include "PluginBase.h"
class PluginCommunityChest : public PluginBase
{
public:
DECLARE_PLUGIN_META_DATA;
PluginCommunityChest( BoardSquare * pParentSquare, std::istream & dataStream );
virtual void OnPlayerLand( MonopolyGame &... | 20.173913 | 80 | 0.797414 |
150699cbb8d9971638a5eec292702574a557460c | 15,518 | c | C | src/builtin.c | teoet6/tueslisp | a6307781c2f809610575fa70415fcae5ed2a6813 | [
"MIT"
] | null | null | null | src/builtin.c | teoet6/tueslisp | a6307781c2f809610575fa70415fcae5ed2a6813 | [
"MIT"
] | null | null | null | src/builtin.c | teoet6/tueslisp | a6307781c2f809610575fa70415fcae5ed2a6813 | [
"MIT"
] | null | null | null | #include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <dlfcn.h>
#include "tueslisp.h"
extern unsigned long long unquote_hash;
extern unsigned long long quasiquote_hash;
#define BUILTIN_TYPE_P(NAME, TYPE) \
Any *builtin_ ## NAME ## _p(Any *stack, Any *env, Any *bo... | 37.57385 | 94 | 0.52017 |
15084119d679fdb110114162d91735e50e328f6d | 1,037 | h | C | HdataBase/HDataArhiever/core/NSObject+Base.h | HLoveMe/HDataBase | bcf16b2dc192c98a8fdba1c2eebd6906486893ce | [
"Apache-2.0"
] | 1 | 2017-04-26T15:31:47.000Z | 2017-04-26T15:31:47.000Z | HdataBase/HDataArhiever/core/NSObject+Base.h | HLoveMe/HDataBase | bcf16b2dc192c98a8fdba1c2eebd6906486893ce | [
"Apache-2.0"
] | null | null | null | HdataBase/HDataArhiever/core/NSObject+Base.h | HLoveMe/HDataBase | bcf16b2dc192c98a8fdba1c2eebd6906486893ce | [
"Apache-2.0"
] | null | null | null | //
// NSObject+Base.h
// HChat
//
// Created by 朱子豪 on 2017/4/21.
// Copyright © 2017年 朱子豪. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <objc/runtime.h>
@class IvarInfomation;
@interface NSObject (Base)
//判断是否为
+(BOOL)isBaseTarget;
-(BOOL)isBaseTarget;
//判断是否可以转换保存
-(BOOL)isEnCode;
+(BOOL)is... | 24.690476 | 106 | 0.731919 |
1508c6536bd8c0966057eeb726a2039e3be3f4d4 | 177 | h | C | CutPodSource/CopyLabel.h | diankuanghuolong/CutPod | 68692931ad1774dace4d04a4a8952fcc23ba2dbd | [
"MIT"
] | null | null | null | CutPodSource/CopyLabel.h | diankuanghuolong/CutPod | 68692931ad1774dace4d04a4a8952fcc23ba2dbd | [
"MIT"
] | null | null | null | CutPodSource/CopyLabel.h | diankuanghuolong/CutPod | 68692931ad1774dace4d04a4a8952fcc23ba2dbd | [
"MIT"
] | null | null | null | //
// CopyLabel.h
// CutDemo
//
// Created by 小白 on 16/8/19.
// Copyright © 2016年 小白. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface CopyLabel : UILabel
@end
| 12.642857 | 46 | 0.638418 |
150bd2e754739785df1d43288c17dbe7fd111dec | 512 | h | C | NuweScoreDemoApp/NuweScoreDemoApp/Frameworks/NuweScoreCharts.framework/Versions/A/Headers/PNBar.h | nuwehq/nuwe-charts-ios | 70f4e0d6e808a4c9e89843270b541bc08c8e73a9 | [
"MIT"
] | 460 | 2015-01-29T06:16:18.000Z | 2021-06-16T05:56:30.000Z | NuweScoreDemoApp/NuweScoreDemoApp/Frameworks/NuweScoreCharts.framework/Versions/A/Headers/PNBar.h | mohsinalimat/nuwe-charts-ios | 70f4e0d6e808a4c9e89843270b541bc08c8e73a9 | [
"MIT"
] | 6 | 2015-01-15T10:21:32.000Z | 2019-01-21T07:55:52.000Z | NuweScoreDemoApp/NuweScoreDemoApp/Frameworks/NuweScoreCharts.framework/Versions/A/Headers/PNBar.h | mohsinalimat/nuwe-charts-ios | 70f4e0d6e808a4c9e89843270b541bc08c8e73a9 | [
"MIT"
] | 53 | 2015-01-29T11:39:36.000Z | 2020-08-16T07:36:52.000Z | //
// PNBar.h
// PNChartDemo
//
// Created by kevin on 11/7/13.
// Copyright (c) 2013年 kevinzhow. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <QuartzCore/QuartzCore.h>
@protocol PNBarDelegate <NSObject>
- (void) clickedBar:(id) bar;
@end
@interface PNBar : UIView
@property (nonatomic) float grade;... | 16.516129 | 58 | 0.712891 |
151129f082dd81469ef9deae4fc417c7306f2fc7 | 1,661 | c | C | src/armci-memdev.c | jeffhammond/armci-mpi-fork | 1fc528a65f87f8cb6685a4b1b51d3406fd8cfe39 | [
"BSD-3-Clause-Open-MPI"
] | 10 | 2017-04-10T13:25:39.000Z | 2021-09-22T18:02:56.000Z | src/armci-memdev.c | jeffhammond/armci-mpi-fork | 1fc528a65f87f8cb6685a4b1b51d3406fd8cfe39 | [
"BSD-3-Clause-Open-MPI"
] | 26 | 2018-08-28T14:43:48.000Z | 2022-03-04T12:18:33.000Z | src/armci-memdev.c | jeffhammond/armci-mpi-fork | 1fc528a65f87f8cb6685a4b1b51d3406fd8cfe39 | [
"BSD-3-Clause-Open-MPI"
] | 3 | 2016-01-04T01:01:43.000Z | 2019-01-27T08:39:09.000Z | /*
* Copyright (C) 2019. See COPYRIGHT in top-level directory.
*/
#include <armci.h>
#include <armci_internals.h>
/* -- begin weak symbols block -- */
#if defined(HAVE_PRAGMA_WEAK)
# pragma weak ARMCI_Malloc_memdev = PARMCI_Malloc_memdev
#elif defined(HAVE_PRAGMA_HP_SEC_DEF)
# pragma _HP_SECONDARY_DEF PARMCI_Mall... | 33.897959 | 106 | 0.789886 |
1513889a077480d0525bf793ef942f5541e0e5e6 | 11,124 | h | C | pulsemodule/eqpro_gui/pulsedriver.h | pac85/audioeqpro | 9b9be7eed74dbd229c9a645a3847f6f857e8f0cd | [
"MIT"
] | 11 | 2016-11-09T21:12:10.000Z | 2020-10-07T06:47:08.000Z | pulsemodule/eqpro_gui/pulsedriver.h | pac85/audioeqpro | 9b9be7eed74dbd229c9a645a3847f6f857e8f0cd | [
"MIT"
] | 1 | 2016-11-14T10:59:43.000Z | 2016-11-14T10:59:43.000Z | pulsemodule/eqpro_gui/pulsedriver.h | pac85/audioeqpro | 9b9be7eed74dbd229c9a645a3847f6f857e8f0cd | [
"MIT"
] | 6 | 2016-11-12T15:21:40.000Z | 2018-11-15T20:08:41.000Z | #ifndef PULSEDRIVER_H
#define PULSEDRIVER_H
extern "C"
{
#include <pulse/pulseaudio.h>
#include <pulse/message-params.h>
}
#include <iostream>
#include <stdexcept>
#include <string>
#include <QList>
#include <QtDebug>
#include <QObject>
#include <QStringList>
class PulseDriver;
enum class Actions{
getSinks,
... | 26.485714 | 119 | 0.546206 |
151a20029c54c962034d7eace67191a22a4e50b9 | 955 | h | C | class/n21/at_device_n21.h | liukangcc/at_device | 86390375518a421e5d58ec481ced484c349e8a76 | [
"Apache-2.0"
] | null | null | null | class/n21/at_device_n21.h | liukangcc/at_device | 86390375518a421e5d58ec481ced484c349e8a76 | [
"Apache-2.0"
] | null | null | null | class/n21/at_device_n21.h | liukangcc/at_device | 86390375518a421e5d58ec481ced484c349e8a76 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (c) 2006-2022, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-05-22 shuobatian first version
*/
#ifndef __AT_DEVICE_N21_H__
#define __AT_DEVICE_N21_H__
#ifdef __cplusplus
extern "C" {
#endif
#include <std... | 18.018868 | 63 | 0.709948 |
151aa15df0b776a4f52676b6576a7b950ff0d061 | 1,206 | h | C | Freestyle/clsquare/src/utils/costfunc.h | AADC-Fruit/AADC_2015_FRUIT | 88bd18871228cb48c46a3bd803eded6f14dbac08 | [
"BSD-3-Clause"
] | 1 | 2018-05-10T22:35:25.000Z | 2018-05-10T22:35:25.000Z | Freestyle/clsquare/src/utils/costfunc.h | AADC-Fruit/AADC_2015_FRUIT | 88bd18871228cb48c46a3bd803eded6f14dbac08 | [
"BSD-3-Clause"
] | null | null | null | Freestyle/clsquare/src/utils/costfunc.h | AADC-Fruit/AADC_2015_FRUIT | 88bd18871228cb48c46a3bd803eded6f14dbac08 | [
"BSD-3-Clause"
] | null | null | null | /*
CLSquare
Copyright (c) Martin Riedmiller
Author: Martin Riedmiller
All rights reserved.
No distribution without permission.
*/
#ifndef _COSTFUNC_H_
#define _COSTFUNC_H_
#include "utils/setdef.h"
namespace CLS {
namespace Util {
class CostFunc{
public:
bool init(const int xdim, const int udim, const char *fn... | 22.333333 | 96 | 0.747927 |
151e72a5a14f825ab2455f67509f7aabb670df7a | 1,226 | h | C | src/object.h | brick-lang/brandt-gc | fd02059aec76da2ffeee4b3ed2348f0ffceff195 | [
"MIT"
] | 3 | 2019-05-29T19:30:32.000Z | 2020-08-07T13:43:38.000Z | src/object.h | brick-lang/brandt-gc | fd02059aec76da2ffeee4b3ed2348f0ffceff195 | [
"MIT"
] | null | null | null | src/object.h | brick-lang/brandt-gc | fd02059aec76da2ffeee4b3ed2348f0ffceff195 | [
"MIT"
] | 1 | 2019-05-30T07:39:45.000Z | 2019-05-30T07:39:45.000Z | #ifndef OBJECT_H
#define OBJECT_H
#include <stdatomic.h>
#include "../lib/collectc/hashtable.h"
#include "idlock.h"
#include "safelist.h"
/**
* Keeps track of the state of the "which" bit. */
typedef atomic_uint_fast8_t bit_t;
typedef struct acid_header_t {
idlock_t lock;
HashTable *links; // HashTable<String,... | 29.190476 | 74 | 0.75938 |
1520152f159d8d561dc2c60109d05d16fc021429 | 528 | h | C | MIDIFish/MFAudiobusDestination.h | Air-Craft/MIDIFish | 5bf71cc1d294717f2e2ed636762e35e49fe21b76 | [
"MIT"
] | 5 | 2016-03-29T16:20:04.000Z | 2021-11-15T09:38:35.000Z | MIDIFish/MFAudiobusDestination.h | Air-Craft/MIDIFish | 5bf71cc1d294717f2e2ed636762e35e49fe21b76 | [
"MIT"
] | 1 | 2015-11-11T11:18:28.000Z | 2015-11-18T17:45:39.000Z | MIDIFish/MFAudiobusDestination.h | Air-Craft/MIDIFish | 5bf71cc1d294717f2e2ed636762e35e49fe21b76 | [
"MIT"
] | null | null | null | //
// MFAudiobusDestination.h
// AC-Sabre
//
// Created by Hari Karam Singh on 15/03/2017.
//
//
#import "MFAudiobusConnection.h"
@class ABMIDISenderPort;
@interface MFAudiobusDestination : MFAudiobusConnection <MFMIDIMessageSender>
// Readonly as for audiobus we'll keep the management within their environment a... | 24 | 104 | 0.763258 |
1527dec4b27ce5f6381e3d4961aecc8c37700f03 | 24 | h | C | include/stdarg.h | bukinr/mdepx | 4d972445d1483e476db0b396db27005f9f2c3a02 | [
"BSD-2-Clause"
] | 13 | 2019-10-10T04:20:54.000Z | 2021-08-31T18:20:39.000Z | include/stdarg.h | CTSRD-CHERI/osfive | 726b15972685079b2d8ab4a2ab23dbc26b9d18dc | [
"BSD-2-Clause"
] | null | null | null | include/stdarg.h | CTSRD-CHERI/osfive | 726b15972685079b2d8ab4a2ab23dbc26b9d18dc | [
"BSD-2-Clause"
] | 2 | 2021-02-05T01:59:00.000Z | 2021-06-22T01:00:04.000Z | #include <sys/stdarg.h>
| 12 | 23 | 0.708333 |
152876ea0648c9ffcae7cd1acb074417fc3e1098 | 225 | c | C | src/ast/position.c | Hejsil/compiler | ced80cd011528e35c6e3301897b9f8474b9ee9c4 | [
"MIT"
] | null | null | null | src/ast/position.c | Hejsil/compiler | ced80cd011528e35c6e3301897b9f8474b9ee9c4 | [
"MIT"
] | null | null | null | src/ast/position.c | Hejsil/compiler | ced80cd011528e35c6e3301897b9f8474b9ee9c4 | [
"MIT"
] | null | null | null | //
// Created by jimmi on 12/25/16.
//
#include "position.h"
void init_position(Position *position, char *source) {
position->source = source;
position->column = 0;
position->line = 0;
position->index = 0;
} | 18.75 | 54 | 0.635556 |
1529ad86365b63427314ac15dddab92df8732dca | 1,032 | h | C | Spark/Spark/Spark.h | JARVIS-AI/Spark | d21b39cf483d6e1c43f427564e31016416c01ad8 | [
"MIT"
] | 81 | 2015-07-22T16:01:43.000Z | 2022-01-07T15:49:39.000Z | Spark/Spark/Spark.h | JARVIS-AI/Spark | d21b39cf483d6e1c43f427564e31016416c01ad8 | [
"MIT"
] | 16 | 2016-04-14T21:16:40.000Z | 2022-01-26T08:45:23.000Z | Spark/Spark/Spark.h | JARVIS-AI/Spark | d21b39cf483d6e1c43f427564e31016416c01ad8 | [
"MIT"
] | 19 | 2015-10-16T07:18:42.000Z | 2022-01-25T20:22:23.000Z | /*
* Spark.h
* Spark Editor
*
* Created by Black Moon Team.
* Copyright (c) 2004 - 2007 Shadow Lab. All rights reserved.
*/
#import <SparkKit/SparkAppleScriptSuite.h>
SPARK_PRIVATE
NSArray *gSortByNameDescriptors;
SPARK_PRIVATE
NSString * const SparkEntriesPboardType;
SPARK_PRIVATE
NSString * const SESpar... | 19.846154 | 64 | 0.75969 |
152c54fe0980f63ccd9d605d98d2623680fd83a1 | 1,091 | h | C | System/Library/PrivateFrameworks/ARKitCore.framework/ARMLImageMattingMetadataTechnique.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | 1 | 2020-11-04T15:43:01.000Z | 2020-11-04T15:43:01.000Z | System/Library/PrivateFrameworks/ARKitCore.framework/ARMLImageMattingMetadataTechnique.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | null | null | null | System/Library/PrivateFrameworks/ARKitCore.framework/ARMLImageMattingMetadataTechnique.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | null | null | null | /*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 11:52:30 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/PrivateFrameworks/ARKitCore.framework/ARKitCore
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Eli... | 31.171429 | 81 | 0.809349 |
152ea57446f42f241f2acb83f2cea8b37df1d8d0 | 16,510 | h | C | src/rl/hal/UniversalRobotsRtde.h | Broekman/rl | 285a7adab0bca3aa4ce4382bf5385f5b0626f10e | [
"BSD-2-Clause"
] | 568 | 2015-01-23T03:38:45.000Z | 2022-03-30T16:12:56.000Z | src/rl/hal/UniversalRobotsRtde.h | Broekman/rl | 285a7adab0bca3aa4ce4382bf5385f5b0626f10e | [
"BSD-2-Clause"
] | 53 | 2016-03-23T13:16:47.000Z | 2022-03-17T05:58:06.000Z | src/rl/hal/UniversalRobotsRtde.h | Broekman/rl | 285a7adab0bca3aa4ce4382bf5385f5b0626f10e | [
"BSD-2-Clause"
] | 169 | 2015-01-26T12:59:41.000Z | 2022-03-29T13:44:54.000Z | //
// Copyright (c) 2009, Markus Rickert
// 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 condit... | 31.996124 | 132 | 0.723864 |
1530a43d7e9fef0e8a2ef25020b95480fbcba5e7 | 1,243 | h | C | Engine/Plugins/Tests/EditorTests/Source/EditorTests/Public/EditorTestsUtilityLibrary.h | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | 1 | 2022-01-29T18:36:12.000Z | 2022-01-29T18:36:12.000Z | Engine/Plugins/Tests/EditorTests/Source/EditorTests/Public/EditorTestsUtilityLibrary.h | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | null | null | null | Engine/Plugins/Tests/EditorTests/Source/EditorTests/Public/EditorTestsUtilityLibrary.h | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | null | null | null | // Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "Kismet/BlueprintFunctionLibrary.h"
#include "Components/StaticMeshComponent.h"
#include "Engine/MeshMerging.h"
#include "EditorTestsUtilityLibrary.generated.h"
class UMaterialOptions;
struct FMeshMergingSettings;
/** Blueprint libr... | 44.392857 | 193 | 0.824618 |
1531012cba3a7d3abb1bb1449706b0c457669039 | 250 | h | C | lib/XLQSKit.framework/Headers/NSMutableArray+LQS.h | yococoxc/TicketUnion | 2049970f458d48b5359562ebaf61bc794268a014 | [
"MIT"
] | null | null | null | lib/XLQSKit.framework/Headers/NSMutableArray+LQS.h | yococoxc/TicketUnion | 2049970f458d48b5359562ebaf61bc794268a014 | [
"MIT"
] | null | null | null | lib/XLQSKit.framework/Headers/NSMutableArray+LQS.h | yococoxc/TicketUnion | 2049970f458d48b5359562ebaf61bc794268a014 | [
"MIT"
] | null | null | null | //
// NSMutableArray+LQS.h
// XLQSKit
//
// Created by muzico on 2020/5/9.
// Copyright © 2020 muzico. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSMutableArray (LQS)
- (void) lqs_addObjectNoNull:(id)anObject;
@end
| 14.705882 | 49 | 0.692 |
1531e1cbe4e87568b79fce860ba804f4996c2f60 | 20,231 | c | C | Software/tests/main.c | jay-hamlin/rpncalculator | 09969f861a7241d3824ec30478070f37ff2fb4d2 | [
"MIT"
] | 1 | 2021-10-02T03:49:32.000Z | 2021-10-02T03:49:32.000Z | Software/tests/main.c | jay-hamlin/rpncalculator | 09969f861a7241d3824ec30478070f37ff2fb4d2 | [
"MIT"
] | null | null | null | Software/tests/main.c | jay-hamlin/rpncalculator | 09969f861a7241d3824ec30478070f37ff2fb4d2 | [
"MIT"
] | null | null | null | //
// main.c
//
//
// Created by Jay Hamlin on 11/22/19.
//
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "calcMaths.h"
#include "calcUtilities.h"
#include "keyFunctions.h"
#include "calculator.h"
#define EDIT_STRING_SIZE 32
#define DISP_STR_LENGTH EDIT_STRING_SIZE
decimal_t ... | 30.150522 | 116 | 0.524937 |
153357660212011b6e3b7729cd907f034ea45e08 | 1,096 | h | C | tests/src/ProcessTests/ChildProcessBuilderTests.h | codesmithyide/Process | a4b037803737a60bbb9568db61967ffd18ba8818 | [
"MIT"
] | null | null | null | tests/src/ProcessTests/ChildProcessBuilderTests.h | codesmithyide/Process | a4b037803737a60bbb9568db61967ffd18ba8818 | [
"MIT"
] | null | null | null | tests/src/ProcessTests/ChildProcessBuilderTests.h | codesmithyide/Process | a4b037803737a60bbb9568db61967ffd18ba8818 | [
"MIT"
] | null | null | null | /*
Copyright (c) 2016-2020 Xavier Leclercq
Released under the MIT License
See https://github.com/Ishiko-cpp/Process/blob/master/LICENSE.txt
*/
#ifndef _ISHIKO_TEST_PROCESS_PROCESSTESTS_CHILDPROCESSBUILDERTESTS_H_
#define _ISHIKO_TEST_PROCESS_PROCESSTESTS_CHILDPROCESSBUILDERTESTS_H_
#include "Ishiko/TestFr... | 37.793103 | 121 | 0.784672 |
15339791fa6466e6081758dd438f9b4cd87a6fe4 | 244 | h | C | lib/Data Structs/LineData.h | henrybatt/Morph-2019 | 48c75c784435630e76ae0b331f140143432264b6 | [
"MIT"
] | null | null | null | lib/Data Structs/LineData.h | henrybatt/Morph-2019 | 48c75c784435630e76ae0b331f140143432264b6 | [
"MIT"
] | null | null | null | lib/Data Structs/LineData.h | henrybatt/Morph-2019 | 48c75c784435630e76ae0b331f140143432264b6 | [
"MIT"
] | null | null | null | #ifndef LINEDATA_H
#define LINEDATA_H
struct LineData {
double angle;
double size;
bool onField;
LineData() {}
LineData(double a, double s, bool o) : angle(a), size(s), onField(o) {}
};
extern LineData lineInfo;
#endif | 14.352941 | 75 | 0.651639 |
1538716019240c6989525fdb0f8a41b2406856ec | 798 | h | C | StoChemSimSequential/common/inputVerifier.h | jaxondl/StoChemSim | 6efb890620c4029727e00101a58e8ab3bf00ebdf | [
"MIT"
] | null | null | null | StoChemSimSequential/common/inputVerifier.h | jaxondl/StoChemSim | 6efb890620c4029727e00101a58e8ab3bf00ebdf | [
"MIT"
] | null | null | null | StoChemSimSequential/common/inputVerifier.h | jaxondl/StoChemSim | 6efb890620c4029727e00101a58e8ab3bf00ebdf | [
"MIT"
] | null | null | null | #ifndef INPUTVERIFIER_H
#define INPUTVERIFIER_H
#include <string>
#include <iostream>
#include <fstream>
using namespace std;
class inputVerifier {
public:
bool verifyFile(string iFile);
string chopOffComments(string line);
bool checkReactionSlice(string reactionSlice, int lineNumber, bool errorExists, ... | 30.692308 | 104 | 0.796992 |
153b67351052ed3f7f86f95a72fdf952a6b9f757 | 734 | h | C | src/backend/backend.h | pfaco/guicpp | 7eb230757f33ff74d61f01d1af26199061c65115 | [
"MIT"
] | null | null | null | src/backend/backend.h | pfaco/guicpp | 7eb230757f33ff74d61f01d1af26199061c65115 | [
"MIT"
] | null | null | null | src/backend/backend.h | pfaco/guicpp | 7eb230757f33ff74d61f01d1af26199061c65115 | [
"MIT"
] | null | null | null | #pragma once
#include <memory>
namespace guicpp
{
struct BackendContext {
void *window;
};
struct BackendTexture {
unsigned int id;
};
auto backend_init(int width, int height, const char *title, const uint8_t *font_data = nullptr, size_t font_data_size = 0, float font_size = 13.0)... | 31.913043 | 169 | 0.719346 |
153c3d41f0479d8bffd1e10d1cc0dcfd068c9553 | 278 | h | C | Stealth/String.h | doodlemeat/Terminal | ca0bf1f29a85f2b46b8b153e76bf4f4d8a36e0d5 | [
"MIT"
] | null | null | null | Stealth/String.h | doodlemeat/Terminal | ca0bf1f29a85f2b46b8b153e76bf4f4d8a36e0d5 | [
"MIT"
] | null | null | null | Stealth/String.h | doodlemeat/Terminal | ca0bf1f29a85f2b46b8b153e76bf4f4d8a36e0d5 | [
"MIT"
] | null | null | null | #pragma once
#include <vector>
#include <string>
namespace sf
{
class String;
}
namespace String
{
std::vector<sf::String> explode(sf::String str, sf::String delim);
std::vector<std::string> explode(std::string str, std::string delim);
int to_int();
float to_float();
} | 15.444444 | 70 | 0.697842 |
d172047f55773ac25da1e30236f462a9bbad7cf2 | 2,593 | c | C | crypto/bio/bio_meth.c | akki47/openssl-b | d37b203f513f4fcab63fef330ad3ced7849caead | [
"OpenSSL"
] | 2 | 2017-04-11T16:36:09.000Z | 2021-07-26T16:04:02.000Z | crypto/bio/bio_meth.c | akki47/openssl-b | d37b203f513f4fcab63fef330ad3ced7849caead | [
"OpenSSL"
] | null | null | null | crypto/bio/bio_meth.c | akki47/openssl-b | d37b203f513f4fcab63fef330ad3ced7849caead | [
"OpenSSL"
] | 1 | 2019-10-19T10:39:30.000Z | 2019-10-19T10:39:30.000Z | /*
* Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/license.h... | 21.254098 | 80 | 0.607405 |
d17c0c6a62842c2f89d3c0010bc415ed2d2fbab9 | 2,634 | h | C | interface_kit/CDButton/Observer.h | return/BeOSSampleCode | ca5a319fecf425a69e944f3c928a85011563a932 | [
"BSD-3-Clause"
] | 5 | 2018-09-09T21:01:57.000Z | 2022-03-27T10:01:27.000Z | interface_kit/CDButton/Observer.h | return/BeOSSampleCode | ca5a319fecf425a69e944f3c928a85011563a932 | [
"BSD-3-Clause"
] | null | null | null | interface_kit/CDButton/Observer.h | return/BeOSSampleCode | ca5a319fecf425a69e944f3c928a85011563a932 | [
"BSD-3-Clause"
] | 5 | 2018-04-03T01:45:23.000Z | 2021-05-14T08:23:01.000Z | /*
Copyright 1999, Be Incorporated. All Rights Reserved.
This file may be used under the terms of the Be Sample Code License.
*/
// This defines the Observer and Notifier classes
// The idea of observing is make it easier to support a client-server
// setup where a client want's to react to changes in the server ... | 26.877551 | 77 | 0.755505 |
d17d10c17244795e138b311ffb8f88462b99c9a9 | 1,025 | c | C | src/ft_isascii.c | almayor/libft | 4ec1ef0d262d1e4cdbca62c1e02cd4fd5cc6628e | [
"MIT"
] | null | null | null | src/ft_isascii.c | almayor/libft | 4ec1ef0d262d1e4cdbca62c1e02cd4fd5cc6628e | [
"MIT"
] | null | null | null | src/ft_isascii.c | almayor/libft | 4ec1ef0d262d1e4cdbca62c1e02cd4fd5cc6628e | [
"MIT"
] | null | null | null | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isascii.c :+: :+: :+: ... | 44.565217 | 80 | 0.16 |
d17eaeee7ff4f6a36ecbb4a794c162f28a9f70e9 | 816 | h | C | include/UI/ModelProperty.h | maifeeulasad/AshEngine | bb567a4e3543cb32332681f5f12e491b90aa6ebb | [
"MIT"
] | null | null | null | include/UI/ModelProperty.h | maifeeulasad/AshEngine | bb567a4e3543cb32332681f5f12e491b90aa6ebb | [
"MIT"
] | 1 | 2021-02-13T07:56:53.000Z | 2021-02-13T07:58:11.000Z | include/UI/ModelProperty.h | maifeeulasad/AshEngine | bb567a4e3543cb32332681f5f12e491b90aa6ebb | [
"MIT"
] | null | null | null | #pragma once
#include <Model.h>
#include <Vector3DEditSlider.h>
class ModelProperty: public QWidget {
Q_OBJECT
public:
ModelProperty(Model * model, QWidget * parent = 0);
private:
Model *m_host;
QCheckBox *m_visibleCheckBox, *m_wireFrameModeCheckBox;
QLabel *m_numOfChildMeshesTextL... | 27.2 | 72 | 0.72549 |
d1837e22ad8bfff445f092eeb71da4a5a9485264 | 1,458 | h | C | Finance/Macro/Global.h | JoyShare2017/Finance | a6931230c7848a52a8f0a622ca3bd1a7d4a98af1 | [
"MIT"
] | null | null | null | Finance/Macro/Global.h | JoyShare2017/Finance | a6931230c7848a52a8f0a622ca3bd1a7d4a98af1 | [
"MIT"
] | null | null | null | Finance/Macro/Global.h | JoyShare2017/Finance | a6931230c7848a52a8f0a622ca3bd1a7d4a98af1 | [
"MIT"
] | null | null | null | //
// Global.h
// CommonProject
//
// Created by 郝旭珊 on 2017/12/19.
// Copyright © 2017年 郝旭珊. All rights reserved.
//
#ifndef Global_h
#define Global_h
#ifdef DEBUG
#define DebugLog(...) NSLog(@"-------%s 第%d行 \n %@\n\n",__func__,__LINE__,[NSString stringWithFormat:__VA_ARGS__])
#else
#define DebugLog(...)
#endi... | 26.509091 | 114 | 0.764746 |
d185d1d2c474bd944faf0e43f7fac97f7cf728a9 | 495 | h | C | Sources/Batch/Webservices/Query/BAQueryWebserviceClientDelegate.h | BatchLabs/Batch-iOS-SDK | 17644488872e62ff09a9106592aecbf79c04e6e7 | [
"MIT"
] | 10 | 2020-12-03T17:08:02.000Z | 2022-03-16T16:22:45.000Z | Sources/Batch/Webservices/Query/BAQueryWebserviceClientDelegate.h | BatchLabs/Batch-iOS-SDK | 17644488872e62ff09a9106592aecbf79c04e6e7 | [
"MIT"
] | 6 | 2020-10-15T12:56:22.000Z | 2022-02-18T14:12:49.000Z | Sources/Batch/Webservices/Query/BAQueryWebserviceClientDelegate.h | BatchLabs/Batch-iOS-SDK | 17644488872e62ff09a9106592aecbf79c04e6e7 | [
"MIT"
] | 3 | 2020-12-16T16:15:11.000Z | 2021-12-22T15:03:00.000Z | //
// BAQueryWebserviceClientDelegate.h
// Batch
//
// Copyright © Batch.com. All rights reserved.
//
#import <Batch/BAWSResponse.h>
@class BAQueryWebserviceClient;
NS_ASSUME_NONNULL_BEGIN
@protocol BAQueryWebserviceClientDelegate
@required
- (void)webserviceClient:(BAQueryWebserviceClient*)client didFailWithE... | 19.8 | 121 | 0.8 |
d1879675a8c4f2206af64e20bea93f061569f09e | 2,646 | c | C | src/libmmalloc.c | InnovAnon-Inc/MultiMalloc | 03da4f42ce8538f663140db61610d476d39bbdfa | [
"Unlicense"
] | null | null | null | src/libmmalloc.c | InnovAnon-Inc/MultiMalloc | 03da4f42ce8538f663140db61610d476d39bbdfa | [
"Unlicense"
] | null | null | null | src/libmmalloc.c | InnovAnon-Inc/MultiMalloc | 03da4f42ce8538f663140db61610d476d39bbdfa | [
"Unlicense"
] | null | null | null | #if HAVE_CONFIG_H
#include <config.h>
#endif
#define _POSIX_C_SOURCE 200112L
#define __STDC_VERSION__ 200112L
#include <assert.h>
#include <stdlib.h>
#include <mmalloc.h>
__attribute__ ((leaf, nonnull (1, 2), nothrow, warn_unused_result))
int mmalloc_naive (void /*const*/ *restrict dests[],
size_t const eszs[], si... | 25.68932 | 70 | 0.644747 |
d188620cf517f95b07d93c49041642a9ed8d5048 | 635 | c | C | zigzag-conversion.c | copperteal/leetcode-solutions | 7962b30f105b7dc429b115c7b9d1ad981f594530 | [
"MIT"
] | null | null | null | zigzag-conversion.c | copperteal/leetcode-solutions | 7962b30f105b7dc429b115c7b9d1ad981f594530 | [
"MIT"
] | null | null | null | zigzag-conversion.c | copperteal/leetcode-solutions | 7962b30f105b7dc429b115c7b9d1ad981f594530 | [
"MIT"
] | null | null | null | /* 0 ms
* 100.00%
* 5.60%
*/
#include <stdlib.h>
#include <string.h>
/* left step, right step */
char *
convert(char * s, int numRows)
{
if (numRows < 2) {
return s;
}
int L = strlen(s);
char *out = (char *)calloc(L+1, sizeof(char));
int i, j, row, lstep, rstep;
int gap = 2*numRows-2;
i = 0;
for (row = 0... | 15.119048 | 47 | 0.469291 |
d189c405c92e719095554ecefc085740819f553c | 862 | c | C | tests/thrdtest.c | chenwei-tw/mapreduce | cbd1a8e01bf28387e63e79bf7c6e33e346f5882b | [
"BSD-2-Clause"
] | null | null | null | tests/thrdtest.c | chenwei-tw/mapreduce | cbd1a8e01bf28387e63e79bf7c6e33e346f5882b | [
"BSD-2-Clause"
] | null | null | null | tests/thrdtest.c | chenwei-tw/mapreduce | cbd1a8e01bf28387e63e79bf7c6e33e346f5882b | [
"BSD-2-Clause"
] | null | null | null | #define THREAD 32
#define QUEUE 256
#include <stdio.h>
#include <pthread.h>
#include <unistd.h>
#include <assert.h>
#include <stdatomic.h>
#include "threadpool.h"
int tasks = 0, done = 0;
void dummy_task(void *arg)
{
usleep(10000);
atomic_fetch_sub(&done, 1);
}
int main(int argc, char **argv)
{
void *... | 18.73913 | 57 | 0.606729 |
d1921d60dd0da3c0673d58d10639cc79cd64d96c | 3,728 | h | C | firmware/cube/ccube.h | nitacku/LEDcube | 0206c0a58cf57f1c71d7749609791f2f77a5d8c1 | [
"MIT"
] | null | null | null | firmware/cube/ccube.h | nitacku/LEDcube | 0206c0a58cf57f1c71d7749609791f2f77a5d8c1 | [
"MIT"
] | null | null | null | firmware/cube/ccube.h | nitacku/LEDcube | 0206c0a58cf57f1c71d7749609791f2f77a5d8c1 | [
"MIT"
] | null | null | null | /*
* Copyright (c) 2014 nitacku
*
* 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, publi... | 28.458015 | 105 | 0.712983 |
d19278912cd3b9ba696a60478e0e95dd84d1adae | 362 | h | C | FriedText/LMTokenAttachmentCell.h | luckymarmot/FriedText | 7ed7761cb75671cac5f5a5d7edaa134d8052532a | [
"MIT"
] | 25 | 2015-01-03T20:52:53.000Z | 2021-04-12T10:59:55.000Z | FriedText/LMTokenAttachmentCell.h | uchuugaka/FriedText | 7ed7761cb75671cac5f5a5d7edaa134d8052532a | [
"MIT"
] | null | null | null | FriedText/LMTokenAttachmentCell.h | uchuugaka/FriedText | 7ed7761cb75671cac5f5a5d7edaa134d8052532a | [
"MIT"
] | 7 | 2015-03-24T11:56:11.000Z | 2017-09-18T08:17:10.000Z | //
// LMTokenAttachmentCell.h
// LMTextView
//
// Created by Micha Mazaheri on 4/6/13.
// Copyright (c) 2013 Lucky Marmot. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "LMTextAttachmentCell.h"
@interface LMTokenAttachmentCell : NSTextAttachmentCell <LMTextAttachmentCell>
+ (NSTextAttachment*)tokenAtta... | 21.294118 | 78 | 0.756906 |
d19644c778f0237ec8aa858d41b13a7be4f83950 | 887 | h | C | cpp/invoice.h | new-zelind/DeviceManager | ab48db63cca03548134a3356cf99d21ecec679b6 | [
"MIT"
] | null | null | null | cpp/invoice.h | new-zelind/DeviceManager | ab48db63cca03548134a3356cf99d21ecec679b6 | [
"MIT"
] | null | null | null | cpp/invoice.h | new-zelind/DeviceManager | ab48db63cca03548134a3356cf99d21ecec679b6 | [
"MIT"
] | null | null | null | //Header file to track an instance of an invoice
#ifndef INVOICE_H
#define INVOICE_H
#include <string>
#include <iostream>
#include <fstream>
using namespace std;
class Invoice{
private:
//Invoice Number
string ID;
//Reason for invoice
string message;
//Affected device
string deviceAssetNu... | 15.293103 | 72 | 0.67531 |
d1967bff4e2a30eb2f6c61f439703d489d36938f | 83 | c | C | musl-1.1.18/src/complex/creal.c | h7ga40/azure_iot_hub | e255088c4b2afe5e86cae820e8e3fb747f28b35b | [
"curl",
"Apache-2.0",
"MIT"
] | null | null | null | musl-1.1.18/src/complex/creal.c | h7ga40/azure_iot_hub | e255088c4b2afe5e86cae820e8e3fb747f28b35b | [
"curl",
"Apache-2.0",
"MIT"
] | null | null | null | musl-1.1.18/src/complex/creal.c | h7ga40/azure_iot_hub | e255088c4b2afe5e86cae820e8e3fb747f28b35b | [
"curl",
"Apache-2.0",
"MIT"
] | 1 | 2019-09-27T10:22:23.000Z | 2019-09-27T10:22:23.000Z | #include <complex.h>
double (creal)(double complex z)
{
return creal(z);
}
| 11.857143 | 33 | 0.626506 |
d196b263a26c50625f7c8260d1be31d789962181 | 88 | h | C | Settings/NUADetailedTextCell.h | Shade-Zepheri/Nougat | 2cb7dd244a1a39918b484a99101808266d366b9d | [
"Apache-2.0"
] | 46 | 2018-02-26T03:01:45.000Z | 2022-02-13T03:37:52.000Z | Settings/NUADetailedTextCell.h | Mighel881/Nougat | ad7d16084c44ddac436861cb8d77525a0a340f80 | [
"Apache-2.0"
] | 12 | 2018-08-09T05:38:00.000Z | 2021-04-11T14:14:31.000Z | Settings/NUADetailedTextCell.h | Mighel881/Nougat | ad7d16084c44ddac436861cb8d77525a0a340f80 | [
"Apache-2.0"
] | 13 | 2018-08-11T06:10:27.000Z | 2021-12-29T08:45:38.000Z | #import <Preferences/PSTableCell.h>
@interface NUADetailedTextCell : PSTableCell
@end
| 14.666667 | 44 | 0.806818 |
d198bd28ffc293d2662d1b5ef6b6dac3c77d2dd2 | 218 | h | C | WeiboDemo/Classes/Main/Controller/MYZTabBarController.h | MA806P/WeiboDemo | b6a03574076bed322662fd17a6a962e18c2673ee | [
"Apache-2.0"
] | 1 | 2016-10-13T13:02:19.000Z | 2016-10-13T13:02:19.000Z | WeiboDemo/Classes/Main/Controller/MYZTabBarController.h | MA806P/WeiboDemo | b6a03574076bed322662fd17a6a962e18c2673ee | [
"Apache-2.0"
] | null | null | null | WeiboDemo/Classes/Main/Controller/MYZTabBarController.h | MA806P/WeiboDemo | b6a03574076bed322662fd17a6a962e18c2673ee | [
"Apache-2.0"
] | null | null | null | //
// MYZTabBarController.h
// WeiboDemo
//
// Created by MA806P on 16/9/25.
// Copyright © 2016年 MA806P. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface MYZTabBarController : UITabBarController
@end
| 15.571429 | 51 | 0.706422 |
d198da84a3c5ea70fedf0c03b82669ac1536cc95 | 3,555 | c | C | lean/pkgs/c32sat/src/test/test_logging.c | uw-unsat/exoverifier | da64f040db04614be81d9d465179fa3e0e2cd0c4 | [
"Apache-2.0"
] | 5 | 2021-09-23T16:06:19.000Z | 2022-02-17T18:08:25.000Z | lean/pkgs/c32sat/src/test/test_logging.c | uw-unsat/exoverifier | da64f040db04614be81d9d465179fa3e0e2cd0c4 | [
"Apache-2.0"
] | null | null | null | lean/pkgs/c32sat/src/test/test_logging.c | uw-unsat/exoverifier | da64f040db04614be81d9d465179fa3e0e2cd0c4 | [
"Apache-2.0"
] | 1 | 2021-11-05T23:35:03.000Z | 2021-11-05T23:35:03.000Z | /*
Institute for Formal Models and Verification (FMV),
Johannes Kepler University Linz, Austria
Copyright (c) 2006, Robert Daniel Brummayer
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* ... | 26.139706 | 79 | 0.643882 |
d198df6c1a8a79b7b6ecff385069160c6c782df0 | 288 | h | C | share/theme.h | pphilippos/Neverball-for-micro-bit | 64e67e2dcc073548e805136995a0e2601285f5cd | [
"RSA-MD"
] | null | null | null | share/theme.h | pphilippos/Neverball-for-micro-bit | 64e67e2dcc073548e805136995a0e2601285f5cd | [
"RSA-MD"
] | null | null | null | share/theme.h | pphilippos/Neverball-for-micro-bit | 64e67e2dcc073548e805136995a0e2601285f5cd | [
"RSA-MD"
] | 1 | 2015-04-28T11:21:31.000Z | 2015-04-28T11:21:31.000Z | #ifndef THEME_H
#define THEME_H
#include "base_config.h"
#include "glext.h"
#define THEME_IMAGES_MAX 4
struct theme
{
GLuint tex[THEME_IMAGES_MAX];
GLfloat t[4];
GLfloat s[4];
};
int theme_load(struct theme *, const char *name);
void theme_free(struct theme *);
#endif
| 13.714286 | 50 | 0.701389 |
d199aa110fee46482d70f16fde2e776a7d943109 | 1,725 | h | C | student-distrib/keyboard.h | Shivam2501/ECE391 | a6414d303b9defc12e36a0aaaeccd40d237817c5 | [
"Apache-2.0"
] | null | null | null | student-distrib/keyboard.h | Shivam2501/ECE391 | a6414d303b9defc12e36a0aaaeccd40d237817c5 | [
"Apache-2.0"
] | null | null | null | student-distrib/keyboard.h | Shivam2501/ECE391 | a6414d303b9defc12e36a0aaaeccd40d237817c5 | [
"Apache-2.0"
] | null | null | null | /* keyboard.h - Defines for keyboard handler
* vim:ts=4 noexpandtab
*/
#define BUFFER_SIZE 0x80
#ifndef _KEYBOARD_H
#define _KEYBOARD_H
#include "types.h"
#include "i8259.h"
#include "lib.h"
#include "test.h"
#include "syscalls.h"
#include "task.h"
#define KEYBOARD_IRQ 0x01
#define KEYBOARD_DATA_PORT ... | 19.827586 | 44 | 0.732754 |
d199c9f635cea24bfde1dff69723dd51dc5850f7 | 431 | h | C | ImageAnalysisKit/ImageAnalysisKit.h | rmenke/ImageAnalysisKit | fc3ec39a09033c0486b65c220f97d1f87cf934e3 | [
"MIT"
] | null | null | null | ImageAnalysisKit/ImageAnalysisKit.h | rmenke/ImageAnalysisKit | fc3ec39a09033c0486b65c220f97d1f87cf934e3 | [
"MIT"
] | null | null | null | ImageAnalysisKit/ImageAnalysisKit.h | rmenke/ImageAnalysisKit | fc3ec39a09033c0486b65c220f97d1f87cf934e3 | [
"MIT"
] | null | null | null | //
// ImageAnalysisKit.h
// ImageAnalysisKit
//
// Created by Rob Menke on 4/16/19.
// Copyright © 2019 Rob Menke. All rights reserved.
//
@import Foundation;
//! Project version number for ImageAnalysisKit.
FOUNDATION_EXPORT double ImageAnalysisKitVersionNumber;
//! Project version string for ImageAnalysisKit.
... | 22.684211 | 70 | 0.777262 |
d19af042377d364981adc392d46c59815eb9c341 | 2,480 | h | C | src/linalg/diagonalize.h | jerinphilip/parallel-svd-ish-stuff | a8e837e2311a3cbb8fc7cdeb2c9ee7045b355856 | [
"MIT"
] | 1 | 2018-04-17T16:10:51.000Z | 2018-04-17T16:10:51.000Z | src/linalg/diagonalize.h | jerinphilip/parallel-svd-ish-stuff | a8e837e2311a3cbb8fc7cdeb2c9ee7045b355856 | [
"MIT"
] | 1 | 2018-04-18T10:26:07.000Z | 2020-12-05T21:26:20.000Z | src/linalg/diagonalize.h | jerinphilip/parallel-svd-ish-stuff | a8e837e2311a3cbb8fc7cdeb2c9ee7045b355856 | [
"MIT"
] | null | null | null | #include "linalg.h"
#include "utils/utils.h"
template <class _Tensor>
std::tuple<_Tensor, _Tensor, _Tensor> diagonalize(_Tensor B) {
_Tensor X_t(B.rows, B.rows);
_Tensor sigma(B.rows, B.cols);
_Tensor Y(B.cols, B.cols);
_Tensor x(0, 0);
_Tensor y(0, 0);
_Tensor G(0, 0);
_Tensor su... | 28.505747 | 80 | 0.45 |
d19b87ad282df8a74dda9b120a17ec8693b5ff69 | 1,277 | h | C | axle-sysroot/usr/i686-axle/include/drivers/ata/ata_driver_messages.h | codyd51/axle | 2547432215c0e53e25bf47df5c7f9cce4d7ef4cb | [
"MIT"
] | 453 | 2016-07-29T23:26:30.000Z | 2022-02-21T01:09:13.000Z | axle-sysroot/usr/i686-axle/include/drivers/ata/ata_driver_messages.h | codyd51/axle | 2547432215c0e53e25bf47df5c7f9cce4d7ef4cb | [
"MIT"
] | 22 | 2016-07-31T23:24:56.000Z | 2022-01-09T00:15:45.000Z | programs/ata_driver/ata_driver_messages.h | codyd51/axle | 2547432215c0e53e25bf47df5c7f9cce4d7ef4cb | [
"MIT"
] | 57 | 2016-07-29T23:34:09.000Z | 2021-07-13T18:17:02.000Z | #ifndef ATA_DRIVER_MESSAGES_H
#define ATA_DRIVER_MESSAGES_H
#include <stdint.h>
#define ATA_DRIVER_SERVICE_NAME "com.axle.ata"
typedef enum ata_drive {
ATA_DRIVE_MASTER = 0,
ATA_DRIVE_SLAVE = 1
} ata_drive_t;
typedef struct ata_message_base {
uint32_t event;
} ata_message_base_t;
// Sent from clients to the ... | 24.557692 | 56 | 0.782302 |
d19d953a4073ad07a787bdd51a1d473c995dbb74 | 547 | h | C | SimpleRoulette/SimpleRoulette.h | fummicc1/SimpleRoulette | 1318054aa2e762b0cf9bbd6711be61436250f280 | [
"MIT"
] | 16 | 2020-06-01T13:31:06.000Z | 2022-03-27T02:13:15.000Z | SimpleRoulette/SimpleRoulette.h | fummicc1/SimpleRoulette | 1318054aa2e762b0cf9bbd6711be61436250f280 | [
"MIT"
] | 14 | 2020-06-02T20:25:19.000Z | 2022-03-27T10:45:16.000Z | SimpleRoulette/SimpleRoulette.h | fummicc1/SimpleRoulette | 1318054aa2e762b0cf9bbd6711be61436250f280 | [
"MIT"
] | 1 | 2021-08-09T22:08:17.000Z | 2021-08-09T22:08:17.000Z | //
// SimpleRoulette.h
// SimpleRoulette
//
// Created by Fumiya Tanaka on 2020/05/29.
// Copyright © 2020 Fumiya Tanaka. All rights reserved.
//
#import <Foundation/Foundation.h>
//! Project version number for SimpleRoulette.
FOUNDATION_EXPORT double SimpleRouletteVersionNumber;
//! Project version string for S... | 27.35 | 139 | 0.780622 |
d19fbb919dcf8dfb88e25767bd6ceab900115d7d | 1,194 | h | C | src/type.h | SkyLLine/compiler | 9b0cd988da219f0253b64162a6e823ace2f95ffb | [
"MIT"
] | null | null | null | src/type.h | SkyLLine/compiler | 9b0cd988da219f0253b64162a6e823ace2f95ffb | [
"MIT"
] | null | null | null | src/type.h | SkyLLine/compiler | 9b0cd988da219f0253b64162a6e823ace2f95ffb | [
"MIT"
] | null | null | null | #ifndef TYPESYSTEM_H
#define TYPESYSTEM_H
#include "./pch.h"
using namespace std;
enum ValueType
{
VALUE_BOOL = 1,
VALUE_INT,
VALUE_CHAR,
VALUE_VOID,
VALUE_STRING,
VALUE_STRUCT,
VALUE_INT_POINTER,
VALUE_CHAR_POINTER,
VALUE_WRONG,
COMPOSE_STRUCT,
COMPOSE_UNION,
COMPOSE_F... | 21.709091 | 62 | 0.714405 |
d1a33cb8da471185155bf50406f59e9f98b54eb2 | 8,932 | h | C | openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_lut/lut_llr2CnProcBuf_BG1_Z4_R13.h | danghoaison91/openairinterface | ca28acccb2dfe85a0644d5fd6d379928d89f72a6 | [
"Apache-2.0"
] | null | null | null | openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_lut/lut_llr2CnProcBuf_BG1_Z4_R13.h | danghoaison91/openairinterface | ca28acccb2dfe85a0644d5fd6d379928d89f72a6 | [
"Apache-2.0"
] | null | null | null | openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_lut/lut_llr2CnProcBuf_BG1_Z4_R13.h | danghoaison91/openairinterface | ca28acccb2dfe85a0644d5fd6d379928d89f72a6 | [
"Apache-2.0"
] | null | null | null | static const uint32_t lut_llr2CnProcBuf_BG1_Z4_R13[1264] = {92162, 92166, 92170, 92175, 3, 75267, 81409, 61824, 88320, 81413, 75271, 61832, 43395, 61838, 61840, 43401, 43408, 43413, 8832, 43420, 8845, 8848, 8856, 8867, 8873, 8883, 8885, 1163, 1167, 8901, 92163, 92167, 92171, 92172, 0, 75264, 81410, 61825, 88321, 81414,... | 8,932 | 8,932 | 0.715965 |
d1a3b180412ef40c6e03551cb93b709833aaa7cf | 12,759 | c | C | src/cortexm/cortexm_rtos_nuttx.c | Syncena/Maven-firmware | 1f441c69e448eb3325601a92e4f72e0c892ef021 | [
"BSD-3-Clause"
] | null | null | null | src/cortexm/cortexm_rtos_nuttx.c | Syncena/Maven-firmware | 1f441c69e448eb3325601a92e4f72e0c892ef021 | [
"BSD-3-Clause"
] | null | null | null | src/cortexm/cortexm_rtos_nuttx.c | Syncena/Maven-firmware | 1f441c69e448eb3325601a92e4f72e0c892ef021 | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (c) 2022, Steve C. Woodford.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list ... | 33.054404 | 79 | 0.739556 |
d1a6212bfe810cf1fa92097cec758fd2ce319e07 | 1,733 | c | C | test/ae/keccak1600.c | rofl0r/kripto | 786f953df7e9aefaddea73a9b34d13928d356bfb | [
"CC0-1.0"
] | 1 | 2018-07-31T15:00:14.000Z | 2018-07-31T15:00:14.000Z | test/ae/keccak1600.c | rofl0r/kripto | 786f953df7e9aefaddea73a9b34d13928d356bfb | [
"CC0-1.0"
] | null | null | null | test/ae/keccak1600.c | rofl0r/kripto | 786f953df7e9aefaddea73a9b34d13928d356bfb | [
"CC0-1.0"
] | 1 | 2019-12-02T22:08:26.000Z | 2019-12-02T22:08:26.000Z | /*
* Written in 2013 by Gregor Pintar <grpintar@gmail.com>
*
* To the extent possible under law, the author(s) have dedicated
* all copyright and related and neighboring rights to this software
* to the public domain worldwide.
*
* This software is distributed without any warranty.
*
* You should have receive... | 24.408451 | 71 | 0.65378 |
d1aa49a50d9d9bc597a1033b1aa219250deb0ed3 | 775 | c | C | third_party/Phigs/PVT/PVT_c/LAYER/nschh.c | n1ckfg/Telidon | f4e2c693ec7d67245974b73a602d5d40df6a6d69 | [
"MIT"
] | 18 | 2017-07-08T02:34:02.000Z | 2022-01-08T03:42:48.000Z | third_party/Phigs/PVT/PVT_c/LAYER/nschh.c | n1ckfg/Telidon | f4e2c693ec7d67245974b73a602d5d40df6a6d69 | [
"MIT"
] | null | null | null | third_party/Phigs/PVT/PVT_c/LAYER/nschh.c | n1ckfg/Telidon | f4e2c693ec7d67245974b73a602d5d40df6a6d69 | [
"MIT"
] | 3 | 2018-02-03T04:44:00.000Z | 2020-08-05T15:31:18.000Z | #include <phigs.h>
#include "f2c.h"
/**************************************************************************
NAME
SET CHARACTER HEIGHT - create structure element to set
current character height attribute
FORTRAN Syntax
SUBROUTINE pschh ( CHH )
REAL CHH character hei... | 25.833333 | 75 | 0.369032 |
d1ad6bd7de0276519ed7c1db82d631e7f7125ab5 | 760 | h | C | src/STE/Audio/SoundFunctions.h | silenttowergames/stonetowerenginw | f47977d864f177cb06e681c50c6120c5a630115d | [
"0BSD"
] | 7 | 2020-08-20T17:02:01.000Z | 2022-03-25T13:50:40.000Z | src/STE/Audio/SoundFunctions.h | silenttowergames/stonetowerenginw | f47977d864f177cb06e681c50c6120c5a630115d | [
"0BSD"
] | 23 | 2020-09-17T22:15:38.000Z | 2021-04-17T16:31:01.000Z | src/STE/Audio/SoundFunctions.h | silenttowergames/stonetowerengine | f47977d864f177cb06e681c50c6120c5a630115d | [
"0BSD"
] | null | null | null | #pragma once
#include <flecs.h>
#include "Play.h"
#include "Sound.h"
Sound Sound_create_load(const char* key, Play play, SoundCategory category);
Sound Sound_create_speech(const char* key, const char* words, Play play, SoundCategory category);
Sound Sound_create_sfxr(const char* key, Play play, SoundCategory category... | 42.222222 | 134 | 0.778947 |
d1af5328e1ca54b599d66070cdc27d590df83011 | 152 | h | C | SchoolChatIOS/Bcrypt/crypt.h | lalkalol1907/SchoolChatIOS | 54b829e4633cd859aeba82a8faccea299b26d7da | [
"MIT"
] | null | null | null | SchoolChatIOS/Bcrypt/crypt.h | lalkalol1907/SchoolChatIOS | 54b829e4633cd859aeba82a8faccea299b26d7da | [
"MIT"
] | 18 | 2022-01-29T23:41:51.000Z | 2022-02-02T15:20:58.000Z | SchoolChatIOS/Bcrypt/crypt.h | lalkalol1907/SchoolChatIOS | 54b829e4633cd859aeba82a8faccea299b26d7da | [
"MIT"
] | 1 | 2022-01-29T13:30:27.000Z | 2022-01-29T13:30:27.000Z | #include <gnu-crypt.h>
#if defined(_OW_SOURCE) || defined(__USE_OW)
#define __SKIP_GNU
#undef __SKIP_OW
#include <ow-crypt.h>
#undef __SKIP_GNU
#endif
| 16.888889 | 44 | 0.756579 |
d1b336ce29ed0d3c30855759366c1ae8bd8e6808 | 12,900 | c | C | IF97_Region2.c | c4rnot/if97lib | 5fdc906c81be1c6edee71f4d617b1762f37c3482 | [
"BSL-1.0"
] | null | null | null | IF97_Region2.c | c4rnot/if97lib | 5fdc906c81be1c6edee71f4d617b1762f37c3482 | [
"BSL-1.0"
] | null | null | null | IF97_Region2.c | c4rnot/if97lib | 5fdc906c81be1c6edee71f4d617b1762f37c3482 | [
"BSL-1.0"
] | null | null | null | // Copyright Martin Lord 2014-2015.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
// IAPWS-IF97 Region 2: Single phase vapour region equations
/* **************************************... | 30.210773 | 157 | 0.619767 |
d1b39686168c2807e46ab990159da181eb2a0807 | 209 | h | C | comm/comm_head.h | elfcoda/jhin | 55d80d8b60c0c3e2ef98aa36d7ff795ad9449303 | [
"Apache-2.0"
] | 4 | 2020-07-12T17:08:30.000Z | 2020-07-21T12:43:22.000Z | comm/comm_head.h | elfcoda/jhin | 55d80d8b60c0c3e2ef98aa36d7ff795ad9449303 | [
"Apache-2.0"
] | null | null | null | comm/comm_head.h | elfcoda/jhin | 55d80d8b60c0c3e2ef98aa36d7ff795ad9449303 | [
"Apache-2.0"
] | 2 | 2020-07-13T11:27:37.000Z | 2021-06-09T02:16:30.000Z | #ifndef __COMM_HEAD_H__
#define __COMM_HEAD_H__
#include <iostream>
#include <iomanip>
#include "debug_define.h"
namespace jhin
{
namespace comm
{
} /* namespace comm */
} /* namespace jhin */
#endif
| 11.611111 | 25 | 0.708134 |
d1bb74467d0317fada46246d3485e2e34bdf3f1a | 494 | h | C | aws-cpp-sdk-core/include/aws/core/utils/UnreferencedParam.h | lintonv/aws-sdk-cpp | 15e19c265ffce19d2046b18aa1b7307fc5377e58 | [
"Apache-2.0"
] | 32 | 2021-12-01T04:28:53.000Z | 2022-03-12T18:22:56.000Z | aws-cpp-sdk-core/include/aws/core/utils/UnreferencedParam.h | lintonv/aws-sdk-cpp | 15e19c265ffce19d2046b18aa1b7307fc5377e58 | [
"Apache-2.0"
] | 10 | 2021-12-01T18:35:26.000Z | 2022-02-15T00:32:00.000Z | aws-cpp-sdk-core/include/aws/core/utils/UnreferencedParam.h | ravindra-wagh/aws-sdk-cpp | 7d5ff01b3c3b872f31ca98fb4ce868cd01e97696 | [
"Apache-2.0"
] | 10 | 2021-12-01T06:59:41.000Z | 2022-02-23T23:37:44.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
// taken from http://stackoverflow.com/questions/3020584/avoid-warning-unreferenced-formal-parameter, ugly but avoids having to #include the definition of an unreferenced struct/class
#i... | 26 | 183 | 0.740891 |
d1bbca19204ba2cb2d49d757aa017360a213f5c5 | 552 | h | C | Postmates/Location.h | yondonfu/ios-postmates | 96f07f320432bba6f9e084ce48e4af814ec2c341 | [
"MIT"
] | 10 | 2015-10-11T00:08:48.000Z | 2021-08-21T21:36:13.000Z | Postmates/Location.h | yondonfu/ios-postmates | 96f07f320432bba6f9e084ce48e4af814ec2c341 | [
"MIT"
] | 3 | 2017-06-22T04:36:35.000Z | 2018-03-06T10:39:44.000Z | Postmates/Location.h | yondonfu/ios-postmates | 96f07f320432bba6f9e084ce48e4af814ec2c341 | [
"MIT"
] | 4 | 2015-10-11T03:43:23.000Z | 2017-07-14T00:28:00.000Z | //
// Location.h
// PostmatesiOS
//
// Created by Yondon Fu on 10/10/15.
// Copyright © 2015 Cal Hacks Squad. All rights reserved.
//
#import <Foundation/Foundation.h>
@import CoreLocation;
@interface Location : NSObject
@property (strong, nonatomic) NSString *name;
@property (strong, nonatomic) NSString *addre... | 23 | 65 | 0.748188 |
d1bce493d007063054c71da5bbef801aa277605e | 775 | h | C | src/visualization/PerspectiveViewport.h | toeb/sine | 96bcde571218f89a2b0b3cc51c19ad2b7be89c13 | [
"MIT"
] | null | null | null | src/visualization/PerspectiveViewport.h | toeb/sine | 96bcde571218f89a2b0b3cc51c19ad2b7be89c13 | [
"MIT"
] | null | null | null | src/visualization/PerspectiveViewport.h | toeb/sine | 96bcde571218f89a2b0b3cc51c19ad2b7be89c13 | [
"MIT"
] | null | null | null | #pragma once
#include <visualization/Viewport.h>
namespace nspace{
class PerspectiveViewport : public virtual Viewport{
REFLECTABLE_OBJECT(PerspectiveViewport);
private:
PROPERTY(CoordinateSystem,Coordinates){}
REFERENCE(public,CoordinateSystem, Coordinates);
PROPERTY(Real, FieldOfView... | 26.724138 | 55 | 0.710968 |
d1bdb268fc77c6ccb24022226735f5f2b45071dd | 749 | h | C | include/scgapi/Session.h | Syniverse-SCG/Messaging-C-Plus-Plus | 8b5b9ebc48a2a86664bbdf43255d08c033d3f6fe | [
"MIT"
] | 1 | 2019-12-05T08:42:03.000Z | 2019-12-05T08:42:03.000Z | include/scgapi/Session.h | Syniverse-SCG/Messaging-C-Plus-Plus | 8b5b9ebc48a2a86664bbdf43255d08c033d3f6fe | [
"MIT"
] | null | null | null | include/scgapi/Session.h | Syniverse-SCG/Messaging-C-Plus-Plus | 8b5b9ebc48a2a86664bbdf43255d08c033d3f6fe | [
"MIT"
] | 1 | 2022-02-22T17:15:35.000Z | 2022-02-22T17:15:35.000Z |
#pragma once
#ifndef SCGAIP_SESSION_H_
#define SCGAIP_SESSION_H_
#include <memory>
#include <string>
namespace scg_api {
class AuthInfo;
/*! Session handle for requests to the SCG API server.
*
*/
class Session {
protected:
Session() = default;
public:
Session(const Session&) = delete;
Session(cons... | 18.725 | 54 | 0.670227 |
d1bfc45965ea42b9d6f9eb0b05771fc8b29232eb | 6,105 | h | C | src/CMD.h | m5stack/UNIT_UHF_RFID | 5711c16e921a404ca01bb0ac106fd1db1f784679 | [
"MIT"
] | null | null | null | src/CMD.h | m5stack/UNIT_UHF_RFID | 5711c16e921a404ca01bb0ac106fd1db1f784679 | [
"MIT"
] | null | null | null | src/CMD.h | m5stack/UNIT_UHF_RFID | 5711c16e921a404ca01bb0ac106fd1db1f784679 | [
"MIT"
] | null | null | null |
//Hardware version 硬件版本
const uint8_t HARDWARE_VERSION_CMD[] = {0xBB, 0x00, 0x03, 0x00, 0x01, 0x00, 0x04, 0x7E};
//Single polling instruction 单次轮询指令
const uint8_t POLLING_ONCE_CMD[] = {0xBB, 0x00, 0x22, 0x00, 0x00, 0x22, 0x7E};
//Multiple polling instructions 多次轮询指令
const uint8_t POLLING_MULTIPLE_CMD[] = {0xBB, 0x00,... | 77.278481 | 201 | 0.634562 |
d1c29914385ef4e5aec6e8de4ac64cff3123cce3 | 1,743 | h | C | sys/hp300/dev/acioctl.h | weiss/original-bsd | b44636d7febc9dcf553118bd320571864188351d | [
"Unlicense"
] | 114 | 2015-01-18T22:55:52.000Z | 2022-02-17T10:45:02.000Z | sys/hp300/dev/acioctl.h | JamesLinus/original-bsd | b44636d7febc9dcf553118bd320571864188351d | [
"Unlicense"
] | null | null | null | sys/hp300/dev/acioctl.h | JamesLinus/original-bsd | b44636d7febc9dcf553118bd320571864188351d | [
"Unlicense"
] | 29 | 2015-11-03T22:05:22.000Z | 2022-02-08T15:36:37.000Z | /*
* Copyright (c) 1991 University of Utah.
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* the Systems Programming Group of the University of Utah Computer
* Science Department.
*
* %sccs.includ... | 28.57377 | 73 | 0.666093 |
d1c2b27ac9674e69a416a77dfaaa8dc1416dee15 | 1,508 | h | C | src/core/RTextLayout.h | ouxianghui/ezcam | 195fb402202442b6d035bd70853f2d8c3f615de1 | [
"MIT"
] | 12 | 2021-03-26T03:23:30.000Z | 2021-12-31T10:05:44.000Z | src/core/RTextLayout.h | 15831944/ezcam | 195fb402202442b6d035bd70853f2d8c3f615de1 | [
"MIT"
] | null | null | null | src/core/RTextLayout.h | 15831944/ezcam | 195fb402202442b6d035bd70853f2d8c3f615de1 | [
"MIT"
] | 9 | 2021-06-23T08:26:40.000Z | 2022-01-20T07:18:10.000Z | /**
* Copyright (c) 2011-2016 by Andrew Mustun. All rights reserved.
*
* This file is part of the QCAD project.
*
* QCAD is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License,... | 29 | 157 | 0.738064 |
d1c315f9bf812ec4cb48c52e92888d744882d7bb | 6,296 | h | C | src/nanovg_gl_utils.h | styluslabs/nanovgXC | 2a35299edd7412487ef5234a1856a8bedc457f8d | [
"Unlicense"
] | 51 | 2020-06-11T15:44:28.000Z | 2022-03-27T20:49:00.000Z | src/nanovg_gl_utils.h | styluslabs/nanovgXC | 2a35299edd7412487ef5234a1856a8bedc457f8d | [
"Unlicense"
] | 2 | 2021-06-02T20:38:18.000Z | 2022-02-10T09:46:58.000Z | src/nanovg_gl_utils.h | styluslabs/nanovgXC | 2a35299edd7412487ef5234a1856a8bedc457f8d | [
"Unlicense"
] | 3 | 2020-08-07T22:50:11.000Z | 2021-06-12T20:52:09.000Z | //
// Copyright (c) 2020 Stylus Labs - see LICENSE.txt
// based on nanovg:
// Copyright (c) 2013 Mikko Mononen memon@inside.org
//
#ifndef NANOVG_GL_UTILS_H
#define NANOVG_GL_UTILS_H
#ifdef IDE_INCLUDES
// defines and includes to make IDE useful
#include "../example/platform.h"
#define NANOVG_GLES3_IMPLEMENTATION
#i... | 30.862745 | 111 | 0.738247 |
d1c520ba6951539c839adf7be7ee0bc99bfbe0bf | 1,444 | h | C | src/Systems/BulletLogicSystem.h | l-junpu/GAM300_PaperbackEngine | 0f49be9da22b364150f1f3cbf49ac01d25184343 | [
"MIT"
] | null | null | null | src/Systems/BulletLogicSystem.h | l-junpu/GAM300_PaperbackEngine | 0f49be9da22b364150f1f3cbf49ac01d25184343 | [
"MIT"
] | null | null | null | src/Systems/BulletLogicSystem.h | l-junpu/GAM300_PaperbackEngine | 0f49be9da22b364150f1f3cbf49ac01d25184343 | [
"MIT"
] | null | null | null | #pragma once
struct BulletLogicSystem : paperback::system::instance
{
constexpr static auto typedef_v = paperback::system::type::update
{
.m_pName = "BulletLogicSystem"
};
void operator()( paperback::component::entity& Entity, Transform& transform, Timer& timer, Bullet& bullet ) const noexcept... | 34.380952 | 163 | 0.599723 |
d1c61e5d896f420562b10527bd0f7e6dd3fa4966 | 3,262 | h | C | include/bb/cascades/resources/multiselecthandler.h | blackberry/BB10-UnitTestMocks | 8642d426a0d36fc7b0168c5ee26547355dfece4c | [
"Apache-2.0"
] | null | null | null | include/bb/cascades/resources/multiselecthandler.h | blackberry/BB10-UnitTestMocks | 8642d426a0d36fc7b0168c5ee26547355dfece4c | [
"Apache-2.0"
] | null | null | null | include/bb/cascades/resources/multiselecthandler.h | blackberry/BB10-UnitTestMocks | 8642d426a0d36fc7b0168c5ee26547355dfece4c | [
"Apache-2.0"
] | 2 | 2019-02-15T19:12:12.000Z | 2020-12-31T05:04:15.000Z | /*
Copyright 2013 Research In Motion Limited
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable... | 40.271605 | 115 | 0.651441 |
d1c9d34f7842a0ae419ac601083a34454c93a35a | 1,391 | h | C | Chaos2D/src/Chaos2D/Log.h | 2020wmarvil/Chaos2D | 1f327c867d8cc172785e87f4021894477834b998 | [
"MIT"
] | null | null | null | Chaos2D/src/Chaos2D/Log.h | 2020wmarvil/Chaos2D | 1f327c867d8cc172785e87f4021894477834b998 | [
"MIT"
] | null | null | null | Chaos2D/src/Chaos2D/Log.h | 2020wmarvil/Chaos2D | 1f327c867d8cc172785e87f4021894477834b998 | [
"MIT"
] | null | null | null | #pragma once
#include "Core.h"
#include "spdlog/spdlog.h"
#include "spdlog/sinks/stdout_color_sinks.h"
#include "spdlog/fmt/ostr.h"
namespace Chaos2D {
class CHAOS2D_API Log {
public:
static void Init();
inline static std::shared_ptr<spdlog::logger>& GetCoreLogger() { return s_CoreLogger; }
inline static std... | 40.911765 | 93 | 0.708124 |
d1cafd318e2aeeff56622023cf3161670c2951de | 5,050 | h | C | src/analyzer.h | nonelse/nullarihyon | ff23cc1f0fd98e09197f3ca228871a1f12c49182 | [
"MIT"
] | null | null | null | src/analyzer.h | nonelse/nullarihyon | ff23cc1f0fd98e09197f3ca228871a1f12c49182 | [
"MIT"
] | null | null | null | src/analyzer.h | nonelse/nullarihyon | ff23cc1f0fd98e09197f3ca228871a1f12c49182 | [
"MIT"
] | null | null | null | #ifndef __ANALYZER_H__
#define __ANALYZER_H__
#include <unordered_map>
#include <set>
#include <clang/Frontend/FrontendActions.h>
#include <clang/AST/ASTConsumer.h>
#include <clang/AST/StmtVisitor.h>
#include <clang/AST/RecursiveASTVisitor.h>
#include "ExpressionNullabilityCalculator.h"
#include "FilteringClause.h"
... | 39.147287 | 139 | 0.731287 |
d1cc81764d748eb29ea8941a83bb770604ebf7f5 | 346 | c | C | TP2/trapez.c | samirjabbar7/LSD_C_LAB | 2576b48f6fd8a080198b7cb2866a969751a4802e | [
"MIT"
] | null | null | null | TP2/trapez.c | samirjabbar7/LSD_C_LAB | 2576b48f6fd8a080198b7cb2866a969751a4802e | [
"MIT"
] | null | null | null | TP2/trapez.c | samirjabbar7/LSD_C_LAB | 2576b48f6fd8a080198b7cb2866a969751a4802e | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <stdlib.h>
float fonction(float x)
{
return (x);
}
float trapez(float (*f)(float),float a, float b, int n)
{
float I=0.5*(f(a)+f(b));
float h=(b-a)/n;
float x=a+h;
for(int i=0;i<n-1;i++)
{
I+=f(x);
x+=h;
}
return h*I;
}
int main()
{
float s=trapez(fonction,0,5,1000);
... | 12.357143 | 55 | 0.537572 |
d1cf7315fbb838fccbc747002505c69a0b32c8f2 | 2,128 | h | C | src/Modules/SplashScreen/SplashScreenModel.h | eegeo/cardboard-vr-integration | 3f0c3d0f1b7ddaa6b2ef980e46ead71c8a85a260 | [
"BSD-2-Clause"
] | 8 | 2017-07-02T01:14:29.000Z | 2021-06-19T07:14:38.000Z | src/Modules/SplashScreen/SplashScreenModel.h | eegeo/cardboard-vr-demo | 3f0c3d0f1b7ddaa6b2ef980e46ead71c8a85a260 | [
"BSD-2-Clause"
] | null | null | null | src/Modules/SplashScreen/SplashScreenModel.h | eegeo/cardboard-vr-demo | 3f0c3d0f1b7ddaa6b2ef980e46ead71c8a85a260 | [
"BSD-2-Clause"
] | 5 | 2018-02-07T07:43:51.000Z | 2020-01-24T12:29:25.000Z | // Copyright eeGeo Ltd (2012-2014), All Rights Reserved
#pragma once
#include <vector>
#include "Types.h"
#include "SceneModel.h"
#include "SceneModelFactory.h"
#include "SceneModelMaterialResource.h"
#include "SceneModelRenderableFilter.h"
namespace Eegeo
{
namespace UI
{
namespace SplashScreen
... | 30.4 | 116 | 0.584586 |
d1d09d2bbc5df99b58ddadeef8e8d8147b95c104 | 35,552 | h | C | Intra/Container/Sequential/String.h | gammaker/Intra | aed1647cd2cf1781ab0976c2809533d0f347e87e | [
"MIT"
] | 8 | 2017-05-22T12:55:40.000Z | 2018-11-11T22:36:56.000Z | Intra/Container/Sequential/String.h | gammaker/Intra | aed1647cd2cf1781ab0976c2809533d0f347e87e | [
"MIT"
] | 1 | 2020-03-14T11:26:17.000Z | 2020-03-14T12:31:11.000Z | Intra/Container/Sequential/String.h | devoln/Intra | aed1647cd2cf1781ab0976c2809533d0f347e87e | [
"MIT"
] | 1 | 2017-10-12T10:03:56.000Z | 2017-10-12T10:03:56.000Z | #pragma once
#include "Cpp/Features.h"
#include "Cpp/Warnings.h"
#include "Cpp/Intrinsics.h"
#include "Utils/Debug.h"
#include "Container/ForwardDecls.h"
#include "Container/Operations.hh"
#include "Concepts/Container.h"
#include "Utils/Span.h"
#include "Utils/StringView.h"
#include "Utils/ArrayAlgo.h"
#include "... | 42.628297 | 186 | 0.754866 |
d1d0e90a96ca7c302f0c223ffe3dbcd24a954cc2 | 150 | c | C | cil/test/small1/ssa-test2.c | petr-muller/abductor | 4c9199378e847e22660daab5e5843805d4035d0a | [
"Intel",
"Unlicense"
] | 266 | 2015-01-23T16:06:52.000Z | 2022-03-17T19:49:34.000Z | cil/test/small1/ssa-test2.c | petr-muller/abductor | 4c9199378e847e22660daab5e5843805d4035d0a | [
"Intel",
"Unlicense"
] | 93 | 2015-07-31T21:38:04.000Z | 2022-03-24T03:21:34.000Z | cil/test/small1/ssa-test2.c | petr-muller/abductor | 4c9199378e847e22660daab5e5843805d4035d0a | [
"Intel",
"Unlicense"
] | 73 | 2015-01-11T17:06:17.000Z | 2022-02-21T06:20:37.000Z | int g1, g2, g3;
int test2(int a) {
int b;
g1 = g1 + 7;
return b;
}
int test4() {
int a,b;
return test2(4);
}
int main() { return 0; }
| 9.375 | 24 | 0.506667 |
d1d17f08aa989004e49cfcc821db438388293f64 | 1,083 | h | C | thirdparty/jplayer/demuxer_ts.h | Houkime/echo | d115ca55faf3a140bea04feffeb2efdedb0e7f82 | [
"MIT"
] | 675 | 2019-02-07T01:23:19.000Z | 2022-03-28T05:45:10.000Z | thirdparty/jplayer/demuxer_ts.h | Houkime/echo | d115ca55faf3a140bea04feffeb2efdedb0e7f82 | [
"MIT"
] | 843 | 2019-01-25T01:06:46.000Z | 2022-03-16T11:15:53.000Z | thirdparty/jplayer/demuxer_ts.h | Houkime/echo | d115ca55faf3a140bea04feffeb2efdedb0e7f82 | [
"MIT"
] | 83 | 2019-02-20T06:18:46.000Z | 2022-03-20T09:36:09.000Z | #pragma once
#include <map>
#include "bit_buffer.h"
#include "decoder_base.h"
namespace cmpeg
{
class demuxer_ts
{
public:
static const uint8_t PACK_HEADER = 0xBA;
static const uint8_t SYSTEM_HEADER = 0xBB;
static const uint8_t PROGRAM_MAP = 0xBC;
static const uint8_t PRIVATE_1 = 0xBD;
static const uint8... | 25.785714 | 65 | 0.724838 |
d1d21bfa62db196bcacd3256e07178ecc1a95924 | 668 | h | C | Wrapping/Python/Pybind11/CodeScraper/PythonUtils.h | v7t/SIMPL | 41c941ac957960ec17d067ffe5c566390c4a2553 | [
"NRL"
] | null | null | null | Wrapping/Python/Pybind11/CodeScraper/PythonUtils.h | v7t/SIMPL | 41c941ac957960ec17d067ffe5c566390c4a2553 | [
"NRL"
] | 2 | 2019-02-23T20:46:12.000Z | 2019-07-11T15:34:13.000Z | Wrapping/Python/Pybind11/CodeScraper/PythonUtils.h | v7t/SIMPL | 41c941ac957960ec17d067ffe5c566390c4a2553 | [
"NRL"
] | null | null | null | #pragma once
#include <QtCore/QString>
#include <QtCore/QRegularExpression>
namespace SIMPL
{
namespace Python
{
static QString fromCamelCase(const QString &s)
{
static QRegularExpression regExp1 {"(.)([A-Z][a-z]+)"};
static QRegularExpression regExp2 {"([a-z0-9])([A-Z])"};
QString result = s;
result.re... | 17.128205 | 60 | 0.646707 |
d1d30894fbfdb911bdf0fa5acd84f9f445fa7d0f | 1,253 | c | C | dias-entre-datas/dias-entre-datas.c | danielsanfr/c-study | 65ee29023b4732bd04fcc67b74d4d69632bbdbb2 | [
"Unlicense"
] | 1 | 2018-01-24T10:36:30.000Z | 2018-01-24T10:36:30.000Z | dias-entre-datas/dias-entre-datas.c | danielsanfr/c-study | 65ee29023b4732bd04fcc67b74d4d69632bbdbb2 | [
"Unlicense"
] | null | null | null | dias-entre-datas/dias-entre-datas.c | danielsanfr/c-study | 65ee29023b4732bd04fcc67b74d4d69632bbdbb2 | [
"Unlicense"
] | null | null | null | #include <stdio.h>
struct _data
{
int dia;
int mes;
int ano;
};
typedef struct _data Data;
int dias_fev(int ano)
{
int x = ano;
if(ano % 100 == 0) x = ano/100;
if(x % 4 == 0) return 29;
else return 28;
}
int dias_ano(int ano)
{
int x = ano;
if(ano % 100 == 0) x = ano/100;
if(x % 4 == 0) return 366;
else ... | 20.209677 | 75 | 0.54988 |
d1d5039e5795aacb6e214b9dfbc92a4b8a0249cf | 1,367 | h | C | NSFKitObjC/Classes/UIKit/UITableView/NSFTableViewHeaderFooterView.h | NSFish/NSFKitObjC | 279887ff0b175fb36b0f600f3e6756167c5ad307 | [
"MIT"
] | 1 | 2019-10-16T18:55:49.000Z | 2019-10-16T18:55:49.000Z | NSFKitObjC/Classes/UIKit/UITableView/NSFTableViewHeaderFooterView.h | NSFish/NSFKitObjC | 279887ff0b175fb36b0f600f3e6756167c5ad307 | [
"MIT"
] | null | null | null | NSFKitObjC/Classes/UIKit/UITableView/NSFTableViewHeaderFooterView.h | NSFish/NSFKitObjC | 279887ff0b175fb36b0f600f3e6756167c5ad307 | [
"MIT"
] | null | null | null | //
// NSFTableViewHeaderFooterView.h
// TQMall
//
// Created by NSFish on 2018/10/24.
// Copyright © 2018年 Hangzhou Xuanchao Technology Co. Ltd. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
/**
修正 UITableViewHeaderFooterView 的各种 bug:
- 移除 UITableViewHeaderFooterView 偶现的 Autolayout 警告... | 29.717391 | 121 | 0.795903 |
d1d71d7482b76ed9d52339e92dafbbb05c656817 | 1,682 | h | C | apps/fxlab/app/src/main/cpp/effects/descrip/WhiteChorusDescription.h | move2edge/oboe | b920c8161b7aa762a5481a8607c088b1b824e95d | [
"Apache-2.0"
] | 3,008 | 2017-10-02T18:00:40.000Z | 2022-03-31T23:30:31.000Z | love/src/jni/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/WhiteChorusDescription.h | sohrab888000/love-android | fa4751e99a22c64bff51ee820e010f88c893c0e4 | [
"Apache-2.0"
] | 1,085 | 2017-10-23T17:04:22.000Z | 2022-03-31T23:10:19.000Z | love/src/jni/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/WhiteChorusDescription.h | sohrab888000/love-android | fa4751e99a22c64bff51ee820e010f88c893c0e4 | [
"Apache-2.0"
] | 510 | 2017-11-08T18:24:55.000Z | 2022-03-30T06:40:32.000Z | /*
* Copyright 2019 Google LLC
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 33.64 | 84 | 0.694411 |
d1da00079f3222ef7f735abda6b22b570e646a83 | 318 | h | C | Liquid/src/Liquid/EntryPoint.h | TheJSjostrom/Liquid | 81971d99115097c1565a99afeb6ba9f5255e5ee6 | [
"Apache-2.0"
] | null | null | null | Liquid/src/Liquid/EntryPoint.h | TheJSjostrom/Liquid | 81971d99115097c1565a99afeb6ba9f5255e5ee6 | [
"Apache-2.0"
] | null | null | null | Liquid/src/Liquid/EntryPoint.h | TheJSjostrom/Liquid | 81971d99115097c1565a99afeb6ba9f5255e5ee6 | [
"Apache-2.0"
] | null | null | null | #pragma once
#ifdef LQ_PLATFORM_WINDOWS
extern Liquid::Application* Liquid::CreateApplication();
int main(int argc, char** argv)
{
Liquid::Log::Init();
LQ_CORE_WARN("Initialized Log!");
int a = 2;
LQ_INFO("Hello! Var={0}", 0);
auto app = Liquid::CreateApplication();
app->Run();
delete app;
}
#endif | 14.454545 | 56 | 0.669811 |
d1da14996b5f5d42010f41765506fadb8ca1981c | 7,321 | c | C | cc/src/main.c | capsoid/hab | 9be7a461603adae357dc031b9d1d63d3ed7c46f4 | [
"Apache-2.0"
] | null | null | null | cc/src/main.c | capsoid/hab | 9be7a461603adae357dc031b9d1d63d3ed7c46f4 | [
"Apache-2.0"
] | 1 | 2020-03-05T08:42:50.000Z | 2020-03-05T08:42:50.000Z | cc/src/main.c | capsoid/hab | 9be7a461603adae357dc031b9d1d63d3ed7c46f4 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (c) 2012-2014 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr.h>
#include <kernel.h>
#include <device.h>
#include <misc/__assert.h>
#include <misc/printk.h>
#include <sensor.h>
#include <shell/shell.h>
#include <spi.h>
#include <i2c.h>
#include <stdio.h>
#includ... | 25.420139 | 108 | 0.632017 |
d1da83289d8ac64738d8e7328ffb96e0862455d7 | 5,904 | c | C | Distancia/RafaelOliva/src/SerieRxTx.c | lchico/Ejercicios_2018 | 5371ba20bced206a996201140899157c3ed13886 | [
"BSD-3-Clause"
] | null | null | null | Distancia/RafaelOliva/src/SerieRxTx.c | lchico/Ejercicios_2018 | 5371ba20bced206a996201140899157c3ed13886 | [
"BSD-3-Clause"
] | null | null | null | Distancia/RafaelOliva/src/SerieRxTx.c | lchico/Ejercicios_2018 | 5371ba20bced206a996201140899157c3ed13886 | [
"BSD-3-Clause"
] | null | null | null | /*============================================================================
* Autor:R. Oliva
* Proyecto: Proy6 - TP5 CESE ProguP 18.4.2018
* Licencia:
* Fecha: 18.4.18
*===========================================================================*/
/*
* Practice only..
*
* Redistribution and use i... | 31.572193 | 80 | 0.544546 |
d1dc801fca222aa53095d4a122a85aee5422e565 | 1,171 | c | C | src/learn/select_input.c | yuhongye/credis | b97e1a4cc7ab1364b6acd1b085d7c0bf3d00d205 | [
"Apache-2.0"
] | null | null | null | src/learn/select_input.c | yuhongye/credis | b97e1a4cc7ab1364b6acd1b085d7c0bf3d00d205 | [
"Apache-2.0"
] | null | null | null | src/learn/select_input.c | yuhongye/credis | b97e1a4cc7ab1364b6acd1b085d7c0bf3d00d205 | [
"Apache-2.0"
] | null | null | null | #include <sys/types.h>
#include <sys/time.h>
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <unistd.h>
int main() {
char buf[128];
fd_set inputs, testfds;
FD_ZERO(&inputs);
// 把要检测的句柄stdin(0)加入到集合中
FD_SET(0, &inputs);
struct timeval timeout;
int r... | 23.897959 | 82 | 0.463706 |
d1dd3b47e12a24a1c2dc51a3a126c1717f3451bb | 2,548 | h | C | inc/evm/opcodes.h | newenclave/evm | 214f744910c0126e8dcb0f3292145a899bccb9a1 | [
"MIT"
] | null | null | null | inc/evm/opcodes.h | newenclave/evm | 214f744910c0126e8dcb0f3292145a899bccb9a1 | [
"MIT"
] | null | null | null | inc/evm/opcodes.h | newenclave/evm | 214f744910c0126e8dcb0f3292145a899bccb9a1 | [
"MIT"
] | null | null | null | #pragma once
#ifndef EVM_OPCODES_H
#define EVM_OPCODES_H
#include <cstdint>
/*
OPCODE TABLE:
00: reserved
01: ipush: push an integer value
02: fpush: push a float value
03: pop: pop the stack
05: iadd: stack[-1] + stack[-2]
06: fadd: floating point stack[-1] + stack[-2]
07: isub: stack[-1] - stack[-2]
... | 23.376147 | 70 | 0.666013 |
d1df447029ee75e98828ab0a1d9e682c7a7193b1 | 307 | h | C | digitalCurrency/Controllers/我的/viewController/Setting/HelpCenter/HelpCenterMoreViewController.h | CoderWeiLee/digitalCurrenc | 7feaac2306d756f264efa9d67231df13b3bd0125 | [
"Apache-2.0"
] | null | null | null | digitalCurrency/Controllers/我的/viewController/Setting/HelpCenter/HelpCenterMoreViewController.h | CoderWeiLee/digitalCurrenc | 7feaac2306d756f264efa9d67231df13b3bd0125 | [
"Apache-2.0"
] | null | null | null | digitalCurrency/Controllers/我的/viewController/Setting/HelpCenter/HelpCenterMoreViewController.h | CoderWeiLee/digitalCurrenc | 7feaac2306d756f264efa9d67231df13b3bd0125 | [
"Apache-2.0"
] | null | null | null | //
// HelpCenterMoreViewController.h
// digitalCurrency
//
// Created by chu on 2019/8/10.
// Copyright © 2019年 ABC. All rights reserved.
//
#import "BaseViewController.h"
@interface HelpCenterMoreViewController : BaseViewController
@property (nonatomic, strong) NSNumber *cate;
@end
| 19.1875 | 61 | 0.70684 |
d1df45562a91507c5bb9f10733aec58d4316763a | 1,669 | c | C | pktreceiver/src/module.c | luwangli/Agg-Evict | d07a2c5375800b6174557750f62a10d8e79e968c | [
"MIT"
] | 5 | 2019-05-05T06:59:20.000Z | 2020-09-06T06:32:21.000Z | pktreceiver/src/module.c | luwangli/Agg-Evict | d07a2c5375800b6174557750f62a10d8e79e968c | [
"MIT"
] | null | null | null | pktreceiver/src/module.c | luwangli/Agg-Evict | d07a2c5375800b6174557750f62a10d8e79e968c | [
"MIT"
] | 4 | 2019-01-12T22:13:02.000Z | 2021-01-26T06:46:54.000Z | #include <string.h>
#include "module.h"
struct ModuleList _all_modules;
void _module_register(
char const* name,
ModulePtr (*init) (ModuleConfigPtr),
void (*del)(ModulePtr),
void (*execute)(ModulePtr, PortPtr, struct rte_mbuf **, uint32_t),
void (*reset)(ModulePtr),
voi... | 24.188406 | 74 | 0.619533 |
d1e655fe04a3e9cc714085023ff709ec613f3658 | 288 | h | C | sanfaust/BlinkTextAnimation.h | astagi/sanfaust.ino | 5bc76c81f1f702ff73a50f8aa628a12c3df81bb6 | [
"MIT"
] | 1 | 2016-02-15T00:14:54.000Z | 2016-02-15T00:14:54.000Z | sanfaust/BlinkTextAnimation.h | astagi/sanfaust.ino | 5bc76c81f1f702ff73a50f8aa628a12c3df81bb6 | [
"MIT"
] | null | null | null | sanfaust/BlinkTextAnimation.h | astagi/sanfaust.ino | 5bc76c81f1f702ff73a50f8aa628a12c3df81bb6 | [
"MIT"
] | null | null | null | #pragma once
#include "TextAnimation.h"
typedef unsigned char uint8_t;
class LiquidCrystal;
class BlinkTextAnimation : public TextAnimation {
protected:
void draw(LiquidCrystal &lcd);
public:
BlinkTextAnimation(uint8_t x, uint8_t y, const char *_text, uint8_t len);
};
| 16 | 77 | 0.743056 |
d1e99bc2324c881321c010f0838b668d51ae8b1e | 598 | h | C | ios/RNTipsView.h | yansaid/RNTipsView | e33e2a03a64d5189d5ebc551d6cc8bc1c22fbe4e | [
"MIT"
] | 5 | 2017-04-03T01:52:52.000Z | 2018-10-12T13:53:23.000Z | ios/RNTipsView.h | yansaid/RNTipsView | e33e2a03a64d5189d5ebc551d6cc8bc1c22fbe4e | [
"MIT"
] | null | null | null | ios/RNTipsView.h | yansaid/RNTipsView | e33e2a03a64d5189d5ebc551d6cc8bc1c22fbe4e | [
"MIT"
] | null | null | null | //
// RNTipsView.h
// RNTipsView
//
// Created by yan on 2017/3/24.
// Copyright © 2017年 Facebook. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
typedef NS_ENUM(NSInteger, ImageSaveType) {
ImageSaveTypeTemp,
ImageSaveTypeCache,
// Todo:
// save image to photos album
... | 19.933333 | 54 | 0.719064 |
d1ea9416071b29c6d281576a8038eab43e643863 | 301 | h | C | Example/Pods/DJBase/DJBase/Classes/ThirdParty/LBPhotoBrowser/LBLoadingView.h | yangshiyu666/DJMoudlePersonal | 8d368526e99987c22c929d5ed3f1a8b0a284b554 | [
"MIT"
] | 435 | 2017-09-05T08:43:49.000Z | 2021-11-09T12:13:39.000Z | DAudiobook/Vender(第三方)/LBPhotoBrowser/LBLoadingView.h | liuchangjun9343/DAudiobook | 0266c97b0597110e98bc6f3a6aea078cfac1bad3 | [
"MIT"
] | 33 | 2017-10-02T03:48:26.000Z | 2020-04-24T05:34:24.000Z | DAudiobook/Vender(第三方)/LBPhotoBrowser/LBLoadingView.h | liuchangjun9343/DAudiobook | 0266c97b0597110e98bc6f3a6aea078cfac1bad3 | [
"MIT"
] | 58 | 2017-09-05T09:03:45.000Z | 2021-03-02T08:30:12.000Z | //
// LLBLoadingView.h
// loadingView
//
// Created by llb on 16/10/5.
// Copyright © 2016年 llb. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface LBLoadingView : UIView
+ (UILabel *)showText:(NSString *)text toView:(UIView *)superView dismissAfterSecond:(NSTimeInterval)second;
@end
| 18.8125 | 108 | 0.707641 |