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
bb8caa9cfc14075c1534bc5c91352bd3b858e643
45ad78d2d16af93d80ccc0c75e14f0ba5dd91f42
/ipc/ej6.c
6ce5fe6ff6f7fe09f017bc72ba0bd8a82edb8fcc
[]
no_license
turunsl/clases_teoricas
b4cc6f55ef621d62c436f0b74252134da8b3308e
e58fef57e87be7afe740d23c5429a36b3e35dc27
refs/heads/master
2021-07-09T06:51:49.372072
2020-10-30T20:48:14
2020-10-30T20:48:14
201,815,547
0
1
null
null
null
null
UTF-8
C
false
false
615
c
#include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <fcntl.h> /* For O_* constants */ #include <sys/stat.h> /* For mode constants */ #include <mqueue.h> //crear cola de mensajes ...
[ "carlos.taffe@gmail.com" ]
carlos.taffe@gmail.com
bcfac7d587c04dbf4959f041f49843d2645fa8d3
4680c80ca249450e95724c3941d23caea2144e2d
/libsensors/sensors/apds970x.c
9660353670cab997d04eea3c9bf586093dc7a5af
[ "Apache-2.0" ]
permissive
CyanogenMod/android_device_semc_es209ra
c54ff6834feddafbb1163ca16355dba838bcadd6
90e45125de6e4bf6af4507a7cac9cb4cd2457dc6
refs/heads/gingerbread
2020-04-02T14:01:27.471541
2012-04-16T05:43:17
2012-04-16T05:43:17
2,138,433
9
15
null
2013-03-03T21:03:05
2011-08-01T19:01:17
C
UTF-8
C
false
false
8,551
c
/* * Copyright (C) 2012 Sony Ericsson Mobile Communications AB. * * 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 * * Unles...
[ "jerpelea@gmail.com" ]
jerpelea@gmail.com
08a0f81e4f8126f0bbfcc1a25ce49f45eb3b8e19
d0b3826853e7fb0c869f8912c5545903875f62b6
/ecdsa-sign.c
2c84644d15d9dacbc2367438c21b2628e77b9559
[ "MIT" ]
permissive
KBroloes/basic-blockchain
1ef56b740edf9bf28b0f34f54c2b897488e1e5a3
63de0b818ea2a339218b585927183d141025243e
refs/heads/master
2021-01-02T23:09:19.034728
2017-08-08T13:22:33
2017-08-08T13:22:33
99,476,162
2
0
null
null
null
null
UTF-8
C
false
false
2,867
c
#include "common.h" #include "ec.h" #include "hash.h" int ecdsa_sign() { uint8_t priv_bytes[32] = { 0x72, 0x22, 0x5d, 0x04, 0x0a, 0x89, 0x5f, 0x93, 0x28, 0x71, 0xb1, 0x26, 0xc4, 0xc4, 0x5f, 0xcf, 0xf0, 0xb6, 0x01, 0xd5, 0x84, 0x11, 0x31, 0x64, 0xec, 0x83, 0x19, 0x0e,...
[ "kevin.broloes@bestbrains.dk" ]
kevin.broloes@bestbrains.dk
b5dd197217c8eab9d8e4eec3fc3079146cca336b
dfd960b9c39ab30680774f9e6204ef9c58054798
/C/自写求a+aa+aaa...的值.c
bb4d31cf6178498e03c5266c62096b42a306a534
[]
no_license
yuyuOWO/source-code
09e0025672169e72cbd493a13664b35a0d2480aa
d4972f4d807ddf8e17fd074c0568f2ec5aba2bfe
refs/heads/master
2021-06-15T22:32:08.325223
2017-05-04T05:44:36
2017-05-04T05:44:36
null
0
0
null
null
null
null
UTF-8
C
false
false
220
c
#include <stdio.h> main() { int a,n,t,i,s; printf("input 'a' and 'n':\n"); scanf("%d %d",&a,&n); printf("a=%d n=%d \n",a,n); s=0; i=0; t=1; while(t<=n) { i=i+a; s=s+i; a=a*10; t++; } printf("a+aa+aaa+aaaa....=%d\n",s); }
[ "xanarry@163.com" ]
xanarry@163.com
7fdfc53bbd2d1a3c5be66cb911d506b0bc914b1a
8db67cc479bdb4c8218c9e61961309d2a31da488
/dome/HARDWARE/KEY/key.h
308aae0c195fa8a947d4160dbe89f90c61df26e8
[]
no_license
ClivenZ/Demo
bc6409d23e8eabc63471224780d9b6f91009fc79
dba2457de05b6e1aab470a1492cc45f1869a111d
refs/heads/master
2020-05-19T07:10:11.878434
2020-01-10T08:30:24
2020-01-10T08:30:24
184,889,959
2
0
null
null
null
null
GB18030
C
false
false
477
h
#ifndef __KEY_H #define __KEY_H #include "sys.h" #define KEY0 GPIO_ReadInputDataBit(GPIOE,GPIO_Pin_4)//读取按键0 #define KEY1 GPIO_ReadInputDataBit(GPIOE,GPIO_Pin_3)//读取按键1 #define KEY2 GPIO_ReadInputDataBit(GPIOE,GPIO_Pin_2)//读取按键2 #define KEY3 GPIO_ReadInputDataBit(GPIOE,GPIO_Pin_1)//读取按键3 #define KEY_S4 4 #def...
[ "835105614@qq.com" ]
835105614@qq.com
31180b6781e0ebe70c9747b7b81bffffa84c9942
04fd432483206a0a544f3c4cbe611953378c3772
/src/boards/mcu/stm32/sysIrqHandlers.c
0b019be249bf311e8218bf280226c73dd42614a8
[ "MIT" ]
permissive
jcaridadhdez/RAK811-tracker
5dbbe02331b4ee2c94b8f690fdeeeb93a166e305
c7055bd1e5b50c5dddcb26638d16f57805d67834
refs/heads/master
2022-05-05T22:58:59.882776
2018-05-02T12:14:04
2018-05-02T12:14:04
130,907,442
13
11
MIT
2022-04-01T05:38:13
2018-04-24T20:03:22
C
UTF-8
C
false
false
3,243
c
/* / _____) _ | | ( (____ _____ ____ _| |_ _____ ____| |__ \____ \| ___ | (_ _) ___ |/ ___) _ \ _____) ) ____| | | || |_| ____( (___| | | | (______/|_____)_|_|_| \__)_____)\____)_| |_| (C)2013 Semtech Description: Default IRQ handlers License: Revised BSD License, see...
[ "j.caridadhdez@gmail.com" ]
j.caridadhdez@gmail.com
7cbcc1d987935a54b91cd20200ab1a1156e7e9f1
82dc993dfe859a52b9eaf72fc29d27a883c3b6b8
/map.c
850f7b54e00e512e972bb39ea1fafeedee05f001
[]
no_license
nisanarz/Dictionary
e241c30e4441722e1d0fcef26097901a65d3dbe6
2b4c16e09a3fff0bd12d774a42f633f35fcca432
refs/heads/master
2020-06-02T20:18:26.524974
2015-08-18T17:50:47
2015-08-18T17:50:47
40,988,062
0
0
null
null
null
null
WINDOWS-1251
C
false
false
6,106
c
/* * map.c * * Created on: 12 бреб 2013 * Author: Nisan */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <assert.h> #include "map.h" typedef struct node_t { MapKeyElement key; MapDataElement data; struct node_t* nextNode; } *Node; struct Map_t { Node currentNode; Node firstNode;...
[ "nisanarz@gmail.com" ]
nisanarz@gmail.com
a53228bebf99731f34ec807f4da8b44b41df0e76
935a281a027cadf3e15851bee6f301fec8665ded
/lua-dll-dll/CameraTest1/CameraTest1/CameraTest1_function.h
e1c3b12454fadaa1a43ea7a01b39a15092ee7030
[]
no_license
dbgx1/lua_call_cplusplus-dll
7493f05cf68b1a9931beab8664c8282a977a80c6
b3102d583939cba1d05edad42eafbc2c54643c33
refs/heads/master
2022-04-02T04:46:57.693158
2017-03-19T08:29:47
2017-03-19T08:29:47
null
0
0
null
null
null
null
UTF-8
C
false
false
169
h
bool InitCamera(const char* cameraIp); bool SetCameraReady(const char* saveImagePath, int timeOut); bool GetCaptureStatus(); bool CloseCamera(const char* cameraIp);
[ "heyong.liu@intelligentgroup.cn" ]
heyong.liu@intelligentgroup.cn
2a62e2e4d5d30642234fd28570726313f6781e01
f259bd1124d55899e487b5fc1ab782f5818cfc01
/Classes/Native/AssemblyU2DCSharp_pubBottlePos4144528433MethodDeclarations.h
edb7eb55339b2f50433dd77403aefe8faaad4ea1
[]
no_license
maewang/GirlsWhoCode-VR-Recycling-App
e3898c1805b22734e55253b808f497edde4c241f
3fa9021342298aca05e40500980f59969772304e
refs/heads/master
2021-08-22T04:58:04.958739
2017-11-29T10:27:27
2017-11-29T10:27:27
112,148,020
0
0
null
null
null
null
UTF-8
C
false
false
769
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // pubBottlePos struct pubBottlePos_t4144528433; #include "codegen/il2cpp-codegen.h" // System.Void pubBottlePos::.ctor() extern "C" void p...
[ "dwang11@ucla.edu" ]
dwang11@ucla.edu
df90c4210a636eae36c2d20cae1f2fd1f612cf88
b69c3fbf7a3b3a5b98454d24d343533812f1c355
/p1-buffer/vulnerable2.c
1bc25d7ae914d174515be027db929a2ed0e53ccc
[]
no_license
acheung1/414
adfc53761fa2a161f473a2ffd407bccbc860405e
9c1c50a877b9240164b35461b7605dbe49179ffe
refs/heads/master
2021-04-28T09:17:11.183190
2018-02-19T08:40:52
2018-02-19T08:40:52
122,036,217
0
0
null
null
null
null
UTF-8
C
false
false
769
c
/* vulnerable2.c */ /* This program also has a buffer overflow vulnerability. * Our task is to exploit this vulnerability, even when * ASLR is turned on. */ #include <stdlib.h> #include <stdio.h> #include <string.h> void echo_info() { char age[32]; char name[32]; /* These are pipes to allow for 'comm...
[ "acheung1@terpmail.umd.edu" ]
acheung1@terpmail.umd.edu
57b72473df44dc0ba06a7d3061d2695604e83dd9
5c255f911786e984286b1f7a4e6091a68419d049
/code/55f9d0f8-dd32-4e81-a90e-8118d1f427f0.c
1c378100ec3e95d80bde77ac92550ced2c393cac
[]
no_license
nmharmon8/Deep-Buffer-Overflow-Detection
70fe02c8dc75d12e91f5bc4468cf260e490af1a4
e0c86210c86afb07c8d4abcc957c7f1b252b4eb2
refs/heads/master
2021-09-11T19:09:59.944740
2018-04-06T16:26:34
2018-04-06T16:26:34
125,521,331
0
0
null
null
null
null
UTF-8
C
false
false
253
c
#include <stdio.h> int main() { int i=0; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = i/j; l = j/j; l = j%j; l = l+j; k = k-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
51b87b7afb372f08dededb1cea7c50f0ace94fb7
712b09f643a893f65d22307d192dde050611c5ac
/AlienInvasion/Text-number.h
9fe87ae7d5aa77eb2b7f500e0a5bfe98e47ed54d
[]
no_license
kc101010/C-Programs
57c565d6c40bbd8a5eacce823eae32aed777da25
dbf4393218a8db6512b6be85565f57a9b0955c3a
refs/heads/master
2021-08-10T16:21:09.330767
2021-03-16T15:43:02
2021-03-16T15:43:02
246,268,021
0
0
null
null
null
null
UTF-8
C
false
false
584
h
/* TEXT-NUMBER.H Include File. Info: Form : All tiles as one unit. Format : Gameboy 4 color. Compression : None. Counter : None. Tile size : 8 x 8 Tiles : 0 to 9 Palette colors : None. SGB Palette ...
[ "noreply@github.com" ]
kc101010.noreply@github.com
b7e2e0b43984f1356c8b4db3b44a919bad969f6c
3d14dd3f0d9b0f33562a555cd7a50d738ff044c3
/libtcod/libtcod-1.6.3/src/heightmap_c.c
571507297e4b57854dc202c59c5122f46374e89c
[]
no_license
ThePoliteTerroristCow/RogueLite
b79706d77dc96579318531fb30d67a7ad3464f82
ea0d1f718e023cf7fee28b8d3316642305408231
refs/heads/master
2021-08-30T08:39:06.454866
2017-12-12T04:58:02
2017-12-12T04:58:02
108,799,980
0
0
null
null
null
null
UTF-8
C
false
false
16,760
c
/* * libtcod 1.6.3 * Copyright (c) 2008,2009,2010,2012,2013,2016,2017 Jice & Mingos & rmtew * 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 a...
[ "xlgsoftware@gmail.com" ]
xlgsoftware@gmail.com
4e7d134abc6e114051030b6d5b6187161dd4ce4b
35e6794d437520485a2165bdd327eb199465150e
/ex09/xenomai.c
16e0d4c1457ab7fdbfe84c43ac93d61297d9a3bf
[ "MIT" ]
permissive
ErinvanderVeen/Design-of-Embedded-Systems
d467e6325a6218206d5d1da03efc3d2d631d25ba
755c444089c28824b79bb3489535063a0c972d7f
refs/heads/master
2021-01-23T12:54:28.906865
2018-01-19T16:03:53
2018-01-19T16:03:53
102,657,845
0
0
null
null
null
null
UTF-8
C
false
false
2,476
c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <alchemy/task.h> #include <alchemy/timer.h> #include <rtdm/gpio.h> #include <wiringPi.h> RT_TASK* interrupt_handler_task; int i_fd; int D0, D1, D2, D3, D4, D5, D6, D7; int val_down = 0; int val_up = 1; int less_than(RTIME* p1, RTIME* p2) { return *...
[ "erinvanderveen@outlook.com" ]
erinvanderveen@outlook.com
31be9c52cc73c4c9ef83214ff7550ada21c154b9
13bda9c8bdee5f30107ebc456be8aeb6df99d881
/DUMP/BP_Interactable_Harvest_CropPlot_classes.h
b948d47c653cc2894b33bfa746a2073141ff3c28
[]
no_license
xkp95175333/Icarus-Win64-Shipping
e783576259742a5a26592cc9aead95bc47cd90fc
910879d96e35a1f271be206182e18ee80c01a88e
refs/heads/main
2023-07-24T19:38:25.224868
2021-09-05T17:50:16
2021-09-05T17:50:16
403,376,074
0
1
null
null
null
null
UTF-8
C
false
false
1,304
h
// BlueprintGeneratedClass BP_Interactable_Harvest_CropPlot.BP_Interactable_Harvest_CropPlot_C // Size: 0x100 (Inherited: 0xe8) struct UBP_Interactable_Harvest_CropPlot_C : UInteractableBehaviour { struct FPointerToUberGraphFrame UberGraphFrame; // 0xe8(0x08) struct AIcarusPlayerCharacter* Current_Player; // 0xf0(0x0...
[ "68745798+xkp95175333@users.noreply.github.com" ]
68745798+xkp95175333@users.noreply.github.com
ef155233540474175b643cd8e6316e3ebc73813e
6e25022d4836950835a355e46ecac6e0a285ad76
/Canavial_of_Tree/red-black.h
bf65ba54dc2003e7b93a621f0ed0e81d3745f798
[ "MIT" ]
permissive
999higor/AVL_ABB_BTREE_RB
e21c9bdb482dda0030af97d6805625958162484f
04475dabf21e62f348c49fcc08f21d2479a20c2d
refs/heads/master
2020-03-29T20:46:15.532344
2018-10-30T16:59:21
2018-10-30T16:59:21
null
0
0
null
null
null
null
UTF-8
C
false
false
916
h
#ifndef RED_BLACK_H_INCLUDED #define RED_BLACK_H_INCLUDED struct rbtNode { int key; char color; struct rbtNode *left, *right, *parent; }; struct rbtNode* root; void aux_print(); int aux_height_RB(); aux_free_RB(); void left_Rotate(struct rbtNode *x); void right_Rotate(struct rbtNode *y); void co...
[ "higormoreira999@hotmail.com" ]
higormoreira999@hotmail.com
aedd1069f8ffdf67aaa0e005c01c120f691a7a49
5c0dd65b2a873d751e712810e8fb79ba62513dd3
/Lab05/Task-2/sort_funcs.h
0b3b77f0ca65e9ec4d74cacc9e60ecff6816fede
[]
no_license
mastan-hub/HPP
1c3cee43f6511ffc6f286410e32f43c099d6ccd8
55ec1c1ccb9c085a6a1657467677f6481905b3ad
refs/heads/master
2023-07-03T22:22:24.667416
2021-08-08T15:35:01
2021-08-08T15:35:01
393,543,973
0
0
null
null
null
null
UTF-8
C
false
false
102
h
typedef int intType; void bubble_sort(intType* list, int N); void merge_sort (intType* list, int N);
[ "yunus.nourredin@gmail.com" ]
yunus.nourredin@gmail.com
3b8681a20731324a6386d4b16c38527c04b62a22
ab0d892a1a1f2dd9d72f0c68f2a68188a48970ea
/EAHelloWorld/main.c
87fdf494521c8ae3e9a0c70cd1b05398ab04befd
[]
no_license
GoldbergAlexander/EAHello-World
d7fa4096e985b73cafcd34b16a532f985d2f6470
dfbd4da8f774a41f07dd47f4461ba3b3afd1ceb4
refs/heads/master
2021-01-10T16:42:47.516809
2014-10-17T19:13:23
2014-10-17T19:13:23
44,410,044
0
0
null
null
null
null
UTF-8
C
false
false
4,649
c
// // main.c // EAHelloWorld // // Created by Alexander Goldberg on 10/15/14. // Copyright (c) 2014 Alexander Goldberg. All rights reserved. // #include <stdio.h> #include <stdlib.h> #include <math.h> #include <time.h> #define HW "HELLO WORLD" #define POP 100 char alpha[27] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ "; char ...
[ "alexfreezing@gmail.com" ]
alexfreezing@gmail.com
54922fc3c3f72dcea329983a744f54d38b496605
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/72c112c7-4d46-48b3-8d2b-4564963288d4.c
673c51a978f10184674892f17171797085b7451c
[]
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
735
c
#include <string.h> #include <stdio.h> int sum(int a) ; int main() { int num; int result; printf("Enter thhe number: "); num = 50.0; //variables //random /* START VULNERABILITY */ int a; long b[98]; long c[42]; a = 0; do { a++; //random /* START ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
3dfb6accedbef2f597cf177037af96be5d75fe21
83cf56fcc0f38e70a473831d0d1ce5d6e2872a53
/Hackathon_170108_KingTeam/Hackathon_070108_King_wifi/User/src/include/bh1750.h
2f9507ceab770048978d7c0bb5085d58c86e17aa
[ "BSD-3-Clause" ]
permissive
cxh0806/LiteOS_Hackathon
43b98c6e2744b94262bc5cf63e1cd14d6cbf0f00
a5fbcf664b582b1f9288acba488a58ea3d3a3110
refs/heads/master
2021-06-10T09:17:57.578065
2017-01-25T08:04:24
2017-01-25T08:04:24
84,274,162
0
1
null
null
null
null
GB18030
C
false
false
423
h
#ifndef __BH1750_H_ #define __BH1750_H_ #include "stm32f10x.h" #define BH1750_WRITE_OK 0 //写正常 #define BH1750_READ_OK 0 //读正常 #define BH1750_WRITE_ERROR -1 // -1 #define BH1750_READ_ERROR -1 // -1 int8_t bh1750_get_lux_val(float *lux_val); /*从bh1750中读取光照值*/ void bh1750_init(void); /*BH1750初始化*...
[ "simple@foryu.xin" ]
simple@foryu.xin
13225d77e67097bb084867b0d964b11b46f060fc
1ad4dd5261a185f3cf92d7fd3226de28679747c5
/kernel/drivers/media/radio/radio-gemtek.c
ddc12b16f77ca8d0d26234fa7ebfb6f2220df48a
[ "Linux-syscall-note", "GPL-2.0-only", "MIT" ]
permissive
oslab-swrc/libmpk
b30c8fa2eea834a8ab441fdd9f7789296781ec17
a0b20ab8819d60d22d2a90f0d54eccae40ae6b05
refs/heads/master
2022-05-01T01:36:07.491532
2022-03-18T05:44:14
2022-03-18T05:44:14
223,290,854
0
0
MIT
2019-11-22T00:30:13
2019-11-22T00:30:12
null
UTF-8
C
false
false
10,112
c
/* * GemTek radio card driver * * Copyright 1998 Jonas Munsin <jmunsin@iki.fi> * * GemTek hasn't released any specs on the card, so the protocol had to * be reverse engineered with dosemu. * * Besides the protocol changes, this is mostly a copy of: * * RadioTrack II driver for Linux radio support (C) 1998 ...
[ "spark720@gatech.edu" ]
spark720@gatech.edu
f41aa46183cf24e9a91d5480b917f3114b670909
3e74463f670806fbcc9df40dba5bba9d7636bd42
/windows/ReactNativePicker/pch.h
0281c3203894139ff5740500436d41e017e81965
[ "MIT" ]
permissive
kaiguo/react-native-picker
4c1f08748e2b808c2b16b26ee9a7d28d9884c015
a71cf6faf4f319acbaa69abd957f930142a3d441
refs/heads/master
2021-02-13T17:58:16.739339
2020-05-12T16:58:34
2020-05-12T16:58:34
244,718,550
0
0
MIT
2020-03-03T19:04:08
2020-03-03T19:04:07
null
UTF-8
C
false
false
589
h
#pragma once #define NOMINMAX #define XAML_NAMESPACE L"Windows.UI.Xaml" #define MAKE_XAML_TYPE(x) XAML_NAMESPACE ## "." ## #x #include <unknwn.h> #include <winrt/Windows.Foundation.h> #include <winrt/Windows.Foundation.Collections.h> #include <winrt/Windows.Foundation.Metadata.h> #include <winrt/Windows.UI.Xaml.h> #...
[ "noreply@github.com" ]
kaiguo.noreply@github.com
f2d7217b67b78934cf07d40600b23ee8d437e190
0a7c49cb54f676b7d8328470d6cafdeb5c02abe4
/qca/src/common-tools/ath6kl-utils/libathtestcmd/libtlv2/include/cmdRxStatusHandler.h
d245def9f140eccdccf4bbb078f0cf24e8caa552
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "ISC" ]
permissive
ijasuja/RevIPQSW
b07a2fecc6f3c1befe2936f75d3e03d7ead4ca6b
37c8cae5e7a5a85d79d0a6d703b4fa31611e5696
refs/heads/master
2023-02-22T06:27:09.232767
2021-01-18T02:40:59
2021-01-18T02:40:59
281,551,084
4
6
null
null
null
null
UTF-8
C
false
false
2,102
h
/* * Copyright (c) 2016 Qualcomm Atheros, Inc. * All Rights Reserved. * Qualcomm Atheros Confidential and Proprietary. */ // This is an auto-generated file from input\cmdRxStatusHandler.s #ifndef _CMDRXSTATUSHANDLER_H_ #define _CMDRXSTATUSHANDLER_H_ #if defined(__cplusplus) || defined(__cplusplus__) extern "C" { ...
[ "ishwar.jasuja@spirent.com" ]
ishwar.jasuja@spirent.com
e7c66bddb6a6c0c836174adb7f622f3d11e6ec70
5e6fe0136683ae5926c5bd73bb21456ac11e91ed
/middleware/middleware/FAT-SL/media-drv/spansionBD/SLLD/TestCase/slld_stress_test.c
4a01e2aa2e058bc8171995e249de4a9d1e8ef095
[]
no_license
ssleandro/AutoTec
c8fc526cd2172a929912581268eac097327545c9
a48939a0ace054aaf0be328e66b0ae1a7ce14214
refs/heads/master
2023-08-31T20:08:15.149803
2017-12-13T20:23:36
2017-12-13T20:23:36
426,721,898
1
0
null
null
null
null
UTF-8
C
false
false
6,229
c
/************************************************************************** * Copyright (C)2011 Spansion LLC. All Rights Reserved . * * This software is owned and published by: * Spansion LLC, 915 DeGuigne Dr. Sunnyvale, CA 94088-3453 ("Spansion"). * * BY DOWNLOADING, INSTALLING OR USING THIS SOFTWARE, YOU AGREE...
[ "ssleandro@gmail.com" ]
ssleandro@gmail.com
600642b3b79c129e85f428780ca85a24b3f33c88
549179439cc6f5384cfb2ca79975f8bd657348fe
/libft/ft_isalpha.c
96e410754895d6909e6ad627d4934d04c9e83c11
[]
no_license
mmamalek/push_swap
2235351a948c1f01df95452599ee3cf5314b18ac
c7c7dd9a1d8eb4f6a5092cae69366e16998fcf9a
refs/heads/master
2020-07-06T09:59:36.129424
2019-08-25T14:52:42
2019-08-25T14:52:42
202,979,487
0
0
null
null
null
null
UTF-8
C
false
false
1,021
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isalpha.c :+: :+: :+: ...
[ "mmamalek@student.wethinkcode.co.za" ]
mmamalek@student.wethinkcode.co.za
327bc0ffe6e433101ad19c2d120a0bbce732dc19
e7f314ab4fe6b063a026cb9af0eb0ad0933f335d
/Q2eta_aa_all_UML_Pcorr_fixBkgPol3_full_Tvz/sim_CD_C/rspic/hM1_0.C
af3ae3439d961ec2028730e9f96a06cfcc02f268
[]
no_license
orsosa/EG2_analysis
016f91bb3761b0cf309523837ebf2124944f8341
08cea395b98d050ea9ffbca866e267158578f147
refs/heads/master
2021-01-21T22:35:47.935595
2018-10-03T19:06:10
2018-10-03T19:06:10
102,161,447
0
0
null
null
null
null
UTF-8
C
false
false
45,339
c
void hM1_0() { //=========Macro generated from canvas: c/The canvas //========= (Sat Jun 16 01:13:21 2018) by ROOT version 6.12/06 TCanvas *c = new TCanvas("c", "The canvas",0,0,920,690); gStyle->SetOptStat(0); c->SetHighLightColor(2); c->Range(0,0,1,1); c->SetBorderSize(2); c->SetFrameFillColor(0); ...
[ "oj.5070@gmail.com" ]
oj.5070@gmail.com
f1012ead763f5fd7b71695745629a1d4b901b30d
51635684d03e47ebad12b8872ff469b83f36aa52
/external/gcc-12.1.0/gcc/testsuite/gcc.dg/c90-left-shift-1.c
755595f5c27c68d7c00dd89ce37a072891a5112e
[ "FSFAP", "LGPL-2.1-only", "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
179
c
/* { dg-do compile } */ /* { dg-options "-std=iso9899:1990 -pedantic-errors" } */ enum E { A = -2 << 1 }; int i = -1 << 0; int f (int i) { switch (i) case -1 << 0: break; }
[ "rink@rink.nu" ]
rink@rink.nu
47f0b2a3a645e2182564bd9a10956c37e724565e
620625ff8adb93c34161855ea3e4f893a602ab75
/Bitwise operator exercises/10.c
59dde554bb42360118388c582fba71a99d4c04ab
[]
no_license
MahmoudRabee/codeforwin
1debae5fbe027e032bef52b7d61cb8c0cd7b63c7
9f0ebdebcca3f75aed94e0f4a767340b3c2f9820
refs/heads/master
2020-06-21T06:52:37.137247
2019-07-17T11:41:44
2019-07-17T11:41:44
197,374,331
0
0
null
null
null
null
UTF-8
C
false
false
425
c
//C program to count leading zeros in a binary number #include<stdio.h> void main(void){ int number , order = 100; printf("Input any number: "); scanf("%d",&number); for (int i =0; i <32 ; i++) { if(number & 1<< i){ order = i+1 ; } } if(order == 100){ printf("the number is zero !"); ...
[ "noreply@github.com" ]
MahmoudRabee.noreply@github.com
17ac834681408534b64048a765292f8d4b9837c6
41d0094f894e3b006139f80c5ebd7fcdf626aad2
/SDSS IOS CLIENT/SDSS IOS CLIENT-Bridging-Header.h
6d26553f742a4e5acd879a44da8fa6a9f216909c
[]
no_license
baonhan88/Digital-Signage-iOS
6883d5495c0a9366ae41959eb3ac8607f901cbee
22499b3bda1e610177e8b03f280701b564d39f79
refs/heads/master
2020-05-16T01:15:30.944348
2019-04-22T00:55:15
2019-04-22T00:55:15
182,598,402
0
0
null
null
null
null
UTF-8
C
false
false
211
h
// // Use this file to import your target's public headers that you would like to expose to Swift. // #include <ifaddrs.h> #include <arpa/inet.h> #include <sys/socket.h> #include <CommonCrypto/CommonCrypto.h>
[ "baonhan8831@gmail.com" ]
baonhan8831@gmail.com
3c388f62530892392474ef4fa4dde63e2b0b68a6
03a86d00364b2c232475294f3dff2fd1d7d14de1
/emgist_case2_ls/sub_emgist.h
829395a59576f976981d94221356e5c6497b7a51
[]
no_license
moriiism/srt
2b830200bf46fb607da994a3a387fdade0456a30
25132497a390bf109f98f83a27ea7f3acb024d27
refs/heads/master
2021-06-04T08:39:17.239581
2021-03-19T10:43:57
2021-03-19T10:43:57
106,362,127
0
0
null
null
null
null
UTF-8
C
false
false
6,530
h
#ifndef MORIIISM_SRT_EMGIST_SUB_EMGIST_H_ #define MORIIISM_SRT_EMGIST_SUB_EMGIST_H_ #include "mi_rand.h" #include "mib_blas.h" #include "mi_sort.h" #include "mi_time.h" #include "mif_fits.h" #include "mir_math.h" void GetNdet(string respdir, int* const ndetx_ptr, int* const ndety_ptr); void LoadResp(string respdir, i...
[ "morii@ism.ac.jp" ]
morii@ism.ac.jp
1f9795ca8cd879325e9e04787e651bce82ce6f7d
1c8ff0da52bf155f7c094ee4f3fb5fdca4c76578
/src/PlayerInfo.h
d026713cf1a5963935eebc82f4cd745c7e70ce47
[]
no_license
Tommalla/Diaballik
d938f9979d2c7e74d0ae550654502525b81bedc2
13846b62ca2eacf2130e58e747a2ad5beb69daee
refs/heads/master
2016-08-02T23:52:59.885229
2013-08-04T14:29:57
2013-08-04T14:29:57
null
0
0
null
null
null
null
UTF-8
C
false
false
412
h
#ifndef PLAYER_INFO_H #define PLAYER_INFO_H #include <QString> #include "gameEnums.h" #include "../DiaballikEngine/src/enums.h" struct PlayerInfo { ApplicationPlayerType type; QString botPath; bool GTPE; QString name; GamePlayer player; }; const PlayerInfo make_human_player(const QString& name); const PlayerInf...
[ "tz336079@students.mimuw.edu.pl" ]
tz336079@students.mimuw.edu.pl
3a00999abbc575c01d022c2bc17e0cf1e4d989fa
5555e5151f7074c48e981e56fe75155d556e88a6
/Core/Src/stm32f0xx_hal_msp.c
62391dde21b0e777d5f77f6554e11f5c222c3d99
[]
no_license
subongIm/CANPrj-STM32F0x2
34b28caee306c1ce0a5fd8f9ec25541343109dbd
b9d6aaef6d33dcc1a5c526f476986369ca1d205f
refs/heads/main
2023-02-14T05:03:12.337954
2021-01-11T08:22:07
2021-01-11T08:22:07
328,594,146
0
0
null
null
null
null
UTF-8
C
false
false
290
c
#include "main.h" void HAL_MspInit(void) { /* USER CODE BEGIN MspInit 0 */ /* USER CODE END MspInit 0 */ __HAL_RCC_SYSCFG_CLK_ENABLE(); __HAL_RCC_PWR_CLK_ENABLE(); /* System interrupt init*/ /* USER CODE BEGIN MspInit 1 */ /* USER CODE END MspInit 1 */ }
[ "aileen@litbig.com" ]
aileen@litbig.com
6f35a316a3434caf12ccf2e608622831edd3e686
f79e53aedab9c74ae9bdd9f0bc652d17b303de63
/mantis-1.0-beta/src/test/microblaze_test/microblaze_test.c
17af07ac52047d7e6024e0053131212c0353dc44
[ "BSD-3-Clause" ]
permissive
ghostandthemachine/mantis-os
063490389a3cf6b445e3b1df38e0196e9a4632ce
848d97ff3f55b76c073eb622ad48536ee1eb7883
refs/heads/master
2021-01-01T19:25:33.031047
2011-05-31T23:54:24
2011-05-31T23:54:24
1,829,303
1
0
null
null
null
null
UTF-8
C
false
false
5,980
c
// This file is part of MANTIS OS, Operating System // See http://mantis.cs.colorado.edu/ // // Copyright (C) 2003,2004,2005 University of Colorado, Boulder // // This program is free software; you can redistribute it and/or // modify it under the terms of the mos license (see file LICENSE) /*********************...
[ "jonrose08@gmail.com" ]
jonrose08@gmail.com
d74a78ddf1d7a74c7b4ba9318f4a393dac775136
94af9a20a4469ec4e361de4a50fcd1f4be82d889
/libftprintf/ft_isupper.c
4c3e7d8390d06d7980ad9cf2eee50c6d7838cf5a
[]
no_license
BoyerDamien/ft_printf
e4fc883e4db1d8320e43251b629a5359e524755a
67fc1c16006bcee21cf121664c44bf296cb93a6f
refs/heads/master
2021-01-14T16:34:04.833807
2020-02-24T08:43:57
2020-02-24T08:43:57
242,680,498
0
0
null
null
null
null
UTF-8
C
false
false
970
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isupper.c :+: :+: :+: ...
[ "dboyer@e3r6p1.42.fr" ]
dboyer@e3r6p1.42.fr
803e816cab5e758ff05f5e423d83083463fade8f
94e8344ee420ae4d2eb1643e95973845f341a3d2
/gcc_4.3.0_mutants/mutant100129_tree-affine.c
314591c97ec0ba569b8190e0272ce3c54d6bacda
[]
no_license
agroce/compilermutants
94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3
dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991
refs/heads/master
2022-02-26T21:19:35.873618
2019-09-24T15:30:14
2019-09-24T15:30:14
207,345,370
1
0
null
null
null
null
UTF-8
C
false
false
18,744
c
/* Operations with affine combinations of trees. Copyright (C) 2005, 2007 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, o...
[ "agroce@gmail.com" ]
agroce@gmail.com
2bf02b80cb2fe80476f96373292f3c548d844a52
0b8a4f80c171017da8823d9dbf32656a3bf1e149
/Driver/inc/usart.h
a1102c6923b62a112bd5f244206dc1f5f8dbf3ad
[]
no_license
moonclearner/stm32f103_data_collection
66198920bacc7010db907589713c997f84bab4e1
a8141e4ffa196de07f9ceb0e1359eb9400a0e11b
refs/heads/master
2020-06-11T10:09:12.365544
2016-12-06T05:45:47
2016-12-06T05:45:47
75,697,341
0
0
null
null
null
null
GB18030
C
false
false
191
h
#ifndef __USART_H #define __USART_H #include "delay.h" #include "stdint.h" //具有uint 等数据类型 #include "stm32f10x.h" extern void usart1_debug_init(uint32_t baudrate); #endif
[ "718857460@qq.com" ]
718857460@qq.com
22e38306222883620b0d8b1577a11fbc8d1ae507
c51fdf840a83e5c5c0cfff9b68ef643a1cf4df38
/apps/materialsinspect/WorklightAPI/Frameworks/IBMMobileFirstPlatformFoundation.framework/Headers/OCLogger+Constants.h
3de56b2f6620c659fd3288c2c654842eaaf959e3
[]
no_license
VatsalyaMalla/Zenhub_Demo
ece583c8c70116fcd807c730011cb4ff2149c740
076ff0dcb7c02ef8c1d8f1aacf30cd8d314f5649
refs/heads/master
2020-03-30T15:22:38.983774
2018-10-03T04:37:14
2018-10-03T04:37:14
151,360,257
0
0
null
null
null
null
UTF-8
C
false
false
4,570
h
/* * Licensed Materials - Property of IBM * 5725-I43 (C) Copyright IBM Corp. 2011, 2013. All Rights Reserved. * US Government Users Restricted Rights - Use, duplication or * disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ extern NSString* const TAG_LABEL_TRACE; extern NSString* const TAG_...
[ "vatsalyamalla@Vatsalyas-MacBook-Pro.local" ]
vatsalyamalla@Vatsalyas-MacBook-Pro.local
b70b19c3d520c5c0be34a9b197a737dcf2e227da
8781e751b376a6ad905d7e0c7199e6e756e705a5
/Freescale_MQX_4_1_FRDMK64F/usb/device/source/classes/include/usb_phdc.h
4972f5c4cbce0c9293ca7760d5b90918cb25c27d
[]
no_license
ernag/dont_not_enter
4247e0777ae13723f11e3385e1ba26906ae09949
1669ceb9c3887dce6472b94d34264e3d32b1745a
refs/heads/master
2016-08-11T07:21:27.972365
2015-12-05T02:14:57
2015-12-05T02:14:57
47,433,087
2
3
null
null
null
null
UTF-8
C
false
false
11,717
h
/*HEADER********************************************************************** * * Copyright 2008 Freescale Semiconductor, Inc. * Copyright 1989-2008 ARC International * * This software is owned or controlled by Freescale Semiconductor. * Use of this software is governed by the Freescale MQX RTOS License * distr...
[ "ernie@whistle.com" ]
ernie@whistle.com
614f7fd7bf40c6dfac9f4b7d9c64fcf98a3b1e7e
e24a981d22dc9f08eaead51792f5933d359f003d
/contrib/sdk/sources/Mesa/mesa-10.6.0/src/gallium/auxiliary/draw/draw_pipe_twoside.c
8148f6b4569f239f6aa6b21200abb21ef8d5e460
[]
no_license
Harmon758/kolibrios
d6001876fefb006ea65e5fe3810b26606e33284e
0d615a7c442e8974f58b7260b094c1212c618bcf
refs/heads/master
2023-08-20T11:47:59.999028
2023-08-20T10:40:03
2023-08-20T10:40:03
66,638,292
32
4
null
null
null
null
UTF-8
C
false
false
5,620
c
/************************************************************************** * * Copyright 2007 VMware, Inc. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the * "Software"), to deal in the Software wi...
[ "serge@a494cfbc-eb01-0410-851d-a64ba20cac60" ]
serge@a494cfbc-eb01-0410-851d-a64ba20cac60
bf182d175b3a33d2940a7a36ac607f3b62dd0ee3
c4afbfe1885e8d0c7a1c8b928563f7bb8ab6a683
/GreenDemonstrator/src/OBU/Generated_Code/KCG-ERSA/Write_P012_TM_trackside.c
30c6176c30350bb14836c5faffbdd9f750ea5e35
[]
no_license
VladislavLasmann/srcAndBinary
cd48ebaa2f1f7f697ba5df9f38abb9ed50658e10
13aa76e545b9596f6dac84fb20480dffae7584d8
refs/heads/master
2021-05-08T15:04:05.709079
2016-01-22T12:40:10
2016-01-22T12:40:10
null
0
0
null
null
null
null
UTF-8
C
false
false
1,669
c
/* $**************** KCG Version 6.4 (build i21) **************** ** Command: kcg64.exe -config R:/Repositories/modeling/model/Scade/System/OBU_PreIntegrations/Demonstrators/ERSA_EVC_Testrunner/config.txt ** Generation date: 2015-12-10T15:16:03 *************************************************************$ */ #include...
[ "info@stefankarg-it.de" ]
info@stefankarg-it.de
1efe40e9e8ad78b2781b67252fdf64ae3a6e81b5
96005f10caaf152639d0921ab96deb3f3670b70d
/SourceCode/medplus_app/main/wifi_tls.h
04af541b539d6fc0e342c05225c4b487de8b145b
[ "Apache-2.0" ]
permissive
eprice-phonesoap/med_plus_code
ef597c7702e0f82ae3ee18e1f4ddf042fd4806c8
a77e05f51bab66f584d03761ebf18a7664a01b25
refs/heads/master
2020-08-31T02:42:08.901577
2019-10-30T15:57:49
2019-10-30T15:57:49
null
0
0
null
null
null
null
UTF-8
C
false
false
4,229
h
/** @file wifi_tls.h @author Jey @brief Definition for use in wifi_tls.c @copyright Pura Scents @attention The information contained herein is confidential property of Pura. The use, copy, transfer or disclosure of such information is prohibited except by express ...
[ "52045033+eprice-phonesoap@users.noreply.github.com" ]
52045033+eprice-phonesoap@users.noreply.github.com
10ef06731ad4c8332e03d344eab4bbeaa49126d4
acee1c90b6a90a8e4c841a4619c5b88408605df7
/driver/MTK/touch_panel/GT9721/mtk_file/touchscreen/GSLX688/include/configs/GSL3676_E108J_FC_PG.h
007125878bc84eb348739bc225a0f289f0b5f841
[]
no_license
machester/Learning
40d16c54923aa7881f38941d90cf37f10139f1b7
18412162274350e1a10286c5724feeb3f47e4d41
refs/heads/master
2021-06-09T23:28:16.155923
2021-03-18T16:31:11
2021-03-18T16:31:11
138,256,031
0
2
null
2019-10-26T13:28:59
2018-06-22T04:52:41
Objective-C
GB18030
C
false
false
105,288
h
/* unsigned int gsl_config_versions[]= { 0xa55a0003,//版本 0x367600,//芯片型号 0,//空 0,0,0,0,//方案公司0-3 0,0,0,0,//项目名称4-7 0,0,0,0,//平台8-11 0,0,0,0,//TP厂12-15 0,//TP尺寸16 0,0,0,0,//版本,姓名1,姓名2,日期17-20 0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0, } *...
[ "shusheng1991@gmail.com" ]
shusheng1991@gmail.com
7f32cd5a00ef2af495488d42576d2e79f1dc9ea8
49e0597d77980bc8a6b3a409ffbed77c331bb3e5
/SOT/anagrams.c
0a6eee5793e24c4d467e4798f703f9d51e9ff5f9
[]
no_license
JhonFajardoRodas/Sistemas-Operativos
3aab8449fe979e1099ac7c54ddf264aa88185526
9ac639e3aa18f02d055ed7c65fb1d3fdc6d1b61c
refs/heads/master
2021-01-10T16:37:49.758373
2016-02-15T20:24:23
2016-02-15T20:24:23
51,782,979
0
0
null
null
null
null
ISO-8859-1
C
false
false
2,346
c
/* EJERCICIO: 2 * * Jhon Fajardo Rodas Tecnologías*/ #include <stdlib.h> #include <stdio.h> #include <string.h> int completo (char *str) { int i; int ok = 0; int completo; for (i = 0; i < strlen(str); i++) { if (str[i] == '-'){ ok++; } } if (ok == strlen(str)){ completo = 1...
[ "jj.fajardo17@hotmail.com" ]
jj.fajardo17@hotmail.com
b11f9e6481ce381a02a0074f3eea9abaf7b6b254
6b9f677c35466a18356dbe79b4db5a432f7108c7
/WTS_RC/cfcl.h
a75afe9ecd35d67b90f69e92c65555c3a3c165e6
[]
no_license
maxsaiani/wts
ab88e7965d29532b1da591f07e81738c1b0ab7eb
fefe4a62db1f61e5c48b14bdd4efeb0039161093
refs/heads/master
2020-06-23T10:32:01.844570
2019-07-24T06:54:26
2019-07-24T06:54:26
198,597,526
0
0
null
null
null
null
WINDOWS-1252
C
false
false
902
h
/* ********************************************************************************* * * FILE: $(Dios)/cfcl.h * * AUTHOR: Stephen Fischer * * DATE: 01/11/05 * * DESCRIPTION: This file consists of include files * for the Distributed IO System for the CHP3/NetGen. * * COPYRIGHT: ® Ce...
[ "andrea.leonardi@solidpower.com" ]
andrea.leonardi@solidpower.com
0fecb9b95fe76011bceb1045151a0a57e96f740f
ef1ce35a41438c8aae3f14d3b0358f6e823af45d
/test/EnvSim/Scade/Simulation/EnvSim_newmapping.h
031217a3356b796f0c4cf9f39e01386dc3d9e98e
[]
no_license
Dipchikov/modeling
53f7ddcf2c746d42545c346971b7d360ef9ac300
b1b6dc6603792c97c0f63891c60a33ca39beee2f
refs/heads/master
2021-04-20T15:08:25.293458
2017-03-03T14:50:17
2017-03-03T14:50:17
null
0
0
null
null
null
null
UTF-8
C
false
false
209
h
/* EnvSim_newmapping.h */ #include "GenAll_EnvSim_Internal.h" /******************************* * Simulation context *******************************/ extern outC_GenAll_EnvSim_Internal outputs_ctx;
[ "Johannes.Kastner@ics-ag.de" ]
Johannes.Kastner@ics-ag.de
4ac273d2c47eb3215c9b35da1f8f070b5334aa67
0a3a6fa5806950670642de0c2739ab7cb1514c88
/book_pract5.c
1fa2b472aa6a96eadb2ba7fa2e81f2b548558a5f
[]
no_license
NilPatil7087/C-Practice-Set
889c7c871d8b812bc40bf3e13fe0c09a02f19a5a
b1583845134b90d52448c42fff2a6dcca82e3e2d
refs/heads/master
2023-02-18T10:48:21.263061
2021-01-20T06:44:54
2021-01-20T06:44:54
326,905,757
0
0
null
null
null
null
UTF-8
C
false
false
641
c
#include<stdio.h> #include<conio.h> void main() { int math,science,physics,biology; int total=0; float avg; printf("\n math :"); scanf("%d",&math); printf("\n science :"); scanf("%d",&science); printf("\n physics :"); scanf("%d",&physics); printf("\n biology :"); scanf("%d"...
[ "nileshpatil1902@gmail.com" ]
nileshpatil1902@gmail.com
abcea4d6ff59d17e40d579a5c8441324206cda84
957542f39841c16df21d97b250cb1e34e7bf0eb8
/AIT8328_CarDV_SDK_Ver1.0.0x50A_923_R1938_sonix_RearCam/core/src/dvr/api/mmpd/libfaad/specrec.c
0cee20c429ba2d61caf4beee5ef56f5bd30de0ab
[]
no_license
atpccb/hello-world
b5a8e643ac66f2a67520f33f631a6b5ba73237c9
c804f2aee3a2ea634b55f4da6b877594a274f4f6
refs/heads/master
2021-01-01T16:08:28.871340
2016-04-18T07:06:21
2016-04-18T07:06:21
null
0
0
null
null
null
null
UTF-8
C
false
false
8,506
c
#include "aac_comm.h" #include "structs.h" #include "specrec.h" #include "syntax.h" #include "iq_table.h" //#include "ms.h" #include "is.h" #include "pns.h" //#include "tns.h" #include "drc.h" /* static function declarations */ ALIGN static const uint8_t num_swb_960_window[] = { 40, 40, 45, 49, 49, 49, 46, 46, ...
[ "mazhuang_zh@163.com" ]
mazhuang_zh@163.com
fc8d919b807bf6e4e6c6d5f5ccdfdde1ac329b46
7df8beb0d6c6f1c5dc3aff866c2786300252f9a3
/include/wally_transaction.h
a875f929dc84eed27135663121ca1b48d7e76e86
[ "MIT" ]
permissive
stephaniestroka/libwally-core
a602bbbf599924f867a8640b19486a317367ff73
857e655ce3b4595875b16659d3c6c0ea51c5cf68
refs/heads/master
2020-03-27T01:35:49.463976
2018-08-10T21:11:14
2018-08-15T08:09:46
145,725,838
0
0
null
2018-08-22T15:08:50
2018-08-22T15:08:50
null
UTF-8
C
false
false
32,063
h
#ifndef LIBWALLY_CORE_TRANSACTION_H #define LIBWALLY_CORE_TRANSACTION_H #include "wally_core.h" #include "wally_crypto.h" #ifdef __cplusplus extern "C" { #endif #define WALLY_TX_SEQUENCE_FINAL 0xffffffff #define WALLY_TX_VERSION_1 1 #define WALLY_TX_VERSION_2 2 #define WALLY_TX_MAX_VERSION 2 #define WALLY_TX_IS_ELEM...
[ "jon_p_griffiths@yahoo.com" ]
jon_p_griffiths@yahoo.com
16d87916d816ad135d23745aa52e4f618baac142
6c7140e6ab9bf554999db23f33308fbf3f1f3177
/modbus_xs.c
122cc6b7d9b84ac3a39d029cea2cda4e8464e2cb
[]
no_license
maTizK/modbus_motor
35da317637843c23bb1d6ee610dcc81997f14703
0393d09ed8a8232a662ed06dd0b7f8f06092700e
refs/heads/master
2020-12-24T15:31:38.430214
2014-08-18T10:12:29
2014-08-18T10:12:29
null
0
0
null
null
null
null
UTF-8
C
false
false
2,022
c
#include <stdio.h> #include <modbus.h> #include <errno.h> #include <unistd.h> int main() { modbus_t *ctx; uint8_t dest[8]; uint8_t src[4]; uint16_t tab_reg[10]; uint16_t spd[5]; int i; ctx = modbus_new_rtu("/dev/ttyUSB1", 38400, 'N', 8, 1); if (ctx == NULL) { ...
[ "maticknap@Matics-MacBook-Pro-2.local" ]
maticknap@Matics-MacBook-Pro-2.local
9a57769095833defc06626d9f3cd037c3ebda810
adac3837d0242936ee697daa7dc2a8ffdf4da08b
/DEEP/scenario/SettingTypes.h
e1c950cf82e0160e8a964593951d7b1a5f0a6616
[]
no_license
DOCGroup/DDS_Test
7fb89d13df0b3fc775f794212b58aa3550620eec
1f82d597f35ea74d46784e27c8b9bae78370c9fc
refs/heads/master
2023-07-22T20:43:17.811097
2008-10-23T17:37:34
2008-10-23T17:37:34
null
0
0
null
null
null
null
UTF-8
C
false
false
678
h
#ifndef SETTINGTYPES_H_ #define SETTINGTYPES_H_ typedef char *SettingNameType; typedef char *TypeNameType; typedef char *PartitionExpressionType; typedef enum ActorKind_e { ACTOR_UNKNOWN, ACTOR_SOURCE, ACTOR_REFLECTOR, ACTOR_SINK } ActorKind; typedef enum ReliabilityKind_e { RELIABILITY_UNKNOWN...
[ "mxiong@b83e41e9-5108-4780-9bb0-1723f710b6d8" ]
mxiong@b83e41e9-5108-4780-9bb0-1723f710b6d8
945f73350fceced019e4fa7a76f3c43ef518daac
13fe7ab4344e223c2b15a497b8fdd883454863d6
/Lab6/handouts/spi.c
ea1024d260af51e38822eb81928f46ba4458ee97
[]
no_license
debarnab-mitra/EE337
bb2e1c80b1a0988b2a615cba94e6f784a5315995
ebb81076cf4ded2a8a68f88f6ed489757c7ad17f
refs/heads/master
2020-03-31T02:16:18.715915
2018-10-06T07:41:58
2018-10-06T07:41:58
151,815,756
0
0
null
null
null
null
UTF-8
C
false
false
6,998
c
/** SPI HOMEWORK2 , LABWORK2 (SAME PROGRAM) */ /* @section I N C L U D E S */ #include "at89c5131.h" #include "stdio.h" #define LCD_data P2 // LCD Data port void SPI_Init(); void LCD_Init(); void Timer_Init(); void LCD_DataWrite(char dat); void LCD_CmdWrite(char cmd); void LCD_StringWrite(c...
[ "noreply@github.com" ]
debarnab-mitra.noreply@github.com
aae44c7d161a97c0bc32448d9bf947bced38fd1a
3aa538a2ccda122604bac6f05290b515ff08d04f
/libft/ft_strmap.c
587a81d86d380ca17ce74c02543d0f7bd9130f10
[]
no_license
ishafie/filesystem
21ed1b670440c0e3decc766460018c34b492dc57
e364c9f7c150177888068d7abfe13ec7c7f1083e
refs/heads/master
2021-01-20T07:08:56.616787
2019-09-17T13:33:19
2019-09-17T13:33:19
89,967,368
0
0
null
null
null
null
UTF-8
C
false
false
1,146
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strmap.c :+: :+: :+: ...
[ "ichemshafie@hotmail.fr" ]
ichemshafie@hotmail.fr
e799ed848c8e2a2cb918255c774d8a3cbf78c9dd
c4c0a1987e4e2ba91ca716458db45800bb0ee78f
/trunk/Kernel/Scaler/RL6432_Series_Scaler/Header/RL6432_Series_OsdCommonInclude.h
f963f91ca7a500a888124aba2dc2eb835edd6679
[]
no_license
Kiloland/2785t
72ff1be1373d1d3fae530102f6f993066686ff46
810e9cc00261812fece24731b60492ba5337622b
refs/heads/master
2020-12-09T22:04:41.754792
2019-11-13T14:44:26
2019-11-13T14:44:26
233,428,134
3
0
null
2020-01-12T17:09:20
2020-01-12T17:09:20
null
UTF-8
C
false
false
2,109
h
/********************************************************************************/ /* The Software is proprietary, confidential, and valuable to Realtek */ /* Semiconductor Corporation ("Realtek"). All rights, including but not */ /* limited to copyrights, patents, trademarks, trade secrets, mas...
[ "lonn.tw@gmail.com" ]
lonn.tw@gmail.com
1c6eb616377e556eac10c9268c35628d68627447
4ef297ee8967065c65c288f3c1c729af01f94f5b
/examples/full-tasks/d309565/whole_files/result/Configuration.h
cab9085ff748262590f569d629330a17a0cc4b9a
[]
no_license
hedmanw/marlin-mining
df8ea1ecfbdb57413c481f66a0a82a80a5829287
753d7b5e85609914071335576700b43c5e6afa85
refs/heads/master
2021-01-13T16:32:41.388855
2017-08-24T05:33:28
2017-08-24T05:33:28
79,444,938
1
2
null
2017-02-23T12:07:30
2017-01-19T11:02:19
Python
WINDOWS-1252
C
false
false
8,660
h
#ifndef __CONFIGURATION_H #define __CONFIGURATION_H // This configurtion file contains the basic settings. // Advanced settings can be found in Configuration_adv.h // BASIC SETTINGS: select your board type, temperature sensor type, axis scaling, and endstop configuration //User specified version info of THIS file to...
[ "w.hedman@gmail.com" ]
w.hedman@gmail.com
15296013a282e994e452fda1d097cb0043d57203
ab176a35488c0dbaa053973ac1b89849d9329d49
/verification/halfpipe_streamice/code_ad/tamc.h
8ae5b9c904ceb6c30ffba0b4e76c50741f661386
[ "MIT" ]
permissive
edoddridge/MITgcm66h
feeef33b3386d86cd979013599e4c7aaf2251b6f
e030d905b9d36ef606d8b24322974f8ad05c664d
refs/heads/master
2021-01-25T08:23:17.617638
2017-09-25T19:38:16
2017-09-25T19:38:16
93,763,174
1
2
null
2017-06-26T15:32:25
2017-06-08T15:10:08
Fortran
UTF-8
C
false
false
4,241
h
C $Header$ C $Name$ #include "PACKAGES_CONFIG.h" c ================================================================ c HEADER TAMC c ================================================================ c c o Header for the use of the Tangent Linear and Adjoint Model c Compiler (TAMC). c c started...
[ "dngoldberg@gmail.com" ]
dngoldberg@gmail.com
cb3e42271d87276a47e383977eb1c8f26ab25639
1ad4dd5261a185f3cf92d7fd3226de28679747c5
/kernel/drivers/usb/gadget/function/f_uac1_legacy.c
5d229e72912ed02beb4f328445b4b840519156d3
[ "Linux-syscall-note", "GPL-2.0-only", "MIT" ]
permissive
oslab-swrc/libmpk
b30c8fa2eea834a8ab441fdd9f7789296781ec17
a0b20ab8819d60d22d2a90f0d54eccae40ae6b05
refs/heads/master
2022-05-01T01:36:07.491532
2022-03-18T05:44:14
2022-03-18T05:44:14
223,290,854
0
0
MIT
2019-11-22T00:30:13
2019-11-22T00:30:12
null
UTF-8
C
false
false
26,849
c
/* * f_audio.c -- USB Audio class function driver * * Copyright (C) 2008 Bryan Wu <cooloney@kernel.org> * Copyright (C) 2008 Analog Devices, Inc * * Enter bugs at http://blackfin.uclinux.org/ * * Licensed under the GPL-2 or later. */ #include <linux/slab.h> #include <linux/kernel.h> #include <linux/module.h>...
[ "spark720@gatech.edu" ]
spark720@gatech.edu
6586ff20b81122d6a9112616b657a158c45d9591
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/extcon/extr_extcon-max14577.c_max14577_muic_jig_handler.c
0bdbe0c17a27e39b97e78155ee2ecb8994217bbc
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
2,040
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
722efa6645b3def930d6cc5410da167fce114108
decec702a0ff93a8b116ff9f9860cb21b678b73d
/3-step-C-code/test-2-dimensional/C-code/efsib.c
c7d2e5486b6c5f7a28d91ba499539d3476f865e7
[]
no_license
yongxingwang/fsi-code-download
a2c1ba929597c7e3c5c7dcb8dbd0e984ce9a99c3
20b11c155f175e2f78aa5bf83754a3e712535250
refs/heads/master
2021-06-03T14:53:01.220483
2021-05-10T12:03:19
2021-05-10T12:03:19
145,606,331
9
4
null
null
null
null
ISO-8859-1
C
false
false
8,613
c
/* 1,Loop for all elements, compute element stiffness (ek), mass (em) and damping (ec) matrices, and load vector (ef) 2,Assemble the element mtrices and load vector into the global matrix and global vector respectively 3,Cope with the Drichlet boundary condition */ #include "fsi.h" void beq9g3(double *,double *,double ...
[ "noreply@github.com" ]
yongxingwang.noreply@github.com
d3f0aac3e2547312f836bc7ab2eb0a58c5c7acb7
d76d3165ac54c724397c2dfc27808ddf660cf002
/week2/solutions/anagram.c
b762896f5c0777d013f9e7d074173c54f5b632c3
[]
no_license
nithyagottipati/2021-section
71a5066db8d4ef1e927f0623b44b26b655e752eb
690c8ff3ab7c9d0b8aa71b96a9b1fde6621d46da
refs/heads/main
2023-08-23T20:57:48.366458
2021-09-27T03:35:07
2021-09-27T03:35:07
null
0
0
null
null
null
null
UTF-8
C
false
false
1,068
c
#include <ctype.h> #include <cs50.h> #include <stdio.h> #include <string.h> #include <strings.h> #define ALPHASIZE 26 int main(void) { string s1 = get_string("Word 1: "); string s2 = get_string("Word 2: "); if (!strcasecmp(s1, s2)) { printf("EXACT MATCH\n"); return 0; } int c...
[ "cleggett@Connors-MacBook-Pro.local" ]
cleggett@Connors-MacBook-Pro.local
e1604ec544960ec0a7d0c78b5114c6cf3e584983
a7f51593ef4cedde4ae8288dfdbf65ff23d8798d
/integration_tests/executable_with_dependency/dependency/helloworlder.c
4d89513d2d4ab98b090e294fcb15c9f25f531d79
[ "MIT" ]
permissive
dogebuild/dogebuild-c
efa957336296e062f26d07b03a0b1938de7e8d88
02aa74f2ac112f6c4dd064846f4f78a38c6930bf
refs/heads/master
2021-05-14T15:26:43.684740
2020-07-06T18:05:30
2020-07-06T18:05:30
115,991,790
0
0
MIT
2020-07-06T18:05:32
2018-01-02T08:17:57
Python
UTF-8
C
false
false
50
c
char* getHello() { return "Hello world!\n"; }
[ "kirillsulim@gmail.com" ]
kirillsulim@gmail.com
f363e2150eee2a7c063b99354a67a28f68d1490b
7377e9b65c6ebec31342cec42feb6ad9d0b907c2
/workspace for eclipse/lab_1_1/main.c
b059af731b02fc2533f73189365f0744d38aad61
[]
no_license
hossammagdy2008/MCAL-for-Atmega32-and-HAL-Drivers
66da9ca8c73f614d4e7c2f60349100f316500a36
6a4c7ca29e039979d0f08634df4e0fb96ff06e55
refs/heads/master
2023-03-04T10:26:46.314774
2021-02-19T21:15:04
2021-02-19T21:15:04
340,490,049
0
0
null
null
null
null
UTF-8
C
false
false
127
c
/* * main.c * * Created on: Jan 2, 2021 * Author: hossam */ #include <avr/io.h> int main (void){ return 0; }
[ "hossammagdy2008@gmail.com" ]
hossammagdy2008@gmail.com
f3be382f888fe45f55024b37040049f983f78cb7
c077692567781d90322964004b74dbe033bd1cbf
/regex_old/parser.h
0820613d2d89815821d7735fec25dde4ef115827
[]
no_license
wjlandryiii/mycc
c5ed14b8122c4410891ee5de33ccf27217ee7146
80eda59f09118670c0cf40f1ee7d1fb38e5ac056
refs/heads/master
2021-01-02T09:26:33.231335
2015-11-24T18:37:18
2015-11-24T18:37:18
37,621,993
0
0
null
null
null
null
UTF-8
C
false
false
1,939
h
/* * Copyright 2015 Joseph Landry All Rights Reserved */ #ifndef PARSER_H #define PARSER_H struct re; struct union_; struct simple_re; struct concatenation; struct basic_re; struct repeat; struct elementary_re; struct group; struct any; struct eos; struct character; struct set; struct positive_set; struct negagive_...
[ "wjlandryiii@gmail.com" ]
wjlandryiii@gmail.com
c34835398158463720c51d9715cf84d8181caab7
fdbb74a95924e2677466614f6ab6e2bb13b2a95a
/libc/stdio/setbuf.c
4396f15aa8767110951b3a776a90880230abf337
[ "ISC" ]
permissive
jart/cosmopolitan
fb11b5658939023977060a7c6c71a74093d9cb44
0d748ad58e1063dd1f8560f18a0c75293b9415b7
refs/heads/master
2023-09-06T09:17:29.303607
2023-09-02T03:49:13
2023-09-02T03:50:18
272,457,606
11,887
435
ISC
2023-09-14T17:47:58
2020-06-15T14:16:13
C
UTF-8
C
false
false
2,023
c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney ...
[ "jtunney@gmail.com" ]
jtunney@gmail.com
2255831678b45d0eb2ffb55a032d528e9b535487
4147398cb5b48381c3c0d944271f11a4f9bdbc9b
/greatest in three numbers
92284114044d13c4101520b21a2538054434a342
[ "Unlicense" ]
permissive
gatarelib/Random-Programs
817513fabd4c53b1983939a1f72ef66d91bab9c4
80590de6b044c9f9678f0ec7c5211626e099c8b6
refs/heads/master
2020-03-28T14:45:07.727202
2018-11-28T21:45:24
2018-11-28T21:45:24
148,519,023
0
0
Unlicense
2018-09-12T19:18:15
2018-09-12T17:47:39
C
UTF-8
C
false
false
343
#include<stdio.h> int main() { int a, b, c; printf("\nEnter value of a, b & c : "); scanf("%d %d %d", &a, &b, &c); if ((a > b) && (a > c)) printf("\na is greatest"); if ((b > c) && (b > a)) printf("\nb is greatest"); if ((c > a) && (c > b)) printf("\nc is greatest...
[ "noreply@github.com" ]
gatarelib.noreply@github.com
43ae5e935596d04e939d7aaea4d4f6b1f59b672d
c70682120c7a3d7d2eaf344b698e4163703f242d
/asm_dir/new_lib/ft_putnbr.c
9eaf90a0462e54f34fe4c7b602a02e420ec7beeb
[]
no_license
dariadryha/CoreWar
bc5f2d71d79179b368d1f4b2e6f6b6c29fb7c0f9
b5cdfa8fd35266d1d2a4b43359d39563af3180ab
refs/heads/master
2020-03-26T23:38:22.942750
2019-06-07T09:05:46
2019-06-07T09:05:46
145,557,390
0
0
null
null
null
null
UTF-8
C
false
false
1,205
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putnbr.c :+: :+: :+: ...
[ "dariadryha@gmail.com" ]
dariadryha@gmail.com
8078ad2823e0f3be8b2f7df8bf9c096d9952d4a5
0c62c5b724cd7a5165e896b0cab790372def7e62
/ZELDA-PROJECT - version finale/ppm.h
7dbfd5c35bd4c7d3ec50f8dc06d1a405f0b04fdf
[]
no_license
Dyzing/SI
d1ece77878f63168a55bfbcda2383a88ce22cbe1
ffcdfddc21f4dd1f3aef830fc9b368726e1ad16d
refs/heads/master
2020-12-20T08:18:10.406084
2020-06-17T13:30:18
2020-06-17T13:30:18
236,013,047
0
1
null
2020-05-03T21:04:18
2020-01-24T14:01:45
C
UTF-8
C
false
false
312
h
// gcc -Wall ppm.c -c -o ppm.o #ifndef LIB_PPM_H #define LIB_PPM_H typedef struct { int width, height, bpp; unsigned char *data; } TEXTURE_STRUCT; TEXTURE_STRUCT * readPpm (char *ppmFileName); void writePpm (char *filename, unsigned char *data); unsigned char * rgb2rgba(TEXTURE_STRUCT * texture); #endif
[ "noreply@github.com" ]
Dyzing.noreply@github.com
ab5a2d0d6e1e76b29a85b66f5f76e84f3e6b310d
a552fa3577a2ae8d827e2f6b5630043bf859c841
/Domcsi/08_viszafele_1.c
305d026a3fc376f62afb1037a6a6d3c19d700c8f
[]
no_license
Kabor42/Suli
bb29f62a4c83e170fd714dbd34b72f5dbdf533d8
23380db29f41cb2eeaa56c3b2780c525e634bbdb
refs/heads/master
2021-10-16T00:40:10.049586
2019-02-07T15:08:41
2019-02-07T15:08:41
106,914,119
0
0
null
null
null
null
UTF-8
C
false
false
449
c
#include <stdio.h> #include <stdlib.h> int main() { int n; printf("Hany darab szamot akar beirni? "); scanf (" %d", &n); int *szamok; szamok = (int*) malloc(sizeof(int) * n); for(int i=0;i<n;i++){ printf("Adja meg az %2d. szamot: ", i+1); scanf(" %d", &szamok[i]); } printf("------------------------------...
[ "n.dominik@zoho.com" ]
n.dominik@zoho.com
593d909edd7f3bb89d0e53faf2b34c435860330f
d0d46a25a490053af7495566d3ab3e2535e76b36
/libraries/3rdparty/lwip/src/include/lwip/arch.h
8f6117523651040023a5b0a055ca915483ef9369
[ "BSD-3-Clause" ]
permissive
ahmedwahdan/STM32_Lwip_PPPOS
b147f9c34b2c91cd2c7b9bc1c488d1ca0106ecac
43f8e16f7ca0f5ae5a3e445be5c45dc4b3ff3671
refs/heads/master
2022-07-07T06:40:11.609438
2020-05-16T16:56:54
2020-05-16T16:56:54
263,738,645
1
0
null
null
null
null
UTF-8
C
false
false
14,091
h
/** * @file * Support for different processor and compiler architectures */ /* * Copyright (c) 2001-2004 Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are ...
[ "Ahmed.Wahdan@AVELABS.CAI" ]
Ahmed.Wahdan@AVELABS.CAI
fd8789bec6a7a2a1924881df5750ba6262f46bd4
8d7514271b08caaa8c757d0747853d54642e9e63
/custom/common/custom_led_patterns.h
5cd835adcb3dd786a07f899bd756cb6a6072f18b
[]
no_license
npnet/MyCode
0bd3e32d5890c411b16e01cdb8acf5624c7c0a02
9fa7aa78d62f1cd3c2a39a36875cb41cf00522fe
refs/heads/master
2023-07-23T13:19:29.575050
2018-07-05T13:01:09
2018-07-05T13:01:09
140,229,839
1
2
null
2023-07-21T10:21:01
2018-07-09T04:07:28
C
UTF-8
C
false
false
5,801
h
/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained * herein is confidential. The software may not be copied and the information * contained herein may not be used or dis...
[ "zhaoran.jia@nbbsw.com" ]
zhaoran.jia@nbbsw.com
36b10a954816e3197e991cf912167d0ef9a7cf78
11fe0ced41a877eb65b648550e818bdbcb4f8946
/inc/nrf24l01plus.h
e1d71707b7bf365716dbcaeb2cc30f0d52edb127
[ "MIT" ]
permissive
starkegunnar/nrf24l01plus
4eaba9b61f2bef61f993b21e1dc92d582ccfeb9b
161f89a0dbdf3d5f0fb5960332eef8dec31facef
refs/heads/master
2022-11-29T01:07:55.619738
2020-08-13T09:10:54
2020-08-13T09:10:54
287,232,661
0
0
null
null
null
null
UTF-8
C
false
false
6,528
h
/* * Copyright (c) 2020 Martin George * * 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, merge, publi...
[ "martin.george89@gmail.com" ]
martin.george89@gmail.com
5eb06a2ebfdf845345ee9974c28de6b28897080b
59f51c1daa4cc404e6dc0c522a006eb95c59c2e7
/src/oai_esm/oaiHeader/S1ap-CauseRadioNetwork.c
52d3d6401ec1869119293299b4bf6c651ab42bfd
[ "BSD-2-Clause-Views", "LicenseRef-scancode-generic-cla", "BSD-3-Clause", "BSD-2-Clause" ]
permissive
beeworkshop/openair5g-cn-1
bb0e0e0475558147884b3098cea28535ac3ca2d3
d631f47cb9469962444c3fb5ad3282fbabc88026
refs/heads/master
2020-04-28T09:21:46.551571
2018-09-12T10:43:00
2018-09-12T10:43:00
null
0
0
null
null
null
null
UTF-8
C
false
false
10,302
c
/* * Generated by asn1c-0.9.24 (http://lionet.info/asn1c) * From ASN.1 module "S1AP-IEs" * found in "/home/dukl/openair5g-cn/src/s1ap/messages/asn1/r10.5/S1AP-IEs.asn" * `asn1c -gen-PER` */ #include "S1ap-CauseRadioNetwork.h" int S1ap_CauseRadioNetwork_constraint(asn_TYPE_descriptor_t *td, const void *sptr, ...
[ "du_keliang@163.com" ]
du_keliang@163.com
53c927f907af750264fca14e51f918dd067bf245
e4485a9128c1346267b4f298839a1d9a0a8e7e0a
/src/common/velo_to_points.c
e893b677da2ab53819f3ca8cd73044fa9302251a
[]
no_license
acshi/magic2_inhabit
a03e202ffd8db8434f5fe2dde7e3fed166135c2d
d673c56047fa239450bb7bc944ed667fe2e98a6c
refs/heads/master
2021-01-23T20:38:51.748639
2018-03-16T19:24:44
2018-03-16T19:24:44
102,871,044
0
0
null
null
null
null
UTF-8
C
false
false
4,141
c
#include <float.h> #include <math.h> #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <lcm/lcm.h> #include "lcmtypes/diff_drive_t.h" #include "lcmtypes/laser_t.h" #include "lcmtypes/pose_t.h" #include "lcmtypes/raw_t.h" #include "common/config.h" #include "common/doubles.h" #i...
[ "mkrogius@umich.edu" ]
mkrogius@umich.edu
246e7c19a3e4611f6c86ff853fbfa6a6aff2625f
87b548e8ca60d8e5ece12dfb60ceb2164e0f496c
/fillerfi/libft/src/ft_strdel.c
3560e1ff9fb6a31d701febfe240b1256f05e05b4
[]
no_license
ggregoir/filler
ce4466e604385f485f2ae62c3f131fb6da213c3b
68c00b89f62fb22ed2d008ce0b102a062b5bc40e
refs/heads/master
2021-06-23T10:03:17.737993
2017-07-31T17:59:48
2017-07-31T17:59:48
95,800,956
0
0
null
null
null
null
UTF-8
C
false
false
988
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strdel.c :+: :+: :+: ...
[ "ggregoir@e1r10p10.42.fr" ]
ggregoir@e1r10p10.42.fr
97c1f42abb79c756fe91bf5ca6f2ead8134f9f9d
6fa3efc16a9f5e067554771eb2ef08215ae8e275
/Projects/STM32F413H-Discovery/Applications/LibJPEG/LibJPEG_Decoding/Inc/decode.h
99f3e17025b3f6391383016ea79f2167ed99520c
[ "BSD-2-Clause" ]
permissive
shyd/STM32CubeF4
85ec95324efac75e56cf1bc3fd9683084768bfe4
13ef8343da9895ebff28479ffea8d390c98ca056
refs/heads/master
2021-07-17T20:02:22.921175
2017-10-26T06:16:45
2017-10-26T06:16:45
108,385,353
1
1
null
null
null
null
WINDOWS-1252
C
false
false
3,559
h
/** ****************************************************************************** * @file LibJPEG/LibJPEG_Decoding/Inc/decode.h * @author MCD Application Team * @version V1.0.0 * @date 17-February-2017 * @brief header of decode.c file *************************************************************...
[ "dennis@shyd.de" ]
dennis@shyd.de
032f98a3d6d6d26e8b2e2c9201fcc5283b115e7f
b0d5521802b47f4343fc1ab8d4927825a57fbbca
/01:16/process_strings.c
efacf5d34af939a6f3a761034a42b4f1d1c1d57b
[ "MIT" ]
permissive
tehp/c-notes
995beeec4ca6cdc1691987a12052c8bbcbf16c1b
139735e64b0a1f8302e1abff653fdc8e01263686
refs/heads/master
2021-01-12T02:08:20.018298
2017-04-13T23:40:39
2017-04-13T23:40:39
78,476,438
0
0
null
null
null
null
UTF-8
C
false
false
64
c
size_t i; for (i=0; s[i] != '\0'; i++) { /* process s[i] */ }
[ "maccraig98@gmail.com" ]
maccraig98@gmail.com
eba2c83cd3b1b5c63214704c6a9bd395ea80dc1c
c290049d3b1fe878f7da29d4f228b9ef459cb19f
/Core/Inc/hal_event.h
09867605b8be6e3cf4529cfc201b4ef0c70dfa9a
[]
no_license
greg-phillips/Hydra-Control-Processor
9ac340cc9e10fcf73e6d05ada5ee060f861f83f6
ba657d89be58066500bdbb5a756353cfcfc9b9bf
refs/heads/master
2020-12-03T18:04:00.633948
2020-01-14T15:41:17
2020-01-14T15:41:17
231,420,256
0
0
null
null
null
null
UTF-8
C
false
false
2,954
h
/* * Copyright 2017, Sierra Telecom. All Rights Reserved. * * This software, associated documentation and materials ("Software"), * is owned by Sierra Telecom ("Sierra") and is protected by and subject to * worldwide patent protection (United States and foreign), * United States copyright laws and international t...
[ "greg.phillips@sierratelecom.net" ]
greg.phillips@sierratelecom.net
7a3d41f30dd7bc4c6ab4b29b04a335c27cce86a4
25116d9dc07272494d2d907bf7f366bca4d41b15
/usr/src/tests/lib/libc/gen/isqemu.h
443c52b841be702273b7d3e56e40f9474e17e0e6
[]
no_license
m-thu/netbsd-microblaze
c20dbba21050d5e6b6a54b6d9760f1ca9a9697ba
d86487e3a478736efab2cbb85269ae6d860037ea
refs/heads/master
2022-04-08T06:41:46.774329
2017-11-25T09:55:09
2017-11-25T09:55:09
111,992,719
0
1
null
2020-03-07T21:49:46
2017-11-25T09:43:33
null
UTF-8
C
false
false
2,305
h
/* $NetBSD: isqemu.h,v 1.3.10.1 2015/01/12 21:02:09 snj Exp $ */ /*- * Copyright (c) 2013 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Christos Zoulas. * * Redistribution and use in source and binary forms, with or without *...
[ "m-thu@users.noreply.github.com" ]
m-thu@users.noreply.github.com
2e68090f8ce42aac9c7123e063ac7786546e7a07
64ffbe6855c1d3e0afe6812037998b0ebdb913e1
/ECMeta/BlockServer.h
e60a76d5f0acdc508a3b383b20fff0c7d7d619ad
[]
no_license
stevenlcj/ESetStore
7b04339f3cc6f8f711543e5fddf84caf153a8090
db5086bc03f3240dd3cb591dd34ef49cdd27f090
refs/heads/master
2020-04-29T16:38:35.828379
2020-03-22T14:27:10
2020-03-22T14:27:10
176,268,655
6
0
null
null
null
null
UTF-8
C
false
false
2,662
h
// // BlockServer.h // ECMeta // // Created by Liu Chengjian on 17/7/26. // Copyright (c) 2017年 csliu. All rights reserved. // #ifndef __ECMeta__BlockServer__ #define __ECMeta__BlockServer__ #include <stdio.h> #include <stdint.h> #include <pthread.h> #include <sys/time.h> #include "MessageBuffer.h" #include "ecC...
[ "cscjl@gmail.com" ]
cscjl@gmail.com
2b1cb2572361c3621ecb1cb9ec78503dbe753993
d63479e9921535d53227e56542e20fe7f440fa50
/j03/ex01/ft_ultimate_ft.c
65b00c7c8e388a1c4be2109d88f8fcc8a2be256c
[]
no_license
TaZzeRK/42PoolC
790660db5fb13350f4d28a333ac5250910ca2191
5c9fc4920af3f346c2e2b6b3fb9cf1a2950ef011
refs/heads/master
2021-01-10T15:09:27.227036
2015-11-07T17:03:49
2015-11-07T17:03:49
45,745,031
0
0
null
null
null
null
UTF-8
C
false
false
954
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_ultimate_ft.c :+: :+: :+: ...
[ "mskaroup@dump-mini-3.42.fr" ]
mskaroup@dump-mini-3.42.fr
7bda5444800ce4fd66daf05c1c5b400deca6107a
3c68fd5ad44942f647fc4c14c67f8cb8e84cfcc2
/macroUndefine.h
2d2786da81c4f2241e66b8fcb5c2428092ff4c42
[]
no_license
dongfusong/TlvProject
f4734a30e0db57a175a6c3cd25a1ec97f7ec1c91
51cba3b67fb50201323cf2027250318eb57cdd56
refs/heads/master
2016-09-06T12:45:35.014408
2014-09-24T10:27:13
2014-09-24T10:27:13
27,031,295
0
1
null
null
null
null
WINDOWS-1252
C
false
false
222
h
/* * macroUndefine.h * * Created on: 2014Äê9ÔÂ24ÈÕ * Author: Thoughtworks */ #ifdef BEGIN_STRUCT #undef BEGIN_STRUCT #endif #ifdef ROS_IE #undef ROS_IE #endif #ifdef END_STRUCT #undef END_STRUCT #endif
[ "dongfusong@126.com" ]
dongfusong@126.com
dd9ea98d43143bfc4dd4f1529a24b8cb2a574a13
bc01031a843b1c01ffc94f8032483efc195ba75c
/Seance2/S2_Ex_1.c
903ac763e38d8e4eb954877c01ae3824b9a92652
[]
no_license
Sharkman49/CNAM2020
e465ba8fe390b341cce567356e193aeef35d76d8
4d96af47bdf1558173bfb5d22a1c4a93b921d26d
refs/heads/master
2021-03-28T01:15:08.332370
2020-05-22T08:48:18
2020-05-22T08:48:18
245,261,646
0
0
null
null
null
null
UTF-8
C
false
false
504
c
/* ============================================================================ Name : S2_Ex_1.c Author : Tonio Version : Copyright : Your copyright notice Description : Hello World in C, Ansi-style ============================================================================ */ #include <stdi...
[ "anthony_rodrigues49@yahoo.fr" ]
anthony_rodrigues49@yahoo.fr
19959201bec2712a18aff7da325a354cea028bf9
d0e88cb618db834e615b93a7722d800c766837ef
/CodeChef/Easy/doubleStrings.c
a64671f0170cc2dd511bef633505e390aa8e1af0
[ "MIT" ]
permissive
sbksba/Challenges
45a52d0c01ca49d14cd0e5a696f9575ad5ea954b
5f58692fad3f8c09164df11eb753126f44ab7571
refs/heads/master
2021-01-19T03:19:37.573536
2016-06-09T10:04:24
2016-06-09T10:04:24
50,861,996
0
0
null
null
null
null
UTF-8
C
false
false
2,025
c
#include <stdio.h> #include <ctype.h> /* The palindrome is a string that can be read the same way from left to right * and from right to left. For example, strings "aaaaa", "1221", "bbaabb" are * palindromes, however the string "chef" is not a palindrome because if we read * it from right to left, we will obtain "...
[ "sbksba@gmail.com" ]
sbksba@gmail.com
8243d3483a142cab77cd43cd3762048fa6fc1b03
13dcfad413b1ed55c76fad628b26696362c0ba0a
/src/il_lexer.c
7b0c5b77981e44f007836233c15c705de2989923
[ "BSD-2-Clause" ]
permissive
ysm001/slim
1b82f0764d9f75eea9d9c762766fcbd5bd0073f9
c0c943df6f99a05182d0bc9afb8c67cf618900cd
refs/heads/master
2020-04-05T23:32:03.655546
2014-01-19T20:41:19
2014-01-19T20:41:19
null
0
0
null
null
null
null
UTF-8
C
false
false
70,171
c
#line 2 "il_lexer.c" #line 4 "il_lexer.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal ...
[ "ry.ysd01@gmail.com" ]
ry.ysd01@gmail.com
2ad07b6ee92fc3817d09e4bd3522830a189a9bf9
66ff16ed7f778b6cd5120d93e9480cc4f2a950cf
/lab4/demo/syntax.tab.h
1d79b47f4fee04dd00e153b14252fef070a369e9
[ "MIT" ]
permissive
baiyanlali/CS323-2021F
a547a134d88ef695b1df4dbc45bf12aebd2d60c1
5a0b4d086d18ec81382a0151be952f41e8b8e208
refs/heads/main
2023-08-27T17:40:49.446414
2021-11-16T08:30:01
2021-11-16T08:30:01
423,761,722
0
0
MIT
2021-11-02T08:26:26
2021-11-02T08:26:25
null
UTF-8
C
false
false
2,289
h
/* A Bison parser, made by GNU Bison 3.5.1. */ /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2020 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as pub...
[ "zao44457660@126.com" ]
zao44457660@126.com
3142d23577958f30319dd48b33c01276dfdb8787
94e8344ee420ae4d2eb1643e95973845f341a3d2
/gcc_4.3.0_mutants/mutant102902_simplify-rtx.c
b6e8036b5f2ae74099e89648b65c9c4e073b100c
[]
no_license
agroce/compilermutants
94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3
dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991
refs/heads/master
2022-02-26T21:19:35.873618
2019-09-24T15:30:14
2019-09-24T15:30:14
207,345,370
1
0
null
null
null
null
UTF-8
C
false
false
158,218
c
/* RTL simplification functions for GNU compiler. Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the te...
[ "agroce@gmail.com" ]
agroce@gmail.com
20a184a15ea145cf1f410f4468d6c616ecdb7135
3cf6bb62295c532fc0bbe83892035a73798288b7
/camera/services/mm-camera/mm-camera2/media-controller/modules/sensors/chromatix/0310/chromatix_s5k3m2xx/3A/hfr_60/chromatix_s5k3m2xx_hfr_60_ad5816g.h
5ff851069b34c8f397798e99c1b022dda1654427
[ "BSD-3-Clause" ]
permissive
qiangzai00001/QuectelShare
4698c270fde9b2a3fb88f9633302553582a34a8c
92fbb0f6117219f63b3a83887e16e4f8335ab493
refs/heads/master
2022-12-14T20:21:13.450593
2020-01-14T04:56:44
2020-01-14T04:56:44
null
0
0
null
null
null
null
WINDOWS-1257
C
false
false
1,356,369
h
//============================================================================= // C H R O M A T I X // // DESCRIPTION // Auto-Generated by Chromatix tool defining camera tunable parameters. // // Copyright (c) 2015-2017 Qualcomm Technologies, Inc. // All Rights Reserved. // Confidential an...
[ "tommy.zhang@quectel.com" ]
tommy.zhang@quectel.com
f7e45c1f47cbe2cc3434b31d4f49c9f3464a51d9
4754a4f4a618a71905e75a0482ea6dd6ec33b378
/exo5client.c
ac574f6ab9b85601612ee142e4827381233c1097
[]
no_license
samuelMakpontcheou/tps
a3bfdc79dff71465a2383a114a4b79d0a942afa0
e3ebacffdf3cc5d158f88a0566c51e1c3594591d
refs/heads/master
2020-06-19T21:48:22.877448
2019-07-14T21:52:41
2019-07-14T21:52:41
196,886,377
0
0
null
null
null
null
UTF-8
C
false
false
2,417
c
#include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <unistd.h> #define GREETING "BONJOUR SERVEUR" int main(int argc, char *argv[]){ int cfd; // socket du client int success; // etat de la connection int port; int chemin...
[ "noreply@github.com" ]
samuelMakpontcheou.noreply@github.com
98a9308873f700b2716af5122afc0910bb2b76b8
4a1ec18f55ff8f5ab35999addda1ec6c7860581b
/supercop-20200417/crypto_stream/chacha20/dolbeau/generic-gccsimd256/namespace.h
6358882363ee7763abb9c6b55ed617649c551f6d
[]
no_license
polubelova/hacl-star-benchmarks
941290e6344917115ca3266290d83fa19aa4c3fd
fa1b3feb771a4113efe284f0fade775977c4f29e
refs/heads/master
2022-12-06T17:11:22.381037
2020-08-24T14:54:15
2020-08-24T14:54:15
241,643,829
0
1
null
null
null
null
UTF-8
C
false
false
1,050
h
#define ECRYPT_ctx crypto_stream_chacha20_dolbeau_generic_gccsimd256_ECRYPT_ctx #define ECRYPT_init crypto_stream_chacha20_dolbeau_generic_gccsimd256_ECRYPT_init #define ECRYPT_keysetup crypto_stream_chacha20_dolbeau_generic_gccsimd256_ECRYPT_keysetup #define ECRYPT_ivsetup crypto_stream_chacha20_dolbeau_generic_gccsim...
[ "polubelovam@gmail.com" ]
polubelovam@gmail.com
92c955b8dbcc21b6ecb37667e7989ce9e6b4e58a
9aef945f38280f70b42e9851e02a555a6e23473a
/system/drivers/common/pressure.h
05a2d3fef20caa53ade508a7b481942b60a3ad97
[ "Apache-2.0" ]
permissive
xz-666/BalanceCarLite
5e4c62982eafceae79d49eb847d25d0724a03ad1
0524b9dd3ff14262ea676d265894fda599b8a52d
refs/heads/master
2022-05-26T12:17:17.322448
2020-04-28T06:31:02
2020-04-28T06:31:02
255,310,127
1
0
Apache-2.0
2020-04-13T11:44:18
2020-04-13T11:44:17
null
UTF-8
C
false
false
4,478
h
/** ****************************************************************************** * @file pressure.h * @author MEMS Application Team * @version V1.2.0 * @date 28-January-2015 * @brief This header file contains the functions prototypes for the * pressure driver. *******************************...
[ "770722922@qq.com" ]
770722922@qq.com
3faef6c712d6ed678d37bfc4e15762212de7fd18
444ddb8221a738e97ea668fc2a672df9418f992c
/photos/1:1/batch/badapple (1) 4228.c
6d51e69a5e6ad8d87e39ac5c3bfc40226503e44b
[]
no_license
our0boros/BadApple
4c9484f96f90c48ddf1e499cfc2510ac7448f5d8
b8a7526ee9266af5d98a786a000339eefc5c01a1
refs/heads/master
2023-01-12T22:41:23.548615
2020-11-18T12:16:13
2020-11-18T12:16:13
null
0
0
null
null
null
null
UTF-8
C
false
false
134
c
const unsigned char gImage_badapple (1) 4228[8] = { /* 0X01,0X01,0X08,0X00,0X08,0X00, */ 0XFF,0XFF,0XFF,0X09,0X81,0XDF,0XFF,0XFF,};
[ "863166709@qq.com" ]
863166709@qq.com
cdf543202919690b243ff3032bee3fe47ec7a34c
bb0eab930c8ef3ddbba7eec9172bd16c5c559a1b
/w3resource/02_Basic_Algorithms/05_check_int_multiple_3_or_7.c
76836d2c4deb63bbbcdc484361d9d30caadd8003
[]
no_license
pritchardtom/C
0ebdb3f3ad98e804d8b1efdddaf93ebd7404a7d3
fe4ca5702d8c454981d3ba15e47263ff348ddd47
refs/heads/master
2020-04-29T18:07:59.292175
2019-04-28T17:09:53
2019-04-28T17:09:53
176,315,369
0
0
null
null
null
null
UTF-8
C
false
false
453
c
/* * Exercise 05: Write a C program to check if a given positive * number is a multiple of 3 or a multiple of 7. * */ #include <stdio.h> int main (void) { int num; printf ("Enter number: "); scanf ("%i", &num); if ( num % 3 == 0 || num % 7 == 0 ) prin...
[ "tom@tp.net" ]
tom@tp.net
294ef2359dfc5022f53c6cc4df49a27631e7e7c8
70ae02b374982343bbb330bff9643c99b7aa9689
/unix_environment/chapter10/10-6.c
1f8e75266ad0de872dd79c323f578dc353fa079f
[]
no_license
Brightlpf/MY-LEARN
370cf018bb63d9a79a04da14b4650db41c386e34
f43a77c89c680d5a212fb158b94a0fb403aaf027
refs/heads/master
2021-05-04T08:39:22.770559
2016-10-11T04:03:12
2016-10-11T04:03:12
70,401,627
0
0
null
null
null
null
UTF-8
C
false
false
548
c
#include <apue.h> #include <sys/wait.h> static void sig_cld(int signo); int main(void) { pid_t pid; if(signal(SIGCLD, sig_cld) == SIG_ERR) { perror("signal error"); } if((pid = fork()) < 0) err_sys("fork error"); else if(pid ==0) { sleep(2); _exit(0); } pause(); exit(0); } static void sig_cld(i...
[ "lipengfei2@konka.com" ]
lipengfei2@konka.com
c7ede6b77a0ca707945bcfcffe9026e600bbea1e
93cfed1b3f6b76d16ff848b3598b2d9548d67c0f
/aula12/ex12_4_max_min.c
a75301f965200b7ce2664303b9862ed35141daf0
[]
no_license
XandeBarros/usp-ippe-c
462cb8540190c05629d4cc5ba287f854e4f37bcc
a71909931b6efcaebf1fa15e3a09aba9deb6e900
refs/heads/main
2023-06-22T16:05:31.620117
2021-07-20T16:43:53
2021-07-20T16:43:53
367,459,812
0
0
null
null
null
null
UTF-8
C
false
false
337
c
#include <stdio.h> int main() { int v[10], *maior, *menor; for (int i = 0; i < 10; i++) { scanf("%d", &v[i]); } maior = &v[0]; menor = &v[0]; for(int i = 0; i < 10; i++) { if(v[i] > *maior) { maior = &v[i]; } if(v[i] < *menor) { menor = &v[i]; } } printf("%d %d", *m...
[ "barrosalex6@gmail.com" ]
barrosalex6@gmail.com
e324c694f503321b65ce7d1363002346db0da33d
5fece3d1bf3a06b980f6be3366d33be1d5ed991f
/prime numbers in 2.c
8ec4cb4282e30144c844df19b9f0c25d51d1867d
[]
no_license
savitharavi/experiment.2
6274ec25e1506cc60d3197c967cd2cfbe45d8f29
3f826084112e68098103f05170f7413a3113e86f
refs/heads/master
2021-05-12T13:59:11.697361
2018-03-19T11:24:37
2018-03-19T11:24:37
116,944,164
0
0
null
null
null
null
UTF-8
C
false
false
526
c
#include<stdio.h> #include<conio.h> int main(void) int low, high, i, flag; printf("Enter two numbers(intervals): "); scanf("%d %d", &low, &high); printf("Prime numbers between %d and %d are: ", low, high); while (low < high) { flag = 0; for(i = 2; i <= low/2; ++i) { ...
[ "noreply@github.com" ]
savitharavi.noreply@github.com
7cda4f9e7bb679625e1e44149f7990075bc572db
07c221a7f28f3f07719d8cb446a9d3dea7092f1f
/simulations/naine_blanche/masse.C
67291ce41ef19470d41c6783f128e3b478269a4c
[]
no_license
lucasgautheron/Cosmologie
be9839bf3175329e788c0c8de043a47fec0c41ba
cafd67209ab0444016bae81e81f7d9cab9994c7d
refs/heads/master
2020-04-06T07:03:30.556493
2016-09-02T15:42:42
2016-09-02T15:42:42
44,976,984
6
2
null
2016-03-12T15:53:44
2015-10-26T15:18:16
TeX
UTF-8
C
false
false
4,227
c
#include <stdio.h> #include <math.h> #include <omp.h> #define PI 3.141592654 #define max(a,b) ((a)>(b)? (a) : (b)) double pressure(double x) { double root = pow(x, 1.0/3.0); return (3.0/8.0) * log(root + sqrt(root*root+1)) + sqrt(1+root*root) * (0.25 * x - (3.0/8.0) * root); } double energy(double x) ...
[ "lucas.gautheron@gmail.com" ]
lucas.gautheron@gmail.com
b5f24473c9b33a6af52a77d30c94a2b9971dfe86
718efd92cfe98cd5b1fd54619259cf1a22309c84
/TlvObj/TlvObj.h
b896b9516389aabcc3327ce354a9e9e6bfc195a0
[]
no_license
maslovw/custom-c-lib
8f1e8261f61e4b0f06f92e1b501de60c5660d635
67fb6e076042174f34ebb995874e68deaf9bb8c6
refs/heads/master
2021-09-26T12:52:09.894486
2018-10-30T13:29:08
2018-10-30T13:29:08
49,323,567
0
0
null
null
null
null
WINDOWS-1251
C
false
false
1,250
h
#pragma once #include "CustTypes.h" #include <GlobalStruct.h> #ifdef __cplusplus extern "C" { #endif /************************************************************************/ /* Структуры, хранимые в Секторе4 ПЗУ процессора * всё на TLV объектах *********************************************************************...
[ "slamas@Mail.ru" ]
slamas@Mail.ru
bf2cdfb1e24349c965ea74bcff0c0927776b733c
4e8690f1e63c23afa22eddfbf80c968bfabe7b0f
/Códigos C/Introdução_Programação/2017/01/Lista 02/Ex11/exerc11.c
444779f38436914a585a064c5e877f8f2b0cfb8b
[]
no_license
andreltk/Meu_material
f48233f2b94c418c409efa030e4abd943e2f7c86
4b2f01b68ca0dde4e6baec3f3ae7f96bf1c53b5f
refs/heads/master
2021-04-15T02:06:50.680244
2020-03-22T23:27:56
2020-03-22T23:27:56
249,285,580
0
1
null
null
null
null
UTF-8
C
false
false
4,276
c
#include <stdio.h> int main(){ float n1,n2,n3,n4,nf; scanf("%f",&n1); scanf("%f",&n2); scanf("%f",&n3); scanf("%f",&n4); //n1 if (n1<n2 && n1<n3 && n1<n4 ) { //n1-n2 if (n2<n3 && n2<n4){ if(n3<n4){ ...
[ "andreluiztk874@gmail.com" ]
andreluiztk874@gmail.com
4bd8033f4430380fe91304d17d839ffb23c8c202
fad9cfe5aff1e60a5430de19a06c9522a856c3f4
/examples/in_the_user_guide/fig_05/draw_X/v2/draw_X.C
8e5f2b090e0d5b0039d2f3ba95c6f2682231b271
[ "MIT" ]
permissive
buaazhouxingyu/topoana
e4c47d957fcf0b893e19c25f8f7e3a4a789e194d
49e41e04494f6f1419f6b618029eacd12a1d5224
refs/heads/master
2022-10-01T10:41:57.479337
2022-09-29T13:03:34
2022-09-29T13:03:34
189,695,400
16
11
null
2020-01-10T08:29:12
2019-06-01T05:44:36
C++
UTF-8
C
false
false
2,529
c
void draw_X() { TCanvas * canvas=new TCanvas("canvas","canvas",1); gStyle->SetOptTitle(0); //gStyle->SetTitleAlign(23); //gStyle->SetTitleH(0.1); //gStyle->SetTitleW(0.8); TChain * chain=new TChain("evt"); chain->Add("../../../ex_for_tb_01/jpsi_ta.root"); THStack * hs=new THStack("hs","#bf{Distribution...
[ "xing-yu.zhou@desy.de" ]
xing-yu.zhou@desy.de
49af3a399ce8593a3bfc6a294de31e04bd525af5
93da4ecb384f6ddf395c9b4ba7fffb04f85f5c22
/gdisp_lld_board.h
febf45c049fa6093705396cf168c273adc81c763
[]
no_license
erian747/msc
562dc263e97a21f5720178b6bd13e5453a64039a
a09a678d38a7b1bd1bb2015e0163fc19940a5009
refs/heads/master
2020-12-25T14:14:23.215637
2016-08-31T19:39:57
2016-08-31T19:39:57
66,879,485
0
0
null
null
null
null
UTF-8
C
false
false
4,588
h
/* ChibiOS/GFX - Copyright (C) 2012, 2013 Joel Bodenmann aka Tectu <joel@unormal.org> This file is part of ChibiOS/GFX. ChibiOS/GFX 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 Founda...
[ "erian747@gmail.com" ]
erian747@gmail.com
e6d339f9793d412a29f43c1af98ffb88049063d6
c6199628dfd3558056506fe9a65f31e04a44e9cf
/CProgram/create_file.c
6ba96296ee738a56a3ac925b3c1a1218bc8c9dab
[]
no_license
asantosh/Programming
831d7d7ad59e65828ca257b7226e080cd6e5be8a
fa16e49bb10eb7f69cc52a381115593d43f419ce
refs/heads/master
2021-06-04T22:31:32.100754
2017-07-21T06:33:14
2017-07-21T06:33:14
19,937,020
0
0
null
null
null
null
UTF-8
C
false
false
386
c
#include <stdio.h> #include <stdlib.h> /*File size to be created in KB, MB minimum 4k */ #define FS_K(x) x * 1024 #define FS_M(x) FS_K(x) * 1024 int main(int argc, char *argv[]) { FILE *fp; int i = 0; unsigned int size = atoi(argv[1]); fp = fopen("test_file.txt", "w"); for (i=0; i < FS_M(size)...
[ "asantosh.king@gmail.com" ]
asantosh.king@gmail.com