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
007ee233a0341938b2b5e87cde6624335f14471e
bfb684de3f17f12c5c0bdd1524fe286773a0dbfb
/LEDDisplay.h
12f8a416316cd2aa98861ecd49c731b18ebca2c7
[]
no_license
andrewjton/ElectronicLevel_ECE3430
f9bc5a29cc21fcf9bf159820f94bb4cfbf8b4d6d
1525bb83931aab3260236a4f3403101346ffa57a
refs/heads/master
2021-03-27T11:43:09.350292
2017-04-26T17:28:49
2017-04-26T17:28:49
87,845,699
1
0
null
null
null
null
UTF-8
C
false
false
1,511
h
/* * LEDDisplay.h * * Created on: Mar 22, 2017 * Author: syedm_000 */ #ifndef LEDDISPLAY_H_ #define LEDDISPLAY_H_ /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * X latch * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * GPIO : P2.0 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ #define X_LATCH_BIT BIT0...
[ "syedm101@gmail.com" ]
syedm101@gmail.com
2111e2686ab13b29a7e650650f24afbd1c94219e
45ef27682e59ca0cec3827bdeae67cdfe8976ffc
/Assignment2-Server/Assignment2-Server/s.c
06183a985f6dcab0dcef9918e4cdfe075e75b1e4
[]
no_license
hassaan4584/Proxy-Server
550e9e4c85c337024db9f6c18622bf46ba177d97
0133d8a68728d9b0bdbf60361ab99fc82063cafb
refs/heads/master
2021-01-19T00:03:39.140021
2017-04-06T06:12:32
2017-04-06T06:12:32
87,141,200
0
0
null
null
null
null
UTF-8
C
false
false
13,411
c
// For creating the response, some help and code has been taken // from the following link : advancedlinuxprogramming.com/listings/chapter-11/server.c #ifdef __APPLE__ # define error printf #endif #include <pthread.h> #include <unistd.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #includ...
[ "hassaan.fayyaz@westagilelabs.com" ]
hassaan.fayyaz@westagilelabs.com
464088a65c66cd9e3804c22ee584e64a90e4b049
40684ab19ae0e3448176cb5d2fb310794004fb2e
/c_primer_plus/code/ch09/swap3.c
9df21396d85baa45423587f754100f551550986b
[]
no_license
nicecoolwinter/learn_c
bbae1895173a81e7c759f0d2c0a7c899294e29e0
aa31897008b3042f9e49f52beee21dd5ba7a5ec6
refs/heads/master
2021-01-17T17:16:21.257333
2016-09-24T12:25:49
2016-09-24T12:25:49
69,100,753
0
1
null
null
null
null
UTF-8
C
false
false
464
c
/* swap3.c -- using pointers to make swapping work */ #include <stdio.h> void interchange(int* u, int* v); int main(void) { int x = 5, y = 10; printf("Originally x = %d and y = %d.\n", x, y); interchange(&x, &y); /* send addresses to function */ printf("Now x = %d and y = %d.\n", x, y); return 0;...
[ "gigi" ]
gigi
317afa7a3db3df89ad405ddc71c23b33f7001390
d18f11b8cb6a62fcd6653759c76c6e0aa554d889
/libevent-2.1.8-stable/sample/signal-test.c
97932952135bf3a79ef4fb1776e5981dc2dce8e0
[ "BSD-3-Clause", "MIT", "ISC" ]
permissive
JiekeZhu/libEvent.VS2015
f8f933c8ed9313628f72a3162ab57e060d09477d
4fa7b7f2e2f173a736a447e140a8197a8f22ce45
refs/heads/master
2021-01-19T11:52:45.832933
2017-03-02T16:54:14
2017-03-02T16:54:14
82,269,222
0
0
null
null
null
null
UTF-8
C
false
false
1,253
c
/* * Compile with: * cc -I/usr/local/include -o signal-test \ * signal-test.c -L/usr/local/lib -levent */ #include <sys/types.h> #include <event2/event-config.h> #include <sys/stat.h> #ifndef _WIN32 #include <sys/queue.h> #include <unistd.h> #include <sys/time.h> #else #include <winsock2.h> #include <windows.h...
[ "jiekzhu@sina.com" ]
jiekzhu@sina.com
786fa86f39a07e2d896b62ab1c9f5b4ecca08a87
2912d7bb7a54dfa07198686df3d90b5b5ea04d77
/mcu-boot/src/bootloader/usb_hid_peripheral_interface.c
513f2a68e0474bd59fdf74b7bbab01a84e613353
[]
no_license
Sulodiye/rapid_iot_mcuxpresso_examples
73298e16390f272f604ea0324c3a7f1a66d1db41
0c41e3245cf6ceceb6fdd55f1a1c3e621be85a7d
refs/heads/master
2022-04-29T22:41:42.152146
2018-12-27T11:20:34
2018-12-27T11:20:34
null
0
0
null
null
null
null
UTF-8
C
false
false
21,233
c
/* * The Clear BSD License * Copyright (c) 2013, Freescale Semiconductor, Inc. * All rights reserved. * * * Redistribution and use in source and binary forms, with or without modification, * are permitted (subject to the limitations in the disclaimer below) provided * that the following conditions are met: *...
[ "theophile.leroy@nxp.com" ]
theophile.leroy@nxp.com
318d68e8b39e71d0264c87c0b504a86abe25c367
94e8344ee420ae4d2eb1643e95973845f341a3d2
/gcc_4.3.0_mutants/mutant100040_ipa-inline.c
68181c7576a9d4f11fa533031784e00bda4989fd
[]
no_license
agroce/compilermutants
94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3
dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991
refs/heads/master
2022-02-26T21:19:35.873618
2019-09-24T15:30:14
2019-09-24T15:30:14
207,345,370
1
0
null
null
null
null
UTF-8
C
false
false
51,477
c
/* Inlining decision heuristics. Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; eithe...
[ "agroce@gmail.com" ]
agroce@gmail.com
a19d3567b92a0dfecb91af05fa8eb2a4cccf0c3e
3465f95d302588c3e02ab7ef9125e092946aaaa1
/Lab 3/isim/CPU_tb_isim_beh.exe.sim/work/m_00000000001237691332_3508565487.c
9c19e1a8889bdd167c0b9fedee55e8754ca2a564
[]
no_license
abhishekgaur14/EC551---Advanced-Digital-Design-with-Verilog-and-FPGAs
9d7b804510f5b52533379f260b7791c231aa5274
6f20fcc6d271c0062722ac7a2f677da224cbadb5
refs/heads/master
2020-02-26T17:04:03.204180
2016-09-23T22:04:27
2016-09-23T22:04:27
68,746,064
1
1
null
null
null
null
UTF-8
C
false
false
44,347
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "abhigaur@bu.edu" ]
abhigaur@bu.edu
34cce5f983e6ac288f8d7bc2da232c5ec0ce9e5d
6a86d740f9b17721677b9ee193f2009a2333a3be
/areas/tol-dhurath/forest-4/19x3.c
545e3c51e91688fcfca5d388e54af64b7239ccd7
[]
no_license
realms-mud/core-lib
b2a0cc727fd0b1eb47fa244d6fb05de322abe88f
293089e8900b5a0d46f64619f89c78deea7477e5
refs/heads/master
2023-07-06T07:04:25.390271
2023-06-27T21:20:29
2023-06-27T21:20:29
113,914,065
69
20
null
null
null
null
UTF-8
C
false
false
989
c
//***************************************************************************** // Copyright (c) 2023 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/env...
[ "abc@maelstrom.cc" ]
abc@maelstrom.cc
f0d69ac2cff818a2ecf494412eaaf83ec02acd6b
056a331a8bff44e0e9d897260a391d37f0a15a00
/tls/extensions/s2n_extension_type_lists.c
5395366a6c687862a3e6a3668a2552f7051084e6
[ "MIT", "Apache-2.0" ]
permissive
aicas/s2n-tls
0b938ac4b675cc5ff4942b203406bd9216a66e04
1bfdf86b7b4210bc6f67ef4c075502c8d8968f05
refs/heads/main
2023-03-08T01:11:42.595682
2021-02-26T06:53:35
2021-02-26T06:53:35
341,676,765
0
0
Apache-2.0
2021-02-26T06:53:36
2021-02-23T20:09:54
null
UTF-8
C
false
false
5,400
c
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
[ "noreply@github.com" ]
aicas.noreply@github.com
3c226be464f7b80520eb56311f7a898a593faa8e
da4beafe48485a67015e662fcad27dff3a5050b8
/sboot/stm32f10x_conf.h
76a348cd1be5318a02429603bab4d730f5948fbe
[]
no_license
semerlin/sboot
32531e7d917ccfd388c93d57fe5a433c1e5cc8d5
1b240eb88c60751f6e72e796dfbbf889cba1c8b2
refs/heads/master
2021-05-19T23:06:21.504792
2020-08-21T15:41:02
2020-08-21T15:41:02
31,590,527
0
0
null
null
null
null
UTF-8
C
false
false
3,250
h
/** ****************************************************************************** * @file Project/STM32F10x_StdPeriph_Template/stm32f10x_conf.h * @author MCD Application Team * @version V3.5.0 * @date 08-April-2011 * @brief Library configuration file. ********************************************...
[ "elious.huang@gmail.com" ]
elious.huang@gmail.com
ac1c21a8203d68c42986d8d58e26b1a6716b6323
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/gpu/drm/i915/display/extr_intel_dvo.c_intel_dvo_get_modes.c
c9154b0113917572b2a14c4774dc093c76bb8a9d
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
2,148
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
4e3de0d1872fcf97eb9979d88393bb34dad90ebf
fa79c6f69b4d4f49e669ab04ced87b4e7e194eb5
/02-MCAL/03-USART/USART_private.h
d921c8461bd70655989a2f1ad8b88d1d24b3288e
[]
no_license
ZakiAhmedAli/SDK_PIC18F452
b933345eb99503d9e6fe6721f9bed843f223b4e8
1d80b4eccdc668b54f023a7faa1c3f5bd0cf3dc1
refs/heads/master
2023-02-21T19:33:57.261173
2021-01-24T23:42:58
2021-01-24T23:42:58
332,581,389
1
0
null
null
null
null
UTF-8
C
false
false
1,422
h
#ifndef USRT_PRIVATE_H #define USAT_PRIVATE_H #define RCSTA *((volatile RCSTA_t*)(0xFAB)) #define TXSTA *((volatile TXSTA_t*)(0xFAC)) #define TXREG *((volatile u8*)(0xFAD)) #define RCREG *((volatile u8*)(0xFAE)) #define SPBRG *((volatile u8*)(0xFAF)) #define PIR1 *((volatile PIR1_t*)(0xF9E)) #define IPR1 ...
[ "zaki82004@gmail.com" ]
zaki82004@gmail.com
efb49ee3054423f573cab4885a45a199b3ed5ea9
c22cd290b307e89c8101f9dc5c91224dd37a98f4
/oohish/search/myserver/clientquery.c
abb967280dda385ae7aa85dee8ae3fef496a2a95
[]
no_license
yzernik/oohishrecipes
03b74481a1bf090787bf094eb3405fd40de1ff79
e20a3eadfc8029cbd9b48c2516ab7e4521b62dd4
refs/heads/master
2020-09-13T07:44:50.650150
2012-09-04T20:37:40
2012-09-04T20:37:40
null
0
0
null
null
null
null
UTF-8
C
false
false
2,160
c
#include <stdio.h> #include <stdlib.h> #include <errno.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/un.h> #include "client.h" #include "clientquery.h" #include "message.h" /* Start a client to query string */ result_list_t *query_string(char *str) { int s; struct sockaddr_u...
[ "yzernik@gmail.com" ]
yzernik@gmail.com
6048e15b8734fc4c395d94e0560e88238c5c9c5c
f72e5b5fbb39823d27ad422eaad04c493a2e2dab
/scrap/testasdf.c
3b2ef4a139d88031c5c81dcd5daa474a953d78eb
[]
no_license
Tulitomaatti/edice
bd80608ca88c826f7e66870f1d15dcda8979014e
203193d96a830bee299a406b4b8885711d2bc0d4
refs/heads/master
2020-06-03T18:24:56.800023
2014-05-22T23:43:13
2014-05-22T23:43:13
null
0
0
null
null
null
null
UTF-8
C
false
false
877
c
#include <stdint.h> #include <stdlib.h> int foo(int *bar) { int aux = 2; bar[2] = aux; } int main(){return 1;} int maxDisplayFigure(uint8_t figure, uint8_t *display, uint8_t start_digit, uint8_t len) { // Mod to: figure, current_figure, startpoint, len uint8_t i=3, limit = 1; uint8_t aux = 123;...
[ "tulitomaatti@gmail.com" ]
tulitomaatti@gmail.com
c57992f62b78ffe1924260183f85ae586eac61f1
63b4a698bc22fd54857c8fa097b1331f79c39e5a
/src/busybox/busybox-1.19.2/e2fsprogs/old_e2fsprogs/blkid/blkid_getsize.c
e1f6ba6d2aaced7cc6e2dfdd0d557ad7ec010f55
[ "Apache-2.0", "GPL-2.0-only" ]
permissive
MinimSecure/unum-sdk
67e04e2b230f9afb3ae328501a16afa4b94cdac6
30c63f0eccddba39a760671a831be3602842f3f4
refs/heads/master
2023-07-13T07:33:43.078672
2023-07-07T13:52:05
2023-07-07T13:52:05
143,209,329
33
22
Apache-2.0
2021-03-05T22:56:59
2018-08-01T21:13:43
C
UTF-8
C
false
false
3,964
c
/* vi: set sw=4 ts=4: */ /* * getsize.c --- get the size of a partition. * * Copyright (C) 1995, 1995 Theodore Ts'o. * * %Begin-Header% * This file may be redistributed under the terms of the * GNU Lesser General Public License. * %End-Header% */ /* include this before sys/queues.h! */ #include "blkidP.h" #i...
[ "denis.bakin@minim.co" ]
denis.bakin@minim.co
7ba8a979f96bbd0cfcbd1519748f25ea1a273b4d
8ca28e291a603af2162e95e918a9f320df64a2ac
/0x04-more_functions_nested_loops/holberton.h
6cf8e1696a0810185c5659f7fb60900cb8c254aa
[]
no_license
alexoreiro/holbertonschool-low_level_programming
696619cdc3885d32dfe28443bcbad4d931446da1
6a7070caa4f781f47c6ad4b63d9f32e1f547d009
refs/heads/master
2023-04-04T03:33:17.361234
2021-04-22T15:23:37
2021-04-22T15:23:37
296,087,576
0
1
null
null
null
null
UTF-8
C
false
false
347
h
/*All the functions for this project*/ int _isupper(int c); int _isdigit(int c); int mul(int a, int b); void print_numbers(void); void print_most_numbers(void); void more_numbers(void); void print_line(int n); void print_diagonal(int n); void print_square(int size); void print_triangle(int size); int _putchar(char c);...
[ "alexis.oreiro@icloud.com" ]
alexis.oreiro@icloud.com
d9d71ba2029c2130b122b38e462e50200dad1868
ae4e8a284bd7498ec03109cee1d8943722364184
/g4/Drivers/BSP/Components/Common/idd.h
eb1f8b141bb901927a7774c390a6f74aa8eeb6ed
[]
no_license
Carmis/framework-stm32cube
9df6e8196f6431511977294e5b84702706d47a4e
109fa9c403043d06476445de4ecae710e16ab7cf
refs/heads/master
2022-05-27T20:36:06.797260
2020-05-01T08:08:48
2020-05-01T08:08:48
260,408,370
0
1
null
null
null
null
UTF-8
C
false
false
2,447
h
/** ****************************************************************************** * @file idd.h * @author MCD Application Team * @brief This file contains all the functions prototypes for the IDD driver. ****************************************************************************** * @attention...
[ "andreas@carmvallutveckling.se" ]
andreas@carmvallutveckling.se
7eefb32a3b8816c3346f52ef6c99a7da041fac2f
2adb92d740c00024c6fc86bef1299d8007623cd2
/roboscoop/roboscoop_lib/EIFGENs/roboscoop/W_code/C8/na242.c
fa715ef9e2fe62366e0324ae9f84798313608c5b
[]
no_license
mafilipp/RPL_Ass1
ac0a56a6129e0c92a8e71263eee44143fc26864e
1a5f64b8fcc1b5c441e7affd08170867cb1e4d21
refs/heads/master
2021-03-12T19:44:12.586165
2014-10-04T08:33:40
2014-10-04T08:33:40
24,785,188
1
0
null
null
null
null
UTF-8
C
false
false
30,370
c
/* * Code for class reference NATURAL_32 */ #include "eif_eiffel.h" #include "../E1/estructure.h" #ifdef __cplusplus extern "C" { #endif extern EIF_TYPED_VALUE F242_6128(EIF_REFERENCE, EIF_TYPED_VALUE); extern EIF_TYPED_VALUE F242_6129(EIF_REFERENCE, EIF_TYPED_VALUE); extern EIF_TYPED_VALUE F242_6130(EIF_REFERENC...
[ "mpippo@bluewin.ch" ]
mpippo@bluewin.ch
65028e3f668f8aa7371ccbd56110b4c3be529f74
264cc34d1d5322c9c955f351e5ed710836f6a1a5
/cmake_targets/basic_simulator/ue/CMakeFiles/X2AP_R14/X2AP_GUGroupIDList.h
f0c541972957666a112bb8e358066a2f03703edf
[ "BSD-3-Clause", "BSD-2-Clause", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-generic-cla" ]
permissive
mr-ytseng/openairinterface5g
8d40a768b2046da8c521f58d34c0466226f1c154
54d541c22cdfcb774774089291c93e4e79294a1d
refs/heads/master
2021-10-27T20:56:33.843199
2019-04-19T15:37:55
2019-04-19T15:37:55
177,127,103
0
1
null
null
null
null
UTF-8
C
false
false
1,040
h
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "X2AP-IEs" * found in "/home/user/openairinterface5g/openair2/X2AP/MESSAGES/ASN1/R14/x2ap-14.6.0.asn1" * `asn1c -pdu=all -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example -D /home/user/openairinterface5g/cmake_targ...
[ "yuchia.tseng@irt-systemx.fr" ]
yuchia.tseng@irt-systemx.fr
57d3ebefd971e97ecc1a17fccdd32fb8e8b55b2a
38ecc795e50510eaa800bc32a154754fcd43f862
/day10/harib007c/sheet.c
7b1bcab5cc126f14f66a6b8ef0246453f36fd844
[]
no_license
takageymt/30daysOS
57d5ed0c1d9c8114d4c75af029e6c33e2f5fad4d
bf4e54db9c6379bedea1d9f6af0264ecf9e79412
refs/heads/master
2023-01-02T12:41:28.130340
2020-10-24T07:56:32
2020-10-24T07:56:32
306,822,026
0
0
null
null
null
null
UTF-8
C
false
false
4,023
c
#include "bootpack.h" #define SHEET_USE 1 struct SHTCTL *shtctl_init(struct MEMMAN *memman, unsigned char *vram, int xsize, int ysize) { struct SHTCTL *ctl; int i; ctl = (struct SHTCTL *) memman_alloc_4k(memman, sizeof(struct SHTCTL)); if (ctl == 0) { goto err; } ctl->vram = vram; ...
[ "takage.yamata@gmail.com" ]
takage.yamata@gmail.com
48590c724afe508a73738c4c20d56c365943fd2b
8b97ef96e849174e91ab99d86600e04d44f9f2e3
/113.c
237f34d169e2e5ef7ac63c86fcf5e122e561fe42
[]
no_license
kishore1951998/player
59340aa4f070a82c385030762851a30f0087ac7c
0dfc93764b5a461353ac6db31c1b55c8cb780af6
refs/heads/master
2020-04-23T02:29:50.572943
2019-03-26T01:45:46
2019-03-26T01:45:46
170,848,267
0
0
null
null
null
null
UTF-8
C
false
false
442
c
#include <stdio.h> #include<string.h> void main() { char str[20]; printf("Enter the string"); scanf("%s",str); int len,flag; len=strlen(str); if(str[0]<'4' && str[1]<'10' && str[2]=='/' && str[3]<'2' && str[4]<'3' && str[5]=='/' && str[6]<'10' && str[7]<'10' && str[8]<'10' && str[9]<'10'&&str[10]=='\0') { fl...
[ "noreply@github.com" ]
kishore1951998.noreply@github.com
7362bf020c0ec20463c48d96d34160a34f47284a
f17baf337f7ab0bcb7be875373d10769d55f91f3
/seq_search_binary_search/base.c
d1a8fe5faa4602d8e5291f9660965ff7ae54bf97
[]
no_license
nathanmartins/Estrutura-de-Dados-II
64e6f502464c2716542cb645e6150281f2256c89
0d92f869570324f4a96e042238f4e118938b04f7
refs/heads/master
2020-05-17T20:42:31.811288
2019-07-03T23:59:28
2019-07-03T23:59:28
183,951,536
0
0
null
null
null
null
UTF-8
C
false
false
3,826
c
#include <stdio.h> #include <string.h> #define MAXN 100 typedef int TipoChave; typedef struct { TipoChave Chave; char Nome[10]; int Idade; } TipoRegistro; typedef int TipoIndice; typedef struct { TipoRegistro Item[MAXN + 1] ; TipoIndice n; } TipoTabela; void Inicializa (TipoTabela *T) { T-...
[ "nathan.eua@gmail.com" ]
nathan.eua@gmail.com
548fcdcca8f9f20d298c6ec6d758617b7306c6fb
de4e6a6d5d3407759ec55325d2fbb0844a6ed855
/src/backend/optimizer/path/indxpath.c
63281c17cf9800624f238f07c2257fb46634ab7c
[ "PostgreSQL" ]
permissive
blankde/Learning-Postgres
0227f866ee09dc30d3e4eb9d9ada448d3dcdd982
ba70e2079efd2372cc02ea9353ce01b710ca71c8
refs/heads/master
2020-04-24T02:11:12.391048
2019-02-26T06:46:22
2019-02-26T06:46:22
171,627,882
0
0
null
null
null
null
UTF-8
C
false
false
105,068
c
/*------------------------------------------------------------------------- * * indxpath.c * Routines to determine which indexes are usable for scanning a * given relation, and create Paths accordingly. * * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group * Portions Copyright (c) 1994, R...
[ "vinny_qu@163.com" ]
vinny_qu@163.com
0abba5f9b50246c38a4654ca66e5b780389a0913
8c42ba98955c9b1c779b84c2bec24cbb42120645
/Labweek7/ShmMaxLimitsTest.c
0143067801596d489a2d65d0f4840a888eef8dfe
[]
no_license
StuGeek/Operating-System-Homework
6e1f64db525a182c9a3aaf1ec2e494fa12cc079e
1aef136400ca9d47fcd73ebfb1539bf85c72e5b8
refs/heads/master
2023-09-05T17:09:50.344638
2021-11-03T16:39:54
2021-11-03T16:39:54
384,361,825
0
0
null
null
null
null
UTF-8
C
false
false
1,967
c
//ShmMaxLimitsTest.c文件 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <sys/stat.h> #include <sys/wait.h> #include <sys/shm.h> #include <fcntl.h> #define PERM S_IRUSR|S_IWUSR|IPC_CREAT #define ERR_EXIT(m) \ do { \ perror(m); \ exit(EXIT_FAILURE); \ } whi...
[ "noreply@gitee.com" ]
noreply@gitee.com
f24b237121b756101e66af9f65bd1716944f01c4
29c4fbf303362f11e343cf7d27e9977f5918b601
/kernel/arp_hook.h
2dc710104a4be60ae0730333eb5fee31a7ea3c5c
[]
no_license
avplayer/arp_tbf_limit
6327a74c7d0097c3437a12a9e229c79e6e977ebf
fb5afa64831b2d553e3a428becf4f749c1245c64
refs/heads/master
2021-01-14T13:44:17.314618
2014-04-11T15:21:28
2014-04-11T15:21:28
18,751,243
0
4
null
null
null
null
UTF-8
C
false
false
1,004
h
#ifndef __ARP_HOOK_H__ #define __ARP_HOOK_H__ #pragma pack(1) struct eth_arphdr { __be16 ar_hrd; /* format of hardware address */ __be16 ar_pro; /* format of protocol address */ unsigned char ar_hln; /* length of hardware address */ unsigned char ar_pln; /* length of protocol address */ __be16 ar_op; /* A...
[ "andyzhekun@gmail.com" ]
andyzhekun@gmail.com
21811d89c6800bfee9e9dd297088e4ea664737d5
39ab30f10a24a58d054f6a3c758e0d02fd40eae1
/test/ruslan-benchmarks/termination/NRC/termination-msr/NRC/toeplz.c
bff742c22137a54421a34b601c4202ff49320883
[ "Apache-2.0", "MIT" ]
permissive
KaneTW/T2
30918037f5ace879a09df522735cad82944c600e
10f137385078750799e28bbb441d2cdca00cb40e
refs/heads/master
2020-12-19T02:00:11.613513
2018-02-12T16:32:43
2018-02-12T16:32:43
235,586,592
0
0
NOASSERTION
2020-01-22T14:06:47
2020-01-22T14:06:46
null
UTF-8
C
false
false
1,251
c
#define NRANSI #include "nrutil.h" #define FREERETURN {free_vector(h,1,n);free_vector(g,1,n);return;} void toeplz(float r[], float x[], float y[], int n) { int j,k,m,m1,m2; float pp,pt1,pt2,qq,qt1,qt2,sd,sgd,sgn,shn,sxn; float *g,*h; g=vector(1,n); h=vector(1,n); x[1]=y[1]/r[n]; if (n == 1) FREERETU...
[ "mabrocks@microsoft.com" ]
mabrocks@microsoft.com
76978cfbac1fc8520478bb198cc5272a4824525f
7be9310bb06691d7546422235010034ba69397c7
/Devices/flash/Src/flash.c
2767f064131f976c9377dd936b519c068826279a
[ "Apache-2.0" ]
permissive
AzenkChina/VirtualMeter
97e956197106c7cf8924c53106562c4d4ebfa2b5
5a4c53cd1fd98cbd3ae1fc98ea17f4f935484051
refs/heads/master
2021-06-23T16:26:47.263432
2021-01-11T03:16:22
2021-01-11T03:18:11
175,774,068
44
30
null
null
null
null
GB18030
C
false
false
16,327
c
/** * @brief * @details * @date 2016-11-15 **/ /* Includes ------------------------------------------------------------------*/ #include "flash.h" #include "delay.h" #if defined ( _WIN32 ) || defined ( _WIN64 ) #include <windows.h> #include <direct.h> #include <io.h> #include "stdio.h" #includ...
[ "azenk1991@163.com" ]
azenk1991@163.com
df03ec7797b592ddee8a74dfe64ca5914e56b0e5
4de2b914e4607dd0ca7eec60b21026af6b6c4797
/Old_work/valdambrini_cheli_papallo_tarmati/BIPE MATLAB/slprj/_sfprj/ICARO3_Onda_bipe_controllonostro_mix/_self/sfun/src/c144_ICARO3_Onda_bipe_controllonostro_mix.c
42181ba271aa71ca0488471a51cf0fcf5d8e8218
[]
no_license
ABiondi12/project_sgn
5203d21f2753dcdf7c53b153324dc75bc1221549
570b7be0b01e7c83cb927945e532d6a2213ebf65
refs/heads/main
2023-06-18T12:59:18.337096
2021-07-21T10:27:08
2021-07-21T10:27:08
307,121,028
0
0
null
null
null
null
UTF-8
C
false
false
65,970
c
/* Include files */ #include <stddef.h> #include "blas.h" #include "ICARO3_Onda_bipe_controllonostro_mix_sfun.h" #include "c144_ICARO3_Onda_bipe_controllonostro_mix.h" #define CHARTINSTANCE_CHARTNUMBER (chartInstance->chartNumber) #define CHARTINSTANCE_INSTANCENUMBER (chartInstance->instanceNumber) #inc...
[ "petracci.francesco@gmail.com" ]
petracci.francesco@gmail.com
8ee5932f3e00ee4c764eb7b08f71cd2dbe717f1f
be63fe2e76c5e40a7eddc8b04ea6ba6291549845
/University labs/Programming languages and methods labs/lmp7 - index, word searching/skorowidz.h
076bff26aeaf76126330ea4a332ec37df6a6fc2d
[]
no_license
KamilSztandur/ANSI-C-worksheets-and-projects
1f7b789491c0639a5c37477d4e430910b8fb84bf
1fcd7856105170553854478016cd98cccd4e77ad
refs/heads/master
2023-03-09T15:10:09.394050
2021-02-27T12:32:42
2021-02-27T12:32:42
342,851,976
0
0
null
null
null
null
UTF-8
C
false
false
561
h
#include <stdio.h> #ifndef SKOROWIDZ_H #define SKOROWIDZ_H typedef struct { int ileSlow; //Ile argumentow wpisal uzytkownik char **slowa; //Tabelka przechowujaca te argumenty int *ostatnieWystapienie; //Numer linii ostatniego wystapienia slowa (pomocne przy wypisywaniu) } skorowidz_t; void ini...
[ "kamil.sztandur@vp.pl" ]
kamil.sztandur@vp.pl
811fdfd7820df7dbfe7c53889fdffac5fb3de795
3a56b1155d39c8e4dfaff52f0ec2e43b64304c28
/frames/06053.h
f92e81d2cee255c0a837a15fd756a5dabb6763b5
[]
no_license
RippedOrigami/GBA-Rick
6a610bde18e8dda978730b2d754565e9cdcbfe1d
0953de71ad0a392f5d3a0bcedc54d55e478925b7
refs/heads/master
2021-05-28T17:10:33.260039
2014-11-28T17:14:04
2014-11-28T17:14:04
null
0
0
null
null
null
null
UTF-8
C
false
false
660
h
//{{BLOCK(_6053) //====================================================================== // // _6053, 40x40@8, // + palette 256 entries, not compressed // + 25 tiles lz77 compressed // Total size: 512 + 1504 = 2016 // // Time-stamp: 2014-11-28, 05:20:21 // Exported by Cearn's GBA Image Transmogrifier, v0.8.12 // ( ...
[ "mtinc2@gmail.com" ]
mtinc2@gmail.com
be717d9aa2cf44240de90063b6b857cc8c5fd4da
2e8a05666d97c059500258fce9d88c59b9d55e40
/ACD/Parser/tests/test3.c
c2df4b736cc258ce62799418f8040b3f30b754f6
[]
no_license
aksh555/IT-Labs
b1d3128a0e685389ac0bf6fe522af77f8187da66
f14e8f94e5fa9a1083e00d2b66bf48bb9596d051
refs/heads/main
2023-07-10T03:01:58.244079
2021-08-09T11:16:11
2021-08-09T11:16:11
317,137,908
2
0
null
null
null
null
UTF-8
C
false
false
581
c
#include<stdio.h> int main(){ char s[10]="Welcome!!"; char s[]="Welcome!!"; int a[2] = {1, 2}; char S[20]; int p; if(s[0]=='W'){ if(s[1]=='e'){ if(s[2]=='l'){ printf("Welcome!!"); } else printf("Bug1\n"); } else print...
[ "akshblr555@gmail.com" ]
akshblr555@gmail.com
1bf09880cb29be589f54952328fec268d52d9c1f
2d5473419fd4d861d5bb6c344b75bcd925a00d26
/MMPIC32.X/clock/drvI2C.c
4a659f6f4028a7b90267f8d7d5194dde31efcc36
[]
no_license
lion037osx/xc32multimedia
ff0b53316a6dc7af8fdadc08638f97d1f68d976f
c4ddd1248e663fd665d77031b4a268236ec22dac
refs/heads/master
2021-01-15T14:54:37.997197
2017-09-25T05:11:39
2017-09-25T05:11:39
99,700,553
0
0
null
null
null
null
UTF-8
C
false
false
8,397
c
//----------------------------------------------------------------------------- // // Generic i2c driver // // Author: Govind Mukundan // // // ********************************* HISTORY ******************************** // // Version : 1.0 // Date : // Description: Initial version // // //-------------------------...
[ "lionar037@yahoo.com.ar" ]
lionar037@yahoo.com.ar
b51ad48649b2444ca88679f98d8729f927338935
230ef105b964a911027860bdfacca979730ca43d
/Libraries/LAB (MOD)/LAB2/es2.3/client_tcp_file/client.c
e113a19c0749b5f275251e1fd75b4088cde16fa6
[]
no_license
M4TT30-4RZ4N1/DP1---Library-for-Client-Server-Architectures
c0ab2f0a8de681a43f9b741ac11f6560a68e1efa
b8222bff732efd7f8d34267799ea2a046425bf67
refs/heads/master
2021-04-15T18:44:00.040515
2018-03-22T13:32:17
2018-03-22T13:32:17
126,339,966
0
0
null
null
null
null
UTF-8
C
false
false
5,187
c
#include <stdio.h> #include <stdlib.h> #include <errno.h> #include <ctype.h> #include <stdio.h> #include <unistd.h> #include <sys/types.h> #include <sys/socket.h> #include <netdb.h> #include <arpa/inet.h> #include <netinet/in.h> #include <string.h> #include <time.h> #include "errlib.h" #include "sockwrap.h" #inclu...
[ "37015510+M4TT30-4RZ4N1@users.noreply.github.com" ]
37015510+M4TT30-4RZ4N1@users.noreply.github.com
1ec0a810184c077e4babb1fe2291b1c41f3c2dcc
3b080e276f8fc647c67b8da1d039817eb6e8d183
/vias.c
2ea370e4de06e8b74abfd28b930b4f27a0943e76
[]
no_license
luccas-freitas/GPS-ROUTES
45b2dff57fd2486b0ec3beb13f014f14ad0d4f89
7b7ff276f0e6648d4cbf628bd777563ffc8cd932
refs/heads/master
2018-02-10T07:01:53.120899
2017-12-11T11:20:06
2017-12-11T11:20:06
82,230,023
0
0
null
null
null
null
UTF-8
C
false
false
9,702
c
/* * TRABALHO 5 - DC UEL MAPS * LUCCAS DE FREITAS FERREIRA - 201200560446 * CONTINUAÇÃO DO TRABALHO ANTERIOR IMPLEMENTANDO A ESTRUTURA GRAFO */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include "graph.h" #include "tree.h" #include "hash.h" #include "vias.h" #define MAX 500 ...
[ "noreply@github.com" ]
luccas-freitas.noreply@github.com
c98a068a06d7b48c4c8f143fd8d0b666b52aefd1
b06783e3932ffe323bdb880f98eefe2c1fc66586
/experiment/12_strutunion/stuct/struct_1.c
30b035be2cf02b395b6ed9a70e96a57aac4a25ee
[]
no_license
weihongni/work
8099fa090fd99ff339e8b5ad35fedc94fd85dfdf
fc376957386bf6f51dd0f76f6926c2e6bfe4e06c
refs/heads/master
2023-06-27T12:54:16.961140
2023-06-09T08:35:11
2023-06-09T08:35:11
46,220,831
0
0
null
null
null
null
UTF-8
C
false
false
428
c
#include<stdio.h> int main(int argc,char **argv) { struct results { float interim_results; float end_results; float average_scores; }student; printf("Input interim_results:"); scanf("%f",&student.interim_results); printf("Input end_results:"); scanf("%f",&student.end_results); student.average_scores = ...
[ "gg1260164843@gmail.com" ]
gg1260164843@gmail.com
3820c1598b6122d7415179a9c77d1e4a90b5c517
a5c5c52ef4dc8c96ac3a23b4f64dadb322907bc4
/code/crypto_core.h
574d4bdc47c6931a54bf7bbdfb3b4d64f0bf7cbc
[]
no_license
pradorocchi/toxcoin
a27d0f745bc04624a5a36b99a45835e5ce8788ea
f5ed96178f814c04950353c5e23e860992534e98
refs/heads/master
2021-01-11T11:50:40.040731
2015-04-01T00:37:39
2015-04-01T00:37:39
null
0
0
null
null
null
null
UTF-8
C
false
false
5,856
h
/* crypto_core.h * * Functions for the core crypto. * * Copyright (C) 2013 Tox project All Rights Reserved. * * This file is part of Tox. * * Tox is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, ...
[ "irungentoo@gmail.com" ]
irungentoo@gmail.com
f02c6fc7b0806cf6890ce641399b2887d99a41af
c43d2dd4f8f612220ffaaabb02949ceb3a1d6ad7
/VMS/Core/Port/CrabPlatform.h
cd9b14b3d848b1b996c6ca40fbdf43be48eed1ba
[ "MIT" ]
permissive
ycwjl728/Crab
783bdc4299e65c243901b8263a1009db43bc05e0
21b0afbb4ac9a8f6723902e6f062f0128beb2743
refs/heads/master
2021-01-12T01:25:27.942327
2017-01-08T13:56:45
2017-01-08T13:56:45
78,384,061
1
0
null
2017-01-09T01:50:20
2017-01-09T01:50:20
null
GB18030
C
false
false
2,302
h
/******************** Copyright wisearm.com ********************************** * File Name : CrabPlatform.h * Author : 吴创明(aleyn.wu) * Version : V1.0.0 * Create Date : 2012-06-15 * Last Update : 2016-12-31 * Description : 平台相关 **********************************************...
[ "aleyn.wu@gmail.com" ]
aleyn.wu@gmail.com
cc5f610f05cf789edf954f44878b62e5ec4fa77e
1a54596449a1b32d6be1120850d1b95514035735
/kernel/vm.c
57df1b3e04135ee7e395cfd6172d7e0c4fb05bd3
[ "MIT" ]
permissive
XianghuWang-287/CS197f_lab2
3e6ea8336269da1ee08de59ca1da21a3f05938e7
9828825e74c6e91a536e112332c645ca1006d711
refs/heads/master
2023-02-24T11:14:05.647613
2021-02-01T17:53:30
2021-02-01T17:53:30
335,034,340
0
0
null
null
null
null
UTF-8
C
false
false
11,861
c
#include "param.h" #include "types.h" #include "memlayout.h" #include "elf.h" #include "riscv.h" #include "defs.h" #include "fs.h" #include "spinlock.h" #include "proc.h" /* * the kernel's page table. */ pagetable_t kernel_pagetable; extern char etext[]; // kernel.ld sets this to end of kernel code. extern char tr...
[ "xwang287@sledge.cs.ucr.edu" ]
xwang287@sledge.cs.ucr.edu
a0695628e75c08a56407a52e8d99de8b2f5a3308
fa78118d8dbf60b2ee35efa2722b34e746225834
/Temp/StagingArea/Data/il2cppOutput/t2620173405.h
1d15e151d66a4042415c13336d488b37be1b9ad7
[]
no_license
nsbingham/unity-roll-a-ball
2935c2783763e7935d1a7659b58d577db7ae19f6
be9f18afa7ad71acf3db12b03fda0f3257dba9d7
refs/heads/master
2021-01-10T05:44:47.996328
2016-03-31T21:47:37
2016-03-31T21:47:37
55,182,176
0
0
null
null
null
null
UTF-8
C
false
false
213
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "t1557564762.h" struct t2620173405 : public t1557564762 { };
[ "nsbingham@gmail.com" ]
nsbingham@gmail.com
bee4c2d0548f5d7e63cb36dbc44f1b3e526d08f7
81c7e602b2a0b5d8bb4f7964b8f4c8720e86f2c8
/unmapped/FormattedAchievementData.c
dd3b8a5d46de783d14ad0658d2cf9f491d3c94d9
[]
no_license
hanbule/source
63f58444e0b4bf4df56524a7143cca6673d3f0dd
ea30a251dd8fd16a7bd2e568209797a9c7be970f
refs/heads/master
2021-07-04T11:16:22.502186
2017-09-27T20:32:49
2017-09-27T20:32:49
null
0
0
null
null
null
null
UTF-8
C
false
false
2,870
c
FormattedAchievementData *__fastcall FormattedAchievementData::~FormattedAchievementData(FormattedAchievementData *this) { FormattedAchievementData *v1; // r5@1 int v2; // r1@1 void *v3; // r0@1 int v4; // r1@2 void *v5; // r0@2 int v6; // r1@3 void *v7; // r0@3 int v8; // r1@4 void *v9; // r0@4 i...
[ "SupremeMortal@users.noreply.github.com" ]
SupremeMortal@users.noreply.github.com
23ba336e15f34f9ef7efe760a5d33fb759b763c5
a6c94e996f1ef2624a97ee3c6ce80d7781069ea1
/TCPServer.c
2ffc1c95fe866e5ed214e51ed0fd13a8fab6106f
[]
no_license
bradywatkinson/comp3331ass1
027ca1d9b1b095481f83adf0af6eeda359b9e55b
04dcdbcf91494431c2d7aab71a69293248376cde
refs/heads/master
2021-01-15T17:02:56.562323
2015-10-15T11:03:34
2015-10-15T11:03:34
42,563,240
1
1
null
null
null
null
UTF-8
C
false
false
3,633
c
/* fpont 1/00 */ /* pont.net */ /* tcpServer.c */ #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include <netdb.h> #include <stdio.h> #include <unistd.h> /* close */ #include <stdlib.h> #include <string.h> #define SUCCESS 0 #define ERROR 1 #define END_LINE 0x0 #def...
[ "brady.a.watkinson@unsw.edu.au" ]
brady.a.watkinson@unsw.edu.au
19c1c3e3d6f30d625c0a81b02f11a3b393e75ee0
b0164a49ee08c8620277db928be398c6e55b8b9e
/cores/pico/sdk/lib/tinyusb/src/common/tusb_fifo.h
b876957431bf18b17d371ee23f1c6691781ffb9a
[ "Apache-2.0" ]
permissive
Wiz-IO/wizio-arduino-pico
fea06468923f3dc583466558a1a1fab68c5e3469
ed0191ac88b68ced5b5b3e52fba37de682770b64
refs/heads/main
2023-03-27T10:55:19.888866
2021-03-25T18:50:43
2021-03-25T18:50:43
349,498,435
8
1
Apache-2.0
2021-03-25T18:00:49
2021-03-19T17:08:47
C
UTF-8
C
false
false
5,156
h
/* * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) * * 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 ...
[ "the.wizarda@gmail.com" ]
the.wizarda@gmail.com
e62df332d905a02b9f42c2e1f79b50eb5fad534b
05ca1ae25937f5b970b754775cc35c410d349104
/Hour15_Q3/main.c
14eb6e46e28cd36f51cc2cea80bbe37e5ac08168
[]
no_license
thomasmakai/PROG1
ce59b0f7f4934b6ce8365e00384c0d848b5e6371
123a449082125888bf38624d0d6e1a2b8d7a9ff7
refs/heads/master
2021-01-12T13:40:40.575024
2016-10-25T11:24:20
2016-10-25T11:24:20
69,218,656
0
0
null
null
null
null
UTF-8
C
false
false
1,023
c
#include <stdio.h> #include <stdarg.h> double AddDouble(int x, ...); main() { double d1 = 1.5; double d2 = 2.5; double d3 = 3.5; double d4 = 4.5; printf("Given an argument: %2.1f\n", d1); printf("The result returned by AddDouble() is: %2.1f\n\n", AddDouble(1, d1)); printf("Given arguments: %2.1f and %2.1f...
[ "TOM@MBP-TM.lan" ]
TOM@MBP-TM.lan
38206f09040d47da2b1963595743937d486aedb6
01f069021fae21cabac6e5fc10a6da03e1d6d9e9
/TABLEAUDIMENSION/Simple/main.c
e6c468bb90e7af0dcb3170ececdb58362a0c798f
[]
no_license
TheoMichaud/LangageC
15e1f0565c127bbb47d4682e4a74511473e76bcd
a2a62e7028da32fdabd3b19314bf1328203c6cf1
refs/heads/master
2020-03-30T03:57:43.031965
2018-09-28T09:32:38
2018-09-28T09:32:38
150,717,072
0
0
null
null
null
null
UTF-8
C
false
false
1,051
c
#include <stdio.h> #include <stdlib.h> #define NBCOL 10 #define NBLIGNE 6 int main() { int tab[NBCOL][NBLIGNE]; int col,ligne,cpt=0; tab[3][2]=56; printf("valeur en colonne 3 ligne 2 : %d\n",tab[3][2]); /** Version longue et pas optimisée **/ tab[0][0]=0; tab[1][0]=0; tab[2][0]=0...
[ "theo15@live.fr" ]
theo15@live.fr
5c5b65abc0b537db291c07b59ef701ebea991348
a7cc7984d927a07c7b2e6df565824e057e916a46
/applications/IRS/build.space/sources/tdiff/bound_free.c
6ca673c35f2fad0917a9d530bdd48a812f577b26
[]
no_license
subrata4096/phase_apps
6dddfbce500ab777ba160d4c6201414108ede35c
2f9a4bac3a79c505fb77b27439c5e7d2b4b08caa
refs/heads/master
2020-06-29T22:46:09.710039
2016-11-25T03:27:01
2016-11-25T03:27:01
74,408,822
0
0
null
null
null
null
UTF-8
C
false
false
57
c
/g/g90/mitra3/work/IRS/irs.1.0/sources/tdiff/bound_free.c
[ "subrata4096@gmai.com" ]
subrata4096@gmai.com
0ca9946c75baf36a3800543f3219a3bdbd28271c
53948d4172c1c5bc5cdb18230f2abe3d5cd8bbe7
/nautonomous_ws4/devel/include/ublox_msgs/NavDGPS.h
6c9d3f995252c6bb8e32b872a4787aa2e9c1b0ef
[]
no_license
waternetold/_Nautonomous_JetsonTX1_DEPRECATED
41468e9c8aecfd1d4606b5bfbec6ef09c34a442a
dfb2eedc27ced824c26bec7f6104b777e6c04fbf
refs/heads/master
2021-06-15T08:20:00.443516
2017-04-20T13:20:00
2017-04-20T13:20:00
null
0
0
null
null
null
null
UTF-8
C
false
false
87
h
/home/ubuntu/ROS/nautonomous_ws4/devel/.private/ublox_msgs/include/ublox_msgs/NavDGPS.h
[ "rob.van.putten@waternet.nl" ]
rob.van.putten@waternet.nl
3fa9905945a9c9970c685f579219dad7a8396231
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/597789bf-4d98-4bd1-9649-014069d08059.c
3046f5ff51e6bed76fd7b74fdbc2a677f74c7dd1
[]
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
544
c
#include <string.h> #include <stdio.h> int main() { float i; float j; float k; float l; i = 3; j = 9; //variables /* START VULNERABILITY */ int a; int b[28]; int c[85]; a = 0; do { //random /* START BUFFER SET */ *((int *)c + a) = *((int *)b +...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
8d88ebcebf2fdf6d00cc82cd76336cde0d2a1532
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/gpu/drm/extr_drm_probe_helper.c_drm_crtc_mode_valid.c
32bb9899f41e7316a27897641344683365a45c03
[]
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
1,058
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
7ee389401c18b9d2e0e62edb4e3f51db640abb85
2559d04ebb23148e13f2e6fa5638d6aaf24eae7c
/Pods/Headers/Public/KinveyKit/KinveyPersistable.h
ccd5f6922c876c485d06fb7a12d6a5c9f1f22cf8
[]
no_license
mobile-academy/ios-swift-tdd-uikonf
aba4810156671e15d553d276a508c3dbdf8f0687
aaa2e642339c60ebfa03d623c05cf692b20b90cf
refs/heads/master
2021-01-01T03:48:55.041067
2016-06-07T16:00:17
2016-06-07T16:00:17
56,857,537
1
1
null
null
null
null
UTF-8
C
false
false
73
h
../../../KinveyKit/KinveyKit-1.40.7/include/KinveyKit/KinveyPersistable.h
[ "lwarchol@shutterstock.com" ]
lwarchol@shutterstock.com
6450e4862d9c4ea1bfce9cddff7b169e743d9e8c
477d6d337f01b9df20cac50f45cbfcf312b1d784
/libft/src/mandatory/ft_memcpy.c
96450f79aad06b53e7afc78129be8125f12bec3b
[]
no_license
lverdoes/push_swap
9632fc318ac88f11ac18efe82fa047a96b8b956e
2cb2c86c89b1dcc332ab257ae54fcbac0526329c
refs/heads/main
2023-06-20T09:20:29.495225
2021-07-14T12:00:50
2021-07-14T12:00:50
345,435,283
4
1
null
null
null
null
UTF-8
C
false
false
1,127
c
/* ************************************************************************** */ /* */ /* :::::::: */ /* ft_memcpy.c :+: :+: ...
[ "lars@MacBook-Air-van-Lars.local" ]
lars@MacBook-Air-van-Lars.local
a95257f37ea0942ff997dc53b083628db41aa450
5c255f911786e984286b1f7a4e6091a68419d049
/code/e04d9fd4-f836-486f-91d6-f610431cea51.c
1223960403706f16ae93a03520b9ce7e4174ca2b
[]
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=13; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = k%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
fe66b2d26e26eacf6b6cbf2bd39e27fb64d2a8e2
835f9140563ac8d8d0e2297fa4b9a64bc9857bc9
/main.c
fc3563ff0dc437a1d40055f20c3494a217731de0
[]
no_license
dannyf00/PIC24F-dedicated-timers
51e00f999b6a81d367eb5a2bcf92fece6ad9b14a
58252bd5aebd7a835028acd958a6b6a0b4f61981
refs/heads/main
2023-04-27T17:23:10.715246
2021-05-04T23:50:27
2021-05-04T23:50:27
364,415,567
1
0
null
null
null
null
UTF-8
C
false
false
2,543
c
#include "config.h" //configuration words - for C30. Use config.h for XC16 #include "gpio.h" #include "delay.h" //we use software delays #include "systickoc.h" //include systick on OC modules #include "uart1.h" //we use uart1 #include "uart2.h" //we use uart2 #include <string.h> //we ...
[ "noreply@github.com" ]
dannyf00.noreply@github.com
7c6271ee8d93685b052eef4436e97734b2015627
890d7e2ce9952546bc1250d4b4238aa8244eb1e3
/include/grid2a.h
2205c9f01fcb42e359bb45979566e7ea76060994
[]
no_license
hwang822/SeismicRSF
6d9f85d8ab4d4b3f0b33fa6caa327e8ec2545364
38551ba8b30d5c124f203d56f2b3c83069c82e96
refs/heads/master
2021-01-20T22:47:32.013834
2017-09-03T23:39:13
2017-09-03T23:39:13
101,825,704
1
0
null
null
null
null
UTF-8
C
false
false
1,016
h
/* This file is automatically generated. DO NOT EDIT! */ #ifndef _grid2a_h #define _grid2a_h typedef struct Grid2a* grid2a; /* abstract data type */ grid2a grid2a_init (int n1, float o1, float d1 /* first axis */, int n2, float o2, float d2 /* second axis */, float *vz2 /* vertical vel...
[ "hwang822@gmail.com" ]
hwang822@gmail.com
8c0c5190852d083699abb3f7c0b38f94c7b42470
c425afb8bb6b182168fd4c3a46c9b334f4740e60
/data/warcraft/wacainana.c
40a45f2aa4b24cfc536ed7a57fbd19dc8e5e02a8
[]
no_license
fluffos/nt7
ceef82b2465cf322549c7ece6ce757eaa8ec31ff
52727f5a4266b14f1796c2aa297ca645ca07282a
refs/heads/main
2023-06-17T10:07:33.000534
2021-07-15T11:15:05
2021-07-15T11:15:05
308,148,401
9
9
null
2021-06-28T14:11:57
2020-10-28T21:45:40
C
UTF-8
C
false
false
519
c
// warcraft.c #include "/clone/npc/warcraft.h" void setup() { set_name("麒麟", ({"qilin"})); set("gender", "男性"); set("long", "麒麟 它是挖菜男一的魔幻兽。 "); set("race_type", "麒麟"); set("magic/type", "earth"); set("owner", "waca...
[ "i@oiuv.cn" ]
i@oiuv.cn
cd61ef08b714201595ac7c3bc769e89b25e51d8b
735bc061096b84637c03a8b0aa0ac09b30817527
/ch3_fileio/main.c
70fdb8e35495364f825fde1275b9ccaae7df5805
[]
no_license
tomlobato/Apue-Study
2140a124c7e7b1d33c863c7d8e575fc83afb7838
30936a4f4c14128b0f18e81ced1b0c907b8a2057
refs/heads/master
2021-01-01T18:48:18.384348
2014-05-12T12:21:52
2014-05-12T12:21:52
null
0
0
null
null
null
null
UTF-8
C
false
false
960
c
#include <stdio.h> #include <fcntl.h> #include <stdlib.h> char * _strrev(char * str, int size){ char tmp; int c = size / 2; size--; while (--c >= 0) { tmp = *(str + c); *(str + c) = *(str + (size - c)); *(str + (size - c)) = tmp; } return str; } char * _...
[ "tomlobato@gmail.com" ]
tomlobato@gmail.com
dd36398aeb2a0d5f2f6c22a860931dded0cf03df
79d343002bb63a44f8ab0dbac0c9f4ec54078c3a
/lib/libc/include/any-linux-any/linux/atmioc.h
fa2cbc45c4f8454bb160fbd60a77570afb775b7b
[ "MIT" ]
permissive
ziglang/zig
4aa75d8d3bcc9e39bf61d265fd84b7f005623fc5
f4c9e19bc3213c2bc7e03d7b06d7129882f39f6c
refs/heads/master
2023-08-31T13:16:45.980913
2023-08-31T05:50:29
2023-08-31T05:50:29
40,276,274
25,560
2,399
MIT
2023-09-14T21:09:50
2015-08-06T00:51:28
Zig
UTF-8
C
false
false
1,646
h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* atmioc.h - ranges for ATM-related ioctl numbers */ /* Written 1995-1999 by Werner Almesberger, EPFL LRC/ICA */ /* * See https://icawww1.epfl.ch/linux-atm/magic.html for the complete list of * "magic" ioctl numbers. */ #ifndef _LINUX_ATMIOC_H #de...
[ "andrew@ziglang.org" ]
andrew@ziglang.org
c59bcef1e6e223b370aa9ac0179b6eea6d3610c6
0490569b19ed6e27c4ba4e64cef4446f7d55a681
/cross_lib/mylib/mylib.h
07ff1cc3c718dd437594730ce64f7e0ba1366f83
[]
no_license
examplecode/makefiledemo
367f1983e4112b4f8650677afe547a087cb2605f
1456bbd6fa0c1b98e154a409c13a628d3c301da9
refs/heads/master
2021-01-18T13:59:40.853426
2013-10-18T06:37:46
2013-10-18T06:37:46
6,822,700
3
0
null
null
null
null
UTF-8
C
false
false
542
h
/* * ===================================================================================== * * Filename: mylib.h * * Description: my lib demo * * Version: 1.0 * Created: 2013/01/02 20时27分27秒 * Revision: none * Compiler: gcc * * Author: YOUR NAME (), * Or...
[ "mmbox.me@gmail.com" ]
mmbox.me@gmail.com
640b050729868d09a6e04347d74c3336e78f5bdb
feb0e9712ebf4e111c7a2df567e1e5bacb25ebaf
/spi.c
6cd7ed93e3964dfcfd11b93802de3139bd769ac7
[]
no_license
robjustinwagner/Wireless-Indoor-Localization-Platform--Engineering-Capstone
62cdb30e2c26ae460ae2277adb4f294566356f9b
0e5a6787a08b896d0a7fd28f2bf5574baec752cd
refs/heads/master
2016-09-05T13:35:00.202163
2015-02-05T01:29:22
2015-02-05T01:29:22
27,100,668
1
1
null
null
null
null
UTF-8
C
false
false
1,011
c
/* * WEARABLE INDOOR LOCALIZATION DEVICE * ECE 453, FALL 2014 * * Calvin Hareng * Pedro Melgarejo * Robert Wagner * * UART.C */ /* INCLUDES */ #include "gen_lib.h" #include "spi.h" /* DEFINITIONS */ /* VARIABLES */ /////////////////////////////////////////////////////////////////////...
[ "rob.justin.wagner@gmail.com" ]
rob.justin.wagner@gmail.com
93ac9edd4c0b0ff35c42aae44fd7320f0dda2f22
e0d3dd936f370609861d16efed7e2abe1910df06
/ft_printf/src/indent_and_print_wide_string.c
196c3e6a45801e52fb55d2f184667c0ce68c3a89
[]
no_license
Zavrik94/lemin
ab39d125a3efb8944dd135bdcc8a98c75654ba59
a19f8f0c2c548dee0b94897d74d1109338b6f251
refs/heads/master
2020-03-28T23:47:49.501817
2018-10-28T20:36:29
2018-10-28T20:36:29
149,309,184
0
0
null
null
null
null
UTF-8
C
false
false
2,759
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* indent_and_print_wide.c :+: :+: :+: ...
[ "arty.zavrik@gmail.com" ]
arty.zavrik@gmail.com
6adb68ef4c15b808bad7fc21775b36bbb415780c
335c83863b8c3e65785734abcab2fdc10c807e17
/src/compression/struct/converter.c
90eb5a53a6c460a6c7a4bbd5acb55b9109177c71
[]
no_license
cedricfarinazzo/PackupSystem4
5ffcc5c9dfa53a8739dd9373f1b399c67b1b85d0
8634a3dd0f367b70d07f2c43860c629713a67e23
refs/heads/master
2020-04-17T12:58:26.211068
2019-05-23T19:27:00
2019-05-23T19:27:00
166,597,831
0
0
null
null
null
null
UTF-8
C
false
false
2,836
c
#include <stdio.h> #include <stdlib.h> #include <sys/stat.h> #include <unistd.h> #include <string.h> #include <err.h> #include <math.h> #include "../struct.h" #include "../lz78/dico.h" size_t file_to_len(char *f_len) { /* * The orders of input numbers is inversed * Converter from base 256 to base 10 ...
[ "remi.maubanc@epita.fr" ]
remi.maubanc@epita.fr
2e6919cfb2ef41399378dda1c6598973695653d8
382b8be422a0047368ca87bdbc665dbbb087f988
/hx/ST-EX-RT/Main/SYSTEM/delay/delay.c
ce092efbca11d20281070958f4d0496031659d43
[]
no_license
isliulin/huaxin
8b67deff44630c23aeccb3540f06cb89114fadea
8f635aa492cf2c1fc06b682c88b097fae0e664ad
refs/heads/master
2021-10-25T09:12:24.493355
2019-04-03T10:19:25
2019-04-03T10:19:25
null
0
0
null
null
null
null
GB18030
C
false
false
3,512
c
//#include <stm32f10x_lib.h> #include "stm32f10x.h" #include "delay.h" #include "../../user/golbal.h" #include "../sys/sys.h" static u8 fac_us=0;//us延时倍乘数 static u16 fac_ms=0;//ms延时倍乘数 //初始化延迟函数 //SYSTICK的时钟固定为HCLK时钟的1/8 //SYSCLK:系统时钟 void delay_init(u8 SYSCLK) { SysTick->CTRL&=0xfffffffb;//bit2清空,选择外部时钟 HCLK/8 fa...
[ "33684611+cbyiwork@users.noreply.github.com" ]
33684611+cbyiwork@users.noreply.github.com
0b971dd12b89b114543fdaab7463fff16a342a4c
12ec415ef15377c2ce4ba8ba08b5d83933787845
/sanit_str.c
d385e6623a9238a946f36ae62346a0e735e67696
[]
no_license
simcbr/secure_coding
f23983d9fecdc4a963b10224e0db5920ae173c38
5666f8fec75c2e8dd5dec9b48b033f0308b78c13
refs/heads/master
2016-09-16T04:34:20.418390
2015-04-06T19:23:04
2015-04-06T19:23:04
33,500,734
0
0
null
null
null
null
UTF-8
C
false
false
2,231
c
/*************************************************** * Author: Biru Cui * ***************************************************/ #include <ctype.h> #include "sanit.h" /************************************************ This function checks whether the character is a letter. ******************************************...
[ "bxc2868@rit.edu" ]
bxc2868@rit.edu
c7fda290145f418cf17d0f689449dbdf8d58519b
3d8b8ba694b64d5e6a6074b59f562cc89e99f21d
/sources/EX/src/exgatt.c
172213816df13ffad7822f376f517830c966d364
[]
no_license
starseeker/varkon
cf773ddd1604451986823bddd534464921b6147d
d775659e7e42c2e1deb0e3be6094494f637dbf2a
refs/heads/master
2021-01-01T19:19:35.715452
2013-05-26T01:28:47
2013-05-26T01:28:47
10,288,101
4
1
null
null
null
null
ISO-8859-1
C
false
false
10,872
c
/*!***************************************************** * * exgatt.c * ======== * * EXgatt(); Get the attributes of an entity * EXgala(); Same by DBptr * EXrist(); Reinterpret statement * * This file is part of the VARKON Execute Library. * URL: http://varkon.sourceforge.ne...
[ "cliffyapp@gmail.com" ]
cliffyapp@gmail.com
5b3ec262463054f447bab51a2e81b08c6093bf99
2772b2640887742b3ab39ba407314b5a9838bc88
/SourceFile/App/Uart.c
a3522562da8ecb10d1a893bc3049a1b9cd132014
[]
no_license
loveywm/HB-SC-002
bb77dce718a0c03280ea2cb5c55059fc91c7822a
ef94af57fe4591d0bfc04eb0530d465b2589419f
refs/heads/master
2020-05-02T20:23:51.228954
2014-12-18T13:11:29
2014-12-18T13:11:29
26,807,582
1
0
null
null
null
null
GB18030
C
false
false
12,723
c
#include "system.h" #include "app.h" //串口循环队列接受方式 #define UART3_RX_BUFFER_SIZE 256 #define UART3_RX_BUFFER_MASK 255 static unsigned char UART3_RxBuf[UART3_RX_BUFFER_SIZE]; static volatile unsigned char UART3_RxHead = 0; static volatile unsigned char UART3_RxTail = 0; //供其他层调用,基本上是串口接受中断后传递值参数给data void Usart3RxDat...
[ "490054348@qq.com" ]
490054348@qq.com
45cd71dccf64c956c55d1efd000091c478b8065f
fe87e751868f31c8ff7bcfc7fafed3cb4dbb9ca4
/1003.c
9c87c0fdf380f191997c23be7f126dfa50dbf0dc
[]
no_license
smglaksn/pku_poj
3f975a03291c87c3958f7530c759e60f5f8b9979
c490d107f77c27b255c4ce6e8511f431c5644e17
refs/heads/master
2021-01-25T07:18:51.808299
2012-10-10T17:01:21
2012-10-10T17:01:21
null
0
0
null
null
null
null
UTF-8
C
false
false
1,890
c
/** * @file 1003.c * @date 10/10/2012 * @author smglaksn@gmail.com */ // Hangover // Time Limit: 1000MS Memory Limit: 10000K // // Description // // How far can you make a stack of cards overhang a table? If you have one card, you can create a maximum overhang of half a card length. // (We're assuming that th...
[ "smglaksn@gmail.com" ]
smglaksn@gmail.com
b7a3b2d26285dae2419105b12ddc073251ba3534
cf4fbd23a69fd0139b2bf10800faf79bf5144d91
/FileTransfer-1.6/Src/FileTransferServer/resource.h
70654387a487c7a0cd09a936b45f24a03595c6cc
[]
no_license
juyingguo/c-and-cpp-some-sample-project
a8b432a13ac81e388fdcb249bbef1dd3d2824f7e
b0bdbed5d7ad6203b494a52922597aa9cc908072
refs/heads/main
2023-06-08T19:11:42.222294
2021-07-04T12:44:51
2021-07-04T12:44:51
342,169,658
0
0
null
null
null
null
UTF-8
C
false
false
1,340
h
//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by FileTransferServer.rc // #define IDM_ABOUTBOX 0x0010 #define IDD_ABOUTBOX 100 #define IDS_ABOUTBOX 101 #define IDD_FILETRANSFERSERVER_DIALOG 102 #define IDR_MAINFRAME...
[ "juying2050@sina.cn" ]
juying2050@sina.cn
516c7cca7e556d859a8b07ca4c960bece4c996dd
0dffe8d27a1f16628129e15dabde3a20ad1ba43b
/print_bits.c
60187900880c06543df3fdaa819647915da89d98
[]
no_license
sanchopanco/testrepository
47262ad496ae70afe56dc4f4b93b541eefde9b4b
7cc9d3023ab6d62d195c888bb0c2ff4a60a68efc
refs/heads/master
2020-03-24T11:37:47.226650
2018-08-08T12:58:44
2018-08-08T12:58:44
142,690,658
0
0
null
null
null
null
UTF-8
C
false
false
246
c
#include <stdio.h> #include <unistd.h> void print_bits(unsigned char octet) { int i; unsigned char bit; i = 7; while (i !=-1) { bit = ((octet >> i) & 1)+'0'; write(1, &bit, 1); i--; } } int main() { print_bits(2); return 0; }
[ "malinsaha@mail.ru" ]
malinsaha@mail.ru
2c2eb794086fbfa2d37f69df1d38562a396e8cb9
de3349369298c0ecc210f418974af9048ad402fd
/大一C语言程序/sy01-04.c
159df4398d95e1397d7f1df0fcafa9ffb19ca1ca
[]
no_license
IamCheng/code-in-college
f4ffd4dff248320df3f798ebbb701c8a98a594f3
2bf1e894bb0cb7374296c165743ae1467587a9fb
refs/heads/master
2020-05-26T07:24:27.777743
2015-03-06T05:08:37
2015-03-06T05:08:37
31,753,432
0
1
null
null
null
null
UTF-8
C
false
false
130
c
#include<stdio.h> void main() {printf("******************\n"); printf(" Very good! \n"); printf("******************\n"); }
[ "jolt2@163.com" ]
jolt2@163.com
86da3743b333b672791b7e942b6f1349dd374c09
489c839925b3b192fced36810e02f6c00e921a90
/src/yajl/api/yajl_parse.h
7cccb694a6b63b1893f747cf80a3e5de2124eb7e
[ "MIT" ]
permissive
jeroen/jsonlite
0dd77b1f7c8d9b2674ea4f12e9623e8c0ddffc27
2d527d9e916b0a8020a1dfcd37d19fb647060292
refs/heads/master
2023-08-02T06:54:55.429046
2023-07-24T20:52:25
2023-07-24T20:52:25
13,305,534
248
82
NOASSERTION
2023-07-24T20:52:27
2013-10-03T18:05:25
C
UTF-8
C
false
false
9,815
h
/* * Copyright (c) 2007-2014, Lloyd Hilaiel <me@lloyd.io> * * 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" ...
[ "jeroenooms@gmail.com" ]
jeroenooms@gmail.com
3842a132b70dbdde908e5a987ea57059079baa8b
5e69d91cddbf2fbd6d6dc93276c9f7e5071d1c24
/src/analyzer/analyzer.c
90cd8003d1d98f8169da62b31a30d5da3986d7fc
[ "Apache-2.0" ]
permissive
marlinsearch/marlin
23c5a12ab04514f80ed40d8538b06e6fac54b229
a54b18ae27431129b63fd99979a19ff558cd4160
refs/heads/master
2021-07-09T09:54:37.828065
2020-07-07T04:41:21
2020-07-07T04:41:21
151,531,005
3
2
null
2019-04-30T08:21:19
2018-10-04T06:57:12
C
UTF-8
C
false
false
680
c
#include <string.h> #include "analyzer.h" static struct analyzer *analyzers = NULL; void init_default_analyzer(void); void init_whitespace_analyzer(void); void init_analyzers(void) { init_default_analyzer(); init_whitespace_analyzer(); } void register_analyzer(struct analyzer *a) { if (analyzers) { ...
[ "searchmarlin@gmail.com" ]
searchmarlin@gmail.com
f13ff20963631702abf379af73025f95017eba34
3a56b1155d39c8e4dfaff52f0ec2e43b64304c28
/frames/04513.c
4f703997d98cf35654a196207180263a5ac5ae47
[]
no_license
RippedOrigami/GBA-Rick
6a610bde18e8dda978730b2d754565e9cdcbfe1d
0953de71ad0a392f5d3a0bcedc54d55e478925b7
refs/heads/master
2021-05-28T17:10:33.260039
2014-11-28T17:14:04
2014-11-28T17:14:04
null
0
0
null
null
null
null
UTF-8
C
false
false
6,417
c
//{{BLOCK(_4513) //====================================================================== // // _4513, 40x40@8, // + palette 256 entries, not compressed // + 25 tiles lz77 compressed // Total size: 512 + 1380 = 1892 // // Time-stamp: 2014-11-28, 05:20:10 // Exported by Cearn's GBA Image Transmogrifier, v0.8.12 // ( ...
[ "mtinc2@gmail.com" ]
mtinc2@gmail.com
6a90b53a417a84da127bd3757b8097c3b891f0c7
039affa8df48e292236989612f0eb026b513352e
/calcv3/test/green6.c
6a6c5350d500dae07c9cf7daa21f39a7caf2ff34
[]
no_license
RobinCar/SELP
823ff5e521c774fef475b1429df37b550bc029fc
81883c3b8c07038169cb408f5259e0852582894e
refs/heads/master
2020-04-19T06:02:24.992663
2019-02-08T20:21:12
2019-02-08T20:21:12
168,006,727
0
0
null
null
null
null
UTF-8
C
false
false
75
c
#include <stdio.h> int main () { return printf("%d\n", ((!0)&&1) ); }
[ "robin.carrez@outlook.fr" ]
robin.carrez@outlook.fr
972c0484c4c4abfe6835d551e98e86d962673b63
337f98752bc3f7b4a3a08ffe790d982328d1f1b0
/Folder 4/TP/zzz.c
426b8cffeb836150fa2afb23996e9dc8ddedd88d
[]
no_license
ferry5245/Praktikum
6d790cfb062f36f1166476f0d4d9b94e1cecbe33
cf12d912f38c15313b958ad6ad370727677f2ddd
refs/heads/main
2023-07-05T13:35:43.652136
2021-08-07T12:49:46
2021-08-07T12:49:46
393,682,274
0
0
null
null
null
null
UTF-8
C
false
false
441
c
#include <stdio.h> #include <stdlib.h> // deklarasi prosedur void faktor_bilangan(int angka); // program int main() { int angka; printf("Masukkan angka yang akan difaktorkan : "); scanf("%d",&angka); printf("Faktor dari %d yaitu ",angka); faktor_bilangan(angka); puts(""); return 0; } // prosedur ...
[ "ignatiusferry5245@gmail.com" ]
ignatiusferry5245@gmail.com
7bfe827ea38877da642190a51425be41b0238248
34aa58efb0bd2908b6a89b97e02947f6ab5523f2
/server/游戏组件/藏宝库子游戏/红包扫雷/客户端调试/resource.h
d2623df1d236fa2e266b074dace66737fd9f6e64
[]
no_license
aywlcn/whdlm
8e6c9901aed369658f0a7bb657f04fd13df5802e
86d0d2edb98ce8a8a09378cabfda4fc357c7cdd2
refs/heads/main
2023-05-28T14:12:50.150854
2021-06-11T10:50:58
2021-06-11T10:50:58
380,582,203
1
0
null
2021-06-26T19:31:50
2021-06-26T19:31:49
null
GB18030
C
false
false
7,722
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ 生成的包含文件。 // 供 ClientDebug.rc 使用 // #define IDC_STATIC_START_STORAGE_TABLE 5002 #define IDC_STATIC_STORAGEINFO_TABLE 5003 #define IDC_STATIC_ROOM_STORAGE_START 5004 #define IDC_STATIC_ROOM_STORAGE_CURRENT 5005 #define IDC_STATIC_SYSTEM_WINLOSE 5006 #define IDC_ST...
[ "494294315@qq.com" ]
494294315@qq.com
e7ebe711ab6652cf627262d7a5a7dfb6cabc878d
649fde0a0c71ee88173d1a656be9b3f8298c3c25
/code/core/auton/C/Red_Front.h
eb171c62053fccc43225045e5f8ebbd70eac287c
[]
no_license
swampbotics/nothing-but-net
9447856150b903b126cf49892d529e284a0e75b5
20c71782e67863338a26110812200fd77fa57701
refs/heads/master
2021-01-18T12:00:59.499631
2016-04-05T22:27:28
2016-04-05T22:27:28
39,976,770
0
1
null
null
null
null
UTF-8
C
false
false
678
h
void Auton_Red_Front(){ startTask( FwControlTask ); SensorValue[Gyroscope] = 0; ResetDriveEncoders(); FwMaxPower(79); FwVelocitySet( &flywheel, 1930, 0.9); wait1Msec(1500); Auton_Drive_Targeted_PID(FORWARD, 1600, 127); Auton_Collect(90, 127); wait1Msec(2200); Auton_Collect(70, 127); FwMaxPower(105); FwVeloc...
[ "sultan.0313@gmail.com" ]
sultan.0313@gmail.com
3dec0ab692e62ec49fdb172404763a4e31dc1df0
cec212add8011c3f035cfbbc757a0e887e48fb25
/projects/fordben/dominion/unittest4.c
b796e9d2b302c5a683c0e2dff94b15643e3a06c4
[]
no_license
husseinaburas/cs362w17online
062f709bd1f298535f566378d17c101a48122766
34bfde8448862dc91b7557fe3a3f5105ce1ab962
refs/heads/master
2021-01-17T18:26:59.314396
2017-03-06T23:14:27
2017-03-06T23:14:27
null
0
0
null
null
null
null
UTF-8
C
false
false
1,726
c
//Name: unittest4.c //Assignment: Assignment 3 //Author: Benjamin Ford //Date: 2/5/2017 //Description: Unit test for getCost function #include <string.h> #include <stdio.h> #include <stdlib.h> #include "dominion.h" #include "dominion_helpers.h" #include "rngs.h" #define TESTFUN "GET COST" int testCardCos...
[ "hatchimg@oregonstate.edu" ]
hatchimg@oregonstate.edu
c26ecfc20a0db701e5453d61a7f91b3dabb9c02c
43dc54d4adf84614d405b583df83d7b35d23413b
/KNR-C/solutions-to-exercises/c02-type-operator-expression/2-06/setbits.c
d009fee0db0d7dabbf26b49b05f769125cd804df
[]
no_license
mikechen66/C-Programming
01e38e4c3f772a98bf4744720f60aa2c03f33d69
4ea8d64ac69c01141e90d8b91e0b5664e4dc5602
refs/heads/main
2023-07-13T23:04:58.859755
2021-08-02T15:56:45
2021-08-02T15:56:45
387,677,804
0
0
null
null
null
null
UTF-8
C
false
false
1,124
c
/* * Filename: setbits.c * Author: Thomas van der Burgt <thomas@thvdburgt.nl> * Date: 23-FEB-2010 * * The C Programming Language, second edition, * by Brian Kernighan and Dennis Ritchie * * Exercise 2-6, page 49 * Answer to Exercise 2-6, page 49 * * Write a function setbits(x,p,n,y) that retur...
[ "noreply@github.com" ]
mikechen66.noreply@github.com
6ac1b723fdf93b231262ed366800b517c34cfdab
53219683b28edc6510b3970a92aec8f1b4b84ed2
/URI/1929 Triangle.c
374c48a7d2cb07d69dd02fd2a50e2fb4ec4668f9
[]
no_license
tomal123bd/Online-Judge
87f09b3c0301c781e1ce69dfa68041869588be37
e17217bae90fd4cf63abed3a916a2a9f3085943f
refs/heads/master
2021-01-19T21:29:19.086039
2019-02-19T02:27:51
2019-02-19T02:27:51
101,251,717
0
0
null
null
null
null
UTF-8
C
false
false
675
c
/* https://www.urionlinejudge.com.br/judge/en/problems/view/1929 *Ashikur Rahman Tomal *tomal123bd@gmail.com *facebook.com/tomal123 *+8801737513080 */ #include <stdio.h> int check(int A,int B,int C) { if (A+B>C && A+C>B && B+C>A) return 1; else return 0; } int main () { int A,B,C,D; ...
[ "noreply@github.com" ]
tomal123bd.noreply@github.com
88a7c585602705e701f74ba427f106aabf5ffff4
47af94eeac283b1fd9183d6133fb1b3fe4758eb1
/misc.c
822b59031b9d835d91cf7757cc1e765423fdc951
[]
no_license
tkztmk/xterm
7e46f90828a7e563520d6934b9d584dd8bcd3c32
51493ce044d83842643df54b0285ec33f05c60d8
refs/heads/master
2021-01-19T05:03:20.893162
2012-08-20T03:49:48
2012-08-20T03:49:48
null
0
0
null
null
null
null
UTF-8
C
false
false
128,926
c
/* $XTermId: misc.c,v 1.591 2012/06/06 08:32:19 tom Exp $ */ /* * Copyright 1999-2011,2012 by Thomas E. Dickey * * All Rights Reserved * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the * "Software")...
[ "tkztmk@outlook.com" ]
tkztmk@outlook.com
4697a9b77ad99c8d767b80f897c5420bae1d1ae7
040cfd5d6351d728af28380bfed9d05ff91d130b
/mothra/version.c
b8e64b7be79087d9c703d56f8fa94465c0c49d1f
[ "LPL-1.02" ]
permissive
ocoufal/mothra
342ccffdd365128ae01ee0f5f459eaa40095e615
dd2d4c8e7277b559d38c926f2cb4d2ef1399feba
refs/heads/master
2020-05-18T20:41:34.595808
2019-05-02T21:00:59
2019-05-02T21:00:59
184,641,281
3
1
null
null
null
null
UTF-8
C
false
false
42
c
char version[]="Jun-9-20:50:19-BST-2007";
[ "udeveloper@ymail.com" ]
udeveloper@ymail.com
891072ac25d60eba4022c89750381978dddc1b32
051bd3682e183f1a0d29d80a7b506185f406a648
/examples/wasi-fs/main.c
8633bfbd6cd0c82f67c3a3cafa2da131cd3d56cd
[ "LLVM-exception", "Apache-2.0" ]
permissive
playXE/wasmtime
87d57c808bcb5be9b4cf0d3970f622951878128c
55b0e8b9e528d185f085539aaef01e16c29a2d69
refs/heads/main
2023-02-19T18:41:36.115647
2021-01-22T15:55:28
2021-01-22T15:55:28
332,092,638
0
0
Apache-2.0
2021-01-23T00:14:04
2021-01-23T00:14:03
null
UTF-8
C
false
false
3,815
c
/* Example of instantiating a WebAssembly which uses WASI imports. You can compile and run this example on Linux with: cargo build --release -p wasmtime-c-api cc examples/wasi-fs/main.c \ -I crates/c-api/include \ -I crates/c-api/wasm-c-api/include \ target/release/libwasmtime.a \ -l...
[ "noreply@github.com" ]
playXE.noreply@github.com
2cd87a1a3de40cb10041ed77633b812bf91c70b0
35aaeceb443905a5c908b3e74fa6624dd896062a
/loracrypt/semtech_aes.c
085e193efc94cbf159fbb7e4c9f559c1b999b665
[]
no_license
charugaa/Tools
ae3b157b81c68e1c26c234f5a96b64781bdedbef
3d961fec2826f056071c44b3dc7cb35fd1f6caaf
refs/heads/master
2021-02-08T02:26:52.636342
2017-05-14T21:37:29
2017-05-14T21:37:29
null
0
0
null
null
null
null
UTF-8
C
false
false
32,891
c
/* --------------------------------------------------------------------------- Copyright (c) 1998-2008, Brian Gladman, Worcester, UK. All rights reserved. LICENSE TERMS The redistribution and use of this software (with or without changes) is allowed without the payment of fees or royalties provided that: ...
[ "s.roy@lexfo.fr" ]
s.roy@lexfo.fr
467917bfec3c26fb3d98216ce82b17a9c213d5d4
fea76d537798d10d74426c0bc265dc23f09a722f
/src/gallium/drivers/panfrost/pan_blending.c
cecdd780ce11156f9b28c3d2c3cdccd6f7a90d3f
[]
no_license
pierremoreau/mesa
cc2914f38df05db7d529862c8887c6ea4eebf077
1c9fdcefd4bf589128bce4ab3bbfdaa4f6faa600
refs/heads/master
2021-05-08T11:45:26.104334
2019-02-02T14:33:51
2019-02-26T20:02:07
119,898,120
1
1
null
2018-02-09T15:36:22
2018-02-01T21:51:50
C
UTF-8
C
false
false
14,670
c
/* * © Copyright 2018 Alyssa Rosenzweig * * 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, pub...
[ "alyssa@rosenzweig.io" ]
alyssa@rosenzweig.io
37f6ea0ccd6c1a28a68b74d6e5091b307fe47320
3f3a42f429f8bcd769644148b24c3b0e6e2589ed
/GameProject/GameEngine/EngineCore/Imaging/jpeglib.h
38722afaa8ff4c6c6bc34ec6790f4329dfb00880
[]
no_license
DanielNeander/my-3d-engine
d10ad3e57a205f6148357f47467b550c7e0e0f33
7f0babbfdf0b719ea4b114a89997d3e52bcb2b6c
refs/heads/master
2021-01-10T17:58:25.691360
2013-04-24T07:37:31
2013-04-24T07:37:31
53,236,587
3
0
null
null
null
null
UTF-8
C
false
false
47,301
h
/* * jpeglib.h * * Copyright (C) 1991-1998, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file defines the application interface for the JPEG library. * Most applications using the librar...
[ "Sangyong79@gmail.com" ]
Sangyong79@gmail.com
cf6d1aa449a1f74b995387d1061265aca034e16a
439a36206a0d68538c412e6b8f4555f1ff5334c2
/srczz/zz_38414.h
b5cb4e9ca2b46a81b4dd0f34d60c7ebdd426e021
[]
no_license
wurlyfox/c1c
067a6f8bde85e760b270993ccae044e7e03547fb
d7be18501b99e73052281e57c83cfee5a3f09f56
refs/heads/master
2020-07-11T07:14:00.709880
2015-01-12T00:00:23
2015-01-12T00:00:23
39,429,210
10
2
null
null
null
null
UTF-8
C
false
false
18,126
h
#ifdef ZZ_INCLUDE_CODE ZZ_38414: SP -= 136; EMU_Write32(SP + 112,S0); //+ 0x70 S0 = A0; EMU_Write32(SP + 120,S2); //+ 0x78 S2 = A1; V1 = S2 >> 12; V1 &= 0x7; V0 = V1 << 1; V0 += V1; V0 <<= 2; V0 += 96; EMU_Write32(SP + 124,S3); //+ 0x7C S3 = S0 + V0; A0 = S2 & 0xFFF; A1 = A0; V1 = S2 & 0xE00; V0 = 0xE0...
[ "chekwob@yahoo.com" ]
chekwob@yahoo.com
d034c042cb2c8e520f855f733e8c241fbbb127e8
16a76ee66d9b2f59c9beee4a4a0e104ce347e32a
/from_holdec/pic/x64_elf_clang_O1_limited-pie/by_ghidra.c
3d077ab59ef7fef3721df6fe94f9bccc84b4ec3c
[]
no_license
rfalke/decompiler-subjects
4cee3263fa9116285b4bc4b6373efd2e4efa925f
7187fa93b285c32325826eecd0128e907a28809b
refs/heads/master
2023-08-10T08:24:27.198393
2023-07-28T19:44:41
2023-07-28T19:44:41
3,725,678
41
12
null
2023-03-15T16:14:41
2012-03-15T06:01:36
null
UTF-8
C
false
false
8,012
c
typedef unsigned char undefined; typedef unsigned char byte; typedef unsigned char dwfenc; typedef unsigned int dword; typedef unsigned long qword; typedef unsigned char undefined1; typedef unsigned int undefined4; typedef unsigned long undefined8; typedef unsigned short word; typedef struct ...
[ "i-git-stone@rf.risimo.net" ]
i-git-stone@rf.risimo.net
564875ee45bda9dc804d5bd590ccb492647b2f36
d63564de13210129773a3ba686dd9339883a77f1
/include/drivers/font16.h
2e142273443f9cb9cfb10b08de04a6c45bb5d6e0
[]
no_license
xinjiempolde/SinOS
ea2d06d17bf176cae31b1c6eba4f54a4a256e97f
4fabff2513ea465a41c2c89b7b433b554a7545cb
refs/heads/master
2023-05-08T02:14:00.714094
2021-06-03T05:00:16
2021-06-03T05:00:16
332,742,683
0
2
null
2021-05-31T07:04:04
2021-01-25T12:39:02
C
UTF-8
C
false
false
12,336
h
#ifndef __FONT16_H #define __FONT16_H /** * show ascii character in graphics mode, character's size is * 16*16, if a bit is 1, means there is a pixel. */ const unsigned char asc1608[127][16]={ {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},/*invisible,0*/ {0x00,0x00,0...
[ "xinjiempolde@qq.com" ]
xinjiempolde@qq.com
afbca9622b98136234f8f00d9cccb217822c07e1
3a56b1155d39c8e4dfaff52f0ec2e43b64304c28
/frames/06163.c
0e492153a9932e492fff87405588d452eafa57e6
[]
no_license
RippedOrigami/GBA-Rick
6a610bde18e8dda978730b2d754565e9cdcbfe1d
0953de71ad0a392f5d3a0bcedc54d55e478925b7
refs/heads/master
2021-05-28T17:10:33.260039
2014-11-28T17:14:04
2014-11-28T17:14:04
null
0
0
null
null
null
null
UTF-8
C
false
false
6,518
c
//{{BLOCK(_6163) //====================================================================== // // _6163, 40x40@8, // + palette 256 entries, not compressed // + 25 tiles lz77 compressed // Total size: 512 + 1416 = 1928 // // Time-stamp: 2014-11-28, 05:20:22 // Exported by Cearn's GBA Image Transmogrifier, v0.8.12 // ( ...
[ "mtinc2@gmail.com" ]
mtinc2@gmail.com
218e6f1c537fa03856bb3f0f56185247641fc693
f1ea40351256c19e8bd9f84d5b8a701aa948b3be
/C_practice_017/C_practice_017/rest.c
efe670f202619983c8b01f6ddc94839bfefaac4b
[]
no_license
waves-K/C-yuyan
a6d5f9ca160bc9a4a7ebcbb3481108d04c7b2367
4d0f02df64cae168cdd5bca91467aa1c3bcecfa1
refs/heads/master
2020-04-02T02:32:30.070338
2019-03-22T13:40:09
2019-03-22T13:40:09
153,914,885
0
0
null
null
null
null
GB18030
C
false
false
1,403
c
#define _CRT_SECURE_NO_WARNINGS // 实现一个函数,打印乘法口诀表,口诀表的行数和列数自己指定, //输入9,输出9 * 9口诀表,输出12,输出12 * 12的乘法口诀表。 //#include<stdio.h> //#include<stdlib.h> // //int main() //{ // int i = 0; // int j = 0; // int num = 0; // printf("请输入一个数:"); // scanf("%d", &num); // for (i = 1; i <= num; i++) { // for (j = 1; j <= i; j++) {...
[ "1505906381@qq.com" ]
1505906381@qq.com
d11d4fce6fe66c8f46364fec7bb59f32a076ddb0
b3335dcce3445a9122bcd871652420027f18220b
/0x0E-structures_typedef/2-print_dog.c
dcd268aa20d982cf52bea15e9b85de870e66e0ea
[]
no_license
juandsuarezz/holbertonschool-low_level_programming
ae78473efc4bb4dd73aa2be258ccbb1be8d53775
e8a745ee39eeda1db5449d575dae88bcb9951ad5
refs/heads/master
2020-12-29T05:18:47.953135
2020-09-16T02:41:08
2020-09-16T02:41:08
238,467,851
1
0
null
null
null
null
UTF-8
C
false
false
353
c
#include <stdio.h> #include "dog.h" /** * print_dog - Entry point * @d: d * */ void print_dog(struct dog *d) { if (d == NULL) return; if (d->name == NULL) printf("Name: (nil)\n"); else printf("Name: %s\n", d->name); printf("Age: %f\n", d->age); if (d->owner == NULL) printf("Owner: (nil)\n"); else pr...
[ "1486@holbertonschool.com" ]
1486@holbertonschool.com
cb3f8aa979527d1c2e744504bbba0016a92583e5
bc39b59eecb4c44d676355252364df264871b107
/tateti.lib/base_functions.c
2ff6b5c9a19e54c40ca39b2bc284c15311d1d1c2
[]
no_license
escuela-tecnica-21/ta-te-ti-MakelMagus
9f66d14affed59a50e5315c06ee81d14dba9eb66
94ccb8f72ef76401428255e985a60e5928209314
refs/heads/master
2021-05-23T13:40:53.283402
2020-07-23T20:12:45
2020-07-23T20:12:45
253,317,136
0
0
null
2020-07-21T22:10:31
2020-04-05T19:38:45
C
UTF-8
C
false
false
1,882
c
#include <stdio.h> #include <stdlib.h> #include <conio2.h> void draw_horizontal_line(int x_position,int y_position,int length) { int counter = 0; gotoxy(x_position,y_position); // prueba diferente longitudes para agilizar la escritura. // el método menos burdo de realizar esto sería guardando la informac...
[ "Makelmagus@gmail.com" ]
Makelmagus@gmail.com
5becf7c287589e9c348ec75287af972f1540d970
0ec378418b4821d38ebcd46495a493e7105a1683
/UGV_wifi/Code_perso/Matlab_v2/arduinodue_wifitcpreceive_ert_rtw/MW_target_hardware_resources.h
76e48a0f4c585c1baa4e51858c5aad583638a906
[]
no_license
Laurent-St/ProjectMA1_UAV
d511999b4e8c1aa28c9a0758598506de9c8d8729
8813b2286979b20eff2457d3d8876926475befc4
refs/heads/master
2021-01-25T13:34:26.266322
2018-03-02T13:24:10
2018-03-02T13:24:10
123,581,523
0
0
null
null
null
null
UTF-8
C
false
false
2,416
h
#ifndef PORTABLE_WORDSIZES #ifdef __MW_TARGET_USE_HARDWARE_RESOURCES_H__ #ifndef __MW_TARGET_HARDWARE_RESOURCES_H__ #define __MW_TARGET_HARDWARE_RESOURCES_H__ #include "arduinoARMScheduler.h" #include "MW_ArduinoHWInit.h" #define MW_USECODERTARGET 1 #define MW_TARGETHARDWARE Arduino Due #define MW_CONNECTIONINFO_SERI...
[ "laurent-st@hotmail.com" ]
laurent-st@hotmail.com
620ab6b6a5e077c5f3667c54ec42d5306cca1c3a
a7643e386a5f3675b8ea5a2dbd7c64401511ff17
/samplecamera/c_samplecamera.c
f94494836aa4667a2ac549f78d0f8a85f7b4f40c
[]
no_license
virqin/brew_code
fa2a7ab1a31a45fba7396b6d24e6c37940ca984b
c34e08e98d51f3e58cf6b20d70acab9c4322e4ca
refs/heads/master
2021-01-10T01:26:14.489462
2016-03-30T10:45:17
2016-03-30T10:45:17
43,925,742
1
0
null
null
null
null
WINDOWS-1250
C
false
false
32,512
c
/*============================================================================= FILE: c_samplecamera.c =============================================================================*/ /*============================================================================= This QUALCOMM Sample Code Disclaimer applies to the samp...
[ "yaohongtao@shanlitech.com" ]
yaohongtao@shanlitech.com
e1f144156865f2a4a183e4d546f2a2623eeb5f93
2fe4e069831dc13785d6d85d48ff5b3e7917e49a
/xdk-asf-3.x/common/services/usb/class/phdc/device/example/sam4lc8c_sam4l8_xplained_pro/gcc/asf.h
07656b1c2e1f26a12bc68db4d84649ea6477ad6d
[]
no_license
nandojve/embedded
2c349bf2dbffa1ef5e0fa80c60b7d9a7c589e554
da9fb2810a06980821bd4736ae622a80de6025d3
refs/heads/master
2021-01-21T12:27:09.764365
2015-01-05T23:09:53
2015-01-05T23:09:53
18,577,491
4
0
null
null
null
null
UTF-8
C
false
false
3,421
h
/** * \file * * \brief Autogenerated API include file for the Atmel Software Framework (ASF) * * Copyright (c) 2012 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 t...
[ "nandojve@gmail.com" ]
nandojve@gmail.com
a9f59146cd9e7d9c3c5bdfc39afa598fd9b5435e
bc6a3dcbb286ea87e2589be08fc4f4e31bdaafce
/src/lib/libServer.c
4e20f0b552dee8b1e715047e20bd53ab96614729
[]
no_license
bmcculley/simple-webserver
cc74299d8812711492e8f99c8fb0f938aaa6c107
73bf53fefdf68a17d22cdbf29d5f0d675f105718
refs/heads/master
2021-04-09T13:08:54.201236
2018-03-18T20:21:15
2018-03-18T20:21:15
125,681,934
0
0
null
2018-03-18T20:21:16
2018-03-18T01:05:07
C
UTF-8
C
false
false
5,166
c
#include "libServer.h" f_extensions extensions[] = { {"gif", "image/gif" }, {"jpg", "image/jpeg" }, {"jpeg", "image/jpeg" }, {"png", "image/png" }, {"ico", "image/x-icon" }, {"zip", "image/zip" }, {"gz", "image/gz" }, {"tar", "image/tar" }, {"htm", "text/html" ...
[ "bmcculley@outlook.com" ]
bmcculley@outlook.com
3f2ca3e7eaaff66c3e30ec5fd335d7fba5f981e7
b945b2fac11f237a49de33af1b8fa02ba3ed1814
/vds/etc/mkmk/env.h
e32aee8c19b2ebb3c8e1354793f4515b3adee2e7
[]
no_license
ahundiak/isdp
b94f56f7a7b02b806209ff06da8e22497f6e1386
07572eb18f07cbf762505ef34e471fa47c102df4
refs/heads/master
2021-03-12T20:02:34.067237
2011-12-16T20:03:20
2011-12-16T20:03:20
37,136,442
0
0
null
null
null
null
UTF-8
C
false
false
133
h
#ifndef ENV_D_INCLUDED #define ENV_D_INCLUDED extern char *envtok(char *, char *); extern char *getNextEnvIncludeDir(void); #endif
[ "ahundiak@e9faf64c-7e38-11de-a453-d5a50d962d30" ]
ahundiak@e9faf64c-7e38-11de-a453-d5a50d962d30
b79ca7f5ae61fc55b3eb298100277df0f7b2d95c
9ad236d0e27c301448e111cab77be3dd19166e44
/PRimProiect.X/hal_adc.h
79f55d5d4da29a98bff0099b7579d25ee7eabfc2
[]
no_license
speedcubing5/BCD_CAL2019
b7b0c6981a3cc6dfe28d54f62b0d96f86e8f2290
dc58d29b7dcba1aa0deef47ec5c986d7c0d6efad
refs/heads/master
2020-09-05T08:32:48.428191
2020-02-20T19:10:12
2020-02-20T19:10:12
220,042,790
0
0
null
null
null
null
UTF-8
C
false
false
302
h
/* * File: hal_adc.h * Author: cubin * * Created on 20 februarie 2020, 19:30 */ #ifndef HAL_ADC_H #define HAL_ADC_H #include "general_types.h" #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* HAL_ADC_H */ extern void HAL_ADCinit(); extern T_U16 HAL_ADCread();
[ "cubing.speed@yahoo.com" ]
cubing.speed@yahoo.com
bb0e1639fe6b4744e86ccd05222965b0c4249b9b
9d163ecd1fda08fc8d9402c8e641303f0841bd27
/include/Combination.h
b2d5f17cc5e577f953cedb6bcac263ee6fee3b18
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
jkovacic/math
7eb5a29397c44b021c283767762b16f2206cdc46
4d5ee0e68b2db0e3bb4b9bd23d0df2ded2b8586c
refs/heads/master
2021-01-17T00:26:46.114122
2019-03-19T07:13:15
2019-03-19T07:13:15
3,965,315
2
0
null
null
null
null
UTF-8
C
false
false
935
h
/* Copyright 2014, Jernej Kovacic Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software ...
[ "jkovacic@gmail.com" ]
jkovacic@gmail.com
03639ca794f89adebd643914dfd7da232c91ec1c
f7cac551a50a13a8017124e660e248cf284aa511
/D_04_system.c
50fe7364480d6897b5aba8b7e2e7c80332cb0338
[]
no_license
AditiAShenoy/misra-2012
01cd783fd3121432cdb9d4da4573bf0dad2a55be
4396ae38f3202a6e1a64298674b5d982d9a6d8c9
refs/heads/master
2020-08-04T23:39:41.340822
2019-10-02T11:02:03
2019-10-02T11:02:03
212,316,369
2
2
null
null
null
null
UTF-8
C
false
false
521
c
/* * Release: 2016-11-01 * * Example from MISRA C:2012 ( THIS IS NOT A TEST SUITE ) * * Copyright HORIBA MIRA Limited. * * See file READ_ME.txt for full copyright, license and release instructions. */ #include "mc3_types.h" #include "mc3_header.h" int main ( void ) { D_4_1 ( ); D_4_3 ( ); D_4_4 ( ); ...
[ "aditi531991@gmail.com" ]
aditi531991@gmail.com
c7955f6e11dce59488967970f2fbb19cba78e409
be3167504c0e32d7708e7d13725c2dbc9232f2cb
/mameppk/src/emu/sound/gaelco.c
20cc909749a354069b608b15f9932446ca759624
[]
no_license
sysfce2/MAME-Plus-Plus-Kaillera
83b52085dda65045d9f5e8a0b6f3977d75179e78
9692743849af5a808e217470abc46e813c9068a5
refs/heads/master
2023-08-10T06:12:47.451039
2016-08-01T09:44:21
2016-08-01T09:44:21
null
0
0
null
null
null
null
UTF-8
C
false
false
9,645
c
// license:BSD-3-Clause // copyright-holders:Manuel Abadia /*************************************************************************** Gaelco Sound Hardware By Manuel Abadia <emumanu+mame@gmail.com> CG-1V/GAE1 (Gaelco custom GFX & Sound chip): The CG-1V/GAE1 can handle...
[ "mameppk@199a702f-54f1-4ac0-8451-560dfe28270b" ]
mameppk@199a702f-54f1-4ac0-8451-560dfe28270b