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
29ba06c9d27e20ef7406c3a8329d2dfed2441b46
29fea47b3e7c0fba7313ff9350f6da4084113bf4
/rsProcess/FrequencyFunc/waveletTrans.h
0933d3599958a958223ba4917f31b8541d0f8b4b
[]
no_license
qichaoliu/rsProcess
33073f208c460f16d049c802f8686bbc0ba6dc56
e9ecbfc0291d8962bc7738ad51e29f648fd176a1
refs/heads/master
2023-03-18T00:05:36.691494
2016-08-04T00:57:00
2016-08-04T00:57:00
null
0
0
null
null
null
null
GB18030
C
false
false
3,350
h
#pragma once #ifndef _WaveLets_ #define _WaveLets_ //小波变换GDAL封装 #include "..\gdal/include/gdal_priv.h" #pragma comment(lib,"gdal_i.lib") ////////////////////////////////////////////////////////////////////////// //小波变换的影像滤波 //高通滤波 void HPFliter(char* pathSrc,char* pathDst,int band); void HPFliter(char* pathSrc,char...
[ "wuweijustyou@163.com" ]
wuweijustyou@163.com
4b1b814e59995e85bea4e26e30343964e71f844f
c286d455e5ba6f9a3aba714f95e92af7b67ac5a3
/examples/example_request_fini.c
d4d6da644726f4bd5a9fe0d34b5357291a9a6ab7
[ "BSD-3-Clause" ]
permissive
dendisuhubdy/libevhtp
74e48ab1f1f2c9c64eaa3e30da2997496fb7c617
00ccb5c80f7cfc3405ec39ce105f0f63a7425151
refs/heads/develop
2020-05-30T15:23:05.843712
2019-03-09T20:19:23
2019-03-09T20:19:23
189,817,442
0
1
BSD-3-Clause
2019-12-09T07:12:00
2019-06-02T07:31:08
C
UTF-8
C
false
false
1,825
c
/* Example of how to use a hook_request_fini callback. * any hook defined as `evhtp_hook_on_request_fini` will invoke * a user-defined function just prior to being free()'d. * * Here is just a quick example. */ #include <stdio.h> #include <stdlib.h> #include "./eutils.h" #include "internal.h" #include "evhtp/evht...
[ "nate@cl0d.com" ]
nate@cl0d.com
daff27f4404daf2163624b2f71ef20f1e9f83014
907a10325493ccc07e0bd25a95d7b3daffda1cdd
/src/nm/build.c
3ccc817d5c41ce499f2e5098716e49ad29319e75
[]
no_license
gensoku/Nm-otool
e28d13b7070f57794721c20f8b3eb47e0853a78a
cdea12714b3d1b34e91473ebe4bcad7cf0f7a94e
refs/heads/master
2022-11-15T20:21:09.317590
2020-07-11T02:14:24
2020-07-11T02:14:24
278,770,114
0
0
null
null
null
null
UTF-8
C
false
false
1,886
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* build.c :+: :+: :+: ...
[ "tsedigi@student.42.fr" ]
tsedigi@student.42.fr
9ea1fd11762ed8a305c29b5b4e61282d504edcc3
fdccacd812a2cd0fbe37df38feabf0c910a7d86f
/source/QTREE.h
165d04652505299296951b8ce44ed35bbc63279a
[]
no_license
jgresc/Temporal-Operators-on-Partitioned-Relations
f35476409dbb88529080e2fd0cc1a26cd96b27e0
de9074a9eaa4b4cccfbed9eb3c1a8a626826df78
refs/heads/master
2020-03-30T10:46:22.358645
2018-10-01T19:08:51
2018-10-01T19:08:51
151,135,520
0
0
null
null
null
null
UTF-8
C
false
false
1,048
h
#include "glob.h" #include "list.h" #include "ttup.h" #include "nodeHeapAm.h" #include "nodePartitionAM.h" #ifndef QTREE_H_ #define QTREE_H_ typedef struct qtree_node { timestmp lower; timestmp upper; struct qtree_node *left; struct qtree_node *right; List *tups; } qtree_node; typedef struct QTREE { ...
[ "jerinas.gresch@gmail.com" ]
jerinas.gresch@gmail.com
a493d1b2fa57df68f0caf55d09b924d0cfe89841
18dc828ecac141107d32a41e3063b2c8f4880667
/tom_1/chapter_10/17/h1.h
d249ef8987664b8af9aa7d68f3bfa63458054ef7
[]
no_license
novikov-ilia-softdev/thinking_cpp
4ffde847627b6cfdabcead8d833c24408314792d
bfa0348eaa89b2c24639a3f76d385dbc834b913d
refs/heads/master
2021-09-19T05:59:06.310055
2018-07-24T06:20:21
2018-07-24T06:20:21
70,487,830
0
0
null
null
null
null
UTF-8
C
false
false
68
h
#ifndef H1_H #define H1_H namespace{ int i = 5; } #endif // H1_H
[ "smartnlg.ilia.novikov@gmail.com" ]
smartnlg.ilia.novikov@gmail.com
f0c89c9de9cf96cd04fd4a2471b0b8e7f4b9343e
6279736f99b22bef828e92fb723f1c36de47cec3
/FirstProject/FirstSolution/08. CallingCard/main.c
e3b13d701e4abcfa9f0540b75368c9452697f43b
[]
no_license
pjb6510/C_Practice
19139713f1cd6f8a8f2eb561922f69f79ff69529
c85641713d1da2b4b1d375d31c79fe14ad33bac3
refs/heads/master
2023-05-21T19:53:12.934090
2021-06-09T07:29:52
2021-06-09T07:29:52
278,236,275
0
0
null
null
null
null
UTF-8
C
false
false
734
c
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdbool.h> #include <string.h> void print_char(int num_of_bar,char ch,int is_changeline) { for (int i = 0; i < num_of_bar; i++) printf("%c", ch); if (is_changeline==1) printf("\n"); } int main() { char name[] = {"Park Jeong been"}; char addr[] = {"...
[ "pjb6510@naver.com" ]
pjb6510@naver.com
73497e6af818907e6c729412a19766e15ba16d0a
b825c5831bad698bbbff31382ff0f000dd421ecd
/ari.c
14b24614a301cb37c660db8170f8812240200d8b
[]
no_license
vignesh0570/prop
d3c4ebac6c9d8dbb33372a3d77afde305eefb903
cbee9e51a18bac734bc62237eab86cda577e9bce
refs/heads/master
2021-01-17T17:39:21.197830
2016-07-10T09:26:16
2016-07-10T09:26:16
62,986,685
0
0
null
null
null
null
UTF-8
C
false
false
561
c
#include<stdio.h> int main() { int i,j,aa[50],bb[50],no,t; printf("\n Enter the no of value : "); scanf("%d",&no); printf("enter the first set value : "); for(i=0;i<no;i++) { scanf("%d",&aa[i]); aa[i]=bb[i]; } printf("enter the second set value : "); for(j=0;j<no;j++) { scanf("%d",&aa[j]); } for(i=0;i<no;i++) {...
[ "noreply@github.com" ]
vignesh0570.noreply@github.com
04ce65fe8f6c945146eb1da6b467980ca3a69bd0
7b8b1f2d8d5fdaa3353b202915d1b131e42e57de
/game.c
687343bbb34aedd5a2b0427372e1ea2ed57efced
[]
no_license
loukkolamies/jtkj
469ac9aafe1611921b2fa87d742df130d803364b
e5a4654b718f37fa9743cf7cef5126882dbab18d
refs/heads/main
2023-03-10T21:33:48.102695
2021-02-26T08:49:20
2021-02-26T08:49:20
342,515,598
0
0
null
null
null
null
ISO-8859-1
C
false
false
19,881
c
/* * @ Jimi Käyrä * @ Otto Loukkola * * A library utilizing some important functions related closely * to the TRON game itself. * * Provides capabilities for drawing the game UI, determining the * direction of movement, messaging to the backend and backtracking * the path traversed by the player (TRON). * * ...
[ "72257173+loukkolamies@users.noreply.github.com" ]
72257173+loukkolamies@users.noreply.github.com
39d458baa7b44613003e0b858197884b01e75a0b
ffa20805aebae610901c4a5161ba6e75006a8458
/rocket.c
69e188edc6c759ebd7087e540a515b6036fb90a3
[]
no_license
Mswathi997/200250330057
6a5ac39ab07f3d1207b164e1af491a6784604bf6
e5d5dc4e8471e07a5bad8bf3ffb2b33ef3cf6d6b
refs/heads/main
2023-02-27T04:07:15.590311
2021-02-04T07:33:54
2021-02-04T07:33:54
335,839,648
0
0
null
null
null
null
UTF-8
C
false
false
2,675
c
#include<stdio.h> #include<stdlib.h> #include<time.h> int main() { //creating a random number function for temperature control system using rand function,assuming time=1 hr(3600 sec) it will produce 36000 random numbers between 30 and 300// int temp; int i; int temp_lower=30; int temp_upper=300; int counter=0;...
[ "noreply@github.com" ]
Mswathi997.noreply@github.com
371cebbf2e8d604f0f27f08f92b3b3a9b309fe3f
598737b786a20889dc6acd468478baf4972535b3
/src/lib/libwrap/hosts_ctl.c
aa089c32c1e0b6ef9bcc27c40af2a26cee3e1355
[ "TCP-wrappers" ]
permissive
shisa/shisa-netbsd
5c8e289de2a48b6d8f39bd3add9ca4ea48fec1da
28d999d1c25107c126e0a458a97b9397aae592ef
refs/heads/master
2021-01-01T05:33:32.619808
2008-05-26T04:27:54
2008-05-26T04:27:54
32,793,680
1
2
null
null
null
null
UTF-8
C
false
false
1,284
c
/* $NetBSD: hosts_ctl.c,v 1.4 1999/07/03 12:30:41 simonb Exp $ */ /* * hosts_ctl() combines common applications of the host access control * library routines. It bundles its arguments then calls the hosts_access() * access control checker. The host name and user name arguments should be * empty strings, STRIN...
[ "keiichi@mobilegravity.sfc.wide.ad.jp" ]
keiichi@mobilegravity.sfc.wide.ad.jp
a48c3520987d2ff4c7789390c386c2953f421fd0
b69dd6fcc13375cb8ed19acb098cd9b8f4326178
/minihv/ACPI/source/include/actbl2.h
c838959bea24d7090c3b45e6ebd4096f91d24093
[ "MIT" ]
permissive
denisvieriu/Bare-Metal-Lightweight-Hypervisor
9a5b8b81ed5a5c29c1d13a108a26f67d2f81a037
1ab83cc8a11eee4fa72a609dbe1efc8ad6001ced
refs/heads/master
2021-04-18T19:27:31.036420
2021-01-25T11:41:21
2021-01-25T11:41:21
126,371,486
10
4
null
null
null
null
UTF-8
C
false
false
56,270
h
/****************************************************************************** * * Name: actbl2.h - ACPI Table Definitions (tables not in ACPI spec) * *****************************************************************************/ /****************************************************************************** * ...
[ "denis_vieriu@yahoo.com" ]
denis_vieriu@yahoo.com
8a4172551b517847019f8168800f35d1fab90cdd
160dc51955968e969ffa0e15d4ba52f12b80532c
/objc4-756.2/编译素材/libdispatch-1008.250.7/src/inline_internal.h
210e03247600f43efb2d06387b8d6a7a08397e2d
[ "MIT", "Apache-2.0" ]
permissive
jayhe/objc4_debug
f7661995cff6278468378da4536c0cf3fc44650d
e6023c9bcaac7888950fa4b36d6260e5b313dc72
refs/heads/master
2021-03-18T01:12:44.941356
2021-01-30T03:39:15
2021-01-30T03:39:15
247,033,924
1
0
MIT
2020-03-13T09:29:22
2020-03-13T09:29:21
null
UTF-8
C
false
false
74,522
h
/* * Copyright (c) 2008-2013 Apple Inc. All rights reserved. * * @APPLE_APACHE_LICENSE_HEADER_START@ * * 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/lic...
[ "cooci_tz@163.com" ]
cooci_tz@163.com
642e214503acdcb28596fec507b7b0101a7b87c8
8a02d6e915993075ff4c91c333627017bb8bcf2d
/connectivity/ble_Notify_button_Wakeup/src/config/user_config.h
5ad668b6403816bd7dbee6e103615f81ab5d3435
[ "MIT" ]
permissive
aramesh-dialog/BLE_SDK6_examples
aabbc187fec54fa4ef6fa48d765626f94e987db2
c90a671ba2ddf43f0d49504f57375de2e5508620
refs/heads/main
2023-08-15T11:11:39.936321
2021-10-19T07:59:55
2021-10-19T07:59:55
362,845,667
0
0
MIT
2021-06-16T12:37:53
2021-04-29T14:30:08
C
UTF-8
C
false
false
17,821
h
/** **************************************************************************************** * * @file user_config.h * * @brief User configuration file. * * Copyright (c) 2015-2019 Dialog Semiconductor. All rights reserved. * * This software ("Software") is owned by Dialog Semiconductor. * * By using this So...
[ "ben.lauret@diasemi.com" ]
ben.lauret@diasemi.com
295a3047157cd62cb5c2eccc4e1df4379cdbc613
8677b4c9a4953b8b93cd565c03f3d9dcba41d042
/src/print.c
60c4356189c042b3550f8c37a275dfb80bf2a0ab
[]
no_license
CenoOS/Ceno-Script
1a233eac2043db1967d27d68ef1f8bb3d61bd33d
798449f2a62b203282623ac6e43660c18fe7c656
refs/heads/master
2020-04-24T10:47:17.595903
2019-02-25T17:20:53
2019-02-25T17:20:53
171,905,407
6
1
null
null
null
null
UTF-8
C
false
false
8,770
c
#ifndef __CENO_SCRIPT_PRINT__ #define __CENO_SCRIPT_PRINT__ void print_stmt_block(StmtBlock block); void print_stmt(Stmt *stmt); void print_typespec(TypeSpec *type){ switch(type->kind){ case TYPESPEC_NAME: printf("%s", type->name); break; case TYPESPEC_FUNC:{ FuncTypeSpec func = type->func; printf("...
[ "nerosoft@outlook.com" ]
nerosoft@outlook.com
679b729aec17b3657b98446ed57b5077d2399700
9b41a108b54c188de5db636e05476214cc94f04e
/Final programacion I/Archivos para final de programacion/Allegue_Jose_Maria_Laboratorio_I/funciones.h
e3be6caa680a39f71144f58baec1a10138988b76
[]
no_license
yurlian/Ejercicios-y-practicas-Lab1
0ede5409a06c7de1afaff312a5e00f3df792253b
da91f0fd50733fde5ad6f0c728d912d068725740
refs/heads/master
2020-03-13T02:39:01.701381
2018-04-25T00:56:35
2018-04-25T00:56:35
130,928,754
2
0
null
null
null
null
UTF-8
C
false
false
867
h
int recibeInt(char mensaje[]); int recibeIntRango(char mensaje[], char mensajeError [], int limiteInf, int limiteSup); float recibeFloat(char mensaje[]); char recibeChar(char mensaje[]); int esNumerico(char str[]) ; int esTelefono(char str[]); int esAlfaNumerico(char str[]); int esSoloLetras(char str[]); int esNume...
[ "noreply@github.com" ]
yurlian.noreply@github.com
25d9d6188d411230646412f960b82106fd07b4af
266bdde2d18aeb84d555de5fbd43cba8b0ec009e
/tmp107.h
dc3b061259a54f9ea9230100937cf750350ed91d
[]
no_license
hwengmgr/tmp107
5b9d8118ad005987a2592c62f27081811e2e4303
6039c0392a8f619abe178c40f78115c11a1e372c
refs/heads/master
2022-08-04T17:37:28.732546
2020-05-26T15:28:39
2020-05-26T15:28:39
267,056,777
0
0
null
null
null
null
UTF-8
C
false
false
3,304
h
/* --COPYRIGHT--,BSD * Copyright (c) 2014, 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 ab...
[ "noreply@github.com" ]
hwengmgr.noreply@github.com
f2745c293b0d98977810e2560ce729c5bfbfe286
34db5a28216e33c3526d929bf2911b6be047f049
/Expression To Binary Tree/InfixExpressionToBinaryExpressionTree.c
b27b377285ea6a557602a3a83b65fb26aae7a1c2
[]
no_license
erahulkulkarni/Data-Structures-Lab-16CSL38
71271e26659ffd75cfbff44155f3d828e7191511
49319965d77673dd7dc95b09ed5762bb24fb966a
refs/heads/master
2021-04-03T09:13:08.361117
2018-11-15T18:36:20
2018-11-15T18:36:20
125,183,066
0
0
null
null
null
null
UTF-8
C
false
false
10,245
c
/* 8. Develop and execute a program in C using suitable data structures to create a binary tree for a expression. The tree traversals in some proper method should result in conversion of original expression into prefix, infix and postfix forms. Display the original expression along with the three...
[ "erahulkulkarni@gmail.com" ]
erahulkulkarni@gmail.com
6023e468f1176de9bb5d39d0badd361cacb09f36
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/93a120bb-6714-4a8f-a473-4821560d81ec.c
e20eff00eaf42a87943514858a123ac7d58fc2a2
[]
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
551
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = j+j; l = i-j; k = l-k*i; //variables /* START VULNERABILITY */ int a; long b[50]; long c[17]; a = 0; while (a > -1) { //ra...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
ed7e49de31e86c179d4ebd7a400f933e5c34066f
8dcfa9bb69d18fa6599880aae11fcedefa05a073
/libft/ft_isalpha.c
61190284a0844a2e382782d9a5eb7c9e2a171bed
[]
no_license
ljonasHm/ft_printf
3416064cdf17354f0b67c460121523c95575adf3
7133123fe870bd21dbd279dbfeb53ab9c95cbc86
refs/heads/master
2021-03-07T22:24:37.077035
2020-08-13T12:45:29
2020-08-13T12:45:29
246,300,919
0
0
null
null
null
null
UTF-8
C
false
false
1,038
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isalpha.c :+: :+: :+: ...
[ "ljonas@oa-g4.21-school.ru" ]
ljonas@oa-g4.21-school.ru
4025f04994e0235bd8cc3c0756d26a107dafd313
317ab6c33e09fc964127afc27dbc02a114eaf0dc
/winry25tc.h
f6a418f414dc6df7dd9dfb87fb297818adb92550
[]
no_license
rkennesson/winry25tc
b4b0db0ec5969850bd9fde88b5f85eae8fbcc9a9
bf4d1c351b8fae151ed89e75991f59868b6fb558
refs/heads/main
2023-08-24T04:45:26.115552
2021-10-31T17:46:34
2021-10-31T17:46:34
null
0
0
null
null
null
null
UTF-8
C
false
false
1,133
h
/* Copyright 2021 jereksel * * 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 2 of the License, or * (at your option) any later version. * * This program is distributed in t...
[ "elliott.huge@gmail.com" ]
elliott.huge@gmail.com
785596070d23b259287b1a8e15c04e677e9f551c
66244ea8891933104f1b54e2ae77d389f4ec125e
/c02/ex08/main.c
af98d8d5b52d1f6e8e91dc9e6ed599aec8cdf464
[]
no_license
Zerotay/fiscine
6adba829556e56bf8c97569fc73f348edaf7302f
709314c97cbdfa908f7ac3c699600cee6a8bbc51
refs/heads/master
2022-12-02T09:09:48.799071
2020-08-20T12:56:48
2020-08-20T12:56:48
284,308,125
0
0
null
null
null
null
UTF-8
C
false
false
217
c
#include <stdio.h> char *ft_strlowcase(char *str); int main() { char str[] = " sed 456 KIdonggu1000"; ft_strlowcase(str); for(int i = 0; !(str[i] == 0); i++) { printf("%c", str[i]); } }
[ "67823010+Zerotay@users.noreply.github.com" ]
67823010+Zerotay@users.noreply.github.com
1b9dcbea8d9572516b94eeed227094f29fc6fabc
65f9576021285bc1f9e52cc21e2d49547ba77376
/LINUX/android/vendor/qcom/proprietary/mm-audio-cal/audcal/acph_online/src/acph_online.c
d67011820206e761e7c2cc7d8dc3e9cbf5e0c445
[]
no_license
AVCHD/qcs605_root_qcom
183d7a16e2f9fddc9df94df9532cbce661fbf6eb
44af08aa9a60c6ca724c8d7abf04af54d4136ccb
refs/heads/main
2023-03-18T21:54:11.234776
2021-02-26T11:03:59
2021-02-26T11:03:59
null
0
0
null
null
null
null
UTF-8
C
false
false
35,292
c
/** \file ************************************************************************** * * A U D I O C A L I B R A T I O N P A C K E T H A N D L E R * *DESCRIPTION * This file contains the implementation of online_intf * *REFERENCES * None. * * Copyright (c) 2011-2017 by Qualcomm Technologies, Inc. * ...
[ "jagadeshkumar.s@pathpartnertech.com" ]
jagadeshkumar.s@pathpartnertech.com
f387a949a7fcabf3c27c601f594f3d7866ccdac1
e85d02c3d854c6b59221e797fba03ea677b65332
/lab/code-lab/c/T000/main.c
b10b590d6adf5d760fc38834997b44763455115b
[]
no_license
namehyt/portabay
e9de92a995fadc26bb8d2b73446c1f644dd9eb18
6c9102d327758f07a45011c2eecbdced725883f7
refs/heads/master
2021-01-13T15:00:36.243402
2018-01-30T01:35:47
2018-01-30T01:35:47
79,346,889
0
0
null
null
null
null
UTF-8
C
false
false
133
c
#include <stdlib.h> #include <stdio.h> int main(int argc, char *argv[]) { printf("hello trial!\n"); return EXIT_SUCCESS; }
[ "h@h.h" ]
h@h.h
f8eaacc134e25daa80b901d1e93c5280d9b75a17
de8c0ea84980b6d9bb6e3e23b87e6066a65f4995
/3pp/linux/include/linux/ctype.h
363b004426db0283f493e19f8dca9c6776e68fce
[ "GPL-2.0-only", "Linux-syscall-note", "MIT" ]
permissive
eerimoq/monolinux-example-project
7cc19c6fc179a6d1fd3ec60f383f906b727e6715
57c4c2928b11cc04db59fb5ced962762099a9895
refs/heads/master
2021-02-08T10:57:58.215466
2020-07-02T08:04:25
2020-07-02T08:04:25
244,144,570
6
0
MIT
2020-07-02T08:15:50
2020-03-01T12:24:47
C
UTF-8
C
false
false
1,791
h
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_CTYPE_H #define _LINUX_CTYPE_H /* * NOTE! This ctype does not handle EOF like the standard C * library is required to. */ #define _U 0x01 /* upper */ #define _L 0x02 /* lower */ #define _D 0x04 /* digit */ #define _C 0x08 /* cntrl */ #define _P 0x10 /* punct */...
[ "erik.moqvist@gmail.com" ]
erik.moqvist@gmail.com
d07969f038268795fdf8dc4a7619b5a5d5ddc22f
561588907a0191b9d0a3cf18204a2159ffa13eac
/src/kalimba/cbops/operators/cbops_fir_resample.h
b9745713f176ba71b9efd9ed609e02f95630dbc0
[]
no_license
symeen/Qualcomm-_ADK4.4
bbe9388de0efc4bfdb3f790f5be3d908b85fca26
f06d5c0e4a23dd94f968b1bd112178ba31710c0b
refs/heads/master
2022-03-22T13:31:14.498281
2019-11-30T17:17:05
2019-11-30T17:17:05
null
0
0
null
null
null
null
UTF-8
C
false
false
2,338
h
// ***************************************************************************** // Copyright (c) 2005 - 2015 Qualcomm Technologies International, Ltd. // Part of ADK_CSR867x.WIN. 4.4 // // ***************************************************************************** #ifndef CBOPS_FIR_RESAMPLE_INCLUDED #define CBOPS_FI...
[ "gongdezhi900220@outlook.com" ]
gongdezhi900220@outlook.com
d2a85d7283b3a94ad3ab976e45032f11c9827bd9
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/ea9af8f9-2cdd-4df2-ba5f-4f85fa718695.c
17c03a83262f29b95ff24750094fad856eca5a0a
[]
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
576
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=42; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l%j; l = l+j; j = k-k*i; //variables //random /* START VULNERABILITY */ int a; char b[76]; char c[32]; a = 0; do { a--...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
82f6153416423435f158bec51a59ebf4325f36cc
9e787e03312581aca75a1365194d972216b6380d
/SortingAlgorithms/numcmp.h
bc5211fdda70a6aff8529c7069e709a88cdba0a2
[]
no_license
takahish/SortingAlgorithms
e0f7502d561f3bc08f0749ae723bdf2f07fb4a61
98a399df5dfc0d9d939dce816f1dd7c0986796ac
refs/heads/master
2021-01-18T20:30:31.855243
2015-01-10T06:12:34
2015-01-10T06:12:34
28,610,909
0
0
null
null
null
null
UTF-8
C
false
false
412
h
// // comp.h // SortingAlgorithms // // Created by Takahiro on 2014/12/27. // Copyright (c) 2014 Takahiro Ishikawa. All rights reserved. // // Reference "C Programming Language (2nd Edition)", Brian Kernighan and Dennis Ritchie. // #ifndef __SortingAlgorithms__str__ #define __SortingAlgorithms__str__ #include <s...
[ "qwqkx447@yahoo.co.jp" ]
qwqkx447@yahoo.co.jp
2ce2da074c126e249c3ae70f1e61c2463170ed23
a765ca287a87ff24da4867a2740b29b62f02afa0
/C/NumberOfIslands.c
3095c5134ea4fef784d190c18240c6c54834e543
[]
no_license
DarrenChen123/Algorithm
c587059135df927e37833696613e14cca789d483
5e0e688c0cd41af92fecf3f746925be645f85961
refs/heads/master
2021-06-04T23:17:25.361548
2020-04-09T08:08:51
2020-04-09T08:08:51
124,221,046
3
0
null
null
null
null
UTF-8
C
false
false
1,798
c
// Medium Collection // Bloomberg // Amazon // Microsoft // Facebook // Queue & Stack // Google /* Given a 2d grid map of '1's (land) and '0's (water), count the number of islands. An island is surrounded by water and is formed by connecting adjacent lands horizontally or vertically. You may assume all four edges of th...
[ "chenjia2432@gmail.com" ]
chenjia2432@gmail.com
77cf16d2ee1c296a1b6da100bb9ab1c9a7bfa918
dbee080054527efe13d44d9431a0784dac32cfc5
/test/test-list.h
7bbdfda074f8261251d0e773d646cc4e129992e2
[ "MIT" ]
permissive
indutny/buoyant-core
bfd61b8a60481a68fa580370a11857b0bf108615
ee32482be6ca6d3c3c4a69dfc186a455b293e540
refs/heads/master
2023-08-11T14:26:27.221739
2017-05-30T20:29:03
2017-05-30T20:29:03
92,873,322
1
0
null
null
null
null
UTF-8
C
false
false
246
h
#ifndef TEST_TEST_LIST_H_ #define TEST_TEST_LIST_H_ #define TEST_ENUM(V) \ V(runtime_call) \ #endif /* TEST_TEST_LIST_H_ */
[ "fedor@indutny.com" ]
fedor@indutny.com
b34f16daaf3c9ade917254da4b1ca9d8ccdcd5e7
25864296fe1d059bba11e999541828ea5eadc5b9
/DarkSUSY_mH_125/mGammaD_0275/cT_500/DarkSusy_mH_125_mGammaD_0275_cT_500_LHE_n1_Phi.C
bc7cb70bba8365547315fc6d591b8e177c35e4e5
[]
no_license
bmichlin/MuJetAnalysis_DarkSusySamples_LHE_13TeV_01
17965f8eddf65d24a7c3c8ab81f92c3fc21f4f58
1de8d11f1a2e86874cd92b9819adbad4a6780b81
refs/heads/master
2020-06-14T12:54:38.920627
2015-03-18T14:00:07
2015-03-18T14:00:07
null
0
0
null
null
null
null
UTF-8
C
false
false
18,645
c
{ //=========Macro generated from canvas: cnv/cnv //========= (Mon Mar 16 00:52:06 2015) by ROOT version5.34/18 TCanvas *cnv = new TCanvas("cnv", "cnv",0,22,904,756); gStyle->SetOptFit(1); gStyle->SetOptStat(0); gStyle->SetOptTitle(0); cnv->SetHighLightColor(2); cnv->Range(-5.7,-0.005045688,4.3,0.033...
[ "bmichlin@rice.edu" ]
bmichlin@rice.edu
092c2e82141022ee845a5ae93f8087ddcaaf73cc
27bcd5c9ded70102540c0ccd03f3e2b281dbf58c
/mudlib/std/races/unknown.c
9ec34e6bc7fed6d03cd9265703e80ea4fd879974
[]
no_license
unleashed/ninetears
57fdc71fd651b3ff95e5e7c14b0566729584e006
4edd22c75e3fa99be4b5820300491c6b62e06085
refs/heads/master
2020-07-14T04:25:56.302027
2019-08-29T18:46:57
2019-08-29T18:46:57
205,225,438
1
0
null
null
null
null
UTF-8
C
false
false
183
c
inherit "/std/races/human"; void setup() { set_name("desconocido"); set_long("Un amorfo y enfermo ser, la pura imagen de lo incerteza.\n"); set_light_limits(-10, 150); }
[ "amr@redhat.com" ]
amr@redhat.com
50d0829adbb3c204a4f200ad8544c30505a99094
d92242ce249183fdfc4676b1a2f8868706b011f9
/Leah's Pic Code/messages.h
bf819002d60fe560e80669d78ed56d1bfe340aa9
[]
no_license
bhiln/EDTeam7
895daf591bbde64155d53409561674a9f9e00130
3e792d1328db5c5c39dc83d3439ca296f237b8ac
refs/heads/master
2021-01-01T15:25:17.681933
2014-12-16T21:00:50
2014-12-16T21:00:50
null
0
0
null
null
null
null
UTF-8
C
false
false
3,064
h
#ifndef __messages #define __messages // The maximum length (in bytes) of a message #define MSGLEN 10 // The maximum number of messages in a single queue #define MSGQUEUELEN 4 typedef struct __msg { unsigned char full; unsigned char length; unsigned char msgtype; unsigned char data[MSGLEN]; } msg; t...
[ "leah8@vt.edu" ]
leah8@vt.edu
f68b537dc4075744102e4f273900db652a14f6a8
debf2e8c8e61cbfbd301e96f92f83b33bca2d092
/working_directory/sa-train-1000/src/7ae3d19387.c
43b77309680484f867752fed431881a76d938a8c
[]
no_license
ChenglinYu/Sa_gen_tokens
fac9fa8d4e202e4f44a59dd16f20effc6edcbaaf
ee19807a3468e8fd1081260b2214f61ad18b7cca
refs/heads/master
2020-06-19T04:42:59.013398
2019-07-13T07:11:30
2019-07-13T07:11:30
196,565,205
0
0
null
null
null
null
UTF-8
C
false
false
847
c
#include <stdlib.h> // Tag.OTHER int main() // Tag.OTHER { // Tag.OTHER int entity_2; // Tag.BODY int entity_0; ...
[ "y2607570419@gmail.com" ]
y2607570419@gmail.com
1a37bd9a6b902b33797828eed085d22978580d2c
3576bfb535f466ab1a6119732b76d540e80053ce
/system/future_free.c
d38c62b24f31310791fc67605b970d92aa0b590b
[]
no_license
mohit62/Advanced-Operating-System--FALL-16
4ea6fa3e7e47441681b0019754d9b3523b603129
6cd531238f3b80313197f4ce5094a0c2e61d179e
refs/heads/master
2021-01-21T20:17:11.685452
2017-05-23T20:59:45
2017-05-23T20:59:45
92,216,883
1
0
null
null
null
null
UTF-8
C
false
false
406
c
/* future_free.c */ #include <xinu.h> #include <future.h> syscall future_free(future* f) { if(f->flag == FUTURE_SHARED) { freemem((char*)f->get_queue, sizeof(Queue)); } else if(f->flag == FUTURE_QUEUE) { freemem((char*)f->get_queue, sizeof(Queue)); freemem((char*)f->set_queue, sizeof(Queue)); } f...
[ "noreply@github.com" ]
mohit62.noreply@github.com
7e4a93f7a8d558b5c0baee5e3a2d81a9d965855c
49a13666f7c03927cb4b84bfd5464c63b69a216a
/xwa_hook_normals/hook_normals/hooks.h
7566435846bfdd0e88e12d136258e1070bcd72b9
[]
no_license
JeremyAnsel/xwa_hooks
fb071e7bbfea5f82914e943cba2ce8cf746e2097
395082f0c552fc24e7cb47adcb3d232d6f0376e6
refs/heads/master
2023-08-22T15:51:38.169589
2023-08-11T19:57:31
2023-08-11T19:57:31
43,839,205
24
8
null
2023-07-10T14:42:50
2015-10-07T19:15:55
C++
UTF-8
C
false
false
1,295
h
#pragma once #include "hook_function.h" #include "normals.h" static const HookFunction g_hookFunctions[] = { { 0x489159, SetSceneVertListsHook }, { 0x442A30, SetVertexNormalHook }, { 0x4435D8, SetSpecularSolidHook }, { 0x4435F0, SetSpecularSolidHook }, { 0x443552, SetSpecularTransparentHook }, { 0x443574, SetSp...
[ "JeremyAnsel@users.noreply.github.com" ]
JeremyAnsel@users.noreply.github.com
9257baecd0a7db9d9a49a04efb1cb20ab1e155a0
339d05c00cd7a6cc57f83e77bd935c8e2a1e65d9
/print/libft/ft_tolower.c
97d6f7abb0580748084e73376e65b93c31ac26fe
[]
no_license
khankhankhankhan/lem-in
eb3122f827e57f10eeb9d062a897e1bfe5f84a3a
d7561cc262b912025738d6692a80e5442e062bf5
refs/heads/master
2021-05-02T08:36:58.010024
2018-03-14T22:13:41
2018-03-14T22:13:41
120,808,969
0
0
null
null
null
null
UTF-8
C
false
false
998
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_tolower.c :+: :+: :+: ...
[ "noreply@github.com" ]
khankhankhankhan.noreply@github.com
30e6fd4d3165abcb4c51b2cda27457fa2896824a
6759eb9c4afbda22b7060266f9a03d1343caafd9
/wstep.c
c1d3dacd7b1146500e7027b43772a4e9ffb8a2ec
[]
no_license
rafalsiniewicz/Prata-C
eea1b09d7f88e8c7a6e67d4be5cb01dab5cb7a54
707c66b57dba3b34dc7fd680e6bba7f33e4361e4
refs/heads/master
2020-03-24T11:52:15.684689
2018-07-28T17:38:57
2018-07-28T17:38:57
142,697,341
0
0
null
null
null
null
UTF-8
C
false
false
274
c
#include<stdio.h> double cale_na_centymetry(int cale) { return 2.54 * cale; } int main() { int cale; printf("Podaj ilosc cali:\n"); scanf("%d", &cale); printf("%d cale/i to %.2lf centymetrow", cale,cale_na_centymetry(cale)); return 0; }
[ "noreply@github.com" ]
rafalsiniewicz.noreply@github.com
3e372716f13d3763451b568a9c94037ab3d45bd2
1ec84a2416a9185f800e2aacbf53959ec72d31ce
/libft/ft_putchar_fd.c
2ca7edb12f7181f65ffb066534bfbaeab2c7413f
[]
no_license
RyzhAlexWork/Lem_in
fcde93178f875865b1790103db04295881ea83ea
bbc8e30b7f1ebe8021b53a98af6e12ea2999227e
refs/heads/master
2021-01-01T14:33:29.825852
2020-02-09T15:20:23
2020-02-09T15:20:23
239,321,399
0
0
null
2020-02-09T15:20:24
2020-02-09T14:50:52
C
UTF-8
C
false
false
970
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putchar_fd.c :+: :+: :+: ...
[ "ryzhalexwork@gmail.com" ]
ryzhalexwork@gmail.com
a6187b7b3d169a2191030f501b21503df42585d6
ea7a058481562429920169b7c696052b5a06ad1a
/backend.c
ed5e6db6e928f3e96065573381566df0ae0f91cc
[ "BSD-2-Clause" ]
permissive
ssgalitsky/midimonster
3ca57cfba035f05762ca3c410cb9a35047c3e544
f4ca1869c3e1a106e4dbab39213ba81141ada1d5
refs/heads/master
2020-06-01T12:04:23.418242
2019-04-01T18:20:12
2019-04-01T18:20:12
null
0
0
null
null
null
null
UTF-8
C
false
false
5,834
c
#include <string.h> #include "midimonster.h" #include "backend.h" static size_t nbackends = 0; static backend* backends = NULL; static size_t ninstances = 0; static instance** instances = NULL; static size_t nchannels = 0; static channel** channels = NULL; int backends_handle(size_t nfds, managed_fd* fds){ size_t u,...
[ "cb@cbcdn.com" ]
cb@cbcdn.com
c1cc462fd15e6a63ba3f6933d0a7f740c7a38397
36455de8b039106827f5a2c88df21c91ab117188
/GCode/motion_control.c
e265d7fe565ef8876fb103ee63fae43d1e6495be
[]
no_license
SundeaSong/stm32-mini-cnc
c5601e047a1f439a7145d7a959c03398a9da1c26
232b75b0974b86b973ac14fd3d811a07f6764570
refs/heads/master
2020-07-05T11:47:39.859878
2019-08-16T02:03:25
2019-08-16T02:03:25
202,640,606
5
3
null
null
null
null
WINDOWS-1252
C
false
false
14,399
c
/* motion_control.c - high level interface for issuing motion commands Part of Grbl Copyright (c) 2009-2011 Simen Svale Skogsrud Copyright (c) 2011-2012 Sungeun K. Jeon Copyright (c) 2011 Jens Geisler Grbl is free software: you can redistribute it and/or modify it under the terms of the GNU General Pu...
[ "229183703@qq.com" ]
229183703@qq.com
33547a691c73574aa79ba1b5fc3f2268b467959d
ab6845c53f9494c7412d4c087be8cbd32058b2e0
/src/ui.c
2ce447a65ade52c8f560f4f3ef82785ae5831d8d
[ "MIT" ]
permissive
azieski/Linux_CPUse
f7844f7c0138bdb6cc33a37492dd769cb00839ef
47798ce28e0d75d952ce53799689fda57e7368d8
refs/heads/master
2022-10-30T01:45:10.971460
2019-05-10T21:06:11
2019-05-10T21:06:11
null
0
0
null
null
null
null
UTF-8
C
false
false
5,591
c
/*============================================================================== | SOURCE: ui.c | | DATE: | | AUTHOR: Alex Zielinski | | DESC: Module for printing results to screen. |=============================================================================*/ #include "../include/ui.h" #include...
[ "alex.zielinski.bc@gmail.com" ]
alex.zielinski.bc@gmail.com
4b27946de1e441b33da657a22076c77fceda62c6
8bb213bdfae1aeb34cce1e260d1ebf3e0531e573
/test/lib/gsl-2.6/fft/real_pass.h
ff791f352b1b44a0e379d9b2d323508a6dbdf989
[ "FSFAP", "GPL-1.0-or-later", "GPL-3.0-only", "MIT" ]
permissive
karanbirsandhu/nu-sense
b30c4e23dcb49e288d9d51d538ec9b092a949631
83fd1fc4cbd053a4f9b673d5cd5841823ddd4d8b
refs/heads/master
2020-08-31T11:15:30.181813
2019-12-19T04:51:10
2019-12-19T04:51:10
218,677,856
0
0
MIT
2019-12-19T21:07:40
2019-10-31T03:34:09
C
UTF-8
C
false
false
3,435
h
/* fft/real_pass.h * * Copyright (C) 1996, 1997, 1998, 1999, 2000, 2007 Brian Gough * * 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 License, or (at * your opti...
[ "akaljotsingh7010@gmail.com" ]
akaljotsingh7010@gmail.com
6c0d5a9db56369c5d98b4a42ec44a485d4c2152e
71e5f96a29f5d643ab888b37677d38c33f8d765d
/d/attaya/tower/hall12.c
0b01fa81655a9aa3324acefb9990aa9b874b2b21
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Cherno-SuS/SunderingShadows
5f755fbebb79dc0b9d1c2a0541408be4afeb8b67
c3b4370beb2c4351ecc60826850c94892a42b685
refs/heads/main
2023-04-21T09:52:14.580024
2021-03-23T12:09:55
2021-03-23T12:09:55
349,490,686
0
0
NOASSERTION
2021-03-23T12:09:56
2021-03-19T16:40:12
null
UTF-8
C
false
false
3,002
c
inherit "/std/room"; #include <std.h> void create() { ::create(); set_light(2); set_indoors(1); set_property("no teleport",1); set_short("High Council Chamber of the Kinnesaruda"); set_long(" You are within a long thin chamber. The ceiling rises dramatically to a thin wedge. A grea...
[ "law@shadowgate.org" ]
law@shadowgate.org
e9ba3c948e1a8a4aa86712291e53337b87f656cd
993da2899b81027687d716ffc7247f04b4ea1262
/Exercise-C/06c/task5/main.c
c9737c71c2ec4be37c144096285f752cb7075472
[]
no_license
xMonny/Operating_systems_course
9465d8c4428fa06b29156f39ea989fd189e827b5
332b11da0f9373438e91d426d1da326c0c95561c
refs/heads/master
2022-11-25T14:04:34.065114
2020-07-29T18:26:01
2020-07-29T18:26:01
283,450,400
1
0
null
null
null
null
UTF-8
C
false
false
1,286
c
//Реализирайте команда cp, работеща с два аргумента, подадени като входни параметри. #include <unistd.h> #include <stdint.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <stdlib.h> #include <err.h> #include <errno.h> int main(int argc, char* argv[]) { if (argc != 3) { errx(1, "Invalid ...
[ "sim0na1999@abv.bg" ]
sim0na1999@abv.bg
80e15a4a4d39b544ea458f628c20a79cdfbfb1c0
73b5d880fa06943c20ff0a9aee9d0c1d1eeebe10
/tinyos-2.x-contrib/cotsbots/tos/lib/OscopeMsg.h
2b442d98b89b41555532e78da8594aeab265ee54
[]
no_license
x3ro/tinyos-legacy
101d19f9e639f5a9d59d3edd4ed04b1f53221e63
cdc0e7ba1cac505fcace33b974b2e0aca1ccc56a
refs/heads/master
2021-01-16T19:20:21.744228
2015-06-30T20:23:05
2015-06-30T20:23:05
38,358,728
0
1
null
null
null
null
UTF-8
C
false
false
1,937
h
// $Id: OscopeMsg.h,v 1.1 2007/07/10 11:47:26 jamesonjlee Exp $ /* tab:4 * "Copyright (c) 2000-2003 The Regents of the University of California. * All rights reserved. * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose, without fee, and without wri...
[ "lucas@x3ro.de" ]
lucas@x3ro.de
11e84d2683ee56a0dea168af8f3dd39d77322d3b
f119c79980bda99e097ce5da7d4395fb9178ae64
/Apuntes/capitulo8/Resueltos/ejercicio138.c
1b3bdb44f342347da55c05faefa4bb2646c8577c
[]
no_license
sti2012/SSOO-1
508fdc270a5b7e78d156f2e60261d805a7c0f5a0
59fcced3f862342cdb68c1f6a370c9f8f3162f9e
refs/heads/master
2021-01-17T12:07:17.829522
2012-05-24T09:47:37
2012-05-24T09:47:37
null
0
0
null
null
null
null
ISO-8859-1
C
false
false
2,023
c
/* *ejemplox_138.c */ #include <stdio.h> #include <stdlib.h> int *creaArray(unsigned int tamano); void destruyeArray(int *array); void imprimeArray(int *array, unsigned int tamano); void insercionDirecta(int *array, unsigned int tamano); int main() { int *array; unsigned int tamano; printf("Introduz...
[ "Administrador@PC3.(none)" ]
Administrador@PC3.(none)
1077db789cf93a0391daccc49886dc2499cae3fe
7454e7cd5b7ba582c48df35d3c24d9aeb0d64250
/src/crvid/main.c
aa567f8c99277f42f24ff1def5308ff5457446f8
[]
no_license
C0sch0/GameOfLife
0821caa3b2ecf0c6fa7d953223f990698934d7e1
302d51cabb8b0b80a78b6aa09311406e3672320e
refs/heads/master
2022-04-13T08:31:50.843149
2020-04-11T01:18:06
2020-04-11T01:18:06
null
0
0
null
null
null
null
UTF-8
C
false
false
2,893
c
#include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <errno.h> #include <sys/wait.h> #include <signal.h> int processes; char path[255]; void alarm_handler(int signum) { printf ("Times is up\n"); } char nameoffile[255]; int main(int argc, char** argv) { if(argc != 3) { print...
[ "diiru@uc.cl" ]
diiru@uc.cl
0c1b3a5e4722417449357e31e804b44de67a2f36
22018b7c6eea49adb6ac14a609e9792356828956
/GameTemplate/Game/RenderState.h
5415cd0527506952d93c96e043528150163c53d9
[]
no_license
hirota-ryuki/git_hirota
fb50ac126641c69e6afc7048a0aea0f611031738
3c341053fd02ec07018cbb25a7f499541ef06ec8
refs/heads/master
2021-07-08T06:37:02.992278
2020-11-12T01:02:06
2020-11-12T01:02:06
208,982,270
0
0
null
null
null
null
SHIFT_JIS
C
false
false
1,048
h
/*! * @brief 良く使うレンダリングステートをまとめたもの。 */ #pragma once /*! * @brief 深度ステンシルステート。。 */ struct DepthStencilState { static ID3D11DepthStencilState* disable; //!<すべて無効。 static ID3D11DepthStencilState* SceneRender; //!<3Dモデルを描画する時の基本的な深度ステンシルステート。 //!<深度テスト、深度書き込みともに有効なステートです。 static ID3D11DepthStencilSt...
[ "kbc18b24@stu.kawahara.ac.jp" ]
kbc18b24@stu.kawahara.ac.jp
aa410d642c28e42df82e4e0576e241f95198a838
b5b6b2c77f4d017425e0357ca80f19cd93c4d55f
/explore.c
eac2598740f9a4d5760d4c28b7a267c2a8845a91
[]
no_license
rdas6313/problem_Solving
7d0523f00a1b5b73788c05a8cc6bbd97cd3dcd7b
731999da507cc4e04e3baaeed0c415a657eec7d5
refs/heads/master
2020-04-15T12:42:19.192687
2017-05-21T06:36:55
2017-05-21T06:36:55
64,200,974
0
0
null
null
null
null
UTF-8
C
false
false
300
c
#include<stdio.h> #define Max 100000 #include<string.h> int main(){ char s[Max]; int i; scanf("%s",s); int len = strlen(s); for(i=0;i<len;i++){ if(s[i]!='?') continue; if((i>0 && s[i-1]=='a')||(i+1<len && s[i+1]=='a')){ s[i]='b'; }else s[i]='a'; } printf("%s\n",s); return 0; }
[ "rdas6313@gmail.com" ]
rdas6313@gmail.com
503574a389305957a26aa3a82a735a60a898be50
6d5b9b85d7ebee5899166a776a49597a520133cb
/BME280/System Core/Include/core_sc000.h
27e707290033e59e626627d40f60434d4fbec01f
[]
no_license
koson/STM32-Tests-Project
291531c504b256fc70b484467fc285ef2349fed9
25fb44d23362e89df3ae489285dae1a4be3d0414
refs/heads/master
2022-04-12T17:33:56.763263
2020-04-04T23:02:45
2020-04-04T23:02:45
null
0
0
null
null
null
null
UTF-8
C
false
false
36,996
h
/**************************************************************************/ /** * @file core_sc000.h * @brief CMSIS SC000 Core Peripheral ...
[ "i.orfanidi@scout.local" ]
i.orfanidi@scout.local
2359bdd5ac8742cbad37279f6e6b7afcd476f62c
9d63c8ce958daa332e3b8d5bba3cef5ffd56a43f
/libft/ft_strstr.c
fe03aed48b2997b6957a8c5d0a89577f65423fc0
[]
no_license
TheGodOfAwesome/ft_ls
378c14128d7253c053a2e740bd224ed8420f758a
f8c1cf49643fd7fa9392dccb4ae32e5f37f4098f
refs/heads/master
2021-01-20T03:56:30.603965
2017-10-01T00:21:29
2017-10-01T00:21:29
101,375,561
0
0
null
null
null
null
UTF-8
C
false
false
1,295
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strstr.c :+: :+: :+: ...
[ "kmuvezwa@e4r2p1.wtc.co.za" ]
kmuvezwa@e4r2p1.wtc.co.za
cb14ce37cb2bcc4b19aade641962d7f5a7d420ee
a7bdab4ced2beef3b020a00fd9ef4fdeefdf53a7
/Src/stm32f0xx_it.c
fde3ab7e2b778e8361a8782fbf45576d39d0b0c2
[]
no_license
Deman75/stm32f030_nrf24l01_watercar
a77d7d35dbd466e28639e073aa7cea2b17dd7341
0f392d881357515524cc65f97da19d0abcb6ee9b
refs/heads/master
2020-04-07T09:54:42.330187
2018-12-12T09:04:46
2018-12-12T09:04:46
158,268,802
0
0
null
null
null
null
UTF-8
C
false
false
5,439
c
/** ****************************************************************************** * @file stm32f0xx_it.c * @brief Interrupt Service Routines. ****************************************************************************** * * COPYRIGHT(c) 2018 STMicroelectronics * * Redistribution and use in source...
[ "deman75@yandex.ru" ]
deman75@yandex.ru
9d1cffb548dab16bb3632df70c0d303b76356922
ad2dd829d2a5a9b37220c79973b62fad83c3a84d
/build/linux/x86/msp430/include/msp430f5522.h
a42ab9b1c64258ce4cdae2e5f750c12c7e24ed99
[]
no_license
cwyark/msp430-gcc-toochain
be4935869d9fda306b06f3398f07fecb6236e8ee
4b1204a0347966edeecd48067c09e0e9656e2d42
refs/heads/master
2021-01-16T23:06:38.065325
2014-12-24T14:02:04
2014-12-24T14:02:04
null
0
0
null
null
null
null
UTF-8
C
false
false
303,975
h
/* ============================================================================ */ /* Copyright (c) 2013, Texas Instruments Incorporated */ /* All rights reserved. */ /* ...
[ "cwyark@gmail.com" ]
cwyark@gmail.com
07520e8abe56ad3687385e1951639ad79c971669
051d25fce9f945cf346731869afcc76221736581
/srcs/add_to_previous.c
e9aa79005ad7069c5b4a8d3eb4cf8fc66d99adbe
[]
no_license
igorgarbuz/lem-in
e1d266a63b4278ec92a6a0325960480827c45596
248fd5d31224593fc213a332dfabd1ae2d317b1a
refs/heads/master
2022-02-05T22:20:18.137106
2019-07-16T13:43:44
2019-07-16T13:43:44
null
0
0
null
null
null
null
UTF-8
C
false
false
2,527
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* add_to_previous.c :+: :+: :+: ...
[ "garbuz.iv@gmail.com" ]
garbuz.iv@gmail.com
92a9f746e2131072039d09aecf39bc1431386160
41d618442d68c30feae973e8f3eeacd69434f8fc
/code/StdAfx.h
58e0930e6c500b62d36e89f942ba7d2514afdd3d
[ "MIT" ]
permissive
kimkulling/traglast
57b41c5882d6b9cc8ba07afe13a60470ab9ff1e0
1482af5e9bc03216a2586cd46aa1998dbdc495a5
refs/heads/master
2021-01-23T02:22:51.099740
2020-04-15T19:18:08
2020-04-15T19:18:08
85,986,092
3
0
null
null
null
null
ISO-8859-1
C
false
false
1,216
h
///////////////////////////////////////////////////////////////////////////////////////////////// // Programfile : StdAfx.h // Desc. : // Autor : Kim Kulling // Last mod. : 16.12.2003 ///////////////////////////////////////////////////////////////////////////////////////////////// #ifndef __STDAFX__H #de...
[ "kim.kulling@goolemail.com" ]
kim.kulling@goolemail.com
c41e8cb691f3360a2d4e2d078a967d1501fe5643
e67dda067923b66a024f76e37ee5fd66bcc5cacc
/src/lib/cli/version.c
502abf7040cd069c7ad06bf745fc7768a69ecedf
[]
no_license
daemotron/whoop
a08155af25b4ef0f60169cdb252656ea5e74239c
895461e5ed8e0603b74d8b3713c58de6681e471f
refs/heads/master
2021-01-20T04:33:20.971706
2009-08-31T22:13:56
2009-08-31T22:13:56
null
0
0
null
null
null
null
UTF-8
C
false
false
1,962
c
/** * ____ __ ____ __ __ ______ ______ .______ __ * \ \ / \ / / | | | | / __ \ / __ \ | _ \ | | * \ \/ \/ / | |__| | | | | | | | | | | |_) | | | * \ / | __ | | | | | | | | | | ___/ | | * \ /\ / | | ...
[ "jesco.freund@my-universe.com" ]
jesco.freund@my-universe.com
8bf5eb97fc8a7b6f2b260f1a548275605133c3c6
d4c0651e096a9d8ed0bcd1fd8199f6a2bf9afabe
/testcase/53_sort_test1.c
a0ec768df91e0d36c6b3526d9ef79bf70b24cbe3
[]
no_license
toledosakasa/mini_C-Compiler
49494a92a453245854397f193b69646fac145620
ff82fcddbde5973b6fca3cf24680e555fd5f848a
refs/heads/master
2022-11-06T23:17:35.408386
2020-07-11T15:20:53
2020-07-11T15:20:53
278,866,786
0
0
null
null
null
null
UTF-8
C
false
false
829
c
int putchar(int a); int n; int putint(int a); int bubblesort(int arr[]) { int i; int j; i =0; while(i < n-1){ // Last i elements are already in place j = 0; while(j < n-i-1){ if (arr[j] > arr[j+1]) { // swap(&arr[j], &arr[j+1]); int tmp; ...
[ "451712138@qq.com" ]
451712138@qq.com
25af1b2b2b1124fdf091f4889c607d9aaa4d4fd8
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/printscan/fax/setup/win9xupg/awd/awdlib/awd_tiff.c
7d00369b7af9930b4a4d570d75fa097968a77558
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C
false
false
13,673
c
/*++ Copyright (c) 1997 Microsoft Corporation This file contains the parts of the AWD library that are also TIFF-aware (i.e., conversion routines). Author: Brian Dewey (t-briand) 1997-7-16 --*/ #include <stdio.h> #include <stdlib.h> #include <ole2.h> // AWD is an OLE compound document. #include <assert....
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
83fd5cef534ac4ec1c455d6657a37c5ae0a4c1de
33a20e9c4b23df5b7c09c6b54f04165b010c5e52
/test/test_parser_comments.c
2e892e7a199ab5c5ac0aaf21cf8f30fbfbd02b5d
[ "MIT" ]
permissive
VictorQueiroz/btc
c19a77c8116b86a92d2be2587b44d7ef57e13e05
3bba70756f4062c8d009e33fa9fb43c0f9ad3dc3
refs/heads/master
2021-07-24T14:26:43.448973
2020-04-11T07:52:23
2020-04-11T07:52:23
133,879,836
4
0
MIT
2019-01-19T18:47:40
2018-05-17T23:48:14
C
UTF-8
C
false
false
4,948
c
#include "test_parser.h" #include <btc.h> #include <assert.h> #include <stdio.h> void test_parser_comments() { const char comments_schema[] = { "import \"extra.txt\";\n\n" "alias PostsList = Vector<Post>;\n" "type Post {\n" " /**\n" " * Post created by an user" ...
[ "victorcqueirozg@gmail.com" ]
victorcqueirozg@gmail.com
aaddd3cdb3659494008b8cac0af8722200940718
39c0e2aee177cf3317c2ea0098a093e04573a686
/progbase2/tasks/nlp/file_proces.c
24b9e7a70e400a7a0b124d94c0cdb47139f7d78b
[]
no_license
Admiral2303/progbase_course
a97e2befeb3754b717bf88059b2a73f7d14ece7a
26a6bd330c3ab9b4e41a7dc612308500e223bcef
refs/heads/master
2023-01-12T07:04:02.324192
2019-06-19T19:28:25
2019-06-19T19:28:25
139,189,510
0
0
null
null
null
null
UTF-8
C
false
false
1,478
c
#include <stdlib.h> #include <stdio.h> #include <string.h> #include <assert.h> #include <ctype.h> #include "list.h" #include "file_proces.h" Text * File_readFile(Text * self, const char * fileName){ FILE * fin = fopen(fileName, "r"); if(fin == NULL){ return NULL; } char buffer[500]; int ...
[ "vadimv41@gmail.com" ]
vadimv41@gmail.com
9496fc59db8f9ffb4e3f2a854f8669bf523df10e
ef873a915808017342d311c241ad6c13c364f7e0
/src/config/examples/Felix/DUAL/Configuration.h
9303315cbc7118375101f554f9a7ff80787db284
[]
no_license
hereblur/marlin-tornado
833c239d1557f3c0c2bf12ebe328f31ac6643477
4877cbc0c5460a3ec5eee0417dd01b19ddd10233
refs/heads/master
2022-10-01T10:52:46.865430
2020-05-25T00:18:48
2020-05-25T00:18:48
266,644,200
0
0
null
null
null
null
UTF-8
C
false
false
73,857
h
/** * Marlin 3D Printer Firmware * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * * Based on Sprinter and grbl. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
[ "blur.3rd@gmail.com" ]
blur.3rd@gmail.com
a5248f019f45c77a054a18305bd3856dcb94ffed
f85420e31b4cc305d898221386b39a26ea8e74d0
/Sorted_List_functions.c
bebecbb8b535bb1a4b842df1ec5798cbabba58b0
[]
no_license
michelleberry/Linked-List-Assignment
f6bd1b233d84fa7fa8268a484738cc7a47a04790
87809cd9e02da399ce082cac3a9f15095b3676a5
refs/heads/main
2023-02-06T04:19:57.009889
2020-12-30T04:36:35
2020-12-30T04:36:35
325,451,644
0
0
null
null
null
null
UTF-8
C
false
false
10,045
c
#include <stdio.h> #include <string.h> #include <stdlib.h> #define SUCCESS 1 #define FAILURE 0 #ifdef INT typedef int value_type; typedef double key_type; #endif #ifdef CHAR typedef char value_type[80]; typedef int key_type; #endif #ifdef FRACT typedef struct{ long long num; long long denom; } Fracti...
[ "noreply@github.com" ]
michelleberry.noreply@github.com
afcec98d39970ae4212540d5783408a6200ccc8d
6ab7bcb6ee5d3e76ace50fa9873860f7a5ef45be
/philo_one/includes/philosopher.h
f6c0a7f7861d158b905a5e36e8c9762e9b9add1c
[]
no_license
europaplus/Philosophers
038ce68c972db5010f906ccb3cf5edac66b7b39c
07757136534b15dd54e36a2a9080e9fdf088a473
refs/heads/master
2023-05-29T10:40:27.068195
2021-06-15T10:37:09
2021-06-15T10:37:09
377,125,540
0
0
null
null
null
null
UTF-8
C
false
false
2,104
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* philosopher.h :+: :+: :+: ...
[ "basshuntep@mail.ru" ]
basshuntep@mail.ru
4d55efcf59592115ba54f46072e46c348bb08b92
cd3e41b1a3d0df7a22e00758a2c323f2afefc749
/nagłówki/zapisDoTxt.h
b09811e52c6a9ded9ca24a8c9c5cfc2a864ae3d8
[]
no_license
KasiaWiktoria/projektJIMP
7e4d19ba8f3ab171a9f8e266819a6fe1e11d4699
51a867efcd594f43a7d8f6a5577a4494f90ccd3c
refs/heads/master
2020-04-27T08:28:59.926073
2019-04-14T08:45:48
2019-04-14T08:45:48
174,172,839
0
1
null
null
null
null
UTF-8
C
false
false
146
h
#ifndef ZAPIS_DO_png #define ZAPIS_DO_png #include<stdio.h> #include "plansza_t.h" void doTxt(plansza_t plansza, char* nazwa); #endif
[ "noreply@github.com" ]
KasiaWiktoria.noreply@github.com
39d2596ec011ea6c7b3573df365126a5149b16c0
1a0374eaf5c24efd3d72cabdc28323d6e31fb15d
/src/racoon/admin.c
4b1875bc4b02b9b18dde8eb0c98c39d651669cf5
[]
no_license
ltfish/ipsec-tools
293850523249f24deb6dccaf8bbe4fef07aa086d
57bf01a9e21d7ee0260e750abbbfac272e2c6c5c
refs/heads/master
2022-09-01T20:43:20.818369
2020-05-26T00:13:50
2020-05-26T00:13:50
266,899,534
2
0
null
null
null
null
UTF-8
C
false
false
18,493
c
/* $NetBSD: admin.c,v 1.38.4.1 2013/06/03 05:49:59 tteras Exp $ */ /* Id: admin.c,v 1.25 2006/04/06 14:31:04 manubsd Exp */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provi...
[ "fishw@asu.edu" ]
fishw@asu.edu
9c4962bfb863b1eb3210bf797d502fceae81e008
e4d68360d9b94d2d8480fb567191eda135bef04b
/kern/thread/spinlock.c
06df2f096efee1c2515c03f2dd42253ec6bfdf80
[]
no_license
fbrundu/Os161mod
cde36dafef1a47aefb540333a61c5cc7ba5a352e
87c8aae5c82ce539dbe3f5145365fb5c6025ea48
refs/heads/master
2021-01-23T09:52:16.581387
2011-04-18T13:38:36
2011-04-18T13:38:36
1,542,344
4
0
null
null
null
null
UTF-8
C
false
false
3,757
c
/* * Copyright (c) 2009 * The President and Fellows of Harvard College. * * 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 lis...
[ "francesco@ntbk.(none)" ]
francesco@ntbk.(none)
be7556013209bb47b11f7501e8ed248d29f0f952
5ebb3d76b53762aeef61fb5d5b2e9d33a1fe4a30
/projects/benderi/dominion/dominion.c
daf9e1aefae4a68235ce263f723bc968119bcc03
[]
no_license
CaptainKimothy/cs362w16
07c589dca0fcb9f647d57190f4e08cb4310a6afb
cf61ae669c7dec7558badbcc44c0a989f81ee8ee
refs/heads/master
2021-01-15T09:43:37.315573
2016-02-09T17:22:24
2016-02-09T17:22:24
49,832,180
0
2
null
2016-01-17T19:33:47
2016-01-17T19:33:46
null
UTF-8
C
false
false
33,116
c
#include "dominion.h" #include "dominion_helpers.h" #include "rngs.h" #include <stdio.h> #include <math.h> #include <stdlib.h> int compare(const void* a, const void* b) { if (*(int*)a > *(int*)b) return 1; if (*(int*)a < *(int*)b) return -1; return 0; } struct gameState* newGame() { struct gameState* ...
[ "ian.bender@hammerstrike.net" ]
ian.bender@hammerstrike.net
1329a3072ccd130a4a26b487a46b87768b598c80
1ee1ef164d2568d3fc99c100c1464628ead29d4d
/HEDGE/GSM/GL1/GPHY/L1C/Code/Src/l1c_gprs_tbf.c
b023321d78bd6f4c9a2f5765383c726ce92c16a1
[]
no_license
cen123456/shannon_s5000
0f2ec3ba5a8ad8343ec16d57440c2f8ec6bc035e
cf61944f3d2904fd4190ce3d3f9950c820907e4a
refs/heads/master
2022-04-06T19:31:24.568193
2020-01-31T15:49:25
2020-01-31T15:52:16
null
0
0
null
null
null
null
UTF-8
C
false
false
2,281
c
Line 323: [DTM-L1] l1_dtm_control_info.l1_dtm_pending(%d) Line 391: current_tbf != NONE Line 436: ACTIVE: UL TS %x, DL TS %x Line 438: PASSIVE: UL TS %x, DL TS %x Line 471: *** ERROR!!! Bad Mask - Act 0x%2x, Pas 0x%2x Line 603: IRAT meas ongoing, delay frm_offset %d Line 616: frm_offset calc[%d] Line 646: l1c_calculate...
[ "grant.h.hernandez@gmail.com" ]
grant.h.hernandez@gmail.com
581d81f2b82aaef2b7508e77b6fa39833f290f68
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/adb68a5d-79de-46dc-aa9e-e7889f023723.c
4865f4cf933b1507762f6b943f536e67fd890a73
[]
no_license
nmharmon8/Deep-Buffer-Overflow-Detection
70fe02c8dc75d12e91f5bc4468cf260e490af1a4
e0c86210c86afb07c8d4abcc957c7f1b252b4eb2
refs/heads/master
2021-09-11T19:09:59.944740
2018-04-06T16:26:34
2018-04-06T16:26:34
125,521,331
0
0
null
null
null
null
UTF-8
C
false
false
580
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l/j; l = i%j; l = k-j*i; //variables //random /* START VULNERABILITY */ int a; int b[12]; int c[26]; a = 0; while (( a - 1 ) >...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
b61d31bc848bf5a02ffdb57215bc8c3f694c77ef
2981489ad80409541b238077430169b459899038
/极客时间作业/11排序/c语言/Sort.c
7dfc5ec93c0637a1d4a77ff165fea19bd83abc06
[]
no_license
Clodfisher/ljj-algorithm
ba5d1bcaa69b0fc7fae1a77824004d650712e3ad
711ae076f13eb670d5b26952c0e6d5d5a3eef0d1
refs/heads/master
2020-04-04T16:26:02.760184
2018-12-15T07:42:23
2018-12-15T07:42:23
156,077,750
0
0
null
null
null
null
UTF-8
C
false
false
3,213
c
#include<stdio.h> void insertSort(int *array, int len) { int i = 0,j = 0, k = 0; int tmp = 0; for (i = 1; i< len; i++) { tmp = array[i]; for (j = 0; j < i; j++) { if (tmp < array[j]) { for (k = i; k > j; k--) { array[k] = array[k-1]; } array[j] = tmp; break; } } } } v...
[ "hunter_yuan@outlook.com" ]
hunter_yuan@outlook.com
16a23b7ea55564a989e8a9d234de94dbd824b3fa
05b458a94b13328c4ab0bb474513e69c5f253ec0
/analysis-sources/vlc-analysis/_cppstats/vlc/modules/access/v4l2/lib.c
2163922fed78f1b80a824b7c93f9aa31b042d923
[]
no_license
paulobernardoaf/dataset-files
c7b3a5f44f20a6809b6ac7c68b9098784d22ca52
6cc1726ee87e964dc05117673e50e3e364533015
refs/heads/master
2022-04-23T06:52:15.875641
2020-04-25T18:28:48
2020-04-25T18:28:48
253,626,694
0
0
null
null
null
null
UTF-8
C
false
false
1,455
c
#if defined(HAVE_CONFIG_H) #include "config.h" #endif #include <dlfcn.h> #include <unistd.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <vlc_common.h> #include "v4l2.h" static int fd_open (int fd, int flags) { (void) flags; return fd; } static void *v4l2_handle = NULL...
[ "paulomax9002@gmail.com" ]
paulomax9002@gmail.com
600ff233b0b188c8967955d248c3611ec214abe9
2221f2cf367c73f5edc14bea6fc98cd0608d594d
/docker/code/sumvet/code.c
1adaef87b4479fe9989eae9183651bd34e5383ba
[]
no_license
AllanKT/Programacao-Paralela
0cbfb4a59a7bb7458f219ad6b14f7bd1e7cdb91e
4babff63efb47f3134dd833e4b2c3b6ec1620761
refs/heads/master
2020-09-22T02:11:05.831865
2019-11-30T13:14:11
2019-11-30T13:14:11
225,013,941
2
0
null
null
null
null
UTF-8
C
false
false
908
c
#include "omp.h" #include<stdio.h> #define MAX 500000 int main(){ int id; int vet_1[MAX], vet_2[MAX], vet_3[MAX], vet_4[MAX], i = 0; for(i=0; i<MAX; i++){ vet_1[i] = i; vet_2[i] = i; } //Calcular o tempo de execução sequencial double tm = omp_get_wtime(); for(i=0; i<MAX;...
[ "allankltsn@gmail.com" ]
allankltsn@gmail.com
42dc1255c5b512ce14aad84e728cd2cc1cda218a
648c84c601a83e4f1b078b01792bcbe5bb2cf40c
/But2020_Soru-1/main.c
3933f095f55ffe4223a274c0f711b48c8017bb1e
[]
no_license
DilaraPOLAT/-Data-Structures
cda98d4919447b066ee4a662a0c0f3aab8976a62
0afc83e7d442bf1135779c17b904240642644552
refs/heads/main
2023-03-05T07:38:54.505160
2021-02-20T15:25:05
2021-02-20T15:25:05
335,264,563
1
0
null
null
null
null
UTF-8
C
false
false
482
c
#include <stdio.h> #include <stdlib.h> int recursive(int sayi,int sayac) { if(sayac==0) { return sayi%10; } sayi=sayi/10; sayac--; return recursive(sayi,sayac); } int main() { int sayi1,sayi,sayac=0; printf("Bir sayi giriniz:"); scanf("%d",&sayi); sayi1=sayi; whi...
[ "polatdilarasevim@gmail.com" ]
polatdilarasevim@gmail.com
3047182cf71f087db775d9b484771bb599a2b2e5
16fd43a9a1155f174e9919a9ec171d633b3ae7c7
/src/win32/dftmap.c
334329955d77e544eb7f82d439667f29bd1043b0
[]
no_license
cyberdotgent/tn5250
28bfaa7919dcd89bfe1d4ba20411bddaf3c5d164
366c9e765d8560ca4ab7abcd1ebf6564b68b81e6
refs/heads/main
2023-05-25T20:59:42.846329
2023-05-20T08:00:23
2023-05-20T08:00:23
328,661,825
2
0
null
null
null
null
UTF-8
C
false
false
5,626
c
/* * Copyright (C) 2002 Scott Klement * * This file is part of TN5250. * * TN5250 is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1, or (at your option) * any later version. ...
[ "yvanj@cyber.gent" ]
yvanj@cyber.gent
ffd8838a34fe5d327d96f848685b05d9dfa98ad8
b4cc3646c70c21362468a8306ace278dbb36a96e
/Src/stm32f1xx_hal_msp.c
44b19d5b50c25fac0422b4dc6111e3731c654a35
[]
no_license
jangocheng/stm32f103c8t6_pwm_led_hal_it
62c61e0f172fbd32c1a2bf34dd7446e20cdd31c7
c2e17e8286171a37229b25d347af23ffc4951d9e
refs/heads/master
2020-03-26T13:37:42.097859
2018-02-12T09:33:57
2018-02-12T09:33:57
144,948,792
1
0
null
2018-08-16T06:50:07
2018-08-16T06:50:06
null
UTF-8
C
false
false
5,367
c
/** ****************************************************************************** * File Name : stm32f1xx_hal_msp.c * Description : This file provides code for the MSP Initialization * and de-Initialization codes. *********************************************************...
[ "qdtom@foxmail.com" ]
qdtom@foxmail.com
3deb6695e4c970f2fbfa07ddf1063bc0d60aa3db
0cbb49c7e96cb17244f8c7e6cd1fa3d085919c74
/libft/ft_isalnum.c
0e0080193c08202f7afd3ef39d2e4ea0f2c2d89c
[]
no_license
Dygouin/Cursus-42
a9308aab3199816393be9927ba664286e41bf917
f170169b62e6c5bf446ad7f9aed67183c1a04145
refs/heads/master
2022-03-08T05:06:49.094642
2019-11-22T17:38:27
2019-11-22T17:38:27
161,667,757
0
0
null
null
null
null
UTF-8
C
false
false
1,010
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isalnum.c :+: :+: :+: ...
[ "dygouin@e2r2p17.42.fr" ]
dygouin@e2r2p17.42.fr
7bd4165811a38971999eebd52d3e1df5ac7b1a67
d2c7d9e0870f2d8e53705f569a38140ce739cd29
/samples/[6]mmult_cascade/_sds/p0/.cf_work/portinfo.h
ade03937ffbd06f1a5b4030f1a19af11675c1a1f
[]
no_license
nguyencanhtrung/SDSoC
41f27c972bc1ff0dabdf0ce5a513cb99f2add771
c4aa7fe9073f62ee62ae15a5c3e68875171d5a8d
refs/heads/master
2021-06-18T13:17:29.197541
2017-07-08T00:00:05
2017-07-08T00:00:05
63,587,014
1
2
null
null
null
null
UTF-8
C
false
false
403
h
#ifdef __cplusplus extern "C" { #endif struct _p0_swblk_mmult_accel { cf_port_send_t cmd_mmult_accel; cf_port_send_t in_A; cf_port_send_t in_B; cf_port_receive_t out_C; }; extern struct _p0_swblk_mmult_accel _p0_swinst_mmult_accel_0; extern struct _p0_swblk_mmult_accel _p0_swinst_mmult_accel_1; void _p0_cf_fr...
[ "nguyencanhtrung@me.com" ]
nguyencanhtrung@me.com
3bbd7f33b76bd25a1e608933073de540a36f54e0
7cef0e3621d4d37f2029fe1e809d1a7302879d73
/lib/libft/ft_printf/parse_int.c
e19299c6cc3424f13851684827dc19a21612c782
[]
no_license
hakolao/doom3d
437cc73db0c4a9d66f575654f0e7dd8c4a06c84f
f9eb82e051a813e926469fdace56e4de77814a97
refs/heads/master
2023-07-08T13:10:26.188941
2021-08-13T13:57:26
2021-08-13T13:57:26
320,253,390
1
1
null
2021-05-31T22:22:48
2020-12-10T11:37:04
C
UTF-8
C
false
false
4,095
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* parse_int.c :+: :+: :+: ...
[ "okkohakola@gmail.com" ]
okkohakola@gmail.com
a6f7c202852769db58717dbae2c9b25081da0f7f
1ed1d492a96fff65ad4b1b7f2de5f8c6e92be441
/app/src/main/cpp/iperf/iperf_server_api.c
a25afb0c70760fd53e434817c3e58b3dbef3df04
[]
no_license
PRIESt512/SberWifi
1df0bcac5cd262d6e85da02e4070eab9cb1ed85f
4bc6e3e39747a99ab1a3fe3f57d33243c8c11581
refs/heads/master
2020-07-31T16:32:54.944114
2019-10-27T12:35:32
2019-10-27T12:35:32
210,676,142
0
0
null
null
null
null
UTF-8
C
false
false
22,787
c
/* * iperf, Copyright (c) 2014-2018 The Regents of the University of * California, through Lawrence Berkeley National Laboratory (subject * to receipt of any required approvals from the U.S. Dept. of * Energy). All rights reserved. * * If you have questions about your rights to use or distribute this * software...
[ "priestman0@gmal.com" ]
priestman0@gmal.com
21fccdd75dc205c8f3bf0019cfdcd74c0754cafd
bfb77baec8635ec547dcab598fa537785a03d3fb
/Inc/Solar.h
08db895ec2281c262f79963c730c325cc7a599f1
[]
no_license
huynd98/SENSOR1_DATN
6fd4dc6eaae9665b738c86c31dd83b432823d140
6faedbe233ec30f4f1c79f0368cafcbe2a9ff678
refs/heads/main
2023-02-13T04:16:59.856438
2021-01-11T15:20:07
2021-01-11T15:20:07
318,145,813
0
0
null
null
null
null
UTF-8
C
false
false
616
h
#ifndef __SOLAR_H__ #define __SOLAR_H__ #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "Solar.h" #include "stm32f1xx_hal.h" #include "string.h" #include "stdio.h" //#include "main.h" void PreProcesSOLAR(void ); void SetLightTurnOn(void...
[ "nguyendanghuy247@gmail.com" ]
nguyendanghuy247@gmail.com
2d63a34be37dc4cb5789de09c6daccd9546a1090
e937108317f9a75ca85919c4fe5c06a15c73b415
/apps/applications/earbud/chains/chain_scofwd_wb.c
7540d25145d4eac8d3f7fe913b63d63ca873d6fa
[]
no_license
Fangxihu/W1_V006
e2be343f0e80951940aad158d7de01c2b9e0752d
726ec248c371c22c63309bed9ed8bb6b96b5f11a
refs/heads/master
2020-06-05T19:16:20.780711
2019-07-09T01:27:40
2019-07-09T01:27:40
192,520,169
2
0
null
null
null
null
UTF-8
C
false
false
2,460
c
/*! \copyright Copyright (c) 2019 Qualcomm Technologies International, Ltd. All Rights Reserved. Qualcomm Technologies International, Ltd. Confidential and Proprietary. \version Part of 6.3.0 \file chain_scofwd_wb.c \brief The chain_scofwd_wb chain. This file is generated by E:/qtil/ADK_...
[ "Fangxihu" ]
Fangxihu
53b577f21599d7089a42568dbae925443c7b1828
1134e0a5a0171966d74937ff05bd4a550e4b14d1
/ECE391 Operating System/student-distrib/system_call.c
5a2f08fd45a9bfb9be86288e1671a07e3b0ff52e
[]
no_license
arkinshah/uiuc_ece_projects
64737606726437a7d6e2cb0bc4344a917fc80080
16a5c8c74b82a50012d11b638e6815ea5fabac84
refs/heads/master
2022-11-17T21:47:34.373911
2020-07-10T20:02:08
2020-07-10T20:02:08
278,708,583
0
1
null
null
null
null
UTF-8
C
false
false
22,155
c
//TODO: Definition of all sys_calls ass shown in the documentation #include "system_call.h" #include "types.h" //uint32_t bootblk_start; -> start of our bootblock (file_system) const int32_t magic_nums[MAGIC_NUM_SIZE] = {MAGIC_NUM_1, MAGIC_NUM_2, MAGIC_NUM_3, MAGIC_NUM_4}; //static int num_shells = -1; static int32_...
[ "noreply@github.com" ]
arkinshah.noreply@github.com
e5eb8681484a9417fdadd9b3c250165ea2fb6d67
a7635bd2e988107f43df2f6311a462b4cadf15d7
/header/GeneralTypeDef.h
1cfbf8db24d5799764ead567d746e242b37a4a75
[]
no_license
CyanideTD/Base
818787ac06c4ff26c6cc0bd6d50884ecfabe9015
6bf9b27454f58dfdc529c225b4982937995dfba8
refs/heads/master
2020-03-12T21:48:56.100341
2018-04-24T10:26:36
2018-04-24T10:26:36
130,835,182
0
0
null
null
null
null
UTF-8
C
false
false
35
h
#define INVALID_HANDLE 0xffffffff
[ "cyanidesd@gmail.com" ]
cyanidesd@gmail.com
5a512250b824ccc6d07103056cfad35cb57d294e
5813789e210612742c7a6cb1c689651b107fcf38
/script_rel/camp_fire_cooking.c
546433ca2022106fe7eb60f3973e860e3bdc3a07
[]
no_license
Jill0/rdr3-decompiled-scripts.1232
e77b325be4761c0517fbb1b103f101abca30aa76
023e299cb6050ce07b5aad4147df58e304c0450f
refs/heads/master
2020-12-09T08:59:36.862443
2019-12-16T20:28:33
2019-12-16T20:28:33
null
0
0
null
null
null
null
UTF-8
C
false
false
4,756
c
#region Local Var int iLocal_0 = 0; int iLocal_1 = 0; int iLocal_2 = 0; int iLocal_3 = 0; var uLocal_4 = 0; int iLocal_5 = 0; struct<8> Local_6 = { 0, 0, 0, 0, 0, 0, 0, 0 } ; vector3 vScriptParam_0 = { 0f, 0f, 0f }; #endregion void __EntryFunction__() { iLocal_0 = 1; iLocal_2 = vScriptParam_0.x; iLocal_3 = ...
[ "37632412+gottfriedleibniz@users.noreply.github.com" ]
37632412+gottfriedleibniz@users.noreply.github.com
a81d82c9d3b6a752f0c7a3bbc1ba8bc6ef7d04a2
5aa8c94b33b727a92cc2c3ba8bc3f69f66f8bca1
/sys/news3400/if/lancereg.h
77b5b58c7021a5c6dfd82ef4f2eef831a3b2e0d1
[]
no_license
dank101/4.4BSD-Alpha
d6458c1d1cc82f6332f6f87dcdc223f7d1b2b0ee
b119e6613a15af07855e4cda5dd9f0e78adcbf40
refs/heads/master
2020-03-30T09:51:58.598180
2014-08-01T20:24:53
2014-08-01T20:24:53
22,526,911
1
2
null
null
null
null
UTF-8
C
false
false
5,260
h
/* * Copyright (c) 1992 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Sony Corp. and Kazumasa Utashiro of Software Research Associates, Inc. * * Redistribution and use in source and binary forms, with or without * modifica...
[ "dank101@localhost.localdomain" ]
dank101@localhost.localdomain
8aecea9faae84c2f64da6bc1a182b9d5b5d5569a
88de295bd35bc504104815e1afd897266802875b
/legacy/tau/cport/a1/tau+/combine_core/kinetic/qmath/vector.h
944034a658e3d3d1c95991d39eb219dd1f050475
[]
no_license
mfonken/combine
4a26545c8e742dfcbc21d16236f6c5a346bfcb16
aac79987ebfd4af0c8e1d441826bc1bfd78e39da
refs/heads/master
2022-11-30T21:40:19.574096
2022-11-18T04:08:04
2022-11-18T04:08:04
94,054,420
0
1
null
null
null
null
UTF-8
C
false
false
2,222
h
/***********************************************************************************************//** * \file vector.h * \brief Vector Math Header for QMath *************************************************************************************************** * Author: Matthew Fonken *******************************...
[ "mgfonken@gmail.com" ]
mgfonken@gmail.com
5a27eb9fb9e1f03ced5b0e92598cf5effcca3aa5
3f5b91e4d85bcc6bb8dac8fcca27242a16d67a28
/USBIPC/usbip_protocol.h
91b6c527d8b993b5ffdcf8289bbf8cebaafe8d93
[]
no_license
huayuguo/USBIP
e4b5a1ec888190808b0289293e374ddab52d0ac1
fef0dfba9c70b6c9ad3bc0aa86e36512d61bc22c
refs/heads/master
2020-03-20T12:37:08.568755
2018-02-24T08:19:02
2018-02-24T08:19:02
null
0
0
null
null
null
null
UTF-8
C
false
false
8,563
h
/* * Copyright (C) 2005-2007 Takahiro Hirofuchi */ #ifndef _USBIP_PROTOCOL_H #define _USBIP_PROTOCOL_H #pragma pack(push,1) #ifdef __GNUC__ #define __attribute__(x) __attribute__(x) #else #define __attribute__(x) /* x */ #endif //#define USBIP_VERSION 0x000106 #define USBIP_VERSION 0x000111 /* ---------------------...
[ "1257783600@qq.com" ]
1257783600@qq.com
23e58cff9c4cde2209b765bd1f4a79c6c84d2d08
48c2e9352fcd74979a5dc7f18cf26c19f8f5a116
/SourceFile/Common/Inc/Common.h
ecf4c131d32512f98bb5dd225019f886a1a50936
[]
no_license
ombluetuneAI/S03-GSMLCD
0e45e579dda8b8c017eac4e5728dcda6c0f18064
851698c09b3909410f70e1b5ab43d24d1da6cdda
refs/heads/master
2021-05-06T01:24:54.795292
2017-12-15T12:08:27
2017-12-15T12:08:27
114,364,859
1
1
null
null
null
null
UTF-8
C
false
false
774
h
#ifndef COMMON_H #define COMMON_H #include "stdbool.h" #include "sys.h" #define OS_ENTER_CRITICAL() {__disable_irq() ;} /* disable interrupt*/ #define OS_EXIT_CRITICAL() {__enable_irq();} /* enable interrupt*/ #ifndef ShiftLeft #define ShiftLeft(n) (1 << (n)) #endif #ifndef ShiftRight #define ...
[ "1571314213@qq.com" ]
1571314213@qq.com
1c83df4cf37649b7bb71326bda53ca7a602ba563
30086c6f0eaac5e02115b5827a31254fb042d218
/GF5000_66/uitls/macrodefine.h
6bafff443225921010121ca8534532cd43df90c0
[]
no_license
qinjiexiansheng/qinQtproject
364820bcd291edbdacbe2a775d8bafd4ec3599bd
06c5d89c7ff110a10aa075b4bcdc3934d9f87a53
refs/heads/master
2022-12-30T15:00:54.491908
2020-10-17T08:02:50
2020-10-17T08:02:50
304,822,226
0
0
null
null
null
null
UTF-8
C
false
false
7,145
h
#ifndef MACRODEFINE_H #define MACRODEFINE_H #include <QObject> //按键长按的触发时间 #define KEY_LONG_TIME 2000 //控制刷新数据的间隔 #define UPDATA_TIME 400 //自动打档时间 #define AUTOSAVE_TIME 30000 #define KEY_16 Qt::Key_P #define KEY_18 Qt::Key_F #define KEY_19 Qt::Key_W #define KEY_20 Qt::Key_S #define KEY_21 Qt::Key_A #define KEY_22...
[ "1042034984@qq.com" ]
1042034984@qq.com
e02b34190e88b15c33c53c1feae30c5663d16f67
f30115223b0199da5774b54240ba3da85be31176
/src/mq_open/mq_open.c
8301dbc3e5bf3f3eca1fba064dda2fb4b1ec56d6
[]
no_license
adsr/syscall-examples
abff6bb5d81d18d5df55533afe6e5e9b063889b9
d01ccb0b40f587e29fea10f0828c38aba7bf7c7d
refs/heads/master
2021-01-25T08:06:40.197743
2017-06-08T05:47:08
2017-06-08T05:47:08
93,711,844
3
0
null
null
null
null
UTF-8
C
false
false
6,682
c
#define SYSCALL "mq_open" #include "common.h" int run() { // TODO return 0; } /* MQ_OPEN(3) Linux Programmer's Manual MQ_OPEN(3) NAME mq_open - open a message queue SYNOPSIS #include <fcntl.h> /* For O_* constants *| #include <sys/stat.h> ...
[ "as@php.net" ]
as@php.net
4e13c19c8a87746a510e24fb31bf917c015314a8
d539da51198f2e1532cd21f0491cdca21a20628c
/Hungerer/Hungerer-Bridging-Header.h
0d4b7be8642df71c6427ded977b8a743e618405a
[]
no_license
1962449521/SwiftDemos
e2257b31940b20e59ce21073c1dccea09f8732cd
572e2454b044649b25404153ac3a97797b7565bf
refs/heads/master
2021-01-13T00:36:49.012061
2016-03-12T12:50:35
2016-03-12T12:50:35
53,710,031
0
0
null
null
null
null
UTF-8
C
false
false
121
h
// // Use this file to import your target's public headers that you would like to expose to Swift. // import "sublib.h"
[ "1962449521@qq.com" ]
1962449521@qq.com
067bc193264ff215c569eee0a9512333033a9bf4
f1072da7dbff060ca7b538a81d3936571fec56ea
/drow/src/ui/sprite_barrage/ui_sprite_barrage_barrage_i.h
48c1876c502436cfa82a1ed538614d8ee87ad250
[]
no_license
Hkiller/workspace
e05374d30a6f309fa8cf1de83887ccb5d22736f9
660fc5900300786d7581a850a3fefc90f8d07a93
refs/heads/master
2021-03-30T22:44:17.469448
2017-04-12T06:08:02
2017-04-12T06:08:02
125,022,632
2
0
null
2018-03-13T09:07:03
2018-03-13T09:07:03
null
UTF-8
C
false
false
1,265
h
#ifndef UI_SPRITE_BARRAGE_EMITTER_I_H #define UI_SPRITE_BARRAGE_EMITTER_I_H #include "render/utils/ui_transform.h" #include "plugin/barrage/plugin_barrage_barrage.h" #include "plugin/barrage/plugin_barrage_emitter.h" #include "ui/sprite_barrage/ui_sprite_barrage_barrage.h" #include "ui_sprite_barrage_module_i.h" #ifde...
[ "570385841@qq.com" ]
570385841@qq.com
0a2ca616b024c9ca7f4642561683e3eb1f411b82
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE510_Trapdoor/CWE510_Trapdoor__network_connection_17.c
d028ac23f2aaa898ba99eaa29c5d96b9ac38120a
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C
false
false
3,100
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE510_Trapdoor__network_connection_17.c Label Definition File: CWE510_Trapdoor.badonly.label.xml Template File: point-flaw-badonly-17.tmpl.c */ /* * @description * CWE: 510 Trapdoor * Sinks: network_connection * BadSink : The presence of a network connectio...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
793411e26384c7ce6150485481c9329272928482
c2cedcf36667730f558ab354bea4505b616c90d2
/players/mizan/opl/CELLS/C428.c
2ff596e185d641cfc0739e3659e6b09fde9e16ee
[]
no_license
wugouzi/Nirvlp312mudlib
965ed876c7080ab00e28c5d8cd5ea9fc9e46258f
616cad7472279cc97c9693f893940f5336916ff8
refs/heads/master
2023-03-16T03:45:05.510851
2017-09-21T17:05:00
2017-09-21T17:05:00
null
0
0
null
null
null
null
UTF-8
C
false
false
479
c
/* This is a 'stub' object which does nothing much * other than to be a placeholder for a wall cell. */ #include "/obj/ansi.h" reset(int arg) { move_object(this_object(), "/players/mizan/opl/daemons/gridboxDM"); } string query_current_icon() { return GRY + "W" + NORM; } string query_terrain_icon() { return...
[ "rump.nirv@gmail.com" ]
rump.nirv@gmail.com
d4cc5c08f4fbf015d0840901fa2f389f955b7674
eaaebd3919adc0c8e31f613887b5173869795cd1
/src/builtins/builtin_setenv.c
62df185368598fbda0db4cb0b51003e44825ecb6
[]
no_license
AlexisAuriac/PSU_42sh_2017
ed43d4d8d5cd032d2607efb7ae901e303606e4bf
9ae38548abe7e13a233076244ebe37dc229ed173
refs/heads/master
2020-03-20T02:18:57.451058
2018-06-12T17:50:09
2018-06-12T17:50:09
137,108,171
1
0
null
null
null
null
UTF-8
C
false
false
2,084
c
/* ** EPITECH PROJECT, 2018 ** 42sh ** File description: ** Changes the value or creates an environnement variable. */ #include <stdlib.h> #include <string.h> #include "my.h" #include "shell.h" static bool error_setenv(char **command, int nb_arg) { if (nb_arg > 3) { ERROR_SETENV_TOO_MANY_ARG; return (true); } ...
[ "alexis.auriac@epitech.eu" ]
alexis.auriac@epitech.eu
3d0918c92892c598564a249f41c22710fc9a915e
d9ea86b14d47953bc0650ea6c44d368368843479
/efaguy_a4/efaguy/includes/BinarySearchTreeAPI.h
b9685bcd3983657b17e3cb3e91f30f8efa71e8da
[]
no_license
efaguy/CIS2520
3730b5666b6502711e0bfd0e0ab8bc801395bcef
491b6e54b3448aef03db9559198228567c8014a4
refs/heads/master
2021-08-23T06:37:26.097857
2017-12-03T22:45:59
2017-12-03T22:45:59
110,618,197
0
0
null
null
null
null
UTF-8
C
false
false
4,127
h
#ifndef BST_GUARD #define BST_GUARD /************************************** Interface for a Binary Tree ADT Author: Judi McCuaig October, 2012 Modfied: James Fraser (Nov 2017) **************************************/ /** * Function pointer tyepdefs */ typedef int (*CompareFunc)(const void* a, const void* b); typede...
[ "efaguy27@gmail.com" ]
efaguy27@gmail.com
3a6f72d0e20794563af5a38c19718809d4d46aab
7b735e7c4b5213d085f69f744622b14827705d9a
/Testlib/intFunction.c
737c60e094cd814fd88aec06afa28d536ac8e896
[]
no_license
EricKiennemann/C-Project
f104a88211fc17e62f92d902b3176f59b5af0a56
4b909abca2127c68746c35ce71a4463f42aff9b8
refs/heads/master
2022-07-19T11:10:13.540586
2020-05-18T08:28:39
2020-05-18T08:28:39
null
0
0
null
null
null
null
UTF-8
C
false
false
431
c
#include "intFunction.h" // print fonction for an integer void printInt(int* a) { printf("%d\n", *a); } // Both allocation (init) and copy of a into b void initCopyInt(const int* a, int** b) { *b = (int*)malloc(sizeof(int)); **b = *a; } // this function realise : // - delete the value (set the variable to 0) // -...
[ "eric.kiennemann@edu.dsti.institute" ]
eric.kiennemann@edu.dsti.institute
89697bfc8bfbf69439f49658d481866a3ad21a5c
ac48dc874f5550d03648c28b1eda5720202eb55c
/qcril/qcril_qmi/qcril_qmi_mbn_ota_daemon.c
8e4dfda09cd9d3dcf1b1b705f55f49cdbd10b87b
[ "Apache-2.0" ]
permissive
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
11,510
c
/****************************************************************************** @file qcril_qmi_ota_daemon.c @brief a seperate thread for upgrading MBN in EFS DESCRIPTION Provide a seperate thread for updgrading MBN in modem EFS, and trigger modem SSR if needed ----------------------------------...
[ "adithya.r02@outlook.com" ]
adithya.r02@outlook.com
f7a07693935aa4a0ad0fab931485265254e58cec
55fab68c2853e73ac28d8defaf68aa71b4a9e6eb
/23.CAN通信实验/HARDWARE/led.c
4b9737385b23db46a5515e090889a56c6e48f132
[]
no_license
william0121lelouch/STM32
f9f2ae9cc61beb29b845e0fd2a7db78d6ee636f5
544e45b600d67c0cbcd50256775881382863b85d
refs/heads/master
2020-09-26T21:31:35.400084
2019-05-30T01:24:35
2019-05-30T01:24:35
null
0
0
null
null
null
null
UTF-8
C
false
false
506
c
#include "led.h" #include "delay.h" void led_init() { GPIO_InitTypeDef GPIO_InitTypeStruct; RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB,ENABLE); GPIO_InitTypeStruct.GPIO_Mode = GPIO_Mode_Out_PP; GPIO_InitTypeStruct.GPIO_Pin = GPIO_Pin_5; GPIO_InitTypeStruct.GPIO_Speed = GPIO_Speed_50MHz; GPIO_Init(GPIOB,&GPIO...
[ "945366712@qq.com" ]
945366712@qq.com
58fb5e18e2645825813d5089503d25b4bf0f52e5
14b6f94229936034c562654fe1216146940eedab
/OpenMP/CacheTrash/cache_trash.c
7c9b21a114f909cfe814f541ad5c9777925d322b
[ "Apache-2.0" ]
permissive
JanThorbecke/MPIcourse
fc6101b11723419b34f17e73d51f6c6726074d51
0ef4c0dcdfe73411667a919f1a032d1d3d652c39
refs/heads/master
2022-10-11T18:14:40.811033
2022-10-07T06:35:11
2022-10-07T06:35:11
182,081,712
10
9
null
null
null
null
UTF-8
C
false
false
1,688
c
#include <time.h> #include <sys/time.h> #include <stdio.h> #include <stdlib.h> #include <assert.h> double wallclock_time(); /* 32K L1 cache in core 2 duo */ #define NMAX 8192 //#define NMAX 2048 /* 6MB L2 cache in core 2 duo */ //#define NMAX 1572864 #define PS 32 int main() { // float a[NMAX], pad1[PS], b[NMAX], pa...
[ "janth@xs4all.nl" ]
janth@xs4all.nl