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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5d4ea4a7aa25a5cc86ca4e242f2c467a3cdc3ef3 | aece4d39b5bd450fd329a4941dec647ab230f4a5 | /QPos_3.4_N_V2.0/RF/Bfl/inc/phalMful.h | 43037217c60a119d1c3f22ee4b91a6be58428030 | [] | no_license | dongdong-2009/P_QPOS_STM32 | d09e2ca41d4a224edbb79771103d5ae72811288a | 0013ecbefc125f50b60117965afdf266df39b6ed | refs/heads/master | 2021-08-30T10:11:15.213945 | 2017-12-17T12:31:14 | 2017-12-17T12:31:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,295 | h | /*
* Copyright (c), NXP Semiconductors Gratkorn / Austria
*
* (C)NXP Semiconductors
* All rights are reserved. Reproduction in whole or in part is
* prohibited without the written consent of the copyright owner.
* NXP reserves the right to make changes without notice at any time... | [
"c-bingbing@hotmail.com"
] | c-bingbing@hotmail.com |
5ccbab874e4dd743afdb6f1e26bede7a1d7b8f67 | a280aa9ac69d3834dc00219e9a4ba07996dfb4dd | /regularexpress/home/weilaidb/work/kernel/linux-3.0.8/arch/ia64/include/asm/sn/pcidev.h | e757c88f0ea61f3706066dabad04104e5ea6d4fb | [] | no_license | weilaidb/PythonExample | b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466 | 798bf1bdfdf7594f528788c4df02f79f0f7827ce | refs/heads/master | 2021-01-12T13:56:19.346041 | 2017-07-22T16:30:33 | 2017-07-22T16:30:33 | 68,925,741 | 4 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,571 | h | #define _ASM_IA64_SN_PCI_PCIDEV_H
struct sn_platform_data ;
#define SN_PLATFORM_DATA(busdev) \
((struct sn_platform_data *)(PCI_CONTROLLER(busdev)->platform_data))
#define SN_PCIDEV_INFO(dev) sn_pcidev_info_get(dev)
#define SN_PCIBUS_BUSSOFT(pci_bus) \
((struct pcibus_bussoft *)(SN_PLATFORM_DATA(pci_bus)->provider_soft... | [
"weilaidb@localhost.localdomain"
] | weilaidb@localhost.localdomain |
b10d54a2a2f50e8120449574f542d1e610718987 | 3b4a04c5bcfa0b72d5e9c7ebeeb1915ca5dd698b | /0x04-more_functions_nested_loops/5-more_numbers.c | 2832a158c5190a2080ff591a01ae7dc4e9e4c3d4 | [] | no_license | adonis7ejeda/holbertonschool-low_level_programming | 6fe042af5be6b64f0a1d63239ef1d09ee65554e5 | d18a40249074a3a673692a33af201d2f6ca229aa | refs/heads/master | 2020-12-29T05:43:08.978884 | 2020-08-28T03:31:25 | 2020-08-28T03:31:25 | 238,476,483 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 327 | c | #include "holberton.h"
/**
* more_numbers - prints 01234567891011121314\n x10
*
* Return: void
*/
void more_numbers(void)
{
char a, b, c, i;
for (i = 1; i <= 10; i++)
{
for (a = 0; a <= 14; a++)
{
if (a < 10)
{
b = a;
}
else
{
c = a / 10;
b = a % 10;
_putchar(c + '0');
}
_putchar(b + '0');
}
_putchar('\n')... | [
"adonis7ejeda@gmail.com"
] | adonis7ejeda@gmail.com |
c3916c94cca89c7f63a4cc8f185105ca5778ff8d | 754656ce843e212d78d05c85aeb71e97ae0f216b | /31Level_DSP/kk_5level/source/main.c | 43e23156b268afce901a32be7de9b38aaaf4fada | [] | no_license | isliulin/31Level_Code | 5331d250c1efba4280628f0d8ebf1d97637bf9c0 | 4b9c24e56c7c00aeea65391d933860d056186581 | refs/heads/master | 2023-04-04T10:38:30.412841 | 2021-04-22T06:13:06 | 2021-04-22T06:13:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,148 | c | /*``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````... | [
"ch.subi.p@gmail.com"
] | ch.subi.p@gmail.com |
02e3ff6291f51401dab61866237ffe40bde9ee24 | 488378d66dfb12d3292886b160243aa24e27c420 | /linux-3.16/drivers/video/fbdev/sh_mobile_hdmi.c | 9a33ee0413fb584decdf9238fe380c2a466d61e4 | [
"Unlicense",
"GPL-1.0-or-later",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | jj1232727/system_call | 3ec72bdecad15a43638cc5eb91ba1ae229d651bb | 145315cdf532c45b6aa753d98260d2b1c0b63abc | refs/heads/master | 2020-08-11T13:56:16.335620 | 2019-10-12T11:12:53 | 2019-10-12T11:12:53 | 214,575,269 | 0 | 0 | Unlicense | 2019-10-12T04:06:22 | 2019-10-12T04:06:22 | null | UTF-8 | C | false | false | 52,460 | c | /*
* SH-Mobile High-Definition Multimedia Interface (HDMI) driver
* for SLISHDMI13T and SLIPHDMIT IP cores
*
* Copyright (C) 2010, Guennadi Liakhovetski <g.liakhovetski@gmx.de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version ... | [
"jj1232727"
] | jj1232727 |
e63a5d805cba5d595916d2e751416ed955d66cec | 8559cd2e372a6282624ad50e39a5a594fd6bd1fb | /functional/qsort.c | 818426cc7565a703e94c84d4f1a331103766ae5d | [] | no_license | gaulthiergain/musl-tests | 67693590281c60f6f9b78e2aa5934a7ec0d4b30c | bb0200d419551412ecd8329be0027cea011329eb | refs/heads/master | 2023-07-07T15:36:13.588983 | 2021-08-13T06:54:04 | 2021-08-13T06:54:04 | 326,409,140 | 1 | 2 | null | 2021-08-13T06:54:05 | 2021-01-03T13:06:20 | C | UTF-8 | C | false | false | 1,360 | c | #include <stdlib.h>
#include <stdio.h>
#include <string.h>
static int scmp(const void *a, const void *b)
{
return strcmp(*(char **)a, *(char **)b);
}
static int icmp(const void *a, const void *b)
{
return *(int*)a - *(int*)b;
}
#define FAIL(m) (printf(__FILE__ ":%d: %s failed\n", __LINE__, m), err++, 0)
int test_... | [
"gaulthier.gain@uliege.be"
] | gaulthier.gain@uliege.be |
505171ef45b9dca93d0a040324cccc613647b59b | 8c8711879c6d2eef19cca45dd775bd712542273a | /pages/sunypoly/CS518/files/helloworld.c.txt | 665010005143fb516083ec7ff4d54dda63671c83 | [] | no_license | williamblair/williamblair.github.io | 134d06270e75997ac74d2f7fbdc6ba78e79d706e | f5f36ce2e90fdbafb5a87ecc5902d162ae340142 | refs/heads/master | 2023-08-09T23:43:17.183876 | 2023-08-02T03:18:43 | 2023-08-02T03:18:43 | 89,422,726 | 1 | 0 | null | 2020-04-21T02:02:28 | 2017-04-26T01:15:31 | JavaScript | UTF-8 | C | false | false | 709 | txt | #include <mpi.h>
#include <stdio.h>
int main(int argc, char *argv[])
{
// init MPI
MPI_Init(NULL,NULL);
// Get number of processes
int world_size;
MPI_Comm_size(MPI_COMM_WORLD, &world_size);
// get the rank of the process
int world_rank;
MPI_Comm_rank(MPI_COMM_WORLD, &world_rank);
... | [
"bblair12876@aol.com"
] | bblair12876@aol.com |
ff5840b435fd031d0292c947e6d6643f5aedcc60 | 16a76ee66d9b2f59c9beee4a4a0e104ce347e32a | /malware_via_email/malware_0678/ia32_pe/by_rec16.c | 2bb33b51b005d616a3bea4ad3e8b0157f2e381c1 | [] | no_license | rfalke/decompiler-subjects | 4cee3263fa9116285b4bc4b6373efd2e4efa925f | 7187fa93b285c32325826eecd0128e907a28809b | refs/heads/master | 2023-08-10T08:24:27.198393 | 2023-07-28T19:44:41 | 2023-07-28T19:44:41 | 3,725,678 | 41 | 12 | null | 2023-03-15T16:14:41 | 2012-03-15T06:01:36 | null | UTF-8 | C | false | false | 102,066 | c | /* This file was automatically created by
* Reverse Engineering Compiler 1.6 (C) Giampiero Caprino (Mar 31 2002)
* Input file: './malware_via_email/malware_0678/ia32_pe/subject.exe'
*/
/* DEST BLOCK NOT FOUND: 00401071 -> 00401428 */
/* DEST BLOCK NOT FOUND: 0040107d -> 00401428 */
/* DEST BLOCK NOT FOUND: 004010b5... | [
"rfalke-decompilersubjects@kronotai.com"
] | rfalke-decompilersubjects@kronotai.com |
977aaa6739e696d48157bfbcb5411c4a52705dc5 | 16a76ee66d9b2f59c9beee4a4a0e104ce347e32a | /from_snowman/other-002_gcd/x64_elf/by_retdec.c | f55c5d40edbed9a08f9b8e7fc8d30cb301e1ef88 | [] | no_license | rfalke/decompiler-subjects | 4cee3263fa9116285b4bc4b6373efd2e4efa925f | 7187fa93b285c32325826eecd0128e907a28809b | refs/heads/master | 2023-08-10T08:24:27.198393 | 2023-07-28T19:44:41 | 2023-07-28T19:44:41 | 3,725,678 | 41 | 12 | null | 2023-03-15T16:14:41 | 2012-03-15T06:01:36 | null | UTF-8 | C | false | false | 863 | c | //
// This file was generated by the Retargetable Decompiler
// Website: https://retdec.com
//
#include <stdint.h>
// ------------------- Function Prototypes --------------------
int64_t gcd(int64_t a1, int64_t a2);
// ------------------------ Functions -------------------------
// Address range: 0x4000e8 - 0x4001... | [
"i-git-stone@rf.risimo.net"
] | i-git-stone@rf.risimo.net |
d9533f7cb67b707050cb1bd952ca1a1ab0464b2c | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/e353bcba-eb39-4c33-94b4-e588232ff30d.c | a96b70dc5d1cb691ecaff4b7b3bb711bc1a74801 | [] | 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 | 220 | c | #include <stdio.h>
int main() {
float i;
float j;
float k;
float l;
i = 6;
j = 9;
printf("vulnerability");
k = 3;
l = i*j*k/9;
printf("vulnerabbbbtvty");
printf("%f\n",l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
91b1efede24497c0f7b2e99dcf15254a9aaf9558 | 5f9568b35a7570bf96f4085bf83e4ce49f216e6f | /src/lib/current_weights.h | ac9883d196dc1b9367ca8e7d139752e9af370ed7 | [
"Apache-2.0"
] | permissive | skodapetr/autodock-vina | 257fd4ed10d10d5a0f46b96560a161a8df13198b | 2cf7d0652a06632d3545919532a9ebe53f5ec239 | refs/heads/master | 2021-07-12T13:14:08.265229 | 2021-07-02T06:28:02 | 2021-07-02T06:28:02 | 136,440,025 | 2 | 4 | null | null | null | null | UTF-8 | C | false | false | 904 | h | /*
Copyright (c) 2006-2010, The Scripps Research Institute
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by appl... | [
"skodapetr@gmail.com"
] | skodapetr@gmail.com |
7ce62956902f65ad45c00d7535ff28ad11d00d49 | 28119f8a8b992e9e91015620e1d12f74d4bcd2d2 | /MCU1/Workspace/stm32f446xx_drivers/drivers/Inc/stm32f446xx.h | 3c730e6343d24a8463f320a814fd727800f1b870 | [] | no_license | DeekshithPatil/STM32-Embedded | 31ba1f90b56b59c171ce3abfafd73e4ca83bb3e1 | 1b2a03a7e1e36e0c9106edefda0387bc58289b7b | refs/heads/master | 2023-04-04T10:29:34.976456 | 2021-04-22T18:43:34 | 2021-04-22T18:43:34 | 336,174,884 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,722 | h | /*
* stm32f446xx.h
*
* Created on: Jan 5, 2021
* Author: DELL
*/
#include<stdint.h>
#include<stddef.h>
#ifndef INC_STM32F446XX_H_
#define INC_STM32F446XX_H_
#define __vo volatile //To use a shorthand for volatile
/********************************************START: Processor Specific Details *******... | [
"deekurdy@gmail.com"
] | deekurdy@gmail.com |
f53c0e4cdff0ccb4be9fc30609d0a5218de50a5d | 90c9b11049fdc95a600985ee1f9f4c3092c809b5 | /libraries/cs_m_a_wvec.c | 46f142c6a7aac80de66bb17c8c9c27b8abe5e597 | [] | no_license | goyalankit/milc | 1450756949dbd89cc838589091d397d154f0986e | 0c76397cf69a73fce9be37b8775c64fe355a9b97 | refs/heads/master | 2016-09-05T08:47:57.976845 | 2014-02-20T00:07:14 | 2014-02-20T00:07:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 849 | c | /******************** cs_m_a_wvec.c (in su3.a) ********************
*
*void c_scalar_mult_add_wvec(wilson_vector *src1, wilson_vector *src2,
complex *s, wilson_vector *dest)
* Multiply a Wilson vector by a complex scalar and add to another vector
* dest <- src1 + s*src2
*/
#include "../include/config.h"
#include... | [
"ankit3goyal@gmail.com"
] | ankit3goyal@gmail.com |
5008072ecc61a82ca044d0009b8f609c7aa9f6c4 | d0467b37cbb83d6e54611a256067dd01213a015e | /config/template/kernels/3/bli_gemm_opt_mxn.c | 7cc7f8e1b8d384d3a63e17b68c54f7634d2d95b8 | [
"BSD-3-Clause"
] | permissive | wellposed/blis | 75de7f5fa02ea75cfc14b1c0c60bb19f3d714ed5 | 29778be1119f1a884330d7f8dc424a2df4101d58 | refs/heads/master | 2020-12-03T05:18:05.875416 | 2014-01-22T22:03:11 | 2014-01-22T22:03:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,875 | c | /*
BLIS
An object-based framework for developing high-performance BLAS-like
libraries.
Copyright (C) 2014, The University of Texas
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
- Redistributi... | [
"field@cs.utexas.edu"
] | field@cs.utexas.edu |
c4b1c29909380ab1d57b3a6b3e1cba0c034d5ec7 | ecf37088c1618092ee847cb3bc656fdcf851fc48 | /Include/Lib/DevCam/ipl_common/IPL_Hal_IPE_Info.h | 18d5ba73937765dee3c4550863badc369afa346d | [] | no_license | calvinqiu/mygithub | b2ce14f0f6f1d3057517c16f109347d88b4a096d | b16780a2b34ba8e00af39b0fd9ccb4dacf1a0eee | refs/heads/master | 2021-05-13T21:55:39.951529 | 2018-01-08T02:39:35 | 2018-01-08T02:39:35 | 116,472,710 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 21,981 | h | /**
IPH module (IPE sub function type define)
@file IPL_Hal_IPE_Info.h NT96660
@ingroup mILibIPH
Copyright Novatek Microelectronics Corp. 2011. All rights reserved.
*/
#ifndef _IPL_Hal_IPE_Info_H
#define _IPL_Hal_IPE_Info_H
#include "Type.h"
#include "IPL_Utility.h"
#include "pll.h"
/** \... | [
"hebo@you-qin.com"
] | hebo@you-qin.com |
274be08449f2a73b253e59932545e25ac3d37dea | 26c7c423a1ea0a7bc4147814a89e2dd45a9c09cb | /open_jtalk/text2mecab/text2mecab_rule_ascii_for_utf_8.h | 1674d6f483e6208d8b632bf0f53b1304d8b40f46 | [] | no_license | h7ga40/HTS_Engine_GR-MANGO | ed4d3002d6832777441b9f0d3f1dabb85d300f70 | 4d930869102088bfc13acb9f0637617ed80df6d4 | refs/heads/main | 2023-06-15T12:30:58.704066 | 2021-07-13T12:52:05 | 2021-07-13T12:52:05 | 358,863,252 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,668 | h | /* ----------------------------------------------------------------- */
/* The Japanese TTS System "Open JTalk" */
/* developed by HTS Working Group */
/* http://open-jtalk.sourceforge.net/ */
/* -------------------------... | [
"hi6aki_7ga40@hotmail.com"
] | hi6aki_7ga40@hotmail.com |
ffb006cebd90c0e3bb8e79712a4884f1a9664343 | 242df0938660136f81b200e072954b15929862e5 | /strings/12.c | 7cf2ab9749e1bca5318b36c2db5df47ee12bcf83 | [] | no_license | noslen-dev/IP-1-Semestre-ISEC | e4d3b2a9d5045c8f85419cf922b10065c3647602 | 8324a68767aa110574d82de53d94119133605666 | refs/heads/main | 2023-03-12T13:11:28.242058 | 2021-02-28T18:11:04 | 2021-02-28T18:11:04 | 339,504,856 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,333 | c | #include <stdio.h>
#include <string.h>
#include <ctype.h>
#define TAMFRASE 100
#define TAMPAL 50
void Trocar_Palavras(char s[]){
int i,pos,j,inic=strlen(s);
char aux[TAMFRASE],tmp;
for(i=0; s[i]!=' ' && s[i]!='\0';++i) //copiar a primeira palavar para uma string auxiliar
aux[i]=s[i];
aux[i]='\0';
for(i... | [
"noreply@github.com"
] | noslen-dev.noreply@github.com |
3d97a9f0ccd507de0022e1212d5b1c67017ad5c0 | 1e752c5bbfef7373a9282630fb6d8764d40bdc30 | /exclusive-primenumber-4.c | 29177b71dad02dd13bc705e4fabc06fd9026255b | [] | no_license | sabrina-boby/basic_problem4_using-c | a2d7b6d97a4e56a7899ddc5c8c0e1221cbb51ee7 | 1f2997dc3ccbfab1dafa8cf2ba61b1e4b2fff6b6 | refs/heads/main | 2023-05-05T13:56:46.627807 | 2021-05-27T19:07:38 | 2021-05-27T19:07:38 | 371,476,825 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 499 | c | #include<stdio.h>
int main()
{
int a[10],n,count=0,i,j,b[50],p;
scanf("%d",&n);
for(j=1; j<=n; j++)
{
count=0;
for(i=2; i<=j/2; i++)
{
if(j%i==0)
{
count=1;
break;
}
}
if(count==... | [
"noreply@github.com"
] | sabrina-boby.noreply@github.com |
9276f07d773112f294a5a317a4ca123eefc68a28 | def8cead693b179c001b516dab009c641f13dea6 | /12.存储类链接和内存管理/s_and_r.c | 888460f890f99560dacf8cb130998c1c51e3bc74 | [] | no_license | nanohaikaros/C-Primer-Plus | efef475090008fb084571f7af0826adefc246681 | e9c6e5ad22246af6953ce620be3d297c625d8ab9 | refs/heads/master | 2020-03-16T01:08:13.631941 | 2019-01-14T15:17:21 | 2019-01-14T15:17:21 | 132,433,526 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 290 | c | // s_and_r.c -- 包含函数rand1()和srand2()的文件
// 使用ANSI C的可移植算法
static unsigned long int next = 1;
int rand1(void)
{
next = next * 1103515245 + 12345;
return (unsigned int)(next/65536) % 32768;
}
void srand1(unsigned int seed)
{
next = seed;
} | [
"1371689491@qq.com"
] | 1371689491@qq.com |
c9236a1cbaaf7dcd8551c784ae239624272b0a99 | 0afc92f4c6f8d86f492676fce5d213f4c99560a8 | /Uva/562.c | 15a5278bcef4b0d6eeb2e44323256afa1b5f69ff | [] | no_license | LIMON100/Problem-Solved | 719e031a61538d50fbc07e6f0abc4812a0209c34 | 63c80dd522c0c5135bada4b4942a4cf7579e02f3 | refs/heads/master | 2020-12-27T15:28:41.200681 | 2020-02-04T04:45:39 | 2020-02-04T04:45:39 | 237,952,359 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 654 | c | #include<stdio.h>
#include<ctype.h>
#define DUMMY 5454
int A[25000+5];
int wt[100+5];
int knapSack(int N, int W){
int i,j,max;
for(i = 0; i<= W; i++) A[i] = 0;
for( i = 1; i<= N; i++)
for( j = W; j>0; j--){
if(wt[i]<= j) A[j] = max(A[j], wt[i] + A[j - wt[i]]);
}
... | [
"noreply@github.com"
] | LIMON100.noreply@github.com |
642d93987464437932819b5fafa3e8bd10e89acb | 0ff0f3b0d88100f75861e35d520189041f926420 | /async_test/async/tlog.c | 694c35ba63fed80bab5f11e2fbb0d3ae174ac3ff | [] | no_license | SimpleAuto/first-test | b3c9b3cab373e5124c2e30e8176194b9352350d1 | 371969dca49bdad31a90735f807742460ce601fe | refs/heads/master | 2021-03-16T08:29:58.388008 | 2019-02-23T16:01:12 | 2019-02-23T16:01:12 | 97,076,248 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,420 | c | #include "tlog.h"
#include "tlog_decl.h"
#include "netutils.h"
#include "fileutils.h"
#include <pthread.h>
logger_ctrl_cfg_t logger_ctrl_cfg_struct, *ctrl_cfg = &logger_ctrl_cfg_struct;
logger_svc_info_t logger_svc_info_struct, *svc_info = &logger_svc_info_struct;
logger_udp_sink_t udp_sink_struct , *udp_sink = ... | [
"982737593@qq.com"
] | 982737593@qq.com |
8b531acc9c9ed9e41dff5070033349f3c163be1c | 7aaf35231bfc0f410409c60c686143b1f59d5bdf | /Lab1/Lab1.2/t.c | 69d2afb69dc74a79c06535faaf16b76e7fdbb623 | [] | no_license | tcripe4/CptS_460 | 14a17050b0f9fe93dbea74f48be637ac843c8120 | 45f1f1a902cc90af556289e6a7ff69cc57c6f643 | refs/heads/main | 2023-01-18T17:06:43.733968 | 2020-11-25T01:47:32 | 2020-11-25T01:47:32 | 315,799,504 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,454 | c | /*******************************************************
* t.c file *
*******************************************************/
typedef unsigned char u8;
typedef unsigned short u16;
typedef unsigned long u32;
#define TRK 18
#define CYL 36
#define BLK 1024
#include "ext2.h"... | [
"cripe21@gmail.com"
] | cripe21@gmail.com |
5deea365f8b19096bb5b74aa238a068f97e5cf7d | d00ecf8802d2cb921bfe288ec6e80f982b325ca0 | /iOS/Pods/Headers/Private/React/React/RCTAppState.h | dc109e5d53d17dc6df18a687089412f24ec7a100 | [
"Apache-2.0"
] | permissive | andr3a88/Kotlin---ReactNative-sample | d40a2ee357877386af0180341e7b47aa1435608a | 3325136e9741c5ad15374842c9a7fce098626559 | refs/heads/master | 2021-01-22T09:09:45.085450 | 2017-02-14T16:57:00 | 2017-02-14T16:57:00 | 81,933,291 | 0 | 0 | null | 2017-02-14T10:21:33 | 2017-02-14T10:21:33 | null | UTF-8 | C | false | false | 83 | h | ../../../../../../ReactNative/node_modules/react-native/React/Modules/RCTAppState.h | [
"andrea.stevanato@ennova-research.com"
] | andrea.stevanato@ennova-research.com |
fa6cf8ae781787a3ce3a73b31b068db7ac16b8af | 64da7fe047408ef700016cf73d94ea24c8d52f3a | /Lab6/tempCodeRunnerFile.c | 9dbef99e00c9f7a9776d76996491be35e7670742 | [] | no_license | piotranon/Systemy-operacyjne-2 | 6b330d8ae32f3c00146e69961ff686ec9c990da9 | ea45569a747433de05a0f78c8760d39a560652ca | refs/heads/main | 2023-02-17T07:57:52.215159 | 2021-01-14T21:12:48 | 2021-01-14T21:12:48 | 305,192,057 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 240 | c | if(system(all)==1)
// {
// printf("User was created. His Login data\n");
// printf("Login : %s\n",logi);
// printf("Password : %s\n\n",password);
// }else
// {
// printf("cos nie tak\n");
// } | [
"piotranon.1@gmail.com"
] | piotranon.1@gmail.com |
2b456c2d46d3a176c34a74c17bcca255b16c6070 | 4bdae949ef1a86a0daf4a6bf21969b130fa448ff | /src/morpheuz.h | a97f951afba58bf669f4a708cee213a7a7a2e829 | [] | no_license | jbfuzier/morpheuz | af5a76cc48e3439cb141aa0c6a3b978fae0249a1 | a8e7d3a177ba405742c8fb20cf0deffec71da95f | refs/heads/master | 2016-09-05T14:58:47.480461 | 2013-12-23T21:24:33 | 2013-12-23T21:24:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,637 | h | /*
* Morpheuz Sleep Monitor
*
* Copyright (c) 2013 James Fowler
*
* 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 u... | [
"jbfuzier@gmail.com"
] | jbfuzier@gmail.com |
900ad09c54c84bbb2d16736c91957bb67afa8577 | 5f02a5277aa14d6bb1b3035c2ead494d9b7b455a | /n-gon2.c | e09a3f9f4d0cf4b3491d5cffd003dfd025fe8394 | [
"MIT"
] | permissive | kiselevmv/C_canvas_draw | f1073be63c3150410218343e3fb12f1cadc8e367 | 54ebd4799c83135cf585db723a95b8554ed5ec09 | refs/heads/master | 2023-08-03T15:13:54.903616 | 2023-07-23T21:35:02 | 2023-07-23T21:35:02 | 286,020,247 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,418 | c | /**************************************************************
The program creates an N-sided polygon (N-gon) image
It could be used to compare different line draw algorithmes.
This is a test for classic Bresenham line draw.
**************************************************************/
#include "graphlib.h"
#i... | [
"mihail.kiselev@gmail.com"
] | mihail.kiselev@gmail.com |
bf5fb4ec20aca9ab60f3f3f98580f87dd3e34387 | 1537f6b175adade393051efd062e6829ca489af6 | /10188.c | 17fc015173342afb672a8d619ecee380841b4114 | [
"MIT"
] | permissive | frsnic/ACM | 916f419ba9e92823bb3464e81b33f418b3cd6d16 | 4b0e18fa80d09c478e977156899fb83926f1b657 | refs/heads/master | 2020-03-26T20:56:29.440061 | 2016-09-27T03:18:50 | 2016-09-27T03:18:50 | 42,876,166 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,844 | c | // [ACM] #10188 - Automated Judge Script
// Problem Status CPU Date&Time(UTC) ID Best CPU
// 10188 Accepted 0.012 2007-07-24 11:18:07 5768270 0.000
#include<stdio.h>
#include<string.h>
#define LEN 4000
int main(void)
{
char x[100][LEN], a[100][LEN];
int i, j, k, n, m, ln, l... | [
"frsnic@gmail.com"
] | frsnic@gmail.com |
4661c4d3faa5ec114f658ada95fe15dc0ce24994 | cfe69fc556729bdecf2118fa5bc329343c42ed80 | /10.0.10240.16384/ntoskrnl/Functions/NtAlpcRevokeSecurityContext.c | 3e34d9dc5fd0c124782fef12d630d704ec3dbb53 | [] | no_license | Myprivateclonelibrary/W10M_unedited-decomp | 8e5ec89a20e634ffc53457a40b0fd6d8a9e1757a | 67b05851a3e262ff8a5d11ee50db34f28c350f16 | refs/heads/main | 2023-08-31T06:00:37.303105 | 2021-05-15T23:53:23 | 2021-05-15T23:53:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,734 | c | // NtAlpcRevokeSecurityContext
int __fastcall NtAlpcRevokeSecurityContext(int a1, int a2, int a3, int a4)
{
unsigned int v5; // r4
int v6; // r4
char v7; // r3
int v8; // r7
int v9; // r0
int v10; // r5
unsigned int v11; // r1
__int16 v12; // r3
unsigned __int8 *v14; // r6
int v15; // r0
int v1... | [
"64583248+Empyreal96@users.noreply.github.com"
] | 64583248+Empyreal96@users.noreply.github.com |
c7ae004cef99341d87243572f15a7a8c969975a0 | 0257d1c79b995c15a0070790b663363f0c0f14e5 | /嵌入式系统/嵌入式ADS____第1次实验指导书/ADS_uCOS27复杂项目代码/GUI_ucOS270/uC_GUI/gui/core/GUI_SetPixelIndex.c | 375d222846b574bcd27411e623c4211c724e09f4 | [] | no_license | 25th-engineer/DSS_KCXG | 84e40f429ba2e8b6daf90e251be9d8106d5ef897 | 266417a37450ccc4dd40b9ba62c48da12d9d90de | refs/heads/master | 2023-02-16T05:10:00.620105 | 2021-01-14T11:18:47 | 2021-01-14T11:18:47 | 232,322,119 | 10 | 3 | null | null | null | null | UTF-8 | C | false | false | 2,591 | c | /*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applications *
**********************************************************************
* ... | [
"u25th_engineer@mail.hfut.edu.cn"
] | u25th_engineer@mail.hfut.edu.cn |
24023c4b38cae6008afc6ed76ca7374785ca1aa7 | 1478a33bfe83336513e72249f0711fc1862f338b | /drx/codegen/mex/transceive102/sendComplexDoubleData.h | cf7c6fc7b4a9e11f7832f89661b84b5f27539b6c | [] | no_license | genesys80211b/DRx_testsuite | 193592966c7b7348810b99bd3dfd568d4b1ea0e5 | d969780b8a71a15d007c683a062f5c4abc727052 | refs/heads/master | 2021-01-10T11:15:27.376643 | 2016-02-19T18:14:03 | 2016-02-19T18:14:03 | 50,744,086 | 1 | 0 | null | 2016-02-19T18:14:04 | 2016-01-30T20:42:23 | HTML | UTF-8 | C | false | false | 759 | h | /*
* sendComplexDoubleData.h
*
* Code generation for function 'sendComplexDoubleData'
*
*/
#ifndef __SENDCOMPLEXDOUBLEDATA_H__
#define __SENDCOMPLEXDOUBLEDATA_H__
/* Include files */
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include "mwmathutil.h"
#include "tmwtypes.h"
#include "mex.h"
#include ... | [
"doyle.e@husky.neu.edu"
] | doyle.e@husky.neu.edu |
e2cdb9b6897036cc8e3246e930d0f097c7d66f1b | 7e382d68c505188c4d78620737ab723d81283497 | /figures/sphere.c | d037ed933f94e57b9dc7b9b1eb2e82e1e7d1ab70 | [] | no_license | ferlocar-gap/ray_tracer | a9b10011c630bae9e039e396687be7025fb4976c | 0f0aea555f283706f98a80a2e805bfbd16a8f106 | refs/heads/master | 2021-01-23T15:43:04.566138 | 2013-02-19T03:50:46 | 2013-02-19T03:51:04 | 7,214,386 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,613 | c | /* sphere.c
* Copyright 2012 Carlos Fernandez
*
* Contains all the sphere object functions.
*/
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "../utilities/memory_handler.h"
#include "../tracing/vector.h"
#include "../tracing/object.h"
#include "../tracing/intersection.h"
#include... | [
"ferlocar.tec@gmail.com"
] | ferlocar.tec@gmail.com |
f56045e8dd025a56973208fbd0c79fb80547c50f | 8747f38ad27254048cde26efefb30f501bcabe01 | /Taichung_Helicopter V2.0/keybroad_scan.h | 976d5042992eb855084888280bb164e493d07565 | [] | no_license | victor3359/TaichungHelicopter | b89014048571dc3d02f2f61e49e998220ba320f5 | 95c90d0cb145b5eac42a12a47674c4018c8ed9fb | refs/heads/master | 2021-01-18T22:18:14.306397 | 2017-08-17T04:05:12 | 2017-08-17T04:05:12 | 100,463,517 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 70 | h | #ifndef KEYBROAD_SCAN
#define KEYBROAD_SCAN
#endif // KEYBROAD_SCAN
| [
"noreply@github.com"
] | victor3359.noreply@github.com |
b8a9e53eb7f7a0f1059b0b3f2fad18792be3546b | d6cd3e9a0bdc83db008cc4193aaccdac4e489d88 | /FDF/libft/ft_memcmp.c | 17e96e29a805fc7022ce6e3ab5af06b6e9595e67 | [] | no_license | AlexVishnev/FDF | 96fd11000933e6497d893b004b169833785fa5dd | 13bff8287429e00d2b7d990e04d05aa95d4fbb36 | refs/heads/master | 2021-05-11T14:39:04.776623 | 2018-05-03T08:21:26 | 2018-05-03T08:21:26 | 117,707,437 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,240 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memcmp.c :+: :+: :+: ... | [
"avishnev@e2r5p1.unit.ua"
] | avishnev@e2r5p1.unit.ua |
b20a98113ff55effea21f582adb13025da6936f0 | 212c87eebc1a107fa1c205d02bf74b37425f0b62 | /j06/ex02/ft_print_params.c | e832bf86376d7f1df7442708a325d9f0c6b05eee | [] | no_license | Doriel26/Piscine_42 | af56e8edc158ba51d8a68d48007d740f6f1e5cc4 | 11b87a7faee104be8ee49bf3f9140d75044a32bd | refs/heads/master | 2021-09-01T15:29:08.738031 | 2017-12-27T17:52:54 | 2017-12-27T17:52:54 | 115,542,335 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,146 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_print_params.c :+: :+: :+: ... | [
"dchiche@e2r13p10.42.fr"
] | dchiche@e2r13p10.42.fr |
aa3739b42fca5364d934a4d05078369d65e0dad4 | cf19a80f7f9b9f42600d5093bae89d8a4f94262f | /chapter_2/exercise/2-5.c | 3a0070b5774f1801244b22dab080199c42892894 | [] | no_license | mingzhang96/aoapc | b6793b0ba956e67feb586d8e7823fdd672ae5adb | 1a62c9226cb5958b88aa28147e62073e27fbb161 | refs/heads/master | 2021-10-09T12:33:34.345565 | 2018-10-08T14:39:52 | 2018-10-08T14:39:52 | 150,071,795 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 551 | c | #include <stdio.h>
#include <math.h>
/*
虽然做了四舍五入,但是对于四舍五入需要进位的没处理
*/
int main() {
long a, b;
int c;
scanf("%d%d%d", &a, &b, &c);
if (a == 0 && b == 0 && c == 0) {
return 0;
} else if (b == 0) {
printf("%s\n", "No answer");
} else {
int x = a / b;
printf("%d.", x);
a = (a % b) * 10;
for (int i = 0; i ... | [
"389157423@qq.com"
] | 389157423@qq.com |
d6d9d074c296f88dcbd9cdf843219292511dbb7d | 1a091360da6c0775fc66b5086de920216eb124a0 | /lib/my/lib_utility/string/my_memchr.c | d552bcc207a9a44833fc679d2a089206eb115a12 | [] | no_license | valoup917/42sh | df8f5177330a1ed3169ae609fdec3052778d5fe2 | 428340eecddb573b8f191bec1e6f159a5a92b851 | refs/heads/main | 2023-06-27T13:08:28.760907 | 2021-07-27T21:30:57 | 2021-07-27T21:30:57 | 390,130,721 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 364 | c | /*
** EPITECH PROJECT, 2021
** my_memchr
** File description:
** my own memchr
*/
#include "macro_and_define.h"
void *my_memchr(const void *s, int c, size_t n)
{
const unsigned char *p = s;
if (n != 0) {
do {
if (*p++ == (unsigned char) c)
return (void *) (p - 1);
... | [
"valentin.fouillet@epitech.eu"
] | valentin.fouillet@epitech.eu |
7433bd296ab3aeb0649e053f69a273d33df15386 | 58bc6619f99ced44a79ab1b493f5b4c425cc2412 | /plutommi/Customer/CustomerInc/mmi_rp_srv_mdi_vdoply_a_def.h | b4e70a992ac1251826424f653f7def7f1dbc18f9 | [] | no_license | ethercatduino/mt2503-1 | 48505a7a140622b7cc421514d86af13fe3cbe9b2 | 821da3c5a1d97dbe9fd592e641541d1d61fdf0e8 | refs/heads/master | 2023-06-07T13:21:44.242862 | 2021-07-06T11:39:35 | 2021-07-06T11:39:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,060 | h | /*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the information
* contained herein may not be used or dis... | [
"772452210@qq.com"
] | 772452210@qq.com |
fb1670d34839ca777e4e6b8ed0346d97c7e1cd4a | d7ef1300dc1b4d6174788605bf2f19ece12a1708 | /other/template_code/MyClass.C | d5659fecf43831ff1d2356b21d2284d2a603db8f | [] | no_license | libov/zeus | 388a2d49eb83f098c06008cb23b6ab42ae42e0e5 | a0ca857ede59c74cace29924503d78670e10fe7b | refs/heads/master | 2021-01-01T05:51:48.516178 | 2014-12-03T09:14:02 | 2014-12-03T09:14:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,289 | c | #define MyClass_cxx
#include "MyClass.h"
#include <TH2.h>
#include <TStyle.h>
#include <TCanvas.h>
void MyClass::Loop()
{
// In a ROOT session, you can do:
// Root > .L MyClass.C
// Root > MyClass t
// Root > t.GetEntry(12); // Fill t data members with entry number 12
// Root > t.Show(); //... | [
"libov@mail.desy.de"
] | libov@mail.desy.de |
7893443299bc3ec9ca1fa572fe53fa605cc17bd1 | 03fc952029e5774e0dee55d32bff816e8e01987d | /src/kernel/arch/i386/pit.c | 440c5f45569d5a608e9378699326f582037f6103 | [] | no_license | tatjam/tos | a0e4e6ca5772ff33080037106a211198a23a60ca | 4b82cb48035cdc821aa506c27a62d58121034f56 | refs/heads/master | 2020-03-16T20:09:48.779514 | 2018-05-14T18:01:34 | 2018-05-14T18:01:34 | 132,949,041 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 595 | c | #include "pit.h"
uint32_t pit_counter = 0;
void pit_tick()
{
pit_counter++;
}
void pit_set_freq(uint32_t freq)
{
// 1193180 is a magic PIT number
uint32_t div = (uint32_t)1193180 / freq;
if(div > 0xFFFF)
{
klog("%a[TOS-PIT]%a Invalid freq (%u), divisor: (%u) > 16bits\n", VGA_BRIGHT(VGA_RED), VGA_GRAY,
freq... | [
"tajampi@gmail.com"
] | tajampi@gmail.com |
f79c3df3fc1ef88c0ee630f1904a5fa6ec97eb42 | 6c780762c9349c9ac3d3e71038da61c245a9843d | /test.c | a2418224a41aaae2dc90c2de594806f2efa8594d | [] | no_license | Crosomond/Crosomond | abc3c2fbf7c0513b4d591cda5b2d90b88501187f | 80283c2d60fc0549ac17ce70adffced77dfd5e23 | refs/heads/main | 2023-08-01T01:59:12.590985 | 2021-09-21T16:01:00 | 2021-09-21T16:01:00 | 408,578,653 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 959 | c | #include "stm32f4xx.h"
void SystemInit() {
(*((int*)0xE000ED88))|=0x0F00000;
}
void delayy(){
int dummy=0xFFFFFF;
while(dummy--);
}
void delay2(){
int dummy=0xFFFF;
while(dummy--);
}
int main (){
unsigned char disp[10]={0x3F,0x06,0x5B,0x4F,0x66,0x6D,0x7D,0x07,0x7F,0x6F};
int count1 = 0;
i... | [
"noreply@github.com"
] | Crosomond.noreply@github.com |
09d615756ec87f1bd2a22ec466b2d86f8792692a | e5545f0764dc77b2b3227897fd3ed9f86e467b48 | /C Exercise - Day 6/ex_04 - my_strdup (copy of string - new allocated memory)/ex_04.c | 5928300cc412526fc54223b1a7b4ce1a33328adc | [] | no_license | MayteMenderico/Coding_Academy_exercises | e95b194de365a6df15af82fe2ed1ae5ea6e26385 | 501cccfb1be0cfef5685fff331cce3c59901deee | refs/heads/master | 2022-10-17T17:09:01.678067 | 2020-05-26T17:24:59 | 2020-05-26T17:24:59 | 245,666,936 | 0 | 0 | null | 2022-09-30T15:02:05 | 2020-03-07T16:28:01 | PHP | UTF-8 | C | false | false | 322 | c |
#include <stdlib.h>
char *my_strdup(char *str) {
char *tmp = (char *)malloc(sizeof(str));
for(int i = 0; str[i] != '\0'; i++) {
tmp[i] = str[i];
}
return tmp;
}
/*Write a function ‘my_strdup’, taking a string in parameter. Your function must return a copy of the string
in a new allocated memory space.
*/
| [
"mayte.ferreira-menderico@epitech.eu"
] | mayte.ferreira-menderico@epitech.eu |
65e07ffa4fb836422aa3bf69774940ea7f7ba5ec | 6d485152890d00fa75bb65e5eef144100fab12b6 | /lista_listas_20.c | 9953e1af59250605e7a29928b8136f3f03abbe4d | [] | no_license | LelePG/AED-1 | cb00ab0ea3a5db8c8af578df69b5da0626c48b91 | f1e9e3c827357773adacd9393346f9b0965535de | refs/heads/master | 2022-02-15T12:57:39.190136 | 2022-01-26T00:13:43 | 2022-01-26T00:13:43 | 176,391,373 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,737 | c | #include<stdio.h>
#include<stdlib.h>
#define bool int
#define true 1
#define false 0
typedef struct nodo{
int n;
struct nodo *next;
}nodo;
void imprime_lista(nodo *head);
nodo* final (nodo *head);
void adiciona(nodo *head,int valor);
nodo* divide_lista(nodo *head,int n);
int main(int argc, char const *argv[])
{... | [
"Tichwhovian@gmail.com"
] | Tichwhovian@gmail.com |
178ee554c9be6af651d466d83a8ae289ec2e05e7 | 3db023edb0af1dcf8a1da83434d219c3a96362ba | /windows_nt_3_5_source_code/NT-782/PRIVATE/NTOS/OB/OBCREATE.C | 7ad9255b35332a859d5aeaeed70825b7db31ece6 | [] | no_license | xiaoqgao/windows_nt_3_5_source_code | de30e9b95856bc09469d4008d76191f94379c884 | d2894c9125ff1c14028435ed1b21164f6b2b871a | refs/heads/master | 2022-12-23T17:58:33.768209 | 2020-09-28T20:20:18 | 2020-09-28T20:20:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 29,438 | c | /*++
Copyright (c) 1989 Microsoft Corporation
Module Name:
obcreate.c
Abstract:
Object creation
Author:
Steve Wood (stevewo) 31-Mar-1989
Revision History:
--*/
#include "obp.h"
#ifdef ALLOC_PRAGMA
#pragma alloc_text(PAGE,ObCreateObject)
#pragma alloc_text(PAGE,ObpCaptureO... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
794d2cd02afcc8b22635a8430e3c9bd16bc32587 | fc9a9893b3467c20b694fcbcd0d87f518921a2ca | /lib/dnsdb/src/dnssec-keystore.c | a51bf9b89b35865bc9cf0f9435988c33acc7a40b | [
"BSD-3-Clause"
] | permissive | w796933/yadifa | 5d007c9c14161f2833998f6f486bec426909b64b | c14b5d40109b62c8c6dc5fb595ddc690a5929f1c | refs/heads/master | 2021-06-24T18:41:33.142444 | 2017-09-13T11:31:00 | 2017-09-13T11:31:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 44,685 | c | /*------------------------------------------------------------------------------
*
* Copyright (c) 2011-2017, EURid. All rights reserved.
* The YADIFA TM software product is provided under the BSD 3-clause license:
*
* Redistribution and use in source and binary forms, with or without
* modification, are permit... | [
"info@yadifa.eu"
] | info@yadifa.eu |
594dd28ac8018bd27de0b8951ac0d224b7292621 | 5b69b19b6cfcc1cd1528be9f3286396c04510dbd | /mediatek/platform/mt8127/kernel/drivers/power/pmic_mt6323.c | 7ac23a95f8360d232ec0f255cc8f99bd3996ded4 | [] | no_license | bq/edison-3 | 54c65a515c417943037a0cc7135261287ef0eba9 | d4971e1bb170321893348739dad16f28c3c93fc7 | HEAD | 2016-09-10T22:58:07.001997 | 2015-11-18T09:09:04 | 2015-11-18T09:09:04 | 27,552,861 | 3 | 3 | null | null | null | null | UTF-8 | C | false | false | 133,788 | c | /*****************************************************************************
*
* Filename:
* ---------
* pmic_mt6323.c
*
* Project:
* --------
* Android_Software
*
* Description:
* ------------
* This Module defines PMIC functions
*
* Author:
* -------
* James Lo
*
***************************... | [
"anddevops@bq.com"
] | anddevops@bq.com |
960400c9751b86c6e487290570dee20519930915 | 6ce33cce4e24c26be0a6716d2909c78eabb216f9 | /src/xname.c | 0c12e5fa46684a9a7aa3f714019eb834d86c34d1 | [
"OpenSSL",
"MIT",
"LicenseRef-scancode-openssl"
] | permissive | fahkri/lua-openssl | 479c2726c3955bdb93985717734f443d16ff8188 | 49e1fef2b46241b0df58e8e06763d48665ea3ce9 | refs/heads/master | 2020-12-28T23:45:29.705493 | 2014-12-20T06:11:02 | 2014-12-20T06:11:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,604 | c | /*=========================================================================*\
* xname.c
* * x509 name routines for lua-openssl binding
*
* Author: george zhao <zhaozg(at)gmail.com>
\*=========================================================================*/
#include "openssl.h"
#include "private.h"
#define MYNAME "... | [
"zhaozg@gmail.com"
] | zhaozg@gmail.com |
329c9531c88d573ab9725dc92ce041a98467c6b1 | 5236e64ff3a1515c829a09ff65e4139ecee745f1 | /main.c | fe55c773a1a79fa769d87efd43629b2d906a731b | [] | no_license | caisan/MPI-Image-Processing | 8dcd5c5357d3ad6f4ee50be8d207297056629557 | 21afa5ed2fcaf536b1dbbfc9f8906e14757cea2e | refs/heads/master | 2021-01-18T11:46:29.072097 | 2012-03-28T22:04:46 | 2012-03-28T22:04:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 24,897 | c |
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "mpi/mpi.h"
#include <math.h>
/*
*
*/
int** image;
int n; // nr de linii
int m; // nr de coloane
int maxC; // max in pgm
int minC; // min in pgm
int** localimage;
int** auxLocalImage;
int** bufferImage;
int stripSize;
MPI_Status stat;
int aux... | [
"danielrizea27@gmail.com"
] | danielrizea27@gmail.com |
caeaa4300d62f378b40ebaacdc1599b3d4c40c5e | c0022372af06cd72b599c9bb81e279285bf0af33 | /v4-cokapi/backends/c_cpp/valgrind-3.11.0/none/tests/map_unmap.c | 212d7e363573d4533624606d0333a38a7823be55 | [
"GPL-2.0-only",
"GPL-2.0-or-later",
"GFDL-1.2-only",
"MIT"
] | permissive | diogo55/OnlinePythonTutor | 0d4b112a51a17b7aba4be20da08403f4f3e61f80 | a7120a4257b9c7e509bcf9398877899804dff45b | refs/heads/master | 2021-06-22T20:47:57.544463 | 2021-05-04T19:57:34 | 2021-05-04T19:57:34 | 216,675,450 | 3 | 4 | MIT | 2019-10-21T22:18:44 | 2019-10-21T22:18:43 | null | UTF-8 | C | false | false | 3,400 | c | #include <stdio.h>
#include "tests/sys_mman.h"
#include <stdlib.h>
#include <unistd.h>
/* The code testing MAP_HUGETLB huge pages is disabled by default,
as many distros do not have huge pages configured
by default.
To have e.g. 20 huge pages configured, do (as root)
echo 20 > /proc/sys/vm/nr_hugepages
... | [
"philip@pgbovine.net"
] | philip@pgbovine.net |
e09c101767b23d5ec977fc2c1045f2517cdd8fb8 | 740b9bb41ea64307c5f7c85cff818b9190d7a02c | /examples/ant/experimental/ant_shared_channel/master_to_master/asc_master.c | 0e25fb492e5ce61f4778741d00a420c99ea78238 | [] | no_license | thumb2/nrf51sdk12_3 | 4fefe074ef34b69054613ff8ab3faba18f6aa8d1 | d6956d24ae6ada32db9139ca5da4885377003bf8 | refs/heads/master | 2020-04-26T07:26:49.519306 | 2018-01-12T02:08:34 | 2018-01-12T02:08:34 | 173,394,420 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 28,015 | c | /**
* This software is subject to the ANT+ Shared Source License
* www.thisisant.com/swlicenses
* Copyright (c) Dynastream Innovations, Inc. 2014
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or
* without modification, are permitted provided that the following
* cond... | [
"johnson@btsmartshield.com"
] | johnson@btsmartshield.com |
d989e10b3ace43cdcbb90821de78edd5f08863b8 | d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9 | /testcases/CWE78_OS_Command_Injection/s01/CWE78_OS_Command_Injection__char_connect_socket_w32spawnl_22b.c | 2f532e12b1b2bcedb8321a38b20987f08618d218 | [] | no_license | arichardson/juliet-test-suite-c | cb71a729716c6aa8f4b987752272b66b1916fdaa | e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9 | refs/heads/master | 2022-12-10T12:05:51.179384 | 2022-11-17T15:41:30 | 2022-12-01T15:25:16 | 179,281,349 | 34 | 34 | null | 2022-12-01T15:25:18 | 2019-04-03T12:03:21 | null | UTF-8 | C | false | false | 5,675 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE78_OS_Command_Injection__char_connect_socket_w32spawnl_22b.c
Label Definition File: CWE78_OS_Command_Injection.strings.label.xml
Template File: sources-sink-22b.tmpl.c
*/
/*
* @description
* CWE: 78 OS Command Injection
* BadSource: connect_socket Read data us... | [
"Alexander.Richardson@cl.cam.ac.uk"
] | Alexander.Richardson@cl.cam.ac.uk |
29991ed4bedcac5a05b6c9faef32283ce7977463 | f229102e42edb7a504fef11999512ce1b308d494 | /lab4/3.c | 37be0ca0228aed6dffa9ca60f4962631a752b55a | [] | no_license | SW-721/cpp_labs | a5e4405032f834f586369eb2752955c2f4d58f89 | bfa867151e3a8c855b346fca137a738d08215337 | refs/heads/master | 2021-03-31T01:14:34.181800 | 2018-03-21T05:50:17 | 2018-03-21T05:50:17 | 125,073,106 | 0 | 0 | null | 2018-03-13T18:46:25 | 2018-03-13T15:26:36 | C | WINDOWS-1251 | C | false | false | 483 | c | #include <conio.h>
#include <stdio.h>
#include <math.h>
int main () {
float a, z1, z2, m, n;
printf("enter alpha (a)\n");
scanf("%f", &a);
m = sin(2*a)+sin(5*a)-sin(3*a);
n = cos(a)+1-2*pow(sin(2*a), 2);
z1 = m/n;
z2 = 2*sin(a);
//Удалить отсюда
if (z1 == z2) {
printf("\nALL CORRECT\n\n");
}
else {... | [
"bsac.po721@gmail.com"
] | bsac.po721@gmail.com |
c9057abaccf77b39d6f6e7ba07f0f5097b96d645 | 734f6710111277fd6edc185823100df3ccd38c46 | /list.h | 6b48b1139bfa2205750f85b027501124b463244b | [] | no_license | Sayam-111903093/diff-command | 6576736dae43347bd77f2f94414b18332febb882 | ab645457fbe051160c386c8afe6cb132d8c8ce09 | refs/heads/main | 2023-06-28T08:31:09.758480 | 2021-07-30T09:56:57 | 2021-07-30T09:56:57 | 391,013,724 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,266 | h | /*Doubly circular linked list is used to store each line*/
typedef struct node{ //this is for single file
char data[128];
int line;
struct node* next;
struct node* previous;
}node;
typedef struct list{
node *front;
node *rear;
}list;
void init(list *l);
void addnode(list *l, char *str);
... | [
"noreply@github.com"
] | Sayam-111903093.noreply@github.com |
0b01b46b2799aad60810a8e1306fdbda79fc2aa4 | 4e8c86fc1eb47ed8037d419487f9503df22c7083 | /Optimization/LevmarAndroid/jni/Thirdparty/clapack/TESTING/LIN/crzt02.c | 004a7398ccc2783284f1e862139925598795e84b | [
"MIT",
"BSD-3-Clause"
] | permissive | dalek7/Algorithms | c993f6d922a5574e54c2d8ece70bd0f9dd281a26 | 657275472d116f3b117c67e366a7e45de8e9c0e7 | refs/heads/master | 2020-04-12T01:40:56.502302 | 2019-09-07T16:46:09 | 2019-09-07T16:46:09 | 51,481,437 | 4 | 2 | MIT | 2019-07-09T10:58:28 | 2016-02-10T23:39:20 | C | UTF-8 | C | false | false | 4,177 | c | /* crzt02.f -- translated by f2c (version 20061008).
You must link the resulting object file with libf2c:
on Microsoft Windows system, link with libf2c.lib;
on Linux or Unix systems, link with .../path/to/libf2c.a -lm
or, if you install libf2c.a in a standard place, with -lf2c -lm
-- in that order, at the end of... | [
"dalek@kaist.ac.kr"
] | dalek@kaist.ac.kr |
7ab18aa0a8c1c853e6180e0c0aa2531e0ab50805 | 300346137bcbe2a6d91e66229222e5e179c9ba09 | /checkboard/MainBoard/HT32F5xxxx_Driver/src/ht32f65230_40_opa.c | c11201a077f0861214f99e6f4eacff2e26836f66 | [] | no_license | zhengbaiqiu/laike-i9-tinyboardtool | 43c271132392dfba23c7ed56969da6a63ed14a57 | 414c6b118c27f7438eee94dd6be6c68f15a14069 | refs/heads/master | 2023-03-03T17:00:13.957015 | 2021-02-17T07:26:40 | 2021-02-17T07:26:40 | 339,641,292 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 8,306 | c | /*********************************************************************************************************//**
* @file ht32f65230_40_opa.c
* @version $Rev:: 4409 $
* @date $Date:: 2019-11-14 #$
* @brief This file provides all the OPA firmware functions.
*******************************************... | [
"2012558848@qq.com"
] | 2012558848@qq.com |
8705f684d39db7d6e6b395ad0e6d0c34951b572a | 6319693d0974efb311c1bbd856e23f1b6f4394b7 | /lfcore/lf_update_issue_order.c | f526ef8bd2e976d3195f902cfa02dfff99d953a9 | [
"MIT"
] | permissive | ddouglascarr/rooset | dc40a1ff699f03afedb9fa4ed2a5341b022f38ee | f127cf32f560d1e31e8eaa7f712a119255fa6f8a | refs/heads/master | 2023-01-11T10:11:45.952743 | 2021-05-05T00:46:00 | 2021-05-05T00:46:00 | 80,099,230 | 3 | 0 | MIT | 2023-01-07T13:38:37 | 2017-01-26T09:00:40 | CSS | UTF-8 | C | false | false | 22,326 | c | #include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <libpq-fe.h>
#include <search.h>
static int logging = 0;
static char *escapeLiteral(PGconn *conn, const char *str, size_t len) {
// provides compatibility for PostgreSQL versions prior 9.0
// in future: return PQescapeLiteral(conn, str, len);
c... | [
"d.douglas.carr@gmail.com"
] | d.douglas.carr@gmail.com |
7cef7dd55b124d6a84f77c306e91e0f232924c27 | 864e2aef9508886c76ec75c600591e267470e27b | /Framework/MobileDevice/Services/File Relay/SDMMD_FileRelay.c | 77916df0722b4df40a9ff8e93a9fe4ee2524fa42 | [
"BSD-2-Clause"
] | permissive | ryu2/SDMMobileDevice | d55c5d7fcd8b7236de53d1c524b3d8bc6e464aed | f3b770e81881f89ddc48ea18f0e7c731d7d34484 | refs/heads/master | 2021-01-21T01:16:56.498202 | 2015-08-12T22:02:03 | 2015-08-31T05:27:04 | 41,180,853 | 0 | 0 | null | 2015-08-21T22:55:37 | 2015-08-21T22:55:37 | null | UTF-8 | C | false | false | 2,843 | c | //
// SDMMD_FileRelay.c
// SDMMobileDevice-Framework
//
// Created by Sam Marshall on 8/22/14.
//
//
#ifndef SDMMobileDevice_Framework_SDMMD_FileRelay_c
#define SDMMobileDevice_Framework_SDMMD_FileRelay_c
#include "SDMMD_FileRelay.h"
#include "SDMMD_Service.h"
#include "SDMMD_Connection.h"
#include "SDMMD_Service.... | [
"me@samdmarshall.com"
] | me@samdmarshall.com |
de8b2d1dc06ba6a961f8929a45bdab60fe131763 | f84067ba5683a442642027f1d8a0f5c924dd1d05 | /M2/update.h | fd3e1843ed4bb4e582d996354b906740eb4ac383 | [] | no_license | adunfordshire/elemental-knight | 450ee7d3e3eddcae6e3bc230356e40e87a92526d | 488382382a507f797ecb746796cd8cfb56b52f03 | refs/heads/master | 2021-08-08T18:09:19.531195 | 2017-11-10T20:35:26 | 2017-11-10T20:35:26 | 110,285,445 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 287 | h | //prototypes
void updateSplash();
void updateInstr();
void updateGame();
void updatePause();
void updateDeath();
void updateWin();
void updatePlayer(PLAYER * player);
void playerWalk(PLAYER * player);
void playerAttack(PLAYER * player);
void attackCheck(PLAYER * player, ENEMY * enemy); | [
"alexander.dunford@ihg.com"
] | alexander.dunford@ihg.com |
4646127a730e5b492351c5d8972dc03a4f7c09ad | d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9 | /testcases/CWE122_Heap_Based_Buffer_Overflow/s05/CWE122_Heap_Based_Buffer_Overflow__CWE131_memcpy_64a.c | 6b13e2675a7ef51c4be073fe22e8da0c763f2c0d | [] | no_license | arichardson/juliet-test-suite-c | cb71a729716c6aa8f4b987752272b66b1916fdaa | e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9 | refs/heads/master | 2022-12-10T12:05:51.179384 | 2022-11-17T15:41:30 | 2022-12-01T15:25:16 | 179,281,349 | 34 | 34 | null | 2022-12-01T15:25:18 | 2019-04-03T12:03:21 | null | UTF-8 | C | false | false | 2,438 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE122_Heap_Based_Buffer_Overflow__CWE131_memcpy_64a.c
Label Definition File: CWE122_Heap_Based_Buffer_Overflow__CWE131.label.xml
Template File: sources-sink-64a.tmpl.c
*/
/*
* @description
* CWE: 122 Heap Based Buffer Overflow
* BadSource: Allocate memory witho... | [
"Alexander.Richardson@cl.cam.ac.uk"
] | Alexander.Richardson@cl.cam.ac.uk |
25191081c44eb9872a18c4bf1d6ebf970981246a | 0d1392d6f957b56a500eb7d404d6e28155b975cb | /livedesk/beetles/applets/movie/spsc/spsc_prog/spsc_prog_ui.c | 3f5520435870c400f2c431db4f9577a6c5ecd58a | [] | no_license | 0x0fe/melis | c481019828125dcc70ea1e319dafdd5c48e50402 | 9449951e137a0430225d96d24c6e771934f81870 | refs/heads/master | 2021-12-13T13:48:31.115656 | 2017-03-20T13:01:04 | 2017-03-20T13:52:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,040 | c |
/*
**************************************************************************************************************
* ePDK
* the Easy Portable/Player Develop Kits
* desktop system
*
* (c) Copyright 2007-2010, ANDY, China
* All Righ... | [
"1414087790@qq.com"
] | 1414087790@qq.com |
3c858872fbc2592cb40511e4a5ca17824029c907 | c18bdb1abf3bb9be1997a568e2260850c11137ab | /lib/tinyusb/hw/mcu/nxp/lpcopen/lpc_chip_18xx/src/sct_18xx_43xx.c | 410f9507150e8a76c14973c4377e04d5ee33b88c | [
"MIT"
] | permissive | diybitcoinhardware/micropython | a730026ad7fa4e3cff4cb5ed14dd6b3f1fb54734 | 6bdf1b69162b673d48042ccd021f9efa019091fa | refs/heads/master | 2022-11-23T04:42:47.976301 | 2022-11-07T14:25:09 | 2022-11-07T14:25:28 | 182,322,508 | 4 | 4 | MIT | 2022-10-16T11:47:28 | 2019-04-19T20:34:49 | C | UTF-8 | C | false | false | 3,005 | c | /*
* @brief LPC18xx/43xx State Configurable Timer driver
*
* @note
* Copyright(C) NXP Semiconductors, 2012
* All rights reserved.
*
* @par
* Software that is described herein is for illustrative purposes only
* which provides customers with programming information regarding the
* LPC products. This software ... | [
"snigirev.stepan@gmail.com"
] | snigirev.stepan@gmail.com |
bd7a1773eab42bdf5db9a3bae9df0b73741dc886 | 6bb5767358e75aae801b84caf61dcd0e11af328b | /usr.sbin/kvm_mkdb/extern.h | 1bfae8ca8a09a92a97e8119ba45ff8054cc71852 | [] | no_license | salewski/csrg | 684ce32413688c468a5fc2f3ee5c4ab6b9d53724 | d8611391a8df93fcfd69590c8556464a021127b7 | refs/heads/master | 2021-05-18T01:57:24.431516 | 1995-06-23T20:48:08 | 1995-06-23T20:48:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,962 | h | /*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. 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 copy... | [
"bostic"
] | bostic |
2e090f50e182ff61f41f5b485308223a451422d8 | 129116117a42ec8362390f6bc91e27d45ff4b6dd | /strrpl.c | 38c3ab6d8c336476bfed583d8ab9ba0fb1f3b3fa | [] | no_license | dfa1/c-stuff | 4ab45fc2071305d2dba0625c1db9f2cbc4aef101 | b574752aea11b829b23b4ceeb79c762b63406e80 | refs/heads/master | 2020-07-28T09:35:53.160519 | 2009-10-09T13:45:24 | 2009-10-09T13:45:24 | 209,382,020 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,525 | c | /*
* strrpl.c -- replace sub-strings
* Copyright (C) 2006, Davide Angelocola <davide.angelocola@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 2 of the Licens... | [
"davide.angelocola@gmail.com"
] | davide.angelocola@gmail.com |
d6a9e1c707c1b7cf594c94f9a79090e9706a525b | ce79fd34cfde6178bed1cb73c0efae98dc24727e | /libjpeg-turbo-code2/turbojpeg.h | ffe9f9d4696be2a6a930e03e375b269c895c2f3c | [] | no_license | davehouse/magick | 4a798d49dae0e3d8e3e099fdaeeaacec0b099370 | 71efe0ecd9a1de12b813b3bf386666dd30067f56 | refs/heads/master | 2020-06-09T06:51:12.062164 | 2015-05-08T12:59:21 | 2015-05-08T12:59:21 | 35,276,937 | 0 | 0 | null | 2015-05-08T12:59:22 | 2015-05-08T11:58:56 | C++ | UTF-8 | C | false | false | 64,688 | h | /*
* Copyright (C)2009-2014 D. R. Commander. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* - Redistributions of source code must retain the above copyright notice,
* this list of con... | [
"dave.a.house@gmail.com"
] | dave.a.house@gmail.com |
cb3be9ab0e98b281022074e83c95743294738769 | 64058e1019497fbaf0f9cbfab9de4979d130416b | /c++/src/algo/blast/composition_adjustment/unified_pvalues.c | 2b63025b34db8ec326e22ccf1acab69e8fcaeb73 | [
"MIT"
] | permissive | OpenHero/gblastn | 31e52f3a49e4d898719e9229434fe42cc3daf475 | 1f931d5910150f44e8ceab81599428027703c879 | refs/heads/master | 2022-10-26T04:21:35.123871 | 2022-10-20T02:41:06 | 2022-10-20T02:41:06 | 12,407,707 | 38 | 21 | null | 2020-12-08T07:14:32 | 2013-08-27T14:06:00 | C++ | UTF-8 | C | false | false | 13,615 | c | /* ==========================================================================
*
* PUBLIC DOMAIN NOTICE
* National Center for Biotechnology Information
*
* This software/database is a "United States Government Work" under the
* terms of the United States Copyright Act. ... | [
"zhao.kaiyong@gmail.com"
] | zhao.kaiyong@gmail.com |
a46406e63e9790d9dcd6da2d6c8f30949e2303e2 | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/linux-a64/arch/x86/xen/multicalls.h | 9c2e74f9096c9eba23a71b2e4f736132d6ab2585 | [
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later",
"LicenseRef-scancode-free-unknown",
"Apache-2.0"
] | permissive | OLIMEX/DIY-LAPTOP | ae82f4ee79c641d9aee444db9a75f3f6709afa92 | a3fafd1309135650bab27f5eafc0c32bc3ca74ee | refs/heads/rel3 | 2023-08-04T01:54:19.483792 | 2023-04-03T07:18:12 | 2023-04-03T07:18:12 | 80,094,055 | 507 | 92 | Apache-2.0 | 2023-04-03T07:05:59 | 2017-01-26T07:25:50 | C | UTF-8 | C | false | false | 1,790 | h | #ifndef _XEN_MULTICALLS_H
#define _XEN_MULTICALLS_H
#include <trace/events/xen.h>
#include "xen-ops.h"
/* Multicalls */
struct multicall_space
{
struct multicall_entry *mc;
void *args;
};
/* Allocate room for a multicall and its args */
struct multicall_space __xen_mc_entry(size_t args);
DECLARE_PER_CPU(unsigned... | [
"gamishev@gmail.com"
] | gamishev@gmail.com |
e55d832c74ead00b2252b701e4be9010caefd61e | 1a477abcb1a9358b99ed7b0065fda3e26cefe703 | /src/ap/ieee802_11.c | f081ff36dd32d63c71dafa24b948ceb5f6c0299d | [
"BSD-3-Clause"
] | permissive | babarosaM33/hostap | 533154624e0b945bb435139947a76cc115e2b936 | 169660e669e02913fdeddc14fe0f2ac1fb6a367c | refs/heads/master | 2022-07-19T19:05:29.917505 | 2020-05-14T13:47:19 | 2020-05-14T13:47:19 | 263,606,358 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 152,482 | c | /*
* hostapd / IEEE 802.11 Management
* Copyright (c) 2002-2017, 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"
#ifndef CONFIG_NATIVE_WINDOWS
#include "utils/common.h"
#include "utils/eloop.h"
#inclu... | [
"twy2004@gmail.com"
] | twy2004@gmail.com |
e6bfabf0f2a8e2433bef8b2de25cb3c4097a4a84 | a556c07ecfa1031dae46fd3433762941ceca68b1 | /d/biwu/xy/shop2.c | 8ef0565a65f6005f5f18e83760e2f1edbbf8aace | [] | no_license | yqzcabao/pkuxkx-utf8 | 53c3c24f4e3a9125372bca72b6a4b10aa6293a7f | 0eaf237c9970795a51aa4cc04b5b762003300cbd | refs/heads/main | 2023-04-01T21:16:23.894845 | 2021-04-09T13:33:24 | 2021-04-09T13:33:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 405 | c | // Room: /clone/misc/shop2.c
// Date: by jason(尔好啊) Tue Nov 17 15:40:17 2009
// edit: by zine Aug 21 2010
inherit "/biwu/biwuroom2";
void create()
{
set("short", "隆中阁");
set("long", @LONG
一家老字号食肆,据说老板还是诸葛武侯的后人,以前这里的生意十分红火。
LONG
);
set("exits", ([
"south" : __DIR__"avenue",
]));
set("no_clean_up", 0);
setup()... | [
"i@oiuv.cn"
] | i@oiuv.cn |
01bed51578d56ff7d9447ca835e634479ad1c10d | c371c40d84b8d9035e9ea5140f75f282f62e3920 | /한컴MDS_자율주행SW과정/DEVICECONTROL_MCAL/ASW/MemMap.h | 9bc553d258f512b16a9de13fbd9e1d7589d93076 | [] | no_license | WynneNero/Embedded | d5cc036780685e2671de7c064da963626a8526c6 | 86ff57f54331f6a589dacceec916cb2025c8fc20 | refs/heads/master | 2022-04-11T21:00:00.414607 | 2020-03-14T23:36:01 | 2020-03-14T23:36:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 438,564 | h | /******************************************************************************
** **
** Copyright (C) Infineon Technologies (2013) **
** **
... | [
"lkeonw0o@naver.com"
] | lkeonw0o@naver.com |
64830801e41e274c103b2b7e6aa6a56d155aaffa | 7744859512f027ef0da8b1bde0f8518e631b98eb | /soh/assets/objects/object_spot11_obj/object_spot11_obj.h | e2a28bbfad87e3b2e4bea97899b7d1f0f254bbf5 | [] | no_license | HarbourMasters/Shipwright | 7f70b9470e4f9a117f3fe2d6e4deb776b8742182 | 0e7c6585239c0d7ea2c039b8b8cb7eaedf8928a9 | refs/heads/develop | 2023-08-31T20:50:56.253521 | 2023-08-30T17:34:06 | 2023-08-30T17:34:06 | 472,575,717 | 2,104 | 459 | null | 2023-09-14T20:29:01 | 2022-03-22T01:42:52 | C | UTF-8 | C | false | false | 1,040 | h | #pragma once
#include "align_asset_macro.h"
#define dgDesertColossusOasisWaterTex "__OTR__objects/object_spot11_obj/gDesertColossusOasisWaterTex"
static const ALIGN_ASSET(2) char gDesertColossusOasisWaterTex[] = dgDesertColossusOasisWaterTex;
#define dgDesertColossusOasisDL "__OTR__objects/object_spot11_obj/gDesertC... | [
"noreply@github.com"
] | HarbourMasters.noreply@github.com |
535b68a343b8b642064219de8b84417fecf22539 | 7006ec86a8eaa4037385eb5dd7b4052240e58f77 | /stm32_inkscreen/test_screenf4/BSP/epd2in7.h | fe4e9421a8b3a65f27e8a025c6a3414343b85ff9 | [] | no_license | Zhang-Rick/ECE49022_Senior_Design | dce81ef6eb899078d4607e78af8deb3963c9443c | d9df1d105a0ac114603e6b2def243371b77ace8a | refs/heads/master | 2021-01-26T05:43:18.888255 | 2020-05-30T14:55:47 | 2020-05-30T14:55:47 | 243,330,105 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,381 | h | /**
* @filename : epd2in7.h
* @brief : Header file for e-paper library epd2in7.c
* @author : Yehui from Waveshare
*
* Copyright (C) Waveshare August 22 2017
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documnetation... | [
"908520243@qq.com"
] | 908520243@qq.com |
b91c53cf372cd9f455b869d0ba6506821b66f05c | 1066a4698f17c97fbaf2e3aa960dedec294dfb5e | /src/main.c | d71acc4a9c509e25ff2a427806ae09a031accddc | [] | no_license | RobbyV2/FlappyBirdCE | 23a71c93034a528e5640a2deebb7fba9313da44c | ecb90da524ad939d5cc2188e20e24e35fd344b80 | refs/heads/master | 2023-04-17T15:01:58.883901 | 2019-02-07T22:20:01 | 2019-02-07T22:20:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,812 | c | /* Keep these headers */
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <tice.h>
/* Standard headers - it's recommended to leave them included */
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
/* Shared libraries */
#include <graphx.h>
#include <filei... | [
"rico@nlsite.com"
] | rico@nlsite.com |
094a77b0c4ce40838665ee024c9aa656920075a5 | 70904362212a6ba6b93d49bde6d2c0225b9f60e8 | /server/weber/webcmd.h | 34c58ebf22c7407eb769086d7fe2c6c2110caa9f | [] | no_license | rinetd/wstv | b00d4a573ccb40702cffeb77d5b93e1d68a9dc54 | f10ad3d31caa17c11b5cb3e78242baea39fa1c43 | refs/heads/master | 2021-09-16T00:17:12.767392 | 2018-06-13T15:55:59 | 2018-06-13T15:55:59 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,317 | h | #ifndef _WEBCMD_H_
#define _WEBCMD_H_
typedef enum{
OPER_NEED_ADMIN, //不同的CGI操作需要不同的权限才可以执行
OPER_NEED_USER,
OPER_NEED_GUEST,
OPER_ERROR
}Oper_Type_e;
Oper_Type_e _webcmd_checkOperation(char *cmd, char *action);
int _webcmd_checkpower(char *cmd, char *action, char *id, char *passwd);
int webcmd_accoun... | [
"begger_chen@163.com"
] | begger_chen@163.com |
a1020ba09abfda0e2d27ac2bde3642ec27fa6bb6 | 9fe788fa6fdf2a6c70ecaaeca38cdc43877ddf82 | /Inc/bsp/led/bsp_led.h | 2a308716cb7eadb4be44d29a0b0b9e15f6452da9 | [] | no_license | yisea123/Master_4_axes_stm32f407ight | 5ebe85627d172e000588932616ab7124ad7759c8 | b1a6044156ef27b8ef7865215e2ae4d74feeed9b | refs/heads/master | 2021-09-24T21:28:39.623131 | 2018-10-15T02:45:38 | 2018-10-15T02:47:56 | 208,962,530 | 1 | 0 | null | 2019-09-17T04:56:15 | 2019-09-17T04:56:14 | null | GB18030 | C | false | false | 3,097 | h | #ifndef __BSP_LED_H__
#define __BSP_LED_H__
/* 包含头文件 ----------------------------------------------------------------*/
#include "stm32f4xx_hal.h"
/* 类型定义 ------------------------------------------------------------------*/
typedef enum
{
LED_OFF = 0,
LED_ON = 1,
LED_TOGGLE = 2,
}LEDState_TypeDef;
#define IS_L... | [
"haliht@qq.com"
] | haliht@qq.com |
2289df55a597113052df260d378283cc576012c7 | d56f076e67154fe3eebe3f4c9c91a7f93c28eb4d | /Drivers/BSP/Components/lis2mdl/lis2mdl.h | 8f8215bf1a40043b028f3cb037f6d8729f9f9ba6 | [] | no_license | borisschw/ReadAccelerometer | 96ed3acef8047e34204eba8705b43cc0b6e79b76 | e4797be8e61db8e086d3ddec91fac2cdb90f4a19 | refs/heads/master | 2020-05-25T05:17:54.408630 | 2019-05-20T13:22:46 | 2019-05-20T13:22:46 | 187,644,500 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,941 | h | /**
******************************************************************************
* @file lis2mdl.h
* @author MEMS Software Solutions Team
* @brief LIS2MDL header driver file
******************************************************************************
* @attention
*
* <h2><center>© COPYRIGHT(c) 20... | [
"me@zoba.net"
] | me@zoba.net |
5276dc4d0b58710064e382102b785563a7bf3c8c | 3286b9f3ead21b1741454e1f389c0aecb635553e | /source/exec.c | 25a1578fa8b3b431b78387047ec4814682d5a7fe | [] | no_license | msamual/minishell | 49d376fee1155b02f619e5bef8b54efba7773a86 | 57689accdb7be229698a73933f1b850428577591 | refs/heads/main | 2023-07-08T20:11:56.901855 | 2021-08-11T13:42:28 | 2021-08-11T13:42:28 | 342,911,206 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,984 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* exec.c :+: :+: :+: ... | [
"msamual@er-c5.kzn.21-school.ru"
] | msamual@er-c5.kzn.21-school.ru |
46bfd2dd4a119ee3552d9b80a5857e5b5b456b6c | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE506_Embedded_Malicious_Code/CWE506_Embedded_Malicious_Code__w32_file_attrib_modified_05.c | 88ef69e76ef5a0a9611cdd2324dd63fd20e74d14 | [] | 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 | 5,564 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE506_Embedded_Malicious_Code__w32_file_attrib_modified_05.c
Label Definition File: CWE506_Embedded_Malicious_Code__w32.label.xml
Template File: point-flaw-05.tmpl.c
*/
/*
* @description
* CWE: 506 Embedded Malicious Code
* Sinks: file_attrib_modified
* Goo... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
1c99eda73a852dfc6343849bfb65f16fb8bf57a0 | e69761b779a3a036d058ef499f8f5bee756f4ed8 | /Réseaux/tp1/hello-c.c | b7048f859446800f964be654fdae0d1f281c2aa4 | [] | no_license | FaeNoRi/ULCO | a5edf5a036202c44f01d14eb734e557af602f3e4 | 27f700377a09c15372432e19333d8c83e5ec5b4e | refs/heads/master | 2020-03-29T18:46:27.987262 | 2018-12-05T14:47:56 | 2018-12-05T14:47:56 | 150,230,817 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,904 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <arpa/inet.h>
#define BUFFERMAX 128 /* taille maximale du buffer pour le message */
int main(int argc, char** argv){
/* Déclaration des variables */
struct sockaddr_in a... | [
"deloisonclem@gmail.com"
] | deloisonclem@gmail.com |
fae4e081377c29b25ba910fe3882c7236edd5cb8 | 1956ce04cec5e30dbfc5fd4444b330d9e4440354 | /can/f407_can_normal_two_nodes_it/Core/Inc/main.h | 38920f6441324d6c15652c333462083a4b0eb119 | [] | no_license | har-in-air/STM32_CODE_EXAMPLES | 34fdeade6708559b8c45a7d38828fa13ff971d93 | 9b6b11a1db665d84bbe7695d7c0bd3e4f6eb6b48 | refs/heads/master | 2023-08-10T17:08:35.107204 | 2021-09-10T10:19:45 | 2021-09-10T10:19:45 | 272,433,105 | 14 | 5 | null | null | null | null | UTF-8 | C | false | false | 2,336 | h | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : main.h
* @brief : Header for main.c file.
* This file contains the common defines of the application.
*******************************************... | [
"harinnair@yahoo.com"
] | harinnair@yahoo.com |
98878cda180115435dc4ffba2a6ac1d415f1a49e | 39ee74e2aad48615e1cf098a2eeb0730278d16c2 | /C-headfirst/9/coffee/coffee.c | 71949f58558f5f291a7ad86dc404e14eba49ba47 | [] | no_license | MangoLau/study | 7babe66185d4cabf79de504e9cfa258831ba2768 | ef4ee33b8a430cbed326f537e6d3c001efca7d92 | refs/heads/master | 2023-02-18T01:08:51.330060 | 2023-02-16T11:48:34 | 2023-02-16T11:48:34 | 156,506,685 | 2 | 0 | null | 2023-02-02T06:20:28 | 2018-11-07T07:26:10 | Jupyter Notebook | UTF-8 | C | false | false | 306 | c | #include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[])
{
char *w = getenv("EXTRA");
if (!w)
w = getenv("FOOD");
if (!w)
w = argv[argc - 1];
char *c = getenv("EXTRA");
if (!c)
c = argv[argc - 1];
printf("%s with %s\n", c, w);
return 0;
} | [
"liuhongwei@mrball.com"
] | liuhongwei@mrball.com |
c23ab0af5052447cc0c405850d2f5c387d26e9ee | 431eff27eea304c90902248f7004ae89788c8ecd | /src/utils/libft/ft_memcpy.c | 435c7d8d19b260a65e1125a4bdf59624261b1045 | [] | no_license | MinisterAkasha/minishell | 6c7c45af68218a819e97b8077fd6bd5867f6d434 | 8065c26ca01d17c5493f1234a9bad8d647725402 | refs/heads/main | 2023-06-20T00:58:42.703556 | 2021-07-12T09:12:00 | 2021-07-12T09:12:00 | 345,730,351 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 251 | c | #include "libft.h"
void *ft_memcpy(void *dst, const void *src, size_t n)
{
const char *def_src;
char *def_dst;
def_src = src;
def_dst = dst;
if (!dst && !src)
return (dst);
while (n)
{
*def_dst++ = *def_src++;
n--;
}
return (dst);
}
| [
"akasha@va-b5.kzn.21-school.ru"
] | akasha@va-b5.kzn.21-school.ru |
73786574f2b69cf200302188106cb1e16332e3eb | 391f8e9481b34916167315632a22df1606db6c6c | /nasl/include/nasl_defs.h | db2d3c85c0af1dbf857574aacd97b08e411ad2fd | [
"BSD-2-Clause"
] | permissive | jacmoe/nasl | 55e6b5109256f29401dfdc05803282e4d34879ed | 92984985924fb4447f17c695d3c114752c876440 | refs/heads/master | 2021-06-11T02:54:58.262571 | 2020-12-26T16:35:08 | 2020-12-26T16:35:08 | 90,145,907 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,278 | h | /*
* This file is part of the
* ███╗ ██╗ █████╗ ███████╗██╗
* ████╗ ██║██╔══██╗██╔════╝██║
* ██╔██╗ ██║███████║███████╗██║
* ██║╚██╗██║██╔══██║╚════██║██║
* ██║ ╚████║██║ ██║███████║███████╗
* ╚═╝ ╚═══╝╚═╝ ╚═╝╚══════╝╚══════╝
* project : https://github.com/jacmoe/nasl
*
* Copyright 2017 ... | [
"jacmoe.dk@gmail.com"
] | jacmoe.dk@gmail.com |
acafd25b82848d01fd3eb62525ed294382a35033 | f5710b31b989ca6ea560e4148dd919ddeb80b42b | /SampleWebServer/src/web/system/SampleOverviewHttpPage.c | 40785fafb3c983a95aab1cd45bf877d54cc02054 | [] | no_license | fmalakhov/WebServerCore | 95e899953a0bed7afe8d8ae50e641a095bbea39b | e2585b91f6ced34d1f3ae081f6d2c80d7003429d | refs/heads/master | 2021-01-19T08:32:08.615249 | 2018-01-21T15:40:27 | 2018-01-21T15:40:27 | 87,643,631 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,919 | c | /*
Copyright (c) 2012-2017 MFBS, Fedor Malakhov
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, publ... | [
"fedor.malakhov71@gmail.com"
] | fedor.malakhov71@gmail.com |
bacfaa8d3ff99e7d99f525a3174500afee27b10b | 38a7209fb95008c683de23d3e2c50f9ab733c845 | /JohnDev/lights.c | 20c20f45657d59efbfdd85769bcbaec61ef4417e | [] | no_license | devacto/meggyos | 58bea749d30778df5ef1455bbe6bb77b2b122848 | 13d3b760f56b5dbf985075a8595a5efdeb4d2eb5 | refs/heads/master | 2020-04-26T10:19:34.482850 | 2012-10-29T11:02:28 | 2012-10-29T11:02:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,712 | c |
// Simple Lights for the meggyjr - turning the D0-D7 leds on and off and
// turning one row of the display leds on and off.
// Eric McCreath 2012 - GPLv3
// To compile and install:
// avr-gcc -DF_CPU=16000000UL -mmcu=atmega328p -o lights.out lights.c
// avr-objcopy -O ihex -R .eeprom lights.out lights.hex
// a... | [
"wengcsyz@gmail.com"
] | wengcsyz@gmail.com |
3456a7890be664e0a4c9ce8cac06635fdeb4964c | 123712e7a0db5383a5e736a3d1435e33fa30080d | /src/oslibs/lua/inc/lua/lua_lib.h | fa892ef8c0ed8e9ebe8ec328dbe30052b28d458e | [
"MIT"
] | permissive | lemontreehuang/dios | f66aed3648f80adab8ccc54e6d4935bdb6593fe2 | ce947382bcc8692ea70533d6def112a2838a9d0e | refs/heads/master | 2021-05-30T17:02:23.630692 | 2015-11-17T12:39:09 | 2015-11-17T12:39:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 273 | h | #ifndef LUA_LIB_H
#define LUA_LIB_H
#include "dios/platform.h"
#ifdef LUA_AS_DLL
#if defined ( LUA_EXPORT )
#define LUA_DECL DS_DLL_EXPORT
#else
#define LUA_DECL DS_DLL_IMPORT
#endif // LUA_EXPORT
#else
#define LUA_DECL
#endif
#endif // LUA_LIB_H
| [
"maodazheng@163.com"
] | maodazheng@163.com |
65c3ac7fd490df877a2561c642d8bd663102ce3b | f7c60e1857cbb1440a0b53658088ffce100a20d9 | /C/Embarque_Coline_Julie.X/Utilities.h | e4aea54117abd628c5bbd4ce8f3cca9c8117a67a | [] | no_license | IUT-Bares-Coline/Robot_Coline_Bares | bc8fee678229a169526ea5df85f54926d41265b2 | e3656a6d480d2e9db2c173b8bf54a6f8fb06197d | refs/heads/master | 2023-03-01T18:13:32.078030 | 2021-02-11T11:31:16 | 2021-02-11T11:31:16 | 268,787,204 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 693 | h | /*
* File: Utilities.h
* Author: GEII Robot
*
* Created on 5 février 2021, 13:39
*/
#ifndef UTILITIES_H
#define UTILITIES_H
# define PI 3.141592653589793
double Abs1(double value);
double Max1(double value, double value2);
double Min1(double value,double value2);
double LimitToInterval1(double value, double ... | [
"TABLE2"
] | TABLE2 |
0dfefe3b1e6fe0a16f398d0d3d2a5224b353c75b | d477af165b82b8cc6ce7427901934e80939637a7 | /ubsan/overflow.c | 37970c4872bd3755a26381e5bc6a854fd1ca9f84 | [] | no_license | j-shilling/machulus | bb3e95fc00d73da9b3d16dd9f37f67f144090255 | 3f9e968a11325d120a71012982a076ad6cb6eb72 | refs/heads/master | 2022-06-16T06:53:56.360133 | 2022-03-31T14:44:42 | 2022-03-31T14:44:42 | 217,738,648 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,793 | c | #include <stdint.h>
#include <string.h>
#include <ubsan.h>
#include <machulus/panic.h>
static inline bool __is_signed(struct ubsan_overflow_data *data) {
return data->type->type_info & 1;
}
static inline int __get_bit_width(struct ubsan_overflow_data *data) {
if (data->type->type_kind == UBSAN_TK_FLOAT)
retu... | [
"shilling.jake@gmail.com"
] | shilling.jake@gmail.com |
5b86b23b016722af859bd8593dee6d802bcd40c3 | e050a3df4a8a9765d008a16ea7da43a016adc266 | /src/0005_wifi_uart/src/UartRecv.c | 43c05050598ea224452061701ffdb1107fb0768c | [] | no_license | JackTheRipper1992/MiCONotes | cbad8e2b989134cae730ad87904d90dd4624d5b4 | 0bf24927d24a12c1b944261974c18f89f66b16b9 | refs/heads/master | 2020-04-13T10:00:30.353599 | 2017-09-15T02:09:40 | 2017-09-15T02:09:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,895 | c | /**
******************************************************************************
* @file UartRecv.c
* @author William Xu
* @version V1.0.0
* @date 05-May-2014
* @brief This file create a UART recv thread.
******************************************************************************
* The MIT Licens... | [
"aplexos@163.com"
] | aplexos@163.com |
73800856c0c15db04a752254180a56834a4b085b | 975c213d68f8f2d11723a1ea76f7fd5fb7a78303 | /chapter6/time.c | cf719d3b0183920ed560158101370145ae1d6006 | [] | no_license | HenryLion/apue | 669fcc0af173e12900245a88382f0d59e688c934 | 702c8f424478f319905228d99eaaab4348da90be | refs/heads/master | 2020-04-17T14:46:59.262350 | 2020-03-05T08:26:41 | 2020-03-05T08:26:41 | 166,671,630 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 227 | c | #include <time.h>
#include "apue.h"
int main (void)
{
time_t time_now;
time (&time_now);
struct tm *lt = localtime (&time_now);
char buf[1024] = {0};
strftime (buf, 1024, "%F", lt);
printf ("%s\n", buf);
return 0;
}
| [
"344644571@qq.com"
] | 344644571@qq.com |
e6836f7b940cb866a11d3ab183d7ed1c103ad132 | ff1a5da4dbc0f096f692e2683f6b29c1855de182 | /ft_strsub.c | c9dcf98b8c7ab93484c59ba58f2f1c594747c980 | [] | no_license | AlexPrunici/LibFT | e4f5d97726e69b01e4c30103918e6496b34b4581 | c5956934b9adb9f3e4a5e6df87ef111fbef6a1be | refs/heads/master | 2022-05-15T04:46:33.718411 | 2018-10-12T17:06:22 | 2018-10-12T17:06:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,171 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strsub.c :+: :+: :+: ... | [
"prunici.alex@gmail.com"
] | prunici.alex@gmail.com |
de8babf00de90ae7b3f6300372ec05dad1b73fa6 | 1419a1d939950a5c249e1fdda8e094e03cea36c2 | /phol/DigitalProject/isim/mainCircuit_isim_beh.exe.sim/work/a_0438452587_3212880686.c | e6695581e6bb8391696ae7802b323bd5653dfff3 | [
"MIT"
] | permissive | Chuckboliver/DankEngine | 2cce64cc0aa8bf9442f1443dc31f75c863d51e2c | a507f2f2620a56eac82a0248b951a24530a12b40 | refs/heads/main | 2023-01-31T19:26:37.424954 | 2020-12-19T16:26:46 | 2020-12-19T16:26:46 | 313,116,055 | 0 | 0 | MIT | 2020-12-19T16:27:28 | 2020-11-15T20:22:19 | Jupyter Notebook | UTF-8 | C | false | false | 2,701 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"Paphankorn"
] | Paphankorn |
ba50a23973127326ba6b2a86b6946929a086c1ee | f125ae662d2feec673aabab2d74d4d190638ba6d | /Test Cases/TestCase5.c | 7b2ddf975cf5c3999676663980c4619f9d21c8e8 | [] | no_license | lifecodemohit/Alias-Analysis | 761abc7e64d6b0316364040dd45f345f5a0f90b3 | b8f2bad1ff6b967f3aad999728bf6cb1c83ddd2d | refs/heads/master | 2021-01-10T08:44:10.983582 | 2015-12-02T03:30:17 | 2015-12-02T03:30:17 | 47,220,960 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 200 | c | #include <stdio.h>
int main(){
int *a;
int *b;
int e;
int **d;
a = &e;
int i =10;
char c = 'c';
char *cptr;
char t;
for(i=10;i>0;i--){
cptr = &c; //initialize
}
t = *cptr;
}
| [
"mohit13063@iiitd.ac.in"
] | mohit13063@iiitd.ac.in |
b5a5a12d00ad156149d1dfd1eb3a0b71301da1e2 | c123487c2836d4bf9d82c14684b8c3f897edd738 | /srcs/ft_utils/ft_utils.c | d63469e49c61335e5f3d1616bf879c02c7cd669d | [] | no_license | qdequele/ft_ls | a8b1dfe64bc8329ae330bf863ad26d2ca88d8094 | 822d7d014309849e7eafdc61f723f8bd7e4d9f9a | refs/heads/master | 2021-09-07T14:55:01.253961 | 2016-04-29T14:14:54 | 2016-04-29T14:14:54 | 105,629,101 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,432 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_utils.c :+: :+: :+: ... | [
"quentin@dequelen.me"
] | quentin@dequelen.me |
0c95dd3af95d518e276cd15e9fabb5f5f625cda9 | 28def4999a88708dc928054ef6f1171e65a8315c | /AC/math16.c | b81868e2c3f442cf692a783acef71e2b041d7839 | [] | no_license | Hsinsin/ITSA | 1383966dd58d793ab20ef5f80e0a49d6a384067b | d83c67f3adfc37ef54fe6e228cbb33b81fb02c61 | refs/heads/main | 2023-02-07T12:08:51.097210 | 2020-12-27T03:31:48 | 2020-12-27T03:31:48 | 324,678,496 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 310 | c | //https://e-tutor.itsa.org.tw/e-Tutor/mod/programming/view.php?a=2928
#include <stdio.h>
int main(){
int n,m;
scanf("%d%d",&n,&m);
if(n*n+m*m>10000) printf("outside\n"); // 座標對原點的平方和大於半徑平方,就在外面
else printf("inside\n"); // 反之在裡面
return 0;
} | [
"hsin@csie.io"
] | hsin@csie.io |
2fdd54edb28d6f489b29a6ea2a6e57de40b54932 | daf57ab19fa4917d4de077fab4db8c2ebbfe16f6 | /Food.c | 3212c4f9d57d92c4fbcea564cc704c15db160045 | [] | no_license | 5hezan/mycap | 3c1d4470aeac499a1dbdd2f9e301420cddcbcb84 | bc42f27d5e97ee489f440af538d3de2b287dba01 | refs/heads/main | 2023-06-17T18:23:50.103513 | 2021-07-17T12:18:15 | 2021-07-17T12:18:15 | 319,648,994 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 529 | c | #include<stdio.h>
#include<conio.h>
void main()
{
int a;
printf("\nEnter a number for food item :");
scanf("%d",&a);
switch(a)
{
case 1:
printf("Pizza\nRs 239");
break;
case 2:
printf("burger\nRs 129");
break;
case 3:
... | [
"noreply@github.com"
] | 5hezan.noreply@github.com |
f984f74c4f9e10349c986d3c63dbb2badd0447b9 | 5513ce8abf08c454ebfe7a4e5150902ccf2a05cb | /DFSlist/main.c | ff46b85a2f46161527601a293c48a8561ac3d70e | [] | no_license | gsh3729/DataStructures-Algorithms | d9785d70ebab86dd5539ce25fe99907954c667be | d0b9fc392ff78f0b239c831025a02df693794c2e | refs/heads/master | 2023-08-31T13:57:24.691243 | 2021-10-03T08:20:27 | 2021-10-03T08:20:27 | 166,206,977 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,039 | c | /*
PROGRAMMER'S NAME : G SRIHARSHA
ROLLNO:111601005
PROGRAM DESCRIPTION :
PROGRAM NAME : dfs.c
DATE : 2/1/18
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
struct node
{
int data;
struct node *next;
}node;
void DepthFirstSearch(char a[100][100],int n,char b[n][n],int start,int visited[n])
v... | [
"111601005@smail.iitpkd.ac.in"
] | 111601005@smail.iitpkd.ac.in |
57aca248fd158151cc9536d87d26c93b3cf637f0 | 777a75e6ed0934c193aece9de4421f8d8db01aac | /src/Providers/UNIXProviders/PrecedenceService/UNIX_PrecedenceServicePrivate.h | 648786cc8f5dbec3b6c18d3486836b3fd35fd789 | [
"MIT"
] | permissive | brunolauze/openpegasus-providers-old | 20fc13958016e35dc4d87f93d1999db0eae9010a | b00f1aad575bae144b8538bf57ba5fd5582a4ec7 | refs/heads/master | 2021-01-01T20:05:44.559362 | 2014-04-30T17:50:06 | 2014-04-30T17:50:06 | 19,132,738 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 795 | h |
#if defined(PEGASUS_OS_HPUX)
# include "UNIX_PrecedenceServicePrivate_HPUX.h"
#elif defined(PEGASUS_OS_LINUX)
# include "UNIX_PrecedenceServicePrivate_LINUX.h"
#elif defined(PEGASUS_OS_DARWIN)
# include "UNIX_PrecedenceServicePrivate_DARWIN.h"
#elif defined(PEGASUS_OS_AIX)
# include "UNIX_PrecedenceServicePrivate_AIX.... | [
"brunolauze@msn.com"
] | brunolauze@msn.com |
7a380c3706f524d2a93b59810105883453844dd5 | 6cff28fe0c70d99badea702fdb21f96214a31aee | /I2C/uart_console_header.h | 766f9fda838bd192394b890252df2f27a9b526f3 | [] | no_license | shashi-kumar-aradhya/BeagleBoneBlack | fcf17884b8fa24064dd5785dcc92c0e091fd807f | 0398f3cbd6230b51e15489d79d43ee2c3f81ac34 | refs/heads/master | 2021-05-03T10:44:23.463353 | 2019-12-22T14:13:30 | 2019-12-22T14:13:30 | 63,527,905 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,341 | h | #ifndef __UART_CONSOLE_H_
#define __UART_CONSOLE_H_
#include "types.h"
/**
* Brief flow control
*/
typedef enum
{
FLOW_OFF = 0,
FLOW_ON = 1
}FLOW_t;
/**
* @brief Parity control
**/
typedef enum
{
PARITY_NONE,
PARITY_EVEN,
PARITY_ODD
}PARITY_BIT_t;
/**
* stop control
*/
typedef enum
{
STOP1,
STOP1_5,... | [
"shashikumararadhya@gmail.com"
] | shashikumararadhya@gmail.com |
98de1469d2deeac82fcb58b8aadace9bada7812f | 3277d32fcabbc25b6e65f8198044d5833f3e4a4a | /Write a C program to input marks of five subjects and calculate percentage and grade..c | ab0060940483bc14a7b29917f7f05b41e23ad28f | [] | no_license | devanshu12-prog/C-assignment3 | d91b6f619f941ffe32b421afd18e597cc6069386 | a98e921f9d29bb0ddd6b33d8b1af3b07a30aa14f | refs/heads/main | 2023-01-30T00:46:27.275460 | 2020-12-08T12:13:45 | 2020-12-08T12:13:45 | 319,628,184 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 842 | c | #include <stdio.h>
void main()
{
int phy,chem,bio,math,comp;
float percentage;
printf("Enter marks in Physics: ");
scanf("%d",&phy);
printf("Enter marks in Chemistry: ");
scanf("%d",&chem);
printf("Enter marks in Biology: ");
scanf("%d",&bio);
printf("Enter marks in Math... | [
"noreply@github.com"
] | devanshu12-prog.noreply@github.com |
07300b63eecf97dd2bec127a61b782d9375c4ff6 | 541cf9b0053dbf60269f4299d2e17e8f11f55c50 | /4.Demo/00-Template/CODE/car_ultrasonic.h | 8531464459ad785f6514b773ccb2ebaa2ee15478 | [] | no_license | chenchanglin12/bohe-car | 4432f42510ff6629dc56fb4b1bb5bf673c24a0d3 | 54554959cfe94839f08aebcec03b85178a049a1e | refs/heads/master | 2023-08-25T09:23:22.463540 | 2021-11-02T13:02:26 | 2021-11-02T13:02:26 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 809 | h | /*********************************************************************************************************************
* @file car_ultrasonic.h
* @brief 超声波模块
* @author FengLin
* @version 1.0
* @Target core CH32V103R8T6
* @date 2021-10-07
*********************... | [
"you@example.com"
] | you@example.com |
b5f82ed3de3d7bd0901d84f125f92af2e816fe49 | 20209be5be6e4b1b9d4aee3f23cd5ebc13446283 | /Implementations/content/graphs (12)/Advanced/TreeDecomp2.h | a2d17f04315a14e0a0b00416790f20c42ec12b02 | [
"CC0-1.0"
] | permissive | becauseIknowNothing/USACO | a35b1e77c35f73786f3925693a47d03b0376b4b4 | 0efee4d738682218c089e25f94281de5acffa98e | refs/heads/master | 2022-11-07T18:05:19.194799 | 2020-06-22T23:28:21 | 2020-06-22T23:28:21 | 274,769,037 | 0 | 0 | CC0-1.0 | 2020-06-24T21:03:19 | 2020-06-24T21:03:18 | null | UTF-8 | C | false | false | 1,855 | h | /**
* Description: Tree decomposition of width 2. Just keep removing
* verts with degree at most 2.
* Time: O((N+M)\log N)
* Source:
* https://chaoxuprime.com/posts/2015-04-10-treewidth-2.html
* https://github.com/yosupo06/library-checker-problems/blob/438f473c1a5eb22de1d595fc0486c1e3d78e3efe/graph/tree_deco... | [
"bqi343@gmail.com"
] | bqi343@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.