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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
28a2236c5e04bbb85da5f9744179391318aab04e | 191707dd19837f7abd6f4255cd42b78d3ca741c5 | /X11R5/contrib/lib/i18nXView2/lib/libxview/scrollbar/sb_data.c | 696e7267634697fd87e53c12d74d5aeed6116129 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | yoya/x.org | 4709089f97b1b48f7de2cfbeff1881c59ea1d28e | fb9e6d4bd0c880cfc674d4697322331fe39864d9 | refs/heads/master | 2023-08-08T02:00:51.277615 | 2023-07-25T14:05:05 | 2023-07-25T14:05:05 | 163,954,490 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 886 | c | #ifndef lint
#ifdef sccs
static char sccsid[] = "@(#)sb_data.c 1.14 90/04/18";
#endif
#endif
/*
* (c) Copyright 1989 Sun Microsystems, Inc. Sun design patents
* pending in the U.S. and foreign countries. See LEGAL NOTICE
* file for terms of the license.
*/
/*
* Module: sb_data.c
*
*
* Include files:
... | [
"yoya@awm.jp"
] | yoya@awm.jp |
2bfb1651e792a837c2ae5078f2d930a7100d78b5 | 8d183cdb54c54304efa2a088f7d0908e7e4f7a3c | /battleship/EIFGENs/battleship/W_code/C23/ev1691d.c | b8166ff3c3baeb3cbc0cf679ec58d8f6990b402a | [] | no_license | mzlatkin/battleship | d5dbc9433bd44df04bf643759d63610e1c653e64 | 76dd92ee0a5b7c428cff497d2cf69caa920685ce | refs/heads/master | 2021-07-04T04:14:07.995855 | 2020-09-23T18:20:35 | 2020-09-23T18:20:35 | 178,740,165 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 6,660 | c | /*
* Class EV_TREE_NODE_LIST_I
*/
#include "eif_macros.h"
#ifdef __cplusplus
extern "C" {
#endif
static const EIF_TYPE_INDEX egt_0_1691 [] = {0xFF01,232,0xFFFF};
static const EIF_TYPE_INDEX egt_1_1691 [] = {0xFF01,245,1690,0xFFFF};
static const EIF_TYPE_INDEX egt_2_1691 [] = {0xFF01,1690,0xFFFF};
static const EIF... | [
"mzlatkin@elltechnologies.com"
] | mzlatkin@elltechnologies.com |
76ece530f524298bee68d9781a4b0929f414dc4d | baf32f0582eb54ff2821cd6315eab5384ee1c8ff | /9.I2C_RTC/i2c_rtc.c | eb3ac4f73648cc19627afecd41671cbadf05ed6e | [] | no_license | debmalyasarkar/24.Drivers_BBB | 6594ab756133e93839898ed770009eb61c6c0540 | 7d8aea5735b6d27c2ab857978c8d58b36fd2a4cb | refs/heads/master | 2020-03-22T15:31:25.227231 | 2018-07-09T09:02:47 | 2018-07-09T09:02:47 | 140,259,562 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,345 | c | #include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/i2c.h>
#include <linux/slab.h>
#include <linux/sysfs.h>
#include <linux/cdev.h>
#include <linux/miscdevice.h>
#include <linux/uaccess.h>
#include <linux/jiffies.h>
#include <linux/delay.h>
#include "i2c_rtc.h"
#define TIMEOUT_MS 25
/* Privat... | [
"debmalyasarkar1@gmail.com"
] | debmalyasarkar1@gmail.com |
a4205d2cc4cc442b47131e26d89421beb00a7fcd | b31120cefe3991a960833a21ed54d4e10770bc53 | /modules/org.clank.java/test/unit/data/print_std_errors.c | c7f5b51efbf167543eac6c0803533e91fbc49613 | [] | no_license | JianpingZeng/clank | 94581710bd89caffcdba6ecb502e4fdb0098caaa | bcdf3389cd57185995f9ee9c101a4dfd97145442 | refs/heads/master | 2020-11-30T05:36:06.401287 | 2017-10-26T14:15:27 | 2017-10-26T14:15:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,181 | c | #include <errno.h>
#include <stdio.h>
int main() {
printf(" case EPERM :return \"%s\";\n", strerror(EPERM));
printf(" case ENOENT :return \"%s\";\n", strerror(ENOENT));
printf(" case ESRCH :return \"%s\";\n", strerror(ESRCH));
printf(" case EINTR :return \"%s\";\n", strerror(EINTR));
printf(" case EIO :retur... | [
"voskresensky.vladimir@gmail.com"
] | voskresensky.vladimir@gmail.com |
dc8da2bbae9ec793bf364718b475291a180b0156 | 57d52fb6648e13d0f942c52d6303f4c62a9f71c5 | /cs1511/lab09/list_delete_repeated.c | 9f28d3a4bd1c2a340ec3012066619eca79e42dec | [] | no_license | jovannitjuandi/C-code | c008a9ae7e47b1a9c3dbdbdfd37f13241fc8ce63 | 0aba1a8132408f2523dc6a6056e0d57b4a017f15 | refs/heads/master | 2022-12-17T18:38:08.503521 | 2020-09-16T11:42:25 | 2020-09-16T11:42:25 | 296,014,002 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,107 | c | //JOVANNI (z5213864)
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
struct node {
struct node *next;
int data;
};
struct node *delete_repeated(struct node *head);
struct node *strings_to_list(int len, char *strings[]);
void print_list(struct node *head);
// DO NOT CHANGE THIS MAIN FUNCT... | [
"z5213864@cse.unsw.edu.au"
] | z5213864@cse.unsw.edu.au |
0f9d212f4b8d6f78d3ddb61f3fbb610e55d88b80 | dc9f71993cb5c38c90bd356e0956ba8bc6317e5e | /funcs.h | 3812d12e65dc9e50555bf65e0f93dcdf14f32c90 | [] | no_license | Andrii-Vovk/library | 7c62ebee040fa66221978f1d9ae61d5b0ce8081c | c18be4fa9622c507368377ec7c112b63583cd36e | refs/heads/master | 2021-02-04T22:24:16.517957 | 2020-03-25T12:08:46 | 2020-03-25T12:08:46 | 243,716,179 | 0 | 0 | null | 2020-03-19T08:36:23 | 2020-02-28T08:41:13 | C++ | UTF-8 | C | false | false | 875 | h | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <locale.h>
#include <ctype.h>
#ifndef LIBRAFUNCS_H
#define LIBRAFUNCS_H
typedef struct book_node book;
book* removeElems (book* first, int minPages, FILE* inp);
book* removeIdElems (book* first, int id, FILE* Filee);
void readList (FILE... | [
"noreply@github.com"
] | Andrii-Vovk.noreply@github.com |
e4a9d8a90a4b41523c50ce16e04094da85c03587 | 0f4b65bdd99e642402d489fdd662a7dc1d1441f5 | /testsuite/EXP_4/test166.c | eec54218cfb8a4c627656b9867a74da437b2253e | [
"MIT"
] | permissive | matthiaskrgr/CF3 | 157e4967f12a6e6a0eee0fa9421f7855d24047c5 | 981a49c2b1f0fb80e1d1778beb3f3ce8578338c3 | refs/heads/master | 2021-01-01T06:02:05.773732 | 2017-07-15T20:15:36 | 2017-07-15T20:15:36 | 97,335,407 | 0 | 0 | null | 2017-07-15T18:41:20 | 2017-07-15T18:41:20 | null | UTF-8 | C | false | false | 53,553 | c |
/*
CF3
Copyright (c) 2015 ishiura-lab.
Released under the MIT license.
https://github.com/ishiura-compiler/CF3/MIT-LICENSE.md
*/
#include<stdio.h>
#include<stdint.h>
#include<stdlib.h>
#include"test1.h"
int8_t x6 = INT8_MIN;
static int8_t x14 = INT8_MAX;
static volatile int8_t x20 = -1;
int32_t x23 = -1;
volatil... | [
"ishiura-compiler@ml.kwansei.ac.jp"
] | ishiura-compiler@ml.kwansei.ac.jp |
190396f410cd385253cfb19195f6fb877ba43c22 | 668ced8923f99530a7311e039e55d1a10c9fe8c5 | /code/source/ti/ti154stack/osal/src/common/osal_timers.c | cd3e018e193d7d67487934af783b4bf730f58981 | [] | no_license | shivam3108/project_sourcecode | db41cefa17c71d33a5e8b933bdb97e954f79f109 | 19f09b2dbcea851311c7e1588e8b6f7f1c2fdb15 | refs/heads/master | 2020-03-18T05:54:06.849680 | 2018-05-22T06:00:56 | 2018-05-22T06:00:56 | 134,366,991 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,238 | c | /******************************************************************************
@file osal_timers.c
@brief OSAL Timer definition and manipulation functions.
Group: WCS, LPC, BTS
Target Device: CC13xx
******************************************************************************
Copyright (c) 2004-2018, Tex... | [
"shivamkapil753@gmail.com"
] | shivamkapil753@gmail.com |
6a05cae5d9264eb1ad48bcb6bd4e5a468a1b984b | dd7728b73ea2679228bc08fbb406626f1d975125 | /external/mkdir_cmd.c | 2fb56f3dd47a93ffe578184cf6c6a34cea83e872 | [] | no_license | ananyalohani/lohanish | 910646b6e45231842728f72de947d52926a7aa6d | 03a293332d1b705e1c276e9dbc9a2904c4e74d7f | refs/heads/master | 2023-04-29T16:06:51.029724 | 2021-05-19T18:23:34 | 2021-05-19T18:23:34 | 299,968,840 | 9 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,507 | c | #include <sys/types.h>
#include <sys/stat.h>
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>
int main(int argc, char *argv[])
{
char *opt = argv[1];
int p_flag = 0;
int v_flag = 0;
int none_flag = 0;
mode_t mode = S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH;
if (!strcmp(... | [
"61914211+ananyalohani@users.noreply.github.com"
] | 61914211+ananyalohani@users.noreply.github.com |
879b033aee41af458c32e146f767d1376a083bc3 | 11a5efa37c587cbfef62f8c4241c0b0ea0c6b057 | /fonctions/fonctions.h | fc84dacc1f3b9ca2d236854c62df17cdee46dd91 | [] | no_license | phenow/lp73-tp | a0a0e094311e6be561751d136a2fa343c99c67bd | d3a4f6b42a07651b1402842792c981494e1066e4 | refs/heads/master | 2016-09-08T01:13:01.172956 | 2014-05-26T09:01:14 | 2014-05-26T09:01:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 325 | h | /**
* Retourne la factorielle du nombre passé en paramètre
*/
int factorielle(int n);
/**
* Retourne le carré du nombre passé en paramètre
*/
int carre(int n);
/**
* Calcule la factorielle du nombre passé en paramètre, et renvoie
* le résultat dans le pointeur sur ret
*/
void factorielle2(int n, int* ret);
| [
"zmbl.soft@gmail.com"
] | zmbl.soft@gmail.com |
a4b0b68cd62fa2cf097754dba4ccc1ffa656637f | 4b660e04fec9ebc0d19ec21575de68160b453f5b | /src/consensus/consensus.h | ff2e4ca7b5b2de4159666dddcb088ea838b420d0 | [
"MIT"
] | permissive | number435398/Noodlyappendagecoin-project | 7a3e10b2f538e758c0f115d339b54217277246ee | a4e384415428af9747ba569871e8366880919c13 | refs/heads/master | 2020-04-01T09:56:08.579931 | 2018-11-21T11:58:17 | 2018-11-21T11:58:17 | 153,095,785 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,600 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2016 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_CONSENSUS_CONSENSUS_H
#define BITCOIN_CONSENSUS_CONSENSUS_H
#inc... | [
"39201862+number435398@users.noreply.github.com"
] | 39201862+number435398@users.noreply.github.com |
36d3c7e3e4d80fc7419f7b8fbd02479e154884be | 042bd40e554ac7fcd618c334ae98b4f43248a250 | /solid/include/solid/core/generic/reduce_ops.h | 464c433a0606a9942323bfad50c71fb1acbd4640 | [
"Apache-2.0"
] | permissive | kant/ocean-tensor-package | 8a62df968335de2057ff095f0910e5ad5fcff8e1 | fb3fcff8bba7f4ef6cd8b8d02f0e1be1258da02d | refs/heads/master | 2020-03-29T04:01:22.064480 | 2018-09-19T19:17:19 | 2018-09-19T19:17:19 | 149,511,923 | 0 | 0 | Apache-2.0 | 2018-09-19T21:03:14 | 2018-09-19T21:03:14 | null | UTF-8 | C | false | false | 63,850 | h | /* ------------------------------------------------------------------------ */
/* Copyright 2018, IBM Corp. */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* y... | [
"evandenberg@us.ibm.com"
] | evandenberg@us.ibm.com |
14711eb58e4b9e5837403835c7b2b06638ba0972 | d95c694507e9d3696adb42b7061a0901b610007b | /0x0B-malloc_free/1-strdup.c | a0749fa21a53b4e43b5e1abd3be9033ec614c506 | [] | no_license | FaroukAjimi/holbertonschool-low_level_programming | 6ea3a7c4dd99b66241d2778926a9371c74eddb79 | 8c00bf9326a4c6e1a28add0a3f8f8d95d8faa58f | refs/heads/master | 2020-07-28T00:58:35.886959 | 2020-04-16T21:27:22 | 2020-04-16T21:27:22 | 209,261,632 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 484 | c | #include "holberton.h"
#include <stdio.h>
#include <stdlib.h>
/**
* _strdup - check the code for Holberton School students.
*@str: hello
* Return: Always 0.
*/
char *_strdup(char *str)
{
char *s;
unsigned int i;
unsigned int size;
size = 0;
i = 0;
if (str == 0)
return (NULL);
while (str[size] != '\0')
{... | [
"benajimi@gmail.com"
] | benajimi@gmail.com |
3b4807e363325d9f83965c655b9bd54bdcef7355 | 8ae7a23f05805fd71d4be13686cf35d8994762ed | /mame150/src/mame/drivers/tourtabl.c | befdaa72c92afea6210877158891c5728a6b336c | [] | no_license | cyberkni/276in1JAMMA | fb06ccc6656fb4346808a24beed8977996da91b2 | d1a68172d4f3490cf7f6e7db25d5dfd4cde3bb22 | refs/heads/master | 2021-01-18T09:38:36.974037 | 2013-10-07T18:30:02 | 2013-10-07T18:30:02 | 13,152,960 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,000 | c | /***************************************************************************
Atari Tournament Table driver
Hardware is identical to the VCS2600 except for an extra 6532 chip.
***************************************************************************/
#include "emu.h"
#include "machine/6532riot.h"
#in... | [
"dan@van.derveer.com"
] | dan@van.derveer.com |
d6f222fdd6e97b5e4b2d20b9a6871b40ec7108c1 | 61dd46a2008e1838d8425787c4b055d8776df4b1 | /ytini_test/lib/python2.7/site-packages/yt/utilities/lib/lenses.c | c24e79357576c9776ab813525c69236ece98f4a1 | [] | no_license | pookzzz/houdini_astronomy | 0e5ed7f923ba2e8d9dec155d6ac872e12c4b2a7a | c59b65a97bede256a6c4b4f98489256827925d79 | refs/heads/master | 2020-04-18T13:16:08.640497 | 2019-01-27T07:37:45 | 2019-01-27T07:37:45 | 167,557,974 | 0 | 1 | null | null | null | null | UTF-8 | C | false | true | 978,747 | c | /* Generated by Cython 0.29 */
/* BEGIN: Cython Metadata
{
"distutils": {
"depends": [
"yt/utilities/lib/platform_dep.h"
],
"include_dirs": [
"./yt/utilities/lib",
"yt/utilities/lib"
],
"libraries": [
"m"
],
... | [
"wanyizhou.z@gmail.com"
] | wanyizhou.z@gmail.com |
d9c850c89dc7808716ac1ecbc5b656fe4614cefa | 1d8b631687b1f757707761fbc99aa459eaf68693 | /test/netwib/src/netwibtest_net_ipsi.c | 529acabaf702b5f451165e26a2f33d7d9a70ab74 | [] | no_license | ctrlcandctrlva/netwox | 342bea8a9eb328b1cc29a219016403838e9646d8 | 91f33b2883de3caaed40591cc76e54e454eb5442 | refs/heads/master | 2023-03-17T19:29:55.767073 | 2020-01-30T13:57:17 | 2020-01-30T13:57:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,115 | c | #include "netwibtest.h"
/*-------------------------------------------------------------*/
static netwib_err test_add2_ip(netwib_ips *pips,
netwib_ip4 ip4)
{
netwib_ip ipa;
netwib_er(netwib_ip_init_ip4(ip4, &ipa));
netwib_er(netwib_ips_add_ip(pips, &ipa));
return(NETWIB_ERR_OK);
}
... | [
"4010896@qq.com"
] | 4010896@qq.com |
72a691e1f2a1c859ea4559073a2454dcdd91e9c3 | 5b6edd0f5dd90c56ab18ad4ab734fd6358e840be | /c_base/08_char_array/08_char_array.c | 0f9a6bdf32cd88fc2f11c97ec373769e5bbd3858 | [] | no_license | mingz2013/study.c | ba426cebf80c6ada444e63f5eb198e80f42d403d | eabf07220f68feed682305b457341ed673c39ce7 | refs/heads/master | 2021-01-11T10:04:10.128262 | 2019-06-25T06:16:02 | 2019-06-25T06:16:02 | 78,041,856 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 258 | c | #include<stdio.h>
int main()
{
char a[100];
char c = 'a';
int i = 0;
while(1){
scanf("%c", &c);
if (c == '\n') {
break;
}
a[i] = c;
i++;
}
i = 0;
while(a[i] != NULL){
printf("%c", a[i]);
i++;
}
printf("\n");
return 0;
}
| [
"305603665@qq.com"
] | 305603665@qq.com |
70ae538d3a9946e81ba49fa74cf914ab06fb4029 | cd3da057f6c145b872120b305e5f0f7916becd40 | /Middlewares/ST/AI/AI/data/sensor_network_data.h | 884c0c2b07bef8c5d7699a788bd6727951591025 | [] | no_license | Alvazz/micromouse | 0a3599cbe510fe8f06897d6515857353aecbd659 | 7c5d65d0026c9da21493367775b72c4d02ace780 | refs/heads/master | 2022-02-12T12:34:46.191313 | 2019-07-18T18:17:42 | 2019-07-18T18:17:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,825 | h | /**
******************************************************************************
* @file sensor_network_data.h
* @author AST Embedded Analytics Research Platform
* @date Fri Jun 21 23:20:54 2019
* @brief AI Tool Automatic Code Generator for Embedded NN computing
**********************************... | [
"48148915+pat92fr@users.noreply.github.com"
] | 48148915+pat92fr@users.noreply.github.com |
70e6969040fa446c0d253d1b8751470e41279ad5 | 877057d9c36f84a2a636024f0fcb0dcd731644ed | /generic/codes/googleJam/codeChef/12_Jul/maxSqMatrix.c | c27d8458c196b23684b726a479084d9623e913e7 | [] | no_license | enitink/prj | ba69dae1ac71e1516a22fac9dfb3bd4d3c17d095 | 784d6ae3414f1cb717a513e3aef8c9ee893cdc88 | refs/heads/master | 2022-01-15T17:19:47.942951 | 2022-01-04T05:55:32 | 2022-01-04T05:55:32 | 16,454,920 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 406 | c | #include <stdio.h>
#include <string.h>
#define flf(x, y) for (x = 0; x < (y); ++x)
#define SIZE 10
void populateMatrix();
int findMaxSqMatrixSize(int arr[][], int r, int c)
{
int maxSize = 0;
int arr[SIZE];
int i, j;
memset(arr, 0, sizeof(arr));
flf(i, r)
{
flf(j, c)
{
}
}
return maxSize;
}
... | [
"enitink@yahoo.com"
] | enitink@yahoo.com |
d0fc45aba644fe2c957086e9ba66e32301914b19 | 1ad4dd5261a185f3cf92d7fd3226de28679747c5 | /kernel/drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_include/mpmath.h | 565983aafa4d51d410364d0231d87937503078d3 | [
"Linux-syscall-note",
"GPL-2.0-only",
"MIT"
] | permissive | oslab-swrc/libmpk | b30c8fa2eea834a8ab441fdd9f7789296781ec17 | a0b20ab8819d60d22d2a90f0d54eccae40ae6b05 | refs/heads/master | 2022-05-01T01:36:07.491532 | 2022-03-18T05:44:14 | 2022-03-18T05:44:14 | 223,290,854 | 0 | 0 | MIT | 2019-11-22T00:30:13 | 2019-11-22T00:30:12 | null | UTF-8 | C | false | false | 10,819 | h | /*
* Support for Intel Camera Imaging ISP subsystem.
* Copyright (c) 2015, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This progra... | [
"spark720@gatech.edu"
] | spark720@gatech.edu |
acc2d980072a457af0f5c215b4bdeb49bed57f16 | 4db0647f6f94e385602834e48f85e7b495190f1a | /fillit7/ft_load_tetrimino.c | eacc46aaecd92479dcbc9fbbf51f663ad75dc298 | [] | no_license | fillitz/fillit | 22c46cd58bf70b39fc3f54d8201516805bb13f9f | 74bd43d22fead3aa0b3e171eb9fd1a49551930b5 | refs/heads/master | 2020-09-06T00:46:43.853838 | 2019-12-15T12:28:21 | 2019-12-15T12:28:21 | 220,262,705 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,491 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_load_tetrimino.c :+: :+: :+: ... | [
"noreply@github.com"
] | fillitz.noreply@github.com |
d87dc74cf50375a47681876b94d5b2edab70b8a2 | f8f493068601019bfa9e9e8b0f623e4135ef033f | /STM32Cube_FW_F3_V1.10.0/Projects/STM32F302R8-Nucleo/Examples_LL/I2C/I2C_OneBoard_Communication_DMAAndIT/Inc/stm32f3xx_it.h | b69e87d4f0d83dae1d48bb8707ea1c1994c080f1 | [
"BSD-2-Clause"
] | permissive | tech-sc/Kochi_STM32F303RE | c4472905b33bcd1769bb50db6f4474dc135c86ac | 82e6e915dbee5b9f10b1ee2c335a532fc57b9958 | refs/heads/master | 2020-06-16T06:20:03.707735 | 2019-12-07T08:06:04 | 2019-12-07T08:06:04 | 195,499,791 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,205 | h | /**
******************************************************************************
* @file Examples_LL/I2C/I2C_OneBoard_Communication_DMAAndIT/Inc/stm32f3xx_it.h
* @author MCD Application Team
* @brief This file contains the headers of the interrupt handlers.
********************************************... | [
"atsuya.kouchi@tech-sc.co.jp"
] | atsuya.kouchi@tech-sc.co.jp |
c1095f263c25811255b9c0183086b308cb1089f4 | 5792b184e71a9de7779e0bd21b6833f8ddfdb4b5 | /sysvr3/301/usr/src/uts/3b2/debug/prtabs.c | 059c3e11946c32ea37226eb79d83015ce14d0a33 | [] | no_license | ryanwoodsmall/oldsysv | 1637a3e62bb1b9426a224e832f44a46f1e1a31d4 | e68293af91e2dc39f5f29c20d7e429f9e0cabc75 | refs/heads/master | 2020-03-30T06:06:30.495611 | 2018-09-29T09:04:59 | 2018-09-29T09:04:59 | 150,839,670 | 7 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,559 | c | /* Copyright (c) 1984 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended publication of such source code. */
#ident "@(#)kern-port:debug/prtabs.c 10.4"
#include "sys/types.h"
#include "sys/para... | [
"rwoodsmall@gmail.com"
] | rwoodsmall@gmail.com |
c8dcea6819479ba982a50b802114f80ae670c945 | 4831fae85dda528fd2c4099f729fabfe8a659a62 | /ft_linkcpy.c | 8b79d83cf4076acbb86cae11c05cbe631ed8da60 | [] | no_license | mnaji42/libft | 778bdd1646d76b493eaa9cab62b581d40b36f565 | bcee5c0d07cdee1d3f2db0231f35725385b33e6e | refs/heads/master | 2023-04-07T06:53:54.281640 | 2020-12-21T17:27:38 | 2020-12-21T17:27:38 | 169,163,652 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,085 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_linkcpy.c :+: :+: :+: ... | [
"mehdi.n.1993@gmail.con"
] | mehdi.n.1993@gmail.con |
439add44eccfdad2205ab178d11213f7200c6283 | 8be920e3f46b48cd1a7dd6d0c02ae04f31d84cd6 | /src/libft/ft_strncmp.c | 83ac1e5835506fbe7cbe0fbb91683ff04d8a13c9 | [] | no_license | Relkondo/Fillit | 9c725028a5f2b26aea3d58f598677d848ddcf48f | 2115466ed62d4fe989134b5e9247b260d4d643fc | refs/heads/master | 2021-07-25T16:43:15.264339 | 2020-04-26T08:25:19 | 2020-04-26T08:25:19 | 159,796,807 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,434 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strncmp.c :+: :+: :+: ... | [
"scoron@e1r5p15.42.fr"
] | scoron@e1r5p15.42.fr |
274499453df922289c6fa7e3cb4299b7dd33448e | 232e38f7b10cc2b73fde77c69a802675afdfacad | /Server/test.c | be617013d47ad21f0e5b87aa9513e3d3ed9edbfc | [] | no_license | Shimoji-Takayuki/C_Database | da6fb1162074bab0d5c29eb5dad9d4e8d5870bdc | 9c48b71de45725ff2b04596fce64cec0faf9b3d7 | refs/heads/master | 2023-03-07T15:03:45.943152 | 2021-02-24T02:35:40 | 2021-02-24T02:35:40 | 309,694,709 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,258 | c | /* header files */
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
/* main */
int main(void)
{
time_t timer;
struct tm *local;
struct tm *utc;
char systemDate[15];
/* 現在時刻を取得 */
timer = time(NULL);
local = localtime(&timer); /* 地方時に変換 */
// 年(YYYY)
cha... | [
"shimoji.takyuki@gmail.com"
] | shimoji.takyuki@gmail.com |
7e9a4cd674b52d6035024bc4e73b554c6a74da05 | 0bb34236346bc87944f9d715938cb2a26778f336 | /1281. Subtract the Product and Sum of Digits of an Integer.c | 20507229740952b80fe448cb0047944ea9f7f8e4 | [] | no_license | alanshino/MyLeetCode | a902ef44c479998d489eea02e3a0bdc71ff9b5a8 | f6ddfac8cd5d66b19f43366030ecf0d886792058 | refs/heads/master | 2021-06-30T13:01:42.181045 | 2020-09-21T06:59:27 | 2020-09-21T06:59:27 | 162,685,304 | 0 | 0 | null | null | null | null | BIG5 | C | false | false | 863 | c | int subtractProductAndSum(int n){
int temp = n;
int i = 1, j = 0;
while (n) { // 找出相乘
i *= n % 10;
n /= 10;
}
// printf("%d ", i);
while (temp) { // 找出相加
j += temp % 10;
temp /= 10;
}
// printf("%d ", j);
return i - j;
}
... | [
"alanwalker@gms.tku.edu.tw"
] | alanwalker@gms.tku.edu.tw |
12d02ee754c371be32f9d01cc8b8426f8635c22f | 5329caeb14f5618d97d5158b056afa687b49e7bd | /main.c | d8097dbf01f2fb518f6698be5ab637a738d5f04e | [] | no_license | indraja2109/Python-workshop | 96310d8585e191125edb6c203130fc3c6f13172e | 0eaff94d9db84e91e64b3f227a441aaa643c7ee5 | refs/heads/main | 2023-08-24T22:30:32.904288 | 2021-10-20T13:32:30 | 2021-10-20T13:32:30 | 327,262,977 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 270 | c | #include <stdio.h>
int add(int , int);
int main()
{
int a, b, sum;
printf("Enter two numbers: ");
scanf("%d%d", &a, &b);
sum=add(a, b);
printf("Sum=%d", sum);
return 0;
}
int add(int x, int y)
{
int z=x+y;
return z;
}
| [
"noreply@github.com"
] | indraja2109.noreply@github.com |
204f746c6b78c2f1fb7c7c53880af4ad51de9ce6 | bdb37e531c59c0537d5ce319cfc34e2f8abc05a6 | /cmuse/materials.h | 6a38eded03d2541fb8727fdf7ac552f670780cf2 | [] | no_license | moose-1/OpenGL-Project | 0a1f926cb415c2b3313a0ca8c2707d7e5c7c7e19 | 235df23798a2fddde7229ce3debe60a76102a2c7 | refs/heads/master | 2021-01-10T06:05:47.179959 | 2015-11-13T21:42:24 | 2015-11-13T21:42:24 | 46,148,684 | 0 | 0 | null | null | null | null | WINDOWS-1250 | C | false | false | 1,557 | h | #include <GL/gl.h>
// szmaragd
const GLfloat EmeraldAmbient [4] = { 0.021500, 0.174500, 0.021500, 0.550000 };
const GLfloat EmeraldDiffuse [4] = { 0.075680, 0.614240, 0.075680, 0.550000 };
const GLfloat EmeraldSpecular [4] = { 0.633000, 0.727811, 0.633000, 0.550000 };
const GLfloat EmeraldShininess = 76.8;
//... | [
"cmuse@memphis.edu"
] | cmuse@memphis.edu |
4c03f6c09aec43eb71e3c4cd6900224491201784 | 75196819c910f3fd523f1a4d28e5d0fe12570ab1 | /src/bdb53/src/os_vxworks/os_vx_yield.c | 3095d24b585cf6909b2c786fc38960eaafdb463c | [
"MIT",
"BSD-3-Clause",
"Sleepycat"
] | permissive | gridcoin-community/Gridcoin-Research | 889967579b5b05bcc3ae836697a0f173b5ae91ea | 21414dd0f63c9a34060f7f762f08d1a52aeb9e87 | refs/heads/development | 2023-09-04T09:21:55.006935 | 2023-09-03T17:45:20 | 2023-09-03T17:45:20 | 23,332,350 | 292 | 117 | MIT | 2023-09-11T10:22:10 | 2014-08-25T23:41:04 | HTML | UTF-8 | C | false | false | 1,253 | c | /*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 1997, 2013 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
#include "db_config.h"
#include "db_int.h"
/* vxworks API to get system clock rate */
int sysClkRateGet (void);
/*
* __os_yield --
* Yield the processor, op... | [
"60045611+div72@users.noreply.github.com"
] | 60045611+div72@users.noreply.github.com |
204a5df804f1bb4d785029d4a1fa11b15a390c25 | 4545588c8427debaf17f9dc71b0ace32f4fb5d67 | /thirdparty/epd/pervasive/src/Pervasive_Displays_small_EPD/EPD_controller.c | 06bec9920ddda41774815afc4910f498ada16029 | [] | no_license | eewiki/asf | 02e06cec0465b28dd689dea801e6be6cbcd47eca | 8d0f55bd089f2e68d2b53aa76adbb02c07cdb166 | refs/heads/master | 2021-01-16T18:20:22.690176 | 2015-03-09T05:42:50 | 2015-03-09T05:42:50 | 18,419,213 | 34 | 30 | null | 2014-12-25T05:13:20 | 2014-04-03T21:42:46 | C | UTF-8 | C | false | false | 4,812 | c | /**
* \file
*
* \brief The interface for external application wants to update EPD
*
* Copyright (c) 2012-2014 Pervasive Displays Inc. All rights reserved.
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditio... | [
"buildmaster@atmel.com"
] | buildmaster@atmel.com |
1cafb093cb32912edc82ba6a0a9200b2549e452e | ca2a1c0d10670a617ceca55d469579d7875d4fd3 | /0x17-doubly_linked_lists/0-print_dlistint.c | ad40c4c87b73bd2457f9ea71abb28c95c0e2c449 | [] | no_license | mohamedalisouissi25/holbertonschool-low_level_programming | 58bd60e22ee09aa39caf7116b40c331bf593f7ee | 8fc68f624b20d016fdfb4beef77e4b6da9f3d691 | refs/heads/master | 2020-12-29T08:00:30.034415 | 2020-08-27T12:39:43 | 2020-08-27T12:39:43 | 238,525,502 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 279 | c | #include "lists.h"
#include <stdio.h>
/**
* print_dlistint - print the elements
* @head: input
* Return: output
*/
size_t print_dlistint(const dlistint_t *head)
{
int i = 0;
while (head != NULL)
{
printf("%d\n", head->n);
head = head->next;
i++;
}
return (i);
}
| [
"dali-madridist@hotmail.com"
] | dali-madridist@hotmail.com |
2524171f929c7f59a11bae7714878d86e4b2c1b7 | a998c719367d5755cca851c2f0f492a351be1933 | /src/dialog/dedit.c | aa57d53552c25ae876bb49bc777ac5f98fb8d70c | [] | no_license | KaSt/nereamud | 8dd93de7cfc56378afd5c1dbc792ff81848abbf5 | 70cda940fab682a00d665402f3c51f991fceb680 | refs/heads/master | 2016-09-06T16:15:01.374046 | 2015-08-26T00:35:02 | 2015-08-26T00:35:02 | 41,393,503 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 8,789 | c | //*****************************************************************************
//
// dedit.c
//
// functions for allowing players to edit dialogs in OLC.
//
//*****************************************************************************
#include "../mud.h"
#include "../utils.h"
#include "../zone.h"
#include "../world... | [
"k@ka.st"
] | k@ka.st |
8074a2e5c613c2bfa41c3266c4c5ea20e9187c9b | 1fa2ecd263c562571c88fa88f16163b8adbec73f | /src/navalFoamVariant2/pdEqn.H | 0fee7443cf4ef619667406d85d0b2ad8c3f56bd2 | [] | no_license | Unofficial-Extend-Project-Mirror/openfoam-extend-ShipHydroSIG | 02040239b1e039f676e545aff4fb042ff1d6bd60 | 26644eb8f17916e68a70f602327bbc1ca69541c7 | refs/heads/master | 2023-03-16T06:55:28.305949 | 2011-06-24T08:52:37 | 2011-06-24T08:52:37 | 10,867,019 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,524 | h | {
if (nOuterCorr != 1)
{
pd.storePrevIter();
}
rAU = 1.0/UEqn.A();
surfaceScalarField rAUf = fvc::interpolate(rAU/rho);
U = rAU*UEqn.H();
U.correctBoundaryConditions();
surfaceScalarField phiU
(
"phiU",
(fvc::interpolate(U) & mesh.Sf())
// Restart a... | [
"egp11@psu.edu"
] | egp11@psu.edu |
34910cfc30a16c6a1afbb510a9354ab2c5b971d5 | 4c5c1d971734d3a2e1da157dd4167740c5b63dc4 | /Src/PEC15.c | 8cfa076bce240219b8dc95815b36390dbf01182d | [] | no_license | turing-cs/smart-battery-management-system | 963538cfa7315ed674398b66eaef3339e389fb86 | 32bf9a35e84c1f57358ef5a8136377902df9b212 | refs/heads/master | 2021-07-02T00:00:57.461507 | 2017-09-21T05:00:15 | 2017-09-21T05:00:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,725 | c |
#include "PEC15.h"
//This table speeds up the calculation of the CRC code
const unsigned int crc15Table[256] = {0x0, //!<precomputed CRC15 Table
0xc599, 0xceab, 0xb32 , 0xd8cf, 0x1d56, 0x1664, 0xd3fd, 0xf407, 0x319e, 0x3aac,
0xff35, 0x2cc8, 0xe951, 0xe263, 0x27fa, 0xad97, 0x680e, 0x633c, 0xa6a5, 0x7558, 0... | [
"emily.melhuish@gmail.com"
] | emily.melhuish@gmail.com |
6eddfda6378a23ae18721749077bcf2355b0a39b | 0af34b0e5b8d62389b361987c8467afb7c2d7c74 | /Assignment2/ParComp2.c | b179e5b9a4727815b49f01258e5758915229bc4a | [] | no_license | IakMastro/ParrarelComputing | c0d85f025c9118b873ceb91e9bb008dea019b6d4 | 323e4d71a11a836d44d1cc1ac7a757eb0bb59391 | refs/heads/master | 2023-02-17T03:22:01.874959 | 2021-01-15T13:10:42 | 2021-01-15T13:10:42 | 304,343,292 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,150 | c | #include <mpi.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
int main( int argc, char *argv[]) {
int rank, size, tag = 100;
MPI_Status status;
MPI_Init(&argc, &argv);
MPI_Comm_rank(MPI_COMM_WORLD, &rank);
MPI_Comm_size(MPI_COMM_WORLD, &size);
// Αρχικοποίηση μεταβλητών.
in... | [
"cse242017102@uniwa.gr"
] | cse242017102@uniwa.gr |
2846f228a448b282d5d8693203c99c58b424d06d | a06e5bfed2007dd273d36a7001c259c45d3d684c | /src/PAL3patch/include/PAL3patch/common.h | cf7e126cc6ccb31eeca33059e2ddd9a5cbf054e5 | [] | no_license | WattZhang/PAL3patch | e77676c485cd09061ab1db2ab34689a5fff5c36e | 585ce6b5c0dee5c7791da7262ff6157ac1c6d48f | refs/heads/master | 2021-04-15T16:49:05.047421 | 2018-03-17T12:28:43 | 2018-03-17T12:28:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,854 | h | #ifndef PAL3PATCH_COMMON_H
#define PAL3PATCH_COMMON_H
// NOTE:
//
// FOR ALL C SOURCE FILES IN PAL3PATCH ITSELF:
// SHOULD INCLUDE AND ONLY INCLUDE THIS FILE
//
// FOR APPLICATIONS USES PAL3PATCH API:
// SHOULD NOT INCLUDE THIS FILE DIRECTLY
// SHOULD INCLUDE "PAL3patch.h" INSTEAD
... | [
"zhangboyang.id@gmail.com"
] | zhangboyang.id@gmail.com |
3beb19a749d6403a323c1e6113ca4e19c5b51bbc | 96d8a54843a9558508318c06fdec7ccb73888efc | /NTRU Prime/NTRU/rsx.h | 16a9d3d38081447c2d9ce0a29a1561e02f7ea9c9 | [] | no_license | lukw00heck/Misc-C | 6bd0f109c953a0d6974254f8bbb132f09ef0e879 | 140ff594353849fb0af2b8e0d3baec63049a9e0a | refs/heads/master | 2020-03-09T06:24:32.982248 | 2018-03-05T22:32:57 | 2018-03-05T22:32:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,554 | h | /* The GPL version 3 License (GPLv3)
*
* Copyright (c) 2017 vtdev.com
* This file is part of the CEX Cryptographic library.
*
* 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 ... | [
"steppenwolfe_2000@yahoo.com"
] | steppenwolfe_2000@yahoo.com |
01ea1691eba4ae2d905aef25ee0c8a05a8bbfa9e | 4da66ea2be83b62a46d77bf53f690b5146ac996d | /modules/monkey/native/bbtypeinfo_r.h | 4a6be4b4a655ec89b91c75d807a1b285a7828b06 | [
"Zlib"
] | permissive | blitz-research/monkey2 | 620855b08b6f41b40ff328da71d2e0d05d943855 | 3f6be81d73388b800a39ee53acaa7f4a0c6a9f42 | refs/heads/develop | 2021-04-09T17:13:34.240441 | 2020-06-28T04:26:30 | 2020-06-28T04:26:30 | 53,753,109 | 146 | 76 | Zlib | 2019-09-07T21:28:05 | 2016-03-12T20:59:51 | Monkey | UTF-8 | C | false | false | 874 | h |
#ifndef BB_TYPEINFO_R_H
#define BB_TYPEINFO_R_H
#include "bbtypeinfo_t.h"
struct bbClassTypeInfo;
struct bbClassDecls{
bbClassDecls *_succ;
bbDeclInfo **_decls=0;
int _numDecls=0;
bbClassDecls( bbClassTypeInfo *classType );
bbDeclInfo **decls();
int numDecls();
virtual bbDeclInfo **initDecls(){
ret... | [
"blitzmunter@gmail.com"
] | blitzmunter@gmail.com |
c39268a3074bd86a5147a99b15baed21acf3fe08 | 805acc78694121aaac8d19db512f764ddbbbdccb | /piscine/c02/ex08/ft_strlowcase.c | be7e01c9da7ed35c2b6556e4aebd8a8c72e08ba7 | [] | no_license | walachnibar/42 | c58248f1e7507aaae9cd3a93f98afea16b9aa7b6 | c11f58a2b4ac18e667b2cb7d79e9a94bf4fa09bd | refs/heads/master | 2023-06-03T03:03:55.774081 | 2021-06-23T06:54:11 | 2021-06-23T06:54:11 | 377,685,644 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 285 | c | int ft_is_uppercase(char c)
{
if (c < 'A' || c > 'Z')
return (0);
return (1);
}
char *ft_strlowcase(char *str)
{
if (!str)
return (str);
while (*(str++))
if (ft_is_uppercase(*(str - 1)))
*(str - 1) += 32;
return (str);
} | [
"walachnibar@MacBook-Pro-de-Walachnibar.local"
] | walachnibar@MacBook-Pro-de-Walachnibar.local |
dfc150a0054e9d6cf061f22d28617e435acd1263 | 97c412a672af33fb1e8b36c69c2a6cb9ee4aef18 | /shared-memory-km/undocumented_structs.h | 0c5ebdae506a90acb6638ce0601e998afb4863cc | [] | permissive | fengjixuchui/km-um-communication | 206d878b467c32401a653c95173e351f0351490d | a77d648e0258ec5b3bca15322eb135464d9cdbf5 | refs/heads/master | 2021-07-03T09:00:09.846360 | 2021-01-21T11:36:17 | 2021-01-21T11:36:17 | 213,431,264 | 0 | 0 | MIT | 2021-01-21T11:36:18 | 2019-10-07T16:21:29 | null | UTF-8 | C | false | false | 1,970 | h | #pragma once
#include <ntifs.h>
#include <windef.h>
typedef struct _PEB_LDR_DATA {
ULONG Length;
BOOLEAN Initialized;
PVOID SsHandle;
LIST_ENTRY ModuleListLoadOrder;
LIST_ENTRY ModuleListMemoryOrder;
LIST_ENTRY ModuleListInitOrder;
} PEB_LDR_DATA, * PPEB_LDR_DATA;
typedef struct _RTL_USER_PROCESS_PARAMETERS {
... | [
"noreply@github.com"
] | fengjixuchui.noreply@github.com |
f3c1b9436d83871f019cf464b468ec5575ed6699 | a383a461957898fac4a97c8c398259a425292e85 | /1081.c | 76ff92d712f466f445572d9940ca704fd71c930e | [] | no_license | Pritom-Chaki/URI_Solving | dd3ed2b2db77c164274ae1362841374b1bae51ab | f116986b35d5e14a2653b3d834bccded6b8918bc | refs/heads/master | 2021-05-01T08:27:00.244659 | 2018-02-11T21:11:17 | 2018-02-11T21:11:17 | 121,167,613 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 701 | c | #include<stdio.h>
int main()
{
int i,j,n;
double sum=0, avg=0;
double M[15][15];
char ch[2];
scanf("%d",&n);
scanf("%s",ch);
//printf("\n%s\n",ch[0]);
for(i=0;i<3;i++)
{
for(j=0;j<3;j++)
{
scanf("%d", &M[i][j]);
}
}
for(i=0;i<3;i++)
{
... | [
"pritom.cse.diu@gmail.com"
] | pritom.cse.diu@gmail.com |
5f69e4ba1c6e804fa8bbc535d15ace80cfe3ad22 | bc81cb86a633259b3e08310c97646b7ee9c83bd4 | /PSOC_CapenseProximity.cydsn/Generated_Source/PSoC4/CapSense.c | 64fe89692145bdee2ecfa6ba3c6409cdcd2fc28b | [] | no_license | manishahg/PSOC_CapSenseProximity | f9337e08f01afac6b7a2c5c94780a6a0078c4261 | 6624ee2d3a773d0112365d8ab46468a40c1939f6 | refs/heads/master | 2021-06-10T07:21:38.300863 | 2016-11-10T15:08:48 | 2016-11-10T15:08:48 | 73,207,578 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 74,797 | c | /*******************************************************************************
* File Name: CapSense.c
* Version 2.10
*
* Description:
* This file provides the source code for scanning APIs for the CapSense CSD
* component.
*
* Note:
*
*********************************************************************... | [
"manishaable@gmail.com"
] | manishaable@gmail.com |
e5580a21d2baf31d40527841c126389e8dfb3a72 | 9922d68965c40d28a68a517c3e1b847f540ff2b8 | /01.11/20210111_1a.c | 7f8ad65d0d4176f7f71fd44066ec0b05321f263f | [] | no_license | IIPanchev/Code-Academy | d08a86a7c6331ce11a52f4c3c8d583654e2bcaaa | f5fa4ba9955a0ffdae57ea573c1edd2a03bbb57e | refs/heads/main | 2023-02-17T19:58:35.734758 | 2021-01-14T11:47:35 | 2021-01-14T11:47:35 | 326,518,538 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 230 | c | #include <stdio.h>
int nBit(int a, int n);
int main(){
int a = 15;
int n = 5;
printf("%d \n", nBit(a,n));
return 0;
}
int nBit(int a, int n){
int M = 1;
M = M<<n;
a = a|M;
return a;
} | [
"ignat.panchev@gmail.com"
] | ignat.panchev@gmail.com |
d12f42b27efde9e0ee1e3cd09dbf4fc07f2fb641 | afe4fd268ddeac671dd295c403179f8fb285904c | /include/gl4eshint.h | 6f13c08368d6d8a8f3b033edfae604845e4dea32 | [
"MIT"
] | permissive | xyzz/gl4es | fd98b5c88af0158b2505b5fe5e77f1c07d6bfb30 | 87f9dc6b7885308763d0337e988cf25d42aaa3fe | refs/heads/master | 2020-04-13T09:58:11.313037 | 2018-12-24T17:37:51 | 2018-12-24T17:37:51 | 163,125,815 | 2 | 0 | MIT | 2018-12-26T02:11:32 | 2018-12-26T02:11:32 | null | UTF-8 | C | false | false | 1,342 | h | #ifndef _GL4ES_HINT_H_
#define _GL4ES_HINT_H_
// Custom hints to handles some specifics gl4es options
// same as using LIBGL_SHRINK=x
#define GL_SHRINK_HINT_GL4ES 0xA101
// same as using LIBGL_ALPHAHACK=x
#define GL_ALPHAHACK_HINT_GL4ES 0xA102
// same as using LIBGL_RECYCLEFBO=x
#define GL_RECYCLEF... | [
"sebastien.chev@gmail.com"
] | sebastien.chev@gmail.com |
0abe18d98d6310576036190ada8eb1823ed608d3 | 130b341c0cba330f683d8ea6162091ed3c2f529b | /svn_sensor/sensor/co1_Olimex/trunk/vector.c | e990b231179f735c7b1ad54f9e67c32bb9eb9978 | [
"MIT"
] | permissive | GliderWinchItems/embed | c7ffdd7f94bb600a3de7c240c03a7c41f56d5646 | cc72aa7d8208db3871a15e38185e1e125fa7de47 | refs/heads/master | 2021-06-24T07:02:46.434139 | 2021-06-18T15:55:22 | 2021-06-18T15:55:22 | 75,445,872 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 10,690 | c | /************************************************************
07-14-2011 - Adds UART4,5
...
10/02/2012 - CAN interrupts
*************************************************************/
#include "panic_leds.h"
#include "libopenstm32/scb.h"
#include "libopenstm32/nvic.h"
/*
* This file is part of the libopenstm32 project... | [
"dhaselwood@verizon.net"
] | dhaselwood@verizon.net |
e3c27cd6c36902ee9a663d884653610f0537d6f5 | 27e44400b24def0e083e6b0939e8a0ef994ef72c | /os/qq_udp_send.c | b4d4132772dd6bd0c7bf5cb43388c547d27460f5 | [] | no_license | qq-smart/qq_sh_server | 5df30a1e8d86e356b60d1f5fe96090400ecfc6b1 | edc4f73f1d8e95d5bdfedfca1d1ae1e6b1a4f636 | refs/heads/master | 2021-04-09T11:33:59.368861 | 2018-07-01T10:31:03 | 2018-07-01T10:31:03 | 125,486,292 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 916 | c | /*
* Copyright (C) lilinwei
* Copyright (C) qq_sh_server, Inc.
*/
#include "qq_config.h"
#include "qq_core.h"
ssize_t
qq_udp_send(qq_connection_t *c, u_char *buf, size_t size)
{
ssize_t n;
qq_err_t err;
qq_event_t *wev;
wev = c->write;
for ( ;; ) {
n = sendto(c->fd, buf... | [
"370275457@qq.com"
] | 370275457@qq.com |
884b1f4a1e7e31756733ed897f347f0abeaf4268 | 9067e96170487f3842418c07f3ad191735a9e447 | /arm9/source/fat/ff.vram.c | b015592b1c165c23e39dc6cd08f4b820c4913d7e | [] | no_license | weigametop/GBARunner2 | df162ee6bd3dbe3f2179b363ba08b39d6a699584 | 6609ad306812d5d7b1f69dea3e1c9a7edc082baa | refs/heads/master | 2020-07-06T20:05:04.145787 | 2019-08-18T12:24:36 | 2019-08-18T12:24:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 228,617 | c | /*----------------------------------------------------------------------------/
/ FatFs - Generic FAT Filesystem Module R0.13c /
/-----------------------------------------------------------------------------/
/
/ Copyright (C) 2018, ChaN, all right reserved.
/
/ FatFs module is an open so... | [
"fnouwt2@gmail.com"
] | fnouwt2@gmail.com |
8e37f81f5f07dd9fccd67205231753b45c949801 | 3507a8231f247fe3f95f462f0ee93d64f57853b2 | /ccc/clibs/dll/1/count.c | f7a8f44728062227ce710717adfe86cd2a7dc7ea | [] | no_license | Tomerder/C | cb9f9843c3d723b988d08ec12457415dedc395a6 | 992fb791c3cc45f3033cd226f3a3ddfbbfe56278 | refs/heads/master | 2020-04-13T20:22:14.797915 | 2019-01-18T14:58:17 | 2019-01-18T14:58:17 | 163,427,830 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 551 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "count.h"
/*------------------------------------------------------------------------------------*/
enum{FALSE , TRUE};
int global;
/*------------------------------------------------------------------------------------*/
int Count()
{
return gl... | [
"tomerder@gmail.com"
] | tomerder@gmail.com |
f6753d57905ae0cb803c800c84f41bb89731196d | 0571aa796311026eca27f66aa2a850be9cde5a83 | /src/hashing/evp.h | b26b5030cc21204147712fc5cefe5164b7fd22aa | [] | no_license | thorpelawrence/passhash | c26597433f35ba7d7580c472736d974c6b31059b | 266b5a60cf106bbf764ec344375660ba8f42d93c | refs/heads/master | 2021-07-10T11:27:05.704556 | 2017-10-11T20:42:53 | 2017-10-11T20:42:53 | 105,378,576 | 0 | 0 | null | 2017-10-11T20:41:13 | 2017-09-30T15:15:44 | C | UTF-8 | C | false | false | 112 | h | void digest_message(const char* mode, const unsigned char *message, size_t message_len, unsigned char *digest);
| [
"thorpe_lawrence@yahoo.co.uk"
] | thorpe_lawrence@yahoo.co.uk |
16f414283d7448306ef86d9fefcc36c2e250917e | b4159665e5a280f1cb75b065ff568e205cbc7775 | /editor/line.c | e86a5d15dc318fd5e3c310f1dbc859fe7437503d | [] | no_license | lvanbei/Doom-Nukem | 9ccab2eb04770da2ec5b83476fd4302b36881d21 | 79983e61af09ff43ec94841ccfd42d751f37a194 | refs/heads/master | 2023-06-29T19:34:59.573276 | 2021-08-02T11:32:29 | 2021-08-02T11:32:29 | 259,893,653 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,751 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* line.c :+: :+: :+: ... | [
"leopold.vanbeirs@gmail.com"
] | leopold.vanbeirs@gmail.com |
d1a6ffae6c2a38df606dbec54356149c34671fcd | f9de0ba7e75758960591169478a2fe8a4eec5bdd | /app_IM/viewprofile/PostProfileGet.c | 87197d8426c76977ac4ed995444099a5700a756a | [] | no_license | scut-githuber/os-util | 69c186662d4e5b87572d6e629247ec0f9e9c8c84 | e84a23ba61a96a664cd2f519bfe2059731ad99db | refs/heads/master | 2020-04-12T09:56:54.980582 | 2016-12-31T04:02:18 | 2016-12-31T04:02:18 | 68,110,318 | 5 | 6 | null | 2016-10-28T11:14:25 | 2016-09-13T13:21:59 | C | UTF-8 | C | false | false | 599 | c | #include "PostProfileGet"
//Function name : PostProfileGet()
//Input : 用户登录名
//Output : 返回请求发送结果
//Description : 发送获取用户个人信息的请求
POST_RESP *PostProfileGet(char *username){
/**
* app_IM
* 封装获取用户个人详细的请求字符串
* char *PkgProfileGetReq(char const *username);
*/
/**
* app_IM
* 发送请求字符串
* POST_RESP *... | [
"531946934@qq.com"
] | 531946934@qq.com |
1eccfb91a4e05004472db41a98c061033db3777b | e5023677375f7512ac5d9a9d005d1fcdb6c4b3fc | /main.c | 89298f53b436c7fa4f98a8577757557611942e17 | [] | no_license | Omar422/s_m.week7_ESP32 | 57d66ea95bfda9262b5d4aa7f04c2a4870ba6a79 | b15021db340659ad4be95d00d9bd8908b70ac049 | refs/heads/main | 2023-07-10T02:23:44.544213 | 2021-08-03T14:11:20 | 2021-08-03T14:11:20 | 390,694,067 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,440 | c | /*
1- use the esp32 as an access point and connect client's device to it.
2- use a web page to connect to the client's router
3- blink...
*/
#include <Arduino.h>
#include <WiFi.h>
#include <WiFiClient.h>
#include <WiFiAP.h>
#include <WiFiMulti.h>
#include <HTTPClient.h>
#include <WiFiClientSecure.h>
... | [
"noreply@github.com"
] | Omar422.noreply@github.com |
39a326670a4560633c5610312a7f711368201902 | e113e93d7a139b8603f32e681ae670d8e371f2c3 | /linuxdoom-1.10/i_video.c | 7e00f771e6653d42dbcbcaff3fe86ab122c618d4 | [] | no_license | MartinGeisse/vshg01 | 1c8890069b33a7e5bfc338d37bb951c4f4be612e | af0affc3f9971a56e6fd6ed09a09b35d4eb9d31c | refs/heads/master | 2021-01-20T22:18:34.418665 | 2016-07-28T15:08:44 | 2016-07-28T15:08:44 | 64,403,237 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 257 | c |
void I_ShutdownGraphics(void)
{
...
}
//
// I_FinishUpdate
//
void I_FinishUpdate (void)
{
... screen page flipping ...
}
//
// I_SetPalette
//
void I_SetPalette (byte* palette)
{
... implemented in ecodoom ...
}
void I_InitGraphics(void)
{
...
}
| [
"martingeisse@googlemail.com"
] | martingeisse@googlemail.com |
d71237540aa8993a18869cf9fabbf1daf13e8e58 | 53d486754aa98717a0f87fa4cc7ed04d16e5bb2b | /drivers/usart.c | f852564dd896364b89f0ae3943a58efc5199992c | [] | no_license | ninianhong/ab05 | f9df16fbca4b013fe1b8d03e5ef8c7e7ccd6449f | d33c3294b17b9c8742d032acc049d801639cb59f | refs/heads/master | 2021-01-04T08:46:02.640248 | 2020-02-26T08:43:21 | 2020-02-26T08:43:21 | 240,470,271 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,273 | c | /* ----------------------------------------------------------------------------
* SAM Software Package License
* ----------------------------------------------------------------------------
* Copyright (c) 2015, Atmel Corporation
*
* All rights reserved.
*
* Redistribution and use in source and binary fo... | [
"1148583803@qq.com"
] | 1148583803@qq.com |
6b9092a0d4e8a7a79e79917b43c09a6b622c8345 | 184b85b930c6820a7b07b8fdc765cb6f60862e61 | /src/menus.h | 9bcabeca4144f53d4e59514d8e15a8160370e481 | [] | no_license | widyfred/pruebaspropias | 234de96ec4599c36f7e0f7816f7fc2ce63a6c16a | 016ef27fb18cd412054b0045e5cb7d13cf3f25ee | refs/heads/master | 2021-01-21T02:35:32.294101 | 2015-04-08T19:39:24 | 2015-04-08T23:33:28 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 990 | h | /*
* menus.h
*
* Created on: 20/03/2015
* Author: luis
*/
#ifndef MENUS_H_
#define MENUS_H_
string semana[5]={"lunes","martes","miercoles","jueves","viernes"};
string horario[8]={"9","10","11","12","13","14","17","18"};
void opciones(){
}
void menu(){
int op;
do{
ve... | [
"luismazgz@gmail.com"
] | luismazgz@gmail.com |
9cf08c67755b7491b5f9227244f553e4f73675b4 | 3a81e57eadf0b9c687a1547ced0164199cb3eb37 | /lib/environment/interiors/ruin-entry.c | 521722269becd9432bb3903b8f8a587f1a485b40 | [] | no_license | mindware/core-lib | fcdc47d57bdbf3d9d72b918ba450d2b260350fe0 | ffc58e9d0192ac382038713cdf4f08ec9062e062 | refs/heads/master | 2022-12-12T06:25:19.696779 | 2020-09-01T23:09:20 | 2020-09-01T23:09:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,316 | c | //*****************************************************************************
// Copyright (c) 2020 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
inherit "/lib/env... | [
"abc@maelstrom.cc"
] | abc@maelstrom.cc |
f1065465435efad14fd215102b12d89f5760d4f4 | 0be8b5e2520e411b4f0a723c596a73d5625db972 | /3/3.7.6/main.c | e6f9e63db6630c5ee657e3bdf0872311d75dbfb1 | [] | no_license | tangs/ComputerSystems | 77abb261c0c818d8e29223b82b525b194c6f9264 | 1e3fd89f871184a70d39e7b3caf2e80f17b05d25 | refs/heads/master | 2020-04-14T07:31:12.769861 | 2019-12-20T09:30:04 | 2019-12-20T09:30:04 | 163,714,829 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 144 | c | #include <stdio.h>
long rfact(long);
int main() {
for (int i = 1; i < 20; ++i) {
printf("%ld\n", rfact(i));
}
return 0;
}
| [
"tangsong1988kaka@gmail.com"
] | tangsong1988kaka@gmail.com |
e6d9578466ecd3ec5240c897ecd3f3f9789407b0 | 7bdab223c69828cb405fd474c1774c11252486a1 | /exercises/training_includes.c | d3814b65baaae597c4dd19d74c02799c22d25c46 | [
"MIT"
] | permissive | rafaecheve/training-c-cpp | a3cb6adc30aec56aa04e2b0e7f6fede63699029e | 4a38d6ecfe8b8710c737018b79aedf5f8e904c73 | refs/heads/master | 2021-01-23T14:03:57.132924 | 2013-09-21T16:48:24 | 2013-09-21T16:48:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 279 | c | //
// Working.c
// Training
//
// Created by Rafael Echeverria on 9/13/13.
// Copyright (c) 2013 rafaecheve. All rights reserved.
//
#include <stdio.h>
#include "training_includes.h"
int main(int argc, char ** argv) {
printf("Hello %d\n",_isOne);
return 0;
}
| [
"rafael.echverria@gmail.com"
] | rafael.echverria@gmail.com |
fdced637380cc5a3b108824f41883b2b69ad596d | d02a0346f64c0c9a7e38b0628e1d85c10cd999bf | /src/mallocfail.c | d1e74d58cc5cecc1c1eef0c8e02f0709258ffb68 | [
"MIT"
] | permissive | ralight/mallocfail | 50e50840ddb4c967c8f95d5f86f725c3d30dce4f | efd16e04595b7e2943c750acdcf64a1d6b2ec6cb | refs/heads/master | 2020-03-19T15:20:20.483283 | 2019-04-03T15:55:56 | 2019-04-03T15:55:56 | 136,667,059 | 32 | 4 | null | null | null | null | UTF-8 | C | false | false | 5,002 | c | /*
https://stackoverflow.com/questions/1711170/unit-testing-for-failed-malloc
I saw a cool solution to this problem which was presented to me by S.
Paavolainen. The idea is to override the standard malloc(), which you can do
just in the linker, by a custom allocator which
1. reads the current execution stack of the ... | [
"roger@atchoo.org"
] | roger@atchoo.org |
63e351744f23e63ae6ffcfeedc740f53d6e1631a | b8e5d50de5ee9aaabea6b4af172d0487628e08a3 | /phocor/getphocorr.C | 0118aea50e34221b49a84d4026bd7a63e786c64d | [] | no_license | Ming-Yan/HZg_run2_analysis | bc513ce06b061dd16e0b1ed3e937a950c4e1bcd4 | 51d6b94eb9c649654fdb90c5f1490bbd542cac83 | refs/heads/master | 2023-06-14T08:42:55.154925 | 2021-07-08T06:42:11 | 2021-07-08T06:42:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,041 | c | void getphocorr(int period)
{
TFile *f = TFile::Open(Form("data_%d_photonTnP.root",period));
TChain tmc("tnp");
tmc.Add(Form("MC_%d_photonTnP.root",period));
tmc.Add(Form("TT_%d_photonTnP.root",period));
//tmc.Add(Form("WJets_%d_photonTnP.root",period));
//TFile *fmc = TFile::Open(Form("MC_%d_photonTnP.ro... | [
"a342545@gmail.com"
] | a342545@gmail.com |
e957255302bdb63088ccdb758cea61ad92035513 | c1d93add2c7389da250afac4ec6bfdaf500fd8ef | /stm32/ds18b20/src/delay.c | 883bc48f60ff9594ce9f8f2040700219da608b1e | [] | no_license | darksv/garbage | 89dad0331c70bf989fe3af6e75989a89a1825e9b | 08fb9cfbd42d0d35d62b8d8625d60f4b45420d91 | refs/heads/master | 2020-03-19T05:30:33.946755 | 2018-06-03T21:29:57 | 2018-06-03T21:29:57 | 135,939,359 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 346 | c | #include "delay.h"
void delay_us(__IO uint32_t us)
{
delay_counter = us;
while(delay_counter > 0);
}
void delay_ms(uint32_t ms)
{
uint32_t i = 0;
for (; i < ms; i++)
{
delay_us(1000);
}
}
void delay_config(uint32_t f)
{
SysTick_Config(f / 1000000);
}
void SysTick_Handler(void)
{
if (delay_counter != 0)
... | [
"darek969-12@o2.pl"
] | darek969-12@o2.pl |
8ea8114b7da1fa300638faca0d8f70f6a9913bc3 | 1c6a7ae5dca2a38c68fde97a676478c6573bca02 | /linux-3.0.1/include/linux/console.h | 7453cfd593c813632c3cf103ea918c471266613e | [
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later",
"Apache-2.0"
] | permissive | tonghua209/samsun6410_linux_3_0_0_1_for_aws | fab70b79dc3e506dc03ac1149e2356137869c6ca | 31aa0dc27c4aab51a92309a74fd84ca65e8c6a58 | refs/heads/master | 2020-04-02T04:24:32.928744 | 2019-01-20T13:51:34 | 2019-01-20T13:51:34 | 154,015,176 | 0 | 0 | Apache-2.0 | 2018-10-24T14:51:04 | 2018-10-21T14:07:31 | C | UTF-8 | C | false | false | 6,043 | h | /*
* linux/include/linux/console.h
*
* Copyright (C) 1993 Hamish Macdonald
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of this archive
* for more details.
*
* Changed:
* 10-Mar-94: Arno Griffioen: Conversion for... | [
"kyh1022@163.com"
] | kyh1022@163.com |
92d20a5109e3f5f0fe149ed74ed88e96c89f9be8 | 0eb777796460267718c525a815350b32cf48220e | /src/ngx_tcp_lua_module.c | 8c0eca9df98389c850e0311f30a9d701e964bd74 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | zyxtomcat/nginx-tcp-lua-module | eac36923414a803db2fdb7d2d9b11c7ea8d70524 | 2ea01923be3741354262bc87b9e412d3ff2f5c6a | refs/heads/master | 2021-01-21T06:46:17.689705 | 2015-05-18T09:28:47 | 2015-05-18T09:28:47 | 19,378,753 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 18,453 | c |
#include "ngx_tcp_lua_common.h"
#include "ngx_tcp_lua_cache.h"
#include "ngx_tcp_lua_util.h"
static void ngx_tcp_lua_init_session(ngx_tcp_session_t *s);
void *ngx_tcp_lua_create_main_conf(ngx_conf_t *cf);
char *ngx_tcp_lua_init_main_conf(ngx_conf_t *cf, void *conf);
static void ngx_tcp_lua_dummy_read_handler(ngx_tc... | [
"bigplum@gmail.com"
] | bigplum@gmail.com |
30a769c9dcaba91c59818672e404a2f2a25ebc1c | 456613ebedbfdce44c81e107a7df279f1cbff504 | /Firmware/ext/STM32F4xx_DSP_StdPeriph_Lib/Project/STM32F4xx_StdPeriph_Examples/SysTick/SysTick_Example/main.c | 4c9cd5b6835bea6fd0152365f8deef92b41f99de | [
"MIT",
"LicenseRef-scancode-st-mcd-2.0"
] | permissive | craftit/DogBotSoftware | f059fbc57ebac4247e7ede62fe1a3b2d30887531 | 29239217d89470d022d42aa3494f18afba65c5c9 | refs/heads/master | 2021-07-22T22:51:34.142402 | 2021-07-15T12:47:40 | 2021-07-15T12:47:40 | 83,915,909 | 24 | 9 | MIT | 2021-07-15T12:47:41 | 2017-03-04T18:38:46 | C | UTF-8 | C | false | false | 5,632 | c | /**
******************************************************************************
* @file SysTick/SysTick_Example/main.c
* @author MCD Application Team
* @version V1.8.0
* @date 04-November-2016
* @brief Main program body
******************************************************************... | [
"craftit@gmail.com"
] | craftit@gmail.com |
a34d2666be83638198efdd2fd2811af153242df3 | 7794a7c8e3566c49f74dec51d13cea9333601c0f | /MacOSX10.8.sdk/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/Headers/Processes.h | ad3570dbe750f246981efea115613ecf108a2f28 | [] | no_license | minggo/MacOSX-SDKs | c9b226379706d02b7c123fcbcd4ad468ba80f490 | 212cee041d7677987965ef5b6d8a0b1db609888c | refs/heads/master | 2021-01-12T14:53:19.558916 | 2016-11-09T07:47:39 | 2016-11-09T07:47:39 | 68,938,038 | 1 | 1 | null | 2016-09-22T16:01:02 | 2016-09-22T16:01:02 | null | WINDOWS-1252 | C | false | false | 35,865 | h | /*
File: HIServices/Processes.h
Contains: Process Manager Interfaces.
Version: HIServices-417~96
Copyright: © 1989-2008 by Apple Computer, Inc., all rights reserved
Bugs?: For bug reports, consult the following page on
the World Wide Web:
... | [
"phracker@privatdemail.net"
] | phracker@privatdemail.net |
7540c449f259a3d4de6be9cafd3143fbfb237659 | a72352a55a9abc69fc9a1500c76bb5efd2867213 | /lib/thread.c | b544cdd3ffa3313099890f37283825220e758437 | [] | no_license | adambatso/basic-web-assembly-canvas | 6ba7df54dd2444cd7be0a7a2fc3eefb0b58b4b95 | a885fc37f8620d2531e642a5f249706c8195ae9d | refs/heads/main | 2022-12-23T05:14:39.165536 | 2020-10-05T12:23:44 | 2020-10-05T12:23:44 | 301,399,222 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,211 | c | #include <pthread.h>
#include <stdio.h>
// Calculate Fibonacci numbers shared function
int fibonacci(int iterations) {
int val = 1;
int last = 0;
if (iterations == 0) {
return 0;
}
for (int i = 1; i < iterations; i++) {
int seq;
seq = val + last;
last =... | [
"adam.ben.aharon@theculturetrip.com"
] | adam.ben.aharon@theculturetrip.com |
6fd5caccd0f7fc2cf65d6d5ac19a193e2b285181 | 1cfe4170e7248842325e944c2a3d0f379fd981d0 | /maxsubarrn.c | 9ee71a7e9794563fe7718529f82a4c08a73e455f | [] | no_license | anjana-analyst/AAD | 02ef8192e157e329e39f26eaa580819d403a86db | 240b08d932870c08004c90b3ace3712b5426f5ef | refs/heads/main | 2023-08-31T13:39:50.560432 | 2021-10-20T10:14:48 | 2021-10-20T10:14:48 | 408,124,680 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 705 | c | #include<stdio.h>
#include<limits.h>
#define max(a,b) (a>b)?a:b
int maxsubarr(int a[], int low , int high)
{
if(high==low)
return a[low];
int mid = (low+high)/2;
int left_max = INT_MIN , sum=0;
for(int i = mid ; i>=low ; i--)
{
sum+=a[i];
if(sum>left_max)
left_max=sum;
}
int right_max =... | [
"noreply@github.com"
] | anjana-analyst.noreply@github.com |
e9bcffc4e1a993c07aed54f2a90cd40b13751098 | ad79bddcdd811247afeb8d2a02010339e33bdcd5 | /SortProject/SortProject/inc/qgsort.h | 8491833de494be2ff94ec169c0f71af8409a1883 | [] | no_license | jiuqi354/qg | 99a11ba4d36c67453fdd81eac4e32f0b96f1bab2 | da1d8eb56c7f68a0eacc72a1d76997e3f5c38e27 | refs/heads/main | 2023-04-15T17:09:52.641063 | 2021-04-28T18:14:21 | 2021-04-28T18:14:21 | 354,861,527 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,401 | h |
#ifndef SORT_H_INCLUDED
#define SORT_H_INCLUDED
/**
* @name : void insertSort(int *a,int n);
* @description : 插入排序算法
* @param : 数组指针 a, 数组长度 n
*/
void insertSort(int *a,int n);
/**
* @name : void MergeArray(int *a,int begin,int mid,int end,int *temp);
* @description : 归并... | [
"noreply@github.com"
] | jiuqi354.noreply@github.com |
24c94de0a044defef0adbfa71186087b231dba29 | 67eac20379df329d55d74f4e36ac206f7d50ec75 | /code_examples/OneEye_DAS_Oscilloscope_1_KIT_TC275_SB/Libraries/iLLD/TC27D/Tricore/I2c/Std/IfxI2c.c | 7c0099c341e3a833e10c9082f2d107a4f093bf77 | [] | no_license | Infineon/AURIX_code_examples | d0adb2daa86df1eae52aac6451fd5a9d4ba1b5eb | a1623634511d4463537aac33bf791c37fbb17f1c | refs/heads/master | 2023-04-13T01:31:03.043401 | 2023-04-03T11:53:03 | 2023-04-03T11:53:03 | 192,314,276 | 365 | 278 | null | null | null | null | UTF-8 | C | false | false | 9,147 | c | /**
* \file IfxI2c.c
* \brief I2C basic functionality
*
* \version iLLD_1_0_1_12_0_1
* \copyright Copyright (c) 2019 Infineon Technologies AG. All rights reserved.
*
*
*
* IMPORTANT NOTICE
*
* Use of this file is subject to the terms of use agreed between (i) you or
* the co... | [
"matteo.vitturi@infineon.com"
] | matteo.vitturi@infineon.com |
ff5d52473fde65c76597d64c24afe3cd72b8ca6e | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/d4114a6a-3a6d-4d8b-8a89-b6499687c7e8.c | ae22abd2b74851267c05bcf68aa42bd7d022372a | [] | 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 | 574 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = l/j;
l = j-j;
l = j-j;
l = i%j;
l = l-j;
j = k-k*j;
//variables
/* START VULNERABILITY */
int a;
int b[82];
int c[35];
a = 0;
while (... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
aae099ca8be16608146a702be444e926f9e13b3e | 21b5d1534b11df4e20a9bd7b73a61bdd4b3fdabb | /manip.c | e785929eb91f3bad7721764cf92c20a42f8a4c03 | [
"MIT"
] | permissive | marcwww/os_xv6 | ec575a66d28f8a515a202e596f680d122b7c01b9 | 8b82637b7cb94de65dadac8522219dea4787416f | refs/heads/master | 2021-05-31T06:57:22.337145 | 2016-04-07T08:02:40 | 2016-04-07T08:02:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,183 | c | #include "types.h"
#include "defs.h"
#include "x86.h"
#include "manip.h"
int fork_winner_flag=0;
int fork_winner_run=0;
int display_enabled=0;
struct mem24 p_mem24;
int
shutdown24(void)
{
outw(0xB004, 0x0|0x2000);
return 0;
}
int
fork_winner(int winner)
{
fork_winner_flag=winner;
return 0;
}
void*
m... | [
"474733787@qq.com"
] | 474733787@qq.com |
6617b89bc2df8d9fb4476736eb325e9d1b185d2c | 35323e11a12817567fe95fc4d1b6f592e61a81b4 | /include/state/TransRuntimeStrategy.h | 945bc1cf4c276548e0ccda359d39eb992a4ffe35 | [] | no_license | yanxicheung/l4 | 6b18e63a78e6ee00e3f83db885f96fada2728474 | 416a8437e1f517ed892a2ccb567177cf98c3b498 | refs/heads/master | 2022-03-02T01:28:29.581139 | 2019-10-20T05:49:24 | 2019-10-20T05:49:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 456 | h | #ifndef H35947E6E_467F_4B63_B1CA_A7CB0F645F63
#define H35947E6E_467F_4B63_B1CA_A7CB0F645F63
#include <cub/dci/Role.h>
#include <cub/dci/Unknown.h>
#include <state/l4.h>
#include <state/TransStrategy.h>
#include <event/event.h>
FWD_DECL_EV(Event);
L4_NS_BEGIN
DEFINE_ROLE(TransRuntimeStrategy)
{
ABSTRACT(TransStr... | [
"darwin_yuan@hotmail.com"
] | darwin_yuan@hotmail.com |
da952954751c842d5ecc6603f41ce2512c650081 | 1239e4233d0b7f6fe2693bfef3915d025a107da9 | /pynq_pwm/pynq_pwm.srcs/sources_1/bd/design_1/ip/design_1_processing_system7_0_0/ps7_init.c | a725210dc702fc50b900251c97e9fda6bac3d4af | [
"GPL-1.0-or-later",
"GPL-2.0-or-later",
"MIT"
] | permissive | kd-hua/Face-recognition-trolley-based-on-AX7010-FPGA-development-board | ba2c01875c53fab0194d76264c0adb412ffa7077 | 9faa4a0f2e7a675106fea6c058a736d6a4d4b9c6 | refs/heads/main | 2023-04-11T16:34:38.012183 | 2021-05-04T02:49:03 | 2021-05-04T02:49:03 | 336,154,689 | 0 | 0 | MIT | 2021-02-05T03:37:30 | 2021-02-05T03:37:29 | null | UTF-8 | C | false | false | 533,229 | c | /******************************************************************************
*
* (c) Copyright 2010-2018 Xilinx, Inc. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this
* software and associated documentation files (the "Software"), to deal in the Software
*... | [
"52107981+Starman-SWA@users.noreply.github.com"
] | 52107981+Starman-SWA@users.noreply.github.com |
5d9033d292acbaeb5a8aae015fef1b8a877e9a10 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/6d569170-08b9-4933-97a4-91169709ecd9.c | 028a28603761d850ef7f09858ea92cb905fb059e | [] | 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 | 573 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=14;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = l/j;
l = i%j;
l = i%j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
long b[94];
long c[53];
a = 0;
do {
... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
52f438a08b9caf7f1bf27975736a34572639e830 | 3b7cdefcad1272ce9ef9b5a2ea6f6c36d4604a6f | /mcu/common/interface/modem/icd/event/errc/ERRC_InterRAT_Handover_EVENT.h | 6daa09cc96a8b84ebffcd1eb0ef53dbb48cb8098 | [] | no_license | junkyard-2327/TK_MD_BASIC_MOLY.LR12A.R3.MP.V110.6 | ad79a26ed395d5b333b718a6b0913003b556f15e | 04ebd402fe9472e0c2e3da5a296c11819307b929 | refs/heads/master | 2022-12-25T23:24:05.155209 | 2020-10-09T04:37:19 | 2020-10-09T04:37:19 | 301,968,967 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,332 | h | // ICD_ERRC_INTERRAT_HANDOVER_EVENT Definition
// EVENT Code: 0x760A
#ifndef _ERRC_INTERRAT_HANDOVER_EVENT_H
#define _ERRC_INTERRAT_HANDOVER_EVENT_H
#include "icd_codes.h"
#define ICD_ERRC_ERRC_INTERRAT_HANDOVER_INFO_V1 1
#define ICD_ERRC_INTERRAT_HANDOVER_INFO_STRUCT_V1_MAX_SIZE 4
typedef struct {
ka... | [
"null"
] | null |
5e6d080f21b882dac2a401fa61fed55926e362fd | 5ecf353e29b65f36a95848b3abc40cb4d38b437f | /NT/public/sdk/inc - copy/wiadef.h | 1c8c11bc28a48095171a71da6906c10455000f35 | [] | no_license | Empyreal96/Easy-Build-2k | 8d948c6e33082dc6d99f29f5c206f2b44f062c08 | 36fce23389e43918faf4cd88688c64aa2668ff8f | refs/heads/main | 2023-04-09T07:47:57.734181 | 2021-04-07T09:45:50 | 2021-04-07T09:45:50 | 355,372,322 | 16 | 0 | null | null | null | null | UTF-8 | C | false | false | 60,779 | h | /****************************************************************************
*
* (C) COPYRIGHT 1998-2000, MICROSOFT CORP.
*
* FILE: wiadef.h
*
* VERSION: 2.0
*
* DATE: 7/27/2000
*
* DESCRIPTION:
* Defines WIA constants.
*
***********************************************************************... | [
"64583248+Empyreal96@users.noreply.github.com"
] | 64583248+Empyreal96@users.noreply.github.com |
bdd8d2e7646686de705ba8f33dcf92199134800f | cb8c337a790b62905ad3b30f7891a4dff0ae7b6d | /st-ericsson/access_services/at/at_core_common/internal/main/include/atc.h | 40be970f462426a741ee16ebe0111f8b1bf900c1 | [] | no_license | CustomROMs/android_vendor | 67a2a096bfaa805d47e7d72b0c7a0d7e4830fa31 | 295e660547846f90ac7ebe42a952e613dbe1b2c3 | refs/heads/master | 2020-04-27T15:01:52.612258 | 2019-03-11T13:26:23 | 2019-03-12T11:23:02 | 174,429,381 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,524 | h | /**
* Copyright (C) ST-Ericsson SA 2010. All rights reserved.
* This code is ST-Ericsson proprietary and confidential.
* Any use of the code for whatever purpose is subject to
* specific written permission of ST-Ericsson SA.
*/
#ifndef ATC_H
#define ATC_H
#include "atc_config.h"
#include "atc_anchor.h"
#include... | [
"xiangxin19960319@gmail.com"
] | xiangxin19960319@gmail.com |
dc99abd7792ce0e5d44167e224e39022db21c245 | 579ad2b15e00fb9fc690eb97b1444d531f2d5d3f | /webc/WebC/bin/projects/FontGen/Fonts_Output/VerdanaBold20B0020E007e.c | b303c91fa0799d742f044deb9a056e14b73e0c6f | [] | no_license | peteratebs/webcwebbrowser | 239af360deabed60eaa392206d2ca56f3b5215f9 | 08c446afc94d45d97efc948eb370cf8b7e0d3676 | refs/heads/master | 2021-01-10T05:33:26.367330 | 2015-10-12T22:30:38 | 2015-10-12T22:30:38 | 44,170,009 | 14 | 1 | null | null | null | null | UTF-8 | C | false | false | 194,554 | c | /* VerdanaBold20B0020E007e.c */
/* Automatically Created from VerdanaBold20B0020E007e */
#include "VerdanaBold20B0020E007e.h"
unsigned char VerdanaBold20B0020E007e_file[] = {
0x20, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x... | [
"peter@ebsembeddedsoftware.com"
] | peter@ebsembeddedsoftware.com |
774667831a07a4cff5a95fb21ca0db406994ab77 | aa6e043a02891a9a2e0b1f420b129de5a8ea1c84 | /src/core/ext/upb-generated/xds/type/v3/typed_struct.upb.h | 1ad14aab24e01d5485c61507083af3cb94aa2532 | [
"BSD-3-Clause",
"MPL-2.0",
"Apache-2.0"
] | permissive | aTiKhan/grpc | b63ea28d1d5d72c6cb1c1366e48ac78eae0f74b7 | 89c1035c712ce08e7affd06b69ac3494e98ee71e | refs/heads/master | 2022-02-23T02:51:44.617651 | 2022-02-20T22:51:47 | 2022-02-20T22:51:47 | 213,434,485 | 0 | 0 | Apache-2.0 | 2019-10-08T15:06:41 | 2019-10-07T16:36:22 | null | UTF-8 | C | false | false | 3,423 | h | /* This file was generated by upbc (the upb compiler) from the input
* file:
*
* xds/type/v3/typed_struct.proto
*
* Do not edit -- your changes will be discarded when the file is
* regenerated. */
#ifndef XDS_TYPE_V3_TYPED_STRUCT_PROTO_UPB_H_
#define XDS_TYPE_V3_TYPED_STRUCT_PROTO_UPB_H_
#include "upb/msg_i... | [
"noreply@github.com"
] | aTiKhan.noreply@github.com |
3544aa2859f150e73e1292351124d31098f406a3 | e1ae7ea6151c63ebd189b9680f3b01b1e0b52e43 | /shell.c | 3f7f994f82c524072f960ded65244b037c1bb1a1 | [] | no_license | W1adimiR/TermOS | e7d0b177037a75b2dbda1e5a6e10794c0ece024b | bb191f4b87d42e07174fd955a38c6d2a04841a47 | refs/heads/master | 2020-04-23T07:43:51.022154 | 2019-02-25T05:08:39 | 2019-02-25T05:08:39 | 171,014,171 | 0 | 1 | null | 2019-02-25T05:08:40 | 2019-02-16T14:44:21 | C | UTF-8 | C | false | false | 766 | c | extern char *keyboard_input;
extern char input_pos;
extern void kprint(const char *str);
int strcmp(char *str1, char *str2){
int diff = 0;
kprint("Break");
for(int i = 0; i < sizeof(str1); i++){
if(str1[i] != str2[i]){
diff++;
}
kprint(str1[i]); kprint(str2[i]);
if(str2[i] == '\0'){
r... | [
"arcturus5340@gmail.com"
] | arcturus5340@gmail.com |
24514bb46b75bf11091b7d68bbb70fa69f886808 | 0b8cef3bd33a6b0e80aec0419cd2fa970587bcaf | /openssh-4.0p1/auth.c | 25680768337643182438ea3a4bbf44ef1ad4083a | [
"BSD-3-Clause",
"snprintf",
"LicenseRef-scancode-other-permissive",
"Beerware",
"ISC",
"LicenseRef-scancode-public-domain",
"MIT",
"LicenseRef-scancode-public-domain-disclaimer",
"BSD-2-Clause",
"X11-distribute-modifications-variant",
"SSH-OpenSSH"
] | permissive | xichy/openssh_scp_log | be95493739c3dddd1f751dde9562d5cc2e44981f | 9379ea8bd91d7ee087aa4ebe5306027ee9cbcd3f | refs/heads/master | 2020-04-09T03:13:52.252724 | 2013-08-27T16:14:55 | 2013-08-27T16:14:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,545 | c | /*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditi... | [
"xichy.dong@gmail.com"
] | xichy.dong@gmail.com |
29b6aadb9dd40977fd7f46cc942c71635ec6e1e8 | 24852a0d0b188ee6754c00a1453e6cf18fc79abc | /install_dependencies/xianyi-OpenBLAS-6d2da63/driver/level3/CMakeFiles/ssyr2k_kernel_L.c | 0dc869c66f5df69cffa01eaadd709255eb533f9c | [
"BSD-3-Clause"
] | permissive | ducptruong/DnMFk | a7d176302c84724be0d61b6c8c6df85de7116e4c | a6bca290bf7d57be07f7a80d049d6b7714fbdc61 | refs/heads/master | 2023-04-02T15:16:02.027483 | 2021-04-07T22:11:11 | 2021-04-07T22:11:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 357 | c | #define LOWER
#define ASMNAME ssyr2k_kernel_L
#define ASMFNAME ssyr2k_kernel_L_
#define NAME ssyr2k_kernel_L_
#define CNAME ssyr2k_kernel_L
#define CHAR_NAME "ssyr2k_kernel_L_"
#define CHAR_CNAME "ssyr2k_kernel_L"
#include "/lustre/scratch3/turquoise/rvangara/RD100/distnnmfkcpp_Src/install_dependencies/xianyi-OpenBLAS-... | [
"rvangara@lanl.gov"
] | rvangara@lanl.gov |
76ec4f21ffe83988a070ddcf456778af505d64b5 | f1e744752902e22ac5f05c6c28da90246c969ed2 | /DIO.c | 1610c52e1273d5c45ac8eb87d645f5ca4c0b8cd7 | [] | no_license | hussiencasper/TivaC_drivers | 367ea9e8990d4b17ff2f573635615bfdbe5c0616 | 73a829d9c4ba52a69303afc997d2e7e1cc4aa52d | refs/heads/master | 2020-04-20T10:03:24.962835 | 2019-04-11T22:58:44 | 2019-04-11T22:58:44 | 168,780,514 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,661 | c | #include "Reg.h"
#include "Types.h"
#include "DIO.h"
void DIO_PortInit(uint32 port, uint32 pins, uint32 Pullup) /*mask specifies pins used */
{
volatile unsigned long int delay;
switch(port)
{
case PortA:
/*to waste from 3 to 5 cylces to make the system stable */
SYSCTL_RCGC2_R |= 0x0000001;
de... | [
"noreply@github.com"
] | hussiencasper.noreply@github.com |
508945c5b3905e893f8e1a8809b85e1b8f5c4267 | 17e6d110a6a685cdc63a186963c921cb91450d15 | /vivado/repo/vivado-library/ip/Pmods/PmodNAV_v1_0/drivers/PmodNAV_v1_0/examples/main.c | 160941c3695207e51deae9f6d8fe5e9f23eb9627 | [
"MIT"
] | permissive | Q-Mart/QLight | e0ea175e1115df9b66c42c3139ce1d4ad7e82003 | 18c1d2b6dd8a2a262230596e9cf20cdc36e7052f | refs/heads/master | 2020-04-08T07:39:34.542093 | 2019-04-23T15:56:47 | 2019-04-23T15:56:47 | 159,146,747 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,747 | c | /************************************************************************/
/* */
/* main.c -- demo for the Pmod NAV using SPI and UART */
/* */
/*******************... | [
"qumarthjash@gmail.com"
] | qumarthjash@gmail.com |
3d52907d9a470d1f72e3d48fbea7da85a0b230be | 41b2df52fcf0673a78b086a7522696f359486e57 | /ble_wimoto_thermo_app/ble_data_log_service.c | 059a68a53057aac0e7278d51fbc79c842e03bd38 | [
"MIT"
] | permissive | Wimoto/wimoto_firmware_SDK4 | ee94b07eb0b887a8de49f250085a25ddc0987699 | 1acce6c1d17768d2d30384663b14a060debb4169 | refs/heads/master | 2021-05-01T10:44:43.721094 | 2019-08-18T13:09:24 | 2019-08-18T13:09:24 | 29,351,453 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 28,540 | c | /** @file
* @brief Data logger Service file.
*
* This file contains the source code for datalogger service
* Author : Shafy
* Date : 11/16/2013
* Change log
* Sherin 12/10/2013 Added write events for value fields
* Hariprasad 12/11/2013 Added 128bit Vendor specific custom UUID's for the serv... | [
"lorenzo.dimagiba@wimoto.com"
] | lorenzo.dimagiba@wimoto.com |
b93e87562379a2a6ac1252d7fe94f866a3bc2279 | 3e965ec7a93ab307c160eb6d9259013bf67e1f52 | /firmware/tinyg/report.h | 5e194035c1b95b49337c48097d82ef1666b030df | [] | no_license | bo01ean/TinyG | 9bc238db3beb30e21070fab28fd0e26ccedf804a | 204fcc020f19e0cca0edab63daf1d32cf78a52f0 | refs/heads/master | 2020-04-03T04:55:43.326850 | 2013-03-23T11:28:19 | 2013-03-23T11:28:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,418 | h | /*
* report.h - TinyG status report and other reporting functions
* Part of TinyG project
*
* Copyright (c) 2010 - 2013 Alden S. Hart Jr.
*
* TinyG 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 Foundat... | [
"alden08@harts.org"
] | alden08@harts.org |
340df0e34e8399b46c144df408239f21ce8da815 | 23e393f8c385a4e0f8f3d4b9e2d80f98657f4e1f | /Beginning C, 5th Edition/Code from the Book/Code from the Book/Chapter 04/program4_12.c | 2cd4af32774ca894cb48b43e77ed916b46f0b69f | [] | no_license | IgorYunusov/Mega-collection-cpp-1 | c7c09e3c76395bcbf95a304db6462a315db921ba | 42d07f16a379a8093b6ddc15675bf777eb10d480 | refs/heads/master | 2020-03-24T10:20:15.783034 | 2018-06-12T13:19:05 | 2018-06-12T13:19:05 | 142,653,486 | 3 | 1 | null | 2018-07-28T06:36:35 | 2018-07-28T06:36:35 | null | UTF-8 | C | false | false | 850 | c | // Program 4.12 Reversing the digits
#include <stdio.h>
int main(void)
{
unsigned int number = 0; // The number to be reversed
unsigned int rebmun = 0; // The reversed number
unsigned int temp = 0; // Working storage
// Read in the value to be reversed
... | [
"wyrover@gmail.com"
] | wyrover@gmail.com |
647167d87a67be7bed07f5a0834cb1008824c48f | f838ef89e2111857963140b4783efdd6502ea243 | /gke/choi-gke/common.h | 51882b2a78bc8c9a53430d5a069b4887c548267e | [
"MIT"
] | permissive | simenbkr/rlwe-gke | a270c047360911db1e69ed7fb92e497b3b5882e0 | 1795995f3d89b561305de1b6bbca64c00a8e366e | refs/heads/master | 2022-08-29T04:14:26.211293 | 2020-05-25T10:55:39 | 2020-05-25T10:55:39 | 265,232,464 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 687 | h | #ifndef COMMON_H
#define COMMON_H
#include <stdint.h>
#include "params.h"
#include "poly.h"
typedef struct {
int id;
poly secret;
poly z;
poly e;
poly ep;
poly epp;
poly X;
poly b;
poly key;
poly *Y;
} player;
struct playerlist_t {
player *player;
struct playerlist_t ... | [
"simen@haitech.org"
] | simen@haitech.org |
414d35f881b53277da7326042c2083bdb76dee61 | fae1ed4ad897632ce53bf628dd101c395644ba9c | /src/arch/ossim/arch_kvar.c | 5cb89dc355ac00e05952e390d5242d085684d2b0 | [
"Apache-2.0"
] | permissive | chethanksd/skibios | a6745182dd1dfcbefd2802e5619dc79d78764c84 | 8f9b4caa668b6122b5dea282f214e190a5f3006c | refs/heads/master | 2021-07-19T02:34:13.900502 | 2020-06-02T18:47:55 | 2020-06-02T18:47:55 | 164,919,418 | 5 | 0 | null | null | null | null | UTF-8 | C | false | false | 988 | c | /*
* arch specific kernel variable file
*
* author: chetandev.ksd@gmail.com
*
*/
#include <stdint.h>
#include <stdbool.h>
#include <arch_kvar.h>
#ifndef UPC_RESOURCE_CAL
#include <param.h>
#endif
// local defines
#ifndef UPC_RESOURCE_CAL
#define KERNEL_SECTON_SIZE_IN_BYTES (KERNEL_SECTION_SIZE * 1024U)
#endif
... | [
"chetandev.ksd@gmail.com"
] | chetandev.ksd@gmail.com |
39f35c38566f771547752b880e0a07fabc039b1a | 1d40cdedde6d1b2e337b04c20fd6e9f71e56e2aa | /fibonacci 40.c | 48599bca744c3c631338086247102e65c5a0d202 | [] | no_license | dhivyavsb/divi | 0c4b7fb250df83fc97e84513fd1642b9f6e44a29 | 6d34e541bc4d4061144188df2ed36e61b941d3a3 | refs/heads/master | 2021-05-12T19:10:55.023253 | 2018-03-13T10:38:35 | 2018-03-13T10:38:35 | 117,086,698 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 160 | c | #include<stdio.h>
int main()
{
int f=0,g=1,s,n,i;
scanf("%d",&n);
printf("%d\n%d\n",f,g);
for(i=1;i<n-1;i++)
{
s=f+g;
printf("%d\n",s);
f=g;
g=s;
}
return 0;
}
| [
"noreply@github.com"
] | dhivyavsb.noreply@github.com |
77aba76ed2a1923a47405d132b1a7e655556e15b | 041d8f86a5ea41263acf4fff6f98ff121bd9df6c | /lire.c | 25e61ee564aa88206c12decca38e2c827f1d4520 | [] | no_license | kahlaoui-2020/mini-shell | 8a773935dded00858858a000fbdf50b39d23a147 | bdfbfa588bb77a47f307d0a9e68d75443db4ea7e | refs/heads/master | 2023-05-06T22:04:21.407021 | 2021-05-24T21:57:03 | 2021-05-24T21:57:03 | 337,555,467 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,328 | c | #include<stdio.h>
#include<stdlib.h>
#include<unistd.h>
#include<string.h>
#include"errno.h"
#include<sys/types.h>
#include<sys/wait.h>
#include"lire.h"
int lire_commande(int *pipe,char ligne[], char *ligne_decoupee[]){
int i = 0 ;
int j = 0 ;
char *tmp = strtok(ligne," ") ;
while(tmp != NULL){
if(strcmp(tmp... | [
"kahlaoug@gmail.com"
] | kahlaoug@gmail.com |
4d553dba9b1591614af54e718a235b1b65090129 | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/grpc/src/src/core/ext/upb-generated/envoy/config/overload/v3/overload.upb.h | 97d02f0b70578e0a07efaee31b34eeaeabc0e4f6 | [
"Apache-2.0",
"LGPL-2.0-or-later",
"MIT",
"GPL-1.0-or-later",
"BSD-3-Clause",
"MPL-2.0"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C | false | false | 48,723 | h | /* This file was generated by upbc (the upb compiler) from the input
* file:
*
* envoy/config/overload/v3/overload.proto
*
* Do not edit -- your changes will be discarded when the file is
* regenerated. */
#ifndef ENVOY_CONFIG_OVERLOAD_V3_OVERLOAD_PROTO_UPB_H_
#define ENVOY_CONFIG_OVERLOAD_V3_OVERLOAD_PROTO_... | [
"jengelh@inai.de"
] | jengelh@inai.de |
09f7d3566c6f930d1cd72a154b449b2ea4a45779 | 4a0cc870cb8871c4894b2958c2c590897243b8b5 | /orgibberish.h | 988c561fb57699d67daf0e787ccc00e6fa9c395f | [] | no_license | tustin2121/ORLibrary-archive | ef6a8c4b4c06a4c9698f4e6fb82f810154bf4cf3 | bd352fe28d52d06dc49b104cb9fe07496578e6b8 | refs/heads/master | 2023-03-05T11:04:45.829365 | 2021-02-19T07:15:15 | 2021-02-19T07:15:15 | 340,264,170 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,191 | h | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! 2004.02.07 ORGibberish [Z, GLULX]
! Generate and print a random, human pronouncable word.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!--------------------------------------------------... | [
"tustin2121@gmail.com"
] | tustin2121@gmail.com |
5295f123939357e663686efc52e25cc516621cf0 | 2383f9b7baa5fd0c0bb1f4244ba811d2b6751308 | /en.stm32cubel0/STM32Cube_FW_L0_V1.7.0/Projects/STM32L053C8-Discovery/Examples/I2C/I2C_TwoBoards_ComIT/Src/main.c | 9f7b8420572d02b973fafede7ddc3908bb56ac00 | [
"BSD-2-Clause"
] | permissive | ubnt-Alexey-Kuvshinov/stm32projects | f76e5b9cb12ed9d397c0b9e030ee8a44eede0eab | ca366ecd194cded4d171afebb1af00ed0ef4724b | refs/heads/master | 2020-07-16T09:53:59.020925 | 2017-05-10T20:33:11 | 2017-05-10T20:33:11 | 73,853,250 | 0 | 0 | null | null | null | null | MacCentralEurope | C | false | false | 14,774 | c | /**
******************************************************************************
* @file I2C/I2C_TwoBoards_ComIT/Src/main.c
* @author MCD Application Team
* @version V1.7.0
* @date 31-May-2016
* @brief This sample code shows how to use STM32L0xx I2C HAL API to transmit
* and receive ... | [
"alexey.kuvshinov@ubnt.com"
] | alexey.kuvshinov@ubnt.com |
8a6b44f6f578df139720828136b0b30d3240f9a4 | bf0f145944626e23345a88c60bdd69cce1bd6d49 | /client/util.h | 17baba3e018f91046d7b24faddc66fad0adc73d8 | [] | no_license | blacktailnomore/UpdateServer | dfffd11fdab18c77638be3111d0ac152cc8eddc1 | af00ff508a5e1930dbeb9ea47fdd466d96c0e3ce | refs/heads/master | 2021-01-20T09:54:43.505578 | 2017-05-08T18:41:44 | 2017-05-08T18:41:44 | 90,298,103 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 175 | h | #ifndef UTIL_H
#define UTIL_H
#define CONFIGPATH "config/modversion.xml"
static void bzero(void* buf,unsigned int len){
memset(buf,0,len);
}
#endif // UTIL_H
| [
"blacktailnomore@blacktail.moe"
] | blacktailnomore@blacktail.moe |
d09d73d72ac6150adc1d61cf71524bc7b4be5d19 | dda57c8f616a6fe7bf730cd8af0347bd3a77ea6b | /1.2.2transformation/transform.c | 921058ae64d47b237acb39437e17ffad44ecafc7 | [] | no_license | cloverfisher/USACO | f4c4148f8847d0cfc9598b5a647037856196c7ed | b3adc3992e48a3deb992c96a6c26f443fbcc2ad5 | refs/heads/master | 2021-01-25T09:53:29.655183 | 2014-10-27T18:09:28 | 2014-10-27T18:09:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,657 | c | /*D: yuysyu1
LANG: C++
TASK: transform
*/
#include <stdio.h>
#include <string.h>
int main()
{
char origin[11][11];
char after[11][11];
int i,j,k;
int N;
int tag[7];
int tag2[3];
freopen("transform.in","r",stdin);
freopen("transform.out","w",stdout);
memset(tag,0,7*sizeof(int));
memset(tag2,0,3*sizeof(int)... | [
"yuysyu@gmail.com"
] | yuysyu@gmail.com |
ed7e0ae7d0239b8f48e99a48763b6ea63d0270a4 | 28a9cda32de8f06ad0d143216fb94619c1ce5803 | /libft/ft_memmove.c | e175330365c53742c46d752838609031b321a3ff | [] | no_license | ramrust/libft | 550f5af59e33caf10f7e7f31b134dc283692022a | f589cce21343ae531640978d1c3e10003944d76d | refs/heads/main | 2023-05-06T23:58:19.202978 | 2021-05-31T20:46:15 | 2021-05-31T20:46:15 | 370,249,982 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,288 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memmove.c :+: :+: :+: ... | [
"noreply@github.com"
] | ramrust.noreply@github.com |
792acfce149607c5f57d580e338472a146b15c0b | 2433559a834cab4ed8de65dc46b4f410e2b34756 | /src/OpenCSM/udpNaca.c | b867b6c13685348c4d18f8a29df4de93f9a9c7f3 | [] | no_license | roguextech/OpenMDAO-EngSketchPad | 611baf46082fdde955e04144faf763ece9d8f061 | 63709ab0c729bbc2802892f96aee65c9eb11d612 | refs/heads/master | 2021-05-27T00:21:39.546752 | 2012-10-19T19:22:12 | 2012-10-19T19:22:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 29,518 | c | /*
************************************************************************
* *
* udpNaca -- udp file to generate a NACAmptt airfoil *
* *
* Written... | [
"Justin.S.Gray@gmail.com"
] | Justin.S.Gray@gmail.com |
119d0eb4f1ec00dfb38cbd41451c34d40183821e | 6b18e7f4a2f7cd966cb3e27719e5914c3a3edcca | /clion_practice/ywbox/src/led_display.c | 9e10da9ea95bba5e4b5d15b9c107051808d9cd3c | [] | no_license | yixi1761/stm32f103_std | ddcc88d2700fa8b00d4faf8bb1330e7f431ff1a7 | 55ba4651375ab4174342523298ace7d253dbb1b2 | refs/heads/master | 2023-05-08T09:52:39.026608 | 2021-05-06T14:35:46 | 2021-05-06T14:35:46 | 373,160,504 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 892 | c | #include "../head/led_display.h"
//#define __DEBUG
#ifdef __DEBUG
#define DEBUG(format, ...) printf(format, ##__VA_ARGS__)
#else
#define DEBUG(format, ...)
#endif
int main(){
DEBUG("hello!\n");
char a[]="111111";
char b[]="888999";
while(1){
led_display(a); sleep(1);
led... | [
"justap@163.com"
] | justap@163.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.