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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ea843ee79f175c77ee2241cf08b242cd2659948c | 03f037d0f6371856ede958f0c9d02771d5402baf | /graphics/VTK-7.0.0/ThirdParty/tiff/vtktiff/tif_dir.h | 93ad79b73403eecc09114b3deeb1f735e672610e | [
"libtiff",
"BSD-3-Clause"
] | permissive | hlzz/dotfiles | b22dc2dc5a9086353ed6dfeee884f7f0a9ddb1eb | 0591f71230c919c827ba569099eb3b75897e163e | refs/heads/master | 2021-01-10T10:06:31.018179 | 2016-09-27T08:13:18 | 2016-09-27T08:13:18 | 55,040,954 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,089 | h | /* Id */
/*
* Copyright (c) 1988-1997 Sam Leffler
* Copyright (c) 1991-1997 Silicon Graphics, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, provided
* that (i) the above copyright notices and this permi... | [
"shentianweipku@gmail.com"
] | shentianweipku@gmail.com |
fd8dc3111f654fcc11028bb5ac1c3a4999f62225 | 87d591bd26e4ed9ccccc13fe2b19e5e9e3866ec6 | /include/SFML/Audio/Music.h | 604d02af852810e7f92cf73235a1888c71cc0801 | [] | no_license | Spl3en/VisualBinary | 6949adcfcc9fbfdc92b12a2eaa15c3acc03d8b15 | 83077ac486da910462a6d90a939577d3c35b7c34 | refs/heads/master | 2021-01-18T13:59:28.059535 | 2017-03-13T14:45:26 | 2017-03-13T14:45:26 | 12,038,185 | 8 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,073 | h | ////////////////////////////////////////////////////////////
//
// SFML - Simple and Fast Multimedia Library
// Copyright (C) 2007-2013 Laurent Gomila (laurent.gom@gmail.com)
//
// This software is provided 'as-is', without any express or implied warranty.
// In no event will the authors be held liable for any damages ... | [
"spl3en.contact@gmail.com"
] | spl3en.contact@gmail.com |
a347e9d4864ec08ac49019698161ec4af8989772 | 9f3f94f632b331ca2a873bbe45c841fefa73e791 | /dfs/queue.h | 54b5577b04095ce7c627cd468f7e87e2f965d9f5 | [] | no_license | tengteng95/graph | c1c4cd88da44e3b603087bc3eeef2509537669fb | edf7e9afe6f725f336e885f677c7a77d9ab3706e | refs/heads/master | 2021-05-30T20:13:39.787638 | 2016-03-30T10:46:38 | 2016-03-30T10:46:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 498 | h |
//循环队列,队满,队空条件
//队空:front==rear
//队满:(rear+1)%size=front;
struct MyQueue{
int *queue;//队列,采用动态数组实现,这样实现有什么不好的地方,怎么实现可以让用户动态定义队列存储元素的数据类型???
int size;
int front;
int rear;
};
int createQueue(struct MyQueue **q,int size);
int insert(struct MyQueue *q,int e);
int delete(struct MyQueue *q,int *e);
int getCount(struct ... | [
"huangtengteng@huangtengtengdeMacBook-Pro.local"
] | huangtengteng@huangtengtengdeMacBook-Pro.local |
0f37aa45221d36348e037e47a9a5b5a51eb1fe4c | 060bc5ba9a8f707bdac927f30842febf9a4676a1 | /usr.bin/elfcopy/ascii.c | f0fea9a83e2dd10d3641cef60d60846d3eebfc35 | [
"BSD-4-Clause-UC",
"LicenseRef-scancode-other-permissive"
] | permissive | sergev/LiteBSD | 14ae93caa709d4707c3b122c243641c8214583c3 | 6f89c18880065a83d3d18661c80f72fb3397a888 | refs/heads/master | 2023-01-10T02:20:05.357875 | 2022-07-19T16:41:32 | 2022-07-19T16:41:32 | 19,167,171 | 318 | 58 | NOASSERTION | 2022-12-28T16:23:01 | 2014-04-26T02:55:34 | C | UTF-8 | C | false | false | 25,665 | c | /*-
* Copyright (c) 2010,2011 Kai Wang
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of condi... | [
"serge.vakulenko@gmail.com"
] | serge.vakulenko@gmail.com |
e7d2ea32acadceebf514291f77a3c40487d2515c | 8474f4bf41c12b63db77f7074fd2a2b37a8c1141 | /platform/hw/arm/interrupt/gic/gic_v2.c | e7b76e4a34afff3d221ab20fcb7a06789249341c | [
"BSD-3-Clause"
] | permissive | flyyounger/kernel_liteos_a_note | fb63601f7f4c879291a043618b06633cb8c4a397 | 2bd674eebd4975fe60fe25783f4ddf35588d9353 | refs/heads/master | 2023-02-05T13:03:24.416353 | 2020-12-29T00:43:41 | 2020-12-29T00:43:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,068 | c | /*
* Copyright (c) 2013-2019, Huawei Technologies Co., Ltd. All rights reserved.
* Copyright (c) 2020, Huawei Device Co., Ltd. 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. Redistrib... | [
"kuangyufei@126.com"
] | kuangyufei@126.com |
e28328eef07c852b25c866ad17d00034e1b04c90 | 71ee66eeafa68a380c640409ad53648c66ef0d31 | /L01/D01/E01_a.c | 004b3ca732161e7b41105133c57614b5cb7bf445 | [] | no_license | mattecora/SDP-Labs | 87fb125550902989dcb27fe5fac81ede025cbe25 | 1b128d7cfecb3373c8ea778d610288372c767266 | refs/heads/master | 2020-04-26T17:23:26.613836 | 2019-06-21T10:33:38 | 2019-06-21T10:33:38 | 173,711,390 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,460 | c | /******************************************************************************
* Lab 01 - Exercise 1 (version a - using the C standard library) *
* Matteo Corain - System and device programming - A.Y. 2018-19 *
******************************************************************************/... | [
"m96.corain@gmail.com"
] | m96.corain@gmail.com |
b499de8753ba5e3b8a83fd25e2a0cff2fb7e3c17 | c1569a1109732b2b47e89e7d771c88692bd6d0c8 | /board/MKLPC5410x/platform.h | 7e8acceb2924802badc19580b903d8cd0e7718bb | [] | no_license | saffronrui/MiCO_A_v3.2.0 | 823fbbac670105daeeb1d189877465160a87f808 | ebe600c5ef3893bc4658262ac52957933c865410 | refs/heads/master | 2020-04-08T18:09:15.897788 | 2018-11-29T15:26:10 | 2018-11-29T15:26:10 | 159,595,390 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 6,059 | h | /**
******************************************************************************
* @file platform.h
* @author William Xu
* @version V1.0.0
* @date 05-May-2014
* @brief This file provides all MICO Peripherals defined for current platform.
****************************************************************... | [
"liuruiruijob@126.com"
] | liuruiruijob@126.com |
667dcd67be49d2039a8f2ddfee1eb7bce22e475c | 365a49cf02adbf6033e787c55eb3ec22b74a33da | /ch5-6/W07 01.c | d23ffacf2b53b2a4428d79f7333d53597a12b747 | [] | no_license | yitzha/practice-c | 5620bb01fd93596dcff98cc68c804b627d0f31c7 | b52b99036cffd3f424e4eb0b1981383b6ab839fc | refs/heads/master | 2020-06-16T14:16:10.931729 | 2019-09-12T10:47:53 | 2019-09-12T10:47:53 | 195,605,516 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 477 | c | //W07 01
/*
使用者输入一串字元(读到'\n'结束)
把这串字元李全部的英文字母转成大写再输出
*/
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
int main (void)
{
char ch;
//读到几个ex:读到两个整数2 一个- 没有0
while ((ch = getchar()) != '\n'){
if (! isalpha(ch)){
putchar(ch);
}
else {
... | [
"3035078177@qq.com"
] | 3035078177@qq.com |
e87aa1965dda15083c2d5d766415eafb85a6de80 | 08c760c149cbec05bca0f28dc04de9ba32c538e6 | /libft/ft_putendl_fd.c | 506a80459ee381b0560904c1ef2520f31b7d40f6 | [] | no_license | ilmiraibragimova/wolf3d | f78d218292c79e6d3e19106b4a64b60ced08368b | d8d5a6d651f599d750475c30974f306f1cf30c64 | refs/heads/master | 2023-05-29T16:21:10.996186 | 2021-06-01T12:49:43 | 2021-06-01T12:49:43 | 364,620,125 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,006 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putendl_fd.c :+: :+: :+: ... | [
"ilmiraibragimova67@gmail.com"
] | ilmiraibragimova67@gmail.com |
7cfb957e8d4a1eaccf269f3a2e5e7eeb6ce61950 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/media/pci/saa7134/extr_saa7134-core.c_vdev_init.c | ce6f82f36abb0dfd9b0d5ecfd9e5145d75e39688 | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,425 | 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 |
5301f1f23a0c68f9cab87cf8a6bc6c4a6170f4f0 | 15b3a976111a0f24e2d994d1c098252d8586d570 | /src/executing.c | 731a2e999737271d78fd67c4281f8a74fe5eb8af | [] | no_license | estarossa0/dumbshell | cd0d2ef26e67b238e80dcecd3360b247d8d4fbb3 | f3c1b4f9f5f9a60250a6a8c31795b028ad59e1bc | refs/heads/master | 2022-09-20T10:49:18.314567 | 2020-06-04T07:01:18 | 2020-06-04T07:01:18 | 264,389,897 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,991 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* executing.c :+: :+: :+: ... | [
"rajiabdou9@gmail.com"
] | rajiabdou9@gmail.com |
d0ad9d824ca4d5b4bc0f722a709b521bd1e38123 | 65152655c24a565cceb6703597e40dbde6a43b84 | /Training/C/Assignment_1/myatoi.c | 5a933bd8c15aed9c492ec22b3d2184b673ab5d74 | [] | no_license | chanduviswanadham/Training_GESL | 3c5fe05aa7a17fce823d11d4485d770d28c3ad10 | f1a87fc7a4dc100213cf7f7f960d9dc3a3ecc1ea | refs/heads/master | 2021-01-11T17:30:04.342117 | 2017-01-23T09:44:56 | 2017-01-23T09:44:56 | 79,788,583 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 265 | c | #include <stdio.h>
#include <string.h>
//conerting the ascii to interger
int myatoi(char *n)
{
int res = 0;
int i;
int len;
len = strlen(n);
for (i = 0; i < (len-1); i++) { //logic to convert interger
res = res * 10 + (n[i] - '0');
}
return res;
}
| [
"vischandu11@gmail.com"
] | vischandu11@gmail.com |
b9439c757057854f6a2245abc1408b6a1103d0c4 | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/063/197/CWE121_Stack_Based_Buffer_Overflow__CWE193_char_alloca_ncpy_06.c | 3b6b09f8f1ecab01ebde86233f47883453e89d15 | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,456 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE121_Stack_Based_Buffer_Overflow__CWE193_char_alloca_ncpy_06.c
Label Definition File: CWE121_Stack_Based_Buffer_Overflow__CWE193.label.xml
Template File: sources-sink-06.tmpl.c
*/
/*
* @description
* CWE: 121 Stack Based Buffer Overflow
* BadSource: Point data to a bu... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
a5edc98882ef04cdcea011ad5db5873a70f01c25 | 954d3e79971c9c4f410b31c7294f4799c33adf54 | /chapter13/pp11.c | eea50fb2fe48abeec5b5287a81ca4f32233c6d09 | [] | no_license | PowerPowder/cpma | af8fd22a352e12fa79cbdc5e773a3649dca20343 | 9ef14221122aa83fa29c99ee83a565ff370ac854 | refs/heads/master | 2023-08-02T06:30:45.770239 | 2021-09-07T05:44:53 | 2021-09-07T05:44:53 | 305,271,016 | 0 | 1 | null | 2021-01-11T12:00:07 | 2020-10-19T05:22:11 | C | UTF-8 | C | false | false | 809 | c | #include <stdio.h>
#include <stdbool.h>
#include <ctype.h>
int word_length(const char *word);
double compute_average_word_length(const char *sentence);
int main(void)
{
char sentence[100], ch;
int i = 0;
printf("Enter a sentence: ");
while ((ch = getchar()) != '\n')
sentence[i++] = ch;
... | [
"reaganbrasch@gmail.com"
] | reaganbrasch@gmail.com |
9b35bbbaba6a2afeb82a439a6058ccee142e6901 | 498f09067bb6d804567b7e9e647d25e768222675 | /pointer/starting.c | 7ebfbff9c3904fe09d5c07fe6bbcb7bbfc7f3cd5 | [] | no_license | susmita-debnath/c-beginner | c44829d93e89de17ee98cb6ee0e6a6198027603f | 078e1de4b4cb57fef072aa5213881d76dea7628d | refs/heads/master | 2021-01-09T06:33:07.686106 | 2018-03-01T12:20:46 | 2018-03-01T12:20:46 | 81,005,975 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 188 | c | /// Pointer
#include<stdio.h>
int main()
{
int a;
int *p;
p = &a;
*p = 5;
printf("%d \t %d\n", a, *p);
a = 6;
printf("%d \t %d", a, *p);
return 0;
}
| [
"supti.debnath@gmail.com"
] | supti.debnath@gmail.com |
c11c38500d30dbe42d93241f5a1b1b59ea769250 | 56555af067671deca96c2928267b6768d0b3c1b4 | /web_interface/files/programs/SO5_1.C | 1387b9bafc96131798c5b61fd0240e16bdb52e82 | [] | no_license | raghuraju/overnite_2011 | f92649132c5eaac374d66a185c10d001137d3a60 | 82f5aea060a0adea778c0ea4ec01083fc8af4ea2 | refs/heads/master | 2021-01-11T07:41:52.554676 | 2012-03-28T15:06:59 | 2012-03-28T15:06:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 396 | c | #include<stdio.h>
int main()
{
int n,k,i,j,l,sw=0;
char comb[50][50];
scanf("%d%d%d",&n,&k,&i);
for(j=0;j<i;j++)
{
for(l=0;l<n-j;l++)
{
comb[j][l]='N';
}
for(;l<n;l++)
{
comb[j][l]='O';
}
}
for(j=0;j<n-1;j++){
if(comb[i-1][j]!=comb[i-1][j+1])
sw++;
}
l=-1;
if(sw>k)
{
printf("%d",l);
... | [
"contact@IamPankaj.in"
] | contact@IamPankaj.in |
5357397d40c8df415e8e6c570f5540b4e4b595b8 | 63b6becbc7460f33c5d82f3e9e6b635bc5ab988f | /hcg/include/HL_i2c.h | eea75187afef1646c08f4ad7872db44b28407b9d | [] | no_license | mhansen1/HerculesDev | 69540a88e2fcae9dd307f37655ab2b3d686e6f3d | 06def2e86ac1e2776dafddfeeb0a5ae3f8de65e3 | refs/heads/master | 2020-12-30T12:12:13.038526 | 2017-10-17T19:08:12 | 2017-10-17T19:08:12 | 91,416,427 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,214 | h | /** @file HL_I2C.h
* @brief I2C Driver Definition File
* @date 05-Oct-2016
* @version 04.06.00
*
*/
/*
* Copyright (C) 2009-2016 Texas Instruments Incorporated - www.ti.com
*
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following c... | [
"max.k.hansen@gmail.com"
] | max.k.hansen@gmail.com |
13fb044c23496aa4ec7f7efe00710c2f0a74f4b2 | 2d5e4362a96247f2e3e678c5e30eb0a14c4732b7 | /src/broadcom/vulkan/v3dv_formats.c | 93e4b4ee1aadda4f974c36e2dbac0b6041bbdc27 | [] | no_license | ccapitalK/mesa-shader-extract | 966df00e830263b2c6e4bd5c180b59f116454a97 | 9098fefc449e519c5a31ba3818778388386946eb | refs/heads/master | 2023-08-22T13:05:46.743077 | 2021-09-24T07:46:56 | 2021-09-24T07:46:56 | 408,653,109 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 21,258 | c | /*
* Copyright © 2019 Raspberry Pi
*
* 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, publish,... | [
"sahan.h.fernando@gmail.com"
] | sahan.h.fernando@gmail.com |
ca33062f95ce368081312e957c156caf3676540a | e2340778263ceecf4ebb47dc8c0a07f6bfa58c20 | /Comparisons/GndStateCompAlt.C | 00b6cd78a45505e701b2e842d38bf118ea3b84a5 | [] | no_license | cnatzke/SeniorDesign2016 | fed9667b51bc431f4453c5b913469fc25f17e950 | 51a75e84256ec1ab6b1663b133729dd1e37bfb12 | refs/heads/master | 2021-01-12T09:56:54.457478 | 2016-12-13T02:47:40 | 2016-12-13T02:47:40 | 76,313,673 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,766 | c | //This Macro SHOULD compare various ground state angular correlations via other root files.
#include <iostream>
#include <vector>
#include "GndStateCompAlt.H"
#include "TFile.h"
#include "TTree.h"
#include "TString.h"
#include "TMath.h"
#include "TGraphErrors.h"
#include "TLatex.h"
#include "TMultiGraph.h"
using name... | [
"natzke41@hotmail.com"
] | natzke41@hotmail.com |
40864596e4a80f303c48d605526f03d51e7f9a1a | dab87416d9e20bdf4c5c3387a0fe7fee704b54f8 | /MRMemoryDetect/UI/MRMemoryMacro.h | 052e32e6edbd7bc1d4658dfabf3c72c5e10402a6 | [] | no_license | GitTrandy/MRMemoryDetect | b3a71842c56bf5fbd55ea04343e48eeda1680032 | 6585538fa6c1b77993ac7259791429fc0f790e48 | refs/heads/master | 2020-09-21T04:30:51.343973 | 2016-09-12T09:22:34 | 2016-09-12T09:22:34 | 67,569,350 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 770 | h | //
// MRMemoryMacro.h
// MRMemoryDetectDemo
//
// Created by 阿迪 on 16/9/6.
// Copyright © 2016年 北京时趣网络有限公司. All rights reserved.
//
#ifndef MRMemoryMacro_h
#define MRMemoryMacro_h
/** 屏幕高度 */
#define MRMD_SCREEN_HEIGHT [[UIScreen mainScreen] bounds].size.height
/** 屏幕宽度 */
#define MRMD_SCREEN_WIDTH [[UIScreen... | [
"trandy@qq.com"
] | trandy@qq.com |
c0c23651cff1dffc0059298718d993eae2e900a7 | 708a73b2d942680ded3d05af2a034b258068d493 | /STM32Car/code/code2.0/MiniBalance_HARDWARE/LED/LED.C | 034a99bb80c5c48971573377cc417cdc267e9683 | [] | no_license | sysuroboclub/Terminator | 58d2baf1d02a62f1db501ddfef988716ce5e3f62 | e59de5dfe58c9d43fc1b79c09182dc078bc843ef | refs/heads/master | 2020-04-12T14:07:10.451383 | 2019-06-12T12:28:55 | 2019-06-12T12:28:55 | 162,542,763 | 2 | 3 | null | 2019-03-09T11:13:52 | 2018-12-20T07:28:36 | C++ | GB18030 | C | false | false | 1,245 | c | #include "led.h"
/**************************************************************************
作者:平衡小车之家
我的淘宝小店:http://shop114407458.taobao.com/
**************************************************************************/
/**************************************************************************
函数功能:LED接口初始化
入口参数:无
返... | [
"38731512+zzzqqqxxx@users.noreply.github.com"
] | 38731512+zzzqqqxxx@users.noreply.github.com |
f0f7cb7f235307e499d849ba5e41aa107907574f | 303cb679fdcd8a436dbd373f98da679eefefae01 | /3rdParty/DirectFB/src/core/input_hub.h | f6a15b10152dd8fcb0fae02e4545061ba50770f1 | [
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"MIT"
] | permissive | rohmer/LVGL_UI_Creator | d812a66ca8e3f8a736b02f074d6fbb324560b881 | 8ff044064819be0ab52eee89642956a3cc81564b | refs/heads/Dev | 2023-02-16T01:25:33.247640 | 2023-02-09T16:58:50 | 2023-02-09T16:58:50 | 209,129,978 | 37 | 17 | MIT | 2023-02-09T16:58:51 | 2019-09-17T18:35:36 | C | UTF-8 | C | false | false | 3,567 | h | /*
(c) Copyright 2012-2013 DirectFB integrated media GmbH
(c) Copyright 2001-2013 The world wide DirectFB Open Source Community (directfb.org)
(c) Copyright 2000-2004 Convergence (integrated media) GmbH
All rights reserved.
Written by Denis Oliver Kropp <dok@directfb.org>,
Andreas Shim... | [
"rohmer@yahoo.com"
] | rohmer@yahoo.com |
e5a50ac6da8426c5024e2f79047f45ef02be884f | eeac63478458c99f6f09ea74d2c48c38d055dfe8 | /src/platform/platform.c | 0f827ff1d2e5ddc9fddf766aa823d671d99d9794 | [] | no_license | ranjian0/mutton | 2842c969223a6a7c65cbeed3d31d7eae2eb1ddc6 | bcf6d425679ac40e2c3911b8601a457f7780d570 | refs/heads/main | 2023-05-28T14:06:20.528769 | 2021-06-05T11:43:39 | 2021-06-05T11:43:39 | 372,337,220 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 247 | c | #include "utils/Defs.h"
#if defined(PLATFORM_ANDROID)
# include "platform_android.c"
#elif defined(PLATFORM_WINDOWS) || defined(PLATFORM_APPLE) || defined(PLATFORM_LINUX)
# include "platform_desktop.c"
#else
#error Unsupported Platform
#endif | [
"karanjaichungwa@gmail.com"
] | karanjaichungwa@gmail.com |
0af2c85f8b4f6d6351b0d8ded8eab51adf21613c | 3035f882d6341c6751e5afc82eb5589851b11b85 | /TPE-MaritoBaracOS/include/panic.h | 24fc3d4ae036146691ac220ef974bf4eabde1869 | [] | no_license | alebianITBA/Arquitectura-de-computadoras | 5c40eecb8d8ee1bd6525253f95f0cb0caa23a9a6 | e28b01952613981cf9cea42f1c960a0fbd50c75f | refs/heads/master | 2016-09-03T06:52:45.785291 | 2015-06-24T20:57:41 | 2015-06-24T20:57:41 | 38,010,484 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 138 | h | #ifndef _panic_h_
#define _panic_h_
#include "stdlib.h"
void error(char*);
void arch_error(char*);
void __stack_chk_fail(void);
#endif
| [
"alebezdjian@Alejandros-MacBook-Pro.local"
] | alebezdjian@Alejandros-MacBook-Pro.local |
ab8fca47b276986584dbe2efbc83a921755dbbaa | a80902d89a3ef83baf94f7a580bad0652334403d | /workspace/idobata2/linear_lists.c | 8de176ef9ce1035678ab23645ef34951f7a7eccf | [] | no_license | Hiroya-W/kit_network_programming | 569a1980e65aaaf893242a315ff695390bd33d61 | 707ce242e7d2151d06d61d9a2f7a96246021ecf3 | refs/heads/master | 2022-11-19T14:38:31.576860 | 2020-07-20T02:16:27 | 2020-07-20T02:16:27 | 262,973,532 | 0 | 0 | null | 2020-07-16T05:21:24 | 2020-05-11T07:42:27 | C | UTF-8 | C | false | false | 5,282 | c | #include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include "idobata.h"
member_t head = NULL;
member_t tail = NULL;
member_t create_member();
member_t get_head_from_list();
void add_user_to_list(char *username, int sock);
void delete_user_from_list(int sock);
void print_list();
int test() {
add_user_to_... | [
"e8239@g.maizuru-ct.ac.jp"
] | e8239@g.maizuru-ct.ac.jp |
af3c9c605892cbd57c97a9ef4b0ae6c09269e953 | 6c9947ef8b752851ed76e044b7ca2b5f8530d610 | /LB_Code_Base/GV_FW_PLC_RF_Production_FW_UART/components/drivers/ieee802154/src/gv701x_lrwpandriver.c | c265a9085dec36dd0be19065085ac160013c933d | [] | no_license | greenvity-pankaj/production-tool | 68694cd30288a44977670890375aded2806d4ab7 | b703cda1aa1fad058fb9eeb231a27d6ffa7cb810 | refs/heads/master | 2020-04-16T02:17:13.034200 | 2017-02-20T12:23:07 | 2017-02-20T12:23:07 | 29,185,421 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 48,186 | c | /* ========================================================
*
* @file: gv701x_lrwpandriver.c
*
* @brief: This file governs and maintains the IEEE 802.15.4 link
*
* Copyright (C) 2010-2015, Greenvity Communications, Inc.
* All Rights Reserved
*
* =====================================================... | [
"kiran_nevaskar@greenvity.com"
] | kiran_nevaskar@greenvity.com |
cf1a880681f067c5d99ffc3a183b2764b344f365 | 9fa5a23405888c5955e62df255d9152690028f96 | /14_leap_year.c | 2edccdd9a9ab342591e7613adad8d15ebe3fa4fa | [] | no_license | radvin1378/basic-C-programs | e68654d823388dd7786486acd0ffae3cf5eff9b0 | 2dd05bc901357f5b1ef61ddbd8035c8fdd8fbfb2 | refs/heads/master | 2023-01-30T14:18:38.407187 | 2020-12-10T14:02:51 | 2020-12-10T14:02:51 | 305,071,346 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 300 | c | // to check if the year entered is leap year
#include <stdio.h>
int main(void)
{
int yr;
printf("Enter a year: ");
scanf("%d", yr);
//if (yr % 1.25 == 0)
// printf("%d is a leap year.\n", yr);
//else
// printf("%d is not a leap year.\n", yr);
return 0;
} | [
"radvin1378@gmail.com"
] | radvin1378@gmail.com |
26103e2cc55a4ff6ddd9931ce1d6ea9bafe0ccca | 24b760c46a9a0a6312356630e8c0700409fa78eb | /adconeeprom.c | e49e18aec1cc26b9b7cde264fc05f2d00796ac09 | [] | no_license | elvircrn/PAPA | a0ac146b5145df97a2c7a43720dcab3949222799 | ae0cc7aeea1756ef4ffaa77b618407cee19ed90c | refs/heads/master | 2021-09-03T15:57:11.654182 | 2018-01-10T08:00:03 | 2018-01-10T08:00:03 | 116,926,852 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,286 | c |
char getValue() {
ADCON0bits.ADGO=1;
while (ADCON0bits.ADGO);
return ADRESH;
}
void init_eeprom() {
CFGS = 0;
EEPGD = 0;
EECON1bits.WREN=1;
}
char cnt = 0, addr = 0;
void interrupt handler() {
if (TMR0IF && TMR0IE) {
if (cnt++ == 38) {
char value = getValue();
GIE = 0;
EECOND... | [
"elvircrn@gmail.com"
] | elvircrn@gmail.com |
71fd7b0a7d3f75572144e41a0c35395173eb7eb6 | 74d7434ef64329f2f8152f9a40d8153102b7c888 | /t1-uranus/umsconfig/source/crc.c | 6d7241b1a1c98a894e72ba58995b1f92f0aec63c | [] | no_license | xiaodezhang/ums | 8975f2e6d102141bc8f111f34806d9e77d2e8cdd | 6ac501086114e15b1234490c683d8220a30d14e7 | refs/heads/master | 2020-04-03T18:26:21.229207 | 2018-10-31T02:19:32 | 2018-10-31T02:19:32 | 155,484,149 | 0 | 1 | null | null | null | null | GB18030 | C | false | false | 3,370 | c |
#include <stdio.h>
#include "crc.h"
//寻址的字节定义,用于CRC4余值表的生成
typedef union
{
u8 m_byVal;
struct
{
#ifdef WIN32
u8 bit0:1;
u8 bit1:1;
u8 bit2:1;
u8 bit3:1;
u8 bit4:1;
u8 bit5:1;
u8 bit6:1;
u8 bit7:1;
#else
u8 bit7:1;
u8 bit6:1;
u8 bit5:1;
u8 bit4:1;
u8 bit3:1;
u8 bit2:1;
u8 bit1:1;
u... | [
"zhangxiaode0@gmail.com"
] | zhangxiaode0@gmail.com |
2c52de0a4a7039501a7a3d3a8ca39e6a568c4346 | ab8514244d575f79f833921ffccd35a904c73a1b | /win32Qclient/win32Qclient/q_client.h | 01d04b5a3eb458fac83733fba438bf03476a29f7 | [] | no_license | fengruoying93/Qfriend | c9be95a47341e2f43ff7573561c9559d7fa455b3 | 36ca066c53710eb31894f6e0ca40472aa301617f | refs/heads/master | 2023-01-30T10:14:52.753960 | 2020-12-09T14:49:38 | 2020-12-09T14:49:38 | 320,746,323 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,850 | h | #ifndef Q_CLIENT_H
#define Q_CLIENT_H
#ifdef WIN32
#include <WinSock2.h>
#else
#include <netinet/in.h>
#endif
#define SAFE_FREE(p) do{if(p){free(p);p = NULL;}}while(0)
#ifndef OK
#define OK 0
#endif
#ifndef ERROR
#define ERROR -1
#endif
#define TRUE 1
#define FALSE 0
#define NAME_LEN 32
#define PWD_LE... | [
"luofengfeng93@163.com"
] | luofengfeng93@163.com |
a8400929a5d70473e46487a49d35180c85052e11 | 9af2e32eb2ba1d21c33156d6f9728c4f46488293 | /firmware/remote_logger/src/reporter.h | a0288b3dac24a2c4d61dcbec87124ad898b67701 | [
"MIT"
] | permissive | oxullo/envlogger | 8c12b91118a0df8a0e0402d3e9f8aba704f762d7 | 736efd5dfe74fd62bc3ae18a04f73dbf5c4402cf | refs/heads/master | 2022-11-10T00:09:25.730592 | 2020-06-28T13:15:53 | 2020-06-28T13:15:53 | 264,455,009 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,208 | h | // Copyright (c) 2020 OXullo Intersecans <x@brainrapers.org>
//
// 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... | [
"x@brainrapers.org"
] | x@brainrapers.org |
0824f30336a17ab16d3d047fe6b6fa081aa82a7b | 5cf44f2be6c38c9b95ef445ef1fab2505b303e25 | /VS/berkeleyDB/src/dbinc/repmgr.h | 292ca6a3950fc2220f8102b1f37c2e20978464c4 | [
"MIT"
] | permissive | EnricoBotassa/zalgocoin | dd66e250c82f9b492991bf868630450004401a6e | 0e0e88c8c9ea5921e7eb007f7350bd1b3b3a40b1 | refs/heads/master | 2020-03-24T20:49:58.544498 | 2018-11-01T21:41:18 | 2018-11-01T21:41:18 | 142,998,714 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 37,918 | h | /*-
* Copyright (c) 2006, 2018 Oracle and/or its affiliates. All rights reserved.
*
* See the file LICENSE for license information.
*
* $Id$
*/
#ifndef _DB_REPMGR_H_
#define _DB_REPMGR_H_
#include "dbinc_auto/repmgr_automsg.h"
#if defined(__cplusplus)
extern "C" {
#endif
/*
* Replication Manager message for... | [
"GothicI@yandex.ru"
] | GothicI@yandex.ru |
c0a17206f99cbc2fbd4245f5cf22c5f7e1572ebc | 2f676ca67f6a18d2be507cacb64399535d663ed6 | /AGESA/Proc/CPU/Family/0x15/TN/F15TnLogicalIdTables.c | 82c11db033212652383c5ceb0652176de27651ae | [] | no_license | fengjixuchui/KaveriPI | ee2cac34a849fd7ec16c89ea82e13fb03438fb07 | 0a3956fdc4f35a20825138e06e260cec1c5d3c22 | refs/heads/master | 2020-07-15T21:07:51.240099 | 2014-12-14T10:54:08 | 2014-12-14T10:54:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,782 | c | /* $NoKeywords:$ */
/**
* @file
*
* AMD Family_15 Trinity Logical ID Table
*
* @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA
* @e sub-project: CPU/Family/0x15/TN
* @e \$Revision: 281181 $ @e \$Date: 2013-12-18 02:18:55 -0600 (Wed, 18 Dec 2013) $
*
*/
/*
********************... | [
"zbao@c0da90cb-1870-2b46-a182-8afef0e69449"
] | zbao@c0da90cb-1870-2b46-a182-8afef0e69449 |
cfda4db82b30da7d6448aa96374c90decfb127eb | 87a6573ee19fb12bc8aebcf2342d915a8cb6ff44 | /tutorials/exercises/dcpids/snort-2.9.15/src/sfutil/sf_sechash.h | b48b3b89bcddf2ae74eb2abb548a5c0dace71104 | [
"Apache-2.0",
"GPL-2.0-only"
] | permissive | nabilabonasser/tutorials | 1a36be6da6ec85e3e8d8031ee911d52b76679856 | f71e9a595801c25efe7831eec5d99f51477ff99c | refs/heads/master | 2020-09-25T09:10:41.068687 | 2019-12-17T10:36:38 | 2019-12-17T10:36:38 | 225,970,169 | 0 | 0 | Apache-2.0 | 2019-12-04T22:39:53 | 2019-12-04T22:39:52 | null | UTF-8 | C | false | false | 3,741 | h |
/* $Id$ */
/*
** Copyright (C) 2014-2019 Cisco and/or its affiliates. All rights reserved.
** Copyright (C) 2013 Sourcefire, Inc.
**
** 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 Foundation.... | [
"eng.nabil85@gmail.com"
] | eng.nabil85@gmail.com |
4e6b178aef5258184cbeb5dd9f6c597fa6a4d2c9 | 06b925ac72474d49198fedaf2938828af37ef781 | /Sigma/2012/CalibrateTurn.c | c3cf855c0ada59894f5a8e76ef5d8353915d694a | [] | no_license | SwerveRobotics/ftcrobotc | 8594fe3bab36321f59afe9eeb2d76e3f5e4aa31a | cca86d564046b34f8aaab765a09bdc4fb3f9da5e | refs/heads/master | 2021-01-19T14:57:09.211081 | 2015-02-25T04:05:42 | 2015-02-25T04:05:42 | 33,587,249 | 0 | 5 | null | null | null | null | UTF-8 | C | false | false | 7,864 | c | //
// CalibrateTurn.h
//
#define USE_JOYSTICK_DRIVER 1
#include "..\lib\MainPrelude.h"
#include "config\RobotConfig.h"
#include "..\lib\MainPostlude.h"
//------------------------------------------------------------------
ENCOD encLeft;
ENCOD encRight;
ENCOD dencTurnIncrement... | [
"Tate R@localhost"
] | Tate R@localhost |
d0ba42abc62a8abb48de433186bf3031d178fa09 | 12f214afc815dc41b24f41a95104cfb940548990 | /string_utils.c | 41da48aa67cc4170649365a5ca3c811e135335b9 | [] | no_license | anavid7/hack08 | 0d1bddb14691046e337cda903315e3fe8a370f93 | 938bf58705931f16f6862f47f9c09efedd553a85 | refs/heads/master | 2020-03-31T20:09:00.404042 | 2018-10-13T04:46:57 | 2018-10-13T04:46:57 | 152,527,457 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,680 | c | #include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string.h>
#include "string_utils.h"
void replaceChar(char *s, char oldChar, char newChar) {
int i;
for (i=0; i<strlen(s); i++) {
if (s[i] == oldChar) {
s[i] = newChar;
}
}
return;
}
char * replaceCharCopy(const char *s, char old... | [
"42363980+anavid7@users.noreply.github.com"
] | 42363980+anavid7@users.noreply.github.com |
b1bf0f29e18de61472938749e3f4c19ee9f0ca11 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/ds/published/inc/rnraddrs.w | a2dcfaf2dcaafa39d91f4e777b3825e0738c52d4 | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C | false | false | 1,398 | w | /***********************************************************************
* Microsoft RnR Transport location definitions
*
* Microsoft Confidential. Copyright 1991-1994 Microsoft Corporation.
*
* Component:
*
* File: rnraddrs.h
*
*
* Revision History:
*
* 26-10-94 Created Arnoldm
*
***... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
821487cb97479d19f0941237bfd0e45d98aa8e71 | 61cb5f9bf8be69b1cb57cb7510aae4c7fca1be0d | /mandelseries.c | c0ec7aa8f404d70f37d2c83bbe7e66e3edf68c5e | [] | no_license | patrick0701/Parallel-Processing-Generating-mandelbrot-image-sets-using-multi-processing-and-multi-threading | 223d01b1f22907dd73c57ed7dd0f767fc6ae21de | 0bc9d7fbd3632f405caeb60455fb5ff0eb02924a | refs/heads/master | 2023-03-27T02:00:21.644589 | 2017-11-12T05:50:37 | 2017-11-12T05:50:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,670 | c | #include "bitmap.h"
#include <stdio.h>
#include <getopt.h>
#include <stdlib.h>
#include <math.h>
#include <errno.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
int iteration_to_color( int i, int max );
int iterations_at_point( double x, double y, int max );
void compute_image( struct bit... | [
"noreply@github.com"
] | patrick0701.noreply@github.com |
7b389208f24fc24e2bdd689df30befdfe78f519c | de4b231568fbac0a752d82e5461bd31872c0a3af | /lista5/7.c | c376ccbc74d3d69680cf99e02e5c7c5cf530c9da | [] | no_license | LucasVadilho/programacaoEstruturada | 6c3944bc422a365c95f9b7edad4c22552b789f88 | 9bc5b2d338f7a3802ad9c8973489abb38eba4680 | refs/heads/master | 2020-03-30T05:21:26.285943 | 2018-11-30T15:59:37 | 2018-11-30T15:59:37 | 150,794,067 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 737 | c | /* 7) Suponha que as declarações e atribuições simultâneas tenham sido realizadas nas variáveis listadas abaixo:
int v[] = {5, 15, 34, 54, 14, 2, 52, 72};
int * p = &v[1], * q = &v[5];
(a) Qual o valor de *(p + 3)?
14
(b) Qual o valor de *(q - 3)?
34
(c) Qual o valor de q - p?
v+5 - v+1 = 4
(d) A expressão ... | [
"¨lucas.vadilho@gmail.com¨"
] | ¨lucas.vadilho@gmail.com¨ |
645be06b9b37f0670e89e2d36cbab61fe14ee136 | a4b6688f45b738999b933edbb2f5462b4d961c53 | /parallel/matmul.c | 691c980143844c779ba2fb116fda724ee9cae23b | [] | no_license | Ralphd42/DPHW6 | cf355755ba5f21836795f50d6849db05e61e4ee5 | 22667b11d09535313e33826a2b7c711f525571a9 | refs/heads/master | 2022-05-28T15:07:46.016973 | 2019-12-15T04:12:21 | 2019-12-15T04:12:21 | 227,513,459 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,753 | c | #include<stdio.h>
#include<stdlib.h>
#include<omp.h>
#include<string.h>
#include "timing.h"
#include "mpi.h"
#define INBUFFMAX 25000000
#define MASTER 0
#define bsize 70000 // loading large arrays
void doMatMul( double ** arrA, double ** arrB, double ** arrC ,int rowcolLen, int m);
struct slicevars
{
int Rwc... | [
"rdonato@albany.edu"
] | rdonato@albany.edu |
d1d4f5379ed1130090a3b83d9eafe52989f519f4 | ae1d21b5e6701f69f4dafc2e48c644c15c4eb5fc | /sources/ini/chain_list.c | a31c96023fb2623dec2eeccf8f0dee148176164f | [] | no_license | Victor-Frocrain/MUL_my_rpg_2018 | 243a5c7bafebe2724d62e2b6d751ba0b94807cb6 | b6613f035bd213c1f5e45c0dd5174c1db43bb1f3 | refs/heads/master | 2023-01-14T08:45:01.743829 | 2020-11-19T16:46:35 | 2020-11-19T16:46:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 443 | c | /*
** EPITECH PROJECT, 2019
** chain_list.c
** File description:
** ini chain list enemy player
*/
#include "rpg.h"
chain_list_t *ini_chain_list(void)
{
chain_list_t *chain = malloc(sizeof(chain_list_t));
if (!chain || !(chain->p_begin = ini_player(chain)))
return (NULL);
chain->e_nb = 0;
cha... | [
"vfrocrain@localhost.localdomain"
] | vfrocrain@localhost.localdomain |
f71694237c7036c26534c13ae68ba965858bfd40 | 13529239efb14e0b4a714434aa910bcf2fbbb5ab | /Core/Src/tim.c | fede9b26cec3299076c62f716ddb74b09b7aa149 | [] | no_license | igorpieniek/SupplyModule103RB | 42561a3e2b06510c528fad3ee0d8f6c4c06d73f6 | 229866e49ecff82f961ad74790088c5e0287e405 | refs/heads/master | 2023-04-19T15:32:52.163290 | 2021-04-29T18:43:54 | 2021-04-29T18:43:54 | 315,614,910 | 0 | 2 | null | 2021-04-29T18:43:55 | 2020-11-24T11:44:42 | C++ | UTF-8 | C | false | false | 5,699 | c | /**
******************************************************************************
* File Name : TIM.c
* Description : This file provides code for the configuration
* of the TIM instances.
******************************************************************************
* @... | [
"pieniek97@gmail.com"
] | pieniek97@gmail.com |
15c7ca79bd543cef0cbc245704de396a794cc82a | bd7304380c745de9d4c3d9706f975afe4098b60d | /libft/ft_lstadd_front_bonus.c | 678c1fac42d64e0860face24ca0d8b5430c2a3d2 | [] | no_license | hmoumani/minishell | f7d9e3cc376d9dd4221b552ea0d0d31e593baf4c | 26a7d8b37527c414993cd537d4097bb6cc7abfe0 | refs/heads/main | 2023-03-03T16:15:44.051045 | 2021-02-13T15:05:43 | 2021-02-13T15:05:43 | 325,559,671 | 4 | 0 | null | 2020-12-30T13:36:53 | 2020-12-30T13:36:52 | null | UTF-8 | C | false | false | 1,030 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstadd_front_bonus.c :+: :+: :+: ... | [
"hmoumani@e1r13p12.1337.ma"
] | hmoumani@e1r13p12.1337.ma |
2c639c947156a9966a5d2a07fbae726783007616 | ea9ac7578bc8a8fc83377f651b80e19920338fda | /src/gallium/winsys/sun4i/drm/sun4i_drm_public.h | a2ac414960b4b44f5782d8d8b4e95600784b56be | [] | no_license | yuq/mesa-lima | 9d263945e23118c7aa997bb9fcb87ae6bf7ddf0d | 2adeaa87e813644dcf70f903c0ac909d65ef2972 | refs/heads/lima-18.1 | 2021-01-25T11:03:44.405200 | 2018-05-27T12:53:15 | 2018-05-27T12:53:15 | 93,909,976 | 186 | 21 | null | 2018-06-05T01:32:44 | 2017-06-10T02:07:43 | C | UTF-8 | C | false | false | 1,323 | h | /*
* Copyright (c) 2017 Lima Project
*
* 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, publis... | [
"yuq825@gmail.com"
] | yuq825@gmail.com |
fa214c58c47286e2e01b40f7d540036212b99b2a | 4cfe09c6d44fe36f5f63e5d9fda619fae0f88a23 | /middle/stage3/globalmem/codetest/main.c | 5c8d34b7840b98ccae49ef7c5948fb184b3a1881 | [] | no_license | lirongyl/mygit | b7306fd3c1916410642bf65af9d8aadde4af7042 | ce36a014a75845972b32c3e54fa5e18eac0c2832 | refs/heads/master | 2021-05-08T08:44:26.093596 | 2017-11-03T12:25:11 | 2017-11-03T12:25:11 | 107,067,970 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,207 | c | /*****************************************************
** 用于测试字符设备globalmem
** 2017-10-19
****************************************************/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <string.h>
/* 自定义的错误处理函数 */
void my_err(... | [
"lirong@gosomo.cn"
] | lirong@gosomo.cn |
01a1e1c8830082981511e04e906c66c4acac5b46 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/48c48453-a91e-465a-8a75-5e80a64a27cb.c | 3d02ac9b9e71ee267533a01c24ba20e8f2965355 | [] | 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 | 242 | c | #include <stdio.h>
int main() {
int i=0;
int j=124;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l-j;
l = k%j;
l = l+j;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,i);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
9fdf13969eda5337dea50722c67da83975a8eb91 | 31dea53725a0b4ef4a099b690e9a603ebccdf8e1 | /项目/2018-7-STM32-山东省电子设计大赛/继电器控制1分钟计时/User/RCC/RCC.c | b11e48d9a0b636e5ea29dae32592d8dda133d7e5 | [] | no_license | SDUT212Lab/jizhi1601-Chen-Chong | c51ceb83520c5ddf53697b2df98c79bb550ca618 | 07dd40b2d7ea2f82940a2862debed5a3311927db | refs/heads/master | 2022-07-23T09:47:22.833142 | 2020-05-22T11:58:00 | 2020-05-22T11:58:00 | 266,094,046 | 0 | 1 | null | null | null | null | GB18030 | C | false | false | 3,225 | c | #include "RCC.h"
void HSE_SetSysClk(uint32_t RCC_PLLMul_x)
{
ErrorStatus HSEStatus;
//将RCC外设初始化为复位状态,这句话是必须的
RCC_DeInit();
//使能HSE,打开HSE,如果HSE被关了的话,将使用HSI作为系统时钟,时钟非常慢,只有8MHz
RCC_HSEConfig(RCC_HSE_ON);
//等待HSE起振
HSEStatus = RCC_WaitForHSEStartUp();
if(HSEStatus == SUCCESS)
{
//开启FLASH预读缓冲功能,加速FLASH的读取。... | [
"hhchenchong@163.com"
] | hhchenchong@163.com |
31cd99d3d68e1877ac5a1247140245a6a73d749f | 777a75e6ed0934c193aece9de4421f8d8db01aac | /src/Providers/UNIXProviders/FilterOfSecurityAssociation/UNIX_FilterOfSecurityAssociationPrivate.h | c5b81e0b3774198790531df48a78e3839371ef3a | [
"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 | 895 | h |
#if defined(PEGASUS_OS_HPUX)
# include "UNIX_FilterOfSecurityAssociationPrivate_HPUX.h"
#elif defined(PEGASUS_OS_LINUX)
# include "UNIX_FilterOfSecurityAssociationPrivate_LINUX.h"
#elif defined(PEGASUS_OS_DARWIN)
# include "UNIX_FilterOfSecurityAssociationPrivate_DARWIN.h"
#elif defined(PEGASUS_OS_AIX)
# include "UNIX... | [
"brunolauze@msn.com"
] | brunolauze@msn.com |
b5e537ad8b279d3f51122190b3283824e30ef2f5 | a217fdbcceb0d4a1ef4713366bfac4afc78a6c95 | /operating system/hw1/freshie_crash.c | ed4a095c80bb4e9443c3fcff874451753633fce7 | [] | no_license | handeesome/School_Assignments | 6c3785ddd3022b32b8e1c84d09095c9c4d28f0db | ab4687c8ebd1cb9946dda1e4a6e356c291228a34 | refs/heads/master | 2023-01-12T20:28:34.943020 | 2020-11-10T10:52:52 | 2020-11-10T10:52:52 | 311,620,155 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 322 | c | #include <string.h>
#include <stdio.h>
#include <stdlib.h>
char* strdup(const char *s){
size_t len = strlen(s);
char* d = malloc(len*sizeof(char));
return strncpy(d, s, len+1);
}
int main(int argc, char *argv[]){
int i;
for (i = 1; i < argc; i++) {
puts(strdup(argv[i]));
}
return 0;
... | [
"ducenhandee@gmail.com"
] | ducenhandee@gmail.com |
bcc1ac7d4552a6680aed1d437ef0c4876845dfdb | 8634b1e33afa8dfdad2c8d3f7b3e07336b2a7ffe | /libxbee/xbee_uart.h | 4afc420639bf4b0bd5fb1ab588960e482029ccb1 | [] | no_license | dw19375/SeniorDesign | 6881c87edc36e82fc4b498f3655f5d7abc0ac1b2 | bae13a751eb80c99a1d98b00d328135775f30ae0 | refs/heads/master | 2021-01-25T06:40:04.959599 | 2013-12-11T19:26:52 | 2013-12-11T19:26:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 621 | h | /*
* xbee_uart.h
*
* Created on: Nov 12, 2013
* Author: Dan Whisman
*/
#ifndef XBEE_UART_H_
#define XBEE_UART_H_
#include <stdint.h>
#include <msp430.h>
/*
* Global definitions
*/
#define RX_BUF_LEN 26
/*
* Exported Functions
*/
void uart_init();
void send_data( uint8_t* buf );
void frame_recv_handle... | [
"whisman1@illinois.edu"
] | whisman1@illinois.edu |
b633c9fc8a0a7c9963e272b43af9d3fd6402fd16 | fc217a45aa01a85968a3e438576632a70048a24f | /0x03-debugging/2-largest_number.c | 3445f16a1a6519558e41931ead908a45a46ee4ed | [] | no_license | CamieCoco/alx-low_level_programming | 18575f9cb24face9fbf6dc31f040f591f21d1944 | 9d31816d5b678822aba427b3983c0109ac5bf1b8 | refs/heads/master | 2023-08-27T23:39:28.009125 | 2021-10-08T23:01:05 | 2021-10-08T23:01:05 | 377,883,624 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 374 | c | #include "holberton.h"
/**
* largest_number - returns the largest of 3 numbers
* @a: first integer
* @b: second integer
* @c: third integer
* Return: largest number
*/
int largest_number(int a, int b, int c)
{
int largest;
if (a >= b && a >= c)
{
largest = a;
}
else if (b >= a && b >= c)
{
largest = ... | [
"enyicamella@gmail.com"
] | enyicamella@gmail.com |
c4d7be4961482aecb26dbfd01e7f34db4fb010eb | da51ff1f7d4eca49574f8fd1968f36eff3c147c5 | /jucey_libusb.h | e2616d81f2dd60fce9039ba4a97c11d4d942fe90 | [] | no_license | Anthony-Nicholls/jucey_libusb | be22e325d35a38e0a6e9a3f4d989ba7148114452 | 5f22470309093b1c130c17ca32c4732e2d591e9b | refs/heads/master | 2022-04-29T04:08:57.521531 | 2020-05-03T21:54:24 | 2020-05-03T21:54:24 | 260,318,382 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 822 | h |
/*******************************************************************************
The block below describes the properties of this module, and is read by
the Projucer to automatically generate project code that uses it.
BEGIN_JUCE_MODULE_DECLARATION
ID: jucey_libusb
vendor: jucey
versi... | [
"anthony.nicholls@focusrite.com"
] | anthony.nicholls@focusrite.com |
e91a686e83e91cdbaf398e1cf8e9990b4fc18b2c | 856c26302567ff1d766aa537d2e65365938690a6 | /rtl_rabb/Ray_AABB_11_23/isim/tb_isim_beh.exe.sim/work/a_2782232821_1446275585.c | 279ea78c249088500b54305d6f56cf04b76f719e | [] | no_license | constantinides/RAABB | 62debbe2eafa4281ea33d3a35d05fda3a88b5e30 | d6e84230e7afc1189548a18d470e77e6a566c010 | refs/heads/master | 2018-11-24T07:38:15.988020 | 2018-09-04T15:34:54 | 2018-09-04T15:34:54 | 100,966,988 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 37,018 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"george_cha@hotmail.com"
] | george_cha@hotmail.com |
744199ea59a8780dfa9fcec2afc316cc76c1f620 | 4cf06a0ef10a73d420d1086c1afc55eb316eb00c | /Week5/lab05_8.c | 263449f431f3c36d0e9ed0079e68cc137e1e798b | [] | no_license | dongyyyyy/C_programming_visuaCode | e65463ff2afcf71e7e2e99e3dd3923fa8b667e6a | 47afaec2346804fd23387a63c9d80f377c491f98 | refs/heads/master | 2020-05-01T15:15:53.746682 | 2019-04-15T01:08:59 | 2019-04-15T01:08:59 | 177,542,442 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,410 | c | #include <stdio.h>
// 하노이의 탑
// 1. 기둥 1에서 N-1개의 원반을 기둥 2로 옮긴다.
// 2. 기둥 1에서 1개의 원반을 기둥 3으로 옮긴다.
// 3. 기둥 2에서 N-1개의 원반을 기둥 3으로 옮긴다.
// 원반을 from에서 to로 옮긴다.
void move(int from, int to) { // 출력을 위한 함수 ( 굳이 함수를 통해서 출력할 필요 없음
printf("Move from %d to %d\n", from, to);
}
// n개의 원반을 from 에서 by를 거쳐 to로 옮긴다.
void hanoi(int n... | [
"ehddmleheheh@naver.com"
] | ehddmleheheh@naver.com |
2eaee030ac0e7d93879ea4a560f72f4aa65594de | 95a3ef07b4e850758be0af27e35b378e21b66661 | /components/Dweeter/Dweeter.h | 20cdb2551bd757a8c996dee2b1cfb54370fe6b10 | [] | no_license | EastWood915/Termometr-CO | 66f3ae3adbfff00ded38af7479c865566486224d | f11704d69f7f866a1a2e46734f924b48e8c18e46 | refs/heads/main | 2023-02-03T08:11:12.249901 | 2020-12-22T20:06:57 | 2020-12-22T20:06:57 | 323,697,904 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 76 | h | #ifndef _DWEETER_H_
#define _DWEETER_H_
void d_http_get_task(void);
#endif | [
"wojtas1993@gmail.com"
] | wojtas1993@gmail.com |
5cdabb6b3785070d39068c747dadff8d4f2adb51 | 0762b4a39c1b3de5645b06aca40ada412cfa8560 | /C/8646--基数排序.c | 24f36e59f0ed93f1e9fc80f7954e15a7df1b1c4f | [] | no_license | GeekaholicLin/code_recorder | 2414f35c7340ee21235ba48166e836bb07048fa2 | b8394a952e2976586b00d13c4124e26c5d41c386 | refs/heads/master | 2021-01-18T17:40:26.745589 | 2016-09-10T21:44:12 | 2016-09-10T21:44:12 | 44,808,553 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,329 | c | #include <stdio.h>
#include <string.h>
#include <malloc.h>
/*
基数排序中重要的点
1.先拿到需要排序的数的最大值
2.求最大值的位数,也就是最多位数
3.循环次数为最大位数,从低位到高位取出,进行比较,对于该位的值使用count[10]数组进行计数
4.重点在于将比较的数按比较后的结果进行排序
5.一种比较奇妙的思想在于利用count数组中的计数,它的值代表的是该位数值的个数
当把前后桶中的个数相加,赋值给后桶时,此时对应的count则是应该插入的temp[]暂存数据数组的下标
每插入一个值,对应的count值减1,保证下次该位数值相... | [
"552170836@qq.com"
] | 552170836@qq.com |
02f3f583e1438d80e572cfe4449504382d41f56f | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/kphp-kdb/common/extr_stemmer.c_stem_init.c | bb45c7f37a5b87ca6606e7f0e2566ea38ca43c29 | [] | 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 | 884 | 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 |
68ae31b2a1710619b29943e0a2c7b2631b194a14 | e790fc4babb466d47452aa938a61152ed7e2d1ce | /src/mpich-1.2.0/src/mpich-1.2.0/examples/test/pt2pt/sndrcvrpl2.c | 91a392b73dbdb3b4556233e8fe4dd7019d7a59a6 | [] | no_license | MartinLidh/tddc78 | 7a8b609576cbcf83b00f2d74956c3348fa84ca52 | 3fffe1d1253c980aeafb94da40f7f6740152c024 | refs/heads/master | 2021-01-01T05:08:50.149544 | 2016-05-17T14:24:20 | 2016-05-17T14:24:20 | 56,607,059 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,569 | c |
/*
* Based on a program from James Clippinger (james@cs.dartmouth.edu),
* http://www.cs.dartmouth.edu/~james/.
*
*/
#include "test.h"
#include <stdlib.h>
#include <stdio.h>
#include <mpi.h>
int main( int argc, char **argv )
{
MPI_Status status;
int count, rank, size, dest, source, i, err = 0, toterr;
... | [
"marli994@student.liu.se"
] | marli994@student.liu.se |
710882c34fd64bce5ed166875e704ab2a355ddb2 | 70238f403826253b36323e0c4700795788c61187 | /thirdparty/minizip-ng/lib/zstd/contrib/single_file_libs/zstd-in.c | 4f0fb56a2e7fc45d69956f926386e35916841592 | [
"GPL-2.0-only",
"BSD-3-Clause",
"MIT",
"Zlib",
"LicenseRef-scancode-public-domain"
] | permissive | tommitytom/RetroPlug | d4d1c9d671cec7373bf3e27030bc0d29b46191be | 40c6f01352d50cb31b1d4f31b7cc17fd2cf47ce8 | refs/heads/main | 2023-06-30T00:28:58.282288 | 2022-11-01T02:03:57 | 2022-11-01T02:03:57 | 185,368,230 | 262 | 11 | MIT | 2021-08-15T04:15:59 | 2019-05-07T09:23:48 | C++ | UTF-8 | C | false | false | 2,498 | c | /**
* \file zstd.c
* Single-file Zstandard library.
*
* Generate using:
* \code
* combine.sh -r ../../lib -o zstd.c zstd-in.c
* \endcode
*/
/*
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under both the BSD-style license (found in the
* LICE... | [
"tommitytom@gmail.com"
] | tommitytom@gmail.com |
3edee514e0e57b25af45569dac74c014e3fb7502 | 96daf94af846e4f5e060fa434519e9467798e458 | /TensorFlowPod/include/tensorflow/core/framework/resource_mgr.h | f0fa3da65e76cdc087d2a919ceb42fb090cbe2ce | [
"MIT"
] | permissive | johndpope/TensorFlowPod | 1613527f6e0ad0d35069a77caf3dbc2a480b37d0 | a272e4aab62ca1aa213bc4583183e829f5ee1ab4 | refs/heads/master | 2021-01-12T10:56:58.569993 | 2016-09-15T15:31:43 | 2016-09-15T15:31:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 78 | h | ../../../../../../../../../tensorflow/tensorflow/core/framework/resource_mgr.h | [
"acerbetti@gmail.com"
] | acerbetti@gmail.com |
7161143fa86be696b19c799f216c4954745e96d8 | b1d500a451cd9852089bf3d97e829df069daa9c8 | /Images/Data/RadialFieldScan_2/raw/cutsTesting/1000MeV_6000MeV_20000ns/FieldFit_pValCheck3.C | 1b4fe1ef60126efdaf303580c5a579a14d604d33 | [] | no_license | sam-grant/EDM | 486ea029bf766c968a3c7b41198ffcf9bc3c9b8a | 525e41de5f675c39014488c79144f47562910736 | refs/heads/master | 2022-10-30T22:35:42.979799 | 2022-10-19T18:44:54 | 2022-10-19T18:44:54 | 296,421,806 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,097 | c | void FieldFit_pValCheck3()
{
//=========Macro generated from canvas: c/c
//========= (Thu Apr 22 09:52:07 2021) by ROOT version 6.22/08
TCanvas *c = new TCanvas("c", "c",0,0,800,600);
c->SetHighLightColor(2);
c->Range(-75,-67.40451,75,66.41792);
c->SetFillColor(0);
c->SetBorderMode(0);
c->SetBorderSi... | [
"samuel.grant94@gmail.com"
] | samuel.grant94@gmail.com |
ecb8cd8a5cc5c4f5b878e7b115f12e277813c552 | 6e969e1f3e14e1251b02f4f3fc1a2b623ac5286e | /saclib/src/IPFSFB.c | b1680344e3c89c97092c0b638c080454cbe56b5e | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | PetterS/qepcad | 11f4e1f5ba773bbfea5de69b85c01b9663aefa92 | d9b8661bc37bbb50a3ac4a90a3000e602fda8f15 | refs/heads/master | 2023-03-18T16:31:31.444303 | 2023-03-12T15:44:03 | 2023-03-12T15:44:03 | 21,304,917 | 24 | 13 | null | 2023-03-12T15:44:04 | 2014-06-28T14:55:20 | C | UTF-8 | C | false | false | 880 | c | /*======================================================================
B <- IPFSFB(r,A)
Integral polynomial finest squarefree basis.
Inputs
r : a BETA-digit, r >= 1.
A : a list (A1,...,An), n >= 0, Ai in Z[X1,...,Xr], Ai positive,
primitive, and of positive degree in its main variabl... | [
"petter.strandmark@gmail.com"
] | petter.strandmark@gmail.com |
1fd9d90bcc32c4d01bdab7e40f861237dca7db15 | c776476e9d06b3779d744641e758ac3a2c15cddc | /examples/litmus/c/c-litmus-CSEQ/MP+dmb.sy+addr-pos-fri-rfi-ctrl.c | 00ea626651fd7f86ffae89df15ee6d748bd7e2d6 | [] | no_license | ashutosh0gupta/llvm_bmc | aaac7961c723ba6f7ffd77a39559e0e52432eade | 0287c4fb180244e6b3c599a9902507f05c8a7234 | refs/heads/master | 2023-08-02T17:14:06.178723 | 2023-07-31T10:46:53 | 2023-07-31T10:46:53 | 143,100,825 | 3 | 4 | null | 2023-05-25T05:50:55 | 2018-08-01T03:47:00 | C++ | UTF-8 | C | false | false | 1,740 | c | /* Copyright (C) 2023 ARM-CBMC
* This benchmark is part of ARM-CBMC */
#include <assert.h>
#include <pthread.h>
// Memory barriers
#define FENCE()
volatile int vars[3];
volatile int v_1_X0_1;
volatile int v_1_X3_0;
volatile int v_1_X5_0;
volatile int v_1_X7_1;
volatile int v_1_X8_0;
void *t0(void *arg){
label... | [
"tuan-phong.ngo@it.uu.se"
] | tuan-phong.ngo@it.uu.se |
285dd977463132ba5b2f434da4ad864a09a4fe3c | ddf507e89231eb647844eff53c5a2eeb3899b0de | /ptxproj/src/crabgrass/get_config.c | e0981bfdce9387d1ffb025bff35e2bd8c434c5ec | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | braunku/crabgrass | 0ccb25bb4d4f8efd5e068fc713507bd01f3f8c71 | 95d3b9aeeaa9fe91ca99ded943a8c8afa9246f32 | refs/heads/main | 2023-09-01T03:36:42.923483 | 2021-10-25T18:52:07 | 2021-10-25T18:52:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,759 | c | // This file is part of kbus_mqtt_client.
//--------------------------------------------------------------------------
// kbus_mqtt_client is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3... | [
"42878050+braunku@users.noreply.github.com"
] | 42878050+braunku@users.noreply.github.com |
3698ca4248f7827aaa85b50952b4f2f6f8ccff3e | ce5743a7e4f513e571a59ba959e43f4fda31d288 | /C9 Analogue Input/3.1_ADC/ascii.c | 2526b1e19a5d92ba7fde12c161bb418f5a6d5ee0 | [] | no_license | zhiyb/Y1Labs | 8ecfdefb4c9e475f7cda3042887fee2992fc9b7d | 239aeb8151e786ec75665ed41fccef9e90af0db8 | refs/heads/master | 2020-12-25T16:56:56.833784 | 2020-10-12T09:01:35 | 2020-10-12T09:01:35 | 35,133,039 | 0 | 4 | null | 2020-10-12T09:01:36 | 2015-05-06T01:31:01 | C | UTF-8 | C | false | false | 5,163 | c | #include <avr/pgmspace.h>
const unsigned char ascii[96][8] PROGMEM = {
{0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, },
{0x22, 0x20, 0x20, 0x20, 0x00, 0x00, 0x20, 0x01, },
{0x52, 0x50, 0x50, 0x00, 0x00, 0x00, 0x00, 0x01, },
{0x52, 0x50, 0xF8, 0x50, 0xF8, 0x50, 0x50, 0x01, },
{0x22, 0x78, 0xA0, 0x70, 0x28, 0xF0... | [
"zhiyb@qq.com"
] | zhiyb@qq.com |
680912ed6356b1145ba66669e860e1c516d964d4 | 9a5ef5dadf208aefdc2adc7bfa11bac25b8caabd | /05_100ASK_IMX6ULL裸机程序/18_SPI编程/004_read_sensor_data/my_printf.c | 5fb24ffa9dd55b3ae2dff9a4cb70a4ea8f48e1a6 | [
"BSD-2-Clause"
] | permissive | hideslove/01_all_series_quickstart | a9e769928dc0d8d021932dc5df0a744a2223869b | 4eb78f0a27a85957e1d38a23c5b031cc2aa4b93f | refs/heads/master | 2022-08-05T13:13:15.805635 | 2020-05-19T10:17:53 | 2020-05-19T10:17:53 | 266,272,482 | 1 | 0 | null | 2020-05-23T05:52:52 | 2020-05-23T05:52:51 | null | UTF-8 | C | false | false | 3,179 | c | #include "my_printf.h"
//==================================================================================================
typedef char * va_list;
#define _INTSIZEOF(n) ( (sizeof(n) + sizeof(int) - 1) & ~(sizeof(int) - 1) )
#define va_start(ap,v) ( ap = (va_list)... | [
"weidongshan@qq.com"
] | weidongshan@qq.com |
4e11da0804ec433a5f29f9bc7142154fdab57191 | c5b02d3b0888c5b7bfd849afdc87f6f57181c8f0 | /mudlib/d/camps/goblin/areas/gates.c | 0fcd9e7a1deacd14397ecb42cc6584ac1b8fb6aa | [] | no_license | jpeckham/DarkeLIB | 8a311164f460cf2acd9e0fc7e1e1e69710f31b80 | 87c020b4974981879aa68f5d19b0dc2e96d2fe7d | refs/heads/master | 2021-09-11T08:55:34.673296 | 2021-09-05T04:58:33 | 2021-09-05T04:58:33 | 141,068,816 | 2 | 5 | null | 2021-09-05T03:06:16 | 2018-07-16T00:39:43 | C | UTF-8 | C | false | false | 871 | c | #include <std.h>
#include "../goblin.h"
inherit ROOM;
void create() {
::create();
set_property("indoors", 2);
set_property("light", 4);
set("short", "Inside the goblin settlement.");
set("long", "This is inside the goblin settlement, it is built into a small hill. You can see two caves to the left and right, ob... | [
"jdpeckham@gmail.com"
] | jdpeckham@gmail.com |
dbefd2d2d2f93efcd22c9f4f15d398dc8d88fc48 | b45255c4ee39791de879422cbe06485de56148fb | /程序设计II_线上/8496 Day8 More Powerful Static Linked List---sort/Latest Submission/source.h | 1dee0a917da360ab503d2b6376ad467972329663 | [] | no_license | yoyo-hu/Programming-exercises | 4e60f50f63ec102ae5d1333d393349f156167e87 | cda87dcc477839e096500710eed470a94ae19200 | refs/heads/master | 2023-06-20T00:15:58.746894 | 2021-07-15T05:28:28 | 2021-07-15T05:28:28 | 386,024,430 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,027 | h | #ifndef SOURCE_H
#define SOURCE_H
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <time.h>
#define MaxSize 30
#define NullPtr -1
typedef int ValueType;
typedef int Pointer;
typedef int Position;
typedef int Index;
typedef unsigned int SizeType;
typedef struct node{
ValueType value;
Poi... | [
"1417193568@qq.com"
] | 1417193568@qq.com |
3577e82b4e3860ab9d7ac917aef9ce7bccf66a27 | d0966bf382f0eb739bf59d61ae967e0f83d004cc | /fjit/ppc/ppcdef.h | 805e163cedf34750bcaa3001147a1cb70eafc41e | [] | no_license | mattwarren/GenericsInDotNet | 7b6f871808c411cbd05c538c5652618ddf162e20 | 2714ccac6f18f0f6ff885567b90484013b31e007 | refs/heads/master | 2021-04-30T04:56:03.409728 | 2018-02-13T16:09:33 | 2018-02-13T16:09:33 | 121,404,138 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 36,391 | h | // ==++==
//
//
// Copyright (c) 2002 Microsoft Corporation. All rights reserved.
//
// The use and distribution terms for this software are contained in the file
// named license.txt, which can be found in the root of this distribution.
// By using this software in any fashion, you are agreeing to b... | [
"matt.warren@live.co.uk"
] | matt.warren@live.co.uk |
124d9625a44b28088ffad62ee90bfa370de5d41c | a299a931e99368093f589a45f658f6eba64609d2 | /libunwind/01-hello/test.c | 2e06ca31487d312db2bc85b88d3e1283ecd66e57 | [] | no_license | kasicass/kasicass | 4d4236942a3936b518c53ac59bdb3be3cff9ea44 | b688c670f04bdf2990fc87998e3fd18ddb3b7e35 | refs/heads/master | 2022-12-06T20:43:24.635730 | 2020-04-09T11:44:16 | 2020-04-09T11:44:16 | 883,202 | 13 | 11 | null | 2022-11-22T00:20:44 | 2010-09-02T12:30:02 | C++ | UTF-8 | C | false | false | 498 | c | #include <stdio.h>
#define UNW_LOCAL_ONLY
#include <libunwind.h>
void show_backtrace(void) {
unw_cursor_t cursor;
unw_context_t uc;
unw_word_t ip, sp;
unw_getcontext(&uc);
unw_init_local(&cursor, &uc);
while (unw_step(&cursor) > 0) {
unw_get_reg(&cursor, UNW_REG_IP, &ip);
unw_get_reg(&cursor, UNW_REG_SP, &s... | [
"kasicass@gmail.com"
] | kasicass@gmail.com |
12c20a5608ef13381a89f81ec289288c7c7038ea | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/f8eae66e-4541-4163-b488-e91d8cccd6d0.c | 1aa57688a4812a6f868f18597d97c3de4240d607 | [] | 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 | 217 | c | #include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i%j;
l = j-j;
k = l-k*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
d6f925301d73c01884bf9eb5df6703ddfe2634f8 | 2f54c767512f6d36fef90cc9f292d0979bc0ab2a | /src/SETHEO/sam/i_setrand.c | 847147cd41143404caf70e2c446ccb77b3a94daf | [] | no_license | ramellus/SETHEO | 7e62fed60d66cedb64d887907e9f1b6b623f2136 | 1a9e9489c4b571ccaf5c924a3b94daec38491fd2 | refs/heads/master | 2020-04-08T16:06:31.078336 | 2017-06-27T12:39:19 | 2017-06-27T12:39:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 551 | c | /******************************************************
* S E T H E O
*
* FILE: i_setrand.c
* VERSION:
* DATE:
* AUTHOR:
* NAME OF FILE:
* DESCR:
* MOD:
* BUGS:
******************************************************/
... | [
"Johann.M.Schumann@nasa.gov"
] | Johann.M.Schumann@nasa.gov |
e8c0feacfa35a1fe52d5343ddec744ea707f348d | 037ab3cfc8d3b9f6e8b8989fe8eb2c016364e094 | /src/hg/regulate/regChromiaMergeWindows/regChromiaMergeWindows.c | 27ef7688cd561fc49200b331522956e7f1893e78 | [] | no_license | tai-mi/kent | 8c987cf1c7bfd90b58b3e7c41d725f1168bc9eb7 | 714d060bfe004719bb2465a2fecde52f746ab4fb | refs/heads/master | 2021-05-31T16:17:53.029619 | 2014-02-08T01:53:35 | 2014-02-08T01:53:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,913 | c | /* regChromiaMergeWindows - Merge adjacent identically labeled windows in BED file generated by
* Chromia.. */
#include "common.h"
#include "linefile.h"
#include "hash.h"
#include "options.h"
int scoreColumn = 4;
int labelColumn = 3;
int maxGap = 1200;
double minSumScore = 10.0;
double scoreNormFactor = 10000.0;
do... | [
"kent"
] | kent |
e344bc4e0c0fdedb527824a119744ad85bb58564 | 52110dec4f8b8e5a7d40f9712174ed9d2d5954d3 | /LIST/src/L_DISPPR.C | 0552cfc88265103d8e79366dd9afba4d666c38b7 | [
"MIT"
] | permissive | tinyplasticgreyknight/BANCStar | 1cd4f821383e9d5552c2038700bcdd733e2521eb | a0ae26b675f4cca757a32fa00bae44751815a630 | refs/heads/master | 2021-01-23T23:20:36.114649 | 2014-06-17T07:28:20 | 2014-06-17T07:28:20 | 20,879,138 | 1 | 0 | null | 2014-06-17T07:28:20 | 2014-06-16T09:18:34 | C++ | UTF-8 | C | false | false | 3,386 | c |
#include "l_extern.h"
/*****************************************************************************
** **
** GET_DISPLAY_PROMPT: return the name of prompt n for display purposes. **
** ... | [
"joe.loughry@gmail.com"
] | joe.loughry@gmail.com |
7fd8d6db630d69087ef03ecd1349a978980f25e8 | f4853cf381edbb2b54e962b8bba81de7425834f3 | /online-judge/PAT/basic/1037. 在霍格沃茨找零钱(20).c | e0149692c9322bf269ef4d6313554833e54cb4a2 | [] | no_license | invzhi/algorithm | 66c8c9e6e5f65013ea34b13666662ae4d0c18404 | c3f6e3438f95e1390db7f7ef49305827d4340fe4 | refs/heads/master | 2021-09-22T07:39:51.826242 | 2018-09-06T14:58:43 | 2018-09-06T14:58:43 | 69,465,154 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 402 | c | #include <stdio.h>
int main(int argc, char const *argv[])
{
int p, a;
int galleon, sickle, knut;
scanf("%d.%d.%d", &galleon, &sickle, &knut);
p = (galleon*17 + sickle)*29 + knut;
scanf("%d.%d.%d", &galleon, &sickle, &knut);
a = (galleon*17 + sickle)*29 + knut;
int res = a - p;
if (res < 0) {
res = -res;
... | [
"invzhi@protonmail.com"
] | invzhi@protonmail.com |
40d44c083abf1497189515f16cb6babb74f5bccc | 119e7617df4adfc5ab3426c1270372a8c79f845a | /framework/atparser/atparser.c | 159ad72fe360a631aa755f58a93db5a184166d01 | [] | no_license | cutworthwang/AliOS-Things-1.3.0 | 2fa278c62dc822cadcc140aa5d00479833ae36c8 | df5458a5e397365f7b9b87ebdd468ca4345d3906 | refs/heads/master | 2020-03-14T16:27:00.670599 | 2018-05-18T02:13:34 | 2018-05-18T02:13:34 | 131,698,268 | 0 | 1 | null | 2020-03-08T10:50:25 | 2018-05-01T09:54:26 | C | UTF-8 | C | false | false | 23,527 | c | /*
* Copyright (C) 2015-2017 Alibaba Group Holding Limited
*/
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <assert.h>
#include <aos/log.h>
#include "atparser.h"
#define MODULE_NAME "atparser"
#define TASK_DEFAULT_WAIT_TIME 5000
static uint8_t inited = 0;
static uart_dev_t at_u... | [
"cutworth@163.com"
] | cutworth@163.com |
09ee48a7e2f410f8e8dfbfbbeb6a8149d9e61ad2 | 1b95bc4de9ebded0d42cf34f1e3dc8ec8bdfec2a | /vc/imagecompress/src/zlib/trees.h | 74bb873e05a172f1bc212b363abf8495e0d6a0e3 | [
"MIT"
] | permissive | KoMaTo3/py.texture.compress | 1b03dfaa3ffe1552b815013fe5413c08d4bf7e8f | edd0264a5fcc0d563eb6451544a9c987248551b0 | refs/heads/master | 2016-09-06T01:28:35.270411 | 2014-03-21T07:40:48 | 2014-03-21T07:40:48 | 17,174,317 | 10 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,622 | h | #ifndef _trees_h_
#define _trees_h_
/* header created automatically with -DGEN_TREES_H */
local const ct_data static_ltree[L_CODES+2] = {
{{ 12},{ 8}}, {{140},{ 8}}, {{ 76},{ 8}}, {{204},{ 8}}, {{ 44},{ 8}},
{{172},{ 8}}, {{108},{ 8}}, {{236},{ 8}}, {{ 28},{ 8}}, {{156},{ 8}},
{{ 92},{ 8}}, {{220},... | [
"fanatghost@gmail.com"
] | fanatghost@gmail.com |
c6e509a1f767de40f87939530d495e3a90999e32 | 37563d15b74d17f36d7cdb863b0ac35807514ff3 | /F_C_Piscine_C_08_Pack/ex04/ft_stock_str.h | e2e7e7e53fb1e7041d3b9e026d74e1ea41b9fa48 | [] | no_license | ApatchaS/Apatcha_2021_School21_Pool | 9741a41ccf60f2d7f9e16730ca56d61035c65131 | ac01ed6a112587dcf4ab348249eac77e685be2de | refs/heads/master | 2023-07-17T15:54:24.863863 | 2021-08-26T13:16:41 | 2021-08-26T13:16:41 | 395,371,684 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,029 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_stock_str.h :+: :+: :+: ... | [
"asippy@ga-l1.msk.21-school.ru"
] | asippy@ga-l1.msk.21-school.ru |
2d5071e795f781b56dbfdcf34b2de85e2a9a3237 | ef6622ca61f7bdee8ea4715636b7c83fc97053d3 | /samples/utilities/sync/sync_lock.c | 92cdcc01600dbe2a0135c3066b7a6b419f84cb2c | [
"BSD-3-Clause"
] | permissive | ceseo/libxsmm | 817e84de0868fed78625166dac3f49f02a812fed | 49f02d2dc94588c6601ea36e74490562d0bf73cc | refs/heads/master | 2020-07-11T13:57:19.034877 | 2019-08-26T18:43:23 | 2019-08-26T18:43:36 | 204,558,937 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,596 | c | /******************************************************************************
** Copyright (c) 2018-2019, Intel Corporation **
** All rights reserved. **
** **
... | [
"hans.pabst@intel.com"
] | hans.pabst@intel.com |
52d577758071bf2aac886d5ae05ac165bc6966ec | 89dda51116b42c22589b116f4c830c760018d7d1 | /srcs/objects/cone.c | 6981b4e830a8e7e68365d51b373dc2dc41bab66e | [] | no_license | raphaexl/RT | 9c5f74e1c01c38e88c7835e0c1dfeadf5f86cb33 | e3196f36848536245d826aea16e1abb39758eded | refs/heads/master | 2021-06-30T03:35:06.825957 | 2021-02-14T15:40:36 | 2021-02-14T15:40:36 | 216,685,236 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,195 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* cone.c :+: :+: :+: ... | [
"essossolambatchassi@gmail.com"
] | essossolambatchassi@gmail.com |
add9005c065d8fc1b11149cf6624d67f3fd23e7c | b6407a042b58a071e13f49062289fffa6800b72f | /net_socket/TCP_communication/TCP_MORE_Process/tcp_server.c | 2f24be1d4e1a64c2be5d68ad558f68fd0151951a | [] | no_license | Fdmiao/Linux | f64cb4d6c1664e711994c6ba9e476126dc88385e | 2563e54e59be26bfef5e1e8e1dccae6b349878a2 | refs/heads/master | 2021-09-16T18:29:20.063109 | 2018-06-23T09:23:55 | 2018-06-23T09:23:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,948 | c | #include<stdio.h>
#include<sys/types.h>
#include<sys/socket.h>
#include<stdlib.h>
#include<netinet/in.h>
#include<arpa/inet.h>
#include<unistd.h>
#include<string.h>
#include<sys/wait.h>
int server_sock(char* ip,int port)
{
int sock = socket(AF_INET,SOCK_STREAM,0);
if(sock < 0)
{
printf("socker erro... | [
"1424193282@qq.com"
] | 1424193282@qq.com |
67c5d49661d92655be65854065753b6c63512311 | b98b5263f2db4e51fee97cfec78bb3c54abad629 | /driver_l2/usbd/user/drv_l2_usbd_descriptor_tbl.c | eac62524a597b55ecdd8fe97bfa334cd5ec6967a | [] | no_license | yilanjueding123/7801 | 0b37b6c7f3b3304dbbc70e1d609a358caa626a0d | 64b05b48d96ff76f0566c98da1bcf2aee4b54e7f | refs/heads/master | 2021-01-24T20:25:09.929779 | 2018-02-28T08:09:44 | 2018-02-28T08:09:44 | 123,249,895 | 4 | 2 | null | null | null | null | UTF-8 | C | false | false | 5,267 | c | /******************************************************
* drv_l2_usbd_tbl.c
*
* Purpose: usb controller L2 descriptor table data, only for drv_l2_usbd.c
*
* Author: Eugene Hsu
*
* Date: 2012/10/09
*
* Copyright Generalplus Corp. ALL RIGHTS RESERVED.
*
* Version :
* History :
*
*****************************************... | [
"zhibo@joyhonest.com"
] | zhibo@joyhonest.com |
736fb89fb5db4aa3f51c38d103618b3fb342d02a | 0d4b71b9c2f0129e2f612b157f50f324635a8e68 | /export-data/md3.c | 01dafcb6208469dab9a0bb718061f85c3286a5f4 | [
"Unlicense"
] | permissive | efanov/linux-kernel-modules | 0d1fed93c438ca56b8536bf59819d69e85c9aba9 | a0ad0a7949ca2d2ca82e1e154b05b512c14e6136 | refs/heads/master | 2021-01-21T21:47:57.706526 | 2016-03-15T21:41:19 | 2016-03-15T21:41:19 | 31,478,977 | 6 | 5 | null | null | null | null | UTF-8 | C | false | false | 391 | c | #include <linux/init.h>
#include <linux/module.h>
#include "md.h"
MODULE_LICENSE( "GPL" );
MODULE_AUTHOR( "Oleg Tsiliuric <olej@front.ru>" );
static int __init md_init( void ) {
printk( "+ module md3 start!\n" );
printk( "+ data string exported from md1 : %s\n", md1_data );
printk( "+ string returned md1_pro... | [
"dvefanov@yandex.ru"
] | dvefanov@yandex.ru |
40e521a81e5a6735a5e60f14d4409f1d0f8158fe | a8895974e5aac4b6746733ba97cdf6e0846d044d | /libs/cocos2dx/include/cocos2d.h | f38ffddb6c37b8cd62aa3efa2d89d2dd651ae4ba | [] | no_license | 51anygo/mybird | b9260cb3b7e5cb14302d5115196be9f0b19de3af | 71e9375e81ecce4fa8b8ae69195ae416f1da5dc4 | refs/heads/master | 2020-05-16T11:16:19.561900 | 2014-04-10T12:53:51 | 2014-04-10T12:53:51 | 17,505,897 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 9,564 | h | /****************************************************************************
Copyright (c) 2010-2012 cocos2d-x.org
Copyright (c) 2008-2010 Ricardo Quesada
Copyright (c) 2011 Zynga Inc.
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software ... | [
"51anygo@gmail.com"
] | 51anygo@gmail.com |
0631c78caa37ac1531cb574004c89c1cf81c73d0 | 7047c2ebf8d7944c6b4467560e190b184d54697d | /openmpi-1.2.4/ompi/mpi/c/bindings.h | 740fb1b01959f03a0c34235a85a7d269283a6a42 | [
"BSD-3-Clause-Open-MPI"
] | permissive | NirantK/Text-Summarization | 7afb7be3810ccfc1341758ce7899fb2e41b49d4c | 45bfa88f77515e1e5c8c6c6b3c64aba4ef8e1575 | refs/heads/master | 2020-06-04T07:12:43.455919 | 2019-06-27T00:49:40 | 2019-06-27T00:49:40 | 33,182,022 | 3 | 6 | null | null | null | null | UTF-8 | C | false | false | 4,969 | h | /*
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
* Copyright (c) 2004-2006 The University of Tennessee and The University
* of Tennessee Resea... | [
"nirant.bits@gmail.com"
] | nirant.bits@gmail.com |
cbdf376b79554fa6d3deb9b5d5d0a4a6a398e546 | 8ac123797061181676fb70eac6c98783b440d9f3 | /lib/linkedlist/sources/print_list.c | 68a8dbf1da9eaeab3f86498c8bb1d7540c29a486 | [] | no_license | thecyril/Epitech_Piscine | 628596f336d1a3095c93162cae566447c141b7ae | 85725c8388738665ba84aae5307c756e4d843f33 | refs/heads/master | 2021-01-19T02:54:12.854050 | 2016-06-13T17:21:06 | 2016-06-13T17:21:06 | 46,043,363 | 3 | 0 | null | 2015-11-13T09:01:25 | 2015-11-12T09:41:25 | C | UTF-8 | C | false | false | 483 | c | /*
** print_list.c for in /home/fourni_s/UNIX/Presets/lib/list/sources
**
** Made by sonny fournier
** Login <fourni_s@epitech.net>
**
** Started on Fri Feb 12 23:39:09 2016 sonny fournier
** Last update Wed Mar 16 02:47:41 2016 cyril puccio
*/
#include "list.h"
void print_list(t_list *list)
{
t_node *tmp;
... | [
"puccio_c@epitech.eu"
] | puccio_c@epitech.eu |
15df94124ec8d0ab8caa4421662dc8b28bab4869 | e8c566f43dc39d3bb948a5d326be26af389589a3 | /Kernel/naiveConsole.c | 93a11644c4c576fba90cd7d4967a0caacf85eab9 | [
"BSD-3-Clause"
] | permissive | Estebank94/ClicOSNapEdition | 2a917323b49228cb30fc67058bdb2acbb878ee55 | ee38cd79c691d5153f9e9fef35a700c582970326 | refs/heads/master | 2021-07-25T16:22:01.926525 | 2017-11-08T21:34:21 | 2017-11-08T21:34:21 | 110,021,846 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,546 | c | #include <naiveConsole.h>
static uint32_t uintToBase(uint64_t value, char * buffer, uint32_t base);
static char buffer[64] = { '0' };
static uint8_t * const video = (uint8_t*)0xB8000;
static uint8_t * currentVideo = (uint8_t*)0xB8000;
static const uint32_t width = 80;
static const uint32_t height = 25;
void ncPrint(... | [
"estebankramer@hotmail.com"
] | estebankramer@hotmail.com |
7b1e73180607adb98f0727092e77b8cbea454280 | fe692881320e10c55962cebd165d478c1434c359 | /item/product/65213.c | a9296aff6b0e8c78abe2b2746bc69b84450a1786 | [] | no_license | anho9339/chienquoc | 130602c90c43053bbc99dfbfbc877de0b2d81dd7 | cb5157d5eabcb4bb2ff71c292cfbdd5dc5fbb221 | refs/heads/master | 2021-07-04T07:51:49.408023 | 2021-02-01T15:15:58 | 2021-02-01T15:15:58 | 222,929,950 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,019 | c |
// 自动生成:/make/item/make90
#include <item.h>
inherit ITEM;
inherit USABLE;
// 函数:图纸序号
int get_product_type() { return 213; }
// 函数:图纸要求技能
int get_product_skill() { return 650; }
// 函数:图纸要求类别
int get_product_sort() { return 0; }
// 函数:图纸要求等级
int get_product_level() { return 110; }
// 函数:图纸要求熟练度
int get_product_exp(... | [
"hothienan1993@gmail.com"
] | hothienan1993@gmail.com |
a670562f7c8fde4d9a90457f9579cfacd16260c0 | efe829b23a7974358fc2b3120c3e1365ca5c42a5 | /audio/audio_hw.c | dfae1abe4cc8784338d082150b9ad9f3b43a8089 | [] | no_license | BobZmotion/android_device_lge_p769 | 8fb7779ee0e4e63d03c64442329329c4b5b8db20 | f2e2aee6d07292464e963339fa2c38fb389651f7 | HEAD | 2016-09-06T02:16:15.744188 | 2014-06-17T00:46:30 | 2014-06-17T00:51:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 103,055 | c | /*
* Copyright (C) 2008 The Android Open Source Project
* Copyright (C) 2011 Texas Instruments Inc.
*
* 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/licen... | [
"BobZhome@cheerful.com"
] | BobZhome@cheerful.com |
663952ca62c9f5b22dcb44c254fcfd2bc43e5f5b | 8a1a2440dca0e3b60d11c74e6061df7e7ab6ab89 | /GTE_Win/clipper/line.h | f753c4a9cf296d76b8f808a354891eff80d45d9a | [] | no_license | VB6Hobbyst7/GERBER_X3 | cf4ceea15e068c5ccc53235349aa9887cf14c6cf | eaa0084448d997224cb1423cf0423a215624b26b | refs/heads/master | 2023-07-12T16:36:06.688997 | 2021-07-18T14:49:19 | 2021-07-18T14:49:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,258 | h | /*******************************************************************************
* *
* Author : Damir Bakiev *
* Version : na ... | [
"xray3d@ya.ru"
] | xray3d@ya.ru |
39df6be03dc398d136341df7fb8fb829469e48db | 84d61056294420ef64416c0d5795ee9c3b6d73f0 | /Extras/FibonacciDinamica/cola.h | e02fe96049e2b3d6ba5e4d88c7190d3b677f1bc3 | [] | no_license | eduardo7snnchz/analizando-algo | 3f05865da24ccb9152e7898fd053687261fb24d4 | 8c1fe5e2cf7c185261831b10650bc30ccf99bff8 | refs/heads/master | 2021-05-27T11:37:21.530524 | 2014-01-19T17:35:21 | 2014-01-19T17:35:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,964 | h | /*
* File: doublelinkedlist.h
* Author: Antonio
*
* Created on 8 de octubre de 2013, 01:23 PM
*/
#ifndef COLA_H
#define COLA_H
#ifdef __cplusplus
extern "C" {
#endif
typedef struct dllNodo {
struct dllNodo * siguiente;
long long dato;
} DLLNodo;
typedef struct cola {
DLL... | [
"antonio@fferegrino.org"
] | antonio@fferegrino.org |
b1bd7d7c99722fc6d38fb0db79ed08ac85203a7f | cb1caac0cd6f6123caa4d4ad80490e4f1155e711 | /90180360.c | a7c3130efd28b32954e64827997eeb1d878f9c67 | [] | no_license | tbbt8398/TBBT | bba90bcf985203acc851e9b2e405d076d323e52f | 6eda29c54742c74c481d0bd05567f5fd9d95b972 | refs/heads/master | 2016-09-11T02:28:31.912143 | 2015-01-03T01:26:36 | 2015-01-03T01:26:36 | 22,778,231 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,438 | c | #pragma config(Hubs, S1, HTMotor, HTMotor, HTServo, none)
#pragma config(Motor, mtr_S1_C1_1, motorD, tmotorTetrix, openLoop)
#pragma config(Motor, mtr_S1_C1_2, motorE, tmotorTetrix, openLoop)
#pragma config(Motor, mtr_S1_C2_1, motorF, tmotorTetrix, openLoop, reversed)
#pragma con... | [
"adityawizkid@gmail.com"
] | adityawizkid@gmail.com |
e39c4fffc450964d4220e71efe649ae3200c9098 | 0a2c5ede7f6aae8abcfc05d557419035397e06e5 | /Prolab 1/3. Proje/main.c | 80bb20a808e5e837af98fe468b1bd0bc36a2cc36 | [] | no_license | rumeysaustun/Programlama-Laboratuvar-1-2 | 85e9f8751921edd2e55de4b7db3a3dbb632ed149 | 1d5a6a675534b6fed465ebdf71f5bb381d962da5 | refs/heads/main | 2023-05-08T13:34:28.823864 | 2021-06-02T16:59:48 | 2021-06-02T16:59:48 | 373,172,133 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,255 | c | //Rumeysa ÜSTÜN 190202011
#include <stdio.h>
#include <string.h>
struct dugum *ilk=NULL, *son=NULL;
int VarMi(char kelime[]);
void BasaEkle(int adetsayisi,char kelime[]);
void SonaEkle(int adetsayisi,char* kelime);
void ArayaEkle(int adetsayisi,char* kelime,struct dugum *yer,struct dugum *onceki);
void SiraliEkle(int... | [
"noreply@github.com"
] | rumeysaustun.noreply@github.com |
c4e5e1ede63bf2440ab215e2c1e4d4f4f073af6b | 65b40fdb6d0146ed78f1ff761b21c2c1a27a8466 | /esercizi_a_lezione/test_stringa.c | 4801a49eb1915157d6b53c9b7603d33a84cc0ea7 | [] | no_license | Marcosterlo/c_programs | 3cafb0663da5e82072496d538c122495bf02f039 | 3426874527dce01b5ea67e6016c9a9aa5c2a0c56 | refs/heads/master | 2022-09-04T22:17:47.068565 | 2020-05-30T04:49:53 | 2020-05-30T04:49:53 | 260,944,426 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 498 | c | #include <stdio.h>
#include <string.h>
int main() {
char a[50], b[50], spazio_b[50], spazio[]=" ";
printf("Inserire la prima parola: ");
scanf("%[^\n]", a);
printf("Inserire la seconda parola: ");
scanf("%*c%[^\n]", b);
printf("%s %s\n", a, b);
printf("---%s---\n", a);
strcpy(spazio_b, strcat(spazio, b));
pri... | [
"marcosterlo@gmail.com"
] | marcosterlo@gmail.com |
3793116625e82ba499afa78378b277f3a0beef3a | 7c6ff14c9cec4f13df8322d7622248b308c7305a | /variables.c | 9d590cc7cb5ad5a6fb7970d8acd941c95ca56011 | [] | no_license | Lunya/AS-PP3-SPMRS-Licence3 | 138aa35d3e164121aed95c196123a63a2fd03464 | 8ad5cdb41871623d1e226791a7f1e349292f43ea | refs/heads/master | 2021-07-18T14:53:17.346661 | 2016-05-02T12:10:59 | 2016-05-02T12:10:59 | 108,320,960 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,737 | c | #include "variables.h"
#include <stdlib.h>
#include <string.h>
struct vars * vars_create( void )
{
struct vars * v = malloc(sizeof(struct vars));
v->list = NULL;
v->next = NULL;
return v;
}
void vars_delete(struct vars * v)
{
struct vars * iterator_vars = v, * tmp_vars = NULL;
struct var * i... | [
"ludovic.sannicolas@gmail.com"
] | ludovic.sannicolas@gmail.com |
f1fa29407050030236e050175939ef52b3fb7b47 | aa701c8621b90137f250151db3c74881767acb6d | /core/nes/mapper/044.h | 64190d97dd1f5d2017cd1d295ab4cfaa80ad8c3b | [] | no_license | ptnnx/e-mulator-PSP | 3215bbfe0870a41b341f207ba11a2d1fe2b64b56 | 538c700096fcef34bba9145750f7f9e44d3e7446 | refs/heads/main | 2023-02-05T09:57:34.046277 | 2020-12-31T08:59:04 | 2020-12-31T08:59:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 420 | h |
/////////////////////////////////////////////////////////////////////
// Mapper 44
STATIC void NES_mapper44_Reset();
STATIC void NES_mapper44_MemoryWrite(u32 addr, u8 data);
STATIC void NES_mapper44_HSync(u32 scanline);
STATIC void NES_mapper44_MMC3_set_CPU_banks();
STATIC void NES_mapper44_MMC3_set_PPU_banks();
STAT... | [
"75588890+pierrelouys@users.noreply.github.com"
] | 75588890+pierrelouys@users.noreply.github.com |
0e0745d913f3f18dfdd93d7dac726ede68f6f0f6 | 888d4077f30e541d62a042e738c7345b1329826e | /src/lzlog_aux.h | 6dd7e8e89d4f1692164c0e656494cb1585bc24ee | [
"Apache-2.0"
] | permissive | zaherm/lua-zlog | a0a99b10cbd6c07b18b6e805a93861a8682b41fe | a1fd9e0a6583112cb76f70b47e3b3298a963777b | refs/heads/master | 2021-01-19T16:10:10.779190 | 2017-04-14T09:02:00 | 2017-04-14T09:02:00 | 88,251,716 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 484 | h | #ifndef LZLOG_AUX_H
#define LZLOG_AUX_H
#include <string.h>
#include "lauxlib.h"
#include "zlog.h"
#if !defined LUA_VERSION_NUM || LUA_VERSION_NUM==501
LUALIB_API void luaL_setfuncs(lua_State *L, const luaL_Reg *l, int nup);
#endif
void lzlog_setmeta(lua_State *L, const char *name);
void lzlog_createmeta(lua_State *L... | [
"zaherm@gmail.com"
] | zaherm@gmail.com |
0a516ec55909dbde52e0e8a1286330f84377a342 | fcf72aaf76d952a7282be1718b3ab53cf4377c19 | /Esercizi d'esame/recaman.c | 4c72f30e5f293b3f6ce53f3c2613dffd7738193f | [] | no_license | corrado98ggg/Fd2 | b619e40e9181676915279464d08ca2f21be5b23c | ef02a7eb3e65b5b2dc98269f4565206f6e50f359 | refs/heads/main | 2023-08-14T23:04:22.165648 | 2021-09-23T17:51:41 | 2021-09-23T17:51:41 | 356,255,979 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 250 | c | #include <stdlib.h>
int Recaman(int n) {
if (n < 1) {
return -1;
}
if (n == 1 || n == 2) {
return 1;
}
if ((Recaman(n - 1) % (n - 1)) == 0) {
return Recaman(n - 1) / (n - 1);
}
return Recaman(n - 1) * (n - 1);
}
| [
"noreply@github.com"
] | corrado98ggg.noreply@github.com |
f080d6b17b1ebe8192f1e2957609978e2b48ff2a | 9093433aece0168e49dd7f27eb70dff3bcbaaf4e | /src/init/free.c | fb3817bb188b16c2374070d53ad54d2466405873 | [] | no_license | MarcPIster/synpool-pokemon | 812635100d5f86924eeaa9e4aeaa0a46cb301b4b | 4530f3f59b97c114e2d0523ae740564b4849ec31 | refs/heads/master | 2023-06-10T18:45:16.154626 | 2021-06-15T09:06:43 | 2021-06-15T09:06:43 | 376,951,374 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 913 | c | /*
** EPITECH PROJECT, 2020
** pokemon
** File description:
** read the file
*/
#include "../include/pokemon.h"
void free_parsed_csv(csv *parsed_csv)
{
for (int i = 0; parsed_csv->labels[i]; i++)
free(parsed_csv->labels[i]);
for (int i = 0; parsed_csv->data[i]; i++)
free(parsed_csv->data[i]);
... | [
"marc.pister@epitech.eu"
] | marc.pister@epitech.eu |
9cbacf0d5396f3c62adcdc05b80f4595486faf31 | 9a5d7aaf02829347fbb7decbd5d8acf814a0c6dd | /CApp/Utils.h | b1c5ee07f7d49eb359ad187c619b1190ce9e4302 | [] | no_license | AssafTzurEl/C-Workshop | 0e2daf90f9c10a021632aea9f78b0c5bb60aa75d | 903d2022a4f4c3fc3418ff986a019506d3deed81 | refs/heads/master | 2021-06-17T08:37:03.380386 | 2021-05-13T05:55:13 | 2021-05-13T05:55:13 | 190,698,933 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 141 | h | /**
* Returns the larger of two numbers.
*/
int Max(int a, int b);
int Parse(const char *str, unsigned int base); // Parse("11", 16) => 17 | [
"assaf.tzurel@gmail.com"
] | assaf.tzurel@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.