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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
09a793e02d71137d978bf820c2a1a4d895d8db3d | a7dc9f6b199cd49a7e9f29452760102216f6cae9 | /crawler_step234/crawler_step2.c | a9937b6d05200f5b8fa0b42075de0d50319aadbb | [] | no_license | ooblex1/yaks_module_4 | cecfb2b908ca4c4fb7e07302e421db616e3b2089 | 49c4517584425caf642349c6d56620a34d16d30c | refs/heads/master | 2023-01-19T03:02:53.868930 | 2020-11-14T23:36:04 | 2020-11-14T23:36:04 | 304,446,384 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,200 | c | /* crawler.c ---
*
*
* Author: Ye Zhang
* Created: Thu Oct 15 16:40:16 2020 (-0400)
* Version: 1
*
* Description: craws the web form a given seed to a given maxDepth and
* catches the content of the pages it finds, one page per file,
* in a given directory
* code for step 2 only
*
*/
#include <stdio... | [
"ye.zhang.th@dartmouth.edu"
] | ye.zhang.th@dartmouth.edu |
909424dce766faec742494bff9c3692bde857b3a | 14caa349187973858180c8216a6f05dcbc7ba3a6 | /src/ethernet/netif/enc28j60if.c | cdda264483b70e26fd387f49763dcacd3f65017c | [] | no_license | jongwonk/fun_thing1 | f67bda2ce9674cfe1576de6098b4b786060d7efc | fd7ec79c359e1097780c253606746eb71a765eb1 | refs/heads/master | 2016-09-10T18:26:39.585214 | 2014-06-18T16:58:38 | 2014-06-18T16:58:38 | 16,706,389 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 9,784 | c | /**
* @file
* Ethernet Interface Skeleton
*
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* 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. Redistribut... | [
"jongwonk@debian"
] | jongwonk@debian |
dbebaa44a2961e3340606577865af162ef383f22 | 0744dcc5394cebf57ebcba343747af6871b67017 | /external/iotivity/iotivity_1.2-rel/resource/csdk/connectivity/lib/libcoap-4.1.1/include/coap/str.h | 0a966863ecd7c0ee4f0643b5f51543072ea56077 | [
"Apache-2.0",
"GPL-2.0-only",
"MIT",
"BSD-3-Clause",
"GPL-1.0-or-later"
] | permissive | Samsung/TizenRT | 96abf62f1853f61fcf91ff14671a5e0c6ca48fdb | 1a5c2e00a4b1bbf4c505bbf5cc6a8259e926f686 | refs/heads/master | 2023-08-31T08:59:33.327998 | 2023-08-08T06:09:20 | 2023-08-31T04:38:20 | 82,517,252 | 590 | 719 | Apache-2.0 | 2023-09-14T06:54:49 | 2017-02-20T04:38:30 | C | UTF-8 | C | false | false | 756 | h | /* str.h -- strings to be used in the CoAP library
*
* Copyright (C) 2010,2011 Olaf Bergmann <bergmann@tzi.org>
*
* This file is part of the CoAP library libcoap. Please see
* README for terms of use.
*/
#ifndef _COAP_STR_H_
#define _COAP_STR_H_
#include <string.h>
typedef struct
{
size_t length; /* length... | [
"hj_elena.kim@samsung.com"
] | hj_elena.kim@samsung.com |
4ade7febef354c7a63bf43d1c412747d36d26ddb | ff90f51b1637dc181b51815304da90efbea94bff | /Stack&Queue/SequenceStack/main.c | e0ca46922362d98b23db7b23164bd6ba9639e60a | [] | no_license | amankumarmahavar/DataStructure | 5d214df63c5e694601dba2319f0c3937ed60b21b | 015bea7a19fc621f8b9e251da2769d63e6614c0e | refs/heads/master | 2021-09-15T21:51:15.341748 | 2018-06-11T14:37:32 | 2018-06-11T14:37:32 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,231 | c | #include <stdio.h>
#include <stdlib.h>
#include "./SequenceStack.c"
void PrintElem(ElemType e);
//测试函数,打印整型
int main(int argc, char **argv)
{
SqStack S;
int i;
ElemType e;
printf("函数 InitStack 测试...\n");
{
printf("初始化顺序栈 S ...\n");
InitStack_Sq(&S);
printf("\n");
}
PressEnter;
... | [
"willhunger@foxmail.com"
] | willhunger@foxmail.com |
50c56fb85ead7b824a382c8e07aaec284d5383fd | f0189b51bc687fe14a4ac0cc48a64407dc40d8a9 | /Core/Inc/stm32g4xx_hal_conf.h | 48db2a80b642e2b3cf46142ec017f0500e8ad920 | [] | no_license | CalebKang/stm32g431rb_freertos_isr_queue_test | 55188ee91b618b9ccdd1f3bdc2a1bf5c410f0a92 | e8d29e26f556e7ad73dbf2f1770ebfa0720c8220 | refs/heads/master | 2022-12-01T05:18:44.928768 | 2020-08-21T14:45:12 | 2020-08-21T14:45:12 | 278,586,656 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,475 | h | /**
******************************************************************************
* @file stm32g4xx_hal_conf.h
* @author MCD Application Team
* @brief HAL configuration file
******************************************************************************
* @attention
*
* <h2><center>© ... | [
"kangcaleb@gmail.com"
] | kangcaleb@gmail.com |
b500ab73255d34423176c421668c6f905895cea9 | 1956ce04cec5e30dbfc5fd4444b330d9e4440354 | /usb/f411_fs_hid_mouse/src/i2c.c | fab64914150e78310ad3dfdcae16b7d9caa8951a | [] | no_license | har-in-air/STM32_CODE_EXAMPLES | 34fdeade6708559b8c45a7d38828fa13ff971d93 | 9b6b11a1db665d84bbe7695d7c0bd3e4f6eb6b48 | refs/heads/master | 2023-08-10T17:08:35.107204 | 2021-09-10T10:19:45 | 2021-09-10T10:19:45 | 272,433,105 | 14 | 5 | null | null | null | null | UTF-8 | C | false | false | 7,895 | c | #include "util/misc.h"
#include "i2c.h"
#define CLEAR_ADDR_FLAG() {uint32_t tmp = I2C1->SR1; tmp = I2C1->SR2; (void)tmp;}
#define I2C_DUTYCYCLE_2 0x00000000U
#define I2C_DUTYCYCLE_16_9 I2C_CCR_DUTY
#define I2C_ADDRESSINGMODE_7BIT 0x00004000U
#define I2C_ADDRESSINGMODE_10BIT ... | [
"harinnair@yahoo.com"
] | harinnair@yahoo.com |
57ad96d8dd2a9bd7a1519a17caea4b18814fa86e | cac55644d34df82a29d18a97006f15b5ab9aa3ef | /XCGUI/string_x.h | 426e75c75fc6eb1f48d2944f3ec6f6a8ff9accf9 | [] | no_license | Faky2020/XCGUI | 92cb3e17e396fdd782e7759d72700b201509d843 | faf4b05d91e6a558047ced3d501f0378d3a8aadf | refs/heads/master | 2021-07-25T04:51:19.381656 | 2017-08-22T12:13:59 | 2017-08-22T12:13:59 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,786 | h | /**************************************************************************\
*
* Copyright (c) 炫彩界面库. All Rights Reserved.
*
* 炫彩界面库 - 官方网站 : http://www.xcgui.com
*
\**************************************************************************/
#pragma once
struct string_
{
object_ object;
wchar_t *pDa... | [
"ljvblfz@users.noreply.github.com"
] | ljvblfz@users.noreply.github.com |
a07fdcd60f83f74f141ec4aeddeef20549778a01 | 38fb7af8f8e51e139a8273d087a8f7d9373416ed | /ft_push_swap.c | 7682b28b47423318dd5bc9d0b5a838796d6a9740 | [] | no_license | pizzazombie/push_swap | fa8795c73a55171f375865b8f83f734b290c10ae | e69bbb863f7a429ff8d6a84a85e17d8b7018fae8 | refs/heads/master | 2020-08-01T18:50:22.936828 | 2019-09-26T12:32:08 | 2019-09-26T12:32:08 | 198,258,886 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,661 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_push_swap.c :+: :+: :+: ... | [
"mkami@at-c2.21-school.ru"
] | mkami@at-c2.21-school.ru |
3278d08099121d153a304af0820832eebb6cdae1 | ba4959e109ff0257444c036802f1ac1c360f7d95 | /kent/src/hg/lib/affyTranscriptome.c | bd19cae562c9bd91acbd3e0ce3c5ff534cca70cc | [
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-proprietary-license",
"MIT"
] | permissive | hillerlab/CESAR2.0 | 7d98c705259ee3e1e6bb3dc58fb3571435816cdf | 84b5fc739523c5407bb23e4ead1c5af778fec587 | refs/heads/master | 2022-12-12T12:10:49.874628 | 2022-12-01T08:19:12 | 2022-12-01T08:19:12 | 86,730,515 | 29 | 13 | MIT | 2020-11-20T11:49:20 | 2017-03-30T17:34:11 | C | UTF-8 | C | false | false | 6,511 | c | /* affyTranscriptome.c was originally generated by the autoSql program, which also
* generated affyTranscriptome.h and affyTranscriptome.sql. This module links the database and
* the RAM representation of objects. */
/* Copyright (C) 2014 The Regents of the University of California
* See README in this or parent... | [
"hiller@mpi-cbg.de"
] | hiller@mpi-cbg.de |
381342045a71e9ff4db0135ad8c84e779f68f909 | ea4e3ac0966fe7b69f42eaa5a32980caa2248957 | /download/unzip/ksh/ksh-18/ksh/src/lib/libast/include/magicid.h | 33979c7c4846961c8b3dd32e7952c88bfdd9f05d | [] | no_license | hyl946/opensource_apple | 36b49deda8b2f241437ed45113d624ad45aa6d5f | e0f41fa0d9d535d57bfe56a264b4b27b8f93d86a | refs/heads/master | 2023-02-26T16:27:25.343636 | 2020-03-29T08:50:45 | 2020-03-29T08:50:45 | 249,169,732 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,993 | h | /***********************************************************************
* *
* This software is part of the ast package *
* Copyright (c) 1985-2011 AT&T Intellectual Property *
* and i... | [
"hyl946@163.com"
] | hyl946@163.com |
77bb9f797250fb8b6058cdb1db2357981081880f | 6665e23faca86736f2ef4d922fe2d0a731d1a617 | /tests/strlen_test.c | 56ac28363064da33fb7ce005683f672e51baba75 | [] | no_license | Ionbom/Libion | a397fc7c30da6a8676d97b45bf6936398c6ed272 | 80438f5b8d6bcb6bc7532c5acabf428ae9f22896 | refs/heads/master | 2022-12-24T18:22:13.224293 | 2020-10-06T07:45:08 | 2020-10-06T07:45:08 | 293,491,744 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 255 | c | #include <libion.h>
// Unit test for strlen_ion.
int main()
{
char str[] = {"Success."};
putstr_ion("Testing strlen_ion with ");
putstr_ion(str);
putstr_ion(": ");
putnbr_ion(strlen_ion(str));
putstr_ion("\n");
return 0;
} | [
"teunvanbokhoven@live.nl"
] | teunvanbokhoven@live.nl |
82210c33661a11ff2556dd86ec85e2de6705a71c | 758c77b05bdd1ebd101d2ef3d82c29216d578b46 | /de_d_WM/project/release/src/net/UDPServer.c | eb298c2e8a1d595709068d501cf522c97ccd10c2 | [] | no_license | 13760608197/TC_Project | 1d23908fd1d8f5296f82fb7454c600c97b758fd7 | 6f8b7764b50e4b2c6f48b9f60bb7badb91bc4298 | refs/heads/master | 2021-05-14T10:40:25.234971 | 2018-01-05T08:45:34 | 2018-01-05T08:45:34 | 116,360,297 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 14,638 | c | #ifdef WIN32
#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
#include <winsock.h>
#define MSG_USER 0x0800
int MyPostMessage(unsigned int hWnd,UINT Msg,WPARAM wParam,LPARAM lParam);
#define IPDATA sin_addr.S_un.S_addr
#define MSG_NOSIGNAL (0)
#define VAILDTIME (5000) //5秒
#de... | [
"13760608197@sina.cn"
] | 13760608197@sina.cn |
4b5d9de04ed3b26765f6e184d035126cfd1b2d5a | 94625ec9d0866367083bc8d606ae67543217d3bd | /SafeProtectKit/Classes/SafeDefines.h | fe261341baeabb3fcfebc51d3f153f8917c163c6 | [
"MIT"
] | permissive | haiwei-Lee/SafeProtectKit | 1f73fd70feec5ba859553a9f8fe54daa44148662 | 2d5d679c045dea3c54ef735b6ab7540b6402d32c | refs/heads/master | 2023-05-12T17:40:30.251227 | 2021-06-02T02:30:48 | 2021-06-02T02:30:48 | 372,808,947 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 374 | h | //
// SafeDefines.h
// Pods
//
// Created by biyao on 2021/6/2.
//
NS_INLINE NSUInteger SafeMaxRange(NSRange range) {
if (range.location >= NSNotFound || range.length >= NSNotFound) {
return NSNotFound;
}
if ((range.location + range.length) < range.location) {
return NSNotFound;
... | [
"haiwei.li@foxmail.com"
] | haiwei.li@foxmail.com |
ffa4977b81583027fb7a119c4a58d212ebd388ce | 36eb729456800789b865251ec22646d30eed49d4 | /lesson-18/t_isatty.c | 2e5bc4ebc2a8f176dda74336481045d128a31ea7 | [] | no_license | RainyDevil/SourceCodeByAPUE3e | c4af5e57a2665f749f668681cce1fe8727bade32 | f13cd39ec00d81e1e58173c54dfe31c5813e1341 | refs/heads/master | 2022-11-15T22:42:03.558918 | 2020-07-08T09:22:27 | 2020-07-08T09:22:27 | 278,561,564 | 2 | 0 | null | 2020-07-10T06:54:35 | 2020-07-10T06:54:35 | null | UTF-8 | C | false | false | 497 | c | /*************************************************************************
> File Name: t_isatty.c
> Author: Hatter
> Mail: caolei67674@gmail.com
> Created Time: Mon 21 Nov 2016 01:25:59 PM CST
************************************************************************/
#include <stdio.h>
#include <apue.h>
int mai... | [
"caolei6767@gmail.com"
] | caolei6767@gmail.com |
cddccc678a8712a41f61497a4eafff798780550c | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/pinctrl/extr_pinctrl-rza1.c_rza1_gpio_direction_input.c | 2d31fffee77bea86e0e8964a241c2d7f3519a81b | [] | 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 | 822 | 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 |
95b22054e0e0105e8419d238ef72d88456fdbcf0 | 16195c3087577b8ebf8f3a22a1c05d82f52aa1d5 | /packages/nodeOS-Legacy/qemu/include/qapi/qmp/qint.h | 3aaff768ddb30a0896324af9eb855f15dc417579 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"GPL-2.0-only",
"GPL-1.0-or-later",
"LGPL-2.1-only",
"LGPL-2.0-or-later",
"LGPL-2.1-or-later",
"LicenseRef-scancode-other-copyleft",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | stealify/os | b5a122e851e6aaa085c1c231ea9e21cbc45baa0f | 6f231a99c889cb37d2051a028de1f0463c8b0a7e | refs/heads/master | 2022-11-01T04:29:35.959173 | 2022-10-08T22:43:18 | 2022-10-08T22:43:18 | 111,798,167 | 0 | 0 | Apache-2.0 | 2022-05-31T06:19:00 | 2017-11-23T10:52:38 | C | UTF-8 | C | false | false | 565 | h | /*
* QInt Module
*
* Copyright (C) 2009 Red Hat Inc.
*
* Authors:
* Luiz Capitulino <lcapitulino@redhat.com>
*
* This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
* See the COPYING.LIB file in the top-level directory.
*/
#ifndef QINT_H
#define QINT_H
#include "qapi/qmp/qobject.h"... | [
"frank@lemanschik.com"
] | frank@lemanschik.com |
9a42e446b82883f3af1033751fb9290ec264e188 | cafe4cc5e7b49b7628440bd4abe060b2b375b8d2 | /Team_Alien/test/AlienEngine/source/DirectXIncludes.h | 2855d207c4c221a02ffebe2078f09284bb64ac47 | [] | no_license | sshedbalkar/DigiPen_Backup | 47e75d03d06f8753c34c3777f2685a1fa055b7c9 | a4bc4446e28bd997a4ad35bf53d70fa3707189ff | refs/heads/main | 2022-12-25T18:36:22.711116 | 2020-10-11T09:32:22 | 2020-10-11T09:32:22 | 303,085,254 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 829 | h | ///////////////////////////////////////////////////////////////////////////////////////
///
/// \file DirectXIncludes.h
/// Header file that includes directX and defines D3D_DEBUG_INFO in debug.
///
/// Authors: Chris Peters
/// Copyright 2010, Digipen Institute of Technology
///
///////////////////////////////... | [
"sanoysyg@gmail.com"
] | sanoysyg@gmail.com |
ae8dec4441f6c2f6e43f07105c6e4f9fa7e1c2aa | 73dde011bb0988b3fe923dab3ddc8a3cbf5db627 | /src/dpdk/drivers/net/mlx5/mlx5_flow_age.c | 3005afdd33cdbd045eee44364ac5ef9f0bef118b | [
"GPL-1.0-or-later",
"GPL-2.0-or-later",
"GPL-2.0-only",
"Apache-2.0"
] | permissive | ybrustin/trex-core | a7bf27b8d1cf397491b577abdd16a3b48928afb8 | e5521af766bbfad807eb8d185b6496eb25c65689 | refs/heads/master | 2021-10-09T06:02:41.510677 | 2021-09-15T05:49:54 | 2021-09-15T05:49:54 | 102,626,008 | 0 | 0 | Apache-2.0 | 2019-09-10T11:34:14 | 2017-09-06T15:31:04 | C | UTF-8 | C | false | false | 15,051 | c | /* SPDX-License-Identifier: BSD-3-Clause
* Copyright 2020 Mellanox Technologies, Ltd
*/
#include <mlx5_prm.h>
#include <rte_malloc.h>
#include <rte_cycles.h>
#include <rte_eal_paging.h>
#include <mlx5_malloc.h>
#include <mlx5_common_os.h>
#include <mlx5_common_devx.h>
#include "mlx5.h"
#include "mlx5_flow.h"
/**
... | [
"hhaim@cisco.com"
] | hhaim@cisco.com |
87dedbf0aa0c415c4aef0a1d26bd6c1fa574d3b6 | b4045c3d2cdc618374e0d35eae154eb67e4e2325 | /clapack/SRC/dlapmt.c | 1f0fdc6f00519caf4fbe89a25ec0b026c484d2ed | [] | 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 | 3,250 | c | #include "blaswrap.h"
#include "f2c.h"
/* Subroutine */ int dlapmt_(logical *forwrd, integer *m, integer *n,
doublereal *x, integer *ldx, integer *k)
{
/* -- LAPACK auxiliary routine (version 3.0) --
Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd.,
Courant Institute, Argonne N... | [
"blomcode@gmail.com"
] | blomcode@gmail.com |
525fae1900f3011b3d17bd0e73ad12a9bbdf2e09 | 8caba1a88ef23d7a38c106c684073c3a1d08319c | /config.h | f5eb27ba7282b8fd8b99999e0c88cf8708751ddf | [
"MIT"
] | permissive | honoka672/st | a43c01ebe9688e4636ef955f8745a3ddfb35fb2e | f3048f9ddb65292a4ec47a5882afc360343cd0aa | refs/heads/master | 2022-12-08T16:56:23.567854 | 2020-09-03T22:04:36 | 2020-09-03T22:04:36 | 290,564,191 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 22,088 | h | /* See LICENSE file for license details. */
// =========={ Appearance }==========
/* Border */
static int borderpx = 20; // padding
/* Font */
static char *font = "monospace:pixelsize=16:antialias=true:autohint=true";
/*
* Color used to display font attributes when fontco... | [
"honoka672@gmail.com"
] | honoka672@gmail.com |
5bd0a209f074e4c42bf89e3575eb22d8965898ce | 2b883643cf939b0b087ecef64d81b94169ea8acd | /core/iwasm/aot/arch/aot_reloc_thumb.c | 01fbe77ee089b526d6cd59607beea44bf13d10d1 | [
"Apache-2.0",
"LLVM-exception"
] | permissive | saju/wasm-micro-runtime | adc4b38416751bfdf0173f613b22e4f6ecd68f5b | 0ccd74713fa6e1c8596bff2554f0116f6a29db0e | refs/heads/main | 2023-08-07T19:38:52.413188 | 2021-09-15T05:51:48 | 2021-09-15T05:51:48 | 405,507,038 | 0 | 0 | Apache-2.0 | 2021-09-11T23:56:12 | 2021-09-11T23:56:12 | null | UTF-8 | C | false | false | 9,345 | c | /*
* Copyright (C) 2019 Intel Corporation. All rights reserved.
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
*/
#include "aot_reloc.h"
#define R_ARM_THM_CALL 10 /* PC relative (Thumb BL and ARMv5 Thumb BLX). */
#define R_ARM_THM_JMP24 30 /* B.W */
void __ltdf2();
void __adddf3();
void __eqdf2();
v... | [
"noreply@github.com"
] | saju.noreply@github.com |
23b6a1d5512252d9ca7ab62d5c0ca5b91f59b425 | 9f32836ea276df82460eff15f5a3070a3107857e | /KelisSDK/ulibs/hal/gree/driver/imp/gm_hal_imp.c | a4a76ec9bfbdd0edcb8b8ca7fcc10fb00bd91aff | [] | no_license | hdagd/BPI-EAI80-bsp | 723f9c8af1d6a2eea68414167cf7526099ba9656 | cb3fb230de0f16caec117a08ee94b40c41913b1c | refs/heads/master | 2023-06-30T00:56:34.151192 | 2021-07-23T01:27:19 | 2021-07-23T01:27:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,455 | c | /**
*
* Copyright (C) 2016 Gree Microelectronics. All Rights Reserved.
*
* @file gm_hal_imp.c
*
* @author mark.lee
*
* @version 1.0.0
*
* @date 2018/01/03
*
* @brief IMP HAL module driver.
*
* @note
* 2018/01/03 , mark.lee, V1.0.0
* Initial version.
*/
... | [
"lionwang@sinovoip.com.cn"
] | lionwang@sinovoip.com.cn |
52824172573d423b7ce36301338a0150e02f62ab | 729f250a26fa67c208f59993db472fd2a8004a56 | /STM32_Code/HardWare/RS485/RS485.c | 91e0dba9029926fb3888564c0cf57e730de7d95e | [] | no_license | DaQi0510/DataCollection | 84861d5f1053ea5622b2b68845d0848968626b6e | 4f59600c09cc84ad4e9b487527f0710553444ddd | refs/heads/master | 2021-01-20T06:44:55.635463 | 2017-05-06T14:42:54 | 2017-05-06T14:42:54 | 89,925,017 | 0 | 1 | null | null | null | null | GB18030 | C | false | false | 4,835 | c | #include "RS485.h"
u8 AddressFlag=0;
extern volatile u16 Meters_DataNum;
u8 Meters_Data_Power[20];
u8 Meters_Data_Address[16];
extern volatile u8 Meters_Data_Rec[100];
extern u8 MeterAddress[6];
void RS485_Init(void)
{
USART_InitTypeDef USART_InitStructure;
NVIC_InitTypeDef NVIC_InitStructure;
GPIO_InitTypeDef GPIO_... | [
"15933966619@163.com"
] | 15933966619@163.com |
8e9cc64d8431ba8be9c7821a2e3d3b16c6002022 | f19ca524f3ab9c422d85993d1e6fa8e748437426 | /libretro-common/include/compat/msvc.h | 7302f645ae3ac856899a6824f837e0b9c85298c6 | [] | no_license | garbear/4do-libretro | 6c1a8b80cbe8fa6fcd4b894e215ff76fa22e00f6 | 5f3804f4703eb11a920519d31c39b03224fb001f | refs/heads/master | 2021-05-14T00:38:26.250609 | 2018-01-05T12:57:28 | 2018-01-05T12:57:28 | 116,546,416 | 1 | 0 | null | 2018-01-07T07:29:07 | 2018-01-07T07:29:07 | null | UTF-8 | C | false | false | 4,288 | h | /* Copyright (C) 2010-2017 The RetroArch team
*
* ---------------------------------------------------------------------------------------
* The following license statement only applies to this file (msvc.h).
* ---------------------------------------------------------------------------------------
*
* Permission ... | [
"libretro@gmail.com"
] | libretro@gmail.com |
70984678e70b49313af026f4f40ab18afce2d756 | 51c6e4519c040881c5e0ec1c0cc96dd6ffd767bf | /bsp/stm32f207VC_tw705/app_712/UsrSerial/Device_UsrSerial.c | 4b577f7694e5099f0caf3b0766489ee2f9b58a4e | [] | no_license | nathanlnw/leidalora | 05f4f1caea47c9f45deedcb8bbafc6d142a6d710 | d2982ede9d919d7ad9b77eda83007598ddfa4ba4 | refs/heads/master | 2021-01-13T04:40:44.493938 | 2018-02-25T02:42:04 | 2018-02-25T02:42:04 | 79,185,081 | 0 | 2 | null | null | null | null | GB18030 | C | false | false | 24,769 | c | /*
Device User Serial 232
*/
#include <rtthread.h>
#include <rthw.h>
#include "stm32f2xx.h"
#include "usart.h"
#include "board.h"
#include <serial.h>
#include <stdlib.h>//数字转换成字符串
#include <stdio.h>
#include <string.h>
#include "App_moduleConfig.h"
#include "Device_CAN.h"
#include <finsh.h>
#include "Device... | [
"lnw.nathan@foxmail.com"
] | lnw.nathan@foxmail.com |
6d1ec3b3a7e23fc44ebe0a0d220aabd77cb802af | d85374f4c6bda15b16b2f626102f990e767aac70 | /src/libmad/decoder.c | 740b0f98d99c7b5188bb111c5b1ad6bb34aee893 | [] | no_license | jbasu2013/WIFI_RADIO | e82acd0f9016e59b312ca078a5625a4a8d874a41 | 95306d887f7af043e09d8dcc8ebdfb21d15e4130 | refs/heads/master | 2022-04-10T01:53:26.466347 | 2020-04-05T11:15:30 | 2020-04-05T11:15:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,593 | c | /*
* libmad - MPEG audio decoder library
* Copyright (C) 2000-2004 Underbit Technologies, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at ... | [
"iliasam@mail.ru"
] | iliasam@mail.ru |
b92aa2e0dc1a6e9e28e7e523a947ac04bd7abf2b | d51268f9e11882f9de8af087feb98fe777521677 | /ROV_Code/Pi/acconeer_library/callPython.h | 94f2c6eec38117ae1b1051225c7eb456f8a9a5c4 | [
"BSD-3-Clause-Clear",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | vrr8483/P21321 | 6779b6a77d894fa52d8102e778372a2629b61e1e | fa3652a261a49094214129ac9fc6eb4acfa7d849 | refs/heads/main | 2023-04-23T03:58:48.419180 | 2021-05-08T21:17:56 | 2021-05-08T21:17:56 | 305,495,664 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 83 | h | //Header file for Python function
double runPythonScript(int argc, char *argv[]);
| [
"jws4455@rit.edu"
] | jws4455@rit.edu |
c1c2c7b596be86d16f67a818aca74d821f66c727 | 63dff76e3dff80098a78d047f8afe66ea15f6e2c | /Assignment-4(11 Jan)/6_2.c | b4f61e2b2fce29e4d55489f93b2d73b66fe311a4 | [] | no_license | Siddharth189/CS-Assignments-first-semester | 1940f89b0493d03ffa061dfe5f6f83f3d0647067 | 7f9bc667165747434f08b6004fc8c89c1e8148eb | refs/heads/master | 2023-03-31T17:22:08.049621 | 2021-03-27T17:14:46 | 2021-03-27T17:14:46 | 350,233,581 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 331 | c | #include<stdio.h>
int main()
{
int n=2;
float s=0.0;
float val=0.0;
for(int i=1; i<=2; i++)
{
if(i%2==0)
{
i=(-1)*i;
}
val=(1.0/i);
s = s + val;
printf("%g\n",val);
}
printf("\n%g",s);
return 0;
}
///ii. S2 = 1−1/2+1/3−1/4+... | [
"siddharth.singh@iiitg.ac.in"
] | siddharth.singh@iiitg.ac.in |
90795190519b263fbb6f10883bf69658c16b24a5 | 212ea8f6e0ac958250245420cca56bd523b56584 | /src/310vtbl.h | 853c7d68d3a196767f10805d2a6f27c3f729dc81 | [] | no_license | nihui/xf86-video-siska | e7477c44b1a1dc1cc890b4af877956b2c1c764d9 | 6fcff29d893856fc1b4d8f34b6a794576364351a | refs/heads/master | 2021-01-22T03:06:11.675353 | 2012-06-20T03:31:14 | 2012-06-20T03:31:14 | 4,721,908 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 61,294 | h | /*
* Register settings for SiS 315/330/340 series
*
* Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria
*
* If distributed as part of the Linux kernel, the following license terms
* apply:
*
* * This program is free software; you can redistribute it and/or modify
* * it under the terms of the GNU... | [
"nihui@nihui-desktop.(none)"
] | nihui@nihui-desktop.(none) |
d95e0d1ad63746d6fd98ccbc44e826bff93753f5 | ef1abb015ef61478c67ee935f59c2143cbbdc1bb | /edge_dectection_unix/libft/ft_strlcat.c | db344dffd5095f75cad6eda11a3ba3d2ce72ca4f | [] | no_license | edelangh/edgeDetection | d30f0e3f2a79ac4bb4f3ca3d3712c4861f9e7454 | 35524279508bc76444dd526df48f198a93b4c3ef | refs/heads/master | 2016-08-11T08:44:18.621877 | 2015-11-14T19:07:29 | 2015-11-14T19:07:29 | 44,173,483 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,223 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strlcat.c :+: :+: :+: ... | [
"edelangh@student.42.fr"
] | edelangh@student.42.fr |
7d1b2b591e02eb3702def8577348258fcda80268 | 6a9109d3397bd74f7cfd3ccb361626a59a8a59e2 | /CES/SOURCE/BAMSCES/jobfund.h | 7ae5bfb3d809bed656c2f428a9b36a477bc553d2 | [] | no_license | gnu0000/mec-old-ces_old | f57638e1989253ef7c732b93019891100869e445 | 991cc945576db8b693bfd6d7cd533e02f95477e7 | refs/heads/master | 2023-05-26T23:14:25.193145 | 2021-06-15T01:18:36 | 2021-06-15T01:18:36 | 376,997,692 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,447 | h | /*--------------------------------------------------------------------------+
| |
| Copyright (c) 1992 by AASHTO. All Rights Reserved. |
| |
| ... | [
"craig.fitzgerald00@gmail.com"
] | craig.fitzgerald00@gmail.com |
2c0e88f9ba6de44109ef33b1fb98c8c8d7b8c9c0 | bf9c753c381b01a814f0c351d28f4fe46c066718 | /MetodOrdenacaooBubbleSort/main.c | 1f2bfb6146deda69f52590140f1c4ab6ca3a7be4 | [] | no_license | usrAndre/Algoritmo-Estrutura-de-Dados | b7ec18290712e6682e0c98f801ba29a8f55fdb04 | d87e5b213e4b7dd60b0dcf1a3cd5a60592f107b2 | refs/heads/main | 2023-03-19T16:05:47.162382 | 2021-03-09T20:06:34 | 2021-03-09T20:06:34 | 346,129,834 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 6,204 | c | // Criado em 21/03/2018
#include "stdio.h"
#include "stdlib.h"
/*****************************************************************************************/
/** Prototipos para funções de ordenação interna */
/***************************************************************... | [
"noreply@github.com"
] | usrAndre.noreply@github.com |
00b24f9ad47e33309c5ba2e2ba94449add34e22b | 7a92745c186afe749ba57ab7db7d711394cbaf10 | /src/serverOps.c | ee3d7fb4248021cd207224138e1636631cee66b1 | [] | no_license | rajaram-rabindranath/grad-Networks-Distance-Vector | 39c2f279b72ed635575a8db9a646f4bff606b69a | 72a85af603182ba5651d9d8000fc089e18b76589 | refs/heads/master | 2020-04-05T02:54:47.969791 | 2015-02-10T10:57:17 | 2015-02-10T10:57:17 | 30,587,993 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 40,429 | c | /*=============================================================================
* File Name: serverOps.c
* Project : cse589_project2
* Version : 0.1V
* Author : Rajaram Rabindranath (50097815)
* Created : October 22nd 2013
============================================================================*/
#inclu... | [
"rajaram.rabindranath@gmail.com"
] | rajaram.rabindranath@gmail.com |
f14da4a2e72a8a4ba396f32efe87fa47c6df4fba | dd53f29846d03de66711e27aa21c5334fff9b1aa | /mDNSCore/mDNSDebug.h | 5467ae64333dedd59932d46a5629eba16de87010 | [
"NICTA-1.0",
"BSD-3-Clause",
"Apache-2.0"
] | permissive | unofficial-opensource-apple/mDNSResponder | 7ddc4eaedc2ac74d991074efe3ce77cc3abbbdc0 | baebc30ecbc64ca1ff33eba5344978f5592ee673 | refs/heads/master | 2020-04-21T14:34:08.552065 | 2014-10-30T20:55:46 | 2014-10-30T20:55:46 | 27,098,841 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,880 | h | /* -*- Mode: C; tab-width: 4 -*-
*
* Copyright (c) 2002-2003 Apple Computer, Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/li... | [
"opensource@apple.com"
] | opensource@apple.com |
d4b8fe01bf34aabbdb9fbba5e94357c36ea06182 | 099125525f25327f4e50c492dd27b425d95428a5 | /sys/arch/solbourne/include/_types.h | 8fb97f7b1e035c49474b2778357e2b3a68f93b8a | [] | no_license | bradla/OpenBSD-Hammer2 | 2d9223e167347fea59afc7866deb8c5e9c7bd167 | 3cdc26721c09a4e3b6c18086d544a386330af59d | refs/heads/master | 2021-01-21T05:05:20.249320 | 2014-10-18T07:27:28 | 2014-10-18T07:27:28 | 19,660,090 | 18 | 2 | null | null | null | null | UTF-8 | C | false | false | 92 | h | /* $OpenBSD: _types.h,v 1.2 2013/03/21 02:10:37 deraadt Exp $ */
#include <sparc/_types.h>
| [
"brad@Brads-MacBook-Pro-2.local"
] | brad@Brads-MacBook-Pro-2.local |
aa8c0b4c538fa7af97e17bb6fe1c8b30dab1b26d | 90332e35e6508da0a2f2f1dd110b7b4fe90cb4e7 | /src/Battle.c | 3af35f774f9eee7d0c0ba3bd9b4ce787647b6af0 | [
"MIT",
"CC-BY-4.0"
] | permissive | DrLancer-X/patrician | 9dc83215c4586e4a06a7e4aecd12afb862342440 | 20f173517d613e75449c48319b6995eb8e83299e | refs/heads/main | 2023-08-15T13:49:10.463911 | 2021-09-30T23:40:10 | 2021-09-30T23:40:10 | 412,259,566 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,386 | c | #pragma bank 5
#include <gb/gb.h>
#include <gb/cgb.h>
#include <gb/bgb_emu.h>
#include <stdint.h>
#include <string.h>
#include <rand.h>
#include <stdio.h>
#include "Battle.h"
#include "Exploration.h"
#include "Audio.h"
#include "GenData.h"
#include "MusicInformation.h"
#include "Globals.h"
#include ... | [
"noreply@github.com"
] | DrLancer-X.noreply@github.com |
710ad4962fde52f3e8cb2381f70aad6d60af3509 | eb0e2d45369a325639098705eb414cb66d25db7a | /statusList.h | b6f276f95edffb34c791b83f3fd708a8280410a5 | [] | no_license | PoRTiLo/Projekt-IMS | 3e8c10a43016ba018b1c8dfff860e95f5a679b9d | 287865006e5210a6592053324d1df5940e5d387e | refs/heads/master | 2020-12-24T15:57:48.050689 | 2010-12-19T15:03:16 | 2010-12-19T15:03:16 | 978,258 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,434 | h | /*IMS - Modelovani a simulace
*
* Project: Simulator cernobilych stochastickych Petriho siti
* File: statusList.h
* Author: Dusan Kovacic, xkovac21, xkovac21@stud.fit.vutbr.cz
* Jaroslav Sendler, xsendl00, xsendl00@stud.fit.vutr.cz
*
* Encoding: UTF-8
*
* Description:
*/
#pragma ... | [
"portilo@seznam.cz"
] | portilo@seznam.cz |
d9f0ef3ecd201b8015eb88c2be4a29b6e52d5952 | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/linux-a64/arch/arm/include/asm/fncpy.h | de53547469246f063b5eaadc12ebc636041f2c28 | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0",
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later"
] | permissive | OLIMEX/DIY-LAPTOP | ae82f4ee79c641d9aee444db9a75f3f6709afa92 | a3fafd1309135650bab27f5eafc0c32bc3ca74ee | refs/heads/rel3 | 2023-08-04T01:54:19.483792 | 2023-04-03T07:18:12 | 2023-04-03T07:18:12 | 80,094,055 | 507 | 92 | Apache-2.0 | 2023-04-03T07:05:59 | 2017-01-26T07:25:50 | C | UTF-8 | C | false | false | 3,157 | h | /*
* arch/arm/include/asm/fncpy.h - helper macros for function body copying
*
* Copyright (C) 2011 Linaro Limited
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This pr... | [
"gamishev@gmail.com"
] | gamishev@gmail.com |
b0a7b896ff3474d865f4ecc57bfb701217cc6e08 | cec0e621218352b3685358c697ecbe9c725e6131 | /battlespace/rendus/jun2020/roalvare/libft/is/ft_isalpha.c | 4e2653533e2caa19514a4ac81bf392025f3fef03 | [] | no_license | 42Paris/remote-challenges | ecf76c101f5f070455e2f54128faebef18a9b000 | f9270e7981178243fccebeee2574e3dde91891fd | refs/heads/master | 2021-05-21T19:36:36.177086 | 2020-06-12T12:22:35 | 2020-06-12T12:22:35 | 252,772,141 | 74 | 209 | null | 2020-06-12T12:22:37 | 2020-04-03T15:33:34 | C | UTF-8 | C | false | false | 1,020 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isalpha.c :+: :+: :+: ... | [
"roalvare@student.42.fr"
] | roalvare@student.42.fr |
f515ac22dd273e4621ec4aab32c8b78dc4e1a3c8 | 366dd3898c70811a598ef299612ea3f75cca0243 | /fonda/cpp_testsuite/completion/empty_block.c | 504ae32b0e9f2f1e46cdc75ecba2342b7ec8bca8 | [] | no_license | dave-filion/java_to_cpp | 2b321738d99c3c87a176aa43e75c45831d426c21 | ad617cfffaf8dfa3c40a0e9da020f6a2fb69a83e | refs/heads/master | 2020-06-09T00:56:42.262674 | 2011-12-19T23:20:38 | 2011-12-19T23:20:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 63 | c | int main() {
#if A
a;
#endif
#if B
b;
#endif
#if C
c;
#endif
}
| [
"dave.filion@gmail.com"
] | dave.filion@gmail.com |
b9987bbc7e0c87aea0a315e41e06c11121517c1e | eaaab4718f4eacf426274fc3bfecffe922fc3287 | /working/lamport.c | 07951f30db28ec0e4ac70f5ca38ce8d7a719f77e | [] | no_license | kedark3/cl | 0a9048f874a567eaa4074fd9f4953f3c9a939eb2 | b9442776e4556c05ad82a08ca5feec1973398054 | refs/heads/master | 2021-01-20T12:04:53.772966 | 2015-04-15T12:30:59 | 2015-04-15T12:30:59 | 24,212,734 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,004 | c | #include<stdio.h>
void main()
{
int i,j,k,n1,n2,t1[10],t2[10],dep[10][10];
printf("\nenter the number of events in each process:");
scanf("%d%d",&n1,&n2);
printf("\nenter the timestamp for first process:");
for(i=0;i<n1;i++)
{
scanf("%d",&t1[i]);
}
printf("\nenter the timestamp for second process:");
for(i=0... | [
"kedar.kulkarni0@gmail.com"
] | kedar.kulkarni0@gmail.com |
67cf1050d762f2a30559365ea97b3f90ae3542b1 | e3e2cbf0d2c175ec756e4322c24e00151aa71705 | /libft/f_strsplit_lst.c | 369220fb59b3974ab0062806a266773cffb1550d | [] | no_license | D4rRyL/Fillit | 7e8e643349dab9aca819db4ca728c1b7667f75ba | ea10c8478ef1dcef14698d95e006505d32a720aa | refs/heads/master | 2021-01-19T00:03:55.071500 | 2017-11-08T05:10:52 | 2017-11-08T05:10:52 | 84,384,496 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,155 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* f_strsplit_lst.c :+: :+: :+: ... | [
"chbechet@student.42.fr"
] | chbechet@student.42.fr |
f59a2ddbb0bcd8b96696d7fc8280efb0c9a9d188 | 7d7cfcff6800aeb31cebf6ed6c1bf49df5414e63 | /editor/src/data_record_sect.c | e94f81f971d3aad4ea9c1248ec81dabd38030ca4 | [] | no_license | Nick0JIau/Doom-Nukem | 58ce2d6e3aa858c101c8a41b2d2a9b0e75e0f15a | fab498b90867c1550ed84f7ec723565b8ac00471 | refs/heads/master | 2020-12-09T06:33:08.423795 | 2020-01-11T11:49:53 | 2020-01-11T11:49:53 | 233,222,930 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,797 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* data_record_sect.c :+: :+: :+: ... | [
"ntrusevi@e1r5p13.unit.ua"
] | ntrusevi@e1r5p13.unit.ua |
7de26388ddbac68ae15e1a216f11a593d6766b0b | 77ee9b83c9b22afbea837014d974daa7e50d4df6 | /project3/uart/uart.h | cab5ccf222cefeff7f0360d580fbd5102d42afdf | [] | no_license | sjhe/roomba-rtos | 21e9d6122e2b3d8240aac6e75b58d0251af024bf | 14c45f848985df4019d79ed8b7dbbfbb61406b3a | refs/heads/master | 2021-06-15T17:15:35.890106 | 2017-04-07T19:31:13 | 2017-04-07T19:31:13 | 79,860,033 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 832 | h | /*
* BlockingUART.h
*
* Created on: Jul 9, 2013
* Author: andpol
*/
#ifndef UART_H_
#define UART_H_
#include <stdint.h>
#include <avr/common.h>
#define TX_BUFFER_SIZE 64
#define USART_BAUDRATE 9600
#define BAUD_PRESCALE (((( F_CPU / 16) + ( USART_BAUDRATE / 2) ) / ( USART_BAUDRATE )) - 1)
void UART_Ini... | [
"hejohn@live.ca"
] | hejohn@live.ca |
2976e61a7c5c44b073a7f5845e2cd5bacfd054b4 | 20ddbca190da556121a6efc4180fd60105512d14 | /intro/stok.h | c882abcdb1da6bbadd7149375056f544431809a4 | [] | no_license | qlkzy/ctuts | 15bd6dd9a569a4c5df88abb05e1c52db257b1a94 | fc8b4df197a2b736c83c5a2168b6106460ab5d0a | refs/heads/master | 2021-01-10T04:52:46.372752 | 2013-03-05T00:06:28 | 2013-03-05T00:06:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 94 | h | #ifndef STOK_H
#define STOK_H
char *stok(char *str, const char *delim);
#endif /* STOK_H */
| [
"davidrowlandmorris@gmail.com"
] | davidrowlandmorris@gmail.com |
10778d0a18264f4ab11b1daa5ab0621764ad8372 | cca4912acfe823cdf593e164c052872d2342fe75 | /treasurehunt1100/src/main/cpp/gvrhook/detour.h | e7b23a68a9045847edef307348e0d5a962d199c7 | [] | no_license | playbar/libgvr | 21eb4df9038e9573c2ccce2e95cabc64c682014e | 303e230f95d26c1a9312dd61a0eead0983d6b267 | refs/heads/master | 2023-06-07T14:58:30.221723 | 2017-12-14T08:13:41 | 2017-12-14T08:13:41 | 78,094,662 | 5 | 0 | null | null | null | null | UTF-8 | C | false | false | 683 | h | #ifndef _DETOUR_H_
#define _DETOUR_H_
#include <stdio.h>
enum detour_status
{
DETOUR_ERROR_UNKNOWN = -1,
DETOUR_OK = 0,
DETOUR_ERROR_NOT_INITIALIZED,
DETOUR_ERROR_NOT_EXECUTABLE,
DETOUR_ERROR_NOT_REGISTERED,
DETOUR_ERROR_NOT_HOOKED,
DETOUR_ERROR_ALREADY_REGISTERED,
DETOUR_ERROR_ALREADY... | [
"hgl868@126.com"
] | hgl868@126.com |
8b97f3ea4d26d9cfebee25e6ced2601643179220 | 4a510d8a64a996ca444df6b4e7fd4dad1f17b460 | /server/server.h | 9c3fcf650399ce8037a2b69877c0a1d5b76b61ae | [] | no_license | myshi/hotel | d6c907d3349742f84e6e29cea63cded163452648 | ef94bfac96c8cda52f7d01bfb7b3c187d55ce614 | refs/heads/main | 2023-07-07T18:20:01.033167 | 2021-09-02T13:21:29 | 2021-09-02T13:21:29 | 401,535,148 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 922 | h | /*************************************************************************
> File Name: server.h
> Author: 石志昂
> Mail: 734109312@qq.com
> Created Time: 2021年08月31日 星期二 15时37分11秒
************************************************************************/
#ifndef __SERVER_H__
#define __SERVER_H__
#include... | [
"734109312@qq.com"
] | 734109312@qq.com |
65626f91dbd2e88edf5b459ea44ced3b3d48c6ad | 6099b15457d72898872a708113cc6cae715f050b | /3rdparty/musl/libc-test/src/functional/vfork.c | 4d5b4eaad255e7b4fe415066439d5530ae3ab264 | [
"MIT",
"GPL-1.0-or-later",
"BSD-3-Clause",
"LicenseRef-scancode-mit-nagy",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"OpenSSL",
"Apache-2.0"
] | permissive | BRMcLaren/openenclave | 277d5bd5258ea3d62b25b10db8edd339673776dd | 0002b1c22c10bf3de818e5b76d012e02e3b464de | refs/heads/master | 2021-07-02T00:03:22.821481 | 2021-01-26T17:21:13 | 2021-01-26T17:21:13 | 226,914,136 | 1 | 0 | MIT | 2021-03-31T21:06:41 | 2019-12-09T16:16:38 | C | UTF-8 | C | false | false | 1,717 | c | #define _GNU_SOURCE
#include <unistd.h>
#include <sys/wait.h>
#include <errno.h>
#include <string.h>
#include "test.h"
#define TEST(c, ...) ( (c) || (t_error(#c " failed: " __VA_ARGS__),0) )
static int w(pid_t pid)
{
int r, s;
r = waitpid(pid, &s, 0);
if (r == -1)
t_error("waitpid failed: %s\n", strerror(errno))... | [
"jloeser@microsoft.com"
] | jloeser@microsoft.com |
7b8a68a3766b6eab6906a3271a73cca8b9b248bb | f3572f47a4d1da7746959bbe9bc8884825d3312b | /q7.c | 0dff08a0781c0dd1fad75d8996f9cfd1c4596c53 | [] | no_license | vinayakbanga/Assignment4 | 173a0dcb0ae1cb7c90f022752e0813c7ce450c45 | e0dcb64bab3e07a620da3d4e3256f33474d97838 | refs/heads/main | 2023-02-03T06:16:16.913792 | 2020-12-15T11:54:33 | 2020-12-15T11:54:33 | 321,651,512 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 402 | c | //Write a C program to find sum of digits of a given number using recursion.
#include<stdio.h>
#include<math.h>
int Sum( int num);
int main(){
int num,sum;
printf("Enter the Number : ");
scanf("%d",&num);
sum=Sum(num);
printf("The sum of digits of %d is %d",num,sum);
return 0;
}
int ... | [
"noreply@github.com"
] | vinayakbanga.noreply@github.com |
ac706098b1414dde64d5440acb7e08e5352cb738 | d4cd08313af2c124ca7ba3d6942f84ff85c4caaa | /binoclean/jondefs.h | 4c90bdc86170fb3916c24a54ae940744e8bdc7ca | [] | no_license | alimoeeny/binoclean | 5f268d6fa137b78f35ceefb11d61035181cef017 | 000ce229f15aef22de0cb06b9146426dfa65e663 | refs/heads/master | 2021-01-18T14:02:40.000976 | 2013-04-05T12:08:12 | 2013-04-05T12:08:12 | 1,907,605 | 0 | 2 | null | 2013-01-03T13:34:49 | 2011-06-16T19:57:01 | C | UTF-8 | C | false | false | 345 | h | #define X 0
#define Y 1
#define XY 2
#define RGB_BLACK 0x00000000
#define RGB_WHITE 0x00ffffff
#define RGB_FULLRED 0x000000ff
#define RGB_FULLGREEN 0x0000ff00
#define RGB_MIDGREY 0x008f8f8f
#define RGB_LGREY 0x00afafaf
#define RGB_REDBIT 0x00000001
#define RGB_GREENBIT 0x00000100
#define RGB_WHITEBITS 0x01010101
#... | [
"alimoeeny@gmail.com"
] | alimoeeny@gmail.com |
04c83a89a9f7a897af679043a70634821b815179 | c84e77d8d2c876ca9b2d04b44e06c498fdc54aea | /Libftprintf/source/fetch.c | 7bc42c9c419a83143d2d0d29cf367fa12d20c53d | [] | no_license | edwinmyers/pushswap | bcf588bdb18d89f4e85b940b1b250934166b8ff3 | 49b829f9a5070db4fceca5d2e4e8b39a42577abe | refs/heads/master | 2020-05-21T10:29:56.459463 | 2019-06-11T11:50:05 | 2019-06-11T11:50:05 | 186,011,505 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 978 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* fetch.c :+: :+: :+: ... | [
"vice-wra@at-r3.21-school.ru"
] | vice-wra@at-r3.21-school.ru |
86cae3d93e97c1110db19b3371d9e227e4ab1647 | 50d5960bc6ca38663c0d291d80960e4ba61a116c | /0x17-doubly_linked_lists/5-get_dnodeint.c | 1aa58e0a165ea676d5635617b97abe368b46ddcb | [] | no_license | CSant04y/holbertonschool-low_level_programming | ff9118dcc6699d0fe0c4d9f7a1ff22c359f0163f | 727c6c8602368d7974cef295207ee14b89c997ce | refs/heads/master | 2023-04-10T13:13:03.642324 | 2021-04-20T19:20:08 | 2021-04-20T19:20:08 | 271,352,095 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 452 | c | #include "lists.h"
/**
* get_dnodeint_at_index - This gets the node as the index provided
* @head: this is the head of the linked list being passed in.
* @index: this is the index
* Return: NULL if does not exists
*/
dlistint_t *get_dnodeint_at_index(dlistint_t *head, unsigned int index)
{
dlistint_t *tmp = head;... | [
"esquivelcarlos27893@gmail.com"
] | esquivelcarlos27893@gmail.com |
fb73896c6052211203af9ccb0f08fb530166ea24 | bb3e5c0d4a67fb11f3c50bda6fc9f9462577c8d1 | /head/mergestruct.h | acea730830948b2d0f5c7062031c06527295509c | [] | no_license | aaditya889/Exploit-tools-in-C | 45b816c94e7df5c42afa9d87b7ba51e9e1789cf5 | 5415361120988170d22d7a2bd0af7889f2f86e4e | refs/heads/master | 2021-09-09T10:36:16.628887 | 2018-03-15T08:29:54 | 2018-03-15T08:29:54 | 119,353,999 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 967 | h |
/*It sorts a struct named node with two integers - 'a' and 'b' ( struct node {int a,b;}; ) . Call merge2(structure,start position,end position,flag);
note - end position is n-1 and flag is 1 to sort by 'a' and 2 to sort by 'b'!*/
struct node{
int a,b;};
void merge(struct node *arr,int s,int mid,int e,int fl);
vo... | [
"noreply@github.com"
] | aaditya889.noreply@github.com |
1a5fe3bcd66f61f1297d09d525dc40ce922abbc1 | 12d96615c5afa233a98d65ab3a0dc8d750437bcd | /utils.c | 97fb4f956bb69f58ee334e911ab02305fe3f0c68 | [] | no_license | zlovsa/push_swap | b21eaa947b663e7eb596876177c06f1c18ea928e | 0786c0d28a035e7f65300979ffacfbe6bded1285 | refs/heads/master | 2023-08-25T02:37:43.329604 | 2021-10-06T20:15:49 | 2021-10-06T20:15:49 | 414,356,774 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,044 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* utils.c :+: :+: :+: ... | [
"mcarolee@student.21-school.ru"
] | mcarolee@student.21-school.ru |
4aba8d45703db0d985e4f5858183b5eead3659ac | 51fea12ca9f66ddf27870d00d351776fa4e21bfd | /app/src/main/cpp/include/input.h-labels.h | d3959164b316687303ccb3c2ac9e9321ecc5fd70 | [] | no_license | SnowCat6/KernelGesture | 2dbfa8a2185761b1a1b0eff01b9a301ca39ad7c7 | 332ae423de30ec118f56d9b4f525227b1fa456e6 | refs/heads/master | 2021-01-22T11:04:58.781640 | 2017-10-23T12:15:40 | 2017-10-23T12:15:40 | 92,669,739 | 9 | 2 | null | null | null | null | UTF-8 | C | false | false | 15,402 | h | static struct label input_prop_labels[] = {
LABEL(INPUT_PROP_POINTER),
LABEL(INPUT_PROP_DIRECT),
LABEL(INPUT_PROP_BUTTONPAD),
LABEL(INPUT_PROP_SEMI_MT),
LABEL(INPUT_PROP_TOPBUTTONPAD),
LABEL(INPUT_PROP_MAX),
LABEL_END,
};
static struct label ev_labels[] = {
LABEL(EV_SYN),
LABEL(EV_KE... | [
"snowcat@vpro.ru"
] | snowcat@vpro.ru |
1d6418b142712a45095b8b68eebab53118d0ab58 | 38ce2ded8af2a4f3fb43afd18f45d235d026850d | /msp/src/msvolume.c | 1792aaf9e59fa95b7ff2abb683ac8e68348ed801 | [
"MIT"
] | permissive | mlconnolly1951/biohedron | 9845b9ed2b09f96744c4b463421f163d5adbcf83 | 5ee538068dab114d965e07204f6634cca000b0b8 | refs/heads/master | 2021-01-16T21:46:14.395337 | 2017-04-30T02:29:17 | 2017-04-30T02:29:17 | 62,423,882 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 36,539 | c | /*
Molecular Surface Package
Copyright 1986, 1989 by Michael L. Connolly
All rights reserved
December 16, 2001
*/
/* PART V: AREAS AND VOLUMES */
#include "ms.h"
#include "msenum.h"
#include "mslimit.h"
#include "msdefault.h"
#include "msstruct.h"
#include "msglobal.h"
#include "msfunction.h"
/* calculate solve... | [
"noreply@github.com"
] | mlconnolly1951.noreply@github.com |
1f11859ccda809b5ffa4a80cfc99b261436e17af | 6a7839b3ed8bfa11c90acf200e08f598ca5e84d0 | /srcs/ft_strchr.c | 408f65d3b37d278ceef48a502fd7f2d209de493b | [] | no_license | BenElhadj/Libft | 8e0d9c1e50a630ab56c85852c733f66413b50b55 | 1feb8b9a65f49db7a79c7c81a33423e07b3d6e5a | refs/heads/master | 2021-06-05T05:59:59.277894 | 2018-11-15T11:54:20 | 2018-11-15T11:54:20 | 157,702,928 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,108 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strchr.c :+: :+: :+: ... | [
"bhamdi@e1r9p8.42.fr"
] | bhamdi@e1r9p8.42.fr |
b32ff9def8da157ff8f113715a7240cafcec2087 | 300b5306e4806bf8b457baa58be2586f424eb608 | /ScanF/scan.c | 20562b3eb7669d2a64f4cd5398c13ac4d1177c4e | [] | no_license | uturuncuayaku/C-programs | ed67da4bae517af42b7865f644ea728439e95121 | 18a0cc120025bba6f69729295be346f9c700a166 | refs/heads/master | 2023-02-03T09:57:28.516759 | 2023-01-23T23:48:36 | 2023-01-23T23:48:36 | 226,007,302 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 298 | c | #include <stdio.h>
int main(){
int cnt,n;
printf("Numeric and Character data\n\n");
printf("Type an integer, EOF to quit: ");
cnt = 0;
while( (scanf("%d\n",&n) != EOF) && cnt<4){
printf("n = %d\n",n);
cnt = cnt + 1;
printf("Type an integer, EOF to quit: ");
}
return 0;
}
| [
"andtruj23@gmail.com"
] | andtruj23@gmail.com |
7ddb16c42107a6c8711dd516b9b90cb973354282 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/444b1a91-209d-4264-8db0-e9d1637df158.c | 603513392d514d82db9f1cd44116a5f3c947d689 | [] | 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 | 570 | 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 = l/j;
l = i%j;
l = l%j;
k = l-k*i;
//variables
/* START VULNERABILITY */
int a;
long b[79];
long c[29];
a = 0;
while... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
148e0ffdfff4d30dc384badf14a94eed39015198 | f175bcab3c2f0aad7378c94ac220256982ab2027 | /Temp/il2cppOutput/il2cppOutput/UnityEngine_UnityEngine_Events_InvokableCall_2_gen149250066MethodDeclarations.h | b4e78ea898f5fecd42475ab333d34baf47c7a46d | [] | no_license | al2css/erpkunity | 6618387e9a5b44378e70ccb859d3b33a7837268c | c618dc989963bcd7b7ec9fa9b17c39fff88bb89b | refs/heads/master | 2020-07-22T04:59:49.139202 | 2017-06-23T16:33:13 | 2017-06-23T16:33:13 | 94,344,128 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,940 | 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>
// UnityEngine.Events.InvokableCall`2<System.Single,System.Single>
struct InvokableCall_2_t149250066;
// System.Object
struct Il2CppObject;
//... | [
"alecsdulgheru@gmail.com"
] | alecsdulgheru@gmail.com |
6b4b74ad0045a353db0b379ba833b3c9f3cdf75e | 6d68d3aedd159f896e7bcd3e05eee58df8d2f259 | /TBLogDemo/TBLogDemo/WBCLogMacros.h | c2d9935eda6060efc626a2a6daf7ced3cbe22e79 | [] | no_license | ICloud0114/Demo | ed5482114ad611ef5ae36d7a93180933d642eeee | 59e2e9b7677ae347a734fc5f0b36ccbdffb40b80 | refs/heads/master | 2021-07-01T06:02:20.726183 | 2020-08-20T16:31:24 | 2020-08-20T16:31:24 | 141,997,350 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,696 | h | //
// WBCLogMacros.h
// KuaiChong
//
// Created by Onliu on 14-6-8.
// Copyright (c) 2014年 Onliu. All rights reserved.
//
#ifndef KuaiChong_WBCLogMacros_h
#define KuaiChong_WBCLogMacros_h
typedef NS_ENUM(NSInteger, WBCLog_LEVEL) {
WBCLog_LEVEL_DEBUG=1,
WBCLog_LEVEL_INFO,
WBCLog_LEVEL_WARN,
WBCLog_... | [
"zhengyun@yeah.net"
] | zhengyun@yeah.net |
f054990638304a912f246f8a28133b4accf22ab9 | ca7cec248138cd3415dd0d27a64edb6f1c4d84a1 | /javaapi/app/src/main/jni/Interface.h | a6189eaae2f55d4cc8582df57a360cdb17477fcf | [] | no_license | lsczyp/AndroidFridaCheckdiff | 44bfffaf9482018b2e357ae55ef3fe7d757e7b8b | 49c35958f86d87f522d5fd0b298b966daf1db73e | refs/heads/master | 2022-11-19T05:57:11.324557 | 2020-07-22T10:37:46 | 2020-07-22T10:37:46 | 281,641,741 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 489 | h | //
// Created by lishe on 2019/9/24.
//
#ifndef MOBILEPROTECT_INTERFACE_H
#define MOBILEPROTECT_INTERFACE_H
#include <jni.h>
extern "C" {
jlong JNICALL mapload(JNIEnv * env , jobject thiz,jstring libname);
jlong JNICALL getImport(JNIEnv *env, jobject thiz,jlong base, jstring funcname);
jlong JNICALL getExport(JNIEn... | [
"285765606@qq.com"
] | 285765606@qq.com |
e7da3f873aa157ed2fefc45122b5aeeba58e994f | 5205b29c30019c9f2ada8bd172ce20efb284f8bd | /1st_grade/project/project1.c | 19b7a6961b8e0d549ae109ff09d0ba4e0ef7ac48 | [] | no_license | hyunmin0317/C_Programming | f1cd043e516756ef34a207acf1d9d8ebb60a955b | efe7404a251ec22c843bcc1f679486c4cebf005f | refs/heads/master | 2023-04-02T03:50:51.425366 | 2021-04-05T06:59:58 | 2021-04-05T06:59:58 | 332,246,179 | 1 | 0 | null | null | null | null | UHC | C | false | false | 1,659 | c | #include <stdio.h>
#include <string.h>
typedef struct
{
char num[10];
char name[20];
int mid;
int final;
int practice;
int homework;
} Score;
void Swap(char* p, char* q)
{
char* tmp;
tmp = *p;
*p = *q;
*q = tmp;
}
void Upnum(Score* arr) {
for (int i = 0; i < 10; i++) {
for (int j = i + 1; j < 10; j++) {... | [
"choihm9903@naver.com"
] | choihm9903@naver.com |
927f28f38c69a64ab510552cd5ff3b442b4b53dc | 8d499ee299c55674a97a94f607eabd481941c908 | /src/task/schedule.c | 43162f5a6f5e5aa5bbc556d551a11d2ee0ad969a | [
"MIT"
] | permissive | Smilemon/xbook2 | 8bef00b328544880d3309b2ea6f2d24f7771155c | 1450d228ce538ae8ad1a2f96e442b8da22e06950 | refs/heads/master | 2023-08-28T03:39:07.784017 | 2021-10-25T14:18:46 | 2021-10-25T14:18:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,749 | c | #include <xbook/schedule.h>
#include <xbook/task.h>
#include <xbook/clock.h>
#include <assert.h>
#include <xbook/debug.h>
#include <arch/interrupt.h>
#include <arch/task.h>
#define DEBUG_SCHED 0
scheduler_t scheduler;
const uint8_t sched_priority_levels[TASK_PRIO_LEVEL_MAX] = {1, 0, 1, 2, 3};
/*
TODO... | [
"2323168280@qq.com"
] | 2323168280@qq.com |
e123f9d9687cf38061f412444e3d05f5823f32e9 | df76be2b1cd04046270478db8b97c8e6c1bc32ce | /day05/ex03/ft_strcpy.c | 929cc8b7b24a85144728845c3ab10af1f0c92615 | [] | no_license | JLL32/piscine | 6b625dfd7cce08dd09b66469836f245bc6989779 | bc83308cc39ebfc1b47bcb8314dfdc46fe1c5798 | refs/heads/master | 2020-06-25T01:40:03.556080 | 2020-03-30T17:37:44 | 2020-03-30T17:37:44 | 199,158,712 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,045 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strcpy.c :+: :+: :+: ... | [
"eabduljalil@outlook.com"
] | eabduljalil@outlook.com |
276b55e49373102fd3b05c609dff6ff8c905e9cc | c5cb98ad5c3fa37ce761cb9b430b69e29a33141f | /d/wudujiao/road1.c | e3c15f4dd2d5909ecfc73b3151126101cac4483f | [] | no_license | cao777/mudylfy | 92669b53216a520a48cf2cca49ea08d4df4999c5 | 266685aa486ecf0e3616db87b5bf7ad5ea4e57e4 | refs/heads/master | 2023-03-16T20:58:21.877729 | 2019-12-13T07:39:24 | 2019-12-13T07:39:24 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 564 | c | // by mayue
inherit ROOM;
void create()
{
set("short", "黄土大道");
set("long", @LONG
这是一条向南的黄土大道,两旁是一片片绿油油的水田
和悠闲的牧童。大道上人流熙熙攘攘,过往的行人顶着炎炎烈
日满头大汗的匆匆赶路,似乎并无心欣赏这优美的田园风光。
LONG
);
set("outdoors", "wudujiao");
set("exits", ([
// "east" : __DIR__"zuixianlou",
"south" : __DIR__"road2",
// "west" : __DIR__"wumiao... | [
"i@chenxuefeng.cn"
] | i@chenxuefeng.cn |
85a44fb93d38dacaf2ac7fbf15558b907c2db091 | b275da44ccc31a3566be8098fc2ba8aabfb58485 | /sem_2/lab_08/source/wfs.c | 7dda7815a8ecf26f3d9b803e3075eaf399033d26 | [] | no_license | SanSanchezzz/operating-systems | 235e85499cf688fa4569412ad52522a4fd9c5b0a | ae5be073683e2c1dc018d20a73892f410872cf95 | refs/heads/master | 2022-10-31T18:57:43.953053 | 2020-06-16T17:26:11 | 2020-06-16T17:26:11 | 272,767,236 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,435 | c | #include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/fs.h>
#include <linux/time.h>
#include <linux/slab.h>
#include <linux/version.h>
#define wfs_MAGIC_NUMBER 0x13131313
#define SLABNAME "wfs_cache"
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Alexander Kupry");
MODULE_DESCRIPTION("lab... | [
"13lex04@gmail.com"
] | 13lex04@gmail.com |
2d750d80d84942b99b970a86b55107adec411333 | f54e190986325926de1f75cc45ceef71404896f5 | /sim_function.c | e9c2b5c772599e4337c20e6746fc8e40d3242d3c | [] | no_license | tuliopereirab/pyConv | 5245e81fc484b24dfde8b7b1e90a53bda5ab35cd | 8bc36efdca028d151183ef6b44b1ca32d10c2b5e | refs/heads/master | 2020-08-06T23:24:49.445471 | 2019-06-06T20:34:46 | 2019-06-06T20:34:46 | 213,196,984 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,081 | c | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#define MEMORY_SIZE 4096
#define DATA_WIDTH 8
#define ADDR_FUNC_WIDTH 8
#define ADDR_WIDTH 12
typedef struct _funcStack{
char *TOSreturn;
char *PCreturn;
}funcStack;
int return_value();
int call_func(char pc[], char tos[]);
int func... | [
"tulio.pereirab@gmail.com"
] | tulio.pereirab@gmail.com |
59886ffbc573dd8ce9e2bd7a50ef1df6739334e0 | c0a144c9bcf49f2bc0d8a42fa12842cb6fd6a3e1 | /tests/unsigned_long_long_array_tests.c | 55bd832e8c9707661032bfd27736c16a5543fa72 | [] | no_license | seaneshbaugh/generic_array | 1517e256f8baeeb5aa2b33b9182452fb22ce5d83 | ab0bcf6499514794553a96d2b242bcfd0b02082f | refs/heads/master | 2020-04-29T16:22:44.815329 | 2014-09-12T17:00:59 | 2014-09-12T17:00:59 | 21,359,882 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 27,799 | c | #include "unsigned_long_long_array.h"
#include "unity.h"
#include "unity_fixture.h"
TEST_GROUP(UnsignedLongLongArrayTests);
UnsignedLongLongArray unsignedLongLongArray;
UnsignedLongLongArray otherUnsignedLongLongArray;
TEST_SETUP(UnsignedLongLongArrayTests) {
UnsignedLongLongArrayInitialize(&unsignedLongLongArra... | [
"seaneshbaugh@gmail.com"
] | seaneshbaugh@gmail.com |
117095833f2179246e2436f71aa261242eb1acce | ede68a5b37b9995c1a43c5d35c308be0ef2b0676 | /zst/chapter4/zst408c.c | a1f85cd790ff178c37659dc91b5372551e3a00b2 | [] | no_license | zstdgithub/zst2355 | 5bc454324b825f0b1d0d3cbe28ac882dfd20d09d | 591350c3d3adc09bad564839c9d2aba70717ef81 | refs/heads/master | 2020-06-19T23:52:19.229269 | 2019-07-25T06:37:57 | 2019-07-25T06:37:57 | 196,918,221 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 258 | c | /*
输入一个整数,连续显示出该整数个 *
*/
#include <stdio.h>
int main(void)
{
int no;
printf("请输入一个正数:");
scanf("%d", &no);
while (no-- > 0)
putchar('*');
putchar('\n');
return 0;
}
} | [
"edz@edzdeMacBook-Air-100.local"
] | edz@edzdeMacBook-Air-100.local |
80f13832f89b72176e1f16abe554ba2555ce83e4 | d1cd0e61a0d5ed2b5341bc9e996625fb677f4f23 | /lib/asn1c/nr_rrc/RangeToBestCell.c | 72748c5c5e091a8559d8d72765edfaa7bde3f6ee | [
"Apache-2.0"
] | permissive | soumyadeepbi/free5GRAN | 251bff61bfd30628f0861a285086ac94368de34f | 4e92458e955f59d86463ce65ea08c5c06cc8a48e | refs/heads/master | 2023-07-28T20:23:42.404672 | 2021-10-06T16:32:47 | 2021-10-06T16:32:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,825 | c | /*
* Copyright 2020-2021 Telecom Paris
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 applicable law or agreed to in... | [
"aymeric@dejavel.fr"
] | aymeric@dejavel.fr |
1b367314ea7e20b5c598011796b5aa667ab75f49 | bb3b5d141fd0c9da21c8e2a6e47f5ef602e6384f | /src/rb.h | c221d5e44bd14c1390f78e74c89c66dc27004966 | [] | no_license | webosce/jemalloc | 1eb98d769dac417bb0295b359bb522b048cd46fb | 6989d2c72b3634a07128598aa9e222636e7843a3 | refs/heads/webosce | 2023-05-04T11:41:47.698921 | 2018-03-14T04:21:13 | 2018-03-14T04:21:13 | 145,512,866 | 0 | 0 | null | 2023-04-25T13:37:32 | 2018-08-21T05:47:38 | C | UTF-8 | C | false | false | 36,872 | h | /******************************************************************************
*
* Copyright (C) 2008 Jason Evans <jasone@FreeBSD.org>.
* Copyright (c) 2008-2018 LG Electronics, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provi... | [
"changhyeok.bae@lge.com"
] | changhyeok.bae@lge.com |
37d18bf935765fb4a240d5d8ceb9081949706bc1 | 06391f236b8e8458ee0aff3805511552d7c6d9af | /074BCT526/Lab2/Lab 2.2.c | e3851e30d4eb93c0ba01bbec61a8b72ff0e95742 | [] | no_license | Salamander321/Lab1stsem | bd15395fd3544885069b73840440a5ae2db62a44 | aabc41fa501f520c11b8a027e148f0a0e562ccd7 | refs/heads/master | 2021-01-24T04:02:13.265943 | 2018-02-26T05:32:26 | 2018-02-26T05:32:26 | 122,918,093 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 349 | c | //This program reads 3 integers from user and displays them in forward and reverse order
#include <stdio.h>
int main()
{
int a, b, c;
printf("Enter any three integers:\n");
scanf("%d %d %d", &a, &b, &c);
printf("The forward order is: %d, %d, %d\n", a, b, c);
printf("The reverse order is: %d, %d, %d"... | [
"poudelpranav@gmail.com"
] | poudelpranav@gmail.com |
9429ab167f1caf43392203f82fba38c10ad1a29d | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/659e5202-ddf9-4ca4-a62d-90a264a7cc0c.c | de1f22e4360d61219494f5cd8e4a621c26ac0b11 | [] | 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 | 265 | c | #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 = j/j;
l = l/j;
l = i/j;
l = l%j;
l = l-j;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
45d5f08aa3c1e0aeaa84f80f98ca17469e0d6085 | 31c29fc7eb829f4893985e316c3e4ab9d9f2360b | /RandomPasswordGenerator.c | c17778c9130b3723fb6bb79db6533b467082db14 | [] | no_license | imsushant12/Random-Password-Generator | 610a1e251c6d0e20c72664a4f179ea3d375f2ce5 | 52117b5f5543dd0d383121da2c8f056130e34e7a | refs/heads/main | 2023-02-07T17:01:18.794864 | 2020-12-31T09:36:55 | 2020-12-31T09:36:55 | 325,764,863 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,943 | c | //by Sushant Gaurav
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <time.h>
int main()
{
int i = 0; //for executing the loops
int length = 0; //to input the size of password
int randomizer = 0;
//Seed the random-number generator with current time so that
... | [
"noreply@github.com"
] | imsushant12.noreply@github.com |
1a749bbcf116b684cc09900040144b3d8954b483 | 05e81653c49b0dcef323396f23c90ffacfaa0f5f | /deps/shttpd/src/compat_unix.c | e8fe9294d3a0401b7aa56f64c0df76eb97d729a1 | [
"Beerware"
] | permissive | gritzko/k7 | 5d8556427936a06022cc6ebedc19ab78f1e7a0a3 | d82323836dccb384543f9690ad69202fa2ce1b52 | refs/heads/master | 2021-01-18T13:45:07.134377 | 2009-05-16T12:26:09 | 2009-05-16T12:26:09 | 193,822 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,420 | c | /*
* Copyright (c) 2004-2005 Sergey Lyubka <valenok@gmail.com>
* All rights reserved
*
* "THE BEER-WARE LICENSE" (Revision 42):
* Sergey Lyubka wrote this file. As long as you retain this notice you
* can do whatever you want with this stuff. If we meet some day, and you think
* this stuff is worth it, you can ... | [
"sebastien@type-z.org"
] | sebastien@type-z.org |
001386608af966cf59a7c805beef7faebad8fb03 | b71b8bd385c207dffda39d96c7bee5f2ccce946c | /testcases/CWE457_Use_of_Uninitialized_Variable/s01/CWE457_Use_of_Uninitialized_Variable__struct_array_declare_partial_init_10.c | d935ee0c8e37bef442a4669ce6656dbd81ed4fb5 | [] | 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 | 5,541 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE457_Use_of_Uninitialized_Variable__struct_array_declare_partial_init_10.c
Label Definition File: CWE457_Use_of_Uninitialized_Variable.c_array.label.xml
Template File: sources-sinks-10.tmpl.c
*/
/*
* @description
* CWE: 457 Use of Uninitialized Variable
* BadSource: pa... | [
"jaredzap@rams.colostate.edu"
] | jaredzap@rams.colostate.edu |
914ecb925c08c9ad70bbcfaaf0b08564bfb89326 | 5184a318fee8340c2757a93a9345e570516de977 | /patches/patch_zbit_flash_driver_and_low_voltage_detection/vendor/mesh/app_config_8278.h | 6d17098906f8c5c622a05b874c1f548533ddb6e6 | [] | no_license | danghaoRD/ble_mesh_sdk_edit_RD | 589a70a7078eddd1a0cb5ee511575ae58db6ed92 | 9db084c50d751fff88f571ccec28cbb0f17bfc14 | refs/heads/master | 2023-06-13T01:40:35.177806 | 2021-07-10T03:26:31 | 2021-07-10T03:26:31 | 384,600,845 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,531 | h | /********************************************************************************************************
* @file app_config_8258.h
*
* @brief for TLSR chips
*
* @author telink
* @date Sep. 30, 2010
*
* @par Copyright (c) 2010, Telink Semiconductor (Shanghai) Co., Ltd.
* All rights ... | [
"danghao57utc@gmail.com"
] | danghao57utc@gmail.com |
905aab4a8be275ddd0234377e66cc50d6ab6f720 | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/xnnpack/src/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-sse2.c | 190115bd50f25d560af5043138147e51efce6e80 | [
"Apache-2.0",
"LGPL-2.0-or-later",
"MIT",
"GPL-1.0-or-later",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C | false | false | 11,344 | c | // Auto-generated file. Do not edit!
// Template: src/x32-transposec/sse2.c.in
// Generator: tools/xngen
//
// Copyright 2021 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree.
#include <immintrin.h>
#include <assert.h>... | [
"jengelh@inai.de"
] | jengelh@inai.de |
f223259fa942f606ae2a8090c10348b8d98adde5 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/gpu/host1x/hw/extr_host1x05_hardware.h_host1x_class_host_wait_syncpt_base.c | 4ee60c4628024f9954d072f08e1bcd8a45332ba9 | [] | 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 | 895 | 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 |
f6055da12d8be301adccc8c7b26203b560a1a8f7 | 15b985b2cf6ac01d5db698c4afe95cc8af1c0d03 | /TQ210_NoOS/7-nand-ecc/main.c | cd324f8bf28dc46a373c4158e676ae823a8f208b | [] | no_license | mankumari20150105/TQ210N | ce0852f029ee9092aec9b87dd055f7677de7e2ea | 3cc4c4dc1b780f5a6982a48571742e5874de1dfa | refs/heads/master | 2023-03-16T15:41:47.272392 | 2019-07-23T14:02:46 | 2019-07-23T14:02:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,253 | c | #include "types.h"
#include "uart.h"
void bzero(u8 *s, int size)
{
int i = 0;
for (; i < size; i++)
s[i] = 0;
}
/* 测试:使用Ecc校验写入一页数据,然后将某个位反转后不使用Ecc再此写入,然后使用Ecc校验读出数据 */
void main()
{
int i, ret;
u8 oob[64];
u8 buf[2048];
bzero(buf, 2048);
/* 1.擦除第0块 */
nand_erase(0);
for (i = 0;... | [
"cumtzwf@163.com"
] | cumtzwf@163.com |
5a3e149662833399e39b4dccc1730547af8b0118 | d8eab9a6c0bbdf6f8367ec1dce3bf80dbe1a9b5c | /KdG/includes/io/sapim_io.h | 212f817f7959d43c34278f7bfe9d47555bda97df | [] | no_license | ajperalt/bpelo-STM-1112 | 0efc78f0f7fe8f9ef014ab10a12f8584a8b2b441 | e4dd375231638de200de7145e8c270dffb49878c | refs/heads/master | 2021-01-18T07:53:48.664719 | 2012-03-16T22:33:45 | 2012-03-16T22:33:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 144 | h | #ifndef __SAPIM_IO__
#define __SAPIM_IO__
#include "sapim_io_errors.h"
#include "sapim_io_functions.h"
#include "sapim_io_constants.h"
#endif | [
"akkermans.adriaan@gmail.com"
] | akkermans.adriaan@gmail.com |
907cafd63c4fffac74574ccfe1f606855ca6080a | 7b52d7a69260990308d692b5ab118eeca923bb74 | /Digit Spelling.c | b0e8245852496caeb78dd3f4325e3ba0879f5c14 | [] | no_license | mehedi150/C-Programs | 1c2e64d10e19be87c113841dcd76aaac9d741002 | 0b44316387fd0676978a56b892e7f2724dda9b02 | refs/heads/main | 2023-02-28T17:58:33.663982 | 2021-02-09T15:07:07 | 2021-02-09T15:07:07 | 307,125,862 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 741 | c | //Switch keyword introduction with case,break and default
#include<stdio.h>
int
main ()
{
int digit;
printf ("Enter the digit: ");
scanf ("%d", &digit);
switch (digit)
{
case 0:
printf ("Zero\n");
break;
case 1:
printf ("One\n");
break;
case 2:
printf ("Two\n");
... | [
"noreply@github.com"
] | mehedi150.noreply@github.com |
a7c3bff2c8d4dc93aa61122c5d39835185d51189 | 2d49e2d71aad0a4ff7feeaf382473c0fba9ae257 | /project/Util/util.h | edc39ea87d981d614fcfde8568a7a2d0a253d114 | [] | no_license | IOrez/SystemProgramming_project | d5afd7421a87a6d6b65f8d8e91c7aea560efaded | b82e304bb1227d35176e235138664b6262a80bd3 | refs/heads/main | 2023-02-03T01:19:23.611779 | 2020-12-16T12:12:53 | 2020-12-16T12:12:53 | 314,717,526 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 73 | h |
void printTextBlock(TextBlock* Tb);
void eraseTextBlock(TextBlock* Tb); | [
"h.5363@daum.net"
] | h.5363@daum.net |
65245b4c995f0ea514691b9680f8e81347a186b6 | 7d4e986704942d95ad06a2684439fa4cfcff950b | /vendor/mediatek/proprietary/trustzone/atf/v1.0/plat/mt6797/sip_svc/sip_svc_common.c | d46f4db1559684565960ff8dc9db671eacc95d1a | [
"BSD-3-Clause"
] | permissive | carlitros900/96Boards_mediatek-x20-sla-16.10 | 55c16062f7df3a7a25a13226e63c5fa4ccd4ff65 | 4f98957401249499f19102691a6e3ce13fe47d42 | refs/heads/master | 2021-01-04T01:26:47.443633 | 2020-02-13T17:53:31 | 2020-02-13T17:53:31 | 240,322,130 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,112 | 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 ... | [
"carlitros900@gmail.com"
] | carlitros900@gmail.com |
cc1c0102de8032ea5a02324f3094071a84385064 | 447825339948e4ed008e5fa90dd587469f2d5440 | /include/WBMatrix/inverse.h | c667d3fbee43824d45e09a3484424231b1b1a504 | [
"Apache-2.0"
] | permissive | one30/CEJO-whitebox-AES | 4e182ad4999a7431eec13690818a5b2699e56ed3 | 21653ae4f90fe981e788e71adb892126583f54d9 | refs/heads/master | 2022-11-11T21:54:42.452819 | 2020-06-29T12:31:41 | 2020-06-29T12:31:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 478 | h | #ifndef _HINVERSE_H_
#define _HINVERSE_H_
//times generate from base matrix, define by user
#define M8N 11
#define M16N 33
#define M32N 103
#define M64N 342
#define M128N 1172
//times of basis matrix's generation, select by user
#define initM8_min 8
#define initM8_max 32
#define initM16_min 16
#define initM16_max 12... | [
"tyfeng98@163.com"
] | tyfeng98@163.com |
afd39e9e9905d1b24cd424018c99bae7aca4eb0f | 4a1b388fc7254e7f8fa2b72df9d61999bf7df341 | /ThirdParty/ros/include/trajectory_msgs/msg/joint_trajectory.h | d54e9dccff4dcd37ddedbfc7f3533f8770ca47b1 | [
"Apache-2.0"
] | permissive | rapyuta-robotics/rclUE | a2055cf772d7ca4d7c36e991ee9c8920e0475fd2 | 7613773cd4c1226957603d705d68a2d2b4a69166 | refs/heads/devel | 2023-08-19T04:06:31.306109 | 2023-07-24T15:23:29 | 2023-07-24T15:23:29 | 334,819,367 | 75 | 17 | Apache-2.0 | 2023-09-06T02:34:56 | 2021-02-01T03:29:17 | C++ | UTF-8 | C | false | false | 528 | h | // generated from rosidl_generator_c/resource/idl.h.em
// with input from trajectory_msgs:msg/JointTrajectory.idl
// generated code does not contain a copyright notice
#ifndef TRAJECTORY_MSGS__MSG__JOINT_TRAJECTORY_H_
#define TRAJECTORY_MSGS__MSG__JOINT_TRAJECTORY_H_
#include "trajectory_msgs/msg/detail/joint_traject... | [
"noreply@github.com"
] | rapyuta-robotics.noreply@github.com |
83f7949ea82b0bc069d999b2f9a0c42eca6730d7 | cfc99437b085afa7304ed5a4eab2a90072c7e50e | /pintools/extras/crt/include/netinet/in.h | 906596b0c312adbfc4828aba1b4057bb08695bb1 | [
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | moraispgsi/pin-bootstrap | 95498b63f88c311e4fe446259214266130aece3f | 7315b4e1709f63f018781456f9c745fc6f020f22 | refs/heads/master | 2021-09-07T18:09:11.568374 | 2018-02-27T05:16:32 | 2018-02-27T05:16:32 | 122,972,429 | 0 | 1 | MIT | 2018-02-26T14:31:18 | 2018-02-26T13:17:08 | C++ | UTF-8 | C | false | false | 2,151 | h | /*
* Copyright (C) 2008 The Android Open Source Project
* 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, t... | [
"moraispgsi@gmail.com"
] | moraispgsi@gmail.com |
184c72931c337b63ca6ea8272d434cd4bd398aaa | 39f31830ac27423cae1cd90c9665acbe03b003ef | /src/queue.c | b8ca3c69f22da80213ed61d3e688f5d4c135c7a7 | [] | no_license | alexskp/lem-in | 96aa9eab94232b5b1426ee3602d80caf407da53c | 5e2ba1b0caed6765b51f6d875595ee5944979810 | refs/heads/master | 2021-01-02T22:53:34.716497 | 2017-10-04T01:23:18 | 2017-10-04T01:23:18 | 99,414,453 | 0 | 0 | null | 2017-09-20T20:32:33 | 2017-08-05T09:56:54 | C | UTF-8 | C | false | false | 668 | c | #include "lem-in.h"
elem *get_last_elem(elem *head)
{
if (head == NULL)
return head;
while (head->next)
head = head->next;
return head;
}
void push(elem **head, room* content)
{
elem *last = get_last_elem(*head);
elem *new = (elem *)malloc(sizeof(elem));
new->content = content... | [
"skopets.sasha@gmail.com"
] | skopets.sasha@gmail.com |
484d3d3b58543fe595d99b0a4ec2c295ccfe1c44 | c5ee390344aa72c730ca27eff709edc046081061 | /nitan4/d/foshan/npc/bee.c | bb7d773303fbbead1baa95f5f37d6b77c7d8086c | [] | no_license | DoubleIce/Mud_NitanVersions | fb58143f4840c7a887b756215229ed4e0a5e62d9 | 2ab430649b29a611008b7cc765b4500b2702841a | refs/heads/master | 2021-05-14T10:05:48.157950 | 2018-01-23T01:40:38 | 2018-01-23T01:40:38 | 116,339,674 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 719 | c | //bee.c
inherit NPC;
void create()
{
set_name("蜜蜂", ({"bee"}) );
set("race", "昆虫");
set("subrace", "飞虫");
set("age", 8);
set("long", "这是一只蜜蜂,正忙着采蜜。\n");
set("str", 40);
set("dex", 50);
set("limbs", ({ "头部", "身体", "翅膀", "尾刺" }) );
set("ve... | [
"34570791+lbbgit@users.noreply.github.com"
] | 34570791+lbbgit@users.noreply.github.com |
d822a7d6be0a3748499ca0b8f3441c6078c8b990 | 0d681da76c3a0eeaaa4b80b92359ce206e4c4e69 | /crawler/headers/sockets.h | c121f6cde9189a96ed66154b40996b0dead23e4e | [] | no_license | IMSike/FormationVal | db1593e69b9e74488a0305fb97e8be2baab0b6ba | 97f9b98c47af6d5593bb0097a98b1ee62ae81bf9 | refs/heads/master | 2020-05-01T18:20:31.402508 | 2019-05-14T11:28:48 | 2019-05-14T11:28:48 | 177,622,493 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 491 | h | #if defined (WIN32)
#include <winsock2.h>
typedef int socklen_t;
#elif defined (linux)
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
#define INVALID_SOCKET -1
#define SOCKET_ERROR -1
#define closesocket(s) close(... | [
"aurelien@localhost.localdomain"
] | aurelien@localhost.localdomain |
48cf0e239ad44039155d5a7fa5235f63d9ad0a12 | 0a277d853d50a61fc8219186bb2f3337ac4deec1 | /Classes/MultiResolution.h | d25c5309cb79b5012fc6d8d9297a376355e8bc83 | [
"MIT"
] | permissive | Crasader/yoshidagames | 2bed114b4934cdaaae03ee8294ee87b6e3a60cee | a8de2fea3eb58dddaacaf846cc88726194c51658 | refs/heads/master | 2020-12-07T11:31:41.252182 | 2016-05-19T10:16:46 | 2016-05-19T10:16:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 380 | h | //
// MultiResolution.h
//
#ifndef CrossProject007_MultiResolution_h
#define CrossProject007_MultiResolution_h
#include "cocos2d.h"
static cocos2d::Size designResolutionSize = cocos2d::Size(1200, 800);
static cocos2d::Vec2 visibleCenter = cocos2d::Vec2(designResolutionSize.width/2,
... | [
"nkc.kyousuke.kagihiro@gmail.com"
] | nkc.kyousuke.kagihiro@gmail.com |
a625a989872560b88031570e61df90ec013cc478 | 6f8f35b2ab953a61eb888b6ef0915839edc8038e | /src/map/party.c | b1d8a94fddb54c7f644d42962c0d96947c178078 | [] | no_license | GMVyLow/manner | 8d5e34e35e8a77867afedcc9f2033be2afe47258 | a9233f0a5b271761bbaa4d6667e98e04bae649ed | refs/heads/master | 2021-01-10T17:33:22.031385 | 2015-12-20T14:43:26 | 2015-12-20T14:43:26 | 48,285,495 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 35,653 | c | // Copyright (c) Athena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder
#include "../common/cbasetypes.h"
#include "../common/timer.h"
#include "../common/socket.h" // last_tick
#include "../common/nullpo.h"
#include "../common/malloc.h"
#include "../common/random.h"
#include... | [
"gmvylow@yahoo.com"
] | gmvylow@yahoo.com |
f76e38a3355d97c77d7365a875f2d3d5e4a70540 | 51635684d03e47ebad12b8872ff469b83f36aa52 | /external/gcc-12.1.0/gcc/testsuite/gcc.dg/uninit-pr98583.c | 6159c9512f40a06d75f965474a6a06860e2a5eb6 | [
"LGPL-2.1-only",
"GPL-3.0-only",
"GCC-exception-3.1",
"GPL-2.0-only",
"LGPL-3.0-only",
"LGPL-2.0-or-later",
"FSFAP",
"Zlib",
"LicenseRef-scancode-public-domain"
] | permissive | zhmu/ananas | 8fb48ddfe3582f85ff39184fc7a3c58725fe731a | 30850c1639f03bccbfb2f2b03361792cc8fae52e | refs/heads/master | 2022-06-25T10:44:46.256604 | 2022-06-12T17:04:40 | 2022-06-12T17:04:40 | 30,108,381 | 59 | 8 | Zlib | 2021-09-26T17:30:30 | 2015-01-31T09:44:33 | C | UTF-8 | C | false | false | 525 | c | /* PR middle-end/98583 - missing -Wuninitialized reading from a second VLA
in its own block
{ dg-do compile }
{ dg-options "-O2 -Wall" }
{ dg-require-effective-target alloca } */
void f (int*);
void g (int);
void h1 (int n)
{
int a[n];
f (a);
int b[n];
g (b[1]); // { dg-warning "\\\[-Wuni... | [
"rink@rink.nu"
] | rink@rink.nu |
a00bd43c0a48409ce84043a8b958a88ef510a6d6 | bd83c9fa885824e5b08810c76c03d3cbeb00bdf1 | /images/fBWDownRight.h | 6a8f8127cb631820f8888a02f57ac42a8830208c | [] | no_license | jpleo122/HalftimeHunt | 1202f697890d69f2d09aa3a2c2790b93ab2b0e27 | e0e9102db7acec0f3ffe43d13da21cfa60e2cc6e | refs/heads/master | 2020-04-08T17:09:52.186309 | 2018-11-28T19:52:03 | 2018-11-28T19:52:03 | 159,554,107 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 584 | h | /*
* Exported with nin10kit v1.7
* Invocation command was nin10kit --mode=3 --resize=16x16 fBWDownRight fBWDownRight.png
* Time-stamp: Wednesday 11/21/2018, 04:06:49
*
* Image Information
* -----------------
* fBWDownRight.png 16@16
*
* All bug reports / feature requests are to be filed here https://github.... | [
"noreply@github.com"
] | jpleo122.noreply@github.com |
d29bb86ff842fa4f949be8560e7026903f661190 | de21f9075f55640514c29ef0f1fe3f0690845764 | /regression/goto-instrument-wmm-core/ppc_safe120_TSO_OPT/safe120.c | 38b17611f811675833d2a601d1280f8ead70352c | [
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference",
"BSD-4-Clause"
] | permissive | diffblue/cbmc | 975a074ac445febb3b5715f8792beb545522dc18 | decd2839c2f51a54b2ad0f3e89fdc1b4bf78cd16 | refs/heads/develop | 2023-08-31T05:52:05.342195 | 2023-08-30T13:31:51 | 2023-08-30T13:31:51 | 51,877,056 | 589 | 309 | NOASSERTION | 2023-09-14T18:49:17 | 2016-02-16T23:03:52 | C++ | UTF-8 | C | false | false | 1,196 | c | void fence()
{
asm("sync");
}
void lwfence()
{
asm("lwsync");
}
void isync()
{
asm("isync");
}
int __unbuffered_cnt = 0;
int __unbuffered_p0_r1 = 0;
int __unbuffered_p1_r1 = 0;
int __unbuffered_p1_r3 = 0;
int __unbuffered_p2_r1 = 0;
int __unbuffered_p2_r3 = 0;
int x = 0;
int y = 0;
void *P0(void *arg)
{
__unb... | [
"tautschn@amazon.com"
] | tautschn@amazon.com |
63d29906089718417cf6e39c334c793b7fa39720 | e3601afda3edaf5a1506229a6500caa952b7e06c | /Day 7 nested for practice/demo3.c | 0a951310c54c7b91f7fe5ff8f41b75e49d1d3950 | [] | no_license | Santhoshkumaradoss/c-programming | f2e3b57d6393f9f4c75175f79c541f22021eb24e | e1d290e8ec513e94608673ce952516f5fa3b4dbb | refs/heads/main | 2023-07-16T16:36:08.053991 | 2021-08-23T07:59:01 | 2021-08-23T07:59:01 | 388,423,484 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 192 | c | #include<stdio.h>
void main()
{
int i,j;
for(i=5;i>0;i--)
{
for(j=1;j<=5;j++)
{
printf("%d",i);
}
printf("\n");
}
}
| [
"noreply@github.com"
] | Santhoshkumaradoss.noreply@github.com |
1a0785493e242017c97394486fd252c5eac36c76 | b65b4e195223d843ce7a29d08d4faacd72df46b5 | /src/fx.c | 02c435d3a30b705ea5e28d49a8c7e27e38ab7707 | [] | no_license | mwkent/VocoderOSC | 5451b4e867481036c1108de3efdf7c6c5b5c0457 | 75b6b487867115e2a2fb67cb6341012424ea5860 | refs/heads/master | 2020-05-30T20:19:30.992244 | 2014-04-29T17:05:13 | 2014-04-29T17:05:13 | 19,261,832 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 908 | c | #include <stdio.h>
#include <stdlib.h>
#include "../headers/fx.h"
/**
* Fx:
* An audio effect psuedo-class, containing the function that processses the
* effect and saved data for the effect.
*/
/**
* fx_new: allocates and returns a new Fx,
* assuming fxData has already been allocated/initialized
*/
Fx* fx_ne... | [
"mwkent@andrew.cmu.edu"
] | mwkent@andrew.cmu.edu |
4b22bdc071434776813574f6b8d2e524515c59bb | 60ca11e36211ad18d1995370dacb9bf536b7da68 | /libft/ft_strsub.c | b1bb9a415bbaf4b67219b5e1a727787e8ee294cd | [] | no_license | Gwba56/get_next_line | 729252d6a4941b41973461ea34453d00f61ad88e | 1360d710179acc80188bd04c3b3282e07a0b34fd | refs/heads/master | 2022-02-26T01:40:23.540024 | 2019-10-31T11:43:36 | 2019-10-31T11:43:36 | 218,752,049 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,105 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strsub.c :+: :+: :+: ... | [
"noreply@github.com"
] | Gwba56.noreply@github.com |
1d83d5c40ce7ef5241fa594dfd026a15c8198440 | 150fea402de8b29fabdea9ba7e9be0d198530e8c | /src/python/face-expression.build/module.numpy.polynomial.chebyshev.c | 747827fb5281258c116e659f04612e085fe3d89d | [] | no_license | Coderwelsch/FHP-IO-Expression-Mirror | 189cc667e2a4671c4e6bf0d7651665eb1a76367b | dbd0c59c64c8058e283fa7fe4fe2a611c22f511a | refs/heads/master | 2021-06-15T21:39:32.011057 | 2017-04-22T15:45:14 | 2017-04-22T15:45:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,187,181 | c | /* Generated code for Python source for module 'numpy.polynomial.chebyshev'
* created by Nuitka version 0.5.24.4
*
* This code is in part copyright 2016 Kay Hayen.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obta... | [
"social@coderwelsch.com"
] | social@coderwelsch.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.