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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cfc15cffebce81367e94deb2137926f6c50ed178 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/0e40dec2-6679-4666-a9fb-c9d211763ae2.c | b6c8af9d23485356dd92b9c0915a785287b6e37b | [] | 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 | 240 | c | #include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 53;
l = 6;
k = i/j;
l = i/j;
l = i/j;
l = k%j;
l = j-j;
k = 7-k*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
aed20129a5f9e4059e281db91f263627b7eacca3 | 706ee8d78bf5830dc8d6e14e07ccf5e41b678432 | /util/file.h | ef56029444fdf6b6a22a3d4aeceeddc4f94eb8d3 | [] | no_license | akvadrako/pl_bug | 8eb2501ffd495f48a37a6949a36fcbcc15b8ca11 | d1bd76a2360dc27f6232edc7fa0b2775a6ca1d13 | refs/heads/master | 2022-11-19T18:18:05.200902 | 2020-07-15T09:40:49 | 2020-07-15T09:40:49 | 279,827,067 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 753 | h |
#pragma once
#include <assert.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <stdbool.h>
struct file
{
void *data;
size_t size;
};
static bool open_file(const char *path, struct file *out)
{
FILE *fp = NULL;
bool success = false;
fp = fopen(path, "rb");
if (!fp)
... | [
"dev@doubly.so"
] | dev@doubly.so |
3422fe22b0994d8b78fadaeff2b0cd853401aedb | ca562ca7611c90a962999e9ec3590e1daad97287 | /ft_strdup.c | 4e45e7c175668795d5982282451b6eee84851e9c | [] | no_license | kypark7/libft | 15edcaab73fd8f29e059608b4db6e62a50948d7f | e83de9ce5610ac4bcb9a3201b27b1862ba84aa97 | refs/heads/main | 2023-01-05T02:11:31.939719 | 2020-11-06T13:01:38 | 2020-11-06T13:01:38 | 308,881,914 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,149 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strdup.c :+: :+: :+: ... | [
"kypark@c2r7s1.42seoul.kr"
] | kypark@c2r7s1.42seoul.kr |
007c29c5c6586d1aa0181c54f6ee2c83d3ac92de | bd111f77d5d2f988eb17ff20b588439f6caf5984 | /apps/pic32mz_da_curiosity/pic32mzda_sdcard_usb_audio_player/firmware/src/app.h | 8109b17451f550469a968b5673da7e8782377119 | [
"ISC",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | SyedThaseemuddin/MPLAB-Harmony-Reference-Apps | d10e472b9504bdadbae77552ba16007bd897e75a | 16e4da0b1d071a9c1f454697b275a2577c70a0aa | refs/heads/main | 2022-07-28T17:43:06.953592 | 2021-01-28T01:53:21 | 2021-01-28T01:53:21 | 300,107,782 | 0 | 0 | NOASSERTION | 2020-10-01T01:52:13 | 2020-10-01T01:37:31 | null | UTF-8 | C | false | false | 15,189 | h | /*******************************************************************************
MPLAB Harmony Application Header File
Company:
Microchip Technology Inc.
File Name:
app.h
Summary:
This header file provides prototypes and definitions for the application.
Description:
This header file provid... | [
"syed.thaseemuddin@microchip.com"
] | syed.thaseemuddin@microchip.com |
76ef53714ae3a1e8b0ea5a1e00dd2b9d3b654b57 | f23777dd25d213b45d5b26493534f7665a0678ee | /ubertooth/src/lib-ubertooth/ubertooth_callback.c | ae7c4692c9d271abd09d63ea699dbfe80d6c1796 | [] | no_license | vaginessa/Ubertooth-Win | a4941758d9d3ac17f0bcb9d4c5f0ba4fe4be0976 | def52687d0053daa44ec7243f62b57bc32e24eb3 | refs/heads/master | 2021-08-30T20:17:10.278499 | 2017-12-19T09:10:05 | 2017-12-19T09:10:05 | null | 0 | 0 | null | null | null | null | WINDOWS-1251 | C | false | false | 20,198 | c | /*
* Copyright 2015 Hannes Ellinger
*
* This file is part of Project Ubertooth.
*
* 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, or (at your option)
* any later versio... | [
"decoder@rambler.ru"
] | decoder@rambler.ru |
496914858de7b13d17c259bb5f3f5f32f96f46f8 | 0fa2c4984a1e4d71613932888d174c1411a76186 | /capital.c | 45566ec9c67973e0e280f0a29505527019194338 | [] | no_license | piotrkukucharski/studia_c | d010b402479e87c599d06bf69a1265ccddcfe8c8 | d97e72933b37bf6b4a7e63200cf06bafee9fb48c | refs/heads/master | 2023-03-31T03:24:35.467050 | 2018-06-03T12:22:49 | 2018-06-03T12:25:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 651 | c | #include <stdio.h>
char upper(char character){
if('a'<=character && character<='z'){
return character-32;
}else{
return character;
}
}
int blank (char character){
return character == ' ' || character == '\t' || character == '\n';
}
int main(){
FILE *input=fopen("i... | [
"noreply@github.com"
] | piotrkukucharski.noreply@github.com |
22ef672a1c6d2a300625b0d1e083c519db842bf5 | 068e310845a17b2a48c545d9f9b64497270898d5 | /HardWareDriver/Key.c | 75a2f417b8d878387cc4143280c76ef8fd67afa6 | [] | no_license | RSMmaker/RSM_AC3.0 | 4aad0e38ca8e0dc266bd26f309e84b406670c14a | 6fc37a2494d35b3f98ce8599ffacddc9bf2f01a1 | refs/heads/master | 2020-12-07T18:35:51.206450 | 2016-08-30T17:43:47 | 2016-08-30T17:43:47 | 66,957,800 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,797 | c | #include "key.h"
u8 Key[2],Pin_IO[2];
extern u16 Distance_L,Distance_R;
extern u32 Stop_temp_time;
extern u8 Stop_temp1;
u32 Distance_L_last_time,Distance_R_last_time,Temp;
void ALL_Stop_Init()
{
}
void Key_Config()
{
GPIO_InitTypeDef GPIO_InitStructure;
NVIC_InitTypeDef NVIC_InitStructure;
EXTI_InitTypeDef... | [
"li92104@126.com"
] | li92104@126.com |
7a1f07c71385b3d9e1fb756ca4da0d81614da7f0 | 09542f699fe78d1d84d75581f77f70151458c4c9 | /秒表/APP/exti/exti.c | aa7f1dcfae75c654561db7c2806ed61abaa95350 | [] | no_license | EdBric/STM32_Learning | fda81555b47c7fc809f332f5e8c2c7a44e4a17ae | 7b75f1209681806fbb41bb41f0370684244bd71e | refs/heads/master | 2022-11-30T17:06:27.863892 | 2020-08-09T07:52:35 | 2020-08-09T07:52:35 | 286,191,246 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,857 | c | #include "exti.h"
#include "SysTick.h"
#include "key.h"
#include "led.h"
#include "beep.h"
#include "smg.h"
void My_EXTI_Init()
{
//1、使能IO口时钟(key.c中已经完成)
//2、开启AFIO时钟,配置IO口映射关系
RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO,ENABLE);
GPIO_EXTILineConfig(GPIO_PortSourceGPIOA,GPIO_PinSource0);
GPIO_EXTILineConfig... | [
"1356319586@qq.com"
] | 1356319586@qq.com |
f68fd963d22a3fa7906071f5e68b2467cfce9eee | b085a7b5ae0009f2658989b4be76d89db19938e3 | /src/misc/get_backupset_list.h | 68619fbf41a6055ec143eb3aa81a0c8ca3eea403 | [] | no_license | akro89/Myproject | 127ca4c45225413c390a81f37bbf63307db0630e | 8f1d1b4c065b459fd0013f03bc12ff55ecf025f0 | refs/heads/master | 2023-02-20T05:10:43.743150 | 2021-01-26T02:02:32 | 2021-01-26T02:02:32 | 279,317,568 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,543 | h | #ifndef __MISC_GET_BACKUPSET_LIST_H__
#define __MISC_GET_BACKUPSET_LIST_H__
void PrintUsage(char * cmd);
void Exit();
int GetArgument(int argc, char ** argv);
int InitProcess(char * filename);
int SendCommand();
char * GetBackupData(int number);
char * GetBackupMethod(int number);
int RecvReply(va_sock_t sock, char * ... | [
"playarts@naver.com"
] | playarts@naver.com |
4ea43e762e87f1ec5c872c7c99c9a2221552980a | 89215d0628aa4c4c9012ce13a5f0661cdf9e4772 | /PA4/pa3/sorted-list.c | 8922bf6c4aba4ebd7fb58caa015963bd20e71eb1 | [] | no_license | AbhishekSaha/SearchIndexer | c976f161ce627a579bfee0ff0b7beffaa76f1c11 | 3d6aa578df6769e29409314c60b58311ff067a8a | refs/heads/master | 2018-12-28T05:58:28.761922 | 2014-03-27T19:11:09 | 2014-03-27T19:11:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,875 | c | #include <stdio.h>
#include <stdlib.h>
#include "sorted-list.h"
#include <string.h>
#include "recurse.h"
SortedListPtr SLCreate(CompareFuncT cf)
{
SortedListPtr newPtr;
newPtr = (SortedListPtr) malloc(sizeof(struct SortedList));
newPtr->head = NULL;
newPtr->compareTo = cf;
/* newPtr->Sort... | [
"as1695@scarletmail.rutgers.edu"
] | as1695@scarletmail.rutgers.edu |
17b3799e58ad999e72a92d7b17f3d9f526ce2092 | ba14b9b4fbc663ef9aa877e935f05d00a53b0318 | /Microcontroller/FRDM KL25Z/Freedom_LED/Generated_Code/LEDG.h | e37ba74dba74ee35cc5323cecc74876fd18c4b16 | [] | no_license | ItsKev/PREN | 0fb62c2b61ec2b79eadfdd7f9df37d96d1d492ec | f95546b8461f09ab142b854c6b9d2ff1fda2e62c | refs/heads/master | 2018-07-15T13:18:57.875788 | 2018-07-03T16:55:46 | 2018-07-03T16:55:46 | 106,662,436 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 7,776 | h | /* ###################################################################
** This component module is generated by Processor Expert. Do not modify it.
** Filename : LEDG.h
** Project : ProcessorExpert
** Processor : MKL25Z128VLK4
** Component : LED
** Version : Component 01.074, Driv... | [
"buri@github.com"
] | buri@github.com |
743031412b9016131cc2a2a8624278005b1d5564 | d9f19748e9b5cfefc35547e73f78df66d48bda46 | /prog1.c | 27d4fab95c0a7ddc6155ea696fb4106ed57671ef | [] | no_license | xNickChildx/introToC | 0ff482107eac5fe7823d70f84aa93313e5bd28d6 | 5261263068020720ae2aa61b6c8b10172e858077 | refs/heads/master | 2020-05-29T09:05:27.641106 | 2019-09-10T14:12:18 | 2019-09-10T14:12:18 | 189,051,457 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 656 | c | #include <stdio.h>
#define MYNAME "NICK CHILD"
#define FAU_ID "nchild2019"
int main(){
int number;
double dub;
char init;
printf("Hello WOOOORLLD\n");
printf("I was coded by %s\n", MYNAME);
printf("My FAU username is: %s\n\n", FAU_ID);
printf("please enter a whole number:\n");
scanf("%d",&number);
printf("Y... | [
"noreply@github.com"
] | xNickChildx.noreply@github.com |
356cdc522cefd22ca6617fdf4fe39a11d3fbd399 | e0f55f78a0a012573370b9520288cd4ccd216239 | /C/C/homework/liuyunhe/16/rili.h | 2f50eb75661a14cd25a66087f3fe6187d3f8ffce | [] | no_license | lxf2git/quectel_work | 2ee2811ed82d4b147f39361af89929f6f8fc6b18 | 92acb485689d3b1111e33dc13862cc3fe4974b16 | refs/heads/master | 2021-06-23T22:29:46.032931 | 2020-10-26T16:14:12 | 2020-10-26T16:14:12 | 145,352,846 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 87 | h | #ifndef _RILI_H_
#define _RILI_H_
#include<stdio.h>
int rili(int nian,int yue);
#endif
| [
"robin.lu@quectel.com"
] | robin.lu@quectel.com |
2000dde8de872a87a381bd67fcb80a39c148f8b7 | 1f1a18d873aaaac09f8ea01855e6b5b94c91013d | /lib/my/src/my_destroy_chained.c | bc61b4c4f7b6ec7bf8443ed3185f4f4015312f3e | [] | no_license | Solarius66/My_overcooked | 7b988360c07d142eddc9117d1190c7d1478cc913 | c52b2a3710d0c511870953bc59631424a611fd83 | refs/heads/master | 2020-03-28T19:24:37.611214 | 2018-09-16T09:13:01 | 2018-09-16T09:13:01 | 148,973,487 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 200 | c | /*
** EPITECH PROJECT, 2018
** lib 2.0
** File description:
** destroy chained list
*/
#include "../internal.h"
int destroy_chained(void *list)
{
my_putstr("not implemented yet\n");
return (0);
}
| [
"Alexandre@localhost.localdomain"
] | Alexandre@localhost.localdomain |
989d21bbfee91afea633b21a811317fe71a6dd65 | 2ce855649872db423a2ceb01f462d53b9f071808 | /Vivado Workflow/ip/drivers/nn_descent_v1_0/src/xnn_descent_sinit.c | 20b0753db27f44f7c0841c4befef23854fa9454f | [] | no_license | Giocol/UMAPPizza | 057d767887bf4dc3a79fdda43a2fef21e81f7997 | 2d905f4bf1aa0aa4f0d295cdcb64e8f6247d9455 | refs/heads/master | 2021-09-08T11:15:39.638255 | 2021-08-28T11:25:02 | 2021-08-28T11:25:02 | 218,553,802 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,130 | c | // ==============================================================
// File generated by Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC
// Version: 2017.2
// Copyright (C) 1986-2017 Xilinx, Inc. All Rights Reserved.
//
// ==============================================================
#ifndef __linux__
#... | [
"10350036+LCarmi@users.noreply.github.com"
] | 10350036+LCarmi@users.noreply.github.com |
484d3cb03232b29ae61bb48404130dbd1593b35d | 7457afadcf1947cd87a191b204fb3e5db0dfa7cd | /src/songs/kyou.h | bc2d1ca4356f25d293cdd9e9fd370d28eb6fc7e8 | [] | no_license | leafyao8621/linux_beeper | c647e7f71994dea8ddb89abefd27a3ead56e040f | 8e4570bd6c7343b5d59800249f5c9b7196f9e9e2 | refs/heads/master | 2022-11-17T07:00:29.467752 | 2020-07-09T01:06:25 | 2020-07-09T01:06:25 | 278,227,527 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 734 | h | const short kyou[77] = {
NOTE_G5, 1050,
NOTE_E5, 350,
NOTE_F5, 350,
NOTE_G5, 350,
NOTE_A5, 1400,
NOTE_A5, 350,
NOTE_A5, 350,
NOTE_G5, 1050,
NOTE_G5, 350,
NOTE_G5, 350,
NOTE_E5, 350,
NOTE_E5, 2100,
NOTE_A4, 1050,
NOTE_B4, 350,
NOTE_C5, 350,
NOTE_CS5, 350,
... | [
"leaf_yao8621@hotmail.com"
] | leaf_yao8621@hotmail.com |
84ceb3f2fd18379a10f37452ca7df59e65cc2a6c | df8834bb77a94357d9d14a9126d673f35708e8be | /Assignment 1/interceptor.c | d93daf33173eab1433145042dedba8d905e1e6af | [] | no_license | kwanlokto/CSC369 | 54c161a9ff3662a618ec6705b1ab9bfb87cc34e5 | 7d3d2d3a1efdcf4e6d77a97c07ae4ff44b111073 | refs/heads/master | 2020-03-21T01:14:41.099742 | 2018-08-07T01:42:20 | 2018-08-07T01:42:20 | 137,931,743 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,030 | c | #include <linux/kernel.h>
#include <linux/init.h>
#include <linux/module.h>
#include <asm/current.h>
#include <asm/ptrace.h>
#include <linux/sched.h>
#include <linux/cred.h>
#include <asm/unistd.h>
#include <linux/spinlock.h>
#include <linux/semaphore.h>
#include <linux/syscalls.h>
#include "interceptor.h"
... | [
"kwanlokto@gmail.com"
] | kwanlokto@gmail.com |
5536680e0b4aab570a631e054fd7682dfbce4370 | dd8c4eb28509b81d19ef134807f2a03c15d55619 | /src/base64/cdecode.c | 0fa7bf340116a2a7c2dc31205318710758ed5a47 | [
"Apache-2.0"
] | permissive | cwnga/ygloo-yosal | 7ee06f879e5214f15011dadeb2babf9cefdc8ac9 | 7f9dd1c6fdd8451b5d703bd3d64e9f3b2f3e4d92 | refs/heads/master | 2021-01-24T15:43:48.740916 | 2014-11-20T23:31:26 | 2014-11-20T23:31:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,812 | c | /**
* cdecoder.c - c source to a base64 decoding algorithm implementation
*
* This is part of the libb64 project, and has been placed in the public domain.
* For details, see http://sourceforge.net/projects/libb64
*/
#include "cdecode.h"
static signed char
base64_decode_value(char value_in)
{
static const char... | [
"hassold@yahoo-inc.com"
] | hassold@yahoo-inc.com |
2d7e537f9873f3a339fa7c75e28f38470c612076 | d1357cc75f0660a6c5a540259ee864e2caa129fb | /pokeagb/build/include/pokeagb/core/m4a.h | db3cf5ffe666baf6df6353523e62d6b0827be5a5 | [] | no_license | CompuMaxx/HGSS-Intro-BPRE | b9d06df62bbb98b087b262a2707143ee1e77c82c | 41882905b1e92db25598daa9bf3fcd9221e27592 | refs/heads/master | 2020-03-09T04:27:27.881813 | 2018-04-23T02:20:14 | 2018-04-23T02:20:14 | 128,588,214 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,390 | h | /**
* @file
* @brief MPlay functions. From Pokeruby
*/
#ifndef POKEAGB_CORE_M4A_H_
#define POKEAGB_CORE_M4A_H_
#include "../types.h"
#include "../common.h"
POKEAGB_BEGIN_DECL
// ASCII encoding of 'Smsh' in reverse
// This is presumably short for SMASH, the developer of MKS4AGB.
#define ID_NUMBER 0x68736D53
#de... | [
"noreply@github.com"
] | CompuMaxx.noreply@github.com |
f971850a45fd9373617b5fdb9c537a70181bae77 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/media/platform/exynos4-is/extr_fimc-isp-video.c___get_isp_dma2.c | 4b187c4ae7a90e680062360a514e1fe5c32a9fc8 | [] | 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 | 835 | 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 |
bfb246f022b4d7a2e38d78a2a6beb520af8ec651 | db04ecf258aef8a187823b8e47f4a1ae908e5897 | /C/PositionsofLargeGroups.c | f8160cb055b0a94fb2dae5e3312d0fc80fab74b3 | [
"MIT"
] | permissive | JumHorn/leetcode | 9612a26e531ceae7f25e2a749600632da6882075 | abf145686dcfac860b0f6b26a04e3edd133b238c | refs/heads/master | 2023-08-03T21:12:13.945602 | 2023-07-30T07:00:50 | 2023-07-30T07:00:50 | 74,735,489 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 834 | c | #include <stdlib.h>
#include <string.h>
/**
* Return an array of arrays of size *returnSize.
* The sizes of the arrays are returned as *returnColumnSizes array.
* Note: Both returned array and *columnSizes array must be malloced, assume caller calls free().
*/
int** largeGroupPositions(char* s, int* returnSize, in... | [
"JumHorn@gmail.com"
] | JumHorn@gmail.com |
7ecdca1c9eea2f489b8214977a9af3b85f671c31 | 8020344780b8ae1860f7c804b81c3d7e9c6bf200 | /MenuManager-V0.1.0/SevenSegment/GPIO_UNIT/gpio_unit.c | 212342e8623d1cdd79c9a0ebb1f1a14fc754c5df | [
"MIT"
] | permissive | Majid-Derhambakhsh/menu-manager | b16243345d1fd18afbdeb8e01691715d9ef21369 | 6d78b080cf5d53e54061ac2c727bb058bc4bef34 | refs/heads/master | 2021-02-11T23:20:34.330705 | 2021-01-31T22:14:59 | 2021-01-31T22:14:59 | 244,537,967 | 7 | 4 | null | null | null | null | UTF-8 | C | false | false | 4,369 | c | /*
------------------------------------------------------------------------------
~ File : gpio_unit.c
~ Author : Majid Derhambakhsh
~ Version: V0.2.1
~ Created: 11/27/2019 03:57:00 AM
~ Brief :
~ Support:
E-Mail : Majid.Derhambakhsh@gmail.com (subject: Embedded Library Support)
Github : https:/... | [
"noreply@github.com"
] | Majid-Derhambakhsh.noreply@github.com |
b495c35bc37184a8e3ead0613c1b6ace25ca7a33 | c7eca7fdd42c6f351d7ac6ca4cc010ac8343b61a | /LIBINA260/libina260.c | 0e3dcd3132ab32969cd486e5197de6f4e8aff436 | [
"MIT"
] | permissive | iseries1/Prop | 11f51e5e2fcae22ac8d45e819a183bec78ad202a | ff3418355882f1085f254fb0bcb07348a28e14fa | refs/heads/master | 2023-02-15T22:42:24.107307 | 2023-01-29T16:19:37 | 2023-01-29T16:19:37 | 249,676,962 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 784 | c | /**
* @brief INA260 Adafruit power driver
* @author Michael Burmeister
* @date June 23, 2019
* @version 1.0
*
*/
#include "ina260.h"
#include "simpletools.h"
#define CLK 16
#define DTA 17
int i;
int main()
{
i = INA260_open(CLK, DTA);
printi("MFG: %x\n", i);
i = INA260_getVoltage();
printi("Volt... | [
"mburm@hotmail.com"
] | mburm@hotmail.com |
e02db8e23943084ca5478c96f1f569d75d2978c6 | 12fe4026bb22125b9ce47865810682649d8c1737 | /EIFGENs/tictac/W_code/C14/ev1396d.c | 92030d22fdbdfe5edb954d80a069aaa88aaf9279 | [] | no_license | arminghobadi/eiffel-lab4 | f55d27355994a0b76add58659bf06747130c7140 | 9b1bc39851b8bed0d2ed925a318d73ae93f0a16b | refs/heads/master | 2020-03-27T01:28:15.860931 | 2018-08-22T17:02:26 | 2018-08-22T17:02:26 | 145,714,518 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,263 | c | /*
* Class EV_STANDARD_DIALOG_I
*/
#include "eif_macros.h"
#ifdef __cplusplus
extern "C" {
#endif
static const EIF_TYPE_INDEX egt_0_1396 [] = {0xFF01,231,0xFFFF};
static const EIF_TYPE_INDEX egt_1_1396 [] = {0xFF01,244,1395,0xFFFF};
static const EIF_TYPE_INDEX egt_2_1396 [] = {0xFF01,1395,0xFFFF};
static const EI... | [
"armin.ghobadi95@gmail.com"
] | armin.ghobadi95@gmail.com |
86081f71ffee1677d946f0545ef9bb6a51f9571c | 3e3f2d78302c2e7abb8462e045a6f906044e8e66 | /xmame84/src/vidhrdw/momoko.c | 76d90c0f6171b4f7aac744e5b7d57dd81499bdbb | [] | no_license | retrofirmware/gh_retrogame_emulator | 93906a758f8b4ed092c2ebe8f6621c1db5a00b96 | 415ebd5dab5226441b3f996b82ffba8d17036829 | refs/heads/master | 2020-03-10T06:34:22.110264 | 2018-04-03T12:07:49 | 2018-04-03T12:07:49 | 129,242,551 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 6,653 | c | /*******************************************************************************
Momoko 120% (c) 1986 Jaleco
Video hardware driver by Uki
02/Mar/2001 -
*******************************************************************************/
#include "vidhrdw/generic.h"
data8_t *momoko_bg_scrollx;
data8_t *momoko_bg_scro... | [
"steward.fu@gmail.com"
] | steward.fu@gmail.com |
c29a2e51e574ee4a0845a2111c8d90b36929214b | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/fastsocket/kernel/fs/gfs2/extr_xattr.c_ea_set_remove_unstuffed.c | d3b0c41ffd7f36e898a000b83d2ead990f9dc8c4 | [] | 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,210 | 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 |
1889cd53bd9a73741a812f92d4b511f99fd41e3b | 06bd5f0720c7de9a7f15703737b5e06fbc729abc | /src/engine/crt.h | 6c4de8eda460a547f65110f8f7581975572ff258 | [
"MIT"
] | permissive | bmjoy/LumixEngine | 46242d6e946d9a4b3c14291482903c3746e377d3 | 027638386b9b00c4122c7975b26756ce1e4dab48 | refs/heads/master | 2020-11-27T00:37:45.339704 | 2019-12-18T17:49:38 | 2019-12-18T17:49:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,344 | h | #pragma once
#include "lumix.h"
#ifndef _WIN32
#error unsupported platform
#endif
#define LUMIX_CRT_API LUMIX_LIBRARY_IMPORT
#ifndef MCW_EM
#define _EM_OVERFLOW 0x00000004
#define _EM_ZERODIVIDE 0x00000008
#define _EM_INVALID 0x00000010
#define _EM_DENORMAL 0x00080000
#define MCW_EM 0x0008001f
#endif
#defin... | [
"mikulas.florek@gamedev.sk"
] | mikulas.florek@gamedev.sk |
75a1a007ce84961dedb99c2b74b7fd83cac3504f | 29ce0f884802ecdc8bea9e7b4f9e5b41bf1d3d57 | /common/inc/konfig.h | 38b7cef93036782baf4322374b1d44868b344fab | [] | no_license | ssme/p | 61fbfa18a5169b102008dd34bc6a79f662a78db2 | 938593569feea91970bacdfb925ed45e3e3cbf4a | refs/heads/master | 2021-01-01T17:52:50.575030 | 2013-05-14T06:13:31 | 2013-05-14T06:13:31 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 65,844 | h | /**
* \file konfig.h
*
* \author 4plus GmbH
* \author Janschitz
*
* \project XCU_2
* \products XCU_2
*
* $Date: 2007/09/14 12:38:06 $
* $Revision: 1.25 $
*
* \brief Deklaration der XCU Konfigurationsdaten
*
* $Log: konfig.h,v $
* Revision 1.25 2007/09/14 12:38:06 fabian... | [
"beaglebone@outlook.com"
] | beaglebone@outlook.com |
27c9112636f870a8b98409967b5c5e70a538d6d9 | 7cbdb37b5c5442e141246b9449bcd0ac4a1faafe | /c project/array_2D_inverse_.c | 143e94ec115d9eab3012a14f2cb56133adfe0f0f | [] | no_license | Laijyourluv/c-projects | d7b6c3d08c44bde2e7043cf6c2198293cf84530a | 764c293562b6f7f0300298d04f5f969e3c43af75 | refs/heads/master | 2023-07-25T17:52:32.062108 | 2021-08-29T13:03:50 | 2021-08-29T13:03:50 | 400,947,974 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,334 | c | #include <stdio.h>
int main()
{
int a[10][10];
int i, j, r, c, k = 1, l = 1;
printf("Enter the array elements\n");
for (i = 0; i < 2; i++)
{
for (j = 0; j < 2; j++)
{
scanf("%d", &a[i][j]);
}
}
// 2-- dterminant
printf("Determnant \n");
for (i = ... | [
"laijyour26@gmial.com"
] | laijyour26@gmial.com |
09af5b8fa22640eca447692e376ff94495d7d661 | 83d40713ab6768c9e9d7df8b6143a7d3152352d2 | /cook-ios/Pods/Headers/Private/yoga/YGNode.h | c5c032d92270a7b4da6ff1efc7e79689e0268e50 | [] | no_license | soulhat/react-native-demo | 0fb7f3060da02b858693719b2fcfdb95e4fdcd5a | 3592c51ee877792b72de41f5dd7c9242d3195e9a | refs/heads/master | 2020-03-26T03:32:02.430482 | 2018-08-12T17:07:05 | 2018-08-12T17:07:05 | 144,459,814 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 79 | h | ../../../../../cook-rn/node_modules/react-native/ReactCommon/yoga/yoga/YGNode.h | [
"liubin@glab.cn"
] | liubin@glab.cn |
db44d8241776bb392a88cfc135d7af2e8a9dea00 | 71489b48f975ccb7bbceda96ec538e4c12e7d5f8 | /TortugaLiebre.c | 06ffc981730bdcff6484c5d746c3f843e986ebd5 | [] | no_license | tesladoraemon4/challenges | 894b173ff5e8202813960b9247b49789ede059fd | d4560cb791fa63a15f6894cfefd88aab944d5b53 | refs/heads/master | 2020-05-30T08:38:14.659826 | 2017-01-12T05:42:46 | 2017-01-12T05:42:46 | 61,504,222 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,500 | c | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
int someWiner(int posL, int posT);
//obtener los movimientyos de las tortugas
int getMovT(int numRad);
int getMovL(int numRad);
int main()
{
int posT, posL, randoml, randomt;
int win, movt;
char table[70];
posT = posL = 0;
for(int y = 0 ; y < 70; y++)... | [
"tesladoraemon5@gmail.com"
] | tesladoraemon5@gmail.com |
37eabf89ede02a69177ba166f4a010407a3674d3 | 2aa74d781bcb2301eed598a7d97592629e2b4f91 | /plugins/out_nats/nats.c | 3fae0352a26db1acbe412df0aaf1f19b2e71e11b | [
"Apache-2.0"
] | permissive | tommaroh/fluent-bit | 938b01b67a0d7f18cf5b6b1392ec0fddeaf62792 | e0acd304b6c63fa29e7453fe47768ab138b8ae02 | refs/heads/master | 2022-03-11T03:18:07.271386 | 2016-10-27T17:09:13 | 2016-10-27T17:09:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,407 | c | /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* Fluent Bit
* ==========
* Copyright (C) 2015-2016 Treasure Data Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a cop... | [
"eduardo@treasure-data.com"
] | eduardo@treasure-data.com |
82c0a7989494be8d9449f8c39c493fc393cb7d0e | 92535ecb622527b338ebd3b45ee0e111cf4c0e9f | /ai_simple.h | ff7003094c1430bc73fadafe2f35a52655a6807e | [] | no_license | Cenita/QT-FiveInTheLine | a2847c0cc78bb0b0dd41d7c9c0de940c09fb74e3 | 1c38d7c08c16cbd52008c9551413253845ffbc9c | refs/heads/master | 2021-05-18T01:14:26.796530 | 2020-03-29T13:45:15 | 2020-03-29T13:45:15 | 251,042,071 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,219 | h | #ifndef MEDIUM_AI_H
#define MEDIUM_AI_H
#include <mainwindow.h>
void MainWindow::simple_ai_search_han()
{
for (int a=0;a<=14;a++)//黑棋搜索
{
for (int b=0;b<=14;b++)
{
if (qipan[a][b]==0)
{
int i=1;
//横 ————————————————————————————
while (qipan[a+i][b]... | [
"411170425@qq.com"
] | 411170425@qq.com |
5fd444cae49833aae31f2eee53d608be6da2310b | 73b08ba621d2a3af5af883587218b83f9ad84fdc | /EFM32-RN2483-Masterbuoy/lora/lpp.c | 033f05c6d0c89fb7c0f260e3f8ae1c42efec6e88 | [] | no_license | Fescron/EFM32-RN2483-Masterbuoy | f6b1955bc53f4476b119425bbbd489d2277611ca | f646bc8f99c76dcee2084d92c67ff6c5102859bf | refs/heads/master | 2020-04-07T17:33:31.115529 | 2019-09-28T15:51:21 | 2019-09-28T15:51:21 | 158,574,333 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,601 | c | /* ____ ____ _ __ __ ____ ___
* | _ \| _ \ / \ | \/ |/ ___/ _ \
* | | | | |_) | / _ \ | |\/| | | | | | |
* | |_| | _ < / ___ \| | | | |__| |_| |
* |____/|_| \_\/_/ \_\_| |_|\____\___/
* research group
* dramco.be/
*
* KU Leuven -... | [
"brecht.vaneeckhoudt@hotmail.com"
] | brecht.vaneeckhoudt@hotmail.com |
9f03103fab9a40453b2a0c8463fbcf448e7cbb02 | d5d080db37f5d038b2ec657800d64253bc49ff94 | /src/expansions/maths_exp/operations/assign_bitwise.c | d0d74d151b6129b7a8cb3772329cd86e15182a02 | [] | no_license | yberramd/42sh | 5404f68baba71b218ddeca0bbb31a0e2b31cb17c | c4868405a14755167891e93b14718db88bf1ead3 | refs/heads/master | 2020-08-08T01:57:33.520613 | 2020-01-20T17:03:23 | 2020-01-20T17:03:23 | 213,405,985 | 0 | 0 | null | 2019-10-07T14:30:22 | 2019-10-07T14:30:22 | null | UTF-8 | C | false | false | 3,126 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* assign_bitwise.c :+: :+: :+: ... | [
"younesberramdane1@gmail.com"
] | younesberramdane1@gmail.com |
49debb947e127d09261cccc8327798535a7043f7 | 19c384667c2d03a4555aaf58c0c18d1130a7855b | /CLinkedListMain.c | 497105babd099c0d65c0f6122644b897e7115b44 | [] | no_license | gunwoo98/DataStructure | 168daefc17750c31f2c6d689c51437ccb1e5d5dc | 9baa2a1b7dbd1dfa1be6a2839e5d6276fbc83bd8 | refs/heads/master | 2023-07-01T23:28:31.982749 | 2021-08-06T02:43:23 | 2021-08-06T02:43:23 | 389,322,894 | 0 | 0 | null | null | null | null | UHC | C | false | false | 1,080 | c | #include <stdio.h>
#include "CLinkedList.h"
int main(void)
{
// 원형 연결 리스트의 생성 및 초기화 ///////
List list;
int data, i, nodeNum;
ListInit(&list);
// 리스트에 5개의 데이터를 저장 ///////
LInsert(&list, 3);
LInsert(&list, 4);
LInsert(&list, 5);
LInsertFront(&list, 2);
LInsertFront(&list, 1);
// 리스트에 저장된 데이터를 연속 3회 출력 ////... | [
"pgw980413@gmail.com"
] | pgw980413@gmail.com |
7c95de68340d4b810ffec6aec116748f1e900f9c | ef0458f84f8de174821fa896d96c741ea8046f20 | /sw/apps/mica/mica/netbench_server.c | f1257e35e262537781c382274ce80f41b0e3ebd8 | [
"MIT"
] | permissive | cornell-zhang/Dagger | eeb707af9be830bfb13acd4504f78e510fad1335 | 56c3c30a3c1418cf42a0f70793c0f0f1969c97bc | refs/heads/master | 2023-08-31T10:12:18.022480 | 2021-10-14T23:40:32 | 2021-10-14T23:40:32 | 421,899,686 | 6 | 0 | null | null | null | null | UTF-8 | C | false | false | 73,230 | c | // Copyright 2014 Carnegie Mellon University
//
// 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 o... | [
"nikita@iam-ssh1.research.intel-research.net"
] | nikita@iam-ssh1.research.intel-research.net |
e51270c3548ada5fc4e3a3775cbff0f9b7c5bdaa | f026cb616ef14bae15a1d251ca6dbe0f55016d9c | /linux/4996.c | bc937b12b3b26840067fba2e8310dabd4d117c47 | [] | no_license | jajajasalu2/cocci-lkmp-c-files | 3eb7d451929dca5cb6beb56aabd69fe3f7fc176c | 5da943aabe1589e393a131121dbf8e7a84b3cf2a | refs/heads/master | 2020-12-02T17:30:14.411816 | 2020-01-29T08:36:30 | 2020-01-29T08:36:30 | 231,053,574 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,799 | c | cocci_test_suite() {
int cocci_id/* drivers/infiniband/hw/hfi1/file_ops.c 99 */(struct hfi1_filedata *fd,
const struct hfi1_user_info *uinfo);
struct hfi1_ctxtdata *cocci_id/* drivers/infiniband/hw/hfi1/file_ops.c 935 */;
struct hfi1_ctxtdata **cocci_id/* drivers/infiniband/hw/hfi1/file_ops.c 933 */;
str... | [
"jaskaransingh7654321@gmail.com"
] | jaskaransingh7654321@gmail.com |
ee27abd426056efa6c1bdba0ba654061807a2c34 | a86995a16ba2e574376c882c3a9eead8143dd4f8 | /Stm32F4-SW-cubehal-source-freertos/Utilities/Components/l3gd20/l3gd20.h | 7aaf4149cffc20c444e497b63372cdca85887ce0 | [] | no_license | umapathiuit/Stm32-Tools-Evaluation | ded5f569677c8e9cbe708a57b5db19780a86fd6c | e9fd061f48f50501606bc237c6773c2b6c28d345 | refs/heads/master | 2020-12-02T17:11:19.014644 | 2015-11-23T07:45:38 | 2015-11-23T07:45:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,229 | h | /**
******************************************************************************
* @file l3gd20.h
* @author MCD Application Team
* @version V2.0.0
* @date 26-June-2015
* @brief This file contains all the functions prototypes for the l3gd20.c driver.
*********************************************... | [
"git@jme.de"
] | git@jme.de |
f1a1a19bea9a7aebf800768a178c0829085c9ad5 | 57e88a8f99a19ab862c646ecd863e9327f7630c6 | /Algo/InterviewBit/single-number.c | 3bf30c653d08441199d2a9cb503065347972b9b1 | [] | no_license | ayushgoel/PythonScripts | a1b7983f36160d85e4cfe8f28ddbc1d202a2bbd0 | 65817a31f3081f860bab79cee4acfbe40f964fed | refs/heads/master | 2021-06-07T06:44:29.493175 | 2020-05-29T06:01:37 | 2020-05-29T06:01:37 | 3,824,558 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 275 | c | /**
* @input A : Read only ( DON'T MODIFY ) Integer array
* @input n1 : Integer array's ( A ) length
*
* @Output Integer
*/
int singleNumber(const int* a, int n) {
int i;
int ans = a[0];
for(i=1; i<n; ++i) {
ans = ans ^ a[i];
}
return ans;
}
| [
"ayushgoel111@gmail.com"
] | ayushgoel111@gmail.com |
a81588af756d304f5309e618377da0831efc0be1 | 6fa6be3e7dcb10d020209f7a73de393a1f24bd45 | /linux-3.4/net/sunrpc/svc_xprt.c | aec7dbb9d3dd8fda44a152909a3cf86639bb9826 | [
"Apache-2.0",
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later"
] | permissive | okshall/v3s-linux-sdk | f9eb73a1e271ebf02320f98befabccdb6c462944 | 776196306198f14ec6f10c316950a81b7e417886 | refs/heads/master | 2021-07-07T11:44:34.667911 | 2021-01-22T04:43:38 | 2021-01-22T04:43:38 | 225,315,340 | 1 | 0 | Apache-2.0 | 2019-12-02T07:46:23 | 2019-12-02T07:46:22 | null | UTF-8 | C | false | false | 34,304 | c | /*
* linux/net/sunrpc/svc_xprt.c
*
* Author: Tom Tucker <tom@opengridcomputing.com>
*/
#include <linux/sched.h>
#include <linux/errno.h>
#include <linux/freezer.h>
#include <linux/kthread.h>
#include <linux/slab.h>
#include <net/sock.h>
#include <linux/sunrpc/stats.h>
#include <linux/sunrpc/svc_xprt.h>
#include <l... | [
"yeashenlee@163.com"
] | yeashenlee@163.com |
9ef801847cabc3f0692e3d0c1b6b22ae546d91f5 | c5b15812722cc7c4fad274319eca52462aee804e | /xv6-public/shutdown.c | e7ee290aa4e8b96752f819f33848f4964b67cde3 | [
"MIT"
] | permissive | A01630826/SO-2019-GP1 | 50ad5815871abb7696dff3235fdef091fcf51d3d | 7e3808771b8e00fc0989be353d3aca4caecdf640 | refs/heads/master | 2020-07-03T20:09:09.910459 | 2019-11-26T01:54:46 | 2019-11-26T01:54:46 | 202,035,582 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 165 | c | #include "types.h"
#include "stat.h"
#include "user.h"
int main(int argc, char *argv[]){
shutdown();
exit(); //llamada a sistema que dice que ya se acabó
} | [
"gravity.cp@hotmail.com"
] | gravity.cp@hotmail.com |
d77d443dff1c0e84b7856bd89adce1866a5fb0f2 | d1d5d47f7cdf69eb1d234867f454efcb101e33dd | /src/libmime/mime_parser.c | b445144e745132aa5ee1d0703bca0af5691536d0 | [
"Apache-2.0"
] | permissive | bassdeveloper/rspamd | 97f0c84fb15e587bef84f9a297d2da8faca8eff1 | 6fef8f68cd30beb859461504b66ad2ea26ebe364 | refs/heads/master | 2021-01-20T09:07:56.874301 | 2017-03-04T16:50:53 | 2017-03-04T16:50:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 27,588 | c | /*-
* Copyright 2016 Vsevolod Stakhov
*
* 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... | [
"vsevolod@highsecure.ru"
] | vsevolod@highsecure.ru |
67e6e27b1d938c4c88f92f6d92958d8f4d129e0e | 0d8192aa66dc45e5abe74b390ca65ef15231384d | /hw/Caner/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/stm32f10x.h | 54f4f95ad96b3f39cf3343e4883ba12a209b5de7 | [
"MIT"
] | permissive | black0592/citrocan | d209ebe5851cda8bb7e69e15b6deea13529faedf | 66cfa3b7750b8c64257c175a4e3447b95b4575cd | refs/heads/master | 2021-01-12T15:50:18.776825 | 2016-08-28T09:07:27 | 2016-08-28T09:07:27 | 71,883,810 | 1 | 0 | null | 2016-10-25T09:59:41 | 2016-10-25T09:59:40 | null | WINDOWS-1250 | C | false | false | 625,606 | h | /**
******************************************************************************
* @file stm32f10x.h
* @author MCD Application Team
* @version V3.5.0
* @date 11-March-2011
* @brief CMSIS Cortex-M3 Device Peripheral Access Layer Header File.
* This file contains all the peripheral regi... | [
"sisoftrg@gmail.com"
] | sisoftrg@gmail.com |
9ce0293e164d66e2af11559fc6c10ead35a99870 | a1a6d9fe7b2380c7837a0c8e4dd7422424758726 | /NfcdlibEx1_BasicDiscLoop_s32k118/NxpNfcRdLib/comps/phpalI14443p3b/src/Sw/phpalI14443p3b_Sw.c | fd63acb9cc5057e21f4b84390aee979d47a6424e | [] | no_license | songzhishuo/NFC | e7eafe579a5a22c42b70ee189ec9acbc0d675dc9 | df63f00c43e9ce64cab3b8787158e5f86d2760e2 | refs/heads/main | 2023-04-01T21:06:55.320936 | 2021-04-07T03:21:24 | 2021-04-07T03:21:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 40,866 | c | /*
* Copyright (c), NXP Semiconductors Gratkorn / Austria
*
* (C)NXP Semiconductors
* All rights are reserved. Reproduction in whole or in part is
* prohibited without the written consent of the copyright owner.
* NXP reserves the right to make changes without notice at any time.... | [
"2549797431@qq.com"
] | 2549797431@qq.com |
309c9c6b2930f77ae9b458580b157942c38c27a3 | e42f1773d10031dd333e23a3363ad291bc4e5d97 | /kern/test/tt3.c | 0e980580664ad6943e3b15c895690232d8af72b3 | [] | no_license | Disiok/uw-cs350 | 3e39213340ea70c5bc60044391ab463e65c0a0f0 | 5eb386ad7e4c4ad6ab38e341f446800007ab0cc5 | refs/heads/master | 2021-03-19T17:14:11.585047 | 2016-07-12T03:46:08 | 2016-07-16T23:53:55 | 58,067,293 | 2 | 3 | null | null | null | null | UTF-8 | C | false | false | 5,757 | c | /*
* Copyright (c) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009
* The President and Fellows of Harvard College.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain ... | [
"sdsuo@student.cs.uwaterloo.ca"
] | sdsuo@student.cs.uwaterloo.ca |
7f0e431b508b1c29f67a64dee0c4348c98d56591 | 09aa560eca28963ed8484b746e8dbce0a39917c8 | /TrabalhoLorenzaFinal/main.c | 811972e5f2d4f414bc6e641c5f782b910ad09a20 | [] | no_license | thiago9864/Algoritmos | 2a7f14d7b06624462fb95b204da1b3eb793e4673 | d6c8be8b41ffc39d68699aa8c22bf659290075f3 | refs/heads/master | 2021-01-21T20:29:48.747761 | 2018-09-24T00:01:07 | 2018-09-24T00:01:07 | 92,241,597 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,838 | c | #include <stdio.h>
#include <stdlib.h>
int verificaEspacosMatriz (int m[6][7])
{
int i, j;
for(i = 0; i < 6; i++)
{
for(j = 0; j < 7; j++)
{
if(m[i][j] == 0)
{
return 1;
}
}
}
return 0;
}
int verificaE... | [
"thiago9863@gmail.com"
] | thiago9863@gmail.com |
d55ebb17f3cc28970046d90679615f9bcd0ecf37 | 73266ea6be2de149a4700798b221bd4c79525604 | /wip/guimp/libui/ui.h | 4963973a83c6c5a98f101454ee00d675ad13bd47 | [] | no_license | Caceresenzo/42 | de90b0262b573d4056102ad04ed0f6fbef169858 | df1e14c019994202da0abbe221455f1a6ee291e4 | refs/heads/master | 2023-08-15T06:14:08.625075 | 2023-08-13T17:19:00 | 2023-08-13T17:19:00 | 220,007,175 | 92 | 36 | null | null | null | null | UTF-8 | C | false | false | 7,099 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ui.h :+: :+: :+: ... | [
"caceresenzo1502@gmail.com"
] | caceresenzo1502@gmail.com |
40e10999df985b26504b0329811ab003a2e4a51f | 2eacc4ba3d9776f4c5c0e233d74963dd1ed0aac2 | /extconfs/pty/extconf.h | 15f616b5fda4efb6f86525fc5270e36d5f939224 | [] | no_license | CuriousTommy/darling-ruby | f35d6f92878979744d879305ef64ea20ebcdf4e9 | b0dd3b6b62c5faa76a6021a1e32990c48ef2d59d | refs/heads/master | 2021-04-14T08:21:05.676153 | 2020-03-06T20:43:14 | 2020-03-06T20:43:14 | 249,218,627 | 0 | 0 | null | 2020-03-22T15:58:26 | 2020-03-22T15:58:25 | null | UTF-8 | C | false | false | 93 | h | #ifndef EXTCONF_H
#define EXTCONF_H
#define HAVE_UTIL_H 1
#define HAVE_POSIX_OPENPT 1
#endif
| [
"ahyattdev@icloud.com"
] | ahyattdev@icloud.com |
290f1d1f467c95da4d4fe156fe822919e1d786a8 | 214d2c65c451da60062d4e1ed5d67bf1aabcbbea | /firmware/src/config/samc21_xpro/touch/touch.h | 4f4be217e38da2e07ddf741cce942bf97dc8d7dd | [] | no_license | LeoZhang-ATMEL/atsamc21_selfcap_lowpower_noshield | 9b3d485419f49ff59858ca4162d8dbd525d79604 | ee6a39edaaf352a0c0d60d80deed36f577891b7e | refs/heads/master | 2023-04-23T14:39:18.391606 | 2021-05-05T06:51:26 | 2021-05-05T06:51:26 | 364,430,067 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,248 | h | /*******************************************************************************
Touch Library v3.9.1 Release
Company:
Microchip Technology Inc.
File Name:
touch.h
Summary:
QTouch Modular Library
Description:
Configuration macros for touch library
**************************... | [
"liang.zhang@microchip.com"
] | liang.zhang@microchip.com |
4240488f1c6df58f6d2646fa57c440b85ed05630 | dea198896f679e577a3fd0923e3fa4470da4b9cc | /ASE15/qsortexample/mutant100001_mfixharness.c | 5afa1f43e83f32053f42fccd7a63baab226be6db | [] | no_license | naustarg/cbmcmutate | f138ab2b04b4be70d735de90815ac670ae6042ce | a6ee6fd395338bb2dfd6bdffabb2dc484cb303f1 | refs/heads/master | 2020-04-04T08:10:15.913309 | 2018-05-21T18:23:58 | 2018-05-21T18:23:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 605 | c | #include <stdio.h>
#include <stdlib.h>
#include "sort.h"
int a[SIZE];
int ref[SIZE];
/* MUTANT (del_stmt) */ /* int nondet_int(); */
int main () {
int i, v, count, qcount, prev;
int s = nondet_int();
__CPROVER_assume((s > 0) && (s <=SIZE));
for (i = 0; i < s; i++) {
v = nondet_int();
ref[i] = v;
... | [
"alexgroce@Alexs-MacBook-Pro.local"
] | alexgroce@Alexs-MacBook-Pro.local |
cd722414c067b0c4777edeea9f70dfaaf25fc87b | ec228db90a09331ce8172522cc3b27f2cb589b69 | /HeapSort.c | e60f3e2d597fdac5b914985767b3f9ac9bc1579b | [] | no_license | Sid-2D/Data-Structures | d9a8c6198d5a42c0dd5bda4378fb5bea27a90af8 | ed6ebe14fb795d88847929fe5ae428ac7858c4a6 | refs/heads/master | 2021-01-11T22:19:01.795056 | 2017-09-24T18:13:17 | 2017-09-24T18:13:17 | 78,945,767 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,043 | c | #include <stdio.h>
typedef struct heap h;
struct heap {
int *arr;
int size;
};
void display(int a[], int size) {
int i;
for(i = 0; i < size; i++) {
printf("%d ",a[i]);
}
printf("\n");
}
void swap(int *a, int i, int j) {
int t = a[i];
a[i] = a[j];
a[j] = t;
}
void heapify(h *hp, int idx) {
int left = (id... | [
"sid6327@gmail.com"
] | sid6327@gmail.com |
1885a80ad0a85e4a545040fc5a814e68bfec6b50 | 0d423538336b5067781fb76c0fb6ac1daa3d0ccb | /4_CTDL_GT/SmallProgram/arr_str/rotate.c | 9371468c14c1c0fe04a00c3674b4360b57781756 | [
"MIT"
] | permissive | NhatPhuong02/HCMUS-Lectures | 73f098c6322133116dc9f57423f1433bf32a5730 | b376e144e2601a73684e2ff437ab5c94a943909c | refs/heads/master | 2022-01-13T01:52:40.707561 | 2018-06-16T17:22:19 | 2018-06-16T17:22:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,473 | c | /* rotate matrix NxN
* by 90 degree
*/
#include <stdio.h>
#include <stdlib.h>
enum direction { left, right };
void print(int **matrix, int row, int col);
void rotate(int **matrix, int row, int col, enum direction T);
int main()
{
const int row = 3;
const int col = 3;
int **m;
int val = 0;
m = (int **)malloc(s... | [
"hauvipapro@gmail.com"
] | hauvipapro@gmail.com |
3ef64d4cc2dfd7273c4f25caa35cd9c7f807e724 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/fastsocket/kernel/drivers/s390/cio/extr_cmf.c_ccw_set_cmf.c | 645193403445c6519ea76e2b0dca2f8990bdb2fc | [] | 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 | 682 | 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 |
e8c18bb5e5e9559b8d54a5507bfbc8358ca8c60c | 33a80fed07c1dc4dca47b967adefe76f26d50d4f | /backup/JniHello/JniHello.c | 55ad5fe9b41745868a2b75e684c92cbd0493f0e1 | [] | no_license | lichsword/cplatform | 09e9fbb3b7206851b324f1b9042e22adcb5e4937 | d7c23936251290ead3c8be3b96a2b0977478c1fb | refs/heads/master | 2021-01-18T18:16:57.413652 | 2014-06-23T10:02:07 | 2014-06-23T10:02:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 173 | c | #include "JniHello.h"
#include <stdio.h>
JNIEXPORT void JNICALL Java_com_lich_platform_Main_hello(JNIEnv * env, jobject obj){
printf("Hello JNI!!!\n");
return;
}
| [
"wangyue.wy@taobao.com"
] | wangyue.wy@taobao.com |
a765b2977a515f539eb837f4c3748bf21408a4d3 | 88db64720d359d79a4fddd4fd821481ee2d3b23b | /黑白棋MFC/StdAfx.h | 4c1748b4d1b2dcb381459e25a67d6640e4414a6d | [] | no_license | Uking33/1509-Qt-SlidingBlockAndReversi | 5b0c2de601ebbcfd725b63b477cbe12b4f97b56b | b37c3fd5c45419a7d096860154c587ea314806fc | refs/heads/main | 2023-04-12T17:02:08.591271 | 2021-04-23T00:50:37 | 2021-04-23T00:50:37 | 360,719,973 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,027 | h | // stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#if !defined(AFX_STDAFX_H__45A33CC7_137E_4612_A2AB_8FDCB10945F0__INCLUDED_)
#define AFX_STDAFX_H__45A33CC7_137E_4612_A2AB_8FDCB10945F0__INCLUDED_
#if _M... | [
"60296340+Uking33@users.noreply.github.com"
] | 60296340+Uking33@users.noreply.github.com |
9c980e54d7461961a83d8c9660f99d5cbac4d1e1 | 0ef552f79d517d119fc835551f4c2b0c4222ddd5 | /Pods/Headers/Private/Braintree/BTThreeDSecureResult.h | fc0687a38db27c584df8943728e52aecbdc111ce | [] | no_license | airbnb/BuckSample | e72e9275f6b540682ec255244516140cdeab2a34 | 9fcec515985c9a98a89c0e7c2b662c6b963bd5c3 | refs/heads/master | 2023-04-06T13:28:22.357672 | 2022-06-08T02:54:22 | 2022-06-08T02:54:22 | 95,724,876 | 512 | 69 | null | 2023-03-18T11:28:15 | 2017-06-29T01:07:24 | Objective-C | UTF-8 | C | false | false | 82 | h | ../../../Braintree/BraintreePaymentFlow/Public/ThreeDSecure/BTThreeDSecureResult.h | [
"noreply@github.com"
] | airbnb.noreply@github.com |
2e5ee6c7481c1004eb43471e05a5af544ab36441 | b1d500a451cd9852089bf3d97e829df069daa9c8 | /Images/MC/Bz/1700ppm/attic/Unblinded/MomBinnedAna/MomSlices/S12S18_SimpleModuloFit_200_400_trackReco_AQ.C | be23d757181881fc92bca7e8c10d3316ad634bd6 | [] | no_license | sam-grant/EDM | 486ea029bf766c968a3c7b41198ffcf9bc3c9b8a | 525e41de5f675c39014488c79144f47562910736 | refs/heads/master | 2022-10-30T22:35:42.979799 | 2022-10-19T18:44:54 | 2022-10-19T18:44:54 | 296,421,806 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 21,216 | c | void S12S18_SimpleModuloFit_200_400_trackReco_AQ()
{
//=========Macro generated from canvas: c/c
//========= (Thu May 13 01:18:34 2021) by ROOT version 6.22/08
TCanvas *c = new TCanvas("c", "c",0,0,800,600);
gStyle->SetOptStat(0);
c->SetHighLightColor(2);
c->Range(-0.5964689,-9.157551,5.368219,2.650193);
... | [
"samuel.grant94@gmail.com"
] | samuel.grant94@gmail.com |
c9026f0c04d83ed279cdea0c6cdf948e470d3a8e | 7d4c6ce07aa0b02972bd49d0e5b6609820febbad | /Example/Pods/Headers/Public/EmojiKit/UIImage+EmojiKit.h | a4be9336d3f1c8d7bc2f40e7fb9092fad552a9af | [
"MIT"
] | permissive | ruddfawcett/EmojiKit | f9d283b074955fbd727a714d1b9cd5b0d3c6faaa | 32bf6f5ec0ae1899f6b9d75fe8bd1f7ac5a2ab39 | refs/heads/master | 2021-01-19T14:56:41.866802 | 2015-03-21T01:28:30 | 2015-03-21T01:28:30 | 28,704,793 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 45 | h | ../../../../../Pod/Classes/UIImage+EmojiKit.h | [
"rudd.fawcett@gmail.com"
] | rudd.fawcett@gmail.com |
6d7ea76257fc2b136516f9ceae4126353db9ba9b | d4e58fedf218eb9c4b2cfc22148ad211d67f5a5b | /lancer.c | 0e9d1da20a9f32099d88f0025bd8fb90536ecdc4 | [] | no_license | ahmad1508/scrabble-Ahmad | 8b576c81cc0cd42993dcc77cd4bc8b9bc07c7b2e | a22b0e1b776117939c39f02818d1566d6d78a97b | refs/heads/master | 2023-03-03T02:08:44.836629 | 2021-02-14T13:16:33 | 2021-02-14T13:16:33 | 338,809,365 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,384 | c | /*ce fichier contient les foncions d'execution du jeu:
-lancer une nouvelle partie qui remet tout a 0
-jouer qui va faire l'execution des programmes et de la totalite du jeu
-saisir mot
-ligcoldirection qui demande la ligne la colonne et la direction du mot à placer
*/
/**
Dans notre jeu on aurait pu fa... | [
"72621510+ah420mad@users.noreply.github.com"
] | 72621510+ah420mad@users.noreply.github.com |
f21b35d55be7a0dce51bca028a7cba9b57b335fa | 75139090372c74efab7967cb8e294ca5312176f0 | /am_stb_api/am_mw/am_teletext/VTDrawer.h | 697b61df4af70920ca01a365cc47b6ba9297c7dc | [] | no_license | wjfsanhe/programAML | f84c853e4963190d275aea25eb74c08e3731721c | 40f81451173b30e3f8b30ab6f6c61d931179c9a5 | refs/heads/master | 2021-01-13T05:00:45.740759 | 2017-02-07T05:36:22 | 2017-02-07T05:36:22 | 81,170,485 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,392 | h |
/**
* @file vtdrawer.h vtdrawer Header file
*/
#ifndef __VTDRAWER_H__
#define __VTDRAWER_H__
#include "VTCommon.h"
enum
{
VTDF_HIDDEN = 0x0001,
VTDF_HIDDENONLY = 0x0002,
VTDF_FLASH = 0x0004,
VTDF_FLASHONLY = 0x0008,
VTDF_MIXEDMODE ... | [
"wangjianfeng@baofeng.com"
] | wangjianfeng@baofeng.com |
07fc10e21f4f184ba543b969f90c088e806bf817 | 45a18f3543556164ca7b53b81825f6d697d8c3d0 | /34.c | 60396dc463d37489123eca82a3417737d9e126fb | [] | no_license | zhhu1996/PAT-Basic | 507eaab70453e0b68e1babb20134bba510d19428 | 8575652eb3114f14e49bf8b7a6387a5b08e4bfc1 | refs/heads/master | 2020-03-19T18:06:20.779984 | 2018-06-10T09:30:01 | 2018-06-10T09:30:01 | 136,793,961 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 6,940 | c | #include<stdio.h>
#include<math.h>
/*乘法可能会超出范围 所以选用更大的精度*/
long long getCommon( long long a, long long b )
{//求最大公约数
if( b==0 ) return a;
return getCommon(b,a%b);
}
void show( long long up, long long down )
{//化简分数
long long d;
if(down<0){up=-up;down=-down;}
d=getCommon(labs(up),labs(do... | [
"noreply@github.com"
] | zhhu1996.noreply@github.com |
58bb6d3446cc4bc209dc15a7762d80d9c5827fed | 5f160bbf4441883256529f1e8c84fcd7e4cc600d | /AmdAgesaPkg/Proc/Fch/Avalon/AvalonPcie/AvalonAbEnvService.c | d394d3b283c1f5309dc426b56299d3e6d2dad509 | [] | no_license | fishbaoz/edk2ml | 520c91893e1a7b86f451e7d629063893653e186b | b243dbc17fc02c6ebcfccdcd3fed3647388deabf | refs/heads/master | 2021-01-10T11:42:48.301418 | 2014-04-11T05:10:14 | 2014-04-11T05:10:14 | 44,145,290 | 5 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,930 | c | /* $NoKeywords:$ */
/**
* @file
*
* Config AVALON AB
*
* Init AB bridge.
*
* @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA
* @e sub-project: FCH
* @e \$Revision: 281178 $ @e \$Date: 2013-12-18 02:14:15 -0600 (Wed, 18 Dec 2013) $
*
*/
/*
***********************... | [
"siyuan.wang@amd.com"
] | siyuan.wang@amd.com |
706c45568d8cff6d45bf960dab2f294f8eafd93d | fa99d6a0981510675c6abdff0a9dde1fc61c319b | /Software/esp-idf-customized/components/bt/host/nimble/nimble/nimble/drivers/nrf51/src/ble_hw.c | c371af8133f31f716c2e4006b0a012c364d8b39c | [
"Apache-2.0",
"LicenseRef-scancode-gary-s-brown",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | trichl/WildFiOpenSource | f29de95b208586061d6d7a75ffd9c317ed0a4679 | 2ac5e86c3619782c8582ce81065f267dce830f0b | refs/heads/main | 2023-04-19T00:01:50.853085 | 2021-10-09T09:09:33 | 2021-10-09T09:09:33 | 368,456,988 | 7 | 3 | MIT | 2022-10-25T03:13:18 | 2021-05-18T08:31:23 | C | UTF-8 | C | false | false | 10,455 | c | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"59619846+trichl@users.noreply.github.com"
] | 59619846+trichl@users.noreply.github.com |
054158548a315786fcd4f8ea080f18a50fc72ecb | 37d08c745caee39da991debb54635065df1a8e2a | /include/magmablas_d_q.h | eab10b5f50fe0c1e3b2d310f5e808e288fa1a860 | [] | no_license | kjbartel/magma | c936cd4838523779f31df418303c6bebb063aecd | 3f0dd347d2e230c8474d1e22e05b550fa233c7a3 | refs/heads/master | 2020-06-06T18:12:56.286615 | 2015-06-04T17:20:40 | 2015-06-04T17:20:40 | 36,885,326 | 23 | 4 | null | null | null | null | UTF-8 | C | false | false | 5,307 | h | /*
-- MAGMA (version 1.6.1) --
Univ. of Tennessee, Knoxville
Univ. of California, Berkeley
Univ. of Colorado, Denver
@date January 2015
@generated from magmablas_z_q.h normal z -> d, Fri Jan 30 19:00:05 2015
*/
#ifndef MAGMABLAS_D_Q_H
#define MAGMABLAS_D_Q_H
... | [
"kjbartel@users.noreply.github.com"
] | kjbartel@users.noreply.github.com |
24d0c0332eb32951bddf2e832686c945bcb8d2b2 | 2a1cb52f2e93e44e2faa3630d5add88f8dd71604 | /model/source/pkg/darwin4_post/PLANKTON.h | e138bf29c5fdb63a18857d1b11638f3c5d820c99 | [] | no_license | lgloege/MITgcm-Lake-Michigan-tracer | e1a2f3722c942f326e1c54f2d7c7d230e3625954 | 2af37fd3c6046ba1043ad2c34d66422c3404a191 | refs/heads/master | 2020-03-28T00:02:07.758433 | 2019-09-17T14:09:49 | 2019-09-17T14:09:49 | 147,369,641 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,824 | h | c PLANKTON.h
c description: Key parameter arrays for generalized ecosystem model
c Mick Follows, Scott Grant Fall/Winter 2005
c some reworking Stephanie Dutkiewicz Spring 2006
c
c
c npmax = no of "functional groups" of phytoplankton
c nzmax = no of "functional groups" of zooplankton
c
c
c mu = max growth rate (s-1)
c... | [
"gloege@ldeo.columbia.edu"
] | gloege@ldeo.columbia.edu |
78cd2a0da80d2bcc6a08c170af5ed8b7ce103402 | c0f8f42e5baedf96be7ac5d2b232e82825e63c97 | /CL1/Assignment 4 - YACC/Calculator/y.tab.c | 953634c2a58c18ef60b6b4550301e759569f9fc6 | [] | no_license | 37bhushan/BE-Comp-Programs | e5a71ddcaffb1b701cd83dd5cd0bcd01a27f49e7 | a2a62ea65cf05c1a7422db6e16b7e44f29b0e1e7 | refs/heads/master | 2021-07-20T18:48:36.310440 | 2017-10-27T13:02:17 | 2017-10-27T13:02:17 | 108,545,984 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 43,493 | c | /* A Bison parser, made by GNU Bison 3.0.2. */
/* Bison implementation for Yacc-like parsers in C
Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc.
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... | [
"noreply@github.com"
] | 37bhushan.noreply@github.com |
b0c47c7f57e0736746259bb001f563d079937278 | 2b11477ad41f9b68d5a2f224a4995adf4f44192a | /ft_itoa.c | e8507e6dd32af91622f2403be132a5dd1cc3e1b2 | [] | no_license | Tsorion9/libft | 848b33c8bfbb7a68d7e2b5ba2f559365147e0675 | d464df83f971c3b4cd0bb16047c87cdef9569bc8 | refs/heads/master | 2022-10-02T19:33:48.858409 | 2022-09-17T13:56:52 | 2022-09-17T13:56:52 | 236,597,828 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,787 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_itoa.c :+: :+: :+: ... | [
"tsorion_9@mail.ru"
] | tsorion_9@mail.ru |
f56960d7a535a0e91131e3c3ad88c4a30482377b | d2b44bb140f810196614a3e3c77cf6e1d0bd65d9 | /小实例/Tetris/ChooseSquare.c | 426be373d476672a5471014ce19bfb5d60ae4e74 | [] | no_license | voidxiao/CODE | 9170813c052e7882b07867f7979c401420354855 | 540a5a3b839ffbe40c8edaa77916401d6628aab7 | refs/heads/master | 2020-07-07T14:15:02.351632 | 2019-09-16T12:31:43 | 2019-09-16T12:31:43 | 203,372,148 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,669 | c | #include"ELS.h"
extern char g_arrChooseSquare[4][4];
extern int g_nline;
extern int g_nlist;
extern int g_squareID;
//产生随机方块
void ChooseSquare()
{
int i = rand()%29;
g_squareID = i;//取得方块形状ID
switch (i)
{
case 0://长条形
g_arrChooseSquare[0][0] = 1, g_arrChooseSquare[0][1] = 1, g_arrChooseSquare[0][2] = 1, g_arrC... | [
"1019308293@qq.com"
] | 1019308293@qq.com |
6ca9cfe3372181efb5a3024639a438029a8bddb6 | d324b3d4ce953574c5945cda64e179f33c36c71b | /php/php-sky/grpc/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_genn.c | 17ebf86d8f359ba05d07d2bf229da2f7fe14501c | [
"Apache-2.0",
"ISC",
"OpenSSL",
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-ssleay-windows"
] | permissive | Denticle/docker-base | decc36cc8eb01be1157d0c0417958c2c80ac0d2f | 232115202594f4ea334d512dffb03f34451eb147 | refs/heads/main | 2023-04-21T10:08:29.582031 | 2021-05-13T07:27:52 | 2021-05-13T07:27:52 | 320,431,033 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 7,672 | c | /* v3_genn.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
*/
/* ====================================================================
* Copyright (c) 1999-2008 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, wit... | [
"root@localhost.localdomain"
] | root@localhost.localdomain |
3339a259d65caeed2e536096aabcacec4a602d4b | 26be47bfa4f9fc7ed8027c40555b953759e26eb9 | /app/timers/timers.c | e7f18d76f2edc3d443a63860765bb2641886fa24 | [] | no_license | niziak/ethernut-4.9 | fb67e9422b67ed48a6b2bbb492267ac9830b66be | 20671a97f69f574720d852a4ab368c0d683adf74 | refs/heads/master | 2016-09-06T03:33:35.615561 | 2013-12-03T12:12:00 | 2013-12-03T12:12:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,300 | c | /*!
* Copyright (C) 2001-2005 by egnite Software GmbH
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notic... | [
"niziak@spox.org"
] | niziak@spox.org |
078dce5d17dd630449d36569c8e0b5c97309ea8d | f9e6e97cdfab130887bdf9f639645e597f55baa8 | /os_frame/incs/driver/stm32f051x/spi.h | b888512585235110210b02c45c72ff81b37d2ab5 | [] | no_license | mikewang01/Zezus | 623f4a1fef00cd8fb8a65dd5c63513fc455e30e6 | d73f94713bdf085d3d15155e5f7946278714f50b | refs/heads/master | 2021-01-18T14:31:25.160754 | 2014-10-15T16:21:22 | 2014-10-15T16:21:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,167 | h | /***************************************************************
* Name: spi.c
* Purpose: code for spi bus
* Author: mikewang(s)
* Created: 2014-06-12
* Copyright: mikewang(mikewang01@hotmail.com)
* License:
**************************************************************/
/***************************... | [
"wangxd@wshhb.cn"
] | wangxd@wshhb.cn |
8fa645a2a787126dcfe333bc0c5ce185c9b87d74 | 5eacc766527f0a17a2ce79666bb1107808f827d6 | /userapps/opensource/dropbear-0.51/cli-chansession.c | c92f902cf2d1e9e2b789e8dcd419ddf774f1a7bf | [
"SSH-short",
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-public-domain"
] | permissive | dbzoo/hah | abf63585ff64d728e3402ef73131e81297bfa83d | 808469f17ef2efaa6961ce1eaf062f64b6c805ae | refs/heads/master | 2021-07-09T14:37:56.083604 | 2021-04-29T22:44:49 | 2021-04-29T22:44:49 | 32,122,721 | 2 | 6 | null | 2020-10-01T13:42:18 | 2015-03-13T02:49:50 | C | UTF-8 | C | false | false | 9,271 | c | /*
* Dropbear SSH
*
* Copyright (c) 2002,2003 Matt Johnston
* Copyright (c) 2004 by Mihnea Stoenescu
* 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 withou... | [
"dbzoo.com@64644fc6-01da-11df-bca2-d32778fd5087"
] | dbzoo.com@64644fc6-01da-11df-bca2-d32778fd5087 |
01d942974546512fa46b063b832867e5aa06e476 | 7008d4e39c15ea01d9dcc59c37c7ed517ee67d7c | /src/misc/libraster/raster_batch.c | 7ee5a2530fd4ab8a45aa45380140fc7943dc2d73 | [] | no_license | LegalizeAdulthood/OpenLookCDROM | d99b829a446cfa281947c449c8496943f944fd2a | 2aa032ddc0a737bb420463c0a508a0f4867c1667 | refs/heads/master | 2023-03-19T12:02:53.777816 | 2021-03-11T14:36:41 | 2021-03-11T14:36:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,108 | c | /* raster_batch.c - batchop routine for raster library
**
** This routine should be optimized at some point so that it folds in
** code from raster_op() and so avoids all the extraneous edge masking.
**
** Copyright (C) 1993 by Jef Poskanzer <jef@netcom.com>.
**
** Permission to use, copy, modify, and distribute this s... | [
"ian@darwinsys.com"
] | ian@darwinsys.com |
8f1ef7f5e43aa490036cd45a7d054c7b0db0b15e | e25c8b65c0115053b14f8ecffaea94a964eefa1f | /ds/open/world2/lichi_town_1/map_2_16.c | 90da40b88214f375c7dd889b10ec20953c164de8 | [] | no_license | zwshen/mudos-game-ds | c985b4b64c586bdc7347bd95d97ab12e78a2f20f | 07ea84ebdff5ee49cb482a520bdf1aaeda886cd0 | refs/heads/master | 2022-03-01T14:55:10.537294 | 2022-02-15T15:41:26 | 2022-02-15T15:41:26 | 244,925,365 | 4 | 1 | null | 2022-02-15T15:41:27 | 2020-03-04T14:44:49 | C | BIG5 | C | false | false | 378 | c | inherit ROOM;
void create()
{
set("short", "巷道");
set("long", @LONG
LONG
);
set("exits",([
"south" : __DIR__"map_3_16",
"north" : __DIR__"map_1_16",
"west" : __DIR__"map_2_15",
]));
set("outdoors","land");
set("light",1);
setup();
set("map_long",1); //show map as long
replace_progr... | [
"zwshen0603@gmail.com"
] | zwshen0603@gmail.com |
07d89b1c7947750d9a77073022b5ab415efc24b3 | 8b1b1d9f1c266efb08d69c76759cf21ffdfddb0a | /ADC.h | 95c2dd85f60ecd765a875f83a53b0d9bad74d10d | [] | no_license | MohamedOsamaAhmed/ohm-meter | 6ef247c3c8c7ff1b8686f194905e9e93814d6619 | 54c56db48b9c918840640688d2e78550883112c7 | refs/heads/master | 2023-02-02T05:02:29.532523 | 2020-12-15T11:13:13 | 2020-12-15T11:13:13 | 321,639,132 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 282 | h | /*
* ADC.h
*
* Created on: ??þ/??þ/????
* Author: Mohamed Osama
*/
#ifndef ADC_H_
#define ADC_H_
#include "types.h"
void ADC_Init_polling(void);
u8 ADC_Get_Result_polling(u32 *);
u8 ADC_Get_Result_interrupt(u32 *);
void ADC_Init_interrupt(void);
#endif /* ADC_H_ */
| [
"mo1201@fayoum.edu.eg"
] | mo1201@fayoum.edu.eg |
aff449315f9a44c91393d4c36c1bbb4e4cbbaa27 | b68c21065b9f5482efa2a32a2b88f3c2ef379f38 | /src/mavlink/c_library/standard/standard.h | c181b5deb1d07f29874d2751644370e45d48b175 | [
"Apache-2.0"
] | permissive | FLYBYME/artoo | 76cd59d2b341dfcc0fb4830a210a9f71cd14e3b9 | 3c29a52ca5268e310921485b895ee2657c82166d | refs/heads/master | 2020-04-17T15:53:23.296062 | 2019-09-13T15:17:53 | 2019-09-13T15:17:53 | 166,717,509 | 1 | 0 | null | 2019-01-20T22:44:41 | 2019-01-20T22:44:41 | null | UTF-8 | C | false | false | 17,235 | h | /** @file
* @brief MAVLink comm protocol generated from standard.xml
* @see http://mavlink.org
*/
#pragma once
#ifndef MAVLINK_STANDARD_H
#define MAVLINK_STANDARD_H
#ifndef MAVLINK_H
#error Wrong include order: MAVLINK_STANDARD.H MUST NOT BE DIRECTLY USED. Include mavlink.h from the same directory instead or ... | [
"price.timmy@gmail.com"
] | price.timmy@gmail.com |
4c70361f5c7eac179eb25fe43f5ccb4c26e5af29 | 8a3b2cb1a77983d90af77a8330a614a0cebebc07 | /sem_1/course_algorithms/hw_contest_2/d.c | 8e3cacfdc09f5f5cb42c4ac364ed6e9f8a1fd5b0 | [
"MIT"
] | permissive | JakMobius/mipt | f1afd08772ab4a9a8787b4185741f7f8e77af063 | 5b57a4a3d12fce2e483b028d831e2f3347c168d7 | refs/heads/master | 2023-08-28T22:18:00.436428 | 2021-11-01T22:56:07 | 2021-11-01T22:56:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,827 | c | /*
Реализуйте двоичную кучу.
Обработайте запросы следующих видов:
insert x: вставить целое число x в кучу;
getMin: вывести значение минимального элемента в куче (гарантируется, что к этому моменту куча не пуста);
extractMin: удалить минимальный элемент из кучи (гарантируется, что к этому моменту куча не пуста);
decre... | [
"maxim.gorishniy@gmail.com"
] | maxim.gorishniy@gmail.com |
73526a61d51f4ee263862278a5eddd65661680eb | aa56d754b735529426fd7e117f26f911b475b6ef | /libft/SOURCES/ft_strrealloc.c | 3b13e801ed80d247062d6327823f92ff9c751186 | [] | no_license | ealbert-42/wolf3d | 51b361e2dad478220476c4d416b9f28eba98419e | 22aaa78c413bb1bdf13a9299324c95e216815b57 | refs/heads/master | 2021-03-24T12:28:48.292779 | 2017-03-20T17:38:58 | 2017-03-20T17:38:58 | 85,595,553 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,152 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strrealloc.c :+: :+: :+: ... | [
"ealbert@e1r11p8.42.fr"
] | ealbert@e1r11p8.42.fr |
7b9b28f59ad5fb4f61334d66a28b9e9afbf28660 | c661e802e9300bdff5e2d6a3bf6417b11f2fba42 | /tools/usr/local/arm/3.3.2/arm-linux/sys-include/asm-um/elf.h | 41d488781d679331127cac342203a94f399e92f6 | [] | no_license | chin0/embedded_os_develop | fefe2817a0f01e20c02078d033fd5064657aa95c | db5ba27fbf549f846540463cd91bba12db5d6491 | refs/heads/master | 2021-01-23T00:14:39.523242 | 2017-04-24T16:00:32 | 2017-04-24T16:00:32 | 85,705,742 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 240 | h | #ifndef __UM_ELF_H
#define __UM_ELF_H
#include "asm/archparam.h"
#define ELF_HWCAP (0)
#define SET_PERSONALITY(ex, ibcs2) do ; while(0)
#define ELF_EXEC_PAGESIZE 4096
#define elf_check_arch(x) (1)
#define ELF_CLASS ELFCLASS32
#endif
| [
"pypi1103@gmail.com"
] | pypi1103@gmail.com |
d5c085d72deb54457340ecd64bb8a41d95836094 | a1c1ea60e9f97e4b2fa2d091e7097c4272f23fb0 | /ext/binyo/io_in_generic.c | 9deccc9a8ba8658ee9e20c15cd75f0e0d6bef323 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | krypt/binyo | 1cf7a4de2473fb767e23f302254433e6f79ebaaf | a6075503545936b16099dbb480e7e232796737a0 | refs/heads/master | 2021-01-17T22:37:23.678097 | 2014-06-22T14:59:58 | 2014-06-22T14:59:58 | 5,754,977 | 1 | 0 | null | 2014-06-22T14:54:43 | 2012-09-10T19:54:26 | C | UTF-8 | C | false | false | 4,754 | c | /*
* binyo - Fast binary IO for Ruby
*
* Copyright (c) 2012-2013
* Martin Bosslet <martin.bosslet@gmail.com>
* 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 ... | [
"Martin.Bosslet@gmail.com"
] | Martin.Bosslet@gmail.com |
c395e0826f6e8693b6b49b8974f0254f79d5d9ea | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/e8215472-0b04-4259-bcf3-501fa82f3e8b.c | 7bbc1b28f9c5f74e24b8b0ffbc0edbe414186e87 | [] | 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 | 229 | c | #include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = j/j;
l = i/j;
l = k%j;
k = l-j*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
3549c8a8ef102630434c6260ad6297e0fdc8acae | 12ad35517bd6ec2a909837e33ca3fb2017335a54 | /examples/Eg25i/Header Files/lpc17xx_wdt.h | bda1fff41f4331945dfb00d1f264177108214cc4 | [
"MIT"
] | permissive | ELSPL/LPC1768_HMI | 90eff2bb41b0d4e51584e4d3696646acb68ad6a6 | 4a502c5bc6b5f51362664178e892e506ddb988da | refs/heads/master | 2021-09-16T14:04:49.781387 | 2018-06-21T16:32:41 | 2018-06-21T16:32:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,806 | h | /**********************************************************************
* $Id$ lpc17xx_wdt.h 2010-05-21
*//**
* @file lpc17xx_wdt.h
* @brief Contains all macro definitions and function prototypes
* support for WDT firmware library on LPC17xx
* @version 2.0
* @date 21. May. 2010
* @author NXP MCU SW App... | [
"patel.chaitanya9@gmail.com"
] | patel.chaitanya9@gmail.com |
5c6cf2fc4f4d2204857c373e5c8f1b383169f6a3 | 4aa44fbd194a6eb00ab8ac2fe3defac3e73c28d4 | /Sport Class/main.c | 6719801ea7dd386f83721002255b54793fc90ea7 | [] | no_license | sametakcalar/C-Programming | ff92de05938f3cece16e20890329a63bde36d6a2 | a27b38b9ad22e9a5ea018f0cead4b26b3f9f5015 | refs/heads/master | 2023-03-17T08:14:00.167127 | 2021-03-03T08:04:59 | 2021-03-03T08:04:59 | 341,116,022 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,037 | c | #include <stdio.h>
#include "utility.h"
typedef struct Gym
{
int start;
int end;
}Gym;
Gym times[] =
{
{420, 480},{480, 600}, { 555, 620}, {660, 735},
{741, 825},{795,945},{1170,1320}, {1260,1380}
};
void printGym(const Gym gym) {
char buf[100];
sprintf(buf,"Nearest Time Sport Class...\tStart T... | [
"sametegitimler@gmail.com"
] | sametegitimler@gmail.com |
3807c4462b359e9a5cd8e623f964d65653600412 | 55b649e63c3980ed827f688f22f629b52b1ea940 | /asn1c_defs/all-defs/PrivateIE-Container.c | 42b92286d9763e3678090b75ed350e888de1e4f8 | [
"Apache-2.0"
] | permissive | o-ran-sc/archived-ric-app-kpimon | c12a0d51bb64f0bc107464eb2ed2bbede718cfee | b402550220ed60118aea67031516f4164b82a8ac | refs/heads/master | 2023-08-17T03:50:33.152799 | 2020-03-27T12:08:19 | 2020-03-27T12:22:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,837 | c | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "X2AP-Containers"
* found in "../../asn_defs/asn1/x2ap-modified-15-05.asn"
* `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`
*/
#include "PrivateIE-Container.h"
#include "PrivateIE-Field.h"
... | [
"jy.oak@samsung.com"
] | jy.oak@samsung.com |
fae440da4e639ce64ace48102e7b5c0d2e5504d0 | 632b70edfdc734e785d9fd5184c957a8b33631ad | /framework/bluetooth/smartbt/internal/os_wrapper.h | 8cfedc5284aff55a74d9e9b83befcdfc4c598151 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | mqlinks/AliOS-Things | 7538646469797dae80822a01e2e78e7cf63b5f0b | 7211836f6fb72ff807417e64d677f0af8b7b8021 | refs/heads/master | 2021-08-30T15:41:12.806657 | 2017-12-18T14:02:43 | 2017-12-18T14:02:43 | 114,707,315 | 1 | 0 | null | 2017-12-19T01:59:51 | 2017-12-19T01:59:50 | null | UTF-8 | C | false | false | 20,970 | h | /*
* Copyright (C) 2015-2017 Alibaba Group Holding Limited
*/
#ifndef __AOSRTOS_H__
#define __AOSRTOS_H__
//#include "common.h"
#include <stdint.h>
#include <aos/aos.h>
#include "os_err.h"
/** @addtogroup AOS_Core_APIs
* @{
*/
/** @defgroup AOS_RTOS AOS RTOS Operations
* @brief Provide management APIs for T... | [
"lc122798@alibaba-inc.com"
] | lc122798@alibaba-inc.com |
9182dca40552d0f9d40084184fee7dc3092ec9ab | 54791fd57ecc9a4fe7c5164dfa6eb79c8df48ee1 | /tmpdoc/experiment/c_cppDemo/fail/modules/hello.c | 83f77b3fab1f93f71670d117c6897331255bfc19 | [] | no_license | cherry-wb/quietheart | 8dfc91f88046bd1b40240e2f6121043977ab78b4 | 715ed73c990da2b4634313c93910769a59ce51f4 | refs/heads/master | 2021-01-18T00:04:39.802220 | 2014-08-21T07:39:21 | 2014-08-21T07:39:21 | 23,286,239 | 1 | 3 | null | 2019-03-11T09:32:21 | 2014-08-24T16:37:05 | null | UTF-8 | C | false | false | 383 | c | /* hello-1.c - The simplest kernel module.
*/
#include <linux/module.h> /* Needed by all modules */
#include <linux/kernel.h> /* Needed for KERN_ALERT */
int init_module(void)
{
printk("<1>Hello world 1.\n");
// A non 0 return means init_module failed; module can't be loaded.
return 0;
}
void cleanup... | [
"quietheart@quietheart-ThinkPad-E420.(none)"
] | quietheart@quietheart-ThinkPad-E420.(none) |
1e29a07ad63efe58ecc78a57c9bb0538775a2428 | bb73a2163ac08f269369c929cb504246e958efee | /cbits/hs_uv_stream.c | aeb24be12824c561313b78fceb2a947b037d3970 | [
"BSD-3-Clause",
"ISC",
"MIT",
"BSD-2-Clause"
] | permissive | hussein-aitlahcen/z-io | 965deb0a0eeb011b3ac85ac67190b6171934158a | e4c3bf3f56d4c7393f77aef0a14ae931ef497309 | refs/heads/master | 2023-01-21T13:43:28.217825 | 2020-12-01T05:52:09 | 2020-12-01T05:52:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,669 | c | /*
* Copyright (c) 2017-2018 Dong Han
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of con... | [
"winter"
] | winter |
aa1ff043708680b3542e86321047e99384ce1f2a | 2cca0dbc03393f06c19ac3c30d4cf8d3612260c5 | /sources/Configuration.h | 2ad21d203d2819bf5ec354cf54e7554b99da4f0e | [] | no_license | sarinkhan/printrbot-ultra-metal | 81a3bf01c003e6fe1601ba1537a6bd02caa6068d | b6c8c048f0282b1d0c791f2baa719f9edd354b1b | refs/heads/master | 2020-08-21T17:31:46.953556 | 2019-10-19T22:45:06 | 2019-10-19T22:45:06 | 216,209,077 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 72,009 | h | /**
* Marlin 3D Printer Firmware
* Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
* Based on Sprinter and grbl.
* Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General... | [
"naran99@gmail.com"
] | naran99@gmail.com |
9ca7976565d3abe73ec5f2b86d97df2120c2d8eb | 664a79f4e51999a3e78a8a10b16f82843ede327e | /vc_proj/arithmetic/arithmetic.c | 2d2b906868fc11660c4ed0c8aa58fcf4177ac7c9 | [] | no_license | galagie/skype_part3_source | dfe8952599ec52cb698f3da140bf9419c2684c89 | f7dfc9b2dbf469f4bed86c84f25f7a4fb34ad1ca | refs/heads/master | 2021-01-17T21:01:49.924162 | 2012-03-28T21:46:13 | 2012-03-28T21:46:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 78,619 | c | #include <stdio.h>
#include <stdlib.h>
//functions used in decode process
int next_byte();
int mysub_call_eax_5008509F8_mysub_rabota_s_pkt_recv_no_call_DECRYPT();
int mysub_some_math_get_next_byte_cikl();
void flush_decode();
void copy_memory(unsigned int param1, unsigned int param2, unsigned int len);
int ... | [
"skypeopensource@gmail.com"
] | skypeopensource@gmail.com |
b89b4f2d61d0bf4c0c252bbab2b03389af619780 | e438ff56e14b9e23d6a5d54350f6416c425f5ebc | /Samples/Simple3DGameDX/cppwinrt/pch.h | 9bc31da61b0084bd9bc904c86abb864b68ea1dfa | [
"MIT"
] | permissive | pathakashish/Windows-universal-samples | 818ae4ac12862f43e71c3513755e83a74af437d5 | 0a84f552ed4aa853340a0f71f29ff5f20d5f2c49 | refs/heads/master | 2022-11-22T21:29:54.184347 | 2020-07-24T15:13:03 | 2020-07-24T15:13:03 | 282,234,259 | 0 | 0 | MIT | 2020-07-24T14:00:21 | 2020-07-24T14:00:20 | null | UTF-8 | C | false | false | 1,059 | h | //*********************************************************
//
// Copyright (c) Microsoft. All rights reserved.
// This code is licensed under the MIT License (MIT).
// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
// IMPLIED WARRANTIES OF FITNESS FOR A P... | [
"oldnewthing@users.noreply.github.com"
] | oldnewthing@users.noreply.github.com |
8d7c4206495bb74deb6fecef19158859c1b21f9b | e13c08e6892b9a0fc1727f8e203435d534c8b78c | /NV_Driver_G2/CTA/PanTilt.c | 6da50eaff0e01a6b17b694605dd5a6e043745de5 | [] | no_license | duduathz/nvc-hi3518-driver | f03e372e1379fc784e97822c4eb1f74c38e74661 | 4b587a45865f61f9f7a385c6c315a8023d27a3dd | refs/heads/master | 2023-03-16T17:32:25.165193 | 2017-04-03T09:09:28 | 2017-04-03T09:09:28 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 27,270 | c | // ================================================================================
//| 默认:
//| 默认云台方向
//| 水平方向逆时针转时,起点<0点>为开始运动的点,终点为运动结束的点
//| 垂直方向向上转动时, 起点<0点>为开始运动的点,终点为运动结束的点
//|
//|
//|
//| 适用:
//|
//|
//|
//|
//|
//|
// =============================================================... | [
"chiyuan.ma@outlook.com"
] | chiyuan.ma@outlook.com |
503a1a06133ca5767cd6d714b357c53c224d2019 | 0223348ac06c26914acbfcd3f770b0475ba2dbc4 | /LSP/lsp-1/Chapter_05/Examples/8/ex1.c | 3a8b719108196f8414aec3c88e946360e6a7fd7d | [] | no_license | PraveenMhapsekar/UCSC | 8d6eddd86e3d5bb6613c913a0ab63fae54767255 | 491095f1d490a9ebce2a2de6afd6b594c5f53bcd | refs/heads/master | 2022-05-02T09:11:00.308388 | 2022-03-24T21:47:07 | 2022-03-24T21:47:07 | 72,246,534 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,172 | c |
#define BUFSZ 512
#define ERRBUFSZ 512
#define MYSH_PROMPT "mysh> "
#include <stdio.h>
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <string.h>
void do_cmd(char *buf, int len, int linenum, char *errbuf);
int parse_cmd(char *buf, ... | [
"praveenmhapsekar@gmail.com"
] | praveenmhapsekar@gmail.com |
6a67f5f7b3a8739dee933fcc9b83140306f51910 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/87fd34e1-96a1-457d-80ce-1abdb477d8f0.c | dd3aa48268adde2c886fbecf710b71f6379a1d53 | [] | 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 | 243 | c | #include <stdio.h>
int main() {
float i=4;
int j=13;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = l%j;
l = l-j;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
020db8aac0d2ad4ea1221e51f2be20e627fa3f2d | 030990d9d6b64d2107360ebb3f9eb13ec20a8e85 | /P1720.c | dd11bfdad472b420ae5aa5ccac70d9697ab812c2 | [] | no_license | ZaynStark/luogu | 7bf070d92189de9e836e539ad1949dabf9e40c28 | 847e729d67d2c42e14c0ee8d5f1bb5f5be432860 | refs/heads/master | 2020-05-04T10:02:41.973399 | 2019-04-04T14:13:14 | 2019-04-04T14:13:14 | 179,080,405 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 252 | c | #include <stdio.h>
int main()
{
float a[50];
int i;
int n;
a[0] = 0;
a[1] = 1;
a[2] = 1;
scanf("%d", &n);
for (i = 3; i <= n; i++)
{
a[i] = a[i - 1] + a[i - 2];
}
printf("%.2f", a[n]);
return 0;
} | [
"levinestark@163.com"
] | levinestark@163.com |
ceca4562229c9f2244f0aed08ce0bb0c2b9c6344 | b111b77f2729c030ce78096ea2273691b9b63749 | /perf-native-large/project551/src/component436/headers/component436/lib9.h | 3050464186abca64dc619431537a7a43c25c7f55 | [] | no_license | WeilerWebServices/Gradle | a1a55bdb0dd39240787adf9241289e52f593ccc1 | 6ab6192439f891256a10d9b60f3073cab110b2be | refs/heads/master | 2023-01-19T16:48:09.415529 | 2020-11-28T13:28:40 | 2020-11-28T13:28:40 | 256,249,773 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 147 | h | #ifndef PROJECT_HEADER_component436_9_H
#define PROJECT_HEADER_component436_9_H
int component436_9();
#endif // PROJECT_HEADER_component436_9_H | [
"nateweiler84@gmail.com"
] | nateweiler84@gmail.com |
71429e97f2dd49b2331b94bb5860c8aebbd48192 | ea50dfc8e0a1dda343f7fa49965960acda40aac0 | /serverL2.c | e6161aa47506f603d41eca9b225691570c54f408 | [] | no_license | NurFaizahIbrahim/CLanguage | dcab8f563fcfe28d216c0b18969d10b3a74e5c9e | 3fa79fd98a90c9db816c3c12c94cb9d1260dbeaa | refs/heads/master | 2021-06-01T11:27:01.950471 | 2016-05-06T14:45:53 | 2016-05-06T14:45:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 538 | c | #include <stdio.h>
#include <stdib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#define SMSIZE 100
int main(int argc,char *argv[])
{
int shrmid;
key_t key;
char *shm;
key = 9876;
shrmid = shmget(key,SMSIZE,IPC_CREAT | 0666);
if (shrmid < 0)
{
perror (*shmget*);
... | [
"nurfaizah1402@gmail.com"
] | nurfaizah1402@gmail.com |
eb6a6b7eb39d3fd7e956a9636c5a240fdf81f510 | fe5cfa3f4bef1a0432004f659814c1c98072f1f9 | /src/third_party/picoC/ports/EFM32/emlib/src/em_prs.c | 0381940dd40a22e49c3b3cac7a9508be6b86c99c | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | gemcore/winlib | 7f0db84819b9f6908481b9ca6583e2bb684153f0 | 75a8ac5ca7e4ce7d01fe91d760b81eede743d6bf | refs/heads/master | 2022-11-04T18:54:41.988302 | 2022-10-19T03:23:31 | 2022-10-19T03:23:31 | 93,268,363 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,243 | c | /***************************************************************************//**
* @file
* @brief Peripheral Reflex System (PRS) Peripheral API
* @author Energy Micro AS
* @version 3.0.2
*******************************************************************************
* @section License
* <b>(C) Copyright 2012 Ene... | [
"agraves@gemcore.com"
] | agraves@gemcore.com |
1be399cbdc6a6752fa70432f2b30ae3c95e6eee0 | 256c5100914832915192fb1958444389eff4a85f | /include/TSnPlotCorrelations.h | 21a7ceab488626950e7c6eb33e9ac6a0869876d5 | [] | no_license | jetatar/snowShovel | ea9a45ddcb182ca6776752e08df9799ac6cd7439 | 69678a46cd8c20a57e4b8d8a8cc19b8900173775 | refs/heads/master | 2020-05-30T19:42:33.193932 | 2014-08-18T06:37:56 | 2014-08-18T06:37:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 60 | h | /data/users/jtatar/Work/snowShovel/ana/TSnPlotCorrelations.h | [
"jtatar@uw.edu"
] | jtatar@uw.edu |
3f5b9aabaee86da092ca9386e44eb40b3fbbb122 | 0a486bbbe1f3380322c6788036068d2238832d24 | /libft/ft_strsub.c | 45b9b6e27c919a0034dbb10b9353e87f5eb47f0d | [] | no_license | qsiyambo/libft | 3066aaf421678dd5fc95755b235e1117966a1291 | c2a5f41cc5d1680c470bba2e0a7f0bb24e64e5f6 | refs/heads/master | 2020-06-01T00:39:29.543331 | 2019-10-16T10:28:47 | 2019-10-16T10:28:47 | 190,562,586 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,127 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strsub.c :+: :+: :+: ... | [
"qsiyambo@c5r10s1.wethinkcode.co.za"
] | qsiyambo@c5r10s1.wethinkcode.co.za |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.