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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
18e78a9129da63bae855960650b91d967b0551f0 | 396c505df4a1accdf089070b35bdfff764ffff82 | /network/services/nginx/src/src/http/modules/ngx_http_gunzip_filter_module.c | 4fb888a93491ae6b65fdd322cf443b0cdbfadb0f | [
"BSD-2-Clause"
] | permissive | aboutboy/feixun_k2p | 521f1dc259bac288b218cba0e5e58278b93fa1d9 | 81aca97406ef12a226c114bb2835c7d0510c543c | refs/heads/master | 2020-04-01T01:20:27.767637 | 2018-09-19T13:42:15 | 2018-09-19T13:42:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,059 | c |
/*
* Copyright (C) Igor Sysoev
* Copyright (C) Maxim Dounin
* Copyright (C) Nginx, Inc.
*/
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>
#include <zlib.h>
typedef struct {
ngx_flag_t enable;
ngx_bufs_t bufs;
} ngx_http_gunzip_conf_t;
typedef struct {
ngx... | [
"zhanyige@veryci.com"
] | zhanyige@veryci.com |
8237021a8dcc606ebdf5275204fcce8a18fc6d3c | d860324591f0bb669b0e651c65dd743cc16c28b6 | /io/tests/cumulative_iterate.c | 390b3150c1df9ef285307dc987168c375bd357e7 | [
"BSD-3-Clause"
] | permissive | Zhaojp-Frank/uNVMe-1 | c059bad7c12a6e9d0f19fc8c4d4596d1058db62b | dfb875cc6018fb6ae685cea3d39a0eda889f8f9e | refs/heads/master | 2020-04-08T15:26:45.301041 | 2018-11-06T11:00:15 | 2018-11-06T11:00:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,091 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <inttypes.h>
#include <syslog.h>
#include <unistd.h>
#include <sys/time.h>
#include <signal.h>
#include "kvutil.h"
#include "kv_types.h"
#include "kv_apis.h"
#include "kvnvme.h"
#define DISPLAY_CNT (10000)
#define fail_unless(_c) d... | [
"kim1158@gmail.com"
] | kim1158@gmail.com |
c0147980fa3cad33fb2795d43661e4b1fa19f662 | 6c0d489a8032915848fa7f9368698a2636eecd33 | /522/CycloneTCP_SSL_Crypto_Open_1_7_2b/demo/common/ti/boards/tmdslcdk138/lidd.c | a565b78c75e80d21cd241653b6c2ae9e7b578751 | [] | no_license | lstefani006/teensy | d05f044557fdff19594b9b4882226b42acb7dd1a | c8200f1ee43f6426d4f3acf0a3784f13626b8b48 | refs/heads/master | 2021-05-16T02:19:27.449462 | 2020-11-20T20:59:08 | 2020-11-20T20:59:08 | 43,541,230 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,911 | c | /**
* \file lidd.c
*
* \brief This file contains the board specific code for enabling the use of
* LIDD/character display
*/
/*
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted... | [
"leonardo.stefani.ge@gmail.com"
] | leonardo.stefani.ge@gmail.com |
fef89e45a5a662b422eac3cd52aefb6b52700a96 | 54f6e8a5f3673ee0ceda0e32c2195ca0db20f3b4 | /ex11/chat_client.c | 8c4f36c92cfa90e52a3c1eeb9a668ffdf7d29268 | [] | no_license | Aatinam/Save- | 55ec10505a16177d4e4320b4bc79774101aaab1a | 69061491ac3f99d03e0b6be698d80f00792dcaee | refs/heads/master | 2021-06-18T17:28:26.878155 | 2017-04-06T03:47:36 | 2017-04-06T03:47:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,191 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#ifndef PORT
#define PORT 30000
#endif
#define BUF_SIZE 128
int main(void) {
// Create the socket FD.
int sock_fd = socket(AF_INET, SOCK_STREAM, 0);
if (... | [
"muniraat@teach.cs.toronto.edu"
] | muniraat@teach.cs.toronto.edu |
b0e559751c69b375c17872cf627f9a66a4e91471 | a6a95f4a6a9d9bb10627e18e49f6866f67897497 | /Inc/tim.h | 8426bb76c6e6ad27466858d59c50e7b62afef380 | [] | no_license | JohnsonGu/Engineer | 54ebb1a7732824ff82751132cec8f956e4062770 | 9987200d7da942d3c790040e734287393c0e15ca | refs/heads/master | 2022-10-17T03:34:13.098447 | 2020-06-17T06:28:02 | 2020-06-17T06:28:02 | 272,894,926 | 5 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,573 | h | /**
******************************************************************************
* File Name : TIM.h
* Description : This file provides code for the configuration
* of the TIM instances.
******************************************************************************
* @... | [
"43897183+JohnsonGu@users.noreply.github.com"
] | 43897183+JohnsonGu@users.noreply.github.com |
b75b71bdadd14c2fcd6eef8d4aaa494c2ed40885 | 04b94e821abc0842259361bf7033abb18bc45f15 | /WordTransformationGraph/WordToWord.c | 03e19721122d0d9795ec0580a0071fec1e115f78 | [] | no_license | DevMilk/My-Old-C-Projects | d46fa44f45572741276628d912affc1f96800b7c | f1c39792b9d439bd9275a4f8bcc3e94898aa3380 | refs/heads/master | 2023-02-17T22:32:39.307257 | 2021-01-10T21:14:25 | 2021-01-10T21:14:25 | 326,044,938 | 0 | 0 | null | null | null | null | ISO-8859-9 | C | false | false | 8,094 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <locale.h> //For all characters
#define MAX 10 //Maximum letter count in a word
#define MAX_WORD 2500 //Maximum word count
#define ATA(a,b) strcpy(a,b) //copy string b to string a
#define AYNI(a,b) strcmp(a,b)==0 //compare string a and string b
typed... | [
"ugurkkkkkk@hotmail.com"
] | ugurkkkkkk@hotmail.com |
9654365c60bd249bf0afc3199cc9ec1a9beadbc7 | ac34cad5e20b8f46c0b0aa67df829f55ed90dcb6 | /src/external/windows/include/python/internal/pycore_tuple.h | 3e4a7f13706063ae4e49f8b1a76a8dff5380acb4 | [
"MIT"
] | permissive | sudo-logic/ballistica | fd3bf54a043717f874b71f4b2ccd551d61c65008 | 9aa73cd20941655e96b0e626017a7395ccb40062 | refs/heads/master | 2023-07-26T19:52:06.113981 | 2023-07-12T21:32:56 | 2023-07-12T21:37:46 | 262,056,617 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,162 | h | #ifndef Py_INTERNAL_TUPLE_H
#define Py_INTERNAL_TUPLE_H
#ifdef __cplusplus
extern "C" {
#endif
#ifndef Py_BUILD_CORE
# error "this header requires Py_BUILD_CORE define"
#endif
#include "tupleobject.h" /* _PyTuple_CAST() */
/* runtime lifecycle */
extern PyStatus _PyTuple_InitGlobalObjects(PyInter... | [
"ericfroemling@gmail.com"
] | ericfroemling@gmail.com |
008884e14d1cc58e168b503ba2e56396d97777db | b7d3be4b909100b193153d6de98ef5ca784ab37d | /code/Hud/HUDgauges.h | 345ccf4e789006a746c139181a7a5008dbd40fb9 | [] | no_license | RandomTiger/fs2_Unity | a4e5c4ddbb38a875ce58020da5f268573365a0c2 | 570ea0945ee21a0f498d528e0d71e3757a910a25 | refs/heads/master | 2020-12-25T07:22:14.528983 | 2016-06-05T11:16:09 | 2016-06-05T11:16:09 | 60,455,973 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,373 | h | /*
* Copyright (C) Volition, Inc. 1999. All rights reserved.
*
* All source code herein is the property of Volition, Inc. You may not sell
* or otherwise commercially exploit the source or things you created based on the
* source.
*
*/
/*
* $Logfile: /Freespace2/code/Hud/HUDgauges.h $
* $Revision: 7 $
* $... | [
"RandomSnowTiger@gmail.com"
] | RandomSnowTiger@gmail.com |
99f9f07f3f8425f22bc0c6766eb429428c17c15f | 21292b480b6a1eeb82ad9afea69c60baab2454a6 | /src/mmt_mobile/asn1c/ngap/NGAP_Paging.c | b35943454f55b770c585223d82710270e4b28c57 | [
"Apache-2.0"
] | permissive | Montimage/mmt-dpi | fb0d1f695663ded73568d64093465c60803d828a | 6dc790734cb32d3b89966535666239b103eada5c | refs/heads/master | 2023-08-22T12:23:41.276825 | 2023-07-17T08:38:54 | 2023-07-17T08:38:54 | 450,171,795 | 6 | 1 | Apache-2.0 | 2023-08-03T09:33:50 | 2022-01-20T16:24:40 | C | UTF-8 | C | false | false | 1,607 | c | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "NGAP-PDU-Contents"
* found in "./support/ngap-r15.2.0/PDU-Definitions.asn1"
* `asn1c -D ./common -gen-PER -pdu=all -fcompound-names -findirect-choice -fno-include-deps -no-gen-example`
*/
#include "NGAP_Paging.h"
asn_TYPE_member_t a... | [
"nguyenhuunghia.gtvt@gmail.com"
] | nguyenhuunghia.gtvt@gmail.com |
55caac7379e75c5dec6220e34708b1af34da2f51 | b582882e6de46f694ab99abb888673631ce55b36 | /TP4/linkedlist_cascara_v8/inc/LinkedList.h | cff9c2a356c8421b7bf3555fb9babda439243f2e | [] | no_license | LucianoPezza/LucianoPezza-Trabajos-Practicos-U.T.N-Programacion- | ebbdef9f097f8f5010a876b6aa8eed44c58d3fc4 | b3422d8fde31237402198b1d583136c35651f115 | refs/heads/master | 2020-05-05T05:20:19.107277 | 2019-06-22T14:59:56 | 2019-06-22T14:59:56 | 179,747,135 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,497 | h | /*
utest example : Unit test examples.
Copyright (C) <2018> <Mauricio Davila>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your opt... | [
"noreply@github.com"
] | LucianoPezza.noreply@github.com |
9fb27f68c4997f310647e4cf3ecdd745e4c3725b | 2f69ad46319f926e925fde6b2b5f7cecdb3009bd | /code_asimov/MassOrderingStudies_AutomatedAsimov.C | 30f610dc21c30e246cbbec4d211ab7fe22997bad | [] | no_license | Dragonfire3900/forward-fitting | 8fd6c62cc7e79be608d971f0b6716c17bcb07843 | 773dd6cb0bfcb2d933850f0518542dd7fac02969 | refs/heads/main | 2023-05-04T17:48:19.141184 | 2021-05-27T18:22:08 | 2021-05-27T18:22:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,946 | c | //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// MassOrderingStudies_AutomatedAsimov
// Erin Conley (erin.conley@duke.edu)
// Description: Produces chi2-minimized flux parameter measurements and plots
// for different neutrino mass ordering assumptions (contained in
// ... | [
"noreply@github.com"
] | Dragonfire3900.noreply@github.com |
4ade17020b3ac1a94de4f082e832feeb6d616098 | 0d3187362424d29dadb8adfed2c9a6b880fb3ed6 | /src/BeOS_print.h | 05b5f781ca497d838d205bf7421abe7961203e75 | [] | no_license | happymobilecq/paint | 2043d9b7a18028f217a264a3fa4f0ed4cce178e5 | f715a49fb2b22472721e105e666bead1bd088b69 | refs/heads/main | 2023-02-05T10:58:49.980227 | 2020-12-29T11:09:35 | 2020-12-29T11:09:35 | 325,262,479 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,226 | h | /* BeOS_print.h */
/* printing support for Tux Paint */
/* Marcin 'Shard' Konicki <shard@beosjournal.org> */
/*
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the ... | [
"you@example.com"
] | you@example.com |
75079881f4fd1d3df873334122d786b89bc635e3 | 8f9fc134c62404ad4a284cb38734fe74540ac081 | /tools.h | 856e6a85656e1ad048a6903fdcec4669b30982bd | [] | no_license | kiliw/kilotracker-gps-cartracking | 558fdfcb8b33fec548bef8f95f5fab0e9801a8e9 | 332d4237a8dd995f31b5cde25d658ef4fcf7ac42 | refs/heads/master | 2020-03-30T14:00:31.078180 | 2018-11-21T18:27:06 | 2018-11-21T18:30:29 | 151,296,999 | 2 | 0 | null | 2018-11-21T18:30:31 | 2018-10-02T17:42:13 | C | UTF-8 | C | false | false | 10,561 | h | // Defining Pins
#define gsmPower 5 // powering GSM modul
#define ledPin 13 // just for testing PIR
#define PIRoutPin 12 // Pin to power PIR
#define PIRinputPin 2 // Pin for read PIR
#define PIRinterruptPin 2 // Pin for interrupt
#define RIinterruptPin 3 // Pin which is connected to the RI pin ... | [
"kilocheat@gmail.com"
] | kilocheat@gmail.com |
6496b76ffbd3f49214323e3b0dfae8ef64b9f64d | 61387be85711cf03ca2cc4144c15369ee9a46796 | /zo-mb-es-defender/project.IOs/Project.IOs/Classes/Native/mscorlib_System_Collections_Generic_KeyValuePair__1786571660.h | ea4a4c00a58928bda2e621254edb565b7f9086ee | [] | no_license | hoangwin/raci-ngc-ar_Du-o-iHin-hBa-tC-Hu | 6bb6b64052f05bc4026e1cfc6e10844c3dfc574b | 29c4f918482e9b850503d9912ebdf7afdafcafed | refs/heads/master | 2021-01-10T10:00:33.196405 | 2016-08-14T23:06:31 | 2016-08-14T23:06:31 | 44,680,146 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 498 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// System.String
struct String_t;
#include "mscorlib_System_ValueType_290515646.h"
// System.Collections.Generic.KeyValuePair`2<System.String,System.Boolean>
struct KeyValuePair_2_... | [
"hoang.nguyenmau@hotmail.com"
] | hoang.nguyenmau@hotmail.com |
463a978d5e3d3c6a508cef23c64fdcff09c90154 | 560cb5ed9c8df6c4ec6b276b7f422b72a7bdc2eb | /Artmame/src/machine/6522via.c | 4c077bfba0ce9205e92b62988c7632e2258fc850 | [] | no_license | shangma/mame0112 | 3503af14b38ad382257f01c74638e7a6f7861f1d | e98e2daebda9f430519893ac61232b8eae74516b | refs/heads/master | 2020-04-06T03:47:11.945469 | 2012-07-03T15:43:29 | 2012-07-03T15:43:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 31,593 | c | /**********************************************************************
Rockwell 6522 VIA interface and emulation
This function emulates the functionality of up to 8 6522
versatile interface adapters.
This is based on the M6821 emulation in MAME.
To do:
T2 pulse counting mode
... | [
"arthur_choung@me.com"
] | arthur_choung@me.com |
5a5e56376c8b0707d0f1a688e93e3e946176309b | bf5ec495317aa56014b984a7f54e1b7c45c92744 | /week-07/day-03/to_do_app/main.c | d6f3fbd2b81eec9aedc8e4c725536eb26416f565 | [] | no_license | green-fox-academy/peti37 | dfe26c37d63830301956a290e408bf26e949af77 | 608ecc7908fa175a431e3d2fbf10626fa317b5e5 | refs/heads/master | 2021-03-27T15:03:39.635645 | 2018-06-29T16:07:50 | 2018-06-29T16:07:50 | 121,508,098 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,625 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
void info(void);
void commands(void);
void write_new_task(void);
void delete_line(void);
void delete_line2(void);
void read_all_tasks(void);
void read_all_tasks2(void);
void complete_task(void);
int main()
{
info();
while(1){
commands();
contin... | [
"fbpeter0@gmail.com"
] | fbpeter0@gmail.com |
f68818d87428f1076010dfeb466e021d519b9b5a | 6cbae77d7fb79c1eb81855a65fb32a3e09b65f6b | /os/asp3/extension/messagebuf/include/kernel.h | 62656f0719dd491ffc0df4bf81dd54ee67700ca3 | [] | no_license | tmori/athrill-sample | 9af2eb470f72bf7d227ffeee6f039b315d0b8513 | af0cf8ddd3f73a62c66016caca377391671305f7 | refs/heads/master | 2021-07-20T10:48:48.284929 | 2020-08-14T10:34:46 | 2020-08-14T10:34:46 | 205,520,777 | 5 | 9 | null | 2020-06-07T22:47:35 | 2019-08-31T08:58:45 | C | UTF-8 | C | false | false | 21,730 | h | /*
* TOPPERS/ASP Kernel
* Toyohashi Open Platform for Embedded Real-Time Systems/
* Advanced Standard Profile Kernel
*
* Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory
* Toyohashi Univ. of Technology, JAPAN
* Copyright (C) 2004-2017 by Embedded and... | [
"tmori@esm.co.jp"
] | tmori@esm.co.jp |
13e95cf1b1e202b012b89cc6a4a267d2074d4e60 | e368fa79c55c584dc9c201537a454e1d1fd190d3 | /src/tests/utests/xi_utest_resource_manager.c | 7fa26dafa4ee1e6a36d60ab56791a54bcb869ed1 | [
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | Palantir555/xively-client-c | e6a4d57fe55f95e932b838fd848f0b23822ffee6 | 96baa2d43feda0c35f7989b63752097679483d56 | refs/heads/master | 2021-01-11T11:29:43.522270 | 2017-11-24T12:08:45 | 2017-11-24T12:08:45 | 79,961,130 | 0 | 0 | null | 2017-02-02T12:59:35 | 2017-01-24T22:29:24 | C | UTF-8 | C | false | false | 29,746 | c | /* Copyright (c) 2003-2016, LogMeIn, Inc. All rights reserved.
*
* This is part of the Xively C Client library,
* it is licensed under the BSD 3-Clause license.
*/
#include "tinytest.h"
#include "tinytest_macros.h"
#include "xi_tt_testcase_management.h"
#include "xi_resource_manager.h"
#include "xi_internals.h"
#... | [
"olgierd.humenczuk@logmein.com"
] | olgierd.humenczuk@logmein.com |
428b8631eaeebf083bd51f596e0b958f865bba6d | ffdb100ed5b167ca72270eddc71a0dc75e6b4505 | /atk2-sc1/library/log_output.c | a768788e72a9ef2a2370b1351356c352e7ba0e3c | [] | no_license | papapapaparuki/atk2-lwip | db71fe7be30afd51f2d0363b22bdcc55a1e05078 | 3f3b9884a94f380ced46dfc18b4e8892c913df2b | refs/heads/master | 2020-06-15T15:26:39.918294 | 2019-03-27T08:10:45 | 2019-03-27T08:10:45 | null | 0 | 0 | null | null | null | null | EUC-JP | C | false | false | 7,807 | c | /*
* TOPPERS ATK2
* Toyohashi Open Platform for Embedded Real-Time Systems
* Automotive Kernel Version 2
*
* Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory
* Toyohashi Univ. of Technology, JAPAN
* Copyright (C) 2004-2015 by Center for Embedded Compu... | [
"adwinying@gmail.com"
] | adwinying@gmail.com |
1580efb79c094dbe08939c9c16b93f5929c14323 | 4429de161b44d6d445ed8e1b098103d83ea949d9 | /Drive/Include/lcd_pwm.h | f9cc43f8cea417cfaaa993119fb8ed211738424b | [] | no_license | gxswift/stm32f429_7-LCD | a8e8a82923a853153b4a9bb3773e54714f9c6736 | d5aae97e803042e3edbed27e4b0283dbb95fe882 | refs/heads/master | 2021-01-16T23:19:07.873110 | 2017-07-03T01:37:54 | 2017-07-03T01:37:54 | 95,729,784 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 523 | h | #ifndef _PWM_H
#define _PWM_H
#include "stm32f4xx.h"
/*---------------------- ÅäÖÃ ------------------------*/
#define LCD_PWM_PORT GPIOB
#define LCD_PWM_CLK RCC_AHB1Periph_GPIOB
#define LCD_PWM_PIN GPIO_Pin_7
#define LCD_PWM_AF GPIO_AF_TIM4
#define LCD_PWM_PinSource GPIO_PinSource7
#define ... | [
"853129649@qq.com"
] | 853129649@qq.com |
e54bce2db0ce1186b02443dc97e25139610f5cdb | e57669f8f2825e168353901df64c6e35672db340 | /архив/Практика по C/task3_76g.c | e63c8ba4526f4e860329e0458fbca61ae549216a | [] | no_license | PashaWNN/education | f33a84fdc766267bebfdd36c8fe67e6ae5bcdaaf | 2762194851ea8d230539732477758ea72105af95 | refs/heads/master | 2021-04-30T02:11:45.741706 | 2018-06-04T13:09:40 | 2018-06-04T13:09:40 | 121,497,766 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 797 | c | #include <stdio.h>
int main() {
int k;
int l;
int m;
int n;
printf("Введите k, l, m, n: ");
scanf("%d%d%d%d", &k, &l, &m, &n);
if ((k<0)||(k>8)||(l<0)||(l>8)||(m<0)||(m>8)||(n<0)||(n>8))
{
printf("Введены неверные координаты!");
return 1;
}
if ((k==m)&&(l==n))
{
printf("Ладья уже нах... | [
"pashawnn@gmail.com"
] | pashawnn@gmail.com |
568d8600b1de5f0786d6f908ed6e7e18c28dba03 | 4f24e2388f183c299163cda825e0d24a560c8def | /STM32Cube_FW_F4_V1.10.0/Projects/STM32469I_EVAL/Examples/LCD_DSI/LCD_DSI_CmdMode_DoubleBuffering/Inc/life_augmented_argb8888.h | 02936912eb443bd3b8d1662d65450f8f9bd9d84e | [
"BSD-2-Clause"
] | permissive | txson/ubuntu-stm32 | a696885dbe33c47a64e904f04705d5e85f6936cd | 805421fcd05154971320b119c6cf81588bb2e410 | refs/heads/master | 2020-03-12T09:09:05.390614 | 2018-04-22T07:49:00 | 2018-04-22T07:49:00 | 130,545,935 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,001,374 | h | /**
******************************************************************************
* @file LCD_DSI/LCD_DSI_CmdMode_DoubleBuffer/Inc/life_augmented_argb8888.h
* @author MCD Application Team
* @version V1.0.2
* @date 13-November-2015
* @brief This file contains ARGB8888 image 320x240.
******... | [
"“1154492168@qq.com”"
] | “1154492168@qq.com” |
34817ce6126c98239d0203e1736f1ffa25d3cd9d | 20a9b67a069e6ec940d5c6819b485931807afb49 | /SmallLoving/Pods/Headers/Private/LeanChatLib/UIView+XHRemoteImage.h | a3e643b5f87dec742988f1bc7886dd479e06d307 | [] | no_license | YunChina/happiness | 63efba68272ba67e731b7b3321785adbadfed157 | 7489b666f72b983656b99368b5a6671a55a224b4 | refs/heads/master | 2020-12-24T20:42:17.437752 | 2016-04-27T02:08:21 | 2016-04-27T02:08:21 | 56,561,592 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 113 | h | ../../../LeanChatLib/LeanChatLib/Classes/vendor/MessageDisplayKit/Classes/Categorys/UIView/UIView+XHRemoteImage.h | [
"yunzhiqiang@126.com"
] | yunzhiqiang@126.com |
d6a26262dc4de85c838e6e1ea97d7af9c65a611c | 61387be85711cf03ca2cc4144c15369ee9a46796 | /zo-mb-es-defender/project.IOs/Project.IOs/Classes/Native/UnityEngine_UI_UnityEngine_UI_MaskableGraphic_Cull_443812297MethodDeclarations.h | 169d83aa5312cdd0fb204bd669066f8a11ced77b | [] | no_license | hoangwin/raci-ngc-ar_Du-o-iHin-hBa-tC-Hu | 6bb6b64052f05bc4026e1cfc6e10844c3dfc574b | 29c4f918482e9b850503d9912ebdf7afdafcafed | refs/heads/master | 2021-01-10T10:00:33.196405 | 2016-08-14T23:06:31 | 2016-08-14T23:06:31 | 44,680,146 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 547 | 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.UI.MaskableGraphic/CullStateChangedEvent
struct CullStateChangedEvent_t_443812297_0;
#include "codegen/il2cpp-codegen.h"
// S... | [
"hoang.nguyenmau@hotmail.com"
] | hoang.nguyenmau@hotmail.com |
2767b753e358486fadb78dc4e6edaa38d0d7eb3e | 23e311d224a5ed8a2d0cb1dc2adeadaa31c75175 | /XenServer-SDK/libxenserver/src/src/xen_vm_string_set_map.c | 7f01785fdea707446ba3a7b2b17a8791c9750022 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | adityaka/XenServerPowerShellToolKit | b96e5e152d8be51ca4aea9c4273a46796f230c66 | 40cd45e4ab3807513f3dc5c2c4b7aeb8f7bb964d | refs/heads/master | 2020-04-22T08:25:05.495913 | 2016-08-18T15:18:29 | 2016-08-18T15:18:29 | 65,946,728 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,163 | c | /*
* Copyright (c) Citrix Systems, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1) Redistributions of source code must retain the above copyright
* notice, this lis... | [
"aditya.n.kapur@gmail.com"
] | aditya.n.kapur@gmail.com |
da92b9c3e340dccc2eb7796ab3de1522a94904c2 | 003acda90c23c1ef6f74e3cecbc9568b08a439b7 | /cs103/cs103-pz-nikola_tasic_3698/internal/structs/queue.h | e1ceec8c79aa7b46c39406e59e80d5309a6dbc98 | [] | no_license | 7aske/uni | cf2ab0d2c4a174cd7857722d8cd688810e52a112 | f82efe2ff6056f2df51360ebb93198b7ddd62c4c | refs/heads/master | 2023-03-15T10:46:53.202580 | 2022-11-17T10:55:13 | 2022-11-17T10:55:13 | 152,237,750 | 6 | 10 | null | 2023-03-06T09:27:13 | 2018-10-09T11:14:41 | Java | UTF-8 | C | false | false | 1,294 | h | //
// Created by nik on 11/4/19.
//
#ifndef STRUCTS_QUEUE_H
#define STRUCTS_QUEUE_H
#pragma once
#include "structs/linkedlist.h"
#ifndef _ptr
#define _ptr(x, size) &(size){(x)}
#endif
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
typedef struct queue {
int size;
llist_t* data;
} queue_t;
static ... | [
"ntasic7@gmail.com"
] | ntasic7@gmail.com |
4b31782a47a7bcf1f9cd7165b3f280ffc8f037b9 | a46e7ca28b32278bd034c71adab96ae34eb358d3 | /Projects/STM32F412G-Discovery/Examples/QSPI/QSPI_ReadWrite_DMA/Src/stm32f4xx_hal_msp.c | 8d0e038158267a5a36582fbecbf2191a20649d3a | [
"BSD-2-Clause"
] | permissive | trentgill/STM32_Cube_F4 | 70ef54bcee480ca0ccf46bd6802988d1cd4ca890 | 95b69ec6eb6d681e592eaa76fac7365519b0e885 | refs/heads/master | 2021-01-20T00:43:12.242892 | 2017-04-23T21:56:15 | 2017-04-23T21:56:15 | 89,175,100 | 0 | 1 | null | 2020-03-08T01:24:37 | 2017-04-23T21:58:12 | C | UTF-8 | C | false | false | 8,138 | c | /**
******************************************************************************
* @file QSPI/QSPI_ReadWrite_DMA/Src/stm32f4xx_hal_msp.c
* @author MCD Application Team
* @version V1.1.0
* @date 17-February-2017
* @brief HAL MSP module.
****************************************************... | [
"Trent@fuku.local"
] | Trent@fuku.local |
2bc22d1aa4e3f9b75fcdfb7a9fc118bc17b73460 | 440fe9bc55a3d9fc44410d1748f47fbc74e30506 | /anycloud39ev300/SDK/component/wifi/ssv6x5x/mac80211/tx.c | 42defb29c5b20a5fa9f874f00a81024d84899a37 | [] | no_license | haihoang1219931/qiwen | 5def7764f48e70a8c4fbb9692f5fd0714dcb5a20 | 6c86facd09a5c2efe5314a669f653fa90acbc999 | refs/heads/main | 2023-07-10T17:37:18.512888 | 2021-08-22T07:01:43 | 2021-08-22T07:01:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 126,806 | c | /*
* Copyright 2002-2005, Instant802 Networks, Inc.
* Copyright 2005-2006, Devicescape Software, Inc.
* Copyright 2006-2007 Jiri Benc <jbenc@suse.cz>
* Copyright 2007 Johannes Berg <johannes@sipsolutions.net>
* Copyright 2013-2014 Intel Mobile Communications GmbH
*
* This program is free software; you can redis... | [
"1397610152@qq.com"
] | 1397610152@qq.com |
256a148db5f50c3da8a4e60b4994bd359f651fde | e85fceeb0f65da54db76fc0989432e23847ea0d6 | /C/Chp3/TD1/Chp3 TD1 Ex1.c | 5920f5343ce60017c170bd81f71b37ce43ac8fcc | [] | no_license | Colbert1/Web | 2fad2089db871fd7a484cc37770a9293bae8ee6e | 296c6a8fa2f345c76291d80f8efe0bd161adfac7 | refs/heads/master | 2020-12-10T14:53:27.340645 | 2020-02-07T13:11:13 | 2020-02-07T13:11:13 | 232,828,417 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 281 | c | #include <stdio.h>
void demo();
void main();
{
int x = 1, y = 2;
printf(\navant d'appeler demo(),x=%d et y=%",x,y);
demo();
printf(8apr�s avoir appel� demo(),x=%d et y=%d",x,y);
}
void demo()
{
int x = 88, y = 99;
printf(\dans la fonction demo(),,x=%d et y=%d",x,y);
}
| [
"gcolbert@la-providence.net"
] | gcolbert@la-providence.net |
35cae5d11c9b0aaf747a72544b7ce02dd2be4702 | 990f34513d01ef02b5d77f24067c07e44d97cc5d | /Timers/Challenge_01/app.c | 2a7383030334f6c701b8b5e2da2663f60644bdf4 | [] | no_license | ahmedhamdy0/Interfacing_one | b908c7dc90935fd3baf3addc715852fc6f604f2a | 72f360fee682f5b3d66ac8f864d4c57f18676a9d | refs/heads/master | 2020-07-10T05:25:35.550463 | 2019-08-30T19:25:12 | 2019-08-30T19:25:12 | 204,176,416 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,408 | c | /*
* write embedded c code using atmega16 microcontroller to control a 7-Segment using Timer0.
* Requirements : -
* - Configure the microcontroller with the internal 1 MHz Clock.
* - 7-Segment Connected to PortC .
* - Configure the Timer clock to F_CPU/256 .
* - Timing should be count using Timer0 in Normal M... | [
"e.ahmedelsayed.w@gmail.com"
] | e.ahmedelsayed.w@gmail.com |
1afd5f93ca77777a8ce9a1375fd7b7451c9541f5 | 0fc326a9e773f1f26d9cfbff3e1b8c3b7f084edc | /solver/nlinsolve1d.c | 724c4a45b3254c63ea0c507ef58faf06d471fc89 | [] | no_license | mirrorscotty/fe-solver | a2066c8824514c6f0e38dad31a1348b952e07868 | 7040f9643ce02c614d3ab49505dca920007ef625 | refs/heads/master | 2021-01-22T14:38:45.133238 | 2016-03-04T22:55:08 | 2016-03-04T22:55:08 | 3,384,623 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 10,033 | c | /**
* @file nlinsolve1d.c
* Finite element solvers for both one-dimensional problems. Includes solvers
* for static and transient problems.
*/
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include "matrix.h"
#include "finite-element1d.h"
#include "solve.h"
/**
* Check the convergence of the nonlinear ... | [
"alex.griessman@gmail.com"
] | alex.griessman@gmail.com |
236b805e05578dd7da6aad3850ef2551a2910922 | fb99cfd47ef2d4007b9f6b3770b3d62e6820dc2b | /gen/tests/vdivuw_vvsl_imm.c | 2d990a7428792bb0a030b30b08676acc82f2abb1 | [] | no_license | sx-aurora-dev/llvm-ve-intrinsic-test | a5875a9b448895c390a70c89d06d6c4a193b4577 | 674d2587c167c0970eb61b45b9fa7d34e9d10252 | refs/heads/master | 2021-06-17T05:08:08.543704 | 2021-04-27T12:50:29 | 2021-04-27T12:50:29 | 194,057,805 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 353 | c | #include "velintrin.h"
void vdivuw_vvsl_imm(unsigned int* pvx, unsigned int* pvy, int n) {
for (int i = 0; i < n; i += 256) {
int l = n - i < 256 ? n - i : 256;
__vr vy = _vel_vldlsx_vssl(4, pvy, l);
__vr vx = _vel_vdivuw_vvsl(vy, 3, l);
_vel_vstl_vssl(vx, 4, pvx, l);
pvx += ... | [
"k-ishizaka@ay.jp.nec.com"
] | k-ishizaka@ay.jp.nec.com |
ef4a72138fa6b4ed5a93094d759d6c51ac78e291 | 2bc3398063fd7251c46a2d93d2e301cd063befcd | /nitan/d/xueshan/kufang.c | d19f2d784d3434787be81c525e2eaa24f8e82e0b | [
"MIT"
] | permissive | HKMUD/NT6 | ae6a3c173ea07c156e8dc387b3ec21f3280ee0be | bb518e2831edc6a83d25eccd99271da06eba8176 | refs/heads/master | 2020-03-18T08:44:12.400598 | 2018-05-23T06:55:18 | 2018-05-23T06:55:18 | 134,525,191 | 9 | 4 | null | null | null | null | GB18030 | C | false | false | 632 | c | inherit ROOM;
void create()
{
set("short", "库房");
set("long", @LONG
这里是练武场旁边的小库房,房里密不通风,只有一丝光线从屋
檐小缝中投射进来。房中有些备用的武器,都是雪山弟子日常练功需
要用到的兵器。
LONG );
set("exits", ([
"east" : __DIR__"chang",
]));
set("objects", ([
"/clone/weapon/zhujian" : random(2),
... | [
"xmlsdk@gmail.com"
] | xmlsdk@gmail.com |
93bd73067fc2583d5ef4538703278c320cb8869f | 069b6c1e4e5a445235f49417ade6e5c3f79bb58d | /branches/2.2x/openssl/include/openssl/jpake.h | becc66c33422ba4a6811cadddc14195fe25458f5 | [
"OpenSSL",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | BackupTheBerlios/airdc-svn | 65a99494d5267ecb2ad96f21ead0299e7811131c | 17236498160afe8dc317bb75db374be8234eb541 | refs/heads/master | 2021-01-01T17:56:34.167869 | 2013-10-16T13:01:20 | 2013-10-16T13:01:20 | 40,718,655 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,638 | h | /*
* Implement J-PAKE, as described in
* http://grouper.ieee.org/groups/1363/Research/contributions/hao-ryan-2008.pdf
*
* With hints from http://www.cl.cam.ac.uk/~fh240/software/JPAKE2.java.
*/
#ifndef HEADER_JPAKE_H
#define HEADER_JPAKE_H
#ifdef __cplusplus
extern "C" {
#endif
#include <openssl/bn.h>
#includ... | [
"maksis@d6773c42-f83c-be49-aa62-2d473f764b1f"
] | maksis@d6773c42-f83c-be49-aa62-2d473f764b1f |
6f1a65f0ea93e506caa3b32dfda019138781141a | b3873557fb27aa002954b7207a41345d57d7b0ed | /codegen/lib/vel_est_kalman_filt/interface/_coder_vel_est_kalman_filt_api.c | 3e3759e1e9b42cfd148dc03b5c7b3dccccbe1c04 | [
"MIT"
] | permissive | AnsSUN/Turtlebot_project_maintain_distance | 2bea74b31e3844ee5e7117af3fd5cf4b5726a669 | 8bf2a868625343ba72f6c6ebc3abf7b6c874680f | refs/heads/master | 2021-06-26T22:25:21.083600 | 2021-05-16T01:49:21 | 2021-05-16T01:49:21 | 224,059,117 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,101 | c | /*
* Sponsored License - for use in support of a program or activity
* sponsored by MathWorks. Not for government, commercial or other
* non-sponsored organizational use.
* File: _coder_vel_est_kalman_filt_api.c
*
* MATLAB Coder version : 4.1
* C/C++ source code generated on : 15-Oct-2019 17:... | [
"noreply@github.com"
] | AnsSUN.noreply@github.com |
b5a130c9d37402cb8df5a3b85435974b672e6a32 | fe4259339db7d07f6cfcaa19d5a7e7929ef5d706 | /Pods/BuildHeaders/OvershareKit/OSKAppDotNetUtility.h | 754a52f86960d2df0371e388c744aeef5e198c1a | [] | no_license | almonk/mobileDN | bbe298addf692d1f214e3227081b5f05da06d34a | 4ac35d16f5dd3b235acd5cc99f5aef5f9ffce461 | refs/heads/master | 2021-01-15T12:19:50.291757 | 2014-09-18T20:57:18 | 2014-09-18T20:57:18 | 15,588,781 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 54 | h | ../../OvershareKit/Overshare Kit/OSKAppDotNetUtility.h | [
"alasdair.monk@gmail.com"
] | alasdair.monk@gmail.com |
7b12fd28e6c8691012ce18fd65cd4b2142cf21ea | 5ccaeb278ef69bf41d803f9bf339101c39bf2136 | /framework/peripheral/cmp/processor/cmp_p32mx130f128h.h | 7e939f4a2d0b62a74b7715657b0f4b6041ae4dec | [] | no_license | Mytrex/Harmony | 6de69d5ebbb8cb7769a9ee7bd0330264c1d6ed3a | 32dceb018139e59a12c26044b9f0252d1c0d67c9 | refs/heads/master | 2021-03-16T09:42:26.915713 | 2016-11-02T08:25:20 | 2016-11-02T08:25:20 | 71,403,438 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 12,826 | h | /* Created by plibgen $Revision: 1.31 $ */
#ifndef _CMP_P32MX130F128H_H
#define _CMP_P32MX130F128H_H
/* Section 1 - Enumerate instances, define constants, VREGs */
#include <xc.h>
#include <stdbool.h>
#include "peripheral/peripheral_common_32bit.h"
/* Default definition used for all API dispatch functions */
#ifnd... | [
"jared@mytrexinc.com"
] | jared@mytrexinc.com |
c3513f0eeb6a94d6d0c2c25a6fb00a83b77fc4cc | 296f535964114d0499e787bcc0c59d805244303d | /app/main.c | 22eee9967b1e7297e6e269797f98e45863e90f73 | [] | no_license | jhofstee/siwi2way | 073e3df605550abf7db61f2fd680710ee3911a1f | 12583697128bac69e7bacd236d389e3a0082895b | refs/heads/master | 2021-01-01T17:21:05.693169 | 2012-01-10T23:39:40 | 2012-01-10T23:39:40 | 3,136,613 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,310 | c | /*
* Copyright (c) 2012 All rights reserved.
* Jeroen Hofstee, Victron Energy, jhofstee@victronenergy.com.
*
* 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 abov... | [
"jhofstee@victronenergy.com"
] | jhofstee@victronenergy.com |
e298f0ba0216ecbfea8e229366e9dd75c6eea4e3 | d627a76f5336a8691a00d11400dea41e51970f41 | /20181109(calculation&sorting)/study_work/2-2.c | 9a8f24e4d974a44ef6ebf89842b21543da54d997 | [] | no_license | ChasobaAlpacanist/cfiles | 18f78736431fde86fb165e83e0e7c54e05fd3aa3 | 0fe8ea37ce348b7a8fd1164812c8be18b1c54eaf | refs/heads/master | 2020-04-02T04:39:27.258159 | 2019-05-10T00:48:49 | 2019-05-10T00:48:49 | 154,027,710 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 387 | c | #include <stdio.h>
#include <assert.h>
int gcc(int a, int b){
if(a % b == 0){
return b;
} else {
return gcc(b, a % b);
}
}
int main(void){
int u = 0, v = 0;
printf("uの値を入力:");
scanf("%d", &u);
printf("vの値を入力:");
scanf("%d", &v);
assert(u > v);
printf("%dと%dの最大公約数は%dです。\n", u, v, gcc(u,... | [
"chasobakun@gmail.com"
] | chasobakun@gmail.com |
b4ec51f6c1aaa48861c4303a9df42a584e969eb2 | 73c20cac8e7f810adabe4552cb2d166506941b20 | /MATLAB/RSC/RSC-master/Embedded/Interupts/FreeRTOS/include/projdefs.h | 910d748db85f2d1a4d9d4fa3e02e21d7bc4eebf6 | [] | no_license | ovimoldovan/Automation-Applied-Informatics | 76353c98ea17b2e1916737d1772a628742dd1f55 | 601bbdc406ba556dced9ea74169d1c4f323ddc1a | refs/heads/main | 2022-12-29T06:37:53.703203 | 2020-10-19T15:58:48 | 2020-10-19T15:58:48 | 305,435,038 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,483 | h | /*
FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
***************************************************************************
* ... | [
"ovi1602@gmail.com"
] | ovi1602@gmail.com |
736a99218170f96d58ecf2028f262c489ab8895d | 721d70011e3b9447113b0f62d5e6bb00c54b7008 | /windows/mingw/i686-w64-mingw32/include/evntprov.h | 250d06f56447e91eed81c68b30f27391023d32ad | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | permissive | mrmoss/parrot_kinect | d8f3dd477dc6206d54f17266fc618e5e5705fde3 | 5e118c7b5a31bfa999cd3eb8777677f923fa80b0 | refs/heads/master | 2021-01-10T21:06:29.716162 | 2015-11-11T22:11:50 | 2015-11-11T22:11:50 | 8,966,232 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,211 | h | /*
* evntprov.h
*
* This file is part of the ReactOS PSDK package.
*
* Contributors:
* Created by Amine Khaldi.
*
* THIS SOFTWARE IS NOT COPYRIGHTED
*
* This source code is offered for use in the public domain. You may
* use, modify or distribute it freely.
*
* This code is distributed in th... | [
"mrmoss@alaska.edu"
] | mrmoss@alaska.edu |
fae2d7cad00d90fb62c109ce28a7ad35e10b3dfa | 1ad4dd5261a185f3cf92d7fd3226de28679747c5 | /kernel/fs/proc/array.c | 9390032a11e13d559b0fbc9accbee25bdff38b30 | [
"Linux-syscall-note",
"GPL-2.0-only",
"MIT"
] | permissive | oslab-swrc/libmpk | b30c8fa2eea834a8ab441fdd9f7789296781ec17 | a0b20ab8819d60d22d2a90f0d54eccae40ae6b05 | refs/heads/master | 2022-05-01T01:36:07.491532 | 2022-03-18T05:44:14 | 2022-03-18T05:44:14 | 223,290,854 | 0 | 0 | MIT | 2019-11-22T00:30:13 | 2019-11-22T00:30:12 | null | UTF-8 | C | false | false | 20,595 | c | // SPDX-License-Identifier: GPL-2.0
/*
* linux/fs/proc/array.c
*
* Copyright (C) 1992 by Linus Torvalds
* based on ideas by Darren Senn
*
* Fixes:
* Michael. K. Johnson: stat,statm extensions.
* <johnsonm@stolaf.edu>
*
* Pauline Middelink : Made cmdline,envline only break at '\0's, t... | [
"spark720@gatech.edu"
] | spark720@gatech.edu |
8acd8f712b5729e60d343d189e069d0b77d1107a | af481252c04e9f36b97255b55e8a671fb43e7a3a | /csapp.c | cacb95c38618af6546a55c5a7f6c241f6be0fc93 | [] | no_license | axelauza97/SO_SENSORES | d220c2050316720df1a22847a9fd7b68ab20eeeb | d4e3033832383e6ac687c06a763e0aa6ceb7746c | refs/heads/master | 2022-12-21T00:09:23.958679 | 2020-09-11T22:42:14 | 2020-09-11T22:42:14 | 292,317,937 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 22,932 | c | /*
* Updated 8/14 droh:
* - open_clientfd and open_listenfd are now reentrant and protocol
* independent.
*
* - Added protocol-independent inet_ntop and inet_pton functions. The
* inet_ntoa and inet_aton functions are obsolete.
*
* Updated 7/14 droh:
* - Aded reentrant sio (signal-safe I/O) rou... | [
"axelauza31@gmail.com"
] | axelauza31@gmail.com |
d5a4690ea0dca91199aa89896d4774a2bf75936a | 660ccfdd4275806c5bb33bd9b35b0079173a1f27 | /TlsrSrc/tl_pvvx_ble_sdk/proj/config/user_config.h | 574258247fdb21b4051370852e0ff6a326b3dd0e | [
"Unlicense"
] | permissive | frankpolte/UBIA | 6ecca538f578b328fb10595c41fa721dc0afa768 | f665c5462f75456a98b49fc4c19bd078a3872a75 | refs/heads/master | 2023-07-29T03:32:29.024765 | 2021-04-27T17:32:14 | 2021-04-27T17:32:14 | 262,154,216 | 0 | 0 | Unlicense | 2020-05-07T20:41:27 | 2020-05-07T20:41:27 | null | UTF-8 | C | false | false | 1,062 | h | /********************************************************************************************************
* @file user_config.h
*
* @brief for TLSR chips
*
* @author BLE Group
* @date May. 12, 2018
*
* @par Copyright (c) Telink Semiconductor (Shanghai) Co., Ltd.
* All rights reserved... | [
"pvvx@mail.ru"
] | pvvx@mail.ru |
7df1da87bbf39f17c773aad4b7a68f1476bf7084 | 802e06baee518001317864003be90ab6ea0205d5 | /includes/structs.h | 644a65d5b82d4c34dbc290fcf6630eb90db0085b | [] | no_license | mariadelapuerta/TPSO | c877254fae712d638bc7b87953bba70c12caa069 | ca7b244f1ae995cdf0edd31fbfff82699ab41b51 | refs/heads/master | 2020-05-17T22:38:45.048473 | 2013-03-25T20:55:57 | 2013-03-25T20:55:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 422 | h | //
// structs.h
//
//
// Created by Agustina Fainguersch on 3/23/13.
//
//
#ifndef _structs_h
#define _structs_h
#define PATH "/tmp/fifo"
#define MAX_PATH 256
typedef struct {
char* file;
int fileSize;
int fileId;
int numCopies;
int state;
int clientId;
} printItem;
typedef struct{
int client_id;
... | [
"mdelapue@lab117.it.itba.edu.ar"
] | mdelapue@lab117.it.itba.edu.ar |
eca85d614d2ebd752ae8c887cdc4f92bb2af0a3b | 99711a6297b88bff322e9e3b0789730a2eead0ae | /src/libvector/vector.c | d3dcd64dc5ebc23e332ffc7de3d2ccb8fec0c8a8 | [
"Unlicense"
] | permissive | LinuxFlowersTeam/CursesStrike | ecfe5624cbeed0de9ca0b1d4360c1d81a92c25c0 | 5768ebda8e59c80757010cc7366c759eaeb5dc3b | refs/heads/master | 2020-03-24T11:41:56.104443 | 2018-08-17T21:45:18 | 2018-08-17T21:45:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,340 | c | // Note: this include is a beta feature for design- and compile-time
#include "../liblinux_util/mscfix.h"
#include <stdlib.h>
#include "vector.h"
#ifdef VALGRIND_SUCKS
//#pragma message "Yeah, valgrind sucks on realloc()! We will try to work it out."
#define realloc(ptr,size) __force_realloc(ptr,size)
#inclu... | [
"alexey.s+git@ultibot.ru"
] | alexey.s+git@ultibot.ru |
c2a29ff4b6c06beef9945fb84edb956f5cd3ec46 | 70c2645aab2d095e71ad7b891361566cfe0cb6da | /VulnDB/FileSamples/linux_kernel/CVE-2018-20856/CVE-2018-20856_CWE-416_54648cf1ec2d7f4b6a71767799c45676a138ca24_blk-core.c_2.1_NEW.c | 23cd1b7770e706c1824cd819c8ec91209ab1cbd0 | [] | no_license | Raymiii/SCVDT | ee43c39720780e52d3de252c211fa5a7b4bd6dc2 | 0a30f2e59f45168407cb520e16479d53d7a8845b | refs/heads/main | 2023-05-30T20:00:52.723562 | 2021-06-21T05:24:20 | 2021-06-21T05:24:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 107,435 | c | /*
* Copyright (C) 1991, 1992 Linus Torvalds
* Copyright (C) 1994, Karl Keyte: Added support for disk statistics
* Elevator latency, (C) 2000 Andrea Arcangeli <andrea@suse.de> SuSE
* Queue request tables / lock, selectable elevator, Jens Axboe <axboe@suse.de>
* kernel-doc documentation started by NeilBrown <... | [
"jiangchang@jiangchangdeMacBook-Pro.local"
] | jiangchang@jiangchangdeMacBook-Pro.local |
671de22cec47ffe6c29f6e5f868e08ead2af552e | 98520cae4cc1cd94846816f50756eefe07f56196 | /c03/ex03/ft_strncat.c | 2e1a4c5c148f6aeaff4e01cd27c559bc1f8616d1 | [] | no_license | cdaniel2021/42piscine | 12feb2c59fbe8becb4c175a058205c6b5b4d2da6 | 245a5188f7bddf6820b7179c0d679bcae8980829 | refs/heads/master | 2023-05-30T10:31:32.061598 | 2021-06-15T11:53:10 | 2021-06-15T11:53:10 | 377,138,643 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,148 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strncat.c :+: :+: :+: ... | [
"cdaniel@u90z03s07.42kl.edu.my"
] | cdaniel@u90z03s07.42kl.edu.my |
c63421e3b4511ededea0d1cb92d487dc6439d3a2 | 1af1a994f86bf5258210134faa9cf31055510bfc | /15_05/using_a[5]_as_i.c | a5ffec3ec6392d19abb99f3f67a6e2f5d59a6b44 | [] | no_license | MayankPeter/C_Codes | a1e6d8be3f932415711de2ccf69d3623bcc4e67c | 17a5d165ab86c49c1bc058fb38a04c9ad9a13cb3 | refs/heads/master | 2020-06-16T00:00:56.936161 | 2019-10-01T13:28:33 | 2019-10-01T13:28:33 | 195,427,109 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 161 | c | #include<stdio.h>
void main()
{
int j,i=100,a[5];
for(j=0;j<5;j++)
printf("%u ",&a[j]);
printf("\naddress of i = %u ",&i);
a[-2]=500;
printf("i=%d \n",i);
}
| [
"Mayankpeter@abc.com"
] | Mayankpeter@abc.com |
29a4573726e2272453fed99c902fc499d2a4a921 | 9e094f4f4b52c2f17186ca20f15ab11b26267383 | /jjj/Dave/Generated/src/LIBS/MOTORLIB.c | 7e6d286f5668deb2b600aaf8c4ed07f3f0ef51d9 | [] | no_license | rocky-luo/can-485conversion | 2e9d707035da3982decf3a1d6cfc558a942d2e70 | 71e321f0925002252ed7b85c55e21a0fb810f5c1 | refs/heads/master | 2020-05-03T22:07:12.204627 | 2013-12-13T14:08:49 | 2013-12-13T14:08:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,332 | c | /*******************************************************************************
** DAVE App Name : LIBS App Version: 1.0.22
** This file is generated by DAVE, User modification to this file will be **
** overwritten at the next code generation. **
***********... | [
"rocky.luo@outlook.com"
] | rocky.luo@outlook.com |
3f6bdaafda8a17e255110f740a96e7465eab8d78 | 1ca91b3c647021c3d44ee5c8966cd7de91c351d2 | /z502_11/global.h | 10d9a36216589cea75444913d5c616ac7b7d017a | [] | no_license | hdduong/CS502 | 6f53892b7abe291357d9e987cde93609335bde0c | 3e6b608dd9b73fa4d33e6d89bb27c1c36582c1df | refs/heads/master | 2021-01-23T03:28:05.429662 | 2014-09-12T04:03:03 | 2014-09-12T04:03:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,568 | h | /***************************************************************************
global.h
This include file is used by both the OS502 and
the Z502 Simulator.
Revision History:
1.0 August 1990: first release
1.1 Jan 1991: Additional disks added
1.3 July 1992:... | [
"hdduong.at.wpi.edu@gmail.com"
] | hdduong.at.wpi.edu@gmail.com |
60e6680ea5c0d85ef85eb342ea25cca9a57d0b64 | da263f60d04e14b8108965c6ed71067dafe49554 | /source.c | 0561d18a751e1fed6a6655d4096ce2c5973f9dd4 | [] | no_license | techtelligence/Task-Manager-in-C | 0a52b311dca8d4f0a1b066fa3d83fdc8d1f87f8e | 4ae78141be1a697d7f49ed9d4e801ec8051bcc1c | refs/heads/main | 2023-02-22T18:02:46.786109 | 2021-01-11T22:36:39 | 2021-01-11T22:36:39 | 327,299,666 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 15,786 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <netinet/in.h>
#include <pthread.h>
#include <math.h>
#include <signal.h>
#include <ctype.h>
#include <time.h>
//Constants
#define INTERVALS 10
//GLOBAL VARIABLES
int mode = 1; //For modes to display graph and logs
// mode = 0... | [
"fqazi.bscs18seecs@seecs.edu.pk"
] | fqazi.bscs18seecs@seecs.edu.pk |
ba5025e202ab981f3487b4cb01e9eca0a419284d | 13f1759dffd3dd641cb56a6e41b27876e016708a | /0x0C-more_malloc_free/0-malloc_checked.c | 1dd5f2b6d07f733f363a33f124a05011c7483a47 | [] | no_license | VMP1312/holbertonschool-low_level_programming | 96bbd355ab87a788fb951ddb529348d7ce372966 | 07a9be4cf04179e2e3874c31e09e1ee76961af1a | refs/heads/master | 2020-12-29T06:10:38.311910 | 2020-08-26T18:28:01 | 2020-08-26T18:28:01 | 238,485,741 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 270 | c | #include "holberton.h"
#include <stdio.h>
#include <stdlib.h>
/**
*malloc_checked - Allocates memory using malloc
*@b: int
*Return: pointer
*/
void *malloc_checked(unsigned int b)
{
unsigned int *i;
i = malloc(b);
if (i == NULL)
{
exit(98);
}
return (i);
}
| [
"victor.paz1312@hotmail.com"
] | victor.paz1312@hotmail.com |
d82fcf664c91b11c4906a479ff34813522a07fcd | 4e5fc85a2640e0568fd21c4c751d9fd63ff901c0 | /ComandTran/inc/log.h | 4a436002aaf9df70b0361a2fe48ccf9e84bc2c91 | [] | no_license | skopt/Linux-Study | 802827dc3f182406508408baacabd7ade2f3d8b6 | 9a6ba4f201109ae5519d3e6e6a9d79e9abdc55a6 | refs/heads/master | 2021-01-25T12:08:43.442721 | 2014-06-29T09:18:04 | 2014-06-29T09:18:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 273 | h | #ifndef _LOG_H
#define _LOG_H
#include <stdio.h>
#include <fcntl.h>
#include <unistd.h>
/*
must be called first
*/
int log_init();
int dbg_log(char *info);
/*
return
0:success
other:error happen
*/
int log_write(char *info, int len);
#endif
| [
"skopt@qq.com"
] | skopt@qq.com |
e0f3e6590643a0d4b13db68e35f4a46e8283bdf6 | 10008567a66592fef37e1cad0d0626b61977d64d | /Src/Inc/oal_blmenu.h | d23fc5d3ff6bdc4ba527918e83baf11a19e77205 | [] | no_license | blueskycoco/BigStar | 5a1f2ef1d3cdeaaa6dd4b0efffbbf6050bdef05a | 13d111ed3ca91c556968abea91cd59b857ed7972 | refs/heads/master | 2020-12-30T10:50:20.965295 | 2012-08-23T14:59:57 | 2012-08-23T14:59:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,555 | h | //
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
// If you did not accept the terms of the EULA, you are not authorized to use
// this sou... | [
"dillon.min@cnbng-lt342.domain1.intra"
] | dillon.min@cnbng-lt342.domain1.intra |
38f31f2e916de1cf5b47696fbb1f6f9e255bb054 | 49780f24a92fcc9a7c855144fb195ae3736bf390 | /examples/devices/MSP430F5xx_6xx/MSP430F532x_Code_Examples/C/MSP430F532x_flashwrite_02.c | 81f49b5b8f9e0781b3383c673d85223134e9254c | [] | no_license | PiBoxY/msp430ware | 81fb264c86ff1f68f711965b793aa58794ae2f00 | 7c96db00f97bbfd3119843e18ac895a54b4a6d39 | refs/heads/master | 2020-04-21T07:29:13.386144 | 2019-02-06T11:32:42 | 2019-02-06T11:32:42 | 169,394,007 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,051 | c | /* --COPYRIGHT--,BSD_EX
* Copyright (c) 2012, Texas Instruments Incorporated
* 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 c... | [
"admin@piboxy.com"
] | admin@piboxy.com |
41b5e7513ac1f469f6465fea1e5aef19e750e79a | a899d77e6716069b5236fb56f362aba1d6e06bfd | /lvl0/ft_countdown/ft_countdown.c | 8c82c7333c9dc4ebb51bce1c141c56bd531b3fe2 | [] | no_license | zedin27/42_Exam_StudyGuide | a5d1b0f1cb0fa398c1f6618f257b562bb7733c94 | b6141567958551cc1ee31122128c630f79d2252b | refs/heads/master | 2021-06-04T05:31:32.861987 | 2020-03-10T04:11:11 | 2020-03-10T04:11:11 | 109,034,478 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 972 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_countdown.c :+: :+: :+: ... | [
"ztisneshamzeh@csumb.edu"
] | ztisneshamzeh@csumb.edu |
21ddc5e894922778e09f04210cdfe678ebdadf2e | 6dabf46fe7c00223c368f048db55706e42caa4f3 | /libraries/abi/Launchpad.h | e2e489a7b31c4e6c0d1e10440996bb213b5f704b | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | zzVertigo/skift | 379c0e7059ab2a8cdb5f98dcc29878ea6dde6e80 | c37a215cff1ebdbde879e52493d9917218f20a93 | refs/heads/master | 2020-12-27T22:02:33.853388 | 2020-02-03T18:14:58 | 2020-02-03T18:14:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 260 | h | #pragma once
#include "abi/Filesystem.h"
#include "abi/Process.h"
typedef struct
{
char name[PROCESS_NAME_SIZE];
char executable[PATH_LENGHT];
char *argv[PROCESS_ARG_COUNT + 1];
int argc;
int handles[PROCESS_HANDLE_COUNT];
} Launchpad;
| [
"nicolas.van.bossuyt@gmail.com"
] | nicolas.van.bossuyt@gmail.com |
e14e57cc8f67209029c975131e368125ffd4f4d3 | c776476e9d06b3779d744641e758ac3a2c15cddc | /examples/litmus/c/c-litmus-HMC-Nidhugg/Z6.2+po+ctrlisb+dmb.sy.c | 6fd72935f58c4dc682df50d4f8d1769ac38becf3 | [] | no_license | ashutosh0gupta/llvm_bmc | aaac7961c723ba6f7ffd77a39559e0e52432eade | 0287c4fb180244e6b3c599a9902507f05c8a7234 | refs/heads/master | 2023-08-02T17:14:06.178723 | 2023-07-31T10:46:53 | 2023-07-31T10:46:53 | 143,100,825 | 3 | 4 | null | 2023-05-25T05:50:55 | 2018-08-01T03:47:00 | C++ | UTF-8 | C | false | false | 1,628 | c | /* Copyright (C) 2023 ARM-CBMC
* This benchmark is part of ARM-CBMC */
#include <assert.h>
#include <pthread.h>
#include <stdatomic.h>
atomic_int vars[3];
int atom_1_X0_1;
int atom_2_X0_1;
void *t0(void *arg){
label_1:;
atomic_store_explicit(&vars[0], 2, memory_order_relaxed);
atomic_store_explicit(&vars[1], ... | [
"tuan-phong.ngo@it.uu.se"
] | tuan-phong.ngo@it.uu.se |
46f8aaa1e203fd7a9ff108888933e4050459c8e4 | d348dd5a988ebe8c05c477d1681bcf8711d37099 | /test/file2.c | ccf6b3337ea4bd2052da376f37bcd61ae8dc8967 | [] | no_license | spo0lsh/c_learn | 2f56dc01dfd13c009890f1c9382bd1f01f9634a8 | 4f765f6c0a4e91915fb898daf493207cc999e7a1 | refs/heads/master | 2021-01-02T22:16:27.134194 | 2013-09-04T10:33:23 | 2013-09-04T10:33:23 | 10,640,814 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,206 | c | #include <stdio.h>
int main() {
char *line = NULL;
int i;
unsigned char ach_MAC[6];
ach_MAC[0] = 0;
ach_MAC[1] = 0;
ach_MAC[2] = 0;
ach_MAC[3] = 0;
ach_MAC[4] = 0;
ach_MAC[5] = 0;
//unsigned char* pChars;
line="ffffffffffff";
printf("string: %s %d \n",line,(unsigned int)line);
line="012345678901";
pr... | [
"scorp@svn.(none)"
] | scorp@svn.(none) |
6aa7216e39bf91a1e72aa0b5411dd2fddab3b653 | ae27bc26344ff24c754ed17c81a3a559ccb4f1c8 | /cfs/apps/intento/fsw/tables/intento_tbl_2.c | 8c4e0dffd3f98dbfd3a19c956a722eda65bbe496 | [
"NASA-1.3"
] | permissive | 0206627/OSK_colibri | 6790cfc212c7c5b271963e7ba17257b1099bd3a2 | 103cec30ea021d326a33346cd8221fa799820981 | refs/heads/master | 2023-04-22T11:05:04.796792 | 2021-04-29T00:13:26 | 2021-04-29T00:13:26 | 340,727,270 | 1 | 0 | null | 2021-04-24T17:36:51 | 2021-02-20T18:41:51 | null | UTF-8 | C | false | false | 786 | c | /************************************************************************
** Example Table 2
**
*/
#include "example_tbldefs.h"
#include "cfe_tbl_filedef.h"
EXAMPLE_Tbl_2_t EXAMPLE_Tbl_2 = { 3, 2, 1 };
/*
** Table file header
**
** Macro parameters:
** 1. Table structure type
** 2. Name of table to be placed in ... | [
"ricardoarroba@outlook.com"
] | ricardoarroba@outlook.com |
061b8c5df93eedfe942536eae38ce385dc97e7c5 | 11b0129e8863f865b857c2a67f402ab0b2736aa7 | /STM8S105C6T6/C++/Project_1/Stm8s_Lib/STM8S_StdPeriph_Lib_V2.1.0/Utilities/STM8S_EVAL/stm8s_eval.c | d848834b41bb4c187ff5cc9af879255c41fb2210 | [
"Apache-2.0"
] | permissive | saimy1684/stm8s | ee25bb60910ff427445b7853164ea5911c2fdd1b | 9288bdfbcbdbff22e5c6d2d2d450abd30f7e6d0b | refs/heads/master | 2021-01-23T00:35:00.294815 | 2015-11-03T01:37:58 | 2015-11-03T01:37:58 | 92,820,187 | 1 | 0 | null | 2017-05-30T10:07:10 | 2017-05-30T10:07:10 | null | UTF-8 | C | false | false | 2,338 | c | /**
******************************************************************************
* @file stm8s_eval.c
* @author MCD Application Team
* @version V1.0.0
* @date 25-February-2011
* @brief This file provides firmware functions to manage Leds, push-buttons
* and COM ports available o... | [
"edos.edgar@gmail.com"
] | edos.edgar@gmail.com |
028fc7901bf00b5e0ce01777253aba5d6ea0a006 | c7792b5e5ae5e74d643518a5b0644020288fc6da | /compilable_mutants/fuzzgoat.mutant.1216.c | cca73d5db85b141c681269bd0b8edb5a98a30dc7 | [
"BSD-2-Clause"
] | permissive | agroce/fuzzgoattriage | 0dc99daf2d061aaa0f58ceef3657b6f9ff411613 | 173c585cc7e87bcb2b82ae22fde56935352cd597 | refs/heads/master | 2020-07-29T14:49:39.691056 | 2019-09-20T18:07:19 | 2019-09-20T18:07:19 | 209,830,892 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,159 | c | /* vim: set et ts=3 sw=3 sts=3 ft=c:
*
* Copyright (C) 2012, 2013, 2014 James McLaughlin et al. All rights reserved.
* https://github.com/udp/json-parser
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1... | [
"agroce@gmail.com"
] | agroce@gmail.com |
bc61efe1ed84fd668efb1b12806d9006b4000c1b | 3f309b1dd9774ca1eef2c7bb7626447e6c3dbe70 | /apps/ccl/manchester_encoder/firmware/src/packs/ATSAMC21J18A_DFP/component/oscctrl.h | 258850db2f683bbc764635cf4f2cecdf247a6461 | [
"LicenseRef-scancode-unknown-license-reference",
"ISC",
"LicenseRef-scancode-public-domain"
] | permissive | Unitek-KL/csp | 30892ddf1375f5191173cafdfba5f098245a0ff7 | 2ac7ba59465f23959e51d2f16a5712b57b79ef5f | refs/heads/master | 2020-12-10T13:42:26.878408 | 2019-10-14T17:55:22 | 2019-10-14T17:56:20 | 233,609,402 | 0 | 0 | NOASSERTION | 2020-01-13T14:04:51 | 2020-01-13T14:04:51 | null | UTF-8 | C | false | false | 63,633 | h | /**
* \brief Component description for OSCCTRL
*
* Copyright (c) 2019 Microchip Technology Inc. and its subsidiaries.
*
* Subject to your compliance with these terms, you may use Microchip software and any derivatives
* exclusively with Microchip products. It is your responsibility to comply with third party lice... | [
"http://support.microchip.com"
] | http://support.microchip.com |
d8c0a4aa0f1e06377420b84a3210a49f5c527097 | 901f4fae3eca9f7c5774bdc0f9405f6fb545900d | /bsample/isim/tesdb_isim_beh.exe.sim/work/m_00000000002287342321_3522177093.c | e111f0bc535424e4c00a007cfa23d79eb4fcb6da | [] | no_license | 16pj/FMR | f809d3c25c589c747169f990d6c423badd6148f9 | 9300adf76e6a79baa4817620d08bc2b7116af612 | refs/heads/master | 2020-06-17T21:26:45.465568 | 2016-11-28T12:04:41 | 2016-11-28T12:04:41 | 74,968,171 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 19,330 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"robin.rpj@gmail.com"
] | robin.rpj@gmail.com |
954f2cf3ad198dc3c376dbe51d434b0cf8a494b6 | dd5e1c345ac285a24fd361ca3842c456754665eb | /NORDIC_SDK/components/libraries/cli/rtt/nrf_cli_rtt.c | badcd040436145a5f7af18bc108db3ac3299fc09 | [
"Apache-2.0"
] | permissive | ZJ-TEK/ZJ-SDK-RT-Thread-NORDIC | e68b2822fe42d3922c1f639cd12dba4feb14e237 | 69ee04bdff4871cb5dbf265e82e4831155352f6d | refs/heads/master | 2022-12-07T08:44:31.451296 | 2022-11-22T12:07:59 | 2022-11-22T12:07:59 | 162,685,557 | 74 | 51 | Apache-2.0 | 2020-03-08T10:26:09 | 2018-12-21T08:08:24 | C | UTF-8 | C | false | false | 8,188 | c | /**
* Copyright (c) 2017 - 2018, Nordic Semiconductor ASA
*
* 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,... | [
"450547566@qq.com"
] | 450547566@qq.com |
94b76ba8ebf423ba3dab25d063d39ab50147700d | a4b8575a6c39c750275f0faf9f0dd7d5844731fd | /GraphArray.c | bbc73a6c4b9fd91210c18287164f23252056f7c2 | [] | no_license | jiwonan/DS_backup | c636ab447cac8dc6d047e1b8e5613fa4e320c531 | 3ee4e76e1303c1360461755689981275ad3b01a4 | refs/heads/master | 2022-10-31T16:30:24.699599 | 2020-06-14T04:30:16 | 2020-06-14T04:30:16 | 272,132,440 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 546 | c | #include <stdio.h>
#define SIZE 9
int main(void) {
int G[SIZE][SIZE] = {
{0,30,50,0,0,0,0,0,0,},
{30,0,0,10,40,0,0,0,0},
{50,0,0,33,0,0,0,41,0},
{0,10,13,30,0,15,27,0,0},
{0,40,0,0,0,5,0,0,25},
{0,0,0,15,5,0,0,0,0},
{0,0,0,27,0,0,0,34,37},
{0,0,41,0,0,0,34,0,0},
{0,0,0,0,25,0,37,0,0}
};
char V[]={'A','... | [
"s2018s31@e-mirim.hs.kr"
] | s2018s31@e-mirim.hs.kr |
dd840f547dc9f6f066034ddbea69bee6768303b2 | 4e309c92c56cd6a625256fa1987ead7960fa8902 | /opal/mca/sec/keystone/sec_keystone.c | b08b3f0ec070129c21f323fc4fee3f43249d2173 | [
"BSD-3-Clause-Open-MPI"
] | permissive | yongjianxu/ompi | f4c55b3a20f60692fe648dbb087ab48c5d6e713f | a85edb8ad450e3aaec01b6ed52c88260d300f12f | refs/heads/master | 2016-10-21T20:42:03.952954 | 2015-03-26T21:39:23 | 2015-03-26T21:40:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,436 | c | /*
* Copyright (c) 2014 Intel, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*
*/
#include "opal_config.h"
#include "opal/constants.h"
#include <errno.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif /* HAVE_UNISTD_H */
#ifdef HAVE_STRING_H
#include <stri... | [
"rhc@open-mpi.org"
] | rhc@open-mpi.org |
060ae1e377dc9c165a25eec0f02c6242ae5d7fff | 9befdf165c029da3831db11ea63efdbb31eb01bf | /src/adc_basic.c | 1db49db89989a0c389ba09183c88709b113ddf94 | [] | no_license | DavidZah/Line_FolowerV5 | 2e81b2d2517bff866477f3f693d8b20619bd0b45 | bee166d963b1c7d7476d4b20d4655898b359fdfe | refs/heads/master | 2020-05-20T21:23:58.092205 | 2019-05-15T08:33:54 | 2019-05-15T08:33:54 | 185,761,381 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,448 | c | /**
* \file
*
* \brief ADC Basic driver implementation.
*
(c) 2018 Microchip Technology Inc. and its subsidiaries.
Subject to your compliance with these terms,you may use this software and
any derivatives exclusively with Microchip products.It is your responsibility
to comply with third party license ... | [
"davidzah6@seznam.cz"
] | davidzah6@seznam.cz |
da8a4a588ae14c695891ef7e41de233340adf9e6 | 7cee5022de5af8da342fb2042b8e43cff174b36f | /TP2_trono_de_hierro_103870_2019/lista.c | 2649e783402b524e73b286faf3b445e7799910e8 | [] | no_license | solfonte/TPs-algo2 | f46be418db4f5c8e888dfdecd97f255526c8adf1 | 90c59ff7a60b28a0f323ed432209378e53ca3ddd | refs/heads/main | 2023-04-21T10:19:01.684024 | 2021-04-25T02:16:57 | 2021-04-25T02:16:57 | 304,975,062 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,687 | c | #include <stdlib.h>
#include "lista.h"
#define ERROR -1
#define EXITO 0
typedef struct nodo{
void* elemento;
struct nodo* siguiente;
} nodo_t;
struct lista{
nodo_t*nodo_inicio;
nodo_t*nodo_fin;
size_t cantidad;
};
struct lista_iterador{
lista_t*lista;
nodo_t*corriente;
};
/*pre condiciones: el procedimien... | [
"msfontenla@fi.uba.com"
] | msfontenla@fi.uba.com |
1733d68389094ce7e116ba1b6d77d13083c2d3b3 | 3e604d33092cb7045bbe82328d036744b21bd994 | /module_generator/template/hiddenwall.c | 36a31d6635ff4f186e8682344f23e1f309ca6506 | [
"BSD-3-Clause"
] | permissive | fengjixuchui/HiddenWall | d3e27bc40de178021d54ebb49c134699bd5a2df2 | c4d3e1fb1088efb6ef7b94e4d15c80c59587ba11 | refs/heads/master | 2023-01-28T07:37:16.796347 | 2023-01-08T06:35:00 | 2023-01-08T06:35:00 | 190,346,811 | 0 | 1 | BSD-3-Clause | 2023-01-08T06:35:01 | 2019-06-05T07:27:15 | C | UTF-8 | C | false | false | 11,328 | c | #include <linux/ip.h>
#include <linux/ipv6.h>
#include <linux/udp.h>
#include <linux/tcp.h>
#include <linux/icmp.h>
#include <linux/icmpv6.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/netdevice.h>
#include <linux/netfilter.h>
#include <linux/netfilter_ipv4.h>
#include <linux/netfilter_ipv6.h>
... | [
"coolerlair@gmail.com"
] | coolerlair@gmail.com |
cff02bfb7798cd50ecda06e8fc0dbfbf4d2e8308 | 3f3abef56145a78097745d186f9ac8577fae0b7c | /Piscine/Day7/task05/main.c | 28f8cd91d6640d20b35e317c0381462d79e3dfe4 | [] | no_license | Zippee0709/Tek1-Project | ecff8d454d5f0575e30a0c9820bf6c02b31c9e71 | d95bc1e3f906e7ab23fb64b02773ef02f22d5ea4 | refs/heads/master | 2023-03-23T19:46:06.161211 | 2021-03-17T19:44:11 | 2021-03-17T19:44:11 | 348,810,492 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 337 | c | /*
** EPITECH PROJECT, 2018
** main.C
** File description:
** main with my_rev_params
*/
void my_print_params(char ac, char **av)
{
ac = ac - 1;
while (ac >= 0) {
my_putstr(av[ac]);
my_putchar('\n');
ac = ac - 1;
}
}
int main(int ac, char **av)
{
my_print_params(ac, av);
... | [
"zhiwen.wang@epitech.eu"
] | zhiwen.wang@epitech.eu |
821fb8d62dd5dc7644cde70d8158b1957c9577fb | 66b76fd9cc3c66819f3de3d602000ef608b8b334 | /SRC/ft_atoi3.c | 89be57ccb815aa3ae4197dc475dbada7b0e6d590 | [] | no_license | JCFC/Lem-In | 70e33e4e67c3ce8eb288a28cf992299b0515b085 | 19ac61f94303db393a84a514b0bd7ee376594304 | refs/heads/master | 2021-01-10T18:10:24.928829 | 2016-09-21T15:28:12 | 2016-09-21T15:28:12 | 68,830,985 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,649 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_atoi3.c :+: :+: :+: ... | [
"chen.jchristophe@gmail.com"
] | chen.jchristophe@gmail.com |
886d755f51dfaa532451105e841c6f314d794e40 | e26e8e96b3ca1b7e92f7d3b11bc6e1ee1d1fc9bb | /protocols/hs-db-api.h | 7ac5bc554d20ebeb0d7f3633823cff94b8652da8 | [
"BSD-2-Clause"
] | permissive | apertussolutions/domain-builder | 7cd76af6a7cd9ad2e444e8b76e157e2cb7e110e7 | c2c4b3cfb127eefe1d77447dfd2ca80ba0bc5fef | refs/heads/master | 2021-03-16T07:53:36.697146 | 2017-01-10T12:18:06 | 2017-01-10T12:18:06 | 78,531,272 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 714 | h | #include "prelude.h"
typedef GENERATE(encode_cmd, decode_cmd)
struct {
uint64_t timestamp;
union TAGPREFIX(cmd) {
struct {
char *filename;
unsigned int num_refs;
grant_ref_t refs[num_refs];
} open;
struct {
uint64_t fd;
} close;
struct {
uint64_t fd;
uint6... | [
"dpsmith@apertussolutions.com"
] | dpsmith@apertussolutions.com |
c65a043a19bf2c830cba3b61c324dc6be6ab618a | bab3e0c0b6d70da782a626b50c1c4264872190ae | /src/adc0.h | 5d40dacd5dc20c1b15d4bf4d17fd05c1bfef678a | [] | no_license | parker1333752/ecg_ADuCM361 | 11fb6a681b55c10d77cada01616ba4eb3057b208 | efa21be093a8937a256ac2052fd5970e02c7a77d | refs/heads/master | 2021-01-19T19:33:23.670559 | 2016-04-17T11:10:48 | 2016-04-17T11:10:48 | 50,037,827 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 281 | h | #ifndef __ADC0_HAL_H__
#define __ADC0_HAL_H__
#include "ADUCM360.h"
void ADC0_init(void);
void ECG_start_sample(void);
void ECG_start_continuous(void);
//void HS_start_continuous(void);
//void HS_start_sample(void);
void ECG_afe_shutdown(void);
void ECG_afe_start(void);
#endif
| [
"524993618@qq.com"
] | 524993618@qq.com |
224b8b7dbe36e689d8c2d759bf3e8bbd998d0a29 | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/linux-master/arch/mips/bcm63xx/clk.c.bak.c | 810aa2d9598e731593a716c2e5d31bb294d0c2d1 | [] | 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 | 12,819 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 2008 Maxime Bizon <mbizon@freebox.fr>
*/
#include <linux/init.... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
858404c3432088c4b529c5d9fb6a9b9d12fffca8 | 2bc3398063fd7251c46a2d93d2e301cd063befcd | /nitan/kungfu/skill/bibo-shengong.c | e1b52a36f44c3c04103997b1b625a6a216320f1c | [
"MIT"
] | permissive | HKMUD/NT6 | ae6a3c173ea07c156e8dc387b3ec21f3280ee0be | bb518e2831edc6a83d25eccd99271da06eba8176 | refs/heads/master | 2020-03-18T08:44:12.400598 | 2018-05-23T06:55:18 | 2018-05-23T06:55:18 | 134,525,191 | 9 | 4 | null | null | null | null | GB18030 | C | false | false | 3,314 | c | // bibo-shengong.c 碧波神功
#include <ansi.h>;
inherit FORCE;
string type() { return "martial"; }
string martialtype() { return "force"; }
int learn_bonus() { return 0; }
int practice_bonus() { return 0; }
int success() { return 10; }
int power_point(object me) { return 1; }
int valid_enable(string usage) { return usag... | [
"xmlsdk@gmail.com"
] | xmlsdk@gmail.com |
96118943892a88d5d8db38042a173392346071d7 | 99edb88ea62f2823c1c92ee6474e899ae40a27c6 | /oski-1.0.1h/src/MBCSR/MatTrisolve/4x5.c | 35b4abe1214d4e13a6d3e4e653f69211405aee46 | [
"BSD-3-Clause",
"MIT"
] | permissive | fruitfly1026/FillEstimation | 7c3944009255bb2f406328f82270e743ba86520a | a9084f0f4b427287b5156ddce69171b31263d758 | refs/heads/master | 2021-01-21T05:32:42.011773 | 2017-10-09T19:47:48 | 2017-10-09T19:47:48 | 101,924,935 | 0 | 1 | null | 2017-08-30T20:18:15 | 2017-08-30T20:18:14 | null | UTF-8 | C | false | false | 56,600 | c | /**
* \file src/MBCSR/MatTrisolve/4x5.c
* \brief The \f$4\times 5\f$ MBCSR implementation
* of sparse triangular solve.
* \ingroup MATTYPE_MBCSR
*
* Automatically generated by ./gen_trisolve.sh
* on Wed Jun 8 16:04:20 PDT 2005.
*/
#include <assert.h>
#include <oski/config.h> /* for 'restrict' keyword *... | [
"ptrahrens@gmail.com"
] | ptrahrens@gmail.com |
c18a087fd098819e36662f1af457d028d6189132 | 208a5632db4084ed3b14d9e2f39453730d8cb795 | /add.c | c305209848fa96b639574d3ca888b90c647b4294 | [] | no_license | mapengxiong/cpp-code | 0fe9da1a3b6d7c46c767d2fe4a898ace7eeebc53 | 41415a41e22fe7424be8a062b2b363a8b3ca60fd | refs/heads/master | 2020-09-27T02:26:25.942202 | 2016-08-18T01:52:26 | 2016-08-18T01:52:26 | 65,955,842 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 490 | c | /*************************************************************************
> File Name: add.c
> Author: mpx
> Mail: mpx@163.com
> Created Time: 2015年08月21日 星期五 11时52分01秒
************************************************************************/
#include<stdio.h>
#include<iostream>
using namespace std;... | [
"mapx@pmo.ac.cn"
] | mapx@pmo.ac.cn |
296115c197f6fd6e1452e975d6ef51858e4faf4b | 9d3ea1842fac10888d4615aac7f541f3cca1f5b8 | /gc/malloc.c | a5a93ad81192e823f7e376608ed7f5b5051f5e5b | [
"Boehm-GC"
] | permissive | mmraz/moosehead | 7621f482c20da02b320e06107e9a205d43de94bf | e2f98cd4004c311aa1531b6fddf142511f13bebb | refs/heads/master | 2020-12-24T16:23:48.661336 | 2019-09-19T19:55:10 | 2019-09-19T19:55:10 | 1,802,754 | 7 | 5 | null | null | null | null | UTF-8 | C | false | false | 11,812 | c | /*
* Copyright 1988, 1989 Hans-J. Boehm, Alan J. Demers
* Copyright (c) 1991-1994 by Xerox Corporation. All rights reserved.
*
* THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
* OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
*
* Permission is hereby granted to use or copy this program
* for... | [
"rusty@mraz.org"
] | rusty@mraz.org |
614995f5b2f8b4ca2d6a981c264037b7d32b67d4 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/9df0d6bd-266c-4b26-bdbd-ab8abf80a335.c | 4fb6efdea2873dcda0632fcec99e0c5961beb240 | [] | 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 | 596 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=322;
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 = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
char b[43];
char c[72];
a ... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
72ce2105e94404fca152ae2c053329fa62bc1db8 | 51be8db88a49f7bebeefddf431faff6048ac4f37 | /xpcc/src/xpcc/architecture/platform/cortex_m3/stm32/stm32f1/startup/startup.c | 404f9bec8236bbbfe294c360b3520c2b44932be5 | [
"MIT"
] | permissive | jrahlf/3D-Non-Contact-Laser-Profilometer | 0a2cee1089efdcba780f7b8d79ba41196aa22291 | 912eb8890442f897c951594c79a8a594096bc119 | refs/heads/master | 2016-08-04T23:07:48.199953 | 2014-07-13T07:09:31 | 2014-07-13T07:09:31 | 17,915,736 | 6 | 3 | null | null | null | null | UTF-8 | C | false | false | 16,290 | c | // coding: utf-8
// ----------------------------------------------------------------------------
/* Copyright (c) 2011, Roboterclub Aachen e.V.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
... | [
"dev.jonas.rahlf@gmail.com"
] | dev.jonas.rahlf@gmail.com |
89141cc05940c52fb7069f82ccc565a15c9a43b5 | dab2d54bf61df9df0e66f2f02aac3e1a7076f7cc | /Example/Pods/PajdegCore/Pod/Source/src/PDReference.c | d94a5405327b430305174aac2398a95ef4dab712 | [
"MIT"
] | permissive | kallewoof/PDObC | 10bb7647834c9cdb44746adde0d79da6a5125b20 | 56e88514b88999ae4180d1b1ac6bb7f32fc150fd | refs/heads/master | 2022-03-16T08:29:20.525508 | 2015-04-01T10:54:32 | 2015-04-01T10:54:32 | 11,633,282 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,477 | c | //
// PDReference.c
//
// Copyright (c) 2012 - 2015 Karl-Johan Alm (http://github.com/kallewoof)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without ... | [
"kalle.alm@gmail.com"
] | kalle.alm@gmail.com |
5253ce3c103b47fd32305add3c9d99f6bf6d3470 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/multimedia/directx/dplay/dplay4/dplay/dblbuf.c | c575985023a7117688214b049a9318ed907ff8c7 | [] | 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 | 528 | c | /*==========================================================================
*
* Copyright (C) 1995-1997 Microsoft Corporation. All Rights Reserved.
*
* File: dblbuf.c
* Content: memory manager for double buffer memory for messages.
* History:
* Date By Reason
* ==== == ======
* 12/29/97... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
fab1ccd996058e843f07ed2b59414cbd32c5d803 | 3f588faeb606131c595728f7c85e93d99ad34267 | /rascunhos/teste1.c | 3dd0c5c1b2d173f42a97ee8f5ab33446da7cbce0 | [] | no_license | victor1109/backup | 4bd6f465be27e5fa179a6e0ad7c318ee5e3466b3 | 24677c7cd5cd299c1627a13b1c93f2db9df70fd8 | refs/heads/main | 2023-06-04T22:16:05.790934 | 2021-06-28T23:12:40 | 2021-06-28T23:12:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 424 | c | #include <stdio.h>
#include <math.h>
int f(int x);
int main(void) {
int x;
printf(" %d", f(x));
return 0;
}
int f(int x){
int fib, a = 0, b = 1, i = 0, soma = 0;
while (i<4000000)
{
i++;
fib = a + b;
a = b;
b = fib;
if(fib > 4000000)
break;
else... | [
"aalexbrunno@gmail.com"
] | aalexbrunno@gmail.com |
a7c461f0a044e8651ac101a07092cc902434e4e6 | 77fbd6cf5636d02f7dd93f5ffd97d0fa7d42403f | /portlib.h | cab7b7e8eff353a7230c7727e101e9ba045f49b1 | [] | no_license | cmeichtry/TP11 | 6d38f5790b813a284cb18f856919befb3ee67fe7 | 0d2186a01fc7ffb7eb21926a49fd647a38057a54 | refs/heads/main | 2023-05-14T15:56:00.310970 | 2021-06-01T23:40:00 | 2021-06-01T23:40:00 | 371,078,847 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,657 | h | /***************************************************************************//**
@file +portlib.h+
@brief +Funciones para modificar el estado de los puertos de entrada y salida de 8 y 16 bits+
@author +Grupo 1+
******************************************************************************/
#ifnde... | [
"cmeichtry@itba.edu.ar"
] | cmeichtry@itba.edu.ar |
df89a3b849bb3383eff384a00c3aebb8ecc8a5b3 | 51635684d03e47ebad12b8872ff469b83f36aa52 | /lib/libm/src/tgammal.c | 459f9fe89ec42197d51f91de63f8190700ebed52 | [
"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 | 7,224 | c | /* origin: OpenBSD /usr/src/lib/libm/src/ld80/e_tgammal.c */
/*
* Copyright (c) 2008 Stephen L. Moshier <steve@moshier.net>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notic... | [
"rink@rink.nu"
] | rink@rink.nu |
62d6703dcccce6b8deb928f68897c8b616b4244d | 6d96f1421624d8e49ee4d7f5ad129d51887c17df | /src/node-bench.c | 6b45a09a669aa01809888880ae1fa1a9e23f79da | [] | no_license | isaacs/node-bench | 923028dd55768b744de375adce6eef1dfe86c459 | 4b26ef3d47e650125072f77ad755bd83e9ae042d | refs/heads/main | 2023-08-25T17:10:08.200701 | 2022-02-27T04:48:52 | 2022-02-27T04:48:52 | 481,408 | 23 | 7 | null | 2022-11-16T13:30:07 | 2010-01-20T23:30:12 | JavaScript | UTF-8 | C | false | false | 193 | c | #include <unistd.h>
#include <assert.h>
int main (int argc, char** argv) {
assert(argc > 1);
return execlp(
"node",
"node",
NODE_BENCH,
argv[argc - 1],
(char *)0
);
}
| [
"i@izs.me"
] | i@izs.me |
ff178e5188d92bf99b553effa44245f16b0fe10d | 2d7ad2bbd2b233b55be1bd324d1464985ed36a65 | /Inc/main.h | 20539a84cf91b0e148051a55fb07bd6f58ee004a | [] | no_license | sainquake/OTH | a21ec3e0064c15c43b048fca20b8c5a0b7f8f34f | 6975aec37ec3fd4a792f14883508b678cd7932ed | refs/heads/master | 2020-03-08T14:56:48.492733 | 2018-11-08T19:33:59 | 2018-11-08T19:33:59 | 128,198,411 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,450 | h | /**
******************************************************************************
* @file : main.h
* @brief : Header for main.c file.
* This file contains the common defines of the application.
******************************************************************************... | [
"sainquake@gmail.com"
] | sainquake@gmail.com |
ff9338985be3f86bb9a9018c312a9945821ba505 | 3d0e2d4bf865833c5304792a126801d98f000f40 | /include/application/zukanlist/zkn_height_gram.h | 26b9d94c9968b730de125d886d465b688a05032d | [] | 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 | 2,377 | h | //[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[
/**
* @file zkn_height_gram.h
* @brief ポケモン高さ 重さデータアクセス
* @author tomoya takahashi
* @data 2006.02.02
*/
//]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
#ifndef __ZKN_HEIGHT_GRAM_H__
#define __ZKN_HEI... | [
"anon@4chan.org"
] | anon@4chan.org |
9318db0b71852448a6402b04dd7a5a74efcca1ff | 12506f305320eb107c393bd371683af25d6e8554 | /Linux_Source/C/Common/PeCoffLoaderEx.c | 2afd441845c4f45d1af191db7f3b3d9096f83c56 | [] | no_license | m13253/tianocore_uefi_duet_installer | d94ab878b28a0555a0e05e76bea8404212a1d792 | 16550b671aaf0f8c97b381cd8d17aa496755ce07 | refs/heads/master | 2021-01-01T03:35:51.797885 | 2013-11-07T08:18:37 | 2013-11-07T08:18:37 | 58,560,577 | 3 | 2 | null | null | null | null | UTF-8 | C | false | false | 13,294 | c | /** @file
Copyright (c) 2004 - 2008, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may b... | [
"the.ridikulus.rat@gmail.com"
] | the.ridikulus.rat@gmail.com |
43ac7c765969a226f179ad036ef9adc11d35419b | e85adac6c1aaa0634835d999d7aa5dfd0d26f33f | /special_includes/x86/cacheinfo.h | f441434a4831861d67cd73230dded97f24db8455 | [
"BSD-2-Clause"
] | permissive | chiron000/netbsd_dpdk_port | 49d3a1012eee8c0d39ecec603890e97cb61f151f | 8e46ff2aff04a1fdcc62aaa1f9f55ae91d203994 | refs/heads/master | 2021-01-24T14:46:14.639733 | 2016-07-28T07:26:51 | 2016-07-28T07:26:51 | 64,099,644 | 0 | 0 | null | 2016-07-25T03:06:11 | 2016-07-25T03:06:11 | null | UTF-8 | C | false | false | 15,753 | h | /* $NetBSD: cacheinfo.h,v 1.13.2.1 2014/12/29 15:14:26 martin Exp $ */
#ifndef _X86_CACHEINFO_H_
#define _X86_CACHEINFO_H_
struct x86_cache_info {
uint8_t cai_index;
uint8_t cai_desc;
uint8_t cai_associativity;
u_int cai_totalsize; /* #entries for TLB, bytes for cache */
u_int cai_linesize; /*
* or pa... | [
"vadim.suraev@gmail.com"
] | vadim.suraev@gmail.com |
7ba3b7659978b7f4f00fb75305ad3ca756653daa | daf3213ca63506ed4695a7028761c39e4a08221a | /ft_digitcount.c | 681cdecc18411a5e113189f20823c35abb7d6782 | [] | no_license | angelahjkim/libft_42 | 686fa9356fb9b1c55995c113607f9098160b70ea | b14c08bda1483507e91833b755c0943304d42ad8 | refs/heads/master | 2020-04-25T13:25:55.726043 | 2019-08-08T04:48:39 | 2019-08-08T04:48:39 | 172,808,912 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,080 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_digitcount.c :+: :+: :+: ... | [
"angkim@e1z2r8p12.42.us.org"
] | angkim@e1z2r8p12.42.us.org |
cd70ebe957ae1ce1e862f4672a7478ca4dadb97d | a92a91a02b97334487fd89deb29064dd109b965d | /connectivity/lbs/asn1/rrlp_asn1/incl/RRLP_NavigationModel.h | d9a72d6bb120c91ad517ae0b20c0a73998d08953 | [
"BSD-2-Clause",
"Apache-2.0"
] | permissive | AveHornet/vendor_st-ericsson_u8500 | 4af9987f79cbe9bebd142c770cf10c36ac959fd7 | 5c3c8f4491a9996429c52ecc946bf76d3c4fc5a8 | refs/heads/master | 2021-01-21T09:07:00.004338 | 2014-03-03T04:23:29 | 2014-03-03T04:23:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,510 | h | /*
* RRLP_NavigationModel.h
*
* Copyright (C) ST-Ericsson SA 2010. All rights reserved.
* Author: sunilsatish.rao@stericsson.com for ST-Ericsson.
* License terms: Redistribution and modifications are permitted subject to BSD license.
*
* Redistribution and use in source and binary forms, with or without
* modif... | [
"shantanupaul@live.com"
] | shantanupaul@live.com |
27b38691921708f42b7ad46453b679a403958c80 | 10a99affb16106855c07623b907e607037e11d8a | /src/test-apps/pwm_test2/pwm_test2.c | 069c6ce321629a99e16ea4bc4c66dd42eef90048 | [] | no_license | Oshlo/ENCE461-Wacky-Racers-Assignment | 7020863d5ea1912db25eed33f08667cf944a7e5d | c6438daa6a4865443edfdc9142bdec4357376c1f | refs/heads/main | 2023-08-30T05:06:20.872479 | 2021-11-02T10:26:23 | 2021-11-02T10:26:23 | 423,797,323 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,141 | c | /* File: pwm_test2.c
Author: M. P. Hayes, UCECE
Date: 15 April 2013
Descr: This example starts two channels simultaneously; one inverted
with respect to the other.
*/
#include "pwm.h"
#include "pio.h"
#include "mcu.h"
#define PWM1_PIO PA0_PIO
#define PWM2_PIO PB5_PIO
#define PWM_FREQ_HZ 1000... | [
"adamfin00@gmail.com"
] | adamfin00@gmail.com |
89d4dfb6f284c7365880fa7540d17ceebe385773 | e9738502232496f30874b5eb47c392e1d32426a0 | /CourseWork/Macros.h | d7c33ade05e81bbabb955545c28b1f33dbf63438 | [] | no_license | AndreikaKanareika/DifferentialEquation | d1e03794cf8bd62e474cba721f954f3191c0c10f | bddb857088007574e9e696663a342c12edd4462d | refs/heads/master | 2020-04-07T21:32:53.496408 | 2018-11-29T18:56:18 | 2018-11-29T18:56:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 907 | h | #pragma once
#define GRAPHIC_SETTING_MSG (WM_USER + 1)
#define SETTING_SET_MSG (WM_USER + 2)
#define ID_SETTING_MARGINLEFT 2
#define ID_SETTING_MARGINTOP 3
#define ID_SETTING_MARGINRIGHT 4
#define ID_SETTING_MARGINBOTTOM 5
#define ID_SETTING_LEFTHORIZONTALMARGINTEXT 6
#define ID_SETTING_BOTTOMHORIZONTALMARGINTEXT 7... | [
"98andrei86@gmail.com"
] | 98andrei86@gmail.com |
dac195f757befefe23636d5ecff5ae876b22e84d | fdc312adbcf72c3432fad614ffca08cb69175ed8 | /src/io/pfsreadwritefile.c | d2489e1bef7743345642580bec2d0d355db072e8 | [] | no_license | n64decomp/libreultra | 2231cc07e1edd8bfce1cea34036ebe15b2c9439a | 1aca5c13ca041cef86f8dc194b727361dad9c09b | refs/heads/master | 2022-02-12T01:57:21.614124 | 2020-02-01T21:07:06 | 2020-02-01T21:07:06 | 168,697,460 | 157 | 38 | null | 2022-01-29T11:31:37 | 2019-02-01T12:55:42 | C | UTF-8 | C | false | false | 3,266 | c | #include <os_internal.h>
#include "controller.h"
static s32 __osPfsGetNextPage(OSPfs *pfs, u8 *bank, __OSInode *inode, __OSInodeUnit *page)
{
s32 ret;
if (*bank != page->inode_t.bank)
{
*bank = page->inode_t.bank;
ERRCK(__osPfsRWInode(pfs, inode, 0, *bank));
}
*page = inode->inode_p... | [
"n64"
] | n64 |
9bc0e356b8c741bb8cdc9b8c75981c92d0c7daa4 | ae48c07aa3210e06413c5c22ed6e10efa3e05deb | /libft/ft_strupcase.c | ddfaa059a01ed8739b6a5cd97717625f7cdeeec0 | [] | no_license | ibonifac/ft_printf | fdde71283e4ba56e3344224a8b8860a7c0befcc3 | 96a63551449c2c3a703faefabb75a2dd7f357e72 | refs/heads/master | 2021-05-03T04:37:00.512419 | 2018-02-07T13:48:15 | 2018-02-07T13:48:15 | 120,620,676 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,078 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strupcase.c :+: :+: :+: ... | [
"ibonifac@e2r2p6.42.fr"
] | ibonifac@e2r2p6.42.fr |
29b3f7a6ef27e55e540388600939c4b4c3b7941e | 71e5f96a29f5d643ab888b37677d38c33f8d765d | /d/deku/plains/plains30.c | 799249e94c1239a5300494a5ae4839777e6a1a69 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Cherno-SuS/SunderingShadows | 5f755fbebb79dc0b9d1c2a0541408be4afeb8b67 | c3b4370beb2c4351ecc60826850c94892a42b685 | refs/heads/main | 2023-04-21T09:52:14.580024 | 2021-03-23T12:09:55 | 2021-03-23T12:09:55 | 349,490,686 | 0 | 0 | NOASSERTION | 2021-03-23T12:09:56 | 2021-03-19T16:40:12 | null | UTF-8 | C | false | false | 1,382 | c | #include <std.h>
inherit "/d/deku/plains/plains03i";
int searched;
void create() {
::create();
set_long(TO->query_long()+"Some of the grass to the side of the path has "
"been trampled down and looks like something may have been sleeping there.");
set_exits(([
"east" : "/d/deku/plains/plains29"
... | [
"law@shadowgate.org"
] | law@shadowgate.org |
f14bc87fc217ca2f9a02b062dcb0b32bd4740382 | 06c1954de858a329995bba613259a5610416a7a8 | /Util/Heap.c | 91bf34c52f9e356c89139d05dadf2baf3d04b27c | [] | no_license | xiangjs6/fly_bigger_screen | d10cacd6583482e10b953c1876975d6e094abc42 | 3e2d472f71ad77d6f043cd937cc91747243ecad7 | refs/heads/master | 2022-12-07T12:31:47.949548 | 2020-08-29T03:24:14 | 2020-08-29T03:24:14 | 286,618,498 | 3 | 3 | null | null | null | null | UTF-8 | C | false | false | 1,612 | c | //
// Created by xjs on 2020/8/21.
//
#include "Heap.h"
#include <memory.h>
void AdjustHeap(void *data, int nmemb, int size, int location, int (*cmp_func)(const void *, const void *))
{
char (*ptr)[size] = data;
char key[size];
memcpy(key, ptr + location, size);
for (int i = 2 * location + 1; i < nmem... | [
"951425301@qq.com"
] | 951425301@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.