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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
918bfb59572cc756589bdcb3c6e175cdac0e56e4 | 629fefdfabf17530e914fab4b79fbbd2c5a414ca | /程序代码/2-嵌入式语音识别/ubuntu/MedicalSpeechRecognition/voice.h | 06a6b4e5501007c2990882d4104cfabe316ad312 | [] | no_license | wjt-bjtu/Endpoint-Detection | e92f40c3552c02387acb280051a0d9ccbe1483f4 | 56763ba9570d85d06f3a4304d8da91e93b3c597b | refs/heads/master | 2021-12-27T20:36:13.002336 | 2018-01-16T03:12:00 | 2018-01-16T03:12:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,051 | h | #ifndef VOICE_H
#define VOICE_H
#include <QVector>
#include <fcntl.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/soundcard.h>
#define SIZE 16
#define RATE 16000
#define CHANNELS 1
#define BUFSIZE 1600
#define GRAPH_SPEED 100
typedef short ElemType; ... | [
"leafspace_zhang@163.com"
] | leafspace_zhang@163.com |
b6e2d03239a0cf365038251c7175879e86278ad8 | b5b8c4890977662d89b644b3a6d0fa7eaaff4369 | /strace/example-1-basics/code/hello1.c | afcc324d7ea8de1f5fa615cf227fa2afc5e07ef0 | [] | no_license | mukgupta/debug-tools | 1285a1ece7c90f9e1c3a51ae7562dd7d158c0958 | c8db9954992104f6a10c95fc2483685e7da9cce7 | refs/heads/master | 2020-03-08T08:12:26.560655 | 2018-04-12T19:52:42 | 2018-04-12T19:52:42 | 128,015,957 | 2 | 1 | null | 2018-04-12T11:16:01 | 2018-04-04T06:14:34 | Python | UTF-8 | C | false | false | 71 | c | #include <stdio.h>
int main () {
printf("Hello World!");
return 0;
} | [
"mukeshgupta.2006@gmail.com"
] | mukeshgupta.2006@gmail.com |
656fc2a7693f4dedace4fb0e500eba84d547d832 | b9bc1cd2d8ed686be2de1de1da332ef13334ec0c | /bewof-with-comments.c | 0f3342c9fd7ab49bab1c8239fed11ce4fc7a674d | [
"MIT"
] | permissive | dragonsploder/Bewof | db983392162d033f3e6e7389f71536367ba81d08 | 7418b843d691d40220b48b49149a17e888ae163c | refs/heads/master | 2021-07-10T12:50:42.774800 | 2021-01-24T23:08:39 | 2021-01-24T23:08:39 | 226,747,091 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,606 | c | #define F(v,h)for(v=0;v<h;v++) // For loop short hand
#define I F(y,22)F(x,80) // Two for loops to cycle through every tile
#define U M[y][x] // Short hand for int at map location y, x
#define R rand()% // Short hand for rand
#define Z U<106&U>96 // Short hand to check if a tile is a monster or not
/* Variables:
* ... | [
"dragonsploder@gmail.com"
] | dragonsploder@gmail.com |
acb3287c517952236cc8d4e0d4c81ec14ca5f783 | 711e5c8b643dd2a93fbcbada982d7ad489fb0169 | /XPSP1/NT/net/atm/samples/atmsmpl/driver/ioctl.c | df47c57125ac2a7499e07c6f7e6d7ccc13bc8c11 | [] | no_license | aurantst/windows-XP-SP1 | 629a7763c082fd04d3b881e0d32a1cfbd523b5ce | d521b6360fcff4294ae6c5651c539f1b9a6cbb49 | refs/heads/master | 2023-03-21T01:08:39.870106 | 2020-09-28T08:10:11 | 2020-09-28T08:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 26,311 | c | /*++
Copyright (c) 1990-1998 Microsoft Corporation, All Rights Reserved.
Module Name:
ioctl.c
Abstract:
This module contains the ioctl interface to this driver
Author:
Anil Francis Thomas (10/98)
Environment:
Kernel
Revision History:
DChen 092499 Bug fixes
--*/... | [
"112426112@qq.com"
] | 112426112@qq.com |
b7b71df49657685e50caaf4f976fede20c5bb1ba | af4ce4487854f9f0a196a260338d2740b3a1e27c | /src/http/modules/ngx_http_auth_basic_module.c | ed9df34300052fd64db5b057a64b65e924048efb | [
"BSD-2-Clause"
] | permissive | pei-jikui/nginx-if | 9b83e16188a34112dbe3e5cd086e8e55fd96f45d | 20eb0795c80dcdeec5cb929dc30b9bf56e91de1d | refs/heads/main | 2023-04-17T06:14:55.085629 | 2021-04-30T01:42:21 | 2021-04-30T01:42:21 | 356,156,341 | 2 | 0 | BSD-2-Clause | 2021-04-30T01:42:22 | 2021-04-09T06:09:28 | C | UTF-8 | C | false | false | 11,548 | c |
/*
* Copyright (C) Igor Sysoev
* Copyright (C) Nginx, Inc.
*/
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>
#include <ngx_crypt.h>
#define NGX_HTTP_AUTH_BUF_SIZE 2048
typedef struct {
ngx_http_complex_value_t *realm;
ngx_http_complex_value_t user_file;
} ngx_http_auth_basic_l... | [
"pei-jikui@hotmail.com"
] | pei-jikui@hotmail.com |
8243af19aa7c558eb24496db3e5e2e05821d57ac | 71194d73db7eb866dbb551b475603535d1da0be3 | /json-c/json_object.c | 8287163a1c1d2eb5812b397e2b88459c12348c30 | [
"MIT"
] | permissive | FactoryThing/opcua_mqtt_bridge | 7f2c6f089ebedd3b9b8b3036e948f9c1dc91f992 | 351766a90f0d64a7769729f0c2a03253eb778455 | refs/heads/master | 2021-05-04T20:42:04.712703 | 2018-02-01T09:19:01 | 2018-02-01T09:19:25 | 119,807,981 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 37,030 | c | /*
* $Id: json_object.c,v 1.17 2006/07/25 03:24:50 mclark Exp $
*
* Copyright (c) 2004, 2005 Metaparadigm Pte. Ltd.
* Michael Clark <michael@metaparadigm.com>
* Copyright (c) 2009 Hewlett-Packard Development Company, L.P.
*
* This library is free software; you can redistribute it and/or modify
* it under the te... | [
"jooyong@mdstec.com"
] | jooyong@mdstec.com |
abac06256884b38c9cc56b111ffaa6e07682632a | 1040603df946e49e6ccffa1a2dd7dfaaa40bddcd | /jsp/config/h8/cpu_config.h | 72d0be7189ce2cd537518a0f6b48420b991459d4 | [] | no_license | zaurus04/cortexm3 | e7f5089c77e719a7dc745e78e0f73128fe70ce96 | f7dd634a916764796090920e68027b2ba333859d | refs/heads/master | 2021-03-12T19:53:37.457281 | 2008-11-30T14:27:26 | 2008-11-30T14:27:26 | 82,650 | 2 | 1 | null | null | null | null | SHIFT_JIS | C | false | false | 10,649 | h | /*
* TOPPERS/JSP Kernel
* Toyohashi Open Platform for Embedded Real-Time Systems/
* Just Standard Profile Kernel
*
* Copyright (C) 2000-2004 by Embedded and Real-Time Systems Laboratory
* Toyohashi Univ. of Technology, JAPAN
* Copyright (C) 2001-2007 by Industrial Techn... | [
"fwkz0826@gmail.com"
] | fwkz0826@gmail.com |
057f87bf0d8b82011eae7bbab380c4d1754926d5 | 405a54bed243cb78bc497cd55451d5638e85bffd | /libhipcore/builder.h | b487de385e5861372e15ae9047c5fe0ac2aa955e | [] | no_license | h4ck3rm1k3/hipl | 75ae5f6571c31bc07725d8fed44385e5d9ff8c52 | 0f05f0718b59cfcbf0e2da30f2fc8028797512c9 | refs/heads/android-hipl | 2021-01-17T23:54:49.713122 | 2009-09-28T12:19:59 | 2009-09-28T12:19:59 | 29,173,203 | 1 | 0 | null | 2015-01-13T04:47:46 | 2015-01-13T04:47:46 | null | UTF-8 | C | false | false | 14,422 | h | /** @file
* A header file for builder.c.
*
* @author Miika Komu <miika_iki.fi>
* @author Mika Kousa <mkousa_iki.fi>
* @author Tobias Heer <heer_tobibox.de>
* @version 1.0
* @note Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt">GNU/GPL</a>.
*/
#ifndef HIP_BUILDER
#define HIP_BUILDER
#ifnd... | [
"surkii@gmail.com"
] | surkii@gmail.com |
d5977f59cd4f4a4d880558868c67deaef923af1d | 6a3ecf622ad28fc17d920f931e4923aef83973fc | /main.c | f9b390613d61874620d70da077fc95ed3500a333 | [] | no_license | adhamfaitoury/session-3 | 3fc2ee64297084b6019e8de35ce62f277c166434 | 3c763a5ac15615ee5efc675a69ff899e338f7406 | refs/heads/master | 2022-04-17T12:01:13.806584 | 2020-04-11T12:34:46 | 2020-04-11T12:34:46 | 254,864,242 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,675 | c | /*
* File: main.c
* Author: M3MO
*
* Created on 11 ?????, 2020, 02:18 ?
*/
#include <xc.h>
#define BUTTON2 2
#define LED2 3
#define BUTTON0 0
#define LED0 2
#define BUTTON1 4
#define LED1 7
#define out 0
#define in 1
#d... | [
"adhamfaitoury"
] | adhamfaitoury |
0cf137ae94ceeb75541dcdeba889fda6aa46aa39 | 37c593b4c9b42d38ebfcac8d7160282c43fdb324 | /model/Scade/System/TracksideDynamicModel/TestTracks/UtrechtAmsterdam_oETCS/KCG/Send_RBC_LRBG_407_D_00167_3_M015_AmsterdamUtrechtL2_Sheet11_BreukelenKeerspoor_RBC.c | 85b2e6c4f0540eb4fdd31fa3b05ac8e46c097524 | [] | no_license | stefan-karg/modeling | d4211778a2e7f2d4948ea38442096edb0f317051 | c0855d85430e5d8313c04a9b8918cd3d596e48ec | refs/heads/master | 2021-01-16T19:56:51.201532 | 2015-08-26T13:55:57 | 2015-08-26T13:55:57 | 26,961,581 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,773 | c | /* $*************** KCG Version 6.1.3 (build i6) ****************
** Command: s2c613 -config C:/GITHUB/modeling/model/Scade/System/TracksideDynamicModel/TestTracks/UtrechtAmsterdam_oETCS/KCG\kcg_s2c_config.txt
** Generation date: 2015-07-21T17:59:24
*************************************************************$ */
... | [
"mairamou@lea-energy.com"
] | mairamou@lea-energy.com |
a4e07049a2284344143560f810894f98e4a9529a | e14de0a148019648eab02da28a87537626c89b1a | /clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/overloaded/vsseg3e32.c | 9da1f72cb8940a7f2388c542351b19427a06c02d | [
"LicenseRef-scancode-unknown-license-reference",
"NCSA",
"LLVM-exception",
"Apache-2.0"
] | permissive | romanovvlad/llvm | bd1e03bb7a0f0cd5819769d761b8327eac9547f1 | 9c7bd9ea046f189f322ae704ec004ccbb5377c74 | refs/heads/sycl | 2023-08-17T14:04:30.284831 | 2023-07-10T07:57:00 | 2023-07-10T07:57:00 | 180,324,735 | 0 | 0 | NOASSERTION | 2023-07-10T07:58:04 | 2019-04-09T08:49:37 | null | UTF-8 | C | false | false | 12,769 | c | // NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 2
// REQUIRES: riscv-registered-target
// RUN: %clang_cc1 -triple riscv64 -target-feature +v -target-feature +zfh \
// RUN: -target-feature +experimental-zvfh -disable-O0-optnone \
// RUN: -emit-llvm %s -o - | opt -S ... | [
"yueh.ting.chen@gmail.com"
] | yueh.ting.chen@gmail.com |
fdc44df145a91fbf4bae0e256c10b70ce162b5aa | d7bd3b1f6787d9682645516b848cc65c5e828533 | /APP/Generated_Code/Timer_1ms.h | b26d2c2600eca9b5d048bc29ec9362de29248038 | [] | no_license | zhuhaijun753/S12Z_BootLoader | 09155182d7731a02117144666c53b780cfda5a12 | 486e1cd9d10130f6a7e8149333cfc738532ed9b4 | refs/heads/master | 2020-09-15T05:23:40.396067 | 2019-08-16T17:15:24 | 2019-08-16T17:15:24 | 223,356,706 | 0 | 1 | null | 2019-11-22T08:21:24 | 2019-11-22T08:21:21 | null | UTF-8 | C | false | false | 7,041 | h | /* ###################################################################
** This component module is generated by Processor Expert. Do not modify it.
** Filename : Timer_1ms.h
** Project : APP
** Processor : MC9S12ZVC64MKH
** Component : TimerInt
** Version : Component 02.161, Drive... | [
"edp1793@naver.com"
] | edp1793@naver.com |
0a4a7d598467eb9c03ec6798c67300ee27534949 | f8bf8e7d3876470ddc059643097c4651a626e820 | /Conceptual practice/Sorting Arrays/1.c | 226951537819ef2b9e749c815fcfc2c0928d46f9 | [] | no_license | KunalGehlot/C-programming | 49f192211a43eb28082c614f83ac3b7a66c9d5f3 | 5811d1aefd3011d8699f23719f727f50625417a2 | refs/heads/master | 2021-04-15T15:38:07.794692 | 2018-05-12T05:29:57 | 2018-05-12T05:29:57 | 126,677,760 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 780 | c | /*
* 1.c
*
* Created on: 30-Sep-2017
* Author: Kunal Gehlot
*/
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
//#include <string.h>
//#include <ctype.h>
int main() {
int i, temp, swapped;
int howMany = 10;
int goals[howMany];
for (i = 0; i < howMany; i++) {
goals[i] = (rand() % 25) + 1;
}... | [
"gehlotkunal4@gmail.com"
] | gehlotkunal4@gmail.com |
b3f955cdbe591a509650158a1564423126cf1f77 | 0458bd37fc838ea447a8a60bd2ad5c0621db0a20 | /node_modules/sqlite3/src/gcc-preinclude.h | 005ce1f3f5051fcd79229768ec6242b424c8509b | [
"BSD-3-Clause",
"MIT"
] | permissive | xhhjin/heroku-ghost | 8ad33877adbd9329d1fe8cb255e2a691edb962d3 | a66889e26babfb1fef4a23ab97cabcaebfcb46e9 | refs/heads/master | 2021-01-19T05:36:56.976314 | 2015-05-14T12:39:53 | 2015-05-14T12:39:53 | 35,523,604 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 156 | h |
// https://rjpower9000.wordpress.com/2012/04/09/fun-with-shared-libraries-version-glibc_2-14-not-found/
__asm__(".symver memcpy,memcpy@GLIBC_2.2.5");
| [
"xhhjin@gmail.com"
] | xhhjin@gmail.com |
bd24970f99a60e9160576b3cf01e01072db231c6 | f0fb50610eb569c629540ac0dde0013fba36e418 | /1A/env_info/Projets_C/Projet_5/Module_3/file_4.c | 4355b4a122a260789f3937e0ccd65f0b0378f2c3 | [] | no_license | NicolasF-N7/N7_Studies | 8ef16246c49091067ed0e35ad76dc4bc06ff6ab1 | 269e4241f4271b599286778f50ada43b234a61bc | refs/heads/master | 2023-02-15T08:59:28.340625 | 2021-01-18T09:35:48 | 2021-01-18T09:35:48 | 330,599,555 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 143 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
int main() {
afficher("Je suis file_4.c dans Module_3 dans Projet_5");
return;
}
| [
"77533061+NicolasF-N7@users.noreply.github.com"
] | 77533061+NicolasF-N7@users.noreply.github.com |
eccaf5a05adfc5268304186e7b75a6f2e9aeb8ea | efd750e48a00225fbdcf268a427e962dcb09fa4a | /external/libuv/src/threadpool.c | 2e447ae7a25b812bab7d8c3e2023a202ea6ecb0e | [] | no_license | 57559684/server | e48d5840ba324ef0f3d28bbc366a981e91e75f1c | 2fe9b7f4afb2baa403452340906867341d9b18ba | refs/heads/master | 2022-02-01T14:39:31.607549 | 2018-05-31T13:39:49 | 2018-05-31T13:39:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,345 | c | /* Copyright Joyent, Inc. and other Node contributors. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including without limitation the
* rig... | [
"www.tkzc@foxmail.com"
] | www.tkzc@foxmail.com |
abfddca5668e520631b24e9e353c4e62d18e4435 | 5e9c11d792d5d8b2da67768fc16303d30be36256 | /Columbia/Stack.c | 05eae1d2e9f6b0dfd89a6c8194c8c19e07b7f245 | [] | no_license | JasonJiang111700/Columbia | 66691f75b09c1ab5262e29d548b00a37045f231d | c9eb76199ce8679f0582cee97dbfd15ef0bfc252 | refs/heads/master | 2021-06-18T23:56:26.475007 | 2017-07-10T02:19:50 | 2017-07-10T02:19:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 564 | c | #include <stdio.h>
struct Stack{
int front = -1;
int rear = 0;
int max = 6;
int count = 0;
int array[6];
}
int isEmpty(){
if(count == 0){
return 1;
}else{
return 0;
}
}
int isFull(){
if(count == max){
return 1;
}else{
return 0;
}
}
void push(int data){
if(isEmpty){
array[0] = data;
}else if(i... | [
"jasonjiang6966@gmail.com"
] | jasonjiang6966@gmail.com |
17afb210711b669baa24dd2ab8a55730f9abf4a6 | 706433cbaca96e229190c1147e61651967d4d5d2 | /include/tlvm/lvm2_endians.h | 50ef03ef89928b4f5a3cadfe78ef85b3ef014586 | [] | no_license | envieid0c/IOLVMPartitionScheme | dfdb8fd81de36dbba7e626e7e1dc459ce03f65e6 | f6493abfbe7dc09db15eb586e56f469762c196d8 | refs/heads/master | 2020-12-24T16:35:55.617005 | 2016-02-10T00:50:35 | 2016-02-10T00:50:35 | 51,412,385 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,614 | h | /*-
* Copyright (C) 2012 Erik Larsson
* Copyright (C) 2000-2005 Anton Altaparmakov
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at you... | [
"catacombae@gmail.com"
] | catacombae@gmail.com |
e5df12e7d4e095a3b5d2470da13477e841103cff | 80645dc712fc8d3aca477fd948e182c4a2f944de | /src/devices/timer.c | 86e765ca1d1e679abdcf0d80ec8b1bafd8266389 | [
"MIT-Modern-Variant",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | nllanura/project1_zg | 2f1dbeeccde0fdbac82764cc31242221afb7a7cb | 6ad8871c7aea6e814cd042cc127e0afd912a1d9b | refs/heads/master | 2021-05-27T02:00:50.642190 | 2014-04-21T02:42:07 | 2014-04-21T02:42:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,507 | c | #include "devices/timer.h"
#include <debug.h>
#include <inttypes.h>
#include <round.h>
#include <stdio.h>
#include "devices/pit.h"
#include "threads/interrupt.h"
#include "threads/synch.h"
#include "threads/thread.h"
/* See [8254] for hardware details of the 8254 timer chip. */
#if TIMER_FREQ < 19
#error 8254 timer... | [
"nllan001@hammer.cs.ucr.edu"
] | nllan001@hammer.cs.ucr.edu |
601856f357cfd1e14b4bb18d35f204871db5be70 | a33aac97878b2cb15677be26e308cbc46e2862d2 | /program_data/PKU_raw/97/1594.c | 926b05d57d960a4e02408c94c5bb5c1b6a72d259 | [] | no_license | GabeOchieng/ggnn.tensorflow | f5d7d0bca52258336fc12c9de6ae38223f28f786 | 7c62c0e8427bea6c8bec2cebf157b6f1ea70a213 | refs/heads/master | 2022-05-30T11:17:42.278048 | 2020-05-02T11:33:31 | 2020-05-02T11:33:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 915 | c | int main()
{
int n,i,shuzu[111],count1=0,count3=0,count2=0,count4=0,count5=0,count6=0;
scanf("%d",&n);
while(n>=100){
n=n-100;
count1++;
}
while(n>=50){
n=n-50;
count2++;
... | [
"bdqnghi@gmail.com"
] | bdqnghi@gmail.com |
89048111188ee47e0b44d86243b8fb1421768d97 | f311fcb63ae713be5c4c30c94666d0821125d19c | /library/a_d/advance_ad_scan/e_micro.c | 0926d40ec73ac3831aff636231b48d6cda14f2b2 | [] | no_license | spicy-onion-Hit/e-puck-library | b5d0c670b59e73bece1b24340cdefe15788501e8 | 4cb85cb33e8c39452f067eb9d353761114ed6c7a | refs/heads/master | 2022-04-06T11:31:55.518147 | 2020-01-21T05:36:44 | 2020-01-21T05:36:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,250 | c | /********************************************************************************
Accessing the microphone data (advance)
Novembre 7 2005 Borter Jean-Joel
This file is part of the e-puck library license.
See http://www.e-puck.org/index.php?option=com_content&task=view&id=18&Itemid=45
(c) 2005-2007 Borter Jean... | [
"stefano@gctronic.com"
] | stefano@gctronic.com |
007de0b10ae86195d13b0acf75096053ecdc3c26 | c25eb662954c58933bf3a571d48877c72580b2fa | /AOJ/volume1/the_best_body.c | 4470d34c85fb3d03db72baa28c64dcf55347fac4 | [] | no_license | zwirky/programming | ce667b83c316fcde6dd3e0cf1a5fd5a6085e8e18 | 73431c22ecc261fd1fde64dbda3d9a67fabfda5c | refs/heads/master | 2020-05-20T06:01:19.609452 | 2013-01-28T16:02:09 | 2013-01-28T16:02:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 633 | c | #include<stdio.h>
typedef struct body{
int num[1000001];
int length;
int weight;
double bmi[1000001];
double temp[1000001];
}data;
int main()
{
int n=1;
int i;
int num;
data bmi;
double tmp;
while(n!=0){
scanf("%d",&n);
for(i=0;i<n;i++){
scanf("%d %d %d",&bmi.num[i],&bmi.length,&bmi.weight);
bmi.... | [
"daiki0226@gmail.com"
] | daiki0226@gmail.com |
e1996c8df8a57af604e4eb5d2c749c9f7f452334 | 1ec83ebfe6f3993970f07b5bd179da4455053aa7 | /osek/src/osek_interrupt.c | cdac53cfba35f8b7cbc4b7d79853e6e7af290633 | [] | no_license | warriorlious/gainos-tk | 5bb61e5eda6a9dcc88a77ba7318e30ad692102e8 | aa7d2e8dc1960eba944af41c4ce0bd763ec3c308 | refs/heads/master | 2021-01-18T09:36:54.084613 | 2013-05-09T15:10:52 | 2013-05-09T15:10:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 19,005 | c | /* Copyright 2012, Fan Wang(Parai)
*
* This file is part of GaInOS.
*
* GaInOS 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 option) any later version.
... | [
"parai@foxmail.com"
] | parai@foxmail.com |
44df16d98ee72c1f2134d8d8c7ade719e6c429a2 | acb0062f977fb4d35e063fa0e21922a9f1da9500 | /MidTerm/binaryQuestions.c | 79d158f6b7239e7b155eab9907865e734fd9296d | [] | no_license | CompsciPeriod5/DNHSrepoPer5 | edbd7512aa5034d18139a298506c23e7c191e9ab | 0d608f848fa69d3c43ce6d8ee98d59ab86f2e8f0 | refs/heads/master | 2020-07-23T18:41:38.497481 | 2019-10-07T21:31:31 | 2019-10-07T21:31:31 | 207,670,495 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,107 | c | //
// binaryQuestions.c
// Projects
//
// Created by Arcinue, Brent Gregory Arcinue on 10/3/19.
// Copyright © 2019 Arcinue, Brent Gregory. All rights reserved.
//
#include <stdio.h>
#include "questions.h"
#include "askQuestion.h"
int binaryQuestions(void){
char name[25];
printf("Please enter your na... | [
"noreply@github.com"
] | CompsciPeriod5.noreply@github.com |
e28a279baaae490861fb14b0ec85eb51d052641e | 196b672f9c8de827fea6016b05389f6574ee554d | /posix/shm_writer.c | dcf16852a4b2339a7853bdf5b33a47127cb8dc26 | [] | no_license | deepns/fun-with-shared-memory | a29b278c74a9389ac4d42063ed26a2734bfb10ec | 8c611f5bd3fc3937d45e5101406af8f7d557492c | refs/heads/master | 2022-12-03T21:44:09.489404 | 2020-08-22T18:54:48 | 2020-08-22T18:54:48 | 289,383,437 | 6 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,158 | c | #include <fcntl.h> // for flags O_CREAT etc..
#include <stdio.h>
#include <stdlib.h> // for EXIT_SUCCESS, EXIT_FAILURE
#include <string.h>
#include <sys/mman.h> // for mmap, shm_open
#include <unistd.h> // for close()
#include "shm_common.h"
int main(int argc, char **argv) {
int fd = -1;
if (argc != 2) {
... | [
"57165211+deepns@users.noreply.github.com"
] | 57165211+deepns@users.noreply.github.com |
9773c201ad6ee1ccbb6afa3ccf754e9fb41f5189 | f860c8fe163836b4d7b3afbfdbbee78b29c72c1d | /gerar_conjunto.h | 34fa749902ccac5df6a79925ec69b239f27467ed | [] | no_license | cacocacaio/TPP04---Segundo-Semestre | 297c134a72463ed502a2c45fe39c05fed811da80 | 39f43e284de0c698880f16e40d54e941e170697a | refs/heads/master | 2021-05-10T10:19:02.464648 | 2018-01-21T22:51:13 | 2018-01-21T22:51:13 | 118,380,039 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 286 | h | #ifndef GERAR_CONJUNTO_H_INCLUDED
#define GERAR_CONJUNTO_H_INCLUDED
#include "main.h"
#include <time.h>
FILE *f;
FILE *f1;
FILE *f2;
//extern int A[MAX],B[MAX],ta,tb;
//extern char conj;
void add_random(char **arg_v); //declarando a função
#endif // GERAR_CONJUNTO_H_INCLUDED
| [
"ccnsassino1998@hotmail.com"
] | ccnsassino1998@hotmail.com |
a3120ddfe67d9fa67e9e169d3f23baa1537f83d5 | 967b9213620a3b0350a6eedde719fc89b63fe828 | /codeforces_submissions/farabi_Shafkat/266/A [Stones on the Table].c | 3987c48c6eb451a9c40759bee247b50e253e3747 | [] | no_license | Farabi-shafkat/Competitive_programming | 246af5cf43e64819531989f0eb6a4e2da3553eea | 016f48622a0fc658fd3cd15bb3dc1c4a46778246 | refs/heads/master | 2022-11-25T04:15:51.319523 | 2020-07-28T03:39:37 | 2020-07-28T03:39:37 | 283,086,958 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 503 | c | #include<stdio.h>
int main()
{
int n,r,g,sm=1,m=0,rmv=0,i,j;
scanf("%d ",&n);
char ghor[n];
//fflush(stdin);
for(i=0;i<n;i++)
{
scanf("%c",&ghor[i]);
if((ghor[i]==ghor[i-1])&&i!=0)
{
sm=sm+1;
if(i==n-1)
{
rmv=rmv+sm-1;
... | [
"farabi.shafkat@gmail.com"
] | farabi.shafkat@gmail.com |
16eaf6f283953bbb65ce536500d41f3ac32fa2aa | 493c887bb4961ddc600cb6e2aa9debe85890af8b | /CourseraCryptoClass/src/DiscreteLog.h | b1e7e30c25fc0884fae2088c7ecae29244baa2cc | [] | no_license | dendibakh/Misc | 2d5549bcd180502da11b7b2233863c8adddd3719 | ca2c09f9c4726368680b4cf2e4c8944e60da23a4 | refs/heads/master | 2016-09-05T23:02:40.433839 | 2015-12-30T14:22:00 | 2015-12-30T14:22:00 | 37,809,642 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 451 | h | #pragma once
#include "gmpxx.h"
mpz_class computeDiscreteLog(mpz_class p, mpz_class g, mpz_class h, long int b);
mpz_class computeInvertedG(mpz_class p, mpz_class g);
mpz_class computeLeftHandSide(mpz_class p, mpz_class g, mpz_class h, long int exp);
mpz_class computeGRaisedToB(mpz_class p, mpz_class g, long int B);
... | [
"dendibakh@gmail.com"
] | dendibakh@gmail.com |
bdebc067fe902ae2abea2bae72e8897016453808 | f976c1bc045aa5ac804ebf3703beb2534eb0bd5b | /LIB/CDL_AV0/csps/lpc32xx/source/lpc32xx_gpio_driver.c | 7f1fce7180e6af19b5fac81a8cde1ea0ec539844 | [] | no_license | IgorSkl/logikaMRZV | 3d4ee502a23933ebf917d8a3206d2e33dce00b06 | a41745dae48f65cbd0a9d50af36c1d7b5b02ad29 | refs/heads/master | 2020-12-24T16:15:39.109291 | 2015-11-09T07:28:00 | 2015-11-09T07:28:00 | 44,600,116 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,205 | c | /***********************************************************************
* $Id: lpc32xx_gpio_driver.c 30870 2009-07-05 10:16:16Z anderslu $
*
* Project: LPC32xx GPIO driver
*
* Description:
* This file contains driver support for the LPC32xx GPIO block.
*
****************************************************... | [
"rogi3838@gmail.com"
] | rogi3838@gmail.com |
b746dd56b473eadc3d26fbdab04b59735ba0b6df | 2875e427d9931ab8cfe2e066e1568c3130fcc3f2 | /Solaris_2.6/os_net/src_ws/usr/src/cmd/cat/cat.c | b50a2dd1da13e63886638ad4f849157983314b83 | [] | no_license | legacy-codedigger/Solaris-2.6-Source-Code | 3afaff70487fb96c864d55bd5845dd11c6c5c871 | 60a0b3093caa7d84e63dd891a23df0e8e720bf3d | refs/heads/master | 2022-05-23T16:05:32.631954 | 2020-04-25T01:07:08 | 2020-04-25T01:07:08 | 258,658,903 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 11,769 | c | /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended publication of such source code. */
/*
* Copyright (c) 1996, by Sun Microsystems, Inc.
* All r... | [
"zahir.meddour@protonmail.com"
] | zahir.meddour@protonmail.com |
30959e6caf7bebb1e891c972b7dd00516d5997aa | 1c72c3aa5f036a00b326ac1cdebca9c4ce3dd5b3 | /app/mcu_example/SLSTK3400A_EFM32HG/weatherstation/displayconfigapp.h | 28084d56b3eaab18b805b0df041a9bfe85dea302 | [] | no_license | lenloe1/v2.6 | 5f909a92db4b495c027584457af3ef3c1f8599ff | 5259ecb109890463c1b0d1dabdd0bcc6314ba458 | refs/heads/master | 2021-05-18T17:26:03.901520 | 2020-03-30T14:12:43 | 2020-03-30T14:12:43 | 251,329,178 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,613 | h | /***************************************************************************//**
* @file
* @brief Display application specific configuration file.
*******************************************************************************
* # License
* <b>Copyright 2018 Silicon Laboratories Inc. www.silabs.com</b>
**********... | [
"31710001+lenloe1@users.noreply.github.com"
] | 31710001+lenloe1@users.noreply.github.com |
8d91346e372503d3b99364e4782c7a1c1bc42bbd | 920177e9f2236c612aa406a0949accdfb1294104 | /tools/pacotes/ncurses-5.9-20131005/ncurses/trace/lib_tracechr.c | d195d309a742c2edf4bb3fa026f2452544c152b6 | [
"X11-distribute-modifications-variant",
"MIT"
] | permissive | franciellevargas/NewsCrawler | 76dec8d426317d090bd618dd4d1deac8549b2343 | 6042648b28067338b3d7c15a23288c870b69b6b9 | refs/heads/master | 2022-05-01T07:58:57.938173 | 2016-11-06T03:03:18 | 2016-11-06T03:03:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,787 | c | /****************************************************************************
* Copyright (c) 1998-2009,2012 Free Software Foundation, Inc. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* copy ... | [
"erick@EricksComputer.local"
] | erick@EricksComputer.local |
0bc4d18e6b6331a35a9b56050fe24640748574c6 | 4bd879e78d4b6b9fb624b312edae27fcc779160c | /src/tests/minunit.h | cb61b17b828b864bd655430b8009eb11be1319a0 | [
"MIT"
] | permissive | alfr3dosv/simple-collections-c | 105b8bfd070fafb0f1a3f047de37522ac9c4cd98 | b8655b1659338e8855254d3c6e8f18f86e7e4303 | refs/heads/master | 2021-04-29T16:16:25.739469 | 2018-03-31T02:06:36 | 2018-03-31T02:06:36 | 121,648,407 | 0 | 0 | MIT | 2018-03-31T02:06:36 | 2018-02-15T15:52:32 | C | UTF-8 | C | false | false | 514 | h | #ifndef MINUNIT_H
#define MINUNIT_H
#include <string.h>
char buf[1000];
#define mu_assert(test) do { if (!(test)) { sprintf(buf, "[TEST: %s] failed at line [%d] of file %s", #test, __LINE__, __FILE__); return buf ; } } while (0);
#define mu_run_test(test) do { char *message = test(); tests_run++; \
... | [
"97alfredosv@gmail.com"
] | 97alfredosv@gmail.com |
0eef64120472baf39927c140aeff057f585bb8d5 | 55540f3e86f1d5d86ef6b5d295a63518e274efe3 | /components/security/wpa_supplicant/src/crypto/des-internal.c | ed9674d2c2f792f74e0f5f256f4cffc6c16fd230 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | bouffalolab/bl_iot_sdk | bc5eaf036b70f8c65dd389439062b169f8d09daa | b90664de0bd4c1897a9f1f5d9e360a9631d38b34 | refs/heads/master | 2023-08-31T03:38:03.369853 | 2023-08-16T08:50:33 | 2023-08-18T09:13:27 | 307,347,250 | 244 | 101 | Apache-2.0 | 2023-08-28T06:29:02 | 2020-10-26T11:16:30 | C | UTF-8 | C | false | false | 15,196 | c | /*
* DES and 3DES-EDE ciphers
*
* Modifications to LibTomCrypt implementation:
* Copyright (c) 2006-2009, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.
* See README for more details.
*/
#include "utils/includes.h"
#include "utils/common.h"
#include "crypto.h... | [
"jpeng@bouffalolab.com"
] | jpeng@bouffalolab.com |
00bfa38cfc28c93e528a1126baecc3b9764e60d0 | 8fe016bf39e9ef107020b988af9b27a7b104a9e9 | /lib/my/die_aliens.c | 8af16ef72572a91516be0095e3cbe4c0c5996506 | [] | no_license | MAvyan/RPG | 0cee9e396d9f5cca6ed48eefb61370def1c2eedd | bfad8efc34a7b616b5e2633197c32567a5adaa07 | refs/heads/main | 2023-07-25T16:02:20.564368 | 2021-09-08T19:20:01 | 2021-09-08T19:20:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,686 | c | /*
** EPITECH PROJECT, 2019
** MUL_my_rpg_2019
** File description:
** die_aliens.c
*/
#include "../../include/rpg.h"
void die_alien(gameplay *game, display *window)
{
if (game->pos_bombattack.x >= game->pos_alien.x && game->pos_bombattack.x <= game->pos_alien.x + 100 &&
game->pos_bombattack.y >= game->pos_al... | [
"maving_y@etna-alternance.net"
] | maving_y@etna-alternance.net |
f6f8b921e272614c76d2fbce044894b0731b7d81 | 756b9d8992d1a587cc7f90e4226cc9c3bd060a93 | /src/LiteOS/Huawei_LiteOS/targets/NXP_LPC51U68/Driver/LPC51U68/utilities/io/fsl_io.c | 6aed683ab72a9b03e7d965e572943b2779ca4b8c | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | keramiozsoy/HarmonyOS-1 | bba1c163ccb3c048c5aae86c1ba146ae3874aaea | c57966479ebd38d6750191a66f9b91819e47ab4c | refs/heads/master | 2020-07-30T11:18:43.741170 | 2019-09-22T20:48:12 | 2019-09-22T20:48:12 | 210,211,047 | 0 | 0 | Apache-2.0 | 2019-09-22T20:38:02 | 2019-09-22T20:38:01 | null | UTF-8 | C | false | false | 25,775 | c | /*
* The Clear BSD License
* Copyright 2017 NXP
* All rights reserved.
*
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted (subject to the limitations in the disclaimer below) provided
* that the following conditions are met:
*
* o Redistributions of source c... | [
"460433675@qq.com"
] | 460433675@qq.com |
5532201b12d35f8f6e359bd931c345625e3fcd94 | 4ae51271f3c3092c624db7f6a9cceb6210ae9762 | /ctype/ctype初探.c | 47ff06f04a4d78a37bfc797905d6dd7bd575bb87 | [] | no_license | Misaka-Mikodo/My-code | 84cdc6a228da2612e3d7d0eec23fcfcf79c30f85 | ca8d9e8f3f6fef0bc0f99faa51ef77b5e8af470d | refs/heads/master | 2020-04-16T08:05:31.242149 | 2019-01-14T10:24:34 | 2019-01-14T10:24:34 | 165,411,357 | 0 | 0 | null | 2019-01-14T10:13:05 | 2019-01-12T16:45:41 | C | UTF-8 | C | false | false | 156 | c | #include <stdio.h>
#include <ctype.h>
int main()
{
char c;
scanf("%c",&c);
int a=isblank(c);
if(a) printf("true");
else printf("false");
}
| [
"noreply@github.com"
] | Misaka-Mikodo.noreply@github.com |
a9742c7a29190163e0b5bed9911546963560a4a0 | cca8452efb93aeee303d107531ff6f823a303171 | /src/SoundEngine/AudioFileMain.h | e8c656e9a9a4616512d74797c5f4f57ba1eead9d | [] | no_license | jcampbellcodes/flimEngine | 96f852948fbb7f6a612b8d3acaf58867ad598ed9 | dcf3205d08fefe244ee7813e370ae50f815f7ddc | refs/heads/master | 2021-01-01T18:08:44.937007 | 2017-07-25T02:51:43 | 2017-07-25T02:51:43 | 98,254,393 | 5 | 1 | null | null | null | null | UTF-8 | C | false | false | 145 | h | #ifndef AUDIO_MAIN_H
#define AUDIO_MAIN_H
#include "CircularData.h"
void AudioFileMain(CircularData *pIn_A2F, CircularData *pOut_F2A);
#endif
| [
"jackwcampbell@gmail.com"
] | jackwcampbell@gmail.com |
64a9d15dbdc28fa11b4b7313ebda713356c2ae7e | bc039bb21ea458d21875e6b7018c6b2fcadab062 | /hello.c | b7bff67f2d5621790a2f6c7c54a38f7e16fe1769 | [] | no_license | YuryDementsov/Test1 | 48bf0e2010d5e02e377bbe51f045ca86f4f7da7c | 935baec6f1fd65786963d272ca72884775a2dc08 | refs/heads/master | 2021-01-22T22:03:00.787519 | 2017-05-30T12:44:35 | 2017-05-30T12:44:35 | 92,752,096 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 559 | c | #include <stdlib.h>
#include <stdio.h>
#include <dlfcn.h>
const char * get_bye(void);
int main(void)
{
void *lib_handle;
const char * (*fn)(void);
char *error;
lib_handle = dlopen("/opt/lib/libhello.so", RTLD_LAZY);
if (!lib_handle)
{
fprintf(stderr, "%s\n", dlerror());
exit(1);
}
... | [
"cybdyn@rambler.ru"
] | cybdyn@rambler.ru |
e654718ac6869dfbd20b904fd6b9457050cdf90a | e41a30d08d4cbd5f988587e8247c18eee2549845 | /software/Ixtopor_bsp/linker.h | 3c50eac0ac4ceb043e3f22b7bb82a6df56a6bfba | [] | no_license | rcmschiavi/Ixtopor-FPGA | 8d75d546634cf46dc6e880af1c3b9ee99665b0ac | d41f4f65bb6ff4fb59df4f77b27ae0c6afcd3555 | refs/heads/master | 2021-05-06T23:08:39.014943 | 2017-12-15T04:39:39 | 2017-12-15T04:39:39 | 112,890,019 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,729 | h | /*
* linker.h - Linker script mapping information
*
* Machine generated for CPU 'cpu' in SOPC Builder design 'sopc_2'
* SOPC Builder design path: ../../sopc_2.sopcinfo
*
* Generated: Tue Dec 12 10:24:22 BRST 2017
*/
/*
* DO NOT MODIFY THIS FILE
*
* Changing this file will have subtle consequences
* which wi... | [
"rodolfocmschiavi@gmail.com"
] | rodolfocmschiavi@gmail.com |
43092b8d91855f40a9c1e5c9559ff6da1c192c49 | 75ca5578d65540950b6ebb4ea3d4da0cac3509bb | /cyclone_crypto/rc6.h | be3ae461b2633a40a4a14443aa35b93cc0c0c053 | [
"MIT"
] | permissive | aunaun1011/VM204-Firmware | 857d602351f3505fee319dc3b16aa796157a8c20 | f6836dff40ec70fc2de66a3b2c6f03fa4c36c223 | refs/heads/master | 2021-06-08T13:41:45.376757 | 2016-03-01T12:51:40 | 2016-03-01T12:51:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,801 | h | /**
* @file rc6.h
* @brief RC6-32/20 block cipher
*
* @section License
*
* Copyright (C) 2010-2015 Oryx Embedded SARL. All rights reserved.
*
* This file is part of CycloneCrypto Open.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Lice... | [
"bn@velleman.be"
] | bn@velleman.be |
9599f275809f8023e74e789edb6eb38228ccfefe | de52ec1ba0c790334e738933b1d1fa1ef92075c1 | /RTE/_Target_1/RTE_Components.h | af010a6964c7ffa5d7c59ddd150aa4f0406805ff | [] | no_license | darkweder/Charger-Pb_battery | 895f8994802db2dc588ca3a823f458fa0d95160e | 75539f707acfbb706b5dc0e6105d81b728733f50 | refs/heads/master | 2021-05-18T17:35:38.316106 | 2020-12-10T08:46:38 | 2020-12-10T08:46:38 | 251,339,929 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 327 | h |
/*
* Auto generated Run-Time-Environment Component Configuration File
* *** Do not modify ! ***
*
* Project: 'Charger'
* Target: 'Target 1'
*/
#ifndef RTE_COMPONENTS_H
#define RTE_COMPONENTS_H
/*
* Define the Device Header File:
*/
#define CMSIS_device_header "stm32f10x.h"
#endif /* RTE_COMPONENT... | [
"50667156+darkweder@users.noreply.github.com"
] | 50667156+darkweder@users.noreply.github.com |
d83fec04f2843e693ba18c356ae6e74a686f8a24 | c2cedcf36667730f558ab354bea4505b616c90d2 | /players/maledicta/town/obj/blue.c | 236968c2735835d359b36128850c7897681035f4 | [] | 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 | 1,117 | c | #include "/players/maledicta/ansi.h"
inherit "/obj/generic_heal.c";
void reset(int arg)
{
::reset(arg);
if(arg) return;
set_name("injector");
add_alias("blue");
add_alias("blue injector");
set_short("Injector "+BLU+"]BLUE["+NORM+"");
set_long(" This is a small metallic injector used for healing\n"+
... | [
"rump.nirv@gmail.com"
] | rump.nirv@gmail.com |
846bee8b86b072bcea78f27eb0d2b9437cb6e298 | 248b8e70b84590aaaeb0c90e52d20b82479dd92c | /harmony/v2_06/apps/gfx/aria_video_player/firmware/src/system_config/pic32mz_da_sk_noddr_meb2/framework/system/clk/src/sys_clk_pic32mz.c | 5af6abf057231438d7d05d34cf6538f50618f216 | [] | no_license | Tairycy/AmazonHarmonyIntegration | 63c7946bbf2cb24486f9f87e77bd1afbf39d12cc | 0d5d94c7c3b2cba90f043ee5eb60c81cfb386b63 | refs/heads/master | 2022-04-09T08:07:56.270238 | 2019-04-10T23:47:11 | 2019-04-10T23:47:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,497 | c | /*******************************************************************************
SYS CLK Static Functions for Clock System Service
Company:
Microchip Technology Inc.
File Name:
sys_clk_static.c
Summary:
SYS CLK static function implementations for the Clock System Service.
Description:
The ... | [
"nateihle@gmail.com"
] | nateihle@gmail.com |
861473ba1e9533b748caf5d932c6280128c2bc64 | 19a298e156df85adba39dcaabcba118b59705af4 | /sample-chat/Pods/Headers/Public/QuickBlox/Quickblox/QBPushNotificationsEnums.h | b468ad7dee2a813c93f8aa5b476d41c882509417 | [] | no_license | ramachandrantc/https---github.com-ramachandrantc-sample-chat | e81f429855cb2d0a175bcb1cc15a84fbf33d2616 | 97319d75fba081c657797b1e01947bb2bad83062 | refs/heads/master | 2021-05-02T01:33:08.571490 | 2017-01-16T09:07:57 | 2017-01-16T09:07:57 | 79,099,085 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,067 | h | XSym
0076
0fa0254936bda08eb8e94cf99efbc503
../../../../QuickBlox/Quickblox.framework/Headers/QBPushNotificationsEnums.h
... | [
"sijomon3@gmail.com"
] | sijomon3@gmail.com |
497f6e169a5130302bc03ca06228b0aca3933f8e | 61987dd79b51b1ceff133520d94bde89f339434a | /src/game/index.c | ced698a4756d5cfc6612164c5942ac9d533e7ae6 | [] | no_license | Twisterrr/CPE_matchstick_2019 | ddff57e3b506d30026070384f90ff4c89f902789 | ed0a7b7f5db8ca28059ac59ea34cc3760b1c8ded | refs/heads/master | 2023-02-27T04:21:23.127837 | 2021-02-05T15:24:44 | 2021-02-05T15:24:44 | 266,393,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,167 | c | /*
** EPITECH PROJECT, 2020
** CPE_matchstick_2019
** File description:
** index
*/
#include "matchstick.h"
int my_atoi(char *str)
{
int val = 0;
while (*str) {
if (*str >= '0' && *str <= '9') {
val *= 10;
val += *str - '0';
}else
return (val);
s... | [
"clement1.berard@epitech.eu"
] | clement1.berard@epitech.eu |
b6f25f2d47166b3c360e83fa92001ef9f57c910d | ecce427678ecff2a93a47f3b1b664202c7d27617 | /levels/bits/areas/1/26/geo.inc.c | 752cb9354921906fe4a868730d0db82a5644d756 | [] | no_license | sm64pc/sm64ex | ecf37f31b3f7426c4874254660d856030d789714 | 54cd27ccee45a2403b45f07a00d6043c51149969 | refs/heads/nightly | 2023-08-11T12:14:34.424168 | 2023-07-01T11:45:50 | 2023-07-01T11:45:50 | 262,091,731 | 795 | 238 | null | 2023-07-01T11:45:51 | 2020-05-07T15:43:27 | C | UTF-8 | C | false | false | 200 | c | // 0x0E000670
const GeoLayout bits_geo_000670[] = {
GEO_CULLING_RADIUS(1100),
GEO_OPEN_NODE(),
GEO_DISPLAY_LIST(LAYER_OPAQUE, bits_seg7_dl_07014178),
GEO_CLOSE_NODE(),
GEO_END(),
};
| [
"n64"
] | n64 |
e90f06164b6052b826264a82c43c111212dee750 | 9aa44ffde2363a624c7a738524fb8de19b2ad27b | /Software/display/mbed-src/targets/cmsis/TARGET_ARM_SSG/TARGET_MPS2_M4/SMM_MPS2.h | cc6cf887953c5d75afe196fb4eaeeae8afd92393 | [] | no_license | nickmolo/ECE477 | b21417f240ff7cb5825e700f1ec18a44a168c24e | e8b94b1dd26828c383c3bb1a9f5d433efbe441a4 | refs/heads/master | 2016-08-03T20:22:07.512073 | 2015-12-16T07:00:39 | 2015-12-16T07:00:39 | 41,696,866 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 35,379 | h | /* MPS2 CMSIS Library
*
* Copyright (c) 2006-2015 ARM Limited
* 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 notic... | [
"nick.molo@gmail.com"
] | nick.molo@gmail.com |
f7988cefeb7cc976d29de89b615f1cfb72321b23 | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE369_Divide_by_Zero/s02/CWE369_Divide_by_Zero__int_rand_modulo_22b.c | 622f08fe003b704cf88efeea93a8baae1277eed6 | [] | 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 | 2,831 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE369_Divide_by_Zero__int_rand_modulo_22b.c
Label Definition File: CWE369_Divide_by_Zero__int.label.xml
Template File: sources-sinks-22b.tmpl.c
*/
/*
* @description
* CWE: 369 Divide by Zero
* BadSource: rand Set data to result of rand(), which may be zero
* G... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
c6f74f148af75d39d82b52a343b3a65e995d8dbf | 3b0b05eaf2c7eb4d11514107ff8cc505e67e4b75 | /ext/hal/st/stm32cube/stm32l0xx/drivers/include/stm32l0xx_hal_flash_ramfunc.h | 743c936088a05a1b3e3d47e1de67b34479e20663 | [
"Apache-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | dmgerman/zephyrd3 | d3813ef74a3d6d447f2ae01d4d20806c48e3f698 | b6a23cc9c5d534c352e33fd18fff7799ac3c2886 | refs/heads/master | 2023-01-09T14:22:19.749375 | 2018-10-04T22:08:09 | 2018-10-05T18:21:49 | 253,632,165 | 0 | 0 | Apache-2.0 | 2022-12-26T20:39:56 | 2020-04-06T22:41:46 | C | UTF-8 | C | false | false | 67 | h | DECL|__STM32L0xx_FLASH_RAMFUNC_H|macro|__STM32L0xx_FLASH_RAMFUNC_H
| [
"kumar.gala@gmail.com"
] | kumar.gala@gmail.com |
d177b3dba69ef699af772068f7bef5f77597d8c7 | e9dd640d6100d48110b46269321fe6feb1e0cfbe | /source/linear_search_tables/linear_search_tables.c | bd24974a2b7deeaa938c0fcf24dfcc9130771600 | [] | no_license | JohnSkubic/PacketForwarding | 23d3898c08946e5cbe3b4e408e8344ea83e0c07e | b50ba6e67b873d4900b6ed54f34ef248f2558ff5 | refs/heads/master | 2021-01-18T16:09:48.670225 | 2017-05-05T04:15:21 | 2017-05-05T04:15:21 | 86,719,049 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,429 | c | /*
*
* Created By: John Skubic
*
* Description: Basic linear search. Allows testing of a naive approach against our algorithms.
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "utility.h"
#include "linear_search_tables.h"
int main (int argc, char *argv[]) {
route_table_entry_t *ta... | [
"jskubic@purdue.edu"
] | jskubic@purdue.edu |
d982c5acc2e3fb166291279b4684f32731d96748 | a5624531ca24730a00d380fded839b482d04160b | /gateway-on-earth/ccn-lite-relay.c | beb71090ef9aea1be3bc7451502df6fb261b421c | [] | no_license | hahchenchen/ICN-over-DTN-cache | 3b6329c4e49ce8d97d9867d7bdba6bd60929fb03 | 89548ad59f0b52be8163f50ab4bf3eb8e3f6fc5f | refs/heads/master | 2020-04-30T21:32:07.273982 | 2019-03-22T07:50:07 | 2019-03-22T07:50:07 | 177,095,502 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 34,232 | c | /*
* @f ccn-lite-relay.c
* @b user space CCN relay
*
* Copyright (C) 2011-15, Christian Tschudin, University of Basel
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notic... | [
"1473996754@qq.com"
] | 1473996754@qq.com |
a22873c4ff6b366d38baf2d95f8e84cda59ca983 | 091aa0fa12f641423067b858a0b9ee477f6d6367 | /src/spinbox.c | 08f11c309ea222af6b90e68b058534ea1ab679f8 | [
"Apache-2.0"
] | permissive | icprog/mg-samples | 4b6c194f2a98f81656475dc2c22175216d3a22c0 | 44367bec84d7e4200b457038027941f733121d37 | refs/heads/master | 2020-03-29T02:17:13.555823 | 2018-07-12T04:08:06 | 2018-07-12T04:08:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,607 | c | /*
** $Id: spinbox.c 741 2009-03-31 07:16:18Z weiym $
**
** spinbox.c: Sample program for MiniGUI Programming Guide
** Usage of SPINBOX control.
**
** Copyright (C) 2003 ~ 2017 FMSoft (http://www.fmsoft.cn).
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except i... | [
"vincent@minigui.org"
] | vincent@minigui.org |
a99bd2c87c340c6d2312d47abc3b29b402914e09 | f4af43060dbfe63718726f86b1aadfb9624cfd31 | /Tipo1/source/character.c | 4a17ff2106e7d979e87cbacb3dbda8bab5183cee | [] | no_license | Pazaak/NDSScrolling | b5203ee9a50c62ab4d3b6841396eef9d90ff4997 | acd4029fb7f1edc62876b23fbb4856530f3cedb6 | refs/heads/master | 2021-01-10T15:59:11.946517 | 2015-05-29T11:16:23 | 2015-05-29T11:16:23 | 36,382,194 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,183 | c | #include <nds.h>
#include "character.h"
#define c_gravity 80 // gravity constant (add to vertical velocity) (*.8 fixed)
#define c_air_friction 15 // friction in the air... multiply X velocity by (256-f)/256
#define c_ground_friction 15 // friction when the character hits the ground, multiply X by... | [
"aggalem@gmail.com"
] | aggalem@gmail.com |
bda7cd8266a9525580bd6cea0802e2f2c84d73de | 54ef505477d30102e838a1c3d61ca30ca7a5a0c5 | /STM32F4-DISCO/Inc/stm32f4xx_hal_conf.h | 1fb33a17f33a494be1797d7c6e02daf536927fb2 | [] | no_license | PaulPX17/IonSat | 81b01af0389e8668dc35433957c618817fbedcb3 | 58bc3215d1fa4ed6d9ee5d899a4e0fc03b05b3a4 | refs/heads/master | 2020-04-11T13:33:04.042861 | 2018-12-15T12:41:30 | 2018-12-15T12:41:30 | 161,820,782 | 0 | 0 | null | 2018-12-14T17:55:00 | 2018-12-14T17:44:12 | null | UTF-8 | C | false | false | 17,291 | h | /**
******************************************************************************
* @file stm32f4xx_hal_conf.h
* @brief HAL configuration file.
******************************************************************************
* @attention
*
* <h2><center>© COPYRIGHT(c) 2018 STM... | [
"paul@paul-K501LX"
] | paul@paul-K501LX |
0e999f69a0fcfdee3156ffe94f4c05c4cf88832f | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/ffmpeg/libavcodec/dcadec.h | 0ff28dd4d17c97d542775215a1d4ccb95535df12 | [
"Apache-2.0",
"LGPL-2.0-or-later",
"MIT",
"GPL-1.0-or-later",
"BSD-3-Clause",
"LGPL-2.1-only",
"LGPL-3.0-only",
"GPL-2.0-only",
"LGPL-2.1-or-later",
"GPL-3.0-or-later",
"LGPL-3.0-or-later",
"IJG",
"LicenseRef-scancode-other-permissive",
"GPL-2.0-or-later",
"GPL-3.0-only"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C | false | false | 3,344 | h | /*
* Copyright (C) 2016 foo86
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later versi... | [
"jengelh@inai.de"
] | jengelh@inai.de |
b0e2ac6498747f00d82032568820f1d6eea3f58f | c8906679eb0bb05cb5d148a4813548790b23dda9 | /lldb-netbsd/patches/patch-source_Plugins_Process_NetBSD_NativeRegisterContextNetBSD.h | c825b8517e38e838323ea07015292657bc8f1c10 | [] | no_license | plluksie/pkgsrc-wip | 7585524199bae9ee7a1f7785f0465dca1fd2e80e | 7cedc02eea1c3e33d056a277aa3c341eb2b2d519 | refs/heads/master | 2021-01-19T21:37:15.551544 | 2017-04-18T20:52:23 | 2017-04-18T20:52:23 | 88,669,722 | 0 | 0 | null | 2017-04-18T20:54:15 | 2017-04-18T20:54:15 | null | UTF-8 | C | false | false | 1,022 | h | $NetBSD$
--- source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD.h.orig 2017-03-30 22:14:30.000000000 +0000
+++ source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD.h
@@ -41,6 +41,9 @@ protected:
virtual Error ReadFPR();
virtual Error WriteFPR();
+ virtual Error ReadDBR();
+ virtual Error WriteDBR... | [
"n54@gmx.com"
] | n54@gmx.com |
a47ec3001fa0973fd2eb1d4a9253ca4c5c8a37ad | 04ad1e5adbf9c8011629cce5251ac6e2f6b657e4 | /d/qianjinlou/main-06.c | 79fc8b4443c7edbc2924bb6378eadf2249f6c990 | [] | no_license | cao777/mudwllz2-utf8 | 7398dd2dc702e8ab9a3c98895d2afc3392c07232 | 19ae1d998a871b9ad7f29c467481015143ffb7a8 | refs/heads/master | 2023-03-16T08:34:07.707561 | 2020-05-09T00:04:07 | 2020-05-09T00:04:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 703 | c | // main-06.c - 千金楼(歌舞厅)
#include <ansi.h>
inherit ROOM;
void create()
{
set("short", "歌舞厅");
set("long", @LONG
这里是千金楼的歌舞厅。四壁上挂满了钟鼓,几个女子正随着乐声翩
翩起舞,十分好看。几个男子正一边欣赏,一边喝酒,看起来十分陶醉的
样子。
LONG
);
set("exits", ([
"west" : __DIR__"main-05",
]));
set("objects", ([
... | [
"ashwing920@gmail.com"
] | ashwing920@gmail.com |
062d7032fe7f72c8992f5f10f32efff06481a24a | 477874156ea06d1aff15522fcb720b1368c7a9c4 | /data/991.c | d63cf951b39b745f521b76b1560c743074166fbc | [] | no_license | benglard/TreeHacks | 9724296ca61fa4580a0b93101b7e53ee9a81cbc0 | 8c4bf98b78fb18314a38004504bdac72c30f41aa | refs/heads/master | 2021-01-11T07:39:01.061427 | 2015-02-23T23:07:13 | 2015-02-23T23:07:13 | 31,160,920 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 93 | c | #include <stdio.h>
int main(void){printf("%d", (26*(((21*79809556)*10)-94785056)));return 0;} | [
"benjienglard@yahoo.com"
] | benjienglard@yahoo.com |
d679fc4b4006b29bc06622c6689a0e155632cd28 | 580640d37bbe8fda09544dacc2f283950982c910 | /Framework-Headers/PrivateFrameworks/DistributedEvaluation._framework/Objc/CDStructures.h | 2c6601e519d137f4319ec01973f36a2502853301 | [] | no_license | oxLeslie/iOS-Header | 3a588ba9ec67bdf62396b8fd52f3754b7723ef3e | b851261aaab9907b0f7e309be2abd25747efdf78 | refs/heads/master | 2023-03-17T05:06:29.255250 | 2020-12-29T03:12:13 | 2020-12-29T03:12:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 472 | h | //
// Generated by class-dump 3.5-MH (64 bit).
//
// Copyright (C) 1997-2019 Steve Nygard.
//
#pragma mark Blocks
typedef void (^CDUnknownBlockType)(void); // return type and parameters are unknown
#pragma mark Typedef'd Structures
typedef struct {
double *list;
unsigned long long count;
unsigned l... | [
"1211153686@qq.com"
] | 1211153686@qq.com |
942025670090c7d1437fe85ecd9ba4c8174ac2ca | 6d1f05d2074f1d6f18d3d473f2dbd867c94fc7ee | /giarratano/SOURCE/CORE/immthpsr.h | 7c86a2d1b981ec773b14fa01c8d2e1989983c6c7 | [] | no_license | arranger1044/icse-1516 | c40d2c86892cd90c14042a95581cbb0e238190fb | ee4bafb57bb549ef40e29b8edf8cdad038e97162 | refs/heads/master | 2020-12-24T19:04:01.588095 | 2016-05-31T07:46:47 | 2016-05-31T07:46:47 | 56,578,768 | 14 | 5 | null | null | null | null | UTF-8 | C | false | false | 1,537 | h | /*******************************************************/
/* "C" Language Integrated Production System */
/* */
/* CLIPS Version 6.05 04/09/97 */
/* */
/* ... | [
"arranger1044@aim.com"
] | arranger1044@aim.com |
cf07b3c4e5dc988e50d9b5d4a82e0f4978f2c512 | 83e179d02defcccec5bc3aadeeace181acff2f2d | /分数化小数/分数化小数.c | 0acfab7e984c9052d36a4d984600ef37ed5f9412 | [] | no_license | Sirius0v0/NOJ | 86d365131b999b555e6f53e52da0a9b9146e705d | 9486da5d91d0ea102e23e5314ecf4bcaa70a246b | refs/heads/master | 2022-01-18T17:17:42.605354 | 2019-05-12T00:58:33 | 2019-05-12T00:58:33 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 331 | c | #include <stdio.h>
int main()
{
int a, b, c, i, n=1, m;//i´æ´¢ÓàÊý
scanf("%d%d%d",&a,&b,&c);
printf("%d.",a/b);
while(n<=(c-1))
{
a %= b;
a *= 10;
printf("%d",a/b);
n++;
}
a %= b;
a *= 10;
m = a/b;
a %= b;
a *= 10;
a /= b;
if(a>=5)
{
printf("%d",m+1);
}
else
{
printf("%d",m);
}
return 0;... | [
"46553109+Wolfsir1@users.noreply.github.com"
] | 46553109+Wolfsir1@users.noreply.github.com |
bf1225c3a309825cd42fdd2478feac25c859d61a | 69cf1f6e25684f3dfc13d35835323a95eecf48f5 | /lcgrand.c | a0f191486c4fbfad6290d82b10e023832eba6df2 | [] | no_license | andrew-hsieh-ch/MM1 | 983ef6a13d202221bbf6c2cc493c1bbe499d5094 | fee4a442d0e86854c614a75ee8637f3fe1ec6cfe | refs/heads/main | 2023-08-30T11:13:43.214730 | 2021-11-10T14:06:31 | 2021-11-10T14:06:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,491 | c | /* Prime modulus multiplicative linear congruential generator
Z[i] = (630360016 * Z[i-1]) (mod(pow(2,31) - 1)), based on Marse and Roberts'
portable FORTRAN random-number generator UNIRAN. Multiple (100) streams are
supported, with seeds spaced 100,000 apart. Throughout, input argument
"stream" must be an... | [
"andy.hsieh.ch@gmail.com"
] | andy.hsieh.ch@gmail.com |
8138b45f9d370f2a9505d95e218e3c603b2d1d1f | 35694c91afbeb35a7b365a7be6b409ac307eb5e6 | /pdc/tp4/pile.c | 67420d6e1422221f8e2268ecceaeaaab161913e1 | [] | no_license | Neoragorn/L2-Info | 4fed3cf4eba643d1bcff7ae9363e451249732adf | a94ba7daa98967cc75e42803861ed4700af048c4 | refs/heads/master | 2020-04-19T00:13:15.912930 | 2015-04-08T13:32:52 | 2015-04-08T13:32:52 | 32,475,275 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,028 | c | #include "pile.h"
Pile_t *initialiser()
{
Pile_t *pile = malloc(sizeof(*pile));
pile->premier = NULL;
return (pile);
}
void empiler(Pile_t *pile, int nvNombre)
{
Element *nouveau = malloc(sizeof(*nouveau));
if (pile == NULL || nouveau == NULL)
exit(EXIT_FAILURE);
nouveau->nombre = nvN... | [
"casier_s@sofian-HP-EliteBook-8560p.(none)"
] | casier_s@sofian-HP-EliteBook-8560p.(none) |
da50aaea2fd0f32effdf96eddb1fd9f7859cc8a9 | 8e37844abaccd0ea5d569f3f34c6ce3cff42780e | /prints.c | 375ed34da5e12101a71928e8ae315d087dd067b0 | [] | no_license | danali262/philosophers | c4853eaa6b08aeae53370f63d4e58cce10c9c141 | 47cda1658218aaf5be07cc90a554d64429755601 | refs/heads/main | 2023-08-06T05:56:00.692228 | 2021-09-06T14:25:42 | 2021-09-06T14:25:42 | 387,445,311 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,017 | c | /* ************************************************************************** */
/* */
/* :::::::: */
/* prints.c :+: :+: ... | [
"giannopoulou.danae@gmail.com"
] | giannopoulou.danae@gmail.com |
abeb56e5e9b4ec646f1de9f56f669f215a5084d1 | ac6af1c4daddea8d536d3ea88a0f18168cfb170e | /Arduino/Old/WiFi_en_OLED/NetworkInit.h | 40d3c11d74503779a0032056c452343fdda032ef | [] | no_license | tttapa/team-310 | 888df5490465d6bcd88d4c5bb54fe7e94da09649 | 82e50e25ee1c19f5e654bbd60144aec38197218b | refs/heads/master | 2021-01-22T18:10:52.707557 | 2017-05-12T10:15:44 | 2017-05-12T10:15:44 | 85,065,186 | 2 | 2 | null | null | null | null | UTF-8 | C | false | false | 3,731 | h | #include <ESP8266WiFi.h>
#include <ESP8266WiFiMulti.h>
#include <ESP8266mDNS.h>
#include <ArduinoOTA.h>
#include <DNSServer.h>
DNSServer dnsServer;
void startWiFi() {
WiFi.hostname(WiFiHostname);
#ifdef STATION
WiFi.mode(WIFI_AP_STA);
#else
WiFi.mode(WIFI_AP);
#endif
WiFi.softAPConfig(apIP, apIP, IPAddress(25... | [
"pieter.pas@outlook.com"
] | pieter.pas@outlook.com |
df98834304f6883d2184cf4f5f271e080fc81e6f | 99afad8a8fdf223559a38975366b7850ba244c67 | /src/dns.c | 71f313e53611d4636c430cedc06aad765fe99808 | [
"Apache-2.0"
] | permissive | NozBead/dnsquery | 6d072fcf48c0d9fcfc43350a594eba6b7edd5362 | fa7f77dec25bab90945bbefcbe184185bb768d88 | refs/heads/main | 2023-04-30T10:04:22.052863 | 2023-04-12T13:54:28 | 2023-04-12T13:54:28 | 352,941,223 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,387 | c | #include "dns.h"
//=====================MALLOC=====================================
//================================================================
dns_resource *malloc_dns_resources(int len) {
int size_name = sizeof(dns_name_label) * NAMEMAX;
int size_res = sizeof(dns_resource);
int total = (size_name + size_re... | [
"enzo.pain.etu@univ-lille.fr"
] | enzo.pain.etu@univ-lille.fr |
78b42ab7323f2c0721ccfc4922b657a34cdc2d2c | 849a691b3025e0449144883d77245bf76d280b9a | /include/msp430x32x.h | 0b6e97c0028a8047974a539dbbbe2ced8dcd5dfb | [] | no_license | YuboLuo/mspgcc_v7.3.2.154 | 22f974e2b0e78472892d7c4dc99f138adcbb87e4 | 194a28f2f73cc1d5f02c2331fa9ef3017c790fce | refs/heads/master | 2023-06-12T22:46:16.503134 | 2021-05-14T18:04:25 | 2021-05-14T18:04:25 | 367,441,100 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,810 | h | /* ============================================================================ */
/* Copyright (c) 2018, Texas Instruments Incorporated */
/* All rights reserved. */
/* ... | [
"luo6590@gmail.com"
] | luo6590@gmail.com |
dcf973e2eb96fc84ff9fe32883e2b03027641b2d | 4552296bcfc5a10f8d84d54554992cba380f57ab | /nucleo-h743-144/Src/stm32h7xx_hal_timebase_tim.c | bbd422bb6122e1d2e837a07ed6f9903db567b134 | [
"MIT"
] | permissive | suikan4github/murasaki_samples | ce081bb55ba9c525b866fc52ad6ec49d54ced98e | 82244fc1fcfbbd55122bd376aff8a6ac8bf0f030 | refs/heads/master | 2023-07-27T05:36:54.853160 | 2023-07-09T12:37:43 | 2023-07-09T12:37:43 | 169,981,545 | 0 | 0 | MIT | 2023-07-09T12:37:44 | 2019-02-10T13:33:27 | C | UTF-8 | C | false | false | 4,116 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file stm32h7xx_hal_timebase_TIM.c
* @brief HAL time base based on the hardware TIM.
******************************************************************************
* @attention
*
... | [
"26223147+suikan4github@users.noreply.github.com"
] | 26223147+suikan4github@users.noreply.github.com |
cac3364b6a944a53022cc8009c7eed8d90f2f2ce | 248b8e70b84590aaaeb0c90e52d20b82479dd92c | /harmony/v2_06/apps/rtos/freertos/cdc_com_port_dual/firmware/src/system_config/pic32mz_ef_sk_int_dyn/system_init.c | 462c876b5eecc11090a7298217ceee4e575f8983 | [] | no_license | Tairycy/AmazonHarmonyIntegration | 63c7946bbf2cb24486f9f87e77bd1afbf39d12cc | 0d5d94c7c3b2cba90f043ee5eb60c81cfb386b63 | refs/heads/master | 2022-04-09T08:07:56.270238 | 2019-04-10T23:47:11 | 2019-04-10T23:47:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 38,715 | c | /*******************************************************************************
System Initialization File
File Name:
system_init.c
Summary:
This file contains source code necessary to initialize the system.
Description:
This file contains source code necessary to initialize the system. It
... | [
"nateihle@gmail.com"
] | nateihle@gmail.com |
bc579fea05f5447fe4f5437cf481cda360b42474 | 6d4453247bc38b8bd3b8f73c4e3cd2a6d6f2d790 | /ceng334 - Operating Systems/the2/types.h | dfac31b3bd594dd010ba7f80733a4ac63aa08add | [] | no_license | ArthurDayne24/metu-ceng-hws | eff99539b150f7485478dfe2cab712f6f7630a2c | 8b3f22237305610230786803cc1277a836aef2b5 | refs/heads/master | 2020-12-09T21:20:01.845857 | 2019-05-05T17:45:12 | 2019-05-05T17:45:12 | 233,419,683 | 2 | 0 | null | 2020-01-12T16:08:42 | 2020-01-12T16:08:41 | null | UTF-8 | C | false | false | 944 | h | #ifndef TYPES_H
#define TYPES_H
#define CELL_EMPTY '-' // empty cell
#define CELL_WFOOD 'o' // cell with food
#define CELL_WANT '1' // cell with ant
#define CELL_WANTFOOD 'P' // cell with an ant with food
#define CELL_WSANT 'S' // cell with a sleeping ant
#define CELL_WSANTFOOD '$' // cell with a sle... | [
"onur.tirtir@ceng.metu.edu.tr"
] | onur.tirtir@ceng.metu.edu.tr |
e1b794b53e4fa7573eb3cbda07c77cc1f7edb2e5 | 9d635c2318b2571fef46ed6dce01b69f31acb92c | /03.c | b944f4d5f3935dbe2f0b396954ee37ea1bb67b3b | [] | no_license | LabProgIC/fila | 870addba7b72684ba7f194e9c769a7cf475efabc | 16d740999b24a9b579aa32d46535e32963a804d5 | refs/heads/master | 2020-04-22T13:33:12.534133 | 2019-02-13T01:18:19 | 2019-02-13T01:18:19 | 170,412,887 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 343 | c | #include<stdio.h>
#include<string.h>
typedef struct {
int codigo;
} TProduto;
TProduto fila[4];
void imprimeFila() {
for (int i = 0; i < 4; i++) {
printf("fila[%d].codigo = %d\n", i, fila[i].codigo);
}
}
void main () {
fila[0].codigo = 3;
fila[1].codigo = 2;
fila[2].codigo = 2;
fila[3].codigo = ... | [
"mu@localhost.localdomain"
] | mu@localhost.localdomain |
55db664dbdbdcdc14db02d2a266efcd7342b3280 | 7cef0e3621d4d37f2029fe1e809d1a7302879d73 | /lib/libft/hash_map/hash_map.c | ed5e316769a65b90d8fccb2fa8427d3cf52eadd9 | [] | no_license | hakolao/doom3d | 437cc73db0c4a9d66f575654f0e7dd8c4a06c84f | f9eb82e051a813e926469fdace56e4de77814a97 | refs/heads/master | 2023-07-08T13:10:26.188941 | 2021-08-13T13:57:26 | 2021-08-13T13:57:26 | 320,253,390 | 1 | 1 | null | 2021-05-31T22:22:48 | 2020-12-10T11:37:04 | C | UTF-8 | C | false | false | 3,048 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* hash_map.c :+: :+: :+: ... | [
"okkohakola@gmail.com"
] | okkohakola@gmail.com |
5416ae04e5bfa679571c9cd40010922750acf540 | 07ca0e500bbaab111b51360f29a75c52b1488b2f | /memrate.c | 33028094bb3dccdf45b91febca6a5b234e56fb74 | [] | no_license | yangxi/microbench | 6e7553144e292eaca2bf2217f8bf16d807a2c093 | deec6489129401901b3dcb8260ea1746e9b78cd1 | refs/heads/master | 2020-03-27T18:59:22.800703 | 2018-09-01T01:46:24 | 2018-09-01T01:46:24 | 146,958,156 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,041 | c | #include <stdio.h>
#include <stdlib.h>
#include <getopt.h>
#define __USE_GNU
#include <sched.h>
#include <string.h>
#include <pthread.h>
#include <inttypes.h>
#include <errno.h>
#include <sys/time.h>
#ifdef NUMA
#include <numaif.h>
#endif
#define PAGE_SIZE (4*1024)
static __inline uint64_t
rdtsc(void)
{
u_int32_t l... | [
"hiyangxi@gmail.com"
] | hiyangxi@gmail.com |
b9f997d0749e31f4a28141f8885015a9af0b3633 | 3af859c75aed89802cdb33bfbd73ec325fcb2b73 | /User/BSP/lis3dh_STdC/example/read_data_simple.c | 12de1e79611339a6daabe537e5d6e2b6be0386b4 | [] | no_license | lbb374215384/ZJXXLL_HW_nWeightChannels | d0866e017fa8a39a189f67296cd45218e08ed83c | 0f772d1ba74f1134f2a27f186ee09123d7d8e745 | refs/heads/master | 2022-12-25T01:36:09.422323 | 2020-10-13T07:49:37 | 2020-10-13T07:49:37 | 295,969,688 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,705 | c | /*
******************************************************************************
* @file read_data_simple.c
* @author Sensors Software Solution Team
* @brief This file show the simplest way to get data from sensor.
*
******************************************************************************
* @attenti... | [
"lbbdeyouxiang@126.com"
] | lbbdeyouxiang@126.com |
ebabdd9bf6d4815fd3533cd2f2bd503ae2a056fa | 63567486ff481028d412c2717647fc52646eb94a | /List/oddEvenList.c | 25ee931137dc39a734c5b3582deb25d45921c6d8 | [] | no_license | yaocunhao/Problem-sets-summary | 8cb05eebf4bcb13618b6381d348df91b39514d31 | f595b1930f344a2e2f9eaa6bec5fa3178548aba9 | refs/heads/master | 2023-08-04T13:51:00.605568 | 2021-09-05T13:14:01 | 2021-09-05T13:14:01 | 320,801,355 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 868 | c | //题目
给定一个单链表,请设定一个函数,讲链表的奇数位节点和偶数位节点分别放在一起,重排后输出。
注意是节点的编号而非节点的数值。
设置两个指针,先走奇指针,再走偶指针,将链表串联起来;
链表的边界问题挺重要的,思路不难,主要是链表的边界问题;
ListNode* oddEvenList(ListNode* head) {
if (head == NULL || head->next == NULL || head->next->next == NULL)//0,1个节点直接返回
ListNode* odd = head;
ListNode* even = head->next;
ListNode* ... | [
"997106826@qq.com"
] | 997106826@qq.com |
1be1f8c46ffa952311ca5fa6b8d4fbec5bead306 | 903c45082bd0d4fbb0a0d6a289b5294d8d05c314 | /sys/dev/pcmcia/isic_pcmcia.c | 0ef7e8856f5779fe97f515856ca4e2d044786c6b | [] | no_license | tombibsd/netbsd-src | 0552d62659412e821163c945c62b7555d1e616d2 | 7f0f8c8c4b00f7c47700b8260a5cbd627d73fe7c | refs/heads/master | 2021-01-21T04:54:21.541793 | 2016-06-17T00:56:40 | 2016-06-17T00:56:40 | 24,783,931 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,849 | c | /*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Martin Husemann <martin@NetBSD.org>.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the... | [
"uebayasi@tombi.co.jp"
] | uebayasi@tombi.co.jp |
6ddb1dd319bec0ea77820197f9e04680aeda890f | c7bc4e3b2b1a716fee91b3f56e68c682aeb7385b | /02 - Pointers/problem_10.c | 537f3804dc808eca7ff0814f52f0ed0863ea4966 | [] | no_license | dreadwing5/data-structures-c | bb334af09582e1f1fe2c9525dea4d2574b35b26c | 3859a7006a095c5a4fa0994f69c8341e097fcb89 | refs/heads/main | 2023-07-15T18:08:27.564882 | 2021-08-20T04:54:48 | 2021-08-20T04:54:48 | 372,032,411 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 679 | c | /* Write a program in C to Calculate the length of the string using a pointer */
#include <stdio.h>
int calculateLength(char*);
void main()
{
char str1[25];
int l;
printf("\n\n Pointer : Calculate the length of the string :\n");
printf("---------------------------------------------------\n");
printf... | [
"sachinspyk@outlook.com"
] | sachinspyk@outlook.com |
060c8f785eaeaa1d40bbb3d4cc4c9e19cf8a7820 | 48d89545fd4a9c8e29c52b2386cd856bc425869a | /Colligens/interprocedural/apache/analysis/server/util_mutex.c | 0b20795d17d3e94331f5fc6639a0082b73812772 | [] | no_license | iranrodrigues/interprocedural | 7bc41f5a5703f588e63533fbfed95955a6c4df05 | a4f34ace03a2876df9a32b37685b23b56fc0565a | refs/heads/master | 2021-01-10T19:46:43.201534 | 2014-03-19T13:10:12 | 2014-03-19T13:10:12 | 15,970,391 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 16,621 | c | //#include <stubs.h>
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "L... | [
"iran@iranrodrigues.com.br"
] | iran@iranrodrigues.com.br |
3211599de78392b425e5c69f07311a90b937edb9 | c4afbfe1885e8d0c7a1c8b928563f7bb8ab6a683 | /openETCS_Releases/v0.4-D3.6.4/KCG-Releases/C_M136_to_header_TM_RBC_conversions.c | 4b36f9f4943c6fd5e96da01ee33925f01225f822 | [] | no_license | VladislavLasmann/srcAndBinary | cd48ebaa2f1f7f697ba5df9f38abb9ed50658e10 | 13aa76e545b9596f6dac84fb20480dffae7584d8 | refs/heads/master | 2021-05-08T15:04:05.709079 | 2016-01-22T12:40:10 | 2016-01-22T12:40:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,569 | c | /* $**************** KCG Version 6.4 (build i21) ****************
** Command: kcg64.exe -config D:/Github/modeling/model/Scade/System/OBU_PreIntegrations/openETCS_EVC/KCG-Releases/config.txt
** Generation date: 2015-12-03T13:41:24
*************************************************************$ */
#include "kcg_consts.h... | [
"bernd.hekele@deutschebahn.com"
] | bernd.hekele@deutschebahn.com |
ffc1a557d960ae273e4761a42ef104f16ee17e6c | fceda50414b3ffc9375dca759d2b929b19f49d0e | /1990s/1993-envos/users-maiko/1.0-final/src/array4.c | 03158d0cfe7bcc56b3d8dfb9d786714da8b35dbe | [] | no_license | Interlisp/history | 3cc8c852447796a959405dcf6d8b49db58746e85 | 9dd0dfb1bb7e21d64a33ed9b468cd93663bdeb31 | refs/heads/master | 2023-09-02T07:30:23.798817 | 2023-07-24T20:39:11 | 2023-07-24T20:39:11 | 295,280,158 | 8 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,243 | c | /* This is G-file @(#) array4.c Version 2.6 (7/6/88). copyright Xerox & Fuji Xerox */
static char *id = "@(#) array4.c 2.6 7/6/88";
/* array4.c
*/
#include <stdio.h>
#include "lispemul.h"
#include "lispglobal.h"
#include "address68k.h"
#include "lispmap.h"
#include "lisptypes.h"
#include "arith.h"
#include "gc.h"
#in... | [
"LMM@acm.org"
] | LMM@acm.org |
83cc8f2d7ad8fe13c18453e0ac8150ef1b16d241 | a15497a4da8bb752cd823cce3d71b4af79999364 | /lang/racket-minimal/files/patch-racket_include_scheme.h | bbf0dadf3fe09601a84a4de856777cdfc0ef6784 | [] | no_license | ejc123/DPorts | 15bedf0b301850a9bd7e14338b5598260e98efeb | 0caaf45c6dccdf085b42231576380a287a70a1de | refs/heads/master | 2020-12-28T23:46:27.032156 | 2015-04-01T15:32:40 | 2015-04-01T15:32:40 | 33,254,468 | 0 | 0 | null | 2015-04-01T15:06:44 | 2015-04-01T15:06:44 | null | UTF-8 | C | false | false | 498 | h |
$FreeBSD: head/lang/racket-minimal/files/patch-racket_include_scheme.h 341390 2014-01-27 12:37:06Z olgeni $
--- racket/include/scheme.h.orig
+++ racket/include/scheme.h
@@ -63,10 +63,12 @@
# define MZ_USE_SINGLE_FLOATS
#endif
+#if (__FreeBSD_version >= 1000100)
/* gcc defines __SSE_MATH__ when SSE floating point... | [
"nobody@home.ok"
] | nobody@home.ok |
278b161c1669e687e6bdde6357d70256a593ce54 | 5a98168b4ca293f9f0e58cd4f7a55239b51d2d62 | /gordon/resources/libft/ft_strsub.c | 098a2e0323b4dd2e4931fab6c1fbc505e8390bfe | [] | no_license | rim31/rt_group | 7f298ed7cb50ed3e1acd3c50ac28cbaa3b11d5b0 | aaa731b3a503a810a11dcf42c873f53b82981ecf | refs/heads/master | 2021-01-23T12:32:10.151730 | 2017-06-02T12:57:26 | 2017-06-02T12:57:26 | 93,165,236 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,171 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strsub.c :+: :+: :+: ... | [
"oseng@e2r1p5.42.fr"
] | oseng@e2r1p5.42.fr |
eb4f0fb0f12ea436d90a236226e97c636bf8f659 | 35042d78ce35a7bb12636436a1a57e239d2af0c2 | /公私钥匙RSA加解密/OpenSSL/openssl/include/openssl/rc4.h | 52aef5db0bc616daf0c944afe037b57cb16cb899 | [
"OpenSSL",
"Apache-2.0"
] | permissive | lizhaojie001/RSA-MD5-Encrypt | 909705310605f5fb2b1246a5d8e50f26a78fdd23 | b65603bd0fd066e8c297aabf5d34ebd9365e0dbf | refs/heads/master | 2021-08-29T16:13:47.474185 | 2017-12-14T08:51:33 | 2017-12-14T08:51:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,797 | h | /* crypto/rc4/rc4.h */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-com... | [
"lizj0512@thundersoft.com"
] | lizj0512@thundersoft.com |
79376bb61c6ba5e8bcf6aeac5627d1cef2dfd8bf | 737fa7b78fc879bcd0b1383c53f162ca80afd7df | /P5/Prob1/Prob1-b.c | c827af57ef81a5a541ba67975c8ca8cf719ad4b5 | [] | no_license | duartencar/FEUP-SOPE | ef1a67ad6407f17a3a73c386360548c4760568ad | a38a7f2b2cb7e3133a160806655b5114b065fdeb | refs/heads/master | 2021-03-19T17:23:50.334155 | 2017-06-30T17:11:14 | 2017-06-30T17:11:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 646 | c | #include<stdio.h>
#include<unistd.h>
#include<sys/types.h>
#define READ 0
#define WRITE 1
typedef struct
{
int x,y;
} nums;
int main (void)
{
int fd[2];
pid_t pid;
pipe(fd);
pid = fork();
if(pid > 0)
{
nums a;
printf("PARENT:\n");
printf("x y ? ");
scanf("%d %d", &a.x, &a.y);
cl... | [
"noreply@github.com"
] | duartencar.noreply@github.com |
c1c6e87f88b5b77167c6c91c2856c067900de908 | a5bd8f6cf0b50bd4a4519f04379e168cdac0eefd | /examples/uart_loopback/uart_loopback.c | 9d9af8ce944d76793becc7658cf0d5494320de66 | [] | no_license | abrykt/bb_blue_api | 214222186c9f259bd8aa65532eda635e1ad4b075 | 27b8ff14ad91bab68357db38efa667a7f614b246 | refs/heads/master | 2020-03-14T02:32:06.636565 | 2018-04-28T11:08:39 | 2018-04-28T11:08:39 | 131,400,813 | 0 | 0 | null | 2018-04-28T10:40:41 | 2018-04-28T10:40:41 | null | UTF-8 | C | false | false | 1,937 | c | /*******************************************************************************
* uart_loopback.c
*
* James Strawson 2016
* This is a test to check read and write operation of UART buses.
* For this example to work, connect the RX and TX wires of one of the included
* 4-pin JST-SH pigtails and plug into the UART1 or... | [
"kiran4399@gmail.com"
] | kiran4399@gmail.com |
1228c57d0f8cc828d1d388163351def77827db3e | 190ddb6cb4de38553a1182d6c3e94a0876d50ec4 | /C implementation/Operation.c | 0e02ce07660e7bae0a797e70a43ec9be658f1d1a | [] | no_license | nsjake/Arithmetic-Expression-Parser | c3a771cc5193d88e0882221cd3c3698a8a1cb87c | bc5537ef70a0d92b23cbbf37b0a50edfe5c994e7 | refs/heads/master | 2021-06-01T23:05:13.872674 | 2016-01-05T01:04:22 | 2016-01-05T01:04:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 31,931 | c | #include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <math.h>
#include "Operation.h"
#include "Errors.h"
#define NUM_ERR "invalid format: consecutive numbers"
#define OPR_ERR "invalid format: consecutive operators or operator without number"
#define DEC_ERR "invalid format: number w... | [
"Jake@Jakes-MacBook-Pro.local"
] | Jake@Jakes-MacBook-Pro.local |
4fb7b0bfdd67c5e87ad78b4a437e62cb6fd41147 | ff5ffcd75fb6132d67d5c38d5d290de06695ee25 | /src/amd/vulkan/radv_descriptor_set.h | cad1ccf1573be1cdfd1a88d3ae7a558f0e127586 | [] | no_license | citrix123/mesa | 479abd3e594d82a27dc275ba1aaff3a0ef9623c0 | 185be15d9d48b548c14db221bf7f7c4fb294e7ea | refs/heads/master | 2021-01-10T23:05:20.979480 | 2016-10-07T12:21:32 | 2016-10-08T14:06:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,605 | h | /*
* Copyright © 2016 Bas Nieuwenhuizen
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, pu... | [
"airlied@redhat.com"
] | airlied@redhat.com |
cc4fbac699fdc4402dae276fd65fd936ecabbfa3 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/nginx/src/http/extr_ngx_http_variables.c_ngx_http_variable_request_completion.c | 85440d2b6222b9d17baa687782b4ac11f30a8a57 | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,274 | 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 |
de18ea36c55ac8a191b4ca6c69aeea7e0f155c5f | 4a89e0c1a361177f4cb4c498866c5dfc4a02282e | /Beginner/C/LinkedList/ReverseList.c | 48a94d7cdab3333834e947dc4c411731d1aa140e | [] | no_license | Joyer0099/Leetcode | c7301253c98dfbfbf538f764a273432df10d9825 | 49aeafb8fcad9d11f43732a6f3bda730c2797bf1 | refs/heads/master | 2020-05-04T14:39:49.179030 | 2019-04-03T04:00:58 | 2019-04-03T04:00:58 | 179,206,181 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 443 | c | /**
* Definition for singly-linked list.
* struct ListNode {
* int val;
* struct ListNode *next;
* };
*/
struct ListNode* reverseList(struct ListNode* head) {
if (head == NULL || head->next == NULL)
return head;
struct ListNode* p = head->next;
head->next = NULL;
while (p) {
... | [
"472949559@qq.com"
] | 472949559@qq.com |
c3ff5337576f58ccc2c402634483bef966467cb5 | 59864cbd213b5da6f50d6255b0a021564b3d5bd4 | /include/tiny-AES128-C/aes.c | 883caec18cec7b50ed8b965147ddb9d5ee787569 | [
"Unlicense",
"MIT"
] | permissive | trailofbits/cb-multios | 8af96a4fbc3b34644367faa135347f88e0e0d0a3 | 810d7b24b1f62f56ef49b148fe155b0d0629cad2 | refs/heads/master | 2023-09-05T03:56:20.229403 | 2022-12-27T15:47:54 | 2022-12-27T15:47:54 | 41,688,943 | 522 | 133 | MIT | 2023-06-29T02:47:13 | 2015-08-31T17:04:31 | C | UTF-8 | C | false | false | 18,773 | c | /*
This is an implementation of the AES128 algorithm, specifically ECB and CBC mode.
The implementation is verified against the test vectors in:
National Institute of Standards and Technology Special Publication 800-38A 2001 ED
ECB-AES128
----------
plain-text:
6bc1bee22e409f96e93d7e117393172a
ae2d8a571... | [
"kareem02@gmail.com"
] | kareem02@gmail.com |
21ce8c954a081007f709d009af1d47ca247f1b42 | e5409e970df93eb34a0174d175413590f1fa0231 | /baekjoon/2440.c | a4604bf39255f8b207877d96e3eeac8bee2daa25 | [] | no_license | Minseok-Hong/PS | 524cb2afd9894b2745bfc857e2f36f30d4fa02f7 | 540e5608933d912f0e475be777699ba7359ead4f | refs/heads/master | 2022-11-27T18:58:57.878808 | 2020-08-01T04:32:45 | 2020-08-01T04:33:20 | 115,704,637 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 300 | c | #include <stdio.h>
int main()
{
int input;
int i,j,k;
int a;
scanf("%d",&input);
for(int i = 0 ; i < input ; i++)
{
a = input-i;
for(j = 0 ; j < a ; j++ )
{
printf("*");
}
/*
for(int k = 0; k < i+1; k++)
{
printf("*");
}
*/
if(i != input)
{
printf("\n");
}
}
} | [
"hong4243@ajou.ac.kr"
] | hong4243@ajou.ac.kr |
00962c9453cedae87452bd1ea5fed95a0408b2cd | 9a862d65d77c44340cab15504e66e571727b1ee6 | /insertionsort.c | 615a7c7a8a81ca8006ad034d989778bb8bd5b0c8 | [] | no_license | navneetsn18/Competitive-Coding | bb5bc5681618d926d789883f3f57fa8a58502366 | 45346e5f73ec01c58c2bd0763fa886990c469575 | refs/heads/master | 2022-04-08T06:27:37.288572 | 2020-03-11T06:47:02 | 2020-03-11T06:47:02 | 148,380,522 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,182 | c | #include<stdio.h>
void insSort(int arr[],int n)
{
int i,j,key;
for(j=1;j<n;j++)
{
key=arr[j];
i=j-1;
while (i>=0 && arr[i]>key)
{
arr[i+1]=arr[i];
i-=1;
}
arr[i+1]=key;
}
}
void merge(int arr[], int l, int m, int r)
{
int i, j... | [
"noreply@github.com"
] | navneetsn18.noreply@github.com |
219a1ce9a756d35d0240ec56cdda2c83eaa070c5 | 2bc3398063fd7251c46a2d93d2e301cd063befcd | /nitan/d/kaifeng/npc/obj/jinzhen.c | 7db781471b216ddee6f5bc6b8a1a4d7efadd00f0 | [
"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 | 650 | c | #include <weapon.h>
#include <ansi.h>
inherit THROWING;
void create()
{
set_name(HIY "芙蓉金针" NOR, ({ "furong jinzhen", "furong", "jinzhen", "zhen" }) );
if (clonep())
set_default_object(__FILE__);
else {
set("unit", "些");
set("value", 0);
... | [
"xmlsdk@gmail.com"
] | xmlsdk@gmail.com |
2a1daa18413b9aa5fd88722ff42fe5a17ca19a62 | a3676847e4c9def9c68459bd3c818a0ea234f327 | /Postfix.c | c7ff4b280a8d70dba54e34ba8702e9789b31c395 | [] | no_license | paprika-kr/Data-Structure | 85e80805dfeef6bc23b520105b3bb8cea485319e | dc53350c1cc733f3d41fc9e34c65b84b30ae487a | refs/heads/master | 2022-11-23T01:20:29.230306 | 2020-07-19T07:55:41 | 2020-07-19T07:55:41 | 279,078,343 | 0 | 0 | null | null | null | null | UHC | C | false | false | 2,745 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define MAX_EXPR_SIZE 100
typedef enum {lparen, rparen, plus, minus, times, divide, mod, eos, operand}
precedence;
precedence *stack;
//int top = -1;
char expr[MAX_EXPR_SIZE];
int isp[] = {0, 19, 12, 12, 13, 13, 13, 0}; // 교과서 3.6절 pp. 136 참고
int icp[] = {20, ... | [
"feira@naver.com"
] | feira@naver.com |
030b28d57be354fcdaa8293ef1b60ffad8aaa282 | 998ef7df04cd141a9ff435397fe676b40b1a1185 | /LiquidCrystal_I2C.c | 87f021b01aeb38a837e1738f97e801c4d01b0921 | [] | no_license | bekeband/PressureMeter | a0a652a905636d13a8c3b320f9220f1403aa0dc2 | fc908d595102021772e998e076781f0c0303c0ac | refs/heads/master | 2016-08-11T21:57:11.728175 | 2016-01-10T12:22:09 | 2016-01-10T12:22:09 | 47,127,052 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,172 | c |
#include "mcc_generated_files/mcc.h"
#include "LiquidCrystal_I2C.h"
#include "delay.h"
/*#define printIIC(args) Wire.send(args)
inline void LiquidCrystal_I2C::write(uint8_t value) {
send(value, Rs);
}
#endif
#include "Wire.h"*/
// When the display powers up, it is configured as follows:
//
// 1. Display clear
// ... | [
"beke.andras.mkolc@gmail.com"
] | beke.andras.mkolc@gmail.com |
c83b26e5cc9a5452ef4768122423b8a9a2ea034f | 10c5efc1d64197e9eccd57a72683b543e3097aa1 | /libft/ft_toupper.c | 10266e33bd4a81a625019a89785873a85086690e | [] | no_license | diazometan/RT | 0d6792dce4672fe89df0d97f6172431e60084ab4 | e33431d6e6b3460837ace4f766665c6443a89798 | refs/heads/master | 2021-07-11T10:28:12.942733 | 2020-07-09T21:10:53 | 2020-07-09T21:10:53 | 174,831,095 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 997 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_toupper.c :+: :+: :+: ... | [
"rgyles@e2r1p3.21-school.ru"
] | rgyles@e2r1p3.21-school.ru |
4aa05d0dd0462fff8cb45b702044ff8976606708 | ad199cb5f3d45006520e34fffac0387e83cd6ea9 | /MRx_simulator.c | 69e100be2915e91d4b12a4ee48ff64258c841d45 | [] | no_license | joeuow/TitanIII_OBEX | bf1d276f6436d1c17ec6ca9b40addc852f32c7e3 | b592ebc7fff08686ff4db49f521b94bb07ef7840 | refs/heads/master | 2020-07-04T21:00:56.687429 | 2016-11-18T15:29:16 | 2016-11-18T15:29:16 | 74,141,705 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 27,295 | c | /*
* This file contains proprietary information and is subject to the terms and
* conditions defined in file 'OSILICENSE.txt', which is part of this source
* code package.
*/
/***********************************************************************
* Original Author: Joe Wei
* File Creation Date: May/22/2016
*... | [
"wz860617@hotmail.com"
] | wz860617@hotmail.com |
567bf882eee64ee6e770c4810cf4c1f9f4c1c012 | 607e69f9e4440ef3ab9c33b7b6e85e95b5e982fb | /deps/museum/5.1.1/bionic/libc/kernel/uapi/linux/hsi/hsi_char.h | e298aa9e52a346999a4d78138eed18bd742f3ae6 | [
"Apache-2.0"
] | permissive | simpleton/profilo | 8bda2ebf057036a55efd4dea1564b1f114229d1a | 91ef4ba1a8316bad2b3080210316dfef4761e180 | refs/heads/master | 2023-03-12T13:34:27.037783 | 2018-04-24T22:45:58 | 2018-04-24T22:45:58 | 125,419,173 | 0 | 0 | Apache-2.0 | 2018-03-15T19:54:00 | 2018-03-15T19:54:00 | null | UTF-8 | C | false | false | 2,698 | h | /****************************************************************************
****************************************************************************
***
*** This header was automatically generated from a Linux kernel header
*** of the same name, to make information necessary for userspace to
*** call i... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
4503dcafb9f00e4fcf1c131ff2c85fa27a221735 | 3b542298d1046b163f243d360943599f0e426e2a | /deps/cares/src/ares_parse_srv_reply.c | 9c7eb6ee3d32df37f840011a34665385b92a875c | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"ISC",
"LicenseRef-scancode-openssl",
"Apache-2.0",
"BSD-3-Clause",
"BSD-2-Clause",
"Artistic-2.0",
"NTP",
"Zlib"
] | permissive | jashandeep-sohi/nodejs-qnx | 59ad84df742d779bfcbf9f25899d04c8dc57a610 | f8aa8a4c29ebc8157965400f98f79c3f39b4b608 | refs/heads/master | 2022-11-22T01:28:57.252590 | 2017-10-11T05:26:40 | 2017-10-11T05:26:40 | 106,509,655 | 2 | 3 | NOASSERTION | 2022-11-20T17:20:43 | 2017-10-11T05:29:43 | JavaScript | UTF-8 | C | false | false | 4,757 | c |
/* Copyright 1998 by the Massachusetts Institute of Technology.
* Copyright (C) 2009 by Jakub Hrozek <jhrozek@redhat.com>
*
* Permission to use, copy, modify, and distribute this
* software and its documentation for any purpose and without
* fee is hereby granted, provided that the above copyright
* notice appea... | [
"jashandeep.s.sohi@gmail.com"
] | jashandeep.s.sohi@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.