hexsha stringlengths 40 40 | size int64 5 1.05M | ext stringclasses 588
values | lang stringclasses 305
values | max_stars_repo_path stringlengths 3 363 | max_stars_repo_name stringlengths 5 118 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses listlengths 1 10 | max_stars_count float64 1 191k ⌀ | max_stars_repo_stars_event_min_datetime stringdate 2015-01-01 00:00:35 2022-03-31 23:43:49 ⌀ | max_stars_repo_stars_event_max_datetime stringdate 2015-01-01 12:37:38 2022-03-31 23:59:52 ⌀ | max_issues_repo_path stringlengths 3 363 | max_issues_repo_name stringlengths 5 118 | max_issues_repo_head_hexsha stringlengths 40 40 | max_issues_repo_licenses listlengths 1 10 | max_issues_count float64 1 134k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 3 363 | max_forks_repo_name stringlengths 5 135 | max_forks_repo_head_hexsha stringlengths 40 40 | max_forks_repo_licenses listlengths 1 10 | max_forks_count float64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringdate 2015-01-01 00:01:02 2022-03-31 23:27:27 ⌀ | max_forks_repo_forks_event_max_datetime stringdate 2015-01-03 08:55:07 2022-03-31 23:59:24 ⌀ | content stringlengths 5 1.05M | avg_line_length float64 1.13 1.04M | max_line_length int64 1 1.05M | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
461ce8bea96a68207e840167836dca787b111071 | 821 | h | C | Engine/Source/Runtime/Graphics/Public/Graphics/GraphicsApi.h | HybridAlpaca/Raptor | d2ccb1f82e70026aa5cbdb9df09c95deb92cf16f | [
"MIT"
] | 1 | 2018-04-23T17:58:58.000Z | 2018-04-23T17:58:58.000Z | Engine/Source/Runtime/Graphics/Public/Graphics/GraphicsApi.h | HybridAlpaca/Raptor | d2ccb1f82e70026aa5cbdb9df09c95deb92cf16f | [
"MIT"
] | null | null | null | Engine/Source/Runtime/Graphics/Public/Graphics/GraphicsApi.h | HybridAlpaca/Raptor | d2ccb1f82e70026aa5cbdb9df09c95deb92cf16f | [
"MIT"
] | null | null | null | #pragma once
#include <Raptor/Required.h>
const int GRAPHICS_API = 1;
/**
*
* @class GraphicsApi
* @author Seth Traman
* @brief Abstract class describig the methods a graphics API is expected to have
*
**/
class GraphicsApi
{
public:
virtual ~GraphicsApi () {}
virtual uint16 CreateShader (cchar vertexCode... | 22.805556 | 131 | 0.729598 |
5f058c94a902644679c284e798f742d4b0a3c399 | 353 | h | C | KIAdditionsDemo/KIAdditionsDemo/KIAdditions/NSArray/NSArray+KIAdditions.h | xinyuly/KIAdditionsDemo | 1be16fe6fdfd2c076f0d7ce0fdb9dc5188de78e7 | [
"MIT"
] | null | null | null | KIAdditionsDemo/KIAdditionsDemo/KIAdditions/NSArray/NSArray+KIAdditions.h | xinyuly/KIAdditionsDemo | 1be16fe6fdfd2c076f0d7ce0fdb9dc5188de78e7 | [
"MIT"
] | null | null | null | KIAdditionsDemo/KIAdditionsDemo/KIAdditions/NSArray/NSArray+KIAdditions.h | xinyuly/KIAdditionsDemo | 1be16fe6fdfd2c076f0d7ce0fdb9dc5188de78e7 | [
"MIT"
] | null | null | null | //
// NSArray+KIAdditions.h
// KIAdditions
//
// Created by apple on 16/3/24.
// Copyright © 2016年 smartwalle. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSArray (KIAdditions)
@end
@interface NSObject (Array)
/*判断是否为NSArray*/
- (BOOL)isArray;
/*判断是否为不为空的NSArray*/
- (BOOL)isEmptyArray... | 14.12 | 54 | 0.70255 |
00839be5326d5e0fce1c89a3abb35c0ebac6fefe | 841 | h | C | algorithms/medium/0670. Maximum Swap.h | MultivacX/letcode2020 | f86289f8718237303918a7705ae31625a12b68f6 | [
"MIT"
] | null | null | null | algorithms/medium/0670. Maximum Swap.h | MultivacX/letcode2020 | f86289f8718237303918a7705ae31625a12b68f6 | [
"MIT"
] | null | null | null | algorithms/medium/0670. Maximum Swap.h | MultivacX/letcode2020 | f86289f8718237303918a7705ae31625a12b68f6 | [
"MIT"
] | null | null | null | // 670. Maximum Swap
// https://leetcode.com/problems/maximum-swap/
// Runtime: 0 ms, faster than 100.00% of C++ online submissions for Maximum Swap.
// Memory Usage: 6 MB, less than 52.90% of C++ online submissions for Maximum Swap.
class Solution {
public:
int maximumSwap(int num) {
vector<vector<int>> ... | 32.346154 | 83 | 0.473246 |
2e1c2c1db4c5168c8464bf437cf061d3a5590433 | 29,268 | c | C | Delfino/DualCore/SmartWinchDualCore/kinematics.c | vlad314/FYP_SmartWinch | fca9c23e89d5ea14bfcd18b6565c0a241d7cf3ab | [
"MIT"
] | null | null | null | Delfino/DualCore/SmartWinchDualCore/kinematics.c | vlad314/FYP_SmartWinch | fca9c23e89d5ea14bfcd18b6565c0a241d7cf3ab | [
"MIT"
] | null | null | null | Delfino/DualCore/SmartWinchDualCore/kinematics.c | vlad314/FYP_SmartWinch | fca9c23e89d5ea14bfcd18b6565c0a241d7cf3ab | [
"MIT"
] | null | null | null | /*
* kinematics.c
*
* Created on: 14 Feb 2018
* Author: [Afdhal Atiff Tan] + [Matthew Danby] h
*/
#include "kinematics.h"
#define pi 3.14159265358979323846
//w is the weight per unit length of the cable in N/m
//Coordinates of the 3 motors B,C and D. A is assumed as the origin to begin
//with then the or... | 34.595745 | 209 | 0.606259 |
4472c6adaae87dcf48c5ca353f8c8decef25f097 | 3,266 | h | C | VarCalc/WeightsManInterface.h | chenyoujie/GeoDa | 87504344512bd0da2ccadfb160ecd1e918a52f06 | [
"BSL-1.0"
] | null | null | null | VarCalc/WeightsManInterface.h | chenyoujie/GeoDa | 87504344512bd0da2ccadfb160ecd1e918a52f06 | [
"BSL-1.0"
] | null | null | null | VarCalc/WeightsManInterface.h | chenyoujie/GeoDa | 87504344512bd0da2ccadfb160ecd1e918a52f06 | [
"BSL-1.0"
] | null | null | null | /**
* GeoDa TM, Copyright (C) 2011-2014 by Luc Anselin - all rights reserved
*
* This file is part of GeoDa.
*
* GeoDa 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, o... | 42.973684 | 83 | 0.741886 |
cd1a9e6f0e7a14f59a23e6fb24f10f723f411d7d | 2,318 | h | C | include/owl/private/borlandc.h | pierrebestwork/owl-next | 94ba85e8b4dcb978f095b479f85fe4ba3af2fe4e | [
"Zlib"
] | null | null | null | include/owl/private/borlandc.h | pierrebestwork/owl-next | 94ba85e8b4dcb978f095b479f85fe4ba3af2fe4e | [
"Zlib"
] | null | null | null | include/owl/private/borlandc.h | pierrebestwork/owl-next | 94ba85e8b4dcb978f095b479f85fe4ba3af2fe4e | [
"Zlib"
] | null | null | null | //
/// \file
/// Compiler-specific defines for Borland C++ and C++Builder
//
// Part of OWLNext - the next generation Object Windows Library
// Copyright (c) 1995, 1996 by Borland International, All Rights Reserved
//
// For more information, including license details, see
// http://owlnext.sourceforge.net
//
... | 28.268293 | 101 | 0.753236 |
28ac60b5aafb4774213841b346d4d0799a1fa2ca | 907 | h | C | examples/specific/template_class_non_type.h | johnrscott/breathe | a656a959093737a8972a308170c86889a1cae5b2 | [
"BSD-3-Clause"
] | 3 | 2016-08-29T09:17:57.000Z | 2016-10-18T05:01:25.000Z | examples/specific/template_class_non_type.h | johnrscott/breathe | a656a959093737a8972a308170c86889a1cae5b2 | [
"BSD-3-Clause"
] | 1 | 2021-03-20T05:32:03.000Z | 2021-03-20T05:32:03.000Z | examples/specific/template_class_non_type.h | johnrscott/breathe | a656a959093737a8972a308170c86889a1cae5b2 | [
"BSD-3-Clause"
] | 1 | 2021-09-02T18:37:40.000Z | 2021-09-02T18:37:40.000Z | /**
* @brief a class with three template parameters
*
* @tparam T this is the first template parameter
* @tparam U this is the second template parameter
* @tparam N this is the third template parameter, it is a non-type parameter
*/
template <typename T, typename U, int N>
class anothertemplateclass
{
public:
... | 23.25641 | 78 | 0.662624 |
2f417d1e493b40ad4ad28d2e896c1eb8c1c67481 | 526 | h | C | GlobalKeyLib/include/GlobalKeyboard.h | sols000/GlobalKeySharp | a8e6d10bcac4bb1408b95c8383cfb7b347209951 | [
"MIT"
] | 1 | 2019-05-14T11:39:15.000Z | 2019-05-14T11:39:15.000Z | GlobalKeyLib/include/GlobalKeyboard.h | sols000/GlobalKeySharp | a8e6d10bcac4bb1408b95c8383cfb7b347209951 | [
"MIT"
] | null | null | null | GlobalKeyLib/include/GlobalKeyboard.h | sols000/GlobalKeySharp | a8e6d10bcac4bb1408b95c8383cfb7b347209951 | [
"MIT"
] | null | null | null | // 下列 ifdef 块是创建使从 DLL 导出更简单的
// 宏的标准方法。此 DLL 中的所有文件都是用命令行上定义的 GLOBALKEYBOARD_EXPORTS
// 符号编译的。在使用此 DLL 的
// 任何项目上不应定义此符号。这样,源文件中包含此文件的任何其他项目都会将
// GLOBALKEYBOARD_API 函数视为是从 DLL 导入的,而此 DLL 则将用此宏定义的
// 符号视为是被导出的。
#ifdef GLOBALKEYBOARD_EXPORTS
#define GLOBALKEYBOARD_API __declspec(dllexport)
#else
#define GLOBALKEYBOARD... | 32.875 | 90 | 0.825095 |
facf185fb06d8d36ed66c5a21a9bab5e3adb0a87 | 7,614 | h | C | Util/ChannelConverter.h | mkazhdan/DMG | 60dc4e1fe4d078ddaec694c388af57b7cdb748ff | [
"MIT"
] | 25 | 2015-12-29T20:48:24.000Z | 2021-08-09T07:03:40.000Z | Util/ChannelConverter.h | mkazhdan/DMG | 60dc4e1fe4d078ddaec694c388af57b7cdb748ff | [
"MIT"
] | 2 | 2016-02-02T01:34:07.000Z | 2021-05-13T16:41:07.000Z | Util/ChannelConverter.h | mkazhdan/DMG | 60dc4e1fe4d078ddaec694c388af57b7cdb748ff | [
"MIT"
] | 9 | 2016-01-31T05:46:44.000Z | 2022-01-16T07:09:42.000Z | /*
Copyright (c) 2008, Michael Kazhdan
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
conditions and the following di... | 61.902439 | 233 | 0.700552 |
2823ee0297b8e979f48df67842a725beaf5db825 | 3,750 | c | C | Sources/source_code_1/KR2660_DMB_AV_TV_VGA_WJ_20100331/Core/code/Main.c | notjoms/RTD2660_PCB800099 | bb33f514885603f27ac67c5cc5449b7273d3b7c9 | [
"MIT"
] | 62 | 2017-09-05T11:17:30.000Z | 2022-03-30T21:26:21.000Z | Sources/source_code_1/KR2660_DMB_AV_TV_VGA_WJ_20100331/Core/code/Main.c | notjoms/RTD2660_PCB800099 | bb33f514885603f27ac67c5cc5449b7273d3b7c9 | [
"MIT"
] | 2 | 2017-10-11T07:06:11.000Z | 2021-09-27T18:51:41.000Z | Sources/source_code_1/KR2660_DMB_AV_TV_VGA_WJ_20100331/Core/code/Main.c | notjoms/RTD2660_PCB800099 | bb33f514885603f27ac67c5cc5449b7273d3b7c9 | [
"MIT"
] | 37 | 2017-10-22T19:22:56.000Z | 2022-01-14T14:40:29.000Z | //----------------------------------------------------------------------------------------------------
// Copyright of Realtek SemiConductor Corp.
// Version : V1.00c (09.15.2009)
//
//----------------------------------------------------------------------------------------------------
//-------------------------------... | 20.604396 | 102 | 0.546133 |
1ace9d2928b9e8ddd92a9eff149d1cf401225a15 | 384 | h | C | FMESimulation/inc/ParticleDrag.h | FullMetalNicky/FullMetalEngine | 26fbdd14332f9ab158180efea176e7aaa47f570c | [
"MIT"
] | 12 | 2018-08-05T17:55:40.000Z | 2021-08-22T07:17:12.000Z | FMESimulation/inc/ParticleDrag.h | FullMetalNicky/FullMetalEngine | 26fbdd14332f9ab158180efea176e7aaa47f570c | [
"MIT"
] | null | null | null | FMESimulation/inc/ParticleDrag.h | FullMetalNicky/FullMetalEngine | 26fbdd14332f9ab158180efea176e7aaa47f570c | [
"MIT"
] | 1 | 2020-06-08T10:46:05.000Z | 2020-06-08T10:46:05.000Z | #ifndef PARTICLEDRAG_H_
#define PARTICLEDRAG_H_
#include "IParticleForce.h"
namespace FME
{
namespace Simulation
{
class ParticleDrag : public IParticleForce
{
public:
ParticleDrag(const glm::vec2& kCoeffs);
virtual void Update(std::shared_ptr<Particle> particle, float deltaTime);
... | 13.714286 | 77 | 0.669271 |
ff8ff8f029a9007c03eb8c5bce081054733d0860 | 5,426 | h | C | c++/PCG/src/ConstraintJoint.h | sueda/redmax | 0a8864e882cbb8afe471314829d591790b915e56 | [
"MIT"
] | 63 | 2019-05-09T03:25:37.000Z | 2022-01-17T07:05:35.000Z | c++/PCG/src/ConstraintJoint.h | sueda/redmax | 0a8864e882cbb8afe471314829d591790b915e56 | [
"MIT"
] | 1 | 2019-05-13T23:17:13.000Z | 2019-05-22T10:49:52.000Z | c++/PCG/src/ConstraintJoint.h | sueda/redmax | 0a8864e882cbb8afe471314829d591790b915e56 | [
"MIT"
] | 8 | 2019-05-06T02:03:12.000Z | 2021-07-07T11:01:27.000Z | #pragma once
#ifndef __ConstraintJoint__
#define __ConstraintJoint__
#include "Constraint.h"
#include "RigidBodyUtility.h"
#include "State.h"
#include <string>
struct LinkageSystem;
//struct State;
struct StateDeriv;
struct StateSolve;
// ----------------------------------------------------//
// Rotation axis of a ... | 79.794118 | 315 | 0.753962 |
2cbe768b7630e4c12c75c00746039d63038087e2 | 718 | h | C | shadercooker-lib/ShaderCooker/Token.h | avennstrom/NovusCore-Common | f0687f0df75c0651137d11bb14aba6fede918d93 | [
"MIT"
] | 9 | 2020-03-16T09:52:08.000Z | 2021-09-03T20:05:04.000Z | shadercooker-lib/ShaderCooker/Token.h | avennstrom/NovusCore-Common | f0687f0df75c0651137d11bb14aba6fede918d93 | [
"MIT"
] | 3 | 2020-01-16T13:58:24.000Z | 2020-08-04T19:38:32.000Z | shadercooker-lib/ShaderCooker/Token.h | avennstrom/NovusCore-Common | f0687f0df75c0651137d11bb14aba6fede918d93 | [
"MIT"
] | 7 | 2020-01-16T13:55:27.000Z | 2021-12-20T22:15:49.000Z | #pragma once
#include <string>
namespace ShaderCooker
{
class Token
{
public:
enum class Type : uint16_t
{
COMMA = 44,
SEMICOLON = 59,
ASSIGN = 61,
LBRACKET = 91,
RBRACKET = 93,
IDENTIFIER = 256,
KEYWORD_PE... | 18.894737 | 44 | 0.470752 |
309a5de46634f84b79c654bc8d04f0452fae481f | 1,954 | c | C | 30days-Origin-ISOfiles/omake/tolsrc/go_0023s/libiberty/xstrerror.c | sky5454/30daysMakeOS-Origin-ISOfiles | 502da405cbcd4cfd2fab236c6bf62a9323196ee0 | [
"Info-ZIP"
] | 43 | 2019-06-26T10:22:39.000Z | 2022-03-25T02:26:43.000Z | go_0023s/libiberty/xstrerror.c | HariboteOS/tolset | ac2aa0f5bd9492f48b1721de73ad831cdd8216aa | [
"Xnet",
"X11"
] | 7 | 2016-12-29T12:07:29.000Z | 2019-05-20T07:06:42.000Z | go_0023s/libiberty/xstrerror.c | HariboteOS/tolset | ac2aa0f5bd9492f48b1721de73ad831cdd8216aa | [
"Xnet",
"X11"
] | 23 | 2019-09-07T15:44:51.000Z | 2022-03-16T07:42:20.000Z | /* xstrerror.c -- jacket routine for more robust strerror() usage.
Fri Jun 16 18:30:00 1995 Pat Rankin <rankin@eql.caltech.edu>
This code is in the public domain. */
/*
@deftypefn Replacement char* xstrerror (int @var{errnum})
Behaves exactly like the standard @code{strerror} function, but
will nev... | 28.318841 | 79 | 0.669396 |
01a40dd8e23c22f401f02120dc2f6568faa7420a | 700 | c | C | dict/main.c | rakanalh/all-things-c | 2107925d37aa3eeee6e7df562d83f81850383364 | [
"MIT"
] | null | null | null | dict/main.c | rakanalh/all-things-c | 2107925d37aa3eeee6e7df562d83f81850383364 | [
"MIT"
] | null | null | null | dict/main.c | rakanalh/all-things-c | 2107925d37aa3eeee6e7df562d83f81850383364 | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <stdint.h>
#include "dict.h"
int main(int argc, char** argv) {
dict* dict = dict_new();
printf("Setting values\n");
dict_set(dict, "name", "Rakan");
dict_set(dict, "age", (void *) (intptr_t) 15);
printf("Reading values\n");
dict_entry* name = dict_get(dict, "name");
dict_entry* ag... | 19.444444 | 49 | 0.62 |
a4e2980b49212b7639c3eba2c57a7461a7bac61a | 9,855 | c | C | tests/internal/flb_time.c | blkmajik/fluent-bit | 552af7ab958ed77884ba0fc838979c2d62a4c95d | [
"Apache-2.0"
] | 1 | 2020-01-21T09:56:45.000Z | 2020-01-21T09:56:45.000Z | tests/internal/flb_time.c | blkmajik/fluent-bit | 552af7ab958ed77884ba0fc838979c2d62a4c95d | [
"Apache-2.0"
] | 5 | 2022-02-24T18:40:08.000Z | 2022-03-26T16:12:27.000Z | tests/internal/flb_time.c | blkmajik/fluent-bit | 552af7ab958ed77884ba0fc838979c2d62a4c95d | [
"Apache-2.0"
] | null | null | null | /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* Fluent Bit
* ==========
* Copyright (C) 2019-2021 The Fluent Bit Authors
* Copyright (C) 2015-2018 Treasure Data Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in co... | 29.330357 | 105 | 0.672146 |
01123875b048f753be2a825d47ae112b16acb654 | 1,635 | h | C | opengl.superbible.6th.example.codes/include/dropDownList.h | pgrPcz/pgrSuperBible6 | 59e73fff6877695bec9fb647a37ab29b995362a6 | [
"MIT"
] | null | null | null | opengl.superbible.6th.example.codes/include/dropDownList.h | pgrPcz/pgrSuperBible6 | 59e73fff6877695bec9fb647a37ab29b995362a6 | [
"MIT"
] | null | null | null | opengl.superbible.6th.example.codes/include/dropDownList.h | pgrPcz/pgrSuperBible6 | 59e73fff6877695bec9fb647a37ab29b995362a6 | [
"MIT"
] | null | null | null | #ifndef __DROPDOWNLIST_H__
#define __DROPDOWNLIST_H__
#include "GL/gl3w.h"
#include "GL/glfw.h"
#include "sb6ext.h"
#include <vmath.h>
#include <stdio.h>
#include <fstream>
class DropDownList {
public:
DropDownList();
~DropDownList();
void Init(int winW, int winH, float x, float y, int width, int hight, cons... | 18.579545 | 116 | 0.700917 |
60231916b4251ab3000bdebd6e75fb2caf787744 | 7,542 | h | C | src/problem.h | sraaphorst/nibac | 288fcc4012065cf8b15dab4fc5f0c829b2b4a65c | [
"Apache-2.0"
] | null | null | null | src/problem.h | sraaphorst/nibac | 288fcc4012065cf8b15dab4fc5f0c829b2b4a65c | [
"Apache-2.0"
] | 9 | 2018-05-06T20:27:49.000Z | 2018-10-24T23:28:24.000Z | src/problem.h | sraaphorst/nibac | 288fcc4012065cf8b15dab4fc5f0c829b2b4a65c | [
"Apache-2.0"
] | null | null | null | /**
* problem.h
*
* By Sebastian Raaphorst, 2003 - 2018.
*/
#ifndef PROBLEM_H
#define PROBLEM_H
#include "common.h"
#include "bacoptions.h"
#include "branchingscheme.h"
#include "formulation.h"
#include "group.h"
#include "margotbacoptions.h"
#include "solutionmanager.h"
namespace vorpal::nibac {
/** An abst... | 50.959459 | 105 | 0.694776 |
6059557067b4e4210f6fe9f21fc14bc949aaa6c4 | 2,728 | c | C | linux-2.6.16-unmod/arch/sparc64/lib/find_bit.c | ut-osa/syncchar | eba20da163260b6ae1ef3e334ad2137873a8d625 | [
"BSD-3-Clause"
] | null | null | null | linux-2.6.16-unmod/arch/sparc64/lib/find_bit.c | ut-osa/syncchar | eba20da163260b6ae1ef3e334ad2137873a8d625 | [
"BSD-3-Clause"
] | null | null | null | linux-2.6.16-unmod/arch/sparc64/lib/find_bit.c | ut-osa/syncchar | eba20da163260b6ae1ef3e334ad2137873a8d625 | [
"BSD-3-Clause"
] | 1 | 2019-05-14T16:36:45.000Z | 2019-05-14T16:36:45.000Z | #include <linux/bitops.h>
/**
* find_next_bit - find the next set bit in a memory region
* @addr: The address to base the search on
* @offset: The bitnumber to start searching at
* @size: The maximum size to search
*/
unsigned long find_next_bit(const unsigned long *addr, unsigned long size,
unsigned long off... | 21.3125 | 98 | 0.61217 |
28725fe981233d6521844647afc4d951005c5d58 | 1,798 | h | C | src/main/include/Swerve/SwerveMath.h | Mattbenfield9755/Robot-Code-2021 | dbd43b98dad1c837fb6cfc9ff48fe7eec9ce2470 | [
"BSD-3-Clause"
] | null | null | null | src/main/include/Swerve/SwerveMath.h | Mattbenfield9755/Robot-Code-2021 | dbd43b98dad1c837fb6cfc9ff48fe7eec9ce2470 | [
"BSD-3-Clause"
] | null | null | null | src/main/include/Swerve/SwerveMath.h | Mattbenfield9755/Robot-Code-2021 | dbd43b98dad1c837fb6cfc9ff48fe7eec9ce2470 | [
"BSD-3-Clause"
] | null | null | null |
#pragma once
#include <math.h>
#include "frc/WPILib.h"
/**
* This class handles the calculations required to drive a robot using SwerveDrive
* wheels. This class supports both robot centric and field centric modes. Field
* centric mode causes the swerve system to always keep the forward/backward and
* direction... | 33.296296 | 82 | 0.724694 |
93428b50ed5044066f508719c292dde649e9b4f5 | 278 | h | C | fansky/Controllers/SAFavoriteTimeLineViewController.h | simpleapples/fansky | 5d495a86f1b8b73005861a24082f5a3daaa997e6 | [
"MIT"
] | 83 | 2015-09-24T15:33:53.000Z | 2021-11-23T09:15:42.000Z | fansky/Controllers/SAFavoriteTimeLineViewController.h | simpleapples/fansky | 5d495a86f1b8b73005861a24082f5a3daaa997e6 | [
"MIT"
] | 3 | 2015-09-13T02:09:59.000Z | 2019-11-07T08:37:53.000Z | fansky/Controllers/SAFavoriteTimeLineViewController.h | simpleapples/fansky | 5d495a86f1b8b73005861a24082f5a3daaa997e6 | [
"MIT"
] | 31 | 2015-09-13T02:04:28.000Z | 2019-08-23T13:52:31.000Z | //
// SAFavoriteTimeLineViewController.h
// fansky
//
// Created by Zzy on 10/18/15.
// Copyright © 2015 Zzy. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "SATimeLineViewController.h"
@interface SAFavoriteTimeLineViewController : SATimeLineViewController
@end
| 18.533333 | 70 | 0.748201 |
4f42dd1627f38feaf536e2185674b8c0b4822ce4 | 6,165 | h | C | usr/src/cmd/cmd-crypto/cryptoadm/cryptoadm.h | AsahiOS/gate | 283d47da4e17a5871d9d575e7ffb81e8f6c52e51 | [
"MIT"
] | null | null | null | usr/src/cmd/cmd-crypto/cryptoadm/cryptoadm.h | AsahiOS/gate | 283d47da4e17a5871d9d575e7ffb81e8f6c52e51 | [
"MIT"
] | null | null | null | usr/src/cmd/cmd-crypto/cryptoadm/cryptoadm.h | AsahiOS/gate | 283d47da4e17a5871d9d575e7ffb81e8f6c52e51 | [
"MIT"
] | 1 | 2020-12-30T00:04:16.000Z | 2020-12-30T00:04:16.000Z | /*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolar... | 33.145161 | 79 | 0.773398 |
7fb9c3767cf351387b75addc9a01e53148977dbb | 26,176 | h | C | caffe2/operators/generate_proposals_op_util_nms.h | ZIZUN/pytorch | f565167fbdf607f3b0b95f077b11f2f78716c217 | [
"Intel"
] | 183 | 2018-04-06T21:10:36.000Z | 2022-03-30T15:05:24.000Z | caffe2/operators/generate_proposals_op_util_nms.h | ZIZUN/pytorch | f565167fbdf607f3b0b95f077b11f2f78716c217 | [
"Intel"
] | 631 | 2018-06-05T16:59:11.000Z | 2022-03-31T16:26:57.000Z | caffe2/operators/generate_proposals_op_util_nms.h | ZIZUN/pytorch | f565167fbdf607f3b0b95f077b11f2f78716c217 | [
"Intel"
] | 58 | 2018-06-05T16:40:18.000Z | 2022-03-16T15:37:29.000Z | #ifndef CAFFE2_OPERATORS_UTILS_NMS_H_
#define CAFFE2_OPERATORS_UTILS_NMS_H_
#include <vector>
#include "caffe2/core/logging.h"
#include "caffe2/core/macros.h"
#include "caffe2/utils/eigen_utils.h"
#include "caffe2/utils/math.h"
#include <c10/util/irange.h>
namespace caffe2 {
namespace utils {
// Greedy non-maximum... | 32.760951 | 80 | 0.641924 |
7fcf44c0c27ae172fa721c9f10ddd984056177f7 | 1,244 | c | C | tests/test_call_teardown.c | elfenix/fctx | e5f315cf6b7a50cff99488ac00bee09849e9eee8 | [
"BSD-3-Clause"
] | 23 | 2015-01-14T23:12:58.000Z | 2021-12-26T21:50:37.000Z | tests/test_call_teardown.c | elfenix/fctx | e5f315cf6b7a50cff99488ac00bee09849e9eee8 | [
"BSD-3-Clause"
] | 1 | 2020-11-14T20:52:21.000Z | 2020-11-14T20:52:21.000Z | tests/test_call_teardown.c | elfenix/fctx | e5f315cf6b7a50cff99488ac00bee09849e9eee8 | [
"BSD-3-Clause"
] | 8 | 2015-04-02T01:58:08.000Z | 2021-06-02T05:13:59.000Z | /*
====================================================================
Copyright (c) 2009 Ian Blumel. All rights reserved.
This software is licensed as described in the file LICENSE, which
you should have received as part of this distribution.
====================================================================
Fil... | 22.214286 | 76 | 0.528939 |
d26212812df253609258fb222823439366f729b9 | 618 | h | C | Source/Windows/DanceStudio/DanceStudio.Core.UnitTests/stdafx.h | DirtyPiece/dancestudio | 86b3d7d379996840acb12da6ebbd80b48e564dc4 | [
"MIT"
] | 1 | 2015-03-10T05:17:33.000Z | 2015-03-10T05:17:33.000Z | Source/Windows/DanceStudio/DanceStudio.Core.UnitTests/stdafx.h | DirtyPiece/dancestudio | 86b3d7d379996840acb12da6ebbd80b48e564dc4 | [
"MIT"
] | 3 | 2015-02-15T20:15:40.000Z | 2015-02-16T06:19:52.000Z | Source/Windows/DanceStudio/DanceStudio.Core.UnitTests/stdafx.h | DirtyPiece/dancestudio | 86b3d7d379996840acb12da6ebbd80b48e564dc4 | [
"MIT"
] | null | null | null | // =======================================================================
// <copyright file="stdafx.h" company="Bean and Cheese Studios">
// Copyright 2015 Bean and Cheese Studios
// </copyright>
// <date>12-27-2014</date>
// =======================================================================
#ifndef SOURCE_WIND... | 34.333333 | 74 | 0.618123 |
1901fce4f8d372d611316a7c4a8d6a67a655a3d9 | 1,867 | h | C | drivers/libvirt-dev/usr/include/libvirt/libvirt-lxc.h | node-computes/nc-virt | 0ba91e009206ae1c9a2238f1d54e848306ec80ff | [
"Apache-2.0"
] | 3 | 2017-09-22T15:10:01.000Z | 2018-03-30T02:11:54.000Z | drivers/libvirt-dev/usr/include/libvirt/libvirt-lxc.h | node-computes/nc-virt | 0ba91e009206ae1c9a2238f1d54e848306ec80ff | [
"Apache-2.0"
] | null | null | null | drivers/libvirt-dev/usr/include/libvirt/libvirt-lxc.h | node-computes/nc-virt | 0ba91e009206ae1c9a2238f1d54e848306ec80ff | [
"Apache-2.0"
] | null | null | null | /* -*- c -*-
* libvirt-lxc.h: Interfaces specific for LXC driver
* Summary: lxc specific interfaces
* Description: Provides the interfaces of the libvirt library to handle
* LXC specific methods
*
* Copyright (C) 2012-2013 Red Hat, Inc.
*
* This library is free software; you can redistribute it and... | 33.945455 | 72 | 0.622389 |
c5559824b88237f4f553fa38ebb7ef2bf516ef5f | 1,185 | h | C | include/scene_editor.h | TamplierS1/shooter | 01b42b087a8cf68434c9c89f070eaf10c86ffd53 | [
"MIT"
] | null | null | null | include/scene_editor.h | TamplierS1/shooter | 01b42b087a8cf68434c9c89f070eaf10c86ffd53 | [
"MIT"
] | null | null | null | include/scene_editor.h | TamplierS1/shooter | 01b42b087a8cf68434c9c89f070eaf10c86ffd53 | [
"MIT"
] | null | null | null | #pragma once
#include <memory>
#include <optional>
#include "TPOrbitCamera.h"
#include "scene.h"
class SceneEditor
{
public:
SceneEditor();
~SceneEditor();
int run();
private:
void handle_input();
void render_scene();
void render_gui();
void render_file_browser(bool is_visible);
vo... | 23.235294 | 85 | 0.690295 |
c55de97eb937e0d6cc6c1f01d86ece3624a8ec96 | 1,081 | h | C | include/CppUtil/RTX/GenData.h | Vinluo/RenderLab | c7f52154a7aea9afb37537b8a0eac1fcf9100182 | [
"MIT"
] | 1 | 2019-06-13T02:55:01.000Z | 2019-06-13T02:55:01.000Z | include/CppUtil/RTX/GenData.h | ishigami33/RenderLab | 86c9ab48815adcbdc6afb39883337088fb019bc0 | [
"MIT"
] | null | null | null | include/CppUtil/RTX/GenData.h | ishigami33/RenderLab | 86c9ab48815adcbdc6afb39883337088fb019bc0 | [
"MIT"
] | null | null | null | #ifndef _RTX_GEN_DATA_GEN_DATA_H_
#define _RTX_GEN_DATA_GEN_DATA_H_
#include <CppUtil/Basic/Ptr.h>
#include <map>
#include <vector>
namespace CppUtil {
namespace Basic {
class Image;
}
}
namespace RTX {
class Hitable;
class Group;
class GenData_HV;
class GenData_MV;
class GenData_TV;
class GenData {
pub... | 22.520833 | 82 | 0.736355 |
305916a2531c0e003618e04596fa4c0cbade2790 | 8,356 | h | C | plugins/Nephilim/sfml sound includes/Sound.h | GrimshawA/Nephilim | 1e69df544078b55fdaf58a04db963e20094f27a9 | [
"Zlib"
] | 19 | 2015-12-19T11:15:57.000Z | 2022-03-09T11:22:11.000Z | plugins/Nephilim/sfml sound includes/Sound.h | DevilWithin/Nephilim | 1e69df544078b55fdaf58a04db963e20094f27a9 | [
"Zlib"
] | 1 | 2017-05-17T09:31:10.000Z | 2017-05-19T17:01:31.000Z | plugins/Nephilim/sfml sound includes/Sound.h | GrimshawA/Nephilim | 1e69df544078b55fdaf58a04db963e20094f27a9 | [
"Zlib"
] | 3 | 2015-12-14T17:40:26.000Z | 2021-02-25T00:42:42.000Z | ////////////////////////////////////////////////////////////////////////////////
//
// SFML - Simple and Fast Multimedia Library
// Copyright (C) 2007-2013 Laurent Gomila (laurent.gom@gmail.com)
//
// This software is provided 'as-is', without any express or implied warranty.
// In no event will the authors be held lia... | 37.809955 | 83 | 0.408329 |
5cc9985025d49a1cddf13f05627d08784cd8fbcb | 2,205 | c | C | demo/gio/gio-file-enumerate.c | dingjingmaster/clib | 97f0be4141cf5bdab0d63e7952c65fc71f13f426 | [
"MIT"
] | 4 | 2020-10-30T12:40:10.000Z | 2021-09-02T03:07:22.000Z | demo/gio/gio-file-enumerate.c | dingjingmaster/clib | 97f0be4141cf5bdab0d63e7952c65fc71f13f426 | [
"MIT"
] | null | null | null | demo/gio/gio-file-enumerate.c | dingjingmaster/clib | 97f0be4141cf5bdab0d63e7952c65fc71f13f426 | [
"MIT"
] | 3 | 2020-08-08T12:01:46.000Z | 2021-08-09T12:38:29.000Z | /*************************************************************************
> FileName: gio-file-enumerate.c
> Author : DingJing
> Mail : dingjing@live.cn
> Created Time: 2019年12月16日 星期一 09时49分02秒
************************************************************************/
#include <stdio.h>
#include <gio/gio.h>
int... | 32.426471 | 109 | 0.472562 |
b77836f21d4f1c0a1aa72af4f327e1665aa7ea79 | 3,509 | c | C | gobject-introspection/ext/gobject-introspection/rb-gi-arg-info.c | cosmo0920/ruby-gnome2 | 88d17c64237c35d7cb38bf77fc290828b9269778 | [
"Ruby"
] | null | null | null | gobject-introspection/ext/gobject-introspection/rb-gi-arg-info.c | cosmo0920/ruby-gnome2 | 88d17c64237c35d7cb38bf77fc290828b9269778 | [
"Ruby"
] | null | null | null | gobject-introspection/ext/gobject-introspection/rb-gi-arg-info.c | cosmo0920/ruby-gnome2 | 88d17c64237c35d7cb38bf77fc290828b9269778 | [
"Ruby"
] | null | null | null | /* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
/*
* Copyright (C) 2012 Ruby-GNOME2 Project Team
*
* 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... | 23.085526 | 79 | 0.706184 |
b78b3d7d7551607cae3556ebb8faa36fb8719b0f | 19,917 | h | C | art/compiler/dex/compiler_enums.h | lihuibng/marshmallow | 950cf8de3b4d63af9fc9699374e4ec45ad09b3a7 | [
"Apache-2.0"
] | 8 | 2016-08-11T09:46:36.000Z | 2018-03-02T17:28:35.000Z | art-extension/compiler/dex/compiler_enums.h | android-art-intel/marshmallow | 87e8c22f248164780b92aaa0cdea14bf6cda3859 | [
"Apache-2.0"
] | 1 | 2022-03-08T08:20:47.000Z | 2022-03-08T08:20:47.000Z | art-extension/compiler/dex/compiler_enums.h | android-art-intel/marshmallow | 87e8c22f248164780b92aaa0cdea14bf6cda3859 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (C) 2012 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | 29.419498 | 130 | 0.692323 |
b7ce310bd6e11e63b7d1522e4a217f01bed7d36f | 4,461 | h | C | src/devices/cpu/m6502/m5074x.h | Robbbert/messui | 49b756e2140d8831bc81335298ee8c5471045e79 | [
"BSD-3-Clause"
] | 26 | 2015-03-31T06:25:51.000Z | 2021-12-14T09:29:04.000Z | src/devices/cpu/m6502/m5074x.h | Robbbert/messui | 49b756e2140d8831bc81335298ee8c5471045e79 | [
"BSD-3-Clause"
] | null | null | null | src/devices/cpu/m6502/m5074x.h | Robbbert/messui | 49b756e2140d8831bc81335298ee8c5471045e79 | [
"BSD-3-Clause"
] | 10 | 2015-03-27T05:45:51.000Z | 2022-02-04T06:57:36.000Z | // license:BSD-3-Clause
// copyright-holders:Olivier Galibert
#ifndef MAME_CPU_M6502_M5074X_H
#define MAME_CPU_M6502_M5074X_H
#pragma once
#include "m740.h"
//**************************************************************************
// TYPE DEFINITIONS
//************************************************************... | 28.056604 | 166 | 0.73952 |
ec66551c5f1bff6a3a6ac4c104d54eeb2c8fcbf2 | 978 | c | C | c10/10-15.c | fATwaer/APUE | 148c4aaba9d61e00e11dfb86e2e5bfedd700fe0a | [
"MIT"
] | 4 | 2018-10-20T15:01:36.000Z | 2020-09-09T17:21:37.000Z | c10/10-15.c | fATwaer/APUE | 148c4aaba9d61e00e11dfb86e2e5bfedd700fe0a | [
"MIT"
] | null | null | null | c10/10-15.c | fATwaer/APUE | 148c4aaba9d61e00e11dfb86e2e5bfedd700fe0a | [
"MIT"
] | null | null | null | #include "apue.h"
#include <errno.h>
#include <sys/wait.h>
#include <signal.h>
static void sig_quit(int);
//# SIGQUIT is gernerated by ctrl + \
int
main()
{
sigset_t newmask, oldmask, pendmask;
if (signal(SIGQUIT, sig_quit) == SIG_ERR)
err_sys("can't catch SIGQUIT");
/* block sigquit */
sig... | 18.807692 | 55 | 0.621677 |
6488971d3fe3c9e51ab5a3dfb3f13b90f7ec6052 | 7,413 | h | C | src/commands/Arithmetic.h | vany152/VM5 | ef25328dae8eebdfe73c8ea427042ad45e311f91 | [
"MIT"
] | null | null | null | src/commands/Arithmetic.h | vany152/VM5 | ef25328dae8eebdfe73c8ea427042ad45e311f91 | [
"MIT"
] | null | null | null | src/commands/Arithmetic.h | vany152/VM5 | ef25328dae8eebdfe73c8ea427042ad45e311f91 | [
"MIT"
] | null | null | null | #ifndef ARCHITECTURY_ARITHMETIC_H
#define ARCHITECTURY_ARITHMETIC_H
#include "Command.h"
/**
* @brief базовый класс для арифметических команд
*/
struct Arithmetic : public Command {};
/** **************************************************** INTEGER *************************************************** **/
/**
* @b... | 31.147059 | 120 | 0.703629 |
2357862d5d2bb29eb3acd98ee0d523183189add4 | 3,116 | h | C | components/services/heap_profiling/json_exporter.h | zipated/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | components/services/heap_profiling/json_exporter.h | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | components/services/heap_profiling/json_exporter.h | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_SERVICES_HEAP_PROFILING_JSON_EXPORTER_H_
#define COMPONENTS_SERVICES_HEAP_PROFILING_JSON_EXPORTER_H_
#include <iosfwd>
#include <vecto... | 41.546667 | 107 | 0.7638 |
ea813686722be4b74a90d26e841ddf4b564517a6 | 6,132 | h | C | Modules/Graphics/Include/Pargon/Graphics/GraphicsDevice.h | larsoad/pargon-framework | 0f616c889c329d66ea89a6358ccb0ce1efe13c41 | [
"MIT"
] | null | null | null | Modules/Graphics/Include/Pargon/Graphics/GraphicsDevice.h | larsoad/pargon-framework | 0f616c889c329d66ea89a6358ccb0ce1efe13c41 | [
"MIT"
] | null | null | null | Modules/Graphics/Include/Pargon/Graphics/GraphicsDevice.h | larsoad/pargon-framework | 0f616c889c329d66ea89a6358ccb0ce1efe13c41 | [
"MIT"
] | null | null | null | #pragma once
#include "Pargon/Application/Application.h"
#include "Pargon/Containers/Map.h"
#include "Pargon/Graphics/Geometry.h"
#include "Pargon/Graphics/GraphicsResource.h"
#include "Pargon/Graphics/Material.h"
#include "Pargon/Graphics/Renderer.h"
#include "Pargon/Graphics/Texture.h"
#include "Pargon/Types/Color.h... | 25.55 | 125 | 0.740052 |
26e203d7b7b8e76ba791a3e6292d76b192f9c2aa | 2,916 | c | C | binomial-heap-hw/node.c | RasimSadikoglu/Binary-Trees | 311d125a083378c89e75f9d2606054f0333b519a | [
"MIT"
] | null | null | null | binomial-heap-hw/node.c | RasimSadikoglu/Binary-Trees | 311d125a083378c89e75f9d2606054f0333b519a | [
"MIT"
] | null | null | null | binomial-heap-hw/node.c | RasimSadikoglu/Binary-Trees | 311d125a083378c89e75f9d2606054f0333b519a | [
"MIT"
] | null | null | null | #include "node.h"
#include <stdlib.h>
#include <dirent.h>
#include <stdio.h>
#include <string.h>
node* node_create(char *file_name, int key) {
node *n = malloc(sizeof(node));
strncpy(n->file_name, file_name, CHAR_LENGTH);
n->key = key;
return n;
}
int is_word_boundry(char c) {
return !((c ... | 27.509434 | 124 | 0.626886 |
6cbfbeb6fbd4ade58510a4d1e32638078780a98e | 11,247 | c | C | vendors/microchip/secure_elements/lib/hal/hal_all_platforms_kit_hidapi.c | nateglims/amazon-freertos | 5cc32eb29d935f124101a3584c6d29aa1f5d687d | [
"MIT"
] | 2,637 | 2017-11-29T18:41:48.000Z | 2022-03-29T01:03:36.000Z | vendors/microchip/secure_elements/lib/hal/hal_all_platforms_kit_hidapi.c | nateglims/amazon-freertos | 5cc32eb29d935f124101a3584c6d29aa1f5d687d | [
"MIT"
] | 1,926 | 2017-11-29T21:42:02.000Z | 2022-03-31T22:12:50.000Z | vendors/microchip/secure_elements/lib/hal/hal_all_platforms_kit_hidapi.c | nateglims/amazon-freertos | 5cc32eb29d935f124101a3584c6d29aa1f5d687d | [
"MIT"
] | 1,384 | 2017-11-29T19:04:27.000Z | 2022-03-29T14:40:27.000Z | /**
* \file
* \brief HAL for kit protocol over HID for any platform.
*
* \copyright (c) 2015-2018 Microchip Technology Inc. and its subsidiaries.
*
* \page License
*
* Subject to your compliance with these terms, you may use Microchip software
* and any derivatives exclusively with Microchip products. It is yo... | 28.545685 | 116 | 0.660087 |
29d890fa07fc55bd68ac239bf9d04097d939e28c | 77 | h | C | bootloader/src/serial.h | david-cermak/ADuCM-Bootloader | 494cf2ae48d2cc8394658fe46d6564b1990f0a39 | [
"Apache-2.0"
] | 5 | 2019-05-21T03:45:34.000Z | 2021-01-24T13:37:56.000Z | bootloader/src/serial.h | david-cermak/ADuCM-Bootloader | 494cf2ae48d2cc8394658fe46d6564b1990f0a39 | [
"Apache-2.0"
] | null | null | null | bootloader/src/serial.h | david-cermak/ADuCM-Bootloader | 494cf2ae48d2cc8394658fe46d6564b1990f0a39 | [
"Apache-2.0"
] | 1 | 2020-03-12T14:24:00.000Z | 2020-03-12T14:24:00.000Z |
void SerialInit();
void SendString(char* string);
void SendChar(char ch);
| 11 | 30 | 0.727273 |
3b044b8344c8c88ab686130c67e1dda4e00ea814 | 520 | h | C | avFoundation_Speech/avFoundation_Speech/Tools/CLAvSpeechUtils.h | charlyliusir/avFoundation | 577e4d412eab824e099a40dd445b2adc597f3ab8 | [
"MIT"
] | null | null | null | avFoundation_Speech/avFoundation_Speech/Tools/CLAvSpeechUtils.h | charlyliusir/avFoundation | 577e4d412eab824e099a40dd445b2adc597f3ab8 | [
"MIT"
] | null | null | null | avFoundation_Speech/avFoundation_Speech/Tools/CLAvSpeechUtils.h | charlyliusir/avFoundation | 577e4d412eab824e099a40dd445b2adc597f3ab8 | [
"MIT"
] | null | null | null | //
// CLAvSpeechUtils.h
// avFoundation_Speech
//
// Created by tidemedia on 2017/8/15.
// Copyright © 2017年 charly. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <AVFoundation/AVFoundation.h>
#import "CLAvSpeechConfigure.h"
@interface CLAvSpeechUtils : NSObject
/// 解析器
@property (strong, read... | 20.8 | 78 | 0.746154 |
a547bb5a89445696248818a3c25324a4defe9443 | 14,809 | c | C | src/qt/qtbase/src/3rdparty/sha3/KeccakF-1600-opt64.c | viewdy/phantomjs | eddb0db1d253fd0c546060a4555554c8ee08c13c | [
"BSD-3-Clause"
] | 1 | 2020-04-30T15:47:35.000Z | 2020-04-30T15:47:35.000Z | src/qt/qtbase/src/3rdparty/sha3/KeccakF-1600-opt64.c | mrampersad/phantomjs | dca6f77a36699eb4e1c46f7600cca618f01b0ac3 | [
"BSD-3-Clause"
] | null | null | null | src/qt/qtbase/src/3rdparty/sha3/KeccakF-1600-opt64.c | mrampersad/phantomjs | dca6f77a36699eb4e1c46f7600cca618f01b0ac3 | [
"BSD-3-Clause"
] | 1 | 2022-02-18T10:41:38.000Z | 2022-02-18T10:41:38.000Z | /*
The Keccak sponge function, designed by Guido Bertoni, Joan Daemen,
Michaël Peeters and Gilles Van Assche. For more information, feedback or
questions, please refer to our website: http://keccak.noekeon.org/
Implementation by the designers,
hereby denoted as "the implementer".
To the extent possible under law, the... | 28.867446 | 107 | 0.655615 |
9d9789bef44f3aa49aa72165368ae0c63577da3a | 5,637 | c | C | src/markstack.c | FredFoonly/poe | 7175c20c6321eb9c23152a56f8544c51553eec73 | [
"BSD-3-Clause"
] | 2 | 2017-06-10T06:44:12.000Z | 2020-03-20T20:00:00.000Z | src/markstack.c | FredFoonly/poe | 7175c20c6321eb9c23152a56f8544c51553eec73 | [
"BSD-3-Clause"
] | null | null | null | src/markstack.c | FredFoonly/poe | 7175c20c6321eb9c23152a56f8544c51553eec73 | [
"BSD-3-Clause"
] | 1 | 2020-10-15T16:26:56.000Z | 2020-10-15T16:26:56.000Z |
#include <stdlib.h>
#include <stdint.h>
#include <stdbool.h>
#include "trace.h"
#include "logging.h"
#include "utils.h"
#include "poe_err.h"
#include "vec.h"
#include "cstr.h"
#include "bufid.h"
#include "mark.h"
#include "markstack.h"
#include "margins.h"
#include "tabstops.h"
#include "key_interp.h"
#include "buffe... | 19.848592 | 89 | 0.691503 |
cb99c1d6e81e624fb6724de474bb68c0a48a442d | 9,070 | h | C | Code/Engine/Physics/PhysicsQuery.h | JuanluMorales/KRG | f3a11de469586a4ef0db835af4bc4589e6b70779 | [
"MIT"
] | 419 | 2022-01-27T19:37:43.000Z | 2022-03-31T06:14:22.000Z | Code/Engine/Physics/PhysicsQuery.h | jagt/KRG | ba20cd8798997b0450491b0cc04dc817c4a4bc76 | [
"MIT"
] | 2 | 2022-01-28T20:35:33.000Z | 2022-03-13T17:42:52.000Z | Code/Engine/Physics/PhysicsQuery.h | jagt/KRG | ba20cd8798997b0450491b0cc04dc817c4a4bc76 | [
"MIT"
] | 20 | 2022-01-27T20:41:02.000Z | 2022-03-26T16:16:57.000Z | #pragma once
#include "_Module/API.h"
#include "Engine/Core/Entity/EntityComponent.h"
#include "System/Core/Types/UUID.h"
#include "PhysX.h"
//-------------------------------------------------------------------------
namespace KRG::Physics
{
//---------------------------------------------------------------------... | 38.595745 | 199 | 0.531202 |
8b30dd522f31b18c56c5799bbb8c9f66d14317a3 | 7,228 | c | C | AQ_1/Source/uCGUI/Font/main_interface/co2_font.c | LYJ1940696668/Company | 2cbbcef3a5239a8d720cf8bb27378bc30888bbad | [
"MIT"
] | null | null | null | AQ_1/Source/uCGUI/Font/main_interface/co2_font.c | LYJ1940696668/Company | 2cbbcef3a5239a8d720cf8bb27378bc30888bbad | [
"MIT"
] | null | null | null | AQ_1/Source/uCGUI/Font/main_interface/co2_font.c | LYJ1940696668/Company | 2cbbcef3a5239a8d720cf8bb27378bc30888bbad | [
"MIT"
] | 2 | 2020-09-11T08:02:51.000Z | 2021-05-27T09:02:37.000Z | /*********************************************************************
* SEGGER Microcontroller GmbH & Co. KG *
* Solutions for real time microcontroller applications *
* www.segger.com *
********************************... | 91.493671 | 251 | 0.610266 |
0ecb549367b753101f490544f347432ac3256b9e | 809 | h | C | genecode/genecode/Fleet.h | AlexeyTyurenkov/GeneCode | 08ca7e9c909dca237c8004371892954b632920f4 | [
"MIT"
] | null | null | null | genecode/genecode/Fleet.h | AlexeyTyurenkov/GeneCode | 08ca7e9c909dca237c8004371892954b632920f4 | [
"MIT"
] | null | null | null | genecode/genecode/Fleet.h | AlexeyTyurenkov/GeneCode | 08ca7e9c909dca237c8004371892954b632920f4 | [
"MIT"
] | null | null | null | //
// Fleet.h
// etc
//
// Created by Oleksii Tiurenkov on 9/30/15.
// Copyright (c) 2015 Oleksii Tiurenkov. All rights reserved.
//
#ifndef __etc__Fleet__
#define __etc__Fleet__
#include "GLOBAL_CONST.h"
class Ship;
typedef uint16_t shima_t;
enum BattleResult: uint8_t {
FAIL = 0,
MINORDRAW = 1,
DR... | 16.510204 | 62 | 0.63288 |
e310628582d30197e7617dfb61f0ed91467392f3 | 5,952 | c | C | apps/tcpip_tcp_server/firmware/src/config/pic32mz_ef_sk_encx24j600/driver/encx24j600/src/dynamic/running_state/drv_encx24j600_reset_rx_state.c | carlosearm/net_apps_pic32mz | f6f36ead86f7a41f59dc52a4aec5a4108718f63f | [
"0BSD"
] | null | null | null | apps/tcpip_tcp_server/firmware/src/config/pic32mz_ef_sk_encx24j600/driver/encx24j600/src/dynamic/running_state/drv_encx24j600_reset_rx_state.c | carlosearm/net_apps_pic32mz | f6f36ead86f7a41f59dc52a4aec5a4108718f63f | [
"0BSD"
] | 2 | 2021-02-16T20:26:10.000Z | 2022-01-05T15:19:32.000Z | apps/tcpip_tcp_client/firmware/src/config/pic32mx_eth_sk2_encx24j600/driver/encx24j600/src/dynamic/running_state/drv_encx24j600_reset_rx_state.c | Microchip-MPLAB-Harmony/net_apps_pic32mx | 004772bd2226b3e778af937505a86cf845c5b850 | [
"0BSD"
] | 6 | 2021-02-02T13:51:49.000Z | 2021-08-31T18:35:37.000Z | /*******************************************************************************
ENCx24J600 Check TX Status State Machine
Company:
Microchip Technology Inc.
File Name:
drv_encx24j600_check_tx_status_state.c
Summary:
Description:
*************************************************************... | 35.855422 | 131 | 0.518145 |
6bcfb265ba6aef9b2c63c59f52429a7d2e4fc0af | 450 | h | C | iPad Contract (Horizontal) /ChoiceViewController.h | DCAdams103/Contract-App | 04260481dfbd72a3001eb7921e00b8fcf79d99be | [
"MIT"
] | null | null | null | iPad Contract (Horizontal) /ChoiceViewController.h | DCAdams103/Contract-App | 04260481dfbd72a3001eb7921e00b8fcf79d99be | [
"MIT"
] | null | null | null | iPad Contract (Horizontal) /ChoiceViewController.h | DCAdams103/Contract-App | 04260481dfbd72a3001eb7921e00b8fcf79d99be | [
"MIT"
] | null | null | null | //
// ChoiceViewController.h
// Contract
//
// Created by Dylan Adams on 11/1/16.
// Copyright © 2016 Dylan Adams. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ChoiceViewController : UIViewController
-(IBAction)goToSpring2017:(id)sender;
//-(IBAction)goToSummer2017:(id)sender;
-(IBAction)goToFall20... | 19.565217 | 54 | 0.737778 |
ace3fe5039509fe7a2de3380f467d9f47766238d | 2,402 | c | C | tophat.c | snapfinger/Retinal-Vessel-Segmentaion | 8c464b9ca284cd5cd5a0a81099535eab8d9b7899 | [
"MIT"
] | 2 | 2019-11-07T03:40:06.000Z | 2020-07-31T09:47:46.000Z | tophat.c | snapfinger/Retinal-Vessel-Segmentaion | 8c464b9ca284cd5cd5a0a81099535eab8d9b7899 | [
"MIT"
] | null | null | null | tophat.c | snapfinger/Retinal-Vessel-Segmentaion | 8c464b9ca284cd5cd5a0a81099535eab8d9b7899 | [
"MIT"
] | 1 | 2019-01-07T06:36:15.000Z | 2019-01-07T06:36:15.000Z | /*
implement the top-hat transformation for gray-scale image
structure element is a disk
*/
#include "VisXV4.h" /* VisX structure include file */
#include "Vutil.h" /* VisX utility header files */
#include <stdbool.h>
VXparam_t par[] =
{
{ "if=", 0, ... | 22.036697 | 82 | 0.537885 |
5c75918cf4a9d6d89ff0c9afaed35f51e3facbc1 | 1,322 | h | C | COM203/2014-08/Pong/Ogre Project/Ball.h | Neo-Desktop/Coleman-Code | 5f453709874be518040ca46a097f974085d6475d | [
"MIT"
] | 2 | 2021-09-03T13:20:35.000Z | 2021-10-03T04:22:31.000Z | COM203/2014-08/Pong/Ogre Project/Ball.h | Neo-Desktop/Coleman-Code | 5f453709874be518040ca46a097f974085d6475d | [
"MIT"
] | null | null | null | COM203/2014-08/Pong/Ogre Project/Ball.h | Neo-Desktop/Coleman-Code | 5f453709874be518040ca46a097f974085d6475d | [
"MIT"
] | null | null | null | // Ball.h
// Ball class definition (represents a bouncing ball).
#ifndef BALL_H
#define BALL_H
#include <Ogre.h> // Ogre class definition
using namespace Ogre; // use the Ogre namespace
#include <OgreAL.h> // OgreAL class definition
class Paddle; // forward declaration of class Paddle
const int RADIUS = 5; // the r... | 32.243902 | 73 | 0.727685 |
5c98175dcc575115774eb5ec77f024bc220300ac | 1,226 | h | C | config.h | xyz1396/Aerith | 802de0acb75537c7a0376efde578e870c2865c37 | [
"MIT"
] | null | null | null | config.h | xyz1396/Aerith | 802de0acb75537c7a0376efde578e870c2865c37 | [
"MIT"
] | null | null | null | config.h | xyz1396/Aerith | 802de0acb75537c7a0376efde578e870c2865c37 | [
"MIT"
] | null | null | null | #ifndef CONFIG_H
#define CONFIG_H
#include <QString>
#include <QList>
#include "mainwindow.h"
class config
{
public:
config();
QString searchName;
QString searchType;
QStringList fastaDB;
QStringList rawFiles;
QString fragmentationMethod;
QList<int> parentMassWindows;
in... | 26.652174 | 53 | 0.720228 |
38982373db00c4963f2768dbb8c3c0949a620be1 | 1,049 | h | C | Headers/Frameworks/Ozone/OZAudioMainThreadObject.h | CommandPost/FinalCutProFrameworks | d98b00ff0c84af80942d71514e9238d624aca50a | [
"MIT"
] | 3 | 2020-11-19T10:04:02.000Z | 2021-10-02T17:25:21.000Z | Headers/Frameworks/Ozone/OZAudioMainThreadObject.h | CommandPost/FinalCutProFrameworks | d98b00ff0c84af80942d71514e9238d624aca50a | [
"MIT"
] | null | null | null | Headers/Frameworks/Ozone/OZAudioMainThreadObject.h | CommandPost/FinalCutProFrameworks | d98b00ff0c84af80942d71514e9238d624aca50a | [
"MIT"
] | null | null | null | //
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Mar 11 2021 20:53:35).
//
// Copyright (C) 1997-2019 Steve Nygard.
//
#import <objc/NSObject.h>
@class NSTimer;
@interface OZAudioMainThreadObject : NSObject
{
struct OZAudioBehavior *_owner;
CDStruct_1b6d18a9 _startSample;
CDStruct_... | 24.97619 | 90 | 0.755005 |
36136b98439334fb87c21589995013c36b510b2f | 521 | h | C | GLEmotionKeyboard/GLEmotionKeyboard/Compose/Models/PPEmotionModel/PPEmotionModel.h | Jiaguanglei0418/GLEmotionKeyboard | 4c33ee80ed844cdc12d33ed96e1e9518483daead | [
"Apache-2.0"
] | 2 | 2016-01-27T08:49:16.000Z | 2016-01-29T10:53:44.000Z | PPZone/PPZone/Classes/Compose/Models/PPEmotionModel/PPEmotionModel.h | Jiaguanglei0418/PPZone | acfbfb1efde5f02b3981214126bb4f3c6bac54fe | [
"Apache-2.0"
] | null | null | null | PPZone/PPZone/Classes/Compose/Models/PPEmotionModel/PPEmotionModel.h | Jiaguanglei0418/PPZone | acfbfb1efde5f02b3981214126bb4f3c6bac54fe | [
"Apache-2.0"
] | null | null | null | //
// PPEmotionModel.h
// PPZone
//
// Created by jiaguanglei on 16/1/19.
// Copyright © 2016年 roseonly. All rights reserved.
//
#import <Foundation/Foundation.h>
/**
* <key>chs</key>
<string>[笑哈哈]</string>
<key>cht</key>
<string>[笑哈哈]</string>
<key>gif</key>
<string>lxh_xiaohaha.gif</string>
<key>png</key... | 16.28125 | 52 | 0.675624 |
b1f73b75102bb4dd84f8c105f430738dc938997c | 4,916 | c | C | src/io_worker.c | JDrit/jullop | b230a8058ad84f58e71669aa60014c2e8eb754d3 | [
"Apache-2.0"
] | null | null | null | src/io_worker.c | JDrit/jullop | b230a8058ad84f58e71669aa60014c2e8eb754d3 | [
"Apache-2.0"
] | null | null | null | src/io_worker.c | JDrit/jullop | b230a8058ad84f58e71669aa60014c2e8eb754d3 | [
"Apache-2.0"
] | null | null | null | #define _GNU_SOURCE
#include <errno.h>
#include <fcntl.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/eventfd.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <sys/epoll.h>
#include <time.h>
#include <unistd.h>
#include "client.h"
... | 30.918239 | 92 | 0.696298 |
d9de1f30b4f9437ad4355601b67f00bd79bb41cf | 8,002 | h | C | src/dcp/consumer.h | hisundar/ep-engine | 7f7cb5b4a5528c17ae10d2d5bb644885d1cd0837 | [
"Apache-2.0"
] | null | null | null | src/dcp/consumer.h | hisundar/ep-engine | 7f7cb5b4a5528c17ae10d2d5bb644885d1cd0837 | [
"Apache-2.0"
] | null | null | null | src/dcp/consumer.h | hisundar/ep-engine | 7f7cb5b4a5528c17ae10d2d5bb644885d1cd0837 | [
"Apache-2.0"
] | null | null | null | /* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/*
* Copyright 2013 Couchbase, Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* h... | 32.795082 | 86 | 0.672582 |
ce5bb1a9626fc1e224c8f092a26c99001fc8d01f | 1,037 | h | C | msys64/mingw64/x86_64-w64-mingw32/include/usbprint.h | Bhuvanesh1208/ruby2.6.1 | 17642e3f37233f6d0e0523af68d7600a91ece1c7 | [
"Ruby"
] | 12,718 | 2018-05-25T02:00:44.000Z | 2022-03-31T23:03:51.000Z | msys64/mingw64/x86_64-w64-mingw32/include/usbprint.h | Bhuvanesh1208/ruby2.6.1 | 17642e3f37233f6d0e0523af68d7600a91ece1c7 | [
"Ruby"
] | 8,483 | 2018-05-23T16:22:39.000Z | 2022-03-31T22:18:16.000Z | msys64/mingw64/x86_64-w64-mingw32/include/usbprint.h | Bhuvanesh1208/ruby2.6.1 | 17642e3f37233f6d0e0523af68d7600a91ece1c7 | [
"Ruby"
] | 1,400 | 2018-05-24T22:35:25.000Z | 2022-03-31T21:32:48.000Z | /*
* usbprint.h
*
* This file is part of the mingw-w64 runtime package.
* No warranty is given; refer to the file DISCLAIMER within this package.
*/
#include <winapifamily.h>
#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP)
#define USBPRINT_IOCTL_INDEX 0x0000
#define IOCTL_USBPRINT_GET_LPT_STATUS CTL_CODE ... | 51.85 | 131 | 0.841851 |
33f5e667b9d06a35865160ad8626caa8b52dff2f | 761 | h | C | arm/shell/menuItem.h | mborik/speccy2010-dividised | 414978cdaf3e27852d47e9f3d5211503b17c6a2f | [
"MIT"
] | 26 | 2018-09-20T08:49:37.000Z | 2022-02-22T14:50:40.000Z | arm/shell/menuItem.h | mborik/speccy2010-dividised | 414978cdaf3e27852d47e9f3d5211503b17c6a2f | [
"MIT"
] | 4 | 2019-04-18T11:04:08.000Z | 2020-09-05T21:12:36.000Z | arm/shell/menuItem.h | mborik/speccy2010-dividised | 414978cdaf3e27852d47e9f3d5211503b17c6a2f | [
"MIT"
] | 6 | 2018-10-19T21:10:03.000Z | 2021-04-30T22:42:08.000Z | #ifndef SHELL_MENUITEM_H_INCLUDED
#define SHELL_MENUITEM_H_INCLUDED
#include "../settings.h"
#include "../utils/cstring.h"
class CMenuItem {
private:
int x, y, state, size, x2, origY, maxLen;
const char *origName;
byte colors[4];
CString data;
const CParameter *param;
void Init(int _x, int _y, const char *_na... | 23.78125 | 72 | 0.726675 |
359c56e0316f2b7837c9a51f96cd800ed2b82d5b | 10,000 | h | C | seqan/graph_algorithms/single_source_shortest_path.h | annawoodard/pizzly | 9f8d5f3d39a0735d4b24e24b766a6f17ce35d6ff | [
"BSD-2-Clause"
] | 84 | 2017-03-20T23:30:19.000Z | 2022-01-06T18:19:15.000Z | external/seqan/include/seqan/graph_algorithms/single_source_shortest_path.h | variar/contest-template | bad78a60fd32b3b66035cb064838663c39b38bc2 | [
"MIT"
] | 40 | 2017-03-22T11:43:39.000Z | 2022-02-11T10:45:48.000Z | external/seqan/include/seqan/graph_algorithms/single_source_shortest_path.h | variar/contest-template | bad78a60fd32b3b66035cb064838663c39b38bc2 | [
"MIT"
] | 10 | 2017-04-01T09:00:09.000Z | 2020-04-24T15:06:22.000Z | // ==========================================================================
// SeqAn - The Library for Sequence Analysis
// ==========================================================================
// Copyright (c) 2006-2016, Knut Reinert, FU Berlin
// All rights reserved.
//
// Redistribution and us... | 42.735043 | 149 | 0.6038 |
77509948726453b958a9dda382216bc0bf4ea50b | 8,969 | c | C | src/textar.c | LHLaurini/textar | 13cb2d14998370e30bdf852f393271c1ad349cf7 | [
"MIT"
] | null | null | null | src/textar.c | LHLaurini/textar | 13cb2d14998370e30bdf852f393271c1ad349cf7 | [
"MIT"
] | 2 | 2019-12-19T00:13:22.000Z | 2019-12-19T00:28:29.000Z | src/textar.c | LHLaurini/textar | 13cb2d14998370e30bdf852f393271c1ad349cf7 | [
"MIT"
] | null | null | null | #include "textar.h"
#include "textar-internals.h"
#include "entry.h"
#include "list.h"
#include "path.h"
#include <errno.h>
#include <limits.h>
#include <string.h>
bool textArCreateArchive(AppendArchiveFn append_archive,
EntryIteratorFn entry_iterator,
int options, VerboseFn verbose,
void* userPt... | 20.109865 | 80 | 0.577099 |
ded7732b00ce22fcc648cbb8ae2207c53f26db94 | 5,680 | c | C | src/logfile.c | TranscendComputing/TopStackMessageAgent | 97da381e932b5ad0257dbcb108ad32caa049f599 | [
"Apache-2.0"
] | null | null | null | src/logfile.c | TranscendComputing/TopStackMessageAgent | 97da381e932b5ad0257dbcb108ad32caa049f599 | [
"Apache-2.0"
] | null | null | null | src/logfile.c | TranscendComputing/TopStackMessageAgent | 97da381e932b5ad0257dbcb108ad32caa049f599 | [
"Apache-2.0"
] | null | null | null | /**
* collectd - src/logfile.c
* Copyright (C) 2007 Sebastian Harl
* Copyright (C) 2007,2008 Florian Forster
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; only version 2 of the Lice... | 25.357143 | 74 | 0.667077 |
e6169ed0d2a20d621871ebcb7bba842cd01664a0 | 4,211 | c | C | netbsd/sys/arch/amiga/dev/ioblix_zbus.c | MarginC/kame | 2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30 | [
"BSD-3-Clause"
] | 91 | 2015-01-05T15:18:31.000Z | 2022-03-11T16:43:28.000Z | netbsd/sys/arch/amiga/dev/ioblix_zbus.c | MarginC/kame | 2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30 | [
"BSD-3-Clause"
] | 1 | 2016-02-25T15:57:55.000Z | 2016-02-25T16:01:02.000Z | netbsd/sys/arch/amiga/dev/ioblix_zbus.c | MarginC/kame | 2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30 | [
"BSD-3-Clause"
] | 21 | 2015-02-07T08:23:07.000Z | 2021-12-14T06:01:49.000Z | /*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Ignatios Souvatzis.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condit... | 25.834356 | 78 | 0.709095 |
fd398b7bae0ccd8024a4cd4dfc1447d9d19baccd | 792,085 | c | C | AR_Motive/Test_APK_acceleratore_BackUpThisFolder_ButDontShipItWithYourGame/il2cppOutput/UnityEngine.CoreModule_CodeGen.c | simofilipp/ARMotive_PJ | 334d7a3decfcdd2c39c3ea5b1073aee7c39a027f | [
"Unlicense"
] | null | null | null | AR_Motive/Test_APK_acceleratore_BackUpThisFolder_ButDontShipItWithYourGame/il2cppOutput/UnityEngine.CoreModule_CodeGen.c | simofilipp/ARMotive_PJ | 334d7a3decfcdd2c39c3ea5b1073aee7c39a027f | [
"Unlicense"
] | null | null | null | AR_Motive/Test_APK_acceleratore_BackUpThisFolder_ButDontShipItWithYourGame/il2cppOutput/UnityEngine.CoreModule_CodeGen.c | simofilipp/ARMotive_PJ | 334d7a3decfcdd2c39c3ea5b1073aee7c39a027f | [
"Unlicense"
] | null | null | null | #include "pch-c.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
// 0x00000001 System.Void Microsoft.CodeAnalysis.EmbeddedAttribute::.ctor()
extern void EmbeddedAttribute__ctor_m93D23E0241AEA98DE88285ECFB378AAD361CDC83 (void);
// 0x00000002 ... | 69.48114 | 361 | 0.892388 |
136c1887547c79462c6eae536c05aeb25c58df00 | 156 | h | C | Pods/Target Support Files/Pods-StaffUITests/Pods-StaffUITests-umbrella.h | banxi1988/Staff | 7af750ed981948da0929d28b02cab9c16c883ef4 | [
"MIT"
] | null | null | null | Pods/Target Support Files/Pods-StaffUITests/Pods-StaffUITests-umbrella.h | banxi1988/Staff | 7af750ed981948da0929d28b02cab9c16c883ef4 | [
"MIT"
] | null | null | null | Pods/Target Support Files/Pods-StaffUITests/Pods-StaffUITests-umbrella.h | banxi1988/Staff | 7af750ed981948da0929d28b02cab9c16c883ef4 | [
"MIT"
] | null | null | null | #import <UIKit/UIKit.h>
FOUNDATION_EXPORT double Pods_StaffUITestsVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_StaffUITestsVersionString[];
| 22.285714 | 71 | 0.858974 |
92ce01b9cdb3aaff9203b9320e6d0f8b0bc2ec58 | 36,917 | c | C | src/pacific.c | wenhuizhang/pacific | af4ffa80d9e07a3f2bc35436e9a0edd840331b62 | [
"Apache-2.0"
] | 78 | 2019-09-16T00:45:15.000Z | 2021-12-02T09:27:30.000Z | src/pacific.c | wenhuizhang/pacific | af4ffa80d9e07a3f2bc35436e9a0edd840331b62 | [
"Apache-2.0"
] | 2 | 2019-12-04T11:47:25.000Z | 2021-05-22T13:46:39.000Z | src/pacific.c | isrc-cas/pacific | af4ffa80d9e07a3f2bc35436e9a0edd840331b62 | [
"Apache-2.0"
] | 16 | 2019-10-23T13:37:32.000Z | 2021-11-10T07:50:20.000Z | /* Please make sure you have ELF spec for reference when reading source code
* http://www.skyfree.org/linux/references/ELF_Format.pdf
*
* ELF related macros and data structures are borrowed from GNU Binutils:
* git://sourceware.org/git/binutils-gdb.git
*
*/
#include <errno.h>
#include <stdbool.h>
#include <std... | 40.127174 | 102 | 0.758919 |
92e221ed03fdb2e1faf77b38ee927200b5bc8c0d | 1,767 | h | C | OpenGL/Texture Matrix/gl_texture.h | Allenjonesing/tutorials | c729fdd655130b021ec7ca9b619e147ae636cfa5 | [
"MIT"
] | 367 | 2015-01-12T22:43:04.000Z | 2022-03-31T02:03:27.000Z | OpenGL/Texture Matrix/gl_texture.h | uag515/tutorials | c729fdd655130b021ec7ca9b619e147ae636cfa5 | [
"MIT"
] | 3 | 2016-04-17T06:02:01.000Z | 2019-01-20T16:07:53.000Z | OpenGL/Texture Matrix/gl_texture.h | uag515/tutorials | c729fdd655130b021ec7ca9b619e147ae636cfa5 | [
"MIT"
] | 212 | 2015-01-14T14:13:34.000Z | 2022-03-04T01:08:41.000Z | #ifndef GL_TEXTURE_H
#define GL_TEXTURE_H
#define TEXTURE_NOT_LOADED -1 //
#define TEX_SCROLL_AMT 0.005f // Default amount to scroll a texture UVs by
#define TEX_SCALE_AMT 0.001f // Default amount to scale texture UVs by
#define TEX_ROTATION_AMT 0.25f // Default amount to increase/decrease texture's UVs angle of rota... | 28.047619 | 101 | 0.690436 |
fb083fabd3fdcd310522291b5ef5006a573acc81 | 316,966 | h | C | cpp/common/bypstest/bypstest-gen/impl/Testser-impl.h | markusessigde/byps | b8099a54079823a8fbb156e3e5a3a13fb576d031 | [
"MIT"
] | null | null | null | cpp/common/bypstest/bypstest-gen/impl/Testser-impl.h | markusessigde/byps | b8099a54079823a8fbb156e3e5a3a13fb576d031 | [
"MIT"
] | null | null | null | cpp/common/bypstest/bypstest-gen/impl/Testser-impl.h | markusessigde/byps | b8099a54079823a8fbb156e3e5a3a13fb576d031 | [
"MIT"
] | null | null | null | #ifndef __Testser_impl_H__
#define __Testser_impl_H__
#include "Byps-impl.h"
#include "Testser-api.h"
// checkpoint byps.gen.cpp.GenApiClass:668
//-------------------------------------------------
// BResult_1
// typeId=432867947
namespace byps { namespace test { namespace api {
using namespace ::byps;
class BR... | 37.684699 | 476 | 0.745263 |
1f3be36149876e6d9b80d4f73831781df9b95eca | 2,117 | h | C | Build/hosClient/MeleeFrogState.h | Game-institute-1st-While-true/PLUXER | 4ec9ad0ccb1bdf4b221afa135482a458f06205b1 | [
"MIT"
] | 1 | 2021-07-27T04:14:40.000Z | 2021-07-27T04:14:40.000Z | Build/hosClient/MeleeFrogState.h | Game-institute-1st-While-true/PLUXER | 4ec9ad0ccb1bdf4b221afa135482a458f06205b1 | [
"MIT"
] | null | null | null | Build/hosClient/MeleeFrogState.h | Game-institute-1st-While-true/PLUXER | 4ec9ad0ccb1bdf4b221afa135482a458f06205b1 | [
"MIT"
] | 1 | 2021-07-27T04:14:44.000Z | 2021-07-27T04:14:44.000Z | #pragma once
#include "hosEngine/Com_Client.h"
#include "NoteManager.h"
#include "PlayerState.h"
class MeleeFrogState : public hos::com::Script
{
public:
enum class MeleeFrogActionList
{
Idle, Damaged, Dead, Attak1, Attak2, Move
};
private:
MeleeFrogActionList NowAction = MeleeFrogActionList::Idle;
MeleeFrogAct... | 25.817073 | 82 | 0.720831 |
1f89299588c9df54deb4a737ba7e2b35617ea6bb | 23,966 | c | C | ConfProfile/jni/strongswan/src/libstrongswan/plugins/x509/x509_ocsp_response.c | Infoss/conf-profile-4-android | 619bd63095bb0f5a67616436d5510d24a233a339 | [
"MIT"
] | null | null | null | ConfProfile/jni/strongswan/src/libstrongswan/plugins/x509/x509_ocsp_response.c | Infoss/conf-profile-4-android | 619bd63095bb0f5a67616436d5510d24a233a339 | [
"MIT"
] | 5 | 2016-01-25T18:04:42.000Z | 2016-02-25T08:54:56.000Z | ConfProfile/jni/strongswan/src/libstrongswan/plugins/x509/x509_ocsp_response.c | Infoss/conf-profile-4-android | 619bd63095bb0f5a67616436d5510d24a233a339 | [
"MIT"
] | 2 | 2016-01-25T17:14:17.000Z | 2016-02-13T20:14:09.000Z | /**
* Copyright (C) 2008-2009 Martin Willi
* Copyright (C) 2007 Andreas Steffen
* Hochschule fuer Technik Rapperswil
* Copyright (C) 2003 Christoph Gysin, Simon Zwahlen
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by ... | 26.837626 | 88 | 0.675832 |
97a5dd156f203ab85655688a3e49f86283592caf | 5,964 | h | C | codegen/include/coolang/codegen/c_std.h | kirisky/coolang | e4da08d2b2428d3c27670db5a46d35b6d9bb1e79 | [
"Apache-2.0"
] | 25 | 2020-03-23T16:36:43.000Z | 2021-09-13T12:40:58.000Z | codegen/include/coolang/codegen/c_std.h | kirisky/coolang | e4da08d2b2428d3c27670db5a46d35b6d9bb1e79 | [
"Apache-2.0"
] | 5 | 2020-01-02T16:15:58.000Z | 2020-03-23T13:53:10.000Z | codegen/include/coolang/codegen/c_std.h | kirisky/coolang | e4da08d2b2428d3c27670db5a46d35b6d9bb1e79 | [
"Apache-2.0"
] | 1 | 2021-12-25T14:50:00.000Z | 2021-12-25T14:50:00.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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 41.131034 | 80 | 0.693327 |
e3d7b9fb49b0baaa337205f35e915f5e4c1c7e35 | 1,234 | c | C | 1.1/src/c/cz/mg/vulkan/Utilities.c | Gekoncze/MgVulkan | 2d2ebc0d3df6640d1f18cff32e9782542b0a441e | [
"BSD-3-Clause"
] | null | null | null | 1.1/src/c/cz/mg/vulkan/Utilities.c | Gekoncze/MgVulkan | 2d2ebc0d3df6640d1f18cff32e9782542b0a441e | [
"BSD-3-Clause"
] | null | null | null | 1.1/src/c/cz/mg/vulkan/Utilities.c | Gekoncze/MgVulkan | 2d2ebc0d3df6640d1f18cff32e9782542b0a441e | [
"BSD-3-Clause"
] | null | null | null | #include <jni.h>
#include <stdlib.h>
#include <string.h>
#include <vulkan/vulkan.h>
jlong jniPointerToLong(const void* p);
void* jniLongToPointer(jlong l);
jlong jniFunctionPointerToLong(PFN_vkVoidFunction p);
PFN_vkVoidFunction jniLongToFunctionPointer(jlong l);
void jniThrowException(JNIEnv* env, const char* message... | 23.730769 | 68 | 0.700162 |
8740011429e8547388f699066339de7cb533c3f4 | 5,394 | h | C | bsp/apm32f030r8/Library/APM32F0xx_StdPeriphDriver/inc/apm32f0xx_gpio.h | GorgonMeducer/pikascript | fefe9afb17d14c1a3bbe75c4c6a83d65831f451e | [
"MIT"
] | 228 | 2021-09-11T06:09:43.000Z | 2022-03-30T08:09:01.000Z | bsp/apm32f030r8/Library/APM32F0xx_StdPeriphDriver/inc/apm32f0xx_gpio.h | GorgonMeducer/pikascript | fefe9afb17d14c1a3bbe75c4c6a83d65831f451e | [
"MIT"
] | 48 | 2021-09-25T01:23:43.000Z | 2022-03-31T07:34:43.000Z | bsp/apm32f030r8/Library/APM32F0xx_StdPeriphDriver/inc/apm32f0xx_gpio.h | GorgonMeducer/pikascript | fefe9afb17d14c1a3bbe75c4c6a83d65831f451e | [
"MIT"
] | 31 | 2021-09-17T12:06:45.000Z | 2022-03-19T16:10:11.000Z | /*!
* @file apm32f0xx_gpio.h
*
* @brief This file contains all the functions prototypes for the GPIO firmware library
*
* @version V1.0.1
*
* @date 2021-07-01
*
*/
#ifndef __GPIO_H
#define __GPIO_H
#include "apm32f0xx.h"
#ifdef __cplusplus
extern "C" {
#endif
/** @addtogroup Periphe... | 26.70297 | 93 | 0.600667 |
87593d0eb25c9adfd5a4105c14e0e4979e19b23b | 206 | c | C | c/readproc.c | kmmiles/bad-code | 83c54a944c747a0c2144880f12d99926bfdf466a | [
"MIT"
] | 1 | 2021-02-24T22:24:37.000Z | 2021-02-24T22:24:37.000Z | c/readproc.c | kmmiles/bad-code | 83c54a944c747a0c2144880f12d99926bfdf466a | [
"MIT"
] | null | null | null | c/readproc.c | kmmiles/bad-code | 83c54a944c747a0c2144880f12d99926bfdf466a | [
"MIT"
] | null | null | null | #include <stdio.h>
#define SWAPPINESS "/proc/sys/vm/swappiness"
int main(void) {
FILE *fp = NULL;
int num = 0;
fp = fopen(SWAPPINESS, "r");
fscanf(fp, "%d", &num);
printf("Hello, World\n");
}
| 14.714286 | 44 | 0.597087 |
6e7b075a8649cb5c66c7b413cb06d43e9e61bc0f | 41,294 | c | C | drivers/flash/flash_stm32_ospi.c | ldalek/zephyr | fa2054f93e4e80b079a4a6a9e84d642e51912042 | [
"Apache-2.0"
] | 1 | 2022-02-23T09:03:56.000Z | 2022-02-23T09:03:56.000Z | drivers/flash/flash_stm32_ospi.c | ldalek/zephyr | fa2054f93e4e80b079a4a6a9e84d642e51912042 | [
"Apache-2.0"
] | 3 | 2021-10-14T04:32:03.000Z | 2021-11-12T09:02:16.000Z | drivers/flash/flash_stm32_ospi.c | ldalek/zephyr | fa2054f93e4e80b079a4a6a9e84d642e51912042 | [
"Apache-2.0"
] | 1 | 2022-02-20T21:00:33.000Z | 2022-02-20T21:00:33.000Z | /*
* Copyright (c) 2022 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
#define DT_DRV_COMPAT st_stm32_ospi_nor
#include <errno.h>
#include <zephyr/kernel.h>
#include <zephyr/toolchain.h>
#include <zephyr/arch/common/ffs.h>
#include <zephyr/sys/util.h>
#include <soc.h>
#include <zephyr/drivers/pinct... | 29.516798 | 97 | 0.726643 |
11ea9bf48907420935b6fc6cf568bf242a45d7a2 | 940 | h | C | runtime/musl-lkl/musl-target/arch/riscv64/bits/stat.h | dme26/intravisor | 9bf9c50aa14616bd9bd66eee47623e8b61514058 | [
"MIT"
] | 11 | 2022-02-05T12:12:43.000Z | 2022-03-08T08:09:08.000Z | runtime/musl-lkl/musl-target/arch/riscv64/bits/stat.h | dme26/intravisor | 9bf9c50aa14616bd9bd66eee47623e8b61514058 | [
"MIT"
] | null | null | null | runtime/musl-lkl/musl-target/arch/riscv64/bits/stat.h | dme26/intravisor | 9bf9c50aa14616bd9bd66eee47623e8b61514058 | [
"MIT"
] | 1 | 2022-02-22T20:32:22.000Z | 2022-02-22T20:32:22.000Z | #if 1
struct stat {
unsigned long st_dev;
unsigned long st_ino;
unsigned long st_nlink;
unsigned int st_mode;
unsigned int st_uid;
unsigned int st_gid;
unsigned int __pad0;
unsigned long st_rdev;
unsigned long st_size;
long st_blksize;... | 20 | 32 | 0.625532 |
670f6ec988480f0857496aa73403630484be065d | 2,121 | c | C | prc/fwhead.c | cfoust/palm-message-extraction | 91d98e883f98e6e9b71febedb7136348b2be216c | [
"MIT"
] | null | null | null | prc/fwhead.c | cfoust/palm-message-extraction | 91d98e883f98e6e9b71febedb7136348b2be216c | [
"MIT"
] | null | null | null | prc/fwhead.c | cfoust/palm-message-extraction | 91d98e883f98e6e9b71febedb7136348b2be216c | [
"MIT"
] | null | null | null | /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (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.mozilla.org/MPL/
... | 31.656716 | 74 | 0.663366 |
7b3f42da127e31616b24ffd7e1fa32101a9ce044 | 10,752 | c | C | usr.sbin/snmpd/traphandler.c | ArrogantWombatics/openbsd-src | 75721e1d44322953075b7c4b89337b163a395291 | [
"BSD-3-Clause"
] | 1 | 2019-02-16T13:29:23.000Z | 2019-02-16T13:29:23.000Z | usr.sbin/snmpd/traphandler.c | ArrogantWombatics/openbsd-src | 75721e1d44322953075b7c4b89337b163a395291 | [
"BSD-3-Clause"
] | 1 | 2018-08-21T03:56:33.000Z | 2018-08-21T03:56:33.000Z | usr.sbin/snmpd/traphandler.c | ArrogantWombatics/openbsd-src | 75721e1d44322953075b7c4b89337b163a395291 | [
"BSD-3-Clause"
] | null | null | null | /* $OpenBSD: traphandler.c,v 1.4 2015/12/07 12:33:08 reyk Exp $ */
/*
* Copyright (c) 2014 Bret Stephen Lambert <blambert@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this perm... | 22.683544 | 78 | 0.671131 |
1bd6290a1ae9b771fd08ebf48d1b716cb40d678c | 146 | h | C | msg.h | MrBad/chat | ccf2a652a4ed522b1236adb51145ff05ad44925b | [
"MIT"
] | null | null | null | msg.h | MrBad/chat | ccf2a652a4ed522b1236adb51145ff05ad44925b | [
"MIT"
] | null | null | null | msg.h | MrBad/chat | ccf2a652a4ed522b1236adb51145ff05ad44925b | [
"MIT"
] | null | null | null | #ifndef _MSG_H
#define _MSG_H
enum {
NOT_USED,
SRV_MSG,
CHANGE_NICK,
NICK_CHANGED,
NICK_INUSE,
BCAST_MSG,
PRIV_MSG,
} msg_type_t;
#endif
| 9.733333 | 14 | 0.739726 |
400ff77e9d45ef4aaa4e870e37b3ff6ccd222851 | 371 | h | C | plugin/tpc-c/include/tpcc.h | kmikmy/p-wal | 6f3acb9b0333cd6114fd3015de34d7019bc06e14 | [
"Apache-2.0"
] | 4 | 2015-11-12T15:59:58.000Z | 2019-04-19T02:37:02.000Z | plugin/tpc-c/include/tpcc.h | kmikmy/p-wal | 6f3acb9b0333cd6114fd3015de34d7019bc06e14 | [
"Apache-2.0"
] | null | null | null | plugin/tpc-c/include/tpcc.h | kmikmy/p-wal | 6f3acb9b0333cd6114fd3015de34d7019bc06e14 | [
"Apache-2.0"
] | null | null | null | /*
* テーブルの定義はcreate_tableとload_tableに使われている。
* new-order.cppではtpcc_table.hを参照しているのでテーブルの定義は使われていないが、
* スケールファクターはここで定義しているので読み込む必要がある。
*/
#ifndef _tpc
#define _tpc
#include "tpcc_util.h"
//#include "tpcc_table.h"
#include "tpcc_page.h"
#include "workload.h"
#include "debug.h"
extern int W;
/* #ifndef W */
/* #d... | 15.458333 | 56 | 0.71159 |
401255d33c1932cba53c01c6c3bc02c863e9f466 | 204 | c | C | src/common/ptrs/absolutePtr.c | AngheloAlf/GenIAlgos | 8354895a0a085e71a87ff27ec32317882d98e89b | [
"MIT"
] | null | null | null | src/common/ptrs/absolutePtr.c | AngheloAlf/GenIAlgos | 8354895a0a085e71a87ff27ec32317882d98e89b | [
"MIT"
] | null | null | null | src/common/ptrs/absolutePtr.c | AngheloAlf/GenIAlgos | 8354895a0a085e71a87ff27ec32317882d98e89b | [
"MIT"
] | null | null | null | #include "ptrs.h"
uint32_t absolutePtr(uint8_t bank, uint16_t relative_ptr){
if(relative_ptr < BANK_SIZE){
return relative_ptr;
}
--bank;
return bank*BANK_SIZE + relative_ptr;
}
| 18.545455 | 58 | 0.676471 |
72e053571b3528d0b337c0b4c43759895a1972f0 | 5,409 | h | C | resources/Wireshark/WiresharkDissectorFoo/epan/export_object.h | joshis1/C_Programming | 4a8003321251448a167bfca0b595c5eeab88608d | [
"MIT"
] | 2 | 2020-09-11T05:51:42.000Z | 2020-12-31T11:42:02.000Z | resources/Wireshark/WiresharkDissectorFoo/epan/export_object.h | joshis1/C_Programming | 4a8003321251448a167bfca0b595c5eeab88608d | [
"MIT"
] | null | null | null | resources/Wireshark/WiresharkDissectorFoo/epan/export_object.h | joshis1/C_Programming | 4a8003321251448a167bfca0b595c5eeab88608d | [
"MIT"
] | null | null | null | /* export_object.h
* GUI independent helper routines common to all export object taps.
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef __EXPORT_OBJECT_H__
#define __EXPORT_OBJECT_H__
#inclu... | 34.896774 | 132 | 0.760399 |
0b2677495cbefabc8087db719de0466c72af5a8f | 3,588 | h | C | source/Analysis/Montego/AliasAnalysis/perftest/tests/dc/adcc.h | czen/open-ops | b1ab8da354c4aecc0fe76a562395f5861bffc207 | [
"BSD-3-Clause"
] | 23 | 2017-08-01T14:29:48.000Z | 2019-10-09T22:27:38.000Z | source/Analysis/Montego/AliasAnalysis/perftest/tests/dc/adcc.h | czen/open-ops | b1ab8da354c4aecc0fe76a562395f5861bffc207 | [
"BSD-3-Clause"
] | 2 | 2017-08-06T08:34:18.000Z | 2017-08-08T16:27:38.000Z | source/Analysis/Montego/AliasAnalysis/perftest/tests/dc/adcc.h | czen/open-ops | b1ab8da354c4aecc0fe76a562395f5861bffc207 | [
"BSD-3-Clause"
] | 2 | 2017-08-08T12:25:06.000Z | 2019-09-16T15:18:18.000Z | /*
!-------------------------------------------------------------------------!
! !
! N A S G R I D B E N C H M A R K S !
! !
! C + + V E R S I O N ... | 43.228916 | 84 | 0.428372 |
b660352ee39a2a771bb68c4ffe81c2cbaad0a5b3 | 671 | h | C | ios/chrome/app/first_run_app_state_agent_testing.h | DamieFC/chromium | 54ce2d3c77723697efd22cfdb02aea38f9dfa25c | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2020-10-18T02:33:40.000Z | 2020-10-18T02:33:40.000Z | ios/chrome/app/first_run_app_state_agent_testing.h | DamieFC/chromium | 54ce2d3c77723697efd22cfdb02aea38f9dfa25c | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 3 | 2021-05-17T16:28:52.000Z | 2021-05-21T22:42:22.000Z | ios/chrome/app/first_run_app_state_agent_testing.h | DamieFC/chromium | 54ce2d3c77723697efd22cfdb02aea38f9dfa25c | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | // Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IOS_CHROME_APP_FIRST_RUN_APP_STATE_AGENT_TESTING_H_
#define IOS_CHROME_APP_FIRST_RUN_APP_STATE_AGENT_TESTING_H_
#import "ios/chrome/app/first_run... | 31.952381 | 79 | 0.81073 |
19db576c8f8a9d6418ee694811fedd1b691b6d07 | 4,796 | h | C | source/3rd_party/libtcc/runtime/windows/include/wctype.h | thiagomacg/sympp | 2aa0128a4da26a071657ec0c1f03c45d110f8e6f | [
"MIT"
] | 8 | 2020-09-29T06:12:44.000Z | 2021-11-15T08:02:14.000Z | source/3rd_party/libtcc/runtime/windows/include/wctype.h | thiagomacg/sympp | 2aa0128a4da26a071657ec0c1f03c45d110f8e6f | [
"MIT"
] | 2 | 2020-10-14T21:49:46.000Z | 2020-10-21T17:12:37.000Z | source/3rd_party/libtcc/runtime/windows/include/wctype.h | thiagomacg/sympp | 2aa0128a4da26a071657ec0c1f03c45d110f8e6f | [
"MIT"
] | 2 | 2020-10-14T20:19:11.000Z | 2021-11-15T08:02:14.000Z | /**
* This file has no copyright assigned and is placed in the Public Domain.
* This file is part of the w64 mingw-runtime package.
* No warranty is given; refer to the file DISCLAIMER within this package.
*/
#ifndef _INC_WCTYPE
#define _INC_WCTYPE
#ifndef _WIN32
#error Only Win32 target is supported!
#endif
#inc... | 26.065217 | 80 | 0.766055 |
39abee6d94d4c914041fd26df24adc9da2509ba6 | 7,936 | c | C | re2c/benchmarks/submatch_dfa_aot/pregen/ragel/21__cat2_4.c | adesutherland/crexx | e8d17152c565e9387ee8c33c653b4910b56f5165 | [
"MIT"
] | 8 | 2020-11-08T15:36:14.000Z | 2022-03-27T13:50:07.000Z | re2c/benchmarks/submatch_dfa_aot/pregen/ragel/21__cat2_4.c | adesutherland/crexx | e8d17152c565e9387ee8c33c653b4910b56f5165 | [
"MIT"
] | 98 | 2020-11-12T11:49:41.000Z | 2022-03-27T17:24:13.000Z | re2c/benchmarks/submatch_dfa_aot/pregen/ragel/21__cat2_4.c | adesutherland/crexx | e8d17152c565e9387ee8c33c653b4910b56f5165 | [
"MIT"
] | 10 | 2021-03-31T13:50:52.000Z | 2021-12-02T03:34:42.000Z | #line 1 "../../../benchmarks/submatch_dfa_aot/src/ragel/21__cat2_4.rl"
#include "ragel/common.c"
const char *delim = "\n";
#line 17 "../../../benchmarks/submatch_dfa_aot/src/ragel/21__cat2_4.rl"
#line 12 "gen/ragel/21__cat2_4.c"
static const int abcd_start = 16;
static const int abcd_first_final = 16;
static cons... | 16.813559 | 72 | 0.556074 |
9575c1a2a478e646b1a92ca54084a4a72528b8f1 | 2,653 | h | C | iFootageFramework/iFootageFramework/Main/Tools/iFLibrary/iFAllImageNameDefine.h | 414039949/iFootageFramework | 25dada05a2605811bff4ac9d9fb4e1e233462684 | [
"MIT"
] | null | null | null | iFootageFramework/iFootageFramework/Main/Tools/iFLibrary/iFAllImageNameDefine.h | 414039949/iFootageFramework | 25dada05a2605811bff4ac9d9fb4e1e233462684 | [
"MIT"
] | null | null | null | iFootageFramework/iFootageFramework/Main/Tools/iFLibrary/iFAllImageNameDefine.h | 414039949/iFootageFramework | 25dada05a2605811bff4ac9d9fb4e1e233462684 | [
"MIT"
] | null | null | null | //
// iFAllImageNameDefine.h
// iFootage
//
// Created by 黄品源 on 2017/7/27.
// Copyright © 2017年 iFootage. All rights reserved.
//
#ifndef iFAllImageNameDefine_h
#define iFAllImageNameDefine_h
#endif /* iFAllImageNameDefine_h */
#define root_BACKGROUNDIMG @"rootBackground"
#define all_black_BTNIMG @"blackbtnIM... | 23.6875 | 64 | 0.802865 |
7f0a1795c5a3d0682c2f09b86753be57c4fecc43 | 5,019 | h | C | windowsbuild/MSVC2017/Qt/5.14.2/include/QtWidgets/5.14.2/QtWidgets/private/qwidgetrepaintmanager_p.h | Tech-XCorp/visit-deps | 23e2bd534bf9c332d6b7d32310495f1f65b1b936 | [
"BSD-3-Clause"
] | null | null | null | windowsbuild/MSVC2017/Qt/5.14.2/include/QtWidgets/5.14.2/QtWidgets/private/qwidgetrepaintmanager_p.h | Tech-XCorp/visit-deps | 23e2bd534bf9c332d6b7d32310495f1f65b1b936 | [
"BSD-3-Clause"
] | null | null | null | windowsbuild/MSVC2017/Qt/5.14.2/include/QtWidgets/5.14.2/QtWidgets/private/qwidgetrepaintmanager_p.h | Tech-XCorp/visit-deps | 23e2bd534bf9c332d6b7d32310495f1f65b1b936 | [
"BSD-3-Clause"
] | null | null | null | /****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtWidgets module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding v... | 32.590909 | 100 | 0.690974 |
c3976d68b326fb6d27a5c4c7bf643bf8af707ada | 867 | h | C | Yo/Controllers/YoContact.h | KJtheHack/yo-ios | 01487e3c3d3bcded417ea867a5e85b5fd0ffabaa | [
"MIT"
] | 2 | 2021-12-17T03:25:59.000Z | 2022-01-14T14:09:33.000Z | Yo/Controllers/YoContact.h | KJtheHack/yo-ios | 01487e3c3d3bcded417ea867a5e85b5fd0ffabaa | [
"MIT"
] | null | null | null | Yo/Controllers/YoContact.h | KJtheHack/yo-ios | 01487e3c3d3bcded417ea867a5e85b5fd0ffabaa | [
"MIT"
] | 1 | 2022-01-14T14:11:52.000Z | 2022-01-14T14:11:52.000Z | //
// YoContact.h
// Yo
//
// Created by Peter Reveles on 6/1/15.
//
//
#import <Foundation/Foundation.h>
// @or: a YoContact can be either a Yo user or just a phone contact
// this class is used to present the list in add friends and add group members
@interface YoContact : NSObject
extern NSString *const YoUse... | 27.09375 | 81 | 0.747405 |
baf76fed34552632ecaac6c766c3d4046a167fbc | 3,012 | h | C | Spike/src/Spike/Core/Base.h | BEASTSM96/Spike | 6d94889b3e5b3019a72a030f39b092162c865f54 | [
"Apache-2.0"
] | 1 | 2021-05-25T23:31:53.000Z | 2021-05-25T23:31:53.000Z | Spike/src/Spike/Core/Base.h | BEASTSM96/Spike | 6d94889b3e5b3019a72a030f39b092162c865f54 | [
"Apache-2.0"
] | null | null | null | Spike/src/Spike/Core/Base.h | BEASTSM96/Spike | 6d94889b3e5b3019a72a030f39b092162c865f54 | [
"Apache-2.0"
] | 1 | 2021-06-17T17:58:41.000Z | 2021-06-17T17:58:41.000Z | /*****************************************************************************/
/* Spike SourceCode */
/* */
/* File created by: Fahim Fuad */
... | 43.652174 | 128 | 0.49668 |
c99ddc7ac3deadead0c1967ca82a284530b9f8db | 561 | h | C | net/tapi/rtc/phoenix/src/inc/rtcdib.h | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | net/tapi/rtc/phoenix/src/inc/rtcdib.h | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | net/tapi/rtc/phoenix/src/inc/rtcdib.h | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | /*++
Copyright (c) 2000 Microsoft Corporation
Module Name:
rtcdib.h
Abstract:
DIB helpers, copied from NT source tree
--*/
#pragma once
//
// Dib helpers
//
WORD DibNumColors(VOID FAR * pv);
HANDLE DibFromBitmap(HBITMAP hbm, DWORD biStyle, WORD biBits, HPALETTE hpal,... | 20.035714 | 113 | 0.607843 |
3af3d482a2b712f6445f845cb6aac9a182d4a2ea | 895 | h | C | cpp/src/main/offline_evaluators/OfflineRankingComputer.h | rpalovics/Alpenglow | 63472ce667d517d6c7f47c9d0559861392fca3f9 | [
"Apache-2.0"
] | 28 | 2017-07-23T22:47:44.000Z | 2022-03-12T15:11:13.000Z | cpp/src/main/offline_evaluators/OfflineRankingComputer.h | proto-n/Alpenglow | 7a15d5c57b511787379f095e7310e67423159fa0 | [
"Apache-2.0"
] | 4 | 2017-05-10T10:23:17.000Z | 2019-05-23T14:07:09.000Z | cpp/src/main/offline_evaluators/OfflineRankingComputer.h | proto-n/Alpenglow | 7a15d5c57b511787379f095e7310e67423159fa0 | [
"Apache-2.0"
] | 9 | 2017-05-04T09:20:58.000Z | 2021-12-14T08:19:01.000Z | #ifndef OFFLINE_RANKING_COMPUTER_H
#define OFFLINE_RANKING_COMPUTER_H
#include "../utils/ToplistCreator.h"
struct OfflineRankingComputerParameters {
int top_k;
};
struct OfflinePredictions{
vector<int> users;
vector<int> items;
vector<int> ranks;
vector<double> scores;
};
class OfflineRankingComputer{
p... | 24.189189 | 74 | 0.735196 |
68988c7ffd20116d52ecc8723b1a8a52c2f58416 | 178 | h | C | GCN_Loop_ColdBreath_V2_classes.h | NotDiscordOfficial/Fortnite_SDK | 58f8da148256f99cb35518003306fffee33c4a21 | [
"MIT"
] | null | null | null | GCN_Loop_ColdBreath_V2_classes.h | NotDiscordOfficial/Fortnite_SDK | 58f8da148256f99cb35518003306fffee33c4a21 | [
"MIT"
] | null | null | null | GCN_Loop_ColdBreath_V2_classes.h | NotDiscordOfficial/Fortnite_SDK | 58f8da148256f99cb35518003306fffee33c4a21 | [
"MIT"
] | 1 | 2021-07-22T00:31:44.000Z | 2021-07-22T00:31:44.000Z | // BlueprintGeneratedClass GCN_Loop_ColdBreath_V2.GCN_Loop_ColdBreath_V2_C
// Size: 0x7d0 (Inherited: 0x7d0)
struct AGCN_Loop_ColdBreath_V2_C : AFortGameplayCueNotify_Loop {
};
| 29.666667 | 74 | 0.842697 |
71b0870486c24d93bca2130b51e164ab8dd307fc | 1,069 | h | C | test/ReflectedClass.h | daewoong-jang/reflect | b5330ad96844f08a6529a8d21302ed52148ebd4a | [
"BSD-3-Clause"
] | 35 | 2016-12-20T15:49:47.000Z | 2021-12-23T08:54:14.000Z | test/ReflectedClass.h | daewoong-jang/reflect | b5330ad96844f08a6529a8d21302ed52148ebd4a | [
"BSD-3-Clause"
] | 1 | 2020-02-15T22:08:25.000Z | 2021-08-06T08:32:38.000Z | test/ReflectedClass.h | naver/reflect | b5330ad96844f08a6529a8d21302ed52148ebd4a | [
"BSD-3-Clause"
] | 9 | 2016-12-06T13:06:00.000Z | 2021-05-30T17:32:56.000Z |
#ifndef REFLECT_TEST_ReflectedClass_h
#define REFLECT_TEST_ReflectedClass_h
#include "Class.h"
class Reflected {
public:
Reflected();
~Reflected() = default;
void testMethod();
bool testMethodWithReturnValue();
void testMethodNumberValue(int);
void testMethodNumberReference(int&);
void t... | 26.073171 | 57 | 0.747428 |
7b00a1356fb7dfd76773f2ad9a710da5dcacf6e5 | 7,027 | h | C | include/MCIAudio.h | zmcj21/MCIAudio | 75e112d81476f08ee75a2d5bcb3c1cb563b7080d | [
"MIT"
] | null | null | null | include/MCIAudio.h | zmcj21/MCIAudio | 75e112d81476f08ee75a2d5bcb3c1cb563b7080d | [
"MIT"
] | null | null | null | include/MCIAudio.h | zmcj21/MCIAudio | 75e112d81476f08ee75a2d5bcb3c1cb563b7080d | [
"MIT"
] | null | null | null | //Author:zmcj21
//Date:2021/12/29
//License:MIT
//Repo:https://github.com/zmcj21/MCIAudio
//本项目基于以下文档开发:
//Microsoft MCI Document:https://docs.microsoft.com/en-us/windows/win32/multimedia/mci
#pragma once
//Enable Unicode
#if !defined(UNICODE)
#define UNICODE
#endif
//Reduces the size of the Win32 header files by e... | 24.231034 | 153 | 0.587021 |
7d748828104bcb8cf7f33a854c57d1d5b81dd23d | 1,247 | h | C | lib/utils/util.h | james-s-willis/kotekan | 155e874bb039702cec72c1785362a017548aa00a | [
"MIT"
] | null | null | null | lib/utils/util.h | james-s-willis/kotekan | 155e874bb039702cec72c1785362a017548aa00a | [
"MIT"
] | null | null | null | lib/utils/util.h | james-s-willis/kotekan | 155e874bb039702cec72c1785362a017548aa00a | [
"MIT"
] | null | null | null | #ifndef UTIL_H
#define UTIL_H
#define EVER ;;
#ifndef MAC_OSX
#define MIN(a,b) \
({ __typeof__ (a) _a = (a); \
__typeof__ (b) _b = (b); \
_a < _b ? _a : _b; })
#endif
#ifdef __cplusplus
#include <string>
/**
* @brief Returns the last N characters of a string
*
* @param str The string to get the last ... | 22.672727 | 104 | 0.677626 |
9a495dde5b6d8ad09df3a093b782051bae634efe | 6,829 | c | C | cmake_targets/lte_build_oai/build/CMakeFiles/Rel14/SBCCH-SL-BCH-MessageType-V2X-r14.c | davidraditya/OAI-Powder | a082c3e8af06cd7583c003a69ec517eb73d175b3 | [
"Apache-2.0"
] | null | null | null | cmake_targets/lte_build_oai/build/CMakeFiles/Rel14/SBCCH-SL-BCH-MessageType-V2X-r14.c | davidraditya/OAI-Powder | a082c3e8af06cd7583c003a69ec517eb73d175b3 | [
"Apache-2.0"
] | null | null | null | cmake_targets/lte_build_oai/build/CMakeFiles/Rel14/SBCCH-SL-BCH-MessageType-V2X-r14.c | davidraditya/OAI-Powder | a082c3e8af06cd7583c003a69ec517eb73d175b3 | [
"Apache-2.0"
] | null | null | null | /*
* Generated by asn1c-0.9.24 (http://lionet.info/asn1c)
* From ASN.1 module "PC5-RRC-Definitions"
* found in "fixed_grammar.asn"
* `asn1c -gen-PER`
*/
#include "SBCCH-SL-BCH-MessageType-V2X-r14.h"
int
SBCCH_SL_BCH_MessageType_V2X_r14_constraint(asn_TYPE_descriptor_t *td, const void *sptr,
asn_app_constrai... | 43.221519 | 103 | 0.833943 |
a4386e68344c469a0193a3e5fac9c3860d965648 | 15,899 | h | C | Arduino/XDR/ESP8266.h | gabriserra/XDR-eXtended-Data-Recorder | 37c78efa11e09dbd310f6158b2c646ce5907dd52 | [
"Apache-2.0"
] | null | null | null | Arduino/XDR/ESP8266.h | gabriserra/XDR-eXtended-Data-Recorder | 37c78efa11e09dbd310f6158b2c646ce5907dd52 | [
"Apache-2.0"
] | null | null | null | Arduino/XDR/ESP8266.h | gabriserra/XDR-eXtended-Data-Recorder | 37c78efa11e09dbd310f6158b2c646ce5907dd52 | [
"Apache-2.0"
] | null | null | null | #ifndef __ESP8266_H__
#define __ESP8266_H__
#include "SoftwareSerial.h"
//------------------------------------------------------------------------------
// GLOBAL CONSTANTS
//------------------------------------------------------------------------------
#define MAX_BUFFER_SIZE 300
#define DEF_BAUDRATE 9600
#de... | 43.321526 | 137 | 0.360589 |
014c2d0a68cebdcf7831e289b59d67778bde1a1d | 59,416 | c | C | Unix Family/Linux.lrk.e/sysklogd-1.3/syslogd.c | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:13.000Z | 2022-03-16T09:11:05.000Z | Unix Family/Linux.lrk.e/sysklogd-1.3/syslogd.c | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | null | null | null | Unix Family/Linux.lrk.e/sysklogd-1.3/syslogd.c | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:15.000Z | 2022-01-08T20:51:04.000Z | /*
* Copyright (c) 1983, 1988 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided that the above copyright notice and this paragraph are
* duplicated in all such forms and that any documentation,
* advertising materials, a... | 24.860251 | 104 | 0.61852 |
6d4c1d279fc80f1ea83a163c05c1deb53e829383 | 603 | h | C | test/EntryRepr.h | DronMDF/zond | c882400aff5f41569e6deee609ddbe7b2b1bc378 | [
"MIT"
] | 5 | 2018-11-14T19:46:49.000Z | 2022-01-08T09:00:45.000Z | test/EntryRepr.h | DronMDF/zond | c882400aff5f41569e6deee609ddbe7b2b1bc378 | [
"MIT"
] | 223 | 2018-11-14T19:20:27.000Z | 2019-02-13T11:53:23.000Z | test/EntryRepr.h | DronMDF/zond | c882400aff5f41569e6deee609ddbe7b2b1bc378 | [
"MIT"
] | null | null | null | // Copyright (c) 2018-2019 Andrey Valyaev <dron.valyaev@gmail.com>
//
// This software may be modified and distributed under the terms
// of the MIT license. See the LICENSE file for details.
#pragma once
#include <memory>
#include <2out/2out.h>
class Entry;
class HttpRequest;
class EntryRepr final : public oout::R... | 25.125 | 66 | 0.749585 |
92175e50b6189105d44be922dfd062c71df7098b | 429 | c | C | cmds/player/help.c | cdlaimin/mudcore | 49264b44e14056409fb3430cb265e23a7ad6ab2f | [
"MIT"
] | 32 | 2020-02-18T05:28:41.000Z | 2022-03-09T09:10:26.000Z | cmds/player/help.c | cdlaimin/mudcore | 49264b44e14056409fb3430cb265e23a7ad6ab2f | [
"MIT"
] | 3 | 2020-03-29T04:56:37.000Z | 2021-11-21T01:58:35.000Z | cmds/player/help.c | cdlaimin/mudcore | 49264b44e14056409fb3430cb265e23a7ad6ab2f | [
"MIT"
] | 14 | 2020-03-26T02:57:38.000Z | 2022-02-19T11:34:37.000Z | #include <ansi.h>
inherit CORE_CLEAN_UP;
int help(object me);
int main(object me, string arg)
{
object file;
if(arg)
{
if( objectp(file = COMMAND_D->find_command(arg)) ) {
// notify_fail("有这个指令存在,但是并没有详细的说明文件。\n");
return file->help(me);
}
}
return help(me... | 13.83871 | 60 | 0.575758 |
925f14df4554883eef0570ac0406afcc7b6e0d0a | 2,881 | h | C | LTCustom.h | aTreey/CustemControl | 94bf3e043ef87382119cc450d6a8b56c1c77551c | [
"MIT"
] | null | null | null | LTCustom.h | aTreey/CustemControl | 94bf3e043ef87382119cc450d6a8b56c1c77551c | [
"MIT"
] | null | null | null | LTCustom.h | aTreey/CustemControl | 94bf3e043ef87382119cc450d6a8b56c1c77551c | [
"MIT"
] | null | null | null | //
// LTCustom.h
// HaierProduct
//
// Created by LaoTao on 14-5-5.
// Copyright (c) 2014年 CaiGaoBaDou. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@interface LTCustom : NSObject
//创建label
+ (UILabel *)creatLabelWithFrame:(CGRect)frame
text:(NSStr... | 32.738636 | 125 | 0.561958 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.