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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9623f43d07df1c82285346380cc39ad87f5dc214 | b599e1ab0dff5891f95c70861dff05fca4354e25 | /SampleCode/StdDriver/ADC_MeasureAVDD/KEIL/RTE/_ADC_MeasureAVDD/RTE_Components.h | feb9852f034c091dce737cd3298c3072bcce85a9 | [] | no_license | davenguyen19/LogiCar | 9cbbd4fe2aa11a0c9ca30f17afc59f62cdbaf374 | 9c2f8052c74760e395c6cfe99d31edd3ce79d80b | refs/heads/master | 2020-05-18T23:39:48.536858 | 2020-01-14T21:53:34 | 2020-01-14T21:53:34 | 184,714,772 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 339 | h |
/*
* Auto generated Run-Time-Environment Component Configuration File
* *** Do not modify ! ***
*
* Project: 'ADC_MeasureAVDD'
* Target: 'ADC_MeasureAVDD'
*/
#ifndef RTE_COMPONENTS_H
#define RTE_COMPONENTS_H
/*
* Define the Device Header File:
*/
#define CMSIS_device_header "NUC123.h"
#endif /* R... | [
"davenguyen19@users.noreply.github.com"
] | davenguyen19@users.noreply.github.com |
85a4a49f1432d9107f29cb58f2d544c61e93d887 | 26340f693988d3ade2b2893a42f2e2776ab8a102 | /program1/8_9.c | 8ca6bbe820aa801c8181f8708a09a4a9e0ddf324 | [] | no_license | yeon0926/C | c52c5e208ff36040c775e2a9f81c3d639195407b | ba213f8588743e79fffe69d398c92381ada96583 | refs/heads/main | 2023-03-12T21:33:28.090652 | 2021-03-06T06:15:05 | 2021-03-06T06:15:05 | 344,485,764 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 527 | c | #include <stdio.h>
#include <string.h> /*strlen함수가 정의된 헤더 파일*/
#define MAX 20
int main()
{
char str[MAX];
int i, j, ch;
printf("Input string ==> ");
/*문자열을 입력받음*/
scanf("%s", str);
/*첫 번째 문자와 마지막 문자를 교환하고, 두 번째 문자와 마지막에서
두 번째 문자와 교환되어 결국 문자열이 거꾸로 변환*/
for(i=0, j=strlen(str)-1; i<j; i++, j--) {
ch = str[... | [
"noreply@github.com"
] | yeon0926.noreply@github.com |
b20434e80bdf869f4589caff9f6f7984e557d917 | 2af943fbfff74744b29e4a899a6e62e19dc63256 | /ImageNetworkReader/curl/sslgen.c | 96cb12e51f201349be0245ab545a102388e6a1b1 | [
"curl"
] | permissive | lheckemann/namic-sandbox | c308ec3ebb80021020f98cf06ee4c3e62f125ad9 | 0c7307061f58c9d915ae678b7a453876466d8bf8 | refs/heads/master | 2021-08-24T12:40:01.331229 | 2014-02-07T21:59:29 | 2014-02-07T21:59:29 | 113,701,721 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 13,440 | c | /***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
* \___|\... | [
"blezek@5e132c66-7cf4-0310-b4ca-cd4a7079c2d8"
] | blezek@5e132c66-7cf4-0310-b4ca-cd4a7079c2d8 |
e7d3980c3d3b01b0a4ceb164b1942b4bf014b978 | 3745a8c56f26ce4a29fc0eb8aca912fe4d2f010f | /ZZ/Abc/opt,dar,darLib.c | c4a6abd8c6559e377301675d13ac8b4aff399abf | [
"MIT-Modern-Variant",
"MIT"
] | permissive | berkeley-abc/abc-zz | d79f092a301828c15b63603b872505d9d6b644f7 | 6a15ab3934ec60b777db26227494d2b8ad6f125a | refs/heads/master | 2022-05-29T12:29:59.400865 | 2022-05-14T22:50:56 | 2022-05-14T22:50:56 | 124,795,634 | 17 | 8 | null | 2018-08-24T16:27:07 | 2018-03-11T20:17:25 | C | UTF-8 | C | false | false | 43,690 | c | /**CFile****************************************************************
FileName [darLib.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [DAG-aware AIG rewriting.]
Synopsis [Library of AIG subgraphs used for rewriting.]
Author [Alan Mishchenko]
Affiliation [UC ... | [
"niklas@een.se"
] | niklas@een.se |
c2f68f1fd8b61a1acd2092ebc9220e0f0527043e | a166931cf16f481dd6088a8e7844e6c981bbe6e8 | /CH10_exec/test.c | f1993b30a3260ac139cdc384e3524727509eeb82 | [] | no_license | jan-liefting/Jan_C_projects | 9daa526cda3ebe429ead5c653bb9084f537b58a7 | 475b7bbcfa0848f8e8c3dd1ee0890ea168a0b3c5 | refs/heads/master | 2021-06-24T19:40:25.540873 | 2020-11-04T20:17:08 | 2020-11-04T20:17:08 | 167,795,465 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 456 | c | /*
* test.c
*
* Created on: Aug 18, 2018
* Author: jan
*/
//include files
#include <stdio.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>
int main() {
//char string1[] = "/sbin/ifconfig";
//char string2[] = "ipconfig";
// if (execl("/sbin/ifconfig", "/sbin/ifconfig", NULL) == -1)
if (exec... | [
"j.b.liefting@gmail.com"
] | j.b.liefting@gmail.com |
2372e08050dd1ef3c7ed4b3c43530b1e5e91926f | 35994567d3e9c618e05301131c581d85146d4e78 | /libc/include/any-linux-any/linux/netfilter/nfnetlink_conntrack.h | bb02063caff60dca7e55a9b17f4cfb52b75564f4 | [
"MIT"
] | permissive | theGreenJedi/zig | 2289728afdb79e3c49167b6023d130a556fca1a8 | b109155528e19a181b123ef08667a415c5664320 | refs/heads/master | 2020-06-15T05:44:18.030380 | 2019-07-04T04:35:47 | 2019-07-04T04:35:47 | 195,216,727 | 2 | 0 | MIT | 2019-07-04T09:59:19 | 2019-07-04T09:59:18 | null | UTF-8 | C | false | false | 5,923 | h | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _IPCONNTRACK_NETLINK_H
#define _IPCONNTRACK_NETLINK_H
#include <linux/netfilter/nfnetlink.h>
enum cntl_msg_types {
IPCTNL_MSG_CT_NEW,
IPCTNL_MSG_CT_GET,
IPCTNL_MSG_CT_DELETE,
IPCTNL_MSG_CT_GET_CTRZERO,
IPCTNL_MSG_CT_GET_STATS_CPU,
IPCTNL_MSG_... | [
"andrew@ziglang.org"
] | andrew@ziglang.org |
a20b2b3d9c2a85e777445612bbb01eae51275c50 | 3754aa51a19dcf646b7a082acde02db30e271bb1 | /ast-ast/src/lib/libast/string/ccmapid.c | 52369e32c309f5796c4a4e9a21b41ba56a29c3d3 | [] | no_license | packerliu/pads | 77a05b12c43ac68c5a0b5a31bc3e0568e71de75c | a944700f5a8194446369e51691859cf725f427a7 | refs/heads/master | 2020-03-22T21:14:34.840569 | 2018-07-12T15:00:55 | 2018-07-12T15:00:55 | 140,670,320 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,538 | c | /***********************************************************************
* *
* This software is part of the ast package *
* Copyright (c) 1985-2008 AT&T Intellectual Property *
* and i... | [
"kathleen.fisher@gmail.com"
] | kathleen.fisher@gmail.com |
c37772b47d7b529180568fc1172d247fca4bac1c | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/power/supply/extr_rx51_battery.c_rx51_battery_get_property.c | 295981f779eeb75a0a113775f53d70f9a26271bb | [] | 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 | 2,151 | 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 |
8a54afb65dbd68940bf7017152245fc07c1efbd4 | d0f1190158d307f1c5dff8f0f625f683da77efb5 | /engine/vulkan/rawVulkanLogicalDevice.h | 8faea52c03a323c86030b6c2a35ceea76b03d6dc | [
"MIT"
] | permissive | marcelodmmenezes/Raw | 3bd282aec0b93bdbc79802a90b7a32063477800b | 9afdd510e2a1f3b83f79fee83efa13e3a43838e8 | refs/heads/master | 2020-09-02T13:35:26.321323 | 2020-06-17T00:43:32 | 2020-06-17T00:43:32 | 219,233,126 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,328 | h | /*
* MIT License
*
* Copyright (c) 2020 Marcelo de Matos Menezes
*
* 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 ... | [
"marcelodmmenezes@gmail.com"
] | marcelodmmenezes@gmail.com |
e25d224223c1c2c8c6094749823fa4c164294bda | 9dcec4a5e2dda327c890f1f3e60285eb18cc974a | /linux/frepeat/frepeat.c | db58234d292acd02a8abdf2ee744286f7fd9fde8 | [] | no_license | Jacajack/misc | 9d5b038ca6a13dfcf42c4d350168db977db4871c | 6a67b40c6256ff00bca56e4461dee76a522f0e12 | refs/heads/master | 2023-06-26T14:46:35.851866 | 2023-06-13T18:06:40 | 2023-06-13T18:06:40 | 185,191,599 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,653 | c | /*
A crude utility to repeat file contents n times.
As far as I know, there's no UNIX tool to that yet.
2018, Jacek Wieczorek
*/
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
int main( int argc, char **argv )
{
if ( argc != 3 )
{
fprintf( stderr, "Usage: frepeat <FILE> <COUNT>\... | [
"mrjjot@gmail.com"
] | mrjjot@gmail.com |
e5c96ad6dcd3bbf865dba02b764bab84b3b88b4a | 5464fa06012e630bf55b178462e89311e1ce4d67 | /src/SFH/f32_math/tests/cbrt.c | fde7169b11d3a724a1c85d873487bfa44066a5a7 | [
"Unlicense",
"LicenseRef-scancode-public-domain"
] | permissive | Marc-B-Reynolds/Stand-alone-junk | 205a2d363908d7e8686d59eb012b657776388321 | 488aab2985a216de610bac83e415d9c414b5fff9 | refs/heads/master | 2023-06-26T17:24:18.329337 | 2023-06-09T11:34:10 | 2023-06-09T11:34:10 | 32,311,142 | 35 | 7 | null | 2017-11-16T21:33:23 | 2015-03-16T08:31:15 | C | UTF-8 | C | false | false | 6,462 | c | // Public Domain under http://unlicense.org, see link for details.
//
// *****EXCEPT:************************
// 1) reference (cr_cbrtf) version:
// ************************************
//
// The CORE-MATH routine fall under:
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of thi... | [
"Marc-B-Reynolds@users.noreply.github.com"
] | Marc-B-Reynolds@users.noreply.github.com |
42a70f9f33def67c345fed763ec8791ea327b9bd | 0c079dd0cd493706f745a7be02191dccfe0648bf | /libraries/DriverLib/utility/ref.c | e9e5b42ddc7a7e8efd5dca506b1cc62be9e1955c | [] | no_license | energia/msp430-lg-core | e5eef4eeda61de6de3ffaad46b0e02f06604f88e | d7e0714610eb55e18dcaae9dec53af31002c42fe | refs/heads/master | 2023-02-09T05:26:21.283026 | 2022-12-04T09:16:51 | 2022-12-04T09:16:51 | 56,965,138 | 17 | 18 | null | 2020-10-20T19:11:53 | 2016-04-24T10:03:42 | C | UTF-8 | C | false | false | 23,363 | c | //*****************************************************************************
//
// Only include parts of code relevant for Energia device
//
//*****************************************************************************
#if defined(__MSP430F5529__)
/* --COPYRIGHT--,BSD
* Copyright (c) 2013, Texas Instruments Inco... | [
"robertinant@yahoo.com"
] | robertinant@yahoo.com |
1d65a1ec6d771c1194619d219dce080bfb96814f | 8edd47482f443ef94086d4dccc32ff83d6068066 | /aha/01/1_2bubblesort2.c | 6759d1765f48a733a0b3c72d33c50009adc52df3 | [] | no_license | lingyq/books | d4bebfb903c86274b0f0d82516e74dd0756073d7 | 0d21fa9cb0712bb2940e6df7755c8ea081ecb160 | refs/heads/master | 2020-04-12T16:01:35.322296 | 2018-12-22T14:46:25 | 2018-12-22T14:46:25 | 129,625,150 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 715 | c | //http://bbs.ahalei.com/thread-4400-1-1.html
#include <stdio.h>
struct student
{
char name[21];
char score;
};//这里创建了一个结构体用来存储姓名和分数
int main()
{
struct student a[100],t;
int i,j,n;
scanf("%d",&n); //输入一个数n
for(i=1;i<=n;i++) //循环读入n个人名和分数
scanf("%s %d",a[i].name,&a[i].score);
//按分数从高到低进行排序
... | [
"lyq.roco@foxmail.com"
] | lyq.roco@foxmail.com |
914977950122a3e98b1676b29950209875a7cdca | 0363804c924c92373475cb363c5b36655cc30c3f | /getLine.c | 88b491f5cd09437c81e4177d38c6521961db492f | [] | no_license | wallenut/Balancing-Tree-Dictionary | 53814b899f50c276b6426bbcb48de96acb9b4330 | 560cef978801a74896274eea7f99fc5c5ebd8c11 | refs/heads/master | 2020-05-29T14:41:07.621174 | 2016-10-03T23:33:19 | 2016-10-03T23:33:19 | 64,487,996 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,532 | c | // getLine.c Stan Eisenstat (10/27/09)
// Read a line of text using the file pointer *fp and returns a pointer to a
// null-terminated string that contains the text read, include the newline (if
// any) that ends the line. Storage for the line is allocated with malloc()
// and rea... | [
"allen.wang@yale.edu"
] | allen.wang@yale.edu |
c90d843039f88cd337ca7eeeeedc7acd398f7f32 | 63abbe5f046d00f14ea63c3ce6ce6c7ec83d214b | /Projects/STM32F429ZI-Nucleo/Templates/Inc/main.h | 65e9ea3fc4b89ed3905869093d062693d80cfc88 | [
"BSD-2-Clause"
] | permissive | osaboh/STM32Cube_FW_F4_V1.16.0 | fcc5e315b6c2e2f111640da8d5f2339978c6c81a | b4310a849583cc0067ec93db90b46270b8b20488 | refs/heads/master | 2021-01-16T00:42:19.401517 | 2017-08-10T23:00:11 | 2017-08-10T23:00:11 | 99,971,011 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,701 | h | /**
******************************************************************************
* @file Templates/Inc/main.h
* @author MCD Application Team
* @version V1.0.3
* @date 17-February-2017
* @brief Header for main.c module
*****************************************************************************... | [
"osaboh@gmail.com"
] | osaboh@gmail.com |
e65206c2cbea1033605c51dbf822dbaa41cbd88b | b82cf9b6e45495fc57f0e9678b339f5ead53a774 | /app/common/sfr.h | bf94fee3b48abdeda11b04d247f2fb4cd8099848 | [] | no_license | MasuodSamarin/AX107X_yutai | b8ee5af6450a4f23e05ea871fda4cbf5851c3cd8 | 90d5f9e8e4783aba91bd230a4160a9c03ece1e44 | refs/heads/master | 2020-09-11T13:26:40.004560 | 2019-04-11T15:18:17 | 2019-04-11T15:18:17 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 15,937 | h | /*
定义说明
SFR_DEF:常用sfr定义
SFR_DEFC:常用sfr定义,为了避免汇编下的定义冲突
SBIT_DEF:常用sbit定义
SBIT_DEFC:常用sbit定义,为了避免汇编下的定义冲突
XSFR_ADDR:XSFR 类型
*/
#ifndef SFR_H
#define SFR_H
#ifdef __C51__
#define __KEIL_ICC__
#endif
#ifdef __CX51__
#define __KEIL_ICC__
#endif
#ifdef __A51__
#define __KEIL_ASM__
#endif
#ifdef __AX51__
#define __KEIL_AS... | [
"wq352270625@163.com"
] | wq352270625@163.com |
082a0f3eafd9151dcc1c3c2d983f04f86d0915f2 | cdd785db15d10a70b12c74040d440496f5b67b97 | /lab8/prod_array.c | fff3c4f295f934c049e0bce01e740ed974401d81 | [] | no_license | BrinkOfMan/Hardware-Design | 5718565c3c9feba64bbbe7ac194cc56738387edb | 121611d46022868dcb3632a0c73610f6d1887e45 | refs/heads/main | 2022-12-26T02:32:07.291441 | 2020-10-04T01:27:49 | 2020-10-04T01:27:49 | 301,015,629 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 298 | c | #include <stdio.h>
#include <math.h>
int prod_array(int a[], int size){
int i, prod = 1;
for(i = 0; i < size; i++)
prod *= a[i];
return prod;
}
int main(){
int a[3] = {1, 2, 4};
int val = prod_array(a, 3);
printf("The product of array elements is %d.\n", val);
return 0;
}
| [
"brinkmanethan@gmail.com"
] | brinkmanethan@gmail.com |
256adec40af07af92f107459d3bbc1ffc01e1ead | dc6daf09af5c39fa125b62f1ffc6708b0782ce29 | /libmta/strmail.h | 757bb2b927b587e5cba23004fd298b7e26cbf131 | [
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"Fair"
] | permissive | byte-mug/protosuite | 8ed31b315c5493884c188b28a78f7c64559b7be3 | 13cc66ee4aa885ae6989f28e8db53c2a5cf272d7 | refs/heads/master | 2021-07-21T02:13:44.369669 | 2019-05-08T12:34:55 | 2019-05-08T12:34:55 | 91,306,767 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 701 | h | /*
* Copyright (C) 2019 Simon Schmidt
* Usage of the works is permitted provided that this instrument is retained
* with the works, so that any entity that uses the works is notified of this
* instrument.
*
* DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.
*/
#pragma once
#include "common.h"
/*
* Converts "User Na... | [
"simon.schmidt@htp-tel.de"
] | simon.schmidt@htp-tel.de |
eef2427d03bdfb8e35602fb0166703d66ef42693 | a98cc8054fc6c9f253448ad188bb53fcf9e6084d | /csuy-3393/class/60advancedipc/60boundedbuffer/display.c | 5a274e6376de848c01b7f495bdf880c16c732203 | [] | no_license | shi-kejian/nyu | 4168c3298ec5e45382740ca7d94f15783d32d279 | 25e06da14da59238fba1a5b96f802180652cd956 | refs/heads/master | 2021-10-09T05:45:58.917527 | 2018-12-22T04:00:14 | 2018-12-22T04:00:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 885 | c | /*
Display the bounded buffer
-jbs
*/
#include <sys/mman.h> // shm_open, mmap, ...
#include <semaphore.h> // sem_t, sem_open, SEM_FAILED, ...
#include <stdio.h> // perror, printf
#include <stdlib.h> // exit
#include <unistd.h> // ftruncate, close
#include <stdbool.h>
#include "bb.h"
int main(int ... | [
"shin.junwoo97@gmail.com"
] | shin.junwoo97@gmail.com |
a8aaa0ff11a3527e87c3f05058d1bf106c088c8c | 00cc7655697007a69fe1d6fdda703858fc4a9178 | /runcmd.c | b55205ae10a445078ae462916d4b2080bf2dac20 | [] | no_license | Chr0nos/minishell | 3afe4a5f809bf2b833c5d0030a7a569a9aba70d4 | cca1c49fa9df8047af334c545f8637bf401406bc | refs/heads/master | 2021-01-14T13:20:53.502072 | 2017-08-28T23:06:48 | 2017-08-28T23:06:48 | 57,979,734 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,858 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* runcmd.c :+: :+: :+: ... | [
"snicolet@student.42.fr"
] | snicolet@student.42.fr |
0b6246caf9b276e020ce4a13c536231f0f2c345f | 523e38d8c8f4f60e197e568daa1a84dedb4a9039 | /output.c | d0b8cc233642138dc1650f7522b3db84f35d1f86 | [] | no_license | cozyBoi/toSummit | a0bf3e59d8d149a5690c922b66857bf003234bcd | 0ee41580e31cb97d193af267dc2c3045e81d59de | refs/heads/master | 2022-05-22T18:35:19.626427 | 2020-05-01T11:31:33 | 2020-05-01T11:31:33 | 260,443,385 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,792 | c | #include "output.h"
#include "main.h"
#include "input.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
#include <dirent.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/select.h>
#include <sys/time.h>
#include <termios.h>
#include <signal.h>
... | [
"kjjh1126@sogang.ac.kr"
] | kjjh1126@sogang.ac.kr |
0bc5f5c0c9cb83113047298fc165dcc97ca115fb | 0506c70e6772550f772dc5bddbb6a94e8ccdcd24 | /instructions/ft_ra.c | a2fbf7af68bd3de9d78cc46e0b27dd56045fbcef | [] | no_license | Ysoroko/push_swap | ff3d0210a9cd5c5fd096315685474494677756cd | 98764b8205f28cb0d25e8a63068f2d046682a942 | refs/heads/master | 2023-06-14T05:06:38.732976 | 2021-07-08T07:14:26 | 2021-07-08T07:14:26 | 368,801,357 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,474 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_ra.c :+: :+: :+: ... | [
"ysoroko@student.s19.be"
] | ysoroko@student.s19.be |
1f4d88bc924f618e23ba00709deb6488af94a6e9 | 5e274b2562115b1f74553bbecf97fc9df6339e02 | /rdt.c | 120581966f5edd767815dc3b1eb82b2e5aeae589 | [] | no_license | ShanjinurIslam/Computer-Networks-Transport-Layer-ABP | 43a4968ea4be3bdf8d7a179266db8eb3e111eb72 | 0268b1b926503f7aa8d7da46945e93354cb4f3ab | refs/heads/master | 2020-04-17T19:36:05.024398 | 2019-01-21T19:50:56 | 2019-01-21T19:50:56 | 166,871,499 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 17,391 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
/* ******************************************************************
ALTERNATING BIT AND GO-BACK-N NETWORK EMULATOR: SLIGHTLY MODIFIED
FROM VERSION 1.1 of J.F.Kurose
This code should be used for PA2, unidirectional or bidirectional
data tr... | [
"spondoncsebuet@gmail.com"
] | spondoncsebuet@gmail.com |
d5b84be317ea9db58cd381fac028b6ac4aa8f896 | b1996750cc84e41589383e8058bb014b8f7786e6 | /examples/EFM8BB51_PK5207B/SMBus/MasterMultibyte/inc/EFM8BB51_SMBus_MasterMultibyte.h | 0b8b1f3d1a69add0d237dc9b42e9f7600e437c81 | [] | no_license | mathiasvr/silabs-8051-sdk | 9f66e905bb31aa5c4efcaf4055b17380b330a016 | eff6046fcb1705f00588bcd2d03cc8f0361bfc14 | refs/heads/main | 2022-07-30T06:20:11.791382 | 2022-01-05T00:29:38 | 2022-01-05T01:22:03 | 444,606,667 | 2 | 3 | null | null | null | null | UTF-8 | C | false | false | 3,458 | h | //-----------------------------------------------------------------------------
// EFM8BB51_SMBus_Master_Multibyte.h
//-----------------------------------------------------------------------------
// Copyright 2021 Silicon Laboratories, Inc.
// http://developer.silabs.com/legal/version/v11/Silicon_Labs_Software_License... | [
"mathiasvr@gmail.com"
] | mathiasvr@gmail.com |
64e4eca0423af9a1161b13be835d9af74bae4828 | d00f5a01f28bd81ec7f0bae027f88099b0960567 | /nRF5_SDK_14.2.0_17b948a/components/serialization/common/transport/ser_phy/ser_phy_hci_slip_cdc.c | a3d8e3662a8fe636cdfb79c17896179fb098a2fa | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mafaneh/ble-ebook-project | 18942cd8b5539bf32d8a986be0527ff974ced73b | 0d4638af5806bff5818337d4aedaf8526995e7e4 | refs/heads/master | 2023-02-07T14:11:40.688137 | 2023-01-30T22:39:11 | 2023-01-30T22:39:11 | 117,994,657 | 66 | 23 | MIT | 2020-03-07T21:15:58 | 2018-01-18T14:39:01 | C | UTF-8 | C | false | false | 24,506 | c | /**
* Copyright (c) 2014 - 2017, Nordic Semiconductor ASA
*
* 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... | [
"mohammad@novelbits.io"
] | mohammad@novelbits.io |
aa3b8404e221b772d4518521afdee247edfedd16 | 9bd434fefa9abe120084ac9fb2e1848145a54ddd | /lab9/prelab9/prelab.c | ac091eb75ebf99ed7a1205e2cea8c6dad118a10f | [] | no_license | ntctk4/CS2050 | 51942d5a45fa292263670261ffa4334aa5f26605 | ccd3625f1395f94944de23881450d812071dc344 | refs/heads/master | 2022-12-24T08:18:26.123270 | 2020-10-01T02:15:28 | 2020-10-01T02:15:28 | 300,111,721 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,203 | c | #include<stdio.h>
#include<stdlib.h>
#include<assert.h>
typedef struct node_
{
int data;
struct node_* left;
struct node_* right;
}BST;
BST* insert(BST* tree, int data);
int main(void)
{
BST* tree = NULL;
tree = insert(tree, 5);
assert(tree->data == 5);
assert(tree->left == NULL);
assert(tree->right == NULL... | [
"noreply@github.com"
] | ntctk4.noreply@github.com |
dda6f24e43706136b4754e6959c1d4604adc63a4 | 2075fd64d072fca5f88b4fbe2c2397a3f12a29bd | /mediatek/custom/common/kernel/accelerometer/kxtj9/kxtj9.c | 63d2cb4f3063fcb70025c7c85804c1bb5327685b | [] | no_license | 4Fwolf/signal75-77_kernel_3.4.67 | 380fc4cee56b52060da78eecfa70a4ecea5f1278 | bcca0b70dc87e8ba7af8878666076f7baf6c6b7a | HEAD | 2016-09-01T16:01:49.247082 | 2016-01-29T09:56:21 | 2016-01-29T09:56:21 | 48,953,336 | 1 | 3 | null | null | null | null | UTF-8 | C | false | false | 37,629 | c | /* Copyright Statement:
*
* This software/firmware and related documentation ("MediaTek Software") are
* protected under relevant copyright laws. The information contained herein
* is confidential and proprietary to MediaTek Inc. and/or its licensors.
* Without the prior written permission of MediaTek inc. and/or ... | [
"sasha.halchin@gmail.com"
] | sasha.halchin@gmail.com |
33e8f0f967b8b9e4d41e74c3db00ff28a305d7cc | 7fc6dc972b66d1fa8688b1ffbdfc9adadbce940e | /drivers/tty/vt/vt_ioctl.c | 2cb5b9120d3384259a68ad3dd27bbfe3b027a021 | [] | no_license | amytai/linux-mlx5 | e1465941e11bdf1fb4c58f1b242ac780b2a05885 | 3b1f02481c8c0a32c3b23f8ac463cfb4df8e094f | refs/heads/master | 2023-03-26T03:10:45.906634 | 2021-03-17T01:28:55 | 2021-03-17T01:28:55 | 343,510,055 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 33,740 | c | // SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 1992 obz under the linux copyright
*
* Dynamic diacritical handling - aeb@cwi.nl - Dec 1993
* Dynamic keymap and string allocation - aeb@cwi.nl - May 1994
* Restrict VT switching via ioctl() - grif@cs.ucr.edu - Dec 1995
* Some code moved for less code du... | [
"amy.tai.2009@gmail.com"
] | amy.tai.2009@gmail.com |
87a928a9a66b7eff828002c6aab5743b977e6f93 | a16c7aa50a14bd61bcd19f520658ba82d98820f2 | /15110100306/display.h | ca118bb5a3b50fdf2d5fb8aa4364581b82654378 | [] | no_license | icjsb/C51-Microcontrollers | 0cea26aea13cc4de18059de69680ef5b0e053e5d | 93d69ff78e9863fef1c033e7feed8bf15c9ea1f6 | refs/heads/master | 2021-09-18T02:44:56.523730 | 2018-07-04T07:35:47 | 2018-07-04T07:35:47 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 239 | h |
static unsigned char i=0;
void Display(unsigned char FirstBit,unsigned char Num);
#define DataPort P0
sbit LATCH1=P2^2;// ¶ÎËø´æ
sbit LATCH2=P2^3;// Î»Ëø´æ
unsigned char code dofly_WeiMa[];
extern unsigned char TempData[8];
| [
"ishepherd@foxmail.com"
] | ishepherd@foxmail.com |
3d8dea97871506bb08ba2e3b11d26c5144d32aa8 | dc7631ad46c850ad3b491c261c2da42edffabc4e | /zephyr/test/drivers/default/src/console_cmd/panic_output.c | d9365c3618e494231883a14e9c64b1c869bc90b3 | [
"BSD-3-Clause"
] | permissive | coreboot/chrome-ec | 6eab032c65da77f16a7de81da85921c2ca872ee2 | 0bbd46a5aa22eb824b21365f21f4811c9343ca1e | refs/heads/main | 2023-08-25T08:30:03.833636 | 2023-08-25T04:46:28 | 2023-08-25T07:17:19 | 50,835,018 | 66 | 58 | null | null | null | null | UTF-8 | C | false | false | 2,793 | c | /* Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "console.h"
#include "ec_commands.h"
#include "panic.h"
#include "test/drivers/test_state.h"
#include "test/drivers/utils.h"
#include <zephyr/shell/shell.h>
#in... | [
"chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com |
13c2720ada2fad718ebdabddb414ee67f9cc2c23 | 650918792a702a3db60b0f7ddb59abd23ec13d0d | /ep09.c | dd3c468dc7b58324023fc61ae8cc5dba0d94b5ad | [] | no_license | SuperShinningFinger/ProjectEuler | c094e303b6467cae5f8572427fb9fe3a0cd27d4f | 89be30c19d69057b377f6e2d1ffe25a5c3239718 | refs/heads/master | 2020-03-25T23:12:02.247719 | 2018-08-12T00:58:32 | 2018-08-12T00:58:32 | 144,263,903 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 669 | c | /*************************************************************************
> File Name: ep09.c
> Author:
> Mail:
> Created Time: 2018年08月04日 星期六 11时35分46秒
************************************************************************/
#include<stdio.h>
#include <math.h>
int main(){
for (int i = 1;i < 16;i++){
... | [
"791174722@qq.com"
] | 791174722@qq.com |
a2c977d5cc89c6195e3f5351b5c68c7b52746c07 | 46367579a54a09dd220dd9a678b1452f06897f11 | /tags/hdf5-1_3_1/src/H5Oefl.c | c14203b5313967c1d16e7cf2afc0e027eeacdf93 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | TPLink32/hdf5 | 33ff24c9b6133f0f51cb6cc2b722fba7bb1777dd | 0d6987c15284bd9f34c7e44452a152833d42a738 | refs/heads/master | 2021-05-31T01:15:39.463663 | 2016-04-14T23:02:09 | 2016-04-14T23:02:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,445 | c | /*
* Copyright (C) 1997 NCSA
* All rights reserved.
*
* Programmer: Robb Matzke <matzke@llnl.gov>
* Tuesday, November 25, 1997
*/
#include <H5private.h>
#include <H5Eprivate.h>
#include <H5HLprivate.h>
#include <H5MMprivate.h>
#include <H5Oprivate.h>
#define PABLO_MASK H5O_efl_mask
/* PRIVATE PROT... | [
"(no author)@dab4d1a6-ed17-0410-a064-d1ae371a2980"
] | (no author)@dab4d1a6-ed17-0410-a064-d1ae371a2980 |
7770e7dcb72347b9bf377f0f68cfebb0f54df93e | 3b8fcc2f45cfaa347bae90c925e8a2096fdf7897 | /simulation/momentCalculator.h | e4fc07d70f3a4659a2e48f7364c31fc51ba8a415 | [] | no_license | mrpossoms/Smash-Anderson | fb7b70c081a905efccfda09ee05c2e6a5fb7ea44 | c09ef3c4bfd6996e0a5b590409af07ee9d143bfb | refs/heads/master | 2021-01-06T20:37:01.785895 | 2015-03-11T03:21:51 | 2015-03-11T03:21:51 | 17,940,395 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 155 | h | #ifndef MOMENT_CALCULATOR
#define MOMENT_CALCULATOR
#include "linmath.h"
float momentCalculator(vec3 CoM, vec3* data, int verts, int iterations);
#endif
| [
"mr.possoms@gmail.com"
] | mr.possoms@gmail.com |
a25787a9562253475c978b842d1e48a02ba5396d | 66deb611781cae17567efc4fd3717426d7df5e85 | /pcmanager/src/src_3rdlib/stlsoft/include/stlsoft/internal/cccap/vectorc.h | a2bdee1907f44b1cc41196eed584b80fde262f74 | [
"Apache-2.0"
] | permissive | heguoxing98/knoss-pcmanager | 4671548e14b8b080f2d3a9f678327b06bf9660c9 | 283ca2e3b671caa85590b0f80da2440a3fab7205 | refs/heads/master | 2023-03-19T02:11:01.833194 | 2020-01-03T01:45:24 | 2020-01-03T01:45:24 | 504,422,245 | 1 | 0 | null | 2022-06-17T06:40:03 | 2022-06-17T06:40:02 | null | UTF-8 | C | false | false | 12,821 | h | /* /////////////////////////////////////////////////////////////////////////
* File: stlsoft/internal/cccap/vectorc.h
*
* Purpose: Compiler feature discrimination for CodePlay Vector C.
*
* Created: 3rd October 2003
* Updated: 14th February 2010
*
* Home: http://stlsoft.org/
... | [
"dreamsxin@qq.com"
] | dreamsxin@qq.com |
a820d74a8efddaa2dde8fc55a9b415b9abe45855 | a65d5a9719a035a6f6a4d79c9e195659f1d99404 | /src/TraversalKernelBVH2.h | ad1d6b9a1b254f99f2529504f74cbe089c554ab9 | [] | no_license | bftf/CWBVH | 860bda351d12b57a49521472c7b43237db48993b | 78b644fe0527efd8743368145357b153c20fa1b0 | refs/heads/master | 2020-05-16T14:17:52.556328 | 2020-05-11T19:43:04 | 2020-05-11T19:43:04 | 183,098,354 | 5 | 0 | null | 2019-04-23T21:25:22 | 2019-04-23T21:25:22 | null | UTF-8 | C | false | false | 233 | h | #pragma once
void rtBindBVH2Data(
const float4* InBVHTreeNodes,
const float4* InTriangleWoopCoordinates,
const int* InMappingFromTriangleAddressToIndex);
void rtTraceBVH2(
Ray* rayBuffer,
Hit* rayResultBuffer,
int rayCount);
| [
"ywang432@hawk.iit.edu"
] | ywang432@hawk.iit.edu |
39772670760f8d8f9ec8ac4817ec5211659ec769 | bedf286f767bec593e05c131bdf5853ea7a4128b | /libcheckext/checkext_test.c | 3c869f3949ed61ea35c45ff58b27d3573f856f44 | [
"MIT"
] | permissive | rshuston/FFT-C | 29c755e052cec6cb1e3c8f8deb2da9d6858a6709 | 6fb0dcfcd271e3d3d9e272aa2097aa84a1e1e346 | refs/heads/master | 2021-04-26T23:07:43.805491 | 2019-08-06T13:05:15 | 2019-08-06T13:05:15 | 123,935,150 | 19 | 5 | null | null | null | null | UTF-8 | C | false | false | 5,579 | c | #include <stdio.h>
#include <stdlib.h>
#include <check.h>
#include "checkext.h"
/* ===== "Check" extensions ================================================= */
START_TEST (test_ck_assert_flt_extensions)
{
float x;
float y;
/* ck_assert_flt_eq */
x = 1.5;
y = 1.5;
ck_assert_flt_eq(x, y... | [
"robert.huston@pinpointdynamics.com"
] | robert.huston@pinpointdynamics.com |
2845e9dfa516d6b6b8f52700f334a688073eaed9 | d6222dd26e26be862f309992ee4f64f2420ea78d | /Lab5/ques2.c | 23f43faefa715c2010d305c57f8bda1e20b86274 | [] | no_license | HariniJeyaraman/ICG-Lab | c0ba6bd20cf70ada1786521b5f58f2034f23aa59 | ab14c6d75ca172dd5b07b180cd28819899ab0e00 | refs/heads/main | 2023-01-24T11:29:56.527873 | 2020-11-24T13:16:10 | 2020-11-24T13:16:10 | 315,104,472 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,525 | c | #include<stdio.h>
#include<GL/glut.h>
#include<math.h>
void myInit (void)
{
// making background color black as first
// 3 arguments all are 0.0
glClearColor(0.0, 0.0, 0.0, 1.0);
// breadth of picture boundary is 1 pixel
glPointSize(1.0);
glMatrixMode(GL_PROJECTION);
glLoadIdenti... | [
"harini.s.jeyaraman@gmail.com"
] | harini.s.jeyaraman@gmail.com |
c3c363ec7ee65a66198ec0c32b12b6b5bad22b10 | 1c187269efe0e5042d1706bba112850219077deb | /C/Dijkstra's Algorithm/dijkstra.c | 2e836c1115911196fd3ee20c3ff27f83ffdebd38 | [] | no_license | Nitin26-ck/Algorithms | 4cd9cf94c58c900f3d0d562486bad3b85748385e | e18f3a25696a7747d9b75a9eaa8c0882f1353871 | refs/heads/main | 2023-01-15T18:58:47.758193 | 2020-11-25T06:39:25 | 2020-11-25T06:39:25 | 302,338,419 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,225 | c | /*
rom a given vertex in a weighted connected graph, find shortest paths to other vertices using Dijkstra's algorithm.
Give the trace of this algorithm.
*/
#include<stdio.h>
void dijkstra(int,int [20][20],int [20],int [20],int);
void main()
{
int i,j,n,visited[20],source,cost[20][20],d[20];
printf("enter no of vert... | [
"noreply@github.com"
] | Nitin26-ck.noreply@github.com |
2c298c53a631d8568bafe80c11c5cdebf6948903 | 3cdd702f3cf7e1d8703ec4b8651307fe3f1b8cb1 | /src/transceiver_service/transceiver_service.c | 2e0fdeb26f78eac6fc6794fbe1f0e38e67c10a6b | [] | no_license | sergs-1991/radio_car | 972a877def76e6bc8f689128235d505eb374c237 | 8b0628215cd4080bfad50f4545654259f74fc3bb | refs/heads/master | 2021-09-18T13:09:51.423094 | 2015-11-29T18:01:08 | 2015-11-29T18:01:08 | 13,640,842 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,670 | c | // transceiver control service
#include "transceiver_service.h"
#include "led_service.h"
#include "service_control.h"
// id of this service
static uint32_t cur_serv_id;
// semaphor to implement delayed interrupt service (exti0: user button)
static xSemaphoreHandle exti_0_semaphor;
// exti line 0 irq handler
//====... | [
"ivan0ivanov0@mail.ru"
] | ivan0ivanov0@mail.ru |
bd4253230e430ad6582f9651d940fad9d0af3e1f | 2054363526e156ccda9809805d5b0096178a9435 | /lib/score.h | d5c3eadf8830ab086d73b6b5ac5a3caa7a17fd05 | [
"Apache-2.0"
] | permissive | francoischalifour/eceman | c85d3ef36ab8b9d741cfdeb6289077f6be72ee86 | f0e57b1ccfb9a27acf7149d479cd52cddffbc7cc | refs/heads/master | 2023-08-03T09:47:12.056388 | 2015-11-21T10:32:43 | 2015-11-21T10:32:43 | 46,610,203 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 272 | h | #ifndef ECEMAN_SCORE_H
#define ECEMAN_SCORE_H
int getLastScore(FILE* scoreFile);
int getMinHighScore();
int getScoreLine(FILE* scoreFile, const int score);
int getNbScores();
float getLastTime(FILE* saving);
float getLastTimeStop(FILE* saving);
#endif // ECEMAN_SCORE_H
| [
"francois.chalifour@gmail.com"
] | francois.chalifour@gmail.com |
0a96eb5bd4a829771325ca25a2744523c77dd4f7 | 0d05c3d52011141dab05eba81e35929e71ce4c0d | /Assignment2/Circular_Semaphore/CircularSemaphore.h | 9c9780cbe83d5a709cfd4db6ed6cc4a582d751b7 | [] | no_license | 99003779/Linux_os_99003779 | a5b6096bda3099d9261df958fe90b9398f559935 | 37419c8e6b3e43e2f418cec0fc7dc244cc73e615 | refs/heads/master | 2023-03-09T21:03:20.034476 | 2021-03-01T01:18:04 | 2021-03-01T01:18:04 | 343,254,759 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 151 | h | #ifndef __CIRCULARSEMAPHORE_H
#define __CIRCULARSEMAPHORE_H
#include <pthread.h>
#include <semaphore.h>
#include <stdlib.h>
#include <stdio.h>
#endif | [
"78867425+99003779@users.noreply.github.com"
] | 78867425+99003779@users.noreply.github.com |
d0eb20d3ceae5a3f317b37106e34f9efc7ffb701 | cd899a08a4e3d14f84b73f4f774443e3401fb0a1 | /HiSTBLinuxV100R005C00SPC041B020/source/boot/product/driver/frontend/demod/MXL254/MxL_HRCLS_PhyCtrl.c | b69c3b22baac5ca1c9817c5ba450c805397e613e | [] | no_license | xd5520026/hi3798mv100 | d12ebd6cf8e086083740a8b381989256082f0839 | 12aa0504880d518a9fa15800d4f7a305a1f94dc6 | refs/heads/master | 2023-07-22T15:51:43.969863 | 2021-08-26T01:13:28 | 2021-08-26T01:13:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 149,275 | c | /*****************************************************************************************
*
* FILE NAME : MxL_HRCLS_PhyCtrl.c
*
* AUTHOR : Mariusz Murawski
*
* DATE CREATED : 11/19/2011
*
* DESCRIPTION : Implementation file for MxL_HRCLS PHY control functions
* ... | [
"glin.zhao@gmail.com"
] | glin.zhao@gmail.com |
539b1e1ead90bdffe2880e8a4b38e2d615d937ac | bb7d83cd9ab2fa9995bcfb970d2dcccd0fcc7cc4 | /xlockmore/5.x/5.13/xlockmore-5.13/modes/ant.c | 9ecc288e759e16ac5f5f7b1dca598805f4b5485a | [] | no_license | daveriesz/xlockmore-releases | 8e6b4aeab63427e605e693cb55f68524a5dde319 | a85e159040ed993be28fea691d5bbaf4e53dcd3f | refs/heads/master | 2023-04-06T16:21:33.544578 | 2023-03-17T23:25:32 | 2023-03-17T23:25:32 | 292,445,787 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 40,011 | c | /* -*- Mode: C; tab-width: 4 -*- */
/*-
* ant --- Chris Langton's generalized turing machine ants (also known
* as Greg Turk's turmites) whose tape is the screen
*/
#if !defined( lint ) && !defined( SABER )
static const char sccsid[] = "@(#)ant.c 5.13 2004/06/23 xlockmore";
#endif
/*-
* Copyright (c) 199... | [
"dave@riesz.net"
] | dave@riesz.net |
ed6c905ed7e8f4d20426771b87d00dd59644e433 | 96149b0f0d3b19901c91e1898404b79f09508fd6 | /Third/final cows and bulls.c | 5d67f578c063bf337edeca6277045af77fde91d0 | [] | no_license | maryonella02/Computer-Programming-Practice | a4c327447f609cc8d8a70e39fd12e085a61d4790 | ff9e1ea5fb44ca9664a7b7cbb1ec860400ab9667 | refs/heads/master | 2022-11-14T22:55:39.217532 | 2020-06-29T13:11:32 | 2020-06-29T13:11:32 | 275,816,475 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,244 | c | #include <stdio.h>
#include <stdlib.h>
void Count(int *x, int *y, int n, int *bull, int *cow)
{
//dupa indexul flagului care il setam ca 1 cand in numarul presupus coincide cifra in numarul secret, dar nu e pe pozitia corecta
// iar in if-ul de cows verifica daca la un anumit index este 1-adica true, incremen... | [
"maryonella02@gmail.com"
] | maryonella02@gmail.com |
0db544adaf090a67956f3230fc8f45ea03cbd1f5 | 41d5479a73b630619569707ce0d1de8daee01286 | /lib/mesa/src/gallium/auxiliary/pipebuffer/pb_validate.c | af8e8632f0198d0e710b8f8403cc79d5057c3bb9 | [] | no_license | rwp0/xenocara | 79f97cecb14477542de61156548f5ca1a890515a | 6af6d1f007792b01f09583b79ed943da39ad696c | refs/heads/master | 2023-06-05T11:12:59.797442 | 2021-07-05T11:04:36 | 2021-07-05T11:04:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,182 | c | /**************************************************************************
*
* Copyright 2008 VMware, 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 wit... | [
"jsg@openbsd.org"
] | jsg@openbsd.org |
fa51bfb8dce5179b6e3d997328c1af9bbe660eb0 | cd5a06f5cfb78e3e1527cacc4406ef3b60f19ad7 | /Drv/Extern_Int/ExtInt_drv.h | 36ea18b02cef21dc41d511f85adff19bf498b126 | [
"MIT"
] | permissive | Msadr471/AVRLIB_IAR_V0_0_at90can11 | c9be4d6bede2330f60c8ed24b3d14045613606d1 | 7609b55bee636becef0dd6e66412ad1ec2e9f4fc | refs/heads/master | 2022-12-09T05:37:10.071119 | 2020-08-23T09:53:50 | 2020-08-23T09:53:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,851 | h | /**
@file ExtInt_drv.h
@brief ExtInt driver
@par DEVICE : AVR-Core
@par Licence/Copyright
This sources code are under GNU LGPL licence (* : see on "http://www.gnu.org/licenses/licenses.html").
- This files can be used for commercial usage and free usage.
... | [
"msadr471@gmail.com"
] | msadr471@gmail.com |
46218cbce2814f6116c70f5e3d154624f3af5b58 | 2266eb133fc3121daf0aa7f4560626b46b94afe0 | /d/kaifeng/hh_xiaojing2.c | 5d3d5b4bd7e8ad855a0ff69673e2de73cbcd31d6 | [
"MIT"
] | permissive | oiuv/mud | 6fbabebc7b784279fdfae06d164f5aecaa44ad90 | e9ff076724472256b9b4bd88c148d6bf71dc3c02 | refs/heads/master | 2023-08-18T20:18:37.848801 | 2023-08-13T07:00:15 | 2023-08-13T07:00:15 | 112,278,568 | 99 | 49 | MIT | 2023-02-01T03:42:14 | 2017-11-28T03:05:14 | C | UTF-8 | C | false | false | 535 | c | inherit ROOM;
void create()
{
set("short", "小径");
set("long", @LONG
你走在一条石板铺成的小路上,两旁是高大的垂柳,虽在
骄阳似火的夏日,依旧凉爽怡人。因为这里是总舵主及各位当
家的常来之地,所以路也修砌的很好。
LONG);
set("no_clean_up", 0);
set("exits", ([
"west" : __DIR__"hh_penquan",
"north" : __DIR__"hh_woshi",
]));
set("... | [
"i@oiuv.cn"
] | i@oiuv.cn |
025dd2eab8681231b99280e6e9f1ad986470f048 | d2a5b2a9b356ee260e860f0628916d6fce9d81f4 | /isim/TopModule_isim_beh.exe.sim/work/m_00000000001330825152_4213641838.c | 7d155e7f0bef18f1034e40817b27888d638f8a4e | [] | no_license | EngDeshanChathusanka/ProcessorForDownSampling | 596f4af56269ee95081b14cb338551786b50b29b | 2334e031e3b281a4e7449998d9e31793a7ec39e6 | refs/heads/master | 2021-01-24T01:59:18.489947 | 2018-02-25T11:23:53 | 2018-02-25T11:23:53 | 122,829,571 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 18,075 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"deshan@atlassian.com"
] | deshan@atlassian.com |
d8af7d4512970e04d917e7472fa76b3a1c5de955 | d3d1429da6d94ec4b3c003db06607bc9daa35804 | /common/crypto/crypter/sm2c/openssl/ssl/record/ssl3_record.c | fa7f5d94f74f18771b0f69f0c46e659651348150 | [
"LicenseRef-scancode-unknown-license-reference",
"OpenSSL",
"ISC"
] | permissive | zipper-project/zipper | f61a12b60445dfadf5fd73d289ff636ce958ae23 | c9d2d861e1b920ed145425e63d019d6870bbe808 | refs/heads/master | 2021-05-09T14:48:04.286860 | 2018-05-25T05:52:46 | 2018-05-25T05:52:46 | 119,074,801 | 97 | 75 | ISC | 2018-03-01T10:18:22 | 2018-01-26T16:23:40 | Go | UTF-8 | C | false | false | 65,803 | c | /*
* Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/lice... | [
"1323775977@qq.com"
] | 1323775977@qq.com |
aef40ac0cb45efa7562c373fbd303a8752465af0 | d0f82fab98989015066e90e83cf5f24ac3057d29 | /src/coreclr/interop/platform.h | fef22a10085ad45668167cc0717716f74222f71c | [
"MIT"
] | permissive | JamesNK/runtime | 1b3c4e59f43242880e8e951a85f03852e25a2529 | f3c6cb060954f928915bc83343838bbcdacaebf1 | refs/heads/master | 2023-09-03T20:34:33.400272 | 2021-01-08T04:33:24 | 2021-01-08T04:33:24 | 243,631,677 | 0 | 1 | MIT | 2023-06-06T22:35:59 | 2020-02-27T22:41:36 | C# | UTF-8 | C | false | false | 815 | h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#ifndef _INTEROP_PLATFORM_H_
#define _INTEROP_PLATFORM_H_
#include <assert.h>
#include <stdint.h>
#include <string.h>
#ifndef _ASSERTE
#define _ASSERTE(x) assert((x))
#endif
#ifde... | [
"noreply@github.com"
] | JamesNK.noreply@github.com |
b0da61f457a8607119251394b7833d33b3e57f80 | acbcbe7bd904bf8a09abf0f38627873a69113c19 | /MainSource/sceneDisplay.c | d8f96498d20244ea0ba2771f87e4b64025ef6b1a | [
"MIT"
] | permissive | righthalfplane/SdrGlut | 74aa92bcc8471f7406894cec9a2837b151fc38a6 | ae89446f9255abd401b26adc3a463a6fb8fefcd3 | refs/heads/master | 2023-08-09T06:53:30.042801 | 2023-08-07T03:45:32 | 2023-08-07T03:45:32 | 224,482,476 | 76 | 16 | MIT | 2020-04-29T13:35:05 | 2019-11-27T17:23:11 | C | UTF-8 | C | false | false | 6,424 | c | /*
* sceneDisplay.c
*
*
* Created by Dale Ranta on 6/19/13.
* Copyright 2013 Dale Ranta. All rights reserved.
*
*/
#include <math.h>
#include <stdlib.h>
#include "sceneDisplay.h"
#include "LoadFiles.h"
//#include "ShowGLSL.h"
//#include "ViewFactorTests.h"
#ifdef __APPLE__
#include <GLUT/glut.h> // GLUT Op... | [
"righthalfplane@cox.com"
] | righthalfplane@cox.com |
627e06424093cb7007ba7d8c5aaef2a569aea458 | 6b6f98e1a034a937cd88c64cc42e7030d75e5147 | /Fundamentals of Computer Graphics/code/objects/obj_include.h | 039b0046d4a7c6d9e0389c6abf45d3c703ad1937 | [] | no_license | youyl/Course-Projects-THU | 13d721b3985e2e83bc8a094aaf5b94c4d899f1e0 | 7bf6057065a8a4ec1d56e92d15a34d4b7283e228 | refs/heads/master | 2022-11-10T13:58:32.229985 | 2020-06-30T15:19:12 | 2020-06-30T15:19:12 | 276,116,191 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 178 | h | #ifndef OBJ_INCLUDE
#define OBJ_INCLUDE
#include "base.hpp"
#include "sphere.hpp"
#include "triangle.hpp"
#include "aacube.hpp"
#include "bezier.hpp"
#include "mesh.hpp"
#endif | [
"1078307713@qq.com"
] | 1078307713@qq.com |
ffec9c237a9262a786bbae3539d8fc3aa47da282 | 194d8cdd41013977deef65cba4d29f69d28dad2d | /c07/ex02/ft_ultimate_range.c | f7d2810cfc106cb91f724bde1f58bca4bd24190d | [] | no_license | JehPark/42Seoul_Piscines | 856120f27901fcd53d7f1edc3094e384aab0f319 | 608a6d012f2feffc9c8370724efc336ad9a1f8bd | refs/heads/main | 2023-04-29T03:32:04.832554 | 2021-05-15T12:38:20 | 2021-05-15T12:38:20 | 361,384,885 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,292 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_ultimate_range.c :+: :+: :+: ... | [
"qkrwpgjs1230@gmail.com"
] | qkrwpgjs1230@gmail.com |
abee5dcccdc34c88153bfe19557822969f5d2862 | 11bfe303f6c7b15acd0bcffc3c18a90982248bba | /philosophers.c | f3602183658a42bafebd4b723e48da9af8642ce6 | [] | no_license | brpierre/Projet1LINGI1252 | 87d2f2c7d5bd3610bd59b447ad4b91566e6b765d | 173a44332cf7065cdf15a6d120549038eee74e2b | refs/heads/main | 2023-01-23T13:43:57.164841 | 2020-11-13T11:50:28 | 2020-11-13T11:50:28 | 312,716,638 | 0 | 0 | null | 2020-11-14T00:44:47 | 2020-11-14T00:44:47 | null | UTF-8 | C | false | false | 1,846 | c | #include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <unistd.h>
#define PHILOSOPHES 10
//gcc -o philosophers philosophers.c -lpthread
pthread_t phil[PHILOSOPHES];
pthread_mutex_t baguette[PHILOSOPHES];
void* philosophe ( void* arg ){
int *id=(int *) arg;
int left = *id;
int rig... | [
"damien.sprockeels@student.uclouvain.be"
] | damien.sprockeels@student.uclouvain.be |
fee1f408faba889fdb3eb25bbb245a4b94e26388 | c74182ff55d445344adae324558500ce0d2b3f6d | /HW5/Peter-Huynh_PA5/fusexmp.c | efdfa9d7df4603d13019326224296b165a1f04c5 | [] | no_license | PeterTranHuynh/CSCI3753_Spring2016 | 32c0330872ee5c515be5c844ac70470b676d044f | dd839605f490e04d009d8388245038a88822ffdc | refs/heads/master | 2016-09-13T02:04:52.093774 | 2016-05-12T16:33:38 | 2016-05-12T16:33:38 | 58,658,779 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,028 | c | /*
FUSE: Filesystem in Userspace
Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
Minor modifications and note by Andy Sayler (2012) <www.andysayler.com>
Source: fuse-2.8.7.tar.gz examples directory
http://sourceforge.net/projects/fuse/files/fuse-2.X/
This program can be distributed under the ... | [
"PeterTranHuynh@gmail.com"
] | PeterTranHuynh@gmail.com |
6082b7032e883f698d1cb0f807d040c15478bc41 | a5381181799a4d4eea22f8ac4f66730ab7b9bcbd | /libft/src/ft_memchr.c | 5ac9aae9589c87e3d9f9e3dd26d8763aba4e8d98 | [] | no_license | 42plamusse/ft_printf | 3c36e830b4ce80bb57c20b3a74cdafbb9b35a5ac | 6ff3bc73940bd72129014d2d56e96c2078bc4c37 | refs/heads/master | 2021-03-16T07:43:17.224242 | 2018-10-05T15:11:26 | 2018-10-05T15:11:26 | 93,672,271 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,132 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memchr.c :+: :+: :+: ... | [
"plamusse@e1r12p13.42.fr"
] | plamusse@e1r12p13.42.fr |
f9d30f68a29761e1d894a3024c024bc0bf5d1d80 | a53570bc31bdebeaa126ae0e73f89a82d149727e | /emcore/strlcat.c | dd4f80d9ab73ed60af4b728182f579eb981c6a86 | [] | no_license | ryank231231/freemyipod | e32bc1ff65b53520051b2935a4dd6c60d1e6d41f | b45b3151eff94b93f2c1d23efebb6667d2f4ff54 | refs/heads/master | 2022-11-25T23:35:40.777177 | 2020-08-01T16:50:22 | 2020-08-01T16:50:24 | 284,301,001 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,913 | c | /* $OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and th... | [
"theseven@2d50ea51-68f8-42ca-bb2e-f50f654680a9"
] | theseven@2d50ea51-68f8-42ca-bb2e-f50f654680a9 |
5f04638b3be21283aec9924773c23b93d3403436 | 84a58ce563b1e5d377e5efc8fbf7ce243bc3622c | /csa.h | 34b13a37e7b7ba33effe5b72733c3be91ba90419 | [] | no_license | david-barak/multiplier_8x8 | 1e38c3e8970436a7b8bb42fdb8235bfa1729fec8 | ae28d8864c9f25a6371cfd087d27875e190f9bf0 | refs/heads/master | 2022-04-05T01:06:14.960801 | 2020-01-29T16:17:40 | 2020-01-29T16:17:40 | 236,356,103 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 417 | h | #ifndef CSA_H
#define CSA_H
#include <systemc.h>
void make_csa();
void print_csa(int c, bool a, bool b, bool carryin, bool sum, bool carryout);
SC_MODULE(csa) {
sc_in<bool> clk, a_in, b_in, sum_in, c_in;
sc_out<bool> sum_out, c_out;
void csa_method();
SC_CTOR(csa) {
SC_METHOD(csa_method);
... | [
"dbarak.eng@gmail.com"
] | dbarak.eng@gmail.com |
21920498453cdcb23848b3699dfbb56055fa1a9e | b9f26bf3c0467cdd2d3d17406c672d3ffb4768ba | /ft_printf.h | 27f257a5d25f22486674f26a661dfa09aeed8cca | [] | no_license | ndidenko-unit/printf42 | 16710758f3fcebc23861fb130f3cb703aaf6de30 | 166ba3c95a94ed1b4227ee9afbebdfe471f1f2c9 | refs/heads/master | 2020-03-15T05:30:11.674375 | 2018-12-03T18:37:01 | 2018-12-03T18:37:01 | 131,990,030 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,268 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_printf.h :+: :+: :+: ... | [
"ndidenko@e3r6p3.unit.ua"
] | ndidenko@e3r6p3.unit.ua |
312c1050b9f16deac621be9095e5c7759e34b271 | ce91bb72fe94bbbc6dd91350c15b34ebfef2b58c | /src/window.c | 29752f1eb87e675e2048a9f466aa0bbda14b8d26 | [] | no_license | avallete/Fdf | d94bd1cdba01c7e0849375105c12cfe20677beb9 | 1143b9c223e4cc6105555f2e2e2ce592d5aa2978 | refs/heads/master | 2020-05-05T03:49:45.443779 | 2019-03-06T15:58:41 | 2019-03-06T15:58:41 | 27,494,349 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,675 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* window.c :+: :+: :+: ... | [
"avallete@e1r4p3.42.fr"
] | avallete@e1r4p3.42.fr |
7a21721ee407c55e79fb7068c1f38e030104b358 | 0811739e6df5d373a8765abb55b3ca107752d406 | /new_emi/250.c | 4c66a836e60f1edea7dcac7adbaaefef105da433 | [] | no_license | hz90937880/NewDecFuzzer | 12981d53dd64e9a4ef881d4879b7abb3050ff849 | dcef22907354415c0f4fdce8a102f0dc71844eba | refs/heads/master | 2023-04-15T18:04:11.235871 | 2021-03-25T21:32:01 | 2021-03-25T21:32:01 | 351,564,252 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,186 | c | /*
* This is a RANDOMLY GENERATED PROGRAM.
*
* Generator: csmith 2.3.0
* Git version: unknown
* Options: --no-arrays --no-structs --no-unions --no-safe-math --no-pointers --no-longlong --max-funcs 1 --max-expr-complexity 5 --output ./tmp/src_code/csmith_test_204.c
* Seed: 2743584168
*/
#define NO_LONGLO... | [
"1429408028@qq.com"
] | 1429408028@qq.com |
438001d55bb17b5da2feac694b7fa6e83fbb4b9b | 9501cf4f6a34b8cf88030ee85b05dd108e6b539a | /nslim_v4.c | 7b84554a5ed3293dfd1c2bbe9b57d1615d231f1d | [] | no_license | nigelargriffiths/Shared-Storage-Pool-Tools | 3663388b8f7da8b5445c14ed6a3ad21d13e665fb | 8bafd502848c5a56d9bc259f3cd4bc55586cc4a0 | refs/heads/master | 2022-07-07T21:44:05.939201 | 2020-05-10T19:12:12 | 2020-05-10T19:12:12 | 262,833,226 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,797 | c | #define _LARGEFILE64_SOURCE /* See feature_test_macros(7) */
#include <stdio.h>
#include <stdlib.h>
#include <memory.h>
#include <sys/types.h>
#include <unistd.h>
#define SSP_BLOCK_SIZE (1048576) /* 1 MB */
int main(int argc, char **argv)
{
int ret;
int verbose = 0;
int counting = 0;
int test = 0;
char *ze... | [
"noreply@github.com"
] | nigelargriffiths.noreply@github.com |
9376d4951d548770f6a94f335f6eb796a2b34849 | d6b960ca19c8ecd9e8e94c303beb1298e6b6233b | /src/script/bitcoinconsensus.h | 40e24950163ea20426e124b907b588db2dfea459 | [
"MIT"
] | permissive | aikidev/Aiki | 9413c5f3d6995eb46da3809b65624cedad86a6ab | 66c68b22406541bd75b98ba097f0efff4a76f444 | refs/heads/master | 2020-03-26T22:48:49.652712 | 2018-08-23T20:36:13 | 2018-08-23T20:36:13 | 145,489,152 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,257 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_BITCOINCONSENSUS_H
#define BITCOIN_BITCOINCONSENSUS_H
#if defined(BUI... | [
"42558148+aikidev@users.noreply.github.com"
] | 42558148+aikidev@users.noreply.github.com |
3ca5622c12be95c74d85d70cd8351c93dcf05e75 | cbd7da98db41342fa781411c789f4bdc45eaff40 | /libcperciva/cpusupport/Build/cpusupport-X86-SHANI.c | d2dbe3157070b6965332dda092cfd08dbbbde6c7 | [
"BSD-2-Clause"
] | permissive | daafuq/scrypt | 7d989ed0c2496ad86e10ecc284325578eb73ed94 | b65490638fb17e5664e12debdaa84b97d5a6177b | refs/heads/master | 2022-11-11T08:09:52.068754 | 2020-06-22T05:01:50 | 2020-06-23T21:33:17 | 274,544,568 | 1 | 0 | NOASSERTION | 2020-06-24T01:18:57 | 2020-06-24T01:18:56 | null | UTF-8 | C | false | false | 227 | c | #include <immintrin.h>
#include <stdint.h>
static char a[16];
int
main(void)
{
__m128i x;
x = _mm_loadu_si128((const __m128i *)&a[0]);
x = _mm_sha256msg1_epu32(x, x);
_mm_storeu_si128((__m128i *)a, x);
return (a[0]);
}
| [
"gperciva@tarsnap.com"
] | gperciva@tarsnap.com |
8aff238a57d291a118c2ac37b0ad12709875a87e | 787a5e7b1077349eed377aeca91c985d0b305687 | /COP_3502H/ThursProb4/NutsBolts.c | dec612b2c2e629c02f65fa24ce8f10aa8d8bada6 | [] | no_license | mproetsch/proetsch.org | e448f5dbd32c93166fa9b41bedf1883630f91b23 | 938ed206651043f09746cd396694a65d8f368c25 | refs/heads/master | 2021-01-25T08:55:07.977094 | 2012-04-20T17:08:47 | 2012-04-20T17:08:47 | 3,403,826 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,307 | c | #include <stdio.h>
int partition(int *, int, int);
void quicksort(int *, int, int);
void swap(int *, int *);
int main( void ) {
FILE *nutsBoltsIn = fopen("NutsBolts.in", "r");
FILE *nutsBoltsOut = fopen("NutsBolts.out", "w");
int cases;
fscanf(nutsBoltsIn, "%d", &cases);
int i;
for(i = 0; i ... | [
"matthew@proetsch.org"
] | matthew@proetsch.org |
ceb97fb4687e7a703becd33258e9b63fbdd73ab5 | 167b85a26b5834d2ba6863f966bfbbe47bcd6664 | /system/include/cmsis/cmsis_device.h | 001d21f70155c6f641dfa53c79a77c245ad4ea84 | [] | no_license | w01230/lpc1768 | a9a4e21ff08bca45c2afc190f6edd951e162ac83 | 3a3321bbd8d4eed87e593a87a32b995a90d57608 | refs/heads/master | 2023-09-04T09:33:56.846324 | 2023-08-17T13:54:56 | 2023-08-17T13:54:56 | 166,615,744 | 0 | 1 | null | 2020-03-18T14:07:07 | 2019-01-20T02:35:40 | C | UTF-8 | C | false | false | 79 | h | #ifndef _CMSIS_H_
#define _CMSIS_H_
#include "lpc17xx.h"
#endif // _CMSIS_H_
| [
"4585006@gmail.com"
] | 4585006@gmail.com |
87910904f7f2499b95fd040aad6aa6a81a8c5f39 | 01a954fc0ec36102a608c48e9d8fb6ba76e372a6 | /12626.c | 7c3bae2d455a39a37889b4181c4dd05c1c94bf17 | [] | no_license | tawsifsazid/Uva-Solutions | 2b3a0487f6a116ef9789d31ae140820c0772a6f2 | 714186d865960ebe789a77876f57791b1ffc29c6 | refs/heads/master | 2020-03-18T09:53:55.013017 | 2019-09-05T05:02:15 | 2019-09-05T05:02:15 | 134,585,908 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,090 | c | #include<stdio.h>
#include<string.h>
#include<math.h>
long long j,res,m,a,r,i,t,g,cases;
char str[601];
int main(){
//freopen("in.txt","r",stdin);
//freopen("out.txt","w",stdout);
scanf("%lld",&cases);
getchar();
while(cases--){
scanf("%s",str);
m=0;
a=0;
... | [
"noreply@github.com"
] | tawsifsazid.noreply@github.com |
0b3ef0dff175f27c8e8d9aab6ec1d53cff290932 | 69a94a9316bf97d8ae783d880c5688f52f11c0aa | /mame/src/mess/machine/990_tap.c | d7f7fb0c08c0032f225abe6bf6748a6b0e84e83f | [] | no_license | bradparks/UME-Core | 530fd1dee865453f8a7c00ca2d7c9b2b5b59d34e | ed48bd0e86f701e0f1a22150445ae42ac57aa4aa | refs/heads/master | 2021-01-22T23:57:48.291810 | 2015-11-10T08:43:50 | 2015-11-10T08:44:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 28,181 | c | /*
990_tap.c: emulation of a generic ti990 tape controller, for use with
TILINE-based TI990 systems (TI990/10, /12, /12LR, /10A, Business system 300
and 300A).
This core will emulate the common feature set found in every tape controller.
Most controllers support additional features, but are s... | [
"conrad@kramerapps.com"
] | conrad@kramerapps.com |
14a8d11ef7cbda3e5a3916f1fd448b30b4e2708e | 3b56532dee87d2e798a97902d4ddba1535d919d1 | /recuperatorioParcial2/parcialdosRec/parsaer.c | b2c1466a92aca0e7d5d3bda9061dd7f51517d782 | [] | no_license | palomomatias/programacion_1_laboratorio_1 | a431e97ed42f9da748b3f3a0f0af6f4f0585dc24 | cca217830444e83c516a9c9bd0d008452610fd78 | refs/heads/master | 2021-04-15T15:53:36.677974 | 2018-08-01T05:54:52 | 2018-08-01T05:54:52 | 126,328,975 | 0 | 0 | null | 2018-03-22T12:03:46 | 2018-03-22T12:03:46 | null | UTF-8 | C | false | false | 1,724 | c | #include"parsaer.h"
#include<string.h>
int parserRead(ArrayList* this)
{
char id[5];
char nombre[50];
char profesion[50];
char salario[10];
char edad[3];
eTramite* aux;
int leidos;
if(this!=NULL)
{
FILE* pFile;
pFile=fopen("data.csv","r");
if(pFile!=NULL)
... | [
"palomomatias@hotmail.com"
] | palomomatias@hotmail.com |
698582501e017da2201284acbe8c078f3517e66c | c5b02d3b0888c5b7bfd849afdc87f6f57181c8f0 | /mudlib/std/diewarzau/obj/armour/wboots.c | 1c29fded9fea783700404940f5cde44b4796bfb1 | [] | no_license | jpeckham/DarkeLIB | 8a311164f460cf2acd9e0fc7e1e1e69710f31b80 | 87c020b4974981879aa68f5d19b0dc2e96d2fe7d | refs/heads/master | 2021-09-11T08:55:34.673296 | 2021-09-05T04:58:33 | 2021-09-05T04:58:33 | 141,068,816 | 2 | 5 | null | 2021-09-05T03:06:16 | 2018-07-16T00:39:43 | C | UTF-8 | C | false | false | 1,282 | c | // Amoured Boots
inherit "/std/armour";
object player;
void create() {
::create();
set_name("steel boots");
set("id", ({ "boots","steel boots" }) );
set("short", "pair of pointed steel boots");
set("long", "These shiny black boots are made from rolled steel. T... | [
"jdpeckham@gmail.com"
] | jdpeckham@gmail.com |
246c2eb40229208cb69bab4795c704b9b5272f42 | dcb40289722e901154e8120665413cb5bbd15a73 | /model/Scade/System/OBU_for_ITEA-Review/PositionSimulation/Testbench_Suite/KCG_Output/checkOdometry_Receive_TrackSide_Msg_Pkg.c | 8a6e40ce976b992722946f867371caeac768329b | [] | no_license | valeriodng/modeling | c57fafe865a6568486fcc42a77ea30b3a69f3009 | 793785f7c9c79230328a1bbffbe5067882ac6f45 | refs/heads/master | 2021-01-18T05:36:17.349426 | 2015-05-27T08:30:52 | 2015-05-27T08:30:52 | 30,161,894 | 1 | 0 | null | 2015-02-01T22:15:34 | 2015-02-01T22:15:34 | null | UTF-8 | C | false | false | 2,526 | c | /* $************* KCG Version 6.4 beta5 (build i13) *************
** Command: kcg64.exe -config R:/fork/modeling/model/Scade/System/OBU_for_ITEA-Review/PositionSimulation/Testbench_Suite/KCG_Output/config.txt
** Generation date: 2015-04-24T11:00:59
*************************************************************$ */
#inc... | [
"info@stefankarg-it.de"
] | info@stefankarg-it.de |
7323512815d3c978e238ab3323152483e0c151fd | f45904d4fdf66a83de5970e070a47f82b4e7d22f | /cxxbacktrace.h | abfd1e042ba9da143c06ac4540c926db61b5b012 | [] | no_license | jjzhang166/cxxbacktrace | 41d684f0bb9e5ca598e0247c9322fbcdc05092af | 9901eab664338672b66830b414441a6c91d58a0a | refs/heads/master | 2021-12-01T23:33:12.310277 | 2010-02-15T19:24:25 | 2010-02-15T19:24:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,821 | h | /*
* Copyright (c) 2003 Maxim Sobolev <sobomax@FreeBSD.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
* notic... | [
"syuu@dokukino.com"
] | syuu@dokukino.com |
ebabecb2f019014dc602b2ac188743f3ca661bc1 | 35bcb0e06cc5da5b907bf4214fb665235467915a | /libft/ft_isprint.c | 156308d9cf249077048a6c0233b11e6637d39185 | [] | no_license | milk4u/fdf | 9fc0a0865a1febc8a4fcedcc6a3130bb567a389b | 9185a7b2fb9c43d4352b5c9d80c041c9197e5ed1 | refs/heads/master | 2021-01-22T20:44:07.590090 | 2017-03-19T02:12:40 | 2017-03-19T02:12:40 | 85,347,857 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 969 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isprint.c :+: :+: :+... | [
"pronovise@gmail.com"
] | pronovise@gmail.com |
b429154cf57c667d63008c82e7df8b9ede523884 | 1cdf3cdbeadc141a9b7988d34fe6507a9cfc46c6 | /src/main.c | eb9f26eb98530f908dade9cb4b47cfceb732913f | [] | no_license | zidanewenqsh/my_c_test_01 | ef8a227a6a07f71e22023cfccf60f6cdc3ec8709 | 3271cde40006a6e3b0d6ffeceff5874f262046bf | refs/heads/master | 2020-09-15T19:47:38.030379 | 2019-12-21T09:29:42 | 2019-12-21T09:29:42 | 223,543,995 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,174 | c | //
// Created by admin on 2019/12/18.
//
#include <stdio.h>
#include "../headers/header.h"
#include "../funcs/my_func_01.h"
#include "../funcs/my_func_02.h"
int main()
{
printf("Hello, World!\n");
int a = 1;
float b = 1.0;
double c = 2222222222.222226666;
long double d = 2222222222.222226666L;
l... | [
"zidanewenqsh@163.com"
] | zidanewenqsh@163.com |
795539578787f296ad3c9951fa3125727d56d55d | 3cf6bb62295c532fc0bbe83892035a73798288b7 | /vendor/qcom/proprietary/qzhost/quartz-host/quartz/serializer/genedit_files/host/qapi_ble_ots_host_cb.c | edaf75b36946f3f745c39df5da0d400822af7c35 | [] | no_license | qiangzai00001/QuectelShare | 4698c270fde9b2a3fb88f9633302553582a34a8c | 92fbb0f6117219f63b3a83887e16e4f8335ab493 | refs/heads/master | 2022-12-14T20:21:13.450593 | 2020-01-14T04:56:44 | 2020-01-14T04:56:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,537 | c | /*
* Copyright (c) 2018 Qualcomm Technologies, Inc.
* All Rights Reserved.
* Confidential and Proprietary - Qualcomm Technologies, Inc.
*/
#include <string.h>
#include "qsCommon.h"
#include "qsHost.h"
#include "qsCallback.h"
#include "qapi_ble.h"
#include "qapi_ble_ots_host_cb_mnl.h"
#include "qapi_ble_ots_common.h... | [
"tommy.zhang@quectel.com"
] | tommy.zhang@quectel.com |
8965268f4a91bbf76d6a007c5aa964e483999dd7 | 3d1d651fd0293f1a53217646a10f38a39c59decd | /ClonyBird/Temp/il2cppOutput/il2cppOutput/mscorlib_System_IO_StreamReader_NullStreamReaderMethodDeclarations.h | e32860e8a99902ebaab77876b07e4f70025d49be | [] | no_license | at-tran/ClonyBird | 51cd7ba74357f51a811debfadf667a859493cca1 | d59a7b010ab99bfd5e4b54edfed72a71644b1735 | refs/heads/master | 2021-05-29T05:20:01.445087 | 2015-07-14T14:09:22 | 2015-07-14T14:09:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,535 | h | #pragma once
#include <stdint.h>
#include <assert.h>
#include <exception>
#include "codegen/il2cpp-codegen.h"
// System.IO.StreamReader/NullStreamReader
struct NullStreamReader_t1070;
// System.Char[]
struct CharU5BU5D_t327;
// System.String
struct String_t;
// System.Void System.IO.StreamReader/NullStreamReader::.c... | [
"nhanhnhanh17399@gmail.com"
] | nhanhnhanh17399@gmail.com |
214a890a82275fddbe6fa8ffb47e9c39bc31b4fc | a280aa9ac69d3834dc00219e9a4ba07996dfb4dd | /regularexpress/home/weilaidb/work/kernel/linux-3.0.8/arch/arm/mach-pxa/include/mach/littleton.h | a5adde3b0a5cb19568d1fcb9d74f26e5e0f698fd | [] | no_license | weilaidb/PythonExample | b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466 | 798bf1bdfdf7594f528788c4df02f79f0f7827ce | refs/heads/master | 2021-01-12T13:56:19.346041 | 2017-07-22T16:30:33 | 2017-07-22T16:30:33 | 68,925,741 | 4 | 2 | null | null | null | null | UTF-8 | C | false | false | 237 | h | #define __ASM_ARCH_LITTLETON_H
#define LITTLETON_ETH_PHYS 0x30000000
#define LITTLETON_GPIO_LCD_CS (17)
#define EXT0_GPIO_BASE (NR_BUILTIN_GPIO)
#define EXT0_GPIO(x) (EXT0_GPIO_BASE + (x))
#define LITTLETON_NR_IRQS (IRQ_BOARD_START + 8)
| [
"weilaidb@localhost.localdomain"
] | weilaidb@localhost.localdomain |
12e18ebdd04d6c070bc3868824081c5a8d0b9b7b | 4545588c8427debaf17f9dc71b0ace32f4fb5d67 | /xmega/applications/xmega_a3bu_xplained_demo/ntc_sensor.c | 70a51d6e086dbea7d6b133daff4beaa160d1d639 | [] | no_license | eewiki/asf | 02e06cec0465b28dd689dea801e6be6cbcd47eca | 8d0f55bd089f2e68d2b53aa76adbb02c07cdb166 | refs/heads/master | 2021-01-16T18:20:22.690176 | 2015-03-09T05:42:50 | 2015-03-09T05:42:50 | 18,419,213 | 34 | 30 | null | 2014-12-25T05:13:20 | 2014-04-03T21:42:46 | C | UTF-8 | C | false | false | 4,786 | c | /**
* \file
*
* \brief NTC application
*
* Copyright (c) 2014-2015 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:... | [
"buildmaster@atmel.com"
] | buildmaster@atmel.com |
fd194131f9ecce822bc9f12a954e9bc6abf801f4 | c039bc6a120cde2f9f915739536d0b84701213ea | /7.c | 4001451fd0b4ada8b30e6d158bdb007e353c55e9 | [] | no_license | soamicharan/Q.B.Solution-Unit--5 | 97a10f994dda52b400fd5349635206e0adcc80e8 | ff483234d61eaa7f60092c206276e6f9dd6385bc | refs/heads/master | 2021-01-21T11:49:03.329590 | 2016-11-18T19:14:12 | 2016-11-18T19:14:12 | 73,540,428 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 656 | c | #include<stdio.h>
#include<conio.h>
int main()
{
struct studentinfo
{
int s_num;
char s_name[50];
char s_address[100];
char s_dob[11];
int s_marks;
};
struct studentinfo s[5];
int a,c=0;char *b,te[10000];b=(char*)malloc(4000*sizeof(char));
FIL... | [
"noreply@github.com"
] | soamicharan.noreply@github.com |
97ca857638fa44a56c69d4b06dcc6cf3b747097b | 0dc8dec666a6c50fba68c7bb2c7027d24444a14a | /src/target/common/util.h | c1f3304ec2a3c46c2c4c932804efec56897b0e99 | [] | no_license | megaboy1024/dc-virtcd | 737edd9a4d51fa12555874e4a93b4225bafafa30 | 192f387cd00d98c39ccecdce4fc432d017b0a53b | refs/heads/master | 2020-04-01T08:28:56.900146 | 2017-12-09T12:31:04 | 2017-12-09T12:31:04 | 153,032,526 | 1 | 0 | null | 2018-10-15T00:39:54 | 2018-10-15T00:39:54 | null | UTF-8 | C | false | false | 659 | h | extern int memcmp(const void *s1, const void *s2, unsigned n);
extern void *memcpy(void *s1, const void *s2, unsigned n);
extern void *memset(void *s, int c, unsigned n);
extern void bzero(void *s, unsigned n);
extern void printf(char *fmt, ...) __attribute__ ((format (printf, 1, 2)));
extern int flash_read_sector(int ... | [
"marcus@mc.pp.se"
] | marcus@mc.pp.se |
692009f55280ab0eef61b4e48df3ee27a23145c4 | 3e9b84541e85d857c071aa4cc87dd0543b378c6d | /examples/FRDM_BRTOS/src/CoX/CoX_Peripheral/inc/xhw_sysctl.h | 271adc1c5d7d346b39379dce0c1920dfb5d3dfb0 | [] | no_license | brtos/demos | b5f74a5e2a8e86bf81042d3368d91fd5f6a208e9 | dddb00f930d334d836df5e714232ff429d9a2e53 | refs/heads/master | 2020-12-25T18:18:31.165619 | 2016-09-04T11:09:24 | 2016-09-04T11:09:24 | 38,444,653 | 2 | 1 | null | null | null | null | EUC-JP | C | false | false | 90,583 | h | //*****************************************************************************
//
//! \file xhw_sysctl.h
//! \brief Macros used when accessing the system control hardware.
//! \version V2.2.1.1
//! \date 8/1/2012
//! \author CooCox
//! \copy
//!
//! Copyright (c) 2011, CooCox
//! All rights reserved.
//!
//! Redist... | [
"gustavo.denardin@gmail.com"
] | gustavo.denardin@gmail.com |
c5d75fed5ead44ddd8e2ce0cc7a277254b0c5ba5 | 82154aa09f690bf77d4d2591d70a85cb801fd0e2 | /redis_ae/epoll-mode-copied-from-redis/ae_epoll.c | 516162e168b7e68dcb956e70c838b2e98f8af3a1 | [] | no_license | fankeke/code_snippets | 2cd491890c76905e85cd1e6298c627cab3353a4c | 5345e4c457a5a757c4329cb1aa7d519998b65d82 | refs/heads/master | 2021-06-13T09:52:24.704015 | 2017-04-15T05:59:58 | 2017-04-15T05:59:58 | 43,409,285 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,509 | c | #include "ae_epoll.h"
int aeApiCreate(aeEventLoop*eventLoop)
{
aeApiState*state=malloc(sizeof(aeApiState));
if(!state)
return -1;
state->events=malloc(sizeof(struct epoll_event)*eventLoop->setsize);
if(!state->events){
free(state);
return -1;
}
state->epfd=epoll_create(1024);
if(state->e... | [
"382482175@qq.com"
] | 382482175@qq.com |
de0cd81371de41ada7a3dd8052873e52530bf5fa | 0b8567c09888ebd4722c9abb4cd1b13d7133f626 | /Inc/stm32f1xx_hal_conf.h | ee8d835691ae012ad6f812c89cbc2df329b0bdb8 | [] | no_license | andreysay/UniAdapter | 85397d72aa5ad804c0134b3af0de04668106a126 | 1f9f5aada90188c832ff22bb2571f92e4894aebb | refs/heads/master | 2021-03-16T07:58:44.215333 | 2018-04-06T10:32:51 | 2018-04-06T10:32:51 | 107,945,667 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 14,190 | h | /**
******************************************************************************
* @file stm32f1xx_hal_conf.h
* @brief HAL configuration file.
******************************************************************************
* @attention
*
* <h2><center>© COPYRIGHT(c) 2017 STMicroelectronics</cen... | [
"andreysay@live.com"
] | andreysay@live.com |
6287c28a8d40e8202b7279c912571baba79ec2fa | af79492c6999077f88b820185ecd4eb82c355c9a | /pi0_eta_id_pictures_gsim_FeD_Fe/rspic/hM2_27.C | 25d670fd9af64755e3f2642970a53f3870e238b9 | [] | no_license | orsosa/Eg2_ana | f8d20c0a4c3c0a2e725a24fa84518b552dde31e3 | f49ee1384f54365c0b293656386635b111c54ae0 | refs/heads/master | 2020-07-01T09:30:30.162135 | 2018-11-05T15:08:42 | 2018-11-05T15:08:42 | 74,095,684 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,314 | c | {
//=========Macro generated from canvas: c/The canvas
//========= (Wed Sep 14 17:45:38 2016) by ROOT version5.34/19
TCanvas *c = new TCanvas("c", "The canvas",1,1,800,576);
gStyle->SetOptFit(1);
c->SetHighLightColor(2);
c->Range(0.06625,-1.17207,0.20375,5.215719);
c->SetBorderSize(2);
c->SetLogy();
... | [
"oj.5070@gmail.com"
] | oj.5070@gmail.com |
5f07d0401ae4bf81bfc6e0d8bf4cfd320ab7c3e2 | 4b093982537c71395abb399367431fd45845ed6c | /p_threads/2.c | bb858d0755be12c10f21047c05d0f3f9e02155c0 | [] | no_license | practiceDS/practice_Data_structures | 07bb865c8c7f8b0862f25ee47c9b28c36627b1bd | 6145f7402ececce56fa590af1665723abc9db838 | refs/heads/master | 2023-03-17T18:24:11.472039 | 2023-03-07T18:30:54 | 2023-03-07T18:30:54 | 229,231,829 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 760 | c | /*Threads :- Mutiple strands of execution in a program are threads */
/* This programs shows the threads execution without any synchrnization mechanism */
#include<stdio.h>
#include<pthread.h>
#include<string.h>
/* Declaring thread*/
pthread_t a_thread[5];
void *thread_func(void *arg)
{
static int a = 1;
printf(... | [
"singh.kushagra2810@gmail.com"
] | singh.kushagra2810@gmail.com |
32dcc0c2463fb55ec3f099e1960189d75903fbc5 | a7f8b9469958cbc4e922ed85320011ba02f72a23 | /arqcp19202nbg01/modulo3/ex15/main.c | 1d440e4ec145657300e8ff9426d331c2931f6177 | [] | no_license | joaomfas/ARQCP-2019-2020 | 3cf0ae691967bb7757b2f8d235d811bc41685725 | 4c75fcea5cc6b7530e16c00f24d868da55418a7f | refs/heads/main | 2023-01-03T15:22:04.688912 | 2020-11-03T19:00:48 | 2020-11-03T19:00:48 | 309,780,330 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 255 | c | #include <stdio.h>
#include "sum_first_byte.h"
int *ptrvec;
int num;
int main(){
int v[]={2002,1,1,1,1,1,1,1,1};
ptrvec = v;
num = 9;
int res = sum_first_byte();
printf("%d\n",res);
return 0;
}
| [
"1181436@isep.ipp.pt"
] | 1181436@isep.ipp.pt |
ded9fece562d6a87ee5e2cc6acd359501404181f | 1d05ccabe7b8f1920243565e732d18798a79c172 | /item1/isim/First_M_isim_beh.exe.sim/work/First_M_isim_beh.exe_main.c | 295bb89d8cba1e1f94c65c5546ab3153e30086c4 | [] | no_license | FatDoge/ise | 7158ea65b052774b08d69df29b3b6a717b8d6845 | 61b9ac9bf682111288ac50f19857936535cdff49 | refs/heads/master | 2020-03-13T21:11:02.638536 | 2018-06-23T04:56:38 | 2018-06-23T04:56:38 | 131,290,262 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,266 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"704274491@qq.com"
] | 704274491@qq.com |
499142e62d3888f2a8365f5eb7c4d45115736117 | 191707dd19837f7abd6f4255cd42b78d3ca741c5 | /X11R3/X.V11R3/lib/X/XQuExt.c | 3603f1ba77d6755cc104d46a0f731c3e37c1b705 | [] | no_license | yoya/x.org | 4709089f97b1b48f7de2cfbeff1881c59ea1d28e | fb9e6d4bd0c880cfc674d4697322331fe39864d9 | refs/heads/master | 2023-08-08T02:00:51.277615 | 2023-07-25T14:05:05 | 2023-07-25T14:05:05 | 163,954,490 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 912 | c | #include "copyright.h"
/* $XConsortium: XQuExt.c,v 11.14 88/09/06 16:09:56 jim Exp $ */
/* Copyright Massachusetts Institute of Technology 1986 */
#define NEED_REPLIES
#include "Xlibint.h"
Bool XQueryExtension(dpy, name, major_opcode, first_event, first_error)
register Display *dpy;
char *name;
int... | [
"yoya@awm.jp"
] | yoya@awm.jp |
7ce28a876d28b4a57d8aff3649d035d826962b65 | 583502660903ffca16e377da575a5516c67169ac | /ComputerGraphics/Assignment2/Assignment2Code/inputModule.h | a79ed8bd2f6084cd4ddaffbd5ca9dffc842d2c28 | [] | no_license | HungryAdi/Coursework | 4aa00c5d1ae822c423435251bd29db8c0922fca1 | 1447271ea15aac30c3cc4f865ebef4dcb7c27d74 | refs/heads/master | 2022-04-04T09:28:31.526519 | 2020-02-19T19:09:02 | 2020-02-19T19:09:02 | 105,039,802 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 667 | h | /*
* OpenGL demonstration program for UCI ICS Computer Graphics courses
* inputModule.h,v 2.1 2016/10/05 11:38 pm
*
*/
#include <GLUT/GLUT.h>
/*---------------external entities from sceneModule-----------------*/
extern GLfloat angley;
extern GLfloat anglex;
extern GLfloat distanceX;
extern GLflo... | [
"hungryadii@gmail.com"
] | hungryadii@gmail.com |
7fbdaf85219a5a226a709702aaa9385029e2d232 | 529f8ffe64653e52cfd172ce2b5aa8be53dfba3c | /lab5/q1c.c | ecc8d212da31d5bacea17f0fbdc51532ed0a97df | [] | no_license | paawankohli/OS-Lab | f8784909bdc9e95dd3f185c62e7d597d655bf3c5 | 09618ce4567fc1c905e7630b4f1319c8339f6d22 | refs/heads/master | 2023-02-07T20:51:46.695533 | 2020-12-25T09:13:10 | 2020-12-25T09:13:10 | 319,384,722 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 950 | c | // Q1. Write a producer and consumer program in C using the FIFO queue. The producer should write a set of 4 integers into the FIFO queue and the consumer should display the 4 integers.
//consumer.c
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <fcntl.h>
#include <limits.h>
#... | [
"paawan@gmail.com"
] | paawan@gmail.com |
2da905fffd21f6f93416976a6ddbc7fecf7c96ac | f4c00214b946bf7d09480dee50a8009c8602f8f3 | /Pods/Headers/Public/ShareKit/NSString+LinkedIn.h | ad89d237c15cfe3bd521fa93a62572e01c09bd4c | [] | no_license | dannecker/ga | bb5fdd4d9c2bfe691e577352529df7dc3c9bc0c0 | ce9f4bfe647910d6572b04e2616c3889aa959b71 | refs/heads/master | 2021-01-25T08:42:21.203573 | 2015-01-11T16:51:28 | 2015-01-11T16:51:28 | 28,642,754 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 80 | h | ../../../ShareKit/Classes/ShareKit/Sharers/Services/LinkedIn/NSString+LinkedIn.h | [
"enzonieri@gmail.com"
] | enzonieri@gmail.com |
e2ee7beb697843eaf8dc072721e60d888374103c | e306ce1a29384d6846cd7c0f3bba84f77e59b09b | /source/emathfun.c | df508c6edd98a90e50c562e17b470f038af838ea | [] | no_license | mslazynski/FuzzyCLIPS | 85f70e61cb7f94d0eb31e1d29f433779df38dc3a | 69a085e6db43944a4002c2cb869e88aa5d8b9f37 | refs/heads/master | 2020-12-03T05:20:32.787023 | 2015-05-08T12:25:26 | 2015-05-08T12:25:26 | 35,277,841 | 1 | 0 | null | 2015-05-08T12:22:37 | 2015-05-08T12:22:37 | null | UTF-8 | C | false | false | 26,165 | c | static char rcsid[] = "$Header: /dist/CVS/fzclips/src/emathfun.c,v 1.3 2001/08/11 21:05:16 dave Exp $" ;
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/* CLIPS Version... | [
"webcygal@gmail.com"
] | webcygal@gmail.com |
596ac41369593b72d8cc873b5f2fde4e36d9c821 | 69dd4bd4268e1c361d8b8d95f56b5b3f5264cc96 | /GPU Pro5/06_Compute/Object-order Ray Tracing for Fully Dynamic Scenes/External/lean/header/lean/default.h | b115100f30577a665beb7683ecdd4b119449a95b | [
"BSL-1.0",
"MIT",
"BSD-3-Clause"
] | permissive | AnabaenaQing/Source-Code_ShaderX_GPU-Pro_GPU-Zen | 65c16710d1abb9207fd7e1116290336a64ddfc86 | f442622273c6c18da36b61906ec9acff3366a790 | refs/heads/master | 2022-12-15T00:40:42.931271 | 2020-09-07T16:48:25 | 2020-09-07T16:48:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,654 | h | /*****************************************************/
/* lean Macros (c) Tobias Zirr 2011 */
/*****************************************************/
#pragma once
#ifndef LEAN_DEFAULT
#define LEAN_DEFAULT
/// @addtogroup GlobalMacros
/// @{
#define LEAN_NOP_COPY(type) type(const type&) noexcept { }... | [
"IRONKAGE@gmail.com"
] | IRONKAGE@gmail.com |
26e7b8fd9681561d2323754acd38ab635d679bd8 | b02b0093b1acc4eecf74b1eefb611da6071bad53 | /hw04/linux-5.4.67/drivers/hwtracing/intel_th/intel_th_pci.mod.c | 9e34443acbf2cad7e719acacbb4bbad1361f4226 | [] | no_license | KmYongHwan/Linux-hw | 41f1b2f0efd0d9cfaba291c8a8fd25b8a6ece17d | b4b82a8e73b221b02aad143469bada18adf3140a | refs/heads/master | 2023-08-14T07:10:52.198430 | 2021-10-14T07:03:22 | 2021-10-14T07:03:22 | 413,544,805 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,761 | c | #include <linux/build-salt.h>
#include <linux/module.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>
BUILD_SALT;
MODULE_INFO(vermagic, VERMAGIC_STRING);
MODULE_INFO(name, KBUILD_MODNAME);
__visible struct module __this_module
__section(.gnu.linkonce.this_module) = {
.name = KBUILD_MODNAME,
.init = init_... | [
"kyh5678@gmail.com"
] | kyh5678@gmail.com |
78f3c23f2de684acf9434c259d936e61287c74d8 | 5474ac26a97686fae86ae0b1bf6550d49506a3a6 | /Vision/img_histEq/src4/ap_bmp.h | 8e14669fd0fe0adb8ae15a1aa390ddf2477cb0c8 | [
"BSD-3-Clause"
] | permissive | Pandinosaurus/HLx_Examples | 3d767a50e4ecd6f703f234058f0c40fb7736629a | f057090b8d8dd8bd8c0c6063398de309764d7e12 | refs/heads/master | 2022-06-29T07:59:18.060798 | 2022-06-08T17:56:01 | 2022-06-08T17:56:01 | 194,398,044 | 0 | 0 | BSD-3-Clause | 2022-06-09T15:59:24 | 2019-06-29T11:27:46 | MATLAB | UTF-8 | C | false | false | 3,853 | h | /*******************************************************************************
Vendor: Xilinx
Associated Filename: ap_bmp.h
Purpose: BMP image reader and writer header file for AutoESL
Revision History: February 13, 2012 - initial release
***************************... | [
"noreply@github.com"
] | Pandinosaurus.noreply@github.com |
0a237e069e9331763f38f7dd33599574ca0a1e30 | f8739be99859de6d3be2e5552f55b876fe33c065 | /trunk/Kernel/Common/RL6193_Pcb_Default.h | 98a3dd05859b5d24c341ac8c4797c9af06a19915 | [] | 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 | 65,980 | h | /********************************************************************************/
/* 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 |
510b4957c66a4f824c23a80918ce50301e7a7c21 | 71e5f96a29f5d643ab888b37677d38c33f8d765d | /d/dagger/Elvanta/forest/room48.c | 050fa25b17a2dd33802ddbb17c002432b9577a74 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Cherno-SuS/SunderingShadows | 5f755fbebb79dc0b9d1c2a0541408be4afeb8b67 | c3b4370beb2c4351ecc60826850c94892a42b685 | refs/heads/main | 2023-04-21T09:52:14.580024 | 2021-03-23T12:09:55 | 2021-03-23T12:09:55 | 349,490,686 | 0 | 0 | NOASSERTION | 2021-03-23T12:09:56 | 2021-03-19T16:40:12 | null | UTF-8 | C | false | false | 2,711 | c | #include <std.h>
inherit ROOM;
void create()
{
:: create();
set_property ("light", 2);
set_property("indoors", 0);
set_short ("A pathway through the trees in the Deep Shadow Forest");
set ("day long", "%^ORANGE%^The noise from the forge works is getting louder and louder. You wonder how anyone could sleep or even thi... | [
"law@shadowgate.org"
] | law@shadowgate.org |
a5305dd0277213ec9e916ba3f4fca57ffcffb935 | e01aa49c07b1893f1216b5fe8db25872c05b5e60 | /rsa/genrsa/genrsa.c | 186a76e46d1f18de1e1120b100a52b5342a57b12 | [
"MIT"
] | permissive | brazhenko/ft_ssl | e4bbabdd4be4680310fd450189d21913d2bcebd3 | eac215b8b97a806e4da59f47297cdee8c52c224e | refs/heads/master | 2021-07-12T19:25:42.624531 | 2020-10-01T14:08:54 | 2020-10-01T14:08:54 | 203,419,733 | 3 | 1 | null | 2020-09-30T12:43:22 | 2019-08-20T17:06:03 | C | UTF-8 | C | false | false | 2,737 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* genrsa.c :+: :+: :+: ... | [
"andreybrazhenko@yandex.ru"
] | andreybrazhenko@yandex.ru |
617d41dc4915a5d4cdd59902b5bd38630d8b05f6 | 4cd1a84279596a396c17750ac07746fdfc687c37 | /tests/pause10.c | ead48de871054e5ebbbb3b86f9ebd4d31d3e4f20 | [] | no_license | pierrick-perelle/minishell | e4aa50c544003cf15a7caeb69733d939ad85df97 | 3dcdfeaf167e60b83b9ebd96894f79eff1c57020 | refs/heads/main | 2023-03-19T06:13:56.027750 | 2021-03-11T09:14:22 | 2021-03-11T09:14:22 | 345,123,690 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 148 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
int main()
{
printf("Debut\n");
sleep(10);
printf("Fin\n");
return 0;
}
| [
"perellep@im2ag-mandelbrot.e.ujf-grenoble.fr"
] | perellep@im2ag-mandelbrot.e.ujf-grenoble.fr |
e29393e0cb2817ab92e75bf1249741928768e7b6 | dcf26a6bcf853a3f8f6f50f9379998ef4d8aad40 | /vendor/hisi/hi35xx/third_party/uboot/drivers/net/pfe_eth/pfe_cmd.c | 370b50b04713c0369b25eefb6bdad9d2324fdc14 | [] | no_license | small-seven/testmem | c5f3202dce1c369e9d84cdaaccc2008b827c16d8 | 2771460c617439bd1be562ffdc94543ea170a736 | refs/heads/main | 2023-03-12T22:16:28.824577 | 2021-03-03T04:24:59 | 2021-03-03T04:24:59 | 343,847,762 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 325 | c | #include <net/pfe_eth/pfe_eth.h>
#define NUM_QUEUES 16
#define PESTATUS_ADDR_CLASS 0x800
#define PEMBOX_ADDR_CLASS 0x890
#define PESTATUS_ADDR_TMU 0x80
#define PEMBOX_ADDR_TMU 0x290
#define PESTATUS_ADDR_UTIL 0x0
#define EXPT_DUMP_ADDR 0x1fa8
#define EXPT_REG_COUNT 20
#ifdef PFE_RESET_WA
#endif
#ifdef PFE_RESET_WA
#e... | [
"huihuigong@users.noreply.github.com"
] | huihuigong@users.noreply.github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.