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
1330a923ef0bf2bbcff970ce1d3a08471c25daa0
a316cc74fe6d0a08bc44330d6810a26a6fc31968
/posixTerminal.c
e534a1bd13fed42be6d36e03ed1b5fdaa679a611
[]
no_license
FelixRamirezJr/Operating-Systems
e0a304e7aba63ca23b9d9e5e48fa2eae1b7bcd44
33ec1eecaf45f65a5cda35dbfbdd30c35be05f71
refs/heads/master
2021-01-20T16:58:45.376639
2017-02-22T19:50:20
2017-02-22T19:50:20
82,845,955
0
1
null
null
null
null
UTF-8
C
false
false
6,387
c
/* Created By Felix Ramirez */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <fcntl.h> #include <sys/wait.h> #include <sys/types.h> #define CMDNAME "MyShell>>" #define MAXMEM 2048 #define duhleet " \n" #define ERROROPEN "Could Not Open Output File. Program Exiting\n" #define...
[ "Felix.Ramirezjr@gmail.com" ]
Felix.Ramirezjr@gmail.com
776384a14c824c142db22461981f3ace62b45305
73ab15b59b25ed0c8c691009625681f5168687bf
/src/mtx_funct.c
56a3fefdaa0567861371e1d0e5614e00401b4551
[]
no_license
rubenxrb/libgfx
da1080752a7718d92582178acce9efde20621537
6a66150586d716fc62a84626c18e846202b68718
refs/heads/master
2021-01-19T06:47:10.745119
2017-05-29T17:25:01
2017-05-29T17:25:01
87,499,927
0
0
null
null
null
null
UTF-8
C
false
false
1,094
c
#include "libgfx.h" void ft_mtx_translate(float mtx[4][4], t_3dp *point) { float tmp[4][4]; ft_mtxidmake(tmp); tmp[3][0] = point->x; tmp[3][1] = point->y; tmp[3][2] = point->z; ft_mtxmult(mtx, tmp, mtx); } void ft_mtx_scale(float mtx[4][4], t_3dp *point) { float tmp[4][4]; bzero_mtx(tmp); tmp[0][0] = point...
[ "rubenxrb@gmail.com" ]
rubenxrb@gmail.com
e5478deb017f12dc2214922f3146d339c16b5a6e
28229adcd2e68f6bb36956b3a59069b7c053ba87
/synch_stuff/mutex_attr.c
9cdfd49f5fb60313a23e1c6f4a2dc6dc489d9a9e
[]
no_license
sinainnet/ipc-benchmarking
3ac15e6397ee9a6fc03b013104e11a0691c69606
3f1eb2d43418a98ba70d804d8cba869d00f5c14e
refs/heads/master
2022-12-04T02:05:21.704894
2020-08-21T19:16:55
2020-08-21T19:16:55
192,526,686
2
0
null
null
null
null
UTF-8
C
false
false
1,052
c
/* * mutex_attr.c * * Create a mutex using a non-default attributes object, * mutex_attr. If the implementation supports the pshared * attribute, the mutex is created "process private" so that it * could be used to synchronize between threads in separate * address spaces. (Note that, to create a "process shared"...
[ "amirsorouri26@gmail.com" ]
amirsorouri26@gmail.com
a2db72d00d40c0a109cfdc19be05faf7c76a584b
4ce114bded8678b15aa33c1b33f0b6ccab119b19
/Pods/Headers/Private/AVOSCloud/AVLogger.h
a4068ce48d39dc8c6566c6eaa30972c2bd37c6b7
[ "MIT" ]
permissive
lrxlizi/PF
e9e976b785e4c47c6f35ff6e5f325cc72451d271
2fc4ff3c066daaecee192010ce93ce8bbfbc9f36
refs/heads/master
2021-06-21T10:18:59.096700
2020-11-28T07:43:21
2020-11-28T07:43:21
186,352,833
1
0
MIT
2020-11-28T08:55:20
2019-05-13T05:43:35
Objective-C
UTF-8
C
false
false
50
h
../../../AVOSCloud/AVOS/AVOSCloud/Utils/AVLogger.h
[ "1165300131@qq.com" ]
1165300131@qq.com
402e2f84bc311566e84d0b714c3fe5be9606d05c
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/input/touchscreen/extr_dynapro.c_dynapro_disconnect.c
f37acec7eb01a5dcb8528f415243280dabf4149d
[]
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
1,207
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
0f1816a96dc4fd3317b9d42442fb26547979edd8
ec75eb3bcc870237cb9e880f85e423d6f2e0a3bb
/lamelibrary/src/main/cpp/include/lame/mpglib_interface.c
aa1d36add841a83acdb0d6d9babc5e37bb5794fa
[]
no_license
lilipu1/NdkStudy
75913fdd44c547a510624f38a488878e7458995f
946f615712c2c7171e56877a11523910aece0b60
refs/heads/master
2020-08-08T14:26:58.756047
2019-10-12T03:29:11
2019-10-12T03:29:11
213,848,528
1
0
null
null
null
null
UTF-8
C
false
false
13,957
c
/* -*- mode: C; mode: fold -*- */ /* * LAME MP3 encoding engine * * Copyright (c) 1999-2000 Mark Taylor * Copyright (c) 2003 Olcios * Copyright (c) 2008 Robert Hegemann * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Pu...
[ "137684491@qq.com" ]
137684491@qq.com
6263fd0740f0ab68993b9a66867e322b40650cd4
a33aac97878b2cb15677be26e308cbc46e2862d2
/program_data/PKU_raw/81/454.c
082f8a0d37a65fd89787e573ae8b438c2eacb162
[]
no_license
GabeOchieng/ggnn.tensorflow
f5d7d0bca52258336fc12c9de6ae38223f28f786
7c62c0e8427bea6c8bec2cebf157b6f1ea70a213
refs/heads/master
2022-05-30T11:17:42.278048
2020-05-02T11:33:31
2020-05-02T11:33:31
null
0
0
null
null
null
null
UTF-8
C
false
false
514
c
void main() { int check(int b[5][5],int k); int i,j,k,m,n,t; int a[5][5]; for(i=0;i<5;i++) for(j=0;j<5;j++) scanf("%d",&a[i][j]); scanf("%d %d",&n,&m); if(check(a,n)==1&&check(a,m)==1) { for(i=0;i<5;i++) { t=a[n][i]; a[n][i]=a[m][i]; a[m][i]=t; } for(i=0;i<5;i++) {for(j=0;j<5;j++) ...
[ "bdqnghi@gmail.com" ]
bdqnghi@gmail.com
1fe8dcdbbaa46fd16789f6e7cb8af65baff2ecf7
d2e148acaffccbbb8c874db0b4c6ecb773c9314d
/iOSOpenDev/frameworks/ImageCapture.framework/Headers/ImageCapture-Structs.h
adf91d1f500ed155933a250247203ea46a54a1fd
[ "MIT", "GPL-2.0-only" ]
permissive
long-woo/Cydia
84eedeccece1001be92dfdffcb411f073e7862ad
17a514f2d530763a45170f58c0a6d97e57c78bc8
refs/heads/master
2023-06-10T18:42:01.094005
2023-03-03T07:09:13
2023-03-03T07:09:13
256,098,047
2
0
MIT
2020-04-16T03:19:25
2020-04-16T03:19:24
null
UTF-8
C
false
false
3,055
h
/** * This header is generated by class-dump-z 0.2b. * * Source: /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture */ // iOSOpenDev: wrapped with define check (since occurs in other dumped files) #ifndef __dispatch_semaphore_s__ #define __dispatch_semaphore_s__ 1 typedef struct dispatch_semapho...
[ "xlsn0wios@gmail.com" ]
xlsn0wios@gmail.com
7cdd698a6ec35bbcc61d5a7ac498ef84ec765925
1e006c14837be0e7b6ed9a0f5870907638dfd402
/usr/local/x86_64-pc-linux-gnu/x86_64-pc-linux-gnu/sys-root/usr/include/curl/synodef.h
10e411d802f49a2509ff4dde48cbdced0c6124f4
[]
no_license
slowfranklin/synology-ds
b9cd512d86ffc4d61949e6d72012b8cff8d58813
5a6dc5e1cfde5be3104f412e5a368bc8d615dfa6
refs/heads/master
2021-10-24T01:38:38.120574
2019-03-20T13:01:12
2019-03-20T13:01:12
176,933,470
1
1
null
null
null
null
UTF-8
C
false
false
390
h
#ifndef MY_ABC_HERE #define MY_ABC_HERE #endif #ifndef _SYNODEF_H #define _SYNODEF_H /** * [curl-7.x] #1 * 1. add proxy setting when curl run curl_easy_perform(CURL) in url.c * 2. add an CURL option for user to avoid libsynoproxy hook. * libcurl option: curl_easy_setopt(curl, CURLOPT_SYNOBYPASSSYNOPROXY, 1L); * c...
[ "slow@samba.org" ]
slow@samba.org
6bc6856d1934ac594f5cdbe1fc1798c3e5061c95
4ab0da2158c0b2c70360c04bfda66944f20201e0
/rtk.h
6ba963d13570f43f1b14861eb072d37c217ad51e
[]
no_license
bqqbarbhg/rtk
7c225958f7eae90d7080535db1d5cc70e7e33f32
66fbebf4876aae8fb38b39b0dbdd452dcef2b628
refs/heads/master
2022-12-16T16:03:05.720671
2020-09-14T22:28:12
2020-09-14T22:28:12
295,553,044
1
0
null
null
null
null
UTF-8
C
false
false
2,871
h
#pragma once #include <stddef.h> #include <stdint.h> #include <stdbool.h> #ifdef __cplusplus extern "C" { #endif #define RTK_INF (3.402823e+38f) typedef float rtk_real; typedef struct rtk_vec3 { union { struct { rtk_real x, y, z; }; rtk_real v[3]; }; } rtk_vec3; typedef struct rtk_vertex { rtk_vec3 po...
[ "samuli.1995@hotmail.com" ]
samuli.1995@hotmail.com
bc9d0cb4b83a0a7a362baecbc7f5d1e4a0273b1d
3b9b4049a8e7d38b49e07bb752780b2f1d792851
/src/build/linux/debian_wheezy_amd64-sysroot/usr/include/glib-2.0/glib/gversion.h
d0581c24ae1debe8dfcc5bac6c8ce4b53a62d7cb
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
webosce/chromium53
f8e745e91363586aee9620c609aacf15b3261540
9171447efcf0bb393d41d1dc877c7c13c46d8e38
refs/heads/webosce
2020-03-26T23:08:14.416858
2018-08-23T08:35:17
2018-09-20T14:25:18
145,513,343
0
2
Apache-2.0
2019-08-21T22:44:55
2018-08-21T05:52:31
null
UTF-8
C
false
false
2,029
h
/* GLIB - Library of useful routines for C programming * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * 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; e...
[ "changhyeok.bae@lge.com" ]
changhyeok.bae@lge.com
d034bab1949208a42b193fbbaf2f09590104546c
dcf26a6bcf853a3f8f6f50f9379998ef4d8aad40
/vendor/hisi/hi35xx/middleware/source/third_party/ffmpeg/ffmpeg-y/libavfilter/f_bench.c
7bd641f4fe3acca019debf82da44843fa70fcb55
[]
no_license
small-seven/testmem
c5f3202dce1c369e9d84cdaaccc2008b827c16d8
2771460c617439bd1be562ffdc94543ea170a736
refs/heads/main
2023-03-12T22:16:28.824577
2021-03-03T04:24:59
2021-03-03T04:24:59
343,847,762
1
0
null
null
null
null
UTF-8
C
false
false
620
c
#include "libavutil/opt.h" #include "libavutil/time.h" #include "avfilter.h" #include "formats.h" #include "internal.h" typedef struct BenchContext { const AVClass *class; int action; int64_t max, min; int64_t sum; int n; } BenchContext; #define OFFSET(x) offsetof(BenchContext, x) #define DEFINE_OPT...
[ "huihuigong@users.noreply.github.com" ]
huihuigong@users.noreply.github.com
74d1e2d2fcb5ab0d49c77e05dad7a55ad2987435
a94aca802b5930403176e6f880f31b1eaf7fa3eb
/STM32F10x_StdPeriph_Lib_V3.5.0/Project/STM32F10x_StdPeriph_Examples/TIM/DMA/stm32f10x_conf.h
3ce9902ab547e52c2bfab5b856c8087391563d24
[]
no_license
vehar/vehar
909c5756a624f7a4a76dda8f28873a76975f145a
ee3dde6bdc10848419b4ef7b23852febe30b0423
refs/heads/master
2021-05-21T22:37:16.100059
2020-04-03T20:34:11
2020-04-03T20:34:11
252,835,168
0
0
null
null
null
null
UTF-8
C
false
false
3,157
h
/** ****************************************************************************** * @file TIM/DMA/stm32f10x_conf.h * @author MCD Application Team * @version V3.5.0 * @date 08-April-2011 * @brief Library configuration file. ***********************************************************************...
[ "vladdxmel@gmail.com" ]
vladdxmel@gmail.com
39abaed22d881e63f89adada8309b518ea4ac17a
527a5187180fa138d2ea8381fb162a42c90b7231
/S2B-Q/test-cases/yamasefu/CommonUsedBlocks/InportOutport_ert_rtw/rtwtypes.h
edc7f09594d5a8c0595323f6a5be6d7871b50661
[]
no_license
ts1413/test
24ff0c8eb4159e901b6133cae920964634eca30c
d8839067c22f28f7b7bbb318648c345c6c3e5cd2
refs/heads/master
2021-01-18T08:29:31.791059
2015-10-07T07:28:29
2015-10-07T07:28:29
35,656,321
0
0
null
null
null
null
UTF-8
C
false
false
5,944
h
/* * File: rtwtypes.h * * Code generated for Simulink model 'InportOutport'. * * Model version : 1.3 * Simulink Coder version : 8.6 (R2014a) 27-Dec-2013 * C/C++ source code generated on : Mon Oct 5 16:55:13 2015 * * Target selection: ert.tlc * Embedded hardware selection: 32-bit Gene...
[ "ts1413@ertl.jp" ]
ts1413@ertl.jp
e113d7b567fd25bbcde800f7f7e697efb542e18a
fe5151e8915c4a45ad90e14dcd7145e7259d1679
/USER/AppGlobal.c
f38579db0b1086628c65c56b924ee9786edf3a6f
[]
no_license
believezzd/LPC1768StdProject
5b7192fc7eadf39bd256efa9119367f855598c5d
a541ef55488f586d85937d4e820dd6ad50e4fd46
refs/heads/master
2021-01-18T06:03:14.245220
2013-08-22T01:40:20
2013-08-22T01:40:20
null
0
0
null
null
null
null
GB18030
C
false
false
1,462
c
/****************************************Copyright (c)**************************************************** ** ** 翼起飞 ** **--------------File Info--------------------------------------------------------------------------------- ** File name: ...
[ "hityouok@qq.com" ]
hityouok@qq.com
8595756e83d7a49a99fb40922e0bcbf5250fb7d3
b85a8c5a7abf9f4fad60cde91fd07ae497793871
/08. PostfixEval.c
3cd2cc272b97e5018c2710bfc7c8f41be94a8144
[]
no_license
GouriHariharan/DataStructures-S3
b5cc1c8736347b57cc36f75de25e2ffd0fc1dc47
5c85d31bd1a391049ea9b6332d915831d79f9467
refs/heads/main
2023-03-03T04:01:18.067586
2021-02-06T07:03:07
2021-02-06T07:03:07
314,972,401
1
0
null
null
null
null
UTF-8
C
false
false
1,685
c
//Postfix evaluation #include<stdio.h> #include<ctype.h> #include<math.h> #define MAX 100 char opstk[MAX]; int top = -1; void opstk_push(int x) { if(top == MAX-1) printf("\nStack Overflow!"); else { top = top + 1; opstk[top] = x; } } int opstk_pop() { if(to...
[ "noreply@github.com" ]
GouriHariharan.noreply@github.com
67de24560115b163f87e1ca5f85855798e45c156
234bf22f83db92c56614d210b069280d6a4ef36b
/obsolete/src/str.h
8aa2cca843aa36beb5041ef7e41719ea35a80050
[ "LicenseRef-scancode-warranty-disclaimer", "ISC", "LicenseRef-scancode-mit-taylor-variant" ]
permissive
aqmail/aQmail
335e0376674dd919dc566ce73dfcecef1e38a29b
ea334ab6eec1f521b3d7fce4931cbb964fafab68
refs/heads/master
2021-01-20T11:50:26.021389
2017-12-11T17:50:25
2017-12-11T17:50:25
85,468,847
3
2
null
2018-01-22T12:26:32
2017-03-19T10:53:02
C
UTF-8
C
false
false
430
h
#ifndef STR_H #define STR_H extern unsigned int str_copy(char *,char *); extern unsigned int str_copyb(char *,char *,unsigned int); extern int str_diff(char *,char *); extern int str_diffn(char *,char *, unsigned int); extern unsigned int str_len(char *); extern unsigned int str_chr(char *,int); extern unsigned int st...
[ "kp@openqmail.org" ]
kp@openqmail.org
e4a209908d815034dad005b4fd17c2f5b16a8db4
1d362a3924b760d6b53810ed41cda70f8c649d1e
/CE4920-Embedded-Systems-IV/Milestone_2.cydsn/Generated_Source/PSoC5/I_HB_DacClk.h
83b4379588ad6e35ee6a06a70e80054d3650b7bf
[ "BSD-3-Clause" ]
permissive
curthenrichs/Undergrad-Embedded-Projects
13ad80bc1c25602d1dd38175d956ab06fbf9ae09
1dde8079f50ebc5df5951f26ce633d25ea823515
refs/heads/main
2023-04-11T14:07:23.554195
2021-04-06T15:39:32
2021-04-06T15:39:32
354,159,606
0
0
null
null
null
null
UTF-8
C
false
false
4,888
h
/******************************************************************************* * File Name: I_HB_DacClk.h * Version 2.10 * * Description: * Provides the function and constant definitions for the clock component. * * Note: * ******************************************************************************** * Copyrig...
[ "cdhenrichs@wisc.edu" ]
cdhenrichs@wisc.edu
0a8caa0461adee0f4d158b9bf002d92f2002b864
b775a627555b7ad900a245dd8e64f0dbeca292a8
/implementations/nim/nimcache/mergesort.c
76ecb06c67a2cb3f4a2decd9a845303b31a1c7f8
[]
no_license
chakib-belgaid/mergesort
b6a8c9cf1738c15e64c4592a83cca42eb906018d
4fe511ea686b7a32f84fd97e4c072158e45fcae8
refs/heads/master
2021-03-31T00:24:42.226459
2018-03-13T12:42:52
2018-03-13T12:42:52
125,050,232
0
0
null
null
null
null
UTF-8
C
false
false
27,781
c
/* Generated by Nim Compiler v0.17.2 */ /* (c) 2017 Andreas Rumpf */ /* The generated code is subject to the original license. */ /* Compiled for: Linux, amd64, gcc */ /* Command for C compiler: gcc -c -w -I/usr/lib/nim -o /home/sprirals/mergesort/implementations/nim/nimcache/mergesort.o /home/sprirals/mergesort...
[ "bm_belgaid@esi.dz" ]
bm_belgaid@esi.dz
8a6d4af713354ddb4fd2b931cbc48e691a5a3b6b
f0770ac0a3a52b84922cad89040d70d15e7cad10
/navy-apps/libs/libc/src/stdio/vasniprintf.c
05fd006b475350d0a019f286d7169f472700f9ee
[]
no_license
FluorineDog/hust-pa
e919fb4f553eab2662aa9fada50a4161346f923a
a8767a002e9388e6eac6734316065429c2d8ff85
refs/heads/master
2020-04-09T23:37:51.027594
2019-10-21T03:32:49
2019-10-21T03:32:49
160,662,249
13
0
null
null
null
null
UTF-8
C
false
false
1,513
c
/* Copyright (C) 2007, 2008 Eric Blake * Permission to use, copy, modify, and distribute this software * is freely granted, provided that this notice is preserved. */ /* This code was derived from asprintf.c */ /* doc in viprintf.c */ #include <_ansi.h> #include <reent.h> #include <stdio.h> #include <stdarg.h> #inc...
[ "fluorinedog@gmail.com" ]
fluorinedog@gmail.com
4cb4b51289b3a7c529950561f6066bbf6c773f56
5fc30848327854209c392203110972ceed739ebc
/Printf&ProtoThread&Display&BLE/TRABALHO_FINAL_EMBARCADOS/src/ASF/sam0/utils/cmsis/samd21/include/instance/sercom3.h
7c9c15080fec2121529b426b38de87ca3f43e2d8
[ "MIT" ]
permissive
NelsonWeirich/washer
99417f68f673597f40c022a1695c2dd79547e15e
c0763743a54b377d04efba0eebf291c6d4d12fc0
refs/heads/master
2020-03-11T11:53:45.538768
2018-07-03T17:13:27
2018-07-03T17:13:27
129,981,763
0
0
MIT
2018-07-03T14:15:10
2018-04-18T00:44:30
C
UTF-8
C
false
false
11,009
h
/** * \file * * \brief Instance description for SERCOM3 * * Copyright (c) 2016 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditi...
[ "nelsonweirichjr@gmail.com" ]
nelsonweirichjr@gmail.com
0a9ca00b36f0af0a2f534f67e4c046ae2b9a3fc4
b603d09df55027fc25067d799c1dec2ff9d1acc9
/datatypes.h
8546de7001a492f8e3d628c7c0e2dee76be6bca0
[]
no_license
Zeltnervonbank/Sem5ProjControl
d25d42bb3c30006fd9a2694ce9bccb17a1dbeb85
faa476c26be36d63a2525f16ea7112dfd68fefe8
refs/heads/master
2020-03-31T08:34:06.560105
2018-12-14T00:41:19
2018-12-14T00:41:19
152,063,187
1
0
null
null
null
null
UTF-8
C
false
false
839
h
#include <opencv2/opencv.hpp> #include <opencv2/core/core.hpp> #include <opencv2/highgui/highgui.hpp> #include <opencv2/imgproc/imgproc.hpp> #ifndef DATATYPES_H #define DATATYPES_H struct MarbleLocation { int center; int radius; }; struct LidarMarble { double distance; double angle; double radius...
[ "aszeltner95@gmail.com" ]
aszeltner95@gmail.com
b39336220f2624231c07f1c52cbbc11749665216
944305d54f872e4579b364083dd6fe7433cc0dd6
/srcs/check_var.c
f81ec077916fc37cc7b2e12bff7bbc363bfcd94b
[]
no_license
MikeFernandez-Pro/Minishell
30e0682982aa7d19784a95cb7cdaef2ab27cee29
bf5a2783207b6f409d73d15ada77de83a38c47c9
refs/heads/main
2023-03-08T17:29:12.165078
2021-02-21T16:34:56
2021-02-21T16:34:56
340,762,179
0
0
null
null
null
null
UTF-8
C
false
false
1,276
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* check_var.c :+: :+: :+: ...
[ "mike.fernandez.sec@gmail.com" ]
mike.fernandez.sec@gmail.com
bd04fe2d7dcc2d48b165388a925f78f8dc44c842
23705618d6d99cfda240fd1737ac47bce2e55699
/test.c
6386ccdc13e8949e1657a5970d76c17713327244
[]
no_license
B-chawapon/gitVScodehomework
01f22ded4d962ae6e2727d0b7a797f29b772c6ea
f485d673eb402d44e6069f9cbdb2c2d4db696793
refs/heads/master
2022-12-07T07:07:29.533604
2020-08-21T15:56:48
2020-08-21T15:56:48
null
0
0
null
null
null
null
UTF-8
C
false
false
119
c
#include<stdio.h> int main() { printf("heloo"); printf("this is second"); printf("brukkk"); return 0; }
[ "chawapon2001@gmail.com" ]
chawapon2001@gmail.com
206a4de00c229cc4edeabe3b9821d21b3f2e8c5a
8b5c1fbfbb2660414526060ca98666d273cffc7e
/main.c
22ad0c153358d9284a7861103c68ddba6b83d303
[]
no_license
15101990/NTI---Group
70bd643fe375737ba7df563539a39dc44d9e434c
7337a87626e12a030ca6f5f6241ffbd398929578
refs/heads/master
2023-08-23T18:58:34.596982
2021-10-21T09:32:40
2021-10-21T09:32:40
419,620,382
0
0
null
null
null
null
UTF-8
C
false
false
149
c
#include <stdio.h> #include <stdlib.h> int main() { int x=10; int*p_1=&x; int**p_2=&p_1; fdlsnfgjn dfkvjdfkjv dfkjvb return 0; }
[ "m.helmy.amit@gmail.com" ]
m.helmy.amit@gmail.com
3ca0d1d787639d43764520b464e559aba6c07ba8
6c876c57839fdf5562ba9ea20c6b2b819a836674
/ll/utillib.c
71eb856026bf90457290e0354abc99be5a164ba9
[]
no_license
srsuryan/FC-repo
4ec0fcbab13e99bbd77ab2796e3c5730c696431b
e9303e3d8af9418d7f23af4fd5998b41044d0350
refs/heads/master
2021-01-12T08:55:50.489909
2016-12-18T06:31:14
2016-12-18T06:31:51
76,725,427
0
0
null
null
null
null
UTF-8
C
false
false
750
c
#include <stdio.h> #include <string.h> #include <stdlib.h> #include "util.h" int * get_from_main (int argc, char *argv[]) { int *a, i = 0, j; a = (int *) calloc(1, sizeof(int)*32); for (i = 1; i <= argc -1; i++) { j = strtol(argv[i], 0, 0); // printf("j %d\n", j); a[i-1] = j; ...
[ "srsuryan@cisco.com" ]
srsuryan@cisco.com
21ebd50055c4cac9d08b032678eaeb89addc6da9
95e09df27ec7312055dda0a243e2f04f3e08f927
/vpd.c
1f1ee36004b6238692d025d26659f668741e22d3
[]
no_license
jk-ozlabs/junk
4789ecb2bc6e736bbd6109f9372c167e4456f940
1faa3a4adc42731092774e65147e3d3b7316f9da
refs/heads/master
2020-04-28T20:33:09.002924
2019-05-16T02:13:23
2019-05-16T02:13:23
175,548,443
0
0
null
null
null
null
UTF-8
C
false
false
5,276
c
/* SPDX-License-Identifier: GPL-2.0+ */ #include <ctype.h> #include <err.h> #include <endian.h> #include <fcntl.h> #include <stdint.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <unistd.h> #include <sys/stat.h> #include <sys/mman.h> #include <libfdt.h> #define ARRAY_SIZE(a) (sizeof(a) / siz...
[ "jk@ozlabs.org" ]
jk@ozlabs.org
97b8382e5ffc1e43b5ce0d9871fa93104030fda7
3b47777fcfa6b1e86b1990b2f1d7446d0fa8aaac
/files/fs/kcc-4/lib/stdio/fputc.c
d0bf848ff0636ff6d5ef6fbbcb7608e102bba59f
[]
no_license
PDP-10/sri-nic
3a3e702444551bbdb5a037cd1c8a321b74ae8096
888264aa2d4e03c487ba9370543e2d7ca22d1d4b
refs/heads/master
2021-01-11T15:52:33.435831
2017-01-24T19:17:36
2019-03-07T20:13:34
79,943,288
7
2
null
null
null
null
UTF-8
C
false
false
1,678
c
/* * FPUTC - put a character to stream * * Copyright (c) 1986 by Ian Macky, SRI International */ #include "stdio.h" #include "errno.h" int fputc(c, f) register int c; register FILE *f; { char tinybuf[1]; /* grossness! ick! */ if (!_writeable(f)) /* Verify FILE pointer is OK */ return EOF; if (-...
[ "lars@nocrew.org" ]
lars@nocrew.org
6de8ea9a06de82b3444623639683fec446b19f5e
0a76b5ccb7766acbc4c17a197d105bdfb9af3644
/fscrypt/module/virtual_block_ioctl.h
df9e871d0cb56ca61b61e074ba490bf85dca340c
[]
no_license
jine/sonos-7.2-sources
b1272299b680898880012925dd16a26277989ac9
8944cfddf4f21587d8afabc844effe6c1b6cf47b
refs/heads/master
2020-05-31T17:35:10.251487
2017-06-12T00:56:46
2017-06-12T00:56:46
94,041,060
0
0
null
null
null
null
UTF-8
C
false
false
1,019
h
#ifndef VIRTUAL_BLOCK_IOCTL_H #define VIRTUAL_BLOCK_IOCTL_H #define VIRTUAL_BLOCK_MAJOR 240 #define ROOTFS_UBI_NAME_LEN 32 #define KEY_LEN 16 struct virtual_block_ioctl { int rootfs_size; int rootfs_name_len; char rootfs_ubi_name[ROOTFS_UBI_NAME_LEN]; char key[KEY_LEN]; }; #define VIRTUAL_BLOCK_CTL_SET_CONFIG...
[ "jim@jine.se" ]
jim@jine.se
4535b5557666b9cbd12be3cd04fcf153fce68c47
73c8a3179b944b63b2a798542896e4cdf0937b6e
/Aizu/DigitNumber.c
152d6262ccb9da94debe98e4ecc6b1acad620afa
[ "Apache-2.0" ]
permissive
aajjbb/contest-files
c151f1ab9b562ca91d2f8f4070cb0aac126a188d
71de602a798b598b0365c570dd5db539fecf5b8c
refs/heads/master
2023-07-23T19:34:12.565296
2023-07-16T00:57:55
2023-07-16T00:57:59
52,963,297
2
4
null
2017-08-03T20:12:19
2016-03-02T13:05:25
C++
UTF-8
C
false
false
310
c
#include <stdio.h> int hill[10]; int main(void) { int a, b; for(; ~scanf("%d%d", &a, &b);) { int size = 0; int sum = a + b; while(sum > 0) { size += 1; sum /= 10; } printf("%d\n", size); } return 0; }
[ "jefersonlsiq@gmail.com" ]
jefersonlsiq@gmail.com
c1339b67637ebe85f6547d7481db2b7ced7ff42e
0cc78125e02a9c166209841bd770e7d3edec2b92
/Coding_Dojang/UNIT18/if_2.c
0252f8a441fce90004323d57abaf4fe58dd51d44
[]
no_license
LeeEunHak/cProgramming
6527e22f72193f695a1b81df17c7d6fde14aab9d
f24df6390670e1d28692592981db24ac8f1cc4f7
refs/heads/master
2020-04-23T02:30:39.355793
2019-05-04T14:32:57
2019-05-04T14:32:57
164,117,360
0
0
null
null
null
null
UHC
C
false
false
311
c
/* if 조건문의 동작 방식 알아보기 2처럼 0이 아닌 양수와 음수를 넣으면 무조건 참입니다. 실수도 마찬가지로 0.0f는 거짓이며 0.0f가 아닌 값들은 참입니다. */ #include <stdio.h> int main() { if (2) printf("참\n"); else printf("거짓\n"); return 0; }
[ "x771200@naver.com" ]
x771200@naver.com
e30a2519b8f92253d59a85e7e1353264664befab
5c255f911786e984286b1f7a4e6091a68419d049
/code/445fcf11-9756-491e-864b-10a1b8ae1841.c
5006c5ab77b244c101f103afe937df4900c128ff
[]
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=0; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = i%j; l = l%j; k = i-k*i; printf("vulnerability"); printf("%d%d\n",k,i); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
fb77d5bd46895cb5d90c654199967781a0646cfb
c0bffc48305f02aaecc8e8d42d85ec40652752c5
/0202/든.c
6af86801bd7bf0a09e7cfe3df1a8a347ba1b18f2
[]
no_license
01043824144/0202
86082d5cb42dbc7ef8c4acb1c74609b4f3e4a70d
407829b87c37e635c86dc19e1de14ce807036deb
refs/heads/master
2023-02-25T09:23:02.455295
2021-02-02T11:53:42
2021-02-02T11:53:42
335,266,512
0
0
null
null
null
null
UHC
C
false
false
701
c
#include <stdio.h> int main_02(void) { //데이터타입 * 변수명 =할당 char* cp = NULL; int* ip = 0; // NULL double* dp = 0; char c = 'C'; int i = 10; double d = 2.01; cp = &c; //c라는 변수가 있는 메모리 주소값 ip = &i; dp = &d; printf("char* cp의 크기는 = %d\n", sizeof(cp)); printf("int* ip의 크기는 = %d\n", sizeof(ip)); printf("double...
[ "User@BCLASS-11" ]
User@BCLASS-11
85e4e5372c7eb5d0e0bb2573983c60d048558240
96f7a0f6907c5eeb266478edec638f620ab8caca
/USER/bmp.c
cc5abab293bc8229fedf508e25fb0e080dc4df91
[]
no_license
l438459226/LCM_Board_git
49909594dbf5be533a1a2a45199acda644646ed7
9eeb3b803ff67086efa65ec6a36d75a3d93d4ed1
refs/heads/master
2021-09-09T22:35:07.447486
2018-03-20T02:47:22
2018-03-20T02:47:22
112,084,350
0
2
null
null
null
null
GB18030
C
false
false
15,431
c
//#include "piclib.h" #include "bmp.h" #include "string.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何用途 //ALIENTEK STM32开发板 //图片解码 驱动代码-bmp解码部分 //正点原子@ALIENTEK //技术论坛:www.openedv.com //修改日期:2014/3/14 //版本:V1.0 //版权所有,盗版必究。 //Copyright(C) 广州市星翼电子科...
[ "438459226@qq.com" ]
438459226@qq.com
0e29949f911d0398958ceaa15d76b08261f3c08a
b0bcdced264ed208d348cc7bd91666c580f43522
/ArchiveVM/platforms/unix/src/vm/intplugins/XDisplayControlPlugin/XDisplayControlPlugin.c
28e4d587b4f84e10e95b7914ac9d2ba276340ce0
[]
no_license
lsehub/Handle
52a62e269db1135908dad2dbcda278a92a177d8d
f7fdfd9b224b4590b2780188d0be5c8ea0e3ff7d
refs/heads/master
2021-01-19T06:20:28.233882
2011-05-17T13:03:28
2011-05-17T13:03:28
772,149
0
0
null
null
null
null
UTF-8
C
false
false
12,632
c
/* Automatically generated from Squeak on 15 February 2011 4:43:26 pm by VMMaker 3.11.13 */ #include <math.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> /* Default EXPORT macro that does nothing (see comment in sq.h): */ #define EXPORT(returnType) returnType /* Do not include t...
[ "jbaptiste.arnaud@gmail.com" ]
jbaptiste.arnaud@gmail.com
acd961d870e00a67ce7f3ac0d7fd73cf6d1dd187
4bab98acf65c4625a8b3c757327a8a386f90dd32
/ros2-windows/include/sensor_msgs/msg/channel_float32.h
d152e4fed8a4003d29677ad3d2c053e1e850eed7
[]
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
493
h
// generated from rosidl_generator_c/resource/idl.h.em // with input from sensor_msgs:msg\ChannelFloat32.idl // generated code does not contain a copyright notice #ifndef SENSOR_MSGS__MSG__CHANNEL_FLOAT32_H_ #define SENSOR_MSGS__MSG__CHANNEL_FLOAT32_H_ #include "sensor_msgs/msg/detail/channel_float32__struct.h" #incl...
[ "aidencfarrar@gmail.com" ]
aidencfarrar@gmail.com
8faba8806ecbfffc380aa56a6b9b588fa3691c8b
fb1809f02135321e48363614399ee5eb6a7533fa
/listaDupla.c
a2c49fd2be1996c4a3127424cd8bdbf33a57b293
[]
no_license
so33a/lista-duplamente-encadeada-vitorpadiar
b0e6148d051a638c539b8416038d300eaa06ba44
c6fe7af7bff61ca575e7aeae9c37d68b8c9426a5
refs/heads/master
2020-06-30T00:55:40.459999
2016-08-28T00:40:49
2016-08-28T00:40:49
66,603,208
0
0
null
null
null
null
UTF-8
C
false
false
2,137
c
#include <stdio.h> #include <stdlib.h> #include "listaDupla.h" link novoNo (int item, link prev, link next) { link aux = malloc(sizeof(struct node)); if (aux == NULL) { printf ("Erro ao alocar um novo no\n"); exit(-1); } aux->item = item; aux->prev = prev; aux->next = next; return aux; } Lis...
[ "noreply@github.com" ]
so33a.noreply@github.com
5164e4d95e84bee85997744f193bad4d12869eb0
35c04ea32351dc95bc18d46e5c70dda9c1e08668
/Examples/MCUXpresso/FRDM-K64F/FRDM-K64F_gprof/McuLib/src/McuEE24.c
875b0a6e1773a0c9aea7218698cc43d57a88dfff
[ "LicenseRef-scancode-warranty-disclaimer", "BSD-3-Clause" ]
permissive
ErichStyger/mcuoneclipse
0f8e7a2056a26ed79d9d4a0afd64777ff0b2b2fe
04ad311b11860ae5f8285316010961a87fa06d0c
refs/heads/master
2023-08-28T22:54:08.501719
2023-08-25T15:11:44
2023-08-25T15:11:44
7,446,094
620
1,191
NOASSERTION
2020-10-16T03:13:28
2013-01-04T19:38:12
Batchfile
UTF-8
C
false
false
31,581
c
/* ################################################################### ** This component module is generated by Processor Expert. Do not modify it. ** Filename : McuEE24.h ** Project : FRDM-K64F_Generator ** Processor : MK64FN1M0VLL12 ** Component : 24AA_EEPROM ** Version : Compon...
[ "erich.styger@hslu.ch" ]
erich.styger@hslu.ch
555889cb01276fcde83d02f5ba808a5c6c104553
3bddd9783105dc3bfc03a491dd741fd40db1e0a4
/arch/arm/cpu/armv7/pike2/mcu.c
119a23335856c424e572488b2b99cee0ff03081e
[]
no_license
fxsheep/chipram
2daa3f43c246d1dc117264cc62dc1c51bb32de1a
61fdb1f975457599839d91418706b83dacc41203
refs/heads/master
2020-09-06T17:22:53.649011
2019-01-25T07:47:18
2019-01-25T07:47:18
null
0
0
null
null
null
null
UTF-8
C
false
false
13,056
c
/****************************************************************************** David.Jia 2007.10.29 share_version_union ******************************************************************************/ #include <common.h> #include <adi.h> #include <asm/arch/sprd_reg.h> #include <asm/arch/sprd_chipram_env.h...
[ "yonglong_liu@xunrui.com.cn" ]
yonglong_liu@xunrui.com.cn
d5749c5a8248b07e22b0e12647fd89b99dea5009
6e665dcd74541d40647ebb64e30aa60bc71e610c
/800/webAdmin/include/old/param.h
061ba961bf9929a964df62547c01333337658ae9
[]
no_license
jacklee032016/pbx
b27871251a6d49285eaade2d0a9ec02032c3ec62
554149c134e50db8ea27de6a092934a51e156eb6
refs/heads/master
2020-03-24T21:52:18.653518
2018-08-04T20:01:15
2018-08-04T20:01:15
143,054,776
0
0
null
null
null
null
UTF-8
C
false
false
285
h
#ifndef PARAM_H #define PARAM_H struct param { char *name; char *value; struct param *next; }; int plist_init(); void plist_free(); void plist_add(struct param *item); struct param *plist_item(char *name); int plist_update_item(char *name, char *value); int plist_update(); #endif
[ "jacklee032016@gmail.com" ]
jacklee032016@gmail.com
fa3ecbc3c3a166ed344a44cb926ad3f3c012e9ba
8478f066226d91ce92e09c78435ffdf8701eddcb
/test.c
941d10a33c317f50a016d193b30fbf74cca9d2d4
[]
no_license
cakarakif/File-Management-System
b8ba1a715e6cb55b52d7492970822531c4bf2f5c
71dcab09b93626b427ec02c3eb46bebe5f491728
refs/heads/master
2020-04-04T14:24:29.966987
2018-11-03T15:53:02
2018-11-03T15:53:02
155,998,117
0
0
null
null
null
null
UTF-8
C
false
false
4,310
c
#include "Data_file.h" struct _RECORD { char team[44]; char shortname[10]; char rank[4]; char goalscored[4]; char goalconceeded[4]; char point[4]; }; ///// void enterInput(); void deleteInput(); void printDataFile(); void myfindKey(); void Selection(); void printMenu(int* answer); static i...
[ "cakarakif@users.noreply.github.com" ]
cakarakif@users.noreply.github.com
6220c6782ea8bfe98a91b9fd28270e706559303a
bc3e9cca9bc122603d8d6c9f55e2fe6b021a7491
/kernel/include/lunaros/kernel.h
c37000e5ad4613fb2b41fc03373a8b7c2f5a8c6f
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
tammela/lunarOS
6c9f40cb6223eb16a6b9bd2ff878d87da3605f6d
55fc1f554b4cb00115469161b6edf3fc2a795c65
refs/heads/master
2020-06-22T07:38:50.836962
2020-03-15T15:42:05
2020-03-22T17:42:07
197,673,151
6
0
MIT
2020-03-22T17:42:08
2019-07-19T00:13:30
C
UTF-8
C
false
false
1,296
h
#pragma once #include <std/stdint.h> #include <std/stddef.h> #include <lunaros/compiler.h> /* See docs/virtual-memory.txt */ #define _VM_KERNEL_START (0xFFFF800000000000) void __noreturn panic(const char *fmt, ...); /* container_of() from NetBSD */ #define __validate_container_of(PTR, TYPE, FIELD) ...
[ "pctammela@gmail.com" ]
pctammela@gmail.com
10f51591b2de1c82072175bbfe064e6d8c2aa9c6
4cd580701959e61a3e34db2b812d8a533b3ad9e2
/src/day32/ferror.c
70bd0e0d4734a96e2e2aefc1cd3587b56be528ca
[]
no_license
SilentKris/Train
6b684a1f920a109ad81301e1937821ed1699c92e
b464aae5d3d0870c4e0cd718ec33f19a2fe534f1
refs/heads/master
2023-01-03T13:37:22.874874
2020-11-02T13:36:13
2020-11-02T13:36:13
288,479,545
0
0
null
null
null
null
UTF-8
C
false
false
301
c
#include <stdio.h> int main() { FILE *fp; char c; fp = fopen("file.txt", "w"); c = fgetc(fp); if( ferror(fp) ) { printf("读取文件:file.txt 时发生错误\n"); } // clearerr(fp); if( ferror(fp) ) { printf("读取文件:file.txt 时发生错误\n"); } fclose(fp); return(0); }
[ "dwl130802305@gmail.com" ]
dwl130802305@gmail.com
389c1925683f6f818e7d35e3227b02b37f1fc660
efaadbf81b43d0b50b4b214fc1eefb35e39c107e
/input/gcam-data-system/aglu-processing-code/GIS/SAGE_Area.c
60857edc899e1a4692d05092056beb5c20ec4655
[ "ECL-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
zcranmer/OWEProject
ea46e4ddb15c8f72ad7460bf0eb7780e0903795a
67d2367d6bdb5dd2a0aa0285be7e33ce64348677
refs/heads/master
2020-12-03T08:11:57.432356
2017-06-28T13:20:33
2017-06-28T13:20:33
95,615,833
0
0
null
null
null
null
UTF-8
C
false
false
7,589
c
#include <stdlib.h> #include <stdio.h> #include <math.h> //#include <unistd.h> #include "find_file.h" #define PI 3.1415926 #define RADIUS 6370997.00 #define BUFSIZE 1024 float AreaFromLonLat(float,float); int main() { FILE *fileinAEZ,*fileinProtected,*fileinSage,*fileout; FILE *fileinname; FILE *FileLandArea; FIL...
[ "acranmer@umass.edu" ]
acranmer@umass.edu
05d699c454ccc5d30fa7b326593ff383229be506
921b1aa2a5c6ce02038fc9f2f25f977ce4afd45f
/Software/inicial/a08_tmp_irq/i2c.c
8444a79e10ebe8de032af76d0059d6c30ffffa9e
[]
no_license
vgkleinubing/PUC-LABORATORIO-DE-PROCESSADORES
834c39754d3d7510f7c15df870d1a4c5ead7aac5
487f3bb9a5d6de20111e8af45b6215a0aa6f9bd3
refs/heads/master
2020-05-29T16:41:50.556704
2009-09-24T03:59:57
2009-09-24T03:59:57
305,922
1
0
null
null
null
null
UTF-8
C
false
false
4,047
c
/******************************************************* Modulo para usar o canal 2 de I2C para ler a temperatura em um termometro tipo TMP100 usando interrupcao. Tutorial LPC2378-gcc parte 8 Marcos A. Stemmer ********************************************************/ #include <arch/nxp/lpc23xx.h> #include "lcd.h" #inc...
[ "vgkleinubing@gmail.com" ]
vgkleinubing@gmail.com
8372ecf2e46f682ee3221a13a7db5cafb5b41125
cfb29775c92e79ed6bfe5cd4df1bfa98fb4e06f6
/Calc/src/Global.h
2246950aca49bf117a16637b68cee3ea30b2f893
[]
no_license
Trinogin/Calculator
791b65f528e0c1098a9a6120fd5c509fac1f0509
996f22f504ba5f471f45205809648571a0fdebf8
refs/heads/master
2021-01-25T04:34:47.487350
2017-07-13T15:19:19
2017-07-13T15:19:19
93,444,808
0
0
null
null
null
null
UTF-8
C
false
false
787
h
/*! *\file *\brief Header file with global function, macros and variable. * * This file is included in almost all other and contains functions used * in several modules at the same time. According to the principle of moduls * was made separating interface and realistaion, but were found things, which * is used in bot...
[ "a.trinogin@yandex.ru" ]
a.trinogin@yandex.ru
ca14324fce64147c97498e850fa80a01f9f26952
bcd8f5a7352a1e0b2e1a83fea9ae2e4182eda805
/standard-c/c-AprBegC/Chapter02/Program2_18.c
fc122cf6466c0a868196767b619377caa71326fd
[]
no_license
JediChou/jedichou-study-algo
455c7709250d424cad1b326efd99f0be7a000edc
4f0ce79556d7543870dfc13399c7ae85ba773508
refs/heads/master
2020-06-24T23:21:34.310122
2020-04-01T05:53:33
2020-04-01T05:53:33
199,122,658
0
1
null
null
null
null
UTF-8
C
false
false
2,163
c
/******************************************************************************* * File name : Program2_18.c * Create time : 2008-1-29 19:35 * Description : * Calculating the height of a tree ******************************************************************************/ #include <stdio.h> int pr...
[ "jedigit@163.com" ]
jedigit@163.com
91a1d23ef95aebe85899f67c10b8a4181938394d
c5f223471a579c436bca59decacabbf4a29a5208
/rtl8723ae/trx.c
3e02b3814917f217365a24989941117ad660d734
[]
no_license
CoolOmar2020/RTL_BT_Wi-Fi
2dfe18d049380855191eadd6dad9fcb88a93be52
912fe82fb3ead3fd79fbf9a2765d44323dbed9c2
refs/heads/main
2023-03-31T08:57:32.866560
2021-04-13T10:00:47
2021-04-13T10:00:47
357,091,986
0
0
null
null
null
null
UTF-8
C
false
false
23,643
c
/****************************************************************************** * * Copyright(c) 2009-2010 Realtek Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundati...
[ "noreply@github.com" ]
CoolOmar2020.noreply@github.com
569d9f54c508f2de05cf95425bce0562ad65cd0f
585c745463be13a9213134757fbf4aa7a2e4800f
/sbin/yadifad/config_zone.c
2e82c9ea3c24e62c422b7bee2aaf7a4b25aeed50
[ "BSD-3-Clause" ]
permissive
f0xmulder/yadifa-2.5.0-10188
ba05c8717f366edf89f31f146673f62d1254539c
3f4594c13ac5ca2c0741a7fe7b15fe42191fef8e
refs/heads/main
2023-07-30T02:55:46.731933
2021-09-14T17:51:55
2021-09-14T17:51:55
null
0
0
null
null
null
null
UTF-8
C
false
false
14,150
c
/*------------------------------------------------------------------------------ * * Copyright (c) 2011-2021, EURid vzw. All rights reserved. * The YADIFA TM software product is provided under the BSD 3-clause license: * * Redistribution and use in source and binary forms, with or without * modification, are perm...
[ "8403350+mrshellby@users.noreply.github.com" ]
8403350+mrshellby@users.noreply.github.com
ba5f0ea7871b5dee64fed02bad098139323615f6
e8772d4ca819ce018a63621b1ba02cf530377720
/HOW TO BREAK LOOP.c
94745e96014c3ce6dfb44349e0631527db203dba
[]
no_license
mahadev-sharma/Programming-C
12d81e105bb787a53ac1dc500630bf60fe174028
d6d4c3e93709b7bc665c77724c6e4cffeb2da761
refs/heads/master
2021-05-04T18:55:15.762542
2017-10-11T11:56:32
2017-10-11T11:56:32
106,491,034
0
0
null
null
null
null
UTF-8
C
false
false
159
c
#include <stdio.h> #include <stdlib.h> int main() { char c; while((c=getchar())!='\n') { if(c=='x') break; } return 0; }
[ "mahadev.sharma92@gmail.com" ]
mahadev.sharma92@gmail.com
5026e4bf4070b7490ace77ac6f1d5598533004a5
ad3b79b0cdafcdac6c3a12b8cf1eb8eab9ba4009
/XMCLib/drivers/src/xmc_eth_mac.c
3b663232f048de85e0a9ce1d46bf633e7a907f38
[ "BSD-3-Clause" ]
permissive
ajspeck/hal_infineon
1d805cc7d10e8f0cea10649889dbb0efc0ce09f3
f1fa8241f8786198ba41155413243de36ed878a5
refs/heads/master
2022-11-28T00:40:30.429960
2020-04-21T09:27:45
2020-05-08T18:00:57
285,861,269
0
0
NOASSERTION
2020-08-07T15:23:26
2020-08-07T15:23:25
null
UTF-8
C
false
false
35,189
c
/** * @file xmc_eth_mac.c * @date 2018-08-08 * * @cond ********************************************************************************************************************* * XMClib v2.1.24 - XMC Peripheral Driver Library * * Copyright (c) 2015-2019, Infineon Technologies AG * All rights reserved. ...
[ "parthitce@gmail.com" ]
parthitce@gmail.com
912d0648cd24cc26983b9bba1f43703b7d7e89fe
fb66a5667143dbb662fcb8ba97ee3a15f33fd4ff
/byeselinux.c
77ea9cf9482c27229ace67003d54c47bf11bc667
[]
no_license
ShinySide/byeselinux
35c83510ceb4824756c51497f09ca87fa08d01cd
d442f9ed9fd23daa70773dc3adb84982f2af038b
refs/heads/master
2021-01-21T17:16:52.338949
2015-09-08T15:19:48
2015-09-08T15:19:48
42,539,520
1
0
null
2015-09-15T18:49:02
2015-09-15T18:49:01
C
UTF-8
C
false
false
3,321
c
#include <linux/init.h> #include <linux/module.h> #include <linux/kernel.h> #include <linux/version.h> #include <linux/kallsyms.h> #include <linux/kmod.h> MODULE_AUTHOR("zxz0O0"); MODULE_DESCRIPTION("Say bye to SELinux at boot time to allow dualrecovery"); MODULE_VERSION("1.1"); MODULE_LICENSE("GPL"); #ifdef REPLACE_...
[ "dosomder@users.noreply.github.com" ]
dosomder@users.noreply.github.com
b446b517085fb9e53846951528ab7993f089a443
51635684d03e47ebad12b8872ff469b83f36aa52
/external/gcc-12.1.0/gcc/testsuite/gcc.target/i386/defines-2.c
4383a059be20f4ac62a5f5c800df4a9f0b5be207
[ "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" ]
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
154
c
/* { dg-do compile } */ /* { dg-options "-march=athlon64 -mno-mmx" } */ #if defined(__MMX__) || defined(__3dNOW__) || defined(__3dNOW_A__) #error #endif
[ "rink@rink.nu" ]
rink@rink.nu
1b399c36a986e75ad5f28f109bc9f2b306941e82
4e432b0a49606d35dce15ef4df4d90d881bf309e
/d/wizz/calvin/armor/tianjia.c
ae3f58de4304b4bad06d3c0adfde89cba1cf2d08
[]
no_license
MudRen/sanjie
352e8490ec289877da73b21475c1272409193650
87f491aa0608044f23cd3dfe61daed6ec424df58
refs/heads/master
2020-04-17T04:10:26.979307
2019-01-18T07:02:00
2019-01-18T07:02:00
166,217,299
0
1
null
null
null
null
GB18030
C
false
false
595
c
// tianjia.c 四重天甲 #include <armor.h> #include <ansi.h> inherit ARMOR; void create() { set_name(HIW"四重天甲"NOR, ({"sichong armor","tianjia", "jia", "armor"})); set_weight(3000); if( clonep() ) set_default_object(__FILE__); else { set("unit", "件"); ...
[ "i@chenxuefeng.cn" ]
i@chenxuefeng.cn
69959797f0fa08aafca8929ca62f480f811b2f33
48914e4d0a55d537be6a0d359da7f79f4a1dbaf2
/lib/net_queue_manager/net_soft_filters_srv_impl.c
2e2680440578954d5941e728431cce7a4044e48c
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
joe9/barrelfish
f1efbbbc5c345a96b649da2b2e0762d00e42ad52
d084c900bedc914ff10cd6e31d6c73044ed255f4
refs/heads/master
2016-09-06T10:26:17.271774
2014-10-04T22:09:20
2014-10-04T22:09:20
24,802,206
4
0
null
null
null
null
UTF-8
C
false
false
46,332
c
/** * \file net_soft_filters_impl.c * \brief Generic server part responsible for exporting net_soft_filter.if * for most ethernet drivers. Current drivers using this server code are * -- e1000n * -- rtl8029 * -- eMAC * -- e10k (within shared queue) */ /* * Copyright (c) 2007-11 ETH Zurich. * All rights res...
[ "joe9mail@gmail.com" ]
joe9mail@gmail.com
62e22afcb6851642ed84af4ce7a16854519068f3
365dbb7c918e58d17b486192ed276de3e977f6da
/Matrix3x2 rev01/matrix3x2/Src/stm32f3xx_it.c
4ee415963b424ff9155dd7ff2038ae4349a7929c
[]
no_license
xrecord/cube_matrix
959d3ca8e1615f9e8e2f733e57fafe9f73b7b795
ba42d878d1f90b039824e60fb895f57117a41523
refs/heads/master
2021-01-18T18:12:21.310995
2015-05-13T18:02:56
2015-05-13T18:02:56
29,775,273
0
0
null
null
null
null
UTF-8
C
false
false
3,520
c
/** ****************************************************************************** * @file stm32f3xx_it.c * @date 22/01/2015 08:46:23 * @brief Interrupt Service Routines. ****************************************************************************** * * COPYRIGHT(c) 2015 STMicroelectronics * *...
[ "shyshkin_konstantin@mail.ru" ]
shyshkin_konstantin@mail.ru
83e6b617674f6b1507b30bd44a16bf5be5301d3e
d9eee4bdcfde3995b68b51faaafbf0a8633ed0f2
/common/ntshell_cmd/.svn/text-base/task_ntshell.h.svn-base
5b969c7025f5521ccf430ef2818cca3dde2162f6
[]
no_license
huchunxu/k60
0cc2f2e29fe7cfc7bec29126d1b9c7febd0bc9a5
c1338aac16bc53c687526aaab934f2b39df7ac29
refs/heads/master
2020-05-29T23:06:47.875299
2013-07-25T04:46:24
2013-07-25T04:46:24
11,306,795
10
6
null
null
null
null
UTF-8
C
false
false
1,270
/* * ===================================================================================== * COPYRIGHT NOTICE * Copyright (c) 2012 HUST-Renesas Lab * ALL rights reserved. *//** * @file task_ntshell.h * * @brief task for ntshell * * @version 0.1 * ...
[ "huchunxu@hust.edu.cn" ]
huchunxu@hust.edu.cn
c32acbb9d4da583f471f36503fa11cca605a1acb
cae684aedddedaf9816ebe702cc619076eeae330
/mainFunctions.h
1dc65f8508280b81c2dc6819e4effe4f4a540237
[]
no_license
worc4021/exchangeStuff
9aec313aac33b4b998ba058610144fab897e65e7
16ebe72368e8ead82dce3a553fed51c59dc1eeb6
refs/heads/master
2016-09-03T07:03:51.619601
2015-08-20T15:44:15
2015-08-20T15:44:15
41,045,427
0
0
null
null
null
null
UTF-8
C
false
false
1,615
h
/* File: mainFunctions.h Program: Geometric calculation library Description: The geometric calculation library provides a MATLAB callable functions to compute the vertex enumeration, facet enumeration and projection for convex polyhedra. In addition it provides functions to compute minimal representations of c...
[ "manuel.schaich@me.com" ]
manuel.schaich@me.com
76b6bab54ae960710edd683f99e69f4026233ddd
255f227711ffb3b9f70f9b5ac58844741bd00a0e
/rid/rid/rid_lib.h
399bc2e708a9c6965d0c08a88c978b30ad3ba18e
[]
no_license
decoz/gcc_lib
9d837a4af2ffc0b79a302ea8e1fe4fa879ea1efc
dae753d6f2b9e303f7636cb82226f5c6e1892d72
refs/heads/master
2021-01-15T08:04:04.340264
2016-06-08T05:09:21
2016-06-08T05:09:21
54,153,774
0
0
null
null
null
null
UTF-8
C
false
false
220
h
/* * rid_lib.h * * Created on: 2009. 9. 4. * Author: decoz */ #include "type.h" #ifndef RID_LIB_H_ #define RID_LIB_H_ int contains(BYTE *source,int ssize,BYTE *target,int tsize); #endif /* RID_LIB_H_ */
[ "decoz91@gmail.com" ]
decoz91@gmail.com
87e4b867f13fcfc5caa5fff30da088af2672b20c
5a3f4c9302610aefb7d9e64b55e290e3b1ad8449
/nwk_ip/base/thci/thci.c
80fd185dd1928855385c02915818ab07739c3410
[]
no_license
Sulodiye/VAE_Project
3213e71234843e87cb078d6007e16ed1b28e36e4
592faf6a7442641daf3f1c17ba389956be335548
refs/heads/master
2022-12-14T05:23:47.642584
2020-09-05T15:18:49
2020-09-05T15:18:49
null
0
0
null
null
null
null
UTF-8
C
false
false
259,514
c
/* * Copyright (c) 2014 - 2015, Freescale Semiconductor, Inc. * Copyright 2016-2017 NXP * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * o Redistributions of source code must retain the above copyright notice,...
[ "sidi.namou1996@gmail.com" ]
sidi.namou1996@gmail.com
e8dd42ac3246024d64ee1a555fbc7423bc1efd81
d6e727afda9d0b05c9dca79d0b3d8534d72dc254
/KingnightTeam_Hex/hexdefine.h
7b66cdfd4cd0c0a804c09ea26bd951bd29b4db5b
[]
no_license
QilongPan/hex
8b9794d327c18796635e38f7b4554ac6cdc6fb4a
128b631fc1d042dfce7c5e957bce904e587b3ccb
refs/heads/master
2020-03-24T08:12:25.033702
2018-07-27T14:32:28
2018-07-27T14:32:28
142,588,320
0
0
null
null
null
null
UTF-8
C
false
false
933
h
#ifndef HEXDEFINE_H #define HEXDEFINE_H #define ROW 11 //棋盘的行 #define COLUMN 11 //棋盘的列 #define PASS 1 //通过,棋盘中的位置是该为选手的棋 #define NO_PASS -1 //不通过 #define ALREADY_PASS 5; //已经通过的点 #define NO_CHESS 0 //没有棋 #define COMPUTER_CHESS 1 //电脑的棋 #define PLAYER_CHESS 2 //选手的棋 #define SEARCH_DEPTH 1 //搜索深度 #define COMPU...
[ "3102377627@qq.com" ]
3102377627@qq.com
a3fda2fd5ddf615f8658b78e58a1874266d01a49
193920eb3b12667cc38f549beb7e40e98e69f400
/os/hal/boards/ST_STM32373C_EVAL/board.h
2c69abc1a3e756199fef759f57b372fbfee1426e
[ "Apache-2.0" ]
permissive
marcoveeneman/ChibiOS-Tiva
4f13853ea5eaeafe4736576097dfce0746e430ea
959c058ce94313ab4c38ba526669a5e83978fa1d
refs/heads/master
2021-01-10T19:01:11.558639
2020-12-19T11:25:10
2020-12-19T11:25:10
21,398,012
3
0
null
null
null
null
UTF-8
C
false
false
55,806
h
/* ChibiOS/RT - Copyright (C) 2006-2014 Giovanni Di Sirio Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by ...
[ "marco-veeneman@hotmail.com" ]
marco-veeneman@hotmail.com
0d5d73bfe900a99223fcef78ee549a4cb8e900ae
f026cb616ef14bae15a1d251ca6dbe0f55016d9c
/linux/7028.c
4986ed2dea7d26629c4974a3417d2fdbe26e3b6a
[]
no_license
jajajasalu2/cocci-lkmp-c-files
3eb7d451929dca5cb6beb56aabd69fe3f7fc176c
5da943aabe1589e393a131121dbf8e7a84b3cf2a
refs/heads/master
2020-12-02T17:30:14.411816
2020-01-29T08:36:30
2020-01-29T08:36:30
231,053,574
1
0
null
null
null
null
UTF-8
C
false
false
948
c
cocci_test_suite() { const struct ide_port_ops cocci_id/* drivers/ide/jmicron.c 99 */; ide_drive_t *cocci_id/* drivers/ide/jmicron.c 95 */; port_type cocci_id/* drivers/ide/jmicron.c 37 */[2]; int cocci_id/* drivers/ide/jmicron.c 36 */; u32 cocci_id/* drivers/ide/jmicron.c 33 */; struct pci_dev *cocci_id/* driver...
[ "jaskaransingh7654321@gmail.com" ]
jaskaransingh7654321@gmail.com
db27c2caeec10596b8e4ad61740904a5758f05c6
4cda9e27dd51fea2300e212d6185c09d4165547e
/src/controls/controls.c
6a22bb654bd3d49c1c1c48cc0cef36212e4510ed
[]
no_license
TrueCreators/wolf3d
0954778a0baa10d76945a727c02d2b427dab6ad1
127a1afdcca72c85049400bc7f80af8652b8deb6
refs/heads/master
2023-07-19T21:36:51.221774
2021-08-29T13:38:37
2021-08-29T13:38:37
401,050,388
0
0
null
null
null
null
UTF-8
C
false
false
1,797
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* controls.c :+: :+: :+: ...
[ "sreicher@il-f5.msk.21-school.ru" ]
sreicher@il-f5.msk.21-school.ru
7ec9c7e90227b80d939a9f0aa14bc6dfa41862dd
8e8a0440741cf3f44190885f734c1ea46ef960fe
/Labs/lab1-3/p14.c
2d69e130203ce5c31bf8978e237f1b34c16ef210
[]
no_license
tigarto/SO
e6b4589a754004b714ebace1b8405e5875c25ba8
f2d1a1340c8a0ca3a4637787cbb32cba578f2171
refs/heads/master
2021-09-11T21:08:08.126677
2018-04-12T12:48:44
2018-04-12T12:48:44
null
0
0
null
null
null
null
UTF-8
C
false
false
245
c
#include <stdio.h> #include <stdlib.h> #include <string.h> int main(void) { char *buffer; char *string1 = "Hola "; buffer = (char *)malloc(sizeof(char)*30); strcpy(buffer, string1); puts(buffer); free(buffer); return 0; }
[ "jaibercom@gmail.com" ]
jaibercom@gmail.com
5995f1cc6cc9fd92b60b0dd6dc806c52fee42ab1
d066aec3a2a6e50800e19672ed7778b83f34d364
/P20/source/hw.c
ae594577d7310549f886b0117a294378e8ff9ecf
[]
no_license
brandon88320123/HW-11-12
8de0c8464d3132b389b9107e623cc2dd734a0da3
babb5bc7eb007ab7c6b5fc297e2eb0c66fad39fe
refs/heads/main
2023-01-10T16:34:50.077766
2020-11-12T08:36:31
2020-11-12T08:36:31
312,202,316
0
0
null
null
null
null
UTF-8
C
false
false
223
c
#include<stdio.h> #include<stdlib.h> int main(void) { int i; for (i = 1; i <= 20; i++) { printf("%10d", 1 + (rand() % 6)); if (i % 5 == 0) { printf("\n"); } } system("pause"); return 0; }
[ "noreply@github.com" ]
brandon88320123.noreply@github.com
8415ef2702cf057a36efd75cc030f3d8a348d675
66350e0b202d85da35bc975090d1d01a56dca16e
/udpserver/udpserver.c
3782bae2cce90bc22e102be498a6f10911696e4d
[]
no_license
JessMcintosh/Doppler
44b787ee0877c8a5a2ce7a37bb0a5f660310b143
ead8d2e4400d82422a6cb380a41eaabcd2d5b588
refs/heads/master
2021-01-16T20:37:17.111467
2017-06-23T16:17:28
2017-06-23T16:17:28
64,322,960
1
0
null
null
null
null
UTF-8
C
false
false
3,113
c
/* * udpserver.c - A simple UDP echo server * usage: udpserver <port> */ #include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <string.h> #include <netdb.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #define BUFSIZE 1024 /* * error - wrapper for...
[ "jess.mcintosh22@googlemail.com" ]
jess.mcintosh22@googlemail.com
616eda0adb4fc73b44d05f6d4b0897176e1da5b3
886f50a718cad748e09f60d74f3721f9affc0cc7
/fcs_multi.c
d348a1597815018a94b0cf5f86e2ced84ff035ee
[ "MIT" ]
permissive
predict-drone/flight-control
7890cf32db7faa09f2170e91c865f70a4c22f643
75fabaae328abc703224d38e0e86c08a0630855f
refs/heads/master
2020-04-28T08:55:27.679947
2019-07-12T07:53:21
2019-07-12T07:53:21
175,147,608
1
0
null
null
null
null
UTF-8
C
false
false
18,741
c
// // Copyright 2018 Aalborg University, Denamrk. // All rights reserved. // Author: Shibarchi Majumder (sm@es.aau.dk) // Oktay Baris (okba@dtu.dk) // // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following condit...
[ "noreply@github.com" ]
predict-drone.noreply@github.com
1105a34a056ed64297bdd4b656065ca4178c9cd3
bdf42223d8e98c7644bc95e99ea7d202ee6fe6d8
/dir.c
c8e10084ab34ad7195ae734eac030fa71d94b49d
[]
no_license
ulisses/ftp-client-server
885d885026fb314d24006784234f4abc09d470ea
93fd34cf317dd16b3d796b1e0f1ed5aafa202f3e
refs/heads/master
2020-08-09T18:44:55.636269
2009-01-14T00:58:18
2009-01-14T00:58:18
106,971
6
1
null
null
null
null
UTF-8
C
false
false
223
c
# include <stdlib.h> # include <stdio.h> int main(){ char linha[200]; FILE *f, *p; f = fopen("dir.cmd", "w"); p = popen("/bin/ls -f", "r"); while(fgets(linha, 200, p)!=NULL) fprintf(f, "%s", linha); return 1; }
[ "ulissesmonhecosta@gmail.com" ]
ulissesmonhecosta@gmail.com
d0de0c903c09be89e5e3f0e8f9e6890580288755
25f9da9c619a06422c35137c7f17499a33232815
/src/boot/STM32_XPD/CMSIS/Include/core_cm4.h
654845961914a913a3ed25945e5b6490bc724970
[]
no_license
OS-Q/W43
d2bf781265ec382910cccc96cfd2d56392d61454
db1245d141f32bfb2d4e728272b52acd3586e910
refs/heads/master
2023-05-07T23:15:34.194680
2021-05-28T02:05:59
2021-05-28T02:05:59
160,380,981
0
0
null
null
null
null
UTF-8
C
false
false
154,753
h
/** ****************************************************************************** * @file core_cm4.h * @author Benedek Kupper * @version 0.3 * @date 2018-01-28 * @brief CMSIS Cortex-M4 Core Peripheral Access Layer Header File */ /* * Copyright (c) 2009-2017 ARM Limited. All rights reserved. * ...
[ "qitas@qitas.cn" ]
qitas@qitas.cn
9f1c2f57cd2874a28adaf1ef746ad149906d20e4
06c9bc5af0edf3eb7f3daefbc0cf96d463fe6daf
/src/vidhrdw/psikyo4.c
c0e79f09fee717ccf1ce747e936cd46a3377d783
[]
no_license
lantus/mame-nx
c4c96bb1125ceb6f7f348211dac5b63175accb22
e4f042da1a7a2164a58d7b1fc3db1d9229e4b690
refs/heads/master
2022-11-08T19:48:33.984389
2022-08-22T15:08:22
2022-08-22T15:08:22
140,345,004
100
8
null
2022-10-03T22:13:13
2018-07-09T21:39:46
C
UTF-8
C
false
false
5,170
c
/* Psikyo PS6807 (PS4): See src/drivers/psikyo4.c for more info Each sprite has a flag denoting the screen to which it should be drawn. */ /* Vid Regs: 0x3003fe4 -- ??xx???? vblank? 86??0000 always? 0x3003fe8 -- c0c0???? flipscreen for screen 1 and 2 resp. ????8080 Screen size select 0x3003fec -- a000...
[ "jimgiannakis@sbcglobal.net" ]
jimgiannakis@sbcglobal.net
239e9d98df3aea685bf39397e66cdb8cc656a0d0
ab27b2b9b3086041d322c670228cffea6b64cc29
/day11/ex00/ft_create_elem.c
9524885fe73709161a281fcaf94e4f7337481423
[]
no_license
MrtnsK/sept2018
b6646e654c4a36c3241068b36ad7c4e8ac650edf
eb100c798351e5bfcce9e0f0d1791efae22be969
refs/heads/master
2020-03-28T01:26:05.224736
2018-09-20T17:42:57
2018-09-20T17:42:57
147,504,676
0
0
null
null
null
null
UTF-8
C
false
false
1,123
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_create_elem.c :+: :+: :+: ...
[ "kemartin@e3r12p10.42.fr" ]
kemartin@e3r12p10.42.fr
07f429dfe0cdbdce8ae965d6e7765957783285de
cf5b7ff6bdb267bfb7222e4c2c873c03af8da3d0
/src/firewall.h
162555d935a02254cc2e3314e7626a52e7a3ee75
[]
no_license
aluethi/firewall
b43e744216e761320b321c8899bc844a7b636d48
b586c579ca6a9433acb5924dafa84d21c1eebf0b
refs/heads/master
2023-03-19T22:22:42.164165
2015-07-01T03:13:48
2015-07-01T03:13:48
null
0
0
null
null
null
null
UTF-8
C
false
false
636
h
/** @file firewall.h * @brief Top-Level execution file * * This is the main entrypoint to the firewall program. * Tasks implemented in this file: * - Parsing rules file * - Creating ARP Handling server * - Initializing communication modules * - Handling heap memory * */ #ifndef __firewall #define __...
[ "akd54@cornell.edu" ]
akd54@cornell.edu
c5a376c46fb4bbd012410c84d1b571e342989c8f
f33eba984333bac1b00ccbef1048018fad3f9599
/Inc/main.h
08698e46d10f46a3915c797f8f58d070b915ba1d
[]
no_license
dala0005/calculate_simple_engine
ae18c2c97e3e7afe284ad7e31260f44ef1f6d40d
579d42e6eef1a40a6d9317b2901d0c732f37bae2
refs/heads/master
2021-01-11T14:13:49.243865
2017-04-28T12:05:26
2017-04-28T12:05:26
81,191,742
0
0
null
null
null
null
UTF-8
C
false
false
3,160
h
/** ****************************************************************************** * File Name : main.h * Description : This file contains the common defines of the application ****************************************************************************** * * COPYRIGHT(c) 2017 STMicroe...
[ "voldo83@hotmail.com" ]
voldo83@hotmail.com
5fe6107225bba378b893ef924918fa40888111cb
716ae7bebe122a8a897d29b4d8b4fed46e727198
/factorialfunction.c
c78ed5674f1f8ecc67f5577ac37e7c4fcb45787a
[]
no_license
Saisurya03/C_Programs
f48002d476dcb208fa70e2ccb8198e686caefb6e
aeb84d7fed0d969170d9bd64d68e040e0fcb4408
refs/heads/main
2023-06-05T08:16:55.373060
2021-06-23T11:42:20
2021-06-23T11:42:20
371,988,552
0
0
null
null
null
null
UTF-8
C
false
false
283
c
#include<stdio.h> #include<conio.h> void factorial(); void main() { printf("Enter number whose factorial you want to find\n"); factorial(); } void factorial() { int n; scanf("%d",&n); int i,x=1; for(i=1; i<=n; i++) { x=x*i; } printf("Factorial of %d is %d",n,x); }
[ "85022867+Saisurya03@users.noreply.github.com" ]
85022867+Saisurya03@users.noreply.github.com
aee055a1b89280d5a0bfa637a947c91854d6e3ed
e368d28ab359f703b784b23280a98caa58d4fa72
/component/common/drivers/i2s/alc5651.h
3d423997ea2b1514b76f1df6d6a83d645c630498
[ "MIT" ]
permissive
Seeed-Studio/seeed-ambd-sdk
93b3f853142026b0bb15f320129f7e893c981ae1
3cc64f293f756ffb3cd379fffb972b7401cb0951
refs/heads/AT
2022-11-25T06:55:17.361575
2020-07-31T05:45:10
2020-07-31T05:45:10
255,220,669
12
7
null
2020-07-31T05:45:11
2020-04-13T03:18:22
C
UTF-8
C
false
false
251
h
#ifndef _ALC5651_H_ #define _ALC5651_H_ void alc5651_reg_dump(void); void alc5651_index_dump(void); void alc5651_init(void); void alc5651_set_word_len(int len_idx); void alc5651_init_interface1(void); void alc5651_init_interface2(void); #endif
[ "lht856@foxmail.com" ]
lht856@foxmail.com
2bffc599664eb1bfaba7411a20d221196fb7f651
cc15baefdd77fc91c92f1635108691e22ee453d8
/servos/servos.h
e83fca2db0e5ab4ed689a11dd790655f16d86bc1
[]
no_license
mixinmax/doomsday-project
b2708dee50b2a882104ce8d8a50bb307d4bb0f30
9495bbc99a008cd53bb1f2fc9f3ba590a277f839
refs/heads/master
2020-04-13T15:09:22.912288
2015-04-17T19:35:39
2015-04-17T19:35:39
null
0
0
null
null
null
null
UTF-8
C
false
false
824
h
#ifndef SERVOS_H_ #define SERVOS_H_ //Functions to control maneuvers //all these functions call starter to set parameters for the side servos void forward (void); void backward (void); void spinCC(void); //clockwise 90 degrees void spinCW(void); //counter-clockwise 90 degrees void stop(void); //starter sets the para...
[ "christopher.sluyter@gmail.com" ]
christopher.sluyter@gmail.com
57c1cf57095369ac0fc79c3a5bea75d8cff74eb4
cad885dd63313ec8121483069c748cfb5735fa61
/src/lwes-0.23.2/lwes_marshall_functions.c
65d52af9356157f7cdebf472febfa31f66d56f89
[ "MIT" ]
permissive
bcluca/liblwes-node
7aefd96e8b167a0e8a8a2327ef6e393c77c0e479
4e2aba1f7d18099a476159d759ddc0060b52f740
refs/heads/master
2021-01-10T20:58:02.024682
2015-05-15T00:48:04
2015-05-15T00:48:04
10,831,054
0
0
null
null
null
null
UTF-8
C
false
false
16,275
c
/*======================================================================* * Copyright (c) 2008, Yahoo! Inc. All rights reserved. * * * * Licensed under the New BSD License (the "License"); you may not use * * this file except in c...
[ "lbernardociddio@yp.com" ]
lbernardociddio@yp.com
b4f2dc46e3412522c155210dc39e30be96136a16
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/c-litmus-HMC-Nidhugg/R+wsipl+polp-ctrl-rfipa.c
4af168df07e995d36fcb4de428bb8427e9fd8bec
[]
no_license
ashutosh0gupta/llvm_bmc
aaac7961c723ba6f7ffd77a39559e0e52432eade
0287c4fb180244e6b3c599a9902507f05c8a7234
refs/heads/master
2023-08-02T17:14:06.178723
2023-07-31T10:46:53
2023-07-31T10:46:53
143,100,825
3
4
null
2023-05-25T05:50:55
2018-08-01T03:47:00
C++
UTF-8
C
false
false
1,660
c
/* Copyright (C) 2023 ARM-CBMC * This benchmark is part of ARM-CBMC */ #include <assert.h> #include <pthread.h> #include <stdatomic.h> atomic_int vars[2]; int atom_0_X3_4; int atom_1_X6_2; int atom_1_X5_1; void *t0(void *arg){ label_1:; atomic_store_explicit(&vars[0], 2, memory_order_relaxed); atomic_store_e...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
6736a0321fd9b06044726f07f0e84c7cef0e5b15
f77a1f9d4a860dfd5154666dc4117e24627d835d
/gecko_sdk_suite/v2.5/platform/Device/SiliconLabs/EFR32FG13P/Include/efr32fg13p_lesense_ch.h
e3e46149714c0a34cdf007cee183460a899f8971
[]
no_license
eosnewyork/gecko_sdk_suite
9e93da499173edede02c3a986bfb233cf7b528e2
9678065284fc0faa89fe8206d51dcde5dcf632c1
refs/heads/master
2020-05-18T02:36:02.504381
2019-04-29T15:56:40
2019-04-29T15:56:40
184,101,402
3
0
null
null
null
null
UTF-8
C
false
false
2,429
h
/***************************************************************************//** * @file * @brief EFR32FG13P_LESENSE_CH register and bit field definitions * @version 5.7.3 ******************************************************************************* * # License * <b>Copyright 2018 Silicon Laboratories Inc. www....
[ "warrick@eosnewyork.io" ]
warrick@eosnewyork.io
0535b00d254a4d3f3d168fb7244dd420232f7e95
23acf8ac06fc09a13f16506fe77d2b14fd691974
/aula36.c
3e065fe86020553bb0db5a370ba4cd6e5fa2434f
[]
no_license
LucasSSouzaSSantos/Linguagem-C
c4a31828f914722c9ed2e03a3699e7b684c2261c
16a441f4b3dc3966dceade0c1bb927c7b327cfe5
refs/heads/master
2021-05-27T08:01:18.265701
2020-04-09T01:36:21
2020-04-09T01:36:21
254,240,429
0
0
null
null
null
null
UTF-8
C
false
false
617
c
#include <stdio.h> int main(){ int vetor[10] = {6, 4, 1, 9, 8, 0, 5, 7, 3, 2}; int i; // declarar minha função void ordemCrescente(int vetor[], int n); ordemCrescente(vetor, 10); for(i = 0; i < 10; i++){ printf("%i ", vetor[i]); } printf("\n"); return 0; } void ordemCrescente(int ...
[ "noreply@github.com" ]
LucasSSouzaSSantos.noreply@github.com
7007de08e6dec6b579810cfeb5f4e869e3e2eefd
f44d66132376a8ad10ec747d676a81571518a32c
/codes C/Algo-Lab 2-p1.c
6ad06d2b1e38ffaa91954f76f3645dd04e928138
[]
no_license
Porag346208/etc-codes
526f77c43c4ce4994253326bdf0ecc767f3f49c9
524c67713532d812c1e4eedebd98d9a0c0c2d829
refs/heads/main
2023-05-26T23:07:09.636926
2021-06-17T20:57:53
2021-06-17T20:57:53
377,958,287
0
0
null
null
null
null
UTF-8
C
false
false
1,189
c
#include <stdio.h> void merge(int [], int, int [], int, int []); int main() { int a[100], b[100], m, n, c, sorted[200]; printf("Input number of elements in first array\n"); scanf("%d", &m); printf("Input %d integers\n", m); for (c = 0; c < m; c++) { scanf("%d", &a[c]); } printf("Inp...
[ "noreply@github.com" ]
Porag346208.noreply@github.com
39648fbc97bff7596498aa9d78b18605b43bda59
40e99ddbc7c449742affdef69e51cbc409598488
/Geometry/src/LinkedList.c
fa144accde01afdd2ace3dd2c21604a0f3045940
[]
no_license
aayushkumar/Parallel-Programming-Project
2c8a92c2bfeb25cd2acfa924c50dd47115f13017
812d579a4b716d7184249e57409c8619212846c9
refs/heads/master
2016-08-12T08:28:36.118048
2011-05-09T22:13:08
2011-05-09T22:13:08
1,712,720
0
1
null
null
null
null
UTF-8
C
false
false
7,634
c
/*#include <Base/Foundation/Foundation.h> #include <Base/IO/IO.h> */ #include "MemoryPool.h" #include "units.h" #include "types.h" #include "QuadEdge.h" #include "LinkedListNode.h" #include "LinkedList.h" #include <stdio.h> #include <stdlib.h> #include <assert.h> #include <string.h> const char* /*Type*/ LinkedList_Ty...
[ "aayushkumar@gmx.com" ]
aayushkumar@gmx.com
a7e9239e82fcdb764513ec125a5cbdfffe042eb1
cfced135189d6995717535b245c648e256a3c834
/Deedio/Pods/Headers/Public/authorizenet-sdk/GetBatchStatisticsRequest.h
d8add010f3010b1547b1ce15679ae87d766f754f
[]
no_license
forever02/fintech
5470e1e941d1e7dfeed442749cc205cfdfcc5420
dd22cab3c74374dde5264dc652cba97b6692b43a
refs/heads/master
2021-01-20T15:50:57.465883
2016-07-23T16:41:13
2016-07-23T16:41:13
64,025,400
0
0
null
null
null
null
UTF-8
C
false
false
65
h
../../../authorizenet-sdk/sdk/Headers/GetBatchStatisticsRequest.h
[ "dev@devs-iMac.local" ]
dev@devs-iMac.local
693ffef287c6dcc8d60d1cd4ec7d9e153d6af301
102493c818b3f67bd2034d7de673653881f25280
/source/ti/grlib/fonts/fontcm34b.c
4fccff394503297f796c3623bccecce572ae7bd3
[]
permissive
ArakniD/simplelink_msp432p4_sdk
4fb9eb53f5d98a5afd86bdd2ab49882d1c3a0db1
002fd4866284891e0b9b1a8d917a74334d39a997
refs/heads/master
2020-05-15T01:12:51.507318
2020-01-17T22:27:57
2020-01-17T22:27:57
182,001,519
4
0
BSD-3-Clause
2019-11-14T12:09:25
2019-04-18T02:23:51
C
UTF-8
C
false
false
24,412
c
/* --COPYRIGHT--,BSD * Copyright (c) 2016, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of source code must retain the above copy...
[ "lucas.oldfield@gmail.com" ]
lucas.oldfield@gmail.com
416dce406abdc8b56bc14de552f84568cfbea81d
4bf582c5b0dbb8936f1f99c50efc538bf2f6b61f
/lsm6dsrx_STdC/example/orientation_6d_4d.c
8120b507b4ebddc93d53e2d0ffb02548e3ae1702
[ "BSD-3-Clause" ]
permissive
wwwpsm/STMems_Standard_C_drivers
263aea852e0bbca02dcb213a3a8a6f05c479fc1f
05bb6ac2215a13a150ec1b5ab3d6dcc97ce29a2e
refs/heads/master
2021-03-28T15:30:00.963746
2020-03-12T14:51:47
2020-03-12T14:51:47
null
0
0
null
null
null
null
UTF-8
C
false
false
8,639
c
/* ****************************************************************************** * @file orientation_6d_4d.c * @author Sensors Software Solution Team * @brief This file show the simplest way to detect orientation 6D/4D event * from sensor. * *************************************************************...
[ "alberto.zancanato@st.com" ]
alberto.zancanato@st.com
7d4021e941681ca8692b5251988f913bdc977b9a
99bdb3251fecee538e0630f15f6574054dfc1468
/bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/hibernate.c
a94fdfaf79ef79a6a0388964d7f43e1c95654414
[ "Apache-2.0", "Zlib", "LicenseRef-scancode-proprietary-license", "MIT", "BSD-3-Clause", "X11", "BSD-4-Clause-UC", "LicenseRef-scancode-unknown-license-reference" ]
permissive
RT-Thread/rt-thread
03a7c52c2aeb1b06a544143b0e803d72f47d1ece
3602f891211904a27dcbd51e5ba72fefce7326b2
refs/heads/master
2023-09-01T04:10:20.295801
2023-08-31T16:20:55
2023-08-31T16:20:55
7,408,108
9,599
5,805
Apache-2.0
2023-09-14T13:37:26
2013-01-02T14:49:21
C
UTF-8
C
false
false
77,065
c
//***************************************************************************** // // hibernate.c - Driver for the Hibernation module // // Copyright (c) 2007-2017 Texas Instruments Incorporated. All rights reserved. // Software License Agreement // // Redistribution and use in source and binary forms, with or witho...
[ "920369182@qq.com" ]
920369182@qq.com
629df2fd7333f3ea78ba5c0a610a4b4f57bf4ab2
5c255f911786e984286b1f7a4e6091a68419d049
/code/e8e21e62-6e27-42e5-8ff3-38297be7cd3e.c
711a38d69fd114fd19d1cb3cb07b41fbf2aca453
[]
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=0; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = k%j; l = l+4; l = k-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
97423392152b91b356a5e3ebe592f4a1238286c6
b34c8676a9deb30dbf9d09e66a7db4da004b3e41
/test/test_gps.c
83abc134b33e8da34978246c27481dbfb0794540
[ "MIT" ]
permissive
JCube001/libgps
ccf9164955a353feaeebac7c3079a4b070cf81e1
df544ab7bb9599779516c2d2d0aef794536485de
refs/heads/master
2021-01-10T16:27:47.725452
2015-10-03T17:22:43
2015-10-03T17:22:43
43,607,525
7
5
null
null
null
null
UTF-8
C
false
false
9,100
c
/* The MIT License (MIT) Copyright (c) 2015 Jacob McGladdery Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, mer...
[ "jacobm117@gmail.com" ]
jacobm117@gmail.com
14ca2c0a02a8b8986993cf2b903767b35e3c740f
45564e0066368e3421b319b63edbe26725d8fea4
/mutexthread.c
3fd10a4e9b0e1f573d3fe3c149d1f9e65de7c7cb
[ "MIT" ]
permissive
Jueun-Jo/lab4
4f4fa857d186038c89961bcc1a701f024cc7a0f2
2735622c26a05a235961a363a3d95b9c4ceec213
refs/heads/master
2021-10-09T03:15:42.198515
2018-12-20T13:55:46
2018-12-20T13:55:46
null
0
0
null
null
null
null
UTF-8
C
false
false
1,159
c
/* mutexthread.c */ /* mutex example */ #include <stdio.h> #include <inttypes.h> #include <stdlib.h> #include <pthread.h> #define NUM_THREADS 3 pthread_mutex_t mutex; int sum; void *mutex_thread(void *arg) { pthread_mutex_lock (&mutex); sum += (long int) arg; pthread_mutex_unlock (&mutex); return arg; } int mai...
[ "jooeun64@icloud.com" ]
jooeun64@icloud.com
cdfab77d2d4913bdb12dc7ddbb7802079c81203e
bac865fbff3b99de64636564c1438ae389842650
/libft/ft_strdup.c
fd38ea7123188edbe4f48f0b8e459d77895368b3
[]
no_license
FloryneTourret/Fillit
e3c86b73b7d9017909692be563c829f4e67383c9
e9dafcbe7530c9384a23db32a3587a151640f639
refs/heads/master
2020-04-01T20:37:22.868437
2018-11-21T11:49:35
2018-11-21T11:49:35
153,612,646
0
0
null
null
null
null
UTF-8
C
false
false
1,245
c
/* ************************************************************************** */ /* LE - / */ /* / */ /* ft_strdup.c .:: .:/ . .:: ...
[ "ftourret@z4r6p1.le-101.fr" ]
ftourret@z4r6p1.le-101.fr
693b50560a9f9c25ba3236c939ad35c1de7c063b
ac8fc4a91f14392e77a24ec8a0ed85be6b7f54b1
/logrotate.c
dbc8b14ce1df714c4ce2eab3fdbcdd21585c024e
[ "MIT" ]
permissive
emptyhua/forever.c
70797b169b7e12f54422546027af4e5705a46d0b
76b1f890d589657237701d3e62b409e87e3409e6
refs/heads/master
2023-02-27T13:24:21.833486
2023-02-14T10:20:48
2023-02-14T10:20:48
46,647,729
0
1
null
null
null
null
UTF-8
C
false
false
7,271
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <limits.h> #include <dirent.h> #include <sys/stat.h> #include <libgen.h> #include <uv.h> #include "utlist.h" #include "forever.h" #include "config.h" #include "logrotate.h" typedef struct LogRotateItem_s LogRotateItem_t; struct L...
[ "emptyhua@gmail.com" ]
emptyhua@gmail.com
b7e02c9d3381748c48e8a07b413d5a5d27e605e3
1b6102756f5ae6a65eecc9e34e618eacf6753c88
/HARDWARE/DS18B20/ds18b20.h
4cb74568769a75fe815024de18799a90dd834504
[]
no_license
linyuan620/wanggehuamozucaijiban
fb81285c93e85ffc741a30045338a363a16b24d4
f283f697fd5fbcf842c76767283085b7e70883f5
refs/heads/master
2021-01-25T14:10:30.741571
2018-03-27T06:05:50
2018-03-27T06:05:50
123,660,910
1
0
null
null
null
null
GB18030
C
false
false
1,421
h
#ifndef __DS18B20_H #define __DS18B20_H #include "sys.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何用途 //ALIENTEK战舰STM32开发板 //DS18B20驱动代码 //正点原子@ALIENTEK //技术论坛:www.openedv.com //修改日期:2012/9/12 //版本:V1.0 //版权所有,盗版必究。 //Copyright(C) 广州市星翼电子科技有限...
[ "294665558@qq.com" ]
294665558@qq.com
2edf99883547c44b6e39066b7ff2b33bd58122e6
ddd3bccb04312644822a3f0d6e5af8a9517f1041
/Practice/Unit 1/1-3-sum(编译问题) .c
85e057d1c80fb2450c34daecd72bc0fd919d7099
[]
no_license
windard/Learn-C
e3a0586a95f1e15bf5bf69f59a30947b1357b328
7c1caaf2a21aba3b3e1bfb4def35d7d6d77d0fa5
refs/heads/master
2021-01-18T11:09:18.599215
2019-09-23T02:48:14
2019-09-23T02:48:14
44,107,537
0
0
null
2020-09-28T11:55:09
2015-10-12T12:58:53
Rich Text Format
UTF-8
C
false
false
198
c
#include<stdio.h> int main (void) { //int n=5; // scanf("%d",&n); // printf("Hello world"); /* for(i=1;i<=n;i++) { m+=i; printf("%d\n",m); } printf("%d\n",m);*/ return 0; }
[ "1106911190@qq.com" ]
1106911190@qq.com
ea0307c0ccdd29af8324e29d90b48a92224e4152
82dcffd9141bd18f8d63855fa595fb443d3ee4ff
/include/cqcppsdk/cqcppsdk.h
977078519147c52ba2855d289b023c67813df0b8
[ "MIT" ]
permissive
MoeMod/cqcppsdk
f5badf6a89508e5166d2b8db2e76680523117bd5
47e3e0996e280c0f52169762574c692c5f88999f
refs/heads/master
2020-12-28T02:42:31.992571
2020-02-12T20:04:16
2020-02-12T20:04:16
238,155,603
0
0
MIT
2020-02-04T08:15:58
2020-02-04T08:15:57
null
UTF-8
C
false
false
359
h
#pragma once #include "../../src/core/api.h" #include "../../src/core/dir.h" #include "../../src/core/event.h" #include "../../src/core/event_callback.h" #include "../../src/core/exception.h" #include "../../src/core/init.h" #include "../../src/core/logging.h" #include "../../src/core/menu.h" #include "../../src/core/...
[ "richardchienthebest@gmail.com" ]
richardchienthebest@gmail.com
e35914452fc55fe29bbef6fb2d257ac023f493ee
dc465170567dd9a658ef78ad75c6e5aa7d37a654
/C02/ex01/ft_strncpy.c
8933ecd18d739c8e34e98057a6c0997dd8d19dc0
[]
no_license
mbarylak/PiscineProjects
6f479a6d18f82a08c3be1828cc6c628d6d380945
98e24782f42fc7cc600e14ec75911ca59f3c1aa2
refs/heads/master
2023-07-19T14:27:21.253166
2021-09-24T16:48:00
2021-09-24T16:48:00
410,036,385
0
0
null
null
null
null
UTF-8
C
false
false
1,098
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strncpy.c :+: :+: :+: ...
[ "mbarylak@c1r6s6.42madrid.com" ]
mbarylak@c1r6s6.42madrid.com
c1807fd1063c9412706eaa8dd5486a8d4930d89c
75569ed16c90c7e4081e4ef3e5caafe8a622830f
/stm/audio.h
9b1f124a33aeb4ee46a02a4d0f7f6b300e8f26bb
[ "MIT" ]
permissive
aitjcize/micropython
22b153e88d2f2c8c44c92ac9b9eeee0396ed385a
203bc98804dd8ad60476b531f29b6658dcffadcf
refs/heads/master
2020-05-20T17:56:26.304832
2014-04-15T11:52:59
2014-04-15T11:52:59
18,765,665
1
0
null
null
null
null
UTF-8
C
false
false
41
h
MP_DECLARE_CONST_FUN_OBJ(pyb_Audio_obj);
[ "damien.p.george@gmail.com" ]
damien.p.george@gmail.com
5a03db54b2293566bf9fd4300881eaf0552d8980
13bb612caea8391fd50a9159cd45cf15756336a1
/openmpi-4.0.5/ompi/mpi/c/type_delete_attr.c
260b93cc1deebc95b5cd11687080facd94f93912
[ "BSD-3-Clause-Open-MPI" ]
permissive
pplab/openmpi-inc
bd467496218a63298201d9ca9853d3ebdd7fb820
efa5f7f4b9d7d134ca6ab7cf1d3efcd0b4b0359e
refs/heads/main
2023-08-16T00:37:56.834012
2021-10-22T01:08:05
2021-10-22T01:08:05
402,670,851
0
1
BSD-3-Clause
2021-09-10T03:49:19
2021-09-03T06:33:20
null
UTF-8
C
false
false
2,036
c
/* * Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana * University Research and Technology * Corporation. All rights reserved. * Copyright (c) 2004-2005 The University of Tennessee and The University * of Tennessee Resea...
[ "shenyu@ustc.edu.cn" ]
shenyu@ustc.edu.cn
3a0f4bead702528d55b3fe872ab92530a364e792
57ea38c6181ebbef99f5f9076985a56840b9a55e
/lib/dev/vccs/vccspzld.c
3dde4f58c4b4b73f8e8b0ae7e5b73bd28511dfc4
[ "MIT" ]
permissive
ResonanceGroup/SPICE
b4c92eab5cef58ed0d768044c0ee516030a9b8ee
4ea3da2371bcf5d901fa7a6388382acf50f4a2fb
refs/heads/master
2020-03-14T23:50:49.069010
2018-05-02T13:45:09
2018-05-02T13:45:09
131,854,435
0
1
MIT
2018-05-02T13:45:10
2018-05-02T13:27:11
null
UTF-8
C
false
false
1,148
c
/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1985 Thomas L. Quarles **********/ /* */ #include "spice.h" #include <stdio.h> #include "cktdefs.h" #include "complex.h" #include "sperror.h" #include "vccsdefs.h" #include "suffix.h" /*ARGSUSED*/ int VCCSpzLoad(inMode...
[ "=phillipmobley2@gmail.com" ]
=phillipmobley2@gmail.com
6a235ebe0514580d6ec585f6106b9aa4a5770540
a4a40d79059a8dbd636ac1cbe553ba8bdf6bb09f
/lib/node_modules/@stdlib/strided/base/binary/include/stdlib/strided/base/binary/df_d_as_dd_d.h
4e219ad1ad0af8b7efe56f619dc2d0901b9c7d38
[ "MIT", "SunPro", "BSD-3-Clause", "BSL-1.0", "Apache-2.0", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference" ]
permissive
splrk/stdlib
8e4333822d1752da1e5f21c2c50a6ff5886a8c7f
98c37fa381ef03c24703d76a5b0be4f95727243c
refs/heads/develop
2023-04-16T16:58:05.205555
2023-04-03T00:42:37
2023-04-03T00:42:37
195,529,564
0
0
Apache-2.0
2023-03-01T05:10:17
2019-07-06T11:00:16
JavaScript
UTF-8
C
false
false
1,325
h
/** * @license Apache-2.0 * * Copyright (c) 2022 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
[ "kgryte@gmail.com" ]
kgryte@gmail.com