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
d11247b0da20cd50947666167ccd412fac531dee
48b8148e984ffaa982c86329ffd22b075d59127e
/Pods/Headers/Private/TapTalk/TAPImageView.h
3a2430b592527843011eb5f26b65573f714be683
[ "MIT" ]
permissive
taptalk-io/taptalk.io-omnichannel-ios
534f6c9661622dd59eaa4a267688ab5c7b82c6d3
4650133d63e8078c52ca43f11e06cfd2629e483c
refs/heads/master
2022-07-29T04:09:14.156735
2022-07-05T04:24:17
2022-07-05T04:24:17
237,434,210
0
2
MIT
2021-02-01T04:18:13
2020-01-31T13:20:13
Objective-C
UTF-8
C
false
false
50
h
../../../TapTalk/TapTalk/Components/TAPImageView.h
[ "kevin@taptalk.io" ]
kevin@taptalk.io
c7c080546d3eed551f1484c9a72ea5bf4c884be1
cff4e613a2435b607bd49e4192dc84985efe4f54
/Tek1/Piscine-C/colles/Piscine-C-colles-Semaine_02/subject1/my_strlen.c
355e5e8000487a5ac413ac84b3d199ece290fd89
[ "MIT" ]
permissive
LucasHofferBerlin/Epitech-Bundle
3f082894f5970744d8edbeaa0e958bd4b8557e3d
e4395961bb86bf494e3c84ab44c27b5a9afc6c6c
refs/heads/master
2022-12-28T04:37:21.082167
2020-10-10T11:02:50
2020-10-10T11:02:50
null
0
0
null
null
null
null
UTF-8
C
false
false
439
c
/* ** my_strlen.c for libmy in /home/pereni_j/libmy/src ** ** Made by joseph pereniguez ** Login <pereni_j@epitech.net> ** ** Started on Tue Jun 16 10:37:49 2015 joseph pereniguez ** Last update Tue Jun 16 16:27:48 2015 joseph pereniguez */ #include "my.h" int my_strlen(const char *str) { int length; ...
[ "pereniguez.joseph@hotmail.fr" ]
pereniguez.joseph@hotmail.fr
a74a2ccdc2508b81d65f6e08b00786caaf7f8a4e
d743178a58b323045d87a4a6795741eb3df9c8a4
/2018101042_assgn2/read_command.c
e6a7f9539b69694f370b4ac8e61ac1f93b13fd85
[]
no_license
arathyrose/shell-c
c88e63bd671dee697915172109ccaa8540dedda8
67afdd97c7d30ebd23534040b62e25c003ec2ae8
refs/heads/master
2020-08-31T05:14:56.792057
2020-06-01T10:27:02
2020-06-01T10:27:02
218,601,147
0
0
null
null
null
null
UTF-8
C
false
false
1,292
c
/** * This function reads a line(ending with EOL or '\n') from the command prompt, and removes all leading and trailing spaces(' ' '\v' and '\t') and consecutive white spaces too * TODO: except inside the quotes */ #include "shell.h" int iswhitespace(char ch) { if (ch == ' ' || ch == '\v' || ch == '\t') ...
[ "arathyrose2000@gmail.com" ]
arathyrose2000@gmail.com
48f572c1c4f9ac1f30d2d81769601cdc31829993
a31ec54b419e44635afa412274464ce15891b2cf
/libft/ft_printf/srcs/ft_specifiers.c
95c48f273b4aba63c639ba5b1e2cad69c873815d
[]
no_license
Vilicee/binary_to_text
4c0ee3c331d2dd9708431e20179b40451c757ecb
0b0b6f8b185fcebd1301864746fe2c74860896f9
refs/heads/main
2023-09-03T17:26:04.676510
2021-10-07T09:41:13
2021-10-07T09:41:13
null
0
0
null
null
null
null
UTF-8
C
false
false
1,459
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_specifiers.c :+: :+: :+: ...
[ "wvaara@student.hive.fi" ]
wvaara@student.hive.fi
520d606c1d0946e2dac0dafd43e88672bd64f652
97d8db1aa8a3eb0825ec7547bb2c59b5d3a8c430
/IntroductoryProblems/IncreasingArray.c
56fd247ff2ae1e49439f4f4cd39358a8fb74f1c9
[]
no_license
YunRongLi/CSES_Problems
6c7045e9000c647c2d32f6f657010cf61d85e026
e9d461506a8e51c23eda357cb1d9371a2d12a216
refs/heads/master
2022-11-11T08:52:46.736936
2020-06-18T08:14:21
2020-06-18T08:14:21
null
0
0
null
null
null
null
UTF-8
C
false
false
674
c
#include <stdio.h> #include <ctype.h> #include <stdlib.h> int main(void){ unsigned long long contain = 0; unsigned long long *arr = NULL; scanf("%llu", &contain); arr = (unsigned long long*)malloc(contain*sizeof(unsigned long long)); for(unsigned long long i = 0; i < contain; i++){ scanf("%llu", &arr[i]); }...
[ "martian491@gmail.com" ]
martian491@gmail.com
1541e77b3b07f7051124f43c8fafabad2b4e05ae
99404c257b25f796ddb043b2abcf67f855175de7
/bttlb8vd1.c
0f1ce1913a9bb3f98bead2fbb6799ff390076f5c
[]
no_license
Tuegtgt11/c-program
641a49ee6ea2214806b055d0ba1e6b31d704518e
499c6d1d55c32f8b244374cfe5052bd4c1898c5e
refs/heads/master
2023-01-07T11:23:56.359379
2020-11-10T04:32:42
2020-11-10T04:32:42
306,552,208
0
0
null
null
null
null
UTF-8
C
false
false
219
c
#include<stdio.h> int main() { int x,y; printf("\n Nhap x:"); scanf("%d",&x); printf("\n Nhap y:"); scanf("%d",&y); if(x<2000 || x>3000) printf("\n x=%d",x); if(y>=100&&y<500) printf("\n y=%d",y); return 0; }
[ "73330581+Tuegtgt11@users.noreply.github.com" ]
73330581+Tuegtgt11@users.noreply.github.com
3a62f4914c1cd47843a9880c6fbd312f64f938b0
78f841205410bcdf97659c23a8ebb85f4f73703f
/src/data1.c
782f7c5b4f3ac80d5de90e1c3f1d7637bfc3615a
[]
no_license
scmc9455/ecen5813_project_4
d49c3490f216d09af45a1de13863a67cd6353f19
71272574424ced0d871533894649e4f0381e51ab
refs/heads/master
2020-03-10T23:37:12.978851
2018-05-02T04:58:43
2018-05-02T04:58:43
129,644,663
0
0
null
null
null
null
UTF-8
C
false
false
8,765
c
/********************************************************************************************* @file - data.c @brief - data.c file is the source file for the data conversion functions This file is the source for the data.c file and includes the functions 1. print_cstd_type_sizes() 2. print_stdint_type_sizes() ...
[ "scmc9455@colorado.edu" ]
scmc9455@colorado.edu
a782069d9df6bf4c661237cb81db846a232ff10a
00c0cc23fcb096b9286213207501b58288e45509
/sr_protocol.h
01a717434e6bb752d2419722a27050276b70a105
[]
no_license
apurvagoenka/simple-router
d9a0434120186f39fee95748e64a2b44d57c4ae9
712505feea465331f62ee9d54529ba153f4cd4a3
refs/heads/master
2022-12-19T13:21:25.653488
2020-09-22T09:24:59
2020-09-22T09:24:59
297,596,863
0
0
null
null
null
null
UTF-8
C
false
false
5,267
h
/* * Copyright (c) 1998, 1999, 2000 Mike D. Schiffman <mike@infonexus.com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copy...
[ "apurvagoenka98@gmail.com" ]
apurvagoenka98@gmail.com
3f32be5c637e324d4b0f8abe3b3033dcdb723744
cb8c337a790b62905ad3b30f7891a4dff0ae7b6d
/st-ericsson/access_services/sim/sim/uiccd/src/uicc_file_plmn_read_handler.c
701d7f1e8a715b0c668ade92de7b62e420d736f8
[]
no_license
CustomROMs/android_vendor
67a2a096bfaa805d47e7d72b0c7a0d7e4830fa31
295e660547846f90ac7ebe42a952e613dbe1b2c3
refs/heads/master
2020-04-27T15:01:52.612258
2019-03-11T13:26:23
2019-03-12T11:23:02
174,429,381
1
0
null
null
null
null
UTF-8
C
false
false
7,428
c
/* * Copyright (C) ST-Ericsson SA 2011. All rights reserved. * This code is ST-Ericsson proprietary and confidential. * Any use of the code for whatever purpose is subject to * specific written permission of ST-Ericsson SA. */ #include <stdio.h> #include <stdint.h> #include <assert.h> #include "sim_internal.h" #i...
[ "xiangxin19960319@gmail.com" ]
xiangxin19960319@gmail.com
73720309d82170d11c575067d267e226050f8fad
6c6a75ae1637e3a9a76613e82bb3c849a1910368
/Weather Sensor/AVR-IOT_HTTP/Demo.X/mcc_generated_files/led.c
8f9611df5de2b0bfd8b0ee2d6ee9fc860e159907
[]
no_license
BrendanTB5/CloudConnectedClassroom
70f9e3d468f0e047ded0810090ee97c45dfc685a
1ff986a20f95cc491d58a1099946b7e2adb8908e
refs/heads/master
2023-04-26T07:36:04.317509
2021-05-26T17:57:00
2021-05-26T17:57:00
242,887,082
0
0
null
2021-05-26T17:57:01
2020-02-25T02:03:17
C
UTF-8
C
false
false
4,310
c
/* \file led.c \brief Manage board LED's (c) 2018 Microchip Technology Inc. and its subsidiaries. Subject to your compliance with these terms, you may use Microchip software and any derivatives exclusively with Microchip products. It is your responsibility to comply with third party ...
[ "mulholbn@rose-hulman.edu" ]
mulholbn@rose-hulman.edu
35a0f740166f0dc8feaa82d79c3a2a8ca5869ab7
2b46746191b725f53d5d9ace994674de1e3d12e4
/2020-lab-2-Data-Structures/programs/pair_sum/pair_sum.c
a0933272d14d7b78afa02735b9d76f136b3a56f7
[ "MIT" ]
permissive
tech-gian/2020-Spring-Data-Structures
c658652ce425f332e0043edf0dea865f4897fa0a
261d28e8c6c1dd1f5b1e28f049a360465c5ebcea
refs/heads/main
2023-03-04T09:05:57.634220
2021-02-13T08:10:53
2021-02-13T08:10:53
338,301,934
0
0
null
null
null
null
UTF-8
C
false
false
632
c
#include <stdlib.h> #include "pair_sum.h" Pair pair_sum(int target, Vector numbers) { // Προς υλοποίηση Pair pair = malloc(sizeof(struct pair)); //αναζήτηση του a και του b στον vector //ώστε να έχουν άθροισμα ίσο με target for (int i=0 ; i<vector_size(numbers) ; i++) { for (int j=i ; j<vector_size(numbers); j+...
[ "sdi1900059@di.uoa.gr" ]
sdi1900059@di.uoa.gr
b79f8234ab8c4f24dc32fc44798ed6d82b974c27
5c255f911786e984286b1f7a4e6091a68419d049
/code/197acb5a-7d07-4521-a136-303face14990.c
d7bbbba66cade9f2b0934bcbe99cacc4fa63f0c0
[]
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
241
c
#include <stdio.h> int main() { int i=0; int j=14; int k; int l; j = 53; l = 64; k = i/j; l = l/j; l = i/j; l = i%j; l = l-j; k = k-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
2818ddf4acc1216b01092ced277425f3d76347c3
af79492c6999077f88b820185ecd4eb82c355c9a
/ZQ2NuPt2_fullrange/data_PbD_D/rspic/hM1_53.C
f22a6f3f1c8580bba861223f8da2d55e895be0a6
[]
no_license
orsosa/Eg2_ana
f8d20c0a4c3c0a2e725a24fa84518b552dde31e3
f49ee1384f54365c0b293656386635b111c54ae0
refs/heads/master
2020-07-01T09:30:30.162135
2018-11-05T15:08:42
2018-11-05T15:08:42
74,095,684
0
0
null
null
null
null
UTF-8
C
false
false
8,496
c
{ //=========Macro generated from canvas: c/The canvas //========= (Tue Apr 11 11:57:16 2017) by ROOT version5.34/19 TCanvas *c = new TCanvas("c", "The canvas",1,1,800,576); gStyle->SetOptFit(1); c->SetHighLightColor(2); c->Range(-0.08024,-12.64297,0.350906,113.7867); c->SetBorderSize(2); c->SetFrame...
[ "oj.5070@gmail.com" ]
oj.5070@gmail.com
2cb1753d39e1e0cdb56e8e30ffc1601663bde69f
06143f64ec3ee9315e9bc76ac2e2e84057c68444
/bionic/libc/string/strtok.c
88576d1a65838d34922321beba7e446abbe5bc53
[ "Martin-Birgmeier", "LicenseRef-scancode-other-permissive", "ISC", "LicenseRef-scancode-warranty-disclaimer", "SunPro", "LicenseRef-scancode-ibm-dhcp", "CMU-Mach", "BSD-2-Clause", "BSD-3-Clause", "HPND" ]
permissive
fortek/Fly_IQ_245
88d2b9ab663a3fbb4e08b8054cc2cdfe76f399e4
302cff43977db442f47459f33be4cb41a94ce0cb
refs/heads/master
2021-01-19T17:44:15.790003
2013-05-22T11:16:03
2013-05-22T11:16:03
null
0
0
null
null
null
null
UTF-8
C
false
false
4,550
c
/* Copyright Statement: * * This software/firmware and related documentation ("MediaTek Software") are * protected under relevant copyright laws. The information contained herein is * confidential and proprietary to MediaTek Inc. and/or its licensors. Without * the prior written permission of MediaTek inc. and...
[ "emfortronec@gmail.com/em" ]
emfortronec@gmail.com/em
d1aae755204410b0e7e78603950d3e60e4234aa3
0e899236331a91566d458789aad29aa2d9b61767
/src/window.h
cb36e470f6eeb0362475f376338cfd25dc31fbc6
[]
no_license
clehner/Browsy
a5b4509c1cd25bcc00e45018c4a60884f10ca286
5c3241acd781c0555d02ed329297cb83d66bf9c2
refs/heads/master
2020-05-30T13:26:42.902192
2014-11-14T18:45:07
2014-11-14T18:46:09
22,199,236
37
1
null
null
null
null
UTF-8
C
false
false
1,514
h
#ifndef _WINDOW_H #define _WINDOW_H #include <MacWindows.h> #include <TextEdit.h> #include <Controls.h> #include "document.h" #include "Browsy.h" #include "uri.h" typedef struct { WindowPtr window; char *location; URI *uri; // resource request/response in progress TEHandle addressBarTE; TEHandle contentTE; TEHa...
[ "celehner1@gmail.com" ]
celehner1@gmail.com
595b7dbea53ba110f35c9b11da1241b844919381
327c9a664918c5afff6154966dd1067b5eaed0ef
/matrix/srcs/matrix_mult_matrix.c
0968ae5d2e9c2619e098ba1d5c52dce5b9783dc1
[]
no_license
jsj2008/scop
a0ea8bdcc5f04357e423e8af6f81fc8011560086
64a6eb959752a8670235d1bc5f28e0c7a8f78523
refs/heads/master
2020-05-07T08:31:14.884901
2018-10-17T12:17:22
2018-10-17T12:17:22
null
0
0
null
null
null
null
UTF-8
C
false
false
1,389
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* matrix_mult_matrix.c :+: :+: :+: ...
[ "ntoniolo@student.42.fr" ]
ntoniolo@student.42.fr
09300129aac36d2db0d1eedd10b71a363561a867
1632b7ea2e4c7910a12757dee78e06dcbbd5fc83
/Utilities/STM32W108xx_HAL_Driver/micro/cortexm3/hal_uart.h
9f2c48e51f5ee43dbafd10dca4fc9949d8430226
[]
no_license
eftinkj/Mote_lab
0163a4438246924aad6144c076c0b6cfc161a471
94002780427b6f192fb58d6fa7ba7360c49f1555
refs/heads/master
2021-01-19T15:34:02.171158
2015-04-03T20:18:04
2015-04-03T20:18:04
32,285,760
2
0
null
null
null
null
UTF-8
C
false
false
3,263
h
/** ****************************************************************************** * @file hal_uart.h * @author MCD Application Team * @version V2.0.1 * @date 30-November-2012 * @brief Header for STM32W hal uart drivers, supporting IAR's standard library * IO routines. **************...
[ "mjzx9c@mst.edu" ]
mjzx9c@mst.edu
9fc240b84e010ae2472e017ca3aa93b497bd6bc4
572580660d475027fa349e47a078479222066726
/Server/kennel/Ecc_Common/opens/NOTESAPI6.5/INCLUDE/nsf.h
8005985fa44dfceb0929e62498999100f05608f0
[]
no_license
SiteView/ecc82Server
30bae118932435e226ade01bfbb05b662742e6dd
084b06af3a7ca6c5abf5064e0d1f3f8069856d25
refs/heads/master
2021-01-10T21:11:37.487455
2013-01-16T09:22:02
2013-01-16T09:22:02
7,639,874
6
3
null
null
null
null
UTF-8
C
false
false
251
h
#ifndef NSF_DEFS #define NSF_DEFS /* Note Storage File Global Definitions */ #include "nsfdata.h" #include "nsfdb.h" #include "nsfnote.h" #include "nsfsearc.h" #include "nsferr.h" /* End of Note Storage File Definitions */ #endif /* NSF_DEFS */
[ "xingyu.cheng@dragonflow.com" ]
xingyu.cheng@dragonflow.com
ee9ce808aa2bc9dacc78e280ae6bde3c37818fa6
190350db8fdc079cf7c0b7eb916c50d3af7b4c82
/extras/prime1.c
559ec9727771ab8246e84c310394999956695ace
[]
no_license
iraphaelfernandes/Programming-Lab
f1029a1833c3228bcdb2c702f39facdf2175c1c5
cdb7dd3c750dfec6b770a710720499173176572f
refs/heads/master
2023-01-06T20:39:32.567715
2020-10-30T01:30:55
2020-10-30T01:30:55
null
0
0
null
null
null
null
UTF-8
C
false
false
500
c
// Imprime uma dada quantidade de números primos #include <stdio.h> int main() { int n, i = 3, count, c; printf("Enter a number of prime numbers to print\n"); scanf("%d", &n); if (n>=1) { printf("First %d prime numbers are:\n", n); printf("2\n"); } for(count = 2; count <= n;){ ...
[ "raphael.fernandes.eng@gmail.com" ]
raphael.fernandes.eng@gmail.com
cb5fb1876e9b44512748e2f4421122e57b60f3ca
a6292007b2872fcf2e69655aef0f562d4492d175
/libft/ft_strnequ.c
c59feda37f1ab7633ea0b94ed449fd4b22141699
[]
no_license
lojesu/fractol
7b7962daca70edab306953ade565df60a763b4db
a3a23ef23a58414a6a95a441563f4b3e47689247
refs/heads/master
2022-11-14T13:29:03.310525
2020-06-12T13:51:51
2020-06-12T13:51:51
271,797,727
1
0
null
null
null
null
UTF-8
C
false
false
1,186
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* strnequ.c :+: :+: :+: ...
[ "lorenzo.jesu@laposte.net" ]
lorenzo.jesu@laposte.net
f6733339aebfb43af78e87aedfe02e108a571134
cd760d6f8e318941e37c0ffb8566993896606e6e
/.phoronix-test-suite/installed-tests/compilebench/compilebench-0.6/t/native-0/drivers/usb/serial/ezusb_convert.pl
3b6caf652964bc15e8e21c57d5619cd955fb9784
[]
no_license
aorzerep/neb
3fab34e1ad05cd0c1f2274f4d143664c1ed4368d
6dda5d3c432f2636973c9a98370056e57fe8e79f
refs/heads/master
2020-09-08T10:06:34.548290
2019-11-12T01:00:41
2019-11-12T01:00:41
221,099,011
0
0
null
null
null
null
UTF-8
C
false
false
1,562
pl
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa...
[ "root@neb.intranet.highprophil.com" ]
root@neb.intranet.highprophil.com
0e073688b4c5ae059fa4effe24313e7c5823c8c8
881426eec9ce11e90afded6be48378f36306984d
/四轴测试/Project/BSP/BEEP/beep.c
ff086e6717d7ad54cb596edc8c462f008cf8a6fc
[]
no_license
17733360356/-
f4bdd06898e3698778f60bcdacdc76a9dae8318c
d2b3df8e94300e45f597abeff356ec8e968d50c4
refs/heads/master
2020-03-14T16:47:25.145784
2018-05-01T12:12:42
2018-05-01T12:12:42
131,705,007
0
1
null
null
null
null
UTF-8
C
false
false
367
c
#include "stm32f10x.h" #include "beep.h" #include "sys.h" void BEEP_Init(void) { GPIO_InitTypeDef GPIO_InitBEEP; RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB,ENABLE); GPIO_InitBEEP.GPIO_Mode=GPIO_Mode_Out_PP; GPIO_InitBEEP.GPIO_Pin=GPIO_Pin_8; GPIO_InitBEEP.GPIO_Speed=GPIO_Speed_50MHz; GPIO_Init(GPIOB,&GPIO_InitB...
[ "2466049791@qq.com" ]
2466049791@qq.com
956e904bb890c6c131f87d4912751cdbfa925fb3
bf6a1f6ecb0d458d048759874e7cbaa9cc67f224
/aquaproj.h
0fd08f0a4d0458fa0a9cbcc0d19f1cd2dd170f8a
[]
no_license
leandrobpedro/aquarium_control.X
b834a0d3e4268c4a21a1c972bb2b310392fcee40
8fcf85c75c72963489603ab896c66128108db18d
refs/heads/master
2020-12-24T16:42:20.695489
2013-12-13T19:19:41
2013-12-13T19:19:41
null
0
0
null
null
null
null
UTF-8
C
false
false
917
h
/** * Projeto : aquario * Arquivo : aquaproj.h * * Alunos : Thyago Lainequer | Flavio * Data : 12-nov-2013 * */ #ifndef AQUAPROJ_H #define AQUAPROJ_H #ifdef __cplusplus extern "C" { #endif // --------- definir I/O's p/ projeto aquario aqui --------- // #define LED1 PIN_D0 #define LED2...
[ "leandrobpedro@gmail.com" ]
leandrobpedro@gmail.com
885979279af485936dddf01d0cdf64c1f2bdcc0f
992f8e33bd7587329e1e4a60e3ded7a9e298f302
/Embedded Design/Firmware - Production Ready Devices/Bootloaders - Python and C++/F5529bootloader/src/MI/TI_MSPBoot_MI_FlashDualImg.c
99afd260529e0b94e461c1ab9d9a370c51fc4d60
[]
no_license
embeddednerddesign/Code_Examples
94169d144efffc10bb0449608c01f9ee8313e4f2
43db35492e00a9d485a5e6ffc06391aa4011dedd
refs/heads/master
2016-09-06T17:28:42.746635
2015-09-14T17:03:43
2015-09-14T17:03:43
42,323,254
0
0
null
null
null
null
UTF-8
C
false
false
8,297
c
/* --COPYRIGHT--,BSD * Copyright (c) 2012, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of source code must retain the above copy...
[ "embeddednerddesign@gmail.com" ]
embeddednerddesign@gmail.com
529e2090bd6523186711f90f66a9d14ed05c296c
55ea3d502daaa47ca3486d6f93edca9e8615cab8
/board/ap80a0/config/k_config.h
dafc3b9b110a910426bc3f00aab8ac5ebd891594
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
PabloShi/AliOS-Things
dcfd8c3b002949a9c51f61883d12904b411c1601
7b413de7977efff5d60210bd3409207bc4663642
refs/heads/rel_2.1.0
2020-04-30T14:56:39.556610
2019-04-23T07:13:48
2019-04-23T07:13:48
127,271,575
2
2
Apache-2.0
2018-04-28T01:30:21
2018-03-29T09:49:23
C
UTF-8
C
false
false
3,132
h
/* * Copyright (C) 2015-2017 Alibaba Group Holding Limited */ #ifndef K_CONFIG_H #define K_CONFIG_H /* kernel feature conf */ #ifndef RHINO_CONFIG_SEM #define RHINO_CONFIG_SEM 1 #endif #ifndef RHINO_CONFIG_QUEUE #define RHINO_CONFIG_QUEUE 1 #endif #ifndef RHINO_CONFIG_TASK_SEM...
[ "lc122798@alibaba-inc.com" ]
lc122798@alibaba-inc.com
e7554aba4df346d67e7c6e4b0fd41f0a4f1ce1bc
053ccfc095735b2616da86f348e369eccb68a00a
/hello-jni2/jni/hello-jni2.c
47cda1c99b7d58b2e1984fb877cdedcd766e2c75
[]
no_license
brills/jni_overflow1
3c3f0d208df17824819f7b6cbac8ed82faf91a5c
5b924393b9dc2515c372e969e7a3564d8b8d6944
refs/heads/master
2016-09-06T06:17:00.384837
2013-04-26T13:47:30
2013-04-26T13:47:30
9,419,164
1
0
null
null
null
null
UTF-8
C
false
false
2,618
c
/* * Copyright (C) 2009 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...
[ "brillsp@gmail.com" ]
brillsp@gmail.com
a0d3f91cac49de23b8d27feb1eb32df8c314bfd8
3380730e3abc3bb32974ec8a2e6c4baf463d65dd
/08/04/transpose.c
ff923d68d7f7658b13fdba2600288ae836fca174
[]
no_license
castudil/PensamientoComputacional
16ade82dae607573dfe6e824f6ff02e4bd3fa81e
f989c925d259a5af8e38f8154a7b3a372e7ebb5c
refs/heads/master
2022-12-02T04:00:47.762961
2020-07-28T20:55:38
2020-07-28T20:55:38
268,891,776
0
0
null
null
null
null
UTF-8
C
false
false
1,524
c
/* Escriba un programa que encuentre la transpuesta de una matriz. La entrada corresponde a dos enteros n y m [1,10], que representan el número de filas y columnas de la matriz correspondientemente, seguido de nxm números enteros que corresponden a los elementos de la matriz. La salida debe ser a la transpuesta de la m...
[ "replituser@example.com" ]
replituser@example.com
83eeffbb4675cdd1ac9c13d312aa0a9bd78f564c
98910fc706e6d8599b71c901b8ce3f4319ddf977
/tmp.c
7ea156adf0a458620b68ce0ae97002a17e13931e
[]
no_license
zero0916/Linux-C
51d387abc32a4cfcfa99bb1998fd833ee884fd31
37f249d7cd9a51d0f1f7967c1ac722b6bbb076d0
refs/heads/master
2020-06-01T18:11:00.350346
2019-06-08T11:06:59
2019-06-08T11:06:59
190,877,599
0
0
null
null
null
null
UTF-8
C
false
false
87
c
#include<stdio.h> int mian() { while(1) { printf("hello the world"); } }
[ "noreply@github.com" ]
zero0916.noreply@github.com
3963c3be5abc1feef21472bd8e94226b1a6c55c2
a556c07ecfa1031dae46fd3433762941ceca68b1
/include/combat/level.h
8bad95d28f3e62043e13b6d95107b48174b5dc2b
[]
no_license
yqzcabao/pkuxkx-utf8
53c3c24f4e3a9125372bca72b6a4b10aa6293a7f
0eaf237c9970795a51aa4cc04b5b762003300cbd
refs/heads/main
2023-04-01T21:16:23.894845
2021-04-09T13:33:24
2021-04-09T13:33:24
null
0
0
null
null
null
null
UTF-8
C
false
false
27,342
h
float *level_exp =({1.00, 5.00, 14.00, 30.00, 55.00, 91.00, 140.00, 204.00, 285.00, 385.00, 506.00, 650.00, 819.00, 1015.00, 1240.00, 1496.00, 1785.00, 2109.00, 2470.00, 2870.00, 3311.00, 3795.00, 4324.00, 4900.00, 5525.00, 6201.00, 6930.00, 7714.00, 8555.00, 9455.00, 10416.00, 11440.00, 12529.00, 13685.00, 14910.00, 1...
[ "i@oiuv.cn" ]
i@oiuv.cn
cd31d2575a96debb5212714aab96e875f8eb7b00
44be33134cb04dcb1f4ffbb1bae53ca9ed3adf5f
/Projects/STM324x9I_EVAL/Examples/RTC/RTC_Alarm/Src/stm32f4xx_hal_msp.c
e4a9cae025c810813313d9c19f4a9db7d27eb177
[ "BSD-2-Clause" ]
permissive
eemei/library-stm32f4
b69226e3342b0a57dc0a622f25be87433c8c34a3
626526fd452fcb8f9e64832f9367d2966d2be7a7
refs/heads/master
2016-08-11T08:43:55.413267
2015-11-23T05:27:12
2015-11-23T05:27:12
46,698,540
0
0
null
null
null
null
UTF-8
C
false
false
5,624
c
/** ****************************************************************************** * @file RTC/RTC_Alarm/Src/stm32f4xx_hal_msp.c * @author MCD Application Team * @version V1.2.1 * @date 13-March-2015 * @brief HAL MSP module. ********************************************************************...
[ "lieweemei911@hotmail.com" ]
lieweemei911@hotmail.com
7a5f60dc36bdfa86cb6b1546613dcf7314407255
280761bf65ae8510195327f658f589e48f7db8ef
/ana_Main_MC_Higgs.C
e90f4e4bcbdc193aae2bc4e73e189c5accb2567a
[]
no_license
fiveisgreen/FNAL_Crane
e749b897f198d2039aa501c0b27a5e710fc2fae9
3169f6c1b834bc65a3ef0a5faf7bf39de9745e2b
refs/heads/master
2021-01-20T11:26:04.207707
2013-10-11T05:02:37
2013-10-11T05:02:37
null
0
0
null
null
null
null
UTF-8
C
false
false
4,697
c
#include "params_arg.h" //#include "TString.h" #include "MCpoint.h" using namespace std; using namespace params; // Original Author: Dongwook Jang // $Id: ana.C,v 1.8 2011/11/01 22:14:51 dwjang Exp $ // // Jet energy correction is possible at ntuple level. // $ cd ../jec/JetMETObjects // $ make // This will create a s...
[ "abarker@cmslpc27.fnal.gov" ]
abarker@cmslpc27.fnal.gov
8b5d87b929450c2ac80b17c02ee7a2000a13daf1
eb8fde6e6405474ec76bdaf2c2fdb148f8a6c9ba
/drivers/lptmr/fsl_lptmr.c
852eecb66c36d4a46b2fab0ce6540efba69328ef
[]
no_license
jsplyy/mcu_project_generator
50cd791a20e4e28c738125e8cbde50845645d5dd
e9b510c963a837a447ee83e933316f7a5248b780
refs/heads/master
2021-01-22T21:45:53.918445
2017-03-19T12:30:22
2017-03-19T12:30:22
85,473,423
0
0
null
null
null
null
UTF-8
C
false
false
7,034
c
/* * Copyright (c) 2015, 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 notice, this list...
[ "jingsai.lu@nxp.com" ]
jingsai.lu@nxp.com
b21c7d4b8fcb6a221d85e41e2b180d7ebbfcea80
ef336cccb3fd07ca5610cdc0ab4612a934350955
/C_projects/problem.c
e4f25cc8f5270bb0c508f4677229ecc06c7f0f9b
[]
no_license
Tekh-ops/old-c-cpp-code-i-wrote
d9c2e7653d08d0a04c97660b8f50bff7fcf456bb
d8aa592c192f865dd71ebb3e266606889384a893
refs/heads/main
2023-08-26T20:35:42.601915
2021-11-06T18:21:12
2021-11-06T18:21:12
425,316,535
0
0
null
null
null
null
UTF-8
C
false
false
179
c
#include<stdio.h> #include<conio.h> int main() { char ch; printf("Enter the first character\n"); ch = getch(); printf("The character entered is :%c\n",ch); return 0; }
[ "jugger.nut2234@gmail.com" ]
jugger.nut2234@gmail.com
b539aed68ebdb7ff1e66ac0bdf3e7bec4cc1f11f
6fe5a0a3541989813191285e09250539b629fddb
/protocols/btc_version.c
4904548660027284e8f8e5b100f4f197b5bd5f27
[]
no_license
cutestar/block7days
2ff39e2d0bdba6706efaf6c3bd6c9d1330b07529
77967a3ba51907ac5f5d7f765f03c17eeaa0b61c
refs/heads/master
2022-12-01T07:08:41.256444
2020-08-14T05:27:53
2020-08-14T05:27:53
287,450,721
0
0
null
2020-08-14T05:24:18
2020-08-14T05:24:17
null
UTF-8
C
false
false
10,978
c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <string.h> #include <time.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include <netdb.h> #include <openssl/sha.h> #include "btc_message.h" #include "kyk_sha.h" #include "beej_pack...
[ "kayak.jiang@gmail.com" ]
kayak.jiang@gmail.com
5cf392db2f4244310ba4d2f16a495c3d2cdabef7
f5008df5aab5615d39a9847fa09f9581f7b19a5f
/linux-5.4.38/drivers/net/phy/sfp.c
272d5773573e71cf077512c8a699b6221d5ec6fc
[ "Apache-2.0", "GPL-1.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "Linux-syscall-note", "GPL-2.0-only" ]
permissive
wenhuizhang/llvm-linux-5.4.38
2f3f44287dbb1445cd7d4670df8bfc9873441558
bd6678fbd3635428a6d594dbb24a87b9308a52ef
refs/heads/main
2023-01-07T09:57:19.452542
2020-11-01T04:20:46
2020-11-01T04:20:46
303,426,734
0
0
Apache-2.0
2020-11-01T04:20:47
2020-10-12T15:00:48
C
UTF-8
C
false
false
47,296
c
// SPDX-License-Identifier: GPL-2.0 #include <linux/acpi.h> #include <linux/ctype.h> #include <linux/delay.h> #include <linux/gpio/consumer.h> #include <linux/hwmon.h> #include <linux/i2c.h> #include <linux/interrupt.h> #include <linux/jiffies.h> #include <linux/module.h> #include <linux/mutex.h> #include <linux/of.h> ...
[ "wenhui@gwmail.gwu.edu" ]
wenhui@gwmail.gwu.edu
5e456819df47a90cec2e43043a8e3685c02c16da
2a9246c620b588068e2a82a166f7836bf56938e3
/PhotonAnalysis/macros/multiTreeUtil/templateFit.C
1d9acb5f2a929abec73b02283cbad42ef34407ae
[]
no_license
CmsHI/CVS_CmsHi
6dc20b07a34a8927f1af3d11b59b59058b5ddeeb
9b9dcd34a1b718e4649ca2ddc34583706dfd5d1c
refs/heads/master
2021-01-20T15:36:12.324219
2013-06-20T13:06:49
2013-06-20T13:06:49
11,457,757
0
1
null
null
null
null
UTF-8
C
false
false
7,972
c
#include <iostream.h> #include <TFile.h> #include <TTree.h> #include <TH1F.h> #include <TCut.h> #include <TCanvas.h> #include <TLegend.h> #include "rootTool/histFunction2.C" void scaleBin(TH1F *h,int i,double width) { double val = h->GetBinContent(i)/width; double valErr = h->GetBinError(i)/width; h->SetBinCo...
[ "" ]
d70b9a01255666af3a51b2de0f6f88aa09f00ed2
15253f4c7d4ddc0de345b742989f2c76bb02515d
/Embedded GCC/_Eta32/inc/eta_rf.h
6b871796132b76439dde0ab8b41a705d7ff56766
[]
no_license
SwInDaMix/sw-hub
54a0149eb49bb0704bb3944993e5819dba475228
865b72840902abe0dc05fa9d4c046e629187cb74
refs/heads/master
2023-01-14T08:57:25.196675
2019-06-09T20:55:23
2019-06-09T20:55:23
119,892,383
2
1
null
null
null
null
WINDOWS-1252
C
false
false
19,019
h
/********************* (C) 2015 Eta Software House. ******************** Author : Sw File Name : eta_rf.h ***********************************************************************/ #pragma once #include "config.h" #ifdef __cplusplus extern "C" { #endif #if defined RF_RFM70 || defined RF_RFM73 || defined RF_RF...
[ "sw@ukr.net" ]
sw@ukr.net
a15117736e88ca1cf01a34f6c403b13e3bbd99a4
a76515c361e09748079102026e690dccd3268df1
/ida.idc
290307569e23d2eb83a06b812ae344ab116a1579
[]
no_license
CrackerCat/IDA_Scripts
5c8a55a7ea54b09ad9d12136df1a94e4059bb5d5
7b1e85cb1998aa650b3fe4427d9ac49371057c73
refs/heads/master
2022-11-26T03:20:23.917513
2020-07-30T12:10:20
2020-07-30T12:10:20
null
0
0
null
null
null
null
UTF-8
C
false
false
5,602
idc
// // This file is automatically executed when IDA is started. // You can define your own IDC functions and assign hotkeys to them. // // You may add your frequently used functions here and they will // be always available. /// Add some usefull shortcuts to IDA by HTC - VinCSS (a member of...
[ "noreply@github.com" ]
CrackerCat.noreply@github.com
8be4d0fe0fcf1b3c8f825a77ecb9ba17f5ee928b
ed346639b0a9c3ba26734c7b136562284f72066e
/Assuntos/dowhile.c
9ab09de2b4de1238a71a2fa0269464f7b852f8bd
[]
no_license
flaviapb/Estrutura-de-Dados
2e0e5efc872ba259c0863ea631f38b99a99ea2ee
22c1fccdded47fded774f235b9ffd15f05e60648
refs/heads/main
2023-08-16T20:58:04.571387
2021-10-03T19:58:49
2021-10-03T19:58:49
413,177,414
0
0
null
null
null
null
UTF-8
C
false
false
354
c
#include <stdio.h> int main () { int cont = 0; while (cont != 0 ) { printf("Teste\n"); } do { printf("Teste2\n"); } while (cont != 0); return 0; } // No do whole, ele executa pelo menos uma vez, ou seja, ele executa verifica e fica nesse loop, já o while ver...
[ "flaviarenata969@gmail.com" ]
flaviarenata969@gmail.com
076a7ddca37616c50ed1af6ec95cf86f7f129b33
9ba14ae0e64414be0b3ac4f61a7341af85a39f41
/Include/Library/pkcs11t.h
3427685cd127c198537251fab9edad81669c772e
[ "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
Mironenko/ApplicationPkg
4d0498c075d9636482b6ea2fcefa3ad32083b67c
f06813a7f32ad6cb49c178174115ad690c1303a8
refs/heads/master
2022-03-08T05:11:13.272780
2012-01-13T18:38:21
2012-01-13T18:38:21
null
0
0
null
null
null
null
UTF-8
C
false
false
68,754
h
/** @file Copyright (c) 2008 - 2011, Intel Corporation. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.o...
[ "aas42@hotmail.com" ]
aas42@hotmail.com
b2ee3114578f9194475aab806b0baaa7647cd377
28d0f8c01599f8f6c711bdde0b59f9c2cd221203
/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/nouveau_nvkm_subdev_bios_shadowramin.c
f2c8a7804631b789a8037dba570d278ffd1a8f85
[]
no_license
NetBSD/src
1a9cbc22ed778be638b37869ed4fb5c8dd616166
23ee83f7c0aea0777bd89d8ebd7f0cde9880d13c
refs/heads/trunk
2023-08-31T13:24:58.105962
2023-08-27T15:50:47
2023-08-27T15:50:47
88,439,547
656
348
null
2023-07-20T20:07:24
2017-04-16T20:03:43
null
UTF-8
C
false
false
3,680
c
/* $NetBSD: nouveau_nvkm_subdev_bios_shadowramin.c,v 1.3 2021/12/18 23:45:38 riastradh Exp $ */ /* * Copyright 2012 Red Hat Inc. * * 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 withou...
[ "riastradh@NetBSD.org" ]
riastradh@NetBSD.org
16fd646b62cdd9855e117dec1da64a5dfbc014bb
d4018bee9316ac0781ae84da99bb7e26b71342f7
/STUDENT ASSINGMENT/functions.h
5575a2adc083dd6a29e1adc2fb38a5caa780998c
[]
no_license
sweta2202/Student
7f59b269e7a9239e430d2c0a74fecbfbe379640a
c1e6959b2b0468ee702e06473336fe72f8ba21d0
refs/heads/main
2023-03-01T16:07:00.062530
2021-02-02T07:17:27
2021-02-02T07:17:27
335,201,630
0
0
null
null
null
null
UTF-8
C
false
false
946
h
#include <stdint.h> #include "appconst.h" #ifndef STUDENT_H_INCLUDED #define STUDENT_H_INCLUDED struct _student_{ char name[STUDENT_NAME_LEN]; int32_t regnumber; char program[PROGRAM_NAME_LEN]; char email[STUDENT_EMAIL_LEN]; int32_t marks; char status[STATUS_LEN]; }; typedef struct _student_ Stude...
[ "noreply@github.com" ]
sweta2202.noreply@github.com
9d18af5d1f26a046ef330d4bd15a2b02fa76a4c1
1f27c709a58254c45963497f78785d33b1901c75
/TAOPAY/Utils/Service/Constant/YHTTPServiceConstant.h
28321eea42eefc75530e40f51106fd83eeb9cccb
[]
no_license
GavinYu/TAOPAY
ff38089a5e43732fe3b65fe1c9614517f5ecc3cc
78fe8bb3cb6d95042bb1160345f951be31d618b4
refs/heads/master
2020-03-12T08:24:58.605666
2018-07-29T06:19:06
2018-07-29T06:19:06
130,527,086
0
0
null
null
null
null
UTF-8
C
false
false
848
h
// // YHTTPServiceConstant.h // TAOPAY // // Created by admin on 2018/4/13. // Copyright © 2018年 TAOPAY. All rights reserved. // #ifndef YHTTPServiceConstant_h #define YHTTPServiceConstant_h /// 服务器相关 #define YHTTPRequestTokenKey @"token" /// 私钥key #define YHTTPServiceKey @"privatekey" /// 私钥Value #define YHTTP...
[ "lg.yu@yuneec.com" ]
lg.yu@yuneec.com
e8baaba5b5a263e851d36d620295b0c064530872
eb23d2e2c52426dca19aead9c88ac82836385713
/core/ext/mkl/inc/mkl_rci.h
5297bd618aa447b9345591d0a1f9ce08fb851e83
[]
no_license
abcijkxyz/CPCF
04921fd49d0ca41a6cd9b65ebda3056834680578
a5740b3cbb16563fde73d623145d5a70871ced2e
refs/heads/master
2022-12-01T21:11:55.660245
2020-08-22T07:45:10
2020-08-22T07:45:10
null
0
0
null
null
null
null
UTF-8
C
false
false
10,635
h
/******************************************************************************* * Copyright 2005-2016 Intel Corporation All Rights Reserved. * * The source code, information and material ("Material") contained herein is * owned by Intel Corporation or its suppliers or licensors, and title to such * Material rem...
[ "jiapw.cg@gmail.com" ]
jiapw.cg@gmail.com
0479d2f1bd030cd47628127ed60e10f051969f09
2e47ee4959be074c788136a2def188545608cac1
/header/simAVRHeader.h
111d112d87a558a8c482773e4a4e57f15fe5f881
[]
no_license
adevi002/lab10_synchSMs
a6866bbbd5159aa083acb32c75eccfa5a5c49bfe
75aa8ba36f52b6ff4d6827d439c5dc1fc587f1f9
refs/heads/master
2020-09-05T10:56:31.714194
2019-11-06T23:22:28
2019-11-06T23:22:28
220,081,887
0
0
null
null
null
null
UTF-8
C
false
false
863
h
/* Debug information for SimAVR */ #include <stdio.h> #ifndef F_CPU #define F_CPU 8000000 #endif #include <avr/sleep.h> #include "include/simavr/avr/avr_mcu_section.h" AVR_MCU(F_CPU,"atmega1284"); AVR_MCU_VCD_FILE("build/results/Lab10_synchSMs_trace.vcd",1000); const struct avr_mmcu_vcd_trace_t _mytrace[] _MMCU_ = { ...
[ "adevi002@wch136-15.cs.ucr.edu" ]
adevi002@wch136-15.cs.ucr.edu
5fe04d9d0d79f6eb2f11f60d3f466d0fc6cd1841
7aa75215614411567b89382cd79e076b3360b654
/.history/tpfinal-estructuras1/libs/tablahash_20201208203416.h
09776218822a2cfed50e3c541e1c94fe517694de
[ "Apache-2.0" ]
permissive
IgnacioKase/estructura-datos-1
7060173b2ddb7853bd68f199bd3b39048242c482
2a0be56a6546a214c011ccc38774b7625885cfd5
refs/heads/master
2021-04-17T11:29:00.419081
2020-12-10T02:06:21
2020-12-10T02:06:21
249,441,692
0
0
null
null
null
null
UTF-8
C
false
false
1,465
h
#ifndef __TABLAHASH_H__ #define __TABLAHASH_H__ #include <stdlib.h> #include <assert.h> #include <string.h> #define INITIAL_SIZE (1024) #define GROWTH_FACTOR (2) #define MAX_LOAD_FACTOR (1) #define MULTIPLIER (97) typedef struct tablaHash *TablaHash; /** * Tipo de las funciones hash a ser consideradas por las ta...
[ "marianoa.dangelo@gmail.com" ]
marianoa.dangelo@gmail.com
4b6c745936cb252dbccfdf403531083ebe35714a
e66fceee9d201962b0668e1f58c46859854fceb4
/d/mayi/npc/guanchai.c
61e77f4730f70dc2e61eeeded77745f8a8b057fe
[]
no_license
cao777/mudHYLib
a8a6e28d097afb87ef68ee0a3fae13a1c50fe822
dd7832cc0abad1a21c797692c3f5fafd98702fb6
refs/heads/master
2023-03-15T16:26:34.697435
2018-12-03T15:35:34
2018-12-03T15:35:34
null
0
0
null
null
null
null
GB18030
C
false
false
2,060
c
inherit NPC; void create() { set_name("官差",({ "guan chai","guan","chai"}) ); set("gender", "男性" ); set("age",30); set("long", "这是一个盐司的官差。\n"); set("combat_exp", 200000); set("combat_exp", 810000); set("shen_type", 1); set("max_neili",8500); set("neili",28500); ...
[ "i@oiuv.cn" ]
i@oiuv.cn
542462fc3de587d0a3013cbbba5de3fe4bf745cf
bb0f005fc5bc3ffe2bdd9f0485684db57b4cdbb5
/il2cpp_output/Qualcomm_Vuforia_UnityExtensions_Vuforia_MultiTargetImpl.h
6ff2ce09056c64cd40dd18e5f53c1ea7f697061f
[]
no_license
18945661022/yun1125pm
276b1d2c6e79f1e548d19ab55569f07b7f23283d
37cc8db5676630e4e9cf34505352967f2b73674e
refs/heads/master
2020-04-04T19:11:06.362644
2018-11-05T09:57:39
2018-11-05T09:57:39
156,195,516
1
1
null
null
null
null
UTF-8
C
false
false
305
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "Qualcomm_Vuforia_UnityExtensions_Vuforia_ObjectTargetImpl.h" // Vuforia.MultiTargetImpl struct MultiTargetImpl_t759 : public ObjectTargetImpl_t705 { };
[ "Apple@chengdedeMac-mini-10.local" ]
Apple@chengdedeMac-mini-10.local
b70bad64bd361aef62bc88e129f076bae5b95084
742cc6b41b19f84bff1511d61fc4fcb1c9caf955
/src/gui/bs_gui_application.h
40c266f8ba819d6d644bc30857c1f04d5127e027
[]
no_license
bandari-sciences/cem
d8167b478fe285121d4e73857991ad0ac0a381ca
9fde0aaa5740823144e241d28e52b8f83fe3cc5b
refs/heads/master
2021-01-10T13:25:02.148154
2016-02-16T14:26:29
2016-02-16T14:26:29
51,813,801
0
0
null
null
null
null
UTF-8
C
false
false
580
h
#ifndef BS_GUI_APPLICATION_H #define BS_GUI_APPLICATION_H #include <gtk/gtk.h> struct _CemApplication { GtkApplication parent; }; struct _CemApplicationClass { GtkApplicationClass parent_class; }; #define CEM_APPLICATION_TYPE (cem_application_get_type()) #define CEM_APPLICATION(obj) (G_TYPE_CHECK_INSTAN...
[ "admin@bandari-sciences.in" ]
admin@bandari-sciences.in
7097a0671f4bb4fa411de20fcf76d7f58af4b332
719971624465e292e69a62495d3dfdcc77fc1d38
/App/APP_A/SimpleApp.h
75d2f02e25f1249742c75f09d91ab85b096b8ee5
[]
no_license
MasaoKadoguchi/SimpleApp
fa4bb75eaea3b3e921f4bfc0c01619e8c3bffce4
1ff3c8d5fd80a85a9a848095bba2436cdc21503b
refs/heads/master
2020-05-22T23:17:52.414588
2019-05-14T06:12:46
2019-05-14T06:12:46
186,556,282
0
0
null
null
null
null
UTF-8
C
false
false
449
h
// Header File //************************* // Value //************************* int g_iStatus; //************************* // Function //************************* // ----- Task A ----- // APP_A void APP_A_MAIN(); void APP_A_SUB(); // APP_B void APP_B_MAIN(); // MDL_A void MDL_A_MAIN(); void MDL_...
[ "noreply@github.com" ]
MasaoKadoguchi.noreply@github.com
59920c30501d1ad142b477fc30deb0559289e645
c8e1b07ccb1c05f3fb172ad92bdad3a57e902164
/root_analysis/DriftTimeInt.C
20270ff8a3ae7be5831831dc05944690a039654f
[]
no_license
Chane13M/PR236
d98cc8a7738b5f2b012f9c975bbcbabd6fdacc23
eed5633a6d69141ac11750c5db2967d90e676749
refs/heads/master
2020-03-09T18:11:36.335647
2019-02-23T08:43:16
2019-02-23T08:43:16
128,926,307
0
0
null
null
null
null
UTF-8
C
false
false
2,710
c
//#include <iostream> // use e.g. root[] h1=hU1_DriftTimeGood { ofstream outx1; outx1.open("lutx1file"); ofstream outu1; outu1.open("lutu1file"); ofstream outx2; outx2.open("lutx2file"); ofstream outu2; outu2.open("lutu2file"); Int_t run_no[]={1112,1117,1123,1128}; Int_t nrofruns=s...
[ "chane13.m@gmail.com" ]
chane13.m@gmail.com
1f4fdd2e8dd9f8f573f4d2598f5cdd08a534ac30
482aaa0cf34807a2ccb7a955e04a9b5aa7737759
/branches/0.5/sdk/wdxplugin.h
84f02a70e940e6379a13a559afd06042cda8d2cb
[]
no_license
svn2github/doublecmd
b240439cb949c533f3389effe88fe3b5fd86a6fc
f91fa4863cafd9b2c6d13a7f01e27f535be9c689
refs/heads/master
2021-01-21T19:13:07.860899
2019-01-20T09:08:32
2019-01-20T09:08:32
92,126,959
5
3
null
null
null
null
UTF-8
C
false
false
3,799
h
#include "common.h" // Contents of file contplug.h version 2.0 #define ft_nomorefields 0 #define ft_numeric_32 1 #define ft_numeric_64 2 #define ft_numeric_floating 3 #define ft_date 4 #define ft_time 5 #define ft_boolean 6 #define ft_multiplechoice 7 #define ft_string 8 #define ft_fulltext 9 #define ft...
[ "alexx2000@10bb5c37-c6d6-4c74-9a2a-30fc9b6e22f7" ]
alexx2000@10bb5c37-c6d6-4c74-9a2a-30fc9b6e22f7
b55fad51c11aec7c4f71accb334675f9278c5521
5d417f03f724f4e23000f28cd629c92bc9297a23
/sam/drivers/usart/usart_irda_example/sam4cp16b_sam4cp16bmb/conf_board.h
a534524158a4184744fdb4235fdfbf62d0bf0ab7
[]
no_license
siliconunited/atmel-asf
5ac78a123cb0f5026ffb9a0ba66b75abcccb788f
19e02800a6cc33d203f5d12f7dfca0c39195d879
refs/heads/master
2021-01-22T21:34:10.563981
2017-03-19T04:45:30
2017-03-19T04:45:30
85,439,630
6
3
null
2020-03-08T01:34:35
2017-03-18T23:56:24
C
UTF-8
C
false
false
2,400
h
/** * \file * * \brief Board configuration. * * Copyright (c) 2014-2015 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * ...
[ "robksawyer@gmail.com" ]
robksawyer@gmail.com
9a5d99e432038e6d00d2c13d911ec52dd784d75c
3934cdf17301219728a967e8913237284ae57bd3
/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-neon-mul16.c
e92eb57805d2c90484c07f068b3b8de9380e688c
[ "LicenseRef-scancode-generic-cla", "BSD-3-Clause" ]
permissive
google/XNNPACK
c1a709b570460dd9e352300b18ba75025ace34ac
c758a4a6601513736ae520dd87206c76e8f5f05a
refs/heads/master
2023-08-30T10:43:28.569336
2023-08-30T07:46:17
2023-08-30T07:47:37
208,364,128
1,565
313
NOASSERTION
2023-09-14T19:47:21
2019-09-13T23:48:37
C
UTF-8
C
false
false
47,331
c
// Auto-generated file. Do not edit! // Template: src/qs8-dwconv/multipass-neon-mul16.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include ...
[ "xnnpack-github-robot@google.com" ]
xnnpack-github-robot@google.com
c201d4f1ff282c06e8ce1fa1c2906ec88a4273f4
16d612b702a998a8a0304029e5484a1b94681946
/kernel/src/vm/vm.c
0e7c442fec18795b2910b0f6d0aabd0326075276
[]
no_license
XMPPwocky/palomar
71d8526574188d4594ba2ba3236f9816186371e3
d18bb92ae2246a80b1d85ce6f56f36c0ff6272aa
refs/heads/master
2021-01-02T22:58:34.853219
2012-06-28T16:30:17
2012-06-28T16:30:17
null
0
0
null
null
null
null
UTF-8
C
false
false
67
c
#include "vm/vm.h" translationtables_t global_translation_tables;
[ "wocky@xmppwocky.net" ]
wocky@xmppwocky.net
cd728a895898d95017226ef440f180c6edadba40
776037fb4a91183c821784af9ab117048a326423
/obj/medicine/herb_b1.c
b6aa9571814782f4f3c4c2a720f861e2bf3e037b
[]
no_license
zhoudaohong007/fengyun2005
74d41428339e8e57854e26de27cdcfbbf7ac1e34
8b52994bbd8db9de7bcb7f15012261a0f9554977
refs/heads/main
2023-06-10T13:17:50.285139
2021-06-27T12:46:10
2021-06-27T12:46:10
null
0
0
null
null
null
null
UTF-8
C
false
false
557
c
inherit MEDICINE; #include <ansi.h> void create() { set_name("木香",({"muxiang", "herb"})); if( clonep() ) set_default_object(__FILE__); else { set("long", (: herb_desc :)); set("unit","簇"); set("base_unit","棵"); set("base_weight",30); set("material","herb"); ...
[ "i@oiuv.cn" ]
i@oiuv.cn
ed3b5aae57d299690cd16129a77d446de031488b
f1542315c82b075cb7163d5a14e6ff14e81ebae2
/chapter_7/vowels.c
8cb6340eccc36ad31c7b2f0b4def6bc04b843e23
[]
no_license
wpeiran/C_language_learning
4881c61ddcde72bacd9ae43397bb506d734dff26
03ec1c36f09b38641e9d0b0220019b3f9861adf2
refs/heads/master
2022-12-17T07:30:45.502317
2020-09-16T09:05:00
2020-09-16T09:05:00
277,718,631
0
0
null
null
null
null
UTF-8
C
false
false
919
c
// vowels.c -- 使用多重标签 #include <stdio.h> int main(void) { char ch; int a_ct, e_ct, i_ct, o_ct, u_ct; a_ct = e_ct = i_ct = o_ct = u_ct = 0; printf("Enter some text; enter # to quit.\n"); while ((ch = getchar()) != '#') { switch (ch) { case 'a': case 'A': a_ct++;...
[ "271807119@qq.com" ]
271807119@qq.com
cfdade1d4ffc997185bc369ae8099cbfe05c3514
148f1b22d9985e8c3478700befd199adc0c3d1cd
/TH3DUF_R2/pins_ZRIB_V20.h
bb6baa37df612dc33222002c1367166ec4a3d964
[]
no_license
MorrisC2010/TH3D-UFW-Ender3-MKS-Gen-1.4
02882d0b73ee555ed6dfe56a1e4e301a5d5f0d48
dfc83c357398a1dd3e0d25ccbb11a792ada306ce
refs/heads/master
2020-04-23T07:23:35.048343
2019-02-16T14:02:46
2019-02-16T14:02:46
171,004,355
4
3
null
null
null
null
UTF-8
C
false
false
1,319
h
/** * Marlin 3D Printer Firmware * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * * Based on Sprinter and grbl. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU...
[ "cmorris565@gmail.com" ]
cmorris565@gmail.com
bc34d6fdf2f996f486238c6b4eb95617cdce940b
a9078f1e120cb296fa91df7d761a0ece4cb6c74f
/160/Fwlib32.h
4c5f0883a62559cf36fbefd43772666ff4d7d9d1
[]
no_license
VB6Hobbyst7/MFCfocas
b8fbfef3bbb9cc3773089f7551faf8abc7a4044d
6f1fa731759c5bfe6e84dbee28677a931c2c7ffa
refs/heads/master
2022-04-08T08:43:39.539308
2020-02-11T12:35:03
2020-02-11T12:35:03
null
0
0
null
null
null
null
SHIFT_JIS
C
false
false
490,767
h
/*-------------------------------------------------------------------*/ /* fwlib32.h */ /* */ /* CNC/PMC Data Window Library for FOCAS1 and FOCAS2 */ /* ...
[ "1421236933@qq.com" ]
1421236933@qq.com
40d6a58dc5f80a4cd0798d59fcad2abb2aa5a9a2
5c255f911786e984286b1f7a4e6091a68419d049
/code/8a957c53-3528-4122-90b4-a75503c94576.c
cee899fe4d8bf98e413de64b8076e78c556a52d5
[]
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
237
c
#include <stdio.h> int main() { int i=4; int j=10; int k; int l; k = 53; l = 64; k = l/j; l = i/j; l = l/j; l = j%j; l = i/j; k = k-k*i; printf("vulnerability"); printf("%d\n",l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
08bc9cc76249d60919d978cb05042e4e3a78628a
c2cedcf36667730f558ab354bea4505b616c90d2
/players/mizan/opl/CELLS/C5074.c
f515a9b36ba5a28baabb67bb0b35472565e62113
[]
no_license
wugouzi/Nirvlp312mudlib
965ed876c7080ab00e28c5d8cd5ea9fc9e46258f
616cad7472279cc97c9693f893940f5336916ff8
refs/heads/master
2023-03-16T03:45:05.510851
2017-09-21T17:05:00
2017-09-21T17:05:00
null
0
0
null
null
null
null
UTF-8
C
false
false
1,833
c
inherit "/players/mizan/opl/core/room.c"; #include "/obj/ansi.h" object mob0, mob1, mob2, mob3, mob4, bonus, bonus2, bonus3, boss, door1, door2; /* This is a TOP cell of maze, automatically generated. */ /* Please do not make edits to this file as changes would be overwritten */ /* every two weeks by the Perl code wh...
[ "rump.nirv@gmail.com" ]
rump.nirv@gmail.com
5f1685f9d48bb7d81c6f0460edf03a4212be5c90
2de856e9f7e835bf4c637daf807c7b6694cda255
/ABC/COMMENT2.c
f6708c3001a495b9ebc748a040a8b26182340aab
[]
no_license
wxcxyz/The.road.of.revival.in.C.programs
773a336a7bfceef424fda3d8d4a1f19e24e04b6e
61c338c6df8d003423be683596aa658c54acf3a6
refs/heads/master
2022-12-12T18:05:11.505717
2020-08-19T08:33:49
2020-08-19T08:33:49
null
0
0
null
null
null
null
UTF-8
C
false
false
248
c
/* Program: COMMENT.C Written by: Kris Jamsa Date written: 06-30-93 Purpose: Illustrates the use of comments in a C program. */ #include <stdio.h> int main(void) { printf("1001 C & C++ Tips!"); /* Display a message */ }
[ "getaGoodoffer_glb@evergrand.com" ]
getaGoodoffer_glb@evergrand.com
4d7431a54875a3fb7105127054157194d9b5f1d1
3456594ddaab5ac8823677c7851f82dac96aa52e
/lib_a/add.h
beba0746ff9b0ee4cc1376d9dfbcf2b134d6cce4
[]
no_license
zhangjie1315/Linux
01c3dcbbde6bf55283868014c3901ba39c024825
5d44458c02f3de832f3a72f2f4aa0530b7c5371a
refs/heads/master
2020-03-13T20:46:55.999293
2018-09-22T14:39:53
2018-09-22T14:39:53
130,865,768
1
0
null
null
null
null
UTF-8
C
false
false
57
h
#pragma once #include<stdio.h> int myadd(int x,int y);
[ "1466905773@qq.com" ]
1466905773@qq.com
d89686235720d1c5a8c433c6f8f536e363285a59
7668e0c838e14d6b26cbde88573c22984dd8c8d3
/prob673.c
f118c3372c296b2546edd6a19e534ca826362927
[]
no_license
ennauata/AC-UVA-problems
86af302db339559945c57207d43e0cabdd2570cc
d95f27efdf34cb8eaee17aa5fec61900616ab52e
refs/heads/master
2021-01-16T18:43:07.572789
2014-09-02T19:24:30
2014-09-02T19:24:30
null
0
0
null
null
null
null
UTF-8
C
false
false
1,350
c
// // prob673.c // SPOJEMC // // Created by Nelson Isao Nauata Junior on 11/29/13. // Copyright (c) 2013 Nelson Isao Nauata Junior. All rights reserved. // #include <stdio.h> #include <string.h> #define STACKSIZE 10000 typedef struct stack{ int elements[STACKSIZE]; int top; } stack; int push(stack *s, int val...
[ "ennauata@gmail.com" ]
ennauata@gmail.com
192ed67d8ca7dc2f475c9db0e941763a240714a2
0e5753ad7dd602d210d482c498a4205c207fc2cd
/CSE_102_Practice_Online/04- 11/Practice 1b.c
573bf906459ffa6e58935ea830b387e6de097bd8
[ "MIT" ]
permissive
ishtiaqniloy/BUET-CSE-102
3ab54b5f96dc7a380889ed6b2768b519452b7563
74466d75c119dd47b2c4b8a16cd1dde6152da95e
refs/heads/master
2020-09-17T20:49:39.714992
2020-07-02T11:12:01
2020-07-02T11:12:01
224,114,043
0
0
null
null
null
null
UTF-8
C
false
false
603
c
#include <stdio.h> double power(int x, int y); int main() { int a, b,c; double result; scanf("%d %d %d",&a,&b,&c); result=9*power(a,5)+13*power(b,-2)-15*power(c,10); printf("\n%f\n",result); return main(); } double power(int x, int y){ double result; int i; if(x==0){ resul...
[ "1505080.aai@ugrad.cse.buet.ac.bd" ]
1505080.aai@ugrad.cse.buet.ac.bd
35975d4c6177173facb1f533de0b1e33c7e83170
d7801b76075c39e6302d688979331d6f4c48ddca
/TP79_BOOT/Src/drv/poc.h
9cdd32f10a771ea7b10d4362dd3ab9bbfb72d575
[]
no_license
gaozichen2012/tp79-rtthread
28ca93a9fb8f9180fa139e04ea360b1ef4b5a274
1d2ad36a48bd66408885da013c65cace608ae192
refs/heads/main
2023-03-24T06:03:08.726513
2021-03-23T14:52:54
2021-03-23T14:52:54
350,740,333
0
0
null
null
null
null
GB18030
C
false
false
3,708
h
#ifndef __POC_H_ #define __POC_H_ #include "device_config.h" #define POC_EC20 #define POC_TTS_STATUS_NOMAL 0 #define POC_TTS_STATUS_BUSY 1 #define POC_NET_MODE_4G 1 #define POC_NET_MODE_3G 2 #define POC_NET_MODE_2G 3 #define POC_NAME_LENTH_MAX (26) #define AUDIO_GPIO_POC_RST_PORT GPIOD #define AUDIO_GPIO_P...
[ "gaozichen2012@outlook.com" ]
gaozichen2012@outlook.com
212e96ed66d737df3e35a659d80fc75333c241f7
99bdb3251fecee538e0630f15f6574054dfc1468
/bsp/nuvoton/libraries/ma35/rtt_port/drv_qei.h
94bfb558c7f50203f920c9b459df7becdf7a8213
[ "Apache-2.0", "Zlib", "LicenseRef-scancode-proprietary-license", "MIT", "BSD-3-Clause", "X11", "BSD-4-Clause-UC", "LicenseRef-scancode-unknown-license-reference" ]
permissive
RT-Thread/rt-thread
03a7c52c2aeb1b06a544143b0e803d72f47d1ece
3602f891211904a27dcbd51e5ba72fefce7326b2
refs/heads/master
2023-09-01T04:10:20.295801
2023-08-31T16:20:55
2023-08-31T16:20:55
7,408,108
9,599
5,805
Apache-2.0
2023-09-14T13:37:26
2013-01-02T14:49:21
C
UTF-8
C
false
false
1,150
h
/**************************************************************************//** * * @copyright (C) 2020 Nuvoton Technology Corp. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2021-10-21 Wayne First version * * Tips: * QEI compare int...
[ "bernard.xiong@gmail.com" ]
bernard.xiong@gmail.com
79cbc9a57e7b2ecb3c2ad76953112acd7781888e
c40bfa303367b1e2cdf1d45840179a513e531fba
/ncurses/string_yz.c
67f6265df4eaaf51f2420f49c29fef06894facac
[]
no_license
Zulbukharov/backup
5d331f17f8a080e93172f2fe1796ab7526a43227
481d5d63f2b33fcbe5b5738ec51911407c3666c9
refs/heads/master
2020-03-27T16:59:55.374763
2018-08-31T00:51:09
2018-08-31T00:51:09
146,822,265
0
0
null
null
null
null
UTF-8
C
false
false
468
c
#include <ncurses.h> #include <string.h> #include <stdio.h> int main(int ac, char **av) { int row; int col; if (ac != 2) return (0); initscr(); getmaxyx(stdscr, row, col); // get max y x of stdscr window mvwprintw(stdscr, row / 2, (col - strlen(av[1])) / 2 - 2, "[%s]", av[1]); //функция для вывода строки по ...
[ "l1pt0n1905@gmail.com" ]
l1pt0n1905@gmail.com
f75ddf621059d1f2ce11c822d3b00d5f906f87ca
5ba9b4e39505cbbb7c3a4f66a0f580cad4993277
/Contxt/discount-config/mkdio.h
b1515188911352645bd37063ebebdefbb7890aa4
[]
no_license
ecolemo/contxt
fafc02ab2e8bf9af8999c2b2ae99e9d9d15062b2
346b99340376f3582a72b3a79f7dd47f40bda4fb
refs/heads/master
2021-01-13T01:41:00.879759
2012-06-14T07:37:52
2012-06-14T07:37:52
4,661,502
9
1
null
null
null
null
UTF-8
C
false
false
3,607
h
#ifndef _MKDIO_D #define _MKDIO_D #include <stdio.h> typedef void MMIOT; typedef unsigned int mkd_flag_t; /* line builder for markdown() */ MMIOT *mkd_in(FILE*,mkd_flag_t); /* assemble input from a file */ MMIOT *mkd_string(const char*,int,mkd_flag_t); /* assemble input from a buffer */ void mkd_basename(MMIOT*,...
[ "zerohoo.kim@gmail.com" ]
zerohoo.kim@gmail.com
02b340a981bf1bd3073f7a08eba5147c62bfe56f
1271490fcdd0ff8342780d62298bb2475d9fe895
/ChatRoom/server.c
2fa676872dbfd05a12cd5836433267791e1fa89a
[]
no_license
comedly/liu153
a6299d59fa49ccf927ccbcc6aa6f3505b75ff872
5e075da878721a6895902ff47c6a26a07284a00c
refs/heads/master
2021-01-17T02:55:56.667658
2016-10-27T15:47:46
2016-10-27T15:47:46
59,343,526
0
0
null
null
null
null
UTF-8
C
false
false
5,513
c
/************************************************************************** >file name:server.c >author:Comedly >create time:2016-8-13 **************************************************************************/ #define _GNU_SOURCE 1 #include<sys/types.h> #include<sys/socket.h> #include<netinet/in.h> #include<arpa/i...
[ "627736410@qq.com" ]
627736410@qq.com
f53fe6a12e7202cf638f02940cd6342bd5b05c51
d0d78eec510953f34b64e74a3dc78c49d1bd36f2
/common/examples/hm01b0_camera_uart/main.c
432b90ab0d637fd2fe542b68c790ba3310307ff3
[]
no_license
mattcasari/SparkFun_Apollo3_AmbiqSuite_BSPs
cd1ae2de9d9cd88db3a8d16fbbe5efb1c1c1cb19
0ebfb62efcec07ca60394c64de70a0b068f361a3
refs/heads/master
2020-12-02T14:14:18.776193
2019-12-23T18:54:54
2019-12-23T18:54:54
null
0
0
null
null
null
null
UTF-8
C
false
false
10,172
c
// based on demo from Himax /* Copyright (c) 2019 SparkFun Electronics 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, m...
[ "oclyke@gmail.com" ]
oclyke@gmail.com
534cb1b61978b0efd19ad22bb820316c0614b724
43101a53873405918a35d6972afe8173289d3163
/bash_script/ShellShock/bug.c
1d6cb558685160e144bede9305556cf3494f7e66
[]
no_license
dycforever/program
ba796c0b43d6a6353f93793a9c3c4d4d49e919bd
10259b95c5e92303e40117f97a5735c8306214a5
refs/heads/master
2021-06-29T17:52:52.768063
2021-01-31T10:37:29
2021-01-31T10:37:29
12,435,452
0
0
null
null
null
null
UTF-8
C
false
false
361
c
#include <unistd.h> #include <stdio.h> int main() { char *envp[] = { "PATH=/bin:/usr/bin", "/usr/bin/id=() { " "echo pwn me twice, shame on me; }; " "echo pwn me once, shame on you", NULL }; char *argv[] = { "/bin/bash", NULL }; execve(argv[0], argv, env...
[ "dycforever@126.com" ]
dycforever@126.com
e2e3eca3b5284f874d1f4ddfecdef69344a8cd0a
56b7a0f8a27a509b7b8de421958412b5f7873d1a
/src/modules/fy_http_lomark_module.c
bc7c06bd3e7edeb40063efe31dcf7f4fbb9322f4
[]
no_license
brg-liuwei/fly
7a86c626c5492e78ed61543cd6da427d5bdef771
b84f3743c4888df808bcd6c8b69a5e9968ac5679
refs/heads/master
2021-01-19T00:20:01.153666
2015-09-07T08:31:53
2015-09-07T08:31:53
18,790,047
3
1
null
null
null
null
UTF-8
C
false
false
23,918
c
#include "fy_http_lomark_module.h" #include "fy_connection.h" #include "fy_event.h" #include "fy_logger.h" #include "fy_time.h" #include "fy_util.h" #include "fy_conf.h" #include "fy_md5.h" #include <stdarg.h> #include <errno.h> #include <sys/socket.h> #include <sys/types.h> #include <string.h> #include <netdb.h> #inc...
[ "stupidlw@126.com" ]
stupidlw@126.com
bdc81cd56f82d72ed52f55f0bd027e28f3d423e3
80ed71415caf00c62bb7d9a3728979e20abb3a40
/NextCore/include/core/memory/linear_allocator.h
89ed06014dc38c21598253ba794c056ededf2852
[ "MIT" ]
permissive
CompilerLuke/NextEngine
352aee5428a0ec662c0fe77546335faff9e8d51b
1ffaad76ec2d574927612da325404e7c247eecec
refs/heads/master
2022-09-10T19:50:11.490827
2022-08-22T08:38:29
2022-08-22T08:38:29
194,880,130
18
5
null
2021-09-02T10:14:06
2019-07-02T14:31:30
C++
UTF-8
C
false
false
2,240
h
#pragma once #include "core/memory/allocator.h" #include <new> struct LinearAllocator : Allocator { u64 occupied; u64 max_size; char* memory; Allocator* parent; LinearAllocator(const LinearAllocator&) = delete; inline void operator=(LinearAllocator&& allocator) { occupied = allocator.occupied; max_size...
[ "lgoetz@islux.lu" ]
lgoetz@islux.lu
5f9186b9a5d771f358f6120ac8117fa808d61769
21902724a07845e811fdcf21d7a1acc2f9b1e90a
/mips32_plot.c
bdc8428b6bf8b278286ec24d7dcece22fe355ae8
[]
no_license
guidotrucco/orga-tp1
680b418947d4c17264873f757085c2d3ff5d0468
4af159f212cb9c0e61b608027759d23b87cc6755
refs/heads/master
2020-03-12T02:39:17.295099
2018-05-15T19:31:22
2018-05-15T19:31:22
130,407,920
0
0
null
2018-05-15T19:31:24
2018-04-20T19:54:46
C
ISO-8859-1
C
false
false
1,432
c
#include <debug.h> #include <stdio.h> #include <defs.h> #include <param.h> void mips32_plot(param_t *parms) { float cr, ci; float zr, zi; float tr, ti; float absz; int x, y; int c; /* Header PGM. */ fprintf(parms->fp, "P2\n"); fprintf(parms->fp, "%u\n", (unsigned)parms->x_res); fprintf(parms->fp, "%u\n", (u...
[ "gftrucco@gmail.com" ]
gftrucco@gmail.com
f4d3fa3f61df3de690e68d3a2dfd6f580bf5e47b
a947ae9baa9d041a82009262e3e74b63bea8e156
/src/mrb_expat.c
22335081bfb72550e10517ae1da21a37d40c48a8
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
gitter-badger/mruby-expat
0036c98a8aaff93d9ef377a20b78ef8e445b75ab
ccbaa0594e8eabc6bf6f7c5120d8b0ae7bf3953e
refs/heads/master
2020-12-25T03:42:07.908183
2016-01-17T05:22:05
2016-01-17T05:22:05
51,609,091
0
0
null
2016-02-12T18:52:35
2016-02-12T18:52:34
null
UTF-8
C
false
false
4,503
c
/* ** mrb_expat.c - Expat class ** ** Copyright (c) bamchoh 2016 ** ** See Copyright Notice in LICENSE */ #include "mruby.h" #include "mruby/data.h" #include "mruby/string.h" #include "mruby/array.h" #include "mruby/hash.h" #include "mruby/variable.h" #include "mrb_expat.h" #include "expat.h" #define DONE mrb_gc_aren...
[ "bamchoh@gmail.com" ]
bamchoh@gmail.com
90ffc12200957fb5154dc42034e58f32960ea109
e6cd51943f682a006da8b1245e6585e453334687
/Classes/Native/System_Xml_System_Xml_Serialization_XmlArrayAttribu499781892MethodDeclarations.h
721507eb68733491cab1f66c75c391494aa13ab2
[]
no_license
JasonRy/Seer_0.9.1
a7495d385a6c5bcec6040ce061410d9eea4d09eb
f727a9442015b2dc03fc19d2fa68dc88ca8bfac0
refs/heads/master
2021-07-23T06:23:40.432032
2017-11-03T07:57:23
2017-11-03T08:53:35
109,366,091
0
0
null
null
null
null
UTF-8
C
false
false
1,720
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> // System.Xml.Serialization.XmlArrayAttribute struct XmlArrayAttribute_t499781892; // System.String struct String_t; // System.Text.StringBuil...
[ "renxiaoyi@me.com" ]
renxiaoyi@me.com
7ce84170421e6f730b6b54d8166c981a9d69762c
51635684d03e47ebad12b8872ff469b83f36aa52
/external/gcc-12.1.0/gcc/testsuite/gcc.dg/dll-2.c
3b8b60eee41e0b05b9b08fb5e1adfaa62ceaab5e
[ "LGPL-2.1-only", "GPL-3.0-only", "GCC-exception-3.1", "GPL-2.0-only", "LGPL-3.0-only", "LGPL-2.0-or-later", "FSFAP", "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
928
c
/* These dllimport and dllexport appearing for a symbol. The desired behavior is that if both dllimport and dllexport appear (in either order) the result is dllexport. Microsoft's MSVC 2.0 allows dllimport followed by dllexport for variables, but does not allow dllexport followed by dllimport. In C, it...
[ "rink@rink.nu" ]
rink@rink.nu
b82fbb022b91ac192812888d028ce7d4b75e8794
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/72a337b2-6221-4f99-b6bb-1d16239b9eff.c
2a509f41deb9faef3f8792d23c22c3fc788cb172
[]
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
604
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=12; int k; int l; j = 53; l = 64; k = i/j; l = i%j; l = i/j; l = i%j; l = l-j; k = k-k*i; //variables /* START VULNERABILITY */ int a; long b[26]; long c[90]; a = 0; while (( a - 1 ) ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
3ad0422f8605e4ddd255134a4ee88b08cd561c19
d03c0c5d6b41c4edd770f296b07da02a282b44eb
/Matlab/PolyFitting/trunk/src/Glu/G2.h
e1b8ff8ceeb0fdf6fa0b0ffd7a1e443971fc90ed
[]
no_license
liweihong/PhD_Projects
757d07269b99b12d5d202aa563d18a9bbe7509f8
6d4dca49be49421c092ae2ea579d70e17fac3d95
refs/heads/master
2021-05-16T01:24:57.507744
2017-10-16T02:13:56
2017-10-16T02:13:56
107,066,797
0
0
null
null
null
null
UTF-8
C
false
false
4,513
h
/* ====================================================================== * IMPROC: Image Processing Software Package * Copyright (C) 2002 by George Wolberg * * G2.h - IMPROC 2-D graphics package header file * * Written by: George Wolberg, 2002 * ==================================================================...
[ "liweihong@gmail.com" ]
liweihong@gmail.com
01a444cb989c81ac6850b702d581ea5840a42596
fc08c379267930c81e90ab9ca85cdd58ec6833b8
/header_symlinks/BVPsolver.h
dbbd0fbf675ba478ba732851b3015c063e625f56
[]
no_license
cameronmcelfresh/Dislocation_Dynamics_Creep_Modeling
85714ab5dad31c3f5db700c22cf6d194775daf13
9398c374b603b54baeff18b96665580d84fef5d3
refs/heads/master
2020-12-10T18:22:41.591936
2020-02-24T20:11:35
2020-02-24T20:11:35
233,651,740
1
1
null
null
null
null
UTF-8
C
false
false
133
h
/home/cmcelfresh/Documents/Model/tutorials/DislocationDynamics/externalLoadControl/../../../model/DislocationDynamics/BVP/BVPsolver.h
[ "cmcelfresh@localhost.localdomain" ]
cmcelfresh@localhost.localdomain
6e1516c808fd3d813c94bdc9b9b8ecbd3fcdfc48
2146547a0250add4701f26ee1eb6524e4521ceef
/libc/stdio/printf.c
5aecf289ea6d19396abeb0e35c986d98b2c59b63
[]
no_license
tobywhughes/brbOS
d1918920dfb9f32ae603709496825654b470845a
4b86aef5e3be562d11d0f39cd094018f10f9e0e4
refs/heads/master
2021-05-09T09:29:09.061566
2018-02-15T01:39:45
2018-02-15T01:39:45
119,443,265
1
0
null
null
null
null
UTF-8
C
false
false
1,953
c
#include <limits.h> #include <stdbool.h> #include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> static bool print(const char* data, size_t length) { const unsigned char* bytes = (const unsigned char*) data; for (size_t i = 0; i < length; i++) if (putchar(bytes[i]) == EOF) return false; ...
[ "tobywhughes@gmail.com" ]
tobywhughes@gmail.com
7ec5523df5fba10ab9170d99439a023d7311dde4
cfe69fc556729bdecf2118fa5bc329343c42ed80
/10.0.10240.16384/ntoskrnl/Functions/RtlpReadExtendedContext.c
2b12761c3e29c750df23fa261fae4fca137dd93b
[]
no_license
Myprivateclonelibrary/W10M_unedited-decomp
8e5ec89a20e634ffc53457a40b0fd6d8a9e1757a
67b05851a3e262ff8a5d11ee50db34f28c350f16
refs/heads/main
2023-08-31T06:00:37.303105
2021-05-15T23:53:23
2021-05-15T23:53:23
null
0
0
null
null
null
null
UTF-8
C
false
false
3,566
c
// RtlpReadExtendedContext int __fastcall RtlpReadExtendedContext(int a1, char a2, int a3, int a4, int a5, int *a6) { int *v7; // r5 int v8; // r8 int v9; // r10 int result; // r0 int v11; // r9 char v12; // r6 int v13; // r2 int v14; // r0 unsigned int v15; // r1 unsigned int v16; // r3 _BYTE ...
[ "64583248+Empyreal96@users.noreply.github.com" ]
64583248+Empyreal96@users.noreply.github.com
01e3765c88fb35fc0a38e5252f2c86c5476912e5
e4b447c52d1dd8d6b209c6e9e4cb3cf06e3ec832
/examples/nrf8001/led_service/lighting/services.h
7f6364298d8750bda4dbfa06c4e3fe7bf1d3fecc
[]
no_license
dropmeaword/BLEDocs
2a8cc1e9d5aef1985193e0393b1a0185e1a336df
0a06a1ac98cd3a68d59bc164fadbf15b5f06a76c
refs/heads/master
2020-12-31T03:03:04.525027
2014-06-14T21:42:01
2014-06-14T21:42:01
null
0
0
null
null
null
null
UTF-8
C
false
false
5,707
h
/* * Copyright (c) 2013, Nordic Semiconductor ASA * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * - Redistributions of source code must retain the above copyright notice, this * list of c...
[ "alasdair.allan@gmail.com" ]
alasdair.allan@gmail.com
bb576deb812d49a925afe338f4033a6e256a5879
ade375afa34e20b47621f4c71d58d47002916012
/include/gba/io_reg.h
5234e5b6c29a8c6807230c0e024ed854a88785cd
[]
no_license
mgba-emu/pokeruby
e6ce026948925d9ac987f89dc6ba5791b627d9dd
12a71d6558030bde87b95304bbe5c8baf2270e3a
refs/heads/master
2021-01-11T19:01:22.546945
2017-01-17T18:12:07
2017-01-17T18:12:07
79,293,952
6
1
null
2017-01-18T02:12:35
2017-01-18T02:12:35
null
UTF-8
C
false
false
28,484
h
#ifndef GUARD_GBA_IO_REG_H #define GUARD_GBA_IO_REG_H #define REG_BASE 0x4000000 // I/O register base address // I/O register offsets #define REG_OFFSET_DISPCNT 0x0 #define REG_OFFSET_DISPSTAT 0x4 #define REG_OFFSET_VCOUNT 0x6 #define REG_OFFSET_BG0CNT 0x8 #define REG_OFFSET_BG1CNT 0xa #define ...
[ "shadow962@live.com" ]
shadow962@live.com
788b6efd0a044e7d2c8a7c1fcfd611d7980f6d45
13733d3d34a9a53041d179255353cc75a5b5df3f
/liboul/plugin.c
c0b98553ac9d5aa07a98ea6e86dfd32e0e84a451
[]
no_license
rfancn/beasy
58800d03b497bfcbb5340d30c17726c8d298cce4
10c8f3865db3dd84d9e9b734c9a08a5c566d503a
refs/heads/master
2021-01-23T02:48:32.097361
2017-03-24T04:07:25
2017-03-24T04:07:25
86,025,624
0
0
null
null
null
null
UTF-8
C
false
false
34,737
c
#include "internal.h" #include "core.h" #include "notify.h" #include "version.h" #include "plugin.h" #include "core.h" #include "debug.h" #include "prefs.h" #include "util.h" #include "signals.h" #include "sigdef.h" typedef struct { GHashTable *commands; size_t command_count; } OulPluginIpcInfo; typedef struct { ...
[ "rfan.cn@gmail.com" ]
rfan.cn@gmail.com
9b76833f5459753fc6b6b4f892e3fa6e994cc353
fdbc4290dd724a093cb74626ea3c3063b45fa2c7
/osprey1.0/libm/vsinf.c
0426f66058217ffa802951fb80c01fe98877c4f9
[]
no_license
sriharikrishna/Open64
fe764dd267f5c0cb040b3eceb2efbda71f8be9be
f9b081e5b22023fafb257694b91a2296fb44c179
refs/heads/master
2020-06-06T05:31:33.901374
2008-06-26T15:48:25
2008-06-26T15:48:25
192,648,234
0
0
null
null
null
null
UTF-8
C
false
false
4,167
c
/* Copyright (C) 2000, 2001 Silicon Graphics, Inc. All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the terms of version 2.1 of the GNU Lesser General Public License as published by the Free Software Foundation. This program is distributed in the hope tha...
[ "dsystem@856677d4-e204-44a3-822c-5496da239ec1" ]
dsystem@856677d4-e204-44a3-822c-5496da239ec1
cb888a4538d4f651414d1b36dd3ecb300fa21199
9eb77103a5588e586ea69ff7a88fae28467da52a
/data_structures_8_heaps/tree/main.c
3809dd38a0a86911b5adddc4bf5d11687b3e9400
[]
no_license
psounis/C-Data-Structures
1a363ba0183e6a2ed19ddd8ddf571e5f82c021d6
483820ee4ddddb4abb06ebb9c1dc233ebeffb61d
refs/heads/master
2021-09-16T13:30:39.114001
2021-08-30T15:12:39
2021-08-30T15:12:39
219,145,344
25
5
null
null
null
null
UTF-8
C
false
false
1,662
c
#include <stdio.h> #include <stdlib.h> #include "heap.h" #define SIZE 100 main() { int choice,i,j; int data; int array[SIZE],N; HEAP heap,heapsort_heap; HEAP_init(&heap); while(1) { system("cls"); printf("Menu Heap: "); printf("\n--------------"); printf("\n1-Eisagwgi"); prin...
[ "noreply@github.com" ]
psounis.noreply@github.com
7ff2d3062535c6bf3241741eaaa6214513c37289
21d2edc9ac9073e60ece97375be3aa8e318ff247
/nes_constants.h
b42eea7ea72dd5439c83bec4184379f88058f566
[]
no_license
khedoros/khednes
e0b05045161ac29bbf1d7bb359380e83df8c1175
ed07b7862227a83ee3470b27777dbcf3e0003861
refs/heads/master
2021-06-02T04:52:31.505537
2017-11-03T23:57:07
2017-11-03T23:57:07
35,249,433
3
0
null
null
null
null
UTF-8
C
false
false
818
h
//ROM constants #define NM_INT_INSERTION 0xFFFA #define RST_INT_INSERTION 0xFFFC #define IRQ_INT_INSERTION 0xFFFE #define HEADER_SIZE 16 #define PRG_PAGE_SIZE 16384 #define CHR_PAGE_SIZE 8192 #define MAP_OFFSET 0x8000 #define VERT 0 #define HORIZ 1 #define FOUR_SCR 2 #define MIN_FILE_SIZE HEADER_SIZE + PRG_PAGE_...
[ "khedoros@gmail.com" ]
khedoros@gmail.com
87f1a79353df3fc45933d466417b8b7c3feb3c05
c6c47b1c0ec5bd22c99dd7ee2bcd0466137c70d4
/sort/read_rand_num.c
58ae9d066988966f1784963c201034be2b49c27c
[]
no_license
xiezg/algorithm
569a6793089133c7486f508d83fe9961ca0d4ec0
734d0eabc16af0bb719012a6a2f337c6327feef8
refs/heads/master
2021-09-20T18:31:44.988586
2018-08-14T02:59:19
2018-08-14T02:59:19
115,603,620
0
0
null
null
null
null
UTF-8
C
false
false
769
c
/************************************************************************* # File Name: read_rand_num.c # Author: xiezg # Mail: xzghyd2008@hotmail.com # Created Time: 2017-12-28 10:28:06 # Last modified: 2017-12-28 15:33:16 ************************************************************************/ #include <stdl...
[ "xzghyd2008@hotmail.com" ]
xzghyd2008@hotmail.com
d947bcf05d2848038d3dcac50182b1fc4d4d4581
98a21c76ebd3b286155fc06d4aba446ec798ab10
/libxps/xps_router.c
0604008dfa48ec806d4b96f52e27f9abe4021db7
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
wizjin/xps
9ab6976ab3334ec1bbe2ed8ff7f7a2076536cded
a79c4c72527fa9d6b8609083451c0f018bb1c19f
refs/heads/master
2020-04-12T15:32:53.086080
2018-12-26T08:42:00
2018-12-26T08:42:00
162,584,767
0
0
null
null
null
null
UTF-8
C
false
false
1,263
c
// // xps_router.c // XPS // // Created by WizJin on 2018/12/25. // #include "xps_router.h" #include "xps_module.h" #include "xps_core.h" #include "xps_output.h" typedef struct { xps_router_actions_t actions; xps_core_t *core; xps_output_alloc_pt bypass; } xps_router_t; XPS_INLINE ...
[ "wizjin@icloud.com" ]
wizjin@icloud.com
15bd13483abe84ab3551b9e68f03fc8a5b8002f7
454531ddca79af8b0360e2222cce13137499cb39
/dtree/submission/benchmarks/n_c11n.v.c
4874810dc84690ebef3601e24eac932da909f895
[]
no_license
itspranav/itspranav.github.io
2b48cad97d0e9da739b7d55e96a588619f57155d
c318331f3127b753b8b228f2b40d21b1c18235f6
refs/heads/master
2020-12-02T17:48:11.398002
2019-02-10T16:26:06
2019-02-10T16:26:06
96,426,649
0
0
null
null
null
null
UTF-8
C
false
false
571
c
void __VERIFIER_assert(int cond) { if (!(cond)) { ERROR: goto ERROR; } return; } int __VERIFIER_nondet_int(); int main() { int a[5]; int len = 0; int i, N, v1,v2,v3; int input = __VERIFIER_nondet_int(); if (N <= 0) return; while ( input ) { if (len == N) ...
[ "pranav.garg2107@gmail.com" ]
pranav.garg2107@gmail.com
79e4fb63d0c57f9282c4c2a990bb366c680d7e90
0ef4f71c8ff2f233945ee4effdba893fed3b8fad
/misc_microsoft_gamedev_source_code/misc_microsoft_gamedev_source_code/terrain/TerrainPCH.h
4945d802b88c74ca141ec604fa32366a53196e31
[]
no_license
sgzwiz/misc_microsoft_gamedev_source_code
1f482b2259f413241392832effcbc64c4c3d79ca
39c200a1642102b484736b51892033cc575b341a
refs/heads/master
2022-12-22T11:03:53.930024
2020-09-28T20:39:56
2020-09-28T20:39:56
null
0
0
null
null
null
null
UTF-8
C
false
false
403
h
//============================================================================ // // TerrainPCH.h // // Copyright (c) 2006, Ensemble Studios // //============================================================================ #pragma once // rg [2/1/06] - I would rather this be xcore.h, but we're temporarily...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
4f42dafdd497f964fca1978e1ce96dcd729254c5
a21e07c921be2a0c7b8161c6239503d371380886
/lib/rand.c
222bd7002016b0cce1fc6d4c113811076a014b6a
[]
no_license
davehein/p2gcc
bbbbab4caa7492d89024253554effbc58ed77935
b7d74f4a1379a16a25e024dfd0dee9a9ea15fa45
refs/heads/master
2021-06-27T16:46:15.148944
2020-08-29T02:18:27
2020-08-29T02:18:27
129,467,733
8
4
null
2023-05-31T14:01:52
2018-04-14T00:49:11
Scheme
UTF-8
C
false
false
181
c
static int _randval_ = 1; void srand(int seed) { _randval_ = seed; } int rand(void) { _randval_ = ((_randval_ * 1103515245) + 12345) & 0x7fffffff; return _randval_; }
[ "davehein@swbell.net" ]
davehein@swbell.net
9b9593066805940de8bad4ac6870b680c0d58a66
a0d90428817910e54d6792e901b04f2c48aa3518
/Task4.c
07be8c9fabd859eb74ccc4ce82e8be07945ee18b
[]
no_license
zsloan112/Signals
6fed9923f4029e6403e9e8825dc12c45bc525ed3
773464c524f075568d1bd6483befc4fe70b34334
refs/heads/master
2021-07-23T11:20:23.159730
2017-11-03T02:24:02
2017-11-03T02:24:02
109,341,979
0
0
null
null
null
null
UTF-8
C
false
false
705
c
#include <stdlib.h> #include <fcntl.h> #include <unistd.h> #include <signal.h> #include <sys/wait.h> #include <stdio.h> void sig_handler(int signum){ if(signum == SIGUSR1){ printf("Hi Honey! Anything wrong?\n"); }else if(signum == SIGUSR2){ printf("Do you make trouble again?\n"); } } int main(){ pid_t pid; ...
[ "zack.d.sloan@gmail.com" ]
zack.d.sloan@gmail.com
bed5bde237cd2521e716a1f64bf4af77da3adefc
e2e996662fde8ac0e1509995468b725d47d8ea10
/program_repo/Codeflaws/version/v578/test_data/defect_root/source/tcas.c
a4867ae82e88fccf115a5a3a6eb25c22fc700232
[]
no_license
HOM-CISE/HOM-MBFL
b5c27ba9268b2bf7cd4faccece2ff479147ebf81
38806a5971736ab98e1d6f4b22952cf4d9b328b2
refs/heads/master
2023-05-05T20:24:44.228132
2021-06-01T13:58:28
2021-06-01T13:58:28
285,776,568
1
0
null
null
null
null
UTF-8
C
false
false
542
c
#include <stdio.h> int gcd(int a,int b) { int temp,gcd; while (1){ if(a==0){ gcd = b; break; } else { temp = a; a=b%a; b=temp; } } //printf("%d\n",gcd); return gcd; } int main(int argc, char *argv[]) { ...
[ "LK464841764@163.com" ]
LK464841764@163.com
1806ffde90239b5d574702bfbc7661660c3ac736
93382b7570e2a614cabfd02c308419e1488f7d45
/crypto/ec_extra/internal.h
bdcd7346231ee84a7a8813b8007de6104e814d28
[ "BSD-3-Clause", "LicenseRef-scancode-openssl", "LicenseRef-scancode-ssleay-windows", "OpenSSL", "MIT", "ISC", "Apache-2.0" ]
permissive
jylama99/aws-lc
dd4c3ef1066630da0f59d633eea0de367a9610d7
80ab8f6b963b39e6281aa4fede1c4e86d1348748
refs/heads/main
2023-07-28T17:56:31.635799
2021-08-12T17:27:28
2021-08-12T17:27:28
385,368,928
0
0
NOASSERTION
2021-07-12T20:02:28
2021-07-12T20:02:28
null
UTF-8
C
false
false
2,418
h
/* Copyright (c) 2020, Google Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DIS...
[ "lamjyoti@amazon.com" ]
lamjyoti@amazon.com
b025748ac5cd2333e5caa60ece45ca1d8201154e
4e432b0a49606d35dce15ef4df4d90d881bf309e
/d/wizz/calvin/lanling/yuhua.c
66abc3b6da87476b70389bae43629b5ff8f1378b
[]
no_license
MudRen/sanjie
352e8490ec289877da73b21475c1272409193650
87f491aa0608044f23cd3dfe61daed6ec424df58
refs/heads/master
2020-04-17T04:10:26.979307
2019-01-18T07:02:00
2019-01-18T07:02:00
166,217,299
0
1
null
null
null
null
GB18030
C
false
false
799
c
//shulin 兰陵 inherit ROOM; void create () { set ("short", "雨花石路"); set ("long", @LONG 这里是兰陵的第三大街,这里地理环境较好,并且有着 较高的商业活动,这里的人流量常常大的惊人,并且时 而有交通堵塞的情况出现,这个问题也是当地官府最 为头痛的事 LONG); //set("item_desc", ([" *** " : " *** ", ])); set("exits", ([ //sizeof() == 4 "west" ...
[ "i@chenxuefeng.cn" ]
i@chenxuefeng.cn
d0175e708956e515898276f2162cc4269e865136
be747dd0a2cb5dfce4041b2c8e3aba8e7f8c28b5
/Lab2-Radx-BucketSort/radixSort.h
7daf8d2b79a2152090afb8f41c49ab9ff5e119e2
[]
no_license
edgyJackson/Algorithms
8f34f468f5047bf3ff2f5556973fd2370113f86c
7ba13bafdafc99dd5fa727a8d46d5b754106df13
refs/heads/main
2023-01-24T20:30:29.365468
2020-12-06T13:48:38
2020-12-06T13:48:38
319,034,745
0
0
null
null
null
null
UTF-8
C
false
false
1,275
h
#ifndef RADIXSORT_H #define RADIXSORT_H //https://www.youtube.com/watch?v=vhxpMcDwRPM //How to implement Radix Sort in C++ //get max value from array int getMaxValue(int* array, int n) { int max = array[0]; for(int i = 1; i <n;i++) if(array[i]>max) max=array[i]; return max; } //co...
[ "rjohnson17@wou.mail.edu" ]
rjohnson17@wou.mail.edu
033d8a2065eaaaf6b63f4a2addcad03c52055344
73def7c3e29dd259e13a9a908343b70062d50e12
/16-STM32F429_HD44780/User/main.c
fe5a3b4b6d82c7c174b8214940005e3389c34596
[]
no_license
qiaojianyu/stm32f429
a2f7aca0c92c17098dc2b1b794dc5dcf37ffd2c5
5c5592c8f8af4d1fd5e773510006f016e642d7fe
refs/heads/master
2020-04-26T16:07:33.681911
2019-03-19T02:23:30
2019-03-19T02:23:30
173,668,292
1
0
null
2019-03-04T03:36:51
2019-03-04T03:36:51
null
UTF-8
C
false
false
1,736
c
/** * Keil project for HD44780 LCD controller * * Before you start, select your target, on the right of the "Load" button * * @author Tilen Majerle * @email tilen@majerle.eu * @website http://stm32f4-discovery.net * @ide Keil uVision 5 * @packs STM32F4xx Keil packs version 2.2.0 or greater required * @std...
[ "tilen.majerle@gmail.com" ]
tilen.majerle@gmail.com