hexsha stringlengths 40 40 | size int64 5 2.72M | ext stringclasses 5
values | lang stringclasses 1
value | max_stars_repo_path stringlengths 3 976 | max_stars_repo_name stringlengths 5 113 | max_stars_repo_head_hexsha stringlengths 40 78 | max_stars_repo_licenses listlengths 1 10 | max_stars_count float64 1 191k ⌀ | max_stars_repo_stars_event_min_datetime stringdate 2015-01-01 00:01:43 2022-03-31 23:59:48 ⌀ | max_stars_repo_stars_event_max_datetime stringdate 2015-01-01 00:06:24 2022-03-31 23:59:53 ⌀ | max_issues_repo_path stringlengths 3 976 | max_issues_repo_name stringlengths 5 116 | max_issues_repo_head_hexsha stringlengths 40 78 | max_issues_repo_licenses listlengths 1 10 | max_issues_count float64 1 134k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 3 976 | max_forks_repo_name stringlengths 5 116 | max_forks_repo_head_hexsha stringlengths 40 78 | max_forks_repo_licenses listlengths 1 10 | max_forks_count float64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringdate 2015-01-01 00:01:19 2022-03-31 23:59:49 ⌀ | max_forks_repo_forks_event_max_datetime stringdate 2015-01-03 12:00:57 2022-03-31 23:59:49 ⌀ | content stringlengths 5 2.72M | avg_line_length float64 1.38 573k | max_line_length int64 2 1.01M | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9248fd98dd5a8228f22129b629b65ce1f60fa9b5 | 1,907 | c | C | os/drivers/os_api_test/network/test_net_pbuf.c | ziyik/TizenRT-1 | d510c03303fcfa605bc12c60f826fa5642bbe406 | [
"Apache-2.0"
] | 511 | 2017-03-29T09:14:09.000Z | 2022-03-30T23:10:29.000Z | os/drivers/os_api_test/network/test_net_pbuf.c | ziyik/TizenRT-1 | d510c03303fcfa605bc12c60f826fa5642bbe406 | [
"Apache-2.0"
] | 4,673 | 2017-03-29T10:43:43.000Z | 2022-03-31T08:33:44.000Z | os/drivers/os_api_test/network/test_net_pbuf.c | ziyik/TizenRT-1 | d510c03303fcfa605bc12c60f826fa5642bbe406 | [
"Apache-2.0"
] | 642 | 2017-03-30T20:45:33.000Z | 2022-03-24T17:07:33.000Z | /****************************************************************************
*
* Copyright 2020 Samsung Electronics All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at... | 28.893939 | 78 | 0.481909 |
924e3c75ef1cb5e30a2d938d2dfae471409ab656 | 3,341 | h | C | include/object_cloud/ObjectCloud.h | utexas-bwi/object_cloud | 47a5ff5cfc298131ca3e2e8cc6cd989a6f32c6e0 | [
"BSD-3-Clause"
] | null | null | null | include/object_cloud/ObjectCloud.h | utexas-bwi/object_cloud | 47a5ff5cfc298131ca3e2e8cc6cd989a6f32c6e0 | [
"BSD-3-Clause"
] | null | null | null | include/object_cloud/ObjectCloud.h | utexas-bwi/object_cloud | 47a5ff5cfc298131ca3e2e8cc6cd989a6f32c6e0 | [
"BSD-3-Clause"
] | null | null | null | #pragma once
#include <Eigen/Dense>
#include <algorithm>
#include <iostream>
#include <map>
#include <object_cloud/3rdparty/nanoflann.hpp>
#include <octomap/octomap.h>
#include <opencv/cv.h>
#include <opencv2/highgui.hpp>
#include <opencv2/imgproc.hpp>
#include <string>
#include <unordered_map>
#include <visualization... | 24.035971 | 119 | 0.621371 |
9250b6145758478d8ab62f8ea3456888444d8dc3 | 466 | c | C | c_tutorials/Extra Programs/New folder/RecursionExample2.c | deepakrgala/C_tutorials | b5ca44a15cf9f534a40cf3fda8d97c23cff21da8 | [
"MIT"
] | null | null | null | c_tutorials/Extra Programs/New folder/RecursionExample2.c | deepakrgala/C_tutorials | b5ca44a15cf9f534a40cf3fda8d97c23cff21da8 | [
"MIT"
] | null | null | null | c_tutorials/Extra Programs/New folder/RecursionExample2.c | deepakrgala/C_tutorials | b5ca44a15cf9f534a40cf3fda8d97c23cff21da8 | [
"MIT"
] | null | null | null | /*function named MyPower that receives two values v and p, and returns the value of v^p.
Note, implement your function using recursion. */
#include <stdio.h>
#include <stdlib.h>
int MyPower(int v, int p)
{
if ( p == 0 )
return 1;
else
return (v*MyPower(v,p-1));
}
int main(int argc, char *argv[]... | 18.64 | 89 | 0.587983 |
9252b5db2e2e36e8f1143dd9ef442e2488a688c4 | 992 | h | C | samples/client/petstore/qt5cpp/client/SWGQObjectWrapper.h | derBiggi/swagger-codegen | 99dad052ec506796f3ed13b19364cf827ff0f256 | [
"Apache-2.0"
] | 14,570 | 2015-01-01T21:46:46.000Z | 2022-03-31T22:28:15.000Z | samples/client/petstore/qt5cpp/client/SWGQObjectWrapper.h | derBiggi/swagger-codegen | 99dad052ec506796f3ed13b19364cf827ff0f256 | [
"Apache-2.0"
] | 9,058 | 2015-01-08T15:49:17.000Z | 2022-03-31T13:10:01.000Z | samples/client/petstore/qt5cpp/client/SWGQObjectWrapper.h | LaudateCorpus1/swagger-codegen | e4f322ce197f1d6a0643de80f9a20bb521480426 | [
"Apache-2.0"
] | 6,907 | 2015-01-02T05:29:47.000Z | 2022-03-31T00:55:45.000Z | /**
* Swagger Petstore
* This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.
*
* OpenAPI spec ver... | 28.342857 | 273 | 0.653226 |
9256c8c460ec5b45394b828cb1f494f553eeab06 | 695 | h | C | iOSOpenDev/frameworks/DataAccess.framework/Frameworks/DACoreDAVGlue.framework/Headers/DACoreDAVLogger.h | bzxy/cydia | f8c838cdbd86e49dddf15792e7aa56e2af80548d | [
"MIT"
] | 678 | 2017-11-17T08:33:19.000Z | 2022-03-26T10:40:20.000Z | iOSOpenDev/frameworks/DataAccess.framework/Frameworks/DACoreDAVGlue.framework/Headers/DACoreDAVLogger.h | chenfanfang/Cydia | 5efce785bfd5f1064b9c0f0e29a9cc05aa24cad0 | [
"MIT"
] | 22 | 2019-04-16T05:51:53.000Z | 2021-11-08T06:18:45.000Z | iOSOpenDev/frameworks/DataAccess.framework/Frameworks/DACoreDAVGlue.framework/Headers/DACoreDAVLogger.h | chenfanfang/Cydia | 5efce785bfd5f1064b9c0f0e29a9cc05aa24cad0 | [
"MIT"
] | 170 | 2018-06-10T07:59:20.000Z | 2022-03-22T16:19:33.000Z | /**
* This header is generated by class-dump-z 0.2b.
*
* Source: /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DACoreDAVGlue.framework/DACoreDAVGlue
*/
#import <DACoreDAVGlue/CoreDAVLogDelegate.h>
#import <DataAccess/DATrafficLogger.h>
@interface DACoreDAVLogger : DATrafficLogger <CoreDAVLogD... | 33.095238 | 114 | 0.781295 |
925917b038bd53efdc5c66c33df74306697d1527 | 446 | h | C | usr/libexec/appstored/AppUpdateEntity.h | lechium/tvOS145Headers | 9940da19adb0017f8037853e9cfccbe01b290dd5 | [
"MIT"
] | 5 | 2021-04-29T04:31:43.000Z | 2021-08-19T18:59:58.000Z | usr/libexec/appstored/AppUpdateEntity.h | lechium/tvOS145Headers | 9940da19adb0017f8037853e9cfccbe01b290dd5 | [
"MIT"
] | null | null | null | usr/libexec/appstored/AppUpdateEntity.h | lechium/tvOS145Headers | 9940da19adb0017f8037853e9cfccbe01b290dd5 | [
"MIT"
] | 1 | 2022-03-19T11:16:23.000Z | 2022-03-19T11:16:23.000Z | //
// Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20).
//
// Copyright (C) 1997-2019 Steve Nygard.
//
#import "SQLiteEntity.h"
@interface AppUpdateEntity : SQLiteEntity
{
}
+ (Class)memoryEntityClass; // IMP=0x00000001000a6bec
+ (id)defaultPropert... | 22.3 | 120 | 0.724215 |
92592d0a226990a1675ca4610d33861325842275 | 122 | h | C | src/sleep.h | floodsense/floodsense_sensor | 44eacb02f66fdecff0d8ccefc28fbde586c5b66c | [
"MIT"
] | 12 | 2021-01-26T19:10:29.000Z | 2021-12-10T20:27:17.000Z | src/sleep.h | floodsense/floodsense_sensor | 44eacb02f66fdecff0d8ccefc28fbde586c5b66c | [
"MIT"
] | 27 | 2020-10-21T17:26:12.000Z | 2021-12-13T16:33:51.000Z | src/sleep.h | floodsense/floodsense_sensor | 44eacb02f66fdecff0d8ccefc28fbde586c5b66c | [
"MIT"
] | 4 | 2021-06-08T18:10:56.000Z | 2021-07-27T21:12:25.000Z | #ifndef SLEEP_H
#define SLEEP_H
#include <Adafruit_SleepyDog.h>
void gotodeepsleepnow(unsigned int sleep_time);
#endif
| 13.555556 | 47 | 0.803279 |
92599b874586e57dfa6f32771f0b6b59026dfa20 | 2,398 | c | C | 023listFiles/listfiles.c | marcotessarotto/exOpSys | 62f6ddd0e953a51b3a926f26d330af07e3a3460c | [
"MIT"
] | 16 | 2019-03-08T08:54:47.000Z | 2022-01-29T14:17:10.000Z | 023listFiles/listfiles.c | marcotessarotto/exOpSys | 62f6ddd0e953a51b3a926f26d330af07e3a3460c | [
"MIT"
] | null | null | null | 023listFiles/listfiles.c | marcotessarotto/exOpSys | 62f6ddd0e953a51b3a926f26d330af07e3a3460c | [
"MIT"
] | 19 | 2019-03-15T11:08:46.000Z | 2021-05-22T15:09:10.000Z | #include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <unistd.h>
// https://www.gnu.org/software/libc/manual/html_node/Simple-Directory-Lister.html
int main(int argc, char *argv[]) {
DIR * dir_stream_ptr;
struct dirent... | 23.742574 | 87 | 0.574646 |
925d66baf9e3039db48bb9c94bde16536fe6de69 | 50,352 | c | C | Tools/fsdata_custom.c | mnemocron/STM32F7_LXI_Device | 17a9840f644568d963124c8a262ed837dd81e55b | [
"Apache-2.0",
"MIT"
] | 6 | 2021-03-21T09:24:35.000Z | 2022-01-16T01:14:37.000Z | Tools/fsdata_custom.c | mnemocron/STM32F7_LXI_Device | 17a9840f644568d963124c8a262ed837dd81e55b | [
"Apache-2.0",
"MIT"
] | null | null | null | Tools/fsdata_custom.c | mnemocron/STM32F7_LXI_Device | 17a9840f644568d963124c8a262ed837dd81e55b | [
"Apache-2.0",
"MIT"
] | null | null | null | static const unsigned char data_404_shtml[] = {
/* File: /404.shtml */
0x2F, 0x34, 0x30, 0x34, 0x2E, 0x73, 0x68, 0x74, 0x6D, 0x6C, 0,
/* here starts the data */
0x3C, 0x21, 0x44, 0x4F, 0x43, 0x54, 0x59, 0x50, 0x45, 0x20,
0x68, 0x74, 0x6D, 0x6C, 0x3E, 0x0A, 0x3C, 0x68, 0x74, 0x6D,
0x6C, 0x3E, 0x0A, 0x3C, 0x68, 0... | 61.181045 | 208 | 0.648395 |
926167361174827a07227865d72c27008a92d57a | 3,579 | h | C | src/libcore/inc/ccm/core/System.h | sparkoss/ccm | 9ed67a7cbdc9c69f4182e72be8e8b6b23d7c3c8d | [
"Apache-2.0"
] | 6 | 2018-05-08T10:08:21.000Z | 2021-11-13T13:22:58.000Z | src/libcore/inc/ccm/core/System.h | sparkoss/ccm | 9ed67a7cbdc9c69f4182e72be8e8b6b23d7c3c8d | [
"Apache-2.0"
] | 1 | 2018-05-08T10:20:17.000Z | 2018-07-23T05:19:19.000Z | src/libcore/inc/ccm/core/System.h | sparkoss/ccm | 9ed67a7cbdc9c69f4182e72be8e8b6b23d7c3c8d | [
"Apache-2.0"
] | 4 | 2018-03-13T06:21:11.000Z | 2021-06-19T02:48:07.000Z | //=========================================================================
// Copyright (C) 2018 The C++ Component Model(CCM) 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 Lic... | 24.854167 | 75 | 0.620006 |
926449ba5ae22d28b0e0fdace53c5de446e0272d | 2,969 | c | C | build/3rd/luniq/luniq.c | wanliyun/xLua | 80c2238b5b2aaf24b98498fcd6b38b459912c04d | [
"BSD-3-Clause"
] | null | null | null | build/3rd/luniq/luniq.c | wanliyun/xLua | 80c2238b5b2aaf24b98498fcd6b38b459912c04d | [
"BSD-3-Clause"
] | null | null | null | build/3rd/luniq/luniq.c | wanliyun/xLua | 80c2238b5b2aaf24b98498fcd6b38b459912c04d | [
"BSD-3-Clause"
] | null | null | null | #include <stdlib.h>
#include <stdio.h>
#include "handlemap.h"
#if LUA_VERSION_NUM < 502 && (!defined(luaL_newlib))
# define luaL_newlib(L,l) (lua_newtable(L), luaL_register(L,NULL,l))
#endif
#define CLS_UNIQ "uniq{cls}"
#define LIST_MAX_SIZE 1024 * 1024 * 1024
#define CHECK_UNIQ(L, idx)\
(*(struct handlemap **) l... | 21.671533 | 79 | 0.638936 |
92685965d3e60bab71e6f5f37eca3b14eb092d27 | 4,536 | c | C | pjsip/components/pjlib/src/pj/os_info.c | kerwinpeng/pjsip-for-esp32 | d2f5054a95955cdbce1da4ec111f78b9c6722b07 | [
"Apache-2.0"
] | 3 | 2021-07-28T08:33:19.000Z | 2022-01-13T10:11:40.000Z | pjsip/components/pjlib/src/pj/os_info.c | kerwinpeng/pjsip-for-esp32 | d2f5054a95955cdbce1da4ec111f78b9c6722b07 | [
"Apache-2.0"
] | null | null | null | pjsip/components/pjlib/src/pj/os_info.c | kerwinpeng/pjsip-for-esp32 | d2f5054a95955cdbce1da4ec111f78b9c6722b07 | [
"Apache-2.0"
] | null | null | null | /* $Id$ */
/*
* Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com)
* Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org>
*
* 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; eit... | 25.340782 | 80 | 0.615079 |
92686286515c7bc2199877f2b9823d409c02aa72 | 782 | h | C | inc/time/time_rfc2822.h | wind0ws/libcutils | f67c8c2ee195efccee4016dce76211eb70f5d6a1 | [
"Apache-2.0"
] | null | null | null | inc/time/time_rfc2822.h | wind0ws/libcutils | f67c8c2ee195efccee4016dce76211eb70f5d6a1 | [
"Apache-2.0"
] | null | null | null | inc/time/time_rfc2822.h | wind0ws/libcutils | f67c8c2ee195efccee4016dce76211eb70f5d6a1 | [
"Apache-2.0"
] | null | null | null | #pragma once
#ifndef LCU_TIME_RFC2822_H
#define LCU_TIME_RFC2822_H
#include <stddef.h> /* for size_t */
#include <time.h> /* for time_t */
#ifdef __cplusplus
extern "C" {
#endif
#define TIME_RFC2822_STR_SIZE (32)
#define TIME_RFC2822_UTC_STR_SIZE (30)
/**
* get rfc2822 time format
* how to init time_t : time_t... | 23 | 85 | 0.726343 |
92689e67b868c63915736be14c41916bcb98b367 | 2,354 | h | C | iiwa_fri_ros/include/iiwa_fri_ros/iiwa_hw_interface.h | grdwyer/Kuka_iiwa_ROS2_Driver | 6ae0c9211043b104d7ebd0fb81626d43743f4536 | [
"Apache-2.0"
] | null | null | null | iiwa_fri_ros/include/iiwa_fri_ros/iiwa_hw_interface.h | grdwyer/Kuka_iiwa_ROS2_Driver | 6ae0c9211043b104d7ebd0fb81626d43743f4536 | [
"Apache-2.0"
] | null | null | null | iiwa_fri_ros/include/iiwa_fri_ros/iiwa_hw_interface.h | grdwyer/Kuka_iiwa_ROS2_Driver | 6ae0c9211043b104d7ebd0fb81626d43743f4536 | [
"Apache-2.0"
] | null | null | null | //
// Created by george on 21/09/17.
//
#ifndef IIWA_FRI_ROS_IIWAHWINTERFACE_H
#define IIWA_FRI_ROS_IIWAHWINTERFACE_H
#include <builtin_interfaces/msg/duration.h>
#include <urdf/model.h>
#include <sensor_msgs/msg/joint_state.h>
// System
#include <memory>
#include <vector>
// ros2_control hardware_interface
#inclu... | 28.707317 | 121 | 0.785896 |
926a596f421e93b4c869fcce3716575c2cf5837c | 941 | h | C | CMSIS/DSP/Testing/Include/Tests/DistanceTestsF64.h | DavidLesnjak/CMSIS_5 | e0848410d137758a3356a5ee94ca4501cea708a8 | [
"Apache-2.0"
] | 2,293 | 2016-02-25T06:47:33.000Z | 2022-03-29T16:44:02.000Z | CMSIS/DSP/Testing/Include/Tests/DistanceTestsF64.h | DavidLesnjak/CMSIS_5 | e0848410d137758a3356a5ee94ca4501cea708a8 | [
"Apache-2.0"
] | 1,125 | 2016-02-27T09:56:01.000Z | 2022-03-31T13:57:05.000Z | CMSIS/DSP/Testing/Include/Tests/DistanceTestsF64.h | DavidLesnjak/CMSIS_5 | e0848410d137758a3356a5ee94ca4501cea708a8 | [
"Apache-2.0"
] | 1,160 | 2016-02-27T09:06:10.000Z | 2022-03-31T19:06:24.000Z | #include "Test.h"
#include "Pattern.h"
#include "dsp/distance_functions.h"
class DistanceTestsF64:public Client::Suite
{
public:
DistanceTestsF64(Testing::testID_t id);
virtual void setUp(Testing::testID_t,std::vector<Testing::param_t>& paramsArgs,Client::PatternMgr *mgr);
... | 30.354839 | 116 | 0.61424 |
926e6108b4746ce3de5a53d6a9dc87566114fd23 | 79 | c | C | C/Algorithm/ValidRange.c | piovezan/SOpt | a5ec90796b7bdf98f0675457fc4bb99c8695bc40 | [
"MIT"
] | 148 | 2017-08-03T01:49:27.000Z | 2022-03-26T10:39:30.000Z | C/Algorithm/ValidRange.c | piovezan/SOpt | a5ec90796b7bdf98f0675457fc4bb99c8695bc40 | [
"MIT"
] | 3 | 2017-11-23T19:52:05.000Z | 2020-04-01T00:44:40.000Z | C/Algorithm/ValidRange.c | piovezan/SOpt | a5ec90796b7bdf98f0675457fc4bb99c8695bc40 | [
"MIT"
] | 59 | 2017-08-03T01:49:19.000Z | 2022-03-31T23:24:38.000Z | while(n<0 || n>4)
scanf("%d", &n);
//https://pt.stackoverflow.com/q/85553/101
| 15.8 | 42 | 0.607595 |
927149616764365b897bf6640147c58d1ea56d51 | 30,104 | c | C | app/micrium_os_example/usb/host/ex_usbh_hid.c | lmnotran/gecko_sdk | 2e82050dc8823c9fe0e8908c1b2666fb83056230 | [
"Zlib"
] | 82 | 2016-06-29T17:24:43.000Z | 2021-04-16T06:49:17.000Z | app/micrium_os_example/usb/host/ex_usbh_hid.c | lmnotran/gecko_sdk | 2e82050dc8823c9fe0e8908c1b2666fb83056230 | [
"Zlib"
] | 6 | 2022-01-12T18:22:08.000Z | 2022-03-25T10:19:27.000Z | app/micrium_os_example/usb/host/ex_usbh_hid.c | lmnotran/gecko_sdk | 2e82050dc8823c9fe0e8908c1b2666fb83056230 | [
"Zlib"
] | 56 | 2016-08-02T10:50:50.000Z | 2021-07-19T08:57:34.000Z | /***************************************************************************//**
* @file
* @brief USB Host Example - Human Interface Device (HID) - Mouse/keyboard example
*******************************************************************************
* # License
* <b>Copyright 2018 Silicon Laboratories Inc. www.si... | 48.711974 | 158 | 0.399681 |
f36b8ded9d93d548d646a319cb06a0111828c6d0 | 341 | c | C | 1299-replace-elements-with-greatest-element-on-right-side.c | shoulderhu/leecode | 849d335aa6fb382d3dd09f8e4af42cae28bec17a | [
"MIT"
] | null | null | null | 1299-replace-elements-with-greatest-element-on-right-side.c | shoulderhu/leecode | 849d335aa6fb382d3dd09f8e4af42cae28bec17a | [
"MIT"
] | null | null | null | 1299-replace-elements-with-greatest-element-on-right-side.c | shoulderhu/leecode | 849d335aa6fb382d3dd09f8e4af42cae28bec17a | [
"MIT"
] | null | null | null | #include <string.h>
#define MAX(a, b) (a > b ? a : b)
int *replaceElements(int *arr, int arrSize, int *returnSize) {
int *ret = (int *)malloc(arrSize * sizeof(int));
ret[arrSize - 1] = -1;
for (int i = arrSize - 2; i >= 0; --i) {
ret[i] = MAX(arr[i + 1], ret[i + 1]);
}
*returnSize = arrSi... | 24.357143 | 62 | 0.527859 |
f36e4ad4f973406cee77ab90c100f6fe5a5bdb17 | 3,436 | h | C | ObjcSugar/NSString+LSDObjcSugar.h | LSDOnePiece/LSDObjcSugar | b05eb02c04048ce975083e030fa68b0677610302 | [
"MIT"
] | 2 | 2016-06-16T10:10:02.000Z | 2017-12-14T02:34:56.000Z | ObjcSugar/NSString+LSDObjcSugar.h | LSDOnePiece/LSDObjcSugar | b05eb02c04048ce975083e030fa68b0677610302 | [
"MIT"
] | null | null | null | ObjcSugar/NSString+LSDObjcSugar.h | LSDOnePiece/LSDObjcSugar | b05eb02c04048ce975083e030fa68b0677610302 | [
"MIT"
] | null | null | null | //
// NSString+LSDObjcSugar.h
// LSDObjcSugar
//
// Created by ls on 16/6/7.
// Copyright © 2016年 szrd. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface NSString (LSDObjcSugar)
/*
String :要计算的字符串
fontSize : 字符串的文字大小
rectSize : 展示区域
*/
///返回String字符串所占用的bounds
+(CGRect)lsd_stringBoundsWithTitleStri... | 15.136564 | 162 | 0.651048 |
f36ffcc752c151c4b36e131fda50c13d95b918e9 | 5,431 | h | C | BlitzSharp3D/bbruntime/bbgraphics.h | blitzimagine/BlitzSharp3D | 8bb122db92e17a685543b810700b8b47a2930f60 | [
"Zlib",
"BSD-3-Clause"
] | 8 | 2019-05-28T20:02:50.000Z | 2021-10-12T23:34:02.000Z | BlitzSharp3D/bbruntime/bbgraphics.h | blitzimagine/BlitzSharp3D | 8bb122db92e17a685543b810700b8b47a2930f60 | [
"Zlib",
"BSD-3-Clause"
] | null | null | null | BlitzSharp3D/bbruntime/bbgraphics.h | blitzimagine/BlitzSharp3D | 8bb122db92e17a685543b810700b8b47a2930f60 | [
"Zlib",
"BSD-3-Clause"
] | 1 | 2019-12-25T01:02:00.000Z | 2019-12-25T01:02:00.000Z |
#ifndef BBGRAPHICS_H
#define BBGRAPHICS_H
#include "bbsys.h"
#include "../gxruntime/graphics/gxgraphics.h"
extern gxGraphics* gx_graphics;
extern gxCanvas* gx_canvas;
extern gxScene* gx_scene;
class bbImage;
//general graphics functions
int bbCountGfxRenderers();
BBStr* bbGfxRendererName(int n);
void bb... | 34.592357 | 98 | 0.71589 |
f37516ffd7fe9b9e010d7fe8c10167a3e0bce3e0 | 3,729 | h | C | include/parser.h | huanghongxun/tiny | 31d2b10d848d6901cb3b8a2e6520c5b2d2a75150 | [
"Xnet",
"X11"
] | 5 | 2019-11-15T02:24:28.000Z | 2021-05-28T10:23:06.000Z | include/parser.h | a79461378945/tiny | 31d2b10d848d6901cb3b8a2e6520c5b2d2a75150 | [
"Xnet",
"X11"
] | null | null | null | include/parser.h | a79461378945/tiny | 31d2b10d848d6901cb3b8a2e6520c5b2d2a75150 | [
"Xnet",
"X11"
] | 5 | 2020-05-22T13:45:25.000Z | 2020-06-23T02:24:57.000Z | #ifndef PARSER_H
#define PARSER_H
#include <stdbool.h>
#include "scanner.h"
#include "trie.h"
#include "ast.h"
#include "defs.h"
// 克林闭包,表示 replica*
#define KLEENE(replica) tiny_make_parser_kleene(replica)
// 克林闭包,匹配到 terminator,表示 replica*
#define KLEENE_UNTIL(terminator, replica) tiny_make_parser_kleene... | 38.443299 | 97 | 0.780102 |
f3751f3bc928f513eb7e2581733c2a9d6c1e2113 | 3,198 | h | C | sst/NamedRowPredicates.h | scottslewis/derecho-unified | cc2e23547b09386d18cb01de9221035e5fa70006 | [
"BSD-3-Clause"
] | null | null | null | sst/NamedRowPredicates.h | scottslewis/derecho-unified | cc2e23547b09386d18cb01de9221035e5fa70006 | [
"BSD-3-Clause"
] | null | null | null | sst/NamedRowPredicates.h | scottslewis/derecho-unified | cc2e23547b09386d18cb01de9221035e5fa70006 | [
"BSD-3-Clause"
] | 1 | 2018-10-26T09:02:47.000Z | 2018-10-26T09:02:47.000Z | #pragma once
#include "combinators.h"
namespace sst {
constexpr bool all_predicate_builders() { return true; }
template <typename Row, typename ExtensionList, typename... Rst>
constexpr bool all_predicate_builders(
PredicateBuilder<Row, ExtensionList> const *const pb,
Rst const *const... rst) {
s... | 37.186047 | 130 | 0.640088 |
f378216dd27bf4ee15af52db78a4e39514ba1de7 | 13,927 | c | C | src/ledState.c | subakioinc/RDDRONE-BMS772 | ac8d770def74284edf79cdb061de7b6f3cbce9a3 | [
"BSD-3-Clause"
] | null | null | null | src/ledState.c | subakioinc/RDDRONE-BMS772 | ac8d770def74284edf79cdb061de7b6f3cbce9a3 | [
"BSD-3-Clause"
] | null | null | null | src/ledState.c | subakioinc/RDDRONE-BMS772 | ac8d770def74284edf79cdb061de7b6f3cbce9a3 | [
"BSD-3-Clause"
] | null | null | null | /****************************************************************************
* nxp_bms/BMS_v1/src/ledState.c
*
* BSD 3-Clause License
*
* Copyright 2020 NXP
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* ... | 26.731286 | 141 | 0.64077 |
f3796155395cabd32687b881161193bef71e4d10 | 606 | h | C | libs/sdw/Colour.h | James-Wickenden/computer-graphics | 03a2661e4c9368773b21ea9e7b459f0bde7a649c | [
"MIT"
] | 1 | 2020-07-15T13:14:57.000Z | 2020-07-15T13:14:57.000Z | libs/sdw/Colour.h | James-Wickenden/computer-graphics | 03a2661e4c9368773b21ea9e7b459f0bde7a649c | [
"MIT"
] | null | null | null | libs/sdw/Colour.h | James-Wickenden/computer-graphics | 03a2661e4c9368773b21ea9e7b459f0bde7a649c | [
"MIT"
] | null | null | null | #include <iostream>
class Colour
{
public:
std::string name;
int red;
int green;
int blue;
Colour()
{
}
Colour(int r, int g, int b)
{
name = "";
red = r;
green = g;
blue = b;
}
Colour(std::string n, int r, int g, int b)
... | 16.378378 | 112 | 0.430693 |
f37b5994c57f4e842424b6d0a71b715a7570a5dd | 20,304 | h | C | include/slib/core/hash_table.h | inogroup/SLib | 6c053c8f47f04240b8444eac5f316effdee2eb01 | [
"MIT"
] | 2 | 2021-07-29T18:29:25.000Z | 2021-09-07T08:51:14.000Z | include/slib/core/hash_table.h | inogroup/SLib | 6c053c8f47f04240b8444eac5f316effdee2eb01 | [
"MIT"
] | 1 | 2021-07-29T18:22:35.000Z | 2021-07-29T18:59:41.000Z | include/slib/core/hash_table.h | inogroup/SLib | 6c053c8f47f04240b8444eac5f316effdee2eb01 | [
"MIT"
] | 3 | 2021-07-29T17:08:12.000Z | 2021-12-14T06:21:41.000Z | /*
* Copyright (c) 2008-2018 SLIBIO <https://github.com/SLIBIO>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* ... | 25.22236 | 178 | 0.640169 |
f37e1c454d04aa2737f09a9f3ffcfd67cf8a7ed1 | 2,059 | h | C | Classes/MPSoundChannel.h | bordplate/MPSoundEngine | 7df7f5a644d428d3f1ec87fb3634403c166ec800 | [
"MIT"
] | null | null | null | Classes/MPSoundChannel.h | bordplate/MPSoundEngine | 7df7f5a644d428d3f1ec87fb3634403c166ec800 | [
"MIT"
] | null | null | null | Classes/MPSoundChannel.h | bordplate/MPSoundEngine | 7df7f5a644d428d3f1ec87fb3634403c166ec800 | [
"MIT"
] | null | null | null | //
// MPSoundChannel.h
// MPSoundEngine
//
// Copyright (c) 2014 Matthias Plappert <matthiasplappert@me.com>
//
// 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, i... | 33.754098 | 81 | 0.724624 |
f37e26b9406aaa8507e0e64545cf2e987bf99d2b | 767 | h | C | src/optimizer/cp_msdt_lr_optimizer.h | LinjianMa/pairwise-perturbation | ccddcb9ee6d64c841a2aab01d28ef0cad6feae38 | [
"BSD-2-Clause"
] | 7 | 2019-01-29T19:24:51.000Z | 2022-03-31T00:00:25.000Z | src/optimizer/cp_msdt_lr_optimizer.h | LinjianMa/pairwise-perturbation | ccddcb9ee6d64c841a2aab01d28ef0cad6feae38 | [
"BSD-2-Clause"
] | 5 | 2019-02-06T17:34:33.000Z | 2019-04-11T00:07:48.000Z | src/optimizer/cp_msdt_lr_optimizer.h | LinjianMa/pairwise-perturbation | ccddcb9ee6d64c841a2aab01d28ef0cad6feae38 | [
"BSD-2-Clause"
] | 1 | 2019-03-30T01:38:14.000Z | 2019-03-30T01:38:14.000Z | #ifndef __CP_MSDT_LR_OPTIMIZER_H__
#define __CP_MSDT_LR_OPTIMIZER_H__
#include <ctf.hpp>
#include <fstream>
using namespace CTF;
template <typename dtype>
class CPMSDTLROptimizer : public CPMSDTOptimizer<dtype> {
public:
CPMSDTLROptimizer(int order, int r, int update_rank, int randomsvd,
World ... | 18.707317 | 69 | 0.718383 |
f37e3e02557d0e3e63562879f46b0eb567e7b57a | 706 | h | C | Classes/EFImageZoomView.h | johankool/egeniq-ios | 3958a3e121f525ab14dbae951a2acbf5e6885612 | [
"Apache-2.0"
] | null | null | null | Classes/EFImageZoomView.h | johankool/egeniq-ios | 3958a3e121f525ab14dbae951a2acbf5e6885612 | [
"Apache-2.0"
] | null | null | null | Classes/EFImageZoomView.h | johankool/egeniq-ios | 3958a3e121f525ab14dbae951a2acbf5e6885612 | [
"Apache-2.0"
] | null | null | null | /**
* Image zoom view.
*
* Based on PhotoScroller example, Copyright (c) 2010 Apple Inc. All Rights Reserved.
*/
#import <UIKit/UIKit.h>
#import "EFTilingView.h"
@class EFImageScrollView;
@interface EFImageZoomView : UIScrollView <UIScrollViewDelegate> {
UIView *contentView_;
EFTilingView *imageView_;
UIImage... | 25.214286 | 85 | 0.784703 |
f37fb3bb82444940ad048b174a1351e61ee57a6f | 62,123 | c | C | sdk-6.5.20/src/bcm/dnx/algo/swstate/auto_generated/diagnostic/lif_mngr_diagnostic.c | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | sdk-6.5.20/src/bcm/dnx/algo/swstate/auto_generated/diagnostic/lif_mngr_diagnostic.c | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | sdk-6.5.20/src/bcm/dnx/algo/swstate/auto_generated/diagnostic/lif_mngr_diagnostic.c | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | /** \file algo/swstate/auto_generated/diagnostic/lif_mngr_diagnostic.c
*
* sw state functions definitions
*
* DO NOT EDIT THIS FILE!
* This file is auto-generated.
* Edits to this file will be lost when it is regenerated.
*/
/*
* This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Swit... | 35.743959 | 200 | 0.685849 |
f3800e4910fb3941540b6482f36ddaff81ed0445 | 245 | h | C | Oncenote/ForgetPasswordViewController.h | Kito0615/iOS-Oncenote | 58402378bfed9ec5094f624de663ad7b8a8fd538 | [
"MIT"
] | 475 | 2015-11-12T09:07:20.000Z | 2021-11-17T04:24:43.000Z | Oncenote/ForgetPasswordViewController.h | Kito0615/iOS-Oncenote | 58402378bfed9ec5094f624de663ad7b8a8fd538 | [
"MIT"
] | 8 | 2015-12-02T03:39:51.000Z | 2018-12-06T07:21:58.000Z | Oncenote/ForgetPasswordViewController.h | Kito0615/iOS-Oncenote | 58402378bfed9ec5094f624de663ad7b8a8fd538 | [
"MIT"
] | 293 | 2015-11-23T06:47:55.000Z | 2022-02-13T11:54:11.000Z | //
// ForgetPasswordViewController.h
// Oncenote
//
// Created by chenyufeng on 15/11/18.
// Copyright © 2015年 chenyufengweb. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ForgetPasswordViewController : UIViewController
@end
| 17.5 | 58 | 0.738776 |
f3845657b496d76908e479d813738f625ed8b00c | 570 | h | C | Projects/cocoa.lib.HttpLibrary/file.server/HLFileGetRequestHandler.h | rlong/cocoa.lib.Http | cc4163238c470610f81e6f37b29baef9691d2612 | [
"MIT"
] | null | null | null | Projects/cocoa.lib.HttpLibrary/file.server/HLFileGetRequestHandler.h | rlong/cocoa.lib.Http | cc4163238c470610f81e6f37b29baef9691d2612 | [
"MIT"
] | null | null | null | Projects/cocoa.lib.HttpLibrary/file.server/HLFileGetRequestHandler.h | rlong/cocoa.lib.Http | cc4163238c470610f81e6f37b29baef9691d2612 | [
"MIT"
] | null | null | null | // Copyright (c) 2013 Richard Long & HexBeerium
//
// Released under the MIT license ( http://opensource.org/licenses/MIT )
//
@class HLHttpRequest;
@class HLHttpResponse;
#import "HLRequestHandler.h"
@interface HLFileGetRequestHandler : NSObject <HLRequestHandler> {
// rootFolder
NSString* _rootFolder;
... | 16.764706 | 73 | 0.740351 |
f3854b8af1974fee61c957aa1abd4cd0ca3aff98 | 1,175 | c | C | libft/ft_lstadd_back.c | pnuts93/miniRT | bfdee7b26ef74d25c480aef6098333acbac77ddd | [
"MIT"
] | null | null | null | libft/ft_lstadd_back.c | pnuts93/miniRT | bfdee7b26ef74d25c480aef6098333acbac77ddd | [
"MIT"
] | null | null | null | libft/ft_lstadd_back.c | pnuts93/miniRT | bfdee7b26ef74d25c480aef6098333acbac77ddd | [
"MIT"
] | null | null | null | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstadd_back.c :+: :+: :+: ... | 34.558824 | 80 | 0.245106 |
f3864f993ecdf12212256a21ebe9368eccc9b7c3 | 969 | c | C | own_ls/libft/ft_isprint.c | iiasceri/AcademyPlus | 3a48cbfe82c1d1e859d5d9300c2b811715c0b042 | [
"MIT"
] | null | null | null | own_ls/libft/ft_isprint.c | iiasceri/AcademyPlus | 3a48cbfe82c1d1e859d5d9300c2b811715c0b042 | [
"MIT"
] | null | null | null | own_ls/libft/ft_isprint.c | iiasceri/AcademyPlus | 3a48cbfe82c1d1e859d5d9300c2b811715c0b042 | [
"MIT"
] | null | null | null | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isprint.c :+: :+: :+: ... | 51 | 80 | 0.151703 |
f38cf819fc4243867afa04bdfc4e64131710abdc | 216 | h | C | Example/XHBSandboxFile/XHBViewController.h | ccx19322/XHBSandboxFile | a78f97fe3281e6b2e58ba5fbed09bac200baf3e6 | [
"MIT"
] | null | null | null | Example/XHBSandboxFile/XHBViewController.h | ccx19322/XHBSandboxFile | a78f97fe3281e6b2e58ba5fbed09bac200baf3e6 | [
"MIT"
] | null | null | null | Example/XHBSandboxFile/XHBViewController.h | ccx19322/XHBSandboxFile | a78f97fe3281e6b2e58ba5fbed09bac200baf3e6 | [
"MIT"
] | null | null | null | //
// XHBViewController.h
// XHBSandboxFile
//
// Created by ccx19322 on 09/09/2019.
// Copyright (c) 2019 ccx19322. All rights reserved.
//
@import UIKit;
@interface XHBViewController : UIViewController
@end
| 15.428571 | 53 | 0.712963 |
f38e2324074af58d00929a514591ef0106899fd7 | 254 | c | C | structure/struct2.c | 1432junaid/c-classes | af2546123db0ce07fdcf2f19e1ee6eeae373b079 | [
"MIT"
] | null | null | null | structure/struct2.c | 1432junaid/c-classes | af2546123db0ce07fdcf2f19e1ee6eeae373b079 | [
"MIT"
] | null | null | null | structure/struct2.c | 1432junaid/c-classes | af2546123db0ce07fdcf2f19e1ee6eeae373b079 | [
"MIT"
] | null | null | null | #include<stdio.h>
int main(){
struct st{
char * name1;
};
struct st data={"jd"};
printf("%s\n",data.name1);
// name1={"khalid"}; it give error
// printf("%s\n",name.name1);
data.name1="khalid";
printf("%s\n",data.name1);
return 0;
}
| 15.875 | 44 | 0.574803 |
f38fb2008d7079559a6766e69336970d26a9cc8b | 5,732 | h | C | modules/tracktion_engine/playback/devices/tracktion_MidiOutputDevice.h | jbloit/tracktion_engine | b3fa7d6a3a404f64ae419abdf9c801d672cffb16 | [
"MIT",
"Unlicense"
] | 734 | 2018-11-16T09:39:40.000Z | 2022-03-30T16:56:14.000Z | modules/tracktion_engine/playback/devices/tracktion_MidiOutputDevice.h | jbloit/tracktion_engine | b3fa7d6a3a404f64ae419abdf9c801d672cffb16 | [
"MIT",
"Unlicense"
] | 100 | 2018-11-16T18:04:08.000Z | 2022-03-31T17:47:53.000Z | modules/tracktion_engine/playback/devices/tracktion_MidiOutputDevice.h | jbloit/tracktion_engine | b3fa7d6a3a404f64ae419abdf9c801d672cffb16 | [
"MIT",
"Unlicense"
] | 123 | 2018-11-16T15:51:50.000Z | 2022-03-29T12:21:27.000Z | /*
,--. ,--. ,--. ,--.
,-' '-.,--.--.,--,--.,---.| |,-.,-' '-.`--' ,---. ,--,--, Copyright 2018
'-. .-'| .--' ,-. | .--'| /'-. .-',--.| .-. || \ Tracktion Software
| | | | \ '-' \ `--.| \ \ | | | |' '-' '| || | Corporation
`---' `--' `... | 35.825 | 107 | 0.606943 |
f392e39d06a5aa63a38519196ef3dedfc0b669fc | 1,118 | h | C | neural_network_api/float_ops.h | matthew-sirman/nn_api | 44e04a4b6e7f802714be8d82c10853175e316643 | [
"MIT"
] | null | null | null | neural_network_api/float_ops.h | matthew-sirman/nn_api | 44e04a4b6e7f802714be8d82c10853175e316643 | [
"MIT"
] | null | null | null | neural_network_api/float_ops.h | matthew-sirman/nn_api | 44e04a4b6e7f802714be8d82c10853175e316643 | [
"MIT"
] | null | null | null | #pragma once
#include <cuda.h>
#include <cuda_runtime.h>
//This file is not used in practice
//float2 functions
//a + b
inline __host__ __device__ float2 operator+(float2 a, float2 b) {
return make_float2(a.x + b.x, a.y + b.y);
}
//a += b
inline __host__ __device__ void operator+=(float2 &a, float2 b) {
a.x += b... | 22.36 | 65 | 0.61449 |
f3950fa74c65856b138b55cdbe482c1cf574e4a0 | 1,543 | h | C | llvm/tools/hypermemloganalyze/hypermemloganalyze/loginfo.h | vusec/dsn-2016-osiris | 5a5855ae36419d0c6e1ae9cae5984f9f7d2719ac | [
"Apache-2.0"
] | 4 | 2017-12-21T14:33:04.000Z | 2019-05-14T20:12:54.000Z | llvm/tools/hypermemloganalyze/hypermemloganalyze/loginfo.h | vusec/dsn-2016-osiris | 5a5855ae36419d0c6e1ae9cae5984f9f7d2719ac | [
"Apache-2.0"
] | null | null | null | llvm/tools/hypermemloganalyze/hypermemloganalyze/loginfo.h | vusec/dsn-2016-osiris | 5a5855ae36419d0c6e1ae9cae5984f9f7d2719ac | [
"Apache-2.0"
] | 4 | 2016-12-17T10:18:07.000Z | 2021-11-19T23:15:23.000Z | #ifndef LOGINFO_H
#define LOGINFO_H
#include <sys/time.h>
#include "common.h"
enum logstep {
logstep_before_qemu_start,
logstep_qemu_start,
logstep_before_sanity_pre,
logstep_after_sanity_pre,
#ifdef LOGSTEP_ALL
logstep_workload_start,
logstep_workload_report,
logstep_workload_completed,
#endif
logstep_workl... | 22.691176 | 73 | 0.804925 |
f39c2e6f2e12ff234e7572aa5ef7294c109948bb | 402 | h | C | src/ppl/nn/engines/cuda/impls/include/cudakernel/unary/not.h | weisk/ppl.nn | 7dd75a1077867fc9a762449953417088446ae2f8 | [
"Apache-2.0"
] | 1 | 2021-10-06T14:39:58.000Z | 2021-10-06T14:39:58.000Z | src/ppl/nn/engines/cuda/impls/include/cudakernel/unary/not.h | wolf15/ppl.nn | ac23e5eb518039536f1ef39b43c63d6bda900e77 | [
"Apache-2.0"
] | null | null | null | src/ppl/nn/engines/cuda/impls/include/cudakernel/unary/not.h | wolf15/ppl.nn | ac23e5eb518039536f1ef39b43c63d6bda900e77 | [
"Apache-2.0"
] | null | null | null | #ifndef PPLCUDA_KERNEL_INCLUDE_NOT_NOT_H_
#define PPLCUDA_KERNEL_INCLUDE_NOT_NOT_H_
#include "ppl/nn/common/tensor_shape.h"
#include "ppl/common/retcode.h"
ppl::common::RetCode PPLCUDANotForwardImp(
cudaStream_t stream,
const ppl::nn::TensorShape* input_shape,
const bool* input,
const ppl::nn::TensorSh... | 28.714286 | 45 | 0.781095 |
f39fba35951f5883d67ee02494ca52871f9e1ba3 | 9,297 | h | C | deltaNote/client/ui/main/ui_mainwindow.h | delta1037/deltaNote_repo | f2626412b4f6d178789ed77bf4835bf54e97919c | [
"MIT"
] | 7 | 2019-11-22T09:22:27.000Z | 2020-05-05T15:26:20.000Z | deltaNote/client/ui/main/ui_mainwindow.h | delta1037/deltaNote_repo | f2626412b4f6d178789ed77bf4835bf54e97919c | [
"MIT"
] | 6 | 2019-11-23T10:09:14.000Z | 2020-05-07T08:43:54.000Z | deltaNote/client/ui/main/ui_mainwindow.h | delta1037/deltaNote_repo | f2626412b4f6d178789ed77bf4835bf54e97919c | [
"MIT"
] | 3 | 2020-01-27T06:37:57.000Z | 2021-12-06T06:18:38.000Z | /********************************************************************************
** Form generated from reading UI file 'mainwindow.ui'
**
** Created by: Qt User Interface Compiler version 6.2.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
****************************************... | 42.843318 | 109 | 0.671614 |
f39fe42278abb338fcadf0053ae3e4cb6769f707 | 3,279 | h | C | Lab Project/Test.h | Cabrra/Linear-Algebra | 01c66f1047d30cce35be7f4a8413858665cd3037 | [
"MIT"
] | 1 | 2020-04-07T16:59:24.000Z | 2020-04-07T16:59:24.000Z | Lab Project/Test.h | Cabrra/Linear-Algebra | 01c66f1047d30cce35be7f4a8413858665cd3037 | [
"MIT"
] | null | null | null | Lab Project/Test.h | Cabrra/Linear-Algebra | 01c66f1047d30cce35be7f4a8413858665cd3037 | [
"MIT"
] | null | null | null | // Test.h -- Produces a report testing every core function.
// NOTE: Do not modify.
#ifndef _TESTSUITE_H_
#define _TESTSUITE_H_
// Operator overloads.
inline std::ostream & operator <<(std::ostream &left, const TVECTOR &right)
{
left << right.x << " " << right.y << " " << right.z << " " << right.w;
return left;
}... | 29.276786 | 90 | 0.47545 |
f39fedac3eb463f2832594db350b42da7c82c8d4 | 1,375 | h | C | AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/UnionResourceInfo.h | ceekay1991/AliPayForDebug | 5795e5db31e5b649d4758469b752585e63e84d94 | [
"MIT"
] | 5 | 2020-03-29T12:08:37.000Z | 2021-05-26T05:20:11.000Z | AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/UnionResourceInfo.h | ceekay1991/AliPayForDebug | 5795e5db31e5b649d4758469b752585e63e84d94 | [
"MIT"
] | null | null | null | AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/UnionResourceInfo.h | ceekay1991/AliPayForDebug | 5795e5db31e5b649d4758469b752585e63e84d94 | [
"MIT"
] | 5 | 2020-04-17T03:24:04.000Z | 2022-03-30T05:42:17.000Z | //
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import "APDPBGeneratedMessage.h"
@class NSArray, NSString;
@interface UnionResourceInfo : APDPBGeneratedMessage
{
}
+ (CDStruct_af6... | 37.162162 | 90 | 0.755636 |
f3a18434a660e4d6bdde08e51b3c12b76995e9fb | 788 | h | C | HiClass_SDK/USFrameworks/YSLib/expandLib/BMKit/BMKit.framework/Headers/UIImage+BMAssets.h | jia-hisense/HiClasss_SDK | 24e10c8fc46d66c332c132f3026d67dba56e9bd3 | [
"MIT"
] | null | null | null | HiClass_SDK/USFrameworks/YSLib/expandLib/BMKit/BMKit.framework/Headers/UIImage+BMAssets.h | jia-hisense/HiClasss_SDK | 24e10c8fc46d66c332c132f3026d67dba56e9bd3 | [
"MIT"
] | null | null | null | HiClass_SDK/USFrameworks/YSLib/expandLib/BMKit/BMKit.framework/Headers/UIImage+BMAssets.h | jia-hisense/HiClasss_SDK | 24e10c8fc46d66c332c132f3026d67dba56e9bd3 | [
"MIT"
] | null | null | null | //
// UIImage+BMAssets.h
// BMBasekit
//
// Created by DennisDeng on 2017/3/20.
// Copyright © 2017年 DennisDeng. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIImage (BMAssets)
/**
* Returns the App icon.
* @return The App icon.
**/
+ (nullable UIImage *)bm_appIconImage;
/**
* Return the name ... | 23.176471 | 92 | 0.729695 |
f3a1e3e3f37811706cec1c99db0b6ef4c33ea98b | 2,618 | h | C | BST/red-black-tree/RedBlackTree.h | theWhyteRabbit/DataStructures | 7060682f5e0f7306a62ed61645f868a039748a91 | [
"Apache-2.0"
] | 1 | 2017-03-17T21:05:48.000Z | 2017-03-17T21:05:48.000Z | BST/red-black-tree/RedBlackTree.h | theWhyteRabbit/DataStructures | 7060682f5e0f7306a62ed61645f868a039748a91 | [
"Apache-2.0"
] | null | null | null | BST/red-black-tree/RedBlackTree.h | theWhyteRabbit/DataStructures | 7060682f5e0f7306a62ed61645f868a039748a91 | [
"Apache-2.0"
] | 3 | 2017-02-15T12:21:14.000Z | 2018-11-01T02:56:53.000Z | #ifndef REDBLACKTREE_H
#define REDBLACKTREE_H
#include <limits>
#include <iostream>
// Complete RedBlackTree. Implementation is spread among 4 different files -
// RedBlackTreeBasic.h, RedBlackTreeRotate.h, RedBlackTreeInsertion.h, and
// RedBlackTreeDeletion.h to make it more obvious how each part is impleme... | 27.270833 | 80 | 0.637128 |
f3a371bb3bbc96b1378964c7ae5dcf1ef4c663d7 | 552 | h | C | MOWER/src/Compass/Compass.h | Mrgove10/AutoMower | 9f157f27da13b94d0138208efebbe4f26b5d9187 | [
"MIT"
] | 2 | 2022-03-29T05:34:31.000Z | 2022-03-29T06:04:40.000Z | MOWER/src/Compass/Compass.h | Mrgove10/AutoMower | 9f157f27da13b94d0138208efebbe4f26b5d9187 | [
"MIT"
] | null | null | null | MOWER/src/Compass/Compass.h | Mrgove10/AutoMower | 9f157f27da13b94d0138208efebbe4f26b5d9187 | [
"MIT"
] | 1 | 2022-03-29T03:32:22.000Z | 2022-03-29T03:32:22.000Z | #ifndef Compass_h
#define Compass_h
/**
* I2C HMC5883L Compasss Sensor Setup function
*
*/
void CompassSensorSetup();
/**
* Function to test and read I2C HMC5883L Compasss Sensor
*
* @param Now true to force an immediate read
*/
void CompassRead(const bool Now = false);
/**
* Checks to see if I2C HMC5883L ... | 19.714286 | 90 | 0.731884 |
f3a6187492b09d3708b06fd3fa831648496881aa | 829 | c | C | pyhand/kinematics/ring_prox_thumb_metacarpal_side_2.c | jsupancic/libhand-public | da9b92fa5440d06fdd4ba72c2327c50c88a1d469 | [
"CC-BY-3.0"
] | 19 | 2015-11-28T03:49:10.000Z | 2021-04-12T13:19:26.000Z | pyhand/kinematics/ring_prox_thumb_metacarpal_side_2.c | jsupancic/libhand-public | da9b92fa5440d06fdd4ba72c2327c50c88a1d469 | [
"CC-BY-3.0"
] | 4 | 2015-12-24T08:53:10.000Z | 2017-11-08T10:58:16.000Z | pyhand/kinematics/ring_prox_thumb_metacarpal_side_2.c | jsupancic/libhand-public | da9b92fa5440d06fdd4ba72c2327c50c88a1d469 | [
"CC-BY-3.0"
] | 7 | 2015-12-16T05:27:22.000Z | 2020-08-24T07:59:29.000Z | /******************************************************************************
* Code generated with sympy 0.7.6 *
* *
* See http://www.sympy.org/ for more information. *
... | 46.055556 | 80 | 0.372738 |
f3a6b0387595a745fe016c2cfde58a68d89385b8 | 3,307 | h | C | Wear/Weather/SKHeWeather/SKHeWeatherCondition.h | WearApp/WearApp | 8a5b37d37af42f66a289aae814f09b031ed6b943 | [
"MIT"
] | null | null | null | Wear/Weather/SKHeWeather/SKHeWeatherCondition.h | WearApp/WearApp | 8a5b37d37af42f66a289aae814f09b031ed6b943 | [
"MIT"
] | null | null | null | Wear/Weather/SKHeWeather/SKHeWeatherCondition.h | WearApp/WearApp | 8a5b37d37af42f66a289aae814f09b031ed6b943 | [
"MIT"
] | null | null | null | //
// SKHeWeatherCondition.h
// Wear
//
// Created by 孙恺 on 15/7/28.
// Copyright (c) 2015年 Kai Sun. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <Mantle/Mantle.h>
@interface SKHeWeatherCondition : MTLModel<MTLJSONSerializing>
//@property (nonatomic, retain) NSString *cityName;
//@property (... | 46.577465 | 79 | 0.78863 |
f3a7b00630e39bfff8d4dae88f3b88c91be9625e | 356 | c | C | exercises/chapter7/exercise_7.2_print_char.c | unice2345/c-primer-plus-5th-exercises | 19080cee206bc911add966acbb1b92199ac5b3e9 | [
"Apache-2.0"
] | null | null | null | exercises/chapter7/exercise_7.2_print_char.c | unice2345/c-primer-plus-5th-exercises | 19080cee206bc911add966acbb1b92199ac5b3e9 | [
"Apache-2.0"
] | null | null | null | exercises/chapter7/exercise_7.2_print_char.c | unice2345/c-primer-plus-5th-exercises | 19080cee206bc911add966acbb1b92199ac5b3e9 | [
"Apache-2.0"
] | null | null | null | /* print_char.c -- 打印输入字符及其ASCII码 */
#include <stdio.h>
int main(void)
{
char ch;
int char_count = 0;
while ((ch = getchar()) != '#') {
printf("%c %d; ", ch, ch);
if (char_count++ % 8 == 0 && char_count >= 8)
printf("\n");
}
printf("\n------------------------------... | 22.25 | 64 | 0.398876 |
f3a96228701967244d3d7a4343802177a3f426d0 | 3,804 | h | C | 02_VulkanInstance.h | apg360/VulkanKore | bbef5e14e4a8fd940da6b745ecec19cea64295fb | [
"MIT"
] | null | null | null | 02_VulkanInstance.h | apg360/VulkanKore | bbef5e14e4a8fd940da6b745ecec19cea64295fb | [
"MIT"
] | null | null | null | 02_VulkanInstance.h | apg360/VulkanKore | bbef5e14e4a8fd940da6b745ecec19cea64295fb | [
"MIT"
] | null | null | null |
#pragma once // include guard
//# -----------------------------------------------------
// Step 2 - Initialize V-EZ Vulkan
//
//________//________// START
//Variables and Functions before main function of this step
VkResult vk_error;
struct global_parameters * local_VulkanKore_param;
VezApplicationInfo appInfo ... | 40.903226 | 151 | 0.735542 |
f3ab81d30748868951c2ef2b12dfe4eb8471a9e5 | 307 | h | C | C-ObjC-Swift/Performance_Console/Performance_Console/ObjCtoCPlusPlus.h | eryuhnbdw/shared-master | 9a6483cb36f1aa2ad781fd44276b61f3437ee20a | [
"MIT"
] | 137 | 2015-01-02T23:52:39.000Z | 2022-03-05T00:35:30.000Z | C-ObjC-Swift/Performance_Console/Performance_Console/ObjCtoCPlusPlus.h | am0oma/shared | ef1adc5f052fdea28ec398298862ad134b158377 | [
"MIT"
] | 2 | 2017-02-08T12:59:50.000Z | 2020-06-16T18:40:34.000Z | C-ObjC-Swift/Performance_Console/Performance_Console/ObjCtoCPlusPlus.h | am0oma/shared | ef1adc5f052fdea28ec398298862ad134b158377 | [
"MIT"
] | 94 | 2015-01-02T08:48:56.000Z | 2022-02-27T14:41:58.000Z | //
// ObjCtoCPlusPlus.h
// Performance_Console
//
// Created by Gian Luigi Romita on 12/06/14.
// Copyright (c) 2014 Gian Luigi Romita. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface Performance_ObjCtoCPlusPlus : NSObject
+ (void) sortArrayCPlusPlus: (NSInteger) array_size;
@end | 23.615385 | 62 | 0.742671 |
f3af1194c830417c64ef9c34f91053d286e446d2 | 2,270 | h | C | src/include/h5core/h5b_model.h | greole/H5hut | 7833ed7877b7578b1ec3308ba2b465fc54d0c582 | [
"BSD-3-Clause-LBNL"
] | 1 | 2020-01-12T14:01:55.000Z | 2020-01-12T14:01:55.000Z | src/include/h5core/h5b_model.h | greole/H5hut | 7833ed7877b7578b1ec3308ba2b465fc54d0c582 | [
"BSD-3-Clause-LBNL"
] | null | null | null | src/include/h5core/h5b_model.h | greole/H5hut | 7833ed7877b7578b1ec3308ba2b465fc54d0c582 | [
"BSD-3-Clause-LBNL"
] | 2 | 2019-06-04T08:40:40.000Z | 2020-01-10T21:25:42.000Z | /*
Copyright (c) 2006-2016, The Regents of the University of California,
through Lawrence Berkeley National Laboratory (subject to receipt of any
required approvals from the U.S. Dept. of Energy) and the Paul Scherrer
Institut (Switzerland). All rights reserved.
License: see file COPYING in top level of sou... | 21.415094 | 74 | 0.740529 |
f3afbc01b015b98f12aa8ac9267659705eac9be6 | 663 | h | C | samurai-examples/dribbble/demo/model/ShotListModel.h | hackers-painters/samurai | fa7cd86ee11818b7cfa27cc480bd31c530548fe3 | [
"MIT"
] | 2,586 | 2015-04-12T16:59:43.000Z | 2022-03-10T17:23:39.000Z | samurai-examples/dribbble/demo/model/ShotListModel.h | hackers-painters/samurai | fa7cd86ee11818b7cfa27cc480bd31c530548fe3 | [
"MIT"
] | 31 | 2015-04-13T09:00:22.000Z | 2021-01-12T09:12:40.000Z | samurai-examples/dribbble/demo/model/ShotListModel.h | hackers-painters/samurai | fa7cd86ee11818b7cfa27cc480bd31c530548fe3 | [
"MIT"
] | 472 | 2015-04-13T03:17:24.000Z | 2021-05-12T01:30:11.000Z | //
// AppDelegate.m
// honey
//
// Created by god on 14-4-8.
// Copyright (c) 2014年 geek-zoo studio. All rights reserved.
//
#import "Samurai.h"
#import "dribbble.h"
#pragma mark -
@interface ShotListModel : SamuraiModel
@prop_assign( NSInteger, page IN )
@prop_strong( NSString *, type IN )
@prop_s... | 16.170732 | 61 | 0.704374 |
f3b1673f24c3889aac779341ff3609d130fe1807 | 4,195 | h | C | enduser/netmeeting/t120/h/framer.h | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | enduser/netmeeting/t120/h/framer.h | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | enduser/netmeeting/t120/h/framer.h | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | /* Framer.h
*
* Copyright (c) 1994-1995 by DataBeam Corporation, Lexington, KY
*
* Abstract:
* This is the packet frame base class. This class defines the behavior
* for other packet framers that inherit from this class. Some packet
* framing definitions can be found in RFC1006 and Q.922
*
* Cav... | 26.719745 | 74 | 0.64553 |
f3b24b339006286be30dbca1658f9d945cec4e2b | 2,565 | h | C | src/add-ons/kernel/drivers/drm/radeondrm/drm/include/linux/device.h | andreasdr/haiku | 63fd7cdde8c48c5e9aef6432468c1c89e5cac57b | [
"MIT"
] | 1 | 2021-06-22T00:15:22.000Z | 2021-06-22T00:15:22.000Z | src/add-ons/kernel/drivers/drm/radeondrm/drm/include/linux/device.h | andreasdr/haiku | 63fd7cdde8c48c5e9aef6432468c1c89e5cac57b | [
"MIT"
] | null | null | null | src/add-ons/kernel/drivers/drm/radeondrm/drm/include/linux/device.h | andreasdr/haiku | 63fd7cdde8c48c5e9aef6432468c1c89e5cac57b | [
"MIT"
] | null | null | null | /* Public domain. */
#ifndef _LINUX_DEVICE_H
#define _LINUX_DEVICE_H
#include <haiku-defs.h>
//#include <sys/types.h>
//#include <sys/systm.h>
//#include <sys/device.h>
//#include <sys/param.h>
//#include <sys/proc.h>
#include <linux/slab.h>
#include <linux/ioport.h>
#include <linux/lockdep.h>
#include <linux/pm.h>
#... | 27 | 69 | 0.640936 |
f3b94a830dd0d7fcd67a67401ee7d8e1e946e422 | 6,987 | c | C | Pro1VA.c | LuanValentinoS/Projeto-Assembly-LinguagemC | f15c021782d961b9204f0f17184f20389f85f9c5 | [
"MIT"
] | null | null | null | Pro1VA.c | LuanValentinoS/Projeto-Assembly-LinguagemC | f15c021782d961b9204f0f17184f20389f85f9c5 | [
"MIT"
] | null | null | null | Pro1VA.c | LuanValentinoS/Projeto-Assembly-LinguagemC | f15c021782d961b9204f0f17184f20389f85f9c5 | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main() {
int memoria[25] = {};
int A = 0, B = 0, C = 0, D = 0;
char leituraDeDados[29];
//Introdu��o
printf("** Bem vindo ao Simulador Assembly em Linguagem C **\n");
while (1) {
printf("Banco de registrador... | 38.39011 | 106 | 0.347932 |
f3ba32fa3a48fc6b2ece32114b9e3d6b5c15cb1b | 204 | c | C | build/aom_dsp_encoder_sse3_dummy.c | mobinsheng/av1 | 6e8f23931d181bcc6c4c28de689b870c4ee155ce | [
"BSD-2-Clause"
] | 4 | 2021-04-22T09:41:55.000Z | 2022-03-01T13:12:48.000Z | build/aom_dsp_encoder_sse3_dummy.c | mobinsheng/av1 | 6e8f23931d181bcc6c4c28de689b870c4ee155ce | [
"BSD-2-Clause"
] | null | null | null | build/aom_dsp_encoder_sse3_dummy.c | mobinsheng/av1 | 6e8f23931d181bcc6c4c28de689b870c4ee155ce | [
"BSD-2-Clause"
] | 1 | 2019-07-08T02:53:00.000Z | 2019-07-08T02:53:00.000Z | // Generated file. DO NOT EDIT!
// aom_dsp_encoder_sse3 needs a c file to force link language,
// or to silence a harmless CMake warning: Ignore me.
void aom_dsp_encoder_sse3_dummy_function(void) {}
| 40.8 | 64 | 0.759804 |
f3ba3be0ee67cad72a8026d5befeb5532d334aed | 186 | h | C | Beck/Base/BeckTVC.h | harbin6666/medicalExam | 759c88b110930a3c36780ce58db2baaeb903569b | [
"MIT"
] | null | null | null | Beck/Base/BeckTVC.h | harbin6666/medicalExam | 759c88b110930a3c36780ce58db2baaeb903569b | [
"MIT"
] | null | null | null | Beck/Base/BeckTVC.h | harbin6666/medicalExam | 759c88b110930a3c36780ce58db2baaeb903569b | [
"MIT"
] | null | null | null | //
// BeckTVC.h
// Beck
//
// Created by Aimy on 14/10/20.
// Copyright (c) 2014年 Aimy. All rights reserved.
//
#import "BeckVC.h"
@interface BeckTVC : UITableViewController
@end
| 13.285714 | 50 | 0.655914 |
f3ba46dca18155a5368b03515aecba8d5d8cb316 | 5,208 | c | C | main.c | madepsilon/wrist-flap | b8a0444b5c23a7d5da9a11e78e4f15d053798225 | [
"Apache-2.0"
] | null | null | null | main.c | madepsilon/wrist-flap | b8a0444b5c23a7d5da9a11e78e4f15d053798225 | [
"Apache-2.0"
] | null | null | null | main.c | madepsilon/wrist-flap | b8a0444b5c23a7d5da9a11e78e4f15d053798225 | [
"Apache-2.0"
] | null | null | null | #include "PA5_Yahtzee.h"
int main(void)
{
int menu_response = 0, i = 0, roll[5] = {0}, upper_point_values[4] = {25, 30, 40, 50}, count = 0, roll_count = 0,
combinations_player1[13] = {0}, face_count[7] = {0}, combinations_player2[13] = {0},*ptr_die_1 = NULL,
*ptr_die_2 = NULL, *ptr_die_3 = NULL, *ptr_di... | 38.577778 | 141 | 0.561252 |
f3ba531e2d580b026db9228dedfc18dde7badb30 | 1,276 | h | C | MXSNetManager/Classes/UIImage+Compress.h | Anonymous-Monk/MXSNetManager | 5ee7f731f36deae642c829ce22bb656c30661319 | [
"MIT"
] | null | null | null | MXSNetManager/Classes/UIImage+Compress.h | Anonymous-Monk/MXSNetManager | 5ee7f731f36deae642c829ce22bb656c30661319 | [
"MIT"
] | null | null | null | MXSNetManager/Classes/UIImage+Compress.h | Anonymous-Monk/MXSNetManager | 5ee7f731f36deae642c829ce22bb656c30661319 | [
"MIT"
] | null | null | null | //
// UIImage+Compress.h
// BANetManager
//
// Created by aicai on 2019/8/27.
// Copyright © 2019 boai. All rights reserved.
//
#import <UIKit/UIKit.h>
typedef UIImage JPEGImage;
typedef UIImage PNGImage;
typedef NSData JPEGData;
typedef NSData PNGData;
NS_ASSUME_NONNULL_BEGIN
@interface UIImage (Compress)
/**... | 21.627119 | 98 | 0.681034 |
f3bbb6240cf9a1941303474cd80c1507e70d2459 | 496 | h | C | MoEPluginBase/MoEPluginMessageQueueHandler.h | moengage/iOS-PluginBase | 45ce59c8a383becca5e31e9c11e1150c8df62308 | [
"MIT"
] | null | null | null | MoEPluginBase/MoEPluginMessageQueueHandler.h | moengage/iOS-PluginBase | 45ce59c8a383becca5e31e9c11e1150c8df62308 | [
"MIT"
] | 1 | 2021-12-25T16:11:22.000Z | 2021-12-25T16:11:22.000Z | MoEPluginBase/MoEPluginMessageQueueHandler.h | moengage/iOS-PluginBase | 45ce59c8a383becca5e31e9c11e1150c8df62308 | [
"MIT"
] | null | null | null | //
// MoEPluginMessageQueueHandler.h
// MoEPluginBase
//
// Created by Chengappa C D on 14/02/20.
// Copyright © 2020 MoEngage. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <MoEPluginBase/MoEPluginMessage.h>
NS_ASSUME_NONNULL_BEGIN
@interface MoEPluginMessageQueueHandler : NSObject
@property... | 21.565217 | 51 | 0.790323 |
f3be03d42152f4056fb94b299f6d17c8b33674c9 | 1,309 | c | C | docs/historical/mh-6.8.5/mts/mh/hosts.c | gitGNU/gnu_nmh | c347c3bbba2b3eea2442b641a11a381dea709cd8 | [
"BSD-3-Clause"
] | 4 | 2017-03-31T20:09:59.000Z | 2022-01-18T08:27:32.000Z | docs/historical/mh-6.8.5/mts/mh/hosts.c | gitGNU/gnu_nmh | c347c3bbba2b3eea2442b641a11a381dea709cd8 | [
"BSD-3-Clause"
] | 1 | 2017-11-13T02:10:01.000Z | 2017-11-13T02:10:01.000Z | docs/historical/mh-6.8.5/mts/mh/hosts.c | gitGNU/gnu_nmh | c347c3bbba2b3eea2442b641a11a381dea709cd8 | [
"BSD-3-Clause"
] | 2 | 2017-06-22T21:35:51.000Z | 2022-01-18T08:27:51.000Z | /* hosts.c - find out the official name of a host */
#ifndef lint
static char ident[] = "@(#)$Id: hosts.c,v 1.6 1992/12/15 00:20:22 jromine Exp $";
#endif /* lint */
/* LINTLIBRARY */
#undef NETWORK
#if defined(BSD41A) || defined(BSD42) || defined(SOCKETS)
#define NETWORK
#endif /* not (defined(BSD41A) || defined(BSD... | 20.777778 | 81 | 0.600458 |
f3bf89d399a42fb5fc703dd66736d307264ffb6a | 131 | h | C | cartesian_apc/cartesian_firmware/packets.h | myalfred03/team_acrv_2017 | 9d3a28b4069262291fd28990676b69e90b06ac3a | [
"BSD-3-Clause"
] | 25 | 2017-11-24T19:04:51.000Z | 2020-08-27T06:25:49.000Z | cartesian_apc/cartesian_firmware/packets.h | myalfred03/team_acrv_2017 | 9d3a28b4069262291fd28990676b69e90b06ac3a | [
"BSD-3-Clause"
] | 3 | 2018-10-03T06:44:06.000Z | 2018-11-07T14:53:58.000Z | cartesian_apc/cartesian_firmware/packets.h | myalfred03/team_acrv_2017 | 9d3a28b4069262291fd28990676b69e90b06ac3a | [
"BSD-3-Clause"
] | 16 | 2017-12-24T14:19:08.000Z | 2021-07-14T13:34:51.000Z | #ifndef _PACKETS_H
#define _PACKETS_H
#include <Arduino.h>
#include "motors.h"
#include "DXL.h"
bool processPacket();
#endif
| 9.357143 | 21 | 0.717557 |
f3c308e6dbaac2806dc76ff19665baa03aec3eb7 | 423 | h | C | SampleProject/OHMySQLTests/Mocks/OHTestPerson.h | oleghnidets/OHMySQL | 06a8a578a2b7fda3f31796e0e0195d92d245266e | [
"MIT"
] | 217 | 2015-09-27T18:00:04.000Z | 2022-03-21T06:26:58.000Z | SampleProject/OHMySQLTests/Mocks/OHTestPerson.h | oleghnidets/OHMySQL | 06a8a578a2b7fda3f31796e0e0195d92d245266e | [
"MIT"
] | 29 | 2016-06-15T14:12:00.000Z | 2022-02-28T04:51:37.000Z | SampleProject/OHMySQLTests/Mocks/OHTestPerson.h | oleghnidets/OHMySQL | 06a8a578a2b7fda3f31796e0e0195d92d245266e | [
"MIT"
] | 49 | 2015-10-03T05:00:06.000Z | 2021-12-22T07:07:51.000Z | // Created by Oleg Hnidets on 8/15/16.
// Copyright © 2016-2018 Oleg Hnidets. All rights reserved.
//
#import "OHMySQL.h"
@interface OHTestPerson : NSObject<OHMappingProtocol>
@property (nonatomic, strong) NSNumber *ID;
@property (nonatomic, strong) id name;
@property (nonatomic, strong) id surname;
@property (non... | 20.142857 | 60 | 0.739953 |
f3c53ea24fcba3b3c2489e708a2a385477c026e4 | 88 | h | C | ios/Pods/Headers/Public/RNFBApp/RNFBRCTEventEmitter.h | ankar84/Rocket.Chat.ReactNative | 53be41d6986a8d70a9d96bb3c4119eaec45c5fa7 | [
"MIT"
] | 5 | 2020-12-07T19:26:55.000Z | 2021-08-20T01:01:41.000Z | ios/Pods/Headers/Public/RNFBApp/RNFBRCTEventEmitter.h | ankar84/Rocket.Chat.ReactNative | 53be41d6986a8d70a9d96bb3c4119eaec45c5fa7 | [
"MIT"
] | 137 | 2020-08-15T02:41:20.000Z | 2022-03-11T04:32:05.000Z | ios/Pods/Headers/Public/RNFBApp/RNFBRCTEventEmitter.h | ankar84/Rocket.Chat.ReactNative | 53be41d6986a8d70a9d96bb3c4119eaec45c5fa7 | [
"MIT"
] | 5 | 2020-11-21T21:16:14.000Z | 2021-07-22T02:29:58.000Z | ../../../../../node_modules/@react-native-firebase/app/ios/RNFBApp/RNFBRCTEventEmitter.h | 88 | 88 | 0.727273 |
f3c86adb73f268089320c6a420c3a65ff93b3eb7 | 1,129 | h | C | src/main/include/subsystems/Gyro.h | Team7433/2021InfiniteRecharge | c14d3a06347cdafa22443298fdc12b9406bf6312 | [
"BSD-3-Clause"
] | null | null | null | src/main/include/subsystems/Gyro.h | Team7433/2021InfiniteRecharge | c14d3a06347cdafa22443298fdc12b9406bf6312 | [
"BSD-3-Clause"
] | null | null | null | src/main/include/subsystems/Gyro.h | Team7433/2021InfiniteRecharge | c14d3a06347cdafa22443298fdc12b9406bf6312 | [
"BSD-3-Clause"
] | null | null | null | /*----------------------------------------------------------------------------*/
/* Copyright (c) 2019 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... | 28.948718 | 80 | 0.550044 |
f3c86c4a1629f2c7decbde4a3f4c99e110286962 | 1,303 | h | C | subcomp/persistance/include/pers/Persistance.h | lekic-ai/neneta | 45febf7f0edfb03575e30b0f16aa8004470bc3fa | [
"MIT"
] | 1 | 2020-12-22T10:07:18.000Z | 2020-12-22T10:07:18.000Z | subcomp/persistance/include/pers/Persistance.h | lekic-ai/neneta | 45febf7f0edfb03575e30b0f16aa8004470bc3fa | [
"MIT"
] | null | null | null | subcomp/persistance/include/pers/Persistance.h | lekic-ai/neneta | 45febf7f0edfb03575e30b0f16aa8004470bc3fa | [
"MIT"
] | 1 | 2020-12-22T10:07:23.000Z | 2020-12-22T10:07:23.000Z | #pragma once
#include <string>
#include <memory>
#include <vector>
#include <Types.h>
namespace neneta
{
namespace conf
{
class ConfigurationReader;
}
namespace pers
{
class Persistance
{
public:
Persistance(const conf::ConfigurationReader& confReader);
void storeFloatBlob(const std::... | 24.12963 | 137 | 0.687644 |
f3ca6640c07ebef899494c5b778e0e27edd81637 | 20,874 | h | C | include/rppi_arithmetic_operations.h | sampath1117/rpp | 68bad77155b9e5e11456ab2ce558ddaea497b388 | [
"MIT"
] | null | null | null | include/rppi_arithmetic_operations.h | sampath1117/rpp | 68bad77155b9e5e11456ab2ce558ddaea497b388 | [
"MIT"
] | null | null | null | include/rppi_arithmetic_operations.h | sampath1117/rpp | 68bad77155b9e5e11456ab2ce558ddaea497b388 | [
"MIT"
] | null | null | null | /*
Copyright (c) 2019 - 2022 Advanced Micro Devices, Inc. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, ... | 68.215686 | 191 | 0.79726 |
f3cb31f72b1cf80f84e13f54d7de343feb62665f | 922 | h | C | PrivateFrameworks/MediaRemote/_MRSupportedCommandsProtobuf.h | phatblat/macOSPrivateFrameworks | 9047371eb80f925642c8a7c4f1e00095aec66044 | [
"MIT"
] | 17 | 2018-11-13T04:02:58.000Z | 2022-01-20T09:27:13.000Z | PrivateFrameworks/MediaRemote/_MRSupportedCommandsProtobuf.h | phatblat/macOSPrivateFrameworks | 9047371eb80f925642c8a7c4f1e00095aec66044 | [
"MIT"
] | 3 | 2018-04-06T02:02:27.000Z | 2018-10-02T01:12:10.000Z | PrivateFrameworks/MediaRemote/_MRSupportedCommandsProtobuf.h | phatblat/macOSPrivateFrameworks | 9047371eb80f925642c8a7c4f1e00095aec66044 | [
"MIT"
] | 1 | 2018-09-28T13:54:23.000Z | 2018-09-28T13:54:23.000Z | //
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "PBCodable.h"
#import "NSCopying.h"
@class NSMutableArray;
@interface _MRSupportedCommandsProtobuf : PBCodable <NSCopying>
{
NSMutableArray *_supportedCommands;
}
+ ... | 24.918919 | 116 | 0.738612 |
f3cbde014bde446a40580c2e5ed91e0d50fee512 | 10,072 | h | C | Source/xreg.h | deepeshhada/Parabel | d2f49f6e7c1c526f589b161ab2b6762918dbbced | [
"BSD-3-Clause"
] | null | null | null | Source/xreg.h | deepeshhada/Parabel | d2f49f6e7c1c526f589b161ab2b6762918dbbced | [
"BSD-3-Clause"
] | null | null | null | Source/xreg.h | deepeshhada/Parabel | d2f49f6e7c1c526f589b161ab2b6762918dbbced | [
"BSD-3-Clause"
] | null | null | null | #pragma once
#include <iostream>
#include <vector>
#include <map>
#include <string>
#include <algorithm>
#include <iomanip>
#include <random>
#include <thread>
#include <mutex>
#include <functional>
#include <unordered_map>
#include <queue>
#include <omp.h>
#include <cstdio>
#include <cstring>
#include <cstdlib>
#inc... | 21.848156 | 152 | 0.583598 |
f3cd62780d0f02da917f8b650483cb2213a09c38 | 323 | h | C | WFShopProject/WFUser/WFUser/Classes/Service/WFWechatUserService.h | rhymecame/task | 1fba1ee1aa32fc3b68e55efbcd786ad71004adc1 | [
"Apache-2.0"
] | null | null | null | WFShopProject/WFUser/WFUser/Classes/Service/WFWechatUserService.h | rhymecame/task | 1fba1ee1aa32fc3b68e55efbcd786ad71004adc1 | [
"Apache-2.0"
] | null | null | null | WFShopProject/WFUser/WFUser/Classes/Service/WFWechatUserService.h | rhymecame/task | 1fba1ee1aa32fc3b68e55efbcd786ad71004adc1 | [
"Apache-2.0"
] | null | null | null | //
// WFWechatUserService.h
// ADSRouter
//
// Created by Andy on 2018/1/19.
//
#import <Foundation/Foundation.h>
@class WFWechatUser;
@interface WFWechatUserService : NSObject
- (void)getWechatUserWithAccessToken:(NSString*)accessToken openId:(NSString*)openId callback:(void(^)(WFWechatUser *user)) callback;
@e... | 20.1875 | 133 | 0.74613 |
f3cde10c49c82dd992f62a5464cf95f3c8dea9f6 | 1,159 | h | C | InjectionThunk/InjectionThunk.h | IMULMUL/tracer | 221ae67558fa08a8a45ddd82c237417c0085b5a5 | [
"MIT"
] | 51 | 2017-12-18T20:49:36.000Z | 2022-02-19T13:28:51.000Z | InjectionThunk/InjectionThunk.h | IMULMUL/tracer | 221ae67558fa08a8a45ddd82c237417c0085b5a5 | [
"MIT"
] | 1 | 2018-05-15T19:46:47.000Z | 2018-05-15T19:59:25.000Z | InjectionThunk/InjectionThunk.h | IMULMUL/tracer | 221ae67558fa08a8a45ddd82c237417c0085b5a5 | [
"MIT"
] | 8 | 2018-05-07T13:59:53.000Z | 2022-01-20T02:06:00.000Z | /*++
Copyright (c) 2017 Trent Nelson <trent@trent.me>
Module Name:
InjectionThunk.h
Abstract:
This is the main header file for the InjectionThunk component.
--*/
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#define INJECTION_THUNK_CALL_CONV __stdcall
#ifdef _INJECTION_THUNK_INTERNAL_BUILD
//
/... | 18.396825 | 80 | 0.746333 |
f3ce39a0f87b5d1ce0e895fb4fe3d94027ce437e | 6,111 | c | C | src/c/graph.c | SICOM/rlib-tests | 316e363f9d7762638d36605915308eaf1a1a2607 | [
"MIT"
] | null | null | null | src/c/graph.c | SICOM/rlib-tests | 316e363f9d7762638d36605915308eaf1a1a2607 | [
"MIT"
] | null | null | null | src/c/graph.c | SICOM/rlib-tests | 316e363f9d7762638d36605915308eaf1a1a2607 | [
"MIT"
] | 1 | 2020-06-16T15:52:35.000Z | 2020-06-16T15:52:35.000Z | /*
* Copyright (C) 2016 SICOM Systems, INC.
*
* Author: Zoltán Böszörményi <zboszormenyi@sicom.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public
* License as published by the Free Software Foundation.
*
* This program is ... | 19.216981 | 77 | 0.444117 |
f3ceec1d40c026c98aaaffc083e9ad9fe3a1ae60 | 753 | h | C | src/ASTPrinter.h | AustinMReppert/cff | 4fb85ac0104713a0c5ec8c3d743a0d03f8672050 | [
"Unlicense"
] | null | null | null | src/ASTPrinter.h | AustinMReppert/cff | 4fb85ac0104713a0c5ec8c3d743a0d03f8672050 | [
"Unlicense"
] | null | null | null | src/ASTPrinter.h | AustinMReppert/cff | 4fb85ac0104713a0c5ec8c3d743a0d03f8672050 | [
"Unlicense"
] | null | null | null | #ifndef CFF_ASTPRINTER_H
#define CFF_ASTPRINTER_H
#include "ASTNodeVisitor.h"
#include "BinaryExpression.h"
#include "Statement.h"
#include "Assignment.h"
#include "NumLiteral.h"
#include "AST.h"
namespace CFF {
class ASTPrinter : public ASTNodeVisitor {
private:
std::size_t indentLevel = 0;
... | 23.53125 | 70 | 0.706507 |
f3cf7734a1a804e068e9610ff6c1fc904bd3e083 | 1,071 | h | C | Classes/Base/CocosHelper.h | 9chu/cocos2dx-sokoban | 92d8123453f7b285855ba7de24b44736996ae933 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 6 | 2015-10-24T15:08:50.000Z | 2019-02-08T02:14:35.000Z | Classes/Base/CocosHelper.h | 9chu/cocos2dx-sokoban | 92d8123453f7b285855ba7de24b44736996ae933 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | Classes/Base/CocosHelper.h | 9chu/cocos2dx-sokoban | 92d8123453f7b285855ba7de24b44736996ae933 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | /*
* \file CocosHelper.h
* \author chu
* \date 2015/10/17
*/
#pragma once
#include "../Common.h"
namespace sokoban
{
/// \brief Cocos辅助类
class CocosHelper :
public Noncopyable
{
public:
/// \brief 从文件装载节点和时间轴
/// \param[in] pPath 路径
/// \param[out] pNode 节点
... | 29.75 | 171 | 0.605042 |
f3cfbabfdba008c0ceae39a7b79fd49f8a5a5458 | 58,976 | c | C | bxfel/c/grid.c | mmechelke/bayesian_xfel | 9726b08494ef04daa52d95a246cac7e879f26f49 | [
"MIT"
] | null | null | null | bxfel/c/grid.c | mmechelke/bayesian_xfel | 9726b08494ef04daa52d95a246cac7e879f26f49 | [
"MIT"
] | null | null | null | bxfel/c/grid.c | mmechelke/bayesian_xfel | 9726b08494ef04daa52d95a246cac7e879f26f49 | [
"MIT"
] | null | null | null | #include "xfel.h"
#include <stdio.h>
#define WEIGHT_CUTOFF -100
#define NORMALIZE_CC 1
static int create_shifts(PyGridObject *self, int **s) {
int i, j, index, d3;
d3 = pow(3, 3);
for (i = 0; i < d3; i++) {
index = i;
for (j = 2; j > 0; j--) {
s[i][j] = index % 3 - 1;
index /= 3;
}
... | 22.509924 | 94 | 0.544035 |
f3d127a654909d81dd194f454b1b5c3f917d0d73 | 2,979 | h | C | rack/andre/SpeckleOp.h | fmidev/rack | 95c39ef610637e8068253efc36aab40177caff03 | [
"MIT"
] | 20 | 2018-03-21T10:58:00.000Z | 2022-02-11T14:43:03.000Z | rack/andre/SpeckleOp.h | fmidev/rack | 95c39ef610637e8068253efc36aab40177caff03 | [
"MIT"
] | null | null | null | rack/andre/SpeckleOp.h | fmidev/rack | 95c39ef610637e8068253efc36aab40177caff03 | [
"MIT"
] | 6 | 2018-07-04T04:55:56.000Z | 2021-04-15T19:25:13.000Z | /*
MIT License
Copyright (c) 2017 FMI Open Development / Markus Peura, first.last@fmi.fi
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rig... | 30.71134 | 140 | 0.752602 |
f3d17e34aff463ad48a4d7beccaea446453e3191 | 130 | h | C | src/sig/picnic/external/lowmc_256_256_363.h | thomwiggers/liboqs | 24eb40f12143d8ae1a0fe212ba79d1d0703d2a27 | [
"MIT"
] | null | null | null | src/sig/picnic/external/lowmc_256_256_363.h | thomwiggers/liboqs | 24eb40f12143d8ae1a0fe212ba79d1d0703d2a27 | [
"MIT"
] | null | null | null | src/sig/picnic/external/lowmc_256_256_363.h | thomwiggers/liboqs | 24eb40f12143d8ae1a0fe212ba79d1d0703d2a27 | [
"MIT"
] | 1 | 2020-10-12T13:30:00.000Z | 2020-10-12T13:30:00.000Z | #ifndef LOWMC_256_256_363_H
#define LOWMC_256_256_363_H
#include "lowmc_pars.h"
extern const lowmc_t lowmc_256_256_363;
#endif
| 14.444444 | 39 | 0.830769 |
f3d1a5128f26ecb4e8445100c4950ae7df82a0d1 | 804 | h | C | src/core/server/game_state_recorder.h | puyoai/puyoai | 575068dffab021cd42b0178699d480a743ca4e1f | [
"CC-BY-4.0"
] | 115 | 2015-02-21T15:08:26.000Z | 2022-02-05T01:38:10.000Z | src/core/server/game_state_recorder.h | haripo/puyoai | 575068dffab021cd42b0178699d480a743ca4e1f | [
"CC-BY-4.0"
] | 214 | 2015-01-16T04:53:35.000Z | 2019-03-23T11:39:59.000Z | src/core/server/game_state_recorder.h | haripo/puyoai | 575068dffab021cd42b0178699d480a743ca4e1f | [
"CC-BY-4.0"
] | 56 | 2015-01-16T05:14:13.000Z | 2020-09-22T07:22:49.000Z | #ifndef CORE_SERVER_GAME_STATE_RECORDER_H_
#define CORE_SERVER_GAME_STATE_RECORDER_H_
#include <string>
#include <vector>
#include "core/server/game_state.h"
#include "core/server/game_state_observer.h"
// GameStateRecorder records GameState, and emits as json for each game.
//
class GameStateRecorder : public GameS... | 26.8 | 72 | 0.746269 |
f3d1c27583c1aab254448d6f5f80938d339ec7d0 | 1,432 | h | C | DoomFire/lcdscreen.h | TheCatTree/Qt-DoomFire | bf17b4dbd21effdc5aaa26337ec8aa96cd06362f | [
"MIT"
] | null | null | null | DoomFire/lcdscreen.h | TheCatTree/Qt-DoomFire | bf17b4dbd21effdc5aaa26337ec8aa96cd06362f | [
"MIT"
] | null | null | null | DoomFire/lcdscreen.h | TheCatTree/Qt-DoomFire | bf17b4dbd21effdc5aaa26337ec8aa96cd06362f | [
"MIT"
] | null | null | null | #ifndef LCDSCREEN_H
#define LCDSCREEN_H
#include <QObject>
#include <QWidget>
#include <QVariant>
#include <QImage>
#include <QPainter>
#include <QTimer>
#include <QDebug>
#include <QColor>
#include "luna.h"
class LcdScreen : public QWidget
{
Q_OBJECT
public:
LcdScreen(QWidget *parent = n... | 25.571429 | 98 | 0.667598 |
f3d29c96ddd579ad49ba44eb923cefcb629a936d | 394 | h | C | SSOBaseProvider/TestViewController.h | samsao/ssobaseprovider-ios | 8a5e367c861815f06df117ad2bf3fb7c23de784c | [
"MIT"
] | null | null | null | SSOBaseProvider/TestViewController.h | samsao/ssobaseprovider-ios | 8a5e367c861815f06df117ad2bf3fb7c23de784c | [
"MIT"
] | null | null | null | SSOBaseProvider/TestViewController.h | samsao/ssobaseprovider-ios | 8a5e367c861815f06df117ad2bf3fb7c23de784c | [
"MIT"
] | null | null | null | //
// ViewController.h
// SSOBaseProvider
//
// Created by Gabriel Cartier on 2015-04-17.
// Copyright (c) 2015 Samsao. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "SSOBaseTableViewProvider.h"
@interface TestViewController : UIViewController
@property(nonatomic, strong) IBOutlet UITableView *tableVie... | 21.888889 | 64 | 0.761421 |
f3d5bab5358ac3021eeabe26eef760efced289f6 | 423 | h | C | UWP/RadialDevice/winrt/internal/Windows.UI.Xaml.Automation.Text.0.h | megayuchi/RadialController | 87bb1baa72a0b43b1b7b0d7787b0a93edc7e3175 | [
"MIT"
] | 23 | 2016-11-28T05:47:06.000Z | 2020-11-13T20:13:47.000Z | UWP/RadialDevice/winrt/internal/Windows.UI.Xaml.Automation.Text.0.h | megayuchi/RadialController | 87bb1baa72a0b43b1b7b0d7787b0a93edc7e3175 | [
"MIT"
] | null | null | null | UWP/RadialDevice/winrt/internal/Windows.UI.Xaml.Automation.Text.0.h | megayuchi/RadialController | 87bb1baa72a0b43b1b7b0d7787b0a93edc7e3175 | [
"MIT"
] | 5 | 2017-01-21T14:42:47.000Z | 2022-02-24T03:42:24.000Z | // C++ for the Windows Runtime v1.0.161012.5
// Copyright (c) 2016 Microsoft Corporation. All rights reserved.
#pragma once
WINRT_EXPORT namespace winrt {
namespace Windows::UI::Xaml::Automation::Text {
enum class TextPatternRangeEndpoint
{
Start = 0,
End = 1,
};
enum class TextUnit
{
Character = 0,
... | 13.645161 | 65 | 0.626478 |
f3d6608c6f64c6f2dc97712a1a03bb9fa728e709 | 352 | h | C | IsekaiTI83-84/old_src/keyHandler.h | PoulpoGaz/Isekai | 86076c349f5b8090e4c75d5d2f89cabd7c07d8d0 | [
"MIT"
] | null | null | null | IsekaiTI83-84/old_src/keyHandler.h | PoulpoGaz/Isekai | 86076c349f5b8090e4c75d5d2f89cabd7c07d8d0 | [
"MIT"
] | 12 | 2021-05-17T17:13:23.000Z | 2022-02-06T19:47:56.000Z | IsekaiTI83-84/old_src/keyHandler.h | PoulpoGaz/Isekai | 86076c349f5b8090e4c75d5d2f89cabd7c07d8d0 | [
"MIT"
] | null | null | null | #ifndef __keyHandler__
#define __keyHandler__
#include <stdint.h>
#include <tice.h>
#include <keypadc.h>
void setKey();
void setPreKey();
bool key(bool keys[2]);
bool keyPressed(bool keys[2]);
extern bool key_2nd[2];
extern bool key_Del[2];
extern bool key_up[2];
extern bool key_down[2];
extern bool key_left[2];
e... | 16 | 30 | 0.735795 |
f3d81d4e09a2295c68c600e146c9174d43ca381e | 4,941 | h | C | Lib/include/TBTK/Property/LDOS.h | Huaguiyuan/TBTK | fc4382395ed0eaae32c236b914dd4e888e21bfc3 | [
"Apache-2.0"
] | null | null | null | Lib/include/TBTK/Property/LDOS.h | Huaguiyuan/TBTK | fc4382395ed0eaae32c236b914dd4e888e21bfc3 | [
"Apache-2.0"
] | null | null | null | Lib/include/TBTK/Property/LDOS.h | Huaguiyuan/TBTK | fc4382395ed0eaae32c236b914dd4e888e21bfc3 | [
"Apache-2.0"
] | 1 | 2019-12-08T01:21:49.000Z | 2019-12-08T01:21:49.000Z | /* Copyright 2016 Kristofer Björnson
*
* 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... | 27.915254 | 75 | 0.712002 |
f3d9357867cc8f8420a9430b0aa0d08462c578e4 | 1,564 | h | C | src/include/ScrapMgr.h | MaddTheSane/executor | 2a8baf83066ead802ae22e567af41d74a4e920ff | [
"MIT"
] | 12 | 2016-02-01T06:26:19.000Z | 2022-01-09T00:14:20.000Z | src/include/ScrapMgr.h | MaddTheSane/executor | 2a8baf83066ead802ae22e567af41d74a4e920ff | [
"MIT"
] | 2 | 2017-07-16T02:24:15.000Z | 2018-02-14T04:15:37.000Z | src/include/ScrapMgr.h | MaddTheSane/executor | 2a8baf83066ead802ae22e567af41d74a4e920ff | [
"MIT"
] | 4 | 2017-04-07T13:55:46.000Z | 2022-01-09T00:14:17.000Z | #if !defined (__SCRAP__)
#define __SCRAP__
#include "ResourceMgr.h"
/*
* Copyright 1986, 1989, 1990 by Abacus Research and Development, Inc.
* All rights reserved.
*
* $Id: ScrapMgr.h 63 2004-12-24 18:19:43Z ctm $
*/
#define noScrapErr (-100)
#define noTypeErr (-102)
namespace Executor {
typedef struct PACKED ... | 31.918367 | 149 | 0.764066 |
f3d98fa8ff67fa1e6f3416a9e3d289607e6e7825 | 5,884 | c | C | deps/option/option.c | daddinuz/closure | 814cf92476052a915a82f604cc44ac57040bc825 | [
"MIT"
] | 1 | 2018-05-07T20:27:20.000Z | 2018-05-07T20:27:20.000Z | deps/option/option.c | daddinuz/closure | 814cf92476052a915a82f604cc44ac57040bc825 | [
"MIT"
] | 2 | 2018-08-18T09:56:11.000Z | 2018-08-18T09:57:04.000Z | deps/option/option.c | daddinuz/text | 1fe4363c816684a958f19242f9bf1446d2fee27b | [
"MIT"
] | null | null | null | /*
Author: daddinuz
email: daddinuz@gmail.com
Copyright (c) 2018 Davide Di Carlo
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to u... | 33.431818 | 120 | 0.731475 |
f3da6ce0306b55039cf69307bee27191c437b79e | 93 | c | C | system/os_host/library/MSD/msdusb_app.c | tomwei7/LA104 | fdf04061f37693d37e2812ed6074348e65d7e5f9 | [
"MIT"
] | 336 | 2018-11-23T23:54:15.000Z | 2022-03-21T03:47:05.000Z | system/os_host/library/MSD/msdusb_app.c | 203Null/LA104 | b8ae9413d01ea24eafb9fdb420c97511287cbd99 | [
"MIT"
] | 56 | 2019-02-01T05:01:07.000Z | 2022-03-26T16:00:24.000Z | system/os_host/library/MSD/msdusb_app.c | 203Null/LA104 | b8ae9413d01ea24eafb9fdb420c97511287cbd99 | [
"MIT"
] | 52 | 2019-02-06T17:05:04.000Z | 2022-03-04T12:30:53.000Z | #include "msdusb_app.h"
DEVICE_STATE massDeviceState = UNCONNECTED; /* USB device status */
| 23.25 | 67 | 0.763441 |
f3db540885f9cbef6448c36c06be929589f08302 | 1,785 | c | C | src/lexer.c | NotFlawffles/xlang | 257f2921d1d346264d77d195d24d9c41476252e5 | [
"MIT"
] | 2 | 2021-10-19T16:40:44.000Z | 2021-10-19T17:04:47.000Z | src/lexer.c | NotFlawffles/xlang | 257f2921d1d346264d77d195d24d9c41476252e5 | [
"MIT"
] | null | null | null | src/lexer.c | NotFlawffles/xlang | 257f2921d1d346264d77d195d24d9c41476252e5 | [
"MIT"
] | 1 | 2021-12-07T17:59:57.000Z | 2021-12-07T17:59:57.000Z | #include "../include/lexer.h"
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
Lexer *new_lexer(char *source) {
Lexer *lexer = calloc(1, sizeof(struct LEXER_STRUCT));
lexer->source = source;
lexer->counter = 0;
lexer->current = lexer->source[lexer->counter];
return lexer;
}
Token *next_token(Lexer *le... | 25.5 | 103 | 0.641457 |
f3db54f86ac0139075dd7b0c926e6222f4a40908 | 303 | h | C | Nef_3/archive/Minkowski/include/CGAL/Nef_3/Nary_union_strategy.h | baumhaus-project/cgal | f6f405009cbb8e682b088138d894429879d31d91 | [
"CC0-1.0"
] | 4 | 2016-03-30T14:31:52.000Z | 2019-02-02T05:01:32.000Z | Nef_3/archive/Minkowski/include/CGAL/Nef_3/Nary_union_strategy.h | baumhaus-project/cgal | f6f405009cbb8e682b088138d894429879d31d91 | [
"CC0-1.0"
] | 17 | 2018-01-10T13:32:24.000Z | 2021-07-30T12:23:20.000Z | Nef_3/archive/Minkowski/include/CGAL/Nef_3/Nary_union_strategy.h | baumhaus-project/cgal | f6f405009cbb8e682b088138d894429879d31d91 | [
"CC0-1.0"
] | 1 | 2022-03-05T04:18:59.000Z | 2022-03-05T04:18:59.000Z | #ifndef CGAL_NEF_NARY_UNION_STRATEGY_H
#define CGAL_NEF_NARY_UNION_STRATEGY_H
namespace CGAL {
template<class Polyhedron>
class Nary_union_strategy {
public:
void add_polyhedron(const Polyhedron& P) = 0;
Polyhedron get_union() = 0;
};
} //namespace CGAL
#endif // CGAL_NEF_NARY_UNION_STRATEGY_H
| 20.2 | 47 | 0.79538 |
f3df1c4298ddb87d9d11ce624b1987472b19d908 | 3,184 | c | C | ccec/src/ccec_sign.c | rajohns08/corecrypto | 0344fab1747c1e187f12233f353d73c331a77653 | [
"AML"
] | null | null | null | ccec/src/ccec_sign.c | rajohns08/corecrypto | 0344fab1747c1e187f12233f353d73c331a77653 | [
"AML"
] | null | null | null | ccec/src/ccec_sign.c | rajohns08/corecrypto | 0344fab1747c1e187f12233f353d73c331a77653 | [
"AML"
] | null | null | null | /* Copyright (c) (2010,2011,2012,2014,2015,2016,2017,2018,2019,2020) Apple Inc. All rights reserved.
*
* corecrypto is licensed under Apple Inc.’s Internal Use License Agreement (which
* is contained in the License.txt file distributed with corecrypto) and only to
* people who accept that license. IMPORTANT: Any l... | 30.32381 | 117 | 0.619033 |
f3e462f11775f0face009b1cabba833f8cb9095e | 148 | h | C | platform/epoll_platform_impl/epoll_export_impl.h | MacroLau/quiche | 21b1a63ead0a03497127d7f9ae74c3f0eed07e58 | [
"Apache-2.0"
] | 102 | 2021-05-18T10:31:57.000Z | 2022-03-29T04:25:42.000Z | platform/epoll_platform_impl/epoll_export_impl.h | MacroLau/quiche | 21b1a63ead0a03497127d7f9ae74c3f0eed07e58 | [
"Apache-2.0"
] | 9 | 2021-06-02T06:44:30.000Z | 2022-03-14T07:52:34.000Z | platform/epoll_platform_impl/epoll_export_impl.h | MacroLau/quiche | 21b1a63ead0a03497127d7f9ae74c3f0eed07e58 | [
"Apache-2.0"
] | 23 | 2021-05-18T13:07:50.000Z | 2022-02-24T02:16:02.000Z | #pragma once
#include "gquiche/quic/platform/api/quic_export.h"
#define EPOLL_EXPORT QUIC_EXPORT
#define EPOLL_EXPORT_PRIVATE QUIC_EXPORT_PRIVATE
| 21.142857 | 50 | 0.844595 |
f3eb16c0bd49e85ac5fe8fa5c41c31d608475669 | 662 | h | C | CharacterLocationSeekerDemo/CharacterLocationSeekerDemo/CharacterLocationSeeker/CharacterLocationSeeker_TextView.h | hjw6160602/CharacterLocationSeeker | 42bcdab817e5a8d191ac43710c74522ca0e2244c | [
"MIT"
] | null | null | null | CharacterLocationSeekerDemo/CharacterLocationSeekerDemo/CharacterLocationSeeker/CharacterLocationSeeker_TextView.h | hjw6160602/CharacterLocationSeeker | 42bcdab817e5a8d191ac43710c74522ca0e2244c | [
"MIT"
] | null | null | null | CharacterLocationSeekerDemo/CharacterLocationSeekerDemo/CharacterLocationSeeker/CharacterLocationSeeker_TextView.h | hjw6160602/CharacterLocationSeeker | 42bcdab817e5a8d191ac43710c74522ca0e2244c | [
"MIT"
] | null | null | null | //
// CharacterLocationSeeker_TextView.h
// CharacterLocationSeekerDemo
//
// Created by 贺嘉炜 on 2017/7/25.
//
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
/// CharacterLocationSeeker_TextView is a tool to figure out the rect of a character in UILabel, with the given character index. It uses a textVi... | 26.48 | 158 | 0.746224 |
f3ed9879aaa0af0b71bdc5737b9c8320ce466c25 | 276 | h | C | Example/WPBaseTableView/WPCustomCell.h | wuyanghu/WPBaseTableView | 941954a67dd0aa8f16b696d52475d1ae75264f54 | [
"MIT"
] | 3 | 2020-04-16T12:03:05.000Z | 2022-02-23T06:27:25.000Z | Example/WPBaseTableView/WPCustomCell.h | wuyanghu/WPBaseTableView | 941954a67dd0aa8f16b696d52475d1ae75264f54 | [
"MIT"
] | null | null | null | Example/WPBaseTableView/WPCustomCell.h | wuyanghu/WPBaseTableView | 941954a67dd0aa8f16b696d52475d1ae75264f54 | [
"MIT"
] | null | null | null | //
// WPWPCustomCell.h
// WPBaseTableView_Example
//
// Created by wupeng on 2020/1/11.
// Copyright © 2020 823105162@qq.com. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface WPCustomCell : UITableViewCell
@end
NS_ASSUME_NONNULL_END
| 15.333333 | 59 | 0.746377 |
f3efa44a91930bfbce4df41fcddd2c4b8f135bbc | 354 | h | C | include/config-loader/utils/CommonTraits.h | netcan/config-loader | 3c5dc04668b0df4cfc330dbcec2904c12c9437ad | [
"MIT"
] | 87 | 2021-07-09T11:20:41.000Z | 2022-03-12T14:52:44.000Z | include/config-loader/utils/CommonTraits.h | netcan/config-loader | 3c5dc04668b0df4cfc330dbcec2904c12c9437ad | [
"MIT"
] | 3 | 2021-07-18T15:14:28.000Z | 2022-01-04T07:22:55.000Z | include/config-loader/utils/CommonTraits.h | netcan/config-loader | 3c5dc04668b0df4cfc330dbcec2904c12c9437ad | [
"MIT"
] | 12 | 2021-07-16T13:59:19.000Z | 2022-02-14T10:30:01.000Z | //
// Created by netcan on 2021/08/06.
//
#ifndef CONFIG_LOADER_COMMONTRAITS_H
#define CONFIG_LOADER_COMMONTRAITS_H
#include <config-loader/ConfigLoaderNS.h>
CONFIG_LOADER_NS_BEGIN
namespace detail {
template<bool support>
struct IsSupport {
static constexpr bool isSupport = support;
};
}
CONFIG_LOADER_NS_END
#end... | 20.823529 | 46 | 0.80791 |
f3f21552dd59a1231f15f3ae6bbdb97c9994f27f | 8,747 | h | C | extensions/DRM/dream/chanest/ChannelEstimation.h | mfkiwl/FlyDog_SDR_GPS | d4870af35e960282a3c1b7e6b41444be4cb53fab | [
"MIT"
] | 9 | 2020-09-22T17:26:17.000Z | 2022-03-10T17:58:03.000Z | extensions/DRM/dream/chanest/ChannelEstimation.h | hikijun/FlyDog_SDR_GPS | d4870af35e960282a3c1b7e6b41444be4cb53fab | [
"MIT"
] | null | null | null | extensions/DRM/dream/chanest/ChannelEstimation.h | hikijun/FlyDog_SDR_GPS | d4870af35e960282a3c1b7e6b41444be4cb53fab | [
"MIT"
] | 4 | 2021-02-10T16:13:19.000Z | 2021-09-21T08:04:25.000Z | /******************************************************************************\
* Technische Universitaet Darmstadt, Institut fuer Nachrichtentechnik
* Copyright (c) 2001
*
* Author(s):
* Volker Fischer
*
* Description:
* See ChannelEstimation.cpp
*
***********************************************************... | 32.516729 | 116 | 0.657483 |
f3f4a144c1b6296af659c187744778d98e137fd7 | 288 | h | C | strcdiff.h | eightnoteight/strand-maneuver | 62d5f3b15dbc036849532f85f5a391d318cb381d | [
"MIT"
] | null | null | null | strcdiff.h | eightnoteight/strand-maneuver | 62d5f3b15dbc036849532f85f5a391d318cb381d | [
"MIT"
] | null | null | null | strcdiff.h | eightnoteight/strand-maneuver | 62d5f3b15dbc036849532f85f5a391d318cb381d | [
"MIT"
] | null | null | null | /*Infact the below line is unnecessary*/
#include "strand.h"
inline int e_strcmp(char const *p, char const *q)
{
while(*p)
{
if (*q == '\0')
return *p - *q;
if (*p > *q)
return *p - *q;
if (*p < *q)
return *p - *q;
p++;
q++;
}
if (*q)
return *p - *q;
return 0;
} | 15.157895 | 49 | 0.5 |
f3f4b55e46f30c36fd77791ae70a90fc5a7d9d23 | 429 | c | C | pacote-download/Curso C ansi/C como programar/fig06_10.c | Arturmendes/Curso-C-ansi | 27198499232063591ce13aebfb485b16b12993db | [
"MIT"
] | null | null | null | pacote-download/Curso C ansi/C como programar/fig06_10.c | Arturmendes/Curso-C-ansi | 27198499232063591ce13aebfb485b16b12993db | [
"MIT"
] | null | null | null | pacote-download/Curso C ansi/C como programar/fig06_10.c | Arturmendes/Curso-C-ansi | 27198499232063591ce13aebfb485b16b12993db | [
"MIT"
] | null | null | null |
#include <stdio.h>
int main( void ){
char string1[ 20 ];
char string2[] = "string literal";
int i;
printf("Digite uma string: ");
scanf( "%s", string1);
printf("string1 eh : %s\nstring2 eh: %s\n"
"string1 com espacos entre os caracteres eh:\n",
string1, string2);
... | 16.5 | 59 | 0.501166 |
f3f4da3750365f60f2f8c58e498bd899f5d37354 | 10,359 | c | C | c/ast.c | kwaters/blang | 09309914067ed37ca7d7e48b1cfc1872197ebd37 | [
"MIT"
] | 5 | 2016-10-05T04:11:19.000Z | 2021-01-02T04:09:05.000Z | c/ast.c | kwaters/blang | 09309914067ed37ca7d7e48b1cfc1872197ebd37 | [
"MIT"
] | null | null | null | c/ast.c | kwaters/blang | 09309914067ed37ca7d7e48b1cfc1872197ebd37 | [
"MIT"
] | 1 | 2016-10-05T04:12:04.000Z | 2016-10-05T04:12:04.000Z | #include "ast.h"
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "vector.h"
static AstWalkFunc ast_pre_func;
static AstWalkFunc ast_post_func;
static void *ast_data;
static void ast_walk_vector(struct Vector *vector);
static void ast_show_string(char *s, I len);
char *ast_show_bin(I op);
char *a... | 23.02 | 82 | 0.515108 |
f3f5870b30b46242be56c60c96ee281a27c7fdc4 | 376 | h | C | msgStorage.h | yasokada/esp8266_160220_BYOP | c463cd55d1f626f7d82fa20fe66e8186e2d895be | [
"MIT"
] | null | null | null | msgStorage.h | yasokada/esp8266_160220_BYOP | c463cd55d1f626f7d82fa20fe66e8186e2d895be | [
"MIT"
] | null | null | null | msgStorage.h | yasokada/esp8266_160220_BYOP | c463cd55d1f626f7d82fa20fe66e8186e2d895be | [
"MIT"
] | null | null | null | #ifndef MSG_STORAGE_H
#define MSG_STORAGE_H
// Message structure
typedef struct tag_message_t {
String senderSerial; // serial number of the sender
String senderName; // name of the sender
String receiverName; // name of the receiver
String message;
bool isSecret; // sercret message or normal message
Strin... | 22.117647 | 53 | 0.75 |
f3f605fa57d9b3beafa5604f9d77cc27f4641c5a | 496 | h | C | os/ks32/armv7.h | glycerine/inferno | 3e99b1ef540dfa554aef90378dbeac48f5187bf5 | [
"Unlicense"
] | 33 | 2015-03-10T17:30:43.000Z | 2021-04-26T07:57:23.000Z | arch/native/arm/ks32/armv7.h | hall/inf | f8bddafa7feddbd6b818ec9c187221e51bb66e83 | [
"Apache-2.0"
] | 1 | 2015-03-06T15:14:11.000Z | 2015-03-06T15:18:16.000Z | arch/native/arm/ks32/armv7.h | hall/inf | f8bddafa7feddbd6b818ec9c187221e51bb66e83 | [
"Apache-2.0"
] | 13 | 2015-01-06T21:12:18.000Z | 2019-10-31T19:08:34.000Z | /*
* PSR
*/
#define PsrMusr 0x10 /* mode */
#define PsrMfiq 0x11
#define PsrMirq 0x12
#define PsrMsvc 0x13
#define PsrMabt 0x17
#define PsrMund 0x1B
#define PsrMsys 0x1F
#define PsrMask 0x1F
#define PsrDfiq 0x00000040 /* disable FIQ interrupts */
#define PsrDirq 0x00000080 /* disable IRQ interrupts */
#... | 24.8 | 56 | 0.71371 |
f3f6983d9aad8f9f6da45d0d6d2a1a1072c13553 | 3,002 | h | C | src/mainlib/math/Complex.h | priera/aixa | faa5d9cd99fcec47703f2b82a64b465dbc4fd3bc | [
"MIT"
] | null | null | null | src/mainlib/math/Complex.h | priera/aixa | faa5d9cd99fcec47703f2b82a64b465dbc4fd3bc | [
"MIT"
] | 3 | 2021-05-12T08:45:11.000Z | 2021-05-12T09:09:25.000Z | src/mainlib/math/Complex.h | priera/aixa | faa5d9cd99fcec47703f2b82a64b465dbc4fd3bc | [
"MIT"
] | null | null | null | #ifndef AIXA_SRC_MAINLIB_MATH_COMPLEX_H
#define AIXA_SRC_MAINLIB_MATH_COMPLEX_H
#include <ostream>
#include <iomanip>
#include "ComplexExponential.h"
namespace aixa::math {
class Complex;
Complex operator*(const Complex &lhs, const Complex &rhs);
Complex operator+(const Complex &lhs, const Complex &rhs);
... | 25.65812 | 98 | 0.506995 |