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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d302f55d088e1a5c7260e1c298c9beba49a543c7 | b37bd5f2e7216a4f5ea64868e173f87db3527d8b | /STM32Cube_FW_F0_V1.6.0/Projects/STM32F0308-Discovery/Examples/UART/UART_TwoBoards_ComPolling/Inc/stm32f0xx_it.h | 8361415f05bf309fc4709b63bb0524d13fa12bb3 | [
"BSD-2-Clause"
] | permissive | tbec/EmbeddedSystems | 5dfaa7cc096eaf3f0f641116b24d0b6861229d56 | 5bd5bd70b760ed2a19ad99c1ca5656bef806a542 | refs/heads/master | 2020-04-19T07:44:29.797549 | 2019-01-28T23:59:58 | 2019-01-28T23:59:58 | 168,055,981 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,056 | h | /**
******************************************************************************
* @file UART/UART_TwoBoards_ComPolling/Inc/stm32f0xx_it.h
* @author MCD Application Team
* @version V1.6.0
* @date 27-May-2016
* @brief This file contains the headers of the interrupt handlers.
************... | [
"tbecnel14@gmail.com"
] | tbecnel14@gmail.com |
57cc7e9d8d62f179ba961e46bcc6cb4fbfaf1cbc | 81f24286bb435f88257a858009bba81d0ebfc6c1 | /test.c | aa37594597d73e424e97b756d83929b1d17c1ff2 | [] | no_license | kfreezen/temp_sensor | ddd4ef544e19e97ff6c9ed05baf57c50e2e6ec7d | 1cdd65570a44db331948775abea7db189718c99d | refs/heads/master | 2020-04-06T06:50:22.939531 | 2015-02-23T16:20:15 | 2015-02-23T16:20:15 | 11,009,725 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,683 | c | #include "test.h"
#include "platform_defines.h"
#include "uart.h"
#include "timer.h"
#include "xbee.h"
#include "adc.h"
#include "eeprom.h"
#include <pic16f1789.h>
#include <stddef.h>
#define MAX_TASKS 4
extern EEPROM_Structure eepromData;
typedef void* (*TaskFunc)(void*);
byte curTask = 0;
byte taskBits = 0; // T... | [
"kfreezen@gmail.com"
] | kfreezen@gmail.com |
1cb7cb72cc9e20e2996b3346fc043f3afc0e62a8 | 488378d66dfb12d3292886b160243aa24e27c420 | /linux-3.16/net/openvswitch/vport-netdev.c | d21f77d875ba7b690a0c46231e0b539172488562 | [
"GPL-1.0-or-later",
"Linux-syscall-note",
"GPL-2.0-only",
"Unlicense"
] | permissive | jj1232727/system_call | 3ec72bdecad15a43638cc5eb91ba1ae229d651bb | 145315cdf532c45b6aa753d98260d2b1c0b63abc | refs/heads/master | 2020-08-11T13:56:16.335620 | 2019-10-12T11:12:53 | 2019-10-12T11:12:53 | 214,575,269 | 0 | 0 | Unlicense | 2019-10-12T04:06:22 | 2019-10-12T04:06:22 | null | UTF-8 | C | false | false | 5,722 | c | /*
* Copyright (c) 2007-2012 Nicira, Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public
* License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT... | [
"jj1232727"
] | jj1232727 |
5fc77298d9b4a74c6c278f00c74e89405a215e26 | 5dce21b616b1c3f6ebcf0c432edc4190bcfabe70 | /MacRecorder/MacRecorder/pcm_player.c | 485b225c9e62bf1f4ef28c7fb1991c6e592ed958 | [] | no_license | LiLiKazine/media-practice | 419e23acfcd3a755561ba88b1b7f7f8bbaf9154c | d9f16fbf6d616e4abcfd4cf70dad67eec6bd7067 | refs/heads/master | 2022-11-20T03:07:49.437667 | 2020-07-23T08:15:53 | 2020-07-23T08:15:53 | 261,994,720 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,867 | c | //
// pcm_player.c
// MacRecorder
//
// Created by Li Sheng on 2020/6/22.
// Copyright © 2020 LiLi Kazine. All rights reserved.
//
#include "pcm_player.h"
#define BLOCK_SIZE 4096000
static size_t buffer_len = 0;
static Uint8* audio_buf = NULL;
static Uint8* audio_pos = NULL;
void read_audio_data(void *userdata... | [
"li.sheng@mobisport.cn"
] | li.sheng@mobisport.cn |
b22ee128acf2e2c1efb759f70a7fca9d2c05f020 | bf9e5513b31d68373f015da4d11766c714ef201e | /cdict | 1ead1a099b39b8c8e872095f46996dc211aa203d | [
"MIT"
] | permissive | Ogochi/jnp-zadanie2 | 143e5e931dfb2259176e81083ca0fc8230f0bc01 | 6b8d96075f60cc7794c6f0e5a2eebf423058e48b | refs/heads/master | 2021-09-10T11:17:07.665053 | 2018-03-25T12:35:53 | 2018-03-25T12:35:53 | 107,984,616 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17 | #include "dict.h" | [
"b.mroz@students.mimuw.edu.pl"
] | b.mroz@students.mimuw.edu.pl | |
a36efd85676c4253692a78fc3091694b941fb45d | c27c7d333e2acb0b46b715690ec6d376eca6f55a | /study/BLconvert.c | 5f4d2069d42b92e67fcde50599041cd8c94b5d6b | [
"MIT"
] | permissive | yoshinao-takada/WORK2 | 7e0ae71d756c2f51ae52c88ecfc6e259aa8b8f7e | c5bf1cd80dee5adc156a3f4234d00401180eff6d | refs/heads/main | 2023-08-26T03:11:35.629523 | 2021-11-07T12:16:20 | 2021-11-07T12:16:20 | 328,336,231 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,050 | c | #include "study/BLconvert.h"
#include <memory.h>
void BLcopy1u8(void* dst, const void* src, size_t count)
{
memcpy(dst, src, count);
}
void BLcopy1u16(void* dst, const void* src, size_t count)
{
memcpy(dst, src, count * sizeof(BL1u16_t));
}
void BLcopy1u32(void* dst, const void* src, size_t count)
{
m... | [
"yoshinao_takada2002@yahoo.co.jp"
] | yoshinao_takada2002@yahoo.co.jp |
8b87e856681c5d48f46b2107e9ec39a36d2fa84b | 956db5f041476d2c79c703fdfc1f74c7d1e2c189 | /src/cheat.h | 16887c84a7bbe5cbb8e31ded5c19456d8ba6e5ef | [] | no_license | BirchJD/xmame-0.103-RPi | f2cade1b824a1720a636dcfe560009a63f2852e8 | 00da9d208d8a7186a51cecb5c494e17f33942d31 | refs/heads/master | 2021-01-10T19:31:30.529059 | 2012-11-28T18:26:10 | 2012-11-28T18:26:10 | 6,838,018 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 423 | h | /*********************************************************************
cheat.h
Cheat system.
*********************************************************************/
#pragma once
#ifndef __CHEAT_H__
#define __CHEAT_H__
extern int he_did_cheat;
void cheat_init(void);
void cheat_exit(void);
int cheat_menu(i... | [
"jason-birch@hotmail.co.uk"
] | jason-birch@hotmail.co.uk |
9bbf62199892aa4b3d6e41389b620cfa09108b02 | 6cd43f79a7bb8946eac939956062b98c3e0dd70f | /src/blue-magic/blue-magic-checker.c | f698ee1afa564b6e2e76db4e99138ea6b88b3b73 | [] | no_license | taotao54321/HengbandPP | 02ecf6b95722729614bca2f62ce41ce2fe4af9b4 | 65a8b09add185310ecc0b5b06baaa027d555605e | refs/heads/master | 2023-02-19T23:20:13.031148 | 2021-01-16T13:32:30 | 2021-01-16T13:32:30 | 330,644,673 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,582 | c | /*!
* @brief 青魔法の処理実装 / Blue magic
* @date 2014/01/15
* @author
* Copyright (c) 1997 Ben Harrison, James E. Wilson, Robert A. Koeneke
* This software may be copied and distributed for educational, research,
* and not for profit purposes provided that this copyright and statement
* are included in all such copie... | [
"iks@users.sorceforge.jp"
] | iks@users.sorceforge.jp |
ab243af23ae6f3b7832c8d1a5e5cf8f5c4539b1d | b834aaa38c70151c903d882e5e7f7d1b87448fb8 | /ECE353-S16-Project/drivers/fonts.c | 5aa98f53571d35a4dd6ddb133dfebcdb58aeedbc | [] | no_license | zwachtel11/finalproduct | 03a1b7329816d4d64160b4ec8a7db26825e18272 | 2678d33e63bdee591f400c801db7d09ce2f89d8d | refs/heads/master | 2021-01-01T05:26:19.670889 | 2017-02-24T00:23:49 | 2017-02-24T00:23:49 | 58,080,309 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 53,192 | c | // Copyright (c) 2014, Joe Krachey
// All rights reserved.
//
// Redistribution and use in binary form, with or without modification,
// are permitted provided that the following conditions are met:
//
// 1. Redistributions in binary form must reproduce the above copyright
// notice, this list of conditions and th... | [
"zwachtel@tux-31.cae.wisc.edu"
] | zwachtel@tux-31.cae.wisc.edu |
0faeaa892d8b49fa2cf88fd04daeaed654b871c8 | c425afb8bb6b182168fd4c3a46c9b334f4740e60 | /maze/battle1/etang.c | c9a090fd002c74c44fbfae07c048ea17825c4cd1 | [] | no_license | fluffos/nt7 | ceef82b2465cf322549c7ece6ce757eaa8ec31ff | 52727f5a4266b14f1796c2aa297ca645ca07282a | refs/heads/main | 2023-06-17T10:07:33.000534 | 2021-07-15T11:15:05 | 2021-07-15T11:15:05 | 308,148,401 | 9 | 9 | null | 2021-06-28T14:11:57 | 2020-10-28T21:45:40 | C | UTF-8 | C | false | false | 5,546 | c | // This program is a part of NT MudLIB
// 啸云虎坛
#include <ansi.h>
inherit ROOM;
string long_desc();
int do_withdraw(string arg);
int do_plant(string arg);
void create()
{
set("short", HIW"啸云虎坛"NOR);
set("long", (: long_desc :));
set("exits", ([
"north" : __DIR__"etower5",
... | [
"i@oiuv.cn"
] | i@oiuv.cn |
cf05fa29576754c493d119fefb23edf860c0077b | bea1a3d24cebdd2ce01d2ff58b711af976f5959a | /c.cpp.concepts/function_check/test.c | b8cf322acec47854e4ac5ff567271371c61c4c00 | [] | no_license | probsonline/archivedCoding | 3b7775ae4161c47c490c476690b685e411164147 | 14ff0180ac43399d326eb81a651438d6c07663c9 | refs/heads/master | 2020-04-07T14:22:05.662888 | 2018-03-08T18:10:29 | 2018-03-08T18:10:29 | 124,219,183 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 359 | c | #include <stdio.h>
#include "func.h"
void main()
{
UINT16 ans;
printf("starting...................\n");
printf("calling mul...................\n");
ans = mul(3,4);
printf("%u\n", ans);
printf("calling mul2...................\n");
ans = mul(3);
printf("%u\n", ans);
print... | [
"deepembtech@gmail.com"
] | deepembtech@gmail.com |
5540588c7e3c042b61ba6d580455919133ce78ab | 0f4012d03230b59125ac3c618f9b5e5e61d4cc7d | /Cocos2d-x/2.0-x-2.03_branch_231_NoScript/Utility/Lua_Interface/L_TableInfo.h | e73c6306e6057024984647eb0444b0eeba4b5863 | [
"MIT"
] | permissive | daxingyou/SixCocos2d-xVC2012 | 80d0a8701dda25d8d97ad88b762aadd7e014c6ee | 536e5c44b08c965744cd12103d3fabd403051f19 | refs/heads/master | 2022-04-27T06:41:50.396490 | 2020-05-01T02:57:20 | 2020-05-01T02:57:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 62,224 | h | /*
** Lua binding: TableInfo
** Generated automatically by tolua++-1.0.92 on 05/23/13 16:14:35.
** Lua template modified by Cool.Cat@2013/3/27 10:50:22
*/
#ifndef __cplusplus
#include "stdlib.h"
#endif
#include "string.h"
#include "tolua++.h"
/* Exported function */
TOLUA_API int tolua_TableInfo_open (lua_State* to... | [
"hanshouqing85@163.com"
] | hanshouqing85@163.com |
3c3cc4d4744b939516b5e90f78065715dba0376b | d449fae469874470cdd39ef11c75d212aecb6b19 | /hwk1/Queue.c | 6f55043cf3d003f4c8afec6d6faffb67dc871bbe | [] | no_license | tristan8chu/CSE101 | d9795e27795c496ae505cd1c60c087e7d9efbc50 | b32656a536bb3bb0dc6aee1fcfd1786293ec60f8 | refs/heads/master | 2023-05-08T00:18:46.713879 | 2021-06-01T21:42:44 | 2021-06-01T21:42:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,131 | c | #include <stdlib.h>
#include <stdio.h>
#include <assert.h>
#include "Queue.h"
typedef struct Queue {
int head;
int tail;
int length;
int count;
int* arr;
} Queue;
Queue* initializeQueue(int n, int* arr) {
Queue* new_queue = (Queue *) malloc(sizeof(Queue));
if (new_queue) {
new_queue->head = 0;
n... | [
"tjchu@ucsc.edu"
] | tjchu@ucsc.edu |
03b26df8c562f57f6c90bb00c65f6086edd700f1 | 8485fc3c53cf2fa541be4a5fee606d4958478c5d | /SysCheck/sensord.h | b3b1550a590c158f6ee4040c9db80aed6924261f | [] | no_license | jaredmales/MagAO | 8c5a6136dedab9ce0de8d612a8f6cf31cfef6bbf | 3d5b87d9e440831c7ede81fd70e74c335d630bbf | refs/heads/master | 2021-01-21T22:21:48.942524 | 2017-09-01T19:10:45 | 2017-09-01T19:10:45 | 102,152,105 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,933 | h | /*
* sensord
*
* A daemon that periodically logs sensor information to syslog.
*
* Copyright (c) 1999-2002 Merlin Hughes <merlin@merlin.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Founda... | [
"jaredmales@gmail.com"
] | jaredmales@gmail.com |
384c64be9e03b6063b4d2d9c77e8ff179b5457aa | 96e7347db30d3ae35f2df119a18472cf5b251fa2 | /Classes/Native/mscorlib_System_Runtime_Remoting_Lifetime_Lease_Re1274697707MethodDeclarations.h | 4461c258256adf8ba2d77d09533f23572bf623a4 | [] | no_license | Henry0285/abcwriting | 04b111887489d9255fd2697a4ea8d9971dc17d89 | ed2e4da72fbbad85d9e0e9d912e73ddd33bc91ec | refs/heads/master | 2021-01-20T14:16:48.025648 | 2017-05-08T06:00:06 | 2017-05-08T06:00:06 | 90,583,162 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,245 | 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.Runtime.Remoting.Lifetime.Lease/RenewalDelegate
struct RenewalDelegate_t1274697707;
// System.Object
struct Il2CppObj... | [
"phamnguyentruc@yahoo.com"
] | phamnguyentruc@yahoo.com |
732154c35266f575418ddf9cc0dba8d7d44cbb09 | aaa1fe6f9b27ccf3da7a283436b3c0e7f94d3b9b | /src/get_next_line.c | 416e25faae4b2de54ef1544990838587816c3ad9 | [] | no_license | whrlgus/minishell | a2b159e925489928238b137c0e57552beecee753 | ad7ea47fadb7af85a1cc38fd11b1aa1a63265a8d | refs/heads/main | 2023-02-02T10:48:17.557523 | 2020-12-24T06:05:01 | 2020-12-24T06:05:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,452 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* get_next_line.c :+: :+: :+: ... | [
"min-ayeong@min-ayeong-ui-MacBookPro.local"
] | min-ayeong@min-ayeong-ui-MacBookPro.local |
49f914348912608bd0f2a13e07a6c3aa8018591e | 1c1a4e33dd2896f15a5c06e022ba81dd16b6da9e | /trunk/asp3_dcre/Debug/gen/tMbedSerial_tecsgen.h | a9da6b9de5af03bacb1a66b52ea0866b56e81883 | [] | no_license | jiang-jy/work | 0a4adf6503e9fe83c31cf210a8e7725460372bf6 | 4e19a8406511d910bef9a8817f722fb6148f2262 | refs/heads/main | 2023-04-08T08:02:20.224547 | 2021-03-30T03:46:33 | 2021-03-30T03:46:33 | 323,509,019 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 6,340 | h | /*
* This file was automatically generated by tecsgen.
* This file is not intended to be edited.
*/
#ifndef tMbedSerial_TECSGEN_H
#define tMbedSerial_TECSGEN_H
/*
* celltype : tMbedSerial
* global name : tMbedSerial
* multi-domain : no
* idx_is_id(actual) : no(no)
* singleton : ... | [
"bird.man.jiang@gmail.com"
] | bird.man.jiang@gmail.com |
01479d91b3f6b7c980eaffed0ca7462fac64f9be | 5df2a282af4b54dba3d4182ae4a1fc7c73fa1419 | /WCPSv3-master/TinyOS-2.x-jhu/opt/avr/avr/include/stdint.h | 7d2f390f613d90aa863b884b051d47dbd887ea54 | [] | no_license | msh0576/AdaptiveHART | 848274613395a905af0954d059ae2b428f9b80d3 | faf5ddfa6b95c6b7b7c27044665a36c8015eb2fc | refs/heads/main | 2023-02-16T17:50:18.605754 | 2021-01-11T10:44:16 | 2021-01-11T10:44:16 | 328,624,359 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,886 | h | /* Copyright (c) 2002,2004,2005 Marek Michalkiewicz
Copyright (c) 2005, Carlos Lamas
Copyright (c) 2005,2007 Joerg Wunsch
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributi... | [
"msh0576@dgist.ac.kr"
] | msh0576@dgist.ac.kr |
e1d8613fffe1621e86cafc00acaf8b749d9ae082 | ac89c256db07448984849346288e0eeffe8b20d0 | /stage0/stdlib/Lean/Elab/Open.c | 2b2c16828f6e08e9c947e350b157b5cd9d0bedb7 | [
"Apache-2.0"
] | permissive | chepinzhang/lean4 | 002cc667f35417a418f0ebc9cb4a44559bb0ccac | 24fe2875c68549b5481f07c57eab4ad4a0ae5305 | refs/heads/master | 2023-07-09T22:47:18.326100 | 2021-08-12T20:59:02 | 2021-08-12T20:59:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 177,686 | c | // Lean compiler output
// Module: Lean.Elab.Open
// Imports: Init Lean.Elab.Log
#include <lean/lean.h>
#if defined(__clang__)
#pragma clang diagnostic ignored "-Wunused-parameter"
#pragma clang diagnostic ignored "-Wunused-label"
#elif defined(__GNUC__) && !defined(__CLANG__)
#pragma GCC diagnostic ignored "-Wunused-p... | [
"leonardo@microsoft.com"
] | leonardo@microsoft.com |
c7d52410d9ba695caa3dcbca247535900bd1c559 | 346e60760fd698d41bf78377f58b2478a5eaf6da | /src/quantize_gabor.h | 867ce01deb86f203b9a4b29be66eaf4ad8bd3b14 | [] | no_license | faelnpaiva/Iris_Cpp_OpenCV | 4f45f55e096257ef2f25ec244bcb9675ff49928a | 452379a3624fc2fb2e7907ef717883f5d93ce5d1 | refs/heads/master | 2016-09-05T10:00:33.451351 | 2015-06-03T00:22:10 | 2015-06-03T00:22:10 | 34,292,723 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 142 | h | #ifndef quantize_gabor_H
#define quantize_gabor_H
void quantize_gabor_image_real();
void quantize_gabor_image_imag();
#endif | [
"faelnpaiva@gmail.com"
] | faelnpaiva@gmail.com |
915277fc76ed51c15c699f4308de46909653effe | 4455495b78438a9a05676aa45d1616ccf1c24dfb | /runner/UnitTestPPLibraryNode.h | e42810adb6b602086bda2947baa10b97ab8ae939 | [
"MIT"
] | permissive | dbagaev/SimpleTest | 865bad1bddac6724e753a0440584683e80473bd4 | e6c40f801bb6e7ffe92043b5ab6ebfc74d34c7ed | refs/heads/master | 2020-06-05T04:54:34.643404 | 2013-05-29T07:49:50 | 2013-05-29T07:49:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 331 | h | #pragma once
#include "TestLibraryNode.h"
#include <QString>
struct UnitTestPPLibraryNode : public TestLibraryNode
{
public:
UnitTestPPLibraryNode(QString dll_name);
virtual void Run();
TestNode * findTest(QString i_suite_name, QString i_test_name);
private:
struct RunPredica... | [
"dmitry.bagaev@gmail.com"
] | dmitry.bagaev@gmail.com |
1127d00f4860e39eccabce6922e176247e9d5f11 | db71d2d54fa938cf5cdd4bfd01410d587e95da20 | /c-primer-plus/chap02/two_func.c | 986636645ed887bc9fb6ccafaa32939f8b3ad934 | [] | no_license | digdig/learn | 417a9eab777886cd010f5142686fb47bd0d7912a | cea3d0d096f51eb063e5c2f9c3e1b4b7e6b6126d | refs/heads/master | 2020-04-11T05:20:21.401924 | 2015-09-10T02:04:22 | 2015-09-10T02:04:22 | 41,684,751 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 249 | c | //two_func.c -- use two functions in the program
#include <stdio.h>
void butler(void);
int main(void)
{
printf("Butler!\n");
butler();
printf("Bring me my phone!\n");
return 0;
}
void butler(void)
{
printf("You call, sir?\n");
}
| [
"hiluming@gmail.com"
] | hiluming@gmail.com |
b9c50a66550513cf188e303e96bdd9b515a6e0bd | 6a512a405d19a1ddf809583915db40df1d551654 | /Firmware/IAR/os/hal/platforms/STM32F0xx/stm32_registry.h | cd890a9020c728d437eaa67be2e52f1f0fd2f8a5 | [] | no_license | akpc806a/Voltage_Logger | 21742c0d958794002a3f57f10e307bb09a3ba408 | 5e534173441f8dc599b828e39f19c6f648faafdb | refs/heads/master | 2021-01-19T17:13:02.514539 | 2017-04-07T23:14:16 | 2017-04-07T23:14:16 | 82,440,837 | 5 | 2 | null | null | null | null | UTF-8 | C | false | false | 13,544 | h | /*
ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by ... | [
"alex.borysevych@gmail.com"
] | alex.borysevych@gmail.com |
d0547da34080ca1a192057734f31fa4e56edea31 | 0f4b65bdd99e642402d489fdd662a7dc1d1441f5 | /testsuite/EXP_4/test575.c | 1455233683de3a7703bbf12b8fd2e383f3a7ba2e | [
"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 | 55,034 | 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 = 1;
int8_t x11 = INT8_MIN;
uint32_t x15 = UINT32_MAX;
int32_t x20 = -985;
uint64_t t4 = 12265653858... | [
"ishiura-compiler@ml.kwansei.ac.jp"
] | ishiura-compiler@ml.kwansei.ac.jp |
991358f229b24ad8f1c8b1a8d412638d8691a72a | 13f1759dffd3dd641cb56a6e41b27876e016708a | /0x02-functions_nested_loops/9-times_table.c | cd9cf08d501f56c6f12408a38abe91cc06c9297a | [] | no_license | VMP1312/holbertonschool-low_level_programming | 96bbd355ab87a788fb951ddb529348d7ce372966 | 07a9be4cf04179e2e3874c31e09e1ee76961af1a | refs/heads/master | 2020-12-29T06:10:38.311910 | 2020-08-26T18:28:01 | 2020-08-26T18:28:01 | 238,485,741 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 605 | c | #include "holberton.h"
/**
* times_table - print multiplication tables
*/
void times_table(void)
{
int row;
int column;
int product;
for (row = 0; row <= 9; row++)
{
for (column = 0; column <= 9; column++)
{
product = (row * column);
if (column == 0)
{
_putchar('0' + product);
}
else i... | [
"victor.paz1312@hotmail.com"
] | victor.paz1312@hotmail.com |
40c5d983ffccb09be8d80c2a6233c7da6b74df09 | 24d856d98c85a319d53be2768ccc176a50873fa3 | /linux-lts-quantal-3.5.0/arch/xtensa/kernel/traps.c | bc1e14cf93692b811c09c7440c83d9309cc00834 | [
"GPL-1.0-or-later",
"Linux-syscall-note",
"GPL-2.0-only",
"BSD-2-Clause"
] | permissive | dozenow/shortcut | a4803b59c95e72a01d73bb30acaae45cf76b0367 | b140082a44c58f05af3495259c1beaaa9a63560b | refs/heads/jumpstart-php | 2020-06-29T11:41:05.842760 | 2019-03-28T17:28:56 | 2019-03-28T17:28:56 | 200,405,626 | 2 | 2 | BSD-2-Clause | 2019-08-03T19:45:44 | 2019-08-03T17:57:58 | C | UTF-8 | C | false | false | 13,070 | c | /*
* arch/xtensa/kernel/traps.c
*
* Exception handling.
*
* Derived from code with the following copyrights:
* Copyright (C) 1994 - 1999 by Ralf Baechle
* Modified for R3000 by Paul M. Antoine, 1995, 1996
* Complete output from die() by Ulf Carlsson, 1998
* Copyright (C) 1999 Silicon Graphics, Inc.
*
* Essen... | [
"jflinn"
] | jflinn |
ea2f0ad330b0722d059298d30efc702bbe22fdf6 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/f7f44530-5562-40b6-9d16-61bed5a80037.c | 13c6661b53445e20a32cc76c5175ea563cdd393e | [] | 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 | 241 | c | #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 = l%j;
l = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
e55ca76dc548073262d95479417755dd53f3904c | b2d48aac47dc3a3050f9cb562808f0e6f19a36e4 | /mahesh/os/ipc/message_queues/244man1.c | 2df1d30651e5ebdad006210cce255659761b5494 | [] | no_license | bhagavansprasad/students | 7f7df2f4c2350025d58406794a7d94d9c8a9d7be | 2822fb81cfb6714d48dea1e4957d6011ffa6198b | refs/heads/master | 2023-08-04T04:44:11.346963 | 2023-07-24T06:09:00 | 2023-07-24T06:09:00 | 193,177,404 | 0 | 0 | null | 2022-11-30T23:33:00 | 2019-06-22T01:21:59 | C | UTF-8 | C | false | false | 607 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/msg.h>
main()
{
int qid,len;
struct
{
long mtype;
char mtext[100];
}send,recv;
qid = msgget(10,IPC_CREAT|0666);
if(qid==-1)
{
perror("msgget failed\n");
exit(1);
}
st... | [
"bhagavan.prasad@blackpeppertech.com"
] | bhagavan.prasad@blackpeppertech.com |
d22b3c01dbb9955d823d548b5aa4a6d62dd6065a | cc797ad768fc2650b44e825d4c6f01087aa1c472 | /ch1/count.c | f7d0b24c56a0268fdbfc71b228d380fd4a70d771 | [] | no_license | brandonsness/LearningC | e528dd13ea45cf15fce1bf3c328922b41edc3329 | 535a9e20e8d83e6db28207d5a4f88b4caa0a17b5 | refs/heads/master | 2020-12-04T06:56:11.993674 | 2020-01-03T22:04:14 | 2020-01-03T22:04:14 | 231,666,928 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 151 | c | #include <stdio.h>
/* count chars in input: 2nd version */
main()
{
double nc;
for ( nc = 0; getchar() != EOF; ++nc)
;
printf("%.0f\n", nc);
}
| [
"no@email.mail"
] | no@email.mail |
a7c7486de1ec457e7eba2d25ed7ab1a94e237eeb | 9c02bf53c532b0a8bc4fd23cc5701364ae70faaf | /main.c | b521752541b18fc9003de02bf58160792d5ced23 | [] | no_license | dhshark1/chessmoves-verifier | 72eefc30f21e7e75e6e3966aaaaa2464067c045e | 085f19dc110e4f56649bc43e0b609feafa4e5dd3 | refs/heads/main | 2022-12-27T16:47:54.723477 | 2020-10-18T06:05:35 | 2020-10-18T06:05:35 | 305,034,143 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,062 | c | #include <stdio.h>
#include "ass4.h"
char fen81[] = "rnbqkbnr/8/8/8/8/8/8/RNBQKBNR";
char fen82[] = "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR";
char fen83[] = "rnbqkbnr/8/8/8/8/8/8/RNBQKBNR";
char fen84[] = "rrrrrrrk/rrrrrrrr/8/8/PPPPPPPP/PPPPPPPP/PPPPPPPP/KPPPPPPP";
char fen85[] = "p7/p6P/p1k4P/p6P/p6P/p4K1P/p6P/7... | [
"noreply@github.com"
] | dhshark1.noreply@github.com |
3887d6d002d97e6850f6650e691580b2ed51bb47 | 77a87e9f17d8c1f66bf485fe104fa38d58c4d092 | /hw3/release/HW3_20161603/HW3_20161603_2.c | 83913d358d20325e75f8c7a2128c2f571231319a | [] | no_license | ohgree/DataStructure2019Spring | 4ce3520e34839cafced9f6c2d0fd4a14ee26e951 | fe808f8104c4861d7e9c1958c422af531df166d2 | refs/heads/master | 2022-11-20T08:02:29.487116 | 2020-07-07T18:35:17 | 2020-07-07T18:35:17 | 277,892,090 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,119 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
typedef enum {
leftp, rightp, plus, minus, times, divide, mod, operand
} precedence;
/**
* Pops precedence from stack. If stack is empty, prints error and terminates
* program.
* @param stack Array for the stack that will be popped
* @param top Integ... | [
"ohgree@u.sogang.ac.kr"
] | ohgree@u.sogang.ac.kr |
d5846f57212f7f105905b0607ab99aab2e192dca | 057e2ef24d823f95784650ff3ec9c36b4de612c7 | /thirdparty/openssl/openssl/crypto/ts/ts_lib.c | 760e341fc87f8f82a5271c6f6448c5b677b177af | [] | no_license | mz02005/CScript | 945a1f97f499977b336ea862b7a5dcda549b2fda | de0b7672cfc526be86443d96b5368c50f633d047 | refs/heads/master | 2020-04-16T02:15:16.616365 | 2017-11-01T02:56:59 | 2017-11-01T02:56:59 | 58,175,732 | 6 | 2 | null | null | null | null | UTF-8 | C | false | false | 4,984 | c | /* crypto/ts/ts_lib.c */
/*
* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
* 2002.
*/
/* ====================================================================
* Copyright (c) 2006 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with... | [
"mz02005@gmail.com"
] | mz02005@gmail.com |
7f4c4fc8d0e34ceba64c0efdaca75f088f44131b | 041e3909eed800f4d131d20f36c146d6bebd6028 | /jni/clips/cstrnbin.c | efac3745dba113a75394d98e534fe566682b53e2 | [
"Clips"
] | permissive | DrItanium/DROID-CLIPS | 5a946f1563020b4232ab75b78604a14cc9bb0e72 | 2275d4b559efd40d8a12d850bbbbce5b0d4d2bca | refs/heads/master | 2021-01-18T16:28:40.717391 | 2013-02-03T22:35:37 | 2013-02-03T22:35:37 | 7,997,591 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 11,538 | c | /*******************************************************/
/* "C" Language Integrated Production System */
/* */
/* CLIPS Version 6.24 07/01/05 */
/* */
/* ... | [
"Theoretically.x64@gmail.com"
] | Theoretically.x64@gmail.com |
ed1882645186fc15cd33e72009553092c528f504 | f88c0fe7cdbd7ab01ff136c0ceec27f70f0a8555 | /AVR Studio Project/SleepTimer/key.h | d5723f8cb4bbbb95d52ce1df11e9fee816b9bbfb | [] | no_license | torstenS/SleepTimer | 2228ecfb8d073d5073da5170613762fd89dffd4a | 96524fcb246984258529ec358b61ce7178751f57 | refs/heads/master | 2021-08-08T18:12:53.101537 | 2017-11-10T20:58:28 | 2017-11-10T20:58:28 | 110,034,187 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 269 | h | #ifndef KEY_H
#define KEY_H
#include <inttypes.h>
#include <avr/io.h>
// push button
#define KEY_PIN PIND // Port input register where push button is connected
extern void KEY_interrupt(void);
extern uint8_t get_key_press( uint8_t key_mask);
#endif | [
"Torsten.Schumacher@gmx.net"
] | Torsten.Schumacher@gmx.net |
e3bc325bff6c29429a9b092a6d83adc8f86b8e29 | 2075fd64d072fca5f88b4fbe2c2397a3f12a29bd | /mediatek/platform/mt6577/hardware/mhal/src/core/drv2/test/ULT/res/yuv400_scanline_80x80.c | b6f44a4f649a7164c5a085557ae613c8fc9fd314 | [] | no_license | 4Fwolf/signal75-77_kernel_3.4.67 | 380fc4cee56b52060da78eecfa70a4ecea5f1278 | bcca0b70dc87e8ba7af8878666076f7baf6c6b7a | HEAD | 2016-09-01T16:01:49.247082 | 2016-01-29T09:56:21 | 2016-01-29T09:56:21 | 48,953,336 | 1 | 3 | null | null | null | null | UTF-8 | C | false | false | 23,855 | c | /* Copyright Statement:
*
* This software/firmware and related documentation ("MediaTek Software") are
* protected under relevant copyright laws. The information contained herein is
* confidential and proprietary to MediaTek Inc. and/or its licensors. Without
* the prior written permission of MediaTek inc. and/or ... | [
"sasha.halchin@gmail.com"
] | sasha.halchin@gmail.com |
fa8c5cd13ac97cb93f8f7c3d6a968d80b6d0907b | 5db22247ed9ee65139b87c1ed28108cd4b1ac6e5 | /Classes/Native/mscorlib_System_Security_Cryptography_X509Certific1429855556MethodDeclarations.h | 147d7f3da9b254f9a9198daa2c6f6e829b493edd | [] | no_license | xubillde/JLMC | fbb1a80dc9bbcda785ccf7a85eaf9228f3388aff | 408af89925c629a4d0828d66f6ac21e14e78d3ec | refs/heads/master | 2023-07-06T00:44:22.164698 | 2016-11-25T05:01:16 | 2016-11-25T05:01:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,762 | 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.Security.Cryptography.X509Certificates.X509Certificate
struct X509Certificate_t1429855556;
// System.Byte[]
struct By... | [
"zhaolibo@zhaolibodeiMac.local"
] | zhaolibo@zhaolibodeiMac.local |
7d0acc0578589f37e04636eeef291cbde0bd4030 | 30735a641ac44d4207b470bfa335d8cb254ea34c | /libcanard_example/uavcan.c | 8a46f02d77a10b364c6b38bf0b8db6c3f1c4e3aa | [] | no_license | nkruzan/UAVCAN-for-STM32-Arduino | 92b87cd5bf12bf3492202dd38ab7956506db844b | cde7e2ec936c4977bba351b32ef179f44c7f53b9 | refs/heads/master | 2022-04-21T12:23:03.043007 | 2020-02-13T15:23:23 | 2020-02-13T15:23:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,471 | c | #include "src/libcanard/canard.h"
#include "src/libcanard/drivers/stm32/canard_stm32.h"
#include "uavcan.h"
#define CANARD_SPIN_PERIOD 500
#define PUBLISHER_PERIOD_mS 25
#define RC_NUM_CHANNELS 6
static CanardInstance g_canard; //The library instance
static uint8_t g_canard_memo... | [
"geomall92@gmail.com"
] | geomall92@gmail.com |
78d45a38d492247196ac85d5dc9ecbd5d907d84c | a92708d28a0ec6ddf083ae42a47e35f2121f0eba | /kernel/liteos_a/kernel/base/include/los_task_pri.h | 6ddd274ac7ff8aa1a9e17330d20f73c58e1f8963 | [] | no_license | km1042412/my-OHOS | 322eca402c28eb68272c58214243ecb8a0960b3c | 3c74564d9c6c3b33b836c6a3cd1a6dbc6d4bc18e | refs/heads/main | 2023-03-28T05:36:56.244181 | 2021-03-16T06:25:01 | 2021-03-16T06:25:01 | 348,194,410 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 18,900 | h | /*
* Copyright (c) 2013-2019, Huawei Technologies Co., Ltd. All rights reserved.
* Copyright (c) 2020, Huawei Device Co., Ltd. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistrib... | [
"1042412750@qq.com"
] | 1042412750@qq.com |
78c8e396dc9f6017ca9bdebd43ab91deecf6eeb1 | 1b01322ee2145a7123bcf68f21e673c413cfc80f | /Algorithm/sort/QuickSort/QuickSort2.c | 8b1c6a181c8b7106d1aa47aec61c3051614446cc | [
"MIT"
] | permissive | andywu1998/C_and_Cpp | 42bf6e9649801fb859e4d4b22e8e96fbef98efa1 | dd1eaed4f2321cca9bb23e91791668e2eb2622cf | refs/heads/master | 2021-06-13T23:48:41.713527 | 2019-08-28T10:39:43 | 2019-08-28T10:39:43 | 108,851,175 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 593 | c | #include <stdio.h>
#define n 5
int a[10];
void dfs(int left, int right);
int main()
{
int i;
for (i = 0; i < n; i++)
{
scanf("%d", &a[i]);
}
dfs(0, n - 1);
for (i = 0; i < n; i++)
{
printf("%d ", a[i]);
}
printf("\n");
}
void dfs(int left, int right)
{
if (left > right)
return;
int i = left;
int j... | [
"1078539713@qq.com"
] | 1078539713@qq.com |
a8f43e901af57ff22dd9f3da8ee3aad5cf20dc95 | ff78294a378022b1aedbbe931f518760428dd8fd | /Junk/Violet/SdkHenBlk2.c | 85a1c44b527405ac9cb3bbf9480047ee5d06a672 | [
"MIT"
] | permissive | stackprobe/Annex | 4dfc85388f2891eeefdc70983278af0505f63f27 | 9338f57558c1261eb9ace9ae7fb11640c5266f49 | refs/heads/master | 2021-10-08T07:10:41.609007 | 2021-09-29T01:22:41 | 2021-09-29T01:22:41 | 99,795,261 | 0 | 1 | MIT | 2021-09-29T01:22:43 | 2017-08-09T10:17:50 | C# | SHIFT_JIS | C | false | false | 3,070 | c | /*
何か遅い?
*/
#include "C:\Factory\Common\all.h"
#include "C:\Factory\Common\Options\CRRandom.h"
static char *CellChrs = "__☆★○●◎◇◆□■";
static int Map[9][9];
static void PrintMap(void)
{
int x;
int y;
cout("----\n");
for(y = 0; y < 9; y++)
{
for(x = 0; x < 9; x++)
{
int g = Map[x][y];
cout("%c%c", ... | [
"stackprobes@gmail.com"
] | stackprobes@gmail.com |
cc28908c8e9a35aa812826a73ea50f9c57d7eb41 | 5420130b8380b0ad452f833b5fefb1556b3b91fe | /unit_test_string2.h | 92d584bdc2b6786c23eae1a3df164ef5b9160cd4 | [
"MIT-0"
] | permissive | bryan15/SmartSOCKSProxy | 932c8821cc93cf6b7154c158e25bb0dd6a4a85cb | 666e9efb57aa0542ff018502b9201a8ed9c09a3b | refs/heads/master | 2021-08-17T21:46:38.862729 | 2020-05-28T18:21:51 | 2020-05-28T18:21:51 | 187,381,551 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 228 | h | // Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: MIT-0
#ifndef UNIT_TEST_STRING2_H
#define UNIT_TEST_STRING2_H
void unit_test_string2(void);
#endif // UNIT_TEST_STRING2_H
| [
"blesiuk@abebooks.com"
] | blesiuk@abebooks.com |
b8788a044500ef3e320eaf830b4b14483c4bd10a | 36db2a366737f7a802769337086399640626d1e3 | /include/soc/sbx/g2p3/g2p3_lpm_internal.h | 6a971f874cb42af96347d2d393ba1be9068f5421 | [] | no_license | lcyddp/bcm-sdk-5.10.1 | 8d82266d901023fdf5a76786ee6fb96cd2f21ecc | 7443047b308fa846a9a9cd14bf1da6d590a23703 | refs/heads/master | 2020-03-16T04:54:05.162215 | 2018-02-27T15:51:13 | 2018-02-27T15:51:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,492 | h | /* -*- mode:c; c-style:k&r; c-basic-offset:2; indent-tabs-mode: nil; -*- */
/* vi:set expandtab cindent shiftwidth=2 cinoptions=\:0l1(0t0g0: */
/******************************************************************************
$Copyright: Copyright 2011 Broadcom Corporation.
This program is the proprietary software ... | [
"remon.zhang@163.com"
] | remon.zhang@163.com |
bf1ae06ec94427679e0bbf74081ff52074df5b9a | 010497ca075a3bf093b6935dfb4f3b6bda1263e3 | /Assemblage/main.c | be7b6cc7327b7b4919f0f96ea9f6311e827edb96 | [] | no_license | kalilinuxfrance/Domotics-duino | 82ba0c522d20b12a4f1b81c7919879dec967d4e8 | e8a2ad794da4ea000f247d9194b65f5a7fb0c597 | refs/heads/master | 2021-01-01T05:09:25.136384 | 2016-06-09T19:19:55 | 2016-06-09T19:19:55 | 59,413,280 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,331 | c | /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* main.c
* Copyright (C) 2016 julien <kali.linux.france@gmail.com>
*
* domotics-duino 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 ... | [
"kali.linux.france@gmail.com"
] | kali.linux.france@gmail.com |
14f6586a9812344d0fcab2ae4f26a7823905c2b6 | 96bd22a47f61017e9c70c78548d384b1ce797b8a | /6/for_show.c | 065af26481e7f7854073c8964b479e367037141b | [] | no_license | kissme666/C-Primer-Plus | 0542b484600fb18643215b9aa49277687451c521 | febf9958026daa996b72540b19129f8615df54b3 | refs/heads/master | 2020-04-15T02:39:47.267325 | 2019-05-16T22:06:00 | 2019-05-16T22:06:00 | 164,321,850 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 210 | c | // for_show.c -- 第一个表达式不一定非得赋值
#include <stdio.h>
int main(void)
{
int num = 0;
for (printf("Keep entering numbers!\n"); num !=6;)
scanf("%d", &num);
return 0;
}
| [
"m787715894@gmail.com"
] | m787715894@gmail.com |
cb2dd750a2edf8b20048852079ae57fbbcf73c1c | b5902631d517304bd054d06371c7512d4f65e5f8 | /topologies.c | 3c9ccd037ebab949bb7c37dedcf1ef753aae028c | [] | no_license | H-jamil/tcp-ipStackFromScratch | bbc5fc7982d1b184b83102f9ef95588fa3430092 | 639d107635e475011806ee55a0531a960ff7df77 | refs/heads/master | 2021-02-28T11:38:11.210489 | 2020-03-17T18:28:52 | 2020-03-17T18:28:52 | 245,690,579 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,738 | c | /*
* =====================================================================================
*
* Filename: topologies.c
*
* Description: This file contains all topologies that we need to build
* Version: 1.0
* Created: 3/7/2020
* Revision: 1.0
* Compiler: gcc
*
* ... | [
"mdhasibul.jamil@siu.edu"
] | mdhasibul.jamil@siu.edu |
76514875ae95ea6047a9d40c9658818bf8b72169 | 7502593164374130a0dd1c4b230c3e8c784bbd1c | /printer_1/neko_10.h | 9cdcfc02309a35ee6e300f10e0fb1c67f9fc358c | [] | no_license | nakayamasatomi/good-thing-bad-thing | d59025368f73cba34b4815ae70d90347670f69cf | 7b142e122c9fb1e8e19f060252845d7fd3011d3a | refs/heads/master | 2020-05-07T05:50:14.290247 | 2019-04-11T09:56:03 | 2019-04-11T09:56:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,962 | h | #ifndef _neko_10_h_
#define _neko_10_h_
#define neko_10_width 96
#define neko_10_height 96
static const uint8_t PROGMEM neko_10_data[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0... | [
"panda_0514star@icloud.com"
] | panda_0514star@icloud.com |
ce32a9a0754b819b0846e86ffff942dce1bca863 | df7838dba006c097b624bbeb9d1eb8c05b61b566 | /libft/ft_strchr.c | 9a3d9ebac62fd0bb097254f642ed842424a61586 | [] | no_license | pbourlet/gnl_wtl_fd | ce5bad8fa55c76c3e928f14a5bb086e2e37c33eb | 3549a8d633b05fcf0e1dea25ae3115472b347972 | refs/heads/master | 2021-01-20T15:33:28.833518 | 2017-02-22T16:51:00 | 2017-02-22T16:51:00 | 82,829,156 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,049 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strchr.c :+: :+: :+: ... | [
"pbourlet@student.42.fr"
] | pbourlet@student.42.fr |
08a9b6319c45d0cab31c4702767e87429a91b692 | da1c37b2f0794cb6846d77eea00be836a67dd672 | /plot_matrix.C | 30b19c57c4fcb1d13bf32c56cd5571af7c62e784 | [] | no_license | BNLIF/toy_remove_filter_smearing | caaeb8346fcebcb188143126e1ffd50a2b6370b0 | 9f92c12652f555ed50007b1bb99a7beac2a1f82c | refs/heads/master | 2020-06-02T06:41:02.953755 | 2015-03-09T16:41:12 | 2015-03-09T16:41:12 | 31,910,268 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 607 | c | void plot_matrix(){
TCanvas *c1 = new TCanvas("c1","c1",1200,800);
c1->Divide(3,2);
c1->cd(1);
TMatrixD *m1 = new TMatrixD(4,2);
*m1(1,1) =1;
*m1(0,1) =2;
*m1(1,0) =3;
*m1(0,0) =1;
*m1(2,1) =1;
*m1(3,1) =2;
*m1(3,0) =3;
*m1(2,0) =1;
m1->Draw("COLZ");
c1->cd(2);
TMatrixD *m2 = new TMatr... | [
"xqian@blinkin.phy.bnl.gov"
] | xqian@blinkin.phy.bnl.gov |
b8c28bf5dc3e3bee02dc989d86120b64654a56c3 | d118f483d6601ffdbf2d337c4d5f8e2b9585d645 | /components/esp-azure-pnp/azure-iot-sdk-c/uamqp/deps/azure-c-shared-utility/tests/tlsio_esp8266_ut/tlsio_esp8266_ut.c | caf31b1548469cd65f92aa3055128364c3fd450f | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | Azure-Samples/ESP-Samples | 2f62180454432425c36836f3971618fb6fc2a87c | 62ab2aa1a6866f247cb8715c7cca647e06d05fe2 | refs/heads/master | 2021-12-14T15:34:25.930600 | 2021-12-10T23:29:26 | 2021-12-10T23:29:26 | 235,164,690 | 47 | 27 | MIT | 2021-12-10T23:29:27 | 2020-01-20T18:03:51 | C | UTF-8 | C | false | false | 91,996 | c | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include <stdlib.h>
#include <stdio.h>
#ifdef _CRTDBG_MAP_ALLOC
#include <crtdbg.h>
#endif
/**
* Include the C standards here.
*/
#include <stddef.h>
#include <tim... | [
"ericmitt@corp.microsoft.com"
] | ericmitt@corp.microsoft.com |
6d6ea269534e2e3d1d35ec21378fe5407e04361b | 524ed3f5daf82e39cc4aec0560435c8723f8f0fe | /fibho.C | b754e251dbe6c238a57a8eb7235057ae1fe7223b | [] | no_license | indhuvsb/ammukutty | f028c15b7fa8b886aa80119d0a98d1d025a308c9 | 7d82f1125a6174b7addb241c55a688f57c6a0c6b | refs/heads/master | 2021-04-12T02:52:18.146817 | 2018-03-19T11:26:37 | 2018-03-19T11:26:37 | 125,846,979 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 344 | c | #include <stdio.h>
#include<conio.h>
int main()
{
int i, n, t1 = 0, t2 = 1, nextTerm;
printf("Enter the number of terms: ");
scanf("%d", &n);
printf("Fibonacci Series: ");
for (i = 1; i <= n; ++i)
{
printf("%d, ", t1);
nextTerm = t1 + t2;
t1 = t2;
t2 = nextTerm... | [
"noreply@github.com"
] | indhuvsb.noreply@github.com |
cdf2d5ad9ce9e20a1f00722c30201270e5ecc21e | f198dcd4348f40eeeccbc0788d69cf542281a1fa | /Amakano/Amakano/bot/scanner.h | 31dc12615fb8f412a28d74b5d3569b6e98f1b32e | [] | no_license | aprendiz171/nano | 1ac76bd478dbfaa16d2b4ad604972c7e20810494 | b040a6f67176025f3e111ef713d79c30d304471b | refs/heads/master | 2020-09-19T22:57:52.988414 | 2019-11-27T01:34:00 | 2019-11-27T01:34:00 | 224,317,823 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,685 | h | #pragma once
#include <stdint.h>
#include "includes.h"
#define SCANNER_RAW_PPS 360
#define SCANNER_HACK_DRAIN 64
#define SCANNER_MAX_CONNS 128
#define SCANNER_RDBUF_SIZE 256
struct scanner_auth {
char *username;
char *password;
uint16_t weight_min, weight_max;
uint8_t username_len, password... | [
"lammerzindahannatel@outlook.com"
] | lammerzindahannatel@outlook.com |
ae07d2f9655176d1b7a8b5336933c82d3244b548 | 392984e03d9ad2dba88b0db16831300c368a33eb | /scripts_for_vic_13columns/get_runoff_whole_year.c | 7cb588ee51ef1a82c77936033f21350574daf99c | [] | no_license | yixinmao/CA_drought_0.0625 | e9290ae56eedaa9b3dbd5003c0945659a373c370 | 9613e198b87e3e26a1f253bd68e2072751c4ebeb | refs/heads/master | 2021-01-10T20:33:04.616689 | 2014-11-17T20:50:24 | 2014-11-17T20:50:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,365 | c | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#define PI 3.14159
#define RADIUS 6371.228 //radius of earth, km
#define MAXY 200
#define MAXC 500
double get_dist(double, double, double, double);
double calc_area(float lat, float lon, float cellsize);
int get_length(FILE *file);
int main... | [
"ymao@hydro.washington.edu"
] | ymao@hydro.washington.edu |
4702348f380239f7003f6040d4dc71c49d877256 | af1497d1ca067edca5f83cc8735435704364fd2c | /GBSipClient/WindowsPlayM4.h | e12e06c91d1f525f2013f99d997b187d6de4b120 | [] | no_license | liyueping1990/GBClient | 27d4a4c592eb23531ec0b05c76cfce9f17829494 | 76fbe21f20a1f8e0c9971122562f9a2bd2f1bc1a | refs/heads/master | 2020-03-28T03:55:15.373852 | 2018-10-02T14:40:20 | 2018-10-02T14:40:20 | 147,681,364 | 0 | 1 | null | null | null | null | GB18030 | C | false | false | 41,679 | h | #ifndef _WINDOWS_PLAYM4_H_
#define _WINDOWS_PLAYM4_H_
#if defined( _WINDLL)
#define PLAYM4_API extern "C"__declspec(dllexport)
#else
#define PLAYM4_API extern "C" __declspec(dllimport)
#endif
//Max channel numbers
#define PLAYM4_MAX_SUPPORTS 500
//Wave coef range;
#define MIN_WAVE_COEF -100
#define MAX_WAV... | [
"lenovo@LAPTOP-GEV0PE3A"
] | lenovo@LAPTOP-GEV0PE3A |
fada161523fea3d9badd42db043e822918723441 | 625fb2b212d61b92c382ff1c6ad4508e590dce69 | /EIFGENs/tictac/W_code/C18/ev1523d.c | 839cbddf6c21ca4646ab85e2696b4b1566e42ca4 | [] | no_license | acferreir4/Eiffel-Lab5 | aab4336e2e43d608c029c11db8a7e6fbd1cb1740 | 397fdf0a3e04333671e0b413a6c9e27eb6a6e3b4 | refs/heads/master | 2021-01-18T18:14:14.030866 | 2017-03-11T01:56:42 | 2017-03-11T01:56:42 | 84,360,193 | 0 | 0 | null | 2017-03-08T19:52:03 | 2017-03-08T19:52:03 | null | UTF-8 | C | false | false | 36,968 | c | /*
* Class EV_PIXMAP_IMP
*/
#include "eif_macros.h"
#ifdef __cplusplus
extern "C" {
#endif
static const EIF_TYPE_INDEX egt_0_1523 [] = {0xFF01,222,0xFFFF};
static const EIF_TYPE_INDEX egt_1_1523 [] = {0xFF01,239,1522,0xFFFF};
static const EIF_TYPE_INDEX egt_2_1523 [] = {0xFF01,1522,0xFFFF};
static const EIF_TYPE_... | [
"acferreir4@gmail.com"
] | acferreir4@gmail.com |
fa83e8bab4f7fe78f1b4c1b1d84764a4e6c1a89c | de8c0ea84980b6d9bb6e3e23b87e6066a65f4995 | /3pp/linux/arch/powerpc/boot/wii.c | 59406ad04665f1ccc6af2f34c32cd62161a38ada | [
"Linux-syscall-note",
"GPL-2.0-only",
"MIT"
] | permissive | eerimoq/monolinux-example-project | 7cc19c6fc179a6d1fd3ec60f383f906b727e6715 | 57c4c2928b11cc04db59fb5ced962762099a9895 | refs/heads/master | 2021-02-08T10:57:58.215466 | 2020-07-02T08:04:25 | 2020-07-02T08:04:25 | 244,144,570 | 6 | 0 | MIT | 2020-07-02T08:15:50 | 2020-03-01T12:24:47 | C | UTF-8 | C | false | false | 3,008 | c | // SPDX-License-Identifier: GPL-2.0-or-later
/*
* arch/powerpc/boot/wii.c
*
* Nintendo Wii bootwrapper support
* Copyright (C) 2008-2009 The GameCube Linux Team
* Copyright (C) 2008,2009 Albert Herranz
*/
#include <stddef.h>
#include "stdio.h"
#include "types.h"
#include "io.h"
#include "ops.h"
#include "ugecon... | [
"erik.moqvist@gmail.com"
] | erik.moqvist@gmail.com |
44657c49102c9cc6ecf8849b685dccbad7712b4b | 5352d588fe1db000fe54bb3bb442ca34aa4419e6 | /demos/tcp/aws_tcp_echo_client_single_task.c | e818834c7b1cc45beffd44026136818d26f45e3c | [
"MIT"
] | permissive | goodix/amazon-freertos | 44a2b166e708517cea27296f5070750604f3b431 | 407b49d6fb506b4c2bc65bd2373e0ab3e28844e7 | refs/heads/goodix | 2020-09-12T23:18:48.885277 | 2019-12-13T09:52:20 | 2019-12-13T09:52:20 | 222,588,865 | 1 | 2 | MIT | 2019-12-12T06:37:06 | 2019-11-19T02:17:47 | C | UTF-8 | C | false | false | 19,501 | c | /*
* Amazon FreeRTOS V201906.00 Major
* Copyright (C) 2019 Amazon.com, Inc. or its affiliates. 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 without restrictio... | [
"nixlong@126.com"
] | nixlong@126.com |
086a824df0489e0bac4497f1cb366cd30dde9550 | 166624ba0976924cdd6e2eda9d51d9d3f9636340 | /Build/MdeModule/DEBUG_GCC44/X64/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe/DEBUG/AutoGen.c | f37c56bdbadb2ac6a9d42ad25df3b1c85cf416ad | [] | no_license | napaunderground/edk_2 | ac6d03dea435757c1f1e82e620e0289028d3a21f | 633ef891eb1c60451219b2ec60204f54b7d3e993 | refs/heads/master | 2016-09-13T18:25:10.672341 | 2016-04-21T23:11:50 | 2016-04-21T23:11:50 | 56,811,400 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 18,585 | c | /**
DO NOT EDIT
FILE auto-generated
Module name:
AutoGen.c
Abstract: Auto-generated AutoGen.c for building module or library.
**/
#include <Uefi.h>
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiDriverEntryPoint.h>
GLOBAL... | [
"nseiger@blue.cs.sonoma.edu"
] | nseiger@blue.cs.sonoma.edu |
8bfb8de8874e974685ed732e22970ac79bcc64f6 | 66a4a3bb5be5eff9b228c3971a9e5a2d153079c3 | /新建文件夹 (2)/结绳.c | c4d868901436a69c5f9658632b7e8ad73c771d4c | [] | no_license | master123874/beautiful | b2a5134518f2f57910e1907d20c9ed8a77b484a4 | 4fb56d7ce591541b3dd9043798a88f13dd586b96 | refs/heads/master | 2020-09-01T04:52:16.859956 | 2019-11-17T15:22:55 | 2019-11-17T15:22:55 | 218,884,058 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 417 | c | #include<stdio.h>
void sort(int *a,int n)
{
int i,j,change=1;
for(i=0;i<n&&change;i++)
{
change=0;
for(j=0;j<n-i-1;j++)
{
if(a[j]>a[j+1])
{
int t=a[j];
a[j]=a[j+1];
a[j+1]=t;
change=1;
}
}
}
}
int main()
{
int n;
scanf("%d",&n);
int a[n];
int i;
for(i=0;i<n;i++)scanf("%d",&a[i]... | [
"master_26222@163.com"
] | master_26222@163.com |
284c31a2120b94e58e577670045b15aee5f76cde | d9a2c70f950043153c4cc0e11101129a3ef9ef40 | /Mamba/framework/src/main/cpp/effect/libpng/pngerror.c | ff970246175e364976794eddb41f4e4a8ffa95fd | [] | no_license | mowenli/MambaProject | 3d9e907a4ea622fb1d1bca9e2bba9a8fe9ee7fc5 | 2caabf4624138e4024b9208a1078baa52e9cf7fd | refs/heads/master | 2021-09-15T13:46:07.817675 | 2018-06-03T06:22:25 | 2018-06-03T06:22:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 30,146 | c |
/* pngerror.c - stub functions for i/o and memory allocation
*
* Last changed in libpng 1.6.15 [November 20, 2014]
* Copyright (c) 1998-2002,2004,2006-2014 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc... | [
"903475400@qq.com"
] | 903475400@qq.com |
e811374dff4884db2e5f713e41a932cf42be02d0 | cc33eb0d42290c126d4794fe4da4eab747760a20 | /push_swap/lib/libft/ft_itoa_base.c | 6ecef2f0f8b9eb59e02c5a83eed22aaa8575e2d7 | [] | no_license | swp0107/mina_pushswap | dbd6472a579bc3dc918588bcbd505460b4b865c9 | d8f5f46d4a914b3fdf2236ac093ed882dcc24c2f | refs/heads/master | 2020-07-05T21:55:54.896605 | 2019-08-16T20:16:30 | 2019-08-16T20:16:30 | 202,792,818 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,318 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_itoa_base.c :+: :+: :+: ... | [
"thomkim@e1z1r5p36.42.us.org"
] | thomkim@e1z1r5p36.42.us.org |
3dfc58a39ef021ca8b6a8b85eff14579d058f6b3 | 6fe3aa50c4e514e860e1b8a47ef339149fe01033 | /DS/demo/chap03-stackNqueue/adapter/stack/stack.h | c9295d38a80c9a7bda1a0b45168299d78c251bc3 | [] | no_license | wei-huan/Cprog | 1a60277d9c92194d4b8733c4c00774f5dceed484 | 52a1b9c654d62f3d090d8e19b057b37fb06a32b8 | refs/heads/main | 2023-05-26T03:13:34.771482 | 2021-06-07T09:02:25 | 2021-06-07T09:02:25 | 374,598,676 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 512 | h | #pragma once
#include "../deque/deque.h"
//stack: adapter of linear-list
//using underlying container to access element
typedef struct
{
deque q; //underlying container is a deque object
} stack, *stackptr;
extern void stack_init(stackptr S);
extern void stack_push(stackptr S, ElemType e);
extern v... | [
"1520799054@qq.com"
] | 1520799054@qq.com |
374611a7196e2bad22d4e0fe153ec2429ec3a9a5 | 9bf5d11527e91afafa15044071a1161e70c5df59 | /src/main.c | ae8537a1a3bb658c5a632e30da4cc7cda84b2a71 | [] | no_license | sdevlin/yoshi | 54ebdc018e20a3cd61461c7715a106e527eed0bc | a333e5a5fe0bc3b8c1024e11b8ba05868b2bea58 | refs/heads/master | 2021-01-13T01:49:13.480357 | 2012-12-29T14:21:59 | 2012-12-29T14:21:59 | 5,296,304 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 956 | c | #include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "config.h"
#include "env.h"
#include "builtin.h"
#include "err.h"
#include "read.h"
#include "expand.h"
#include "eval.h"
#include "util/input.h"
#include "print.h"
#include "gc.h"
struct env global_env;
static struct input *input;
int main(int arg... | [
"devlin@alumni.nd.edu"
] | devlin@alumni.nd.edu |
936bf1cf2d6a7a410c5d86235d2f820000d0c71f | 87ba36bc092b66f82ca43fdc2c73c1731c282c5f | /shortdist.c | 7bdf82a91659cd5eed789daf6fd604e8f8335f9f | [] | no_license | mdasif9900/amazon_assignment | 0cef9a1db281393fdecb6cbcb0ec32b020087beb | f1185ce19ba8535aa8ab24b7c3fe51963e29e020 | refs/heads/main | 2023-08-17T04:18:24.291363 | 2021-09-22T08:42:02 | 2021-09-22T08:42:02 | 409,127,000 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,750 | c |
#include <stdio.h>
struct Node
{
struct Node *left, *right;
int key;
};
Node* newNode(int key)
{
Node *temp = new Node;
temp->key = key;
temp->left = temp->right = NULL;
return temp;
}
int findLevel(Node *root, int k, int level)
{
// Base Case
if (root == NULL)
return -1;
if (root->key == k)
re... | [
"noreply@github.com"
] | mdasif9900.noreply@github.com |
f9889efa11ea631fff29c9c0dd98b187238887cc | b71b8bd385c207dffda39d96c7bee5f2ccce946c | /testcases/CWE666_Operation_on_Resource_in_Wrong_Phase_of_Lifetime/CWE666_Operation_on_Resource_in_Wrong_Phase_of_Lifetime__listen_accept_bind_07.c | 8137b7b15f5230a1ebaa38bf55268d1bab153de0 | [] | no_license | Sporknugget/Juliet_prep | e9bda84a30bdc7938bafe338b4ab2e361449eda5 | 97d8922244d3d79b62496ede4636199837e8b971 | refs/heads/master | 2023-05-05T14:41:30.243718 | 2021-05-25T16:18:13 | 2021-05-25T16:18:13 | 369,334,230 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,585 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE666_Operation_on_Resource_in_Wrong_Phase_of_Lifetime__listen_accept_bind_07.c
Label Definition File: CWE666_Operation_on_Resource_in_Wrong_Phase_of_Lifetime.label.xml
Template File: point-flaw-07.tmpl.c
*/
/*
* @description
* CWE: 666 Operation on Resource in Wrong Pha... | [
"jaredzap@rams.colostate.edu"
] | jaredzap@rams.colostate.edu |
41eb2eb7a9e2890f3458fca502d8530dd1b79adb | 5d9eb34f48c31efe2c0219501551ed5d83166e74 | /contour_tiler/poly_converter/readwrl.h | a41fbb6226e536457d4f04cc7f84c11dd030a837 | [] | no_license | mcellteam/mesh_tools | 9000009543165f904f412f5d782fd325714d8a9b | 6245cbc37464921a55223614b33e2c37f4c5987f | refs/heads/master | 2021-11-01T09:27:37.855255 | 2021-08-20T19:03:12 | 2021-08-20T19:03:12 | 55,623,596 | 5 | 2 | null | null | null | null | UTF-8 | C | false | false | 3,489 | h | /****************************************************
* *
* DO NOT COPY OR DISTRIBUTE *
* *
* Copyright (c) 1998 by C. Bajaj, G. Zhuang *
* ... | [
""
] | |
d623d66c7787a44356622c09683298bb369a6460 | ff1db7113d4850661f3384ba052eaa1c23f235da | /Fanuc/slprj/_sfprj/EulerDynJointCon/_self/sfun/src/c1_EulerDynJointCon.c | bf089b9d7b2d41ae9a6933dc8151e0b0afd8f5d5 | [] | no_license | txzhao/SimPlatform-Design-FanucRobot | 384e81cc339806533d232eced817e16e0236931f | ab6e40af52b8484727de4462ee8714c4189e20d6 | refs/heads/master | 2021-06-08T21:31:11.738640 | 2016-12-14T17:58:10 | 2016-12-14T17:58:10 | 76,369,399 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 141,564 | c | /* Include files */
#include "blascompat32.h"
#include "EulerDynJointCon_sfun.h"
#include "c1_EulerDynJointCon.h"
#include "mwmathutil.h"
#define CHARTINSTANCE_CHARTNUMBER (chartInstance->chartNumber)
#define CHARTINSTANCE_INSTANCENUMBER (chartInstance->instanceNumber)
#include "EulerDynJointCon_sfun_de... | [
"noreply@github.com"
] | txzhao.noreply@github.com |
78b71566314affbe0d9ecb044e47b2a547078e28 | cc11a4176a95ce2292db6d4d4034b88354a02cf1 | /Robot/Drivers/BSP/Components/Common/io.h | aa085e48d4dc0f0d9e8b7d961bd2e2fd2cfee642 | [] | no_license | callemoon/stm32_robot | ef1393c06175e732f976759b05f1e9424a2ab61a | 0d13eafffd5e63cd009d8130af85810f037a9f08 | refs/heads/master | 2021-01-10T12:59:10.823036 | 2016-02-15T21:33:31 | 2016-02-15T21:33:31 | 51,653,425 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,219 | h | /**
******************************************************************************
* @file io.h
* @author MCD Application Team
* @version V2.1.0
* @date 06-February-2015
* @brief This file contains all the functions prototypes for the IO driver.
***************************************************... | [
"calle.moon@gmail.com"
] | calle.moon@gmail.com |
fe287d5c50cddd8b6c8bf63ce66de93541702ba7 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/2e1a0fea-f12e-4cc9-a614-4c5612632eb8.c | 3dc1928004bb47d894b0b1a9c3f5fbeda24d564d | [] | 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 | 237 | c | #include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = i/j;
l = i-j;
k = k-k*i;
printf("vulnerability");
printf("%d\n",l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
e3c35b83abab72dec93975c6b24e520196a45568 | 3f9081b23333e414fb82ccb970e15b8e74072c54 | /lib/lattice_map.c | 32cc410dd0ddc78ad24ff95f1a204c25c9f21b48 | [] | no_license | rc2dcc/Brainstormers05PublicRelease | 5c8da63ac4dd3b84985bdf791a4e5580bbf0ba59 | 2141093960fad33bf2b3186d6364c08197e9fe8e | refs/heads/master | 2020-03-22T07:32:36.757350 | 2018-07-04T18:28:32 | 2018-07-04T18:28:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 29,609 | c | /*
Brainstormers 2D (Soccer Simulation League 2D)
PUBLIC SOURCE CODE RELEASE 2005
Copyright (C) 1998-2005 Neuroinformatics Group,
University of Osnabrueck, Germany
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as publis... | [
"cookie.yz@qq.com"
] | cookie.yz@qq.com |
c74e9b5641c7dcc06b1df08d38806f93657a5aca | 35725a8eaccfbc0fae4c7044105b613538ca2044 | /src/gpio_led.c | 1be918e6ecfe8b7a874a68e06ea0186351dee4d7 | [] | no_license | abtom87/Timer2_STM32F4Demo | 0efde2e935fa7746b16a1176ba1b864b82e22f15 | c81c460155d806ad4caee5b44d86b15109ae6e3a | refs/heads/master | 2020-03-21T14:06:33.860128 | 2018-06-25T19:46:46 | 2018-06-25T19:46:46 | 138,641,683 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 553 | c | /*
* gpio_led.c
*
* Created on: May 15, 2018
* Author: abel
*/
#include "gpio_led.h"
void init_gpio_pins(void)
{
RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOD, ENABLE);
GPIO_InitTypeDef GPIO_LED_InitStruct;
GPIO_LED_InitStruct.GPIO_Mode = GPIO_Mode_OUT;
GPIO_LED_InitStruct.GPIO_OType = GPIO_OType... | [
"abeltom.kernel@gmail.com"
] | abeltom.kernel@gmail.com |
0147e35da52db637a9586f5cbffeef0e4c41d4f5 | 8ed76f41b464646daa3493b6ceba4e43868771b0 | /AFOPlayer/Pods/Headers/Private/AFOFFMpegLib/libavutil/ripemd.h | 743b324277a92f3a41dcf04c2ae2163ff5fdadb7 | [] | no_license | PangDu/AFOPlayer | 6eb024be6d10f1e09947e1bee342035e4115492d | 173d12550d7327456af8ffe680523b8bc243d6e9 | refs/heads/master | 2021-05-06T05:25:51.885304 | 2019-10-22T12:29:28 | 2019-10-22T12:29:28 | 115,071,774 | 10 | 0 | null | 2019-10-06T02:50:00 | 2017-12-22T03:19:33 | Objective-C | UTF-8 | C | false | false | 58 | h | ../../../../AFOFFMpegLib/FFmpeg/include/libavutil/ripemd.h | [
"792229197@qq.com"
] | 792229197@qq.com |
dd712cf1ca32f0cc46e8f47f87198bb5f45b8bb0 | 58d7bab7cd2160fcded7a0956101fb7dd758476a | /responseFunctions.c | 979d1ab284e3bde8eb325154f38f3a89fdeabf86 | [] | no_license | mkmagic/Http | b8dcf0692e355a964b0a64d80aaa21dda9681818 | 25d3a707811453f16461c3b266807869edef8e6e | refs/heads/master | 2022-08-14T02:54:44.840940 | 2020-05-24T07:03:30 | 2020-05-24T07:03:30 | 266,487,398 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,003 | c | #include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "parseHttpProtocol.h"
#define PROTOCOL "HTTP/1.1"
#define NUM_OF_SUPPORED_REQUESTS 7
/**
* Defines a pointer to a generic function that constructs a response message and body.
*/
typedef void (*responseFunction)(requestStruct *request, responseStr... | [
"noreply@github.com"
] | mkmagic.noreply@github.com |
2efc9be44447bff0bad1d9dbccb35c05de0d1a94 | 805666a84218be543410ff5089588f1572dd20ec | /kungfu/skill/stick.c | 8262a3f7ad92b897cc80282c2f74c7aa97729689 | [] | no_license | mudchina/xkx2001 | d47a9caca686ab7c89fe0b9140fbaf9d3601e1f5 | 4e8f8a13a72884d5dbe4b589542eb34e29e89d70 | refs/heads/master | 2021-01-10T06:50:29.517433 | 2016-02-20T14:09:12 | 2016-02-20T14:09:12 | 52,156,038 | 24 | 23 | null | null | null | null | UTF-8 | C | false | false | 46 | c | //Cracked by Roath
// stick.c
inherit SKILL;
| [
"liming.xie@gmail.com"
] | liming.xie@gmail.com |
b683a9baa5e2582cd4bb100894c686661517bd36 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/nvdimm/extr_region_devs.c_persistence_domain_show.c | c3631e1f7ef9a9548252bdcd7578f9db23707ba2 | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,235 | c | #define NULL ((void*)0)
typedef unsigned long size_t; // Customize by platform.
typedef long intptr_t; typedef unsigned long uintptr_t;
typedef long scalar_t__; // Either arithmetic or pointer type.
/* By default, we understand bool (as a convenience). */
typedef int bool;
#define false 0
#define true 1
/* Forward d... | [
"brenocfg@gmail.com"
] | brenocfg@gmail.com |
99aa970424a6c2e478645128aae0e1bc6a12e09d | 701d82395ca49342e024f090d0914f690a9d4a71 | /FPGA/ram16/isim/SyncRAM_Test_isim_beh.exe.sim/work/m_00000000001493420617_3300123993.c | a8cf727ab7c2bed25a3030ce1995e6c022f9053c | [] | no_license | andresrgz/RAM16 | 07475ae273a4ee58de3c5f3e4b8c7945ce9ec2ac | 0a1d526c1f9beeb834a7cdb34e5814e4d1789f99 | refs/heads/master | 2021-06-04T08:27:43.272926 | 2016-08-11T21:43:40 | 2016-08-11T21:43:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,115 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"andres.rodriguezhn@gmail.com"
] | andres.rodriguezhn@gmail.com |
c3455b58022a30b3a5ac59875aeae3e630ecb193 | a93661a34584894246ed2121cf3db67743e4493f | /src/lambdaInit.c | df421c908a0148ef408ce0f32f7f05593e5600be | [] | no_license | jhelsas/vortex_id | bc77163b0bb2fd53945bedbb6a9eaf39a0bc569a | 0311d55f979090d79648b8bad267c9fa090c2547 | refs/heads/master | 2020-03-17T08:28:16.318938 | 2018-05-15T03:16:30 | 2018-05-15T03:16:30 | 133,439,685 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 17,423 | c | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include "lambdaInit.h"
#include "stencilExtended.h"
/*
moving to x -> j , y -> j
Present dispotition:
[\partial_x u \partial_y u] [ gradU[0][0] gradU[0][1] ] [0 1]
[\partial_x v \partial_y v] == [ gradU[1][0] gradU[1... | [
"jhelsas@gmail.com"
] | jhelsas@gmail.com |
b56282321185036c2ca95fb7c65ca33814ced9cd | b621d260656104003b5e23a17a1ea3455d3540c0 | /sasmodels/models/lib/librefl.c | 483206bb29aca4d8ba9621ab826e52605ba4a42d | [] | no_license | tuckmurrey/sasmodels | 626bfef53f146e6877cb2ae19cbaec992a55f361 | d680a2bc54c050409bfbe23f7d4a477c80ad3101 | refs/heads/master | 2020-12-29T00:42:41.801205 | 2016-07-19T14:04:20 | 2016-07-19T14:04:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,789 | c | double err_mod_func(double n_sub, double ind, double nu);
double linearfunc(double n_sub, double ind, double nu);
double power_r(double n_sub, double ind, double nu);
double power_l(double n_sub, double ind, double nu);
double exp_r(double n_sub, double ind, double nu);
double exp_l(double n_sub, double ind, doubl... | [
"Wojciech.Potrzebowski@esss.se"
] | Wojciech.Potrzebowski@esss.se |
7b72124f92f5abd5d913949fc9d79e6d6815c946 | bb5856169f52c5c07787fbee8865d183543284a6 | /Lista6-ifndef-QUEST1_H-define-QUEST1_H-include-stdio.h-include-stdlib.h/Questão 4.c | 242c77bfacf13e6d56339f78588972a1a4c2feb4 | [] | no_license | juanmartin1/Atividades_Lab1 | a445ec2b8a560e189ae72edb6c34853a04076d23 | 6789aa44d85aa67d8ecb2402d95238fb2289968b | refs/heads/master | 2020-05-18T05:20:31.735805 | 2014-07-28T03:22:23 | 2014-07-28T03:22:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 866 | c | #include "quest3lib.h"
int tamanhoarq(FILE *pFile){
fseek (pFile , 0 , SEEK_END);
return ftell (pFile);
}
//void read(FILE *pFile1, FILE *pFile2, char* c1, char* c2){
// fread(c1, sizeof(char), sizeof(c1), pFile1);
// fread(c2, sizeof(char), sizeof(c1), pFile2);
//}
int main (){
char c1[1000], c2[1000];
FILE *... | [
"juan_martin_213@hotmail.com"
] | juan_martin_213@hotmail.com |
da9c885617857316d8ee70c2c7384a5190af38f9 | 08b07d4eff5b9b59a81f9cc341d3bad636082256 | /0x05-pointers_arrays_strings/0-reset_to_98.c | cdc890bad2c803449d573efdc23493d544c58923 | [] | no_license | migarcos/HS_LLP | b83d811f8a9c54749c0a1e19af6423bec3f7b976 | c58b64a201c5454f3cfd7df6689dd9cbe5c84ec1 | refs/heads/master | 2023-05-27T19:24:14.823791 | 2020-07-21T17:48:42 | 2020-07-21T17:48:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 160 | c | #include "holberton.h"
/**
* reset_to_98 - updates the value it points
* @n: pointer receiver
*
* Return: void
*/
void reset_to_98(int *n)
{
*n = 98;
}
| [
"migark@hotmail.com"
] | migark@hotmail.com |
9d76dc02a0170eeb5978823ef1e17ca75a347773 | 1fabbdfd1ca9ea1b6808893e12bd907eb74de414 | /xcode/Classes/Native/mscorlib_System_Reflection_MethodImplAttributes.h | fcfd0b316a88d0d269d649b4b4f1d67952eb8c89 | [] | no_license | Klanly/TutorialPackageClient | 6f889e96c40ab13c97d107708ae8f3c71a484301 | b9d61ba2f287c491c9565b432f852980ec3fee28 | refs/heads/master | 2020-12-03T01:42:35.256114 | 2016-11-01T02:40:21 | 2016-11-01T02:40:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 356 | h | #pragma once
#include <stdint.h>
// System.Enum
#include "mscorlib_System_Enum.h"
// System.Reflection.MethodImplAttributes
#include "mscorlib_System_Reflection_MethodImplAttributes.h"
// System.Reflection.MethodImplAttributes
struct MethodImplAttributes_t7964
{
// System.Int32 System.Reflection.MethodImplAttributes... | [
"bu213200@gmail.com"
] | bu213200@gmail.com |
f2ed9f65f6244a8013cd64f9d5275ec192027cd7 | 596f52095b43172a9723fbdc611c5fb542211d27 | /d/city/dangpu.c | 661e7db2181aa712f3494af72ef97ae0516b46a5 | [] | no_license | hhsiao/jy | 43ce34cbd2519a390d27032a99e216cf157a13e5 | bc60c5c51e86961ee22b185dd088bd49e2303f8e | refs/heads/master | 2021-12-08T05:55:52.080890 | 2016-02-21T11:02:46 | 2016-02-21T11:02:46 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 602 | c | // Room: /city/dangpu.c
// YZC 1995/12/04
inherit ROOM;
void create()
{
set("short", "当铺");
set("long", @LONG
这是一家以买卖公平著称的当铺,一个五尺高的柜台挡在你的面前,柜台
上摆着一个牌子(paizi),柜台后坐着唐老板,一双精明的眼睛上上下下打量着你。
LONG
);
set("no_fight", 1);
set("no_beg",1);
set("item_desc", ([
"paizi" : "公平交易\n",
]));
set("objects... | [
"liming.xie@gmail.com"
] | liming.xie@gmail.com |
74ad187194bdd7a69604c46511f9cbf1d8262afb | f134a80c71de5d4ac1c75838dc56ebd08f74e07e | /bms.X/mcc_generated_files/pin_manager.h | 2119964603a35eaedd20fec01221f803917e2a71 | [] | no_license | TristanWedderburn/BMS-Test | 0995342155169c148a8a171f4c7bfb8c2892acba | 01d406b50d5b3dfd3b2ce0c44258aaadf890d01b | refs/heads/master | 2020-03-29T04:43:31.068226 | 2018-02-02T22:18:28 | 2018-02-02T22:18:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,192 | h | /**
@Generated Pin Manager Header File
@Company:
Microchip Technology Inc.
@File Name:
pin_manager.h
@Summary:
This is the Pin Manager file generated using MPLAB(c) Code Configurator
@Description:
This header file provides implementations for pin APIs for all pins selected in the GUI.
... | [
"nnmkhang166@gmail.com"
] | nnmkhang166@gmail.com |
5654ff734e220425888f2e99182cb162b8e5129b | eedb7cc8cd0eb725c013b6d6da77e41113e1cdb9 | /srcs/fractol.h | cd02f1e41c7b788ecad4f44b2dda5f355c7d0493 | [] | no_license | Conrodri/Fract-ol- | e272f77cd8466cfda4ae2159d75a9313a7a47227 | a9dd8b07299c045d1e8587fe84e45fecaf4fbde0 | refs/heads/master | 2021-06-12T18:08:07.872578 | 2020-04-30T23:22:34 | 2020-04-30T23:22:34 | 254,376,131 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,558 | h | /* ************************************************************************** */
/* LE - / */
/* / */
/* fractol.h .:: .:/ . .:: ... | [
"constant.rodriguez@gmail.com"
] | constant.rodriguez@gmail.com |
a57a78ced24b9de48535353dbe417342fde09a13 | 45727451c32ab382bbabe07e8a4473d0943dcb32 | /tools/meta/sysroots/x86_64-pokysdk-linux/usr/lib/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0/plugin/include/gcc-driver-name.h | 5a82abd3a792ed682025409a613bb6b5d62ba091 | [] | no_license | haobogao/imx6ull | ed77006c39c2c25df7fc10c0fcf7894d702dd6e8 | 2024795d66df86701f0b21ce20fd0e4fd09a19f3 | refs/heads/master | 2020-05-24T10:02:00.079947 | 2019-05-18T14:53:09 | 2019-05-18T14:53:09 | 187,215,152 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 59 | h | #define GCC_DRIVER_NAME "arm-poky-linux-gnueabi-gcc-5.3.0"
| [
"goal.haobo@gmail.com"
] | goal.haobo@gmail.com |
332295becd2cf093714ceefe95e5021c4cc8cec8 | 3d626e1ba45c31272af122e387ab1e08b930d4f3 | /src/fm_core/fm_sgd.h | 3cd12ab0103c4d2a9612c0320f3ba03347ff8cec | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | JonasWangqi/LibFM | 697cef3d4bdcc0cad4a4a4f5a3890f6f61dab267 | 94d36d447c5e67e7f61a23f720ccca4b95c9b3e9 | refs/heads/master | 2021-01-22T01:28:54.277959 | 2013-12-16T12:01:15 | 2013-12-16T12:01:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,730 | h | /*
Generic SGD for elementwise and pairwise losses for Factorization Machines
Based on the publication(s):
Steffen Rendle (2010): Factorization Machines, in Proceedings of the 10th IEEE International Conference on Data Mining (ICDM 2010), Sydney, Australia.
Author: Steffen Rendle, http://www.libfm.org/
modifie... | [
"irwenqiang@gmail.com"
] | irwenqiang@gmail.com |
178e9bd83d1f58882016208cdd1209604fd46a0a | 1e7b7f72db68193891e847650311228d2ff2fe51 | /AggregatePercentageCalculation.c | 2e367235d0070f2dd4d27ae9c9532c39182f00f0 | [] | no_license | raviprakashdev/c_programming-basic | 2f93ef17544eeff30e8f9c2b4979d112448001f2 | d099dfef9967887308e5d92be29692b8a87b6fd1 | refs/heads/master | 2023-01-11T21:06:17.015394 | 2020-10-27T19:30:56 | 2020-10-27T19:30:56 | 150,702,373 | 6 | 71 | null | 2022-12-22T20:03:47 | 2018-09-28T07:28:39 | C | UTF-8 | C | false | false | 397 | c | #include<stdio.h>
int main()
{
float s1,s2,s3,s4,s5,aggregate,percentage; //s1,s2,s3,s4,s5 are the marks of five subjects
printf("Enter the marks of five subjects : ");
scanf("%f%f%f%f%f",&s1,&s2,&s3,&s4,&s5);
aggregate = (s1+s2+s3+s4+s5)*100/500;
percentage = (s1+s2+s3+s4+s5)*100/500;
printf("Aggregate marks : ... | [
"mallickdebajit3@gmail.com"
] | mallickdebajit3@gmail.com |
4a26f0e69b393c786494ff6d08323dbf0358f8f8 | 144b0083202bb56837177596cd73fff85c99e0d4 | /src/spathi_sfx.c | 1331664e1ebdf051f8d0270c39d662a68c1ebc98 | [] | no_license | david-barrett/sc2gba | 0976730977604ef45139c39da84f82bbdb2579cd | c64b99817ea0bdef0e9ef92dd1a417bfd9796434 | refs/heads/master | 2021-01-20T04:49:45.931105 | 2014-08-29T09:15:47 | 2014-08-29T09:15:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 161,701 | c | // *** Tektronic Wave Converter *** //
// This is a generated C/C++ file. Do not edit!
#define _signedunsigned signed
#include "TektronicWave.h"
// *** Tektronic Wave Converter *** //
// Sound name : _spathi_bullet
// Original length : 2601 bytes
// Total length : 2608 bytes
// Sampling rate : 16000 Hz
// Wave ... | [
"david.barrett@25WKWW1-PC.struq.org"
] | david.barrett@25WKWW1-PC.struq.org |
df19c89b7f877d10f1e7cde65d3af1ace58c4c84 | 7cfc5c5c597cdb8bb2272c3059fe6fe5b01f3a0c | /ql-ol-bootloader/platform/msm_shared/scm.c | a0c39589c6efa15c64a4c8254544b562114ddbd5 | [
"MIT"
] | permissive | haoxiaozi/AG35-LLP | bb9b5967835cd642151f93f1f9490b7ecf17a76f | accdd380e367ba7403b7a3054176090566c3b148 | refs/heads/master | 2020-11-26T12:31:51.527791 | 2019-10-22T07:38:20 | 2019-10-22T07:38:20 | 229,070,653 | 1 | 0 | null | 2019-12-19T14:24:29 | 2019-12-19T14:24:28 | null | UTF-8 | C | false | false | 36,350 | c | /* Copyright (c) 2011-2017, The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
* * Redistributions of source code must retain the above copyright
* notice, this ... | [
"415306041@qq.com"
] | 415306041@qq.com |
952629e9d932223b853b5585c46496fe54cc2091 | fb030ac7b8c83a1e1a4ea9a2331ca0d95807da4c | /jni/pl-atom.c | e089e12c1a8a12072791d4812c89e5fa21ffb987 | [] | no_license | imccoy/prechac-droid | 517e1097d203b005eceeb5723e5f30758190d1f9 | 4878e3cc610b2a1ef0a80d4535bfcddf1f8ae8c9 | refs/heads/master | 2021-01-10T21:23:10.660367 | 2014-06-30T23:16:31 | 2014-06-30T23:16:31 | 15,244,050 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 41,069 | c | /* Part of SWI-Prolog
Author: Jan Wielemaker
E-mail: J.Wielemaker@cs.vu.nl
WWW: http://www.swi-prolog.org
Copyright (C): 1985-2013, University of Amsterdam
VU University Amsterdam
This library is free software; you can redistribute it and/or
modify it under th... | [
"iain@mccoy.id.au"
] | iain@mccoy.id.au |
9811b17d6772437576ba54f0fae6fe3d1118c8bf | a646775ae2958a8cf25eca9263a8a9d094e91e8c | /Assignment2/lab2_1.c | 81ac0c1107b4c133ff7c96e598a4c06ac1c6df6e | [] | no_license | Dhanya-Abhirami/Parallel-and-Distributed-Computing-Lab | f93292202494f9755ef1ef7b10857dd4ea71b309 | 5ca36ed4125154ae95576a861c09650cba56971a | refs/heads/master | 2020-03-24T18:50:08.255579 | 2018-12-27T14:32:14 | 2018-12-27T14:32:14 | 142,900,392 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,586 | c | #include <omp.h>
#include <stdio.h>
#include <stdlib.h>
#include<time.h>
int main ()
{
printf("==============================EXERCISE 1==============================\n");
printf(" 1D ARRAY ADDITION WITH ENVIRONMENTAL CLAUSES VARIABLE SCOPE\n\t\tS. DHANYA ABHIRAMI\n\t\t16BCE0965\n");
int i,n;
float m;
double... | [
"noreply@github.com"
] | Dhanya-Abhirami.noreply@github.com |
f9231231a6d47d8dcd77d6bf0a0104de32d4876f | c4001da8f012dfbc46fef0d9c11f8412f4ad9c6f | /allegro/include/allegro5/internal/aintern_vector.h | 4a5ae9e82e8ed8e3ca04c7ecc626a67bf15d1981 | [
"Zlib",
"BSD-3-Clause"
] | permissive | sesc4mt/mvcdecoder | 4602fdfe42ab39706cfa3c749282782ca9da73c9 | 742a5c0d9cad43f0b01aa6e9169d96a286458e72 | refs/heads/master | 2021-01-01T17:56:47.666505 | 2010-11-02T12:36:52 | 2010-11-02T12:36:52 | 40,896,775 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,563 | h | #ifndef _al_included_aintern_vector_h
#define _al_included_aintern_vector_h
#ifdef __cplusplus
extern "C" {
#endif
typedef struct _AL_VECTOR
{
/* private */
size_t _itemsize;
char* _items; /* total size == (size + unused) * itemsize */
size_t _size;
size_t _unused;
} _AL_VECTOR;
... | [
"edwardtoday@34199c9c-95aa-5eba-f35a-9ba8a8a04cd7"
] | edwardtoday@34199c9c-95aa-5eba-f35a-9ba8a8a04cd7 |
a960667a47c74e27de17af1e3e68f643bef86990 | 00432dfc198ad3f383badaa637d9143bdea14a8c | /code/src/H107D_camera.c | cea635dd07a97216c7b5d6c39447b7cc6996d990 | [
"MIT"
] | permissive | guillaume-rico/HUBSAN-X4-H107D | d0f1e828b5de7e3c915af08175756e3deaa55408 | cb291d53e4f68a27db834aea7e651f053cd64112 | refs/heads/master | 2020-04-05T14:57:33.365115 | 2017-08-11T13:56:54 | 2017-08-11T13:56:54 | 68,456,361 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,777 | c | /*
Copyright 2016 Guillaume RICO
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 3 of the License, or
any later version.
This program is distributed in the hope that it will be usefu... | [
"alliaume.rico@gmail.com"
] | alliaume.rico@gmail.com |
75e98c9a8b4a83dedc7ad1963cccf078fecd2ef5 | b71b8bd385c207dffda39d96c7bee5f2ccce946c | /testcases/CWE690_NULL_Deref_From_Return/s01/CWE690_NULL_Deref_From_Return__int64_t_realloc_06.c | d92c78c482edcf8e00b2a3e6a1a78c09c4548757 | [] | no_license | Sporknugget/Juliet_prep | e9bda84a30bdc7938bafe338b4ab2e361449eda5 | 97d8922244d3d79b62496ede4636199837e8b971 | refs/heads/master | 2023-05-05T14:41:30.243718 | 2021-05-25T16:18:13 | 2021-05-25T16:18:13 | 369,334,230 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,442 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE690_NULL_Deref_From_Return__int64_t_realloc_06.c
Label Definition File: CWE690_NULL_Deref_From_Return.free.label.xml
Template File: source-sinks-06.tmpl.c
*/
/*
* @description
* CWE: 690 Unchecked Return Value To NULL Pointer
* BadSource: realloc Allocate data using r... | [
"jaredzap@rams.colostate.edu"
] | jaredzap@rams.colostate.edu |
8b79787bfe62249a9d7663e1c0c489d1573630f4 | b4045c3d2cdc618374e0d35eae154eb67e4e2325 | /clapack/SRC/dormql.c | 14314c97c67f4d6d37dfb8135803901dc152f832 | [] | no_license | idvr/sdkpub | 0a4be94a4b1fb6a56386dd57f886cad12886c966 | 2f9650075bf286e405efa8eb76d809886361aaa5 | refs/heads/master | 2020-05-20T19:25:10.529009 | 2016-07-26T00:11:23 | 2016-07-26T00:11:23 | 68,386,104 | 1 | 0 | null | 2016-09-16T14:21:16 | 2016-09-16T14:21:16 | null | UTF-8 | C | false | false | 9,047 | c | #include "blaswrap.h"
#include "f2c.h"
/* Subroutine */ int dormql_(char *side, char *trans, integer *m, integer *n,
integer *k, doublereal *a, integer *lda, doublereal *tau, doublereal *
c__, integer *ldc, doublereal *work, integer *lwork, integer *info)
{
/* -- LAPACK routine (version 3.0) --
U... | [
"blomcode@gmail.com"
] | blomcode@gmail.com |
3850ab0f3fa0aff97befcf8d5ed45d6b9e805048 | 0db3523c91af275aa54afa09596483b3a9abaaab | /Keil_C/FWLib/SC95F8x1x_Lib/inc/sc95f8x1x_adc.h | fb08fa3c585e16b884be35c75869ca46317cd646 | [] | no_license | mailier/86box | cc52895c920daaf8030cf2fc87f68f731db05916 | cf497c522af3ccd562392bdfaeb10563f0df9c9c | refs/heads/master | 2022-12-15T10:52:44.320910 | 2020-09-14T11:43:20 | 2020-09-14T11:43:20 | 295,404,185 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 3,268 | h | //************************************************************
// Copyright (c) 深圳市赛元微电子有限公司
// 文件名称 : sc95f8x1x_adc.h
// 作者 :
// 模块功能 : ADC固件库函数头文件
// 局部函数列表:
// 最后更正日期: 2019/7/10
// 版本 : V1.0
// 说明 :
//*************************************************************
#ifndef _sc95f8x1x_ADC_H_
#define _s... | [
"381114744@qq.com"
] | 381114744@qq.com |
beab809518afd8ff603a9dfa39758f5f68517efa | 9eee255b7a48c18f5c0f658c00207119854003ed | /CC2530_BasicRF通信实验/1.无线点灯实验/Light_node/source/apps/KEY/KEY.c | a870aeffd8c45d7d97fa5f1f4eec3ee8987c1924 | [] | no_license | aiotcom/eps | 7ff188fa012f7de5779d704cf0b5e324aa5294b9 | d53824d2acc0ea8245aee0d0c853ba02ed517660 | refs/heads/master | 2023-06-08T00:59:51.371020 | 2023-05-25T06:12:53 | 2023-05-25T06:12:53 | 296,216,664 | 6 | 9 | null | 2020-12-09T04:05:51 | 2020-09-17T04:13:01 | C | GB18030 | C | false | false | 2,547 | c | #include "delay.h"
#include "KEY.h"
#include "LED.h"
//==========================================================
// 函数名称: KEY_Init()
//
// 函数功能: 按键初始化函数
//
// 入口参数: 无
//
// 返回参数: 无
//
// 说明:
//==========================================================
void KEY_Init(void)
{
P0SEL &= ~0x03; //设置P0.0、P0.1为普通IO... | [
"dengyuanke@gmail.com"
] | dengyuanke@gmail.com |
28422fe6b3b7b4f736210ab3403476786b3d013c | 46367579a54a09dd220dd9a678b1452f06897f11 | /tags/hdf5_ff_v1/src/H5Mpublic.h | 44ae3507a1e9604f7d4c4225f1f3d7aeac465d11 | [
"LicenseRef-scancode-llnl",
"LicenseRef-scancode-hdf4",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | TPLink32/hdf5 | 33ff24c9b6133f0f51cb6cc2b722fba7bb1777dd | 0d6987c15284bd9f34c7e44452a152833d42a738 | refs/heads/master | 2021-05-31T01:15:39.463663 | 2016-04-14T23:02:09 | 2016-04-14T23:02:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,258 | h | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
* All rights reserved. *
* *
* T... | [
"chaarawi@dab4d1a6-ed17-0410-a064-d1ae371a2980"
] | chaarawi@dab4d1a6-ed17-0410-a064-d1ae371a2980 |
2a4973f23464f4742d6a2ff152e8202641b5d5e7 | 9faf9d9d4e055909bbc312b5ab6876a8904c6f72 | /Assign1/cs3723p1.c | 858addcb844d9ee92b7b897dfac24473b2f75a7a | [] | no_license | SamDash237/CS3723 | 4d96acaaed9f0ace796a643170f2b770add236e3 | b03a45e843818802085c9ad3a82e5e7d16175348 | refs/heads/master | 2020-04-09T15:43:58.336181 | 2018-12-17T07:18:19 | 2018-12-17T07:18:19 | 160,434,355 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,475 | c | #include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "cs3723p1.h"
/*
void * userAllocate(StorageManager *pMgr, short shUserDataSize, short shNodeType, char sbUserData[], SMResult *psmResult)
Purpose:
Allocates an AllocNode from our heap, copies the binary sbUserData into that node, and returns a pointe... | [
"noreply@github.com"
] | SamDash237.noreply@github.com |
639d1f0c760f60035b07f4a818549addb89a7f11 | 4daeb9ebf92d9826028a50bf4e4715c1ab145db1 | /Problem-Set/untitled_folder/Hamming_Numbers/q81.c | b0f9ec94ebda0b1dce6242340ad09674a3d5e3b6 | [] | no_license | Rahul2025/Thesis | 4148653fcc96d623d602ba58e33cc6465d1cd9f5 | df31863194e2e0b69646e3a48fcaf90541a55c2a | refs/heads/master | 2020-05-02T00:48:09.593873 | 2013-04-21T20:23:02 | 2013-04-21T20:23:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,885 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <gmp.h>
/* number of factors. best be mutually prime -- duh. */
#define NK 3
#define MAX_HAM (1 << 24)
#define MAX_POW 1024
int n_hams = 0, idx[NK] = {0}, fac[] = { 2, 3, 5, 7, 11};
/* k-smooth numbers are stored as their expone... | [
"rahulgupta2025@gmail.com"
] | rahulgupta2025@gmail.com |
913aa2b625df76ed69fabacd7b043b64933e6ba7 | 1f5cd870a892ea7fcff753c4723155468dd3125c | /project/LibSamples/FLASH/FLASH_Program/USER/main.c | d8881fb474c4565fb748f794c329b41a26d438c8 | [] | no_license | SoCXin/MM32F013 | 1e6416401eb6ee7db2009ac05cc0bbe4c6ff449b | eb746129a76e084eadad6c3d4d1a3a5a48dabbc9 | refs/heads/master | 2023-03-29T10:45:50.320751 | 2021-03-24T06:05:16 | 2021-03-24T06:05:16 | 184,999,974 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,111 | c | ////////////////////////////////////////////////////////////////////////////////
/// @file main.c
/// @author AE TEAM
/// @brief THIS FILE PROVIDES ALL THE SYSTEM FUNCTIONS.
////////////////////////////////////////////////////////////////////////////////
/// @attention
///
/// THE EXISTING FIRMWARE IS ONLY FOR RE... | [
"qitas@qitas.cn"
] | qitas@qitas.cn |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.