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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d90866d5701165eed2ff1c5bd1e2f20f452d6bf3 | 309 | c | C | C_programs/arrsum.c | rohit077/Let-Us-C | bc6f5f664df4613b2bd2fd7ff29b24120216f325 | [
"MIT"
] | null | null | null | C_programs/arrsum.c | rohit077/Let-Us-C | bc6f5f664df4613b2bd2fd7ff29b24120216f325 | [
"MIT"
] | null | null | null | C_programs/arrsum.c | rohit077/Let-Us-C | bc6f5f664df4613b2bd2fd7ff29b24120216f325 | [
"MIT"
] | null | null | null | #include <stdio.h>
int main()
{
int a,b,sum;
printf("Enter the number of elements\n");
scanf("%d",&a);
int c[a];sum=0;
printf("Enter the elements\n");
for(b=0;b<a;b++){
scanf("%d",&c[b]);
}
for(b=0;b<a;b++){
sum+=c[b];
}
printf("Sum of all the elements of the array are=%d\n",sum);
return 0;
}
| 17.166667 | 61 | 0.572816 |
7f6e641b10d46feedf45b2beb8c7503fecf0b75c | 4,528 | h | C | Pods/Target Support Files/React/React-umbrella.h | anddygon/RNTest | 6b5d85c26ec0d59cc09b2ed5faab22ced0f8f2c1 | [
"MIT"
] | null | null | null | Pods/Target Support Files/React/React-umbrella.h | anddygon/RNTest | 6b5d85c26ec0d59cc09b2ed5faab22ced0f8f2c1 | [
"MIT"
] | null | null | null | Pods/Target Support Files/React/React-umbrella.h | anddygon/RNTest | 6b5d85c26ec0d59cc09b2ed5faab22ced0f8f2c1 | [
"MIT"
] | null | null | null | #ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
#import "RCTAssert.h"
#import "RCTBridge+Private.h"
#import "RCTBridge.h"
#import "RCTBridgeDelegate.h"
#import "RCTBridgeMet... | 27.442424 | 59 | 0.790636 |
36d6a76662166d1e570afdc293252e0bcb39884a | 5,810 | h | C | Internetworking Distributed Project/Kernal/linux-3.6.3/arch/arm/plat-omap/include/plat/sdrc.h | supriyasingh01/github_basics | 8aa93f783cfe347368763ef31be5ab59fe8476a1 | [
"CC0-1.0"
] | null | null | null | Internetworking Distributed Project/Kernal/linux-3.6.3/arch/arm/plat-omap/include/plat/sdrc.h | supriyasingh01/github_basics | 8aa93f783cfe347368763ef31be5ab59fe8476a1 | [
"CC0-1.0"
] | 1 | 2022-02-16T20:50:59.000Z | 2022-02-19T21:16:04.000Z | Internetworking Distributed Project/Kernal/linux-3.6.3/arch/arm/plat-omap/include/plat/sdrc.h | supriyasingh01/github_basics | 8aa93f783cfe347368763ef31be5ab59fe8476a1 | [
"CC0-1.0"
] | null | null | null | #ifndef ____ASM_ARCH_SDRC_H
#define ____ASM_ARCH_SDRC_H
/*
* OMAP2/3 SDRC/SMS register definitions
*
* Copyright (C) 2007-2008 Texas Instruments, Inc.
* Copyright (C) 2007-2008 Nokia Corporation
*
* Tony Lindgren
* Paul Walmsley
* Richard Woodruff
*
* This program is free software; you can redistribute it an... | 35.212121 | 77 | 0.771256 |
cfc41f7ff37a1575495f459866988c5a44988c09 | 2,172 | h | C | src/infra/es/CommandMetaData.h | huyumars/Gringofts | 9d30d166b35b2c84b432e510276dcf0dac51b494 | [
"Apache-2.0"
] | 84 | 2020-03-17T02:22:35.000Z | 2022-02-18T06:26:03.000Z | src/infra/es/CommandMetaData.h | huyumars/Gringofts | 9d30d166b35b2c84b432e510276dcf0dac51b494 | [
"Apache-2.0"
] | 47 | 2020-03-17T07:39:24.000Z | 2022-03-28T06:36:41.000Z | src/infra/es/CommandMetaData.h | huyumars/Gringofts | 9d30d166b35b2c84b432e510276dcf0dac51b494 | [
"Apache-2.0"
] | 23 | 2020-03-17T07:05:41.000Z | 2021-11-04T03:03:25.000Z | /************************************************************************
Copyright 2019-2020 eBay 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
https://www.apache.org/licenses/LICENSE-2.0... | 32.909091 | 92 | 0.706262 |
2c80442f6ee7f04670916bf5853b0cb0d4af12f7 | 15,160 | h | C | Util/OSM2ODR/src/utils/router/IntermodalRouter.h | adelbennaceur/carla | 4d6fefe73d38f0ffaef8ffafccf71245699fc5db | [
"MIT"
] | 5 | 2020-12-14T00:33:42.000Z | 2021-12-22T07:41:49.000Z | Util/OSM2ODR/src/utils/router/IntermodalRouter.h | adelbennaceur/carla | 4d6fefe73d38f0ffaef8ffafccf71245699fc5db | [
"MIT"
] | 2 | 2021-03-31T20:10:04.000Z | 2021-12-13T20:48:30.000Z | Util/OSM2ODR/src/utils/router/IntermodalRouter.h | adelbennaceur/carla | 4d6fefe73d38f0ffaef8ffafccf71245699fc5db | [
"MIT"
] | 4 | 2021-04-15T03:45:53.000Z | 2021-12-24T13:13:39.000Z | /****************************************************************************/
// Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo
// Copyright (C) 2001-2020 German Aerospace Center (DLR) and others.
// This program and the accompanying materials are made available under the
// terms of the Ecli... | 48.903226 | 483 | 0.573351 |
82be6be03de54f44036aff948b9f4ca5994de1cc | 554 | h | C | JDCloudOCSDKIotlink/JDCloudOCSDKIotlink.h | jdcloud-api/jdcloud-sdk-ios-oc | 8d653a17b0a4675f8dd984b360955721cdd15702 | [
"Apache-2.0"
] | null | null | null | JDCloudOCSDKIotlink/JDCloudOCSDKIotlink.h | jdcloud-api/jdcloud-sdk-ios-oc | 8d653a17b0a4675f8dd984b360955721cdd15702 | [
"Apache-2.0"
] | null | null | null | JDCloudOCSDKIotlink/JDCloudOCSDKIotlink.h | jdcloud-api/jdcloud-sdk-ios-oc | 8d653a17b0a4675f8dd984b360955721cdd15702 | [
"Apache-2.0"
] | null | null | null |
#ifdef __OBJC__
#import<Foundation/Foundation.h>
#endif
//! Project version number for JDCloudOCSDKIotlink.
FOUNDATION_EXPORT double JDCloudOCSDKIotlinkVersionNumber;
//! Project version string for JDCloudOCSDKIotlink.
FOUNDATION_EXPORT const unsigned char JDCloudOCSDKIotlinkVersionString[];
// In this header, y... | 25.181818 | 144 | 0.814079 |
c9075a7f74d5d8c7edf70d53d2ea0784eb7ec973 | 6,882 | h | C | cpp_backend/inc/Eigen/src/Core/util/IndexedViewHelper.h | Etbelo/RoadNetworkValueIteration | 8d28cd0d166c9878714c1fd7682ce7e169626977 | [
"MIT"
] | 4 | 2021-11-12T08:20:09.000Z | 2022-01-06T19:37:44.000Z | cpp_backend/inc/Eigen/src/Core/util/IndexedViewHelper.h | Etbelo/RoadNetworkValueIteration | 8d28cd0d166c9878714c1fd7682ce7e169626977 | [
"MIT"
] | null | null | null | cpp_backend/inc/Eigen/src/Core/util/IndexedViewHelper.h | Etbelo/RoadNetworkValueIteration | 8d28cd0d166c9878714c1fd7682ce7e169626977 | [
"MIT"
] | null | null | null | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2017 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You... | 36.802139 | 157 | 0.68701 |
a936f4faa8ac6ba7391fab9ed8f17552353c1b86 | 1,768 | h | C | quic/state/QuicStreamUtilities.h | xujiasci/mvfst | eebee8dac6b98c27b5c6037371ade7884f3d847d | [
"MIT"
] | 1 | 2021-08-20T07:27:05.000Z | 2021-08-20T07:27:05.000Z | quic/state/QuicStreamUtilities.h | xujiasci/mvfst | eebee8dac6b98c27b5c6037371ade7884f3d847d | [
"MIT"
] | null | null | null | quic/state/QuicStreamUtilities.h | xujiasci/mvfst | eebee8dac6b98c27b5c6037371ade7884f3d847d | [
"MIT"
] | 1 | 2021-08-20T07:27:07.000Z | 2021-08-20T07:27:07.000Z | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
#include <quic/state/StateData.h>
namespace quic {
/**
* Returns whether the given StreamId identifies a client stream.
*/
b... | 29.466667 | 78 | 0.759615 |
6529bdd22d9d1eee6549753d6dac5c498d3ecc88 | 275 | h | C | examples/QtRichDataList/src/QtDemo.h | Qt-Widgets/QtExtraWidgets-Vertical-Horizontal-Line-Button-Label--List-Circular-Round-bar | 908fdf00b213baabf5ca1ab7e6c5ee48a21bc257 | [
"BSD-2-Clause"
] | 1 | 2021-01-10T06:52:27.000Z | 2021-01-10T06:52:27.000Z | examples/QtRichDataList/src/QtDemo.h | Qt-Widgets/QtExtraWidgets-Vertical-Horizontal-Line-Button-Label--List-Circular-Round-bar | 908fdf00b213baabf5ca1ab7e6c5ee48a21bc257 | [
"BSD-2-Clause"
] | null | null | null | examples/QtRichDataList/src/QtDemo.h | Qt-Widgets/QtExtraWidgets-Vertical-Horizontal-Line-Button-Label--List-Circular-Round-bar | 908fdf00b213baabf5ca1ab7e6c5ee48a21bc257 | [
"BSD-2-Clause"
] | null | null | null | #ifndef _QT_DEMO
#define _QT_DEMO
#include <QtCore>
#include <QApplication>
#include "MainWindow.h"
class QtDemo : public QApplication
{
Q_OBJECT
public:
QtDemo(int argc, char* argv[]);
~QtDemo();
void ShowUI();
private:
MainWindow window;
};
#endif | 14.473684 | 35 | 0.676364 |
653c57a35c5017f404ddf98058c790f1dea25d89 | 1,834 | h | C | AlimCap/Packetyzer/cWinpcapCapture.h | 746396173/QQCapTools | f3990dd6edf60a1c8bcc84330653481c17869e48 | [
"MIT"
] | 10 | 2019-09-29T01:47:20.000Z | 2020-05-26T14:06:02.000Z | AlimCap/Packetyzer/cWinpcapCapture.h | kuustudio/QQCapTools | f3990dd6edf60a1c8bcc84330653481c17869e48 | [
"MIT"
] | null | null | null | AlimCap/Packetyzer/cWinpcapCapture.h | kuustudio/QQCapTools | f3990dd6edf60a1c8bcc84330653481c17869e48 | [
"MIT"
] | 6 | 2020-06-23T08:37:29.000Z | 2022-02-21T16:02:44.000Z | /*
*
* Copyright (C) 2013 Anwar Mohamed <anwarelmakrahy[at]gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any la... | 26.970588 | 124 | 0.756816 |
45b29bbbd9ba9802d388ddd58277a0e16570022a | 7,226 | h | C | sourceCode/dotNet4.6/vb/language/shared/pageheap.h | csoap/csoap.github.io | 2a8db44eb63425deff147652b65c5912f065334e | [
"Apache-2.0"
] | 5 | 2017-03-03T02:13:16.000Z | 2021-08-18T09:59:56.000Z | sourceCode/dotNet4.6/vb/language/shared/pageheap.h | 295007712/295007712.github.io | 25241dbf774427545c3ece6534be6667848a6faf | [
"Apache-2.0"
] | null | null | null | sourceCode/dotNet4.6/vb/language/shared/pageheap.h | 295007712/295007712.github.io | 25241dbf774427545c3ece6534be6667848a6faf | [
"Apache-2.0"
] | 4 | 2016-11-15T05:20:12.000Z | 2021-11-13T16:32:11.000Z | //-------------------------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// Implements the page manager for our NorlsAllocator instances
//
//---------------------------------------------------------------------------------... | 33.766355 | 116 | 0.635345 |
ca789efd2dd75f2992bb37f986d6531d1341588d | 18,908 | h | C | code_reading/oceanbase-master/src/storage/ob_partition_merge_task.h | wangcy6/weekly_read | 3a8837ee9cd957787ee1785e4066dd623e02e13a | [
"Apache-2.0"
] | null | null | null | code_reading/oceanbase-master/src/storage/ob_partition_merge_task.h | wangcy6/weekly_read | 3a8837ee9cd957787ee1785e4066dd623e02e13a | [
"Apache-2.0"
] | null | null | null | code_reading/oceanbase-master/src/storage/ob_partition_merge_task.h | wangcy6/weekly_read | 3a8837ee9cd957787ee1785e4066dd623e02e13a | [
"Apache-2.0"
] | 1 | 2020-10-18T12:59:31.000Z | 2020-10-18T12:59:31.000Z | /**
* Copyright (c) 2021 OceanBase
* OceanBase CE is licensed under Mulan PubL v2.
* You can use this software according to the terms and conditions of the Mulan PubL v2.
* You may obtain a copy of Mulan PubL v2 at:
* http://license.coscl.org.cn/MulanPubL-2.0
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BAS... | 35.144981 | 120 | 0.786175 |
a9a8c1f0da031d88838d7a4fc7bbb30cea4aace1 | 8,987 | h | C | libcxx/include/__format/format_arg.h | mkinsner/llvm | 589d48844edb12cd357b3024248b93d64b6760bf | [
"Apache-2.0"
] | 6,989 | 2017-07-18T06:23:18.000Z | 2022-03-31T15:58:36.000Z | libcxx/include/__format/format_arg.h | mkinsner/llvm | 589d48844edb12cd357b3024248b93d64b6760bf | [
"Apache-2.0"
] | 3,740 | 2019-01-23T15:36:48.000Z | 2022-03-31T22:01:13.000Z | libcxx/include/__format/format_arg.h | mkinsner/llvm | 589d48844edb12cd357b3024248b93d64b6760bf | [
"Apache-2.0"
] | 1,228 | 2017-07-18T09:03:13.000Z | 2022-03-29T05:57:40.000Z | // -*- C++ -*-
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===------------... | 34.968872 | 80 | 0.722711 |
a9b56ebe0022d51fac377a7a7816f8e0f7e60243 | 37,312 | c | C | base/boot/efi/ia64/ixpcibus.c | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/boot/efi/ia64/ixpcibus.c | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/boot/efi/ia64/ixpcibus.c | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | /*++
Copyright (c) 1989 Microsoft Corporation
Module Name:
ixpcidat.c
Abstract:
Get/Set bus data routines for the PCI bus
Author:
Environment:
Kernel mode
Revision History:
--*/
#include "bootia64.h"
#include "arc.h"
#include "ixfwhal.h"
#include "ntconfig.h"
#inc... | 26.537696 | 98 | 0.568021 |
30c57403c71d4a73ad761a98f7e075a427762cfa | 349 | h | C | sdl1/xargon/src/include/config.h | pdpdds/sdldualsystem | d74ea84cbea705fef62868ba8c693bf7d2555636 | [
"BSD-2-Clause"
] | null | null | null | sdl1/xargon/src/include/config.h | pdpdds/sdldualsystem | d74ea84cbea705fef62868ba8c693bf7d2555636 | [
"BSD-2-Clause"
] | null | null | null | sdl1/xargon/src/include/config.h | pdpdds/sdldualsystem | d74ea84cbea705fef62868ba8c693bf7d2555636 | [
"BSD-2-Clause"
] | null | null | null | typedef struct {
int firstthru; // Are we set up?
int joyflag0,joyxl0, joyxc0, joyxr0, joyyu0, joyyc0, joyyd0;
int x_ourmode0;
union {
int sb_exists0;
int musicflag0;
};
int vocflag0;
char pad [64];
} config;
extern config cf;
void cfg_init(int argc, char *argv[]);
int doconfig (void);
extern int n... | 19.388889 | 61 | 0.681948 |
10c306606ac8573d56bd6e4c89daa4e7e5a06355 | 7,023 | h | C | scipy/optimize/_highs/src/ipm/ipx/src/sparse_matrix.h | Ennosigaeon/scipy | 2d872f7cf2098031b9be863ec25e366a550b229c | [
"BSD-3-Clause"
] | 3 | 2021-12-15T10:06:16.000Z | 2022-02-08T19:55:58.000Z | scipy/optimize/_highs/src/ipm/ipx/src/sparse_matrix.h | Ennosigaeon/scipy | 2d872f7cf2098031b9be863ec25e366a550b229c | [
"BSD-3-Clause"
] | 44 | 2019-06-27T15:56:14.000Z | 2022-03-15T22:21:10.000Z | scipy/optimize/_highs/src/ipm/ipx/src/sparse_matrix.h | Ennosigaeon/scipy | 2d872f7cf2098031b9be863ec25e366a550b229c | [
"BSD-3-Clause"
] | 4 | 2019-07-25T01:57:45.000Z | 2021-04-29T06:54:23.000Z | // Copyright (c) 2018 ERGO-Code. See license.txt for license.
#ifndef IPX_SPARSE_MATRIX_H_
#define IPX_SPARSE_MATRIX_H_
#include <vector>
#include "ipx_internal.h"
namespace ipx {
// Sparse matrix in CSC format.
class SparseMatrix {
public:
SparseMatrix();
SparseMatrix(Int nrow, Int ncol);
SparseMatrix... | 35.469697 | 80 | 0.660402 |
e754beba879ebc9bc0ce8266c0994674a81e94af | 4,240 | h | C | include/aby/gadgets.h | TKussel/SecureEpilinker | fd953970f43b2574e5c0b8118ef17b1ced59e400 | [
"BSL-1.0",
"MIT"
] | 7 | 2019-11-16T12:32:16.000Z | 2020-11-24T12:58:26.000Z | include/aby/gadgets.h | TKussel/SecureEpilinker | fd953970f43b2574e5c0b8118ef17b1ced59e400 | [
"BSL-1.0",
"MIT"
] | 2 | 2021-06-11T13:35:00.000Z | 2021-06-18T07:47:13.000Z | include/aby/gadgets.h | TKussel/SecureEpilinker | fd953970f43b2574e5c0b8118ef17b1ced59e400 | [
"BSL-1.0",
"MIT"
] | 2 | 2021-06-11T12:07:32.000Z | 2022-03-16T13:21:55.000Z | /**
\file sel/aby/gadgets.h
\author Sebastian Stammler <sebastian.stammler@cysec.de>
\copyright SEL - Secure EpiLinker
Copyright (C) 2018 Computational Biology & Simulation Group TU-Darmstadt
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affe... | 40 | 103 | 0.763443 |
a2dde3a2eb4660ce5bea75ca136cf2ffa38a8966 | 5,419 | h | C | usb/descriptor.h | soralis0912/laks | bb53c9ab6978eed594ab694a5fbfcd33c3483f08 | [
"BSD-2-Clause"
] | null | null | null | usb/descriptor.h | soralis0912/laks | bb53c9ab6978eed594ab694a5fbfcd33c3483f08 | [
"BSD-2-Clause"
] | null | null | null | usb/descriptor.h | soralis0912/laks | bb53c9ab6978eed594ab694a5fbfcd33c3483f08 | [
"BSD-2-Clause"
] | 1 | 2022-03-15T06:59:15.000Z | 2022-03-15T06:59:15.000Z | #ifndef DESCRIPTOR_H
#define DESCRIPTOR_H
#include <stdint.h>
template <typename A, typename B>
struct X {
A a;
B b;
} __attribute__((packed));
template <typename A>
constexpr A pack(A a) {
return a;
}
template <typename A, typename... R>
constexpr auto pack(A a, R... r) -> X<A, decltype(pack(r...))> {
return {... | 18.621993 | 64 | 0.760103 |
2ebb3441a08f711030e5722702fdd538f1a76b46 | 3,188 | h | C | pire/stub/memstreams.h | orivej/pire | 1df29444fcdff712320f9b6af6f28188838b774c | [
"MIT"
] | 212 | 2015-01-09T12:15:30.000Z | 2022-01-25T17:20:22.000Z | pire/stub/memstreams.h | orivej/pire | 1df29444fcdff712320f9b6af6f28188838b774c | [
"MIT"
] | 35 | 2015-07-28T11:50:39.000Z | 2020-09-17T20:48:43.000Z | pire/stub/memstreams.h | orivej/pire | 1df29444fcdff712320f9b6af6f28188838b774c | [
"MIT"
] | 34 | 2015-02-10T12:43:27.000Z | 2022-01-25T17:20:27.000Z | /*
* memstreams.h -- a wrapper providing istream/ostream interface
* for memory ranges.
*
* Copyright (c) 2007-2010, Dmitry Prokoptsev <dprokoptsev@gmail.com>,
* Alexander Gololobov <agololobov@gmail.com>
*
* This file is part of Pire, the Perl Incompatible
* Regular Exp... | 25.504 | 78 | 0.672208 |
a2eb9affce556a6616e590fc4d64c11f03ec1a52 | 978 | h | C | PrivateFrameworks/EmbeddedAcousticRecognition.framework/_EARSpeechRecognitionAudioBuffer.h | shaojiankui/iOS10-Runtime-Headers | 6b0d842bed0c52c2a7c1464087b3081af7e10c43 | [
"MIT"
] | 36 | 2016-04-20T04:19:04.000Z | 2018-10-08T04:12:25.000Z | PrivateFrameworks/EmbeddedAcousticRecognition.framework/_EARSpeechRecognitionAudioBuffer.h | shaojiankui/iOS10-Runtime-Headers | 6b0d842bed0c52c2a7c1464087b3081af7e10c43 | [
"MIT"
] | null | null | null | PrivateFrameworks/EmbeddedAcousticRecognition.framework/_EARSpeechRecognitionAudioBuffer.h | shaojiankui/iOS10-Runtime-Headers | 6b0d842bed0c52c2a7c1464087b3081af7e10c43 | [
"MIT"
] | 10 | 2016-06-16T02:40:44.000Z | 2019-01-15T03:31:45.000Z | /* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/EmbeddedAcousticRecognition
*/
@interface _EARSpeechRecognitionAudioBuffer : NSObject {
struct shared_ptr<quasar::RecogAudioBufferBase> {
struct RecogAudioBufferBase {} *px;
struct sh... | 34.928571 | 211 | 0.731084 |
264a86c78db9f018b6a613fb09695d4c0f3366cf | 81,862 | c | C | mono/mini/mini-hppa.c | slluis/mono | db8728e398d405bc1256bc2d76870c87d2e82ffc | [
"Apache-2.0"
] | 1 | 2021-08-05T04:41:05.000Z | 2021-08-05T04:41:05.000Z | mono/mini/mini-hppa.c | slluis/mono | db8728e398d405bc1256bc2d76870c87d2e82ffc | [
"Apache-2.0"
] | null | null | null | mono/mini/mini-hppa.c | slluis/mono | db8728e398d405bc1256bc2d76870c87d2e82ffc | [
"Apache-2.0"
] | 3 | 2016-10-20T19:06:51.000Z | 2022-03-20T23:28:53.000Z | /*
* mini-hppa.c: HPPA backend for the Mono code generator
*
* Copyright (c) 2007 Randolph Chung
*
* 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 withou... | 27.882153 | 215 | 0.671191 |
312503fb96f9bfaa08407b62127f611081ec4db7 | 20,502 | c | C | uboot/cmd/tpm.c | bingchunjin/1806_SDK | d5ed0258fc22f60e00ec025b802d175f33da6e41 | [
"MIT"
] | 31 | 2018-01-16T17:11:44.000Z | 2022-03-16T13:51:24.000Z | uboot/cmd/tpm.c | bingchunjin/1806_SDK | d5ed0258fc22f60e00ec025b802d175f33da6e41 | [
"MIT"
] | 1 | 2021-04-29T09:08:08.000Z | 2021-05-08T07:57:06.000Z | uboot/cmd/tpm.c | bingchunjin/1806_SDK | d5ed0258fc22f60e00ec025b802d175f33da6e41 | [
"MIT"
] | 30 | 2018-05-02T08:43:27.000Z | 2022-01-23T03:25:54.000Z | /*
* Copyright (c) 2013 The Chromium OS Authors.
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <command.h>
#include <dm.h>
#include <malloc.h>
#include <tpm.h>
#include <asm/unaligned.h>
#include <linux/string.h>
/* Useful constants */
enum {
DIGEST_LENGTH = 20,
/* max lengths, valid fo... | 25.531756 | 79 | 0.690518 |
ebe197e0dca469e6669ae9fa04fcee3d13740df8 | 2,603 | h | C | Sources/CConfig.h | jpez1432/Legacy-Monster-Freestyle-Racing | bc370736643531d1bf310bd45453cd98036b58a4 | [
"Info-ZIP"
] | null | null | null | Sources/CConfig.h | jpez1432/Legacy-Monster-Freestyle-Racing | bc370736643531d1bf310bd45453cd98036b58a4 | [
"Info-ZIP"
] | null | null | null | Sources/CConfig.h | jpez1432/Legacy-Monster-Freestyle-Racing | bc370736643531d1bf310bd45453cd98036b58a4 | [
"Info-ZIP"
] | null | null | null |
// Define
#ifndef CCONFIG_H
#define CCONFIG_H
// Include
#include "Shared.h" // Shared Header File
#include "CXml.h" // Xml Class Header File
// CConfig Class
class CConfig
{
private:
CXmlParser *cXml; // Xml Class Object
public:
CConfig( ); // Constructor
... | 28.604396 | 82 | 0.604687 |
640fc21f0d9077d370ae0d02c2e1074b9af21a25 | 2,294 | h | C | kern/include/thumips_tlb.h | a1exwang/ucore_mips_vwtf | 3071db3596544b75b96c101888352d68fae17673 | [
"MIT"
] | null | null | null | kern/include/thumips_tlb.h | a1exwang/ucore_mips_vwtf | 3071db3596544b75b96c101888352d68fae17673 | [
"MIT"
] | null | null | null | kern/include/thumips_tlb.h | a1exwang/ucore_mips_vwtf | 3071db3596544b75b96c101888352d68fae17673 | [
"MIT"
] | null | null | null | /*
* =====================================================================================
*
* Filename: thumips_tlb.h
*
* Description:
*
* Version: 1.0
* Created: 07/06/2012 10:20:30 AM
* Revision: none
* Compiler: gcc
*
* Author: Chen Yuheng (Chen Yuheng)... | 26.367816 | 121 | 0.627724 |
8abe01e038b028c45426b3026ce5a3dda7b466ce | 2,400 | c | C | Exercises/Exercises/hashconjuntos.c | whoiswelliton/Algorithms_and_Data_Structures | 8aded4a427c68f6c89135fd8c0094dc361bd1538 | [
"MIT"
] | null | null | null | Exercises/Exercises/hashconjuntos.c | whoiswelliton/Algorithms_and_Data_Structures | 8aded4a427c68f6c89135fd8c0094dc361bd1538 | [
"MIT"
] | null | null | null | Exercises/Exercises/hashconjuntos.c | whoiswelliton/Algorithms_and_Data_Structures | 8aded4a427c68f6c89135fd8c0094dc361bd1538 | [
"MIT"
] | null | null | null | #include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<math.h>
#define TAM 1021
//TABELA HASH COM TRATAMENTO DE COLISÕES POR ENCADEAMENTO SEPARADO
typedef struct celula{
int conteudo;
struct celula*prox;
struct celula*ant;
}celula;
typedef struct listaDENC{
celula*inicio;
int cont... | 13.793103 | 66 | 0.540417 |
9ccf31e1465378d729f0717709b743c2bbb2123d | 400 | h | C | world/Chars.h | l4l/rl | 7b72f5a7a4e0a0160d4ef1b3a1839d760b9cb2ce | [
"WTFPL"
] | 1 | 2015-10-08T18:58:23.000Z | 2015-10-08T18:58:23.000Z | world/Chars.h | l4l/rl | 7b72f5a7a4e0a0160d4ef1b3a1839d760b9cb2ce | [
"WTFPL"
] | null | null | null | world/Chars.h | l4l/rl | 7b72f5a7a4e0a0160d4ef1b3a1839d760b9cb2ce | [
"WTFPL"
] | null | null | null | #ifndef CLIENT_CHARS_H
#define CLIENT_CHARS_H
namespace game {
#define CHARS_NUM 5
enum CharType {
WAR,
ARCH,
ROG,
MAGE,
CUSTOM
};
// Base stats
// TODO
#define WAR_BASE_STATS {}
#define ARCH_BASE_STATS {}
#define ROG_BASE_STATS {}
#define ... | 14.814815 | 32 | 0.595 |
140206f9cc43bd75a345852cd2798a1a7b074f5f | 495 | h | C | iOS/Examples/Maps/Maps/MapsAppDelegate.h | AppBlade/AppBladeSDK | ff46fcec1d11a4464a1b81068cb8122f5fde5200 | [
"MIT"
] | 3 | 2015-03-19T17:11:06.000Z | 2016-12-01T20:47:56.000Z | iOS/Examples/Maps/Maps/MapsAppDelegate.h | AppBlade/AppBladeSDK | ff46fcec1d11a4464a1b81068cb8122f5fde5200 | [
"MIT"
] | 6 | 2015-03-27T08:53:53.000Z | 2016-12-03T08:44:56.000Z | iOS/Examples/Maps/Maps/MapsAppDelegate.h | AppBlade/AppBladeSDK | ff46fcec1d11a4464a1b81068cb8122f5fde5200 | [
"MIT"
] | 8 | 2015-01-13T10:53:04.000Z | 2020-11-04T06:33:51.000Z | //
// MapsAppDelegate.h
// Maps
//
// Created by Craig Spitzkoff on 5/31/11.
// Copyright 2011 Raizlabs Corporation. All rights reserved.
//
#define APPBLADE_DEBUG_LOGGING 1
#define APPBLADE_ERROR_LOGGING 1
#import <UIKit/UIKit.h>
@class MainViewController;
@interface MapsAppDelegate : NSObject <UIApplicationDele... | 22.5 | 84 | 0.775758 |
6cbb5b8f7ca298b26cccaeb3036a7ca1a7a9c4ea | 2,398 | c | C | testfiles/testfileSlice15.c | DantheJack/SliCer | 9cb93dcf0cb9fa5174bf7482fb5f0d02bbce20a9 | [
"MIT"
] | null | null | null | testfiles/testfileSlice15.c | DantheJack/SliCer | 9cb93dcf0cb9fa5174bf7482fb5f0d02bbce20a9 | [
"MIT"
] | null | null | null | testfiles/testfileSlice15.c | DantheJack/SliCer | 9cb93dcf0cb9fa5174bf7482fb5f0d02bbce20a9 | [
"MIT"
] | null | null | null | main()
{
int H;
H = 0;
float x[12];
float var2, var3, var4 ;
float var5, var1;
float ssq;
float avg;
float dev;
int i, n;
int settings_Variable1, settings_Variable2 = 0, settings_Variable3;
var4 = 0 ;
var2 = 0 ;
settings_Variable1 = 1;
if(settings_Variable1 != 0)... | 31.142857 | 83 | 0.437448 |
8c2ed6ff0a556d730cb55dbb607cfb59b04bfa19 | 270 | h | C | interrupt.h | daniRiesgo/OS-Thread-Scheduler-simulation | 95a6c73565da3b2b42eed9fe28561a01035a303c | [
"MIT"
] | null | null | null | interrupt.h | daniRiesgo/OS-Thread-Scheduler-simulation | 95a6c73565da3b2b42eed9fe28561a01035a303c | [
"MIT"
] | null | null | null | interrupt.h | daniRiesgo/OS-Thread-Scheduler-simulation | 95a6c73565da3b2b42eed9fe28561a01035a303c | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <sys/time.h>
#include <signal.h>
#include <stdlib.h>
#include <ucontext.h>
#include <unistd.h>
#define TICK_TIME 5000
#define STARVATION 300
void timer_interrupt ();
void init_interrupt();
void disable_interrupt();
void enable_interrupt();
| 18 | 25 | 0.748148 |
f02113252b2077235e0c222b74435007fee036cd | 331 | h | C | linkage/source/backgrounds.h | otrho/ragbag | be6212e82c4b6e393bddd08979b29d84592a3500 | [
"MIT"
] | null | null | null | linkage/source/backgrounds.h | otrho/ragbag | be6212e82c4b6e393bddd08979b29d84592a3500 | [
"MIT"
] | null | null | null | linkage/source/backgrounds.h | otrho/ragbag | be6212e82c4b6e393bddd08979b29d84592a3500 | [
"MIT"
] | null | null | null | #pragma once
// Use BG1 for the puzzle tiles. Load the tile data to the first character block, use the last
// screen block for the tilemap.
#define PUZZLE_BG_IDX 1
#define CHAR_BASE_IDX 0
#define MAP_BASE_IDX 28
#define LIT_PALETTE 0
#define DULL_PALETTE 1
void init_puzzle_bg();
void palette_flash_screen(s32 tota... | 22.066667 | 95 | 0.785498 |
1595c3ddcdb994637f385520904eb5e9b8e37b0a | 5,131 | h | C | api/nntrainer-api-common.h | kparichay/nntrainer | 79e37918a3ced623346e285993d6714cb5d1e14b | [
"Apache-2.0"
] | null | null | null | api/nntrainer-api-common.h | kparichay/nntrainer | 79e37918a3ced623346e285993d6714cb5d1e14b | [
"Apache-2.0"
] | null | null | null | api/nntrainer-api-common.h | kparichay/nntrainer | 79e37918a3ced623346e285993d6714cb5d1e14b | [
"Apache-2.0"
] | null | null | null | // SPDX-License-Identifier: Apache-2.0-only
/**
* Copyright (C) 2020 Parichay Kapoor <pk.kapoor@samsung.com>
*
* @file nntrainer-api-common.h
* @date 02 April 2020
* @brief NNTrainer Common-API Header.
* @see https://github.com/nnstreamer/nntrainer
* @author Parichay Kapoor <pk.kapoor@samsung.com>
* @bug No kno... | 36.913669 | 80 | 0.689144 |
9b73ec41ecb2278d252ce08ed207087298be9338 | 353 | h | C | QtumJsIosServer/qtum-ios-develop/qtum wallet/Auth and Login/Auth/RepeatePinOutput/RepeateOutputDelegate.h | shekoocoder/telepathy | 8da35e3dc41baf6f479b129dc723d8f321ccd39d | [
"MIT"
] | 1 | 2019-07-08T09:33:56.000Z | 2019-07-08T09:33:56.000Z | QtumJsIosServer/qtum-ios-develop/qtum wallet/Auth and Login/Auth/RepeatePinOutput/RepeateOutputDelegate.h | shekoocoder/telepathy | 8da35e3dc41baf6f479b129dc723d8f321ccd39d | [
"MIT"
] | null | null | null | QtumJsIosServer/qtum-ios-develop/qtum wallet/Auth and Login/Auth/RepeatePinOutput/RepeateOutputDelegate.h | shekoocoder/telepathy | 8da35e3dc41baf6f479b129dc723d8f321ccd39d | [
"MIT"
] | null | null | null | //
// RepeateOutputDelegate.h
// qtum wallet
//
// Created by Vladimir Lebedevich on 10.07.17.
// Copyright © 2017 QTUM. All rights reserved.
//
#import <Foundation/Foundation.h>
@protocol RepeateOutputDelegate <NSObject>
- (void)didCreateWalletPressed;
- (void)didCancelPressedOnRepeatePin;
- (void)didEnteredS... | 17.65 | 47 | 0.736544 |
18bd5d8154bd901f100a1f2e1a3a18e2d476f927 | 177 | h | C | src/ntp_client.h | mashafrancis/almond-hw | a2ccde1c745eeae8f2c5bb4fdec9faede0ed1474 | [
"MIT"
] | null | null | null | src/ntp_client.h | mashafrancis/almond-hw | a2ccde1c745eeae8f2c5bb4fdec9faede0ed1474 | [
"MIT"
] | 1 | 2020-05-27T10:26:57.000Z | 2020-05-27T10:26:57.000Z | src/ntp_client.h | almond-hydroponics/almond-hw | a2ccde1c745eeae8f2c5bb4fdec9faede0ed1474 | [
"MIT"
] | null | null | null | #ifndef NTP_CLIENT_H
#define NTP_CLIENT_H
#include <cstdint>
/// @returns current time since epoc in seconds, on error returns 0
uint32_t ntp_update();
#endif //NTP_CLIENT_H
| 17.7 | 67 | 0.768362 |
0afbe870f944721dbf2cbc66d007852a699cdb0b | 386 | h | C | core/fm_mpx.h | unxcepted/FmRadioStreamer | 017076bebd71695622766d955ffa9f2d2180f204 | [
"WTFPL"
] | null | null | null | core/fm_mpx.h | unxcepted/FmRadioStreamer | 017076bebd71695622766d955ffa9f2d2180f204 | [
"WTFPL"
] | null | null | null | core/fm_mpx.h | unxcepted/FmRadioStreamer | 017076bebd71695622766d955ffa9f2d2180f204 | [
"WTFPL"
] | null | null | null | /*
PiFmAdv - Advanced FM transmitter for the Raspberry Pi
Copyright (C) 2017 Miegl
See https://github.com/Miegl/PiFmAdv
*/
extern int fm_mpx_open(char *filename, size_t len, int cutoff_freq, int preemphasis_corner_freq, int srate, int nochan);
extern int fm_mpx_get_samples(double *mpx_buffer, double *rds_... | 35.090909 | 120 | 0.756477 |
178ac3bfdcd78f8c4843dcbefc170493a5404549 | 4,009 | h | C | include/QtPositioning/qgeopath.h | nesbox/qt5-static-linux2 | 16c9bce4e6ceab3675c517f1892144e81e172bcd | [
"Libpng",
"Zlib"
] | 2 | 2019-03-07T11:19:06.000Z | 2021-07-05T18:15:03.000Z | include/QtPositioning/qgeopath.h | nesbox/qt5-static-linux2 | 16c9bce4e6ceab3675c517f1892144e81e172bcd | [
"Libpng",
"Zlib"
] | null | null | null | include/QtPositioning/qgeopath.h | nesbox/qt5-static-linux2 | 16c9bce4e6ceab3675c517f1892144e81e172bcd | [
"Libpng",
"Zlib"
] | 2 | 2019-07-26T09:24:47.000Z | 2021-04-07T15:30:36.000Z | /****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtPositioning module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding valid ... | 37.46729 | 91 | 0.732103 |
0257c33ad439026ac3d8767085e2f8e40f8ca575 | 2,495 | h | C | src/elements/basis/TACSLineBasis.h | tchin-divergent/tacs | 34743b370da4ab6ea16d24de7c574c3fec9d333a | [
"Apache-2.0"
] | null | null | null | src/elements/basis/TACSLineBasis.h | tchin-divergent/tacs | 34743b370da4ab6ea16d24de7c574c3fec9d333a | [
"Apache-2.0"
] | null | null | null | src/elements/basis/TACSLineBasis.h | tchin-divergent/tacs | 34743b370da4ab6ea16d24de7c574c3fec9d333a | [
"Apache-2.0"
] | null | null | null | /*
This file is part of TACS: The Toolkit for the Analysis of Composite
Structures, a parallel finite-element code for structural and
multidisciplinary design optimization.
Copyright (C) 2014 Georgia Tech Research Corporation
TACS is licensed under the Apache License, Version 2.0 (the
"License"); you may ... | 31.987179 | 76 | 0.72986 |
4fc107639da3117546cdbc5d5a79529eea6fc32f | 2,894 | c | C | pthreads/misc/forking_MT_prcs/mt_fork_exec.c | kaiwan/trg_linux_sysprg_L1 | 1ddd7c11604b137401943d29c9b462a043879f0b | [
"MIT"
] | null | null | null | pthreads/misc/forking_MT_prcs/mt_fork_exec.c | kaiwan/trg_linux_sysprg_L1 | 1ddd7c11604b137401943d29c9b462a043879f0b | [
"MIT"
] | null | null | null | pthreads/misc/forking_MT_prcs/mt_fork_exec.c | kaiwan/trg_linux_sysprg_L1 | 1ddd7c11604b137401943d29c9b462a043879f0b | [
"MIT"
] | 11 | 2020-11-27T11:27:47.000Z | 2022-02-23T14:11:36.000Z | /*
* mt_fork_exec.c
*
* Call fork() within a process that has multiple threads alive.
* Duplicates only the thread that invokes fork in the new child.
* Here, we demo this by having the "child" process (a copy of the
* thread that called fork()), exec the PDF reader app (evince)!
*
* (c) kaiwanTECH
* License: ... | 23.528455 | 66 | 0.615411 |
ae3dbf19eb1b93ef7b7086371b84606f1b8dc4d8 | 3,457 | h | C | WRK-V1.2/clr/src/fusion/inc/mdlmgr.h | intj-t/openvmsft | 0d17fbce8607ab2b880be976c2e86d8cfc3e83bb | [
"Intel"
] | null | null | null | WRK-V1.2/clr/src/fusion/inc/mdlmgr.h | intj-t/openvmsft | 0d17fbce8607ab2b880be976c2e86d8cfc3e83bb | [
"Intel"
] | null | null | null | WRK-V1.2/clr/src/fusion/inc/mdlmgr.h | intj-t/openvmsft | 0d17fbce8607ab2b880be976c2e86d8cfc3e83bb | [
"Intel"
] | null | null | null | // ==++==
//
//
// Copyright (c) 2006 Microsoft Corporation. All rights reserved.
//
// The use and distribution terms for this software are contained in the file
// named license.txt, which can be found in the root of this distribution.
// By using this software in any fashion, you are agreeing to ... | 40.670588 | 135 | 0.573908 |
3ee467a4946b9239f5f6b96dcfb838b344d3d24e | 554 | c | C | examples/hello.c | jblang/TMS9918A | f2630b05a4b80e43477af0e26c37fdae76711682 | [
"Unlicense"
] | 86 | 2018-12-11T14:03:59.000Z | 2022-03-17T09:53:42.000Z | examples/hello.c | jblang/TMS9918A | f2630b05a4b80e43477af0e26c37fdae76711682 | [
"Unlicense"
] | 7 | 2019-03-12T19:41:52.000Z | 2021-02-18T15:18:06.000Z | examples/hello.c | jblang/TMS9918A | f2630b05a4b80e43477af0e26c37fdae76711682 | [
"Unlicense"
] | 15 | 2018-12-11T14:04:01.000Z | 2022-03-07T11:16:17.000Z | /*
* TMS9918A Hello World C example
*
* Compile with z88dk:
* zcc +cpm -create-app -ohello hello.c tmsc.asm z180c.asm
*/
#include <stdio.h>
#include <stdint.h>
#include "font.h"
#include "tms.h"
#include "z180.h"
main()
{
if (!TmsProbe()) {
printf("TMS9918A not found, aborting!\n");
retur... | 18.466667 | 59 | 0.617329 |
9933da80516e7498ffc46be30d7dc883b04d3b61 | 890 | h | C | src/uefi/EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.h | kkennett/oscore.dev | 59e786f12f9af969211c95a9d2863b1767528341 | [
"BSD-3-Clause"
] | 1 | 2020-05-10T09:43:50.000Z | 2020-05-10T09:43:50.000Z | src/uefi/EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.h | kkennett/oscore.dev | 59e786f12f9af969211c95a9d2863b1767528341 | [
"BSD-3-Clause"
] | null | null | null | src/uefi/EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.h | kkennett/oscore.dev | 59e786f12f9af969211c95a9d2863b1767528341 | [
"BSD-3-Clause"
] | null | null | null | /** @file
*
* Copyright (c) 2017, Linaro Limited. All rights reserved.
*
* This program and the accompanying materials are licensed and made available
* under the terms and conditions of the BSD License which accompanies this
* distribution. The full text of the license may be found at
* http://opensource.org/lic... | 27.8125 | 80 | 0.755056 |
994f437fff6fa4f13c79ec650a5a511a66bfb918 | 1,177 | h | C | windows_gui/include/resource.h | dsanno/reverse_reversi | 2b6d74c5687cdfb968d72f2692b1d5b1ff97a5e1 | [
"MIT"
] | null | null | null | windows_gui/include/resource.h | dsanno/reverse_reversi | 2b6d74c5687cdfb968d72f2692b1d5b1ff97a5e1 | [
"MIT"
] | null | null | null | windows_gui/include/resource.h | dsanno/reverse_reversi | 2b6d74c5687cdfb968d72f2692b1d5b1ff97a5e1 | [
"MIT"
] | null | null | null | //{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by reversi_gui.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#define IDR_REVERSTYPE 129
#define ID_PLAY_START 32771
#define ID_PLAY_BREAK ... | 35.666667 | 53 | 0.601529 |
996363fe578e31d2541aa5008b7fb92ca1bd5912 | 955 | h | C | Darkly/DataModels/LDFlagConfig/LDFlagCounter.h | ecobee/ios-client | 5f12ffab0e3ea494c5d4af3f674eed3b4fc04ffd | [
"Apache-2.0"
] | null | null | null | Darkly/DataModels/LDFlagConfig/LDFlagCounter.h | ecobee/ios-client | 5f12ffab0e3ea494c5d4af3f674eed3b4fc04ffd | [
"Apache-2.0"
] | null | null | null | Darkly/DataModels/LDFlagConfig/LDFlagCounter.h | ecobee/ios-client | 5f12ffab0e3ea494c5d4af3f674eed3b4fc04ffd | [
"Apache-2.0"
] | null | null | null | //
// LDFlagCounter.h
// Darkly
//
// Created by Mark Pokorny on 4/18/18. +JMJ
// Copyright © 2018 LaunchDarkly. All rights reserved.
//
#import <Foundation/Foundation.h>
@class LDFlagValueCounter;
@class LDFlagConfigValue;
@interface LDFlagCounter : NSObject <NSCopying>
@property (nonatomic, strong, nonnull, re... | 31.833333 | 130 | 0.796859 |
3e3f04bd6b7ce90a874b65581beb6d8974667d7a | 1,137 | c | C | tests/system_tests/test_cases/test_redblack-periodic.manual.ref.c | naoyam/physis | 39ee5250a2d5baa545ca03e7c5c9aa9c81f1ab19 | [
"BSD-3-Clause"
] | 30 | 2015-01-27T02:45:34.000Z | 2022-02-17T03:50:49.000Z | tests/system_tests/test_cases/test_redblack-periodic.manual.ref.c | naoyam/physis | 39ee5250a2d5baa545ca03e7c5c9aa9c81f1ab19 | [
"BSD-3-Clause"
] | 8 | 2015-01-02T02:10:04.000Z | 2015-04-21T08:42:12.000Z | tests/system_tests/test_cases/test_redblack-periodic.manual.ref.c | naoyam/physis | 39ee5250a2d5baa545ca03e7c5c9aa9c81f1ab19 | [
"BSD-3-Clause"
] | 4 | 2015-12-16T10:18:31.000Z | 2021-12-28T22:43:56.000Z | #include <stdio.h>
#include <stdlib.h>
#define N 32
#define REAL float
#define OFFSET(x, y, z) ((x) + (y) * N + (z) * N * N)
void kernel(float *g, int rb) {
int x, y, z;
for (z = 0; z < N; ++z) {
int zp = ((z - 1) + N) % N;
int zn = (z + 1) % N;
for (y = 0; y < N; ++y) {
int yp = ((y - 1) + N) ... | 18.95 | 53 | 0.39226 |
e27b8fe92adb48bb4b6fb73d4f4b9b090ee8b464 | 136 | h | C | Using Structures/Using Structures/myStruct.h | shonwr/c-assignments-projects | fab40807ba2720cec577aa9689361746e33ef678 | [
"Apache-2.0"
] | null | null | null | Using Structures/Using Structures/myStruct.h | shonwr/c-assignments-projects | fab40807ba2720cec577aa9689361746e33ef678 | [
"Apache-2.0"
] | null | null | null | Using Structures/Using Structures/myStruct.h | shonwr/c-assignments-projects | fab40807ba2720cec577aa9689361746e33ef678 | [
"Apache-2.0"
] | null | null | null | //Included seperate header file for practice
struct Student{
char fName[25];
char lName[25];
float stuGrade[3];
float avgGrade;
};
| 17 | 45 | 0.727941 |
eb5b91a593ad2c5100dc94a2b3c3f43c8d02fec2 | 3,766 | h | C | BellaVista-ios/BellaVista/BellaVista/transpiled/com/sparseware/bellavista/CareTeam.h | sparseware/ccp-bellavista | c2689b44938ca93bacc64f9a1dcd8513aacc5983 | [
"Apache-2.0"
] | 6 | 2015-03-17T17:46:47.000Z | 2017-11-13T14:31:27.000Z | BellaVista-ios/BellaVista/BellaVista/transpiled/com/sparseware/bellavista/CareTeam.h | sparseware/ccp-bellavista | c2689b44938ca93bacc64f9a1dcd8513aacc5983 | [
"Apache-2.0"
] | 6 | 2016-03-02T23:36:57.000Z | 2016-03-07T23:08:23.000Z | BellaVista-ios/BellaVista/BellaVista/transpiled/com/sparseware/bellavista/CareTeam.h | sparseware/ccp-bellavista | c2689b44938ca93bacc64f9a1dcd8513aacc5983 | [
"Apache-2.0"
] | null | null | null | //
// Generated by the J2ObjC translator. DO NOT EDIT!
// source: com/sparseware/bellavista/CareTeam.java
//
// Created by decoteaud on 3/14/16.
//
#ifndef _CCPBVCareTeam_H_
#define _CCPBVCareTeam_H_
@class CCPBVaCommunicationHandler;
@class CCPBVaCommunicationHandler_UserStatus;
@class JavaUtilEventObject;
@clas... | 39.642105 | 103 | 0.779076 |
b9ebbdda7cdd17470ff42bdd0ae20df009b663cc | 515 | h | C | Templates/ZIKRouter.xctemplate/ZIKViewRoutermodule inputObjective-C/___VARIABLE_moduleProtocolName___.h | faimin/ZIKRouter | bfb9b328c00c3348194064dfee4c3e2396d9b6db | [
"MIT"
] | 611 | 2017-08-08T05:27:10.000Z | 2022-03-31T14:33:40.000Z | Templates/ZIKRouter.xctemplate/ZIKViewRoutermodule inputObjective-C/___VARIABLE_moduleProtocolName___.h | faimin/ZIKRouter | bfb9b328c00c3348194064dfee4c3e2396d9b6db | [
"MIT"
] | 32 | 2018-05-16T07:54:25.000Z | 2022-03-30T05:40:59.000Z | Templates/ZIKRouter.xctemplate/ZIKViewRoutermodule inputObjective-C/___VARIABLE_moduleProtocolName___.h | faimin/ZIKRouter | bfb9b328c00c3348194064dfee4c3e2396d9b6db | [
"MIT"
] | 116 | 2017-08-23T04:24:10.000Z | 2022-03-16T02:53:20.000Z | //
// ___FILENAME___
// ___PROJECTNAME___
//
// Created by ___FULLUSERNAME___ on ___DATE___.
//___COPYRIGHT___
//
#import <ZIKRouter/ZIKViewModuleRoutable.h>
NS_ASSUME_NONNULL_BEGIN
@protocol ___VARIABLE_protocolName___;
#error TODO: replace /*arguments*/ with type of module config parameters
@protocol ___VARIAB... | 24.52381 | 117 | 0.81165 |
ac9ccaee7477fa14df9940c012f72b15ff229312 | 370 | h | C | Estruturas de dados/studys/hash.h | RodriguesAlonso/UNIVESP | c80c408f52136672ee4eea31fbfeedd8bca9abfb | [
"MIT"
] | null | null | null | Estruturas de dados/studys/hash.h | RodriguesAlonso/UNIVESP | c80c408f52136672ee4eea31fbfeedd8bca9abfb | [
"MIT"
] | null | null | null | Estruturas de dados/studys/hash.h | RodriguesAlonso/UNIVESP | c80c408f52136672ee4eea31fbfeedd8bca9abfb | [
"MIT"
] | null | null | null | #include "aluno.h"
class Hash{
private:
Aluno* structure;
int max_item;
int length;
int getHash(Aluno aluno);
public:
Hash(int maxItem = 100);
~Hash();
void retriveItem(Aluno& aluno,bool& found);
void insertItem(Aluno aluno);
void deleteItem(Aluno aluno);
void print();... | 16.086957 | 47 | 0.602703 |
557609ad8b542d417d743bea560f62014549c157 | 26,941 | c | C | demo/13_EG4S20withM0/M0/IPCore/AT510-MN-80001-r2p0-00rel0/software/common/validation/timer_tests.c | verimake-team/SparkRoad-V | 5c02eb65c551c1389878389c9b9682fff96e43ec | [
"MIT"
] | 23 | 2019-08-15T11:58:13.000Z | 2022-03-27T02:45:38.000Z | demo/13_EG4S20withM0/M0/IPCore/AT510-MN-80001-r2p0-00rel0/software/common/validation/timer_tests.c | crazyalpha/SparkRoad-V | 5c02eb65c551c1389878389c9b9682fff96e43ec | [
"MIT"
] | 2 | 2019-10-16T05:12:30.000Z | 2020-08-13T07:17:02.000Z | demo/13_EG4S20withM0/M0/IPCore/AT510-MN-80001-r2p0-00rel0/software/common/validation/timer_tests.c | crazyalpha/SparkRoad-V | 5c02eb65c551c1389878389c9b9682fff96e43ec | [
"MIT"
] | 28 | 2019-08-15T11:15:35.000Z | 2022-03-17T01:42:27.000Z | /*
*-----------------------------------------------------------------------------
* The confidential and proprietary information contained in this file may
* only be used by a person authorised under and to the extent permitted
* by a subsisting licensing agreement from ARM Limited or its affiliates.
*
* ... | 33.260494 | 101 | 0.626814 |
55fc46b4ae18ecaead0ff5a5c90ee1b449241e6d | 2,288 | h | C | SigMeshOC/SigMeshOC/sig_mesh_lib/SIG_MESH_header_file/ble_lt_mesh/proj/simu/socket_api.h | flyskywhy/react-native-btsig-telink | 4bd87bbaef61371c82b8738d42c2d06755eca1db | [
"MIT"
] | 2 | 2020-10-06T09:48:53.000Z | 2021-09-17T05:37:57.000Z | android/src/main/cpp/header/ble_lt_mesh/proj/simu/socket_api.h | flyskywhy/react-native-btsig-telink | 4bd87bbaef61371c82b8738d42c2d06755eca1db | [
"MIT"
] | 2 | 2020-10-13T10:27:41.000Z | 2020-11-15T01:06:29.000Z | android/src/main/cpp/header/ble_lt_mesh/proj/simu/socket_api.h | flyskywhy/react-native-btsig-telink | 4bd87bbaef61371c82b8738d42c2d06755eca1db | [
"MIT"
] | null | null | null | /********************************************************************************************************
* @file socket_api.h
*
* @brief for TLSR chips
*
* @author telink
* @date Sep. 30, 2010
*
* @par Copyright (c) 2010, Telink Semiconductor (Shanghai) Co., Ltd.
* All rig... | 30.105263 | 106 | 0.619318 |
360c96d52193ed13f930620b73844e83a78734c7 | 1,735 | h | C | MSFoundation/class/category/NSData+SBMODULE.h | gank0326/MSFoundation | f6f76d9d5ad59cf3b9d53a22e4d52e297b3ee8cd | [
"MIT"
] | null | null | null | MSFoundation/class/category/NSData+SBMODULE.h | gank0326/MSFoundation | f6f76d9d5ad59cf3b9d53a22e4d52e297b3ee8cd | [
"MIT"
] | null | null | null | MSFoundation/class/category/NSData+SBMODULE.h | gank0326/MSFoundation | f6f76d9d5ad59cf3b9d53a22e4d52e297b3ee8cd | [
"MIT"
] | null | null | null | /*
#####################################################################
# File : NSDataCagegory.h
# Project :
# Created : 2013-03-30
# DevTeam : Thomas Develop
# Author :
# Notes :
#####################################################################
### Change Logs #################################... | 19.065934 | 73 | 0.498559 |
0d9e6c6238c3dc795728cee0fcd8a1a2223c81c3 | 694 | c | C | gcc-gcc-7_3_0-release/gcc/testsuite/gcc.target/i386/pr55342.c | best08618/asylo | 5a520a9f5c461ede0f32acc284017b737a43898c | [
"Apache-2.0"
] | 7 | 2020-05-02T17:34:05.000Z | 2021-10-17T10:15:18.000Z | gcc-gcc-7_3_0-release/gcc/testsuite/gcc.target/i386/pr55342.c | best08618/asylo | 5a520a9f5c461ede0f32acc284017b737a43898c | [
"Apache-2.0"
] | null | null | null | gcc-gcc-7_3_0-release/gcc/testsuite/gcc.target/i386/pr55342.c | best08618/asylo | 5a520a9f5c461ede0f32acc284017b737a43898c | [
"Apache-2.0"
] | 2 | 2020-07-27T00:22:36.000Z | 2021-04-01T09:41:02.000Z | /* PR rtl-optimization/55342 */
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-final { scan-assembler-not "notb" } } */
void convert_image(unsigned char *in, unsigned char *out, int size) {
int i;
unsigned char * read = in,
* write = out;
for(i = 0; i < size; i++) {
unsigned char ... | 23.931034 | 69 | 0.425072 |
1ddcd1963606d6a04eedc6782f0751071d0184ac | 270 | h | C | Concepts/Constructor Initialization List/Constructor Parameters and overloading/Person.h | nwy140/C-Projects | e1d960f0f08231eb496267ddae37da5fbc9c9de9 | [
"MIT"
] | 1 | 2021-02-17T05:44:52.000Z | 2021-02-17T05:44:52.000Z | Concepts/Constructor Initialization List/Constructor Parameters and overloading/Person.h | nwy140/C-Projects | e1d960f0f08231eb496267ddae37da5fbc9c9de9 | [
"MIT"
] | null | null | null | Concepts/Constructor Initialization List/Constructor Parameters and overloading/Person.h | nwy140/C-Projects | e1d960f0f08231eb496267ddae37da5fbc9c9de9 | [
"MIT"
] | null | null | null | #pragma once
#include <iostream>
#include <string.h>
using namespace std;
class Person
{
private:
string name;
int age;
public:
Person() :name("unamed"), age(0) {};
Person(string name, int age) :name(name), age(age) {};
~Person();
string toString();
};
| 11.25 | 55 | 0.637037 |
3d3df2b20d5860f21907601f0600078734d1cbfe | 11,553 | c | C | Src/main.c | afiskon/stm32-rotary-encoder-example | d45f43b513dc5350c8ba8340ac95f20ca8904e51 | [
"MIT"
] | 5 | 2020-11-24T14:15:41.000Z | 2021-12-16T11:45:34.000Z | Src/main.c | afiskon/stm32-rotary-encoder-example | d45f43b513dc5350c8ba8340ac95f20ca8904e51 | [
"MIT"
] | null | null | null | Src/main.c | afiskon/stm32-rotary-encoder-example | d45f43b513dc5350c8ba8340ac95f20ca8904e51 | [
"MIT"
] | 2 | 2020-12-05T16:09:00.000Z | 2021-04-25T18:42:33.000Z | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : main.c
* @brief : Main program body
******************************************************************************
** This notice applies to any and all portions of this... | 30.007792 | 84 | 0.657232 |
cedda236d5f29bbf690ef5fb66d11a4db9fc00ae | 1,801 | h | C | ecmascript/lexical_env.h | openharmony-gitee-mirror/ark_js_runtime | b5ac878349b00b337c45f4702332c23aa82e1e28 | [
"Apache-2.0"
] | 3 | 2021-09-08T09:16:18.000Z | 2021-12-28T21:14:06.000Z | ecmascript/lexical_env.h | openharmony-gitee-mirror/ark_js_runtime | b5ac878349b00b337c45f4702332c23aa82e1e28 | [
"Apache-2.0"
] | null | null | null | ecmascript/lexical_env.h | openharmony-gitee-mirror/ark_js_runtime | b5ac878349b00b337c45f4702332c23aa82e1e28 | [
"Apache-2.0"
] | 1 | 2021-09-13T12:12:04.000Z | 2021-09-13T12:12:04.000Z | /*
* Copyright (c) 2021 Huawei Device Co., Ltd.
* 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 ... | 29.048387 | 105 | 0.714048 |
383596c42ca8f4a7b1c6959b217ad897a2208ea5 | 2,440 | c | C | snapgear_linux/user/modutils-2.4.26/kerneld/kdsend.c | impedimentToProgress/UCI-BlueChip | 53e5d48b79079eaf60d42f7cb65bb795743d19fc | [
"MIT"
] | null | null | null | snapgear_linux/user/modutils-2.4.26/kerneld/kdsend.c | impedimentToProgress/UCI-BlueChip | 53e5d48b79079eaf60d42f7cb65bb795743d19fc | [
"MIT"
] | null | null | null | snapgear_linux/user/modutils-2.4.26/kerneld/kdsend.c | impedimentToProgress/UCI-BlueChip | 53e5d48b79079eaf60d42f7cb65bb795743d19fc | [
"MIT"
] | 3 | 2016-06-13T13:20:56.000Z | 2019-12-05T02:31:23.000Z | #define CONFIG_KERNELD
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/msg.h>
#include "kerneld.h"
#define MSIZE 1024
#ifndef KDHDR
# ifdef NEW_KERNELD_PROTOCOL
# define KDHDR (sizeof(long) + sizeof(short) + sizeof(short))
# else
# define KDHDR si... | 22.385321 | 79 | 0.640984 |
e1e5ecf7f01622e795d6084ddd373839f074c5be | 2,602 | h | C | src/ENGINE/Engine.h | dr4gon37/AtmosphereScattering | f5c14fc49889cf4d0572c5fe0e390b3f3dc9c958 | [
"MIT"
] | null | null | null | src/ENGINE/Engine.h | dr4gon37/AtmosphereScattering | f5c14fc49889cf4d0572c5fe0e390b3f3dc9c958 | [
"MIT"
] | null | null | null | src/ENGINE/Engine.h | dr4gon37/AtmosphereScattering | f5c14fc49889cf4d0572c5fe0e390b3f3dc9c958 | [
"MIT"
] | null | null | null | #pragma once
#include "ENGINE/WindowClass.h"
#include "ENGINE/InputEngine.h"
#include "ENGINE/EngineInputFunctions.h"
#include "IMGUI/ImguiClass.h"
#include <string>
#include "MODEL/model1.h"
#include "TEXT/text_renderer.h"
#include "MATHS/SunDirection.h"
#ifdef _WIN64
#include <intrin.h>
#include <glad/glad.h>
#incl... | 22.824561 | 76 | 0.767487 |
c005863c078520263cb57a7fc9781c44c03c3e2e | 1,535 | h | C | examples/pxScene2d/external/libdash/libdash/libdash/source/xml/DOMParser.h | madanagopaltcomcast/pxCore | c4a3a40a190521c8b6383d126c87612eca5b3c42 | [
"Apache-2.0"
] | 46 | 2017-09-07T14:59:22.000Z | 2020-10-31T20:34:12.000Z | examples/pxScene2d/external/libdash/libdash/libdash/source/xml/DOMParser.h | madanagopaltcomcast/pxCore | c4a3a40a190521c8b6383d126c87612eca5b3c42 | [
"Apache-2.0"
] | 1,432 | 2017-06-21T04:08:48.000Z | 2020-08-25T16:21:15.000Z | examples/pxScene2d/external/libdash/libdash/libdash/source/xml/DOMParser.h | madanagopaltcomcast/pxCore | c4a3a40a190521c8b6383d126c87612eca5b3c42 | [
"Apache-2.0"
] | 317 | 2017-06-20T19:57:17.000Z | 2020-09-16T10:28:30.000Z | /*
* DOMParser.h
*****************************************************************************
* Copyright (C) 2012, bitmovin Softwareentwicklung OG, All Rights Reserved
*
* Email: libdash-dev@vicky.bitmovin.net
*
* This source code and its use and distribution, is subject to the terms
* and conditions of the a... | 27.410714 | 79 | 0.403909 |
07a926b043fdfcfb39656e37d4086839e79b3af9 | 158 | h | C | src/imagine/math/geom/spatial/frustum.h | ads00/imagine | f8063f636306a18f7c98512548a3c2ef2fd8cc48 | [
"MIT"
] | null | null | null | src/imagine/math/geom/spatial/frustum.h | ads00/imagine | f8063f636306a18f7c98512548a3c2ef2fd8cc48 | [
"MIT"
] | null | null | null | src/imagine/math/geom/spatial/frustum.h | ads00/imagine | f8063f636306a18f7c98512548a3c2ef2fd8cc48 | [
"MIT"
] | null | null | null | /*
Imagine v0.1
[math]
Copyright (c) 2015-present, Hugo (hrkz) Frezat
*/
#ifndef IG_MATH_FRUSTUM_H
#define IG_MATH_FRUSTUM_H
#endif // IG_MATH_FRUSTUM_H
| 14.363636 | 47 | 0.740506 |
6dab7ba70c940bc4bdbdbc9f574071641bbbb322 | 3,176 | h | C | source/Matrix/ws2812b.h | Vadim-Seledets/ws2812b | 5d654ccd6eeb810bbae65255e8d672827045aaba | [
"MIT"
] | 1 | 2021-06-02T20:14:31.000Z | 2021-06-02T20:14:31.000Z | source/Matrix/ws2812b.h | Vadim-Seledets/ws2812b | 5d654ccd6eeb810bbae65255e8d672827045aaba | [
"MIT"
] | null | null | null | source/Matrix/ws2812b.h | Vadim-Seledets/ws2812b | 5d654ccd6eeb810bbae65255e8d672827045aaba | [
"MIT"
] | null | null | null | #ifndef WS2812B_H_
#define WS2812B_H_
#include <avr/io.h>
#include <avr/interrupt.h>
#include "stdlib.h"
#include "string.h"
const uint8_t MATRIX_WIDTH = 16;
const uint8_t MATRIX_HEIGHT = 16;
const uint16_t NUMBER_OF_PIXELS = MATRIX_WIDTH * MATRIX_HEIGHT;
const uint16_t NUMBER_OF_BYTES = NUMBER_OF_PIXELS * 3;
extern... | 31.137255 | 85 | 0.605164 |
0d4ee6fa099d32a32534dc227c794c8e2fbf5c68 | 1,731 | h | C | include/il2cpp/System/Array/InternalEnumerator_Section_FieldEffect_Add/getDefaultSuccessMessage_GroundTableElem_.h | martmists-gh/BDSP | d6326c5d3ad9697ea65269ed47aa0b63abac2a0a | [
"MIT"
] | 1 | 2022-01-15T20:20:27.000Z | 2022-01-15T20:20:27.000Z | include/il2cpp/System/Array/InternalEnumerator_Section_FieldEffect_Add/getDefaultSuccessMessage_GroundTableElem_.h | martmists-gh/BDSP | d6326c5d3ad9697ea65269ed47aa0b63abac2a0a | [
"MIT"
] | null | null | null | include/il2cpp/System/Array/InternalEnumerator_Section_FieldEffect_Add/getDefaultSuccessMessage_GroundTableElem_.h | martmists-gh/BDSP | d6326c5d3ad9697ea65269ed47aa0b63abac2a0a | [
"MIT"
] | null | null | null | #pragma once
#include "il2cpp.h"
void System_Array_InternalEnumerator_Section_FieldEffect_Add_getDefaultSuccessMessage_GroundTableElem____ctor (System_Array_InternalEnumerator_Section_FieldEffect_Add_getDefaultSuccessMessage_GroundTableElem__o __this, System_Array_o* array, const MethodInfo* method_info);
void System... | 157.363636 | 335 | 0.949162 |
ed127818f2ef14e6c7e3dddbbb7d7cb816bd43ae | 1,980 | h | C | globalbp.h | bigsql/pldebugger | 510f90fd51d6b925738c602f3eb4bc8c48fb276e | [
"Artistic-2.0"
] | 1 | 2020-09-08T07:54:51.000Z | 2020-09-08T07:54:51.000Z | globalbp.h | bigsql/pldebugger | 510f90fd51d6b925738c602f3eb4bc8c48fb276e | [
"Artistic-2.0"
] | null | null | null | globalbp.h | bigsql/pldebugger | 510f90fd51d6b925738c602f3eb4bc8c48fb276e | [
"Artistic-2.0"
] | 1 | 2020-09-08T07:54:53.000Z | 2020-09-08T07:54:53.000Z | /*
* globalbp.h -
*
* This file defines the (shared-memory) structures used by the PL debugger
* to keep track of global breakpoints.
*
* Copyright (c) 2004-2018 EnterpriseDB Corporation. All Rights Reserved.
*
* Licensed under the Artistic License v2.0, see
* https://opensource.org/licenses/artistic-license... | 30.461538 | 105 | 0.761111 |
9876736c6731e8259a853c7c3a840f720a236493 | 1,345 | h | C | JCDT/JCDT_Lib/internal/lookup/SymbolCast.h | kuafuwang/JCDT | 2b009ea887b4816303fed9e6e1dc104a90c67d16 | [
"MIT"
] | 1 | 2021-04-17T01:55:27.000Z | 2021-04-17T01:55:27.000Z | JCDT/JCDT_Lib/internal/lookup/SymbolCast.h | kuafuwang/JCDT | 2b009ea887b4816303fed9e6e1dc104a90c67d16 | [
"MIT"
] | null | null | null | JCDT/JCDT_Lib/internal/lookup/SymbolCast.h | kuafuwang/JCDT | 2b009ea887b4816303fed9e6e1dc104a90c67d16 | [
"MIT"
] | 1 | 2022-02-18T12:02:00.000Z | 2022-02-18T12:02:00.000Z |
#ifndef SymbolCast_jikes_INCLUDED
#define SymbolCast_jikes_INCLUDED
#include "lookup_Pre_declaration.h"
namespace Jikes { // Open namespace Jikes block
class SymbolCast
{
public:
static PackageSymbol* PackageCast(Symbol*);
static const PackageSymbol* PackageCast(const Symbol*) ;
static TypeSymbol* TypeCast( Sy... | 22.416667 | 61 | 0.768773 |
7214aa994606cb79ad33d3585a6c88970022b807 | 5,205 | c | C | tests/test-configuration.c | matttbe/mptcpd | ec93b41521d43d6636807ba462f62db2ab5506fc | [
"BSD-3-Clause"
] | null | null | null | tests/test-configuration.c | matttbe/mptcpd | ec93b41521d43d6636807ba462f62db2ab5506fc | [
"BSD-3-Clause"
] | null | null | null | tests/test-configuration.c | matttbe/mptcpd | ec93b41521d43d6636807ba462f62db2ab5506fc | [
"BSD-3-Clause"
] | null | null | null | // SPDX-License-Identifier: BSD-3-Clause
/**
* @file test-configuration.c
*
* @brief mptcpd configuration test.
*
* Copyright (c) 2019, 2021, Intel Corporation
*/
#include <ell/main.h>
#include <ell/util.h> // Needed by <ell/log.h>
#include <ell/log.h>
#include <ell/test.h>
#include <mptcpd/private/configu... | 26.42132 | 80 | 0.557925 |
900f69a7b0bcfa8cdf4a78d186cb5ffc3f0bb918 | 448 | h | C | ch08-inheritance-and-polymorphism/ExtremeC_examples_chapter8_4_duck.h | Grahame-student/Extreme-C | b5fa8c6575147e095d8e72b829f08d04b9d4e2e2 | [
"MIT"
] | 162 | 2019-07-02T21:58:08.000Z | 2022-03-27T20:53:31.000Z | ch08-inheritance-and-polymorphism/ExtremeC_examples_chapter8_4_duck.h | Grahame-student/Extreme-C | b5fa8c6575147e095d8e72b829f08d04b9d4e2e2 | [
"MIT"
] | 2 | 2020-09-01T22:00:49.000Z | 2021-09-05T13:57:14.000Z | ch08-inheritance-and-polymorphism/ExtremeC_examples_chapter8_4_duck.h | Grahame-student/Extreme-C | b5fa8c6575147e095d8e72b829f08d04b9d4e2e2 | [
"MIT"
] | 80 | 2019-01-26T09:51:33.000Z | 2022-03-30T13:53:23.000Z | // File name: ExtremeC_examples_chapter8_4_duck.h
// Description: Public interface of the duck class
#ifndef EXTREME_C_EXAMPLES_CHAPTER_8_4_DUCK_H
#define EXTREME_C_EXAMPLES_CHAPTER_8_4_DUCK_H
// Forward declaration
struct duck_t;
// Memory allocator
struct duck_t* duck_new();
// Constructor
void duck_ctor(struct d... | 20.363636 | 62 | 0.801339 |
fd1ebb37bda201043adc023962ca62353e8a4328 | 3,797 | c | C | src/common/tchatche.c | MisterDA/tCHATche | c05e5bfa22e838ded59ea78ca39529889e723125 | [
"MIT"
] | null | null | null | src/common/tchatche.c | MisterDA/tCHATche | c05e5bfa22e838ded59ea78ca39529889e723125 | [
"MIT"
] | null | null | null | src/common/tchatche.c | MisterDA/tCHATche | c05e5bfa22e838ded59ea78ca39529889e723125 | [
"MIT"
] | null | null | null | #include "tchatche.h"
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <stdarg.h>
#include <dirent.h>
#include <regex.h>
#define TMP "/tmp/tCHATche"
//#define FILENAME_REGEX "^[a-zA-Z0-9' '()\\[\\... | 20.413978 | 83 | 0.636819 |
ccfa40abf119cef290bb91834ce06fbcdd6f4626 | 2,069 | h | C | include/stp/Simplifier/constantBitP/ConstantBitP_MaxPrecision.h | eurecom-s3/stp | f8510975ecc2c9774d9dbd5759f95e90f0a32cd6 | [
"BSL-1.0",
"MIT"
] | null | null | null | include/stp/Simplifier/constantBitP/ConstantBitP_MaxPrecision.h | eurecom-s3/stp | f8510975ecc2c9774d9dbd5759f95e90f0a32cd6 | [
"BSL-1.0",
"MIT"
] | null | null | null | include/stp/Simplifier/constantBitP/ConstantBitP_MaxPrecision.h | eurecom-s3/stp | f8510975ecc2c9774d9dbd5759f95e90f0a32cd6 | [
"BSL-1.0",
"MIT"
] | null | null | null | // -*- c++ -*-
/********************************************************************
* AUTHORS: Trevor Hansen
*
* BEGIN DATE: Februrary, 2010
*
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 w... | 28.736111 | 108 | 0.719188 |
e63aba6aa04147d834259ad225fe1c998e470016 | 3,055 | h | C | chrome/browser/lacros/chrome_browser_main_extra_parts_lacros.h | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 76 | 2020-09-02T03:05:41.000Z | 2022-03-30T04:40:55.000Z | chrome/browser/lacros/chrome_browser_main_extra_parts_lacros.h | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 45 | 2020-09-02T03:21:37.000Z | 2022-03-31T22:19:45.000Z | chrome/browser/lacros/chrome_browser_main_extra_parts_lacros.h | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 8 | 2020-07-22T18:49:18.000Z | 2022-02-08T10:27:16.000Z | // 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 CHROME_BROWSER_LACROS_CHROME_BROWSER_MAIN_EXTRA_PARTS_LACROS_H_
#define CHROME_BROWSER_LACROS_CHROME_BROWSER_MAIN_EXTRA_PARTS_LACROS_H_
#include ... | 34.715909 | 79 | 0.819967 |
f76345572eef8137987ef71ae225acbbcbe04abb | 558 | h | C | payload/sp/storage/LogFile.h | StarMKWii/mkw-sp | e87fec9cdfc920fbe10b9680fc34cfe9a9ad2426 | [
"MIT"
] | 24 | 2022-01-31T00:35:29.000Z | 2022-03-20T17:03:04.000Z | payload/sp/storage/LogFile.h | StarMKWii/mkw-sp | e87fec9cdfc920fbe10b9680fc34cfe9a9ad2426 | [
"MIT"
] | 135 | 2022-01-31T09:24:26.000Z | 2022-03-31T19:49:07.000Z | payload/sp/storage/LogFile.h | StarMKWii/mkw-sp | e87fec9cdfc920fbe10b9680fc34cfe9a9ad2426 | [
"MIT"
] | 13 | 2022-01-31T04:10:22.000Z | 2022-03-26T10:06:41.000Z | #pragma once
#include <revolution.h>
#include <stdarg.h>
void LogFile_init(void);
void LogFile_vprintf(const char *restrict format, va_list args);
typedef struct ThreadNode ThreadNode;
struct ThreadNode {
OSThread *thread;
ThreadNode *next;
};
typedef struct {
ThreadNode node;
} LogFileDisableGuard;
... | 19.241379 | 75 | 0.765233 |
a19ff84d848c690aff805abcc373c0ef8e009245 | 1,950 | c | C | student-distrib/i8259.c | JiyuuuHuuu/ECE_391_MP3 | 5eb166e99e4a15045e4ed9cb59e51569f5976a81 | [
"AFL-1.1"
] | 2 | 2020-12-15T09:49:45.000Z | 2020-12-31T13:36:35.000Z | student-distrib/i8259.c | JiyuuuHuuu/ECE_391_MP3 | 5eb166e99e4a15045e4ed9cb59e51569f5976a81 | [
"AFL-1.1"
] | null | null | null | student-distrib/i8259.c | JiyuuuHuuu/ECE_391_MP3 | 5eb166e99e4a15045e4ed9cb59e51569f5976a81 | [
"AFL-1.1"
] | null | null | null | /* i8259.c - Functions to interact with the 8259 interrupt controller
* vim:ts=4 noexpandtab
*/
#include "i8259.h"
#include "lib.h"
// #include <linux/spinlock.h>
//static spinlock_t PIC_lock = SPIN_LOCK_UNLOCKED;
/* Interrupt masks to determine which interrupts are enabled and disabled */
static uint8_t master_mas... | 28.676471 | 76 | 0.672821 |
59b9551fa472b343df922940f4c201cbb7ee713e | 2,343 | h | C | KSRouter/KSRouterNavigationController.h | krin-san/KSRouter | 81ecfd9b56baaee6be2c7cf6afb1ea95ae24a159 | [
"MIT"
] | 3 | 2015-12-16T06:06:11.000Z | 2016-05-12T07:01:20.000Z | KSRouter/KSRouterNavigationController.h | krin-san/KSRouter | 81ecfd9b56baaee6be2c7cf6afb1ea95ae24a159 | [
"MIT"
] | null | null | null | KSRouter/KSRouterNavigationController.h | krin-san/KSRouter | 81ecfd9b56baaee6be2c7cf6afb1ea95ae24a159 | [
"MIT"
] | null | null | null | //
// KSRouterNavigationController.h
// Copyright (c) 2015 Krin-San. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "KSRouterItem.h"
extern NSString * _Nonnull const kRouterNotification;
extern NSString * _Nonnull const kRouterNotificationTarget;
extern NSString * _Nonnull const kRouterNotificationAnimati... | 36.046154 | 156 | 0.802817 |
d3778ed0164bd21a9ac868488d0dfe78d333361d | 32,132 | c | C | Robot/Libraries/STM8_TouchSensing_Driver/src/stm8l15x_tsl_ct_acquisition.c | sharpe-developer/WiFi-Robot | f3744f41233155f36e1b2348fcf1a2f2ca4d5351 | [
"MIT"
] | null | null | null | Robot/Libraries/STM8_TouchSensing_Driver/src/stm8l15x_tsl_ct_acquisition.c | sharpe-developer/WiFi-Robot | f3744f41233155f36e1b2348fcf1a2f2ca4d5351 | [
"MIT"
] | null | null | null | Robot/Libraries/STM8_TouchSensing_Driver/src/stm8l15x_tsl_ct_acquisition.c | sharpe-developer/WiFi-Robot | f3744f41233155f36e1b2348fcf1a2f2ca4d5351 | [
"MIT"
] | null | null | null | /**
******************************************************************************
* @file stm8l15x_tsl_ct_acquisition.c
* @author MCD Application Team
* @version V2.3.1
* @date 14-February-2011
* @brief STM8 Touch Sensing Library - This file provides all the functions
* to manage... | 28.536412 | 164 | 0.623148 |
97b807356eb291b455bdfe7ea7032be5aa1e29cc | 324 | h | C | inetsrv/msmq/src/trigger/include/msmqtrigbld.h | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | inetsrv/msmq/src/trigger/include/msmqtrigbld.h | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | inetsrv/msmq/src/trigger/include/msmqtrigbld.h | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | //
// file: MSMQTrigbld.h
//
// Copyright (c) 1997-2000 Microsoft Corporation, All Rights Reserved
//
//
// This file is empty on all machines and should be out to the build machine only
// for specific build macro decleration
//
//#define MSMQTRIG_OFFICIAL_BUILD // defined only on the official build machi... | 24.923077 | 82 | 0.712963 |
46c5463aecda7470e19055d7bf276bf8c8589443 | 3,346 | h | C | includes/neuralnetwork.h | roloza7/nn-test | 3400e6e065be68858c6ce692d349f3ddb8596033 | [
"MIT"
] | null | null | null | includes/neuralnetwork.h | roloza7/nn-test | 3400e6e065be68858c6ce692d349f3ddb8596033 | [
"MIT"
] | null | null | null | includes/neuralnetwork.h | roloza7/nn-test | 3400e6e065be68858c6ce692d349f3ddb8596033 | [
"MIT"
] | null | null | null | #ifndef NEURAL_NETWORK_H_
#define NEURAL_NETWORK_H_
#include "activators.h"
#include "sparsematrix.h"
#include "inputbatch.h"
#include "outputbatch.h"
#include <ostream>
#include <cstddef>
using std::size_t;
struct NetworkStructure {
NetworkStructure() = default;
NetworkStructure(size... | 30.981481 | 101 | 0.628811 |
ea698d9f9492c86e38d1f274e60803335e3ff475 | 219 | h | C | RecipeBook/RBDefinitions.h | baberthal/RecipeBook | edbda9cade9d60fde6a7551a0ee74f8929bca07e | [
"Apache-2.0"
] | null | null | null | RecipeBook/RBDefinitions.h | baberthal/RecipeBook | edbda9cade9d60fde6a7551a0ee74f8929bca07e | [
"Apache-2.0"
] | null | null | null | RecipeBook/RBDefinitions.h | baberthal/RecipeBook | edbda9cade9d60fde6a7551a0ee74f8929bca07e | [
"Apache-2.0"
] | null | null | null | //
// RBDefinitions.h
// RecipeBook
//
// Created by Morgan Lieberthal on 1/11/16.
// Copyright © 2016 Morgan Lieberthal. All rights reserved.
//
#pragma once
#define kRBRecipeStepDataType @"kRBRecipeStepDataType" | 19.909091 | 60 | 0.730594 |
ee8ef089eda631bb8dab0088e30432a01e7a160b | 1,086 | h | C | src/models/user/user.h | ulqiorra/sign_up_form | 9afdc87d60fafff6ea3cd70cc64539e04ecdf4f6 | [
"MIT"
] | null | null | null | src/models/user/user.h | ulqiorra/sign_up_form | 9afdc87d60fafff6ea3cd70cc64539e04ecdf4f6 | [
"MIT"
] | null | null | null | src/models/user/user.h | ulqiorra/sign_up_form | 9afdc87d60fafff6ea3cd70cc64539e04ecdf4f6 | [
"MIT"
] | null | null | null | #pragma once
#include <QObject>
class User : public QObject
{
Q_OBJECT
Q_PROPERTY(QString first_name READ get_first_name NOTIFY changed)
Q_PROPERTY(QString last_name READ get_last_name NOTIFY changed)
Q_PROPERTY(QString country READ get_country NOTIFY changed)
Q_PROPERTY(QString ... | 29.351351 | 71 | 0.683241 |
2d6f9555e8b783a2df480a1031f6f6efecf583be | 1,185 | c | C | py/objmodule.c | komuw/micropython | 501399330ecae4b055120787f08707d4ea1a5532 | [
"MIT"
] | null | null | null | py/objmodule.c | komuw/micropython | 501399330ecae4b055120787f08707d4ea1a5532 | [
"MIT"
] | null | null | null | py/objmodule.c | komuw/micropython | 501399330ecae4b055120787f08707d4ea1a5532 | [
"MIT"
] | null | null | null | #include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <assert.h>
#include "nlr.h"
#include "misc.h"
#include "mpconfig.h"
#include "obj.h"
#include "runtime.h"
#include "map.h"
typedef struct _mp_obj_module_t {
mp_obj_base_t base;
qstr name;
mp_map_t *globals;
} mp_obj_module_t;
void modul... | 23.7 | 96 | 0.663291 |
8700a10f879f271eb70ffd4bf7233fce42f64c89 | 957 | c | C | projects/power_distribution/src/rear_strobe_blinker.c | Citrusboa/firmware_xiv | 4379cefae900fd67bd14d930da6b8acfce625176 | [
"MIT"
] | 14 | 2019-11-12T00:11:29.000Z | 2021-12-13T05:32:41.000Z | projects/power_distribution/src/rear_strobe_blinker.c | 123Logan321/firmware_xiv | 14468d55753ad62f8a63a9289511e72131443042 | [
"MIT"
] | 191 | 2019-11-12T05:36:58.000Z | 2022-03-21T19:54:46.000Z | projects/power_distribution/src/rear_strobe_blinker.c | 123Logan321/firmware_xiv | 14468d55753ad62f8a63a9289511e72131443042 | [
"MIT"
] | 14 | 2020-06-06T14:43:14.000Z | 2022-03-08T00:48:11.000Z | #include "rear_strobe_blinker.h"
#include "blink_event_generator.h"
#include "pd_events.h"
static BlinkEventGeneratorStorage s_blinker_storage;
StatusCode rear_strobe_blinker_init(RearStrobeBlinkerSettings *settings) {
// Set up the blinker
BlinkEventGeneratorSettings blinker_settings = {
.interval_us = setti... | 33 | 81 | 0.77116 |
6e6016d0e1387e507e9765cfa9c120cd1faf12d7 | 405 | c | C | lib/matcalc/pi_newton.c | theoden8/matcalc | ff71e31d5aa854547b1f32280a83486e21a4e6a1 | [
"WTFPL"
] | null | null | null | lib/matcalc/pi_newton.c | theoden8/matcalc | ff71e31d5aa854547b1f32280a83486e21a4e6a1 | [
"WTFPL"
] | null | null | null | lib/matcalc/pi_newton.c | theoden8/matcalc | ff71e31d5aa854547b1f32280a83486e21a4e6a1 | [
"WTFPL"
] | null | null | null | #include "pi_newton.h"
// the newtons formula for pi is
// 1 + 1/3(1 + 2/5(1 + 3/7 + (... )))
void calc_pi_newton(mpfr_t pi, int no_iters, int prec) {
mpfr_t cur;
mpfr_inits2(prec, pi, cur, NULL);
mpfr_set_d(pi, 1.0, MPFR_RNDD);
for(unsigned int i = 0; i < no_iters; ++i) {
// TODO finish
/* mpfr_printf("%... | 21.315789 | 56 | 0.607407 |
6e864c60f207a597465d64393b2e79a44b832fb1 | 478 | h | C | ios/YelpRecommendation/YelpRecommendation/OldUserFilterViewController.h | raymondwqb/Yelp_Recommendation | bf387bf2579608182a0d7db11eed9e08a28491c5 | [
"MIT"
] | null | null | null | ios/YelpRecommendation/YelpRecommendation/OldUserFilterViewController.h | raymondwqb/Yelp_Recommendation | bf387bf2579608182a0d7db11eed9e08a28491c5 | [
"MIT"
] | null | null | null | ios/YelpRecommendation/YelpRecommendation/OldUserFilterViewController.h | raymondwqb/Yelp_Recommendation | bf387bf2579608182a0d7db11eed9e08a28491c5 | [
"MIT"
] | null | null | null | //
// OldUserFilterViewController.h
// YelpRecommendation
//
// Created by Yi Wu on 12/22/15.
// Copyright © 2015 Qianbo Wang, Yi Wu, Zuyi Wu. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface OldUserFilterViewController : UIViewController<UIPickerViewDataSource,UIPickerViewDelegate>
@property (strong, ... | 23.9 | 102 | 0.763598 |
dc6410ba0e2bc823f14dca245576b07b2aec32c9 | 881 | c | C | msethax/loader/source/main.c | dona12345/dontools3ds | 54f9c515b49c29f3b17333e3a35d854c3db5838c | [
"BSD-2-Clause"
] | null | null | null | msethax/loader/source/main.c | dona12345/dontools3ds | 54f9c515b49c29f3b17333e3a35d854c3db5838c | [
"BSD-2-Clause"
] | null | null | null | msethax/loader/source/main.c | dona12345/dontools3ds | 54f9c515b49c29f3b17333e3a35d854c3db5838c | [
"BSD-2-Clause"
] | null | null | null | #include <string.h>
#include <stdlib.h>
#include <stdio.h>
void* (*rxTools)() = 0x08000030;
void main()
{
unsigned char* fb1 = (unsigned char*)(0x20184E60);
unsigned char* fb2 = (unsigned char*)(0x201CB370);
unsigned char pure_color = 0x77;
*((unsigned int*)0x080FFFC0) = fb1;
*((unsigned int*)0x080FFFC4) = fb2... | 20.97619 | 51 | 0.627696 |
f425a6c7022305f1e96d1a6b1ffd05096ecffb35 | 1,658 | h | C | forks/a_little_smalltalk/src/names.h | zenwerk/littlesmalltalk | 4c9d58891b09bfce8d333b3cf718bbbd349ed246 | [
"BSD-3-Clause"
] | null | null | null | forks/a_little_smalltalk/src/names.h | zenwerk/littlesmalltalk | 4c9d58891b09bfce8d333b3cf718bbbd349ed246 | [
"BSD-3-Clause"
] | null | null | null | forks/a_little_smalltalk/src/names.h | zenwerk/littlesmalltalk | 4c9d58891b09bfce8d333b3cf718bbbd349ed246 | [
"BSD-3-Clause"
] | null | null | null | /*
Little Smalltalk, version 2
Written by Tim Budd, Oregon State University, July 1987
*/
/*
names and sizes of internally object used internally in the system
*/
#ifndef NAMES_H
#define NAMES_H
# define classSize 5
# define nameInClass 1
# define sizeInClass 2
# define methodsInClass 3
# define superClassInClas... | 25.507692 | 74 | 0.785887 |
a705de76fb965c638923bac9137bfbab089dee4b | 2,256 | h | C | include/taskpp/detail/devector.h | znone/taskpp | 1c630e232041007cc6497d10f0c30a035663ca91 | [
"Apache-2.0"
] | 4 | 2019-03-14T01:47:53.000Z | 2020-06-24T10:48:54.000Z | include/taskpp/detail/devector.h | znone/taskpp | 1c630e232041007cc6497d10f0c30a035663ca91 | [
"Apache-2.0"
] | null | null | null | include/taskpp/detail/devector.h | znone/taskpp | 1c630e232041007cc6497d10f0c30a035663ca91 | [
"Apache-2.0"
] | null | null | null | #pragma once
#include <vector>
#if defined(_MSC_VER) && _MSC_VER<1900
#define noexcept throw()
#endif //_MSC_VER
namespace taskpp
{
namespace detail
{
template <class T>
class devector
{
typedef std::vector<T> vector_type;
vector_type data_;
std::size_t front_index_;
public:
typedef typename vector_type::size_... | 16.962406 | 71 | 0.682624 |
736a53357c5af606a46c9dc22c980b5f4b1e4d0d | 11,892 | c | C | main.c | weirdNox/Generic-Grafcet | 18022f87e7a2456e78008f00419c58b39860c6cf | [
"MIT"
] | 2 | 2020-05-05T15:44:29.000Z | 2021-05-19T18:01:07.000Z | main.c | weirdNox/Generic-Grafcet | 18022f87e7a2456e78008f00419c58b39860c6cf | [
"MIT"
] | null | null | null | main.c | weirdNox/Generic-Grafcet | 18022f87e7a2456e78008f00419c58b39860c6cf | [
"MIT"
] | null | null | null | // -------------------------
// Generic Grafcet Framework
// -------------------------
// MIT License:
//
// Copyright 2018 Gonçalo Santos
//
// 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
... | 35.819277 | 111 | 0.590481 |
ad980c6eaa8e2a280346fcd2dd8d416b9cbdbbee | 8,943 | c | C | clibs/libaw/common/aw_thread_poll.c | lichaoqun/QGAWLive | cc4e2ccaa5a60a46e8ffbbd7e5a54f4599dad62f | [
"Apache-2.0"
] | 705 | 2016-11-08T00:57:35.000Z | 2022-03-30T02:35:46.000Z | clibs/libaw/common/aw_thread_poll.c | lichaoqun/QGAWLive | cc4e2ccaa5a60a46e8ffbbd7e5a54f4599dad62f | [
"Apache-2.0"
] | 20 | 2017-02-12T14:08:12.000Z | 2021-08-18T09:48:14.000Z | clibs/libaw/common/aw_thread_poll.c | lichaoqun/QGAWLive | cc4e2ccaa5a60a46e8ffbbd7e5a54f4599dad62f | [
"Apache-2.0"
] | 189 | 2016-11-12T07:47:27.000Z | 2021-12-29T09:54:47.000Z | /*
copyright 2016 wanghongyu.
The project page:https://github.com/hardman/AWLive
My blog page: http://www.jianshu.com/u/1240d2400ca1
*/
#include "aw_thread_poll.h"
#include "aw_alloc.h"
#include "aw_utils.h"
#include "aw_array.h"
#include <unistd.h>
typedef struct aw_thread_poll_task{
aw_thread_func func;
... | 30.731959 | 136 | 0.591971 |
abdb135ef453f829d437ec88b857031db0b901bd | 2,260 | c | C | component/oai-smf/src/ngap/ies/Ngap_DRBsToQosFlowsMappingList.c | kukkalli/oai-cn5g-fed | 15634fac935ac8671b61654bdf75bf8af07d3c3a | [
"Apache-2.0"
] | null | null | null | component/oai-smf/src/ngap/ies/Ngap_DRBsToQosFlowsMappingList.c | kukkalli/oai-cn5g-fed | 15634fac935ac8671b61654bdf75bf8af07d3c3a | [
"Apache-2.0"
] | null | null | null | component/oai-smf/src/ngap/ies/Ngap_DRBsToQosFlowsMappingList.c | kukkalli/oai-cn5g-fed | 15634fac935ac8671b61654bdf75bf8af07d3c3a | [
"Apache-2.0"
] | null | null | null | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "NGAP-IEs"
* found in "asn.1/Information Element Definitions.asn1"
* `asn1c -pdu=all -fcompound-names -fno-include-deps -findirect-choice
* -gen-PER -D src`
*/
#include "Ngap_DRBsToQosFlowsMappingList.h"
#include "Ngap_DRBsToQosFlow... | 37.666667 | 78 | 0.713274 |
4af627a1fb021606e3b49ed4a7e0f108bbd59db9 | 808 | c | C | src/dos_fseek.c | nataliapc/sdcc_msxdos | 82c4b503c141e2347b5b81c0ed88edd101fa22ff | [
"MIT"
] | null | null | null | src/dos_fseek.c | nataliapc/sdcc_msxdos | 82c4b503c141e2347b5b81c0ed88edd101fa22ff | [
"MIT"
] | null | null | null | src/dos_fseek.c | nataliapc/sdcc_msxdos | 82c4b503c141e2347b5b81c0ed88edd101fa22ff | [
"MIT"
] | null | null | null | #include "dos.h"
#ifdef MSXDOS2
uint32_t fseek (char fp, int32_t offset, char origin) __naked
{
fp;
offset;
origin;
__asm
push ix
ld ix,#4
add ix,sp
ld b,0(ix)
ld l,1(ix)
ld h,2(ix)
ld e,3(ix)
ld d,4(ix)
ld a,5(ix)
ld c,#SEEK
DOSCALL
or a
jr z, seek_noer... | 14.175439 | 61 | 0.548267 |
19cac99331fef5f211d415a416d8fa5d47c34159 | 269 | h | C | Bull-Engine/Window.h | Sersius/Bull-Engine | d97c7ed4725eb9bef776ffbe9e5a13bed200cfd0 | [
"MIT"
] | null | null | null | Bull-Engine/Window.h | Sersius/Bull-Engine | d97c7ed4725eb9bef776ffbe9e5a13bed200cfd0 | [
"MIT"
] | null | null | null | Bull-Engine/Window.h | Sersius/Bull-Engine | d97c7ed4725eb9bef776ffbe9e5a13bed200cfd0 | [
"MIT"
] | null | null | null | #ifndef __WINDOW_H__
#define __WINDOW_H__
#include "Globals.h"
#include "SDL/include/SDL.h"
class Window
{
public:
Window();
virtual ~Window();
virtual void Active();
virtual bool IsActivated();
virtual void Draw() = 0;
public:
bool on = false;
};
#endif | 12.227273 | 28 | 0.687732 |
19366afb88938e42a55ed5e402343c84568138ef | 509 | h | C | include/metal/serial/syscalls.h | cHemingway/test | 7fcbd56ad6fe5368b927ea146363bf3d69cd7617 | [
"Apache-2.0"
] | 24 | 2020-07-24T18:33:58.000Z | 2022-03-23T21:00:19.000Z | include/metal/serial/syscalls.h | cHemingway/test | 7fcbd56ad6fe5368b927ea146363bf3d69cd7617 | [
"Apache-2.0"
] | 4 | 2020-07-27T05:44:26.000Z | 2021-09-02T16:05:47.000Z | include/metal/serial/syscalls.h | cHemingway/test | 7fcbd56ad6fe5368b927ea146363bf3d69cd7617 | [
"Apache-2.0"
] | 1 | 2020-07-25T15:13:20.000Z | 2020-07-25T15:13:20.000Z | /**
* @file metal/serial/syscalls.h
* @date 03.07.2020
* @author Klemens D. Morgenstern
*
*/
#ifndef METAL_TEST_SERIAL_SYSCALLS_H
#define METAL_TEST_SERIAL_SYSCALLS_H
//Allow no access to any file or process, except stdout/stdin
#define METAL_SERIAL_SYSCALLS_MODE_BLOCKED 0
//Only allow writes and leaves the... | 24.238095 | 67 | 0.793713 |
f91521f77a6811309dd476b877a31648a17fe4aa | 186 | h | C | firebase/lib/x86_64-ios/firebase.framework/Versions/Current/Headers/functions.h | goodwin332/extension-firebase-analytics | 33ec1023a0c97b2d9780e6c9004a56247096f129 | [
"MIT"
] | null | null | null | firebase/lib/x86_64-ios/firebase.framework/Versions/Current/Headers/functions.h | goodwin332/extension-firebase-analytics | 33ec1023a0c97b2d9780e6c9004a56247096f129 | [
"MIT"
] | null | null | null | firebase/lib/x86_64-ios/firebase.framework/Versions/Current/Headers/functions.h | goodwin332/extension-firebase-analytics | 33ec1023a0c97b2d9780e6c9004a56247096f129 | [
"MIT"
] | null | null | null | // Copyright 2019 Google Inc. All Rights Reserved.
#ifndef FIREBASE_FUNCTIONS_H
#define FIREBASE_FUNCTIONS_H
#include "firebase/firebase/functions.h"
#endif // FIREBASE_FUNCTIONS_H
| 18.6 | 50 | 0.801075 |
c36fd23d1c336f53c95a2fbcc081f65b01da9d82 | 4,566 | c | C | mcc_generated_files/pwm3.c | shesee/IRRepeater | 0f19425bc5d89530acb53a1e1edbcb9cd3099041 | [
"MIT"
] | null | null | null | mcc_generated_files/pwm3.c | shesee/IRRepeater | 0f19425bc5d89530acb53a1e1edbcb9cd3099041 | [
"MIT"
] | null | null | null | mcc_generated_files/pwm3.c | shesee/IRRepeater | 0f19425bc5d89530acb53a1e1edbcb9cd3099041 | [
"MIT"
] | null | null | null | /**
PWM3 Generated Driver File
@Company
Microchip Technology Inc.
@File Name
pwm3.c
@Summary
This is the generated driver implementation file for the PWM3 driver using PIC10 / PIC12 / PIC16 / PIC18 MCUs
@Description
This header file provides implementations for driver APIs for... | 24.417112 | 114 | 0.644328 |
c9363459a337bdc63852aa9ad748db8093f0b9d8 | 5,635 | c | C | third_party/orientsec/orientsec_common/orientsec_grpc_common_init.c | grpc-nebula/grpc-nebula-c | 6d2660869961c904324f3e5db4fb88881400a0d7 | [
"Apache-2.0"
] | 59 | 2019-06-28T03:07:42.000Z | 2022-03-11T23:09:34.000Z | third_party/orientsec/orientsec_common/orientsec_grpc_common_init.c | grpc-nebula/grpc-nebula-c | 6d2660869961c904324f3e5db4fb88881400a0d7 | [
"Apache-2.0"
] | 3 | 2019-12-05T09:59:45.000Z | 2020-09-16T02:16:28.000Z | third_party/orientsec/orientsec_common/orientsec_grpc_common_init.c | grpc-nebula/grpc-nebula-c | 6d2660869961c904324f3e5db4fb88881400a0d7 | [
"Apache-2.0"
] | 29 | 2019-06-12T03:22:18.000Z | 2022-03-03T16:47:28.000Z | /*
* Copyright 2019 Orient Securities Co., Ltd.
* Copyright 2019 BoCloud Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unle... | 31.132597 | 81 | 0.756877 |
c7a241cd14ccea7d06ece61054fcc6192b3a2bec | 997 | c | C | util/hash/mblue_hash.c | licett/mblue | 7f6ae7f1e079b2d75a47345cbd5f6ffadd1c9891 | [
"MIT"
] | 7 | 2018-09-20T12:52:19.000Z | 2019-02-14T08:25:19.000Z | util/hash/mblue_hash.c | licett/mblue | 7f6ae7f1e079b2d75a47345cbd5f6ffadd1c9891 | [
"MIT"
] | null | null | null | util/hash/mblue_hash.c | licett/mblue | 7f6ae7f1e079b2d75a47345cbd5f6ffadd1c9891 | [
"MIT"
] | null | null | null | /*
* =====================================================================================
*
* Filename: mblue_hash.c
*
* Description: simple string hash interface
*
* Version: 1.0
* Created: 2017/10/8 10:36:05
* Revision: none
* Compiler: gcc
*
* ... | 22.155556 | 89 | 0.429288 |
68e5d14e1bfaccb254accbe3d98d49b50e072fc5 | 26,166 | h | C | contrib/depends/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/SyncServices.framework/Versions/A/Headers/ISyncManager.h | Amity-Network/amity | 3e57379f01af4ca851079c8e469fbda7c8165b47 | [
"MIT"
] | null | null | null | contrib/depends/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/SyncServices.framework/Versions/A/Headers/ISyncManager.h | Amity-Network/amity | 3e57379f01af4ca851079c8e469fbda7c8165b47 | [
"MIT"
] | null | null | null | contrib/depends/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/SyncServices.framework/Versions/A/Headers/ISyncManager.h | Amity-Network/amity | 3e57379f01af4ca851079c8e469fbda7c8165b47 | [
"MIT"
] | 1 | 2021-08-13T21:12:07.000Z | 2021-08-13T21:12:07.000Z | /*
* SyncServices -- ISyncManager.h
* Copyright (c) 2003 - 2008 Apple Computer, Inc. All rights reserved.
*/
#import <Foundation/Foundation.h>
#import <SyncServices/ISyncCommon.h>
@class ISyncClient, ISyncRecordSnapshot;
/* ISyncManager is the starting point for clients looking to manage clients and syncs. It... | 68.677165 | 181 | 0.732668 |
22d9845b251c919ec5795e5686242c50acd8fb28 | 5,558 | c | C | shared/lcd/lcd_io.c | kwasmich/ATmega328_OTA | 3582e925819a401c0c5f5882170c2e01295ef999 | [
"MIT"
] | null | null | null | shared/lcd/lcd_io.c | kwasmich/ATmega328_OTA | 3582e925819a401c0c5f5882170c2e01295ef999 | [
"MIT"
] | null | null | null | shared/lcd/lcd_io.c | kwasmich/ATmega328_OTA | 3582e925819a401c0c5f5882170c2e01295ef999 | [
"MIT"
] | null | null | null | //
// lcd_io.c
// MegaOTA
//
// Created by Michael Kwasnicki on 06.04.20.
// Copyright © 2020 Michael Kwasnicki. All rights reserved.
//
#include "lcd_io.h"
#include "lcd_command.h"
#include "config.h"
#include "macros.h"
#include <avr/io.h>
#include <util/delay.h>
#define LCD_COLUMNS 16
#define LCD_LINES... | 25.263636 | 189 | 0.640878 |
02d3d2099c025a69e91ca39389eb730e50d49d1f | 302 | h | C | resistor-color/resistor_color.h | pcrandall/exercism-c | 322df4057ba4c27b935630953d4a0fbd82cf0f39 | [
"MIT"
] | null | null | null | resistor-color/resistor_color.h | pcrandall/exercism-c | 322df4057ba4c27b935630953d4a0fbd82cf0f39 | [
"MIT"
] | null | null | null | resistor-color/resistor_color.h | pcrandall/exercism-c | 322df4057ba4c27b935630953d4a0fbd82cf0f39 | [
"MIT"
] | null | null | null | #include <stdio.h>
#ifndef RESISTOR_COLOR_H
#define RESISTOR_COLOR_H
typedef enum bandssss {
BLACK,
BROWN,
RED,
ORANGE,
YELLOW,
GREEN,
BLUE,
VIOLET,
GREY,
WHITE,
} resistor_band_t;
int color_code(resistor_band_t bandssss);
resistor_band_t *colors();
#endif
| 12.583333 | 41 | 0.668874 |
24ada8a117c0a4756c89b21c6e494fc09459c16f | 1,444 | h | C | components/SIpcObject/ShareMemBuffer.h | denphon/soui | 455909ede62a37ded1c1737c65c7cfbc29eae9bd | [
"MIT"
] | 1 | 2019-04-22T07:53:10.000Z | 2019-04-22T07:53:10.000Z | components/SIpcObject/ShareMemBuffer.h | denphon/soui | 455909ede62a37ded1c1737c65c7cfbc29eae9bd | [
"MIT"
] | null | null | null | components/SIpcObject/ShareMemBuffer.h | denphon/soui | 455909ede62a37ded1c1737c65c7cfbc29eae9bd | [
"MIT"
] | 1 | 2019-04-22T06:25:01.000Z | 2019-04-22T06:25:01.000Z | // MemMapFile.h: interface for the CShareMemBuffer class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(_SHAREMEMBUFFER_H__015AC2F8_C982_43A8_916D_EEA49B31428B__INCLUDED_)
#define _SHAREMEMBUFFER_H__015AC2F8_C982_43A8_916D_EEA49B31428B__INCLUDED_
#if _MSC_VER > 1000
#p... | 24.896552 | 87 | 0.679363 |
d7e659113e51e3d0f65397647d83048540592b98 | 381 | h | C | ZZYValueSendDemo/ZZYValueSendDemo/AppDelegate.h | ZYVIP/ZZYPassValueDemo | 1944e9a1b51c3324cd73756f80b9901b1e84b102 | [
"MIT"
] | 4 | 2016-08-01T13:24:13.000Z | 2019-04-17T09:45:41.000Z | ZZYValueSendDemo/ZZYValueSendDemo/AppDelegate.h | ZYVIP/ZZYPassValueDemo | 1944e9a1b51c3324cd73756f80b9901b1e84b102 | [
"MIT"
] | null | null | null | ZZYValueSendDemo/ZZYValueSendDemo/AppDelegate.h | ZYVIP/ZZYPassValueDemo | 1944e9a1b51c3324cd73756f80b9901b1e84b102 | [
"MIT"
] | null | null | null | //
// AppDelegate.h
// ZZYValueSendDemo
//
// Created by admin on 16/7/27.
// Copyright © 2016年 断剑. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
//AppDelegate属性
@property (nonatomic, copy) NSString * s... | 19.05 | 60 | 0.71916 |
a4a18b011a47df5a22b47df44f2f559c9990752e | 519 | h | C | tile/lang/parser.h | redoclag/plaidml | 46d9e8b3f1e1093aab2a0dfa40b2e15e3cc7d314 | [
"Apache-2.0"
] | 4,535 | 2017-10-20T05:03:57.000Z | 2022-03-30T15:42:33.000Z | tile/lang/parser.h | HOZHENWAI/plaidml | 46d9e8b3f1e1093aab2a0dfa40b2e15e3cc7d314 | [
"Apache-2.0"
] | 984 | 2017-10-20T17:16:09.000Z | 2022-03-30T05:43:18.000Z | tile/lang/parser.h | HOZHENWAI/plaidml | 46d9e8b3f1e1093aab2a0dfa40b2e15e3cc7d314 | [
"Apache-2.0"
] | 492 | 2017-10-20T18:22:32.000Z | 2022-03-30T09:00:05.000Z | #pragma once
#include <string>
#include "tile/lang/ops.h"
namespace vertexai {
namespace tile {
namespace lang {
class Parser final {
public:
Program Parse(const std::string& code, const std::string& id = "") const;
Program ParseExpr(const std::string& code, int64_t start_tmp = 0) const;
math::Polynomial<mat... | 23.590909 | 82 | 0.722543 |
62cd61d0c2ce6602ac279dfcee39571d21d772e0 | 9,101 | h | C | legacy/btmux-exile/trunk/src/hcode/btech/btechstats.h | murrayma/btmux | 3519fdbfb9d5d27b4ce8e46ee16796961f1a0bfa | [
"ClArtistic",
"Naumen",
"Condor-1.1",
"MS-PL"
] | 1 | 2020-07-09T17:37:42.000Z | 2020-07-09T17:37:42.000Z | legacy/btmux-exile/trunk/src/hcode/btech/btechstats.h | murrayma/btmux | 3519fdbfb9d5d27b4ce8e46ee16796961f1a0bfa | [
"ClArtistic",
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | legacy/btmux-exile/trunk/src/hcode/btech/btechstats.h | murrayma/btmux | 3519fdbfb9d5d27b4ce8e46ee16796961f1a0bfa | [
"ClArtistic",
"Naumen",
"Condor-1.1",
"MS-PL"
] | 1 | 2020-11-07T00:02:47.000Z | 2020-11-07T00:02:47.000Z | /* Function declarations / skill list for btechstats.c */
#ifndef BTECHSTATS_H
#define BTECHSTATS_H
#include "db.h"
#include "externs.h"
#include "interface.h"
#include "config.h"
#include "powers.h"
#include "btechstats_global.h"
#ifdef BTECHSTATS_C
char *btech_charvaluetype_names[] =
{ "Char_valu... | 44.612745 | 90 | 0.662565 |
91f7ca3da62be683e1ea848267eca104331f5d26 | 1,928 | h | C | src/vehicle.h | ek8203/CarND-Path-Planning-Project | d15b46a5659dcfd5732b28c2c11e5e52e9873a60 | [
"MIT"
] | null | null | null | src/vehicle.h | ek8203/CarND-Path-Planning-Project | d15b46a5659dcfd5732b28c2c11e5e52e9873a60 | [
"MIT"
] | null | null | null | src/vehicle.h | ek8203/CarND-Path-Planning-Project | d15b46a5659dcfd5732b28c2c11e5e52e9873a60 | [
"MIT"
] | null | null | null | /*
* vehicle.h
*
* Created on: May 6, 2018
* Author: nmkekrop
*/
#ifndef VEHICLE_H_
#define VEHICLE_H_
#include <iostream>
#include <random>
#include <vector>
#include <map>
#include <string>
using namespace std;
class Vehicle {
public:
map<string, int> lane_direction = {{"PLCL", -1}, {"LCL", -1}, {"L... | 20.956522 | 99 | 0.700207 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.