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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d6cb3084aac349c201154ca55e3427bec7ba23f4 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/c21b1834-5e7b-417e-8cbe-74622165957f.c | b36312e3b388b26c6449b879b5eb538a669442f0 | [] | 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 | 229 | c | #include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l%j;
l = l+j;
k = k-j*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
9e1f619adfa4cae4a52f83b507e92fcd43dc5713 | a09e5ad7acb447f666cd6af7c579e4b204accce8 | /commons/registers.h | a81423d8b3bb659949221853c63e229791712e92 | [] | no_license | merna17798/Chatting-with-FreeRTOS | a21e3ce2b3d08cee4ccb1f1c92da7bd4004bd1a7 | ae0a6dc0a6f1a723014536b3c76740fd8be0d624 | refs/heads/master | 2022-11-24T20:16:19.645956 | 2020-07-25T04:28:35 | 2020-07-25T04:28:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,102 | h | /*
* registers.h
*
* Created on: Oct 21, 2019
* Author: Sprints
*/
#ifndef REGISTERS_H_
#define REGISTERS_H_
#include "std_types.h"
/*
* General Registers
*/
#define MCUCR *((reg_type8)(0x55))
#define MCUCSR *((reg_type8)(0x54))
#define GICR *((reg_type8)(0x5B))
#define GIFR *((reg_t... | [
"noreply@github.com"
] | merna17798.noreply@github.com |
b8b988267e727550817e6f7ab6c77d099e654a8b | 3e4878f968cc87e0f7c188ad615d905848f87066 | /shearSortNew.c | 10824cf4a4b5a99dcf8f6a08cbc30bcb3cce0be8 | [] | no_license | ljbevemyr/PODPProject | 655349f472ef52688a1ef4699ec4b59bd989594c | 0458e6648c52f565a1f849cd8f47a3e11506f01d | refs/heads/main | 2023-05-26T12:33:11.768194 | 2021-06-08T15:55:58 | 2021-06-08T15:55:58 | 368,524,784 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,461 | c | /**********************************************************************
* Quick sort
* Usage: ./a.out sequence length
*
**********************************************************************/
#define PI 3.14159265358979323846
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <mpi.h>
#include <string... | [
"lisa@bevemyr.com"
] | lisa@bevemyr.com |
c4523a081bc0c68fe5e2eb067406eeb0ae3c4f94 | 377e580200613ef984daed55b0a8f0e264f40efd | /MTDirectionsKit/General/MTDCustomization.h | 2ed8aea1e188a3c7bd9446ee596ffe3c65be9fc3 | [
"MIT"
] | permissive | vincilbishop/MTDirectionsKit | 7388e068e43919f4434cff446b9cdea7732b2990 | 4c42ef4cdc41e019c2a8871acdcc948d5ba355fe | refs/heads/master | 2020-12-27T23:58:30.229053 | 2015-06-28T21:22:19 | 2015-06-28T21:22:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,070 | h | //
// MTDCustomization.h
// MTDirectionsKit
//
// Created by Matthias Tretter
// Copyright (c) 2012 Matthias Tretter (@myell0w). All rights reserved.
//
// Used to annotate classes in the headers, that support customization by overriding
#define MTD_CUSTOMIZATION_SUPPORTED
/**
Use this to use specific subclass... | [
"matthias.tretter@gmail.com"
] | matthias.tretter@gmail.com |
a07bad35cd1180da782b0af62d0ff453e566e694 | 7ad286a088c4a3764b02418cf5fe4a7d2b03e672 | /bng2/Network3/src/util/mathutils/norm.c | 26eafd864de6ffd4f1a3385b011d4a21b45e3826 | [
"MIT",
"GPL-3.0-only"
] | permissive | RuleWorld/bionetgen | bdd747f2c92cdca1f73ab7aeba098a0fbb171d1d | a717d07f5f18aa482c2741d9f0f9bd6a7b86d50c | refs/heads/master | 2023-08-11T17:06:14.644506 | 2023-07-25T16:44:50 | 2023-07-25T16:44:50 | 32,326,284 | 58 | 36 | MIT | 2023-07-20T19:32:21 | 2015-03-16T13:22:23 | Perl | UTF-8 | C | false | false | 1,604 | c | #include "mathutils.h"
/*==========================================================================*/
/* returns sqrt of sum of squares of the elts of a */
double NORM( double *a, int dim){
#ifdef APPEND_UNDERSCORE
#define DNRM2 dnrm2_
#else
#define DNRM2 dnrm2
#endif
int n;
int inca=1;
double norm;
e... | [
"lh64@cornell.edu"
] | lh64@cornell.edu |
417da5f8ea229aaadbc0460c38182f78dba8f605 | 0cace0e6034b7a67b76ac89e05ad88e36936aa2a | /request.c | 45606fde408dc657f369f371c9d808743e7de094 | [] | no_license | forkm/CProxy | 03dc481984d1645a53f9a6785bb2832ba1f2fc45 | f9f3abda71b57cacafc717c7ea7dd425841dc309 | refs/heads/master | 2022-04-13T12:00:45.156420 | 2020-03-24T06:15:15 | 2020-03-24T06:15:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,047 | c | #include "request.h"
// 字符串替换
char *replace(char *replace_memory, int *replace_memory_len, const char *src, const int src_len, const char *dest, const int dest_len)
{
if (!replace_memory || !src || !dest)
return replace_memory;
char *p;
int diff;
if (src_len == dest_len) {
for (p = me... | [
"aixiao@aixiao.me"
] | aixiao@aixiao.me |
8637dd120ac3fb2fa05f4bc9cf76d7356d80231e | 585b29fd4e0a22bcc6dfa18c82fe228d43a42de0 | /led.c | 2619ef11a8d677dc1456e9a39e8b89ff64947231 | [] | no_license | justinesaugen/lab0 | 4714dec265a1a02f75db0ca9b32ad7527176c6f4 | 7c23477d0968a4d4f7b155953fbc9b82bb8f5945 | refs/heads/master | 2020-05-05T00:23:03.464116 | 2015-09-18T21:57:25 | 2015-09-18T21:57:25 | 42,748,320 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 959 | c | /*
* File: led.c
* Author: Justine Saugen
*
* Created on September 14, 2015, 3:34 PM
*/
#include <xc.h>
#include "led.h"
#define OUTPUT 0
#define INPUT 1
void initLEDs(){
TRISDbits.TRISD0 = OUTPUT;
TRISDbits.TRISD1 = OUTPUT;
TRISDbits.TRISD2 = OUTPUT;
LATDbits.LATD0 = 0;
LATDbits.LATD1 = 0... | [
"justinesaugen@email.arizona.edu"
] | justinesaugen@email.arizona.edu |
eedc608fae223c31af58a23a3a92c85219e5668f | aea9456d090d539a46ea4f4bfa44da99f6235399 | /src/cixl/ref.c | cbc9a3e166e4b55b4787ea96140e752d3cbf95c8 | [
"MIT"
] | permissive | felixonmars/cixl | e42f7d9a2d3cee1d336e9c88a3f2a6f091950c70 | 39d0d29b02d417f68b6c9201279027d9c3fdbeb2 | refs/heads/master | 2020-03-19T18:06:47.815117 | 2018-05-28T22:34:42 | 2018-05-28T22:34:42 | 136,794,310 | 0 | 0 | MIT | 2018-06-10T09:07:02 | 2018-06-10T09:07:02 | null | UTF-8 | C | false | false | 1,978 | c | #include "cixl/cx.h"
#include "cixl/error.h"
#include "cixl/malloc.h"
#include "cixl/ref.h"
struct cx_ref *cx_ref_new(struct cx *cx, struct cx_box *value) {
struct cx_ref *ref = cx_malloc(&cx->ref_alloc);
if (value) { cx_copy(&ref->value, value); }
ref->nrefs = 1;
return ref;
}
struct cx_ref *cx_ref_inc(struc... | [
"basic.gongfu@gmail.com"
] | basic.gongfu@gmail.com |
9b3b95014dfad7f125e4dd15cd30edfb8786b06b | 17476f2a54d728ce1789b06d06cb3e33037109b3 | /uint256.h | 3d897f7153d21695507a96372426dc9b6eb03b5e | [] | no_license | whisperice/Multi-threads-server | 4344d3dcf79014f0bf112ec762536450944748eb | 445e64907ac198ff62186dfc6d80a8117dcad532 | refs/heads/master | 2021-01-19T18:48:40.622236 | 2017-08-23T10:30:37 | 2017-08-23T10:30:37 | 101,167,677 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,974 | h | // COMP30023 Computer Systems Project 2
// Modifier Name: Yitao Deng
// User ID: yitaod
// Student ID: 711645
// modified two places
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <stdint.h>
#include "sha256.h"
//typedef unsigned char BYTE;
static inline void uint256_init (BYTE *uint256) {
... | [
"noreply@github.com"
] | whisperice.noreply@github.com |
d35794d1a8815542a419d4e258eda0557a5f6dde | 5323c43e14affaa292f68f63215293b759f51c8b | /printstat.h | c7e1bb22c4467ac0345f46b0d84b4606e72376c2 | [
"BSD-3-Clause"
] | permissive | shinh/strace | 2608e34e618441908db70c81dd123f67748efbaf | 3231cc404b17f6a76a58344b1db2b3435a124ab3 | refs/heads/master | 2021-01-21T13:18:28.643821 | 2019-11-21T13:16:01 | 2019-11-21T13:16:01 | 55,669,910 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,822 | h | /*
* Copyright (c) 1999-2003 Ulrich Drepper <drepper@redhat.com>
* Copyright (c) 2004 David S. Miller <davem@nuts.davemloft.net>
* Copyright (c) 2003-2005 Roland McGrath <roland@redhat.com>
* Copyright (c) 2007 Jan Kratochvil <jan.kratochvil@redhat.com>
* Copyright (c) 2009 Denys Vlasenko <dvlasenk@redhat.com>
* ... | [
"ldv@altlinux.org"
] | ldv@altlinux.org |
8b2c27147c83b04d2a87351042b78a6302942853 | b68e81462c624c453337cda8d8a2941dd7224476 | /bluedroid/stack/btm/btm_devctl.c | dbcb7772636ec501b150c48a7f70034d0de8e9a9 | [] | no_license | jasonyuananbei/huawei | d0fac53d9202617776307ee8055790d8fbd38d14 | db594c1376338edd226ee3b32368a0ba45bb4bce | refs/heads/master | 2021-01-02T09:37:25.149138 | 2015-04-08T00:46:33 | 2015-04-08T00:46:33 | 33,576,138 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 81,811 | c | /******************************************************************************
*
* Copyright (C) 1999-2012 Broadcom 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:
*
... | [
"jason_yuan@realsil.com.cn"
] | jason_yuan@realsil.com.cn |
d2f355496645f6a791f186ea36194986db49c6fe | f1ac8870b3800b09372b0b5e15b05517a4e2431f | /STM32Cube_FW_F3_V1.3.0/Projects/STM32303C_EVAL/Examples/RTC/RTC_Calendar/Inc/stm32f3xx_hal_conf.h | 8627a8dedcc37769b963f299f5830f6506c4ac3a | [
"BSD-2-Clause"
] | permissive | yaochein/STM32Cube | 003eccadbc65e7f9857d858e59b51884073e9610 | 8defe7f77cc906ddb74edb4d8e97863113663faf | refs/heads/master | 2022-09-06T18:25:35.773623 | 2022-08-31T07:41:06 | 2022-08-31T07:41:06 | 112,998,154 | 0 | 0 | null | 2017-12-04T05:20:58 | 2017-12-04T05:20:58 | null | UTF-8 | C | false | false | 11,255 | h | /**
******************************************************************************
* @file stm32f3xx_hal_conf.h
* @author MCD Application Team
* @version V1.2.0
* @date 19-June-2015
* @brief HAL configuration file.
***************************************************************************... | [
"elecia@logicalelegance.com"
] | elecia@logicalelegance.com |
edf50e29cb86680e257dbdb2e5b65c1e8d25aaac | 42ed1af689163cce9909a55fafcd69a0543c09c9 | /TestCase/UEFI/EFI/Protocol/Ebc/BlackBoxTest/Guid.c | 1a75d3aa87b53222afe1eda3898ef348e6f58b5e | [] | no_license | sjtupt/2ndProject | 933ba01b30068b9fd9c39696f77dc3655ce5ff8f | f4de5400b9922e42ac3263ddf34021a3822ff418 | refs/heads/master | 2021-01-18T14:16:04.685713 | 2013-10-29T05:25:32 | 2013-10-29T05:25:32 | 13,824,155 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,733 | c | /*++
The material contained herein is not a license, either
expressly or impliedly, to any intellectual property owned
or controlled by any of the authors or developers of this
material or to any contribution thereto. The material
contained herein is provided on an "AS IS" basis and,... | [
"eric.jingjin@gmail.com"
] | eric.jingjin@gmail.com |
ec43f38b72ae74d8706bbc71d21b526dad57520d | 6e3783b7af12acce7183282fc7d438dd5b0140bb | /platform/shared/curl/lib/tftp.c | ee575283a96a880375eaa76570fc2452f29e7c8f | [
"MIT"
] | permissive | mmalinin/rhodes | 9f97c3d9fcfbcfeacaaf9fa8eefd0d200bce011b | 2f722bfc31ce851eda9e762c631491495e744c35 | refs/heads/master | 2020-12-14T23:31:54.754557 | 2012-12-06T14:43:23 | 2012-12-06T14:43:23 | 7,039,784 | 1 | 0 | MIT | 2019-09-16T09:50:35 | 2012-12-06T17:25:52 | C | UTF-8 | C | false | false | 33,866 | c | /***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
* \___|\... | [
"dmitry@rhomobile.com"
] | dmitry@rhomobile.com |
5e3ce3c38f00ebe0b9e4117fe535228d2fe6ed7b | 7dcc677fccc5cee7cc08122d17b923b14de52bb8 | /dual7_seg.h | 1364aae1587e4ca69f20a96b56756b30574b927c | [
"MIT"
] | permissive | ktrynisk/ece422_proj6 | 3630cc038c3e144ac6a1c83056fc053dae1d9ed3 | 19983e8f0b4e70c0d7a661f6165d5e4aec8b958a | refs/heads/master | 2020-03-10T02:08:19.646945 | 2018-04-10T15:04:17 | 2018-04-10T15:04:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 486 | h | #ifndef DUAL7SEG_H
#define DUAL7SEG_H
#include <msp430.h>
#define SEVENSEG_0 0x3F
#define SEVENSEG_1 0x06
#define SEVENSEG_2 0x9B
#define SEVENSEG_3 0x8F
#define SEVENSEG_4 0xA6
#define SEVENSEG_5 0xAD
#define SEVENSEG_6 0xBD
#define SEVENSEG_7 0x07
#define SEVENSEG_8 0xBF
#define SEVENSEG_9 0xA7
#define DIGIT_1 0x0... | [
"jaccharrison@gmail.com"
] | jaccharrison@gmail.com |
f4fa94c6737f0fc28863429d14b0306beb875459 | de92ec101ca62124aee16e512f597f9ffbb4adaf | /q2.c | e85fe25324d35ce77ed9c4e8d0bd744f27d3f9a1 | [] | no_license | LokeshBolisetty/Cpointers | b786997ac09e09c276c85ab734634e9f8c9b64fb | 695f241fb90c6f77242464f736f47330a027a5dc | refs/heads/master | 2022-09-09T02:11:36.075556 | 2020-06-03T13:52:46 | 2020-06-03T13:52:46 | 269,100,879 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 962 | c | #include<stdio.h>
#include<stdlib.h>
int compare2(int* a, int*b)
{
if(*a>*b)return*a;
return *b;
}
int compare3(int*a,int*b,int*c)
{
int t;
if(*a>*b)
t=*a;
else
t=*b;
if(t>*c)
return t;
return *c;
}
void main()
{
printf("How many numb... | [
"noreply@github.com"
] | LokeshBolisetty.noreply@github.com |
49030775c4ab422d2eae4f6210286fde64a5ae73 | ee70aeeebba6881e4888909d041f34a56966a8cd | /asp3/target/macosx_xcode/target_sil.h | 5fda6960cf075edcd6f6dc1afd06abe46946a6ed | [] | no_license | ynaka1988/toppers-asp3-for-linux | 37d4028941ac318397bd105b76365f1089819704 | 9c2c753cff9ffee3c9d1fc82d2f6be506aa86cc7 | refs/heads/master | 2020-12-23T15:58:38.517040 | 2019-06-14T15:30:14 | 2019-06-14T15:30:14 | 237,197,851 | 0 | 0 | null | 2020-01-30T11:20:52 | 2020-01-30T11:20:51 | null | UTF-8 | C | false | false | 4,446 | h | /*
* TOPPERS Software
* Toyohashi Open Platform for Embedded Real-Time Systems
*
* Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory
* Toyohashi Univ. of Technology, JAPAN
* Copyright (C) 2004-2014 by Embedded and Real-Time Systems Laboratory
* ... | [
"ymorioka@gmail.com"
] | ymorioka@gmail.com |
13e43f773a96973259fbbb9ea3bbeb11ef181c53 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/scsi/libfc/extr_fc_rport.c_fc_rport_fcp_prli.c | 946fe6afa35404c6d194a5447a3ec55e5d76e2c1 | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,083 | 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 |
fa69aa9cd1b1294605e5616557ed90f1b756d14a | 3a30cfb29aac91e5c75d4dbcefddfd1f34d5f18c | /c-tests/gcc/921124-1.c | 301aac87aaa478e82045ce770fdd4d56068b3e9f | [
"MIT",
"MPL-1.0",
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0",
"LGPL-2.0-only",
"GPL-3.0-only",
"GPL-2.0-only"
] | permissive | vnmakarov/mir | a1725bc9c828e8580df6b7ae94e04175db8abe93 | 928e28fb3acaa50d051a906e76a55cc48a556574 | refs/heads/master | 2023-09-02T11:10:37.434581 | 2023-08-25T19:25:40 | 2023-08-25T19:25:40 | 178,932,492 | 2,005 | 156 | MIT | 2023-08-01T20:29:59 | 2019-04-01T19:24:56 | C | UTF-8 | C | false | false | 282 | c | extern void exit (int);
f(x, d1, d2, d3)
double d1, d2, d3;
{
return x;
}
g(b,s,x,y,i,j)
char *b,*s;
double x,y;
{
if (x != 1.0 || y != 2.0 || i != 3 || j != 4)
abort();
}
main()
{
g("","", 1.0, 2.0, f(3, 0.0, 0.0, 0.0), f(4, 0.0, 0.0, 0.0));
exit(0);
}
| [
"vmakarov.gcc@gmail.com"
] | vmakarov.gcc@gmail.com |
de749cf985c588d478ea2c1330da7c6dc0caa3ba | 13174beacc557302a53070a1c4bfd3b63d520ea0 | /qotd/qotd_3.c | 0d12eed2978dad46ec5a86d3dd81e4458de550c2 | [] | no_license | mharsch/ddt-examples | 6b2bdf87609169a265c68c4f5c85019118dad9fe | 281d4dd6cf97d906890a67351982916d85f08e56 | refs/heads/master | 2016-09-11T02:09:01.387339 | 2012-07-14T04:41:51 | 2012-07-14T04:41:51 | 5,008,707 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 10,483 | c | #include <sys/types.h>
#include <sys/file.h>
#include <sys/errno.h>
#include <sys/open.h>
#include <sys/cred.h>
#include <sys/uio.h>
#include <sys/stat.h>
#include <sys/ksynch.h>
#include <sys/modctl.h>
#include <sys/conf.h>
#include <sys/devops.h>
#include <sys/debug.h>
#include <sys/cmn_err.h>
#include <sys/ddi.h>
#i... | [
"mike@harschsystems.com"
] | mike@harschsystems.com |
a5f3f3e1bcb80f663bb2cfdb2875c48fc4aad32b | b369bf3bbce4be3363a1d4759ceb897d8fdf5891 | /pointers.c | c24c7a2780b8b40e76f3a2aafec85f3fb54a9d86 | [] | no_license | k3lly11/apcsp-cdev | 0b47a10ebedb7fbb1b2b418ca8aec25d5985227c | 5db8aeeb491c22cfc7d77bf5851ede90f6e8352f | refs/heads/master | 2023-02-24T18:15:57.889395 | 2021-01-22T05:06:43 | 2021-01-22T05:06:43 | 327,206,153 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 691 | c | #include <stdio.h>
int main()
{
int a;
int* ptrtoa;
ptrtoa = &a;
a = 5;
printf("The value of a is %d\n", a);
*ptrtoa = 6;
printf("The value of a is %d\n", a);
printf("The value of ptrtoa is %p\n", (void*)ptrtoa);
printf("It stores the value %d\n", *ptrtoa);
printf("The address of a is %p\n",... | [
"kellydai2015@gmail.com"
] | kellydai2015@gmail.com |
662051366b8b61f4001964d8ef7c9b62d6b26929 | 11ddbb17eebddb29a4dbd2e89cf1e403a4e5942d | /kubernetes/model/v1_pod_affinity.c | a03318fc1c7bcf1bd1bf883c6e0f45336b3a21f6 | [
"curl",
"Apache-2.0"
] | permissive | duokuiwang/c | 86494f7ace5992f9402e4374e22eb5f6f67de984 | 3cb0df06851a369e9b7062cb533ecf6b766e4130 | refs/heads/master | 2023-07-09T10:23:06.946203 | 2021-08-18T02:38:08 | 2021-08-18T02:38:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,221 | c | #include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "v1_pod_affinity.h"
v1_pod_affinity_t *v1_pod_affinity_create(
list_t *preferred_during_scheduling_ignored_during_execution,
list_t *required_during_scheduling_ignored_during_execution
) {
v1_pod_affinity_t *v1_pod_affinity_local_var... | [
"ityuhui@gmail.com"
] | ityuhui@gmail.com |
bffed527fa683cb7cac6f36eb0fa0df3be17b785 | 12ea67a9bd20cbeed3ed839e036187e3d5437504 | /winxgui/Tools/Dev/kscomm/baseimp.h | becfb332e4997122f3ad40f403a8a047e99b6d8a | [] | no_license | cnsuhao/winxgui | e0025edec44b9c93e13a6c2884692da3773f9103 | 348bb48994f56bf55e96e040d561ec25642d0e46 | refs/heads/master | 2021-05-28T21:33:54.407837 | 2008-09-13T19:43:38 | 2008-09-13T19:43:38 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 631 | h | // -------------------------------------------------------------------------
// 文件名 : baseimp.h
// 创建者 : 许式伟
// 创建时间 : 2002-1-30 19:16:36
// 功能描述 :
//
// -------------------------------------------------------------------------
#ifndef __BASEIMP_H__
#define __BASEIMP_H__
struct tagKStdPathParam
{
LPTST... | [
"xushiweizh@gmail.com@86f14454-5125-0410-a45d-e989635d7e98"
] | xushiweizh@gmail.com@86f14454-5125-0410-a45d-e989635d7e98 |
cb4f49791f5cb318cb7cd6903145ee2ff76a7abc | 0c95083943cd1264a5caf924879efb79aacd3f94 | /linked_list.c | b7e48f40c57c2abc028101e4583cfdbcf83e1932 | [
"MIT"
] | permissive | RiteshAgrawal/Data_Struct_Algo | 2d93bf5b76f844987d02cf4b9fa98b30d9446e58 | 19a94891b26e6aec23c15245cc5e48a4979b1322 | refs/heads/master | 2021-01-19T16:56:42.562785 | 2014-07-20T09:24:04 | 2014-07-20T09:24:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,216 | c | /*
Data Structure : Linked List
*/
#include<stdio.h>
#include<stdlib.h>
//Structure for a single node
struct node
{
int info;
struct node *next;
struct node* back;
};
typedef struct node node; // Changing structure name from "struct node" to "node"
int Display(node*); //Prototype for Display function
node* Ge... | [
"udr.ritesh@gmail.com"
] | udr.ritesh@gmail.com |
257dab3100d7e54833b1605eeba56054d6021896 | abc0f5d449cd59d869e03cff8256aadf050ff33b | /stegocrypto/software/stego/test/test_xtea.c | 6d79c9f462db92a3b4b6e867abeab4405edfb370 | [] | no_license | dchanman/stegocrypto | 2be55aa5592a4c1f2e847d93402fe78c46e4c6fc | 671aacea232d4b4ffbf58f3711e3ad8da330fb04 | refs/heads/master | 2016-08-11T12:46:47.539986 | 2016-04-07T19:00:14 | 2016-04-07T19:00:14 | 53,626,514 | 0 | 0 | null | 2016-04-07T19:00:15 | 2016-03-11T00:08:15 | C | UTF-8 | C | false | false | 2,109 | c | #include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "xtea_engine.h"
void test1(unsigned int data1, unsigned int data2) {
unsigned int key[4] = {1,2,3,4};
unsigned int buf[2];
buf[0] = data1;
buf[1] = data2;
printf("[%s] <%d> <%d>\n", __func__, data1, data2);
printf("Testing enciphering %d %d\... | [
"derekchan1994@gmail.com"
] | derekchan1994@gmail.com |
33210f65fc59593683036a93874d9609b40aa282 | 83bacfbdb7ad17cbc2fc897b3460de1a6726a3b1 | /third_party/WebKit/Source/core/editing/WritingDirection.h | 3cf789f88fd57d7d2940947e62164cb68471ba04 | [
"BSD-2-Clause",
"LGPL-2.1-only",
"LGPL-2.0-only",
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LicenseRef-scancode-other-copyleft",
"Apache-2.0"
] | permissive | cool2528/miniblink49 | d909e39012f2c5d8ab658dc2a8b314ad0050d8ea | 7f646289d8074f098cf1244adc87b95e34ab87a8 | refs/heads/master | 2020-06-05T03:18:43.211372 | 2019-06-01T08:57:37 | 2019-06-01T08:59:56 | 192,294,645 | 2 | 0 | Apache-2.0 | 2019-06-17T07:16:28 | 2019-06-17T07:16:27 | null | UTF-8 | C | false | false | 1,524 | h | /*
* Copyright (C) 2008 Apple 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 retain the above copyright
* notice, this list of conditions a... | [
"22249030@qq.com"
] | 22249030@qq.com |
649bdec281283201b4197bc807e3305ec8c9c289 | 4e00d01e070812e4a04a66e970494bd8f82d6e87 | /Voxel_raycaster/Voxel_raycaster/VoxelGenerator.h | f3ec33bd7a4280902dac06fecdf5e6e814aa24f2 | [] | no_license | joschout/4D-Sparse-Voxel-Octree-Renderer | 7db88f6522def28a95b129ecd474710d62b52e58 | f0a61cf367d8c35157f7400ac10487dca373d92b | refs/heads/master | 2021-09-28T04:02:28.934818 | 2018-11-14T07:52:29 | 2018-11-14T07:52:29 | 47,188,750 | 7 | 1 | null | null | null | null | UTF-8 | C | false | false | 765 | h | ///*
// * VoxelGenerator.h
// *
// * Created on: Feb 21, 2012
// * Author: jeroenb
// */
//
//#ifndef VOXELGENERATOR_H_
//#define VOXELGENERATOR_H_
//
//#include "DataPoint.h"
//#include <stdlib.h>
//#include "util.h"
//#include "misc_math.h"
//#include <time.h>
//#include <cmath>
//
//VoxelData generateRandomCol... | [
"jonas.schouterden@student.kuleuven.be"
] | jonas.schouterden@student.kuleuven.be |
8ebb3968f9eac53b228023a89b64af01779f011b | ae42746f8c71bd97b735ece359cfd85f9049bf80 | /sdk/include/rs_playback.h | 23cc9893e62a113915055928515be6da5ac051ef | [
"Apache-2.0"
] | permissive | ParkerNewman/realsense_sdk | 6ccf1143fc24b5b45e8fa2ce5094a4e98201b242 | 7d74c4dbc8ed442dc90e8b242ccdd2aec4d0df65 | refs/heads/master | 2021-01-21T14:43:12.097095 | 2017-06-24T23:07:19 | 2017-06-24T23:07:19 | 95,327,450 | 0 | 0 | null | 2017-06-24T23:11:16 | 2017-06-24T23:11:16 | null | UTF-8 | C | false | false | 219 | h | // License: Apache 2.0. See LICENSE file in root directory.
// Copyright(c) 2016 Intel Corporation. All Rights Reserved.
#pragma once
#include "rs/playback/playback_context.h"
#include "rs/playback/playback_device.h"
| [
"boris.bolshem@intel.com"
] | boris.bolshem@intel.com |
925c92b311ef39d8911abffe24038259a1d753a1 | 165b9d1562491d358bfe48fd6efe763bc04dcea4 | /libft/ft_lstmap.c | 769c7d109485c11a817f1f7f2b1d01b3b41c04e7 | [] | no_license | KoderMAL/Fillit | 4aa28cbbcddb3ca5aca80777fb9b1f7661d5b18d | 3811695a7b79935286783e4ef3543c46a6480c69 | refs/heads/master | 2021-01-20T09:32:09.143687 | 2017-05-29T14:30:07 | 2017-05-29T14:30:07 | 90,262,659 | 0 | 1 | null | 2017-05-29T13:21:19 | 2017-05-04T12:51:48 | C | UTF-8 | C | false | false | 1,356 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstmap.c :+: :+: :+: ... | [
"alalaoui@e2r5p3.42.fr"
] | alalaoui@e2r5p3.42.fr |
566b82a79b1cccda687f926b2b1e3f0fa27f464b | 8637562d9dc716137465028e81f87f13912a6789 | /cube_processor/matrixRoutines.c | f855f516551d5cebc8de2f46c26126978be391e9 | [] | no_license | Runkli/Study | a33c7fbd54e66600e2cc340686e07e2b82ccee52 | dd63444298c07dbaa4401b29c453d16ba0b1daae | refs/heads/master | 2023-03-12T23:23:14.985815 | 2021-02-24T11:06:31 | 2021-02-24T11:06:31 | 261,681,563 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,485 | c | #include <stdio.h>
#include <stdlib.h>
#include "matfuncs.h"
void printmat(FILE *fp,int x, int y, int z){
int num,i,j,k;
fseek(fp,0,SEEK_SET);
for(k=0;k<z;k++){
for(j=0;j<y;j++){
for(i=0;i<x;i++){
fread(&num,sizeof(int),1,fp);
printf("%d ",num);
}
printf("\n");
}
printf("-\n");
}
}
int ... | [
"noreply@github.com"
] | Runkli.noreply@github.com |
1443a47cbea224f00a3ebdad8676c5395281bcb8 | 812bfe446304929e1ddd06c6e5f87b7019ed0393 | /DIALOGS/Bernardo Gamboa_dialog.h | 45400f14a8e03471b875d26c54a923ee47aa1f9a | [] | no_license | ekuznets/PKM2 | 1fe3b13182e27037c0adb4acb6ac948c7ca061c9 | bb24f328b3e2ef01725a19068f06398935c5f8be | refs/heads/master | 2021-01-16T21:33:58.534645 | 2020-09-28T03:58:36 | 2020-09-28T03:58:36 | 64,904,493 | 0 | 1 | null | null | null | null | WINDOWS-1251 | C | false | false | 2,230 | h | string DLG_TEXT[20] = {
"А теперь рассказывай, какого дьявола ты приперся на мое судно?!",
"Я к тебе по одному делу...",
"Я здесь по поручению губернатора...",
"Дьявол! Где это я? Это не мое судно! Прошу извинить меня, я уже покидаю вас.",
"А, этот сукин сын, который мнит себя воплощением благородства?",
"... | [
"ekuznets@outlook.com"
] | ekuznets@outlook.com |
d926420691ccd7d23e6400b5105bcbe1c46a6c71 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/darwin-xnu/libkern/crypto/extr_corecrypto_chacha20poly1305.c_chacha20poly1305_incnonce.c | a0805b1482b00ebc12715c61ac6afc459530e269 | [] | 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 | 879 | 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 |
a3b4377f1fb55853a74c39993809cfd7061ddbc8 | c55f28e66b1398d918e01f6966b39ab932230153 | /Projects/STM32L073RZ-Nucleo/Examples_LL/I2C/I2C_TwoBoards_MasterTx_SlaveRx_DMA/Src/main.c | 74741dd83c2054b86316be76a6f9a76f6263a9d2 | [
"BSD-2-Clause"
] | permissive | pengphei/STM32Cube_L0 | a61b09a340cb6c815eb4f367bb40f929bb52977b | 7988a1e2d431982d5245215d525f7faf855ded79 | refs/heads/master | 2021-01-17T06:35:43.344107 | 2016-07-23T10:08:06 | 2016-07-23T10:08:06 | 64,010,361 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 31,596 | c | /**
******************************************************************************
* @file Examples_LL/I2C/I2C_TwoBoards_MasterTx_SlaveRx_DMA/Src/main.c
* @author MCD Application Team
* @version V1.7.0
* @date 31-May-2016
* @brief This example describes how to send/receive bytes over I2C IP u... | [
"pengphei@sina.com"
] | pengphei@sina.com |
fdcb086bce27f5c0cc42b37a08f63913d3fd9f9b | 4d0db586e0c2f5bc90876880c8ba8551d604b0d3 | /Temp/StagingArea/Data/il2cppOutput/t85.h | 6c4f62741354d6bb755dee1a2bf8701eb20a4dc9 | [] | no_license | Dwarph/SpaceInvaders | 3ba670da67f962e13aa6d7532d444a379ce36b93 | 59625044233e8b85fbb3849b07f9e6fcbf64bd01 | refs/heads/master | 2021-01-18T20:27:42.523283 | 2018-03-03T16:24:13 | 2018-03-03T16:24:13 | 72,147,597 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 86 | h | #pragma once
#include <stdint.h>
#include "t529.h"
struct t85 : public t529
{
};
| [
"pipturner@outlook.com"
] | pipturner@outlook.com |
9473e2a6829879aacbdc541e43f172893a4d5fde | 64ec42d9aba05543e18191a8e5a35e3ddbc6dc96 | /kdriver/target/mt53xx_com/53xx_com_driver/pdwnc5399/pdwnc_srvad.h | e17cf61c32b0a4de83460323cca17a3764181aa4 | [] | no_license | balika011/lge_webos_boot | 3933f4a7ab5555e5f31f7b0d75097b2f47fe8fa1 | 588e7f0d62a8c1d20b796f7dd100d05c858bfce3 | refs/heads/master | 2023-05-12T02:43:21.704526 | 2023-05-08T20:51:23 | 2023-05-08T20:51:23 | 92,993,748 | 3 | 2 | null | null | null | null | UTF-8 | C | false | false | 6,654 | h | /*----------------------------------------------------------------------------*
* Copyright Statement: *
* *
* This software/firmware and related documentation ("MediaTek Software") *
... | [
"dtvbm11@mediatek.com"
] | dtvbm11@mediatek.com |
18f7ee03544325577216cd0c53fb96b3d8548b4a | cb59d3ef00314494fc8f9e821d3e156e3b807476 | /sources/ippcp/pcpgfpecsetpointhash_backc.c | e479dc73d05abadc93762eccd3b1ce847a44d797 | [
"Apache-2.0",
"Intel"
] | permissive | isabella232/ipp-crypto | a47f84c60febfbc7562775fcef839516a4a61853 | bb8b68c6a9147debba402046540440eaba3c2f90 | refs/heads/develop | 2023-03-07T12:28:40.836781 | 2020-12-10T18:20:26 | 2020-12-10T18:20:26 | 333,066,218 | 0 | 0 | Apache-2.0 | 2021-02-24T04:43:24 | 2021-01-26T11:40:14 | null | UTF-8 | C | false | false | 5,489 | c | /*******************************************************************************
* Copyright 2010-2020 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.apa... | [
"elena.tyuleneva@intel.com"
] | elena.tyuleneva@intel.com |
922cabc46b7c57295076f43dfd92458c73fcb766 | b1d500a451cd9852089bf3d97e829df069daa9c8 | /Images/MC/Bz/1700ppm/attic/Unblinded/attic/fit_mod_wiggle_eQ_2.C | 55c56d9066cac4d4abef1b6123cbe6439e57d90b | [] | no_license | sam-grant/EDM | 486ea029bf766c968a3c7b41198ffcf9bc3c9b8a | 525e41de5f675c39014488c79144f47562910736 | refs/heads/master | 2022-10-30T22:35:42.979799 | 2022-10-19T18:44:54 | 2022-10-19T18:44:54 | 296,421,806 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 506,260 | c | void fit_mod_wiggle_eQ_2()
{
//=========Macro generated from canvas: c/c
//========= (Thu May 6 12:22:24 2021) by ROOT version 6.22/08
TCanvas *c = new TCanvas("c", "c",0,0,800,600);
gStyle->SetOptFit(1);
c->SetHighLightColor(2);
c->Range(-0.5964689,12945.11,5.36822,51574.12);
c->SetFillColor(0);
c-... | [
"samuel.grant94@gmail.com"
] | samuel.grant94@gmail.com |
be459a07ab2f19760a83adae33d874f13052537f | ce7453e65bc63cfffa334a39a368891eab082f29 | /mediatek/custom/common/kernel/touchpanel/Prada_CTP/rmi_fw_update.c | 310e3015e59472773908713e1aef723fbe6c83ce | [] | no_license | AdryV/kernel_w200_kk_4.4.2_3.4.67_mt6589 | 7a65d4c3ca0f4b59e4ad6d7d8a81c28862812f1c | f2b1be8f087cd8216ec1c9439b688df30c1c67d4 | refs/heads/master | 2021-01-13T00:45:17.398354 | 2016-12-04T17:41:24 | 2016-12-04T17:41:24 | 48,487,823 | 7 | 10 | null | null | null | null | UTF-8 | C | false | false | 63,867 | c | /*
* Synaptics DSX touchscreen driver
*
* Copyright (C) 2012 Synaptics Incorporated
*
* Copyright (C) 2012 Alexandra Chin <alexandra.chin@tw.synaptics.com>
* Copyright (C) 2012 Scott Lin <scott.lin@tw.synaptics.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o... | [
"vetaxa.manchyk@gmail.com"
] | vetaxa.manchyk@gmail.com |
b41f5233eb5f730282649efd60ddfcad784a6736 | 4cefc41525b5655e9cf85fff964da7c2d00cd854 | /test/unit/list_remove.c | 91e5a28c53c0dff799ecdbcdbe33d92163e3968d | [
"BSD-2-Clause"
] | permissive | pyohannes/dayplan | 790a783c780f3ba8111905ffe596e9694938b24e | 58fcd8d749954f321d188bc32dcdc194af82c9ca | refs/heads/master | 2021-09-14T19:21:54.276883 | 2018-05-17T19:43:33 | 2018-05-17T19:55:55 | 104,563,710 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,734 | c | #include "dpl_test.h"
int test_unit_list_remove (int argc, char *argv[])
{
DplList *tasks;
DplIter *iter;
uint32_t len;
DplEntry *t1, *t2, *t3, *t4;
DplEntry *curr;
DPL_ASSERT_OK (dpl_entry_new (&t1, ENTRY_WORK));
DPL_ASSERT_OK (dpl_entry_new (&t2, ENTRY_WORK));
DPL_ASSERT_OK (dpl_ent... | [
"johannes@johannes.tax"
] | johannes@johannes.tax |
1413f1483d4ae912cb8829169378da5f71829cca | e63f3666a9737f971903c9a0f16e59e17e3b633e | /Common/FrameGrabber_i.c | eb2a4d4c713b747b4ad9958cca00a086002e1cbe | [] | no_license | kryssb/SySal2000 | 185687bf3b3f96ac6206829261e624efe88361c8 | caa9764c5f0f9ae92d086535df25b86070120a40 | refs/heads/master | 2022-07-30T06:29:06.340578 | 2020-11-13T13:21:45 | 2020-11-13T13:21:45 | 312,532,909 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 895 | c | /* this file contains the actual definitions of */
/* the IIDs and CLSIDs */
/* link this file in with the server and any clients */
/* File created by MIDL compiler version 5.01.0164 */
/* at Tue Dec 14 20:26:26 1999
*/
/* Compiler settings
Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
err... | [
"cbozza@km3net.de"
] | cbozza@km3net.de |
d53962c7350db5cae001dd7b7f3a6f62408c0717 | 5033f31047e02d313d827b9734a8317b2892cf8f | /DataStructure/7_4.c | cce280f18824de0be8bab691e8ade5b5ae07e879 | [] | no_license | peiqixin/ZJU_Pat | 3a5494a10638c2392f7d590d25292ec529755cdd | a1c135a35d184bf069968f662f53a174f9299c1d | refs/heads/master | 2021-01-19T12:51:18.664158 | 2018-10-10T13:31:42 | 2018-10-10T13:31:42 | 100,812,672 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,005 | c | // 07-图4 哈利·波特的考试
/*
哈利·波特要考试了,他需要你的帮助。这门课学的是用魔咒将一种动物变成另一种动物的本事。例如将猫变成老鼠的魔咒是haha,将老鼠变成鱼的魔咒是hehe等等。反方向变化的魔咒就是简单地将原来的魔咒倒过来念,例如ahah可以将老鼠变成猫。另外,如果想把猫变成鱼,可以通过念一个直接魔咒lalala,也可以将猫变老鼠、老鼠变鱼的魔咒连起来念:hahahehe。
现在哈利·波特的手里有一本教材,里面列出了所有的变形魔咒和能变的动物。老师允许他自己带一只动物去考场,要考察他把这只动物变成任意一只指定动物的本事。于是他来问你:带什么动物去可以让最难变的那种动物(即该动物变为哈利·波特自己带去的动物所... | [
"peiqixin1995@gmail.com"
] | peiqixin1995@gmail.com |
c8a24d63dd2782a050ea09efe3e8be3da60c02c6 | cffb6a47916cf07da288fc76fb4ff35a3a0adca2 | /00_C语言基础/01_代码/day011/04_结构体数组.c | f749a2953bb38b98abb2374f1550fc4d972085bb | [] | no_license | hongchanaigai/CoderLife | c32d1c7fcf186c6d9f59f8c584a21bec7ddacf01 | 42ea20f3ffbfec9fc801e68614199585180ed10d | refs/heads/master | 2022-12-28T01:05:13.185369 | 2020-10-12T08:33:32 | 2020-10-12T08:33:32 | 283,144,131 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,372 | c | /**********************************************************
* Author : huang
* Creat modified : 2020-08-05 18:25
* Last modified : 2020-08-05 18:25
* Filename : 04_结构体数组.c
* Description :
* *******************************************************/
#include <stdio.h>
#include <string.h> //strcpy(... | [
"68894328+hongchanaigai@users.noreply.github.com"
] | 68894328+hongchanaigai@users.noreply.github.com |
febef69346b1c3d50e870541e3a7c2101e3b220e | 3800e51f12543026155f358bef92485ac5fc430e | /USB_Switch/RTE/Device/STM32L476ZGTx/STCubeGenerated/Inc/stm32l4xx_hal_conf.h | 2cc9d7ce1d9271e416c9b6fd6833de2fdb977574 | [] | no_license | tripger/USB_Switch | 52e7922dfb8efa5997f412b818b7f2b62efe3f50 | aca8914e970f27b6baa10b2918476ec756afb1b8 | refs/heads/master | 2020-03-15T14:02:46.417858 | 2018-05-10T14:53:38 | 2018-05-10T14:53:38 | 132,181,690 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 15,119 | h | /**
******************************************************************************
* @file stm32l4xx_hal_conf.h
* @brief HAL configuration file.
******************************************************************************
* @attention
*
* <h2><center>© COPYRIGHT(c) 2018 STMicroele... | [
"tripger3@gmail.com"
] | tripger3@gmail.com |
58d020521a80ecc3b966a74b8f08bbaf9e1f6d49 | a312453908554d5eeb05e749bbd8eff0182097fb | /vrm0/main.c | d2a21a9f0cefb1b82c8ae177d70d3c5c624b1b2a | [] | no_license | j-baker/Slang | 7543e27d006a417d32ebd6014f7af7551f84c0df | f75a67f2bc19e78ae16a9ec842d73ce62f5b91fd | refs/heads/master | 2021-01-13T01:55:33.820132 | 2014-03-16T02:19:59 | 2014-03-16T02:19:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,688 | c | #include "vrm.h"
/*
Compiler Construction 2013
Computer Laboratory
University of Cambridge
Timothy G. Griffin (tgg22@cam.ac.uk)
*/
char* usage = "usage: vrm0 [-v | -s] <binary program file>\n -v = verbose mode, -s = just print code and exit\n";
/* run compiled code */
int main(int argc, char **argv) ... | [
"j.baker@outlook.com"
] | j.baker@outlook.com |
ddd70bd2c188a0268890d9d96e55749dbbfa5e70 | 3d018912dbf4ebd229aa42e06ec58e733aac75eb | /fy3/cmds/imm/checkip.c | b779b9cf51d1124b351de18e99dd7194da405246 | [] | no_license | 15831944/FengYun2020 | 93fd7657a5d924e975771c6da83e3baca8c70795 | 81c0551fad5a77084df80165d45892717d2b7c28 | refs/heads/main | 2023-03-17T20:59:26.566095 | 2021-01-02T20:06:59 | 2021-01-02T20:06:59 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,601 | c | // checkip
#include "/doc/help.h"
inherit F_CLEAN_UP;
int main(object me, string arg)
{
object ob;
object *ob_list;
string msg="";
string subip;
int i;
if (!arg)
{
ob_list = sort_array(users(),"sort_user",this_object());
for(i=0;i<sizeof(ob_list);i++)
msg += sprintf("%-10s %-10s %-20s %... | [
"yunchunnan@qq.com"
] | yunchunnan@qq.com |
5dc88529de61674f681bade18b1e1f56db99839f | 91fe88f7af3c528d39b416912d830fea44bc1229 | /is31fl3733.c | 778b72b591aec86fd469aa47fb5b719d877ebe5c | [] | no_license | zhongkunyu/is31fl3733 | 397696f874a29f3d9a7992d31dfb394f33523da1 | ccd6566ab4db90f05642ddd960e3e2f880ea1fd8 | refs/heads/master | 2021-06-15T19:37:25.496570 | 2017-05-07T17:05:21 | 2017-05-07T17:05:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,148 | c | #include "is31fl3733.h"
uint8_t
IS31FL3733_ReadCommonReg (IS31FL3733 *device, uint8_t reg_addr)
{
uint8_t reg_value;
// Read value from register.
device->i2c_read_reg (device->address, reg_addr, ®_value, sizeof(uint8_t));
// Return register value.
return reg_value;
}
void
IS31FL3733_WriteCommonReg (IS... | [
"kkostyan@localhost"
] | kkostyan@localhost |
06cf0b0afd45385e2bfaffe4e763dea3a73d0302 | 9b42bbea4d50b14e874057816c0acab65c97cfc8 | /src/PSP_PWM.c | f5bba1b9d46b46821c11c9aced871fe90ebb31c8 | [] | no_license | kwhitener/c_bare_metal_pi | 8bc2656d806203def7c608629e72d3e269ac5f91 | 2a9687c6b9eed0bd87b421e15696d80c5d9666e7 | refs/heads/master | 2020-12-08T19:51:47.903743 | 2020-01-10T00:29:20 | 2020-01-10T00:29:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,909 | c |
#include "PSP_PWM.h"
#include "PSP_REGS.h"
#include "PSP_GPIO.h"
/*------------------------------------------------------------------------------------------------
Private PSP_PWM Defines
-------------------------------------------------------------------------------------------------*/
// PWM Register Addresse... | [
"jordanaceto@gmail.com"
] | jordanaceto@gmail.com |
d721f8f144b2a3f538a30b8fb0c974153ea67855 | 6d98043905628cc997ef415ae382470eced5472d | /src/sbin/spawn/mppa256/spawn0.c | f1383d043906e92cbeeb412b84a892d8ef63f206 | [
"MIT"
] | permissive | mfkiwl/multikernel | ea59947c4a41db54c6e69b8f90232bfe2d56eb0e | 236304ee94bd2d68a632bd9fdf060998413cc9df | refs/heads/master | 2023-02-24T03:45:41.043273 | 2020-06-09T16:30:56 | 2020-06-09T16:30:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,571 | c | /*
* MIT License
*
* Copyright(c) 2011-2020 The Maintainers of Nanvix
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* ... | [
"pedrohenriquepenna@gmail.com"
] | pedrohenriquepenna@gmail.com |
3c390e3ab67a0470abd36f9f11f5f27d6d12ebd3 | 04be1b84d841a32c8d1733d891dfa747da58dc1c | /arduRC/arduRC_states.h | 5abfa92783dc827a5c4ab71c1ad68d460addb54d | [] | no_license | Sparragus/ardurc | 924beb82b7a071e70358a53e8b4d8f1709185530 | 703c3f001eba69ead65c3fcd38db75e599d3c5b5 | refs/heads/master | 2016-09-05T09:35:52.365525 | 2010-12-27T22:10:08 | 2010-12-27T22:10:08 | 1,127,590 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 549 | h | /*
*File: arduRC_statesh
*Author: Richard B. Kaufman-Lopez <richardbkaufman@gmail.com>
*
*Description: All the states the system can have.
*/
///////////////////////////////////////////////////////////////////////////////
// State definitions.
//
// These states help navigate across the system.
//////////////////... | [
"richardbkaufman@gmail.com"
] | richardbkaufman@gmail.com |
224724d691b3cc038de689055c3dfaae92792235 | 2303cacfb74c38afbe3b7e8b5160ba5fe65d7816 | /Token.c | 7ff32486cc27372acb7c3fbdaf206a5d0c6c3671 | [] | no_license | stberryhill/CSchemeHW | 6fa8687c8ae2bd5cf3dce59cfb4f0eecf3f7518e | f8f6b1c314e1f36ced89287c81e4709ac716218b | refs/heads/master | 2023-02-05T23:36:47.097856 | 2021-01-03T04:46:01 | 2021-01-03T04:46:01 | 326,307,410 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 558 | c | #include "Scheme.h"
#include "Internal.h"
#include <string.h>
#include <stdlib.h>
Token *Token_Create(TokenType type, const char *string)
{
Token *newToken = malloc (sizeof *newToken);
newToken->type = type;
newToken->string = malloc( strlen(string) + 1 );
strcpy(newToken->string, string);
return... | [
"sean.tyler.berryhill@gmail.com"
] | sean.tyler.berryhill@gmail.com |
d68e4c582f6b65f03ec73ad7b6f0e4ac7e15e59b | 2a7e77565c33e6b5d92ce6702b4a5fd96f80d7d0 | /fuzzedpackages/glmaag/src/lrfunc.h | 16658eb3cbd22eb3b0b5dad5bbb2aa52d9c46f00 | [] | no_license | akhikolla/testpackages | 62ccaeed866e2194652b65e7360987b3b20df7e7 | 01259c3543febc89955ea5b79f3a08d3afe57e95 | refs/heads/master | 2023-02-18T03:50:28.288006 | 2021-01-18T13:23:32 | 2021-01-18T13:23:32 | 329,981,898 | 7 | 1 | null | null | null | null | UTF-8 | C | false | false | 424 | h | #include <RcppArmadillo.h>
arma::vec lrpieabs(const arma::vec&, const arma::mat&, const arma::vec&, int, double, const arma::mat&);
arma::vec lraen(arma::vec b, double lam1, double lam2, const arma::vec& w, const arma::mat& x, const arma::vec& y, const arma::vec& dl, int maxiter, double cri);
arma::vec lral(arma::ve... | [
"akhilakollasrinu424jf@gmail.com"
] | akhilakollasrinu424jf@gmail.com |
1a21111973cf00720f3c27f020d0405d517ccac4 | f6f0f87647e23507dca538760ab70e26415b8313 | /6.5.0/msvc2022_arm64/include/QtGui/6.5.0/QtGui/private/cs_tdr_p.h | 2abe3e42104a620098abd8b7d47fd1f6c039f40e | [] | no_license | stenzek/duckstation-ext-qt-minimal | a942c62adc5654c03d90731a8266dc711546b268 | e5c412efffa3926f7a4d5bf0ae0333e1d6784f30 | refs/heads/master | 2023-08-17T16:50:21.478373 | 2023-08-15T14:53:43 | 2023-08-15T14:53:43 | 233,179,313 | 3 | 1 | null | 2021-11-16T15:34:28 | 2020-01-11T05:05:34 | C++ | UTF-8 | C | false | false | 5,910 | h | // Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#ifndef CS_TDR_P_H
#define CS_TDR_P_H
//
// W A R N I N G
// -------------
//
// This file is not part of the Qt API. It exists for the convenience
// of other ... | [
"stenzek@gmail.com"
] | stenzek@gmail.com |
ad7ffefe52d2f9c90a8cbc89b8973cda95650e25 | 4bab98acf65c4625a8b3c757327a8a386f90dd32 | /ros2-windows/include/rcl_interfaces/msg/detail/integer_range__functions.h | 2d401e86a6f66295516293f4b96c0f9c0976b913 | [] | no_license | maojoejoe/Peach-Thinning-GTRI-Agricultural-Robotics-VIP | e2afb08b8d7b3ac075e071e063229f76b25f883a | 8ed707edb72692698f270317113eb215b57ae9f9 | refs/heads/master | 2023-01-15T06:00:22.844468 | 2020-11-25T04:16:15 | 2020-11-25T04:16:15 | 289,108,482 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,192 | h | // generated from rosidl_generator_c/resource/idl__functions.h.em
// with input from rcl_interfaces:msg\IntegerRange.idl
// generated code does not contain a copyright notice
#ifndef RCL_INTERFACES__MSG__DETAIL__INTEGER_RANGE__FUNCTIONS_H_
#define RCL_INTERFACES__MSG__DETAIL__INTEGER_RANGE__FUNCTIONS_H_
#ifdef __cplu... | [
"aidencfarrar@gmail.com"
] | aidencfarrar@gmail.com |
174d3f5825a5dbdfe4e004988e9190041e58ce45 | f5aa65111215d6222b4466413e7f75a5f6e73574 | /src/Engine/RenderingCore.h | bc325cb1804c2e05fc41805aa94be13592107872 | [] | no_license | AssemblyJohn/Deep-Space-One | d839bf7a574a484cae658433acb0b58b6dd6e7ef | 60f2523912fb01f1ee0a1a64afe4ef015efd9cc2 | refs/heads/master | 2020-06-01T12:44:48.873595 | 2017-07-11T15:12:28 | 2017-07-11T15:12:28 | 29,356,410 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 556 | h | /**
* Copyright (c) 2015 Lazu Ioan-Bogdan
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
* Permission is granted to anyone to use this software for any purpose,
* including commercial... | [
"ioan.bogdann@gmail.com"
] | ioan.bogdann@gmail.com |
832bf57bf2025f3579a0183a3bb87247e22320fd | c8453de4aa3a9854983ecfed292f7f28558398fc | /HW10/reduce.h | 244ce17c62b5123ed78f447dca8fd5c02c00b154 | [] | no_license | nicolsen/ME759-2020 | d3c0ec8c9c73e39ff5fb3fc672f1bd06be69f7d9 | 95c7ee8f82f0988fb8def7b601c6edb4c37f9b34 | refs/heads/master | 2020-12-08T23:50:56.764482 | 2020-04-04T00:09:28 | 2020-04-04T00:09:28 | 233,128,720 | 11 | 5 | null | 2020-02-11T00:14:11 | 2020-01-10T20:54:17 | C++ | UTF-8 | C | false | false | 353 | h | #ifndef REDUCE_H
#define REDUCE_H
#include <cstddef>
#include <omp.h>
// this function should do a parallel reduction with OpenMP to get
// the summation of elements in array "arr" in the range [l, r)
// do as much as you can to improve performance,
// i.e. use simd directive
float reduce(const float* arr, const si... | [
"ljyang1717@gmail.com"
] | ljyang1717@gmail.com |
848720573502cbb97151a11baa8c55599c87eeed | cd9ac9b585e1f59b239dd2bdd121043a6e668d8e | /Gen-code/nextest_cgen-r4-0a-pre47/iServer/h323-4.0.48/h323/mib/cmmib.c | d00941767477f83a14c1fe719ba089102cde1717 | [] | no_license | gvsurenderreddy/Automation | 26666872a5d741576531471bff402900e039a4e3 | 9974760ae41ea26d4d8b6a483b246f09ae38298e | refs/heads/master | 2021-01-15T08:43:15.616066 | 2015-05-12T08:08:11 | 2015-05-12T08:08:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,713 | c |
/*
NOTICE:
This document contains information that is proprietary to RADVISION LTD..
No part of this publication may be reproduced in any form whatsoever without
written prior approval by RADVISION LTD..
RADVISION LTD. reserves the right to revise this publication and make changes
without obligation to notify any pe... | [
"root@del1-dhp-31845.site"
] | root@del1-dhp-31845.site |
94127a48e1fced9965485b2d33cb5345adc3c240 | 9a11bc27c7a0d51c08da0f070d98146bf2b7a175 | /android/unityLibrary/src/main/Il2CppOutputProject/Source/il2cppOutput/Il2CppTypeDefinitions.c | 7244513d00b4fc4a20b8fd5c3026389662c9686e | [] | no_license | sncnnat/unityringistic | 899b0d7d2b6ed2a79114361b6fd9cf5507c6f586 | c9ba2ae2efa5188d927422f4e50f103de86a919a | refs/heads/main | 2023-08-14T07:26:19.474990 | 2021-09-16T12:51:33 | 2021-09-16T12:51:33 | 407,160,311 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,312,883 | c | #include "pch-c.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
IL2CPP_EXTERN_C_BEGIN
extern Il2CppType Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0;
extern Il2CppType Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0;
extern Il... | [
"richmanother@gmail.com"
] | richmanother@gmail.com |
051debf6ec63e996f7391006465c7fc29d2fe4d2 | b0a19483094636f5edea716c4e5fee76a9f9cc1a | /AlertNFC_W013_RFC/src/eeprom.c | a85623bb8320f67a85950c10f0cde41a2e9638cd | [] | no_license | HonorTone/AlertNFC | 51c7f541882feba65e5696a18145b46e321a6449 | 20da7b0372f9155675e3d815d5b8c009977de65d | refs/heads/master | 2021-01-19T12:17:05.863948 | 2016-10-04T06:47:29 | 2016-10-04T06:47:29 | 69,940,631 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 4,164 | c | /*
* eeprom.c
*
* Created on: 2016-8-19
* Author: Administrator
*/
#include <i2c_mst.h>
#include "eeprom.h"
#include <port.h>
#include "main.h"
#include "I2C.h"
//写入配置参数
void eepromWriteDefaut()
{
unsigned int i=0;
unsigned char data[4]={0};
setPortOutputP1x( PORT_NO_PX2, PORT_DATA_HIGH );
delay_ms(5);... | [
"yuntao.liu@honortone.com"
] | yuntao.liu@honortone.com |
3a5d72ff5cf235d452eef82d883d3881f2ff8c73 | 6fd11b04a1f2e9990dcdcedcac4d71aff84944ec | /chifumi/verifArgument.c | 64c3e733281eaa7cb634bd413a094de619e9f319 | [] | no_license | Sigabort42/chifumi | 34f6557f4270e01cb07392819a4348cdd28614ff | 1aa6930a78c70fca1c66ea39ad20f2261e12e4dc | refs/heads/master | 2021-06-15T15:05:47.271623 | 2017-04-21T11:56:24 | 2017-04-21T11:56:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,026 | c | /*
** verifArgument.c for in /home/piscine/chifumi
**
** Made by BENKRIZI El harag
** Login <benkri_e@etna-alternance.net>
**
** Started on Fri Mar 31 11:10:07 2017 BENKRIZI El harag
** Last update Sat Apr 1 11:15:08 2017 BENKRIZI El harag
*/
int my_strcmp(char *s1, char *s2);
void erreurArgument();
int my_getn... | [
"elbenkrizi@gmail.com"
] | elbenkrizi@gmail.com |
54000e53163152793a75b52988fe329dc47e34ce | 47fc919acac86ee736617e4612f4673a65c613ae | /courses-examples/test-reverse.c | fb32b18738f80321e87ca11bacbd8fcd5601ff91 | [] | no_license | Samb102/c-stuff | 7d9de53329a7b551682c19469db71dbf2e25543d | 6a94d76c94eefbd8eaa5c840190b737b2f0b16af | refs/heads/master | 2020-07-31T00:31:52.215676 | 2019-10-16T15:00:56 | 2019-10-16T15:00:56 | 210,418,057 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 195 | c | #include <stdio.h>
#include <string.h>
void main () {
char tab[5] = "hello";
if (tab[3] == 'l') {
printf("hello");
} else {
printf("world");
}
} | [
"sam.benais@gmail.com"
] | sam.benais@gmail.com |
94bfb12d951f131d0d120c7b8b25e24a44a03804 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/nfc/fdp/extr_fdp.c_fdp_nci_post_setup.c | 1b81609396a4da95616b9cc3e4cd8d6548fc20ec | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,003 | 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 |
7cb3970e0e78095be32656b796177a21b46195e6 | 47c38d366cd50772d90f53ecfe90153a2013e50e | /hal/drivers/atmega256rfr2/halBoard.h | ddc1aec445ebf314a779a4d1bdb76191a052b81b | [] | no_license | localizacionencuevas/firmware | 38f5930a5d5953c37938d2f7b379be0524ada9be | 777786fcf0e4d9c4fc03304a6aef51d6ad2c431b | refs/heads/master | 2020-06-29T02:49:16.817615 | 2016-11-22T09:10:18 | 2016-11-22T09:10:18 | 74,344,484 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,955 | h | /**
* \file halBoard.h
*
* \brief Board interface
*
* Copyright (C) 2012-2014, Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistribu... | [
"info@localizacionencuevas.com"
] | info@localizacionencuevas.com |
d5ee7acbf9e9d217f81cfd865583db3baf19c95f | 250a5d43c87a35cc19b4ed1121939a7c7c41dc1a | /stack.c | aff387eefa5df42149cbb3aab1c337625ff8b575 | [] | no_license | 22920132203889/WJ | e409bcb787e6d3529ca96363f56d546e2ad04272 | 524bd938aeb3c2937fa6b327b68cb1a163427f75 | refs/heads/master | 2021-01-21T13:56:39.243093 | 2015-06-03T15:07:41 | 2015-06-03T15:07:41 | 34,566,043 | 0 | 0 | null | 2015-06-03T15:02:09 | 2015-04-25T11:32:16 | null | UTF-8 | C | false | false | 407 | c | #include<stdio.h>
#include "include/my_stack.h"
#define long 10
int S[len];
int a=0;
int b=0;
void stack_push(int x){
S[a]=x;
a++;
}
int stack_capacity(){
return b-a;
}
int stack_pop(){
a--;
return S[a];
}
int stack_size(){
return long;
}
int stack_is_empty(){
if(a-b==0)
return 1;
... | [
"22920132203889@users.noreply.github.com"
] | 22920132203889@users.noreply.github.com |
49598079e071bf6ae6fb122acae663a743e80535 | 55f318a51a71f30dffb735b163788ee9213599fd | /metafile.c | f2e9833fce374adcd4e73dad0958f683b48465e6 | [] | no_license | ahester57/Recursive-Descent | b765c276f5da467c09dc20329445cb4949ef798a | c4ab566c9ffc4ffd2ba9214c503182f587df1bd7 | refs/heads/master | 2020-03-08T19:00:51.569789 | 2018-05-07T23:00:18 | 2018-05-07T23:00:18 | 128,332,573 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 852 | c | #include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "metafile.h"
char*
getbasefilename (const char* arg)
{
int len = strlen(arg);
char* fname = (char*) malloc((len+1)*sizeof(char));
if (fname == NULL)
return (char*) NULL;
// Copy argument to fname
strcpy(fname, arg);
... | [
"ahester57@gmail.com"
] | ahester57@gmail.com |
9ad4ceb00488b40109aaacabc8ea4e552a9f9524 | db869d424e2f132e2df9dbb78e169ae1ff031469 | /PHY62XX_SDK_2.0.1/components/ethermind/platforms/phy6200/mesh/mesh_services.c | 033eff6badf2cf02749f6b11bfde5bd1fa00da88 | [
"Apache-2.0"
] | permissive | sentervip/phy62xBleSDk2.0.1 | ad236f503807fc2a1cfa2cf8902115dd7444efec | edbb43c98d3f27a584a0026a5aac8197d7a219d0 | refs/heads/master | 2020-08-03T04:37:18.726232 | 2019-12-04T09:39:47 | 2019-12-04T09:39:47 | 211,626,151 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 24,952 | c |
/**
* \file mesh_services.c
*
* Generic Module to handle both
* - Mesh Provisioning Service :: 0x1827
* - Mesh Proxy Service :: 0x1828
*/
/*
* Copyright (C) 2018. Mindtree Limited.
* All rights reserved.
*/
#include "mesh_services.h"
/***********************************************************... | [
"aizj@marvoto.com"
] | aizj@marvoto.com |
4f381fca7821bd61fa36762629c76631859b579e | c2ffff70c53ddaaa0f37ac9bdc7ad8b128707f13 | /structure and function.c | 2c001c47f96a2f7c87296ae2f2fa8d1e875a7d64 | [] | no_license | muzammil987/c_practice | 06a14c21965236e99434795bd592597b088f8066 | a50af31c46d1a0d78f80e983d238c72ea941b7e1 | refs/heads/main | 2023-08-03T19:27:04.038941 | 2021-09-14T13:04:27 | 2021-09-14T13:04:27 | 406,341,883 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 550 | c | #include<stdio.h>
struct student{
char name[50];
int roll;
};
void display(struct student stu);
/*function prototype should be below to the structure declaration otherwise compiler show error */
int main(){
struct student s1;
printf("enter student's name: ");
scanf("%s",&s1.name);
printf("enter ... | [
"muzammil04786@gmail.com"
] | muzammil04786@gmail.com |
dd022d3639dd6347d5617324dd6e2d58ccdddac6 | e0cc2e9f619d97b3a096ac750c831c7053f6de87 | /diploma/src/utilities.h | 78a06f8e0c11de123e50375fc26d02ee6983eeba | [] | no_license | koshinus/C_programs | e89ea2f2072d3f03166548f1fde0a7fd74528679 | 08b247ac7791b9f05237a78c22c8adec49f6370b | refs/heads/master | 2021-01-10T07:58:42.960088 | 2018-05-20T10:35:38 | 2018-05-20T10:35:38 | 52,987,188 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,148 | h | #pragma once
#include <endian.h>
#include <stdint.h>
#include <string.h>
typedef enum err {ALL_CORRECT, UNKNOWN_COMMAND, INCORRECT_ID, ALREADY_ALLOCATED,
OUT_OF_MEMORY, OUT_OF_RANGE, NO_DATA_RECEIVED} ERROR;
const char * error_messages[7];
typedef union num_representation_64
{
uint64_t num;
... | [
"vergile@yandex.ru"
] | vergile@yandex.ru |
dd14bb51aabcb8aa39241337fa986155e58822b0 | e67c75ac3361f284cd3e08a4ae05038370a55479 | /assign8/task5.c | 1ccc16ec8c3c05480f07b645a56241576b75e61c | [] | no_license | shashank98giri/OS-course-lab | d1bab39cb4d50375e9dd6466d35b7fbe2e1ca4a1 | 7207683143c4b50e6f1aed8ccbea098751df7777 | refs/heads/master | 2020-03-30T06:32:38.360111 | 2018-10-28T13:11:04 | 2018-10-28T13:11:04 | 150,869,072 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,651 | c | #include<stdio.h>
#include<stdlib.h>
#include<unistd.h>
#include<semaphore.h>
#include<pthread.h>
#define BUFFER_SIZE 10
typedef int bool;
sem_t *full,*empty,*mutex;
typedef struct{
int q[BUFFER_SIZE];
int st,en;
} data;
typedef struct{
data *info;
int val;
} push_pack;
void person_coming(push_pack *p)
... | [
"g.shashank700@gmail.com"
] | g.shashank700@gmail.com |
6ab1d21154cf00f03d84f88e081abcb007ac9cb1 | d1902d6f1a438dc96ec22ff7ef726b3ef7716aab | /ios/Pods/Headers/Public/React/React/Layout/Layout.h | 9fcd3ea940e877df3b0e54c7737f31c7a2720d5d | [] | no_license | ranasadam/RockSportV1 | 4f4e788c2369e9b1a6d5ce7a4947b3e19448209f | 60a4ad4dde0de12f55539b5849130586464c7d94 | refs/heads/master | 2020-03-06T14:47:46.560900 | 2018-03-27T06:31:59 | 2018-03-27T06:31:59 | 126,942,299 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,067 | h | XSym
0042
11e1621bb304f95fe9b37b6d65a8e9c9
../../../../../React/React/Layout/Layout.h
... | [
"saddam.hussain@therightsw.com"
] | saddam.hussain@therightsw.com |
5254b846480693572387c2de7611d8b7ba633ad4 | b0b9eed7b21d697956f37f2ab1730a49c1c6bc7c | /libft/ft_putstr.c | 8d926f9afeb048badf5102a639038afa1ec94867 | [] | no_license | timothyzior/libft | f85d1e44bd58ffffc61933733c4d6de00318e24e | b61558347b20001bce162901860295763705d946 | refs/heads/master | 2021-07-11T03:04:50.703720 | 2017-10-12T12:15:21 | 2017-10-12T12:15:21 | 106,687,650 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 967 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putstr.c :+: :+: :+: ... | [
"tzior@e1z4r11p9.42.us.org"
] | tzior@e1z4r11p9.42.us.org |
e0bd732ec230099b3e1b74d07558a4fb50586041 | 57c96d0f4fbb3cc844ffe45c06aecea599d5de7a | /lib/simulink/matlab2020b/toolbox/physmod/simscape/engine/core/c/glnxa64/ssc_core_56b1a2bf.c | 77bc59d11837969f49e6dff8051e8415fcec270d | [] | no_license | ageev-aleksey/sppu | fd493b857bc64ad1f9865e4723a2d7ecc6a3d295 | 8a741b6b46752711793b30cf19e174724f86efc2 | refs/heads/master | 2023-04-26T04:19:54.710052 | 2021-06-09T09:06:10 | 2021-06-09T09:06:10 | 313,399,113 | 0 | 0 | null | 2021-06-13T17:24:21 | 2020-11-16T18:58:39 | Jupyter Notebook | UTF-8 | C | false | false | 108,721 | c | #include "pm_std.h"
#include "pm_std.h"
#include "pm_std.h"
#include "ne_std.h"
typedef struct ssc_core_V9ruOSVbJAWZjuCR6XC_ZQ NeDae;typedef struct
ssc_core_FA8XEJR378pZY90nzcNDHK ssc_core_FUa6G82CLwKVie8oX5VDDu;typedef struct
ssc_core_kn2fkwOG390ucqMrkmBlTh ssc_core__vkZ3rfXeilTgHxrnS_l_7;size_t
mc_VgM3Lx3pYgtL... | [
"ageevav97@gmail.com"
] | ageevav97@gmail.com |
e44837c5cb8525e6a8b22a86e86b46c052a261bf | 8610809ca3cb331c5e95ad7b70149a3c207a3e88 | /Sokoban/Util.h | c464bcbf49bde33253684536020a6ec2458930b8 | [] | no_license | JaeSangHan/Sokoban | 3d25cdd73c4b0302fa64859e83c2a9edf9450b36 | 70854e0e913c6f00395e713d8c93a32bd163a721 | refs/heads/main | 2023-01-05T06:31:34.138130 | 2020-11-09T07:49:46 | 2020-11-09T07:49:46 | 310,779,254 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 100 | h | #pragma once
void SetColor(int color);
void gotoxy(int x, int y);
void _SetCursor(bool bVisible); | [
"41419137+JaeSangHan@users.noreply.github.com"
] | 41419137+JaeSangHan@users.noreply.github.com |
f509aaec327845cb9e716aee11dd7e060c1c0152 | a071607a06c2c21b2dfb856acb33323fa972b2c3 | /libft/libft/ft_memcmp.c | d0c5aca77970ce9a66e01cc226d1b80378668191 | [] | no_license | r4tchette/Pipex | 699e728b8eb55ac8b480de2045fabf6214d10395 | 9c1f9d7f1ebbc8389cfa46d0195d2623bcd51d5d | refs/heads/main | 2023-06-08T21:28:52.104429 | 2021-06-26T11:16:00 | 2021-06-26T11:16:00 | 371,470,567 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,173 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memcmp.c :+: :+: :+: ... | [
"r4tchette@gmail.com"
] | r4tchette@gmail.com |
de550e02579e7603fd0a85155df99e10bc740464 | f317811e5a068093beb5b1836b74e31e5817044b | /lab1/pointer.c | 608119be08ce726db9e1ccf1a0035b9b6097c02c | [] | no_license | xuanngoc/TLU-Computer-architecture | c4cbc4ea112fde29f0c5bbb327852dae2d42450f | fc053068959a9d9ccbea5065c20026732741e3bb | refs/heads/master | 2021-10-09T04:54:16.258918 | 2018-12-21T15:31:57 | 2018-12-21T15:31:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,284 | c | /*
* CSE 351 Lab 1 (Data Lab - Pointers)
*
* <Please put your name and userid here>
*
* pointer.c - Source file with your solutions to the Lab.
* This is the file you will hand in to your instructor.
*
* WARNING: Do not include the <stdio.h> header; it confuses the dlc
* compiler. You can still use pr... | [
"hunternghia"
] | hunternghia |
f58cecce595194d4cf7debfb9ba513b0e0868a6a | c691528464a922e3dfbcf92bcb6dfc6a84620d51 | /C/asmt1_s20.c | cff626b8431ae7e912c7073b3e04d242bb4a2358 | [] | no_license | phildkim/csun_projects | cac47b3463247962e5d4a46db8d9a0cbc174157d | 2970dd0766bdd3783b552b4a6529eaabb5ac1037 | refs/heads/master | 2022-10-29T01:58:32.486040 | 2020-06-09T18:11:37 | 2020-06-09T18:11:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,119 | c | #include <stdio.h>
#include <stdlib.h>
#define MEGA 1000000
#define GIGA 1000000000
struct node
{
float instr;
float cycle;
float execu;
struct node *next;
};
typedef struct node node;
void print()
{
printf("\nMeasuring Performance:\n"
"----------------------\n"
"1) Enter parameters\n"
... | [
"philipdanielkim@gmail.com"
] | philipdanielkim@gmail.com |
2bdb4dcd499713ba122194f960ff519f5db80f63 | 6fa6be3e7dcb10d020209f7a73de393a1f24bd45 | /linux-3.4/arch/arm/mach-at91/board-eb9200.c | d302ca3eeb645f73340f4dc157a77c163a62e044 | [
"Apache-2.0",
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later"
] | permissive | okshall/v3s-linux-sdk | f9eb73a1e271ebf02320f98befabccdb6c462944 | 776196306198f14ec6f10c316950a81b7e417886 | refs/heads/master | 2021-07-07T11:44:34.667911 | 2021-01-22T04:43:38 | 2021-01-22T04:43:38 | 225,315,340 | 1 | 0 | Apache-2.0 | 2019-12-02T07:46:23 | 2019-12-02T07:46:22 | null | UTF-8 | C | false | false | 3,397 | c | /*
* linux/arch/arm/mach-at91/board-eb9200.c
*
* Copyright (C) 2005 SAN People, adapted for ATEB9200 from Embest
* by Andrew Patrikalakis
*
* 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 Free Software Foundati... | [
"yeashenlee@163.com"
] | yeashenlee@163.com |
9e14a04c2e9a367434619fad44dfa1a34f4f8d2f | ee4f57b19728b4cbaf88297d9f5b8beaaa434ad7 | /FireRescue/FireRescue/FireRescue/Classes/Native/UnityEngine.TextCoreModule_CodeGen.c | d0e62f7696fa58f6925bd75ae06bfb848e00ce32 | [] | no_license | mkawick/HumanSnake | 957ec4b508e3b8bb4bc43657360ae7bb8023527c | 4b229b415e08c8d9d4f6336e535f96d553122e72 | refs/heads/master | 2022-11-09T11:30:36.866060 | 2020-06-23T12:42:56 | 2020-06-23T12:42:56 | 260,794,754 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 30,504 | c | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
// 0x00000001 System.Void UnityEngine.TextCore.FaceInfo::set_familyName(System.String)
extern void FaceInfo_set_familyNa... | [
"ydkedem@gmail.com"
] | ydkedem@gmail.com |
05ede61447cd87c1dc9473c1cf75ea9e2ee28320 | 0cde2e002fe87bfcdd262c0cf8029c31a9a4861c | /stm32cubef7 (1)/STM32Cube_FW_F7_V1.2.0/Projects/STM32756G_EVAL/Examples/TIM/TIM_PWMInput/Inc/stm32f7xx_it.h | e76b20e5573ebc6e96231620bc9a5c8c9d033dfe | [
"BSD-2-Clause"
] | permissive | acrepina/STM32F7_serverWEB | 045cd3f0fc02f41033f92cec2a7c4fa2be16ba2a | 31a8263f28af2aac5945c4586b26619692248fef | refs/heads/master | 2021-01-10T14:47:34.595249 | 2015-11-20T09:13:21 | 2015-11-20T09:13:21 | 45,683,119 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,096 | h | /**
******************************************************************************
* @file TIM/TIM_PWMInput/Inc/stm32f7xx_it.h
* @author MCD Application Team
* @version V1.0.1
* @date 21-September-2015
* @brief This file contains the headers of the interrupt handlers.
****************************... | [
"acrepina@yahoo.fr"
] | acrepina@yahoo.fr |
0cb78d63ea3abe908b0f5b9f95c804b88eb27a63 | d03d5aa6d37c99ef159e8dba697919a3a94f778a | /src/openblas/kernel/CMakeFiles/ctrsm_kernel_LR.c | df91ca20a5c31eeeab20e86c32df5b972e8e9c06 | [
"BSD-3-Clause"
] | permissive | hbxmao/MXNet_Insightface_Test | 1a75b8841fb61a15b12c881d3b921b373d965dfd | ab53ff213b982eb2651060d071d21e800c29c878 | refs/heads/master | 2022-12-06T17:50:15.428781 | 2019-03-12T08:18:46 | 2019-03-12T08:18:46 | 171,811,494 | 5 | 3 | null | 2022-11-19T08:41:13 | 2019-02-21T06:14:20 | C++ | UTF-8 | C | false | false | 362 | c | #define UPPER
#define LN
#define TRSMKERNEL
#define CONJ
#define ASMNAME _ctrsm_kernel_LR
#define ASMFNAME _ctrsm_kernel_LR_
#define NAME ctrsm_kernel_LR_
#define CNAME ctrsm_kernel_LR
#define CHAR_NAME "ctrsm_kernel_LR_"
#define CHAR_CNAME "ctrsm_kernel_LR"
#define COMPLEX
#include "E:/GitCode/MXNet_Test/src/openblas/... | [
"hbxmao@163.com"
] | hbxmao@163.com |
d4664a9b5928b136ad10e0a93fbcd68be120a7bf | b52881bf8fd0fd1d039251bb309192ce07fdcbda | /images/text/char_w.c | 3e61d555388525a86e9e33854696a21dd70acb2e | [] | no_license | cameroncooper/arkanoid | c16e34fe8d9fc6e84b13a2884c07ddcce1efb681 | 709cae022c99d490ab797b1030040caf0b8f78fd | refs/heads/master | 2022-09-05T01:03:01.822362 | 2020-05-20T18:50:05 | 2020-05-20T18:50:05 | 265,658,537 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,247 | c | // ********************************************************
// auto generated with ConvImage.
//
// ********************************************************
const unsigned short img_char_w[] =
{
0x7c1f, 0x7c1f, 0x7fff, 0x7fff, 0x7fff, 0x7fff, 0x7fff, 0x7fff, 0x7fff, 0x7fff, 0x7fff, 0x7fff, 0x7c1f, 0x7c1f, 0... | [
"cameron@apitracker.com"
] | cameron@apitracker.com |
aa168395da39b5f2ced0a4b9eb0e7ac07ccbc4fe | d8e50207d9c072c321fb961765679482d75a61b3 | /GD32F3x0/GD32F3x0_Demo_Suites_V2.1.0/GD32350R_EVAL_Demo_Suites/Projects/19_PMU_sleep_wakeup/systick.h | dff7f8f0b9d3a8fcf7acc657c77d6bf887503ef8 | [
"BSD-3-Clause"
] | permissive | zhou-peter/gigadevice-firmware-and-docs | f22e6301051b788b2b547cb32da3f2f8f80ce9dc | c2f545f960f05371aa1945de5b5a72a45612fb7c | refs/heads/main | 2023-07-17T19:15:46.501716 | 2021-09-04T17:57:12 | 2021-09-04T17:57:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,082 | h | /*!
\file systick.h
\brief the header file of systick
\version 2017-06-28, V1.0.0, demo for GD32F3x0
\version 2019-06-01, V2.0.0, demo for GD32F3x0
\version 2021-05-31, V2.1.0, demo for GD32F3x0
*/
/*
Copyright (c) 2021, GigaDevice Semiconductor Inc.
Redistribution and us... | [
"jesse@keyboard.io"
] | jesse@keyboard.io |
06499d4a6e17175e7f629bab67f3a15066391478 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/10d4260b-3af3-46d3-a66a-a1b9037ec177.c | 40e6cd92c4799aa108490454f330d5dbed4a462a | [] | 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 | 229 | c | #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;
k = k-j*i;
printf("vulnerability");
printf("%d%d\n",k,i);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
fcbf4066fb893ebd27e159feb2d648b4f71a6e0f | 64181888ec0edfcff8d399b5e35be4a7cf45dfc4 | /tek1/CPool/CPool_Day11_2017/lib/my/my_put_nbr.c | 45f7b0b866391b03f714ca8eb90cf109f901b640 | [] | no_license | simonmeyerrr/epitech_projects | b0ac36262ca0699df87613bb10bb00d3bcb6e46a | 6c49a54703da9697c9d292b665542e107b02b3d0 | refs/heads/master | 2023-03-05T23:43:33.959441 | 2021-02-19T15:10:47 | 2021-02-19T15:10:47 | 331,681,418 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 116 | c | /*
** EPITECH PROJECT, 2017
** my_put_nbr.c
** File description:
** lib
*/
int my_put_nbr(int nb)
{
return (0);
}
| [
"simonmeyerrr@gmail.com"
] | simonmeyerrr@gmail.com |
73ffe434f0d9ea25e9ab00dcee7c9968cd73c7fa | 2d237014bac9f2b2889cc219f7c638450e17cddd | /testes/untiledd.c | 44da9c6fa169ceab0324e47ca0a6d2ed90f76561 | [] | no_license | arleyprates/deque | 784d8816a88d3d6c54c1707d03e8eaa9b6f8dfee | 7c63065c217c2f91703a36cd5f26f84480d9befd | refs/heads/master | 2020-05-18T15:12:27.267827 | 2014-07-25T12:14:47 | 2014-07-25T12:14:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,850 | c | #include <stdio.h>
#include <stdlib.h>
typedef struct deque {
int item;
struct deque *direita, *esquerda;
}Deque;
Deque* createItem () {
Deque *novo;
novo = (Deque*) malloc (sizeof (Deque));
if (novo == NULL)
printf ("erro!!!\n");
novo->item = -1;
novo->direita = NULL;
novo->esquerda = NULL;
return novo;
}... | [
"arleyprates@gmail.com"
] | arleyprates@gmail.com |
63c2b66de14c89bfa745e336d9e8c571ed9b6d16 | ac48dc874f5550d03648c28b1eda5720202eb55c | /vpp/lib/core/src/vpp_callback.c | 9945bfb20750eae586810456913915119f218661 | [] | no_license | difr/msm8937-8953_qcom_vendor | 464e478cae4a89de34ac79f4d615e5141c40cbcb | 6cafff53eca7f0c28fa9c470b5211423cf47fd40 | refs/heads/master | 2020-03-20T09:58:48.935110 | 2018-05-27T04:13:22 | 2018-05-27T04:13:22 | 137,355,108 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,455 | c | /*!
* @file vpp_callback.c
*
* @cr
* Copyright (c) 2015 Qualcomm Technologies, Inc. All Rights Reserved.
* Qualcomm Technologies Proprietary and Confidential.
* @services
*
*
*/
#include <sys/types.h>
#include "vpp.h"
#define VPP_LOG_TAG VPP_LOG_MODULE_CB_TAG
#define VPP_LOG_MODULE VPP_LOG_MODULE_CB
... | [
"adithya.r02@outlook.com"
] | adithya.r02@outlook.com |
823a0958419c757d117bdda31bc2b6049ac5f39f | 77590e367ae748cfcde6b96311d52eb0428a55c2 | /ev.c | b3efec9591e2a6ee7ec077ac2a6a86948e9a5988 | [] | no_license | PRIYAKARTHEKEYAN/coding | c45e5e5dc3081955aae6a37d96d7003ebbd3404f | 4fb97761e6a7e73ecbd89ef44a0cc324370f5f13 | refs/heads/master | 2021-01-20T20:28:53.023572 | 2016-07-22T14:39:14 | 2016-07-22T14:39:14 | 63,042,868 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 214 | c | #include<stdio.h>
int main()
{
int min,max,n;
scanf(%d %d",&min,&max);
for(n=min;n<=max;n++)
{
if(n%2!=0)
printf("%d",n);
printf("even numbers are:\n");
for(n=min;n<=max;n++)
if(n%2==0)
printf("%d",n);
return 0;
}
| [
"noreply@github.com"
] | PRIYAKARTHEKEYAN.noreply@github.com |
cfa41c6b8969a211874b6597323023a14144c6d0 | fd2837aef61176323fb6d8eb647b20debe7995f5 | /CSAPP/sa-bAbi/working/693839e45f.c | dac342fc5c1e5897920eb58cda60a12518244cdc | [] | no_license | callMeBigBen/CourseWork | b0ef17b5cfe07ba61404abd68812d2b56393db87 | 41d68c07f7b1411dbca7dc7d5e2efeceb9edee27 | refs/heads/master | 2020-04-10T08:18:21.617984 | 2019-05-22T05:26:38 | 2019-05-22T05:26:38 | 160,902,512 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 497 | c | #include <stdlib.h> // Tag.OTHER
int main() // Tag.OTHER
{ // Tag.OTHER
int* entity_1; // Tag.BODY
int entity_0; // Tag.BODY
int* entity_7; // Tag.BODY
entity_0 = rand(); // Tag.BODY
entit... | [
"33094628+callMeBigBen@users.noreply.github.com"
] | 33094628+callMeBigBen@users.noreply.github.com |
8f264db026e3f569d12e8632e18eb8acea8fd488 | 66921bf8455fbbedec867053f10c8a4dfd3c60e7 | /src/lib/file/canonicalpath.file.c | 8a0a359ee7558f0cd12e4aeeabedef4b249a576c | [] | no_license | tambewilliam/lyrical | f87cc81ee5000f30e5e7c8261a6323d3f0c5cbec | b607a2bf5b997981f313033e54b1058c6bfb8e0d | refs/heads/master | 2020-03-26T18:42:10.284293 | 2018-08-19T15:36:42 | 2018-08-24T13:34:25 | 145,151,337 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,815 | c |
// ---------------------------------------------------------------------
// Copyright (c) William Fonkou Tambe
//
// 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 Free Software Foundation, either version 3 of the Lic... | [
"tambewilliam@gmail.com"
] | tambewilliam@gmail.com |
8f0279427fb02c1a77a7ea900e7dfdbc3bac8afa | 04b2d83f1283fa9132b8a9d71bf85f35e2813ad2 | /Projects/STM324xG_EVAL/Examples/HASH/HASH_SHA1MD5/Inc/main.h | 258cd316e663fce18e535eb71bef1fbd943799a4 | [
"BSD-2-Clause",
"Apache-2.0"
] | permissive | ghsecuritylab/STM32F4-Cube-Firmware | 3efcfcc25c8d8e26d0fb50c9466df75c289b54fd | f8f0aa59b93cf04d50daadd08d21d9ca3c958eef | refs/heads/master | 2021-02-26T17:22:11.754064 | 2020-02-18T09:53:58 | 2020-02-18T09:53:58 | 245,542,632 | 0 | 0 | NOASSERTION | 2020-03-07T00:37:40 | 2020-03-07T00:37:40 | null | UTF-8 | C | false | false | 2,763 | h | /**
******************************************************************************
* @file HASH/HASH_SHA1_MD5/Inc/main.h
* @author MCD Application Team
* @brief Header for main.c module
******************************************************************************
* @attention
*
* <h2><ce... | [
"alxhoff@gmail.com"
] | alxhoff@gmail.com |
6a666fdb4df9dc774b6850c7ac6eb1f55d327d1c | d49ca0e868eabfa427009c8f1326937976f985a5 | /src/usr/diag/prdf/plat/mem/prdfMemTdCtlr_rt.C | adc038fa33b5a048530c3ddf918d788f28ebdf95 | [
"Apache-2.0"
] | permissive | haochenprophet/hostboot | 6e234ee8ed96cb779cd86189a3ca3c0734af9e7a | 6ac254a49dc82a8c3007adb0d47c9feea75672b0 | refs/heads/master | 2021-01-12T18:07:53.715958 | 2016-09-15T14:25:49 | 2016-10-04T17:49:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,768 | c | /* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
/* $Source: src/usr/diag/prdf/plat/mem/prdfMemTdCtlr_rt.C $ */
/* ... | [
"dcrowell@us.ibm.com"
] | dcrowell@us.ibm.com |
cd5e70eb61123219fe4f35aad8304e3379f0aa31 | 9b8d12624b93ad06250bec0c1987548e96a7ee14 | /wiring_pi/akester_lab5_task1.c | c6e8beec4c658a894e8271c5c8e2c9516e5ea5da | [] | no_license | squeekur/c | 8dfd328875daf2a3a1615d187aa0b76cf4a748ec | 303a743477188c3afa86425e9dfb1be7c873de72 | refs/heads/master | 2020-04-23T10:56:25.905212 | 2014-12-02T20:55:33 | 2014-12-02T20:55:33 | 24,109,918 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 317 | c | #include <stdio.h>
#include <wiringPi.h>
int main()
{
printf("Raspberry Pi blink\n");
int pin = 7;
wiringPiSetup();
pinMode(pin, OUTPUT);
int i;
for (i=0;i<10;i++) {
printf("led on\n");
digitalWrite(pin, HIGH);
sleep(1);
printf("led off\n");
digitalWrite(pin, LOW);
sleep(1);
}
return 0;
}
| [
"akester@ischool.berkeley.edu"
] | akester@ischool.berkeley.edu |
14730e6be312f6919f125fb8e736a56aba3b22c6 | b2d48aac47dc3a3050f9cb562808f0e6f19a36e4 | /supraja/project/rpcc/m.c | 0c7e203d3241e9041235b7e8c5b28f2f02cc95a2 | [] | 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 | 413 | c | #include <stdio.h>
#include <fcntl.h>
#include "fop.h"
int main()
{
int fop,fop1,rret,len=10;
char buff[100];
fop = aopen("t1.txt",O_RDONLY,0);
//printf("%d",fop);
fop1 = aopen("t2.txt",O_CREAT|O_WRONLY,0777);
//printf("%d",fop1);
while(1)
{
rret = aread(fop,buff,len);
buff[rret] = '\0';
... | [
"bhagavan.prasad@blackpeppertech.com"
] | bhagavan.prasad@blackpeppertech.com |
e8d5c07ed9cfcb6f180868b2fe0da536001a965a | 94e8344ee420ae4d2eb1643e95973845f341a3d2 | /gcc_4.3.0_mutants/mutant101503_cse.c | ba85b1b64402d4423fed3779b4ba4eff9a4ad661 | [] | 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 | 216,074 | c | /* Common subexpression elimination for GNU compiler.
Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998
1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc.
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify it under
the... | [
"agroce@gmail.com"
] | agroce@gmail.com |
0fb7b19f5082838ebe25f5357beed3c82e9cf80f | 541d90c2e62fa412b0ac7ef6ba9c465238d788d7 | /core.c | 8e755efb94eabdaba78415446125619f7a55f480 | [] | no_license | cerretelli/fabulor | 25a87417d89066a73b7c170be9ff2ffbe989869e | 0780f6234820e4ed55bddb60c0d70f06355a72ce | refs/heads/master | 2020-08-09T01:55:04.210589 | 2013-05-28T14:34:59 | 2013-05-28T14:34:59 | 10,331,104 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,575 | c | /*
* core.c
*
* Copyright 2013 Jamie Cerretelli <jamiecerretelli@gmail.com>
*
*/
#include "core.h"
gint init_core(_widgets *widgets)
{
_cert *cs;
gint fd = 0, n = 0;
guchar buf[1024];
cs = g_malloc(sizeof(_cert));
ERR_load_crypto_strings();
OpenSSL_add_all_algorithms();
fd = open("/dev/random", O... | [
"jamie@cerretelli.co.uk"
] | jamie@cerretelli.co.uk |
2ee4436d08ce762c3a914f6757fb487be6d8dcb0 | c3aba91e355a8155f81e61ff1b2e0ecf2ef18648 | /sem_2/lab_10_01_01/inc/io.h | 58626ffcb18cdcd9f309418ac977c8b3c02b8e70 | [
"MIT"
] | permissive | migregal/bmstu-iu7-c-labs | 515b5ffacd40eeac58bbbdc586577379fa38335d | 4c4996693ebe60dda78b6bc48807962de19e3a5e | refs/heads/master | 2023-04-18T10:46:04.219264 | 2021-05-03T17:27:37 | 2021-05-03T17:27:37 | 328,762,779 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 175 | h | #ifndef __IO_H__
#define __IO_H__
#include "common.h"
#include "list.h"
int read_file(node_t **head, char *file_n);
int write_file(node_t **head, char *file_name);
#endif
| [
"devgregorymironov@gmail.com"
] | devgregorymironov@gmail.com |
1b57c424833f2dad15bf704a7a0e2eb7f6f172e9 | 9d9c27c5fe52838bed8c6ea9d7c2ad7ae997a54a | /Library/Dependencies/Source/FreeImage/Source/LibOpenJPEG/indexbox_manager.h | a4d5207d2608bd358df64008dc00377431e282a8 | [
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | respu/xsilium-engine | f19fe3ea41fb8d8b2010c225bf3cadc2b31ce5e8 | 36a282616c055b24c44882c8f219ba72eec269c7 | refs/heads/master | 2021-01-15T17:36:51.212274 | 2013-06-07T07:20:54 | 2013-06-07T07:20:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,879 | h | /*
* $Id: indexbox_manager.h,v 1.1 2012/02/11 19:46:26 drolon Exp $
*
* Copyright (c) 2002-2011, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
* Copyright (c) 2002-2011, Professor Benoit Macq
* Copyright (c) 2003-2004, Yannick Verschueren
* Copyright (c) 2010-... | [
"xelfes@gmail.com"
] | xelfes@gmail.com |
90a684a22e448b6f34b3ba2c7691aab57ff9b8ec | 11dce13d429fbb4ab2a3aa0e4709768d78148e15 | /Code/Day 32/pattern16.c | 450638e3f8f7f96463f46e9f68181382c1b04f7c | [] | no_license | kishan21995/100daysofcode-kishan | 931eb365fa341e6719fa89e48f074f9465ee0468 | b93278c75be544ef080004eed00931cc8857f8e0 | refs/heads/master | 2020-03-22T09:25:04.841194 | 2018-08-23T17:04:16 | 2018-08-23T17:04:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 169 | c | #include <stdio.h>
int main(void) {
// your code goes here
int i,j;
for(i=1;i<=5;i++)
{
for(j=5;j>=i;j--)
{
printf("*");
}
printf(" \n");
}
return 0;
}
| [
"38098955+mooteee@users.noreply.github.com"
] | 38098955+mooteee@users.noreply.github.com |
4ce828a7e6db38d5940137e12413036eb183e858 | 92a2c7dbeb74f20b666abff02a63e36977d7dc8e | /spec/api_generator_spec/extensions/megamodule/ext/shared/generated/megamodule_ruby_api.c | af22028878cad784c381723f68cedae3eb2e34a1 | [
"MIT"
] | permissive | kathir/rhodes | 7bf5a752f7b44e4adcaa862bdf33f94d03bbf059 | e3e1fcfd025ef6c86c7411954d2262bba663301b | refs/heads/master | 2021-01-16T20:01:50.120843 | 2013-02-20T10:16:12 | 2013-02-20T10:16:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,593 | c |
#include "ruby.h"
static VALUE rb_mParent;
static VALUE rb_mMegamodule;
VALUE rb_Megamodule_getStringProperty(int argc, VALUE *argv, VALUE obj);
VALUE rb_s_Megamodule_def_getStringProperty(int argc, VALUE *argv);
VALUE rb_Megamodule_getIntegerProperty(int argc, VALUE *argv, VALUE obj);
VALUE rb_s_Megamodule_def_getI... | [
"dmitrys@rhomobile.com"
] | dmitrys@rhomobile.com |
9f0b2d1678f8670379e6391c024ab3ebd03fd3ac | 5014f6ec4be806cfadc6a7eea9ba742d0494cc71 | /Semester2/Object Oriented Programming C++/Labs/lab2-4/domain/Transaction.h | 062f6fb4e8d147ac96cbaa5032302f6810072cf8 | [] | no_license | bogdansimion31/University | 7900d34b1c8575fa5192f87d94d49982ba1432c4 | 47d71b894d6fb81907256bb0f439f048e65a089a | refs/heads/master | 2023-08-23T09:33:58.116224 | 2021-04-13T21:32:02 | 2021-04-13T21:32:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,712 | h | //
// Created by geo on 3/16/18.
//
#ifndef LAB2_GENERIC_DYN_TRANSACTION_H
#define LAB2_GENERIC_DYN_TRANSACTION_H
typedef struct {
int day;
int sum;
char* type;
}Transaction;
/*
* Function that will create a transaction
* :param int: the day of transaction
* :param sum: the sum of the transaction
* ... | [
"geo.badita@gmail.com"
] | geo.badita@gmail.com |
172b4b8dec8adca1ae99975ead3f3fdb8fe9766f | 1e5a2230acf1c2edfe8b9d226100438f9374e98a | /src/gecko-sdk/include/md/_pth.h | d015e3e26f0da4c0a87a368fe2a664d09cdea020 | [] | no_license | lifanxi/tabimswitch | 258860fea291c935d3630abeb61436e20f5dcd09 | f351fc4b04983e59d1ad2b91b85e396e1f4920ed | refs/heads/master | 2020-05-20T10:53:41.990172 | 2008-10-15T11:15:41 | 2008-10-15T11:15:41 | 32,111,854 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,587 | h | /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** 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 in compliance with
* t... | [
"ftofficer.zhangc@237747d1-5336-0410-8d3f-2982d197fc3e"
] | ftofficer.zhangc@237747d1-5336-0410-8d3f-2982d197fc3e |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.