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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4927d0cdc326db680f22dfdb6452171c99c2bfc4 | 7a1b43bbc097933e6c2cd53cd652393dee57a7f6 | /Class Projects/C- Compiler - CS 445 (Compiler Design)/Final_Codebase/ourgetopt.h | 92bd149e251192975aacedb7b17e4da11955769f | [] | no_license | Oobhuntoo/Matthew_Mills_Portfolio | 238035c1596a817487c0dded5205a7596fdb466e | 31617359fb7c9e605c21d7d5da5a6de6e112956b | refs/heads/master | 2021-12-14T00:19:53.038613 | 2021-11-23T09:02:05 | 2021-11-23T09:02:05 | 216,975,452 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 473 | h | // This code file was provided by Dr. Heckendorn
#ifndef _OURGETOPT_H_
#define _OURGETOPT_H_
// do not include in outGetopt.cpp
int ourGetopt( int, char **, char*);
extern char *optarg; /* option argument if : in opts */
//extern int optind = 1; /* next argv index */
//ex... | [
"mtthw.mlls@gmail.com"
] | mtthw.mlls@gmail.com |
4e6d1afaae66cfd471833536d6326b62161089aa | 90b13dcea29048346b45101404c2668ca7aa6951 | /md_code/raid_info.c | cd78fe9810d330e0ba807dfdea5da14fa497d2a0 | [] | no_license | freshpassport/utils | e45fa933bb3add43a9c9b9f30f339045f1058eb6 | 17b477a4923eb8fdc22d332150ff1b0367eb501c | refs/heads/master | 2021-01-20T05:58:41.686537 | 2014-04-24T02:16:14 | 2014-04-24T02:16:14 | 4,261,714 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 573 | c | #include "../mdadm/mdadm.h"
#include "../mdadm/md_p.h"
#include "../mdadm/md_u.h"
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <fcntl.h>
#include <stdint.h>
#include <linux/kdev_t.h>
#include "raid_common.h"
#define DISK_ID_MAX 64
#define RAID_SLOT_MAX DISK_ID_MAX*UINT8_MAX
#define MAX_DISK 1... | [
"gonglei@wisdata.com.cn"
] | gonglei@wisdata.com.cn |
60164e7d5d5b8e8dcfb7bdb4a53b56e21cde819c | 4561f58b08469cd642bd1fbadbf78c74cb08dd13 | /assn9fn.c | 42876b2c9d807d0eb60208f49e33e064fe534f0b | [] | no_license | everlastingwonder/test-project | 6b65002bfbb01cda65db8f947a4dfa5c09271e84 | 98c9ad01471f05bebd06d8e5f1eb52101b16a77a | refs/heads/master | 2021-01-11T07:23:16.070453 | 2016-10-31T19:04:11 | 2016-10-31T19:04:11 | 72,467,428 | 0 | 0 | null | 2016-10-31T19:01:02 | 2016-10-31T18:45:01 | C | UTF-8 | C | false | false | 342 | c | /*************************
* Gus Wiedey *
* c2 *
* Assignment 9 Function *
* MM/DD/YY *
*************************/
#include <stdio.h>
float array_sum(float farray[], int alen) {
int j;
float sum = 0;
for(j = 0; j < alen; j++) {
sum += farray[j];
... | [
"noreply@github.com"
] | everlastingwonder.noreply@github.com |
249f070125865792c74c314486a3bbf586dc386b | 190aee984115ae9ef018212de85b0f681da88ae9 | /3.17/source/main.c | 35a2a0c4420b2846b0dcd5027977541889d96667 | [] | no_license | LIN-HONG-YOU/hw2 | 89994848ea7430a1a794a5bc13711f799c385f84 | afd22055ca47173e7d6b6dd36c36a82be3a2774a | refs/heads/master | 2020-04-01T07:23:51.538153 | 2018-10-14T15:23:16 | 2018-10-14T15:23:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 678 | c | #include <stdio.h>
#include <stdlib.h>
int main()
{
int a;
double b, c, d, e,f;
for (;;){
printf("Enter account number(-1 to end):");
scanf_s("%d", &a);
if (a == -1){ exit(0); }
else{
printf("Enter begining account:");
scanf_s("%lf", &b);
printf("Enter total charges:");
scanf_s("%lf", &c);
pr... | [
"brian23372476@gmail.com"
] | brian23372476@gmail.com |
e59241d4965489a42bcc6564fcdb6472268cf2c9 | 16266efa842b38c641ea32ed8a9da4012568c433 | /Examples/cc_trace.c | 43e777e6e33d2b4dbb8215796af233528ad71cff | [] | no_license | shuleyu/C-Library | 22082f58d3888aba6fc832148716dfb0fae1f3a0 | e988c0c1cff4ddbb33d890c38870457f5e9b76d0 | refs/heads/master | 2021-07-01T10:26:13.610947 | 2018-12-17T17:39:40 | 2018-12-17T17:39:40 | 114,787,140 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 477 | c | #include<stdio.h>
#include<stdlib.h>
#include<ASU_tools.h>
int main(){
int npts,count,shift;
double *p,*result,CCC;
npts=3;
p=(double *)malloc(npts*sizeof(double));
result=(double *)malloc((2*npts-1)*sizeof(double));
p[0]=2;
p[1]=3;
p[2]=1;
// Use function.
CC_trace(p,npt... | [
"ysl6.626@gmail.com"
] | ysl6.626@gmail.com |
589e2dcf6962777a827b75c6a13ed38296936c0a | 478d4ca7cdbd6a9821640555de61dd8e46c1e644 | /Clang_Shibata/1/4/Clang14.c | 08c07e78ea8776cbd363b2a418ec03d14d7d36be | [] | no_license | studentadac/MultipleLanguagePractice | 6e43b6825a667cbbf5e158bbc37a7541e907d644 | 2d8314c75c41011849debe607ee433341d873ea6 | refs/heads/master | 2021-09-01T03:34:57.663877 | 2017-12-24T14:42:42 | 2017-12-24T14:42:42 | 113,588,824 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 129 | c | #include <stdio.h>
int main() {
/* code */
printf("もしもし。\nこんにちは。\n\nそれでは。\n" );
return 0;
}
| [
"quarz.y.s@gmail.com"
] | quarz.y.s@gmail.com |
9c302adf127ea5e48078e93cf072c972b492fac1 | e0a9a0f1c3406c3b7f5809ee3621b058ce668904 | /chapter11/timeserv.c | ac96fc36ed14f8fb6fe9802748f533f80d16206c | [] | no_license | gongqi-zhen/uulp | 085069a870a89231890d0f0f6ecf4977ec01bbec | 20ed052679efd99eb0da083b5ae4206dadf722ec | refs/heads/master | 2021-01-18T22:17:07.939260 | 2020-07-29T01:17:23 | 2020-07-29T01:17:23 | 87,042,344 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,538 | c | /* timeserv.c - a socket-based time of day server
*/
#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include <time.h>
#include <strings.h>
#include <stdlib.h>
#define PORTNUM 13000 /* our time service phone number */
#def... | [
"gongqi.zhen@gmail.com"
] | gongqi.zhen@gmail.com |
d085937c19cb1e3c3f582e1eeccea7800755b118 | da6e299ee24566e48c103296d6737e8d7c87a044 | /src/hello_world.c | 2c8fe8e614eec04cde89d557e4f863fc50f2b907 | [] | no_license | robert-sherwood/dozenal_watchface | 988e121b7270ff3fd9c6999f833f1ebadc9b43dc | 68df46f179175c38a6b1f75cce42d4d65becd4ce | refs/heads/master | 2021-01-06T20:46:14.676064 | 2014-09-19T19:19:42 | 2014-09-19T19:19:42 | 24,242,374 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,836 | c | #include <pebble.h>
Window *window;
TextLayer *time_layer;
TextLayer *date_layer;
TextLayer *year_layer;
TextLayer *info_layer;
Layer *line_layer;
static const char DOZ_DIGITS[] = {
'0','1','2','3','4','5','6','7','8','9','X','E'
};
static const char* const DOZ_PAIRS[] = {
"00","01","02","03","04","05","06","07","... | [
"robert.sherwood@gmail.com"
] | robert.sherwood@gmail.com |
03a72e085faf04a5110da41dde36d46255d9d511 | fbe8289471eb2968694092b5bbf950d488f4428d | /University/Introdução a Programação/Lista 1B/n12_soma-3_menores.c | 4831de17bd20e0f2298c92677da3da1f4aff45f2 | [
"Apache-2.0"
] | permissive | lucianovianna/study_C | b960925181cc7c4af451c2d361ef2e261aa7fabf | 585ab983d87de1bda4cb000581ebbee10214651e | refs/heads/master | 2021-06-28T16:45:45.892322 | 2020-11-11T02:44:19 | 2020-11-11T02:44:19 | 179,311,408 | 1 | 0 | Apache-2.0 | 2020-01-26T23:41:51 | 2019-04-03T14:49:02 | C | UTF-8 | C | false | false | 380 | c | #include <stdio.h>
int main()
{
int a, b, c ,d;
scanf("%d%d%d%d", &a, &b, &c, &d);
if (a > b && a > c && a > d)// a>b>c>d
printf("%d\n", b + c + d);
else if (b >= a && b >= c && b >= d) // b>a>c>d
printf("%d\n", a + c + d);
else if (c >= a && c >= b && c > d)
printf("%d\n", a + b + d);
else if (d >= a && d... | [
"luciano11v11@gmail.com"
] | luciano11v11@gmail.com |
6142fdadd08b80a007d0105208ac5e63c2ef0633 | 683ea63001aab3966b2e4783bf30b5a6b245d4b6 | /SourceMINI58/Keil/Timer_Ctrl.h | 3a27c99650de7e0a2b926feb3a81c49090c8a17f | [] | no_license | yanyu130/JRW_4 | ea99fdfc73ab634cebb44f3ae0a24a0558f9bb6f | b5c0d70106cac33adab35f2abe095acf1d4dcd25 | refs/heads/master | 2021-01-21T12:59:09.243266 | 2016-05-20T02:11:57 | 2016-05-20T02:11:57 | 53,186,464 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 348 | h | #ifndef TIMER_CTRL_H
#define TIMER_CTRL_H
#include <stdio.h>
#include "def.h"
//extern volatile uint32_t tick_counter;
void setup_system_tick(uint32_t sampleRate);
uint32_t getSystemTime(void); //系统时间,单位ms
uint32_t GetFrameCount(void);
void IncFrameCount(uint8_t inc);
void DelayMsec(uint16_t time... | [
"yanyu130@qq.com"
] | yanyu130@qq.com |
e75e0b561658cf671a30cfa4beb578f06c2a1377 | c7792b5e5ae5e74d643518a5b0644020288fc6da | /mutants/fuzzgoat.mutant.5700.c | 4458f421d068c8dc41957da7d6ad2ea33b1bce32 | [
"BSD-2-Clause"
] | permissive | agroce/fuzzgoattriage | 0dc99daf2d061aaa0f58ceef3657b6f9ff411613 | 173c585cc7e87bcb2b82ae22fde56935352cd597 | refs/heads/master | 2020-07-29T14:49:39.691056 | 2019-09-20T18:07:19 | 2019-09-20T18:07:19 | 209,830,892 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,159 | c | /* vim: set et ts=3 sw=3 sts=3 ft=c:
*
* Copyright (C) 2012, 2013, 2014 James McLaughlin et al. All rights reserved.
* https://github.com/udp/json-parser
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1... | [
"agroce@gmail.com"
] | agroce@gmail.com |
1432ab7b9bbd018473283cee4b457cffe93cb0c9 | bb65c122752cd2da78f8403a9f708efde67de15b | /csc501-lab0/TMP/send.c | f42d3439628ad5777f9db6fe2b470f7dd7bb298e | [] | no_license | Ajay9999/Operating-Systems---Getting-Acquainted-with-XINU- | b1b9e85199291f26090df9fa8f67029ef6a4314a | a5f34a132ef13ee8e0b88d78130baa4854b96089 | refs/heads/master | 2020-04-13T13:04:07.303577 | 2018-12-26T23:05:11 | 2018-12-26T23:05:11 | 163,219,384 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,448 | c | /* send.c - send */
#include <conf.h>
#include <kernel.h>
#include <proc.h>
#include <stdio.h>
#include <lab0.h>
/*------------------------------------------------------------------------
* send -- send a message to another process
*------------------------------------------------------------------------
*/
SYSC... | [
"sivaj63@gmail.com"
] | sivaj63@gmail.com |
a142308cb714a384426fa890c790c914525464ee | e1901f418d30ad29e12e4c062117e669963f431f | /svcomp14-ProductLines/patched/minepump_spec2_product58_true.cil.c | ee82cc74662fbec8e2b6d5a80314b92a3061a069 | [] | no_license | julienhenry/Verif-Benchmarks | 7948aea8d53456dc0f0247b14be04d2f7e36c8b1 | 5db79850ca0005dcccce98645383b54a272e8dd5 | refs/heads/master | 2020-05-27T17:59:37.166952 | 2014-10-20T08:05:50 | 2014-10-20T08:05:50 | 17,507,361 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 24,186 | c | extern void __VERIFIER_error() __attribute__ ((__noreturn__)); extern int __VERIFIER_nondet_int(void);
extern int printf (__const char *__restrict __format, ...);
/* Generated by CIL v. 1.3.7 */
/* print_CIL_Input is true */
#line 2 "libacc.c"
struct JoinPoint {
void **(*fp)(struct JoinPoint * ) ;
void **args ;
... | [
"Julien.Henry@imag.fr"
] | Julien.Henry@imag.fr |
b9b973dddbefcba357942c1792a06eb5c982085a | e3e012664e3b4c016b7ed240cd9b81af1289149e | /thirdparty/win/miracl/miracl_osmt/source/dssgen.c | b6246e8fcd1451170558513215a751b7ea5e4f33 | [
"Unlicense"
] | permissive | osu-crypto/MultipartyPSI | b48ce23163fed8eb458a05e3af6e4432963f08c7 | 44e965607b0d27416420d32cd09e6fcc34782c3a | refs/heads/implement | 2023-07-20T10:16:55.866284 | 2021-05-12T22:01:12 | 2021-05-12T22:01:12 | 100,207,769 | 73 | 29 | Unlicense | 2023-07-11T04:42:04 | 2017-08-13T22:15:27 | C++ | UTF-8 | C | false | false | 1,504 | c | /*
* Digital Signature Algorithm (DSA)
*
* See Communications ACM July 1992, Vol. 35 No. 7
* This new standard for digital signatures has been proposed by
* the American National Institute of Standards and Technology (NIST)
* under advisement from the National Security Agency (NSA).
*
* This progr... | [
"trieun@oregonstate.edu"
] | trieun@oregonstate.edu |
d2b048693b77fb97d5c893c82b6a6112e155e523 | 37599c6c0f243d9f57832e1859a8ae1c4546d362 | /include/ILP64/i686-linux-gnu/openblas_config.h | 85a5a22198155509e9ba40e21092f8b7011d6002 | [
"MIT"
] | permissive | pabloferz/libblastrampoline | fff51e50943ea96fc32e37626b7a5268c76902cc | 7b502b7bb5d4663df4a928d0f605924cd1a35c1a | refs/heads/main | 2023-04-10T15:08:24.214518 | 2021-03-24T22:54:45 | 2021-03-24T22:54:45 | 352,829,155 | 0 | 0 | MIT | 2021-03-30T01:04:56 | 2021-03-30T01:04:55 | null | UTF-8 | C | false | false | 5,339 | h | #ifndef OPENBLAS_CONFIG_H
#define OPENBLAS_CONFIG_H
#define OPENBLAS_OS_LINUX 1
#define OPENBLAS_ARCH_X86 1
#define OPENBLAS_C_GCC 1
#define OPENBLAS___32BIT__ 1
#define OPENBLAS_PTHREAD_CREATE_FUNC pthread_create
#define OPENBLAS_BUNDERSCORE _
#define OPENBLAS_NEEDBUNDERSCORE 1
#define OPENBLAS_BARCELONA
#define OPEN... | [
"staticfloat@gmail.com"
] | staticfloat@gmail.com |
52fa560770359bf51f518a7ddf89ab9325702af9 | 16195c3087577b8ebf8f3a22a1c05d82f52aa1d5 | /packages/nodeOS-Legacy/qemu/target-tricore/cpu-qom.h | 66c966474537c763b2ec0031ed893d1ca5f6a281 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"GPL-2.0-only",
"GPL-1.0-or-later",
"LGPL-2.1-only",
"LGPL-2.0-or-later",
"LGPL-2.1-or-later",
"LicenseRef-scancode-other-copyleft",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | stealify/os | b5a122e851e6aaa085c1c231ea9e21cbc45baa0f | 6f231a99c889cb37d2051a028de1f0463c8b0a7e | refs/heads/master | 2022-11-01T04:29:35.959173 | 2022-10-08T22:43:18 | 2022-10-08T22:43:18 | 111,798,167 | 0 | 0 | Apache-2.0 | 2022-05-31T06:19:00 | 2017-11-23T10:52:38 | C | UTF-8 | C | false | false | 2,016 | h | /*
* Copyright (c) 2012-2014 Bastian Koppelmann C-Lab/University Paderborn
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) ... | [
"frank@lemanschik.com"
] | frank@lemanschik.com |
aebe06a6d4d76910949a2d9d018ab383fd4de36f | 9b98a1384aa7e6ba88de515ca49cb3f3910c297d | /tictactoe_utils/tictactoeAI.c | 87947f467d2c8fad39e578a54108e44840dca9c3 | [] | no_license | Devam-Savjani/XtremeTicTacToe | 45a631804177a8c786eb92558c8ca1306b99e5a3 | a3aeefcfb97eaefb9a76659f47f84639a4e949bf | refs/heads/master | 2022-12-10T06:36:30.281732 | 2020-07-29T20:12:10 | 2020-07-29T20:12:10 | 283,592,803 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,976 | c | /*
* GROUP 16 - Members: Aayush, Ayoob, Devam, Elijah
* Functions used in the AI of the game.
*/
#include "ultimateTicTacToe.h"
void swap(potentialPath *a, potentialPath *b)
{
potentialPath temp = *a;
*a = *b;
*b = temp;
}
void sortPaths(pathArray *p, bool ascending)
{
int size = p->total;
if (ascending)... | [
"devamsavjani@rocketmail.com"
] | devamsavjani@rocketmail.com |
0bcf2369d3adf7fcf2098e209a5424b97de2d5e4 | b6aa06d9a83d8d08ac5af6e2b7f67bbfe3e0a4cf | /C/176.c | 094bdf1895a7222f376f8c1f414e2194040711b3 | [] | no_license | shuhongfan/Cdemo | 7824770a18c3226e56d9df52c79e14d6a2ef28d4 | fa7c5a0677634d9a7fd277092bf7fcb75c8e6b9b | refs/heads/master | 2023-08-27T01:36:04.543258 | 2021-08-03T03:15:05 | 2021-08-03T03:15:05 | 423,831,923 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 172 | c | #include <stdio.h>
int main(){
char string[]="I love China!!";
printf("%s\n",string);
printf("%c\n",string[7]);
printf("%c\n",*(string+7));
return 0;
} | [
"shuhongfan@live.com"
] | shuhongfan@live.com |
d959e5c70e6670680bd5116a090051d05c245468 | 51635684d03e47ebad12b8872ff469b83f36aa52 | /external/gcc-12.1.0/gcc/config/i386/avx512vbmi2intrin.h | 6050c385b233ee6464a60bc357a6a7ff4db9821a | [
"LGPL-2.1-only",
"FSFAP",
"LGPL-3.0-only",
"GPL-3.0-only",
"GPL-2.0-only",
"GCC-exception-3.1",
"LGPL-2.0-or-later",
"Zlib",
"LicenseRef-scancode-public-domain",
"GPL-3.0-or-later"
] | permissive | zhmu/ananas | 8fb48ddfe3582f85ff39184fc7a3c58725fe731a | 30850c1639f03bccbfb2f2b03361792cc8fae52e | refs/heads/master | 2022-06-25T10:44:46.256604 | 2022-06-12T17:04:40 | 2022-06-12T17:04:40 | 30,108,381 | 59 | 8 | Zlib | 2021-09-26T17:30:30 | 2015-01-31T09:44:33 | C | UTF-8 | C | false | false | 19,810 | h | /* Copyright (C) 2013-2022 Free Software Foundation, Inc.
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
... | [
"rink@rink.nu"
] | rink@rink.nu |
618cdc91e0acc2e626445ea238cd5e288c874b10 | 91b7cc727773fe991f42d88bb7ab94bb1e9f67a3 | /ece28200_spring2018_P1/timestamp.c | 0207e80b67bccf8b856be48e7f9cdbe3fdb342f4 | [] | no_license | justedwa/CourseWork | 45ba149e1394b4517e5ef16db19d02ef7844d777 | 397996bd1640e8d9bab0f31460ada16474b1a75b | refs/heads/master | 2020-03-14T19:29:43.058409 | 2018-05-01T21:09:28 | 2018-05-01T21:09:28 | 131,762,099 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 606 | c | #include <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>
#include <time.h>
/*This function will generate a timestamp using the time.h library then append to the currently opened file which is passed
as a file pointer*/
void timestamp(FILE *fp){ //creates a time structure and generates a formatted string
... | [
"noreply@github.com"
] | justedwa.noreply@github.com |
c5ce283233254dabe5caf76db77b558f12ef7f1f | 019b085ac8ef4594fb43a1566b8e984cd34fac16 | /platforms/nuttx/NuttX/nuttx/arch/arm/src/stm32f7/chip/stm32f76xx77xx_dbgmcu.h | 6804dc2574891d0e8233f868dc6a61d2bb51c7f1 | [
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-1.0-or-later",
"LicenseRef-scancode-other-permissive",
"ISC",
"MIT"
] | permissive | JJRnumrous/Firmware | fffabcee637b5fe00f374b6849894ae518b8c8af | 7c3505dffa465be7bcef4602976df853d587e467 | refs/heads/master | 2020-08-17T20:26:09.876510 | 2019-10-17T05:22:09 | 2019-10-17T05:22:09 | 150,714,296 | 0 | 0 | BSD-3-Clause | 2018-09-28T09:06:12 | 2018-09-28T09:06:12 | null | UTF-8 | C | false | false | 6,611 | h | /****************************************************************************
* arch/arm/src/stm32f7/chip/stm32f76xx77xx_dbgmcu.h
*
* Copyright (C) 2016 Gregory Nutt. All rights reserved.
* Authors: Gregory Nutt <gnutt@nuttx.org>
* David Sidrane <david_s5@nscdg.com>
*
* Redistribution and use in s... | [
"18231349@sun.ac.za"
] | 18231349@sun.ac.za |
f2e8707ce73982b0209cba265988b0a514bd5c6c | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/6aa06884-2bd0-46ea-adf5-baa3c00ce2be.c | 120b279a2250f4ff1f2313574e01c1d686b08cd1 | [] | 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 | 561 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
i = 53;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = j+j;
l = l-j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
long b[88];
long c[29];
a = 0;
do {
a++;... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
37fcd08827f7e27c2655e30250372774031fe144 | a30dd4361aa72fd0a0d17f0b93be437af509888c | /c_program/pointers/ptrToarr_dyanamic.c | b7556c8b512fe248a2b3ca78d37959ad9b3efce8 | [] | no_license | anand0294/anand_git | 58e7ceafc0a54083c65ac6f486338b774d55c061 | 19084b09765f3abfefc0e3b8e0d755fc9e205c39 | refs/heads/master | 2021-08-06T02:27:26.269162 | 2019-01-30T06:44:28 | 2019-01-30T06:44:28 | 132,852,051 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 805 | c | /*******************************************************************/
/* This progran shows to dynamically allocate a 2-D array using */
/* pointer to an array. */
/************** AUTHOR : ANAND MOHAN TIWARI ******************/
/***************************************... | [
"anandmohantiwari94@gmail.com"
] | anandmohantiwari94@gmail.com |
d0e40ec323640537a635cd86dee0e49012a9451c | 3149006fc05efede52e8a2eda2fe839008158c2b | /codes/ch03_文件操作/simple_read.c | bbcd79bc4b0315d93b8dd1c4df20da37e2d935e1 | [] | no_license | demon90s/LinuxStudy | 07e6a2bb24fd9672debd325df9968e7b6ff6373e | 26b88355cfe18745182f55ab2d740c0fd43c5641 | refs/heads/master | 2022-03-09T23:40:10.163930 | 2019-10-01T14:58:50 | 2019-10-01T14:58:50 | 104,533,876 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 353 | c | /*
* 一个简单的调用read的例子
*/
#include <unistd.h>
#include <stdlib.h>
int main(int argc, char* argv[])
{
char buffer[128];
int nread;
nread = read(0, buffer, 128);
if (nread == -1)
write(2, "A read error has occurred\n", 26);
if ((write(1, buffer, nread)) != nread)
write(2, "A write error has occurred\n", 27);
... | [
"demon90s@163.com"
] | demon90s@163.com |
38f3e187f79fabf1fe1cd759f77f261f1515e1e7 | 79785e787908710769092a96e8d18de646168514 | /src/afl-forkserver.c | 5f1d4174f9fedddf3fd0a32a33ecdceed10a58a6 | [
"Apache-2.0"
] | permissive | sucof/aflplusplus-hier | 029996928ba98d9a8455034fdc44afd391d12bdc | 5ee7a2a8ac67742c3d79eeba3dfbb3ff8beea399 | refs/heads/main | 2023-03-07T17:10:18.435586 | 2021-02-23T12:23:23 | 2021-02-23T12:23:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 30,675 | c | /*
american fuzzy lop++ - forkserver code
--------------------------------------
Originally written by Michal Zalewski
Forkserver design by Jann Horn <jannhorn@googlemail.com>
Now maintained by Marc Heuse <mh@mh-sec.de>,
Heiko Eißfeldt <heiko.eissfeldt@hexco.de> and
... | [
"b7ack42@gmail.com"
] | b7ack42@gmail.com |
8d53637e9dba40a13a738b28a89864944f0d3329 | 9da450762c5d0566991984b42336e14825dce42b | /gost_grasshopper_cipher.h | c406614c6d45241a2db4891f4781d6124bece05b | [] | no_license | MaXaMaR/engine-new | 5663af1c39d5ce44d52dc3a49841e3dfdfd3efea | 319fdff2038734af646e530cfdc5b56966505f19 | refs/heads/master | 2021-01-10T17:03:25.194992 | 2016-02-24T10:27:05 | 2016-02-24T10:27:05 | 52,433,822 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,172 | h | /*
* Maxim Tishkov 2016
* This file is distributed under the same license as OpenSSL
*/
#ifndef GOST_GRASSHOPPER_CIPHER_H
#define GOST_GRASSHOPPER_CIPHER_H
#if defined(__cplusplus)
extern "C" {
#endif
#include "gost_grasshopper_defines.h"
#include <openssl/evp.h>
// not thread safe
// because of buffers
typedef... | [
"maxamar@mail.ru"
] | maxamar@mail.ru |
673f80871db3a733b7d18ceaacfd397f931777f6 | 0485a490f466bd1d02eaae96d277888781208c0e | /tests/single_instruction_translation_validation/mcsema/register-variants/vpaddb_ymm_ymm_ymm/test.c | 64e8a44bfe60713953e578913fbbe2a4d622e3cd | [
"LicenseRef-scancode-unknown-license-reference",
"NCSA"
] | permissive | Mthandazo42/validating-binary-decompilation | c0e2d54cd79e609bfa35802975bddfa52e646fad | c0fcd6f099e38195dcbbac9e8c13a825865c5cb5 | refs/heads/master | 2022-11-11T13:18:13.033044 | 2020-06-25T05:49:01 | 2020-06-25T05:49:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 56 | c | void main() {
__asm__("vpaddb %ymm3, %ymm2, %ymm1");
} | [
"sdasgup3@illinois.edu"
] | sdasgup3@illinois.edu |
679642f125b03fa74847e2d34e0c5bd231e1e310 | 92db3c0815f94f9786119502d48af7ffa566cef2 | /Implementierung/src/feal.c | f410c8798b28381354117bdf011614494a3f7c9a | [] | no_license | begga206/Projekt_Kryptographie | 886db07303fc00de6c957301b95fa13622c5ab6d | 2a2b24e2f3c3e6bb4e4c92cd158aac08c7f886ff | refs/heads/master | 2020-04-15T14:01:05.350699 | 2016-09-19T16:29:46 | 2016-09-19T16:29:46 | 56,785,799 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,137 | c | /*
* feal.c
*
* Created on: 22.04.2016
* Author: Lukas
*/
#include "feal.h"
uint8_t S(int x, int y, Index_t i)
{
uint8_t byte = (uint8_t)((x + y + i) % 256);
// Rotate Left by 2.
uint8_t mask = 0xC0;
uint8_t carryover = byte & mask;
byte = byte << 2;
carryover = carryover >> 6;
retur... | [
"lukasbecker206@gmail.com"
] | lukasbecker206@gmail.com |
b7e359d5e731848974a5bec9b4af131931b4c7b2 | 6989c3b9f9201015823536d91d161250d5770ef1 | /src/EsimReadDelphes.h | 9b3c34ac8fc73e79018dfdef9d71115655c36159 | [] | no_license | latifkabir/eicSimUCR | ebaa0c96e3bf925c630f118da550915296e7687b | 4364adb3516a16e393e820594c689f0de798d7c8 | refs/heads/master | 2021-10-08T19:14:54.965722 | 2021-09-29T23:47:11 | 2021-09-29T23:47:11 | 238,517,517 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 196 | h | // Filename: ReadDelphes.h
// Description:
// Author: Latif Kabir < kabir@bnl.gov >
// Created: Wed Sep 30 12:08:08 2020 (-0400)
// URL: jlab.org/~latif
void ReadDelphes(const char *inputFile);
| [
"siplukabir@gmail.com"
] | siplukabir@gmail.com |
09ca8320d89645831d7ae4b95e1acbdb27a3ac41 | 9a3f3006f65f56cd2ff973df80857f61f33ff161 | /using_tfhe_library/src/alice.c | c235636ceb08a9a19c67b3c055b9bed22fbbf3b7 | [] | no_license | mahaaaham/FHE_implementation | 16ccef363f3583d29528a99ed80aea3df1317fdb | 2de2067cc7e1cd1b876d24a7b5c09b09c08bc302 | refs/heads/master | 2020-04-15T05:44:49.173408 | 2019-02-20T02:05:34 | 2019-02-20T02:05:40 | 164,435,912 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,057 | c | #include <alice.h>
#include <stdio.h>
void
generate_keys(char* dir_secret_key, char* dir_cloud_key)
{
FILE* secret_key = fopen(dir_secret_key, "wb");
FILE* cloud_key = fopen(dir_cloud_key, "wb");
/* generate a keyset */
const int minimum_lambda = 110;
TFheGateBootstrappingParameterSet* params =... | [
"maha@debian.lan"
] | maha@debian.lan |
7207a1dc86c40789cda307426b3c384619cc2d8a | 285f9e84091c03a22e3492c902273781e389c618 | /source/engine/core/math/math_define.h | abff2e56e743f4a952d321c25c5e87e413c339e3 | [] | no_license | xzben/openGLStudy | 69b2f4f4e477335ce1431db2a6b1062a71eaca66 | 20e010e710a00ed0586f9b49b05bc081a28f56dc | refs/heads/master | 2023-03-05T23:08:03.536383 | 2023-02-19T06:19:59 | 2023-02-19T06:19:59 | 30,346,054 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 480 | h | #pragma once
#define PI 3.14159265359
const float _PI_DIV_180 = PI/180.f;
const float _180_DIV_PI = 180.f/PI;
#define MATH_FLOAT_SMALL 1.0e-37f
#define MATH_TOLERANCE 2e-37f
#define MATH_PIOVER2 1.57079632679489661923f
#define MATH_EPSILON 0.000001f
#define CC_DE... | [
"994344450@qq.com"
] | 994344450@qq.com |
1f3fc1d0a2378fd928911dbe52c7acb303674fb0 | 3c39ed702b61eb13135af4e0e94856aaaec385b8 | /opa-fm-master/Esm/ib/src/fe/fe.h | 17c7901677b2d2798893d18d3ac307f605131b17 | [] | no_license | zzpp3377/opa-fm10.4.196 | 7fe9b035250f6ee425a7704d7939efd3972bcb4b | caa3326c5954e763909c4e4dce0376c1d841fdbe | refs/heads/master | 2021-09-02T15:18:28.011715 | 2018-01-03T11:54:04 | 2018-01-03T11:54:04 | 113,395,247 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,700 | h | /* BEGIN_ICS_COPYRIGHT2 ****************************************
Copyright (c) 2015, Intel Corporation
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 no... | [
"2534764830@qq.com"
] | 2534764830@qq.com |
6630a0a0e74e4f473fb4150c6a25ec8b1100d902 | e25c8b65c0115053b14f8ecffaea94a964eefa1f | /ds/open/world1/tmr/blood_field2/map_20_1.c | d6c073550a4d00244aa63c94e3a71c2fc6341aa3 | [] | no_license | zwshen/mudos-game-ds | c985b4b64c586bdc7347bd95d97ab12e78a2f20f | 07ea84ebdff5ee49cb482a520bdf1aaeda886cd0 | refs/heads/master | 2022-03-01T14:55:10.537294 | 2022-02-15T15:41:26 | 2022-02-15T15:41:26 | 244,925,365 | 4 | 1 | null | 2022-02-15T15:41:27 | 2020-03-04T14:44:49 | C | BIG5 | C | false | false | 419 | c | inherit ROOM;
void create()
{
set("short", "草地");
set("long", @LONG
LONG
);
set("exits",([
"east" : __DIR__"map_20_2",
"west" : __DIR__"map_20_0",
"south" : __DIR__"map_21_1",
"north" : __DIR__"map_19_1",
]));
set("outdoors","forest");
setup();
set("map_long",1); //s... | [
"zwshen0603@gmail.com"
] | zwshen0603@gmail.com |
89d5f1ced9c496337f302274b00d6581fb4a0de8 | 03251fe4a0f3308771165291706aeee0f983b998 | /Sop2/Lab4/Lab/soplib.c | 1dbcd7ea2ad10a3dbe47e38ea30ed7058cd36aa3 | [] | no_license | chudytom/CPrograms | 7c2b2d0b30b0683f65abf2fea3077327d2944cce | 2e5f1da644d27dabf80d3dd05d80504e0a37901e | refs/heads/master | 2020-03-11T18:19:29.378206 | 2018-09-21T17:03:19 | 2018-09-21T17:03:19 | 130,174,341 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,901 | c | // #include "soplib.h"
// char *concat(const char *s1, const char *s2)
// {
// const size_t len1 = strlen(s1);
// const size_t len2 = strlen(s2);
// char *result = malloc(len1 + len2 + 1);
// memcpy(result, s1, len1);
// memcpy(result + len1, s2, len2 + 1);
// return result;
// }
// char *co... | [
"94tom94@gmail.com"
] | 94tom94@gmail.com |
979f4dd2ceef06f296873b733f7257e01d491fb2 | 1d985530471d4dc54d107d1e714f70e837152ae1 | /include/jack/config.h | 41feddea1c39cdc2bfcde44e639811d37a21ebb2 | [] | no_license | notlion/libluaav-wip | ca3ef5f31b41d80f85e111554ca499a85fa5c69c | 56b5134f0e71f59a3dca87856480c62e66dc6cdc | refs/heads/master | 2021-01-19T06:18:50.537551 | 2014-01-04T06:01:15 | 2014-01-05T22:56:03 | 15,660,365 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,543 | h | /* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define if building universal (internal helper macro) */
/* #undef AC_APPLE_UNIVERSAL_BUILD */
/* Directory for plugins */
#define ADDON_DIR "/usr/local/lib/jack"
/* Enable debugging messages ... | [
"ryan@Bom.local"
] | ryan@Bom.local |
8fc51eca76c548206ae32c55ca5412ab1cda5f8e | 576457657dff72f6c9ca4d5d7ecab7d93dbb8f5d | /Tamias.c | 3b6324f5be92a4bdd2c0d84aedf5c79e0a61e2fb | [] | no_license | PStamelias/Simulation_Super_Market | 7cdc8990fcddf033644a869431755353ceea2fc6 | fa72ed3f5b337cfd64f32907568d1d9f56881207 | refs/heads/master | 2022-08-25T07:04:02.857625 | 2017-11-30T01:22:03 | 2017-11-30T01:22:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,272 | c | /*************************************************************************
Implementation File : TTamias.c
Author Date : P.Stamelias 13/03/2016
Purpose : Ylopoiisi ATD TAMIA
Revision : <Prokopios Stamelias 1115201400190>
**************************************************************************/
#include <stdi... | [
"prokopisstamelias@hotmail.com"
] | prokopisstamelias@hotmail.com |
3bfe5dd63de629c535d4292f4fad54a5a7c44edf | 57c909fcb46a72529b120cfeb44ae4e940ac881e | /UART.h | 18f0205b8f331d7c1da9f9e97251ef2b051400c6 | [] | no_license | Ebtsam55/Atmega32_Drivers | 2eb5c7c930175f59c6164166cb7fcd3195c2be08 | 82d7395322524dae9ff6e8a2d044d0dcb09aa0d7 | refs/heads/master | 2022-11-15T12:17:49.512514 | 2020-07-06T20:06:50 | 2020-07-06T20:06:50 | 277,637,225 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 221 | h | /*
* UART.h
*
* Created: 4/29/2020 3:41:27 AM
* Author: Ebtsam
*/
#ifndef UART_H_
#define UART_H_
#include "Header.h"
void UART_init();
void UART_write(uint8_t data);
uint8_t UART_read();
#endif /* UART_H_ */ | [
"ebtsamosama25@gmail.com"
] | ebtsamosama25@gmail.com |
816c8eef84bdd8892c91690ef1f3d6deac31d9b0 | aeb3a256ab352103ccf0721d4feb1cd642a8d137 | /CodeToTestDrivers/calculate_angle_tilted.h | 1086ffd6b9dcdc6cd6f8c6f7f8506384aed6eca1 | [] | no_license | rmursh/MicroP-ECSE426 | 760f388f3e6a595a038a165e39fa847e232b2572 | c7a8a3b20366a223fc3a142765355b3076089d97 | refs/heads/master | 2021-01-10T05:16:49.353365 | 2015-12-07T18:19:41 | 2015-12-07T18:19:41 | 46,234,853 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 692 | h | /*******************************************************************
* @file calculate_angle_tilted.c
* @author Razi Murshed
* @date 21/10/2010
* @brief Roll and pitch calculator
*
********************************************************************/
#define PI 3.14159265
/*
* Function: calc... | [
"rmursh@156TR4160MP-09.campus.MCGILL.CA"
] | rmursh@156TR4160MP-09.campus.MCGILL.CA |
85cfc331a624267daf0b8267f6994f7918e97412 | 889c20b3bb20847a9e270282fe6e70da63f75157 | /include/GLKit/GLKMath.h | 2f1b87431e57f2d266d985dca06171322f24a858 | [
"MIT",
"LicenseRef-scancode-generic-cla",
"CC0-1.0"
] | permissive | samuelvictorino/WinObjC | 2c88189b20b56e372b3cc9189dfdb78e33fa40e0 | 683f6d6f225596d6cbfc16e518635d34a32bf6dc | refs/heads/master | 2021-01-19T07:12:43.960823 | 2015-10-02T17:45:31 | 2015-10-02T17:45:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 24,571 | h | //******************************************************************************
//
// Copyright (c) 2015 Microsoft Corporation. All rights reserved.
//
// This code is licensed under the MIT License (MIT).
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LI... | [
"brianker@microsoft.com"
] | brianker@microsoft.com |
e726f8cfc25e816d0ecec466a3c1f97fb9d78133 | 63c641bb2a2e3e164d4739eb79919112b47ebff6 | /sdk11/components/drivers_nrf/twi_master/nrf_drv_twi.h | 38d8033525fb48072a9edc6fc6b9549473cb7c15 | [] | no_license | BG2BKK/nordic_nrf51822_demo | c1cdbd0c4fd8842aaaebcd302093ee4cc0adee05 | b409a59fe2f3865377874943c980cd4b385c0a0c | refs/heads/master | 2020-06-19T18:01:43.506447 | 2016-11-26T18:00:30 | 2016-11-26T18:00:30 | 74,841,698 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 17,563 | h | /* Copyright (c) 2015 Nordic Semiconductor. All Rights Reserved.
*
* The information contained herein is property of Nordic Semiconductor ASA.
* Terms and conditions of usage are described in detail in NORDIC
* SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
*
* Licensees are granted free, non-transferab... | [
"bg2bkk@gmail.com"
] | bg2bkk@gmail.com |
ec13548523b47cc14f1852fd47550231e543a4be | 354d5c48955b83f886b6bf04711ab8e233df5772 | /libc/include/stdint.h | 7809e70584e8c7f71fecef08779cf382679fe6ed | [
"Apache-2.0"
] | permissive | ZacharyPuls/SimpleOS | eb82cdfce0a41ec6bf80db9a3053ac7fb9563e72 | 7cbf61e4f2a2c132cb909bf5ba6550f27c5e862a | refs/heads/master | 2023-06-15T18:29:05.179203 | 2023-06-09T02:06:45 | 2023-06-09T02:06:45 | 59,232,251 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,149 | h | /**
* Copyright (c) 2018 Zachary Puls <zach@zachpuls.com>
*/
#ifndef __SIMPLEOS_STDINT_H__
#define __SIMPLEOS_STDINT_H__
// #if _POSIX_C_SOURCE == 200809L
typedef signed char int8_t;
typedef signed short int16_t;
typedef signed int int32_t;
typedef signed long int64_t;
typedef unsigned char uint8_t;
typedef unsign... | [
"zach@zachpuls.com"
] | zach@zachpuls.com |
6ebf9990742c6f8bd47c812162a5bb406f3d9032 | a378e495a6d805a6f620148bd204a90fff8356da | /vendor/WinMice_64/mice/src/brief_c/objcf2.c | 5963c3134fec58549462086bddf79f9fa71993ae | [] | no_license | zhufengGNSS/odtbx_nasa | 815a4b7b7075fb201efdfe020a132b6ef0f9bd38 | ce195f5b7d32b4972ee46e76fe9a04ccf3c3e2a7 | refs/heads/master | 2021-06-07T23:45:18.676574 | 2015-07-28T21:50:02 | 2015-07-28T21:50:02 | 74,735,982 | 2 | 2 | null | null | null | null | UTF-8 | C | false | false | 5,460 | c | /* objcf2.f -- translated by f2c (version 19980913).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
/* $ Disclaimer */
/* THIS SOFTWARE AND ANY RELATED MATERIALS WERE CREATED BY THE */
/* CALIFORNIA INSTITUTE OF TECHNOLOGY (CALTECH) U... | [
"eric.grejda@emergentspace.com"
] | eric.grejda@emergentspace.com |
e21692a244c1d79bd7a049018461d96747f434ed | cc33d74a9cca0431c863dadd1129a79144a4891b | /average.c | 62c2301828733a00691b6eeb8ed73c7cfadd113a | [] | no_license | tajul-islam-refath/Toph-c | 1ce9daae9f17d464eef4c747da3cacf60b368dc8 | 778b3c33822e160f987ac29025b305a9c7567762 | refs/heads/master | 2023-01-09T16:27:06.606669 | 2020-11-02T07:09:08 | 2020-11-02T07:09:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 411 | c | #include<stdio.h>
int main()
{
float sum = 0;
float average;
int count = 0,i=0;
int a[1000];
int N;
scanf("%d",&N);
for ( i = 1; i <=N; i++) {
scanf("%d",&a[i]);
}
for ( i =1; i <=N; i++) {
count++;
sum=(sum+a[i]);
... | [
"mdr585643@gmail.com"
] | mdr585643@gmail.com |
a0cb74f6d4bd6fd564f3576f62b1dfe7eb33b43e | e77a463d9cb4c476481ab75321a1bd53f254405a | /dsclab/week5/queue.c | a16239bbdcc4058e138c8ea64088a4085911f13f | [] | no_license | qwerty-123456-ui/data-structures | 6c264c5b6d6cec2c645ef3c487c8f0b495984dd8 | 3f0b2bd10a235ae5ae5676b2fa226d3a8fc8c267 | refs/heads/master | 2022-09-29T00:18:52.737434 | 2020-06-05T17:31:15 | 2020-06-05T17:31:15 | 269,707,698 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 59 | c | #include<stdio.h>
#include<stdlib.h>
#define MAX_SIZE 100
| [
"isha26701@gmail.com"
] | isha26701@gmail.com |
25db836e21ec6530932d89312f7168e243fae496 | bacec7106cbe6bb880673b9991187688a5a580eb | /mudlib/wizards/maxwell/underzone/miner6.c | c69302b6b1691082e164c25f400bd7ac9e3ba7f8 | [] | no_license | thraeq/DarkeLIB | 3555bff2bdc8a1406ac02081934557ba41e1675d | d6226ca309c5044436b3f123db7c58a98be53ea2 | refs/heads/master | 2020-12-12T07:29:15.419092 | 2020-01-27T16:34:43 | 2020-01-27T16:34:43 | 234,076,244 | 1 | 2 | null | 2020-01-15T12:30:09 | 2020-01-15T12:30:09 | null | UTF-8 | C | false | false | 2,043 | c | // Maxwell's Underground Mud Library
// Dirty Dwarf Miner
#include "/adm/include/std.h"
#include "under.h"
inherit MONSTER;
inherit UNEQP;
object money;
create() {
::create();
set_name("Miner");
set_id( ({ "Miner","dwarf","miner" }) );
set_short("A grungy Dwarf Miner");
... | [
"jared_lau@byu.edu"
] | jared_lau@byu.edu |
247baa1ba4ee08743a27d78424afc21ee5fb04e8 | 017105a9a96c36ed463decca3bba70b847b77dd8 | /src/libc/stdio/scanf.c | ddd8c21f99b301dddb4a19662c63e7c10e080207 | [] | no_license | arrowSoftware/rtos | 2e5339b683c0d7e15375532fe8b7fcc031747b98 | c5d0cc976522b7d80379c265842ba284d52b0b66 | refs/heads/master | 2020-04-19T02:44:25.340857 | 2019-05-03T22:36:59 | 2019-05-03T22:36:59 | 167,913,268 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,003 | c | /******************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* This file is part of Real rtos.
* Copyright (C) 2008 - 2009 Surplus Users Ham Society
*
* Real rtos is free software: you can redistribute it and/or modify
* it under ... | [
"tyler@Tylers-MacBook-Pro.local"
] | tyler@Tylers-MacBook-Pro.local |
d685a49462beec49d8ffa255cbb48fd5daa8733e | d89ccad9cac26ede06eef9ace379f2ad9903192e | /driver/drv_def/drv_features_f8f9bc.h | 6b97939d12ad2d72bd01d37dcad431df6e5ce3d5 | [] | no_license | Pablito2020/mediatek-modem | 466b1512b8e87a44bd54ce0aab4a90b6d0d59710 | 866a103a6d0520db0e80a978cd39d2916196fcbd | refs/heads/master | 2021-06-10T19:40:54.961612 | 2017-02-19T15:12:44 | 2017-02-19T15:12:44 | 82,467,464 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,035 | h | /*****************************************************************************
* 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... | [
"socdelbarca72@gmail.com"
] | socdelbarca72@gmail.com |
2a08914d30504e7e6f9e388e08c61df723dc07d0 | 6832a9c81b16ead373325f70fb97753d6a211539 | /src/wrapped/wrappedgstreamer010_private.h | 2d9d7c447e6d5c59e8695b57415ae5d68a7d0ddb | [
"MIT"
] | permissive | ptitSeb/box86 | 2d3a0c4574905ff8d9dc7b5afb5444a273832bd6 | ad934455c1b40feeebe5e6bd09b9063519102859 | refs/heads/master | 2023-08-22T05:30:54.331500 | 2023-08-20T13:01:58 | 2023-08-20T13:01:58 | 164,844,546 | 2,877 | 294 | MIT | 2023-07-27T11:19:10 | 2019-01-09T10:49:32 | C | UTF-8 | C | false | false | 39,915 | h | #if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
#error meh!
#endif
//GO(gst_activate_mode_get_type,
//GO(gst_alloc_trace_available,
//GO(gst_alloc_trace_flags_get_type,
//GO(gst_alloc_trace_get,
//GO(gst_alloc_trace_list,
//GO(gst_alloc_trace_live_all,
//GO(gst_alloc_trace_print,
//GO(gst_al... | [
"sebastien.chev@gmail.com"
] | sebastien.chev@gmail.com |
89f25b705305f73dd54830b6fa604d28ba102ab3 | b146b54363a20726b3e1dc0ef0fadc82051234f9 | /Lodestar/io/proto/ls.proto.matrix.pb.c | 68673a4babd7eafc57117611b8923b637aed7eb3 | [
"BSD-3-Clause"
] | permissive | helkebir/Lodestar | 90a795bbbd7e496313c54e34f68f3527134b88ce | 465eef7fe3994339f29d8976a321715441e28c84 | refs/heads/master | 2022-03-12T23:16:03.981989 | 2022-03-03T05:08:42 | 2022-03-03T05:08:42 | 361,901,401 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 307 | c | /* Automatically generated nanopb constant definitions */
/* Generated by nanopb-0.4.6-dev */
#include "ls.proto.matrix.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
#error Regenerate this file with the current version of nanopb generator.
#endif
PB_BIND(ls_proto_MatrixHerald, ls_proto_MatrixHerald, AUTO)
| [
"ha.elkebir@gmail.com"
] | ha.elkebir@gmail.com |
8f2f638de4ea01a2b8c538b2193296a8582f05ed | 5cbd1ba6984b2d1e2a6c4325f5358aef3c1a89f0 | /verify/feature/module_test/test09/mi_demo/naboo/internal/cdnn/install_generic/include/xm4/ocem.h | f1b5f35b2e29a9ce3e4d28b58870d94b12ff05c7 | [] | no_license | jockyw2001/sdk | f6d814ce6ad8a53b6172a9ab6e7d1884427122a9 | 5b06f9a03264cae5ae6c868e74ffedfde6bb997a | refs/heads/master | 2020-03-24T08:03:29.833944 | 2018-06-23T10:05:14 | 2018-06-23T10:05:14 | 142,584,252 | 1 | 0 | null | 2018-07-27T14:01:31 | 2018-07-27T14:01:31 | null | UTF-8 | C | false | false | 8,783 | h | /*****************************************************************************\
* CEVA Confidential property.
* Copyright (C) Ceva Inc. All rights reserved.
*
* This file constitutes proprietary and confidential information of CEVA Inc.
* Any use or copying of this file or any information contained in this file ot... | [
"1339553896@qq.com"
] | 1339553896@qq.com |
f9799881f90c5c4137765137acc63ff6eb88c0f1 | 94e8344ee420ae4d2eb1643e95973845f341a3d2 | /spidermonkey_1.6_mutants/mutant100990_jsxml.c | f4d9e0f52b9c75dc28a63551b1989a137a186c52 | [] | 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 | 251,723 | c | /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
* vim: set ts=4 sw=4 et tw=78:
*
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except... | [
"agroce@gmail.com"
] | agroce@gmail.com |
2f64af37c866b6d80dd146ee5e774b6ec2fa6086 | 3f0f222725e8702d7429766ff71dd75863e4817a | /libretro-common/memmap/memmap.c | cda86ff01ef31501fc41153eac011d63a57dad54 | [
"MIT"
] | permissive | phcoder/libretro-lutro | 8815d65f69cf57dc122bf4eb95abf7214740bb31 | 0378156e4b6ae6330b9c2c60d1a839cb7e741353 | refs/heads/master | 2022-06-26T22:14:27.205021 | 2020-03-09T13:02:32 | 2020-03-09T13:02:32 | 246,174,596 | 0 | 0 | MIT | 2020-03-10T00:52:25 | 2020-03-10T00:52:25 | null | UTF-8 | C | false | false | 4,662 | c | /* Copyright (C) 2010-2017 The RetroArch team
*
* ---------------------------------------------------------------------------------------
* The following license statement only applies to this file (memmap.c).
* ---------------------------------------------------------------------------------------
*
* Permissio... | [
"libretro@gmail.com"
] | libretro@gmail.com |
bce970b4199804cf9ed52648157c0533d7db5fe5 | 210f4e9f6a992e1dc6c48946af67ec305b9e60e2 | /0x0F-function_pointers/0-print_name.c | 52f101390cccbbfec731b09bde51d0a1379e44f4 | [] | no_license | Milli-saved/alx-low_level_programming | 7fad98764486eb6c8a89aad0fc59d545ddd63966 | afc238647178728fb950524db7169b340e2f55b6 | refs/heads/master | 2023-07-01T11:53:10.788828 | 2021-08-10T13:59:40 | 2021-08-10T13:59:40 | 377,931,190 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 234 | c | #include "function_pointers.h"
/**
* print_name - prints a name
* @name: name to print
* @f: function to print with
*
* Return: void
*/
void print_name(char *name, void (*f)(char *))
{
if (name != NULL && f != NULL)
f(name);
}
| [
"million12.tenkir@gmail.com"
] | million12.tenkir@gmail.com |
df20f27a968742c005320afbccc7573a3d67afe6 | 1cc601c91b26ae429ea68e59f237b5de2806544d | /GameA/GameA/StdAfx.h | ad4d6c0cf4e29af1b7d72245a387d8266a05d838 | [] | no_license | acumenrev/game-prinny-a | 33dfc563d633a2170ed324b29e6188b1d4432128 | cff5c0631727446ac3fe34e3e54e00802ba8b756 | refs/heads/master | 2021-01-22T05:15:50.687143 | 2012-01-09T17:43:04 | 2012-01-09T17:43:04 | 32,327,407 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,432 | h | // stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#if !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_)
#define AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_
... | [
"acumen.vn@gmail.com@cb78e1ee-b093-ba55-c4be-1a400e3dfaaf"
] | acumen.vn@gmail.com@cb78e1ee-b093-ba55-c4be-1a400e3dfaaf |
a560449a400f090e90215302b575a26ba807e298 | 0eda49f82fee0f7b8247fbea108861d3b54ab872 | /path_planning/devel/include/path_planner/FindPath.h | a4cfc8ceff78ece616977568d73ef41d6916c16b | [] | no_license | jainSamkit/demo_codes | 08295b4e9c42e1e8ef5162030ef6489a6d67a8e8 | 9d4a4e9bf1cb0ce4dbf1bba21c06342c942576a2 | refs/heads/master | 2020-05-05T03:32:13.138218 | 2019-04-05T13:01:09 | 2019-04-05T13:01:09 | 179,676,469 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 87 | h | /home/darth/Desktop/sc2_ros/devel/.private/path_planner/include/path_planner/FindPath.h | [
"samkit@flytbase.com"
] | samkit@flytbase.com |
098f40add4066e96b53a948500c52a806c3191c1 | 16bfa856207c543bd1cf90c236326ddd127f012a | /Emulators/Historic/HazeMD (v0.12a)/hazemd012a (official)/src/cpu/m68000/m68kmame.h | dec4a62ecfd9c69d0644433958deb1f3d277a9e9 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | scirelli/sega_genesis_dev_resources | b2b93142d2794422504a5b3817f57213aaaca5e8 | 95e859ed39e0b1810e0379f8a9377c976825834a | refs/heads/master | 2021-04-26T23:44:06.868560 | 2020-07-05T02:24:00 | 2020-07-05T02:24:00 | 123,840,260 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,319 | h | #ifndef M68KMAME__HEADER
#define M68KMAME__HEADER
/* ======================================================================== */
/* ============================== MAME STUFF ============================== */
/* ======================================================================== */
#include "driver.h"
#in... | [
"stephen.cirelli@capitalone.com"
] | stephen.cirelli@capitalone.com |
273003c139f23475782e49aaa502d258185b7b3a | 2ebb8fd81381d2a38c48ea823538d15d80aa651a | /Books_Pdfs/DD/user/archive/day16_ipc/sockets/7/server.c | 66643f29042d3660f615c68b2947218a94f8f0a3 | [] | no_license | drupadj/drupad | 43b32d8afa36bb3c2e3b09bad786f310683f42a5 | 30a5d2014685aec3d8a9d90bc97156a25c898149 | refs/heads/master | 2023-04-13T16:34:00.313721 | 2023-04-08T17:55:26 | 2023-04-08T17:55:26 | 162,388,954 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,510 | c | #define _GNU_SOURCE
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <sys/un.h>
#include <unistd.h>
#include <errno.h>
int main()
{
const char *SOCK_PATH = "/tmp/srv_socket" ;
int sock_fd, client_fd;
struct sockaddr_un addr, client_addr;
socklen_t ... | [
"drupadjoshi64@gmail.com"
] | drupadjoshi64@gmail.com |
c622a2a704b99cab11ef38e35e2784db01bfb01e | b2c4f2825baba968e0b5ef3819880e60b1a4ada8 | /SeqTree/BinaryTreeLink.c | 7cb878b381622fdf3435f152030e9f3b88a68ae7 | [] | no_license | htkk/clang | b20399b8170cf26d6658bcfa9626847d4a0fdd1f | 9abb840994a95704ed9f61c75564ac40f2194ece | refs/heads/master | 2020-07-11T23:02:41.926207 | 2019-09-12T08:52:07 | 2019-09-12T08:52:07 | 204,662,252 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,975 | c | #include "BinaryTreeLink.h"
#include "LinkedStack.h"
/** 静态id */
static int id = 0;
/** 初始化空二叉树 */
void InitBinaryTree(BinaryTree * tree){
tree->root = NULL;
tree->depth = 0;
tree->diameter = 0;
tree->length = 0;
}
/** 构造二叉树,外部需要事先对节点分配内存 */
int CreateBinaryTree(TreeNode * root){
//根节点如果为空,就退出
... | [
"j3com@qq.com"
] | j3com@qq.com |
82b9ad4756fb207ddd0111194d8be5ead36025dd | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/1e714ced-6dff-4dc9-907c-dcd6c9863711.c | 6c62977fd2d17db15d5ec8e4285ee845b40f6f7d | [] | 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 | 253 | c | #include <stdio.h>
int main() {
int i=0;
int j=14;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = i/j;
l = i%j;
l = i-j;
l = l-j*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
9645f1b9f24c20f00cb9c7e71287a90704ab6b92 | 6164ea376b1020642abd07c33a3a49c75452cee3 | /xml-src/tt0055.c | b3ab40e77c9078f033cfa10d3801f31068b6efa5 | [] | no_license | thwarted/ecomxml | 77c601f3c2027a9a66d043df11dbb3b8ad79bab2 | 02da90ec3b05dec9215e110240c625820fc081b7 | refs/heads/master | 2021-01-19T00:44:24.967687 | 2013-07-13T07:01:24 | 2013-07-13T07:01:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,206 | c | /* tt0055.c Get Order Comments */
/* modified for phase 2 - JL */
#ifdef WIN32
#include <windows.h>
#include <direct.h>
#endif
#include <ctype.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <time.h>
#include <malloc.h>
#include "sgsock.h"
#include "funcs.h"
#include "exter... | [
"github@thwartedefforts.org"
] | github@thwartedefforts.org |
d5ef62781f8d132ea037487ec45cef65a45709da | 0fab21bc0d9fdc1369d06a2b268512a913d090c9 | /src/tcltk/tcltk8.5.4/tk8.5.4/generic/tkAtom.c | ae3552767e09bd8e6ee6a80526e67edabd32e853 | [
"TCL",
"BSD-3-Clause"
] | permissive | Vicfred/bsc | 93b46c074f6c056ebcb95f89ac8698053c7fee4c | e5af869a39aac23ec307c87e1962f484faa59295 | refs/heads/master | 2021-01-06T09:11:05.649276 | 2020-02-15T04:32:40 | 2020-02-15T04:32:40 | 241,273,754 | 1 | 0 | NOASSERTION | 2020-02-18T04:40:19 | 2020-02-18T04:40:18 | null | UTF-8 | C | false | false | 6,125 | c | /*
* tkAtom.c --
*
* This file manages a cache of X Atoms in order to avoid interactions
* with the X server. It's much like the Xmu routines, except it has a
* cleaner interface (caller doesn't have to provide permanent storage
* for atom names, for example).
*
* Copyright (c) 1990-1994 The Regents of the Univ... | [
"quark@bluespec.com"
] | quark@bluespec.com |
13c47c8b7704ce3ccfea6fbd703b44568d50ae3a | 941bffd4143638a9746a64c8517022ad2456e6b5 | /Senku2D/Senku2D/Senku2D.h | 7375eb47c8d26fb6853c59d094016213bf23f65e | [] | no_license | aismann/Senku2D | 49f6c02108896a655ea1011184d8648f23ae461a | c7891ec05ab9a7d51847b433de22e05471d43e3e | refs/heads/master | 2023-02-27T01:45:54.604273 | 2021-02-08T11:13:38 | 2021-02-08T11:13:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 91 | h | #pragma once
//Including All the Files
#include "Core/Particle.h"
#include "World/World.h"
| [
"arshpanesar.pro@gmail.com"
] | arshpanesar.pro@gmail.com |
db8790f842b7bff296ced9887ad09f91325b07c1 | 29368fb88fc557b8481087000c62872999cb521d | /aix-4.1.3/bos/usr/ccs/lib/libc/pmap_rmt.c | 6365f9dd0a6454c0ec82a59757e7847e2f435f97 | [] | no_license | legacy-codedigger/aix-4.1.3 | 07101a0795fe56fe97e8fe06d469142bb65371d5 | 2f37969bee9c0fb7c0a2490e5a82533acac03d39 | refs/heads/master | 2022-05-17T01:18:52.520939 | 2020-04-25T00:38:20 | 2020-04-25T00:38:20 | 258,655,180 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,987 | c | static char sccsid[] = "@(#)99 1.15 src/bos/usr/ccs/lib/libc/pmap_rmt.c, libcrpc, bos411, 9428A410j 1/12/94 14:04:02";
/*
* COMPONENT_NAME: LIBCRPC
*
* FUNCTIONS: clnt_broadcast
* clnt_broadcast_exp
* getbroadcastnets
* pmap_rmtcall
* xdr_rmtcall_args
* xdr_rmtcallres
*
*
* ORIGINS: 24,27
*
... | [
"zahir.meddour@protonmail.com"
] | zahir.meddour@protonmail.com |
1eb2c5bddb17fab64b021ae7d12fb768d9fe3b78 | ca5a4d6e161f71b8b533f7dbbc87e64060a1ab90 | /robo_cam/robot_ble_firmware/imageSensor_nrf52832/HM01B0_COMPRESS.h | a5ef75c75777371a809264079c6bee812a28e1e6 | [] | no_license | zlmone/insect-robot-cam | c3a837d9d971b52be173981e3c99d846347ceeaa | c63fd6917d2296229426d77d157e8dfc1bc3294e | refs/heads/master | 2023-07-09T22:15:38.843075 | 2020-07-26T22:21:01 | 2020-07-26T22:21:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 606 | h | /*
* HM01B0_CAPTURE.h
*
* Created on: March 27, 2019
* Author: Ali
*/
#ifndef HM01B0_COMPRESS_H_
#define HM01B0_COMPRESS_H_
/************************************************************************************************************/
/*Added for compression*/
//#define JPEG_ENCODER 0x01
//#if (defined(JP... | [
"ali@Alis-MacBook-Pro-2.local"
] | ali@Alis-MacBook-Pro-2.local |
6b57d85abe1291b7801f6db70e4a59039ecbf0cf | b4b9d35b5430a227ed4f00e572cc08a5bb844aa2 | /libs/libc/stdlib/lib_rand.c | 529d66453563dde6234d264ad3f2792699ba8b42 | [
"LicenseRef-scancode-warranty-disclaimer",
"HPND-sell-variant",
"MIT-open-group",
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-bsd-atmel",
"GPL-1.0-or-later",
"ISC",
"HPND",
"LicenseRef-scancode-other-permissive",
"Apache-2.0",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | renbing-robin/incubator-nuttx | 188e3e2e3a1c7e209e42b13fabb4f70ad5c88446 | 0a2c7f7ac5bfff03a9d63dbbbf15205cb3f0a5bf | refs/heads/master | 2022-12-20T06:21:28.888109 | 2020-09-08T05:10:13 | 2020-09-08T06:54:49 | 293,791,972 | 1 | 0 | Apache-2.0 | 2020-09-08T11:38:50 | 2020-09-08T11:38:49 | null | UTF-8 | C | false | false | 2,985 | c | /****************************************************************************
* libs/libc/stdlib/lib_rand.c
*
* Copyright (C) 2007, 2011, 2016, 2018 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modificatio... | [
"gnutt@nuttx.org"
] | gnutt@nuttx.org |
f49d55f0d7a4ee5bbf7caf3d70b1a96e4faf8451 | 296ad3845d28fe160384bd568b75c3c84109555d | /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities-Structs.h | 37e6450ae3b41b09e64516fc762001315d15cbe4 | [
"MIT"
] | permissive | breakcount/tvOS14Headers | acf5697b0ebad1623826672bd9a63ed8494b4f74 | 7b5fe0a79b5638cb71536984ef6399a908c2bf93 | refs/heads/master | 2023-01-05T08:38:17.145009 | 2020-11-03T19:39:33 | 2020-11-03T19:39:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 612 | h | /*
* This header is generated by classdump-dyld 1.0
* on Saturday, September 26, 2020 at 1:15:35 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18J386)
* Image Source: /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities
* classdump-dyld is licensed under GPLv3, Copyright © 2... | [
"kevin.w.bradley@me.com"
] | kevin.w.bradley@me.com |
4c516c92c3f13088b5a9ca40043f9d781f6b5896 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/crypto/extr_atmel-aes.c_atmel_aes_write_block.c | 6212ef9dcd94e8f44f24afbedb08e73cdb89ac19 | [] | 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 |
5ca8b254592fcb831b8259067621b3a16af807f7 | da1eb137a2cb395fab3bc1affafc022a5aab59a2 | /iotest/iotest2.c | a298074e1d7cd1dc755166284edd923dd40c1d5a | [] | no_license | chixiaoying/Gittest--Linux | d39922aea9c3dcbdc85eb6c696bfcf25577f56ed | d0746b2913b75ac3a006e9351248aa8e545abf0c | refs/heads/master | 2021-07-07T03:58:15.076962 | 2020-10-28T10:11:44 | 2020-10-28T10:11:44 | 204,846,010 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,442 | c | #include<stdio.h>
#include<stdlib.h>
#include<string.h>
int main()
{
int m,n,i;
//const char *msg = "fwrite()/fread()/fgets()/fputs()/fscanf()/fopen()/fclose()";
const char* msg = "fwrite()/fread()";
FILE* fp = NULL;
//fp = fopen("/root/thec/iotest.txt","r+"); //now fp is pointing the first character of the ... | [
"tomatocc@sina.com"
] | tomatocc@sina.com |
e8fe7709dad99e089bd98c11fcd0757cb58b6bfa | 1fabbdfd1ca9ea1b6808893e12bd907eb74de414 | /xcode/Classes/Native/UnityEngine_UnityEngine_Events_CachedInvokableCall_1_gen_28.h | 195b83c7e16bc2d2fbf71781e3757e811a31acff | [] | no_license | Klanly/TutorialPackageClient | 6f889e96c40ab13c97d107708ae8f3c71a484301 | b9d61ba2f287c491c9565b432f852980ec3fee28 | refs/heads/master | 2020-12-03T01:42:35.256114 | 2016-11-01T02:40:21 | 2016-11-01T02:40:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 468 | h | #pragma once
#include <stdint.h>
// System.Object[]
struct ObjectU5BU5D_t142;
// UnityEngine.Events.InvokableCall`1<FGTouchInputProvider>
#include "UnityEngine_UnityEngine_Events_InvokableCall_1_gen_24.h"
// UnityEngine.Events.CachedInvokableCall`1<FGTouchInputProvider>
struct CachedInvokableCall_1_t9105 : public Inv... | [
"bu213200@gmail.com"
] | bu213200@gmail.com |
6a51fb07c8c0f68e90d8257c8d99e42e086ed5e0 | 38ab9d211de178f7800037a38fda93b31dbef20c | /drivers/misc/mic/cosm_client/cosm_client.mod.c | 7edcb9d19e4ad2e9b2e3bb0ad14bf7fda0aad012 | [] | no_license | ZihaoPri/Dataflow-Modle-Scheduling | 11ce44cdd5f06c4fef8bc43821ad2fb3c3aa188a | c0e17beeafee3c91524633ad5608a5d33f61933d | refs/heads/master | 2022-04-27T15:00:22.999628 | 2020-04-03T15:08:42 | 2020-04-03T15:08:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 634 | c | #include <linux/module.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>
MODULE_INFO(vermagic, VERMAGIC_STRING);
MODULE_INFO(name, KBUILD_MODNAME);
__visible struct module __this_module
__attribute__((section(".gnu.linkonce.this_module"))) = {
.name = KBUILD_MODNAME,
.init = init_module,
#ifdef CONFIG_MODU... | [
"wzh"
] | wzh |
a1f23224c96659678e3dda5e49b22893c56cb619 | 32ae375de4aee1d18af7de73e8b1df8449fe6815 | /final-project/dynmem-threading-process.c | b976e99b49455bb489b13b1229d568d378d9c696 | [] | no_license | nikkokun/operating-systems | eb7d6c68a8d68348b737bbb3e8d015027ae578dc | e83634db0412816d63c7ce6b5523aae749878586 | refs/heads/master | 2020-03-21T07:35:05.660922 | 2018-06-22T10:16:13 | 2018-06-22T10:16:13 | 138,288,425 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,614 | c | #include <stdio.h>
#include <stdlib.h>
#include <pthread.h>
#include <sys/types.h>
#include <sys/sysctl.h>
#include <unistd.h>
#include <time.h>
#include "rdtsc.h"
struct alloc_runner_struct {
int id;
int alloc_limit;
long malloc_total_time;
long free_total_time;
long average_malloc_time;
long average_free_time... | [
"mizutaninikkou@gmail.com"
] | mizutaninikkou@gmail.com |
36027e954fcb83fffa2f0726ff146535825468a8 | 1db5834730ff4f6aa9ddff6836699ae544101502 | /cliobu/J2735/RoadSideAlert.h | 1279f1ce81b767f2b1f353e7264102aa02aeb220 | [] | no_license | coolsnowy/upload_0 | e3b38b2a01203e8deed2989ecec7e88632dfd1cd | 7a036e1d0e045f72127e90f65f10c76ff584ab99 | refs/heads/master | 2021-01-01T05:52:23.122101 | 2017-07-15T05:01:48 | 2017-07-15T05:01:48 | 97,293,125 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,554 | h | /*
* Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
* From ASN.1 module "DSRC"
* found in "DSRC_R36_Source.ASN"
* `asn1c -S ../../../../tools/asn1c/skeletons -pdu=BasicSafetyMessage -fcompound-names`
*/
#ifndef _RoadSideAlert_H_
#define _RoadSideAlert_H_
#include <asn_application.h>
/* Including extern... | [
"slc19941220"
] | slc19941220 |
6ddb144410bd4667eb9b828541ab187a61bf7122 | a23b205d3fee32223509974abed7f01c2d758326 | /chapter_6/ex6.c | 07d1cb47b76d80ac28cd7405ead20a1020add2bc | [] | no_license | deepabalan/programming_in_C | 0ada3cc27b574d7496da217014c41f362f3bd33b | 33d144941944d3ca9a3cfa0946e830f7d79a613b | refs/heads/master | 2020-12-02T12:45:50.069560 | 2017-07-21T07:19:22 | 2017-07-21T07:19:22 | 96,591,453 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,162 | c | /* Write a program that takes an integer keyed in from the terminal
* and extracts and displays each digit of the integer in English.
* So, if the user types in 932, the program should display
* "nine three two". */
#include <stdio.h>
main()
{
int digit, rem;
printf("Enter your digit: ");
scanf("%d", &digit);
w... | [
"deepa.deepabalan@gmail.com"
] | deepa.deepabalan@gmail.com |
51586f1a175b2603c5e553332f076b50e21731a8 | aed1a4a858bd75c5958bad1ce5c8cd0b6c5e1711 | /XRmonitorsHologram/MsXrLoader/xr_generated_dispatch_table.h | bc672af2622545c45819e4bc0ce253839592c4e7 | [
"BSD-3-Clause"
] | permissive | forksbot/XRmonitors | f8cf5e05684fb3aee6482e107d212ac27030731f | 17dddf10d0518596b1549a7e05071633226d0e7d | refs/heads/master | 2022-10-02T10:42:13.157334 | 2020-04-26T01:38:13 | 2020-04-26T01:38:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,590 | h | // *********** THIS FILE IS GENERATED - DO NOT EDIT ***********
// See utility_source_generator.py for modifications
// ************************************************************
// Copyright (c) 2017-2020 The Khronos Group Inc.
// Copyright (c) 2017-2019 Valve Corporation
// Copyright (c) 2017-2019 LunarG, Inc.... | [
"mrcatid@gmail.com"
] | mrcatid@gmail.com |
3359c59571286a0a223a8afad5eb14c783202325 | 58ed734eac33bfb073e794e95df8280b81dce883 | /Soul-Liberty/MonsterUI.h | 11d15f99951308a25ee170abc4d92ed4278fadac | [] | no_license | syougun360/Soul-Liberty | 9fce5a85fd8dcde48252d5034230adb259c1f9a2 | d8abae71efdda1e7044d6df50183d08765ba2d1b | refs/heads/master | 2020-04-17T20:16:18.442404 | 2019-04-18T13:52:23 | 2019-04-18T13:52:23 | 24,497,281 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 317 | h | /**
*
* @author yamada masamitsu
* @date 2014.10.02
*
*/
#pragma once
#include "Resource.h"
struct MonsterUI
{
MonsterUI(Point pos, Point pos_adjustment, CResource::MonsterUIType type) :
pos(pos), type(type), pos_adjustment(pos_adjustment){}
Point pos;
Point pos_adjustment;
CResource::MonsterUIType type;
};
| [
"syougun360@infoseek.jp"
] | syougun360@infoseek.jp |
41d87dc11367b39f32b7003b4bfb5273aa5b85e8 | 406864bfd639358346b0029db64b15ab0a6f19c2 | /examples/header/code/bad/main.c | f771f77e57ea21f4aca89f19f6d31e963c675ab8 | [
"CC0-1.0"
] | permissive | ninux/c-mep | 6e5e13bc175267832e2beaed1194d5cece58a5ff | 03320428b69b5065310ebe8ebf2a17f336999b3d | refs/heads/master | 2020-12-24T12:01:45.729745 | 2015-01-07T14:48:43 | 2015-01-07T14:48:43 | 28,745,158 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 906 | c | #include <stdio.h>
#include <string.h>
#define SUCCESS 0
#define ERR -1
#define ERR_WRONG_ARGS -2
#define ERR_UNKNOWN_OP -3
#define ADD 1
#define SUB 2
typedef int bool;
#define true 1
#define false 0
int add(int a, int b);
int sub(int a, int b);
void show_all(int a, int b);
int main(char argc, char** argv)
{
int... | [
"nino.ninux@gmail.com"
] | nino.ninux@gmail.com |
26c68b52c7fd1824625231789565e906e7b655da | 770c59df5456180d61f1e3d25bdd8991e35902ea | /20151214/include/pins.h | b7cc1138db47790e1016cfeb7586c48c17bbd38c | [] | no_license | bigbearishappy/3d-printer | 7b08bf2597e0add14f29862793dffb06bd002450 | 615ca0d90ecfaa3aac1c3ca04550651447ebcabf | refs/heads/master | 2020-05-29T08:54:06.152296 | 2017-06-14T11:45:25 | 2017-06-14T11:45:25 | 69,262,594 | 1 | 2 | null | null | null | null | GB18030 | C | false | false | 67,908 | h | //根据母板的具体型号宏定义各个引脚的值
#ifndef PINS_H
#define PINS_H
#define X_MS1_PIN -1
#define X_MS2_PIN -1
#define Y_MS1_PIN -1
#define Y_MS2_PIN -1
#define Z_MS1_PIN -1
#define Z_MS2_PIN -1
#define E0_MS1_PIN -1
#define E0_MS2_PIN -1
#define E1_MS1_PIN -1
#define E1_MS2_PIN -1
#define DIGIPOTSS_PIN -1
#if MOTHERBOARD == 99
#defin... | [
"953308023@qq.com"
] | 953308023@qq.com |
23003df1e5a7489f44c8a88b7d95c21295393a83 | 7c810371360b0d32801314ccb4e1a85e4c8c2ec2 | /Projects/NUCLEO-L152RE/Examples/DAC/DAC_SimpleConversion/Src/stm32l1xx_it.c | 9f93f01e71376249d579e47ccb7c054a83eef92a | [
"BSD-3-Clause"
] | permissive | mmastouri/Time_LCD_L152RB | 5376e0441c76d4dde54baa8810bfa2c58ba20bd5 | ae8716ac4dcb231983eaa1871d05c152c7a86f78 | refs/heads/main | 2023-06-30T11:09:11.604899 | 2021-07-28T10:55:27 | 2021-07-28T10:55:27 | 390,316,450 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,286 | c | /**
******************************************************************************
* @file DAC/DAC_SimpleConversion/Src/stm32l1xx_it.c
* @author MCD Application Team
* @brief Main Interrupt Service Routines.
* This file provides template for all exceptions handler and
* periphe... | [
"maher.mastouri@gmail.com"
] | maher.mastouri@gmail.com |
ff6b8b604cccd7305da46ca6593ccd597aef1015 | 2b5810c47c46bc927b6b38055e9e094e796ee5d0 | /4dfp/nifti_4dfp/common-format.h | 511ff15b550a710b5220a8d8a3a74c6484c25fdb | [] | permissive | llevitis/PUP | 77786bba4f5c5d57f4ae15c2227298ccde4512d0 | 850cf50dc29672db9d0d6781f7fe467f77f94204 | refs/heads/master | 2020-07-04T12:59:45.801830 | 2018-10-17T19:07:57 | 2018-10-17T19:07:57 | 202,292,948 | 0 | 0 | BSD-3-Clause | 2019-08-14T06:57:33 | 2019-08-14T06:57:32 | null | UTF-8 | C | false | false | 3,269 | h | /*$Header: /data/petsun4/data1/src_solaris/nifti_4dfp/RCS/common-format.h,v 1.5 2010/08/16 18:20:29 coalsont Exp $*/
/*$Log: common-format.h,v $
* Revision 1.5 2010/08/16 18:20:29 coalsont
* use 64bit integer for file size
*
* Revision 1.4 2010/06/18 21:00:59 coalsont
* moved things around to reduce dependen... | [
"ysu001@gmail.com"
] | ysu001@gmail.com |
77ff4b4aafd03e6f3221453f49b27158ad1e2942 | 764e8dc99b4b3a1eaaa648749f0479f6bd580ce3 | /palindrome.c | e53eb0a5f0f29382ab791336e39d51b446dca158 | [] | no_license | dreamerHarshit/CodeChef | 236dd76fc0868ed1777fac8e28c2577af769269a | 10a6b1c67423e46d0d9424b24cc13878a7c977eb | refs/heads/master | 2016-08-11T10:01:01.744889 | 2015-12-28T13:17:46 | 2015-12-28T13:17:46 | 48,367,681 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 232 | c | #include<stdio.h>
#include<bits/stdc++.h>
#include<iostream>
using namespace std;
int main()
{
int n,m,x;
cin>>n;
x=n;
while(x>0)
{
m=m*10+x%10;
x=x/10;
}
if(m==n)
cout<<"true";
else
cout<<"false";
return 0;
}
| [
"geniusharshit@gmail.com"
] | geniusharshit@gmail.com |
66cb8acf4ed21c199ad4f6dec1513232cc07e5b6 | e129fcb7b338b0672de3bc389c6b1c4693e90289 | /libc/stdio/putchar.c | 16403905e18c8c7be146a85afed48c52c207c7fb | [] | no_license | RubenOllesch/Kernel | c8d60ec87e12fb1062acf7d5cd5dcca5c35849f1 | 4123d99ffbdd6c69a0bbeee4daf7156beb94eaac | refs/heads/master | 2020-06-01T13:34:16.194065 | 2019-10-11T13:30:25 | 2019-10-11T13:30:25 | 190,797,337 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 167 | c | #ifdef __is_libk
#include <kernel/tty.h>
#endif
int putchar(int c)
{
#ifdef __is_libk
tty_putchar(c);
return c;
#else
// TODO: Hosted libc implementation
#endif
} | [
"ruben.ollesch@pm.me"
] | ruben.ollesch@pm.me |
d924042ef217fb4bafcddea1b299964c1df092a3 | 68263901ba61a333c9ae6558396187e9fe54f6bd | /ce_main_app/mediastreaming/mediastreaming_commands.h | 19587ce39d3bfb515a44bf5ad9bd4f98cfc13f28 | [
"BSD-2-Clause"
] | permissive | miniupnp/ce-atari | b906fc2fbb2d51b46b97f076ab085465ccac0913 | 78a3d85de852ec20776061b130058f67f5749ca8 | refs/heads/master | 2023-08-22T18:54:13.641510 | 2019-08-15T18:16:46 | 2019-08-15T18:16:46 | 56,238,691 | 0 | 0 | null | 2016-04-14T13:15:25 | 2016-04-14T13:15:24 | null | UTF-8 | C | false | false | 1,532 | h | #ifndef MEDIASTREAMING_COMMANDS_H
#define MEDIASTREAMING_COMMANDS_H
/* Mediastreaming format :
* 00 id << 5
* 01 'C'
* 02 'E'
* 03 HOSTMOD_MEDIA_STREAMING
* 04 command
* 05 argument
*
* MEDIASTREAMING_CMD_OPENSTREAM : 512 byte data
* 4 first bytes : 'CEMP'
* followed by a parameter list (see ids below)
* ME... | [
"miniupnp@free.fr"
] | miniupnp@free.fr |
a21b665174408def54c02377a102669bed9d8d51 | 8fe6a8abc197494e8b8d7929b524197e8db35deb | /rtcs/examples/iperf/iperf_udp.h | bc9f696f37275ae533f5c462f41141249dbfb090 | [] | no_license | kangdazhi/Freescale_MQX_4_2 | bd089f1aca24c5c4eb02aa6ea0a8fc4a73a44158 | 402f872acda55586008ee62bb36b5b484601aee1 | refs/heads/master | 2020-06-03T00:39:22.453575 | 2018-02-05T05:57:28 | 2018-02-05T05:57:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 895 | h | /*
Copyright (c) 2009, The Regents of the University of California, through
Lawrence Berkeley National Laboratory (subject to receipt of any required
approvals from the U.S. Dept. of Energy). All rights reserved.
*/
#ifndef __IPERF_UDP_H
#define __IPERF_UDP_H
/**
* iperf_udp_recv -- receives th... | [
"mr_zouyong@163.com"
] | mr_zouyong@163.com |
b5aa0e1c168a25a365d0027bebbb7802ae735eab | 3bca6609e10478475cf748584fe3b43c4d19676e | /Day07/ex00/ft_strdup.c | f9cee420a4944fd8e0df8d880f32080c7a28e664 | [] | no_license | msnazarow-C/School21_piscine | 279691962f0105943112ce9109446e0ef214e499 | be5afbea91583a41d70a670221be3655cffe85a9 | refs/heads/master | 2023-03-19T07:50:53.274247 | 2021-03-09T21:44:01 | 2021-03-09T21:44:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,274 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strdup.c :+: :+: :+: ... | [
"60715299+msnazarow@users.noreply.github.com"
] | 60715299+msnazarow@users.noreply.github.com |
b7b6c9c6da2c11cd9285c256737ea69fa007db11 | b71b8bd385c207dffda39d96c7bee5f2ccce946c | /testcases/CWE126_Buffer_Overread/s02/CWE126_Buffer_Overread__malloc_char_memcpy_18.c | 83c7d03edd79006d2b058aed871c8cf575c8eef6 | [] | no_license | Sporknugget/Juliet_prep | e9bda84a30bdc7938bafe338b4ab2e361449eda5 | 97d8922244d3d79b62496ede4636199837e8b971 | refs/heads/master | 2023-05-05T14:41:30.243718 | 2021-05-25T16:18:13 | 2021-05-25T16:18:13 | 369,334,230 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,856 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE126_Buffer_Overread__malloc_char_memcpy_18.c
Label Definition File: CWE126_Buffer_Overread__malloc.label.xml
Template File: sources-sink-18.tmpl.c
*/
/*
* @description
* CWE: 126 Buffer Over-read
* BadSource: Use a small buffer
* GoodSource: Use a large buffer
* Si... | [
"jaredzap@rams.colostate.edu"
] | jaredzap@rams.colostate.edu |
a586c52a41a63dd0ec9f4c7e27a27efa4fbf1e00 | f84babad17fd2f0cf163d0141c390e659723c269 | /libwifi1/bl.o.c | fd302bae0ee038d0c4a8c7054bfc008c77647f7b | [
"Apache-2.0"
] | permissive | DurandA/bl602nutcracker1 | b70db1da0c5a65a76b19755ae5c174edc5e03e3a | 54b460f83c0707062a26fb8d3642b96c7203063c | refs/heads/main | 2023-04-11T07:03:48.903954 | 2021-04-24T23:04:04 | 2021-04-24T23:04:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 66,061 | c | typedef unsigned char undefined;
typedef unsigned char bool;
typedef unsigned char byte;
typedef unsigned int dword;
typedef long long longlong;
typedef unsigned char uchar;
typedef unsigned int uint;
typedef unsigned long ulong;
typedef unsigned long long ulonglong;
typedef unsigned char ... | [
"noreply@github.com"
] | DurandA.noreply@github.com |
245b13a970a8e6245924c0abba87543954cbff3a | 05ff359a8b2ae06bd73b072312526ae04100c01a | /rsa_server.c | da4df79230cae4eb72a9132609a1e0f3f6bb57b2 | [] | no_license | pranay9999/cnlab | e63ba1e714efaeb6c9646f2d06f7a8d019ed9af6 | 3170d52b43d7b745d44ae8b06878fd50692105f1 | refs/heads/master | 2021-01-19T23:33:48.812425 | 2017-04-22T03:12:13 | 2017-04-22T03:12:13 | 88,998,645 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,234 | c | #include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <unistd.h>
int encrypt(int e,int n,int m)
{
int i;
int c = 1 ;
for(i=0;i<e;i++)
c = c*m%n;
c=c%n;
return c;
}
int main(){
int sfd,cfd,err,s,e,n,num,m;
char buff[100];
struct sockaddr_in serv... | [
"noreply@github.com"
] | pranay9999.noreply@github.com |
b13e1e2611a2d8e34cbbc920af2585b15e27fdf7 | fa14ce44d4347fce179518cbf9423faf5901f7f4 | /mrqfit_erffn.c | d49eb63bf660bf1075b5a3aff95547435a646e69 | [] | no_license | Vindaar/SDSScompspec_C | 191bac2e74819ea2f95cffb51409bea31cc05930 | 0bc99d7bae446ecb8b5abd97db63c68b33445569 | refs/heads/master | 2021-01-01T19:42:06.319112 | 2014-08-14T05:38:01 | 2014-08-14T05:38:01 | 22,942,179 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,046 | c | /***************************************************************************
MRQFIT_ERFFN: This is the fgauss algorithm taken from Numercial
Recipes but instead of just taking the value of a Gaussian at a given
x value, the Gaussian is intergrated between two x values using the
error function, then divided by the ... | [
"basti90@gmail.com"
] | basti90@gmail.com |
3ce125ddbc295afac8d9a6f8edeb7659daf3b490 | 3285aad77d796d3e56c81a37e6385af7ac452d49 | /question/user/bin/kill.c | 0741cf95fe6651115319e4682d7f813211c63c7e | [] | no_license | alex-a-robinson/assembly-os | f4c35d0d4db6143ef3a3d4115632cb4cd272a724 | 532a95973a38188b91d69e62b31adb1ef4c1e226 | refs/heads/master | 2021-06-13T10:09:52.465989 | 2017-03-02T00:08:09 | 2017-03-02T00:08:09 | 80,998,545 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 176 | c | #include "prog.h"
void main_prog_kill(char* args) {
pid_t pid = atoi(strtok(args, " "));
int s = atoi(strtok(NULL, " "));
kill(pid, s);
exit(EXIT_SUCCESS);
}
| [
"service.alex@begly.co.uk"
] | service.alex@begly.co.uk |
2091642ee386ddea4853175fc8bc52cf6262f6cd | 25e90a9e57dfd488e531b049eca36d2f0f47a0ba | /cores/gba/src/gb/test/mbc.c | 5498d004d46fd41af6ddef37595b88deb69067a1 | [
"MIT",
"LicenseRef-scancode-proprietary-license",
"LGPL-2.1-only",
"MPL-1.1",
"LicenseRef-scancode-mame",
"GPL-1.0-or-later",
"Zlib",
"GPL-2.0-only",
"LGPL-2.1-or-later",
"MPL-2.0",
"CC-PDDC",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-brian-gladman-3-clause",
"BSD-3-Clause"... | permissive | Pandinosaurus/retro | b9a0df960083f0f0d6563f05e8d102e45afc1e98 | 094531b16221d9199c2e9b7913259ba448c57e37 | refs/heads/master | 2023-04-29T17:59:25.810054 | 2023-04-12T20:48:22 | 2023-04-12T20:48:22 | 221,809,513 | 0 | 0 | MIT | 2023-04-13T01:24:38 | 2019-11-15T00:11:40 | C | UTF-8 | C | false | false | 6,534 | c | /* Copyright (c) 2013-2016 Jeffrey Pfau
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "util/test/suite.h"
#include <mgba/core/core.h>
#include <mgba... | [
"christopherhesse@users.noreply.github.com"
] | christopherhesse@users.noreply.github.com |
10d5a9aac5c07c331bfe465e244475372ee4eb55 | 9494cd2f9a89fd9552dac67a7bbb5a4e45657298 | /model/Scade/System/TracksideDynamicModel/TestTracks/UtrechtAmsterdam_oETCS/Simulation/Balise_Group_419_AmsterdamUtrechtL2_Sheet12_Breukelen_Balises.h | 9febec3cedc22f3930d2e557e19b6f8f3aab5344 | [] | no_license | apinnau/modeling | e4bbdd1208e8a56dfc491aa7950989e868631f49 | ce9437ec747fafe6841791872de304aab72eded3 | refs/heads/master | 2020-12-26T01:16:40.410295 | 2015-07-21T13:30:05 | 2015-07-21T13:30:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,654 | h | /* $*************** KCG Version 6.1.3 (build i6) ****************
** Command: s2c613 -config C:/GITHUB/modeling/model/Scade/System/TracksideDynamicModel/TestTracks/UtrechtAmsterdam_oETCS/Simulation\kcg_s2c_config.txt
** Generation date: 2015-07-12T22:54:50
************************************************************... | [
"mairamou@lea-energy.com"
] | mairamou@lea-energy.com |
97f1150d694d05ce884f4b8ac09a5c192ecf3495 | a186da7c0177730bcdd214743de0481007de0865 | /ZXPciExpress.c | 8441aa52cbdbc0547f6195623bb037a9b0463a1f | [] | no_license | ay123net/EyeMonitor_Tool | 65175a878b1ff8fbb41fe6f844680768fa09506d | 394bebbfb1cb6283ccdffbf78d2316d30a89a914 | refs/heads/master | 2021-10-08T15:42:18.581570 | 2018-12-14T08:15:21 | 2018-12-14T08:15:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,951 | c | //**********************************************************************
//**********************************************************************
//** **
//** Copyright (c) 2015 Shanghai Zhaoxin Semiconducto... | [
"1121892660@qq.com"
] | 1121892660@qq.com |
0f7777df94ac7ec458b8ac4ca085d8ca9e53b308 | 568f15fed9ffc82008bbd9ea57d683b5eece6ea2 | /rosflight/mavlink.h | 226d5d67a86f283d000ade1041900febf0a62d35 | [] | no_license | rosflight/mavlink_c_library | 459742d373dc75f0b2a51ddc14e85b555c72fa9c | b1b2abf5a8f2b65be183fe1e0fa93309f2abc2c6 | refs/heads/master | 2022-04-24T20:36:41.519204 | 2020-04-23T23:29:37 | 2020-04-23T23:29:37 | 58,610,549 | 1 | 8 | null | 2017-06-19T20:01:30 | 2016-05-12T05:29:44 | C | UTF-8 | C | false | false | 462 | h | /** @file
* @brief MAVLink comm protocol built from rosflight.xml
* @see http://mavlink.org
*/
#ifndef MAVLINK_H
#define MAVLINK_H
#ifndef MAVLINK_STX
#define MAVLINK_STX 254
#endif
#ifndef MAVLINK_ENDIAN
#define MAVLINK_ENDIAN MAVLINK_LITTLE_ENDIAN
#endif
#ifndef MAVLINK_ALIGNED_FIELDS
#define MAVLINK_ALIGNED_FI... | [
"superjax08@gmail.com"
] | superjax08@gmail.com |
e8f8b09e332a1fae291fcdaec4bd3f163e787f9d | 1db2c6e1ab9c1fa9c82e99da4b2e49c62bdf027a | /Src/usbd_desc.c | a1a5c41fb540106ef0ccfbba9871be7b553ec931 | [] | no_license | koche/STAR1600_FreeRTOS | 729c3448ec57645d0dd39827e3d55e121b528633 | 9a7d4c174ac0a48ea92fb4d009fdf6337b25c49f | refs/heads/master | 2021-07-15T19:29:59.060685 | 2019-06-25T07:50:54 | 2019-06-25T07:50:54 | 139,815,568 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,396 | c | /**
******************************************************************************
* @file : usbd_desc.c
* @version : v2.0_Cube
* @brief : This file implements the USB Device descriptors
******************************************************************************
* This notice ap... | [
"kochegt2@gmail.com"
] | kochegt2@gmail.com |
393f087e931f47ed37bd6337522a9b7ce265e627 | a41bb2eacb568e52504a042f5ce003c536aeb623 | /srcs/parse/ft_parse_plane.c | bb242e8fae997d8469d02f19f80b3f2a2fdd1d14 | [] | no_license | lucasmln/miniRT | 0287dd8bd4a2a702c9a6904f5403fb4eeae76f26 | e4b56c38d7df8469456361cd45eee356cf932a8c | refs/heads/master | 2022-10-03T21:00:13.344840 | 2022-09-27T10:38:56 | 2022-09-27T10:38:56 | 220,526,394 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,282 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_parse_plane.c :+: :+: :+: ... | [
"lmoulin@e2r5p1.42.fr"
] | lmoulin@e2r5p1.42.fr |
0e6cd60aa6282a058e33d2096810b26b4533ad35 | 4583a8e3e18103f7c15af6993de8ced9b46107ab | /run_status.h | 0515737e14f36c7462fa2b4711b6a13ed96e7789 | [] | no_license | xingww/hys1012 | 90b7723504798eea5a49fe7b4c279b1a23b6f227 | 9de97b82c209bda165e72a6a2267f4478c193fff | refs/heads/master | 2022-12-25T17:51:52.767908 | 2020-10-11T05:28:03 | 2020-10-11T05:28:03 | 303,042,935 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 234 | h | #ifndef RUN_STATUS_H
#define RUN_STATUS_H
enum Running {
UNSTART = 0,
PAUSE = 1,
RUNNING = 2,
STOP = 3
};
enum FormType {
ACTIVE, // 主动界面
PASSIVE // 被动界面
};
#endif // RUN_STATUS_H
| [
"xingwei4@126.com"
] | xingwei4@126.com |
aa8d394e38cacbdbf56def0eeeb43a5967199343 | 2727072679f44891d3340803b52b189e7dfb9f35 | /codegen/Qt3DAnimation/QAnimationControllerSlots.h | 875639f8eb7f6a6a59c918c287db5ab031fbb752 | [
"MIT"
] | permissive | MahmoudFayed/Qt5xHb | 2a4b11df293986cfcd90df572ee24cf017593cd0 | 0b60965b06b3d91da665974f5b39edb34758bca7 | refs/heads/master | 2020-03-22T21:27:02.532270 | 2018-07-10T16:08:30 | 2018-07-10T16:08:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 495 | h | %%
%% Qt5xHb - Bindings libraries for Harbour/xHarbour and Qt Framework 5
%%
%% Copyright (C) 2018 Marcos Antonio Gambeta <marcosgambeta AT outlook DOT com>
%%
$header
$includes
$beginSlotsClass
$signal=|activeAnimationGroupChanged( int index )
$signal=|positionChanged( float position )
$signal=|positionScaleChanged... | [
"5998677+marcosgambeta@users.noreply.github.com"
] | 5998677+marcosgambeta@users.noreply.github.com |
3cf21a0e27c3a1b73188a932972610135d40079e | b5d28de0f81d800758bc8234f265e5290bc303df | /motion/pid/parameters/pidParameterPersistence.h | 55fb06511e1647f86f22da5aef34ffa3923cccdb | [
"MIT"
] | permissive | f4deb/cen-electronic | 026c9b9d650487e70fde472cbbcf1a81ec9fe980 | eadf1a839445b57bba0319ba54c30ce333f912f0 | refs/heads/master | 2023-05-09T23:58:02.262631 | 2023-05-09T20:08:24 | 2023-05-09T20:08:24 | 4,457,913 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,186 | h | #ifndef PID_PARAMETER_PERSISTENCE_H
#define PID_PARAMETER_PERSISTENCE_H
#include "../../../common/eeprom/eeprom.h"
#include "../pidMotion.h"
// -> Index in the table
#define PID_PARAMETERS_EEPROM_INDEX_KP 0
#define PID_PARAMETERS_EEPROM_INDEX_KI 1
#define PID_PARAMETERS_EEPROM... | [
"svanacker@gmail.com"
] | svanacker@gmail.com |
81b75bb39b89ed2f764aa1f12acafad5328007f3 | f175bcab3c2f0aad7378c94ac220256982ab2027 | /ios_v1/Classes/Native/mscorlib_System_Collections_ObjectModel_ReadOnlyCo3321365692MethodDeclarations.h | 3524444ed7c05445d2a6e9bc75da20f1a207ac72 | [] | no_license | al2css/erpkunity | 6618387e9a5b44378e70ccb859d3b33a7837268c | c618dc989963bcd7b7ec9fa9b17c39fff88bb89b | refs/heads/master | 2020-07-22T04:59:49.139202 | 2017-06-23T16:33:13 | 2017-06-23T16:33:13 | 94,344,128 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,689 | 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>
#include "codegen/il2cpp-codegen.h"
#include "mscorlib_System_Collections_ObjectModel_ReadOnlyCo2875234987MethodDeclarations.h"
// System.Vo... | [
"alecsdulgheru@gmail.com"
] | alecsdulgheru@gmail.com |
acd047710569ab881ef4d6569ca1160da0a683b8 | 4a57b3e265b454a1f4b391e4537d788c1a5e046e | /sum_of_prime_number.c | 03f0122ce19a672f5f7abecb2b770ddd4978b4c0 | [] | no_license | pankajkakde/assignments-in-C | a4a523f02fdb9e5601d4bd6582465e5b54b424bf | 6a95a171edb3dccea9a4c1f8ec37d95c023bc951 | refs/heads/master | 2021-07-09T16:58:04.520894 | 2017-10-05T13:56:56 | 2017-10-05T13:56:56 | 105,895,420 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 318 | c | #include <stdio.h>
#include <stdbool.h>
int main()
{
int num,sum;
bool prime;
sum=0;
for(num =2; num<=10; num++){
prime = true;
for(int i=2; i<num;i++){
if(num%i==0){
prime = false;
break;
}
}
if(prime)
{
sum=num+sum;
printf("%d\n", sum);
/* code */
}
}
return 0;
}
| [
"pankaj.kakde@gmail.com"
] | pankaj.kakde@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.