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
ed7d5ac8694162233f7376286c274add9e703295
6d0066a63b48328b28a13ee1985fa608b0314fe6
/PC/LAB4/2.c
58e904f78ad96665de0fb118cf0e2d29fd451a17
[]
no_license
CinnamonRolls1/IT-5th-sem
58f5288253b7a81e8825d8175a1999ae073f0c6d
a03e5ea886062da0cff339a99b2ec15cbc12a90d
refs/heads/master
2022-12-12T05:16:19.123544
2019-11-05T10:35:31
2019-11-05T10:35:31
198,618,146
0
0
null
2022-12-11T10:31:45
2019-07-24T11:01:46
C
UTF-8
C
false
false
2,004
c
#include<omp.h> #include<stdio.h> #include<stdlib.h> #define n 500 #define n1 700 static int m; void mult(int arr[m][n],int brr[n][n1],int crr[m][n1],int l,int h) { int count=0; for(int i=l;i<=h;i++) { for(int j=0;j<n1;j++) for(int k=0;k<n;k++) crr[i][j]=arr[i][k]*brr[k][j]; } } void para...
[ "chinmayanks@gmail.com" ]
chinmayanks@gmail.com
76e970fdd8b5712678bef6543dea1b44d07104db
1df0b93b7f760dce0137d628b42346ba1199511c
/mapper/BitMap.c
6250ef2aadc68178010d3f2c9e96f5325c8997e8
[]
no_license
lpeano/qm_databse
62021dfccf23be7a35986acfe44f0f9665f096c9
8b94ec152c7cd5c7d6f6791c49059451187c1b40
refs/heads/master
2021-01-10T08:16:59.864511
2016-01-24T12:43:03
2016-01-24T12:43:03
49,015,417
2
0
null
null
null
null
UTF-8
C
false
false
2,849
c
#include <BitMap.h> #include <stdio.h> #include <flog.h> /* * * BitMap dumper * */ void dump_mapping(U_1024_BYTE * mapper,int size){ int Bcount,bcount,c; printf("Mapping \n 0 1 2 3 4 5 6 7\n"); c=0; for (Bcount=0;Bcount<=size;Bcount++) { for (bcount=0;bcount<8;bcount++) { //bit=GET_BIT((mapper),(Bco...
[ "peanoluca@gmail.com" ]
peanoluca@gmail.com
91e1430522e6d25ee268b3ccbe9af12a0d5820a9
d7c5bfdcd282f75910783b345a9e22bee63c5261
/app/src/main/jni/DssFundamentals/QualityPlay/QT_LPC_SizeInBits.h
774f9e9fa89fd04796d68bc58af42ddaec40bf96
[]
no_license
merlydavidson/ODAndroidMobile
a4f98017bcc75580283f150397bb816894aa44dd
e0c53be2c3a38af40d74daf30d996f1e8bf33e2b
refs/heads/master
2020-07-05T18:27:01.346239
2019-08-27T08:44:19
2019-08-27T08:44:19
202,726,787
0
0
null
null
null
null
UTF-8
C
false
false
53
h
{7, 7, 6, 6, 5, 5, 5, 5, 5, 4, 4, 4, 4, 3, 3, 3, 2};
[ "merlindavidson19@gmail.com" ]
merlindavidson19@gmail.com
4a858fe8374883cf90bcba5916833f1ff82b8799
432f7de15055ea14bb50e41f15cd7734a990259c
/sources/migrate-5.0.3a/src/shell.c
986a78afb93f8ac830aff36da55700b7c76db422
[ "MIT" ]
permissive
pbeerli/fractional-coalescent-material
f7d6a0b1b8db1a4a9c157a4566a9465103ca2a6a
d3487fb0869f6aa2e712cef980406229fd761885
refs/heads/master
2020-04-04T17:10:07.422471
2019-03-01T13:16:41
2019-03-01T13:16:41
156,109,793
2
1
null
null
null
null
UTF-8
C
false
false
181
c
#include <stdio.h> #include <unistd.h> #include <stdlib.h> int main() { char *text = calloc(1024,sizeof(char)); text = getusershell(); printf("%s\n",text); return 0; }
[ "beerli@me.com" ]
beerli@me.com
144e0712aace256b68e61ec30f5da55f19ee72ad
ad3f57b678d84efe6b86e36e1754141d0b0be3c2
/keyboards/pplanck-debug/keymaps/default/keymap.c
2bae203fc50d87307cae0126950c1895ed241ddd
[]
no_license
alexanderblackh/qmk_firmware
bbe701919b548dd5c3092fb41c53a37843b8da46
07b0908931e4b2916034fc7ad21605155e5bcde1
refs/heads/master
2021-01-17T11:18:44.557698
2016-07-30T08:31:28
2016-07-30T08:31:28
64,288,657
0
0
null
2016-07-27T07:51:02
2016-07-27T07:51:01
null
UTF-8
C
false
false
7,216
c
#include "pplanck-debug.h" #define _QW 0 #define _DT 1 #define _RS 2 #define _LW 3 const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { /* Qwerty * ,-------------------------------------------------------------------------------------------------------. * | [ | Q | W | E | R | T ...
[ "liekkronoa@gmail.com" ]
liekkronoa@gmail.com
2e992bb2f74d89b236bc2c8afdec6110f3ca82b4
129c943e719e8c357d632c1023613434ac9a8724
/nadadores.c
7462694c1ea1549f4fd089d3fbff32353b5c35a9
[]
no_license
rogervaleriom/logica-de-programacao-com-c
0ae9a9bd47bb0466ffce49a82ea393f62a460137
8dafc5f2a62574bb251bd06b58465733e03708a4
refs/heads/main
2023-04-27T10:03:06.450402
2021-05-02T23:04:12
2021-05-02T23:04:12
null
0
0
null
null
null
null
UTF-8
C
false
false
524
c
#include <conio.h> #include <stdio.h> #include <stdlib.h> main () { int idade; printf("Informe a idade do nadador: "); scanf("%d",&idade); printf("Categoria: "); if ((idade >= 5) && (idade <= 7)) { printf("Infantil A"); } else if ((idade >= 8) && (idade <= 10)) { printf("Infantil B"); } else if ((idade >= 1...
[ "rogervaleriom@gmail.com" ]
rogervaleriom@gmail.com
500e3c4868783b17860c328447014eba078fe9fc
30c984ecd771f1aea9000c4b90267f2d75d9a54f
/Embedded_cal_test/ecosystem/projects/smores_trajectory_stm32f303_discovery/stm32f303xc/inc/project_peripherals_stm32f303_discovery.h
a6c1379bc27c13be36df17cda2f086d24b9f35ad
[]
no_license
vincentwenxuan/smores_document
682a491d0e0424ea54ead7aecb897409594a6770
bc1be012bcd10b80df41d3f61fa4aec1238fdcc9
refs/heads/master
2021-01-10T01:27:04.022279
2015-09-09T20:15:03
2015-09-09T20:15:03
36,809,619
0
0
null
null
null
null
UTF-8
C
false
false
5,337
h
// This file provides an interface to each peripheral. // Edit the #define statements at the top of the file to // enable and specifiy the location of the peripherals. #ifndef PROJECT_PERIPHERALS_STM32F303_DISCOVERY_H #define PROJECT_PERIPHERALS_STM32F303_DISCOVERY_H /////////////////////////////////////////...
[ "xiaojun.sun086@gmail.com" ]
xiaojun.sun086@gmail.com
45f49d21e4d973f993286b0169087a69c44ea732
d6584f07d70a37f968f790320866d13af789c6e6
/audio_codec/libfaad/ps_dec.c
6a73248274fc12be7558a99f239aad0c03db2e87
[]
no_license
SuperICS/-android_packages_apps_amlogic_LibPlayer
4ef19763bc5100ca2ed453bfffb69161604e1259
0861d2b88cbec4e99acb53348a08e21ff79d2cfe
refs/heads/master
2020-05-26T08:10:19.407371
2012-08-30T11:58:52
2012-08-30T11:58:52
5,616,165
5
3
null
null
null
null
UTF-8
C
false
false
73,322
c
/* ** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding ** Copyright (C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com ** ** 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 Fo...
[ "chaco_Sc_21@hotmail.com" ]
chaco_Sc_21@hotmail.com
0cc14af1254839a591b0a7e5107683fb86872166
71843684b0e5c9905a0859a45bf5a364edace3bf
/function_pointers/pfunc.c
26906e2194e2e02b313dc3bef2cfc285e01938ac
[]
no_license
hzcodec/c-programs
e9e23dc08ff939a2ad2b2078b3cad1ce79dd50c7
9c5da0ebafd9b2bfd1c670e33cec4281785cbb3b
refs/heads/master
2020-12-22T12:46:17.279896
2019-05-22T16:35:30
2019-05-22T16:35:30
42,668,475
0
0
null
null
null
null
UTF-8
C
false
false
3,115
c
/* Auther : Heinz Samuelsson Date : 2017-12-29 File : pfunc.c Reference : - Description : Function pointers. */ #include <stdio.h> #include <math.h> // Define a type for a function pointer returning a double // and expecting two doubles as parameters typedef double (*ar...
[ "heinz.samuelsson@unjo.com" ]
heinz.samuelsson@unjo.com
bbbdbd749db64944eb7107011976186e497f702b
bd432a802bd7f7c31ecfdc8acf9cf4c5f0788080
/pi_pth_sol.c
0fe21b8408df374d2c028144bc576bd6d2476da6
[]
no_license
jonie83tum/mat_vec
eaa86863d1656cfe92ef9829099cb43ddc81d50f
9e7f699a4f0c2c70a5c5711617a84f715f5f1d0f
refs/heads/master
2016-09-05T22:02:03.412203
2013-03-28T22:12:18
2013-03-28T22:12:18
null
0
0
null
null
null
null
UTF-8
C
false
false
1,619
c
#include <stdio.h> #include <stdlib.h> #include <pthread.h> #define f(A) (4.0/(1.0+A*A)) int n, thread_count, flag; double sum, w; void* thread_sum(void *rank) { // cast the void pointer back into integer int *ranki = (int *) rank; int start = *ranki*n/thread_count; int end = (*ranki+1)*n/thread_count; double lo...
[ "josefniedermayer@gmx.net" ]
josefniedermayer@gmx.net
41a81ca2e9bc27bbd5764de0121243609a93bbed
477874156ea06d1aff15522fcb720b1368c7a9c4
/data/957.c
f1f66123a9032999fa540e3cad620606213bed31
[]
no_license
benglard/TreeHacks
9724296ca61fa4580a0b93101b7e53ee9a81cbc0
8c4bf98b78fb18314a38004504bdac72c30f41aa
refs/heads/master
2021-01-11T07:39:01.061427
2015-02-23T23:07:13
2015-02-23T23:07:13
31,160,920
0
0
null
null
null
null
UTF-8
C
false
false
115
c
#include <stdio.h> int main(void){int i=39355466;int b=52100565;printf("%d", (b+((i+90936642)-6612863)));return 0;}
[ "benjienglard@yahoo.com" ]
benjienglard@yahoo.com
db1e05c13be743a4ea0ffd05508de2db2d5cd711
ffaa662396301e25ea308ef9fcc64175b7646de3
/extras/test/dsp/datestamp_test.c
2a24142924646610beb3d7f233ac1a92a02f3990
[ "Apache-2.0" ]
permissive
google/audio-to-tactile
b0f8006b0ddf0cd7a33b3d73bd941b0cd4149cc4
c13611b7a8d2ea80349be24bf54b2b50b9431347
refs/heads/main
2023-09-04T12:16:32.657563
2023-06-29T14:40:32
2023-06-29T14:40:32
184,677,120
92
19
Apache-2.0
2023-04-09T22:08:49
2019-05-03T00:24:37
C
UTF-8
C
false
false
1,995
c
/* Copyright 2021-2022 Google LLC * * 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
[ "getreuer@google.com" ]
getreuer@google.com
472a611505d94f47b0104ad4f7028246d3f28a1a
6efdf80d8075b5d3fc95046307a23fbf0f239785
/SoC/gd32vf103/Common/Source/gd32vf103_soc.c
1376986362debe19ae492e6933210a26c9044246
[ "Apache-2.0" ]
permissive
Wilbert-Zhang/nuclei-sdk
2e962be3219339f5e55d84b80a2cefbccda94ce0
74efdfb054a5d057e12609fd7fd9368e319eb6ef
refs/heads/master
2021-02-26T20:28:12.484593
2020-03-04T04:01:26
2020-03-04T04:02:07
null
0
0
null
null
null
null
UTF-8
C
false
false
1,012
c
#include "gd32vf103.h" #include "gd32vf103_libopt.h" static uint32_t get_timer_freq() { return SOC_TIMER_FREQ; } uint32_t measure_cpu_freq(uint32_t n) { uint32_t start_mtime, delta_mtime; uint32_t mtime_freq = get_timer_freq(); // Don't start measuruing until we see an mtime tick uint32_t tmp =...
[ "aitaohu@nucleisys.com" ]
aitaohu@nucleisys.com
6502dec4482d0f08eb48d9059ede85f0ee870b57
89cc57b27a37d8142635a785da9a5cc56b6cc144
/dynamic_programming/sum_descent.c
a25d2c8e89674f74f5c3dd73a7d390e8be6f630e
[]
no_license
AlexanderJDupree/Algorithms-and-Complexity
21281ff35951f175a80166030787ae1dee202e76
8cd2a24809f9c804adad6824029f83fe2b8cb71c
refs/heads/master
2022-04-11T17:55:55.329835
2020-03-20T18:10:50
2020-03-20T18:10:50
240,176,427
0
0
null
null
null
null
UTF-8
C
false
false
2,719
c
/* * File : sum_descent.c * Description : Algorithms to calculate the minimum sum descent * down a triangle * Class : CS350.001 WI 2020 * Author : Alexander DuPree */ #include <time.h> #include <stdio.h> #include <stdint.h> #include <stdlib.h> int min(unsigned a, unsigned b) ...
[ "alexander.j.dupree@gmail.com" ]
alexander.j.dupree@gmail.com
e28f474aca5afc3dc724401c28b1ccd772ea2ca0
3db023edb0af1dcf8a1da83434d219c3a96362ba
/windows_nt_3_5_source_code/NT-782/PRIVATE/CRT32/STDIO/POPEN.C
5444bb86e43960768d668c4d7ecb23d34740de99
[]
no_license
xiaoqgao/windows_nt_3_5_source_code
de30e9b95856bc09469d4008d76191f94379c884
d2894c9125ff1c14028435ed1b21164f6b2b871a
refs/heads/master
2022-12-23T17:58:33.768209
2020-09-28T20:20:18
2020-09-28T20:20:18
null
0
0
null
null
null
null
UTF-8
C
false
false
16,482
c
/*** *popen.c - initiate a pipe and a child command * * Copyright (c) 1989-1993, Microsoft Corporation. All rights reserved. * *Purpose: * Defines _popen() and _pclose(). * *Revision History: * 01-06-89 GJF Initial version (I plead temporary insanity). * 01-09-89 GJF Fixed several bugs. * 01-10-89 GJF Imp...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
f4d2ccd95e8c5d9f819b736268b965d3b6d3e495
34de52c0d6734a5ff331b7703ecbd2dc3a42447d
/system/platform/i686-pc/vga.h
71a75f150181693e8ceac3c9716e5beeee3fa0bb
[ "MIT" ]
permissive
byte-mug/research-kernel
cb93a506d8a3c4c6ac15e0b9804adff5eb5cdc90
533ae9295fc58d73f233c37fc298bdb6be25ae7d
refs/heads/master
2021-01-18T22:24:23.240181
2017-02-28T20:43:50
2017-02-28T20:43:50
72,511,694
0
0
null
null
null
null
UTF-8
C
false
false
773
h
/* http://wiki.osdev.org/Meaty_Skeleton */ #ifndef ARCH_I386_VGA_H #define ARCH_I386_VGA_H #include <machine/types.h> enum vga_color { VGA_COLOR_BLACK = 0, VGA_COLOR_BLUE = 1, VGA_COLOR_GREEN = 2, VGA_COLOR_CYAN = 3, VGA_COLOR_RED = 4, VGA_COLOR_MAGENTA = 5, VGA_COLOR_BROWN = 6, VGA_COLOR_LIGHT_GREY = 7, VGA...
[ "simon.schmidt@htp-tel.de" ]
simon.schmidt@htp-tel.de
fce9f6d5b5e1de5dc258c458dd612f08d1a5c4dd
0c5d3b088080577388f5766431487534f93a2c40
/Github-Projects-Origin/h2o-master/deps/picotls/t/minicrypto.c.bak.c
7172b937bf29fd13e2a6a7085636588070172b43
[]
no_license
zhiyuanjia/WoBench
878255ce45e76ef57f88743c7f43acdfa59e93e7
6b337780cbd598de98fc0eabd19efaf1a01b6012
refs/heads/master
2021-09-23T03:12:08.091319
2018-06-14T10:17:59
2018-06-14T10:17:59
null
0
0
null
null
null
null
UTF-8
C
false
false
5,696
c
#include <assert.h> #include <string.h> #define INCLUDEMAIN /* * Copyright (c) 2016 DeNA Co., Ltd., Kazuho Oku * * 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, incl...
[ "wangcong15@mails.tsinghua.edu.cn" ]
wangcong15@mails.tsinghua.edu.cn
222b92ccb658776a47b290d4cf158bbfc15398a1
f74e41a0163bf42b734ea3ff9d895ebcbb541f06
/simple/client.c
5e3305387db146a072826261f19f8ce9d2a67d79
[]
no_license
UmaAthikala/Socket-Programming
a9e62b56a52182f9a3f45b59d5047e6d0bd1dea5
84544e6a433006e647bf8751bb4c4b80f297a115
refs/heads/master
2022-11-27T02:08:12.802153
2020-08-02T18:50:56
2020-08-02T18:50:56
284,055,661
0
0
null
null
null
null
UTF-8
C
false
false
842
c
#include<stdio.h> #include<unistd.h> #include<sys/socket.h> #include<netinet/in.h> #include<string.h> int main() { int clientsocketfd=socket(AF_INET, SOCK_STREAM, 0); if(clientsocketfd<0) { printf("\n ERROR: socket creation failed"); return 0; } struct sockaddr_in clientaddr; clientaddr.sin_family=AF_INE...
[ "uza0001@auburn.edu" ]
uza0001@auburn.edu
d4d9e3470a277a5f645966c845e1b820336d3e20
0f56c520dca8236bffdd0e121428c74383ed2752
/lib/dnscore/include/dnscore/hsdllist.h
ffee560b8c35571aa29811e4298810eba2060682
[ "BSD-3-Clause" ]
permissive
Sp1l/yadifa
778e77e812975de16791e9bb2e5f69eda4776294
553b9d7d2a3c7cf56d1f02d73eb37cbd5a29e9df
refs/heads/master
2021-01-23T22:23:40.312679
2017-02-25T11:32:24
2017-02-25T11:32:24
83,127,193
0
0
null
2017-02-25T11:29:10
2017-02-25T11:29:10
null
UTF-8
C
false
false
3,123
h
/*------------------------------------------------------------------------------ * * Copyright (c) 2011-2016, EURid. All rights reserved. * The YADIFA TM software product is provided under the BSD 3-clause license: * * Redistribution and use in source and binary forms, with or without * modification, are permit...
[ "info@yadifa.eu" ]
info@yadifa.eu
dba3858b03324085d514a039324e797a0f470ac9
814daf026257b277368814df03e6b013e73145c9
/otp-system/src/server_encrypt_app.c
cc30a7e82e13e0084fa16e6e3393ea00d540ea6a
[]
no_license
toroc/school-portfolio
75ad39700d1cda30b0d530ab9badb1c9692fc1b9
54089d05117b85f7dcb97e3bf6e57a1c0c382982
refs/heads/master
2021-05-01T02:47:47.583198
2016-12-09T20:53:08
2016-12-09T20:53:08
70,003,480
0
0
null
null
null
null
UTF-8
C
false
false
1,806
c
/****************************************************** # CS 344 - Winter 2016 - Program 4 # By: Carol Toro # File Created: 03/09/2016 # Last Modified: 03/14/2016 # Filename: otp_enc_d.c # Usage: otp_enc_d <portNumber> # Description: This program executes the server side request # from a client of a pad-l...
[ "toroc@oregonstate.edu" ]
toroc@oregonstate.edu
e7586d0aa844f234ac6746164bcf05f16bf40513
2d99f560cd217caca21ea329b7a2ceb7d4e8d837
/listaA-exe4 media aritmetica.c
314d7d7291af021ef4f95559cc25e618420d6877
[]
no_license
sarahcris/Programas-em-C
58da07be08d7860f43243faccf761a79ecb8ec15
ca273b00cbd09a327fca521de541ffede365e94c
refs/heads/master
2020-09-06T21:33:45.602389
2019-12-04T23:28:40
2019-12-04T23:28:40
220,560,499
1
0
null
null
null
null
UTF-8
C
false
false
173
c
#include <stdio.h> #include <stdlib.h> float main(void) { float resultado; resultado = (5+8+12)/3; printf("resultado: %f", resultado); }
[ "noreply@github.com" ]
sarahcris.noreply@github.com
008c46e79f15df8c367a63cc2de751d7ffe7f334
d5307c8591220ad9ce00bb1c6576f8bf312cdaa9
/GerFlix 1.0/main.c
8c79b084a884b380554e199286c30b44f874c0e4
[]
no_license
frc95/programacion_1_laboratorio_1
8e9be17a5568d67da4cbd12aad84273f124b3e10
232e1c919fb738ce024d485e4fd6f0b791b21920
refs/heads/master
2021-04-15T15:53:36.832242
2018-04-28T02:29:08
2018-04-28T02:29:08
126,328,926
0
0
null
2018-03-22T12:03:26
2018-03-22T12:03:26
null
UTF-8
C
false
false
958
c
#include <stdio.h> #include <stdlib.h> #include "Usuario.h" #define TAMSERIE 20 #define TAMUSUARIO 100 int main() { eSerie listaDeSeries[TAMSERIE]; eUsuario listaDeUsuarios[TAMUSUARIO]; inicializarSeriesEstado(listaDeSeries, TAMSERIE); inicializarUsuariosEstado(listaDeUsuarios,TAMUSUARIO); inic...
[ "noreply@github.com" ]
frc95.noreply@github.com
f23e74c5539d998024472397cba01920bf86d2f3
f5db974da4f710b1edfaca8058776c19e8e853e3
/drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c
305e94cbbf9c7081b7dfa1ee592e9d64c19b2b86
[ "MIT" ]
permissive
MaJerle/stm32-usart-uart-dma-rx-tx
f4a1ace0154cb182d87c836608cd2d05439d36e5
17bff731d58c5d009b3d073e6ae8e48d518b0d21
refs/heads/main
2023-05-25T13:57:25.447390
2023-05-20T19:17:45
2023-05-20T19:17:45
153,930,005
867
233
MIT
2022-05-07T23:22:19
2018-10-20T17:21:01
C
UTF-8
C
false
false
240,128
c
/** ****************************************************************************** * @file stm32f1xx_hal_i2c.c * @author MCD Application Team * @brief I2C HAL module driver. * This file provides firmware functions to manage the following * functionalities of the Inter Integrated Circ...
[ "tilen.majerle@gmail.com" ]
tilen.majerle@gmail.com
f9030b1514319af3614153123bf295adf67a09fb
03918883b6a46462ec2015b7de638072fe70440e
/include/sql_version.h
151d8da0232fa64f98c5aaa168ae8dd9a912dfee
[]
no_license
lushell/sqlcluster
d4b535bcba72896c9ef513a3303ae4bed64fdc29
7790222649537c40a36bad2cef9e813d62b2626a
refs/heads/master
2021-01-19T19:39:50.255201
2013-03-04T10:18:40
2013-03-04T10:18:40
null
0
0
null
null
null
null
UTF-8
C
false
false
589
h
/* Copyright Abandoned 1996, 1999, 2001 MySQL AB This file is public domain and comes with NO WARRANTY of any kind */ /* Version numbers for protocol & mysqld */ #define PROTOCOL_VERSION 10 #define MYSQL_SERVER_VERSION "5.5.14" #define MYSQL_BASE_VERSION "sql-5.5" #define MYSQL_SERVER_SUFFIX_DEF "" #define FRM...
[ "tangchao.home@gmail.com" ]
tangchao.home@gmail.com
348b3453e711bab27f1b75b40763b20b210bffa4
6c0d489a8032915848fa7f9368698a2636eecd33
/522/CycloneTCP_SSL_Crypto_Open_1_7_2b/demo/common/freescale/boards/twr_k70f120m/twr_k70f120m.h
2b429a2e3abbfaaa6e376bf0cb69bf5646423d10
[]
no_license
lstefani006/teensy
d05f044557fdff19594b9b4882226b42acb7dd1a
c8200f1ee43f6426d4f3acf0a3784f13626b8b48
refs/heads/master
2021-05-16T02:19:27.449462
2020-11-20T20:59:08
2020-11-20T20:59:08
43,541,230
3
0
null
null
null
null
UTF-8
C
false
false
1,884
h
/** * @file twr_k70f120m.h * @brief TWR-K70F120M module * * @section License * * Copyright (C) 2010-2016 Oryx Embedded SARL. All rights reserved. * * This file is part of CycloneTCP Open. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Gener...
[ "leonardo.stefani.ge@gmail.com" ]
leonardo.stefani.ge@gmail.com
e758dde58d15291695d1e0e5f28478cdcd88c713
800e8bde03e0424afd40a02699d637fda24299bc
/whileCountLetters.c
05f4b8913b42429473799dc74f05734b40e321b2
[]
no_license
jhjhs33504/01_C
7570280a3d6399bd894ffb70bb2d2cfc9976ce8a
e18cf2826ad4f067a9ae954dde6837eb4940a39d
refs/heads/master
2020-03-14T07:48:52.438293
2018-04-30T18:53:34
2018-04-30T18:53:34
131,512,167
0
0
null
2018-04-30T18:51:16
2018-04-29T16:49:50
null
UTF-8
C
false
false
417
c
#include <stdio.h> int main(void){ int i=1; char j; int count=0; while(i){ scanf("%c",&j); switch(j){ case 'A': case 'a': count++; break; case 'E': case 'e': count++; break; case 'I': case 'i': count++; break; case 'O': case 'o': count++; break; case 'U': case 'u':...
[ "jhjhs33504@gmail.com" ]
jhjhs33504@gmail.com
1839ae685438945e266d27786fe7d9b67c7a5176
33b7f487bc66462daacd841adfc198d8a9a11fa7
/include/common/assert.h
67e4822ac7d242445249d28159deebbc2fe5691b
[]
no_license
zero-mcu/zero-lib
af047e95da49cf8b4873bd1c92b4865aca2cbc7a
ffbebc2d0089e67ab2734d9aa0b6bd95ed9a2456
refs/heads/master
2020-06-12T23:32:54.423978
2019-06-30T01:11:51
2019-06-30T01:11:51
194,462,021
0
0
null
null
null
null
UTF-8
C
false
false
1,073
h
/** * @file assert.h * @brief This is the difinition of assert. * @author yuanle * @version 0.1 * @details Change history: * <Data> |<Version> |<Author> |<Description> * ----------------------------------------------------------- * 2019/05/31 |0.1 |yuanle |Initial Version ...
[ "1614903252@qq.com" ]
1614903252@qq.com
9ad982fc8f672c12f5276c7ff72b09468d539c6c
4b779ce4a4c93f40ea3551c428deea953856c361
/WiFiDock/Other/lib/zip/MiniZip/zip.c
b7649b85de61619a744a8b683fa990425c4d6480
[]
no_license
github188/IOS_wifidock
4fac0658f7d4576993efc4521dd9264a09a8e7fe
de3fb958017543186942607f1204353e29420b45
refs/heads/master
2021-01-10T22:34:06.455614
2015-03-27T09:01:06
2015-03-27T09:01:06
null
0
0
null
null
null
null
UTF-8
C
false
false
73,594
c
/* zip.c -- IO on .zip files using zlib Version 1.1, February 14h, 2010 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html ) Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html ) Modifications for Zip64 support Copyright (C) 2009-201...
[ "xinzailiulang_54@126.com" ]
xinzailiulang_54@126.com
2d79a63c5871b24ab8a9bef3f44e7dac781f1075
f01b0a88bb8eabb4bba2a34a24654dd839483455
/Day03/ex04/ft_ultimate_div_mod.c
a3638677494468202ca36b0852ac77b12a51ddb5
[]
no_license
ValcasaraBryan/brvalcas_piscine
4f62ced16eb4dd94e1e101f62e51699dc6293554
d678f4c7d47d7f6a3a59fce748cebb2642f7ebb1
refs/heads/master
2021-09-17T18:05:09.265421
2018-07-04T03:19:20
2018-07-04T03:19:20
102,001,430
0
0
null
null
null
null
UTF-8
C
false
false
1,012
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_ultimate_div_mod.c :+: :+: :+: ...
[ "31510683+bvalcasa@users.noreply.github.com" ]
31510683+bvalcasa@users.noreply.github.com
098631c141f33433026cc388c338056965c4bfb4
831ed85b5730387908c40fe4e9c58ae442ef1581
/lib/libcurses/tinfo/add_tries.c
55ad69543d5551841a91942406768af819594b9b
[ "ISC" ]
permissive
GitHubFocus/FabBSD
949ad97ce90f3b7874be98bfc6f0d24c06bf7bed
19d390bc515cee0afb8ec27ee3e0f38d487b4f32
refs/heads/master
2020-04-07T05:31:52.675033
2018-06-12T09:10:22
2018-06-12T09:10:22
null
0
0
null
null
null
null
UTF-8
C
false
false
4,189
c
/* $OpenBSD: add_tries.c,v 1.3 2001/01/22 18:01:50 millert Exp $ */ /**************************************************************************** * Copyright (c) 1998,2000 Free Software Foundation, Inc. * * * * Permission is ...
[ "vedge@b83589b1-170a-47ad-b9cd-3de6c41813fc" ]
vedge@b83589b1-170a-47ad-b9cd-3de6c41813fc
7ad4caa3eb8cb3f27ab97badd85711b8c64a888b
45cf55a3670e023402d457fc0d0bcd8e32413d62
/cs392/src/list/debug_char.c
929658f3d83a4348dc5ae4bac430b90326ca78f9
[]
no_license
dott94/workspace
7d21aef976947fb80fafc3041103c4b8356b25be
82ca62bfbfef0b4d2b5c9647d83b288afe7e4324
refs/heads/master
2021-01-10T12:16:52.495964
2015-10-16T15:37:47
2015-10-16T15:37:47
43,336,795
0
0
null
null
null
null
UTF-8
C
false
false
468
c
//precondition: n is a list of chars //postcondition: the list of chars is printed with detail (i.e N<-54->23) #include "mylist.h" void debug_char(t_node* n) { t_node* listptr; if (n != NULL) { listptr = n; while (listptr->next != NULL) { print_char(listptr); ...
[ "davidott94@gmail.com" ]
davidott94@gmail.com
c259105c987982449a71b5650dd538b59ce99491
81488f2879486a1d22098589ca555565fa4b3b7a
/applications/CSRmeshLight2/user_config.h
b1b93e9412a6f9c64b889adb8d01bb830c585155
[ "MIT" ]
permissive
sshhsh/csrmesh_2_0_node
d0b9b4606c45de16bb26ea217761fcfc095fc315
c8ecad7ea00709dec9e80da9085a5fb3d8f24d18
refs/heads/master
2020-08-04T14:21:58.413669
2018-05-02T07:11:07
2018-05-02T07:11:07
66,196,309
2
1
null
null
null
null
UTF-8
C
false
false
2,873
h
/****************************************************************************** * Copyright 2015 Qualcomm Technologies International, Ltd. * Bluetooth Low Energy CSRmesh 2.0 * Application version 2.0 * * FILE * user_config.h * * DESCRIPTION * This file contains definitions which will enable custom...
[ "sshhsh@foxmail.com" ]
sshhsh@foxmail.com
76e9dcf05fd27ba74b5fd5191be213a3843dc5e8
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/239/725/CWE401_Memory_Leak__malloc_realloc_int_15.c
95f43d5764adeb53e4a70590f6b6387e8dab8de6
[]
no_license
CU-0xff/juliet-cpp
d62b8485104d8a9160f29213368324c946f38274
d8586a217bc94cbcfeeec5d39b12d02e9c6045a2
refs/heads/master
2021-03-07T15:44:19.446957
2020-03-10T12:45:40
2020-03-10T12:45:40
246,275,244
0
1
null
null
null
null
UTF-8
C
false
false
4,003
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE401_Memory_Leak__malloc_realloc_int_15.c Label Definition File: CWE401_Memory_Leak__malloc_realloc.label.xml Template File: point-flaw-15.tmpl.c */ /* * @description * CWE: 401 Memory Leak * Sinks: * GoodSink: Ensure the memory block pointed to by data is always f...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
343bbb24a8db9ad8b148d00522bc8d61184d4c0d
54f352a242a8ad6ff5516703e91da61e08d9a9e6
/Source Codes/AtCoder/abc045/A/4411096.c
364e7981dbb8db95d66760555d561039cefee97f
[]
no_license
Kawser-nerd/CLCDSA
5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb
aee32551795763b54acb26856ab239370cac4e75
refs/heads/master
2022-02-09T11:08:56.588303
2022-01-26T18:53:40
2022-01-26T18:53:40
211,783,197
23
9
null
null
null
null
WINDOWS-1250
C
false
false
308
c
#include <stdio.h> int main(void){ int a,b,h; scanf("%d%d%d",&a,&b,&h); printf("%d\n",(a+b)*h/2); return 0; } ./Main.c: In function ‘main’: ./Main.c:4:2: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] scanf("%d%d%d",&a,&b,&h); ^
[ "kwnafi@yahoo.com" ]
kwnafi@yahoo.com
007d46865a110b5fba5d34a6f55c16cbe214cc7e
6ce3ee20d29ae65fda8298f941a7c5a51410b32a
/Sources/WINDOWS/retrieve.c
3fc016960906f051a5db47bd36465272302735f6
[ "Apache-2.0" ]
permissive
gbryant/the-dark-tower
7913d3011210ce2190183fb46c3df05ca93a0bf6
455ceb0c00084c1546dae47297f0bf57ef90ea4f
refs/heads/master
2021-01-17T17:46:57.169869
2016-07-09T21:31:57
2016-07-09T21:31:57
62,967,801
3
0
null
null
null
null
UTF-8
C
false
false
3,095
c
Copyright 2016 Gregory Bryant Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software dis...
[ "gregory.r.bryant@gmail.com" ]
gregory.r.bryant@gmail.com
d2d8d8f8405b072f3852faf8bfd9024ad8530c72
ba0f6dde627eb3e29cd92e86b13fb97a7a0e13b6
/examples/twrk60d100m/driver_examples/ftm/hardware_init.c
c09230ab4cdfe7c8b69cd5bd9f4575b50e97249d
[]
no_license
jamesmunns/kinetis-rs
5f6449e2d476437713b69568b2ea156fe602bb62
86b732aef6bea0cb602e0473271c45546a2a0d4b
refs/heads/master
2021-01-11T01:13:44.360563
2016-10-16T20:14:39
2016-10-16T20:14:39
71,070,716
0
0
null
null
null
null
UTF-8
C
false
false
2,291
c
/* * Copyright (c) 2013-2014, Freescale Semiconductor, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * o Redistributions of source code must retain the above copyright notic...
[ "kyle@kylemanna.com" ]
kyle@kylemanna.com
d86c2434d25809d9911238b82eb9c6ea7b4ba407
9e4f169360290b4dc4835a36201b2c14205f1701
/server/net/az_xkernel/mach3/netipc/machripc_internal.h
cf85db67a2de955db98306b2e6e3bee5a2ffb070
[ "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-unknown-license-reference" ]
permissive
mmdriley/mach_us
a4495df68e2c623b2ac32346b4633ad9769dec7c
2bb26850b73ad9a71ed085a3bed68dc6e8c1e849
refs/heads/master
2020-04-09T11:45:26.955346
2018-12-04T08:17:33
2018-12-04T08:17:33
160,322,802
0
0
null
null
null
null
UTF-8
C
false
false
7,999
h
/* * * machripc_internal.h.c * * x-kernel v3.2 * * Copyright (c) 1993,1991,1990 Arizona Board of Regents * * * $Revision: 1.10 $ * $Date: 1993/02/03 20:18:50 $ */ /* * machr version for v3.2 by Hilarie Orman Fri Oct 25 14:51:08 1991 * initial working version Mon Mar 30 17:22:20 1992 * */ #include "hdr...
[ "mdriley@gmail.com" ]
mdriley@gmail.com
7ae2eecc686ae2a83d6d9b4edbfc62b08a865db1
943e62c9ce940621865061d10b10121e83bad352
/system/core/libion/ion.c
fbb3c26c9649bddcd616a6eb9bd9e8490af6cabf
[ "LicenseRef-scancode-unicode", "Apache-2.0" ]
permissive
10moons/10moons_rk3399
870c91f588cd06dbaa8de76719315233be658e07
00275b54ae53b749206ba755134752e2b14086a1
refs/heads/master
2020-03-21T20:13:22.755674
2018-07-02T08:47:40
2018-07-02T08:47:40
138,994,301
0
2
null
null
null
null
UTF-8
C
false
false
5,237
c
/* * ion.c * * Memory Allocator functions for ion * * Copyright 2011 Google, Inc * * 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/LICEN...
[ "zengds@10moons.com" ]
zengds@10moons.com
7f5e2eb47de181f7dd940627792ed64fe827aac8
f2db5b661e7aac4d19bd29c5e48d5f5d35677e50
/rtl8821ce/core/rtw_rm.c
e2d476f54cc1b4d8f24e6f4d2e71a98c88b8275b
[]
no_license
BlissRoms-x86/external_kernel-drivers
6b66f612578ce4c110d75722b10c43c2809d40f9
5fed5ef6deb7c8a160fd89b98ad8cdbd9174f75e
refs/heads/q10-05.11.20
2021-12-09T06:40:00.698150
2020-05-12T00:07:47
2020-05-12T00:07:47
167,071,686
2
6
null
2020-12-13T06:29:41
2019-01-22T21:40:17
C
UTF-8
C
false
false
58,304
c
/****************************************************************************** * * Copyright(c) 2007 - 2017 Realtek Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundat...
[ "electrikjesus@gmail.com" ]
electrikjesus@gmail.com
80ed4cc27d02a8f7b3f7663db51518abc0007cf1
41a8c1680d04eb9ac8328e08cac2613153ed8882
/Drivers/CMSIS/Include/cmsis_compiler.h
e0648d1d6f3575f8e67c43a263b41c48fb9a5aaf
[]
no_license
wykys/sw-pwm-stm32f0
5edc7ac68f50a4e170ae8b41adb4372d6801e824
5a8f9e11aad6af28fadc8ef04b7251d1ce3d77ce
refs/heads/master
2020-12-12T15:50:15.635112
2020-01-20T08:11:20
2020-01-20T08:11:20
234,165,457
0
0
null
null
null
null
UTF-8
C
false
false
7,592
h
/**************************************************************************//** * @file cmsis_compiler.h * @brief CMSIS compiler generic header file * @version V5.0.4 * @date 10. January 2018 ******************************************************************************/ /* * Copyright (c) 2009-2018 Arm L...
[ "john.vykydal@gmail.com" ]
john.vykydal@gmail.com
a2f9e1b1070aff4e99a306a857c6229a9b5c41d0
b72788fbb80e17d16d1481862814977d1bdbcb62
/src/SDK/include/ql_spi.h
004620fc12b079a15f76b63a41977cfea91972fc
[]
no_license
jamesguo/MT2503-1
1d76096019cbfaeff39f99096ee6bab49a0a01be
4e96d7cd69083f1a0fe9a9d593678d0a923be379
refs/heads/master
2023-06-20T03:29:31.150696
2021-07-18T11:15:44
2021-07-18T11:15:44
null
0
0
null
null
null
null
UTF-8
C
false
false
8,774
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...
[ "qitas@qitas.cn" ]
qitas@qitas.cn
d18367b407ef58a6c0f9dac919207e66ffa0f294
aecc438e764adcfdadbba971b0006b880ad652d0
/main.c
3a50e9849aa8aabdb306882af06547ff92127675
[]
no_license
nontachaiwebdev/beehivephuket
e5f33378d81ac687896daa6689be4e0da88823cc
f01d7f54a8fd8c2efba3899a3d4a9b449403b594
refs/heads/master
2016-09-05T13:15:56.336735
2015-08-29T08:08:41
2015-08-29T08:08:41
41,585,248
0
0
null
null
null
null
UTF-8
C
false
false
293
c
#include <stdio.h> int main() { char x[100]; //scanf("%s",x); int i=0,big=0,small=0; scanf("%s", x); while(x[i]!='\0') { if((x[i]>=65)&&(x[i]<=90)) { //printf("Big value!!!\n"); big++; } else small++; //count++; i++; } printf("Big is %d\nSmall is %d\n",big,small); }
[ "sutininter@hotmail.com" ]
sutininter@hotmail.com
e2b2232f76d2771beb9a84966c000be9288da138
678ac9884b797eeaddd4936855e00994a2b0ef92
/Smat Home Slave/Smat Home Slave/MCAL/DIO/DIO.c
baf84e454f8d7f8be64805172c8198fa0d725871
[]
no_license
AhmedMohamedHisham/Smart_Home
e255469f2d9c05326ce850b038581323a8387e71
c9d42f69882912232f929a653ecd572920014e68
refs/heads/main
2023-08-06T08:39:04.245637
2021-10-03T01:02:35
2021-10-03T01:02:35
411,465,723
0
0
null
null
null
null
UTF-8
C
false
false
1,756
c
/* * DIO.c * * Created: 9/25/2021 8:49:27 PM * Author: Ahmed Hisham */ #include "DIO.h" void set_dir (uint8_t port , uint8_t pin , uint8_t dir) { switch (dir) { case INPUT: switch(port) { case PORT_A: clr_bit(DDRA, pin); break; case PORT_B: clr_bit(DDRB, pin); break; case PORT_C: ...
[ "1700190@eng.asu.edu.eg" ]
1700190@eng.asu.edu.eg
1dc0ac7567c65b831caafcaf53bd85716f84f6fe
ebf5787bcef42583be47569c07e2e0100316753b
/src/shell.h
f5f0e111daef6d05cc86407b7ff4b4492a12ec4c
[]
no_license
PMARINA/CPE517-Lab2
a6445472a255ff6bc5d3f2ec91b4b91946d171c1
dabf930cf2f7965c5ef7d8972c917c17a35b87fb
refs/heads/main
2023-04-03T00:51:00.330213
2021-04-11T23:50:24
2021-04-11T23:50:24
351,939,488
0
0
null
null
null
null
UTF-8
C
false
false
1,533
h
/***************************************************************/ /* */ /* MIPS Instruction Level Simulator */ /* */ /* CMSC-22200 Computer Architecture ...
[ "bluerat33@gmail.com" ]
bluerat33@gmail.com
a0b224e4c089129ee9b2632b268f5c27976d2f93
d9b7675fd0f90e0b5ca8c081a0c22bdb214c366e
/STM32Cube_FW_L0_V1.10.0/Projects/STM32L073RZ-Nucleo/Examples/RCC/RCC_LSIConfig/Src/main.c
898c76fd8a35e642430a762c48bfad8fc657d00d
[ "BSD-2-Clause", "MIT" ]
permissive
voltirex/stm32cube-fw-l0-v110x
d546761ccac6e7664fe3a8eb5bb6c4054ea5f9e5
28c901d0c28bf22c0dbec70b340ffcd98356da57
refs/heads/master
2020-04-02T02:29:18.820876
2018-10-20T14:06:37
2018-10-20T14:06:37
153,907,920
0
0
null
null
null
null
UTF-8
C
false
false
9,089
c
/** ****************************************************************************** * @file RCC/RCC_LSIConfig/Src/main.c * @author MCD Application Team * @brief This example describes how to use the RCC HAL API to configure the * system clock (SYSCLK) and modify the clock settings on run ti...
[ "bmilanov@voltirex.com" ]
bmilanov@voltirex.com
6da7cec75762620f1040b226dee4e74aa1b32c25
86e81838f1c5a6d82601923a7f6183caa322c8ec
/Indian_Tales/Plugins/Wwise/Source/AkAudio/Classes/Platforms/AkPlatform_Windows/AkWindowsPlatform.h
8ddb7e120d3156c03e2425e40407823939cd57c2
[]
no_license
AmorHeitor/Indian_Tales
d1af852b7c86d4d460bb741ee05e834b331a032a
063a446c3d1a26ca9778487092d6dd73979b8460
refs/heads/master
2022-12-02T15:49:45.292198
2020-08-14T18:22:04
2020-08-14T18:22:04
286,623,660
2
0
null
null
null
null
UTF-8
C
false
false
562
h
#pragma once #if PLATFORM_WINDOWS #include "Platforms/AkPlatformBase.h" #include "AkWindowsInitializationSettings.h" #define TCHAR_TO_AK(Text) (const WIDECHAR*)(Text) using UAkInitializationSettings = UAkWindowsInitializationSettings; struct AKAUDIO_API FAkWindowsPlatform : FAkPlatformBase { static const UAkIniti...
[ "heitornescau@hotmail.com" ]
heitornescau@hotmail.com
3aa11ce19ccde418d165247e03c2fade22b97227
810a73bfda55808b74fd53672f5facfe0f9e0160
/project1/skip_up_list.c
a9a02742bd06b137d4a2ed7c102a0235c602458b
[]
no_license
alkosmas92/Systems-Programming.-
3c6498fb810aa5f5ed6a702926a8d039dffbcf13
ef04e141ff400145c9419a5c937477c48630ab96
refs/heads/main
2023-08-02T08:12:53.652787
2021-09-15T11:16:19
2021-09-15T11:16:19
406,715,329
1
0
null
null
null
null
UTF-8
C
false
false
218
c
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <math.h> #include <assert.h> #include <time.h> #include "skip_list.h" #include "types.h" // // search_if_vacinate( HList *H ,char * id){ // // }
[ "noreply@github.com" ]
alkosmas92.noreply@github.com
d4583f21bae03cf6661e97a0927f6de52d3fb36c
ac34cad5e20b8f46c0b0aa67df829f55ed90dcb6
/src/external/windows/include/python/moduleobject.h
cf0d54137214864b9fed487eb52399d7410f4dbf
[ "MIT" ]
permissive
sudo-logic/ballistica
fd3bf54a043717f874b71f4b2ccd551d61c65008
9aa73cd20941655e96b0e626017a7395ccb40062
refs/heads/master
2023-07-26T19:52:06.113981
2023-07-12T21:32:56
2023-07-12T21:37:46
262,056,617
0
0
null
null
null
null
UTF-8
C
false
false
2,469
h
/* Module object interface */ #ifndef Py_MODULEOBJECT_H #define Py_MODULEOBJECT_H #ifdef __cplusplus extern "C" { #endif PyAPI_DATA(PyTypeObject) PyModule_Type; #define PyModule_Check(op) PyObject_TypeCheck(op, &PyModule_Type) #define PyModule_CheckExact(op) Py_IS_TYPE(op, &PyModule_Type) #if !define...
[ "ericfroemling@gmail.com" ]
ericfroemling@gmail.com
3bea49d7a1a45b76df614968495275ecc4caa064
7955fcdaab3992cf3092a0b73bd30b644f0b01f0
/10-binary_tree_depth.c
e7295742a5b2b197843384ffb45468f3b76e2186
[]
no_license
AndresCH12/binary_trees
cf024cf4b7dc9ed3a0df4f9f9296940c171073a0
b1b47a9aaaac96fbcd34c4cbd51b5f470cd135e6
refs/heads/master
2022-01-04T14:59:22.725174
2020-03-14T01:59:29
2020-03-14T01:59:29
null
0
0
null
null
null
null
UTF-8
C
false
false
480
c
#include "binary_trees.h" /** * binary_tree_depth - function that measures the depth of a node in a binary *tree *@tree: is the binary tree *Return: the depth */ size_t binary_tree_depth(const binary_tree_t *tree) { int depth; if (tree == NULL) return (0); /* checks if tree exists and returns 0 if it does n...
[ "1103@holbertonschool.com" ]
1103@holbertonschool.com
71cb4aea878144fada2956561a81f3053f807619
da7af9956cf4f6220a6bb76c8a7b7f04fe87353e
/Lab_3/task_2.c
a47ddc43fd167441b00795ef6e66edf241269baf
[]
no_license
ThomasPoultney/C-CPP-Labs
f0e0b62d56364ba89f711315dc0f70008f5ab56e
c3cbd6926129a5baccc776fb00a79b016223eb29
refs/heads/main
2023-04-02T07:51:49.630332
2021-04-14T17:15:57
2021-04-14T17:15:57
357,984,734
0
0
null
null
null
null
UTF-8
C
false
false
1,768
c
#include <stdio.h> #include "constituency.h" int main (int argc, char* argv []) { //struct Constituency test; //construct_Constituency (&test ,"Swansea East",(unsigned int[]){1 , 2 , 3 , 4} , 4); //print_Constituency (&test); //printf("\n"); //destruct_Constituency(&test); const int num_constituencies = 5;...
[ "tompoultney@btinternet.com" ]
tompoultney@btinternet.com
5a90df7c5fc66d5de1bace378481b0b18f923c81
423ad39bbb2023e6aedcfd47224477cade9a9a99
/src/dungeon_stats.c
875a1b887015a9d49938b5310435a3915d175c46
[]
no_license
dkfans/keeperfx-stable
25de54e29d8fe60b57e12ead60de24864c748a69
6da84cd2e4de7ddb83c2e715c6751b14d6f61e82
refs/heads/master
2020-08-12T09:12:57.117894
2017-02-13T04:18:08
2017-02-13T04:18:08
41,061,347
36
11
null
2019-11-28T15:22:46
2015-08-19T21:47:19
C
UTF-8
C
false
false
11,789
c
/******************************************************************************/ // Free implementation of Bullfrog's Dungeon Keeper strategy game. /******************************************************************************/ /** @file dungeon_stats.c * Dungeons statistics handling. * @par Purpose: * Acqu...
[ "mefistotelis@gmail.com" ]
mefistotelis@gmail.com
a5b78b09dbe112adcf44a8a01a22355439ef1844
4dc3536eedd35ce7fdfe5c60a37bb75b53a219d4
/lib/slist/slist_remove.c
94f7d468828a0d90c4d29145a2108a464b7ee026
[]
no_license
rtzbyte/c-utils
352e5503148684d7613f1c50ea4571bb2be232ca
7eb40f88dd51dd798e2742e5556a9dfb3f7a5fa4
refs/heads/master
2022-12-03T20:43:13.739653
2020-08-24T23:30:18
2020-08-24T23:30:18
null
0
0
null
null
null
null
UTF-8
C
false
false
149
c
#include <stdlib.h> #include "../slist.h" slink* slist_remove(slink** p) { slink* ret = *p; *p = ret->next; ret->next = NULL; return ret; }
[ "roman.l.senn@gmail.com" ]
roman.l.senn@gmail.com
c9531f181616e3f043f08db96a71c7b98f46db8c
6ca8add6e831ca068cb023830e76d416f50d08a1
/STM32F030C8T6继电器闹钟/CODE/stm32f0xx_it.h
2e134009b2bfef23eb8967a1f0fbfcda9cf9dcad
[]
no_license
EmmyGCC/Learning_Module
f43816132971b0630fe31164f213f2cae1bab205
078ce56ee213d825b1c9342f476780a8c25a48ed
refs/heads/master
2023-08-02T17:43:59.090990
2023-07-21T11:40:47
2023-07-21T11:40:47
166,529,354
4
0
null
null
null
null
UTF-8
C
false
false
3,171
h
/** ****************************************************************************** * @file Demonstrations/Inc/stm32f0xx_it.h * @author MCD Application Team * @version V1.2.0 * @date 05-Dec-2014 * @brief This file contains the headers of the interrupt handlers. ***********************************...
[ "kangxin_1995@163.om" ]
kangxin_1995@163.om
8ea8a5380495382bd9823395491b52a2cf87fded
243af6f697c16c54af3613988ddaef62a2b29212
/firmware/uvc_controller/mbed-os/features/frameworks/nanostack-libservice/test/libService/unittest/stubs/platform_critical.c
6d83dbd3b1f7f625771fbe00725bb375ee0878ae
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "MIT" ]
permissive
davewhiiite/uvc
0020fcc99d279a70878baf7cdc5c02c19b08499a
fd45223097eed5a824294db975b3c74aa5f5cc8f
refs/heads/main
2023-05-29T10:18:08.520756
2021-06-12T13:06:40
2021-06-12T13:06:40
376,287,264
1
0
null
null
null
null
UTF-8
C
false
false
735
c
/* * Copyright (c) 2015 ARM Limited. All rights reserved. * SPDX-License-Identifier: Apache-2.0 * 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/LI...
[ "13125501+davewhiiite@users.noreply.github.com" ]
13125501+davewhiiite@users.noreply.github.com
1d5d6b03a1fbd38c617e7ec55c3f56343caf6b4b
46100f3b30a53ae67de024b5e75bf7cf02149cd6
/piscineCreloaded/ex21/ft_range.c
c3ad007136a9283980cd9c53b1ddcbc4e0392454
[]
no_license
cjulliar/home
c23dcb37c1b49cf8f82e06a93566998c2b363d4f
3674c66edf09002acfd4bd3a0a0e04665517d534
refs/heads/master
2021-01-21T11:19:24.358964
2019-07-12T00:31:40
2019-07-12T00:31:40
83,553,241
0
0
null
null
null
null
UTF-8
C
false
false
1,241
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_range.c :+: :+: :+: ...
[ "cjulliar@e1r5p22.42.fr" ]
cjulliar@e1r5p22.42.fr
801af7c1915510cc0023156cf485239163ac4b43
c425afb8bb6b182168fd4c3a46c9b334f4740e60
/d/heizhao/shanlu4.c
8ce1b8411f54350742d7f0a51e9a1a0ee20fe68c
[]
no_license
fluffos/nt7
ceef82b2465cf322549c7ece6ce757eaa8ec31ff
52727f5a4266b14f1796c2aa297ca645ca07282a
refs/heads/main
2023-06-17T10:07:33.000534
2021-07-15T11:15:05
2021-07-15T11:15:05
308,148,401
9
9
null
2021-06-28T14:11:57
2020-10-28T21:45:40
C
UTF-8
C
false
false
1,646
c
// Room: /heizhao/shanlu4.c // Date: Dec. 8 1999 by Lonely inherit ROOM; #include <ansi.h>; void create() { set("short", "密林矮树"); set("long", @LONG 黑森森的四下里都是树木,无法直行,林中小路东盘西曲,密 林中难辨方向,你树林之中来回奔行。这时你已知林中道路,乃是 由人工布置,这般时而向左,时而转右,有时更倒退斜走数步,似 乎越行越是迂回迢遥。 LONG ); set("outdoors", "heizhao"); set(...
[ "i@oiuv.cn" ]
i@oiuv.cn
740009ca3c3478038d97e660cd7fea4fe452e7c2
0d1f208ab703c9e74e429f0d16f64ba643b4614d
/expresso-cpp-bridge/espresso-src/sparse.h
c5be089bf053269967ad76bca7233f5528147fe7
[ "MIT" ]
permissive
BlueLightning42/expresso-logic-minimizer-cpp
bdb7cdd87d67d3ce3ec96fb5e8a21dff64947d5c
bb834d2b083241d30b2f6d4441375b8a82c7df4b
refs/heads/master
2023-02-02T01:13:22.361884
2020-12-22T18:33:07
2020-12-22T18:33:07
322,477,754
0
0
null
2020-12-18T03:48:58
2020-12-18T03:26:44
C
UTF-8
C
false
false
5,392
h
#ifndef SPARSE_H #define SPARSE_H #ifdef __cplusplus extern "C" { #endif /* * sparse.h -- sparse matrix package header file */ typedef struct sm_element_struct sm_element; typedef struct sm_row_struct sm_row; typedef struct sm_col_struct sm_col; typedef struct sm_matrix_struct sm_matrix; /* * sparse matrix el...
[ "jawg45@live.com" ]
jawg45@live.com
d38765abdba1d911ff523627be95a0be93488ae2
ac362bb8969d647cd219430bc71c831d894e531c
/sys/dev/ic/wd33c93.c
b669d6fa2b2c0efea0d8e82b3fd43b0335b92ad4
[]
no_license
noud/mouse-bsd-4.0.1
efb3b16fcc872ab227e6bb651cf1e836796a0804
4c0a1e08df407a759afac2d6a98507df94f5f814
refs/heads/master
2023-02-24T23:42:54.060718
2020-08-16T20:10:53
2020-08-16T20:10:53
334,536,412
0
0
null
null
null
null
UTF-8
C
false
false
60,034
c
/* $NetBSD: wd33c93.c,v 1.9 2006/10/01 22:02:55 bjh21 Exp $ */ /* * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Van Jacobson of Lawrence Berkeley Laboratory. * * Redistribution and use in source and bi...
[ "mouse@Rodents-Montreal.ORG" ]
mouse@Rodents-Montreal.ORG
b6c8d48ecbd299f19d44166b5613edffdc762985
8b06ec428600e7f4b36b1544b5b75cd2527b2e8e
/model/v1_event_list.c
6fa46e6324c7dbad44ea2a7e5eb50b722e17d95a
[ "curl", "Apache-2.0" ]
permissive
ityuhui/client-c
e875d0d33e4e4664a207b5c5198b3fa65cbaa97a
1d30380d7ba0fe9b5e97626e0f7507be4ce8f96d
refs/heads/master
2022-05-17T12:31:03.253587
2022-05-13T03:37:33
2022-05-13T03:37:33
215,933,099
0
0
null
null
null
null
UTF-8
C
false
false
4,088
c
#include <stdlib.h> #include <string.h> #include <stdio.h> #include "v1_event_list.h" v1_event_list_t *v1_event_list_create( char *apiVersion, list_t *items, char *kind, v1_list_meta_t *metadata ) { v1_event_list_t *v1_event_list_local_var = malloc(sizeof(v1_event_list_t)); if (!v1_event_lis...
[ "yuhuixa@cn.ibm.com" ]
yuhuixa@cn.ibm.com
a04f69917017e15112420c65f437ebade1aeea99
bf6306a19397b48de05ecff554592a6b8c37f304
/mainMcu/app/Src/BSP/BswDrv.h
d9b20bb6b4bd38fa36e18ae07919c1f9f6f9952f
[]
no_license
gqlong89/Embedded_U8
c9d0bd61a2a827d544dc40a0d16d36910235506c
bfcf9c3f20abf1c8adae3375f63573c160b4cbb9
refs/heads/master
2021-03-26T15:38:06.518701
2019-01-07T08:21:09
2019-01-07T08:21:09
null
0
0
null
null
null
null
UTF-8
C
false
false
78
h
#ifndef __BSWDRV_H__ #define __BSWDRV_H__ void BswDrv_Init(void); #endif
[ "1096299975@qq.com" ]
1096299975@qq.com
29f535ca530ac88d815d5c745e3a77a150c08476
f0fc99efd82e816cb815cec29d36fe848369f661
/source/hdtd/string.c
2d660492918255093f32e123bf8e7399daed8be3
[]
no_license
LeftHandCold/hdContents
6b9674db8e848e8010fbcd2e06d6cfa26678acb9
f4373a36a9af52b78eac4b5e5f3e78b751dfce43
refs/heads/master
2021-09-09T12:14:58.611049
2018-03-15T09:39:02
2018-03-15T09:39:02
118,404,315
8
0
null
null
null
null
UTF-8
C
false
false
4,248
c
#include "hdtd.h" char * hd_strsep(char **stringp, const char *delim) { char *ret = *stringp; if (!ret) return NULL; if ((*stringp = strpbrk(*stringp, delim)) != NULL) *((*stringp)++) = '\0'; return ret; } size_t hd_strlcpy(char *dst, const char *src, size_t siz) { register char *d = dst; ...
[ "411355481@qq.com" ]
411355481@qq.com
ea65e0876c55878e9df3a411907b86c8d89db6fa
248f9d022d678a8e12e84b9ed004d1f544b1962d
/lib_standard_app/write.c
90ec141c0e3462c7cfb97536db17e252f7d04faa
[ "Apache-2.0" ]
permissive
LedgerHQ/nanos-secure-sdk
09893a7ed38adb1d814bec75216f6dc137e212e8
12e5f6f875bf5deb9464b944f50079aaca1a3b98
refs/heads/master
2023-09-04T10:38:06.237940
2023-09-01T11:37:06
2023-09-01T11:37:06
64,407,069
102
69
Apache-2.0
2023-06-28T07:13:03
2016-07-28T15:30:40
C
UTF-8
C
false
false
2,500
c
/***************************************************************************** * (c) 2020 Ledger SAS. * * 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.or...
[ "xavier.chapron@ledger.fr" ]
xavier.chapron@ledger.fr
2321665465d18163478928657035f1be7f179512
ec22a328bb27e39c01e70ba03258c79230210368
/core/inc/eat_socket.h
141e56b5f8ce516377ba103723f4b0f0aa785765
[ "MIT" ]
permissive
dmsherazi/Liquid_level_Apparatus
71e9299c816e0c374e7f873de5b81c1ed7223f00
679a5d4025e0e0fa72620ec661ecaf88aa66af6c
refs/heads/master
2020-04-05T17:44:12.069631
2017-03-21T09:36:23
2017-03-21T09:36:23
157,073,347
1
0
MIT
2018-11-11T11:35:22
2018-11-11T11:35:22
null
UTF-8
C
false
false
36,548
h
/* * ===================================================================================== * * Filename: eat_socket.h * * Description: the head file of eat socket function * * Version: 1.0 * Created: 2013-12-12 14:49:24 * Revision: none * Compiler: gcc * * Au...
[ "530165864@qq.com" ]
530165864@qq.com
829c2f58b4018cb9e488beba6bbfefc7addc3409
7030bdc16a529c04ebacc9d18c5eff9251320ca9
/stable/ecos/packages/language/c/libc/string/current/tests/memmove2.c
1533de2337fad1b18d4fa0c62340644a408c6bcb
[]
no_license
pleasemarkdarkly/iomega_hipzip
cd770e6cf1b1e719098d5e33e810d897249c0f69
ee741ddf30d3f0875420384837ba8eb9581f5bf2
refs/heads/master
2021-05-24T18:53:04.662340
2020-04-07T08:22:21
2020-04-07T08:22:21
253,705,949
4
0
null
null
null
null
UTF-8
C
false
false
3,909
c
//================================================================= // // memmove2.c // // Testcase for C library memmove() // //================================================================= //####COPYRIGHTBEGIN#### // // ------...
[ "pleasemarkdarkly@gmail.com" ]
pleasemarkdarkly@gmail.com
66e21a3547463c9427d13cb8043b8468b54bc63f
ad84ce2d54e568ce2c6a948c670352c05a208209
/include/libsync/deques.h
e24e773ecbed96d78d7bef1429350854c7e998e5
[]
no_license
dkogler/hpx5-measurement-tests
428930f79425a0fd006296cc3caa9f4286d000b3
459327ba407194b5ee4871473da9d1670a016caf
refs/heads/master
2021-01-10T13:03:08.013983
2016-03-18T17:48:26
2016-03-18T17:48:26
51,091,391
1
0
null
null
null
null
UTF-8
C
false
false
2,531
h
// ============================================================================= // High Performance ParalleX Library (libhpx) // // Copyright (c) 2013-2016, Trustees of Indiana University, // All rights reserved. // // This software may be modified and distributed under the terms of the BSD // license. See the C...
[ "dkogler@cutter.crest.iu.edu" ]
dkogler@cutter.crest.iu.edu
d364da3c6d552b342b8bf43323ce994f4549b644
875d792140d4dbc32a1795f4e2b8c81a483322ee
/includes/libft/ft_memccpy.c
6230d67adbbe05f2c76957be003d6953288704d8
[]
no_license
OrkhanBV/Push_swap
8bd746f781b1cb91616a256219543fb15200bbe7
df66a156ccaf0512aa4ae9d6fbf62bd4ed910de0
refs/heads/master
2022-12-02T23:06:36.070368
2020-08-15T15:04:14
2020-08-15T15:04:14
287,768,594
0
0
null
null
null
null
UTF-8
C
false
false
1,329
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memccpy.c :+: :+: :+: ...
[ "jremarqu@student.21-school.ru" ]
jremarqu@student.21-school.ru
e8fad3d93fd49af4708e235464505a65c26dd739
8dc3158afb84b1e80cc49b90670fa3b8d3227a98
/homework01_heap.c
f0ea3d50d9004a587378b6305ea6ab4a80a0c85c
[]
no_license
ZoltanDalmadi/numerical-methods
7ee4beeeb7d6a5edff64a1d6ba67ad20ffb4d34b
a406222a1c5504334f6981e6db2d229b247609cb
refs/heads/master
2021-01-25T07:40:14.967047
2014-12-02T20:36:28
2014-12-02T20:36:28
25,461,784
0
0
null
null
null
null
UTF-8
C
false
false
3,913
c
#include <stdio.h> #include <stdlib.h> #include <math.h> typedef struct { int _rows; int _cols; double **_data; } MATRIX; typedef struct { int _items; double *_data; } VECTOR; MATRIX *createMatrix(int rows, int cols) { int i; MATRIX *m = (MATRIX *)malloc(sizeof(MATRIX)); m->_rows = rows; m->_cols =...
[ "dmz985@gmail.com" ]
dmz985@gmail.com
bcaf3fe5ab980f6787e046c06e01cc77034e269b
5bf0c348ccc0c089374e4daabbe4743c92113592
/semantic-analysis/system-test/additional-examples/c463b534c2af1015679a778648e4ca47/c463b534c2af1015679a778648e4ca47.c
a46791e8520c5f0bd1281fe48e4910d1dff49e9c
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
fgulan/p-p-j
dbef849541ef01809ee9b99f43adfd2c7a8f4f1a
cb66c0a3e51eaf4199fe590d8a6f06507d42a619
refs/heads/master
2021-01-17T09:03:34.873638
2016-01-31T14:27:57
2016-01-31T14:27:57
65,067,102
1
1
null
2016-08-06T05:42:14
2016-08-06T05:42:13
null
UTF-8
C
false
false
60
c
int main (void) { int a = 0; a = a+1jfngf; return 0; }
[ "jan.kelemen@fer.hr" ]
jan.kelemen@fer.hr
a2469a5eb1d9c10bf9685e0fed8697505f1b0683
04aa938c26b9ec5247b737573d7ba40538079e5c
/home_apps/lighting_control/lighting_control.c
b3b064cecf1237ee1e867e4bd6b1f608338afc03
[]
no_license
donhuanvn/Bthesis-code
35d9d5a07303a0fcc88bfc8646ef2cccd3ab86fb
79120f6ed84172939bdf3c32e6bdbfafe19df3cc
refs/heads/master
2020-04-05T11:16:57.138313
2019-05-20T12:22:25
2019-05-20T12:22:25
156,830,387
0
0
null
null
null
null
UTF-8
C
false
false
2,993
c
/** Do Ngoc Nhuan, 22/02/2019 * lighting control application that includes automatic mode, light sensor monitoring, light state forcing. */ #include "lighting_control.h" APP_TIMER_DEF(m_auto_timer_id); static auto_mode_config_t auto_mode_config; static lighting_control_info_t lighting_control_info; static lc_get_i...
[ "donhuanvn96@gmail.com" ]
donhuanvn96@gmail.com
9ac0686d69138eac2aa0be4a80d7d912ebc63944
a2f50cafe9a03b274a4419b9d5aa9ebf465a03ff
/Project/Sources/main.c
7deb4557a83f1e153c7f88521e4656d5190d33ba
[]
no_license
rayoz12/48434-Embedded-Software-Project
da066e04b64ce0c417b7800a6d7659d6a9577c97
73a0a893a432fcce28f9efdfb852b3f07f1b8159
refs/heads/master
2021-07-25T21:04:34.485065
2017-11-07T05:16:40
2017-11-07T05:16:40
108,078,710
1
0
null
null
null
null
UTF-8
C
false
false
11,092
c
/* ################################################################### ** Filename : main.c ** Project : Project ** Processor : MK70FN1M0VMJ12 ** Version : Driver 01.01 ** Compiler : GNU C Compiler ** Date/Time : 2015-07-20, 13:27, # CodeGen: 0 ** Abstract ...
[ "rayoz12@yahoo.com.au" ]
rayoz12@yahoo.com.au
bfb28f53b4ebaf3d7f8bb72f4fb3c36e7a6a213d
cbadd1f5c74fa0fa396212dcba7f734ed3d9c85b
/yoonsungwoo-c/download/ch 23/StructValAndFunction.c
5a12970226bad6eb82f114eb0d2eb32360322f35
[]
no_license
denishong/gongbu
a872e89763112393e9cdee9d4c8871ea92d8fa60
7a6e0b6bedc9548d2241b5e01daf25c481866bca
refs/heads/master
2023-07-10T19:00:34.221539
2023-06-24T05:46:10
2023-06-24T05:46:10
161,889,684
0
0
null
null
null
null
UTF-8
C
false
false
401
c
#include <stdio.h> typedef struct point { int xpos; int ypos; } Point; void ShowPosition(Point pos) { printf("[%d, %d] \n", pos.xpos, pos.ypos); } Point GetCurrentPosition(void) { Point cen; printf("Input current pos: "); scanf("%d %d", &cen.xpos, &cen.ypos); return cen; } int main(void)...
[ "0330sisy@naver.com" ]
0330sisy@naver.com
874109890b261111231c18f0ff27c0a153303a70
75b3996e8395c03b580da593702cc9459d49f6f5
/poly_driver.h
6cae47d8fe59d17b66db0dabe4ab981ba7811386
[ "MIT" ]
permissive
vamironov/polymem
6f0a7d123a9cc43fc149ccabce80bd86786979f2
bd8527b6990badd002e428a522332f3c6f3ef9b3
refs/heads/master
2021-05-22T16:55:36.646206
2020-04-12T22:01:44
2020-04-12T22:01:44
253,011,700
0
0
null
null
null
null
UTF-8
C
false
false
472
h
#include "util.h" void poly(const int n, VARR sum, const VARR x, const FLOAT_TYPE * restrict P); void do_test_rw(const int n, const size_t TSIZE, const FLOAT_TYPE * const restrict A, FLOAT_TYPE * const restrict B, const FLOAT_TYPE * const restrict P); void do_test_ro(const int n, const ...
[ "vladimir.a.mironov@gmail.com" ]
vladimir.a.mironov@gmail.com
2448d14e7d26870812ec355cd8f41019e57cf47b
0a0056f15d215ec6fe755f44fdb5da760c79b729
/modulo/2860618_AC_0.66SEC.c
29380b306566caf61d26ab83852198cd9d7ee7a0
[]
no_license
Podossiu/dovelet
1302d246d2cffda3977ad926c7d99e0a0d6c1c39
c36eeb0ee226af1aa08a39912dc1adf531633ef1
refs/heads/master
2023-06-02T00:03:59.393677
2021-06-23T09:09:25
2021-06-23T09:09:25
379,541,918
0
0
null
null
null
null
UTF-8
C
false
false
513
c
#include<stdio.h> #include<stdlib.h> #include<string.h> int main() { int arr[5] = {}, i,check = 0;; for (i = 0; i < 5; i++) { int a; scanf("%d", &a); if(a % 5 >= 0) { if(arr[a%5] != 0) { check = 1; } arr[a%5]++; }else{ ...
[ "ilena7440@naver.com" ]
ilena7440@naver.com
5809bbd75f60c874ad91b08985263ffd23bc39a8
8c97bc55c8c34c51a10e7213090061ec9a1d9604
/src/drivers/driver_osx_other.c
4f409f60169167792e6d2ae7942c10d4c657d911
[ "BSD-3-Clause" ]
permissive
MuntashirAkon/hostap_realtek_osx
15b573d06ee81f951bd0f764ef75bf8cd31edf25
abd2656e78d70c4a1504855c7d6cc7601a1b6fe2
refs/heads/master
2020-04-24T18:57:51.572817
2019-11-13T17:06:27
2019-11-13T17:06:27
172,197,057
6
1
null
null
null
null
UTF-8
C
false
false
23,951
c
#define Boolean Boolean2 #include <IOKit/IOKitLib.h> #undef Boolean #include "includes.h" #include <sys/types.h> #include "common.h" #include "driver.h" #include "driver_osx_other.h" #include <string.h> #include <mach/mach_port.h> #include <eloop.h> #include <wpa_debug.h> struct information_struct { unsigned int id...
[ "muntashir.islam96@gmail.com" ]
muntashir.islam96@gmail.com
075ad35239a6a9c738ab75f3c1f7a76a4f7c923a
2738a36bee52acae2e53b8617c38b2f886bf11d1
/rock/external/linux-adb/libcutils/cutils/properties.h
8d2a83441f780a8b49a0261d2c7210b8e7c47c92
[ "Apache-2.0", "MIT" ]
permissive
NovasomIndustries/Utils-2019.07
f5816ccbc61f57b478846874484460f9a6035e77
4a41062e0f50c1f97cb37df91457672ce386516d
refs/heads/master
2021-07-18T00:10:31.506640
2020-06-23T15:57:42
2020-06-23T15:57:42
182,413,350
2
0
null
null
null
null
UTF-8
C
false
false
2,793
h
/* * Copyright (C) 2006 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "novasomindustries@Deb9.Deb9" ]
novasomindustries@Deb9.Deb9
115069327ad1d6ebc10be7ffcfd12ad63e838433
dcef377249189b72a1e34f6b2bfc86771e5eafa7
/libft/libft/ft_strjoin.c
e30362fd4459afe5a6dbd15096f8cdca7a3d39f8
[]
no_license
zer0nim/lem_in
b3dc52e3db6d52391e2befbc51eb0fd9d4888acf
555dde18d25845b32e92f1e1d6d8f09a3042ac47
refs/heads/master
2021-04-27T18:29:09.747124
2018-05-08T14:41:38
2018-05-08T14:41:38
122,339,166
0
1
null
null
null
null
UTF-8
C
false
false
1,265
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strjoin.c :+: :+: :+: ...
[ "emarin@e1r13p8.42.fr" ]
emarin@e1r13p8.42.fr
82b507d890240e81703182517863f8657a50fa4a
a4cc03a687fec33fb986990cf053c1a04804b6f1
/allwinner/liballwinner_tina/liballwinner/LIBRARY/DEMUX/PARSER/base/CdxParser.c
b77e1d29b262a015e294431603cf698228b8e815
[]
no_license
lindenis-org/lindenis-v833-package
93768d5ab5c6af90e67bca2b4ed22552ab5d8ae8
220e01731729a86a0aac2a9f65e20a0176af4588
refs/heads/master
2023-05-11T22:20:40.949440
2021-05-26T09:42:15
2021-05-27T08:24:18
371,616,812
6
2
null
null
null
null
UTF-8
C
false
false
16,886
c
/* * Copyright (c) 2008-2016 Allwinner Technology Co. Ltd. * All rights reserved. * * File : CdxParser.c * Description : Parser base * History : * */ #include <CdxParser.h> #include <CdxLog.h> #include <CdxMemory.h> #include <CdxList.h> #include <CdxStream.h> #include <dlfcn.h> struct CdxParserNodeS { C...
[ "given@lindeni.com" ]
given@lindeni.com
efd9c70f4f886a0f70b9eee74e3be301a2c5f581
63127d0592cc3b406d85916934d674d8e1a2d62b
/component/test/checksum.h
d85e53e7f16762960695b39402550f5eabc6b0ca
[ "Apache-2.0" ]
permissive
cxmmeg/Framework_Open
26eefd27ed3515fc8cf4bb7d9afa0d5fa0cf98ce
6974dee1df13ee5e030aa599db8f4050cd038deb
refs/heads/master
2021-01-09T11:25:45.748840
2019-08-04T14:33:56
2019-08-04T14:33:56
null
0
0
null
null
null
null
UTF-8
C
false
false
5,539
h
/** ******************************************************************************* * Copyright (C) 2017 yearnext * * * * Licensed under the Apache License, Version 2.0 (the "License"); ...
[ "1668501573@qq.com" ]
1668501573@qq.com
b75459a4f2128464d6e5c139637b20359b3378a5
287d96d7030efdbcd5d263d63390c8323e37d0f0
/BK3266_AVS_SDK_V0.02_20190426/platform/bk/host/port/beken_driver/driver_saradc.h
389e576332c0b73df17fdf43193d033d38c0c66f
[]
no_license
zqxu8888/Sdk_Refresh
22c3bb5a2f596720deeb45576e7aee58d29e2979
aa0fc8f993bd0c2a6982bf0a95b3461ad7e7aa6d
refs/heads/master
2022-02-25T13:04:15.428090
2019-10-06T07:28:21
2019-10-06T07:28:21
null
0
0
null
null
null
null
UTF-8
C
false
false
2,179
h
#ifndef _DRIVER_SARADC_H_ #define _DRIVER_SARADC_H_ //#define SADC_DEBUG #ifdef SADC_DEBUG #define SADC_PRT os_printf #else #define SADC_PRT os_null_printf #endif //#define PATCH_DISCARD_FIRST_ADC_VALUE #define SARADC_CHARGER_THRESHOLD_COUNT 3 #define SARADC_MODE_SLEEP 0...
[ "294518096@163.com" ]
294518096@163.com
1472269375f3891c0de698deb524ed65e50958fe
05497e58ebdd17f9e3d3681314f672d88e45c761
/Balance_Car/Gesture.h
6ffc05705ec98f062102e10ead6c081490815b9d
[ "CC-BY-4.0" ]
permissive
bingcheng1998/Arduino
19d967d62a128d89aa748980128b4489f61c488b
ca6bb22d9e1348a4705840598eef952d263a2701
refs/heads/master
2020-03-08T02:24:13.272890
2018-09-08T03:30:58
2018-09-08T03:30:58
127,858,890
1
0
null
null
null
null
UTF-8
C
false
false
2,547
h
/**************************************************************** APDS-9930 ambient light and proximity sensor Davide Depau December 11, 2015 https://github.com/Davideddu/APDS9930 Shawn Hymel @ SparkFun Electronics October 28, 2014 https://github.com/sparkfun/APDS-9960_RGB_and_Gesture_Sensor Tests the proximity sensi...
[ "bingcheng1998@qq.com" ]
bingcheng1998@qq.com
fb6d3bd2ebcceeb5bbf12ff4aa39b9fa1c9f743f
c8f21c313be7358052544be097a0268ce63641eb
/Nrf52832_KeilMDK_FreeRTOS_v8.2.2_LED_Toggle/FreeRTOS_v8.2.2/queue.c
6cb991b7f2c94c113868671e547984b0d6558c5b
[]
no_license
viktor-isd/nRF52
a33ecc2c1ab358ab27c3b2861cd1b7ede761aa8e
0ad304f83330c83f58c9af79d41f4904c592581c
refs/heads/master
2021-05-30T07:32:55.237991
2015-12-19T13:07:01
2015-12-19T13:07:01
null
0
0
null
null
null
null
UTF-8
C
false
false
79,953
c
/* FreeRTOS V8.2.2 - Copyright (C) 2015 Real Time Engineers Ltd. All rights reserved VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION. This file is part of the FreeRTOS distribution. FreeRTOS is free software; you can redistribute it and/or modify it under the terms of...
[ "liuxuenetmail@gmail.com" ]
liuxuenetmail@gmail.com
519a870548a466e73eabb627ac92aa80e863f9ab
c591b56220405b715c1aaa08692023fca61f22d4
/Vishal/Milestone 14 (String)/basic/Duplicate character.c
6e4c6508ac1f725b69967a4a9a91d1a6053c7901
[]
no_license
Girl-Code-It/Beginner-CPP-Submissions
ea99a2bcf8377beecba811d813dafc2593ea0ad9
f6c80a2e08e2fe46b2af1164189272019759935b
refs/heads/master
2022-07-24T22:37:18.878256
2021-11-16T04:43:08
2021-11-16T04:43:08
263,825,293
37
105
null
2023-06-05T09:16:10
2020-05-14T05:39:40
C++
UTF-8
C
false
false
454
c
#include<stdio.h> #include<string.h> int main() { char a[1000]; int count[128]; printf("Enter string : "); gets(a); int len = strlen(a); for(int i=0; i<len; i++) count[a[i]]++; printf("\nDuplicate character are :\n"); for(int i=0; i<len; i++) { int cnt = 0; ...
[ "manvityagi770@gmail.com" ]
manvityagi770@gmail.com
171fe9f7d72086c091e50c4e95f3cb469857f3bb
61ff23ae86e6a4bc74b0893e7f3b9600416f9dd7
/mipt/acm.mipt.ru/012/012.c
1d5db7a96036a9e76ccc92236fb0a8e0dfe2cdc0
[]
no_license
sergia-ch/inf
ee99c560300310cfadac01ff95a2d42869efcf31
3c73d6efc9e1c107d720680f6e4865edbb6fb185
refs/heads/master
2023-01-30T18:08:52.866094
2020-12-07T19:13:24
2020-12-07T19:13:24
15,929,207
0
0
null
null
null
null
UTF-8
C
false
false
2,368
c
#include <stdio.h> #include <string.h> #include <stdlib.h> #define DMAX 1000 #define LMAX (20 + 1) #define TMAX 20 int arr[DMAX][DMAX]; int D, wordsUsed = 0, wordsCountUsed = 0; char words[DMAX][LMAX], dwords[DMAX][LMAX]; int visited[DMAX]; int time[DMAX], ctime; int findOrInsertWord(char word[LMAX], char words[DM...
[ "etoestja@yandex.ru" ]
etoestja@yandex.ru
74df63c96ff9a481a76552efa997694bc4387d12
3352d7b2d40e7867d5d9c44dd63d3df6fd225f28
/Avoidance/targetver.h
6a478472285151919d39d918c75893fa36dc597d
[]
no_license
JustATowel/Portfolio
800a27d2a377b2130f88480c5d326f78724c9bba
8454aac82d457008855121f1b8be86e9296e7559
refs/heads/master
2020-12-22T14:18:15.058397
2020-10-04T23:19:46
2020-10-04T23:19:46
236,818,295
0
0
null
null
null
null
UTF-8
C
false
false
314
h
#pragma once // Including SDKDDKVer.h defines the highest available Windows platform. // If you wish to build your application for a previous Windows platform, include WinSDKVer.h and // set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h. #include <SDKDDKVer.h>
[ "noreply@github.com" ]
JustATowel.noreply@github.com
01741e9f0aab8b0ac80111fe10b8cf8600bf3018
1a4ce70b8a6023292298208b00280ebeaec711e4
/bounding_box.c
238ea8f1a8440f8e87b90c2fc7634ae3784c242b
[ "MIT" ]
permissive
bigredwill/cs161
70d476a2305adb1687ddc1d6afecb63e3dc14ed0
c30604b33f076a35865cd8b02c56cab989ae9f50
refs/heads/master
2021-01-10T14:04:48.940580
2016-04-21T05:48:37
2016-04-21T05:48:37
51,967,169
0
0
null
null
null
null
UTF-8
C
false
false
987
c
/* Will Simons CS161 Assignment 3: Determine bounding boxes bounding_box.c Functions for modifying/creating/destroying BoundingBox structs ("objects") */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include "bounding_box.h" BoundingBox *BoundingBox_new() { BoundingBox *bb = (BoundingBox *) malloc(...
[ "bigredwill@gmail.com" ]
bigredwill@gmail.com
ca69e5a9405eb844a4ab14480e63ef4b207f39a5
d7b3721d3854f44827abe8ef318018cd0f2f252b
/Src/PTester/Regressions/TwoMachines/linker.h
ba8b42804fd792fd7e17ae0193c40d6b73584beb
[ "MIT" ]
permissive
kampee/P
bb8937d38cfe208f6957ab04cd4b2e03aeddf72b
9732d6460a3e0a387ea46d8045c3565faf58b708
refs/heads/master
2021-01-12T10:33:00.269519
2017-02-08T02:50:04
2017-02-08T02:50:04
81,354,577
1
0
null
2017-02-08T17:10:41
2017-02-08T17:10:41
null
UTF-8
C
false
false
1,266
h
#ifndef P_LINKER_H #define P_LINKER_H #include "PrtUser.h" #include "PrtExecution.h" #ifdef __cplusplus extern "C"{ #endif enum P_EVENTS { _P_EVENT_NULL = 0, _P_EVENT_HALT = 1, P_EVENT_Ping = 2, P_EVENT_Success = 3, P_EVENT_boolPayloadEvent = 4, P...
[ "ellab@microsoft.com" ]
ellab@microsoft.com
d738fb6a1ca87c6d42b85dad7fb70edad6fa90b3
afd398a030c24807a476c58dbd5aa439537dad71
/src/imtools/xim/ximfront.c
8001dfc3bf1bb65bae541a576b9ece40693e2851
[]
no_license
nickkaiser/imcat
12104ae571265029918fb9ef7dbc6d4fdd23d4ff
c7c15bc3f36c377b11bbdf868cc556835dbffe85
refs/heads/main
2023-01-23T08:54:44.010489
2020-11-19T17:32:30
2020-11-19T17:32:30
314,297,744
1
0
null
null
null
null
UTF-8
C
false
false
10,784
c
/* * ximfront.c * * creates the X-image-viewer application. * This interface realised with Athena widgets. * */ #include <stdio.h> #include <stdlib.h> #include <math.h> #include <limits.h> #include <X11/Xlib.h> #include <X11/Intrinsic.h> #include <X11/StringDefs.h> #include <X11/Shell.h> #include <X11/cursorf...
[ "kaiser@Nicks-MacBook.local" ]
kaiser@Nicks-MacBook.local
0cbd3fa55a989b01cf998894645205d8ac1102b7
ac04f9050cfe2d283fae545c5ef5e17364c25ca4
/third_party/SDL/src/thread/generic/SDL_syscond.c
97c5b8797f66c715d4ea7501388b5ff1c67b642b
[ "Zlib" ]
permissive
cnsuhao/FreeGameEngine
9c0365c0d75c7757c441737ff577186173adaa97
7bdc3daf6aecacb9a851ec635824867cd0b5a2a7
refs/heads/master
2021-07-07T10:39:10.553300
2017-10-05T06:28:52
2017-10-05T06:28:52
null
0
0
null
null
null
null
UTF-8
C
false
false
6,249
c
/* Simple DirectMedia Layer Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this...
[ "you_lan_hai@foxmail.com" ]
you_lan_hai@foxmail.com
81970e21b8f32da0be4a849609c27bdf4ba13358
16897b31f2c3ce7b8115ebee408cedac130a242b
/spa/plugins/audioconvert/channelmix-ops.h
ceec0693811af969d8af59d38632eb140c385572
[ "MIT" ]
permissive
dewiweb/pipewire
00bf007ebf1edc2de6d771640e566b1ba6c17772
6e30e71aff1788c921b0ed01123a5d1ac43ff78f
refs/heads/master
2020-09-13T19:29:56.140826
2020-04-02T09:20:21
2020-04-02T09:20:21
222,882,341
0
0
NOASSERTION
2020-04-02T09:20:22
2019-11-20T07:59:33
null
UTF-8
C
false
false
3,681
h
/* Spa * * Copyright © 2018 Wim Taymans * * 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, pu...
[ "wtaymans@redhat.com" ]
wtaymans@redhat.com
b10eff0ded243f4b1038cdd8277ba965eef19650
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/sdktools/xerox/group.c
244c7dd2f81f257a6c9949a68ed681390d52da1f
[]
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
9,731
c
#include "xerox.h" #include "group.h" PGROUP pGroups = NULL; LPSTR pszCurrentGroup = NULL; /* * Adds the names of all defined groups to the listbox/combo box given. * * Returns TRUE if success and there are >0 groups defined. */ BOOL GroupListInit( HWND hwnd, BOOL fIsCB) { UINT addStringMsg = LB_ADDSTRING; ...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
2b739bbc7fcb9a3ab1bb55fe30dffca8103a24a6
66349feb415a96f69da41228aec989a9e6aa3b27
/0x02-functions_nested_loops/2-print_alphabet_x10.c
31b58fd3061cecbe9b21bb8da0fb381cd1646756
[]
no_license
Danielo814/holbertonschool-low_level_programming
27b5d4887fbd09a6b51589806a84309a727b4f49
9c501fcaced5b8e2a2e32a1ede32006abbee5740
refs/heads/master
2019-07-10T02:13:52.513205
2019-01-25T04:14:17
2019-01-25T04:14:17
103,449,830
0
1
null
null
null
null
UTF-8
C
false
false
340
c
#include "holberton.h" /** * print_alphabet_x10 - prints alphabet 10 times in losercase * * Description: uses nested loops to print alphabet on new lines * Return: void */ void print_alphabet_x10(void) { int i, j; i = 0; while (i < 10) { j = 'a'; while (j <= 'z') { _putchar(j); j++; } _putchar...
[ "211@holbertonschool.com" ]
211@holbertonschool.com
925b52c8cf11b272cc19a2871dc4d66af91fcdcd
dd80a584130ef1a0333429ba76c1cee0eb40df73
/external/dropbear/libtomcrypt/src/modes/cfb/cfb_setiv.c
efb848bfeb8b1c5ad5fbefb13245ec8b999db21b
[ "SSH-short", "BSD-3-Clause", "MIT", "LicenseRef-scancode-public-domain" ]
permissive
karunmatharu/Android-4.4-Pay-by-Data
466f4e169ede13c5835424c78e8c30ce58f885c1
fcb778e92d4aad525ef7a995660580f948d40bc9
refs/heads/master
2021-03-24T13:33:01.721868
2017-02-18T17:48:49
2017-02-18T17:48:49
81,847,777
0
2
MIT
2020-03-09T00:02:12
2017-02-13T16:47:00
null
UTF-8
C
false
false
1,231
c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The library is free for all purposes without any express * guarantee it works. * * Tom St Denis, tomstdenis@gmail.com, http://l...
[ "karun.matharu@gmail.com" ]
karun.matharu@gmail.com
bf17ed00696b43d084c2c55dad27aae9c344d85d
53671ace609d3fa40380e42ac1b959a8f123f526
/RNC_21569/src/RNC_21569.c
dbca370e4c10aadf4552bf5eb782305ca6825e2a
[]
no_license
Brisonus19012/RNC-21569
2a2d83def343bbee9d1247d23067ffeda2486798
3aa2a9e61550e650af76487510454d74f5d05be5
refs/heads/master
2021-03-17T05:40:58.614930
2020-03-26T06:03:59
2020-03-26T06:03:59
246,966,531
2
1
null
null
null
null
UTF-8
C
false
false
3,006
c
/********************************************************************************* Copyright(c) 2019 Analog Devices, Inc. All Rights Reserved. This software is proprietary and confidential. By using this software you agree to the terms of the associated Analog Devices License Agreement. ****************************...
[ "lumingyue@brisonus.com" ]
lumingyue@brisonus.com
78ab2fb67a1ce812261cab4187b8bbe84c7b0f0c
e51d009c6c6a1633c2c11ea4e89f289ea294ec7e
/xr2-dsgn/sources/opcode/library_linkage.h
5ddf1d179e36af07a7b99a14a54f73d270d6cff7
[]
no_license
avmal0-Cor/xr2-dsgn
a0c726a4d54a2ac8147a36549bc79620fead0090
14e9203ee26be7a3cb5ca5da7056ecb53c558c72
refs/heads/master
2023-07-03T02:05:00.566892
2021-08-06T03:10:53
2021-08-06T03:10:53
389,939,196
3
2
null
null
null
null
UTF-8
C
false
false
559
h
//////////////////////////////////////////////////////////////////////////// // Module : library_linkage.h // Created : 20.11.2008 // Modified : 20.11.2008 // Author : Dmitriy Iassenev // Description : collision library linkage //////////////////////////////////////////////////////////////////////////// #ifndef ...
[ "youalexandrov@icloud.com" ]
youalexandrov@icloud.com
1c5dca9b3e8e0c5af1e54b68e8cbb738e60313d2
5fe227a21582260c313b5f797b8d80d971082f4f
/20_rot_matrix/rotate.c
293676490f7a5398b0e8b39cf7d1ce46995e6d65
[]
no_license
devanshuchauhan2020/c-programming
ee9d4279c447fc9ea6b0220a63a8276ddb7da7c7
1f763446a070ccad8671bf7aa60bdc8c98a9ae32
refs/heads/master
2023-01-19T02:47:09.634574
2020-11-30T17:41:22
2020-11-30T17:41:22
316,189,300
1
0
null
null
null
null
UTF-8
C
false
false
420
c
#include<stdio.h> void rotate(char matrix[10][10]){ for (int i = 0; i < 10 ; i++) { for (int j = i; j < 10; j++) { char temp =matrix[i][j]; matrix[i][j]=matrix[j][i]; matrix[j][i]=temp; } } for (int i = 0; i < 10 ; i++) { for (int j = 0; j < 5; j++) { char temp =matr...
[ "nobody@nowhere.nul" ]
nobody@nowhere.nul
ede554bd805fee302b62806176c96e31137e1230
0132f72ce46a68c031ef374eebdc4f44daad52b9
/CallingScheme/250MeV 10E6/CallP_KE.C
dd52e49433414341a540061119c76de827102af4
[]
no_license
af-emmanuel/nuc-nuc-and-carbontherapy
2d642659198276b966f14e987721e25c0b8c5cac
af3ebb85701f732f1c414c25ad78072290b8fa62
refs/heads/master
2020-07-04T15:35:36.028207
2019-08-29T16:47:52
2019-08-29T16:47:52
202,326,068
0
0
null
null
null
null
UTF-8
C
false
false
3,780
c
#include "TFile.h" #include "TH1F.h" #include "TProfile.h" #include "TString.h" #include <stdio.h> #include <stdlib.h> #include <fstream> #include <iostream> using namespace std; void CallP_KE () { TString particleType [15]{"null","H","He", "Li", "Be", "B", "C", ...
[ "noreply@github.com" ]
af-emmanuel.noreply@github.com
4b6cb009896a319988c43fe5ce34078ddf6cdb0c
25d3c2b1b184a3e427409baf280a3eaa2ea21fb9
/gnl42/libft/ft_bzero.c
9f40b900463e2534ccb92f523166c6e3ca45f97d
[]
no_license
Gseropia42/42projects
8694037472873ac91451238ee6cd42151d6a8cc2
04e25c8bd392a25bae9bd75180a875932d85376e
refs/heads/master
2021-01-21T09:34:16.069637
2016-05-23T10:00:52
2016-05-23T10:00:52
48,365,632
0
0
null
null
null
null
UTF-8
C
false
false
973
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_bzero.c :+: :+: :+: ...
[ "gseropia@e3r10p4.42.fr" ]
gseropia@e3r10p4.42.fr
320840332017fa5d48e284feacb117d1f10ffa53
244e826f3a33b56e1c13c0ea7f869c6a9cb85f09
/Mqtt_Pub_Sub/Src/uart.c
8428e0b5dbe9c307400f51d5fbc91742200a330e
[]
no_license
fedepacher/CESE_PCSE
cee7906c9c7503cd059a5a58860cc1137e3f0aa5
9f1e7b11605f021d86796d327c45325dc23289b9
refs/heads/master
2022-11-07T20:44:23.564079
2020-06-18T01:07:51
2020-06-18T01:07:51
261,741,401
0
0
null
null
null
null
UTF-8
C
false
false
2,690
c
/* * esp8266_io.c * * Created on: May 21, 2020 * Author: fedepacher */ #include "uart.h" #include <stdio.h> #include <string.h> #include "cmsis_os.h" #include "semphr.h" #include "ESP_Client.h" #include "led.h" /* Extern variables -------------------------------------------------------------*/ extern UART_...
[ "fede_pacher@hotmail.com" ]
fede_pacher@hotmail.com
5f75a6ea6c1dd4ad209dd38ae15bb807a0c3d1e2
9b650940b3baac49ce54e9225b4091a508650499
/SomaElementosLista.c
0806f9cdd2a958e470e6dbe2971cfb42ab5d49f8
[]
no_license
JoseCarlosDeJesus/Listas-Estrutura-de-Dados
fb2ec5ceb849a3bee1509ada862daba5a8490004
3409a52b8ffd715a2573394435fe84db28d7c1e0
refs/heads/main
2023-09-02T21:36:16.384064
2021-11-10T14:30:35
2021-11-10T14:30:35
426,650,114
0
0
null
null
null
null
UTF-8
C
false
false
294
c
#include<stdio.h> #include<stdlib.h> struct lista{ int info; struct lista *prox; }; typedef struct lista Lista; float soma_lista(Lista* a){ Lista*p; int soma=0; for(p=a;p!=NULL;p=p->prox){ soma=soma+(p->info); } return soma; }
[ "noreply@github.com" ]
JoseCarlosDeJesus.noreply@github.com
9301e7dae774e6850642bcbd47e9239845a4f0b9
8c3b4235efc308e4682d577722d2b1a15a87868a
/Apps/nuone/InState.h
01fdf9fd52ceaf839f1ab16e4e34dd600b284b3e
[]
no_license
robbie-cao/trumpet
b0e49793636d4c83a45ac9d2aff075b54428e348
9b26ac9cc43149ac312ba5a8a60a70bf0bf93f08
refs/heads/master
2020-12-24T12:41:21.057686
2016-11-12T12:40:30
2016-11-12T12:41:45
72,958,458
6
7
null
null
null
null
UTF-8
C
false
false
848
h
/*------------------------------------------------------------------------------------------------*/ /* */ /* Copyright(c) Nuvoton Technology Corp. All rights reserved. */ /* ...
[ "robbie.cao@gmail.com" ]
robbie.cao@gmail.com