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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
812b76db36cc954d93cec5e5687b62c7e25cdaa9 | 2de1b719bd65623c165f80f6e3296a4eaabf28b7 | /UVA/10473 - Simple Base Conversion.c | 082ed88b31a300c58e0db3295e6609bd2d1a8bcd | [] | no_license | sajjadm624/OJ-solution | a220d4c720e98ed16c28e2ce016c04f4a9b245d4 | 4dc723776c93089e668b4f1da70347f10ab9cef9 | refs/heads/master | 2021-01-23T23:03:49.398776 | 2020-04-05T23:34:02 | 2020-04-05T23:34:02 | 83,119,971 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 415 | c | #include <stdio.h>
#include <string.h>
int main()
{
char str[15];
int num;
while(scanf("%s", str), str[0] != '-') {
if(strlen(str) > 2 && (str[1] == 'x' || str[1] == 'X')) {
sscanf(str, "%x", &num);
printf("%d\n", num);
}
else {
ssc... | [
"noreply@github.com"
] | sajjadm624.noreply@github.com |
258a9fb72cbf1eb87807a4c6118e4b2b46ed9291 | 3707e73147c7bc3021e4e4a50651161569947473 | /pgsql/include/server/replication/reorderbuffer.h | 57cdb23535f7581d745db347d36015a6646d4743 | [
"MIT",
"Zlib"
] | permissive | sdksmate/postgresql-9.5.25-1-windows-x64-binaries | f19a2cb765add70edabf235e6adc3702b9523fff | d1d983ea004449d80e55ef24d9d72a498e0e8f14 | refs/heads/master | 2023-07-25T15:09:27.040626 | 2021-09-11T14:31:02 | 2021-09-11T14:31:02 | 405,397,158 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,055 | h | /*
* reorderbuffer.h
* PostgreSQL logical replay/reorder buffer management.
*
* Copyright (c) 2012-2015, PostgreSQL Global Development Group
*
* src/include/replication/reorderbuffer.h
*/
#ifndef REORDERBUFFER_H
#define REORDERBUFFER_H
#include "access/htup_details.h"
#include "lib/ilist.h"
#include "storag... | [
"sdksmate@gmail.com"
] | sdksmate@gmail.com |
5265ca3dcb39464b35b94359e9d68045713cfbbf | 127c53f4e7e220f44dc82d910a5eed9ae8974997 | /Client/LuaPlus/Src/LuaPlus/src/llex.c | fd5c4176def52122b3e95c7dbc3eee29d0562fac | [] | no_license | zhangf911/wxsj2 | 253e16265224b85cc6800176a435deaa219ffc48 | c8e5f538c7beeaa945ed2a9b5a9b04edeb12c3bd | refs/heads/master | 2020-06-11T16:44:14.179685 | 2013-03-03T08:47:18 | 2013-03-03T08:47:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,025 | c | /*
** Added `continue' statement (author: Leszek Buczkowski)
*/
/*
** $Id: llex.c,v 1.1 2007/09/26 03:09:35 zyh Exp $
** Lexical Analyzer
** See Copyright Notice in lua.h
*/
#include <ctype.h>
#include <string.h>
#define llex_c
#include "lua.h"
#include "ldo.h"
#include "llex.h"
#include "lmem... | [
"amwfhv@163.com"
] | amwfhv@163.com |
b48fc0b71cdcd52f8109a8ecdc6ebc92e33dc734 | ecc7806cddc14888de26a5e6888d401490284e53 | /src/croak_exec.c | 1f173a0b841d482de6705bae5ebaa2ae2598da84 | [
"MIT"
] | permissive | rjenkins/c-RIBBIT | 7e193234bfc81d82ddd9b307a92a793a8dc644e6 | 8dff78e1fe183d8e87974667cdca38420f6c46d3 | refs/heads/master | 2021-01-10T05:10:09.460071 | 2018-02-28T21:02:54 | 2018-02-28T21:02:54 | 53,756,276 | 0 | 2 | MIT | 2018-02-28T21:02:55 | 2016-03-12T22:27:07 | C | UTF-8 | C | false | false | 2,333 | c | /**************************************************************************$
* WELCOME, FRIEND
* _ _
* /@\---/@\
* ,' `.
* | |
* <`-----------'>
* / `. `-----' ,' \
* / `-------' \
* : | _______ | :
* | `.,' `.,' |
*... | [
"rjenkins@aceevo.com"
] | rjenkins@aceevo.com |
d617e4249f065bb71ca18b038972d87797928f9b | 31090b82fcf15fc8a52a12be3dd592e72300fe1b | /sys/rpc/rpcsec_gss/rpcsec_gss_misc.c | f4e0248c45a436db9842748945243bb6148248b2 | [] | no_license | YuheiTakagawa/VPS_for_FreeBSD | 22e7b2f4e46b56e8289e7cd81eedf1d503ec2a0d | 1a6d0ed8808b875b998f2f344cfc5539eb84532d | refs/heads/master | 2020-07-15T09:24:26.928246 | 2017-08-11T17:43:29 | 2017-08-11T17:43:29 | 94,305,728 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,910 | c | /*-
* Copyright (c) 2008 Doug Rabson
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditi... | [
"b1014223@fun.ac.jp"
] | b1014223@fun.ac.jp |
bca005445684a6b4bd6ebaa2de06aa2a73c9ce3b | 699e39a306ab0a26f76700cfc0fd351826db8cc3 | /Code2011/MT2AnalysisCode/TESCO/src/exe/RunSSDLAnalyzer.C | dbb634a87928ab46ee981c84c9bdc510ff61b8cb | [] | no_license | MT2Analysis/MT2Analysis | 19d396d81173b23248902b105ba0b4c220ed0281 | 12229f8b8731115215e4be0d68fbf07c21b2f1a9 | refs/heads/master | 2020-05-04T09:56:39.549915 | 2014-07-29T10:22:29 | 2014-07-29T10:22:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,812 | c | // C++ includes
#include <iostream>
#include <fstream>
#include <string>
#include <stdio.h>
// ROOT includes
#include <TROOT.h>
#include <TFile.h>
#include <TTree.h>
#include <TChain.h>
#include "SSDLAnalyzer.hh"
using namespace std;
//________________________________________________________________________________... | [
""
] | |
1e893c62edfd9d322f618f0bbe2f0b048c0e6aea | 575c0ab646c088d16436245827051b6e65d12103 | /UnitTest/TestCryptLib/Cryptest.h | 595bc7dde10873dc25d3a5a1f21696c5d9fafbde | [
"BSD-2-Clause-Patent"
] | permissive | weiden/openspdm | d039a7da3574970072f0cc93e202e04688b84f41 | dd221c827194c862be84ceebd2ae640a86d47207 | refs/heads/master | 2023-02-28T21:41:20.004533 | 2021-02-09T15:33:41 | 2021-02-09T15:33:41 | 303,256,656 | 0 | 0 | NOASSERTION | 2020-10-12T02:24:52 | 2020-10-12T02:24:52 | null | UTF-8 | C | false | false | 4,916 | h | /** @file
Application for Cryptographic Primitives Validation.
Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#ifndef __CRYPTEST_H__
#define __CRYPTEST_H__
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <s... | [
"jiewen.yao@intel.com"
] | jiewen.yao@intel.com |
a392acd2032e0307327c9cb82b51c151125741d2 | b1ecf0cd552499f8cbe9341c94286f2d4d855b5d | /6_TimerBase100ms/Core/Src/main.c | f09d7cd42001d47c977bc60171d4b00a3b3d65f2 | [] | no_license | CodeOn-ArK/STM32_HALProject | 6d3b9366321922743106edb8ce15ef5b4a78e11a | 66bc2fff44575fe6b0fde40ac16579f76acbb5b3 | refs/heads/master | 2023-05-27T16:25:57.753825 | 2021-06-15T09:49:02 | 2021-06-15T09:49:02 | 346,328,957 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,006 | c | /*
* main.c
*
* Created on: Feb 28, 2021
* Author: ark
*/
#include "main.h"
void TIMER7_Init();
void SystemClock_Config(void);
#define TEST_UART CallUART()
TIM_HandleTypeDef hTimer7;
int main(void)
{
HAL_Init();
SystemClock_Config();
UART2_Init();
GPIO_Init();
TIMER7_Init(... | [
"aarya.codeeka@gmail.com"
] | aarya.codeeka@gmail.com |
bc6c8c92446594186aa1282503d5fb266f91cf72 | c426584ce338b001d55e368d139e9262fbaab749 | /emucc/cia.h | f060f19cdd96c193a830444fa83077ff9b5098f3 | [] | no_license | PiezPiedPy/memwa2 | fe37dce55ee465e6144df0fdfe04d33f5bca3ddc | 4eb942e0ed6235af7c8ab64a5269c08a0e9c2924 | refs/heads/master | 2021-01-04T04:13:53.522596 | 2016-11-29T08:18:43 | 2016-11-29T08:18:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,986 | h | /*
* memwa2 cia component
*
* Copyright (c) 2016 Mathias Edman <mail@dicetec.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option)... | [
"mail@staringlizard.com"
] | mail@staringlizard.com |
c8994fa3462affbe5a4dc5462caa03b75217da77 | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/linux-master/drivers/irqchip/irq-armada-370-xp.c.bak.c | b3d9c9707ec54f95ee23fb14bc0afcea6e930cdc | [] | no_license | zhiyuanjia/WoBench | 878255ce45e76ef57f88743c7f43acdfa59e93e7 | 6b337780cbd598de98fc0eabd19efaf1a01b6012 | refs/heads/master | 2021-09-23T03:12:08.091319 | 2018-06-14T10:17:59 | 2018-06-14T10:17:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,209 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
/*
* Marvell Armada 370 and Armada XP SoC IRQ handling
*
* Copyright (C) 2012 Marvell
*
* Lior Amsalem <alior@marvell.com>
* Gregory CLEMENT <gregory.clement@free-electrons.com>
* Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Ben Dooks <ben.... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
c0c00b3563630d4803e2c0e651292c4f21322b05 | 881120ddacd170a216f919c056d948cf40c4f6b7 | /server.c | 2b8bc8009196764ee7795cb2b18889c2f50604d7 | [] | no_license | tianqiu/c | cd1a846460556faa2a0d2ca9681f38768192ec47 | 750d5f1d9db0167def65dea9537aa2a4b69693a8 | refs/heads/master | 2021-01-17T05:27:04.039815 | 2015-08-18T08:20:19 | 2015-08-18T08:20:19 | 39,676,507 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,840 | c | #include <linux/in.h>
#include <linux/inet.h>
#include <linux/socket.h>
#include <net/sock.h>
#include <linux/string.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/posix_types.h>
#include <uapi/linux/eventpoll.h>
#include <linux/interrupt.h>
#include <linux/kernel.h>
#include <linux/fs... | [
"tianqiu@hustunique.com"
] | tianqiu@hustunique.com |
dae950102b4d9b3fd49b40a43e38135ed8c8fe1e | d7c462e781538213ceb5eae8e9d6283a374f0771 | /SRC/COMMON/KITLDRV/USBDBG/USBDBGRNDISMDD/rndismin.h | 8f7d1054f3f7985731efacdadb37eabf1aac49ff | [] | no_license | sriemann/TenByTen6410_MLC | f77d175b3171dd7b592732ce14a6c3add7501274 | e3af54cdb988bc9f1d69cfa6a57bef766b5108de | refs/heads/master | 2021-01-21T12:58:36.292950 | 2013-02-25T06:56:11 | 2013-02-25T06:56:11 | 8,329,664 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 56,519 | h | //
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft
// premium shared source license agreement under which you licensed
// this source code. If you did not accept the terms of the license
// agreement, you are not authorized t... | [
"sven.riemann@hiteg.com"
] | sven.riemann@hiteg.com |
582b717451ce7ee3f1067765126dcede6c9f7f09 | aaad70e69d37f92c160c07e4ca03de80becf2c51 | /filesystem/usr/src/linux-headers-4.15.0-20/include/linux/netfilter/ipset/pfxlen.h | 1681c9a7a943ea11bd5c08cf36da383dbb7b9150 | [] | no_license | OSWatcher/ubuntu-server | 9b4dcad9ced1bff52ec9cdb4f96d4bdba0ad3bb9 | 17cb333124c8d48cf47bb9cec1b4e1305626b17a | refs/heads/master | 2023-02-10T18:39:43.682708 | 2020-12-26T01:02:54 | 2020-12-26T01:02:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 165 | h | {
"MIME": "text/x-c",
"inode_type": "REG",
"magic_type": "C source, ASCII text",
"mode": "-rw-r--r--",
"sha1": "0b67b209887a55bcd1c5c8d324d3c6bbfa9d2a14"
} | [
"mathieu.tarral@protonmail.com"
] | mathieu.tarral@protonmail.com |
6423c6e539dd592db5dd4666be571aac0fcd829c | 155cd681ed5965c4d47e22101b5c2f4a4ac2633b | /include/oqs/kem.h | ae29ec205ff36a4b62b9c32347400f410c38f236 | [
"MIT"
] | permissive | dimisik/goliboqs | c765fa3e1b01d9604b10edaca4facd8b71e2b65c | 439cdc39e4d8306d1d37e2730c76b7c3aad97b57 | refs/heads/master | 2023-06-30T21:48:15.404854 | 2021-07-25T05:15:59 | 2021-07-25T05:15:59 | 386,067,476 | 0 | 0 | MIT | 2021-07-14T20:24:54 | 2021-07-14T20:24:54 | null | UTF-8 | C | false | false | 10,157 | h | /**
* \file kem.h
* \brief Key encapsulation mechanisms
*
* The file `src/kem/example_kem.c` contains two examples on using the OQS_KEM API.
*
* The first example uses the individual scheme's algorithms directly and uses
* no dynamic memory allocation -- all buffers are allocated on the stack, with
* sizes indi... | [
"duncan.jones@thalesgroup.com"
] | duncan.jones@thalesgroup.com |
6f8899d1052b024478c4aad760ff5149f257517a | fe047753655490c919f221070c7bae19aa65552d | /code/04-07 twofold mutual precedence.c | e84328a2f3530c55e2825b643783b59cbd5901e5 | [] | no_license | chrisoffner/fu_alp4_notes | b1d8c2432cac7ef9f2a89f916ee67fda57b86735 | f5fae0c44f3aa050202df006bda35a55865afdc6 | refs/heads/main | 2023-06-18T07:35:24.109224 | 2021-07-18T21:04:03 | 2021-07-18T21:04:03 | 364,505,721 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,876 | c | // Twofold Lock with Mutual Precedence
// - Mutual exclusion ✅
// - Deadlock-free ✅
// - fair ✅
// - OVERHEAD because of sleep(1) and multiple while-loop cycles! ❌
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
#define NUM_THREADS 2
int account[2];
char _lock[2];
int lock(long tid) {
_lock[tid] = 1;
... | [
"chrisoffner@pm.me"
] | chrisoffner@pm.me |
21f991cbe561725e9a52e2f90c3a98860ff48f9c | b9a2f37d10f9687df225771c7d19306d0d7e357f | /src/platforms/AlexMos32/spi/spi.h | 91a236467bbb981394ebaf9715da78ab4a9ec296 | [] | no_license | yaoyutaoTom/motorControl | 94945c78ee31bed44eb813f369f66d1f55501a6c | bde8ee5f7a5bd64ff95ffa0aa2ed2ad8d01ec5d4 | refs/heads/master | 2022-02-21T17:41:07.839359 | 2019-09-07T15:32:26 | 2019-09-07T15:32:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 137 | h | #ifndef SPI_H
#define SPI_H
#include "stm32f30x_spi.h"
#include "stm32f30x_gpio.h"
#include "stm32f30x_rcc.h"
#endif // SPI_H
| [
"Viktor-anchutin@yandex.ru"
] | Viktor-anchutin@yandex.ru |
74da50c5c0ba5df7985e1844a63e7c83bcee4952 | dc543b6b30121d252a616c398d68fb9aafc0ffeb | /Server/network/packet.h | 934a8d22e7a9b662440523f03580979091ed9802 | [] | no_license | SeHoonYang/SE | 437c102f64b112655abb0e14b24c778c530297c3 | 5e5949360047a85e6a82f16c0b3ba2c4a3d0de82 | refs/heads/master | 2021-01-20T22:28:56.795419 | 2020-05-04T04:12:44 | 2020-05-04T04:12:44 | 62,858,244 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,642 | h | #ifndef _PACKET_H_
#define _PACKET_H_
#define BUFFER_SIZE 413
/*
Packet header
0 : Error
// Before the game start //
1 : Registration request
-buffer[0-9] : ID
-buffer[10-19] : Password
2 : Server quick response
-buffer[0] : 1 for success, 0 for failure
6 : Login request
... | [
"apaphpmys@kaist.ac.kr"
] | apaphpmys@kaist.ac.kr |
662e660f6fae02ad1c2589f8479fa8cd2be3f180 | 3546b40e51a3193c5fb5de67420aa312a661df5f | /14-1 LED液晶显示屏/LCD1602.c | 3494306ae3b5c9eea17f401945686a0bc155b3e0 | [] | no_license | ZZZ-Monster/51microcomputer_Project | 020e364216267c2e9a71d1ff6f718f3df7f19604 | b9749e9e390974ea2c7355933da5221bfdc748ce | refs/heads/main | 2023-05-11T23:53:20.885936 | 2021-06-06T03:18:43 | 2021-06-06T03:18:43 | 374,256,200 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 5,058 | c | #include <REGX52.H>
#include "delay.H"
sbit LCD_RS=P2^6;
sbit LCD_RW=P2^5;
sbit LCD_E=P2^7;
#define LCD_Datapart P0
void LCD_WriteCommand(unsigned char Command) //进行写设置的指令
{
LCD_RS=0;
LCD_RW=0;
LCD_Datapart=Command;
LCD_E=1; //上升沿为纳秒级别,应该延时一下,读取不过来
delay(1);
LCD_E=0;
delay(1); //下降沿为纳秒级别,应该延时一下,读取不过来
}
... | [
"421054868@qq.com"
] | 421054868@qq.com |
8298c7e0bc2a80b4452a311aeb98182cc1b9d75e | ec1be02101a0ea6d927e09fe9184b32a6df91c9d | /atf-marvell/plat/arm/css/drivers/scmi/scmi_private.h | a07841ee393d98a767e8877c927d9210a1a6ced9 | [
"BSD-3-Clause",
"BSD-2-Clause",
"NCSA",
"Zlib"
] | permissive | hanwckf/bl-armada-3720 | a68740184fd216525b3afc6a33d4dea11defc49b | cd0b7a53289cfb67019fa4644c005bb414b8764e | refs/heads/master | 2022-11-16T21:13:01.658943 | 2022-11-05T06:21:08 | 2022-11-05T06:21:08 | 198,206,148 | 41 | 27 | null | null | null | null | UTF-8 | C | false | false | 4,545 | h | /*
* Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __CSS_SCMI_PRIVATE_H__
#define __CSS_SCMI_PRIVATE_H__
/*
* SCMI power domain management protocol message and response lengths. It is
* calculated as sum of length in bytes of the... | [
"my375229675@gmail.com"
] | my375229675@gmail.com |
d6fda7dae62d915f02f24a84d82716bdf5ca42a8 | c486a0a4764ce76cb3823cf9db56663a4977e57e | /usr.bin/rcs/src/rcs/rcslex.c | 27a1752a924ac76dd869726fa7a073762cede6a7 | [] | no_license | rofl0r/irix-3.x-src | 5a78dec0ec7b88972ad49a6e005d9e6dd5d63966 | e5f21f6d1c77aad92583c20f6bf25285077f5fe1 | refs/heads/main | 2022-04-20T05:25:02.489203 | 2020-04-21T00:22:43 | 2020-04-21T00:22:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 22,187 | c | /*
* RCS file input
*/
static char rcsid[]=
"$Header: /d2/3.7/src/usr.bin/rcs/src/rcs/RCS/rcslex.c,v 1.1 89/03/27 18:21:50 root Exp $ Purdue CS";
/*********************************************************************************
* Lexical Analysis.
* Cha... | [
"johncvalentine@protonmail.com"
] | johncvalentine@protonmail.com |
239bfd7adb5c8418b364a56e34df90a33519f3bc | 99361f10d0168fb5eef705c14eb54e270c716334 | /c/rr.c | 9709da00af0b0bd3b8ec38ccf0e853ce16da2089 | [] | no_license | ezy0812/asdf | 9a48c76b2cec3be59d3424c2db928d31a9d8eb7b | 151b63d2de5bf911445253cc6406d03d10ebcf5e | refs/heads/master | 2023-04-20T00:56:15.902533 | 2020-04-01T05:23:49 | 2020-04-01T05:23:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 643 | c | #include<stdio.h>
void main()
{
int et[30],ts,n,i,x=0,tot=0; char pn[10][10];
printf("Enter the no of processes:"); scanf("%d",&n);
printf("Enter the time quantum:"); scanf("%d",&ts); for(i=0;i<n;i++)
{
printf("enter process name & estimated time:"); scanf("%s %d",pn[i],&et[i]);
}
printf("The processes are:"); for(i=0... | [
"x@icyphox.sh"
] | x@icyphox.sh |
0e047a51f685ec71bfe38a0902a368722e7c93ca | 831ed85b5730387908c40fe4e9c58ae442ef1581 | /usr.sbin/config/exec.c | bcbbd5acacd76133f44488bf027ce8cd7c608a0e | [] | no_license | GitHubFocus/FabBSD | 949ad97ce90f3b7874be98bfc6f0d24c06bf7bed | 19d390bc515cee0afb8ec27ee3e0f38d487b4f32 | refs/heads/master | 2020-04-07T05:31:52.675033 | 2018-06-12T09:10:22 | 2018-06-12T09:10:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,778 | c | /* $OpenBSD: exec.c,v 1.6 2003/08/16 14:45:46 henning Exp $ */
/*
* Copyright (c) 1999 Mats O Jansson. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code m... | [
"vedge@b83589b1-170a-47ad-b9cd-3de6c41813fc"
] | vedge@b83589b1-170a-47ad-b9cd-3de6c41813fc |
9d9004820b58bf7fbf32e34c2abd8a97d64e481a | 5ad062b6afc5bf7e85c8e92f0fc24c21a2699598 | /81-00024-01.cydsn/codegentemp/UART_LED_rx_aliases.h | 32f368164a3c9b3ae389c7a2bc772dda8a8a24e4 | [] | no_license | feniex/Firm-AI-Cube | 717b4fb609ca739c61e854648aa8d67e3f37b7f8 | 754dbfa236b9d91651e2b5572efc24d4047745b1 | refs/heads/master | 2021-03-27T15:57:30.556340 | 2019-08-07T00:21:48 | 2019-08-07T00:21:48 | 117,143,353 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,519 | h | /*******************************************************************************
* File Name: UART_LED_rx.h
* Version 2.20
*
* Description:
* This file contains the Alias definitions for Per-Pin APIs in cypins.h.
* Information on using these APIs can be found in the System Reference Guide.
*
* Note:
*
************... | [
"K.Hale@Feniex.com"
] | K.Hale@Feniex.com |
359532dbf3cf6f794248442bd97df548c22b4dd2 | b71b8bd385c207dffda39d96c7bee5f2ccce946c | /testcases/CWE252_Unchecked_Return_Value/CWE252_Unchecked_Return_Value__wchar_t_puts_18.c | 71ec6c9bbf0e027c5e24ac0be89b1df9d82dc6c1 | [] | 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 | 1,796 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE252_Unchecked_Return_Value__wchar_t_puts_18.c
Label Definition File: CWE252_Unchecked_Return_Value.label.xml
Template File: point-flaw-18.tmpl.c
*/
/*
* @description
* CWE: 252 Unchecked Return Value
* Sinks: puts
* GoodSink: Check if puts() fails
* BadSink : ... | [
"jaredzap@rams.colostate.edu"
] | jaredzap@rams.colostate.edu |
9a0cacc2433113dfd188c719e1f01933a03aa0e2 | 7c50c07bebcc8e8c33743895ebafada0df31b56d | /blinky_official/User/main.c | a5eda3734a78ba7b9bece4f476ae370ef6ea884e | [
"MIT"
] | permissive | QingmuDeng/STM_Programming | 7fe0339c64d351e4c97f430d15694473d76e1371 | 08023d97408ccbf2b662e5b5407a0c017839b334 | refs/heads/master | 2020-03-18T15:46:56.140613 | 2018-06-02T17:40:12 | 2018-06-02T17:40:12 | 134,929,191 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 854 | c | #include "stm32f4xx.h"
void delay(unsigned long count)
{
while(count--);
}
int main(void)
{
RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOA, ENABLE);
RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOD, ENABLE);
GPIO_InitTypeDef GPIO_InitD12;
GPIO_InitTypeDef GPIO_InitA0;
GPIO_InitD12.GPIO_Pin = GPIO_Pin_12;
GPIO_InitD1... | [
"qingmu.deng@students.olin.edu"
] | qingmu.deng@students.olin.edu |
12a5d952bd87c6689b4561f17fccada3faa38ffb | ba047a45d779d9d59c3966ec5c9582d796df039b | /source/ui/section/titles.c | 43e53ef21d7f355c2cb305f2cf130aea5241db7a | [
"MIT"
] | permissive | boogermann/FBI | a23bbe61cd40c9ab5f14ed89c00128ece95e6e44 | 639675c07e79ee20d5a16280e164980fa31a4545 | refs/heads/master | 2021-01-11T11:25:36.276075 | 2017-01-10T00:12:52 | 2017-01-10T00:12:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,011 | c | #include <malloc.h>
#include <stdio.h>
#include <string.h>
#include <3ds.h>
#include "section.h"
#include "action/action.h"
#include "task/task.h"
#include "../error.h"
#include "../list.h"
#include "../ui.h"
#include "../../core/linkedlist.h"
#include "../../core/screen.h"
#include "../../core/util.h"
static list_i... | [
"Steveice10@gmail.com"
] | Steveice10@gmail.com |
0bf1a30c96989845610d71082b16bf568d9fa813 | 11dcd5cb344d359441dd6db7510c2dc5fdadb66b | /test/src/beacon_tests.c | bc94cbd13b745a92956dde0b6d4c4818ffc20b29 | [
"Apache-2.0"
] | permissive | libwifi/libwifi | f2d5b1d396566aa8040f27b1bb999f9070227d7e | 53ebab3bee521f087d3f0d7ff7249f5eb2ac0b16 | refs/heads/main | 2023-08-08T15:34:12.784374 | 2023-07-22T03:07:29 | 2023-07-22T03:07:29 | 433,608,349 | 38 | 13 | Apache-2.0 | 2023-04-15T02:42:30 | 2021-11-30T22:37:50 | C | UTF-8 | C | false | false | 4,331 | c | #include "../../src/libwifi.h"
#include <errno.h>
#include <stdio.h>
#include <string.h>
#define BCAST_MAC "\xff\xff\xff\xff\xff\xff"
#define TO_MAC "\x00\x20\x91\xAA\xBB\xCC"
const unsigned char to[] = TO_MAC;
const unsigned char bcast[] = BCAST_MAC;
const unsigned char beacon[] = "\x00\x00\x18\x00\x8e\x58\x00\x00\... | [
"foxtrot@malloc.me"
] | foxtrot@malloc.me |
efaeaca6c93be18e36907e5c1955c851a81c3436 | ea4e3ac0966fe7b69f42eaa5a32980caa2248957 | /download/unzip/tcsh/tcsh-23/tcsh/tc.bind.c | 51fc0b866bf738d424d6f5823125658def093b1b | [] | 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 | 24,630 | c | /* $Header: /cvs/Darwin/Commands/Other/tcsh/tcsh/tc.bind.c,v 1.1.1.1 1999/04/23 01:59:56 wsanchez Exp $ */
/*
* tc.bind.c: Key binding functions
*/
/*-
* Copyright (c) 1980, 1991 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or with... | [
"hyl946@163.com"
] | hyl946@163.com |
6baea1b0c7de5bdbad564d298c3ecaaeba5e5597 | 0dbdbdfba369d5c1b9ceb5d058abedb88c17e4de | /extra_scripts/Libraries and info/Velleman_KA12/Velleman_KA12.h | fd57def8f2c93e453764b74cb83ba1e91ed5de2d | [] | no_license | sam-eee/jamkit | 45a1d1e6ce53e243889902297351abd5db1fc0a9 | 3a7ec07c9c671c8e8d022c332bc226a718a924ff | refs/heads/master | 2022-08-24T01:55:17.407320 | 2020-05-29T23:11:10 | 2020-05-29T23:11:10 | 260,539,850 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 369 | h | /*
* Velleman KA12 - Analog extension shield
* Version 1.0 March, 2015
* Copyright 2015 Velleman nv
*
*/
#ifndef VELLEMAN_KA12_H
#define VELLEMAN_KA12_H
#include "Arduino.h"
#define KA12_LATCH_PIN 6
#define KA12_CLOCK_PIN 7
#define KA12_DATA_PIN 5
void ka12_init();
void ka12_readAll(int *val... | [
"sami_deiri@hotmail.com"
] | sami_deiri@hotmail.com |
ca7cfffd1c6ce82fa93b597efc310721190e3006 | 6bdab235f9c4a3ff28ee2c8d38641be92f128fd2 | /Analyzers/TQAFAnalyzer/test/sensi.C | 20f554e6532aafad217c0c1b8687723ff14e2bbf | [] | no_license | yumiceva/usercode | 2c23925e6c5aa684acdb9a8eeaf13f77d1e8ff29 | 3028ffb2aa5d211636689c9ac7b0f6690406cca9 | refs/heads/master | 2016-09-10T20:43:19.793731 | 2014-05-26T11:47:18 | 2014-05-26T11:47:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 404 | c |
void sensi() {
TCanvas *cv = new TCanvas("cv","cv",700,700);
Double_t x[4],y[4];
Int_t n = 4;
x[0] = 1000.; y[0] = 20.;
x[1] = 2000.; y[1] = 1.;
x[2] = 3000.; y[2] = 0.7;
x[3] = 4000.; y[3] = 0.6;
TGraph *g = new TGraph(n,x,y);
g->Draw("ACP");
g->GetXaxis()->SetTitle("m_{t#bar{t}} [GeV/c^{2}]");
g->Ge... | [
""
] | |
8bfc1361d854a4cec2fdfdf8cd6a94838d03f0f4 | c27487c74692fe791b89eb90211d7807eb15cb43 | /src/parser.h | 2c11cba86b6cc9fcc4de0619ad95a99b25c5db43 | [] | no_license | blastura/msh | 01b254657678947113c54fcdb37358b703fdf392 | 8831b9848c909a815ec6b7beca87075e273d15d7 | refs/heads/master | 2020-03-29T12:13:25.162332 | 2009-06-01T08:53:56 | 2009-06-01T08:53:56 | 181,766 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 938 | h | /* parser.h */
/* Author: Peter Jacobson
* Date: ??
*
* Modified by: Tomas Halvarsson
* Date: 1998-12-06
* What? Changed some comments
*
* Date: 1999-08-01
* What? Changed comments a bit more
*/
/* command describes a parsed command.
* argv is an array of command line arguments including the command name
... | [
"anton.johansson@gmail.com"
] | anton.johansson@gmail.com |
cb5f63bc108b214c687763a2b464841586af022d | a859e6906041ea350a5f1f40bacf0305a850073c | /mpi/groups_3/group_tags.h | 33c964c31bd05b7f625d3fdc5627db6c98a49d13 | [] | no_license | asdfvar/misc | f9756d656123e99f6498e7d1b37645fe9d109b4f | 84c9e2268898a77e2d7122adb20ad9deebe0f530 | refs/heads/master | 2022-02-24T20:21:51.354922 | 2022-02-11T22:49:58 | 2022-02-11T22:49:58 | 93,337,184 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 99 | h | #ifndef GROUP_TAGS_H
#define GROUP_TAGS_H
enum GROUP_TAGS { TAG_0, TAG_1, TAG_2, TAG_3 };
#endif
| [
"asdfvar@gmail.com"
] | asdfvar@gmail.com |
2926f866291e29d533a76fe9cf59d5ad509e829a | 1e1a6d6eddcf28d0eec77de85fa9da69a8dde735 | /DLA/SKL/skl_benchmark/kernel/11.11x4kernel12x16x0_36x1392x1227_120+608.c | ac49f682e4d09c674b5175cc294c2ed005a858b0 | [] | no_license | hpc-sslab/lamma | 8d0b55d6d1e8811110927d210b37a1bea4e02f9c | 52caa049fa9cb70021f7f7a3952c232125b3632e | refs/heads/master | 2020-03-25T17:51:14.860753 | 2018-08-08T11:45:28 | 2018-08-08T11:45:28 | 143,999,367 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,455 | c | #include "immintrin.h"
#include "x86intrin.h"
#include "zmmintrin.h"
//#include <hbwmalloc.h>
#define MR 12
#define NR 16
#define MB 36
#define NB 1392
#define KB 1227
#define L1_DIST_A 120
#define L1_DIST_B 608
void micro_kernel0(int k, const double * A, const double * B, double * C, int ncol)
{
int i;
register... | [
"choi@ssu.ac.kr"
] | choi@ssu.ac.kr |
49ce3398e20f2752d7e01fad1a2998945b1e6482 | ec1be02101a0ea6d927e09fe9184b32a6df91c9d | /mv-ddr-marvell/mv_ddr4_training_leveling.c | 144e21a03c017941b6bba6e6b3c7cbb796b1d345 | [] | no_license | hanwckf/bl-armada-3720 | a68740184fd216525b3afc6a33d4dea11defc49b | cd0b7a53289cfb67019fa4644c005bb414b8764e | refs/heads/master | 2022-11-16T21:13:01.658943 | 2022-11-05T06:21:08 | 2022-11-05T06:21:08 | 198,206,148 | 41 | 27 | null | null | null | null | UTF-8 | C | false | false | 20,808 | c | /*******************************************************************************
Copyright (C) 2016 Marvell International Ltd.
This software file (the "File") is owned and distributed by Marvell
International Ltd. and/or its affiliates ("Marvell") under the following
alternative licensing terms. Once you have made an... | [
"my375229675@gmail.com"
] | my375229675@gmail.com |
c2ed7551b4358ba1da3af41cab75d2ff51dabebc | 85b29e7c688cd0a44ccd9880fef0df87883dd68e | /PulseShape/Macros/misc_code/FixAverage.C | 25c74caf0c5997edfb883cb5e40fc2d92b19a434 | [] | no_license | H4VFE/PlotTools | e963d0b9468359be66116e7780725ba53e001590 | 884c141522d901cfde47eaa9fe78f797548381ad | refs/heads/master | 2020-04-06T05:14:12.698820 | 2017-06-29T20:53:44 | 2017-06-29T20:53:44 | 43,944,181 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,763 | c | {
file = TFile::Open("Data_Files/analysis_5196.root");
TTree *h4;
h4 = (TTree*) file->Get("h4");
vector < vector <int> > good_spills_events;
for (int i = 0; i < 5; i++ )
{
vector <int> spillvector;
good_spills_events.push_back(spillvector);
}
good_spills_events[0].push_back(4);
good_spills_... | [
"abe2323@yahoo.com"
] | abe2323@yahoo.com |
3fc3578966b15268582685e6d1f1a0db082fe0a6 | 22446075c2e71ef96b4a4777fe966714ac96b405 | /clicks/dac14/example/main.c | 73fb5c9e8bbb5c44616201e09d8ef3ee5f2ddfd1 | [
"MIT"
] | permissive | MikroElektronika/mikrosdk_click_v2 | 2cc2987869649a304763b0f9d27c920d42a11c16 | 49ab937390bef126beb7b703d5345fa8cd6e3555 | refs/heads/master | 2023-08-21T22:15:09.036635 | 2023-08-18T12:54:06 | 2023-08-18T12:54:06 | 299,882,138 | 77 | 68 | NOASSERTION | 2023-09-08T12:56:11 | 2020-09-30T10:18:15 | C | UTF-8 | C | false | false | 4,282 | c | /*!
* @file main.c
* @brief DAC 14 Click example
*
* # Description
* This example demonstrates the use of DAC 14 click board by changing the voltage level
* on the OUT0 as well as the waveform signals from a function generator on the OUT1.
*
* The demo application is composed of two sections :
*
* ## Applicat... | [
"stefan.filipovic@mikroe.com"
] | stefan.filipovic@mikroe.com |
6f6a78cd8a36271e4a115cabe31366be2a6dd356 | 3d0e2d4bf865833c5304792a126801d98f000f40 | /src/application/zukanlist/zkn_drawglb.c | 4ff973e33bc468a341ccaf97c5a951d8ed7a4dfb | [] | no_license | XLuma/retsam_00jupc | 86311fa2927798e45070f9922046ba5e5a9539ae | 9859bc2f4b5bedcadc791f39ce1e7c77172194e7 | refs/heads/main | 2023-07-25T04:24:49.694267 | 2021-07-30T23:08:09 | 2021-07-30T23:08:09 | 393,130,605 | 0 | 0 | null | 2021-08-05T17:56:40 | 2021-08-05T17:56:39 | null | SHIFT_JIS | C | false | false | 71,344 | c | //[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[
/**
*
* @file zkn_drawglb.c
* @brief 図鑑描画グローバルデータ
* @author tomoya takahashi
* @data 2006.01.19
*
*/
//]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
#include "system.h"
#include "assert.h"
#include ... | [
"anon@4chan.org"
] | anon@4chan.org |
89235b4edb0fdc4e5141ae321fd460a329f55022 | 0e6d958e3cc3edc80e5e3058ad0fae3adf24daff | /TestDevice/Resource.h | 6ccb63339783ab7f5b9ecec81bb29c131d9edf4b | [] | no_license | isliulin/BatteryManage-bak | c124dc10d480dbb5e1b43b2653c6b89bb84fc9a8 | 537d5e8c2cb777bc6ffc4d2dd0ac9b0956466537 | refs/heads/master | 2023-03-16T14:26:08.192834 | 2018-05-13T12:38:44 | 2018-05-13T12:38:44 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 519 | h | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ 生成的包含文件。
// 由 TestDevice.rc 使用
//
#define IDR_MAINFRAME 128
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_TESTDEVICE_DIALOG 102
// 新对象的下一组默认值
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#defin... | [
"2206325753@qq.com"
] | 2206325753@qq.com |
10e4a5c43b42c1a4260eb55c206e12622a9fe5a2 | 5d762486a837fc82840471909947978fd5c3802c | /sc589/system/heap_stack/app_heap_stack.c | f3d6526208e704b8823e7b13ae46ecbec0cdfd67 | [] | no_license | zephray/CoreMark-Ports | 8214237c82573b994913cb8b6d163b2ffcdc1693 | 72d6b7ef3d21860602fd6115c512cfdb8d81038d | refs/heads/master | 2023-06-27T01:25:44.857956 | 2021-07-28T01:51:03 | 2021-07-28T01:51:03 | 199,521,372 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,162 | c |
/*
** app_heap_stack.c generated on October 16, 2020 at 14:33:05.
**
** Copyright (C) 2020 Analog Devices Inc., All Rights Reserved.
**
** This file is generated automatically based upon the options selected in the
** Heap and Stack Configuration Editor. Changes to the heap and stack
** configuration should be made by... | [
"Wenting.Zhang@analog.com"
] | Wenting.Zhang@analog.com |
ccd1e8764b58789f095b7e27c68320c2a8334384 | 9e80f5d884a9664974bb70e8bfd0976c32ff1bd0 | /osdev/oswiki/meaty-skeleton/libc/string/memmove.c | c9476eecab9c7b9bb14d65522f513890e10f73a8 | [] | no_license | alejandrox1/CS | 82236499b30e6a3f201d783018c8cbae95f34f60 | d404ebb5ffc537d825e27b4daf43a4118bb87dea | refs/heads/master | 2018-10-09T07:03:52.853217 | 2018-07-31T22:03:50 | 2018-07-31T22:03:50 | 124,608,711 | 3 | 2 | null | null | null | null | UTF-8 | C | false | false | 429 | c | #include <string.h>
void* memmove(void* dstptr, const void* srcptr, size_t size)
{
unsigned char* dst = (unsigned char*)dstptr;
const unsigned char* src = (const unsigned char*)srcptr;
if (dst < src)
{
for (size_t i = 0; i < size; ++i)
dst[i] = src[i];
}
else
{... | [
"alarcj137@gmail.com"
] | alarcj137@gmail.com |
386d369dc8d99f77cf162dce5dc515f84f8e6134 | 356327b6fbade3b02bb859a595db7c134b1e8d5c | /c8505/examples/shellcode/shelltest.c | 61c183b460ef53f3c4c6c89eaa62c0641d408acf | [
"MIT"
] | permissive | DimitryRakhlei/BTECH | 8f6055ca298dcc9a8d53f6cf710c63e79e882e53 | fefe469bd7d1f4adbc70bdc57670e793ad4c31f6 | refs/heads/master | 2022-12-07T23:24:40.314343 | 2019-06-11T19:40:39 | 2019-06-11T19:40:39 | 191,435,675 | 0 | 0 | MIT | 2022-11-22T03:14:54 | 2019-06-11T19:19:19 | C++ | UTF-8 | C | false | false | 157 | c | /*shellcodetest.c*/
char code[] = "insert shellcode here";
int main(int argc, char **argv)
{
int (*func)();
func = (int (*)()) code;
(int)(*func)();
} | [
"unconfigured@null.spigotmc.org"
] | unconfigured@null.spigotmc.org |
7425086ed730c3c23502cbb907039f007449384f | c05aa51eb906a5d21aa76a2c3cb8400d03e984dc | /rtm/codegen/mex/fm2d/interface/_coder_fm2d_api.h | ec85fd2b66a671e3ae5ba85bedb26bf7b6b92ac0 | [] | no_license | atupal/seismicCompetition | 78f3aeba38a557c6dd620fc3e2e0a0f797b71d01 | 40a632b1f0465461aa97e05a696f45dae3fe2826 | refs/heads/master | 2020-04-23T18:24:56.106026 | 2014-11-24T03:08:34 | 2014-11-24T03:08:34 | 25,462,865 | 8 | 1 | null | null | null | null | UTF-8 | C | false | false | 574 | h | /*
* _coder_fm2d_api.h
*
* Code generation for function '_coder_fm2d_api'
*
*/
#ifndef ___CODER_FM2D_API_H__
#define ___CODER_FM2D_API_H__
/* Include files */
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include "mwmathutil.h"
#include "tmwtypes.h"
#include "mex.h"
#include "emlrt.h"
#include "blas... | [
"atupalykl@gmail.com"
] | atupalykl@gmail.com |
fbce5dff27fa7f50aed4496c4dd082e6bce585ed | c2cedcf36667730f558ab354bea4505b616c90d2 | /players/pain/closed/monsters/kevin.c | 8a4f594b08f875b864fb00250f108b000a8aa39e | [] | no_license | wugouzi/Nirvlp312mudlib | 965ed876c7080ab00e28c5d8cd5ea9fc9e46258f | 616cad7472279cc97c9693f893940f5336916ff8 | refs/heads/master | 2023-03-16T03:45:05.510851 | 2017-09-21T17:05:00 | 2017-09-21T17:05:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 570 | c |
inherit "obj/monster";
reset(arg)
{
object weapon, armor;
::reset(arg);
if(arg) return;
set_name("kevin");
set_race("human");
set_alias("kevin");
set_short("Young Kevin Barry <<martyr>>");
set_long("This is a martyr who died in attempting to make his country free\n");
set_level(20);
set_hp(2000);
... | [
"rump.nirv@gmail.com"
] | rump.nirv@gmail.com |
4243a6178fa3bfe7467c821b36e5e6685f92c94e | 4ddf2a48a868bf374bab34f27f40b51d3e1af329 | /diameter/Application.h | 4e7ef51940ee3fcc6f4a8cfc096a0f24b18c3ba2 | [] | no_license | feng7/RC-Trees | 0355187f789459304141ccbe566713debeeb87aa | d4bada661fe7debd636b15c4704a2b7b6c1b3b0b | refs/heads/master | 2020-12-26T02:21:57.907875 | 2015-03-26T21:21:02 | 2015-03-26T21:21:02 | 25,520,517 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,629 | h | ////////////////////////////////////////////////////////////////////////
// Copyright (c) 2004
// Carnegie Mellon University:
// Guy Blelloch, Umut Acar, Jorge Vittes
//
// All Rights Reserved.
//
// Permission to use, copy, modify and distribute this software and its
// documentation is hereby granted, provided that b... | [
"umut@cs.cmu.edu"
] | umut@cs.cmu.edu |
e46199c0e934a0a0b116b4529eafab3730196e98 | 9b1a0e9ac2c5ffc35f368ca5108cd8953eb2716d | /3/06 Audio/06 Burk/src/pa_win_wmme.c | a51a257160f81be952f2b68cdf3292dd37266bdc | [] | no_license | TomasRejhons/gpg-source-backup | c6993579e96bf5a6d8cba85212f94ec20134df11 | bbc8266c6cd7df8a7e2f5ad638cdcd7f6298052e | refs/heads/main | 2023-06-05T05:14:00.374344 | 2021-06-16T15:08:41 | 2021-06-16T15:08:41 | 377,536,509 | 2 | 2 | null | null | null | null | UTF-8 | C | false | false | 62,578 | c | /*
* $Id: pa_win_wmme.c,v 1.1.1.1 2002/01/22 00:52:52 phil Exp $
* pa_win_wmme.c
* Implementation of PortAudio for Windows MultiMedia Extensions (WMME)
*
* PortAudio Portable Real-Time Audio Library
* Latest Version at: http://www.portaudio.com
*
* Authors: Ross Bencina and Phil Burk
* Copyright (c) 1... | [
"t.rejhons@gmail.com"
] | t.rejhons@gmail.com |
2dcb209d883b1fa2af79822d5580c43406518799 | 0b431412de715f7ee9000e46d40c337422ab9d0c | /src/framework/graphics/glutils.h | 526874c025e5c87e61c3f67dfd4ddb84b99e02d3 | [] | no_license | gered/MonsterDefense | 66f53c7459e96acab4d194919fe92657dd23e7ac | 4960df2ea152049a2348fc48c0821977a6606c1c | refs/heads/master | 2020-04-26T07:24:29.793861 | 2019-03-02T02:17:33 | 2019-03-02T02:23:29 | 173,393,236 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 846 | h | #ifndef __FRAMEWORK_GRAPHICS_GLUTILS_H_INCLUDED__
#define __FRAMEWORK_GRAPHICS_GLUTILS_H_INCLUDED__
#include "glincludes.h"
/**
* Converts a OpenGL error code to a string equivalent.
* @param error the error code to convert
* @return a string equivalent of the given error code
*/
const char* GetGLErrorString(GLen... | [
"gered@blarg.ca"
] | gered@blarg.ca |
0638261e0c3e8657d55dd53816f0c16ed1339e17 | 416b5d7740bee0c5a29906354a72be47d55c9daa | /lab7/project7/isim/tb_adder_subtractor_4bit_delay_isim_beh.exe.sim/work/m_00000000000510521102_3890714917.c | 11690c801b84704589f75dc795dfae849e91be90 | [] | no_license | rojinakashefi/LogicCircuit | 8efbd253d441eb7ddcf4f875084090cb55d47e0b | f95fdc371cb9c39453bc352cfad15216dbedff0b | refs/heads/main | 2023-03-06T08:52:04.432890 | 2021-02-20T08:07:50 | 2021-02-20T08:07:50 | 340,562,887 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,960 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"you@example.com"
] | you@example.com |
08cebb451ca8eaeefb4b5a19180753d537c10d59 | b7c228845691b7876e36ef267c95bd7bea26e0a2 | /linux/aspeed-lpc-ctrl.h | c5f1caf827acc258f387b0baf336390cd310f1f6 | [
"Apache-2.0"
] | permissive | mikey/mboxbridge | 92f56f0328eb2bfe574e7d9b76d2ff8a7b1436a7 | 0c6980c8819e91e237be4a09711061736b087f0f | refs/heads/master | 2021-01-13T04:47:10.665615 | 2017-01-10T07:11:16 | 2017-01-10T08:30:03 | 78,957,757 | 0 | 0 | null | 2017-01-14T18:17:26 | 2017-01-14T18:17:26 | null | UTF-8 | C | false | false | 732 | h | /*
* Copyright 2016 IBM Corp.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*/
#ifndef _UAPI_LINUX_LPC_CTRL_... | [
"cyril.bur@au1.ibm.com"
] | cyril.bur@au1.ibm.com |
213c1fb2690aae23fd7e3a8231e88298979112d0 | cbeaee45acac58c72a13bec686e35c183fa171ac | /pa3/usage.c | f47148b3c78007a8944e55df7abd6133ed5917f6 | [] | no_license | liangyulei/programs | 2f7f10fe66b9dfc0005ebb81bd6a47eaf1742f41 | 5cb029a2c2157aa4454397f148f6cdcecd97b31b | refs/heads/master | 2021-01-21T11:08:31.349432 | 2017-03-01T07:11:39 | 2017-03-01T07:11:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 837 | c | /* Filename : usage.c
* Author : Zhi Jia Teoh
* User ID : cs30xjk
* Description : Prints out the usage message by the modes
* Date : 28 Feb 2017
* Source of Help : Piazza and TAs
*/
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "pa3.h"
#include "pa3Strings.h"
/*
* Function name : usage()
... | [
"cs30xjk@ieng9.ucsd.edu"
] | cs30xjk@ieng9.ucsd.edu |
fa175f2434d62cc3f8e5edd9c2b83e05e7605e91 | 00936f1490fb98cbbc45b6293f7ac0d1cfaaf463 | /source/r_cellular/r_cellular_vx.xx/r_cellular/src/RTOS/cellular_delete_event_group.c | dfdf6151540a1208c143e6bec11a0cb324ac00e6 | [
"MIT",
"DOC"
] | permissive | renesas/rx-driver-package | a5395424cc3e7574103aa7f075f70021e0e7384e | d6679aca8839c62370d36dfc2b7255551e3c4b46 | refs/heads/master | 2023-09-04T22:12:06.725331 | 2023-08-28T02:17:34 | 2023-08-28T02:17:34 | 255,783,844 | 11 | 5 | MIT | 2023-07-19T00:07:13 | 2020-04-15T02:32:14 | C | UTF-8 | C | false | false | 4,237 | c | /**********************************************************************************************************************
* DISCLAIMER
* This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products. No
* other uses are authorized. This software is owned by Renesas ... | [
"masashi.hosono.uw@renesas.com"
] | masashi.hosono.uw@renesas.com |
7346755071b5f2a40dbfcadad235d2b4cb9e4f8b | 30892cb90174b261c186af53250ee419afc26c8e | /Greedy Method/Spanning trees/prim.c | 644448550c77a1ce40958dad6e916343e1e54efa | [] | no_license | omkar-dalvi/aoa-experiments | 48af312d084591c10f886cd0402063356eb6291c | 09882e950659122a303d7e08796bc8c728aa9df1 | refs/heads/master | 2022-10-05T22:38:38.353820 | 2020-06-03T09:41:43 | 2020-06-03T09:41:43 | 269,041,398 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 985 | c | #include <stdio.h>
#include <conio.h>
int a, b, u, v, n, i, j, ne = 1;
int visited[10] = {0}, min, mincost = 0, cost[10][10];
void main()
{
clrscr();
printf("Prim's Algorithm");
printf("\nEnter number of vertices:");
scanf("%d", &n);
printf("Enter adjacency matrix:\n");
for (i = 1; i <= n; i++)
{
for... | [
"omkar661998@gmail.com"
] | omkar661998@gmail.com |
4d53bae7abcd3e3ab3bbe26edc5b0944d766c2e2 | 2ec998630b4dda8aaa8717c7c3aecfb5a3be4f0f | /pkg/fizhi/fizhi_chemistry_coms.h | 4f38c2d836c632ecee076488785745880ea15404 | [] | no_license | uturuncoglu/MITgcm | c64c85d424344813550f462ca12ad8880f84a750 | d34c8d6b12a18091ea9652e17d28d224901963b2 | refs/heads/main | 2022-07-30T03:58:00.913368 | 2020-12-24T06:50:25 | 2020-12-24T06:50:25 | 324,087,806 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,153 | h | C $Header: /u/gcmpack/MITgcm/pkg/fizhi/fizhi_chemistry_coms.h,v 1.6 2004/07/13 21:11:08 molod Exp $
C $Name: checkpoint65 $
c Chemistry Variables Dimensions
c -------------------------------
integer nlatsoz, nlevsoz, ntimesoz, nlatsq, nlevsq, ntimesq,
. nlevsn2o,nlevsmeth
... | [
"turuncu@ucar.edu"
] | turuncu@ucar.edu |
7e1321b8b453d95c889471161bed768778a73db6 | e56a958bfb1e857fdafc705520303b65bdce4daa | /Libft/ft_putchar.c | 71adb904fdb0154be851c785a68c99e52a6e6b0c | [] | no_license | proso42/Mini_shell | c8867671f8351c5311e53c77f3b5138851fdfe66 | 31ae3bead73adebfbbcc1f699f0a0fa77abc78bc | refs/heads/master | 2021-01-19T11:22:55.319140 | 2017-04-30T20:10:42 | 2017-04-30T20:10:42 | 87,961,671 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 967 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putchar.c :+: :+: :+: ... | [
"proso@e1r5p16.42.fr"
] | proso@e1r5p16.42.fr |
e47cf47b9e2511a38c9d5b2e687819a4db3ba974 | 771d7572ccf8ed07c0a3a124967018873c26db4c | /Lab7/software/lab7_app/main.c | ca2f95c80b6847cac5076368abf0beedfa5ce23b | [] | no_license | LinfeiJing/ece385-1 | 924f455e2d75ab787a94dadee22fdd5e86157ab1 | 2c92c9a2930b9b9558be49f7e779cc8c8b91df8b | refs/heads/master | 2020-08-30T17:53:48.047201 | 2018-03-29T17:25:48 | 2018-03-29T17:25:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,012 | c | // Main.c - makes LEDG0 on DE2-115 board blink if NIOS II is set up correctly
// for ECE 385 - University of Illinois - Electrical and Computer Engineering
// Author: Zuofu Cheng
int main()
{
int i, accum = 0;
volatile unsigned int *LED_PIO = (unsigned int*)0x50; //make a pointer to access the PIO block
vol... | [
"vvgopal2@linux-a2.ews.illinois.edu"
] | vvgopal2@linux-a2.ews.illinois.edu |
92aacdade9c4dea87acff723c598533995f37b39 | 64e9ba5325a882a503e004c82fb602e9ff9a0660 | /uart/uart.h | 99c8e03011569b9cdff429ce2a9aac7b709efd4e | [] | no_license | lixianmao/msp430 | bd9bb7574c5a20108820bdf2670f18a8eaba30c7 | e5ed30708ddf608725fe046f5898691787eeab00 | refs/heads/master | 2021-04-09T17:23:56.518504 | 2020-10-22T02:39:04 | 2020-10-22T02:39:04 | 38,247,478 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 82 | h |
#ifndef UART_H_
#define UART_H_
void uart_init();
#endif /* UART_H_ */
| [
"xianmaoli@hustunique.com"
] | xianmaoli@hustunique.com |
24a1e7536fc8b7fe353a9d1396d2476162ffb491 | 469bf3b7adcecb545f25f42fca58e4eb3ffa08a2 | /opengl-examples/lib/mousemove.c | 3c89303cad8ba78cf27e284b81dec9792903b8f8 | [
"BSD-3-Clause"
] | permissive | robby12334/openGLGraphics | a26274994419540cfe07ef3c5192eb18cd1668ed | 1cb18ec9d909def0fb9384182de7667103fc6469 | refs/heads/master | 2021-07-01T18:52:53.161768 | 2017-09-22T11:21:23 | 2017-09-22T11:21:23 | 104,252,087 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,376 | c | /* Copyright (c) 2014 Scott Kuhl. All rights reserved.
* License: This code is licensed under a 3-clause BSD license. See
* the file named "LICENSE" for a full copy of the license.
*/
/** @file
* @author Scott Kuhl
*/
#include "windows-compat.h"
#include "mousemove.h"
#if 0
#ifdef __APPLE__
#include <OpenGL/gl.... | [
"rariv@yahoo.com"
] | rariv@yahoo.com |
856c6f15e9daebfc99e55530ce4d769179a85501 | 366e3897e7509245e01383884829ec8be044c3d6 | /lista 5/q2.c | bddc53e3b621a58ce1b9abd547a3fb98d8d0fa35 | [] | no_license | ravileal/exercicios_-_2017.1_FUP | 743c0f542917a83cbf5b2123809ba32db41d8686 | 02d5b7e608c5ae18911e1fb7eaff8498d6c61356 | refs/heads/main | 2023-02-28T09:56:21.434248 | 2021-02-01T00:55:06 | 2021-02-01T00:55:06 | 334,791,931 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 934 | c | #include <stdio.h>
#include <string.h>
int main(){
char nome1[10], nome2[10], nome3[10], temp[10];
int result;
scanf("%s",&nome1);
scanf("%s",&nome2);
scanf("%s",&nome3);
/*///////////////////////////////////////////*/
result = strcoll(nome1, nome2);
if(result >= 1){
str... | [
"42724238+ravileal@users.noreply.github.com"
] | 42724238+ravileal@users.noreply.github.com |
13138e1365116b8297d1751e50489402b00e5e9f | cfd4be96082c8a55ee6d0c7d2377f8790282de77 | /Libraries/ioLibrary_Driver/Ethernet/W5500/w5500.h | 52b8516a39ba9fb73599e563ac3543fb48148708 | [
"MIT"
] | permissive | WIZnet-ioLibrary/W5x00_DMA_with_W5100S_EVB | 8626290b642e330d3d49ff8ca45d99fdbfeabfc1 | 2e922761bde6ee743e5e0c0e82edc2e2f7426988 | refs/heads/master | 2021-07-11T18:51:32.170368 | 2021-04-07T00:30:06 | 2021-04-07T00:30:06 | 234,487,179 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 82,226 | h | //*****************************************************************************
//
//! \file w5500.h
//! \brief W5500 HAL Header File.
//! \version 1.0.0
//! \date 2013/10/21
//! \par Revision history
//! <2015/02/05> Notice
//! The version history is not updated after this point.
//! Download the ... | [
"irinakim1225@gmil.com"
] | irinakim1225@gmil.com |
a1a2367768fee35a9c9bbcb9db303f876dc74b72 | 348238ed22fac6d58e0c22e79906a7bbdf1c8b03 | /src/server/master_init.c | bd2cb52cd0c39f320797cdc6505d63de3325bb02 | [] | no_license | theof/ft_p | c32c2857ab82ee64a43bed15b848e6d0e9524f52 | d333520bd97700074232529ffc9d0e418353c1d2 | refs/heads/master | 2020-04-12T03:35:42.959062 | 2019-02-17T18:17:21 | 2019-02-17T18:17:21 | 162,271,413 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,141 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* master_init.c :+: :+: :+: ... | [
"tvallee@student.42.fr"
] | tvallee@student.42.fr |
1b6986f9ec623f9a5e4fdc3b6b67054d0cb2b283 | acb1e4d4a9f0b101c7b47ba85c0db411be6ecbef | /embedded/cfgbitsX450.h | b5e7489ced07bd3c2f8e2b3b9fc5ce08fd518dbe | [] | no_license | dsikar/dip-coater | 4bb5ec611247ec1b55b0b4f4d4768e218216647e | 203d51212bc59cee55923502dfeb1962e48aeab1 | refs/heads/master | 2021-01-09T20:39:11.422608 | 2016-07-28T09:34:50 | 2016-07-28T09:34:50 | 64,382,003 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,935 | h | // ************************************************************************
// Default Configuration Bit Settings: (Change these to suit your needs)
//
// The comments above each show the actual descriptions used in the
// Configuration Bits dialog window of MPLAB 7.00. For your convenience,
// these configuration set... | [
"dsikar@gmail.com"
] | dsikar@gmail.com |
a34a1ed6fc1e88801986391b28c32f072ac13309 | 927d80c0fa06929c58cb0ecff3526ed0defd5c0d | /0x04-sandpiles/sandpiles.h | 7325134aefb971d02bbb069b2fdd3b37b7a3edb4 | [] | no_license | mahdizaabi/holbertonschool-interview | 8d5454988d12d629684ac7ab732d06eb30cbf774 | 9ac10eff450b7421397527bcb4486c1dc25f901d | refs/heads/main | 2023-06-26T20:27:45.028253 | 2021-08-05T22:53:33 | 2021-08-05T22:53:33 | 319,961,157 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 103 | h | #ifndef SANDPILES_H
#define SANDPILES_H
void sandpiles_sum(int grid1[3][3], int grid2[3][3]);
#endif
| [
"mahdi.zaabi@gmail.com"
] | mahdi.zaabi@gmail.com |
2d965f1f26defd7ef827b34d0c50d31dfbb160b8 | 2cf5ea2f56a3c3151f4d676c8bfea0b5e99cf093 | /IPC/Queue/msg_recv_id2.c | d96ad9a58ec9d6648d2c3a368a534f3a8860f176 | [] | no_license | abhijitnathwani/OS | 721c9c6ec7d80c34a739eb390a31b6fe23e4b392 | a74fd9bdcdd3b4be67078fdf942a4e87e9002b9c | refs/heads/master | 2021-01-19T20:03:10.394585 | 2017-06-01T06:43:19 | 2017-06-01T06:43:19 | 88,478,190 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 798 | c | #include <sys/types.h>
#include <sys/ipc.h>
#include <sys/msg.h>
#include <stdio.h>
#include <stdlib.h>
#define MSGSZ 128
/*
* Declare the message structure.
*/
typedef struct msgbuf {
long mtype;
char mtext[MSGSZ];
} message_buf;
int main()
{
int msqid;
key_t key;
message_buf rbu... | [
"abhijit.nathwani@gmail.com"
] | abhijit.nathwani@gmail.com |
32df85e765aa2efe02b460d6b2e0003725552ae7 | 20141dedc6e35d3b2a62c6777c8c2a45a3085fd1 | /sort calling.c | 1f90d92272fe7a605d26becfcdfaf6789db35312 | [] | no_license | Abhi-trigo/DATA-STRUCTURE- | 6dfc140e3b54f860897791217ccaccec2f4b89e3 | 7b0ba50c4892f4e066497dbde36f6b5b0d987bf1 | refs/heads/master | 2020-08-03T05:06:35.617636 | 2019-09-29T09:37:44 | 2019-09-29T09:37:44 | 211,632,347 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 931 | c | #include <stdio.h>
void bubble(int a[],int size){
int i,j,k;
for(i=0;i<size-1;i++){
for(j=0;j<(size-i)-1;j++){
if (a[j+1]<a[j]){
k=a[j+1];
a[j+1]=a[j];
a[j]=k;
}
}
}
}
void select(int a[],int... | [
"noreply@github.com"
] | Abhi-trigo.noreply@github.com |
abf6af4c52aca4bd06606323b8d70d149b58c8d2 | 51635684d03e47ebad12b8872ff469b83f36aa52 | /external/binutils-2.38/opcodes/msp430-dis.c | 334daaf2ef20da51aea3cb94cc007db953b96ed0 | [
"Zlib",
"LicenseRef-scancode-public-domain",
"GPL-3.0-only",
"GPL-2.0-only",
"LGPL-3.0-only",
"GPL-1.0-or-later",
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-other-copyleft",
"LGPL-2.0-only",
"LicenseRef-scancode-other-permissive",
"GPL-2.0-or-later"
] | 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 | 30,513 | c | /* Disassemble MSP430 instructions.
Copyright (C) 2002-2022 Free Software Foundation, Inc.
Contributed by Dmitry Diky <diwil@mail.ru>
This file is part of the GNU opcodes library.
This library is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License ... | [
"rink@rink.nu"
] | rink@rink.nu |
8d3920ff531c75f5a61950d4cd46d3212111378c | df070aa6eb5225412ebf0c3916b41449edfa16ac | /AVS_Transcoder_SDK/kernel/video/tavs/avs_enc/inc/const_data.h | b3a4a0f4661fd8e121de0ed0db91b1f3915ffc06 | [] | no_license | numericalBoy/avs-transcoder | 659b584cc5bbc4598a3ec9beb6e28801d3d33f8d | 56a3238b34ec4e0bf3a810cedc31284ac65361c5 | refs/heads/master | 2020-04-28T21:08:55.048442 | 2010-03-10T13:28:18 | 2010-03-10T13:28:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 70,830 | h | /*
*****************************************************************************
* COPYRIGHT AND WARRANTY INFORMATION
*
* Copyright 2003, Advanced Audio Video Coding Standard, Part II
*
* DISCLAIMER OF WARRANTY
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"... | [
"zhihang.wang@6c8d3a4c-d4d5-11dd-b6b4-918b84bbd919"
] | zhihang.wang@6c8d3a4c-d4d5-11dd-b6b4-918b84bbd919 |
1d1d8d416d5e9996f617a9682d7e03fc5bd13710 | 2cba0fac69ab30561b32849190ef73f5d82f6a61 | /files/kcc-6/lib/gen/gethst.c | 658b40702a4eacf2d3ff7e67ba7e9670b725a34c | [] | no_license | PDP-10/panda | f2a6fb7a112826e40f29439708a1c54015b0793c | 378f05b83532948c9c294c359b1fb47e5e6f417e | refs/heads/master | 2022-07-23T18:37:55.922872 | 2022-05-07T15:50:12 | 2022-05-07T17:48:07 | 79,567,681 | 15 | 4 | null | 2022-05-07T17:48:08 | 2017-01-20T14:52:40 | Common Lisp | UTF-8 | C | false | false | 3,700 | c | /*
* GETHOSTENT - gethostent, gethostbyaddr, gethostbyname,
* sethostent, endhostent, gethostid, gethostname
*
* Copyright (c) 1986 by Ian Macky, SRI International
*/
#include <c-env.h>
#if SYS_T20 /* Systems supported for */
#include <string.h>
#include <stdio.h>
#include <netdb.h>
#include... | [
"lars@nocrew.org"
] | lars@nocrew.org |
6285b0ba95ad37978f0b763ee78bb9c98d569717 | 6b3f407ff945aeb069e298bd62dd85a989204562 | /src/usart.c | eb4de26f1c46b395f9ec03e30e08b423e1d31094 | [] | no_license | Eui-Soo/low_power_IoT | aee83a93223e1b96d853e12c68e7860bc6c2db22 | e4334eda70a3306945399a8de7f35bdb38eb903e | refs/heads/master | 2023-03-18T23:57:10.094966 | 2021-03-10T07:37:33 | 2021-03-10T07:37:33 | 346,271,478 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,972 | c | /**
******************************************************************************
* File Name : USART.c
* Description : This file provides code for the configuration
* of the USART instances.
******************************************************************************
... | [
"euisoo28@robovolt.ai"
] | euisoo28@robovolt.ai |
d72df2440aee8a8f02bae4b2626e2371bd8959c5 | d698ba8d9c438228b1f2d15466cc69b76759b361 | /0.Project_C/2.old.TestProject/testcase1.h | 981dcfc9d80921fd1fb5192a20c0263eff034acf | [] | no_license | LifaqiangIT/0.C | ebb136352372544d058ab6ff5acfed8ee550851f | 35cfa0e1cd43b4208fa361fad65a932131dd0e89 | refs/heads/master | 2020-04-01T07:21:06.586129 | 2018-10-14T16:38:55 | 2018-10-14T16:38:55 | 152,986,614 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 505 | h | /*************************************************************************
> File Name: testcase1.h
> Author: Lifaqiang
> Mail: 576245069@qq.com
> Created Time: 日 10/ 7 11:18:12 2018
************************************************************************/
#ifndef _TESTCASE1_H
#define _TESTCASE1_H
#include "is_p... | [
"576245069@qq.com"
] | 576245069@qq.com |
10deb9bc09ba5182c50f80a8e72088d463dd44c6 | f53ef9102b5ecabbd4af22458a435e1f19faa6d3 | /abc/dfsnew.c | 4cb31722dbf0e1ae78b69e3d8cf5380fba4e355b | [] | no_license | shriyanshgautam/abc | 47d680ac3c52199fdf0a01189a172b4691606df6 | b989b3d742e7f5cd7955e3ccae52df2ef066d2a7 | refs/heads/master | 2016-09-10T12:26:52.083076 | 2015-04-22T01:40:36 | 2015-04-22T01:40:36 | 34,361,894 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 689 | c | #inclde<stdio.h>
struct Graph{
int nodes;
int edges;
int **adj;
};
struct Graph *adjMatrix(){
int i,u,v;
struct Graph *G=(struct Graph *)malloc(sizeof(struct Graph));
if(!G){
printf("Memory error");
return NULL;
}
scanf("Number of Vertices: %d, Number of Edges :%d",&G->nodes,&G->edges);
g->adj=mal... | [
"shriyanshgautam005@gmail.com"
] | shriyanshgautam005@gmail.com |
e39af03e144a8840abd0525b557f4b9e17c810fc | faa03b0c6866f4a81fd9e87358c4785e40fbc67f | /analogica.h | 70d07cf3a04d7aa89e582d77b673f679cc55ad00 | [] | no_license | nemesisrobot/avr_biblioteca_atmega328p | 6db8317813b94891e0eac3590848f54136877c98 | 4a314a33814eda031875ab5e50e8b5c57f4f2044 | refs/heads/main | 2023-04-06T12:16:54.798635 | 2021-03-26T20:17:46 | 2021-03-26T20:17:46 | 351,886,166 | 0 | 0 | null | 2021-03-26T20:10:56 | 2021-03-26T19:06:39 | null | UTF-8 | C | false | false | 315 | h | /************************************************************************
* Autor:Diego Silva
* Data:26/03/2020
* Descrição:Dfinições da leitura analogica
* *********************************************************************/
#ifndef _H_ANALOOGICA
#define _H_ANALOOGICA
int leitura_analogica(int);
#endif | [
"diegolopestec2@gmail.com"
] | diegolopestec2@gmail.com |
f5e47697e4e9cafb44c5215539c1d289b4a7a9e6 | ed071c7a6400da93e9c03a17b6ebd7f3def831b4 | /tools/loaders/kar/kar+.c | 18dcce2a9e5721b8564870a1f4eb105190831874 | [
"LicenseRef-scancode-us-govt-public-domain",
"LicenseRef-scancode-ncbi",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | wook2014/sra-tools | 99b7662c974ee560dfdd24826ecd0ef888537cc5 | 01f0aa21bb20b84c68ea34404d43da680811e27a | refs/heads/master | 2023-01-28T10:37:29.590377 | 2023-01-03T20:32:28 | 2023-01-03T20:32:28 | 286,933,836 | 0 | 0 | NOASSERTION | 2020-08-12T06:22:00 | 2020-08-12T06:21:59 | null | UTF-8 | C | false | false | 63,965 | c | /*===========================================================================
*
* PUBLIC DOMAIN NOTICE
* National Center for Biotechnology Information
*
* This software/database is a "United States Government Work" under the
* terms of the United States Copyright Act. I... | [
"iskhakov@ncbi.nlm.nih.gov"
] | iskhakov@ncbi.nlm.nih.gov |
c850e03911bdc383ed9f2db48d2cdff042810a4c | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE401_Memory_Leak/s03/CWE401_Memory_Leak__struct_twoIntsStruct_realloc_18.c | 6956ba0cac2a9c467a3ca1de383c8bcd9f87e09a | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C | false | false | 3,284 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE401_Memory_Leak__struct_twoIntsStruct_realloc_18.c
Label Definition File: CWE401_Memory_Leak.c.label.xml
Template File: sources-sinks-18.tmpl.c
*/
/*
* @description
* CWE: 401 Memory Leak
* BadSource: realloc Allocate data using realloc()
* GoodSource: Alloc... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
cbdf8dd36e3e98f560546843930948e358afe3e7 | a138250a21bc0a32cdbdcad01fe44d1557bd26d8 | /2-SymiinChow/01DiscreteTimedynrExamples/CFA/PFA.c | b6bba6e70178eca81c5ea1b0d67bbee4e6d3f49f | [] | no_license | ktw5691/dynamic-time-imps2018 | 49ab7aa0374de9c2596d70681df19a03ec5c7013 | e4f1d177b1c63c8323fc3a19e578ca2ed0e3041f | refs/heads/main | 2021-06-16T16:14:16.498539 | 2018-08-05T22:46:47 | 2018-08-05T22:46:47 | 140,288,930 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,054 | c | #include <math.h>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_blas.h>
/**
* This function takes a double and gives back a double
* It computes the logistic function (i.e. the inverse of the logit link function)
* @param x, the double value e.g. a normally distributed number
* @return logistic(x), the double val... | [
"ktw5691@users.noreply.github.com"
] | ktw5691@users.noreply.github.com |
2478493742d17b2680c703055c3290af57726161 | 609ecca2e494f206cc9795ad2c191cb02b34fcd7 | /boot/boot1/core/drivers/key/sw_key.c | 6ab87e07ecd2273a756544a4fd8061271591c27b | [] | no_license | reddy-quan/Hummingbird | 994c3665b51b60b42bb6ea875b731f563343f6ab | 17b14dbd6ed346af328683f9b83c9b672a37eb53 | refs/heads/master | 2021-01-01T05:47:04.510679 | 2014-07-26T05:48:00 | 2014-07-26T05:48:00 | 19,840,089 | 4 | 0 | null | null | null | null | GB18030 | C | false | false | 2,091 | c | /*
* (C) Copyright 2007-2013
* Allwinner Technology Co., Ltd. <www.allwinnertech.com>
* Martin zheng <zhengjiewen@allwinnertech.com>
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General... | [
"reddy_quan@sina.com"
] | reddy_quan@sina.com |
9bd3b1cadbf5bf5a83d37cecbb25b41ac05889e2 | 00a3651a331526bbcaf1cdd2810fbb5915595860 | /utility/c/eruutil/procmaps.c | f4a54d235eba8315cd8ba5e67857da767fe82c36 | [] | no_license | pombreda/anacrolix | 21deb91d5288cefd0fdf5c0199f5f79522a682c0 | e41b93b1b3e2accd540ebdf5d126e7d0fbf7af77 | refs/heads/master | 2021-01-10T19:58:36.864315 | 2014-11-19T04:12:47 | 2014-11-19T04:12:47 | 32,209,683 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 2,071 | c | #include "allocex.h"
#include "pallocf.h"
#include "procmaps.h"
#include "debug.h"
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <assert.h>
#include <error.h>
#include <stdlib.h>
#include <stdint.h>
void print_proc_maps(FILE *fp, procmap_t *maps, int count)
{
for (int i = 0; i < count; i++) {
p... | [
"anacrolix@gmail.com"
] | anacrolix@gmail.com |
2d237b1a10beb8e6e7972893698dccde6959edad | 4ef8f4f4eb875e36f2c7d932cc0cce4c24b52d90 | /src/codec.c | 69b2e217e99f0e289713f182fda7fec6f7518948 | [] | no_license | mwloch1/stm32_kurs | 638489c1ab5c3649732b46bf92ce95c58456089f | 1aaf3acbccbd8dd805851e573b1abb0b4bf723a3 | refs/heads/master | 2020-03-22T07:50:04.657576 | 2018-04-03T19:22:37 | 2018-04-03T19:22:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,688 | c | //*************************************
//
// codec related functions
//
//*************************************
#include "codec.h"
void codec_init()
{
GPIO_InitTypeDef PinInitStruct;
GPIO_StructInit(&PinInitStruct);
I2S_InitTypeDef I2S_InitType;
I2C_InitTypeDef I2C_InitType;
//Reset pin as GPIO
PinInitStr... | [
"marcin.badzioch@sentisa.com"
] | marcin.badzioch@sentisa.com |
4d842c85edc5d6e3b6c113fea45706fa4bb17306 | fd611506dc6beb46018e0a85e0f20a8c31f70879 | /common/kernel-headers/video/v4l2-controls.h | 997abf3aecd7b4839f958730f0a0d5c8928d877f | [] | no_license | mototek/device_mediatek_common-1 | c1c0dba8b8cfed529cd884bd767e83724b3f1d86 | c62a5ffe7bac694b29a1ad512bcd90164237525a | refs/heads/eleven | 2023-06-02T04:05:33.729032 | 2021-06-11T05:38:09 | 2021-06-11T05:38:09 | 375,614,213 | 0 | 0 | null | 2021-06-10T07:45:57 | 2021-06-10T07:45:56 | null | UTF-8 | C | false | false | 6,109 | h | /****************************************************************************
****************************************************************************
***
*** This header was automatically generated from a Linux kernel header
*** of the same name, to make information necessary for userspace to
*** call i... | [
"zidan44@pixelexperience.org"
] | zidan44@pixelexperience.org |
3a8fdbcafae56d799e5de3ac57f19b85bdf916f1 | b5b1646858154838a43b5da38bfc750ac76eb28a | /Firmware_P4.5_20190305/GasMeter4/Inc/ReportStatePacket.h | 62612d5ab8128987b9a8f35d308d7e1c903831d8 | [] | no_license | liuweiliang2006/7020Etestprj | 12b9045f27cdec88e0081553b124c5c7e479d5b2 | 63433fd16c16383fb16c539862562429d0c15c91 | refs/heads/master | 2022-12-03T02:02:28.268549 | 2020-08-25T05:33:19 | 2020-08-25T05:33:19 | 289,797,073 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,437 | h | /**
******************************************************************************
* File Name : ReportStatePacket.h
* Description :
******************************************************************************
*/
/* Define to prevent recursive inclusion -------------------------------------*... | [
"liuweiliang2006@163.com"
] | liuweiliang2006@163.com |
e9d29d5e2919753771a99d199c20f71b97a66dab | aff494438b33a2fa3d4c239b7e3b3deb429d7bc2 | /MavLinkMsgs/Source/MavLinkMsgs/Public/common/MavLinkMsg_global_vision_position_estimate.h | 7c9c5249ac36d7f9b9f7d9200a728ce0137bf60a | [
"MIT"
] | permissive | TritonSailor/UE4-MAVLink | ae4355d7a30c1880af5d549713719444effe15ee | 947908c600eb18212c139dc6cc6fde2504f20059 | refs/heads/master | 2020-09-17T03:56:54.363636 | 2019-06-27T17:47:35 | 2019-06-27T17:47:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,341 | h |
#pragma once
#include "CoreMinimal.h"
#include "MavLinkMsg_global_vision_position_estimate.generated.h"
struct __mavlink_message;
USTRUCT(BlueprintType)
struct MAVLINKMSGS_API FMavlinkMsg_global_vision_position_estimate
{
GENERATED_BODY()
static const uint32 MsgId = 101;
/*Timestamp (UNIX time or ... | [
"pawel.miniszewski@gmail.com"
] | pawel.miniszewski@gmail.com |
f6f52b2879c3632a05c83cd6d7bc01f577d1980d | 9886807f4745b1ff08e33a20f905c3b0e90582fa | /vendor/Pods/BuildHeaders/AWSiOSSDK/DynamoDB/DynamoDBQueryResponseUnmarshaller.h | 2cd1a4990bad71caf9b67b13c85afaaf027dffb4 | [] | no_license | SpencerArtisan/lostandfound | e2548a63b64af2b03dab9dc2245acc6125fff043 | 4cc93486f0b186ef47078f3936a5e1525d992f02 | refs/heads/master | 2021-01-21T19:28:07.468983 | 2013-09-12T18:13:56 | 2013-09-12T18:13:56 | 12,667,344 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 75 | h | ../../../AWSiOSSDK/src/include/DynamoDB/DynamoDBQueryResponseUnmarshaller.h | [
"spencerartisan@gmail.com"
] | spencerartisan@gmail.com |
f4266fa4de006005e469bc1eddbfb67f7d65683a | 038c41d5de796104f310a80894d20a170002237c | /UEMLibraryCode/src/common/unconstrained/native/windows/UCTime.c | 7ad95e1b3d8f2b4a188b7580d2663a1a546064a6 | [
"BSD-3-Clause"
] | permissive | cap-lab/CodeGeneration | 5802578a2496d8d52889015c19fe3e73a978ddb3 | 23d492bf8493ef69358aa66e07c130cd36f72b4f | refs/heads/master | 2023-04-15T05:04:33.312581 | 2023-01-18T07:01:50 | 2023-01-18T07:01:50 | 193,031,796 | 5 | 0 | null | 2023-01-18T07:01:52 | 2019-06-21T04:43:11 | C | UTF-8 | C | false | false | 1,263 | c | /*
* UCTime.c
*
* Created on: 2019. 11. 29.
* Author: jej
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdlib.h>
#include <windows.h>
#include <time.h>
#include <UCTime.h>
uem_result UCTime_GetCurTimeInMilliSeconds(uem_time *ptTime)
{
uem_result result = ERR_UEM_UNKNOWN;
time_t tTime... | [
"urmydata@gmail.com"
] | urmydata@gmail.com |
bd635c7c82a76b207b79ce486b430d08e75fa6e8 | c0e2e6010a3e3d8afea50db9bafee9e94a5abe57 | /all_pair_shortest_cost.c | 92687039bb71f8149575389f109caacea0b720fd | [] | no_license | gavin-lewis/algorithm-analysis | 1b156035e8e820d990299ad19c365eb0c9626468 | 097e2344f636ae20da91468c56f52e6d39d4afc6 | refs/heads/master | 2020-08-02T07:13:10.424632 | 2019-09-27T08:40:48 | 2019-09-27T08:40:48 | 211,273,043 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,094 | c | #include<stdio.h>
int n,i,j;
void printarr(int g[][50])
{
for(i=0;i<n;i++)
{
for(j=0;j<n;j++)
{
if(g[i][j]==999)
printf("$ ");
else
printf("%d ",g[i][j]);
}
printf("\n");
}
printf("\n\n");
}
void a... | [
"noreply@github.com"
] | gavin-lewis.noreply@github.com |
4f645abee727cb81b392bc5be43d5896a6fd0836 | 4e24fa9f1986320a5953f60be9068b2b3111e3c7 | /Pods/Headers/Public/ObjectiveDropboxOfficial/DBSHARINGListFilesResult.h | 3e932f8faa4771ef01c89c18ed6bac84786c6e88 | [] | no_license | Mahaboobsab/DropBox | 5d0c49647bdea922e9f01ee4fb98ada6d8309d1f | 6969ea882a6032f5189500bca8055f41cbcef3c5 | refs/heads/master | 2020-07-24T01:39:42.199040 | 2016-11-15T09:27:53 | 2016-11-15T09:27:53 | 73,798,623 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,067 | h | XSym
0127
e271ce413977b9c138ee38ebfb832001
../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/PlatformNeutral/ApiObjects/Sharing/DBSHARINGListFilesResult.h
... | [
"mrnadaf2010@gmail.com"
] | mrnadaf2010@gmail.com |
9d9fc2c0f7816526c99c6f14ab1984e03b1bc70f | 94e8344ee420ae4d2eb1643e95973845f341a3d2 | /gcc_4.3.0_mutants/mutant100331_expmed.c | cd7b005cb395d7ca43be7e90623ce6047e0adfed | [] | no_license | agroce/compilermutants | 94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3 | dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991 | refs/heads/master | 2022-02-26T21:19:35.873618 | 2019-09-24T15:30:14 | 2019-09-24T15:30:14 | 207,345,370 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 181,460 | c | /* Medium-level subroutines: convert bit-field store and extract
and shifts, multiplies and divides to rtl instructions.
Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc.
This file is part of GCC.
G... | [
"agroce@gmail.com"
] | agroce@gmail.com |
69d393bbce09d08c635801df7854e8a739daae9b | ce0eaeb80635952529e66697c1d6b12bf8e31c99 | /uavos/include/mavlink/ardupilotmega/testsuite.h | 06e7233e59458d51a2161b08b06dfa8a1f03ae99 | [] | no_license | hongbin8237/unmanned-aerial-surveillance | 7ebfe08de3fd0746bd99602546bd3800f14fab10 | 467e738ed220670e6006d78242246681c63edc76 | refs/heads/master | 2021-01-18T15:32:12.461189 | 2013-06-06T21:10:57 | 2013-06-06T21:10:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 55,522 | h | /** @file
* @brief MAVLink comm protocol testsuite generated from ardupilotmega.xml
* @see http://qgroundcontrol.org/mavlink/
*/
#ifndef ARDUPILOTMEGA_TESTSUITE_H
#define ARDUPILOTMEGA_TESTSUITE_H
#ifdef __cplusplus
extern "C" {
#endif
#ifndef MAVLINK_TEST_ALL
#define MAVLINK_TEST_ALL
static void mavl... | [
"uavuiuc@gmail.com"
] | uavuiuc@gmail.com |
89bc921460b5406b9326a77d9f3d652d31a424a7 | 97a17c6b43c4b5a4cc532699bd6f6be3b514f705 | /blinky/blinky/asf-3.21.0/avr32/services/usb/_asf_v1/class/audio/examples/device/soft_resync/conf_audio_mixer.h | 7519675646daa184ebe677f0e2c0cf7d1bb363b0 | [
"MIT"
] | permissive | ThucVD2704/femto-usb-blink-example | f2adf7ed2cfff860194870b80c870f0a2c27a82b | 5e166bdee500f67142d0ee83a1a169bab57fe142 | refs/heads/master | 2021-01-18T11:04:43.068488 | 2015-04-24T04:53:26 | 2015-04-24T04:53:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,658 | h | /*****************************************************************************
*
* \file
*
* \brief Audio mixer configuration file.
*
* Copyright (c) 2014 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
... | [
"webmaster@alexventure.com"
] | webmaster@alexventure.com |
5b955835b0588751b699149dd4e8ff875a5d7723 | 371a498a06e09fce89aa3e7c84b982de82b96475 | /include/ports.h | cc38366a2aa76b9c6c29dde630a12cd7c033cb6b | [] | no_license | Red-Storm-Robotics/344R-TT | e5e1dd238cabd78e7aeae0a49251ffd5e9fa9671 | 5d8e840e5e6bd3edf37fc1c0fc102139ba83055f | refs/heads/master | 2022-04-08T13:53:51.662227 | 2020-03-12T12:00:01 | 2020-03-12T12:00:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,228 | h | #pragma once
// PORT MAPPINGS
#define M_DRIVE_FL 1
#define M_DRIVE_FR -2
#define M_DRIVE_RL 9
#define M_DRIVE_RR -10
#define M_INTAKE_L 11
#define M_INTAKE_R -20
#define M_TRAY 15
#define M_TWOBAR 6
// CONTROL MAPPINGS
// Drivetrain
#define C_ARCADE_SPEED ControllerAnalog::leftY
#define C_ARCADE_STEER ControllerAna... | [
"wesleyjchalmers@gmail.com"
] | wesleyjchalmers@gmail.com |
05ab3245a6302b4dfb24084f7fe9476ab484f311 | fee9e7a10356c611229a426bba147c9b489df089 | /Chapter16/example/prog16.2.c | 1fb1f29b4f83533c4069496eea573fe04a112719 | [] | no_license | ankitrgadiya/learn-c | e6be58f8ff588168ecf69b0ec92517118e07156b | 88445a9ccf99023e6753eb4fbe87ad5b6ee50086 | refs/heads/master | 2021-03-22T02:15:59.054313 | 2017-10-05T15:08:44 | 2017-10-05T15:08:44 | 88,732,254 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 161 | c | // Program to echo characters until an end of file
#include <stdio.h>
int main (void)
{
int c;
while ((c = getchar ()) != EOF)
putchar (c);
return 0;
}
| [
"git@argp.in"
] | git@argp.in |
54c4a71d7843cbac748deea98562f15cfa6992fe | 96dec22dd34874290742f8d3ab886630bd99eb63 | /src/alpha_radio_handler.c | aef7a2ccc135f97847feae685090f6f969922131 | [] | no_license | leadercxn/sss_swc11ac | a80a39ba9ae1c84e13ffcf5452edd944fc736941 | dc29e42710309fd8fb15fd817147a7f86f9fc52a | refs/heads/master | 2022-04-22T23:50:05.818989 | 2020-04-21T12:52:39 | 2020-04-21T12:52:39 | 256,089,995 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,480 | c | #include <stdint.h>
#include <stdbool.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "radio.h"
#include "sx1276.h"
#include "sx1276_board.h"
#include "nrf_delay.h"
#include "util.h"
#include "alpha_radio_handler.h"
#include "trace.h"
/**
* @brief alpha发送完成回调
*/
void alpha_lora_txdone(void... | [
"xingnian.chen@sensoro.com"
] | xingnian.chen@sensoro.com |
1c57fa53a00e7ae3d7081958cb5523b15f33ccfd | 6dc16ea694c442f68b6b403fe07cf8f2a2638a5c | /Zigbee/cc2430/driver/Ammeter/hal_uart.c | 42be0c25fb2a813b9e3c2301e3118125517617f3 | [] | no_license | hezfproject/TofCode | 6ac411c36e7c51753a9ba8f7745176eebdfe26b8 | 617f4038f38bc3a3093e1d17bb4310ff9e47673a | refs/heads/master | 2020-04-26T03:13:44.490606 | 2019-03-01T08:27:55 | 2019-03-01T08:27:55 | 173,260,210 | 0 | 4 | null | null | null | null | MacCentralEurope | C | false | false | 38,499 | c | /**************************************************************************************************
Filename: _hal_uart.c
Revised: $Date: 2010/08/19 17:58:58 $
Revision: $Revision: 1.14 $
Description: This file contains the interface to the H/W UART driver.
Copyright 2006-2007 Texas Instru... | [
"981715113@qq.com"
] | 981715113@qq.com |
23bf7b2dcf500ae19be8e881cab30f065593fd26 | 902af8ab8e2a3027f3fdd192d405c4ecc21cd528 | /libc/include/stdarg.h | 3b3d05c92d7f99953de790e47c74a3afe6ac5ed0 | [] | no_license | PiJoules/toy-kernel | 1c98005737537cfb3ca713514cd80056d8150bb6 | 88c39df936aa974d2a72168359fc11c341fc30de | refs/heads/master | 2023-07-06T23:02:34.822854 | 2021-08-08T08:35:29 | 2021-08-08T08:43:01 | 287,207,106 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 272 | h | #ifndef STDARG_H_
#define STDARG_H_
extern "C" {
typedef __builtin_va_list va_list;
#define va_start(v, l) __builtin_va_start(v, l)
#define va_end(v) __builtin_va_end(v)
#define va_arg(v, l) __builtin_va_arg(v, l)
#define va_copy(v, l) __builtin_va_copy(v, l)
}
#endif
| [
"leonardgchan@gmail.com"
] | leonardgchan@gmail.com |
b362361ac95a828e38e50d0f21ffde1e91d116b9 | be771f926db7a56bdc30fad80070dbd1d2b96581 | /Shared_Memory/Passing_OneDimesnional_Array/shm_client.c | 3720c717ac9a3cd84f2e8cbf7cf4c215d76c06f4 | [] | no_license | GoCode47/Operating-Systems-Lab | 7e9b6b5718204bf893671e0321c1daebb18d1c0a | 19961e74d6404ca7074e9d9a1b07e0511e3edf4d | refs/heads/master | 2020-03-10T08:43:38.138452 | 2015-06-28T19:37:23 | 2015-06-28T19:37:23 | 129,292,721 | 1 | 0 | null | 2018-04-12T18:09:48 | 2018-04-12T18:09:48 | null | UTF-8 | C | false | false | 860 | c | #include <sys/types.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include <stdio.h>
#define SHMSZ 27
#define LEN 5
main()
{
int shmid;
key_t key;
int k =0;
int *array, *value;
/*
* We need to get the segment named
* "5678", created by the server.
*/
key = 5678;
/*
* Locate the segment.
*/
... | [
"01tonythomas@gmail.com"
] | 01tonythomas@gmail.com |
28337e6f3d0bf44de6d626926bde3c6eb723a7bb | fbe51f2648e4f9ec356ca8b02d595129d79794f3 | /codechef/HORSES.c | 3d378dc028e49f6d3bb301a46ace27d8298fdee4 | [] | no_license | prateek76/MyCompetitiveCodingCodesinC | 0529635be8166927fb6443004fc2436c113fdf9a | 05c137b3dd4277271f39f137f91ad08cfd549bd0 | refs/heads/master | 2020-04-10T14:47:00.262511 | 2018-12-09T22:29:45 | 2018-12-09T22:29:45 | 161,087,195 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 622 | c | #include<stdio.h>
#include<math.h>
int main()
{
long long int T,N,S[5006],temp;
scanf("%lld",&T);
while(T--)
{
long long int min = S[0];
scanf("%lld",&N);
for (long long int i = 0; i < N; i++) {
scanf("%lld",&S[i]);
}
min = abs(S[0]-S[1]);
for (long long int i = 0; ... | [
"prateek7672168@gmail.com"
] | prateek7672168@gmail.com |
cd6570e55a1f3661944442968b340618a256a6a2 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/base/win32/winnls/mbcs.c | 8418e22a5468b9a513fffc2c86eba7f851872fe1 | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C | false | false | 150,647 | c | /*++
Copyright (c) 1991-2000, Microsoft Corporation All rights reserved.
Module Name:
mbcs.c
Abstract:
This file contains functions that convert multibyte character strings
to wide character strings, convert wide character strings to multibyte
character strings, convert a multibyte ch... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
1ba35d23ed8e5c628b6213242f50e910f3ae730b | 58f60306f9f5638fbb23ec8b6ff896c191da48d4 | /3rd_party/liblfds7.0.0/liblfds700/src/lfds700_hash_addonly/lfds700_hash_addonly_cleanup.c | af88b19179727689e4437f7d848a8b530c755b39 | [
"MIT"
] | permissive | mojmir-svoboda/BlackBoxTT | 650cd9da608a9909da32dc88a362affe3df50320 | 0c87b989827107695538e1bf1266c08b083dda44 | refs/heads/master | 2021-01-23T22:00:11.999135 | 2018-01-04T20:54:42 | 2018-01-04T20:54:42 | 58,350,784 | 11 | 3 | null | null | null | null | UTF-8 | C | false | false | 1,610 | c | /***** includes *****/
#include "lfds700_hash_addonly_internal.h"
/***** private prototypes*****/
static void btree_au_element_cleanup_function( struct lfds700_btree_au_state *baus, struct lfds700_btree_au_element *baue );
/****************************************************************************/
void lfds700... | [
"mojmir.svoboda@flogging.berlios.de"
] | mojmir.svoboda@flogging.berlios.de |
ccd981b78f0ed69b03847265e09747d428f2936c | 9e1a96e977b4767e4fe8c67bbca36f3b4cfab681 | /Examples/EX_15/Ex15.c | 00c2a0e3d833790fc75525dcb35206b6a7b07e6f | [] | no_license | srilanka-ubuntu/C_Explore | e89acd30504a98ae8b5bc5594aa7212ed1667945 | e68857831a16866e889f5379d28ec31cb85e927c | refs/heads/master | 2016-09-06T17:59:11.727021 | 2014-07-15T03:37:05 | 2014-07-15T03:37:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 191 | c | #include<stdio.h>
int main(int arg, int *argv[] )
{
int var = 123;
int *p_var = &var;
printf("data %d ::: typeof \n",var);
printf("pointer %p \n ", p_var);
return 0;
}
| [
"lankapalli.srikanth@gmail.com"
] | lankapalli.srikanth@gmail.com |
7dc81208a45d17fc04251edea738c84d66b35de7 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/FFmpeg/libavcodec/extr_rawenc.c_raw_encode.c | 5c8678efe496d7d6d04a30748856d361219620b1 | [] | 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 | 2,655 | 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 |
2c17957006074717b72823450a2ef4008a0c12ef | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/sound/firewire/oxfw/extr_oxfw-pcm.c_init_hw_params.c | cf469b2548792763665a83159c8d3a7b876f73b0 | [] | 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 | 2,468 | 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 |
aad02be5cd84177ddd16a8c54d8a8d66fe3d556f | c431045c39d57a02e117d2b0a94f0f0fbf093257 | /link_list.c | ca717c88107fae43118a654de29aad1f02a4aa7a | [] | no_license | darshana-buddhika/concurrent_lab_2 | 67c920ca400a85c6e71afd89731fcafdfc23530e | f39c2b5361bd9fe5d6ff89c1b946df29e6fd5bb6 | refs/heads/master | 2021-05-10T11:11:38.865350 | 2018-01-24T17:54:36 | 2018-01-24T17:54:36 | 118,406,675 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,792 | c |
#include <time.h>
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>
int n; /*Inital population of linked list*/
int m; /*Random operation done on the list*/
float mInsert;
float mDelete;
float mMember;
int * operation;
long count_member;
long count_insert;
long count_delete;
struct list_node_s
{
int... | [
"darshana.soa@gmail.com"
] | darshana.soa@gmail.com |
c9fb30e70595142ad020190832a1b5156790e1dd | 9c83c88b5b60d28e1d43c7f6cdc264a4bb2a424b | /kernel/Configs.h | df301e3279bf36648423c1a8e07d71d30035cfdc | [
"MIT",
"Zlib",
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause"
] | permissive | cristian-programmer/skift | 1eedaec88ba1c09518b7c11110fa4b96a2b2b0eb | 189df9d043ce79b8376ab35aac3f5665a565d6ac | refs/heads/main | 2021-06-14T17:02:38.612380 | 2021-03-01T14:35:49 | 2021-03-01T14:35:49 | 162,073,493 | 1 | 0 | MIT | 2018-12-17T04:15:16 | 2018-12-17T04:15:16 | null | UTF-8 | C | false | false | 95 | h | #pragma once
#ifndef CONFIG_KEYBOARD_LAYOUT
# define CONFIG_KEYBOARD_LAYOUT "en_us"
#endif
| [
"nicolas.van.bossuyt@gmail.com"
] | nicolas.van.bossuyt@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.