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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f0db18331a5751cb2ffb6ca321bc0a0ed4845cfd | 6efbe01149b372d75578e48cfadcd4fd66ff7390 | /kernel/drivers/char/diag/diagfwd_cntl.h | c28b06da5f3a559b21e0ad6c2654589f0ec390c8 | [] | no_license | igor14936/android_kernel_me302kl | dbfc84c7547e5da8e23cc55e6b3b6ec6f05417a5 | 16b8f9a1563efc8949ae91ad999c8120ae40535b | refs/heads/master | 2021-01-17T04:46:31.255195 | 2014-09-12T21:41:31 | 2014-09-12T21:41:31 | 31,055,717 | 0 | 2 | null | 2020-03-07T10:21:21 | 2015-02-20T07:58:36 | C | UTF-8 | C | false | false | 2,647 | h | /* Copyright (c) 2011-2012, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the... | [
"otsihdosihpor@gmail.com"
] | otsihdosihpor@gmail.com |
86a33233220ea8e58bb1c8b0ad1bf237b9c3a6ec | 15fbf72fbb421e001efadc2cb2617c8cb325b64d | /src/component system/Message.c | d0f3489fde422ac96f967ac847bcd41739aefc6f | [
"BSD-2-Clause"
] | permissive | ScrimpyCat/CommonGameKit | 0216fc67041ff79951a09f0ee30f29403277cfc1 | 905c4329223531a179ba236824fdc3f2ed64e261 | refs/heads/master | 2023-08-16T10:54:04.964972 | 2023-08-13T13:56:46 | 2023-08-13T13:56:46 | 72,854,251 | 12 | 2 | null | null | null | null | UTF-8 | C | false | false | 7,627 | c | /*
* Copyright (c) 2017, Stefan Johnson
* 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
* o... | [
"sj@scrimpycat.io"
] | sj@scrimpycat.io |
06b4776a2ca7870665ac0a013c4f9fe7d698e606 | 2e64319a14b71bc4b6f3d6cc8eb26decabbc413d | /DataStructure practice/Binary search trees/stack.h | dd46aa65198494a55763701c2d314ae2fc8d3936 | [] | no_license | TJC1997/CS-Work | 16b85fc1dcb7c443438b22d07ff401b6ab9dfbb3 | bf320fa9bb066dd789042e15cec0d5d3867693ef | refs/heads/master | 2023-03-09T19:26:49.057256 | 2022-04-08T21:20:39 | 2022-04-08T21:20:39 | 113,917,522 | 3 | 0 | null | 2023-02-27T15:29:19 | 2017-12-11T22:57:07 | C++ | UTF-8 | C | false | false | 1,695 | h | /*
* This file contains the definition of an interface for a stack data structure.
*/
#ifndef __STACK_H
#define __STACK_H
/*
* Structure used to represent a stack.
*/
struct stack;
/*
* Creates a new, empty stack and returns a pointer to it.
*/
struct stack* stack_create();
/*
* Free all of the memory associ... | [
"chenyuha@flip1.engr.oregonstate.edu"
] | chenyuha@flip1.engr.oregonstate.edu |
a3828b08af3812c6ab2cbaa3c026e41c1be88fa9 | 454beed67c50319a42b844f13739d0ed441097d8 | /decoder/osa/src/osa_thr.c | 5369ed1f8f1e55d5ba90e6736f8ef3ed19f8f03c | [] | no_license | tidehc/nvr-1 | 438cb8bf8246684ba14a30a3b3a60d33c9e0843e | 94214be74a574efdd4e12f526e42784f7a0a3c1f | refs/heads/master | 2022-01-05T10:24:14.381469 | 2018-08-31T08:04:06 | 2018-08-31T08:04:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,044 | c |
#include <osa_thr.h>
int OSA_thrCreate(OSA_ThrHndl *hndl, OSA_ThrEntryFunc entryFunc, Uint32 pri, Uint32 stackSize, void *prm)
{
int status=OSA_SOK;
pthread_attr_t thread_attr;
struct sched_param schedprm;
// initialize thread attributes structure
status = pthread_attr_init(&thread_attr);
if(status!=... | [
"zndxwjun@163.com"
] | zndxwjun@163.com |
c8e545736b46d831c31416a9db76393d92e02ea5 | 11211916f39b9d98027b64d778e52743d0c519a1 | /L3/system/code/assignments/musicphotos/design/doc/download/wibble.h | 57f159f9ce7bf99488829c596ae09ded013dba3e | [] | no_license | mantasruigys3000/Group-Task | 87baf1bc2747323c0508f6f32ef733c3f4b50978 | 6790d74ae7fa0fe6b13733efcd75a9f4aca70ab0 | refs/heads/master | 2020-04-23T20:54:09.696659 | 2019-02-22T01:29:53 | 2019-02-22T01:29:53 | 171,454,102 | 0 | 0 | null | 2019-02-19T10:31:09 | 2019-02-19T10:31:08 | null | UTF-8 | C | false | false | 133 | h | Est sed labore consectetur adipisci quaerat.
Username: Wendy
Password: susana
Quiquia sed est neque consectetur ipsum dolor quaerat.
| [
"mantasruigys101@gmail.com"
] | mantasruigys101@gmail.com |
6db921758ea53a8a5c6ea6063407d215b573e70f | f10ea4bbd4f84d9eeeab6d138e63b1373a49f7f8 | /Concurrency3/problem2.c | 0e3338a7b59b8f340c6884fe7931b67147719c7c | [] | no_license | jamesun1989/CS444-Fall-2017 | 33ed120fad2a1382a5089f92b57ae16746d94deb | 0a599ebd6892801ed4dbf9b186a3300ddbcf6ef1 | refs/heads/master | 2021-08-22T12:36:57.470751 | 2017-11-30T07:07:42 | 2017-11-30T07:07:42 | 105,951,301 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,373 | c | /*
* CS444 Concurrency 3 Problem2
* Xiaoli Sun ID:932051695
* Jaydeep Hemant Rotithor ID:931862831
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <pthread.h>
#include <semaphore.h>
#define MAX_THREAD_NUM 3
struct Node{//struct for a linked list node
int value;
struct Node *next;
}*head;
... | [
"jamesun1989@gmail.com"
] | jamesun1989@gmail.com |
a04bda6d87c21832d19c28ac71875132d560e600 | 6defb78803766d4975005f2ca770b7902b1642fb | /obd_wifi/winc1500/demo_support/iot/stream_writer.c | d1cc91b4a598eb5d03c8baaec00bdecb88f6df4e | [] | no_license | whj-19971115/s32k1xxxwork | bce9b385505c3ae9a56bf269e8f97a7f39902766 | 8a75d9761c4e097fb945adb17998c20ef76f95c0 | refs/heads/master | 2021-04-03T19:36:44.450507 | 2020-05-07T03:09:58 | 2020-05-07T03:09:58 | 248,390,443 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,099 | c | /*******************************************************************************
File Name:
stream_writer.c
Summary:
Stream utility for the IoT service.
*******************************************************************************/
//DOM-IGNORE-BEGIN
/*=================================================... | [
"787005977@qq.com"
] | 787005977@qq.com |
25bd57064ef33185536ae537dcaf323cd54d52eb | 1c88e76d81ca5a3e00a505e39ebdcb918e45ec41 | /lib/ft_strnstr.c | f9492a53dd6dc5a773c3f299d8eea4ebc4539281 | [] | no_license | mdaifi1337/miniRT | 19eb52331e22127ea041e1e8459a9e7d4a283e87 | 99a2eb0435f11769a6d03c16eb7f9f994d0076e8 | refs/heads/master | 2023-01-22T15:21:34.375078 | 2020-12-01T17:55:11 | 2020-12-01T17:55:11 | 246,111,319 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,285 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strnstr.c :+: :+: :+: ... | [
"mdaifi@e1r8p6.1337.ma"
] | mdaifi@e1r8p6.1337.ma |
2fbb2996ad598ee82953a45a6ae67efb092b65be | 887271b5bc8e89b0c6729f1151eb95f604cfa9d0 | /1/testforhp.c | 7dde6c08244ae2ad3508cb8cdeb203759fdc0035 | [] | no_license | him-28/DatabaseSystem | 1915371ae86e6f1361da265d2ce7a2fb9859b3f3 | 0f029a6d61502a03e19f35fc8af297c9db461671 | refs/heads/master | 2021-01-20T21:44:47.571321 | 2015-01-12T10:39:05 | 2015-01-12T10:39:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 689 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "BF.h" /* Include BF library */
#include "HP.h" /* Include HP librarty */
#include "Record.h" /* DEFINE THE RECORD STRUCTURE IN THIS LIBRARY!!!! */... | [
"nickliappas@gmail.com"
] | nickliappas@gmail.com |
c46adba42819e9f7849c698f315e873de0374751 | 15fe2e21ac6749d6daf598930f913e142e91ee04 | /C5/5-6/getop_p.h | 363807fc2c5881bb674adda90c76216bb572e6a9 | [] | no_license | cuiy0006/THE-C-PROGRAMMING-LANGUAGE | 15d1de4f76df10841a275d448e823246d249e141 | f5431c6e78d91c7572a7c3d3ab040dec1860346c | refs/heads/master | 2020-12-02T02:09:47.390999 | 2020-06-01T13:26:53 | 2020-06-01T13:26:53 | 230,853,733 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 21 | h | int getop_p(char* s); | [
"yc2554@nyu.edu"
] | yc2554@nyu.edu |
e762ea598ce131510a6e248c88b839ac673df574 | 4bb59a04ce5821980460e0f974419d14626aef5e | /08.TestSet/src/03.Network/ssh2/sftp.h | deee1f412725024d5568d7151f9ee31fe5fa18aa | [] | no_license | xt9852/TestSet | 587d5251e234ffc8fc477426dd9ff4b0cecce1eb | 5d0dcb72ab9867e488ad9bfd437aef782a5abca7 | refs/heads/master | 2021-01-10T01:20:27.906424 | 2016-03-16T09:11:49 | 2016-03-16T09:11:49 | 44,855,424 | 3 | 1 | null | null | null | null | GB18030 | C | false | false | 3,876 | h | /*
* Sample showing how to do SFTP write transfers.
*
* The sample code has default values for host name, user name, password
* and path to copy, but you can specify them on the command line like:
*
* "sftp 192.168.0.1 user password sftp_write.c /tmp/secrets"
*/
#ifndef TESTSET_SFTP
#define TESTSET_SFTP
struct... | [
"xt_666@163.com"
] | xt_666@163.com |
f2851373acd611716e6ab880fe931f85a10b2cb7 | 9974b389166e94411467e81a738008be6f9959e7 | /Patches/VTK/8.2/ThirdParty/exodusII/vtkexodusII/src/ex_open_par.c | c568353f52413ffafc70c701e672d554f4a9224b | [] | no_license | nagyist/fletch | 5f018521d38ad6d0439d3a6c93bead34e51d3e48 | 8091157b421139c9ffdd3ec4f04e36f059054491 | refs/heads/master | 2023-07-08T15:18:33.981320 | 2023-06-23T21:45:48 | 2023-06-23T21:45:48 | 85,244,670 | 0 | 0 | null | 2023-06-23T22:16:21 | 2017-03-16T21:49:40 | C++ | UTF-8 | C | false | false | 18,664 | c | /*
* Copyright (c) 2005-2017 National Technology & Engineering Solutions
* of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
* NTESS, the U.S. Government retains certain rights in this software.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitt... | [
"david.stoup@kitware.com"
] | david.stoup@kitware.com |
45b026e37a693f2a27f58781525d23929bc064f9 | 76964784c7608fde8d3afb55d3cab4e9e82b9896 | /ugbc/src/targets/coco/hit.c | cd7898ec53522b3027cc696889ab7f42ef50ae55 | [
"Apache-2.0"
] | permissive | spotlessmind1975/ugbasic | 115c2e702934458ed8554ee4f11af445ffb303da | 167ee3f358e87d1151fbd72a502943a5fd85cf03 | refs/heads/main | 2023-08-30T21:49:06.439665 | 2023-08-30T20:49:18 | 2023-08-30T20:49:18 | 361,539,179 | 71 | 10 | Apache-2.0 | 2021-12-27T16:27:55 | 2021-04-25T21:09:29 | C | UTF-8 | C | false | false | 3,516 | c | /*****************************************************************************
* ugBASIC - an isomorphic BASIC language compiler for retrocomputers *
*****************************************************************************
* Copyright 2021-2023 Marco Spedaletti (asimov@mclink.it)
*
* Licensed unde... | [
"asimov@mclink.it"
] | asimov@mclink.it |
6f73d2f931259512dc364fcfb658b6350e7cde72 | 375bc5f5ef1ef0ff53980772f551dd93b2f6ebeb | /BSQ/main.c | c7afa06abea0100b954e833927342ee1926a6fdc | [] | no_license | notsleeves/Piscine-C | 8367a5815c7161b42bc61d1ee3abb75a6d4fd127 | 3ac43b4a6d0cf2a09418ccd3b1cacf73c9419832 | refs/heads/main | 2023-03-21T13:05:28.251106 | 2021-03-11T02:26:27 | 2021-03-11T02:26:27 | 346,548,624 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,604 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* main.c :+: :+: :+: ... | [
"noreply@github.com"
] | notsleeves.noreply@github.com |
aa829e9a449c9f34c1b8a70c154a69548b05268c | fcf3dce0454d6d52ce46c3d9fc3fd4f2e21d9795 | /LIB/IIC/IOI2C.c | 8c2b0a19994452f84c06c482266b04efecb2d080 | [] | no_license | aliveforest/Balance-Car-STM32F103C8T6 | e5b6568c55c44c594440f75476786d0b4f86351e | 9319802dc26e3617e5b067c741e6c0a37bda528e | refs/heads/main | 2023-03-21T03:20:26.833116 | 2021-03-20T05:22:48 | 2021-03-20T05:22:48 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 11,321 | c | #include "ioi2c.h"
/**************************实现函数********************************************
*函数原型: void IIC_Init(void)
*功 能: 初始化I2C对应的接口引脚。
*******************************************************************************/
void IIC_Init(void)
{
GPIO_InitTypeDef GPIO_InitStructure;
RCC_APB2PeriphClockCmd(RCC_A... | [
"aliveforest@163.com"
] | aliveforest@163.com |
0bb0d01c43b93517f8b8aa0b3613823837e9d1e3 | 7cdfc68c244aa3f0df47c5bbf6288f56bf80c692 | /src/build_JKmat_DF.h | 4a0d63012f38cfb4bbb8993a4d08307b8cb2c49b | [
"BSD-3-Clause"
] | permissive | huanghua1994/YATDFT | ea5a81be4ead54a798267eeee43dbe68c3c57c98 | 53753c23870ba5a0c2aa4604a2ee04d21ae82a6b | refs/heads/master | 2021-06-30T12:58:59.794501 | 2021-05-13T17:32:03 | 2021-05-13T17:32:03 | 229,473,060 | 0 | 1 | BSD-3-Clause | 2020-02-15T00:00:50 | 2019-12-21T19:22:47 | C | UTF-8 | C | false | false | 783 | h | #ifndef __BUILD_JKMAT_DF_H__
#define __BUILD_JKMAT_DF_H__
#include "TinyDFT_typedef.h"
#ifdef __cplusplus
extern "C" {
#endif
// All matrices used in this module is row-major, size = nbf * nbf, leading dimension = nbf
// Construct Coulomb and HF exchange matrices using density fitting
// Input parameter... | [
"huangh223@gatech.edu"
] | huangh223@gatech.edu |
07102d36838b0824422fd210462164130d8e6e29 | 3b5f7e3043354c7d1cc4114492a1887037c09599 | /latim_pp/latim_pp_open_release.c | 7f0b99a6da17e081755c2e9e842a44aa06cc9b13 | [] | no_license | tolmalev/SPM | aeb147f8e147b688c325292f12752c168e258174 | 94883085faaa88a16bbc9ad91e18f2bc7d747a54 | refs/heads/master | 2021-01-13T01:49:38.908989 | 2012-09-18T18:45:05 | 2012-09-18T18:45:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,103 | c | /*
* test the external counter (if any)
*/
int flips(int bit_code) {
int ntry=20, counter[ntry], j, n=0, m=0;
outb(bit_code | PIRQ_DISABLE, base+2);
for ( j=0 ; j<ntry ; j++ )
counter[j] = inb(base) + up_byte(inb(base+1));
for ( j=1 ; j<ntry ; j++ ) {
... | [
"tolmalev@yandex-team.ru"
] | tolmalev@yandex-team.ru |
eed9c98c93358fa142e590796fa2270ff3b949dc | dd00c907c94aacf4788cd172bf5de3734a5640d1 | /src/SmartAlarm/player/include/aac_decoder.h | 227d5d3e44ac01357e8641859ed10572e9b07a90 | [] | no_license | 2302053453/Some_sample_code | 9ac96df4a6869c0b074ed9ed2c4b608628d8a270 | 9f3376e9b2946ceffe5a9dee940c7a3839263c85 | refs/heads/master | 2022-04-06T21:46:09.739750 | 2019-05-23T06:44:14 | 2019-05-23T06:44:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 409 | h | // Copyright 2018 Espressif Systems (Shanghai) PTE LTD
// All rights reserved.
#ifndef _AAC_DECODER_H_
#define _AAC_DECODER_H_
#include "SoftCodec.h"
int aac_decoder_open(SoftCodec *softCodec);
int aac_decoder_close(SoftCodec *softCodec);
int aac_decoder_process(SoftCodec *softCodec);
int aac_decoder_trigger_stop(So... | [
"dongshaoyu@innovatech.net.cn"
] | dongshaoyu@innovatech.net.cn |
7c1884a8aa63f849208db48d38e9d9c6cb401adc | 8cb29de5877d888fdea04a2958202989a25bd231 | /Middlewares/Third_Party/gagentModule/gagent/crypto/base64/gatbase64.h | c1ec6abac02dad42fa8c7c4314da363a95bde543 | [
"MIT"
] | permissive | BobDeng1974/I-CUBE-GIZWITS | d8619e5a82805c942180a7fbac0a600bf880ad1a | 19639b9bbd82251ae5aa9c7bd6e69b43332f36e9 | refs/heads/master | 2020-04-07T07:17:05.644313 | 2018-09-13T08:07:20 | 2018-09-13T08:07:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 153 | h | #ifndef GATBASE64_H_
#define GATBASE64_H_
#include "gattypes.h"
void gatBase64Encode( int32 dataLen, const uint8 *pData, int8 **ppBase64Str );
#endif | [
"878329009@qq.com"
] | 878329009@qq.com |
e3c54d61b21587bf207b9e9e056d5b4bf70957e8 | 9321fb73bcc68ace22beaae2dc19798c04e21720 | /src/liblocal/libindexing/get_textdoc_xml.c | 5a87c092dee5bff3e6cd18c1878b8d8084f656ec | [] | no_license | gdebasis/smart | a7f4d6dda5088592871b8a37a24f04ab4555e3f0 | ab7ae8a1cb4e74aca6e60ba9142812818eb7e185 | refs/heads/master | 2021-01-10T19:14:22.290174 | 2015-07-20T22:38:54 | 2015-07-20T22:38:54 | 39,411,663 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,907 | c | #ifdef RCSID
#endif
/* Copyright (c) 1991, 1990, 1984 - Gerard Salton, Chris Buckley.
Permission is granted for use of this file in unmodified form for
research purposes. Please contact the SMART project to obtain
permission for other uses.
*/
/******************** PROCEDURE DESCRIPTION **************... | [
"debforit@gmail.com"
] | debforit@gmail.com |
6a326ef3bbcc5c6827c26b3b0ec2eb30cce489d3 | 154cb6732b5adef4bf1d939e31aad0312de82121 | /Modbus to CAN/ql_mcm_atc.h | b77daf43bd01ccf12c5c0ad4f6a11f817b3cb76d | [] | no_license | Abhay0202/C-Library-for-IOT-Converter-MODBUS-RTU-to-CAN | 4074275a34954551f423c3d8bd3c21b60eedd082 | 98139877e6da9e4ef0ceaa8cd4988432bc6b72e3 | refs/heads/main | 2023-05-07T09:49:00.121514 | 2021-06-01T07:37:55 | 2021-06-01T07:37:55 | 372,733,970 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,181 | h | /*================================================================
Copyright (c) 2018 Quectel Wireless Solution, Co., Ltd. All Rights Reserved.
Quectel Wireless Solution Proprietary and Confidential.
=================================================================*/
/*===========================================... | [
"noreply@github.com"
] | Abhay0202.noreply@github.com |
7a4d88a254f95122913b65015e951885ef573102 | 28bd03c256eebeeaddb6fe9eb0e71b6dc167be48 | /1355/script_rel/rcm_abigail31.c | 7d76034c3ef2221186b59d4e730840476cdf2bb4 | [] | no_license | Larisho/RDR3-Decompiled-Scripts | c82d1d31b21cd65d074f5382021579d5e08c0614 | 29a8b449613beaba232a47ffba7a394e0af66077 | refs/heads/main | 2023-06-17T05:39:24.102078 | 2021-07-14T10:34:34 | 2021-07-14T10:34:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,669,922 | c | #region Local Var
var uLocal_0 = 0;
var uLocal_1 = 0;
var uLocal_2 = 0;
var uLocal_3 = 0;
var uLocal_4 = 0;
var uLocal_5 = 0;
var uLocal_6 = 0;
float fLocal_7 = 0f;
float fLocal_8 = 0f;
var uLocal_9 = 0;
var uLocal_10 = 0;
var uLocal_11 = 0;
var uLocal_12 = 0;
var uLocal_13 = 0;
var uLocal_14 = 0;
var u... | [
"kepmehzde@gmail.com"
] | kepmehzde@gmail.com |
2441189a496acd9cadc0b68ea02b09bc4bbf4034 | 1ad56f5a025b6972a56d963205c502ddaf3e2153 | /leds.h | 7c44b57adf53d29024aba2a0646f2c398a5ee878 | [] | no_license | Hasanchiver/433Assign5 | e94b1e2c4f756c4c21ac9dac5a72a92a27aae6b3 | d11fd3f498e020c267c422453c1c62e8ac0b53ed | refs/heads/master | 2020-03-25T07:41:48.222709 | 2018-08-05T05:27:27 | 2018-08-05T05:27:27 | 143,576,624 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 211 | h | // leds.h:
// Hardware module: led controller
#ifndef LEDS_H_
#define LEDS_H_
void initializeLeds(void);
void changeMode(uint8_t newMode);
void toggleMode(void);
void flashLights(void);
#endif /* LEDS_H_ */
| [
"ducl@sfu.ca"
] | ducl@sfu.ca |
8a0669a82b51a87597e698f74514e1b40486c399 | 5e2e917741a8035df7a5bdfe62f7a464cc1e0d91 | /week-08/day-4/vector/size/vector.h | 8c39ff187a61d753f12b61bfbac5f7485441e543 | [] | no_license | green-fox-academy/GerBer1234 | 9dfa8a0da02f70511e7b8a1a4db11a1992d1cfa7 | c92eeabdb7d2cece047d4091206c85470484873f | refs/heads/master | 2020-04-04T07:59:27.856791 | 2019-05-06T21:46:00 | 2019-05-06T21:46:00 | 154,655,037 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 290 | h | #ifndef CREATE_VECTOR_VECTOR_H
#define CREATE_VECTOR_VECTOR_H
typedef struct vector {
int size;
int capacity;
int *elements;
} vector_t;
vector_t *init_vector();
void add(vector_t *v);
void print_vector(vector_t *v);
int size(vector_t* v);
#endif //CREATE_VECTOR_VECTOR_H
| [
"gergelyberenyi@gmail.com"
] | gergelyberenyi@gmail.com |
a8e9af6c7e5e99bcc278e890f998c6b2562f8fd9 | f3c3c786e2759a8587db9c2eddd63b406b13e662 | /ngx_config.h | 54cdcac6a3a3c675b96380a2b640aaa42ceaab17 | [] | no_license | hankai17/my_nginx | 72ff5f42dc2d835b8b8172f38447da8161ab8c24 | c451be69915f693ea80d1d47ca2b8344cd927b76 | refs/heads/main | 2023-08-16T09:23:41.119865 | 2021-10-24T02:06:43 | 2021-10-24T02:06:43 | 419,724,345 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 573 | h | #ifndef _NGX_CONFIG_H__INCLUDED_
#define _NGX_CONFIG_H__INCLUDED_
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
typedef intptr_t ngx_int_t;
typedef intptr_t ngx_flag_t;
typedef uintptr_t ngx_uint_t;
typedef ngx_uint_t ngx_atomic_uint_t;
typedef ngx_uint_t ... | [
"867614535@qq.com"
] | 867614535@qq.com |
c4726b4954102517dcd3d923aad9580c2937e06b | 1f8e72e314e5b1bff95ec36e721575893a2b9607 | /OpenMAX/State/wontwork.c | 00f8c993cc07e82a74dc08f2a4c8d0162783f0e9 | [] | no_license | drakmor/raspberry-pi-gpu-audio-video-prog | 94fb4329212524d352e0fe4e0d56a84df9e0e273 | dc134b99c7845e99d346e091850cabfdd519a09c | refs/heads/master | 2020-04-17T09:59:31.603575 | 2017-06-20T19:13:04 | 2017-06-20T19:13:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,382 | c | /*
* WARNING: THIS PROGRAM DOESN'T WORK
*/
#include <stdio.h>
#include <stdlib.h>
#include <OMX_Core.h>
#include <OMX_Component.h>
#include <bcm_host.h>
char *err2str(int err) {
switch (err) {
case OMX_ErrorInsufficientResources: return "OMX_ErrorInsufficientResources";
case OMX_ErrorUndefined: return... | [
"gwenanspearing@hotmail.com"
] | gwenanspearing@hotmail.com |
2a0eadc9bdeb51ad495eec8f448556d53009d9f0 | b1e31ff7bba4c1d4a85e2828ebe03da829182fc2 | /ft_memalloc.c | e7ebc9a6470257bb86cb757877233b3b57fa587f | [] | no_license | Hoalle/libft | 98bc239fa3de818def04a6278032f2174c5c1f25 | 47d7322c5b595a43b4a65c2c9cc8237f09c12a9a | refs/heads/master | 2020-03-29T22:29:09.472075 | 2018-09-26T12:32:00 | 2018-09-26T12:32:00 | 150,423,471 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,104 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memalloc.c :+: :+: :+: ... | [
"cperrard@e1r8p1.42.fr"
] | cperrard@e1r8p1.42.fr |
250213fe303b2f7feeeb69c39a5b9f52eedeb4e4 | 04d9ff269e90246c6765ff286c705b4c7d64ee8c | /ttclient.c | 83d37c9eca9e3fcd902fa1cdbdf38ce5d576c28e | [] | no_license | nfazleen/assignment3client | 9d6c0da71252ed8af8a33872b7057592dc25f094 | 923e83ca56e266278aeffed885ed85a6d9aa0827 | refs/heads/master | 2020-03-18T20:00:34.220348 | 2018-05-28T17:37:31 | 2018-05-28T17:37:31 | 135,190,803 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 789 | c | #include<stdio.h>
#include<sys/types.h>
#include<sys/socket.h>
#include<netinet/in.h>
#include<time.h>
#include<string.h>
#include<arpa/inet.h>
#include<stdlib.h>
#define CLI_PORT 7777
#define BUFF_SIZE 30
int main(int argc,char**argv)
{
int clisoc,re;
char recbuff[BUFF_SIZE];
struct sockaddr_in cliaddr;
bzero(&cliadd... | [
"nurul.fazleen77@gmail.com"
] | nurul.fazleen77@gmail.com |
35466f2d175f873616e74564ce2eca9cb3032cce | 76f9c40b9d4d7c96348e8d0ca6c04c2dff2ce634 | /src/utils.h | ff94092c91cac428aa814300db25de7847071721 | [
"BSD-4-Clause"
] | permissive | rieck/papillon | 8efa5b0f7ae25af9ecf662bc8f098cb8b2a9f67b | 7e09021d71de141688b1f7d1592405be4d36a98f | refs/heads/master | 2021-06-07T01:54:34.249569 | 2019-05-10T16:35:32 | 2019-05-10T16:35:32 | 1,992,087 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,989 | h | /*
* Papillon - Solaris security module - http://www.roqe.org/papillon
* Copyright (c) 2000-2003,2006 Konrad Rieck <kr@roqe.org>
* All rights reserved.
* --
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* ... | [
"rieck@cs.tu-berlin.de"
] | rieck@cs.tu-berlin.de |
e5b987c7abf20403def969e8a9a1924d9cccc2e1 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/363421ba-8286-43c9-be75-b2babb5b8d2d.c | ff59f76035fb15dc218d33ca8a084e4f5ce6f750 | [] | 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 | 601 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
j = 53;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = j/j;
l = k%j;
l = l-j;
k = k--*i;
//variables
/* START VULNERABILITY */
int a;
char b[86];
char c[72];
a = 0;
while... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
49437e8bf18b0c50af6ee678bb007fb3e8c51e71 | 77ee548f62dc8063e2c23853dd68f37883ef275d | /HARDWARE/MOTOR/motor.h | a73d812b12265be389257fd5beca0007917e5011 | [] | no_license | sytuacmdyh/Indoor-Location-Car | 38cef773d592a6b6a225714013a27382d9002632 | 2a49dcbac75fcee956f914748034da3d6f99b4f3 | refs/heads/master | 2021-01-19T21:13:05.213349 | 2017-06-10T12:28:29 | 2017-06-10T12:28:29 | 88,627,186 | 6 | 1 | null | null | null | null | GB18030 | C | false | false | 685 | h | #ifndef __MOTOR_H
#define __MOTOR_H
#include "sys.h"
#define MOTOR_L_B PFout(0)// PF0
#define MOTOR_L_F PFout(1)// PF1
#define MOTOR_R_F PFout(2)// PF2
#define MOTOR_R_B PFout(3)// PF3
#define SPEED_STEP 20
//状态
#define _STOP 0
#define _FORWARD 1
#define _BACK 2
#define _LEFT 3
#define _RIGHT 4
#define _ADUEST 5
... | [
"dingyinghao@zhijiatech.com"
] | dingyinghao@zhijiatech.com |
185ad4a70eff93503a8f157e82bf3208e17c909f | 50e7f29b07531bf3db585e420fb7a4209bacf102 | /unity-samples/iOS/Roll-A-Ball-Ios/Classes/Native/mscorlib_System_Collections_Generic_List_1_Enumerator_gen_29.h | 3737b8664f93596a1852fdcd980199304b87a52b | [] | no_license | golergka/appboy-unity-sdk | 0d7a8732c6dfd66ffbf30c9214c932a04f2b6d59 | deeeba3849bd3a8e6a1166e95a6a5be6f5038646 | refs/heads/master | 2021-01-18T11:53:22.096992 | 2016-03-17T12:24:52 | 2016-03-17T12:24:52 | 54,115,484 | 0 | 0 | null | 2016-03-17T12:18:57 | 2016-03-17T12:18:56 | null | UTF-8 | C | false | false | 903 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// System.Collections.Generic.List`1<UnityEngine.UI.IClippable>
struct List_1_t571;
// UnityEngine.UI.IClippable
struct IClippable_t668;
#include "mscorlib_System_ValueType.h"
// Sy... | [
"wenzhi@appboy.com"
] | wenzhi@appboy.com |
56b1f6151a8334aab5bf9ae029e6f616bc2c9f30 | e3fc5cd96b8a49dec9a0b752c1cb045bf8ec619e | /decrescente-3/decrescente-3.c | aa9e5c1c1c3d678750751ea492e5c7c38e7971ef | [
"Unlicense"
] | permissive | danielsanfr/c-study | bc0f71adeddf80f1bfcfbbec33741fa0efa33235 | 65ee29023b4732bd04fcc67b74d4d69632bbdbb2 | refs/heads/master | 2020-12-24T08:32:11.550596 | 2016-08-29T03:19:48 | 2016-08-29T03:19:48 | 24,648,495 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 305 | c | #include <stdio.h>
int main ()
{
int aux, a, b, c;
scanf("%d\n%d\n%d", &a, &b, &c);
if(a < b || a < c)
{
if(b > c)
{
aux = a;
a = b;
b = aux;
}else{
aux = a;
a = c;
c = aux;
}
}
if(b < c)
{
aux = b;
b = c;
c = aux;
}
printf("%d\n%d\n%d\n", a, b, c);
return 0;
}
| [
"daniel.samrocha@gmail.com"
] | daniel.samrocha@gmail.com |
a2d40df938ec4e67a0e237a1307b0f23bc64fd61 | c4afbfe1885e8d0c7a1c8b928563f7bb8ab6a683 | /openETCS_Releases/v0.4-D3.6.4/KCG-Releases/CommandTripBraking_SDM_Commands_Pkg.c | d2a3ffaef126122a4693271468f4e30c855be0b2 | [] | no_license | VladislavLasmann/srcAndBinary | cd48ebaa2f1f7f697ba5df9f38abb9ed50658e10 | 13aa76e545b9596f6dac84fb20480dffae7584d8 | refs/heads/master | 2021-05-08T15:04:05.709079 | 2016-01-22T12:40:10 | 2016-01-22T12:40:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,512 | c | /* $**************** KCG Version 6.4 (build i21) ****************
** Command: kcg64.exe -config D:/Github/modeling/model/Scade/System/OBU_PreIntegrations/openETCS_EVC/KCG-Releases/config.txt
** Generation date: 2015-12-03T13:41:23
*************************************************************$ */
#include "kcg_consts.h... | [
"bernd.hekele@deutschebahn.com"
] | bernd.hekele@deutschebahn.com |
2a40ccc49cf097f61424e71d0a93225655dbb3d8 | 933181b5df4f918d6b6c5d35f88e263bfd6e748b | /Enunciados del campus virtual/Funciones/ABM_Funciones/ABM.c | 69c6d3c4f83137fffbb2cdcc829d45d9b041fa69 | [] | no_license | FrancoUR10/LaboratorioYProgramacionI | 2ee75617bf8c86d55b500e527fe181d3c512b873 | c9e6670a3e17ddde88ed519be10a6fac21d99201 | refs/heads/master | 2020-07-11T08:05:40.429020 | 2019-12-04T02:44:37 | 2019-12-04T02:44:37 | 204,484,652 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 18,893 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "ABM.h"
#include "Validaciones.h"
#include "Localidad.h"
#define LIBRE 1
#define OCUPADO 0
void inicializarArray(eEmpleado listaEmpleados[],int tamEmpleado)
{
int i;
for(i=0;i<tamEmpleado;i++)
{
listaEmpleados[i].id=-... | [
"Franco_ranma@hotmail.com"
] | Franco_ranma@hotmail.com |
39d2809c68c32c57d4171bc87bc456e412d5c0e2 | 1231379e557a3094413045721b4c65ce9bae568b | /src/generated/linux/send.c.clog.h.lttng.h | b16358a41751078f1a39c817e66de35237e6815b | [
"MIT"
] | permissive | microsoft/msquic | a63982f1b7d017fb0497e2dce56f1ef527bd6eaa | f91ccc2f975225a278bc68238555ed0923e676ba | refs/heads/main | 2023-09-04T01:25:39.133074 | 2023-08-28T18:04:51 | 2023-08-28T18:04:51 | 217,654,199 | 3,641 | 521 | MIT | 2023-09-14T14:36:09 | 2019-10-26T04:10:24 | C | UTF-8 | C | false | false | 6,961 | h |
/*----------------------------------------------------------
// Decoder Ring for SetSendFlag
// [strm][%p] Setting flags 0x%x (existing flags: 0x%x)
// QuicTraceLogStreamVerbose(
SetSendFlag,
Stream,
"Setting flags 0x%x (existing flags: 0x%x)",
(SendFlags & (uint32_t)(... | [
"noreply@github.com"
] | microsoft.noreply@github.com |
544b628621436c67432eb181fc7477c3ff47b3bc | 19d33d2f516cd02659e6c9de30abc220a7e7f4e6 | /hardware/nublogger_arduino_r2/configuration.h | 86119ee406ac727426edfba5a814e34a836bad41 | [] | no_license | nublabs/nub.datalogger | 9fb0115ab53a8970a8742a14a8e65d2f2558bc19 | b657427af0c80fa58944c5770ac99cd3fdc0ca1c | refs/heads/master | 2021-01-17T17:06:58.408317 | 2009-02-05T14:20:55 | 2009-02-05T14:20:55 | 75,505 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 28 | h | #define digitsOfPrecision 2
| [
"nikki@nikki-s-computer.local"
] | nikki@nikki-s-computer.local |
922afc307b2d9c77db814cd326101eb20970c433 | 49ee0aef40f0cdf6d7d8313c1a38205fb29a468d | /NB15230赵铭骐/大作业 test4ios/Classes/Native/mscorlib_System_Reflection_MonoEventInfoMethodDeclarations.h | 292a1f0d3f5bfd2b5fae77662c09fff448e5c350 | [
"MIT"
] | permissive | Rakerth/iPhone2015 | 50ddf5e2dd8f7eb2128a7ac931da4103406c213b | b27f4f65a67f6332b46bf95fd88aa2b61fdd8712 | refs/heads/master | 2021-01-19T07:23:12.672214 | 2016-01-13T09:01:43 | 2016-01-13T09:01:43 | 48,903,194 | 0 | 0 | null | 2016-01-02T15:06:05 | 2016-01-02T08:06:21 | Objective-C | UTF-8 | C | false | false | 921 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
// System.Reflection.MonoEvent
struct MonoEvent_t;
#include "codegen/il2cpp-codegen.h"
#include "mscorlib_System_Reflection_MonoEventInfo.h"
... | [
"rex60513@126.com"
] | rex60513@126.com |
25436e0bf57f565fa0945c6bb5b3ae81d1afa116 | fbdb3e4df3925b330739e599d7f539a5aea4f163 | /d/changan/npc/obj/miantiao1.c | 94c312fa0788ff44ea797043f028c917ebf90c60 | [] | no_license | MudRen/ZHLib | 2be4566998800d1a8ed50bf379d0e43a7c97e8ac | 73111626fed37f302ca433dd1628730ca07e7dc2 | refs/heads/master | 2020-04-04T15:43:26.136616 | 2018-11-04T04:42:20 | 2018-11-04T04:42:20 | 156,049,634 | 2 | 3 | null | null | null | null | GB18030 | C | false | false | 447 | c | //miantiao1.c
inherit ITEM;
inherit F_FOOD;
void create()
{
set_name("刀削面", ({"daoxiao mian", "miantiao", "mian"}));
set_weight(100);
if (clonep())
set_default_object(__FILE__);
else
{
set("long", "一碗热气腾腾的刀削面。\n");
set("unit", "碗");
... | [
"i@oiuv.cn"
] | i@oiuv.cn |
2abf3e656a8f0882e1a2d2a54de14cd6cb258ac7 | 12bd4a0eb351b24c2df471fdc9492d0b8f0016d0 | /TimerPractice/TimerPractice/HardwareProfile.h | 2f2593cdacdc20ea7e89f7622ddcc59160ec94af | [] | no_license | myqthorn/myq-atmel-studio | bd80f824043fe09cdab4947e35e817685734f064 | 3fd8db1a342e55e6358e877ce985ea84c18900dc | refs/heads/master | 2016-09-05T09:06:30.287203 | 2015-04-18T19:41:06 | 2015-04-18T19:41:06 | 34,361,245 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,406 | h |
#include <stdint.h>
#include <avr/io.h> //for uint8_t definition
#ifndef HARDWAREPROFILE_H
#define HARDWAREPROFILE_H
#define TESTMODE
//#define PROGRAMSPACE
//the Atmega168 performs 1 instruction per clock cycle, 8MHz = 8MIPS
//at 8MHz, 1 instruction takes 125nS
#define F_OSC (8000000L)
#d... | [
"myq.thorn@gmail.com@e54e60dd-eb8c-ae99-b1a7-6764f3c47ffa"
] | myq.thorn@gmail.com@e54e60dd-eb8c-ae99-b1a7-6764f3c47ffa |
b9f8fda41ccfa8c88f97b10bd2e6582634ae0327 | b8d9d046083d191ec920f253807f3f319b645bd1 | /doublylinkedlist/doublelinkedlist.c | cc29dd382cbf1d47913400ca22a5e35c1f5e29f7 | [] | no_license | alvaropanthers/C_datastructures- | eea9fb6e728d5080da14fdba311285eed9653e7b | e64531f72dd3e1d7ab9956e7e67b68369f1785a5 | refs/heads/master | 2020-05-18T10:52:40.593754 | 2019-05-14T20:47:04 | 2019-05-14T20:47:04 | 184,362,503 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,897 | c | #include "doublelinkedlist.h"
DoubleLinkedList *DoublyLinkedList_create(){
DoubleLinkedList *doubleLinkedList = malloc(sizeof(DoubleLinkedList));
doubleLinkedList->head = NULL;
doubleLinkedList->tail = NULL;
return doubleLinkedList;
}
Node *DoublyLinkedList_create_node(Node *currentNode, void *value){
Node... | [
"alvaro.orozco.tech@gmail.com"
] | alvaro.orozco.tech@gmail.com |
409709baa52418b5e35a3827a52f192321540ea6 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function13954/function13954_schedule_11/function13954_schedule_11_wrapper.h | 64ea3f0f956b0c59d8458fa1d93b10d76421fc4c | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 306 | h | #ifndef HALIDE__generated_function13954_schedule_11_h
#define HALIDE__generated_function13954_schedule_11_h
#include <tiramisu/utils.h>
#ifdef __cplusplus
extern "C" {
#endif
int function13954_schedule_11(halide_buffer_t *buf00, halide_buffer_t *buf0);
#ifdef __cplusplus
} // extern "C"
#endif
#endif | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
c108a78e3d646f16d938e0b89c2387c85b3cb06c | 1d14e201b84baa59d115f5b9dfe8de91ce46a70c | /lab/malloc/ftimer.c | bbbaa6ad4cfdbad4f36becf33344e7db0770c638 | [] | no_license | BlockChanZJ/CSAPP-labs | 57d00cb4ff96e2c77bf6f2489440b5582912e2d7 | d2bb1bdb87beaf4df05448f0fa5e3d37c5850939 | refs/heads/main | 2023-08-26T21:33:08.728515 | 2021-09-24T06:47:29 | 2021-09-24T06:47:29 | 399,131,553 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,843 | c | /*
* ftimer.c - Estimate the time (in seconds) used by a function f
*
* Copyright (c) 2002, R. Bryant and D. O'Hallaron, All rights reserved.
* May not be used, modified, or copied without permission.
*
* Function timers that estimate the running time (in seconds) of a function f.
* ftimer_itimer: version t... | [
"386636627@qq.com"
] | 386636627@qq.com |
a12f9e496aba24bc8e153ee250a563ed1b3ec69c | 4545588c8427debaf17f9dc71b0ace32f4fb5d67 | /avr32/services/usb/_asf_v1/class/hid/hid.h | 28ffa9d3fd5c36b7d4869d737184eb527a9bc3c0 | [] | 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 | 18,559 | h | /*****************************************************************************
*
* \file
*
* \brief Management of the generic HID features.
*
* This file manages the generic HID features.
*
* Copyright (c) 2014-2015 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License... | [
"buildmaster@atmel.com"
] | buildmaster@atmel.com |
2613fd5ed614a6dfab3c2eb96479d6381b596cf1 | d0b144cf79193c5944855ff791629950dfd0dc37 | /TP2/exo3/exo3.c | 89278218084f5aea1042d28f020cf7fbe736b138 | [] | no_license | solfrak/INF1600_Lab | 22cce90f3bc354114441c2a8edeb586ec6e7d209 | 7170e85605b5b3a11b9c7913bee10d4f86172c30 | refs/heads/master | 2023-01-22T00:04:56.077146 | 2020-12-01T17:09:18 | 2020-12-01T17:09:18 | 304,471,824 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,031 | c | #include <stdio.h>
#include <stdlib.h>
/* Modifiez ces définitions à votre guise afin de tester toutes les
conditions; elles correspondent aux valeurs initiales de a, b, c, d et e : */
#define INIT_A 20
#define INIT_B 700
#define INIT_C 300
#define INIT_D 140
#define INIT_E -570
int a, b, c, d, e;
extern void q1_s(v... | [
"gigl@localhost.localdomain"
] | gigl@localhost.localdomain |
71c671471ca6faa94b9371ae61bdd7f707d2348f | 654f9a4f51696e70c992ffa61f57647ee937dd60 | /Projects/STM32F429I-Discovery/Examples/BSP/Src/mems.c | a94c6c233ca832c06af22882a2eb1df9971ca617 | [
"Apache-2.0",
"BSD-2-Clause"
] | permissive | 980f/STM32CubeF4 | b48b4197339426953019d338a399611c7c0a2c6c | 4b4b7c17135ff062f0e2dd4f6798583aa3ffc08f | refs/heads/master | 2023-02-02T21:56:00.651533 | 2020-12-21T18:03:39 | 2020-12-21T18:03:39 | 292,336,672 | 0 | 0 | NOASSERTION | 2020-09-02T16:32:06 | 2020-09-02T16:32:06 | null | UTF-8 | C | false | false | 10,987 | c | /**
******************************************************************************
* @file BSP/Src/mems.c
* @author MCD Application Team
* @brief This example code shows how to use MEMS features.
******************************************************************************
* @attention
*
* <h2>... | [
"ali.labbene@st.com"
] | ali.labbene@st.com |
07d071a99cace62ab937bfae0a2acacf5e4bdd9e | a0c4ed3070ddff4503acf0593e4722140ea68026 | /source/XPOS/VIDEO/WEITEKP9/CLOCK.C | 6740b6f194473e9c785b2399e7c0651dfefd0703 | [] | 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 | 6,221 | c | /*++
Copyright (c) 1993 Weitek Corporation
Module Name:
clock.c
Abstract:
This module contains clock generator specific functions for the
Weitek P9 miniport device driver.
Environment:
Kernel mode
Revision History may be found at the end of this file.
--*/
#include "dderror.h"
#include "devio... | [
"71558585+window-chicken@users.noreply.github.com"
] | 71558585+window-chicken@users.noreply.github.com |
af89a50503f20557cf934a8244b9ef20753d6392 | 578f560673c822e67227ab8b2b380579c8fa879c | /MapSun.h | 55e10896ede35cd5a7faf7fcd898fc016339ca47 | [] | no_license | 1250343083/test2 | d67760f011d87f7b027d1b1d2bb92754a3344be9 | 62b95e63b4b2e42b09883e7d17d734f3fdb38e0f | refs/heads/master | 2022-11-24T09:21:09.049890 | 2020-08-05T05:16:36 | 2020-08-05T05:16:36 | 285,149,171 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,661 | h | #ifndef MAPSUN_H
#define MAPSUN_H
struct Node
{
char Key[10000];
int Value;
struct Node* next;
};
void insertNode(char* Key, int Value);
void insert(char* Key, int Value);
void sum(char* Key);
void Getnext(char* S, int* next);
int KMP(char* P, char* S);
//void strcpy(char* s1, char* s2);
//int strc... | [
"1250343083@qq.com"
] | 1250343083@qq.com |
3fdb5cff1b81da5cb127e8feddebdfe515a6dd94 | 897868d4960eee6e728597e4ec5576aa03064785 | /libecc/src/openldap/servers/slapd/back-mdb/filterindex.c | 9e41e0e1051afa5550ac0dd8fd10eb930a8aaf07 | [
"MIT",
"OLDAP-2.8",
"BSD-4.3RENO",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | martell/ellcc | ab95d98c6023a23402a474044730db125349c843 | b144e161b5f70da528ae64329f27e4dfab489e5a | refs/heads/master | 2021-04-26T11:49:19.551929 | 2016-10-05T09:21:00 | 2016-10-05T09:21:00 | 70,063,491 | 2 | 1 | NOASSERTION | 2020-03-07T21:58:00 | 2016-10-05T13:32:53 | null | UTF-8 | C | false | false | 25,427 | c | /* filterindex.c - generate the list of candidate entries from a filter */
/* $OpenLDAP$ */
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
*
* Copyright 2000-2016 The OpenLDAP Foundation.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modific... | [
"rich@ellcc.org"
] | rich@ellcc.org |
be85794583a701704f2cea44533000fc34634815 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/base/crts/crtw32/mbstring/ismbpunc.c | 729a40b92d86cde25ab8a049250d76e29d1d6e5f | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C | false | false | 3,449 | c | /***
*ismbpunc - Test if character is punctuation (MBCS)
*
* Copyright (c) 1985-2001, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Test if character is punctuation (MBCS)
*
*Revision History:
* 10-21-93 CFW Module created.
* 11-09-93 CFW Add code page for __crtxxx()... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
8707bced359af731cb177d3c23885c350c6ba2bc | 0e4519d3a94157a419e56576875aec1da906f578 | /C_BASIC_FREELEC/25/25_03/my_func_print.h | bdb724a025e053d53a98e435e99d124aa9d4a85e | [] | no_license | ivorymood/TIL | 0de3b92861e345375e87d01654d1fddf940621cd | 1f09e8b1f4df7c205c68eefd9ab02d17a85d140a | refs/heads/master | 2021-02-23T17:30:50.406370 | 2020-10-02T06:43:25 | 2020-10-02T06:43:25 | 245,388,390 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 186 | h | #pragma once
#ifndef _MY_FUNC_PRINT
#define _MY_FUNC_PRINT
void print_teacher_students(psimple_teacher pTeacher, int teacer_count, psimple_student pStudent, int student_count);
#endif | [
"ivorymood@gmail.com"
] | ivorymood@gmail.com |
bfea37ed4462fae392c14ac63cf9a87c3cd9eb08 | ca63649f07c421bfbeeaf853925d3352136a313f | /sandbox_c.c | 835465f5956efbb743149eb8dbd0c2e291123717 | [] | no_license | Gabrielcarvfer/nasm_sandbox | 2259184d82736f397f620757d1f9fa47c617de21 | c8ce51bca5382c74666bb79477ba630cd6261922 | refs/heads/master | 2021-01-19T19:57:00.669043 | 2017-04-17T04:29:07 | 2017-04-17T04:29:07 | 88,468,037 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 280 | c | #include <stdio.h>
#include <stdlib.h>
extern int asm_called(int, int);
int c_callee(int i, int j, char * str)
{
char c;
scanf("%c", &c);
int ret = asm_called(i, j);
printf("i:(%d), j:(%d), ret:(%d), str:(%s)", i, j, ret, str);
return ret;
}
| [
"noreply@github.com"
] | Gabrielcarvfer.noreply@github.com |
2a4a0c68645ea8a6730741dbe3e11a34c3a1fe1b | 88346ad637d18d5f416ae987d4d1aaad71485d5f | /F10x/MyBalance-Hal_I2c/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q15.c | 27a132b27f92d51bca082c2d21064c129c5bd82b | [] | no_license | gdgly/MyCode | 7c85e67d0fee1dca004760403b2a49bbc40a6163 | c01c3ba3324e71cfc2f81ab395ff2e59ee6ba182 | refs/heads/master | 2023-01-31T04:15:22.564947 | 2020-12-16T10:07:30 | 2020-12-16T10:07:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 142,386 | c | /* ----------------------------------------------------------------------
* Copyright (C) 2010-2014 ARM Limited. All rights reserved.
*
* $Date: 19. March 2015
* $Revision: V.1.4.5
*
* Project: CMSIS DSP Library
* Title: arm_rfft_init_q15.c
*
* Description: RFFT & RIFFT Q15 initialisation function
*
* ... | [
"yufei.fan@ninebot.com"
] | yufei.fan@ninebot.com |
717ee9743f10e0d632cbf4cf09e206bfbc68046a | 73618b03c806dec920585dcacdcfda07f27dcd22 | /ds_2_7study(模拟银行)/TestTPA/test.c | 9101dc5a96c5b1403dc5f71e5e4c01bc0c0495b1 | [] | no_license | zykgithub1/data-structure | a4fb0fd3c3e87f88a2b9714dc571e74ac87f072a | 004fe8140d9ccc8900db526caa6b81f7d4bfff7b | refs/heads/master | 2023-03-07T05:00:26.804161 | 2021-02-20T11:29:06 | 2021-02-20T11:29:06 | 330,158,127 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 7,334 | c | #include <stdio.h>
#include <time.h>
#include <stdlib.h>
#define OK 1
#define ERROR 0
#define TRUE 1
#define FALSE 0
typedef int Status;
typedef struct Event
{
int OccurTime;
int Ntype;
struct Event* next;
}Event,ElemType;
typedef struct
{
ElemType* head;
ElemType* tail;
int ... | [
"787950451@qq.com"
] | 787950451@qq.com |
7226fdc1c572ac9cc76cd8bd1041b9a5ffce6739 | 70addd8f28e04bbb2c76289d540b5c36e431a09d | /mergeSortArr.h | e76035593c2bdd50cf689f6c3d38e8aa83a9e7d6 | [] | no_license | zhang-yanan/leetcode | 1286326e908743e65cd2d767aa83c95ce486c372 | b2ec0b2e38734dcec78fdd2ab8abc03529026279 | refs/heads/master | 2020-12-24T13:17:36.238493 | 2015-08-13T07:11:34 | 2015-08-13T07:11:34 | 40,642,012 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 351 | h | void merge(int* nums1, int m, int* nums2, int n) {
while(m > 0 && n > 0)
{
if(nums1[m-1] > nums2[n-1])
{
nums1[m+n-1] = nums1[m-1];
m--;
}else{
nums1[m+n-1] = nums2[n-1];
n--;
}
}
while(n > 0)
{
nums1[m+n-1] = n... | [
"zhangyanan.gucas@gmail.com"
] | zhangyanan.gucas@gmail.com |
8438ad8b9e7f1feef4641c5d93d58f4fb116dfbb | acb8d4c4f974d872f31997f591fea4d748f94b93 | /d/shaolin/yidao.c | 397dff9c386ea4d735938192bfccbba3f29ee7d3 | [] | no_license | MudRen/SZMUD | 8ae6b05718b1a83363478469185e0d776b0fda5c | e3b46e6efa6d353f7f0d00ef676f97d5c0ec3949 | refs/heads/master | 2023-05-27T16:04:35.845610 | 2021-06-18T12:47:19 | 2021-06-18T12:47:19 | 361,736,744 | 1 | 2 | null | null | null | null | GB18030 | C | false | false | 751 | c | // Code of ShenZhou
// Room: /d/shaolin/yidao.c
// Date: YZC 96/01/19
inherit ROOM;
void create()
{
set("short", "大驿道");
set("long", @LONG
你走在一条尘土飞扬的大驿道上。四周人来人往。挑担子的
行商,赶着大车的马夫,上京赶考的书生,熙熙攘攘,非常热闹。
不时还有两三骑快马从身边飞驰而过,扬起一路尘埃。马上的人
个个身着劲装,衣甲鲜明,有的还随身佩带着刀剑。看来都是些
些习武的江湖人。道路两旁是整整齐齐的杨树林。
LONG
);
set("exits", ([
... | [
"i@oiuv.cn"
] | i@oiuv.cn |
34e8732138ce0e341bba861bb54ba59d4b543061 | 4a1ef7414c7f499168fca5095defbca6ff1221d1 | /adcs_v15/slprj/_sfprj/adcs_v15_integral_Power_dist/_self/sfun/src/c27_adcs_v15_integral_Power_dist.c | 7c4c500d134b214bc1e5a6092659e9c259bf8d3f | [] | no_license | avnishks/pratham | f4d05beaaad3dd9509af12fed18f2b36af930442 | d0791f1ec78ed50c42a82126ce0388371f6ee3d3 | refs/heads/master | 2016-09-16T15:51:35.860966 | 2013-04-30T19:07:40 | 2013-04-30T19:07:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 62,920 | c | /* Include files */
#include "blascompat32.h"
#include "adcs_v15_integral_Power_dist_sfun.h"
#include "c27_adcs_v15_integral_Power_dist.h"
#define CHARTINSTANCE_CHARTNUMBER (chartInstance.chartNumber)
#define CHARTINSTANCE_INSTANCENUMBER (chartInstance.instanceNumber)
#include "adcs_v15_integral_Power_di... | [
"avnish.10.chd@gmail.com"
] | avnish.10.chd@gmail.com |
d0bea41d5577be528dbbd601c1a1a8918a82db96 | 1e1a6d6eddcf28d0eec77de85fa9da69a8dde735 | /DLA/SKL/skl_benchmark/kernel/11.11x4kernel9x16x0_135x4000x426_180+320.c | 9bcf8df4f74dd10e342736a06f52b6970988a4f7 | [] | no_license | hpc-sslab/lamma | 8d0b55d6d1e8811110927d210b37a1bea4e02f9c | 52caa049fa9cb70021f7f7a3952c232125b3632e | refs/heads/master | 2020-03-25T17:51:14.860753 | 2018-08-08T11:45:28 | 2018-08-08T11:45:28 | 143,999,367 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,606 | c | #include "immintrin.h"
#include "x86intrin.h"
#include "zmmintrin.h"
//#include <hbwmalloc.h>
#define MR 9
#define NR 16
#define MB 135
#define NB 4000
#define KB 426
#define L1_DIST_A 180
#define L1_DIST_B 320
void micro_kernel0(int k, const double * A, const double * B, double * C, int ncol)
{
int i;
register ... | [
"choi@ssu.ac.kr"
] | choi@ssu.ac.kr |
17360dd427645e3c08767e8d0378351fb10cb60e | 619c661ec0055cbe27e9a96a201ac163474f8bee | /trans/src/x86/local/ash.h | 4cfb860b45aa3a1b3cdd597250aa2ed5db02abda | [
"HPND"
] | permissive | signaturefish/tendra | 918fb068ce98501caf4473bfd141b886e29d4613 | 46c4502004da94363eeedc1bdcb2d031733fd419 | refs/heads/main | 2023-01-29T14:47:28.357902 | 2022-11-09T23:09:43 | 2022-11-09T23:15:51 | 304,157,958 | 0 | 0 | NOASSERTION | 2020-10-14T23:19:01 | 2020-10-14T23:19:00 | null | UTF-8 | C | false | false | 384 | h | /*
* Copyright 2008-2011, The TenDRA Project.
* Copyright 1997, United Kingdom Secretary of State for Defence.
*
* See doc/copyright/ for the full copyright terms.
*/
#ifndef LOCAL_ASH_H
#define LOCAL_ASH_H
typedef struct {
int ashsize; /* the minimum size in bits of a shape */
int ashalign; /* the required al... | [
"kate@elide.org"
] | kate@elide.org |
7c216fde5c220f1ba1193c6ff02deeee9ffda22b | 2b040e52cf4ca78aa011a5cd8e498245f1508f98 | /BioServoAvr/zoMotor.c | 98c9d9c550b6917ab87ebb59c16a3ecbd71b31f6 | [] | no_license | Biomimetix/BOSSv1 | ed70fd3f8e054531d5af73701b18488eb053d70b | 6758f42b60fc7b294688381e4951b17dcdde1baa | refs/heads/master | 2021-04-15T10:59:52.229207 | 2017-06-16T19:43:13 | 2017-06-16T19:43:13 | 94,576,023 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,488 | c | #include <avr/io.h>
#include <stdlib.h>
#include <avr/interrupt.h>
#include "zoMotor.h"
#include "zoSms.h"
#include "zoMcu.h"
#define TIMER_0_OVERFLOWS_FOR_CONTROL_LOOP (F_CPU/2040/ZO_SMS_CONTROL_LOOP_HZ_APPROX)
static volatile u16 NoOfTimer0OverFlowIsrEntries = 0;
static volatile bool MotorState = FALSE;
static vo... | [
"ken.mcclain69@gmail.com"
] | ken.mcclain69@gmail.com |
fe47c4e564fd312d9bc2cf1f7a123697d71297cc | 9e4ac6ab8219aca1a2b4e24c7be9a72396ba0035 | /day08main/ex05/main.c | 123d137ca61eac0e81297c9b05e7d6d7533870d8 | [] | no_license | unixfox/piscine-42 | d7b0b821eead90048e4a662c42a017cf66a50283 | 755933dffed559ca8c48aa56a2c2dde48954bc26 | refs/heads/master | 2020-03-23T01:39:27.901823 | 2018-08-06T11:44:49 | 2018-08-06T11:44:49 | 140,929,788 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,706 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* main.c :+: :+: :+: ... | [
"contact@emiliendevos.be"
] | contact@emiliendevos.be |
e1a15978febbb23f614b4ce4eb4ad70064ea34dd | 7be5eecc7f2b860ce9c8c6f0ff5bfd5b1a999b94 | /device-drivers/drivers/screen.c | 487d1435c5af566c58715c165d2f2fe87e078224 | [] | no_license | gpjt/os-from-scratch | c69491312edd63dc2140ea2a1d8797b50efd4ee0 | 5367ece81e2c557bfac1e8983eab047bad0c986d | refs/heads/master | 2021-01-01T04:08:06.786407 | 2017-07-16T17:35:32 | 2017-07-16T17:35:32 | 97,125,384 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,501 | c | #include "kernel/low_level.h"
#include "kernel/util.h"
#include "drivers/screen.h"
/*
Get the screen offset for col, row
*/
int get_screen_offset(int col, int row) {
return ((row * 80) + col) * 2;
}
/*
Get the current cursor position as an offset into video
memory by talking to the display device.
*/
int get_c... | [
"giles@giles.net"
] | giles@giles.net |
707609a07cb6cd4d2e30a6efd4b3c4dad15defb6 | 54f00b11f54fb3c25c40f152df88089b3f7301e5 | /isim/test_MiniMips_isim_beh.exe.sim/work/a_2088184011_1181938964.c | 57f0522b340c6bb3a5f27b49fa93bc7dca48d3f5 | [] | no_license | markholland/minimips | ac26dbb5bec6424ab8bb4d78fa0c740a2c6a571c | 133bae0d58d512e8861fd0dadb71958fdce9c08b | refs/heads/master | 2021-01-01T16:00:26.010889 | 2014-11-08T19:31:04 | 2014-11-08T19:31:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,754 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"mark@partiallogic.com"
] | mark@partiallogic.com |
5e16458fc062dd6be6652b64b448a3c90575c52b | 943d51a06836e615d58a8888cef706d63d270a75 | /DUMP/Ammo_Secondary_Pickup_03_classes.h | 8d1d271d186c5f813daa12e5c8ad299345f974ee | [] | no_license | hengtek/Back4BloodSDK | f1254133d004d7a5237013059d49c80f536879db | 25ab4c4ce2e140b7e6b7afaac443e836802c3b2d | refs/heads/main | 2023-07-05T03:23:01.152076 | 2021-08-15T15:03:38 | 2021-08-15T15:03:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 191 | h | // BlueprintGeneratedClass Ammo_Secondary_Pickup_03.Ammo_Secondary_Pickup_03_C
// Size: 0x480 (Inherited: 0x480)
struct AAmmo_Secondary_Pickup_03_C : AAmmo_Secondary_Pickup_Single_BP_C {
};
| [
"hsibma02@gmail.com"
] | hsibma02@gmail.com |
a31be56fad8ada9d75407a7614ca0cc0a797e0c6 | 396e39c29e79d254db629fc08b0917794a0709a2 | /Proj_Contact/C/myheader.h | 886b731a9c0ee9ad785d9c62b05e413840fcdfc8 | [] | no_license | tunatone0111/CppSession | c5ec97beba7e3a61a08cb77da52855bd6f40d2bb | 03a366b77e5bfc9f20216150ea1e6aa894527454 | refs/heads/master | 2022-11-18T03:38:06.659702 | 2020-07-11T05:33:24 | 2020-07-11T05:33:24 | 277,889,301 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 431 | h | #ifndef MY_HEADER
#define MY_HEADER
#define DATA_FILE_NAME "Address.dat"
void ReleaseList();
typedef struct _USERDATA{
char szName[32];
char szPhone[32];
struct _USERDATA *pNext;
} USERDATA;
USERDATA* FindNode(char*);
int AddNewNode(char*, char*);
void Add();
void Search();
void PrintAll();
int RemoveN... | [
"tunatone.0111@gmail.com"
] | tunatone.0111@gmail.com |
469c6c7a9cad204b0dae8912bee7bc6c5e24ae2d | 287b53d05173e62ff76005a4318f4467958b9d01 | /Tim1Tim3v1/tmpTest/test.c | 796fe27bac9b98b7caa7e25b7a5116ac979f9013 | [] | no_license | poloynikov/test1 | 8c8926577bb44e28f05c368775fa3777ea68b226 | 05b89b36febe34ff895d9481aac8dd118e1e3c88 | refs/heads/master | 2022-07-21T22:28:22.666194 | 2020-05-23T17:35:01 | 2020-05-23T17:35:01 | 266,397,763 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 448 | c | class test1() {
public:
int a;
void ver(){
printf("%i",b);
}
private:
int b;
};
int qwe =1;
void ar22();
void ar22(){
return 0;
return 1;
return 2;
}
int qwe2 = qwe+1;
void ar1(){
return 0;
return 1;
return 2;
return 3;
}
void ar1(){
return 0;
return 1;
return 2;
return 3;
}
void ar1()... | [
"none@none.com"
] | none@none.com |
41c36e448f1ed2a7b3427d92ec9514993335d522 | 50e7f29b07531bf3db585e420fb7a4209bacf102 | /unity-samples/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Collections_Generic_Dictionary_2_Transform_1_19.h | 2eed9424c78ca95bf93150b62ac5a232f48e4cff | [] | no_license | golergka/appboy-unity-sdk | 0d7a8732c6dfd66ffbf30c9214c932a04f2b6d59 | deeeba3849bd3a8e6a1166e95a6a5be6f5038646 | refs/heads/master | 2021-01-18T11:53:22.096992 | 2016-03-17T12:24:52 | 2016-03-17T12:24:52 | 54,115,484 | 0 | 0 | null | 2016-03-17T12:18:57 | 2016-03-17T12:18:56 | null | UTF-8 | C | false | false | 652 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// UnityEngine.UI.Graphic
struct Graphic_t519;
// System.IAsyncResult
struct IAsyncResult_t551;
// System.AsyncCallback
struct AsyncCallback_t552;
// System.Object
struct Object_t;
#... | [
"wenzhi@appboy.com"
] | wenzhi@appboy.com |
adf0149a1017f08bf9b167fb1b208010255c9d0b | 3bf214a79d2b7290e8770d6f945430e31fb6e5fc | /examples/peripheral/fatfs/Leo_mpu9255.h | 1cecae0435fc1cbb368cd23b06d54f033f1a5d34 | [] | no_license | WangChengbinYY/0_Keil5_nRF52 | 7711053ee867154c8636dcaccd1ffd4f76c2176a | a6ebbbf71b2163136e501b8805ebece421582d98 | refs/heads/master | 2020-04-25T02:36:47.174091 | 2019-03-11T14:23:48 | 2019-03-11T14:23:48 | 172,446,529 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 18,310 | h |
/******************** (C) COPYRIGHT 2018 王成宾********************
* 文件名 :Leo_mpu9255
* 平台 :mpu9255
* 描述 :传感器mpu9255的相关定义
* 作者 :王成宾
**********************************************************************/
#ifndef LEO_MPU9255_H
#define LEO_MPU9255_H
#include "Leo_nRF52_config.h"
#include "nrf_drv_s... | [
"871148827@qq.com"
] | 871148827@qq.com |
ac3019f467ffd0a639b970bef47d37cf9a90b4b9 | e52ead4c385656280f7084ef27f528ced277a302 | /Temp/il2cppOutput/il2cppOutput/mscorlib_System_Collections_Generic_Comparer_1_gen_7.h | 5f92ea968a62b9ceb0966afdbad59ebd9816f6af | [] | no_license | P0nj4/Roll-a-Ball-Unity | 9aacbf6f21c1b6774116f97849aaff38eef7fa7f | 86e42295507bed9f4eac78ea01d8d92e0f0eea07 | refs/heads/master | 2021-01-10T16:00:13.441187 | 2015-10-13T19:29:56 | 2015-10-13T19:29:56 | 44,198,657 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 574 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// System.Collections.Generic.Comparer`1<UnityEngine.UICharInfo>
struct Comparer_1_t2097;
#include "mscorlib_System_Object.h"
// System.Collections.Generic.Comparer`1<UnityEngine.UI... | [
"german.f.pereyra@gmail.com"
] | german.f.pereyra@gmail.com |
4203a9745ccd0a73001883366b23b3eba49faac2 | 96faf6fd7cfb327131018b0e238a819e028999aa | /mbed-cloud-client/update-client-hub/modules/monitor/update-client-monitor/arm_uc_monitor.h | 34974ab3ae544875951493a539e34a6da6d50768 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | KolonIoT/Pelion | 9b1b42375a6cd4050c6bd3787a0bdfc0d7cc566d | 156eab454e87b5f5bbe4a662d7beb1482051a855 | refs/heads/master | 2020-07-01T13:54:12.712655 | 2019-08-08T06:35:57 | 2019-08-08T06:35:57 | 201,188,751 | 1 | 2 | Apache-2.0 | 2020-03-07T20:02:25 | 2019-08-08T06:02:07 | C | UTF-8 | C | false | false | 7,715 | h | // ----------------------------------------------------------------------------
// Copyright 2016-2017 ARM Ltd.
//
// SPDX-License-Identifier: Apache-2.0
//
// 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 ... | [
"hyunjae_woo@kolon.com"
] | hyunjae_woo@kolon.com |
2652fa3998e804bf82a16041d82113c01d236f4d | 1394768b8859004568a53bbf1c6c0325c2587bbd | /0x13-more_singly_linked_lists/3-add_nodeint_end.c | 3309e70b0f5562f582d5a070f724f095776e139b | [] | no_license | matt969696/holbertonschool-low_level_programming | e7d3514ca27b6c15719a22cba6a3f01ced0e4e5e | fc6998efca226bb5d1c36b93c4f4c71532490ec7 | refs/heads/master | 2023-04-10T23:25:50.738673 | 2021-04-20T11:40:10 | 2021-04-20T11:40:10 | 295,960,315 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 584 | c | #include "lists.h"
/**
* add_nodeint_end - adds a new node at the end of a listint_t list
*
* @head : current head of the list
* @n : integer to add
*
* Return: Address of the new element
*/
listint_t *add_nodeint_end(listint_t **head, const int n)
{
listint_t *new;
listint_t *nextadr;
new = malloc(si... | [
"matsce2020@gmail.com"
] | matsce2020@gmail.com |
0ab7ceba30a158a5d7ef2e13d040598dba2bbf2d | 3428753a318391b51dc1aa279bd27df8c5581103 | /CompareCross.C | ff2fcd4c95391b4ed690a16584820a99c63a53fa | [] | no_license | ryanrich7/CrossSectionCalculation | 25b71accfbd854fb275f701ec6e74e52293afdf6 | dfc8a5205aef67ba66e839f533bdc069e5a8f68b | refs/heads/main | 2023-03-28T02:26:22.409711 | 2021-03-30T20:38:53 | 2021-03-30T20:38:53 | 353,133,701 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,354 | c | #include "Calculations.h"
//Pick one
//#define Carbon
#define Lead
string targ;
void CompareCross(double th0){
#ifdef Carbon
E_min = 900;
n_E = 28;
n_Th = 71;
ReadTable("carbon12.txt");
LoadHor("c12_FSU.dat",E_min,n_E,n_Th,th0);
const int Z = 6;
const int A = 12;
targ = "C12";
#endif
#ifdef Lead
E_min = 550;
n_E ... | [
"ryan.richards@stonybrook.edu"
] | ryan.richards@stonybrook.edu |
320a01bf7fd8ef89cd13a706b04705dd40a81399 | 6780b10ab8e70dad7c21349766f65a903bdce27a | /practica1/ejercicio3/factorial.c | 52d1e23b18de696e496ebf31888ee2656b36c329 | [] | no_license | ojosGata/Practicas-SO | b9ec9014e4f0473c680a21c7f09932e537b9852c | f28492ca3987673b21c64bca58d323df54ab1a52 | refs/heads/master | 2020-03-23T08:17:34.890050 | 2018-07-17T17:06:52 | 2018-07-17T17:06:52 | 141,318,735 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 338 | c | #include <stdio.h>
#include <stdlib.h>
void main(int argc, char **argv){
int i,n,valor=1;
if (argc != 2){
/* check for valid number of command-line arguments */
printf("Usage: %s Numero de processes\n", argv[0]);
exit(EXIT_FAILURE);
}
n=atoi(argv[1]);
for(i=2;i<=n;i++){
valor*=i;
}
printf("\n%d! = ... | [
"noreply@github.com"
] | ojosGata.noreply@github.com |
9591bd6851de0419f887b43017e8d225cbd0157e | e24a981d22dc9f08eaead51792f5933d359f003d | /contrib/sdk/sources/Mesa/mesa-10.6.0/src/glsl/nir/nir_builder_opcodes.h | 167aa80f5e6015692a92017ee7b2112f9bc20ea5 | [] | no_license | Harmon758/kolibrios | d6001876fefb006ea65e5fe3810b26606e33284e | 0d615a7c442e8974f58b7260b094c1212c618bcf | refs/heads/master | 2023-08-20T11:47:59.999028 | 2023-08-20T10:40:03 | 2023-08-20T10:40:03 | 66,638,292 | 32 | 4 | null | null | null | null | UTF-8 | C | false | false | 3,710 | h | /* Copyright (C) 2015 Broadcom
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, dist... | [
"serge@a494cfbc-eb01-0410-851d-a64ba20cac60"
] | serge@a494cfbc-eb01-0410-851d-a64ba20cac60 |
958e78a6e48e6cc45fda1adc950278cbe54670a1 | 8a8246de95d37bfa00a06e52ce2e407e20b548bb | /GraphBLAS/Source/Generated2/GB_binop__first_uint16.c | f265dfeee7b6c9c9d071443542c9098bb1697870 | [
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-generic-cla",
"Apache-2.0",
"GPL-1.0-or-later",
"LicenseRef-scancode-other-copyleft",
"LGPL-2.1-or-later",
"BSD-3-Clause",
"GPL-3.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.0-or-later",
"GPL-2.0-or-later",... | permissive | sergiud/SuiteSparse | d274d3f05291d3f45c0e2c09a26e9f3d143301da | 0ba07264225518a487a0a9a8e675f6e36c96a68a | refs/heads/cmake | 2023-05-22T13:27:25.673524 | 2023-01-01T19:24:20 | 2023-01-01T19:24:20 | 40,436,072 | 48 | 18 | Apache-2.0 | 2023-01-01T19:24:21 | 2015-08-09T12:46:03 | C | UTF-8 | C | false | false | 15,185 | c |
//------------------------------------------------------------------------------
// GB_binop: hard-coded functions for each built-in binary operator
//------------------------------------------------------------------------------
// SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2022, All Rights Reserved.
// SPDX... | [
"sergiu.deitsch@gmail.com"
] | sergiu.deitsch@gmail.com |
f14ab50e4d2e4687649f66362744babc2575de97 | 099d37a70848d2e4054ec456c0c14a72c14b8841 | /src/os/shared/common/src/com/ngos/shared/common/pci/database/generated/vendor109e/pcisubdevice109e036e.h | b6b0d4038ca8c224945a1e103205985f37df410c | [] | no_license | Gris87/ngos | c96e702b26fb5bcae894400657573ba71b72c996 | e5e20c632ea53ee6fcc82475c0b9ed6852932397 | refs/heads/master | 2022-11-08T01:16:55.262819 | 2022-10-23T08:55:10 | 2022-10-23T08:55:10 | 115,521,164 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,695 | h | // This file generated with the code_generator
// Please do not modify it manually
#ifndef COM_NGOS_SHARED_COMMON_PCI_DATABASE_GENERATED_VENDOR109E_PCISUBDEVICE109E036E_H
#define COM_NGOS_SHARED_COMMON_PCI_DATABASE_GENERATED_VENDOR109E_PCISUBDEVICE109E036E_H
#include <com/ngos/shared/common/ngos/types.h>
#include <c... | [
"Gris87@yandex.ru"
] | Gris87@yandex.ru |
d6d5a2bf2b73fee90281760d37c4bf8744cf2cd2 | fbdb3e4df3925b330739e599d7f539a5aea4f163 | /d/xiangyang/northroad2.c | 5bba89e3ab9101476b55ee51713f5d4eef56c5a2 | [] | no_license | MudRen/ZHLib | 2be4566998800d1a8ed50bf379d0e43a7c97e8ac | 73111626fed37f302ca433dd1628730ca07e7dc2 | refs/heads/master | 2020-04-04T15:43:26.136616 | 2018-11-04T04:42:20 | 2018-11-04T04:42:20 | 156,049,634 | 2 | 3 | null | null | null | null | GB18030 | C | false | false | 722 | c | // Room: /d/xiangyang/northroad2.c
// Date: Jan. 8 1999 by Winder
inherit ROOM;
void create()
{
set("short", "北内大街");
set("long", @LONG
这是一条用青石铺就的大道。只见北面不时的有马车飞奔
而出,噢,北面是车行。向西就是丁字街口,东面也是一个大
街口,你好象看到一条大街通向南面。南面是一堵上盖红色琉
璃瓦的高墙,里面是襄阳守城大将王坚的府邸。
LONG );
set("outdoors", "xiangyang");
... | [
"i@oiuv.cn"
] | i@oiuv.cn |
3fc7a3d9cd6bf6dbb26666c6ded9562c3c2b52b7 | 712d61f89cf5bfda7c9781f7b3c0f23c7a7440f5 | /Assignment/Assignment 2/1) stack.c | 23e50e0a2b1f37b6f2b6a86f6f7eed4d38021a55 | [] | no_license | vijaysaravanan1812/C_lab | 508f43d22332f01a44fd7e818c3b482e01fccf79 | 3d34ecf5467c189d6e3d9fc4171168e1355fd042 | refs/heads/master | 2023-08-08T00:41:46.915675 | 2021-09-15T07:22:27 | 2021-09-15T07:22:27 | 286,961,377 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,268 | c | // implementation of stack using linked list
#include<stdio.h>
#include<stdlib.h>
struct stack
{
int data;
struct stack *next;
};
typedef struct stack *node;
node top;
void create()
{
top = NULL;
}
void push(int x)
{
node newnode = (struct stack*)malloc(sizeof(struct stack));
... | [
"vijaysaravanan1812@gmail.com"
] | vijaysaravanan1812@gmail.com |
79e6e651290f0414f7990a065541a80775a99b0c | c8ec0ccd7e711c9ada720acb16d2cd0a3b7e81fd | /proxy_threads.h | fce12cac5ff9800a2a7f4f25b809390f9aa354f5 | [] | no_license | foodini/game_echo_service | 80f3ceec56a537d8caf9ef133765a6f650b24f12 | bd47aa4225b8126f1dc8db5cfb717c5d348b791c | refs/heads/master | 2021-01-20T21:00:38.041312 | 2014-08-08T21:03:14 | 2014-08-08T21:03:14 | 19,507,808 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 663 | h | #ifndef PROXY_THREADS_H
#define PROXY_THREADS_H
#define NUM_THREADS 100
#ifdef _MSC_VER
#include "windows.h"
extern HANDLE threads[];
#ifndef sleep
#define sleep(t) Sleep(1000*t)
#endif
#else
#include <pthread.h>
extern pthread_t threads[];
#endif
extern int thread_args[];
extern int completed_threads[];
//I could ... | [
"foodini@gmail.com"
] | foodini@gmail.com |
4ef42b7cb493c44327e3cb8760e2daecafbdca0f | 2ee18a6cdb66c2f3ce06b6b65a4813a3a6d2ecac | /middleware/usb_1.6.3/host/usb_host_hci.h | c296afedf8a4b71bc79f181d3b66c3b65dff79fa | [] | no_license | sinferwu/TWR_KL28_SDK21 | 06d96ba7aa7d5622fc81e047c397f19a012402cc | f1c4f08774b19c74bdfb25270832f0f14b36c8e7 | refs/heads/master | 2021-01-01T19:37:04.045512 | 2017-02-17T07:15:48 | 2017-02-17T07:15:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,396 | h | /*
* Copyright (c) 2015, Freescale Semiconductor, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* o Redistributions of source code must retain the above copyright notice, th... | [
"b17539@freescale.com"
] | b17539@freescale.com |
183c653db7fc873580981d0c9a9f12622d4c545e | fae4f1916006fe9d2e3c28bfa1eb18e5075fdf1a | /05_parallel/mpi/Es07.c | c5979ba8c275412172a6e4ac2a8e478affd05668 | [] | no_license | RRejuan/utilities | ccae2e9ec70612488a06552b21fe0cd3d08b041d | 890299913ab98b920ef10bf8585212c869dd3e9f | refs/heads/master | 2023-03-06T16:08:25.803297 | 2021-02-20T02:57:07 | 2021-02-20T02:57:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 817 | c | #include <stdio.h>
#include <math.h>
#include <mpi.h>
#define MASTER 0
int main(int argc, char** argv)
{
int Size;
int MyId;
int *data;
int totale;
int coeff;
MPI_Status Status;
MPI_Init(&argc,&argv);
MPI_Comm_size ( MPI_COMM_WORLD ,&Size );
MPI_Comm_rank ( MPI_COMM_WORLD ,&MyId );
printf("Sono il processo %d\n",MyId);... | [
"giorgio.bornia@ttu.edu"
] | giorgio.bornia@ttu.edu |
24384abe19b54e19055056fffc41e8516a9c550b | 903c45082bd0d4fbb0a0d6a289b5294d8d05c314 | /sys/arch/alpha/include/reg.h | a6d2f3acba16b4dc7a3c98df782e60bdde668bca | [] | no_license | tombibsd/netbsd-src | 0552d62659412e821163c945c62b7555d1e616d2 | 7f0f8c8c4b00f7c47700b8260a5cbd627d73fe7c | refs/heads/master | 2021-01-21T04:54:21.541793 | 2016-06-17T00:56:40 | 2016-06-17T00:56:40 | 24,783,931 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,331 | h | /* $NetBSD$ */
/*
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
* All rights reserved.
*
* Author: Chris G. Demetriou
*
* Permission to use, copy, modify and distribute this software and
* its documentation is hereby granted, provided that both the copyright
* notice and this permission notice appear ... | [
"uebayasi@tombi.co.jp"
] | uebayasi@tombi.co.jp |
b8d3196255c9c29b7ab1338caf1618dd2a6e02ce | c8e6dfe5d2d4511f6ba1413b278932a2ab10a9c1 | /lib/am335x_sdk/ti/csl/src/ip/csirx/V0/csirx_regs.h | 6d363ea6062a77676c8ebd9d734129b4172571b4 | [
"BSD-3-Clause",
"MIT"
] | permissive | brandonbraun653/Apollo | 61d4a81871ac10b2a2c74c238be817daeee40bb6 | a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce | refs/heads/main | 2023-04-08T19:13:45.705310 | 2021-04-17T22:02:02 | 2021-04-17T22:02:02 | 319,139,363 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,936 | h | /* parasoft-begin-suppress MISRA2012-RULE-1_1_a_c99-2 "C99 - limits" parasoft-begin-suppress MISRA2012-RULE-1_1_a_c90-2 "C90 - limits" */
/* parasoft-begin-suppress item MISRA2012-DIR-4_8 "Consider hiding implementation of structure, DRV-3667" */
/**********************************************************************
... | [
"brandonbraun653@gmail.com"
] | brandonbraun653@gmail.com |
f032b94f03135c9069f967a7d3ed7e7e7148eadf | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/244/699/CWE78_OS_Command_Injection__char_console_w32_execv_68a.c | add73560e614f35e54d46b44182209f49fe52d42 | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,868 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE78_OS_Command_Injection__char_console_w32_execv_68a.c
Label Definition File: CWE78_OS_Command_Injection.strings.label.xml
Template File: sources-sink-68a.tmpl.c
*/
/*
* @description
* CWE: 78 OS Command Injection
* BadSource: console Read input from the console
* Goo... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
f31a0311db717ad76a8b251e33e141d2c340507b | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/drivers/wdm/input/client/hidserv/hidserv.h | 1d41f23dcab7157b9df22907eb1af5829695962a | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 19,019 | h | /*++
*
* Component: hidserv.dll
* File: hidaudio.h
* Purpose: main application header
*
* Copyright (C) Microsoft Corporation 1997,1998. All rights reserved.
*
* WGJ
--*/
#ifndef _HIDSERV_H_
#define _HIDSERV_H_
////
/// Defines
//
#define STRICT
#ifndef GLOBALS
#define GLOBALS extern
#define... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
0de104ce0df6575c8516bc54a92ac532545fc350 | 5cd95eaf8614ea07fddb43f5a7b857f5e0d26ff6 | /library/curl/src/examples/getinfo.c | 1bdce2c8ecdef36acc4ff9d7a17e280a867078ec | [
"MIT"
] | permissive | aggresss/playground-cpp | 7a72bb394f89892131693462bb1d3c243a76d8ca | e2d7b14494da16fd51bad2c8b61c4e0b47a70048 | refs/heads/master | 2023-03-05T01:56:58.359012 | 2023-03-02T02:48:33 | 2023-03-02T02:48:33 | 129,716,163 | 5 | 8 | null | null | null | null | UTF-8 | C | false | false | 1,660 | c | /***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
* \___|\... | [
"aggresss@163.com"
] | aggresss@163.com |
c19ae3bb17b0c3d56b3128f2411c53c57e24630e | 96c3606ca4a0e83f75007b046578f6d3e2ad2306 | /src/examples/media-session/restore-stream.c | d39b2a792a68a25ff4f3bdbd9974297ce73df454 | [
"MIT"
] | permissive | langyuanqipa/pipewire | 6d1634888cd3d9e2289b55b87d4d3a7e97c201b8 | af38edea82b288279ac030cc2490371739d33e87 | refs/heads/master | 2023-02-04T09:22:52.630434 | 2020-12-23T18:13:54 | 2020-12-23T19:13:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,067 | c | /* PipeWire
*
* Copyright © 2020 Wim Taymans
*
* 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, merg... | [
"wtaymans@redhat.com"
] | wtaymans@redhat.com |
80c0a9dc0424b8d3ca7e07f0648078060269d1a0 | 751f70165dbbe79e2e0c26e25bbbdcda38299208 | /src/mx_find_w.c | ddaa229282ac79553ff5ddb50f9772fc62a3f188 | [] | no_license | ankraol/pathfinder | 2421e1c06cc555f5d937b9aa027bc21265927628 | f3875874ac7c24b4463cdd17f3a2c08de14f865e | refs/heads/master | 2020-12-13T11:14:55.527641 | 2020-01-16T19:54:21 | 2020-01-16T19:54:21 | 230,971,576 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,664 | c | #include "../inc/header.h"
static int dub_check(int *matrix, t_list **list, int from, int to) {
t_list *p = *list;
int prev = to;
while(p) {
while (prev != from) {
if (p->value[0][prev] != matrix[prev]) {
break;
}
if (matrix[prev] == from)
... | [
"noreply@github.com"
] | ankraol.noreply@github.com |
bf46b0747678808d3ad2cb29807062858a73f28a | 6bb34ae21aa4a7438e092a6cb832f5ae62ea65ea | /src/mbedtls/error.c | bf4345d6a6f2e5b7c97652be02a1ce4ac3d2fffb | [] | no_license | DayerYannick/lwip_freeRTOS | d3ee756c8b7abeb52931466f24ab5c51d598dad0 | 669d06efca9857f0551c299f9099bd30490c4f51 | refs/heads/master | 2021-01-10T18:04:12.463255 | 2015-10-08T11:56:58 | 2015-10-08T11:56:58 | 36,294,387 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 36,537 | c | /*
* Error message information
*
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of mbed TLS (https://polarssl.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 ... | [
"yannick.dayer@bluewin.ch"
] | yannick.dayer@bluewin.ch |
d3e41f86b9fab74530623e109dbecb9b4706f4ae | 242fbbd2dae2ecbe8a3e0297f885b7a681b7a5ca | /bind-9.9.2-P2/contrib/idn/idnkit-1.0-src/lib/api.c | 1ae78cbe58f5791cbf3566936b79e0f5dada0da7 | [
"JPNIC",
"BSD-3-Clause",
"ISC",
"BSD-4-Clause-UC",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-warranty-disclaimer",
"OpenSSL",
"BSD-2-Clause",
"HPND",
"LicenseRef-scancode-mit-taylor-variant",
"LicenseRef-scancode-bsd-x11"
] | permissive | w796933/bind99damp | 5c168ca1624cb7ec41d03f686ec1f3d793f106dd | 6cb19017c057afb648c5d6b310e4edcdcfd2888d | refs/heads/master | 2021-01-20T00:40:06.324111 | 2013-04-07T22:17:40 | 2013-04-07T22:17:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,114 | c | #ifndef lint
static char *rcsid = "$Id: api.c,v 1.1 2003/06/04 00:25:48 marka Exp $";
#endif
/*
* Copyright (c) 2001,2002 Japan Network Information Center.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set forth bellow.
*
* LICENSE TERMS AND CONDITIONS
* ... | [
"thomas@gibfest.dk"
] | thomas@gibfest.dk |
ffd385b8dcbfc644ef680bc4e131fc5ab4e85c2a | 881cd65c056cc7806a046b3d95dfafeb56301414 | /block/speck/ref/speck64128ctr/avx2/stream.c | c1a565f5677a1599ac193f287773d6fa258e169c | [
"BSD-2-Clause"
] | permissive | peterferrie/tinycrypt | 1d4564dc610ee79fb741b15912d22629b3ee9e95 | 1494edb5e0a5fcdb2950f68718e05bf81e0d2fb2 | refs/heads/master | 2021-08-18T19:25:38.036589 | 2017-11-23T16:46:26 | 2017-11-23T16:46:26 | 111,831,573 | 1 | 1 | null | 2017-11-23T16:38:37 | 2017-11-23T16:38:37 | null | UTF-8 | C | false | false | 8,326 | c | //AVX2 C code for SPECK 64/128
/***********************************************************************************
** DISCLAIMER. THIS SOFTWARE WAS WRITTEN BY EMPLOYEES OF THE U.S.
** GOVERNMENT AS A PART OF THEIR OFFICIAL DUTIES AND, THEREFORE, IS NOT
** PROTECTED BY COPYRIGHT. THE U.S. GOVERNMENT MAKES NO W... | [
"odzhan@protonmail.com"
] | odzhan@protonmail.com |
c5c109864f2ba658d69eb3b2c790f2926b73c612 | 49d94a7a2c4be27f5feed5e3ffb33c172faa2c94 | /reference/MSP430ware/examples/devices/5xx_6xx/MSP430F530x, MSP430F5310 Code Examples/C/MSP430F530x_ta1_13.c | 403f31b3134d35805d2e1526438858514bf7db22 | [] | no_license | michkrom/mspdev | bf1c99d4695ce9f4716ba3a0e16601bfd89d9cca | 460a9903c1b4a15ce4266156adc67e8b9c83e79b | refs/heads/master | 2020-02-26T13:18:05.934703 | 2014-01-30T07:33:27 | 2014-01-30T07:33:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,636 | c | //******************************************************************************
// MSP430F530x Demo - Timer1_A3, Toggle P1.7/TA1.0, Up/Down Mode, DCO SMCLK
//
// Description: Toggle P1.7 using hardware TA1.0 output. Timer1_A is configured
// for up/down mode with CCR0 defining period, TA1.0 also output on P1.7.... | [
"noccylabs@gmail.com"
] | noccylabs@gmail.com |
134aa684ee64147ffda3a2e10a893d49f4d13d29 | dbd3a4326a45501d999f618a60ead4890ebd3262 | /lab5/lab5_data/irobotNavigation/irobot/irobotTypes.h | 7e8a57e1515072e5dcd6995ebde31611a2cf6f6c | [] | no_license | Toad2186/eecs149 | e12a6dd77bbb24178214151ee6674308c37b47f3 | 7b1a4d8c2b87d042aaaa8dc955f85a16dbb62383 | refs/heads/master | 2020-12-24T15:14:28.632842 | 2013-12-20T09:48:56 | 2013-12-20T09:48:56 | 12,608,915 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,903 | h | /* Project: iRobot Create
Author: Jeff C. Jensen
National Instruments
Revised: 2011-12-20
*/
/* Author: Jeff C. Jensen
National Instruments
Abstract: Boolean and bit-level functions; common data types
Revised: 2011-12-20
*/
#ifndef _IROBOTTYPES_H
#define _IROBOTTYPES_H
#inclu... | [
"samgmansfield@gmail.com"
] | samgmansfield@gmail.com |
689c8505ae7ba6c7f37d5e07f6f593d121fae601 | 5a3f4c9302610aefb7d9e64b55e290e3b1ad8449 | /drivers/fsl_msmc.c | 057d2aea922e7907a6020a50e5fc44f80a380c9d | [] | no_license | Sulodiye/VAE_Project | 3213e71234843e87cb078d6007e16ed1b28e36e4 | 592faf6a7442641daf3f1c17ba389956be335548 | refs/heads/master | 2022-12-14T05:23:47.642584 | 2020-09-05T15:18:49 | 2020-09-05T15:18:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,717 | c | /*
* The Clear BSD License
* Copyright (c) 2016, Freescale Semiconductor, Inc.
* Copyright 2016-2017 NXP
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted (subject to the limitations in the disclaimer below) provided
* that the followin... | [
"sidi.namou1996@gmail.com"
] | sidi.namou1996@gmail.com |
f6036d761f036d3ba40ac41ed10a9aa2add63350 | ec61236f0b44dca86616ad6cc2c05a6e24afab0f | /ft_strmap.c | 3c70cb410226ebcc55d5bd5e53572d89b892488f | [] | no_license | j6i/ligft | 6de98dffe19d13cc5624aa5b43f3d37b6bcb92db | f16452b2d40af30d67e19ec8bd14271758deebfb | refs/heads/master | 2020-04-27T10:11:17.977378 | 2020-02-06T23:59:04 | 2020-02-06T23:59:04 | 174,243,586 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,256 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strmap.c :+: :+: :+: ... | [
"jgabelho@e1z3r5p1.42.us.org"
] | jgabelho@e1z3r5p1.42.us.org |
cd9c6b2c14875a33c269c42b00b9ee5c4da0e66e | f7e73e02b86a734a318eef77212dd6caa7356597 | /pipeforkint.c | 5e7d3d922bafa1a543f545c08a2e9970fdf42322 | [] | no_license | ajay16108/Files | 1e948c9cf953bce9eea61668e3c2045e2a6a5d22 | deaa5394b1bd4ced6a8a434e969417f3a7069c97 | refs/heads/main | 2023-03-11T21:37:55.412846 | 2021-03-06T15:25:56 | 2021-03-06T15:25:56 | 341,143,875 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 704 | c | #include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
int main() {
int fd[2];
int pid1;
int ppid;
int fd1[2];
int pid;
int a=10,b=20;
if(pipe(fd) == -1){
perror("pipe");
exit(1);
}
if(pipe(fd1) == -1){
perror("pipe");
exit(1);
}
if((pid = fork()) < 0){
perror("fork");
exit(1);
}
if(pid>... | [
"noreply@github.com"
] | ajay16108.noreply@github.com |
0333898bdd63e33d932432b073f85b9541a3eead | 931c7e66cb6b6df8b6bf9dabfe32e790e4834878 | /message.c | 07cc749d6b89f871c947fa5e27e94712b416f6be | [] | no_license | ProfessorMarcolan/botorlando | 9cb36f4de8cf1432487245eb693c93513b1d094c | bca729f0c9e97c3d6e1877d370d269d7bdccce7e | refs/heads/master | 2020-07-24T15:18:17.452484 | 2019-10-11T02:55:51 | 2019-10-11T02:55:51 | 207,966,888 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,042 | c | #include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <stdio.h>
#include "misc.h"
#include "hmap.h"
#include "message.h"
#include "resp.h"
enum { EMINIT = 1, EMGROW = 2 };
enum chatmode {
SUBMODE = 1 << 0,
FOLLOWMODE = 1 << 1,
SLOWMODE = 1 << 2,
EMOTEMODE = 1 << 3,
};
enum usermode {
VIPUSER = 1... | [
"wgrriffel@gmail.com"
] | wgrriffel@gmail.com |
fc046b7c9c83e933cec1a49d861529850bf2f91e | 09d575c0e849b50122afe9c638c2914179ed9de7 | /adhockery/floaters.c | ee5eb45085aea6a23cc0b0bafe81c24acc811c44 | [
"LicenseRef-scancode-warranty-disclaimer",
"COIL-1.0"
] | permissive | apotheon/cfu | 4c5741e1347597b82aaa120c7684eea64c0a0442 | a35cfc63296c76d80c4830009ca6b61f5d0d17a8 | refs/heads/master | 2021-12-29T05:34:24.645528 | 2021-08-25T20:51:19 | 2021-08-25T20:51:19 | 82,722,300 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,185 | c | #include <stdio.h>
int main() {
int count = 1;
float x = 0.1;
while (count < 500) {
x += 0.1;
++count;
}
if ((0.1 + 0.2) == 0.3) {
puts("Everything is peachy!");
} else {
puts("\nIf you expect decimal arithmetic behavior from your IEEE 754");
puts("binary floating points, you will eventually be disap... | [
"apotheon@noemail.net"
] | apotheon@noemail.net |
7f31b19d5cb0e638759eea79fcd00fe96e21fe6c | f7edf0cb67b8d7223739b6be41c21d145cc846e5 | /Lab 05 - Signals/Fibonacci Skeleton/fibonacci.c | 772c3667bd3f3b093ec5b5c0213a6e2006f0d3d8 | [] | no_license | Dan-Huettner/POSIX-and-Win32-APIs | 61f61fe6c5d322c3a3c225c0ea28909b4c276f46 | 8e037416021d219f7e78e868d1398a1a1f0930b8 | refs/heads/main | 2022-11-11T10:35:52.335808 | 2020-06-19T22:50:36 | 2020-06-19T22:50:36 | 273,572,386 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,837 | c | #include <sys/time.h>
#include <signal.h>
#include <unistd.h>
#include <stdio.h>
long unsigned int fibonacci(unsigned int n);
static long p_realt_secs = 0, c1_realt_secs = 0, c2_realt_secs = 0;
static long p_virtt_secs = 0, c1_virtt_secs = 0, c2_virtt_secs = 0;
static long p_proft_secs = 0, c1_proft_secs = 0, c2_prof... | [
"tamika_co@hotmail.com"
] | tamika_co@hotmail.com |
813b29c273b5e5dc3dcd1b89d50e97666613c699 | dc3d1541d795652de7e35729e53da97eeb042a66 | /NES/Deprecated/dev/EMUs/mame/src/emu/cpuexec.h | dd792b3ea315195d2bc61d9dc1de1e1215fdeb10 | [] | no_license | no-carrier/playpower | 41a3040dad00a1f5dba9de008b824d06d149c993 | 6e670930ee6e9c919572f38af98227e1aedbdc87 | refs/heads/master | 2021-01-18T15:18:55.725944 | 2010-09-12T13:14:02 | 2010-09-12T13:14:02 | 32,271,580 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,900 | h | /***************************************************************************
cpuexec.h
Core multi-CPU execution engine.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************... | [
"vivekfitkariwala@38caf8bc-9974-11dd-b31e-5b0f3c431db7"
] | vivekfitkariwala@38caf8bc-9974-11dd-b31e-5b0f3c431db7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.