blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 2 268 | content_id stringlengths 40 40 | detected_licenses listlengths 0 58 | license_type stringclasses 2
values | repo_name stringlengths 5 118 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 816
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 2.31k 677M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 151
values | src_encoding stringclasses 33
values | language stringclasses 1
value | is_vendor bool 2
classes | is_generated bool 2
classes | length_bytes int64 3 10.3M | extension stringclasses 119
values | content stringlengths 3 10.3M | authors listlengths 1 1 | author_id stringlengths 0 228 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
25ae5fbd492b0a1401ec614200b9a1ca5645078b | 92f3da0de3db21bfc9cb379f1cddd6c59149641a | /User/bsp_user/bsp_ReceiveDeal.c | 147d6324896c06c96b090de6281450793d247e84 | [] | no_license | wwwqimo/Cube_Sw | df90c62648b041023d90267a8dcf82dca7026e7b | 832564cd6ce0d5d38c2e64295b952605931cbd6f | refs/heads/master | 2021-01-15T09:23:18.182360 | 2015-05-28T15:31:17 | 2015-05-28T15:31:17 | 35,992,266 | 0 | 0 | null | 2015-05-21T05:10:35 | 2015-05-21T05:10:33 | null | GB18030 | C | false | false | 22,910 | c | #include <includes.h>
#include "globalavr.h"
#define SWITCH_TIMEOUT_MS 5
enum INS_STATUS InsState=INS_IDLE; /* 地面测试状态初始化 */
OS_ERR err;
uint16_t InsRxCmdCnt = 0;
uint8_t InsRxIndex;
uint8_t InsRxLength;
uint8_t InsRcvErr=0;
uint8_t GT_ConnStat=0; /* 没有上位机链接 */
uint8_t InsCheckSumError = 0;
CPU_INT08U TestRc... | [
"309056101@qq.com"
] | 309056101@qq.com |
b9357d0a3d1cdfb350273aa6e6618f3b928c0aec | a99b4c5925bdb8807914f60225574e6fe1fecca4 | /Lock_System/lcd_drive.h | c431a8b48a6aeaacf49d8a8e121cff63368a03c0 | [] | no_license | xShaimaa/AVR | 80d7b761207757ac34ed8eb86f54c07b413d4b92 | b330b56a11176e9a253f733a339b04e8ae0ef501 | refs/heads/master | 2022-11-13T23:58:27.575823 | 2020-06-22T22:35:53 | 2020-06-22T22:35:53 | 267,957,497 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,085 | h | /*
* lcd_drive.h
*
* Created: 2/11/2020 8:52:51 AM
* Author: mosad
*/
#ifndef LCD_DRIVE_H_
#define LCD_DRIVE_H_
#define LCD_DATA PORTB // port B is selected as LCD data port
//#define ctrl PORTD // port D is selected as LCD command port
#define F_CPU 8000000
#include <avr/io.h>
#includ... | [
"xshimoo@gmail.com"
] | xshimoo@gmail.com |
532c688010b09f99b854c5425d9c63410d504a60 | e51562372a36b4729033bf19a4daf7ca7e462e30 | /poj-3749-1 Accepted.c | 52b5d06a9aa3ab7e3ae9eac6f1f7ea693e8f99b6 | [] | no_license | sl1296/acm-code | 72cd755e5c63dfdf9d0202cb14a183ccff3d9576 | 50f6b9ea865e33d9af5882acd0f2a05c9252c1f8 | refs/heads/master | 2020-08-22T11:56:17.002467 | 2019-11-09T11:08:25 | 2019-11-09T11:08:25 | 216,388,381 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 480 | c |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main(){
char s[300],x;
int i;
while(1){
gets(s);
if(strcmp(s,"ENDOFINPUT")==0)break;
gets(s);
for(i=0;s[i]!=0;i++){
if(s[i]>='A' && s[i]<='Z'){
x=s[i]-5;
if(x<'A')x+=26... | [
"guocl0729@163.com"
] | guocl0729@163.com |
d34996119edbc74c4db33f67d6adfdd7d85d5abe | 8a0a4d70c8626bdbf08f2c6a1856a159e885e0b5 | /NSIS/tags/v214/Source/exehead/exec.c | 8621020b77b34651d2993f1e712946f448ce2bb1 | [] | no_license | joelnb/nsis | c77ad193314fd3f23fd104d924dfbee7e3e959e7 | cb26737974acb558c61a143458a79984e724f381 | refs/heads/master | 2022-09-13T03:33:20.860809 | 2022-09-02T20:03:18 | 2022-09-02T20:03:18 | 142,794,118 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 42,409 | c | #include "../Platform.h"
#include <shlobj.h>
#include <shellapi.h>
#include "fileform.h"
#include "util.h"
#include "state.h"
#include "ui.h"
#include "components.h"
#include "exec.h"
#include "lang.h"
#include "resource.h"
#define EXEC_ERROR 0x7FFFFFFF
#ifdef NSIS_CONFIG_COMPONENTPAGE
HWND g_SectionHack;
#endif
#if... | [
"(no author)@212acab6-be3b-0410-9dea-997c60f758d6"
] | (no author)@212acab6-be3b-0410-9dea-997c60f758d6 |
1c5172026348bafab9345bee60c1332e644ed8be | 57ec33cdf6980137bc8368689975066c99a9c878 | /REDPINE/GARMIN_SDK_v2.0.1/RSI_SDK_v1.0/sapis/zigbee/profiles/devices/ha_devices/RangeExtender/inc/RangeExtenderDevice.h | 84b18baf8815522fadd78bf36d9ab3de4d495b5a | [] | no_license | ZhikaiZhang1/REDPINE_REAL | 9eb28c5767a29a5a6186f699b10ab907d883bd2c | b20cb03f6d4627468500fe734e9dfeeb8d8690e4 | refs/heads/master | 2021-06-18T13:02:31.904124 | 2021-05-04T04:42:02 | 2021-05-04T04:42:02 | 207,081,545 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,341 | h | /******************************************************************************
* RangeExtenderDevice.h
******************************************************************************
* Program Description:
* This file contains the Range Extender Device
*******************************************************************... | [
"zhikaizhangHULK@gmail.com"
] | zhikaizhangHULK@gmail.com |
9b8b025c82add7db1a760cb98de7d4c7dc3a0b0c | 6119648c70bcdd75c6e8e76d2b3ee75dd06ad6f0 | /header/EverybodyDSPLib.h | e90482a426a728fa6e825719e41bce45d774e488 | [
"Apache-2.0"
] | permissive | jwkanggist/everybody-dsp-in-cpp | 89c5f65146768abf886f4cfdc05925e44df9dde0 | ba85020e7bfab7563698c96d86f80c2d4c73faef | refs/heads/master | 2020-03-27T20:12:58.949402 | 2018-09-02T02:59:31 | 2018-09-02T02:59:31 | 147,049,304 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,955 | h | //
// EverybodyDSPLib.h
//
// Created by jwkangmacpro on 2017. 12. 7..
// Copyright © 2017년 jwkangmacpro. All rights reserved.
//
#ifndef EverybodyDSPLib_h
#define EverybodyDSPLib_h
#include "log.h"
#include <cmath>
#include "EverybodyMathLib.h"
#include "EverybodyFFTLib.h"
#include "JacobiSvd.h"
struct FIR_LPF_PR... | [
"jwkang10@gmail.com"
] | jwkang10@gmail.com |
bf7a31603fe8bc6fa2c41be8988b568e640dca0d | c237d3ac385f8e8486f40899750c75bb900809cf | /VivadoHls/tau_algo_unpacked/vivado_hls/src/algo_layer2.h | e3e5b86de585c6b8778097b235575ee8f4ca72c0 | [] | no_license | zhenbinwu/APx_Gen0_Algo | f9397c345fe948b54d8d3226dab0e3cefc0e1feb | 4aa6bcc6227e09e075bc3b8f3428bb86ce161f74 | refs/heads/master | 2020-06-03T03:36:39.714974 | 2019-05-31T23:01:54 | 2019-05-31T23:01:54 | 191,420,581 | 0 | 0 | null | 2019-06-11T17:40:36 | 2019-06-11T17:40:36 | null | UTF-8 | C | false | false | 1,095 | h | #ifndef ALGO_LAYER2_H
#define ALGO_LAYER2_H
#define AP_INT_MAX_W 1600
#include <ap_int.h>
#include <hls_stream.h>
#include <ap_axi_sdata.h>
#include "GlobalCorrelator_HLS/firmware/simple_fullpfalgo.h"
#include "GlobalCorrelator_HLS/puppi/firmware/simple_puppi.h"
#define DATA_SIZE 128
#define NTAU 5
#define NREGIONS ... | [
"violatingcp@gmail.com"
] | violatingcp@gmail.com |
3de56a7705c7e60eaa1ae8ac19279888218792fe | 9b8dbdc1f6b650cbcf959298f3b166f08d209cea | /src/option_list.h | 51d4c2dcc7e8d0d72ef1a059fdadacf7fd016004 | [] | no_license | isliulin/YOLOv3 | 0762d7ed0ffb7f2c56b3b7cd10687fdb83e8d3ed | a6ef6c128c3d7782cc30a3ed3099de4c0c5e353f | refs/heads/master | 2023-03-16T06:43:20.684201 | 2019-11-28T16:59:28 | 2019-11-28T16:59:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 521 | h | #ifndef OPTION_LIST_H
#define OPTION_LIST_H
#include "list.h"
#if defined(__cplusplus)
extern "C" {
#endif
typedef struct{
char *key;
char *val;
int used;
} kvp;
int read_option(char *s, list *options);
void option_insert(list *l, char *key, char *val);
char *option_find(list *l, const char *key);
flo... | [
"noreply@github.com"
] | isliulin.noreply@github.com |
d48d86e1c9e385b50d46ca400c949889131b13b5 | a4eab95e514ad2a4fc07557413f32dd90478309d | /ResourceManager.c | 75e6c791f0c7519194c4f5d5524b87e4dfd3fb37 | [] | no_license | dudxopark/ST_2710 | 88e7be0b756b6a3154ac09a45c88f4c84902fb8e | 7669099ed9486b1d74acc64884b29cc9ba886bf6 | refs/heads/master | 2021-01-02T09:16:05.844619 | 2017-08-03T01:38:45 | 2017-08-03T01:38:45 | 99,173,833 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,427 | c |
#include "adstar.h"
#include "Resource.h"
#include "ResourceManager.h"
#include "font.h"
SURFACE* arResource[IDR_MAX] = {NULL};
EGL_FONT* arFont[IDF_MAX] = {NULL};
void Resource_Initialize()
{
Resource_SetResource(IDR_TEST , RESOURCE_TYPE_BMP, g_bmpDefault, sizeof(g_bmpDefault));
#ifndef UNLOAD_RESOURCE
Re... | [
"dudxopark@gmail.com"
] | dudxopark@gmail.com |
362cfa427e6ffc41d9f58147dcadeefbaa9e2a6d | 0accf5023ada5f4b21b67bd89263cb3bb3e41359 | /include/extern.h | 3eee6115bb0ea8727c7f39b8a0f6c0e5442b7a2a | [] | no_license | tgey/Philosophers | ed006e23dd50eb7c223ea057766fe6048f8e0a27 | d246520c54d62eca365bc681d498ee3bed6580b4 | refs/heads/master | 2020-03-22T16:14:53.946676 | 2018-08-04T08:34:19 | 2018-08-04T08:34:19 | 140,314,226 | 0 | 1 | null | 2018-08-04T08:34:20 | 2018-07-09T16:35:04 | C | UTF-8 | C | false | false | 418 | h | /*
** EPITECH PROJECT, 2018
** philo
** File description:
** extern header
*/
#ifndef __LIBRICEFEREE_EXTERN__
#define __LIBRICEFEREE_EXTERN__
#include <pthread.h>
int RCFStartup(int, char **);
void RCFCleanup();
int lphilo_eat();
int lphilo_sleep();
int lphilo_think();
int lphilo_take_chopstick(const pthread_mutex_t... | [
"thomas.gey@outlook.fr"
] | thomas.gey@outlook.fr |
b6c8a06202e692e262f0b252d938bb4440bd0cfd | b3c9dbacd8e568922168a14961c7ea5be497063e | /TestRun/Code/Demo/SendMail.h | 4b8d4a30331b23f78ffb2fffa848836385a6d660 | [] | no_license | mazujian/Vujenkins | 49ce15d85edc1bb174c42131d0960def3914f490 | 2281b92e69cb6fb86f6cf217c18936ec9687da8e | refs/heads/master | 2022-04-23T07:44:16.267556 | 2020-04-22T10:48:46 | 2020-04-22T10:48:46 | 257,870,071 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 4,827 | h |
//Code/Demo/SendMail.h
#ifndef __MYCODE_H__
#define __MYCODE_H__
#include "TypeDef.h"
#ifdef __cplusplus
extern "C" {
#endif
extern BOOL send_one(Mail* p_mail, const char* p_subject, const char* p_content);
extern BOOL send_one2(ListItem* p_mail, const char* p_subject, const char* p_content);
extern i... | [
"noreply@github.com"
] | mazujian.noreply@github.com |
a4c4765c18775a086d59d1a1b36d56231f515cbe | 951708999ab2f394416d8f3cc07898d9fbb24689 | /gui-wl/wl-inc.h | 72999a1e74dff1855fdca4f0fd775ebdf4b49820 | [
"MIT"
] | permissive | Plan9-Archive/drawterm-metal-cocoa | d8b5a919340c20f5672375a5f3743dd3d2cab91d | 854cc64113a25a0044552adff981c7a0eb2a9b5c | refs/heads/master | 2023-02-22T18:33:44.013787 | 2023-02-06T19:13:47 | 2023-02-06T19:13:47 | 251,499,058 | 14 | 4 | MIT | 2022-08-25T03:23:57 | 2020-03-31T04:19:16 | C | UTF-8 | C | false | false | 2,193 | h | typedef struct Wlwin Wlwin;
typedef struct Clipboard Clipboard;
/* The contents of the clipboard
* are not stored in the compositor.
* Instead we signal that we have content
* and the compositor gives us a pipe
* to the program that wants it when
* the content is pasted. */
struct Clipboard {
QLock lk;
char *co... | [
"moody@posixcafe.org"
] | moody@posixcafe.org |
659e103908ea08b488765e2c3ca926fee91a3781 | 2a45507fff25c42cad05b52d83d011fea0909be5 | /Gfg/C/firstindex.c | 3769f8c7ad4f90618993084bfadfcf32dfc53595 | [
"MIT"
] | permissive | Sharayu1071/Daily-Coding-DS-ALGO-Practice | dc8256e76d43952f679236df904f597908fbda13 | 2c424b33a1385085f97b98d6379d6cd9cc71b1bd | refs/heads/main | 2023-08-30T17:49:44.312613 | 2021-10-03T04:21:21 | 2021-10-03T04:21:21 | 412,973,714 | 3 | 0 | MIT | 2021-10-03T04:18:20 | 2021-10-03T04:18:19 | null | UTF-8 | C | false | false | 867 | c | //Given an array of length N and an integer x, you need to find and return the first index of integer x present in the array. Return -1 if it is not present in the array.
//Test Cases
//Input: Size:5 Array:4 5 6 7 4 Element:4
//Output: Index:0
//Input: Size:6 Array:1 2 3 3 4 3 Element:3
//Output: Index:2
#include<std... | [
"60177283+Vidhi6340@users.noreply.github.com"
] | 60177283+Vidhi6340@users.noreply.github.com |
f2a3503fce1d0a6e78a144aac448ec7763578304 | 5d926b05f2dee79824207c1b9f9070b601fd9d3c | /CrashNativeHandler/stdafx.h | 3070fd14d59355fe48739dd031831e4e48e7d4c0 | [
"MIT"
] | permissive | Jinten/CrashHandler | d469b2456bbc72063e5462cf2568aa0eadcdeadc | 953202d776cc4f13bc667458be85d3da70ad44e7 | refs/heads/master | 2022-12-08T16:56:01.174679 | 2020-08-22T17:28:23 | 2020-08-22T17:28:23 | 282,686,957 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 220 | h | #pragma once
#include<Windows.h>
#include<dbghelp.h>
#include<strsafe.h>
#include<memory>
#include<string>
#include<iostream>
#include<fstream>
#include<tchar.h>
#include"typeAlias.h"
#pragma comment(lib,"Dbghelp.lib") | [
"jinten0@gmail.com"
] | jinten0@gmail.com |
f039b4f5167605446d115719b74980d05459bf1c | 70900e0af85e280db5351eb42affc93bda4358ae | /clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/overloaded/vloxseg2ei8.c | 16631371aed5f552297a34f2d29b4a28e877ffa6 | [
"NCSA",
"LLVM-exception",
"Apache-2.0"
] | permissive | Yannic/llvm-project | 00e5d747f4b4d0c0e93053181f166babd08ac0f2 | 544f8c7f3959f21fa7d85768c3bbb5402bf15ea6 | refs/heads/main | 2023-08-30T23:03:46.928248 | 2023-01-27T04:45:02 | 2023-01-27T04:45:11 | 247,752,144 | 0 | 0 | NOASSERTION | 2023-01-27T15:47:01 | 2020-03-16T15:48:18 | null | UTF-8 | C | false | false | 90,859 | c | // NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py
// REQUIRES: riscv-registered-target
// RUN: %clang_cc1 -triple riscv64 -target-feature +v -target-feature +zfh \
// RUN: -target-feature +experimental-zvfh -disable-O0-optnone \
// RUN: -emit-llvm %s -o - | opt -S -passes=mem2reg | \
//... | [
"yueh.ting.chen@gmail.com"
] | yueh.ting.chen@gmail.com |
33f68d435456c98bde7f7142accba2a36b1c088c | b7e5224681d64a62110603ad2051674b76bc895f | /trackball/src/slave_protocol_handler.c | a8a817e1102fbca79ffdf5d9dc3abcc62b3df264 | [] | no_license | attackgithub/firmware | d8b904ea9dbc6b59752ad8062cf6d8558e74a19c | 40b655ae232c58c21b06ba5bfe28e564fd908dd4 | refs/heads/master | 2020-09-13T17:23:27.714749 | 2019-11-09T13:26:03 | 2019-11-09T13:26:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,727 | c | #include "slave_protocol_handler.h"
#include "test_led.h"
#include "main.h"
#include "i2c_addresses.h"
#include "i2c.h"
#include "led_pwm.h"
#include "slave_protocol.h"
#include "main.h"
#include "init_peripherals.h"
#include "bool_array_converter.h"
#include "bootloader.h"
#include "module.h"
#include "versions.h"
#in... | [
"laci@monda.hu"
] | laci@monda.hu |
05bb5ac77fde33507f359f4ef7af5ae656a7eb42 | be28cbd15590392891b83c2e1e8386d1e7a70215 | /ICS 51/lab3/scores_histogram.c | a34e43784d53f0ef4aca929f7ee0970b62329720 | [] | no_license | kof91920/uci | dd374eb71b4aa74e8ededaa5035d83655af2d529 | 9540f0b389048bb74196208c75822050d11e2ced | refs/heads/master | 2021-06-12T11:17:03.992612 | 2016-08-09T18:11:21 | 2016-09-08T19:50:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,109 | c | /*
* Author : Edward Xia
* Description : Lab 3 - Scores Histogram
* Date : 04/13/2015
*/
#include <stdio.h>
int main() {
int distribute[10];
for (int i = 0; i < 10; ++i) {
distribute[i] = 0;
}
int score;
while (printf("Enter grade, -1 to end: ") && scanf("%d", &score) && score >= 0) {
... | [
"i@ntk.me"
] | i@ntk.me |
11ea92795fbf5ab569a778bf5c16268ac898f662 | 1cb1f7c8b8fa892038ade356c943170cddbb0deb | /Pods/Headers/Private/lottie-ios_Oc/LOTShapeGradientFill.h | b22deab8268f933993d95fe25bebd52a87bebb55 | [] | no_license | FreeMusic/LearnObjectiveC | 5804a6ce63040dc87d5a2bf741a4283d832f701e | e10b6f08f809688470f5dea905ccc2a3e6b6cfbe | refs/heads/master | 2022-11-12T10:22:59.186473 | 2022-11-08T05:57:56 | 2022-11-08T05:57:56 | 174,259,540 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 87 | h | ../../../lottie-ios_Oc/oc 版本代码/lottie-ios/Classes/Models/LOTShapeGradientFill.h | [
"958589819@qq.com"
] | 958589819@qq.com |
4ce8bb0a0ecdcf283a0a9448615a906eaf94881b | 02c59f526495e79ce145df6e38838a5855bc85cd | /CodeUp_C/Basic 4-1. Simple loop/1272.c | 73cda21c152ff0e0c0c22aa2bfb743f43266576b | [] | no_license | changukwoo/CodeUp | 5fb5552e58569ec146c6f5e1a3a1fac0f6504cb6 | 9427cef22e253e585375ef457de4a25d83013258 | refs/heads/main | 2023-04-11T03:06:55.442529 | 2021-04-30T05:30:20 | 2021-04-30T05:30:20 | 351,421,436 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 249 | c | #include <stdio.h>
int main(void)
{
int k, h, sum = 0;
scanf("%d %d", &k, &h);
if (k % 2 == 1)
sum += k / 2 + 1;
else
sum += k / 2 * 10;
if (h % 2 == 1)
sum += h / 2 + 1;
else
sum += h / 2 * 10;
printf("%d\n", sum);
return 0;
} | [
"changukwoo@naver.com"
] | changukwoo@naver.com |
9f57b23dd25656943a7f7b2df1d23a123f5df181 | 9faa78eb4bee40cafd4d7200aa1dd2e65f75e5fc | /tareas/1/TiradoJesus/tarea1.c | 33a0efe6ab61c19d3e7ddffc8c45ebbf9ea7b643 | [
"CC-BY-4.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | HectorEvans/sistop-2018-1 | d57a4619ed16a101752ec00ca88c75541f14fef9 | 548937d823671dc80eb8af24035006547a2e72df | refs/heads/master | 2021-01-19T13:08:53.608568 | 2017-11-25T01:27:58 | 2017-11-25T01:27:58 | 100,828,049 | 2 | 0 | null | 2017-08-20T00:02:24 | 2017-08-20T00:02:23 | null | UTF-8 | C | false | false | 1,495 | c | #include <stdio.h>
#include <dirent.h>
#include <sys/types.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <unistd.h>
void lista_directorio(char *nombre);
void es_directorio(char *nombre);
int main(int argc, char *argv[]) {
if (argc != 2) {
printf("Indique el directorio a mos... | [
"jesus.tirado@infecto.mx"
] | jesus.tirado@infecto.mx |
685a736c5d37c6e1fa712493558c1f6373268383 | f737dd95a26f408732f2eac786d1cc25edab5437 | /8.26-22:22_全国赛决赛/App/Image/Address.c | e657a40fa1041df2d8ca35a83b629ae3ff79083f | [] | no_license | xjj007/smartcar-Open-source | 48c8bc956479bc426a880f71c708e59862586204 | 449ab8410f38411b50072d56e1b456989281da21 | refs/heads/master | 2020-06-18T07:02:56.675876 | 2019-04-02T10:24:31 | 2019-04-02T10:24:31 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 562 | c | #include "Address.h"
uint8 imgbuff1[CAMERA_SIZE]; //采集图像存放数组1
uint8 imgbuff2[CAMERA_SIZE]; //采集图像存放数组2
uint8 * p_imgbuff1 = (uint8 *)((uint8 *)&imgbuff1); //图像地址1
uint8 * p_imgbuff2 = (uint8 *)((uint8 *)&imgbuff2); //图像地址2
uint8 flag_imgbuff = 0;
uint8 img[CAMERA_W*CAMERA_H]; //由于鹰眼摄像头是一字节8个像... | [
"1191890118@qq.com"
] | 1191890118@qq.com |
dd21ea36fbcc9a1301bb826c18dbb77d116d3d97 | 2b1594a3149683dd16663be2e9a4ada966944480 | /dhont.h | 7d0fcf02ab0a18a1f3821a0a6ddd41a36224b8bb | [
"MIT"
] | permissive | eacp/dhont-method-c | 32670303b89ea728c465780cd153f5bf6411891d | 196d03d6ee292ba674aa79a1a0cf1492ffc4bc3d | refs/heads/master | 2021-09-18T17:25:21.382960 | 2018-07-17T17:56:40 | 2018-07-17T17:56:40 | 114,829,238 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 739 | h | //
// Created by Eduardo Castillo on 17/12/2017.
//
#ifndef DHONT_DHONT_H
#define DHONT_DHONT_H
#include "data.h"
/**
* Distributes the seats of a parliament between some parties
* Implements the D'Hont Method for distributing seats in a proportional representation system
* Usage:
*
* dhont_distribute(arrayOfPa... | [
"eduardoandrescp@outlook.com"
] | eduardoandrescp@outlook.com |
59ad34a541d01cf0a5d284b82fa27db2f9209cd3 | 8a65e24724427d0c3358254ac3a88c3bdf915303 | /62.c | 771aea43ca81e358f399b8202ba55e8d6bf4196b | [] | no_license | suryak24/c-code | 2c0a1b0c2e8e2d55f2ac0a0521e1014adea0f128 | 481e618054da2537883c16b1bb96d5763ccb2889 | refs/heads/master | 2021-05-03T07:12:06.324108 | 2018-03-14T11:08:05 | 2018-03-14T11:08:05 | 120,603,994 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 303 | c | #include <stdio.h>
#include<string.h>
#include<conio.h>
void main()
{
char s[100];
int n,i,num,count=0;
clrscr();
printf("Enter the number:");
scanf("%s",s);
n=strlen(s);
for(i=0;i<n;i++)
{
if(s[i]=='0'||s[i]=='1')
{
count++;
}
else
{
printf("no");
break;
}
}
if(n==count)
{
printf("yes");
}
getch();
}
| [
"noreply@github.com"
] | suryak24.noreply@github.com |
12c983539c3feb189c1030a8ceec9b2eed54a456 | efc67a882bec3a4b0accba96db804973def0f610 | /2022/monkeys.c | a7d0854e0e9afa7f2acad3628a62711e3a9afc79 | [] | no_license | mendelmunkis/AoC | 5d7376650d9d269d42be4bd7958a6bd96ec4cf9b | 6078fc13f0ff32f09e678fc8e1b7a14e8df3b6e7 | refs/heads/master | 2022-12-25T10:24:31.704978 | 2022-12-15T06:39:59 | 2022-12-15T06:39:59 | 226,862,014 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 3,221 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
struct monkey
{
long items[60];
int operation;
int operand;
int test;
int true;
int false;
int inspections;
};
int gcd(int x, int y);
int main (int argc, char * argv[])
{
char *filename = "input";
unsigned long long resu... | [
"dev.github@melachim.net"
] | dev.github@melachim.net |
eec22f4e5f77b716559da14d4d474c47e4af0c34 | ec51233bc0484d15cbab28f01f962f3e78678266 | /src/Modular/src/archetype.c | e569346bc16c79eaf68c355609ccb7acde358554 | [] | no_license | LogicEu/Sandbox | c4875b9e81e801a78ab17aeeca799098eb1b76ef | 43de86ab694db795bea6b1966bf2108f20b30b72 | refs/heads/main | 2023-07-13T12:52:51.316789 | 2021-08-21T20:14:16 | 2021-08-21T20:14:16 | 376,143,195 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,208 | c | #include "common.h"
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
typedef struct ArchetypeHash {
Component* components;
unsigned int size, used;
} ArchetypeHash;
typedef struct ArchetypeSystem {
ArchetypeHash* archetypes;
unsigned int size, used;
} ArchetypeSystem;
static ArchetypeSyste... | [
"eugenioarteagaa@gmail.com"
] | eugenioarteagaa@gmail.com |
97a92451a257f2cc84e3ada4ac511194c8bb4150 | 5589e80361c37e7c02d47394219d0081ca4c5139 | /Ejercicio-46(Matrices)/lib.h | d3f1f92f1eb51d7abc240c173d6e5fc14978f536 | [] | no_license | facundoVega/Guia-Ejercicios-2da-parte-lab1 | 56f2a567a0fd64b8648549bba3b6adb896e7cb52 | 4f4c4b76afc2889fa89430579e654c62ed3c79cf | refs/heads/master | 2020-05-20T06:13:08.430124 | 2015-06-15T10:11:39 | 2015-06-15T10:11:39 | 37,457,987 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 138 | h | #define FILA 100
#define COLUMNA 6
void mostrar_menu();
int mostrar_y_validar_menu();
void operacion(float[][]);
void listar(float[][]);
| [
"horacio_facundo.vega@hotmail.com"
] | horacio_facundo.vega@hotmail.com |
683e8b2f4dd80ac865ac2d8bbc439f2537aa0e61 | 4e432b0a49606d35dce15ef4df4d90d881bf309e | /d/quest/club/jueqing/juyitang.c | 895752837c997e02403fa42a36c60a141c90957e | [] | no_license | MudRen/sanjie | 352e8490ec289877da73b21475c1272409193650 | 87f491aa0608044f23cd3dfe61daed6ec424df58 | refs/heads/master | 2020-04-17T04:10:26.979307 | 2019-01-18T07:02:00 | 2019-01-18T07:02:00 | 166,217,299 | 0 | 1 | null | null | null | null | GB18030 | C | false | false | 702 | c | inherit ROOM;
#include <ansi.h>
void create ()
{
set ("short","聚义堂");
set ("long", @LONG
聚 义 堂
这里是〖绝情谷〗的总坛大堂,堂中格调高雅,桌椅整齐干净,香炉
焚出缕缕清香,不禁让人精神一震。平时,绝情谷众都喜欢在这里聚
首一堂,闲话家常。许多时候,许多重大会议也在这里举行。
LONG);
set("exits",([
"southdown" : __DIR__"dayuan",
"west" : __DIR__"liangong",
// "east" : __DIR__"leitai",
"e... | [
"i@chenxuefeng.cn"
] | i@chenxuefeng.cn |
62d212104710a74e8057103cce66926ac2fb0ff3 | 757479c298b777890635f5c181e81b3173055581 | /Pods/Headers/Public/BeeFramework/BeeMessage+BeeNetwork.h | e0d467d3e71fa9bbef7f71281ee631e348f7800a | [] | no_license | yeyutinglou/student_iphone | 3c96b1f694336d8ea748afd874b4280658df62df | 5bfa4ec9b005efcf4569e66fc92af2fad49ee014 | refs/heads/master | 2020-03-19T02:54:25.938583 | 2018-06-01T06:04:10 | 2018-06-01T06:04:10 | 135,673,601 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 80 | h | ../../../BeeFramework/framework/mvc/controller/extension/BeeMessage+BeeNetwork.h | [
"516926914@qq.com"
] | 516926914@qq.com |
c6a97af838654516fcee42205eae700860fbbbae | 5baa6cb03248f501377ae2a6bc18e6fb29af77ba | /Chapter1/1-18/removetrails.c | bfc7b232581e141213a4f5cf74cdbbe3f75b1add | [] | no_license | nchen0/C-Programming-Language | 750c07a4483a6159f365129e49e5d869890c9c8f | 9988630053cca58ffaf28b7184f80a301ad7906f | refs/heads/master | 2020-04-02T01:33:00.235538 | 2018-10-21T17:09:59 | 2018-10-21T17:09:59 | 153,860,991 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 944 | c | #include <stdio.h>
// getline: reads a line into s, returns the length of the line.
#define MAXLINE 1000
int s_getline(char line[], int maxline);
void copy(char to[], char from[]);
int main()
{
int len;
int max;
char line[MAXLINE];
char longest[MAXLINE];
max = 0;
while ((len = s_getline(line,... | [
"nicky.chen0@gmail.com"
] | nicky.chen0@gmail.com |
2ee0b7d766c3f6d2a5971b1843567e3e9f2d225e | 44f5e95f7f34ec63d35215de61e21d14dff212a2 | /glibc-2.12.2-bgq-patches/elf/rtld.c | d2517cad04cb4556a7b03dca8e25c491f1de5889 | [
"MIT"
] | permissive | michaeldcruz/collfs | c5c28c936873936fb6df9f2aab2c63cb94e96bde | e00c5d744c2646f8cab90dcace99639ce1fce12a | refs/heads/master | 2021-01-23T17:43:25.837740 | 2014-05-18T23:09:40 | 2014-05-18T23:09:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 90,336 | c | /* Run time dynamic linker.
Copyright (C) 1995-2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Fre... | [
"wscullin@alcf.anl.gov"
] | wscullin@alcf.anl.gov |
754525a5313a26084217f21233517b5eb11300d7 | a5368d7f4b9f6c63f52218d8646dca12b8adaccf | /Pal/test/Fork.c | eee46cd3319fd28cd241a849141b6de3de0e3c95 | [] | no_license | banne01/graphene | bcd06c4e957882975730510621e54282a30be72e | 4f9d612f34c6cd3b9c4f04e2d48f4d706fd54502 | refs/heads/master | 2021-01-15T12:36:08.106195 | 2015-03-31T18:33:11 | 2015-03-31T18:33:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,162 | c | /* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
/* This Hello World simply print out "Hello World" */
#include "pal.h"
#include "pal_debug.h"
struct stack_frame {
struct stack_frame* ne... | [
"chitsai@cs.stonybrook.edu"
] | chitsai@cs.stonybrook.edu |
d5f55531b6115577915fdba0db7ebcaafa93dbdf | fad447024941e0f14d2377852b1b7f9189873f31 | /fonctions.c | 99c256df48d20953eb0309a8d9a5e823dde8e40a | [] | no_license | thibaudlemaire/sigma-project | 0d6ff444eea7321150012a73fc6eeaa2ab7e2d07 | 0dfc927fc4fa8a64d5cb121c61d8027378f897e1 | refs/heads/master | 2020-04-13T21:13:12.870368 | 2018-12-28T21:20:39 | 2018-12-28T21:20:39 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 19,666 | c | ////////////////////////////////////////////////////////////////
//// ////
//// P P E S - S I 2011-2012 ////
//// Projet S I G M A ////
//// Lycée Auguste LOUBATIERES Agde ////
//// ////
////////////////////////////////////////////////////////////////
//// f... | [
"thibaud.lemaire@telecom-paristech.fr"
] | thibaud.lemaire@telecom-paristech.fr |
41c62aa4a29a4db4191901d359249c0e825a8f55 | 3626ba82c44a282bb9335cbd0daab7d8c69cb8a3 | /src/data_structures/linked_lists/ft_lst_del.c | a636c0d3201eda92798be17f52f7434185c637bc | [] | no_license | rafazrte/libft | 615f3afd7c1cae38d1f79abd7888a45b0caea395 | 53e99a2bf05486cbceea68c711f9cca2216a7a5b | refs/heads/master | 2021-09-25T16:10:59.745700 | 2018-06-22T09:42:39 | 2018-06-22T09:42:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,115 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstdel.c :+: :+: :+: ... | [
"rafazrte@gmail.com"
] | rafazrte@gmail.com |
ef064fb86a06672a669ecf8859adf411980a0366 | 09b14c7cdd533c348aba9e0ca01980da70dafcb5 | /thread_project/q1.c | 4d03d1fdf3d6beec98a7a35aa756d07855d534a4 | [] | no_license | zsmn/software_infrastructure | e07780cbf8b9da02f70d5de6482692c3299ed5c1 | 0ddf9b401330220c4c34a94f5883a7c51a5b16f9 | refs/heads/master | 2020-04-25T04:57:21.900354 | 2019-04-27T10:23:08 | 2019-04-27T10:23:08 | 172,527,223 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,334 | c | #include<stdio.h>
#include<stdlib.h>
#include<pthread.h>
#define n 10
int global_counter = 0;
pthread_t threads[n];
pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
long *taskids[n];
void *inc(void *threadid){
int *tid = (int *)threadid;
while(global_counter < 1e6){
pthread_mutex_lock(&mutex);
... | [
"noreply@github.com"
] | zsmn.noreply@github.com |
09216d1fecbb6193fed69838cb63b1545f12f73a | b107d7f73326f8725e08023c5da3e5082535ca85 | /include/inet/inet_netof.c | ef6281d29ff58e0fc7962dbb77bdd98a4b139a13 | [
"Apache-2.0"
] | permissive | DalavanCloud/libucresolv | 2073188dd95503447bcbea16fa43bd938112712b | 04a4827aa44c47556f425a4eed5e0ab4a5c0d25a | refs/heads/master | 2020-04-20T10:42:52.062948 | 2019-01-09T21:54:35 | 2019-01-09T21:54:35 | 168,796,582 | 1 | 0 | Apache-2.0 | 2019-02-02T05:07:45 | 2019-02-02T05:07:44 | null | UTF-8 | C | false | false | 2,077 | c | /*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyr... | [
"bill_williams@cable.comcast.com"
] | bill_williams@cable.comcast.com |
f19550958a64a19c9d81d3ce570bbaf55ca10aac | 1d08c51a27eaeab0e63c94dd2fb9ffd170df5fd2 | /ft_printf/src/pr_read_specific.c | b74db3a1d75f385c73e2c7680b7ca57a1a8a030a | [] | no_license | Lada2098/filler | e8dbaef75df9079c772978fe73efb728004bee16 | 30ccbe52a792378553be3c6282069c040f40f067 | refs/heads/master | 2023-01-05T09:53:34.465826 | 2020-10-30T13:27:20 | 2020-10-30T13:27:20 | 308,020,069 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,233 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* pr_read_specific.c :+: :+: :+: ... | [
"gekans@at-b1.msk.21-school.ru"
] | gekans@at-b1.msk.21-school.ru |
fbd59362f383ab23bcd9a16bd32442331a79d05d | 46979906b331cc10c7f0f009a158ce0996f14097 | /dynchk/libs/libglib-2.0/g_variant_type_string_is_valid.c | ca62c8d621193675ad9e4932d8ce4c5ece2a3780 | [] | no_license | mwichmann/lsb-checkers | 2f6a9674c9a23e39d69d35e8d2457c7a5b3881dc | 1170e4486085731b129cbb060c693e7e6ebca027 | refs/heads/master | 2020-06-11T00:07:56.105656 | 2016-12-08T19:30:39 | 2016-12-08T19:30:39 | 75,857,254 | 3 | 3 | null | null | null | null | UTF-8 | C | false | false | 1,123 | c | // Generated by gen_lib.pl
#include "../../tests/type_tests.h"
#include "../../misc/lsb_output.h"
#include "stdlib.h"
#include <glib-2.0/glib.h>
#undef g_variant_type_string_is_valid
static gboolean(*funcptr) (const gchar * ) = 0;
extern int __lsb_check_params;
gboolean g_variant_type_string_is_valid (const gchar * a... | [
"mats@linuxfoundation.org"
] | mats@linuxfoundation.org |
3eb87c69f32af4283eb83620477584616ba4944a | 1777fe22d297d404cd6a45c5371488052e4c3428 | /coxlab_eyetracker/camera/prosilica/ProsilicaGigESDK_mac/inc-pc/ImageLib.h | af579cedfa1923a52a128fab6ef35484fe96e1e7 | [] | no_license | relisher/ferret_eyetracker | e29a097139ba6d5ac12b4508788201552a24dbc6 | 0a2e60422c245da99d6646b7ae319d6c79f31634 | refs/heads/master | 2020-12-24T23:00:40.008282 | 2014-07-28T17:09:15 | 2014-07-28T17:09:15 | 21,005,111 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,516 | h | /*
|==============================================================================
| Copyright (C) 2004-2007 Prosilica. All Rights Reserved.
|
| Redistribution of this header file, in original or modified form, without
| prior written consent of Prosilica is prohibited.
|
|======================================... | [
"david.daniel.cox@gmail.com"
] | david.daniel.cox@gmail.com |
a1e66247bbcad5c2b6ac9becb73894d409ee0f01 | f8739be99859de6d3be2e5552f55b876fe33c065 | /trunk/Kernel/Scaler/RL6410_Series_Scaler/Code/RL6410_Series_MHLRx2.c | 9871d328fd1ff162892dd5d98add4fdc9e888cdf | [] | no_license | Llong1/avita_rtd2776 | a0bdf1a4626ce0d6485698baecb6290f739fe303 | 3b5e2fbca5bf5d6d48f474728a5804d4063fb614 | refs/heads/master | 2020-12-06T16:35:11.901454 | 2019-12-06T07:46:09 | 2019-12-06T07:46:09 | 232,507,288 | 7 | 5 | null | 2020-01-08T07:42:30 | 2020-01-08T07:42:29 | null | UTF-8 | C | false | false | 99,057 | c | /********************************************************************************/
/* The Software is proprietary, confidential, and valuable to Realtek */
/* Semiconductor Corporation ("Realtek"). All rights, including but not */
/* limited to copyrights, patents, trademarks, trade secrets, mas... | [
"lonn.tw@gmail.com"
] | lonn.tw@gmail.com |
36fdaff902c9a3d34eaeae6504157d27c5862202 | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/074/413/CWE124_Buffer_Underwrite__malloc_char_memmove_53c.c | bc395ede3c64b792755504b8e37ff8c50310a421 | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,431 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE124_Buffer_Underwrite__malloc_char_memmove_53c.c
Label Definition File: CWE124_Buffer_Underwrite__malloc.label.xml
Template File: sources-sink-53c.tmpl.c
*/
/*
* @description
* CWE: 124 Buffer Underwrite
* BadSource: Set data pointer to before the allocated memory bu... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
3d5ff1ecbc0c06980402ee9e65b37043d0d8f9bc | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/082/479/CWE190_Integer_Overflow__char_rand_multiply_61a.c | 700ca95073058a581a19a00611791d82342fb32c | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,213 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE190_Integer_Overflow__char_rand_multiply_61a.c
Label Definition File: CWE190_Integer_Overflow.label.xml
Template File: sources-sinks-61a.tmpl.c
*/
/*
* @description
* CWE: 190 Integer Overflow
* BadSource: rand Set data to result of rand()
* GoodSource: Set data to a... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
568d1a8a7e4c838d64f6c397acd8da6089d5ac70 | 2fb6e11034c6d2252b98446cbca74b1e97b5588b | /src/wchar/iswprint.c | 7c09696f41dd740f0a8f907300b2ca4c7eec14fa | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | embeddedartistry/libc | 67994cfee6bf0def31820c23d3b46e0a5974407d | 01472251c5d2ea2d6532b63665ded46285dd58be | refs/heads/master | 2023-05-28T05:07:45.496796 | 2023-05-15T22:50:02 | 2023-05-15T22:50:02 | 88,765,798 | 438 | 66 | MIT | 2022-11-16T23:44:23 | 2017-04-19T16:18:26 | C | UTF-8 | C | false | false | 602 | c | #include <wctype.h>
/* Consider all legal codepoints as printable except for:
* - C0 and C1 control characters
* - U+2028 and U+2029 (line/para break)
* - U+FFF9 through U+FFFB (interlinear annotation controls)
* The following code is optimized heavily to make hot paths for the
* expected printable characters. */... | [
"phillip@embeddedartistry.com"
] | phillip@embeddedartistry.com |
92c15f0d02fa91728581f6675cd070f21c767dfa | 3b47777fcfa6b1e86b1990b2f1d7446d0fa8aaac | /files/fs/kcc-5/include/memory.h | 5b6801b7960439a2f39a4152c0dea2bec3076264 | [] | no_license | PDP-10/sri-nic | 3a3e702444551bbdb5a037cd1c8a321b74ae8096 | 888264aa2d4e03c487ba9370543e2d7ca22d1d4b | refs/heads/master | 2021-01-11T15:52:33.435831 | 2017-01-24T19:17:36 | 2019-03-07T20:13:34 | 79,943,288 | 7 | 2 | null | null | null | null | UTF-8 | C | false | false | 286 | h | /* MEMORY.H - declarations for mem* (byte string) functions.
**
** This header file exists only for compatibility with BSD.
** ANSI has moved the mem* declarations over to <string.h>, so we just
** include that file instead; doing it more than once doesn't hurt.
*/
#include <string.h>
| [
"lars@nocrew.org"
] | lars@nocrew.org |
45a914d7c84bdf8b0df63fd26de41a86efad40db | 84a96dbd96e926ebb5c658e3cb897db276c32d6c | /tensorflow/lite/experimental/ruy/opt_set.h | d082adece9ccf7cf695d619bbc7b275c9ab86c03 | [
"Apache-2.0"
] | permissive | MothCreations/gavlanWheels | bc9189092847369ad291d1c7d3f4144dd2239359 | 01d8a43b45a26afec27b971f686f79c108fe08f9 | refs/heads/master | 2022-12-06T09:27:49.458800 | 2020-10-13T21:56:40 | 2020-10-13T21:56:40 | 249,206,716 | 6 | 5 | Apache-2.0 | 2022-11-21T22:39:47 | 2020-03-22T14:57:45 | C++ | UTF-8 | C | false | false | 1,861 | h | /* Copyright 2019 Google LLC. 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
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in ... | [
"gardener@tensorflow.org"
] | gardener@tensorflow.org |
4dbc7d558e738ab678d898346306a1ea9adfafaa | b204923cc933072b1a2b43eded836d024542a8f8 | /R14B/linux/bxt/include/linux/device.h | 9871c662c502fd19b1757f90553e7253d8c457a9 | [] | no_license | chenhonglin/FCA | 84cf04cc5303452571c69ccc12d28004d7e2755e | 7374cac75ab6f4603227c666e048a7f52a345917 | refs/heads/master | 2023-06-23T16:28:50.548103 | 2021-07-22T08:40:39 | 2021-07-22T08:40:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 49,012 | h | /*
* device.h - generic, centralized driver model
*
* Copyright (c) 2001-2003 Patrick Mochel <mochel@osdl.org>
* Copyright (c) 2004-2009 Greg Kroah-Hartman <gregkh@suse.de>
* Copyright (c) 2008-2009 Novell Inc.
*
* This file is released under the GPLv2
*
* See Documentation/driver-model/ for more information.
... | [
"global_foss@harman.com"
] | global_foss@harman.com |
4ad1e81370c44f27d6686f8b12c100e68f8b985e | 1053723697cb4e44e4a4603c258de1dccf600206 | /MSP430/MSP430F5529/MSP430图形库/driverlib/MSP430FR57xx/mpu.c | 5abe8dadaf9a9d71c1ed94b2d1dd0c39971f55b4 | [] | no_license | walliak/Control | 9ab9590aefef5006e76318299ad634066b50c3ce | 97d8d8aa1c6c0fc0315ed5217248fc3243d03d09 | refs/heads/master | 2020-04-27T15:59:27.424760 | 2019-07-31T02:45:32 | 2019-07-31T02:45:32 | 174,467,772 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 12,335 | c | /* --COPYRIGHT--,BSD
* Copyright (c) 2014, Texas Instruments Incorporated
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the above copy... | [
"2430661978@qq.com"
] | 2430661978@qq.com |
d2a2e0ac7589c94fcfa5b4f07ef729cd2bb799e0 | b0492f71eb24f12712cb8d66fe4e738fe88b1eda | /9_BioUsingFunction.c | afe824df7836f98ed1d48cbdce89291cfcec7b65 | [] | no_license | mishrakeshav/SPA-Practicals | 975e663e626256d4e6064e0500920721e27e5510 | aac68b272617e64c2d040bd1976b6bdb0bdae65b | refs/heads/master | 2020-05-17T03:33:19.434037 | 2019-04-26T16:53:05 | 2019-04-26T16:53:05 | 183,484,190 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 340 | c | #include<stdio.h>
int fact(int n)
{
int i, result=1;
while(n!=0)
{
result*=n;
n--;
}
return result;
}
main()
{
int bio, n, r;
printf("Enter the value of n and r\n");
scanf("%d %d", &n, &r);
bio= (fact(n))/ ((fact(r))*(fact(n-r)));
printf("\n\nBIO=... | [
"noreply@github.com"
] | mishrakeshav.noreply@github.com |
2ce75ecf7c85ceefd578b68baaaa748078bdc479 | 83214753e9183327e98af0e6768e9be5385e5282 | /d/huangshan/yingke.c | 98105509a390f2725b70c82700962ffcb28f4ace | [] | no_license | MudRen/hymud | f5b3bb0e0232f23a48cb5f1db2e34f08be99614e | b9433df6cf48e936b07252b15b60806ff55bb2f3 | refs/heads/main | 2023-04-04T22:44:23.880558 | 2021-04-07T15:45:16 | 2021-04-07T15:45:16 | 318,484,633 | 1 | 5 | null | null | null | null | GB18030 | C | false | false | 812 | c | // TIE@FY3 ALL RIGHTS RESERVED
inherit ROOM;
void create()
{
set("short", "迎客松");
set("long", @LONG
一过蓬莱三岛,远远便可看见一株古松伸出“双臂”,宛若主人在迎接远道而
来的客人。松高十余米,树冠茂密,过了迎客松,标志着人们已经踏入“万山拜
其下,孤云卧此中”的文殊院了。
LONG
);
set("exits", ([
"eastdown" : __DIR__"guanyin",
"southwest" : __DIR__"yuping",
"nor... | [
"i@oiuv.cn"
] | i@oiuv.cn |
b959ae9061535382cfb4653919b652fe4d586175 | 5d6329dc4b2a04a24a02b1475c20053c4f5887e5 | /assign4/cart_cache.c | 35adab6f585ed54cfeea65cc7c32d9bb8ab993ee | [] | no_license | a12233/331CMPSC | c403566bdd0a633e792face7b41a17bdd2282811 | f9e2674b2e12230e57d0789b26f45ff06a83d5ee | refs/heads/master | 2021-06-19T19:45:31.441498 | 2017-07-10T03:59:48 | 2017-07-10T03:59:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,398 | c | ////////////////////////////////////////////////////////////////////////////////
//
// File : cart_cache.c
// Description : This is the implementation of the cache for the CART
// driver.
//
// Author : Rex Li
// Last Modified : [** YOUR DATE **]
//
// Include Files
#include... | [
"lirex14@gmail.com"
] | lirex14@gmail.com |
50ec885b7e70fe718e0897504e617f6503b07ce9 | 495cf1b6f543c439a796e85c8ed1733b7a9caa73 | /native/src/ludii_cpp_ai_LudiiCppAI.h | 6da1ff463471d2918cedeabf26fdf1deaecff07d | [
"MIT"
] | permissive | Ludeme/Ludii_AI_Cpp | 2fa3cd2705ced527f841dc14b5ef5f5368486259 | 3a5224c4698df96e045acf37df1a3981d94e0399 | refs/heads/master | 2023-08-08T10:31:45.848336 | 2023-01-13T14:15:03 | 2023-01-13T14:15:03 | 573,473,717 | 2 | 0 | null | null | null | null | UTF-8 | C | false | true | 1,361 | h | /* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class ludii_cpp_ai_LudiiCppAI */
#ifndef _Included_ludii_cpp_ai_LudiiCppAI
#define _Included_ludii_cpp_ai_LudiiCppAI
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: ludii_cpp_ai_LudiiCppAI
* Method: nativeSelectAction
* S... | [
"d.soemers@gmail.com"
] | d.soemers@gmail.com |
791c4b8785919cafbdf77d73348f2cbccc6701f7 | 02647f82ebc46c1cae0db932169f8149aabe8c54 | /C_Prog_Adv/final/frac.c | 53ba306e86902536a78ffdd1d499e853a672882f | [] | no_license | wkvictor/C-Prog-China-MOOC | a8bae8ef00493042bfe6835e5efde8823261cb26 | 3eb9a4e74f351be9ee1cfe6e70ec19dc73900f09 | refs/heads/master | 2021-01-10T02:21:33.849834 | 2015-10-30T06:49:01 | 2015-10-30T06:49:01 | 45,233,745 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 314 | c | #include <stdio.h>
int main()
{
int a1,b1,a2,b2;
scanf("%d/%d %d/%d",&a1,&b1,&a2,&b2);
int num1 = a1 * b2;
int num2 = a2 * b1;
if (num1 > num2)
printf("%d/%d > %d/%d", a1,b1,a2,b2);
else if (num1 < num2)
printf("%d/%d < %d/%d", a1,b1,a2,b2);
else
printf("%d/%d = %d/%d", a1,b1,a2,b2);
return 0;
} | [
"victor.wangkun@gmail.com"
] | victor.wangkun@gmail.com |
4f060f5a9e3f232d963071f34aa98163b903e51a | 0103162abee605ba70fb0c7580418a510ed66f95 | /src/TKF92.c | 9b9ff920ba99fb8f9e97e443f9824d17dadf72b0 | [] | no_license | ge11232002/TKF | 7cf424949f07abc50d9eae7e86c8ee8bbcd0554b | 1da0cae315be67c542641d7996ee4154f339104a | refs/heads/master | 2021-01-10T11:20:24.634691 | 2015-12-02T11:03:19 | 2015-12-02T11:03:19 | 46,883,105 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 21,180 | c | #include "TKF92.h"
double TKF92LikelihoodFunction(int *seq1Int, int *seq2Int, double len,
double mu, double r, double distance, gsl_matrix *substModel,
gsl_vector *eqFrequencies, int SA, int SB){
//double lambda = len / (len + 1.0) * mu; TKF91
// The way to calculate the lambda, from Page 9, formular 10.
... | [
"gtan@me.com"
] | gtan@me.com |
dfa9f82d51d3754c7fca78400dc7ec9d65c22559 | be3c435c2e4f1c40b86f86b49182df9d200be42f | /build_onetap_vc12x/temp_defines_debug.h | 92ad5ea9d694b9f1294fea9f6775e473df83db28 | [] | no_license | Amandee/OneTap | 2a2f85d0321de463606f15a32e8287805ff9d993 | 5e19781ffe6625c405117cd255d1f2a0cce07d5b | refs/heads/master | 2020-04-18T04:13:14.468272 | 2014-06-21T01:55:27 | 2014-06-21T01:55:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,442 | h | #ifndef I3D_OS_S3E
# define I3D_OS_S3E 1
#endif
#ifndef I3D_PLATFORM_S3E
# define I3D_PLATFORM_S3E 1
#endif
#ifndef IW_APP_NAME
# define IW_APP_NAME "OneTap"
#endif
#ifndef IW_APP_VERSION
# define IW_APP_VERSION "1.0"
#endif
#ifndef IW_DEBUG
# define IW_DEBUG 1
#endif
#ifndef IW_MKF_IWUTIL
# define IW_MKF_I... | [
"rtruo001@ucr.edu"
] | rtruo001@ucr.edu |
07d37169aff3b754b2e75920af187cff649d37a0 | 9d9e4088862468b4ff8baf38431e603b101c02ef | /3D RUN/3DRun/Classes/Native/mscorlib_System_Resources_PredefinedResourceType.h | 45dd2416d0e04be6d4a6f65261ed32439d04fe07 | [] | no_license | jmh6672/Run_3D | 22ca1ba59b8d7fe567df3781a31b80b28788e3aa | f72d30ce5ffbe493020a92b105a59c0fe348f747 | refs/heads/master | 2021-09-14T00:17:56.572759 | 2018-02-13T08:59:05 | 2018-02-13T08:59:05 | 115,467,966 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 412 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_Enum.h"
#include "mscorlib_System_Resources_PredefinedResourceType.h"
// System.Resources.PredefinedResourceType
struct PredefinedResourceType_t1796
{
/... | [
""
] | |
47a502d3f232ac9c153e80cf8e73f36c1526a8a9 | 878fb25189ef36772f38bc621d63daa7d7600f2b | /arch/arm/src/stm32f0l0g0/stm32_idle.c | c56ad593ad5361bf952a1840d4990d3aa61f7521 | [
"Apache-2.0",
"BSD-3-Clause",
"GPL-1.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"ISC",
"BSD-2-Clause",
"LicenseRef-scancode-other-permissive",
"MIT"
] | permissive | SaitoYutaka/incubator-nuttx | 7b0d300061429dd8dd5f480c6745c633d1e33c27 | 460124629c7300f38b2798da0144d1d3365450a5 | refs/heads/master | 2021-01-04T18:29:08.815978 | 2020-04-04T02:25:14 | 2020-04-04T02:29:31 | 252,946,054 | 1 | 0 | Apache-2.0 | 2020-04-04T08:22:31 | 2020-04-04T08:22:31 | null | UTF-8 | C | false | false | 4,359 | c | /****************************************************************************
* arch/arm/src/stm32f0l0g0/stm32_idle.c
*
* Copyright (C) 2017 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
* Alan Carvalho de Assis <acassis@gmail.com>
*
* Redistribution and use in source... | [
"gnutt@nuttx.org"
] | gnutt@nuttx.org |
97b7d73a6d9ad525de0601e6d8d1f1ddacb762fa | f0614e97d095afaf22c5f1fae8ecae70d9178d6d | /assignment_2/1142_A2.c | ca6bc3fbcff047f66db84d84969cbabcf552d0fb | [] | no_license | karanpanjabi/fine_techniques | 8527db1a745fc6dc582418d1a17c07582ba5ec01 | dc78d7a3de3210ea960590c84c1c4146aa52de5e | refs/heads/master | 2022-01-06T05:36:23.093537 | 2019-05-17T07:05:29 | 2019-05-17T07:05:29 | 168,203,225 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,600 | c | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "a2.h"
typedef struct node
{
int data;
struct node * next;
} node;
static void insert_head(node **p, int key);
static void insert_beg(node **p, int key);
static void disp_list(node *p);
static int find_largest(node *p);
//inserts element aft... | [
"karan20000000000@gmail.com"
] | karan20000000000@gmail.com |
6b55068c7f55634dac4c044351bcf22b9d38be26 | 096820089bab648ab7b535cfb0e53fa23774bc54 | /5_그래프/05_02.c | 5462dbf097d933b11a5fa18f69997756d6c2b0cd | [] | no_license | Jeonghwan-Yoo/code_algorithm | 946149ed983493b1cb42f2409db684746e427065 | a16891b52f0aac9bf396878670a49274b8d3d17e | refs/heads/master | 2020-07-27T00:10:29.011842 | 2019-09-16T13:25:16 | 2019-09-16T13:25:16 | 208,805,958 | 0 | 0 | null | null | null | null | UHC | C | false | false | 811 | c | #include <stdio.h>
#include <stdlib.h>
#include "linkedgraph2.h"
#include "all_pairs_sp.h"
int main(int argc, char* argv[]) {
LinkedGraph *pG = NULL;
int **ppResult = NULL;
int i = 0;
//그래프 생성
pG = createLinkedGraph(LINKED_GRAPH_TYPE_DIRECT, 3);
if (pG != NULL) {
//그래프 초기화:간선 추가
addEdgeLG(pG, 0, 1, 2);
ad... | [
"dwgbjdhks2@gmail.com"
] | dwgbjdhks2@gmail.com |
55baf79bfa404cd80cfe8a29560941c0bf03dd20 | c27dbada158f46c3ea7405f0b9dba2a484865037 | /asm_dir/ft_asm_regex_add_2.c | b9f4b18ae656e9febed834fe0395d716cece97d1 | [] | no_license | bodnarrr/Corewar | f076b3d8af3d8e60612b752ea070a2c3e4f5c8f9 | 039909e6992be5e08d00885e1387adfe249dae03 | refs/heads/master | 2020-03-26T01:39:42.930659 | 2018-08-11T10:29:41 | 2018-08-11T10:29:41 | 144,376,283 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,015 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_asm_regex_add_2.c :+: :+: :+: ... | [
"a.bodnarrr@gmail.com"
] | a.bodnarrr@gmail.com |
276919fce6ee4c84acd18876c5bb0de6c422ad15 | 721754b587cb36df672cc9534ff3e73377efdab3 | /PRP/hw06/main.c | 45808e799ae96846e3823082aeea0f2444b022ac | [] | no_license | palomikula/CTU-projects | 3ba1730a8b7458793ad82ea91631fc126cfddd8e | dd457fb2f39bd84bc8f29b2d20dcf550495effe8 | refs/heads/master | 2021-04-27T20:56:23.706379 | 2019-10-07T15:28:08 | 2019-10-07T15:28:08 | 122,390,278 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,924 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "lock.h"
int tries=0;
int end=0;
void move(int idx1, int idx2, char *str)
{
char tmp;
int i;
if(idx2>idx1){
tmp=str[idx2];
for(i=idx2;i>idx1;--i){
str[i]=str[i-1];
}
str[idx1]=tmp;
}else if(i... | [
"noreply@github.com"
] | palomikula.noreply@github.com |
c19d093310aa963ff5a6e436dd7486b7dc3f9e14 | 0f1a193608056f1242366cc334616f2c687ebfc7 | /clok.h | aa8ee9ab39890da7b02546860597f5c04fe4ce91 | [] | no_license | ezhangle/clok | 293bf10ae73dcba3aba767afff41f008fdf36869 | 579639c0ffd00d1401a6a40852cb782e6b04bb5c | refs/heads/master | 2021-08-31T22:57:57.557382 | 2017-12-23T08:40:21 | 2017-12-23T08:40:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,234 | h | /*
* MIT License
*
* Copyright (c) 2017 Ray Stubbs
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, mod... | [
"stubbs.ray@gmail.com"
] | stubbs.ray@gmail.com |
e26d3b3d56fceda4ae1ad7a13984e28182b116d7 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/net/ethernet/broadcom/extr_cnic.c_cnic_cm_close.c | 5de5bbc1ce6727512cefaf9bf913e7fac246d71c | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,251 | c | #define NULL ((void*)0)
typedef unsigned long size_t; // Customize by platform.
typedef long intptr_t; typedef unsigned long uintptr_t;
typedef long scalar_t__; // Either arithmetic or pointer type.
/* By default, we understand bool (as a convenience). */
typedef int bool;
#define false 0
#define true 1
/* Forward d... | [
"brenocfg@gmail.com"
] | brenocfg@gmail.com |
49b2b0281891791bd7e35fc4ec276d7c87011340 | dd6bce907a09e929d4ed77831c00ee7c01d43b10 | /srcs/ft_isascii.c | 6280e387ef244ebb2a1a03189f53c9b84bbe9425 | [] | no_license | ARhony/Fillit | 936dd7063a38a7c897dead6511b803f445a4c1bc | 64415e568669a4b7b50501fe8a5d50f11449cca3 | refs/heads/master | 2021-01-22T17:48:03.387820 | 2017-09-04T21:14:32 | 2017-09-04T21:14:32 | 102,403,080 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 977 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* isascii.c :+: :+: :+: ... | [
"rhony@Rhonys-MacBook-Pro.local"
] | rhony@Rhonys-MacBook-Pro.local |
ab845fac998822e9b44a7a5f8cd07d28d0a02a2e | 70b7e13698327bf368fa7b7b7285effa70ce729c | /libft/ft_memdel.c | 000950156692b4ea2f62156179ff62001fa98630 | [] | no_license | dolovnyak/printf | 0fd86869948791b6cc95ce101ace8d83e235767b | 060aa8a950c8877eaa0934f881b3e57dfb8beac8 | refs/heads/master | 2022-11-16T09:47:53.630198 | 2022-11-10T13:46:06 | 2022-11-10T13:46:06 | 173,255,206 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 988 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memdel.c :+: :+: :+: ... | [
"dolovnyak@yandex.ru"
] | dolovnyak@yandex.ru |
afd40334576771469e204625d2bfa6f25555e38f | bf6e8143f14e180ab82b7e0cb763932e4a10caa3 | /arduino/firmware_rumba/segment.h | 9a9a99d9dd777107cd76131c5a3193a1cbd655e9 | [] | no_license | Sean3Don/Delta-Robot-v3 | 0f15ee63a04c39787b2405601fdcaa8acc481298 | ab091b8f6b4624778aef73bcedf2b695272f6a14 | refs/heads/master | 2021-01-16T19:03:37.655474 | 2014-05-08T18:27:16 | 2014-05-08T18:27:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,401 | h | #ifndef SEGMENT_H
#define SEGMENT_H
//------------------------------------------------------------------------------
// Stewart Platform v2 - Supports RUMBA 6-axis motor shield
// dan@marginallycelver.com 2013-09-20
//------------------------------------------------------------------------------
// Copyright at end of ... | [
"dan@marginallyclever.com"
] | dan@marginallyclever.com |
1a873b83b3bb91f8a3d9957e7d50543d0128dd59 | f49b7a4fd3bf4e99516489cca900877626d7ac50 | /include/chassis.h | bf458f3b4fc9ec5e33d2184e5c99f907e1a9f80b | [] | no_license | webconn/Cerebellum | 7b751f47a957e2a650605032a93334a7d963c33b | b6e0bce372f50b14e39dd732b34491058d6789f4 | refs/heads/master | 2020-05-01T08:26:39.823337 | 2014-03-22T04:35:12 | 2014-03-22T04:35:12 | 16,605,914 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 511 | h | #ifndef ANTARES_LIB_CEREBELLUM_CHASSIS_H
#define ANTARES_LIB_CEREBELLUM_CHASSIS_H
#include <lib/cerebellum/motors_generic.h>
void chassis_write(motor_speed_t left, motor_speed_t right);
void chassis_move(motor_speed_t left, motor_speed_t right, motor_speed_t acc, motor_speed_t acc_div, motor_path_t path);
void chassi... | [
"wkernelteam@gmail.com"
] | wkernelteam@gmail.com |
e8298719d5ca9ab1054f7f96fbfebf105b8fe4f8 | 2277a8b92c2ca17dec9c1d627888221826f21f80 | /glibc-LD-path.c | 83a661f4796beb38bff3184ba4c2995c1d3e2759 | [] | no_license | freddix/glibc | 0138e8773c74c45977cf1c6b53bd4f9f6de46ba2 | 227fdf4f17b70b0b41d18a9a0617e29c1acad83a | refs/heads/master | 2021-01-15T17:41:11.052843 | 2015-05-25T08:54:59 | 2015-05-25T08:54:59 | 5,487,124 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 3,097 | c | /*
* Copyright (c) 2004, 2005 Elan Ruusamäe <glen@pld-linux.org>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* ... | [
"freddy@freddix.org"
] | freddy@freddix.org |
38cfc9ccf0ae495ff5a978a36f855b22a30c73f0 | 16a91c44365e43af7131e8c4287d98dcd40775d6 | /thirdparty/openssl/blowfish.h | 34ef7375ba7c1f492eab701c27c156cc0a953ddd | [] | no_license | simonkuang/blade-libs | dd46eb5e89c07f20480e807d31e8c7036666514d | fc5dd6b6610643edb74378ad8b26c9a9a5273486 | refs/heads/master | 2021-01-25T07:27:59.522397 | 2014-04-21T08:32:55 | 2014-04-21T08:32:55 | 12,361,676 | 3 | 4 | null | null | null | null | UTF-8 | C | false | false | 64 | h | #include "thirdparty/openssl-1.0.1g/include/openssl/blowfish.h"
| [
"me@simonkuang.com"
] | me@simonkuang.com |
443ccf04581313fa89689a456ab8d582e18b1955 | 484a0dcd4450c959685810d4a699cff024020330 | /ram-sai/project3/main.c | 9c1ba2d0c9c678d7576ae66d6023a77d13257645 | [] | no_license | pavanigp/pointers | 2ae32d516c2e2d0e7c5a167136aeb806f28b95b8 | f07288bc7667892231881113bb5529614c0941e2 | refs/heads/master | 2020-08-22T23:45:42.381484 | 2019-11-22T09:44:56 | 2019-11-22T09:44:56 | 216,499,459 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,069 | c | #include <stdio.h>
#include"pattren.h"
#include"mathfun.h"
#define r 2
#define c 5
int main()
{
float arr[r][c]={{1.6,2.8,8,-34,10},{5,5,5,5,5}};
//int i,j;
int row,col;
float value;
/*printf("enter the array elements:\n");
for(i=0;i<r;i++)
{
for(j=0;j<c;j++)
{
scan... | [
"pavani.gandepalli@thundersoft.com"
] | pavani.gandepalli@thundersoft.com |
e352e86e4bb1807f98144ae5f80d8ce5d8df6511 | 4f38ee6bfb2cc0392ab6775f6561b2ff7467b88c | /code_project/packages/DAPLink/source/usb/cdc/usbd_cdc_acm.c | 2b38abf98c8cfcd9a80ec0338297acfe8c67f975 | [
"Apache-2.0"
] | permissive | Guozhanxin/dap-stm32f103 | 840430303a272355692a13f6888912e65b5cbb64 | 8cea58a1368a7314cfa9c8085e7bc4f7da0898fd | refs/heads/master | 2020-09-16T20:43:58.321263 | 2020-03-21T13:09:00 | 2020-03-21T13:09:22 | 223,884,004 | 3 | 0 | Apache-2.0 | 2019-11-25T07:10:00 | 2019-11-25T07:10:00 | null | UTF-8 | C | false | false | 30,959 | c | /**
* @file usbd_cdc_acm.c
* @brief Communication Device Class driver
*
* DAPLink Interface Firmware
* Copyright (c) 2009-2016, ARM Limited, All Rights Reserved
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in c... | [
"balanceTWK@gmail.com"
] | balanceTWK@gmail.com |
c9cc3386f41535121ffaad8d811f96bc4b71ec18 | 45a26f28a29ab6dd9d3bcf315117d814f50808b1 | /src/X11apps/X11apps-30/xterm/xterm-243/scrollbar.c | db65015d3a30e7424a1856f1a1e5eed0bba51a64 | [] | no_license | zeborrego/opensource.apple.com | 0eb9161029ce8440dbdc4b5157b3927a6e381f8d | 88cbaab4a42e97cbbfe6b660f2f0945536821be6 | refs/heads/master | 2021-07-06T17:16:28.241638 | 2017-10-02T11:58:56 | 2017-10-02T11:58:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 19,683 | c | /* $XTermId: scrollbar.c,v 1.139 2009/02/12 00:07:53 tom Exp $ */
/* $XFree86: xc/programs/xterm/scrollbar.c,v 3.48 2006/02/13 01:14:59 dickey Exp $ */
/*
* Copyright 2000-2008,2009 by Thomas E. Dickey
*
* All Rights Reserved
*
* Permission is hereby granted, free of charge, to any person... | [
"mattl@cnuk.org"
] | mattl@cnuk.org |
ddb014d2adbb8af34199e594dc197e50e2fc590f | e6f954132aaae3b2cf2c07ae57e017da5428364a | /xtt/exp/inc/src/xnav_bitmap_crrwrite14.h | 1311ca2d39c95289fffacec1d26a70e52e3a9307 | [] | no_license | connectthefuture/proview | ec4d0254e8178b686ac34db12f47975434ef0b46 | 116e419a60a8b24733e4b11d6c9b8600145fe4c1 | refs/heads/master | 2021-01-20T04:18:20.679652 | 2017-04-18T10:33:24 | 2017-04-18T10:33:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 314 | h | #define xnav_bitmap_crrwrite14_width 14
#define xnav_bitmap_crrwrite14_height 14
static unsigned char xnav_bitmap_crrwrite14_bits[] = {
0x80, 0x01, 0x40, 0x03, 0x40, 0x03, 0xa0, 0x01, 0xa0, 0x01, 0xd0, 0x00,
0xd0, 0x00, 0x68, 0x00, 0x68, 0x00, 0x34, 0x00, 0x34, 0x00, 0x1c, 0x00,
0x0c, 0x00, 0xfe, 0x0f};
| [
"claes.sjofors@proview.se"
] | claes.sjofors@proview.se |
605d9cff38685625d0c654b065b70be1e673e620 | 231b907acefd63dd9bfbd4b61846384fc1a81338 | /10763.C | ab872d00a8c84b2c738bf2dcc4dca296a743d421 | [] | no_license | georg-cantor/uva | d378ef8dff12b9a9900af783e329abfbd60522c5 | bb442dc54f5db0495c9e65056240de64ed665565 | refs/heads/master | 2021-06-12T07:18:37.544641 | 2017-02-14T08:53:04 | 2017-02-14T08:53:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 501 | c | #include <cstdio>
#include <algorithm>
using namespace std;
int n;
int origin[500001];
int target[500001];
int main()
{
while (scanf("%d", &n) && n)
{
for (int i = 0; i < n; i++)
scanf("%d%d", &origin[i], &target[i]);
if (n%2)
{
printf("NO\n");
continue;
}
sort(origin, origin+n);
sort(target, ... | [
"qin.dongliang.nudt@gmail.com"
] | qin.dongliang.nudt@gmail.com |
b7d4a4fe0ac579144423d56612d8f633b450fccc | 0eb57bfac8203fc1a2155ca8e0d4e54863603fb8 | /src/fileHandling.c | 903002be0a6c701b5366b3dbfabdd3ddc0ec4c58 | [] | no_license | DuarteArribas/librorithm | e8fe36f1f60b55bacdb4e21848e42eac17fbe915 | 514a1c7877d46e0833a9b5c9325266864377087e | refs/heads/master | 2023-05-30T12:53:09.680705 | 2021-05-23T13:07:05 | 2021-05-23T13:07:05 | 362,842,621 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,958 | c | //global includes
#include<stdio.h>
#include<stdlib.h>
#include<stdbool.h>
#include<sys/stat.h>
//project includes
#include"fileHandling.h"
#include"librorithm.h"
#include"mem.h"
#include"client.h"
#include"order.h"
#include"books.h"
#include"booksOperations.h"
//global variables
extern clientNODE *client... | [
"duarte.a.arribas@gmail.com"
] | duarte.a.arribas@gmail.com |
8a71eb918affb7349c0cd3501498a631921d034f | 464a358238f8b22c6deea6e7da35218ab640191d | /includes/print_col.h | f52f3f8c2f5106755ee0849cfb751dffebd798e8 | [] | no_license | youpaw/ls | 83e1c993c982c1b8d42a3df738d2b1c13ea1da63 | fb16798c134736cbd2344fcbcac3f8413b08956d | refs/heads/master | 2023-01-19T10:59:20.161620 | 2020-11-22T14:04:00 | 2020-11-22T14:04:00 | 240,785,273 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 636 | h | //
// Created by youpaw on 24.03.2020.
//
#ifndef PRINT_COL_H
#define PRINT_COL_H
#include "srcs.h"
#define N_COL_PAD 2
#define COL_PAD " "
struct s_srcs_params
{
int max_name;
int sum_name;
};
struct s_print_col
{
int n;
int id;
int *widths;
};
typedef struct s_print_col t_print_col;
typedef struct s_srcs_par... | [
"drozdov.vov@gmail.com"
] | drozdov.vov@gmail.com |
1e0267a1b1a5d6b869b5b78ccf66cac10719ecfb | e74f43d40d307de556728c351c43342344a0c641 | /src/include/window.h | 4197de28a97ea6320614add1cd7cd559c3716210 | [] | no_license | Yusuf-EMU/CGL | 36b6313b891419f3d3972478bcb90686555da9aa | aa025a3bcebdc5a3c32b93b9271d333bbb6a7a60 | refs/heads/master | 2022-11-30T01:17:03.131214 | 2020-08-03T10:35:47 | 2020-08-03T10:35:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 575 | h | #ifndef WINDOW_H
#define WINDOW_H
#include <GLFW/glfw3.h>
#define FALSE 0
#define TRUE 1
typedef struct WINDOW
{
GLFWwindow* window_id;
char* title;
int width;
int height;
int fullscreen;
int visible;
int refresh_rate;
} window_T;
window_T* init_window(int width, int height, char* titl... | [
"bbanerjee@stmc.ie"
] | bbanerjee@stmc.ie |
88db5dc60f6131c9d2ec32dd573e8850c382f2ba | c804b446c5968eb199b92b4d696be05553215227 | /c/pointer/ptr_arr_usage.c | dcc0fa34a9ae037a54e4c39925871a20c60fcd69 | [] | no_license | Daydaylw3/hello-world | 259f3d31804a13cf208b7a774b019b9f5b9d9d96 | 23747d482670f0f2cd4bda1a5a63c7b8d4a2ce02 | refs/heads/master | 2022-09-05T13:41:16.472262 | 2022-08-27T05:13:10 | 2022-08-27T05:13:10 | 130,527,099 | 0 | 0 | null | 2022-08-27T05:13:11 | 2018-04-22T02:03:24 | C | UTF-8 | C | false | false | 235 | c | #include <stdio.h>
int main() {
char *p1[5] = {
"让世界充满爱",
"Just do it",
"一切皆有可能",
"为中华之崛起而读书",
"bzzb"
};
int i;
for (i = 0; i < 5; i++) {
printf("%s\n", p1[i]);
}
return 0;
} | [
"38597251+Daydaylw3@users.noreply.github.com"
] | 38597251+Daydaylw3@users.noreply.github.com |
774a7a0425eab9c4a9bf83911f2effb4d0817bf6 | 4d7a622f9db667902eccb9e70d86c2b0d82b4f4d | /Practica 3/p3_ejercicio4_procesoB.c | 8cd79f350d45cff7db7219372ad9b6267c8409f2 | [] | no_license | casted0/OperativeSystems | 0ca0be1367ed4eed301f98d6c9cfc2ab67fe454a | a89dbf84c189c5ae588d9517c8f65e5f4cd45b96 | refs/heads/master | 2022-08-11T13:25:00.227032 | 2019-05-10T21:48:51 | 2019-05-10T21:48:51 | 169,115,543 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,321 | c |
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <mqueue.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <signal.h>
#include <unistd.h>
#include <time.h>
/*
El proceso intermedio B lee de la cola de mensajes cada trozo del... | [
"noreply@github.com"
] | casted0.noreply@github.com |
d496b828c05e36f98d58c3b7f4fd067a57393bd9 | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/breakpad/breakpad/src/client/mac/handler/breakpad_nlist_64.h | 7093d2849d3ca0866bdcd5cc35034116549fa433 | [
"BSD-3-Clause",
"APSL-1.0",
"FSFAP",
"LicenseRef-scancode-unicode",
"BSD-4-Clause-UC",
"MIT",
"curl",
"Autoconf-exception-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-other-copyleft",
"GPL-1.0-or-later",
"Autoconf-exception-3.0",
"ClArtistic",
"LGPL-2.1-or-later",
... | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C | false | false | 2,170 | h | // Copyright 2008 Google LLC
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.... | [
"jengelh@inai.de"
] | jengelh@inai.de |
ee6276a99d5911337f14ae53053c82e478d4db63 | 1bd4a9aa0aa5cf54b47a6ccddbf8c377bbf3c794 | /memoryManagement/linked_list.c | 2b958fec007178201ad5ee59a11e887ca5364173 | [] | no_license | aurcode/IntroductoryLenguajeC | 1cec968b6ef8f9fad46e078e784f796dafce082f | 5a5382160b0ebd5180f236e844900fc89c47e6fe | refs/heads/master | 2023-01-03T05:23:41.590900 | 2020-11-01T17:18:33 | 2020-11-01T17:18:33 | 300,240,555 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,917 | c | #include <stdio.h>
#include <stdlib.h>
// Definir el nodo
typedef struct Node {
int number; // Lista de numeros
struct Node * next; // Estructura autoreferenciada
} NODE; // En vez de "struct Node" solo pones NODE
// Crear funcion que crea un nuevo nodo
NODE * createNode( int number ){
NODE * newNode;
... | [
"aurelio3927@gmail.com"
] | aurelio3927@gmail.com |
40e07cd5ad96623d2b84990ca52f1f206a08a7f9 | 0f4b65bdd99e642402d489fdd662a7dc1d1441f5 | /testsuite/EXP_2/test1941.c | 0d58d8366f899df979524fd61c17a2fe7d87c428 | [
"MIT"
] | permissive | matthiaskrgr/CF3 | 157e4967f12a6e6a0eee0fa9421f7855d24047c5 | 981a49c2b1f0fb80e1d1778beb3f3ce8578338c3 | refs/heads/master | 2021-01-01T06:02:05.773732 | 2017-07-15T20:15:36 | 2017-07-15T20:15:36 | 97,335,407 | 0 | 0 | null | 2017-07-15T18:41:20 | 2017-07-15T18:41:20 | null | UTF-8 | C | false | false | 51,206 | c |
/*
CF3
Copyright (c) 2015 ishiura-lab.
Released under the MIT license.
https://github.com/ishiura-compiler/CF3/MIT-LICENSE.md
*/
#include<stdio.h>
#include<stdint.h>
#include<stdlib.h>
#include"test1.h"
uint16_t x3 = 8988U;
int8_t x4 = -2;
int8_t x7 = INT8_MIN;
uint8_t x10 = UINT8_MAX;
volatile int32_t t2 = 3874... | [
"ishiura-compiler@ml.kwansei.ac.jp"
] | ishiura-compiler@ml.kwansei.ac.jp |
0fd8e59cdb6dfe43b47f818dbd574df2078d1edb | 87fa2edc14908acfbe0f6a6740b3431fe5a08a1f | /ast/nodetype.h | 3856b1b4a2c8e701c8ae8c09fc941cc8f3012cc9 | [] | no_license | jamose0/vcompiler | 43925aa23d65b10d3d55038e0edd41e17cfdcc8f | 5010d450e7a96b021dae48490779c5f8507430bb | refs/heads/main | 2023-04-04T02:52:29.411935 | 2021-04-09T06:20:53 | 2021-04-09T06:20:53 | 354,199,558 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 149 | h | #ifndef NODETYPE_H
#define NODETYPE_H
enum class NodeType {
EXPR_BIN,
EXPR_UNR,
DECL,
STATEMENT,
BLOCK,
PROGRAM,
};
#endif
| [
"jmdale@protonmail.com"
] | jmdale@protonmail.com |
45ec406f351398c7a6e3d3848c371253ce65571c | 0b40551b41a6d1a0255034f917a8304c268c9007 | /srcs/error.c | ce73776afd35a5acef6ee9b7ec35e962263d71db | [] | no_license | Epicurius/Lem-in | 10d15790955f92e9b48b963dd7d6d1b676a3bf7f | 91984633eb60937dcc69a7f655c9f1d0d5e2d778 | refs/heads/master | 2023-08-22T15:48:31.945177 | 2021-09-15T07:54:33 | 2021-09-15T07:54:33 | 268,473,455 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,272 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* error.c :+: :+: :+: ... | [
"nneronin@student.hive.fi"
] | nneronin@student.hive.fi |
bdf321f099897c80acd849f7e86c76e0b9f852fa | 3ff5851ad130f0fa2407f4d3df6304d97b43322c | /generic/include/tm_dll.h | ea24f8fafe6596a6f5783a35828323f857fa9a34 | [] | no_license | Aman18111625/Generic-Library | 6f8be5be961b5aaabff2a315bf52d6b26abcd94a | f06eff4e6d4308a2ad34b00b8fd5154242b3b042 | refs/heads/master | 2023-08-19T15:23:04.655848 | 2021-10-05T13:19:41 | 2021-10-05T13:19:41 | 367,849,249 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,928 | h | #ifndef __TM_DLL__H
#define __TM_DLL__H 123
#include<tm_common.h>
typedef struct __$_tm_dll_node
{
void *ptr;
struct __$_tm_dll_node *next;
struct __$_tm_dll_node *previous;
}DoublyLinkedListNode;
typedef struct __$_tm_dll
{
struct __$_tm_dll_node *start;
struct __$_tm_dll_node *end;
int size;
}DoublyLinkedList;
type... | [
"amangupta326519@gmail.com"
] | amangupta326519@gmail.com |
0eca9f786e8a98aef61abf841b055352f6cb5cc4 | 306a5abbb976ed4751e8159e8eee0b28362629e8 | /tags/1.2.3/src/game/.svn/text-base/g_fireteams.c.svn-base | a4e01762743e3987f5ce4f370f5b07e452389f8d | [] | no_license | core-c/WET-NoQuarter | c043ba2f739745271240f76d2eeb13fca5af3d2f | a56829de1368e8da1bdf93acdeae43bddeed790e | refs/heads/master | 2021-04-24T02:59:19.144918 | 2020-03-25T18:56:14 | 2020-03-25T18:56:14 | 250,063,761 | 20 | 8 | null | null | null | null | UTF-8 | C | false | false | 20,894 | #include "g_local.h"
#ifdef OMNIBOTS
#include "../game/g_etbot_interface.h"
#endif
// Gordon
// What we need....
// invite <clientname|number>
// apply <fireteamname|number>
// create <name>
// leave
// player can only be on single fire team
// only leader can invite
// leaving a team causes the first person to join... | [
"core@home.nl"
] | core@home.nl | |
5f77fb95ecf9d3651772ab3ff253c294d9ed89fc | 14519d504fd4812710bd2ff534544f1c587308cd | /dev/Capture/Capture.c | 88ffad17bcb73bee431bf7f8a0588c962589d8ed | [] | no_license | 666immortal/stm32f103-Code | a8cc757044b78e366031bdfcd5c2900dffc6edad | 0ab8ac8f9da3f5ce00ccd265b44261d8dc4493c7 | refs/heads/master | 2021-04-06T14:25:33.761311 | 2018-07-31T05:13:02 | 2018-07-31T05:13:02 | 125,226,415 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 11,620 | c | /*********************************************************************************************************
* 模块名称: Capture.c
* 摘 要:
* 当前版本: 1.0.0
* 作 者:
* 完成日期: 2018年03月01日
* 内 容:
* 注 意: none
***************************************... | [
"noreply@github.com"
] | 666immortal.noreply@github.com |
637648801ddc57610c62413f7678b45abb820408 | 632471f6a7204b9bf897652bde0eec91f453dbb3 | /zxcam/src/main/jni/ffmpeg/ImageProc.h | 856573d36d24186742baa91e6559c38c873148e4 | [
"Apache-2.0"
] | permissive | peachhuang/UVCCamera | e4d139a8b5ff3fe59acbbb70d91ad07c02233e91 | 7d51d5014bd21eb802a25ae4bdd2766efef18cc2 | refs/heads/master | 2020-04-16T08:02:35.395094 | 2019-01-12T16:30:13 | 2019-01-12T16:30:13 | 165,409,347 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,217 | h | #include <jni.h>
#include <android/log.h>
#include <android/bitmap.h>
#include <stdio.h>
#include <stdlib.h>
#include <setjmp.h>
#include "/jpeg8d/jpeglib.h"
#define LOG_TAG "MJPEG"
#define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
#define LOGE(...) __android_log_print(ANDROID_LOG_ERR... | [
"1107674417@qq.com"
] | 1107674417@qq.com |
77f3f725f00b20cc608250e097508eb2b0746e34 | 5630b0a520e395b1224d80a04309ed9991a2ccbe | /getGemXCode/Classes/Native/mscorlib_System_Collections_Generic_EqualityComparer_1_Defau_4.h | de1c90528fa1f2efc90f6262dee60aaf977d634a | [] | no_license | WwinW/getGem | f762b538f9387a0e3adaacc2b55ac34e0dfb12df | 5b3cede71b7c50ffedf3a87f51003cb35db9b774 | refs/heads/master | 2018-12-29T19:25:51.948800 | 2015-12-07T03:16:48 | 2015-12-07T03:16:48 | 34,213,973 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 369 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_Collections_Generic_EqualityComparer_1_gen_4.h"
// System.Collections.Generic.EqualityComparer`1/DefaultComparer<UnityEngine.Color>
struct DefaultComparer... | [
"wei8224_2006@126.com"
] | wei8224_2006@126.com |
710e8012b05df4fa188008f8fe779dc39badabf5 | a7eb6c84d31b2cd1e46654102fdfd9c2d3d789a2 | /code/engines/thirds/mysql/include/m_string.h | 98648a96848de40a86343b04b1b1c30210834658 | [] | no_license | zjh-tech/cplusplus | cd4f90f7d3d7a1537cc658a2cb7038cca017a87c | 3388999b537e543cf0249b93cb16ac5376c63ef5 | refs/heads/master | 2023-03-29T12:03:49.551352 | 2021-04-07T07:50:26 | 2021-04-07T07:50:26 | 333,028,332 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,200 | h | /*
Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2.0,
as published by the Free Software Foundation.
This program is also distributed with cer... | [
"zhengjinhong@bilibili.com"
] | zhengjinhong@bilibili.com |
a04364b5ad36c960275cdb2ffd955e838408e78f | 24fc7f72947404279e89db8e7140871617e4631b | /ConEmu/src/common/ConsoleRead.h | fdb9e79f8b055f4481d44389afe09fec9bbba390 | [] | no_license | CyberShadow/conemu | a13ae43caf838093c7a86aea5d657eed5d17013b | 7da8f4bb9a0705044aefaf2789ce6dfb12c456a1 | refs/heads/master | 2021-01-09T05:40:45.563351 | 2013-01-17T23:15:10 | 2013-01-17T23:15:10 | null | 0 | 0 | null | null | null | null | WINDOWS-1251 | C | false | false | 1,643 | h |
/*
Copyright (c) 2009-2012 Maximus5
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the ... | [
"ConEmu.Maximus5@92116c04-ab5e-ca4c-3a8b-6f4eadf4b4a1"
] | ConEmu.Maximus5@92116c04-ab5e-ca4c-3a8b-6f4eadf4b4a1 |
b99975fd3f5fc836b06c47093941230424b2cc6f | 98079ead911a9a8e50e8be73ce0ea06a0ab4224f | /Src/SERVIS/servis.h | 2cfd2834df9de6e37b67a8a3362667344bb1eadf | [] | no_license | Macikow/heat_chmbr | ebaf0399cffed674077208bafac82cf0dc908546 | 36f99a69e26022a26cdc1d93961e5256aadeb655 | refs/heads/master | 2023-03-10T21:06:12.690955 | 2021-02-21T20:54:52 | 2021-02-21T20:54:52 | 292,630,453 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 224 | h | /*
* servis.h
*
* Created on: 14 paź 2020
* Author: kowma
*/
#ifndef SERVIS_SERVIS_H_
#define SERVIS_SERVIS_H_
void servis_uart_send_ntc(uint16_t ms_run_time, uint8_t sensor_no);
#endif /* SERVIS_SERVIS_H_ */
| [
"kow.maciej@gmail.com"
] | kow.maciej@gmail.com |
9ff1c97dfaf79598492a86b115c96783989fe4b1 | 07f4fea4d91b1d472d6ec336222e987b0b1ef9a7 | /Project4-Maze/maze.c | bd440b034e59b1f82ea59a4fffcf968b9ec15411 | [] | no_license | jdsofer/COEN12-DataStructures | 6af901df164a1eba49d3c05e10453f41c4fe4fec | b6f3af121598c3b3244b63891911de137d8edc1a | refs/heads/master | 2021-01-01T16:25:51.164102 | 2015-08-02T01:38:07 | 2015-08-02T01:38:07 | 40,064,544 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,611 | c | /*
* File: maze.c
*
* Description: Generate a maze and solve it visually using the curses
* library. The maze will be as large as the terminal window.
* After solving the maze, the user can either quit the
* program or generate and solve a different maze.
*
* A stack is used to both generate the maze and l... | [
"jdsofer@gmail.com"
] | jdsofer@gmail.com |
3c64a98e819f93c43272fe8a566e2d5b976c4f96 | 917f3af2226e0bdd76d57bce24cd1174a16774f3 | /include/tiengviet_initialize.h | 07edf051124beaa9258889f22d62162902bb6410 | [] | no_license | ngominhnhut/DetectAndRecognizeBraille | f215c2b2324aaad204301d07f80e1e6395033036 | 3c590034b3fcc7b6691431df5f4ca53ceaa545e0 | refs/heads/master | 2022-11-19T17:57:02.353010 | 2020-07-23T11:42:01 | 2020-07-23T11:42:01 | 255,497,343 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 468 | h | //
// File: tiengviet_initialize.h
//
// MATLAB Coder version : 4.0
// C/C++ source code generated on : 05-Apr-2020 10:06:40
//
#ifndef TIENGVIET_INITIALIZE_H
#define TIENGVIET_INITIALIZE_H
// Include Files
#include <stddef.h>
#include <stdlib.h>
#include "rtwtypes.h"
#include "tiengviet_types... | [
"nhutngo907@gmail.com"
] | nhutngo907@gmail.com |
4eb367171204226c794347c01bbbb6e5719322d2 | faf87c29cd755241ca281abdbdc4dec91e835561 | /.history/out04_20191216223643.c | 9df051b08fe059907de821c496af4756a0a8433e | [] | no_license | curry-harden/4 | 90531ffffa22969562a88983c08c70deeafeb2ab | b796139c92c868412bcbb3e57b24dd0dc19f1aaf | refs/heads/master | 2020-08-29T20:35:27.266160 | 2019-12-16T15:22:34 | 2019-12-16T15:22:34 | 218,167,774 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 397 | c | #include<stdio.h>
int main(void)
{
int d,w,i,n,o,m=0,u;
int a[o];
scanf("%d",&n);
for(w=1;w<=n;w++){
scanf("%d",a[w]);
}
for(i=1;i<n;i++){
for(o=1;o<n;o++){
if(a[o]<a[m]){
m=o;
}
}
d=a[o];
a[o]=a[m];
a[m]=d;
... | [
"1136803368@qq.com"
] | 1136803368@qq.com |
f5786b1489764d3fceaa9dcf4db9a996f0a868b0 | 5b4e9ce30648bdfe82e095f1b54d9a608117f976 | /include/asteroides.h | 99b5acd7445a0d85dec4d320b25903d9999d132d | [] | no_license | Hellowizz/Altair | 4909615636072665c5366c470d960d16f03ad27d | b7d5e289870bd08c6d22d838c4d4a1d670e22ea0 | refs/heads/master | 2021-05-04T10:07:23.879167 | 2017-02-21T13:13:17 | 2017-02-21T13:13:17 | 55,310,994 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 911 | h | #ifndef ASTEROIDES_H_
#define ASTEROIDES_H_
#include "point2D.h"
#include "vaisseau.h"
typedef struct {
Point2D position;
Vector2D vitesse;
} Asteroide;
typedef struct liste_asteroide
{
Asteroide asteroide;
int numero;
struct liste_asteroide *suivant;
} liste_asteroide;
void initialiser_asteroide(Asteroi... | [
"heloroussel@hotmail.fr"
] | heloroussel@hotmail.fr |
1ac0a5b84a3a5e2ea7078cdd0505ffefe5081e6b | 339479b26dd48d9a8f46a43f78216db9e9812a76 | /include/mvfs/default_ops.h | 3a420b46a1dd85d37485e840be15688d24b6ca1c | [] | no_license | metux/libmvfs | b524ddf23f3f65d361904e7479e6ae56493b358b | c322b7ac809daed92cb4ad126f02d857af215871 | refs/heads/master | 2016-09-06T06:06:13.301908 | 2009-11-12T16:16:28 | 2009-11-12T16:16:28 | 11,692,504 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,862 | h | /*
libmvfs - metux Virtual Filesystem Library
Default filesystem and file operation handlers
Copyright (C) 2008 Enrico Weigelt, metux IT service <weigelt@metux.de>
This code is published under the terms of the GNU Public License 2.0
*/
#ifndef __LIBMVFS_DEFAULT_OPS_H
#define __LIBMVFS_DEFAULT_OPS_H
... | [
"weigelt@metux.de"
] | weigelt@metux.de |
9dd7645c30a6a302dcc78a0a69264f986cd3740f | 34782baab224370f2eb4a8fd703b93039896cb64 | /Analysis Scripts/Packet Reader/main.c | 6af778de0f6a83adaa861482edc6bd5c7698b0bc | [] | no_license | RMDInc/LunaH_XC_FSW | 9a3db942d7618f63cc6902f31319fe5ea3482569 | 12da5887e682665aa35a580e9ea4fb6edbc2177c | refs/heads/master | 2020-03-21T23:05:23.708884 | 2020-02-07T16:37:58 | 2020-02-07T16:37:58 | 139,165,670 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 18,735 | c | /*
* main.c
*
* Created on: Sep 19, 2019
* Author: GStoddard
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
#define CHECKSUM_SIZE 4
#define SYNC_MARKER_SIZE 4
#define RMD... | [
"gstoddard@rmdinc.com"
] | gstoddard@rmdinc.com |
89fbf1f1125bc329856df51a736c13622d5eb522 | 145d35631b6bc7141c0d0396b1a7ba759c831315 | /ios/Pods/Headers/Public/ABI40_0_0ExpoKit/ABI40_0_0RNCAppearance.h | 03549c75bbb24d9b683763817d56fcfba4bde085 | [
"BSD-3-Clause",
"MIT",
"Apache-2.0"
] | permissive | aneeqhashmi/expo | 16053ad7b88f32adf6a4ebf01fbeefbd50ece89a | 5dfffe78a9440015fa06d5db26b09645615d453b | refs/heads/master | 2023-03-03T10:27:01.001665 | 2021-02-10T00:03:17 | 2021-02-10T00:03:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 102 | h | ../../../../versioned-react-native/ABI40_0_0/Expo/ExpoKit/Core/Api/Appearance/ABI40_0_0RNCAppearance.h | [
"eric@expo.io"
] | eric@expo.io |
da7ca8b7dde623a6a24d5918718886e8956c618d | c47c254ca476c1f9969f8f3e89acb4d0618c14b6 | /datasets/linux-4.11-rc3/sound/soc/codecs/tpa6130a2.h | f19cad5d4172185bf11b586d172c89841416ce58 | [
"BSD-2-Clause",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | yijunyu/demo | 5cf4e83f585254a28b31c4a050630b8f661a90c8 | 11c0c84081a3181494b9c469bda42a313c457ad2 | refs/heads/master | 2023-02-22T09:00:12.023083 | 2021-01-25T16:51:40 | 2021-01-25T16:51:40 | 175,939,000 | 3 | 6 | BSD-2-Clause | 2021-01-09T23:00:12 | 2019-03-16T07:13:00 | C | UTF-8 | C | false | false | 1,960 | h | /*
* ALSA SoC TPA6130A2 amplifier driver
*
* Copyright (C) Nokia Corporation
*
* Author: Peter Ujfalusi <peter.ujfalusi@ti.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* version 2 as published by the Free Software Foundatio... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
3e60aa6f907ad8e5e850036227b3f60637935841 | e84f7708dc2e036e8ffe75c184f3d6c53a8640bc | /Project5/proj5.c | 40eccc2f9a068a18b6535905d82396b34697f336 | [] | no_license | stevenhle/CECS-326-Fall-2013 | da5ed4c2148e8280d788af735f33a464bb6ecc57 | e5519c7557ff52073cdb45ed6903467fae5204cc | refs/heads/master | 2021-01-01T18:48:22.971678 | 2013-12-10T09:33:16 | 2013-12-10T09:33:16 | 12,602,440 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,095 | c | /**************************************************************************/
/* PROGRAM NAME: proj5.c */
/* CLASS: CECS-326 */
/* INSTRUCTOR: Mr. Haney Williams */
/* STUDENTS... | [
"stevenhieule@yahoo.com"
] | stevenhieule@yahoo.com |
f71841ab8b5cd8e65cf6a3ff3378736a51ba395a | a8a95efb6819ef16ae1fd2e18b9eb401007cfc02 | /_pchar.c | 3b0bea7aadbc856d0a8e3647bc6517aaedafc6c9 | [] | no_license | sebagadisk/monty | 964c83d8bac50aff479535c75b43f23b90ad2ed2 | a33ac77c61d0a2cc9039d05b85150737224b358f | refs/heads/master | 2023-08-01T10:03:55.789444 | 2021-09-27T01:47:35 | 2021-09-27T01:47:35 | 409,360,882 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 504 | c | #include "monty.h"
/**
* _pchar - print the char at the top of the stack
*
* @stack: stack
*
* @line_number: line number of monty file
*
* Return: void
**/
void _pchar(stack_t **stack, unsigned int line_number __attribute__((unused)))
{
stack_t *first = *stack;
if (*stack == NULL)
_errorHandler(PCHAR_EMPTY... | [
"sebexk3@gmail.com"
] | sebexk3@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.