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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c8d1d74130ea25b5f3e7dc1a8f9ef5cbbae5cfad | b00056b3cca4f480ccddbc35d38dbe4e36de49f9 | /libft/ft_isascii.c | bfa931868983700dffb49f2e3e7a7e9964cd55ba | [] | no_license | hmarie/get_next_line | 63564af4d428ba1d46394b4a126fbd7322d9c8db | 906e88e48cd291690c8874ef55c526d9ac9eab0a | refs/heads/master | 2021-01-19T08:20:33.707175 | 2013-12-16T14:47:16 | 2013-12-16T14:47:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 998 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isascii.c :+: :+: :+: ... | [
"hmarie@MacBook-Pro-de-Hugo.local"
] | hmarie@MacBook-Pro-de-Hugo.local |
c4da56bbe749be5c2bcc365e8637ee44e45c06cc | 5f0fc134740caeb44b1576b76cd40ac8ca1f6593 | /0-binary_tree_node.c | 602c552c5e4a4910132097373eb1a266441c7352 | [] | no_license | ollyimanishimwe/binary_trees | 21445059ecb1c19ca5867f54032dcdf4937c4422 | 79892a99bacb6aa163c7d55aa1b57079ab48e7b5 | refs/heads/main | 2023-06-27T13:23:51.951386 | 2021-07-23T23:11:30 | 2021-07-23T23:11:30 | 388,609,794 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 509 | c | #include "binary_trees.h"
/**
* binary_tree_node - Creates a binary tree node
* @parent: Pointer to the parent node of the node to create
* @value:Value to put in the new node
*
* Return: Pointer to the new node, or NULL on failure
*/
binary_tree_t *binary_tree_node(binary_tree_t *parent, int value)
{
binary_tr... | [
"imanishimweolyy@gmail.com"
] | imanishimweolyy@gmail.com |
c58825d2bd26dfae8c07a3dc8efe397088e1bf3a | 38a329e8e8cef90a1410b18a31de654d0d495f32 | /tools/combine_co.c | 90527cf7699aef51f3c89cb78d2a3c3fa09e8e94 | [] | no_license | unixpickle/fast-glove | aff42909e9393b0a7f4a81ee2ebab499862b73c2 | fd27ff842c249d3b442448653cc6ad7c2b3156e6 | refs/heads/master | 2020-04-12T16:37:04.075591 | 2018-12-24T02:21:23 | 2018-12-24T02:21:59 | 162,617,576 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,811 | c | // Combine two co-occurrence matrices.
#include <stdio.h>
#include "co_occur.h"
static struct co_occur_pairs* read_pairs(const char* path);
int main(int argc, const char** argv) {
if (argc != 4) {
fprintf(stderr, "Usage: %s <co1> <co2> <output>\n", argv[0]);
return 1;
}
const char* co1_path = argv[1];... | [
"unixpickle@gmail.com"
] | unixpickle@gmail.com |
95fded58f7745e9d72c9203cbb7a12db4980536f | e6c50c3ad6362f7f05682d64c96748fab0ca025b | /src/qc8-igemm/gen/2x8-minmax-fp32-neon-mlal-lane-prfm.c | 64fb3ac3605d803e64382563cee9fa42e3eb4d8c | [
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla"
] | permissive | Maratyszcza/XNNPACK | 537e670d0d172b3ec9f04808e07ed4a5436b01a7 | 16b3379825a5de3d148658af572a0a45eea3bfa3 | refs/heads/master | 2023-06-05T16:36:41.404271 | 2022-09-24T06:01:47 | 2022-09-24T06:02:47 | 218,375,282 | 1 | 0 | NOASSERTION | 2019-10-29T20:14:30 | 2019-10-29T20:14:30 | null | UTF-8 | C | false | false | 15,174 | c | // Auto-generated file. Do not edit!
// Template: src/qs8-igemm/neon-mlal-lane.c.in
// Generator: tools/xngen
//
// Copyright 2020 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree.
#include <assert.h>
#include <arm_neo... | [
"xnnpack-github-robot@google.com"
] | xnnpack-github-robot@google.com |
0f808b22b184ea8a5b6fb5fddfe8be5ae4a74626 | 4ab19f3a8574cd7a3d7245cbc3f8c1dc9407063b | /deps/tinycbor-ledger/cborparser.c | 98881ae3971ae50017f3c4edaf82dd41e8fb4edc | [
"Apache-2.0",
"MIT"
] | permissive | keypool-com/ledger-filecoin | ca03f730e981a838d96576c6e6b08036f25860b9 | 44666b651039acae975d72dc46c8d0c9fd5e3106 | refs/heads/master | 2023-08-27T08:04:04.794278 | 2020-10-14T14:32:06 | 2020-10-14T14:32:06 | 318,344,340 | 1 | 2 | Apache-2.0 | 2023-04-14T03:52:43 | 2020-12-03T23:12:00 | null | UTF-8 | C | false | false | 53,132 | c | /****************************************************************************
**
** Copyright (C) 2017 Intel Corporation
**
** 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 restrict... | [
"lenijuan@gmail.com"
] | lenijuan@gmail.com |
a5f1c5f73d6dc263a4bf1c8988571c75aaf99f33 | 3cdd4d24612c0a29a7308c18f71f1839e9f8d0ab | /software/firmware/ChibiOS/os/common/ports/SIMIA32/chcore.c | d25c91fe4ff6808fbc4808dcbcb3f6d2d1f16484 | [
"GPL-3.0-only",
"GPL-1.0-or-later",
"Apache-2.0"
] | permissive | netik/dc28_badge | 0a63dcb6e215e95d2def4091182738a134c5e513 | 2eaa8c70848ed3e54afbb8cb2408ead3afc0cb58 | refs/heads/master | 2023-08-10T12:39:31.410312 | 2023-07-30T23:11:06 | 2023-07-30T23:11:06 | 221,294,778 | 2 | 0 | Apache-2.0 | 2023-07-25T20:39:00 | 2019-11-12T19:24:32 | C | UTF-8 | C | false | false | 4,778 | c | /*
ChibiOS - Copyright (C) 2006,2007,2008,2009,2010,2011,2012,2013,2014,
2015,2016,2017,2018,2019,2020,2021 Giovanni Di Sirio.
This file is part of ChibiOS.
ChibiOS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published b... | [
"wpaul@windriver.com"
] | wpaul@windriver.com |
c8e45245cc3dc6dbb8746f976bfab050caf2d49f | cc520af19c8a79fab9800f104aa08463768748c8 | /pow_accel_soc/software/u-boot-socfpga/board/pcippc2/pcippc2.c | 5e6fc58cf76002f3c36f4ab1a886734a2220be34 | [
"MIT",
"GPL-2.0-or-later",
"GPL-1.0-or-later",
"GPL-2.0-only"
] | permissive | DLTcollab/iota_fpga | e729ab6eb83d6d8485f7fc02553fe7f330553fb3 | 820f5f557b919523e7e7068aa85729a8b7dc2b47 | refs/heads/master | 2023-07-22T17:42:45.272518 | 2021-06-18T02:46:31 | 2021-06-18T02:46:31 | 176,052,430 | 1 | 1 | MIT | 2019-04-11T16:03:02 | 2019-03-17T03:36:48 | C | UTF-8 | C | false | false | 4,941 | c | /*
* (C) Copyright 2002
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* 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 S... | [
"korotkiy.eugene@gmail.com"
] | korotkiy.eugene@gmail.com |
3817788206bce2dfcc7b45791f838a6afc665e4b | b317d9f02cdc1f6f4ef6dd9d7fa19541a0485e80 | /1/1_2_4.c | 0c94148715c36fff471848acdd15c603a2cc92d9 | [] | no_license | uppinggoer/hz | dc1b97d616faa847030c9f5cc8676c16d5774c02 | c772a3662d632d654fc14ac6fc5d7091f28f5b25 | refs/heads/master | 2021-05-11T00:26:52.020391 | 2018-02-04T05:38:24 | 2018-02-04T05:38:24 | 118,302,767 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 91 | c | #include <stdio.h>
#include "1_4.h"
int main()
{
char c = getchar();
output(c);
}
| [
"yanghongzhi@zhihu.com"
] | yanghongzhi@zhihu.com |
448fae2cb2cae0fde7ba17d79869c596b9307b5b | 7df190df28da7e4ff166e55dc8ce780f11236a9f | /src/router/ipsec/isakmpd/sysdep/linux/sysdep.c | 927b2059c22e6b588d5f8d97b68555a65deb9c31 | [
"BSD-3-Clause"
] | permissive | mirror/dd-wrt | 25416946e6132aa54b35809de61834a1825a9a36 | 8f2934a5a2adfbb59b471375aa3a38de5d036531 | refs/heads/master | 2023-08-31T14:54:47.496685 | 2023-08-30T17:40:54 | 2023-08-30T17:40:54 | 7,470,282 | 520 | 281 | null | 2023-05-29T20:56:24 | 2013-01-06T17:21:29 | null | UTF-8 | C | false | false | 5,586 | c | /* $OpenBSD: sysdep.c,v 1.15 2003/12/14 14:34:58 ho Exp $ */
/*
* Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved.
* Copyright (c) 2003 Thomas Walpuski. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll... | [
"s.gottschall@dd-wrt.com"
] | s.gottschall@dd-wrt.com |
a9aa400e61de74c432ac681374b2fbba3a0b9926 | f026cb616ef14bae15a1d251ca6dbe0f55016d9c | /linux/18390.c | ad3c3b0ba7efc776ba1afe0d29f34ad6dfddb1fa | [] | 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 | 2,783 | c | cocci_test_suite() {
struct mmdc_pmu {
struct pmu pmu;
void __iomem *mmdc_base;
cpumask_t cpu;
struct hrtimer hrtimer;
unsigned int active_events;
struct device *dev;
struct perf_event *mmdc_events[MMDC_NUM_COUNTERS];
struct hlist_node node;
struct fsl_mmdc_devtype_data *devtype_data;
} cocci_id/* a... | [
"jaskaransingh7654321@gmail.com"
] | jaskaransingh7654321@gmail.com |
8a0af7b1a1e6623ae494f417f35b3b0c233325c7 | e4680bd455a3726639fc7c5ecb967d37c7c80bf1 | /library/freertos/dpl/AppHooks_freertos.c | 8b1adbe5534eb050fc3c8c31f49f5cf27e0f6a3d | [] | no_license | Wiz-IO/framework-wizio-cc | 65b37f06cc796ff256459f6b76fc3ccfca2ed00c | 5b2b48193a12e695bdaac8f1ab50534a87d7c694 | refs/heads/main | 2023-08-14T10:45:04.196212 | 2021-10-20T11:52:38 | 2021-10-20T11:52:38 | 392,685,980 | 2 | 2 | null | 2021-10-05T15:35:51 | 2021-08-04T12:47:25 | C | UTF-8 | C | false | false | 2,570 | c | /*
* Copyright (c) 2020, Texas Instruments Incorporated
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the above copyright
* notice... | [
"the.wizarda@gmail.com"
] | the.wizarda@gmail.com |
8e8b1832de3581d7b3929b323b8f7c025ba8be1c | 487c8455b34e2b312da42bf8a43162aa5c5027df | /Target/Demo/ARMCM3_LM3S_EK_LM3S6965_IAR/Boot/lib/driverlib/uartlib.c | 3d65b043333d2bbb337eb56161826353bea9f6eb | [] | no_license | feaser/openblt | bf3a72e7beb998cb635a67db85fa68100d048bb8 | 57b517eabeb37d945606e18736e106bde34010bc | refs/heads/master | 2023-08-31T23:54:09.030534 | 2023-07-07T10:29:56 | 2023-07-07T10:29:56 | 102,110,352 | 534 | 236 | null | 2023-09-14T11:11:56 | 2017-09-01T12:26:08 | C | UTF-8 | C | false | false | 65,234 | c | //*****************************************************************************
//
// uart.c - Driver for the UART.
//
// Copyright (c) 2005-2013 Texas Instruments Incorporated. All rights reserved.
// Software License Agreement
//
// Redistribution and use in source and binary forms, with or without
// m... | [
"voorburg@feaser.com"
] | voorburg@feaser.com |
5b7acc453e46c5a81ce7892c3d6e38b79fb68493 | ade1d47bb4f4a6b2dfc2e7931cd0cfe9cba16343 | /Agüero_Leandro_1F_SP/LinkedList.c | 5efc1ed9298e6702fca97be153490cae1317327c | [] | no_license | LeanndroAG/Parciales_1 | 65ca28c6672921adb351768a08781b7d3869315b | bad106ab371760562679f7c38599ac820cdfceea | refs/heads/main | 2023-05-01T06:01:00.513884 | 2023-04-28T00:09:32 | 2023-04-28T00:09:32 | 238,763,544 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 16,446 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "LinkedList.h"
#include "Employee.h"
#include "utn.h"
static Node* getNode(LinkedList* this, int nodeIndex);
static int addNode(LinkedList* this, int nodeIndex,void* pElement);
/** \brief Crea un nuevo LinkedList en memoria de manera dinamica
*
* ... | [
"noreply@github.com"
] | LeanndroAG.noreply@github.com |
450185ccc77ec5dbd1e512d7efa5e1d1a380bb31 | 4b15d90bfc9e3ad04ebf6785e1ffc16a8cf4c4cb | /STM32file.c | fe578c93f0e7320afb6212fc5f3302d1c7172d94 | [] | no_license | Ensaf/STM32-MotionSensor | 05583bd87506293cf376156296801d7490a20731 | a3cc098c1fa1729c4829683dd93caf739f741047 | refs/heads/master | 2021-01-10T17:15:56.962212 | 2016-02-02T20:44:50 | 2016-02-02T20:44:50 | 43,900,389 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,063 | c | //this is the Code file for STM-MotionSensor
#include "stm32f4xx.h"
GPIO_InitTypeDef GPIO_InitLed;
EXTI_InitTypeDef EXTI_InitSensor;
NVIC_InitTypeDef NVIC_InitSensor;
void Delay(__IO uint32_t nCount){
while(nCount --){}
}
int main(void)
{
RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOD,ENABLE);
R... | [
"ensafatef@yahoo.com"
] | ensafatef@yahoo.com |
3f74d9ab9da40c2a9bdcceaddb332ae398fb5724 | 69512b913e847893eb5d156b12365b62aa8eb4e3 | /debug/dump.h | a5e3056714a9e6c1c01d4f9b0e4414b291e556b7 | [
"MIT"
] | permissive | albertdahlin/libc | 40524e4503811863a9ce796d6e02d8a2d5a3beaf | ea726b921936676034b4e6ebdacdde82a22b1df3 | refs/heads/master | 2016-09-13T01:17:48.656302 | 2016-04-19T07:34:02 | 2016-04-19T07:34:02 | 56,376,097 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,662 | h | #pragma once
#include <stdio.h>
#include <inttypes.h>
#include "timestamp.h"
#ifdef NDEBUG
#define DUMP(B, S)
#else
#define DUMP(B, S) dump(B, S, __FILE__, __LINE__, __FUNCTION__)
static void dump(void *buffer, size_t size, const char *file, int line, const char *func)
{
FILE *logfile;
#ifdef DEBUG_LOG_FILENA... | [
"info@albertdahlin.com"
] | info@albertdahlin.com |
c7c766541961201ede350e6e338fe5ca432d027c | 34740584d7ef29328a3908ea72e55d16213de5da | /linux/embedded_rootfs/pkg_addon/net-snmp-5.4.1.2/local/mib2c-conf.d/m2c_setup_node.m2i | c4811883473b3bc84060e812a0a8515ee11b5ba4 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"MIT-CMU"
] | permissive | ghsecuritylab/LRT2x4_v1.0.2.06_GPL_source | 70420dedcd69fdf52b1fe98b350ac5842241f2df | 0e6efffb58475313ada0b17b57909d4a737de016 | refs/heads/master | 2021-02-28T12:48:15.270059 | 2015-11-29T23:08:11 | 2015-11-29T23:08:11 | 245,698,010 | 0 | 0 | null | 2020-03-07T20:07:07 | 2020-03-07T20:07:07 | null | UTF-8 | C | false | false | 10,407 | m2i | ############################################################# -*- c -*-
## Defaults
## $Id: m2c_setup_node.m2i,v 1.1 2008-11-10 13:32:13 richie Exp $
########################################################################
@if "$m2c_node_name" ne "$node"@
## if $node.accessible != 1, might be inaccessible index node
@... | [
"kris@kernelgeek.org"
] | kris@kernelgeek.org |
8d1421c0f21bd4d81916959412dae4bebab4a4e6 | be62da3f010d6e34d33320e2f58dbf4821827cf3 | /sys/dev/mii/makphy.c | dd475e00d19eacf099834230de593d364556f8f1 | [] | no_license | sugam45/src | 453144ee2c3f0a9f6a6fef5a1351700a71bcd49a | 546a6829be97e6afac2563f9b14b3f55c703601f | refs/heads/main | 2023-06-20T02:06:34.602356 | 2021-06-15T12:35:53 | 2021-06-15T12:35:53 | 377,153,283 | 1 | 0 | null | 2021-07-13T00:47:10 | 2021-06-15T12:22:12 | null | UTF-8 | C | false | false | 14,671 | c | /* $NetBSD: makphy.c,v 1.68 2020/11/04 09:15:10 msaitoh Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Am... | [
"sugam1999@yahoo.com"
] | sugam1999@yahoo.com |
6028ed0127f07d2955643a262f1a89c6a530db03 | caf26a8bb8ffe570e699d9c968c2b447b1f399ba | /firmware/Back_FC/applications/init.c | 29b3aa67297a8807dcc70e67fdc3defbacae0724 | [] | no_license | bygreencn/Oldx_fly_controller | d07bfd00b29b6ebe4d1c76cc7eb02240ca6d47aa | 021cd924378f77e56d89289ee5c4e864ea787402 | refs/heads/master | 2020-04-13T08:44:30.883246 | 2018-12-25T14:44:50 | 2018-12-25T14:44:50 | 163,090,609 | 1 | 2 | null | 2018-12-25T14:45:53 | 2018-12-25T14:45:52 | null | UTF-8 | C | false | false | 5,317 | c |
#include "include.h"
#include "pwm_out.h"
#include "mpu6050.h"
#include "i2c_soft.h"
#include "led.h"
#include "ctrl.h"
#include "ms5611.h"
#include "ak8975.h"
#include "ultrasonic.h"
#include "bmp.h"
#include "spi.h"
#include "nrf.h"
#include "iic_hml.h"
#include "mpu9250.h"
#include "ms5611_spi.h"
#include "beep.h"
... | [
"golaced@163.com"
] | golaced@163.com |
842677bbcf6d66b7c51f7a53b1b4cad806b0b58a | 92b7e6f651f87a5ceeba5e42e2747f6f95dee719 | /PROG187.C | 663b3432ddb48c7a0ceb743da9b269e677c44452 | [] | no_license | praneeth7811/c-programs | fa077c058dce80b0bcd2f9182deb57259f464db7 | 5a4fc1968934541d73c6d1a1bc7fecbe165921ae | refs/heads/main | 2023-07-12T17:16:06.208640 | 2021-08-24T17:58:06 | 2021-08-24T17:58:06 | 384,701,398 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 553 | c | /* program to print the size of pointer variable and size of value
dereferenced by that pointer. */
#include<stdio.h>
#include<conio.h>
void main()
{char a='x',*p1=&a;
int b=12,*p2=&b;
float c=12.4,*p3=&c;
double d =18.3,*p4=&d;clrscr();
printf("size of (p1)=%d,size of(*p1)=%d\n",sizeof(p1),sizeof(*p1... | [
"noreply@github.com"
] | praneeth7811.noreply@github.com |
87127ed3f3a573db78cd76d3114c20a7fcc5b02c | d7b52e8598aac836d941186fb5d55f09ee84aa2e | /lua/luasocket/unix.h | d2ba9cb460525099b1ad4b3c7b6edad83223b627 | [] | no_license | Greentwip/external | 1ac9d88ff328d7b2c07aad665a22610263da61e7 | 9ab80480e53c2c826f0d859a69df2d56a1181bbd | refs/heads/master | 2022-11-15T10:53:08.060618 | 2020-07-11T21:59:42 | 2020-07-11T21:59:42 | 278,929,872 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 128 | h | version https://git-lfs.github.com/spec/v1
oid sha256:8d6516291348a21a196a3f371f10bf266196bc57a008bfb5f64840479bfb3c57
size 637
| [
"vjlopezcarrillo@gmail.com"
] | vjlopezcarrillo@gmail.com |
597c4dcd8595157b4c28fd70ef0d6554b712320b | b02b0093b1acc4eecf74b1eefb611da6071bad53 | /hw04/linux-5.4.67/drivers/iio/light/tsl2583.mod.c | 1008ef2113091cc48f7f5cc1ed2f2ed68b51df37 | [] | no_license | KmYongHwan/Linux-hw | 41f1b2f0efd0d9cfaba291c8a8fd25b8a6ece17d | b4b82a8e73b221b02aad143469bada18adf3140a | refs/heads/master | 2023-08-14T07:10:52.198430 | 2021-10-14T07:03:22 | 2021-10-14T07:03:22 | 413,544,805 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,305 | c | #include <linux/build-salt.h>
#include <linux/module.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>
BUILD_SALT;
MODULE_INFO(vermagic, VERMAGIC_STRING);
MODULE_INFO(name, KBUILD_MODNAME);
__visible struct module __this_module
__section(.gnu.linkonce.this_module) = {
.name = KBUILD_MODNAME,
.init = init_... | [
"kyh5678@gmail.com"
] | kyh5678@gmail.com |
89ef6bfbafa5f9e53d8d1152ec49f1ab664b71e1 | bf02b1045543bb5a306e917bceebaf2796b42ec1 | /prueba 1.c | 62db6749b9f61be6260c27a6580220c73ee3c413 | [
"MIT"
] | permissive | shirosweets/prueba1 | a9a71eb8d150b2731515cc57253094f99157b785 | ce4c2980603a70ccecea54e0283e34836cc3d298 | refs/heads/master | 2022-04-21T08:38:47.419665 | 2020-04-22T14:27:03 | 2020-04-22T14:27:03 | 257,925,179 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,729 | c | #include <stdio.h>
#include <stdbool.h>
#include <assert.h>
#define N 7
//Inicio ejercicio 1
struct metadatos_t {
int minimo;
int maximo;
int promedio_entero;
};
struct metadatos_t stats(int a[], int k){
struct metadatos_t temp;
int prom = 0;
temp.maximo=a[0],temp.minimo=a[0],temp.promedio_en... | [
"noreply@github.com"
] | shirosweets.noreply@github.com |
bf6fe35621bb19f7dff3fa2e2f64ec5a9f93dc35 | 66cdfc9c1b9d71bddf9e5881875e7aed2266d013 | /p6/cpu6/isim/tb_isim_beh.exe.sim/work/m_00000000000097107526_0517320563.c | ea725010d1cbe2816450f060d3b2f5e76e27e408 | [] | no_license | aejion/BUAA-CO | 52b2e0d94ae4b9fde4d95c6cf3f332caed3ff8ec | 2e45277441f77a6a6cf8db6aa475e6f9635b4218 | refs/heads/master | 2023-04-24T11:35:36.472580 | 2021-04-28T02:56:39 | 2021-04-28T02:56:39 | 362,319,198 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,993 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"zhyzhy@buaa.edu.cn"
] | zhyzhy@buaa.edu.cn |
07298291984d060cbe77fbe1e5f4fe4b0c85677f | 54053c2fdf2d775bd77e33b724876254c56b6ef6 | /currentnew/item/31/3154.c | e5be26e6392a19fdc211ef91ae3a0edf1fa683fb | [] | no_license | ngocsd/MyGameCQ_5S-yM-WyXid9Y7 | 1a1cf413e3ce9545ed45b627a13f94e6165bb5b6 | fb7c5a1e146a1b762672cb6712f98164a5a7f055 | refs/heads/master | 2021-07-17T07:28:54.297297 | 2017-10-23T16:21:03 | 2017-10-23T16:21:03 | 105,439,756 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,056 | c |
// 自动生成:/make/item/make31c
#include <item.h>
#include <ansi.h>
inherit ITEM;
inherit COMBINED;
inherit USABLE;
// 函数:叠加上限
// int get_max_combined() { return 30; }
// 函数:可使用物品
int get_item_type_2() { return ITEM_TYPE_2_CON_MP; }
// 函数:构造处理
void create()
{
set_name("Phần Tửu");
set_picid_1(315... | [
"ngocsd0692@gmail.com"
] | ngocsd0692@gmail.com |
a73b451d0867b303b38d6bf1d8c6680143b2419a | 9b1084bc49e658256eb4aec20f42fee70006a0a0 | /TestProjects/Fakes/avr32/uc3c1512c.h | b3c5615b2ac46bc8b4c95f81a948766efb01b284 | [] | no_license | PeterBartram/ESA_ESEO | 65f39cc85c4f4211f86ac38eb449ad09fecb6779 | 181295e440edf564075a97e20f7eb244a66082ba | refs/heads/master | 2023-01-18T17:30:40.291262 | 2020-11-27T15:07:28 | 2020-11-27T15:07:28 | 316,528,763 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 93,716 | h | /*****************************************************************************
*
* Copyright (C) 2006-2010 Atmel Corporation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistrib... | [
"P.Bartram@soton.ac.uk"
] | P.Bartram@soton.ac.uk |
8c9c3f679678a77589206c22c4a293f65218cfa2 | 63c64c83569ba32bec961d4a671015438c657a13 | /code/unix-c/std_io_test2.c | 68a2ab582fcb89283755a3f4c006d399aaed9272 | [] | no_license | idiottiger/big-blabla-monkey | a046bb8ef9acad66f783fa87550cc230e974215a | 868657d1398cb44b4f9f6bb6f6ead292445a8cc8 | refs/heads/master | 2021-04-29T11:43:59.225343 | 2017-10-31T14:44:33 | 2017-10-31T14:44:33 | 13,058,481 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 936 | c | #include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "log.h"
struct student{
int id;
char name[64];
float score;
};
int main(){
FILE* file = 0;
file = fopen("__temp3","a+");
if(file){
struct student s;
s.id = 100;
strcpy(s.name,"ZhangShan");
s.score = 96.5f;
printf("write struct stud... | [
"id2go@ubuntu.(none)"
] | id2go@ubuntu.(none) |
1fd10e749688e6663525038046521461ff6c997a | ebce3b2b509a3e972f2bd0d8defc4f3b285fb72a | /ProjectDemo/2、Expand/9、Config/Constants.h | 169c27f90e389609b19ffc7c994c3a2ada69eba2 | [] | no_license | fcihpy/ProjectDemo | 27d339237112c125864e76569335c1681ed79ca8 | c9aeeac4309679fd356976322974821acc78f4dd | refs/heads/master | 2021-01-09T21:47:42.803079 | 2016-01-29T02:27:54 | 2016-01-29T02:27:54 | 50,631,116 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 352 | h | //
// Constants.h
// BaseProjectDemo
//
// Created by locojoy on 15/11/17.
// Copyright © 2015年 fcihpy. All rights reserved.
//
#ifndef Constants_h
#define Constants_h
//FONT SIZE
#define FONT_SIZE 15.0f
#define FONT(SIZE) [UIFont systemFontOfSize:SIZE]
#define FONT_BOLD(SIZE) [UIFont boldSystemFontOfSize:SIZE]
... | [
"locojoy@locojoymatoiMac.local"
] | locojoy@locojoymatoiMac.local |
4398926af06bd8ab16d2ee3aafa9fcb5072d67f1 | 6d84695ccacbcb91af4dd0e4794e9073cb6be303 | /main.c | 9e7dc1b2f7581c6c114e04b506bcc4bc1bb4fdbc | [] | no_license | Benczus/Graphics_Project_glut | d170ec5e43019cc3cdab21e1bdc31932f6cc2170 | d46ca28d763ea9c71deab5620583fc827e257ea7 | refs/heads/master | 2021-01-24T16:20:56.523290 | 2018-03-09T10:18:42 | 2018-03-09T10:18:42 | 123,189,421 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,026 | c | #include <GL/glut.h>
#include "model.h"
#include "draw.h"
#include "camera.h"
#define GROUND_LEVEL 20
int mouse_x, mouse_y;
struct Camera camera;
struct Action
{
int move_forward;
int move_backward;
int step_left;
int step_right;
int move_up;
int move_down;
int jump;
int crouch;
int increase_light;
... | [
"bence.bogdandy@gmail.com"
] | bence.bogdandy@gmail.com |
d4e6636c4bdf7cb60e96060edc27b937fbcd14f9 | 3cdd4d24612c0a29a7308c18f71f1839e9f8d0ab | /software/firmware/ChibiOS/os/hal/ports/STM32/LLD/GPIOv2/hal_pal_lld.h | 5a322ca6c0ed3b5249281619d950d2fb17b9b8c6 | [
"GPL-3.0-only",
"GPL-1.0-or-later",
"Apache-2.0"
] | permissive | netik/dc28_badge | 0a63dcb6e215e95d2def4091182738a134c5e513 | 2eaa8c70848ed3e54afbb8cb2408ead3afc0cb58 | refs/heads/master | 2023-08-10T12:39:31.410312 | 2023-07-30T23:11:06 | 2023-07-30T23:11:06 | 221,294,778 | 2 | 0 | Apache-2.0 | 2023-07-25T20:39:00 | 2019-11-12T19:24:32 | C | UTF-8 | C | false | false | 14,458 | h | /*
ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by ap... | [
"wpaul@windriver.com"
] | wpaul@windriver.com |
713ada525be3395f65369cc5d8927f451f0277d3 | a1446c3f95df2dfe097a9bd6b463767b00f18140 | /sys/arch/mvme68k/dev/wdscreg.h | 08f47b9d658bd3553fa38a26c9186ab704e74c02 | [] | no_license | chrissicool/l4openbsd | e2fb756debc1c3bdc1c2da509fa228c25a3185e8 | 077177814444e08500e47bc2488502f11469bc60 | refs/heads/master | 2021-04-09T17:12:53.122136 | 2011-08-22T16:52:58 | 2011-08-22T16:52:58 | 1,706,491 | 18 | 4 | null | 2017-04-06T19:17:29 | 2011-05-05T14:08:03 | C | UTF-8 | C | false | false | 2,482 | h | /* $OpenBSD: wdscreg.h,v 1.2 2003/06/02 23:27:50 millert Exp $ */
/*
* Copyright (c) 1994 Christian E. Hopps
* Copyright (c) 1982, 1990 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided... | [
"cludwig@net.t-labs.tu-berlin.de"
] | cludwig@net.t-labs.tu-berlin.de |
80922d7facc8dc2950afd019867fdb01dbb713ce | cb9a7d77d8af57ee2d188557b700a9d28c767046 | /Simulador/original.c | 6c4a1a20d2325102093556b134d16a83b70169ba | [] | no_license | CerqueiraMatheus/SSC0119-Projeto-Final | 882789a264e6560bb00896dbc3a47deaf7afe6d0 | 026339e2b7d44e40ec1b268a797fcc37860b17c6 | refs/heads/main | 2023-07-07T04:46:24.487113 | 2021-08-05T15:35:57 | 2021-08-05T15:35:57 | 386,766,057 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 23,965 | c | // gcc simple_simulator.c -O3 -march=native -o simulador -Wall -lm
// -lm is option to execute math.h library file.
/*
Perguntas:
1) O que tenho que fazer?
2) Onde começa?
3) Onde Termina?
4) Qual é o caminho?
Do todos os comandos...
5) Acabou??
6) E o PC ????????
*/
#define TAMANHO_PALAVRA 16
#define TA... | [
"pedro.lucas.moliner.castro@gmail.com"
] | pedro.lucas.moliner.castro@gmail.com |
36f9013af6e5e16caf3f60e41b00ebc32a805dd5 | 1145a4f5335d8cf966f9fa5a93df8fbdd8ff9fe4 | /src/compat/byteswap.h | ae2e080faec028e5619a61da5747016649718567 | [
"MIT"
] | permissive | RapidsOfficial/Rapids | 40a6a143eef9628c2fbe8c436012a2a0621df093 | cddbdb9514834357dfe49bb037e069f300be144b | refs/heads/4.0 | 2022-12-26T12:15:34.511952 | 2022-12-13T20:16:02 | 2022-12-13T20:16:02 | 180,844,322 | 74 | 29 | MIT | 2022-12-13T20:16:03 | 2019-04-11T17:29:29 | C++ | UTF-8 | C | false | false | 1,855 | h | // Copyright (c) 2014-2017 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_COMPAT_BYTESWAP_H
#define BITCOIN_COMPAT_BYTESWAP_H
#if defined(HAVE_CONFIG_H)
#include <config/pivx-config.... | [
"fuzzbawls@gmail.com"
] | fuzzbawls@gmail.com |
90777e42a71ff1b880fc4e56e342c9e7bec73396 | 5c63b3aea5d65f57a4d3e85a4057b99c99c28d90 | /src/knr.c | f5b2f1ca716e37236be4e7b22ebe384da4635f39 | [] | no_license | sideshowcoder/knr | c4bc7219cfda72e53344e4355b3fb51e7e430ebb | c1f28c1e5c9433d56d13c05d534176912cdd541c | refs/heads/master | 2020-05-31T05:37:10.600125 | 2018-02-06T22:23:04 | 2018-02-06T22:23:04 | 16,052,928 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,417 | c | #include "knr.h"
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
/* 1.1 */
/* 1.2 */
void knr_hello_world() {
printf("Hello world!\n");
}
/* 1.3 */
/* modified in 1.5 original at commit d097fb4*/
void knr_f_c_table() {
printf("%10s\t%10s\n", "fahrenheit", "celsius");
for(int f = 120; f >= 0; f -= 2... | [
"philipp@fehre.co.uk"
] | philipp@fehre.co.uk |
ef6e84addf4b182781d67dfde012b6836a769ab3 | 1edbe68c1455e05a970881d6d868778aaf54367d | /C-Code/C-Code/MallocEx1.c | 005d3636bae0914aea4c3eb7f33b514d163b8ef2 | [] | no_license | EthoKurza/C-Projects | 1e3f40fcf5da2adc0ad29b192418f5a7d2200782 | 1e942d6902fbc7ecc6779d7ef4506ce17c10b075 | refs/heads/master | 2022-11-24T17:32:54.441173 | 2020-07-16T00:50:08 | 2020-07-16T00:50:08 | 280,007,232 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 856 | c | #include <stdio.h>
#include <stdlib.h>
int main(int argc, char** argv) {
// Dynamically allocate an array of integers/doubles
const int size = 1000;
//int* arr = malloc(size * sizeof(int));
//double* arr = malloc(size * sizeof(double));
//calloc
//double* arr = calloc... | [
"noreply@github.com"
] | EthoKurza.noreply@github.com |
2f0a8b1b3b9fe734b983839971704a142da6ffa5 | b77349e25b6154dae08820d92ac01601d4e761ee | /Spin/FilterEdit/resource.h | ed4887e3346094718eb23ba1d5815958ce639c50 | [] | no_license | ShiverZm/MFC | e084c3460fe78f820ff1fec46fe1fc575c3e3538 | 3d05380d2e02b67269d2f0eb136a3ac3de0dbbab | refs/heads/master | 2023-02-21T08:57:39.316634 | 2021-01-26T10:18:38 | 2021-01-26T10:18:38 | 332,725,087 | 0 | 0 | null | 2021-01-25T11:35:20 | 2021-01-25T11:29:59 | null | UTF-8 | C | false | false | 1,199 | h | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by EditTest.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_EDITTEST_DIALOG 102
#define IDR_MAINFRAME 128
#... | [
"w.z.y2006@163.com"
] | w.z.y2006@163.com |
8d66ace2249ceb5a96aa69d2add790c338eda30a | 7a31a7ab7e3bdfba991f961799de7775d8449f6b | /Personal/C/C-MemoryAdress/main.c | de114a0a1a6a3e504dc8e3fa945fbec6fa8314ac | [] | no_license | Arthurdw/Learning | 3434a8d0e37b16ea33fc73f49c80e81ee7edc67d | f6a64812c3bd8eadfd15c793bafa91fba986867c | refs/heads/master | 2023-06-08T06:46:08.582778 | 2023-06-06T16:17:19 | 2023-06-06T16:17:19 | 208,102,621 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 342 | c | #include <stdio.h>
int main() {
int exampleInt = 123;
char exampleChar = 'A';
double exampleDouble = 123.123;
printf("Memory location for exampleInt: %p\n", &exampleInt);
printf("Memory location for exampleDouble: %p\n", &exampleDouble);
printf("Memory location for exampleChar: %p", &exampleCh... | [
"noreply@github.com"
] | Arthurdw.noreply@github.com |
7ab56172cefba397ac412fab23e1c260c73569fd | 0cb81d3abe0601daedff4282bcbce827b51c15c8 | /func no return arg.c | e0c098c2f844e26234ae8c663cd560a60110ec0c | [] | no_license | Makupau/C-program | c25764877305e1ed9c90f9b5de316519d5b78237 | 5b9d6438aba4a92675636b3b62327cad2d8b604e | refs/heads/main | 2023-01-08T20:59:13.504623 | 2020-11-03T14:44:08 | 2020-11-03T14:44:08 | 309,728,153 | 1 | 0 | null | 2020-11-03T15:25:41 | 2020-11-03T15:25:41 | null | UTF-8 | C | false | false | 314 | c | #include<stdio.h>
#include<conio.h>
int rectarea();
int main(){
int area;
area = rectarea();
printf("area of rec is %d",area);
getch();
}
int rectarea(){
int a,b,area;
printf("enter the length & breadth:");
scanf("%d%d",&a,&b);
area = a*b;
return area;
}
| [
"noreply@github.com"
] | Makupau.noreply@github.com |
4abde18649d5cc592833491a08ba61fdf70e0f50 | dadeb56ba038f36fd287a013792e6158dafc77ad | /Examples/KDS/FRDM-K64F120M/FRDM-K64F_Adafruit_SSD1351/Generated_Code/UTIL1.c | 6da53fcde0060fc75910366b90b8e076a98cc9ce | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | xiubeizi/mcuoneclipse | 527eddeb70b624579ab8210f089b6ebdb6e86f89 | 0637a38cdc7f2dda7509c4ed3a6d7d21d82a28d9 | refs/heads/master | 2021-03-10T08:53:58.596419 | 2020-03-05T05:44:34 | 2020-03-05T05:44:34 | 246,440,422 | 2 | 0 | NOASSERTION | 2020-03-11T00:47:56 | 2020-03-11T00:47:55 | null | UTF-8 | C | false | false | 99,658 | c | /* ###################################################################
** This component module is generated by Processor Expert. Do not modify it.
** Filename : UTIL1.h
** Project : FRDM-K64F_Adafruit_SSD1351
** Processor : MK64FN1M0VLL12
** Component : Utility
** Version : Compo... | [
"erich.styger@hslu.ch"
] | erich.styger@hslu.ch |
eb08da06ac08d1d9fb120d111dcb1000ec47186d | 85ccd32aa73eecf274a937f1fc3b6f4d484b77da | /test cases/unit/66 static link/lib/func11.c | 1d5119b473db7be46134482e7fc4bb4be706def2 | [
"Apache-2.0"
] | permissive | mesonbuild/meson | 48321cf4235dfcc0194fed90ff43a57367592bf7 | cf5adf0c646474f0259d123fad60ca5ed38ec891 | refs/heads/master | 2023-09-01T05:58:50.807952 | 2023-03-17T20:27:37 | 2023-08-31T11:52:41 | 19,784,232 | 5,122 | 1,848 | Apache-2.0 | 2023-09-14T15:47:23 | 2014-05-14T15:08:16 | Python | UTF-8 | C | false | false | 55 | c | int func10();
int func11()
{
return func10() + 1;
}
| [
"xclaesse@gmail.com"
] | xclaesse@gmail.com |
6229fd346c4290d80386fc11c85394e495af0073 | 0a7c49cb54f676b7d8328470d6cafdeb5c02abe4 | /qca/src/common-tools/ath6kl-utils/libathtestcmd/libtlv2/cmdParser/cmdTPCCALHandler.c | 046f5f34a8a92ddfe2cc17a178ce7f77bb018000 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"ISC"
] | permissive | ijasuja/RevIPQSW | b07a2fecc6f3c1befe2936f75d3e03d7ead4ca6b | 37c8cae5e7a5a85d79d0a6d703b4fa31611e5696 | refs/heads/master | 2023-02-22T06:27:09.232767 | 2021-01-18T02:40:59 | 2021-01-18T02:40:59 | 281,551,084 | 4 | 6 | null | null | null | null | UTF-8 | C | false | false | 11,176 | c | /*
* Copyright (c) 2016 Qualcomm Atheros, Inc.
* All Rights Reserved.
* Qualcomm Atheros Confidential and Proprietary.
*/
// This is an auto-generated file from input\cmdTPCCALHandler.s
#include "tlv2Inc.h"
#include "cmdTPCCALHandler.h"
void* initTPCCALOpParms(A_UINT8 *pParmsCommon, PARM_OFFSET_TBL *pParmsOffset,... | [
"ishwar.jasuja@spirent.com"
] | ishwar.jasuja@spirent.com |
6d3c18cd4add664ef0191548f4c2738646df141c | aabc06e91ee4e23dd79b67dbb80194d9d4c2a02b | /hello.c | e451b228553be5af69af9f233bd09db58bce32cc | [
"MIT"
] | permissive | WinnieWong689/xv6-public | fd526bf3b4f5f66317c2cfc9b8af853cebc69dbe | ceb9bbab58af6a7079b27b0f0050f367f2064abe | refs/heads/master | 2021-04-27T01:41:20.877591 | 2018-02-23T23:17:20 | 2018-02-23T23:17:20 | 122,680,486 | 0 | 0 | MIT | 2018-02-23T22:45:34 | 2018-02-23T22:45:34 | null | UTF-8 | C | false | false | 105 | c | #include <type.h>
#include <user.h>
int hello(void) {
printf("Hello, World!\n") >> 1;
exit();
}
| [
"blue_689@163.com"
] | blue_689@163.com |
1c35939964365402b83a82aa38e8d9e7e581ba2b | 6d9ec3989421d0af6f33d2f3099f9587acb1d60e | /blink/blink.cydsn/Generated_Source/PSoC4/ADC.c | c83349e6b132e950bded817aedd034c57dcbb98d | [] | no_license | eshamidi/PSoC2016 | 889653a50312a4147fdf3d9f02b3b35b7b82af27 | cf12dcd12d7a5485618b891e28cd46a95db1388e | refs/heads/master | 2020-12-25T08:29:52.350959 | 2016-08-05T14:24:06 | 2016-08-05T14:24:06 | 65,024,330 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 31,061 | c | /*******************************************************************************
* File Name: ADC.c
* Version 2.20
*
* Description:
* This file provides the source code to the API for the Sequencing Successive
* Approximation ADC Component Component.
*
* Note:
*
*******************************************************... | [
"esmailhamidi@gmail.com"
] | esmailhamidi@gmail.com |
ca1c074d7101e199034e3c4f849f59e1986a3c7e | 89cae07469e9a4344efe5b27a1571925c6ce7a47 | /Pods/Headers/Public/KinveyKit/KinveyKit.h | 43f19b48f15ee0d58c2044aa40d25b3a0adca45e | [] | no_license | IsaacQiao/SportsLFG | 40ffdfc3e6e2cdfeb0e359d6d8534d4a95e0e3d5 | 6894b4f537cbf0a98f928e3cc633a837829f0f53 | refs/heads/master | 2020-03-22T07:07:36.799085 | 2018-05-09T01:37:52 | 2018-05-09T01:37:52 | 45,280,310 | 1 | 0 | null | 2015-10-30T22:46:14 | 2015-10-30T22:46:14 | null | UTF-8 | C | false | false | 65 | h | ../../../KinveyKit/KinveyKit-1.39.0/include/KinveyKit/KinveyKit.h | [
"CL@CLs-MacBook-Pro.local"
] | CL@CLs-MacBook-Pro.local |
a60466df1fbd58f54fb9602a18fee99c58eeb89d | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/SoftEtherVPN/src/Cedar/extr_Client.c_InRpcClientVersion.c | 88d3000126174802e19eb0469b959f114dd90aff | [] | 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,957 | 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 |
45f357ff48fd6a8d8c59671fd64a129f58f8e3a0 | 80c732e29b886a14dcb6d5cc28f549b0645b12a1 | /Assgn7/user2.c | e5ddda26568dac16bcbbb9375ea5618476db8434 | [] | no_license | aaysharma/Computer-Networks-CS39006 | ab437c8e9e4a648215741b3f6c65a883efa3ac5c | 735ab0745a6d1f19d41eab60104b4d23a976e069 | refs/heads/master | 2023-05-31T02:31:33.331383 | 2021-06-24T17:18:18 | 2021-06-24T17:18:18 | 237,830,809 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,106 | c | #include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include "rsocket.h"
#define MAXLINE 100
#define ROLLNO 10012
int main(int argc, char **argv ) {
struct sockaddr_in addr_1, addr_2;
socklen_t len;
char buffer[MAXLINE] ;
memset(&addr_1, 0, sizeof(addr_1)... | [
"noreply@github.com"
] | aaysharma.noreply@github.com |
568390eaa7f91f8f147038486db9247616c63a80 | a5db05a373f489d05a7f2b8e06d2805ee711de17 | /android/hardware/aw/client-api/sunxi_tee_api.c | d38dbf001b5e69bc2daf7c353922997d43da68a2 | [] | no_license | BPI-SINOVOIP/BPI-H3-New-Android | 7c0cdd50a23e62a204d4818954357868b4925945 | 5cbaa7ad4f73f615dcc4fbed07b52ae240743504 | refs/heads/master | 2023-02-25T15:43:36.633336 | 2018-07-18T10:56:14 | 2018-07-18T10:56:14 | 69,656,896 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 16,695 | c | //#define LOG_NDEBUG 0
#define LOG_TAG "sunxi_tee_api"
#include <utils/Log.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <fcntl.h>
#include <string.h>
#include "tee_protocol.h"
#includ... | [
"justin@justin-ThinkPad-T420.(none)"
] | justin@justin-ThinkPad-T420.(none) |
5a9018847f15bd16beead77d1cd467386c491996 | a609d95aec4547b591caff3f8c8f7e4ca370125b | /main.c | ee07917dd974cddc254a4ccafc36221a9769ae9f | [] | no_license | Bojne/42sudoku | c31df362042214ae65b0cb1ab99915cc9de37fd1 | 60dcc3e912ed42c7ebd9e7741970efb519e87cbd | refs/heads/master | 2020-04-13T06:31:59.858396 | 2018-12-24T21:23:16 | 2018-12-24T21:23:16 | 163,023,314 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 632 | c | #include "ft_print_utils.h"
#include "ft_sudoku_board.h"
#include "ft_sudoku_backtracking.h"
int input_is_invalid(int argc, char **argv)
{
int i;
int j;
if (argc != 10)
return (1);
i = 0;
while (++i < argc)
{
j = 0;
while (argv[i][j])
j++;
if (j != 9)
return (1);
}
return (0);
}
int main(int ... | [
"bojne.john@gmail.com"
] | bojne.john@gmail.com |
b7b83d8f917a9d453510b9a90171af713b4b74ce | 8a01fb267f58c8fc993cca431248980be22626a9 | /peek-build/m23/bmi/Condat/MS/SRC/mfw/mfw_lng.h | 9e4c3b8d830683c2506c191f954c43ee993e814a | [] | no_license | WA9ACE/PeekLinux | bd3a223ae3e9f0d59f21cf94849ad688befa4809 | 24327182a829108dc2625a8c6ff4ad6e5e6d5a60 | refs/heads/master | 2022-11-29T23:44:14.601896 | 2020-08-08T16:52:35 | 2020-08-08T16:52:35 | 286,082,137 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,391 | h | /*
+--------------------------------------------------------------------+
| PROJECT: MMI-Framework (8417) $Workfile:: mfw_lng.h $|
| $Author:: Kk $ CONDAT GmbH $Revision:: 2 $|
| CREATED: 27.08.99 $Modtime:: 10.03.00 11:38 $|
| STATE : code ... | [
"andrey@e6eaa9d7-a8e6-4b40-915f-875ea51fe5d1"
] | andrey@e6eaa9d7-a8e6-4b40-915f-875ea51fe5d1 |
2bc15d32d2d3e4ade7f61c9a2e4dd0b5b6937fca | 14905acb3e337f45e21c2b1f02fe17f814e11720 | /MiniRT/3rdparty/libft/ft_memdel.c | 143b7627be0eacd877d91e0a3350ed60be87574b | [] | no_license | Akirami/Ecole42 | 7182e7dae616990fc3afc14285d245e3c9335739 | 03137267e6b81b46fcb8e9cb0205913eab69a38e | refs/heads/master | 2023-01-02T11:52:37.111860 | 2020-10-26T06:26:22 | 2020-10-26T06:26:22 | 266,886,027 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,001 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memdel.c :+: :+: :+: ... | [
"akira4210@gmail.com"
] | akira4210@gmail.com |
32dd1c1c822ccdbd52aa674cd02854bd6882ecc0 | 62510fa67d0ca78082109a861b6948206252c885 | /hihope_neptune-oh_hid/00_src/v0.1/kernel/liteos_m/kernel/arch/risc-v/riscv32/gcc/los_timer.c | 9c6e45857de2a1d0521a79e78cdd8cf4eb770458 | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | dawmlight/vendor_oh_fun | a869e7efb761e54a62f509b25921e019e237219b | bc9fb50920f06cd4c27399f60076f5793043c77d | refs/heads/master | 2023-08-05T09:25:33.485332 | 2021-09-10T10:57:48 | 2021-09-10T10:57:48 | 406,236,565 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,245 | c | /*
* Copyright (c) 2013-2020, Huawei Technologies Co., Ltd. All rights reserved.
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1... | [
"liu_xiyao@hoperun.com"
] | liu_xiyao@hoperun.com |
dd9dea1119d08a075427803e8c10af0c504bd098 | 032f9e31b7b9affa3c86c1ac4b019a0a57d2d9fa | /csgl.1.4.1.src/src/Native/include/csgl_screen.h | 13f604431d7c49049225d7d25028045a2d18d96e | [] | no_license | nischaalc/Serial-Test | b88dd1f6120c92d31ed3a820f2c5f01b556db7b6 | d0986bcebf6c34dfa558d8ecd224ac618151f644 | refs/heads/master | 2016-09-06T10:15:03.866006 | 2014-12-02T01:53:39 | 2014-12-02T01:53:39 | 27,005,889 | 0 | 1 | null | 2014-12-02T01:53:39 | 2014-11-22T17:08:55 | C# | UTF-8 | C | false | false | 2,016 | h | /*
* BSD Licence:
* Copyright (c) 2001, Lloyd Dupont (lloyd@galador.net)
* <ORGANIZATION>
* 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 ... | [
"acg59@drexel.edu"
] | acg59@drexel.edu |
7e1c8ab88048f7feb47a33096ecfe4a6edf40416 | a0c4ed3070ddff4503acf0593e4722140ea68026 | /source/WINDOWS/GDI/PRINTERS/PSCRIPT/TEXTOUT.C | e5e54ffc381b670a612a8f762df294fa25181695 | [] | no_license | cjacker/windows.xp.whistler | a88e464c820fbfafa64fbc66c7f359bbc43038d7 | 9f43e5fef59b44e47ba1da8c2b4197f8be4d4bc8 | refs/heads/master | 2022-12-10T06:47:33.086704 | 2020-09-19T15:06:48 | 2020-09-19T15:06:48 | 299,932,617 | 0 | 1 | null | 2020-09-30T13:43:42 | 2020-09-30T13:43:41 | null | UTF-8 | C | false | false | 96,895 | c | //--------------------------------------------------------------------------
//
// Module Name: TEXTOUT.C
//
// Brief Description: This module contains the PSCRIPT driver's DrvTextOut
// function and related routines.
//
// Author: Kent Settle (kentse)
// Created: 12-Feb-2000
//
// 26-Mar-2000 Thu 23:29:3... | [
"71558585+window-chicken@users.noreply.github.com"
] | 71558585+window-chicken@users.noreply.github.com |
f576dc300857d3700d43cdae1822afce47d2b978 | 300346137bcbe2a6d91e66229222e5e179c9ba09 | /checkboard/MainBoard/HT32F5xxxx_Driver/src/ht32_retarget.c | 341e9813d55891e8d7d0b8488c3f9a64a24963f3 | [] | no_license | zhengbaiqiu/laike-i9-tinyboardtool | 43c271132392dfba23c7ed56969da6a63ed14a57 | 414c6b118c27f7438eee94dd6be6c68f15a14069 | refs/heads/master | 2023-03-03T17:00:13.957015 | 2021-02-17T07:26:40 | 2021-02-17T07:26:40 | 339,641,292 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,614 | c | /*********************************************************************************************************//**
* @file ht32_retarget.c
* @version $Rev:: 4455 $
* @date $Date:: 2020-01-03 #$
* @brief Retarget layer for target-dependent low level functions.
*******************************************... | [
"2012558848@qq.com"
] | 2012558848@qq.com |
185370d0846abd39440657d0a755f6a672570540 | afc30af6347d58fd330e3883f9bf8f2deba16929 | /test/dsa/test-1.cs.c | cff5cf371d704c3a11db4a506dd08f91f7cd9c9d | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | kuhar/seahorn | 31f83e4ca9aceb26bb5e8a712ae50b9901ad491f | 5151b6452f89200b75a7151d66e266ecf3278920 | refs/heads/master | 2021-06-06T11:23:18.673257 | 2018-01-10T03:58:18 | 2018-01-10T03:58:18 | 103,415,893 | 1 | 0 | NOASSERTION | 2020-04-19T00:38:52 | 2017-09-13T15:17:05 | C | UTF-8 | C | false | false | 507 | c | // RUN: %sea fe-inspect -O0 %cs_dsa --mem-dot %s --dot-outdir=%T/test-1.cs.c
// RUN: %cmp-graphs %tests/test-1.cs.c.main.mem.dot %T/test-1.cs.c/main.mem.dot | OutputCheck %s -d
// CHECK: ^OK$
extern int nd(void);
void f ( int *x , int *y ) {
*x = 1 ; *y = 2 ;
}
void g (int *p , int *q , int *r , int *s) {
f (p,q... | [
"navasjorgea@gmail.com"
] | navasjorgea@gmail.com |
9abd63c8edf37873bfd66c9b4d59827653e2ca93 | baec37f863bffd8499961ca594240a3c5ced9c17 | /LISTA_RECURSÃO/questão 9.c | 080d1c0875ccb4a82a29c05b400cd955b0b69fdc | [] | no_license | paesdj1987/INF029-JOAOPAES | 1a814534a3eeafae982c2d8155aa7561b3cb4d0f | a17389f3e110f8bee41e04a1a92cd073896805b1 | refs/heads/main | 2023-05-27T23:58:02.416142 | 2021-06-17T01:05:19 | 2021-06-17T01:05:19 | 342,607,203 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 390 | c | #include <stdio.h>
#include <stdlib.h>
#include "arquivo_headers.h"
int main(){
int result, valor;
printf("insira um num: \n");
scanf("%d", &valor);
result = somaN(valor);
printf("o valor do somatorio eh: %d", result);
}
int somaN(int num){
if(num==0)
return... | [
"noreply@github.com"
] | paesdj1987.noreply@github.com |
ae2a02d73b5307bebfc7b8c01f79d528dcc110dc | 193920eb3b12667cc38f549beb7e40e98e69f400 | /demos/STM32/NIL-STM32F303-DISCOVERY/mcuconf.h | 121c4968800821db50d8499516e9580773aae60f | [
"Apache-2.0"
] | permissive | marcoveeneman/ChibiOS-Tiva | 4f13853ea5eaeafe4736576097dfce0746e430ea | 959c058ce94313ab4c38ba526669a5e83978fa1d | refs/heads/master | 2021-01-10T19:01:11.558639 | 2020-12-19T11:25:10 | 2020-12-19T11:25:10 | 21,398,012 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,437 | h | /*
ChibiOS - Copyright (C) 2006-2014 Giovanni Di Sirio
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 app... | [
"marco-veeneman@hotmail.com"
] | marco-veeneman@hotmail.com |
bbff4cff0dc5a227cf4380a51256205a77224bed | 6eeda417c62f8c35dc8a83dd3adf06a8655f04da | /Practical 1/2.C | 5963de8897e308c55d3d30964dbece85748c3102 | [
"MIT",
"Unlicense"
] | permissive | Anju787/Datastructures | cf2784be56803284351715902cfae7f4f326b3a8 | 7973a48a60afd99cbb6d94bf2b65f61d963cb183 | refs/heads/master | 2023-08-24T01:41:31.122390 | 2021-10-27T08:27:13 | 2021-10-27T08:27:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 346 | c | //2. Write a program to take two input variable from user and swap that values.
#include<stdio.h>
#include<conio.h>
int main(){
int x,y,temp;
printf("\nEnter value of x and y respectively\n");
scanf("%d %d",&x,&y);
temp = x;
x = y;
y = temp;
printf("\nAfter Swaping x=%d and y=%d",x,y);
... | [
"ahmedaghadi123@gmail.com"
] | ahmedaghadi123@gmail.com |
f88b7ff63f33f8119cdc738978f770315b022dc8 | be3167504c0e32d7708e7d13725c2dbc9232f2cb | /mameppk/src/emu/cpu/pic16c62x/pic16c62x.c | 6eb182c55a2fedb4a7c5b0305370172a86bd6595 | [] | no_license | sysfce2/MAME-Plus-Plus-Kaillera | 83b52085dda65045d9f5e8a0b6f3977d75179e78 | 9692743849af5a808e217470abc46e813c9068a5 | refs/heads/master | 2023-08-10T06:12:47.451039 | 2016-08-01T09:44:21 | 2016-08-01T09:44:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 36,236 | c | // license:BSD-3-Clause
// copyright-holders:Tony La Porta
/**************************************************************************\
* Microchip PIC16C62X Emulator *
* *
* ... | [
"mameppk@199a702f-54f1-4ac0-8451-560dfe28270b"
] | mameppk@199a702f-54f1-4ac0-8451-560dfe28270b |
75e4fae392a26c02d9ff8339b172ffa1e9b1e042 | 6d0773711b64696e9f73c536318b561f4b7c86d2 | /125-a.c | e92ae45ff88b682e57cbe5892cab0943b8c592a7 | [] | no_license | kamonohasikamo/AtCoder | ae9b673c3a05de73d1041bcf9617c30dfc1f42c5 | efb5a78eb01123f836f1a93802dbcf8417ea1b32 | refs/heads/master | 2021-07-17T13:52:24.058338 | 2020-05-31T14:16:54 | 2020-05-31T14:16:54 | 169,714,626 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 263 | c | #include <stdio.h>
int main(void) {
int a, b, t;
scanf("%d %d %d", &a, &b, &t);
int i;
int count = 0;
int base = a;
for (i = 1; i <= t; i++) {
a = base * i;
if (a <= t) {
count++;
} else {
break;
}
}
printf("%d\n", b * count);
return 0;
}
| [
"kamonohasikamo@users.noreply.github.com"
] | kamonohasikamo@users.noreply.github.com |
6683df719d79a89b5c3ce3a3aef32858a2a85445 | e66b75848da8ee9c54c981daed7d9a528d35a461 | /src/TagAndProbeZ/plots_dataZee_mcGJet_withEtaR9rhoReweight/hlt30/combinedPfIso03PhotEB.C | 6e63b928917eb9d00af81decc99b0424032a75c1 | [] | no_license | gdimperi/GammaJets | 77d9348315484e38f090c1fdc529c25feffef976 | 4af9914fdeb7efce5d24d94bb207d7e390682ffb | refs/heads/master | 2021-01-20T21:40:27.712423 | 2015-01-15T16:40:51 | 2015-01-15T16:42:05 | 11,812,757 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 29,740 | c | {
//=========Macro generated from canvas: combinedPfIso03Phot/combinedPfIso03Phot
//========= (Tue Dec 2 08:45:03 2014) by ROOT version5.32/00
TCanvas *combinedPfIso03Phot = new TCanvas("combinedPfIso03Phot", "combinedPfIso03Phot",1,1,1000,876);
gStyle->SetOptStat(0);
gStyle->SetOptTitle(0);
combinedPfIso... | [
"giulia.dimperio@roma1.infn.it"
] | giulia.dimperio@roma1.infn.it |
4cb6373a801fbfbc8ce154b74ad2e7b4aaa906b1 | f122db4fb58a362a521f2efa6d592e0aaa2b2b18 | /untitled.c | 0733ac3cb0b2d11cc8121a5faab59f960f01b3d7 | [] | no_license | KAZIARAFATULISLAM/Class_work_programs | b421a6cc811a66845b3a21cfc5bbb18842893441 | 7f304bd873945806a8620bc714c183a92b32fe2b | refs/heads/master | 2020-05-18T16:24:18.417765 | 2019-05-02T05:37:18 | 2019-05-02T05:37:18 | 184,525,397 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 343 | c | #include<stdio.h>
#include<conio.h>
int main()
{
int x = 1, y = 2, z[10];
int *ip; /* ip is a pointer to an int */
int ip = &x; /* ip points to (contains the memory address of) x */
int y = *ip; /* y is now 1, indirectly copied from x using ip */
int*ip = 0; /* x is now 0 */
ip = &z[5]; /* ip now poi... | [
"noreply@github.com"
] | KAZIARAFATULISLAM.noreply@github.com |
9ad393dd580764c2471f4bfc1269353cd7cd9d93 | 7a3d38a2a7a71aa1fea3ac4a31eae65cc511e7b1 | /PROGA19:2:2018.C | 68fc563036b1b92fa30f3001f6293caf9dd06d59 | [] | no_license | ssubhairmech1998/.c | 4dd0b2d4df1646606f008b96fe8da1daffb149f4 | 44c84b6e6d21dd32a6a07c5ba1b116d0891caa25 | refs/heads/master | 2021-05-04T12:10:38.463492 | 2018-03-16T10:32:46 | 2018-03-16T10:32:46 | 120,288,254 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 276 | c | #include<stdio.h>
#include<conio.h>
int main()
{
int n,i,flag=0;
printf("\n enter the number");
scanf("%d",&n);
for(i=2;i<=n/2;i++)
{
if(n%2==0)
{
flag=1;
break;
}
}
if(flag==0)
{
printf("the number is prime");
}
else
printf("the number is not prime");
getch();
return 0;
}
| [
"noreply@github.com"
] | ssubhairmech1998.noreply@github.com |
4447d5dd245ba56b0548cf59112376742981e93d | e368d28ab359f703b784b23280a98caa58d4fa72 | /component/common/application/baidu/libduer-device/modules/dcs/lightduer_dcs_alert.c | b73cc68d889e1cbfa15a46fecec3e9106265bfd8 | [
"Apache-2.0",
"MIT"
] | permissive | Seeed-Studio/seeed-ambd-sdk | 93b3f853142026b0bb15f320129f7e893c981ae1 | 3cc64f293f756ffb3cd379fffb972b7401cb0951 | refs/heads/AT | 2022-11-25T06:55:17.361575 | 2020-07-31T05:45:10 | 2020-07-31T05:45:10 | 255,220,669 | 12 | 7 | null | 2020-07-31T05:45:11 | 2020-04-13T03:18:22 | C | UTF-8 | C | false | false | 8,518 | c | /**
* Copyright (2017) Baidu Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required b... | [
"lht856@foxmail.com"
] | lht856@foxmail.com |
829d0425537b93aaf4206f0387bd98578c7bf860 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/9545286c-4bb3-4e39-9285-6f734c9ca130.c | 2a09ff958b5bc79a131d3a448612ea7c5b2fcbd9 | [] | 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 | 559 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=10;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = i%j;
l = l%j;
k = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
int b[64];
int c[80];
a = 0;
do {
/* ST... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
98d97c6f95190b984c36cc170eb4497d64d9c0cb | e71e1da714d2a17d2e277eace8a1de3fa49bb788 | /libft/ft_memcpy.c | 4ec5476a8eb517fb253633f9aa80ece883cb4527 | [] | no_license | Bearrr/Libft | f3f2c4d273105b734875696fb17926fbf1425764 | 453e2ed3982838141767d6c116494cefe649affe | refs/heads/master | 2020-03-10T08:23:33.254393 | 2018-04-12T16:56:35 | 2018-04-12T16:56:35 | 129,284,154 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,107 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memcpy.c :+: :+: :+: ... | [
"ireva@e1r7p14.unit.ua"
] | ireva@e1r7p14.unit.ua |
56b1f408c6080567a4822c5b17b4e11d6abd6fe3 | 1a3f6abc842f9d8286c42e239bc1eaf40806d224 | /pic/touch/data1.h | 16af3cf144afa9d4da61a8dca308734df4c88a1a | [] | no_license | olker-klelk/FPGA_touch_game.21_1-8 | 3987311028fda32f15c65ea0dfcf2e69df3cb252 | 36540044a54acf98e6a802e865ce1e0e4d4ba38e | refs/heads/main | 2023-02-11T13:52:45.448372 | 2021-01-12T06:27:25 | 2021-01-12T06:27:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,537,887 | h | const unsigned char gImage_data1[495188] = { 0X00,0X18,0X89,0X01,0XA4,0X01,0X00,0X39,
0X8F,0XBA,0XCD,0X97,0XC2,0XD5,0XA1,0XCC,0XDF,0XA6,0XD1,0XE4,0XA3,0XD1,0XE3,0XA2,
0XD0,0XE2,0XA1,0XD0,0XE5,0XA1,0XD3,0XE7,0XA2,0XD4,0XE8,0X9F,0XD2,0XE6,0X9C,0XD1,
0XE5,0X9D,0XD2,0XE6,0X9C,0XD1,0XE6,0X9A,0XCF,0XE4,0X98,0XCF,0XE4,0X99... | [
"noreply@github.com"
] | olker-klelk.noreply@github.com |
1a5d2603882ce8492503843abed59dedc30c9129 | 6be4f59170f2a13306a39058d23fae66c6b7b300 | /leetcode/balancdbitree.c | 39c01b0614a36863328862e7fb120512a97dbf72 | [] | no_license | freakkid/leetcodeANDsicily | 7b33a5e8b76996ab7b79d3a7a2201f7192939a7c | 756bec5332677a4a66e46633058347e0266cb70e | refs/heads/master | 2021-07-05T08:15:55.496901 | 2017-09-30T15:13:20 | 2017-09-30T15:13:20 | 67,403,874 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 197 | c | /**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* struct TreeNode *left;
* struct TreeNode *right;
* };
*/
bool isBalanced(struct TreeNode* root) {
} | [
"904811062@qq.com"
] | 904811062@qq.com |
646fbeda157b66c19db2cdab215cf466ed164b9b | 36a7534671434d62c9f34e54526448fa7db0fa6a | /lista04_usp/Q01_usp.c | 130d34e07e2ff69f8116465e723793c151f9b575 | [
"MIT"
] | permissive | mayararysia/IFAL-algoritmos | 7d427c2517da1b61577c1f5c08f036ddf424062f | 533b60aedbd86015cd610cd1c8a926cb30d5c3e0 | refs/heads/master | 2021-09-10T19:23:54.309723 | 2018-03-31T17:25:53 | 2018-03-31T17:25:53 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 571 | c | #include<stdio.h>
#include<stdlib.h>
/*
Name: Questão 1 - lista 04 -USP
Author: Mayara Rysia
Date: 27/11/17 13:18
Description: Faça um comando While equivalente ao descrito abaixo (que realize o mesmo tipo de procedimento e
obtenha o mesmo resultado), mas sem utilizar o operador relacional “OU” (||). Você pode us... | [
"mayara.ryzia@gmail.com"
] | mayara.ryzia@gmail.com |
77ee970f8746aeef3fccac58a335e1c4979df44e | be8dbd91c01db9e32932b1f0b35d56cbbde1c247 | /estacion.c | 6246411cda7d55239f4a34445ddd7d6efa150045 | [] | no_license | winarmarianoj/Trenes | c6ec2480db705a2f20d3c9c151eb926f285879a1 | 79e08d001649aa0fbc296cb05c59631bb2554b39 | refs/heads/master | 2022-08-28T00:15:29.833603 | 2020-05-26T14:45:49 | 2020-05-26T14:45:49 | 267,033,234 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,182 | c | #include "lib/funcEstaciones.h"
#include "lib/Conexion.h"
#include "lib/est_interface.h"
int main(int argc, char** argv)
{
if (argc != 2)
{
printf("\nuso: ./estacion <Nombre archivo Conf Estacion>\n");
exit(3);
}
system("clear");
//Obtengo los datos de las estaciones.
char no... | [
"winarmarianoj@gmail.com"
] | winarmarianoj@gmail.com |
617d70a757dd53fb25bdea50f295484987f88b3b | 729717c39db5861a52f365d1c9dd35cd461ca5dd | /src/libdtc/data.c | 7e9e2537fddb1765e62ce513a39af6f0e7e53457 | [
"MIT"
] | permissive | minlexx/dtsview | 333d401163c904d171cd77dc09e12ef7d7575916 | e17938536bd7285a2a024818f08e0e5b1718dd2f | refs/heads/master | 2020-09-20T04:54:01.023514 | 2019-11-29T13:56:50 | 2019-11-29T13:59:44 | 224,381,247 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,297 | c | /*
* (C) Copyright David Gibson <dwg@au1.ibm.com>, IBM Corporation. 2005.
*
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any l... | [
"alexey.min@gmail.com"
] | alexey.min@gmail.com |
d37d5f5f2c8847deb4b9dcd6d162b4495e5b14d5 | bf9f350094a6bd4c4a5ddba22fa3671cf987d82e | /code_benches/mi_sha/sha.h | 2aa4a5a9c7a28653fc397b234a38f76b91e9e385 | [
"BSD-3-Clause"
] | permissive | gwsystems/aWsm | e16759a1d7d899660d07e83026b4c0f5a5d414d8 | 69c8b6116664d65a851cc459601bef6af3caeaea | refs/heads/master | 2023-08-27T11:21:34.680919 | 2022-09-22T18:05:20 | 2022-09-22T18:05:20 | 139,072,240 | 248 | 21 | BSD-3-Clause | 2022-09-14T23:20:31 | 2018-06-28T21:58:42 | C | UTF-8 | C | false | false | 618 | h | #ifndef SHA_H
#define SHA_H
/* NIST Secure Hash Algorithm */
/* heavily modified from Peter C. Gutmann's implementation */
/* Useful defines & typedefs */
typedef unsigned char BYTE;
typedef unsigned long LONG;
#define SHA_BLOCKSIZE 64
#define SHA_DIGESTSIZE 20
typedef struct {
LONG digest[5]; /* message di... | [
"gregorpeach@gmail.com"
] | gregorpeach@gmail.com |
0a83a18949635d5c862142517511031743b063b1 | a130cac72c2b60d15f34c3013ad23367aeffcddc | /unity/IFSGARProj/Builds/IFSGAR.apk/unityLibrary/src/main/Il2CppOutputProject/Source/il2cppOutput/Il2CppMetadataRegistration.c | a90ea6ce1be4eb74bb0b3f5c3126ea4109efcb76 | [] | no_license | SouvikNeosoft/IFSGAR-TEST-ANDROID | 776a8a27002be3523cd88e0548da3c40fbfb8ceb | 8ced43a37dd879e85b4d0729dc0c54ee87deceee | refs/heads/master | 2023-08-17T10:59:10.269961 | 2021-10-07T13:30:51 | 2021-10-07T13:30:51 | 413,763,976 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 989 | c | #include "pch-c.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
extern Il2CppGenericClass* const g_Il2CppGenericTypes[];
extern const Il2CppGenericInst* const g_Il2CppGenericInstTable[];
extern const Il2CppGenericMethodFunctionsDefinitions ... | [
"neosoft@Neosofts-MacBook-Pro.local"
] | neosoft@Neosofts-MacBook-Pro.local |
95879d649d220a98f36a1294a68cfb766098be76 | 206fae335f58c134a6067ec98a295286b77a623c | /Alarmify/Alarmify/ALKeys.h | a8d6f839e1d786b17a3057aab60df13f055a9ee9 | [] | no_license | tizol/Alarmify-iOS | 12ef90d6c4631e3342f87d3ef96af8b2c71e5243 | 95bd569043fcca75e671f4087234ae45fdeadb4f | refs/heads/master | 2020-06-20T12:40:40.844087 | 2016-02-24T17:55:59 | 2016-02-24T17:55:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 479 | h | //
// ALKeys.h
// Alarmify
//
// Created by Charles Kang on 2/22/16.
// Copyright © 2016 Charles Kang. All rights reserved.
//
#ifndef ALKeys_h
#define ALKeys_h
#define kClientId "1b76daf6d74844989d3d9d7a9ae2a43c"
#define kCallbackURL "alarmify://authorize"
#define kTokenSwapServiceURL "https://alarmify.herokuap... | [
"charleshkang1@gmail.com"
] | charleshkang1@gmail.com |
3fadb29fe4d9d3eb07d4fe9bdd14cdf86de5b6dd | 4ef297ee8967065c65c288f3c1c729af01f94f5b | /controlled-experiment-thorsten-august/ivan_incline.c | 80ef8e8ae284acdde07fe83e32e889eb09a534df | [] | no_license | hedmanw/marlin-mining | df8ea1ecfbdb57413c481f66a0a82a80a5829287 | 753d7b5e85609914071335576700b43c5e6afa85 | refs/heads/master | 2021-01-13T16:32:41.388855 | 2017-08-24T05:33:28 | 2017-08-24T05:33:28 | 79,444,938 | 1 | 2 | null | 2017-02-23T12:07:30 | 2017-01-19T11:02:19 | Python | UTF-8 | C | false | false | 1,485 | c | #if defined(ANDROID) || defined(__ANDROID__)
#define endgrent ( ( void ) 0 )
struct timex;
pid_t getsid(pid_t pid);
int stime(const time_t *t);
int sethostname(const char *name, size_t len);
#if defined READAHEAD
int adjtimex(struct timex *buf);
int pivot_root(const char *new_root, const char *put_old);
ssize_t readah... | [
"w.hedman@gmail.com"
] | w.hedman@gmail.com |
30d99903a323485f115fc7f6a0eab2532816a202 | 9a01c5563fea99c715f9e278bb9cd46e41f0675f | /joc-6-b/main.c | 1b8f8aa2bdfb7bc9a44e1b9b31e93699aa76e26b | [] | no_license | VMUNEESHWAR/JoyOfCoding | 47c64ae45243de436e2158b20a4882f10efe5b91 | 73f43893193692c64c37404bcb99b05fa9866939 | refs/heads/main | 2023-08-31T23:48:06.395597 | 2021-10-13T11:06:59 | 2021-10-13T11:06:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 682 | c | /******************************************************************************
Welcome to GDB Online.
GDB online is an online compiler and debugger tool for C, C++, Python, Java, PHP, Ruby, Perl,
C#, VB, Swift, Pascal, Fortran, Haskell, Objective-C, Assembly, HTML, CSS, JS, SQLite, Prolog.
Code, Compile, Run and Debu... | [
"noreply@github.com"
] | VMUNEESHWAR.noreply@github.com |
d641620ecc77c2e706b675cde569c91e66e414f8 | e3ca402b36477b24aeba7f33e3d61c5a390341a5 | /PrologGui/sicstus-4.3.0/library/clpfd/disjoint2.c | b322bca38ac1920591f4c9d68bfaee3def200a0a | [] | no_license | RicardoAgra/prologGui | 1db578c5b1256d475e5de60cda932134775f4046 | 86315a099796147cf9a031f064062de9ef5b1f9a | refs/heads/master | 2021-06-03T16:07:07.033844 | 2016-10-14T15:45:29 | 2016-10-14T15:45:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 206,941 | c | /* Copyright(C) 2000-2002, Swedish Institute of Computer Science */
/****************************************************************
Non-overlapping 2D objects, with options.
Based on Nicolas Beldiceanu's generic sweep algorithm.
****************************************************************/
#include "fd.h"
... | [
"agra.ric@gmail.com"
] | agra.ric@gmail.com |
ac93490f1a010a6b79a7a1ddcd7bdf4d8e76b608 | f1431650fc4510da87dc2bd3ea57ec5915298722 | /libft/io/ft_fputendl.c | 98b803d70b590f933375eabaaf5ddf889211e930 | [] | no_license | bdurst42/Malloc | 441afb19d97d2ba8e264e1c6d8db4e21abb31e24 | b0b9b60854bf0d39d75f52d4f8abe40ca28dcdda | refs/heads/master | 2021-01-17T17:59:46.341635 | 2016-10-19T17:05:41 | 2016-10-19T17:05:41 | 70,099,036 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,005 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_fputendl.c :+: :+: :+: ... | [
"bdurst@e3r5p14.42.fr"
] | bdurst@e3r5p14.42.fr |
f804aeec4d85072a13d9fac1165fe27d549ecab2 | 978bfadcd1aac484389a746ba279e78875b634af | /tests/mytest/2.c | 4e8a9284f53c59a53e8801cbb2f04b8a3f1f49d5 | [
"BSD-3-Clause"
] | permissive | zhangbo2008/redis_annotated | d5c341267290ea6f05a72675bfbc6f30dbe6b223 | 0914831c8c6315f8726b613c65ce8845d95b9511 | refs/heads/main | 2023-07-26T18:48:19.033698 | 2021-09-13T08:05:26 | 2021-09-13T08:05:26 | 405,885,645 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,717 | c |
#include <stddef.h>
//#include "1.h"
#include <stdlib.h>
#include <stdio.h>
#include <stdio.h>
#include <pthread.h>
#include <string.h>
#define PREFIX_SIZE 1 //dsfaasdfaswhat
#include <string.h>
int main(){
char * s="aaa111111111423423434324232424111"; // char * 本质是一个常量, 他记录的是一个指针,这个指针指向的是内存中专门记录常量的一块地址. debug时候s 的... | [
"15122306087@163.com"
] | 15122306087@163.com |
8a6c7c6b50da6878612095a39db1d8c642a0de15 | 89a50ec6c6814b843dadda532143cfbde363c7b7 | /C02/ex05/ft_str_is_uppercase.c | e51fa5b59658b707b945c884ae01f8ad8d013512 | [] | no_license | silvatom/42basecamp | 846a36ca34a616d72e0b1d5d42abac204cd6acb4 | d8325758c6e6bd94809013c169ad1cb61f48e013 | refs/heads/master | 2023-08-03T10:28:16.163536 | 2021-09-14T20:16:39 | 2021-09-14T20:16:39 | 378,293,624 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,059 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_str_is_uppercase.c :+: :+: :+: ... | [
"anjose-d@student.42sp.org.br"
] | anjose-d@student.42sp.org.br |
da6bfb9a5c7d89a97c83b3550b7b8a19480d5cd9 | 534ea6a43251951b5c0f59decca31372c177605e | /Source/USB/CONFIG/usb_desc.c | cd0dc15e8cc132ed2df8924fb921ba3b60879ee7 | [
"MIT"
] | permissive | jayef0/stm32_msc_bootloader | 34078e3418becb8f6a6c72c0c3e53bbed97f8ee0 | eb3e2607b5c88e982756be259fe1b5b18927d353 | refs/heads/master | 2023-03-15T13:14:55.587990 | 2018-07-23T13:27:14 | 2018-07-23T13:27:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,605 | c | /******************** (C) COPYRIGHT 2008 STMicroelectronics ********************
* File Name : usb_desc.c
* Author : MCD Application Team
* Version : V2.2.0
* Date : 06/13/2008
* Description : Descriptors for Mass Storage Device
**************************************... | [
"zephray@outlook.com"
] | zephray@outlook.com |
3c9474fe05ae245d9a719ca3118ace8e525ec137 | a722e97f4e2e43c51c5af087618dace3cb8c1174 | /examples/mpi/c/reductpositive.c | e5e10f8629899a5c9bf3226a522698fbcc71b88b | [] | no_license | allenyllee/Parallel-Computing-Book | f3b1b18b0c7de977fb0ad4e358247413ba4c67cc | d8adaacc82b75483dc86645c756f7af29cbdc54b | refs/heads/master | 2021-06-06T01:31:52.054201 | 2020-02-17T18:41:29 | 2020-02-17T18:41:29 | 132,123,938 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,906 | c | /* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%
%%%% This program file is part of the book and course
%%%% "Parallel Computing"
%%%% by Victor Eijkhout, copyright 2013-8
%%%%
%%%% reductpositive.c : user-defin... | [
"eijkhout@tacc.utexas.edu"
] | eijkhout@tacc.utexas.edu |
ffd6d932f700d1e603dbfe9f477b571a5af196fc | 4def18841b8831e0bf995dd48ef21ad588792840 | /task.c | 9b153318b92944db001751715011afaf155c7be5 | [] | no_license | stephb9959/ucentral-client | d8136a8e4ef5706e3bbe765211c4fb2a470a9f08 | 6c2c4bc1e176414568e73c96976461b3a1daf2eb | refs/heads/main | 2023-03-30T06:19:29.619044 | 2021-03-31T07:36:23 | 2021-03-31T07:48:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,217 | c | /* SPDX-License-Identifier: BSD-3-Clause */
#include "ucentral.h"
struct ucentral_task {
time_t uuid;
uint32_t id;
int ret;
struct task *task;
struct runqueue_process proc;
struct uloop_timeout delay;
};
static void
runqueue_proc_cb(struct uloop_process *p, int ret)
{
struct runqueue_process *t = container_of... | [
"john@phrozen.org"
] | john@phrozen.org |
e3b5b9f3186e30cd5ecc3c4801d63703245d3a32 | 2f396d9c1cff7136f652f05dd3dea2e780ecc56e | /_studio/mfx_lib/genx/copy_kernels/isa/genx_copy_kernel_gen11lp_isa.h | 035926b03088dff83add306b00f73337380bb179 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"Intel"
] | permissive | Intel-Media-SDK/MediaSDK | d90c84f37fd93afc9f0a0b98ac20109d322c3337 | 7a72de33a15d6e7cdb842b12b901a003f7154f0a | refs/heads/master | 2023-08-24T09:19:16.315839 | 2023-05-17T16:55:38 | 2023-05-17T16:55:38 | 87,199,173 | 957 | 595 | MIT | 2023-05-17T16:55:40 | 2017-04-04T14:52:06 | C++ | UTF-8 | C | false | false | 1,263 | h | // Copyright (c) 2018-2020 Intel Corporation
//
// 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,... | [
"oleg.nabiullin@intel.com"
] | oleg.nabiullin@intel.com |
801abebd86597e981cd8b961979bcec07c0a0b97 | c904662731edc7f804f6227cdede3d6b0697140f | /LegBoard/Firmware/Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_cryp_ex.h | 856862e9fe06a984fb9dcb209d950e8dc7de83bf | [
"MIT"
] | permissive | contradict/Stomp | d45c7a8c181369f20de926d0b9760a6a9d64fe7a | f325625b119a1565263fa0f630937149e5b8f030 | refs/heads/master | 2023-01-23T01:53:28.724028 | 2021-06-26T17:38:12 | 2021-06-26T17:38:12 | 233,464,572 | 6 | 0 | MIT | 2023-01-18T22:22:46 | 2020-01-12T21:56:00 | C | UTF-8 | C | false | false | 3,386 | h | /**
******************************************************************************
* @file stm32f7xx_hal_cryp_ex.h
* @author MCD Application Team
* @brief Header file of CRYP HAL Extension module.
******************************************************************************
* @attention
*
* <h2><... | [
"contradict@gmail.com"
] | contradict@gmail.com |
337feb2aa1f66ca6368d7059ca6b941cccb38531 | a210fbdadba0f176631830e6e1c5aabe809eb481 | /Demos/tcpip/tcp_client/mico_config.h | 44d4f20e764b66a1eb50261f617cd81e6bc7a65e | [
"MIT"
] | permissive | robbie-cao/MiCO | 4b38b034fef6aa9a4da31bd1beccd31d0f70f223 | 336d8b508aba87ded6527fab132840b64979d92d | refs/heads/master | 2021-01-20T20:52:33.260590 | 2016-06-22T15:37:30 | 2016-06-22T15:37:30 | 61,730,586 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,743 | h | /**
******************************************************************************
* @file MICODefine.h
* @author William Xu
* @version V1.0.0
* @date 05-May-2014
* @brief This file provide constant definition and type declaration for MICO
* running.
******************************************... | [
"robbie.cao@gmail.com"
] | robbie.cao@gmail.com |
cbbba6c785b71f0b223c91c90c0392a09e506c27 | 0f065693468ee4976ef57ecdbfde971085b35f69 | /Pods/Headers/Public/DPCategory/DPGradientLayerChainModel.h | da9fdf7740be628c875b805da5c5a739813605d1 | [
"MIT"
] | permissive | HolyLe/DPFactory | 39b21e70bb83a3227d6f72b581da9702d1b45792 | 7e1486c6ac27bcb7441d31963be014b0bddb3bab | refs/heads/master | 2022-03-28T21:07:40.954199 | 2020-01-15T09:47:25 | 2020-01-15T09:47:25 | 190,498,592 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 85 | h | ../../../DPCategory/DPCategory/DPCategory/DPChain/CALayer/DPGradientLayerChainModel.h | [
"maxiaoliang@able-elec.com"
] | maxiaoliang@able-elec.com |
57e2ddd27ad90bebfdd6b57b91f060be3aae3c03 | 73be3cbf04efc6e33050691b0e8368825b210f14 | /src/init.c | 5f2ce8dba2d99dbf2cdda0e15b22f9afc7b6da57 | [] | no_license | jto888/FaultTree | 0fc6068a896d6c0f41e230cf39140209fe57da4d | 578dde1f73fa878215fe436b62d88ef7b80f0b9d | refs/heads/master | 2023-08-31T14:35:29.387277 | 2023-08-26T16:23:52 | 2023-08-26T16:23:52 | 58,051,462 | 8 | 7 | null | 2017-05-11T15:32:40 | 2016-05-04T12:48:10 | R | UTF-8 | C | false | false | 1,056 | c | /*
library(tools)
package_native_routine_registration_skeleton("C:/Repositories/Fault Tree/pkg/FaultTree")
*/
//> package_native_routine_registration_skeleton("C:/Repositories/Fault Tree/pkg/FaultTree")
#include <R.h>
#include <Rinternals.h>
#include <stdlib.h> // for NULL
#include <R_ext/Rdynload.h>
/* FIXME:
Ch... | [
"jto888@users.noreply.github.com"
] | jto888@users.noreply.github.com |
4001e5dc86a2d562df586cf945083696d206ec5f | f3217dc23712cfb61beb3d9e3abdfa409f567fc3 | /get_next_line/get_next_line_bonus.c | dfb542ae883800d739a54b178bd7ac614086b440 | [] | no_license | jho2301/42_cursus | b72ea664ca04292bc55d601686f8698ffa6460d2 | e2e873bd3308b44247f23fdbc0362327dd0104be | refs/heads/master | 2023-08-15T16:09:46.024880 | 2021-09-24T07:30:52 | 2021-09-24T07:30:52 | 255,310,252 | 1 | 0 | null | 2020-06-07T07:50:00 | 2020-04-13T11:44:51 | C | UTF-8 | C | false | false | 2,094 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* get_next_line_bonus.c :+: :+: :+: ... | [
"hjeon@student.42seoul.kr"
] | hjeon@student.42seoul.kr |
b80e64c39035d36ae0c129a6974c690342663215 | bc0071644e44117bc3291bf35028455e71e1d97c | /lem-in/src/lem_in_bfs.c | 0e97f064da1c8f5d766cd66b640e08a2ecf16331 | [] | no_license | vladimir-storozhilov/lem_in_42 | 122e95f9b34b405965fa7346bc992ed1086ce72d | 6d08e76671898c3d35790ec6794334ee61599fc7 | refs/heads/master | 2021-04-24T04:05:55.081390 | 2020-04-01T21:21:15 | 2020-04-01T21:21:15 | 250,074,013 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,124 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* lem_in_bfs.c :+: :+: :+: ... | [
"storozhilov1997vova@yandex.ru"
] | storozhilov1997vova@yandex.ru |
916c9df44422cd9c1def2d4604e2cde2d9d3367d | e99b47a7b0d34c4b32fc66da8cbf87b1491fd424 | /LAB/lab 3/pi_multi-thread.c | f9323fd5b58a73d34d0f58fbf13d19811d6eaf26 | [] | no_license | giandinhthai/CSE-OS-2020 | a00aa8814820dba7d98e5b45b241573fa1406c05 | 058d51202174f9bc9f916568c04e975e98fc85ba | refs/heads/master | 2023-05-13T04:26:15.262443 | 2021-05-22T03:07:57 | 2021-05-22T03:07:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,810 | c | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <pthread.h>
#define N 20
struct thread_data{
int thread_id;
unsigned long int nPoints;
unsigned long int count_in;
} thread_array[N];
void *Monte_Carlo_Technique(void *thread_arg){
unsigned long int counter_in_circle = 0;
srand(time(N... | [
"hung.nguyenantslayer@hcmut.edu.vn"
] | hung.nguyenantslayer@hcmut.edu.vn |
95de2dd3569187ab0f107354cdf977c3153c9a88 | 0e3c00b83cf879e3bef96a43cc1011c6957ae24c | /cuda.c | c28e23856c8de872182b9447946c47f8ac5dd71c | [] | no_license | Kostis-S-Z/OMP-Project | db32f8d965f6dcadcfcda38f0effa8f44d78ec04 | 1a35489173430d93636aadb46a15956c2a082f05 | refs/heads/master | 2021-05-31T07:35:50.895887 | 2016-04-04T12:48:11 | 2016-04-04T12:48:11 | 52,808,277 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,311 | c | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
int countlines(FILE *file);
int readFile(const char *fname, double **coords);
void printResults(double totalTime, double checkingTime, int inRange, int numOfCollisions);
double calcTime(struct timespec start,struct timespec end);
void freeCoords(double **coords)... | [
"achilles@outlook.com.gr"
] | achilles@outlook.com.gr |
b8ceae15062ec68661c7d1a9630e63b8e1d838b4 | 6d6a935c8281984fc26201a3d505151382cd36a9 | /CS50/Pset3/Whodunit/whodunit.c | 4b4a2c0c2681ff4c8e5a7d5e83e2c3bc359fd3f9 | [] | no_license | Sruthisarav/My-computer-science-journey | 56a7663ebc9c45c029c68da943969cdcbc2a88ac | 1af1d33ea7f49c92e9b5b82c9c92b7076a93825a | refs/heads/master | 2020-04-14T16:45:04.805208 | 2020-01-15T02:45:07 | 2020-01-15T02:45:07 | 163,960,263 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,558 | c | // Copies a BMP file
#include <stdio.h>
#include <stdlib.h>
#include "bmp.h"
int main(int argc, char *argv[])
{
// ensure proper usage
if (argc != 3)
{
printf("Usage: copy infile outfile\n");
return 1;
}
// remember filenames
char *infile = argv[1];
char *outfile = argv[2... | [
"noreply@github.com"
] | Sruthisarav.noreply@github.com |
73fcc5f9452c80316ff7be2ca90a83d84a833059 | cddfbecfcd6a1b5262dc299a1bb4ba23074710d8 | /210428_Chapter4/4-2.c | d1d3d6d32295e749375c847b642459064cbb1732 | [] | no_license | SeoDongWoo1216/StudyC2021 | abd1ac9ea1a6efa04f57d7cf03d800a710d591a9 | 7e9981fc1a89ac58dc9d30f191203cdf58599cfe | refs/heads/main | 2023-06-28T12:31:50.367749 | 2021-08-02T07:41:21 | 2021-08-02T07:41:21 | 361,929,647 | 3 | 0 | null | null | null | null | UHC | C | false | false | 400 | c | #include<stdio.h>
int main()
{
double apple; // 실수
int banana; // 정수
int orange; // 정수
apple = 5.0 / 2.0; // 실수와 실수의 나누기 연산
banana = 5 / 2.1; // 정수와 정수의 나누기 연산
orange = 5 % 2; // 정수와 정수의 나머지 연산(%)
printf("apple : %.1lf\n", apple);
printf("banana : %d\n", banana);
printf("orange : %d\n", orange);
... | [
"dw6642@naver.com"
] | dw6642@naver.com |
859eb4a7e5200b81dc88f759ac84ba63fb0a2511 | 92f72e6fc73603398c3a7943750a1a0d83859e27 | /j07/ex01/ft_range.c | e273cd4b912ee829c1e41f703f8db955eb3050f5 | [] | no_license | Jnbet/piscine-42 | d74c8094769f8a8e744c38795d27668e7dd61a04 | f794f22be33697d4020c04de90a2a70d55fcd328 | refs/heads/master | 2020-04-14T22:26:23.398896 | 2019-01-05T17:39:45 | 2019-01-05T17:39:45 | 164,161,631 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,143 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_range.c :+: :+: :+: ... | [
"jo@macbook-air-de-jonathan.home"
] | jo@macbook-air-de-jonathan.home |
d5668367f725ac8563617e52770035bf0ae93025 | d2e0fb3fdad7fc2cb70894591d358f40d8db13d2 | /libc/include/fnmatch.h | 7656ce5e9c329349fd713eb575397d1bc3edaf1f | [
"ISC",
"MIT"
] | permissive | dennis95/dennix | 54c568485862a0799664033eb0717abb028d3924 | f898bb2d27346f6257df1650a002ee929e66e7fa | refs/heads/master | 2023-08-17T06:54:17.274650 | 2023-07-10T16:06:35 | 2023-07-10T16:06:35 | 55,073,371 | 168 | 15 | null | null | null | null | UTF-8 | C | false | false | 1,188 | h | /* Copyright (c) 2021 Dennis Wölfing
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAI... | [
"denniswoelfing@gmx.de"
] | denniswoelfing@gmx.de |
0c39a44ea15326de045e4b98acdacd497c081a40 | cae5ebe9dc41dab798bd5436ee67f0210d61f335 | /SylixOS/driver/clint/k210_clint.c | e59075ff9a5e01d66fb6b68ce2c3bd253f534f63 | [] | no_license | acoinfo/bspcreativek210 | 48e0027b1bc6110957d73f850cfd7cc40643351a | 9b2a1d893d940cdb306d25baaa014fcae687a7b9 | refs/heads/main | 2023-04-04T13:08:59.047752 | 2021-04-01T07:15:01 | 2021-04-01T07:15:01 | 351,774,997 | 2 | 1 | null | null | null | null | GB18030 | C | false | false | 8,428 | c | /*********************************************************************************************************
**
** 中国软件开源组织
**
** 嵌入式实时操作系统
**
** SylixOS(TM)
**
** Copyright All Rights... | [
"jiaojinxing@acoinfo.com"
] | jiaojinxing@acoinfo.com |
7afe329e7775f17ba22d2269a746e7dfdc28f5e9 | 4b346f53f920df8d2c4f876313a64942bb9a61c7 | /project-camera/1_vivi/video/saa7134/saa7134.h | f50734f394664fe4383edcafed553c6a47333887 | [] | no_license | zzb2760715357/100ask | 23480ae89a97b7c9d69e1c812e307e91a4d0cfb8 | 2df95018ed04f8855866133d5c7ef028188f393a | refs/heads/master | 2020-03-23T01:21:19.595340 | 2020-03-22T15:20:59 | 2020-03-22T15:28:59 | 140,912,788 | 20 | 17 | null | null | null | null | UTF-8 | C | false | false | 27,757 | h | /*
*
* v4l2 device driver for philips saa7134 based TV cards
*
* (c) 2001,02 Gerd Knorr <kraxel@bytesex.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the ... | [
"2760715357@qq.com"
] | 2760715357@qq.com |
ff817819f7911f7478407a1aa19db9b55502d568 | eaae3529ea65c9be62e4b177a498dd0459396052 | /modified_ws_dw/JimMeyering_u16-cmp2.c | 85b439692f3c555bff139422b84e55ce9bc10cab | [] | no_license | mgsanusi/blame-dodger | badac55079b0bc84c1c3ddff9357caffd480b512 | c8b1f19d48e09200c9d59f3dda3b298ced7103d7 | refs/heads/master | 2021-01-20T04:50:14.975609 | 2018-01-12T00:02:14 | 2018-01-12T00:02:14 | 89,739,285 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 81 | c | #include <config.h>
#include "unistr.h"
#include "minmax.h"
#include "u-cmp2.h"
| [
"marina@virginia.edu"
] | marina@virginia.edu |
46cfbfcf8c13e4ce51ec4c9df5f35a97366452ad | d803b4b80128038acfa4f2a31626f2ebb85e71e9 | /c_traps_and_pitfalls/app.a/printf5.c | c8e17a2a88df8ae4591e60a4d7e0dfa75a7c1b60 | [] | no_license | igvtee/books | 2b05a75359616d886fc99891f3a32c217e13aa4c | b3aff80e7364fd30454d5ba63e9e2f30f74afc26 | refs/heads/master | 2023-06-09T01:02:30.220059 | 2023-06-06T16:13:09 | 2023-06-06T16:13:09 | 70,047,754 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 120 | c | #include <stdio.h>
int main(void)
{
int i;
for (i = 0; i <= 10; i++)
printf("%2d %2d *\n", i, i*i);
return 0;
}
| [
"igvtee@gmail.com"
] | igvtee@gmail.com |
977b973f6d41f8cebdc178246cfe907fd3ec2661 | b91e771d992aee433172b3fd7ed2e75def9a5dc7 | /Game project/PtLightCount.h | 5ee4261aca78ad499cc93f0d0ca9e67553d5ec2f | [] | no_license | DJMiddleton/Playstation-GNMX-SCE-3DGAME | e13ac156b9e56517386dbee314868fa53f5296ef | 502c109fdc8937c38028920c5d25333223dafb3c | refs/heads/master | 2022-11-16T08:08:56.503107 | 2020-07-13T23:14:38 | 2020-07-13T23:14:38 | 277,605,581 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 56 | h | #ifndef PT_LIGHT_COUNT
#define PT_LIGHT_COUNT 2
#endif | [
"noreply@github.com"
] | DJMiddleton.noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.