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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3df366465f9f7ff59abe4d6a652ce89f727b0330 | f2ab9d1eec67c8b50ecc78b3e60eb762a1c1ff15 | /cuLDPC/src/cuLDPC.h | 7f81810869e352b9f5570d156eb44b6555519ed8 | [
"Apache-2.0"
] | permissive | gmg2719/5GNR | bd7e5fb033065b30b99a5ec5410283bc3dba3dbf | 34c6d6cec52e77d6f94ad8148912fc543424ccfb | refs/heads/master | 2020-07-15T07:45:17.057971 | 2019-08-30T03:19:25 | 2019-08-30T03:19:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,361 | h | /* Copyright (c) 2011-2016, Robert Wang, email: robertwgh (at) gmail.com
All rights reserved. https://github.com/robertwgh/cuLDPC
CUDA implementation of LDPC decoding algorithm.
Created: 10/1/2010
Revision: 08/01/2013
/4/20/2016 prepare for release on Github.
*/
#ifndef LDPC_H
#define LDPC_H
#define YES 1
#... | [
"billli@matrix.space"
] | billli@matrix.space |
4fe35361a6098a12f1ba0a6c3b01bb9e67f72561 | 8020382e0fef4c88461dcc707b9780f6c4027838 | /Projects/STM32F769I_EVAL/Examples/FMC/FMC_NOR/Src/stm32f7xx_hal_msp.c | 92664df31479edc167a51867df67540231f5d01b | [
"BSD-2-Clause"
] | permissive | ghsecuritylab/STM32_Cube_F7 | 4de70ea1be9a08e043632d14cf7d35b9128a418c | 2147c24a0cbccfae331ca18a519f8ff6b91e860f | refs/heads/master | 2021-03-01T17:56:24.377267 | 2017-12-05T14:27:52 | 2017-12-05T14:27:52 | 245,803,945 | 0 | 0 | null | 2020-03-08T11:43:37 | 2020-03-08T11:43:36 | null | UTF-8 | C | false | false | 6,651 | c | /**
******************************************************************************
* @file FMC/FMC_NOR/Src/stm32f7xx_hal_msp.c
* @author MCD Application Team
* @version V1.3.0
* @date 30-December-2016
* @brief HAL MSP module.
**************************************************************... | [
"trent.gill@gmail.com"
] | trent.gill@gmail.com |
7571527e879dfa86a63079212d09f64ee65c208a | ba78b589925aa166aef0aee0d9e6398376911f3f | /Codes/C/aodv-master/path_port_mapping.h | d6a513365751df8b7a2a171d08fbdde3041c6188 | [] | no_license | jvictorcm/AODV-Protocol- | 8b131415a8d48e5bee45ac470da42b7c843bc001 | faa7a18a92a9a86d54aed1ea5bb65c99e7e3a0bb | refs/heads/master | 2021-01-14T12:45:23.713497 | 2015-01-26T16:45:54 | 2015-01-26T16:45:54 | 29,870,649 | 1 | 0 | null | 2015-01-26T16:43:36 | 2015-01-26T16:43:35 | null | UTF-8 | C | false | false | 878 | h | #ifndef __PATH_PORT_MAPPING_H__
#define __PATH_PORT_MAPPING_H___
#include "defines.h"
#define PURGE_THRESHOLD 50
#define TTL_INFINITE 0
typedef struct path_port_node {
struct path_port_node *prev;
struct path_port_node *next;
int port;
unsigned int ttl;
char path[PATH_LEN];
} path_port_node_t;
typedef struc... | [
"arthur.ferroni@live.com"
] | arthur.ferroni@live.com |
8991a1a067fb881bc2593d4d42f45f8594d35b1e | f0a69b1b69a39c334ba459facba0ed8f34e27bfa | /0x00-ls/ls.c | 0a4fa77795ffefb4d0f762e2220c36a297fb2e1a | [] | no_license | charlyhackr/holbertonschool-system_linux | 6488eee3c024d8a3050274fedd7725aea1a3efef | 29517298f9d59ced8b50db156c86eeaf1b2401b7 | refs/heads/master | 2023-05-31T03:10:23.510058 | 2021-06-28T21:31:44 | 2021-06-28T21:31:44 | 257,171,548 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,014 | c | #include "ls.h"
/**
* main - Entry point for ls
* @argc: Argument count
* @argv: Argument vector
* Return: Return success
*/
int main(int argc, char *argv[])
{
args_t args;
opts_t opt = {0};
args.argc = argc;
args.argv = argv;
args.opt = opt;
args.err = NO_ERR;
args.inv = -1; /* Combine inv and dir_name */... | [
"930@holbertonschool.com"
] | 930@holbertonschool.com |
39d0529eb23f0d2e892aabf7a378ada433097e90 | fb808d86c53e52aee3c788280b16e37c252160cd | /largest.c | e55bdaf16336b28b5cee3da93f319c35de231010 | [] | no_license | chidambarampriya/priyacode | 38e63942cda1187b01c3a336aaddd53c8f7e51ef | de9e11c308b69098d465e6001ea9cf0bcbb6f577 | refs/heads/master | 2021-01-01T16:52:52.973195 | 2017-08-12T11:32:13 | 2017-08-12T11:32:13 | 97,940,006 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 331 | c | #incude<stdio.h>
void main()
{
double n1,n2,n3;
printf("enter the three different number");
scanf("%1f%1f%1f",&n1,&n2,&n3);
if(n1>=n2&&n1>=n3)
{
printf("%2f is the largest number",n1);
}
if(n2>=n1&&n2>=n3)
{
printf("%2f is the largest number",n2);
}
if(n3>=n1&&n3>=n2)
{
printf("%2f is the largest number",... | [
"noreply@github.com"
] | chidambarampriya.noreply@github.com |
b115172d5897978d7862482831b097032bbe35ec | d5f7257da1fd3d94eed5c945f59a33fb9822c5c1 | /plutommi/MtkApp/EngineerMode/EngineerModeApp/EngineerModeAppSrc/EngineerModeDM.c | 0aadb4d03dd983276fc04b4992b0cd3a2a71ce01 | [] | no_license | dongdong-2009/2503D_MQTT | ce37cd3bd83fbd310e411d21aea663dd02d4ac6a | 15f0ec65a56412935a810712807303362b2c5427 | refs/heads/master | 2023-04-22T21:33:57.079597 | 2021-04-25T11:36:43 | 2021-04-25T11:36:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 67,586 | c | /*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the information
* contained herein may not be used o... | [
"864876693@qq.com"
] | 864876693@qq.com |
217a76313c09addac2024038f499fd616e88c472 | 588e6f4a9a5c6f321970ac2f7822aad1352dd06e | /WINCE700/SRC/platform/AM33X_BBB_BSP/SRC/BOOT/XLDR/platform.c | 2695881e0df1119ba7cafebd5ab24adc6721d51a | [] | no_license | KunYi/WECBeagleBone | ccf70c88f5b25d789fda577f2078ad6767428308 | dbb782bc6dfe77bb26ea12db9f717de53bb08cdb | refs/heads/master | 2020-03-23T05:16:02.963821 | 2017-06-24T11:58:57 | 2017-06-24T11:58:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 34,937 | c | // All rights reserved ADENEO EMBEDDED 2010
// Copyright (c) 2007, 2008 BSQUARE Corporation. All rights reserved.
/*
================================================================================
* Texas Instruments OMAP(TM) Platform Software
* (c) Copyright Texas Instruments, Incorporated. All Rig... | [
"dvescovi@tampabay.rr.com"
] | dvescovi@tampabay.rr.com |
1a9648d490dc02bba7544b86a95a8ac1fed392ec | 08a8beb64992983cfb9a7305a78c35a0db1a9ed6 | /C/LinkList/LinkList.c | 5e9a544413158e7b29f76c61fe91302f8a028934 | [] | no_license | Autom-liu/datastructor | 339ef9ef929f1501c4206aaa8ce3cc8c67853409 | 3560080f341e73ea5422bc181687398be55e4f89 | refs/heads/master | 2021-02-15T23:58:29.076805 | 2020-10-11T09:23:09 | 2020-10-11T09:23:09 | 244,947,385 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 3,058 | c | #include <stdlib.h>
#include "LinkList.h"
/**
* create a empty linkList
**/
LinkNode* createNode(int data) {
LinkNode* result = malloc(sizeof(LinkNode));
result->data = data;
result->next = NULL;
return result;
}
/**
* create an initial linkList
**/
LinkList* createByArr(int* arr, int start, int end) ... | [
"349576362@163.com"
] | 349576362@163.com |
39541b8d0fcbc846c0f4e11412f93f45665f3353 | 022ca0d53216b17065fac26abf4b80578b0bf2a8 | /hello.c | 988da51f2aa5c53c6c53eb5a81a3c8e968bee802 | [] | no_license | Ganeshamoorthy/ganesh | d64a698bc9b3e633d5bed0d89fcc52f9f66c3318 | 1d27b04f4c57f8200e682a2c1b5a4bbfce041caf | refs/heads/master | 2021-09-04T13:57:59.033764 | 2018-01-19T07:49:03 | 2018-01-19T07:49:03 | 117,330,766 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 125 | c | #include<stdio.h>
int main()
{
int n,i;
printf("enter the value");
scanf("%d",&n);
for(i=0;i<n;i++)
{
printf("Hello/n");
}
}
| [
"noreply@github.com"
] | Ganeshamoorthy.noreply@github.com |
c9b057a7e266cffeb250b3cd5988fa5e1e065b5f | 3bc2ea782e36567ec355783ffa803bea52418419 | /ft_itoa.c | fda1fd0b3264e3beda45c35f24fd1155c72f7a00 | [
"MIT"
] | permissive | juanlamarao/42_libft | 8c57edad3a76a9d5922cede364798e48f87ffdd8 | ae99a315b75de184e97db9fb73e841779ad87154 | refs/heads/master | 2022-04-08T13:14:11.970832 | 2020-03-21T07:51:06 | 2020-03-21T07:51:06 | 236,099,979 | 0 | 1 | MIT | 2020-03-19T06:11:26 | 2020-01-24T23:19:32 | C | UTF-8 | C | false | false | 1,385 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_itoa.c :+: :+: :+: ... | [
"juolivei@c1r3p3.42sp.org.br"
] | juolivei@c1r3p3.42sp.org.br |
8bdd9df5c6ec027d84f83d3356397107804ad50b | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/mfd/extr_ab8500-core.c_show_chip_id.c | 18a2f708501f3635cca6b64f90078df872847d32 | [] | 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 | 893 | 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 |
6656ce71cfd6a48b9c81f665ef63f47c0eaf2076 | 6a86d740f9b17721677b9ee193f2009a2333a3be | /guilds/scion/paths/staff/spirit/spirit-mark.c | 1a8de447f2638af3a3e94c05466574ad142eb76e | [] | no_license | realms-mud/core-lib | b2a0cc727fd0b1eb47fa244d6fb05de322abe88f | 293089e8900b5a0d46f64619f89c78deea7477e5 | refs/heads/master | 2023-07-06T07:04:25.390271 | 2023-06-27T21:20:29 | 2023-06-27T21:20:29 | 113,914,065 | 69 | 20 | null | null | null | null | UTF-8 | C | false | false | 564 | c | //*****************************************************************************
// Copyright (c) 2023 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
inherit "/guilds/... | [
"abc@maelstrom.cc"
] | abc@maelstrom.cc |
c111ff21e512ecf66606ddb1f1cb10d8eb6bbbe2 | d5b974f5024fe96736019ac854ac7f00bd629f6a | /a4vmsim.c | 7a31c90f0fdea87d481a587c3679d1264fcf1600 | [] | no_license | yueMaHello/simulateVirtualMemory | 6bc4e7029dff1ed3472a73d637950a25d18009db | 9384d6976ff37849d92c73a73ebe857edb273593 | refs/heads/master | 2021-05-05T16:14:26.881984 | 2018-01-13T03:22:49 | 2018-01-13T03:22:49 | 117,310,177 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 19,980 | c |
// CMPUT 379 ass4
// Created by Yue Ma on 2017-11-23.
#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/time.h>
#include <unistd.h>
#include <string.h>
#include <sys/wait.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/file.h>
#include <mat... | [
"noreply@github.com"
] | yueMaHello.noreply@github.com |
946758809db8d6f376792de9f48fb6a500abb4e5 | 840aec54e2ddefab2fa2fd761b6393deca110dd7 | /STRING.c | 2e2442372841742a066521e1ea593c6bc645ce78 | [] | no_license | codevulture/Basic-C-programs | 5fa195dcc2106b27cfa97d59b4c19419ebd99f3a | e1b220d89b0d56cbf89a51ef5f05eeeb0fbe9b69 | refs/heads/master | 2021-01-01T19:25:38.056024 | 2015-02-12T05:37:45 | 2015-02-12T05:37:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 323 | c | #include<conio.h>
#include<stdio.h>
#include<string.h>
int main()
{
int temp,c[10],i,a,j;
char b[10];
scanf("%s",&b);
for(j=strlen(b);j>0;j--)
{
for(i=0;i<strlen(b);i++)
{
if(b[i]>b[i+1])
{
temp=b[i];
b[i]=b[i+1];
b[i+1]=temp;
}
}
}
for(i=0;i<5;i++)
{
printf("%s",b[i]);
}
return 0;
... | [
"jaivishkothari10104733@gmail.com"
] | jaivishkothari10104733@gmail.com |
47f8f81bfbfec657544d7fa2e4731645c11d58cd | 2238c2dfcb0257c54c59932d3c151a9f6a7b24aa | /src/DG_Init_800179A8.c | f235fdfb06eb5699c7463ddebed31ff90a63e01a | [] | no_license | jbro885/mgs_reversing | fa3264df39d6707396f47537c374f8d41f28d94c | 23cdc7a703fc49df6f51800827ef903d81b0294c | refs/heads/master | 2023-06-01T20:05:07.537464 | 2021-06-19T23:59:03 | 2021-06-19T23:59:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 767 | c | #include "linker.h"
#include "dgd.h"
struct_dg SECTION(".gOts_800B1800") gOts_800B1800[3];
void DG_Init_800179A8(struct_dg *pStruct, unsigned char *pOtBuffer, unsigned int otLen, void **pQueue, short queueSize, short param_6, short param_7)
{
unsigned char* pEnd = pOtBuffer + ((((1 << (otLen))) + 1) * 4); // TODO... | [
"github@paulsapps.com"
] | github@paulsapps.com |
c0054541f374878ab2b9d9c7ce1af0123aee1bb9 | 7a34d8b5a56fe79a74d856558d17710c579c4b3d | /Source/timer.h | a2ee42db0b1136818970e290b63dfb1b5f07655a | [] | no_license | Dnawrkshp/uCL-LiveDebug_v4 | c447c70fc472fcb3a68d0f6237a3c552d7d49113 | d6da25c33fc429ed098741122cc1ab4e236b6666 | refs/heads/master | 2016-09-06T00:15:00.519056 | 2014-02-21T06:22:56 | 2014-02-21T06:22:56 | 17,047,438 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 211 | h |
/* fn prototypes */
void TimerInit(void);
u64 Timer(void);
void TimerEnd(void);
/* Timer Define */
#define T0_COUNT ((volatile unsigned long*)0x10000000)
#define T0_MODE ((volatile unsigned long*)0x10000010)
| [
"werewu45@yahoo.com"
] | werewu45@yahoo.com |
0494f12501a185d80aa9aa8054b970587062ffcd | e03ff89d4702500da5fea671dfbfd01801f79973 | /src/signal.c | efc1e6b9f328243690b1fc4951a738966309f42b | [] | no_license | dbaldy/ft_select | ea84e086141c020fed7b3488005bd6f43bc861cd | b70595b8b72863b3171120e02b2dfa7492e1f937 | refs/heads/master | 2021-01-01T03:47:49.673129 | 2016-05-18T08:48:14 | 2016-05-18T08:48:14 | 59,097,618 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,154 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* signal.c :+: :+: :+: ... | [
"dbaldy@e3r8p17.42.fr"
] | dbaldy@e3r8p17.42.fr |
38443a0487fe5a86393b820709ede20fb2c82f8b | a066687e330e3f49c9dd23b8fa31ccf85c3141de | /matrixssl/matrixssl-3-3-open/crypto/digest/digest.h | 5a0f1ce8f116edcf36135cf7395cfb31c196dbdb | [] | no_license | sunfirefox/packages | 2b785673a13aaa2c565cf1c2c9679f9f61b539f6 | 47eea5dc1d5df807cd53b7c8807f0219ff422d8a | refs/heads/master | 2023-05-25T17:15:40.903467 | 2021-03-04T03:36:03 | 2021-03-04T03:36:03 | 13,449,127 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,932 | h | /*
* digest.h
* Release $Name: MATRIXSSL-3-3-0-OPEN $
*
* Header for internal symmetric key cryptography support
*/
/*
* Copyright (c) AuthenTec, Inc. 2011-2012
* Copyright (c) PeerSec Networks, 2002-2011
* All Rights Reserved
*
* The latest version of this code is available at http://www.matrixssl.org
*
* ... | [
"dev@embedthis.com"
] | dev@embedthis.com |
0be93532e992a1cb070f74c019036c64847a2173 | 5ccaeb278ef69bf41d803f9bf339101c39bf2136 | /framework/peripheral/adchs/processor/adchs_p32mz0512efk100.h | b296e63b7f0b9a95977a6a60d6c456d0a2a734b0 | [] | no_license | Mytrex/Harmony | 6de69d5ebbb8cb7769a9ee7bd0330264c1d6ed3a | 32dceb018139e59a12c26044b9f0252d1c0d67c9 | refs/heads/master | 2021-03-16T09:42:26.915713 | 2016-11-02T08:25:20 | 2016-11-02T08:25:20 | 71,403,438 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 34,926 | h | /* Created by plibgen $Revision: 1.31 $ */
#ifndef _ADCHS_P32MZ0512EFK100_H
#define _ADCHS_P32MZ0512EFK100_H
/* Section 1 - Enumerate instances, define constants, VREGs */
#include <xc.h>
#include <stdbool.h>
#include "peripheral/peripheral_common_32bit.h"
/* Default definition used for all API dispatch functions ... | [
"jared@mytrexinc.com"
] | jared@mytrexinc.com |
4d1ea2ffc6fa7aa8efcf3deb49eb4ddaafaff159 | a5c4987ffcf318f6580ad3968d796885748c44f5 | /geom_lib/fit2pts.c | 068183201379246eea302c51d781a27be7e3fcab | [] | no_license | AlessandroScrem/irit-sm_V11 | bc66d4c0af2f45b56981f28314fb230654671e36 | a0945ffe63289b6b768bc1ed054d52a26d86bfaf | refs/heads/master | 2020-05-31T11:45:38.222073 | 2019-06-04T19:26:05 | 2019-06-04T19:26:05 | 190,265,581 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 95,650 | c | /******************************************************************************
* fit2pts.c - Implementation of fitting primitives related functions *
* Based on an article by G. Lukacs, A. D. Marshall, and R. R. Martin *
* called: "Geometric least-squares fitting of spheres, cylinders, cones and *
... | [
"48774358+AlessandroScrem@users.noreply.github.com"
] | 48774358+AlessandroScrem@users.noreply.github.com |
ac076c1b6b32c67596bcf3cffd8e8a73fcbde1af | 037d55d23272b433de75d1ae806f7294cba8c9ca | /stringsexample.c | f3ffbb36f66c693b20a0e76e8f06b76cda1265f6 | [] | no_license | Enkrona/44-550 | d5439e80909ace5002b6e01fa1dcd68c68035ba0 | 7ff2f22c8bb8bc3718cb821365d8e1f694e4bcaa | refs/heads/master | 2020-03-27T14:04:58.177668 | 2018-12-05T19:46:42 | 2018-12-05T19:46:42 | 146,643,231 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 522 | c | // C does not have a String class for variables
// Instead it uses NTCA (Null terminated character arrays)
// terminates with the ASCII terminator for "\0"
// EX: char name[] = {'b', 'r', 'a', 'd', '\0'}; = "brad\0" = "brad"
// EX: can also be defined as char lname = "this works too!";
// #include <string.h> ... | [
"brad@enkrona.net"
] | brad@enkrona.net |
69eaee87ca16930155e500ca899242c361b62572 | f29f45e77a29d269ec148206be8da17552a38687 | /src/mpi/coll/tuning/allreduce/gen2_cma_MV2_ARCH_INTEL_XEON_E5_2620_V4_2S_16_8ppn.h | 442b1320940e1a31ddea205d508bebc30c0cc44f | [
"BSD-2-Clause",
"mpich2"
] | permissive | nmorey/mvapich2 | 4725cd7b612bf7362d379d4bde3ffb4bf6e1a8c5 | e9317e80c68919b6bd323811e24f65d1936c76da | refs/heads/master | 2023-05-03T20:25:32.207700 | 2021-05-18T08:20:34 | 2021-05-18T08:20:34 | 362,400,014 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,717 | h | #define GEN2_CMA__MV2_ARCH_INTEL_XEON_E5_2620_V4_2S_16__8PPN { \
{ \
8, \
0, \
{1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, \
19, \
{ \
{4, &MPIR_Allreduce_pt2pt_rs_MV2}, \
{8, &MPIR_Allreduce_pt2pt_rd_MV2}, \
{16, &MPIR_Allreduce_pt2pt_rd_MV2}, \
{32, &MPIR_Allreduce_pt2pt_rd_MV2}, \
{64, &MP... | [
"nmoreychaisemartin@suse.com"
] | nmoreychaisemartin@suse.com |
faddf07af2747c883892e48c651d852e79c0ed4d | ce54071f454e5d809e0d882392a1b66d99856f37 | /HW0/p3-b.c | 50de8479fef6bfcd516f75a5c41ef18bf661a441 | [] | no_license | GWFrank/DSA-2021 | 0bca6748de766091c4990e381e99b41255a24ca6 | 3adfb4bf2e14affb291f1c37c5d99544f53a95e8 | refs/heads/main | 2023-08-19T10:32:38.971818 | 2021-09-30T09:04:08 | 2021-09-30T09:04:08 | 338,252,889 | 9 | 3 | null | null | null | null | UTF-8 | C | false | false | 288 | c | #include <stdio.h>
#define MINN -50
#define MAXN 50
int main() {
int storage[MAXN - MINN + 1]={0};
int *ary = & storage[-MINN]; // *ary = (1)
for (int i=MINN; i<=MAXN; i++)
ary[i] = i;
for (int i=MINN; i<=MAXN; i++)
printf("%d ", ary[i]);
return 0;
} | [
"frank910311@gmail.com"
] | frank910311@gmail.com |
03e2f41337ab03104c50e233d67d3350b3280e6b | b2d0bc3d53d125cc3c996e5cca0e53fb2a4cc914 | /.vscode/cquery_cached_index/c@@users@jjlok@onedrive@documents@github@newpros/include@headers@opcontrol.h | f37a2cbe73c51f55506cea64b41a7a8a9dd84d29 | [] | no_license | 19jloken/NewPros | e33140b9a1eac923dc4d250e690e0a5be9b0931a | 9ad31c53505db9787f454a269b7d8e79dc3a67e2 | refs/heads/master | 2020-04-17T09:58:58.944612 | 2019-03-12T21:03:25 | 2019-03-12T21:03:25 | 166,482,687 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 606 | h | #ifndef opcontrol_h
#define opcontrol_h
#include "pros/misc.hpp"
#include "pros/rtos.hpp"
#include "headers/timers.h"
extern bool curve;// should the robot use the parametric drive formula
extern bool inversed;// should the drive be inversed
extern bool control;// should the drive be in control mode
extern timer opL... | [
"19jloken@xaviercatholicschools.org"
] | 19jloken@xaviercatholicschools.org |
5333de4d2bd23599347dfa1dc0deb83d885bc540 | 8ba8f5f2b3e5432cd9ad8e780378c8054297843c | /test/move/test_move_gen.h | e19b410f274bc0a3f77be654a06b743a7ea55f47 | [
"MIT"
] | permissive | eddiemcnally/k2 | 76964158a9ed11efa1400079daeec26aa193ace8 | a16a1c8e9680736aecb2e6e5b286441376335177 | refs/heads/master | 2023-08-17T23:37:31.802016 | 2023-08-11T20:51:48 | 2023-08-11T20:51:48 | 102,290,261 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,898 | h | /* MIT License
*
* Copyright (c) 2017 Eddie McNally
*
* 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,
... | [
"emcn@gmx.com"
] | emcn@gmx.com |
7fb7daa7b0f0dc3c3e00f9d8342d522056eb1aed | 389949a77992988d958a3bf9606609df4833cd55 | /SearchAlgorithms/Binary_Search.c | 78f573828ef62a2124d8f4e30ebb248257572ede | [
"MIT"
] | permissive | Atik4/C-Guide-for-Beginners | f5aedf88f41aa4b34eb033c77fd0b1f2ab0eb1f7 | 53cf7537591897b815196beebe7c327e8d00ea93 | refs/heads/master | 2020-08-31T16:03:24.704396 | 2019-10-31T09:49:41 | 2019-10-31T09:49:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 615 | c | #include <stdio.h>
//iterative function for binary search
void binary_search(int arr[], int n, int x)
{
int left,right;
left = 0;
right = n-1;
while(left <= right)
{
int m = (left + right)/2;
if(x < arr[m])
right = m-1;
else if(x > arr[m])
left = m + 1;
else
{
printf("Number found at %d locatio... | [
"atikagarwal4@gmail.com"
] | atikagarwal4@gmail.com |
fa4c8908149ece2a74e433660d3f42ca045871d5 | 4821c2f183fd626dc1da4f4727a0e2f6347f1c5a | /mykernel/kernel/debug.c | e6954d0937ecf86ba8e963a2191b2f5115dfd625 | [] | no_license | CC0707/SimpleOS | d85b98c40e7478258360be86f13770bb2f937127 | 65bc5e029d69c5a04faa4a13219fab7d535dac80 | refs/heads/master | 2020-03-28T05:14:19.492782 | 2018-09-07T03:20:18 | 2018-09-07T03:20:18 | 147,764,421 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 453 | c | #include "debug.h"
#include "print.h"
#include "interrupt.h"
void panic_spin(char* filename , int line, const char* func, const char* condition){
intr_disable();
put_str("\n\n\n!!!!error!!!!\n");
put_str("filename:");
put_str(filename);
put_str("\n");
put_str("line:");
put_int(line);
put_str("\n");
put_str("... | [
"Scal_free@163.com"
] | Scal_free@163.com |
8aa001a14ceedfe4c6698a8086b103de70f763df | 63c3ee4beb56fdaac8358da4c8cf4935eafb37ae | /os-support/linux/drm/kernel/drm_agpsupport.h | 4436edbe6e1b9daf1070e2d4900cb19672af0cbf | [] | no_license | wwzbwwzb/fbdri | 2ccfb10ace5cfdef6dd30d22fece7406c261e9a8 | d306b94714bb47c75ccce83be17aba86e2f61273 | refs/heads/master | 2021-01-01T16:26:15.159348 | 2012-12-11T16:03:32 | 2012-12-11T16:03:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,853 | h | /* drm_agpsupport.h -- DRM support for AGP/GART backend -*- linux-c -*-
* Created: Mon Dec 13 09:56:45 1999 by faith@precisioninsight.com
*
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
*
* Permission is hereby ... | [
"daafvv@gmail.com"
] | daafvv@gmail.com |
237ed5a8c902002199c1e6a2fc9fe0d1f9000b75 | 785b920d6fa85a5da89c6990f00e270c797532d2 | /Infantry_FreeRTOS_2019/BSP/led.h | 8aa7cd01c029659a4ee27d765f9953a08661a39e | [] | no_license | Artisan19/Infantry-gyrate | d63899a6d82c76706b68a571bbe901b8f49292c1 | 580c375b072b3859e336873b066a4776986ec79b | refs/heads/master | 2022-04-25T22:04:04.888808 | 2020-05-01T08:16:45 | 2020-05-01T08:16:45 | 255,800,915 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 125 | h | #ifndef __LED_H_
#define __LED_H_
void LEDConfig(void);
#define LED_GREEN PFout(14)
#define LED_RED PEout(7)
#endif
| [
"furan1997@163.com"
] | furan1997@163.com |
d4ac7f7987823b9d8a911a3eba49041f64cb8221 | a8e7a1bdd18004912ea6bd14e931355ccf1325cb | /src/libpsc/acc/acc_push_fields.c | c2a25079c95f5f82aa76ba1d4823bbab65ac735a | [] | no_license | germasch/psc | 31c915a4341d043ac03c1d4b6244965b54d62c4c | 188d4e4e259fea70094487c0cbd91bd136153c2e | refs/heads/master | 2023-08-08T17:44:06.162157 | 2020-01-15T14:56:03 | 2020-01-15T14:56:03 | 30,850,971 | 6 | 2 | null | null | null | null | UTF-8 | C | false | false | 5,783 | c |
#include "psc.h"
#include "psc_acc.h"
#include "psc_fields_acc.h"
// ----------------------------------------------------------------------
// acc_push_flds_E_xyz
static void
acc_push_flds_E_xyz(struct psc_fields *flds)
{
struct psc_patch *patch = &ppsc->patch[flds->p];
fields_acc_real_t cnx = .5 * ppsc->dt / p... | [
"kai.germaschewski@unh.edu"
] | kai.germaschewski@unh.edu |
6c2e3e44918298733dd668fea7f0279d1aff777f | 26d5efe68b1f3cdfea59184298e852c92a705f0b | /client.c | 44c1274e953143b4aebcab92bc2e0a1924a78425 | [
"Apache-2.0"
] | permissive | RaghavRoy145/sentiment-analysis-of-tweets-in-c | e4196ad0b5e10513adc35c793b8185a5ecb3d5ce | 2a41a7aaaaab629ed68e2a740e545610a7790c36 | refs/heads/master | 2022-03-22T23:36:04.632831 | 2019-11-29T12:25:38 | 2019-11-29T12:25:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 944 | c | #include <stdio.h>
#include "get_tweets.h"
#include "parse_output.h"
int main()
{
int get;
long timeout = 10L;
int n = 0;
int readmore = 0;
FILE *fp = fopen("output.json", "r");
if(fp == NULL) return -1;
do
{
printf("Select option:\n");
printf("1. Get Tweets from Twitter... | [
"samyak201@gmail.com"
] | samyak201@gmail.com |
501af5fd79bb7a531c905a715b7a61d49544033b | 7407016422dc27989ced60f2bde9cc3383969a95 | /Carte_mere_OZ440.X/system.c | 85272387dcc52f2b73b5c8af990137fac979a6de | [] | no_license | bruno-mathieu/Carte_mere_OZ440 | bee81d036556f0e90d7024f45a784484d79aca8e | 80b8664eda75a274b3660db65dedf2013bd7f9cb | refs/heads/master | 2020-05-18T08:36:12.380541 | 2015-02-25T15:42:50 | 2015-02-25T15:42:50 | 26,641,149 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 10,100 | c | /******************************************************************************/
/*Files to Include */
/******************************************************************************/
#if defined(__XC)
#include <xc.h> /* XC8 General Include File */... | [
"bruno@naio-technologies.com"
] | bruno@naio-technologies.com |
df5e42b5a10df3484b6d2784e2db8e1fd77b536c | f635c5469e4db5447577729f24ab4a4feed0926d | /include/pci.h | 9b46bb1355024e3da21680f0bf1a192e627cc244 | [] | no_license | serek8/Kernel-JOS | ee25626b1441c31245afdc0a33fb9a0b2e773e05 | f5b1e061c787ee3937ecd258cb24b0be801c3caa | refs/heads/master | 2020-07-18T05:17:18.385782 | 2019-10-29T11:11:02 | 2019-10-29T11:11:02 | 206,183,890 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 856 | h | #pragma once
#include <types.h>
#define PCI_CONF_ADDR 0xcf8
#define PCI_CONF_DATA 0xcfc
#define PCI_ANY_ID 0xffff
struct pci_regs {
uint16_t vendor_id;
uint16_t device_id;
uint16_t cmd;
uint16_t status;
uint8_t rev_id;
uint8_t prog_if;
uint8_t subclass;
uint8_t class;
uint8_t cl_size;
uint8_t lat_... | [
"stephan@synkhronix.com"
] | stephan@synkhronix.com |
d9eef7bb488bc70d51e3a1d71e5c40e1b12e4abd | a4c5d3e1c72c33751d0c4e9db2aa68d2e6e5eed2 | /option2.c | 78b9673c7c1893a7f6c36f96c94e1758549f0802 | [] | no_license | Aubinator/104_light | 686c3b8811590f9b939e7bbabe2427c586beb370 | 8ade9512464633e1b8990c256ebafe5333e2d0b1 | refs/heads/master | 2020-05-18T07:25:31.403404 | 2013-04-16T17:33:02 | 2013-04-16T17:33:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,463 | c | #include "prototype.h"
void option2(int xa, int ya,int za, int xb,int yb, int zb, int rayon)
{
float delta, k1, k2;
delta = 8*((xa*xb)*((ya*yb)+(za*zb))+(ya*yb)*(za*zb)) -4*(pow((xb*ya),2)+pow((xb*za),2) + pow((yb*xa),2) + pow((yb*za),2) + pow((zb*xa),2) + pow((zb*ya),2)) +(4*(pow(rayon,2)))*(pow((xb),2) + pow((yb),2... | [
"lkientega@gmail.com"
] | lkientega@gmail.com |
9c311d492eaec8b33513a36db9ddab47a3e9b1a1 | af93020ea4c6d2c9c9db92bc6d3253c5ca37f267 | /parser/read_or.c | ccf463609092ba7bca921f7d7d432c86c6cac707 | [] | no_license | Azhr4n/42Sh | 7f9bb504cfb1e6728cbcf10a0d47b72dc3fde43f | c6b6d4139e653915c11dcf1011d0434673a206e8 | refs/heads/master | 2016-09-01T08:33:20.018997 | 2016-02-09T15:56:12 | 2016-02-09T15:56:12 | 51,377,375 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,910 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* read_or.c :+: :+: :+: ... | [
"pivanovi@e2r4p12.42.fr"
] | pivanovi@e2r4p12.42.fr |
9ad43058c4e7b8f93a2da7e32b527a18fba49ec1 | 0f7cf7436a066db6ec46426f8a709457603429d0 | /C/Uzivo/1. - 3. tjedan/palindrom.c | 93a27956831970f0c15f892a0cb2976eaaccc2ec | [
"MIT"
] | permissive | mateobencek/UPRO | 00d02f1960f2b802c13f0bf7288c850350dc9948 | 1824a9ef4fd136f68459c049619e8feb611d10a2 | refs/heads/main | 2023-03-13T09:49:58.441791 | 2021-03-02T14:04:22 | 2021-03-02T14:04:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 400 | c | #include <stdio.h>
int main(void) {
int broj, pom, novi = 0, zn = 0;
scanf("%d", &broj);
pom = broj;
while (pom != 0) {
zn++;
pom /= 10;
}
pom = broj;
for (int i = 0; i < zn; i++) {
novi = novi * 10 + pom % 10;
pom /= 10;
}
if (novi == broj) {
printf("Broj je p... | [
"mateobencek007@gmail.com"
] | mateobencek007@gmail.com |
8d55dd8c51e1c56aa876b15419b137edaf26e423 | 73937a093cb926b83802a4eef2e76a556ea80ecc | /holepuncher.c | 1e0e3a679098955041d1cd1fe65cb51fe545e9a5 | [] | no_license | zalefin/duct | 608651c7fe9dec9fd58971b5258f9592f383925c | d0a5160bdef5d88d67f1b7d954e11e05d6674d88 | refs/heads/master | 2022-11-25T08:48:11.793060 | 2020-08-06T05:32:19 | 2020-08-06T05:32:19 | 285,350,713 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,266 | c | #include <stdio.h>
#include <stdlib.h>
/* #include <unistd.h> */
#include <sys/socket.h>
#include <sys/types.h>
#include <string.h>
#include <netinet/in.h>
#define MAXLINE 1024
#define PORT 8080
int main(int argc, char **argv) {
int sock_fd;
char buffer[MAXLINE];
char *res = "hello";
struct sockaddr_i... | [
"zachlefin@gmail.com"
] | zachlefin@gmail.com |
9b8b319a36245f8bcbc86d3ba2e9c837115214eb | c52410de0ff9851a60545bfeb340c6def461f02c | /src/textures/load_textures.c | 9264a271de4ef5c9994e642f8e4fb872bed554fd | [] | no_license | Eathox/Doom-Nukem | ee3ddb68006499eb8eadb45ddc2857ea33d134e1 | 9a0f56d237791fa78636a671b698cbff6c918a0e | refs/heads/master | 2022-12-08T16:03:37.437290 | 2020-06-04T14:04:49 | 2020-06-04T14:04:49 | 294,442,316 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,884 | c | /* ************************************************************************** */
/* */
/* :::::::: */
/* load_textures.c :+: :+: ... | [
"noreply@github.com"
] | Eathox.noreply@github.com |
7cfaf19cfd8e830a2087ce1124fa52ae87962d8a | 6ace0ccd42aeca9f9057550034c33d950137bf8b | /ASM/hero_head.c | 9c2dd760e92180dd105d368a548d946aac51e1fa | [] | no_license | ffredon/corewar | 789c7b5b140dc13ed32d0cc078bc17d61f354933 | 364e3e3f86c3ae04cae0297b49483275a1eb6b0e | refs/heads/master | 2020-12-24T05:18:10.543327 | 2016-06-10T16:31:13 | 2016-06-10T16:31:13 | 60,861,030 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,968 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* hero_head.c :+: :+: :+: ... | [
"fredon@e1r11p3.42.fr"
] | fredon@e1r11p3.42.fr |
b02b0e820b822953c950608dcc2a70efa769676a | 054d16794a345b0d73781919293b800eea40b3aa | /pointer_passed_by_ref.c | 87a8f4496aa85d61d1b72d7846258ec1fd2d1fe8 | [] | no_license | Cython-dot/-C-First-C-program | 621b9ca634b591000ad0052499160acb24b7943a | 9689fa94340fb9d317c11b8cdd9685d75a292218 | refs/heads/master | 2020-12-29T06:57:02.464073 | 2020-12-20T20:17:37 | 2020-12-20T20:17:37 | 238,501,197 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 279 | c | #include <stdio.h>
#include <stdlib.h>
void square(int *x);
int main(void)
{
int num = 12;
square(&num);
printf("The square of the number is %d\n", num);
// The square of the number is 144
return 0;
}
void square(int *x)
{
*x = (*x) * (*x);
}
| [
"noreply@github.com"
] | Cython-dot.noreply@github.com |
fe2801f3da1c6dfe60af7060c12d50f39313345d | 1744185a1e318fd0705b7c8d71635966bf2f7451 | /template/lib/Projects/STM324xG_EVAL/Examples/TIM/TIM_ExtTriggerSynchro/Inc/main.h | 6bce4388c1a0a39d51f65f41024e854f71ab66a7 | [
"BSD-2-Clause",
"MIT"
] | permissive | swedishhat/stm32f4-bear-metal | 99554444acc611433190b00599d5be9ebbcbac49 | 04c8ae72ee6ea658dc376afe64f7f3a47c67512b | refs/heads/master | 2020-12-24T09:09:59.574026 | 2016-11-09T18:07:57 | 2016-11-09T18:07:57 | 73,302,594 | 0 | 1 | MIT | 2020-03-08T01:27:48 | 2016-11-09T16:45:24 | C | UTF-8 | C | false | false | 2,794 | h | /**
******************************************************************************
* @file TIM/TIM_ExtTriggerSynchro/Inc/main.h
* @author MCD Application Team
* @version V1.2.6
* @date 06-May-2016
* @brief Header for main.c module
***********************************************************... | [
"patrick.d.lloyd@gmail.com"
] | patrick.d.lloyd@gmail.com |
d5c07b283e979958f8bfe04424d1a101229aad32 | 446bef8a8bcea86fe5732eecc33cf3d8a641f35e | /project1.h | 5e421fd2410bf69554570276dc2e82d00103499c | [] | no_license | martyu/CS325_project1 | 9e2419e7b2d6cc91599017273bd09dc4d3afa543 | 0cfa4e7a079a93b6bc10de9ee7e3da31c97417ee | refs/heads/master | 2021-01-22T20:45:29.285782 | 2013-10-25T03:56:03 | 2013-10-25T03:56:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 721 | h | //
// main.h
// CS325_Project1
//
// Created by Marty on 10/23/13.
// Copyright (c) 2013 Marty. All rights reserved.
//
#ifndef CS325_Project1_main_h
#define CS325_Project1_main_h
struct subArrIndices
{
int start;
int end;
};
struct algorithmRuntimes
{
double algorithm1;
double algorithm2;
double algorithm3... | [
"marty@martyulrich.com"
] | marty@martyulrich.com |
63de98eb3b05a51e1f80c23c63e52479015bc06d | 9fdb6486b12a6241fcad5daf5a70f0af10f0c050 | /src/script/bitcoinconsensus.h | 47fa1b68bdd4bd10c8fbec012db9408f74789da7 | [
"MIT"
] | permissive | QUAR-Network/QUAR-core | 95f49e5a5caeb4b0e6edb860de19a01837ec31c6 | e415ee0962939577da856cb05d335f3939ca17af | refs/heads/master | 2020-03-22T20:19:24.361867 | 2018-08-07T15:57:22 | 2018-08-07T15:57:22 | 140,589,771 | 0 | 6 | null | null | null | null | UTF-8 | C | false | false | 2,404 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core 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 define... | [
"lucifercommunitychoice@gmail.com"
] | lucifercommunitychoice@gmail.com |
70329dc6ba47c5005817e32374dbfb52fd67fd71 | e6688572d2dc2ed35e7b6a396b09c6141548980b | /kendryte-standalone-demo-develop/face_detect/main.c | 62c4208e5f0a08de3f2c89e5e1696c42b8a194a4 | [
"Apache-2.0"
] | permissive | Muchunpeng/K210 | d829bfb01f96071fe6a2ab2d504bb1285374df34 | eddfcdcd40924cc5ef3f90b0b21e7d0b75bea1d1 | refs/heads/master | 2022-04-14T13:59:16.253739 | 2020-04-15T04:04:09 | 2020-04-15T04:04:09 | 255,790,257 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,193 | c | #include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <stdlib.h>
#include <math.h>
#include "bsp.h"
#include "sysctl.h"
#include "plic.h"
#include "utils.h"
#include "gpiohs.h"
#include "fpioa.h"
#include "lcd.h"
#include "nt35310.h"
#include "dvp.h"
#include "ov5640.h"
#include "ov2640.h"
#include "uarth... | [
"sdutmcp@163.com"
] | sdutmcp@163.com |
37a16aca7e95253a3548a0d307645b16c8f78759 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/11919896-5d2f-4c0d-8a0c-d037780d7b67.c | dc82841e1f0e272076f9739bc7968bdd647362c4 | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 563 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = j%j;
l = l%j;
j = k-k*i;
//variables
/* START VULNERABILITY */
int a;
long b[85];
long c[46];
a = 0;
do {
//random
... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
c8b0a1bdc749d0f7be1626873123a464a0eef198 | 02a087e8de0a7d0cfed9dba60e8cff5be4ae3be1 | /Research_Bucket/Completed_Archived/ConcolicProcess/oracles/Bellon/bellon_benchmark/sourcecode/snns/src/xgui/sources/ui.h | 6a09f1e8139e1401e19a7b69fc2f7d08cf20dad6 | [] | no_license | dan7800/Research | 7baf8d5afda9824dc5a53f55c3e73f9734e61d46 | f68ea72c599f74e88dd44d85503cc672474ec12a | refs/heads/master | 2021-01-23T09:50:47.744309 | 2018-09-01T14:56:01 | 2018-09-01T14:56:01 | 32,521,867 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 20,381 | h | #/*****************************************************************************
FILE : $Source: /projects/higgs1/SNNS/CVS/SNNS/xgui/sources/ui.h,v $
SHORTNAME : ui.h
SNNS VERSION : 4.2
PURPOSE : general header file
NOTES : This file is to include in all ui_*.c files.
... | [
"dxkvse@rit.edu"
] | dxkvse@rit.edu |
934d76b36a1e9bef0802027a6766d24b5b001f59 | 61b6d50c0684fc7a7124ad8dc668ab2d06b00237 | /src/text_input.c | b3ff0ec76e18847597df1836cf175c0be2e1c8e2 | [] | no_license | cyberarm/mruby-gosu | 6e5751cc6cd261d0a73954ca60739bcb74f371ef | fbc7df795946251cf606ec6d55959d2f5fab7d0d | refs/heads/master | 2023-05-11T22:17:49.737592 | 2023-04-29T03:28:37 | 2023-04-29T03:28:37 | 212,910,419 | 4 | 2 | null | null | null | null | UTF-8 | C | false | false | 5,404 | c | #include "text_input.h"
extern struct RClass* mrb_gosu_text_input;
typedef struct mrb_gosu_text_input_callback
{
mrb_state* mrb;
mrb_value self;
} mrb_gosu_text_input_callback;
typedef struct mrb_gosu_text_input_data_t
{
Gosu_TextInput* text_input;
mrb_gosu_text_input_callback* callback;
} mrb_gosu_t... | [
"matthewlikesrobots@gmail.com"
] | matthewlikesrobots@gmail.com |
f4690f2738899e731f8b4ab7cf85edc492254641 | 3c07f7e773f644d4558f4ab460252c5d9219c738 | /Semestr 1/sprawdzian 1/zad3.c | 983f50092740558a5ff1b23e5841fa2af1e181bb | [] | no_license | anatol-karlinski/Studia-C | 66f3235bc861457fae346b738771c02871e7288e | c027104ef82cf1d1412a5820a8068ea44a02cda4 | refs/heads/master | 2020-12-25T04:54:51.676381 | 2016-07-08T23:37:14 | 2016-07-08T23:37:14 | 62,499,615 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 288 | c | #include<stdio.h>
#include<math.h>
int silnia (int n)
{
if (n == 0) return 1;
else return n*silnia(n-1);
}
void tylor (int n, int x)
{
double wynik=0,i;
for(i=0;i<n;i++)
{
wynik += pow((-1),i)*pow(x, (2*i))/silnia(2*i);
}
printf("%lf \n", wynik);
}
main(){
tylor(3, 30);
}
| [
"anatol.karlinski@icloud.com"
] | anatol.karlinski@icloud.com |
511d7b2c804c53f10ab9f3887f44547efe209f7d | c73d11b2c6a110a0e65ce6ab8934cac03996bdc3 | /Gocator/GoSdk/GoSdk/Tools/GoMeasurement.h | 0ab8b625d7b59f68c44deb057a47d649fa74e014 | [
"MIT"
] | permissive | Logan-Shi/GO_SDK | 171d6ff134efe885d9965133dcd29a7c3f52ecd7 | ff648a46f55b0acbba8fb35337cd1c23e13be777 | refs/heads/master | 2023-07-17T10:50:01.406926 | 2021-08-29T05:54:51 | 2021-08-29T05:54:51 | 360,782,539 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,363 | h | /**
* @file GoMeasurement.h
* @brief Declares the GoMeasurement class.
*
* @internal
* Copyright (C) 2016-2020 by LMI Technologies Inc.
* Licensed under the MIT License.
* Redistributed files must retain the above copyright notice.
*/
#ifndef GO_MEASUREMENT_H
#define GO_MEASUREMENT_H
#includ... | [
"837898231@qq.com"
] | 837898231@qq.com |
d34a103973b4f63040379ac9a90854cde0737ea2 | 0d9a644ef4d90f3068d07228dfcf54ae940cfcba | /guilds/bard/lyrics/duelers-dance.c | 363f19ad582b8b0234ec555d22ee925275e128ca | [] | no_license | cellboy/core-lib | 3584d8dec497a435d3742f2a7326c3b19beda0c8 | 9ddaa6416c538bbcd51a15c834ea6d5ec744ea40 | refs/heads/master | 2023-08-12T17:57:18.183853 | 2021-09-22T21:09:37 | 2021-09-22T21:09:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,382 | c | //*****************************************************************************
// Copyright (c) 2021 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
inherit "/lib/mod... | [
"abc@maelstrom.cc"
] | abc@maelstrom.cc |
2487fd2c69b26564b2079114ac2db9a1611f29f3 | fbe68d84e97262d6d26dd65c704a7b50af2b3943 | /third_party/virtualbox/src/libs/libxml2-2.9.4/nanohttp.c | e109ad753c6b9bc089f336bc2a684eff6b97e63f | [
"GPL-2.0-only",
"LicenseRef-scancode-unknown-license-reference",
"CDDL-1.0",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-1.0-or-later",
"LGPL-2.1-or-later",
"GPL-2.0-or-later",
"MPL-1.0",
"LicenseRef-scancode-generic-exception",
"Apache-2.0",
"OpenSSL",
"MIT",
"FSFAP"
] | permissive | thalium/icebox | c4e6573f2b4f0973b6c7bb0bf068fe9e795fdcfb | 6f78952d58da52ea4f0e55b2ab297f28e80c1160 | refs/heads/master | 2022-08-14T00:19:36.984579 | 2022-02-22T13:10:31 | 2022-02-22T13:10:31 | 190,019,914 | 585 | 109 | MIT | 2022-01-13T20:58:15 | 2019-06-03T14:18:12 | C++ | UTF-8 | C | false | false | 48,183 | c | /*
* nanohttp.c: minimalist HTTP GET implementation to fetch external subsets.
* focuses on size, streamability, reentrancy and portability
*
* This is clearly not a general purpose HTTP implementation
* If you look for one, check:
* http://www.w3.org/Library/
*
* See Copyright for the statu... | [
"benoit.amiaux@gmail.com"
] | benoit.amiaux@gmail.com |
4a670170e0448aaffe51d9f64b71353d7e79d1f8 | c776476e9d06b3779d744641e758ac3a2c15cddc | /examples/litmus/c/c-litmus-ARMCBMC/long-MP+dmb.sy+pos-ctrl-[fr-rf]-ctrl-rfi.c | 3bd3045c2d4746f3da99696599ada1c69d34872c | [] | no_license | ashutosh0gupta/llvm_bmc | aaac7961c723ba6f7ffd77a39559e0e52432eade | 0287c4fb180244e6b3c599a9902507f05c8a7234 | refs/heads/master | 2023-08-02T17:14:06.178723 | 2023-07-31T10:46:53 | 2023-07-31T10:46:53 | 143,100,825 | 3 | 4 | null | 2023-05-25T05:50:55 | 2018-08-01T03:47:00 | C++ | UTF-8 | C | false | false | 3,156 | c | /* Copyright (C) 2023 ARM-CBMC
* This benchmark is part of ARM-CBMC */
#include <assert.h>
#include <pthread.h>
#include <stdatomic.h>
// Memory barriers
void dmbld();
void dmbst();
void dmbsy();
void isb();
atomic_long vars[3];
atomic_long atom_1_X0_1;
atomic_long atom_1_X2_1;
atomic_long atom_1_X3_0;
atomic_lo... | [
"tuan-phong.ngo@it.uu.se"
] | tuan-phong.ngo@it.uu.se |
3201eb5f78f4705c5f4416d6dff53847b01cdc7c | 97a17c6b43c4b5a4cc532699bd6f6be3b514f705 | /blinky/blinky/common/components/touch/mxt/example_hid/sam4s16c_sam4s_xplained/conf_spi_master.h | 138681924bf9ff0ff60067ba8c9d91a9e5c2ae4b | [
"MIT"
] | permissive | ThucVD2704/femto-usb-blink-example | f2adf7ed2cfff860194870b80c870f0a2c27a82b | 5e166bdee500f67142d0ee83a1a169bab57fe142 | refs/heads/master | 2021-01-18T11:04:43.068488 | 2015-04-24T04:53:26 | 2015-04-24T04:53:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,478 | h | /**
* \file
*
* \brief SPI Master configuration
*
* Copyright (C) 2014 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:
*
* 1... | [
"webmaster@alexventure.com"
] | webmaster@alexventure.com |
5d7fc1bd83a38d7f5d23fbaf7a41055d002a4bd0 | 0b60c7f9b7501c8e92c4bdf6a17d29ddc26689d5 | /NAND Experiment/SSE/nand_bch.h | fe98823e3dfedb1f93e70defd64a8f805e578d3a | [] | no_license | mohebbihr/Parallel-BMA | 42d03ac62649abf69975a373287cf313fff8732c | 9aaf4a997d539e13e45ebef3c2024615e64b6c16 | refs/heads/master | 2021-01-13T07:06:14.587163 | 2018-05-05T05:46:21 | 2018-05-05T05:46:21 | 81,615,226 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,084 | h | /*
* nand-bch.h: contains the files for NAND decoder/encoder using BCH algorithm.
*
*
*
*
*/
#ifndef _NAND_BCH_H
#define _NAND_BCH_H
#include "bch.h"
#define MTD_MAX_OOBFREE_ENTRIES_LARGE 32
#define MTD_MAX_ECCPOS_ENTRIES_LARGE 640
typedef unsigned int __u32;
struct nand_oobfree {
__u32 offset;
__... | [
"noreply@github.com"
] | mohebbihr.noreply@github.com |
07fcadd665abef2b71100adee8ee62f02ab93329 | 1ba0c35ca240634a2beac83f13ceb5e8991eb65e | /my_putchar_fd.c | 5bf45dca10370af9f2b4379c5c95a7b53e5e86d2 | [] | no_license | Nestor/Minishell2 | 51632448cb2f717b895d8aef87ee6c73021f98b4 | 2f1bd1eeccfee84451fc9f06aa5aae35ddb5c557 | refs/heads/master | 2021-05-11T15:52:45.240585 | 2014-03-15T23:05:21 | 2014-03-15T23:05:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 776 | c | /*
** my_putchar_fd.c for minishell2 in /home/bourge_v/Downloads/test/minishell2
**
** Made by bourge_v ... | [
"valentin.bourgeois@epitech.eu"
] | valentin.bourgeois@epitech.eu |
cc276453d5a2c3eaf1370a982fe423d094c5c130 | c7da94445c5d1a1606571ff4e69a07c7fd680ebc | /c02/ex12/ft_print_memory.c | 8a799e03c2452da0d48a9ea61062e81e06c9e00d | [] | no_license | ShadowJ24/42PiscineLis | 7511f8ca50bc0b10e9f7f9e2b0e03c697471773f | 1eb024e809a7702a8c9cf73e560ff73aab4f7dea | refs/heads/main | 2023-01-27T16:28:33.037278 | 2020-12-09T12:23:31 | 2020-12-09T12:23:31 | 319,786,879 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 969 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_print_memory.c :+: :+: :+: ... | [
"luis.prates24@gmail.com"
] | luis.prates24@gmail.com |
a2fe6984da965a61dbcf1aa5562efae097405b53 | 74419ca5afbc65a73b8a0def5d36bd8de03aa79d | /tests/test_decode1.c | 01805684914bb3260000fe61a447c6cbab386cd6 | [
"MIT",
"Zlib",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | zhangjinde/libpb | b8cc63285aa815445f721683559865adaa58d53c | 0e1362a814f28d63a9e01086460da6c4e589f9f4 | refs/heads/master | 2021-01-12T20:55:44.334042 | 2012-01-07T21:34:26 | 2012-01-07T21:34:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,193 | c | /* A very simple decoding test case, using person.proto.
* Produces output compatible with protoc --decode.
* Reads the encoded data from stdin and prints the values
* to stdout as text.
*
* Run e.g. ./test_encode1 | ./test_decode1
*/
#include <stdio.h>
#include <pb/decode.h>
#include "person.pb.h"
/* This func... | [
"wangeguo@gmail.com"
] | wangeguo@gmail.com |
bf83a2c18a4e899c319e955da04928fdab47c506 | 5299efc82deccd3a9a8af326a3c67d83ab0841f8 | /Libraries/STM8L15x_StdPeriph_Driver/src/stm8l15x_syscfg.c | 0989943ee904877c5f588a31ee8b111664090f5a | [] | no_license | goodmasher/Si4463 | 42bcb943f7ff05600c139bce9791b68eda9da8e1 | 24d275ad03050621af2512eff1aa54ed55a65574 | refs/heads/master | 2023-03-18T17:41:23.955237 | 2014-07-31T13:39:03 | 2014-07-31T13:39:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,521 | c | /**
******************************************************************************
* @file stm8l15x_syscfg.c
* @author MCD Application Team
* @version V1.3.0
* @date 07/14/2010
* @brief This file provides all the SYSCFG firmware functions.
**************************************************... | [
"mb86h52@gmail.com"
] | mb86h52@gmail.com |
124ec31fa2cf05c2d59c1a19e835436dcfc8fc70 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/9b1cafd2-eb6d-4d2d-a93f-6fc155cea4e0.c | 186794015263eac440b87253c3eedc3637acc555 | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 578 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = k/j;
l = k%j;
l = l-j;
k = l-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
char b[72];
char c[36];
a = 0;
whil... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
3f458af5caddadc94fbca297483d3f5c42d83d45 | 47925c29acbc313ed93ecdf99a18bf2c76eb944a | /project/Operating_System_Weenix/kernel/include/test/kshell/kshell.h | b4e6b956903fe18914db2ff8d7adc82dfdf6b7b0 | [] | no_license | ruochenliao/hello-world | 88e146b6d80524d7171cddc097dceb895555f34d | 297e5a36dd932cc40816322fc1202a047d9ce308 | refs/heads/master | 2021-01-13T02:08:48.694948 | 2015-05-27T17:34:35 | 2015-05-27T17:34:35 | 35,915,503 | 0 | 1 | null | 2015-05-20T00:39:10 | 2015-05-20T00:09:30 | null | UTF-8 | C | false | false | 2,089 | h | /******************************************************************************/
/* Important CSCI 402 usage information: */
/* */
/* This fils is part of CSCI 402 kernel programming assignments at USC. ... | [
"ruochenl@usc.edu"
] | ruochenl@usc.edu |
27e189e9c3e344726f86190929c1937d318776b3 | f93f413d3eb397c94fcc7a5c0193526bb4c1ea61 | /class1/c/udp_client.c | 23844f5d66fcb347a00485974c815f2e67cf623e | [] | no_license | junho85/Plega2014 | 35feb5221536e9c05c895f90b92718cc6f3c0aa8 | 020df131b7e320e580e0604826c91074d542dff2 | refs/heads/master | 2020-12-11T04:10:18.641033 | 2014-03-25T09:08:07 | 2014-03-25T09:08:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 826 | c | #include <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <unistd.h>
#include <netinet/in.h>
#include <string.h>
int main(int argc, char **argv) {
int sockfd;
int i;
char buf[255];
struct sockaddr_in serveraddr;
memset(buf, 0, sizeof(buf));
// join args
for (i=1; i<argc; i++) {
if (i ... | [
"junho85@junho85-VirtualBox.(none)"
] | junho85@junho85-VirtualBox.(none) |
5e2de23817f120e59e792b97cb84327db3adaace | 242d4a6bb0ea9b0515cc71fca79b0df7f3ac379a | /src/game.h | 96994e5d5eb38d1539b9b21a0026aab06dfd3d62 | [] | no_license | twe4ked/hrdlr-arduboy | fb89a36943791fc02feb571fc2303e7773442bb0 | cfcd60d62df91ff48faa3fb4c23b466da5c75cd0 | refs/heads/master | 2020-07-28T02:24:00.646428 | 2017-02-14T07:55:11 | 2017-02-14T07:55:43 | 73,419,970 | 4 | 3 | null | null | null | null | UTF-8 | C | false | false | 35 | h | void gameSetup();
void gameLoop();
| [
"odindutton@gmail.com"
] | odindutton@gmail.com |
1738da8d14ab66cda08e7d59f74e49bd566e3b20 | 52f62927bb096e6cbc01bd6e5625a119fb35c1c5 | /operators/Extrude/PyExtrudeAttributes.C | 42470d5836fff5e0189d723bd674404956256e45 | [] | no_license | HarinarayanKrishnan/VisIt27RC_Trunk | f42f82d1cb2492f6df1c2f5bb05bbb598fce99c3 | 16cdd647ac0ad5abfd66b252d31c8b833142145a | refs/heads/master | 2020-06-03T07:13:46.229264 | 2014-02-26T18:13:38 | 2014-02-26T18:13:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,904 | c | /*****************************************************************************
*
* Copyright (c) 2000 - 2013, Lawrence Livermore National Security, LLC
* Produced at the Lawrence Livermore National Laboratory
* LLNL-CODE-442911
* All rights reserved.
*
* This file is part of VisIt. For details, see https://visit.llnl... | [
"brugger@18c085ea-50e0-402c-830e-de6fd14e8384"
] | brugger@18c085ea-50e0-402c-830e-de6fd14e8384 |
61b08b6b2865c951a8be3a92420a53cc55678c1b | 1ed1ece5a776aad35da152133a14a4cee60e34d2 | /example_host/rpc_client/lib/log.h | 7707c4a849376284f07381280da6a2b043b11ca0 | [
"Apache-2.0"
] | permissive | ingchips/ING918XX_SDK_SOURCE | 71596b93eee5658e1a512adf910a168235ea59c0 | 69c2fa62b457a7dbbb0bc581e923ee6039d9cf41 | refs/heads/master | 2023-08-31T23:48:31.413047 | 2023-07-24T08:08:17 | 2023-07-24T08:08:17 | 228,328,445 | 14 | 21 | Apache-2.0 | 2023-09-12T06:47:09 | 2019-12-16T07:30:56 | C | UTF-8 | C | false | false | 1,451 | h | #define LOG_LEVEL_DBG 1
#define LOG_LEVEL_INFO 2
#define LOG_LEVEL_WARN 3
#define LOG_LEVEL_ERROR 4
#ifndef LOG_LEVEL
#define LOG_LEVEL LOG_LEVEL_INFO
#endif
#define FAIL_COLOR "\033[31;1m"
#define PASS_COLOR "\033[32;1m"
#define WARN_COLOR ... | [
"zhengji.li@ingchips.com"
] | zhengji.li@ingchips.com |
736983467f16d1af510b14b8a7027bd3ad188cb0 | d7bf96043c115050b2a5d45057161c1df39242e5 | /3/实验三.4.(3.c | 50e696e320db62e77f5e5f9523d3281f8540bbb6 | [] | no_license | shame41/C-2007 | 8541844a0b14ff14792cff5d2e31f26c0cff96cb | 494b75e00113ab90516b4d12240eb91b2e2a97a3 | refs/heads/main | 2023-02-21T22:56:56.048410 | 2021-01-14T09:05:15 | 2021-01-14T09:05:15 | 329,557,960 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 684 | c | #include <stdio.h>
#include <math.h>
int judge(int k);
int main()
{
int k,flag;
printf("请输入任一整数,或输入boom结束程序");
while(scanf("%d",&k)!=0)
{
flag = judge(k) ;
}
return 0;
}
int judge(int k)
{
int num,num0,t0,t1,flag,i,sum;
long long t;
num0 = pow(10,k-1);
int a[256];
for(num=num0;num<10*n... | [
"noreply@github.com"
] | shame41.noreply@github.com |
8a86c8b77021d813e3306cd6b93ec5a64b47d65e | 0470e9ca726bdde959d5e2d4b6f7daa37f9200fa | /projectSkolem/normalize.h | ea3cc290a6836a6a6ec189b04d6279394b85be20 | [] | no_license | m4rk0401/Compilerbauwerkzeuge | 54ec0c8f6654e4a6f4b69aa2ffe7dc5e38578d93 | 6bec8dea0125e5b7bcf1c2928e8cbd6dec8b1dc0 | refs/heads/master | 2022-12-29T21:24:46.660619 | 2020-10-11T13:08:11 | 2020-10-11T13:08:11 | 274,719,007 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,457 | h | #include <stdlib.h>
#include <stdbool.h>
#include <stdio.h>
/* forward declaration */
formula * nnf(formula * formulaElement);
void eleminationOfArrows(formula * formulaElement);
void deMorganRules(formula * formulaElement);
void eleminationOfDoubleNegation(formula * formulaElement);
void renameRule(formula * formulaE... | [
"markoalten@web.de"
] | markoalten@web.de |
d69c44638d696c93b88387bbee12beff4460de1c | 3b68b6b9e63c265e27648f2da9ffebe2eded9433 | /MPICH2/cur/src/mpid/ch3/channels/nemesis/nemesis/include/mpid_nem_post.h | 47f9e9bdc08419806fd978e49065f8407f6e18a1 | [
"mpich2",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | JulianKunkel/hdtrace-piosim | 2289488b108450fa83bffd32b6045df3d8b97a1d | 969d4e55fc0c580e4857da7cf7afc41ee8d48627 | refs/heads/master | 2020-03-13T05:41:16.783277 | 2014-06-05T11:04:41 | 2014-06-05T11:04:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,311 | h | /* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* (C) 2006 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#ifndef MPID_NEM_POST_H
#define MPID_NEM_POST_H
struct MPIDI_PG;
union MPIDI_CH3_Pkt;
/* if local_lmt_pending is true, local_lmt_progress will be called in the
progress loop ... | [
"kunkel@dkrz.de"
] | kunkel@dkrz.de |
33c5237eff96f1c0228e74e480744a2016bc3ca7 | 8388587505334b3f5becd3167da373fb216b4ffa | /Lab1/q1_client.c | ea262218b6f04dc3f8ef678a69d5037a29696b6b | [] | no_license | yashmaurya01/NP-Lab | c0ec772a80308b84f40fee3458339cecadd446e1 | 4922ddd27a1077603621f419d8b61efb44799f99 | refs/heads/main | 2023-02-23T19:50:33.598432 | 2021-01-29T18:27:38 | 2021-01-29T18:27:38 | 323,586,894 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,374 | c | #include<string.h>
#include<arpa/inet.h>
#include<stdlib.h>
#include<stdio.h>
#include<unistd.h>
#include<sys/socket.h>
#include<sys/types.h>
#include<netinet/in.h>
#include<fcntl.h>
#include<sys/stat.h>
int main()
{
int s,r,recb,sntb,x;
printf("INPUT port number: ");
scanf("%d", &x);
struct sockaddr_in server;
ch... | [
"noreply@github.com"
] | yashmaurya01.noreply@github.com |
08f6096d4b059474e189e4872ac5016f36383c84 | df93ce63155a5ddfd054f8daba9653d1ad00eb24 | /applications/test/lduSolver/lduPrimitiveMeshTools.C | 6c7d721ca57bea8127ffa917a254975c3ac073f5 | [] | no_license | mattijsjanssens/mattijs-extensions | d4fb837e329b3372689481e9ebaac597272e0ab9 | 27b62bf191f1db59b045ce5c89c859a4737033e4 | refs/heads/master | 2023-07-19T20:57:04.034831 | 2023-07-16T20:35:12 | 2023-07-16T20:35:12 | 57,304,835 | 8 | 4 | null | null | null | null | UTF-8 | C | false | false | 49 | c | ../processorAgglomeration/lduPrimitiveMeshTools.C | [
"mattijs.janssens@gmail.com"
] | mattijs.janssens@gmail.com |
5def5472322a3efd0a50b15916af29e3529d305d | e24b5ced08861a6219020e86d46a522d5a7c5ae5 | /sample-native-unity-apps/ios/UnityComponent/Classes/Native/mscorlib_System_Collections_Generic_EqualityComparer_1_Defau_21MethodDeclarations.h | 1307ae9ca4765c671384b09e8f21746b7c61ab1f | [] | no_license | AndreaMelle/UnityNativeIntegrationScoping | 10579125b088c867e1549c5732a458ced73af41c | 6b551828520bb178ff19a99398a678f3789386f2 | refs/heads/master | 2021-01-13T00:52:13.151928 | 2015-10-28T17:09:59 | 2015-10-28T17:09:59 | 44,184,426 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,665 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
// System.Collections.Generic.EqualityComparer`1/DefaultComparer<System.Guid>
struct DefaultComparer_t3281;
#include "codegen/il2cpp-codegen.... | [
"andreamelle@Andreas-MacBook-Pro.local"
] | andreamelle@Andreas-MacBook-Pro.local |
e360ee4cfc3d47a0d9a2ea73df61e8f4272f404f | f0bb41b7d2f5f3493e58153b3be68a971f41496e | /models/RobotArm_wide_original/slprj/_sfprj/RA3/_self/sfun/src/c5_RA3.c | 8d3227a58563e72cc137c3fd5c55c90abe1de61e | [] | no_license | MartinPlantinga/RobotArm | 7a181cb44f7aac42decf4fb357f2bcb08a8bebf0 | 7bbfc513fd186af0fd97231cc463b7ded78e214e | refs/heads/master | 2020-03-30T07:58:30.757387 | 2016-04-25T16:40:29 | 2016-04-25T16:40:29 | 56,091,513 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 81,880 | c | /* Include files */
#include <stddef.h>
#include "blas.h"
#include "RA3_sfun.h"
#include "c5_RA3.h"
#define CHARTINSTANCE_CHARTNUMBER (chartInstance->chartNumber)
#define CHARTINSTANCE_INSTANCENUMBER (chartInstance->instanceNumber)
#include "RA3_sfun_debug_macros.h"
#define _SF_MEX_LISTEN_FOR_CTRL_C(S) sf_mex... | [
"m.plantinga@student.tue.nl"
] | m.plantinga@student.tue.nl |
8f384e8b982eec7b0544eb3ef11582409c1b1b0b | 593a763439eaee0eb1ab497d93f8f139e8d7a057 | /lecture_examples/9_aio/7_server_epoll.c | 9c5f777d7b81bd7209573bc452828762653557dc | [] | no_license | yanshtunder/sysprog-1 | 06cf2c6b3ef977167cfd646ed1871c01466ee4f5 | 4ae2dd6c8602581dbd74f1cc9b4e71fe3dd7b98a | refs/heads/master | 2023-04-06T21:12:00.798363 | 2021-04-07T08:32:43 | 2021-04-07T08:32:43 | 344,516,317 | 1 | 0 | null | 2021-04-07T08:32:44 | 2021-03-04T15:14:21 | null | UTF-8 | C | false | false | 2,476 | c | #include <sys/socket.h>
#include <sys/un.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <unistd.h>
#include <pthread.h>
#include <netdb.h>
#include <arpa/inet.h>
#include <poll.h>
#include <sys/epoll.h>
#include <sys/time.h>
int
int... | [
"kyukhin@tarantool.org"
] | kyukhin@tarantool.org |
6b87883014c34a5b03c5126a7aa4fb164856ac75 | 7d4176c878e8be73ffaa38c236f1a76528706c9f | /src/sys/kern/kern_exit.c | 68d77771271090d01cebd0f62fc149fcc1334e81 | [] | no_license | roytam1/mirbsd-cvs | c06ea23d2b106658f9903fe65d351c480b72e72c | 2a6f84cbc58f6ff22e1eeb7804df68d34c2b0a5c | refs/heads/master | 2020-04-14T15:47:25.324452 | 2019-01-01T19:38:30 | 2019-01-01T19:38:30 | 163,906,352 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,841 | c | /* $OpenBSD: kern_exit.c,v 1.50 2004/05/27 20:48:46 tedu Exp $ */
/* $NetBSD: kern_exit.c,v 1.39 1996/04/22 01:38:25 christos Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1991, 1993
* The Regents of the University of California. All rights reserved.
* (c) UNIX System Laboratories, Inc.
* All or some portions of ... | [
""
] | |
3870c676c32eec4b0c453f45bd3585a615e15a79 | 2e95a7cddef63cf283db50dca2446a79f6fcd98c | /VKCup2018/A.c | 81e5df7db45a74f063148b0340592fbb89b849ee | [] | no_license | jameszang/ACM | 78536415c604ed153f37184d959e8e6d98b5b7f2 | 3960d04cf92a471d2335eb94c58b88f1623acb21 | refs/heads/master | 2020-04-08T06:19:47.140333 | 2018-11-26T01:31:04 | 2018-11-26T01:31:04 | 159,092,844 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,686 | c | #include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
struct queue {
long long *a;
long long head;
long long tail;
int size;
int maxSize;
};
struct set {
long long *a;
int size;
int maxSize;
};
void queue_resize(struct queue *q) {
q->a = (long long *)realloc(q->a, 2 * q->max... | [
"jameslzang@hotmail.com"
] | jameslzang@hotmail.com |
3c96226aac2b1467fad6fea93f6f28695373d09a | f375f786dc428aaff33ee03d119fc12206d64090 | /book/tlpi/tlpi-book/psem/thread_incr_psem.c | 6cab2e73575e0cec20dc1ba04b798b41194d4e6e | [
"LGPL-3.0-only",
"GPL-1.0-or-later",
"AGPL-3.0-only",
"LGPL-2.0-or-later",
"GPL-3.0-only",
"MIT"
] | permissive | deevarvar/myLab | 1b77773d5bfa334ee0331cf1926ebbb141c82984 | 7a5019f5f7fc11e173d350e6e2a7d2c80504782d | refs/heads/master | 2021-04-15T15:39:39.248990 | 2020-02-12T13:18:53 | 2020-02-12T13:18:53 | 21,227,445 | 0 | 3 | MIT | 2019-12-19T09:47:29 | 2014-06-26T03:58:19 | Python | UTF-8 | C | false | false | 2,029 | c | /*************************************************************************\
* Copyright (C) Michael Kerrisk, 2014. *
* *
* This program is free software. You may use, modify, and redistribute it *
* under the term... | [
"zhiye@cisco.com"
] | zhiye@cisco.com |
f0234bce390cbbc66c8f2ef9f5b3f0c3bfcc1603 | c3256d26cfa9c72a08bdf95f809e645fcae5e0c7 | /subm/get_next_line.h | 10abc84a20d89a94c42842b22f12fa833211efaf | [] | no_license | ag95v2/gnl | 79a490a30e0a764c75a8c384e3f06f60050d4ef0 | b8268da84bbfa3569bdc3388e69411c6eccff053 | refs/heads/master | 2020-08-02T14:00:04.755162 | 2019-10-11T15:50:53 | 2019-10-11T15:50:53 | 211,378,811 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,281 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* get_next_line.h :+: :+: :+: ... | [
"bgian@su-a4.21-school.ru"
] | bgian@su-a4.21-school.ru |
d14b31ced9749524054394d5d32c22b9df0f6f77 | 7b55cacf46bf2fd6298315bccfa4b6f0375e3865 | /src/lib/libc/arch/mips/gen/makecontext.c | 932f071d563356d92220504232564614be1ad306 | [
"MIT",
"LicenseRef-scancode-bsd-3-clause-jtag",
"BSD-2-Clause"
] | permissive | libos-nuse/frankenlibc | 7f33a86f277ea13eeae573e0339b03c5e2a9ff58 | b2e9db0084847aaa63fcddce2f5bf2e0e43669d5 | refs/heads/lkl-musl | 2021-01-21T23:30:07.179889 | 2018-06-21T07:46:36 | 2018-08-14T03:52:22 | 47,620,000 | 9 | 6 | NOASSERTION | 2019-02-21T14:53:00 | 2015-12-08T12:13:28 | C | UTF-8 | C | false | false | 3,530 | c | /* $NetBSD: makecontext.c,v 1.7 2011/09/20 08:42:29 joerg Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Klaus Klein.
*
* Redistribution and use in source and binary forms, with or without
* m... | [
"justin@specialbusservice.com"
] | justin@specialbusservice.com |
74199c4ea17036733dd8f7a2fd17637d62e5a1ae | e79baefb428af70be149dab2eb5f8b02322d4279 | /epoc32/include/frmpage.h | f9be21d6a7d661f5aee716bef8646f5879346c5d | [] | no_license | EKA2L1/oss.API_REF.Public_API | 24e8bdef672b6d7dfaafc38790591bfbdfcbefe7 | bc81f066aa6ffc3e41775a34ededbcf76da2ccfe | refs/heads/master | 2020-03-30T16:57:46.945926 | 2009-11-24T13:55:44 | 2009-11-24T13:55:44 | 151,434,948 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10 | h | frmpage.h
| [
"williamr@symbian.org"
] | williamr@symbian.org |
73239f8295314a8628481a36ea48878d9f9ed6b9 | 008f2c8b27644412b632988eb083a695195b034e | /src/driver/steer.c | 6214f85234d23c338388d0e8aee9f293f38c813a | [] | no_license | Richard-CokeCola/Remote-control-car | 95b053d2f66519d4e9ff50bea69b533d5115ec9a | 41fce410b3d3b037e34650caad707622aa9dc8b4 | refs/heads/master | 2022-11-29T09:46:46.365174 | 2020-08-09T13:45:59 | 2020-08-09T13:45:59 | 286,245,090 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 2,117 | c | #include "mycommon.h"
extern uint16_t ganger_flag = 0;
uint32_t steering_motor_pwm_duty=DEFAULT_STEERING_PWM_DUTY ; //默认正向
uint16_t delay_time = 800; //延迟时间 1秒 =(1*1000)
void steering_init()
{
FTM_PWM_QuickInit( FTM_PWM_STEERING , kPWM_EdgeAligned, STEERING_FREQUENCY);
steering_loop();
}
... | [
"richardwei@protonmail.com"
] | richardwei@protonmail.com |
df03a8fd94c6f306e5bc4f6808e437824093f6f0 | 4d2ab81b6acff277f6eb84ebbb1e480c0b95f696 | /record/set.c | 0ebb0884dc54868de0ffaabac2c2b70223fe989e | [] | no_license | dimkr/tinyxserver | 9ea4c039a890e6213b3285083dd451a9fd0dd0d9 | d97705061744b318754e519b103ac8b85ab2be27 | refs/heads/master | 2020-12-13T19:14:25.954735 | 2014-09-07T17:37:40 | 2014-09-07T17:37:40 | 14,227,953 | 8 | 0 | null | 2014-08-05T02:39:46 | 2013-11-08T08:44:57 | C | UTF-8 | C | false | false | 11,714 | c | /*
Copyright 1995, 1998 The Open Group
Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in suppor... | [
"idunham@lavabit.com"
] | idunham@lavabit.com |
ead2b0a5a4ff25476f0a3e51833dc38edf1c759b | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/net/sched/extr_sch_netem.c_dist_free.c | 0c98e34c6171d6506d04ac2286b29d09036f6f43 | [] | 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 | 555 | 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 |
a487daa70254fc61f40d19bddee25f0f684e8c61 | e55698fc610a73cb7f0b8cfc86130072f8564d32 | /libft/ft_isprint.c | 549ac70dcf731c1a3cf9b70e781240e21dedbedf | [] | no_license | pde-rent/fillit | 297cdd91a411906fc34d6e5b7b3dc0802336b3c4 | 160f672b1ac7d7f86fa9315bf17801191bc2061b | refs/heads/master | 2021-09-11T19:24:24.236920 | 2018-04-11T12:43:13 | 2018-04-11T12:43:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 990 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isprint.c :+: :+: :+: ... | [
"pde-rent@e2r10p1.42.fr"
] | pde-rent@e2r10p1.42.fr |
23c9db9f29600b3a1c89366b599898936c6ce4b4 | c715e121f4eefdce5859fe35767f729a96a1038f | /src/sys/dev/pci/drm/i915/i915_drv.c | f3d23578ee914d96f821f356e3d83c33a23a913c | [] | no_license | premiamatti/mybsd | efaddf8ea5bd9089f6dbb6cb6c423bba0e4fd97d | 26a16eed3338b496ea8c80d0d9100189e4df1fcd | refs/heads/master | 2016-09-06T03:06:42.399803 | 2014-02-14T23:21:31 | 2014-02-14T23:21:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 73,264 | c | /* $OpenBSD: i915_drv.c,v 1.35 2013/07/05 07:20:27 jsg Exp $ */
/*
* Copyright (c) 2008-2009 Owain G. Ainsworth <oga@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission... | [
"matti.karnaattu@premia.fi"
] | matti.karnaattu@premia.fi |
b80331d2e5bea38d1d49360267a431e29de76019 | 02b68804f90f82ef65a41a617be2aef60e0c54d2 | /getPassTest.c | e4940cf3c387c2126d872d5a64f94fc45b2d06b2 | [] | no_license | FelipeSchreiber/C-classes | b1350d4e5ee625f100be4d474b81a9b3a12de0b3 | e669557e63d36dea6b2978d2018d9f4efb516c8d | refs/heads/master | 2020-04-01T03:09:52.538759 | 2018-10-12T22:00:19 | 2018-10-12T22:00:19 | 152,811,667 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 683 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#define COMPRIMENTO_SENHA 127
#define NUMERO_ARGUMENTOS 1
#define NUMERO_ARGUMENTOS_INVALIDO
int main(int argc , char *argv[] )
{
printf("\n\n%u\n\n",'0');
printf("\n\n%c\n\n",48);
static char senha[40];
static char validacao[40];
ch... | [
"noreply@github.com"
] | FelipeSchreiber.noreply@github.com |
5d081457a4f82cd034c8321d8ac8cc1f08fbb193 | efc740be7c5eb0bd0396878f44aa1f70f320345f | /src/barely-v2.c | 7315856ac6aef5dafac5f5d3a376522a9d0c20c0 | [
"MIT"
] | permissive | jawshuwah/pebble-barely-v2 | 72978572ccd13ce894d872120cea49a0012813c7 | fa1ecee0f71b859d5cbc501d8d03773e3070f487 | refs/heads/master | 2021-01-14T12:58:07.066957 | 2014-02-23T18:51:59 | 2014-02-23T18:51:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,974 | c | #include <pebble.h>
enum {
KEY_INVERTED = 0
};
#define PERSIST_INVERTED 1
static Window *window;
static Layer *canvas;
static Layer *digit[12];
int displayDigit[12];
bool isInverted = false;
static unsigned short get_display_hour(unsigned short hour) {
if (clock_is_24h_style()) {
return hour;
}
unsigned shor... | [
"gadschon@gmail.com"
] | gadschon@gmail.com |
31fb72f61dc606cbeb2ba2b3d05d98a35f21e380 | e559887b4e111670d45f9c90f8112f3715683d12 | /Linky_Development/Linky_SerialCom/ex_Linky.h | 58f0272322fb52e022376f5057a716d465c2051b | [] | no_license | RobolinkInc/RoPi | 947e5ababc2d02c23d877676c1a675e158a6719b | d5f905dbce08bd1dcd92cccd8fead3c18ccd925d | refs/heads/master | 2020-03-14T20:00:57.924649 | 2018-06-19T19:15:52 | 2018-06-19T19:15:52 | 131,769,651 | 5 | 1 | null | 2018-06-15T21:16:56 | 2018-05-01T22:28:26 | C++ | UTF-8 | C | false | false | 9,423 | h | #include "config.h"
void RemoconControl(int speed);
void LineTracer(int speed);
void Avoid(int speed);
void CliffBot(int speed);
//-----------------------------------------------------------------------------------------------------------------------//
//---------------------------------------------------- RemoconCon... | [
"williamloo888@gmail.com"
] | williamloo888@gmail.com |
b95243c36c0627aa878d4e5195e869c8efea1eac | a9dd79a35cfb275278afc51845baf79ef93c7b8f | /usr.sbin/rpki-client/mkdir.c | 7369c3de4c527031065332760d6f25057a7cad65 | [] | no_license | orklann/src | 388342b025772e09edaafd72f881f84ddf1c70bf | 5c3ce5c2f5d6ea3ebea950aa8f0131f545b99060 | refs/heads/master | 2023-03-07T15:55:40.245873 | 2021-02-20T01:50:55 | 2021-02-20T01:50:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,334 | c | /* $OpenBSD: mkdir.c,v 1.2 2021/02/19 08:14:49 claudio Exp $ */
/*
* Copyright (c) 1983, 1992, 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
* ar... | [
"claudio@openbsd.org"
] | claudio@openbsd.org |
d993ac97ed9e08f2d52f08962753c5e3d4133cc5 | 4d7c2013f7724cc5aee657b10bcb65c45adc93e6 | /thing_thermostat.c | 8ed2697a0540597f395dc79b6d9618bb2988cca9 | [
"MIT"
] | permissive | KrzysztofZurek1973/webthing-esp32-thermostat | bfea9b92cdc6189c070570f0da11ecca38c8445e | 352eb0b1587770a4a515de89c4320f05ba494fce | refs/heads/master | 2023-02-28T19:20:11.061313 | 2021-02-09T11:43:21 | 2021-02-09T11:43:21 | 321,666,582 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 27,861 | c | /* *********************************************************
* IoT thermostat (ESP32 and DS18B20)
* Compatible with Web Thing API (https://webthings.io/api/)
*
* Created on: Dec 20, 2019
* Last update: Dec 15, 2020
* Author: Krzysztof Zurek
* E-mail: krzzurek@gmail.com
*
* 1-wire from: github.com/Da... | [
"krzzurek@gmail.com"
] | krzzurek@gmail.com |
9f21086fa39432d0ef5f772a7a9c30eb714eac5c | 7660a1e047ea504bb542a6561027913a2a61e597 | /Parallel/OpenCL/10095_MatrixCalculator/sequence.c | 59164a9e69b70f2747a4372721837fa941b8330b | [] | no_license | ChangNingNing/Judgegirl | 0fb41f29b27c5b9b2b6dc479590ee2aadfffd858 | 074842f19be1d86c4cfeb47ee82af5d73208690c | refs/heads/master | 2021-09-03T18:29:04.257663 | 2018-01-11T04:03:22 | 2018-01-11T04:03:22 | 75,934,304 | 3 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,852 | c | #include <stdio.h>
#include <stdint.h>
// #define DEBUG
#define UINT uint32_t
#define MAXN 1024
void multiply(int N, UINT A[][MAXN], UINT B[][MAXN], UINT C[][MAXN]) {
for (int i = 0; i < N; i++) {
for (int j = 0; j < N; j++) {
UINT sum = 0; // overflow, let it go.
for (int k = 0; ... | [
"r05922087@ntu.edu.tw"
] | r05922087@ntu.edu.tw |
f7ad798fbb1a1a4501da87eaae8a958feadfd6b5 | 6885c57496299edb67f9aca42c7848dee7dfc169 | /LCTHW/exercise_08_sizes_and_arrays/ex8.c | bc5d0d532cfd69cb1d658a9f4eccb336be54ba31 | [] | no_license | fhernandezx3fh/c_practice | b848a62de0f699cfe0089c8e155104a9410ae635 | 0ae90678eb92ba20e0ed464cc92d17a902f8154d | refs/heads/master | 2021-01-18T19:58:55.786676 | 2017-09-07T19:55:05 | 2017-09-07T19:55:05 | 86,925,757 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 932 | c | #include <stdio.h>
int main(int argc, char *argv[])
{
int areas[] = {10, 12, 13, 14, 20};
char name[] = "Zed";
char full_name[] = {
'Z', 'e', 'd',
' ', 'A', '.', ' ',
'S', 'h', 'a', 'w', '\0'
};
// WARNING: On some systems you may have to chane the
// %ld in this code to a %u since it will use unsigned int... | [
"fhernandezx3fh@gmail.com"
] | fhernandezx3fh@gmail.com |
6f63fbeedff4c911b7afbbd14a8504cd55f30fdc | 94e8344ee420ae4d2eb1643e95973845f341a3d2 | /gcc_4.3.0_mutants/mutant107145_combine.c | f9269bf15f1c167335035598b395f7b76bdc0bb9 | [] | no_license | agroce/compilermutants | 94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3 | dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991 | refs/heads/master | 2022-02-26T21:19:35.873618 | 2019-09-24T15:30:14 | 2019-09-24T15:30:14 | 207,345,370 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 429,917 | c | /* Optimize by combining instructions for GNU compiler.
Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc.
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify it under
the te... | [
"agroce@gmail.com"
] | agroce@gmail.com |
1176a5f2d7f453ca1fce39def36340771697b0d0 | 92c14fbb886745ef66bb794c0d2a12452aec68ea | /src/mrb_pid.h | 2a69524fc8552a2297e5476ad17b1a99b75a4229 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | yuuu/mruby-pid | 11b8489c0aed310347f9c86814ccfec6639449b0 | 6d7882fe7e920da1176aa2da5c7e209d077d1293 | refs/heads/master | 2016-09-14T02:32:26.260859 | 2016-05-24T12:22:46 | 2016-05-24T12:22:46 | 58,931,364 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 160 | h | /*
** mrb_pid.h - PID class
**
** See Copyright Notice in LICENSE
*/
#ifndef MRB_PID_H
#define MRB_PID_H
void mrb_mruby_pid_gem_init(mrb_state *mrb);
#endif
| [
"okazaki@y-uuu.net"
] | okazaki@y-uuu.net |
66d4a8608caafe61fa88c171bc9eaa5715741d76 | df5c9cb430dc25d61c18844fc2a1427dd8beaabd | /include/gralloc_priv.h | 6c1b15a4a0f3e9c76c4ed3368b5fe7c33308971b | [] | no_license | flashka07/android_hardware_samsung_slsi_exynos5420 | 191b345679d36bd2f8c1566b0e537e6262727f8e | c7e034952661373b69470847cbbe09de1f16d789 | refs/heads/master | 2020-06-09T07:11:18.653984 | 2014-09-18T10:46:46 | 2014-09-18T10:46:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,031 | h | /*
* Copyright (C) 2013 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"ivan.flashka@gmail.com"
] | ivan.flashka@gmail.com |
f260a91d4c6052d7284635d24dc9cf6e473793fe | 6101715e38785332560019eaf6e2b9e136b89cd8 | /libft/ft_striter.c | 6d8ef784d46adc7efd4b9f31c36dbdc32d9953c5 | [] | no_license | ivelutin/printf | 9014ba463f29dd3de6d5289c935d9217516da1a3 | c0c8eab3e56c285f85283798d889277723389f55 | refs/heads/master | 2021-05-09T11:14:22.672905 | 2018-01-26T01:23:34 | 2018-01-26T01:23:34 | 106,614,629 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,009 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_striter.c :+: :+: :+: ... | [
"noreply@github.com"
] | ivelutin.noreply@github.com |
13342d3dee34c036644c7b28cc8b6cad4c021d89 | 991bcda7244c73263c3345f4a846bce3baecc47b | /cbits/Tests/openTest/testOpen.c | 6a4c45e9c21c053087c9d092149a1568f917c29b | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | iu-parfunc/detflow | 2ba3ab28c815b0b62e18e58a6844413c4dc0c89a | 1f15cc7651fe33c981802f8c84cbf2f149fb48af | refs/heads/master | 2020-04-05T09:31:02.875070 | 2020-01-22T19:28:56 | 2020-01-22T19:28:56 | 156,760,765 | 3 | 2 | null | null | null | null | UTF-8 | C | false | false | 361 | c | #include <stdio.h>
#include <stdlib.h>
#include <pthread.h>
#include <fcntl.h>
#include <sys/stat.h>
int main(void){
open("omar.txt", O_WRONLY, S_IWRITE);
printf("Calling the fopen() function...\n");
FILE *fd = fopen("test.txt", "r");
if (!fd) {
printf("fopen() returned NULL\n");
return 1;
}
print... | [
"ryan.gl.scott@gmail.com"
] | ryan.gl.scott@gmail.com |
27599afa634a47911abd582e6903f698a3d8aa31 | a359f4408c7f3b468065e13a21c37eb1c3bf85d1 | /srcs/asm/check_header.c | 4bdc08a61472b3449f7039affc28a34923dca9cc | [] | no_license | jpelletiEUW/42_corewar | 3576f557ba1cf320fc5533e26b7bbc94d7861dca | d360eedf55f38b81300a84eae2ef6b7d0549f2db | refs/heads/master | 2022-05-27T06:26:50.516746 | 2020-04-27T13:46:41 | 2020-04-27T13:46:41 | 259,336,115 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,222 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* check_header.c :+: :+: :+: ... | [
"root@DESKTOP-5LF9SLJ.localdomain"
] | root@DESKTOP-5LF9SLJ.localdomain |
bc52e9d26df95dbb509ee2e16df86aa3785f96cf | 2e1465297cf42e43a8f8dc2de259adedba0106bd | /Library3rdParty/Smart/smartcheck/Checkusb.h | 544cc5bd1dcbe6aad7342a09f71187a06b3fd6f1 | [] | no_license | 12019/WISEAgent | cecdc0e384fc96bef74af058f30096ae39e468f1 | 3e0ac013644d38107b4b05a12f3351c8a4b49736 | refs/heads/master | 2021-01-11T22:20:13.852283 | 2016-02-02T07:03:32 | 2016-02-02T07:03:32 | 78,949,980 | 0 | 1 | null | 2017-01-14T16:00:55 | 2017-01-14T16:00:55 | null | UTF-8 | C | false | false | 346 | h | /************************************
FileName : Checkusb.h
Discription : Check USB Device
Data : 05/17/2013
Author : Reyan.xin
mail : jinlong.xin@advantech.com.cn
************************************/
#ifdef __cplusplus
extern "C" {
#endif
int CheckUsbDisk(char *device);
#i... | [
"scott68.chang@advantech.com.tw"
] | scott68.chang@advantech.com.tw |
95774f1a1b012a0aba3df1c82bf75068e7ee8716 | f46a093160fe2777c31ef25ba5a75d297efc3dcc | /approxflow/benchmarks/recursive_laundering.c | 3719f476a6f2b507a297e6c0673a301f2b0d475d | [] | no_license | tnstrssnr/QIFC-Evaluation | 99481517e18535a77338746be4e63dad99569564 | f513dc8773938aa0e3300b9fe6e2fc596676c13c | refs/heads/master | 2023-07-03T16:41:57.609037 | 2021-08-09T06:58:46 | 2021-08-09T06:58:53 | 388,750,969 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 165 | c | int launder(int h, int l) {
if (h == l) {
return l;
}
return launder(h, l + 1);
}
int f(int h) {
int out = launder(h, 0);
return out;
} | [
"stroessner.tinamaria@gmail.com"
] | stroessner.tinamaria@gmail.com |
99ce8729f8d1a0a2a1d1a8ff15c4b0d8ee25e49f | 565fcb5c72eb641de24b0fb874bf143f7b973aad | /ble-mesh-model/sources/models/genbatterycl/mmdl_gen_battery_cl_main.c | 72100d2a20608f3ed1c7626aafdfc27532d7c012 | [
"Apache-2.0"
] | permissive | tuyafei/cordio | 9b5b743a409559fcd714f6213410ac580af2570b | eb18d61b2c139963cb9b67c0057f5be5c6fb5521 | refs/heads/master | 2022-03-14T16:08:34.458416 | 2019-07-29T23:42:07 | 2019-07-29T23:42:07 | 269,545,011 | 3 | 2 | Apache-2.0 | 2020-06-05T06:10:14 | 2020-06-05T06:10:13 | null | UTF-8 | C | false | false | 7,708 | c | /*************************************************************************************************/
/*!
* \file mmdl_gen_battery_cl_main.c
*
* \brief Implementation of the Generic Battery Client model.
*
* Copyright (c) 2010-2019 Arm Ltd.
*
* Copyright (c) 2019 Packetcraft, Inc.
*
* Licensed under the ... | [
"john.yi@packetcraft.io"
] | john.yi@packetcraft.io |
5a8fde8dc7e26dd93c052199f182e50e18e6e84f | ac426fa7033109fc009569ff3c26417810524896 | /Assignment_1/p5/mythread_join.c | 2e725b0fd172b783418710a755ed1c09af04680d | [] | no_license | Arjun-Code-Knight/operating-systems | 757f4000bda988cdab7f4ca93d41026757cead71 | 93275b7a4ee76fb4b825fd5f4f4eb7c328c84e26 | refs/heads/master | 2016-09-01T10:38:30.190600 | 2016-01-07T04:07:56 | 2016-01-07T04:07:56 | 49,180,010 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,592 | c | /* Author info
* athimma Arjun Thimmareddy
*
*/
#include <mythread.h>
#include <mythread_queue.h>
#include <sys/syscall.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
/* The global queue which is used to hold TCBs of all spawned */
mythread_queue_global* mythread_queue_globalVar;
/*
* mythread_... | [
"athimma@ncsu.edu"
] | athimma@ncsu.edu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.