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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9e220c83d40671646939aeddd7c3d4f9f861a9d6 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/sound/soc/img/extr_img-i2s-out.c_img_i2s_out_writel.c | a87a4f0fc686a639dd3e7f4a81c54f951f017ac4 | [] | 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 | 655 | 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 |
d7419d1ac726e7d90859e436fcc3c1760b10ab74 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/d04ca5a7-956c-48a6-b179-f2ece4bed7d4.c | 27dc1d05d8b7353bbcf8e884f04c024f16043e44 | [] | 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 | 550 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=11;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = k/j;
l = i%j;
l = l-j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
long b[17];
long c[62];
a = 0;
while (a > -1) {
... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
17aa3b4c47e453c6d8b1ec6101466b65b378e341 | 856f28dc8aaede73d7054a3973e0ec59a798a96d | /0x05-pointers_arrays_strings/6-puts2.c | bb1e52ffd744c8f2009c0335d81dee880006679d | [] | no_license | Peru2018/holbertonschool-low_level_programming | 228906c3e0e09c3460c1cc69135a3acc7cb77eb0 | 40268637189894e6628cb59b2789b9061418fb00 | refs/heads/master | 2020-06-06T16:09:55.021932 | 2019-07-06T01:32:57 | 2019-07-06T01:32:57 | 192,787,509 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 338 | c | #include "holberton.h"
/**
* puts2 - print one char out of 2 of a string, followed by a new line.
* @str: string.
*
* Return: void
*/
void puts2(char *str)
{
int i;
int count;
count = 0;
for (i = 0; str[i] != '\0'; i++)
{
count++;
}
for (i = 0; i <= count - 1; i = i + 2)
{
_putchar(str[i]);
}
_p... | [
"alexisrodriguez1093@gmail.com"
] | alexisrodriguez1093@gmail.com |
99854fd659c71e5339efc418046fc25fa79c71d3 | e3b09c1da26e421b83a6be3dc9a2dad1ac4c52dc | /1901_Req_DMA_from_AUC/DMA_ADC_VC1/brdSelect.h | e801e5daa17b416575ae6c49d4b73ed594295613 | [] | no_license | StartMilandr/Bugs | ce759a62d3de9e57d3283cb55c76c212eaa8445b | 2affda040fdfcaea431b985494e9fa0df7e597aa | refs/heads/master | 2021-03-31T00:59:23.406558 | 2019-02-27T08:08:16 | 2019-02-27T08:08:16 | 125,023,792 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 364 | h | #ifndef _BRD_SELECT_H
#define _BRD_SELECT_H
// Select one of the Demo boards below for project:
// #define USE_BOARD_VE_91
// #define USE_BOARD_VE_94
// #define USE_BOARD_VE_92
// #define USE_BOARD_VE_93
// #define USE_BOARD_VE_1
// #define USE_BOARD_VE_3
// #define USE_BOARD_VE_4
// #define USE_BOARD_VE_8
#de... | [
"Info@StartMilandr.ru"
] | Info@StartMilandr.ru |
eaa0d44e3800dbf7d66f06499684fe39c647c083 | 8c89d9a4a54518ad17bf6c4ebce577d84924ded9 | /traversal.c | ec53f9f502e6e41ba3838b0648067ce6b0644a65 | [] | no_license | harshavardhandyavath/DSP-CODE | fd804ab871acfb130be51c50ef89ee197c373488 | 64b15d27ee00455df82e40aa446650d42fa36312 | refs/heads/main | 2023-03-02T22:11:36.899380 | 2021-02-12T16:29:53 | 2021-02-12T16:29:53 | 331,698,692 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,905 | c | #include <stdio.h>
#include <stdlib.h>
// Structure of tree node.
typedef struct node
{
int data;
struct node *lft;
struct node *rgt;
} tree_node;
// Function for inserting new node.
tree_node *insert_node(tree_node *root, int value)
{
if (root == NULL)
{
root = (tree_node *)... | [
"noreply@github.com"
] | harshavardhandyavath.noreply@github.com |
6892c63a0a17babfa3680377542bacfbf3233d33 | 945f0bb29308606de22b9d2c0f864331c50cb973 | /atmelstudioprj/atsaml21_sim800tcp_basic/atmel_start_pins.h | 3b57753c27beee1af9a6c30814e447b0325de493 | [] | no_license | alibabayf/saml21-sim800tcp | 8ec3fb1962d209ff391236719096c86416dd078d | aae3363155ce3bdbaa247e731ee200ef04563d8b | refs/heads/master | 2020-05-23T20:39:46.536527 | 2019-05-16T02:29:08 | 2019-05-16T02:29:08 | 186,935,760 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 859 | h | /*
* Code generated from Atmel Start.
*
* This file will be overwritten when reconfiguring your Atmel Start project.
* Please copy examples or other code you want to keep to a separate file
* to avoid losing it when reconfiguring.
*/
#ifndef ATMEL_START_PINS_H_INCLUDED
#define ATMEL_START_PINS_H_INCLUDED
#includ... | [
"jiaoqu.yf@alibaba-inc.com"
] | jiaoqu.yf@alibaba-inc.com |
075252e3089fae94e9362df1fe4c66f52f2d3d38 | 52bb8bfe0ceafe7a46453d916d947d3fec8c0a75 | /F303_NUCLEO_GreenHouse/User/peripheral_device_c/manual_controller.c | 94cb1fe1ceaeab13b277adcdc37b75728ecadd22 | [] | no_license | paulkang12303/Capstone_IntelligentGreenhouse | c176da281dc916f568c433804341ede27f2fa210 | bf3f9eb6d39842889d58248ee2790188d2cbc389 | refs/heads/master | 2023-02-17T14:00:28.233445 | 2021-01-02T17:56:27 | 2021-01-02T17:56:27 | 293,635,100 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,890 | c | #include "manual_controller.h"
void ManualControl_KEY_Config(void)
{
KEY_MAN_EN_CLK_ENABLE();
KEY_LMP_ON_CLK_ENABLE();
KEY_SHT_UP_CLK_ENABLE();
KEY_SHT_DW_CLK_ENABLE();
KEY_CLR_ON_CLK_ENABLE();
KEY_HTR_ON_CLK_ENABLE();
KEY_CO2_ON_CLK_ENABLE();
KEY_FAN_ON_CLK_ENABLE();
KEY_SPR_ON_CLK_ENABLE();
KEY_ALM_ON_... | [
"pangkang12303@gmail.com"
] | pangkang12303@gmail.com |
6456086cd795c170c093ed3b4954ab6b087d23e6 | f001d2fdc5c18d5588880847cd696facf6a10eef | /RXW/书if的continue.c | 44e2356a9c61fee9ab69fe6b3606aa0d443e19dc | [
"Apache-2.0"
] | permissive | 1924425057/HongxiuTeamCode | e208f5af5d61f5e8925835f8eef453aa0e3ea719 | 5d9fd88259cf7559fba825963fabd2f4871df565 | refs/heads/main | 2023-08-26T13:16:01.521648 | 2021-11-01T05:56:27 | 2021-11-01T05:56:27 | 423,339,165 | 0 | 0 | Apache-2.0 | 2021-11-01T04:40:08 | 2021-11-01T04:40:08 | null | UTF-8 | C | false | false | 142 | c | #include<stdio.h>
int main(void)
{
int y=0,i;
for(i=0;i<20;i++)
{
if(i%2==0)
{
continue;
y+=i;
}
}
return 0;
}
| [
"noreply@github.com"
] | 1924425057.noreply@github.com |
0ea7e3d16344b618f7aede9d6346c1f4c197a366 | c088804f76f065ec4653df27c68e20c7c593f7d2 | /prime_dev_t.h | 0efc9a675db5c9286fdaca760db26f7aecda1ba5 | [] | no_license | PRiME-project/PRiME_RTM_API | c97121b83470e263bfd8f9cbee56edf3d8b1cb5f | 64530d8eb6d985e1ece2bc6e6e24b0c523ced2c9 | refs/heads/master | 2020-12-24T06:38:09.575427 | 2016-07-26T12:54:26 | 2016-07-26T12:54:26 | 64,220,637 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,090 | h | #ifndef PRIME_DEV_T_H
#define PRIME_DEV_T_H
#include "prime_t.h"
// These are device-level type definitions
// Available types of device-level knob
typedef enum prime_dev_knob_type_t {PRIME_VOLT, PRIME_FREQ};
// Available types of device-level monitor
typedef enum prime_dev_mon_type_t {PRIME_SLACK, PRIME_POW};
// ... | [
"jjd06@ic.ac.uk"
] | jjd06@ic.ac.uk |
0d9166e0b8e0662d3895d8f89cd652096b94fae2 | 34b75b6ad71791b3bba7f539da045c22e41a25ef | /samples/sensor/ccs811/dts_fixup.h | b600f4898de65afbbba7e753c53a616a304e3cf7 | [
"Apache-2.0"
] | permissive | homersoft/zephyr | 3671cb1d8b7131c9a46e55ea3573628e35dfcdcf | ad70de90653ae54a89c99ffb8ecb03198418f00e | refs/heads/master | 2020-04-15T05:17:37.312069 | 2019-01-28T09:51:23 | 2019-01-28T09:51:23 | 164,415,876 | 1 | 0 | Apache-2.0 | 2019-01-25T08:32:36 | 2019-01-07T10:26:09 | C | UTF-8 | C | false | false | 192 | h | #if defined(CONFIG_HAS_DTS_I2C)
#ifndef DT_CCS811_NAME
#define DT_CCS811_NAME ""
#define DT_CCS811_I2C_ADDR 0
#define DT_CCS811_I2C_MASTER_DEV_NAME ""
#endif
#endif /* CONFIG_HAS_DTS_I2C */
| [
"kumar.gala@gmail.com"
] | kumar.gala@gmail.com |
4b8ecf3953f7c530541db6c9f5150f9d6b8f2f89 | 9b18c43f2e2917b3eb617a38d734633e8bf81f95 | /openmp/OMP_Exercises/solutions/pi_vec.c | acf4d2eea9db8f7d2ddac7cc973778dfbd8b6747 | [] | no_license | 000Justin000/ATPESC | 992b8a9a74b6903c58d07a7adc7f9dc89799531b | 0ce3df5f8dc3a081f2c82f04932ac97c7acfc877 | refs/heads/master | 2020-12-24T10:11:02.241852 | 2016-08-09T19:54:13 | 2016-08-09T19:54:13 | 64,890,914 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,750 | c | //---------------------------------------------------------------------------
// Name: pi_sse
//
// Purpose: This function will numerically compute the integral of
//
// 4/(1+x*x)
//
// from 0 to 1. The value of this integral is pi.
//
// In this version of the... | [
"jj585@cornell.edu"
] | jj585@cornell.edu |
0eb82ff5647346a47f157196a4bd8b76d26bfa15 | ad34e3454305fdf6a127eeff9f8a8f477f922848 | /map.h | 9269ff60e8fa25a460119e73244ecca8ff765a63 | [] | no_license | ffantong/mail_tool | 9730b2fc641bcad7f92052fc38985184aaf4a920 | 7f7dfb428e82dbbc0f0661773e53997fd13f0278 | refs/heads/master | 2020-03-31T15:28:20.550741 | 2018-10-10T00:21:02 | 2018-10-10T00:21:02 | 152,338,420 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 335 | h | #ifndef MAP_H_INCLUDED
#define MAP_H_INCLUDED
typedef struct map_node{
char *key;
char *value;
struct map_node *next;
} MAP_NODE;
MAP_NODE* put_(MAP_NODE *head, char *key, char *value);
char *get_(MAP_NODE *head, char *key);
void remove_(MAP_NODE *head, char *key);
void clear_(MAP_NODE *head);
#endif // ... | [
"875488404@qq.com"
] | 875488404@qq.com |
49f74650511a2f05315e335d42fea6282a02a397 | 42133293ee8e51ced51307d8ed0f3f97893fbb2c | /Study/C/Wisdom Labs/Display_lambda.c | e0edfb3a6af012cc5e585d64b1f8599173f59b9f | [] | no_license | study-material-stuff/Study | 9b02b54639edd651c8e314afc8c6c49d0f6ef346 | c09ea66ef445d52d1a97e7502370872aa17401e1 | refs/heads/master | 2020-06-08T17:31:09.479286 | 2019-07-28T13:13:41 | 2019-07-28T13:13:41 | 193,272,887 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 538 | c | #include <stdio.h>
void Display(int no)
{
int temp = no;
for(int i = 0 ; i < no ; i++)
{
for(int j = 0 ; j <= no+1 ; j++)
{
if(j == temp || ((i == 0) && (j == temp-1)))
{
printf(" *");
}
else
{
printf(" ");
}
if( ( (i == no-1) && (j == 0) ) || ((j == no+1) && (i == no-1)) )
{
... | [
"harshalghule1896@gmail.com"
] | harshalghule1896@gmail.com |
16b6a11cff2c2eb0c360bb5028ba6dd0b3926ed4 | 508b222302d2736e9ed8feecfc60d2477f152e3c | /misc.c | 91577950c3137f3bb5628d87e81fd32497fa8f64 | [] | no_license | mystickdreamer/NeverwhereCM32017 | 1a864046a1f13b6a731890d34dab75b5c0ec5dba | 70b08be983598c7566a8e9e3a57b3645535b359b | refs/heads/master | 2021-09-03T03:22:02.292078 | 2017-12-17T15:05:19 | 2017-12-17T15:05:19 | 114,545,653 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 78,826 | c | /****************************************************************************
* [S]imulated [M]edieval [A]dventure multi[U]ser [G]ame | \\._.// *
* -----------------------------------------------------------| (0...0) *
* SMAUG 1.4 (C) 1994, 1995, 1996, 1998 by Derek Snider | ).:.( *
* -----... | [
"dreaminmagick@gmail.com"
] | dreaminmagick@gmail.com |
bf66c961140963c192ca20f68e376496b276a68c | e85adac6c1aaa0634835d999d7aa5dfd0d26f33f | /special_includes/sys/ksyms.h | 42e2da6ff291fb1e8869c22d62b5d67334935688 | [
"BSD-2-Clause"
] | permissive | chiron000/netbsd_dpdk_port | 49d3a1012eee8c0d39ecec603890e97cb61f151f | 8e46ff2aff04a1fdcc62aaa1f9f55ae91d203994 | refs/heads/master | 2021-01-24T14:46:14.639733 | 2016-07-28T07:26:51 | 2016-07-28T07:26:51 | 64,099,644 | 0 | 0 | null | 2016-07-25T03:06:11 | 2016-07-25T03:06:11 | null | UTF-8 | C | false | false | 4,747 | h | /* $NetBSD: ksyms.h,v 1.27 2010/03/15 02:28:59 darran Exp $ */
/*
* Copyright (c) 2001, 2003 Anders Magnusson (ragge@ludd.luth.se).
* 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. R... | [
"vadim.suraev@gmail.com"
] | vadim.suraev@gmail.com |
204f6af653d0b01c55d63923df603bcb917993c2 | 3567309d3f25020ec7a0d59e0ef55da7be113085 | /obj/skills/sp_weap.c | 25e25d6745babbee85b2872a13d3d1565a8cfffc | [] | no_license | flyingstupid/gbapoclib | 64ec8b3828201d7eb158b5371164765d1b65ce93 | dea2a4be3399509c7df44d33b2a307db3821017d | refs/heads/master | 2021-04-27T08:02:48.717277 | 2018-02-23T17:04:11 | 2018-02-23T17:04:11 | 122,640,255 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 750 | c | /* general - spell weapon bonus object */
inherit "inherit/base/base_obj";
inherit "inherit/timer";
int wc_bonus;
int left_wc_bonus;
int set_wc_bonus(int i) { return wc_bonus = i; }
int set_left_wc_bonus(int i) { return left_wc_bonus = i; }
int weapon_class_bonus() { return wc_bonus; }
int left_... | [
"ray.lukes@gmail.com"
] | ray.lukes@gmail.com |
171b9eb29d0019cf89c38b4a473b5e652e52f746 | 7e1afa7b049729d06878972dfe85f6963dba4517 | /mh3000/MK4duo/src/temperature/thermistortable/thermistortable_70.h | 4de3de744445bbf8cbab2eaabdd44f551b7fe28b | [] | no_license | fablab-imperia/Stampa-3D | 7da6adf4a62b1f2a9921e55591c6f42731e143ad | b1eb7412e46772a3c7e124173ccbd7f1a8ba4fb4 | refs/heads/master | 2021-09-21T00:01:41.388241 | 2018-08-17T08:47:44 | 2018-08-17T08:47:44 | 97,390,588 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,059 | h | /**
* MK4duo Firmware for 3D Printer, Laser and CNC
*
* Based on Marlin, Sprinter and grbl
* Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
* Copyright (C) 2013 Alberto Cotronei @MagoKimbra
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Ge... | [
"fablabimperia@gmail.com"
] | fablabimperia@gmail.com |
abbaf3650cbb12beb50972b2ffb1538a0c2289f4 | 595ea4556de9a2614b295eca7490e772784aebd4 | /test_code/led_test.c | 8f7dadd3016f2b32acf9fbf3b62caf0c989089d5 | [] | no_license | justincasali/Robotic-Weeder | 5f25d8b3fabc2ba83f90767b9aefd5d4b1edea76 | 7320c3ddd5054c054d7b41590962fd456c7d2393 | refs/heads/master | 2021-01-19T14:46:00.325643 | 2018-02-11T03:20:11 | 2018-02-11T03:20:11 | 88,187,189 | 0 | 0 | null | 2017-04-18T21:55:14 | 2017-04-13T16:55:42 | C++ | UTF-8 | C | false | false | 256 | c | #ifndef F_CPU
#define F_CPU 16000000UL
#endif
#include <avr/io.h>
#include <util/delay.h>
int main() {
DDRB = 0xf;
char count = 0;
while (1) {
PORTB = count & 0xf;
count++;
_delay_ms(250);
}
return 0;
}
| [
"justin.casali@colorado.edu"
] | justin.casali@colorado.edu |
4327457ab1316ab13735fc1849528eb0bd8d6f68 | 1fa309b90d73c6daad65a2604d07ddc120fa6f8e | /2021/cw_ft8_psk31_keyer_gui/firmware/thirdparty/zuart/zuart.h | 57ca089767c08fc2748de468d6a06869abda113c | [] | no_license | tomzbj/diy | 473e4c50288b88107deb7b41432979bd01e3ecb2 | 7287e609509e9d7f0ffa9e01e34414a49b568179 | refs/heads/master | 2023-07-21T02:47:47.710028 | 2023-07-10T03:32:36 | 2023-07-10T03:32:36 | 160,756,266 | 69 | 44 | null | null | null | null | UTF-8 | C | false | false | 576 | h | #ifndef _ZUART_H
#define _ZUART_H
#define ZUART_PORT_NUM 2
#define ZUART_RX_MAX_LEN 80
#define ZUART_TX_MAX_LEN 80
#define ZUART_TX_MODE_INTERRUPT 0
typedef struct {
void (*parser_f)(const void* msg, int size, int source);
unsigned char (*readbyte_f)(int source);
void (*writebyte_f)(unsigned char data, in... | [
"stavrosatic@gmail.com"
] | stavrosatic@gmail.com |
f7be701b32f8eb9f97dd3c2d2622d6c8f805be78 | 367e5d0c3c2b046ca70294593ab2e21d5a2a4984 | /Classes/Native/Boo_Lang_Boo_Lang_Runtime_RuntimeServices_U3CEmitImplicitConMethodDeclarations.h | f6897e838057640260523bf77f5cd89187de46ce | [] | no_license | truckfights/truckfights_ios | 514acea0d0cfc6de6b12a10c992274446dd6d404 | 4a06ad533175cfb5030880b0557f120074c43616 | refs/heads/master | 2021-01-10T01:58:57.564897 | 2015-12-15T16:29:44 | 2015-12-15T16:29:44 | 48,000,635 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,158 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
// Boo.Lang.Runtime.RuntimeServices/<EmitImplicitConversionDispatcher>c__AnonStorey1E
struct U3CEmitImplicitConversionDispatcherU3Ec__AnonStor... | [
"quinn.collins@tufts.edu"
] | quinn.collins@tufts.edu |
e855de599341312ea3610df3f6f676ebb4d4555b | f244139bfcd35a6085d204f40c0a9b92c465c2dc | /TC275C_OS/0_Src/4_McHal/Tricore/_PinMap/IfxMultican_PinMap.c | 8a2cea7b3d13c98955f983474b1670aef40882d5 | [] | no_license | hejunbok/TC275C_OS_Build | af4c57670335b5ea11be8a6d2f632d54eaaa5de2 | 83bc0c92a13495a82850db69215f53fee0846ccf | refs/heads/master | 2020-04-17T03:23:38.438844 | 2015-09-01T13:11:45 | 2015-09-01T13:11:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,501 | c | /**
* \file IfxMultican_PinMap.c
* \brief MULTICAN I/O map
* \ingroup IfxLld_Multican
*
* \version iLLD_1_0_0_4_0
* \copyright Copyright (c) 2013 Infineon Technologies AG. All rights reserved.
*
*
* IMPORTANT NOTICE
*
*
* Infineon Technologies AG (Infineon) is supplying this ... | [
"yanpeng.xi@delphi.com"
] | yanpeng.xi@delphi.com |
30c90fe42907d4771c81415863afe576485cd8de | b111b77f2729c030ce78096ea2273691b9b63749 | /perf-native-large/project607/src/component603/headers/component603/lib11.h | 7462392319b1bd64901a882594f779f68943eff4 | [] | 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 | 151 | h | #ifndef PROJECT_HEADER_component603_11_H
#define PROJECT_HEADER_component603_11_H
int component603_11();
#endif // PROJECT_HEADER_component603_11_H | [
"nateweiler84@gmail.com"
] | nateweiler84@gmail.com |
dbe8e28b30571d451baef6a729a8066029767d7f | a1deff5295d96a524b7f6b68eb8346a6fa52c9a2 | /HVT_B2G-16-007-paper/plots/EXOVVhvt_compare_ALLHVT8_final.C | d7f03fac5f511262edeba06f2b5d061faf6bc06e | [] | no_license | jngadiub/ExoDiBosonCombination | acca29d78f975e6c1a634213e701b983f0d9c43c | f7089a97c2081a318caecc389d1af55069ad1982 | refs/heads/master | 2020-04-05T12:08:27.459035 | 2017-04-21T08:26:47 | 2017-04-21T08:26:47 | 50,594,985 | 1 | 1 | null | 2016-01-28T16:06:55 | 2016-01-28T16:06:55 | null | UTF-8 | C | false | false | 54,436 | c | {
//=========Macro generated from canvas: c_lim_Asymptotic_compare_final/c_lim_Asymptotic_compare_final
//========= (Fri Oct 21 13:05:11 2016) by ROOT version5.34/18
TCanvas *c_lim_Asymptotic_compare_final = new TCanvas("c_lim_Asymptotic_compare_final", "c_lim_Asymptotic_compare_final",0,0,600,630);
gStyle->SetO... | [
""
] | |
9ab3eb97085d4461e16067fa1b27442142e798c3 | d67a8bc0f74f8b4cd8fac8db7990168f164f5fa3 | /1-22.c | 4010cde26768a3c827f9d570dfb38fa7c648ed8f | [] | no_license | Ramanujam-N/C_Ques_Collection | c2f447ab51c260f052cae00d6ce9bf12838cb8e8 | e97b5f15926b617dd9c413dadbf3d785bbb80c4a | refs/heads/master | 2022-03-02T00:40:10.728832 | 2019-10-05T15:02:13 | 2019-10-05T15:02:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 953 | c | #include <stdio.h>
#include <stdlib.h>
int getline(char arr[]);
int main()
{
int i,len,a,x;
char arr[1000],z[1000];
while((len=getline(arr))>0)
{
for(i=0;i<len;i++)
{
z[a]=arr[i];
if(a==80)
{
if(z[a]=='\b'||z[a]=='\n'||z[a... | [
"noreply@github.com"
] | Ramanujam-N.noreply@github.com |
2ed9c7b0961297488a2a0c0fae9fc94882a3666e | a99da288d25a49356d4751c9b7d9823ac022b24f | /seqstack.c | e0a49022bdd8d387aac56c8b8042ed96da2b9606 | [
"MIT"
] | permissive | by-codes/codes.alg | d3ba8f113d85d0ad3a2118a6ed9a6b33d6458324 | 3c4b394b938270d2d74ae0f393eee2a440022f54 | refs/heads/master | 2020-11-27T20:41:58.805528 | 2020-02-13T04:21:42 | 2020-02-13T04:21:42 | 229,594,635 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 727 | c | /*
顺序栈
*/
#include <stdio.h>
#define SIZE 5
/*入栈*/
int push(int *p, int top, int elem) {
p[++top] = elem;
printf("入栈元素:%d,栈顶为:%d\n", elem, top);
return top;
}
/*出栈*/
int pop(int *p, int top) {
if (top == -1) {
printf("空栈\n");
return -1;
}
printf("出栈元素:%d ", p[top]);
p[to... | [
"guojunlong@tuniu.com"
] | guojunlong@tuniu.com |
ea497eb39b837678951bf65bd1fe7c50c8b5c462 | 8a8e56b7614108454ef9cd20ea210aa7febf17b5 | /Chapter_03/e14.c | 207f0c2f480c5522e93f1d1239b9e506e1eb59bc | [
"MIT"
] | permissive | hamiltonjr/ABookOnC | ef2e86cb5f1f3fbe1221fda667b085dfbbcd3aa6 | 95aad3e8bc400519b0b0b0ae77510d993799dc9f | refs/heads/master | 2021-01-04T15:37:48.169788 | 2020-11-03T21:34:59 | 2020-11-03T21:34:59 | 287,381,204 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 384 | c | /**
* Exercise 14.
*/
#include <stdio.h>
#include <stdlib.h>
/**
* If it is compiled with gcc e14.c, it is printed:
* sizeof('A') = 4
* because 'A' is stored like int.
*
* If it is compiled with g++ e14.c, it is printed:
* sizeof('A') = 1
* because 'A' is stored like char.
*/
int main()
{
printf("\n\ts... | [
"hamiltonjr2010@gmail.com"
] | hamiltonjr2010@gmail.com |
bc1ea1e1c0ef6afe7179d9ac71793be5b89422c7 | 4e432b0a49606d35dce15ef4df4d90d881bf309e | /d/quest/club/tianya/juyitang.c | d525bcb4804b2ea5e354dae0e702098d569080fe | [] | no_license | MudRen/sanjie | 352e8490ec289877da73b21475c1272409193650 | 87f491aa0608044f23cd3dfe61daed6ec424df58 | refs/heads/master | 2020-04-17T04:10:26.979307 | 2019-01-18T07:02:00 | 2019-01-18T07:02:00 | 166,217,299 | 0 | 1 | null | null | null | null | GB18030 | C | false | false | 702 | c | inherit ROOM;
#include <ansi.h>
void create ()
{
set ("short","聚义堂");
set ("long", @LONG
聚 义 堂
这里是〖天涯海阁〗总坛大堂,堂中格调高雅,桌椅整齐干净,香炉
焚出缕缕清香,不禁让人精神一震。平时,绝情谷众都喜欢在这里聚
首一堂,闲话家常。许多时候,许多重大会议也在这里举行。
LONG);
set("exits",([
"southdown" : __DIR__"dayuan",
"west" : __DIR__"liangong",
// "east" : __DIR__"leitai",
"e... | [
"i@chenxuefeng.cn"
] | i@chenxuefeng.cn |
ab66a6f808798238dd529897d597bfc44cf40e80 | c80c5e4af6193e3bf9bc4aceb8d54dc5d46c5778 | /src/lib/main/bozv_close.c | 1885bc65c215abd891a955109f8ac2e0ae00244c | [
"MIT"
] | permissive | debosvi/bozVideo | c41eed2937103ed89bc13ee9d3937860bfc5f58b | 6783bd02b646e9a422e19837c8619d6d20c39e52 | refs/heads/master | 2021-01-01T19:34:37.196528 | 2013-12-19T17:40:58 | 2013-12-19T17:40:58 | 14,402,574 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 728 | c | /**
* \file bozv_close.c
* \addtogroup BOZ_VIDEO
* @{
*/
#include "boz/bozv_internal_p.h"
int bozv_handle_close(bozv_handle_t *vh) {
int ret=-1;
if(!vh || !(*vh))
return (errno=EINVAL,-1);
if((*vh)->magic!=g_video_main.magic)
return (errno=EINVAL,-1);
BOZVIDEO_LOCK_M... | [
"belzo2005-dolphin@yahoo.fr"
] | belzo2005-dolphin@yahoo.fr |
ef7ec7c45e62e72c036ca284106df8081fb10006 | 998b4e3de86b279032b97b843865929d8577a087 | /LibSource/pthreads/tests/mutex6s.c | 44638f2832f93f49b6ba5b48e9bb21a24c14b01c | [
"Apache-2.0"
] | permissive | CrypToolProject/CrypTool-2 | 65c0e34066eb98bb5b60d4d10ea4b01541929195 | 30f249625f0eaebc94c2f449ec3fa33ae8301f32 | refs/heads/main | 2023-08-18T18:30:55.187784 | 2023-08-08T11:01:47 | 2023-08-08T11:01:47 | 351,439,306 | 65 | 25 | Apache-2.0 | 2023-02-04T07:41:14 | 2021-03-25T13:04:59 | C# | UTF-8 | C | false | false | 2,366 | c | /*
* mutex6s.c
*
*
* --------------------------------------------------------------------------
*
* Pthreads4w - POSIX Threads for Windows
* Copyright 1998 John E. Bossom
* Copyright 1999-2018, Pthreads4w contributors
*
* Homepage: https://sourceforge.net/projects/pthreads4w/
*
* T... | [
"nils@kopaldev.de"
] | nils@kopaldev.de |
4c5060b70b3d2caa8f4e46c4e4dd789d86e0261e | 607e69f9e4440ef3ab9c33b7b6e85e95b5e982fb | /deps/museum/5.1.1/bionic/libc/kernel/uapi/linux/virtio_console.h | 3edb446fe67101d36f141f719b7263812e5adf83 | [
"Apache-2.0"
] | permissive | simpleton/profilo | 8bda2ebf057036a55efd4dea1564b1f114229d1a | 91ef4ba1a8316bad2b3080210316dfef4761e180 | refs/heads/master | 2023-03-12T13:34:27.037783 | 2018-04-24T22:45:58 | 2018-04-24T22:45:58 | 125,419,173 | 0 | 0 | Apache-2.0 | 2018-03-15T19:54:00 | 2018-03-15T19:54:00 | null | UTF-8 | C | false | false | 2,551 | h | /****************************************************************************
****************************************************************************
***
*** This header was automatically generated from a Linux kernel header
*** of the same name, to make information necessary for userspace to
*** call i... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
8e9110d3928f98f12288f9a27a4712235a8cd0d9 | 3ba08639a8720b21276f9ab6c21d4a405f23dbf5 | /src/kernel/video.c | bf9f0b9ab72cfe6b97e80c6b685658db328c74a8 | [
"MIT"
] | permissive | devinus/torix | c524184e09002e8a68965e99ad6d1dfcd1256ce2 | d2dc49530838c6ba48027b2f6b9c167d7d25915e | refs/heads/master | 2020-05-19T09:31:57.272441 | 2008-08-20T20:40:45 | 2008-08-20T20:40:45 | 44,397 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,795 | c | /*
* ToriX - TORres Interactive eXecution
* Copyright (c) 2008 Devin Torres
* Licensed under the MIT license.
*/
#include <torix/kernel.h>
#include <torix/video.h>
#include <string.h>
static unsigned short int *videomem = (unsigned short *)0xB8000;
static unsigned short int attrib = 0x0700;
static unsigned short ... | [
"devin@devintorres.com"
] | devin@devintorres.com |
9b7e6313efa423783fc4722aaf218c583ba68243 | a4058d50eb7ec5e489a766c44ee43a5c72080a73 | /DS/List/LinkList.c | 9bba4af4fa0e550b5ba1f47305ed4037a33ba0d6 | [] | no_license | AkibaSummer/programs | 7e25d40aeab6851c42bd739c00a55bd6e99f5b45 | ef8c0513435a81a121097bc34dfc6d023b342415 | refs/heads/master | 2022-10-28T08:27:22.408688 | 2022-10-03T16:01:17 | 2022-10-03T16:01:17 | 148,867,608 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,320 | c | #include <stdio.h>
#include <stdlib.h>
#include <malloc.h>
typedef struct ListNode{
int val;
struct ListNode *next;
}ListNode;
void insertNode(int pos,int val,ListNode *root){
if (pos<0) return ;
if (pos==0){
ListNode *temp=(ListNode*)malloc(sizeof(ListNode));
temp->val=root->val;
... | [
"oopsvpwowlq@gmail.com"
] | oopsvpwowlq@gmail.com |
b918678e87ce1b170d959eb782cab4cc01c11581 | d1bfc2485ab7c37a7edf093e3c58d93627294afa | /libft/ft_lst_size.c | 90d3c2e85c85cfc65829330c34f37f3edf794f6e | [] | no_license | yoouali/RT | 08c240710f54e4c1bafd0c00de543caca9f09938 | d0495ab85dfce5b22e6a04a07ad5512ecce25e1b | refs/heads/master | 2023-04-05T01:51:00.654876 | 2021-04-30T15:18:40 | 2021-04-30T15:18:40 | 348,310,938 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,097 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lst_size.c :+: :+: :+: ... | [
"youssefoualifessuoy@gmail.com"
] | youssefoualifessuoy@gmail.com |
ade9d355d7fc6e12dc3ca75725e5194222c4526f | 2f54e1ba11503fb1d8a0026260e7ef57b6d7842b | /set64.c | ba30758dea60ae5bd0aaaf60e60bf5b66dbb18b3 | [] | no_license | Rasigavijaya/player | 5db2d42d2de3de05f096e4ad7ff176aefca3168e | 054a209524cd262610c1f411db02ad9c525743af | refs/heads/master | 2020-04-23T02:32:59.248874 | 2019-03-10T09:57:28 | 2019-03-10T09:57:28 | 170,850,081 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 552 | c | #include<stdio.h>
void main()
{
int a[50],b[50],n,i,k,j=0,t;
scanf("%d",&n);
scanf("%d",&k);
for(i=0;i<n;i++)
{
scanf("%d",&a[i]);
}
for(i=0;i<n;i++)
{
if(a[i]<k)
{
b[j]=a[i];
j++;
}
}
b[j]='\0';
for(j=0;b[j]!='\0';j++)
... | [
"noreply@github.com"
] | Rasigavijaya.noreply@github.com |
1b0302ff1385c35738dbc127926132636539052a | ceacef92d8dc19ab1f29aeda6d72d0b285ef8122 | /src/base64.h | da0f3cff7d3bdaf8996bca5af74f6f17a51f6291 | [
"MIT"
] | permissive | JoeyStrandnes/Arduino-Toggl-API | 4c030a94b9fe0a9fe2fa341642c20205060537e3 | d8f16bbf9dbf86620461d7103ec0b2221b67b723 | refs/heads/master | 2023-04-02T13:05:08.104126 | 2021-03-15T19:51:57 | 2021-03-15T19:51:57 | 256,479,385 | 9 | 2 | MIT | 2021-04-05T08:19:45 | 2020-04-17T11:03:03 | C++ | UTF-8 | C | false | false | 2,329 | h | #ifndef _BASE64_H
#define _BASE64_H
/* b64_alphabet:
* Description: Base64 alphabet table, a mapping between integers
* and base64 digits
* Notes: This is an extern here but is defined in Base64.c
*/
extern const char b64_alphabet[];
/* b64_encode:
* Description:
* Encode a string of characters a... | [
"joey.strandnes@hotmail.com"
] | joey.strandnes@hotmail.com |
dc5dd0f855f8a22d453d9014fd02a815e74ab1a3 | 8b4baf82af69217264a123f34a24df663d4c6ea3 | /pick.c | 29ffc54c7be35faeb55d87484b2ee0ac008dc398 | [] | no_license | ballcrof/game | a400e08bb94fb83a7041a891e462451f8a0ae3f7 | 308735e1009dbd211566c5792d2155dc1ad38115 | refs/heads/master | 2020-12-10T17:14:56.951377 | 2020-01-31T02:22:02 | 2020-01-31T02:22:02 | 233,656,873 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 36 | c | #include "game.h"
#include "pick.h"
| [
"ballcrof@uoguelph.ca"
] | ballcrof@uoguelph.ca |
cf1c7ffe7ef60142fc552e8aca6d325fff5511a6 | 52163b4fb34b84e3e71f7c79a3ddf63b0f85a920 | /size_address_value assigned_to_int_float_char_using_pointer.c | 8fa928a5616b7b9dd50b8bae8bc1544c6a15cf78 | [] | no_license | yashgaherwar/C-program | 012451fbd2f40e1a9774a59d7e2e1f9545a7a57d | ddf811958f358d489c9053c830e627f931f98e2a | refs/heads/main | 2023-03-15T21:42:08.438895 | 2021-03-07T16:19:04 | 2021-03-07T16:19:04 | 343,088,299 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 766 | c | #include <stdio.h>
int main()
{
int i=5;
float f=9.5678;
char c='b';
int *iptr=&i;
float *fptr=&f;
char *cptr=&c;
printf("value assigned in i:%d\n",i);
printf("value assigned in f:%f\n",f);
printf("value assigned in c:%c\n",c);
printf("size of i:%d\n",size... | [
"noreply@github.com"
] | yashgaherwar.noreply@github.com |
2ef71f367758b0aa8a2a87e8260e69c21604d771 | e7f314ab4fe6b063a026cb9af0eb0ad0933f335d | /Nueta_aa_all_UML_Pcorr_fixBkgPol3_0.4-0.7_Tvz/data_FeD_D/rspic/hM1_3.C | 31185f37c177a596a94cb56c6493e41e02475c13 | [] | no_license | orsosa/EG2_analysis | 016f91bb3761b0cf309523837ebf2124944f8341 | 08cea395b98d050ea9ffbca866e267158578f147 | refs/heads/master | 2021-01-21T22:35:47.935595 | 2018-10-03T19:06:10 | 2018-10-03T19:06:10 | 102,161,447 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 45,776 | c | void hM1_3()
{
//=========Macro generated from canvas: c/The canvas
//========= (Sat Jun 16 17:17:34 2018) by ROOT version 6.12/06
TCanvas *c = new TCanvas("c", "The canvas",1,1,920,666);
gStyle->SetOptStat(0);
c->SetHighLightColor(2);
c->Range(0,0,1,1);
c->SetBorderSize(2);
c->SetFrameFillColor(0);
... | [
"oj.5070@gmail.com"
] | oj.5070@gmail.com |
9c06325c3d2ef808fc372cfae8d83c861ea1a84c | 3efc9068442874ecbc013593b5221dfef483ce83 | /CYW920721B2EVK-01/apps/demo/watch/hci_control_audio.c | c7c7a0aa2fac121a1693e707a15aa8d1ec93bdc0 | [] | no_license | LelaIrick/Code-Examples-BT-SDK-for-ModusToolbox | 1aa4ce818d87deb41d6ddc7ae2941ceeb40834bd | 57e93f19a146644e420990405efed34ba55dde1d | refs/heads/master | 2022-01-08T11:02:37.487706 | 2019-06-30T18:05:49 | 2019-06-30T18:05:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 77,124 | c | /*
* Copyright 2019, Cypress Semiconductor Corporation or a subsidiary of
* Cypress Semiconductor Corporation. All Rights Reserved.
*
* This software, including source code, documentation and related
* materials ("Software"), is owned by Cypress Semiconductor Corporation
* or one of its subsidiaries ("Cypress") a... | [
"abda@cypress.com"
] | abda@cypress.com |
ff8f38afd370506e5ceca8b706c04d5bf548de51 | 1a1f99e18706274c28281bac94b81e09825ca5c2 | /hal/task2.c | 478aecd3ded30e56c9209d00ba9e5280ea48a08e | [] | no_license | lx128/Kernel | e574bbe77f0c62a9d8503e20968bddc623527b80 | e7be21a9270ddb18277b0b44d3ec82b3daf77d14 | refs/heads/master | 2020-07-27T15:00:03.965520 | 2019-09-17T19:29:20 | 2019-09-17T19:29:20 | 209,133,724 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,746 | c | #include "../include/sys.h"
#include "../include/types.h"
#include "../include/task.h"
#include "../include/gdt.h"
#define D_ACCESS_TASK 0x89
#define D_OPTION 0x09
void task_management(void);
void add_tss(short, short, short, int, int, int);
void task_ready(int);
char tss_find ();
static int current = 1, last = 1;
... | [
"laurentroux7@gmail.com"
] | laurentroux7@gmail.com |
686dbcb249ad93038f1ce1639d068b086beafa5c | 9e05506e5bce633ad5697f2fb07acbfdbb5e004e | /Disarium-number .c | 623c7cf98e4e193806659a6a28b4ad83773ff5c2 | [] | no_license | harish3451/c | bd7502b42fd5e19146cfca008e249ece59de561e | 45385f87677f56cd695136c2bb82e51e51ea3265 | refs/heads/main | 2023-05-26T23:49:03.088974 | 2023-05-19T07:14:10 | 2023-05-19T07:14:10 | 368,142,526 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 532 | c | /* Disarium number
power(digit,position)+power(digit,position)+......
ex:- 175
1^1+7^2+5^3==175*/
#include<stdio.h>
int disarium(int n)
{
int cnt=0,j,i=0,a,c=0,b,d=0;
int rev=n;
while(n)
{
j=n%10;
n=n/10;
cnt++;
}
for(i=cnt;i>0;i--)
{
j=rev%10;
b=j;
rev=rev/10;
for(d=1;d<... | [
"noreply@github.com"
] | harish3451.noreply@github.com |
9627e200d01ba4390825796eb602af8c405271d7 | 68fe3feef8258fa78800c5b362075fac8fdaae1e | /Outros/Untitled1.c | ba93dcab15bd3c9de4c2d24ebc2a2659593c4ef8 | [] | no_license | marcos-correa/estudos-C-LPE-AS31B | 18c4d819a1b032ae26df402fa062a1e0e4cf7755 | 27ac3c4d060dd28b9e2e50c650c808b319aa4766 | refs/heads/master | 2022-07-18T06:00:06.149579 | 2020-05-21T22:50:17 | 2020-05-21T22:50:17 | 265,802,436 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 215 | c | #include <stdio.h>
#include <stdlib.h>
#define constante1 10
main()
{
#ifdef constante1
#define constante2 14
#else
#define constante2 20
#endif
printf("%i",constante2);
}
| [
"marcoscorreats@gmail.com"
] | marcoscorreats@gmail.com |
114333f381cbbeeac7c17608c669c47e252157c1 | ca75f7099b93d8083d5b2e9c6db2e8821e63f83b | /z2/part1/jm/20200405/674312230.c | 73e6e545e165dd2ab511ea09bc7ec12c466e7bc9 | [
"MIT"
] | permissive | kozakusek/ipp-2020-testy | 210ed201eaea3c86933266bd57ee284c9fbc1b96 | 09aa008fa53d159672cc7cbf969a6b237e15a7b8 | refs/heads/master | 2022-10-04T18:55:37.875713 | 2020-06-09T21:15:37 | 2020-06-09T21:15:37 | 262,290,632 | 0 | 0 | MIT | 2020-06-09T21:15:38 | 2020-05-08T10:10:47 | C | UTF-8 | C | false | false | 17,251 | c | #include <stdint.h>
#include <stdlib.h>
#include <assert.h>
#include <stdio.h>
#include "gamma.h"
#include <stdbool.h>
int main() {
/*
scenario: test_free_fields
uuid: 674312230
*/
/*
free_fields, with collisions, many players, limited areas
*/
gamma_t* board = gamma_new(8, 8, 5, 8);
assert( board != NULL );
asser... | [
"jakub@molinski.dev"
] | jakub@molinski.dev |
47edd1c3e3d6fc12202500d3760836b20c3e3f5a | 01ad5b16d1ad0f4e04dba89e551a173eb35292d8 | /src/gallium/drivers/vc4/vc4_qir.c | 293eb01adabeae327b9d5dc24a56e45916519eae | [] | no_license | grische/mesa | a9d1abd403d95487411c574f09d1b06d92a3bed4 | d53cf1ea4cfed9c24a2ff9097c77086f8105ce13 | refs/heads/master | 2021-06-05T19:11:45.908959 | 2016-04-29T16:54:08 | 2016-04-29T17:08:01 | 54,143,367 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,447 | c | /*
* Copyright © 2014 Broadcom
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, dis... | [
"eric@anholt.net"
] | eric@anholt.net |
10c8840997a21fff4ce0c27603bd54c8ee5b1a11 | 89bc1b18f27994c060b08aff091cc8e336dd68d2 | /Week2/Q6.c | 6f4c89e11f2b84a3bcc83d295dbe579e49aa5e48 | [] | no_license | Susu-kr/Class_C | 087791b54d1a049c377cc648d307eb36dc36b384 | dffd566d635fa159e6a1e4b78a2e4cc5f1773d07 | refs/heads/master | 2023-05-02T20:04:43.608525 | 2021-05-15T07:38:19 | 2021-05-15T07:38:19 | 367,569,647 | 0 | 0 | null | null | null | null | UHC | C | false | false | 1,117 | c | #define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
#include <string.h>
/*
문제1. 다음과 같은 A배열이 주어질때 다음과 같은 B배열과 같은 형태가 되도록
프로그램만들고 출력하세요.
A배열 B배열
2x4 4x2
5 1 7 4 1
1 2 3 4 1 2 3 ----------------------> ... | [
"qjacksdl02@gmail.com"
] | qjacksdl02@gmail.com |
c6f6e59885ba51d7f8214cdd66269f5b596704de | c994a16a50a5654e261fe87c1ca51418ef432fe5 | /HttpServer_SWS_1.0/init.c | 3a12811411f7a736f89342c95b62b74710e1ccf9 | [] | no_license | ReyRen/APUE | 35a24c40ab287dba8e02d89fbe8748acc20c598b | f62aee81b4bbadfd5435ffdfba460fbecd7c0869 | refs/heads/master | 2021-09-14T12:45:18.942568 | 2018-05-14T04:30:12 | 2018-05-14T04:30:12 | 106,151,916 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,362 | c |
#include "init.h"
/*
initializes the flags and parameters to default values.
*/
void flags_init(struct flags * flag)
{
flag->ipv6 = 0;
flag->dflag = 0;
flag->lflag = 0;
flag->p_port = DEFAULT_PORT_NUM;
flag->logfd = 0;
flag->i_address = NULL;
flag->c_dir = NULL;
flag->l_file = NULL;
flag->dir = NULL;
}
/... | [
"reyren179@gmail.com"
] | reyren179@gmail.com |
4a101a85573ce805de592914add5f59d3e166edf | 4a1b388fc7254e7f8fa2b72df9d61999bf7df341 | /ThirdParty/ros/include/geometry_msgs/msg/detail/inertia_stamped__rosidl_typesupport_introspection_c.h | 0f774393c42251dd7348f4b446864bcca71810f8 | [
"Apache-2.0"
] | permissive | rapyuta-robotics/rclUE | a2055cf772d7ca4d7c36e991ee9c8920e0475fd2 | 7613773cd4c1226957603d705d68a2d2b4a69166 | refs/heads/devel | 2023-08-19T04:06:31.306109 | 2023-07-24T15:23:29 | 2023-07-24T15:23:29 | 334,819,367 | 75 | 17 | Apache-2.0 | 2023-09-06T02:34:56 | 2021-02-01T03:29:17 | C++ | UTF-8 | C | false | false | 979 | h | // generated from rosidl_typesupport_introspection_c/resource/idl__rosidl_typesupport_introspection_c.h.em
// with input from geometry_msgs:msg/InertiaStamped.idl
// generated code does not contain a copyright notice
#ifndef GEOMETRY_MSGS__MSG__DETAIL__INERTIA_STAMPED__ROSIDL_TYPESUPPORT_INTROSPECTION_C_H_
#define GEO... | [
"christian.conti@rapyuta-robotics.com"
] | christian.conti@rapyuta-robotics.com |
135a025a9ff2b4809381d362419a086cf5d33ee1 | eb5ba91f47f29a5a38390d429c0e892c4a8f4ee4 | /cw10/zad1/server_header.h | 8fb3209c70f6030471eef79c0cb182be06f85c4e | [] | no_license | michal367/SysOpy | 9403ea23b7e198c837e46cb8ebf206663cb3f33e | 4de2d6cf1b1644e390c6143ac83367c3fc1ade4a | refs/heads/master | 2021-04-18T05:43:36.618981 | 2020-05-18T22:43:29 | 2020-05-18T22:43:29 | 249,509,433 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,527 | h | #ifndef SERVER_HEADER_H
#define SERVER_HEADER_H
#include <string.h>
#include "header.h"
struct user{
char name[20];
int socket;
bool free;
bool active;
};
struct users{
struct user users[MAX_USERS];
int size;
};
bool is_name_free(struct users* users,const char* name){
for(int i=0; i < ... | [
"michal.krawczyk7@gmail.com"
] | michal.krawczyk7@gmail.com |
cb52f5363a0bd4c747e7243ba0448cbfa8260db9 | 04c8d8da9cebc13513c1b9c7658707ecadfa0ed3 | /Roll a Ball/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Array_InternalEnumerator_1_gen_542MethodDeclarations.h | 9a36895e201c97f2bed58e2faf75ce9543a5fd89 | [] | no_license | fkieyhzen/RollABall | ed9ef9e93f3cfaecd2be10013797e97e9c1e479e | f083b660966094939ed2b5d2028e31bb4e86a67e | refs/heads/master | 2023-03-19T18:19:11.437779 | 2015-06-08T15:27:45 | 2015-06-08T15:27:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,010 | h | #pragma once
// System.Array/InternalEnumerator`1<System.Security.Cryptography.X509Certificates.X509ChainStatus>
struct InternalEnumerator_1_t10856;
// System.Object
struct Object_t;
// System.Array
struct Array_t;
// System.Security.Cryptography.X509Certificates.X509ChainStatus
#include "System_System_Security_Crypt... | [
"patrick@beetheswarm"
] | patrick@beetheswarm |
73015467aa0bf8911dfa1f6746d41458123bd1fc | 16e47218afcbe3a0d3d0eff313184034114573b8 | /C01/ex00/ft_ft.c | 296dc02f80420d13f6a157a337c5deb81ac3fbfc | [] | no_license | Aglorios17/Piscine_19 | 2a57972ad4ed714cd1b6d7dfb79cc606445ac48f | 0c117666819d0cd89841e6ef3f4f6c9923ca110c | refs/heads/master | 2021-01-03T10:49:31.466248 | 2020-02-12T15:41:56 | 2020-02-12T15:41:56 | 240,047,872 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 946 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_ft.c :+: :+: :+: ... | [
"alessio.glorioso17@gmail.com"
] | alessio.glorioso17@gmail.com |
2838a8658e7e102774dbf4df212b4410c329e076 | 9545443abf3ba785ea80d459f01efa5be8df2087 | /cfs/apps/md/fsw/unit_test/ramnosig/invalidfile3.c | eff2b976fe5140de8c1cd62f1de552864f9f75d3 | [
"Apache-2.0",
"NASA-1.3"
] | permissive | anthonyneedles/WISE-HEADACHE-JASH | 9ab8f1bcd87a45ddc11fc115e512a5b4465e81e3 | 28199218a8855db88adc43c3daa4a5a832571012 | refs/heads/master | 2023-07-15T04:26:19.817108 | 2020-08-18T01:34:00 | 2020-08-18T01:34:00 | 272,212,651 | 2 | 1 | Apache-2.0 | 2021-09-02T03:58:33 | 2020-06-14T13:57:03 | C | WINDOWS-1252 | C | false | false | 3,512 | c | /************************************************************************
** File:
** $Id: invalidfile3.c 1.2 2015/03/01 17:18:00EST sstrege Exp $
**
** Copyright © 2007-2014 United States Government as represented by the
** Administrator of the National Aeronautics and Space Administration.
** All Other Rights... | [
"aneedles758@gmail.com"
] | aneedles758@gmail.com |
10927246a818e505ce395b8292c87327bff9bf88 | 5d0dba77c0bdb85141c44fa512079049ece2f82f | /11/renderer.c | 0917822c0c5bd895d09248509e65a0dadce1b038 | [] | no_license | akydd/sdl | e7bfe079e6e02e6154326edb9ba68f256da5f11f | 90d5f97ea31569ee2b485614506c877584aaabe3 | refs/heads/master | 2021-01-01T16:55:34.925922 | 2014-05-28T03:45:32 | 2014-05-28T03:45:32 | 14,636,652 | 8 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,852 | c | /*
* ====================================================================
*
* Filename: renderer.c
*
* Description: SDL implementation of the render system
*
* Version: 1.0
* Created: 11/11/2013 06:59:02 PM
* Revision: none
* Compiler: gcc
*
* Author: Alan K... | [
"akydd@ualberta.net"
] | akydd@ualberta.net |
a699e6292da6e157765c535bfe339d09e0604559 | 43d632d6d95669f7068af1c9c07d983b7b14acf9 | /Chapter1/more02.c | 2ce4e98ae8235890afbd7347451ebad4b2c3d210 | [] | no_license | doveC/Understanding-Unix-Linux-Programming | f1b7fe80720cc7096bc5848158461072ba9f155a | 0fe65c9468ef124d3ba917e30ca9eeede513ac46 | refs/heads/master | 2020-05-23T12:48:24.756913 | 2019-05-15T09:48:07 | 2019-05-15T09:48:07 | 186,765,321 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,520 | c | /* more.c - version 0.1
* read and print 24 lines then pause for a few special commands
* */
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#define PAGELEN 24
#define LINELEN 512
void do_more(FILE *);
int see_more(FILE *);
int main(int argc, char* argv[]) {
FILE *fp;
if(ar... | [
"a159995@yeah.net"
] | a159995@yeah.net |
910c0954143b14dd267bbfbe2f1c8656bec64eec | af7c753cfbc9309e1276d12e2e29fbbd6d7602ce | /Firmware/R5/clay_demo_nrf24l01plus/Sources/Events.c | 4b4c37ed9de3071bf654870b9289cf4f0362c0b4 | [
"MIT"
] | permissive | zzrgenius/Clay | b179c64f2348449f6766ba356af5daecf90639e5 | 31a84237d09eb93affb9b2587ff1d5b9a2b8c6a6 | refs/heads/master | 2021-05-31T08:29:51.309212 | 2016-06-05T04:52:12 | 2016-06-05T04:52:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,525 | c | /* ###################################################################
** Filename : Events.c
** Project : clay_demo_spi
** Processor : MK20DX256VLL7
** Component : Events
** Version : Driver 01.00
** Compiler : GNU C Compiler
** Date/Time : 2015-08-30, 12:36, # CodeGen: ... | [
"thebhef@gmail.com"
] | thebhef@gmail.com |
e0f61557444ee0742bcb8fb4287505a78304884f | a39222979ed147d8d233dc8be619a216a8b52e8e | /workspace_c/c_web/index.c | 6259eadd0f6b38ccbb1d91dbade3cbe2b1e857b2 | [] | no_license | jxva/jxvaframework | ae532cbaa027540f907b00ea745b8236c17ba555 | d56b3a5eafe78dedb55a8feca215de562bac045c | refs/heads/master | 2020-06-05T01:23:57.433577 | 2012-04-17T08:20:39 | 2012-04-17T08:20:39 | 1,904,195 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 481 | c | #include <stdio.h>
int main(int argc, char *argv[]) {
fprintf(stdout, "Content-type:text/html;charset=utf-8\r\n\r\n");
fprintf(stdout, "<!DOCTYPE>");
fprintf(stdout, "<html>");
fprintf(stdout, "<head>");
fprintf(stdout, "<meta charset=\"utf-8\">");
fprintf(stdout, "<title>Index</title>");
fprintf(stdout, "</he... | [
"jxva@msn.com"
] | jxva@msn.com |
137dea620543c2b76092d7b0dd9388fb22e5fd71 | b052e00904946b82df04dbd6145b8fc3d32fce87 | /set5/program/prgm5.c | 2d25d5703a2af9741790ce35466bf817bd948801 | [] | no_license | SUJITHRAG/assignment1 | 02f6606564aa8776f4e9a029b2cc28f4fe7849f4 | df82b496c9a06ae5da83dce907d536e2352998d6 | refs/heads/master | 2021-09-10T14:06:38.756844 | 2018-03-27T14:13:14 | 2018-03-27T14:13:14 | 114,718,421 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 142 | c | #include<stdio.h>
int main(void)
{
int n,count=0;
scanf("%d",&n);
while(n!=0)
{
n=n/10;
count++;
}
printf("%d",count);
return 0;
}
| [
"noreply@github.com"
] | SUJITHRAG.noreply@github.com |
3282f60643848c1a40b7674f629893c9b1b1a1bc | fb60391fb1aabbf9b014ef707220fb22baadce58 | /lib/primitives.c | a9993b6adf599a448fc3a236f1ae1fd802ec09fd | [] | no_license | wtkearney/raytracer | cc7eb3f5067035836ac213861d2cf88b46a6bb42 | f7427af674521729b6aa962861318b16f1858f14 | refs/heads/master | 2020-03-30T05:55:55.481234 | 2015-06-16T05:41:40 | 2015-06-16T05:41:40 | 37,510,372 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,781 | c | //
// primitives.c
//
//
// Created by Will Kearney on 3/12/15.
//
//
#include "graphics.h"
/* returns a primitive struct of the specified type */
Primitive *create_primitive(PrimitiveType type) {
Primitive *obj = malloc(sizeof(Primitive));
obj->type = type;
obj->color = (Color){{0.0, 0.0, 0.0, 0... | [
"wkearney@colby.edu"
] | wkearney@colby.edu |
b5adedbd46bb0d978417c5984785c9c5913490ca | 582963ad670f2d1aace35d9b35355bc5d39508e8 | /src/Cedar/Interop_OpenVPN.c | 4c6d8771246c202215bbe7ddbd6d1cfbf9c39a21 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | samizalam/SoftEtherVPN_Stable | 399d11ea2f0bf8e262755dca8242fc30117abca5 | ce5d586bb2b8fb151098b51da545e6d1b863801f | refs/heads/master | 2020-05-25T13:51:00.076309 | 2019-06-16T17:34:26 | 2019-06-16T17:34:26 | 187,830,261 | 0 | 0 | Apache-2.0 | 2019-05-21T12:12:51 | 2019-05-21T12:12:51 | null | UTF-8 | C | false | false | 69,644 | c | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... | [
"da.git@softether.co.jp"
] | da.git@softether.co.jp |
053aedeaa184fb88052dd87ed05946bb8127d8fd | cc6251d19bd65250078e139326701789e236108d | /plugins/linguistic/cost_functions/right_context/src/right_context.c | 7dbdc6162861e261b55ad2f678ce96ee8a548967 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Cyofanni/speect | d4e6de512320520b7d20085dccc3b88e22b707a6 | 8fd77ab6221f10a1ebf6eadf241cd179bdd44728 | refs/heads/master | 2021-01-24T15:42:09.498548 | 2016-07-06T12:56:17 | 2016-07-20T14:43:04 | 59,549,775 | 1 | 0 | null | 2016-05-24T07:20:15 | 2016-05-24T07:20:15 | null | UTF-8 | C | false | false | 8,420 | c | /************************************************************************************/
/* Copyright (c) 2009-2011 The Department of Arts and Culture, */
/* The Government of the Republic of South Africa. */
/* ... | [
"jalouw@csir.co.za"
] | jalouw@csir.co.za |
5aeb6dcc19082f5d9e3a04ac845cd33eb43bff5c | 138c849d97f084224d7a83916e3824cdcddca3bb | /xdctools_3_16_03_36/packages/xdc/tools/sg/widgets/package/package_xdc.tools.sg.widgets.c | de0b7aaba341786dc306fc1b932df1af44bdb876 | [] | no_license | lab85-ru/ti-dvsdk_omapl138-evm_04_03_00_06 | 7210a0324d9b520aa4e17879fe1bb84af98b1178 | 350e68dd99669e46c6f679e91216e22412ee50c5 | refs/heads/master | 2022-07-29T11:31:20.816254 | 2020-05-17T18:09:02 | 2020-05-17T18:09:02 | 264,720,283 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 463 | c | /*
* Do not modify this file; it is automatically
* generated and any modifications will be overwritten.
*
* @(#) xdc-t57
*/
#include <xdc/std.h>
__FAR__ char xdc_tools_sg_widgets__dummy__;
#define __xdc_PKGVERS null
#define __xdc_PKGNAME xdc.tools.sg.widgets
#define __xdc_PKGPREFIX xdc_tools_sg_widgets_
#i... | [
"info@lab85.ru"
] | info@lab85.ru |
1437ea5b61e21e8f0c79b7c4b4b2391313961655 | a45ae9e22b316fc3d792a1b124d1cb42d279b18a | /exercices/chap8/remplace.c | fb0b2862ff6c444ea1a15f33b1054b0304310917 | [
"CC0-1.0"
] | permissive | lvercouter/INFO_MP2I | 56facb3d3a36df1f3946707151792ce0c399e6c5 | 50f6d2852e1b2a63be1f6a33fd5cdb2fe5e4a114 | refs/heads/main | 2023-08-16T16:53:00.509935 | 2021-09-28T13:11:00 | 2021-09-28T13:11:00 | 390,679,032 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 434 | c | #include<stdio.h>
void remplace(char *nom, char ori, char nv) {
FILE * f = fopen(nom,"r+");
if (f == NULL) {
fprintf(stderr,"Erreur dans l'ouverture de %s\n",nom);
} else {
while (!feof(f)) {
char c = fgetc(f);
if (c == ori) {
fseek(f,-1*sizeof(char),SEEK_CUR);
fputc(nv,f);
... | [
"noreply@github.com"
] | lvercouter.noreply@github.com |
8202f463f5b63c6a7b21039e3876e4efeecbe512 | c7c687118de1cbfb9132b050096d6ce3ec310496 | /vm_src/op_st.c | 57e52188939858132341604e7205d11809f91639 | [] | no_license | LiaOlya/corewar | 6971731c020dd85ebe4f96e238ee39a89469ca49 | 7724ae0f866d07ee51458730c4a5c4ee0e106ed1 | refs/heads/master | 2020-05-22T14:06:21.528532 | 2019-05-13T08:22:39 | 2019-05-13T08:22:39 | 186,376,504 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,962 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* op_st.c :+: :+: :+: ... | [
"olyatk1@gmail.com"
] | olyatk1@gmail.com |
e53833e60303bd472720c182a2eaad11ca05bbd4 | a868f8db619a3bf46ac8d8cba6ef866840810a26 | /game/common_dungeon/PowerUp.c | 814bb93161bfa32356d3faa310c0ee5fb69c630e | [] | no_license | JamesDunne/BlasterMaster | 1cdb2bf4edbd8f2caaa6b9ff3de73f6eca09db25 | 9eafd37413ccbfaf7a44bf92d8d8a7c1c49d79ca | refs/heads/master | 2021-01-21T07:53:45.728306 | 2010-12-27T22:38:35 | 2010-12-27T22:38:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,265 | c | // C Source File
// Created 1/6/2004; 12:50:11 PM
#include "common.h"
#include "classes.h"
#include "bm_game.h"
#include "interface.h"
void PowerUp_PreThink(entity e) {
DEFINE_SELF(e_powerup);
// Hidden?
if (host->map->mapflags[host->gettileat(e->x, e->y)] & MAPFLAG_SOLID) return;
if (self->killtime-- <= 0) {
... | [
"james.jdunne@gmail.com"
] | james.jdunne@gmail.com |
9ffd0908dc5059b6bf95ee16c9f34a72f003b99f | 836c8e2068144f9bb2900dfb431411d587bed565 | /Temp/StagingArea/Data/il2cppOutput/t1_160MD.h | bda3fc1589e630007ab3ba530c5e4b1b5239ed75 | [] | no_license | vickylance/GamifiedQuiz | 807cf911056f913b2316d5eecd34375436b334cd | fef77320d9df67ecebcc1509ff2e584e3932dc7e | refs/heads/master | 2021-01-10T02:10:28.638995 | 2016-03-02T17:29:19 | 2016-03-02T17:29:19 | 52,981,306 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 707 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
struct t1_160;
struct t1_18;
struct t1_189;
struct t1_42;
#include "codegen/il2cpp-codegen.h"
#include "t1_519.h"
extern "C" void m1_5259 (t... | [
"vkkpp@homail.com"
] | vkkpp@homail.com |
9686b048291d1cabce668e1bee7ec60b725af8c5 | 216f7ff54f0ec9e91173e9219b31e9d51138e86d | /.env/include/python3.7m/symtable.h | 40ae5eab5b95187e98d6be1b4486913bd6693d39 | [] | no_license | kv-n/kickit-flask | 04f25309a1d19cb0a93ea6e3df3055b3dcd420a4 | fdad174fb27a0628c618277afc220b4b977b6040 | refs/heads/master | 2020-04-25T07:30:21.485792 | 2019-03-04T18:22:16 | 2019-03-04T18:22:16 | 172,616,018 | 1 | 1 | null | 2019-02-28T21:44:19 | 2019-02-26T01:40:31 | Python | UTF-8 | C | false | false | 101 | h | /usr/local/Cellar/python/3.7.1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/symtable.h | [
"k.cuison@gmail.com"
] | k.cuison@gmail.com |
e98fc2aeae3247a865309588af5bfa46fd199639 | 5fe1b1dac10acfa0ef9a82d662a7e2955094514f | /etc/examples/mappy.c | 299071ba728d08224a956898e83a99622bf0b0a6 | [
"ISC"
] | permissive | nicholatian/cosmo-cstar | e8e4d68d69689906661b562ad9b206e1a8385e46 | 3d4d050346c34374679f19c3f39fc555502a0f72 | refs/heads/master | 2023-02-26T14:46:00.002905 | 2021-02-01T21:46:48 | 2021-02-01T21:46:48 | 334,593,188 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,828 | c | #if 0
/*─────────────────────────────────────────────────────────────────╗
│ To the extent possible under law, Justine Tunney has waived │
│ all copyright and related or neighboring rights to this file, │
│ as it is written in the following disclaimers: │
│ • http://unlicense.org/ ... | [
"jtunney@gmail.com"
] | jtunney@gmail.com |
f25e240251721aa569fedd56632f7b1eaa27ef36 | 143fa3011cc09daff4e978f38753b7d256e0cebb | /twoMaxSumInt.c | 2545bf63bbfbaef3fe6849473d7ea21eda2317a3 | [] | no_license | jerryhungcy/datastruct_C | 7689b03a69fb264b3bf7113bc97e0b8407fed3f7 | b6c96018ad98c12f14ee00ec90180761b3ea7ac4 | refs/heads/master | 2020-09-10T03:52:37.737238 | 2019-12-06T16:09:14 | 2019-12-06T16:09:14 | 221,641,568 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 543 | c | #include<stdio.h>
#include<stdlib.h>
#include<math.h>
int main(){
int t, max=0, max2=0, maxp;
scanf("%d", &t);
int* number = (int*)malloc(sizeof(int)*t);
for(int i=0;i<t;i++){
scanf("%d", &number[i]);
if(max< number[i]){
max = number[i];
maxp = i;
}
}
for(int i = 0;i<t;i++){
if(abs(maxp-i) > 1 && m... | [
"jerryhungcy@gmail.com"
] | jerryhungcy@gmail.com |
1c934bacfceda28a90f349545f1437458e8716d0 | 7e34099853f87cbfd0ee69d8894d10eaf8e1df94 | /implementations/group6/Milan2/src/EIFGENs/demo/W_code/C6/pr183d.c | 7734df3db316d4e66994f62699c7ddef7ba2aca4 | [] | no_license | Matias-Bernal/dose2014 | cc1b973de8ba592ba82b2c8c8efd7749bcd3a033 | 139376fb884523cf5e0ccd7e9fed152555641a35 | refs/heads/master | 2016-09-06T03:51:44.566674 | 2014-12-24T14:49:10 | 2014-12-24T14:49:10 | 32,119,587 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,033 | c | /*
* Class PRECONDITION_VIOLATION
*/
#include "eif_macros.h"
#ifdef __cplusplus
extern "C" {
#endif
static EIF_TYPE_INDEX gen_type0_183 [] = {414,182,0xFFFF};
static EIF_TYPE_INDEX gen_type1_183 [] = {0,0xFFFF};
static EIF_TYPE_INDEX gen_type2_183 [] = {0,0xFFFF};
static EIF_TYPE_INDEX gen_type3_183 [] = {0,0xFFF... | [
"marionDepuydt@f6206239-57e0-e8d1-037d-e0d2c07dc7bc"
] | marionDepuydt@f6206239-57e0-e8d1-037d-e0d2c07dc7bc |
be7ae77e21743ef106cb3c7278fd87a540744ee6 | bcafd8102f07bc16ccb09b5c6d213ffa8efa75ea | /gyak01/file_reader_bad.c | 7601ea78756a799d2b1dea202cae275dad8fcab0 | [] | no_license | juditacs/villprog | c5a04fb70ef12acaa18b39949d8b86173548df31 | 95184da6b129f23d3a3b4b88314cc13f58aaf505 | refs/heads/master | 2021-01-21T13:53:22.762407 | 2016-05-18T10:48:31 | 2016-05-18T10:48:31 | 52,074,874 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 325 | c | #include <stdio.h>
int main() {
int i, j = 0;
char c;
while(!feof(stdin)) {
i = fgetc(stdin);
printf("%d: %02X\n", ++j, i);
if (i == EOF) {
printf("EOF reached\n");
}
}
while(scanf("%c", &c) == 1) {
printf("%d: %02X\n", ++j, c);
}
return ... | [
"judit@mokk.bme.hu"
] | judit@mokk.bme.hu |
0f991510b69ebfaba269bb6ef741bdffb7fa5111 | 5273fb30563c5154576c2d8238a61a017ee56239 | /Matlab imaging/matlabPyrTools/MEX/edges.c | 32bd16e31dd675d783babc152986f5871dc8acfe | [] | no_license | shesay-noway/imageProcessing-matlab-libraries | af232f634f4a6fa33d8067f5f46af009ddec03c7 | 0ac958a6ad43e4d14d033598c89abf3886d5af30 | refs/heads/master | 2020-04-25T19:26:36.412411 | 2019-01-21T06:58:10 | 2019-01-21T06:58:10 | 173,020,819 | 13 | 3 | null | null | null | null | UTF-8 | C | false | false | 22,770 | c | /*
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; File: edges.c
;;; Author: Eero Simoncelli
;;; Description: Boundary handling routines for use with convolve.c
;;; Creation Date: Spring 1987.
;;; MODIFIED, 6/96, to operate on double float arrays.
;;; MODIFIED by dgp, 4... | [
"giacomocarsana@digiteclecco.com"
] | giacomocarsana@digiteclecco.com |
97c7cda89ecee31338972f0b5685f5cab9e4a7e1 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/darwin-xnu/osfmk/kern/extr_ipc_tt.c_convert_port_to_locked_task.c | c376e198ad2122a6bde5452008d453ee649dfe90 | [] | 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,713 | 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 |
0f9b5138dc2a4340645a4ce4632cdc11a6100650 | e169fdfbff2758e243538f409b87d57d2b3b10e4 | /case/apps/desktop/music/music_playing_option.h | 1bcebc91454cfba6bbd6a2eee0f8380b53a11e81 | [] | no_license | mcirsta/ActSDK | 68a2256bb0e3a5bd64d58f4c04048a578de80d74 | c3b3ceff43c3a2e4c98015b0f88f27fe05eb30ce | refs/heads/master | 2023-06-12T08:45:11.254308 | 2021-07-01T12:56:12 | 2021-07-01T12:56:12 | 380,211,688 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 1,074 | h | /********************************************************************************
* USDK(1100)
* Module: app
* Copyright(c) 2003-2009 Actions Semiconductor,
* All Rights Reserved.
* File : music_playing_optio... | [
"mforce2@gmail.com"
] | mforce2@gmail.com |
46730947d4c99754ed93dfda26520d0b1a683b13 | 616385e3d4e80be664fc4a77001d5a845df12207 | /os161/os161-2.0/kern/compile/ASST2/.depend.thread.c | fe6603ed5a3ade23cbe32b019d6082ceef44234e | [] | no_license | ishwartg1997/os161-ishwar-gmu-2.0 | 9e80c4695edee17d70558344df159f8dba31a807 | aa4c3f567f06401dde48759214d1f4486cdfcde5 | refs/heads/master | 2020-04-02T15:41:30.300351 | 2019-03-07T19:38:43 | 2019-03-07T19:38:43 | 154,579,054 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 835 | c | thread.o: ../../thread/thread.c ../../include/types.h \
../../include/kern/types.h includelinks/kern/machine/types.h \
includelinks/machine/types.h ../../include/kern/errno.h \
../../include/lib.h ../../include/cdefs.h opt-noasserts.h \
../../include/array.h ../../include/cpu.h ../../include/spinlock.h \
incl... | [
"ithiruna@zeus-2.vse.gmu.edu"
] | ithiruna@zeus-2.vse.gmu.edu |
fc1328c395f003ff29277c39dcd3e80a50bca1ab | ade3ed6e96d52acee7a7c3d126fd76d6ce067091 | /src/backend/replication/walreceiverfuncs.c | 741899bf46b7967557d83bfd180e3e287e5e86d7 | [
"PostgreSQL"
] | permissive | carloszab/postgresfc | c272d8c00b2b58338fd9bfbdadec92afc014c874 | 7ccf1bd18a6ac96a4efbe58f01d1aa5352c691b1 | refs/heads/master | 2023-01-11T10:08:26.160941 | 2020-11-22T00:26:18 | 2020-11-22T00:26:18 | 276,978,355 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,160 | c | /*-------------------------------------------------------------------------
*
* walreceiverfuncs.c
*
* This file contains functions used by the startup process to communicate
* with the walreceiver process. Functions implementing walreceiver itself
* are in walreceiver.c.
*
* Portions Copyright (c) 2010-2015, P... | [
"cazabala16@gmail.com"
] | cazabala16@gmail.com |
217258fc58ff713ccba79393e29c474b856f4dfc | 43448495fecfefc39c4e42c7a7740db2139b77cb | /chapter5/semant.c | d8d71d4e37cf54447bdf942b641509786adaca19 | [] | no_license | algebra84/tigerbook-learning | 358a7e0acef60889df1ce1f7ae83a37c413467f7 | dd9db056c2bd992fca20385d9ef46916ee9488d2 | refs/heads/master | 2021-05-11T17:53:43.054606 | 2018-04-17T06:31:24 | 2018-04-17T06:31:24 | 117,808,690 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,481 | c | #include "semant.h"
struct expty expTy(Tr_exp exp, Ty_ty ty) {
struct expty e;
e.exp=exp;
e.ty=ty;
return e;
}
Ty_ty actual_ty(Ty_ty namety){
if(!namety || namety->kind != Ty_name)
return namety;
return actual_ty(namety->u.name.ty);
}
//Ty_record, Ty_nil, Ty_int, Ty_string, Ty_array,
//Ty_name, Ty_vo... | [
"crazylht@126.com"
] | crazylht@126.com |
0cda07812644002cc87134bcdb012cf69ae7acb2 | 9ff15767cedb1ab979ec5f6d17db968b2f673ba4 | /task6/misc_char_driver.c | eccb2f0840be921c748ee222a4a2df45c7e0a864 | [
"MIT"
] | permissive | aditya2499/EudyptulaChallenge | c5d2c323c9135440276533f27a7b089e1810da13 | 8f6439c9b0df5c2e0b9575830d9883c51bed8dab | refs/heads/master | 2022-12-05T22:01:10.333265 | 2020-08-27T18:24:02 | 2020-08-27T18:24:02 | 290,846,320 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,484 | c | #include <linux/init.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/hid.h>
#include <linux/usb.h>
#include <linux/miscdevice.h>
static char *id = "a21ee7cfaff1";
static ssize_t misc_read(struct file *, char *, size_t, loff_t *);
static ssize_t misc_write(struct file *, const char *... | [
"noreply@github.com"
] | aditya2499.noreply@github.com |
09104a544a99b39b2a254697bfa4cb5cc91ecb2f | f371ce1b6c3c59373bc2dfbb598fca07902d2c73 | /src/maze/solve_maze.c | 5b6f6a85a2b1353ed1eedb86c632ecce0cbb207e | [] | no_license | AlexisAuriac/my_screensaver | 92b03cda095e20d31feb79e68c6bb27856e4e84c | 135ddbf090376e4229cb5be34bee251a15d27823 | refs/heads/master | 2020-03-20T02:03:13.771400 | 2018-06-12T16:25:25 | 2018-06-12T16:25:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,997 | c | /*
** EPITECH PROJECT, 2018
** my_screensaver
** File description:
** Solves the maze created in mz_maker using dead-end filling.
*/
#include <stdbool.h>
#include <SFML/Graphics.h>
#include "graph.h"
#include "screensaver.h"
static void follow_deadend(sfRenderWindow *window, maze_t *maze, int x, int y)
{
int i = 0;
... | [
"alexis.auriac@epitech.eu"
] | alexis.auriac@epitech.eu |
1c213247e4eeaa2d5057dd3fd37d9e608298adf0 | 5d6348aa9cfebc1e7b823075d167a7d1367f0314 | /include/k4ainternal/firmware.h | 318f57ba61ea6d7242ab6dc48b78b47c9bf7c9bc | [
"MIT"
] | permissive | codefoster/Azure-Kinect-Sensor-SDK | 66669b681376960ae1478167e92625198c5e9fa2 | 68a225d47fdd0b2a7848973bff7cbfdfd2c01904 | refs/heads/master | 2020-06-02T15:42:02.924305 | 2019-03-13T05:11:56 | 2019-03-13T05:11:56 | 191,213,287 | 0 | 0 | null | 2019-06-10T17:22:12 | 2019-06-10T17:22:11 | null | UTF-8 | C | false | false | 2,605 | h | /** \file firmware.h
* Kinect For Azure SDK.
*/
#ifndef FIRMWARE_H
#define FIRMWARE_H
#include <k4a/k4atypes.h>
#include <k4ainternal/depth_mcu.h>
#ifdef __cplusplus
extern "C" {
#endif
/** Handle to the firmware device.
*
* Handles are created with \ref firmware_create and closed with \ref firmware_destroy.
*... | [
"maschu@microsoft.com"
] | maschu@microsoft.com |
c3c4e144bfa4c03b1f1cc3ac713dfd41fd7e64be | 7dd453d56a9b269fafe4de5c105ecea1e409c817 | /EmergeExp/Module_1.cydsn/Generated_Source/PSoC4/RX_1_PM.c | 4c81b5f5d1e1c80598bc3faa8536a2a1e1934fd4 | [] | no_license | rmorenoga/real-exp-emerge | 6110fa4835a9d30a3f595ad97770416d38b3491b | 35e1370b0a6b6df6096066a46de0a6e84b217a62 | refs/heads/master | 2021-07-04T00:24:43.759662 | 2020-08-08T20:49:21 | 2020-08-08T20:49:21 | 140,607,821 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,478 | c | /*******************************************************************************
* File Name: RX_1.c
* Version 2.20
*
* Description:
* This file contains APIs to set up the Pins component for low power modes.
*
* Note:
*
********************************************************************************
* Copyright 201... | [
"rmorenoga@unal.edu.co"
] | rmorenoga@unal.edu.co |
1952953535b75c8c9e48bbac5e400e1a01092975 | 5b7d0f4b79a411e2fba1ea24c9cf1d4af20f813d | /iOS7.0.3/System/Library/PrivateFrameworks/AppSupport.framework/AppSupport-Symbols.h | 6cddc11d43049d96077adfce79dacae4787c334b | [] | no_license | ichitaso/iOS-iphoneheaders | 07ebebac9afb043f10d921c15f24c44ce664b800 | e0e0b2f57eeb94a0d07036e6dc14472cd1972843 | refs/heads/master | 2023-06-08T08:07:00.244639 | 2023-05-28T11:03:07 | 2023-05-28T11:03:07 | 21,318,634 | 81 | 57 | null | 2018-05-14T19:47:30 | 2014-06-29T07:24:01 | null | UTF-8 | C | false | false | 39,230 | h | _ALCityCountryNameKey
_ALCityCountryOverrideKey
_ALCityIdentifierKey
_ALCityLatitudeKey
_ALCityLocaleCodeKey
_ALCityLongitudeKey
_ALCityNameKey
_ALCityPropertiesCount
_ALCityTimeZoneKey
_ALCityUnlocalizedCountryNameKey
_ALCityUnlocalizedCountryOverrideKey
_ALCityUnlocalizedNameKey
_ALCityYahooCodeKey
_AirplaneModeKey
_... | [
"willfeeltips@gmail.com"
] | willfeeltips@gmail.com |
198932ec54e37ec7644295f383fa2a1520c8323f | 6945b15e24f9cb9ea247a766f6bfb55c6451c610 | /e3372h-vendor-src/vender/config/product/MBB_CONFIG/mbb_product_adapt/hi6921_v711_cpe.h | 222c32e46ef254da204fa93fe37f3fa234b23a0f | [] | no_license | im-0/e3372h-kmods | 7619f43c357de5c8426bd2a8e4f7644dfd7abf22 | e5f2da610abd78946786fdcd7ec6c744c9feb697 | refs/heads/master | 2021-01-25T14:23:40.397133 | 2018-06-08T02:50:29 | 2018-06-08T02:50:29 | 123,693,933 | 7 | 4 | null | null | null | null | GB18030 | C | false | false | 2,978 | h | /*************************************************************************
CAUTION : This file is Auto Generated by VBA based on 《V711 MBB PRODUCT_auto_adaptor.xlsm》.
So, don't modify this file manually!
****************************************************************************/
#ifndef __MBB_PRODUCT_AD... | [
"mironov.ivan@gmail.com"
] | mironov.ivan@gmail.com |
82e9e7ab81daae60b53f437afcd34552563447dd | b5c617372f9c3de08f2fadc234c9f4955577fd37 | /raspberry/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/arm-linux-gnueabihf/sysroot/usr/include/bits/string3.h | d13514fedddf87ea0f2b36494213d69d5833e5d3 | [] | no_license | zhouswei/myrep | 43164ae5f480db9d92d0be7d0691eaf0cef2703e | 5394e2162715adf46dcf0e17a177f9ae16f0b17c | refs/heads/master | 2022-12-25T06:56:31.720855 | 2020-05-13T02:54:40 | 2020-05-13T02:54:40 | 34,447,551 | 0 | 0 | null | 2022-12-11T05:46:09 | 2015-04-23T09:42:57 | C | UTF-8 | C | false | false | 4,616 | h | /* Copyright (C) 2004-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library 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 o... | [
"zhou19840902@gmail.com"
] | zhou19840902@gmail.com |
4e89941489bbd0c141d376b1a8ad6d841a7e2824 | 7ec38dff9580ce3b60caa5e5e8d4a28f7ae5998f | /cryptbk_t.c | e4f2e02fe65c29702916154f81a0c68feec692bb | [] | no_license | noelbk/bklib | ca0234af05ff87ead0989cbe1abf9e365a794af7 | e0d634f107cab11227bfbc8a71ef04c827ac7c39 | refs/heads/master | 2016-09-12T06:14:36.562010 | 2016-03-11T18:01:37 | 2016-03-11T18:01:37 | 42,731,858 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,485 | c | #include <stdio.h>
#include <time.h>
#include <string.h>
#include "cryptbk.h"
#include "debug.h"
#include "memutil.h"
#include "readable.h"
int
cb(void *arg, int prog, char *msg) {
printf("%s: %s\n", (char*)arg, msg);
return 0;
}
void
print_cert(cryptbk_t *cert, int mode, char *msg) {
in... | [
"noel@burton-krahn.com"
] | noel@burton-krahn.com |
568e8ea61b4914f84aec7658ad0787af65ab7522 | d3576cff6d4f924ea1cc85e3406e88f83403cd5c | /lib/cnn_dist_v1/cnn_dist.h | 298d242ae91366c3f268cf37e250ca53659e7457 | [
"MIT"
] | permissive | mganger/cnn-distortion | 9f7d61ceab5fe5c2e29099d147290408845cad7a | d02dfa96ad34b0e969bc77ca1f4878aef51fd83e | refs/heads/master | 2020-08-30T14:21:04.790167 | 2019-11-22T20:45:47 | 2019-11-22T20:45:47 | 218,407,209 | 9 | 2 | null | null | null | null | UTF-8 | C | false | false | 17,684 | h |
#pragma once
extern "C" {
#include <cblas.h>
};
#include <cmath>
struct cnn_dist_v1 {
const static int latency = 504;
const static int MAX_L = MAX_BUFFER + latency;
const static int MAX_CH = 7;
// About 1.4e-05*(MAX_BUFFER+504) MB of buffer
float x_even[MAX_L][MAX_CH];
float x_odd [MAX_L][MAX_CH];
void opera... | [
"mganger747@gmail.com"
] | mganger747@gmail.com |
1c5dc57fbba26c9f646c1de1426ea596030ddb22 | 4fc4fbb4164af4e225b8703d65f5de6949e47fbd | /testtarget/src/test.c | bd0040f401449d005762292ce82a2c9316209ece | [] | no_license | ghaucience/gwutil | 513d8f3afadd5762b71b77ae5d6c710bcb5ba7fa | 69ce1b35f85efdaa9666e02870699a94cf66124e | refs/heads/master | 2021-04-26T23:56:41.986821 | 2020-10-27T09:05:55 | 2020-10-27T09:05:55 | 123,882,839 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 7,056 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include "log.h"
#include "parse.h"
#include "file_event.h"
#include "test.h"
#include "jansson.h"
#include "json_parser.h"
#include "timer.h"
#include "udp.h"
static stTestEnv_t ee;
int test_init(void *_th, void *_fet, int port) {
ee.... | [
"dlaudience01@gmail.com"
] | dlaudience01@gmail.com |
8bd1129c3873043153eff2cbac4204f5e337cea8 | f8aaa79581b1447f814126eb677882b38178e44a | /31.c | 7e337332e5340baf259f6f646e544f47dd808069 | [] | no_license | xiaoshe/leetcode | f6c3a3d857345546cb2e868c2b6e7ff29b274976 | aeccc72996bbd9c77698f121739eb06ddb3c4bc7 | refs/heads/master | 2021-03-03T20:30:20.688983 | 2020-10-21T09:08:08 | 2020-10-21T09:08:08 | 245,985,715 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,133 | c | #include "util.h"
int cmp(const void *a, const void *b) {
return *(int*)a > *(int*)b;
}
void nextPermutation(int* nums, int numsSize){
// 从后向前找到一个数字,该数字比后面数字小
int p = numsSize - 2;
while (p >= 0 && nums[p] >= nums[p+1]) {
p--;
}
printf("p:%d\n", p);
if (p < 0) {
// 未找到
... | [
"shekunlong@xiaomi.com"
] | shekunlong@xiaomi.com |
8576d6a8153e8cea62b661eb8ae6cb14fba2bcc9 | c776476e9d06b3779d744641e758ac3a2c15cddc | /examples/kbound/popl23-benchmarks/MCR/ARMCBMC/airline.c | 4d2ffad19e2309a1963cdf685dbc7686f21e9841 | [] | no_license | ashutosh0gupta/llvm_bmc | aaac7961c723ba6f7ffd77a39559e0e52432eade | 0287c4fb180244e6b3c599a9902507f05c8a7234 | refs/heads/master | 2023-08-02T17:14:06.178723 | 2023-07-31T10:46:53 | 2023-07-31T10:46:53 | 143,100,825 | 3 | 4 | null | 2023-05-25T05:50:55 | 2018-08-01T03:47:00 | C++ | UTF-8 | C | false | false | 1,670 | c | /* Copyright (C) 2023
* This benchmark is part of ARMCBMC
*/
/* Get inspiration from the Account example in Tables 1 and 2 in the PLDI 2015 paper:
https://dl.acm.org/citation.cfm?id=2737975
*/
/* This benchmark is buggy in the sense that it is missing synchronization */
#include <assert.h>
#include <stdint.h>
#i... | [
"tuan-phong.ngo@it.uu.se"
] | tuan-phong.ngo@it.uu.se |
79babb67aaf62c18a6c1b6800a4adc8bf1722f5d | e4eb41b4640f9566f9c440e17ccf178f87323ac7 | /App/Il2CppOutputProject/Source/il2cppOutput/UnityEngine.UIModule_CodeGen.c | 443cde8b28c085a2d253ff92985c6b5d6a1fb052 | [] | no_license | B17055/MRBreedingSimulator | b07aab0c83d29dcc5989a4da3e5710ea13ba6cc6 | 95e2a11296c9c4dc9a364cb075b12d5e5a4d3dbd | refs/heads/master | 2023-03-03T20:38:35.515176 | 2021-02-11T09:09:06 | 2021-02-11T09:09:06 | 323,351,839 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 25,475 | c | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
// 0x00000001 System.Boolean UnityEngine.ICanvasRaycastFilter::IsRaycastLocationValid(UnityEngine.Vector2,UnityEngine.Ca... | [
"e1b17055@oit.ac.jp"
] | e1b17055@oit.ac.jp |
f1834a145f8ef3e10c4584cc78f1b3b859399bee | 464ce6326e71577dfbaa32e2c881306849780844 | /sci_gateway/cpp/libitpp_cpp.c | d2cf5aee7587fa54a985a503c1a8fca897b44a04 | [] | no_license | tripathiaishwarya/itpp_module | 43bfd0fea477eb6c687dc7468c25140102096d72 | f701b8e0fe065dbdf55da14b821aa45a56499135 | refs/heads/master | 2021-01-10T21:54:18.914097 | 2015-07-06T10:19:02 | 2015-07-06T10:19:02 | 38,388,403 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,826 | c | #ifdef __cplusplus
extern "C" {
#endif
#include <mex.h>
#include <sci_gateway.h>
#include <api_scilab.h>
#include <MALLOC.h>
static int direct_gateway(char *fname,void F(void)) { F();return 0;};
extern Gatefunc itpp_berc_get_errors;
extern Gatefunc sci_berc_get_errorrate;
extern Gatefunc itpp_bpsk_mod;
extern Gatefunc... | [
"pratikkapoor1105@gmail.com"
] | pratikkapoor1105@gmail.com |
97124e8e049439dbb4f861a04937aa14beb52995 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/darwin-xnu/osfmk/arm64/extr_dbgwrap.c_ml_dbgwrap_halt_cpu_with_state.c | 3835edb10daa0c6aeef32b26ad5f68516d719699 | [] | 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 | 5,007 | 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 |
279a17348c73660519661ffae6aa4c06445bba4d | 1f046a5d2486a5315e49f9f9fa748fe1b3e8133c | /ConPass/data.h | cb4ccfb1401f9df1d2992cfda8a0cdb0d0036612 | [] | no_license | nunosimoes98/taxiSimulation | 9986eff702abcefa72fc5c9b328e9afae1828eba | 0adbb20ff944825ad79a6791baa2c2aa7d5142f3 | refs/heads/master | 2022-11-29T04:59:18.731245 | 2020-07-27T12:27:17 | 2020-07-27T12:27:17 | 282,890,307 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 386 | h | #pragma once
#include "../ConTaxiIPC/data.h"
// Names are inverted from CenTaxi project
#define PIPE_NAME_READ L"\\\\.\\pipe\\ConPassRead"
#define PIPE_NAME_WRITE L"\\\\.\\pipe\\ConPassWrite"
typedef struct {
point_t pos;
TCHAR id[MAX_TEXT];
point_t destiny;
} passenger_t;
typedef struct {
HANDLE pipe_read... | [
"44523780+nunosimoes98@users.noreply.github.com"
] | 44523780+nunosimoes98@users.noreply.github.com |
8dce9204e463ea6fbf4d2d9802c9235740eae494 | 83d8ba6cf10377becad7ad3b2a260b61044954e4 | /drivers/usb/core/driverfs.c | 51ff9bbd604468d39631d07d65afc3f3ccbcb5ce | [] | no_license | wxlong/Test | ec38ca756e260f1a45a3378fe7278c3d91d6474e | d19b1d793d98534a4fc8d8d5cf3324aa1328b19e | refs/heads/master | 2021-01-10T01:52:22.628143 | 2015-11-08T02:17:45 | 2015-11-08T02:17:45 | 45,737,985 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,660 | c | /*
* drivers/usb/core/driverfs.c
*
* (C) Copyright 2002 David Brownell
* (C) Copyright 2002 Greg Kroah-Hartman
* (C) Copyright 2002 IBM Corp.
*
* All of the driverfs file attributes for usb devices and interfaces.
*
*/
#include <linux/config.h>
#include <linux/kernel.h>
#ifdef CONFIG_USB_DEBUG
#define DEBU... | [
"396365947@qq.com"
] | 396365947@qq.com |
220a040f739c47675bd89320fcd5c2fe814d01ef | c6220322c58805c6a7db08fe2a7af8b93ac949fa | /qic_api/qic_include/qic_api_misc.h | f24942afa8df3b2a43a240a76191b915eb5a4051 | [] | no_license | remfalc/qic1832_sdk_linux | cd49a0bf1152d9805fbf3dde73d3fe1747f54132 | 4b09a8b8044657d7bb62dde1e3e7ca5f7da80ec1 | refs/heads/master | 2021-06-09T18:01:27.228715 | 2016-11-29T02:50:07 | 2016-11-29T02:50:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,834 | h | /*
-- This software proprietary belong to Quanta computer Inc. and may be used --
-- only as expressly authorized agreement from --
-- Quanta Computer Inc.. --
-- (C) COPYRIGHT 2010 Quanta Computer Inc. ... | [
"Stef.Lin@quantatw.com"
] | Stef.Lin@quantatw.com |
3dc9db18a83fa955e09181cdd94ec7ea5910613c | 387168ad894a81e418d4a80f2fea89a5a53715e8 | /bsp/CME_M7/StdPeriph_Driver/src/cmem7_ddr.c | a1556a39cd08a203224b264409684e405ed87320 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | XBurst/RT-Thread-XBurst | 697eb85130e38af92d717836cc34ee5d1d4f2f77 | 47fe0fce16f562a0c9b1c9c32803419a87286002 | refs/heads/master | 2020-04-20T12:23:37.510908 | 2019-07-20T16:16:45 | 2019-07-20T17:31:13 | 168,842,151 | 5 | 10 | Apache-2.0 | 2020-03-08T12:14:27 | 2019-02-02T14:51:42 | C | UTF-8 | C | false | false | 18,092 | c | /**
*****************************************************************************
* @file cmem7_ddr.c
*
* @brief CMEM7 DDR source file
*
*
* @version V1.0
* @date 3. September 2013
*
* @note
*
*****************************************************************************... | [
"wuyangyong@gmail.com"
] | wuyangyong@gmail.com |
36a91e3c23ecdec51a7d02c7336f4724e8eb60da | 599908a2466ef05aaa247d616b8c5a7c6a3ddbf4 | /Projects/STM324xG_EVAL/Examples/PWR/PWR_BOR/Inc/stm32f4xx_hal_conf.h | 9adf4dbb827a65c2daf9ab51218bac60d5c53c0a | [
"BSD-2-Clause"
] | permissive | wongyunkei/KeiLib | d65cae1136015b25e98586342c99f5dbbc1016c5 | fff7e13b7f57c03d53b442b656eb68c7195df10c | refs/heads/master | 2021-01-19T10:15:28.137603 | 2017-02-19T08:29:13 | 2017-02-19T08:29:13 | 82,168,386 | 0 | 1 | null | 2020-03-08T01:17:13 | 2017-02-16T10:23:08 | C | UTF-8 | C | false | false | 17,022 | h | /**
******************************************************************************
* @file PWR/PWR_STOP/Inc/stm32f4xx_hal_conf.h
* @author MCD Application Team
* @version V1.2.7
* @date 04-November-2016
* @brief HAL configuration file.
******************************************************... | [
"wongy@DESKTOP-TMGI6Q9"
] | wongy@DESKTOP-TMGI6Q9 |
a4438a073567cff2c8e765fa77a6978a04cc94cb | 73e73064f2c357a32cb6175d660866858cd58ea2 | /main/test_task.c | 6febdbc25d39e7d84a6a8237a8d851a5ab00c987 | [] | no_license | lafar6502/esp_playground | 73719e1693386f09423223e0a97659b9b686aaa7 | ff3c3f454f9017cacdc2dfbd6fc687d5df6b140a | refs/heads/master | 2021-03-20T19:04:09.746839 | 2020-03-16T20:01:39 | 2020-03-16T20:01:39 | 247,226,163 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,134 | c | #include <stddef.h>
#include <stdio.h>
#include "sdkconfig.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "driver/gpio.h"
#include "test_task.h"
void blink_task(void *pvParameter)
{
gpio_config_t io_conf;
//disable interrupt
io_conf.intr_type = GPIO_PIN_INTR_DISABLE;
//set as o... | [
"rafal.gwizdala@gmail.com"
] | rafal.gwizdala@gmail.com |
370653309c70446f99aba9fa95d12b7cdacc9772 | 15bce41d0c841432b61eeeac814c6daf1609b78e | /exam1/task1/1lists.h | b702a94856af0f9d8400a064f402ae42519abc58 | [] | no_license | esengie/Semester1 | 390bfccb0c0bcd918578d7670c6d158da0ad228c | 974f4c69c5cd5a9a9be28d37ee3e4fcb97ed2bde | refs/heads/master | 2020-05-29T09:30:52.596232 | 2012-02-23T16:44:42 | 2012-02-23T16:44:42 | 3,487,220 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 349 | h | struct List1Element
{
int value;
List1Element * next;
};
List1Element * createList();
void swap (int * a, int * b);
int getMin(List1Element * head);
int getMax(List1Element * head);
void insertEl(List1Element * head, int x);
void delList(List1Element * head);
bool isEmpty (List1Element * head);
void pri... | [
"2esengie2@gmail.com"
] | 2esengie2@gmail.com |
9686cc38f5ece0dcb86086fe7460740c3ca3eeb7 | d45c2851c41bfac7a169236460a368ebf5032394 | /Lab 4/simodyssey/EIFGENs/simodyssey1/F_code/C10/fi498.c | cc8752e73ddbb34315d2b432de7577de59e3f38d | [] | no_license | GavinSit/EECS-3311-Software-Design | dd549ee44d7404a891e099e79d2545fefa502c57 | c762d4a16643c4e9f2ae546a51fdddc9b5d6c952 | refs/heads/main | 2023-04-26T22:50:12.356097 | 2021-05-17T16:25:27 | 2021-05-17T16:25:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 718 | c | /*
* Code for class FINITE [CHARACTER_8]
*/
#include "eif_eiffel.h"
#include "../E1/estructure.h"
#include "../E1/eoffsets.h"
#include "fi498.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#ifdef __cplusplus
extern "C" {
#endif
/* {FINITE}.is_empty */
EIF_BOOLEAN F743_2537 (EIF_REFERENC... | [
"gavin.sit22@gmail.com"
] | gavin.sit22@gmail.com |
ad6043ec50e43253fac56d2d8e49ef317b16a72f | 8191b78ce9ecd603f4fee87d8f0d721c4c1cfc80 | /Clase10/Ambulancia/validar.c | a3416806ca82d555536a65bae2b1cb53b56c6202 | [] | no_license | arieltraut/ClasesProgramacion1 | 35db8047b7131dbcaeb0430310d3ff05d98764f2 | 8b2053f69bc5b20107f62a7ccf0a2f5785523e95 | refs/heads/master | 2021-01-19T09:31:03.536150 | 2017-11-30T19:24:34 | 2017-11-30T19:24:34 | 100,654,976 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,398 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "validar.h"
#define MAX_INPUT_BUFFER 4096
void myFgets(char* buffer, int limite ,FILE* archivo)
{
int i=0;
fflush(stdin);
fgets(buffer, limite ,archivo);
buffer[limite-1] = '\0';
while(buffer[i] != '\0')
{
if(buffer[i... | [
"arieltraut@gmail.com"
] | arieltraut@gmail.com |
1fe28c14c4dc1ec86abb33db084e1dff63747243 | ae495cb193916bea272b2badd9586fe4a509fd62 | /0x09-static_libraries/4-add.c | 9d12319b5f0740782b732c698a0c8510c479cafd | [] | no_license | veromejia/holbertonschool-low_level_programming | 09c7744d73c015c0e605b4c9d28205871284d78b | 2b085e61a69560d7122fe00e3873e7740d411471 | refs/heads/master | 2020-06-06T15:17:40.985037 | 2020-01-17T03:17:52 | 2020-01-17T03:17:52 | 192,774,324 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 238 | c | #include "holberton.h"
#include <stdio.h>
#include <stdlib.h>
/**
* main - function main
* @argc: counter of arguments
* @argv: string argument vector
* Return: return always 0
*/
int main(int argc, char *argv[])
{
return (0);
}
| [
"veromejia.q@gmail.com"
] | veromejia.q@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.