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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6d26f5f80c8e03dece0a80fec5f48c676802c67d | 10212c7d45b30a0ca6f0e9ce2c9783671fe40f3b | /ft_isdigit.c | 0b80f2ba92449bd29763d7752d502d5e8738773f | [] | no_license | MarcManiez/libft | c1b0c29270f9453197b257318c5ef2c58e51b97f | 00a0da1e8afa104ce0aec428f566b89a1210b3ca | refs/heads/master | 2020-12-02T03:52:01.763342 | 2016-10-29T17:10:32 | 2016-10-29T17:10:32 | 66,385,204 | 0 | 1 | null | 2016-09-23T08:36:56 | 2016-08-23T16:43:40 | C | UTF-8 | C | false | false | 85 | c | #include "libft.h"
int ft_isdigit(int c)
{
return (c >= 48 && c <= 57) ? 1 : 0;
}
| [
"marc.maniez@gmail.com[A"
] | marc.maniez@gmail.com[A |
fe70872329a32af31bd349953c12576d5bd7c68d | 6e969e1f3e14e1251b02f4f3fc1a2b623ac5286e | /qesource/source/ticad/DSCOMP.c | ec1aa351ef628f10972fd5b03d6c135826be0bde | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | PetterS/qepcad | 11f4e1f5ba773bbfea5de69b85c01b9663aefa92 | d9b8661bc37bbb50a3ac4a90a3000e602fda8f15 | refs/heads/master | 2023-03-18T16:31:31.444303 | 2023-03-12T15:44:03 | 2023-03-12T15:44:03 | 21,304,917 | 24 | 13 | null | 2023-03-12T15:44:04 | 2014-06-28T14:55:20 | C | UTF-8 | C | false | false | 853 | c | /*======================================================================
t <- DSCOMP(c1,c2)
Degree of Sample point Compare.
\Input
\parm{c1} is a non-root cell.
\parm{c2} is another non-root cell.
\Output
\parm{t} is $1$ if the presumed degree of the primitive sample point of
... | [
"petter.strandmark@gmail.com"
] | petter.strandmark@gmail.com |
9dd85097f6d78b59d92b33fecf77fe1b1a5e1b96 | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE476_NULL_Pointer_Dereference/CWE476_NULL_Pointer_Dereference__int_08.c | c1487a34b245236ae8fddab2138d597d9498016f | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C | false | false | 4,440 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE476_NULL_Pointer_Dereference__int_08.c
Label Definition File: CWE476_NULL_Pointer_Dereference.label.xml
Template File: sources-sinks-08.tmpl.c
*/
/*
* @description
* CWE: 476 NULL Pointer Dereference
* BadSource: Set data to NULL
* GoodSource: Initialize da... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
d88461b9d30b1b68cb18d53ee7eefe5c708f2be2 | b2d48aac47dc3a3050f9cb562808f0e6f19a36e4 | /kp/rpc/astrncmp.c | 5e08252495e7110e30c9d73f86bac1d82a38f747 | [] | no_license | bhagavansprasad/students | 7f7df2f4c2350025d58406794a7d94d9c8a9d7be | 2822fb81cfb6714d48dea1e4957d6011ffa6198b | refs/heads/master | 2023-08-04T04:44:11.346963 | 2023-07-24T06:09:00 | 2023-07-24T06:09:00 | 193,177,404 | 0 | 0 | null | 2022-11-30T23:33:00 | 2019-06-22T01:21:59 | C | UTF-8 | C | false | false | 169 | c | #include<stdio.h>
#include<string.h>
int astrncmp(char*a,char*b,int*n)
{
int i=0;
for(;i<n;i++)
{
if(a[i]!=b[i])
{
return 0;
}
}
return 1;
}
| [
"bhagavan.prasad@blackpeppertech.com"
] | bhagavan.prasad@blackpeppertech.com |
684bf93ee76b2978dca957266f1b1c980fcaa53d | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/FFmpeg-master/libswscale/slice.c.bak.c | 069bed9d6ebebaf5c04dda09584ba6519c483bd3 | [] | no_license | zhiyuanjia/WoBench | 878255ce45e76ef57f88743c7f43acdfa59e93e7 | 6b337780cbd598de98fc0eabd19efaf1a01b6012 | refs/heads/master | 2021-09-23T03:12:08.091319 | 2018-06-14T10:17:59 | 2018-06-14T10:17:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,246 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
/*
* Copyright (C) 2015 Pedro Arthur <bygrandao@gmail.com>
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Softw... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
28224fe906868bb54ab81853e6d01212c9a37d2c | 316d7a9acb364cb58efdda6d4b3e04afa68d31f0 | /src/mainstart/init.h | f62e3c0acd17689d7c880ca6b0372db5b103a2ae | [] | no_license | jimk1983/tcpserver | b10bd37b3b79fb3f824941ff2b50e134aa34f831 | 27360e61de512d0407ded244125e9c2ec1d3fbe4 | refs/heads/master | 2020-04-04T18:54:19.818692 | 2018-12-12T11:30:33 | 2018-12-12T11:30:33 | 156,184,432 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 650 | h | /******************************************************************************
版权所有 (C), 2018-2028, 有限公司
******************************************************************************
文 件 名 : init.h
版 本 号 : 初稿
作 者 : 蒋康
生成日期 : 2018年11月5日
最近修改 :
功能描述 : 初始化
函数列表 :
修改历... | [
"kang.jiang@ujoin-tech.com"
] | kang.jiang@ujoin-tech.com |
c95e43595c41818f3f94116aa9e88456a45890a7 | e22ed0af265bc58a09528bcb826643b3f2a023cf | /SW4STM32/USB_sensors/Drivers/HW_drivers/stm32f3_discovery.c | c4b7c748f3caf7c2aa793493ab34470857e6a859 | [] | no_license | elektro155/STM32f3-Discovery-ACC-and-GYRO-over-USB-UART | fc399b6474b268fd7ed6878e4aa336f18ded8e12 | 735efda835a92063824094d2c702e49d1d6f63a6 | refs/heads/main | 2023-01-04T19:20:28.023229 | 2020-11-05T17:25:48 | 2020-11-05T17:25:48 | 310,366,983 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 23,476 | c | /**
******************************************************************************
* @file stm32f3_discovery.c
* @author MCD Application Team
* @brief This file provides set of firmware functions to manage Leds and
* push-button available on STM32F3-DISCOVERY Kit from STMicroelectronics.
... | [
"noreply@github.com"
] | elektro155.noreply@github.com |
61905b5de70ea964cc207903db6e2d4ac863d6db | e984d3396895bbf2dfcba26a1c9b10549362c404 | /test.c | 93f1406f424d1314a998371faf13cfc9ac7e4645 | [] | no_license | felipeagarcia/embarcados | 7da69ce004e8e0eafcabb87b49d95146ff170212 | aaad4a6627eb19efeab93ebe8b90856966be3adc | refs/heads/master | 2020-03-16T23:04:07.030444 | 2018-06-28T17:42:37 | 2018-06-28T17:42:37 | 133,063,606 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 154 | c | #include <stdio.h>
#include <stdlib.h>
#include <system.h>
int main()
int i;
for(i=0;i<10;i++){
printf("[%d][%d]\n",10*i*i);
}
return 0;
}
| [
"marcoatschaefer@gmail.com"
] | marcoatschaefer@gmail.com |
57ca6d762b03387bf08084a701bfb7ad2187c725 | c0adc9e3ddd1a9a468d9dbe283850f4c8713d782 | /ompi/mpi/f77/profile/pfile_read_all_begin_f.c | 4a071a01496a02c6f7f808bb74a0dda4a12ecbc8 | [
"BSD-3-Clause-Open-MPI"
] | permissive | jimmycao/tmp-ompi-1.6.4 | 3309f4bb0d344abc40396f37b78aca43a86f222a | ef65decca80cd271021a046064d662f215abafd2 | refs/heads/master | 2021-01-22T02:47:51.263986 | 2013-06-26T16:12:14 | 2013-06-26T16:12:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 48 | c | ../../../../ompi/mpi/f77/file_read_all_begin_f.c | [
"jimmy.cao@emc.com"
] | jimmy.cao@emc.com |
64ec3ffe41915546db329dac1da488e747316d85 | 191707dd19837f7abd6f4255cd42b78d3ca741c5 | /X11R5/mit/extensions/lib/XMultibuf.c | 99d6a1a629b3d9f2377cfe9100b89fd75a2b3413 | [] | 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 | 20,994 | c | /*
* $XConsortium: XMultibuf.c,v 1.26 91/05/04 19:32:35 rws Exp $
*
* Copyright 1989 Massachusetts Institute of Technology
*
* 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 appe... | [
"yoya@awm.jp"
] | yoya@awm.jp |
d3539a5cc12d58b111ef5089c0867947b6f2c028 | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/linux-master/net/core/ptp_classifier.c.bak.c | 2701fdfc0e853f277f8ec7fa2c749eaa9fc2fca0 | [] | no_license | zhiyuanjia/WoBench | 878255ce45e76ef57f88743c7f43acdfa59e93e7 | 6b337780cbd598de98fc0eabd19efaf1a01b6012 | refs/heads/master | 2021-09-23T03:12:08.091319 | 2018-06-14T10:17:59 | 2018-06-14T10:17:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,458 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
/* PTP classifier
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public
* License as published by the Free Software Foundation.
*
* This program is distributed in the hope tha... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
b1e11f4f9bdc472afcaad9fa404bd567a6db64b6 | b87fe1b4f7a896cb318c9042d9b3f5d97c6864a6 | /2 - Sequencial/idadeEmDiasMesesAnos.c | 0ba8a102a4343cb203b21cabf975063785704621 | [] | no_license | JonasLopesdoO/Fundamentos-de-programacao | 10edd00ec82ee1a1261023b1e7275d5dc21e9ddd | b41f3cf04a7718ff38d9abb1e13c9ac1db573ae3 | refs/heads/master | 2020-04-15T03:03:09.334368 | 2019-01-06T19:42:36 | 2019-01-06T19:42:36 | 164,334,221 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 284 | c | #include <stdio.h>
int main(){
int dias, meses, anos;
scanf("%d", &dias);
anos = dias /365;
meses = (dias - (anos*365))/30;
dias = dias - ((anos * 365) - ( (meses - (meses * 31 ))));
printf("%d ano(s)\n%d mes(es)\n%d dia(s)\n",anos,meses, dias);
return 0;
}
| [
"jonaslopesdoo@hotmail.com"
] | jonaslopesdoo@hotmail.com |
92b3c713a1461c54fab3fc7af676dfbcb3a20ca0 | 17ebdc2cfb33a03a67993a5f53daf4463d79700f | /main.c | ae91027c6cdffff098ec8b637dbf72c33df77982 | [] | no_license | Muriukidavid/ez84kXP | a8c4c122a919b39d88c563b98a96af71eea5f9ab | 8f7c37a82e79074a915bc50ab54230664242799a | refs/heads/master | 2021-01-10T19:33:00.134961 | 2013-08-19T23:26:07 | 2013-08-19T23:26:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,045 | c | #include "main.h"
//test variables
float y=62.53;// a float to write to lcd
char count=0;
int main(){
DI();//disable interrupts or hell breaks loose during hardware config
construct_system();//bind device addresses
init_system();//init devices
EI();//enable interrupts: we have UART_recieve
lcd_con... | [
"karfes@gmail.com"
] | karfes@gmail.com |
0d3ce346746465584872b745cdf81c8d510f4579 | 475306911f80a29700183ffa3ec046762486f683 | /src/libpki/pki_hmac.h | 8d641bd450369603259323b744c8a8ce22906fc1 | [
"BSD-2-Clause"
] | permissive | openca/libpki | 6e03b839ce3792bea1259010803dd78cfbb6e1c1 | 1b5acc2333df4c7727a983187bd5054e1c440126 | refs/heads/master | 2023-08-30T23:29:38.237420 | 2023-08-30T20:39:58 | 2023-08-30T20:39:58 | 22,357,146 | 46 | 33 | NOASSERTION | 2023-08-23T18:36:05 | 2014-07-28T20:40:27 | C | UTF-8 | C | false | false | 1,532 | h | /*
* LIBPKI - OpenSource PKI library
* by Massimiliano Pala (madwolf@openca.org) and OpenCA project
*
* Copyright (c) 2001-2013 The OpenCA Project. All rights reserved.
*
* ====================================================================
*
* This product includes cryptographic software written by Eric Youn... | [
"madwolf@openca.org"
] | madwolf@openca.org |
0ef0e049e0d4ed1ef3df9441c2d4150f25ae1d18 | f0999a872abcfc953903c331067b62c65c041cdd | /maxfreqarr.c | 19044ebaa2e3461230b95222f9d6e6a94d88fb2d | [] | no_license | Ajax07/Array-Functions | 2805c8bd03ea20dc98730331ecb923ae99fd6bc1 | e0c3e1419dcc45979125f654bd60b8fb8faa28c0 | refs/heads/main | 2023-06-20T13:32:11.417672 | 2021-07-16T13:51:46 | 2021-07-16T13:51:46 | 386,652,297 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 626 | c | #include<stdio.h>
#include <stdlib.h>
void getmax(int *a,int x){
int count=0,Maxcount=1,i,j, Maxelement;
for(i =0;i<x;i++){
for(j=i+1;j<x;j++){
if(a[j]==a[i]){
count ++;
if(count>Maxcount){
Maxcount =count;
Maxelement = a[j];
}
}
}
}
printf("The Maxcount is %d and ... | [
"noreply@github.com"
] | Ajax07.noreply@github.com |
67c0bf70375a1590742bab5050bc08535a5eaa88 | 3bc31638f1e618c29e111ce4660d80b069b6ce58 | /uEZ_LPC1788/Source/App/SEGGER/emWin/GUIDEMO/GUIDEMO_Skinning.c | da05d8bf01256d81ece13f38fc6e359b5eedf02b | [] | no_license | EnricoGiordano1992/Tesi | 57dba2faae3b27373caed5fd72ddb9060e0c4de0 | 8a01ca340cf70e6dfc523b390323b0930db7c6ba | refs/heads/master | 2021-01-22T05:53:58.181511 | 2015-11-12T00:27:35 | 2015-11-12T00:27:35 | 17,924,527 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 101,419 | c | /*********************************************************************
* SEGGER Microcontroller GmbH & Co. KG *
* Solutions for real time microcontroller applications *
**********************************************************************
* ... | [
"enricogiordano1992@gmail.com"
] | enricogiordano1992@gmail.com |
86e34ad2ff1799bcad3d6fb45426f9e7354b35e7 | 71b0989ace0008c222cbb5d4a0914f799648cfd6 | /DataStructure/max_subsequence.c | 837f8d72e0b6b7c6e902aebde6877f0f3a02965e | [] | no_license | bojanwong/study_demo | 85a5a10ab09ca3134150204f9be3fb1b4ac37cde | e0cd626c2f6a2c98fe596a85162d9bd153de8025 | refs/heads/master | 2020-04-06T09:26:54.200657 | 2018-11-13T10:50:57 | 2018-11-13T10:50:57 | 157,343,147 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,063 | c | /************************************************************************
输入一组整数,求出这组数字子序列和中的最大值。
只要求出最大子序列的和,不必求出最大值对应的序列。
最大子序列和:
整数序列A1, A2,... An (可能有负数)
求A1~An的一个子序列Ai~Aj,使得Ai到Aj的和最大。
例如:
序列:-2, 11, -4, 13, -5, 2, -5, -3, 12, -9,则最大子序列和为21。
序列:0, -3, 6, 8, -20, 21, 8, -9, 10, -1, 3, 6, 5,则最大子序列和为43。
************... | [
"965713671@qq.com"
] | 965713671@qq.com |
b27928ed936757ec01ba523d836e9bdfff8c1d11 | f66ab494c719350f06fe926a68729c0aff025916 | /ls/src/total.c | dffce4151db400449dee7607f525d1e44f39d999 | [] | no_license | MrtnsK/stud | 20a48d941c978898f51e62d75b9382a7ef0267b1 | 200664c1a1f75ac3c3a60e2278cfb62e36a88078 | refs/heads/master | 2020-03-30T12:55:19.952495 | 2019-09-02T14:50:30 | 2019-09-02T14:50:30 | 151,248,125 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,129 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* total.c :+: :+: :+: ... | [
"kemartin@e2r9p7.42.fr"
] | kemartin@e2r9p7.42.fr |
af9ed56e2439e93756ff6b039ced01cde450fa59 | 41e0de87c460c9ddc2ebe4d485078ecd46282afc | /t1/Filter.h | 89eb21c664aa0a35e47185d49ae045979c508482 | [] | no_license | mapsiva/network-master | 9add0819bf8d572e8e6c25b3677df5de7edacd7d | 00f2560962153a028154d8975984eec67fbac2eb | refs/heads/master | 2016-09-06T10:08:41.190098 | 2008-12-02T19:24:05 | 2008-12-02T19:24:05 | 32,119,353 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 365 | h | /**
Universidade Federal de Mato Grosso do Sul
Mestrado em Ciência da Computação DCT - UFMS
Redes de Computadores 2008
Márcio Aparecido Inacio da Silva
Maxwell Sampaio dos Santos
Xnoop - Analizador de Pacotes [Trabalho 1]
*/
#ifndef FILTER_H_
#define FILTER_H_
#include "Types.h"
int
filter (ETHERNET_HEADER ... | [
"mapsiva@a04a7cc0-a954-0410-a178-6fe4ac297742"
] | mapsiva@a04a7cc0-a954-0410-a178-6fe4ac297742 |
7977f1c09e1b622d4d3798fd41493e86beb9595a | fd292e53fb976e1b3d741e91c0265d523c969be4 | /expressions.c | 1fc569065fd07eb11a36b6337babed9593e2d6be | [] | no_license | momartinm/AKMFF | ff5794b7450ba303e9e8dea902e6493ec151accd | a28fb73175e097158fd98d62deb303bb7ab4a010 | refs/heads/master | 2021-01-12T18:13:46.447445 | 2013-11-24T03:17:13 | 2013-11-24T03:17:13 | 71,340,758 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 59,921 | c |
/*********************************************************************
* (C) Copyright 2002 Albert Ludwigs University Freiburg
* Institute of Computer Science
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the... | [
"momartin@inf.uc3m.es"
] | momartin@inf.uc3m.es |
3335a3e3377ff675712b6358e7d1d326195bce91 | 18daff5ef5b0acf36ca160137f5275fbde7114db | /convertor.c | d7591dc6478a778f951da24294796994872c4885 | [] | no_license | Sakai2/VLG | f1c89526259ea096df200ef00599fff013170ef6 | 46f8e7a82fdef591b39cc46321256eb233b1b09d | refs/heads/master | 2023-06-30T01:00:34.842026 | 2021-07-12T14:10:42 | 2021-07-12T14:10:42 | 385,267,710 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 249 | c | #include <stdio.h>
int main(int argc, char **argv)
{
if (argc != 2)
return 0;
char ch;
FILE *f;
f = fopen(argv[1], "r");
while((ch = getc(f)) != EOF)
{
printf("%c", ch);
}
fclose(f);
return 1;
}
| [
"tom.cagninacci@epita.fr"
] | tom.cagninacci@epita.fr |
96e52a7d6f732d785f100e6aacca248b5d665b5b | a9527a241d5cf251f3f8a9bf43d3a569b1ae62de | /nucleo-f401RE/Middlewares/ioLibrary_Driver/Internet/httpServer/httpServer.h | 78ebeb88889eb1595ecd926e39d96048616e7499 | [] | no_license | Fanta-astic/rts-project | 6f47ce550c4d7f42f1420df5e316823613cf88c1 | 534ce126c0cf4fb6d03a6fab613e31695539d238 | refs/heads/master | 2021-08-31T10:22:39.824104 | 2017-12-21T02:28:58 | 2017-12-21T02:28:58 | 112,122,001 | 1 | 1 | null | 2017-12-21T02:28:59 | 2017-11-26T22:31:08 | C | UTF-8 | C | false | false | 3,477 | h | /**
@file httpServer.h
@brief Define constants and functions related HTTP Web server.
*/
#include <stdint.h>
#if defined(_USE_SDCARD_) && !defined(OS_USE_SEMIHOSTING)
#include "ff.h" // header file for FatFs library (FAT file system)
#elif defined(OS_USE_SEMIHOSTING)
#include <stdio.h>
#endif
#ifndef __HTTPSE... | [
"ce.walker@live.com"
] | ce.walker@live.com |
257bf7ee6878dc3f7c8dbff9bc3a3b183267ca5b | 08ce5291bbf68897b6a2155b2d9959d13e77bf22 | /stack.c | d43d8af0c2efea1d3dea82ba2755b7691b2eb98a | [] | no_license | TraptiPatidar/stack | 4ee4a427064d48a4cfa8576d78b99e4bcf9c76dd | dc3dd0e9eb1c62c116393fccbb15fcaa219ba458 | refs/heads/main | 2023-01-01T22:55:13.196278 | 2020-10-28T15:23:06 | 2020-10-28T15:23:06 | 307,888,620 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 772 | c | #include<stdio.h>
int stack[5],top;
void push(){
if(top==4)
printf("stack full\n");
else{
printf("enter data ");
scanf("%d",&stack[++top]);
}
}
void pop(){
if(top==-1)
printf("stack empty\n");
else
printf("no deleted = %d\n",stack[top--]);
}
void traverse(){
if(top==-1)
printf("stac... | [
"noreply@github.com"
] | TraptiPatidar.noreply@github.com |
7ea081a4b13999c17781214c89e6b16ad4ed466b | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/245/784/CWE78_OS_Command_Injection__char_file_w32_spawnlp_65a.c | dec5118168ebcbe3604ee42a55852019c0e9992a | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,645 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE78_OS_Command_Injection__char_file_w32_spawnlp_65a.c
Label Definition File: CWE78_OS_Command_Injection.strings.label.xml
Template File: sources-sink-65a.tmpl.c
*/
/*
* @description
* CWE: 78 OS Command Injection
* BadSource: file Read input from a file
* GoodSource: ... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
b0681ada57d0c65c7d7a724d058a13d60709b8e6 | c30d20ffd5522d4fe3e9fca3fb30e19931ab9e97 | /Versionen/2021_06_10/rmf_ws/install/rmf_ingestor_msgs/include/rmf_ingestor_msgs/msg/detail/ingestor_state__functions.h | 083ad21bc7db1c1c63a6a9bbb00c46bcee3102eb | [
"MIT"
] | permissive | flitzmo-hso/flitzmo_agv_control_system | 557f1200c0f060264e4d6ea688e104cabd9d0568 | 99e8006920c03afbd93e4c7d38b4efff514c7069 | refs/heads/main | 2023-06-19T08:18:30.282776 | 2021-07-09T18:05:09 | 2021-07-09T18:05:09 | 358,238,668 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 4,343 | h | // generated from rosidl_generator_c/resource/idl__functions.h.em
// with input from rmf_ingestor_msgs:msg/IngestorState.idl
// generated code does not contain a copyright notice
#ifndef RMF_INGESTOR_MSGS__MSG__DETAIL__INGESTOR_STATE__FUNCTIONS_H_
#define RMF_INGESTOR_MSGS__MSG__DETAIL__INGESTOR_STATE__FUNCTIONS_H_
#... | [
"msauer1@hs-offenburg.de"
] | msauer1@hs-offenburg.de |
c8411c24476d422e8b2921f0b1b1f1294602e49e | 13733d3d34a9a53041d179255353cc75a5b5df3f | /liboul/nat-pmp.c | bd0a59d65118584a6901d1424eb61de599c48a02 | [] | no_license | rfancn/beasy | 58800d03b497bfcbb5340d30c17726c8d298cce4 | 10c8f3865db3dd84d9e9b734c9a08a5c566d503a | refs/heads/master | 2021-01-23T02:48:32.097361 | 2017-03-24T04:07:25 | 2017-03-24T04:07:25 | 86,025,624 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,254 | c | /**
* @file nat-pmp.c NAT-PMP Implementation
* @ingroup core
*/
/* NAT Port Mapping Protocol (NAT-PMP) is an Internet Engineering Task Force Internet Draft,
* introduced by Apple Computer as an alternative to the more common
* Internet Gateway Device (IGD) Standardized Device Control Protocol
* implemented in ... | [
"rfan.cn@gmail.com"
] | rfan.cn@gmail.com |
932b7a006d6dcd19a154f03f4a2684a7ece605bd | d5a6abf2edd712a847ee5bbca74e3bea51e26012 | /Software/FlightCode/guidance/empty_guidance.c | 127ce18602dbc4703bdde485c57f9b30be2801e7 | [
"MIT"
] | permissive | jomorlier/mAEWing1 | c1f5737312397b3dca7f57218aa8d5452fb9801f | 3d6300d75e6eadde5424c5ff4bb1fe0b47c4302f | refs/heads/master | 2020-03-18T09:07:13.699337 | 2018-05-21T22:23:24 | 2018-05-21T22:23:24 | 134,545,816 | 0 | 1 | null | 2018-05-23T09:28:06 | 2018-05-23T09:28:06 | null | UTF-8 | C | false | false | 683 | c | /*! \file doublet_phi_theta.c
* \brief Doublet commands on pitch and roll angle
*
* \details
* \ingroup guidance_fcns
*
* \author University of Minnesota
* \author Aerospace Engineering and Mechanics
* \copyright Copyright 2011 Regents of the University of Minnesota. All rights reserved.
*
* $Id: doublet_phi_... | [
"brtaylor@umn.edu"
] | brtaylor@umn.edu |
25ba56f891660ca3a4301b4f26851e17ccbb6983 | a04cb41c30303853f7a21cd40c1d09879ca773aa | /lista02/10.c | 3b02685719e721151fad41eea2a738098d0b7c02 | [] | no_license | hgatti/pe_q32017_11111512 | 069ace49a8cb0d7bd964fa529609762b67fba0c7 | 973a67a1dc79c4da1c110472c8c3d3ab854575f4 | refs/heads/master | 2021-08-19T23:46:27.946453 | 2017-11-27T18:10:46 | 2017-11-27T18:10:46 | 104,471,720 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 439 | c | #include <stdio.h>
int fibMem[1000] = {0};
int fib(int n)
{
if( n==0 ) return 0;
if( n<=2 ) return 1;
//Altere a linha abaixo
if( fibMem[n-1] != 0){
fibMem[n]=fib(n-1)+fib(n-2);
return fibMem[n];
}
fibMem[n]=fib(n-1)+fib(n-2);
return fibMem[n];
}
int main()
{
int n;
... | [
"noreply@github.com"
] | hgatti.noreply@github.com |
f182fa76186877b3a0aa9a228001085a5a2038f2 | 3ade9fb6006197b92d551a6e753bef7c73faab6e | /tflite/tensorflow/tensorflow/lite/tools/make/downloads/neon_2_sse/NEON_2_SSE.h | 1487949a46e75d63ae6612e7a74df696d5c27377 | [
"BSD-3-Clause",
"MIT"
] | permissive | jdeng/gotflite | 6c07ef43480b8288a7d5ba5a463d7a39a899cdb5 | 0bcc4df981d60a1d356a5a7058f11a3a43ec62f7 | refs/heads/master | 2020-04-14T01:55:12.970290 | 2019-04-16T04:45:45 | 2019-04-16T04:45:45 | 163,572,718 | 7 | 1 | null | null | null | null | UTF-8 | C | false | false | 806,874 | h | //created by Victoria Zhislina, the Senior Application Engineer, Intel Corporation, victoria.zhislina@intel.com
//*** Copyright (C) 2012-2018 Intel Corporation. All rights reserved.
//IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//By downloading, copying, installing or using the software you a... | [
"jackdeng@gmail.com"
] | jackdeng@gmail.com |
c125814883a2091557141f5065264664e668a6ff | b012b06f2a57d3a84a2f67f6c2f860ba846b1e6d | /Projects/Homework_5/220 BSL AUDIO EDMA triple optimized/app_edma.h | a884a8e5127addc5e041f9d68e60378eacab134e | [] | no_license | trombonetopickwithyou/Embedded-Systems | 485730c9c9e5dac03f231c3af6d0a1e8eab27161 | a3851370aba4a76a70a779e03bd3c315de3f4a81 | refs/heads/main | 2023-08-15T23:35:57.293869 | 2021-09-22T21:26:47 | 2021-09-22T21:26:47 | 409,357,845 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,550 | h | #ifndef app_edma_h_
#define app_edma_h_
/* Create the EDMA configuration structure for ping_rx transfers */
EDMA_Config cfgEdmaPing_rx = {
EDMA_OPT_RMK( /* Making Options parameter register - EDMA_OPT */
EDMA_OPT_PRI_HIGH, /* Priority levels for EDMA events:
EDMA_... | [
"josh.williams@ttu.edu"
] | josh.williams@ttu.edu |
8cf8d6459e46fd01df59cad69758ac82f0003d40 | 12072403411bc3af4c288de493dbd7aa419807f3 | /bluetoothDMA.h | ffba67ec211e5582b554eedf8984c63d59c06c9d | [] | no_license | kmaslows/Zumo---Brummbar | c296b62d2b375c9b76eaad7031bf4ad888d2841f | 77bcff5037379c64d4d66f36061e3c2aabdf90a9 | refs/heads/master | 2020-04-11T06:50:21.073614 | 2015-03-01T21:49:36 | 2015-03-01T21:49:36 | 30,024,264 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,424 | h | #ifndef BLUETOOTH_H
#define BLUETOOTH_H
#include "MKL46Z4.h" // Device header
// User settings
/**
@brief Defines which UART will be used for communication.
@details You can select any UART module (0-2).
Default pins:
<ul>
<li> UART0 - PTA15(RX) PTA14(TX)
<li> UART1 -... | [
"kmaslows@hotmail.com"
] | kmaslows@hotmail.com |
d368592eeae25e9ec60ccaeeebad046987850eca | 45a26f28a29ab6dd9d3bcf315117d814f50808b1 | /src/bind9/bind9-11/bind9/bin/tests/net/sockaddr_multicast.c | ca6d217c58f0f1b3c10912031e4fac898aa95971 | [
"ISC"
] | permissive | zeborrego/opensource.apple.com | 0eb9161029ce8440dbdc4b5157b3927a6e381f8d | 88cbaab4a42e97cbbfe6b660f2f0945536821be6 | refs/heads/master | 2021-07-06T17:16:28.241638 | 2017-10-02T11:58:56 | 2017-10-02T11:58:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,133 | c | /*
* Copyright (C) 2000, 2001 Internet Software Consortium.
*
* 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 notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" ... | [
"mattl@cnuk.org"
] | mattl@cnuk.org |
3617a317a532e72cc10b2869171915e1c1b4d7f3 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/03dd5b69-697d-49d7-af41-0d06c7460e97.c | 58b64a8cbaa266bb09ab7fb0b309f4fb48f90f9f | [] | 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 | 580 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
j = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = l%j;
l = l+j;
l = l%j;
k = i-j*i;
//variables
/* START VULNERABILITY */
int a;
char b[68];
char c[94];
a = 0;
while... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
1d891305896919e53bdae37bd08fd28d32216870 | c4c62caff67517a608102a97577e9cd01ebd6624 | /growhouse/end-devices/blemesh/v1.3/hardware/kit/EFR32MG1_BRD4160A/config/si7021_config.h | 1a3c2208be93b7a15876aec52552b9272ba53e10 | [] | no_license | ArrowElectronics/Growhouse | 30ab3b6990206490b12188e7cc9a2982fc47f711 | 0d2eb763947be25704eb23f58da09a27319c7427 | refs/heads/master | 2023-02-17T15:07:34.363647 | 2021-01-19T17:02:44 | 2021-01-19T17:02:44 | 265,281,716 | 5 | 2 | null | 2020-06-03T10:14:03 | 2020-05-19T15:10:20 | C | UTF-8 | C | false | false | 956 | h | /***************************************************************************//**
* @file si7021_config.h
* @brief Si7021 I2C Humidity and Temperature Sensor configuration file
* @version 5.5.0
*******************************************************************************
* # License
* <b>Copyright 2017 Silicon L... | [
"einfochips@einfochips.com"
] | einfochips@einfochips.com |
c323c8d7b0a8915b877729e79b900fca55931cab | 323605fb89b558a0bb4c6510e5dc977d0ae5103a | /2-api/fork/fork.c | 8b1764c7665da6235b92e94689daed80c6976eaa | [
"BSD-3-Clause"
] | permissive | shi-hao/linux_app_prog | 28d6996e657c83ddd01dce30b84732c09a5c3efe | 674b2bcc324d65c4ae927ea744ab7f3a5d7de449 | refs/heads/master | 2023-07-24T17:04:11.278304 | 2023-07-18T08:04:45 | 2023-07-18T08:04:45 | 159,634,558 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 676 | c | /* fork基本用法 */
#include<stdio.h>
#include<unistd.h>
/*
* fork 字面意思分叉,实际效果也是如此
* parent process 1 ----> parent process 1
* ----> child process 2
*/
int main(){
pid_t pid;
int var = 0;
printf("\nparent process id is %d,the current process id is %d\n", getppid(), getpid());
pid ... | [
"shi7631470@163.com"
] | shi7631470@163.com |
6bc2bcb2f34829ce9177e5bad7a810c7aed93d70 | 40de3da30239862f11a946166b50438174c2fd4e | /lib/wizards/walla/area/southstreet1.c | 6a55eb6092c31964ff52e67ef18d3bd5a9b42a75 | [
"MIT"
] | permissive | vlehtola/questmud | f53b7205351f30e846110300d60b639d52d113f8 | 8bc3099b5ad00a9e0261faeb6637c76b521b6dbe | refs/heads/master | 2020-12-23T19:59:44.886028 | 2020-01-30T15:52:16 | 2020-01-30T15:52:16 | 237,240,459 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 550 | c | #include "room.h"
#undef EXTRA_RESET
#define EXTRA_RESET\
extra_reset();
object monster;
extra_reset() {
set_not_out(3);
if (!monster) {
monster = clone_object("/wizards/walla/area/monsters/citizen");
move_object(monster, this_object());
}
}
TWO_EXIT("wizards/walla/area/uj... | [
"ville.lehtola@iki.fi"
] | ville.lehtola@iki.fi |
4d5391e8c586a728bc4b0299c853f0f1d7e439a5 | 5d16d13beae0533bf216e59a2895a280ee9fe315 | /src/magic.c | 998281057160f6aa801df1f478eb75a9766378fa | [] | no_license | smaugmuds/smaug1.4a | ce183f211e185ea8cd54910b38aae2b79afb5bc3 | 1e2dba9cc650681fa7f11f82a8692ae759323231 | refs/heads/master | 2020-06-10T06:35:35.014651 | 2016-12-09T16:29:24 | 2016-12-09T16:29:24 | 76,051,727 | 3 | 4 | null | null | null | null | UTF-8 | C | false | false | 184,070 | c | /****************************************************************************
* [S]imulated [M]edieval [A]dventure multi[U]ser [G]ame | \\._.// *
* -----------------------------------------------------------| (0...0) *
* SMAUG 1.4 (C) 1994, 1995, 1996, 1998 by Derek Snider | ).:.( *
* -----... | [
"antoniocao000@gmail.com"
] | antoniocao000@gmail.com |
35e27d95a21e4ee99578bf03949ae7624285f4a1 | a584731df76572914e1742005b4a70eec6630cb8 | /srcs/filtres.c | d6414fe03b6dc9ff0b6f3e8fc1f0645cc00052a5 | [] | no_license | Anouarelaoud/RayTracing | c3631b73af9abf703434a18df282599e1784b321 | 115f9a597f27ef700a983ba7e38c66933d8bcd8a | refs/heads/master | 2023-09-05T18:06:56.791622 | 2021-11-20T18:41:07 | 2021-11-20T18:41:07 | 381,695,667 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,111 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* filtres.c :+: :+: :+: ... | [
"aitelaoudanouar@192.168.1.38"
] | aitelaoudanouar@192.168.1.38 |
b84e820fbfc0d62c94503bd1eaf0eb16bc193997 | 27bcd5c9ded70102540c0ccd03f3e2b281dbf58c | /mudlib/d/faeleen/rooms/ciudad/ciudad_vieja/msur_26.c | 31032273384ab7e963f35741ad2851aca5e3542f | [] | no_license | unleashed/ninetears | 57fdc71fd651b3ff95e5e7c14b0566729584e006 | 4edd22c75e3fa99be4b5820300491c6b62e06085 | refs/heads/master | 2020-07-14T04:25:56.302027 | 2019-08-29T18:46:57 | 2019-08-29T18:46:57 | 205,225,438 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 303 | c | //Ciudad de Faeleen, Flangerant 2002
// inherit "/std/ciudad.c";
#include "../../path.h"
inherit CIUDAD+"ciudad.c";
void setup()
{
msur();
add_exit("oeste",CIUDAD"msur_25.c","standard");
add_exit("noreste",CIUDAD"msur_27.c","standard");
add_exit("abajo",CIUDAD"ext_sur_26.c","standard");
} | [
"amr@redhat.com"
] | amr@redhat.com |
343f8ce257384e975cbd52c68b631752a9004219 | 2353292161be435c37f7b6659d4ec5eabdea5315 | /src/init_components2.c | cceaed1d46884a3d39352e0a5cb17e7fdcf6a352 | [] | no_license | syrus44/my_script | e9bb7b64ee756f12a39ab6b4424187629c0c467b | 461af0e0ce6f55d0620bd31c62fc1e5a3b5b3e99 | refs/heads/master | 2021-01-25T06:36:33.220576 | 2014-12-01T08:58:07 | 2014-12-01T08:58:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 900 | c | /*
** init_components.c for init_components in /home/bettin_j//Documents/MyScript/src
**
** Made by jordan bettin
** Login <bettin_j@epitech.net>
**
** Started on Mon Feb 18 09:39:05 2013 jordan bettin
** Last update Thu Feb 28 15:54:43 2013 jordan bettin
*/
#include "my_script.h"
int init_components2(int fd_fi... | [
"jordan.bettin@gmail.com"
] | jordan.bettin@gmail.com |
78c0f5b58865229dcaedb5fdd0c409b878f7450d | de4b473312763ce2c209ac2289c2236a4dea2cea | /BRSRC13/CORE/DOSIO/eventq.h | 3d339b3177c296d4e6f41bfb65562366207fb9d4 | [] | no_license | jeff-1amstudios/dr-codegen | 1cf710546ad1ebc044449a452f3c4adbacb1fd08 | 93f8866d562f99305e1d50fee907b3320ee3c2c2 | refs/heads/master | 2022-11-12T19:02:57.320956 | 2020-07-02T23:18:12 | 2020-07-02T23:18:12 | 276,762,495 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 441 | h | #ifndef _EVENTQ_H_
#define _EVENTQ_H_
#include "dr_types.h"
#include "br_types.h"
// Offset: 14
// Size: 0xc8
//IDA: br_error __cdecl DOSEventBegin()
br_error DOSEventBegin();
// Offset: 226
// Size: 0x3f
//IDA: void __cdecl DOSEventEnd()
void DOSEventEnd();
// Offset: 302
// Size: 0x197
//IDA: br_boolean __cdecl D... | [
"jeff@1amstudios.com"
] | jeff@1amstudios.com |
e720ee6b9868a24581e27a93df233892869373f6 | be3167504c0e32d7708e7d13725c2dbc9232f2cb | /mameppk/src/emu/cpu/i860/i860.c | 87d78a99d84a1875cef7dc15c17230c4acb1613d | [] | no_license | sysfce2/MAME-Plus-Plus-Kaillera | 83b52085dda65045d9f5e8a0b6f3977d75179e78 | 9692743849af5a808e217470abc46e813c9068a5 | refs/heads/master | 2023-08-10T06:12:47.451039 | 2016-08-01T09:44:21 | 2016-08-01T09:44:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,083 | c | // license:BSD-3-Clause
// copyright-holders:Jason Eckhardt
/***************************************************************************
i860.c
Interface file for the Intel i860 emulator.
Copyright (C) 1995-present Jason Eckhardt (jle@rice.edu)
*************************************************... | [
"mameppk@199a702f-54f1-4ac0-8451-560dfe28270b"
] | mameppk@199a702f-54f1-4ac0-8451-560dfe28270b |
5f3287d5b5231be441bb8c85b346c18ca68104b7 | 89b7e4a17ae14a43433b512146364b3656827261 | /testcases/CWE401_Memory_Leak/s03/CWE401_Memory_Leak__twoIntsStruct_realloc_67a.c | 7df5bed01ba1d225a297003dc6a9a5dde071c1b3 | [] | no_license | tuyen1998/Juliet_test_Suite | 7f50a3a39ecf0afbb2edfd9f444ee017d94f99ee | 4f968ac0376304f4b1b369a615f25977be5430ac | refs/heads/master | 2020-08-31T23:40:45.070918 | 2019-11-01T07:43:59 | 2019-11-01T07:43:59 | 218,817,337 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,771 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE401_Memory_Leak__twoIntsStruct_realloc_67a.c
Label Definition File: CWE401_Memory_Leak.c.label.xml
Template File: sources-sinks-67a.tmpl.c
*/
/*
* @description
* CWE: 401 Memory Leak
* BadSource: realloc Allocate data using realloc()
* GoodSource: Allocate data on th... | [
"35531872+tuyen1998@users.noreply.github.com"
] | 35531872+tuyen1998@users.noreply.github.com |
4a75572a747af09ee6d51dee7ce1619b0e43aae1 | 5fc35ff648e790b834c7656fbad2448cf6c2a13d | /net/tcp_server.c | 6a7bd1bac4ac693b05f96e26092acbb6d753c79b | [] | no_license | dreamerweee/light_server | 3785dfa9c9b56ce27e428bb688b6176954f63666 | 0e3b7f6e5817dbba77e61b9b43275345a24dfe8a | refs/heads/master | 2021-04-13T00:53:39.090836 | 2020-05-01T07:55:49 | 2020-05-01T07:55:49 | 249,121,550 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,369 | c | #include "tcp_server.h"
TcpServer* TcpServerInit(EventLoop *event_loop, Acceptor *acceptor,
ConnectCompletedCallBack connect_completed_cb,
ReadMessageCallBack read_msg_cb,
WriteCompletedCallBack write_completed_cb)
{
TcpServer *tcp_s... | [
"wtdreamer@163.com"
] | wtdreamer@163.com |
a4e92faee43d64bfa3e16f2661ae9bbf35f3fb1d | f9b57f387f9e2a0e0983717d3cb48c6e21b5267b | /src/FreeRTOS/heap.c | f351173b1c93ad4ec991d439e84fcc61182e0797 | [] | no_license | straccio/stm32FreeRTOS-duino | 5579fb15d79b2505f358f6bdd12563d480995b08 | de80003381fff49f2ee957d599bb60978b90908f | refs/heads/master | 2021-09-04T08:52:02.182461 | 2018-01-17T13:03:58 | 2018-01-17T13:03:58 | 114,395,328 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 66 | c | #ifdef STM32F429xx
#include "../portable/MemMang/heap_4.c"
#endif
| [
"lord.strambo@gmail.com"
] | lord.strambo@gmail.com |
4dc96642553fbdd779cfaae207847c42715f91b1 | acbdbd4e00eefb2d2df36c8108fbccd38cfd54fd | /nt/private/ntos/w32/ntuser/kbd/tmp/kbdno/KBDNO.H | 42324423cd5c65a4a003baac6f291853bbbb3806 | [] | no_license | divdroid2/opennt | 1c797c92962f76da218f1cea6ba709ce5a8828a4 | ea101e09cb1fcf05ec92f3b9e722498d100f2d86 | refs/heads/master | 2023-03-19T11:37:41.685815 | 2020-03-17T12:04:44 | 2020-03-17T12:04:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,040 | h | /****************************** Module Header ******************************\
* Module Name: KBDNO.H
*
* keyboard layout header for Norwegian
*
* Copyright (c) 1985-95, Microsoft Corporation
*
* Various defines for use by keyboard input code.
*
* History:
*
* created by KBDTOOL Sun Mar 15 00:58:19 2020
*
\... | [
"smart.master@live.com"
] | smart.master@live.com |
0295124efd01764f94c1ab0ec203d66fdfd45a63 | 1e1a6d6eddcf28d0eec77de85fa9da69a8dde735 | /DLA/SKL/skl_benchmark/kernel/16.4x11kernel9x24x0_153x5712x299_180+480.c | db5adbda6035d4b0f936cfd10ed10df3a31d5038 | [] | no_license | hpc-sslab/lamma | 8d0b55d6d1e8811110927d210b37a1bea4e02f9c | 52caa049fa9cb70021f7f7a3952c232125b3632e | refs/heads/master | 2020-03-25T17:51:14.860753 | 2018-08-08T11:45:28 | 2018-08-08T11:45:28 | 143,999,367 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,557 | c | #include "immintrin.h"
#include "x86intrin.h"
#include "zmmintrin.h"
//#include <hbwmalloc.h>
#define MR 9
#define NR 24
#define MB 153
#define NB 5712
#define KB 299
#define L1_DIST_A 180
#define L1_DIST_B 480
void micro_kernel0(int k, const double * A, const double * B, double * C, int ncol)
{
int i;
register ... | [
"choi@ssu.ac.kr"
] | choi@ssu.ac.kr |
04d4c4f29aa50976bdc007375d1e01c34edfa0bc | b783502faf6fda33eb03575c054a198306541f81 | /PSME/common/uuid/uuid-1.6.2/uuid_sha1.c | ac9b4eaef3c04c9d7456265e75dd360b8ce040f5 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"MIT",
"JSON",
"BSL-1.0",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-other-permissive",
"ISC"
] | permissive | intelsdi-x/intelRSD | 53f763e386de0b1cb9c50427d76943327e2b6315 | de77af174608d3b30232625e0f0e6e7cbbae8b59 | refs/heads/master | 2022-11-23T03:14:50.978516 | 2022-11-07T23:02:34 | 2022-11-07T23:02:34 | 153,187,714 | 0 | 0 | null | 2018-10-15T22:06:10 | 2018-10-15T22:06:09 | null | UTF-8 | C | false | false | 15,830 | c | /*!
* @brief OSSP UUID SHA-1 API implementation
*
* @header{License}
* @copyright Copyright (c) 2017-2018 Intel Corporation.
*
* 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... | [
"tomasz.bykowski@intel.com"
] | tomasz.bykowski@intel.com |
1020e00c4c1c0a34ecb45450e0c564481e4f19be | c55be61ef4dba057e97045761f7e1a11ac198042 | /drivers/gpio.h | e4e1f3b50de2757a8da060abe2cb5b1bc0a44eef | [] | no_license | patrickllanes/GPS | eab97e2c6d8d896c35a25cc1cbe36dfc4641e521 | 5cd9a3eef00b1392df91e2ef027a679cee11d5b0 | refs/heads/master | 2021-08-30T20:00:37.548899 | 2017-12-19T07:56:04 | 2017-12-19T07:56:04 | 113,514,127 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 207 | h | /*
* gpio.h
*
* Created on: Dec 11, 2017
* Author: patrick
*/
#ifndef GPS_DRIVERS_GPIO_H_
#define GPS_DRIVERS_GPIO_H_
void gpioInit();
void gpioSet(int value);
#endif /* GPS_DRIVERS_GPIO_H_ */
| [
"patrickllanes@live.com"
] | patrickllanes@live.com |
652f78331491765800c6b1b603abc2e7a3e80109 | 488378d66dfb12d3292886b160243aa24e27c420 | /linux-3.16/arch/arm/kernel/kprobes-thumb.c | 9495d7f3516fca54012691b642ea22380fc64ffd | [
"Unlicense",
"GPL-1.0-or-later",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | jj1232727/system_call | 3ec72bdecad15a43638cc5eb91ba1ae229d651bb | 145315cdf532c45b6aa753d98260d2b1c0b63abc | refs/heads/master | 2020-08-11T13:56:16.335620 | 2019-10-12T11:12:53 | 2019-10-12T11:12:53 | 214,575,269 | 0 | 0 | Unlicense | 2019-10-12T04:06:22 | 2019-10-12T04:06:22 | null | UTF-8 | C | false | false | 19,222 | c | /*
* arch/arm/kernel/kprobes-thumb.c
*
* Copyright (C) 2011 Jon Medhurst <tixy@yxit.co.uk>.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/types.h>
#incl... | [
"jj1232727"
] | jj1232727 |
ff2c4e40671d0c9817125987e9fc832456affe52 | 6e665dcd74541d40647ebb64e30aa60bc71e610c | /600/WebAdmin/modules/sip/alert/cgiAlertMain.c | f0ff46793a9f77389e4bc7e7cf313511f8943ac7 | [] | no_license | jacklee032016/pbx | b27871251a6d49285eaade2d0a9ec02032c3ec62 | 554149c134e50db8ea27de6a092934a51e156eb6 | refs/heads/master | 2020-03-24T21:52:18.653518 | 2018-08-04T20:01:15 | 2018-08-04T20:01:15 | 143,054,776 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,892 | c | /*
* $Id: cgiAlertMain.c,v 1.4 2007/03/27 20:22:57 lizhijie Exp $
*/
#include "_alert.h"
static ALERT_INFO info;
static int __alert_init(ALERT_INFO *_info)
{
pid_t pid;
cgi_html_header();
list_create(&_info->cgiVariables);
read_cgi_input(&_info->cgiVariables, NULL, NULL);
if(strcasecmp(GET_CGI_OP(&_info->cg... | [
"jacklee032016@gmail.com"
] | jacklee032016@gmail.com |
60bc2e0be9293333df1fcbb30623935fc08a18c3 | 389726a43af3fd7fc48e80cf36700ebf9826b591 | /d3d12_1/src/WinDefines.h | 1226e632e341cb8ada82e254b9d4c221bb687d36 | [] | no_license | luijavi/d3d12_test | d2460c71ea3ff38425180c38f3e35db4c61cd34b | d106046e0fc5be950e1a28db7aaecca9e4d06607 | refs/heads/main | 2023-03-17T14:01:32.885501 | 2021-03-11T04:03:58 | 2021-03-11T04:03:58 | 344,981,605 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 918 | h | // Step 1: Disable a bunch of Win API macros and create a header
// for the windows header file - Include WinDefines at the top of
// all files that include it...
#pragma once
// Windows 7 or later
#define _WIN32_WINNT 0x0601
#include <sdkddkver.h>
// Disable unused Win32 API stuff
#define WIN32_LEAN_AND_MEAN
#define... | [
"luijavi@gmail.com"
] | luijavi@gmail.com |
80d59996675ee547056913cc51f19f2f8ebddf8a | 54f352a242a8ad6ff5516703e91da61e08d9a9e6 | /Source Codes/AtCoder/abc076/C/4116547.c | 6731e10f82d93bccfc049dd9177ae205495efe56 | [] | no_license | Kawser-nerd/CLCDSA | 5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb | aee32551795763b54acb26856ab239370cac4e75 | refs/heads/master | 2022-02-09T11:08:56.588303 | 2022-01-26T18:53:40 | 2022-01-26T18:53:40 | 211,783,197 | 23 | 9 | null | null | null | null | WINDOWS-1250 | C | false | false | 1,255 | c | #include<stdio.h>
#include<string.h>
int main()
{
char s[51],s1[51],t[51],ans[51];
scanf("%s",s1);
scanf("%s",t);
int L1=strlen(s1),L2=strlen(t),i,j,flag=1,k,count=0;
strcpy(ans,s1);
// for(i=0; i<L1; i++)
// if(ans[i]=='?')
// ans[i]='z';
for(i=0; i<L1; i++)
{
s... | [
"kwnafi@yahoo.com"
] | kwnafi@yahoo.com |
362fe7f014d312fc59368dd2fc344b788d44daf6 | a0e6d9608748b613133cbb30024c8d2cc140b0ec | /build/php7/ice/mvc/url.zep.c | 6513b3d80f42199380dd9e61516dfc632e4616cc | [
"BSD-3-Clause"
] | permissive | lin-credible/framework | de326308f6ab4c2cbdb9015e3c9d757212e55af5 | 7023d2fba6d37af8a0ecbfc1282abef31e7715c8 | refs/heads/dev | 2021-01-16T21:50:04.191023 | 2016-06-15T13:34:46 | 2016-06-15T13:34:47 | 63,854,249 | 1 | 0 | null | 2016-07-21T09:06:12 | 2016-07-21T09:06:12 | null | UTF-8 | C | false | true | 5,370 | c |
#ifdef HAVE_CONFIG_H
#include "../../ext_config.h"
#endif
#include <php.h>
#include "../../php_ext.h"
#include "../../ext.h"
#include <Zend/zend_operators.h>
#include <Zend/zend_exceptions.h>
#include <Zend/zend_interfaces.h>
#include "kernel/main.h"
#include "kernel/object.h"
#include "kernel/memory.h"
#include "k... | [
"info@iceframework.org"
] | info@iceframework.org |
d23b85759af5247e374386e183c2ab66853a9a2f | b3a4cc8f037ebe8cd2fd338b220847d820b9ebcb | /libft/ft_lstnew.c | 8953e863fc3a956638cced91a78823e7b642482c | [
"MIT"
] | permissive | SpenderJ/Corewar | 96ad25364a9cd00f1ff24cfa05c688e4fa48127a | 5ae6c9aab7057f0f6dc53ff7252eed9e703b5d5e | refs/heads/master | 2020-05-16T22:04:05.306013 | 2019-04-25T01:21:44 | 2019-04-25T01:21:44 | 183,324,940 | 1 | 0 | null | 2019-04-25T01:21:46 | 2019-04-25T00:18:47 | C | UTF-8 | C | false | false | 1,146 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstnew.c :+: :+: :+: ... | [
"juspende@e1z3r1p19.42.us.org"
] | juspende@e1z3r1p19.42.us.org |
95690f1e90131c1901b5ffe6100ee7b444875e4c | 387168ad894a81e418d4a80f2fea89a5a53715e8 | /bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/experimental_802_15_4/api/HAL/hal_clock.h | 8bc6d9099360cfa43bb8b53a0ee167f5bba5b47e | [
"LicenseRef-scancode-proprietary-license",
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | XBurst/RT-Thread-XBurst | 697eb85130e38af92d717836cc34ee5d1d4f2f77 | 47fe0fce16f562a0c9b1c9c32803419a87286002 | refs/heads/master | 2020-04-20T12:23:37.510908 | 2019-07-20T16:16:45 | 2019-07-20T17:31:13 | 168,842,151 | 5 | 10 | Apache-2.0 | 2020-03-08T12:14:27 | 2019-02-02T14:51:42 | C | UTF-8 | C | false | false | 2,306 | h | /**
* Copyright (c) 2016 - 2017 Nordic Semiconductor ASA and Luxoft Global Operations Gmbh.
*
* 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 m... | [
"xieyangrun@smartcomma.com"
] | xieyangrun@smartcomma.com |
7f51d87a1be62077e0256e961359f84bdd4709b1 | 228e53d7ec8f3110ae09fc99c608253bd9c07034 | /Core/Src/boards/NucleoL476/rtc-board.c | 18ad0664e4bc10a44544c3a06bc14b88ffb5ea82 | [] | no_license | socky886/stm32l476_sx126x_demo | 908db0befa34fec69abc66019c4eb5f66e00cf20 | 02c92093e1233249dae209fac1bb607c2ffa1617 | refs/heads/master | 2023-06-16T23:12:43.623484 | 2021-07-06T01:31:35 | 2021-07-06T01:31:35 | 382,743,689 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 19,712 | c | /*
______ _
/ _____) _ | |
( (____ _____ ____ _| |_ _____ ____| |__
\____ \| ___ | (_ _) ___ |/ ___) _ \
_____) ) ____| | | || |_| ____( (___| | | |
(______/|_____)_|_|_| \__)_____)\____)_| |_|
(C)2013 Semtech
Description: MCU RTC timer and low pow... | [
"socky886@163.com"
] | socky886@163.com |
7c60f4f50f648cb92052ead9640e72957968311f | 4657ecf1c3e0b58ae5a41ab2e739295269369d31 | /todo/tcoffee/lib/old_ga_lib/ga_random.h | 7d7fb97659e0cde6d34bff5a73e8e4fd5e71751c | [] | no_license | daleha/birch-native-sources | 3c8f4fa7deb2038f96f4b61abaa0e48d61a6c1c6 | 7466a6db93bf236eaddcc64e60c4daed4b55d2b6 | refs/heads/master | 2020-04-30T04:26:48.959037 | 2012-02-15T19:08:36 | 2012-02-15T19:08:36 | 2,977,983 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 202 | h | #include <stdio.h>
unsigned long linrand(unsigned long r);
unsigned long addrand(unsigned long r);
void addrandinit(unsigned long s);
static unsigned long mult(unsigned long p,unsigned long q);
| [
"daleha@g@gmail.com"
] | daleha@g@gmail.com |
713ecba5d5aefb6742f91c67b0e8758b9a95c158 | c8bfc841dd00e97f6b2d496ccc6f700d8518755b | /common/filescan_generic.c | 0fc8832265ba4bef1b0e0fa0a0a72ec2190a2cdb | [] | no_license | cvsync/cvsync | cd26abc07b560ea8d9d894b52f4ad3842a478f92 | 37cd02b7f672ccaca482c83204e9dcf4e9f9c715 | refs/heads/master | 2020-05-18T18:28:00.299860 | 2018-08-19T11:21:27 | 2018-08-19T11:21:27 | 9,730,408 | 4 | 1 | null | 2018-06-26T16:52:21 | 2013-04-28T13:35:01 | C | UTF-8 | C | false | false | 2,885 | c | /*-
* Copyright (c) 2000-2012 MAEKAWA Masahide <maekawa@cvsync.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
* ... | [
"cvsync.mm@gmail.com"
] | cvsync.mm@gmail.com |
45e02a448d37a0a0833f447424effe628e9ee885 | 8b28334f9c7b386ade97cf89b6fd1cc4e901f479 | /Projects/NUCLEO-L152RE/Applications/IKS01A2/ActivityRecognition/Inc/motion_ar_manager.h | 90cad2471407792068b764fcb7cf70388d03b143 | [
"BSD-3-Clause",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | cparata/X-CUBE-MEMS1 | 22f604672979ad3d629bb55f98a261176671d11d | 549e4f819fe840a8d945d2d50addf53dffc8d40b | refs/heads/main | 2023-08-28T11:40:51.267134 | 2021-11-04T16:07:58 | 2021-11-04T16:07:58 | 424,559,686 | 0 | 0 | null | 2021-11-04T10:48:29 | 2021-11-04T10:48:28 | null | MacCentralEurope | C | false | false | 1,926 | h | /**
******************************************************************************
* @file motion_ar_manager.h
* @author MEMS Software Solutions Team
* @brief This file contains definitions for the motion_ar_manager.c file
******************************************************************************
* @att... | [
"carlo.parata@st.com"
] | carlo.parata@st.com |
eeb23b905606abf0ac9ae5dd13454d93c7ac4d50 | 64034f7a465bce424809d547bedfa8a3af63b887 | /game/commands/AutoPatherMoveCommand.c | 8d49602ab6a290f5a262567bb3552f5a1391bae6 | [] | no_license | mahfsy/anura | 67da3ab2cff462eb2a9d9823ce960a59c9a6f899 | 10ab76df8ad23637012c642afe9d8758d413f8b5 | refs/heads/main | 2023-04-10T12:46:45.256968 | 2021-04-15T18:59:47 | 2021-04-15T18:59:47 | 354,506,031 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,560 | c | #include "AutoPatherMoveCommand.h"
#include <math/Vec2.h>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <utils/Vector.h>
static void straight_path(AutoPather* a, Vec2 start, Vec2 end) {
(void)(start);
if (!a->path.points) {
a->path.points = malloc(sizeof(Vec2) * 1);
}
a->... | [
"mahfsy@protonmail.com"
] | mahfsy@protonmail.com |
ecb6e69c1e6e93daad40859901eafe9627acc672 | 579ad2b15e00fb9fc690eb97b1444d531f2d5d3f | /webc/WebC/bin/projects/FontGen/Fonts_Output/TimesBoldItalic11B0020E007e.h | 6d971c418791a0ae6af1e8309daf6385ef1ca48a | [] | no_license | peteratebs/webcwebbrowser | 239af360deabed60eaa392206d2ca56f3b5215f9 | 08c446afc94d45d97efc948eb370cf8b7e0d3676 | refs/heads/master | 2021-01-10T05:33:26.367330 | 2015-10-12T22:30:38 | 2015-10-12T22:30:38 | 44,170,009 | 14 | 1 | null | null | null | null | UTF-8 | C | false | false | 307 | h | /* TimesBoldItalic11B0020E007e.h */
/* Automatically Created from TimesBoldItalic11B0020E007e */
#ifndef __TimesBoldItalic11B0020E007e_H__
#define __TimesBoldItalic11B0020E007e_H__
#define TimesBoldItalic11B0020E007e_SIZE 10717
extern unsigned char TimesBoldItalic11B0020E007e_file[];
#endif
| [
"peter@ebsembeddedsoftware.com"
] | peter@ebsembeddedsoftware.com |
99ecaa318a209b65e8087b89acc69b36f0f3ba61 | be0085d2128eab7591247a3dc0e93e947ac06c12 | /tests/st/stm32l475_discovery/common/config_files/aws_ggd_config.h | 21aec035da9df6092d4c64ed8a0d23eeca21921c | [
"MIT"
] | permissive | cimeq/amazon-freertos | 6e8d053635ab2c78271c064e99bdb591d930e6b4 | 4940da73a17a96af897d7beb02588dcc9ae75531 | refs/heads/master | 2020-03-29T09:22:53.628345 | 2018-10-25T13:51:34 | 2018-10-25T13:51:34 | 149,755,242 | 1 | 0 | MIT | 2018-09-21T11:39:59 | 2018-09-21T11:39:59 | null | UTF-8 | C | false | false | 1,639 | h | /*
* Amazon FreeRTOS V1.1.1
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, includi... | [
"aggarg@amazon.com"
] | aggarg@amazon.com |
1dfa7f06ef9a1d75053f7d37ccceb033dc7593fb | ec5b9a8dc9b77723249e976750f3d29685688eba | /src/http/v2/ngx_http_v2.h | 070aa435aaacb7dbc913520d08ecf5fa1f4c817d | [] | no_license | sreenivas134/nginx | 9442614e6cad8924a186a5507d7778e3585e6d83 | 4275d0a8a00090b31d34ace8ddc95412cc6c700a | refs/heads/master | 2020-12-25T03:29:53.125324 | 2016-02-19T15:13:54 | 2016-02-19T15:13:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,515 | h | /*
* Copyright (C) Nginx, Inc.
* Copyright (C) Valentin V. Bartenev
*/
#ifndef _NGX_HTTP_V2_H_INCLUDED_
#define _NGX_HTTP_V2_H_INCLUDED_
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>
#define NGX_HTTP_V2_ALPN_ADVERTISE "\x02h2"
#define NGX_HTTP_V2_NPN_ADVERTISE NGX_HTTP_V2_ALP... | [
"vbart@nginx.com"
] | vbart@nginx.com |
4532d771d432b1536c8cedaa7a2fa150ea11d6be | 43434925630ed08e399a29c9d6fc0ee9c3c2f7aa | /src/direct.c | 1c7b29e438ca1c14f2ad5d69b26752dc0099f9ba | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ShinyaEsu/mruby-direct | a07b40f558edd62227186db67c73278aaa92fa00 | 97d2bcf049d196bd6b16c1a126373aee852813b8 | refs/heads/master | 2016-09-10T20:06:28.442984 | 2014-05-17T07:46:18 | 2014-05-17T07:46:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,514 | c | /*
** mrb_direct.c - Direct class
**
** Copyright (c) Shinya Esu 2014
**
** See Copyright Notice in LICENSE
*/
#include <stdio.h>
#include <stdint.h>
#include "direct.h"
uint8_t direct_write8(volatile uint8_t *addr, uint8_t dat)
{
*addr = dat;
return dat;
}
uint8_t direct_set8(volatile uint8_t *addr, uint8_t dat)
... | [
"esu@yk.rim.or.jp"
] | esu@yk.rim.or.jp |
4bc5d89ad1dd0939acbfd8cb39627d850ec6e8b8 | 5d9f5fba0381fee0b666c5126fd1c5b8baff9271 | /software/LX010106_Main/SRC/INTERRUPTS/INTERRUPT_COM_EndTransmit.c | 4da8f42b771e0750c4e9e18f80905cde2c006b26 | [
"Apache-2.0"
] | permissive | moh1139/PB560 | eb2c87c8e8b7119d997eff0aa622804dd5216830 | e7b2e610453c7a46204f21a49174028762b6ce43 | refs/heads/master | 2022-04-13T16:45:04.803464 | 2020-04-07T00:21:23 | 2020-04-07T00:21:23 | 257,703,654 | 1 | 0 | Apache-2.0 | 2020-04-21T20:06:49 | 2020-04-21T20:06:48 | null | WINDOWS-1252 | C | false | false | 2,364 | c | /*****************************************************************************/
/* */
/* Project N° : RB0505 */
/* ... | [
"Hossam.adel.moh@gmail.com"
] | Hossam.adel.moh@gmail.com |
8a68a6fb2b73c20047e092d4cf0eea38bffa8c2d | 22b9b45225ea19d71bcb520c9d412f950e31a0b1 | /libft/ft_strsplit.c | e8f8843adc5b450077d7b911c6b185b5027331af | [] | no_license | adjouber42/Fract_ol | 1e5f452b85239a891a21a0844847893903bd6911 | 5bd73e142c9898cebc9a70d1356d7411aba62450 | refs/heads/master | 2020-04-13T11:51:42.001396 | 2019-03-06T11:35:36 | 2019-03-06T11:35:36 | 163,185,722 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,990 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strsplit.c :+: :+: :+: ... | [
"adjouber@e1r5p9.42.fr"
] | adjouber@e1r5p9.42.fr |
742677a71535ea4d7fa1dea2eb2ca84135159376 | 107aa43b7e68acb093be9b3e51e1ff7b9f21a79e | /ch12/pp12_01_reversal_b.c | 6a9d2191177a8ea9068ced75e72c39df1355ca8b | [] | no_license | SiddharthPant/knkbook | 9a7ee1aa94eceeeff0554fc3974fde38dd00782f | 68227ea48a8e226b3a61b5b4525668c01babfce5 | refs/heads/master | 2016-09-05T09:45:43.114893 | 2015-11-04T09:50:29 | 2015-11-04T09:50:29 | 29,738,026 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 498 | c | #include <stdio.h>
#define MSG_SIZE 50
int main(void)
{
char message[MSG_SIZE], *p = &message[0];
printf("Enter a message: ");
// store message one charachter at a time till the array is full or till a
// newline character. Its quite a clever one with only one statement
// comprising the whole while loop doing... | [
"spsiddharthpant@gmail.com"
] | spsiddharthpant@gmail.com |
7eecb407a491c11a073ba606269550b028d2878c | 6f1cf08472a3753394b2082e7c3b0b184f6e77b0 | /usr.bin/tip/hunt.c | 66e4a1698e034fb7232ceeae2a80b809bb7a9b8a | [] | no_license | dank101/4.2BSD | c6a37949c0a65d9f7f5a34dadc36116aecc9c88a | 708b3890ac0c2f034f2840b5ee9125b3c83a05bc | refs/heads/master | 2020-05-29T22:30:27.674649 | 2014-08-02T01:53:24 | 2014-08-02T01:53:24 | 22,525,057 | 4 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,110 | c | #ifndef lint
static char sccsid[] = "@(#)hunt.c 4.8 (Berkeley) 10/20/83";
#endif
#include "tip.h"
extern char *getremote();
extern char *rindex();
static jmp_buf deadline;
static int deadfl;
dead()
{
deadfl = 1;
longjmp(deadline, 1);
}
hunt(name)
char *name;
{
register char *cp;
int (*f)();
f = signal(SIGA... | [
"dank101@localhost.localdomain"
] | dank101@localhost.localdomain |
08bf6cfba26f0ac5f98e7d337368cec53eb54a70 | bab96b7309d6afb2a9e73e6968bc801b05318a66 | /tests/ft_strncat/05_hard_test_1.c | 428a9233d1eb1ae513c353348b5aef6ca1509509 | [] | no_license | rakati/libunit | 65c82a81b22fdd41001b4097720380e75cbdb9d8 | 75c2823aa019d9507e4e423c23a440f6b4be8a83 | refs/heads/master | 2020-04-09T06:07:44.841384 | 2018-12-02T21:46:40 | 2018-12-02T21:46:40 | 160,099,346 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,317 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* 05_hard_test_1.c :+: :+: :+: ... | [
"nouhaddo@e1r4p14.1337.ma"
] | nouhaddo@e1r4p14.1337.ma |
82009d1bd86104438d46a77c1a43f9ee314439d0 | 6e23fce662b6aa4752d061148af23291648dbfba | /levels/hmc/rolling_rock_fragment_1/model.inc.c | 31dfeca929de86e1276df5867dcc35a7f5aa1d79 | [] | no_license | Someone-Goddam-Stalker/sm64 | 98691acea6b4bffedd2f649485b709d1334d3b2f | 4b414f6e09480b8c6c0826ab68ded9c267049244 | refs/heads/master | 2020-09-03T06:00:40.365439 | 2019-11-06T23:33:56 | 2019-11-06T23:33:56 | 219,402,312 | 0 | 0 | null | 2019-11-04T02:37:52 | 2019-11-04T02:37:52 | null | UTF-8 | C | false | false | 3,454 | c | // 0x07023C70 - 0x07023C78
static const Ambient hmc_seg7_light_07023C70 = {
{{0x79, 0x79, 0x79}, 0, {0x79, 0x79, 0x79}, 0}
};
// 0x07023C78 - 0x07023C88
static const Light hmc_seg7_light_07023C78 = {
{{0xff, 0xff, 0xff}, 0, {0xff, 0xff, 0xff}, 0, {0x28, 0x28, 0x28}, 0}
};
// 0x07023C88 - 0x07023D48
static con... | [
"n64"
] | n64 |
e7d9f7e0fedf7ce791880bef68af094feee7d358 | 739d4681368272ac5c25fd960534e79e4d9fbc9b | /src/rutile.c | c9acdce620be6b2a94c6dff532eb07e0aded98b3 | [
"Zlib"
] | permissive | beoran/rutile | 5d43de38998f95770e92062523e2aea6442b5125 | 0c4317cb2e5f11ad8689662f5ab61b27f9641f94 | refs/heads/master | 2021-01-25T05:35:54.331682 | 2013-04-28T20:38:42 | 2013-04-28T20:38:42 | 500,554 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,932 | c | #include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
enum ParserMode_ {
MODE_PARSE = 1,
MODE_RUN = 2,
MODE_STRING = 3,
MODE_BLOCK = 4,
MODE_COMMENT= 5,
MODE_DONE = 6,
};
enum EntryType_ {
ENTRY_NATIVE = 1,
ENTRY_VARIABLE = 2,
ENTRY_SCRIPT = 3,
ENTRY_COMILED = 4,
};
typed... | [
"beoran@rubyforge.org"
] | beoran@rubyforge.org |
2bfe7b3b952b4440894007025b0cd3006e69fdfb | af8fe84a9a43f5d7309cca301a791e9a1da6edf2 | /external/asf4-drivers/hal/include/hpl_spi_dma.h | 3f2088c05e14e013c7450d0bb311b220d6d2a018 | [
"Apache-2.0"
] | permissive | digitalbitbox/bitbox02-firmware | c2581b02088009385d7c40066ad940a469eca761 | 12cfa59f05c200a72fa204961e3a5f8b3d3c0ba0 | refs/heads/master | 2023-08-31T22:14:19.307352 | 2023-08-31T09:29:16 | 2023-08-31T09:29:16 | 190,549,724 | 219 | 87 | Apache-2.0 | 2023-09-14T07:10:09 | 2019-06-06T09:00:23 | C | UTF-8 | C | false | false | 2,923 | h | /**
* \file
*
* \brief Common SPI DMA related functionality declaration.
*
* Copyright (C) 2016 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 co... | [
"douglas.bakkum@shiftcrypto.ch"
] | douglas.bakkum@shiftcrypto.ch |
18875ff66a89bc50e3ecf2607a577c33308ed717 | f19dd7f297d8bc08a85c7c7edfcae71d7b5e088b | /st.c.orig | b24206321cdb4c29c12768378970335017f1de85 | [
"MIT"
] | permissive | TheInvisibility/st | 3b4d389fbf19290399c4321363060f49970d7665 | 2f88142d0e31ef56836008089f01dd25fe811e5e | refs/heads/master | 2023-06-04T20:30:30.157872 | 2021-06-22T19:44:49 | 2021-06-22T19:44:49 | 360,958,965 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 57,482 | orig | /* See LICENSE for license details. */
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <pwd.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <signal.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/types.h>
#include <sys/wait... | [
"45173598+TheInvisibility@users.noreply.github.com"
] | 45173598+TheInvisibility@users.noreply.github.com |
fa5b1b388e1bc421a58b67a495cc13df49a513dc | c92374893b20e684f4e9e67b7986b7a867a8a1df | /0x05-pointers_arrays_strings/2-strlen.c | 82319bbd944ea19081be746307419011de7510bd | [] | no_license | Uksonmike/alx-low_level_programming-1 | 2555fe5fe7c1d5386dee7c3be89420a3045604a2 | 8225b76447f6adffde796f408cc98d2bc0960343 | refs/heads/main | 2023-08-26T18:51:33.207382 | 2021-10-14T16:57:07 | 2021-10-14T16:57:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 217 | c | #include "main.h"
/**
* _strlen - return the length of the string
* @s: char type pointer
* Return: length of string
*/
int _strlen(char *s)
{
int len;
for (len = 0; s[len] != '\0'; ++len)
;
return (len);
}
| [
"eric20junior@gmail.com"
] | eric20junior@gmail.com |
1a30d4a8d8a1256174a9638ad7faecaddc5a75f1 | 64cd8b794f213a6ad57faff662cd596684f2bc0f | /ft_events.c | 8f2babc883eae52bd16c8387711076fbaa61b305 | [
"Zlib",
"Bitstream-Vera"
] | permissive | valeriyashanti/KISS_SDL | 9151e4373ad28d8567ab873644020584d0e470a3 | dfe9fdc6c794e02106d0b7013f8fe9faa25b98bf | refs/heads/master | 2020-04-25T17:22:03.352574 | 2019-03-30T17:26:07 | 2019-03-30T17:26:07 | 172,945,187 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,357 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_events.c :+: :+: :+: ... | [
"noreply@github.com"
] | valeriyashanti.noreply@github.com |
129aede3118c5e018e4a8dbf7560f59082955b6f | 2f0d9a80ef2b713d9a1a9efd8002e40c2815b405 | /.cbmc-batch/jobs/aws_priority_queue_init_dynamic/aws_priority_queue_init_dynamic_harness.c | 6b2ae8c08284cfbf68410ed2cda33b630e23d99d | [
"Apache-2.0"
] | permissive | angelhof/aws-c-common | e3b27d8c53624c27b97467184a965e18ab18d6ac | 1db8b3979c0830f571ebb0b17399c47151a22864 | refs/heads/master | 2020-05-25T16:26:00.629720 | 2019-06-27T18:40:12 | 2019-06-27T18:40:12 | 187,887,790 | 0 | 0 | Apache-2.0 | 2019-05-21T17:53:24 | 2019-05-21T17:53:23 | null | UTF-8 | C | false | false | 1,919 | c | /*
* Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" ... | [
"karkhaz@karkhaz.com"
] | karkhaz@karkhaz.com |
80c3fbf6d641de456feb48e8b9ea691bb6c96267 | df7f30ece4c1234c0d2ab609ac699637e487e8e9 | /sedarwin7/src/ipctrace/module/ipctrace.c | 2d1dd7c0780563c2f5914c90e678b78b502c1db5 | [
"BSD-3-Clause"
] | permissive | somestupidgirl/SEDarwin | 93156c4b7e19923c0f937d8a8231748bfb3e9610 | b597bd6aafbb6519768083cd01bc0707c1eafdfb | refs/heads/master | 2022-01-06T19:51:16.131334 | 2006-06-27T16:26:36 | 2006-06-27T16:26:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,732 | c |
/*-
* Copyright (c) 2005 SPARTA, Inc.
* Copyright (c) 2004 Networks Associates Technology, Inc.
* 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 ... | [
"deker"
] | deker |
18ea288c8d38241c294830b892bca894742f6f9e | 76321208457a246d85aa9d4644badb5b1466c1f5 | /test/testprofile.c | 21d24fece2ebb715ccb03f854092e45d232860c9 | [
"BSD-2-Clause",
"MIT"
] | permissive | mkushnir/mncommon | be5cd9945fe1c1482d92c4f58b5841aaee8c6040 | 467744106bfc0a4c61cbe79acc6e3bb63888a9e3 | refs/heads/master | 2023-07-26T13:05:26.253826 | 2023-07-24T17:42:21 | 2023-07-24T17:42:21 | 8,820,487 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 765 | c | #include <assert.h>
#include <stdlib.h>
#include <time.h>
#include "unittest.h"
#include "mncommon/dumpm.h"
#include "mncommon/profile.h"
static void
test0(void)
{
const profile_t *p1, *p2;
struct {
long rnd;
int in;
int expected;
} data[] = {
{0, 0, 0},
};
UNITTES... | [
"markiyan.kushnir@gmail.com"
] | markiyan.kushnir@gmail.com |
5dcec12e44c001f4b1d96370ab84f417f845facc | 1a6bde5279127a7830618998a821b3c709943f05 | /src/drivers/gpu/drm/nvidia-ion/nv.c | 0a2f3fe1c9aada9cd599d5deb4c219c443139be0 | [] | no_license | crespo2014/kernel_configuration | 5914a9c928110324edc06fbecff2122349d2dcc3 | c15292114b81affa0a07c2d8837dce1cae390b36 | refs/heads/master | 2021-09-11T08:04:04.558827 | 2021-08-28T13:47:19 | 2021-08-28T13:47:19 | 27,142,327 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 102,721 | c | /* _NVRM_COPYRIGHT_BEGIN_
*
* Copyright 1999-2013 by NVIDIA Corporation. All rights reserved. All
* information contained herein is proprietary and confidential to NVIDIA
* Corporation. Any use, reproduction, or disclosure without the written
* permission of NVIDIA Corporation is prohibited.
*
* _NVRM_COPYRIG... | [
"lester.crespo.es@gmail.com"
] | lester.crespo.es@gmail.com |
ce6b1969795d4961e1721f589f828747d89f4f39 | df9b5028b6599b85ec2504970a0b86c8834301d0 | /lib/my/src/bigint/compare.c | 7ce74a50456b5ff5a315d849d24617681659e465 | [] | no_license | GabrielRavier/my_runner | 0cd6511b23ff94e22c45ab11e207618bf602085c | 61e9de37fab7ff93b98e87aaa9a64f767e0f556d | refs/heads/master | 2023-02-21T07:32:25.188720 | 2021-01-11T23:41:53 | 2021-01-11T23:41:53 | 328,497,267 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 746 | c | /*
** EPITECH PROJECT, 2020
** libmy
** File description:
** Define compare
*/
#include "my/bigint.h"
int my_bigint_compare(const struct my_bigint *operand1,
const struct my_bigint *operand2)
{
if (operand1->is_negative && !operand2->is_negative)
return (-1);
if (!operand1->is_negative && operand2... | [
"gabravier@gmail.com"
] | gabravier@gmail.com |
8f9ec3da5abf21ab2a677d6f56ded576d8f5ec7f | 4e2f917c2a2fff5ad02b87ece5629bd17a6a7e25 | /proj/code/stack.h | 53d7096e05511e0e320e143d1f114e6e0e1a56fa | [
"Apache-2.0"
] | permissive | msandim/feup-lcom | df078191a594bcf59bee3cd7e01d6e8ccfe9fa86 | 4f989e9f8d3e29201536fc9cc2a50d4ce553d6fa | refs/heads/master | 2020-03-18T20:06:55.639561 | 2018-05-28T18:44:13 | 2018-05-28T18:44:13 | 135,196,448 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,388 | h | #ifndef _STACK_H_
#define _STACK_H_
/** @defgroup stack Stack
* @{
*
* Module that implements a stack structure of ints and methods that operate with this structure
*/
/** @name Stack Struct*/
/**@{
*
* Stack of ints - structure
*/
typedef struct {
int *buf; /**< @brief pointer to the array of ... | [
"ei12013@979b2d34-c887-48f1-a8b5-8c534db5e80d"
] | ei12013@979b2d34-c887-48f1-a8b5-8c534db5e80d |
605fddec16e903dc9df276e896b329c112c38dd2 | 1a021c449262674f19f8db05020d31d7986c1380 | /Pods/Headers/Public/WKWebViewWithURLProtocol/NSURLProtocol+WKWebViewSupport.h | 449f329d92efce0c669047e5cd1ee90c1f6b0dd7 | [] | no_license | Mozzat/Project | d3085baada9f45ddfbb05c863ef35421ba6f77f9 | 156f4a6d2612fd327a23499a449b4fc1cdf08e2b | refs/heads/master | 2020-03-18T19:11:49.914977 | 2018-05-28T09:32:43 | 2018-05-28T09:32:43 | 135,140,426 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 91 | h | ../../../WKWebViewWithURLProtocol/WKWebViewWithURLProtocol/NSURLProtocol+WKWebViewSupport.h | [
"taogroups@163.com"
] | taogroups@163.com |
4d314fdd58a68801cf390af1824781759b7e7645 | edd733efe798cf751ded322c0af8c5891d1e229d | /Tek1/B2-semestre/PSU/PSU_2013_minitalk/src/server.c | 4f9a23ddef1f88b29c81c19e155475f7fe7e6d0e | [] | no_license | Barathan-Somasundram/Epitech | 6e60666205a919397fef41469fe7726861086346 | 96eabeb7a23518433a483bf374189257720a7e38 | refs/heads/master | 2016-09-06T12:51:32.934375 | 2015-05-18T16:00:41 | 2015-05-18T16:00:41 | 32,335,665 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,151 | c | /*
** client.c for minitalk in /home/somasu_b/rendu/minitalk/src
**
** Made by somasu_b
** Login <somasu_b@epitech.net>
**
** Started on Sat Mar 22 23:32:47 2014 somasu_b
** Last update Sun Mar 23 18:35:42 2014 somasu_b
*/
#include <unistd.h>
#include <stdlib.h>
#include <signal.h>
#include <sys/types.h>
void get... | [
"barathan.somasundram@epitech.eu"
] | barathan.somasundram@epitech.eu |
4666bc473995205cf20efaf5cc3ca52eddf1de3a | f83b86c8e5a33f146946c8e71327d3529784fac3 | /TP_3/funcion.c | 358ef5ee1eaf24569760ee81696162e06ea81773 | [] | no_license | LiliaG-hiramatsu/Informatica | 425bbe411ff3b627a566c3932f4e6aa638c8131b | 7ef5e757c1030a51b6ceea5f5eb87588da6bb36a | refs/heads/master | 2023-03-20T21:26:16.833528 | 2021-03-15T17:54:05 | 2021-03-15T17:54:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,795 | c | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
#include "funcion.h"
int *crear_arreglo(int N) {
int *vector = (int *)malloc(sizeof(int));
return vector;
}
int *cargar_arreglo... | [
"noreply@github.com"
] | LiliaG-hiramatsu.noreply@github.com |
a9e8ce24aaeacaae3f94d8b89bd75e7898ad048f | 39dbb4a65428a437f17a07bbb54306430ef96919 | /C.00/ex06/ft_print_comb2.c | c23d224c4ee0cf39f287f66025f92bf44cc0f9f6 | [] | no_license | leonardohpaiva/42-basecamp | 699add769039b6ffa608c8aa21a74206fd498540 | 3fec0a087eced6ea4b6cd50e718c34b7268a6251 | refs/heads/master | 2023-04-24T05:37:29.059822 | 2021-05-10T18:35:47 | 2021-05-10T18:35:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,286 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_print_comb2.c :+: :+: :+: ... | [
"lehenriq@student.42sp.org.br"
] | lehenriq@student.42sp.org.br |
4609983f188c814b3f529e6f7e81142b8dc89882 | 39cc8b84b64a44095a26ec31df022c54193118f7 | /combo_meal.c | f98ffc6caaf57e8c29c2a3b7379b7733a0de5dd7 | [] | no_license | aimarwibowo46/hackerrank | 059255529b30be7af5a317d1f9445f0b2f7a4301 | efafc70fe4a3d2f503900686ed6508ff84d46beb | refs/heads/main | 2023-02-03T11:28:47.608451 | 2020-12-25T06:09:17 | 2020-12-25T06:09:17 | 318,405,051 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 159 | c | #include <stdio.h>
int main() {
int t, a, b, c;
scanf("%d", &t);
while(t--) {
scanf("%d %d %d", &a, &b, &c);
printf("%d\n", a+b-c);
}
return 0;
}
| [
"aimarwibowo46@gmail.com"
] | aimarwibowo46@gmail.com |
50ec999ab0f59006ce2c5cec612e1c57708450f4 | 687f17eabf1dae563a103e16505657b8f093336d | /testdata/globals.c | b56f1152b9c6d50cecca39111d0c4b4eea5954dc | [
"BSD-3-Clause"
] | permissive | FrankReh/go-clang | f8c85d961be84fe1656753b8f8b1f58137f57317 | 76fb600720cae07156e0381346dc8599f360a5d5 | refs/heads/master | 2023-01-01T02:20:40.963112 | 2020-10-22T15:49:26 | 2020-10-22T15:49:26 | 123,025,242 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 372 | c | // File to test extracting globals and external references.
#include <stdio.h>
extern int i;
void foo() {
}
static void bar() {
}
extern int baz();
int i = 7;
extern int j;
int main(int argc, char **argv) {
int k;
printf("hello\n");
foo();
baz(); // external
bar();
baz(); // external
k =... | [
"frankrehwinkel@gmail.com"
] | frankrehwinkel@gmail.com |
c930e477d45a227091ded23d524354e6415c9570 | 341dde2b3e8f4853292b9b9c74f64ad21c8e8d68 | /BuildKit/windows/32bit/postgresql/9.2.7-1/include/server/catalog/pg_aggregate.h | d03c9f666cdb7f665d64ecef5586ae1e083544e2 | [] | no_license | crawler99/RemotePharmacist | d4758d7cb1c6297c7243c9368e48e8c2b81f0228 | 84335bf2485e7e2f0e0f3ca7cf395af47757992a | refs/heads/master | 2021-09-01T23:47:55.427311 | 2017-12-29T07:25:46 | 2017-12-29T07:25:46 | 115,693,789 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,857 | h | /*-------------------------------------------------------------------------
*
* pg_aggregate.h
* definition of the system "aggregate" relation (pg_aggregate)
* along with the relation's initial contents.
*
*
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
* Portions Copyright... | [
"taojiang99@gmail.com"
] | taojiang99@gmail.com |
995e9476b56991331fe57c75107f9ed4d5c8e397 | 59a863bb3546aa12888c85df9ca17cf3faa9fcca | /20150602/app/AppCodes/App/App.h | ae782568d427fdc96a4e8ce71f690d0da67f3eff | [] | no_license | liuchaonuaa/myucos | f096730893eb46a5af57a3ded227fa0b64a838cf | 5957c4e4632892f7872438db87913c4e4b8f2572 | refs/heads/master | 2021-01-10T08:12:17.855731 | 2015-06-02T09:05:52 | 2015-06-02T09:05:52 | 36,721,418 | 2 | 0 | null | null | null | null | GB18030 | C | false | false | 2,149 | h | /********************************************************************************************************
*
* Address
*
* (c) Copyright 20xx, Company Name, City, State
* ... | [
"liuchaonuaa@gmail.com"
] | liuchaonuaa@gmail.com |
136889ba767c757a6bb28f9d304a071eff3b4cb1 | a49ae3208b0f52f3586196e00a4bc12c99194d9b | /bsource/getfacl/getfacl.h | c23d9e1df63d49c96b13a4085d6af214a98eb196 | [] | no_license | oneTimePad/littleshell | 8a22435c6b32b01208c514a3824b7f1238af2a8d | cd112741eb377f93c7ca70fc23fb061efbb14345 | refs/heads/master | 2020-04-06T07:06:54.131202 | 2016-09-09T14:54:43 | 2016-09-09T14:54:43 | 63,651,724 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 204 | h | #ifndef GETFACL_H
#define GETFACL_H
#include "../../bool.h"
#include "../../errors.h"
#define ACL_OK 0
#define NO_MORE_ENTRIES 0
#define NOMEMBUF(buf, str) (strlen(str) + 1 > buf) ? TRUE: FALSE
#endif
| [
"dah242@scarletmail.rutgers.edu"
] | dah242@scarletmail.rutgers.edu |
d2ee57994d2ecbefadccf1406af9a5fb43147fac | 701f96b7237b69c53a55b80be4e00b052319fbcd | /gpio1.h | 6c4c0e7993c41d0b6092f90febbcc33142fcda57 | [] | no_license | casterbn/multicopter_flexio | c5ac492f7f4e20e4841a24901098d7a9dd81be91 | 26ce0977ebcc295e3becf8c7e99073cde9b83459 | refs/heads/master | 2023-03-16T09:32:04.805217 | 2016-05-02T22:19:43 | 2016-05-02T22:19:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,759 | h | /* ###################################################################
** This component module is generated by Processor Expert. Do not modify it.
** Filename : gpio1.h
** Project : flexio_qc01
** Processor : MK82FN256VLL15
** Component : fsl_gpio
** Version : Component 1.3... | [
"tom_m@freedomse.com"
] | tom_m@freedomse.com |
fb98b90ad00d0aa65434ad18869eb9da8b61fbe1 | 23c6e6f35680bee885ee071ee123870c3dbc1e3d | /test/svcomp/bitvector/overflow_false.c | cfe07a0f2448e22fe049ebffc7404719b693cd8d | [] | no_license | paradise-fi/divine | 3a354c00f39ad5788e08eb0e33aff9d2f5919369 | d47985e0b5175a7b4ee506fb05198c4dd9eeb7ce | refs/heads/master | 2021-07-09T08:23:44.201902 | 2021-03-21T14:24:02 | 2021-03-21T14:24:02 | 95,647,518 | 15 | 3 | null | null | null | null | UTF-8 | C | false | false | 340 | c | /* TAGS: c todo */
/* VERIFY_OPTS: --sequential -o nofail:malloc */
extern void __VERIFIER_error() __attribute__ ((__noreturn__));
void __VERIFIER_assert(int cond) {
if (!(cond)) {
ERROR: __VERIFIER_error();
}
return;
}
int main(void) {
unsigned int x = 10;
while (x >= 10) {
x += 2;
}
__VERIFI... | [
"xlauko@mail.muni.cz"
] | xlauko@mail.muni.cz |
555c4dd1e5ebbdbff9d5413bfdcf97e08b3c12bf | 8ec0f3aceda71b7e55ca3127a1cc673242ffd5b9 | /camera/QCamera2/stack/mm-camera-interface/src/mm_camera_stream.c | 8447d02c559e346ca605a05f191eeb455a39b18d | [] | no_license | TeamDarkness-Devices/aos_device_gemini | ecb073e42da8add9972a02f481fecc9015e84eae | b58f48b8ef308aecd83ccea525ab271ce3628f5a | refs/heads/master | 2021-05-13T16:34:59.087770 | 2018-01-09T20:19:43 | 2018-01-09T20:25:10 | 115,760,208 | 0 | 1 | null | 2018-01-06T21:15:22 | 2017-12-29T23:08:33 | C++ | UTF-8 | C | false | false | 186,702 | c | /* Copyright (c) 2012-2016, The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
* * Redistributions of source code must retain the above copyright
* notice, this ... | [
"mrczn.bb@gmail.com"
] | mrczn.bb@gmail.com |
cf0046f4aabe780523c07d2cd40de2212c92dd3d | 2da368553bc863481255bf07275252fbde25edce | /1006.c | 5dfc8ee9c8dc072f4be8e40990d4a4d14f47b67b | [] | no_license | zetasq/poj-1 | d5e8a862e536d4867461fedf889e561c5ceafff1 | b38d1875a5f4d4fb24f7cc764f86c1bd15963bc7 | refs/heads/master | 2020-05-23T10:11:12.945569 | 2013-04-16T14:06:26 | 2013-04-16T14:06:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 562 | c | #include <stdio.h>
int main()
{
int p, e, i, d;
int j,k;
j = 0;
scanf("%d %d %d %d", &p, &e, &i, &d);
while (p != -1 && e != -1 && i != -1 && d != -1) {
for (k = d + 1; k <= 21252 + d; k++) {
if ((k - p) % 23 == 0
&& (k - e) % 28 == 0
&& (... | [
"jefferson.lyu@gmail.com"
] | jefferson.lyu@gmail.com |
39207095c9aa5204f6c2b4a7440d7d7b5574f73b | 8052ede0e7dc11c92de5f215fbe8a341a1c4682e | /malloc_t/include/libftprintf/libft/ft_lstmap.c | c3abba8c5a9a09520f1c94712a047f38c415e34d | [] | no_license | Scienthousiaste/42_projects | 831c8b7319b5c1376c5547d78e6f10ab1c7697ae | e3f0dd21ab87a3c29b99437b60ae76010fccc28b | refs/heads/master | 2020-03-21T16:26:31.502069 | 2019-06-17T15:22:44 | 2019-06-17T15:22:44 | 138,769,952 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,164 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstmap.c :+: :+: :+: ... | [
"tbehra@student.42.fr"
] | tbehra@student.42.fr |
2b8a0a700a9a083305c248429a5d788c689a5ea9 | 003cbd96f537797b423cf4dcae0cda53f362956f | /srcs/ft_rev.c | d158c1a9d09feb6f99247e5492c1cd06b52fd406 | [] | no_license | msukhare/ft_printf | 54cf9330054a0277a21b61ff9099cea029ba9a9e | 95c8b7538ef14df41c3a0310656d6c00cc7aff67 | refs/heads/master | 2020-03-27T23:16:31.826827 | 2018-11-12T09:08:58 | 2018-11-12T09:08:58 | 147,306,098 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,126 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_rev.c :+: :+: :+: ... | [
"msukhare@e3r13p9.42.fr"
] | msukhare@e3r13p9.42.fr |
a6b287ade391c21d8a940f5af06041bccc0907f7 | 54b39e7cf32050d0ae9fe488e292f05b2408a190 | /decompiled_scripts/appsidetask.c | b321c9c1e3c3366918bf360df28df36ee09103d8 | [
"Unlicense"
] | permissive | cptprice1139/GTA-V-Decompiled-Scripts | cf5a7b803cf4395db4cc0916c38bd7c0ffb3b34c | be266ab77a38e3025adc672b654b4078f3589046 | refs/heads/master | 2023-07-30T21:48:58.120896 | 2021-09-28T03:31:42 | 2021-09-28T03:31:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,735 | c | #region Local Var
var uLocal_0 = 0;
var uLocal_1 = 0;
int iLocal_2 = 0;
int iLocal_3 = 0;
int iLocal_4 = 0;
int iLocal_5 = 0;
int iLocal_6 = 0;
int iLocal_7 = 0;
int iLocal_8 = 0;
int iLocal_9 = 0;
int iLocal_10 = 0;
int iLocal_11 = 0;
var uLocal_12 = 0;
var uLocal_13 = 0;
float fLocal_14 ... | [
"63328889+Sainan@users.noreply.github.com"
] | 63328889+Sainan@users.noreply.github.com |
cbe5b3ee13d363a6d80f06433eafde68eb2f06c4 | 828659744c1b741fcb34e6608a006881f41eb311 | /Architecture et systemes avances/TP1/soultions_tp1/compte_argv.c | 44c68630b1ada52d094c15849ed2a621a8dd9c1e | [] | no_license | Aslem1/univ | 003bcf17ef2ccbdf479085cc2dfcb920086d2101 | c4bdc5e977010845ac1600429747bed3522d6fd6 | refs/heads/master | 2023-01-12T13:40:16.064386 | 2022-01-10T23:41:50 | 2022-01-10T23:41:50 | 210,446,776 | 0 | 0 | null | 2023-01-07T11:19:14 | 2019-09-23T20:31:10 | Jupyter Notebook | UTF-8 | C | false | false | 203 | c | #include <stdio.h>
#include <stdlib.h>
int
main(int argc, char** argv){
int res = 0;
for(int i=1; i<argc; i++){
res += atoi(argv[i]);
}
printf("Somme = %d\n", res);
exit(EXIT_SUCCESS);
}
| [
"agathe.perrin@etudiant.univ-lr.fr"
] | agathe.perrin@etudiant.univ-lr.fr |
305a7b309ad7e7020932f7e837b56e4abb9d0627 | 3d0de0f2549d9025540fcec88624c72c079b406f | /Integration/BSW/Src/rba_BswSrv_MemCopy.c | 7f026b136aaa81778d186a375c87d7bc163506c1 | [] | no_license | ongbut999/Jenkins_Test | ee19936e1577bd93d2755d21299ed3fbec553db6 | abb74480c4ce938dd1c7463627c4074071580af4 | refs/heads/master | 2023-06-23T21:26:57.794427 | 2021-07-22T08:05:20 | 2021-07-22T08:05:20 | 388,372,287 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,002 | c | /*
* This is a template file. It defines integration functions necessary to complete RTA-BSW.
* The integrator must complete the templates before deploying software containing functions defined in this file.
* Once templates have been completed, the integrator should delete the #error line.
* Note: The integrator i... | [
"fixed-term.Truong.HuynhQuang@vn.bosch.com"
] | fixed-term.Truong.HuynhQuang@vn.bosch.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.