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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
69bc389a62cb4bd92b34543f739f2581be12b88e | e84e4137144817992a5e7b5df87c356098e3a8fd | /libraries/Ping/Ping.h | e6d71ba77376a3f2caf80042f67f23891c8976f1 | [
"MIT"
] | permissive | qsctr/robocup-2016-tas | 34ae62a143f5a9f7dce472cd698e06096aff3780 | 64743ce431b6092259b890430f821371052097b8 | refs/heads/master | 2021-01-17T17:44:38.106904 | 2016-07-07T02:09:52 | 2016-07-07T02:09:52 | 62,151,448 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 147 | h | #ifndef PING_H
#define PING_H
#include <Arduino.h>
struct Ping
{
Ping(int pin);
bool over(long x);
long cm();
int pin;
};
#endif | [
"brettonchen@gmail.com"
] | brettonchen@gmail.com |
c30ded34614e58feef287b2945401cd0cf3023c5 | 8688e8f09256344fa50b8a5de440339dd43cfae2 | /FSBL_bsp/ps7_cortexa9_0/libsrc/n3z_tonetest_v1_09/src/n3z_tonetest_linux.c | 4b0c655cd97c0bfd0a9235769afa2d6c4c1df13c | [] | no_license | AssociationNicola/SDKsource2018 | d11ef8a615c92dbf980a3709acef4aea35d008e3 | 5553c478bb8eb3e67265d3c3be29b57661a94437 | refs/heads/master | 2021-09-14T14:04:35.944184 | 2018-05-14T20:46:23 | 2018-05-14T20:46:23 | 113,990,064 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,333 | c | #ifdef __linux__
/***************************** Include Files *********************************/
#include "n3z_tonetest.h"
/***************** Macros (Inline Functions) Definitions *********************/
#define MAX_UIO_PATH_SIZE 256
#define MAX_UIO_NAME_SIZE 64
#define MAX_UIO_MAPS 5
#define UI... | [
"graham@grahamnaylor.net"
] | graham@grahamnaylor.net |
439ff9feb77b406db4ad220b12bcbc7736f03846 | bec93a9ecda7ecc63dbacd1f144d8885c842d8af | /lab5/ex1.c | b99fb26d7182c8c4e80fa765ac55e5a66f233ee8 | [] | no_license | lbowei/Comp411-sp19 | c347a7dee164b89fd095136fd765c4c476e187d1 | effe7db5310649552d4031da0ff119e17cbdfaff | refs/heads/master | 2022-01-16T20:46:59.217458 | 2019-07-20T18:08:31 | 2019-07-20T18:08:31 | 197,965,787 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,576 | c | #include<stdio.h>
#include<stdlib.h>
#define true 1
#define false 0
#define MAX 100
int maze[100][100]; // 100x100 is the maximum size needed
int wasHere[100][100];
int correctPath[100][100];
int width, height;
int startX, startY, endX, endY;
int recursiveSolve(int x, int y);
int main() {
int x, y;
... | [
"ijameswei@berkeley.edu"
] | ijameswei@berkeley.edu |
75b34fc704623c51c9afb8f944e48cee65e650ac | 68b5c25a5cffd56f0574bb503d63d9dad99207c7 | /bitvector/bitvector.h | d2a3b5a923aea9de939540b9fe8fc98b7c11481f | [] | no_license | yaraalaa0/ARP_headers | a5764913aebf9cdb0cbca46bf354663748fb7c8e | 827363311782c4c11552293aa80d1966ce8bd9a4 | refs/heads/main | 2023-02-26T07:17:20.198052 | 2021-01-30T08:55:19 | 2021-01-30T08:55:19 | 334,710,231 | 0 | 0 | null | 2021-01-31T17:08:39 | 2021-01-31T17:08:39 | null | UTF-8 | C | false | false | 921 | h | #ifndef _BITVECTOR_H_
#define _BITVECTOR_H_
#include <stdio.h>
#include <limits.h>
#include <stdint.h>
// set all bit 1
#define RIGHT_BITMASK(var, len) { var = 0; for(int j=0; j<(len); j++) var += (1 << j); }
#define BIT(pos) 1 << pos
typedef uint64_t BITVECT_64BIT; //64bit, not depending on the machine, unsigned
/... | [
"francesc.ganci@gmail.com"
] | francesc.ganci@gmail.com |
477572b41d23756eadcb07e7f8afb77b83302e51 | bf2f96d715af8ab698c276a5300a35aec0da88b7 | /HelloWorld.c | efa2286e8dd4eb084d6573eeea0c1e6b926d538b | [
"MIT"
] | permissive | arnobpl/LLVM-Intro-Function-Pass | 9f9fdd04b7fe5a2257848ce8625d6da81bf44da7 | 7d4c4b8877c5472304f56e56f04ece005d35da41 | refs/heads/master | 2020-04-15T21:59:51.612532 | 2019-01-10T21:16:01 | 2019-01-10T21:16:01 | 165,055,520 | 9 | 0 | null | null | null | null | UTF-8 | C | false | false | 491 | c | // 'Hello World!' program
#include <stdio.h>
#include <string.h>
void concatCharArray(char *result, const char *a, const char *b, const char *c);
int main()
{
printf("Hello World!\n");
char concatString[200];
concatCharArray(concatString, "I am ", "testing ", "llvm!\n");
printf("%s", concatString);
... | [
"arnobpl@gmail.com"
] | arnobpl@gmail.com |
4f945f01d652be151260219f2adb03a9809389cc | 7a0f1b1a4e6aed7c7611a74f4d4f866fc9e26d5f | /ApplyLayer/HostStatus/HostStatus.h | d8351bafd06cc45bf47ae56eac6c514276208310 | [] | no_license | xuanxuanblingbling/Hello-world | 4b29765ca67d6d5c08e8254dbb39e16680f88498 | f3a17d970d12316b3fac2d9ed9a0f21f5abd4de6 | refs/heads/master | 2022-05-25T23:14:28.242513 | 2020-05-02T16:11:00 | 2020-05-02T16:11:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 356 | h | /*
* HostStatus.h
*
* Created on: May 25, 2018
* Author: root
*/
#ifndef HOSTSTATUS_H_
#define HOSTSTATUS_H_
#include "../../Include/lib_Include.h"
#include "../../DataSet/DataSet.h"
#include "../Common/Common.h"
#include "../Common/SendData2Pad.h"
extern int InitHostStatus();
extern int getHvInfo(tVehDat... | [
"bhu_v00@126.com"
] | bhu_v00@126.com |
923f0b41f99d5237855d449270af93f6f3c820cc | 11da53d76f501f46368f6f73f7b622713f1e401d | /modules/core/examples/mars-tencent/ios/mars.framework/Headers/openssl/gen_rsa_key_pair.h | fb54c6da50da71b2598c4864d1610e092d9085d2 | [
"Apache-2.0"
] | permissive | Caijiacheng/react-native-mars | ab05e60a7033b8f2f870657b68575f024a25b71b | 4f09cd3e9c95cc2bd881699b50285fb20604ab0e | refs/heads/master | 2021-01-12T02:47:05.302333 | 2017-02-02T02:31:12 | 2017-02-02T02:31:12 | 78,101,300 | 7 | 0 | null | 2017-01-19T15:52:46 | 2017-01-05T09:57:14 | Java | UTF-8 | C | false | false | 543 | h | /*
* GenRsaKeyPair.h
*
* Created on: 2016年3月21日
* Author: wutianqiang
*/
#ifndef EXPORT_CRYPTO_GENRSAKEYPAIR_H_
#define EXPORT_CRYPTO_GENRSAKEYPAIR_H_
#ifdef __cplusplus
extern "C"{
#endif
#include <stddef.h>
typedef enum{
kBufNotEnough,
kOK,
} GenRsaKeyResult;
GenRsaKeyResult generate_rsa_key_pair... | [
"sh1@meitu.com"
] | sh1@meitu.com |
0ae52dcd1bf094be28dd878a2f9458dc4a670cd9 | 113de4fb6cb7dffd660dcffc564b66ec1455df8d | /geometry.h | dfc851c07d422dd265707cfd48661992c6c13099 | [] | no_license | peacememories/vis1_2015 | 62fcf5d739ef9ec3b2690ab5155e647fa25cecfe | 2a1b2805fa55dce23d858d4a6c658aa706b13669 | refs/heads/master | 2021-01-22T07:06:39.814739 | 2015-12-10T12:32:27 | 2015-12-10T12:32:27 | 45,358,617 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 498 | h | #ifndef GEOMETRY_H
#define GEOMETRY_H
#include<QVector>
#include<QVector3D>
#include<QVector2D>
struct Mesh {
QVector<QVector3D> vertices;
QVector<QVector3D> normals;
QVector<unsigned int> indices;
};
void plane(Mesh&, QVector3D const& direction = QVector3D(0,0,1), QVector3D const& position = QVector3D(0... | [
"peacemotion@gmail.com"
] | peacemotion@gmail.com |
a8361ac3f8b10d0ed3a43989fad80874849b5841 | 83cb2749b582294916c9c700c81749e2ea125e39 | /mqx/source/bsp/vybrid_autoevb_a5/init_hw.c | 5f8953e3928fe4a3951388e1248292845546371e | [] | no_license | jiaoah97/MQX411 | 446d41cdb70327dad9598fb6e847b7efff5579b4 | 78cf20856d7f49b09370ef066c1f9c83aaada0ec | refs/heads/master | 2021-05-29T10:06:15.845663 | 2015-05-06T14:00:32 | 2015-05-06T14:00:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,736 | c | /*HEADER**********************************************************************
*
* Copyright 2012 Freescale Semiconductor, Inc.
*
* This software is owned or controlled by Freescale Semiconductor.
* Use of this software is governed by the Freescale MQX RTOS License
* distributed with this Material.
* See the MQX_RTOS_L... | [
"kunyi_chen@(NB)"
] | kunyi_chen@(NB) |
ad4e3f594cf0cbd73760220a2d4479320d5a55ed | 1ce44b24551fc26d110d8a114a58625f5c489f4d | /04 Linear Linked List DS/linearlinked_list.h | f42d29691e9733c8297cf986d1a0b93e3c884318 | [] | no_license | Ahmed-Abd-El-Ghafar/Basic_Data_Structures | 9e792684f5233a560df5c66e68b13176f2b64836 | 7b7382509e713315d20a1ecaa07fd740b33b1e3b | refs/heads/master | 2022-12-23T03:44:59.517257 | 2020-09-30T12:09:14 | 2020-09-30T12:09:14 | 296,716,692 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 501 | h | #ifndef _LINEAE_LINKED_LIST
#define _LINEAE_LINKED_LIST
#include "std_types.h"
typedef struct node{
uint32_t data;
struct node *next;
}node_t;
return_status_t add_node_at_the_start(void);
return_status_t add_node_at_the_end(void);
return_status_t display_linked_list(void);
return_status_t delete_node_at_the_... | [
"Ahmed.Elghafar@AVELABS.CAI"
] | Ahmed.Elghafar@AVELABS.CAI |
a980bc25bde3c54f9d71c73beb8b6e1341640832 | e2b8900e76c5fd1e609e07984447083b242aad5a | /Clifford/resource.h | bd7f0fdedd39ae21b2d1548b06e02906f8907ede | [
"MIT"
] | permissive | schwarzlichtbezirk/attractors | 66c548208d0c72fe07dc9601496dc5e476b3e3a5 | 794c037283ff5b348583098ba80e6b431629b59a | refs/heads/master | 2021-09-09T14:28:20.100543 | 2018-03-17T02:53:36 | 2018-03-17T02:53:36 | 119,609,223 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 436 | h | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by script.rc
//
#define IDI_MAIN 100
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 102
#define _APS_NEXT_COMMAND_VALUE ... | [
"schwarzlichtbezirk@gmail.com"
] | schwarzlichtbezirk@gmail.com |
77fc8aab2aaf6a72382a2878f56563dc34e3ece5 | e47ee06e1e81eba65b39b074dfab5bf0fbb803f9 | /Lua/modules/stepper.c | ffb8e4cb7bfbe672bbcf9de25ee6a5d5ea858018 | [
"LicenseRef-scancode-other-permissive"
] | permissive | DougThompson1976/Lua-RTOS-PIC32MZ | 6ab0d80d96dc9b2591b8467bd91ff297ca23c21f | 122c62321eca6476d8bf25a328a260741830e3d2 | refs/heads/master | 2020-03-08T23:55:29.298480 | 2016-11-17T14:31:25 | 2016-11-17T14:31:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,951 | c | /*
* Lua RTOS, stepper Lua module
*
* Copyright (C) 2015 - 2016
* IBEROXARXA SERVICIOS INTEGRALES, S.L. & CSS IBÉRICA, S.L.
*
* Author: Jaume Olivé (jolive@iberoxarxa.com / jolive@whitecatboard.org)
*
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software
* and its docum... | [
"jolive@iberoxarxa.com"
] | jolive@iberoxarxa.com |
99c52cb286c42a52ed22c19db150ec70e1ce523b | 23284fd428d4da2de41042bd1df534dd32fbda57 | /Pointers/pointers3.c | 37d0caeffa5857c6e1cd905c0758166573014342 | [] | no_license | anuragmukherjee2001/C_and_CPP_programming | 889765d6162b3ebe3e995faf61b76ebbbcc93a22 | caed84226bae566c9ab9109a3e0031bedc8e4dac | refs/heads/master | 2023-01-10T04:37:02.754292 | 2020-10-26T15:39:30 | 2020-10-26T15:39:30 | 283,128,495 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 271 | c | // printing array using pointer
#include<stdio.h>
int main()
{
int a[10],i,*p,n;
printf("\n enter the size of the array");
scanf("%d",&n);
for(i=0;i<n;i++)
{
scanf("%d",&a[i]);
}
p=&a[0];
for(i=0;i<n;i++)
{
printf("%d ",*p);
p++;
}
return 0;
}
| [
"anuragmukherjee2001@gmail.com"
] | anuragmukherjee2001@gmail.com |
8bcb5f353432e213c62b5efb67f683d7d9d79407 | 7a6f1431bbefc9c1d1fb7f6c89f03f9ec07fbdc5 | /102_2.c | 27788739e11c7633574c80e41686c915e3892350 | [] | no_license | abhisekmane98/Code6 | 7129dd5685c75acb7c9e012aea88c9ac1e0d7609 | 253fb7edcb679f928c2fd30de209d0200d42825c | refs/heads/main | 2023-08-23T08:35:48.919663 | 2021-10-02T18:10:20 | 2021-10-02T18:10:20 | 412,873,320 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 370 | c | #include<stdio.h>
#include<string.h>
void read (char*,char*);
int main()
{
char s[20],p[40];
puts("Enter a string");
gets(s);
gets(p);
printf("%d,%d\n",sizeof(s),strlen(s));
printf("%d,%d\n",sizeof(p),strlen(p));
read(s,p);
}
void read (char *s,char *p)
{
printf("%d,%d\n",sizeof(s),strlen(... | [
"noreply@github.com"
] | abhisekmane98.noreply@github.com |
494e1d5da79016a0a4b87c1d89b15615e7cb9264 | 6097c37a22757fe17c4ea711e35c4f0342ce4b62 | /架构/A03/SRC/eerom.c | f16b4b6c8dbd66ccfb4a6532c45c195e978939d2 | [] | no_license | Freepom/modules | 9aef45ec3505994add1a2c458a0781154d1f4df2 | 18b878c5f2098aed7e8c22a8d82496f0db481778 | refs/heads/master | 2020-05-19T21:40:33.193681 | 2019-05-06T16:19:53 | 2019-05-06T16:19:53 | 185,230,683 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,222 | c | #include "eerom.h"
/*----------------------------
Software delay function
----------------------------*/
//void Delay(u8 n)
//{
// u16 x;
//
// while (n--)
// {
// x = 0;
// while (++x);
// }
//}
/*----------------------------
Disable ISP/IAP/EEPROM function
Make MCU in a safe state
---------... | [
"578218949@qq.com"
] | 578218949@qq.com |
193ddb04245bb1654c5b80a8b6b1d1474bff64ad | eb8fde6e6405474ec76bdaf2c2fdb148f8a6c9ba | /drivers/lpuart/fsl_lpuart_dma.c | d0583e93aa4545318fc7853cd5eb82915b3c10d5 | [] | no_license | jsplyy/mcu_project_generator | 50cd791a20e4e28c738125e8cbde50845645d5dd | e9b510c963a837a447ee83e933316f7a5248b780 | refs/heads/master | 2021-01-22T21:45:53.918445 | 2017-03-19T12:30:22 | 2017-03-19T12:30:22 | 85,473,423 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,863 | c | /*
* Copyright (c) 2015, Freescale Semiconductor, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* o Redistributions of source code must retain the above copyright notice, this list... | [
"jingsai.lu@nxp.com"
] | jingsai.lu@nxp.com |
f63089c1334931bea6ff3918612f0596bf6cdef5 | 6a42841765f2356da99d9844cab8f3f3353eaebf | /Platform/共享组件/公共服务/ComService.h | b4f3f80daf6b6841b9460818cb8fb04d9a0f33c2 | [] | no_license | Ivanhan2018/wh6602_zhuque | d904e1d7136ed7db6cd9b46d65ab33797f400a74 | b0e7e574786eac927d109967618ba2a3af5bbee3 | refs/heads/master | 2020-04-05T17:28:14.739789 | 2018-12-24T07:36:47 | 2018-12-24T07:36:47 | 157,062,380 | 2 | 8 | null | null | null | null | GB18030 | C | false | false | 1,077 | h | #ifndef COM_SERVICE_HEAD_FILE
#define COM_SERVICE_HEAD_FILE
//////////////////////////////////////////////////////////////////////////
//系统头文件
#include "AfxHtml.h"
#ifndef GAME_LOAD_DLL
#include "..\..\模板库\Template.h"
#else
#include "Template.h"
#endif
///////////////////////////////////////////////////////////... | [
"hanshouqing85@163.com"
] | hanshouqing85@163.com |
9f18f216e380c993dfa1487ac6a18da1ce612c37 | 64f489e5bee7384bfb3afb50a20e7741377cfdd9 | /src/embedded/CC1310Ware/driverlib/aon_rtc.c | 029624fe87868b30361978ab691cd8cbaff6bfa3 | [] | no_license | smthmelv/SeniorDesignMay1622 | b8f82d6faedf1fb62c2498c7fa71f767a3a91a82 | ab5e4a655a68be79be707d2b5cb4c67f9980c392 | refs/heads/master | 2020-07-04T06:20:05.616675 | 2016-04-27T22:14:38 | 2016-04-27T22:14:38 | 202,185,431 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,669 | c | /******************************************************************************
* Filename: aon_rtc.c
* Revised: 2015-06-24 13:36:23 +0200 (Wed, 24 Jun 2015)
* Revision: 44023
*
* Description: Driver for the AON RTC.
*
* Copyright (c) 2015, Texas Instruments Incorporated
* All rights... | [
"mattrose@iastate.edu"
] | mattrose@iastate.edu |
cf2b51fe33065875c75407569644067c7e10868b | 64f010dbe27cf2b48df70baac87f01dc9c93344d | /Dll1/malicious.h | 4d2135a6005f451af120885163e064f9fc9e413a | [] | no_license | Li0rf077/messagebox-dll | fdc26190eed1e4161ef1802ffc585a8759aac0f4 | e87bd1b9b6fd47b8222e3dad12cb4d1adf18447b | refs/heads/master | 2023-06-18T12:57:02.777439 | 2021-07-18T06:35:12 | 2021-07-18T06:35:12 | 387,108,024 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 158 | h | #pragma once
#ifdef Dll1_EXPORTS
#define Dll1_API __declspec(dllexport)
#else
#define Dll1_API __declspec(dllimport)
#endif
extern "C" Dll1_API void msg();
| [
"liorf@DESKTOP-616CC81"
] | liorf@DESKTOP-616CC81 |
a363dcf8f9f5131a9d57f9a8cd59a7af380c23ea | fb5694fed9f9146496b457976ce32a5e3371f989 | /Hello.c | a732c7bf3ec8bfaa651502ce9daf57fd85d3d2c6 | [] | no_license | mitz90/hello-world.c | 1fa2507d3784b89a671f952b27c77282f364d559 | f067bf36c6b79cf015bfc5dfca13b095a43a7cff | refs/heads/main | 2023-02-11T14:00:07.925798 | 2021-01-11T14:36:24 | 2021-01-11T14:36:24 | 328,689,757 | 1 | 0 | null | 2021-01-11T16:01:44 | 2021-01-11T14:26:45 | C | UTF-8 | C | false | false | 61 | c | #include<studio.h>
void main()
{
print f("hello world!!");
}
| [
"noreply@github.com"
] | mitz90.noreply@github.com |
1c0f2190a77056a058d24bd1138f234c4f2cd146 | 5cf76fb9cf61d522b2e9980b6cba7ba45b5ae1d6 | /ACTIVIDAD 6.c | 470764d5a4b66437618b41be249048b8db5946fd | [] | no_license | Nathanael1218/GUIA-EXAMEN-PRIMER-CORTE- | c85b015f93a69d939b97c7d2745c26d7fa206692 | 7577293d1986140e697dfba74cf600f505cd4997 | refs/heads/master | 2020-08-14T19:26:32.142225 | 2019-10-17T04:45:09 | 2019-10-17T04:45:09 | 215,222,056 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 287 | c | /*HERNANDEZ GAONA VICTOR NATHANAEL
1AV6 ACTIVIDAD 6*/
#include<stdio.h>
#include<conio.h>
int main(void){
int numero;
printf("\nIntroduzca un numero entero:");
scanf("%d",&numero);
if (numero%2==0)
printf("\nEs par");
else
printf("\nEs impar");
getch();
return 0;
}
| [
"noreply@github.com"
] | Nathanael1218.noreply@github.com |
473003381d4d3cf2a546414056cd8c958ade998a | fe692881320e10c55962cebd165d478c1434c359 | /item/44/4401.c | 49bfd9f2499eb37e42d79050fa7172fe2d95c21e | [] | no_license | anho9339/chienquoc | 130602c90c43053bbc99dfbfbc877de0b2d81dd7 | cb5157d5eabcb4bb2ff71c292cfbdd5dc5fbb221 | refs/heads/master | 2021-07-04T07:51:49.408023 | 2021-02-01T15:15:58 | 2021-02-01T15:15:58 | 222,929,950 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,192 | c | // 自动生成:/make/item/make31c
#include <ansi.h>
#include <item.h>
inherit ITEM;
inherit COMBINED;
inherit USABLE;
// int get_max_combined() { return 30; }
int get_item_type_2()
{
return ITEM_TYPE_2_PET;
}
int is_pet_item()
{
return 1;
}
void create()
{
set_name("Cao Cấp Sủng Vật Gia Quả");
set_picid... | [
"hothienan1993@gmail.com"
] | hothienan1993@gmail.com |
64c31042f030ab569c1dc7016ee7a9316bac3b46 | 72dd032e3eed27c921c1cb1782ed5f6bd833c6c4 | /data_structure/graph/adjacencyMatrix.h | af2eba97a6ba20cf039f0822a96c790f603b87c4 | [] | no_license | doudouOUC/algorithms | 087e8da6aa48a13a2f2d8dba6d0d73132d8b13e4 | b3a645514a23bd9a2b52e0c6f097d4abff3cc2f2 | refs/heads/master | 2021-01-18T13:47:14.492424 | 2015-01-12T02:22:51 | 2015-01-12T02:22:51 | 10,348,598 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 514 | h |
#define MAXVERNUM 100 //最大顶点数100
#define INFINITY 200
typedef char VertexType; //顶点类型设为字符型
typedef int EdgeType; //边的权值设为整型
/* Mgragh 是以邻接矩阵存储的图类型 */
typedef struct
{
VertexType vexs[MAXVERNUM]; //顶点表
EdgeType edges[MAXVERNUM][MAXVERNUM]; //邻接矩阵,即边表
int numVertexes, numEdges; //顶点数和边数
}MGraph;
/*建立有向图G的... | [
"djy1989418@126.com"
] | djy1989418@126.com |
275194aec824986b2bfca21228ef7b76eda0a3fd | 1b09f70a0c04d50e2efab532e9a92dda0ed5163d | /BSD/bmake/files/lst.lib/lstInit.c | 4435d9a68cde773dc666e1cb22c59fbce01dec55 | [] | no_license | Plan9-Archive/ports2plan9 | e2c9d38bd6283e58b967a25abe1dd4221a0ca839 | ffb0ecedc16be982affeedb1b3cc800314e7f098 | refs/heads/master | 2020-12-10T19:57:00.463612 | 2020-01-13T19:16:40 | 2020-01-13T19:16:40 | 233,673,784 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,751 | c | /* $NetBSD: lstInit.c,v 1.3 2009/09/18 21:27:26 joerg Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Adam de Boor.
*
* Redistribution and use in source and binary forms, w... | [
"henesy.dev@gmail.com"
] | henesy.dev@gmail.com |
5e0720b76eb732f47663d4ba4d59ca35555cfeb5 | 5eff7a36d9a9917dce9111f0c3074375fe6f7656 | /driver/xf86-video-mga/src/mga_video.c | d703e48bb0b4bb5069780bf61ca5584cf05a09d9 | [
"MIT",
"LicenseRef-scancode-mit-old-style",
"MIT-open-group",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | openbsd/xenocara | cb392d02ebba06f6ff7d826fd8a89aa3b8401779 | a012b5de33ea0b977095d77316a521195b26cc6b | refs/heads/master | 2023-08-25T12:16:58.862008 | 2023-08-12T16:16:25 | 2023-08-12T16:16:25 | 66,967,384 | 177 | 66 | null | 2023-07-22T18:12:37 | 2016-08-30T18:36:01 | C | UTF-8 | C | false | false | 55,217 | c | #ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "xf86.h"
#include "xf86_OSproc.h"
#include "compiler.h"
#include "xf86Pci.h"
#include "xf86fbman.h"
#include "regionstr.h"
#include "mga_reg.h"
#include "mga.h"
#include "mga_macros.h"
#include "xf86xv.h"
#include <X11/extensions/Xv.h>
#ifdef USE_XAA
#include ... | [
"matthieu@openbsd.org"
] | matthieu@openbsd.org |
5108e3d9fb2bb55cb925c284ce35bac640fbf467 | a55df5394df58c42351eb4b20d5162d8281de9a7 | /P04_ipc_shm/sig.h | 86a5db108ad3c51703ddb37a468454447692ca8a | [] | no_license | sysplay/lsp2 | 62e29c616f1aeacae975fd58f416b66a05feb67a | 48e819cd895ecfd08390ccf334ca2622f65e1c42 | refs/heads/master | 2022-11-12T00:08:57.342381 | 2020-06-23T03:39:10 | 2020-06-23T03:39:10 | 270,703,247 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 21 | h | ../P03_ipc_pipe/sig.h | [
"pradeep@sysplay.in"
] | pradeep@sysplay.in |
c467244b1216d8583227e5fdb99a2cd45782f959 | fc510fa767cef201f7d6a0511c20439923388fe5 | /sams/insert_node.c | 922e09ec2fa70f60894dffbefe0dd52a1626b4ab | [] | no_license | zyandeep/Hello-C | d81ce20d347239f354d86e1417d1ed780494258f | 527fad9e813e7bade1439b54bda55d45b4982fb8 | refs/heads/master | 2020-03-21T11:18:20.691953 | 2018-06-24T16:51:09 | 2018-06-24T16:51:09 | 138,499,402 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 850 | c | /* Inserting a node at the beginning */
#include <stdio.h>
#include <stdlib.h>
typedef struct node
{
int data;
struct node* next;
} Node;
void insert( int x, Node **p_head );
void print_list( Node *head );
int main( void )
{
int numbers, num, i;
/* Creat the head of the list */
Node *head = NULL;
printf( "\... | [
"zyandeep000@gmail.com"
] | zyandeep000@gmail.com |
e355b3eaf8a0a0ec2f91bac984dab5654b5bd900 | 10543bb5cdb5e9156a07fb53aac394b5fe4a69d1 | /https_web_server/util.h | 58a74acf00f88dbb6589d3055857ce9a128747fa | [] | no_license | alukang/myOBO | 49ccb0d0fa84294e8602ece2080d04f0fc3823b7 | 2370e8b410acd3daad6992d68dcb6b34b12233d3 | refs/heads/master | 2021-06-29T03:19:29.438438 | 2017-09-18T08:31:06 | 2017-09-18T08:31:06 | 103,805,205 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 818 | h | #ifndef __OBO_BUSI_H__
#define __OBO_BUSI_H__
#define MYHTTPD_SIGNATURE "MoCarHttpd v0.1"
#include <event2/bufferevent.h>
#include <event2/bufferevent_ssl.h>
#include <event2/event.h>
#include <event2/http.h>
#include <event2/buffer.h>
#include <event2/util.h>
#include <event2/keyvalq_struct.h>
#include <openssl/ss... | [
"1472395315@qq.com"
] | 1472395315@qq.com |
488a11e78cbdefc94d89d00365dda3794745bb68 | 19e356aa308d3adef259a912b29950a3af37a2e2 | /Temp/il2cppOutput/il2cppOutput/Parse_Unity_Parse_Internal_FlexibleDictionaryWrapper_2_U3CGe_55MethodDeclarations.h | b8d3451261efc29d1c864fb061e6aaaa0df7f198 | [] | no_license | minuJeong/AcocGame | 87314d914b72290fff347cc590ae03669d10d6ba | 24eeaba66393890998d55a633fcbd17d984549b4 | refs/heads/master | 2021-03-12T23:51:57.818655 | 2015-03-29T12:44:58 | 2015-03-29T12:44:58 | 32,936,460 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,633 | h | #pragma once
#include <stdint.h>
#include <assert.h>
#include <exception>
#include "codegen/il2cpp-codegen.h"
// Parse.Internal.FlexibleDictionaryWrapper`2/<GetEnumerator>d__4<System.Int16,System.SByte>
struct U3CGetEnumeratorU3Ed__4_t9265;
// System.Object
struct Object_t;
// System.Collections.Generic.KeyValuePair`... | [
"minu.hanwool@gmail.com"
] | minu.hanwool@gmail.com |
d8374aebe6e4cf5449c6bb08e6156568ffde5043 | 3626d4b595b2aadde4e89c503031d022d1d0103f | /Sample/notification_items.h | ef725452df56e2e1c61f10c7c3df2f75c84b7199 | [] | no_license | coolfat/bce-live-capture-sample-win | 96b6646b6d7cbe91c1f7a650b1d2e433b0dec7ab | 01290830ebc7e45cd18ffab2d0c07a0665ef5b75 | refs/heads/master | 2020-05-20T23:51:30.402341 | 2016-06-27T07:53:57 | 2016-06-27T07:53:57 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 905 | h | #ifndef __NOTIFICATION_H__
#define __NOTIFICATION_H__
// notification property map
static const PropertyItem s_notification_items[] = {
{
_T("通知名称"),
offsetof(lc_notification_t, name),
LC_MAX_NOTIFICATION_NAME_LEN,
read_string,
write_string,
NULL,
... | [
"wz_2005@126.com"
] | wz_2005@126.com |
3a36ab087d550af81d707b22beb51ae831c81874 | 424bfa9f6420b46d855fb62d0aeaacb2c3d2c974 | /exploits/hardware/dos/27241.c | 8a8b0a17e9a9d6ebc7f2d58a121b398ae882336c | [] | no_license | orf53975/metasploit-modules | 0873736106e4cb5e8f9e91e1c5caee72fb9ca59d | d2f3b89cce06b24cfa810c8fb44f7cf2b6ba1391 | refs/heads/master | 2021-08-23T23:44:22.017942 | 2017-12-07T03:27:10 | 2017-12-07T03:27:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,115 | c | source: http://www.securityfocus.com/bid/16690/info
D-Link DWL-G700AP HTTPD is prone to a remote denial-of-service vulnerability. This issue is due to a failure in the 'httpd' service to properly handle malformed data.
An attacker can exploit this issue to crash the affected webserver, effectively denying service to ... | [
"smartech56@gmail.com"
] | smartech56@gmail.com |
095a886dfb69a563d70805796c5e46ed16992e33 | 2d45d748a6ae870ad3d2d3c646a3116c81e247f9 | /Arrays/Arrays2DInitialize.c | 99dc0691e05ebfa756ca863a130d49b4b94fab8f | [] | no_license | pramitbhatia25/C-Programs | 2fbc51e925d6f0c14046df46fee65e251ae54eb7 | 4800d77f358099730c1a26dc619dc6d0197eca10 | refs/heads/main | 2023-07-13T06:55:17.702867 | 2021-08-26T09:58:17 | 2021-08-26T09:58:17 | 308,596,140 | 7 | 0 | null | null | null | null | UTF-8 | C | false | false | 430 | c | #include <stdio.h>
//Initialize and display 2d array
int main()
{
int array1[4][3] = { {12,62,32}, {15,75,35}, {15,75,235}, {15,75,352} };
int array2[4][3];
for(int i= 0; i < 4; ++i)
{
for(int j = 0; j < 3; ++j)
{
printf("%d %d \n", i,j);
scanf("%d", &array2[i][j]);
}
}
for(int i = 0; i < 4; ... | [
"pramitbhatia25@gmail.com"
] | pramitbhatia25@gmail.com |
991d6f3ac3cb78ec32e317aaae625a25a69ce059 | 918e3f6c3accade7fcc4b1b767bc5d4ea10058ac | /bind/contrib/snoof/dns.h | 006200bd59056144716b6523f5aec92c34efeab4 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | aosm/bind | 269ba7e945428b7396633a9f0d8a5f1518851448 | 09f6ec630723bb6abc4bf9baabfbcf70f1d69cb0 | refs/heads/master | 2023-07-08T22:45:44.118936 | 2013-03-21T14:51:53 | 2013-03-21T14:51:53 | 8,930,993 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 704 | h | #define DNSHDRSIZE 12
struct dnshdr {
unsigned short int id;
unsigned char rd:1; /* recursion desired */
unsigned char tc:1; /* truncated message */
unsigned char aa:1; /* authoritive answer */
unsigned char opcode:4; /* purpose of message */
unsigned char qr:1; ... | [
"rasmus@dll.nu"
] | rasmus@dll.nu |
5511934fbb4adb69729bb5c4a9cc51dec0396bbf | e23bfc183131d8b16352f42d06e6a240d24e6366 | /Libft/ft_strchr.c | 6706c8641f7202f31a815093eb6a6a25408f2150 | [] | no_license | ariard/ft_ls | 3bdbd05a273c5c81d913d462fb9ad5ecb30c9750 | 5ac067e9e3f17333428e1dbafd548a0edbde7569 | refs/heads/master | 2020-06-22T07:22:24.046578 | 2016-12-27T15:41:15 | 2016-12-27T15:41:15 | 74,599,531 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,047 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* strchr.c :+: :+: :+: ... | [
"ariard@student.42.fr"
] | ariard@student.42.fr |
dd52e98b3ab0679d5d90592bf79b69f8ff433fa7 | e6d91a5e55b9b0cdb0ac5ca6099df6b744429fd6 | /src/TreeMaker/Production/test/jetBins/b3/phimuphij1b3.C | 80b07b180659ef778f2756d09dee10b8d284f139 | [] | no_license | delgadoandrea/CMSSW_7_4_6_patch6 | 25b9d850497c549eb9897ed13810da1b37236129 | 972ca9dd56ae50b104937238a7025412cc53d718 | refs/heads/master | 2021-01-10T11:55:55.234939 | 2016-03-16T15:21:48 | 2016-03-16T15:21:48 | 53,610,216 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,476 | c | void phimuphij1b3()
{
//=========Macro generated from canvas: b3/phimuphij1b3/b3/phimuphij1b3
//========= (Tue Nov 24 14:24:08 2015) by ROOT version6.02/05
TCanvas *b3/phimuphij1b3 = new TCanvas("b3/phimuphij1b3", "b3/phimuphij1b3",420,442,700,700);
b3/phimuphij1b3->Range(-3.926991,-5.166775,3.926991,-0.821989);... | [
"delgado_andrea@neo.tamu.edu"
] | delgado_andrea@neo.tamu.edu |
aa159a4336c8340842a0cca208d5094177a5b186 | f3c2026baf2ec2e56fc76181ff0e6d756a08e0d1 | /Mr.stream/libavcodec/utils.c | d8732eb6dc27d0e1026b70a307e1c3fd618e162e | [] | no_license | Lava-Liu/media | 9572e8bece6187c26e122d02481a886e9a9f6f07 | ab77d860889655c899206a032462266dd5a42d84 | refs/heads/master | 2023-02-04T16:25:50.091020 | 2019-12-12T01:27:31 | 2019-12-12T01:27:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,870 | c | /*************************************************************************
> File Name: utils.c
> Author: albertfang
> Mail: fang.qi@besovideo.com
> Created Time: 2015年03月23日 星期一 12时03分19秒
************************************************************************/
/*
* This program is free software; yo... | [
"silence@silence-VirtualBox.(none)"
] | silence@silence-VirtualBox.(none) |
87b8ca1646aff5a4394cbe69dd7a01a0b95d213c | f1f7d58e0636e18677f3bc506e8cb28e79c84921 | /JudgerSandbox/test/test_src/c/normal/test_args.c | 21db8d3342c88443cd9c9099676ad08c950b7488 | [] | no_license | caozixuan/CodeJudger | 487292ee9b2c0502b6ff9efc35e3bbd1c1e09178 | 1136aefcd29b477077eb9a17043b63ccf2d9a65d | refs/heads/master | 2020-04-26T07:35:46.658296 | 2019-05-15T11:01:38 | 2019-05-15T11:01:38 | 173,398,150 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 169 | c | #include <stdio.h>
int main(int argc, char* args[])
{
for (int i = 0; i < argc; ++i)
{
printf("argv[%d]: %s\n", i, args[i] );
}
return 0;
} | [
"yulianwei1998@163.com"
] | yulianwei1998@163.com |
40864d7fbdc24393378aba269811e0ab80289042 | e25c8b65c0115053b14f8ecffaea94a964eefa1f | /ds/obj/npc/garrison.c | c24428a56f5a4e44807d3d6913cee1807cebe098 | [] | no_license | zwshen/mudos-game-ds | c985b4b64c586bdc7347bd95d97ab12e78a2f20f | 07ea84ebdff5ee49cb482a520bdf1aaeda886cd0 | refs/heads/master | 2022-03-01T14:55:10.537294 | 2022-02-15T15:41:26 | 2022-02-15T15:41:26 | 244,925,365 | 4 | 1 | null | 2022-02-15T15:41:27 | 2020-03-04T14:44:49 | C | BIG5 | C | false | false | 1,192 | c | // garrison.c
#include <ansi.h>
inherit NPC;
void create()
{
set_name("縣城官兵", ({ "town garrison", "garrison" }) );
set("long",
"這是個正在執行公務的縣城官兵﹐雖然和許\多武林人物比起來﹐官兵\n"
"們的武功\實在稀鬆平常﹐但是他們是有組織、有紀律的戰士﹐誰也不\n"
"輕易地招惹他們。\n");
set("attitude", "heroism");
set("vendetta_mark", "authority");
set("pursuer", 1);
set("st... | [
"zwshen0603@gmail.com"
] | zwshen0603@gmail.com |
31c8691901642c1e3f983a5cf5c70ff139f05caa | 28755d1c6baee5e18557807ea81b87865f062c23 | /0x05-pointers_arrays_strings/2-strlen.c | f510a5b59d874feac4a71421914f1948cb88620e | [] | no_license | luiscode92/holbertonschool-low_level_programming | 80681c01820b9c15500a4393c72317c8d0ab5ae6 | bfc326b090a16af3653f3012011badd7330fa97e | refs/heads/master | 2020-12-29T08:25:55.767070 | 2020-08-27T14:59:45 | 2020-08-27T14:59:45 | 238,534,182 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 209 | c | #include "holberton.h"
/**
* _strlen - function that returns the length of a string.
* @s: Pointer input
* Return: i
*/
int _strlen(char *s)
{
int i;
for (i = 0 ; s[i] != '\0' ; i++)
{}
return (i);
}
| [
"luiscode92@gmail.com"
] | luiscode92@gmail.com |
f01e8a9f92d4adcc01bc4be8dedaf310817ef1f1 | 5ccaeb278ef69bf41d803f9bf339101c39bf2136 | /apps/fs/sdcard_fat_single_disk/firmware/src/system_config/pic32mx795_pim_e16_int_dyn/system_interrupt.c | 1416074488b165b8aa331cf29e00264b174a1b6a | [] | no_license | Mytrex/Harmony | 6de69d5ebbb8cb7769a9ee7bd0330264c1d6ed3a | 32dceb018139e59a12c26044b9f0252d1c0d67c9 | refs/heads/master | 2021-03-16T09:42:26.915713 | 2016-11-02T08:25:20 | 2016-11-02T08:25:20 | 71,403,438 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,726 | c | /*******************************************************************************
System Interrupts File
File Name:
system_interrupt.c
Summary:
Raw ISR definitions.
Description:
This file contains a definitions of the raw ISRs required to support the
interrupt sub-system.
Summary:
This f... | [
"jared@mytrexinc.com"
] | jared@mytrexinc.com |
f81f94df2062f3305bf3d816e18781291f7e1599 | 5e9b6c972c150fb3d098685058c4ae8a5a1b6644 | /d2 project Andy/Project Source/Packet Sent.h | 4139afd537ab065c5c0a0a80185bbd1fbddd25fd | [] | no_license | blizzhackers/bhfiles | 94756d49d38158f409d70d0663e5856f76d1f7cc | 2afc3a59da83617853ebbb0bcbb099b5c4bf4d4e | refs/heads/master | 2022-08-27T00:09:01.950654 | 2022-07-28T15:39:50 | 2022-07-28T15:39:50 | 156,781,013 | 20 | 13 | null | null | null | null | UTF-8 | C | false | false | 60 | h | BOOL FASTCALL OnGamePacketSent(LPBYTE Packet, DWORD Length); | [
"41995123+mf022@users.noreply.github.com"
] | 41995123+mf022@users.noreply.github.com |
ff544408c798a8a80d9e7472b450eeb598e1f42a | 3367271594e2a877e12f945cd28771e5b07f3649 | /lib/gmp/mpn/x86/k8/gmp-mparam.h | 8d95fef80b736611f2ab3498a189fe91ea90bc5e | [
"LGPL-3.0-or-later",
"GPL-2.0-or-later",
"GPL-3.0-only",
"GPL-2.0-only",
"LGPL-3.0-only",
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | BoiseState-AdaptLab/IEGenLib | 5c7de44101d7f0513b159671d6ae0d5c0c9b2eb3 | 0f678bdc02f1dfa4fa52524a7dc5bcf719303fbf | refs/heads/main | 2023-02-23T21:29:18.765649 | 2023-02-02T07:23:45 | 2023-02-02T07:23:45 | 243,821,181 | 3 | 5 | BSD-2-Clause | 2023-01-11T20:56:34 | 2020-02-28T17:44:39 | C | UTF-8 | C | false | false | 9,336 | h | /* x86/k8 gmp-mparam.h -- Compiler/machine parameter header file.
Copyright 1991, 1993, 1994, 2000-2011, 2014 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
it under the terms of either:
* the GNU Lesser General Pu... | [
"kingmahdi@email.arizona.edu"
] | kingmahdi@email.arizona.edu |
27c4fbc7dc62d26e4503e8a7ef7c13aa47bd1698 | 817c4df6b5e2ef294f0a32e5300f849145e08da9 | /qnx/reference/openqnx-master/trunk/lib/c/qnx/setprio.c | 33abee1fe8e58a7dc8fb0b56661d507be9fc1554 | [] | no_license | wizardst/mycode | c7a019816fb8274a067faaa1c0e47ca621b6b469 | deb5ac69d59892066cf59e7e1c87cd2e1e1fd14f | refs/heads/master | 2021-03-14T15:47:04.276266 | 2019-10-18T01:01:51 | 2019-10-18T01:01:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,529 | c | /*
* $QNXLicenseC:
* Copyright 2007, QNX Software Systems. All Rights Reserved.
*
* You must obtain a written license from and pay applicable license fees to QNX
* Software Systems before you may reproduce, modify or distribute this software,
* or any work that includes all or part of this software. Free dev... | [
"929391874@qq.com"
] | 929391874@qq.com |
72ae38aee7674c3ca90a534669c712a31b67880d | dca4fcbaf2c1e6d06da68ad76008c888744d10f4 | /ARM_Common/Prezentation (Kandó)/ARM2_előadás_a_Kandóban/10/inc/lm3s2620.h | d867a041c5e388bce656626493443abcfd5ca491 | [
"MIT"
] | permissive | fuszenecker/ARM | 874dd1f5855eda616059472117b40318d794a821 | ef5f58eb0b907ddd4aa807bba43c61b9afb63f21 | refs/heads/master | 2020-03-11T05:10:53.799427 | 2018-04-16T19:37:10 | 2018-04-16T19:37:10 | 129,795,062 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 233,573 | h | //*****************************************************************************
//
// lm3s2620.h - LM3S2620 Register Definitions
//
// Copyright (c) 2007-2010 Texas Instruments Incorporated. All rights reserved.
// Software License Agreement
//
// Texas Instruments (TI) is supplying this software for use solel... | [
"robert.fuszenecker@outlook.com"
] | robert.fuszenecker@outlook.com |
8fdde7ba2470c0a4336b9205155c9e0cc1ff118c | 24d856d98c85a319d53be2768ccc176a50873fa3 | /eglibc-2.15/sysdeps/unix/sysv/linux/sh/pwrite64.c | eb1e50728704ac7bc6a26fa9be70e924ff25d649 | [
"BSD-2-Clause",
"LGPL-2.1-only",
"GPL-2.0-only",
"LicenseRef-scancode-inner-net-2.0",
"BSD-3-Clause",
"LGPL-2.1-or-later",
"HPND",
"LicenseRef-scancode-other-copyleft",
"CMU-Mach",
"LicenseRef-scancode-other-permissive"
] | permissive | dozenow/shortcut | a4803b59c95e72a01d73bb30acaae45cf76b0367 | b140082a44c58f05af3495259c1beaaa9a63560b | refs/heads/jumpstart-php | 2020-06-29T11:41:05.842760 | 2019-03-28T17:28:56 | 2019-03-28T17:28:56 | 200,405,626 | 2 | 2 | BSD-2-Clause | 2019-08-03T19:45:44 | 2019-08-03T17:57:58 | C | UTF-8 | C | false | false | 2,945 | c | /* Copyright (C) 1997, 1998, 2000, 2002, 2003, 2004, 2006
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ralf Baechle <ralf@gnu.org>, 1998.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public... | [
"jflinn"
] | jflinn |
b4c1b7fa9eebf857e723f407f4cf94ae1bf189dd | 69b1331420a28417ebb4894d0afc5f43c522f793 | /monProg.h | d344cbaf573ff1d5590f2d32659fd56971f76cfc | [] | no_license | PierreFleitz/AGP_Projet3TC | 981736dce9bf7cc3acd73702e73ddb5d34b9bd51 | 1cab5a143471834d728ff43b717cc3b1935a796d | refs/heads/master | 2021-01-21T06:00:15.343594 | 2016-04-18T13:17:11 | 2016-04-18T13:17:11 | 35,910,502 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,017 | h | #include <stdio.h>
#include <stdlib.h>
/***************************************
* Création de la structure NODE pour *
* notre représentation intermédiaire *
* *
***************************************/
typedef struct NODE {
int type_noeud; // type_noeud va être le mot-clé i.e FORWARD
int val; // I... | [
"pierre.fleitz@gmail.com"
] | pierre.fleitz@gmail.com |
d6904d73b7e4c3a73c93d9c332201a5044048d09 | 54c67306d63bb69a5cf381d12108d3dc98ae0f5d | /third-party/SDL/src/events/SDL_scancode_tables.c | 359feb1e6dc8d099e5f24b4d4510ba02f3e15f6d | [
"ISC",
"Zlib"
] | permissive | open-goal/jak-project | adf30a3459c24afda5b180e3abe1583c93458a37 | d96dce27149fbf58586160cfecb634614f055943 | refs/heads/master | 2023-09-01T21:51:16.736237 | 2023-09-01T16:10:59 | 2023-09-01T16:10:59 | 289,585,720 | 1,826 | 131 | ISC | 2023-09-14T13:27:47 | 2020-08-22T23:55:21 | Common Lisp | UTF-8 | C | false | false | 2,706 | c | /*
Simple DirectMedia Layer
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this ... | [
"noreply@github.com"
] | open-goal.noreply@github.com |
11b522e26bbea8be61f50ea718d2111979ad390e | b367fe5f0c2c50846b002b59472c50453e1629bc | /xbox_leak_may_2020/xbox trunk/xbox/private/test/directx/d3d/conf/lightmap/modulex.h | ed8de9045562f2bfb82400bab17171feb86efb24 | [] | no_license | sgzwiz/xbox_leak_may_2020 | 11b441502a659c8da8a1aa199f89f6236dd59325 | fd00b4b3b2abb1ea6ef9ac64b755419741a3af00 | refs/heads/master | 2022-12-23T16:14:54.706755 | 2020-09-27T18:24:48 | 2020-09-27T18:24:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 145 | h | #define PREPEND_MODULE(Suffix) lightmap##Suffix
#define MODULE_STRING "lightmap"
#pragma comment(linker, "/include:_lightmap_ExhibitScene@8")
| [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
e9adb302dde65ab44b6328aa4192204c36583892 | bdc0b8809d52933c10f8eb77442bd0b4453f28f9 | /build/rosidl_generator_cpp/rosidl_generator_c/rosidl_generator_cpp/srv/arrays__functions.h | d1446b10ccea0a99a1803c987dcb7b362edb39c2 | [] | no_license | ClaytonCalabrese/BuiltRos2Eloquent | 967f688bbca746097016dbd34563716bd98379e3 | 76bca564bfd73ef73485e5c7c48274889032e408 | refs/heads/master | 2021-03-27T22:42:12.976367 | 2020-03-17T14:24:07 | 2020-03-17T14:24:07 | 247,810,969 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,093 | h | // generated from rosidl_generator_c/resource/idl__struct.h.em
// with input from rosidl_generator_cpp:srv/Arrays.idl
// generated code does not contain a copyright notice
#ifndef ROSIDL_GENERATOR_CPP__SRV__ARRAYS__FUNCTIONS_H_
#define ROSIDL_GENERATOR_CPP__SRV__ARRAYS__FUNCTIONS_H_
#ifdef __cplusplus
extern "C"
{
#e... | [
"calabreseclayton@gmail.com"
] | calabreseclayton@gmail.com |
0fcd298a18dce167d07523eaa7809b53090b8e30 | 41f175c94e161396908cb826cf4a68810dd7cbf6 | /Module1_Programming with C/Theme11_String, functions & pointers/20210205_Task_11.c | 33578a11d6c27d3dfdbffe37802a88a88fe5a8d8 | [] | no_license | ilievadonika/Code-Academy | cb08a0afe196e49c07e5d94710bd6215989158c3 | 70f4ee6d33416533946ace2e3aac41418db253f2 | refs/heads/main | 2023-04-21T10:02:27.165901 | 2021-05-22T21:17:08 | 2021-05-22T21:17:08 | 326,650,165 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 582 | c | /*Задача 10. Напишете функцията strncat(s, t, n), която добавя
(конкатенира) n символа от стринга t в края на стринга s.
*/
#include <stdio.h>
void mystrncat(char *s, char *t, int n);
int main(void) {
char dest[] = "ABCDEF";
char source[] = "GHIJ";
mystrncat(dest, source, 4);
printf("%s\n",... | [
"noreply@github.com"
] | ilievadonika.noreply@github.com |
d3ff63830ee51716dafb39d99e93d22046d0ede0 | e5289e0780eee7014a2aa699f9f211590fbb770e | /h8/board/libud01/sg12232_export.c | 8f094b175e975a5e03aa6570b9b624770e34ae95 | [
"BSD-2-Clause"
] | permissive | uchiyama-yasushi/w | 2abf502d8a84d896a5546dd04d081b2ad4ec7627 | 0323a5aa450bea7cebfedc72c7977086c4796f3b | refs/heads/master | 2020-03-28T03:50:42.574025 | 2018-09-12T13:11:07 | 2018-09-12T13:11:07 | 147,675,353 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,890 | c |
/*-
* Copyright (c) 2008 UCHIYAMA Yasushi. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of co... | [
"uch@vnop.net"
] | uch@vnop.net |
c73b8f7812c19678f2c1cb986638d32f21c09f66 | d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9 | /testcases/CWE190_Integer_Overflow/s06/CWE190_Integer_Overflow__int_fscanf_postinc_02.c | 3f71a58cd00bae2e8a52bf385bac829f81573070 | [] | no_license | arichardson/juliet-test-suite-c | cb71a729716c6aa8f4b987752272b66b1916fdaa | e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9 | refs/heads/master | 2022-12-10T12:05:51.179384 | 2022-11-17T15:41:30 | 2022-12-01T15:25:16 | 179,281,349 | 34 | 34 | null | 2022-12-01T15:25:18 | 2019-04-03T12:03:21 | null | UTF-8 | C | false | false | 4,767 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE190_Integer_Overflow__int_fscanf_postinc_02.c
Label Definition File: CWE190_Integer_Overflow__int.label.xml
Template File: sources-sinks-02.tmpl.c
*/
/*
* @description
* CWE: 190 Integer Overflow
* BadSource: fscanf Read data from the console using fscanf()
... | [
"Alexander.Richardson@cl.cam.ac.uk"
] | Alexander.Richardson@cl.cam.ac.uk |
e1280bcba43b643eb04b955886c688f7a596eef4 | f363fdb9445d8dec088fb02c8faae8e23570a33e | /d/changan/npc/obj/miantiao3.c | c86963b317445addb5c0d25d5db5a9fe1a753b19 | [] | no_license | MudRen/zjmud | 0999a492ac0717911c047936ee2c696b3b5cb20a | c56a166380d74858d7b4f0ba2817478ccea6b83d | refs/heads/main | 2023-07-24T21:02:00.246591 | 2021-09-07T12:50:20 | 2021-09-07T12:50:20 | 403,973,627 | 1 | 1 | null | null | null | null | GB18030 | C | false | false | 352 | c | //miantiao3.c
inherit ITEM;
inherit F_FOOD;
void create()
{
set_name("排骨面", ({"paigu mian", "miantiao", "mian"}));
set_weight(100);
if (clonep())
set_default_object(__FILE__);
else
{
set("long", "一碗热气腾腾的面条。\n");
set("unit", "碗");
set("value", 200);
set("food_remaining", 5);
set("food_supply", 35);
}... | [
"i@oiuv.cn"
] | i@oiuv.cn |
7cb8713a7b20ef6778e85fbe51d45553159d6f8d | aa488678f88528476f3fcc1db09df906f52f5f16 | /CS2303/HW1/src/production.c | 1353a00f389907a47294a2a53e6f6e93b1113917 | [] | no_license | semorrissey/wpi-cs-repositories | 1cc80877fc1a0c35d96143b74b4b493aeba39972 | 92e467778bc095b088348e07efdfe55349ef0052 | refs/heads/master | 2020-09-08T22:44:27.160086 | 2019-11-12T16:38:40 | 2019-11-12T16:38:40 | 221,263,901 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,540 | c | /*
* production.c
*
* Created on: Nov 3, 2018
* Author: Sean Morrissey
* @author Student's name goes here
*/
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include "production.h"
#include <math.h>
/** Your production code goes in this function.
*
* @param argc Number of words on the c... | [
"semorrissey17@gmail.com"
] | semorrissey17@gmail.com |
df165fa6b0f358301921347b0954805f889c32ac | 186bc566cf1663e9c9c8ea45291e83826d156a8b | /MinimOsd_Extra_Plane/OSD_Func.h | 5c398b4b83d18a43dad76b0a758d8608f84bf801 | [] | no_license | MiguelPereira/MinimOSD | 39c263506128ff688628afff8181814356dff141 | e9d130c276833e7d2bf2194da6180ec020780541 | refs/heads/master | 2016-09-05T21:22:23.441780 | 2014-12-04T17:49:52 | 2014-12-04T17:49:52 | 20,218,014 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,216 | h |
//------------------ Heading and Compass ----------------------------------------
static char buf_show[12];
const char buf_Rule[36] = {0x82,0x80,0x81,0x80,0x81,0x80,
0x84,0x80,0x81,0x80,0x81,0x80,
0x83,0x80,0x81,0x80,0x81,0x80,
0x85,0x80... | [
"miguel.rosado.pereira@gmail.com"
] | miguel.rosado.pereira@gmail.com |
cb49a4c73c69b57986365ad604a6f1ff810d867f | 27763c2f9de98349603e908420da13019f569ce3 | /data/models/stage_opa.h | 7ed77ccf7a43a23da212578dca9219c757cf065c | [] | no_license | allie/brick64 | 55cab1483bb2892538d833d3a3dffa1e5fd6e939 | 0608c765fcb2bd2527301bcaf52b76723dd301b2 | refs/heads/master | 2022-12-06T12:54:40.077391 | 2020-08-23T17:39:05 | 2020-08-23T17:39:05 | 284,310,324 | 7 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,367 | h | Lights2 stage_opa_Material_001_f3d_lights = gdSPDefLights2(
0x2F, 0x2F, 0x2F,
0xFE, 0xFE, 0xFE, 0xf8, 0x14, 0x0,
0xFE, 0xFE, 0xFE, 0x13, 0x0, 0x80
);
Vtx stage_opa_Cube_mesh_vtx_cull[8] = {
{{{-400, -400, -100},0, {-16, -16},{0x0, 0x0, 0x0, 0xFF}}},
{{{-400, -400, 400},0, {-16, -16},{0x0, 0x0, 0x0, 0xFF}}},
{{{-... | [
"allie@saia.me"
] | allie@saia.me |
afea21ca1135bef9c3bfe87b20f10f0041008b84 | 96ab18b237681c5c01bf3d0fce187740e5038bb8 | / asdk/Source/客户端/code/src/Connenct/protocol.h | 50fd6f482bd6777edd2061abec1415a615c6613a | [] | no_license | radtek/asdk | 43fd7bfeb31028ef6392be4117e5de4c908af8e5 | 4f9a3bd80f6cc58db02a4ed0f67bc5ee03cedb01 | refs/heads/master | 2020-06-09T04:28:16.485493 | 2012-05-10T10:30:00 | 2012-05-10T10:30:00 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 4,058 | h |
#ifndef __PROTOCOL_QUOTE_H__
#define __PROTOCOL_QUOTE_H__
#include "windows.h"
/** @brief 通讯包头
* @ingroup
*
*/
static unsigned short reverse_s(unsigned short usData)
{
return (usData>>8)+((usData & 0xff)<<8);
}
static unsigned int reverse_i(unsigned int uiData)
{
unsigned char aucData[4];
i... | [
"He.Reyter@gmail.com@195b811d-50ba-3ccd-8b31-a51a91d0a79c"
] | He.Reyter@gmail.com@195b811d-50ba-3ccd-8b31-a51a91d0a79c |
fc4ec147d37d09defade9f98c9ad731482732f03 | 011c4d00df8d4c95df3fa0f93e34991bda79c6e1 | /Q3/Q3_random_bblesort.c | 39e80b57dfffbefe3b785c70640a12e040678169 | [] | no_license | ch1nmayx/Scientific_Prog_Assign-2_17200892 | a8220ae412e6e5263918cf33236c12a3bdb80baf | 186e454098bfeb5baba9b98b9c684ffab51c3a10 | refs/heads/master | 2020-03-10T01:11:16.493098 | 2018-04-12T21:06:49 | 2018-04-12T21:06:49 | 129,102,977 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,221 | c | /****************************************************************
Name - Chinmay Sinha
Course - M.Sc Data and Computational Science
Module - Scientific Programming (ICHEC) (ACM40660)
College -- University College Dublin
****************************************************************/
// Write a bubblesort(n, a... | [
"noreply@github.com"
] | ch1nmayx.noreply@github.com |
858966c7c93964ddccc67d9130a4a8917a4d4661 | a12a775abc346582f26d82e4b3f09dce0534de8e | /ucore/ucore/src/kern-ucore/module/include/linux/rio.h | 8f8ef1b8811e14bed2f97aba70718e8f3cc5c7ae | [] | no_license | XinYao1994/Jos-mips | f595bcfc143fe1cf9bfb8e2112ccb9b4821ee0f2 | 839ce33cfaa32d0798f16f96e05e1b1397ba410a | refs/heads/master | 2021-01-10T14:35:59.152517 | 2016-03-23T04:00:33 | 2016-03-23T04:00:33 | 53,818,495 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 130 | h | version https://git-lfs.github.com/spec/v1
oid sha256:4f05655e46554d6874fe1b26fa4bc1f3513c5caf565c78dbc49651797d985f5b
size 10906
| [
"2368962312@qq.com"
] | 2368962312@qq.com |
cad3b3aee97f5e111574529829f259775290a4f2 | 0a09ed3f7007719da0eb65ff3046900717615669 | /test_demo/cond_thread/cond_thread.c | 101ab51893aa352f5c011e0543bf162c5e84895d | [] | no_license | koberx/rxhu_project | 5b5e5cfcf017e76065ac17e4efcce56392c76cb2 | 9954db0de0ce95757c85c9dcebbeba546d820442 | refs/heads/master | 2021-05-07T08:48:23.792528 | 2018-01-09T02:36:23 | 2018-01-09T02:36:23 | 109,354,716 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,289 | c | #include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
#define LOGD(format,...) printf("[File:%s][Line:%d] "format"\n",__FILE__, __LINE__,##__VA_ARGS__)
pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;/*初始化互斥锁*/
pthread_cond_t cond = PTHREAD_COND_INITIALIZER;/*初始化条件变量*/
void *thread1(void *);
void *thread2(vo... | [
"872190690@qq.com"
] | 872190690@qq.com |
aad79065938ec3deba2571f2765ac696b45bbf43 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/nvdimm/extr_bus.c_nd_cmd_bus_desc.c | db82776decb4e78d6ee418d2885adf599bb4c3ff | [] | 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 | 668 | 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 |
fdd160a4b4f0ccfd7f56db826762d6e4a1d2299b | aed5f717c3d38508c54fa73d4d32046fe4fcb388 | /RestUI.h | f31bc13dac1afdefdefd9242f593a96ebc86b887 | [] | no_license | mkokotovich/smart_cord | ff07bfd3043f02e159bf3b73da5efdb480e62bb9 | 4f4dd6170ec574fbc556cc01807ea1c3619d4e38 | refs/heads/master | 2021-01-10T06:40:31.156119 | 2016-11-21T05:00:44 | 2016-11-21T05:00:44 | 55,274,308 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,742 | h | // Needs to be from https://github.com/mkokotovich/aREST until pull request is merged in
#include <aREST.h>
// Needs to be from https://github.com/mkokotovich/aREST_UI until pull request is merged in
#include <aREST_UI.h>
#include "AlarmHandler.h"
#define READ_TIMEOUT 10000 //10 seconds
// Create aREST instance
aREST... | [
"mkokotovich@gmail.com"
] | mkokotovich@gmail.com |
aea460ca3f9a2452bf025afba3c246400c12abaf | d65ece32578797907b701f411c954432a79705ff | /xsm_expl/stages/stage_8/q1/y.tab.c | 165adf4b2405c10fcc751841a639d3aef3630af1 | [] | no_license | kenil0811/silc-compiler | a398cb8c21e71412039feddd77075573b9dd86af | 2e7c452b98c02939dcc4281e99e902a90dbc26e0 | refs/heads/master | 2021-10-20T14:32:38.655572 | 2019-02-28T08:55:37 | 2019-02-28T08:55:37 | 165,100,607 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 90,412 | c | /* A Bison parser, made by GNU Bison 3.0.4. */
/* Bison implementation for Yacc-like parsers in C
Copyright (C) 1984, 1989-1990, 2000-2015 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... | [
"kenilshah081198@gmail.com"
] | kenilshah081198@gmail.com |
12035a05abf7796dfe20cdbd224337ab1fae0b30 | 551827d0283870818773af07affb39afc379b545 | /c/apps/rmscheduling/rm_scheduling_demo.c | e7c42342fca516f9964a513d1e735ba082b9fb9f | [
"BSD-2-Clause"
] | permissive | Rahul-Ravichandran/patmos | e9b9d558b0f03fa925a6623f6dfd30e1b89b0ddd | 93f5cb06f0b032c79ccf93e81497b60283b5c843 | refs/heads/master | 2023-02-05T16:02:01.574330 | 2020-12-13T16:03:17 | 2020-12-13T16:03:17 | 284,630,478 | 0 | 2 | BSD-2-Clause | 2020-08-03T07:16:09 | 2020-08-03T07:16:08 | null | UTF-8 | C | false | false | 6,746 | c | #include <stdio.h>
#include <stdint.h>
#include <inttypes.h>
#include <machine/rtc.h>
#include "rm_minimal_scheduler.h"
#define SEC_TO_MS 1000
#define SEC_TO_US 1000000
#define SEC_TO_NS 1000000000.0
#define MS_TO_US 1000
#define MS_TO_NS 1000000
#define US_TO_NS 1000
#define CPU_PERIOD 12.5
#define NS_TO_SEC 1.0/SEC... | [
"egk696@hotmail.com"
] | egk696@hotmail.com |
5669a0fcbfe4208bc9db0774aa17645b51eaa1a9 | e49087858c9bae4fd7b037c55da334e3fb31c14a | /bootloader/src/drivers/usart.h | 485f85a20a721b50529164d9d7790f7316bfef97 | [
"MIT"
] | permissive | Nanonid/vanilla | c5d26b435a417bcae8c10f9e5a7fbaf0d80c8f0c | c9f6f6b74aced9d4603ae18233abf311e91164bf | refs/heads/master | 2022-12-01T01:05:55.958458 | 2020-07-20T22:50:39 | 2020-07-20T22:50:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,224 | h | /// Copyright (C) StrawberryHacker
#ifndef USART_H
#define USART_H
#include "types.h"
#include "hardware.h"
enum usart_parity {
USART_PARITY_EVEN,
USART_PARITY_ODD,
USART_PARITY_SPACE,
USART_PARITY_MARK,
USART_PARITY_NO,
USART_PARITY_MULTIDROP = 6
};
enum usart_sb {
USA... | [
"bjorn.thoralf@outlook.com"
] | bjorn.thoralf@outlook.com |
2f894ee29ab7042fdecc077763487bbe937daeae | 6365ead0ea3442149e65a1afeb00f02f4e838c44 | /src/utils/env_utils.c | ebac1c91a0c198771d8ff297bf88aaa96160580a | [] | no_license | davidmunoz-dev/PSU_2015_42sh | 6d9f1fe9444184251e633d65cbdee3696b409d1b | bfa46666cdcafbbda5a499dd5545e7091cb617e5 | refs/heads/master | 2021-08-16T22:04:43.037448 | 2017-11-20T11:15:12 | 2017-11-20T11:15:12 | 111,399,306 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,788 | c | /*
** env_utils.c for env_utils in /home/onillo_l/rendu/PSU/PSU_2015_42sh
**
** Made by Lucas
** Login <onillo_l@epitech.net>
**
** Started on Wed Apr 27 06:33:53 2016 Lucas
** Last update Thu Jun 2 15:39:43 2016 Lucas
*/
#include "shell.h"
/*
** Add a new variable to the current env.
*/
t_env *add_to_env(t_env ... | [
"david.munozfr@gmail.com"
] | david.munozfr@gmail.com |
756c60280bb5f763e4be9211937f5adbb737c222 | 887648dcd4bbc41ea9b6a1d7cf157b2e8be8060f | /lista-05/so19_lista_5/prime.c | 5c712145d056d6847247ab14eca0c07a10b3aada | [] | no_license | madziejm/systemy-operacyjne-2019 | 91c7fcbc8b307cd035d148a1d28def1f8be09922 | 7b2e1d83a4305b805fbd980df54f0f0d3faf9bff | refs/heads/master | 2020-09-07T12:59:11.314572 | 2020-02-04T22:05:05 | 2020-02-04T22:05:05 | 220,788,836 | 2 | 2 | null | 2019-11-21T08:43:13 | 2019-11-10T12:43:45 | C | UTF-8 | C | false | false | 1,827 | c | #include "csapp.h"
#include "pipeio.h"
static bool ReadNum(pipe_t p, long *valp) {
return Read(p.read, valp, sizeof(long)) == sizeof(long);
}
static bool WriteNum(pipe_t p, long val) {
return Write(p.write, &val, sizeof(long)) == sizeof(long);
}
static noreturn void generator(pipe_t out, long maxprime) {
for (... | [
"22326971+madziejm@users.noreply.github.com"
] | 22326971+madziejm@users.noreply.github.com |
0c47148d892b6deda1c5daa2371dc03f8824f9bc | 21f9364e992a82379b9797d664bb1255547038b4 | /Crypto/blake512.c | 4a515782f5b6fe95b1a6adb7614464e71a378ddd | [
"BSD-2-Clause"
] | permissive | adouble42/nemesis-current | 59a66a2478533129655980fae6a3641f99694da8 | 4a29179a5dafb341a49559130d11e67d94e6b828 | refs/heads/master | 2021-01-23T02:23:19.605118 | 2016-12-02T04:54:05 | 2016-12-02T04:54:05 | 68,349,139 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,051 | c | /*
BLAKE reference C implementation
Copyright (c) 2012 Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com>
To the extent possible under law, the author(s) have dedicated all copyright
and related and neighboring rights to this software to the public domain
worldwide. This software is distributed w... | [
"wsmith@abners-MacBook-Air.local"
] | wsmith@abners-MacBook-Air.local |
9868cd947ceaa3b9ef045be9148279855a28f6a7 | 01370e1d6d628834d00d74d6c27556ff39320410 | /VirtualBox-5.0.12-Thinputer/src/VBox/Additions/linux/sharedfolders/mount.vboxsf.c | f4c6584001eef7e653ac472e27960fad080bc156 | [] | no_license | stonezk/Thinputer3D_ReadBack | 13ca19c0cfc05af88082321dfc524240961dca7f | 09418b420e82bb7eb6ce76e066145fcf240aaec9 | refs/heads/master | 2021-07-14T05:31:01.057984 | 2017-10-13T01:26:15 | 2017-10-13T01:26:15 | 104,833,018 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,538 | c | /* $Id: mount.vboxsf.c $ */
/** @file
* VirtualBox Guest Additions for Linux - mount(8) helper.
*
* Parses options provided by mount (or user directly)
* Packs them into struct vbsfmount and passes to mount(2)
* Optionally adds entries to mtab
*/
/*
* Copyright (C) 2006-2015 Oracle Corporation
*
* This file i... | [
"zhengke_stone@foxmail.com"
] | zhengke_stone@foxmail.com |
a926983f5dabf4873b62afd9e90191de534c2135 | 66e8ce4b86afca9409cc7ec4e9f0bcf2912642ad | /rrsh.h | 0a8e0bd331289b7a7a1eec1f945ad3b320a45c0a | [] | no_license | ruffner/r-mash | 76fe202a77be1675cf24bca6a091ec91b39beea5 | 62795adf8bc4dd9e8b8e1e022534b09df3e3ea6e | refs/heads/master | 2021-01-01T04:44:40.195154 | 2016-04-26T23:35:22 | 2016-04-26T23:35:22 | 56,684,283 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,395 | h | #ifndef RRSH_H_INCLUDED
#define RRSH_H_INCLUDED
#define RRSH_PROMPT "r-mash>"
#define RRSH_MAX_COMMAND_ARGS 50
#define RRSH_MAX_CRED_LENGTH 40
#define RRSH_LOGIN_APPROVED "Login Approved\n"
#define RRSH_LOGIN_DENIED "Login Failed\n"
#define RRSH_USERS_FILE "rrshusers.txt"
#define RRSH_COMMANDS_FILE "rrshcommands.tx... | [
"mattruffner7@gmail.com"
] | mattruffner7@gmail.com |
e0bb4de6d31736d45900f6d93680bc5a0cec94d1 | 8160240706a9d4557ff4e6a3cb9dd0583497843d | /pdfium/fpdfsdk/include/fpdfedit.h | 7b21a4169601258f66bd68068040d99f09ec97db | [
"BSD-3-Clause"
] | permissive | UIKit0/PDFium-Editor | d63d5b141572c2d2223df4e4d7e4c57dccf011be | 78a380dd47317af62750548459d96eef4f740e9c | refs/heads/master | 2021-01-17T08:19:03.276230 | 2015-03-30T11:02:43 | 2015-03-30T11:02:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,582 | h | // Copyright 2014 PDFium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#ifndef _FPDFEDIT_H_
#define _FPDFEDIT_H_
#include "fpdfview.h"
// Define a... | [
"kensands@dsigroup.com"
] | kensands@dsigroup.com |
5eb859a69ad74ec1a70a4346a72ae37f7f2b22b3 | 8d5f6e9615a569ec05daf48850405136109c12ee | /c_netcentric/bryan-jimenez-hw1/myserver.c | 26aac23c23e133cfe9615aede59dcaf27438be88 | [] | no_license | bryanjimenez/assignments | 59aada89ff72a830d9b33d4e4cf6fd8cbd2a32b7 | c8d97fdf9338026c690e793c30b1633a3b207192 | refs/heads/master | 2021-01-25T05:34:28.052124 | 2014-12-05T03:24:51 | 2014-12-05T03:24:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,316 | c | #include <stdio.h>
#include <string.h>
#include <errno.h>
#include "unp.h"
#define BUFFSZ 1024
#define MYPORT 55555
#define WWWFOLDER "www"
#define SERVERNAME bryan
#define CONNECTION close
/*
params: src buffer is the where where searching
params: delim is the delimiter to split the buffer by
params: i is the ith ... | [
"bryan@debian"
] | bryan@debian |
effadc4acc333415de207113745e19ad3046d1bf | 1f63dde39fcc5f8be29f2acb947c41f1b6f1683e | /Boss2D/addon/_old/openssl-1.1.0c_for_boss/test/hmactest.c | 8583cbce2336112f6830e2c1e9e8d533bc7153a2 | [
"OpenSSL",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-ssleay-windows",
"MIT"
] | permissive | koobonil/Boss2D | 09ca948823e0df5a5a53b64a10033c4f3665483a | e5eb355b57228a701495f2660f137bd05628c202 | refs/heads/master | 2022-10-20T09:02:51.341143 | 2019-07-18T02:13:44 | 2019-07-18T02:13:44 | 105,999,368 | 7 | 2 | MIT | 2022-10-04T23:31:12 | 2017-10-06T11:57:07 | C++ | UTF-8 | C | false | false | 9,669 | c | /*
* Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/lice... | [
"slacealic@gmail.com"
] | slacealic@gmail.com |
2a63759548df40727ab2d700a27cf94b65b2820e | 44be33134cb04dcb1f4ffbb1bae53ca9ed3adf5f | /Projects/STM324x9I_EVAL/Examples/FLASH/FLASH_DualBoot/Inc/stm32f4xx_it.h | 04bdd03281ae4e5e21fb320564a04e19367bd713 | [
"BSD-2-Clause"
] | permissive | eemei/library-stm32f4 | b69226e3342b0a57dc0a622f25be87433c8c34a3 | 626526fd452fcb8f9e64832f9367d2966d2be7a7 | refs/heads/master | 2016-08-11T08:43:55.413267 | 2015-11-23T05:27:12 | 2015-11-23T05:27:12 | 46,698,540 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,093 | h | /**
******************************************************************************
* @file FLASH/FLASH_WriteProtection/Inc/stm32f4xx_it.h
* @author MCD Application Team
* @version V1.2.1
* @date 13-March-2015
* @brief This file contains the headers of the interrupt handlers.
*********************... | [
"lieweemei911@hotmail.com"
] | lieweemei911@hotmail.com |
b8870232caee09d1fd77370f0c6d15fa67c8bf14 | 66dff58481385ff32630e52f151684276df0b42a | /clang/1.5/ReadACharacter.c | f60fc31d2555adff72af17bc7bb03bbbf6448582 | [] | no_license | Th0mas-1/42 | c725a91c2626a889ef002d1a940767fe59ed72d8 | 774d4eb409cdbbf31d9a242722855f868bc5d38e | refs/heads/main | 2023-07-03T22:04:53.281247 | 2021-08-08T23:37:11 | 2021-08-08T23:37:11 | 387,974,603 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 178 | c | #include <stdio.h>
/* copy input to output; 1st version */
void main() {
int c;
c = getchar();
while (c != EOF) {
putchar(c);
c = getchar();
}
}
| [
"tom.0384@gmail.com"
] | tom.0384@gmail.com |
12561dadf7c7d28c969b8bf22e8dfdd64fbab776 | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/h2o-master/deps/hiredis/examples/example-glib.c.bak.c | 8c1827097c5a3f9b996531b6260d2b05a20f7482 | [] | no_license | zhiyuanjia/WoBench | 878255ce45e76ef57f88743c7f43acdfa59e93e7 | 6b337780cbd598de98fc0eabd19efaf1a01b6012 | refs/heads/master | 2021-09-23T03:12:08.091319 | 2018-06-14T10:17:59 | 2018-06-14T10:17:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,692 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
#include <stdlib.h>
#include <hiredis.h>
#include <async.h>
#include <adapters/glib.h>
static GMainLoop *mainloop;
static void
connect_cb (const redisAsyncContext *ac G_GNUC_UNUSED,
int status)
{
if (status != REDIS_OK) {
g_printerr(... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
0212a7dcabc48dcdf22488dbd52803c900c61bf2 | 10f6cfde3c5c568a7667ce6ec2da13589f3bf9d6 | /03_UpdateSoftware-180625/01_UEBootloader/KL36_BootLoader-180621/06_NosPrg/includes.h | b5c21c0c858b52e87e05486af49f3058bf889a50 | [] | no_license | c1027023780/CC-Graduation-Project | 4a01c61ec4ef36a1cf9f89a7d38a171fdf0dbe23 | a988bbae48a453f9d90f22852e960d590ae9db10 | refs/heads/master | 2020-03-22T01:14:56.403160 | 2018-07-14T12:15:59 | 2018-07-14T12:15:59 | 139,292,492 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 3,115 | h | //======================================================================
//文件名称:includes.h
//功能概要:应用工程总头文件
//版权所有:苏州大学嵌入式系统与物联网研究所(sumcu.suda.edu.cn)
//版本更新:2017-02-01 V1.0,2017-09-27 V2.0
//功能描述:(1)包含用到的构件;(2)全局变量一处声明多处使用处理方法代码段;
// (3)全局变量声明;(4)常数宏定义
//=========================================================... | [
"email@example.com"
] | email@example.com |
10bae50311ea2fb920fe16d72a98d6762d31a809 | d2f5f4aea3408d0e0e4665418a7834a283c4daa9 | /nginx-1.8.0/src/event/ngx_event_connect.c | 55b43102fe474a463ccf5fcf304481222c2d1e67 | [
"BSD-2-Clause"
] | permissive | yinguoliang/nginx | 8f91393c195dc9992dce553ab4cf644a34852a12 | 8d2fcc77db857d4b0158ad46dbc0de2bf79b32dd | refs/heads/master | 2021-07-21T22:06:03.710402 | 2017-10-27T06:19:24 | 2017-10-27T06:19:24 | 104,706,314 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,560 | c |
/*
* Copyright (C) Igor Sysoev
* Copyright (C) Nginx, Inc.
*/
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_event.h>
#include <ngx_event_connect.h>
ngx_int_t
ngx_event_connect_peer(ngx_peer_connection_t *pc)
{
int rc;
ngx_int_t event;
ngx_err_t err;
... | [
"yinguoliang@yinguoliangdeMacBook-Pro.local"
] | yinguoliang@yinguoliangdeMacBook-Pro.local |
1094695a27193842e79ea13fd5f2aebc2925b20b | bc949cbcded25afc8511d07c8d86509d5746b2a8 | /dataset/5048.c | 9b9460dfaf50d5339bf0336846f9ebb5ee60ce3f | [] | no_license | hqjenny/CSmith_random_pgm | 52aa1face59749a9d0656fc4088f6f921aac2dab | 0ebf41b85201cbe791a13304cdb45e22504f0ce7 | refs/heads/master | 2023-08-17T23:28:24.519500 | 2021-09-15T19:55:23 | 2021-09-15T19:55:23 | 406,904,982 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,494 | c | /*
* This is a RANDOMLY GENERATED PROGRAM.
*
* Generator: csmith 2.2.0
* Git version: dcef523
* Options: --no-structs --no-pointers --no-math64 --max-funcs 4 --no-unions --output 5048.c
* Seed: 876020308
*/
#include "csmith.h"
static long __undefined;
/* --- Struct/Union Declarations --- */
/* --- GLO... | [
"hqjenny@hotmail.com"
] | hqjenny@hotmail.com |
57e6ddfd7f3e042eabce271f69da342278e6696e | 0c979c63726d2ebe499f46b19705c533e8ffbf8c | /inf/2008/3.c | ca64b89ca07a8b12e8e5f7bb91f28781e764aa52 | [] | no_license | znjRoLS/elektrijada | 17bd7d9331097cf668c13af7da8d829e88d6034f | 7db09af700a4b12140f51c8fd1d88e5bfa7b3b43 | refs/heads/master | 2021-07-08T01:03:30.001408 | 2021-05-15T11:02:18 | 2021-05-15T11:02:18 | 26,243,391 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 333 | c | //
// Created by rols on 4/6/17.
//
#include <stdio.h>
double f(int i)
{
double data = 1;
while(i--) data/=2; return (data);
}
union unija {double d; float f; char c[8];} u;
main()
{
int i, j, br;
for (br=0, i=126; i<1022; i++)
for (u.f=f(i), j=3; j>=0; j--)
if (u.c[j]) br++; printf... | [
"znjrols5@gmail.com"
] | znjrols5@gmail.com |
286c856f8b0deb11fbc15efb022ff0b053fd51c0 | ae48c07aa3210e06413c5c22ed6e10efa3e05deb | /libft/ft_strcpy.c | b0530c7802f5bd40718d21ffd68f1346606aeef2 | [] | no_license | ibonifac/ft_printf | fdde71283e4ba56e3344224a8b8860a7c0befcc3 | 96a63551449c2c3a703faefabb75a2dd7f357e72 | refs/heads/master | 2021-05-03T04:37:00.512419 | 2018-02-07T13:48:15 | 2018-02-07T13:48:15 | 120,620,676 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,086 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strcpy.c :+: :+: :+: ... | [
"ibonifac@e2r2p6.42.fr"
] | ibonifac@e2r2p6.42.fr |
8ad37a9c3c5e2fbc429b1f95b714a08449b8f9c9 | 9b641a795a98c192a770ca333030505ed33ebc30 | /Tokenizer/Using Lex/lex.yy.c | 8fa8fcb4ca791fb15a8e88e7311041597941a0b7 | [] | no_license | nishitg/Compiler-Design-Codes | ac0dbc19cb523adb3dafb6ed25b501b27d451128 | ec227d3c1e65a9a9c6a74bff738542ac70b33070 | refs/heads/master | 2021-06-27T02:55:46.332140 | 2017-09-12T15:35:25 | 2017-09-12T15:35:25 | 103,287,326 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 61,584 | c |
#line 3 "lex.yy.c"
#define YY_INT_ALIGNED short int
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 6
#define YY_FLEX_SUBMINOR_VERSION 0
#if YY_FLEX_SUBMINOR_VERSION > 0
#define FLEX_BETA
#endif
/* First, we deal with platform-specific ... | [
"noreply@github.com"
] | nishitg.noreply@github.com |
f56468fb69eacab5210e00a2eb2269ce88345934 | 68e311bf8b873c680096a080aa76e71487e7dfc0 | /usr.bin/hbsdmon/hbsdmon.h | 7b5bcac484059710be9011d6908319a5e3bdabb7 | [
"BSD-2-Clause"
] | permissive | lattera/hbsdmon | fa7fe8efe5871903e5aeb67b72c9f8c19af3a74d | baea1a396aa5b37583551761c3e3358d5bc7f56f | refs/heads/master | 2023-04-12T20:25:52.601574 | 2021-05-19T20:46:45 | 2021-05-19T20:46:45 | 271,319,833 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,636 | h | #ifndef _HBSDMON_H
#define _HBSDMON_H
#include <pthread.h>
#include <sys/queue.h>
#include <time.h>
#include <zmq.h>
#include "libpushover.h"
/*#define NOSUBMIT*/
#define HBSDMON_DEFAULT_NAME "HardenedBSD Monitor"
struct _hbsdmon_ctx;
struct _hbsdmon_thread;
typedef enum _hbsdmon_method {
METHOD_HTTP,
METHOD_H... | [
"shawn.webb@hardenedbsd.org"
] | shawn.webb@hardenedbsd.org |
45b5c7f542af3e9d3b3adb14f79352055e002a48 | 4630ff23b5d4250438fa0beebf2545ac00a2f728 | /IMU/IMU_Priv.c | 4ae077d1343a7a6dd1a3daa6e206a9c1b6aa65d2 | [] | no_license | MostafaGhorab/GRAD_PROJECT_EmbeddedSystemTeam | bd47e6bd4a95301b62aa7d2c5f06db2e72e72970 | 10b2b35b945124e369ba4eb777447a0a222d3060 | refs/heads/master | 2022-05-30T19:49:25.117460 | 2022-05-16T15:36:18 | 2022-05-16T15:36:18 | 255,715,896 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,174 | c | /*
* IMU_Priv.c
*
* Created on: Mar 8, 2020
* Author: dodo_
*/
#include "IMU_Priv.h"
#include "IMU_int.h"
#include "IMU_Config.h"
#include "IMU_MemMap.h"
#include "I2C_Config.h"
#define RADIANS_TO_DEGREES (f32)180/pi
#define ALPHA (f32) (1-MAIN_FUNC_PERIOD... | [
"noreply@github.com"
] | MostafaGhorab.noreply@github.com |
fbcfb7136ca811ba069a0c288bbe2978f50ac77c | 3735a5cc4249e5fd7b00a5d41546a68166706422 | /src/ui/userReader.h | f4b99176eef901bce4276c7f7b563ed8b940e8e8 | [] | no_license | AdrienCavalieri/cimp | 2ccc5c43019a5938d9b6039e4dcd3b4fd6d641ba | 02fbbbe28a09b12a6150968fcb55367733e3d59c | refs/heads/master | 2023-01-08T06:13:48.420656 | 2020-11-14T21:28:42 | 2020-11-14T21:28:42 | 312,898,869 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,233 | h | #ifndef USER_READER_H
#define USER_READER_H
#include "../data/color.h"
/*
* Convertit la chaine de charactère en entier avec l'affichage d'erreurs adaptées.
* Renvoie -1 en cas d'erreur.
*/
int read_whole_int(const char* s);
/*
* Convertit la chaine de charactère en partie de couleur (0-255) avec l'affichage
*... | [
"adr.cavalieri@gmail.com"
] | adr.cavalieri@gmail.com |
a4f586f715a24f6328fe6925bf717b4c9e0f6557 | 0b12d6110fe8a54ccb3829f69707a229bfb35282 | /naruto/daemon/condition/bad_mud.c | d65127f43abaa6c4036b60f87c13b07f72f8b8bc | [] | no_license | MudRen/mudos-game-naruto | b8f913deba70f7629c0bab117521508d1393e3b6 | 000f286645e810e1cd786130c52d7b9c1747cae8 | refs/heads/master | 2023-09-04T05:49:01.137753 | 2023-08-28T12:19:10 | 2023-08-28T12:19:10 | 245,764,270 | 1 | 0 | null | 2020-03-08T06:29:36 | 2020-03-08T06:29:36 | null | BIG5 | C | false | false | 1,180 | c | // 刀狼流
#include <ansi.h>
inherit CONDITION;
private void create()
{
seteuid(getuid());
DAEMON_D->register_condition_daemon("bad_mud");
}
// 每 update 一次 消秏時效一點..
void condition_update(object me, string cnd, mixed cnd_data)
{
if( !mapp(cnd_data) || (cnd_data["duration"]--) < 1 ) {
me... | [
"zwshen0603@gmail.com"
] | zwshen0603@gmail.com |
ecd5ffd3c3eedfc6375350ff4f1353fdcf367dcb | 9b84a9dcffaafd1293a0b6b849ab43b78c1412a2 | /STM32F407VET6_START/STM32F407VET6_BASE/USER/STM32F4/cores/arduino/interrupts.h | 481858e08c0e330b782f062beb98f5fb39f51112 | [] | no_license | promavto/STM32F407VET6_START | d074d599bb6351dc4deb9dc0c6119c3cb1702ab1 | b6f58586123690767d389801d199ae5cf6b8c284 | refs/heads/master | 2020-06-10T15:57:53.330080 | 2019-06-29T06:21:31 | 2019-06-29T06:22:00 | 193,666,029 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,505 | h | /******************************************************************************
* The MIT License
*
* Copyright (c) 2010 Perry Hung.
*
* 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 w... | [
"promavto@ntmp.ru"
] | promavto@ntmp.ru |
f8094a4202d0f294d47827fe167f2c8d74c2e109 | abd31a789798fb251ad278f9139fc646b1f0e138 | /pc_SDK/ClientDemo-1/include/libav/libavcodec/aacps.h | 59a9bff4bc70a078a4dc39c469163198bb6710bf | [] | no_license | jameshilliard/pcSCCSDK140920 | caff45b611ae429164746c0d4cacbf15b193ab77 | 5d5372ca210303dd929277b1c27e7ddd56dbac63 | refs/heads/master | 2021-04-29T10:19:24.278679 | 2016-12-29T22:59:06 | 2016-12-29T22:59:06 | 77,644,893 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,976 | h | /*
* MPEG-4 Parametric Stereo definitions and declarations
* Copyright (c) 2010 Alex Converse <alex.converse@gmail.com>
*
* This file is part of Libav.
*
* Libav is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Softw... | [
"james.hilliard1@gmail.com"
] | james.hilliard1@gmail.com |
883a6447eb4f3e6ad5222b8de17286f65d3f8c06 | 08bdfb283521123bff2ffecce46c4bdeed62ce48 | /libtesla/src/store.c | 8db95375895e02beb6f847d7ae1a2227c47a9fba | [
"BSD-2-Clause"
] | permissive | dansanduleac/TESLA | 7b66a68b77c01c66d207a73dadecdabe3dc03eb0 | 929535f1cbe023bba149104b4d962ca4e01182ae | refs/heads/master | 2021-01-15T18:15:04.877437 | 2013-02-14T14:36:49 | 2013-02-14T14:36:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,422 | c | /** @file tesla_store.c Implementation of @ref tesla_store. */
/*-
* Copyright (c) 2012 Jonathan Anderson
* Copyright (c) 2011 Robert N. M. Watson
* Copyright (c) 2011 Anil Madhavapeddy
* All rights reserved.
*
* This software was developed by SRI International and the University of
* Cambridge Computer Laborat... | [
"jonathan.anderson@ieee.org"
] | jonathan.anderson@ieee.org |
be3d2e782345d0402f8b358a778ff9b17c689d4e | f0329e442aa5afa43f03288cbdbaf8dbd3a4b196 | /list_sprite.c | acb0ff605ab9d4af6e09f0b07058d790463ded57 | [] | no_license | schips21/wolfenstein3d | 6f0a96002c58efdb1798ecd7e29884c20558a0a3 | bb69ed66feee0b53f0b9d36016a23e6baa1321df | refs/heads/master | 2023-01-02T21:38:31.886477 | 2020-10-26T10:14:11 | 2020-10-26T10:14:11 | 307,332,041 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 618 | c | #include "libft/libft.h"
#include "minilibx_mms/mlx.h"
#include "cub3d.h"
t_list_spr *ft_lstnew_spr(int x, int y)
{
t_list_spr *new;
if (!(new = malloc(sizeof(t_list_spr))))
return (NULL);
new->x = x;
new->y = y;
new->next = NULL;
return (new);
}
t_list_spr *ft_lstlast_spr(t_list_spr *lst)
{
t_list_spr *i;
... | [
"tkpokidova@gmail.com"
] | tkpokidova@gmail.com |
f7235d3fef695d2d479e0718f1ae21d864a24c2c | d3ce1c8b6f8cbf33711695f7c3da0fc063ab1565 | /DAC/Superman.h | 135a4c3f15eca8fcd7070071bfc9c82f5c79bb86 | [] | no_license | mingtandev/Tetris-console-c- | 5aedbea1061fcba66528ab0237a79534391f9792 | a4957fda0ba303e17157e31ebb9c2d89b0ab46f2 | refs/heads/master | 2022-03-19T12:27:05.740085 | 2019-11-13T08:18:18 | 2019-11-13T08:18:18 | 208,535,819 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 483 | h | #pragma once
#include"pch.h"
int KiemTraVaChamNhau2(ManhTru a[], Board board[][100]);
// Xu Ly Bot
int CheckChamCotTraiBot(ManhTru a[], Board board[][100]);
int CheckChamCotPhaiBot(ManhTru a[], Board board[][100]);
void DiChuyenQuaPhaiBot(ManhTru a[]);
int BotDown(ManhTru a[], Board board[][100]);
int BotRig... | [
"46472210+ODAKIT@users.noreply.github.com"
] | 46472210+ODAKIT@users.noreply.github.com |
2e8bd36f840cc2341b5774e8243acadbce470985 | 73884f36070960bc272d35b9939fd3b80af21cf9 | /easy/383_NecklaceMatching.c | d3795d86495af6c0702bacc959994bbe7ea188e9 | [] | no_license | EcoBay/rDailyProgrammer | 78c5f539c92124c0fc866d333cdf157ef32d1fd9 | 3eb11147a16b526f25a2e6bb2435f501c82d5e80 | refs/heads/main | 2023-06-06T12:57:05.534048 | 2021-07-05T03:35:57 | 2021-07-05T03:35:57 | 370,307,019 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,741 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
_Bool same_necklace(char *a, char *b){
char l = strlen(a), r = 0;
if(l != strlen(b)) return 0;
char *t = malloc(2 * l + 1);
strcpy(t, a); strcpy(&t[l], a);
t[2 * l] = 0;
if(strstr(t, b)) r = 1; else r = 0;
free(t);
return r;
... | [
"ecobayod011903@gmail.com"
] | ecobayod011903@gmail.com |
53cf2cf39c4eeab768d69466a5cd28983cfd7c85 | d92aacb5be67eabba7320f12ac1123f60d4ae31f | /test/test_addwfc.c | 665eed7c6f082e34e2e698b489b09b79a0a2db7a | [] | no_license | AndyIsMe/PIC18F2220_Assembler-Mini_Project- | a17f3e981e45c4e752cd5bae4f8f86c6b02b0ed0 | 26fbe64750bb61cfb99d441c5dbd4a1f73ae7c08 | refs/heads/master | 2021-01-06T04:05:50.166647 | 2017-08-28T03:18:22 | 2017-08-28T03:18:22 | 96,543,863 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 27,900 | c | #include "unity.h"
#include "AssemblyCode.h"
#include "checkregister.h"
#include "mock_Tokenizer.h"
#include <stdio.h>
#include "Token.h"
#include "error.h"
#include "Exception.h"
#include "toupper.h"
void setUp(void)
{}
void tearDown(void)
{}
void test_ADDWFC_addwfc_0x37_coma_W_coma_ACCESS_expect_0x2037(void){
... | [
"andyc.s.w@hotmail.co.uk"
] | andyc.s.w@hotmail.co.uk |
fbba79826aa625a0377065bd167183ecd9fa1af1 | c7d39b38f520a30705727ce3bb1ee6b7811a148f | /Recources/NXP_LPC11C24/LPC11C24FBD48/AN11257/SPI_SBL/Examples/slave/drivers/lpc17xx/lpc17xx_sbl_spi.c | fc1a7b811252c558d3278f3f86a0822f985e6f38 | [] | no_license | SmokingDonkey/TrainHub | fcaef5691e7a020ca38d25e59c3a6dee3fe65520 | a11817b30eca6b7ea6365a4717785226a6f68346 | refs/heads/master | 2016-09-06T08:54:17.477910 | 2014-06-01T14:46:37 | 2014-06-01T14:46:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,986 | c | /**********************************************************************
* $Id$ lpc17xx_sbl_spi.c 2012-05-04
*//**
* @file lpc17xx_sbl_spi.c
* @brief Contain API for SBL transmission using SPI (Slave Role).
* @version 1.0
* @date 04. May. 2012
* @author NXP MCU SW Application Team
*
* Copyright(C) 2011, ... | [
"keller_reto@bluewin.ch"
] | keller_reto@bluewin.ch |
05c15992639eb1ca95ce2df2eab71cd19e0a8adf | 307ba53f1d201d2f849465d74a3957298f3ee8b5 | /sastantua/ex00/sastantua.c | 6b7ff7a11dc7b2960abaf8ced5824f770ca50605 | [] | no_license | tiphedor/piscine-42 | 275439e16405bc467f002942e7d77bcd1c7963bf | fb76cd82aa503b2fb823ec328120987e4a70d5fd | refs/heads/master | 2021-01-01T19:13:51.902737 | 2017-07-27T14:39:10 | 2017-07-27T14:39:10 | 98,545,769 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,697 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* sastantua.c :+: :+: :+: ... | [
"msteffen@student.42.fr"
] | msteffen@student.42.fr |
c841531f0959b973494779d989443bb4a48844c6 | 5d3fd9328cf3fab1056d79cd8464df3f1719b30e | /MG5_aMC_v2_6_7/Tutorial_new/HTML/run_01/tag_1_MA5_PARTON_ANALYSIS_analysis1/Output/Histos/MadAnalysis5job_0/selection_7.C | 89d9775dc17d04a1e9c1476a5122c5e3b308b922 | [] | no_license | BKailasapathy/madgraph | c8d34147146edda1f147e8259539c0e86e6209c2 | 949fcf00f111eadf8948827e2933952b7823778d | refs/heads/master | 2023-07-15T08:38:08.382422 | 2021-08-21T09:12:23 | 2021-08-21T09:12:23 | 398,511,168 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,292 | c | void selection_7()
{
// ROOT version
Int_t root_version = gROOT->GetVersionInt();
// Creating a new TCanvas
TCanvas* canvas = new TCanvas("canvas_plotflow_tempo15","canvas_plotflow_tempo15",0,0,700,500);
gStyle->SetOptStat(0);
gStyle->SetOptTitle(0);
canvas->SetHighLightColor(2);
canvas->SetFillColor(... | [
"balashangar.kailasapathy@cern.ch"
] | balashangar.kailasapathy@cern.ch |
339ad19d5442aae0d2013d178ad080c8ce677d56 | 3b19a780bfba395e912fad3c9795299beec9c5f7 | /PalindromeString.c | 645dcff5ccc7083f03438a7d798fbfbdab62e78f | [] | no_license | PrabhudeepSingh/C-Programs | 4b5d9eac33a0f4469caef4f090b9a7011b30d3c5 | c55d4cd02f87e98b8975e863700b195b8d3220f0 | refs/heads/master | 2021-06-06T15:48:49.649461 | 2017-08-21T18:56:05 | 2017-08-21T18:56:05 | 97,863,835 | 0 | 1 | null | 2020-10-03T16:19:10 | 2017-07-20T17:57:09 | C | UTF-8 | C | false | false | 318 | c | #include <stdio.h>
#include <string.h>
int main ()
{
char a[100],b[100];
printf("Enter the string : ") ;
gets(a);
strcpy(b,a);
strrev(b);
if(strcmp(a,b)==0)
printf("Entered string is a palindrome. \n");
else
printf("Entered string is not a palindrome. \n");
return 0 ;
}
| [
"prabhudeepsb@gmail.com"
] | prabhudeepsb@gmail.com |
fd8c929ed571766a796197b9f7e8a5786adc3be2 | 4e366db41b2bb755c5a1d8fa8149bf619ac7c970 | /components/x11/libXaw4/src/Xaw3_1AsciiText.h | bcf26384a4a1aff76753198afd3d1d80030ee4ee | [
"HPND-sell-variant",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-other-permissive"
] | permissive | OpenIndiana/oi-userland | 0af05f09a04dc95d814fce1d56ff1d74f07fd042 | a40cd6c757239bcf4e1f0d5943a65d9b57fbc3f7 | refs/heads/oi/hipster | 2023-09-04T04:41:58.585774 | 2023-09-03T18:00:28 | 2023-09-03T18:00:28 | 10,007,731 | 220 | 334 | null | 2023-09-14T21:48:26 | 2013-05-12T01:29:19 | C | UTF-8 | C | false | false | 3,606 | h | /*
* $XConsortium: AsciiText.h,v 1.15 89/07/06 16:00:35 kit Exp $
*/
/***********************************************************
Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
and the Massachusetts Institute of Technology, Cambridge, Massachusetts.
All Right... | [
"aurelien.larcher@gmail.com"
] | aurelien.larcher@gmail.com |
f105a38afd13607d0cebafc972aec03f660f44d7 | 709e01285b78da1dff8a6f61e6712de81bfcb466 | /Minishell2/src/pre_process.c | 4cca1b7ec1fd0932ca5aa90ddb52cf0a64fab857 | [] | no_license | simonprovost/UnixProgramming | 0b4b63a65225124f10a823cc91b4b0af787928ab | f1e1e53a0f6ff4004b796817be1a84aba932bc6a | refs/heads/master | 2020-05-23T02:03:49.465441 | 2019-05-14T10:29:57 | 2019-05-14T10:29:57 | 186,596,211 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,403 | c | /*
** EPITECH PROJECT, 2018
** null
** File description:
** null
*/
#include "minishell.h"
char **fill_new_env(void)
{
char **my_personnal_env = NULL;
char *path = GENERAL_PATH;
char *pwd = "PWD=";
char *oldpwd = "OLDPWD=";
char *home = "HOME=";
my_personnal_env = malloc(sizeof(char *) * 5);
my_personnal_env[... | [
"simon1.provost@epitech.eu"
] | simon1.provost@epitech.eu |
0a3e9cb35b216780dffa4e397be3ed34cfaee542 | 27aad46d908830455e7e02aa122962edbe900453 | /libft/ft_putchar_fd.c | 0ab22a9f89432812776d23636fbeb0856a5e3530 | [] | no_license | Asandolo/gnllol | 58ac81fb9b66744913eaeee375f5d4217b082151 | fd8cf2ed5b0f3b7121a0ac03cfdff0fb5623a5ff | refs/heads/master | 2021-05-06T14:24:16.416677 | 2017-12-06T20:12:38 | 2017-12-06T20:12:38 | 113,361,911 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 970 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putchar_fd.c :+: :+: :+: ... | [
"asandolo3@gmail.com"
] | asandolo3@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.