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
7d97a889807051fffa7802db70572487bfbfd3d8
f89f45f8ab22c644e0bb43cca38022880356ccc0
/ds/linked_lists/sum_of_linked_lists.c
e81baa8b45cba6c91b3d7dbfb6917f39aadde7bd
[]
no_license
vebzzdude/c_programs
38bc1d73bf4aee5c125d803f4c7ca51a934168cb
a814cc76b0602c44566ac3403d91cab6cb221450
refs/heads/master
2020-04-11T04:40:57.872733
2019-03-05T11:41:53
2019-03-05T11:41:53
161,521,598
0
0
null
null
null
null
UTF-8
C
false
false
2,715
c
#include "single_linked_list.h" sl *sum_of_reverse_lists(sl *list1, sl *list2) { sl *nd1 = NULL, *nd2 = NULL, *list3 = NULL, *node = NULL, *last = NULL; int carry = 0; /* Reverse both the linked lists */ list1 = reverse_linked_list(list1); list2 = reverse_linked_list(list2); nd1 = list1; nd2 = list2; ...
[ "noreply@github.com" ]
vebzzdude.noreply@github.com
83088c398157912f8ff5ddcb7fcf687c31563917
603f4c9188d69d437277a5d1594e5450dd6b2a2b
/overflowExample.c
1d964a67b65947cdfb18d8ad2d326270d4f5ba6c
[]
no_license
jeredepp/bo
fa7f787cd815a91b9cd864dbb4507cc7531672ff
88dfd90eadc0c4cce1f6dc9c7870eb302a82c2c8
refs/heads/master
2021-01-10T09:01:47.456464
2016-01-05T16:49:48
2016-01-05T16:49:48
47,768,755
0
0
null
null
null
null
UTF-8
C
false
false
779
c
#include <stdio.h> #include <string.h> #define MAX_INPUT_BUFFER 256 /* * input lesen und in s kopieren * */ void getlines(char *s) { int c; while ((c=getchar()) != EOF){ *s++ = c; } *s = '\0'; } /* * Newlines entfernen */ void removeNewlines(char *s) { int l; ...
[ "root@debianbo.(none)" ]
root@debianbo.(none)
f37adadef335f1b1b2be70e09fd8adb9d466e289
0410d1c83e9a50819ca4f3611a565c557867780a
/hos-mips/kern-ucore/include/bluetooth.h
84e170bc106d84460d49433db44349ad316e97da
[]
no_license
QYCccccc/System_ability
8077286aa2175211bedecb486cde80c5f20e9966
1363a52e93ae571fd79e60ef65b954a12e57e17e
refs/heads/master
2020-11-28T03:42:29.216811
2020-01-03T08:00:28
2020-01-03T08:00:28
229,694,739
1
0
null
null
null
null
UTF-8
C
false
false
1,361
h
#ifndef __KERN_DRIVER_BLUETOOTH_H__ #define __KERN_DRIVER_BLUETOOTH_H__ #define GPIO_CAR_PORTS 0xB0600000 #define PWM_INT_4_BASE 0xB0C00000 #define output (*WRITE_IO(GPIO_CAR_PORTS)) #define output_pwm (*WRITE_IO(PWM_INT_4_BASE)) // 定义 马达驱动接口 #define DIR_CLK 0 #define DIR_ENABLE 1 #define DIR_SERIAL 2 #defin...
[ "qyc@hust.edu.cn" ]
qyc@hust.edu.cn
fffed2b1150ca2f4e6debb48aa79db9d4f0b0e11
6f1cf08472a3753394b2082e7c3b0b184f6e77b0
/games/trek/damaged.c
dcf370a32af8e87c7d762266f88b7c2c10b22aa7
[]
no_license
dank101/4.2BSD
c6a37949c0a65d9f7f5a34dadc36116aecc9c88a
708b3890ac0c2f034f2840b5ee9125b3c83a05bc
refs/heads/master
2020-05-29T22:30:27.674649
2014-08-02T01:53:24
2014-08-02T01:53:24
22,525,057
4
2
null
null
null
null
UTF-8
C
false
false
655
c
#ifndef lint static char sccsid[] = "@(#)damaged.c 4.1 (Berkeley) 3/23/83"; #endif not lint # include "trek.h" /* DAMAGED -- check for device damaged ** ** This is a boolean function which returns non-zero if the ** specified device is broken. It does this by checking the ** event list for a "device fix" action on ...
[ "dank101@localhost.localdomain" ]
dank101@localhost.localdomain
02077759c4987cf8d35081a20bf6ac4fb5474304
7f24b8547b57ce0b4eddbf5c7955c06864768371
/main.c
49bf9f088cca349715a7136d40dccca2b9c893bd
[]
no_license
Liuuuxy/SNAKE1
9e5ef5f9a20532a27a01322bab807e810433ebbb
0c46a46a18b4e033705a83901133f453bbf3c804
refs/heads/master
2020-04-04T16:09:50.320489
2018-11-04T09:30:03
2018-11-04T09:30:03
156,067,040
0
0
null
null
null
null
UTF-8
C
false
false
225
c
#include <stdio.h> #include <stdlib.h> #include "SNAKE1.h" extern char name[30]; int main() { //welcomePage(); CreateMap(); CreateFood(); CreatePoison(); if (ClickControl() == 0) return 0; return 0; }
[ "liu_official@126.com" ]
liu_official@126.com
ab3404b58ce412f25e7b39a4285802875c18d797
32e910f5440c10b384bb26b5555ac7adb77540ee
/src/3rd_party/apr-util-1.5.3/include/apu.hw
a6cde01a3a84522138ee41b59bcac0d0009fc856
[ "LicenseRef-scancode-generic-export-compliance", "Apache-2.0", "LicenseRef-scancode-rsa-md4", "OLDAP-2.8", "MIT", "NTP", "RSA-MD", "BSD-4.3RENO", "Beerware", "LicenseRef-scancode-rsa-1990" ]
permissive
smartdevicelink/sdl_core
76658282fd85b16ed6d91d8d4087d8cd1353db76
7343fc72c12edc8ac42a62556c9e4b29c9408bc3
refs/heads/master
2022-11-04T12:17:58.725371
2022-10-26T15:34:13
2022-10-26T15:34:13
24,724,170
269
306
BSD-3-Clause
2022-10-26T15:34:15
2014-10-02T15:16:26
C++
UTF-8
C
false
false
4,732
hw
/* Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not...
[ "jjdickow@gmail.com" ]
jjdickow@gmail.com
1d0de6eed115835dc9b4e18d83d126d65921b0d0
53fd46bf71ae0c0d16ef1e6c5ed367a2a5614d6d
/src/old/connectivity.c
8526476296f9da07d77a343f9d2e16529b82e88a
[]
no_license
rahulverma88/lsmpqs-1.0
bdbd78969ed53f627dcaa2406084d832e0005b3b
04178c0484b997be047528658b7c0c25a86aa0d2
refs/heads/master
2021-05-06T04:15:00.996419
2019-08-19T23:56:47
2019-08-19T23:56:47
114,927,593
2
3
null
null
null
null
UTF-8
C
false
false
63,773
c
/****************************************************************************** * * Author: Masa Prodanovic * Copyright (c) 2009, The University of Texas at Austin. All rights reserved. * ******************************************************************************/ /*! \file connectivity.c File contain...
[ "rahulverma@utexas.edu" ]
rahulverma@utexas.edu
2117382d12278d03a6f613af81b9b2c71d5e3f43
8b5f8a210d76faeff0c236769ded33aac363adbf
/command/wizard/update.c
cfc21d8c322c779adfde17c409110d02c8a6f776
[]
no_license
rmanis/lil
0f5b4ae4c53cf5bef09c9f3417e258b3d85d47e3
9c86b3c0ca9c9afae4eb982e50a48841ccf5c058
refs/heads/master
2021-01-23T08:56:41.081679
2013-08-25T18:38:21
2013-08-25T18:38:21
8,063,104
2
1
null
null
null
null
UTF-8
C
false
false
663
c
#include <globals.h> inherit "/inherit/command/multi-file"; string usage() { return "Usage: update { <file> }"; } void operate(string path) { object obj; int exists; if (!(sizeof(stat(path + ".c")) || sizeof(stat(path)))) { exists = 0; previous_object()->tell(sprintf("%s does not exi...
[ "richie.manis@gmail.com" ]
richie.manis@gmail.com
765882c2ebaa1df40df5d7a24f972e3b6ed4fa18
62510fa67d0ca78082109a861b6948206252c885
/hihope_neptune-oh_hid/00_src/v0.3/kernel/liteos_m/components/net/lwip-2.1/porting/include/lwipopts.h
4f1ab72162e961c0235f4da0c8246dd7121b7e9f
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
dawmlight/vendor_oh_fun
a869e7efb761e54a62f509b25921e019e237219b
bc9fb50920f06cd4c27399f60076f5793043c77d
refs/heads/master
2023-08-05T09:25:33.485332
2021-09-10T10:57:48
2021-09-10T10:57:48
406,236,565
1
0
null
null
null
null
UTF-8
C
false
false
1,819
h
/* * Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved. * Copyright (c) 2020-2021 Huawei Device Co., Ltd. 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. Redist...
[ "liu_xiyao@hoperun.com" ]
liu_xiyao@hoperun.com
687d7dc5c0cb8c10402400f76118d89f3d9148bc
a488202211f81b7f7e38303a9083d613b22be102
/src/config.h
58215a4927db45e6c69e3ae84e5611df1e9855dc
[]
no_license
Edzelf/ESP32-pdp8-simulator
49a472a04a0d3cea4c98d7e1456bdeba392eb6e4
68e904878b2116cd70bc7f25862c62835240756a
refs/heads/master
2023-06-29T21:17:45.563356
2023-06-19T09:54:58
2023-06-19T09:54:58
102,107,433
16
2
null
null
null
null
UTF-8
C
false
false
1,206
h
// config.h // Some definitions for the used hardware // Note that the flash size (4 or 16 MB) should be configured in platformio.ini! #define MEMBLOCKS 8 // Number of 4k memory blocks, max is 8 #define WIFI_SSID "SIDD-11" // Enter your WiFi credentials here #define WIFI_PA...
[ "noreply@github.com" ]
Edzelf.noreply@github.com
eed325fc7939b44343c5baa8a1be19a69b171b9e
eeef686523c48b6a146740b6e437845b76eba5c2
/firmware/esp-wroom-32/dc26-esp/components/mkfatfs/src/fatfs/fatfs.c
967e5824f76a6756ff830673ecd666983f8a82e3
[ "MIT" ]
permissive
thedarknet/dc26-badge
4978dbab386048a043c3eed3df04429a01dcf620
63ec6ed78119f4a01306306670271d03764ec5c3
refs/heads/master
2021-09-20T17:15:32.536441
2018-08-13T05:07:43
2018-08-13T05:07:43
112,964,686
15
6
null
null
null
null
UTF-8
C
false
false
7,136
c
#include <stdlib.h> #include "esp_log.h" #include "esp_err.h" #include "wear_levelling.h" #include "diskio.h" #include "diskio_spiflash.h" #include "esp_vfs_fat.h" #include "esp_vfs.h" #include "fatfs.h" #define MY_ALLOCATION_UNIT 512 // define sector size, valid values: 512, 1024, 2048, 4096 #define MY_CLUSTER_SIZ...
[ "gregory@gregoryprice.net" ]
gregory@gregoryprice.net
c15d02ec6af1e17e35a8536ef9b1eeaaf1aa68ef
49cc2553f45d3bd9c3e4db259013e94a354eeebf
/random.c
ec78190e688af062ae7ace8c413caaac07373371
[]
no_license
JRK123/DATA_STRUCTURE
84702faba336ec0315188064c11e4b8c04d27263
e565c997daa672bbb1b26140cdf7802c6515dc54
refs/heads/master
2021-05-09T04:09:26.051773
2018-02-03T13:22:29
2018-02-03T13:22:29
119,264,959
1
0
null
null
null
null
UTF-8
C
false
false
279
c
#include <stdio.h> #include <stdlib.h> #include <time.h> int main() { int n, max; time_t tt; scanf("%d%d", &n, &max); srandom(time(&tt)); int z = n, t; while(n) { t = z; while(t) { printf("%ld ", random() % max); t--; } printf("\n"); n--; } return 0; }
[ "JRK123" ]
JRK123
e46e6c507183eec41c1de863d79a5341ace131df
ddb4836776cccda458388d227f81cc562f832a35
/record/wrapper-engine/mpi_print.c
573d2999ffba2ca647a154711e3a1378d8c8831b
[]
no_license
frs69wq/ScalaTrace-TI
4ab922ce693180eb78ba2df7830834d907e6ff19
630d9774f6bab8113e993ff94de0890342faa0a0
refs/heads/master
2020-04-06T06:46:34.196378
2017-01-20T08:15:20
2017-01-20T08:15:20
19,394,517
4
0
null
2014-07-31T14:03:15
2014-05-03T03:28:28
C
UTF-8
C
false
false
9,650
c
/* * Copyright (c) 2002-May 2, 2014: Bronis de Supinski (bronis@llnl.gov) * Copyright (c) of subsequent modifications of this code: * Frederic Suter, CNRS / IN2P3 Computing Center <fsuter@cc.in2p3.fr> * Henri Casanova, ICS Dept., University of Hawai`i at Manoa <henric@hawaii.edu> * The license of the original cod...
[ "frederic.suter@cc.in2p3.fr" ]
frederic.suter@cc.in2p3.fr
32562d83c59e6b0c8f69035ef6f0e22462d42ab6
2d3095b4b61ffdd92e9ddf0da31f400dc355c9ce
/TP1/sockets/socket_server.c
44943493b69429b50496f39e1a56df1588d06aaa
[]
no_license
namdlog/distributed_systems
56a95df4ece7d0ba9792ece57c56636fe9dfd54b
a77441101315ab358a7c29260c793a343c0ae981
refs/heads/main
2023-08-16T05:25:23.207850
2021-10-13T03:29:18
2021-10-13T03:29:18
391,515,156
1
0
null
null
null
null
UTF-8
C
false
false
1,982
c
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <time.h> #include <stdlib.h> #include <stdbool.h> #include <sys/socket.h> #include <netinet/in.h> #define PORT 1026 #define MAX_BUFFER 20 bool isPrime(int x){ // iterate through numbers from 2 to root of x ...
[ "guilhermegoldman@poli.ufrj.br" ]
guilhermegoldman@poli.ufrj.br
106afd7ffc894867c6dfb30306be2f817a330418
64c7b1fa2debeffa693fb6d900e896ddcc34777e
/NCTUns-6.0/src/nctuns/protocol_HEADER/test_80211e_framebody/test_80211e_authentication_framebody.c
b681cd51f151ae5b06d3c98405df560e72bfc5ed
[ "LicenseRef-scancode-other-permissive" ]
permissive
knev/nctuns
6134250cac2c9430c63456b9f3000ab071538563
1da9012704c2cf88342c6229d1cf7ffea196d727
refs/heads/master
2021-01-18T15:02:36.747902
2015-04-24T04:51:27
2015-04-24T04:51:27
34,366,952
0
0
null
2015-04-22T03:42:16
2015-04-22T03:42:16
null
UTF-8
C
false
false
2,910
c
#include "../mac-802_11e_management_framebody.h" #include <stdio.h> #include <string.h> int main(int argc, char **argv) { u_char optional_info_flag; bool WithChallengeText; unsigned int ChallengeText_Len; unsigned int framebody_len; char *framebody; unsigned short AuthAlgoNum; unsigned short AuthT...
[ "tekdogan@gmail.com@75bd5688-ff95-11de-b4af-25c34a55dae2" ]
tekdogan@gmail.com@75bd5688-ff95-11de-b4af-25c34a55dae2
239624b1bb80ded3038e67ec57d99055cc9a3cae
503a64d7695a7d3f9be1f3875019689108123b9c
/Software/IPMC-UCOS/SYSTEM/usart.c
50a2eefdb421cea36393b0922fe7116166efd234
[]
no_license
isliulin/IPMC-Platform
bc9278bc34abe07d0046941c9a244e17aa91be22
3bbb4b2a2c2115c607f4e803a202b464fd52b876
refs/heads/master
2020-05-20T10:41:06.563410
2018-05-19T12:19:50
2018-05-19T12:19:50
null
0
0
null
null
null
null
GB18030
C
false
false
5,174
c
#include "usart.h" #include "delay.h" ////////////////////////////////////////////////////////////////////////////////// //如果使用os,则包括下面的头文件即可. #if SYSTEM_SUPPORT_OS #include "includes.h" //os 使用 #endif ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于...
[ "drinow@sina.com" ]
drinow@sina.com
68a9f4264287c5f78d4337e1a267fb0ef5b5ca60
b33a9177edaaf6bf185ef20bf87d36eada719d4f
/qtbase/include/QtGui/5.6.3/QtGui/private/qdrawhelper_mips_dsp_p.h
6c755639845adc370ccba0b240492f50b6fbe7f7
[ "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-commercial-license", "LGPL-2.0-or-later", "LGPL-2.1-only", "GFDL-1.3-only", "LicenseRef-scancode-qt-commercial-1.1", "LGPL-3.0-only", "LicenseRef-scancode-qt-company-exception-lgpl-2.1", ...
permissive
wgnet/wds_qt
ab8c093b8c6eead9adf4057d843e00f04915d987
8db722fd367d2d0744decf99ac7bafaba8b8a3d3
refs/heads/master
2021-04-02T11:07:10.181067
2020-06-02T10:29:03
2020-06-02T10:34:19
248,267,925
1
0
Apache-2.0
2020-04-30T12:16:53
2020-03-18T15:20:38
null
UTF-8
C
false
false
68
h
#include "../../../../../src/gui/painting/qdrawhelper_mips_dsp_p.h"
[ "p_pavlov@wargaming.net" ]
p_pavlov@wargaming.net
d57d6d65453c8e507378921b5cd574575dc741b8
771d1e0b46b55d319ec7dd02304de1e919475bcb
/VirtualDbgHide/VM/VmExitHandlers.c
cb291783bd11c60b460bad1f0525b70f9f28ff5b
[]
no_license
PeterG75/VirtualDbgHide
817c6cfc6598e7442d58f10f0f87987bc2c45a1d
7ca38189c40feb515bcfc3d7253d0e5d5b831e94
refs/heads/master
2021-04-26T22:46:46.790379
2015-03-21T20:42:12
2015-03-21T20:42:12
null
0
0
null
null
null
null
UTF-8
C
false
false
8,866
c
#include "stdafx.h" #include "../Syscall/Hook.h" NTSTATUS NTAPI HandleUnimplemented(PVIRT_CPU Cpu, ULONG InstructionLength) { DbgLog("vmx: unimplemented\n"); DbgLog("vmx: exitcode = 0x%llx\n", Cpu->ExitReason); DbgLog("vmx: rip = 0x%llx\n", Cpu->rip); Cpu->rip += InstructionLength; return STATUS_NOT_IMPLEMENTED...
[ "Nukem@outlook.com" ]
Nukem@outlook.com
950ae9a087a277bde0cdc137f37f7db58875fd1a
d83172e9c2fe00e4e840c7084bbec556aac6ee7f
/bwchart/bwrep/StdAfx.h
b16c370bd8797ebbd5916dd1f739f0296206e228
[ "MIT" ]
permissive
udonyang/scr-benchmark
e0ffe872a1fefa72a961a6a53eda99105d2f1be1
ed81d74a9348b6813750007d45f236aaf5cf4ea4
refs/heads/master
2023-07-14T05:00:52.570981
2021-08-29T16:48:46
2021-08-29T16:48:46
198,055,388
0
0
null
null
null
null
UTF-8
C
false
false
802
h
// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if !defined(AFX_STDAFX_H__BF3059C8_69E2_47F9_975F_6A03B6925A54__INCLUDED_) #define AFX_STDAFX_H__BF3059C8_69E2_47F9_975F_6A03B6925A54__INCLUDED_ ...
[ "xellosgeteternal@gmail.com" ]
xellosgeteternal@gmail.com
862ffec69201bf1ceb54c8fb6145e84481d3c5b4
3bf4ea3f55ee21679dc15cc88139c2bcf100a234
/tesseract4android/src/main/cpp/leptonica/src/prog/histoduptest.c
70c1c2d0388d2bca701d9069f524ffa01ebda6fc
[ "CC-BY-2.5", "BSD-2-Clause", "Apache-2.0" ]
permissive
letin97/Tesseract4
002dea80b7a28fc59a5950daf126b25b5de8d2c5
9b798d6864bfc70933e6ea641a70435e2d5b9c2d
refs/heads/master
2022-03-28T00:08:50.680577
2020-01-10T05:46:22
2020-01-10T05:46:22
188,020,773
0
0
null
null
null
null
UTF-8
C
false
false
10,480
c
/*====================================================================* - Copyright (C) 2001 Leptonica. 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 so...
[ "tinlt5@vng.com.vn" ]
tinlt5@vng.com.vn
6f9363f6cce16dd2aeec23b0e872a993cb271880
25ffc9ba52e6785e212c3cd59330986afcee1c7d
/src/interactive/input.h
f441af3ca33897241538a0fbd8c60d1493f10868
[ "MIT" ]
permissive
tomeuv/wldbg
f83cdb61a5d0e2a0106b0fd2e449c3fde11c4b74
dcce7954a55c953fedd64f7e63a1f990fd093408
refs/heads/master
2021-04-30T08:16:00.105632
2018-02-13T10:38:08
2018-02-13T10:38:30
121,370,059
0
0
null
2018-02-13T10:37:46
2018-02-13T10:37:46
null
UTF-8
C
false
false
1,489
h
/* * Copyright (c) 2015 Marek Chalupa * * 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...
[ "mchqwerty@gmail.com" ]
mchqwerty@gmail.com
4045f4779c1a8f9094a59ba4b0b47a6f78b93ab3
04d0eec6e56596da1819dc79a507610541475c32
/Drive/timer.c
dccc6d03e97732aa367123dd6d8c50a8dd2766e7
[]
no_license
swiftjiang/STM8S_MBUS_SLAVER
539603583d7ff2f8a60484075b6f02ef864de18a
86b83fa48fc57c99d2c4e837fae28ef6ccb43f1a
refs/heads/master
2020-03-10T16:40:47.500559
2018-05-24T01:20:27
2018-05-24T01:20:27
129,480,150
3
2
null
null
null
null
GB18030
C
false
false
3,966
c
#include "timer.h" #define NULL (void*)0 #define TIME_PRECISION 10 //10ms one interrupt /* timer list(arry) */ static timer_t *timer_list[TIMER_LIST_MAX] = {NULL}; static uint8_t timer_count = 0; static uint32_t timer_tick=0; static void timer_cleanup(timer_t *ptimer); static uint8_t timer_link(t...
[ "swiftjiang2018@gmail.com" ]
swiftjiang2018@gmail.com
be4513225b70f3ded5b18a0af6e3d58387af7589
4e00c2958e52abc4d091f0f14d1b687a85903ad3
/FFmpeg-build/ffmpeg/libavfilter/af_apad.c
f1c3a78dc78617855025bf09601007c06f21cb14
[ "MIT", "LicenseRef-scancode-unknown-license-reference", "GPL-3.0-only", "LGPL-3.0-only", "GPL-2.0-only", "LGPL-2.1-or-later", "LicenseRef-scancode-other-permissive", "LGPL-3.0-or-later", "IJG", "GPL-1.0-or-later", "LGPL-2.0-or-later", "Apache-2.0", "GPL-2.0-or-later", "LicenseRef-scancode-...
permissive
hetissimpel/radioformac
35150f668f7dc2f632ec00ba54499074e8b319ec
af3145d12d88b925892937ecdac95d12b6439fda
refs/heads/main
2023-03-15T08:48:03.896448
2021-02-28T11:07:46
2021-02-28T11:07:46
340,448,765
4
0
MIT
2021-02-20T03:36:07
2021-02-19T17:57:35
C
UTF-8
C
false
false
4,685
c
/* * Copyright (c) 2012 Michael Niedermayer * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) a...
[ "damien.glancy@icloud.com" ]
damien.glancy@icloud.com
40028254147fee631f0019c54d40b9dd7b56f78c
5697288a59d053777b1bfb5c3b0253cc9440ea86
/code/cgame/cg_marks.c
e130cc1fef46bdc65029c94cd50167d6b225fe44
[]
no_license
Developer626/gamecode
3fc537dfab6350bfd8d3ddc7bff36a980ff47440
b767acae0de31968331f9182c6afbab1376954b8
refs/heads/master
2020-12-29T18:52:40.732226
2015-10-01T17:52:26
2015-10-01T17:52:26
null
0
0
null
null
null
null
UTF-8
C
false
false
53,047
c
/* =========================================================================== Copyright (C) 1999-2005 Id Software, Inc. This file is part of Quake III Arena source code. Quake III Arena source code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publish...
[ "sago007@48ef5666-4144-11de-b6cc-f32266f7ba4a" ]
sago007@48ef5666-4144-11de-b6cc-f32266f7ba4a
dc2dce433904449103cfed99c069639689980033
287d96d7030efdbcd5d263d63390c8323e37d0f0
/US282A_SDK/case/ap/ap_radio/radio_auto_search_start.c
34e04b4d44b79f357a29c33092305d700a153f59
[]
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
GB18030
C
false
false
5,008
c
#include "app_radio.h" //全自动搜台场景参数初始化 bool radio_auto_search_init(FM_SeekDir_e dir) { uint8* freq_tab; if (g_radio_config.band_mode == Band_China_US) { //普通波段 //libc_memset(g_radio_config.fmstation_us, 0, MAX_STATION_COUNT * 4); freq_tab = (uint8*) g_radio_config.fmstati...
[ "yfa1@baoannayu" ]
yfa1@baoannayu
6c453883986cea1d304f1f50d8689caa3f1ef539
776037fb4a91183c821784af9ab117048a326423
/d/qianfo/zt2.c
9c8e834c68c7c05eb05f4b4d512f4ff7e0632dcc
[]
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
1,199
c
#include <ansi.h> inherit ROOM; inherit F_LEVEL; void create() { set("short","斋堂内院"); set("long",@LONG 一进斋堂内院,无比诱人的饭菜香气便扑鼻而来,你舔了舔口水,眼睛眨 也不眨地盯着架在炉灶上的大锅;原来素菜在妙手厨艺之下,竟也可以如此芳 香美味。 LONG ); set("exits",([ "east" :__DIR__"zhaitang", ])); set("coor/x",-40); set("coor/y",-20); set("coor/z"...
[ "i@oiuv.cn" ]
i@oiuv.cn
3318c78e75d0eff80cdf4ff8a610b503c9bf132c
6f72646f695f6f73780273d5d42b046f642aba77
/Pods/Headers/Public/FastDevTools/FLEXHierarchyTableViewController.h
4042b540adb549a4fbf49e201cbb7560b8ea4bff
[ "MIT" ]
permissive
ysw-hello/DebugController
9febb0d93b42984625f012d39510ac75e4378ba5
500284df9de97b521f2df1c92b131373dc01910c
refs/heads/master
2021-06-08T04:57:01.303457
2020-05-13T07:55:22
2020-05-13T07:55:22
142,993,180
0
0
null
null
null
null
UTF-8
C
false
false
86
h
../../../../../FastDevTools/DebugFlex/ViewHierarchy/FLEXHierarchyTableViewController.h
[ "yanshiwei@zuoyebang.com" ]
yanshiwei@zuoyebang.com
d02d0009e5598667694063a8663e53bd8a6f2dee
32e64f064afacc13f44971bfceb350d995b98159
/src/SampSharp/monohelper.h
e4484eb499330ad1c1061ea37340b4fb918c8592
[ "Apache-2.0" ]
permissive
Arkshine/SampSharp
8cf6eb900033e5bca71c4425fc644e0a00b0bb19
012189d989698c333656bdd4036f6480944627a3
refs/heads/master
2021-01-15T15:00:13.669031
2016-05-15T15:11:13
2016-05-15T15:11:13
null
0
0
null
null
null
null
UTF-8
C
false
false
759
h
// SampSharp // Copyright 2015 Tim Potze // // 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 ag...
[ "timpotze@gmail.com" ]
timpotze@gmail.com
89f1e0fdfcee95be33c5a20fbb14079af86442ea
b97f105de7ad5cf871d10b47e6281ab47c9431d7
/Rush_01/ft_preprocessing.c
98dd43ade95655174897a0839d529e99f36027eb
[]
no_license
blossom4/42Seoul_Piscine
b63d1673484da9ef51c3e046f0fb10a5b1ba3acd
7a2cc4b5b34f797586d9a3f97e0d86633b091057
refs/heads/master
2023-02-24T07:19:57.733685
2021-01-26T15:00:12
2021-01-26T15:00:12
330,688,740
1
0
null
null
null
null
UTF-8
C
false
false
2,319
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_preprocessing.c :+: :+: :+: ...
[ "youcho@c1r2s1.42seoul.kr" ]
youcho@c1r2s1.42seoul.kr
b2b61c8de7716b777b7a349b12b469c91bd7c254
57d1134be1f116deca95813fcba7d86635cb6f39
/primer seguimiento/clases/listas y estructuras/listas.c
6a2e4076ca817494238d34d264fae7d99304a510
[]
no_license
MrRomo/SistemasEmbebidos
33ecc1e0615bbd01a8c38694433dd4acb3d3dccc
8e748730d39686cdcff1d885f4bcff8daa6c1d99
refs/heads/master
2020-04-24T21:00:44.558631
2019-12-03T16:02:17
2019-12-03T16:02:17
172,263,161
0
0
null
null
null
null
UTF-8
C
false
false
158
c
#include <stdio.h> #include <stdlib.h> typedef struct { int indice; }lista; int main() { lista lista1; lista1.indice = 1; return 0; }
[ "jricardoromo21@gmail.com" ]
jricardoromo21@gmail.com
4b74ef870cde08be77b1a9d5948d18f331be97ed
b52bff327322182ae279f2e09e460e1b48d7ecbe
/STM32Cube_FW_F3_V1.4.0/Projects/STM32303C_EVAL/Examples/UART/UART_WakeUpFromStop/Inc/main.h
a598737977b9cce58cc84d5830563f7875e9903e
[ "BSD-2-Clause" ]
permissive
mwoelfer-tuwien/workspaceMicroboard
f6f18929605dc6849c786f2698d1a1ed6ef0f36f
acfc7e8801031ee6a02f2aa8d4aee86741dd3de1
refs/heads/master
2021-06-18T14:43:30.183473
2017-06-08T10:54:02
2017-06-08T10:54:02
null
0
0
null
null
null
null
UTF-8
C
false
false
4,253
h
/** ****************************************************************************** * @file UART/UART_WakeUpFromStop/Inc/main.h * @author MCD Application Team * @version V1.4.0 * @date 13-November-2015 * @brief Header for main.c module *************************************************************...
[ "mwoelfer01@student.tgm.ac.at" ]
mwoelfer01@student.tgm.ac.at
3ccb2493d0d8259d3d55bc55d3b468d158303fe0
d7496bc99b5d6b6fbd2b0dd9274dbe0ed8227351
/Project/Build1/Classes/Native/System_Core_System_Linq_Check3277941805MethodDeclarations.h
317e358d6c5f4513289757956961c82aa4fd62a5
[]
no_license
daniellengyel/snowboarding_Google_Cardboard
58a1efc0e86800f06da5502319cdebb16503dc54
ae1266008a716f575b5fdffa398a9906715ca83b
refs/heads/master
2021-07-04T19:23:02.417732
2017-09-24T05:09:25
2017-09-24T05:09:25
104,605,484
0
0
null
null
null
null
UTF-8
C
false
false
1,081
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.Object struct Il2CppObject; #include "codegen/il2cpp-codegen.h" #include "mscorlib_System_Object837106420.h" // System.Void System...
[ "daniel.lengyel@berkeley.edu" ]
daniel.lengyel@berkeley.edu
d1ff9b7049e9894578213dac9686b1903f872f47
dda21f8d2bf5fe5b3893f919ad2d968678fe0378
/PintOS/Proj/Phase1/pintos/src/threads/synch.c
fe09b8634c2ad898dc9f6687e7f114e8d1526ad4
[ "MIT-Modern-Variant", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
PBBassily/JavaCompiler
376a4b7b1d07a0cb7f026c49fa61c694f0d1cccf
f6fa2226a9df0e2f45753268837da7dde7134b66
refs/heads/master
2021-01-24T08:31:35.779678
2017-06-05T08:59:54
2017-06-05T08:59:54
93,385,164
0
0
null
null
null
null
UTF-8
C
false
false
15,327
c
/* This file is derived from source code for the Nachos instructional operating system. The Nachos copyright notice is reproduced in full below. */ /* Copyright (c) 1992-1996 The Regents of the University of California. All rights reserved. Permission to use, copy, modify, and distribute this software ...
[ "pbbassily@gmail.com" ]
pbbassily@gmail.com
81f041e076da7051e1ee853e6e72feb45315dcb5
e798011f1f41e2f9000aebb329813ec91eb44778
/rdpfuzz-dynamorio/suite/tests/security-win32/secalign-fixed.c
6ad435a6295ae15a0a403d8ab28a6d1cdc3002be
[ "Apache-2.0", "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "LGPL-2.1-or-later", "LicenseRef-scancode-other-copyleft", "LGPL-2.1-only", "BSD-2-Clause", "LGPL-2.0-or-later" ]
permissive
fengjixuchui/rdpfuzz
3a7f210f1fa56d9b75dd26cdf6be310a9cf0fee4
4561b6fbf73ada553ce78ad44918fd0930ee4e85
refs/heads/main
2023-07-28T02:29:12.829741
2021-09-10T09:35:59
2021-09-10T09:35:59
401,266,187
0
0
Apache-2.0
2021-09-10T09:36:00
2021-08-30T08:12:51
null
UTF-8
C
false
false
2,165
c
/* ********************************************************** * Copyright (c) 2006-2010 VMware, Inc. All rights reserved. * **********************************************************/ /* * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following ...
[ "obporath@gmail.com" ]
obporath@gmail.com
c6db1813ddf52c7a5c3fc141f9f9f6562b4d994b
eaae3529ea65c9be62e4b177a498dd0459396052
/modified_vars_dw_lib_ws/Noble.Mushtak_Fashion_Show.c
455203da34c7d01551e9154c246521ce5c241e84
[]
no_license
mgsanusi/blame-dodger
badac55079b0bc84c1c3ddff9357caffd480b512
c8b1f19d48e09200c9d59f3dda3b298ced7103d7
refs/heads/master
2021-01-20T04:50:14.975609
2018-01-12T00:02:14
2018-01-12T00:02:14
89,739,285
3
0
null
null
null
null
UTF-8
C
false
false
1,493
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdbool.h> typedef long dist; typedef long time; typedef long num_horses; typedef long test_cases; typedef long dist; typedef long time; typedef long num_knight; typedef long test_case; inline void new_exit(int status); static long long min(long long ...
[ "marina@virginia.edu" ]
marina@virginia.edu
331fa13e832b32a56ba7b3a88454bec3a27949b5
b60da22bc192211b3978764e63af23e2e24081f5
/cdc/src/share/javavm/test/GCTest/IndirectMem/Csrc/IDArrayRWLongTest.c
ebd471800f46e608f450f1baa6b50bcd18ff243d
[]
no_license
clamp03/JavaAOTC
44d566927c057c013538ab51e086c42c6348554e
0ade633837ed9698cd74a3f6928ebde3d96bd3e3
refs/heads/master
2021-01-01T19:33:51.612033
2014-12-02T14:29:58
2014-12-02T14:29:58
27,435,591
5
4
null
null
null
null
UTF-8
C
false
false
2,552
c
/* * @(#)IDArrayRWLongTest.c 1.6 06/10/10 * * Copyright 1990-2006 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License ve...
[ "clamp03@gmail.com" ]
clamp03@gmail.com
ffc436c6645cae68312488b24a009b627369f936
60347fef484c987b9446ef51f40feec438fa4f2f
/CProcessing/inc/cprocessing.h
1cbf61d4139c4caac7625679dc03529c23de2c04
[]
no_license
fruitsamurai-png/EggScape
3fd8c78e295425286f1d44b09bfc4827f3528967
3775df0302752cc3a473d11a37c18b0d4deb2bc7
refs/heads/main
2023-01-29T04:24:14.106576
2020-11-30T09:06:10
2020-11-30T09:06:10
301,262,683
2
0
null
null
null
null
UTF-8
C
false
false
15,551
h
//--------------------------------------------------------- // CProcessing // A functional programming library focusing on game development // // author: Justin Chambers // contributors: Daniel Hamilton, Zachary Logsdon, // Andrea Ellinger, Jason Thiel // // documentation link: // https://inside.digipen....
[ "noreply@github.com" ]
fruitsamurai-png.noreply@github.com
e1d5c861722e69561ecdea7d4c434f53d154a5cd
a82a86d82805fa1ded34cdaa7f6ea6ce4d80b319
/grid_collision_test/main.c
9adae09ff000668340ba394f4ef6bc9ef52984a2
[]
no_license
skugerne/old-C-projects
03278cb27f3923ee1a0524a06a520d1ebd865f9a
748cd0769485e6fd3d31da27bcba74e952aeb4ee
refs/heads/master
2021-07-13T10:14:11.844648
2021-02-07T17:10:29
2021-02-07T17:10:29
233,272,838
0
0
null
null
null
null
UTF-8
C
false
false
2,977
c
#include "main.h" #include "font.h" #include "object.h" // turn off graphics, do pure engine test bool g_test; // sdl and graphics stuff SDL_Surface *g_screen; int g_videoFlags; // framerate and update rate stuff unsigned g_frames, g_updates, g_timestamp; unsigned g_secCountStart; float g_fps, g_ups; // local glo...
[ "ray@localhost.localdomain" ]
ray@localhost.localdomain
0186a8931a33a47a78b7118a1508f28f84c5bd12
e36d50a60e81f2802f1a832ba8f0bbc311a9750b
/demo-programs/for-countdown.c
ef9b099e7565b7883143052c9f7e8cfd3c891265
[ "MIT" ]
permissive
yiran4github/CFundamentals
ea7f8347d342d22a5d5fe3d32775f1ff58261429
cd297173ec505b316e3e1ae0f8d977001d2c67db
refs/heads/master
2020-05-16T03:10:23.035456
2019-03-11T20:09:31
2019-03-11T20:09:31
null
0
0
null
null
null
null
UTF-8
C
false
false
488
c
// countdown program using for loop #include <stdio.h> #include <unistd.h> int main() { system("clear"); // bad for security! why? for(int i=10; i>0; i--) { printf("%d\n", i); sleep(1); //takes second; system("clear"); } printf("Blast off!\n"); return 0; } // show why syst...
[ "rambasnet@gmail.com" ]
rambasnet@gmail.com
d43cbf8653069c427eca22721030ba8cab852831
22d45be5e485827d0401cae5fd6c65467889a6e8
/0x08-static_libraries/4-isalpha.c
6d2d44791525812cce987cb788e1cbe1583c6112
[]
no_license
sumin3/holbertonschool-low_level_programming
87d2d5068f803d3c0ef07f478e8d2e36206971d9
2e3df281d845767dc92f08a5b1614563a05c5b72
refs/heads/master
2020-03-21T03:46:06.181715
2019-01-24T10:21:44
2019-01-24T10:21:44
138,073,192
1
0
null
null
null
null
UTF-8
C
false
false
320
c
#include "holberton.h" /** * _isalpha - checks for alphabetic character * @c: the character to be checked * Return: return 1 if c is letter, lowercase or uppercase. otherwise, return 0 */ int _isalpha(int c) { if (c >= 97 && c <= 122) return (1); else if (c >= 65 && c <= 90) return (1); else return (0); }
[ "suminyu@yahoo.com" ]
suminyu@yahoo.com
eba209e2127f463e9e6790e9745f0c092b000ba6
a90fa632b22c6ff0d55a513f5b166f54b11bf8df
/apps/sercom/usart/usart_ring_buffer_interrupt/firmware/src/config/sam_ha1_xpro/definitions.h
91b739459b03a05a8cf6e8b5d1d2e3db64a96833
[ "LicenseRef-scancode-unknown-license-reference", "ISC", "LicenseRef-scancode-public-domain" ]
permissive
Techdisc/Microchip
9e541ef531da88ecb4ec7869bae25a53d3ca5146
ea8391c689c4badbe2f9ac5181e21bbd5d9d1e54
refs/heads/master
2022-07-31T20:23:12.965719
2020-05-19T19:36:12
2020-05-20T11:20:04
266,445,606
0
0
null
null
null
null
UTF-8
C
false
false
4,468
h
/******************************************************************************* System Definitions File Name: definitions.h Summary: project system definitions. Description: This file contains the system-wide prototypes and definitions for a project. *******************************************...
[ "thibaut.viard@microchip.com" ]
thibaut.viard@microchip.com
66541f6ec1775bd54edcd644fb8378c289dcddd8
42ab733e143d02091d13424fb4df16379d5bba0d
/third_party/libsdl2/src/video/windows/SDL_windowsshape.c
bed4588c5148934756817cc7bf281b024b2edb34
[ "Apache-2.0", "CC0-1.0", "LicenseRef-scancode-unknown-license-reference", "Zlib" ]
permissive
google/filament
11cd37ac68790fcf8b33416b7d8d8870e48181f0
0aa0efe1599798d887fa6e33c412c09e81bea1bf
refs/heads/main
2023-08-29T17:58:22.496956
2023-08-28T17:27:38
2023-08-28T17:27:38
143,455,116
16,631
1,961
Apache-2.0
2023-09-14T16:23:39
2018-08-03T17:26:00
C++
UTF-8
C
false
false
3,837
c
/* Simple DirectMedia Layer Copyright (C) 1997-2018 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 ...
[ "romainguy@google.com" ]
romainguy@google.com
9d778fc45f4875a12faa4d7612a7b088c6af3879
fd0c132f979ecd77168511c6f4d276c480147e57
/ios/Classes/Native/AssemblyU2DCSharp_STabsScene3083040787MethodDeclarations.h
0d68d3cfc2d658c67538796c95976611497ec2a6
[]
no_license
ping203/gb
9a4ab562cc6e50145660d2499f860e07a0b6e592
e1f69a097928c367042192619183d7445de90d85
refs/heads/master
2020-04-23T02:29:53.957543
2017-02-17T10:33:25
2017-02-17T10:33:25
null
0
0
null
null
null
null
UTF-8
C
false
false
3,391
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> // STabsScene struct STabsScene_t3083040787; // UnityEngine.UI.Button struct Button_t2872111280; // System.String struct String_t; // System.C...
[ "nguyenhaian@outlook.com" ]
nguyenhaian@outlook.com
15c1bc0cf031fb68121f791604e208a9ea8f67cc
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/fastsocket/kernel/drivers/serial/extr_ioc4_serial.c_ic4_stop_tx.c
dafecc14b33fa404e8fc6c4e8aabde75a719bb2e
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
955
c
#define NULL ((void*)0) typedef unsigned long size_t; // Customize by platform. typedef long intptr_t; typedef unsigned long uintptr_t; typedef long scalar_t__; // Either arithmetic or pointer type. /* By default, we understand bool (as a convenience). */ typedef int bool; #define false 0 #define true 1 /* Forward d...
[ "brenocfg@gmail.com" ]
brenocfg@gmail.com
824ef3498cb8942a200e537f12458c47585a3947
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/drivers/net/wan/hdlc_raw_eth.c
3ab72b3082dee59092d9cb9e6235b64afc21859f
[ "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later", "LicenseRef-scancode-free-unknown", "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
OLIMEX/DIY-LAPTOP
ae82f4ee79c641d9aee444db9a75f3f6709afa92
a3fafd1309135650bab27f5eafc0c32bc3ca74ee
refs/heads/rel3
2023-08-04T01:54:19.483792
2023-04-03T07:18:12
2023-04-03T07:18:12
80,094,055
507
92
Apache-2.0
2023-04-03T07:05:59
2017-01-26T07:25:50
C
UTF-8
C
false
false
3,146
c
/* * Generic HDLC support routines for Linux * HDLC Ethernet emulation support * * Copyright (C) 2002-2006 Krzysztof Halasa <khc@pm.waw.pl> * * 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 Soft...
[ "gamishev@gmail.com" ]
gamishev@gmail.com
656607108b560d9bf1cc53327ff16f7a94cc9969
61affaabc520ac99d972a29831a23f2818e5403f
/concurrencia/producto_vectorial_shm.c
76ee4db840f8c818f7b0f4cb58f78ebd76049e95
[]
no_license
dlgeraghty/sistemas_operativos
22d7f0ec71584c0c2a13350521a8ace6145917dd
8b2e29a6156d5dfa366ab4525a05d54fb604a80a
refs/heads/master
2021-07-12T06:09:12.464542
2020-06-11T20:48:34
2020-06-11T20:48:34
236,164,035
0
1
null
2021-02-24T14:33:03
2020-01-25T11:57:19
C
UTF-8
C
false
false
2,296
c
#include <stdio.h> #include <fcntl.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <pthread.h> #include <sys/shm.h> #include <sys/wait.h> #include <sys/mman.h> #include <sys/stat.h> #include <semaphore.h> #include <sys/types.h> typedef struct{ int a, b; }datos; const int SIZE = 4096; const c...
[ "dvd.loge@gmail.com" ]
dvd.loge@gmail.com
faa1992eaaa20e3dcc0a07f7c5229d41c0f5a65a
90bcaf81cf06e482b4120b4d757610ef9f62101c
/3rdparty/uv_link_t/test/src/test-strerror.c
c79544c9fb56452f939f4fd5e833ef2270541ec5
[ "MIT" ]
permissive
bleenco/bproxy
4ef1c8f21e129d97e5f28cb812a35272f868e0ab
9bafdaa1cf5ef27810c0492c3101aa822f4c3e93
refs/heads/master
2018-10-13T16:19:21.314588
2018-08-03T12:22:56
2018-08-07T09:47:53
125,200,403
30
4
MIT
2018-08-07T09:47:55
2018-03-14T11:09:53
C
UTF-8
C
false
false
1,701
c
#include "test-common.h" static uv_link_t a_link; static uv_link_t b_link; static int close_cb_called; static int faulty_try_write(uv_link_t* link, const uv_buf_t bufs[], unsigned int nbufs) { return UV_ERRNO_MAX - 1; } const char* a_strerror(uv_link_t* l,...
[ "jkuri88@gmail.com" ]
jkuri88@gmail.com
61fb30501e00a83ad326a668080a575eacfdb82d
e22e96948c8a95b3b2a2e22749eeb8901fa130e2
/stck/stack/not used apps/not used/sensor_action/sensor.c
0e3500900c28a03902fe705e95290671457f5a01
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
DNZ15/stck
bd39717c0f3f97980bb49e42f023cac4dcee4adf
f5f9880eb92ad736cdb47637ec5d1edb6e3fe30a
refs/heads/master
2022-10-16T14:52:15.572101
2020-04-08T14:35:40
2020-04-08T14:35:40
254,106,098
0
0
null
2022-10-06T10:36:00
2020-04-08T14:08:59
C
UTF-8
C
false
false
4,911
c
/* * OSS-7 - An opensource implementation of the DASH7 Alliance Protocol for ultra * lowpower wireless sensor communication * * Copyright 2015 University of Antwerp * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
[ "dennis.joosens@uantwerpen.be" ]
dennis.joosens@uantwerpen.be
0375b6eb46285c2476cf3d1455636ed2c9f373ea
ff0bf0378aae93990730053bf90164724465b874
/src/server/weapons.c
d4fdd9bd974e20824034227012179636262b168e
[]
no_license
WatIsDeze/nuclide
cb8e2c4efa81ff636d65e6c2db47143a0a8f7489
5cbd4553f1e2a81e8ee70a7333ee620759579989
refs/heads/master
2023-01-28T08:32:55.831302
2020-12-09T18:06:38
2020-12-09T18:06:38
null
0
0
null
null
null
null
UTF-8
C
false
false
5,017
c
/* * Copyright (c) 2016-2020 Marco Hladik <marco@icculus.org> * * Permission to use, copy, modify, and 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"...
[ "marco@icculus.org" ]
marco@icculus.org
b4af8201e849eb27d2f0e643a24e56f47cb13491
c47c254ca476c1f9969f8f3e89acb4d0618c14b6
/datasets/linux-4.11-rc3/drivers/isdn/gigaset/bas-gigaset.c
2da3ff650e1d550cc50fd8572156ddd1cabd7961
[ "BSD-2-Clause", "Linux-syscall-note", "GPL-2.0-only" ]
permissive
yijunyu/demo
5cf4e83f585254a28b31c4a050630b8f661a90c8
11c0c84081a3181494b9c469bda42a313c457ad2
refs/heads/master
2023-02-22T09:00:12.023083
2021-01-25T16:51:40
2021-01-25T16:51:40
175,939,000
3
6
BSD-2-Clause
2021-01-09T23:00:12
2019-03-16T07:13:00
C
UTF-8
C
false
false
73,276
c
/* * USB driver for Gigaset 307x base via direct USB connection. * * Copyright (c) 2001 by Hansjoerg Lipp <hjlipp@web.de>, * Tilman Schmidt <tilman@imap.cc>, * Stefan Eilers. * * ===================================================================== * This program is f...
[ "y.yu@open.ac.uk" ]
y.yu@open.ac.uk
1de4796d0376a6ca03d101563868b4199ecfab9d
a831ab4ac4dd6511717f37f41c40881d16c05d87
/code/PSH/ds/inc/ds_sublcd.h
d95900070cb664c9f4049ae734f5559f23aa7d41
[]
no_license
joyzhq125/spi
bbea091cecd0005048397c77ddfce36a6d298c41
c09ab9e4a67142e5b3907ed58e12b53d2d2171b1
refs/heads/master
2021-05-08T03:08:11.535136
2017-10-25T09:04:13
2017-10-25T09:04:13
108,230,538
1
0
null
null
null
null
UTF-8
C
false
false
8,795
h
#ifndef DS_SUBLCD_H #define DS_SUBLCD_H /*================================================================================================== HEADER NAME : ds_sublcd.h GENERAL DESCRIPTION This file contains lcd refresh functions and required definition, TECHFAITH Telecom Confidential Prop...
[ "happybird_007@163.comm" ]
happybird_007@163.comm
3d0f51287c3d85f47406fee3da0ea8a3b0ab2100
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/fs/xfs/libxfs/extr_xfs_dir2_data.c_xfs_dir2_data_make_free.c
ad97b807e6e950f32a94a8b96999cfd20ed802e0
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
7,254
c
#define NULL ((void*)0) typedef unsigned long size_t; // Customize by platform. typedef long intptr_t; typedef unsigned long uintptr_t; typedef long scalar_t__; // Either arithmetic or pointer type. /* By default, we understand bool (as a convenience). */ typedef int bool; #define false 0 #define true 1 /* Forward d...
[ "brenocfg@gmail.com" ]
brenocfg@gmail.com
7547d335ad6f8f5b58125625173177f11ab7c974
1562e80724f5dfda6c2ab813738b43e95842138a
/lib/Src/my_power.c
f98f6eb273c3df8ca8ff4df7e5139fbea7ebf678
[]
no_license
Lem-in/Lem-in
4ce91ec2c0d92cb4377f09b2553a87a3402b1133
879006d9f9afa385e9ae6f5f0ca553ae6ed8b8f1
refs/heads/master
2021-01-01T16:51:17.047345
2015-04-22T17:06:51
2015-04-22T17:06:51
33,935,400
1
0
null
null
null
null
UTF-8
C
false
false
803
c
/* ** my_power.c for my_power in /home/perrie_s/Lib/Src ** ** Made by Simon PERRIERE ** Login <perrie_s@epitech.net> ** ** Started on Wed Dec 17 17:14:42 2014 Simon PERRIERE ** Last update Wed Dec 17 17:14:45 2014 Simon PERRIERE */ #include "../Inc/my_lib.h" int my_long_to_int(long lnbr) { int nb; nb = 0; ...
[ "perrie_s@epitech.eu" ]
perrie_s@epitech.eu
a1d413e47b25660a3247f83d90f3c3a5ed018f22
d8340ebbfeac0cf96a9273f4824689f00196981c
/arch/nios2_gcc/prc_test.h
441b7abbe3dd79d5223938259e0bd3671ba90cf6
[]
no_license
fmp-mc/fmp
35c949a1a9f5c0129f2693ec22660a8e119b5d7b
226b964c2e0c6d6584410b481047a56136cb11ce
refs/heads/master
2021-01-23T00:34:21.614737
2017-06-08T14:19:49
2017-06-08T14:19:49
92,818,979
0
0
null
null
null
null
EUC-JP
C
false
false
3,267
h
/* * TOPPERS/FMP Kernel * Toyohashi Open Platform for Embedded Real-Time Systems/ * Flexible MultiProcessor Kernel * * Copyright (C) 2008 by Embedded and Real-Time Systems Laboratory * Graduate School of Information Science, Nagoya Univ., JAPAN * * 上記著作権者は,以下の(1)〜(4)の条件を満たす場合に限り,本ソフトウェ...
[ "liyixiao7@gmail.com" ]
liyixiao7@gmail.com
a70f58304fe54348675d747f32ceccb69456905e
1c6a7ae5dca2a38c68fde97a676478c6573bca02
/linux-3.0.1/drivers/staging/crystalhd/bc_dts_types.h
d2131e7fe2fbdf212a8128e80220bd69d7c279ca
[ "Apache-2.0", "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later" ]
permissive
tonghua209/samsun6410_linux_3_0_0_1_for_aws
fab70b79dc3e506dc03ac1149e2356137869c6ca
31aa0dc27c4aab51a92309a74fd84ca65e8c6a58
refs/heads/master
2020-04-02T04:24:32.928744
2019-01-20T13:51:34
2019-01-20T13:51:34
154,015,176
0
0
Apache-2.0
2018-10-24T14:51:04
2018-10-21T14:07:31
C
UTF-8
C
false
false
2,020
h
/******************************************************************** * Copyright(c) 2006-2009 Broadcom Corporation. * * Name: bc_dts_types.h * * Description: Data types * * AU * * HISTORY: * ******************************************************************** * This header is free software: you can red...
[ "kyh1022@163.com" ]
kyh1022@163.com
85a0024d035fb1b798f853934077e9333acac37a
d49f24c671d5ed950aa8756b541c198fad2e66d4
/macros/plotMaking/MinBias_PixelTracking/EbyESE/ESE/v4/eta2.4/AnalyzerResults/makeVNDet.C
656f6c06a584704e0b18605bc3700bfb1e8ba0d5
[]
no_license
jrcastle/EbyEAnalysis
06eb3e5ed4f805aec60ea6e7e22a1bab0697ce9e
87dcdbedff3c4b60e5f27128e9bc4f5dd4c1a20e
refs/heads/master
2020-04-12T09:44:07.932611
2018-01-16T23:57:20
2018-01-16T23:57:20
82,987,655
0
1
null
null
null
null
UTF-8
C
false
false
12,980
c
#include "TFile.h" #include "TDirectory.h" #include "TTree.h" #include "TCanvas.h" #include "TH1D.h" #include "TH2D.h" #include "TMath.h" #include "TString.h" #include "HeavyIonsAnalysis/EbyEAnalysis/interface/HiEvtPlaneList.h" #include "HeavyIonsAnalysis/EbyEAnalysis/interface/EbyESEBinning.h" #include <iostream> u...
[ "james.castle@ku.edu" ]
james.castle@ku.edu
617225cc01bf84457b4f3f7d8bf65697019ab5a4
aec9480c466db62fc5bfc15d8313a8e5a97652ce
/src/init_type_obj_str.c
c2fe803119ac6e483265138e0485e9da54a1cc9b
[]
no_license
VovaBondarenko/RT
f63e4ec2503ee56f71dedf31f537d2b8851352e1
f9676efc004331d62aa2925a253a1597b635ed54
refs/heads/master
2021-04-26T22:20:04.043557
2018-05-28T02:33:17
2018-05-28T02:33:17
124,073,501
0
0
null
null
null
null
UTF-8
C
false
false
382
c
#include "../include/rt.h" t_type_obj_str g_typeobj_str[13] = { { SPHERE, "SPHERE" }, { CONE, "CONE" }, { PLANE, "PLANE" }, { CYLINDER, "CYLINDER" }, { CHEWINGGUM, "CHEWINGGUM" }, { CUBE_HOLE, "CUBE_HOLE" }, { HYPERBOLOID, "HYPERBOLOID" }, { PARABOLOID, "PARABOLOID" }, { TORUS, "TORUS" }, { MOEBIUS, "MOEBIUS...
[ "vovabondare@ukr.net" ]
vovabondare@ukr.net
d6eb2afb0bdb49b8ad25c2b5a81a762b653d507d
490b8846b4c354fb051dd716b792b0c3d6239836
/Data_Logger.X/pic32mx/include/Cpp/Dinkum/threads/xtimec.h
5cba894d3c8f65229504ffdbd18664516dd169f0
[]
no_license
b70dub/DataLogger
6c655f4ab62edc84a2e9f87010f94bf68964bbc4
c7bb2421a0b154a34c65716b24954c76bf1370ca
refs/heads/master
2021-01-20T18:39:43.530362
2017-03-23T16:39:02
2017-03-23T16:39:02
62,837,934
0
0
null
2016-07-25T22:38:32
2016-07-07T21:01:59
C
UTF-8
C
false
false
1,755
h
/* xtimec.h -- header for high-resolution time functions */ #ifndef _THREADS_XTIMEC_H #define _THREADS_XTIMEC_H #include <Dinkum/threads/xthrcommon.h> #include <time.h> #ifdef __cplusplus extern "C" { // C linkage #endif /* __cplusplus */ enum { /* define TIME_UTC */ TIME_UTC = 1 }; typedef struct xtime { /* stor...
[ "bankeny2@gmail.com" ]
bankeny2@gmail.com
b559b0f697c24d300bf094f5568a766be71bebf1
84b0118baca1d84f865f61414e2fb3f20a2eba1b
/ShapesDemo/jni/ShapeType.c
5d139c3a850c58fb190319e0c1c6eacffccf59d1
[]
no_license
rpwilliamson/rtishapesdemo-android
128ef515227b7a284747eb1aad0cc22b1a93751a
7d8c4817e8c5347a98ef10b5131b851a535f5402
refs/heads/master
2021-01-22T14:54:31.975306
2014-02-12T05:10:36
2014-02-12T05:10:36
null
0
0
null
null
null
null
UTF-8
C
false
false
2,100
c
/* WARNING: THIS FILE IS AUTO-GENERATED. DO NOT MODIFY. This file was generated from ShapeType.idl using "rtiddsgen". The rtiddsgen tool is part of the RTI Connext Micro distribution. For more information, type 'rtiddsgen -help' at a command shell or consult the RTI Connext manual. */ #include "ShapeType.h"...
[ "howard@rti.com" ]
howard@rti.com
f4c57562696e40854b5b753b9e72a4c0ec49c9de
1b8a08412660c14a3393e1342b878ee9cfc4ec77
/C. Little Girl and Maximum Sum/main.c
d2c4123ab73858be37d0c77777fb63252df38f68
[]
no_license
erfanghasemi/Codeforces_C
5708a2a7a4a1ecc817c97b51b5b3097d7782fa7d
a91cd09e1612280f961b9b153dadf52a890a9fd9
refs/heads/master
2020-11-24T21:41:43.966556
2019-12-18T14:22:23
2019-12-18T14:22:23
228,348,734
0
0
null
null
null
null
UTF-8
C
false
false
1,384
c
#include <stdio.h> int find_max(int a[], int length); void counting_sort(int a[], int length); int main() { int n, q ; long long sum = 0; scanf("%d", &n); scanf("%d", &q); int array_n[200000] = {0}; int array_temp[200001]= {0}; for (int i = 0; i < n; i++) { scanf("%d", &array_...
[ "noreply@github.com" ]
erfanghasemi.noreply@github.com
9afbf54c8ed311d3f7993078bd7c79e351ca83b0
ac072d60c03119d6c2aa6b6295697d4e83f8925f
/lapack-3.4.0/lapacke/src/lapacke_zhbgv_work.c
0e3d5c8579949e80289df2dd0ba7306d98e45bd2
[ "BSD-3-Clause", "BSD-3-Clause-Open-MPI" ]
permissive
jmfrancklab/pyspecdata
a0f6fda722e6abd0908b761c1084891613817970
15ea307f62b3389daf4bf86ebd370d3f14e4e789
refs/heads/master
2023-08-31T15:23:13.358936
2023-08-26T16:56:20
2023-08-26T16:56:20
24,356,894
4
3
NOASSERTION
2023-05-24T18:58:10
2014-09-23T04:35:42
Fortran
UTF-8
C
false
false
5,711
c
/***************************************************************************** Copyright (c) 2011, Intel Corp. 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 cod...
[ "jmf356@cornell.edu" ]
jmf356@cornell.edu
3689b7cecba45c61b186e8d61c9fa72a4f19a9e1
11cd65ab418283f31ded8a81304fa9abb70c9c74
/SDK/LibGlut/src/progs/examples/blender.c
d4ac6d068d98ed90b0f38beeef28b266684d56c2
[]
no_license
sim9108/SDKS
16affd227b21ff40454e7fffd0fcde3ac7ad6844
358ff46d925de151c422ee008e1ddaea6be3d067
refs/heads/main
2023-03-15T22:47:10.973000
2022-05-16T12:50:00
2022-05-16T12:50:00
27,232,062
2
0
null
null
null
null
UTF-8
C
false
false
4,358
c
/* Copyright (c) Mark J. Kilgard, 1994. */ /* This program is freely distributable without licensing fees and is provided without guarantee or warrantee expressed or implied. This program is -not- in the public domain. */ /* blender renders two spinning icosahedrons (red and green). The blending factors f...
[ "sim910@naver.com" ]
sim910@naver.com
3779afdffb49d38070e92199f4199de99c778706
d21b5e7a147e325591f9a2a18823aade04beae14
/main.c
ad049eae1242e8483da419c91d024c7f03264f33
[]
no_license
dvir8/Ex1C
3967aace8d9535e8f7ee728129d1f7d400778370
0959e4c97b36b52504a06df33c23c38784811e20
refs/heads/main
2023-01-14T02:14:52.840028
2020-11-15T15:34:26
2020-11-15T15:34:26
null
0
0
null
null
null
null
UTF-8
C
false
false
779
c
#include<stdio.h> #include "myMath.h" int main(){ double x; printf("enter a number/n"); scanf("%lf", &x); double q1 = Exponent(x); double q2 = Power(x,3); double q3 = add(q1,q2); double fx1 = sub(q3,2); double f = mul(x,3); double f1 = Power(x,2); double f2 = mul(f1,2); double fx2 = add(f,f2); doubl...
[ "dvir20076@walla.com" ]
dvir20076@walla.com
b0785dc99181b950f96e0fcd576a5fe0eb48e998
d452a7fc3ae781bfb887cb64f5417fee5cb8d251
/MR Game copy/iOS-build/Classes/Native/mscorlib_ArrayTypes.h
c5d63eb89d32a3a6b4992d219ee83cc293b3a47b
[]
no_license
wilsonsun/DRDC3
f23ca7477171fc0d45cc627cb33ea343fe585245
5dae682919f11db5730b9233b07189e6dd2c8feb
refs/heads/master
2021-01-09T21:52:57.005544
2016-03-02T23:10:48
2016-03-02T23:10:48
49,229,772
0
0
null
null
null
null
UTF-8
C
false
false
24,013
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include "mscorlib_System_Array1621492670.h" #pragma once // System.Object[] // System.Object[] struct ObjectU5BU5D_t1774424924_0 : public Array_t { }; // System.Char[] // System.Char[] struct CharU5B...
[ "wilson.sun@hotmail.ca" ]
wilson.sun@hotmail.ca
797937a6d462b83f410f59332e40aaf945826f9c
2735270b8de034c18a5840799d852e7508409b40
/Ex-35_For Loop - 5 - Pattern Printing - 3.c
c50775925af1202310698724727e48d83648ee79
[]
no_license
Tharindu37/C-Programming-Basics---Step-1
3d8862a7110311d18962674a98382e260dd3c7de
3978fe439b55e15b569bfe22da53d7df146cc889
refs/heads/master
2023-08-21T15:39:43.115076
2021-10-18T13:34:33
2021-10-18T13:34:33
418,514,711
0
0
null
null
null
null
UTF-8
C
false
false
253
c
#include <stdio.h> #include <stdlib.h> //Pattern Printing /* ***** **** *** ** * */ int main(){ //for lines for(int i=0;i<5;i++){ for(int j=0;j<5-i;j++){ printf("*"); } printf("\n"); } return 0; }
[ "tharindut520@gmail.com" ]
tharindut520@gmail.com
89f0333a55826659bb4c3e8c8f46ddb068c6b5b0
ad6c22c59a5516e1d974b33f1076302784f3d796
/vcy3021/apps/applications/sink/sink_gatt_manager.h
990fda73c224d76a0e8956ca5855b98305cbdb81
[]
no_license
LfjGitHub/vcy302x
c755d18b0b6fae7d31d89dd5579537e543dd7e07
68ad4df50fc2f980d60b512ebaba9d7fcb920eba
refs/heads/master
2020-09-18T05:58:10.620354
2019-12-18T08:24:55
2019-12-18T08:24:55
224,131,629
0
0
null
null
null
null
UTF-8
C
false
false
2,227
h
/******************************************************************************* Copyright (c) 2014 - 2015 Qualcomm Technologies International, Ltd. Part of 6.3.0 FILE NAME sink_gatt_manager.h DESCRIPTION Manage GATT Manager messages. NOTES */ #ifndef _SINK_GATT_MANAGER_H_ #define _SINK_GATT_MANAGER_H_...
[ "luofengjun@vcyber.com" ]
luofengjun@vcyber.com
0557e58a48e3b9354c8aab36b4eead2e830ca929
e74fafd8a6e31ed6e7d52f0a7751374a919399ed
/mario-hard.c
30866295b2b88f7bcf72bc4b64fc42c0ab40fa50
[]
no_license
brittneypostma/cs50
362c56aa90e6285d2f952e26d9ebe4645e9fac3f
8462f315fd90cb7aae67a8398aa1d3545a1bf217
refs/heads/master
2022-04-09T07:01:34.996704
2020-02-26T22:41:56
2020-02-26T22:41:56
null
0
0
null
null
null
null
UTF-8
C
false
false
603
c
#include <cs50.h> #include <stdio.h> int main(void) { int height; do { height = get_int("Please choose a number from 1 to 8:\n"); } while (height < 1 || height > 8); for (int rows = 0; rows <= height; rows++) { for (int ls = (height - rows); ls > 0; ls--) { ...
[ "brittney.postma@hotmail.com" ]
brittney.postma@hotmail.com
5a897b6a09d4f4d3182643269c88c31c67d80d50
9b8080d3b80ffcb3ec0696418a0a4d0732b452f5
/workspace/legato/build/localhost/system/api/837f3de7ac4e328ef0f2f0b0b354939f/server/le_gpioPin42_server.h
eb909431d2bd3ccd9d3bdb447f4472e4d1feee5b
[]
no_license
Shrunoti/Legto-MangOH-IoTHubConn
f4dee7bb6d3809e69a039ef518f256ba54e20ad1
283e663380185017304500449166959e077b5afe
refs/heads/master
2020-09-28T19:08:55.606190
2020-07-23T06:10:08
2020-07-23T06:10:08
226,836,220
1
0
null
null
null
null
UTF-8
C
false
false
12,550
h
/* * ====================== WARNING ====================== * * THE CONTENTS OF THIS FILE HAVE BEEN AUTO-GENERATED. * DO NOT MODIFY IN ANY WAY. * * ====================== WARNING ====================== */ #ifndef LE_GPIOPIN42_INTERFACE_H_INCLUDE_GUARD #define LE_GPIOPIN42_INTERFACE_H_INCLUDE_GUARD #include ...
[ "shrunoti.karpe@mobiliya.com" ]
shrunoti.karpe@mobiliya.com
b0b63b0e7f5c56baaf56de76d2ea031ec6565a4d
7f5da3d4fb40aa1130b3c064efc57e4bae935c48
/EngineHacks/ExternalHacks/GaidenMagic/FE-CLib-master/include/gbafe/targetselect.h
614acf903d4f805fce0f0ded6dbdece9454c7d64
[ "CC0-1.0" ]
permissive
FireEmblemUniverse/SkillSystem_FE8
0e975997d808951c08b0f33a0b9aab1af8cdd94a
1fc20585dec020e9a47f64fa95e2b323c6a9b029
refs/heads/master
2023-09-01T18:53:42.598652
2023-08-26T17:47:51
2023-08-26T17:47:51
97,378,104
54
85
CC0-1.0
2023-09-12T01:38:09
2017-07-16T11:12:25
Assembly
UTF-8
C
false
false
3,447
h
#ifndef GBAFE_TARGETSELECT_H #define GBAFE_TARGETSELECT_H #include "proc.h" struct TargetSelectionProc; typedef struct TargetEntry TargetEntry; typedef struct TargetSelectionDefinition TargetSelectionDefinition; typedef struct TargetSelectionProc TargetSelectionProc; struct TargetEntry { /* 00 */ u8 x, y; /* 02 *...
[ "38043506+Snakey11@users.noreply.github.com" ]
38043506+Snakey11@users.noreply.github.com
87b90be279070b7b6decc10c2a427cc696780895
61ee0675f88c5bc52f7ffe1ffd6ad1dd20b8fecc
/faultInject/source/huffman/patches/huffman.c._MLPA_151.patch.c
499767b8a06405713b7d140ae4b9245b7d2ddb11
[]
no_license
joelpinto/MEI-A2
1ef7969127be10f404dc21a1161c23897ed6450b
4eb773b28396aa4b98cd3cea8492de9d758e8349
refs/heads/master
2021-01-12T08:25:21.644761
2017-01-31T19:49:36
2017-01-31T19:49:36
76,571,968
0
0
null
null
null
null
UTF-8
C
false
false
11,453
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "huffman.h" #include "queue.h" #include "heap.h" #define HAS_CHILDREN(node) (node->left || node->right) typedef struct _node{ int repeat; unsigned char value; struct _node *left, *right; } Node; static int CompareByRepeat(void* a, void* b)...
[ "joel.pinto.correia@gmail.com" ]
joel.pinto.correia@gmail.com
bd526574a4d961a20d913f12bec71cc0522ea595
903c45082bd0d4fbb0a0d6a289b5294d8d05c314
/sys/arch/next68k/stand/boot/devopen.c
739cc588638533598baf3ea32a67303b1c4b8d0f
[]
no_license
tombibsd/netbsd-src
0552d62659412e821163c945c62b7555d1e616d2
7f0f8c8c4b00f7c47700b8260a5cbd627d73fe7c
refs/heads/master
2021-01-21T04:54:21.541793
2016-06-17T00:56:40
2016-06-17T00:56:40
24,783,931
0
0
null
null
null
null
UTF-8
C
false
false
4,083
c
/* $NetBSD$ */ /* * Copyright (c) 1994 Rolf Grossmann * 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 copyright * notice, thi...
[ "uebayasi@tombi.co.jp" ]
uebayasi@tombi.co.jp
56cb966178be154f6b8dcdb10f8228291fb208f9
099d37a70848d2e4054ec456c0c14a72c14b8841
/src/os/shared/common/src/com/ngos/shared/common/pci/database/generated/vendor1131/pcisubdevice11319730.h
d02899e04845ba4d68d3dc7299f1eb20aec75bfb
[]
no_license
Gris87/ngos
c96e702b26fb5bcae894400657573ba71b72c996
e5e20c632ea53ee6fcc82475c0b9ed6852932397
refs/heads/master
2022-11-08T01:16:55.262819
2022-10-23T08:55:10
2022-10-23T08:55:10
115,521,164
1
0
null
null
null
null
UTF-8
C
false
false
1,664
h
// This file generated with the code_generator // Please do not modify it manually #ifndef COM_NGOS_SHARED_COMMON_PCI_DATABASE_GENERATED_VENDOR1131_PCISUBDEVICE11319730_H #define COM_NGOS_SHARED_COMMON_PCI_DATABASE_GENERATED_VENDOR1131_PCISUBDEVICE11319730_H #include <com/ngos/shared/common/ngos/types.h> #include <c...
[ "Gris87@yandex.ru" ]
Gris87@yandex.ru
c18a9d10afa1787e30fde8010a0df8473f235bb7
7633aa2aeb78a87c0e2beb2df5c5df214b4c060c
/concurrency-bugs/apache-21285/httpd-2.0.46/srclib/apr/test/internal/testregex.c
2efdd28517beb711d2d0fd4df9e6268cef9d3552
[ "MIT", "LicenseRef-scancode-rsa-md4", "HPND-sell-variant", "LicenseRef-scancode-rsa-1990", "metamail", "Apache-1.1", "LicenseRef-scancode-pcre", "Apache-2.0", "LicenseRef-scancode-public-domain", "Beerware", "Spencer-94", "NTP", "LicenseRef-scancode-zeusbench", "LicenseRef-scancode-other-p...
permissive
tingting703/ConTesa
274ee4bd912586afffa2b76ce0364e21917a5662
1ca3fbac262c5ce5364066425028545f0432db40
refs/heads/master
2020-03-19T10:34:09.202919
2018-06-07T21:58:16
2018-06-07T21:58:16
136,383,008
1
0
null
null
null
null
UTF-8
C
false
false
4,655
c
/* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2000-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that...
[ "tingting703@gmail.com" ]
tingting703@gmail.com
0ba529dd5158a2b85eddf72b31fd02c9fd2e5d91
42485ac360220501f714f2b997540a860b03d179
/950_672_2053_20190531/NA51023_BSP/uitron/DrvExt/DrvExt_src/ModelExt/A7_N75/IOCfg.h
ba796f38f6cdb5954da790957da95f15652033a2
[]
no_license
nikitos1550/some_novatek_sdk
2a76a37c1dd32b69e358e1e4646f9bea7e43e846
1a4b7af327d4fdaa9527df7225a001d5009e52cb
refs/heads/master
2023-02-22T17:08:49.576697
2021-01-17T19:52:59
2021-01-17T19:52:59
330,468,587
1
0
null
null
null
null
UTF-8
C
false
false
16,037
h
/** Copyright Novatek Microelectronics Corp. 2012. All rights reserved. @file IOCfg.h @ingroup mIPRJAPCommonIO @brief Header file of IO config This file is the header file of IO config @note Nothing. @date 2012/09/04 */ /** \addtogroup mIPRJAPComm...
[ "XXXX@XX.com" ]
XXXX@XX.com
f831f8f6f22d6eaf3a2f76d07497e44ea5a78fec
7e2751e8a9819c23f213eb4dfd2ab8e3c4c820fa
/aaa/aaa.c
f8a58b6653fc60301d4bd4257dc448f781337934
[]
no_license
inhang/roborobo
f7aa9236216a84cc08170349c6afac5c4d93ee59
f601ac323be2f9dc1e08292f7fd78226c6050130
refs/heads/master
2021-08-24T12:10:49.448651
2017-12-09T18:51:47
2017-12-09T18:51:47
113,691,884
0
1
null
2017-12-09T18:50:09
2017-12-09T18:31:20
C
UTF-8
C
false
false
682
c
#include "schoolkits.h" int main(void) { start(); while(1) { if(IN1) { motor(0, DIR_CW, 15); motor(2, DIR_CW, 15); } else { motor(0, DIR_CW, 0); ...
[ "makaboomguest@gmail.com" ]
makaboomguest@gmail.com
fde545668433eb351352ec03345c8288691fb57e
8b4312dc7900f635b485f5500acbbb8e5cc6fc15
/MOOCCode/7.1 最短路径1.c
edff198e6d3c00cc143c2da794d078943f56111b
[]
no_license
7color13/DS_ZJU_CY
c89e9c0decc6ee5980e43fc9effcbac27790190b
c9aa09a22b95eeaac631896255adfad4d41a03b4
refs/heads/master
2022-02-26T03:19:21.755997
2019-11-20T10:16:22
2019-11-20T10:16:22
null
0
0
null
null
null
null
UTF-8
C
false
false
903
c
/* 邻接表存储 - 无权图的单源最短路算法 */ /* dist[]和path[]全部初始化为-1 */ void Unweighted ( LGraph Graph, int dist[], int path[], Vertex S ) { Queue Q; Vertex V; PtrToAdjVNode W; Q = CreateQueue( Graph->Nv ); /* 创建空队列, MaxSize为外部定义的常数 */ dist[S] = 0; /* 初始化源点 */ ...
[ "cnccnu@163.com" ]
cnccnu@163.com
94561d1e5e78950123ce3c537a693ae0824e6c7f
94e24058d31d7ee6c95cb5c26123319b061d6f3e
/Group/kernel/depend/glist.h
6ebcbe378e822c0e34449478728930d94a6f71e6
[]
no_license
luxiaodong/Qt
c7711799f732ba1d9593686def29adb7ceb505b0
69e74efac3298f0463138aeb34ffc33b281c5b45
refs/heads/master
2020-06-08T01:26:19.129048
2018-05-15T08:12:28
2018-05-15T08:12:28
9,055,289
1
0
null
null
null
null
UTF-8
C
false
false
98
h
#ifndef GLIST_H #define GLIST_H #include <QList> typedef QList<int> GList; #endif // GLIST_H
[ "luxiaodong@me.com" ]
luxiaodong@me.com
6f4df3ce493535aa42f5dba6d1694229c12fc586
da68f641296b9e48109b8404ff1ff29ce7a75848
/libft utile/ft_strnstr.c
7080d2cb10510196ab1dfd05443569f36b9eec75
[]
no_license
eniotnam/lib-c
5bf461429a7e1a5882fa91ecddf1044a27f86916
39693bb95a360b1a44533e8d65b466c08685f055
refs/heads/master
2021-01-22T23:53:30.878381
2017-03-21T08:42:09
2017-03-21T08:42:09
85,677,058
0
0
null
null
null
null
UTF-8
C
false
false
399
c
#include <string.h> char *ft_strnstr(const char *s1, const char *s2, size_t n) { char *tmp; unsigned int a; int b; if (!s2[0]) return (&(((char*)s1)[0])); if (!s1[0] && s2[0]) return (0); a = 0; b = 0; tmp = (char*)s1; while (tmp[a] != '\0' && a < n) { if (tmp[a] == s2[b]) b++; else b...
[ "marteantoine@gmail.com" ]
marteantoine@gmail.com
8235a7d8738413cb1ab3a3ffdcfee4ae141792b1
756d894d938c1e610daa07fd0761f784ebc212b9
/include/mouse.h.generated.h
cd6dc98b9832952fbf07ae3519c2e8ad5bf682ce
[ "Vim", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0", "MIT" ]
permissive
g-erson/neovim
0e4875ae1480e6cefe0db7abc917f2b751841138
0f29289f778882cc837651c628158a83a7414121
refs/heads/master
2021-06-09T18:01:34.211207
2016-06-19T18:44:25
2016-06-19T18:44:25
null
0
0
null
null
null
null
UTF-8
C
false
false
418
h
#ifndef DEFINE_FUNC_ATTRIBUTES # define DEFINE_FUNC_ATTRIBUTES #endif #include "nvim/func_attr.h" #undef DEFINE_FUNC_ATTRIBUTES int jump_to_mouse(int flags, _Bool *inclusive, int which_button); _Bool mouse_comp_pos(win_T *win, int *rowp, int *colp, linenr_T *lnump); win_T *mouse_find_win(int *rowp, int *colp); void set...
[ "gaw.undefined@gmail.com" ]
gaw.undefined@gmail.com
bbdd55b1799ff50829918ea0fbcccaf41655366b
2de235ad4593fac6ae89f104ed24d44034bb4c5f
/idt.c
bc29a9fa14ebebcc6ee7f5ccafd4ae5532915bb6
[]
no_license
jbargu/potatos
47caa685cfae2c8c66a001861632ba6fd2d10a42
aacac67390e4ff3a1e5c2b0ff151bf501b9e9ce3
refs/heads/master
2021-01-01T04:44:58.230017
2016-04-14T19:24:37
2016-04-14T19:24:37
56,263,223
0
0
null
null
null
null
UTF-8
C
false
false
1,201
c
#include<idt.h> struct idt_entry { unsigned short base_lo; unsigned short sel; unsigned char always0; unsigned char flags; unsigned short base_hi; } __attribute__((packed)); struct idt_ptr { unsigned short limit; unsigned int base; } __attribute__((packed)); struct idt_entry idt[256]; str...
[ "jgrabnar@biosistemika.com" ]
jgrabnar@biosistemika.com
b96d3b1523f81861f8d4e4f72eeb49870f9c7532
ac69dcb06099d53fded92459001f6f572d9daf4d
/mutants/nano-2.9.2/src/prompt_c/prompt_MCIB_17.c
43434f4a5448efad444d64213494618f76c6dcc0
[]
no_license
lzmths/tcc
215b70454dc2f048d19da01b756936fa5bd71fda
7919bad06ae82fb8908b4b9318bb6cc402d27a79
refs/heads/master
2021-09-04T07:38:45.237849
2018-01-17T03:36:53
2018-01-17T03:36:53
117,493,375
0
0
null
null
null
null
UTF-8
C
false
false
13,266
c
#include "proto.h" #include <string.h> static char *prompt = NULL; static size_t statusbar_x = HIGHEST_POSITIVE; int do_statusbar_input(bool *ran_func, bool *finished) { int input; static int *kbinput = NULL; static size_t kbinput_len = 0; const sc *s; bool have_shortcut = FALSE; const subnfu...
[ "luiz@ic.ufal.br" ]
luiz@ic.ufal.br
a17b263565a77883bd91ab8057ac6277f107bed2
61fa27eacf7046473994dc861aaa957d85b1b680
/sys/include/pio.h
a1d4e1d47a5cb221b9190e45f762ca4ff3af4683
[ "BSD-3-Clause", "MIT" ]
permissive
SCSLaboratory/BearOS
2a20b5cb737ac7dec32561d40760e7d1ebc33555
81428604e0b7869606413872e1d3fc896256490a
refs/heads/master
2021-01-15T16:52:59.963257
2017-08-08T19:10:28
2017-08-08T19:10:28
99,728,123
26
4
null
null
null
null
UTF-8
C
false
false
1,753
h
/* Copyright <2017> <Scaleable and Concurrent Systems Lab; Thayer School of Engineering at Dartmouth College> 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 restr...
[ "st@websensing.com" ]
st@websensing.com
67fac231288146df0b5b75c5a1d88de0b7353ff4
ebdee1ef2e34bdc99a957a1353c9dfd39a8e6e28
/src/ch-06/ch-06-p132-count-keywords/main.c
a1ac42029d2ea1391d89f9708c24ffaaf1b11e91
[]
no_license
awpala/k-and-r-c-programming
4446f002ad79a2ad02c23784447310390d78d8e5
bb788c58d74d7554592ecf13b070bf0d9c771a6c
refs/heads/main
2023-03-18T15:38:44.206170
2021-03-20T16:42:15
2021-03-20T16:42:15
342,059,580
0
0
null
null
null
null
UTF-8
C
false
false
990
c
#include <stdio.h> #include <ctype.h> #include "utilities.h" /* declarations */ #define MAXWORD 100 #define NKEYS (sizeof keytable / sizeof keytable[0]) struct key keytable[] = { "auto", 0, "break", 0, "case", 0, "char", 0, "const", 0, "continue", 0, "default", 0, "do", 0, "double", 0, "else", 0,...
[ "adam.w.pala@gmail.com" ]
adam.w.pala@gmail.com
2ce519d0b22879f6e3cc7baa8ff563f4880a80ac
75a897263c5e5828742c5b7d9ff2bebf12dc24d5
/c/arrays/10_print_non_repeated_array_ele.c
471db28847dd411f53282ca98e1e7e18db5df4ac
[]
no_license
MayankPeter/C_tasks
4e09a45de41f1839fec8c9c7222138bfbb4aca32
1c930e6824f07f4315fd96120e4361820cafa6fa
refs/heads/master
2020-06-16T00:26:50.721144
2019-10-01T13:27:33
2019-10-01T13:27:33
195,431,346
0
0
null
null
null
null
UTF-8
C
false
false
341
c
//10 #include<stdio.h> void main() { int c=1,b=0,i,j,k,a[10],ele; ele = sizeof(a)/sizeof(a[0]); printf("Enter the elements\n"); for(i=0;i<ele;i++) scanf(" %d",&a[i]); for(i=0;i<ele-b;i++) { for(j=0;j<ele;j++) { if(i==j) continue; if(a[i]==a[j]) { b++; c++; for(k=j;k<ele;k++) a[k] = a[k+1]; } } if(c==1) printf("%d, "...
[ "Mayankpeter@abc.com" ]
Mayankpeter@abc.com
47b552dfb9139f1f0ecad1031667261fafff8167
a8af1bb169b92d6fcaac7fb16fc06e740e7240a9
/bubble-blast/bb.c
fba57b63ecd192c3510e6393accc880d41c5d41b
[ "Apache-2.0" ]
permissive
tearitco/terminal-games
2b37ced641d397058f91d759a469d8da73c1518a
a5b27b6de67af0af26377d27b321f9555e21fd8c
refs/heads/master
2022-01-10T23:31:43.611608
2019-06-20T13:09:11
2019-06-20T13:09:11
null
0
0
null
null
null
null
UTF-8
C
false
false
8,013
c
#include <stdio.h> #include <stdbool.h> #include <time.h> #include <string.h> // Parametri del gioco const unsigned int X = 5; // Numero di colonne della griglia (da 2 a 9) const unsigned int Y = 6; // Numero di righe della griglia (da 2 a 9) const unsigned int P = 20; // Percentuale di mosse aggiuntive consen...
[ "tomelleri.riccardo@gmail.com" ]
tomelleri.riccardo@gmail.com
bf0e6e1e051a99b13dcaabc18e93cf546f1800db
f9c0602680fd2f7e44d3e27c708b2d2440f8d8ae
/dynamic_1d/mat_mul.h
d765b8f4c32b4dd94c9c88b86cd219e151ec4999
[ "MIT" ]
permissive
Mosseridan/APtests
702ef3812626570edf57cdee4fb6b75695be0d96
776d425b517754438a26e1d3e2baacf8d1635ba6
refs/heads/master
2020-03-15T20:08:20.217707
2018-09-05T15:27:23
2018-09-05T15:27:23
132,325,806
0
0
null
null
null
null
UTF-8
C
false
false
724
h
int compute_cijk(int i, int j, int k, int n, int* a, int* b); void compute_cijk2(int i, int j, int k, int n, int* a, int* b, int* c); void compute_cij(int i, int j , int n, int* a, int* b, int* c); void compute_ci(int i, int n, int* a, int* b, int* c); void mat_mul(int n, int* a, int* b, int* c); void mat_mul_func...
[ "mosseridan@gmail.com" ]
mosseridan@gmail.com
7be2a9bc8f1121469d2cd5d3938de35556583a54
fa5fc802d21fac108df8f1217836e477e593f417
/Anjay/avs_commons/git/net/src/openssl/data_loader.c
009a61335e166f2caae00a3c42b3da00d2ede61f
[ "Apache-2.0", "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
ETCorp/morpheus-examples
2c8cfed857bd3fad368fb7c4ac4d63336a746e30
339a1b2fd8142c3e14f48a0d82fb6e9d6392a59e
refs/heads/master
2020-03-22T18:58:36.539589
2019-05-28T22:51:08
2019-05-28T22:51:08
140,495,618
0
1
null
null
null
null
UTF-8
C
false
false
10,716
c
/* * Copyright 2017-2019 AVSystem <avsystem@avsystem.com> * * 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 ap...
[ "phil.daum123@gmail.com" ]
phil.daum123@gmail.com
13f24b47ca49202ea764bf851b3913765973b47e
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/a8005426-491c-4823-b187-c66934f51868.c
0b2a52fcbcb48c2486679c4c6c87c9057311eade
[]
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
578
c
#include <string.h> #include <stdio.h> int main() { float i; float j; float k; float l; i = 6; j = 9; //variables //random /* START VULNERABILITY */ int a; long b[84]; long c[46]; a = 0; while (( a - 1 ) > -1) { a--; /* START BUFFER SET */ ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
8948f138ce884a8628a9bc45ea216e764fe7eb8c
1c6a7ae5dca2a38c68fde97a676478c6573bca02
/linux-3.0.1/arch/arm/mach-davinci/include/mach/mux.h
5d4e0fed828af634385b878de94ea539e903f264
[ "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later", "Apache-2.0" ]
permissive
tonghua209/samsun6410_linux_3_0_0_1_for_aws
fab70b79dc3e506dc03ac1149e2356137869c6ca
31aa0dc27c4aab51a92309a74fd84ca65e8c6a58
refs/heads/master
2020-04-02T04:24:32.928744
2019-01-20T13:51:34
2019-01-20T13:51:34
154,015,176
0
0
Apache-2.0
2018-10-24T14:51:04
2018-10-21T14:07:31
C
UTF-8
C
false
false
21,316
h
/* * Table of the DAVINCI register configurations for the PINMUX combinations * * Author: Vladimir Barinov, MontaVista Software, Inc. <source@mvista.com> * * Based on linux/include/asm-arm/arch-omap/mux.h: * Copyright (C) 2003 - 2005 Nokia Corporation * * Written by Tony Lindgren * * 2007 (c) MontaVista Softw...
[ "kyh1022@163.com" ]
kyh1022@163.com
c96c67fae28233bf82723a5d83b1fc45a0ca5ee3
32b625e624eca29085c948a359ee7b850cdcff1d
/PlayerList/PlayerList/PlayerListCommands.h
e2feb79278f994fef0167326a6d03f7edecc4f79
[]
no_license
Michidu/ArkServerApi
c7d05a3e8fa123821715d17835c2d52f17c37c1a
0252852459feff67e7a33d5661a4e0e3f3b9aa42
refs/heads/master
2021-09-10T16:21:58.119522
2018-03-29T07:03:42
2018-03-29T07:03:42
119,678,109
0
2
null
2018-01-31T11:25:12
2018-01-31T11:25:12
null
UTF-8
C
false
false
1,060
h
#pragma once inline void PlayersList(AShooterPlayerController* player, FString* message, int mode) { if (!player || !player->PlayerStateField()() || !player->GetPlayerCharacter()) return; FString Players; int Counter = 0; const auto& player_controllers = ArkApi::GetApiUtils().GetWorld()->PlayerControllerListFiel...
[ "ownproxie@outlook.com" ]
ownproxie@outlook.com
168d7d03973de9977824abaeca08b1756186d0ab
3e8862588f6f3dd825c1d5dde4492f1563a9b8c3
/index.c
22eced7792f023f26387e7e072d821727c013f9d
[]
no_license
shaisthashabnam/assignment
aa471347bfb70ad538da8641403b5d566929f08b
34ee13245a0192af30d970c4b15269b6c4e1c6a2
refs/heads/master
2021-01-10T04:21:02.617039
2016-03-17T17:06:29
2016-03-17T17:06:29
48,914,739
1
0
null
null
null
null
UTF-8
C
false
false
258
c
#include<stdio.h> int main() { int a[]={1,10,20,35,19}; int n,index,i; printf("Enter no and index\n"); scanf("%d\n%d\n",&n,&index); for(i=4;i>=index-1;i--) { a[i+1]=a[i]; } a[index]=n; for(i=0;i<6;i++) { printf("%d\n",a[i]); } return 0; }
[ "shaisthashabnami@gmail.com" ]
shaisthashabnami@gmail.com
0eae1f1ad584fdf3d1fac9cb41b4c7d00da68ed3
a0ab4b29b91d80f2226100e97c67e8566984c7e4
/core/system/Os/osal/ppc/mpc5xxx/integration/os_mpu_mpc5516.c
03d2560019ed6dfc5d0182214c4bd6a7e823654e
[]
no_license
kangdazhi/AUTOSAR-1
8285006a44e53b3819692ea007d8d583ee94b3e5
b11b081f835fd7279b72b1438a6a4f20743071f5
refs/heads/master
2022-04-21T03:38:03.953673
2020-04-21T17:05:53
2020-04-21T17:05:53
null
0
0
null
null
null
null
UTF-8
C
false
false
3,438
c
/*-------------------------------- Arctic Core ------------------------------ * Copyright (C) 2013, ArcCore AB, Sweden, www.arccore.com. * Contact: <contact@arccore.com> * * You may ONLY use this file: * 1)if you have a valid commercial ArcCore license and then in accordance with * the terms contained in the writ...
[ "AnycQing@163.com" ]
AnycQing@163.com
9218b805eeb49e8d6d72ef441c187abaad670e54
0aed890310c711019c934b208ae3041bf6f6206b
/游戏编程精粹/c++游戏编程源程序/c++备份/ch10/ch10_2/stdafx.h
c942f1dda7e42880cbcad97d64efa1c3953b6324
[]
no_license
Kranfeit/OpenGlBooks
80ef6c534c4221c00659459f009d704e2fe3f10b
cfb317ee96e97909f459640dd239bdd26b1a61f2
refs/heads/master
2022-03-15T14:25:52.644434
2019-11-04T20:38:38
2019-11-04T20:38:38
null
0
0
null
null
null
null
UTF-8
C
false
false
42
h
#include <afxwin.h> #include <dinput.h>
[ "twtravel@126.com" ]
twtravel@126.com
ac18c84813fae882d67d78d75ee352db48efb1e9
9e4459c739a3d11062dbb7f9d79412c57379ecd7
/判断素数/1.c
1a428e058a47e7f0016aed08b290180042fe5ddf
[]
no_license
messitamlk/C
43d54d29d534886c3c7ac178767bc66e499901d5
5c623a84afb6131a325870329266ed16f8073799
refs/heads/master
2021-01-21T10:55:07.534821
2017-03-01T02:44:01
2017-03-01T02:44:01
83,502,806
0
0
null
null
null
null
GB18030
C
false
false
206
c
#include<stdio.h> void main() { int a; printf("请输入"); scanf("%d",&a); if(a%2!=0&&a%3!=0&&a%5!=0&&a%7!=0&&a%11!=0&&a%13!=0) printf("这是一个素数!"); else printf("这不是一个素数!"); }
[ "798388563@qq.com" ]
798388563@qq.com
dcf39d2170affcd9fde61433ffe36649a1b8d059
3d3426e4c9b3a02c2dd4f789451827a870cd425a
/libft/ft_split.c
e0d4bf4a799e1239ff68b6ba4a8b6629c7adbebc
[ "MIT" ]
permissive
ReemEzeddin/42_Silicon_Valley-Projects
f196fa3697fb4eb3cac7cd36ea63d3305c3cd8bb
448b37e455e92abb2f1ac3cf11345a76200ca32c
refs/heads/main
2023-03-20T20:47:52.665262
2021-03-03T21:54:32
2021-03-03T21:54:32
315,169,448
0
1
null
null
null
null
UTF-8
C
false
false
1,373
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_split.c :+: :+: :+: ...
[ "Reem_ezzidin@hotmail.com" ]
Reem_ezzidin@hotmail.com
09ae420b3b2c08b169618e40ab23f20d568b8bd3
a5c4987ffcf318f6580ad3968d796885748c44f5
/symb_lib/ffptdist.c
aefd8dce9e3610844572afb6da3f622dc8ff1536
[]
no_license
AlessandroScrem/irit-sm_V11
bc66d4c0af2f45b56981f28314fb230654671e36
a0945ffe63289b6b768bc1ed054d52a26d86bfaf
refs/heads/master
2020-05-31T11:45:38.222073
2019-06-04T19:26:05
2019-06-04T19:26:05
190,265,581
0
0
null
null
null
null
UTF-8
C
false
false
13,665
c
/****************************************************************************** * FfPtDist.c - Point distribution on freeforms. * ******************************************************************************* * (C) Gershon Elber, Technion, Israel Institute of Technology * *********************...
[ "48774358+AlessandroScrem@users.noreply.github.com" ]
48774358+AlessandroScrem@users.noreply.github.com
20ad65cb33e0b03507c0db31901d85d20f07adaa
88820e75a6afe09591e4f6c153a7cc1aec3b0102
/MIWI/MASTER/Exemple Miwi/v2015_08_10/bsp/pic24f_starter_kit/adc.c
bfe793733d90023581d1c78b800a6f66174182e1
[]
no_license
243-510-MA/243-510-A17
e818c00a3ffd32000a20384d951ccb1cab54ee91
320c38863dfb7ebb12454442bedd5feb5814121f
refs/heads/master
2021-08-28T17:04:14.871620
2017-12-12T21:25:51
2017-12-12T21:25:51
104,472,201
3
1
null
2017-09-22T13:43:55
2017-09-22T12:31:33
null
UTF-8
C
false
false
5,384
c
/******************************************************************** Software License Agreement: The software supplied herewith by Microchip Technology Incorporated (the "Company") for its PIC(R) Microcontroller is intended and supplied to you, the Company's customer, for use solely and exclusively on Microchip ...
[ "gabdespres18@gmail.com" ]
gabdespres18@gmail.com
021d0e5a8c40ad40c33ba80a8c92f2c8ab6fc0cf
decefb13f8a603c1f5cc7eb00634b4649915204f
/packages/node-mobile/test/wasi/c/symlink_loop.c
23bd70ba6011768949cb9a34dd7a27fc47098f01
[ "Zlib", "CC0-1.0", "ISC", "Apache-2.0", "LicenseRef-scancode-public-domain", "ICU", "MIT", "LicenseRef-scancode-public-domain-disclaimer", "Artistic-2.0", "BSD-3-Clause", "NTP", "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause", "LicenseRef-scancode-openssl", "LicenseRef-sc...
permissive
open-pwa/open-pwa
f092b377dc6cb04123a16ef96811ad09a9956c26
4c88c8520b4f6e7af8701393fd2cedbe1b209e8f
refs/heads/master
2022-05-28T22:05:19.514921
2022-05-20T07:27:10
2022-05-20T07:27:10
247,925,596
24
1
Apache-2.0
2021-08-10T07:38:42
2020-03-17T09:13:00
C++
UTF-8
C
false
false
176
c
#include <assert.h> #include <errno.h> #include <stdio.h> int main() { FILE* file = fopen("/sandbox/subdir/loop1", "r"); assert(file == NULL); assert(errno == ELOOP); }
[ "frank@lemanschik.com" ]
frank@lemanschik.com
51202f038446be5236cc19666bffdda8405076f7
c925a5a7c607826df9b6c32c3066ed0207eedd71
/neur.c
bb1babbf9a99bc48dfff62ed04a2d52c6b929dfd
[]
no_license
NathanPrats/eau_c_air
b6aa46c49a9724ed626dc793b721b4835bbc9823
2e14c5024f1baaa7151825fdf6159eb8b50b1eec
refs/heads/master
2020-04-01T01:21:13.798485
2018-10-20T15:57:14
2018-10-20T15:57:14
152,734,864
0
0
null
null
null
null
UTF-8
C
false
false
7,398
c
#include <stdio.h> #include <stdlib.h> #include <time.h> #include <math.h> #include <fcntl.h> #include "parser.h" #include <string.h> #define Number_of_patterns 4 #define Number_of_inputs 2 #define Number_of_hidden 2 #define Number_of_outputs 1 #define rando() ((double)rand()/((double)RAND_MAX+1)) i...
[ "noreply@github.com" ]
NathanPrats.noreply@github.com
ce397e619e83fa602cf72ffba6fb69675b8268d4
f7d8f3a881865a6fa6a67b7c43f49ac514a37e83
/src/icu4c-62_1-src/icu/source/common/norm2_nfc_data.h
e306d3c4b9502f3fddf11730c354cfcf5f189296
[ "LicenseRef-scancode-unicode", "ICU", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "NAIST-2003", "LicenseRef-scancode-public-domain", "BSD-2-Clause" ]
permissive
xingyun86/ppshuai_icu4c_62_1
cae0f571f9639e10302d445e912dcc49fe7776aa
107486a5e7965212cc865bd90a29f5320d5135d3
refs/heads/master
2020-03-24T14:42:51.743461
2018-07-29T16:23:10
2018-07-29T16:23:10
142,774,941
2
0
null
null
null
null
UTF-8
C
false
false
96,140
h
// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html // // Copyright (C) 1999-2016, International Business Machines // Corporation and others. All Rights Reserved. // // file name: norm2_nfc_data.h // // machine-generated by: icu/source/tools/gennorm2/...
[ "xingyun_ppshuai@yeah.net" ]
xingyun_ppshuai@yeah.net