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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
da6240ad28e59cd89cccae5239f9ea2734e732c5 | 830d19615851513ca8b563e2653e8a0d3a1d4074 | /drivers/virtio/include/asm-generic/bug.h | 3d7da2c1b57b220af50744e8f91c7eb7de67316d | [
"BSD-3-Clause"
] | permissive | objectkuan/osv-dde | da950b2a321aaa125c8877a6c63bf4edc9c0ccc3 | 295ade6050f3860b7863323b078473e0d11bf323 | refs/heads/master | 2021-01-01T05:47:28.018482 | 2014-10-24T14:18:47 | 2014-10-24T14:18:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 150 | h | #ifndef __ASM_GENERIC_BUG_H__
#define __ASM_GENERIC_BUG_H__
/*53*/ #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while(0)
#endif
| [
"objectkuan@gmail.com"
] | objectkuan@gmail.com |
54287f455a7dd4817825c176188c7fb34a5f8845 | ffa61e0d01fadc84224154f9e44cde300d89c13c | /02b_basicNoC/sink_noc.h | aa645c59bcf493cbf1a3ee0004dd0dd080fc8df1 | [] | no_license | geaninne/NoCTLM | 744a1f5e6a2f0c9c8e77ed308235a249401f723a | 6af11158034861ed90fec272c4f553d1a2fb6932 | refs/heads/master | 2020-06-22T04:54:13.912657 | 2019-07-19T22:01:12 | 2019-07-19T22:01:12 | 188,109,514 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 845 | h | #ifndef _sink_noc
#define _sink_noc
#include "systemc.h"
#include "basicPacket.h"
SC_MODULE(sink_noc){
sc_fifo_in<basicPacket<int> > port;
coordinate myAddress;
void Consume(){
basicPacket<int> aux;
while(1){
aux=port.read();
cout << "@sink_noc ("<< this->name() <<"):" << aux << " -@-simtime:" << sc... | [
"geaninne.mnl@gmail.com"
] | geaninne.mnl@gmail.com |
ff6f12a6323ecdfd6af99953e81b122cf61a47ba | abbbe067a1274cc37f9842a96e1ea0407b7dcb21 | /protocol/udpgw_proto.h | 70ed50468cd7fcc468e856c4bd7cccd458caac0a | [] | no_license | offlinehacker/NCD | dccf9aee94289ae692c16303c95490a1ec307d38 | b5762ae6026f06e9a3940a182218a6c7c4bb49c3 | HEAD | 2016-09-06T00:04:13.001875 | 2012-03-17T15:55:07 | 2012-03-17T19:31:31 | 3,743,070 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,306 | h | /**
* @file udpgw_proto.h
* @author Ambroz Bizjak <ambrop7@gmail.com>
*
* @section LICENSE
*
* 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
*... | [
"ambrop7@1a93d707-3861-5ebc-ad3b-9740d49b5140"
] | ambrop7@1a93d707-3861-5ebc-ad3b-9740d49b5140 |
81bc2ea185eb20bf711c3770f0c53fa22b32d97a | 3a1c15f95ad5b81ad69a9ea12d827f893477ea5b | /tags/iup_3_10_1/iup/src/win/iupwin_tabs.c | 66fe26ccf3cb9c793cc390d700d06acf7b7bdfec | [
"MIT"
] | permissive | svn2github/iup-iup | 299a5cfc9d20f1e38078837e6199784f8c7dcfde | b6a92cebd91e90018c410426461683e1d74fabef | refs/heads/master | 2020-04-12T06:44:10.183905 | 2019-01-16T18:10:52 | 2019-01-16T18:10:52 | 60,389,764 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 37,389 | c | /** \file
* \brief Tabs Control
*
* See Copyright Notice in "iup.h"
*/
#include <windows.h>
#include <commctrl.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <memory.h>
#include <stdarg.h>
#include "iup.h"
#include "iupcbs.h"
#include "iup_object.h"
#include "iup_attrib.h"
... | [
"(no author)@2f08bc20-984a-4df8-b195-9b5d5d477537"
] | (no author)@2f08bc20-984a-4df8-b195-9b5d5d477537 |
f4136a61bffaa614b888c4cfa346ba7ad80b6ee4 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/176c917b-4944-4e03-bfec-1eaf2351d722.c | ddb935cfbab8e817fc97035e92c21e64ce157c8c | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 265 | c | #include <stdio.h>
int main() {
int i=0;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = j/j;
l = l/j;
l = i/j;
l = k%j;
l = l-j;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
a9a37d79c486abaf29cf129c61ef1c426ddc10e5 | 4916e327ef8f860c5998affa02889e8024211f33 | /dscheduler.c | 24415143bdf7cb0ac12741f63d507bbbab02b698 | [] | no_license | DancingEmus/Disk-Scheduling | b42280043aab34b2567da55cc9976550c6bcc8c6 | b08fac6add4ce3690c8cbb7b7ca2357de5bdc8eb | refs/heads/master | 2023-05-27T01:40:53.454976 | 2019-11-27T04:44:51 | 2019-11-27T04:44:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,721 | c | /*
DScheduler.c
Student Name : Michael Pintur
Student ID # : 150785070
*/
#include <string.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include "dscheduler.h"
/*
Any required standard libraries and your header files here
*/
struct schedulerInput loadRequest(){
struct schedulerInput results;... | [
"noreply@github.com"
] | DancingEmus.noreply@github.com |
0d18b6fecd6798573300f1b6af63c3c0b2aea5bc | 53f3be65df7c013e2b360ea5fa773c33019252d2 | /src/shared/SharedTypes.h | dc4ce332ae98e4d2553d2d8a5701a1e2ee163ac5 | [
"MIT"
] | permissive | fengjixuchui/pcap-ndis6 | 5a5427a7059e4f4ea124297a76419200948cf0b2 | 9af0d8d49051d7e77c362a88f2d26b3d51967b43 | refs/heads/master | 2020-04-28T14:25:40.323606 | 2019-02-24T23:14:04 | 2019-02-24T23:14:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,719 | h | //////////////////////////////////////////////////////////////////////
// Project: pcap-ndis6
// Description: WinPCAP fork with NDIS6.x support
// License: MIT License, read LICENSE file in project root for details
//
// Copyright (c) 2018 ChangeDynamix, LLC
// All Rights Reserved.
//
// https://changedynamix... | [
"andrey.fedorinin.wrk@gmail.com"
] | andrey.fedorinin.wrk@gmail.com |
3666a1ab5373105aa59b140672ab92d9db19ba7e | 7ee59067ac41a490d99d61fa0f0043368eab37f6 | /Poke/vendor/spdlog/include/spdlog/tweakme.h | 87c3d5fa4ec7f5d508c25ae5b85a90e4cadd7f1a | [
"MIT",
"Apache-2.0"
] | permissive | moonyuet/Poke | 60b7ccd2f31f04bce887c3d99a62a8c9c1aa93d1 | 3e315774fde172bd43b5ace99a427486d458e1a1 | refs/heads/main | 2023-07-15T08:21:28.594289 | 2021-08-13T03:58:35 | 2021-08-13T03:58:35 | 374,585,959 | 0 | 0 | Apache-2.0 | 2021-08-13T03:58:35 | 2021-06-07T08:10:40 | C++ | UTF-8 | C | false | false | 7,494 | h | // Copyright(c) 2015-present, Gabi Melman & spdlog contributors.
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
#pragma once
///////////////////////////////////////////////////////////////////////////////
//
// Edit this file to squeeze more performance, and to customize supported
// featur... | [
"moonyuet2008@hotmail.com"
] | moonyuet2008@hotmail.com |
ec052955561a65f7f97a54fb4dcaedd41289f84a | 09a1e9d849f40d00cc0516b209cb2ddfd05a17e6 | /qobjc/qconnect.h | 63be10b660f363b0df92f06c13bdea18e422717c | [] | no_license | tovchenko/qobjc | 6e85a92721d457da40d71dfa77560a3ab783bebf | 877d919aabb2c4d0729502d123699ea04d12d351 | refs/heads/master | 2016-09-06T01:17:29.177334 | 2014-04-10T11:40:03 | 2014-04-10T11:40:03 | 18,634,243 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,134 | h | /*
This file is part of the q-objc runtime library.
Copyright (C) 2008-2009 Taras Tovchenko Victorovich <doctorset@gmail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundat... | [
"doctorset@gmail.com"
] | doctorset@gmail.com |
cf96b149b49a78ebef91e6a96808af6b9b8e7190 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/51355783-9ef6-4853-acc3-ef5be2b43c97.c | 676bc28cc977ec0c8c3a4ec8dd736da33ff78fd8 | [] | 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 | 590 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=14;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = j/j;
l = j/j;
l = 6%j;
l = k-j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
long b[92];
long c[7];
a = 0;
while ... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
d4a0fb21a765240880b134470056ab0867d784af | 89b5a71f5abbeeb04c446ecc8d61b72d2aed96a9 | /3ch/3.2.c | 40b926ba451686f113291b20c9fb1e5b748bcc50 | [] | no_license | wmjd/KnR | dd9b5b14910687711f8df27a6586610d543b7312 | 5beff016a613a3a30dfc47738f10ba595b2029f2 | refs/heads/master | 2020-03-21T23:27:18.492923 | 2019-10-15T11:33:05 | 2019-10-15T11:33:05 | 139,188,024 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 771 | c | #include<stdio.h>
#include<stdlib.h>
//copy string s to t and prints tab and newline escaped
int escape(char * s, char * t){
//variables for l/r sides of equation
//lookup and assign from different counters
//escape chars use an extra space
int si = 0;
int ti = 0;
while(*(s+si) != '\0'){
if(*(s+si) == '\n')... | [
"wmdiebolt@gmail.com"
] | wmdiebolt@gmail.com |
ba543fb3505cd70bead76b41fd71b1c168cb4f1e | 11cbddb37be3de31afcf3dba51471eb376876e30 | /src/hardware/devz/sdmmc/sdiodi/hc/dwmshc.h | 0367a798128fe7898d50c74148f388b698e203fe | [] | no_license | cking-soft/ti-am335x-edlcd | ffda9a75419352ef32039a75c35daf5a549dcbc5 | 07869a4690c9dfcb8f36b27d0022249f9a64f924 | refs/heads/master | 2023-03-17T23:22:36.727708 | 2021-02-19T03:50:52 | 2021-02-19T03:50:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,675 | h | /*
* $QNXLicenseC:
* Copyright 2007, 2008, QNX Software Systems.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You
* may not reproduce, modify or distribute this software except in
* compliance with the License. You may obtain a copy of the License
* at: http://www.apache.org/licenses/LICEN... | [
"Ben.Poon@microchip.com"
] | Ben.Poon@microchip.com |
bfc39fb19c2d1624fc8044301b0dfd4b69489333 | 00abf4e769a06749677d880b3a22dbaa79ea42dd | /kern/main.c | 23373864875b5f78555d5bc2c21e14988e1ef306 | [
"BSD-3-Clause"
] | permissive | ygemici/MosquitOS | ca46cdf9d1d5139f5f89805db6f5a04ff2e09df6 | d0659fd4c360ab008cfceb478b9e00861b58ff29 | refs/heads/master | 2021-01-09T06:26:25.438537 | 2014-02-26T02:03:09 | 2014-02-26T02:03:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,581 | c | #include "types.h"
#include "sys/kinfo.h"
#include "sys/system.h"
#include "sys/kheap.h"
#include "sys/paging.h"
#include "sys/binfmt_elf.h"
#include "sys/task.h"
#include "sys/multiboot.h"
#include "vga/svga.h"
static void kernel_preload(void);
extern multiboot_info_t* sys_multiboot_info;
extern uint32_t __kern_siz... | [
"tristan@squee.co"
] | tristan@squee.co |
3a3b045484294e6fd93ceaa0595f12ba6c97643f | 2742d7b72eef668dae866518261a453181286255 | /sum/sum.c | a3df716b0fb487e64f37194523f25b9194fe5ea7 | [] | no_license | stefanfrei/sandbox | 4f0e0679deb5125ab356cb03bfbcf38674a361b9 | e3d5425887c356f3bda32334081b29bb38dbc2ae | refs/heads/master | 2020-05-21T07:55:50.190285 | 2019-05-10T10:32:21 | 2019-05-10T10:32:21 | 185,968,732 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 274 | c | #include <stdio.h>
int main() {
int a = 350;
double b = 412.5;
double c = 517.25;
double sum;
sum = a + b + c;
printf("a =%4d\n", a);
printf("b =%7.2f\n", b);
printf("c =%7.2f\n", c);
printf("Die Summe von a, b, und c ist %.2f\n", sum);
return 0;
}
| [
"stefan.a.frei@gmail.com"
] | stefan.a.frei@gmail.com |
134555cb71a9c346f7aa1c30a39ab89cef1418a6 | 1ff4e91e37ba64912fd24c0554712502db4af404 | /Temp/il2cppOutput/il2cppOutput/DOTween_DG_Tweening_Plugins_Vector4Plugin661261728MethodDeclarations.h | 60c6cba3d00e501e2056bb452fc8b5719609c803 | [] | no_license | bigstupidx/TrainAGoGo | f9f943a4e7ef45c9ec131b31648db4678c06b54f | 28ccd2935d5f30fab5967badc3c7386dc19769c8 | refs/heads/master | 2020-03-07T04:06:46.233603 | 2016-03-13T00:12:02 | 2016-03-13T00:12:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,792 | 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>
// DG.Tweening.Plugins.Vector4Plugin
struct Vector4Plugin_t661261728;
// DG.Tweening.Core.TweenerCore`3<UnityEngine.Vector4,UnityEngine.Vector... | [
"vinh.steven@gmail.com"
] | vinh.steven@gmail.com |
d1d38082fd5ef549f4284ebcfc3e3d40f3f8b467 | dbe74fdf6bded2ceb98eec965fe05ddf7d6dd931 | /models/Flight/source/tower_signal_comm_uartISR_321.c | eae6342aa14571f19a04bb2524bcc126909738ce | [
"BSD-3-Clause"
] | permissive | smaccm/smaccm | 7f79bf5fe74bb1b856d69625fab4ffb1e138101e | 7393c423b5aca1a272a88cbb89b5dcfd08a5a47c | refs/heads/master | 2021-01-23T15:51:42.639585 | 2019-02-21T22:28:42 | 2019-02-21T22:28:42 | 12,084,628 | 27 | 27 | BSD-3-Clause | 2019-01-02T17:22:41 | 2013-08-13T14:59:47 | Java | UTF-8 | C | false | false | 289 | c | /* This file has been autogenerated by Ivory
* Compiler version 0.1.0.0
*/
#include "tower_signal_comm_uartISR_321.h"
bool receiveFromSig_uartISR_321_chan319_323(uint8_t* n_var0)
{
return true;
}
bool emitFromSig_uartISR_321_chan320_325(const uint8_t* n_var0)
{
return true;
} | [
"john.backes@gmail.com"
] | john.backes@gmail.com |
29f56fc14f12ae84f1afa5db59fe6a933dd34166 | 44512db3f887efa9cc480aa7cfd51495b1a5cc97 | /proj1/main.h | 24b52ca893ad1fb3139a882c2c467b6b32624a84 | [] | no_license | wcxCC/Linux | 97655fedc10af95516b779fed301d133a13ff81a | e8f377169629bc1a3dbef07ae04b3cdda12b24ad | refs/heads/master | 2020-07-31T04:29:17.194834 | 2019-12-08T04:17:30 | 2019-12-08T04:17:30 | 210,485,229 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 756 | h | #include <stdio.h>
#include <stdlib.h>
#include <sys/time.h>
#include <unistd.h>
#include <limits.h>
#include <fcntl.h>
#define bool int
#define true 1
#define false 0
struct arg{
int ave;
int sum;
int max;
int min;
};
/* func1.c */
void show(int *arr,int len);
struct arg analyzeArray(int *arr,int len);
in... | [
"chengxuan.wu@qq.com"
] | chengxuan.wu@qq.com |
de05bf4eb2e37e99f22cc44b6694765b2af4ed8d | c7be5b45ee13d3f2bad32902f8602ee00dff13c0 | /numeric/AKWF_1558.h | 74cbe587e1b28d15c1d62a3c718ab45d865c939f | [] | no_license | DatanoiseTV/AKWF_WaveForms_1024 | d38ed856416b093d3b0c0b7ef8203cd3fdf20f20 | 54c9d55511f007feacfac3d437e0eb1d1f214d5e | refs/heads/master | 2021-01-19T22:01:48.646095 | 2014-07-08T12:34:35 | 2014-07-08T12:34:35 | 21,574,675 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 7,406 | h | // Converted by AKWF2Teensy from AKWF_1558.wav.
// AKWF2Teensy - Beerware by Datanoise.net.
const int16_t AKWF_1558[1025] = {
666, 1075, 1437, 1776, 2127, 2440, 2713, 3009, 3318,
3570, 3797, 4047, 4287, 4491, 4696, 4903, 5078, 5240, 5428,
5605, 5743, 5878, 6033, 6174, 6289, 6410, 6534, 6... | [
"github@ext.no-route.org"
] | github@ext.no-route.org |
23f0ad697aedba7f9d9808427a5e4830edf934c5 | 94d25f4e2616c028a97293a69d501312c4148475 | /Ejercicios/TPSProgra/tp4-algoritmos-2020/src/utilitarios.c | 4406579173b41868233b5ba306a2c08267caeb51 | [] | no_license | FedericoManzano/uno-algoritmos | 4d56fda60c423ea37410bf92215ad4b3e71f5adb | 01ee6bf3db569af767daa4ca8483b22817b9172d | refs/heads/master | 2023-01-19T18:25:16.454719 | 2020-11-29T04:09:32 | 2020-11-29T04:09:32 | 286,548,429 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,089 | c | #include "../include/utilitarios.h"
void titulo(char * titulo) {
system("cls");
printf("\n\t\t\t\t%s\n\n", titulo);
}
void pausar() {
printf("\n\n");
system("pause");
}
int indiceMenorVector(int * vector, int ce) {
int menor = 0, i;
for( i = 1; i < ce; i ++ )
if(vector[menor] > vector[i])
menor = i;
ret... | [
"federicomanzano111@gmail.com"
] | federicomanzano111@gmail.com |
709623c39ee55de5c03ad005b804168940ec2500 | 9b972e7e915a1b68c1a3b46811a2903727d882a2 | /postgresql-8.3.3/src/interfaces/ecpg/preproc/type.c | 7a81c349e02e100a2bdbb13943bc3c03bcfdf6a6 | [
"PostgreSQL"
] | permissive | IITDBGroup/maybms | 9262517da3f7d19327d42c4873c28197ff944377 | 7659b67149f4b8f1471941c86ff7aca0550de897 | refs/heads/master | 2022-11-14T16:43:33.966051 | 2020-07-02T01:30:38 | 2020-07-02T01:30:38 | 275,687,839 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 17,112 | c | /* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/type.c,v 1.77.2.1 2008/03/02 10:57:21 meskes Exp $ */
#include "postgres_fe.h"
#include "extern.h"
#define indicator_set ind_type != NULL && ind_type->type != ECPGt_NO_INDICATOR
static struct ECPGstruct_member struct_no_indicator = {"no_indicator", &ecpg_no_indicato... | [
"okennedy@buffalo.edu"
] | okennedy@buffalo.edu |
fe330dfd7bb8c74aa3181f97dbc1f9bc4af73ec8 | dc1bbd5381a103e6baa39f0264d704ee81745687 | /ZBKit/APIConstants.h | dbf45357acbab27193b9d4237b499689bfdd652b | [] | no_license | asdlei99/ZBKit | b07a4951a79c090355b2acac2211e2f5026ad40f | 90225373f76a8b178036098c716bb1d64df88c02 | refs/heads/master | 2023-01-15T09:57:09.888071 | 2020-11-19T02:59:13 | 2020-11-19T02:59:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 337 | h | //
// APIConstants.h
// ZBKit
//
// Created by NQ UEC on 17/1/24.
// Copyright © 2017年 Suzhibin. All rights reserved.
//
#ifndef APIConstants_h
#define APIConstants_h
#define menu_URL @"/lol/api/v1/authors?iap=0"
#define list_URL @"/lol/api/v1/shipin/latest?author=%@&iap=0jb=0&limit=50&offset=0"
#endif /* APIC... | [
"szb2323@163.com"
] | szb2323@163.com |
cd322677e6fa972b2a612c032730167e7674c7a2 | 5055f1712b65577154390f75e03442623690292d | /LeetCode/modifyString.c | ffe72bedbc893328f302c4dec652f2fda1e83612 | [] | no_license | ChristopherK-Y/C-stage | d0e9f318ae31f261f54e0a58729a1fda103f3020 | 5cbff4ba1f7d731192016c89d448f00f52f252fc | refs/heads/main | 2023-02-15T16:55:08.331763 | 2021-01-16T12:43:23 | 2021-01-16T12:43:23 | 312,303,912 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,167 | c | /*
给你一个仅包含小写英文字母和 '?' 字符的字符串 s,请你将所有的 '?' 转换为若干小写字母,使最终的字符串不包含任何连续重复的字符。
注意:你不能修改非 '?' 字符。
题目测试用例保证 除 '?' 字符 之外,不存在连续重复的字符。
在完成所有转换(可能无需转换)后返回最终的字符串。如果有多个解决方案,请返回其中任何一个。可以证明,在给定的约束条件下,答案总是存在的。
示例 1:
输入:s = "?zs"
输出:"azs"
解释:该示例共有 25 种解决方案,从 "azs" 到 "yzs" 都是符合题目要求的。只有 "z" 是无效的修改,因为字符串 "zzs" 中有连续重复的两个 'z' 。
示例 2:
输入:... | [
"2850070304@qq.com"
] | 2850070304@qq.com |
0a1fc29fff43d5e934acf5e85c75134f18821197 | 0885f9a49a9fa5ac75370d8532671937834e31fc | /project/realtek_ameba1_va0_example/example_sources/gpio/src/main.c | 00e1ba3a4bee03364d029c3f70f6fda4c105e8b0 | [] | no_license | AmebaWorld/RTL8710_SDK_GCC_VERSION | 8e7eb611adfd41e8aaf9e04eef79e3a67be94659 | b903ccb8f9deab2e926dbf707463da8d948d8f4d | refs/heads/master | 2020-12-24T14:27:28.477328 | 2016-09-10T12:12:45 | 2016-09-10T12:12:45 | 67,869,524 | 3 | 0 | null | 2016-09-10T12:24:36 | 2016-09-10T12:24:36 | null | UTF-8 | C | false | false | 1,200 | c | /*
* Routines to access hardware
*
* Copyright (c) 2013 Realtek Semiconductor Corp.
*
* This module is a confidential and proprietary property of RealTek and
* possession or use of this module requires written permission of RealTek.
*/
#include "device.h"
#include "gpio_api.h" // mbed
#include ... | [
"13826173658@163.com"
] | 13826173658@163.com |
36c475b1e620e91bc71a70fe6f616c6faa3c0342 | d5c394611ee17e0af17b2ce1411db6e31144066d | /openmpi-1.2.4/orte/mca/ras/base/static-components.h | a2ab99b14060ff15281123473682632bc9cde129 | [
"BSD-3-Clause-Open-MPI"
] | permissive | yangshujie/SpherePacking | 10fd8223b591f6583493d96ff2fe322f62c88910 | 6e725c0e54f625d3c368ed4a8f712aea8b279536 | refs/heads/master | 2023-03-20T18:30:01.001812 | 2016-03-05T12:15:18 | 2016-03-05T12:15:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 601 | h | /*
* $HEADER$
*/
#if defined(c_plusplus) || defined(__cplusplus)
extern "C" {
#endif
extern const mca_base_component_t mca_ras_dash_host_component;
extern const mca_base_component_t mca_ras_localhost_component;
extern const mca_base_component_t mca_ras_gridengine_component;
extern const mca_base_component_t mca_ras_... | [
"meghnav17@gmail.com"
] | meghnav17@gmail.com |
6892bad9ccee34fcbd3e50eb5050706f88802e9b | 424c72579f73565f069e39cb5982650235d97f17 | /WCuda/Tuto_Image/INC_SYMLINK/PROJECT/ImageCustomOverlay.h | 8c1552f0736c3264c87f3e746a54ad9b9a2830ed | [] | no_license | cyrilmanuel/SaveCuda | 3e982ed93b2b4ecd79a33b5947733976fd7d8b75 | 2cdbf314644fceb98f6e725f5036951e7a67438d | refs/heads/master | 2021-01-20T12:56:40.904408 | 2017-04-28T16:49:30 | 2017-04-28T16:49:30 | 82,669,389 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 98 | h | /home/arc7/SaveCuda/WCuda/Tuto_Image/src/core/03_advanced/02_overlay/01_image/ImageCustomOverlay.h | [
"cyriljeanneret@gmail.com"
] | cyriljeanneret@gmail.com |
865cbc6a59d34cb5842414c984e31bc719e6960b | cc518c7b2d779fdf568ab9345c713f4a40f9b140 | /pinDefs.h | abfc3f277da98b0f2d229c56db027c4b28c4daf9 | [] | no_license | lunkscrummaster/Reactore_2016 | 8fb342621d94318440228c775c8e7162c4cfc7cd | 91489ba7ade68dff3cc9ae8399bcf47c64658632 | refs/heads/master | 2016-09-14T01:01:18.652807 | 2016-05-25T23:11:03 | 2016-05-25T23:11:03 | 59,252,215 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 4,881 | h | ////////////////////////////// Debug Pins
//#define debugPin 17
// lcd 2,3,4,5,6,7
////////////////////////////// SONAR I/O PINS
// outrigger level sonars
//#define oOutriggerTightSonarTrigger 47
//#define oOutriggerLooseSonarTrigger 51
#define ioOutriggerTightSonar 47
#define ioOutriggerLooseS... | [
"lunk@scrummaster.com"
] | lunk@scrummaster.com |
b6b38681c4844590f32d41e5959a80eb7f96fd28 | eeaefd74d9bba6674af98c23216627b918ae196c | /include/avrframework/types/EBoolean.h | 1e5dbeff4188d79d99e3c2901f2704caef9ccb67 | [
"MIT"
] | permissive | bkozdras/avr-framework | 45624998878bb0a9a4df99140f91a1158adf8904 | 9069306f3c158fc8b1f4b5dd3c1f1dee26e37307 | refs/heads/main | 2023-04-15T23:55:52.654759 | 2021-04-12T19:36:23 | 2021-04-12T19:36:23 | 349,396,928 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 816 | h | /**********************************************************************************/
/* Copyright by @bkozdras <b.kozdras@gmail.com> */
/* Purpose: Defined EBoolean type. */
/* Version: 1.0 ... | [
"b.kozdras@gmail.com"
] | b.kozdras@gmail.com |
bcd817464e08afe0cc3a96b08683b791d939b917 | 1ce21bcdd136df12caae0f33e5d66dbe72cbd53d | /Nucleo/main.c | 335247c28b5ff8dd11bf1818bdd94f059d74d2e7 | [] | no_license | arekmerta/GSM_FibocomG510 | 644d8e78da4c90506cf46810b1137b84657935b2 | 82c2b9be05f2160f315340494e5ee185ed76e109 | refs/heads/master | 2016-09-13T07:13:49.990399 | 2016-05-01T11:36:17 | 2016-05-01T11:36:17 | 56,122,213 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 9,371 | c | /**
******************************************************************************
* @file main.c
* @author Arkadiusz Merta
* @version V0.1
* @date 21-April-2016
* @brief FibocomG510-based GSM extension from MikroTar.pl
* This code is based on:
* forbot.pl : http://forbot.pl/blog... | [
"arek.dot.merta@gmail.com"
] | arek.dot.merta@gmail.com |
806a34849f16e931aae8d86f8b1b198bcd03f51b | 092303ce443cca17ea795c7afb8e9edb7bb8c821 | /queue.c | f77d4db2e07d95b3ae1eb25dae1c479b54d9c7cf | [
"MIT"
] | permissive | psinha25/cs537-p6 | f8fd893d9e77a66292ace21c17fc09ceeb518f39 | 0483b125a7852c473fc06f72ad32318e267c0783 | refs/heads/master | 2023-09-03T03:02:08.449380 | 2021-04-20T02:52:40 | 2021-04-20T02:52:40 | 358,082,593 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,162 | c | // #include "queue.h"
#include "types.h"
#include "param.h"
#include "mmu.h"
#include "proc.h"
#include "defs.h"
static int queue_findfree(struct clockqueue *queue)
{
int i;
for (i = 0; i < CLOCKSIZE; i++)
{
if (queue->buffer[i].pte == (uint *)NULL &&
queue->buffer[i].va == NULL &&
... | [
"sinhaprasoon@gmail.com"
] | sinhaprasoon@gmail.com |
9f734c73e3cb686dce7f218d6b09f1cb4b0cfbec | ba89366e77c8b6664150f023d0e074b2d4008212 | /Testing and Verification /endsem_ee709_testing/q5/cmu_bdd/boole/hash.c | eb77cf50d9419b8f04813f8c7a6a411d55e1e4ed | [] | no_license | sarvesh-kale/Courses | 3cd647c053892d64acb818618d5d1d0cf67e9b2c | e370a5d25d3c3b472ffa5ea5c49031ea933cf86e | refs/heads/main | 2023-06-29T21:23:27.148202 | 2021-08-01T08:25:38 | 2021-08-01T08:25:38 | 391,561,030 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,051 | c | /* Hash table routines */
#include <memuser.h>
#include "hash.h"
struct hash_rec_
{
pointer key;
long hash;
pointer data;
struct hash_rec_ *next;
};
typedef struct hash_rec_ *hash_rec;
struct hash_table_
{
#if defined(__STDC__)
long (*hash_fn)(pointer);
int (*compare_fn)(pointer, pointer);
#else
lo... | [
"sarveshkale7217@gmail.com"
] | sarveshkale7217@gmail.com |
9befc38df665ed0d980fdd4f2db1ec2e30912e7f | d45c2851c41bfac7a169236460a368ebf5032394 | /Lab 4/simodyssey/EIFGENs/simodyssey1/W_code/C1/we986d.c | 508586108463ec7622d6f43938035d5f46f5be01 | [] | no_license | GavinSit/EECS-3311-Software-Design | dd549ee44d7404a891e099e79d2545fefa502c57 | c762d4a16643c4e9f2ae546a51fdddc9b5d6c952 | refs/heads/main | 2023-04-26T22:50:12.356097 | 2021-05-17T16:25:27 | 2021-05-17T16:25:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,910 | c | /*
* Class WEL_GDIP_DASH_STYLE
*/
#include "eif_macros.h"
#ifdef __cplusplus
extern "C" {
#endif
static const EIF_TYPE_INDEX egt_0_986 [] = {0xFF01,232,0xFFFF};
static const EIF_TYPE_INDEX egt_1_986 [] = {0xFF01,245,985,0xFFFF};
static const EIF_TYPE_INDEX egt_2_986 [] = {0xFF01,985,0xFFFF};
static const EIF_TYPE... | [
"gavin.sit22@gmail.com"
] | gavin.sit22@gmail.com |
d58a5caf38d3ffef269b5671a6561ce96be40f8a | 47efca4139689becfef4122a43be7b49f1ffcb62 | /task10_yc600/yc600/debug/main-s/plc.c | a147dfe0eb2121c6df5ae882e1aeb8c183c278f4 | [] | no_license | isliulin/yuneng_task | 80349e1050c16b9987dd026d9afea889395766cc | 1eb38f0eef7e6424419b33ef15bf31e1fcf07ef0 | refs/heads/master | 2023-03-15T23:32:35.705455 | 2017-10-27T03:23:10 | 2017-10-27T03:23:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 33,080 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <termios.h>
#include <fcntl.h>
#include <string.h>
#include <sys/types.h>
#include "sqlite3.h"
#include "variation.h"
#include "debug.h"
#include "database.h"
#define BAUDRATE B9600
#define MODEMDEVICE "/dev/ttyO2" //9G45上的UART1
#define _POSIX_SOURC... | [
"895961454@qq.com"
] | 895961454@qq.com |
faa2be03ab20ad859ee743c6ed1136f9b69bfaa4 | 57f7f5cd5b5ac9cf05a26c7f756c5868b697ec6e | /src/Servicio.c | cdf42c47bd35f1dd8e4077fb88361293875ab54b | [] | no_license | GonzalezJoseL/GonzalezJoseLuis1PPL | 60102e3afe37f54829f1f8a0ffd92f67b8e4132e | cfb605de66103b92a6596c70d57c754da90f0368 | refs/heads/master | 2023-05-02T23:34:38.473538 | 2021-05-20T14:57:49 | 2021-05-20T14:57:49 | 369,007,653 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,258 | c | #include "Servicio.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "utn.h"
int MostrarListaServicios(eServicio servicios[], int tam)
{
int retorno=-1;
int i;
if(servicios!=NULL && tam>0)
{
printf("----------SERVICIOS----------\n");
for(i=0;i<... | [
"jose_luis_jlg@live.com"
] | jose_luis_jlg@live.com |
04f53487626f113bf30d1513868a24207021374b | 5ff6b034eee8a8ffef7c1aab53f29cdb26e7a480 | /mt7615e/src/mt_wifi/embedded/include/wlan_config/config_export.h | ff71939aee5bdd59bf4ddde14863c08399db8d6b | [] | no_license | schidler/driver | 29bc2bc4290f3b323c7d9f83e06728551e06eb9d | fa1234b8622d678c2539652478538335fd9986d0 | refs/heads/master | 2020-06-16T08:41:21.868699 | 2017-06-27T03:34:17 | 2017-06-27T03:34:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,825 | h | /* *
* (c) Copyright 1997-2012, MediaTek, Inc.
*
* All rights reserved. MediaTek source code is an unpublished work and the
* use of a copyright notice does not imply otherwise. This source code
* contains confidential trade secret material of MediaTek. Any attemp
* or participation in deciphering, decoding, reve... | [
"chengwenping@xcloud.cc"
] | chengwenping@xcloud.cc |
61d9a1b67b2147dbc6c7c4c25859c71ef755ecd7 | a441587c69d147b5f4b593f2bccb0f44ca1b1382 | /RoboMaster02/Src/main.c | 5a430cc75b67bcaf3ac438b3611e817c1f90d5bd | [
"MIT"
] | permissive | almawed/-STM32-RoboMaster- | 362efcd8d5de4898996ec4f1a58853e878b5d56c | 5964b6b14fbb41e6d164a79821f99a2ff74d4a0a | refs/heads/master | 2022-04-19T15:19:38.474645 | 2020-04-14T04:14:23 | 2020-04-14T04:14:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,839 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : main.c
* @brief : Main program body
******************************************************************************
* @attention
*
* <h2><center>© Copyri... | [
"1216532005@qq.com"
] | 1216532005@qq.com |
45365c4c484b86be9404d652cae2e1a712fc1631 | 6c314d9de329df3f64953e283477d422d8340ed3 | /lem_in/srcs/allpath.c | 1d3508324deff79696f9667d4cc08d973c915fd3 | [] | no_license | Maeril/homework | 3fd0b548949c9d15e227e44e5e5ca7f820d068d7 | c7525d48991693cfd2b0462538e5ac4d098fe701 | refs/heads/master | 2021-06-28T03:56:28.696032 | 2020-10-28T16:38:54 | 2020-10-28T16:38:54 | 157,708,137 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,108 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* allpath.c :+: :+: :+: ... | [
"Maeril@Avesta.local"
] | Maeril@Avesta.local |
b04768bb1d579828722b6080c94e51161de07ec7 | 7a1a6abe4bcbdead1629d88408c06305e34a98d1 | /tests/GNL_test_main.c | bff9e6d040a946dcca8a8d60a9f9fd7bdab8704f | [] | no_license | OoCharly/42_cursus_c | 1ea7018f6c9264be00f00b5aef934d51f4488af5 | 3cf7aac9591259b0ee0bb913d3f4972345631aa0 | refs/heads/master | 2021-01-13T09:04:30.676823 | 2016-11-19T19:34:58 | 2016-11-19T19:34:58 | 54,774,440 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 900 | c | #include <stdio.h>
#include <fcntl.h>
#include "get_next_line.h"
int main(int ac, char **av)
{
int fd;
int tab_fd[10];
int a;
int i;
char *line;
if (ac == 1)
{
while ((a = get_next_line(0, &line)) > 0)
printf("%s|->%d\n", line, a);
printf("%d\n", a);
return (0);
}
else if (ac == 2)
{
fd = open(a... | [
"cdesvern@e2r9p10.42.fr"
] | cdesvern@e2r9p10.42.fr |
33d3bef5a6c21f1f337c75fb34570c2c8c8c438d | 0b085287d26e47bff407677479600132abf42728 | /inherited-from-7zip/CPP/7zip/UI/FileManager/PluginsPageRes.h | 8fc923eee61786d389e4e6b1330d37d1f6049549 | [] | no_license | bks/qz7 | ee717626f111c5bf301e41732f2badf37e6272fa | 85493103def2959c2c3a68da9b48f9cf74791cc3 | refs/heads/master | 2021-01-22T03:39:22.364142 | 2008-12-09T00:35:38 | 2008-12-09T00:35:38 | 75,379 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 179 | h | #define IDD_PLUGINS 901
#define IDC_PLUGINS_STATIC_PLUGINS 1000
#define IDC_PLUGINS_LIST 1001
#define IDC_PLUGINS_BUTTON_OPTIONS 1002
| [
"bks@yochanan.(none)"
] | bks@yochanan.(none) |
c997b7c3f832895e977de170bb1af8f541a6331f | 7994529a03ae8778577520a6598d33fad07242b5 | /root-fs/usr/include/libfm/libfm/fm-app-menu-view.h | 49c7d345a9580e906a196db238d6a96e922156fb | [] | no_license | Ubiquitine/gentoopi | 816f08a42040b884f3afce0cf22922ffa7ca1f16 | 61bd12298423d1ac52bea52358abe69598e10c13 | refs/heads/master | 2021-01-01T16:19:10.085751 | 2013-01-23T08:37:08 | 2013-01-23T08:37:08 | 7,667,762 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,446 | h | /*
* fm-app-menu-view.h
*
* Copyright 2010 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version ... | [
"evgeniy.gurevich@gmail.com"
] | evgeniy.gurevich@gmail.com |
875ca0b47b11a27f1b33d2fd375079860b434fbc | fc09f165a0616536338d6cc717d79ed70bd8bdf6 | /dos/c/RANDTEST.C | aa6df35c19cc17e5da708931ea32301eb87f02cf | [] | no_license | doug16rogers/oldstuff | 9c80c2834260891d9d26f839f8250e56261606a2 | 756080797c6a34eb92929bab5ac55c3647df000f | refs/heads/master | 2020-05-18T14:22:35.790669 | 2017-03-07T21:32:32 | 2017-03-07T21:32:32 | 84,244,606 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,091 | c | #include <stdio.h>
#include <conio.h>
#include <graphics.h>
#include "r250.h"
void main(void)
{
/* request auto detection */
int gdriver = DETECT, gmode, errorcode;
int x, y, c;
int maxx, maxy, maxc;
double x_mu, x_sigma;
double y_mu, y_sigma;
R250_GENERATOR rng;
/* initialize... | [
"none@none.com"
] | none@none.com |
26d6fb0d4beb01a0a0a0bd4c74bc6aafb968f598 | dfd527218d5a945806224c1e3a761a2ee3e7244d | /sort/quick.c | 02bb559f42dbf6761914c74b63e388e363ec379a | [] | no_license | drvirtuozov/ceduc | 52d80aabea046481fbdf582d34f4e68060caad77 | f05dab9897dcac2cc73c0683e57c0cedd975add9 | refs/heads/master | 2021-04-28T21:08:58.893851 | 2018-05-14T17:16:14 | 2018-05-14T17:16:14 | 121,945,719 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 503 | c | #include "quick.h"
#include <ceduc/util/sort.h>
void sort_quick(int arr[], int low, int high) {
if (low < high) {
int p = qsort_partition(arr, low, high);
sort_quick(arr, low, p - 1);
sort_quick(arr, p + 1, high);
}
}
int qsort_partition(int arr[], int low, int high) {
int pivot = arr[high];
int i... | [
"drvirtuozov@ya.ru"
] | drvirtuozov@ya.ru |
3485ea1646c47dff854a7a1b697ea342ac6fd2ae | 39e63240554588f3ef76d08d69470b830906b26d | /labs/rails-top-tracks-api/vendor/bundle/ruby/2.5.0/gems/msgpack-1.2.4/ext/msgpack/sysdep.h | d1ec231c3c2404612f85892626dc55f0c8b2cdc3 | [
"MIT",
"Apache-2.0"
] | permissive | chrismlee26/makeschool | e9b316827b6cb0053255516411d7fd79ea28035e | 16b61c9306b8226ea24b1cb295e484d59c42d5c0 | refs/heads/main | 2023-06-25T08:26:24.490097 | 2021-07-19T04:38:25 | 2021-07-19T04:38:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,438 | h | /*
* MessagePack for Ruby
*
* Copyright (C) 2008-2013 Sadayuki Furuhashi
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/L... | [
"alexandru_turcanu@ymail.com"
] | alexandru_turcanu@ymail.com |
dd88f0eefb040b129f009dfa4a6b023ed9294ca6 | 00570b3c1791847f18d96595f8fac68391afeb08 | /UIPort.h | bb45e7595de6648ecccaa5d2a29cde51d368617b | [] | no_license | henrik-schwarze-p/sketches | 42d091d7879521dd139cdcc270d47f15828e2967 | 2cafab04d107fb4e242ccf5dc51869e36e52d44b | refs/heads/main | 2023-07-29T01:49:05.093086 | 2021-03-05T22:13:23 | 2021-03-05T22:13:23 | 344,923,590 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 335 | h | //
// CoreUI-Port.h
// AquaOS
//
// Created by Kurt Schwarze on 01.01.19.
// Copyright © 2019 Kurt Schwarze. All rights reserved.
//
#ifndef CoreUI_Port_h
#define CoreUI_Port_h
void showDigitalPortDialog(int currentPort, void (*fn)(int));
void showAnalogPortDialog(int currentPort, void (*fn)(int));
#endif /* Cor... | [
""
] | |
5ba235443ba401c9331a9638b17a814f2fd654df | de130188a242282bd99c95429c3a00dc7ddf1d5f | /src/util_unique_id.c | 236b1a3df08a51d914692c4796b193767a9cf2bd | [
"MIT"
] | permissive | trisiak/libDaisy | f747e54193fb2a4b9d69772b6f1b82d11fc3bd04 | ca3a334a072e7d5c22934d01fec1ec9775227677 | refs/heads/master | 2022-11-27T19:54:26.912578 | 2020-07-30T17:35:32 | 2020-07-30T17:35:32 | 286,165,058 | 0 | 0 | MIT | 2020-08-09T04:16:19 | 2020-08-09T04:16:18 | null | UTF-8 | C | false | false | 304 | c | #include "util_unique_id.h"
// Unique device ID register base address
#define H7_UID_BASE (0x1FF1E800UL)
void dsy_get_unique_id(uint32_t *w0, uint32_t *w1, uint32_t *w2)
{
*w0 = *((uint32_t *)(H7_UID_BASE));
*w1 = *((uint32_t *)(H7_UID_BASE + 4));
*w2 = *((uint32_t *)(H7_UID_BASE + 8));
}
| [
"shensley.audio@gmail.com"
] | shensley.audio@gmail.com |
e2f4ae30d9223787cf1eeb812a503f7770f1a218 | 2a0cffe9bb9dbc39b23374eb29a898cd476a989f | /source/ak_mpzn.h | 51bb245ee3b8a1b8d84be9b5210037adbb3498e1 | [
"MIT"
] | permissive | NikitaYurasov/libakrypt-0.x | e635601670ba1068b79bab8cb16d8c95d222fcdf | 0aefeb6f5627fbe6c4b24f790f3ede17af0eac4b | refs/heads/master | 2023-03-01T22:14:29.055240 | 2021-01-26T13:12:03 | 2021-01-26T13:12:03 | 313,869,578 | 0 | 0 | NOASSERTION | 2020-12-14T10:53:56 | 2020-11-18T08:28:55 | C | UTF-8 | C | false | false | 7,144 | h | /* ----------------------------------------------------------------------------------------------- */
/* Copyright (c) 2014 - 2019 by Axel Kenzo, axelkenzo@mail.ru */
/* */
/* Файл ak_mp... | [
"axelkenzo@mail.ru"
] | axelkenzo@mail.ru |
14d0b1d793baccfe4e2bd90dfa584ce1420887aa | d820bd3f6e4fe034ff9447e73c370b76796628de | /tools/bigramfreqs.c | 2e585c7866c5043c803e6b212a44a15510058aaf | [
"Apache-2.0"
] | permissive | wincentbalin/vagrant-tesseract-cuneiform | 71769d7bf30bfb9b467f409aefd97e589a085950 | 6293054d3f8878139e4c9c18aac9abded037ffba | refs/heads/master | 2020-03-27T01:58:01.741897 | 2019-08-28T15:44:04 | 2019-08-28T15:44:04 | 145,757,237 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,700 | c | /* See LICENSE file for copyright and license details. */
#define usage "bigramfreqs\n\n" \
"Outputs the frequencies of all bigrams (occurances of two\n" \
"characters adjacent to each other). These are used to calculate\n" \
"most common spacing patterns for the characters.\n... | [
"wincent.balin@gmail.com"
] | wincent.balin@gmail.com |
0e9f9fd958d697e82e70d27b60f6122a7bf4177c | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/fastsocket/kernel/drivers/net/wireless/brcm80211/brcmsmac/phy/extr_phy_lcn.c_wlc_lcnphy_get_tx_iqcc.c | d2f909d15355641e2b00edb7b5e69f99952fa472 | [] | 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 | 935 | 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 |
67761bfc3c01b56efc48aec0079e6e9b67e39b36 | 79624cbb0ab22a20802bb4bba4f620a12b830afb | /amd/amdgpu/cik_ih.c | 7427b67197fd528e24d3e5b587ce6b2d52f95838 | [] | no_license | daxionga/amdgpu-dkms | 54af322c2349f435704cf5617452ebf12eea830d | 0111fdff071a62031b190c7c77be9af01f1072c8 | refs/heads/master | 2022-03-29T11:47:49.415200 | 2020-01-11T16:54:02 | 2020-01-11T16:54:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,295 | c | /*
* Copyright 2012 Advanced Micro Devices, Inc.
*
* 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, m... | [
"illialoo99@gmail.com"
] | illialoo99@gmail.com |
0e4a3ffbc40e1f1f5e9fc1ebfd49fb79530bc9ed | e76f08fcea32c603a434c783bdf220a2d9a8c732 | /src/menu/menu.h | b2ffe472b2404a07acfdf4fae56cabb623df7a7e | [] | no_license | balrogsoft/uae4all-morphos | b77ea9d23635d6448efbbd498d3f2e5bc0b5f785 | ac5a7c1356a39b64977856145063e56e6eea0ebf | refs/heads/master | 2020-11-23T20:50:31.722636 | 2019-12-13T10:46:52 | 2019-12-13T10:46:52 | 227,803,549 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,841 | h | #include<stdio.h>
#include<SDL.h>
extern SDL_Surface *prSDLScreen;
#define MENU_FILE_SPLASH DATA_PREFIX "splash.bmp"
#define MENU_FILE_BACKGROUND DATA_PREFIX "background.bmp"
#define MENU_FILE_WINDOW DATA_PREFIX "window.bmp"
#define MENU_FILE_TEXT DATA_PREFIX "text.bmp"
#ifdef DREAMCAST
#ifdef AUTO_RUN
#define MENU_D... | [
"noreply@github.com"
] | balrogsoft.noreply@github.com |
5d4f79eabd6ead56a231ab01a78317661c0eb6fb | e263c11e1ee19e7297e246bcd4364a8ffd1d7af4 | /learnCTheHardWay/ex4.c | 6d0b10f330d6603811a7b689fec4904b84899e68 | [] | no_license | simenfuglestad/books_and_tutorials | 58dfcc7fc47c41de16ef2e8edede50931c25bb48 | 121a7a9aef8b7825bffe8599082e04649aada252 | refs/heads/master | 2021-06-03T08:12:58.045473 | 2016-09-07T02:19:56 | 2016-09-07T02:19:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 163 | c | #include <stdio.h>
int main()
{
int age = 10;
int height = 20;
printf("I am %d years old.\n", age);
printf("I am %d inches tall.\n", height);
return 0;
}
| [
"fuglestad.simen@gmail.com"
] | fuglestad.simen@gmail.com |
1f3cb0b4904bf428b21b0b2db6a24970f06bb964 | d44cd114383be768af158815a9cf3e9aee568c77 | /ants.c | c59018ddfd456f9619924e184acf440045c50bbc | [] | no_license | jasont7/kattis-problems | eb464710ede00094ebce14f0a13471cf2ea20f93 | 2d70cfeb99cb91c498e82ab5aa6f541d3c55256a | refs/heads/master | 2022-12-12T19:21:36.570548 | 2020-09-02T19:58:02 | 2020-09-02T19:58:02 | 292,379,953 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,164 | c | #include <stdio.h>
int max(int len, int arr[]) {
int max = 0;
for (int i=0; i < len; i++) {
if (arr[i] > max)
max = arr[i];
}
return max;
}
int main() {
int numCases;
scanf("%d", &numCases);
int earliest[numCases];
int latest[numCases];
for (int i=0; i < numC... | [
"amjbvic@gmail.com"
] | amjbvic@gmail.com |
8230061b7bf9758fa1d3cdf3f8071f2956873453 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/routines/xsci/wf_fig.h | 41815a76c16e0164761ee471272d76e5e4ab1664 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 9,405 | h | #ifndef FIG_H
#define FIG_H
/*
* FIG : Facility for Interactive Generation of figures
* Copyright (c) 1985 by Supoj Sutanthavibul
* Parts Copyright (c) 1994 by Brian V. Smith
* Parts Copyright (c) 1991 by Paul King
*
* The X Consortium, and any party obtaining a copy of these files from
* the X Consortium, direc... | [
"claude.gomez55@gmail.com"
] | claude.gomez55@gmail.com |
5207e92c0fb97d496025693f593b868c9834c045 | 7e524c35d38fb9333d7695a7e3d0ce2d6d370f47 | /FSAccountSample/Pods/Headers/Public/FSAccount/FSDBMobanController.h | 656b56b95a5b09a39858e6d1eafc371d87277e40 | [
"MIT"
] | permissive | fuchina/FSAccount | 552a221d3052ec6602d4014a057b8e7ec1ed098a | 7781f4f4e3fca2d7619306d0bbce95385a503cb2 | refs/heads/master | 2020-04-14T05:26:15.867190 | 2019-12-14T06:22:51 | 2019-12-14T06:22:51 | 160,151,875 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 59 | h | ../../../../../sdks/FSAccount/classes/FSDBMobanController.h | [
"fuart@qq.com"
] | fuart@qq.com |
9fa16e9e3b4e254630841d19743971c2c39f7e19 | 96f41be96e8d571e0f7b8d8e4fc183cccc25a6c5 | /src/pins.c | aeaaa9a05ffe07ca92d72ac203d944de0dc37317 | [] | no_license | tuzhikov/SURD | 6206f991f580d46b2f83f44db3dabbf07830ba3e | 6672ae4cf562906da7f9433e393b36f373ec1591 | refs/heads/master | 2021-01-19T14:56:15.362258 | 2015-12-29T10:33:55 | 2015-12-29T10:33:55 | 41,593,880 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C | false | false | 14,298 | c | /*****************************************************************************
*
* © 2014 Cyber-SB. Written by Selyutin Alex.
*
*****************************************************************************/
#include "stellaris.h"
#include "pins.h"
#include "adcc.h"
#include "debug/debug.h"
#include "version.h"
#includ... | [
"at_alex@bk.ru"
] | at_alex@bk.ru |
9d642140340b8c99072d5d996b6d8645f38c9281 | ace26cc33ebc9fa02199b0627699999adfba2164 | /kernel/linux-5.4.152/drivers/media/i2c/ov7740.mod.c | 48a1de3f45233791eafe0df99932ab29f8f8095f | [] | no_license | YJbonobono/linux-design | 936d5b9880e2aac4d86c07c3ca6c260d90b3e135 | 1684b19645bcd523d51fe2d12805d0bbcdea6599 | refs/heads/main | 2023-08-07T21:55:30.484704 | 2021-10-12T17:01:04 | 2021-10-12T17:01:04 | 413,645,550 | 0 | 0 | null | 2021-10-05T02:34:49 | 2021-10-05T02:15:12 | Shell | UTF-8 | C | false | false | 2,623 | c | #include <linux/build-salt.h>
#include <linux/module.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>
BUILD_SALT;
MODULE_INFO(vermagic, VERMAGIC_STRING);
MODULE_INFO(name, KBUILD_MODNAME);
__visible struct module __this_module
__section(.gnu.linkonce.this_module) = {
.name = KBUILD_MODNAME,
.init = init_... | [
"1004anny1@naver.com"
] | 1004anny1@naver.com |
a15d7e0a6c0327634321569a5779c7b1f1b8aac1 | f55fe3a296a36b0f5185b25cefcd21a54d1f7bac | /Libft/srcs/ft_putchar_fd.c | 29b7b2cea733f59b639a69c9ae7ce3d8f7f31e9e | [] | no_license | RemiDC/fdf | 1edc790809c78c1b9ea1813492c5a9ac16ef1241 | 0fb1e9abfc208cc76544eb5072fd17e2b76e1812 | refs/heads/master | 2020-04-19T03:25:42.030992 | 2019-01-28T09:27:24 | 2019-01-28T09:27:24 | 167,934,060 | 1 | 1 | null | 2019-06-06T08:48:44 | 2019-01-28T09:24:35 | C | UTF-8 | C | false | false | 971 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putchar_fd.c :+: :+: :+: ... | [
"reda-con@e1r10p14.42.fr"
] | reda-con@e1r10p14.42.fr |
c797d28eb04ce8be26c57f49b191fa87eb7a8650 | f9e83aca7857df2e411920a495c16af13ef234db | /Piscine_C/day12/ex00/ft_display_file.c | ee10b1f1e225cf713454fee3df7e403daeac3c64 | [] | no_license | ccellado/pool-things | 5af799d9fb4f2f478e133baa9f91a295ef4d5431 | 95c6e286ea94af72c9bb57e28dcb471857d03127 | refs/heads/master | 2020-04-03T12:41:45.017750 | 2018-12-03T10:26:08 | 2018-12-03T10:26:08 | 155,260,190 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,382 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_display_file.c :+: :+: :+: ... | [
"ccellado@e2r10p2.21-school.ru"
] | ccellado@e2r10p2.21-school.ru |
cf76476186ae4420d2a7148f17a1d82aa56e31ad | cf9437829b8cc948cb04ce2c5c75eeef8bb49e15 | /Assignments/Week 6/QN17.c | 84e03518e472fda5f0736218deb053cee546e356 | [] | no_license | dhanvin-k/DhanvinKodiatar_ME333_Introduction_To_Mechatronics_Winter2019 | 709c689aee63c0c42a350fb76a6d6c3bfc11f361 | 474e51ff3f6eff3b819dd6712229c15f8b3b5de5 | refs/heads/master | 2020-07-31T19:33:12.491280 | 2020-04-06T10:07:48 | 2020-04-06T10:07:48 | 210,729,711 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,395 | c | #include "NU32.h" // constants, funcs for startup and UART
void __ISR(_EXTERNAL_0_VECTOR, IPL2SOFT) Ext0ISR(void) { // step 1: the ISR
_CP0_SET_COUNT(0);
char stopString[100],elapsedTime[50];
float et;
sprintf(stopString,"Press the USER button again to stop the timer.\n");
NU32_WriteUART3(stopString... | [
"46697688+dhanvin-k@users.noreply.github.com"
] | 46697688+dhanvin-k@users.noreply.github.com |
e93840f51f41717d81cd7c5f80f05de8e3c6641c | 0bd427465bc59b49b847c209cc4ce62053458553 | /开灯问题/main.c | 181783562a01fa6f4748aefd06cfa12b003f59f5 | [] | no_license | CanisYue/ACM | 5e391503437329399a1151291a618548a03b4347 | cb1255603c1512f0b1e672c840205417318c8071 | refs/heads/master | 2020-03-25T20:35:38.774219 | 2018-08-09T10:46:03 | 2018-08-09T10:46:03 | 144,137,935 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 490 | c | #include <stdio.h>
#include <string.h>
#define maxn 1010
int a[maxn];
int main()
{
int n, k, first=1;
memset(a, 0, sizeof(a));
scanf("%d%d", &n, &k);
for(int i=1; i<=k; i++)
for(int j = 1; j <= n; j++)
if(j % i == 0) a[j] = !a[j];
for (int i = 1; i <= n; i++)
if(a[i])
... | [
"1025221390@qq.com"
] | 1025221390@qq.com |
d70eac012d259b9c695c6e574f8e4b91768a86f8 | 2de5c012ba9be7a2123a2029b2d927068668661c | /day02-select/serv.c | baa6960867f547538736c5d80775fe63ae1d72f0 | [] | no_license | JX-Jason/Linux_Net_Prog | 6016574564ae347a409c427fd5000d61384407f0 | b12293c61ac08e8c7886a402632ad8acf8ce6145 | refs/heads/master | 2023-01-06T16:28:12.801116 | 2020-11-10T07:01:22 | 2020-11-10T07:01:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,554 | c | #include <stdio.h>
#include <arpa/inet.h>
#include <string.h>
#include <sys/select.h>
#include <sys/socket.h>
#define BUF_SIZE 30
void error_handling(char *message)
{
perror(message);
exit(1);
}
int main(int argc,char **argv[])
{
fd_set reads,cpy_reads;
int result,str_len;
char buf[BUF_SIZE];
st... | [
"13342269926@163.com"
] | 13342269926@163.com |
2d49f77b20b83ba38dfcd2bcf0c7e750e6b63dc2 | ea67fa95f3f78b27ebfcd534157262de87d6b0a0 | /BackUp/client/iptable.h | a479f6701e6d1ab83a7fe0fe691511183f9691b3 | [] | no_license | prsood/p2p_network | ba8086a7aba510c7a2791bcd5c11b53352412dbc | 67ca01607f072062936f08edfe608e7416776b83 | refs/heads/master | 2020-03-26T19:49:40.260153 | 2017-02-07T20:39:44 | 2017-02-07T20:39:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 573 | h | #ifndef IPTABLE_H
#define IPTABLE_H
#include <winsock2.h>
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include "proto.h"
void set_my_node(client_node * mynode);
/* Adds new node to the routing table */
void add_node(client_node * new_node);
void send_iptable(SOCKET sock);
void update_iptable(void);
... | [
"mathesis@inbox.ru"
] | mathesis@inbox.ru |
2ee077923e8bbbb0ebd9707231d2b100c177419e | beb1577a4879f987466b593aa3c0d2b4142d5947 | /Lab06/Lab6_1/coda.c | df53d98a4f4b409651b7f604969e727e78fa4e90 | [] | no_license | tbhCiro/Apa | 97970c1af6046b947cd23d44d13cafed72bfc68b | 5597897391d833b7a8e499f87cf37836be5ac3ce | refs/heads/master | 2020-02-26T17:02:24.758019 | 2014-11-09T19:26:43 | 2014-11-09T19:26:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,078 | c | /*
* =====================================================================================
*
* Filename: coda.c
*
* Description: source code for coda.h lab6
*
* Version: 1.0
* Created: 11/09/2014 07:41:42 PM
* Revision: none
* Compiler: gcc
*
* Author: Umber... | [
"realeumberto@gmail.com"
] | realeumberto@gmail.com |
526e7349e0da52d5afb379e6d2148bda46f2583f | 6fa6be3e7dcb10d020209f7a73de393a1f24bd45 | /linux-3.4/drivers/misc/sgi-xp/xpc_uv.c | cc2ae7ec0d222ddec9986c93ed643e80263a37be | [
"Apache-2.0",
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later"
] | permissive | okshall/v3s-linux-sdk | f9eb73a1e271ebf02320f98befabccdb6c462944 | 776196306198f14ec6f10c316950a81b7e417886 | refs/heads/master | 2021-07-07T11:44:34.667911 | 2021-01-22T04:43:38 | 2021-01-22T04:43:38 | 225,315,340 | 1 | 0 | Apache-2.0 | 2019-12-02T07:46:23 | 2019-12-02T07:46:22 | null | UTF-8 | C | false | false | 47,950 | c | /*
* 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-2009 Silicon Graphics, Inc. All Rights Reserved.
*/
/*
* Cross Partition Communication (XPC) uv-based functions.
*... | [
"yeashenlee@163.com"
] | yeashenlee@163.com |
11c54983c31e86d4987ac12a90558e30cc4ceab4 | 634fbd7209dc005a1f0c8c8e0709912d138f9b97 | /src/driver/device/radio_control.h | 6eba9dfd427962263d12c80917cb2b7300347ea5 | [] | no_license | teiseibun/loyalty_fc | 912b78d8c52c19f06d8f9692a91922e2a2a4b694 | 4ea72519dbe97359ddbc26414612696379376e73 | refs/heads/master | 2020-07-06T09:57:23.008303 | 2019-09-23T07:17:14 | 2019-09-23T07:17:14 | 202,978,851 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 730 | h | #ifndef __RADIO_CONTROL_H
#define __RADIO_CONTROL_H
#define RC_ROLL_ANGLE_MAX 35.0
#define RC_ROLL_ANGLE_MIN -35.0
#define RC_PITCH_ANGLE_MAX 35.0
#define RC_PITCH_ANGLE_MIN -35.0
#define RC_YAW_RATE_MAX 35.0
#define RC_YAW_RATE_MIN -35.0
#define RC_THROTTLE_SCALE_MAX 100.0
#define RC_THROTTLE_SCALE_MIN 0.0
typede... | [
"teiseibun.tw@gmail.com"
] | teiseibun.tw@gmail.com |
99ecb4f94f61e03092722d82a6af2b80f1242983 | 6e3b08a24eeb2f71301c17dc51c1504d945e1c61 | /factoring/main.c | f2d6925ecefbd6cbf60349904dd1507e4fa82fdc | [] | no_license | rcorcs/factoring | ab2b3e3985bbedcd0313894c63cf046a6bd933eb | 9365246624451b17e4a740582e7832808591ba9a | refs/heads/master | 2021-01-19T00:25:10.887364 | 2014-08-06T19:31:08 | 2014-08-06T19:31:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,214 | c | /*
* factoring
*
* compile: gcc main.c ./datatypes/*.c ./time/*.c -o factoring -lgmp -lrt
* run: ./factoring (-n <number> | -r <num_digits>)
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <gmp.h> //Big Numbers
#include "datatypes/list.h"
#include "time/hr_tim... | [
"rcor.cs@gmail.com"
] | rcor.cs@gmail.com |
a91badbcc57923be369b42eb84f5bfbf2de24966 | 44b0265ffd0fcb545958671a4b342c64e9d6ac34 | /lista02/15.c | 9352cf44770083575cb23145668820562936bfa8 | [] | no_license | Leobertucci/pe_q32017_11028714 | 59c34a2f197c524d2733e21398f90e0e58963b42 | 3384f8f35ec1c4a1af2fd44728825324676f3d38 | refs/heads/master | 2021-08-20T02:37:56.700904 | 2017-11-28T01:40:07 | 2017-11-28T01:40:07 | 104,471,709 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 385 | c | #include<stdio.h>
#include<math.h>
//torre de hanoi
int Hanoi(int n, char origem, char passagem, char destino){
if(n==1){
printf("%c-%c, ", origem, destino);
}
else{
Hanoi(n-1, origem, destino, passagem);
printf("%c-%c, ",origem, destino);
Hanoi(n-1, passagem, origem, destino);
}
return 0;
}
int main(){... | [
"leo.bertucci@hotmail.com"
] | leo.bertucci@hotmail.com |
ae45603b0dca415f4f45b02223ebdb5cd82fc575 | 805455273038d08abdf488e210c2483d61c98ce6 | /Projet FInal C/Profileur/src/Parseur.c | 38d8703dde7562fb3dd9ad1b8a15670ffb1354c9 | [] | no_license | pintob/FinalProjet | 9d00177b9732f8168e6a3c263509aaabbd40c4e9 | 157ce93820897a94dabcc8726d65db37b614e569 | refs/heads/master | 2020-04-12T23:24:59.971311 | 2019-11-27T18:14:24 | 2019-11-27T18:14:24 | 162,818,739 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,251 | c | /**
* \file Parseur.c
* \brief Permet de parser des fichier.log
* \author PINTO Bruno
*
* Permet de parser des fichier.log
*
*/
/* ### BIBLIOTHEQUE ### */
#include "../include/Parseur.h"
#include "../include/Erreur.h"
/* ### DECLARATION MACRO PRIVEE### */
#define MILLION 1000000.
/* ### DECLARATION FONCTION... | [
"noreply@github.com"
] | pintob.noreply@github.com |
4eef73ecc087b86f3d51c08024336ff2be545c73 | bac00490ab22316316b8c96db578a3c5f91f57ba | /test/testexe/sum6.c | ed2b8ec4558ccb9815d6211ede580277627a9b15 | [] | no_license | lsgw/kiki | 1d9ba28f9c49336c362b36e8e431e71d53fd40dc | 7413bf28edd1d1520a35171062f632a8991d1cb3 | refs/heads/master | 2020-06-19T19:42:55.386027 | 2019-07-14T14:37:43 | 2019-07-14T14:37:43 | 196,846,662 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 503 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <dirent.h>
#include <errno.h>
#include <string.h>
#define OUTFD 6
int main(int argc, char* argv[])
{
char line[1024] = { '\0' };
int n = 0;
int i = 0;
int j = 0;
int t = 0;
while ((n = read(OUTFD, line, 1024)) > 0) {
lin... | [
"xiaoge@XiaoGedeMacBook-Air.local"
] | xiaoge@XiaoGedeMacBook-Air.local |
b20802efba0f69ed14793f039bc53e715131049b | 4feaed629faa10d446d79cfdf8c0482b4a67a97d | /apps/examples/peripheral/cvref/triangle_wave/firmware/src/system_config/pic32mx795_pim_e16/system_init.c | 45b009d04a5fbc879920676251304daf09375d35 | [] | no_license | venkatarajasekhar/mplab-harmony | 6711a3e748bbc7c592f7f6413a3dd9c47305ea71 | e0a303afae1a37c14d567ae5ad1f528706bb5a6e | refs/heads/master | 2021-01-25T05:57:18.269113 | 2016-10-12T15:00:00 | 2016-10-12T15:00:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,840 | 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... | [
"mmitchel@gmail.com"
] | mmitchel@gmail.com |
132569c780fa33fd681ae3e7f9da52c5672ae860 | b49424ca7cd8c5772904edeb9e35b6e3d0efdafd | /0x04-pointers_arrays_strings/8-main.c | 2c6575d20735df05027c0039950484962daf88ef | [] | no_license | nildiert/holbertonschool-low_level_programming | 5b999147be4279727bf9b5cb35db6c3544e1a683 | 10bf68a8b7942b07adce757100d942317efca88f | refs/heads/master | 2021-07-02T08:18:42.738465 | 2020-09-22T18:50:12 | 2020-09-22T18:50:12 | 169,418,618 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 433 | c | #include "holberton.h"
/**
* main - check the code for Holberton School students.
*
* Return: Always 0.
*/
int main(void)
{
int array[5];
array[0] = 98;
array[1] = 402;
array[2] = -198;
array[3] = 298;
array[4] = -1024;
print_array(array, 0);
print_array(array, 1);
print_array(array,... | [
"niljordan23@gmail.com"
] | niljordan23@gmail.com |
a8be8451e7a0d83028811efcc5053a0f73045ccf | eb16ae31c6c3bfd11f7d3bd2bd0988965f72306e | /lab3.c | 6071a10acb1bea040941257d3f887bb9152f38bf | [] | no_license | shivakodali/1BM18CS100-DS | 2e4f24c9f08042db702058f1f5d2cfd2613e686c | a00fd7958ab97419e69296459c65e550a85e200c | refs/heads/master | 2020-07-06T21:42:35.208055 | 2019-11-23T12:30:40 | 2019-11-23T12:30:40 | 203,146,480 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,753 | c | #include<stdio.h>
#include<conio.h>
#include<process.h>
#define size 10
void push(char item, char stack[], int *top)
{
(*top)++;
stack[*top]=item;
}
char pop(char stack[],int *top)
{
char item;
if(*top==-1)
printf("Enter a valid expression");
else
{
item=stack[*top];
(*top)--;
}
return ... | [
"noreply@github.com"
] | shivakodali.noreply@github.com |
404ca80178d6e8d3122b96f429a0f34b77a0e881 | 1c3bed0b3555fbe9a120ef0796ee0c68ba3a6603 | /service/src/manchester.h | c1adb1358195c0cab1787e7deca997b75fe01bcf | [] | no_license | o-o-overflow/dc2021q-a-fallen-lap-ray | 977f6b1ed41a3bcf6bdf86e1e473f3ef17918532 | 5b6d59206c6c264ea142f08cd068473958c9ff70 | refs/heads/master | 2023-04-12T04:54:17.486123 | 2021-05-05T04:25:33 | 2021-05-05T04:25:33 | 347,824,810 | 10 | 0 | null | null | null | null | UTF-8 | C | false | false | 70 | h | #ifndef MANCHESTER_H
#define MANCHESTER_H
#endif /* MANCHESTER_H */
| [
"adamdoupe@gmail.com"
] | adamdoupe@gmail.com |
acb0d55b3bdcbc99c087147a6fe9cb8d2d95f151 | b9264524ecfa5e3607ee8d70b8b60eb9090c26d2 | /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_UDP_Mode_CLI_Windows_Simulator/DemoTasks/UDPCommandServer.c | 335ad1d395824d9a1a5e3f4314c3140d8d31dad6 | [
"MIT",
"GPL-2.0-or-later",
"freertos-exception-2.0"
] | permissive | kilograham/FreeRTOS | 884fe99a520616796e29aa4fdb0f0c4f6f641756 | e117bdcd178c4074fd0d255958487807a7b50032 | refs/heads/main | 2023-06-10T21:22:00.915782 | 2021-05-07T22:15:00 | 2021-05-07T22:15:00 | 366,805,094 | 2 | 1 | MIT | 2021-05-12T17:57:40 | 2021-05-12T17:57:39 | null | UTF-8 | C | false | false | 6,763 | c | /*
* FreeRTOS V202104.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including ... | [
"noreply@github.com"
] | kilograham.noreply@github.com |
2eb6b20952e31aa080e6452900e659a4783d1de9 | d2917ab14e54cd65be1a345807377575044e5a09 | /benchmarks/tr2018/Overflow-Saturate-Mode/K=5/CBMCv5.11-Mini-SAT/DFI/ds-06-impl1.c | 812df573dc1fc09be57e98afeed25cef5af46b3d | [
"Apache-2.0"
] | permissive | YashChopda/COMP30040_YashChopda | 73eafa60b42b76feec0d978a07fc722998f2fe90 | a88b75309a402d240630365d68accdfd988e330c | refs/heads/main | 2023-04-02T13:42:12.959209 | 2021-04-15T22:08:30 | 2021-04-15T22:08:30 | 302,636,541 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 405,500 | c | # 1 "benchmarks/ds-06-impl1.c"
# 1 "<built-in>"
# 1 "<command-line>"
# 1 "/usr/include/stdc-predef.h" 1 3 4
# 1 "<command-line>" 2
# 1 "benchmarks/ds-06-impl1.c"
# 1 "/home/yashchopda/Desktop/dsverifier-v2.0.3-esbmc-v4.0-cbmc-5.6/bmc/dsverifier.h" 1
# 20 "/home/yashchopda/Desktop/dsverifier-v2.0.3-esbmc-v4.0-cbmc-5.6/b... | [
"yash.chopda7@gmail.com"
] | yash.chopda7@gmail.com |
6d18de16161ffd04c9cdcc3ab83107ed3ff53e8b | 053ae61047e343346e1c375f8d088d441fecb61e | /arm/include/digital_power/UCD3138A64/cyclone_dpwm.h | a547b89bc4dfdc16a539a89e53595a4d6de15e26 | [] | no_license | xylafur/CCS_Base | 8a1b928f15c789d8d204e735e32ed15986db8ddb | 03ad06e737da9142c9d2d80b8525633d05d20da4 | refs/heads/master | 2022-01-09T01:50:42.696124 | 2019-06-02T18:47:40 | 2019-06-02T18:47:40 | 189,882,492 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,029 | h | //###############################################################################
//
// FILE: cyclone_dpwm.h
//
// TITLE: Cyclone Digital PWM Module Register Definitions.
//
// NOTES:
// 1) Bitfields have been defined for big-endian only.
//###################################################################... | [
"jkesleyrichardson@gmail.com"
] | jkesleyrichardson@gmail.com |
e1b99e190d05b89b2e164174d37920bb7e8963d3 | 3efc50ba20499cc9948473ee9ed2ccfce257d79a | /data/others/files/convert.c | 5ec9d0b1195789572959f8e9793f5d5d9cbbad40 | [
"Apache-2.0"
] | permissive | arthurherbout/crypto_code_detection | 7e10ed03238278690d2d9acaa90fab73e52bab86 | 3c9ff8a4b2e4d341a069956a6259bf9f731adfc0 | refs/heads/master | 2020-07-29T15:34:31.380731 | 2019-12-20T13:52:39 | 2019-12-20T13:52:39 | 209,857,592 | 9 | 4 | null | 2019-12-20T13:52:42 | 2019-09-20T18:35:35 | C | UTF-8 | C | false | false | 311 | c | #include <stdlib.h>
#include <stdio.h>
int main(int argc, char* argv[]) {
short a; char b;
#ifdef DOWNSAMPLE
while(fread(&a, 2, 1, stdin) == 1) {
b = a / 0x100;
fwrite(&b, 1, 1, stdout);
}
#else
while(fread(&b, 1, 1, stdin) == 1) {
a = b * 0x100;
fwrite(&a, 2, 1, stdout);
}
#endif
return 0;
}
| [
"arthurherbout@gmail.com"
] | arthurherbout@gmail.com |
847ce0fbf5e632bf1359f2b1981e0e383888d545 | 6290bb622e77dd32035787b15eebddfa9191bcac | /asgn2/fw_v9/fw.h | bfc1711f4e0f971b5b5663c568ee7743dd270601 | [] | no_license | lnlawson/cpe357 | f6c84d1b85ad6d73307640727b38be6c7e12d7de | c1748bb6d3fcced50d659e5c6647a3852b379458 | refs/heads/master | 2020-03-08T16:50:16.923299 | 2018-05-14T20:37:18 | 2018-05-14T20:37:18 | 128,251,841 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,193 | h | /*Name: Logan Lawson
**Assignment 2 : fw.c*/
#ifndef FW_H
#define FW_H
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
typedef struct hashitem
{
int occur;
int ascival;
char *word;
}HashItem;
int hashCode(int asval, int *size);
int asciiAdd(char *value);
int quadProbing(int index,... | [
"lnlawson@calpoly.edu"
] | lnlawson@calpoly.edu |
11b258f09a5685f227743db3fea6a3f072e29050 | dd37754c106bda0c7cbbf5219b7a2ac07293fe2d | /libft/ft_get_elem.c | fb4bafb26a7e4fa2ea49962d3093f8130318c8f7 | [] | no_license | hel-hadi-42/puzzle_game | cdf108e3baa35bbe6b07713707b25681caacea2f | 5cb7bacd385aed3ae207b200a8bdc72315eb9b6f | refs/heads/master | 2022-12-01T20:07:39.748670 | 2017-07-16T18:52:59 | 2017-07-16T18:52:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,140 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_get_elem.c :+: :+: :+: ... | [
"elhadi-hamza@hotmail.fr"
] | elhadi-hamza@hotmail.fr |
531683dd351abe5e212420385077a61ee8f5b4a1 | 32b9df2c9773d96dc8708376a4123dd41b8650b8 | /src/libft/ft_memccpy.c | bc6413c61ee3980249cb221fa7c20613511ee707 | [] | no_license | HaewonSeo/Libft | 400373bfca1b18cc4db8f01e8c5d0566487f74bc | bcf503b8b8ca2cc689d8d144571978bcf03b4ba8 | refs/heads/master | 2023-08-22T11:24:21.099175 | 2021-10-14T14:15:39 | 2021-10-14T14:15:39 | 299,906,553 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,244 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memccpy.c :+: :+: :+: ... | [
"shw2662@gamil.com"
] | shw2662@gamil.com |
425f7a74638bcb5ab51d9ad9f0725939062d023f | c3b81c80757c71bf37ac2814171b0ff7f33b0be1 | /src/initializer.c | 0ac285b2df9a78c824e0b56f0844f98fbf4f1b70 | [
"BSD-3-Clause"
] | permissive | heesoo25/SpectralBTE | 826952a60cd1a6c94ecdfb2a661bdda7c78ef4f0 | d0f3db493e2d5c5b34645d0447cff6c663d90b54 | refs/heads/master | 2020-03-21T05:57:35.103884 | 2018-06-19T19:28:29 | 2018-06-19T19:28:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,451 | c | #include <math.h>
#include <stdlib.h>
#include "initializer.h"
#include "weights.h"
#include "collisions.h"
#include "momentRoutines.h"
#include "transportroutines.h"
#include "mesh_setup.h"
#include "restart.h"
#include <mpi.h>
#include "species.h"
#include <string.h>
static const double KB_true = 1.380658e-23; //Bol... | [
"haack@lanl.gov"
] | haack@lanl.gov |
3bdef686f45c757b29fb41a43e5fabdabf112712 | 845347805a6975c91b2d0c27db9c980ef7b0c793 | /P++/TESTS/test2000_02.C | a87962f18c292439019e1ac3312a610c038e556c | [] | no_license | unifem/aplusplus | e68d008c72f41ec63c70614586244d898b1fff99 | 592ed917a87f3e5db4958a86be19a30fc62059ee | refs/heads/master | 2021-05-14T02:01:51.241895 | 2018-01-07T16:53:16 | 2018-01-07T16:53:16 | 116,582,270 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,326 | c | // Problem report 0-03-17-10-01-05
#include <A++.h>
int
main( int argc, char *argv[], char *env[] )
{
int Max_Number_Of_Processors = 4;
// Optimization_Manager::Initialize_Virtual_Machine("IndirectP",Max_Number_Of_Processors,argc,argv);
Optimization_Manager::Initialize_Virtual_Machine("",Max_Number_Of_... | [
"xmjiao@gmail.com"
] | xmjiao@gmail.com |
1930a3680aa17e2219318fc3425db14a8d640974 | 01ecab2f6eeeff384acae2c4861aa9ad1b3f6861 | /vtr_release/vpr/SRC/base/ReadOptions.h | 2fa4431b6623e62fa864ca3972a212b433d8a209 | [
"MIT"
] | permissive | jhasler/rasp30 | 9a7c2431d56c879a18b50c2d43e487d413ceccb0 | 3612de44eaa10babd7298d2e0a7cddf4a4b761f6 | refs/heads/master | 2023-05-25T08:21:31.003675 | 2023-05-11T16:19:59 | 2023-05-11T16:19:59 | 62,917,238 | 3 | 3 | null | null | null | null | UTF-8 | C | false | false | 2,087 | h | #ifndef READOPTIONS_H
#define READOPTIONS_H
typedef struct s_options t_options;
struct s_options
{
/* File names */
char *ArchFile;
char *CircuitName;
char *NetFile;
char *PlaceFile;
char *RouteFile;
char *BlifFile;
char *OutFilePrefix;
/* General options */
int GraphPause;
... | [
"ms.m.d.collins@gmail.com"
] | ms.m.d.collins@gmail.com |
0ed1a561b3b827a6f5a024a1fd420b79cc0ba6e2 | 1c6a7ae5dca2a38c68fde97a676478c6573bca02 | /linux-3.0.1/arch/arm/mach-pxa/em-x270.c | f8a6e9d79a3a5362c34ae8fa3c9bd8711a6e9db6 | [
"Apache-2.0",
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later"
] | permissive | tonghua209/samsun6410_linux_3_0_0_1_for_aws | fab70b79dc3e506dc03ac1149e2356137869c6ca | 31aa0dc27c4aab51a92309a74fd84ca65e8c6a58 | refs/heads/master | 2020-04-02T04:24:32.928744 | 2019-01-20T13:51:34 | 2019-01-20T13:51:34 | 154,015,176 | 0 | 0 | Apache-2.0 | 2018-10-24T14:51:04 | 2018-10-21T14:07:31 | C | UTF-8 | C | false | false | 30,415 | c | /*
* Support for CompuLab EM-X270 platform
*
* Copyright (C) 2007, 2008 CompuLab, Ltd.
* Author: Mike Rapoport <mike@compulab.co.il>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Found... | [
"kyh1022@163.com"
] | kyh1022@163.com |
429abf192370ff6b23ebe8e2e909332e4a71164b | 1fb1e2a0932eb0257ca0f94474f483bc1d1433a1 | /dsp/common/src/ti/IMG_conv_7x7_i16s_c16s.c | 955ba055b48125be419df08542f50f98611757b1 | [] | no_license | zenggzh/caffepresso | 8d4ad93da301f0846ab30c16e87446902ac7679e | 72eb027e6a7ae76d671b46a8569c7a6e5ff033ba | refs/heads/master | 2020-03-16T17:21:20.041730 | 2017-10-10T07:06:16 | 2017-10-10T07:06:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,611 | c | /* ======================================================================== *
* IMGLIB -- TI Image and Video Processing Library *
* *
* *
* Copyr... | [
"hegd0001@e.ntu.edu.sg"
] | hegd0001@e.ntu.edu.sg |
ad5c5be89c44450aa9380f631715bdf9fd755a77 | acb8d4c4f974d872f31997f591fea4d748f94b93 | /d/gumu/obj/mianju.c | 9cccadfc6861ca068e49a5de1f4a22aa913ead72 | [] | no_license | MudRen/SZMUD | 8ae6b05718b1a83363478469185e0d776b0fda5c | e3b46e6efa6d353f7f0d00ef676f97d5c0ec3949 | refs/heads/master | 2023-05-27T16:04:35.845610 | 2021-06-18T12:47:19 | 2021-06-18T12:47:19 | 361,736,744 | 1 | 2 | null | null | null | null | GB18030 | C | false | false | 2,353 | c | // mianju.c 面具
// by April 01.08.04
// add male-only by april 01.08.29
#include <armor.h>
#include <ansi.h>
inherit HEAD;
void create()
{
set_name(WHT"面具"NOR, ({ "mian ju", "mask" }) );
set_weight(1500);
if( clonep() )
set_default_object(__FILE__);
else {
set("unit", "个");
set("long", "这是个人皮面具,看上去... | [
"i@oiuv.cn"
] | i@oiuv.cn |
2802b0188418165cf45ebb2035f828c95a1973a9 | 0d02e8bda659b381e4a905710e5406921b2571cc | /dalloc.c | 4ce9899cb33ddb9cc717bd8caa56b499c07cb0ae | [] | no_license | radford/gdisk | 7603eb34e0cedcc2b28b24b3b1e0f84bc14e8c75 | 2ed6ddea7d4fa173cbb29ca01888031f52fbeaa0 | refs/heads/master | 2021-01-16T07:10:48.554754 | 2011-07-03T21:14:48 | 2011-07-03T21:14:48 | 149,828 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,407 | c | // Copyright (c) 2009 David Caldwell, All Rights Reserved.
#include "dalloc.h"
struct dalloc_memory {
struct dalloc_memory *next;
void *mem;
};
struct dalloc_head {
struct dalloc_head *next;
struct dalloc_memory *list;
};
static struct dalloc_head *dalloc_head_list;
void dalloc_start()
{
stru... | [
"david@porkrind.org"
] | david@porkrind.org |
236595a0ca8827e75a05907b8d5a0bf666bad4cd | b50afd7d2a8f108c76a0fd794bb73fadaa55e620 | /src/emu/rund9.h | 34e67280e99d9793004f38140fee686c9dcf1480 | [
"MIT"
] | permissive | Newbytee/box86 | 1aa759e58094b2f948ad0e18643eef0271bfdb44 | 0eb575b4722794b621db192450498ca2967de055 | refs/heads/master | 2022-12-22T13:58:13.112106 | 2020-09-28T13:03:47 | 2020-09-28T13:03:47 | 299,662,890 | 1 | 0 | MIT | 2020-09-29T15:42:54 | 2020-09-29T15:42:53 | null | UTF-8 | C | false | false | 7,271 | h | nextop = F8;
switch (nextop) {
case 0xC0:
case 0xC1:
case 0xC2:
case 0xC3:
case 0xC4:
case 0xC5:
case 0xC6:
case 0xC7: /* FLD STx */
ll = ST(nextop&7).ll;
fpu_do_push(emu);
ST0.ll = ll;
break;
... | [
"sebastien.chev@gmail.com"
] | sebastien.chev@gmail.com |
507c28b04942426d0abc3bc456c0aa85d02e5977 | d07f2c81d1085677d89aa7d804577c9e3a0eefe4 | /fsm/fsm.c | 71c1c6b7489549c13a49eb21be39c23019e78522 | [] | no_license | marcosdxt/fsm_example | 21bc46e1fe08b20980bc9acb4b76c9d801d1b9aa | 6e13cb9a986713af40b5a2165ab7ecf083998b65 | refs/heads/master | 2021-03-07T22:41:55.700048 | 2020-03-10T13:04:28 | 2020-03-10T13:04:28 | 246,301,823 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,059 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "fsm.h"
#include "states/startup.h"
#include "states/check_battery_level.h"
#include "states/count_to_spark.h"
#include "states/spark_tnt.h"
#include "states/maybe_wont_run_this_state.h"
static fsm_states_t current_state=STARTUP;
static fsm_states_... | [
"marcos.aquino@easytech.com.br"
] | marcos.aquino@easytech.com.br |
f2f27ac13a7c86e60b9949f059ed2464676ff0a9 | a998163d4df1b1e488e5ccb7889c1624ab197965 | /Client/main.c | 9ae853a63e400c878189b1203fd823d9458a56f9 | [] | no_license | SunWarriorZLX/GBN-protocol-based-on-UDP | 4de9d431b121080035504160a4358bc896c45fea | 5415814f90d8b24e9f877005674ddf8be190098d | refs/heads/master | 2023-01-28T22:11:51.020042 | 2020-12-13T07:41:30 | 2020-12-13T07:41:30 | 319,839,814 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,928 | c | //
// Created SunWarriorZLX
// email sunknightzlx@outlook.com
//
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include "udp_gbn.h"
int main() {
int sockfd;
struct sockaddr_in server_addr;
unsigned i... | [
"sunknightzlx@outlook.com"
] | sunknightzlx@outlook.com |
f6d24712498456dd4103bcbfcacfac6ee3183956 | b9ee92270c3d860de2b673c2fb1dd1df1b98ffa2 | /PCOCD/ise/isim/test_isim_beh.exe.sim/work/m_00000000000891691444_1628578488.c | 7837ed4898f67287d2a0cca3ddbfc97ca0e48039 | [] | no_license | suntt2019/MIPS-CPU | 26b9b148dc6235e058699ced538820be472d3073 | b2525d5fd089ac7be618ccd9ab98464d7f9e841d | refs/heads/main | 2023-06-19T13:12:28.859036 | 2021-07-23T14:22:17 | 2021-07-23T14:22:17 | 374,304,118 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 26,495 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"sun123t2@163.com"
] | sun123t2@163.com |
1a33868c0663126c2587457a772c21413c2513aa | 9c2fbd6f55753b7582ecedb31814368efbb22130 | /libft/srcs/ft_putnbr_base.c | a496aa28cc0d5773d17598089dd34ef8b98a02a8 | [] | no_license | Psigfry/ft_ls | 49f535b615589792cbf745ed4bf8a682fe65b68d | fd45c24f649a7b0aaa4dc4c92aaaf83fd2103a4a | refs/heads/master | 2022-08-09T22:11:03.422186 | 2022-07-28T21:26:22 | 2022-07-28T21:26:22 | 226,034,040 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,119 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putnbr_base.c :+: :+: :+: ... | [
"psigfry@oa-j6.21-school.ru"
] | psigfry@oa-j6.21-school.ru |
4f716eb0ca26294f48839151be7d7a56bf922a61 | d222224e0137007245a145e989e84fc4d4d03b5a | /codeforces/Magnets.c | 8445a37c56c8613d591bf42bb58946361d8c7cde | [
"Unlicense"
] | permissive | kunal-lalwani/CompetitiveQuestion | 80006a2b50039430a98ac4442a099f62655a22dc | 6625d3be21cb6a78b88c7521860d1da263e77121 | refs/heads/master | 2020-03-24T05:33:30.815154 | 2018-05-28T20:58:31 | 2018-05-28T20:58:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 417 | c | #include <string.h>
#include <stdio.h>
#include <math.h>
#define pi 3.14159
#define mod 1000000007
char str[3],cpy[3];
int main()
{
static int input,i,cnt;
scanf("%d",&input);
for(i=0;i<input;i++) {
scanf("%s",&str);
if(i == 0) {
strcpy(cpy, str);cnt++;
}
else {
if(strcmp(cpy,str) == 0) {
// code... | [
"amar.om1994@gmail.com"
] | amar.om1994@gmail.com |
b4f29a8df3994da2d9375fef7a2ff68531e1d7c7 | 235a75b6fa2e3736ff8c05b89b5919f94938ec90 | /表情识别/test1/StdAfx.h | 1d35b9a160fe128c5d0b5620c0079f1ec0d21582 | [] | no_license | HelloAolia/biaoqingshibie | 36c6487cb2803f28b5c4209e375dbce87373c375 | 9ad8106e92a3c9ab1e03ee449456d6c975185e23 | refs/heads/master | 2020-08-06T20:26:53.415077 | 2017-02-16T12:43:27 | 2017-02-16T12:43:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,027 | h | // stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#if !defined(AFX_STDAFX_H__A95773A1_4831_419A_89B2_7E94AF3A7FC4__INCLUDED_)
#define AFX_STDAFX_H__A95773A1_4831_419A_89B2_7E94AF3A7FC4__INCLUDED_
#if _M... | [
"ylasce@gmail.com"
] | ylasce@gmail.com |
ba9330f41b62960cc223d824dac9643fe76af122 | 20d9c726ffdfe2206bbfcfb71a117d278b9f0c27 | /report4/udpechoserver.c | c3866dbb4bbb0b10c53532d16dca886a4c720822 | [] | no_license | touyou/os_practice | 6b7b6b85f73125fe7250898ce9b7daf3469e7cfc | f15d5ba8f8f83924b2cbaf2cef7e69dacd14bbde | refs/heads/master | 2021-03-24T12:32:11.923997 | 2017-07-28T03:06:02 | 2017-07-28T03:06:02 | 87,781,298 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,065 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
/**
* udpechoserver (port number)
* 受信し、そのまま送り返すを繰り返す
* 1. socket
* 2. bind
* 3. recvfrom / sendto
* 4. close
*/
int main(int argc, char *... | [
"fujiyou1121@gmail.com"
] | fujiyou1121@gmail.com |
2d53e2447da46f6d81f8bd17ee0aa068029016cb | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/2dec399f-886f-4775-85f1-d9546f004917.c | 0d6b43830a7bd0499238a0b756c6b11d06c8617f | [] | 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 | 553 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=444;
int k;
int l;
k = 53;
l = 66;
k = i/j;
l = i/j;
l = l/j;
l = l%j;
l = k--*i;
//variables
//random
/* START VULNERABILITY */
int a;
int b[43];
int c[50];
a = 0;
while (a < strlen... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
765ccc918cba56f8f98774ebf47b55a2919ce3c1 | 5d30b82f58b829afcbcbe1f7080fa226c58cf1cf | /Libs/tesseract/tesseract/include/resource.h | 3c4d8582693da1ed2b1bc33219655b1f969f0402 | [
"BSD-2-Clause"
] | permissive | SangHun-Kimvalue/TestFrameWork_ | 3fa2b75c0622d78def6b93a973fb3d7dbbcdfcf4 | 35c730c2eaee2adacac9f381c9c7018d2cdc303e | refs/heads/master | 2022-12-05T02:11:51.617976 | 2020-07-23T08:39:55 | 2020-07-23T08:39:55 | 290,952,330 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 956 | h | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by tesseract.rc
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-... | [
"shkim@ksnc.io"
] | shkim@ksnc.io |
bdd57ce551b558bbf7a2e3c02b168a9a54e3a01a | ab172904e3a8ca5ca30b6b64aeee788d9003282b | /Chat-1/1/exampleprogram1.c | d827a417e1ed24148dc73fff3df130d5f3bd8e16 | [] | no_license | wunaozai/ZhangYuan | e0a69d87d2eb04c5876d7a526d55a9199281dcd4 | b7d36374969315f7a1c0032e3ec9a758580d9ffb | refs/heads/master | 2016-09-05T10:46:06.895981 | 2013-10-15T10:11:16 | 2013-10-15T10:11:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 516 | c | /**** exampleprogram1.c****/
#include <curses.h>
int main(int argc,char *argv[])
{
int x=10;
int y=10;
int direction=1;
char ball='O';
/*初始化*/
initscr();
crmode();
noecho();
while(true)
{
clear();
mvaddch(y,x,ball);
refresh();
/*更新坐标*/
x += direction;
/*变换方向*/
if(x==COLS... | [
"wunaozai@gmail.com"
] | wunaozai@gmail.com |
9d894b4e1efb367f3f82c7b1ffdaa15e0e6a9d40 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/reactos/modules/rostests/winetests/setupapi/extr_dialog.c_test_SetupPromptForDiskW.c | e1481eb5e700b2e3858a9e34e351cc7254b23a8e | [] | 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 | 3,016 | 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 |
fe667901a2162832069dcd28ecee20ae97c5cd9b | a33aac97878b2cb15677be26e308cbc46e2862d2 | /program_data/PKU_raw/72/1413.c | 738d5d4226ae66fa066b399fdb67cbac8035f2c4 | [] | 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 | 423 | c |
int main ()
{
int m,n,s;
cin >> m >> n;
int a[20][20];
int i,j;
for (i=0;i<m;i++)
for (j=0;j<n;j++)
{cin >> a[i][j];}
for (i=0;i<m;i++)
for (j=0;j<n;j++)
{
s=1;
if(i-1>=0 && a[i-1][j]>a[i][j])
{s=0;}
if(i+1<m && a[i+1][j]>a[i][j])
{s=0;}
if(j-1>=0 && a[i][j-1]>a[i][j])
{s=0;}... | [
"bdqnghi@gmail.com"
] | bdqnghi@gmail.com |
86f879eafc2277621f154822d71aa72183fe80a4 | 7d4176c878e8be73ffaa38c236f1a76528706c9f | /src/lib/libc/stdlib/mrand48.c | ecb4af662da61e3d9dc98660a4cdd932008a12bd | [] | no_license | roytam1/mirbsd-cvs | c06ea23d2b106658f9903fe65d351c480b72e72c | 2a6f84cbc58f6ff22e1eeb7804df68d34c2b0a5c | refs/heads/master | 2020-04-14T15:47:25.324452 | 2019-01-01T19:38:30 | 2019-01-01T19:38:30 | 163,906,352 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 775 | c | /* $OpenBSD: mrand48.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1993 Martin Birgmeier
* All rights reserved.
*
* You may redistribute unmodified or modified versions of this source
* code provided that the above copyright notice and this and the
* following conditions are retained.
*
* This s... | [
""
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.