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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8d15b856f61f8c7c4fc3fee601764717c8976429 | b48017d035436a24c66d8c7d7f26da75fbf5c698 | /HexToInt-2-3.c | 6903405eafe06837f1c0a3a43f7cdefdd2fabbca | [] | no_license | amanneox/C-Programs | f20898f75bfdbe35eda1c95430d60be77467b896 | dae16ce877b3735dff1325eb29d92a8fcc598713 | refs/heads/master | 2020-03-14T16:16:58.011575 | 2018-10-04T18:26:12 | 2018-10-04T18:26:12 | 131,695,093 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 600 | c | #include <stdio.h>
#include <conio.h>
#include <ctype.h>
#include <math.h>
#include <string.h>
void htoi(char s[]);
int main() {
char s[10];
char c[10];
gets(s);
htoi(s);
return 0;
}
void htoi(char s[]){
int i,j,k;
int sum,r=0;
for (i=0;i<strlen(s)-1;++i) {
s[i]=tolower(s[i]);
}
printf("%s\n",s... | [
"amanadhikari2@gmail.com"
] | amanadhikari2@gmail.com |
49baba9a2f6cbfc268d250b63d01939193189c4e | 17524c48946318df3040cb54652c38e3fee5dc12 | /lib/test/test_v6_tcpsvr.c | 295e208579a0699f663f1f11ab3589e5f72b92c9 | [] | no_license | pushdown99/mmi | 5bbee2d98f2d271b558bce747dcb14fa21e1d0b0 | a8c36a7ec1006f97654f9118ce10c338cd0f76b3 | refs/heads/master | 2020-09-17T18:16:48.017998 | 2019-12-18T08:25:03 | 2019-12-18T08:25:03 | 224,108,198 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 743 | c | #include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
int
main(int argc, char *argv[])
{
unsigned short portnum;
int sd;
struct sockaddr_in6 addr;
if (argc == 2) {
portnum = atoi(argv[1]);
}
else {
portnum = 9999;
}
while(1)
{
int len, sent, client;
char ... | [
"haeyuen@gmail.com"
] | haeyuen@gmail.com |
eabddda643ea2275341b2dacb0d2bea7aae8916a | 7a0eda1f8297e8115f17d3e0b41e7b9e656aa237 | /HTMINetWork/Classes/HTMINetworkConfiguration.h | a526486051ca6d7609afbca985df132355ff452f | [] | no_license | zczczyc/HTMI_AFNetwork | a3ad93cfc79965ba80210570c2128673a9b5444b | 3c41176e744728c48dfc9fdee30394f6b99a404e | refs/heads/master | 2021-04-06T06:44:31.546448 | 2018-03-13T01:51:55 | 2018-03-13T01:51:55 | 124,880,042 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,044 | h | //
// HTMINetworkConfiguration.h
// LXProject
//
// Created by sharejoy_lx on 16-10-18.
// Copyright © 2016年 wlx. All rights reserved.
//
#ifndef HTMINetworkConfiguration_h
#define HTMINetworkConfiguration_h
typedef NS_ENUM(NSUInteger, HTMIResponseStatus)
{
HTMIResponseStatusSuccess, //服务器请求成功即设置为此状态,内容是否错误由... | [
"zczczyc@163.com"
] | zczczyc@163.com |
38cd58ce2d53647db7280158c04b43e7219a43e5 | 3020ba8e2a9bbba075e3add71c99dac5d71ff737 | /bistromathique-2017-daguen_s/includes/bistromathique.h | 2c9b7ae1c4c20a187a4573b4dde07e24be4e2519 | [] | no_license | Ansou1/C | af3ac857209858c02177c7ffd2be02bca74b944e | e8f49ef5dc928d8724d4fac387ac4cb8a6d174bb | refs/heads/master | 2020-06-17T09:21:07.335371 | 2016-10-05T12:14:57 | 2016-10-05T12:14:57 | 68,002,480 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 522 | h | /*
** bistromathique.h for bistromathique in .
**
** Made by Charlie Root
** Login <rn@epita.fr>
**
** Started on Tue Oct 23 11:48:35 2001 Charlie Root
** Last update Sun Nov 4 13:43:17 2001 Charlie Root
*/
#define OP_OPEN_PARENT_IDX 0
#define OP_CLOSE_PARENT_IDX 1
#define OP_PLUS_IDX 2
#define OP_SUB_IDX 3
#d... | [
"simondaguenet81@gmail.com"
] | simondaguenet81@gmail.com |
8a951392c18aa2dd874b7408b3a323dded326f01 | 40b97b39668a382829adc54d07560167e6241141 | /source/sv_windows.c | b80d123d0f12ec560fe55756c2f73ad101a03168 | [] | no_license | Quake-Backup/megatf-mvdsv-coop | 664bdd403393b3036648bc168efe71396c8a8cef | ce99651d1c45679269ee579aeb5cd21efabecb1f | refs/heads/master | 2023-03-18T12:54:02.476213 | 2018-05-07T02:03:49 | 2018-05-07T02:03:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,379 | c | /*
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 License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHO... | [
"noreply@github.com"
] | Quake-Backup.noreply@github.com |
987c99cf5cda9f0aacbf7b3abe705187106f497d | ee4933cd7b3ef1fe7aa72ebac8e68d2fdbcc5349 | /2.Operators/fab.c | 98e789e1fa9a3c26bc70ad96fefd91b673a0962c | [] | no_license | akamz22/cprograms | 6164211558b51e0f26b4f02d6bc698d5b4c44a45 | 79b0375c8d2f513c5302919a54889ed8297ae927 | refs/heads/main | 2023-06-13T06:52:37.605040 | 2021-07-15T16:47:36 | 2021-07-15T16:47:36 | 354,474,953 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 243 | c | #include <stdio.h>
void main()
{
int sum1=0,sum = 1, i, m = 20,t;
for (i = 0; i < m; i++)
{
t=sum1;
sum1= sum1 + sum;
printf("%d ", sum1);
sum=t;
}
} | [
"akamzing412@gmail.com"
] | akamzing412@gmail.com |
f542f9c81aa2c80ab8008ef817e1844f99d40ce8 | 836c8e2068144f9bb2900dfb431411d587bed565 | /Temp/StagingArea/Data/il2cppOutput/t4_78MD.h | 866884e333ab915ea928d38fd7768c67874b0f0f | [] | no_license | vickylance/GamifiedQuiz | 807cf911056f913b2316d5eecd34375436b334cd | fef77320d9df67ecebcc1509ff2e584e3932dc7e | refs/heads/master | 2021-01-10T02:10:28.638995 | 2016-03-02T17:29:19 | 2016-03-02T17:29:19 | 52,981,306 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 989 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
struct t4_78;
struct t4_59;
struct t1_82;
#include "codegen/il2cpp-codegen.h"
extern "C" void m4_613 (t4_78 * __this, const MethodInfo* meth... | [
"vkkpp@homail.com"
] | vkkpp@homail.com |
77866d0d6e3d5f96b090de3eca4c01cb715f0ffa | b33a9177edaaf6bf185ef20bf87d36eada719d4f | /qtbase/include/QtCore/5.6.3/QtCore/private/qeventdispatcher_blackberry_p.h | 64754f0e0ab6b1e17c1fc1e70343e595dc5d95b1 | [
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-commercial-license",
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"GFDL-1.3-only",
"LicenseRef-scancode-qt-commercial-1.1",
"LGPL-3.0-only",
"LicenseRef-scancode-qt-company-exception-lgpl-2.1",
... | permissive | wgnet/wds_qt | ab8c093b8c6eead9adf4057d843e00f04915d987 | 8db722fd367d2d0744decf99ac7bafaba8b8a3d3 | refs/heads/master | 2021-04-02T11:07:10.181067 | 2020-06-02T10:29:03 | 2020-06-02T10:34:19 | 248,267,925 | 1 | 0 | Apache-2.0 | 2020-04-30T12:16:53 | 2020-03-18T15:20:38 | null | UTF-8 | C | false | false | 77 | h | #include "../../../../../src/corelib/kernel/qeventdispatcher_blackberry_p.h"
| [
"p_pavlov@wargaming.net"
] | p_pavlov@wargaming.net |
85c5fc8e04360b17a3c6ea39acac566c270110bf | 17467534383194d68033fe0a2e5bef04490beaa5 | /.gitignore/FDS/singly linked list/Untitled134.c | 7d357ea37056536562bacc1be537af77a0fda21d | [] | no_license | VeerAbhimanyuCSVASCn/PUNE-UNIVERSITY-SECOND-YEAR | d9253f5adb7e5925c2ebe966f5408dee983be40d | c0410966c0070e70c067f866474752e1b36d8d5e | refs/heads/master | 2020-03-26T12:30:24.789826 | 2018-08-15T19:54:04 | 2018-08-15T19:54:04 | 144,896,216 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,788 | c | #include<stdio.h>
#include<conio.h>
#include<stdlib.h>
struct data
{
int n;
struct data *node;
}*f=NULL;
int insertvalid(struct data * a,int i)
{
struct data *p=f,*q=f;
int j;
for( j=0;j<i;j++)
{
p=p->node;
q=q->node;
}
q=q->node;
p->node=a;
a->no... | [
"noreply@github.com"
] | VeerAbhimanyuCSVASCn.noreply@github.com |
da3c4ec8b81741899ce63dd91a638045b9a1b372 | cd9b7ddd73da11dd9ef5fd08ca63d097a1e92a6e | /day_4/Part4.6.2/heli_q8_quarc_win64/heli_q8_dt.h | c627b29a40548b9d81a836ce72d6076e19e847eb | [] | no_license | wych1005/Helicopter_Lab | 3121457fa409001bbae230310576ee7756e467dc | b97074f607279385cd34b5ada69fe868d76aab4e | refs/heads/master | 2020-07-14T22:13:41.362251 | 2019-11-09T14:05:13 | 2019-11-09T14:05:13 | 205,414,113 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,695 | h | /*
* heli_q8_dt.h
*
* Academic License - for use in teaching, academic research, and meeting
* course requirements at degree granting institutions only. Not for
* government, commercial, or other organizational use.
*
* Code generation for model "heli_q8".
*
* Model version : 1.80
* Si... | [
"chanwaiyen9@gmail.com"
] | chanwaiyen9@gmail.com |
406ffc0571b0205418bd76fd3802d19ec1207737 | 24984fe8310b2b2f8d4a62f0657531a571126df3 | /118A - String Task.c | 49e023f51282bdac65dc2f8d205b3823b7e390eb | [] | no_license | Sivanandhpp/Codeforces | e53954dbfcba5c0b261efa0d41905c6a627d12f0 | 831c51f406da751161c0e64c03d59edc838864df | refs/heads/master | 2021-04-14T08:21:37.946766 | 2020-03-29T06:04:34 | 2020-03-29T06:04:34 | 249,218,686 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 411 | c | #include <stdio.h>
#include <string.h>
main() {
char a[1000],b[]="aeiouyAEIOUY";
int i,j,l;
gets(a);
l=strlen(a);
for(i=0;i<=l;i++){
int d=2;
for(j=0;j<=12;j++){
if(a[i]==b[j]){
d=0;
break;
}else{
d=1;
}
}
if(d=... | [
"noreply@github.com"
] | Sivanandhpp.noreply@github.com |
b95ca0a4beba6ad2b3a370ccfd11e5a40ef661f2 | c995bfc67ec690580ea6f4b07779f3ab79a461df | /EIFGENs/analyzer/W_code/C7/we1159d.c | 9c8241185cfd992cf6e3b0c1d3152685aed692fb | [] | no_license | kris0302/Analyzer | a5d3ab15df4b59a5e9f1487c94a7a858b6dff015 | 91a35daf15642108aeceb9b751e8e838fe7d27a6 | refs/heads/master | 2021-04-06T04:10:07.421778 | 2018-03-11T18:03:36 | 2018-03-11T18:03:36 | 124,779,666 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,949 | c | /*
* Class WEL_TVIF_CONSTANTS
*/
#include "eif_macros.h"
#ifdef __cplusplus
extern "C" {
#endif
static const EIF_TYPE_INDEX egt_0_1159 [] = {0xFF01,231,0xFFFF};
static const EIF_TYPE_INDEX egt_1_1159 [] = {0xFF01,244,1158,0xFFFF};
static const EIF_TYPE_INDEX egt_2_1159 [] = {0xFF01,1158,0xFFFF};
static const EIF_... | [
"37160424+kris0302@users.noreply.github.com"
] | 37160424+kris0302@users.noreply.github.com |
209a5b4a853e02c8ac0256735803dc0c3620fdee | 316d7bd2b7506c385db800dcbd702af8699bcf49 | /Blinky_DFREQ/RTE/Device/MKL46Z256xxx4/system_MKL46Z4.c | 19bbd4852bbb7566ddb748a5fa85d064f41d172d | [] | no_license | Vinhuit/Freescale | 92146a7658a789f4b41b4144c32ebb931a7d2a9a | fbc12747520b09316dc9fe3185228bbec4f6f9d7 | refs/heads/master | 2021-01-23T06:58:54.078108 | 2015-09-17T04:29:41 | 2015-09-17T04:29:41 | 42,633,866 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,274 | c | /*
** ###################################################################
** Processors: MKL46Z256VLH4
** MKL46Z128VLH4
** MKL46Z256VLL4
** MKL46Z128VLL4
** MKL46Z256VMC4
** MKL46Z12... | [
"caubequay00@gmail.com"
] | caubequay00@gmail.com |
5f5bc648558bead1d87e754c3d4df5bd8142fcbd | 3dedaa7692f1a68417575ccc9660d918a7d35117 | /MADDriver.source/Import-Export/669/669.h | fcb1a58d83b38a372f36aee42ff5594fbaa6cfaa | [
"FSFUL"
] | permissive | cemarriott/PlayerPRO | 1e187d649be231baa327e5258804cee6fd0d6d54 | 954336c1b9b596d7bcf0e6090bd827224a56f1c5 | refs/heads/master | 2022-11-12T07:33:22.093008 | 2018-08-25T17:58:39 | 2018-08-25T18:05:49 | 277,198,984 | 0 | 0 | NOASSERTION | 2020-07-04T23:16:27 | 2020-07-04T23:16:26 | null | UTF-8 | C | false | false | 1,383 | h | /******************** ***********************/
//
// Player PRO 5.0 - DRIVER SOURCE CODE -
//
// Library Version 5.0
//
// To use with MAD Library for Mac: Symantec, CodeWarrior and MPW
//
// Antoine ROSSET
// 16 Tranchees
// 1206 GENEVA
// SWITZERLAND
//
// COPYRIGHT ANTOINE ROSSET 1996, 1997, 1998
//
// Thank yo... | [
"computers57@hotmail.com"
] | computers57@hotmail.com |
042236d936792d2e65600e4920140659c5bb5313 | 3211ef2ce88b13ad2cbbc3c7307017e52ff2cb51 | /DataServer/Source_DB/StdAfx.h | 88810f22b3fdcfe0c4b9a77ca934248ce4edc9bc | [] | no_license | YucelCeyhun/KingMuOnline | 887d84fe6bf688679f0bd45920a2b1e3eff33222 | f0191fb4b99b6f5b04ac6c5834a6dff0014059e6 | refs/heads/master | 2022-04-10T19:14:51.778327 | 2020-03-26T07:53:24 | 2020-03-26T07:53:24 | 249,654,970 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,935 | h | // stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#if !defined(AFX_STDAFX_H__E37D8EB3_D113_431E_86A3_24980E357807__INCLUDED_)
#define AFX_STDAFX_H__E37D8EB3_D113_431E_86A3_24980E357807__INCLUDED_
#if _MSC_VER... | [
"muh.ceyhun.yucel@gmail.com"
] | muh.ceyhun.yucel@gmail.com |
7796f78420731ff11cd98414ac9d83cebde892f5 | 903d3eb210e4cc06818beef01897dc5b9d9a9746 | /compiled/C/Euler_Problem-010.c | 5178bbeb0123de871e482532b59fa7033ee1783a | [
"MIT"
] | permissive | Mikescher/Project-Euler_Befunge | ab4d642e95fd76eb126771c8027fad45bf325c98 | db6be0cb0b2cbf41eb6ac0f8b0140998c509acc5 | refs/heads/master | 2020-04-06T06:31:16.183969 | 2019-09-26T14:45:22 | 2019-09-26T14:45:22 | 24,105,754 | 7 | 2 | null | null | null | null | UTF-8 | C | false | false | 45,824 | c | /* transpiled with BefunCompile v1.3.0 (c) 2017 */
#include <stdio.h>
#include <stdlib.h>
#define int64 long long
char* _g = "v // Project Euler - Problem 10{ } 4a{#} 5&{{ } 5###} C{{ } *d#### {#} 8{ } )}##} ${{ } *X{#} `{ } )i##} ${{ } *L{#}"
" x{ } )]##} ${{ } *?{#} !2{ } )Q##} ${{ } *3{#} !... | [
"mailport@mikescher.de"
] | mailport@mikescher.de |
5ac10af61010bfa1528b55af2d50be63c0a9b2a2 | 556ff74668d1d93f91407c815dc7581291815aa8 | /cuneiform_src/Kern/hhh/rreccom.h | 2cbedf9864d05359ef55ab7b443b62c7a6d63b58 | [] | no_license | jwilk-mirrors/cuneiform-multilang | c4f747659f67818398736ed4234452a842ba3b42 | e4ba7053544d5e20d7f45339591e01671115d751 | refs/heads/master | 2020-03-18T15:15:50.024245 | 2009-06-01T07:22:55 | 2009-06-01T07:22:55 | 134,896,628 | 1 | 2 | null | null | null | null | WINDOWS-1251 | C | false | false | 13,753 | h | /*
Copyright (c) 1993-2008, Cognitive Technologies
All rights reserved.
Разрешается повторное распространение и использование как в виде исходного кода,
так и в двоичной форме, с изменениями или без, при соблюдении следующих условий:
* При повторном распространении исходного кода должны оставаться указанное
... | [
"jpakkane@kosto"
] | jpakkane@kosto |
fec09007a8cea6780d27862b464441b190a20488 | 0bf4ba0bc37c8c8bded7ffd39d15a19f34472335 | /src/tpm/command/EA/PolicyDuplicationSelect.c | 90ae4aecd41185ed2084029a409bc6c2b48326eb | [
"LicenseRef-scancode-tcg-spec-license-v1"
] | permissive | wirelessCharge/TPMSimulator | 9b47efe271afc5c9ccf5c6c05627e92404256ff8 | 2e7fda1963f853f5e7d382bbd5d819baa7e2ead3 | refs/heads/master | 2022-01-05T01:48:34.904632 | 2018-05-17T14:09:53 | 2018-05-17T14:09:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,280 | c | /******************************************************************************************************************/
/* */
/* ... | [
"kalashnik@apriorit.com"
] | kalashnik@apriorit.com |
a71e79a81c57d367b0124afccea4da41c67a5044 | f8e593838fbeb64fba294895ecf62bc8d9cba5c6 | /xv6/defs.h | 79642e6c7121e54b47edc36e32d337266ba0ff14 | [
"MIT"
] | permissive | akseltorgerson/CS537-P5-xv6-Memory-Encryption | afffa09967cfa6040cc71ff875f7652aa557afdf | 52f9bbc1a0b0891220dabd4dc3b1385ce0283adc | refs/heads/master | 2023-03-30T18:14:28.508212 | 2021-04-06T19:44:20 | 2021-04-06T19:44:20 | 353,815,855 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,905 | h | struct buf;
struct context;
struct file;
struct inode;
struct pipe;
struct proc;
struct rtcdate;
struct spinlock;
struct sleeplock;
struct stat;
struct superblock;
struct pt_entry;
// bio.c
void binit(void);
struct buf* bread(uint, uint);
void brelse(struct buf*);
void bwrite(struc... | [
"akseltorgerson@gmail.com"
] | akseltorgerson@gmail.com |
7287b9a1dbf9136303435ad67d1f338c0624ba6b | 114fb7a54219c5128a469a3cf50d1309eee71f2d | /hardware/wifi/icomm/ssv6xxx/ssv_hwif_ctrl/include/ssv6006c/ssv6006C_reg_sim.h | 2c24fc9c8922c7664cccfab2906b2719426573eb | [] | no_license | acocalypso/madrom | 7095ba467b0d396ae2f415ea161859bb540afa10 | 150965497302cccf170b49298f411f07a90e230e | refs/heads/master | 2023-06-20T02:54:05.896604 | 2021-07-19T15:29:48 | 2021-07-19T15:29:48 | 294,661,038 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 6,615 | h | // -----------------------------------------------------------------------------
// 2018-11-16 10:46:46
// -----------------------------------------------------------------------------
// GIT SHA1: a993cbaae4605d2613d18194371b2e50b91a25ff
// -----------------------------------------------------------------------------
... | [
"you@example.com"
] | you@example.com |
39c86539213e5d9e48008358d7154dbf4adaaa8c | 87b7a592f6daee1efbf2c0653678d787e0b2bd95 | /src/BenchmarkApplication/Scenarios/MemorySystem/RawAllocators_Benchmarks.h | e967fb2fb7a3fc935fcba340dae18df012d38235 | [] | no_license | ParzivalSec/Spark | 1c4f04cd00ff31a2b767347b74875b207e52b649 | 2255eeb53db50e3c16b63cda577bf24c6c8cc069 | refs/heads/master | 2021-03-24T10:18:42.208167 | 2018-05-12T15:29:09 | 2018-05-12T15:29:09 | 122,495,290 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 229 | h | #pragma once
void allocate_1000_data_objects_new();
void allocate_1000_data_objects_linear();
void allocate_1000_data_objects_stack();
void allocate_1000_data_objects_double_ended_stack();
void allocate_1000_data_objects_pool(); | [
"lukas.vogl12@gmail.com"
] | lukas.vogl12@gmail.com |
e3cef473b1e59a6838051bc2cb349bf35e69cb96 | 307e4cc06a95d5469d6a5dee05049c68583ab444 | /frmreader.h | 75876dfd185b19b07b1b85f110bc6e5083b833af | [] | no_license | FalloutTeamX/falloutviewer | a954bd768cbc69eb81303f20e9104579ee2c9625 | 829d9708afeb312bd53dd5e632681f3c0048beee | refs/heads/master | 2021-05-28T03:01:59.913101 | 2012-05-20T09:33:58 | 2012-05-20T09:39:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,967 | h | /*
* frmreader.h
* Reads Fallout 2 .frm files
*
* Copyright (c) 2012, Paul Chote
* 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 ab... | [
"paul@chote.net"
] | paul@chote.net |
9137f6a2da835b44b6d697b8136822cd2637ce2e | efb25a20ecddb3a0a8795bc616069fc1a94e5375 | /sdk_k64f/middleware/issdk/sensors/mag3110_drv.h | 30cc9092d4670f61c170a4c6b24eb41e18ce63b2 | [
"MIT"
] | permissive | Sir-Branch/k64f-starter-template | f6119d67a4d661affca4ca8b5b72a971d0a65754 | f8959fd185f090363d180d69f84c2727e37cbeeb | refs/heads/master | 2022-12-18T22:24:58.356426 | 2020-09-08T02:52:56 | 2020-09-08T02:52:56 | 289,200,355 | 1 | 0 | MIT | 2020-08-24T02:16:20 | 2020-08-21T06:55:08 | C | UTF-8 | C | false | false | 6,033 | h | /*
* Copyright (c) 2015-2016, Freescale Semiconductor, Inc.
* Copyright 2016-2017 NXP
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
/**
* @file mag3110_drv.h
* @brief The mag3110_drv.h file describes the MAG3110 driver interface and structures.
*/
#ifndef MAG3110_FI_H_
#define MAG3110_F... | [
"rmerello@itba.edu.ar"
] | rmerello@itba.edu.ar |
e8f2dfb7399e6e23f8ccb66a3aa670267dae9f1e | 6730e957acff0fbaaac9e2ff353ca7bddeb93452 | /firmware/miling.bootloader/src/main.c | c08047e4c35c7687a6fdb91df887421265bb3546 | [] | no_license | z80/lcu03 | 643354f20fd6c5474496b96e62db87ffb2e6a502 | 5519c934926e328a5067891e62c40e40447dbb18 | refs/heads/master | 2020-12-20T08:04:37.921697 | 2019-03-23T17:42:46 | 2019-03-23T17:42:46 | 47,650,988 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 411 | c |
#include "ch.h"
#include "hal.h"
#include "led_ctrl.h"
#include "cpu_io.h"
#include "dfu_ctrl.h"
int main(void)
{
halInit();
chSysInit();
initCpuIo();
initLed();
initDfu( 6000 );
setLeds( 3 );
// Use virtual timer to execute regular firmware within
// some time i... | [
"bashkirov.sergey@gmail.com"
] | bashkirov.sergey@gmail.com |
4e428ffd9956504e44b12026a18571196b735874 | 4f1a54c781a8c7847b0c13246f03ca1fbf038737 | /58.c | 50d127ae94c6eb449c2ef48818bababade2140fb | [] | no_license | karthick237/mk | 8d4b92ade5f7b16a9f1e852ca7f71ed07be56fd9 | 677fdb5f05cffa1ce5964fd6e487aaa74f5e84b7 | refs/heads/master | 2020-04-18T01:21:26.716652 | 2019-02-15T07:32:54 | 2019-02-15T07:32:54 | 167,115,735 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 298 | c | #include<stdio.h>
void main()
{
int a[10],i,n,k=0,m;
scanf("%d%d",&n,&m);
for(i=0;i<n;i++)
{
scanf("%d",&a[i]);
}
for(i=0;i<n;i++)
{
if(a[i]==m)
k++;
}
if(k>0)
{
printf("yes");
}
else
{
printf("no");
}
getch();
}
| [
"noreply@github.com"
] | karthick237.noreply@github.com |
c65db2170ffb6074943aea9e088abed59b404723 | 23174253316106c90889209d3206265b611cbce6 | /string_utils.h | db82fe6ed3fe1606ebca02e784a8bc0fde7fba94 | [] | no_license | jkatan/ethereum_utils_c | 0368fffd1f0117486375adeb55ced1f698f688e5 | 11dde506a6f3e5f5a900b54c0d1fa4cc1e3710e7 | refs/heads/master | 2023-04-10T06:08:11.906420 | 2021-04-25T21:59:05 | 2021-04-25T21:59:05 | 325,874,406 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 280 | h | #ifndef STR_UTILS
#define STR_UTILS
#include <string.h>
#ifdef __cplusplus
extern "C" {
#endif
void copy_string(const char* source, char* dest, size_t from_index, size_t to_index);
int starts_with(const char* string, const char* prefix);
#ifdef __cplusplus
}
#endif
#endif
| [
"jkatan@itba.edu.ar"
] | jkatan@itba.edu.ar |
f25ee8bcc3aebff51bb172244a82884a2de749a4 | 00e027af95f6d50ff4b2df3d6e8e451da9d61d98 | /Timer/inc/gpio.h | 7cc8a95a71cb6dd98a4bf1f2a56c5cc5a60df3d9 | [] | no_license | luongquochai/Lab_Jul_09 | 3b28463ee4e5691456162cd9e4dd3351a9ae2dd2 | 6cb5110db18ef88764e9ee86ddc54ec3636ab1bb | refs/heads/master | 2020-06-17T19:48:45.387519 | 2019-07-09T15:10:41 | 2019-07-09T15:10:41 | 196,031,129 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,848 | h | #include <stdint.h>
#define __I volatile const /*!< defines 'read only' permissions */
#define __O volatile /*!< defines 'write only' permissions */
#define __IO volatile /*!< defines 'read / write' permissions */
#define Sbit(var,place) ((var) |= ((1<<place)))
... | [
"noreply@github.com"
] | luongquochai.noreply@github.com |
f3128a0529d653a38909d4b66b15997f9f74d8b1 | 8d4a9e8edf325be26b76e3caf149c681fd5fd746 | /VIUploader/libcurl/hash.c | 674e5a7c5d59b739165bffc3acafb81bf680c319 | [] | no_license | eblis/VersionInfo-Uploader | 40d69d74480c254a16bb8630bde19accaa65022f | 5f844050c1d1255e0aebfa0c156ebf68156a25e2 | refs/heads/master | 2021-01-25T13:35:13.914923 | 2018-03-02T14:13:38 | 2018-03-02T14:13:38 | 123,587,380 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,959 | c | /***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
* \___|\... | [
"cristian.libotean@paddypowerbetfair.com"
] | cristian.libotean@paddypowerbetfair.com |
2778d37c545c5c700bb5feae4f2420893d102dae | 637c4892287929583bdadd8630d5353dd78dc82c | /vendor/otf2/include/otf2/OTF2_GlobalEvtReader.h | 7acc5367a80f7af2c326e8c85abbdd349d50408c | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | readex-eu/readex-scorep | 6819f074bba6b4fe9d6de07cf7037d2829cbbccf | 38d7b84145f229b44670656d59f84faa51007ced | refs/heads/master | 2020-03-27T01:04:12.730561 | 2018-08-22T14:42:37 | 2018-08-22T14:42:37 | 145,679,275 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,300 | h | /*
* This file is part of the Score-P software (http://www.score-p.org)
*
* Copyright (c) 2009-2013,
* RWTH Aachen University, Germany
*
* Copyright (c) 2009-2013,
* Gesellschaft fuer numerische Simulation mbH Braunschweig, Germany
*
* Copyright (c) 2009-2013,
* Technische Universitaet Dresden, Germany
*
* ... | [
"robert.schoene@tu-dresden.de"
] | robert.schoene@tu-dresden.de |
a22a9e6d61af6691781f0f63b9e9a589b291263b | 7332743b7f73eae604832a90081be331d094598a | /Breakout/Temp/StagingArea/Data/il2cppOutput/t1920388077.h | b95c18df1487a3e016c59c7769d8643c9f50a015 | [] | no_license | westlundsoftware/unity | 57457a2bf35eb6634153d99df21091adb095d87e | a3197a07a8dafe516841f3c8f957d2274fb54bb7 | refs/heads/master | 2021-01-10T02:15:09.708078 | 2016-02-02T22:04:14 | 2016-02-02T22:04:14 | 50,954,540 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 213 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "t1482631528.h"
struct t1920388077 : public t1482631528
{
};
| [
"westlund_software@live.com"
] | westlund_software@live.com |
1cdd4910990f2e612eec7442d1880fe9086953b8 | 9b7b8998820eb15d6575340a2db82420ebffedda | /mbedtls_sos_config.h | ba5153e2720c11713fb103e237ba897081c99e9d | [] | no_license | StratifyLabs/StratifyOS-mbedtls | 9df19100edb716cac9f680513509be52cf42fc1d | 72813f2be6642eabd256fda037144d2419c5e131 | refs/heads/master | 2021-06-25T08:21:02.001047 | 2020-07-31T19:26:27 | 2020-07-31T19:26:27 | 142,323,504 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 99,988 | h | /**
* \file config.h
*
* \brief Configuration options (set of defines)
*
* This set of compile-time options may be used to enable
* or disable features selectively, and reduce the global
* memory footprint.
*/
/*
* Copyright (C) 2006-2018, ARM Limited, All Rights Reserved
* SPDX-License-Identifier: Apach... | [
"tyler.w.gilbert@gmail.com"
] | tyler.w.gilbert@gmail.com |
021bd5047406aa1544e8970188f4f51006fab1c4 | 33150da6f79b726ab95444c03ca164c1560bea88 | /phlox/kernel/heap.c | 0cdcd54d58c27c917a41743f6509785a36f8a9cf | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | skarpenko/phlox | 896347ee2c4de7a5658aa36277c5d8d8d7a61131 | 61655d44c7732f47f5d58fd4dba4c2694e404abb | refs/heads/master | 2021-01-18T14:06:18.303938 | 2013-10-23T20:49:23 | 2013-10-23T20:49:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,896 | c | /*
* Copyright 2007-2011, Stepan V.Karpenko. All rights reserved.
* Copyright 2001, Travis Geiselbrecht. All rights reserved.
* Distributed under the terms of the PhloxOS License.
*/
/* Ported from NewOS.
* Available chunks of memory are maintained in bins, grouped by size.
* Allocator searches for available chunks ... | [
"carp@mail.ru"
] | carp@mail.ru |
e4e9b72743d9fb18ab733bd7c7aa68796d92d052 | 996c07c57966f834ede94af94695d6535235ab4f | /Feedparser/rapidjson/msinttypes/inttypes.h | 630a28aecc0e7641b175b8c8952b533431ea187e | [
"Apache-2.0"
] | permissive | vyasgiridhar/Feed-Parser | b131d74f32039436ae472de303b655774e2ad21d | 7be4f81f12444053cb7859f3dce9b37e33f68cec | refs/heads/master | 2020-12-29T02:42:38.102564 | 2016-12-20T04:10:41 | 2016-12-20T04:10:41 | 53,138,187 | 21 | 4 | null | null | null | null | UTF-8 | C | false | false | 8,372 | h | // ISO C9x compliant inttypes.h for Microsoft Visual Studio
// Based on ISO/IEC 9899:TC2 Committee draft (May 6, 2005) WG14/N1124
//
// Copyright (c) 2006-2013 Alexander Chemeris
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following cond... | [
"vyasgiridhar27@gmail.com"
] | vyasgiridhar27@gmail.com |
3c1fb7b1f58a20985f18e7ca8d06f9f9681095f8 | 783c02cd9f5388157f1b54a3f50cfc2eb8cf0d10 | /eSwitchboardPro/kqGenarl.h | c7ea6138bb5c22bdb29a3140e8ad4229409ae8bb | [] | no_license | kouqi/ESwitchboard | a5da3ec3ff64fc7b5d92dc5dc27fcfe9c0967aa0 | a58c4adcd3f2e8c19289c41e6962172b0d521d33 | refs/heads/master | 2020-12-24T09:31:45.543802 | 2016-11-09T13:29:45 | 2016-11-09T13:29:45 | 73,286,452 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,060 | h | //
// kqGenarl.h
// eSwitchboardPro
//
// Created by 海峰 on 15/6/15.
// Copyright (c) 2015年 海峰. All rights reserved.
//
#ifndef eSwitchboardPro_kqGenarl_h
#define eSwitchboardPro_kqGenarl_h
#define RGB(r,g,b,a) [UIColor colorWithRed:r/255.0f green:g/255.0f blue:b/255.0f alpha:a]
//#define MAIN_HOST @"http://182.92... | [
"chenghaifeng123@163.com"
] | chenghaifeng123@163.com |
1258ee0854981527fa8d0d029e21a6ac374dd85f | 01272802f87458b825b4d1c7c78201b214604774 | /src/termctrl.h | b9a82b9bd627a413a73084b6f877c6b66c871351 | [] | no_license | Davinais/CSHw2_CropSystem | 58b36842616c3f1217669a3494495ab11cf85d3a | 70efabd49aef7bcf68e01e7f26af0ea0635dcf34 | refs/heads/master | 2021-01-19T17:33:27.382140 | 2017-04-15T11:44:41 | 2017-04-15T11:44:41 | 88,330,770 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 636 | h | #ifndef _TERMCTRL_H_
#define _TERMCTRL_H_
/*
參考自"https://www.cyut.edu.tw/~ckhung/b/mi/textmode.php"之內容
並做些微改動,以符合需求
*/
#include <stdio.h>
#include <termios.h>
typedef enum Color
{
BLACK, DARK_RED, DARK_GREEN, DARK_YELLOW, DARK_BLUE, DARK_MAGENTA, DARK_CYAN, GRAY,
DARK_GRAY, RED, GREEN, YELLOW, BLUE, MAGENTA, C... | [
"david870620@gmail.com"
] | david870620@gmail.com |
798339977e4444471f9a7bc5e6bc954558b6e149 | e17ebe29da5d30ce1ffa35c61f2ef0797e338df8 | /networking/data/comptools-mips-r12_1.2-0/comptools-mips-r12_1.2-0_amd64/mipsisa32r2el/r12/hello.c | 856aae1b908c740800533f2a25c945c291f5465c | [] | no_license | Wribbe/040eda-project | c7d143c21de82494c8d564dcd2d48e3f62708da0 | 90d5e9eab231f00ce76b227ef4d849c731e7b849 | refs/heads/master | 2020-12-24T11:06:24.623331 | 2016-12-08T11:47:35 | 2016-12-08T11:47:35 | 73,201,878 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 81 | c | #include <stdlib.h>
#include <stdio.h>
int main(void) {
printf("HELLO!\n");
}
| [
"eng_steff@hotmail.com"
] | eng_steff@hotmail.com |
100286d5a08fe4af4040e80bb0cbac5f12819101 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/fs/reiserfs/extr_procfs.c_show_per_level.c | 34d1377dfd0f024dc7cd0103e743c2dd0c4d8c6c | [] | 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 | 2,488 | 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 |
6dd38f37b15d65d2c4bf0d273d5b371fa438038c | 567a7530bde7815d0c322fe69aae12335b32691f | /bluetooth/bdroid_buildcfg.h | 06a93a7a06edb4d9f71946ff74f8415990296727 | [] | no_license | 4PERTURE/cosmic_device_alice | 76e6bd4617480a93fbcbb20d25ab0290015a7cf6 | 861212ed615d8545f6a9d3200a6c7947240bbc5f | refs/heads/master | 2020-03-23T17:24:07.106131 | 2018-07-22T02:03:35 | 2018-07-22T02:03:35 | 141,858,148 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 743 | h | /*
* Copyright (C) 2017 The LineageOS Project
*
* 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 applicable la... | [
"slicey2001@gmail.com"
] | slicey2001@gmail.com |
fe9e28416b75f59e65f5a8e1483b2edd2eeced44 | 9c31762613ccd92445c1c51afda28e5924f98429 | /MXT_EXAMPLE_USART1/src/icones/animabub/bubleanima14.h | 0a6d62f0cd8ff3dd07c88dd4bdcbe3fb40e1caa9 | [] | no_license | manucirne/Embarcados_maquinadelavarroupa | 9cc3c9e7919ecd6381b0b54787d81eb488ef4e90 | 15a2d398cc13037798e1102cff6899f39dac2d97 | refs/heads/master | 2023-09-05T16:12:47.129234 | 2019-05-02T18:29:55 | 2019-05-02T18:29:55 | 317,550,989 | 0 | 1 | null | 2021-11-23T02:03:31 | 2020-12-01T13:32:23 | C | UTF-8 | C | false | false | 328,352 | h |
/*******************************************************************************
* image
* filename: C:/Users/manucirne/Desktop/Insper/Sem5/Embarcados/APS2/bubleanima.xml
* name: bubleanima
*
* preset name: Color R8G8B8
* data block size: 32 bit(s), uint32_t
* RLE compression enabled: no
* conversion type: Color, not_... | [
"manucirne@gmail.com"
] | manucirne@gmail.com |
b430bf0f1c7b333b5d1eecf647d606556727a396 | 185b35ba30b1e35e12f6804e0bf705b05beec162 | /Game/bases/baseedit.c | c8f57272fb83afbdd75c8e88600d8903f11b7d71 | [] | no_license | EmuZoneDEV/COH-SRC | 141d40d5f142e3aa8a01fa38c49e7ae41d9baf98 | 7366352e744949c9d90aa1499eb5062e8a761d13 | refs/heads/master | 2020-06-12T12:29:23.941209 | 2019-06-28T15:08:37 | 2019-06-28T15:08:37 | 194,295,994 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,380 | c | /***************************************************************************
* Copyright (c) 2005-2006, Cryptic Studios
* All Rights Reserved
* Confidential Property of Cryptic Studios
***************************************************************************/
#include "earray.h"
#include "mathutil.h"
... | [
"emuzone.raspberrypi@gmail.com"
] | emuzone.raspberrypi@gmail.com |
09f76112093a5e08c1039897ba553ce00b9f4104 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/df82c915-8088-4d04-8e8f-d4e7a833079b.c | 63c91ae0c5950348cb7305c850fcc1bf81b02f73 | [] | 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 | 592 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=14;
int k;
int l;
i = 53;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = j%j;
l = l-j;
j = k-k*i;
//variables
/* START VULNERABILITY */
int a;
long b[77];
long c[73];
a = 0;
do {
//ra... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
8ac3dbabcea16f918fed528205a12810cda75785 | 8dabc274e5109f280e0b941151f31fa236b018d7 | /Driver/MODULE/include/ap.h | c9d740e4b8f19d1e6533e56345a3bcae6c24545b | [] | no_license | celine168/wifiDriver | 8557b35ea0c366fcadc3222d04b1c969a40a6b31 | 4d20629e07e796391286d5570cd3294e897572d9 | refs/heads/master | 2020-06-08T07:09:59.331049 | 2019-06-22T02:58:49 | 2019-06-22T02:58:49 | 193,183,744 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,957 | h | /*
***************************************************************************
* Ralink Tech Inc.
* 4F, No. 2 Technology 5th Rd.
* Science-based Industrial Park
* Hsin-chu, Taiwan, R.O.C.
*
* (c) Copyright 2002, Ralink Technology, Inc.
*
* All rights reserved. Ralink's source code is an unpublished work and th... | [
"celine168@gmail.com"
] | celine168@gmail.com |
99e1f176a46ebbeaf0d0b08f09b72de705e1cd8b | e3a86b90000d4fb6c5522c4667af6e9dea6703ba | /F429ZI_Websocket_Ethernet_HelloWorld/mbed_config.h | d5076d41541f21e87423aa1e8af8e3f56b7a5ccb | [] | no_license | UniversityOfPlymouth-Electronics/ELEC350-1 | 9703ec0b96ca8d995d7758182e63bcbe92ad45b6 | 059f3761ea1338373b6a4adaa9490df55d3fe4f6 | refs/heads/master | 2021-03-27T11:32:58.386469 | 2018-11-23T14:54:15 | 2018-11-23T14:54:15 | 96,902,694 | 0 | 1 | null | 2020-03-08T10:07:05 | 2017-07-11T14:30:51 | C | UTF-8 | C | false | false | 1,588 | h | // Automatically generated configuration file.
// DO NOT EDIT, content will be overwritten.
#ifndef __MBED_CONFIG_DATA__
#define __MBED_CONFIG_DATA__
// Configuration parameters
#define MBED_CONF_LWIP_TCP_SERVER_MAX 4 // set by library:lwip
#define MBED_CONF_LWIP_ADDR_TIMEOUT 5 // ... | [
"nicholas.outram@plymouth.ac.uk"
] | nicholas.outram@plymouth.ac.uk |
f1a87b84919ffd7a7b165e108db72102fc91c6f1 | 0e01836d808b10f11ca8c8a87bb4e03b0f8a246c | /rutabaga_gfx/ffi/src/tests/rutabaga_test.c | 356b6fc6720c55ab11d280df54445ed66301db43 | [
"BSD-3-Clause"
] | permissive | tintou/crosvm | 6e42a0b2ba0352a5775f45cb02f528fccdd2ea09 | e32b55670bdecf2d7c7bd7a36fc4f12ad47c6fd3 | refs/heads/main | 2023-09-03T04:49:33.218956 | 2021-11-05T13:19:13 | 2021-11-10T10:45:39 | 424,321,049 | 0 | 0 | BSD-3-Clause | 2021-11-03T17:32:15 | 2021-11-03T17:32:14 | null | UTF-8 | C | false | false | 11,819 | c | /*
* Copyright 2021 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#define _GNU_SOURCE
#include <assert.h>
#include <errno.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#inclu... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
1c5e88cb0604758aa36d96cc6d0b961946024800 | afe3b9f82c5b57e83e903d08d9ec7b4d3bd80c97 | /Mercury5/proj/sc/application/mmi/app/LinkUpApp/inc/mmi_linkupapp_view_id.h | 3af7a98fd73a0fa5f6e7090d1934b927d6656511 | [] | no_license | xtxbruin/SDK_pulbic | bbb79f9eb642aa9ecaa3825944ffc20430cd9057 | c1436fa7446457e8d6547874d27ee4e34be150cf | refs/heads/master | 2022-03-24T09:27:12.825861 | 2020-01-01T07:31:36 | 2020-01-01T07:31:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 247 | h | #ifndef __MMI_LINKUPAPP_VIEW_ID_H__
#define __MMI_LINKUPAPP_VIEW_ID_H__
#include "mmi_view_id_range.h"
#include "mmi_common_thmid.h"
enum
{
/* View ID start */
/* View ID end */
};
enum
{
/* Widget ID start */
/* Widget ID end */
};
#endif
| [
"695732416@qq.com"
] | 695732416@qq.com |
1917801c04cedec7b18138e1e30210a27db4274e | 38c0ef1759dc9a9b715589ea632dd1ac6b64d598 | /Projects/STM32H743I-EVAL/Examples/LPTIM/LPTIM_PWM_LSE/Inc/main.h | c675cc528c797ac8abc74917cd5c4b61dcf941b4 | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | engycz/STM32CubeH7 | 9fb379f88d80ca8813557c9ab4e9f83dd7a97bf5 | 91dd6590d8904651ac01380dd1adaf0b2e8a3068 | refs/heads/master | 2021-11-26T04:15:14.720718 | 2021-11-18T14:07:06 | 2021-11-18T14:11:23 | 235,042,695 | 0 | 0 | NOASSERTION | 2020-01-20T07:27:10 | 2020-01-20T07:27:09 | null | UTF-8 | C | false | false | 1,447 | h | /**
******************************************************************************
* @file LPTIM/LPTIM_PWM_LSE/Inc/main.h
* @author MCD Application Team
* @brief Header for main.c module
******************************************************************************
* @attention
*
* <h2><center>&co... | [
"ali.labbene@st.com"
] | ali.labbene@st.com |
569b099c1ffc2a9fd4c30a2af9b402f584207d77 | 38c3ebe18b1c2c4bf49b19ce4165214ef3eba30a | /libft/ascii/ft_isprint.c | 47c3f7fea40e56b287312913f5505d11a2e44a2d | [] | no_license | zraunio/libft | b13f2740a42010d7f4dea07adfbe41a0eedf36a2 | d69f7e3cb1d71d7cd1f03817d7e031458c178365 | refs/heads/main | 2023-03-20T08:24:36.761637 | 2021-03-12T13:13:02 | 2021-03-12T13:13:02 | 327,880,084 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 994 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isprint.c :+: :+: :+: ... | [
"zraunio@student.hive.fi"
] | zraunio@student.hive.fi |
539f2661c90ad9b595ebd0875b0b01d8ba10c6e5 | cc4ae349a1cc73df82fe00e88ae4031946ffc008 | /platform/nrf52840dk/contiki-main.c | 1c609a42593c55844a2a304521018530e5150ad9 | [
"BSD-3-Clause"
] | permissive | iot-chalmers/BlueFlood | b90581591aea3832d147e43bc9a6c90384c6dee5 | c6c7571179f64553a1944154c72ba4fef09026bc | refs/heads/master | 2020-04-11T15:30:10.225934 | 2020-02-27T16:32:02 | 2020-02-27T16:32:02 | 161,893,529 | 18 | 7 | null | null | null | null | UTF-8 | C | false | false | 1,928 | c | /**
* \addtogroup platform
* @{
*
* \defgroup Core51822 Core51822: The Waveshare platform for the nrf51822 MCU
*
* @{
* \file
* Main file where the code execution starts for all examples based on Core51822 platform
* \author CoenRoest
*/
#include "contiki.h"
#include "board.h"
#include "simple-uart.h"
#incl... | [
"beshr@chalmers.se"
] | beshr@chalmers.se |
25d1543cd2aed6990317bcaa504e9ab7bb8bcb38 | 5f7ab694ea08b60e1d9b9b15c12f144fe9572ec2 | /keypad.c | a2c9d39e226a81a3132b539f5c276270c83bb888 | [] | no_license | reshan24/Group-B---Exodus | f671ba8911672c0b7ff66a03709b58a92c382136 | 64b8f6a6f40415cb2f586b87cb5791a3f2411450 | refs/heads/master | 2021-08-23T08:51:06.926075 | 2017-12-04T11:16:42 | 2017-12-04T11:16:42 | 112,982,591 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,404 | c | #include <delays.h>
#include "keypad.h"
/*******************************************************************************
* PUBLIC FUNCTION: c_read_keypad
*
* PARAMETERS:
* ~ void
*
* RETURN:
* ~ numeric value for the pressed key. Return 0xFF if no key is pressed.
*
* DESCRIPTIONS:
* Read from the keypad.
*
***********... | [
"reshan24@Reshan"
] | reshan24@Reshan |
2996126e7790edfc7f8e5cb645fb71c1bc16642a | 802b13435d334de01817371e65b4aec98d5416de | /tcp_udp_select_server/src/server.c | 886d2c585bd08e023566e05e608ae391855e8736 | [] | no_license | HePoH/all_projects | 78df90b9b61a2f18a2c6d7cc1d7ba91ece976bbd | dacd8a5b07f0f605c2a71cea80cd398d6cc2917e | refs/heads/master | 2021-01-01T16:23:30.505723 | 2018-03-23T13:55:01 | 2018-03-23T13:55:01 | 97,822,480 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,388 | c | #include "../include/server_core.h"
int main() {
int sd_tcp_srv = 0, sd_udp_srv = 0, sd_tcp_cln = 0, max_sd = 0, rtn = 0, on = 1;
struct sockaddr_in srv_addr, cln_addr;
struct hostent* cln_hst = NULL;
socklen_t socket_len = 0;
fd_set read_sds;
pthread_t cln_tcp_hndl_tid = 0;
CLIENT_INFO* cln_tcp_info = NULL;
... | [
"demon0900@mail.ru"
] | demon0900@mail.ru |
5cdb145a4f29cf50235438bb7c937eb913889005 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/fastsocket/kernel/sound/pci/extr_es1968.c_snd_es1968_bob_stop.c | 81e4a9f703c43630cc56e1dfd07eb35f7111002c | [] | 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 | 952 | 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 |
20696b1e5531f67ffd939feaaf3277827cd6f52a | 47dd94485b548e90167034faf15b2e0c65b847f3 | /soal2/soal2c.c | 46f436486159d3b954184dbbc1bea66eb29f224e | [] | no_license | fitrahmutiara0108/soal-shift-sisop-modul-3-F12-2021 | 68cf61b40bb4f2b38423fb7e7640d1b36169d9a4 | 1d949b655d226f8a7d705ca01896da617294d4f0 | refs/heads/main | 2023-04-30T04:48:22.067617 | 2021-05-23T10:05:27 | 2021-05-23T10:05:27 | 365,161,276 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,280 | c | #include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#include <unistd.h>
#include <sys/wait.h>
int status;
int fd1[2];
int fd2[2];
int main()
{
pid_t child_id;
if (pipe(fd1) == -1){
exit(1);
}
if (pipe(fd2) == -1){
exit(1);
}
child_id = fork();
//child 1
if (chil... | [
"iqbalabdi07@gmail.com"
] | iqbalabdi07@gmail.com |
21f65a7f88f4c9b03ec495ac4711bf86fabd3fe4 | d4d1146bd2ae4df6b249c2584f51d8c257534100 | /Sample Programs/Advanced Examples/Compiler Examples/intrinsic proc parms.c | 06fbea8596a5ee4caf6dfc58f663471daa5d8176 | [] | no_license | bhs-robotics/LEGO-Robotics-Tutorials | 37d17e98c0c40b5205339cfba1ca0c3136eb389c | 4e8a19154b31aafbe5c5e46debfb2429ec2ee02d | refs/heads/master | 2020-05-09T12:01:55.705400 | 2020-01-16T20:46:14 | 2020-01-16T20:46:14 | 181,100,028 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 559 | c | string scratchString;
int getNumericResponse(const string pBuf)
{
int pos = 0;
//StringFromChars(scratchString, pBuf);
//pos = StringFind(scratchString, "=");
if (pos != 0)
{
//StringDelete(scratchString, 0, pos + 1);
//strTrim(scratchString);
return atof(scratchString);
}
return... | [
"noreply@github.com"
] | bhs-robotics.noreply@github.com |
c0abcf63b38bb5c30ed7070ecc540801976d82d9 | 745df397854a1a06a78bd1bb60c90a3919a48393 | /STM32CubeExpansion_MEMS1_V7.1.0/Projects/STM32L152RE-Nucleo/Examples/IKS01A3/DataLogExtended/Src/main.c | 7c021de4fc876708b15d7e36794cb3acf84a4ddb | [] | no_license | imwangwang/en.x-cube-mems1 | 8a7aafea8f33fa71685ee6c0832d960ad923917e | dc883acd878193b1648f66ba829eab0e7dc780ba | refs/heads/master | 2022-04-24T06:24:41.560972 | 2020-04-24T04:07:52 | 2020-04-24T04:07:52 | 258,400,725 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 45,726 | c | /**
******************************************************************************
* @file : main.c
* @brief : Main program body
******************************************************************************
* @attention
*
* <h2><center>© Copyright (c) 2019 STMicroelectronic... | [
"imwangwang@gmail.com"
] | imwangwang@gmail.com |
e174e8c1da6005efd39c3cdb238a4cac23d780ac | 9dd086f0a533401d2efe7d190a316b4eb29fc954 | /source/src/hardware/startup/lib/aarch64/cpuid_v8_aem.c | 9a68e882242e807df18aaf7c045a420dd35e3627 | [] | no_license | zhuhaijun753/qnx_devops | 712b7b7fc4fa1fbf5123b04a48d460295aa4d097 | 8829b596af9246c14c6462349e502bb2f9e32387 | refs/heads/master | 2022-07-17T06:59:04.144580 | 2020-05-19T13:33:57 | 2020-05-20T07:41:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,205 | c | /*
* $QNXLicenseC:
* Copyright 2015, QNX Software Systems.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You
* may not reproduce, modify or distribute this software except in
* compliance with the License. You may obtain a copy of the License
* at: http://www.apache.org/licenses/LICENSE-2.0... | [
"yihan.cheng@zf.com"
] | yihan.cheng@zf.com |
1c9de3ee51d9e6ebd605703b608fbc2733a77dbd | ba28a13e45c869afdebff74e7d8e66d30f95aa88 | /lista02/1.c | e7a6f1ffc1eb19515556146c2f29e09045bd9fee | [] | no_license | amagnomartins/pe_q32017_11113516 | 577fe57a09505acd791224f1234b03219cf04ce0 | 1d1e9c42bbb28ed649b4a6fbbeefbe8fe7d6da73 | refs/heads/master | 2021-08-06T20:06:18.175176 | 2017-11-06T23:37:36 | 2017-11-06T23:37:36 | 104,483,484 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 185 | c | #include <stdio.h>
main () {
int n;
printf("Entre com o numero: ");
scanf("%d", &n);
if (n%2==0){
printf("Numero eh par\n");
} else {
printf("Numero eh impar\n");
}
}
| [
"noreply@github.com"
] | amagnomartins.noreply@github.com |
bac18b07f378490d89349b373c4d590a89d0ebab | 13d750f41c69867aa062f0b2cdb3dfc3d3501f9a | /tutorial-sessions/SCS1202/Revision/question8.c | f39c9a9caad7fa354e9108119e006fab369da2a4 | [] | no_license | anjulalk/ucsc-stuff | 6e97be239098d71f519ac0c3dee4ffc98a14314d | 6605bc4eb24ad1b38664f026a26c60fdaae785c4 | refs/heads/master | 2020-03-28T19:21:38.895702 | 2018-12-31T18:54:24 | 2018-12-31T18:54:24 | 148,967,749 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 198 | c | #include <stdio.h>
int main(void) {
int n, t, i;
printf("n = ");
scanf("%d", &n);
for (i = 0; i < n; i++) {
printf("%10d\n", i);
t += i;
}
printf("-----------\n%10d\n", t);
return 0;
}
| [
"anjulakarunarathne@gmail.com"
] | anjulakarunarathne@gmail.com |
bf3bf373f18245e7c4fd49acbe03f91391f0adb1 | fe3eb047b16ae36fbeaeae0b509fc8fb7a2448dd | /elin/Parking 刘志山/hardware/delay.c | 14eb7e7c941f33d711c13093e6b2e8239397fcf1 | [] | no_license | gdgly/DS-5 | 3151258eeb95815d01617f371a98733e06bbdf62 | 28760ed96fb897023b83952944bd7f423e8eb1bc | refs/heads/master | 2021-05-28T17:35:15.857259 | 2015-04-22T09:06:18 | 2015-04-22T09:06:18 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 5,011 | c | #include "delay.h"
#include "sys.h"
//////////////////////////////////////////////////////////////////////////////////
//如果使用ucos,则包括下面的头文件即可.
#if SYSTEM_SUPPORT_UCOS
#include "includes.h" //ucos 使用
#endif
//V1.2修改说明
//修正了中断中调用出现死循环的错误
//防止延时不准确,采用do while结构!
//V1.3修改说明
//增加了对UCOSII延时的支持.
//如果使用ucosII,delay_... | [
"sdlylshl@163.com"
] | sdlylshl@163.com |
a6474b889a5f37789c405ac3b7124a89553bfd4e | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/sound/soc/codecs/extr_nau8825.c_nau8825_set_dai_fmt.c | f8d7e84a4d1462bc68ad1522efd1cc0acd2619a9 | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,355 | 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 |
8444fe03f0282612aa7691d73c9aef80eb837464 | 5cd9b5dd9ac96fab7f13aa7dec62cd1c270b8fec | /STM32F4x7_ETH_LwIP_V1.1.1/Project/FreeRTOS/httpserver_socket/function_modules/uart.h | d44541ff3d6ca3bbb9ce8acc1e894359c8349fc6 | [] | no_license | isir-dev/stm32 | d5bd756aaa9cf0fcfea89b9b49b5f73758d413b8 | de1685cb92b7f3d950ec47ce1479103c0d4f3d42 | refs/heads/master | 2020-07-24T23:38:12.257904 | 2019-09-12T15:38:49 | 2019-09-12T15:38:49 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 5,252 | h | /*
* Copyright (c) 2012,西南科技大学
* All rights reserved.
*
* File Name : seismic_socket.h
* Description :
*
* Version : V1.0
* Author : liu Yong
* Date : 10/28/2015
*
* OriginalVersion : V1.0
* Original Author : liu Yong
* Date : 10/18/... | [
"aaa@aa"
] | aaa@aa |
ebac0b3822a44ef632a221af776cc0427bd8bf43 | 4b147e503e6b0392930e1cc77d5113e3c01d8136 | /EX_Visual/ImageLab/EX_EXAM_4/EX2/EX2/cornicetta.c | 59c99312c617c6d194e9794975c82642b6dadd01 | [
"MIT"
] | permissive | mich2k/Fond-INF-1 | c65635e66d9c53efd81e8fa9bfaa0e7ecd924d44 | c09d211393bc5d04448ed540a62afa2ca10564d8 | refs/heads/master | 2023-03-10T20:31:45.196105 | 2021-02-25T13:33:51 | 2021-02-25T13:33:51 | 259,058,047 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,062 | c | #include <stdlib.h>
#include <stdio.h>
#include <string.h>
extern void stampa_cornicetta(const char*);
void stampa_cornicetta(const char* s) {
size_t val = strlen(s) + 4, i = 1, x = 1, cont = 0;
for (; x <= 3; ++x) {
i = 1;
for (; i <= val; ++i) {
switch (x) {
case 1:
if (i == 1)
... | [
"miky3848@gmail.com"
] | miky3848@gmail.com |
e2852fb4baa80c5625abaa8e228adabf57585b62 | 1e593e9ea9a66d32e38a96b912105a7dd7eb61f8 | /usb/usb_device.h | 1b30facbfe69d3f485af2a96771ed3c0e5501650 | [] | no_license | RobMeades/PlantWateringTimer | 2fd10a439dbdd9e14afcfa472f92a98479a8f295 | 892f0b521abca0a5c16f03ead7a6f8ca08f68661 | refs/heads/master | 2021-01-10T15:28:12.993459 | 2016-03-10T23:16:17 | 2016-03-10T23:16:17 | 53,225,826 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 91,380 | h | // DOM-IGNORE-BEGIN
/*******************************************************************************
Copyright 2015 Microchip Technology Inc. (www.microchip.com)
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 ... | [
"rob@meades.org"
] | rob@meades.org |
ef0c09d83d684955f52e8b2fae766ce6f3a6d775 | 66862c422fda8b0de8c4a6f9d24eced028805283 | /cmake-3.17.5/Tests/RunCMake/pseudo_cpplint.c | 8b9ebf4a60edbf7d530a0ea87f5042915d0d8e16 | [
"BSD-3-Clause",
"MIT"
] | permissive | zhh2005757/slambook2_in_Docker | 57ed4af958b730e6f767cd202717e28144107cdb | f0e71327d196cdad3b3c10d96eacdf95240d528b | refs/heads/main | 2023-09-01T03:26:37.542232 | 2021-10-27T11:45:47 | 2021-10-27T11:45:47 | 416,666,234 | 17 | 6 | MIT | 2021-10-13T09:51:00 | 2021-10-13T09:12:15 | null | UTF-8 | C | false | false | 462 | c | #include <stdio.h>
#include <string.h>
int main(int argc, char* argv[])
{
int error = 0;
int i;
for (i = 1; i < argc; ++i) {
if (strcmp(argv[i], "--error") == 0) {
error = 1;
}
if (argv[i][0] != '-') {
if (error) {
fprintf(stderr, "%s:0: message [category/category] [0]\n", argv[... | [
"594353397@qq.com"
] | 594353397@qq.com |
05f97188c3d260294eddc4a2935c8517d26d093c | 73facbcaa9952eac9687f8480a4aebc6b18cfe42 | /Pods/Headers/Private/JXLS/xls_pshpack2.h | 80a9101737ce28dfb43327e298e99e32dbd528f3 | [
"MIT"
] | permissive | mstroehle/QualityKit | 21aa2ba5cd2a67c70d085b8a0a46d1fb9f5bc49e | d115a1785a6dd2b6d7392d92eca63e6e0b9b0bb6 | refs/heads/master | 2021-07-11T02:25:49.112891 | 2017-10-13T15:42:02 | 2017-10-13T15:42:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 62 | h | ../../../JXLS/External/xlslib/xlslib/src/common/xls_pshpack2.h | [
"xnth97@live.com"
] | xnth97@live.com |
aea1781b7a67a9772ee1f03e8a05e915b7203df3 | 0590557db453da952c01ac5e267da3ef243c061b | /src/userspace/tests/misc_test/misc_test.c | 6366a3933d8976b5a4714ab2e79627e51f1ec48f | [] | no_license | Xsixteen/exscapeOS | 954a319281288a72d2210852037d6676775719df | babd32d00b47cfbab1bd5b224e797cafd4189cf8 | refs/heads/master | 2020-04-12T11:21:18.314433 | 2015-03-10T13:03:55 | 2015-03-10T13:03:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 602 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <string.h>
#include <setjmp.h>
int main(int argc, char **argv) {
FILE *f = fopen("/initrd/initrd_test.txt", "r");
if (!f) {
perror("fopen");
exit(1);
}
printf("opened file, forking...\n");
pid_t pid... | [
"serenity@exscape.org"
] | serenity@exscape.org |
02f86ff691ec31113e4c754500922ffdea511313 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/fs/nfsd/extr_nfs4proc.c_nfsd4_read_rsize.c | 036baafe13a224309b2fac99e16e7c67ec87c3bb | [] | 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,099 | 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 |
7c701dbff7e0f1fe9e906d81fc17452763c5e85c | c9fc0d77bfd2f98ab30af6c77d5530e358a3dc7b | /code.c | 6efd48587bab7bff5097cda73fec96e789411e01 | [] | no_license | mosaad-cpu/tooling | a8d2928c436fb4e01ba0e03a9f65115bf6acb9d1 | a9af31481261fdd41705ad69ccef484beab4c517 | refs/heads/master | 2022-12-22T06:33:50.193057 | 2020-10-02T17:28:41 | 2020-10-02T17:28:41 | 300,683,508 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 76 | c | /*this is c */
int main(void){
int z = 10;
int y = z-3 ;
return 0 ;
} | [
"70978432+mosaad-cpu@users.noreply.github.com"
] | 70978432+mosaad-cpu@users.noreply.github.com |
12cbfaab4890395b06e62c1424ebdebf308cdb46 | 42c4c3827d1722bd8497d6bb1a9240eb61bfc849 | /example/wifi/wifitest.c | e7d12bdfdd1f5d8d3e2985d07ccde03e7e87e8f3 | [] | no_license | daphantzou/PowerStrip-HF_US | c35d3e89ddbf529752a63b1caa92790f2df75522 | 0666305247ef6f147abc0bc1a2902dfe860847da | refs/heads/master | 2020-03-25T09:18:49.621231 | 2018-08-06T06:36:04 | 2018-08-06T06:36:04 | 143,659,084 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,662 | c | /**
* \file
*
* \brief Empty user application template
*
*/
/**
* \mainpage User Application template doxygen documentation
*
* \par Empty user application template
*
* Bare minimum empty user application template
*
* \par Content
*
* -# Include the ASF header files (through asf.h)
* -# Minimal main fun... | [
"zr@revogi.com"
] | zr@revogi.com |
2f0454b0f4de9a48fbc0567bfad2c288477155c4 | f6d76ebc36de7643021417c356f657673db4b80a | /src/actuator_node_mesh.c | 56efdffbc51ca4cf95e2f1365cabfbf5d58e6460 | [] | no_license | CU-ECEN-5823/course-project-aakashpk | ddbc5d6b4a1eec731992b0d54e528fe23fc2c187 | 3f172b32a66fffd4e427d967daaf263a1f75deb0 | refs/heads/master | 2022-01-12T08:30:11.181040 | 2019-04-28T21:44:16 | 2019-04-28T21:44:16 | 179,547,082 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,480 | c | /*
* actuator_node_mesh.c
*
* Created on: Apr 23, 2019
* Author: aakash
*/
#include "actuator_node_mesh.h"
void update_and_publish_on_off(uint8_t old_state, uint8_t new_state)
{
printf("sending \n\r");
struct mesh_generic_state current, target;
errorcode_t e;
current.kind = mesh_generic_state_on_off;... | [
"Aakash.Kumar@colorado.edu"
] | Aakash.Kumar@colorado.edu |
8bdba4dffa37a037479e43fcae89b25aff8a0dc1 | c7792b5e5ae5e74d643518a5b0644020288fc6da | /mutants/fuzzgoat.mutant.6257.c | a34a36663a404e82590c683d88bb2d7bc30cc989 | [
"BSD-2-Clause"
] | permissive | agroce/fuzzgoattriage | 0dc99daf2d061aaa0f58ceef3657b6f9ff411613 | 173c585cc7e87bcb2b82ae22fde56935352cd597 | refs/heads/master | 2020-07-29T14:49:39.691056 | 2019-09-20T18:07:19 | 2019-09-20T18:07:19 | 209,830,892 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,163 | c | /* vim: set et ts=3 sw=3 sts=3 ft=c:
*
* Copyright (C) 2012, 2013, 2014 James McLaughlin et al. All rights reserved.
* https://github.com/udp/json-parser
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1... | [
"agroce@gmail.com"
] | agroce@gmail.com |
0fe90ae1b53308ac820717c2ae539ae4eb489b94 | a092303ba98fc9c48dd4860b6d2ed1888ca31ab5 | /display_tools.h | 2261c710717d24ba598929f4b2ffdf41d8c62b8f | [] | no_license | FredoSanchez/Laboratorio01_TSC_00082817 | b5b9294c316bbb26926662526113f9b53dbd8ba0 | 40d877db94ee460671f5be27af0d49ed600eb2c7 | refs/heads/master | 2021-04-22T01:20:51.034060 | 2020-03-25T19:24:04 | 2020-03-25T19:24:04 | 249,838,701 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 423 | h | //Código base tomado de: https://github.com/Sortweste/-TSC-Laboratorio1
void showVector(Vector b){
cout << "[\t";
for(int i=0;i<b.size();i++){
cout << b.at(i) << "\t";
}
cout << "]\n";
}
void showMatrix(Matrix K){
for(int i=0;i<K.at(0).size();i++){
cout << "[\t";
for(int j=0... | [
"noreply@github.com"
] | FredoSanchez.noreply@github.com |
f5e2eea466339f98aed62b81bd2f603de6f80049 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14054/function14054_schedule_9/function14054_schedule_9_wrapper.h | f894f79e537af2edca71f1bb24bec6fca90e24a8 | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 399 | h | #ifndef HALIDE__generated_function14054_schedule_9_h
#define HALIDE__generated_function14054_schedule_9_h
#include <tiramisu/utils.h>
#ifdef __cplusplus
extern "C" {
#endif
int function14054_schedule_9(halide_buffer_t *buf00, halide_buffer_t *buf01, halide_buffer_t *buf02, halide_buffer_t *buf03, halide_buffer_t *bu... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
164d0e9a2287f1d15233f2a3b5aaf217da5d2c54 | 3b0b05eaf2c7eb4d11514107ff8cc505e67e4b75 | /ext/hal/st/stm32cube/stm32f7xx/drivers/include/stm32f7xx_hal_flash_ex.h | 5b62217f569e1e211549d342fd460287a52fc9c7 | [
"Apache-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | dmgerman/zephyrd3 | d3813ef74a3d6d447f2ae01d4d20806c48e3f698 | b6a23cc9c5d534c352e33fd18fff7799ac3c2886 | refs/heads/master | 2023-01-09T14:22:19.749375 | 2018-10-04T22:08:09 | 2018-10-05T18:21:49 | 253,632,165 | 0 | 0 | Apache-2.0 | 2022-12-26T20:39:56 | 2020-04-06T22:41:46 | C | UTF-8 | C | false | false | 9,276 | h | DECL|BORLevel|member|uint32_t BORLevel; /*!< Set the BOR Level.
DECL|Banks|member|uint32_t Banks; /*!< Select banks to erase when Mass erase is enabled.
DECL|BootAddr0|member|uint32_t BootAddr0; /*!< Boot base address when Boot pin = 0.
DECL|BootAddr1|member|uint32_t BootAddr1; /*!< Boot base address when Boot pin = 1.... | [
"kumar.gala@linaro.org"
] | kumar.gala@linaro.org |
a3a07024971684bb6e8249b9b83913000b902be6 | 78c68bae62523de88affa6b50095b21e090c4e5b | /priv/src/node.c | 7cf0883916a5693df499fc4efebb196e0772d833 | [] | no_license | stuart/elixir_interop_examples | 8687f77cd6b808ea71f785fdc089dd405344773c | 4f95dc87d0b539d0457f319870aecc4a747421be | refs/heads/master | 2021-01-25T10:20:53.531648 | 2018-03-13T22:14:23 | 2018-03-13T22:14:23 | 123,346,842 | 1 | 0 | null | 2018-03-07T04:10:49 | 2018-02-28T21:52:21 | C | UTF-8 | C | false | false | 4,204 | c | #include <fcntl.h>
#include <netinet/in.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include "erl_interface.h"
#include "ei.h"
#define BUFSIZE 1000
int my_listen(int port) {
int l... | [
"stuart.coyle@gmail.com"
] | stuart.coyle@gmail.com |
62b8ff336b28fa34bda304c340b6b0b90de32d00 | 5896167027f07d1e53672ebb76b60ed7bf2f09c8 | /WinVista/x86/System32/ndis.sys/Standalone/_NDIS_MINIPORT_HANDLERS.h | 99db481bb7b0cc36c7c968ed07ea25fd42aa98b0 | [] | no_license | antiwar3/headers | c776e1de8b552e1284901361907f5e7515ef20ae | e3ec0f11f62cdc76b6c0b6b9fa0d6ffe55e476f0 | refs/heads/master | 2021-05-25T22:49:20.063532 | 2020-02-24T21:43:26 | 2020-02-24T21:44:11 | 253,953,543 | 1 | 2 | null | 2020-04-08T01:25:44 | 2020-04-08T01:25:44 | null | UTF-8 | C | false | false | 1,153 | h | typedef struct _NDIS_MINIPORT_HANDLERS
{
/* 0x0000 */ void* RequestContext;
/* 0x0004 */ void* CancelSendContext;
/* 0x0008 */ void* IndicateNetBufferListsContext;
/* 0x000c */ void* SaveIndicateNetBufferListsContext;
/* 0x0010 */ void* ReturnNetBufferListsContext;
/* 0x0014 */ void* SendNetBufferListsConte... | [
"w.benny@outlook.com"
] | w.benny@outlook.com |
0802a785ddc767e1e83f9d0a4fb5bb1fe5076d3a | 82ff36bc2a79a05c494013a61b465ac8f1b394a0 | /Ejercicio1/Ejercicio1.2/api4.c | ece5e46e88fc5285dde39bd90fb177c2875eb1c9 | [] | no_license | bader-code/ASO | c6cbafe154cce5eef5b87c29b4ff99fc429043bb | d7134b4b2cacf94641af0e7a04a4d244aaef594f | refs/heads/main | 2023-05-31T16:02:34.518223 | 2021-06-11T14:11:37 | 2021-06-11T14:11:37 | 376,045,674 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 352 | c |
#include <unistd.h>
#include <stdio.h>
int main() {
/* Obtener la información indicada con la función sysconf */
printf("ticks/seg: %d\n",sysconf(_SC_CLK_TCK));
printf("Max. files: %d\n",sysconf(_SC_OPEN_MAX));
printf("Tamaño de pagina: %d\n",sysconf(_SC_PAGESIZE));
printf("Max. Hijos: %d\n",sysconf(_SC_CH... | [
"noreply@github.com"
] | bader-code.noreply@github.com |
8b91ea157f505b6d455041caed2b497da0f37083 | 88a25b67a88fef19979c3fba8bb14a5f825c41bc | /Strings/Comparing_string.c | 1aece750fd94c8573fd3996d593525644c138b42 | [] | no_license | Jayant818/DSA | c150117beabbd3faa516c9263f130399b837bc0b | f65033d394f5b53c2768793a7b8920f8f4eb0553 | refs/heads/main | 2023-08-31T21:48:02.221721 | 2021-10-21T19:47:56 | 2021-10-21T19:47:56 | 415,670,852 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 508 | c | #include <stdio.h>
int main()
{
char a[] = "pyhton";
char b[] = "pyhton1";
int i, j;
for (i = 0, j = 0; a[i] != '\0' && b[j] != '\0'; j++, i++)
{
if (a[i] != b[j])
{
break;
}
}
if (a[i] == b[j])
{
printf("The Strings are equa... | [
"noreply@github.com"
] | Jayant818.noreply@github.com |
c59e500c03d7c0e9a0805ce04e6bfe7eab43b20e | 2266eb133fc3121daf0aa7f4560626b46b94afe0 | /kungfu/skill/wushen-jian/hui.c | 1acceb00cd6f2cdf67a585f83e91f31b9130a9a0 | [
"MIT"
] | permissive | oiuv/mud | 6fbabebc7b784279fdfae06d164f5aecaa44ad90 | e9ff076724472256b9b4bd88c148d6bf71dc3c02 | refs/heads/master | 2023-08-18T20:18:37.848801 | 2023-08-13T07:00:15 | 2023-08-13T07:00:15 | 112,278,568 | 99 | 49 | MIT | 2023-02-01T03:42:14 | 2017-11-28T03:05:14 | C | UTF-8 | C | false | false | 2,454 | c | #include <ansi.h>
#include <combat.h>
#define HUI "「" HIG "回峰蜿蜒势" NOR "」"
inherit F_SSERVER;
int perform(object me, object target)
{
object weapon;
string msg;
int level;
if (userp(me) && ! me->query("can_perform/wushen-jian/hui"))
return notify_fail("你所使用的外功中没有这种功能。\n");
... | [
"i@oiuv.cn"
] | i@oiuv.cn |
671cf610c544adeabac5bdfd6e1865247549be57 | a280aa9ac69d3834dc00219e9a4ba07996dfb4dd | /regularexpress/home/weilaidb/software/Python-2.7.13/Python/errors.c | 5f63838da8f2d91de5319d5d872a8cba25bcd8fd | [] | 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 | 2,258 | c | extern char *strerror(int);
void
PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback)
void
PyErr_SetObject(PyObject *exception, PyObject *value)
void
PyErr_SetNone(PyObject *exception)
void
PyErr_SetString(PyObject *exception, const char *string)
PyObject *
PyErr_Occurred(void)
int
PyErr_GivenExceptionMa... | [
"weilaidb@localhost.localdomain"
] | weilaidb@localhost.localdomain |
d4756aeaeb9b6169b4af48921e5deb6d50feb429 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/reactos/modules/rostests/apitests/kernel32/extr_interlck.c_test_InterlockedDecrement.c | dc2492fba6e9121be698594495dc635eb3b98c23 | [] | 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,027 | 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 |
c0c2f800bc9927361a71cc8d9b0447d296d034b6 | aeede083ed826e5b2487575fd6fff5f6d953ed3d | /EIFGENs/tictac/W_code/C9/ev1223d.c | a94147383a8c61f46970de0fbf30664efd7d52e5 | [] | no_license | santiago-elustondo/eiffel-tictactoe | 1f36da17432bc7809713fcca3bd60be4a2e5537c | 881da9aa36a7de27af57124965a52580f35db04e | refs/heads/master | 2021-04-03T07:59:42.331548 | 2018-03-12T22:50:19 | 2018-03-12T22:50:19 | 124,836,088 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,033 | c | /*
* Class EV_RICH_TEXT_ACTION_SEQUENCES
*/
#include "eif_macros.h"
#ifdef __cplusplus
extern "C" {
#endif
static const EIF_TYPE_INDEX egt_0_1223 [] = {0xFF01,231,0xFFFF};
static const EIF_TYPE_INDEX egt_1_1223 [] = {0xFF01,244,1222,0xFFFF};
static const EIF_TYPE_INDEX egt_2_1223 [] = {0xFF01,1222,0xFFFF};
static... | [
"elus2012@gmail.com"
] | elus2012@gmail.com |
803989235da72c867405b4083d1b56847eb6094e | 0c846407b8c1356580208e2fff8c86e5e54f5b47 | /original/GenProg/tcas/cov/v19/repair.sanity.c | 52d8edb24c467f207ed5f1b24a3a547170006358 | [] | no_license | ymxl85/MRs-based-test-suite-for-APR | 3522691bab1b8f126ed47ee930895e7b98a222a3 | b6c6e7e027629fef00e737726161970760a2d560 | refs/heads/master | 2020-11-29T22:26:05.610363 | 2020-04-27T02:59:34 | 2020-04-27T02:59:34 | 230,019,140 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 24,178 | c | typedef unsigned int size_t;
typedef unsigned char __u_char;
typedef unsigned short __u_short;
typedef unsigned int __u_int;
typedef unsigned long __u_long;
typedef signed char __int8_t;
typedef unsigned char __uint8_t;
typedef short __int16_t;
typedef unsigned short __uint16_t;
typedef int __int32_t;
typedef unsigned ... | [
"jiang_my@126.com"
] | jiang_my@126.com |
64c6e4e6b8c89835c62ee0d9e3412e8d7905bc83 | 9f1f19a28a1229363985e24f3db92eddda5a275b | /exp/eval_mazes/size/src/Wilsons_40x40_3_1_25percent_default_gen.c | eb2e97339e95af640264b519c823da7f2dbcb6eb | [
"MIT"
] | permissive | SoftSec-KAIST/Fuzzle-artifact | 6404df52114f62adef8097c79cbb4636f5a6ce85 | cdc7d5aadfed5074b8416d4e0b059b85660ed207 | refs/heads/main | 2023-04-14T19:53:22.459054 | 2022-12-27T05:55:09 | 2022-12-27T05:55:09 | 516,325,953 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 748,045 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#define MAX_LIMIT 1600
void func_0(char *input, int index, int length);
void func_1(char *input, int index, int length);
void func_2(char *input, int index, int length);
void func_3(char *input, int index, int length);
void func_4(char *inp... | [
"haeun.lee@kaist.ac.kr"
] | haeun.lee@kaist.ac.kr |
8c9a9f968648b4fa03c534e3ed39be75441234ed | 686e32757c1d1db2734f8cfc654982b0a6e27032 | /chapter_1/1-11/bugs.c | e96133fd8909ea419f275838e9398dd2c9c20a48 | [] | no_license | kyrylo/tcpl_kernighan_ritchie | e586aa00d95df26271b8ba5dbe198ffb1462b06f | 53711233a9fd5c4416976456c0bbae3f6244c77c | refs/heads/master | 2020-05-18T22:09:23.038702 | 2012-04-15T17:38:22 | 2012-04-15T17:38:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 716 | c | /*
* How would you test the word count program? What kinds of input are most
* likely to uncover bugs if there are any?
*
* Date: March 20, 2012
*/
/*
* Well... Uhm, I don't know the correct answer, so I just post the code from
* the example.
*/
#include <stdio.h>
#define IN 1 /* inside a word */
#define OU... | [
"kyrylosilin@gmail.com"
] | kyrylosilin@gmail.com |
41d8c4b542c21ec0757c5f817f76ba4b5224d936 | 2c4adecd20c3b24f6ec4d75ef079a56dc0d3d002 | /Data structure/q11.c | 21c8045b71f94899429529cccf817053a6dbd8d2 | [] | no_license | dylanoli/c_practice | e3af2e6255f6328ffbff1e6787fd1243427bfc58 | 59f54dc4a73c61e16ca826afffa2bc5084196305 | refs/heads/master | 2022-04-01T03:53:49.035320 | 2020-02-02T19:51:11 | 2020-02-02T19:51:11 | 211,134,496 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,771 | c | #include<stdlib.h>
#include<stdio.h>
#include<string.h>
#define SIZE 2
typedef struct tPilha
{
float operando[SIZE];
int top;
}Pilha;
Pilha iniciaPilha();
void addPilha(Pilha * pilha, float operando);
void removerPilha(Pilha * pilha);
void exibir(Pilha pilha);
void calcular(Pilha * Pilha, char * exprecao);
voi... | [
"dylan.oli@hotmail.com"
] | dylan.oli@hotmail.com |
386cef3ab0ee8afd2ae922584fd1375eccee0c51 | 5f28955235a162744e38146720f0720ef046a809 | /src/include/panda/bpf.h | 1d332aa0dac29cea00653d4874261359d36ec709 | [
"BSD-2-Clause"
] | permissive | palanik1/panda | ab6d11ae258af65488c734ce8f4e2f9d994395d9 | d643948c705f2bbe13cb6faafdd486edf05473a4 | refs/heads/main | 2023-05-27T06:44:20.972960 | 2021-06-01T13:11:25 | 2021-06-01T15:22:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,164 | h | /* SPDX-License-Identifier: BSD-2-Clause-FreeBSD
*
* Copyright (c) 2020,2021 SiPanda Inc.
*
* 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
* ... | [
"tom@sipanda.io"
] | tom@sipanda.io |
4768703f9433cae587754dc4d51adbcf950f2dca | ecfadf59abf0c377e4fbaafb8f594420d8d23277 | /C/Dieter Gei/PHOENIX/DESIGNER/MSELBUTT.C | 0e326545cc35d937ca590fb4841c0be2c28a8e3f | [] | no_license | laurentd75/ggnkua_Atari_ST_Sources_Repository | 71fad5fc5ee3ea7bbd807ec6a6d4a99f7ef31334 | b51e02ffd546ba8260a5645a51acd90d66c16832 | refs/heads/master | 2023-08-31T14:13:18.440660 | 2023-08-24T10:09:58 | 2023-08-24T10:09:58 | 164,442,362 | 0 | 0 | null | 2023-09-03T00:24:29 | 2019-01-07T14:12:47 | null | IBM852 | C | false | false | 14,449 | c | /*****************************************************************************
*
* Module : MSELBUTT.C
* Author : Jürgen Gei×
*
* Creation date : 01.07.89
* Last modification: 25.10.95
*
*
* Description: This module implements the mask select button dialog box.
*
* History:
* 25.10.95: Definition of Mult... | [
"ggn@atari.org"
] | ggn@atari.org |
2d5250f0e20a58c56c71167f98a6f90e04cd4ffa | 87b8efc49c9d33fd1d16137591fd38b577e531c8 | /cpp/cpp-test-prj/VBoxUUIDChanger/resource.h | 4483719414d68ccc27d68d6cd0fe85a4258c7f66 | [] | no_license | aucd29/my-prj-testcode | 3b6aad1de222955f47747879dbddc7296163984a | 43fabedc56e3db92df8bd0e9f9c3b23800b2402c | refs/heads/master | 2021-01-25T08:49:11.947740 | 2015-10-06T07:43:29 | 2015-10-06T07:43:29 | 10,786,982 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 755 | h | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by VBoxUUIDChanger.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_VBOXUUIDCHANGER_DIALOG 102
#define IDR_MAINFRAME ... | [
"aucd29@gmail.com"
] | aucd29@gmail.com |
4fdd24ffce1b047dc0604b368109e5f3053176ac | 26bf8f63afa7378af7ee5cf1617fb0a25e331b9f | /ipnc_rdk/av_capture/framework/drv/usermod/src/imgs_AR0331_3.1MP/drv_imgs_AR0331_3.1MP.h | 280c4e18628ac9ec232423456b627b382611bd03 | [] | no_license | laoshaw/ipnc_5.1-acs1910 | ad61d72124bdc56459f412b010aa376dd012f8c1 | 9e6b45c394e31dcb5c1f858260662ba3bd25f152 | refs/heads/master | 2021-09-06T01:00:18.731909 | 2018-02-01T03:43:59 | 2018-02-01T03:43:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,940 | h |
#ifndef _DRV_IMGS_AR0331_3MP_H_
#define _DRV_IMGS_AR0331_3MP_H_
#include <drv_imgs.h>
#include <drv_i2c.h>
#define IMGS_ROW_START_MIN (40)
#define IMGS_COL_START_MIN (0)
#define IMGS_H_PAD (20)
#define IMGS_V_PAD (0) //56
#define IMGS_W_MAX (2048)
#define IMGS_H_MAX (1536)
/*
#define IMGS_ROW_START_MIN ... | [
"82425509@qq.com"
] | 82425509@qq.com |
a6756727766947b22fa3b40d4552a61d15d0f363 | 4621cffd90b3356e329abf73427e5a727e168dc7 | /zed16adc20181/ADC_TCP_bsp/ps7_cortexa9_0/libsrc/lwip202_v1_0/src/lwip-2.0.2/src/netif/ppp/eui64.c | 697f70345be2aa2e4c2b41c72daf5add2cad0889 | [] | no_license | tom0930/zedboard_16adc_ISE | a2f2b8ffa53745ce9aa4293e0da52d41b83cd2b4 | 297e625a8fc78d046fa34561bca884173c93614a | refs/heads/master | 2023-02-15T12:52:24.480822 | 2021-01-12T14:12:56 | 2021-01-12T14:12:56 | 293,077,474 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,078 | c | /*
* eui64.c - EUI64 routines for IPv6CP.
*
* Copyright (c) 1999 Tommi Komulainen. 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 a... | [
"tom0930636352@gmail.com"
] | tom0930636352@gmail.com |
645a24ff7389df5bdeefa5660b1aa47473d6ba1f | 35f362eb59d40edd27def84170ba11a2eeb06d1f | /Demo_Code/C/CLCM05.c | 41a08c28c997697e163d3f04b986261a025f2412 | [] | no_license | CPWRGIT/GitMKS1 | 78f8989890d8490c2510209c58591b2e625c8736 | b0e64f4d3a26521d6c31a93514915ccde4250a53 | refs/heads/master | 2022-12-28T21:39:11.489964 | 2020-10-09T12:59:26 | 2020-10-09T12:59:26 | 299,715,738 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 155 | c | #include <stdio.h>
extern void clcs05();
main()
{
printf (" CLCM05 Starting\n");
#include <clh05>
clcs05();
printf (" CLCM05 Ending\n");
} | [
"manoj.singh@compuware.com"
] | manoj.singh@compuware.com |
15b180066cfeb0740c512e19b2ee6731d72dc643 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/17adea5f-4bd5-4036-9687-6180eec06124.c | 28a8c3dfa69b9042707bf802889c4245688fce23 | [] | 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 | 580 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=14;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = l/j;
l = i%j;
l = l+j;
k = k--*i;
//variables
/* START VULNERABILITY */
int a;
int b[27];
int c[8];
a = 0;
do {
a++;
/* STA... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
09649057fbcfa76687aace1c4adfcbaa59901036 | cf46338edd0b0fee666b897ba1ea719ea058ba36 | /guacamole/src/protocols/rdp/rdp_bitmap.c | f77bbaea43f4982d4cd8c49e85b91fcad0ce98ee | [
"MIT"
] | permissive | changkun/occamy | ed72ead996fb0417b8978259098c4ea46b0d906b | b6fdf8cf5f1a3a674e0aabbfee54cb185776ea40 | refs/heads/master | 2021-12-31T05:54:37.964570 | 2021-12-07T11:00:11 | 2021-12-07T11:06:10 | 166,392,711 | 314 | 56 | MIT | 2021-12-16T08:31:34 | 2019-01-18T11:10:22 | Go | UTF-8 | C | false | false | 8,299 | c | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"hi@changkun.us"
] | hi@changkun.us |
533cba79c0ec7b12991067f0189f565d9a5ba438 | f0a26ec6b779e86a62deaf3f405b7a83868bc743 | /Engine/Source/Runtime/Online/OnlineSubsystemSteam/Public/OnlineSubsystemSteamPackage.h | 90c38d78f1985026713207e495843b501be9c1d2 | [] | no_license | Tigrouzen/UnrealEngine-4 | 0f15a56176439aef787b29d7c80e13bfe5c89237 | f81fe535e53ac69602bb62c5857bcdd6e9a245ed | refs/heads/master | 2021-01-15T13:29:57.883294 | 2014-03-20T15:12:46 | 2014-03-20T15:12:46 | 18,375,899 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 427 | h | // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
// Can't be #pragma once because other modules may define PACKAGE_SCOPE
// Intended to be the last include in an exported class definition
// Properly defines some members as "public to the module" vs "private to the consumer/user"
#undef PACKAGE_SCOPE
#if... | [
"michaellam430@gmail.com"
] | michaellam430@gmail.com |
cc0c89acece935c6ce7a7e115bc50708086b2781 | 3a566208b77a57eed85b2b00253b0aab5d93abf7 | /0x05-pointers_arrays_strings/7-puts_half.c | 424a79226c5fa2b16a5fbbc67a8f5c81371e776f | [] | no_license | nicolastobon09/holbertonschool-low_level_programming | 7dfe97a77fb0fc2ce2cbcb804e11774b785d724e | 45d923213c093039470b9500a6c2790c130079bb | refs/heads/master | 2022-12-10T21:13:16.479996 | 2020-08-26T19:44:44 | 2020-08-26T19:44:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 378 | c | #include "holberton.h"
/**
* puts_half - function that prints half of a string
* @str: is a parameter
* Return: Always 0 (Success)
*/
void puts_half(char *str)
{
int i, j;
for (i = 0; str[i] != '\0'; i++)
;
if (i % 2 == 0)
{
for (j = i / 2; j < i; j++)
_putchar(str[j]);
}
else
{
for (j = (i + 1) / ... | [
"nicolas.tobon009@hotmail.com"
] | nicolas.tobon009@hotmail.com |
642ba17fe43a6947d014a6f3894ba5f14936b1d6 | 334cc0a8d5da53fbdba354a7492199583fbd642b | /swap.c | 501b120247ea8137ac556d7262fed16c36d3f28a | [
"MIT"
] | permissive | vineetdhanawat/crack-the-interview | 8f82d2189215da0c3ff50c1d41193dcd6566319c | 4a791a04ef36a86ef8690827d2ca0ecd4fcc2b35 | refs/heads/master | 2021-03-16T10:00:33.788924 | 2017-07-28T07:38:56 | 2017-07-28T07:38:56 | 17,121,620 | 3 | 2 | null | null | null | null | UTF-8 | C | false | false | 553 | c | /*
Write a C program to swap two variables without using a temporary variable.
*/
#include <stdio.h>
int main()
{
int a = 12, b = 6;
int temp;
// Method1 temp variable
temp = a;
a = b;
b = temp;
printf("swap using temp a : %d\n",a);
printf("swap using temp b : %d\n",b);
// Method2 a+b
a = a+b;
b = a-... | [
"vineetdhanawat@gmail.com"
] | vineetdhanawat@gmail.com |
5e17d9c929fc99ce4361fd5c0cc6adb5a0387df7 | 35dd5683c92e837ef4583bcafe630421d398a330 | /cd_cauculator/input.h | c05c7fc4abc2ad67f9c7fe91a2b6f716326f29de | [] | no_license | johnfans/C-homework | 3b02a5f91d050f838a81f0cf011adc623297c928 | b586dec1cd5394425cfbb1457aad2af8d7701290 | refs/heads/master | 2023-08-16T22:36:14.862937 | 2023-08-10T17:41:11 | 2023-08-10T17:41:11 | 349,882,413 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,112 | h |
#include<math.h>
#include "basic.h"
//浮点数字符串char数组转换到float变量
//d为小数点的相对地址,l为a字符串末位的相对地址
double c_f(char a[],int d,int l)
{ double num=0;
int i,j,b[40];
//转换数组类型
for(i=0;i<=l;i++)
b[i]=0+(a[i]-'0');
//数组变数值
for(i=d-1,j=0;i>=0;i--,j++)
{ if(b[i]<0)
return -1.0;
num+=(b[i])*pow(10.0,j);
}
for(i=d+1,j=1;i<... | [
"johnfzm@nuaa.edu.cn"
] | johnfzm@nuaa.edu.cn |
da536b4b715dd50e6a15e987dbc493b590ad9b7b | 266d2437128097a2ce2f78cb5f6ade15a55514b4 | /untrusted/mod_ssl.h | 2f25b2674a66a12c6b79e33479034bf272856c7f | [] | no_license | dzobbe/module_ssl_sgx | 2b94be3e438a9b3388debac4ea2dbd816a38c351 | 56ff5917664e7e47e507f8de732d0116fc5a5277 | refs/heads/master | 2022-12-31T04:43:28.641007 | 2020-10-08T14:00:36 | 2020-10-08T14:00:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,823 | h |
#ifndef _APP_H_
#define _APP_H_
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include "sgx_error.h" /* sgx_status_t */
#include "sgx_eid.h" /* sgx_enclave_id_t */
#ifndef TRUE
# define TRUE 1
#endif
#ifndef FALSE
# define FALSE 0
#endif
#define E... | [
"andre.brandao@fc.up.pt"
] | andre.brandao@fc.up.pt |
a42baedc5cdca8a2a396ba8e4666c946d4433c4f | 98d7a55d58be29a5c68463034e90f9564f53f08b | /projects/toolbox/strings/str_repeat.c | e2c4d35b7d3ccd30ebb81ee5110e389dd235bffa | [] | no_license | patrickbrandao/compiler | f24f421deb52deb2a8df6218c4bba7ae82465453 | bfe9d5d2b72744a0673ffe94b9206d124e8624ad | refs/heads/master | 2021-01-10T05:26:58.080271 | 2016-12-07T20:16:44 | 2016-12-07T20:16:44 | 55,088,852 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 588 | c |
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
void help_str_repeat(){
printf("Use: str_repeat (string) (num)\n");
exit(1);
}
//int main(const int argc, const char **argv){
int main_str_repeat(const char *progname, const int argc, const char **argv){
register int i = 0;
int rcount = 1;
char *stri... | [
"patrickbrandao@gmail.com"
] | patrickbrandao@gmail.com |
a14e528c98a26f947b765c62e8d513f3fbe20e0d | d177826b4989c863d16a1efdd7daf93bdd006c18 | /4-function/3-calculator/3/calculator.c | 990aea6a0e9ad9a467806f47809c89cfd31b4abe | [] | no_license | ddakhane/c | 806de822cdcb5b994c8d44075c2044c9ab600401 | 7d833897af217b005004a38def810000a8f31e70 | refs/heads/master | 2021-01-15T22:41:44.873685 | 2013-04-26T05:06:00 | 2013-04-26T05:06:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,051 | c | #include <stdio.h>
#include <math.h>
#include "callib.h"
#define MAXOP 100 /* max size of operand or operator */
#define NUMBER '0' /* signal that a number was found. */
#define LETTER 'a' /* signal that a variable with single-letter name */
/* reverse Polish calculator.
* Add commands for handling variables. (It's... | [
"shoulizhong@gmail.com"
] | shoulizhong@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.