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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a1ad9c983b40fc5eed19ec4f214292650e9c1335 | fe601fc7b639fbc7ae9492c1ee26313ee1f56d17 | /src/app/interfaces/iGPSoE/OSUtils/OSSem.c | 36aaf5051dba5668b9a4da5ab13d409ce88ee544 | [] | no_license | schvarcz/moos-ivp-enstabretagne | b88ef2b1a956070af97410ce549a00340fd0a0dc | 6be50155abba825b6fe8789adef76da14e0f4e77 | refs/heads/master | 2020-04-16T02:29:36.348674 | 2016-10-03T09:34:17 | 2016-10-03T09:34:17 | 53,868,910 | 2 | 1 | null | 2016-03-14T15:38:24 | 2016-03-14T15:38:24 | null | UTF-8 | C | false | false | 706 | c | /***************************************************************************************************************:')
OSSem.c
Semaphores handling (not interprocess).
Fabrice Le Bars
Created : 2009-02-10
Version status : Tested quickly
*********************************************************************... | [
"clement.aubry@gmail.com"
] | clement.aubry@gmail.com |
c4c598b733c0abd1be43522176609671267cd98e | 032dc204cdb74c715c03e44f269d80cc25eb19ec | /4_matlab/50_VisionRecovertformCodeGeneration/codegen/mex/visionRecovertformCodeGeneration_kernel/scalexpAlloc.h | 18fad91bb2a8dbe69dd3b3a313bc1bb7917c52c6 | [] | no_license | JoshuaHolloway/build | 753082101797f880c54804ecded9433d41cd4fac | aa39e403e785c548af7cffd657524349c08d5f1c | refs/heads/master | 2021-10-28T00:49:23.237117 | 2019-04-20T18:06:24 | 2019-04-20T18:06:24 | 170,033,693 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 812 | 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.
*
* scalexpAlloc.h
*
* Code generation for function 'scalexpAlloc'
*
*/
#ifndef SCALEXPALLOC_H
#de... | [
"jhollow6@asu.edu"
] | jhollow6@asu.edu |
d406c1f59535b98a7d12c6c4c93fd5280dbfbe11 | cce2a183cdbb7faddd2b70ae23750600f123f256 | /Lecture-Codes/linked_list.c | b02d40b9a6310a5b1af9ec480db09533bb4d8fd3 | [
"MIT"
] | permissive | ashishsoyetra30/C-Programming-Examples | 25266cbb95ecf937ad9651f7113b37cb62d63f27 | 2c91d9b835f4a9fbbeb008eb970276988302fa32 | refs/heads/master | 2022-12-29T15:25:30.666651 | 2020-09-30T18:55:13 | 2020-09-30T18:55:13 | 300,025,385 | 3 | 1 | MIT | 2020-10-18T12:40:15 | 2020-09-30T18:53:26 | C | UTF-8 | C | false | false | 934 | c | #include <stdio.h>
#include <stdlib.h>
typedef struct node {
int val;
struct node *next;
} node_t;
int main()
{
node_t *head = NULL;
node_t *node_1 = NULL;
node_1 = (node_t*) malloc( sizeof(node_t) );
node_1->val = 21;
node_1->next = NULL;
node_t *node_2 = NULL;
... | [
"noreply@github.com"
] | ashishsoyetra30.noreply@github.com |
cadcb1a33e58a2470f133d5bf172fcc42acc7ac3 | 4ac7f47064eefa9d063b4090403dddc4ff037c5e | /Modules/nettle/ecc-a-to-j.c | 9fb0d2b80c41635e10ae480ea5cf511101610590 | [
"MIT",
"LGPL-2.0-or-later",
"GPL-3.0-only",
"LGPL-3.0-only",
"GPL-2.0-only",
"FSFUL"
] | permissive | RavenProject/ravenwallet-ios | b2068f680fc55d00bac994780229f54835d7856c | 088a7dc893fd128905c035493b0f198ddc2c7f1c | refs/heads/master | 2021-07-21T14:15:16.176175 | 2021-07-19T21:44:14 | 2021-07-19T21:44:14 | 153,649,338 | 24 | 27 | MIT | 2021-07-19T21:45:42 | 2018-10-18T15:48:45 | C | UTF-8 | C | false | false | 1,637 | c | /* ecc-a-to-j.c
Copyright (C) 2013 Niels Möller
This file is part of GNU Nettle.
GNU Nettle is free software: you can redistribute it and/or
modify it under the terms of either:
* the GNU Lesser General Public License as published by the Free
Software Foundation; either version 3 of the Lice... | [
"jmpBM4Q4Zb@gmail.com"
] | jmpBM4Q4Zb@gmail.com |
22054db3ef3bc0a51d4d676ff6de6a5305ec7b0c | 3943908cc6de72924b2ceb76d6fea866282d6fba | /tic-tac-toe-C/game.h | e860fa28a9aab07092861dcf101a2b58545b625d | [] | no_license | Poekiii/Study-C | 66b1c81366e16f9b11b5822784dbfae1edfdd621 | d521381cb68a9f9084fc1f92187405bd714dfef2 | refs/heads/master | 2023-03-16T02:46:42.114153 | 2021-03-20T13:44:11 | 2021-03-20T13:44:11 | 343,989,363 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 307 | h | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
#define ROW 3
#define COL 3
void InitBoard(char board[ROW][COL],int row,int col);
void DisplayBoard(char board[ROW][COL],int row,int col);
void PlayerDo(char board[ROW][COL],int row,int col);
void ComputerDo(char board[ROW][COL],int row,int col);
| [
"862239208@qq.com"
] | 862239208@qq.com |
3707a19dd6b7ed1cd416ce79292b162b71692bad | 138cbca484d96709595cac0853c943e4ec229dcc | /322-A/322-A-bug-15579112-15579140/322-A.c | fcec3d2d061510860963b778d1b725237b744552 | [] | no_license | diogomfreitas/pySBFL | d5432ef720d362efc30342ca799df91e229e32bc | b346eff14dcbe4252a17ffc57b405b16f1716026 | refs/heads/master | 2021-10-16T10:58:50.898876 | 2019-02-10T21:18:24 | 2019-02-10T21:24:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 260 | c | #include<stdio.h>
int main(int argc, char *argv[])
{
int n,m,count=0,i,j;
scanf("%d %d",&n,&m);
count=n+(m-1);
i=1;
for(j=1;j<=m;j++)
printf("%d %d\n",i,j);
i=m;
for(j=2;j<=n;j++)
printf("%d %d\n",j,i);
return 0;
}
| [
"diogom42@gmail.com"
] | diogom42@gmail.com |
4577322935b5165f03845abada884aa5caf6c9fc | 5c8a0d7752e7c37e207f28a7e03d96a5011f8d68 | /MapTweet/iOS/Classes/Native/AssemblyU2DCSharp_InfinityCode_OnlineMapsExamples_3845709765MethodDeclarations.h | f44dbde991480a1e770849431e335e9ed1147526 | [] | no_license | anothercookiecrumbles/ar_storytelling | 8119ed664c707790b58fbb0dcf75ccd8cf9a831b | 002f9b8d36a6f6918f2d2c27c46b893591997c39 | refs/heads/master | 2021-01-18T20:00:46.547573 | 2017-03-10T05:39:49 | 2017-03-10T05:39:49 | 84,522,882 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,152 | 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>
// InfinityCode.OnlineMapsExamples.CheckIntenetConnectionExample
struct CheckIntenetConnectionExample_t3845709765;
#include "codegen/il2cpp-c... | [
"priyanjana@mac.com"
] | priyanjana@mac.com |
22574f27e48706ff5efd9d07c1bede7916c030e0 | 09bda87f81d09a07ede049cb20ac360fa1e35d00 | /Marco_Scripts/Hit_Rate_PIXEL/Rate_Plots/bpix_layer4_hit_rate.C | cb7a78c0e7d5b785d3957ad1ff00fa7ec0a5151c | [] | no_license | saumyaphor4252/BackUp | 0cea60c69c63b2fcb6c87e32e968adedb4ed418c | c2def8d7a2f3cb8f7ac4f711aa0a75e82a528c1b | refs/heads/master | 2023-08-10T16:57:01.177599 | 2021-10-03T11:25:24 | 2021-10-03T11:25:24 | 413,056,415 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,634 | c | void bpix_layer4_hit_rate()
{
//=========Macro generated from canvas: c1/c1
//========= (Mon Jun 28 21:02:56 2021) by ROOT version6.10/04
TCanvas *c1 = new TCanvas("c1", "c1",604,112,856,836);
gStyle->SetOptStat(0);
c1->Range(318635.8,-0.1499249,325932,1.008585);
c1->SetFillColor(0);
c1->SetBorderMode(0... | [
"saumya.saumya@cern.ch"
] | saumya.saumya@cern.ch |
18d3fe14a217e75e815fb0196513d39e94998c0f | 236e15ad2a12e8d9a7d471daad23ed2dce122c0c | /Threaded Matrix Multiplication/matmatthread.c | 2996b2be780b22a358849fa0bfcf7e2f1fea3742 | [
"MIT"
] | permissive | Faber92/paralleldistributedcomputing | 990c2ac6737ae24d5f25658b10a0db3932a94f91 | e7f4c34e1bb66fdeccc06f46039123e0b1e1514c | refs/heads/master | 2021-07-14T20:28:17.447575 | 2017-10-10T20:03:21 | 2017-10-10T20:03:21 | 106,463,100 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,055 | c | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <pthread.h>
#include "c_timer.h"
int main(int argc, const char* argv[]) {
srand((unsigned int)time(NULL));
int LDA=0, LDB=0, LDC=0, N=0, M=0, P=0, NTROW=0, NTCOL=0, dimension=0;
double inizio, fine;
void matmatthread(int LDA, int LDB, int LDC, flo... | [
"noreply@github.com"
] | Faber92.noreply@github.com |
0418e84e36f2ade59dadc772d2f157f1a4af7520 | d028ba4e480c1928e2bcf4fa46ae3c13010fa55d | /ch22_codes/22_4.c | c5726369e4e2729200f6928f6d6c2a90f686d363 | [] | no_license | philipdongfei/CProgramming_AModernApproach | 1e02cffd51ba838f38abe2339876a69db297c6af | d091023840bbb5ad983829b35a25dfc375a388a6 | refs/heads/master | 2021-06-21T23:55:34.940043 | 2020-12-06T06:52:06 | 2020-12-06T06:52:06 | 153,377,350 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 317 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
int main(void)
{
FILE *fp;
fp = fopen("foo.dat","r");
int ch;
while (isdigit(ch = getc(fp))) {
printf("%c", ch);
}
ungetc(ch, fp);
printf("\nprev: %c", ch);
fclose(fp);
return 0;
}
| [
"philip.dongfei@gmail.com"
] | philip.dongfei@gmail.com |
9927ba3be186e691081f1ce544f241085fbef83a | 3db023edb0af1dcf8a1da83434d219c3a96362ba | /windows_nt_3_5_source_code/NT-782/PRIVATE/WINDOWS/WINNLS/NLS.H | 0d7178f6e2fe01788b4b9fe3956a6cf60bd37e09 | [] | no_license | xiaoqgao/windows_nt_3_5_source_code | de30e9b95856bc09469d4008d76191f94379c884 | d2894c9125ff1c14028435ed1b21164f6b2b871a | refs/heads/master | 2022-12-23T17:58:33.768209 | 2020-09-28T20:20:18 | 2020-09-28T20:20:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 93,723 | h | /*++ BUILD Version: 0001 // Increment this if a change has global effects
/****************************** Module Header ******************************\
* Module Name: nls.h
*
* Copyright (c) 1991, Microsoft Corporation
*
* This file contains the header information shared by all of the modules
* of NLS.
*
... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
655d844c6456858679f4347a5c27498eae6c5212 | 6f5a267bca6e242919e4e6d73fb4bbc861ad2427 | /SDK/platform/stm32f4xx/driver/stm32f4xx_can.h | 4f56ba66766accba354f05075ed21b2db868d2ad | [] | no_license | Rainaldo/mSdk | 72427c47e705263807e083aceadc5cd829c7841e | 0fd1201fc6c47c567aa5fc26d5f439c242a89dfd | refs/heads/master | 2021-01-18T01:35:33.455105 | 2014-12-04T03:01:43 | 2014-12-04T03:01:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 26,508 | h | /**
******************************************************************************
* @file stm32f4xx_can.h
* @author MCD Application Team
* @version V1.1.0
* @date 11-January-2013
* @brief This file contains all the functions prototypes for the CAN firmware
* library.
*****************... | [
"morgoth.creator@gmail.com"
] | morgoth.creator@gmail.com |
980cad45a9ef84ef80005787f7be8c5528fbd286 | 7050fe70151e3fba7c218a3e72e5ec1c69a5a766 | /parse.h | 9370dcc0a56a75999174c67a990f539b3f563cbe | [] | no_license | caofengl/twebs | 998dbb9fb4d3d6851d2ee254eb0f5a8f718634b5 | 5eede8f624e2af299da27095f3992a45309b5edb | refs/heads/master | 2021-09-10T17:55:20.479625 | 2018-03-30T14:34:51 | 2018-03-30T14:34:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,029 | h | #ifndef _PARSE_CONFIG_H
#define _PARSE_CONFIG_H
#include <stdio.h>
#include <time.h>
#include <string.h>
#include <signal.h>
#include <sys/param.h>
#include <stdlib.h>
#include <unistd.h>
#include <ctype.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <pwd.h>
#include <syslog.h>
#include <dirent.h>
#ifdef HT... | [
"devin.caofeng@gmail.com"
] | devin.caofeng@gmail.com |
6a40bd549411fb35e8be18d4e6d2585e29c46096 | 0a309b00972322cc6dbf28e82e95915bf8eb9577 | /MBoot/sboot/include/config/mstar/bd/mst015b/10abx/dvb.h | fbb02e142d540d99dcc3a08a46824926ed433431 | [] | no_license | Benjamin-Dobell/kogan-tv-gpl | 5a22d84217a1d5ada231f43f3368f22a99b1b9a1 | 40d86850e1c53a9e687736006816b83e53ac96eb | refs/heads/master | 2021-01-17T07:56:42.783716 | 2016-09-07T23:59:46 | 2016-09-07T23:59:46 | 16,887,634 | 22 | 9 | null | 2016-09-07T23:59:46 | 2014-02-16T15:41:34 | C | UTF-8 | C | false | false | 41 | h | #undef CONFIG_MSTAR_BD_MST015B_10ABX_DVB
| [
"aidan.steele@glassechidna.com.au"
] | aidan.steele@glassechidna.com.au |
c60aa6de591920b2616dca6f3b86c56d20449982 | c425afb8bb6b182168fd4c3a46c9b334f4740e60 | /kungfu/class/sky/npc/obj/hands.c | 6bce6dabe039cf2f3cec8c80e098f4788eaa9006 | [] | no_license | fluffos/nt7 | ceef82b2465cf322549c7ece6ce757eaa8ec31ff | 52727f5a4266b14f1796c2aa297ca645ca07282a | refs/heads/main | 2023-06-17T10:07:33.000534 | 2021-07-15T11:15:05 | 2021-07-15T11:15:05 | 308,148,401 | 9 | 9 | null | 2021-06-28T14:11:57 | 2020-10-28T21:45:40 | C | UTF-8 | C | false | false | 612 | c | #include <weapon.h>
#include <ansi.h>
#include <armor.h>
inherit HANDS;
void create()
{
set_name(RED "残血手套" NOR, ({ "canxue shoutao" , "shoutao" , "canxue", "hand", "tao" }) );
set_weight(20000);
/*if( clonep() )
set_default_object(__FILE__);
else*/ {
s... | [
"i@oiuv.cn"
] | i@oiuv.cn |
54bad2aba4eddfaef204cec5b742c7ef7d4b7bdb | 39fe3a65e485c83e6376486d610b4fe877ca02ab | /src/mx_memmove.c | f4c52ea22a47ef097e6c19204b0d5331c1d67342 | [] | no_license | bbsofia/Libmx_UCODE | df153d19b172c41244d17f790f3519cc9088cc56 | bb6af0813bf20c0439912c76eee1a63ea93ea3fc | refs/heads/master | 2022-12-31T21:09:17.036351 | 2020-10-23T10:54:30 | 2020-10-23T10:54:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 258 | c | // good
#include "libmx.h"
void *mx_memmove(void *dst, const void *src, size_t len) {
if (src == NULL)
return NULL;
unsigned char *tmp = malloc(len);
tmp = mx_memcpy(tmp, src, len);
dst = mx_memcpy(dst, tmp, len);
free(tmp);
return dst;
}
| [
"vponomaren@c1r5p11.khpi.ucode-connect.study"
] | vponomaren@c1r5p11.khpi.ucode-connect.study |
b4fdd5c26e1f0a78d0281929f2f4e181c07f7bbf | 00a02b06177a80e61330181f84d87984f66270bd | /StellarisWare/driverlib/usb.c | 5c8c4cf6bd52dfa9a537b4a6bf7676b4d1aebb88 | [] | no_license | husigeza/Smarthome | 49dad48146ea2863f52b801d1ab0ac6cc14b9992 | aeb312e89c7fec8a3a9819197626c6c2cd785785 | refs/heads/master | 2021-01-10T10:13:26.901317 | 2016-02-17T21:08:43 | 2016-02-17T21:08:43 | 51,955,215 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 139,818 | c | //*****************************************************************************
//
// usb.c - Driver for the USB Interface.
//
// Copyright (c) 2007-2013 Texas Instruments Incorporated. All rights reserved.
// Software License Agreement
//
// Redistribution and use in source and binary forms, with or without... | [
"husigeza91@gmail.com"
] | husigeza91@gmail.com |
c326917d153ae9a6520b3068707cb7273eed7991 | fc05bb26a45b3077cca50b48c95239571088788e | /practice/abc/chapter_10_programs/polish_eval/main.c | e4fa1712059eb47714dbeba1eed8cd9663526034 | [] | no_license | robinrob/c | 93059c28cce98dabafe8615ea43279f823381c2a | 132e7c4e242e37a365ac18671f2fe60285ddef3b | refs/heads/master | 2021-01-21T19:28:36.771722 | 2014-12-18T11:17:47 | 2014-12-18T11:17:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 326 | c | /* Test the two-stack Polish evaluation algorithm. */
#include "polish.h"
int main(void)
{
char str[] = "13, 4, -, 2, 3, *, +";
stack polish;
printf("\n%s%s\n\n",
"Polish expression: ", str);
fill(&polish, str);
print_stack(&polish);
printf("\n%s%d\n\n",
"Polish evaluation: ", evaluate(&polish));
return... | [
"msl@MARS.(none)"
] | msl@MARS.(none) |
51c0cdd4edfe633ee61a5d3b6a19b48c49e8af95 | 6f5d93705a3d2bba02f5986985f7a2058c5df705 | /Drivers/userTC.h | fa1f97441fb1416bbbe7df6195f48b1269b00311 | [] | no_license | AShriki/SAML21E16B | 7ed75b984a29f5bfd116a263d1183313c840294e | 99f1fe51beee457ef63b9bd2dbaa10390da309c9 | refs/heads/master | 2022-10-05T21:34:00.812441 | 2020-06-06T01:04:47 | 2020-06-06T01:04:47 | 257,040,194 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 718 | h | #ifndef _USERTC_
#define _USERTC_
#ifndef _DEFINITIONS_
#include "definitions.h"
#endif
typedef void (*alarmAction)(uint8_t, void*);
struct TCAction{
alarmAction func;
int param;
void* p;
};
void initTC(int); // @param : TC 0,1,4
void setTimer(uint8_t,float,uint8_t); // @param : (tc num,miliseconds,interrupt ... | [
"Av.shriki@gmail.com"
] | Av.shriki@gmail.com |
3c9a897ecd59a92510b037c076cc4d6327b1c0f1 | 9898827d540bd9c91c8827083222083a64dac869 | /utils/term_colors.c | 5e799c96b9eae26266a683443949b1b1bc806121 | [] | no_license | PaoloTorregroza/PASH | c0f0093d4011a96e85456343360c70f0d6b303b4 | ecf49beaea5fb502555ad82cc72b3802decbcf98 | refs/heads/main | 2023-06-03T22:59:07.685340 | 2021-06-15T02:52:18 | 2021-06-15T02:52:18 | 374,696,998 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 371 | c | //
// Created by paolinsky on 6/7/21.
//
#include "term_colors.h"
const char *BLACK = "\033[0;30m";
const char *RED = "\033[0;31m";
const char *GREEN = "\033[0;32m";
const char *YELLOW = "\033[0;33m";
const char *BLUE = "\033[0;34m";
const char *PURPLE = "\033[0;35m";
const char *CYAN = "\033[0;36m";
const char *WHIT... | [
"paolodydtorregrosa@gmail.com"
] | paolodydtorregrosa@gmail.com |
d816e8fcfaa1904e4d03571c51963317a29e7186 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/4e6af6a2-8522-4071-9b70-62d9a36265f1.c | 16b57c88b201a84f6c8bd7031fe1ac5f3aea69d7 | [] | 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 = l/j;
l = i%j;
l = l-j;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
2037c99d091bcf37ebb3ff7eec14bb2075f0257b | cd4dc49013093b52ef97c72dc51b628076be7d88 | /0x17-doubly_linked_lists/7-insert_dnodeint.c | 82430a3e89ca8dcc8e224a9f46aa1890de39cd1d | [] | no_license | megafemgroup/holbertonschool-low_level_programming | d578eefab82d18847123f73498b9b2da15e4c554 | a7a4a769020f9859202b2011cc83ca3a9458a00c | refs/heads/master | 2023-03-21T11:37:00.974217 | 2020-05-10T21:42:04 | 2020-05-10T21:42:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 905 | c | #include "lists.h"
/**
* insert_dnodeint_at_index - Insert a new node in the given index
* @h: Memory address of the head list
* @idx: Index of the list
* @n: New data (int)
*
* Return: the address of the new node, or NULL if it failed
*/
dlistint_t *insert_dnodeint_at_index(dlistint_t **h, unsigned int idx, in... | [
"lopez.sebastian@correunivalle.edu.co"
] | lopez.sebastian@correunivalle.edu.co |
669accea832c204f79e8edc9f77908b6e5cb3c54 | 9ef3949de7148a69fa6b2fcc0630b0706c26475d | /c_base/zhuzhongtao/20120720/rpn/calc.h | 503f224e70efb0e5f522193441a49b2a29c24a8a | [] | no_license | wxiaodong0829/aka_edu_learned | f99d236293d524b632665ab26ff444cdd5c1058c | 82427c2fc875661224d133462ec53d63cda79310 | refs/heads/master | 2020-02-26T16:29:31.053882 | 2012-11-20T09:14:59 | 2012-11-20T09:14:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 167 | h | #ifndef __CALC_H__
#define __CALC_H__
#define MAXOP 100
#define NUMBER 0
void push(double);
double pop();
int getop(char []);
int getch();
void ungetch(int);
#endif
| [
"wxiaodong0829@163.com"
] | wxiaodong0829@163.com |
d74d78b3a7d43079a8392e0a0946d59c89ba0afa | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/8a5d7f7a-3dd3-4d2f-a71c-9f5c5a90e6ac.c | 2d531f12fbff25b1aebfe665737c6aff80740e68 | [] | 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 | 570 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=124;
int k;
int l;
j = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = l/j;
l = k-j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
char b[68];
char c[54];
a = 0;
do {
//r... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
76c4324c9a895c6cacd26b746d830343cc806c4f | 64d02df5daeca1499da7076c2ec7416533eefe3a | /RAP_ASN_Structures_Full/TrackedCustomerInformation.h | 8aad261ed054a0f6fdee3127d0271be3dbbe5cb1 | [] | no_license | Olernov/TAP3 | cf78d0f7c0ddbed628d144d8880a0164b114b7b4 | 623effe18e6be4d6dd0eb23a3413c88656e4960e | refs/heads/master | 2020-05-02T07:19:27.573262 | 2019-03-26T15:34:41 | 2019-03-26T15:34:41 | 177,814,725 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,416 | h | /*
* Generated by asn1c-0.9.26 (http://lionet.info/asn1c)
* From ASN.1 module "TAP-0312"
* found in "TAP-0312"
*/
#ifndef _TrackedCustomerInformation_H_
#define _TrackedCustomerInformation_H_
#include <asn_application.h>
/* Including external dependencies */
#include <constr_SEQUENCE.h>
#ifdef __cplusplus
ext... | [
"oleg.v.smirnov@gmail.com"
] | oleg.v.smirnov@gmail.com |
671969cddb982cf600e6d4c64c4f22542e22c920 | 467e947c8a52e25c701f362119bf49d16512b35c | /ThirdParty/LibJpeg/jdtrans.c | 3c3e43494113f2ed62cd6f51826b3749eb962517 | [
"IJG"
] | permissive | JohnAdders/DScaler | fca03a510b8441bc81605138920f2aa408e055a9 | f7d92b76678e24422c48d4a956c0486ee042786d | refs/heads/master | 2021-01-19T18:33:02.480616 | 2012-04-02T22:23:11 | 2012-04-02T22:23:11 | 88,364,419 | 11 | 3 | null | null | null | null | UTF-8 | C | false | false | 5,123 | c | /*
* jdtrans.c
*
* Copyright (C) 1995-1997, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
* This file contains library routines for transcoding decompression,
* that is, reading raw DCT coefficient arra... | [
"adcockj@users.sourceforge.net"
] | adcockj@users.sourceforge.net |
1979a0136c1bf7a53dce51606ebc324f99bba58a | 99587e4db49426c054b5a4c2af554d6bca8a923e | /amd/dal/dc/dce80/dce80_mem_input.h | 6d589f52d473fb0e144438016bf82c04d8ff0aef | [] | no_license | pshempel/amdgpu-pro-16.40-348864 | a550c8bc6a1ad3b4146686dece009141cde69304 | c4d19b317143ee001a285f9aa7611ff1922b6db6 | refs/heads/master | 2020-12-24T08:39:45.096061 | 2016-11-08T21:14:58 | 2016-11-08T21:14:58 | 73,225,262 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,451 | h | /* Copyright 2012-15 Advanced Micro Devices, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, m... | [
"pshempel@linuxsrc.com"
] | pshempel@linuxsrc.com |
ae62dbc93d2f2b306785600b7c298421bb8c08a7 | b21fd43be5b3f98ed8717a6a3b70a2c0f641ef06 | /4th Year 2nd Sem/VLSI/Lab/Anuran/assgn4/isim/fbrcaprocess_isim_beh.exe.sim/work/a_1522476185_3212880686.c | 68c5597d8f780d33eaade4cd99329ded5acb0f76 | [] | no_license | mrgreen007/JUCSE-Work | 0999d3a047f15910a2bc6f2282185795193019c2 | a4f7012c40efecb25a8082bbe9a557c3059de9dd | refs/heads/master | 2023-01-22T22:16:22.902539 | 2020-11-30T06:33:23 | 2020-11-30T06:33:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,356 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"ch.anuraan@gmail.com"
] | ch.anuraan@gmail.com |
294112dccc193003f669e418df2ffedd7e259202 | d1850d730320ce594480172a35cb6be870c22df2 | /blink/main/blink.c | f24d9182cc8a2e2cf777f14e5e2bc6d733d204e0 | [] | no_license | GabrielMMelo/esp-idf_training | 2c23b7bb659459ef940ceda354142f620f4a095f | 37eb37fefba9323dc302c6ef8e1ff6f6a68e2f1f | refs/heads/master | 2020-05-15T12:20:53.515560 | 2019-04-19T12:24:52 | 2019-04-19T12:24:52 | 182,261,178 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,122 | c | #include <stdio.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "driver/gpio.h"
#include "sdkconfig.h"
#define BLINK_GPIO CONFIG_BLINK_GPIO // set as 5 with 'menuconfig'
#define BLINK_GPIO2 18
void blink_cpu0_task(void *pvParameter)
{
gpio_pad_select_gpio(BLINK_GPIO);
gpio_set_direction... | [
"gabrielmelocomp@gmail.com"
] | gabrielmelocomp@gmail.com |
9ff7a2f66478a944cf861d47313396e2637c16fd | dc5c0d3ee7dcf7cae1a1b390ed955ba35c84017d | /lab2/phone_loop.c | 7c1525d35a74ec76e94e391600fb2c61cd52f9dd | [] | no_license | YijingChen622/csc209 | 6c1f35da128070f2592dbf7da4a2a6fc1aceabeb | 488f920fa531ac323ed71ffe1335434458bafcb4 | refs/heads/master | 2021-02-15T17:55:00.097749 | 2020-03-03T03:29:38 | 2020-03-03T03:29:38 | 244,917,771 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 521 | c | #include <stdio.h>
#include <stdlib.h>
/*
* $ gcc -Wall -std=gnu99 -g -o phone_loop phone_loop.c
* $ ./phone_loop
*/
int main(void) {
char phone_loop[11];
int integer;
int error_flag = 0;
scanf("%10s", phone_loop);
while (scanf("%d", &integer) != EOF) {
if (integer == -1) {
printf("%s\n", phone_loop);
... | [
"yijing.chen@mail.utoronto.ca"
] | yijing.chen@mail.utoronto.ca |
80eefa2ce8e9075543962fd4051a9925f680fd8a | ea4e3ac0966fe7b69f42eaa5a32980caa2248957 | /download/unzip/OpenLDAP/OpenLDAP-69.0.1/OpenLDAP/libraries/libldap/ldap-int.h | d8f0746a5f3af57a535bf29557768545a4804bcf | [
"LicenseRef-scancode-warranty-disclaimer",
"OLDAP-2.8",
"BSD-4.3RENO"
] | permissive | hyl946/opensource_apple | 36b49deda8b2f241437ed45113d624ad45aa6d5f | e0f41fa0d9d535d57bfe56a264b4b27b8f93d86a | refs/heads/master | 2023-02-26T16:27:25.343636 | 2020-03-29T08:50:45 | 2020-03-29T08:50:45 | 249,169,732 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,705 | h | /* ldap-int.h - defines & prototypes internal to the LDAP library */
/* $OpenLDAP: pkg/ldap/libraries/libldap/ldap-int.h,v 1.148.2.6 2004/01/01 18:16:29 kurt Exp $ */
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
*
* Copyright 1998-2004 The OpenLDAP Foundation.
* All rights reserved.
*
* R... | [
"hyl946@163.com"
] | hyl946@163.com |
a7628650650d3a6dec0157684e8061acda72a72a | fb381224be13ed84e8e63bd7bf013dd10d58d924 | /Code/EnginePlugins/RecastPlugin/Utils/RcMath.h | 75e0dda557836151b6a8e895e35ab4a1086971d8 | [
"MIT"
] | permissive | bethau/ezEngine | 1b768f95801dd2367dc30675f8febb5cbb625819 | 059684c8d9ed7e33f8e68f218ff42a7decf668ee | refs/heads/master | 2022-08-22T06:48:55.549276 | 2020-02-11T23:36:43 | 2020-02-11T23:36:43 | 247,667,175 | 0 | 0 | MIT | 2020-03-16T09:57:54 | 2020-03-16T09:57:53 | null | UTF-8 | C | false | false | 571 | h | #pragma once
#include <RecastPlugin/RecastPluginDLL.h>
#include <Foundation/Math/Declarations.h>
/// \brief Helper class to convert between Recast's convention (float[3] and Y is up) and ezVec3 (Z up)
///
/// Will automatically swap Y and Z when assigning between the different types.
struct EZ_RECASTPLUGIN_DLL ezRcPo... | [
"jan@krassnigg.de"
] | jan@krassnigg.de |
0934abe827907f2d75713b1be834b164b38f2787 | f9ecc1d0347d9609120329d8c9e53c22842a239c | /11_11_01/11_11_01.c | 7c100fe4d41f18f62781124029997534d5a6926b | [] | no_license | Huidaka/C_code | d43d5151b63ee100e9f3e2728b65ff7f299c0319 | aca35bfded5d3c4a43a91a486f17a70421a9acca | refs/heads/master | 2020-08-29T23:58:27.253519 | 2019-11-13T16:06:45 | 2019-11-13T16:06:45 | 218,207,964 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 548 | c | #define _CRT_SECURE_NO_WARNINGS
#include<stdio.h>
#include<string.h>
#include<malloc.h>
int max_len(char* *pstr, int n)
{
int i;
int tmp = 0;
for (i = 0; i < n; i++)
{
if ((int)strlen(*pstr) > tmp)
{
tmp = (int)strlen(*pstr);
}
pstr++;
}
return tmp;
}
int main()
{
int n;
int i;
char* string[10] = {... | [
"2585275370@qq.com"
] | 2585275370@qq.com |
c1781e9d738c06fe0d64a2b94216b2737c1bbcf8 | 69489642c5f33a3918bf48170daa9acc31ff2a84 | /dconf/dconfmigration.h | 5ebe9192b629c38a9227584b4a8620bef2d30a9b | [] | no_license | CODeRUS/harbour-mitakuuluu2 | cfc8dc99e5bec9bca2859d1dcbd45195c9fae359 | 8063aa61a19c54fd15106f4e263491464333317e | refs/heads/master | 2016-09-06T01:46:13.658733 | 2015-03-29T18:14:57 | 2015-03-29T18:14:57 | 33,083,356 | 7 | 5 | null | null | null | null | UTF-8 | C | false | false | 907 | h | #ifndef DCONFMIGRATION
#define DCONFMIGRATION
#include "mdconfitem.h"
#include <QSettings>
#include <QStringList>
static void migrate_dconf()
{
MDConfItem ready("/apps/harbour-mitakuuluu2/migrationIsDone");
if (!ready.value(false).toBool()) {
QSettings settings("coderus", "mitakuuluu2");
QStri... | [
"coderusinbox@gmail.com"
] | coderusinbox@gmail.com |
bb2a1bb6ca83e2c13abad1e4ca9396c282429268 | b81845a1c2c030df93f7c042be60391ec2f443f2 | /vmm/guest/lib/ipc.c | aa9168df28f7a54a4319d2f5a59c7663393bc944 | [] | no_license | sgupta1988/JGUEST-A-JOS-on-JOS--hypervisor | 42ae9df1e5abb3746da583bc641e94bd2f7eb923 | 0e76504398125e9f3471f381d4d5c7ac0003bd81 | refs/heads/master | 2016-09-06T21:48:55.717518 | 2014-06-14T00:51:39 | 2014-06-14T00:51:39 | 20,821,660 | 4 | 2 | null | null | null | null | UTF-8 | C | false | false | 5,978 | c | // User-level IPC library routines
#include <inc/lib.h>
#ifdef VMM_GUEST
#include <inc/vmx.h>
#endif
// Receive a value via IPC and return it.
// If 'pg' is nonnull, then any page sent by the sender will be mapped at
// that address.
// If 'from_env_store' is nonnull, then store the IPC sender's envid in
// *from_env... | [
"guptashashank1988@gmail.com"
] | guptashashank1988@gmail.com |
c922a26d910297f80a768de6f62300c8a47a5877 | b939b19c153861339c4b8d4a3855a01815206ae5 | /error1/main.c | b69ca4a733c06ed5628b50cdcc4a65e93f7e3fcd | [] | no_license | JVMerkle/hpc-exercises | 865eda0d7d21725a054f980fc923cde74a69eb80 | c9d3bb84e978c7cd02160a4a0d5a284ea909fe3f | refs/heads/master | 2021-04-28T17:24:14.350387 | 2019-10-09T19:56:44 | 2019-10-09T19:56:44 | 121,852,107 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,876 | c | /******************************************************************************
* FILE: omp_bug3.c
* DESCRIPTION:
* Run time error
* AUTHOR: Blaise Barney 01/09/04
* LAST REVISED: 06/28/05
******************************************************************************/
#include <omp.h>
#include <stdio.h>
#include <st... | [
"juli.merkle@gmail.com"
] | juli.merkle@gmail.com |
97d492abf4cd0152a97aa60525ae90f46f8fe9cb | 7cf742d27677bd159f13bfa12dae9a8059ef61c4 | /cheatsheet/recursive/main.c | fd9d0a9ab80f0dc82216b71552c2de72e6023e67 | [] | no_license | insubnia/dotfiles | 2874a3a2ba4e69e0a6bfa0ff3c128d4dfbf0472b | 0145da68805a794ada35b28e7b1a3d5e85f4a9e5 | refs/heads/master | 2023-08-23T22:29:43.333095 | 2023-07-09T13:05:22 | 2023-07-09T13:05:22 | 109,579,794 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,115 | c | #include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <stdbool.h>
const uint32_t input[] = {1, 2, 3, 4};
#define N ((int)(sizeof(input) / sizeof(input[0])))
uint32_t cnt = 0;
void print_buf(int *ptr)
{
for (int i = 0; i < N; i++) {
int val = *(ptr + i);
if (val == -1)
r... | [
"sis06232@gmail.com"
] | sis06232@gmail.com |
6701709b4212fe5c07188dc9fd216fd1bb42fe15 | 460f485a807287460aed579be987f71901ff1f62 | /libft/ft_strstr_bonus.c | e7b887f95dc1140eaaf0c5688a56b87e79f2a03b | [] | no_license | mckane666/ft_printf | cdbcde8c377abb6d2ed95c05f598fdda8fc3390f | 841c059b973bc70f8665e8bd0dd51b87345e9fed | refs/heads/main | 2023-03-20T11:23:42.734149 | 2021-03-11T12:19:26 | 2021-03-11T12:19:26 | 335,610,509 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,208 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strstr_bonus.c :+: :+: :+: ... | [
"Pedro"
] | Pedro |
e6fa45cb60f8295788baadb842565e5679723844 | 3e354477ee743ff4c90991da30aee25058347b30 | /C-C++/acm/查找最大元素.c | 6dfb644b60fa16befd04a0d0f2eef97287ba2188 | [] | no_license | zongxinqi/Code | 2585218e3f8d5fa55523c3683d5c2ab2b8ca3e08 | bfde924b525bdccdf5720a6286788fbe857f5bfc | refs/heads/master | 2020-03-09T22:40:00.903283 | 2018-05-12T08:11:04 | 2018-05-12T08:11:04 | 129,039,622 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 345 | c | #include<stdio.h>
#include<string.h>
int main()
{
int i,len;
char c[100],max;
while(gets(c))
{
len = strlen(c);
max = c[0];
for(i = 0;i < len;i++)
{
if(max < c[i]) max = c[i];
}
for(i = 0;i < len;i++)
{
if(max == c[i]) printf("%c(max)",c[i]);
else printf("%c",c[i]);
}
printf... | [
"32828039+zongxinqi@users.noreply.github.com"
] | 32828039+zongxinqi@users.noreply.github.com |
513140d910c18548ca3166afa54629bfec568e2e | 612325535126eaddebc230d8c27af095c8e5cc2f | /src/third_party/icu/source/common/unicode/ucnv.h | fba1414e7a76b47e44df30d625000236298ad27f | [
"BSD-3-Clause",
"LicenseRef-scancode-unicode",
"ICU",
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"NAIST-2003",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | TrellixVulnTeam/proto-quic_1V94 | 1a3a03ac7a08a494b3d4e9857b24bb8f2c2cd673 | feee14d96ee95313f236e0f0e3ff7719246c84f7 | refs/heads/master | 2023-04-01T14:36:53.888576 | 2019-10-17T02:23:04 | 2019-10-17T02:23:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 87,098 | h | // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
/*
**********************************************************************
* Copyright (C) 1999-2014, International Business Machines
* Corporation and others. All Rights Reserved.
*****************... | [
"2100639007@qq.com"
] | 2100639007@qq.com |
8906d71c98991ba67536b3cdda269665a1a7a51e | bdc93d8fa49d9a5ba0f3b0cc0bd973ca2736c5c0 | /0x0E-structures_typedef/2-print_dog.c | a21480c637004fa2b6a5e0d880cb2c36d0b9289c | [] | no_license | lonzor/holbertonschool-low_level_programming | 1d96932327a203fada80584c8814d549887cbaee | 5a8e0ebbfab6f22bdbf6dbf74cf81b0a9327b765 | refs/heads/main | 2023-08-05T13:21:02.984155 | 2021-09-20T17:43:34 | 2021-09-20T17:43:34 | 296,079,630 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 485 | c | #include "dog.h"
#include <stdio.h>
#include <stdlib.h>
/**
* print_dog - prints a created dog
* @d: the pattern to create a dog
* Return: nothing
**/
void print_dog(struct dog *d)
{
if (d != NULL)
{
if (d->name != NULL)
printf("Name: %s\n", d->name);
else
printf("Name: (nil)\n");
if (d->age >= 0)
... | [
"rustlonzo@gmail.com"
] | rustlonzo@gmail.com |
3ebafc1ceeb12cb1df2f5d91004a41128f561c52 | dcfd507052af4ff450f195482e5446e6cb863cfd | /diskLib/diskLib.h | 7d714023a2645ccb3d156c5d1d5e1a4781683b02 | [] | no_license | lvjh/3535 | bf39e3ac9072d2fe0ed8691951fa32683ae0635a | c7528770f7f061d1903ea1a91c87950c9fd762a2 | refs/heads/master | 2021-01-17T23:54:32.184424 | 2015-06-19T07:51:31 | 2015-06-19T07:51:31 | 40,398,425 | 0 | 1 | null | 2015-08-08T09:40:57 | 2015-08-08T09:40:57 | null | GB18030 | C | false | false | 2,322 | h | #ifndef __DISK_LIB_H__
#define __DISK_LIB_H__
#include "recordLib.h"
#define HDD_FILE "/www/hdd.txt"
#define HDDSIZE_FILE "/www/diskSize.txt"
#ifdef __cplusplus
extern "C" {
#endif
#define MAX_SATA_DISK_NUM 16
typedef struct mount_info_t
{//挂载信息
unsigned char formatFlag;//格式化标记
unsigned char mountFlag;//... | [
"289831221@qq.com"
] | 289831221@qq.com |
761eff575dccfceca7f13a245a1562d4993c0d78 | 788348d8a4474743bcbeccca637059f46876b587 | /example/ble_mesh/aliGenie_bleMesh/aliGenie_bleMesh_fan/source/model_vendor/aliGenie_appl_Vendor_fan.c | c130f1f1662b46b3a9dfdf0936c0c97e869358e0 | [] | no_license | Gejh1996/AiThinker-Open-PB-BleMesh | 2644b15f3d20085aa6a198ce24dc8a78a1109896 | 5365327c86d12cb6864f684bbc765c8f7e4ca9c0 | refs/heads/master | 2023-05-29T22:36:08.486547 | 2021-06-15T09:53:02 | 2021-06-15T09:53:02 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 8,228 | c |
#include "aliGenie_appl.h"
#include "aliGenie_appl_vendor.h"
#include "aliGenie_appl_Vendor_fan.h"
DECL_CONST UINT16 fan_mode_list[FAN_MODE_NUM] =
{
FAN_MODE_23, //舒适风模式
FAN_MODE_153, //标准风模式
FAN_MODE_165, //智能风模式
FAN_MODE_13, //除湿模式
FAN_MODE_164, //暴风模式
FAN_MODE_20, //自然风模式
FAN_MODE_17, //静音模式
FAN_MODE_39, ... | [
"xuhongv@yeah.net"
] | xuhongv@yeah.net |
b1d1c7467490609d0df98acb2f00feb0f74cbf91 | c1184d5dd75a7610954334ba647e969475052b3a | /C08/ex05/ft_show_tab.c | a12cc5d2bb6e5f71f6ea49187d077e1b6b1ba129 | [] | no_license | codamMeyer/piscine | f90bb7bbd3b89c53ed97ebbf1d130b10eea5ec97 | 60f27233538668a758ba0137571fb76f2ad4c24b | refs/heads/main | 2023-03-20T03:58:25.544257 | 2021-03-13T19:11:46 | 2021-03-13T19:11:46 | 347,455,289 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,718 | c | /* ************************************************************************** */
/* */
/* :::::::: */
/* ft_show_tab.c :+: :+: :+: ... | [
"meyer.monique93@gmail.com"
] | meyer.monique93@gmail.com |
c203e06c461b5201443799b1278ef505a8232e3e | de8c0ea84980b6d9bb6e3e23b87e6066a65f4995 | /3pp/linux/drivers/media/mc/mc-dev-allocator.c | ae17887dec592d2df51b3adc6d565b6ca03e3d97 | [
"MIT",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | eerimoq/monolinux-example-project | 7cc19c6fc179a6d1fd3ec60f383f906b727e6715 | 57c4c2928b11cc04db59fb5ced962762099a9895 | refs/heads/master | 2021-02-08T10:57:58.215466 | 2020-07-02T08:04:25 | 2020-07-02T08:04:25 | 244,144,570 | 6 | 0 | MIT | 2020-07-02T08:15:50 | 2020-03-01T12:24:47 | C | UTF-8 | C | false | false | 3,569 | c | // SPDX-License-Identifier: GPL-2.0
/*
* media-dev-allocator.c - Media Controller Device Allocator API
*
* Copyright (c) 2019 Shuah Khan <shuah@kernel.org>
*
* Credits: Suggested by Laurent Pinchart <laurent.pinchart@ideasonboard.com>
*/
/*
* This file adds a global refcounted Media Controller Device Instance A... | [
"erik.moqvist@gmail.com"
] | erik.moqvist@gmail.com |
7195c295f882245a150198358bf036a62fafcaf3 | f1cd5c0c020ea99564c921869c10686a35d25563 | /test/macro.c | df9a45b5e1486dda241d50f2c44589fc3e0fedce | [] | no_license | liangkuai/mylib | cd549c39243664d401e4c1082366a4203070b725 | 4547ffcb87012e53f447c0b9fe991942b020f394 | refs/heads/master | 2021-08-10T20:36:46.274304 | 2021-01-26T08:55:33 | 2021-01-26T08:55:33 | 84,044,669 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 490 | c | #include <stdio.h>
#include <stddef.h>
typedef struct Node {
char a;
int b;
char c;
} N;
int main(int argc, char** argv)
{
printf("当前文件: %s\n", __FILE__);
printf("当前行号: %d\n", __LINE__);
printf("当前日期: %s %s\n", __DATE__, __TIME__);
printf("当前编译器是否遵循 ANSI C: %d\n", __STDC__);
size_t o... | [
"liukai@souche.com"
] | liukai@souche.com |
c898d9e5b9451f8ea873aba726d55832e5f68a14 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/mpv/audio/extr_aframe.c_mp_aframe_get_planes.c | 660d5963d3f131d8d1364d2de612c3c80f4e1767 | [] | 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 | 752 | 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 |
73d03160e62c388bf8efc909e506b00197a13cce | f0d0a7b21ad1d6e52617f99fef26c0dc47d811aa | /blstore/block_cache.h | 34e7a34bf021a18be3583a972d5d304897c2ac48 | [] | no_license | santoshbahir/Slab-Blstore | f0ee9d2b877a805054e72926cfbd4ff86db997ac | 7be090b8e13aa6627453efa16b65e75ce2a69d08 | refs/heads/master | 2021-01-22T02:03:31.072185 | 2017-02-05T21:33:55 | 2017-02-05T21:36:10 | 81,023,960 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,517 | h | #include "blockstore.h"
#define CLEAN 0 /* BLOCK Copy on the VOLUME and cache is same; */
/* retrieved block from VOLUME for read purpose */
#define DIRTY 1 /* Copy on the VOLUME and cache differs; */
struct cache_buffer{
dba_t block_addr;
bool status; /*Colud be CLEAN or DIRTY*/
char block[BLK_... | [
"santoshbahir@gmail.com"
] | santoshbahir@gmail.com |
149062a3d64c588df4452a1a3dbb3169f9cd4ea1 | 4879f9f4c2c42c68a940c33e3d9ae58af2e3900f | /scripts/c/querryForExplosion/main.c | 0aeda48bf97ca6972e6f659d07cd33388da13962 | [] | no_license | tservi/mon-bordel2 | 0597ab183f2e872b97f9d2c0c83b071828ca5d5e | b01098d3f2e932d37956db169d361f7741fa3c8f | refs/heads/master | 2020-06-03T18:09:19.352147 | 2014-07-05T09:04:04 | 2014-07-05T09:04:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 382 | c | #include <stdio.h>
#include <stdlib.h>
int main(void)
{
int ret = 0;
char c;
printf("Hello\n");
printf("Press Y or y to make your computer explode : \n");
c = getchar();
fflush(stdin);
if ( c == 'Y' || c == 'y' )
{
printf("Booooooum !\n");
ret = 1;
}
... | [
"jeantinguelyawais@gmail.com"
] | jeantinguelyawais@gmail.com |
bdd768d469fd1c74ca043a0b0f0ab95e29790dff | a8c87376aab4d8d207e6513d2f3bd5c2061202a3 | /SDSSimulator/include/palette.h | 3dd54ed70002a8cecf89ef2b87bb12a141e12e7b | [] | no_license | eigenbom/SDS | dd53a1532bfeec7701a303303336bf9504758e76 | d3b37fba429d597d71b84347ef9987f84e68acae | refs/heads/master | 2020-07-09T07:16:18.495976 | 2015-07-02T01:32:44 | 2015-07-02T01:32:44 | 203,913,721 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 368 | h | #ifndef ORGANISMPALETTE_H
#define ORGANISM_PALETTE_H
const int palette_size = 16;
const int organism_palette[palette_size][3] = {{199,217,195},{117,128,115},{235,255,230},{176,191,172},{195,176,184},{128,115,120},{255,230,241},{191,172,181},{217,210,195},{128,124,115},{255,247,230},{191,185,172},{139,139,152},{117,1... | [
"benjamin.porter@gmail.com"
] | benjamin.porter@gmail.com |
15a5c1e4f182114825925dfd45588731654d8595 | c47587e1d756f5b1da0dcc646762af4e190a7706 | /c_src/book/C语言入门/ch17高级数据表示/films3.c | cc65512025b8aa34ce1a1f3209b069e5dcc9077d | [] | no_license | tuling56/cpp_study | 7e3a3532c83c46ce54a6163a800b5c0d2f22f043 | ff1827fb1412a2ba4efc291b9ebc2f921b83e0df | refs/heads/master | 2021-08-12T05:01:52.425954 | 2017-11-14T13:06:24 | 2017-11-14T13:06:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,523 | c | /* films3.c -- using an ADT-style linked list */
/* compile with list.c */
#include <stdio.h>
#include <stdlib.h> /* prototype for exit() */
#include "list.h" /* defines List, Item */
void showmovies(Item item);
int films3(void)
{
List movies;
Item temp;
/* initialize *... | [
"tuling56@gmail.com"
] | tuling56@gmail.com |
24c8e2d71a22a477d28676c4d16eab5f39c50bb2 | c0f8f42e5baedf96be7ac5d2b232e82825e63c97 | /CL1/Assignment 4 - YACC/A^nB^n/y.tab.c | 2561d24dc7007da278653fd8ab2b908be619f9cb | [] | no_license | 37bhushan/BE-Comp-Programs | e5a71ddcaffb1b701cd83dd5cd0bcd01a27f49e7 | a2a62ea65cf05c1a7422db6e16b7e44f29b0e1e7 | refs/heads/master | 2021-07-20T18:48:36.310440 | 2017-10-27T13:02:17 | 2017-10-27T13:02:17 | 108,545,984 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 42,666 | c | /* A Bison parser, made by GNU Bison 3.0.2. */
/* Bison implementation for Yacc-like parsers in C
Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc.
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... | [
"noreply@github.com"
] | 37bhushan.noreply@github.com |
21f86f0a6971dbace2c7a72526fd38cf8bea936f | cb57c0c08271922286c819182bb34d536112c802 | /src/sys/arch/arm/omap/if_cpswreg.h | da74a583a23c95e52bcf21b76124b31dc7644e4b | [] | no_license | krytarowski/netbsd | 4b42b050e506bf5fca784acd35af6fe987824ce3 | ffed895a5f372df15637ce576bbab6235195bf22 | refs/heads/master | 2020-06-02T06:25:47.099329 | 2015-03-16T18:15:02 | 2015-03-16T18:15:02 | 30,895,197 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 9,668 | h | /*-
* Copyright (c) 2012 Damjan Marion <dmarion@Freebsd.org>
* 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
* noti... | [
"n54@gmx.com"
] | n54@gmx.com |
661f697643f00fd4128bcfdf99aaae4fd5c3c73c | cbb8a3fea4967e79b3470cd1e43dc0bba2d62ecb | /src/lib9/await.c | e96055f27d9e3e22ebdbafdeb6b30936c342db54 | [
"LPL-1.02",
"MIT",
"dtoa"
] | permissive | lmumar/plan9port | e0d843cfe3ba4fb92573294970f1595969675f64 | d388eb2b5fb9a047a6689acb62bb60b475f31c0f | refs/heads/master | 2020-04-28T03:49:12.695358 | 2019-03-12T13:56:04 | 2019-03-12T13:56:04 | 174,952,170 | 1 | 0 | NOASSERTION | 2019-03-11T07:59:33 | 2019-03-11T07:59:33 | null | UTF-8 | C | false | false | 2,937 | c | #define NOPLAN9DEFINES
#include <u.h>
#include <libc.h>
#include <signal.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/time.h>
#include <sys/resource.h>
#ifndef WCOREDUMP /* not on Mac OS X Tiger */
#define WCOREDUMP(status) 0
#endif
static struct {
int sig;
char *str;
} tab[] = {
SIGHUP, "hangup... | [
"devnull@localhost"
] | devnull@localhost |
ed3d4498a0081c0a90e6825bbe6bffbebf651e44 | 3701079b6f394c817f2f4073f79b19c8e2253635 | /IntegerTable.h | 822a2672d78d9759ea43de984de254f389deaa53 | [] | no_license | jrahm/HalfSockets | 59578be7518d0f6292a5cbe776b56b882dcfa29c | 3992b576bdece55b90e849359038773522d5fc94 | refs/heads/master | 2021-03-12T19:40:40.390195 | 2013-08-07T05:47:23 | 2013-08-07T05:47:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,287 | h | /*
* A small, quick library desgined to map a 64-bit integer to
* a void* of some kind. The table is set up as a simple heirarchy
* of bitmap, similar to how a cache is implemented, using the bits of
* the number to narrow the search.
*/
#ifndef INTEGER_TABLE_H_
#define INTEGER_TABLE_H_
#include <linux/kernel.h>... | [
"joshua.rahm@colorado.edu"
] | joshua.rahm@colorado.edu |
a09b91b4a929137953958dfd7f45527de3498ad5 | 5e0928db15f0fccdad48c2a6a7cbe54e2083cfa2 | /CCppCode/Extern_C/c-main.c | 3246fb1e7b52a5be485e6316122a80f835344294 | [] | no_license | tbfe-de/plc2-ccpp-psi | e0f40fedb4921c5da78e11f00818834f6ab20da4 | 16e072802d9e1068b78a521eeb7034bdf85832d6 | refs/heads/master | 2020-05-20T13:28:18.862167 | 2014-05-09T06:47:33 | 2014-05-09T06:47:33 | 19,075,988 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 77 | c | extern int foo(long, const char *);
int main() {
return foo(0uL, "hi!");
}
| [
"ch1@ch1-Aspire-M3-481.(none)"
] | ch1@ch1-Aspire-M3-481.(none) |
e9b57aaf9d3834ca8d0993b2fde7a6a97a309152 | 16a42520c46e30fdb724cbc25285f102c66b3b66 | /Header/Coord.h | 98278c3cb1761fb5b9c496cf0bebdd88fb3951cb | [] | no_license | onezer/RobotSwarm | f1320d9392f16a8f3fff0404e88540fd7e0f20b7 | 5eb388338d1fef12fbf93843e69aec33e642b864 | refs/heads/master | 2020-04-24T16:57:07.516458 | 2019-08-20T21:34:18 | 2019-08-20T21:34:18 | 172,128,075 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 148 | h | #pragma once
struct Coord {
int tileX;
int tileY;
int tileZ;
Coord(int x, int y, int z = 0) : tileX{ x }, tileY{ y }, tileZ{z} {}
Coord(){}
}; | [
"pastivv@gmail.com"
] | pastivv@gmail.com |
a3ea9c2007a1fe8191d22c012a4d4fa7bd380c70 | a3055c74955449067334cb56b96e91a36a2ec6dc | /kungfu/skill/taiji-dao/cuo.c | 8177ec5dba290b40beb22aac40a74ef8c1a2c620 | [] | no_license | flyinglb/jyqx | 32dfac5b15b373919ae32688c0d1119bcb4592ff | 1a6f8e002a206b05a5ba90554893f1b78dc91bb4 | refs/heads/master | 2020-09-26T18:18:33.949628 | 2019-12-06T11:47:47 | 2019-12-06T11:47:47 | 226,309,372 | 5 | 2 | null | null | null | null | GB18030 | C | false | false | 1,320 | c | // cuo.c
#include <ansi.h>
#include <skill.h>
#include <weapon.h>
#include <combat.h>
inherit F_SSERVER;
int perform(object me, object target)
{
object weapon, ob;
string msg;
if( !me->is_fighting() )
return notify_fail("「挫字决」只能在战斗中使用。\n");
if (!objectp(weapon = me... | [
"flyinglb@qq.com"
] | flyinglb@qq.com |
3961b2b50e03d4cdd54a0aa92d6f9f6b4ce315f5 | 23e8ecd01aca409f83f1e50df32631ca45ed86d4 | /MAX31855_API_1.h | 3411d0f1d4f95813e015c7e0813ce9798775597e | [] | no_license | zzfd97/Freeze_drying_M | 390448e76dc7dbcf52053f4ba5dd37d1af6eca35 | 0488b52d66ceb338a1cbc51c3a66ef54949ff137 | refs/heads/master | 2022-10-21T23:52:44.727306 | 2020-06-10T16:08:57 | 2020-06-10T16:08:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,697 | h | /* Microchip Technology Inc. and its subsidiaries. You may use this software
* and any derivatives exclusively with Microchip products.
*
* THIS SOFTWARE IS SUPPLIED BY MICROCHIP "AS IS". NO WARRANTIES, WHETHER
* EXPRESS, IMPLIED OR STATUTORY, APPLY TO THIS SOFTWARE, INCLUDING ANY IMPLIED
* WARRANTIES OF NO... | [
""
] | |
85ba369023acd90d3a1020068ff27b5cdd34aca2 | 8c05413e2393a0d52264f22752067d76cc010b0e | /Simulink Models/slprj/_sfprj/test/_self/sfun/src/c3_test.c | eb078165d8be57a5b18dde73d728e4ba7a90355c | [] | no_license | vegardv/Masteroppgave | 86c8313e94c5af3a69b843d2525d798b52f297a1 | e221206683d03f6a052e7f8e644ea1a2f7045a29 | refs/heads/master | 2020-05-17T06:52:25.418354 | 2014-06-16T15:37:17 | 2014-06-16T15:37:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 62,026 | c | /* Include files */
#include <stddef.h>
#include "blas.h"
#include "test_sfun.h"
#include "c3_test.h"
#include "mwmathutil.h"
#define CHARTINSTANCE_CHARTNUMBER (chartInstance->chartNumber)
#define CHARTINSTANCE_INSTANCENUMBER (chartInstance->instanceNumber)
#include "test_sfun_debug_macros.h"
#define _SF_MEX_LI... | [
"vegardvo@stud.ntnu.no"
] | vegardvo@stud.ntnu.no |
c39323ff79e9a94ddbbe6d33e09e3d79f662ae25 | 38002ed688af15dc7b051bb4a471d1bab5266d78 | /6800/MC6800 C Compiler/pass2.c/tests/t2.c | 5e0cdc656834837a6d8933b9792ca80e48f486cc | [] | no_license | douggilliland/Retro-Computers | 86063b131591a5b4af2538cb8eabfc505473a050 | 629461a39351c625f15e13841c6e2b343f05a080 | refs/heads/master | 2023-06-08T06:57:05.590811 | 2023-05-28T13:51:05 | 2023-05-28T13:51:05 | 79,813,416 | 41 | 10 | null | 2022-10-06T23:01:58 | 2017-01-23T14:47:16 | C | UTF-8 | C | false | false | 119 | c | struct st1 {
int a;
long l;
};
main() {
long ll;
register struct st1 *p;
if (p->l == ll) (p+1)->l = ll+1L;
}
| [
"doug@douglasgilliland.com"
] | doug@douglasgilliland.com |
200684a2d6eafb2a07b3320d579885d0a769a5b0 | 2514334a1c753376622e4842653157a979a09577 | /prg.c | 15da3b5411bc780f6d786424766c263db22c5bed | [] | no_license | qwerty3231/branches-basics | 2033c521e5cac6e6116493b68215043038a5d874 | 12928ef076700129d22bb81ba877890e71b46f3b | refs/heads/master | 2021-04-03T04:22:06.751220 | 2018-03-13T05:15:59 | 2018-03-13T05:15:59 | 124,994,344 | 0 | 0 | null | 2018-03-13T05:33:51 | 2018-03-13T04:53:53 | C | UTF-8 | C | false | false | 73 | c | #include <stdio.h>
int main(){
printf("\nHello World\n");
return 0;
}
| [
"ip711s19@mwp11.csc.local"
] | ip711s19@mwp11.csc.local |
2fbfe2c88884e2c1795712fac89802ae4c5358b2 | 90565bea4c4d80b584ca1ee7ea3e70b64cd42aa5 | /Serial Comm/RX TX RS232/rxtx.c | a269453df89d4d31812b04b9c038fb03d5931a0a | [] | no_license | saurubh/8051-Tutorial | 01d071845f7937286b1d220c44e0777f3427414a | 7a0145d3c3e2e08b2dc16e2ba7ecf03be8a4b244 | refs/heads/master | 2021-06-01T09:00:12.306590 | 2016-05-17T19:24:02 | 2016-05-17T19:24:02 | 59,051,920 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 384 | c | #include<reg51.h>
void initialize() // initialize for timer
{
TMOD = 0x20;
TH1 = 0xFD;
SCON = 0x50;
TR1=1;
}
void receiver()
{
unsigned char value;
while(RI==0);
value = SBUF;
P1 = value;
RI=0;
}
void transmit()
{
SBUF = 'V';
while(TI==0);
TI=0;
SBUF = 'K';
while(TI==0);
TI=0;
}
void main()... | [
"the.saurabh@yahoo.com"
] | the.saurabh@yahoo.com |
642d771af1cb424998f52e568cc2cb0c15a9baf7 | 3a56b1155d39c8e4dfaff52f0ec2e43b64304c28 | /frames/06267.h | a40855555f967de296562535a4ea3dccb3bcde0a | [] | no_license | RippedOrigami/GBA-Rick | 6a610bde18e8dda978730b2d754565e9cdcbfe1d | 0953de71ad0a392f5d3a0bcedc54d55e478925b7 | refs/heads/master | 2021-05-28T17:10:33.260039 | 2014-11-28T17:14:04 | 2014-11-28T17:14:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 660 | h |
//{{BLOCK(_6267)
//======================================================================
//
// _6267, 40x40@8,
// + palette 256 entries, not compressed
// + 25 tiles lz77 compressed
// Total size: 512 + 1284 = 1796
//
// Time-stamp: 2014-11-28, 05:20:23
// Exported by Cearn's GBA Image Transmogrifier, v0.8.12
// ( ... | [
"mtinc2@gmail.com"
] | mtinc2@gmail.com |
4b06d1a4c9c3490f2f68e92df626b7a9ff08b1c5 | c057e033602e465adfa3d84d80331a3a21cef609 | /C/testcases/CWE272_Least_Privilege_Violation/CWE272_Least_Privilege_Violation__w32_wchar_t_SHRegOpenUSKey_08.c | 9de3fc0298c4b72ba333bae5d9670a2413f1100d | [] | no_license | Anzsley/My_Juliet_Test_Suite_v1.3_for_C_Cpp | 12c2796ae7e580d89e4e7b8274dddf920361c41c | f278f1464588ffb763b7d06e2650fda01702148f | refs/heads/main | 2023-04-11T08:29:22.597042 | 2021-04-09T11:53:16 | 2021-04-09T11:53:16 | 356,251,613 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,389 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE272_Least_Privilege_Violation__w32_wchar_t_SHRegOpenUSKey_08.c
Label Definition File: CWE272_Least_Privilege_Violation__w32.label.xml
Template File: point-flaw-08.tmpl.c
*/
/*
* @description
* CWE: 272 Least Privilege Violation
* Sinks: SHRegOpenUSKey
* GoodSink: ... | [
"65642214+Anzsley@users.noreply.github.com"
] | 65642214+Anzsley@users.noreply.github.com |
aefe772f826048e623e4641b515c5699c8dd5110 | cbd0381b732f9f08351493ef26c13329389b35e6 | /Info/Info/Constants.h | 1be7bf16b8de83c097cb25e723cf3389696d7fa8 | [] | no_license | michelsousacarvalho/desafio-apps | 26175b56c9b2563d7d8ccf25f3cf708855e2d410 | 10c8c55b68c6648dfbf0e9a9f773b340dc1e7641 | refs/heads/master | 2020-12-30T16:28:03.804226 | 2018-02-07T00:37:31 | 2018-02-07T00:37:31 | 90,990,121 | 1 | 0 | null | 2017-05-11T14:43:50 | 2017-05-11T14:43:50 | null | UTF-8 | C | false | false | 742 | h | //
// Constants.h
// Info
//
// Created by Michel de Sousa Carvalho on 14/05/17.
// Copyright © 2017 Michel de Sousa Carvalho. All rights reserved.
//
#ifndef Constants_h
#define Constants_h
#define URLRequest @"https://raw.githubusercontent.com/Infoglobo/desafio-apps/master/capa.json"
#define coverCellIdentifie... | [
"michelsousacarvalho@gmail.com"
] | michelsousacarvalho@gmail.com |
a77cba873ab08b6c2c1b9d1bcdeb948a62c7f789 | c04f92b441ade2df26a94c8ce4023af3ca2d60ac | /Pods/Headers/Build/XZNetworking/XZMusicForBroker.h | d4608f5826e25cf0ebf2a7be293345cac0daeeff | [] | no_license | kingundertree/XZNetworkingDemo | cb0b3b55c8ce28044801457b157d86e5f1d67a63 | a928773f29a6b969d3fef8f3714ae948a3c48ac7 | refs/heads/master | 2021-01-19T00:14:14.674240 | 2015-05-22T10:13:08 | 2015-05-22T10:13:08 | 35,416,930 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 93 | h | ../../../XZNetworking/XZNetworking/XZNetworking/XZNetService/ServiceConfig/XZMusicForBroker.h | [
"kingundertree@163.com"
] | kingundertree@163.com |
905a973757a0bd57e0c1a6f8f5d914189fe082a3 | 77d254646e90b800244c4600b30a9eb40da260d9 | /chapter-2/faster_bitcount.c | 7d38d7e4e1670454c990f4c12165c318e4645103 | [] | no_license | ethagnawl/K-R---The-C-Programming-Language | 62ce7abab957f1d7408581c309052ce3745d71c2 | ac5cea9a9ca3a5bda6958ef9a7e21cc35a36964c | refs/heads/master | 2021-01-11T18:54:00.510967 | 2018-01-16T05:10:03 | 2018-01-16T05:10:03 | 79,652,302 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,022 | c | #include <stdio.h>
// Kudos to @thomas-scrace for helping me wrap my head around this one!
// https://github.com/thomas-scrace/My-K-R-Exercise-Solutions/blob/master/c2/2.10/ex_2-9/bitcount_fast.c
// Q:
// In a two's complement number system, x &= (x-1) deletes the rightmost 1-bit
// in x. Explain why. (Use this obser... | [
"pdoherty926@gmail.com"
] | pdoherty926@gmail.com |
539cf2f8ef843f436e01a8b7060b99da7324bfba | 185c9147ac5498fdb81507916d97e968296d24ee | /third_party/libcurl/curl/vauth/ntlm.c | 7f907ccb5ec1bd5b79913a16c027a904319c36d2 | [
"Apache-2.0"
] | permissive | lineCode/ZTask | 0d74c3666f60ee83d3613583033f88b8daad4d38 | 9200ff37dce4821134841631013b89c7c038da24 | refs/heads/master | 2020-03-24T06:30:14.582773 | 2018-07-19T12:16:40 | 2018-07-19T12:16:40 | 142,530,921 | 0 | 1 | null | 2018-07-27T05:17:57 | 2018-07-27T05:17:57 | null | UTF-8 | C | false | false | 28,006 | c | /***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
* \___|\... | [
"zero@kkv.me"
] | zero@kkv.me |
e4568177da4e48ffc533a31df27a39a668e86ca3 | 768cea4721ebe4439ce7af0a372726b703d484bd | /levels/lll/texture.inc.c | 04c1c13010080b0c0fe264486823f198bf900e74 | [] | no_license | mountainflaw/sm64_60 | 08355027afd3a01ebabc246bac674dc666f17a15 | 831e0c420189e84a9369889b7f7cd9d276f38e2b | refs/heads/master | 2020-08-28T18:40:44.871138 | 2019-10-27T00:55:47 | 2019-10-27T00:55:47 | 217,787,985 | 5 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,146 | c | // 0x07000000 - 0x07000800
ALIGNED8 static const u8 lll_seg7_texture_07000000[] = {
#include "levels/lll/0.rgba16.inc.c"
};
// 0x07000800 - 0x07001000
ALIGNED8 static const u8 lll_seg7_texture_07000800[] = {
#include "levels/lll/1.rgba16.inc.c"
};
// 0x07001000 - 0x07001800
ALIGNED8 static const u8 lll_seg7_texture_0... | [
"n64"
] | n64 |
2e1360170467fe8834897a314d185d8f47e497ab | b3a486b6d6574db15fceb9a052ebf25defc8a003 | /4/kernel.c | 13a8bd874c6eb552fd0f3401c3b86257acbf92f6 | [] | no_license | JasonZHOU41/Operating-Systems-Programming | a42ed29d96ef1e37a5831b12108d55caffe01577 | 4143bc6b550a36bd8f90edc91f6ffca18d902119 | refs/heads/master | 2022-07-03T02:29:00.048545 | 2020-05-16T08:35:38 | 2020-05-16T08:35:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,018 | c | /********************************************************************
Copyright 2010-2017 K.C. Wang, <kwang@eecs.wsu.edu>
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 3 of the Licens... | [
"s1023746@gmail.com"
] | s1023746@gmail.com |
0f1b0ff6e0058f58648f18e63c59a9a92dae70de | 97cb2e4e5dbd7dd0ebee2cd2574ebe2c198fff63 | /templates/clib/lib/{{name}}.c | 1c3bc32e47140d6933a7b95116880d22f25f8123 | [
"MIT"
] | permissive | jeremt/boilertek | aabc2248cfa4c52438d210744c1fd1d9e80e42bb | 832ccb8e20ae66a773d5659e82bfbd1518050d90 | refs/heads/master | 2021-01-10T18:38:30.005170 | 2013-02-14T21:14:57 | 2013-02-14T21:14:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 205 | c |
/*
** Includes
*/
#include <stdio.h>
/*
** Simple function to greet someone.
**
** @param {name} the name of the personne to greet
*/
void {{name}}_greet(char *name)
{
printf("Hello, %s!\n", name);
} | [
"jeremie@kontestapp.com"
] | jeremie@kontestapp.com |
9cca220f037e2ffba6fad48ecec1da571580e87a | 7f82d9870fc08ce98fabd0fda16e8c1b81fc7e0a | /0x00-hello_world/101-quote.c | 5808ab4117015f123f6219ae201d20ebae0f3d6c | [] | no_license | charlesgobina/alx-low_level_programming | 4f4f5067fc9c1a7cb7ff81979f5ba86a4597d1e1 | 4667ab29189b814ce4e1b6449fa33e688f67dd61 | refs/heads/main | 2023-05-30T13:33:06.324698 | 2021-06-25T19:11:32 | 2021-06-25T19:11:32 | 377,807,591 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 193 | c | #include <unistd.h>
/**
* main - Entry point
*
* Return: Always 0 (Success)
*/
int main(void)
{
write(2, "and that piece of art is useful\" - Dora Korpar, 2015-10-19", 59);
return (1);
}
| [
"charles.gobina@gmail.com"
] | charles.gobina@gmail.com |
701426701b4624934a2a6b59ff7d0c4719a28c41 | c1eddb7637e436a6a48c0839d89d4c5db85b2111 | /src/main.c | 654a3e90bbef5ee33c633e90471303f46c6b139b | [] | no_license | cboar/ccompiler | 5ef79881887abfa13bfc58a3328e44a6877d5721 | 03ccf07eb32f42c8a16da54a7c648c93285d0bd4 | refs/heads/master | 2021-01-19T13:33:06.807554 | 2015-09-06T08:12:15 | 2015-09-06T08:12:15 | 37,557,400 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 209 | c | #include <stdio.h>
#include <stdlib.h>
#include "util.h"
#include "lexer.h"
#include "regex.h"
int main(void)
{
char* src = read_file("testcode");
TokenList list = tokenize(src);
print_tokenlist(list);
}
| [
"cboar@users.noreply.github.com"
] | cboar@users.noreply.github.com |
5546cb78273160486fc84aa5daa6e2dbcc27cabb | 401445ae337fe0ede6b9360af6606f7a30983b9c | /php-5.0.5/ext/zlib/zlib.c | bca37a772bb917d3abae2f198e70ad5da89e7d58 | [
"PHP-3.0"
] | permissive | liexusong/open-source-reading-comments | 76bbb0f055967e680d26b246313be256e0fe5695 | 8bad537ab86037c4a70c030a3c34ea94cff26cad | refs/heads/master | 2020-05-20T02:23:07.706360 | 2015-03-17T19:46:38 | 2015-03-17T19:46:38 | 30,737,430 | 3 | 1 | null | null | null | null | ISO-8859-1 | C | false | false | 28,439 | c | /*
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2004 The PHP Group |
+---------... | [
"liexusong@qq.com"
] | liexusong@qq.com |
5cc081e7d76e348db3aa5045bcbe75570b6a5cee | 90ec45dfbbcfa8fd2d364f407c8c2ffd556fb8be | /c/functions/calling by reference/calling by reference/main.c | 1b418ea98b26dabbd669b7f83746842ac0499af5 | [] | no_license | beyzanurkaya/cTutorial | 93b60902ea18aedbb0c778a07901acfae7c455a3 | eb0d20834ef594363f264d1b9cab7c4c77047304 | refs/heads/master | 2023-01-04T20:14:53.329351 | 2020-10-16T10:43:56 | 2020-10-16T10:43:56 | 304,592,680 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 867 | c | #include<stdio.h>
void exchange(int *a, int *b){
int temp;
temp=*a;
*a=*b;
*b=temp;
}
void Raise(int *a){
(*a)++;
}
void reference(int *x){
*x=20;
}
void Raise2(int*);
int main() {
int x,y=23;
printf("Bir sayı giriniz: ");
scanf("%d", &x);
printf("x=%d, y=%d\n",x,y);
... | [
"beyzanurkaya98@hotmail.com"
] | beyzanurkaya98@hotmail.com |
8170a98f48ecdef69e908cfd7b195adfdd89167f | 663f36cfff3bfaf9ad64bba430e648b0dadc0f99 | /dependencies/freetype/include/freetype/internal/services/svgxval.h | bfcd8601af44a3d6c7568014ac260a4eee4b2c47 | [
"FTL",
"Apache-2.0"
] | permissive | LiberatorUSA/GUCEF | b579a530ac40478e8d92d8c1688dce71634ec004 | 2f24399949bc2b2eb20b3f445100dd3e141fe6d5 | refs/heads/master | 2023-09-03T18:05:25.190918 | 2023-09-02T17:23:59 | 2023-09-02T17:23:59 | 24,012,676 | 9 | 15 | Apache-2.0 | 2021-07-04T04:53:42 | 2014-09-14T03:30:46 | C++ | UTF-8 | C | false | false | 2,811 | h | /***************************************************************************/
/* */
/* svgxval.h */
/* */
/* ... | [
"liberatorusa@9712d391-321d-0410-84f4-d6a0ebf28296"
] | liberatorusa@9712d391-321d-0410-84f4-d6a0ebf28296 |
349154f8765a96cd70943d8377883e378ec0d5f9 | 21de712ea630ee1778a30ab7e416180c09f6cd51 | /CreditChina/Pods/Headers/Public/WLPlatform/TFHppleElement.h | 30c9506a54892d8b2703d505c75cad26276af45f | [] | no_license | WLChopSticks/creditLN | c476214f48e37d90d2785bf5a49f83ad1217f49b | ab736e01a685c1755d8e85e3433f3ccd7609b670 | refs/heads/master | 2020-04-21T23:18:30.301359 | 2019-03-10T01:37:31 | 2019-03-10T01:37:31 | 169,942,694 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 77 | h | ../../../../../WLLib/WLPlatform/WLPlatform/Classes/xmlParser/TFHppleElement.h | [
"wanglei_sy56@163.com"
] | wanglei_sy56@163.com |
4ea21730f9063bde4d1a71a1e9e55163bf56e004 | 84e82f5d1bb55ed2c707b2182e526e255a811db7 | /include/FaceSwapCPPUtil.h | db1fbe758ebf262fa5e5d29eef90925c076eda83 | [] | no_license | mbeytekin/faceswap_cxx | 6b8bdcf8776a6c8142094ac797db3de076ad1b73 | 6604a14ef8b5f6a144fc69f74043e4a1ffd8dee5 | refs/heads/main | 2023-08-24T07:31:30.249315 | 2021-10-26T08:48:33 | 2021-10-26T08:48:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 333 | h | #pragma once
#ifdef FACESWAP_EXPORTS
#define FACESWAP_API __declspec(dllexport)
#else
#define FACESWAP_API __declspec(dllimport)
#endif
extern "C"
{
FACESWAP_API void init_util_dll(char* path, double* coords, char* face_path, int width, int height);
FACESWAP_API void render(double* params, unsigned ch... | [
"1241975543@qq.com"
] | 1241975543@qq.com |
c3b47d6ef051c22ddeadc7df3c3785ccdea61156 | 3d4a190bd9ef8dc01874678c93b879b0c7e0d26b | /3rdparty/genFiles/SupportedBandCombinationReduced-v1320.c | 0103318c42d124c37a561804c06b343f80bd50e0 | [] | no_license | ariepodga/RRC | 860b1fc874a863b067dac5f90f5f9ed5f1e9e567 | 67642a455a1e95b8532bcfed2fd75bc8152e3dab | refs/heads/master | 2020-12-15T16:20:48.309960 | 2020-01-13T17:26:50 | 2020-01-13T17:26:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,063 | c | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "EUTRA-RRC-Definitions"
* found in "../asnFiles/36331-f60-ASNfunctions.asn"
* `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -no-gen-OER -D.`
*/
#include "SupportedBandCombinationReduced-v1320.h... | [
"aa7133@att.com"
] | aa7133@att.com |
7dd2e971fe338c2cb43e414998ab697e24f20854 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/4d692755-82d3-49b9-b5a4-7ef9a174f581.c | 46bfce1a5859701f68b63662f46bbbeee6162e69 | [] | 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 | 582 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=44;
int j=12;
int k;
int l;
j = 53;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = k/j;
l = l%j;
l = i%j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
char b[68];
char c[24];
a = 0;
whil... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
3a0a96f5736291fe125cd3d414d6349d127a5afa | 8d7ed7e032f557fc6e15ab6195d1dafbb29f152c | /num_to_ch.c | 6cea16c3496bbe0ff613f692b72d68b9333aa4d9 | [] | no_license | SDPecker/printf | 23305ce5d92cf23ba2a5feb18efc40ec7e8f31e6 | f56c0660bd858caa404f7310291c46bbb885ee83 | refs/heads/master | 2023-06-15T18:21:20.782067 | 2021-07-18T17:37:36 | 2021-07-18T17:37:36 | 375,457,538 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 205 | c | char num_to_ch(int n)
{
if (n >= 0 && n <= 15)
return ("0123456789abcdef"[n]);
return ('!');
}
char num_to_ch_upper(int n)
{
if (n >= 0 && n <= 15)
return ("0123456789ABCDEF"[n]);
return ('!');
}
| [
"noreply@github.com"
] | SDPecker.noreply@github.com |
3b8c098c6e3c044ec35710790ed9f4686288a22b | 287d96d7030efdbcd5d263d63390c8323e37d0f0 | /Mv_BP10X/MVsB1_Base_SDK/middleware/audio/inc/vocal_remover.h | 071dfda76fc858e90cd48f586ede0ba52e9262e7 | [] | no_license | zqxu8888/Sdk_Refresh | 22c3bb5a2f596720deeb45576e7aee58d29e2979 | aa0fc8f993bd0c2a6982bf0a95b3461ad7e7aa6d | refs/heads/master | 2022-02-25T13:04:15.428090 | 2019-10-06T07:28:21 | 2019-10-06T07:28:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,602 | h | /**
*************************************************************************************
* @file vocal_remover.h
* @brief Remove vocal component from stereo recordings
*
* @author ZHAO Ying (Alfred)
* @version v1.3.1b
*
* © Shanghai Mountain View Silicon Co.,Ltd. All rights reserved.
****************... | [
"294518096@163.com"
] | 294518096@163.com |
ea7342f1a8258b0c98b9e7b32c7b2056a1c7c494 | 40cd18ae915952e03847a4443aee5b4bc0e0fac9 | /src/seedsprovider/dyn_dns.c | 65d1891fdfb5409d577b1b187e2db6b76cb9f47f | [
"MIT",
"BSD-2-Clause",
"BSD-4-Clause-UC",
"BSD-3-Clause",
"Apache-2.0"
] | permissive | daxbert/dynomite | ae13c6fed7dabf406e8dddd3c1e66371992b7db0 | f2624d46c26cc33019bfdb619087751146774958 | refs/heads/master | 2020-12-30T19:37:59.030895 | 2018-08-26T01:16:36 | 2018-08-26T01:16:36 | 26,664,319 | 0 | 0 | Apache-2.0 | 2018-08-26T01:16:36 | 2014-11-15T00:53:18 | C | UTF-8 | C | false | false | 3,544 | c | #include <stdio.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <stdlib.h>
#include <netdb.h>
#include <arpa/nameser.h>
#include <resolv.h>
#ifdef __APPLE__
#include <arpa/nameser_compat.h>
#endif
#include "dyn_seeds_provider.h"
#include "dyn_core.h"
#include "dyn_string.h"
// Keep poling DNS server for th... | [
"vseryakov@gmail.com"
] | vseryakov@gmail.com |
5b23d32cc4e6aabfba848dc6cb524ce19fa81d9f | a280aa9ac69d3834dc00219e9a4ba07996dfb4dd | /regularexpress/home/weilaidb/software/yasm-1.3.0/tools/re2c/mbo_getopt.h | faa5f56e208a18e7f2f21c1fb83a96f4d2b3bdab | [] | 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 | 99 | h | #define RE2C_MBO_GETOPT_H_INCLUDE_GUARD_
typedef struct mbo_opt_struct
mbo_opt_struct;
mbo_getopt;
| [
"weilaidb@localhost.localdomain"
] | weilaidb@localhost.localdomain |
5aa4422b4cfe6619683eb3493aeb5d996d2afadd | c326842680a2202f0fbb11ddb44645117ab41b44 | /libft/ft_strsplit.c | 1b15de93623e97cabf686b96597ba2966ea0738f | [] | no_license | Zicq/heaven | 0fb80724758f63032d5bc7b750935e2467ef3b69 | 89b0204c15ec574afc1568be75bc9398dd318046 | refs/heads/master | 2021-08-15T22:32:42.136739 | 2017-11-18T12:10:15 | 2017-11-18T12:10:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,820 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strsplit.c :+: :+: :+: ... | [
"vlykhodi@e2r12p6.unit.ua"
] | vlykhodi@e2r12p6.unit.ua |
0bc59e953ea4fb0bb8104c7fcc8fce24aae376ac | 61ab22f4c18ae0c6f37c3b728e951a675f9f74e7 | /dgraph/gnl/libft/ft_isprint.c | 709e39ce3463d3709af1b9e895c788c6802ea3cc | [] | no_license | rzynevych/lemin | e51af714461ed246b673352759bd4c58b8101863 | 6597e5fe0fa4daf39a140da473d0fcf9c7b78c25 | refs/heads/master | 2023-06-16T16:17:56.500092 | 2020-04-06T20:43:48 | 2020-04-06T20:43:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 992 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isprint.c :+: :+: :+: ... | [
"matruman@vo-j5.21-school.ru"
] | matruman@vo-j5.21-school.ru |
6f96bc9b3d5b06742ba2c1cf6ea6e7f7dde49903 | 52f62927bb096e6cbc01bd6e5625a119fb35c1c5 | /winutil/QvisColorTableWidget.C | 4d775fcb4c8677b21b6b91fa95effd154abacd75 | [] | no_license | HarinarayanKrishnan/VisIt27RC_Trunk | f42f82d1cb2492f6df1c2f5bb05bbb598fce99c3 | 16cdd647ac0ad5abfd66b252d31c8b833142145a | refs/heads/master | 2020-06-03T07:13:46.229264 | 2014-02-26T18:13:38 | 2014-02-26T18:13:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,015 | c | /*****************************************************************************
*
* Copyright (c) 2000 - 2013, Lawrence Livermore National Security, LLC
* Produced at the Lawrence Livermore National Laboratory
* LLNL-CODE-442911
* All rights reserved.
*
* This file is part of VisIt. For details, see https://visit.llnl... | [
"brugger@18c085ea-50e0-402c-830e-de6fd14e8384"
] | brugger@18c085ea-50e0-402c-830e-de6fd14e8384 |
664f2a3366a991a11036ab3211851c2229707737 | 3d0b66f39b6b869f84ce0094b660707b7859702d | /Temp/il2cppOutput/il2cppOutput/mscorlib_System_Collections_Generic_List_1_Enumerator_gen_34.h | 26fb3528625182a7d82a2df05c894f2a0372d2c8 | [] | no_license | choirdesign/hack-slash | b12b2e86de09b2eec62685d40eec3856df619077 | 3754f5af407a783bfaf9d9eedbb61148cc50672c | refs/heads/master | 2021-01-10T13:40:37.011080 | 2015-11-24T09:14:57 | 2015-11-24T09:14:57 | 45,164,312 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 794 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// System.Collections.Generic.List`1<System.Type>
struct List_1_t666;
// System.Type
struct Type_t;
#include "mscorlib_System_ValueType.h"
// System.Collections.Generic.List`1/Enume... | [
"wataruyamakawa@gmail.com"
] | wataruyamakawa@gmail.com |
914cfc0c789c5c41087a8b395d4a1827fb1cb9bd | d7d7027c5e93856eb29a0ee720dfee9490da8481 | /vpr/SRC/inc/inc_misc.h | f141de5a758569c4e6ff51404d50a631203a3276 | [
"MIT"
] | permissive | robinlzw/QT_Vtb2_v0.6 | 116914950e5252d57118be0ea658258008ca365e | 2a1bc909f83c4cde6dac04fe9e97b370bf27ccac | refs/heads/master | 2021-05-29T06:50:33.098532 | 2015-08-26T09:06:29 | 2015-08-26T09:06:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 225 | h | void inc_dump_nets(struct s_file_name_opts *FileNameOpts);
void inc_infer_vpack_blocks_and_pins(void);
boolean inc_read_route(const char *route_file);
void inc_print_route(char *route_file, struct s_trace **old_trace_tail);
| [
"gupta.roshan@gmail.com"
] | gupta.roshan@gmail.com |
8fe35127aa381fbca21a5fefdb64fd7f770c2fd1 | 768ba48a35f196a12e04f7bc9dda83a157edff93 | /print.c | a2cb57624c63111cde1b16a4426ec0620e157c46 | [] | no_license | raady07/RC5-and-GPS-module-Railways-Project | 1f7f0d313551424d604d3f36b465a0348b39fac2 | 2e66cd098ae486458f6a4810d22aa67165c2f974 | refs/heads/master | 2021-08-30T20:54:25.662247 | 2017-12-19T12:01:56 | 2017-12-19T12:01:56 | 114,757,678 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,682 | c | /*
* Common routines
*/
void myprint(char *s)
{
while(*s != '\0') {
putchar((int) (*s));
s++;
}
}
void myprint_hexdigit(char c)
{
// if(c > 0x0f) c = c & 0x0f;
if(c < 10) {
putchar('0' + c);
} else {
putchar('A' + c - 10);
}
}
void myprint_hexchar(char num)
{
char ... | [
"noreply@github.com"
] | raady07.noreply@github.com |
e635bde874b9e88b0e7e8e8356954c79e1efb0c0 | 9a2fa3524b7d77106ae5ca2377b7d7f9f9035211 | /Robot Code/Monsoon_2.c | a73de802c4a865bc1b9dde44d354bf49f3df7f90 | [] | no_license | kpjoyce1/Definitely-Not-Csun-Matabots-Robotcs-2015 | 72b91e41e4e8de9e74baf25d3a5e8888bd9b9eb8 | 57d2143e9b0d5b71fd2f5de28675d6e057281293 | refs/heads/master | 2021-01-10T08:31:16.412623 | 2016-04-19T03:31:38 | 2016-04-19T03:31:38 | 43,917,893 | 5 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,581 | c | #pragma config(Motor, port1, manipulatorRight1, tmotorVex393, openLoop)
#pragma config(Motor, port2, chassisLeftBack, tmotorVex393, openLoop)
#pragma config(Motor, port3, chassisLeftFront, tmotorVex393, openLoop)
#pragma config(Motor, port4, chassisRightBack, tmotorVex393, op... | [
"you@example.com"
] | you@example.com |
102cae8215b3fe326b42bb075140b771f353ad97 | 902711d13bca642692ed5b6511374b43f8571040 | /ext/LUFA-beta/Demos/Device/Incomplete/TestAndMeasurement/Descriptors.c | 20e74d272963dfa77cf03ad4459dbecbdf0bcd9b | [] | no_license | BackupGGCode/cdc-avr-at90usb162 | 6a2978400180bb963c73f10993e5fcc55afd6f12 | f95020d6be4d132e809a369b0f1ddc0fdae66958 | refs/heads/master | 2021-01-19T06:13:39.624911 | 2015-04-29T11:23:31 | 2015-04-29T11:23:31 | 34,781,934 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,785 | c | /*
LUFA Library
Copyright (C) Dean Camera, 2011.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
Copyright 2011 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Copyright 2010 Peter Lawrence (majbthrd [at] gmail [dot] com)
Permission to use, copy, modify, distri... | [
"soong162@gmail.com@9114b22b-8bff-1348-a34f-d7621fb44830"
] | soong162@gmail.com@9114b22b-8bff-1348-a34f-d7621fb44830 |
2209d071498f9acea103b90446b6e76f3ecb353d | e1ee41ced8e7200fd6a6d9a33ea31d487787233d | /C_MColoring/mColoring.c | 94b59a48e88d3c35fa7e379015a3466959bfc2af | [] | no_license | Ungdoong/CProjects | a5d7741729d6bf59186221326dcae7432db1a7f2 | 3507e5092dff733fb9074526b368ea959c507224 | refs/heads/master | 2020-05-25T13:07:10.385496 | 2019-05-22T14:13:40 | 2019-05-22T14:13:40 | null | 0 | 0 | null | null | null | null | UHC | C | false | false | 1,480 | c | #include <stdio.h>
#include <malloc.h>
int n, m, x, flag, **W, *vcolor;
void m_coloring(int i) {
int col, j;
if (i == n && validation()) {
if(!flag)
printf("@ minimum m : %d개\n", m);
for (j = 0; j < n; j++) {
if (j == 0)
printf("%d번째 방법 : ", x++);
printf("%d ", vcolor[j]);
if (j ... | [
"noreply@github.com"
] | Ungdoong.noreply@github.com |
f16e6506e327afb8af1236ff2ce6b531cc15907d | 7d9bed7b6ae939639118925a76859b4bd9ba2dae | /实验2.4-使用函数/6-2 使用函数求1到10的阶乘和.c | ed28f593b2b4832268fbba137a0fd03d1cbe646c | [] | no_license | ms0ng/Homework | 53476002b6705f47a679cb6f0d0f271d4acf69e7 | e9809147ef2ff4ac7b69b07a9bccb58069a64764 | refs/heads/master | 2020-03-30T15:26:48.540761 | 2019-07-03T04:16:30 | 2019-07-03T04:16:30 | 151,363,764 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 251 | c | double fact( int n ){
double out=1;
//方法1:从 n * (n-1) * (n-2) * ... * 2 * 1 解题
for(int i=0;i<n;i++){
out=out*(n-i);
}
return out;
//方法2:从 1*2*3*...*(n-1)*n 解题
for(int i=1;i<=n;i++){
out=out*i;
}
return out;
}
| [
"me@ms0ng.com"
] | me@ms0ng.com |
f5a2a960ce09e55b74620d4fb73e088ff4a0a4e3 | d51198a1cecf4f7db0bb36f7e18946e9aaca33f0 | /mu_platform_nxp/MU_BASECORE/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.c | f0066daae7f2f4113ee3b1164fa4d7021b88bb46 | [
"BSD-2-Clause"
] | permissive | nlshipp/WinIoT-Coral | 96b2f05865fdf2d43ea2dfe7bf932bda8f8fb123 | 015e0bc3384feddc8f85e78412d478549e65e64c | refs/heads/master | 2022-10-15T16:08:43.588577 | 2020-03-25T14:54:10 | 2021-06-28T04:46:03 | 226,706,431 | 0 | 0 | null | 2020-04-15T20:53:23 | 2019-12-08T17:40:07 | C | UTF-8 | C | false | false | 36,561 | c | /** @file
The sample implementation for SMM variable protocol. And this driver
implements an SMI handler to communicate with the DXE runtime driver
to provide variable services.
Caution: This module requires additional review when modified.
This driver will have external input - variable data and communicate... | [
"nlshipp@yahoo.com"
] | nlshipp@yahoo.com |
91a990322a072e42f95d941f3fe9bb256b31e413 | 868c96df91734ef5e8dd9d56113a3ce1b05908b5 | /mediatek/kernel/drivers/fmradio/mt6630/inc/mt6630_fm.h | cce5193a0a6046eaef5a29e3ef35ffd98b5b629e | [] | no_license | bq/aquaris-E5 | 6bd5b9a1e41398d0fb6f5ff928901ee8e5dc9115 | 9cab53cb4a4aba4e1c697e2f5940c401ed92e7cb | refs/heads/aquaris-E5 | 2021-06-24T20:35:38.281230 | 2015-05-11T08:06:58 | 2015-05-11T08:06:58 | 22,873,241 | 27 | 24 | null | 2017-04-02T04:36:59 | 2014-08-12T10:16:42 | C | UTF-8 | C | false | false | 2,301 | h | /* mt6630_fm.h
*
* (C) Copyright 2009
* MediaTek <www.MediaTek.com>
* Hongcheng <hongcheng.xia@MediaTek.com>
*
* MT6630 FM Radio Driver -- head file
*
* 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 Soft... | [
"pmoncadaisla@gmail.com"
] | pmoncadaisla@gmail.com |
79c4c0910cb2d644f22aceafc359975a913849f9 | dba71de476fcacc100bae64ed0d0a85561f99baf | /branches/2.0/doubango/tinyHTTP/test/test_transport.h | 7a2aa9888691189c9e97503405e7916c6eec1863 | [] | no_license | svn2github/doubango | 4053dd07245277234a8fb82070e17bba392f19ad | fc958eca8a4285145713315f03bd552dac569a21 | refs/heads/master | 2023-09-03T09:17:34.081239 | 2015-08-20T16:02:32 | 2015-08-20T16:02:32 | 28,213,396 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,734 | h | #ifndef _TEST_HTTP_TRANSPORT_H_
#define _TEST_HTTP_TRANSPORT_H_
#define TEST_HTTP_CAT_(A, B) A ## B
#define TEST_HTTP_CAT(A, B) TEST_HTTP_CAT_(A, B)
#define TEST_HTTP_STRING_(A) #A
#define TEST_HTTP_STRING(A) TEST_HTTP_STRING_(A)
#define TEST_HTTP_LOCAL_IP "0.0.0.0"
#define TEST_HTTP_LOCAL_PORT 8080
#d... | [
"bossiel@yahoo.fr@c7b0ae48-b0eb-11de-8bdf-3374eb5c7316"
] | bossiel@yahoo.fr@c7b0ae48-b0eb-11de-8bdf-3374eb5c7316 |
f396a2939e938e6ed684466194f914cdc329b0da | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE272_Least_Privilege_Violation/CWE272_Least_Privilege_Violation__w32_wchar_t_SHRegCreateUSKey_11.c | 8b8d08e74b9e27c698091f56d8d07cd906824b4c | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C | false | false | 4,242 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE272_Least_Privilege_Violation__w32_wchar_t_SHRegCreateUSKey_11.c
Label Definition File: CWE272_Least_Privilege_Violation__w32.label.xml
Template File: point-flaw-11.tmpl.c
*/
/*
* @description
* CWE: 272 Least Privilege Violation
* Sinks: SHRegCreateUSKey
* ... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
65669cf2a9bfa9bc353c209a2c308bd1e2ff9c6f | 07e557360f781783f8c7710561369e8c6aa890b0 | /Software/Embedded_Linux/source/module_2015-01-09/ivs_ap/8287/ivs_ap.c | 727894aaec61f69c780f79727ba1aa0859df6f0b | [] | no_license | irwin0112/gm8136_sdk | 44a50bf6c69300daf42e258d08c8d901bdf5c1f6 | 34d03991c6a6e46ac9e1097459c569df3489149a | refs/heads/main | 2023-03-16T21:16:56.776114 | 2020-11-10T14:26:14 | 2020-11-10T14:26:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 23,373 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/soundcard.h>
#include <sys/ioctl.h>
#include <sys/signal.h>
#include <unistd.h>
#include <linux/fb.h>
#include <fcntl.h>
#include <linux/version.h>
#include <sched.h>
#include <sys/mman.h>
#include <sys/time.h>
#include <fcntl.h>
#include <unistd.... | [
"wadim.mueller@continental-corporation.com"
] | wadim.mueller@continental-corporation.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.