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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
493eae0dd6470bef7f7775b9a80c4ff9b9b264a2 | e0752d39bbbfa809995ebc0d9738115946cdb9c9 | /MusicBox1/Project_Headers/MK20D5.h | 90e30b7aca75f3f671bee7345dc941a75defabc5 | [] | no_license | Raeed93/example2 | dddfc10f35734e9ba1f168fcea31a8d4fd4b2dde | 2391473a2e5c490ade39f6d63401acd395e7a04d | refs/heads/main | 2023-02-24T16:36:10.091303 | 2021-01-22T06:36:31 | 2021-01-22T06:36:31 | 331,856,312 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 897,848 | h | /****************************************************************************************************//**
* @file MK20D5.h
*
* @brief CMSIS Cortex-M Peripheral Access Layer Header File for MK20D5.
* Equivalent:
*
* @version V1.6
* @date 2020/10
*
*****************************************... | [
"youngbreezy93@hotmail.com"
] | youngbreezy93@hotmail.com |
e637f6b3cd093b033973e243d4971e994cb2bf79 | b30de7d9482c4ae6ed7929445af37ee70f02bf10 | /Autonomous_Cart_2-master/Distance_Measurement_PSOC4/UltraRangeSensor.cydsn/Generated_Source/PSoC4/cytypes.h | 3ae543c5fac2d687dd9d6c8fca52433cb6de8394 | [] | no_license | KingAbad/PEM_AutonomousCart | cb827b774cc5e304f8406dc916b135ed2a0caac3 | 989b72df345179e9366b6bdae1c78c0c49793ddb | refs/heads/main | 2023-02-18T19:17:52.361212 | 2021-01-18T20:45:42 | 2021-01-18T20:45:42 | 300,589,789 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 62,478 | h | /***************************************************************************//**
* \file cytypes.h
* \version 5.80
*
* \brief CyTypes provides register access macros and approved types for use in
* firmware.
*
* \note Due to endiannesses of the hardware and some compilers, the register
* access macros for big endian co... | [
"oziboy04@gmail.com"
] | oziboy04@gmail.com |
02df53b99be5fa65e738064eb4c298fd475336e5 | 2be118e674600c1281257c37aa992fdcd4e9bf77 | /musl/src/string/memmem.c | 8179ddc8ac27ddaa4bd320111fcb7e9ca86a5beb | [
"BSD-3-Clause",
"LicenseRef-scancode-mit-nagy",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"MIT"
] | permissive | lkyunl4/pj2015g | cdc1a48533baa63f8360cae3da7fbdb843788e94 | 458cb09380efb0395056fd20561925e3df4fcf24 | refs/heads/master | 2020-04-06T03:41:56.623814 | 2015-06-19T00:22:17 | 2015-06-19T00:22:17 | 33,018,485 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,395 | c | #ifndef SCC_TEST
#define _GNU_SOURCE
#include <string.h>
#include <stdint.h>
static char *twobyte_memmem(const unsigned char *h, size_t k, const unsigned char *n)
{
uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1];
for (h++, k--; k; k--, hw = hw<<8 | *++h)
if (hw == nw) return (char *)h-1;
return 0;
}
static c... | [
"ehd4585@gmail.com"
] | ehd4585@gmail.com |
2fa71ca731a73fd0cea7631c3df198d94b9788a4 | e0daa65656786fd6a797c07f818d6dc50ce6f9c2 | /Main_desktop.c | bddc922762704f1193bb33a2993e33d310a036ce | [] | no_license | n8thangreen/Basic_IBM | 45245408dadf8363a90ed01d7d68b67857c896de | 1d178d0b548e7d7d64563fc028a9be0c17c19853 | refs/heads/master | 2020-06-20T18:20:59.387962 | 2019-07-16T13:36:16 | 2019-07-16T13:36:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,135 | c | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include "common.h"
#include "fileio.h"
#include "Declarations.c"
#include "groups.c"
#include "contacts.c"
#include "clock.h"
#include "BaseFunctions.c"
/******************************************************************************/
int firstseed;
dec current... | [
"tendai.mugwagwa@phe.gov.uk"
] | tendai.mugwagwa@phe.gov.uk |
b78aecc616f60140738854d2955bf502cbdaac18 | be5db9ea2b470571f0a89faee4f2f56ffcbdeafd | /CS5600/starter_hw06/starter-hw06/psort/psort.c | 829e0ac20c887f33512423920f7dd1b7e63fd010 | [] | no_license | hariram34/computer-systems | 072f768ae9781ceb47f58254f2e1d9c09aeffebe | 0c859a3f999a97b472100038766a1c806fa410f7 | refs/heads/master | 2022-04-18T19:48:38.261418 | 2020-04-15T02:22:24 | 2020-04-15T02:22:24 | 234,647,721 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,006 | c | #include <stdio.h>
#include <stdlib.h>
#include <sys/mman.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <unistd.h>
#include <fcntl.h>
#include <math.h>
#include "float_vec.h"
#include "barrier.h"
#include "utils.h"
//qsort utility fn for comaparing
int comparator(const void * a, const ... | [
"hariram.balaji@gmail.com"
] | hariram.balaji@gmail.com |
cf0fddae2c725415b58009b19bd2b5263e569e07 | c47c254ca476c1f9969f8f3e89acb4d0618c14b6 | /datasets/linux-4.11-rc3/drivers/staging/speakup/spk_priv_keyinfo.h | c95b68ebd8e7ccb81e9270ccad5c310397e49967 | [
"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 | 3,323 | h | /* spk_priv.h
* review functions for the speakup screen review package.
* originally written by: Kirk Reiser and Andy Berdan.
*
* extensively modified by David Borowski.
*
* Copyright (C) 1998 Kirk Reiser.
* Copyright (C) 2003 David Borowski.
*
* This program is free software; you can redistribute it and/or ... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
477a45fbbf4c4e50b0c36cebb58b96d24166f078 | 5a4213a46ab1bed4f70b8c458ac979139005fda9 | /tools/toolchain/gcc-linaro-4.9-2014.11-x86_64_arm-linux-gnueabihf/lib/gcc/arm-linux-gnueabihf/4.9.3/plugin/include/insn-codes.h | 66fb7342e166e7fe58054d16036c095b52686b5d | [
"MIT"
] | permissive | NexellCorp/yocto_meta-nexell | c0003046b73193ae9bd23bc44b1850293a1bf261 | 9129871c9f05788282091e07b0312d48b7048545 | refs/heads/master | 2021-07-13T09:31:48.882012 | 2017-11-03T10:16:18 | 2017-11-08T07:14:30 | 157,831,597 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 77,803 | h | /* Generated automatically by the program `gencodes'
from the machine description file `md'. */
#ifndef GCC_INSN_CODES_H
#define GCC_INSN_CODES_H
enum insn_code {
CODE_FOR_nothing = 0,
CODE_FOR_addsi3_compare0 = 7,
CODE_FOR_cmpsi2_addneg = 10,
CODE_FOR_thumb1_subsi3_insn = 36,
CODE_FOR_subsi3_compare =... | [
"suker@nexell.co.kr"
] | suker@nexell.co.kr |
e27ebaa97cb442e821c7b313131e12b64b28c1a6 | 901ad3d2f4da2e927048e3278dadb99e46ee159f | /preprocessor/zabbix/include/perfmon.h | e45a706177b7208a4f11572da70cc0d0da21cbc1 | [
"MIT"
] | permissive | corish/node-db4bix | 9526b03c40ca12649d76ac252a7b8dc4623e1b83 | f5326027e788ecbdef24e55308a43c9c1b0c6b31 | refs/heads/master | 2020-12-08T14:43:08.163343 | 2020-01-10T07:07:14 | 2020-01-10T07:07:14 | 233,008,742 | 0 | 0 | MIT | 2020-01-13T09:42:32 | 2020-01-10T09:07:57 | null | UTF-8 | C | false | false | 3,356 | h | /*
** Zabbix
** Copyright (C) 2001-2019 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation; either version 2 of the License, or
** (at your option) any later version.
**
** This pro... | [
"Strannix.Vagabondan@gmail.com"
] | Strannix.Vagabondan@gmail.com |
26360fd959e8cddb3fd38466a734009ea03cc8d1 | ac362bb8969d647cd219430bc71c831d894e531c | /sys/arch/mipsco/stand/common/bootxx.c | 5f9a2bbd68e059577fa09d2c0aac069d6bbf27b9 | [] | no_license | noud/mouse-bsd-4.0.1 | efb3b16fcc872ab227e6bb651cf1e836796a0804 | 4c0a1e08df407a759afac2d6a98507df94f5f814 | refs/heads/master | 2023-02-24T23:42:54.060718 | 2020-08-16T20:10:53 | 2020-08-16T20:10:53 | 334,536,412 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,958 | c | /* $NetBSD: bootxx.c,v 1.5 2005/12/11 12:18:16 christos Exp $ */
/*-
* Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jonathan Stone, Michael Hitch, Simon Burge and Wayne Knowles.
*
* Redistribution and... | [
"mouse@Rodents-Montreal.ORG"
] | mouse@Rodents-Montreal.ORG |
740ebd5ced58b396b25d25c4a8dec357b7fd23c8 | 3eabc8ce14dffd9ecfe9cafd75454b0cb2fb67ff | /week-03/day-02/02_type-casting.c | 1fa816d813e238c0bde9957cb271569ffb602dd0 | [] | no_license | green-fox-academy/tapanyagszamitas | bd190c7c626229e7c755708763a48f2a94c8290a | 0718dc736cb64f7976301ba0f530531f8734bc2a | refs/heads/master | 2021-09-06T04:22:52.700603 | 2018-02-02T09:32:51 | 2018-02-02T09:32:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 180 | c | #include<stdio.h>
int main()
{
double x = 1.2;
printf("%.2f", (float)(x +1));
//TODO: write a program wich adds up x and 1, and print out it rounded.
return 0;
}
| [
"tapanyagszamitas.gmail.com"
] | tapanyagszamitas.gmail.com |
3ce208ed1c30fe74f8c0783b9737796a1e044bda | fd5aedca8b823c3d41f6c95a95ffdf4af205637e | /ATtinyMap.h | d6d4dedc8810edc891d7bfb361420bc9dcdef4aa | [] | no_license | mrWheel/I2C_RE_Tiny841_Slave | c6a939036cf58e8aaadf31fd3e6c6cd5d3bd5cd7 | ef222524f554153dcad7a02f8c784eccbeb92e69 | refs/heads/master | 2020-09-20T10:02:51.935650 | 2019-11-29T11:06:48 | 2019-11-29T11:06:48 | 224,445,506 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 759 | h | // ATMEL ATTINY841
// +--\/--+
// VCC 1| |14 GND
// ROT_A ---> (D10) PB0 2| |13 PA0 AREF (D0) <--- ROT_B
// n.c. (D9) PB1 3| |12 PA1 (D1) ---> SEND_INT
// n.c. RESET PB3 4| |11 PA2 (D2) <--- BU... | [
"Willem@Aandewiel.nl"
] | Willem@Aandewiel.nl |
0fccb218c4586e9c50f2b6947739fd1cda9d46c4 | 48e8a4ae15630a32f1be4c8a0d358f9b60936b05 | /main.c | 1930a635f6d3773c300e05108ee7dee3f2076b40 | [] | no_license | td916215/Show_Grade_Range | 501a688535d5b57f808e4ed15d7853eb1ee7254e | eecdc79e7739ef8640cea48822be3306c4d3569d | refs/heads/master | 2020-03-29T09:34:02.717044 | 2018-10-12T12:15:28 | 2018-10-12T12:15:28 | 149,764,193 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 243 | c | #include <stdio.h>
#include <stdlib.h>
#include "CheckGrade.h"
int main()
{
float yourGrade;
// prompt user for grade number
printf("Enter your score: ");
scanf("%f", &yourGrade);
gradeCheck(yourGrade);
return 0;
}
| [
"td916215@ohio.edu"
] | td916215@ohio.edu |
7320e489412d72d85cd6de60a87338953fcd7285 | fe52495ba737aff3a7421412b7bde6d7f514d0cd | /third_party/vice-3.3/src/lib/libffmpeg/libavcodec/amrwbdec.c | 1808c4d6f5c59068d8e6920ec8616906c43a777b | [
"Apache-2.0",
"LGPL-2.0-or-later",
"LGPL-2.1-or-later",
"FSFAP",
"GPL-1.0-or-later",
"GPL-2.0-or-later",
"GPL-2.0-only",
"LGPL-3.0-only",
"GPL-3.0-only",
"LGPL-3.0-or-later",
"IJG",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-proprietary-license",
"LGPL-2.1-only"
] | permissive | xlar54/bmc64 | 1b18d866bb8ed4359b8045fbea9c7556d28f3045 | c73f91babaf9e9f75b5073c773bb50e8a8e43505 | refs/heads/master | 2020-05-20T18:44:54.719056 | 2019-05-03T02:36:49 | 2019-05-03T02:36:49 | 185,711,940 | 1 | 0 | Apache-2.0 | 2019-05-09T02:29:04 | 2019-05-09T02:29:04 | null | UTF-8 | C | false | false | 47,862 | c | /*
* AMR wideband decoder
* Copyright (c) 2010 Marcelo Galvao Povoa
*
* 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 Licen... | [
"randy.rossi@gmail.com"
] | randy.rossi@gmail.com |
367c69b94c50170084430c5650fe7414a94576dc | 02e408f6716aaccd3e7e395e21491ecf73ca1e45 | /2017/contest_3/D.c | d5e983408dda63444ae9e579550119aecdca63e5 | [] | no_license | Eviltsundera/Contests_2018_2017 | b77af62d9674f299c910a42d0cbe5f409dd89135 | 371263f27e2c698e55ebce6f7a6af2ce19a1cd4b | refs/heads/master | 2020-09-16T14:43:30.954875 | 2019-11-09T08:42:53 | 2019-11-09T08:42:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 472 | c | #include <stdio.h>
void generate (int from, int to, int lenght, int posl[], int index){
if(lenght == 0){
for(int i = 0; i < index; i++){
printf ("%d ", posl[i]);
}
printf ("\n");
return;
}
for (int i = from; i < to; i++){
posl[index] = i;
generate (i + 1, to, lenght - 1, posl, index... | [
"nickiforov.nik@gmail.com"
] | nickiforov.nik@gmail.com |
3a02b089d13c3988fe9fbd914abc500e797bb9f2 | 48d6e8ff0febb4dbb45acb5520ae042492649c75 | /Lista7/ex24/main.c | 5c6a903aa798083c1f2f69cf7e317766fd9ae5f1 | [
"MIT"
] | permissive | rpatricio-souza/C | c834db7e34fec0a5cbe112f81ddbc9a070981941 | 4af5d72aeff3d829e691b84154ecd2a33077b9a7 | refs/heads/master | 2022-04-20T00:56:54.966352 | 2020-04-17T02:29:53 | 2020-04-17T02:29:53 | 256,381,362 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,742 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#define MAX 100
/*
entradas:
a
1
sabonete
3
a
2
shampoo
1
a
3
desodorante
2
*/
typedef struct despensa{
int id;
char descricao[50];
int qtd;
}PRODUTO;
int tam=0;
PRODUTO prod[MAX];
void cadastrar(){
printf("\nCodigo: ... | [
"50207058+rpatricio-souza@users.noreply.github.com"
] | 50207058+rpatricio-souza@users.noreply.github.com |
90b96cc09bf68c951268e75f5116fc2b9f27e49f | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/tools/testing/radix-tree/extr_tag_check.c_contract_checks.c | a89fbe5dd986846d3f4afec39fc0c4cd2846e9a6 | [] | 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,842 | 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 |
8e7677ab1a3ea17f819def40d58e1d75615082b4 | 7d71fa3604d4b0538f19ed284bc5c7d8b52515d2 | /Clients/AG/CpApp/Resource.h | 0d5b4c1c785c6e0d532618407aaa51457a31f62e | [] | no_license | lineCode/ArchiveGit | 18e5ddca06330018e4be8ab28c252af3220efdad | f9cf965cb7946faa91b64e95fbcf8ad47f438e8b | refs/heads/master | 2020-12-02T09:59:37.220257 | 2016-01-20T23:55:26 | 2016-01-20T23:55:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,175 | h | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by CpDesktop.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDD_CPDESKTOP 102
#define IDB_SPLASHAG 107
#define IDI_LOGOAG ... | [
"jim@facetofacesoftware.com"
] | jim@facetofacesoftware.com |
9792fcbe7aac26be8a89186f41041087dff28eb0 | 76cc8eaa6ed1688072e404d36c1dfa06d8e9818c | /day03/ex07/ft_strrev.c | 5416d73f8c30fca864d20001e203d8a756f2daf4 | [] | no_license | siller174/Marathon-C | 591e03cc7415d842a74f6b2433b018aecc6abb84 | 7b4aa28275c09e1ff1a54b3ea7300a6cea702d11 | refs/heads/master | 2020-03-31T07:34:29.756168 | 2018-11-26T15:53:32 | 2018-11-26T15:53:32 | 152,026,532 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,144 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strrev.c :+: :+: :+: ... | [
"sorwyle@e1r3p2.21-school.ru"
] | sorwyle@e1r3p2.21-school.ru |
45144bbe4bd9f479c30ae0bc1cfcb5689ee56d28 | e7b33e6d64082bbb856d70cb5d577f4e49ba83bd | /src/visu-hex/render_info.c | d880a86392c0891876c93d6c43b15c651f9951f4 | [] | no_license | koteyevlev/lem-in | 65957f2ef805b7b61529195c9d087b07ba95d401 | 123ebd630071075e1194c85d280973e63edfcf6b | refs/heads/master | 2021-06-24T17:37:40.989673 | 2021-01-07T20:28:50 | 2021-01-07T20:28:50 | 197,446,880 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,509 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* render_info.c :+: :+: :+: ... | [
"skrystin@mi-q2.21-school.ru"
] | skrystin@mi-q2.21-school.ru |
19d779ba5706803fb6925367b6f23b557c960c5f | 8a13d136da04181d03f707c8b96cc29f7880f908 | /cond.c | 2d03567af6c82d5c1c2b36f2e71cde57244b0779 | [] | no_license | joshLederman/EmbeddedProject4 | b28687568a9b675f1d64a2bd0191bd0517ab4429 | f00788eec320d5b4748d3563c172c66aac41d9db | refs/heads/master | 2021-01-18T16:13:27.466262 | 2017-04-13T01:52:17 | 2017-04-13T01:52:17 | 86,730,005 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 928 | c | #include "3140_concur.h"
#include <stdlib.h>
#include <fsl_device_registers.h>
#include "shared_structs.h"
#include "cond.h"
//#include "lock.c"
void c_init(lock_t* l, cond_t* c) {
//Initialize the condition
c->waiting=0;
}
void c_wait(lock_t* l, cond_t* c) {
PIT->CHANNEL[0].TCTRL = 0x1;
c->waiting=1;
current_... | [
"joshua@lederman.com"
] | joshua@lederman.com |
1d5af183ced890ff73ecd87c9bee676dfb0e230b | 8986f13ae9167ef9ce2862d0de3c86c3145cea4c | /src/games/game.c | 8e5fe78270984fe8dae9862def207eb0cd15d722 | [
"MIT"
] | permissive | surti77/embedded-software | cfae41370f28b90c7eee379c5c176141e0c2a4f3 | f9bc347c5aea89ac560d3bbfd0aa158e9539d389 | refs/heads/master | 2020-05-02T00:39:40.595724 | 2019-04-30T23:06:49 | 2019-04-30T23:06:49 | 177,675,552 | 0 | 0 | MIT | 2019-04-22T04:04:13 | 2019-03-25T22:41:37 | C | UTF-8 | C | false | false | 27,988 | c | #include <strings.h>
#include "project_settings.h"
#include "game.h"
#include "uart.h"
#include "subsystem.h"
#include "timing.h"
#ifdef USE_MODULE_GAME_CONTROLLER
#include "game_controller.h"
#include "game_controller_host.h"
// button press callback functions for controller input
static void StartOrA_Pressed(contro... | [
"mm@spaghettiengineering.com"
] | mm@spaghettiengineering.com |
2a699f3d56aa5d3b930e5fe7cc6bf4e4b51c1d6b | 602c8f0b6c5efb0f70e1c1ce18cb2fa96ec5c989 | /exercise-Allan/fork_lock2.c | 3c3c4ce27952dfa42073395319bb0a700d86cbaa | [] | no_license | defined1007/learnAPUE | 6edf9bfb7f4f6ae264183f58e566324905dc86d9 | 51de7ff8f8ddc6d450eb19334ef7b559bb713099 | refs/heads/master | 2020-12-14T17:14:24.914630 | 2020-03-05T09:35:10 | 2020-03-05T09:35:10 | 234,821,271 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 924 | c | #include<unistd.h>
#include<stdio.h>
#include<stdlib.h>
#include<pthread.h>
#include<errno.h>
#define PERR(err,msg) do{errno=err;perror(msg);exit(-1);}while(0)
int total = 0;
pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER;
void* fun(void* arg){
while(1){
pthread_mutex_lock(&lock);
total++;
puts("fun: total+... | [
"502842026@qq.com"
] | 502842026@qq.com |
256050caaa56aa29a8422e8f48b7e9ee5d1acc3c | fd0ff5aba71518787dc9d47eac0e91661a6a8493 | /9.4/postgresql/F-19/postgresql-9.4/src/include/catalog/pg_db_role_setting.h | 15c72acc40aa7dd15c0bcc4c9bacaec3fde8f3f7 | [
"PostgreSQL"
] | permissive | kellyp/rpm-postgres | d64d63ff1157bf6f228dd0b6f79d0fc10877102e | 881f80266e7b41acc42b729656a3d358f132a360 | refs/heads/master | 2021-01-15T14:11:15.032512 | 2014-02-20T19:59:05 | 2014-02-20T19:59:05 | 15,267,389 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,055 | h | /*-------------------------------------------------------------------------
*
* pg_db_role_setting.h
* definition of configuration settings
*
*
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/catalog/... | [
"kellyplummer@mac.com"
] | kellyplummer@mac.com |
c81bbb8e1961f277918ada9fbe35bbcf75007532 | bb8846654727090f7c34a3c1db3fe1d246a1b470 | /openvsx/include/vsx_common.h | 05ebbfcb8beafceeedc4fc4da86190c41c788aa0 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | chasedreamer/openvcx | c57c99f93aa934c790815bc145f7883aadb82302 | cf6e6ba25b5d879943e993e415507650c7e30bc1 | refs/heads/master | 2021-01-01T20:31:07.020484 | 2016-05-02T22:18:22 | 2016-05-02T22:18:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,549 | h | /** <!--
*
* Copyright (C) 2014 OpenVCX openvcx@gmail.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later ve... | [
"openvcx@gmail.com"
] | openvcx@gmail.com |
51af94057ef5a462c70b7e1dc3d2e6c3ea10bd81 | 97b0793dc872963d1f816c7250857ffc4792b611 | /Temp/StagingArea/Data/il2cppOutput/t2123.h | d10d8f245f4adf42e0def967678bc324cfe94593 | [] | no_license | JamesMoulang/LudumDare32 | 1e63f2d46dd8d9e8cf52cfc33a1f0f98b08d3119 | 9826e0eba56c85ed8161c510ba91af5bee52eea4 | refs/heads/master | 2020-04-27T08:17:58.678320 | 2015-04-23T15:33:15 | 2015-04-23T15:33:15 | 34,171,493 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 114 | h | #pragma once
#include <stdint.h>
struct t2124;
#include "t564.h"
struct t2123 : public t564
{
t2124 * f0;
};
| [
"james@jamess-MacBook.local"
] | james@jamess-MacBook.local |
9b78e85571c74d4e365cf7cd470e9ccad6544498 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/com/oleutest/letest/ole2ui/insobj.c | b39dc9313e3fd44cd8f1d398f1728013bf879fff | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C | false | false | 59,188 | c | /*
* INSOBJ.C
*
* Implements the OleUIInsertObject function which invokes the complete
* Insert Object dialog. Makes use of the OleChangeIcon function in
* ICON.C.
*
* Copyright (c)1993 Microsoft Corporation, All Rights Reserved
*/
#define STRICT 1
#include "ole2ui.h"
#include <commdlg.h>
#inclu... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
39b1a5e796b388c79b20f1caabc345092c38efaf | d5b80e71dddeb03d14c9882da5283ee5955a83eb | /examples/structure.c | 881df18b1eb70095c6f9d0d0a14d7224d55a23b7 | [] | no_license | forestaa/troll | c789712d92a07ab9ded8af184efca093d72cef60 | bdce25a7e8a04c4cb5ed259c05e2f7da0d612403 | refs/heads/master | 2020-12-08T19:09:22.025567 | 2020-02-02T14:26:01 | 2020-02-02T14:26:01 | 233,068,046 | 3 | 0 | null | 2020-02-02T14:26:02 | 2020-01-10T14:48:57 | Rust | UTF-8 | C | false | false | 99 | c | struct hoge {
int hoge;
char fuga;
unsigned int pohe: 1;
} hoge;
int main() {
return 0;
}
| [
"t.daichi.3@gmail.com"
] | t.daichi.3@gmail.com |
8719549ef195c54e435c227d682ead1f45f8ee4c | 26346cc9b44caa2f00c225b8a446b5afa22011cf | /libsip/src/sip-message.c | 8f08539b9612878c5c3339c773d36a0e06600081 | [
"MIT"
] | permissive | classicmemory/media-server | 39fe0504a734a5334896adeacf3e2589443e3071 | f5e92774d948d376c83ca7450143d97b05e78051 | refs/heads/master | 2020-03-28T05:16:27.369587 | 2018-09-01T13:00:29 | 2018-09-01T13:00:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,043 | c | #include "sip-message.h"
#include "sip-header.h"
#include "sys/system.h"
#include "cstringext.h"
#include "uuid.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
struct sip_message_t* sip_message_create()
{
struct sip_message_t* msg;
msg = (struct sip_message_t*)malloc(sizeof(*msg) + ... | [
"tao3@outlook.com"
] | tao3@outlook.com |
50510740eda8efb7413c16c718ed3d8cbcd82a1a | c048459ddf114abd8d80526c9235947d77d2851a | /parser.c | c10832fc6f54cf91417723fcccf89c135e1c12ee | [] | no_license | restigarribia/Compiladores | a64cd8ed234bd50a9ff507e51451bf026a8d24b2 | 288bbc3f3e6e40d34b59c99b8e205f858950256f | refs/heads/master | 2020-12-25T13:51:05.934371 | 2016-06-06T01:29:04 | 2016-06-06T01:29:04 | 60,486,294 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,252 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define TAMLEX 1000
typedef struct
{
char lexema[TAMLEX];
char complex[20];
}Token;
//declaracion de funciones del lexer
int is_scape(char c);
void consumir();
//declaracion de funciones del parser
int json();
int array();
int element();... | [
"rafaer93@gmail.com"
] | rafaer93@gmail.com |
a075927416116d09e6d7cfe885ce538c8fc3a4b9 | bdc84a84a0f68212778beb627365240171462753 | /C/MOOC/average.c | 462dc57a9d882d7d682bdbd1c82e20b0129491c7 | [] | no_license | Yiming-Zuo/Learning | 7e8ceea0acff04993d71873dff058d4a5a8cf375 | 378eec235118e55b0b0ecb18c6d8f8c2ae294e34 | refs/heads/master | 2023-01-25T03:42:56.599900 | 2020-12-10T07:48:53 | 2020-12-10T07:48:53 | 214,303,898 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 517 | c | // 求平均数和大于平均数的值
#include <stdio.h>
int main(void) {
int num, sum, count;
sum = 0;
count = 0;
int a[100];
scanf("%d", &num);
while (num != -1) {
a[count] = num;
sum += num;
// printf("%d\n", sum);
count++;
scanf("%d", &num);
}
printf("%f\n", 1.0*... | [
"zuoyiming@stu.ouc.edu.cn"
] | zuoyiming@stu.ouc.edu.cn |
aba019cadfd613084aa9d6c5a3b06cc4f2e191f1 | d88a2e9e78d59fcdde9df83af77faf7b7272436b | /chess.c | ab64bea2bc159e2051d837093992d2d6d6e97816 | [] | no_license | pkkonda/Chess_CUI.c | 1995cb0962efffd0dcee4ceb74a5260955734afb | 42a06b2d7f1ed42d7e2f5d5788c2bb5afe54017c | refs/heads/master | 2021-01-10T06:21:09.190876 | 2016-03-20T12:51:29 | 2016-03-20T12:51:29 | 54,317,039 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 36,230 | c | #include<stdio.h>
void print_piece(int t);
void main()
{
int board[8][8],i,j,a,b,steps,m,t,p=0,pass,check1=0,check2=0,n;
char c[2],play1[20],play2[20];
printf(" Welcome to the game of CHESS \n CODER: pkkonda\n\nEnter password:");
scanf("%d",&pass);
if(pass==1996)
{
printf("\nEnter player... | [
"pkkonda@gmail.com"
] | pkkonda@gmail.com |
bad17900e466147cbe39c2861cc6a285427c57ac | 01c236af2890d74ca5b7c25cec5e7b1686283c48 | /Treo600/68K/Libraries/NetPref/NetPrefLibrary.h | a14f8e05e656f4a252aac28e763efcc64e4b1f01 | [
"MIT"
] | permissive | muffinista/palm-pitch | 80c5900d4f623204d3b837172eefa09c4efbe5e3 | aa09c857b1ccc14672b3eb038a419bd13abc0925 | refs/heads/master | 2021-01-19T05:43:04.740676 | 2010-07-08T14:42:18 | 2010-07-08T14:42:18 | 763,958 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,791 | h | /***************************************************************
*
* Project:
* NetPref Library
*
* Copyright info:
*
* Copyright (c) Handspring 2001 -- All Rights Reserved
*
*
* FileName:
* NetPrefLibrary.h
*
* Description:
* This is the main header file for the NetPref Library.... | [
"colin@muffinlabs.com"
] | colin@muffinlabs.com |
a012f413bfe204bb0185c8117306a50d383f733d | 9790c5b900c0f0e44b780ff8bc0f29e37cd3333c | /Lista2/src/Q4.c | 13f3ec5be2c2c854ddfc9198c49bdeb7232c46a2 | [] | no_license | GustavoMarks/Exercicios-C | e5b4f6ea19f4599a98e76b726e5982c2efa083eb | 57524b33de80ec59149462a360c7c1eed3ff092d | refs/heads/master | 2020-04-01T03:06:15.858972 | 2018-10-24T00:50:43 | 2018-10-24T00:50:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 463 | c | /*
Q4 - Lista 2
Escreva as funções para calcular o volume e a área de uma esfera. (Dica: defina π como uma
constante #define Pi 3.14)
*/
#include <stdio.h>
#define Pi 3.14
float volume (int r) {
return ((4 * Pi * r * r * r)/3);
}
float area (int r) {
return 4 * Pi * r * r;
}
int main () {
int raio;
printf("Ent... | [
"gustavosmarquesf@gmail.com"
] | gustavosmarquesf@gmail.com |
af190390534b5cecba40425186bb61c2bc3b4492 | 526683512616b56d3d296797306f4cdc7935bbd0 | /c/CNN/CNN/minst.h | 546dccb4caedf69b5960548ea10e5462af5ac848 | [] | no_license | lz912765505/CNN_C_forword | c93222d4317e55273546da9fe2180b7dfa78d9d7 | a1ed9de3d48bbd4cd1b7072b79055fa41f2306ed | refs/heads/master | 2022-09-18T18:46:57.114311 | 2020-06-03T03:47:21 | 2020-06-03T03:47:21 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,480 | h | #ifndef __MINST_
#define __MINST_
/*
MINST数据库是一个手写图像数据库,里面
*/
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <math.h>
#include <random>
#include <time.h>
//单张图像的结构体
typedef struct MinstImg{
int w; // 图像宽w
int h; // 图像高h
int ch; // 图像的通道数
float* ImgData; // 1维flo... | [
"1019911631@qq.com"
] | 1019911631@qq.com |
91dafe522761189aa1389315d35ca8e5ddb0a528 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/sound/usb/line6/extr_driver.c_line6_hwdep_init.c | 9894914cfea33994342efe3070acfa71e80e0245 | [] | 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,892 | 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 |
3c80cf695b8e3f449bf584b50d0601afe73b0d91 | d3c9c6a2a7b151c49a448e8aa2edb04668cf99a0 | /DeepThings/src/test.c | 5b2815d6c834e84ce41a593d16b336b92d9111ef | [] | no_license | zoranzhao/NoSSim_contrib | 0885c3f985fd3ade768a06e4697d18f8948301cd | 84f97fef37f379a327f7c15f691c9b581e8dbb63 | refs/heads/master | 2020-03-11T17:12:22.384555 | 2019-06-25T00:25:03 | 2019-06-25T00:25:03 | 130,140,798 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,825 | c | #include "test_utils.h"
static const char* addr_list[MAX_EDGE_NUM] = EDGE_ADDR_LIST;
int main(int argc, char **argv){
/*Initialize the data structure and network model*/
uint32_t total_cli_num = get_int_arg(argc, argv, "-total_edge", 1);
uint32_t this_cli_id = get_int_arg(argc, argv, "-edge_id", 0);
uin... | [
"zoranzhao@gmail.com"
] | zoranzhao@gmail.com |
6f2f9aa3e7579e4b9254cc0c8ff6843bd274ffbd | 136c8648262ec51800aacb6e346b8631446dc495 | /Program37.c | 4ccbb94da8619ba7fb9a49902f5dd74139e5b971 | [] | no_license | SanketNBhosale/C-Programming-HandsOn | aa2abd735f26e38cd472ab7d89eff5e6eb76bac8 | e67d109dcd6030f47b1e08a94202db963ba02de5 | refs/heads/main | 2023-06-16T07:36:03.985514 | 2021-07-20T15:15:45 | 2021-07-20T15:15:45 | 379,634,538 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 745 | c | //Accept number from user and display * # output
#include<stdio.h>
typedef unsigned int UI;
/////////////////////////////////////////////////////////////
//
// Function name: Pattern
// Input : Integer
// Output : void
// Description : It is used to display * # ... | [
"noreply@github.com"
] | SanketNBhosale.noreply@github.com |
b5fe960cdf82b3a397e88bb68708b99a27e6b9a0 | 427a5c2a86c615f17d25f89d6ab6085c6c21bc48 | /HW06/compulsory/back_main.c | d3f71f4d06fa2b64508c290b2f9ee2e15b1b5e1f | [] | no_license | LukasForst/PRP | 18a387ab6a71fe3d88d040947d00a9a1258677ce | d9143c99aa6e74b22b05f54850fe12f6891c1138 | refs/heads/master | 2021-01-18T17:27:31.057476 | 2017-04-05T19:51:34 | 2017-04-05T19:51:34 | 86,802,938 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 6,082 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define True 1
#define False 0
char *read_input(int *len);
int check_input(char *input, int input_len);
char *get_result(char *cipher, char *tapped_text, int size);
void pack_unpack(char *input, int len, char p_u);
void print_result(char *result, char *ciphe... | [
"forstluk@fel.cvut.cz"
] | forstluk@fel.cvut.cz |
4df9292f34732bb2f33d316197a1e214d4e54b6c | d58ab0633b40a01b9dc44478873b45f6a2189a54 | /I2C/I2C/I2C_driver/I2C_int.h | d54d248ef9f5dbef095d005ee1742817457014df | [] | no_license | ashraf-amgad/Avr | 288d7a938f388c706e8e7433c04680c400ddc249 | 9534d418dfe2be833f834497c2d6d312fa17b8f3 | refs/heads/master | 2022-12-19T02:10:19.099450 | 2020-09-01T03:43:16 | 2020-09-01T03:43:16 | 291,875,753 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 749 | h | /*
* I2C_int.h
*
* Created: 9/28/2019 6:30:21 PM
* Author: Louda
*/
#ifndef I2C_INT_H_
#define I2C_INT_H_
#include "I2C_confg.h"
#include "I2C_priv.h"
#include "I2C_types.h"
void I2C_voidinit(void);
void I2C_voidStart(void);
void I2C_voidSendData(u8 Data);
u8 I2C_u8RecieveData(void);
void I2C_voidStop(void);... | [
"ashraf.amgad27@gmail.com"
] | ashraf.amgad27@gmail.com |
504c3cbd01748d4112eef9d8c2471fb81f4015ed | 1e524dd151bb5f8546280ec0e0aeaeae3d471570 | /warmgui/warmgui_summer.h | d6a90f17b1b69fec8759a0c52275c7d4dfb2ed66 | [] | no_license | cnsuhao/warmgui | 68e8a698b9068b67cbb6efe4b0651144ba7ffc17 | 5d198d1680ffe61a3f48175c84942823033ccfcb | refs/heads/master | 2021-05-27T00:06:25.959310 | 2013-07-11T14:25:01 | 2013-07-11T14:25:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,232 | h | #ifndef __warmgui_summer_h_include__
#define __warmgui_summer_h_include__
#ifndef WARMGUI_API
# ifdef WARMGUI_EXPORTS
# define WARMGUI_API __declspec(dllexport)
# else
//# define WARMGUI_API __declspec(dllimport)
# define WARMGUI_API
# endif //WARMGUI_EXPORTS
#endif //WARMGUI_API
#ifdef _WINDOWS... | [
"stoneguo@126.com"
] | stoneguo@126.com |
6a3bf805f1e380df6df8e157faf439bd969c313a | e3cf776caff463fe3cbf872d416fb41493975203 | /AOC_ID08_20170731_checksum/ENVISION_G2218.h | 0e7228ec8f0dc4d42584a334b7d90076675b0448 | [] | no_license | JRYwangcong/SourceCode | a468f1f512da823f2c1de000b9b9184160689827 | 29167dd030e60e36076537539381aa5ccfbf0a62 | refs/heads/master | 2021-01-02T09:16:57.125646 | 2017-08-05T07:37:04 | 2017-08-05T07:37:04 | 99,177,703 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,833 | h | #ifndef _ENVISON_G2218_
#define _ENVISON_G2218_
#define TSUMXXNX
#define MS_OVD 0
#define MainBoardType MainBoard_715G3329_58N
#define PanelType PanelLTM220M1L01
#define DisplayLogo EnvisionLOGO
#define DDCCI_ENABLE 1
#define Enable_Expansion 1
#define Dual 1
#define... | [
"wang@163.com"
] | wang@163.com |
0aacca27b58523a10fcc211a377469b526d02b2c | ce1607a38503517be5dc8eaaf40f89491d4b9479 | /21sh/src/get_command_line/cmd_line_clear.c | c463ec7fefcc696518866caefe40b24f433429ae | [] | no_license | cmptqdw/school | 1e57f3a69a2e0748445f680164ed7fb4b20b5b47 | fd848f0b85d729f337c566c5a3129e87975db780 | refs/heads/master | 2020-12-30T12:44:05.530900 | 2017-05-15T15:22:41 | 2017-05-15T15:22:41 | 91,349,094 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,238 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* cmd_line_clear.c :+: :+: :+: ... | [
"notavalide@mail.thx"
] | notavalide@mail.thx |
588fd7737841fe56fe41a0b7eea8719508c6cd24 | aab3aecb7d154181f93c89a6e172e734e3a5897d | /YALCIN_UKAS/code/NMS_GUI/vt3_code/vt3_Disp__ScreenFrame.h | 661b44376f9f3e8b14e0cac49dc9c477b31bf747 | [] | no_license | nurolyazilim/YALCIN3_UKAS | 6631b45e51fd6c108ae2eb81d743d570c3596618 | ced09e09d7249443e91f9e2cde25118621242dc3 | refs/heads/main | 2023-03-14T02:45:04.654564 | 2021-03-05T13:02:40 | 2021-03-05T13:02:40 | 344,042,400 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 768 | h | /* device: /project/NMS_GUI */
/* device model: PC_Windows */
/* this file has been generated automatically by vt3 - do not modify! */
#ifndef INCLUDE__VT3_DISP__SCREENFRAME_H
#define INCLUDE__VT3_DISP__SCREENFRAME_H
#include "vt3_base.h"
extern vt3_indicator_PhysicalIndicator FAR ind_screen_fra... | [
"batuayirtman@gmail.com"
] | batuayirtman@gmail.com |
38bb03fbe564eb4df9993092871236b52a89c1fd | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/88a62be3-30df-4c38-a05c-0cc85b48bbd4.c | a7775a8f16e47c6c5828ae72e9fbe33dbcb01d4c | [] | 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 | 607 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l%j;
l = l%j;
l = i-j;
j = k-k*i;
//variables
/* START VULNERABILITY */
int a;
char b[20];
char c[14];
a = 0;
while (( a - 1 ) ... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
dafecbbfff8981605afc0590555a99fb044b09f1 | c231703822b6e81d4c8895da8b1727d996386447 | /set435.c | 9de6e496da590bf61be14dc0904ccfe30c128a4b | [] | no_license | boomak/boomakannan | 90a19a9da9ea8c4182aec8bec7f55281f0f4b163 | 6be61d5296d7cb747446d69bbf592cd3ab905d8f | refs/heads/master | 2022-05-04T21:26:38.387288 | 2022-05-04T07:49:46 | 2022-05-04T07:49:46 | 163,737,521 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 176 | c | #include <stdio.h>
int main(void) {
char a[90];
int c=0,i;
gets(a);
for(i=0;a[i]!='\0';i++)
{
if(a[i]>='0'&&a[i]<='9')
{
c++;
}
}
printf("%d",c);
return 0;
}
| [
"noreply@github.com"
] | boomak.noreply@github.com |
d52963129d015b918b529e0cefe8e23e54a08b1a | 62f2990e0edb80581bffaa625f7a474d071acaf4 | /src/histogram.c | eb581fcee33698941e603cff5d8e342cf7ae270d | [] | no_license | Leo4Truth/ImgProc | 6387d2f4826be260ee3217c4f48680c01a83b4a8 | a034bd5a67064558c0889572e5cdcb883d5a91e3 | refs/heads/master | 2021-11-26T14:33:18.713878 | 2021-11-11T16:07:57 | 2021-11-11T16:07:57 | 142,109,548 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,481 | c | #include "histogram.h"
pHistogram histogramFromGrayscaleBmp(PBMP grayscaleImg) {
int size = grayscaleImg->bmih.biHeight * grayscaleImg->bmih.biWidth;
pHistogram res = (pHistogram)malloc(sizeof(Histogram));
res->N = size;
res->n = (int *)malloc(sizeof(int) * 256);
res->p = (double *)malloc(sizeof(d... | [
"lyw.765486562@hotmail.com"
] | lyw.765486562@hotmail.com |
d969796dbdedd45b9f4f8e5807f02f63cbae85e2 | 3b0e8e96b9186cb6127b34476d27f86abd64ea69 | /0x00-hello_world/6-size.c | e10cd177b507ff24c8466945d0da4c624853c65d | [] | no_license | klich1984/holbertonschool-low_level_programming | 1e4a3a01d7e9eceded9539fd8be22a7562f221a5 | 91c709805eef24003160501a87a7b21c78ada77a | refs/heads/main | 2023-04-05T15:59:03.008570 | 2021-04-25T17:45:17 | 2021-04-25T17:45:17 | 329,980,331 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 414 | c | #include <stdio.h>
/**
* main - Prints the size of some types
* Return: Always 0
*/
int main(void)
{
printf("Size of a char: %d byte(s)\n", sizeof(char));
printf("Size of an int: %d byte(s)\n", sizeof(int));
printf("Size of a long int: %d byte(s)\n", sizeof(long));
printf("Size of a long long int: %d byte(s)\n"... | [
"2239@holbertonschool.com"
] | 2239@holbertonschool.com |
430a92114711b6a360b03e481a744b03d0069254 | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/103/020/CWE427_Uncontrolled_Search_Path_Element__char_file_31.c | 3f171522fbbc3c686f73b023ea4a695ef1a2f14d | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,194 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE427_Uncontrolled_Search_Path_Element__char_file_31.c
Label Definition File: CWE427_Uncontrolled_Search_Path_Element.label.xml
Template File: sources-sink-31.tmpl.c
*/
/*
* @description
* CWE: 427 Uncontrolled Search Path Element
* BadSource: file Read input from a fil... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
09e48ace29b0402ac73cf7380f741616b230640f | 1e55d309a9671113412dff6f8f25eaf8c0678a7a | /10.0.17134.0/um/Tapi3cc.h | 19dff64082a4f0b3462ae7c289c38a9652f19487 | [] | no_license | NoOne-hub/avc_save | 8757e3e209ff705067fa99f92a735a89ac946eb1 | f216a197cd76dd639d509c4d89a88eead73d008c | refs/heads/main | 2022-12-27T20:53:34.861466 | 2020-10-13T03:30:01 | 2020-10-13T03:30:01 | 303,577,691 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 101,777 | h |
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 8.01.0622 */
/* @@MIDL_FILE_HEADING( ) */
/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR... | [
"NoOne@NoOne.com"
] | NoOne@NoOne.com |
92259e5854115949ea2c36c8838933b1bfa7f541 | 089b93c5bd228f2bae945ab6e10ff6bdda2707b2 | /EIFGENs/chess_solitaire_undo/W_code/C10/ev1257.c | 096bfa1057eff10395244dd293eceade1d04d7c1 | [] | no_license | BruceZJC/chess_solitare_undo | c3e9b7387189598b0cb77ca4547e240f1440941f | 241642188cdcb23ae5dac74f56adcb20cd5f040f | refs/heads/master | 2021-01-05T08:20:34.258742 | 2020-02-16T19:01:38 | 2020-02-16T19:01:38 | 240,947,532 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,665 | c | /*
* Code for class EV_TAB_CONTROLABLE
*/
#include "eif_eiffel.h"
#include "../E1/estructure.h"
#ifdef __cplusplus
extern "C" {
#endif
extern EIF_TYPED_VALUE F1257_11211(EIF_REFERENCE);
extern EIF_TYPED_VALUE F1257_11212(EIF_REFERENCE);
extern EIF_TYPED_VALUE F1257_11213(EIF_REFERENCE);
extern void F1257_11214(EI... | [
"brucec@my.yorku.ca"
] | brucec@my.yorku.ca |
66b98ae65dc79fe8de0e0c77a75bc6af0b0c612f | 9043ed238ea468a36921d09cd17e8c35da7bbc3f | /F03_DSPIC33FJ_TIMER3.X/APP.h | 00a51e9628cc73b2668b9431d488d21d59e01960 | [] | no_license | ArmstrongSubero/dsPIC33-Projects | 90aa31f9f12929e55aad5fff85ff328dd3c8d9d7 | a85f897c89a33db3de5d5571db373248f4c37381 | refs/heads/master | 2020-05-16T19:05:19.055678 | 2019-08-03T19:57:41 | 2019-08-03T19:57:41 | 183,248,199 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 206 | h |
#define FOSC 80000000ULL
#define FCY FOSC/2
#include <xc.h>
#include <libpic30.h>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <stdbool.h>
#include <stdint.h>
#include <string.h>
| [
"armstrongsubero@gmail.com"
] | armstrongsubero@gmail.com |
af4841b58d0631568684130f9a1dc836f1e62a04 | ebd49b208e1dfa80f04c295a4442140d66dcb772 | /Weather Monitoring System/Sources/rtc.c | 8a7cc5305735ea67ec8dad35edb508586901ad93 | [] | no_license | aagamshah5195/Projects | 23a6573440daca838d5e035a1bf022792acaab8d | 5e92849f082234b0edc4daffc5e2bf8bb30da195 | refs/heads/master | 2021-01-11T16:25:06.353096 | 2017-01-26T02:48:13 | 2017-01-26T02:48:13 | 80,067,767 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,016 | c | /***************************************************************************
* Copyrights 2016 Akshit Shah and Aagam Shah All Rights Reserved
* The information contained herein is property of the Authors.
* The copying and distribution of the files is prohibited except by express written agreement with the Authors.
... | [
"noreply@github.com"
] | aagamshah5195.noreply@github.com |
1e6ed3d4a978474fa2404e93ad209cd16a724169 | a46b889ce30fbc6c1b1a2b8c765970074ad112ab | /Generated_Code/pin_init.h | 06ff53d2ff07502486c4fbd621593193bd741c23 | [] | no_license | devinc13/CENG455Part3 | dc15df0e675740ad6776f150bf9a5f512b1d58f6 | da5ac29669b09462badf2ab7683c4152700804f6 | refs/heads/master | 2021-01-21T10:00:19.703273 | 2017-03-19T03:06:05 | 2017-03-19T03:06:05 | 83,370,052 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 114,318 | h | /* ###################################################################
** This component module is generated by Processor Expert. Do not modify it.
** Filename : pin_init.h
** Project : CENG455Part3
** Processor : MK64FN1M0VLL12
** Component : PinSettings
** Version : Component 1.... | [
"devinc@uvic.ca"
] | devinc@uvic.ca |
5b08486d2b6489aa79de5bf498ce611bf788ae6d | 8382126d09f774397062bdb35bf56bf4c0157164 | /TP11_iskelet_2019/merge_sort.c | c94b6e2e539b6d6aabd37ccefe6cde9dd641872f | [] | no_license | silverdevelopper/2019-2020TP | 415d0be99eb943120db9cdf82ada8cf59a69a733 | 735f9bef945352faa7f7f564159cdd0be474b07d | refs/heads/master | 2021-11-26T07:05:34.389280 | 2020-09-22T08:47:18 | 2020-09-22T08:47:18 | 215,668,761 | 1 | 0 | null | 2021-11-14T09:40:58 | 2019-10-17T00:22:19 | C | UTF-8 | C | false | false | 1,134 | c | #include <stdlib.h>
void merge(int *array, int low, int middle, int high) {
/* TODO: Sol yarim listenin boyunu hesaplayin */
/* TODO: Sag yarim listenin boyunu hesaplayin */
/* TODO: Sol ve sag yarim liste icin dizi tanimlayin */
/* TODO: Sol yarim listeyi sinirlarina gore doldurun */
/* TODO: Sag yarim ... | [
"noreply@github.com"
] | silverdevelopper.noreply@github.com |
b3594460230d4687679866c142b9c01d31d30492 | 05b458a94b13328c4ab0bb474513e69c5f253ec0 | /analysis-sources/obs-analysis/_cppstats_featurelocations/obs-studio/libobs/graphics/image-file.h | 8e3d493bdf77bd75b9bded008a27127fff82bb32 | [] | no_license | paulobernardoaf/dataset-files | c7b3a5f44f20a6809b6ac7c68b9098784d22ca52 | 6cc1726ee87e964dc05117673e50e3e364533015 | refs/heads/master | 2022-04-23T06:52:15.875641 | 2020-04-25T18:28:48 | 2020-04-25T18:28:48 | 253,626,694 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,834 | h |
#pragma once
#include "graphics.h"
#include "libnsgif/libnsgif.h"
#if defined(__cplusplus)
extern "C" {
#endif
struct gs_image_file {
gs_texture_t *texture;
enum gs_color_format format;
uint32_t cx;
uint32_t cy;
bool is_animated_gif;
boo... | [
"paulomax9002@gmail.com"
] | paulomax9002@gmail.com |
d733abb4eed36885af26781fa075ea6f2ad7d05f | d457bcd585c93650da926a3ac45ec4f227c80b32 | /tsh.c | 5a8ded25ebb96b0fff8b4aa07fd904a2aead8261 | [] | no_license | ralphlizard/tinyShell | 92429e13b662098b32e156897e025482dbfb5cfb | ae3ef4be1c1244ea5c196865d032cc73524ed7d4 | refs/heads/master | 2016-09-13T17:44:44.910572 | 2016-05-17T13:20:09 | 2016-05-17T13:20:09 | 59,023,633 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 25,370 | c | /*
* tsh - A tiny shell program with job control
*
* Ralph Kim - junghyu1
*/
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <ctype.h>
#include <signal.h>
#include <sys/types.h>
#include <fcntl.h>
#include <sys/wait.h>
#include <errno.h>
/* Misc manifes... | [
"ralph@puppyrush.net"
] | ralph@puppyrush.net |
17fb33b0ade18532e1bfd1d1477ade78faf15c26 | a9683d3ef63af1f8cb2377cf2ceb6840022a9dee | /media.c | e554839230298f1345d2a6c3a30245b6c6af07b8 | [] | no_license | edimilsoncandido/prog1-maha-2017 | 90b3d84818bd149792b0c14e8546e7aa8cc2f0a1 | 0e3eacb9907b298014204544d19c054d97db63e4 | refs/heads/master | 2021-01-20T12:35:11.670994 | 2017-05-08T15:02:45 | 2017-05-08T15:02:45 | 90,384,028 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 291 | c | #include <stdio.h>
int main()
{
float av1;
float av2;
float media;
printf("\nEntre com o valor da av1:");
scanf("%f", &av1);
printf("\nEntre com o valor da av2:");
scanf("%f", &av2);
media = (av1 + av2) / 2;
printf("\nMedia = %f\n",media);
return 0;
} | [
"edimilson.unilasalle@gmail.com"
] | edimilson.unilasalle@gmail.com |
7b8a853d6bc051be380df13d4fb7a6b64a6b5462 | 68ab723f4dd74d71023e1d9e8126ac76a6f0d591 | /Microchip/SAMG_DFP/3.0.15/samg53/include/component/spi.h | 8e47945b08a08358258190de08d0555fb5bf6fc4 | [] | no_license | fb321/dev_packs | b0151f1810046c92eede22d878b6212cfe4501f0 | 92b75cbbf1e7e0d89b9d6cbddcba58ca03081170 | refs/heads/master | 2022-02-08T19:37:28.356201 | 2019-07-02T15:39:48 | 2019-07-03T11:36:29 | 199,966,277 | 0 | 1 | null | 2019-08-01T03:03:52 | 2019-08-01T03:03:51 | null | UTF-8 | C | false | false | 54,015 | h | /**
* \brief Component description for SPI
*
* Copyright (c) 2019 Microchip Technology Inc. and its subsidiaries.
*
* Subject to your compliance with these terms, you may use Microchip software and any derivatives
* exclusively with Microchip products. It is your responsibility to comply with third party license
... | [
"thibaut.viard@microchip.com"
] | thibaut.viard@microchip.com |
238495c401d940c7be47b9af5374eb21f014b1a0 | 6bb9b6d2431984f9fb11707098f09cc94884d2a2 | /cypress2/touchscreen/pimhyp3.c | b00f4c488d7e5b4a4b7ed2c43569d2b0a8fa3cd6 | [] | no_license | procount/pinn | b21429f307f47a376141da2ceb547196f576fd37 | ef53866fdd9546dc8a96d5a8bec90581f3f4d749 | refs/heads/master | 2023-08-06T19:26:26.902507 | 2023-06-21T21:00:06 | 2023-06-21T21:00:06 | 54,271,497 | 945 | 188 | null | 2023-05-10T22:10:30 | 2016-03-19T14:59:48 | Makefile | UTF-8 | C | false | false | 23,350 | c | /*
* Driver for Pimoroni Hyperpixel 3.5" Touchscreen LCD
* uses Cypress Cy8c20466 Touchscreen Capsense Psoc
*
* Adapted from Pimoroni's Python driver.
* Adds commands to program the LCD, from Pimoroni's hyperpixel-init.c
*
* Copyright (c) 2019 ProCount
*/
//#define DEBUG
/*
* This program is free softwa... | [
"kevin.procount@googlemail.com"
] | kevin.procount@googlemail.com |
f6760a167d128337958496fd96fcb0d08fbc7ea9 | ef4130a360269884118b9539b0fb633ec5c2d1e5 | /calcolatrice/calcolatrice.sim/sim_1/behav/xsim/xsim.dir/edge_detector_test_behav/obj/xsim_1.c | 7dff9364595178cb918d9576c192ee6e3edc6349 | [] | no_license | icosac/vivado | 5ffaa5dc785423b5be4e05e7326dea68fc313c57 | 9a89d3c0f7e3aaff60ec0bebcf1a22317a95092e | refs/heads/master | 2020-03-11T19:17:54.533487 | 2018-04-19T11:04:19 | 2018-04-19T11:04:19 | 130,203,075 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,192 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"enricosaccon96@gmail.com"
] | enricosaccon96@gmail.com |
d7497c65e95889d7347b2b10efd113ed73f8ab96 | 6d699ebecfcfc01d1482dbb1745ad5d519ba3f98 | /lib/hsl/common/hsl_types.h | f76c26b0b297d875d6545892f432240e1c0a33e0 | [] | no_license | chimeh/quick-makefile | 8719c13ec5eda13a46ef8e4eb90dcbcf59bf8a3c | baf445749154e3c5b40f7840e91b44a194105a83 | refs/heads/master | 2021-08-15T21:17:35.615791 | 2020-05-13T06:40:20 | 2020-05-13T06:40:20 | 179,810,598 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 17,163 | h | #ifndef _HSL_TYPES_H_
#define _HSL_TYPES_H_
/* Number of bits in prefix type. */
#ifndef PNBBY
#define PNBBY 8
#endif /* PNBBY */
/* Maximum of two values */
#ifndef MAX
#define MAX(a,b) ((a) > (b) ? (a) : (b))
#endif /* !MAX */
/* Minimum of two comparable values */
#ifndef MIN
#define MIN(a,b) ((a) < (b) ? (... | [
"jimmy@local.host"
] | jimmy@local.host |
452f6c2073b0348456561d06a397487d564f24ca | 83214753e9183327e98af0e6768e9be5385e5282 | /d/taoguan/npc/taolord2.c | 4ab8f39f5823c5e5ae01be764d7112d9a253b36c | [] | no_license | MudRen/hymud | f5b3bb0e0232f23a48cb5f1db2e34f08be99614e | b9433df6cf48e936b07252b15b60806ff55bb2f3 | refs/heads/main | 2023-04-04T22:44:23.880558 | 2021-04-07T15:45:16 | 2021-04-07T15:45:16 | 318,484,633 | 1 | 5 | null | null | null | null | GB18030 | C | false | false | 5,858 | c | // taolord.c
inherit NPC;
inherit F_MASTER;
#include <ansi.h>
int marriage();
int leave();
void create()
{
set_name( "丁白云" , ({ "master ding", "master" }) );
set("nickname",HIB "晴空白云" NOR);
set("gender", "女性");
set("age", 46);
set("long",
"丁白云是丁乘风的师妹,也是丁乘风的亲妹妹。丁白云年轻时遭白天羽抛弃,\n"
"伤心欲绝... | [
"i@oiuv.cn"
] | i@oiuv.cn |
31de804533811f190a3eaf76feae924fb410a82d | 9df4ddd86bc9ccb85a93ae5db9e7b0a9204ece0b | /keyboard.h | 0565399e3656a7a85b4557ffd65f00fc003123a0 | [] | no_license | acgreek/tetris | 123b40e3f61e8329250c4a881a0984d5f27079b5 | 3d4cc905fe75661a4c22c888720cd4e83e7b2d0b | refs/heads/master | 2020-04-17T02:06:41.956033 | 2017-03-24T03:23:07 | 2017-03-24T03:23:07 | 48,754,706 | 7 | 0 | null | 2016-06-17T10:39:58 | 2015-12-29T15:49:25 | C++ | UTF-8 | C | false | false | 902 | h | #include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/select.h>
#include <termios.h>
struct termios orig_termios;
void reset_terminal_mode(){
tcsetattr(0, TCSANOW, &orig_termios);
}
void set_conio_terminal_mode() {
struct termios new_termios;
/* take two copies - one for now, one for... | [
"agcarat@gmail.com"
] | agcarat@gmail.com |
798388cd3d4b5e94cf38f87f7bba8e90d34ed6d5 | ce6998d8010329f2a75b0bf4fb85411c6809dc2a | /src/sorting.h | 689d0274616876f03afedfc46f5bbec81fc29175 | [] | no_license | LukeDelaCruz/Arduino-Restaurant-Map-Tracker | 7959f54934fbc9bb8649dd169d500928bc97d497 | c93a81ff05ad4221b63359ff1b4909d5973d86ce | refs/heads/master | 2022-04-02T01:29:08.619179 | 2020-01-16T17:32:35 | 2020-01-16T17:32:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 210 | h | #ifndef _POWMOD_H_
#define _POWMOD_H_
void swap_rest(RestDist *ptr_rest1, RestDist *ptr_rest2);
int pivot(RestDist *rest_dist, int start, int end);
void qsort(RestDist *rest_dist, int start, int end);
#endif
| [
"noreply@github.com"
] | LukeDelaCruz.noreply@github.com |
c3477841a751955590e1f5d2c34fd55ca965ea5f | 50e7f29b07531bf3db585e420fb7a4209bacf102 | /unity-samples/iOS/Roll-A-Ball-Ios/Classes/Native/UnityEngine_UnityEngine_Advertisements_UnityAdsDelegate_2_ge_1.h | cc3e5fb9d151d04b7af3dc8065fbbfa23c014184 | [] | no_license | golergka/appboy-unity-sdk | 0d7a8732c6dfd66ffbf30c9214c932a04f2b6d59 | deeeba3849bd3a8e6a1166e95a6a5be6f5038646 | refs/heads/master | 2021-01-18T11:53:22.096992 | 2016-03-17T12:24:52 | 2016-03-17T12:24:52 | 54,115,484 | 0 | 0 | null | 2016-03-17T12:18:57 | 2016-03-17T12:18:56 | null | UTF-8 | C | false | false | 505 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// System.Object
struct Object_t;
// System.IAsyncResult
struct IAsyncResult_t551;
// System.AsyncCallback
struct AsyncCallback_t552;
#include "mscorlib_System_MulticastDelegate.h"
#... | [
"wenzhi@appboy.com"
] | wenzhi@appboy.com |
b9dd82ece6bfd8240d57aeb1554f53ecec378a29 | b2a60c6016d4973ac0c5f106611da5d13a8023a1 | /Sorting/sorting_network/oddEvenSort/oddeven.c | e4de45e013f94bbdbdfdd84f0874c789291dc04b | [] | no_license | 8sunyuan/personal_code | a67d63e8c4bd726c5bfbdc9616c912dce52e1a16 | 362631f509fb8b7aec8359539faec29c547913ed | refs/heads/master | 2021-05-11T11:24:21.977898 | 2018-05-13T16:00:17 | 2018-05-13T16:00:17 | 117,634,876 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,557 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
const int N = 16;
int A[] = {66, 78, 300, 99, 88, 100, 45, 38, 12, 62, 42, 34, 8, 24, 66, 48};
// ------------------------------------------------------------------------
//
// This Batcher's Odd-Even sorting algorithm
// - Worst-case: O(N**2)
// ... | [
"noreply@github.com"
] | 8sunyuan.noreply@github.com |
2503e5e6851f8cbe934da83cbc4840fba27b088c | 3d1d651fd0293f1a53217646a10f38a39c59decd | /ClonyBird/Temp/il2cppOutput/il2cppOutput/Mono_Security_Mono_Security_X509_X509Chain.h | 6ef6cd99c3523b19929342c0e9daa8e0c1ab46cb | [] | no_license | at-tran/ClonyBird | 51cd7ba74357f51a811debfadf667a859493cca1 | d59a7b010ab99bfd5e4b54edfed72a71644b1735 | refs/heads/master | 2021-05-29T05:20:01.445087 | 2015-07-14T14:09:22 | 2015-07-14T14:09:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,043 | h | #pragma once
#include <stdint.h>
// Mono.Security.X509.X509CertificateCollection
struct X509CertificateCollection_t707;
// Mono.Security.X509.X509Certificate
struct X509Certificate_t567;
// System.Object
#include "mscorlib_System_Object.h"
// Mono.Security.X509.X509ChainStatusFlags
#include "Mono_Security_Mono_Securit... | [
"nhanhnhanh17399@gmail.com"
] | nhanhnhanh17399@gmail.com |
16fecd44c997151da6db79ed72ea1acc6fce022c | af3dbf6f27cb652117d2b36477ee64625b1c210d | /library/export/foo.c | 0f777550afe808260cdc6069fbac3ecbb38a68ae | [] | no_license | parrotshen/c_examples | 82d4cfbc117fa9a8e360200eb2949301a503fc1d | 73e854db984049e88e6c3d113b64033f882ca796 | refs/heads/master | 2023-03-31T06:36:19.802009 | 2023-03-25T02:44:40 | 2023-03-25T02:44:40 | 84,541,188 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 307 | c | #include <stdio.h>
void hello(const char *caller)
{
printf("%s: %s --> hello\n", __FILE__, caller);
}
void world(const char *caller)
{
printf("%s: %s --> world\n", __FILE__, caller);
}
void foo(void)
{
printf("%s: foo()\n", __FILE__);
hello(__func__);
world(__func__);
printf("\n");
}
| [
"parrot@MAZDA.(none)"
] | parrot@MAZDA.(none) |
ef7688f5bca66195b83f4afacc99108f07caacfc | 6d8299fc4309f635fabdb0dc919ee5323b3f5b36 | /Lab 2/Uppgift3.c | 4484441afd50fbb1feaf4079dc1721a14d9305a6 | [] | no_license | dimcic/Porn | b470b551a356ed3ee9aeba12bae3457c66f6d104 | 5d52f1bba2754d7a04c5d455c135104bb9b023cd | refs/heads/master | 2020-04-04T15:21:47.829200 | 2018-11-06T05:57:07 | 2018-11-06T05:57:07 | 156,034,666 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,860 | c | #include <stdio.h>
#include <math.h>
#define PI 3.14159265358979
int main()
{
system("chcp 1252");
int val = 0;
do
{
printf("Kalkylator\n");
printf("1. Kvadratroten\n");
printf("2. Absolutbeloppet\n");
printf("3. Exponentialen e höjt till x\n");
printf("4. Naturliga logaritmen\n");
printf("5. Si... | [
"scicek@kth.se"
] | scicek@kth.se |
b4d094671177358643b7bce1dcc5b155ae5bb7f2 | 2c8d47c04b3b1e8898a65dffac5fb94a4d17ea4e | /usbdriver/myusb-driver.c | 7fb67f0aa506b250d6e58a4ca3daf2dc4bffcb32 | [] | no_license | dejeneboru/ldd | 9921710585e691a9c620639d70701c9febd2f1c1 | 53fd08d97bf857964d1d612b98bc2c315546e0ce | refs/heads/master | 2021-08-22T10:50:24.517743 | 2017-11-30T01:25:49 | 2017-11-30T01:25:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,266 | c | #include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/kref.h>
#include <linux/uaccess.h>
#include <linux/usb.h>
#define MIN(a,b) (((a) <= (b)) ? (a) : (b))
// #define BULK_EP_OUT 0x01
// #define BULK_EP_IN 0x82
#define MAX_PKT_SIZE 8
#define MY_USB_VENDOR... | [
"dejene.boru@gmail.com"
] | dejene.boru@gmail.com |
a1a2e304eaaee7a0625a6a3484af1a09e0465d95 | fd248a29a0be484d1b07cf870184cdf80eccbf7d | /lib/curl-7.64.0/tests/unit/unit1602.c | 5ffa7b1ea1159c9cfc7fcb22837dc5a89cfe7a21 | [
"curl"
] | permissive | StevenGeGe/CppBook | 4fff3aa0f3708ba20ff58764833aedc1317e38a6 | 33146530fac7f2b7e13c1a96d96ee8251c6193e1 | refs/heads/master | 2020-04-30T08:04:24.500993 | 2019-03-22T10:22:56 | 2019-03-22T10:22:56 | 176,704,378 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,334 | c | /***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
* \___|\... | [
"Yong_GJ@163.com"
] | Yong_GJ@163.com |
12ff775d8619c80187c9bb9c6379d68eb91e6d97 | 8f1fd5184d9197f1f306c57149bcc529b0fca5f9 | /Bubbles the Deliver/Bubbles/WDHeader.h | b4396a0a0d5e930027290463b1454631c038f60a | [
"MIT"
] | permissive | SatanWoo/Bubbles-the-Deliver | 3a62dc22acc3e534d7e00201a83d5bc61dcf79a3 | 068ce52aeaf6e3fed4ed61e16815384955fae81c | refs/heads/master | 2021-01-15T23:40:25.048775 | 2013-12-27T14:29:08 | 2013-12-27T14:29:08 | 15,452,284 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,158 | h | //
// WDHeader.h
// Bubbles
//
// Created by 王 得希 on 12-1-31.
// Copyright (c) 2012年 BMW Group ConnectedDrive Lab China. All rights reserved.
//
#ifndef Bubbles_WDHeader_h
#define Bubbles_WDHeader_h
//#define TEMP_USE_OLD_WDBUBBLE
// DW: user defaults
#define kUserDefaultMacSavingPath @"kNewUserDefaultMacS... | [
"applewuziqi@gmail.com"
] | applewuziqi@gmail.com |
547b3d4bff40625f2196b48a5634a3323cb87500 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/mfd/extr_stm32-timers.c_stm32_timers_dma_probe.c | 47c22798f9c8e0fd86198b832a1d6acdb6b19d2d | [] | 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,746 | 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 |
e399849ab3480e4c437e87597127c102be586281 | 6064653f9391e7b3a85b8ee6fa19602ae131028b | /Algo/Data_structure/Stack.c | 4c265668618aaa1fe859590441345be6d0b5d875 | [] | no_license | vakulin95/C-tasks | 854b96a478c8b54352398e08cb5a750fdb8d8104 | 2d197ee21545c0d39d8d45019afb7784123b9212 | refs/heads/master | 2021-01-12T06:38:05.621151 | 2017-10-10T20:05:05 | 2017-10-10T20:05:05 | 77,401,237 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 903 | c | #include <stdio.h>
#include <stdlib.h>
typedef struct node Node;
struct node
{
int d;
Node *p;
};
Node *first(int);
void push(Node**, int);
int pop(Node**);
void write(Node*);
int main()
{
int i = 0;
Node *top = first(i);
//write(top);
for(i = 1; i < 20; i++)
push(&top, i);
wri... | [
"vakulin95@outlook.com"
] | vakulin95@outlook.com |
1c255ae7932871e66854e7780e264d82b7200570 | 0a803f4ca9619ad4910bd43ead80adc14b436cb6 | /d13/z1.c | df68bd26019496f82e2fd65c0338f3447c5ee82d | [] | no_license | romash1408/programming-tasks | daf2543113fc7418c3703ea4b4866eb776fb780b | 165d4c4cb3f30d05a89724ee51df4acf1771ac4e | refs/heads/master | 2020-01-23T21:56:43.295913 | 2017-02-14T01:44:35 | 2017-02-14T01:44:35 | 74,727,289 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 826 | c | #include <stdio.h>
struct Point
{
double x, y;
};
struct Rect
{
struct Point lb, rt;
};
char is_point_inside_rectangle(struct Rect r, struct Point p)
{
return p.x >= r.lb.x && p.x <= r.rt.x && p.y >= r.lb.y && p.y <= r.rt.y;
}
int main()
{
int x1, y1, x2, y2, tmp;
printf("Input first point of rectangle: ");
s... | [
"romash1408@yandex.ru"
] | romash1408@yandex.ru |
0c1f00d52bf64f07c74c9aa4b69706c43813c7d7 | 447a924ddc67cb7df724e20a9cd366a352f3ca55 | /lib/mavlink/mavlink_types.h | 4b7f9efb85f251795a4d4d364a2f5890e7abe140 | [] | no_license | lhcalibur/Copter_CortexM4 | 53568dbec7a1c2022a44d135d49cfb358382bb60 | 32d87249326c0fc26700b6d29ba89a48d8d6faae | refs/heads/master | 2016-09-01T17:33:32.237975 | 2015-10-14T23:47:52 | 2015-10-14T23:47:52 | 39,997,976 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,536 | h | #ifndef MAVLINK_TYPES_H_
#define MAVLINK_TYPES_H_
// Visual Studio versions before 2010 don't have stdint.h, so we just error out.
#if (defined _MSC_VER) && (_MSC_VER < 1600)
#error "The C-MAVLink implementation requires Visual Studio 2010 or greater"
#endif
#include <stdint.h>
// Macro to define packed structures
#... | [
"liuhan@hotmail.com"
] | liuhan@hotmail.com |
2a15f02e3375e34df16bda4acf32397e0d692979 | 07fdf1fd5ebb5b3108f478fed1a1b795759d0347 | /exercises/ex02/newadder.c | beac47187a63011786f396c5cac767c7f2ec11d0 | [
"MIT"
] | permissive | dberny/ExercisesInC | 08bb1db230944092669f25a649e6589ba9efc3ab | 3c5d56ca7f7c515ba0a56acf1829d18ebef7157a | refs/heads/master | 2020-04-18T14:44:31.548293 | 2019-05-03T15:32:48 | 2019-05-03T15:32:48 | 167,596,593 | 0 | 0 | null | 2019-01-25T18:47:32 | 2019-01-25T18:47:32 | null | UTF-8 | C | false | false | 1,970 | c | /* Example code for Think OS.
Copyright 2014 Allen Downey
License: GNU GPLv3
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define ARRAY_SIZE 10
#define BUFFER_SIZE 20
int end_of_file = 0;
int bad_input = 0;
/* add_array: Adds up the elements of an array.
*
* array: int pointer
* n: number of el... | [
"diego.berny@students.olin.edu"
] | diego.berny@students.olin.edu |
6cdbfc599e01c0803d12d3698d32a0751f980b65 | fb53e518968292e2705967dee27c38b7fb3ef287 | /Labyrinth/Labyrinth iPhone xCode/Classes/Native/mscorlib_System_Runtime_Remoting_Messaging_ServerContextTerm.h | 8f35fbe1e2ffc79a108a5f00f9e3f630f3eb4207 | [] | no_license | LuukDeNiet/LabyrithMinor | bd50cc9d3089398efdb3b3a34c9a8363efe091d8 | f7d1768d43196b0a2e8bacf11628c0a344b8f13d | refs/heads/master | 2021-01-10T16:56:58.651293 | 2015-10-19T15:07:23 | 2015-10-19T15:07:23 | 43,541,404 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 308 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_Object.h"
// System.Runtime.Remoting.Messaging.ServerContextTerminatorSink
struct ServerContextTerminatorSink_t1366 : public Object_t
{
};
| [
"marlo.ploemen@gmail.com"
] | marlo.ploemen@gmail.com |
113864ebc33919f10ce37353c1d3c41bea6b69eb | c3d1154485e2e8919d7abbf15aef50fd942df9c9 | /srcs/exec/sh_cmdexec.c | 9453ab0724e4dab4b2491255be6c215d5c58185a | [] | no_license | MLforAll/4221sh | c475b37f1d8d1ff9788d7944813709256b468be6 | 21e786a8271af6044f01dda624110b3d64c1f408 | refs/heads/master | 2020-03-09T14:05:08.023060 | 2018-08-19T18:46:54 | 2018-08-19T18:46:54 | 128,826,509 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,927 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* sh_cmdexec.c :+: :+: :+: ... | [
"kdumarai@student.42.fr"
] | kdumarai@student.42.fr |
0af714cfcdda76abd327c5aef2e010c91d15e9d8 | 0dc7dd7d3f6c61d304051f8198c37f0992fda908 | /sys/ia64/include/float.h | 13b436190b758d29ff9eae0111248fb6538f8586 | [] | no_license | jwg286/freebsd_usb | 2b31d119d947c303be0c5e090649e1bcee4f19b1 | 3bc294f86022ebaf353332ad4833b9c3e442de08 | refs/heads/master | 2020-04-28T13:57:46.237695 | 2010-08-10T09:39:04 | 2010-08-10T09:39:04 | 828,335 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,150 | h | /* $FreeBSD: src/sys/ia64/include/float.h,v 1.8 2005/01/06 22:18:23 imp Exp $ */
/* From: NetBSD: float.h,v 1.6 1997/07/17 21:36:03 thorpej Exp */
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or witho... | [
"weongyo@gmail.com"
] | weongyo@gmail.com |
92ed9ac24b09a10ea1e68d2040b8a226fcfb6457 | 294a1f8054564cd33da427510a21f2565737e5e5 | /LABORATORIO/estructuras/main.c | 853fa3615098317b42c33f56b23db2d701a2c313 | [] | no_license | Jessicanbalbuena/programacion_1_laboratorio_1 | a88c9c4389749ca8995ddbba72c4db7d3d3301e9 | d887336842b5878130bdb002b00ced38798d02e4 | refs/heads/master | 2021-04-12T08:18:41.717459 | 2018-09-14T15:06:15 | 2018-09-14T15:06:15 | 126,102,138 | 0 | 0 | null | 2018-03-21T00:52:56 | 2018-03-21T00:52:56 | null | UTF-8 | C | false | false | 1,104 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
//1ro Pedir legajo
//2do recorrer el array de alumnos y luego pregunto por el legajo
//3ro
// variable de tipo estructura se pasa por valor
//estrucutras tienen la
typedef struct //van en el .h
{
int legajo;
char nombre[50];
float promed... | [
"noreply@github.com"
] | Jessicanbalbuena.noreply@github.com |
1a7e179994b1cfdb594d69897fdf14a1093afd43 | b356adc9bd515d919edcdda9b2aceded1b7dc905 | /include/linux/u64_stats_sync.h | 4d75c8f2730c1f7215724155c80c71b23ba0605a | [] | no_license | wisen/tiny_kernel_comment | ca57b10a4df8eef989435ac5974fae5df0f1cc20 | 3401fe62392c62f735fc6dac1d96c51cca44d249 | refs/heads/master | 2020-03-17T21:48:36.830903 | 2018-11-05T16:52:57 | 2018-11-05T16:52:57 | 133,976,587 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,553 | h | #ifndef _LINUX_U64_STATS_SYNC_H
#define _LINUX_U64_STATS_SYNC_H
/*
* To properly implement 64bits network statistics on 32bit and 64bit hosts,
* we provide a synchronization point, that is a noop on 64bit or UP kernels.
*
* Key points :
* 1) Use a seqcount on SMP 32bits, with low overhead.
* 2) Whole th... | [
"wisen.wang.ah@gmail.com"
] | wisen.wang.ah@gmail.com |
14518b093aae6e2615301c0d0dfd60b4470da05f | fbacfda3611a97638d4fa71e47cd479a2527f30d | /E-Commerce-funcanality-C-main/user.h | e63c057c86d127ab198188e78375ed63471737a4 | [] | no_license | mansoor4/Ecommerce-functonality | 646d22c26fa36fe68f0b75cb69dcce1e39afc6c7 | 9e81d111c5447b4dcedf1f2aa0da203c900c32dd | refs/heads/main | 2023-02-11T19:05:14.464809 | 2021-01-08T09:10:00 | 2021-01-08T09:10:00 | 327,851,215 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,332 | h | //STRUCTURE DECLARATION
struct User
{
int ID;
char name[100];
char email[100];
char password[100];
struct User*next;
}*user_head=NULL;
//DECLARATION OF FUNCTION
struct User*find_user_by_email(char[100]);
void extract_users_from_file();
void add_user(struct User*);
void sign_up();
struct User*login... | [
"noreply@github.com"
] | mansoor4.noreply@github.com |
ce6738d3b5f030a4b00fd0d76c8a2f59ee2e2fd2 | 3c86ee35cfa29e3eced34bb64eee9dfb2460724a | /Thermometr.cydsn/HDC1050.c | 19bd05ed2a3c55eabc22daf0a4818a3b26161140 | [] | no_license | remixvit/Thermometr | b75d36ee6941a4fe6c861ac2ab1d28df128478e9 | 2131bf79400704ed95591f1c343b37d92ed103bc | refs/heads/master | 2021-01-11T04:10:01.660394 | 2016-02-08T13:23:34 | 2016-02-08T13:23:34 | 49,649,574 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,262 | c | /* ========================================
*
* Copyright YOUR COMPANY, THE YEAR
* All Rights Reserved
* UNPUBLISHED, LICENSED SOFTWARE.
*
* CONFIDENTIAL AND PROPRIETARY INFORMATION
* WHICH IS THE PROPERTY OF your company.
*
* ========================================
*/
#include <Project.h>
volat... | [
"remixvit@gmail.com"
] | remixvit@gmail.com |
f866c14b474dcfbab65c3c5b90246fd0d03ab0ef | 9d8fe725e79e5856b8b863abf0907a6a5f6f8a3c | /812F8DC.c | 390f5865ccb280d9c1b82be8ed8efc64988aa89c | [] | no_license | camthesaxman/ruby-c | 08bb12c3c6662b113f558a2b43a4f232fedcbd91 | afb59d795416468362ddf942d4cb1fca638f2bd6 | refs/heads/master | 2020-12-30T16:45:53.246386 | 2016-09-11T22:33:27 | 2016-09-11T22:33:27 | 91,023,059 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 670 | c | int __fastcall sub_812F8DC(int a1)
{
int v1; // r5@1
int v2; // r4@1
__int16 v3; // r0@2
__int16 v4; // r1@3
int v6; // [sp+8h] [bp-4h]@0
v1 = a1;
v2 = 8 * ++*(_WORD *)(a1 + 46) & 0xFF;
sub_812F86C(a1);
*(_WORD *)(v1 + 38) = sine(v2, 8);
if ( (signed int)*(_WORD *)(v1 + 46) > 58 )
{
v3 = *(_W... | [
"shadow962@live.com"
] | shadow962@live.com |
e5d1b8eac50a22cb68bce31afc6aaa1ed7f9106e | 2b9594dba1fd8c58ea44d5dbdd057127587a238d | /glib/LibProject/src/ex-compile.c | bcb7741e4f9058f33b804e5553ddcc2261e05e5c | [] | no_license | perkss/c-programming-examples | 352bab4bb12b1c696a1619901c2c07377340cf24 | 714a13b5f0ea3bd074c6674f338deb16ab2071fa | refs/heads/master | 2021-05-11T10:48:00.292950 | 2020-11-29T19:40:52 | 2020-11-29T19:40:52 | 118,111,937 | 1 | 0 | null | 2020-02-24T17:29:21 | 2018-01-19T10:30:52 | C | UTF-8 | C | false | false | 242 | c | #include <stdio.h>
#include <glib.h>
#include "ex-compile.h"
int appendSingleItem() {
GList *list = NULL;
list = g_list_append(list, "Hello world!");
printf("The first item is '%s'\n", g_list_first(list)->data);
return 0;
}
| [
"stuart.m.perks@gmail.com"
] | stuart.m.perks@gmail.com |
c7566a91010fba0803576b1cbb08611075e298c3 | 9513f7ca6946e10071ae58e79fa68bbe98b2e6ad | /touchgfx/board/Mjolner/Common/source/vendor/lpc_core/lpc_ip/fpu_init.h | 63340f7d973eff29918828dcdf032b3529693e33 | [] | no_license | koson/Oscilloscope_STM32F746 | 71468321350b9ff2b8089a8c9e451489d90f541f | 96281e007d7b17e920649ad28f8922f1078312ba | refs/heads/master | 2023-09-01T22:55:38.019285 | 2021-11-22T10:36:42 | 2021-11-22T10:36:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,849 | h | /*
* @brief FPU init code
*
* @note
* Copyright(C) NXP Semiconductors, 2012
* All rights reserved.
*
* @par
* Software that is described herein is for illustrative purposes only
* which provides customers with programming information regarding the
* LPC products. This software is supplied "AS IS" without any... | [
"hainguyen.eeit@gmail.com"
] | hainguyen.eeit@gmail.com |
5e03acbc428c493e2476c217e6afbd49c215ed34 | d10090b0c23c789baaac67f40cccb61f39554e07 | /Middleware/Third_Party/FreeRTOS/FreeRTOS_POSIX/include/FreeRTOS_POSIX/atomic.h | 7c89a9e56c7693cf2add49750d1a7ba52affe96d | [
"MIT"
] | permissive | PacktPublishing/Hands-On-RTOS-with-Microcontrollers | b6b78ebf4a462a10c115338f85edb2769ac6cd58 | 9cb30e4846482cd2cf19aa631757bfe916cc245f | refs/heads/master | 2023-08-08T16:48:34.456178 | 2023-01-30T10:00:49 | 2023-01-30T10:00:49 | 206,287,816 | 128 | 84 | MIT | 2023-07-22T15:18:15 | 2019-09-04T09:55:46 | C | UTF-8 | C | false | false | 15,041 | h | /*
* FreeRTOS Kernel V10.2.0
* Copyright (C) 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, includ... | [
"brianjamos@gmail.com"
] | brianjamos@gmail.com |
bd442f7acec4b8fb93482c5b3b17c7b4fd3920c2 | 83f1c09220ee4e257b262c88a7aba6e9acb85197 | /libft/ft_lstdel.c | 168df5fc62d5a3809f2ed5d55c62a9e2717d7652 | [] | no_license | Jkotov/fractol | 607e10d7c3ed7c7166c369d6ec73c63e62374f26 | 0a4c2edfb02cc59bbcff51a7e7cac7ebc39e3656 | refs/heads/master | 2020-11-27T19:11:40.118926 | 2020-01-07T15:53:03 | 2020-01-07T15:53:03 | 229,572,640 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,106 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstdel.c :+: :+: :+: ... | [
"gavgavov@gmail.com"
] | gavgavov@gmail.com |
3aef56331a5fda5c682870e68520e4963b3e017f | b1cc7bc8934115a2f2d3e07260dc41dcb70d7187 | /src/os/win32/ngx_user.c | cc0760301aae8e22497c35026f5dae291f7e8d7a | [] | no_license | HerculesShek/nginx-0.4.1-research | 5d689b05ad6fca25078e033b6141981d148e01ae | af221de984fe7b18cb1bd1bc4a55f01b2cf5d3f2 | refs/heads/master | 2020-04-12T09:30:40.803101 | 2019-01-04T09:31:59 | 2019-01-04T09:31:59 | 162,405,430 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 297 | c | /*
* Copyright (C) Igor Sysoev
*/
#include <ngx_config.h>
#include <ngx_core.h>
#if (NGX_CRYPT)
ngx_int_t
ngx_crypt(ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted)
{
/* STUB: a plain text password */
*encrypted = key;
return NGX_OK;
}
#endif /* NGX_CRYPT */
| [
"xz.will.shek@gmail.com"
] | xz.will.shek@gmail.com |
44b601dc587ca347e7b45582db2dd42ae84fc738 | 52eaefb871961759cd4ef78de12e4382350d2b5e | /week11/code/homework/vfork.c | 6e9947686f3e420e50f29ad961519df10c4fd39a | [] | no_license | huang1214/LinuxProgram | 2d02f8773486fd7e6da08200c0f51eb0fe9e3188 | 193d061b1064e68c2909fe17ce238b1ec4ad5e68 | refs/heads/master | 2020-08-13T15:52:33.627573 | 2019-12-23T07:16:54 | 2019-12-23T07:16:54 | 214,996,162 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 742 | c | #include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <sys/types.h>
int main()
{
pid_t pid;
char a[5]="abcd";
char *b=(char *)malloc(sizeof(char)*5);
char ch;
FILE *f;
if((f=fopen("3.txt","w+"))==NULL)
{
perror("Open failed\n");
exit(1);
}
if((pid=vfork())<0)
{
perror("fork error!\n");
... | [
"1318935770@qq.com"
] | 1318935770@qq.com |
2e04aec8971c41bb01e8d588ae22ccbc00b6028c | d4f366632150141b2c286ab6dfe1646cdaade0f0 | /search.c | a87175d7f90d1bedc2ee04a7913454f5d08daa39 | [] | no_license | tanaton/mamire | 0bc5362e96ee33c4b740860c18b474a35eb0f4dc | 887add1c956e18cae518dca3be86e0bd42e8f0a3 | refs/heads/master | 2016-09-10T20:47:43.242293 | 2010-12-23T13:59:54 | 2010-12-23T13:59:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,383 | c | #include <stdio.h>
#include <string.h>
#include <pthread.h>
#include <oniguruma.h>
#include "search.h"
#include "mamire.h"
#include "unstring.h"
#include <unmap.h>
#include "unarray.h"
static pthread_mutex_t g_onig_mutex = PTHREAD_MUTEX_INITIALIZER;
search_t *search_new(const char *pattern, const char *name)
{
rege... | [
"heiwaboke@gmail.com"
] | heiwaboke@gmail.com |
bd6bc602019ee564def65269c840c3a80b9d051d | 4e08f806cd266f2fd627d43b87b09537e74540d7 | /firmware/libs/app_libs/motor_control/math_blocks/v4.0/svgen.h | 3b94751d070b45a8154466a9ff6da2fc20ea810d | [] | no_license | TheGreenBox/sattelite_step_drive | a6f4252197cc1a3a229534977b32fefe6be9dcf6 | 170f72a015767210695d26cad8e63195b5a5ed06 | refs/heads/master | 2020-12-30T10:36:52.005183 | 2014-02-16T12:28:38 | 2014-02-16T12:28:38 | 9,436,286 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,089 | h | /* =================================================================================
File name: SVGEN.H
===================================================================================*/
#ifndef __SVGEN_H__
#define __SVGEN_H__
typedef struct { _iq Ualpha; // Input: reference alpha-axis phase ... | [
"akindyakov@gmail.com"
] | akindyakov@gmail.com |
9c0d903053126b0cff2ac06cafe67162a34b5676 | 362a5eef17c7ec4e668602a9d72c89dcc36810f0 | /src/c-blosc2/blosc/shuffle-altivec.h | 1d46a09ab9076457ac475197a90e932eab30ee8a | [
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | silx-kit/hdf5plugin | 688386042de4bee6ed32b73fb1921fc572980f73 | 858a6c380338a25d60c1ea5740c2c3f2cfc4ffd6 | refs/heads/main | 2023-06-26T17:22:17.745661 | 2023-06-16T13:05:41 | 2023-06-16T13:05:41 | 62,723,243 | 54 | 36 | NOASSERTION | 2023-09-14T12:12:15 | 2016-07-06T13:31:41 | C | UTF-8 | C | false | false | 1,063 | h | /*********************************************************************
Blosc - Blocked Shuffling and Compression Library
Copyright (c) 2021 The Blosc Development Team <blosc@blosc.org>
https://blosc.org
License: BSD 3-Clause (see LICENSE.txt)
See LICENSE.txt for details about copyright and rights to use.
*... | [
"thomas.vincent@esrf.fr"
] | thomas.vincent@esrf.fr |
e73d611215a20c164c93ea08536d796d1ef1ba32 | 8e095bf8a457bf3c8e9486a5a822c4faf42f9802 | /src/genlib.c | 86281657406a63d752ffd520e6745e2c38b715df | [] | no_license | jaumebenseny/Multi-threaded-C-bank | 291988e64185be15c48ac42a3291258e3be01d21 | a7d6abf5d17e449074266342a2f90620eca7c1be | refs/heads/master | 2021-01-10T08:56:17.976205 | 2016-02-07T17:47:36 | 2016-02-07T17:47:36 | 51,257,578 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 800 | c | #include "global_header.h"
my_array_t *thread_array;
void Log(char * log){
FILE *logfile;
char string[MAXSTRING];
if(pthread_rwlock_wrlock(&thread_array->logBlock) != 0){
strcpy(string,"ERROR: LOCK RWERROR CAN'T RECORD LOG\n");
printf("%s",string);
}
logfile = fopen(LOGFILE, "a");
if (logfile == NULL... | [
"jaumebenseny@gmail.com"
] | jaumebenseny@gmail.com |
9083e46c58a50f841ac88b404e8e182108ac78a4 | c8f5645b30296b11a797b853490573c869b99f19 | /teensy/lcg.h | 11f604e89577a3a2bea590812f647df1b2363de9 | [] | no_license | JorjBauer/aiie | f61e7c8f06765794741b1b6a5c7a16db1382e3a4 | 26a0a2abd516ae0d7a8b5e6bc6a1dc85ca983fbb | refs/heads/master | 2022-02-12T05:01:45.850578 | 2022-02-10T21:10:56 | 2022-02-10T21:10:56 | 82,481,453 | 63 | 7 | null | null | null | null | UTF-8 | C | false | false | 8 | h | ../lcg.h | [
"jorj@jorj.org"
] | jorj@jorj.org |
3f4b88bd33f3e640f07c407528f533cbc5ad7b23 | 49574a23c1e7d701a6cba9e82d7e48eb7e10fb24 | /lcd_scroll_1line.c | 2e207ab840bdf7fdf770ccd6bd1a9c9da253f915 | [] | no_license | punkey0/CECS262 | 45afbf6bb62afb08424ae36c595c14bfd07589da | eeacc429c48e60ec727bf4aa1dfe70a2489ac2e0 | refs/heads/master | 2020-05-17T01:01:35.980552 | 2015-03-04T16:24:36 | 2015-03-04T16:24:36 | 31,665,527 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,896 | c | // This program interface 8051 with a 16x2 line LCD.
// This program will display a message from the right
// end of the first display line, then display scrolls
// to the left until the whole message is displayed
// and repeat the display again.
#include <reg51.h>
#define ldata P2
#define COMMAND 0
#define LCD_DA... | [
"punkey0@gmail.com"
] | punkey0@gmail.com |
010fdc5f401aef8aa670e49868c92965c905548a | baff3b827a44de088ae7267f93797c2f18088df9 | /c-programs/ex9-5.c | a49ac4644b2c2ab8fcb007fbea38977d7e66938c | [] | no_license | chriskasza/comp2103 | 5c59df7c3775dddd6fa1be5786d30be2ea750ce5 | 55c2b787666bffcdf747c634c3b56c2125d483eb | refs/heads/master | 2021-01-18T13:11:50.427089 | 2018-11-21T19:38:36 | 2018-11-21T19:38:36 | 80,734,292 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 749 | c | /*
* File: ex9-5.c
* Reads a single word of at most 10 characters
* and counts the number of lower case letters
*/
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
int main() {
char *s; /* to store a word */
char *p; /* to traverse */
int count = 0; /* number of lowercase l... | [
"chris.kasza@colibri-software.com"
] | chris.kasza@colibri-software.com |
cf3240fb8d780f9a5086425a0a38fae0c4734118 | c47c254ca476c1f9969f8f3e89acb4d0618c14b6 | /datasets/linux-4.11-rc3/net/ceph/mon_client.c | 29a0ef351c5e068838fc1ed8f634439853ff0a3a | [
"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 | 33,020 | c | #include <linux/ceph/ceph_debug.h>
#include <linux/module.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/random.h>
#include <linux/sched.h>
#include <linux/ceph/mon_client.h>
#include <linux/ceph/libceph.h>
#include <linux/ceph/debugfs.h>
#include <linux/ceph/decode.h>
#include <linux/ceph/auth.h... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
83c20719cc3d399cc29d63c45819fc31363da58d | 8f0e9b7149069a7af5fa48eb4bebdab3623de902 | /gitgnl/libft/ft_memchr.c | 3547e21444c9617eb84d4be4660bcb8110d21b48 | [] | no_license | zsigabi23/zsigab | ed8d678283c8472ed711659827613ddd1013c56c | b29cd1f84da3b4237bca8e72ccf51e30d6e30857 | refs/heads/master | 2020-03-19T03:18:33.721567 | 2018-06-28T12:10:03 | 2018-06-28T12:10:03 | 135,716,010 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,108 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memchr.c :+: :+: :+: ... | [
"noreply@github.com"
] | zsigabi23.noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.